/* =========================================================
   MOFUTERRA TRAVEL JOURNAL
   FOOTER - FINAL
========================================================= */


/* =========================================================
   01. FOOTER BASE
========================================================= */

.mt-footer {
	width: 100%;
	margin: 0;
	padding: 0;

	background: #513d32;
	color: #f3ede5;

	font-family:
		"Noto Serif JP",
		"Yu Mincho",
		"YuMincho",
		"Hiragino Mincho ProN",
		serif;
}

.mt-footer *,
.mt-footer *::before,
.mt-footer *::after {
	box-sizing: border-box;
}


/* =========================================================
   02. INNER
========================================================= */

.mt-footer__inner {
	width: min(100% - 96px, 1500px);
	margin: 0 auto;

	padding: 88px 0 34px;
}


/* =========================================================
   03. TOP AREA
========================================================= */

.mt-footer__top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	column-gap: 100px;
	align-items: start;

	padding-bottom: 78px;
}


/* =========================================================
   04. BRAND
========================================================= */

.mt-footer__brand {
	max-width: 620px;
}

.mt-footer__logo {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;

	color: #f7f1e9;
	text-decoration: none;
}

.mt-footer__logo:hover {
	color: #f7f1e9;
}

.mt-footer__logo-main {
	display: block;

	font-family:
		"Cormorant Garamond",
		Georgia,
		serif;

	font-size: clamp(42px, 3.2vw, 58px);
	font-weight: 500;
	line-height: 0.9;
	letter-spacing: 0.105em;
}

.mt-footer__logo-sub {
	display: block;

	margin-top: 12px;
	margin-left: 2px;

	font-family:
		Arial,
		sans-serif;

	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.30em;

	color: #d6a55e;
}


/* =========================================================
   05. TAGLINE / DESCRIPTION
========================================================= */

.mt-footer__tagline {
	margin: 42px 0 0;

	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.08em;

	color: #fffaf3;
}

.mt-footer__description {
	margin: 20px 0 0;

	font-size: 13px;
	font-weight: 400;
	line-height: 2.05;
	letter-spacing: 0.045em;

	color: rgba(243, 237, 229, 0.68);
}


/* =========================================================
   06. CONTACT
========================================================= */

.mt-footer__contact {
	position: relative;

	min-height: 165px;

	padding-left: 46px;

	border-left: 1px solid rgba(243, 237, 229, 0.24);
}

.mt-footer__eyebrow {
	margin: 0;

	font-family:
		Arial,
		sans-serif;

	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.30em;

	color: #d6a55e;
}

.mt-footer__contact-title {
	margin: 30px 0 0;

	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.08em;

	color: #fffaf3;
}

.mt-footer__contact-link {
	display: flex;
	align-items: center;
	justify-content: space-between;

	width: 100%;

	margin-top: 40px;
	padding: 0 0 16px;

	border-bottom: 1px solid rgba(243, 237, 229, 0.65);

	color: #f7f1e9;
	text-decoration: none;

	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.06em;

	transition:
		color 0.25s ease,
		border-color 0.25s ease,
		opacity 0.25s ease;
}

.mt-footer__contact-link:hover {
	color: #d6a55e;
	border-color: #d6a55e;
}

.mt-footer__arrow {
	display: inline-block;

	font-family: Arial, sans-serif;
	font-size: 16px;

	transition: transform 0.25s ease;
}

.mt-footer__contact-link:hover .mt-footer__arrow {
	transform: translateX(5px);
}


/* =========================================================
   07. DIVIDER
========================================================= */

.mt-footer__divider {
	width: 100%;
	height: 1px;

	background: rgba(243, 237, 229, 0.22);
}


/* =========================================================
   08. FOOTER NAVIGATION
========================================================= */

.mt-footer__nav {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: clamp(50px, 7vw, 130px);

	padding: 74px 0 76px;
}

.mt-footer__nav-column {
	min-width: 0;
}

.mt-footer__nav-heading {
	margin: 0 0 34px;

	font-family:
		Arial,
		sans-serif;

	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.28em;

	color: #d6a55e;
}

.mt-footer__nav-list {
	margin: 0;
	padding: 0;

	list-style: none;
}

.mt-footer__nav-list li {
	margin: 0;
	padding: 0;
}

.mt-footer__nav-list li + li {
	margin-top: 25px;
}

.mt-footer__nav-list a {
	display: inline-block;

	color: rgba(243, 237, 229, 0.76);
	text-decoration: none;

	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.035em;

	transition:
		color 0.25s ease,
		transform 0.25s ease;
}

.mt-footer__nav-list a:hover {
	color: #fffaf3;
	transform: translateX(3px);
}


/* =========================================================
   09. BOTTOM
========================================================= */

.mt-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;

	min-height: 74px;

	padding-top: 25px;

	border-top: 1px solid rgba(243, 237, 229, 0.22);
}

.mt-footer__copyright {
	margin: 0;

	font-family:
		Arial,
		sans-serif;

	font-size: 9px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.15em;

	color: rgba(214, 165, 94, 0.72);
}

.mt-footer__pagetop {
	display: inline-flex;
	align-items: center;
	gap: 18px;

	color: rgba(243, 237, 229, 0.78);
	text-decoration: none;

	font-family:
		Arial,
		sans-serif;

	font-size: 9px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.20em;

	transition: color 0.25s ease;
}

.mt-footer__pagetop:hover {
	color: #d6a55e;
}

.mt-footer__pagetop-arrow {
	display: inline-block;

	font-size: 13px;

	color: #d6a55e;

	transition: transform 0.25s ease;
}

.mt-footer__pagetop:hover .mt-footer__pagetop-arrow {
	transform: translateY(-4px);
}


/* =========================================================
   10. TABLET
========================================================= */

@media (max-width: 1100px) {

	.mt-footer__inner {
		width: min(100% - 64px, 1500px);

		padding-top: 72px;
	}

	.mt-footer__top {
		grid-template-columns: minmax(0, 1fr) 300px;

		column-gap: 60px;

		padding-bottom: 64px;
	}

	.mt-footer__nav {
		column-gap: 45px;

		padding-top: 62px;
		padding-bottom: 64px;
	}

}


/* =========================================================
   11. SMALL TABLET
========================================================= */

@media (max-width: 850px) {

	.mt-footer__inner {
		width: calc(100% - 48px);
	}

	.mt-footer__top {
		grid-template-columns: 1fr;

		row-gap: 56px;
	}

	.mt-footer__brand {
		max-width: 100%;
	}

	.mt-footer__contact {
		width: 100%;
		max-width: 480px;

		padding-left: 30px;
	}

	.mt-footer__nav {
		grid-template-columns: repeat(2, 1fr);

		column-gap: 60px;
		row-gap: 58px;
	}

}


/* =========================================================
   12. MOBILE
========================================================= */

@media (max-width: 600px) {

	.mt-footer__inner {
		width: calc(100% - 40px);

		padding: 58px 0 26px;
	}

	.mt-footer__top {
		row-gap: 48px;

		padding-bottom: 54px;
	}

	.mt-footer__logo-main {
		font-size: 39px;
		letter-spacing: 0.08em;
	}

	.mt-footer__logo-sub {
		margin-top: 10px;

		font-size: 8px;
		letter-spacing: 0.26em;
	}

	.mt-footer__tagline {
		margin-top: 34px;

		font-size: 16px;
		line-height: 1.9;
	}

	.mt-footer__description {
		margin-top: 17px;

		font-size: 12px;
		line-height: 2;
	}

	.mt-footer__description br {
		display: none;
	}

	.mt-footer__contact {
		min-height: 0;

		padding-left: 22px;
	}

	.mt-footer__contact-title {
		margin-top: 24px;

		font-size: 16px;
	}

	.mt-footer__contact-link {
		margin-top: 30px;
	}

	.mt-footer__nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));

		column-gap: 28px;
		row-gap: 48px;

		padding: 54px 0;
	}

	.mt-footer__nav-heading {
		margin-bottom: 26px;

		font-size: 9px;
	}

	.mt-footer__nav-list li + li {
		margin-top: 19px;
	}

	.mt-footer__nav-list a {
		font-size: 12px;
		line-height: 1.7;
	}

	.mt-footer__bottom {
		align-items: flex-end;

		min-height: 64px;

		padding-top: 22px;
	}

	.mt-footer__copyright {
		max-width: 210px;

		font-size: 8px;
		line-height: 1.7;
	}

	.mt-footer__pagetop {
		gap: 10px;

		font-size: 8px;
	}

}


/* =========================================================
   13. VERY SMALL MOBILE
========================================================= */

@media (max-width: 390px) {

	.mt-footer__inner {
		width: calc(100% - 32px);
	}

	.mt-footer__nav {
		grid-template-columns: 1fr;

		row-gap: 42px;
	}

}