/**
 * Maison Campaign ? complete homepage art direction.
 * New compositions only (mx-*). Owns homepage emotion.
 * Nav / booking / multilingual untouched.
 */

/* Shared atmosphere helpers */
body.home .mx-hero,
body.home .mx-about,
body.home .mx-stats,
body.home .mx-services,
body.home .mx-process,
body.home .mx-ba,
body.home .mx-reviews,
body.home .mx-social,
body.home .mx-spa {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

body.home .mx-hero__grain,
body.home .mx-about__grain,
body.home .mx-stats__grain,
body.home .mx-services__grain,
body.home .mx-process__grain,
body.home .mx-ba__grain,
body.home .mx-reviews__grain,
body.home .mx-social__grain,
body.home .mx-spa__grain {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 2;
	opacity: 0.35;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
	mix-blend-mode: soft-light;
}

/* =========================================================================
   HERO ? calm editorial full-bleed. Brand is the focal point.
   ========================================================================= */
body.home .mx-hero {
	min-height: 100svh;
	display: grid;
	background: #FAF8F6;
}

body.home .mx-hero__media {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center 28%;
	transform: scale(1.02);
	overflow: hidden;
}

body.home .mx-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 28%;
	z-index: 0;
}

body.home .mx-hero__veil {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			to inline-end,
			rgba(250, 248, 246, 0.88) 0%,
			rgba(250, 248, 246, 0.55) 34%,
			rgba(250, 248, 246, 0.12) 58%,
			rgba(250, 248, 246, 0.04) 100%
		);
}

body.home .mx-hero__frame {
	position: relative;
	z-index: 3;
	display: grid;
	align-items: center;
	min-height: 100svh;
	padding: clamp(7rem, 14vh, 10rem) clamp(1.5rem, 6vw, 6rem) clamp(3rem, 8vh, 5rem);
	max-width: 1280px;
	margin-inline: auto;
	width: 100%;
}

body.home .mx-hero__copy {
	max-width: 32rem;
	color: #2B2B2B;
}

body.home .mx-hero__since {
	margin: 0 0 1.15rem;
	font-size: 0.72rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #A85F72;
}

body.home .mx-hero__brand {
	margin: 0;
	font-family: var(--tolin-font-serif);
	font-weight: 500;
	font-size: clamp(3rem, 7.5vw, 5.75rem);
	line-height: 0.96;
	letter-spacing: -0.03em;
	color: #2B2B2B;
}

body.home .mx-hero__line {
	margin: 1.35rem 0 0;
	font-family: var(--tolin-font-serif);
	font-size: clamp(1.15rem, 2vw, 1.55rem);
	font-weight: 400;
	line-height: 1.35;
	color: #874A5D;
	max-width: 20ch;
}

body.home .mx-hero__lede {
	margin: 1.15rem 0 0;
	font-size: 1rem;
	line-height: 1.7;
	color: #5F5A5C;
	max-width: 34ch;
}

body.home .mx-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 2.25rem;
}

@media (max-width: 900px) {
	body.home .mx-hero__frame {
		align-items: end;
		padding-bottom: 2.5rem;
	}

	body.home .mx-hero__veil {
		background:
			linear-gradient(
				180deg,
				rgba(250, 248, 246, 0.35) 0%,
				rgba(250, 248, 246, 0.72) 48%,
				rgba(250, 248, 246, 0.92) 100%
			);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.home .mx-hero__media {
		transform: none;
	}
}

@keyframes mx-float {
	0%, 100% { transform: translate3d(0, 0, 0); }
	50% { transform: translate3d(2%, -3%, 0); }
}



/* =========================================================================
   ABOUT ? warm ivory magazine spread
   ========================================================================= */
body.home .mx-about {
	padding: clamp(5rem, 11vh, 9rem) clamp(1.25rem, 5vw, 5rem) clamp(3.5rem, 7vh, 5.5rem);
	background:
		radial-gradient(ellipse 42% 36% at 94% 8%, rgba(201, 181, 139, 0.1), transparent 58%),
		radial-gradient(ellipse 48% 42% at 6% 88%, rgba(247, 220, 228, 0.38), transparent 55%),
		radial-gradient(ellipse 36% 30% at 72% 40%, rgba(93, 115, 96, 0.045), transparent 60%),
		linear-gradient(180deg, #F7F3EE 0%, #FFFFFF 46%, #FAF8F6 100%);
}

body.home .mx-about__glow {
	position: absolute;
	width: 50vw;
	height: 50vw;
	top: 10%;
	inset-inline-end: -15%;
	border-radius: 50%;
	background: rgba(216, 111, 142, 0.12);
	filter: blur(90px);
	pointer-events: none;
}

body.home .mx-about__spread {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr);
	gap: clamp(1.5rem, 4vw, 4.5rem);
	align-items: end;
	max-width: 1400px;
	margin-inline: auto;
}

body.home .mx-about__hero-photo {
	position: relative;
	margin: 0;
	min-height: clamp(420px, 72vh, 760px);
}

body.home .mx-about__photo {
	position: absolute;
	inset: 0;
	border-radius: 1.5rem 1.5rem 2.5rem 0.75rem;
	background-size: cover;
	background-position: center top;
	box-shadow: 0 40px 100px rgba(123, 63, 89, 0.22);
}

body.home .mx-about__photo--float {
	inset: auto;
	width: 42%;
	height: 38%;
	bottom: -8%;
	inset-inline-end: -6%;
	border-radius: 1.25rem;
	border: 6px solid #FFF7F3;
	box-shadow: 0 24px 60px rgba(123, 63, 89, 0.28);
	z-index: 2;
	animation: mx-float 12s ease-in-out infinite;
}

body.home .mx-about__year-float {
	position: absolute;
	top: 8%;
	inset-inline-start: -4%;
	z-index: 3;
	padding: 1.1rem 1.25rem;
	border-radius: 1.1rem;
	background: rgba(255, 253, 252, 0.95);
	backdrop-filter: blur(16px);
	border: 1px solid rgba(93, 115, 96, 0.2);
	box-shadow:
		0 18px 50px rgba(168, 95, 114, 0.12),
		0 0 0 1px rgba(201, 181, 139, 0.25);
	text-align: center;
}

body.home .mx-about__year-float strong {
	display: block;
	font-family: var(--tolin-font-serif);
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1;
	color: #A85F72;
}

body.home .mx-about__year-float span {
	font-size: 0.7rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #874A5D;
}

body.home .mx-about__editorial {
	padding-block: 1rem 3rem;
	max-width: 34rem;
}

body.home .mx-about__kicker {
	margin: 0 0 0.75rem;
	font-size: 0.72rem;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: #A85F72;
}

body.home .mx-about__display {
	margin: 0;
	font-family: var(--tolin-font-serif);
	font-weight: 500;
	font-size: clamp(2.4rem, 5.5vw, 4.4rem);
	line-height: 1.02;
	letter-spacing: -0.03em;
	color: #7B3F59;
	max-width: 10ch;
}

body.home .mx-about__lead {
	margin: 1.35rem 0 0;
	font-size: 1.05rem;
	line-height: 1.7;
	color: #716B73;
	max-width: 38ch;
}

body.home .mx-about__pillars {
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
	display: grid;
	gap: 1.15rem;
	border-block: 1px solid rgba(123, 63, 89, 0.12);
	padding-block: 1.35rem;
}

body.home .mx-about__pillars li {
	display: grid;
	gap: 0.25rem;
}

body.home .mx-about__pillars span {
	font-family: var(--tolin-font-serif);
	font-size: 1.15rem;
	color: #7B3F59;
}

body.home .mx-about__pillars em {
	font-style: normal;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #716B73;
}

body.home .mx-about__cta {
	margin-top: 1.75rem;
}

body.home .mx-about__timeline {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	max-width: 1400px;
	margin: clamp(4rem, 8vh, 6rem) auto 0;
	padding-top: 2rem;
}

body.home .mx-about__era {
	padding: 1.25rem 1.1rem;
	border-radius: 1rem;
	background: #FFFFFF;
	border: 1px solid rgba(237, 230, 232, 0.95);
	box-shadow: 0 12px 40px rgba(123, 63, 89, 0.05);
}

body.home .mx-about__era:nth-child(2) {
	background: #FAF8F6;
}

body.home .mx-about__era:nth-child(3) {
	background: #FFF7F5;
	border-color: rgba(247, 220, 228, 0.9);
}

body.home .mx-about__era:nth-child(4) {
	background: #FFFFFF;
	border-color: rgba(93, 115, 96, 0.18);
}

body.home .mx-about__era--lift {
	transform: translateY(-1.25rem);
}

body.home .mx-about__era strong {
	display: block;
	font-family: var(--tolin-font-serif);
	font-size: 1.65rem;
	color: #A85F72;
	margin-bottom: 0.45rem;
}

body.home .mx-about__era p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.5;
	color: #716B73;
}

body.home .mx-about__certs {
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.75rem;
	max-width: 1400px;
	margin: 2.5rem auto 0;
	color: #874A5D;
	font-size: 0.88rem;
}

body.home .mx-about__certs span {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

@media (max-width: 960px) {
	body.home .mx-about__spread { grid-template-columns: 1fr; }
	body.home .mx-about__hero-photo { min-height: 62vw; max-height: 520px; }
	body.home .mx-about__photo--float { width: 36%; height: 34%; bottom: -6%; }
	body.home .mx-about__timeline { grid-template-columns: 1fr 1fr; }
	body.home .mx-about__era--lift { transform: none; }
}

/* =========================================================================
   STATS ? dark chocolate. Giant number composition. No equal cards.
   ========================================================================= */
body.home .mx-stats {
	padding: clamp(5rem, 12vh, 9rem) clamp(1.25rem, 5vw, 5rem);
	background:
		radial-gradient(ellipse 70% 70% at 50% 40%, rgba(216, 111, 142, 0.4), transparent 55%),
		radial-gradient(ellipse 45% 50% at 90% 80%, rgba(200, 182, 232, 0.35), transparent 50%),
		radial-gradient(ellipse 40% 40% at 10% 20%, rgba(242, 140, 159, 0.3), transparent 50%),
		linear-gradient(160deg, #7B3F59 0%, #874A5D 48%, #A85F72 100%);
	color: #FFFDFC;
	min-height: clamp(420px, 70vh, 680px);
	display: grid;
	align-items: center;
}

body.home .mx-stats__glow {
	position: absolute;
	inset: 20% 25%;
	border-radius: 50%;
	background: rgba(242, 140, 159, 0.18);
	filter: blur(70px);
	pointer-events: none;
}

body.home .mx-stats__bg-num {
	position: absolute;
	inset-inline-start: 50%;
	top: 50%;
	transform: translate(-50%, -52%);
	margin: 0;
	font-family: var(--tolin-font-serif);
	font-size: clamp(8rem, 28vw, 22rem);
	line-height: 0.8;
	letter-spacing: -0.06em;
	color: rgba(252, 250, 247, 0.045);
	pointer-events: none;
	user-select: none;
	white-space: nowrap;
	z-index: 1;
}

body.home .mx-stats__stage {
	position: relative;
	z-index: 3;
	max-width: 1100px;
	margin-inline: auto;
	width: 100%;
	min-height: 280px;
	display: grid;
	place-items: center;
}

body.home .mx-stats__focal {
	text-align: center;
	z-index: 2;
}

body.home .mx-stats__focal strong {
	display: block;
	font-family: var(--tolin-font-serif);
	font-size: clamp(5rem, 14vw, 10rem);
	line-height: 0.9;
	letter-spacing: -0.04em;
	background: linear-gradient(180deg, #F28C9F 0%, #D86F8E 55%, #D86F8E 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	filter: drop-shadow(0 20px 40px rgba(242, 140, 159, 0.25));
}

body.home .mx-stats__focal span {
	display: block;
	margin-top: 0.75rem;
	font-size: 0.85rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 225, 214, 0.85);
}

body.home .mx-stats__chip {
	position: absolute;
	padding: 1.15rem 1.35rem;
	border-radius: 1.15rem;
	background: linear-gradient(145deg, rgba(252, 250, 247, 0.14), rgba(252, 250, 247, 0.05));
	border: 1px solid rgba(242, 140, 159, 0.35);
	backdrop-filter: blur(18px);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
	text-align: center;
	min-width: 140px;
}

body.home .mx-stats__chip--a {
	top: 8%;
	inset-inline-start: 4%;
	animation: mx-float 11s ease-in-out infinite;
}

body.home .mx-stats__chip--b {
	bottom: 6%;
	inset-inline-end: 6%;
	animation: mx-float 13s ease-in-out infinite reverse;
}

body.home .mx-stats__chip strong {
	display: block;
	font-family: var(--tolin-font-serif);
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	color: #F28C9F;
	line-height: 1;
}

body.home .mx-stats__chip span {
	display: block;
	margin-top: 0.4rem;
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(252, 250, 247, 0.72);
	max-width: 12ch;
	margin-inline: auto;
}

body.home .mx-stats__note {
	position: relative;
	z-index: 3;
	margin: 2.5rem auto 0;
	text-align: center;
	max-width: 36rem;
	font-size: 0.95rem;
	line-height: 1.6;
	color: rgba(255, 225, 214, 0.75);
}

@media (max-width: 720px) {
	body.home .mx-stats__chip--a,
	body.home .mx-stats__chip--b {
		position: static;
		animation: none;
		margin-top: 1rem;
	}
	body.home .mx-stats__stage {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}
}

/* =========================================================================
   SERVICES ? campaign: unified mast + chips + hero + vertical rail
   ========================================================================= */
body.home .mx-services {
	padding: clamp(5.5rem, 11vh, 8.5rem) clamp(1.25rem, 5vw, 5rem) clamp(4rem, 8vh, 6rem);
	background:
		radial-gradient(ellipse 40% 32% at 88% 0%, rgba(201, 181, 139, 0.08), transparent 55%),
		radial-gradient(ellipse 50% 38% at 4% 100%, rgba(247, 220, 228, 0.28), transparent 55%),
		linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 58%, #FAF8F6 100%);
}

body.home .mx-services__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(90px);
	pointer-events: none;
	z-index: 0;
}

body.home .mx-services__glow--a {
	width: 40vw;
	height: 40vw;
	top: -10%;
	inset-inline-end: -8%;
	background: rgba(216, 111, 142, 0.12);
}

body.home .mx-services__glow--b {
	width: 28vw;
	height: 28vw;
	bottom: 12%;
	inset-inline-start: -6%;
	background: rgba(201, 181, 139, 0.1);
}

body.home .mx-services__kicker,
body.home .mx-process__kicker,
body.home .mx-ba__kicker,
body.home .mx-reviews__kicker,
body.home .mx-social__kicker,
body.home .mx-spa__kicker {
	margin: 0 0 0.65rem;
	font-size: 0.72rem;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: #A85F72;
}

body.home .mx-services__mast {
	position: relative;
	z-index: 2;
	max-width: 42rem;
	margin: 0 auto 2rem;
	text-align: center;
}

body.home .mx-services__display {
	margin: 0;
	font-family: var(--tolin-font-serif);
	font-weight: 500;
	font-size: clamp(2.3rem, 4.8vw, 3.8rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: #2D2830;
}

body.home .mx-services__lede {
	margin: 1rem auto 0;
	font-size: 1.02rem;
	line-height: 1.65;
	color: #716B73;
	max-width: 40ch;
}

body.home .mx-services__all {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: 1rem;
	color: #A85F72;
	font-size: 0.9rem;
	text-decoration: none;
	border-bottom: 1px solid rgba(168, 95, 114, 0.35);
	padding-bottom: 0.15rem;
	transition: gap 0.25s ease, color 0.25s ease;
}

body.home .mx-services__all:hover {
	gap: 0.65rem;
	color: #874A5D;
}

body.home .mx-services__chips {
	position: relative;
	z-index: 2;
	max-width: 1400px;
	margin: 0 auto 1.75rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.55rem;
}

body.home .mx-services__chip {
	appearance: none;
	border: 1px solid rgba(168, 95, 114, 0.28);
	background: #FFFFFF;
	color: #874A5D;
	padding: 0.55rem 1.05rem;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

body.home .mx-services__chip:hover {
	border-color: #D86F8E;
	transform: translateY(-1px);
}

body.home .mx-services__chip.is-active {
	background: linear-gradient(135deg, #D86F8E, #A85F72);
	border-color: transparent;
	color: #FFFDFC;
	box-shadow: 0 10px 28px rgba(168, 95, 114, 0.28);
}

body.home .mx-campaign {
	position: relative;
	z-index: 2;
	max-width: 1400px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.78fr);
	gap: clamp(0.85rem, 1.6vw, 1.25rem);
	align-items: stretch;
}

body.home .mx-feat {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	min-height: clamp(480px, 62vh, 640px);
	border-radius: 1.75rem;
	overflow: hidden;
	background: #FFFFFF;
	border: 1px solid rgba(237, 230, 232, 0.95);
	box-shadow: 0 36px 90px rgba(168, 95, 114, 0.1);
}

body.home .mx-feat__media {
	position: relative;
	min-height: 100%;
	background-size: cover;
	background-position: center;
	transition: background-size 0.7s var(--tolin-ease);
}

body.home .mx-feat:hover .mx-feat__media {
	background-size: 106% auto;
}

body.home .mx-feat__media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(45, 40, 48, 0.22) 100%);
}

body.home .mx-feat__badge {
	position: absolute;
	top: 1.15rem;
	inset-inline-start: 1.15rem;
	z-index: 2;
	padding: 0.4rem 0.85rem;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	background: linear-gradient(135deg, #D86F8E, #A85F72);
	color: #FFFDFC;
	box-shadow: 0 10px 24px rgba(168, 95, 114, 0.3);
}

body.home .mx-feat__trust {
	position: absolute;
	bottom: 1.15rem;
	inset-inline-end: 1.15rem;
	z-index: 2;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 600;
	background: rgba(255, 253, 252, 0.94);
	border: 1px solid rgba(93, 115, 96, 0.28);
	color: #5D7360;
	backdrop-filter: blur(10px);
}

body.home .mx-feat__panel {
	padding: clamp(1.35rem, 2.5vw, 1.85rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(180deg, #FFFFFF 0%, #FAF8F6 100%);
}

body.home .mx-feat__eyebrow {
	margin: 0 0 0.4rem;
	font-size: 0.68rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #D86F8E;
}

body.home .mx-feat__title {
	margin: 0;
	font-family: var(--tolin-font-serif);
	font-weight: 500;
	font-size: clamp(1.55rem, 2.6vw, 2.2rem);
	line-height: 1.15;
	color: #2D2830;
}

body.home .mx-feat__title a {
	color: inherit;
	text-decoration: none;
}

body.home .mx-feat__desc {
	margin: 0.75rem 0 0;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #716B73;
	max-width: 36ch;
}

body.home .mx-feat__meta {
	list-style: none;
	margin: 1.1rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
}

body.home .mx-feat__meta li {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.86rem;
	color: #716B73;
}

body.home .mx-feat__meta strong {
	color: #2D2830;
}

body.home .mx-feat__trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-top: 1rem;
}

body.home .mx-feat__trust-row span {
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	background: rgba(247, 220, 228, 0.7);
	border: 1px solid rgba(216, 111, 142, 0.22);
	font-size: 0.7rem;
	font-weight: 600;
	color: #874A5D;
}

body.home .mx-feat__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.25rem;
}

body.home .mx-rail {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	min-height: 100%;
}

body.home .mx-mini {
	appearance: none;
	border: 1px solid rgba(237, 230, 232, 0.95);
	background: #FFFFFF;
	border-radius: 1.15rem;
	padding: 0;
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	overflow: hidden;
	cursor: pointer;
	text-align: start;
	flex: 1 1 0;
	min-height: 88px;
	box-shadow: 0 12px 32px rgba(168, 95, 114, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

body.home .mx-mini:nth-child(even) {
	background: #FAF8F6;
}

body.home .mx-mini:nth-child(3n) {
	background: #FFF7F5;
	border-color: rgba(247, 220, 228, 0.95);
}

body.home .mx-mini:nth-child(4n) {
	border-color: rgba(93, 115, 96, 0.22);
}

body.home .mx-rail__label {
	margin: 0 0 0.15rem;
	font-size: 0.7rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #A85F72;
	padding-inline: 0.2rem;
}

body.home .mx-mini:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(168, 95, 114, 0.14);
}

body.home .mx-mini.is-active {
	border-color: #D86F8E;
	box-shadow: 0 18px 44px rgba(216, 111, 142, 0.2);
}

body.home .mx-mini.is-hidden {
	display: none;
}

body.home .mx-mini__media {
	display: block;
	min-height: 96px;
	background-size: cover;
	background-position: center;
}

body.home .mx-mini__body {
	padding: 0.75rem 0.85rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.3rem;
}

body.home .mx-mini__badge {
	align-self: start;
	padding: 0.18rem 0.5rem;
	border-radius: 999px;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: #FFF0F4;
	color: #A85F72;
}

body.home .mx-mini__title {
	font-family: var(--tolin-font-serif);
	font-size: 0.98rem;
	line-height: 1.2;
	color: #2D2830;
}

body.home .mx-mini__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.65rem;
	font-size: 0.72rem;
	color: #716B73;
}

body.home .mx-services__consult {
	position: relative;
	z-index: 2;
	max-width: 1400px;
	margin: clamp(2.25rem, 5vh, 3.5rem) auto 0;
	padding: clamp(1.35rem, 2.5vw, 1.85rem) clamp(1.35rem, 3vw, 2.25rem);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	border-radius: 1.5rem;
	background: linear-gradient(120deg, #FFF0F4 0%, #FFE1D6 50%, #E7DDF6 100%);
	border: 1px solid rgba(216, 111, 142, 0.22);
	box-shadow: 0 24px 60px rgba(168, 95, 114, 0.1);
}

body.home .mx-services__consult-title {
	margin: 0;
	font-family: var(--tolin-font-serif);
	font-weight: 500;
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	line-height: 1.2;
	color: #2D2830;
	max-width: 18ch;
}

body.home .mx-services__consult-text {
	margin: 0.55rem 0 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #716B73;
	max-width: 42ch;
}

@media (max-width: 980px) {
	body.home .mx-campaign {
		grid-template-columns: 1fr;
	}
	body.home .mx-feat {
		grid-template-columns: 1fr;
		min-height: 0;
	}
	body.home .mx-feat__media {
		min-height: 260px;
	}
	body.home .mx-rail {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0.75rem;
	}
	body.home .mx-rail__label {
		grid-column: 1 / -1;
	}
}

@media (max-width: 640px) {
	body.home .mx-rail {
		grid-template-columns: 1fr;
	}
	body.home .mx-services__mast {
		text-align: start;
		margin-inline: 0;
		max-width: none;
	}
	body.home .mx-services__lede {
		margin-inline: 0;
	}
	body.home .mx-services__chips {
		justify-content: flex-start;
	}
}

/* =========================================================================
   PROCESS ? champagne journey. Typography path.
   ========================================================================= */
body.home .mx-process {
	padding: clamp(5rem, 12vh, 9rem) clamp(1.25rem, 5vw, 5rem) clamp(5.5rem, 11vh, 8.5rem);
	background:
		radial-gradient(ellipse 38% 34% at 8% 12%, rgba(201, 181, 139, 0.12), transparent 58%),
		radial-gradient(ellipse 46% 40% at 96% 78%, rgba(247, 220, 228, 0.32), transparent 55%),
		radial-gradient(ellipse 30% 28% at 48% 48%, rgba(93, 115, 96, 0.04), transparent 60%),
		linear-gradient(168deg, #FFFDFB 0%, #F7F3EE 42%, #FFF8F6 100%);
}

body.home .mx-process__container {
	position: relative;
	z-index: 2;
	width: min(100%, var(--tolin-container));
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	gap: clamp(2rem, 5vh, 3rem);
}

body.home .mx-process__main {
	position: relative;
	z-index: 2;
	flex: 1 1 auto;
	min-width: 0;
}

body.home .mx-process__visual {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}

body.home .mx-process__glow--photo {
	position: absolute;
	inset-inline: 0;
	top: 0;
	width: 100%;
	aspect-ratio: 1;
	border-radius: 50%;
	background:
		radial-gradient(circle, rgba(216, 111, 142, 0.35) 0%, rgba(200, 182, 232, 0.28) 45%, transparent 70%);
	filter: blur(28px);
	pointer-events: none;
	z-index: 0;
	animation: mx-float 14s ease-in-out infinite;
}

body.home .mx-process__photo {
	position: relative;
	z-index: 1;
	width: min(100%, 380px);
	aspect-ratio: 1;
	border-radius: 42% 58% 52% 48% / 48% 42% 58% 52%;
	background-size: cover;
	background-position: center;
	opacity: 0.88;
	filter: saturate(0.95) contrast(1.04);
	box-shadow:
		0 40px 90px rgba(168, 95, 114, 0.22),
		0 0 0 12px rgba(255, 253, 252, 0.35);
	animation: mx-float 16s ease-in-out infinite;
}

body.home .mx-process__head {
	position: relative;
	z-index: 2;
	max-width: 36rem;
	margin-bottom: 2.25rem;
}

body.home .mx-process__display {
	margin: 0;
	font-family: var(--tolin-font-serif);
	font-weight: 500;
	font-size: clamp(2.3rem, 5vw, 4rem);
	line-height: 1.05;
	color: #7B3F59;
	max-width: 14ch;
}

body.home .mx-process__lede {
	margin: 1rem 0 0;
	font-size: 1rem;
	line-height: 1.65;
	color: #716B73;
	max-width: 40ch;
}

body.home .mx-process__path {
	position: relative;
	z-index: 2;
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: clamp(1.25rem, 3vh, 2rem);
}

body.home .mx-process__beat {
	display: grid;
	grid-template-columns: minmax(4.5rem, 7rem) minmax(0, 1fr);
	gap: 1rem 1.5rem;
	align-items: start;
	padding: 1.35rem 1.5rem;
	border-radius: 1.35rem;
	background: #FFFFFF;
	border: 1px solid rgba(237, 230, 232, 0.95);
	backdrop-filter: blur(14px);
	box-shadow: 0 18px 50px rgba(123, 63, 89, 0.06);
	width: 100%;
}

body.home .mx-process__beat--1 { margin-inline-start: 0; }
body.home .mx-process__beat--2 {
	margin-inline-start: 4%;
	background: #FAF8F6;
}
body.home .mx-process__beat--3 {
	margin-inline-start: 8%;
	background: #FFF7F5;
	border-color: rgba(247, 220, 228, 0.95);
}
body.home .mx-process__beat--4 {
	margin-inline-start: 2%;
	background: #FFFFFF;
	border-color: rgba(93, 115, 96, 0.22);
}

body.home .mx-process__giant {
	font-family: var(--tolin-font-serif);
	font-size: clamp(3rem, 6vw, 4.5rem);
	line-height: 0.9;
	color: rgba(93, 115, 96, 0.42);
	letter-spacing: -0.04em;
}

body.home .mx-process__copy h3 {
	margin: 0 0 0.45rem;
	font-family: var(--tolin-font-serif);
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 500;
	color: #7B3F59;
}

body.home .mx-process__copy p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #716B73;
	max-width: 42ch;
}

body.home .mx-process__cta {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 420px;
	margin-top: 0.25rem;
	padding: clamp(1.75rem, 3.5vw, 2.35rem) clamp(1.35rem, 3vw, 2rem);
	border-radius: 1.75rem;
	background:
		radial-gradient(ellipse 70% 80% at 90% 20%, rgba(216, 111, 142, 0.18), transparent 55%),
		linear-gradient(145deg, rgba(255, 253, 252, 0.92) 0%, rgba(247, 220, 228, 0.75) 55%, rgba(231, 221, 246, 0.55) 100%);
	border: 1px solid rgba(216, 111, 142, 0.28);
	box-shadow:
		0 32px 80px rgba(168, 95, 114, 0.14),
		inset 0 1px 0 rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(12px);
}

/* Desktop: contained row ? main + visual with space-between */
@media (min-width: 900px) {
	body.home .mx-process__container {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		gap: clamp(1.5rem, 3vw, 2.75rem);
	}

	/* RTL: first child (main) ? start/right; visual ? end/left */
	body.home .mx-process__main {
		flex: 0 1 560px;
		max-width: 560px;
	}

	body.home .mx-process__visual {
		flex: 0 1 420px;
		max-width: 420px;
		align-items: stretch;
		padding-top: 0.5rem;
	}

	body.home .mx-process__photo {
		width: 100%;
		max-width: 400px;
		margin-inline: auto;
	}

	body.home .mx-process__glow--photo {
		top: 0;
	}

	body.home .mx-process__cta {
		max-width: none;
		width: 100%;
	}

	body.home .mx-process__beat--2 { margin-inline-start: 3%; }
	body.home .mx-process__beat--3 { margin-inline-start: 6%; }
	body.home .mx-process__beat--4 { margin-inline-start: 1%; }
}

@media (min-width: 1120px) {
	body.home .mx-process__main {
		flex: 0 1 580px;
		max-width: 580px;
	}

	body.home .mx-process__visual {
		flex: 0 1 440px;
		max-width: 440px;
	}
}

body.home .mx-process__cta-kicker {
	margin: 0 0 0.55rem;
	font-size: 0.7rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #A85F72;
}

body.home .mx-process__cta-title {
	margin: 0;
	font-family: var(--tolin-font-serif);
	font-weight: 500;
	font-size: clamp(1.55rem, 2.8vw, 2.15rem);
	line-height: 1.15;
	color: #2D2830;
	max-width: 14ch;
}

body.home .mx-process__cta-promises {
	list-style: none;
	margin: 1.15rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.45rem;
}

body.home .mx-process__cta-promises li {
	font-size: 0.98rem;
	line-height: 1.45;
	color: #874A5D;
	font-weight: 500;
}

body.home .mx-process__cta-promises li::before {
	content: '';
	display: inline-block;
	width: 0.45rem;
	height: 0.45rem;
	margin-inline-end: 0.55rem;
	border-radius: 50%;
	background: linear-gradient(135deg, #5D7360, #A85F72);
	vertical-align: middle;
}

body.home .mx-process__cta-btn {
	margin-top: 1.35rem;
}

body.home .mx-process__cta-trust {
	list-style: none;
	margin: 1.35rem 0 0;
	padding: 1.1rem 0 0;
	border-top: 1px solid rgba(168, 95, 114, 0.18);
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.15rem;
}

body.home .mx-process__cta-trust li {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.82rem;
	color: #716B73;
}

body.home .mx-process__cta-trust li svg {
	color: #A85F72;
	flex-shrink: 0;
}

@media (max-width: 899px) {
	body.home .mx-process__visual {
		order: -1;
	}

	body.home .mx-process__photo {
		opacity: 0.55;
		width: min(72vw, 320px);
	}

	body.home .mx-process__glow--photo {
		opacity: 0.55;
	}

	body.home .mx-process__cta {
		max-width: 520px;
		margin-inline: auto;
	}

	body.home .mx-process__beat--2,
	body.home .mx-process__beat--3,
	body.home .mx-process__beat--4 { margin-inline-start: 0; }
}

@media (max-width: 720px) {
	body.home .mx-process__photo {
		opacity: 0.4;
		width: min(68vw, 280px);
	}
}

/* =========================================================================
   BEFORE / AFTER ? luxury cinematic theater (refined, not rebuilt)
   ========================================================================= */
body.home .mx-ba {
	padding: clamp(2.75rem, 6vh, 4.75rem) clamp(1.25rem, 4vw, 4rem) clamp(4.5rem, 9vh, 7rem);
	background:
		radial-gradient(ellipse 95% 75% at 10% 15%, rgba(255, 253, 252, 0.28), transparent 50%),
		radial-gradient(ellipse 75% 65% at 92% 8%, rgba(200, 182, 232, 0.32), transparent 52%),
		radial-gradient(ellipse 70% 60% at 75% 92%, rgba(247, 183, 163, 0.26), transparent 52%),
		radial-gradient(ellipse 60% 55% at 42% 48%, rgba(216, 111, 142, 0.34), transparent 58%),
		linear-gradient(158deg, #6F3850 0%, #874A5D 38%, #A85F72 72%, #9B5A6E 100%);
	color: #FFFDFC;
}

body.home .mx-ba__glow {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
	filter: blur(100px);
}

body.home .mx-ba__glow--rose {
	width: min(78vw, 820px);
	height: min(78vw, 820px);
	top: 18%;
	inset-inline-start: 18%;
	background: rgba(216, 111, 142, 0.38);
	animation: mx-float 18s ease-in-out infinite;
}

body.home .mx-ba__glow--lavender {
	width: min(55vw, 560px);
	height: min(55vw, 560px);
	top: -8%;
	inset-inline-end: -6%;
	background: rgba(200, 182, 232, 0.34);
	animation: mx-float 22s ease-in-out infinite reverse;
}

body.home .mx-ba__glow--peach {
	width: min(48vw, 480px);
	height: min(48vw, 480px);
	bottom: -10%;
	inset-inline-start: -4%;
	background: rgba(247, 183, 163, 0.3);
	animation: mx-float 16s ease-in-out infinite;
}

body.home .mx-ba__glow--ivory {
	width: min(42vw, 420px);
	height: min(42vw, 420px);
	bottom: 22%;
	inset-inline-end: 8%;
	background: rgba(255, 253, 252, 0.22);
	filter: blur(80px);
	animation: mx-float 20s ease-in-out infinite reverse;
}

body.home .mx-ba__orb {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 1;
	border: 1px solid rgba(255, 253, 252, 0.14);
	background: radial-gradient(circle at 30% 30%, rgba(255, 253, 252, 0.16), rgba(242, 140, 159, 0.05) 55%, transparent 70%);
	box-shadow:
		0 20px 60px rgba(0, 0, 0, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
	animation: mx-float 14s ease-in-out infinite;
}

body.home .mx-ba__orb--1 {
	width: clamp(4.5rem, 9vw, 7.5rem);
	height: clamp(4.5rem, 9vw, 7.5rem);
	top: 14%;
	inset-inline-end: 6%;
	opacity: 0.55;
}

body.home .mx-ba__orb--2 {
	width: clamp(3rem, 6vw, 5rem);
	height: clamp(3rem, 6vw, 5rem);
	top: 42%;
	inset-inline-start: 4%;
	opacity: 0.4;
	animation-duration: 17s;
	animation-direction: reverse;
}

body.home .mx-ba__orb--3 {
	width: clamp(5.5rem, 11vw, 9rem);
	height: clamp(5.5rem, 11vw, 9rem);
	bottom: 8%;
	inset-inline-end: 12%;
	opacity: 0.35;
	filter: blur(1px);
	animation-duration: 19s;
}

body.home .mx-ba__spotlight {
	position: absolute;
	width: min(80vw, 860px);
	height: min(80vw, 860px);
	top: 28%;
	inset-inline-start: 12%;
	border-radius: 50%;
	background: rgba(242, 140, 159, 0.14);
	filter: blur(110px);
	pointer-events: none;
	z-index: 0;
	animation: mx-float 14s ease-in-out infinite;
}

body.home .mx-ba__head {
	position: relative;
	z-index: 2;
	width: min(100%, 1320px);
	margin-inline: auto;
	margin-bottom: clamp(0.65rem, 1.6vh, 1.1rem);
}

body.home .mx-ba__kicker {
	margin: 0 0 0.45rem;
	color: #F7C4CE;
	letter-spacing: 0.28em;
}

body.home .mx-ba__display {
	margin: 0;
	font-family: var(--tolin-font-serif);
	font-weight: 500;
	font-size: clamp(2.6rem, 5.8vw, 4.5rem); /* ~64?72px editorial */
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: #FFFDFC;
	max-width: 16ch;
	text-shadow: 0 18px 50px rgba(45, 24, 34, 0.28);
}

body.home .mx-ba__lede {
	margin: 0.65rem 0 0;
	font-size: 1.02rem;
	line-height: 1.65;
	letter-spacing: 0.01em;
	color: rgba(255, 240, 236, 0.82);
	max-width: 42ch;
}

body.home .mx-ba__theater {
	position: relative;
	z-index: 2;
	width: min(100%, 1320px);
	margin-inline: auto;
	display: flex;
	flex-direction: column;
}

body.home .mx-ba__hero {
	margin: 0;
	position: relative;
	z-index: 1;
}

body.home .mx-ba__frame-glow {
	position: absolute;
	inset: -6% -4%;
	border-radius: 50%;
	background: radial-gradient(ellipse at center, rgba(216, 111, 142, 0.42), transparent 68%);
	filter: blur(48px);
	pointer-events: none;
	z-index: 0;
}

body.home .mx-ba__frame {
	position: relative;
	z-index: 1;
	padding: 0.55rem;
	border-radius: 2rem;
	background:
		linear-gradient(145deg, rgba(255, 253, 252, 0.55), rgba(255, 253, 252, 0.12) 45%, rgba(247, 196, 206, 0.2));
	box-shadow:
		0 8px 24px rgba(45, 24, 34, 0.14),
		0 36px 90px rgba(45, 24, 34, 0.28),
		0 0 80px rgba(216, 111, 142, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

body.home .mx-ba__compare {
	position: relative;
	width: 100%;
	height: clamp(400px, 70vh, 780px);
	border-radius: 1.65rem;
	overflow: hidden;
	border: 1px solid rgba(255, 253, 252, 0.55);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.2),
		0 20px 60px rgba(0, 0, 0, 0.22);
	cursor: ew-resize;
	touch-action: none;
	user-select: none;
}

body.home .mx-ba__after,
body.home .mx-ba__before {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transition: background-image 0.35s ease;
}

body.home .mx-ba__before {
	width: 50%;
	border-inline-end: 2px solid rgba(252, 250, 247, 0.85);
	box-shadow: 8px 0 40px rgba(0, 0, 0, 0.25);
}

body.home .mx-ba__label {
	position: absolute;
	bottom: 1.25rem;
	z-index: 3;
	padding: 0.4rem 0.85rem;
	border-radius: 999px;
	font-size: 0.7rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	background: rgba(123, 63, 89, 0.42);
	backdrop-filter: blur(14px) saturate(1.1);
	-webkit-backdrop-filter: blur(14px) saturate(1.1);
	border: 1px solid rgba(252, 250, 247, 0.22);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

body.home .mx-ba__label--before { inset-inline-start: 1.15rem; }
body.home .mx-ba__label--after { inset-inline-end: 1.15rem; }

body.home .mx-ba__handle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 44px;
	transform: translateX(-50%);
	z-index: 4;
	display: grid;
	place-items: center;
	outline: none;
}

body.home .mx-ba__handle span {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(145deg, #F7C4CE, #D86F8E 55%, #A85F72);
	box-shadow:
		0 4px 12px rgba(45, 24, 34, 0.2),
		0 14px 36px rgba(0, 0, 0, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.45);
	border: 2px solid #FFFDFC;
}

body.home .mx-ba__badge {
	position: absolute;
	top: 1.2rem;
	inset-inline-end: 1.2rem;
	z-index: 3;
	padding: 0.45rem 0.9rem;
	border-radius: 999px;
	font-size: 0.7rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	background: rgba(255, 253, 252, 0.14);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(242, 140, 159, 0.4);
	color: #F7C4CE;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

body.home .mx-ba__caption {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.55rem 1rem;
	margin-top: 1rem;
	padding-inline: 0.35rem;
}

body.home .mx-ba__caption-kicker {
	font-size: 0.68rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #F7C4CE;
}

body.home .mx-ba__caption-title {
	font-family: var(--tolin-font-serif);
	font-size: 1.05rem;
	font-weight: 500;
	color: #FFFDFC;
}

/* Social proof ? between hero and cards */
body.home .mx-ba__proof {
	list-style: none;
	margin: clamp(1.75rem, 4vh, 2.75rem) 0 0;
	padding: 1rem 1.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem 2.5rem;
	border-radius: 999px;
	background: rgba(255, 253, 252, 0.08);
	border: 1px solid rgba(247, 196, 206, 0.28);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	box-shadow: 0 16px 40px rgba(45, 24, 34, 0.14);
}

body.home .mx-ba__proof li {
	display: inline-flex;
	align-items: baseline;
	gap: 0.45rem;
	font-size: 0.86rem;
	color: rgba(255, 240, 236, 0.82);
}

body.home .mx-ba__proof strong {
	font-family: var(--tolin-font-serif);
	font-size: 1.2rem;
	font-weight: 500;
	color: #FFFDFC;
}

body.home .mx-ba__proof-stars {
	color: #F7C4CE;
	letter-spacing: 0.08em;
	font-size: 0.78rem;
}

/* Detached staggered treatment cards */
body.home .mx-ba__rail {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.1rem, 2.4vw, 1.75rem);
	margin-top: clamp(2rem, 4.5vh, 3rem);
	align-items: start;
}

body.home .mx-ba__card {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: 1.45rem;
	overflow: hidden;
	cursor: pointer;
	color: #FFFDFC;
	background:
		linear-gradient(165deg, rgba(255, 253, 252, 0.16), rgba(255, 253, 252, 0.07) 50%, rgba(123, 63, 89, 0.22));
	border: 1px solid rgba(242, 140, 159, 0.35);
	backdrop-filter: blur(22px) saturate(1.15);
	-webkit-backdrop-filter: blur(22px) saturate(1.15);
	box-shadow:
		0 6px 18px rgba(45, 24, 34, 0.14),
		0 22px 55px rgba(45, 24, 34, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.22);
	transition:
		transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.45s ease,
		border-color 0.35s ease,
		background 0.35s ease;
}

/* Unique layouts / staggered heights */
body.home .mx-ba__card--1 {
	min-height: 24rem;
	margin-top: 0.35rem;
}

body.home .mx-ba__card--2 {
	min-height: 21.5rem;
	margin-top: 2.25rem;
}

body.home .mx-ba__card--3 {
	min-height: 25.5rem;
	margin-top: 0;
}

body.home .mx-ba__card-media {
	position: relative;
	flex: 0 0 auto;
	height: 9.5rem;
	overflow: hidden;
}

body.home .mx-ba__card--rating .mx-ba__card-media { height: 11rem; }

body.home .mx-ba__card-media--footer {
	height: 7.5rem;
	margin-top: auto;
}

body.home .mx-ba__card-media--footer::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(45, 24, 34, 0.55), transparent 70%);
	pointer-events: none;
}

body.home .mx-ba__card-img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transform: scale(1.01);
	transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

body.home .mx-ba__card-badge {
	display: inline-flex;
	align-self: flex-start;
	padding: 0.32rem 0.7rem;
	border-radius: 999px;
	font-size: 0.62rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #FFFDFC;
	background: rgba(123, 63, 89, 0.55);
	border: 1px solid rgba(247, 196, 206, 0.4);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

body.home .mx-ba__card-body {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	padding: 1.15rem 1.2rem 1.3rem;
	flex: 1 1 auto;
}

body.home .mx-ba__card-body--top {
	padding-bottom: 0.85rem;
}

body.home .mx-ba__card-title {
	margin: 0;
	font-family: var(--tolin-font-serif);
	font-size: clamp(1.2rem, 1.8vw, 1.5rem);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

body.home .mx-ba__card-benefit {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.55;
	color: rgba(255, 240, 236, 0.82);
}

body.home .mx-ba__card-score {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.4rem 0.55rem;
	margin-bottom: 0.15rem;
}

body.home .mx-ba__card-score-stars {
	color: #F7C4CE;
	letter-spacing: 0.06em;
	font-size: 0.75rem;
}

body.home .mx-ba__card-score strong {
	font-family: var(--tolin-font-serif);
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1;
	color: #FFFDFC;
}

body.home .mx-ba__card-score span:last-child {
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 240, 236, 0.7);
}

body.home .mx-ba__card-time {
	display: flex;
	align-items: baseline;
	gap: 0.4rem;
	margin-top: 0.35rem;
}

body.home .mx-ba__card-time-value {
	font-family: var(--tolin-font-serif);
	font-size: 2.75rem;
	font-weight: 500;
	line-height: 0.9;
	letter-spacing: -0.03em;
	color: #F7C4CE;
}

body.home .mx-ba__card-time-unit {
	font-size: 0.85rem;
	color: rgba(255, 240, 236, 0.78);
}

body.home .mx-ba__card-preview {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 11.5rem;
	overflow: hidden;
}

body.home .mx-ba__card-preview-half {
	position: relative;
	background-size: cover;
	background-position: center;
	transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

body.home .mx-ba__card-preview-half em {
	position: absolute;
	bottom: 0.55rem;
	inset-inline-start: 0.55rem;
	font-style: normal;
	font-size: 0.62rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 0.2rem 0.45rem;
	border-radius: 999px;
	background: rgba(45, 24, 34, 0.45);
	backdrop-filter: blur(8px);
}

body.home .mx-ba__card-cta {
	align-self: flex-start;
	margin-top: auto;
	padding-block: 0.55rem;
	padding-inline: 1.1rem;
	font-size: 0.82rem;
}

body.home .mx-ba__card-cta--inset {
	position: absolute;
	inset-inline-start: 1rem;
	bottom: 1rem;
	z-index: 2;
	margin: 0;
}

body.home .mx-ba__card-cta--strong {
	width: 100%;
	justify-content: center;
	padding-block: 0.8rem;
	font-size: 0.9rem;
}

body.home .mx-ba__card:hover,
body.home .mx-ba__card:focus-visible {
	border-color: rgba(247, 196, 206, 0.65);
	box-shadow:
		0 10px 28px rgba(45, 24, 34, 0.18),
		0 36px 80px rgba(45, 24, 34, 0.32),
		0 0 40px rgba(216, 111, 142, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.3);
	outline: none;
}

body.home .mx-ba__card--1:hover,
body.home .mx-ba__card--1:focus-visible { transform: translateY(-0.7rem); }
body.home .mx-ba__card--2:hover,
body.home .mx-ba__card--2:focus-visible { transform: translateY(-0.7rem); }
body.home .mx-ba__card--3:hover,
body.home .mx-ba__card--3:focus-visible { transform: translateY(-0.7rem); }

body.home .mx-ba__card:hover .mx-ba__card-img,
body.home .mx-ba__card:focus-visible .mx-ba__card-img,
body.home .mx-ba__card.is-active .mx-ba__card-img,
body.home .mx-ba__card:hover .mx-ba__card-preview-half,
body.home .mx-ba__card:focus-visible .mx-ba__card-preview-half {
	transform: scale(1.08);
}

body.home .mx-ba__card.is-active {
	border-color: rgba(242, 140, 159, 0.7);
	background:
		linear-gradient(165deg, rgba(255, 253, 252, 0.22), rgba(216, 111, 142, 0.18) 55%, rgba(123, 63, 89, 0.28));
	box-shadow:
		0 10px 28px rgba(45, 24, 34, 0.18),
		0 32px 70px rgba(45, 24, 34, 0.28),
		0 0 36px rgba(216, 111, 142, 0.32),
		inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

/* Closing premium CTA */
body.home .mx-ba__close {
	margin-top: clamp(2.5rem, 6vh, 4rem);
	padding: clamp(1.75rem, 3.5vw, 2.4rem) clamp(1.5rem, 3vw, 2.5rem);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem 2rem;
	border-radius: 1.65rem;
	background:
		radial-gradient(ellipse 70% 90% at 90% 20%, rgba(216, 111, 142, 0.28), transparent 55%),
		linear-gradient(145deg, rgba(255, 253, 252, 0.14), rgba(255, 253, 252, 0.06));
	border: 1px solid rgba(247, 196, 206, 0.35);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	box-shadow:
		0 24px 60px rgba(45, 24, 34, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

body.home .mx-ba__close-kicker {
	margin: 0 0 0.4rem;
	font-size: 0.68rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #F7C4CE;
}

body.home .mx-ba__close-title {
	margin: 0;
	font-family: var(--tolin-font-serif);
	font-weight: 500;
	font-size: clamp(1.55rem, 3vw, 2.15rem);
	line-height: 1.15;
	color: #FFFDFC;
	max-width: 16ch;
}

body.home .mx-ba__close-text {
	margin: 0.65rem 0 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(255, 240, 236, 0.82);
	max-width: 36ch;
}

body.home .mx-ba__close-btn {
	flex-shrink: 0;
}

@media (max-width: 960px) {
	body.home .mx-ba__compare {
		height: min(78vw, 540px);
	}

	body.home .mx-ba__frame {
		padding: 0.4rem;
		border-radius: 1.5rem;
	}

	body.home .mx-ba__proof {
		border-radius: 1.25rem;
		justify-content: flex-start;
		gap: 0.85rem 1.5rem;
	}

	body.home .mx-ba__rail {
		grid-template-columns: 1fr;
		gap: 1.1rem;
	}

	body.home .mx-ba__card--1,
	body.home .mx-ba__card--2,
	body.home .mx-ba__card--3 {
		min-height: 0;
		margin-top: 0;
	}

	body.home .mx-ba__card--1:hover,
	body.home .mx-ba__card--1:focus-visible,
	body.home .mx-ba__card--2:hover,
	body.home .mx-ba__card--2:focus-visible,
	body.home .mx-ba__card--3:hover,
	body.home .mx-ba__card--3:focus-visible {
		transform: translateY(-0.45rem);
	}

	body.home .mx-ba__card-media--footer {
		height: 8.5rem;
	}

	body.home .mx-ba__close {
		flex-direction: column;
		align-items: flex-start;
	}

	body.home .mx-ba__orb--3 {
		opacity: 0.2;
	}
}

@media (max-width: 640px) {
	body.home .mx-ba__display {
		font-size: clamp(2.15rem, 9vw, 2.75rem);
	}

	body.home .mx-ba__compare {
		height: min(88vw, 400px);
		border-radius: 1.25rem;
	}

	body.home .mx-ba__frame {
		border-radius: 1.35rem;
	}

	body.home .mx-ba__orb {
		opacity: 0.22;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.home .mx-ba__card,
	body.home .mx-ba__card-img,
	body.home .mx-ba__card-preview-half {
		transition: none;
	}
}

/* =========================================================================
   REVIEWS ? premium animated testimonial theater (no portraits)
   ========================================================================= */
body.home .mx-reviews {
	padding: clamp(5rem, 11vh, 8.5rem) clamp(1.25rem, 5vw, 5rem) clamp(5rem, 10vh, 7.5rem);
	background:
		radial-gradient(ellipse 42% 36% at 92% 6%, rgba(201, 181, 139, 0.09), transparent 56%),
		radial-gradient(ellipse 48% 42% at 6% 82%, rgba(247, 220, 228, 0.36), transparent 54%),
		linear-gradient(170deg, #FFFFFF 0%, #FFF7F5 38%, #F7F3EE 100%);
	color: #2D2830;
}

body.home .mx-reviews__glow {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
	filter: blur(90px);
}

body.home .mx-reviews__glow--rose {
	width: min(60vw, 620px);
	height: min(60vw, 620px);
	top: 10%;
	inset-inline-start: 20%;
	background: rgba(216, 111, 142, 0.28);
	animation: mx-float 18s ease-in-out infinite;
}

body.home .mx-reviews__glow--lilac {
	width: min(48vw, 480px);
	height: min(48vw, 480px);
	top: -5%;
	inset-inline-end: -4%;
	background: rgba(200, 182, 232, 0.32);
	animation: mx-float 22s ease-in-out infinite reverse;
}

body.home .mx-reviews__glow--peach {
	width: min(42vw, 420px);
	height: min(42vw, 420px);
	bottom: 5%;
	inset-inline-start: -3%;
	background: rgba(247, 183, 163, 0.28);
	animation: mx-float 16s ease-in-out infinite;
}

body.home .mx-reviews__container {
	position: relative;
	z-index: 2;
	width: min(100%, 1200px);
	margin-inline: auto;
}

body.home .mx-reviews__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem 2.5rem;
	margin-bottom: clamp(1.75rem, 4vh, 2.75rem);
}

body.home .mx-reviews__kicker { color: #A85F72; }

body.home .mx-reviews__display {
	margin: 0;
	font-family: var(--tolin-font-serif);
	font-weight: 500;
	font-size: clamp(2.3rem, 5vw, 3.75rem);
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: #7B3F59;
	max-width: 12ch;
}

body.home .mx-reviews__lede {
	margin: 0.75rem 0 0;
	max-width: 38ch;
	color: #716B73;
	line-height: 1.65;
}

body.home .mx-reviews__proof {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 1.5rem;
}

body.home .mx-reviews__rating-badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 6.5rem;
	padding: 0.85rem 1rem;
	border-radius: 1.25rem;
	background:
		linear-gradient(145deg, rgba(255, 253, 252, 0.95), rgba(247, 220, 228, 0.75));
	border: 1px solid rgba(216, 111, 142, 0.35);
	box-shadow:
		0 16px 40px rgba(168, 95, 114, 0.14),
		0 0 30px rgba(216, 111, 142, 0.12);
	animation: mx-float 12s ease-in-out infinite;
}

body.home .mx-reviews__rating-stars {
	color: #D86F8E;
	letter-spacing: 0.1em;
	font-size: 0.72rem;
}

body.home .mx-reviews__rating-badge strong {
	font-family: var(--tolin-font-serif);
	font-size: 1.85rem;
	font-weight: 500;
	line-height: 1;
	color: #7B3F59;
}

body.home .mx-reviews__rating-badge span:last-child {
	font-size: 0.68rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #A85F72;
}

body.home .mx-reviews__proof-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.4rem;
	font-size: 0.88rem;
	color: #716B73;
}

body.home .mx-reviews__proof-list strong {
	color: #7B3F59;
	font-weight: 600;
}

/* Asymmetric mosaic stage */
body.home .mx-reviews__stage {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 0.85fr);
	grid-template-rows: auto auto;
	gap: clamp(0.85rem, 1.8vw, 1.35rem);
	min-height: clamp(420px, 58vh, 620px);
	align-items: stretch;
}

body.home .mx-reviews__card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 1.35rem 1.4rem 1.45rem;
	border-radius: 1.45rem;
	background: #FFFFFF;
	border: 1px solid rgba(237, 230, 232, 0.95);
	box-shadow:
		0 8px 24px rgba(123, 63, 89, 0.06),
		0 20px 50px rgba(123, 63, 89, 0.08);
	overflow: hidden;
	opacity: 0.72;
	transform: scale(0.96);
	transition:
		opacity 0.7s ease,
		transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.55s ease,
		border-color 0.4s ease;
}

body.home .mx-reviews__card.is-featured {
	grid-column: 1;
	grid-row: 1 / span 2;
	opacity: 1;
	transform: scale(1) translateZ(0);
	padding: clamp(1.6rem, 3vw, 2.15rem);
	border-color: rgba(216, 111, 142, 0.32);
	background:
		linear-gradient(145deg, #FFFDFC 0%, #FFF7F5 60%, #F7DCE4 100%);
	box-shadow:
		0 12px 32px rgba(123, 63, 89, 0.1),
		0 36px 80px rgba(168, 95, 114, 0.14),
		0 0 0 1px rgba(255, 253, 252, 0.6) inset;
	z-index: 2;
}

body.home .mx-reviews__card.is-medium {
	grid-column: 2;
	grid-row: 1;
	opacity: 0.92;
	transform: scale(0.98);
	background: #FAF8F6;
}

body.home .mx-reviews__card.is-medium-2 {
	grid-column: 2;
	grid-row: 2;
	opacity: 0.9;
	transform: scale(0.97) translateY(0.25rem);
	background: #FFFFFF;
	border-color: rgba(93, 115, 96, 0.2);
}

body.home .mx-reviews__card.is-snippet {
	grid-column: 3;
	grid-row: 1;
	opacity: 0.82;
	transform: scale(0.95);
	padding: 1.15rem 1.2rem;
	background: #FFF7F5;
	border-color: rgba(247, 220, 228, 0.9);
}

body.home .mx-reviews__card.is-snippet-2 {
	grid-column: 3;
	grid-row: 2;
	opacity: 0.8;
	transform: scale(0.94) translateY(0.35rem);
	padding: 1.15rem 1.2rem;
	background: #FAF8F6;
}

body.home .mx-reviews__card.is-off {
	display: none;
}

body.home .mx-reviews__card.is-entering .mx-reviews__treatment,
body.home .mx-reviews__card.is-entering .mx-reviews__headline,
body.home .mx-reviews__card.is-entering .mx-reviews__body,
body.home .mx-reviews__card.is-entering .mx-reviews__meta {
	animation: mx-reviews-reveal 0.7s ease both;
}

body.home .mx-reviews__card.is-entering .mx-reviews__headline { animation-delay: 0.08s; }
body.home .mx-reviews__card.is-entering .mx-reviews__body { animation-delay: 0.16s; }
body.home .mx-reviews__card.is-entering .mx-reviews__meta { animation-delay: 0.24s; }

@keyframes mx-reviews-reveal {
	from { opacity: 0; transform: translateY(0.6rem); }
	to { opacity: 1; transform: translateY(0); }
}

body.home .mx-reviews__quote-mark {
	position: absolute;
	top: 0.35rem;
	inset-inline-end: 0.85rem;
	font-family: var(--tolin-font-serif);
	font-size: 3.5rem;
	line-height: 1;
	color: rgba(216, 111, 142, 0.22);
	pointer-events: none;
}

body.home .mx-reviews__card.is-featured .mx-reviews__quote-mark {
	font-size: 5.5rem;
	top: 0.15rem;
	color: rgba(216, 111, 142, 0.28);
}

body.home .mx-reviews__card-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 0.65rem;
}

body.home .mx-reviews__stars {
	color: #D86F8E;
	letter-spacing: 0.12em;
	font-size: 0.85rem;
}

body.home .mx-reviews__verified {
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	font-size: 0.62rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #A85F72;
	background: rgba(247, 220, 228, 0.65);
	border: 1px solid rgba(216, 111, 142, 0.28);
}

body.home .mx-reviews__treatment {
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #A85F72;
}

body.home .mx-reviews__headline {
	margin: 0 0 0.75rem;
	font-family: var(--tolin-font-serif);
	font-weight: 500;
	font-size: clamp(1.15rem, 2vw, 1.55rem);
	line-height: 1.25;
	color: #7B3F59;
}

body.home .mx-reviews__card.is-featured .mx-reviews__headline {
	font-size: clamp(1.45rem, 2.6vw, 2.05rem);
	max-width: 16ch;
}

body.home .mx-reviews__body {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.65;
	color: #716B73;
	flex: 1 1 auto;
}

body.home .mx-reviews__card.is-featured .mx-reviews__body {
	font-size: 1.05rem;
	line-height: 1.7;
	max-width: 42ch;
}

body.home .mx-reviews__card.is-snippet .mx-reviews__body,
body.home .mx-reviews__card.is-snippet-2 .mx-reviews__body {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 0.86rem;
}

body.home .mx-reviews__card.is-snippet .mx-reviews__detail,
body.home .mx-reviews__card.is-snippet-2 .mx-reviews__detail,
body.home .mx-reviews__card.is-snippet .mx-reviews__verified,
body.home .mx-reviews__card.is-snippet-2 .mx-reviews__verified {
	display: none;
}

body.home .mx-reviews__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 0.65rem;
	margin-top: 1.15rem;
	padding-top: 0.95rem;
	border-top: 1px solid rgba(216, 111, 142, 0.18);
}

body.home .mx-reviews__name {
	display: block;
	font-family: var(--tolin-font-serif);
	font-size: 1.05rem;
	font-weight: 500;
	color: #7B3F59;
}

body.home .mx-reviews__date {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.78rem;
	color: #A85F72;
}

body.home .mx-reviews__detail {
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	color: #874A5D;
	padding: 0.3rem 0.65rem;
	border-radius: 999px;
	background: rgba(231, 221, 246, 0.45);
	border: 1px solid rgba(200, 182, 232, 0.4);
}

body.home .mx-reviews__controls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1.5rem;
}

body.home .mx-reviews__nav {
	display: flex;
	gap: 0.5rem;
}

body.home .mx-reviews__btn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid rgba(168, 95, 114, 0.28);
	background: rgba(255, 253, 252, 0.85);
	color: #7B3F59;
	font-size: 1.4rem;
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

body.home .mx-reviews__btn:hover,
body.home .mx-reviews__btn:focus-visible {
	background: linear-gradient(145deg, #D86F8E, #A85F72);
	color: #FFFDFC;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(168, 95, 114, 0.28);
	outline: none;
}

body.home .mx-reviews__progress {
	display: flex;
	flex: 1 1 auto;
	gap: 0.45rem;
	max-width: 280px;
	margin-inline-start: auto;
}

body.home .mx-reviews__dot {
	position: relative;
	flex: 1 1 0;
	height: 3px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(168, 95, 114, 0.18);
	cursor: pointer;
	overflow: hidden;
}

body.home .mx-reviews__dot-fill {
	display: block;
	height: 100%;
	width: 0;
	border-radius: inherit;
	background: linear-gradient(90deg, #D86F8E, #A85F72);
	transform-origin: inline-start;
}

body.home .mx-reviews__dot.is-active .mx-reviews__dot-fill {
	animation: mx-reviews-progress 5.5s linear forwards;
}

@keyframes mx-reviews-progress {
	from { width: 0; }
	to { width: 100%; }
}

body.home .mx-reviews.is-paused .mx-reviews__dot.is-active .mx-reviews__dot-fill {
	animation-play-state: paused;
}

body.home .mx-reviews__close {
	margin-top: clamp(2.5rem, 6vh, 3.75rem);
	padding: clamp(1.75rem, 3.5vw, 2.4rem);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem 2rem;
	border-radius: 1.65rem;
	background:
		radial-gradient(ellipse 70% 80% at 12% 20%, rgba(216, 111, 142, 0.16), transparent 55%),
		linear-gradient(145deg, rgba(255, 253, 252, 0.92), rgba(247, 220, 228, 0.7));
	border: 1px solid rgba(216, 111, 142, 0.28);
	box-shadow: 0 24px 60px rgba(123, 63, 89, 0.1);
}

body.home .mx-reviews__close-title {
	margin: 0;
	font-family: var(--tolin-font-serif);
	font-weight: 500;
	font-size: clamp(1.55rem, 3vw, 2.15rem);
	line-height: 1.15;
	color: #7B3F59;
	max-width: 16ch;
}

body.home .mx-reviews__close-text {
	margin: 0.65rem 0 0;
	font-size: 0.98rem;
	line-height: 1.55;
	color: #716B73;
	max-width: 38ch;
}

body.home .mx-reviews__close-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

@media (max-width: 960px) {
	body.home .mx-reviews__stage {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		min-height: 0;
	}

	body.home .mx-reviews__card.is-featured {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	body.home .mx-reviews__card.is-medium,
	body.home .mx-reviews__card.is-medium-2 {
		grid-column: auto;
		grid-row: auto;
	}

	body.home .mx-reviews__card.is-snippet,
	body.home .mx-reviews__card.is-snippet-2 {
		display: none;
	}
}

@media (max-width: 640px) {
	body.home .mx-reviews__stage {
		grid-template-columns: 1fr;
	}

	body.home .mx-reviews__card.is-medium-2 {
		display: none;
	}

	body.home .mx-reviews__head {
		flex-direction: column;
		align-items: flex-start;
	}

	body.home .mx-reviews__close {
		flex-direction: column;
		align-items: flex-start;
	}

	body.home .mx-reviews__progress {
		max-width: none;
		width: 100%;
		margin-inline-start: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.home .mx-reviews__card,
	body.home .mx-reviews__glow,
	body.home .mx-reviews__rating-badge {
		animation: none !important;
		transition: none !important;
	}

	body.home .mx-reviews__dot.is-active .mx-reviews__dot-fill {
		animation: none;
		width: 100%;
	}

	body.home .mx-reviews__card.is-entering .mx-reviews__treatment,
	body.home .mx-reviews__card.is-entering .mx-reviews__headline,
	body.home .mx-reviews__card.is-entering .mx-reviews__body,
	body.home .mx-reviews__card.is-entering .mx-reviews__meta {
		animation: none;
	}
}

/* =========================================================================
   INSTAGRAM ? editorial luxury collage
   ========================================================================= */
body.home .mx-social {
	padding: clamp(5rem, 11vh, 8.5rem) clamp(1.25rem, 5vw, 5rem) clamp(5rem, 10vh, 7.5rem);
	background:
		radial-gradient(ellipse 40% 34% at 96% 4%, rgba(216, 111, 142, 0.14), transparent 58%),
		radial-gradient(ellipse 36% 32% at 4% 90%, rgba(201, 181, 139, 0.1), transparent 55%),
		radial-gradient(ellipse 44% 38% at 50% 100%, rgba(247, 220, 228, 0.3), transparent 58%),
		linear-gradient(165deg, #FAF8F6 0%, #FFFFFF 44%, #FFF5F7 100%);
}

body.home .mx-social__glow {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
	filter: blur(95px);
}

body.home .mx-social__glow--rose {
	width: min(58vw, 580px);
	height: min(58vw, 580px);
	top: 8%;
	inset-inline-end: 10%;
	background: rgba(216, 111, 142, 0.28);
	animation: mx-float 18s ease-in-out infinite;
}

body.home .mx-social__glow--lilac {
	width: min(46vw, 460px);
	height: min(46vw, 460px);
	bottom: 12%;
	inset-inline-start: -4%;
	background: rgba(200, 182, 232, 0.3);
	animation: mx-float 22s ease-in-out infinite reverse;
}

body.home .mx-social__glow--peach {
	width: min(40vw, 400px);
	height: min(40vw, 400px);
	top: 45%;
	inset-inline-end: -6%;
	background: rgba(247, 183, 163, 0.26);
	animation: mx-float 16s ease-in-out infinite;
}

body.home .mx-social__glow--ivory {
	width: min(36vw, 360px);
	height: min(36vw, 360px);
	top: -4%;
	inset-inline-start: 20%;
	background: rgba(255, 253, 252, 0.55);
	filter: blur(70px);
}

body.home .mx-social__container {
	position: relative;
	z-index: 2;
	width: min(100%, 1200px);
	margin-inline: auto;
}

body.home .mx-social__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.25rem 2rem;
	margin-bottom: 1.5rem;
}

body.home .mx-social__brand {
	display: flex;
	align-items: center;
	gap: 0.9rem;
}

body.home .mx-social__mark {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 1.15rem;
	background: linear-gradient(145deg, #D86F8E, #A85F72 55%, #7B3F59);
	color: #FFFDFC;
	box-shadow: 0 14px 36px rgba(168, 95, 114, 0.28);
}

body.home .mx-social__eyebrow {
	margin: 0 0 0.25rem;
	font-size: 0.72rem;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: #A85F72;
}

body.home .mx-social__display {
	margin: 0;
	font-family: var(--tolin-font-serif);
	font-weight: 500;
	font-size: clamp(1.85rem, 3.6vw, 2.85rem);
	line-height: 1.1;
	color: #7B3F59;
}

body.home .mx-social__lede {
	margin: 0;
	max-width: 34ch;
	color: #716B73;
	line-height: 1.6;
	font-size: 0.98rem;
}

body.home .mx-social__metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-bottom: clamp(1.5rem, 3.5vh, 2.25rem);
}

body.home .mx-social__metric {
	display: inline-flex;
	align-items: baseline;
	gap: 0.35rem;
	padding: 0.55rem 0.95rem;
	border-radius: 999px;
	font-size: 0.82rem;
	color: #874A5D;
	background: rgba(255, 253, 252, 0.72);
	border: 1px solid rgba(216, 111, 142, 0.22);
	backdrop-filter: blur(12px);
	box-shadow: 0 12px 30px rgba(123, 63, 89, 0.08);
	transform: translate3d(0, var(--parallax-y, 0px), 0);
	will-change: transform;
	transition: transform 0.45s ease, box-shadow 0.45s ease;
}

body.home .mx-social__metric strong {
	font-family: var(--tolin-font-serif);
	font-size: 1.05rem;
	font-weight: 500;
	color: #7B3F59;
}

/* Editorial overlapping collage */
body.home .mx-social__collage {
	position: relative;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(10, minmax(36px, 1fr));
	gap: 0.75rem;
	min-height: clamp(520px, 70vh, 680px);
	margin-bottom: clamp(1.75rem, 4vh, 2.75rem);
}

body.home .mx-social__tile {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
	isolation: isolate;
	box-shadow:
		0 10px 28px rgba(123, 63, 89, 0.1),
		0 28px 70px rgba(123, 63, 89, 0.14);
	transform: translate3d(0, var(--parallax-y, 0px), 0);
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.55s ease;
	will-change: transform;
}

body.home .mx-social__tile-img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transform: scale(1.02);
	transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

body.home .mx-social__tile:hover,
body.home .mx-social__tile:focus-visible {
	transform: translate3d(0, calc(var(--parallax-y, 0px) - 0.45rem), 0);
	box-shadow:
		0 16px 40px rgba(123, 63, 89, 0.14),
		0 40px 90px rgba(168, 95, 114, 0.2),
		0 0 36px rgba(216, 111, 142, 0.18);
	outline: none;
	z-index: 5;
}

body.home .mx-social__tile:hover .mx-social__tile-img,
body.home .mx-social__tile:focus-visible .mx-social__tile-img {
	transform: scale(1.08);
}

body.home .mx-social__tile--hero {
	grid-column: 3 / span 7;
	grid-row: 1 / span 6;
	border-radius: 1.65rem 1.15rem 1.75rem 1.25rem;
	z-index: 1;
}

body.home .mx-social__tile--portrait {
	grid-column: 1 / span 3;
	grid-row: 2 / span 7;
	border-radius: 1.85rem;
	z-index: 3;
	border: 4px solid rgba(255, 253, 252, 0.92);
	box-shadow:
		0 18px 48px rgba(123, 63, 89, 0.16),
		0 0 0 1px rgba(216, 111, 142, 0.12);
}

body.home .mx-social__tile--square {
	grid-column: 9 / span 3;
	grid-row: 1 / span 4;
	border-radius: 1.25rem;
	z-index: 2;
	border: 3px solid rgba(255, 253, 252, 0.8);
}

body.home .mx-social__tile--story {
	grid-column: 10 / span 3;
	grid-row: 4 / span 5;
	border-radius: 1.65rem;
	z-index: 4;
	margin-top: -6%;
	border: 3px solid rgba(216, 111, 142, 0.4);
	box-shadow:
		0 22px 55px rgba(123, 63, 89, 0.2),
		0 0 0 5px rgba(255, 247, 243, 0.7);
}

body.home .mx-social__tile--landscape {
	grid-column: 4 / span 6;
	grid-row: 7 / span 4;
	border-radius: 1.15rem 1.65rem 1.15rem 1.65rem;
	z-index: 2;
	margin-top: -4%;
}

body.home .mx-social__tile--float {
	grid-column: 9 / span 2;
	grid-row: 8 / span 3;
	width: min(110px, 16vw);
	aspect-ratio: 1;
	border-radius: 50%;
	z-index: 5;
	justify-self: center;
	align-self: center;
	border: 3px solid rgba(255, 253, 252, 0.95);
	box-shadow: 0 16px 40px rgba(123, 63, 89, 0.18);
}

body.home .mx-social__meta {
	position: absolute;
	bottom: 1rem;
	inset-inline-start: 1rem;
	z-index: 2;
	padding: 0.4rem 0.85rem;
	border-radius: 999px;
	background: rgba(123, 63, 89, 0.48);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	color: #FFFDFC;
	font-size: 0.78rem;
	border: 1px solid rgba(255, 253, 252, 0.2);
}

body.home .mx-social__reel-chip {
	position: absolute;
	top: 0.85rem;
	inset-inline-start: 0.85rem;
	z-index: 2;
	padding: 0.3rem 0.65rem;
	border-radius: 999px;
	font-size: 0.68rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	background: rgba(123, 63, 89, 0.55);
	color: #F7C4CE;
	backdrop-filter: blur(8px);
}

/* Floating story highlights */
body.home .mx-social__stories {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem 1.35rem;
	margin-bottom: clamp(2rem, 5vh, 3rem);
}

body.home .mx-social__story {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.45rem;
	text-decoration: none;
	color: #874A5D;
	transition: transform 0.4s ease;
}

body.home .mx-social__story:hover,
body.home .mx-social__story:focus-visible {
	transform: translateY(-0.35rem);
	outline: none;
}

body.home .mx-social__story-ring {
	display: grid;
	place-items: center;
	width: 78px;
	height: 78px;
	padding: 3px;
	border-radius: 50%;
	background: linear-gradient(145deg, #D86F8E, #A85F72 50%, #C8B6E8);
	box-shadow: 0 12px 28px rgba(168, 95, 114, 0.18);
	transition: box-shadow 0.4s ease, transform 0.4s ease;
}

body.home .mx-social__story:hover .mx-social__story-ring,
body.home .mx-social__story:focus-visible .mx-social__story-ring {
	transform: scale(1.06);
	box-shadow:
		0 16px 36px rgba(168, 95, 114, 0.24),
		0 0 24px rgba(216, 111, 142, 0.28);
}

body.home .mx-social__story-img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	border: 3px solid #FFFDFC;
	transition: transform 0.55s ease;
}

body.home .mx-social__story:hover .mx-social__story-img {
	transform: scale(1.05);
}

body.home .mx-social__story-label {
	font-size: 0.72rem;
	letter-spacing: 0.04em;
	max-width: 5.5rem;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.home .mx-social__close {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem 2rem;
	padding: clamp(1.6rem, 3.2vw, 2.25rem);
	border-radius: 1.65rem;
	background:
		radial-gradient(ellipse 70% 80% at 90% 20%, rgba(216, 111, 142, 0.16), transparent 55%),
		linear-gradient(145deg, rgba(255, 253, 252, 0.92), rgba(247, 220, 228, 0.7));
	border: 1px solid rgba(216, 111, 142, 0.28);
	box-shadow: 0 24px 60px rgba(123, 63, 89, 0.1);
}

body.home .mx-social__close-title {
	margin: 0;
	font-family: var(--tolin-font-serif);
	font-weight: 500;
	font-size: clamp(1.45rem, 2.8vw, 2rem);
	line-height: 1.2;
	color: #7B3F59;
	max-width: 18ch;
}

body.home .mx-social__close-text {
	margin: 0.55rem 0 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #716B73;
	max-width: 36ch;
}

@media (max-width: 900px) {
	body.home .mx-social__collage {
		display: grid;
		grid-template-columns: 1.05fr 0.95fr;
		grid-template-rows: auto;
		min-height: 0;
		gap: 0.85rem;
	}

	body.home .mx-social__tile--hero {
		grid-column: 1 / -1;
		grid-row: auto;
		min-height: 240px;
		border-radius: 1.5rem;
	}

	body.home .mx-social__tile--portrait {
		grid-column: 1;
		grid-row: auto;
		min-height: 280px;
		border-radius: 1.5rem;
	}

	body.home .mx-social__tile--story {
		grid-column: 2;
		grid-row: auto;
		margin-top: 0;
		min-height: 280px;
		aspect-ratio: 3 / 4;
	}

	body.home .mx-social__tile--landscape {
		grid-column: 1 / -1;
		grid-row: auto;
		margin-top: 0;
		min-height: 180px;
	}

	body.home .mx-social__tile--square,
	body.home .mx-social__tile--float {
		display: none;
	}
}

@media (max-width: 640px) {
	body.home .mx-social__collage {
		grid-template-columns: 1fr;
	}

	body.home .mx-social__tile--portrait,
	body.home .mx-social__tile--story {
		grid-column: 1;
		min-height: 240px;
	}

	body.home .mx-social__close {
		flex-direction: column;
		align-items: flex-start;
	}

	body.home .mx-social__story-ring {
		width: 68px;
		height: 68px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.home .mx-social__tile,
	body.home .mx-social__tile-img,
	body.home .mx-social__story,
	body.home .mx-social__story-ring,
	body.home .mx-social__tile--float,
	body.home .mx-social__glow {
		animation: none !important;
		transition: none !important;
	}
}

/* =========================================================================
   CONTACT ? immersive editorial booking
   ========================================================================= */
body.home .mx-spa {
	display: grid;
	min-height: clamp(680px, 88vh, 900px);
	padding: clamp(3.5rem, 7vh, 5.5rem) clamp(1.25rem, 5vw, 5rem);
	background:
		radial-gradient(ellipse 55% 45% at 85% 10%, rgba(216, 111, 142, 0.28), transparent 55%),
		radial-gradient(ellipse 45% 40% at 8% 85%, rgba(200, 182, 232, 0.22), transparent 50%),
		#7B3F59;
	color: #FFFDFC;
	overflow: visible;
}

body.home .mx-spa__glow {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 1;
	filter: blur(90px);
}

body.home .mx-spa__glow--rose {
	width: min(52vw, 520px);
	height: min(52vw, 520px);
	top: 10%;
	inset-inline-end: 5%;
	background: rgba(216, 111, 142, 0.35);
	animation: mx-float 18s ease-in-out infinite;
}

body.home .mx-spa__glow--lilac {
	width: min(40vw, 400px);
	height: min(40vw, 400px);
	bottom: 5%;
	inset-inline-start: -4%;
	background: rgba(200, 182, 232, 0.28);
	animation: mx-float 22s ease-in-out infinite reverse;
}

body.home .mx-spa__glow--peach {
	width: min(36vw, 360px);
	height: min(36vw, 360px);
	top: 55%;
	inset-inline-end: -6%;
	background: rgba(247, 183, 163, 0.22);
	animation: mx-float 16s ease-in-out infinite;
}

body.home .mx-spa__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-size: cover;
	background-position: center 30%;
	transform: scale(1.04);
}

body.home .mx-spa__media-veil {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			to inline-end,
			rgba(123, 63, 89, 0.78) 0%,
			rgba(123, 63, 89, 0.48) 42%,
			rgba(123, 63, 89, 0.22) 72%,
			rgba(123, 63, 89, 0.18) 100%
		),
		radial-gradient(ellipse 55% 50% at 65% 40%, rgba(216, 111, 142, 0.2), transparent 62%);
}

body.home .mx-spa__stage {
	position: relative;
	z-index: 2;
	width: min(100%, 1180px);
	margin-inline: auto;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(1.75rem, 4vw, 3.5rem);
	align-items: center;
}

body.home .mx-spa__copy {
	max-width: 34rem;
}

body.home .mx-spa__kicker {
	margin: 0 0 0.65rem;
	font-size: 0.72rem;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: #F7C4CE;
}

body.home .mx-spa__display {
	margin: 0;
	font-family: var(--tolin-font-serif);
	font-weight: 500;
	font-size: clamp(2.1rem, 4.2vw, 3.35rem);
	line-height: 1.08;
	color: #FFFDFC;
	max-width: 14ch;
	text-shadow: 0 18px 40px rgba(75, 30, 48, 0.35);
}

body.home .mx-spa__lede {
	margin: 1rem 0 0;
	font-size: 1rem;
	line-height: 1.65;
	color: rgba(255, 247, 243, 0.88);
	max-width: 38ch;
}

body.home .mx-spa__benefits {
	list-style: none;
	margin: 1.35rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}

body.home .mx-spa__benefits li {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	font-size: 0.92rem;
	line-height: 1.45;
	color: rgba(255, 225, 214, 0.92);
}

body.home .mx-spa__benefits svg {
	flex-shrink: 0;
	margin-top: 0.15rem;
	color: #F7C4CE;
}

body.home .mx-spa__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: flex-start;
	margin-top: 0;
}

body.home .mx-spa__badge {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.1rem;
	padding: 0.55rem 0.85rem;
	border-radius: 999px;
	background: rgba(255, 253, 252, 0.12);
	border: 1px solid rgba(255, 253, 252, 0.22);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow: 0 12px 30px rgba(75, 30, 48, 0.18);
	transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}

body.home .mx-spa__badge:hover {
	transform: translateY(-0.2rem);
	background: rgba(255, 253, 252, 0.18);
	box-shadow: 0 16px 36px rgba(75, 30, 48, 0.24), 0 0 20px rgba(216, 111, 142, 0.2);
}

body.home .mx-spa__badge strong {
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #FFFDFC;
}

body.home .mx-spa__badge small {
	font-size: 0.68rem;
	color: rgba(255, 225, 214, 0.78);
}

body.home .mx-spa__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.35rem;
}

body.home .mx-spa__chip {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.55rem 0.9rem;
	border-radius: 999px;
	font-size: 0.82rem;
	color: #FFFDFC;
	text-decoration: none;
	background: rgba(123, 63, 89, 0.45);
	border: 1px solid rgba(247, 196, 206, 0.28);
	backdrop-filter: blur(12px);
	transition: transform 0.35s ease, background 0.35s ease;
}

body.home .mx-spa__chip:hover {
	transform: translateY(-0.15rem);
	background: rgba(123, 63, 89, 0.6);
}

body.home .mx-spa__panel {
	position: relative;
	justify-self: stretch;
	display: grid;
	gap: 0.85rem;
	align-content: center;
}

body.home .mx-spa__glass {
	position: relative;
	isolation: isolate;
	padding: clamp(1.25rem, 2.6vw, 1.85rem);
	border-radius: 1.75rem;
	background: linear-gradient(155deg, rgba(255, 253, 252, 0.58), rgba(255, 240, 244, 0.42));
	border: 1px solid rgba(255, 253, 252, 0.5);
	backdrop-filter: blur(24px) saturate(1.35);
	-webkit-backdrop-filter: blur(24px) saturate(1.35);
	box-shadow:
		0 8px 24px rgba(75, 30, 48, 0.12),
		0 32px 80px rgba(123, 63, 89, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.55);
	color: #2D2830;
	animation: mx-float 14s ease-in-out infinite;
	transition: transform 0.5s ease, box-shadow 0.5s ease;
}

body.home .mx-spa__glass:hover {
	box-shadow:
		0 12px 32px rgba(75, 30, 48, 0.14),
		0 40px 96px rgba(123, 63, 89, 0.32),
		0 0 40px rgba(216, 111, 142, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

body.home .mx-spa__glass-glow {
	position: absolute;
	inset: auto -10% -20% auto;
	width: 55%;
	height: 55%;
	border-radius: 50%;
	background: rgba(216, 111, 142, 0.22);
	filter: blur(48px);
	pointer-events: none;
	z-index: 0;
	animation: mx-float 10s ease-in-out infinite reverse;
}

body.home .mx-spa__form-label,
body.home .mx-spa__reply,
body.home .mx-spa__form,
body.home .mx-spa__wa,
body.home .mx-spa__glass .form-message {
	position: relative;
	z-index: 1;
}

body.home .mx-spa__form-label {
	margin: 0 0 0.35rem;
	font-family: var(--tolin-font-serif);
	font-weight: 500;
	font-size: clamp(1.45rem, 2.4vw, 1.85rem);
	color: #7B3F59;
}

body.home .mx-spa__reply {
	margin: 0 0 0.95rem;
	font-size: 0.88rem;
	line-height: 1.45;
	color: #A85F72;
	letter-spacing: 0.01em;
}

body.home .mx-spa__form {
	display: grid;
	gap: 0.7rem;
}

body.home .mx-spa__form .form-field label {
	color: #5C4A52;
	font-size: 0.82rem;
	letter-spacing: 0.04em;
}

body.home .mx-spa__form .form-field input,
body.home .mx-spa__form .form-field select,
body.home .mx-spa__form .form-field textarea {
	color: #2D2830;
	background: rgba(255, 253, 252, 0.82);
	border-color: rgba(216, 111, 142, 0.22);
	border-radius: 0.85rem;
	transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

body.home .mx-spa__form .form-field input:hover,
body.home .mx-spa__form .form-field select:hover,
body.home .mx-spa__form .form-field textarea:hover {
	border-color: rgba(216, 111, 142, 0.4);
	background: rgba(255, 253, 252, 0.95);
}

body.home .mx-spa__form .form-field input:focus,
body.home .mx-spa__form .form-field select:focus,
body.home .mx-spa__form .form-field textarea:focus {
	border-color: #D86F8E;
	box-shadow: 0 0 0 3px rgba(216, 111, 142, 0.2);
	outline: none;
	background: #FFFDFC;
}

body.home .mx-spa__form .form-field input::placeholder,
body.home .mx-spa__form .form-field textarea::placeholder {
	color: #9A8F96;
}

body.home .mx-spa__form .form-field textarea {
	min-height: 4.25rem;
	resize: vertical;
}

body.home .mx-spa__form .btn--primary {
	margin-top: 0.35rem;
	box-shadow: 0 14px 36px rgba(168, 95, 114, 0.28);
}

body.home .mx-spa__wa {
	margin-top: 0.85rem;
	width: 100%;
}

@media (max-width: 960px) {
	body.home .mx-spa {
		min-height: 0;
		padding-block: clamp(3.5rem, 8vh, 5rem);
	}

	body.home .mx-spa__stage {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}

	body.home .mx-spa__media {
		background-position: center 25%;
	}

	body.home .mx-spa__media-veil {
		background:
			linear-gradient(180deg, rgba(123, 63, 89, 0.72) 0%, rgba(123, 63, 89, 0.48) 42%, rgba(123, 63, 89, 0.7) 100%),
			radial-gradient(ellipse 60% 40% at 50% 20%, rgba(216, 111, 142, 0.2), transparent 60%);
	}

	body.home .mx-spa__display {
		max-width: 18ch;
	}

	body.home .mx-spa__glass {
		animation: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.home .mx-spa__glass,
	body.home .mx-spa__glass-glow,
	body.home .mx-spa__glow {
		animation: none !important;
	}
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
	body.home .mx-hero__media,
	body.home .mx-hero__glow,
	body.home .mx-hero__book,
	body.home .mx-about__photo--float,
	body.home .mx-stats__chip,
	body.home .mx-process__photo,
	body.home .mx-ba__card,
	body.home .mx-reviews__rating-badge,
	body.home .mx-social__tile--float,
	body.home .mx-spa__glass {
		animation: none !important;
	}
}

/* =========================================================================
   FOOTER ATELIER ? luxury beauty close (site-wide)
   ========================================================================= */
.site-footer--atelier {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(4.5rem, 10vh, 7.5rem) 0 0;
	color: rgba(255, 253, 252, 0.92);
	background:
		radial-gradient(ellipse 60% 50% at 12% 0%, rgba(216, 111, 142, 0.38), transparent 55%),
		radial-gradient(ellipse 50% 45% at 88% 25%, rgba(200, 182, 232, 0.32), transparent 52%),
		radial-gradient(ellipse 45% 40% at 50% 100%, rgba(247, 183, 163, 0.28), transparent 55%),
		linear-gradient(165deg, #6E3850 0%, #7B3F59 42%, #A85F72 100%);
	border-top: 0;
}

.site-footer--atelier .site-footer__bloom {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
	filter: blur(100px);
}

.site-footer--atelier .site-footer__bloom--rose {
	width: min(55vw, 560px);
	height: min(55vw, 560px);
	top: -8%;
	inset-inline-end: 8%;
	background: rgba(216, 111, 142, 0.4);
	animation: mx-float 20s ease-in-out infinite;
}

.site-footer--atelier .site-footer__bloom--lilac {
	width: min(42vw, 420px);
	height: min(42vw, 420px);
	bottom: 10%;
	inset-inline-start: -6%;
	background: rgba(200, 182, 232, 0.34);
	animation: mx-float 24s ease-in-out infinite reverse;
}

.site-footer--atelier .site-footer__bloom--peach {
	width: min(36vw, 360px);
	height: min(36vw, 360px);
	top: 45%;
	inset-inline-end: -8%;
	background: rgba(247, 183, 163, 0.26);
	animation: mx-float 18s ease-in-out infinite;
}

.site-footer--atelier .site-footer__noise {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	opacity: 0.28;
	mix-blend-mode: soft-light;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
}

.site-footer--atelier .site-footer__particle {
	position: absolute;
	z-index: 1;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(255, 253, 252, 0.45);
	box-shadow: 0 0 18px rgba(247, 196, 206, 0.55);
	pointer-events: none;
	animation: mx-float 12s ease-in-out infinite;
}

.site-footer--atelier .site-footer__particle--1 { top: 18%; inset-inline-start: 22%; }
.site-footer--atelier .site-footer__particle--2 { top: 58%; inset-inline-end: 18%; animation-duration: 16s; }
.site-footer--atelier .site-footer__particle--3 { bottom: 22%; inset-inline-start: 48%; animation-duration: 14s; width: 4px; height: 4px; }

.site-footer--atelier .site-footer__atelier {
	position: relative;
	z-index: 2;
	width: min(100%, 1200px);
	margin-inline: auto;
	padding-inline: clamp(1.25rem, 4vw, 2rem);
}

.site-footer--atelier .site-footer__stage {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: clamp(2rem, 4vw, 3.5rem);
	align-items: start;
	padding-bottom: clamp(2.5rem, 5vh, 3.75rem);
}

.site-footer--atelier .site-footer__brand {
	max-width: 28rem;
}

.site-footer--atelier .site-logo--footer {
	display: inline-block;
	margin-bottom: 0.35rem;
}

.site-footer--atelier .site-logo__img {
	filter: brightness(0) invert(1);
	height: clamp(72px, 10vw, 104px);
	width: auto;
	max-width: min(240px, 70vw);
	object-fit: contain;
}

.site-footer--atelier .site-footer__tagline {
	margin: 1rem 0 1.5rem;
	font-size: 0.98rem;
	line-height: 1.7;
	color: rgba(255, 247, 243, 0.8);
	max-width: 38ch;
}

.site-footer--atelier .site-footer__cta {
	display: inline-flex;
	min-height: 3.35rem;
	padding-inline: 2rem;
	font-size: 1.02rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #F28C9F 0%, #D86F8E 45%, #A85F72 100%);
	box-shadow:
		0 14px 36px rgba(123, 63, 89, 0.35),
		0 0 0 1px rgba(255, 253, 252, 0.12),
		0 0 28px rgba(216, 111, 142, 0.35);
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease, filter 0.45s ease;
}

.site-footer--atelier .site-footer__cta:hover,
.site-footer--atelier .site-footer__cta:focus-visible {
	transform: translateY(-0.3rem) scale(1.02);
	box-shadow:
		0 20px 48px rgba(123, 63, 89, 0.42),
		0 0 0 1px rgba(255, 253, 252, 0.18),
		0 0 40px rgba(242, 140, 159, 0.5);
	filter: brightness(1.05);
	outline: none;
}

.site-footer--atelier .site-footer__trust {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.site-footer--atelier .site-footer__badge {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.08rem;
	padding: 0.55rem 0.9rem;
	border-radius: 999px;
	background: rgba(255, 253, 252, 0.1);
	border: 1px solid rgba(247, 196, 206, 0.28);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow: 0 12px 28px rgba(75, 30, 48, 0.16);
	transition: transform 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}

.site-footer--atelier .site-footer__badge:hover {
	transform: translateY(-0.2rem);
	background: rgba(255, 253, 252, 0.16);
	box-shadow: 0 16px 36px rgba(75, 30, 48, 0.22), 0 0 20px rgba(216, 111, 142, 0.22);
}

.site-footer--atelier .site-footer__badge strong {
	font-size: 0.8rem;
	font-weight: 600;
	color: #FFFDFC;
	letter-spacing: 0.02em;
}

.site-footer--atelier .site-footer__badge small {
	font-size: 0.66rem;
	color: rgba(255, 225, 214, 0.75);
}

.site-footer--atelier .site-footer__ig-head {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	text-decoration: none;
	color: inherit;
	margin-bottom: 1.1rem;
	transition: transform 0.35s ease;
}

.site-footer--atelier .site-footer__ig-head:hover {
	transform: translateY(-0.15rem);
}

.site-footer--atelier .site-footer__ig-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 1.05rem;
	background: linear-gradient(145deg, #D86F8E, #A85F72 55%, #7B3F59);
	color: #FFFDFC;
	box-shadow: 0 12px 28px rgba(123, 63, 89, 0.3);
	transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.site-footer--atelier .site-footer__ig-head:hover .site-footer__ig-icon {
	transform: scale(1.06) rotate(-4deg);
	box-shadow: 0 16px 36px rgba(123, 63, 89, 0.38), 0 0 22px rgba(216, 111, 142, 0.35);
}

.site-footer--atelier .site-footer__ig-handle {
	display: block;
	font-family: var(--tolin-font-serif);
	font-size: 1.35rem;
	font-weight: 500;
	color: #FFFDFC;
	line-height: 1.15;
}

.site-footer--atelier .site-footer__ig-followers {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	color: #F7C4CE;
}

.site-footer--atelier .site-footer__ig-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.65rem;
}

.site-footer--atelier .site-footer__ig-tile {
	position: relative;
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 1rem;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(75, 30, 48, 0.22);
	border: 1px solid rgba(247, 196, 206, 0.28);
	transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.site-footer--atelier .site-footer__ig-img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transform: scale(1.02);
	transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-footer--atelier .site-footer__ig-veil {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: #FFFDFC;
	background: rgba(123, 63, 89, 0.42);
	opacity: 0;
	transition: opacity 0.4s ease;
}

.site-footer--atelier .site-footer__ig-tile:hover,
.site-footer--atelier .site-footer__ig-tile:focus-visible {
	transform: translateY(-0.25rem);
	box-shadow: 0 18px 40px rgba(75, 30, 48, 0.3), 0 0 24px rgba(216, 111, 142, 0.25);
	outline: none;
	z-index: 1;
}

.site-footer--atelier .site-footer__ig-tile:hover .site-footer__ig-img,
.site-footer--atelier .site-footer__ig-tile:focus-visible .site-footer__ig-img {
	transform: scale(1.1);
}

.site-footer--atelier .site-footer__ig-tile:hover .site-footer__ig-veil,
.site-footer--atelier .site-footer__ig-tile:focus-visible .site-footer__ig-veil {
	opacity: 1;
}

.site-footer--atelier .site-footer__ig-link {
	display: inline-flex;
	margin-top: 1rem;
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	color: #F7C4CE;
	border-bottom: 1px solid rgba(247, 196, 206, 0.35);
	padding-bottom: 0.15rem;
	transition: color 0.3s ease, border-color 0.3s ease;
}

.site-footer--atelier .site-footer__ig-link:hover {
	color: #FFFDFC;
	border-color: rgba(255, 253, 252, 0.55);
}

.site-footer--atelier .site-footer__heading {
	margin: 0 0 1rem;
	font-family: var(--tolin-font-serif);
	font-weight: 500;
	font-size: 1.25rem;
	color: #F7C4CE;
}

.site-footer--atelier .site-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.95rem;
}

.site-footer--atelier .site-footer__list li {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
	font-size: 0.9rem;
	line-height: 1.55;
	color: rgba(255, 247, 243, 0.82);
}

.site-footer--atelier .site-footer__list strong {
	display: block;
	margin-bottom: 0.15rem;
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #F7C4CE;
	font-weight: 600;
}

.site-footer--atelier .site-footer__list a {
	color: rgba(255, 253, 252, 0.92);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 0.3s ease, border-color 0.3s ease;
}

.site-footer--atelier .site-footer__list a:hover {
	color: #F7C4CE;
	border-color: rgba(247, 196, 206, 0.45);
}

.site-footer--atelier .site-footer__list-icon {
	display: grid;
	place-items: center;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	margin-top: 0.1rem;
	border-radius: 50%;
	color: #F7C4CE;
	background: rgba(255, 253, 252, 0.08);
	border: 1px solid rgba(247, 196, 206, 0.22);
	transition: transform 0.4s ease, background 0.4s ease;
}

.site-footer--atelier .site-footer__list li:hover .site-footer__list-icon {
	transform: scale(1.08);
	background: rgba(255, 253, 252, 0.14);
}

.site-footer--atelier .site-footer__menu {
	list-style: none;
	margin: 1.35rem 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.1rem;
}

.site-footer--atelier .site-footer__menu a {
	font-size: 0.82rem;
	color: rgba(255, 247, 243, 0.72);
	text-decoration: none;
	transition: color 0.3s ease;
}

.site-footer--atelier .site-footer__menu a:hover {
	color: #FFFDFC;
}

.site-footer--atelier .site-footer__lower {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.95fr);
	gap: clamp(1.25rem, 3vw, 2rem);
	padding-bottom: clamp(2rem, 4vh, 3rem);
}

[dir="rtl"] .site-footer--atelier .site-footer__map-card {
	order: -1;
}

.site-footer--atelier .site-footer__journal {
	position: relative;
	padding: clamp(1.5rem, 3vw, 2.1rem);
	border-radius: 1.65rem;
	background: linear-gradient(155deg, rgba(255, 253, 252, 0.16), rgba(255, 240, 244, 0.08));
	border: 1px solid rgba(255, 253, 252, 0.22);
	backdrop-filter: blur(20px) saturate(1.2);
	-webkit-backdrop-filter: blur(20px) saturate(1.2);
	box-shadow: 0 24px 60px rgba(75, 30, 48, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
	transition: transform 0.5s ease, box-shadow 0.5s ease;
	animation: mx-float 16s ease-in-out infinite;
}

.site-footer--atelier .site-footer__journal:hover {
	transform: translateY(-0.25rem);
	box-shadow: 0 30px 72px rgba(75, 30, 48, 0.28), 0 0 32px rgba(216, 111, 142, 0.18);
}

.site-footer--atelier .site-footer__journal-kicker {
	margin: 0 0 0.4rem;
	font-size: 0.7rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #F7C4CE;
}

.site-footer--atelier .site-footer__journal-title {
	margin: 0;
	font-family: var(--tolin-font-serif);
	font-weight: 500;
	font-size: clamp(1.45rem, 2.5vw, 1.9rem);
	color: #FFFDFC;
	line-height: 1.2;
}

.site-footer--atelier .site-footer__journal-text {
	margin: 0.65rem 0 1.25rem;
	font-size: 0.92rem;
	line-height: 1.6;
	color: rgba(255, 247, 243, 0.78);
	max-width: 42ch;
}

.site-footer--atelier .site-footer__journal-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: stretch;
}

.site-footer--atelier .site-footer__journal-row input {
	flex: 1 1 12rem;
	min-height: 3rem;
	padding: 0.75rem 1.1rem;
	border-radius: 999px;
	border: 1px solid rgba(247, 196, 206, 0.35);
	background: rgba(255, 253, 252, 0.12);
	color: #FFFDFC;
	font-size: 0.95rem;
	outline: none;
	transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.site-footer--atelier .site-footer__journal-row input::placeholder {
	color: rgba(255, 253, 252, 0.45);
}

.site-footer--atelier .site-footer__journal-row input:focus {
	border-color: rgba(242, 140, 159, 0.7);
	background: rgba(255, 253, 252, 0.18);
	box-shadow: 0 0 0 3px rgba(216, 111, 142, 0.22);
}

.site-footer--atelier .site-footer__journal-btn {
	flex: 0 0 auto;
	min-height: 3rem;
	padding-inline: 1.4rem;
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(123, 63, 89, 0.3);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.site-footer--atelier .site-footer__journal-btn:hover {
	transform: translateY(-0.15rem);
	box-shadow: 0 16px 36px rgba(123, 63, 89, 0.38), 0 0 24px rgba(216, 111, 142, 0.3);
}

.site-footer--atelier .site-footer__map-card {
	padding: 1.15rem;
	border-radius: 1.65rem;
	background: linear-gradient(155deg, rgba(255, 253, 252, 0.14), rgba(255, 240, 244, 0.07));
	border: 1px solid rgba(255, 253, 252, 0.2);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	box-shadow: 0 24px 60px rgba(75, 30, 48, 0.22);
	transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.site-footer--atelier .site-footer__map-card:hover {
	transform: translateY(-0.3rem);
	box-shadow: 0 32px 72px rgba(75, 30, 48, 0.3), 0 0 28px rgba(216, 111, 142, 0.18);
}

.site-footer--atelier .site-footer__map-head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.5rem 1rem;
	margin-bottom: 0.85rem;
}

.site-footer--atelier .site-footer__map-head .site-footer__heading {
	margin: 0;
}

.site-footer--atelier .site-footer__map-link {
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	text-decoration: none;
	color: #F7C4CE;
	border-bottom: 1px solid rgba(247, 196, 206, 0.35);
	transition: color 0.3s ease;
}

.site-footer--atelier .site-footer__map-link:hover {
	color: #FFFDFC;
}

.site-footer--atelier .site-footer__map-frame {
	overflow: hidden;
	border-radius: 1.15rem;
	border: 1px solid rgba(247, 196, 206, 0.22);
	box-shadow: inset 0 0 0 1px rgba(255, 253, 252, 0.06);
}

.site-footer--atelier .site-footer__map-frame iframe {
	display: block;
	width: 100%;
	height: clamp(180px, 24vh, 240px);
	border: 0;
	filter: saturate(0.92) contrast(1.04);
}

.site-footer--atelier .site-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.75rem 1.5rem;
	padding: 1.25rem 0 1.75rem;
	border-top: 1px solid rgba(247, 183, 163, 0.22);
	font-size: 0.78rem;
	color: rgba(255, 253, 252, 0.55);
}

.site-footer--atelier .site-footer__bottom p {
	margin: 0;
}

@media (max-width: 1024px) {
	.site-footer--atelier .site-footer__stage {
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
	}

	.site-footer--atelier .site-footer__brand {
		grid-column: 1 / -1;
		max-width: none;
	}
}

@media (max-width: 720px) {
	.site-footer--atelier .site-footer__stage,
	.site-footer--atelier .site-footer__lower {
		grid-template-columns: 1fr;
	}

	.site-footer--atelier .site-footer__ig-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.site-footer--atelier .site-footer__journal {
		animation: none;
	}

	.site-footer--atelier .site-footer__journal-row {
		flex-direction: column;
	}

	.site-footer--atelier .site-footer__journal-btn {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.site-footer--atelier .site-footer__bloom,
	.site-footer--atelier .site-footer__particle,
	.site-footer--atelier .site-footer__journal,
	.site-footer--atelier .site-footer__cta,
	.site-footer--atelier .site-footer__ig-tile,
	.site-footer--atelier .site-footer__badge {
		animation: none !important;
		transition: none !important;
	}
}




/* =========================================================================
   ATELIER DEPTH ? layered luxury without loud color.
   Rose brand · Ivory surfaces · Quiet sage · Champagne micro-details.
   ========================================================================= */
body.home {
	--mx-sage: #5D7360;
	--mx-sage-mid: #667B68;
	--mx-sage-lift: #70856F;
	--mx-sage-light: #7A8D74;
	--mx-champagne: #C9B58B;
	--mx-champagne-soft: rgba(201, 181, 139, 0.35);
	--mx-ivory: #F7F3EE;
}

/* ---------- Floating orbs ---------- */
body.home .mx-orb {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 1;
	filter: blur(64px);
	opacity: 0.55;
	animation: mx-float 22s ease-in-out infinite;
}

body.home .mx-orb--a {
	width: min(38vw, 420px);
	height: min(38vw, 420px);
	top: 6%;
	inset-inline-end: -8%;
	background: radial-gradient(circle, rgba(247, 220, 228, 0.7) 0%, rgba(201, 181, 139, 0.18) 48%, transparent 72%);
}

body.home .mx-orb--b {
	width: min(32vw, 360px);
	height: min(32vw, 360px);
	bottom: 10%;
	inset-inline-start: -6%;
	background: radial-gradient(circle, rgba(93, 115, 96, 0.12) 0%, rgba(247, 220, 228, 0.35) 45%, transparent 70%);
	animation-duration: 26s;
	animation-direction: reverse;
}

body.home .mx-orb--c {
	width: min(28vw, 300px);
	height: min(28vw, 300px);
	top: 42%;
	inset-inline-end: 8%;
	background: radial-gradient(circle, rgba(201, 181, 139, 0.22) 0%, transparent 70%);
	animation-duration: 19s;
}

body.home .mx-orb--soft {
	width: min(44vw, 480px);
	height: min(44vw, 480px);
	top: 18%;
	inset-inline-start: 8%;
	background: radial-gradient(circle, rgba(255, 253, 251, 0.85) 0%, rgba(247, 243, 238, 0.35) 40%, transparent 70%);
	filter: blur(80px);
	opacity: 0.7;
}

body.home .mx-orb--faint {
	width: min(26vw, 280px);
	height: min(26vw, 280px);
	bottom: 18%;
	inset-inline-end: 12%;
	background: radial-gradient(circle, rgba(216, 111, 142, 0.16) 0%, transparent 68%);
	filter: blur(72px);
	opacity: 0.45;
	animation-duration: 28s;
}

body.home .mx-hero .mx-orb--soft {
	inset-inline-start: auto;
	inset-inline-end: 4%;
	top: 12%;
	opacity: 0.5;
}

body.home .mx-hero .mx-orb--faint {
	inset-inline-start: 6%;
	inset-inline-end: auto;
	bottom: 22%;
}

/* ---------- Botanical silhouettes ---------- */
body.home .mx-botanical {
	position: absolute;
	pointer-events: none;
	z-index: 1;
	opacity: 0.14;
	background-repeat: no-repeat;
	background-size: contain;
	mix-blend-mode: multiply;
}

body.home .mx-botanical--leaf {
	width: min(22vw, 220px);
	height: min(28vw, 280px);
	bottom: 4%;
	inset-inline-end: 2%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 160' fill='none'%3E%3Cpath d='M60 150C60 150 18 110 22 58C26 22 60 8 60 8C60 8 94 22 98 58C102 110 60 150 60 150Z' stroke='%235D7360' stroke-width='1.2'/%3E%3Cpath d='M60 18V142' stroke='%235D7360' stroke-width='1'/%3E%3Cpath d='M60 48C48 56 38 70 34 86M60 72C74 80 84 94 88 110' stroke='%235D7360' stroke-width='0.9'/%3E%3C/svg%3E");
	transform: rotate(-8deg);
}

body.home .mx-botanical--stem {
	width: min(18vw, 180px);
	height: min(34vw, 340px);
	top: 12%;
	inset-inline-start: 1%;
	opacity: 0.11;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 200' fill='none'%3E%3Cpath d='M40 8C40 8 28 48 32 96C36 140 40 192 40 192' stroke='%235D7360' stroke-width='1.1'/%3E%3Cpath d='M40 56C22 50 12 40 10 28M40 92C58 86 70 74 74 58M40 128C24 124 14 112 12 98' stroke='%235D7360' stroke-width='0.9'/%3E%3C/svg%3E");
}

body.home .mx-botanical--corner {
	width: min(20vw, 200px);
	height: min(20vw, 200px);
	top: 3%;
	inset-inline-end: 3%;
	opacity: 0.12;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 140' fill='none'%3E%3Cpath d='M120 20C88 28 58 52 42 86C28 116 24 132 24 132C24 132 42 120 70 108C104 92 128 62 120 20Z' stroke='%23C9B58B' stroke-width='1.1'/%3E%3Cpath d='M48 96C62 78 84 58 108 44' stroke='%235D7360' stroke-width='0.8' opacity='0.7'/%3E%3C/svg%3E");
}

/* ---------- Champagne decorative rules ---------- */
body.home .mx-rule {
	position: absolute;
	pointer-events: none;
	z-index: 2;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(201, 181, 139, 0.55), transparent);
	opacity: 0.7;
}

body.home .mx-rule--edge {
	width: min(28vw, 280px);
	top: 2.5rem;
	inset-inline-start: clamp(1.25rem, 5vw, 5rem);
}

body.home .mx-rule--soft {
	width: min(18vw, 180px);
	bottom: 2.25rem;
	inset-inline-end: clamp(1.25rem, 5vw, 5rem);
	opacity: 0.5;
}

body.home .mx-rule--center {
	width: min(12vw, 120px);
	top: 1.75rem;
	inset-inline-start: 50%;
	transform: translateX(-50%);
	opacity: 0.45;
}

/* ---------- Champagne premium labels / tiny highlights ---------- */
body.home .mx-hero__since,
body.home .mx-about__kicker,
body.home .mx-services__kicker,
body.home .mx-process__kicker,
body.home .mx-ba__kicker,
body.home .mx-reviews__kicker,
body.home .mx-social__kicker,
body.home .mx-spa__kicker,
body.home .mx-process__cta-kicker,
body.home .mx-ba__caption-kicker,
body.home .mx-feat__eyebrow,
body.home .mx-rail__label,
body.home .mx-social__eyebrow,
body.home .mx-reviews__verified,
.site-footer--atelier .site-footer__journal-kicker {
	color: var(--mx-champagne);
}

body.home .mx-hero__since::after,
body.home .mx-about__kicker::after,
body.home .mx-services__kicker::after,
body.home .mx-process__kicker::after,
body.home .mx-reviews__kicker::after,
body.home .mx-social__eyebrow::after {
	content: '';
	display: block;
	width: 2rem;
	height: 1px;
	margin-top: 0.65rem;
	background: linear-gradient(90deg, var(--mx-champagne), transparent);
	opacity: 0.75;
}

body.home .mx-services__mast .mx-services__kicker::after {
	margin-inline: auto;
}

body.home .mx-ba__badge,
body.home .mx-ba__card-badge,
body.home .mx-feat__badge {
	box-shadow:
		0 10px 24px rgba(168, 95, 114, 0.24),
		0 0 0 1px rgba(201, 181, 139, 0.35);
}

body.home .mx-reviews__rating-stars,
body.home .mx-ba__proof-stars,
body.home .mx-ba__card-score-stars,
body.home .mx-reviews__stars {
	color: var(--mx-champagne);
}

/* ---------- Quiet sage accents (never dominant) ---------- */
body.home .mx-about__era strong,
body.home .mx-ba__proof strong,
body.home .mx-social__metric strong,
body.home .mx-process__giant,
body.home .mx-about__year-float strong {
	color: var(--mx-sage);
}

body.home .mx-process__giant {
	opacity: 0.7;
}

body.home .mx-stats__chip strong {
	color: #B7C4B8;
}

body.home .mx-about__certs svg,
body.home .mx-about__pillars svg,
body.home .mx-process__cta-trust svg,
body.home .mx-spa__benefits svg,
body.home .mx-ba__proof svg,
body.home .mx-feat__meta svg,
body.home .site-footer--atelier .site-footer__list-icon {
	color: var(--mx-sage);
}

body.home .mx-process__cta-promises li::before {
	background: linear-gradient(135deg, var(--mx-sage), var(--mx-champagne));
}

body.home .mx-process__path::before,
body.home .mx-services__rail::before,
body.home .mx-about__pillar::before {
	background: linear-gradient(180deg, rgba(93, 115, 96, 0.45), rgba(201, 181, 139, 0.4), rgba(216, 111, 142, 0.25));
}

.site-footer--atelier .site-footer__journal-title::after {
	content: '';
	display: block;
	width: 2.5rem;
	height: 1px;
	margin-top: 0.7rem;
	border-radius: 1px;
	background: linear-gradient(90deg, rgba(201, 181, 139, 0.7), rgba(93, 115, 96, 0.35));
}

/* Borders / hover outlines */
body.home .mx-social__metric,
body.home .mx-ba__proof li,
body.home .mx-process__cta-trust li,
body.home .mx-spa__badge {
	border-color: rgba(93, 115, 96, 0.18);
}

body.home .mx-services__chip:hover,
body.home .mx-mini:hover,
body.home .mx-reviews__card:hover,
body.home .mx-about__era:hover {
	border-color: rgba(93, 115, 96, 0.32);
}

body.home .mx-feat:hover,
body.home .mx-mini.is-active {
	border-color: rgba(93, 115, 96, 0.28);
	box-shadow:
		0 24px 56px rgba(168, 95, 114, 0.12),
		0 0 0 1px rgba(201, 181, 139, 0.22);
}

.site-footer--atelier .site-footer__journal {
	border-color: rgba(93, 115, 96, 0.16);
}

.site-footer--atelier .site-footer__list-icon {
	border-color: rgba(93, 115, 96, 0.2);
}

body.home .mx-spa__badge strong {
	color: #B7C4B8;
}

body.home .mx-social__story-label {
	color: var(--mx-sage);
}

body.home .mx-social__story-ring {
	background: linear-gradient(145deg, #D86F8E, #A85F72 50%, #C9B58B 85%, #5D7360);
}

/* Glass rhythm accents */
body.home .mx-reviews__card.is-featured,
body.home .mx-process__cta,
body.home .mx-spa__glass {
	box-shadow:
		0 20px 60px rgba(123, 63, 89, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.55),
		0 0 0 1px rgba(201, 181, 139, 0.14);
}

body.home .mx-ba__card:hover,
body.home .mx-reviews__card:hover,
body.home .mx-social__tile:hover {
	box-shadow:
		0 18px 44px rgba(123, 63, 89, 0.14),
		0 0 24px rgba(201, 181, 139, 0.08),
		0 0 18px rgba(93, 115, 96, 0.05);
}

body.home .mx-feat__media,
body.home .mx-ba__card-media,
body.home .mx-about__photo {
	transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

body.home .mx-feat:hover .mx-feat__media,
body.home .mx-ba__card:hover .mx-ba__card-media,
body.home .mx-about__photo:hover {
	transform: scale(1.03);
}

/* Section rhythm ? spacing personality */
body.home .mx-about__timeline {
	margin-top: clamp(5rem, 10vh, 7.5rem);
}

body.home .mx-services__mast {
	margin-bottom: clamp(2.5rem, 5vh, 3.75rem);
}

body.home .mx-process__path {
	gap: clamp(1.6rem, 3.5vh, 2.5rem);
}

body.home .mx-reviews__stage {
	margin-top: clamp(2rem, 4vh, 3rem);
}

@media (prefers-reduced-motion: reduce) {
	body.home .mx-orb {
		animation: none !important;
	}
}