/*
Theme Name: Mama T'Ama Modern
Theme URI: https://mamatama.it/
Description: Tema figlio Kadence per l'esperienza editoriale e commerciale di Mama T'Ama.
Author: Mama T'Ama
Template: kadence
Version: 1.3.0
Text Domain: mamatama-modern
*/

/* Design tokens ---------------------------------------------------------- */
.mt-modern-page {
	--mt-forest: #183d32;
	--mt-forest-deep: #102d25;
	--mt-moss: #708064;
	--mt-sand: #9e8b6a;
	--mt-coral: #e9644a;
	--mt-coral-dark: #cc4f39;
	--mt-cream: #f8f3eb;
	--mt-paper: #fffdfa;
	--mt-linen: #eee5d8;
	--mt-ink: #202923;
	--mt-muted: #667068;
	--mt-line: rgba(24, 61, 50, 0.16);
	--mt-shadow: 0 24px 70px rgba(24, 61, 50, 0.13);
	--mt-radius-lg: 34px;
	--mt-radius-md: 22px;
	--mt-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
	--mt-sans: Poppins, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background: var(--mt-paper);
	color: var(--mt-ink);
}

/* Customer login ------------------------------------------------------ */
.mt-login-page {
	background:
		radial-gradient(circle at 8% 10%, rgba(219, 177, 139, 0.2), transparent 30%),
		#f7f3ec;
}

.mt-login-section {
	padding: clamp(42px, 6vw, 82px) clamp(18px, 4vw, 52px) clamp(72px, 8vw, 110px);
}

.mt-login-layout {
	display: grid;
	grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
	min-height: 650px;
	max-width: 1160px;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid rgba(24, 61, 50, 0.12);
	border-radius: 30px;
	background: #fffdfa;
	box-shadow: 0 28px 80px rgba(33, 47, 40, 0.11);
}

.mt-login-welcome {
	position: relative;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	justify-content: space-between;
	background:
		radial-gradient(circle at 85% 14%, rgba(255, 255, 255, 0.12), transparent 28%),
		linear-gradient(145deg, #204c3e 0%, #102d25 100%);
	padding: clamp(38px, 5vw, 68px);
	color: rgba(255, 255, 255, 0.74);
}

.mt-login-welcome::after {
	position: absolute;
	right: -110px;
	bottom: -110px;
	width: 320px;
	height: 320px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	content: "";
}

.mt-login-wordmark {
	position: relative;
	z-index: 1;
	display: inline-flex;
	width: max-content;
	flex-direction: column;
	color: #fff !important;
	font-family: var(--mt-sans);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.42em;
	line-height: 1.25;
	text-decoration: none;
}

.mt-login-wordmark small {
	margin-top: 5px;
	font-size: 0.42rem;
	font-weight: 600;
	letter-spacing: 0.34em;
}

.mt-login-welcome-copy {
	position: relative;
	z-index: 1;
	max-width: 430px;
	margin-block: 64px;
}

.mt-login-eyebrow {
	margin: 0 0 18px;
	color: #d9c2a8;
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.mt-login-welcome h2 {
	margin: 0 0 24px;
	color: #fff !important;
	font-family: var(--mt-serif);
	font-size: clamp(2.55rem, 4vw, 4.25rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.mt-login-welcome-copy > p:last-child {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.75;
}

.mt-login-benefits {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mt-login-benefits li {
	display: grid;
	grid-template-columns: 32px 1fr;
	align-items: center;
	gap: 12px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.82rem;
}

.mt-login-benefits span {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	color: #d9c2a8;
	font-size: 0.56rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.mt-login-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(42px, 7vw, 86px);
}

.mt-login-card-heading {
	max-width: 490px;
	margin-bottom: 38px;
}

.mt-login-card h1 {
	margin: 5px 0 12px;
	color: #172821;
	font-family: var(--mt-serif);
	font-size: clamp(3.15rem, 5vw, 5.2rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.mt-login-card-heading > p:last-child,
.mt-login-authenticated > p:not(.mt-kicker) {
	margin: 0;
	color: #637069;
	font-size: 0.95rem;
}

.mt-login-form-wrap form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 21px 20px;
	margin: 0;
}

.mt-login-form-wrap .login-username,
.mt-login-form-wrap .login-password,
.mt-login-form-wrap .cf-turnstile,
.mt-login-form-wrap [class*="turnstile"]:not(input) {
	grid-column: 1 / -1;
}

.mt-login-form-wrap p {
	margin: 0;
}

.mt-login-form-wrap label {
	display: block;
	margin-bottom: 8px;
	color: #263830 !important;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.mt-login-form-wrap input[type="text"],
.mt-login-form-wrap input[type="password"],
.mt-login-form-wrap input[type="email"] {
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	border: 1px solid rgba(24, 61, 50, 0.2);
	border-radius: 10px;
	background: #fff;
	padding: 0 15px;
	color: #172821;
	font-family: var(--mt-sans);
	font-size: 1rem;
	box-shadow: none;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.mt-login-form-wrap input[type="text"]:focus,
.mt-login-form-wrap input[type="password"]:focus,
.mt-login-form-wrap input[type="email"]:focus {
	outline: none;
	border-color: #315f4f;
	box-shadow: 0 0 0 4px rgba(49, 95, 79, 0.1);
}

.mt-login-form-wrap .login-remember {
	display: flex;
	align-items: center;
}

.mt-login-form-wrap .login-remember label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 0.69rem;
	cursor: pointer;
}

.mt-login-form-wrap input[type="checkbox"] {
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: #183d32;
}

.mt-login-form-wrap .login-submit {
	justify-self: end;
}

.mt-login-form-wrap .button,
.mt-login-form-wrap input[type="submit"] {
	min-width: 126px;
	height: 46px;
	border: 1px solid #183d32;
	border-radius: 999px;
	background: #183d32;
	padding: 0 24px;
	color: #fff !important;
	font-family: var(--mt-sans);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 180ms ease, transform 180ms ease;
}

.mt-login-form-wrap .button:hover,
.mt-login-form-wrap input[type="submit"]:hover {
	background: #285747;
	transform: translateY(-1px);
}

.mt-login-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 30px;
	border-top: 1px solid rgba(24, 61, 50, 0.12);
	padding-top: 24px;
	color: #66726c;
	font-size: 0.76rem;
}

.mt-login-links > a,
.mt-login-links span a {
	color: #183d32 !important;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.mt-login-authenticated {
	max-width: 510px;
}

.mt-login-success {
	display: grid;
	width: 54px;
	height: 54px;
	margin-bottom: 30px;
	place-items: center;
	border-radius: 50%;
	background: #eef1e8;
	color: #183d32;
	font-size: 1.25rem;
}

.mt-login-auth-actions {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-top: 34px;
}

@media (max-width: 880px) {
	.mt-login-layout {
		grid-template-columns: 1fr;
	}

	.mt-login-welcome {
		min-height: 400px;
	}

	.mt-login-welcome-copy {
		margin-block: 48px 40px;
	}
}

@media (max-width: 560px) {
	.mt-login-section {
		padding: 20px 14px 64px;
	}

	.mt-login-layout {
		border-radius: 22px;
	}

	.mt-login-welcome,
	.mt-login-card {
		padding: 36px 25px;
	}

	.mt-login-welcome {
		min-height: 380px;
	}

	.mt-login-welcome h2 {
		font-size: 2.75rem;
	}

	.mt-login-card-heading {
		margin-bottom: 30px;
	}

	.mt-login-card h1 {
		font-size: 3.35rem;
	}

	.mt-login-form-wrap form {
		grid-template-columns: 1fr;
	}

	.mt-login-form-wrap .login-submit,
	.mt-login-form-wrap .button,
	.mt-login-form-wrap input[type="submit"] {
		width: 100%;
		justify-self: stretch;
	}

	.mt-login-links,
	.mt-login-auth-actions {
		align-items: flex-start;
		flex-direction: column;
	}
}

.mt-modern-page #inner-wrap,
.mt-modern-page .site-content {
	background: var(--mt-paper);
}

.mt-modern-page .site-content {
	display: block;
	padding: 0;
}

.mt-modern-page .content-area {
	margin: 0;
}

.mt-modern-page .site-main {
	min-width: 0;
}

.mt-modern-page .site-header {
	position: relative;
	z-index: 20;
	box-shadow: 0 1px 0 rgba(24, 61, 50, 0.08);
}

.mt-modern-page .site-header-row-container-inner {
	background: rgba(255, 253, 250, 0.96) !important;
}

@supports (backdrop-filter: blur(16px)) {
	.mt-modern-page .site-header-row-container-inner {
		background: rgba(255, 253, 250, 0.88) !important;
		backdrop-filter: blur(16px);
	}
}

.mt-modern-page .site-header a,
.mt-modern-page .site-footer a {
	transition: color 180ms ease, opacity 180ms ease;
}

.mt-modern-page .site-header a:hover,
.mt-modern-page .site-footer a:hover {
	color: var(--mt-coral) !important;
}

/* Compact global header ------------------------------------------------- */
.kb-row-layout-id2962_213700-09 > .kt-row-column-wrap {
	min-height: 38px !important;
	align-items: center !important;
	padding: 2px 24px !important;
}

.kb-row-layout-id2962_213700-09 .wp-block-social-links {
	gap: 6px;
	margin: 0 !important;
	font-size: 16px;
}

.kb-row-layout-id2962_213700-09 .kt-adv-heading2962_9081ec-2b {
	margin: 0 !important;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	line-height: 1.2;
	text-transform: uppercase;
}

.kb-row-layout-id2962_213700-09 .wc-block-mini-cart__button {
	height: 30px !important;
	min-height: 30px !important;
	padding: 3px 8px !important;
}

.wp-block-kadence-header2976-cpt-id .kb-header-container {
	padding: 0 !important;
}

.wp-block-kadence-header2976-cpt-id .kadence-header-row-inner {
	min-height: 72px !important;
	padding: 7px clamp(20px, 3vw, 46px) !important;
}

.wp-block-kadence-header2976-cpt-id .custom-logo {
	width: auto !important;
	height: auto !important;
	max-height: 54px !important;
}

.wp-block-kadence-header2976-cpt-id .kb-nav-link-content {
	position: relative;
	padding: 9px 11px !important;
	color: #172821 !important;
	font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif !important;
	font-size: 0.98rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.012em !important;
	line-height: 1.2 !important;
	text-transform: none !important;
	transition: color 180ms ease !important;
}

.wp-block-kadence-header2976-cpt-id .kb-nav-link-content::after {
	position: absolute;
	right: 11px;
	bottom: 3px;
	left: 11px;
	height: 1px;
	background: #e9644a;
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 220ms ease;
}

.wp-block-kadence-header2976-cpt-id .kb-nav-link-content:hover::after,
.wp-block-kadence-header2976-cpt-id .current-menu-item > .kb-nav-link-content::after {
	transform: scaleX(1);
	transform-origin: left;
}

.wp-block-kadence-header-section2962_870d12-cd {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: 2px !important;
}

.wp-block-kadence-header-section2962_870d12-cd > * {
	flex: 0 0 auto !important;
}

.wp-block-kadence-navigation2957-cpt-id .kb-nav-link-content {
	font-size: 0.86rem !important;
	letter-spacing: 0.055em !important;
	text-transform: uppercase !important;
}

.mt-utility-bar .kb-button {
	min-height: 27px !important;
	border-width: 1px !important;
	border-radius: 2px !important;
	padding: 2px 13px !important;
	font-size: 0.75rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.055em !important;
	line-height: 1.15 !important;
	transform: translateY(2px) !important;
}

.mt-utility-bar > .kt-row-column-wrap,
.mt-utility-bar .kb-row-layout-wrap > .kt-row-column-wrap {
	align-items: center !important;
}

.mt-utility-bar .wp-block-kadence-column {
	align-self: center !important;
}

.mt-utility-bar .kb-buttons-wrap {
	display: flex !important;
	align-items: center !important;
	margin-block: 0 !important;
}

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

.mt-site {
	overflow: clip;
	font-family: var(--mt-sans);
	font-size: 1rem;
	line-height: 1.7;
}

.mt-site h1,
.mt-site h2,
.mt-site h3,
.mt-site p,
.mt-site figure,
.mt-site ol {
	margin-top: 0;
}

.mt-site h1,
.mt-site h2,
.mt-site h3 {
	color: var(--mt-forest-deep);
	font-family: var(--mt-serif);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 1.04;
}

.mt-site h1 {
	font-size: clamp(2.8rem, 4.6vw, 4.8rem);
}

.mt-site h2 {
	font-size: clamp(2.1rem, 3.5vw, 3.4rem);
}

.mt-site h3 {
	font-size: clamp(1.45rem, 2vw, 2rem);
}

.mt-site p {
	font-size: 1rem;
}

.mt-shell {
	width: min(100% - 40px, 1240px);
	margin-inline: auto;
}

.mt-section {
	padding-block: clamp(76px, 10vw, 144px);
}

.mt-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
	color: var(--mt-coral);
	font-size: 0.78rem !important;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.3;
	text-transform: uppercase;
}

.mt-kicker::before {
	width: 30px;
	height: 1px;
	background: currentColor;
	content: "";
}

.mt-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 28px;
	margin-top: 32px;
}

.mt-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 26px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.035em;
	line-height: 1.2;
	text-decoration: none !important;
	transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.mt-button:hover {
	transform: translateY(-3px);
}

.mt-button:focus-visible,
.mt-text-link:focus-visible,
.mt-site summary:focus-visible,
.mt-site a:focus-visible {
	outline: 3px solid rgba(233, 100, 74, 0.5);
	outline-offset: 4px;
}

.mt-button-primary {
	background: var(--mt-coral);
	box-shadow: 0 12px 28px rgba(204, 79, 57, 0.22);
	color: #fff !important;
}

.mt-button-primary:hover {
	background: var(--mt-coral-dark);
	box-shadow: 0 16px 32px rgba(204, 79, 57, 0.28);
	color: #fff !important;
}

.mt-button-light {
	background: var(--mt-cream);
	color: var(--mt-forest-deep) !important;
}

.mt-button-light:hover {
	background: #fff;
	color: var(--mt-forest-deep) !important;
}

.mt-text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding-block: 7px;
	border-bottom: 1px solid currentColor;
	color: var(--mt-forest) !important;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-decoration: none !important;
}

.mt-text-link span {
	transition: transform 180ms ease;
}

.mt-text-link:hover span {
	transform: translateX(4px);
}

/* Shared hero ------------------------------------------------------------ */
.mt-hero {
	position: relative;
	min-height: min(660px, calc(100svh - 104px));
	display: grid;
	align-items: center;
	padding-block: clamp(34px, 4vw, 48px);
	background:
		radial-gradient(circle at 12% 20%, rgba(233, 100, 74, 0.11), transparent 30%),
		linear-gradient(135deg, #f8f3eb 0%, #fffdfa 64%);
}

.mt-home-hero {
	height: calc(100svh - 110px);
	min-height: 540px;
	max-height: 700px;
	padding-block: clamp(30px, 3.5vw, 46px) clamp(62px, 6vw, 78px);
}

.mt-hero::after {
	position: absolute;
	right: -120px;
	bottom: -180px;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(24, 61, 50, 0.1);
	border-radius: 50%;
	content: "";
}

.mt-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
	align-items: center;
	gap: clamp(46px, 5.5vw, 78px);
}

.mt-hero-copy {
	position: relative;
	z-index: 2;
}

.mt-home-hero .mt-hero-copy {
	max-width: 570px;
}

.mt-home-hero h1 {
	max-width: 690px;
	margin-bottom: 22px;
	font-family: var(--mt-sans);
	font-size: clamp(3rem, 5.2vw, 5.3rem);
	font-weight: 300;
	letter-spacing: -0.075em;
	line-height: 0.84;
}

.mt-home-hero h1 em {
	display: block;
	margin-left: clamp(50px, 8vw, 120px);
	color: var(--mt-coral);
	font-family: var(--mt-serif);
	font-weight: 500;
	letter-spacing: -0.045em;
}

.mt-hero-lead {
	max-width: 610px;
	margin-bottom: 0;
	color: #455149;
	font-family: var(--mt-serif);
	font-size: clamp(1.12rem, 1.55vw, 1.42rem) !important;
	line-height: 1.45;
}

.mt-hero-art {
	position: relative;
	padding: clamp(8px, 1vw, 14px);
}

.mt-hero-art::before {
	position: absolute;
	inset: 24px -2px 0 28px;
	border: 1px solid rgba(24, 61, 50, 0.18);
	border-radius: 32px;
	background: rgba(112, 128, 100, 0.09);
	content: "";
	transform: rotate(1.4deg);
}

.mt-hero-image-wrap {
	position: relative;
	z-index: 1;
	height: clamp(360px, calc(100svh - 240px), 490px);
	overflow: hidden;
	border-radius: 30px;
	box-shadow: var(--mt-shadow);
}

.mt-hero-image-wrap::after {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(to top, rgba(16, 45, 37, 0.24), transparent 55%);
	content: "";
}

.mt-hero-image-wrap img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: var(--mt-slide-position, center);
	opacity: 0;
	transform: scale(1.045);
	transition: opacity 900ms ease, transform 5.2s ease;
}

.mt-hero-image-wrap img.is-active {
	opacity: 1;
	transform: scale(1.015);
}

.mt-seal {
	position: absolute;
	z-index: 2;
	right: -10px;
	bottom: 7%;
	width: 138px;
	aspect-ratio: 1;
	display: grid;
	place-content: center;
	padding: 20px;
	border-radius: 50%;
	background: var(--mt-coral);
	box-shadow: 0 15px 36px rgba(98, 53, 40, 0.22);
	color: #fff;
	text-align: center;
	transform: rotate(-7deg);
	animation: mt-float 5s ease-in-out infinite;
}

.mt-seal span,
.mt-seal strong {
	display: block;
	line-height: 1.25;
}

.mt-seal span {
	font-size: 0.66rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mt-seal strong {
	font-family: var(--mt-serif);
	font-size: 1.25rem;
	font-weight: 500;
}

.mt-hero-note {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: clamp(34px, 5vh, 54px);
	color: var(--mt-sand);
	font-size: 0.66rem;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.mt-hero-note::before {
	width: 44px;
	height: 1px;
	background: currentColor;
	content: "";
}

.mt-hero-note span {
	color: var(--mt-coral);
	font-weight: 700;
}

.mt-hero-note strong {
	font-weight: 600;
}

.mt-scroll-cue {
	position: absolute;
	z-index: 3;
	bottom: 14px;
	left: 50%;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--mt-forest) !important;
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	line-height: 1;
	text-decoration: none !important;
	text-transform: uppercase;
	transform: translateX(-50%);
}

.mt-scroll-mouse {
	position: relative;
	width: 20px;
	height: 31px;
	border: 1.5px solid currentColor;
	border-radius: 999px;
}

.mt-scroll-mouse span {
	position: absolute;
	top: 6px;
	left: 50%;
	width: 3px;
	height: 6px;
	border-radius: 99px;
	background: var(--mt-coral);
	transform: translateX(-50%);
	animation: mt-scroll-wheel 1.7s ease-in-out infinite;
}

/* Home ------------------------------------------------------------------ */
.mt-products-section {
	background: var(--mt-paper);
}

.mt-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: clamp(44px, 6vw, 74px);
}

.mt-section-heading h2,
.mt-section-heading p:last-child {
	margin-bottom: 0;
}

.mt-section-heading > div > p:last-child {
	max-width: 560px;
	margin-top: 18px;
	color: var(--mt-muted);
}

.mt-product-grid .woocommerce {
	width: 100%;
}

.mt-product-grid .products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(18px, 2.5vw, 34px) !important;
	margin: 0 !important;
}

.mt-product-grid .product {
	position: relative !important;
	width: auto !important;
	min-width: 0;
	float: none !important;
	margin: 0 !important;
	padding: 0 0 18px !important;
	border: 0 !important;
	background: transparent;
	overflow: hidden;
}

.mt-product-grid .product > a:first-child {
	display: block;
	text-decoration: none;
}

.mt-product-grid .product img {
	width: 100% !important;
	aspect-ratio: 4 / 5;
	margin: 0 0 22px !important;
	border-radius: var(--mt-radius-md);
	background: var(--mt-cream);
	object-fit: cover;
	transition: transform 450ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.mt-product-grid .product:hover img {
	transform: scale(1.025);
}

.mt-product-grid .woocommerce-loop-product__title {
	margin: 0 0 8px !important;
	padding: 0 !important;
	color: var(--mt-forest-deep) !important;
	font-family: var(--mt-serif) !important;
	font-size: 1.23rem !important;
	font-weight: 500 !important;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.mt-product-grid .price {
	display: block !important;
	margin-bottom: 15px !important;
	color: var(--mt-coral) !important;
	font-size: 0.94rem !important;
	font-weight: 700 !important;
}

.mt-product-grid .button {
	width: fit-content !important;
	margin: 0 !important;
	padding: 9px 0 !important;
	border-bottom: 1px solid var(--mt-forest) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--mt-forest) !important;
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.mt-consult-section {
	padding-top: 0;
}

.mt-consult-card {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: clamp(28px, 5vw, 70px);
	padding: clamp(34px, 5vw, 70px);
	border-radius: var(--mt-radius-lg);
	background: var(--mt-forest);
	box-shadow: var(--mt-shadow);
	color: rgba(255, 255, 255, 0.78);
	overflow: hidden;
}

.mt-consult-card::after {
	position: absolute;
	right: 20%;
	top: -190px;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	content: "";
}

.mt-consult-card > * {
	position: relative;
	z-index: 1;
}

.mt-consult-card .mt-kicker {
	color: #f08d79;
}

.mt-consult-card h2 {
	max-width: 700px;
	margin-bottom: 16px;
	color: #fff;
	font-size: clamp(2rem, 3.5vw, 3.5rem);
}

.mt-consult-card p:last-child {
	max-width: 660px;
	margin-bottom: 0;
}

.mt-consult-mark {
	width: 82px;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	color: #fff;
	font-family: var(--mt-serif);
	font-size: 2.6rem;
}

.mt-journal-section {
	background: var(--mt-cream);
}

.mt-journal-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 3vw, 36px);
}

.mt-article-card {
	min-width: 0;
	border-radius: var(--mt-radius-md);
	background: var(--mt-paper);
	overflow: hidden;
	transition: transform 260ms ease, box-shadow 260ms ease;
}

.mt-article-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 20px 52px rgba(24, 61, 50, 0.1);
}

.mt-article-image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--mt-linen);
}

.mt-article-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 450ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.mt-article-card:hover .mt-article-image img {
	transform: scale(1.035);
}

.mt-image-placeholder {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, var(--mt-linen), #f5eddf);
	color: var(--mt-sand);
	font-family: var(--mt-serif);
	font-size: 1.4rem;
}

.mt-article-body {
	position: relative;
	min-height: 196px;
	padding: 26px 64px 30px 26px;
}

.mt-article-meta {
	margin-bottom: 12px;
	color: var(--mt-coral);
	font-size: 0.72rem !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mt-article-body h3 {
	margin-bottom: 0;
	font-size: clamp(1.3rem, 1.8vw, 1.7rem);
	line-height: 1.18;
}

.mt-article-body h3 a {
	color: var(--mt-forest-deep) !important;
	text-decoration: none;
}

.mt-card-arrow {
	position: absolute;
	right: 22px;
	bottom: 24px;
	width: 38px;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	border: 1px solid var(--mt-line);
	border-radius: 50%;
	color: var(--mt-forest) !important;
	text-decoration: none !important;
	transition: background 180ms ease, color 180ms ease;
}

.mt-card-arrow:hover {
	background: var(--mt-forest);
	color: #fff !important;
}

.mt-worlds-section {
	background: var(--mt-paper);
}

.mt-worlds-intro {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: clamp(44px, 6vw, 74px);
}

.mt-worlds-intro h2 {
	max-width: 800px;
	margin-bottom: 0;
}

.mt-worlds-intro > img {
	width: 104px;
	height: 104px;
	border-radius: 50%;
	object-fit: cover;
	transform: rotate(8deg);
}

.mt-worlds-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.mt-world-card {
	position: relative;
	aspect-ratio: 4 / 3;
	margin-bottom: 0;
	border-radius: var(--mt-radius-md);
	overflow: hidden;
}

.mt-world-card:nth-child(2),
.mt-world-card:nth-child(5) {
	aspect-ratio: 4 / 3;
}

.mt-world-card img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 300ms ease;
}

.mt-world-card::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(16, 45, 37, 0.78), rgba(16, 45, 37, 0.02) 65%);
	content: "";
}

.mt-world-card:hover img {
	filter: saturate(1.05);
	transform: scale(1.04);
}

.mt-world-card figcaption {
	position: absolute;
	z-index: 1;
	right: 24px;
	bottom: 22px;
	left: 24px;
	color: #fff;
	font-family: var(--mt-serif);
	font-size: clamp(1.15rem, 1.7vw, 1.6rem);
	line-height: 1.15;
}

/* Percorsi --------------------------------------------------------------- */
.mt-paths-hero {
	background:
		radial-gradient(circle at 80% 15%, rgba(112, 128, 100, 0.19), transparent 28%),
		linear-gradient(145deg, #f8f3eb 0%, #fffdfa 72%);
}

.mt-paths-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
	align-items: center;
	gap: clamp(40px, 5vw, 64px);
}

.mt-paths-hero h1 {
	max-width: 820px;
	margin-bottom: 22px;
	font-size: clamp(2.8rem, 4.2vw, 4.5rem);
}

.mt-paths-hero h1 em {
	color: var(--mt-coral);
	font-weight: 500;
}

.mt-path-visual {
	position: relative;
	padding: clamp(24px, 3vw, 36px);
	border: 1px solid rgba(24, 61, 50, 0.1);
	border-radius: var(--mt-radius-lg);
	background: rgba(255, 253, 250, 0.92);
	box-shadow: var(--mt-shadow);
}

.mt-path-visual::before {
	position: absolute;
	z-index: -1;
	inset: -20px 20px 20px -20px;
	border: 1px solid rgba(233, 100, 74, 0.22);
	border-radius: inherit;
	content: "";
}

.mt-path-visual-header {
	display: flex;
	align-items: center;
	gap: 16px;
	padding-bottom: 28px;
	border-bottom: 1px solid var(--mt-line);
}

.mt-app-dot {
	width: 48px;
	aspect-ratio: 1;
	border-radius: 16px;
	background: var(--mt-coral);
	box-shadow: inset 0 0 0 11px rgba(255, 255, 255, 0.2);
}

.mt-path-visual-header small,
.mt-path-visual-header strong {
	display: block;
}

.mt-path-visual-header small {
	margin-bottom: 2px;
	color: var(--mt-muted);
	font-size: 0.72rem;
}

.mt-path-visual-header strong {
	color: var(--mt-forest-deep);
	font-family: var(--mt-serif);
	font-size: 1.35rem;
	font-weight: 500;
}

.mt-path-timeline {
	position: relative;
	display: grid;
	gap: 0;
	margin: 0;
	padding: 22px 0 10px;
	list-style: none;
}

.mt-path-timeline::before {
	position: absolute;
	top: 56px;
	bottom: 48px;
	left: 19px;
	width: 1px;
	background: var(--mt-line);
	content: "";
}

.mt-path-timeline li {
	position: relative;
	display: grid;
	grid-template-columns: 40px 1fr;
	align-items: center;
	gap: 18px;
	padding-block: 16px;
}

.mt-path-timeline li > span {
	position: relative;
	z-index: 1;
	width: 40px;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	border: 1px solid var(--mt-line);
	border-radius: 50%;
	background: var(--mt-paper);
	color: var(--mt-sand);
	font-size: 0.66rem;
	font-weight: 700;
}

.mt-path-timeline .is-current > span {
	border-color: var(--mt-coral);
	background: var(--mt-coral);
	color: #fff;
	box-shadow: 0 8px 20px rgba(233, 100, 74, 0.25);
}

.mt-path-timeline strong,
.mt-path-timeline small {
	display: block;
}

.mt-path-timeline strong {
	color: var(--mt-forest-deep);
	font-size: 0.94rem;
}

.mt-path-timeline small {
	color: var(--mt-muted);
	font-size: 0.74rem;
}

.mt-path-visual-footer {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: 18px;
	padding: 14px 16px;
	border-radius: 12px;
	background: var(--mt-cream);
	color: var(--mt-forest);
	font-size: 0.77rem;
	font-weight: 700;
}

.mt-path-visual-footer span {
	width: 22px;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--mt-forest);
	color: #fff;
	font-size: 0.65rem;
}

.mt-benefits-section {
	background: var(--mt-forest);
}

.mt-centered-heading {
	max-width: 780px;
	margin: 0 auto clamp(48px, 7vw, 82px);
	text-align: center;
}

.mt-centered-heading .mt-kicker {
	justify-content: center;
	color: #f08d79;
}

.mt-centered-heading h2 {
	margin-bottom: 0;
	color: #fff;
}

.mt-benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mt-benefit-card {
	position: relative;
	min-height: 310px;
	padding: clamp(30px, 4vw, 52px);
	color: rgba(255, 255, 255, 0.72);
}

.mt-benefit-card + .mt-benefit-card {
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.mt-number {
	display: inline-block;
	margin-bottom: 74px;
	color: #f08d79;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.mt-benefit-card h3 {
	margin-bottom: 18px;
	color: #fff;
	font-size: clamp(1.8rem, 2.8vw, 2.55rem);
}

.mt-benefit-card p {
	margin-bottom: 0;
}

.mt-how-section {
	background: var(--mt-paper);
}

.mt-how-grid {
	display: grid;
	grid-template-columns: minmax(340px, 0.86fr) minmax(0, 1.14fr);
	align-items: center;
	gap: clamp(56px, 9vw, 130px);
}

.mt-how-image {
	position: relative;
	padding: 0 0 50px 38px;
}

.mt-how-image::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 74%;
	height: 64%;
	border-radius: 26px;
	background: var(--mt-coral);
	content: "";
}

.mt-how-image img {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 5;
	display: block;
	border-radius: var(--mt-radius-lg);
	box-shadow: var(--mt-shadow);
	object-fit: cover;
}

.mt-how-image > p {
	position: absolute;
	right: -38px;
	bottom: 12px;
	margin: 0;
	padding: 18px 22px;
	border-radius: 14px;
	background: var(--mt-cream);
	box-shadow: 0 14px 34px rgba(24, 61, 50, 0.12);
	color: var(--mt-forest);
	font-family: var(--mt-serif);
	font-size: 1.12rem;
	line-height: 1.25;
	transform: rotate(-3deg);
}

.mt-how-image > p span {
	display: block;
	color: var(--mt-coral);
}

.mt-how-copy > h2 {
	max-width: 700px;
	margin-bottom: 30px;
}

.mt-how-copy > p:not(.mt-kicker) {
	max-width: 690px;
	margin-bottom: 42px;
	color: var(--mt-muted);
}

.mt-how-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mt-how-list li {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 20px;
	padding-block: 22px;
	border-top: 1px solid var(--mt-line);
}

.mt-how-list li:last-child {
	border-bottom: 1px solid var(--mt-line);
}

.mt-how-list li > span {
	width: 38px;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	border: 1px solid var(--mt-line);
	border-radius: 50%;
	color: var(--mt-coral);
	font-size: 0.78rem;
	font-weight: 700;
}

.mt-how-list strong {
	display: block;
	margin-bottom: 6px;
	color: var(--mt-forest-deep);
	font-family: var(--mt-serif);
	font-size: 1.28rem;
	font-weight: 500;
}

.mt-how-list p {
	margin: 0;
	color: var(--mt-muted);
	font-size: 0.9rem;
}

.mt-continuity-section {
	padding-top: 0;
}

.mt-continuity-card {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(44px, 8vw, 110px);
	padding: clamp(40px, 7vw, 88px);
	border: 1px solid var(--mt-line);
	border-radius: var(--mt-radius-lg);
	background: var(--mt-cream);
}

.mt-continuity-card h2 {
	margin-bottom: 0;
	font-size: clamp(2.4rem, 4vw, 4rem);
}

.mt-continuity-copy {
	padding-top: 44px;
	color: var(--mt-muted);
}

.mt-continuity-copy p:last-child {
	margin-bottom: 0;
}

.mt-faq-section {
	background: var(--mt-paper);
}

.mt-faq-grid {
	display: grid;
	grid-template-columns: minmax(270px, 0.65fr) minmax(0, 1.35fr);
	align-items: start;
	gap: clamp(54px, 9vw, 130px);
}

.mt-faq-intro {
	position: sticky;
	top: 40px;
}

.mt-faq-intro h2 {
	margin-bottom: 24px;
	font-size: clamp(2.5rem, 4vw, 4.2rem);
}

.mt-faq-intro > p:last-child {
	max-width: 430px;
	margin-bottom: 0;
	color: var(--mt-muted);
}

.mt-accordion {
	border-top: 1px solid var(--mt-line);
}

.mt-accordion details {
	border-bottom: 1px solid var(--mt-line);
}

.mt-accordion summary {
	display: grid;
	grid-template-columns: 38px 1fr 28px;
	align-items: center;
	gap: 16px;
	padding-block: 28px;
	cursor: pointer;
	list-style: none;
}

.mt-accordion summary::-webkit-details-marker {
	display: none;
}

.mt-accordion summary > span {
	color: var(--mt-coral);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.mt-accordion summary > strong {
	color: var(--mt-forest-deep);
	font-family: var(--mt-serif);
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	font-weight: 500;
	line-height: 1.25;
}

.mt-accordion summary > i {
	position: relative;
	width: 26px;
	height: 26px;
	border: 1px solid var(--mt-line);
	border-radius: 50%;
}

.mt-accordion summary > i::before,
.mt-accordion summary > i::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 1px;
	background: var(--mt-forest);
	content: "";
	transform: translate(-50%, -50%);
	transition: transform 200ms ease;
}

.mt-accordion summary > i::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.mt-accordion details[open] summary > i::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.mt-faq-answer {
	max-width: 720px;
	padding: 0 46px 30px 54px;
	color: var(--mt-muted);
}

.mt-faq-answer a {
	display: inline-flex;
	gap: 7px;
	color: var(--mt-coral) !important;
	font-weight: 700;
}

.mt-final-cta-section {
	padding-top: 0;
}

.mt-final-cta {
	position: relative;
	display: grid;
	justify-items: center;
	padding: clamp(58px, 9vw, 110px) 30px;
	border-radius: var(--mt-radius-lg);
	background: var(--mt-coral);
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.mt-final-cta::before,
.mt-final-cta::after {
	position: absolute;
	width: 360px;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	content: "";
}

.mt-final-cta::before {
	top: -210px;
	left: -120px;
}

.mt-final-cta::after {
	right: -110px;
	bottom: -230px;
}

.mt-final-cta > * {
	position: relative;
	z-index: 1;
}

.mt-final-cta img {
	width: 78px;
	height: 78px;
	margin-bottom: 28px;
	border: 2px solid rgba(255, 255, 255, 0.75);
	border-radius: 50%;
}

.mt-final-cta .mt-kicker {
	color: #fff;
}

.mt-final-cta h2 {
	max-width: 820px;
	margin-bottom: 38px;
	color: #fff;
}

/* Motion ---------------------------------------------------------------- */
.mt-motion-ready .mt-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition:
		opacity 700ms cubic-bezier(0.2, 0.7, 0.2, 1) var(--mt-delay, 0ms),
		transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1) var(--mt-delay, 0ms);
}

.mt-motion-ready .mt-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@keyframes mt-float {
	0%, 100% { transform: rotate(-7deg) translateY(0); }
	50% { transform: rotate(-4deg) translateY(-9px); }
}

@keyframes mt-scroll-wheel {
	0% {
		opacity: 0;
		transform: translate(-50%, 0);
	}
	30% {
		opacity: 1;
	}
	75%, 100% {
		opacity: 0;
		transform: translate(-50%, 9px);
	}
}

/* Responsive ------------------------------------------------------------- */
@media (max-width: 1024px) {
	.wp-block-kadence-header2976-cpt-id .kadence-header-row-inner {
		min-height: 60px !important;
		padding: 5px 18px !important;
	}

	.wp-block-kadence-header2976-cpt-id .custom-logo {
		max-height: 48px !important;
	}

	.mt-hero,
	.mt-paths-hero {
		height: auto;
		min-height: auto;
		max-height: none;
	}

	.mt-hero-grid,
	.mt-paths-hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
		gap: 48px;
	}

	.mt-product-grid .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 48px !important;
	}

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

	.mt-benefit-card {
		min-height: 280px;
	}

	.mt-how-grid {
		grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
		gap: 64px;
	}

	.mt-faq-grid {
		grid-template-columns: minmax(250px, 0.58fr) minmax(0, 1.42fr);
		gap: 60px;
	}
}

@media (max-width: 780px) {
	.kb-row-layout-id2962_213700-09 > .kt-row-column-wrap {
		min-height: 34px !important;
		padding: 4px 15px !important;
	}

	.kb-row-layout-id2962_213700-09 .kt-adv-heading2962_9081ec-2b {
		font-size: 0.64rem;
		letter-spacing: 0.045em;
	}

	.mt-shell {
		width: min(100% - 30px, 1240px);
	}

	.mt-section {
		padding-block: 78px;
	}

	.mt-hero {
		padding-block: 50px 66px;
	}

	.mt-hero-grid,
	.mt-paths-hero-grid,
	.mt-how-grid,
	.mt-continuity-card,
	.mt-faq-grid {
		grid-template-columns: 1fr;
	}

	.mt-home-hero h1 {
		font-size: clamp(2.75rem, 12vw, 4.5rem);
	}

	.mt-home-hero h1 em {
		margin-left: 44px;
	}

	.mt-hero-art {
		width: min(100%, 540px);
		margin-inline: auto;
	}

	.mt-hero-image-wrap {
		height: auto;
		aspect-ratio: 5 / 4;
		border-radius: 26px;
	}

	.mt-hero-art::before {
		inset: 20px 2px 0 24px;
		border-radius: 28px;
	}

	.mt-seal {
		right: 4px;
		width: 118px;
	}

	.mt-hero-note {
		margin-top: 32px;
	}

	.mt-scroll-cue {
		display: none;
	}

	.mt-section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.mt-consult-card {
		grid-template-columns: 1fr;
		justify-items: start;
	}

	.mt-consult-mark {
		width: 64px;
	}

	.mt-benefit-grid {
		grid-template-columns: 1fr;
	}

	.mt-benefit-card {
		min-height: auto;
	}

	.mt-benefit-card + .mt-benefit-card {
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		border-left: 0;
	}

	.mt-number {
		margin-bottom: 42px;
	}

	.mt-how-image {
		width: min(100% - 20px, 560px);
	}

	.mt-how-image > p {
		right: -20px;
	}

	.mt-continuity-copy {
		padding-top: 0;
	}

	.mt-faq-intro {
		position: static;
	}
}

/* Mobile home hero and off-canvas navigation ---------------------------- */
@media (max-width: 780px) {
	.mt-home-hero {
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		padding-block: 44px 58px !important;
	}

	.mt-home-hero .mt-hero-grid {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 40px !important;
	}

	.mt-home-hero .mt-hero-copy {
		width: 100%;
		max-width: none !important;
	}

	.mt-home-hero .mt-kicker {
		max-width: 100%;
		margin-bottom: 18px;
		font-size: 0.7rem !important;
		letter-spacing: 0.14em;
		line-height: 1.45;
		white-space: normal;
	}

	.mt-home-hero h1 {
		max-width: 100%;
		margin-bottom: 20px;
		font-size: clamp(3.2rem, 16vw, 4.65rem) !important;
		line-height: 0.86;
	}

	.mt-home-hero h1 em {
		margin-left: clamp(32px, 14vw, 66px) !important;
	}

	.mt-home-hero .mt-hero-lead {
		max-width: 34rem;
		font-size: 1.08rem !important;
		line-height: 1.5;
	}

	.mt-home-hero .mt-actions {
		width: 100%;
		align-items: flex-start;
		gap: 18px;
		margin-top: 26px;
	}

	.mt-home-hero .mt-button {
		width: auto !important;
		min-height: 50px;
		padding: 13px 23px;
	}

	.mt-home-hero .mt-hero-note {
		margin-top: 30px;
	}

	.mt-home-hero .mt-hero-art {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 7px 5px;
	}

	.mt-home-hero .mt-hero-image-wrap {
		width: 100%;
		height: auto !important;
		aspect-ratio: 4 / 3;
		border-radius: 24px;
	}

	.mt-home-hero .mt-hero-art::before {
		inset: 20px 0 0 20px;
		border-radius: 26px;
	}

	.mt-home-hero .mt-seal {
		right: 0;
		bottom: 5%;
		width: 104px;
		padding: 15px;
	}
}

@media (max-width: 420px) {
	.mt-home-hero {
		padding-block: 38px 50px !important;
	}

	.mt-home-hero .mt-hero-grid {
		gap: 34px !important;
	}

	.mt-home-hero h1 {
		font-size: clamp(3rem, 17vw, 4.15rem) !important;
	}

	.mt-home-hero .mt-actions {
		flex-direction: column;
	}
}

.wp-block-kadence-off-canvas2962_701b9b-93 .kb-off-canvas-inner-wrap {
	width: min(91vw, 400px) !important;
	max-width: 400px !important;
	background:
		radial-gradient(circle at 12% 12%, rgba(233, 100, 74, 0.2), transparent 34%),
		linear-gradient(155deg, #183d32 0%, #102d25 72%) !important;
	box-shadow: 22px 0 70px rgba(0, 0, 0, 0.32);
	color: #fff;
}

.wp-block-kadence-off-canvas2962_701b9b-93 .kb-off-canvas-inner {
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	padding: 30px clamp(24px, 8vw, 38px) 28px !important;
}

.wp-block-kadence-off-canvas2962_701b9b-93 .kb-off-canvas-close {
	top: 22px !important;
	right: 22px !important;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.22) !important;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08) !important;
	color: #fff !important;
	transition: background 180ms ease, transform 180ms ease;
}

.wp-block-kadence-off-canvas2962_701b9b-93 .kb-off-canvas-close:hover {
	background: var(--mt-coral, #e9644a) !important;
	transform: rotate(5deg);
}

.wp-block-kadence-off-canvas .kb-off-canvas-overlay2962_701b9b-93 {
	background: rgba(10, 25, 21, 0.7) !important;
	backdrop-filter: blur(4px);
}

.mt-mobile-drawer-brand {
	width: 142px;
	display: block;
	margin: 4px 0 clamp(34px, 7vh, 54px);
}

.mt-mobile-drawer-brand img {
	width: 100%;
	height: auto;
	max-height: 78px;
	object-fit: contain;
	object-position: left center;
	filter: brightness(0) invert(1);
}

.wp-block-kadence-off-canvas2962_701b9b-93 .wp-block-kadence-navigation {
	width: 100%;
}

.wp-block-kadence-off-canvas2962_701b9b-93 .kb-navigation {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.wp-block-kadence-off-canvas2962_701b9b-93 .kb-navigation > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.wp-block-kadence-off-canvas2962_701b9b-93 .kb-navigation > li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.wp-block-kadence-off-canvas2962_701b9b-93 .kb-nav-link-content {
	width: 100%;
	display: flex !important;
	align-items: center;
	padding: 14px 0 !important;
	color: rgba(255, 255, 255, 0.9) !important;
	font-family: var(--global-heading-font-family, Georgia, serif) !important;
	font-size: clamp(1rem, 4.5vw, 1.15rem) !important;
	font-weight: 500 !important;
	letter-spacing: 0.055em !important;
	line-height: 1.25;
	text-transform: uppercase;
	transition: color 180ms ease, padding-left 180ms ease;
}

.wp-block-kadence-off-canvas2962_701b9b-93 .kb-navigation > li.current-menu-item .kb-nav-link-content,
.wp-block-kadence-off-canvas2962_701b9b-93 .kb-nav-link-content:hover {
	padding-left: 9px !important;
	color: #f3a08d !important;
}

.mt-mobile-drawer-extras {
	margin-top: auto;
	padding-top: clamp(34px, 7vh, 58px);
}

.mt-mobile-drawer-label {
	margin: 0 0 13px !important;
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.3;
	text-transform: uppercase;
}

.mt-mobile-drawer-socials {
	display: flex !important;
	gap: 10px;
	margin: 0 0 26px !important;
	padding: 0 !important;
}

.mt-mobile-drawer-socials .wp-social-link {
	margin: 0 !important;
	background: rgba(255, 255, 255, 0.1) !important;
	color: #fff !important;
	transition: background 180ms ease, transform 180ms ease;
}

.mt-mobile-drawer-socials .wp-social-link:hover {
	background: var(--mt-coral, #e9644a) !important;
	transform: translateY(-2px);
}

.mt-mobile-drawer-phone {
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding-top: 20px;
	color: #fff !important;
	text-decoration: none !important;
}

.mt-mobile-drawer-phone span,
.mt-mobile-drawer-phone strong {
	display: block;
}

.mt-mobile-drawer-phone span {
	margin-bottom: 3px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.69rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.mt-mobile-drawer-phone strong {
	font-family: var(--global-heading-font-family, Georgia, serif);
	font-size: clamp(1.35rem, 6vw, 1.65rem);
	font-weight: 500;
	letter-spacing: 0.025em;
}

/* Keep the contact area directly below the mobile navigation, including on
 * shorter phones where pinning it to the bottom would hide it below the fold. */
.mt-mobile-drawer-brand {
	margin-bottom: 22px;
}

.wp-block-kadence-off-canvas2962_701b9b-93 .kb-nav-link-content {
	padding-block: 10px !important;
}

.mt-mobile-drawer-extras {
	margin-top: 0;
	padding-top: 22px;
}

.mt-mobile-drawer-socials {
	margin-bottom: 16px !important;
}

.mt-mobile-drawer-phone {
	padding-top: 14px;
}

@media (max-width: 560px) {
	.mt-site h1 {
		font-size: clamp(2.75rem, 12vw, 4rem);
	}

	.mt-site h2 {
		font-size: clamp(2.05rem, 10vw, 3rem);
	}

	.mt-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

	.mt-button {
		width: 100%;
	}

	.mt-home-hero h1 {
		font-size: clamp(3rem, 15vw, 4.7rem);
	}

	.mt-home-hero h1 em {
		margin-left: 22px;
	}

	.mt-product-grid .products,
	.mt-journal-grid,
	.mt-worlds-grid {
		grid-template-columns: 1fr;
	}

	.mt-product-grid .product img {
		aspect-ratio: 5 / 4;
	}

	.mt-worlds-intro {
		align-items: flex-start;
	}

	.mt-worlds-intro > img {
		width: 76px;
		height: 76px;
	}

	.mt-path-visual {
		padding: 24px 20px;
	}

	.mt-path-visual::before {
		display: none;
	}

	.mt-how-image {
		padding: 0 0 38px 20px;
	}

	.mt-how-image > p {
		right: -8px;
		font-size: 1rem;
	}

	.mt-continuity-card {
		padding: 34px 24px;
	}

	.mt-accordion summary {
		grid-template-columns: 26px 1fr 26px;
		gap: 10px;
	}

	.mt-faq-answer {
		padding: 0 10px 28px 36px;
	}

	.mt-final-cta {
		padding-inline: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mt-site *,
	.mt-site *::before,
	.mt-site *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	.mt-motion-ready .mt-reveal {
		opacity: 1;
		transform: none;
	}
}

/* Global Kadence elements: newsletter and footer ----------------------- */
.mt-newsletter-modern,
.mt-footer-modern,
.mt-footer-bottom {
	box-sizing: border-box;
}

.mt-newsletter-modern {
	position: relative;
	overflow: hidden;
	background: #f3ecdf;
	color: #26312b;
}

.mt-newsletter-modern::before {
	position: absolute;
	top: -120px;
	right: -95px;
	width: 330px;
	height: 330px;
	border: 1px solid rgba(24, 61, 50, 0.13);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.mt-newsletter-modern > .kt-row-column-wrap {
	position: relative;
	grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr) !important;
	gap: clamp(44px, 7vw, 96px) !important;
	max-width: 1240px !important;
	padding: clamp(62px, 7vw, 92px) clamp(24px, 4vw, 48px) !important;
}

.mt-newsletter-modern .mt-newsletter-kicker,
.mt-footer-modern .mt-footer-heading {
	margin-bottom: 16px !important;
	color: #e15d45 !important;
	font-family: Poppins, Inter, system-ui, sans-serif !important;
	font-size: 0.72rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.15em !important;
	text-transform: uppercase;
}

.mt-newsletter-modern .mt-newsletter-title {
	max-width: 690px;
	margin-bottom: 20px !important;
	color: #102d25 !important;
	font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif !important;
	font-size: clamp(2.25rem, 4vw, 3.75rem) !important;
	font-weight: 500 !important;
	letter-spacing: -0.035em !important;
	line-height: 1.02 !important;
}

.mt-newsletter-modern .mt-newsletter-text {
	max-width: 640px;
	margin-bottom: 30px !important;
	color: #536058;
	font-size: 1rem;
	line-height: 1.75;
}

.mt-newsletter-modern .acym_module_form,
.mt-newsletter-modern .acym_form,
.mt-newsletter-modern form {
	max-width: 660px;
}

.mt-newsletter-modern input[type="email"],
.mt-newsletter-modern input[type="text"] {
	min-height: 52px;
	border: 1px solid rgba(24, 61, 50, 0.2) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.78) !important;
	box-shadow: none !important;
	padding-inline: 20px !important;
}

.mt-newsletter-modern button,
.mt-newsletter-modern input[type="submit"] {
	min-height: 50px;
	border: 0 !important;
	border-radius: 999px !important;
	background: #183d32 !important;
	color: #fff !important;
	font-weight: 700 !important;
	letter-spacing: 0.02em;
	padding-inline: 26px !important;
	transition: background 180ms ease, transform 180ms ease !important;
}

.mt-newsletter-modern button:hover,
.mt-newsletter-modern input[type="submit"]:hover {
	background: #e15d45 !important;
	transform: translateY(-2px);
}

.mt-newsletter-benefits {
	align-self: center;
	border: 1px solid rgba(24, 61, 50, 0.12);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.52);
	box-shadow: 0 22px 60px rgba(24, 61, 50, 0.08);
	padding: clamp(28px, 4vw, 44px) !important;
}

.mt-newsletter-benefits .mt-newsletter-side-title {
	margin-bottom: 22px !important;
	color: #102d25 !important;
	font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif !important;
	font-size: clamp(1.65rem, 2.5vw, 2.15rem) !important;
	font-weight: 500 !important;
}

.mt-newsletter-list {
	margin: 0 0 22px !important;
	padding: 0 !important;
	list-style: none !important;
}

.mt-newsletter-list li {
	position: relative;
	margin: 0;
	border-bottom: 1px solid rgba(24, 61, 50, 0.1);
	padding: 13px 0 13px 30px;
	color: #26312b;
}

.mt-newsletter-list li::before {
	position: absolute;
	top: 18px;
	left: 2px;
	width: 11px;
	height: 11px;
	border-radius: 50% 0 50% 50%;
	background: #708064;
	content: "";
	transform: rotate(-35deg);
}

.mt-newsletter-note {
	margin: 0 !important;
	color: #6a746e;
	font-size: 0.87rem;
	font-style: italic;
}

.mt-footer-modern {
	position: relative;
	overflow: hidden;
	background: #102d25;
	color: rgba(255, 255, 255, 0.77);
}

.mt-footer-modern::after {
	position: absolute;
	right: -130px;
	bottom: -230px;
	width: 450px;
	height: 450px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.mt-footer-modern > .kt-row-column-wrap {
	position: relative;
	z-index: 1;
	grid-template-columns: minmax(260px, 1.35fr) repeat(2, minmax(150px, 0.75fr)) minmax(210px, 1fr) !important;
	gap: clamp(34px, 5vw, 72px) !important;
	max-width: 1240px !important;
	padding: clamp(58px, 7vw, 86px) clamp(24px, 4vw, 48px) clamp(48px, 6vw, 72px) !important;
}

.mt-footer-modern .wp-block-site-logo {
	margin: 0 0 24px;
}

.mt-footer-modern .wp-block-site-logo img {
	width: auto;
	max-width: 178px;
	max-height: 72px;
	filter: brightness(0) invert(1);
}

.mt-footer-modern .mt-footer-intro {
	max-width: 320px;
	margin-bottom: 24px !important;
	font-size: 0.95rem;
	line-height: 1.75;
}

.mt-footer-modern .wp-block-social-links {
	gap: 8px;
	margin: 0 !important;
}

.mt-footer-modern .wp-social-link {
	background: rgba(255, 255, 255, 0.1) !important;
	transition: background 180ms ease, transform 180ms ease;
}

.mt-footer-modern .wp-social-link:hover {
	background: #e15d45 !important;
	transform: translateY(-2px);
}

.mt-footer-modern .mt-footer-links {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.mt-footer-modern .mt-footer-links li {
	margin-bottom: 11px;
}

.mt-footer-modern a {
	color: rgba(255, 255, 255, 0.82) !important;
	text-decoration: none;
	transition: color 180ms ease, transform 180ms ease;
}

.mt-footer-modern a:hover {
	color: #f3a08d !important;
}

.mt-footer-modern .mt-footer-contact {
	margin-bottom: 18px !important;
	line-height: 1.7;
}

.mt-footer-modern .mt-footer-cta {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	padding: 8px 18px;
	font-size: 0.87rem;
	font-weight: 700;
}

.mt-footer-modern .mt-footer-cta:hover {
	border-color: #e15d45;
	background: #e15d45;
	color: #fff !important;
}

.mt-footer-bottom {
	background: #102d25;
	color: rgba(255, 255, 255, 0.56);
}

.mt-footer-bottom > .kt-row-column-wrap {
	max-width: 1240px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 20px clamp(24px, 4vw, 48px) 26px !important;
}

.mt-footer-bottom p {
	margin: 0 !important;
	font-size: 0.8rem;
	letter-spacing: 0.02em;
}

.mt-footer-bottom a {
	color: rgba(255, 255, 255, 0.72) !important;
}

.mt-footer-bottom .mt-footer-legal {
	text-align: right;
}

@media (max-width: 1024px) {
	.mt-newsletter-modern > .kt-row-column-wrap,
	.mt-footer-modern > .kt-row-column-wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 780px) {
	.wp-block-kadence-header2976-cpt-id .kadence-header-row-inner {
		min-height: 62px !important;
		padding: 5px 16px !important;
	}

	.wp-block-kadence-header2976-cpt-id .custom-logo {
		max-height: 46px !important;
	}

	.mt-newsletter-modern > .kt-row-column-wrap,
	.mt-footer-modern > .kt-row-column-wrap {
		grid-template-columns: 1fr !important;
		gap: 38px !important;
	}

	.mt-newsletter-modern > .kt-row-column-wrap {
		padding-block: 54px !important;
	}

	.mt-footer-modern > .kt-row-column-wrap {
		padding-block: 52px 44px !important;
	}

	.mt-footer-bottom .mt-footer-legal {
		text-align: left;
	}

	.mt-newsletter-benefits {
		padding: 26px !important;
	}
}

/* Account action rebuilt for the shallow utility bar ------------------- */
.mt-utility-bar .kadence-column2962_4160a9-53,
.mt-utility-bar .kadence-column2962_4160a9-53 > .kt-inside-inner-col,
.mt-utility-bar .kb-row-layout-id2962_58d503-a4,
.mt-utility-bar .kb-row-layout-id2962_58d503-a4 > .kt-row-column-wrap,
.mt-utility-bar .kadence-column2962_8467c1-82,
.mt-utility-bar .kadence-column2962_8467c1-82 > .kt-inside-inner-col {
	height: 100% !important;
	min-height: 0 !important;
}

.mt-account-button-wrap {
	display: flex !important;
	height: 100%;
	align-items: center !important;
	justify-content: flex-end !important;
	margin: 0 !important;
}

.mt-account-button {
	display: inline-flex;
	height: 27px;
	min-height: 27px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.68);
	border-radius: 999px;
	padding: 0 11px;
	background: transparent;
	color: #fff !important;
	font-family: Poppins, Inter, system-ui, sans-serif;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.mt-account-button svg {
	width: 12px;
	height: 12px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.mt-account-button:hover {
	border-color: #fff;
	background: #fff;
	color: #102d25 !important;
}

/* Text stays dark and readable; warm accents are reserved for surfaces. */
.mt-modern-page .mt-kicker,
.mt-modern-page .mt-home-hero h1 em,
.mt-modern-page .mt-paths-hero h1 em,
.mt-modern-page .mt-hero-note span,
.mt-modern-page .mt-product-grid .price,
.mt-modern-page .mt-article-meta,
.mt-modern-page .mt-how-image > p span,
.mt-modern-page .mt-number,
.mt-modern-page .mt-accordion summary > span,
.mt-modern-page .mt-faq-answer a,
.mt-newsletter-modern .mt-newsletter-kicker {
	color: #183d32 !important;
}

.wp-block-kadence-header2976-cpt-id .kb-nav-link-content:hover,
.wp-block-kadence-header2976-cpt-id .current-menu-item > .kb-nav-link-content,
.wp-block-kadence-header2976-cpt-id .current_page_item > .kb-nav-link-content {
	color: #172821 !important;
}

.wp-block-kadence-off-canvas2962_701b9b-93 .kb-nav-link-content:hover,
.wp-block-kadence-off-canvas2962_701b9b-93 .current-menu-item > .kb-nav-link-content,
.wp-block-kadence-off-canvas2962_701b9b-93 .current_page_item > .kb-nav-link-content {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff !important;
}

.wp-block-kadence-off-canvas2962_701b9b-93 .kb-nav-link-content {
	color: #fff !important;
}

.mt-footer-modern .mt-footer-heading {
	color: #fff !important;
}

.mt-modern-page .entry-content a:not(.button):not(.wp-block-button__link),
.mt-modern-page .woocommerce a:not(.button) {
	color: #183d32;
}

/* Shared editorial pages ----------------------------------------------- */
.mt-story-page,
.mt-downloads-page,
.mt-contact-page {
	background: #fffdfa;
}

.mt-story-page h1,
.mt-story-page h2,
.mt-story-page h3,
.mt-downloads-page h1,
.mt-downloads-page h2,
.mt-downloads-page h3,
.mt-contact-page h1,
.mt-contact-page h2,
.mt-contact-page h3,
.mt-shop-page h1,
.mt-shop-page h2,
.mt-shop-page h3 {
	color: #172821;
	font-family: var(--mt-serif);
	font-weight: 500;
	letter-spacing: -0.035em;
}

.mt-story-hero,
.mt-library-hero,
.mt-contact-hero {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(24, 61, 50, 0.1);
	background:
		radial-gradient(circle at 8% 4%, rgba(212, 223, 199, 0.56), transparent 34%),
		#f8f4ed;
}

.mt-story-hero::after,
.mt-library-hero::after,
.mt-contact-hero::after {
	position: absolute;
	right: -150px;
	bottom: -280px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(24, 61, 50, 0.12);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

/* Story page ----------------------------------------------------------- */
.mt-story-hero {
	padding: clamp(66px, 7vw, 108px) 0 clamp(78px, 8vw, 126px);
}

.mt-story-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.88fr);
	align-items: center;
	gap: clamp(60px, 8vw, 124px);
}

.mt-story-hero-copy {
	position: relative;
	z-index: 1;
	max-width: 680px;
}

.mt-story-hero h1 {
	margin: 0 0 28px;
	font-size: clamp(3.2rem, 5.7vw, 6rem);
	line-height: 0.98;
}

.mt-story-hero .mt-hero-lead {
	max-width: 620px;
	margin-bottom: 30px;
	color: #35423b;
	font-size: clamp(1.08rem, 1.5vw, 1.28rem);
	line-height: 1.7;
}

.mt-story-collage {
	position: relative;
	z-index: 1;
	min-height: 570px;
}

.mt-story-collage figure {
	position: absolute;
	overflow: hidden;
	margin: 0;
	box-shadow: 0 30px 80px rgba(22, 46, 38, 0.16);
}

.mt-story-collage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mt-story-photo-main {
	top: 0;
	right: 0;
	width: 78%;
	height: 90%;
	border-radius: 170px 170px 28px 28px;
}

.mt-story-photo-detail {
	bottom: 0;
	left: 0;
	width: 43%;
	height: 42%;
	border: 9px solid #f8f4ed;
	border-radius: 24px;
}

.mt-story-year {
	position: absolute;
	right: -18px;
	bottom: 46px;
	display: grid;
	width: 128px;
	height: 128px;
	place-content: center;
	border-radius: 50%;
	background: #183d32;
	box-shadow: 0 18px 38px rgba(24, 61, 50, 0.24);
	color: #fff;
	text-align: center;
}

.mt-story-year strong,
.mt-story-year span {
	display: block;
}

.mt-story-year strong {
	font-family: var(--mt-serif);
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
}

.mt-story-year span {
	margin-top: 5px;
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.mt-story-origin {
	background: #fffdfa;
}

.mt-story-origin-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
	gap: clamp(58px, 9vw, 140px);
}

.mt-story-origin-title {
	position: sticky;
	top: 130px;
	align-self: start;
}

.mt-story-origin h2 {
	margin: 0;
	font-size: clamp(2.7rem, 4.8vw, 5rem);
	line-height: 1.03;
}

.mt-story-origin-copy > p {
	margin: 0 0 26px;
	color: #3d4943;
	font-size: 1.06rem;
	line-height: 1.85;
}

.mt-story-dropcap::first-letter {
	float: left;
	margin: 8px 10px 0 0;
	color: #183d32;
	font-family: var(--mt-serif);
	font-size: 4.3rem;
	line-height: 0.72;
}

.mt-story-origin blockquote {
	margin: 48px 0 0;
	border-left: 2px solid #708064;
	padding: 4px 0 4px 30px;
	color: #172821;
	font-family: var(--mt-serif);
	font-size: clamp(1.55rem, 2.4vw, 2.15rem);
	font-style: italic;
	line-height: 1.35;
}

.mt-story-origin cite {
	display: block;
	margin-top: 15px;
	font-family: Poppins, Inter, sans-serif;
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mt-story-timeline-section {
	background: #eef1e8;
}

.mt-story-timeline {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: clamp(50px, 7vw, 82px) 0 0;
	padding: 0;
	list-style: none;
}

.mt-story-timeline li {
	position: relative;
	border-top: 1px solid rgba(24, 61, 50, 0.25);
	padding: 36px clamp(22px, 3vw, 40px) 0 0;
}

.mt-story-timeline li::before {
	position: absolute;
	top: -6px;
	left: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #183d32;
	content: "";
}

.mt-story-timeline li > span {
	display: block;
	margin-bottom: 28px;
	color: #596960;
	font-size: 0.69rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mt-story-timeline strong {
	color: #172821;
	font-family: var(--mt-serif);
	font-size: 1.55rem;
	font-weight: 500;
}

.mt-story-timeline p {
	margin: 10px 0 0;
	color: #536159;
	font-size: 0.92rem;
	line-height: 1.7;
}

.mt-story-interview-heading {
	display: grid;
	grid-template-columns: 0.8fr 1.4fr 0.8fr;
	align-items: end;
	gap: 44px;
	margin-bottom: 54px;
}

.mt-story-interview-heading h2 {
	margin: 0;
	font-size: clamp(2.5rem, 4.2vw, 4.4rem);
	line-height: 1.04;
}

.mt-story-interview-heading > p:last-child {
	margin: 0;
	color: #66716b;
	font-size: 0.9rem;
	line-height: 1.7;
}

.mt-story-qa {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	gap: clamp(24px, 5vw, 72px);
	border-top: 1px solid rgba(24, 61, 50, 0.16);
	padding: clamp(34px, 5vw, 60px) 0;
}

.mt-story-qa > span {
	color: #5b6c62;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.mt-story-qa h3 {
	max-width: 840px;
	margin: 0 0 22px;
	font-size: clamp(1.6rem, 2.7vw, 2.5rem);
	line-height: 1.2;
}

.mt-story-qa p {
	max-width: 880px;
	margin: 0;
	color: #4d5952;
	font-size: 1rem;
	line-height: 1.85;
}

.mt-story-name {
	padding: 0 24px clamp(70px, 9vw, 120px);
	background: #fffdfa;
}

.mt-story-name-card {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	background: #183d32;
	padding: clamp(54px, 8vw, 96px) !important;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
}

.mt-story-name-card::after {
	position: absolute;
	top: -160px;
	right: -80px;
	width: 390px;
	height: 390px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	content: "";
}

.mt-story-name-card .mt-kicker,
.mt-contact-closing .mt-kicker {
	color: rgba(255, 255, 255, 0.68) !important;
}

.mt-story-name-card h2 {
	position: relative;
	z-index: 1;
	margin: 0 auto 22px;
	color: #fff;
	font-size: clamp(2.6rem, 5vw, 5rem);
	line-height: 1.05;
}

.mt-story-name-card h2 em {
	color: #d9e3d0;
	font-weight: 500;
}

.mt-story-name-card > p:not(.mt-kicker) {
	max-width: 670px;
	margin: 0 auto 30px;
	font-size: 1.03rem;
	line-height: 1.7;
}

/* Download library ----------------------------------------------------- */
.mt-library-hero {
	padding: clamp(72px, 8vw, 118px) 0 58px;
}

.mt-library-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	align-items: end;
	gap: clamp(60px, 10vw, 160px);
}

.mt-library-hero h1 {
	margin: 0;
	font-size: clamp(4rem, 7vw, 7rem);
	line-height: 0.9;
}

.mt-library-intro p {
	margin: 0 0 28px;
	color: #3e4c45;
	font-size: clamp(1.08rem, 1.65vw, 1.3rem);
	line-height: 1.7;
}

.mt-library-line {
	position: relative;
	z-index: 1;
	max-width: 1240px;
	margin: clamp(54px, 8vw, 90px) auto 0;
	border-top: 1px solid rgba(24, 61, 50, 0.18);
}

.mt-library-line span {
	display: block;
	width: 15%;
	border-top: 3px solid #183d32;
	transform: translateY(-2px);
}

.mt-library-section {
	background: #fffdfa;
}

.mt-library-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 50px;
}

.mt-library-heading h2 {
	margin: 0;
	font-size: clamp(2.5rem, 4.4vw, 4.6rem);
}

.mt-library-heading > p {
	margin: 0 0 8px;
	color: #66716b;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mt-document-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.mt-document-card {
	position: relative;
	display: grid;
	grid-template-columns: 128px minmax(0, 1fr);
	gap: 28px;
	overflow: hidden;
	border: 1px solid rgba(24, 61, 50, 0.13);
	border-radius: 24px;
	background: #f7f4ed;
	padding: 30px;
	transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.mt-document-card:hover {
	border-color: rgba(24, 61, 50, 0.3);
	box-shadow: 0 24px 65px rgba(24, 61, 50, 0.1);
	transform: translateY(-4px);
}

.mt-document-topline {
	grid-column: 1 / -1;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(24, 61, 50, 0.13);
	padding-bottom: 18px;
	color: #647168;
	font-size: 0.63rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mt-document-glyph {
	display: grid;
	min-height: 168px;
	place-items: center;
	border-radius: 80px 80px 18px 18px;
	background: #dfe6d7;
}

.mt-document-glyph span {
	border: 1px solid rgba(24, 61, 50, 0.32);
	border-radius: 999px;
	padding: 6px 10px;
	color: #183d32;
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.mt-document-copy h3 {
	margin: 4px 0 14px;
	font-size: clamp(1.55rem, 2.5vw, 2.2rem);
	line-height: 1.08;
}

.mt-document-copy p {
	margin: 0;
	color: #56625b;
	font-size: 0.9rem;
	line-height: 1.7;
}

.mt-document-actions {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 5px;
}

.mt-document-actions a {
	color: #183d32 !important;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
}

.mt-modern-page .mt-download-button {
	border-radius: 999px;
	background: #183d32;
	padding: 11px 17px;
	color: #fff !important;
}

.mt-library-note {
	padding: 0 24px clamp(70px, 8vw, 110px);
	background: #fffdfa;
}

.mt-library-note-inner {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr) auto;
	align-items: center;
	gap: 26px;
	border-radius: 24px;
	background: #eef1e8;
	padding: 38px 44px !important;
}

.mt-library-note-inner > span {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid rgba(24, 61, 50, 0.26);
	border-radius: 50%;
	color: #183d32;
	font-family: var(--mt-serif);
	font-size: 1.4rem;
}

.mt-library-note h2 {
	margin: 0 0 5px;
	font-size: 1.6rem;
}

.mt-library-note p {
	max-width: 720px;
	margin: 0;
	color: #56625b;
	font-size: 0.9rem;
	line-height: 1.65;
}

/* Contact page --------------------------------------------------------- */
.mt-contact-hero {
	padding: clamp(76px, 9vw, 132px) 0 clamp(62px, 7vw, 96px);
}

.mt-contact-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	align-items: end;
	gap: clamp(50px, 10vw, 150px);
}

.mt-contact-hero h1 {
	margin: 0;
	font-size: clamp(5rem, 10vw, 10rem);
	line-height: 0.8;
}

.mt-contact-hero-copy p {
	margin: 0 0 4px;
	color: #3e4c45;
	font-size: clamp(1.08rem, 1.6vw, 1.28rem);
	line-height: 1.75;
}

.mt-contact-actions {
	background: #fffdfa;
	padding: clamp(52px, 6vw, 78px) 0 0;
}

.mt-contact-action-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid rgba(24, 61, 50, 0.14);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(24, 61, 50, 0.07);
}

.mt-contact-action {
	position: relative;
	display: flex;
	min-height: 260px;
	flex-direction: column;
	border-right: 1px solid rgba(24, 61, 50, 0.13);
	padding: 32px;
	color: #172821 !important;
	text-decoration: none !important;
	transition: background 200ms ease;
}

.mt-contact-action:last-child {
	border-right: 0;
}

.mt-contact-action:hover {
	background: #f0f3eb;
}

.mt-contact-icon {
	align-self: flex-end;
	color: #68746d;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.mt-contact-action small {
	margin: auto 0 10px;
	color: #68746d;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mt-contact-action strong {
	color: #172821;
	font-family: var(--mt-serif);
	font-size: clamp(1.4rem, 2.2vw, 2rem);
	font-weight: 500;
	line-height: 1.25;
}

.mt-contact-action em {
	margin-top: 24px;
	color: #31473d;
	font-size: 0.74rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.mt-visit-section {
	background: #fffdfa;
}

.mt-visit-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
	gap: clamp(40px, 7vw, 92px);
}

.mt-map-wrap {
	position: relative;
	overflow: hidden;
	min-height: 630px;
	border-radius: 28px;
	background: #e6e9e1;
}

.mt-map-wrap iframe {
	width: 100%;
	height: 100%;
	min-height: 630px;
	border: 0;
	filter: saturate(0.5) sepia(0.08);
}

.mt-map-caption {
	position: absolute;
	right: 24px;
	bottom: 24px;
	display: flex;
	align-items: center;
	gap: 15px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(24, 61, 50, 0.17);
	padding: 16px 20px;
}

.mt-map-caption span {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #183d32;
	box-shadow: 0 0 0 5px rgba(24, 61, 50, 0.12);
}

.mt-map-caption p {
	margin: 0;
	color: #34463d;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.5;
}

.mt-hours-card {
	align-self: center;
}

.mt-hours-card h2 {
	margin: 0 0 34px;
	font-size: clamp(2.5rem, 4vw, 4rem);
	line-height: 1.04;
}

.mt-hours-list {
	margin: 0;
}

.mt-hours-list > div {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 18px;
	border-top: 1px solid rgba(24, 61, 50, 0.15);
	padding: 14px 0;
}

.mt-hours-list > div:last-child {
	border-bottom: 1px solid rgba(24, 61, 50, 0.15);
}

.mt-hours-list dt {
	color: #172821;
	font-weight: 700;
}

.mt-hours-list dd {
	margin: 0;
	color: #47564e;
	text-align: right;
}

.mt-hours-list .is-closed dd {
	color: #7a837e;
	font-style: italic;
}

.mt-hours-note {
	margin: 25px 0 0;
	color: #69736e;
	font-size: 0.78rem;
	line-height: 1.65;
}

.mt-contact-closing {
	padding: 0 24px clamp(70px, 8vw, 112px);
	background: #fffdfa;
}

.mt-contact-closing-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 44px;
	border-radius: 26px;
	background: #183d32;
	padding: clamp(46px, 7vw, 78px) !important;
	color: rgba(255, 255, 255, 0.78);
}

.mt-contact-closing h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: clamp(2.2rem, 4vw, 4rem);
}

.mt-contact-closing p:not(.mt-kicker) {
	margin: 0;
}

/* WooCommerce shop ----------------------------------------------------- */
.mt-shop-page .site-main,
.mt-shop-page .content-area {
	background: #fffdfa;
}

.mt-shop-page .woocommerce-products-header {
	display: none !important;
}

.mt-shop-page .content-container {
	max-width: 1320px;
	padding-inline: clamp(20px, 4vw, 48px);
}

.mt-store-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
	align-items: end;
	gap: 50px;
	overflow: hidden;
	margin: 0 0 0 !important;
	border-radius: 28px 28px 0 0;
	background:
		radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.13), transparent 30%),
		#183d32;
	padding: clamp(56px, 7vw, 94px);
	color: rgba(255, 255, 255, 0.78);
}

.mt-store-hero::after {
	position: absolute;
	right: -100px;
	bottom: -240px;
	width: 480px;
	height: 480px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 50%;
	content: "";
}

.mt-store-hero .mt-kicker {
	color: rgba(255, 255, 255, 0.64) !important;
}

.mt-store-hero h1 {
	margin: 0 0 25px;
	color: #fff;
	font-size: clamp(3.4rem, 6vw, 6.4rem);
	line-height: 0.96;
}

.mt-store-hero-copy > p:last-child {
	max-width: 650px;
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.75;
}

.mt-store-promise {
	position: relative;
	z-index: 1;
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	padding-left: 32px;
}

.mt-store-promise span,
.mt-store-promise strong {
	display: block;
}

.mt-store-promise span {
	margin-bottom: 9px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.mt-store-promise strong {
	color: #fff;
	font-family: var(--mt-serif);
	font-size: clamp(1.6rem, 2.6vw, 2.3rem);
	font-weight: 500;
	line-height: 1.2;
}

.mt-store-trust {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: clamp(66px, 8vw, 100px);
	border-radius: 0 0 28px 28px;
	background: #e6ebdf;
}

.mt-store-trust span {
	border-right: 1px solid rgba(24, 61, 50, 0.13);
	padding: 19px 26px;
	color: #31443a;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
}

.mt-store-trust span:last-child {
	border-right: 0;
}

.mt-store-trust strong {
	margin-right: 7px;
	color: #68796e;
}

.mt-store-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 35px;
	margin-bottom: 32px;
}

.mt-store-heading h2 {
	margin: 0;
	font-size: clamp(2.5rem, 4.2vw, 4.3rem);
}

.mt-store-heading > a {
	margin-bottom: 8px;
	color: #183d32 !important;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
}

.mt-shop-page .woocommerce-result-count,
.mt-shop-page .woocommerce-ordering {
	margin-bottom: 34px;
}

.mt-shop-page .woocommerce-result-count {
	color: #657169;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.mt-shop-page .woocommerce-ordering select {
	height: 43px;
	border: 1px solid rgba(24, 61, 50, 0.2);
	border-radius: 999px;
	background: #fff;
	padding: 0 38px 0 16px;
	color: #26372f;
	font-size: 0.8rem;
}

.mt-shop-page ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: clamp(26px, 3vw, 42px) 24px !important;
	clear: both;
}

.mt-shop-page ul.products::before,
.mt-shop-page ul.products::after {
	display: none !important;
}

.mt-shop-page ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	border: 1px solid rgba(24, 61, 50, 0.12);
	border-radius: 20px;
	background: #fff;
	padding: 14px 14px 22px !important;
	transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.mt-shop-page ul.products li.product:hover {
	border-color: rgba(24, 61, 50, 0.28);
	box-shadow: 0 24px 60px rgba(24, 61, 50, 0.1);
	transform: translateY(-5px);
}

.mt-shop-page ul.products li.product > a:first-child {
	display: block;
	overflow: hidden;
	border-radius: 12px;
}

.mt-shop-page ul.products li.product img {
	width: 100% !important;
	height: clamp(260px, 31vw, 390px) !important;
	margin: 0 0 20px !important;
	border-radius: 12px;
	object-fit: cover;
	transition: transform 500ms ease;
}

.mt-shop-page ul.products li.product:hover img {
	transform: scale(1.025);
}

.mt-shop-page ul.products li.product .woocommerce-loop-product__title {
	min-height: 2.5em;
	margin: 0;
	padding: 0 8px 9px !important;
	color: #172821 !important;
	font-size: clamp(1.25rem, 1.8vw, 1.65rem) !important;
	line-height: 1.18;
}

.mt-shop-page ul.products li.product .price {
	display: block;
	margin: 0;
	padding: 0 8px 14px;
	color: #183d32 !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
}

.mt-shop-page ul.products li.product .button {
	display: inline-flex;
	min-height: 41px;
	align-items: center;
	margin: 0 8px !important;
	border-radius: 999px;
	background: #183d32 !important;
	padding: 10px 17px !important;
	color: #fff !important;
	font-size: 0.7rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.mt-shop-page ul.products li.product .onsale {
	top: 25px !important;
	right: 25px !important;
	left: auto !important;
	min-width: 0;
	min-height: 0;
	border-radius: 999px;
	background: #183d32;
	padding: 7px 11px;
	font-size: 0.65rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

@media (max-width: 980px) {
	.mt-story-hero-grid,
	.mt-story-origin-grid,
	.mt-library-hero-grid,
	.mt-contact-hero-grid,
	.mt-visit-grid,
	.mt-store-hero {
		grid-template-columns: 1fr;
	}

	.mt-story-collage {
		width: min(620px, 100%);
		min-height: 620px;
		margin-inline: auto;
	}

	.mt-story-origin-title {
		position: static;
	}

	.mt-story-timeline,
	.mt-contact-action-grid,
	.mt-shop-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.mt-story-interview-heading {
		grid-template-columns: 1fr 1.4fr;
	}

	.mt-story-interview-heading > p:last-child {
		grid-column: 2;
	}

	.mt-document-card {
		grid-template-columns: 105px minmax(0, 1fr);
		padding: 24px;
	}

	.mt-contact-action:nth-child(2) {
		border-right: 0;
	}

	.mt-contact-action:last-child {
		grid-column: 1 / -1;
		min-height: 220px;
		border-top: 1px solid rgba(24, 61, 50, 0.13);
	}

	.mt-map-wrap,
	.mt-map-wrap iframe {
		min-height: 480px;
	}
}

@media (max-width: 720px) {
	.mt-account-button {
		padding-inline: 9px;
		font-size: 0.58rem;
	}

	.mt-story-hero,
	.mt-library-hero,
	.mt-contact-hero {
		padding-block: 54px 64px;
	}

	.mt-story-hero h1 {
		font-size: clamp(2.75rem, 13vw, 4.25rem);
	}

	.mt-story-collage {
		min-height: 470px;
	}

	.mt-story-photo-main {
		width: 86%;
	}

	.mt-story-photo-detail {
		width: 46%;
		height: 38%;
	}

	.mt-story-year {
		right: 0;
		bottom: 30px;
		width: 104px;
		height: 104px;
	}

	.mt-story-timeline,
	.mt-story-interview-heading,
	.mt-document-grid,
	.mt-contact-action-grid,
	.mt-shop-page ul.products {
		grid-template-columns: 1fr !important;
	}

	.mt-story-timeline li {
		border-top: 0;
		border-left: 1px solid rgba(24, 61, 50, 0.25);
		padding: 0 0 38px 28px;
	}

	.mt-story-timeline li::before {
		top: 4px;
		left: -6px;
	}

	.mt-story-timeline li > span {
		margin-bottom: 12px;
	}

	.mt-story-interview-heading > p:last-child {
		grid-column: auto;
	}

	.mt-story-qa {
		grid-template-columns: 40px 1fr;
	}

	.mt-story-name,
	.mt-library-note,
	.mt-contact-closing {
		padding-inline: 14px;
	}

	.mt-story-name-card,
	.mt-contact-closing-inner {
		border-radius: 22px;
		padding: 44px 24px !important;
	}

	.mt-library-hero h1,
	.mt-contact-hero h1 {
		font-size: clamp(3.7rem, 17vw, 6rem);
	}

	.mt-library-heading,
	.mt-store-heading,
	.mt-contact-closing-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.mt-document-card {
		grid-template-columns: 86px minmax(0, 1fr);
		gap: 20px;
	}

	.mt-document-glyph {
		min-height: 126px;
	}

	.mt-library-note-inner {
		grid-template-columns: 46px 1fr;
		padding: 30px 24px !important;
	}

	.mt-library-note-inner .mt-button {
		grid-column: 1 / -1;
	}

	.mt-contact-action {
		min-height: 220px;
		border-right: 0;
		border-bottom: 1px solid rgba(24, 61, 50, 0.13);
	}

	.mt-contact-action:last-child {
		grid-column: auto;
		border-top: 0;
		border-bottom: 0;
	}

	.mt-hours-list > div {
		grid-template-columns: 92px 1fr;
		font-size: 0.86rem;
	}

	.mt-map-caption {
		right: 14px;
		bottom: 14px;
		left: 14px;
	}

	.mt-store-hero {
		border-radius: 20px 20px 0 0;
		padding: 45px 24px;
	}

	.mt-store-hero h1 {
		font-size: clamp(2.7rem, 13vw, 4.2rem);
	}

	.mt-store-promise {
		border-top: 1px solid rgba(255, 255, 255, 0.25);
		border-left: 0;
		padding: 24px 0 0;
	}

	.mt-store-trust {
		grid-template-columns: 1fr;
	}

	.mt-store-trust span {
		border-right: 0;
		border-bottom: 1px solid rgba(24, 61, 50, 0.13);
	}

	.mt-shop-page ul.products li.product img {
		height: min(108vw, 440px) !important;
	}
}

/* Ask the herbalist --------------------------------------------------- */
.mt-advice-page {
	background: #fffdfa;
}

.mt-advice-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 78% 22%, rgba(223, 194, 165, 0.25), transparent 24%),
		linear-gradient(120deg, #f5ede3 0%, #fffdfa 64%);
	padding: clamp(65px, 8vw, 110px) 24px;
}

.mt-advice-hero::after {
	position: absolute;
	right: -90px;
	bottom: -155px;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(24, 61, 50, 0.12);
	border-radius: 50%;
	content: "";
}

.mt-advice-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(270px, 0.65fr);
	align-items: end;
	gap: clamp(50px, 8vw, 130px);
}

.mt-advice-hero h1 {
	max-width: 820px;
	margin: 10px 0 26px;
	color: #172821;
	font-family: var(--mt-serif);
	font-size: clamp(4.4rem, 8vw, 8.2rem);
	font-weight: 400;
	letter-spacing: -0.065em;
	line-height: 0.84;
}

.mt-advice-hero .mt-hero-lead {
	max-width: 670px;
	margin: 0;
	color: #536159;
	font-size: clamp(1rem, 1.4vw, 1.16rem);
	line-height: 1.75;
}

.mt-advice-hero-note {
	border-left: 1px solid rgba(24, 61, 50, 0.2);
	padding: 8px 0 8px 34px;
}

.mt-advice-hero-note > span {
	display: grid;
	width: 42px;
	height: 42px;
	margin-bottom: 30px;
	place-items: center;
	border: 1px solid rgba(24, 61, 50, 0.2);
	border-radius: 50%;
	color: #183d32;
	font-size: 0.62rem;
	font-weight: 700;
}

.mt-advice-hero-note p {
	margin: 0 0 7px;
	color: #183d32;
	font-size: 0.63rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.mt-advice-hero-note strong {
	display: block;
	color: #26372f;
	font-family: var(--mt-serif);
	font-size: 1.42rem;
	font-weight: 400;
	line-height: 1.35;
}

.mt-advice-process {
	border-block: 1px solid rgba(24, 61, 50, 0.12);
	background: #f0f2eb;
	padding-inline: 24px;
}

.mt-advice-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.mt-advice-steps > div {
	display: grid;
	grid-template-columns: 36px 1fr;
	gap: 4px 18px;
	min-height: 150px;
	align-content: center;
	border-right: 1px solid rgba(24, 61, 50, 0.12);
	padding: 28px clamp(24px, 4vw, 52px);
}

.mt-advice-steps > div:first-child {
	border-left: 1px solid rgba(24, 61, 50, 0.12);
}

.mt-advice-steps span {
	grid-row: 1 / span 2;
	color: #748178;
	font-size: 0.62rem;
	font-weight: 700;
}

.mt-advice-steps strong {
	color: #172821;
	font-family: var(--mt-serif);
	font-size: 1.18rem;
	font-weight: 600;
}

.mt-advice-steps p {
	margin: 0;
	color: #657169;
	font-size: 0.78rem;
	line-height: 1.5;
}

.mt-advice-form-section {
	padding: clamp(72px, 9vw, 125px) 24px;
}

.mt-advice-form-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(520px, 1.28fr);
	align-items: start;
	gap: clamp(45px, 8vw, 120px);
}

.mt-advice-sidebar {
	position: sticky;
	top: 120px;
}

.mt-advice-sidebar h2 {
	margin: 10px 0 24px;
	color: #172821;
	font-family: var(--mt-serif);
	font-size: clamp(2.6rem, 4vw, 4.3rem);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.98;
}

.mt-advice-sidebar > p:not(.mt-kicker) {
	margin: 0;
	color: #647068;
	line-height: 1.75;
}

.mt-advice-contact-card {
	margin-top: 38px;
	border-radius: 18px;
	background: #183d32;
	padding: 27px;
	color: rgba(255, 255, 255, 0.7);
}

.mt-advice-contact-card small,
.mt-advice-contact-card strong {
	display: block;
}

.mt-advice-contact-card small {
	margin-bottom: 6px;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mt-advice-contact-card strong {
	margin-bottom: 20px;
	color: #fff;
	font-family: var(--mt-serif);
	font-size: 1.22rem;
	font-weight: 400;
}

.mt-advice-contact-card a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	padding-top: 17px;
	color: #fff !important;
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration: none;
}

.mt-advice-form-card {
	border: 1px solid rgba(24, 61, 50, 0.12);
	border-radius: 26px;
	background: #f8f5ef;
	padding: clamp(30px, 5vw, 62px);
	box-shadow: 0 24px 70px rgba(24, 61, 50, 0.08);
}

.mt-advice-form-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	margin-bottom: 34px;
	border-bottom: 1px solid rgba(24, 61, 50, 0.13);
	padding-bottom: 22px;
}

.mt-advice-form-heading span {
	color: #172821;
	font-family: var(--mt-serif);
	font-size: 1.5rem;
}

.mt-advice-form-heading p {
	margin: 0;
	color: #77817b;
	font-size: 0.67rem;
}

.mt-advice-native-content > hr,
.mt-advice-native-content > p {
	display: none;
}

.mt-advice-native-content > *:not(:last-child),
.mt-advice-native-content > :last-child .wp-block-kadence-spacer {
	display: none !important;
}

.mt-advice-native-content .kt-row-column-wrap,
.mt-advice-native-content .wp-block-kadence-column,
.mt-advice-native-content .kt-inside-inner-col {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
}

.mt-advice-native-content > .wp-block-group,
.mt-advice-native-content .fluentform,
.mt-advice-native-content .frm-fluent-form {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mt-advice-native-content .wp-block-group > :first-child:not(form):not(.fluentform),
.mt-advice-native-content .wp-block-separator {
	display: none;
}

.mt-advice-native-content .ff-el-group {
	margin-bottom: 24px !important;
}

.mt-advice-native-content .ff-el-input--label label {
	margin-bottom: 9px !important;
	color: #263830 !important;
	font-family: var(--mt-sans) !important;
	font-size: 0.71rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.035em !important;
	line-height: 1.45 !important;
	text-transform: uppercase !important;
}

.mt-advice-native-content .ff-el-form-control {
	min-height: 52px !important;
	border: 1px solid rgba(24, 61, 50, 0.19) !important;
	border-radius: 10px !important;
	background: #fff !important;
	padding: 13px 15px !important;
	color: #172821 !important;
	font-family: var(--mt-sans) !important;
	font-size: 0.92rem !important;
	box-shadow: none !important;
	transition: border-color 180ms ease, box-shadow 180ms ease !important;
}

.mt-advice-native-content textarea.ff-el-form-control {
	min-height: 132px !important;
	resize: vertical;
}

.mt-advice-native-content .ff-el-form-control:focus {
	border-color: #315f4f !important;
	box-shadow: 0 0 0 4px rgba(49, 95, 79, 0.1) !important;
}

.mt-advice-native-content .ff-el-form-check-label,
.mt-advice-native-content .ff-el-form-check-label a {
	color: #4d5c54 !important;
	font-size: 0.75rem !important;
	line-height: 1.55;
}

.mt-advice-native-content input[type="checkbox"] {
	accent-color: #183d32;
}

.mt-advice-native-content .ff-btn-submit {
	min-width: 150px !important;
	min-height: 48px !important;
	border: 1px solid #183d32 !important;
	border-radius: 999px !important;
	background: #183d32 !important;
	padding: 0 28px !important;
	color: #fff !important;
	font-family: var(--mt-sans) !important;
	font-size: 0.72rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.09em !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
}

.mt-advice-native-content .ff-btn-submit:hover {
	background: #285747 !important;
}

.mt-advice-closing {
	padding: 0 24px clamp(70px, 8vw, 105px);
}

.mt-advice-closing-inner {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 35px;
	border-radius: 22px;
	background: #edf0e7;
	padding: 34px clamp(28px, 5vw, 58px) !important;
}

.mt-advice-closing p {
	margin: 0;
	color: #516057;
}

@media (max-width: 900px) {
	.mt-advice-hero-grid,
	.mt-advice-form-layout {
		grid-template-columns: 1fr;
	}

	.mt-advice-hero-note {
		max-width: 540px;
	}

	.mt-advice-steps {
		grid-template-columns: 1fr;
	}

	.mt-advice-steps > div,
	.mt-advice-steps > div:first-child {
		min-height: 125px;
		border-right: 1px solid rgba(24, 61, 50, 0.12);
		border-bottom: 1px solid rgba(24, 61, 50, 0.12);
		border-left: 1px solid rgba(24, 61, 50, 0.12);
	}

	.mt-advice-steps > div:last-child {
		border-bottom: 0;
	}

	.mt-advice-sidebar {
		position: static;
	}
}

@media (max-width: 560px) {
	.mt-advice-hero {
		padding: 54px 20px 64px;
	}

	.mt-advice-hero h1 {
		font-size: clamp(3.8rem, 18vw, 5.2rem);
	}

	.mt-advice-hero-note {
		padding-left: 24px;
	}

	.mt-advice-process,
	.mt-advice-form-section,
	.mt-advice-closing {
		padding-inline: 14px;
	}

	.mt-advice-steps > div {
		padding: 25px 20px;
	}

	.mt-advice-form-card {
		border-radius: 20px;
		padding: 30px 20px;
	}

	.mt-advice-form-heading,
	.mt-advice-closing-inner {
		grid-template-columns: 1fr;
		align-items: flex-start;
		flex-direction: column;
	}

	.mt-advice-closing-inner {
		gap: 12px;
	}
}
