/* ============================================================
   MA LITERIE FRANÇAISE — Editorial redesign
   Palette: Navy #212f37  ·  Red #e51a26  ·  Blue #3065af
   Type: Inter (web) + Fluence (display)
   ============================================================ */

@font-face {
	font-family: "Fluence";
	src:
		url("/modules/mlfhomepage/views/css/Fluence.woff2") format("woff2"),
		url("/modules/mlfhomepage/views/css/Fluence.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	/* Brand */
	--navy: #212f37;
	--navy-800: #1a242b;
	--navy-700: #2b3a44;
	--red: #e51a26;
	--red-700: #c0141f;
	--blue: #3065af;

	/* Neutrals */
	--cream: #ffffff;
	--cream-2: #ffffff;
	--paper: #ffffff;
	--ink: #1a1f24;
	--ink-soft: #3a4049;
	--muted: #7c8088;
	--muted-2: #b7bcc2;
	--line: #e9e5dc;
	--line-2: #e3dfd5;
	--grey-50: #f5f5f5;
	--grey-100: #e5e5e5;
	--grey-500: #535d62;

	/* Type */
	--ff-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--ff-display: "Fluence", "Fraunces", serif;

	/* Rhythm */
	--rad: 14px;
	--rad-lg: 22px;
	--rad-xl: 32px;
	--shadow-sm:
		0 1px 2px rgba(20, 25, 30, 0.05), 0 4px 14px rgba(20, 25, 30, 0.04);
	--shadow-md:
		0 6px 18px rgba(20, 25, 30, 0.08), 0 24px 48px rgba(20, 25, 30, 0.06);
	--shadow-lg: 0 30px 80px rgba(20, 25, 30, 0.22);

	--ease: cubic-bezier(0.2, 0.7, 0.2, 1);
	--ease-out: cubic-bezier(0.16, 1, 0.3, 1);

	--container: min(1320px, 100% - 56px);
	--wide-container: min(1840px, 100% - 96px);
}

/* ---------- reset ---------- */
#mlf-home *,
#mlf-home *::before,
#mlf-home *::after {
	box-sizing: border-box;
}
body#index div#inner-wrapper {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}
#index #wrapper,
#module-iqitelementor-Preview.elementor-landing-body #wrapper {
	padding-top: 0 !important;
}
body#index #wrapper {
	padding-bottom: 0 !important;
}
#mlf-home {
	-webkit-text-size-adjust: 100%;
}
#mlf-home {
	margin: 0;
	font-family: var(--ff-sans);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.55;
	color: var(--ink);
	background: #fff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
#mlf-home img {
	max-width: 100%;
	display: block;
}
#mlf-home button {
	font: inherit;
	cursor: pointer;
	background: none;
	border: 0;
	color: inherit;
}
#mlf-home a {
	color: inherit;
	text-decoration: none;
}
#mlf-home ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#mlf-home .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ---------- utilities ---------- */
#mlf-home .muted {
	color: var(--muted);
}
#mlf-home .small {
	font-size: 12.5px;
}
#mlf-home .tiny {
	font-size: 0.55em;
	color: var(--muted);
	font-weight: 400;
}

#mlf-home .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--navy);
}
#mlf-home .eyebrow--center {
	display: flex;
	justify-content: center;
	gap: 16px;
}
#mlf-home .eyebrow--light,
#mlf-home .eyebrow--light * {
	color: rgba(255, 255, 255, 0.82);
}
#mlf-home .eyebrow__line {
	width: 48px;
	height: 1px;
	background: currentColor;
	opacity: 0.35;
}
#mlf-home .eyebrow__line--short {
	width: 24px;
}
#mlf-home .eyebrow__line--light {
	background: rgba(255, 255, 255, 0.5);
}

#mlf-home .flag {
	display: inline-block;
	width: 8px;
	height: 12px;
	vertical-align: middle;
}
#mlf-home .flag--blue {
	background: var(--blue);
}
#mlf-home .flag--white {
	background: #fff;
	outline: 1px solid rgba(0, 0, 0, 0.06);
}
#mlf-home .flag--red {
	background: var(--red);
}

/* Logo tricolor horizontal bars */
#mlf-home .flag-bar {
	display: block;
	width: 28px;
	height: 5px;
}
#mlf-home .flag-bar--red {
	background: var(--red);
}
#mlf-home .flag-bar--white {
	background: #ffffff;
	outline: 1px solid rgba(0, 0, 0, 0.05);
}
#mlf-home .flag-bar--blue {
	background: var(--blue);
}
#mlf-home .logo--light .flag-bar--white {
	outline: none;
}

#mlf-home .stars {
	color: var(--red);
	letter-spacing: 2px;
}

/* ---------- buttons ---------- */
#mlf-home .btn {
	--b: var(--navy);
	--c: #fff;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 22px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.03em;
	border-radius: 999px;
	background: var(--b);
	color: var(--c);
	border: 1px solid var(--b);
	transition:
		transform 0.4s var(--ease),
		background 0.3s var(--ease),
		color 0.3s var(--ease),
		box-shadow 0.3s var(--ease);
	white-space: nowrap;
}
#mlf-home .btn:hover {
	transform: translateY(-1px);
	box-shadow: var(--shadow-md);
}
#mlf-home .btn--primary {
	--b: var(--navy);
	--c: #fff;
}
#mlf-home .btn--primary:hover {
	background: var(--navy-800);
}
#mlf-home .btn--ghost {
	--b: transparent;
	--c: var(--navy);
	border-color: rgba(33, 47, 55, 0.25);
}
#mlf-home .btn--ghost:hover {
	--b: var(--navy);
	--c: #fff;
	border-color: var(--navy);
}
#mlf-home .btn--ghost-light {
	--b: transparent;
	--c: #fff;
	border-color: rgba(255, 255, 255, 0.35);
}
#mlf-home .btn--ghost-light:hover {
	--b: #fff;
	--c: var(--navy);
	border-color: #fff;
}
#mlf-home .btn--mini {
	padding: 9px 14px;
	font-size: 12.5px;
	--b: var(--navy);
	--c: #fff;
}
#mlf-home .btn--mini:hover {
	background: var(--red);
	border-color: var(--red);
}

#mlf-home .link-arrow {
	font-weight: 500;
	border-bottom: 1px solid currentColor;
	padding-bottom: 2px;
	font-size: 13.5px;
	letter-spacing: 0.03em;
	transition:
		opacity 0.3s var(--ease),
		letter-spacing 0.3s var(--ease);
}
#mlf-home .link-arrow:hover {
	letter-spacing: 0.06em;
}
#mlf-home .link-arrow--light {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.5);
}

#mlf-home .pill {
	display: inline-flex;
	padding: 2px 8px;
	background: var(--red);
	color: #fff;
	border-radius: 6px;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-left: 6px;
}
#mlf-home .pill-tab {
	display: inline-flex;
	padding: 8px 16px;
	border-radius: 999px;
	border: 1px solid var(--line);
	background: transparent;
	color: var(--ink-soft);
	font-size: 13px;
	font-weight: 500;
	transition: all 0.3s var(--ease);
}
#mlf-home .pill-tab:hover {
	border-color: var(--navy);
	color: var(--navy);
}
#mlf-home .pill-tab.is-active {
	background: var(--navy);
	color: #fff;
	border-color: var(--navy);
}

#mlf-home .chip {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 6px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.7);
}

/* ==========================================================
   ANNOUNCE
   ========================================================== */
#mlf-home .announce {
	background: var(--navy);
	color: #fff;
	overflow: hidden;
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 500;
	height: 36px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#mlf-home .announce__track {
	display: inline-flex;
	white-space: nowrap;
	gap: 32px;
	animation: marquee 38s linear infinite;
	padding-left: 32px;
}
#mlf-home .announce__track .dot {
	opacity: 0.4;
}
@keyframes marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

/* ==========================================================
   HEADER
   ========================================================== */
#mlf-home .header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(248, 245, 240, 0.86);
	backdrop-filter: blur(18px) saturate(1.1);
	-webkit-backdrop-filter: blur(18px) saturate(1.1);
	border-bottom: 1px solid transparent;
	transition:
		background 0.4s var(--ease),
		border-color 0.4s var(--ease),
		padding 0.3s var(--ease);
}
#mlf-home .header.is-scrolled {
	background: rgba(255, 255, 255, 0.9);
	border-bottom-color: var(--line);
}
#mlf-home .header__inner {
	width: var(--container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 24px;
	padding: 20px 0;
	transition: padding 0.4s var(--ease);
}
#mlf-home .header.is-scrolled .header__inner {
	padding: 12px 0;
}

#mlf-home .nav {
	display: flex;
	gap: 24px;
	align-items: center;
}
#mlf-home .nav--right {
	justify-content: flex-end;
}
#mlf-home .nav__link {
	position: relative;
	font-size: 13.5px;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: var(--navy);
	padding: 6px 0;
	transition: color 0.3s var(--ease);
}
#mlf-home .nav__link::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.35s var(--ease);
}
#mlf-home .nav__link:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}
#mlf-home .nav__link--accent {
	color: var(--red);
	font-weight: 600;
}
#mlf-home .nav__link--accent:hover {
	color: var(--red-700);
}
#mlf-home .nav__link--accent .pill {
	background: var(--red);
}

#mlf-home .icon-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 10px;
	font-size: 13px;
	font-weight: 500;
	color: var(--navy);
	border-radius: 999px;
	transition: background 0.3s var(--ease);
}
#mlf-home .icon-btn:hover {
	background: rgba(33, 47, 55, 0.06);
}
#mlf-home .icon-btn--cart {
	position: relative;
	background: var(--navy);
	color: #fff;
	padding: 10px 12px;
}
#mlf-home .icon-btn--cart:hover {
	background: var(--navy-800);
}
#mlf-home .cart-count {
	position: absolute;
	top: -4px;
	right: -4px;
	min-width: 18px;
	height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--red);
	color: #fff;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	border: 2px solid var(--cream);
}

/* Logo — Gemini-rendered image logo */
#mlf-home .logo {
	display: inline-flex;
	align-items: center;
	color: var(--navy);
}
#mlf-home .logo-img {
	display: block;
	height: 56px;
	width: auto;
	transition: opacity 0.3s var(--ease);
}
#mlf-home .logo:hover .logo-img {
	opacity: 0.85;
}
#mlf-home .logo-img--lg {
	height: 80px;
}

#mlf-home .header.is-scrolled .logo-img {
	height: 44px;
}

/* ==========================================================
   HERO
   ========================================================== */
#mlf-home .hero {
	position: relative;
	min-height: calc(100vh - 80px);
	padding: 60px 0 100px;
	background: var(--navy);
	color: #fff;
	overflow: hidden;
	display: flex;
	align-items: center;
}

/* Banner-style hero: image does all the talking */
#mlf-home .hero.hero--banner {
	min-height: 0;
	padding: 0;
	background: #000;
	color: inherit;
	display: block;
}
#mlf-home .hero.hero--banner::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.3);
}
#mlf-home .hero--banner .hero__banner {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	line-height: 0;
	text-decoration: none;
	overflow: hidden;
}
#mlf-home .hero--banner .hero__banner img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 720px;
	object-fit: cover;
	object-position: center;
	transition: transform 0.8s var(--ease-out);
}
#mlf-home .hero--banner .hero__banner:hover img {
	transform: scale(1.02);
}
@media (max-width: 768px) {
	#mlf-home .hero--banner .hero__banner img {
		max-height: none;
		aspect-ratio: 16 / 10;
		object-fit: cover;
	}
}
/* ── Hero slider/carousel (multi-image) ── */
#mlf-home .hero--slider {
	overflow: hidden;
	position: relative;
}
#mlf-home .hero__viewport {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 0;
}
#mlf-home .hero__track {
	display: flex;
	transition: transform 0.6s var(--ease-out, cubic-bezier(.16,1,.3,1));
	will-change: transform;
}
#mlf-home .hero__track.is-dragging {
	transition: none;
}
#mlf-home .hero__slide {
	flex: 0 0 100%;
	min-width: 100%;
	position: relative;
	overflow: hidden;
	line-height: 0;
}
#mlf-home .hero__slide .hero__banner {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}
#mlf-home .hero__slide .hero__banner img {
	display: block;
	width: 100%;
	height: clamp(300px, 40vw, 600px);
	max-height: none;
	object-fit: cover;
	object-position: center;
	transition: transform 0.8s var(--ease-out, cubic-bezier(.16,1,.3,1));
}
#mlf-home .hero__slide:hover .hero__banner img {
	transform: scale(1.02);
}
#mlf-home .hero__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(20, 34, 53, .55);
	color: #fff;
	border: none;
	cursor: pointer;
	transition: background .25s ease, opacity .25s ease;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
#mlf-home .hero__nav:hover {
	background: rgba(20, 34, 53, .8);
}
#mlf-home .hero__nav--prev { left: 16px; }
#mlf-home .hero__nav--next { right: 16px; }
#mlf-home .hero__nav:disabled,
#mlf-home .hero__nav.is-disabled {
	opacity: .35;
	cursor: default;
	pointer-events: none;
}
#mlf-home .hero__dots {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	gap: 8px;
	align-items: center;
}
#mlf-home .hero__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, .7);
	background: transparent;
	cursor: pointer;
	padding: 0;
	transition: background .25s ease, border-color .25s ease;
}
#mlf-home .hero__dot.is-active {
	background: #fff;
	border-color: #fff;
}
#mlf-home .hero__dot:hover {
	border-color: #fff;
}
@media (max-width: 768px) {
	#mlf-home .hero--slider .hero__slide .hero__banner img {
		height: clamp(180px, 56vw, 320px);
		max-height: none;
		aspect-ratio: auto;
		object-fit: cover;
	}
	#mlf-home .hero__nav { width: 40px; height: 40px; }
	#mlf-home .hero__nav--prev { left: 8px; }
	#mlf-home .hero__nav--next { right: 8px; }
	#mlf-home .hero__nav svg { width: 22px; height: 22px; }
	#mlf-home .hero__dots { bottom: 10px; gap: 6px; }
	#mlf-home .hero__dot { width: 8px; height: 8px; }
}

#mlf-home .hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}
#mlf-home .hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.55;
	filter: saturate(0.9);
	transform: scale(1.04);
	animation: breathe 18s ease-in-out infinite alternate;
}
@keyframes breathe {
	from {
		transform: scale(1.04);
	}
	to {
		transform: scale(1.1);
	}
}
#mlf-home .hero__veil {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(
			1200px 700px at 18% 30%,
			rgba(33, 47, 55, 0.55) 0%,
			rgba(33, 47, 55, 0.92) 60%,
			rgba(33, 47, 55, 0.98) 100%
		),
		linear-gradient(
			180deg,
			rgba(33, 47, 55, 0.2) 0%,
			rgba(33, 47, 55, 0.88) 100%
		);
}
#mlf-home .hero__grid {
	position: relative;
	z-index: 1;
	width: var(--container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 80px;
	align-items: center;
}
#mlf-home .hero__copy .eyebrow {
	color: #fff;
	opacity: 0.85;
}
#mlf-home .display {
	font-family: var(--ff-display);
	font-weight: 400;
	font-size: clamp(48px, 6.4vw, 92px);
	line-height: 0.98;
	letter-spacing: -0.02em;
	margin: 24px 0 28px;
	color: #fff;
}
#mlf-home .display em {
	font-style: italic;
	font-weight: 300;
	display: block;
	color: rgba(255, 255, 255, 0.92);
}
#mlf-home .display__outline {
	font-style: italic;
	font-weight: 300;
	display: block;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
	color: transparent;
}
#mlf-home .display--sm {
	font-size: clamp(38px, 4.2vw, 58px);
	margin: 18px 0 20px;
}

#mlf-home .lede {
	max-width: 540px;
	font-size: 17px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.78);
	margin: 0 0 36px;
}

#mlf-home .hero__cta {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 48px;
}
#mlf-home .hero__cta .btn--primary {
	background: #fff;
	color: var(--navy);
	border-color: #fff;
}
#mlf-home .hero__cta .btn--primary:hover {
	background: var(--red);
	color: #fff;
	border-color: var(--red);
}

#mlf-home .hero__meta {
	display: flex;
	gap: 28px;
	align-items: center;
}
#mlf-home .hero__meta-item {
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
}
#mlf-home .hero__meta-item strong {
	font-size: 34px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #fff;
	font-family: var(--ff-display);
}
#mlf-home .hero__meta-item strong span {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.55);
}
#mlf-home .hero__meta-item .muted {
	color: rgba(255, 255, 255, 0.55);
	font-size: 13px;
}
#mlf-home .hero__meta-item .stars {
	color: var(--red);
	font-size: 14px;
}
#mlf-home .hero__meta-divider {
	width: 1px;
	height: 40px;
	background: rgba(255, 255, 255, 0.18);
}

/* Hero product card */
#mlf-home .hero__card {
	position: relative;
	justify-self: center;
	width: 100%;
	max-width: 440px;
}
#mlf-home .hero__card-inner {
	position: relative;
	background: #fff;
	border-radius: var(--rad-xl);
	overflow: hidden;
	box-shadow: var(--shadow-lg);
	transform: rotate(-2deg);
	transition: transform 0.6s var(--ease-out);
}
#mlf-home .hero__card:hover .hero__card-inner {
	transform: rotate(0deg) translateY(-4px);
}
#mlf-home .hero__card-inner img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}
#mlf-home .hero__tag {
	position: absolute;
	top: 20px;
	left: 20px;
	background: var(--red);
	color: #fff;
	padding: 6px 10px;
	border-radius: 6px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}
#mlf-home .hero__card-meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
	padding: 32px 22px 22px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 16px;
}
#mlf-home .hero__card-meta h3 {
	font-family: var(--ff-display);
	font-style: italic;
	font-size: 22px;
	font-weight: 400;
	margin: 4px 0 0;
	line-height: 1.1;
}
#mlf-home .hero__card-meta .muted {
	color: rgba(255, 255, 255, 0.7);
}
#mlf-home .hero__card-floater {
	position: absolute;
	top: -18px;
	right: -24px;
	background: var(--cream);
	color: var(--navy);
	padding: 10px 16px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.05em;
	box-shadow: var(--shadow-md);
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transform: rotate(6deg);
}

#mlf-home .price {
	display: inline-flex;
	align-items: baseline;
	gap: 8px;
}
#mlf-home .price__strike {
	color: var(--muted);
	text-decoration: line-through;
	font-size: 13px;
}
#mlf-home .price__now {
	font-family: var(--ff-display);
	font-weight: 600;
	font-size: 22px;
	color: currentColor;
}
#mlf-home .hero__card-meta .price__strike {
	color: rgba(255, 255, 255, 0.55);
}
#mlf-home .hero__card-meta .price__now {
	color: #fff;
}

#mlf-home .hero__scroll {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	z-index: 2;
}
#mlf-home .hero__scroll svg {
	animation: bob 2.4s ease-in-out infinite;
}
@keyframes bob {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(5px);
	}
}

/* ==========================================================
   TRUST STRIP
   ========================================================== */
#mlf-home .trust {
	background: #fff;
	padding: 20px 0;
	border: 0;
}
#mlf-home .trust__grid {
	width: var(--container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}
#mlf-home .trust__item {
	display: flex;
	align-items: center;
	gap: 14px;
	color: var(--navy);
}
#mlf-home .trust__item svg {
	flex-shrink: 0;
}
#mlf-home .trust__item strong {
	display: block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	margin-bottom: 2px;
}
#mlf-home .trust__item span {
	font-size: 13px;
	color: var(--muted);
	line-height: 1.4;
}

/* Reassurance block: premium mobile layout, compact desktop proof strip */
#mlf-home .trust {
	background: #fff;
}

#mlf-home .trust__grid {
	max-width: 1180px;
	border-top: 1px solid rgba(33, 47, 55, 0.1);
	border-bottom: 1px solid rgba(33, 47, 55, 0.1);
}

#mlf-home .trust__item {
	min-width: 0;
}

#mlf-home .trust__item img,
#mlf-home .trust__item svg {
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	object-fit: contain;
}

#mlf-home .trust__item strong,
#mlf-home .trust__item span {
	overflow-wrap: anywhere;
}

#mlf-home .trust__item strong {
	color: #23313a;
	font-size: 17px;
	line-height: 1.18;
	font-weight: 700;
	letter-spacing: 0.01em;
}

#mlf-home .trust__item span {
	display: block;
	margin-top: 7px;
	color: #7b8089;
	font-size: 14.5px;
	line-height: 1.35;
}

#mlf-home .trust__sub--mobile {
	display: none !important;
}

@media (min-width: 768px) {
	#mlf-home .trust__grid {
		padding: 24px 0;
	}

	#mlf-home .trust__item {
		position: relative;
		align-items: flex-start;
		gap: 16px;
		padding: 4px 24px;
	}

	#mlf-home .trust__item + .trust__item::before {
		content: "";
		position: absolute;
		left: -20px;
		top: 8px;
		bottom: 8px;
		width: 1px;
		background: var(--line);
	}
}

/* ==========================================================
   SECTIONS
   ========================================================== */
#mlf-home .section {
	padding: 20px 0;
}
#mlf-home .section__head {
	width: var(--container);
	margin: 0 auto 64px;
	text-align: center;
	max-width: 760px;
}
#mlf-home .section__head--row {
	max-width: none;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 40px;
	flex-wrap: wrap;
}
#mlf-home .section__title {
	font-family: var(--ff-display);
	font-weight: 400;
	font-size: clamp(36px, 4vw, 56px);
	line-height: 1.02;
	letter-spacing: -0.02em;
	color: var(--navy);
	margin: 18px 0 18px;
}
#mlf-home .section__title em {
	font-style: italic;
	font-weight: 300;
	color: var(--ink-soft);
}
#mlf-home .section__lede {
	font-size: 16px;
	color: var(--muted);
	max-width: 560px;
	margin: 0 auto;
	line-height: 1.65;
}
#mlf-home .section__head--row .section__lede {
	margin: 0;
}
#mlf-home .section__actions {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}

/* ==========================================================
   CATEGORIES
   ========================================================== */
#mlf-home .cats {
	width: var(--wide-container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 360px;
	gap: 16px;
}

/* Carousel structure: hidden on desktop, revealed on mobile */
#mlf-home .cats__viewport {
	display: contents;
	overflow: visible;
}
#mlf-home .cats__track {
	display: contents;
}
#mlf-home .cats__dots {
	display: none;
}
#mlf-home .cat {
	position: relative;
	overflow: hidden;
	border-radius: var(--rad-lg);
	background: var(--navy-700);
	color: #fff;
	display: flex;
	align-items: flex-end;
	transition: transform 0.6s var(--ease-out);
}
#mlf-home .cat:hover {
	transform: translateY(-4px);
}
#mlf-home .cat--lg {
	grid-row: span 2;
	grid-column: span 1;
}
#mlf-home .cat--wide {
	grid-column: span 2;
}
#mlf-home .cat__media {
	position: absolute;
	inset: 0;
}
#mlf-home .cat__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:
		transform 1.2s var(--ease-out),
		filter 0.6s var(--ease);
}
#mlf-home .cat:hover .cat__media img {
	transform: scale(1.06);
}
#mlf-home .cat__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(33, 47, 55, 0.1) 0%,
		rgba(33, 47, 55, 0.1) 50%,
		rgba(33, 47, 55, 0.9) 100%
	);
}
#mlf-home .cat__body {
	position: relative;
	padding: 30px;
	width: 100%;
}
#mlf-home .cat__body .muted {
	color: rgba(255, 255, 255, 0.65);
}
#mlf-home .cat__body h3 {
	font-family: var(--ff-display);
	font-weight: 400;
	font-size: 32px;
	letter-spacing: -0.01em;
	margin: 6px 0 8px;
	line-height: 1;
}
#mlf-home .cat--lg .cat__body h3 {
	font-size: 44px;
	font-style: italic;
}
#mlf-home .cat__body p {
	font-size: 13.5px;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 14px;
	max-width: 320px;
}
#mlf-home .cat__link {
	display: inline-flex;
	font-size: 12.5px;
	font-weight: 500;
	letter-spacing: 0.05em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	padding-bottom: 2px;
	transition:
		letter-spacing 0.3s var(--ease),
		border-color 0.3s var(--ease);
}
#mlf-home .cat:hover .cat__link {
	letter-spacing: 0.08em;
	border-color: #fff;
}

/* Promo tile — 5th card, fills the grid gap */
#mlf-home .cat--promo {
	background: var(--navy);
	color: #fff;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	overflow: hidden;
	position: relative;
	isolation: isolate;
}
#mlf-home .cat--promo::before {
	content: "";
	position: absolute;
	top: -60px;
	right: -60px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(229, 26, 38, 0.6), transparent 70%);
	filter: blur(30px);
	z-index: -1;
	transition: transform 0.8s var(--ease-out);
}
#mlf-home .cat--promo:hover::before {
	transform: scale(1.2);
}
#mlf-home .cat--promo::after {
	content: "";
	position: absolute;
	left: -80px;
	bottom: -80px;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background: radial-gradient(
		circle,
		rgba(48, 101, 175, 0.45),
		transparent 70%
	);
	filter: blur(30px);
	z-index: -1;
}
#mlf-home .cat__promo-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
}
#mlf-home .cat__promo-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
}
#mlf-home .cat__promo-price {
	text-align: right;
	line-height: 1;
}
#mlf-home .cat__promo-off {
	font-family: var(--ff-display);
	font-weight: 500;
	font-size: 56px;
	letter-spacing: -0.03em;
	color: #fff;
	line-height: 1;
}
#mlf-home .cat__promo-off sup {
	font-size: 22px;
	font-weight: 400;
	margin-left: 2px;
	top: -1.4em;
	color: var(--red);
}
#mlf-home .cat__promo-caption {
	display: block;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.12em;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	margin-top: 6px;
	line-height: 1.25;
}
#mlf-home .cat__promo-title {
	font-family: var(--ff-display);
	font-weight: 400;
	font-size: 28px;
	line-height: 1.02;
	letter-spacing: -0.01em;
	color: #fff;
	margin: 0 0 10px;
}
#mlf-home .cat__promo-title em {
	font-style: italic;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.85);
}
#mlf-home .cat__promo-body p {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.5;
	margin: 0 0 18px;
	max-width: 280px;
}
#mlf-home .cat__promo-cta {
	display: inline-flex;
	align-self: flex-start;
	padding: 10px 18px;
	border-radius: 999px;
	background: var(--red);
	color: #fff;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: 0.05em;
	transition:
		transform 0.3s var(--ease),
		background 0.3s var(--ease);
}
#mlf-home .cat--promo:hover .cat__promo-cta {
	background: #fff;
	color: var(--navy);
	transform: translateY(-2px);
}

/* ==========================================================
   PRODUCTS
   ========================================================== */
#mlf-home .section--products {
	padding-top: 80px;
}
#mlf-home .section--products .section__head {
	margin-bottom: 48px;
	width: var(--container);
}

#mlf-home .products {
	width: var(--container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
#mlf-home .product {
	background: #fff;
	border-radius: var(--rad-lg);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	transition:
		transform 0.5s var(--ease),
		box-shadow 0.5s var(--ease);
	display: flex;
	flex-direction: column;
}
#mlf-home .product:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-md);
}
#mlf-home .product__media {
	position: relative;
	aspect-ratio: 1 / 1.08;
	background: var(--cream-2);
	overflow: hidden;
}
#mlf-home .product__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1s var(--ease-out);
}
#mlf-home .product:hover .product__media img {
	transform: scale(1.04);
}
#mlf-home .product__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	background: var(--navy);
	color: #fff;
	padding: 5px 9px;
	border-radius: 6px;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#mlf-home .product__badge--red {
	background: var(--red);
}
#mlf-home .product__badge--blue {
	background: var(--blue);
}
#mlf-home .product__fav {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 34px;
	height: 34px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--navy);
	transition:
		background 0.3s var(--ease),
		color 0.3s var(--ease);
}
#mlf-home .product__fav:hover {
	background: var(--red);
	color: #fff;
}
#mlf-home .product__body {
	padding: 20px 20px 22px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1;
}
#mlf-home .product__tech {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--muted);
}
#mlf-home .product__body h3 {
	font-family: var(--ff-display);
	font-weight: 500;
	font-size: 22px;
	margin: 2px 0 4px;
	color: var(--navy);
	letter-spacing: -0.01em;
}
#mlf-home .product__stars {
	font-size: 12.5px;
	color: var(--red);
	letter-spacing: 2px;
}
#mlf-home .product__stars .muted {
	letter-spacing: 0;
	color: var(--muted);
}
#mlf-home .product__foot {
	margin-top: auto;
	padding-top: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px dashed var(--line);
}

/* ==========================================================
   EDITORIAL
   ========================================================== */
#mlf-home .editorial {
	position: relative;
	background: var(--navy);
	color: #fff;
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 620px;
	overflow: hidden;
}
#mlf-home .editorial__image {
	position: relative;
	overflow: hidden;
}
#mlf-home .editorial__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.92) brightness(0.92);
}
#mlf-home .editorial__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent 60%, var(--navy) 100%);
}
#mlf-home .editorial__content {
	align-self: center;
	padding: 100px 80px 100px 60px;
	max-width: 620px;
}
#mlf-home .editorial__content p {
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.78);
	margin: 0 0 32px;
}
#mlf-home .editorial__content strong {
	color: #fff;
	font-weight: 600;
}
#mlf-home .editorial__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 36px;
	padding: 24px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
#mlf-home .editorial__stats strong {
	font-family: var(--ff-display);
	font-weight: 400;
	font-size: 40px;
	letter-spacing: -0.02em;
	display: block;
	color: #fff;
}
#mlf-home .editorial__stats span {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

/* ==========================================================
   TECHNOLOGIES
   ========================================================== */
#mlf-home .section--tech {
	position: relative;
	overflow: hidden;
}

/* ----------------------------------------------------------
   TECHNOLOGIES — editorial cards with cinematic imagery
   ---------------------------------------------------------- */
#mlf-home .tech--editorial {
	width: var(--wide-container);
	margin: 0 auto 64px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	background: transparent;
	border: 0;
	border-radius: 0;
	overflow: visible;
}
#mlf-home .tech-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: var(--rad-lg);
	overflow: hidden;
	text-decoration: none;
	color: var(--navy);
	transition: transform 0.45s var(--ease-out);
	isolation: isolate;
}
#mlf-home .tech-card:hover {
	transform: translateY(-4px);
}
#mlf-home .tech-card__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: var(--navy-700);
}
#mlf-home .tech-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s var(--ease-out);
}
#mlf-home .tech-card:hover .tech-card__media img {
	transform: scale(1.06);
}
#mlf-home .tech-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		transparent 60%,
		rgba(0, 0, 0, 0.18) 100%
	);
	pointer-events: none;
}
#mlf-home .tech-card__body {
	padding: 28px 28px 30px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
	position: relative;
}
#mlf-home .tech-card__num {
	font-family: var(--ff-sans);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	color: var(--muted);
	margin-bottom: 4px;
}
#mlf-home .tech-card__title {
	font-family: var(--ff-display);
	font-weight: 500;
	font-size: clamp(22px, 1.45vw, 28px);
	line-height: 1.1;
	margin: 0;
	letter-spacing: -0.01em;
	color: var(--navy);
}
#mlf-home .tech-card__desc {
	font-size: 14px;
	line-height: 1.55;
	color: var(--muted);
	margin: 0;
	flex: 1;
}
#mlf-home .tech-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 10px;
	font-family: var(--ff-sans);
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--navy);
	transition:
		gap 0.3s var(--ease-out),
		color 0.3s var(--ease-out);
}
#mlf-home .tech-card__link svg {
	transition: transform 0.3s var(--ease-out);
}
#mlf-home .tech-card:hover .tech-card__link {
	gap: 12px;
	color: var(--red, #e51a26);
}
#mlf-home .tech-card:hover .tech-card__link svg {
	transform: translateX(3px);
}

/* ----------------------------------------------------------
   QUIZ BANNER — full-bleed cinematic image with overlay
   ---------------------------------------------------------- */
#mlf-home .quiz-banner {
	position: relative;
	display: block;
	width: var(--wide-container);
	margin: 0 auto;
	border-radius: var(--rad-lg);
	overflow: hidden;
	min-height: 300px;
	box-shadow: 0 18px 55px rgba(18, 26, 32, 0.12);
	text-decoration: none;
	isolation: isolate;
	background: var(--navy);
}
#mlf-home .quiz-banner > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	transition: transform 1.4s var(--ease-out);
}
#mlf-home .quiz-banner:hover > img {
	transform: scale(1.04);
}
#mlf-home .quiz-banner::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(
		100deg,
		rgba(15, 22, 28, 0.78) 0%,
		rgba(15, 22, 28, 0.55) 45%,
		rgba(15, 22, 28, 0.25) 100%
	);
	pointer-events: none;
}
#mlf-home .quiz-banner__content {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 56px 64px;
	color: #fff;
	flex-wrap: wrap;
}
#mlf-home .quiz-banner__text {
	max-width: 620px;
}
#mlf-home .quiz-banner__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: var(--ff-sans);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 14px;
}
#mlf-home .quiz-banner__line {
	display: inline-block;
	width: 36px;
	height: 1px;
	background: rgba(255, 255, 255, 0.55);
}
#mlf-home .quiz-banner__title {
	font-family: var(--ff-display);
	font-weight: 400;
	font-size: clamp(28px, 2.4vw, 42px);
	line-height: 1.05;
	margin: 0 0 12px;
	letter-spacing: -0.015em;
	color: #fff;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
}
#mlf-home .quiz-banner__lede {
	font-family: var(--ff-sans);
	font-size: 15.5px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.82);
	margin: 0;
	max-width: 480px;
}
#mlf-home .quiz-banner__cta {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 16px 28px;
	background: #fff;
	color: var(--navy);
	font-family: var(--ff-sans);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
	transition:
		transform 0.25s var(--ease-out),
		background 0.25s ease,
		color 0.25s ease;
}
#mlf-home .quiz-banner__cta svg {
	transition: transform 0.25s var(--ease-out);
}
#mlf-home .quiz-banner:hover .quiz-banner__cta {
	transform: translateY(-2px);
	background: #cc1f43;
	color: #fff;
}
#mlf-home .quiz-banner:hover .quiz-banner__cta svg {
	transform: translateX(4px);
}

/* ==========================================================
   LIFESTYLE GRID
   ========================================================== */
#mlf-home .lifestyle {
	width: var(--wide-container);
	margin: 0 auto;
	padding-bottom: 25px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 260px;
	gap: 16px;
}
#mlf-home .lifestyle__tile {
	position: relative;
	overflow: hidden;
	border-radius: var(--rad-lg);
	background: var(--navy-700);
}
#mlf-home .lifestyle__tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s var(--ease-out);
}
#mlf-home .lifestyle__tile:hover img {
	transform: scale(1.04);
}
#mlf-home .lifestyle__tile--lg {
	grid-row: span 2;
	grid-column: span 2;
}
#mlf-home .lifestyle__cap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 32px 36px;
	color: #fff;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
}
#mlf-home .lifestyle__cap .muted {
	color: rgba(255, 255, 255, 0.75);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 11px;
}
#mlf-home .lifestyle__cap h3 {
	font-family: var(--ff-display);
	font-weight: 400;
	font-style: italic;
	font-size: 30px;
	margin: 10px 0 14px;
	line-height: 1.1;
	max-width: 440px;
}

/* ==========================================================
   PRICING TIERS — Choisir par budget
   ========================================================== */
#mlf-home .section--pricing {
	padding: 20px 0;
	background: var(--cream, #f5f1ea);
}
#mlf-home .pricing {
	width: var(--wide-container);
	margin: 48px auto 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
#mlf-home .pricing__tile {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--rad-lg);
	background: var(--navy-700);
	aspect-ratio: 16 / 10;
	text-decoration: none;
	color: #fff;
	isolation: isolate;
}
#mlf-home .pricing__tile img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s var(--ease-out);
	z-index: 1;
}
#mlf-home .pricing__tile::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		115deg,
		rgba(0, 0, 0, 0.62) 0%,
		rgba(0, 0, 0, 0.38) 45%,
		rgba(0, 0, 0, 0.18) 100%
	);
	z-index: 2;
	pointer-events: none;
	transition: background 0.4s ease;
}
#mlf-home .pricing__tile:hover img {
	transform: scale(1.06);
}
#mlf-home .pricing__tile:hover::after {
	background: linear-gradient(
		115deg,
		rgba(0, 0, 0, 0.7) 0%,
		rgba(0, 0, 0, 0.45) 45%,
		rgba(0, 0, 0, 0.22) 100%
	);
}
#mlf-home .pricing__cap {
	position: absolute;
	inset: 0;
	z-index: 3;
	padding: 44px 48px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	color: #fff;
}
#mlf-home .pricing__eyebrow {
	font-family: var(--ff-sans);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.95);
	max-width: 60%;
	line-height: 1.4;
}
#mlf-home .pricing__title {
	font-family: var(--ff-display);
	font-weight: 700;
	font-size: 38px;
	line-height: 1.05;
	margin: 14px 0 0;
	color: #fff;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}
#mlf-home .pricing__title .pricing__price {
	display: block;
	margin-top: 4px;
}
#mlf-home .pricing__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 13px 22px;
	background: #fff;
	color: var(--navy);
	font-family: var(--ff-sans);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	border-radius: 999px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
	transition:
		transform 0.25s var(--ease-out),
		box-shadow 0.25s ease,
		background 0.25s ease;
}
#mlf-home .pricing__btn svg {
	transition: transform 0.25s var(--ease-out);
}
#mlf-home .pricing__tile:hover .pricing__btn {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}
#mlf-home .pricing__tile:hover .pricing__btn svg {
	transform: translateX(3px);
}
#mlf-home .pricing__tile:focus-visible {
	outline: 3px solid var(--navy);
	outline-offset: 4px;
}

/* ==========================================================
   REVIEWS
   ========================================================== */
#mlf-home .section--reviews {
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 20px;
	background: var(--cream);
}
#mlf-home .section--reviews .section__title .tiny {
	font-family: var(--ff-sans);
	font-weight: 400;
	color: var(--muted);
}
#mlf-home .reviews {
	width: var(--wide-container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
#mlf-home .review {
	background: #fff;
	border-radius: var(--rad-lg);
	padding: 36px 32px;
	margin: 0;
	border: 1px solid var(--line);
	display: flex;
	flex-direction: column;
	gap: 20px;
	transition:
		transform 0.4s var(--ease),
		box-shadow 0.4s var(--ease);
}
#mlf-home .review:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow-md);
}
#mlf-home .review__stars {
	color: var(--red);
	font-size: 16px;
	letter-spacing: 3px;
}
#mlf-home .review blockquote {
	font-family: var(--ff-display);
	font-weight: 400;
	font-size: 19px;
	line-height: 1.5;
	color: var(--navy);
	margin: 0;
	letter-spacing: -0.005em;
}
#mlf-home .review blockquote em {
	font-style: italic;
	font-weight: 500;
	color: var(--red);
}
#mlf-home .review figcaption {
	margin-top: auto;
	padding-top: 14px;
	border-top: 1px dashed var(--line);
	font-size: 13px;
}
#mlf-home .review figcaption strong {
	color: var(--navy);
	display: block;
	font-weight: 600;
}
#mlf-home .review figcaption span {
	color: var(--muted);
	font-size: 12px;
}

/* ==========================================================
   BRANDS — authentic-looking wordmarks
   ========================================================== */
#mlf-home .brands {
	padding: 20px 0;
	border-top: 1px solid var(--line);
	background: var(--cream);
	position: relative;
}
#mlf-home .brands__head {
	text-align: center;
	margin-bottom: 54px;
}
#mlf-home .brands__tagline {
	font-family: var(--ff-display);
	font-style: italic;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.3;
	color: var(--navy);
	max-width: 520px;
	margin: 16px auto 0;
	letter-spacing: -0.005em;
}
#mlf-home .brands__row {
	width: var(--wide-container);
	margin: 0 auto;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--rad-lg);
	padding: 28px 32px;
	box-shadow: 0 18px 55px rgba(18, 26, 32, 0.05);
}
#mlf-home .brands__row--grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 0;
}
/* dividers between cells (visual breathing) */
#mlf-home .brands__row--grid .brand-logo {
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}
#mlf-home .brands__row--grid .brand-logo:nth-child(7n) {
	border-right: none;
}
#mlf-home .brands__row--grid .brand-logo:nth-last-child(-n + 7) {
	border-bottom: none;
}
#mlf-home .brands-arrow {
	display: none;
}
#mlf-home .brand-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 14px 10px;
	min-height: 150px;
	width: auto;
	max-width: none;
	flex: initial;
	background: transparent;
	color: var(--navy);
	opacity: 0.82;
	filter: grayscale(0.1);
	transition:
		opacity 0.35s var(--ease),
		filter 0.35s var(--ease),
		background 0.35s var(--ease),
		transform 0.35s var(--ease);
	position: relative;
	text-align: center;
	overflow: hidden;
}
#mlf-home .brand-logo:hover {
	opacity: 1;
	filter: grayscale(0);
	background: transparent;
	transform: translateY(-2px);
}
#mlf-home .bl-name {
	font-size: 26px;
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700;
}
#mlf-home .bl-sub {
	font-size: 8.5px;
	font-weight: 600;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	margin-top: 8px;
	color: var(--muted);
}

/* Dynamic manufacturer logo images */
#mlf-home .brand-logo--img {
	text-decoration: none !important;
	cursor: pointer;
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 10px;
	min-height: 150px;
	width: auto;
	max-width: none;
	flex: initial;
	background: transparent;
	opacity: 0.82;
	filter: grayscale(0.1);
	transition:
		opacity 0.35s var(--ease),
		filter 0.35s var(--ease),
		background 0.35s var(--ease),
		transform 0.35s var(--ease);
	position: relative;
	text-align: center;
	overflow: hidden;
}
#mlf-home .brand-logo--img:hover {
	opacity: 1;
	filter: grayscale(0);
	background: transparent;
	transform: translateY(-2px);
}
#mlf-home .brand-logo__img {
	display: block;
	max-width: 100%;
	max-height: 110px;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center;
}

/* Per-brand typographic identities */
#mlf-home .brand-logo--tedibor .bl-name {
	font-family: "Fraunces", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 28px;
	letter-spacing: -0.01em;
	color: #2a2b2a;
}
#mlf-home .brand-logo--emma .bl-name {
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 28px;
	letter-spacing: -0.02em;
	color: #0b1e3f;
}
#mlf-home .brand-logo--andre .bl-name {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.03em;
	color: #1b2733;
}
#mlf-home .brand-logo--pullman .bl-name {
	font-family: "Inter", sans-serif;
	font-weight: 800;
	font-size: 24px;
	letter-spacing: 0.18em;
	color: #1b2733;
}
#mlf-home .brand-logo--bultex .bl-name {
	font-family: "Inter", sans-serif;
	font-weight: 900;
	font-size: 26px;
	letter-spacing: 0.02em;
	color: #0057a0;
	font-style: italic;
	transform: skewX(-6deg);
}
#mlf-home .brand-logo--coelho .bl-name {
	font-family: "Fraunces", serif;
	font-style: italic;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: -0.01em;
	color: #1b2733;
}
#mlf-home .brand-logo--coelho .bl-sub {
	color: #8a7348;
	letter-spacing: 0.32em;
}
#mlf-home .brand-logo--duvivier .bl-name {
	font-family: "Fraunces", serif;
	font-weight: 400;
	font-size: 32px;
	letter-spacing: 0.14em;
	color: #1a1a1a;
}
#mlf-home .brand-logo--ebac .bl-name {
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-size: 34px;
	letter-spacing: 0.24em;
	color: #0f2033;
}
#mlf-home .brand-logo--ebac .bl-sub {
	color: #b38b52;
	letter-spacing: 0.42em;
}
#mlf-home .brand-logo--epeda .bl-name {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 0.04em;
	color: #0a3e6e;
}
#mlf-home .brand-logo--hypnove .bl-name {
	font-family: "Fraunces", serif;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: -0.015em;
	color: #1b2733;
}
#mlf-home .brand-logo--hypnove .bl-name::after {
	content: ".";
	color: var(--red);
}
#mlf-home .brand-logo--merinos .bl-name {
	font-family: "Fraunces", serif;
	font-weight: 600;
	font-size: 30px;
	letter-spacing: -0.02em;
	color: #8b0a14;
}
#mlf-home .brand-logo--sealy .bl-name {
	font-family: "Inter", sans-serif;
	font-weight: 900;
	font-size: 26px;
	letter-spacing: 0.08em;
	color: #0d0d0d;
}
#mlf-home .brand-logo--sealy .bl-sub {
	color: #c0a06a;
	letter-spacing: 0.38em;
}
#mlf-home .brand-logo--senttix .bl-name {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 28px;
	letter-spacing: 0.02em;
	color: #1b2733;
	text-transform: lowercase;
}
#mlf-home .brand-logo--senttix .bl-name::first-letter {
	color: #6a9a3e;
}
#mlf-home .brand-logo--simmons .bl-name {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 0.16em;
	color: #1a1a1a;
}
#mlf-home .brand-logo--simmons .bl-sub {
	color: #b38b52;
	letter-spacing: 0.4em;
}
#mlf-home .brand-logo--stearns .bl-name {
	font-family: "Playfair Display", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 24px;
	letter-spacing: 0.01em;
	color: #1a1a1a;
}
#mlf-home .brand-logo--stearns .bl-sub {
	color: #a88252;
	letter-spacing: 0.38em;
}
#mlf-home .brand-logo--tempur .bl-name {
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	font-size: 28px;
	letter-spacing: 0.18em;
	color: #0a2e4f;
}
#mlf-home .brand-logo--tempur .bl-sub {
	color: #0a2e4f;
	opacity: 0.65;
	letter-spacing: 0.44em;
}
#mlf-home .brand-logo--treca .bl-name {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-size: 32px;
	letter-spacing: 0.22em;
	color: #1a1a1a;
}
#mlf-home .brand-logo--treca .bl-sub {
	font-family: "Cormorant Garamond", serif;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: none;
	font-size: 13px;
	color: var(--muted);
}

/* ==========================================================
   NEWSLETTER
   ========================================================== */
#mlf-home .newsletter {
	background: var(--navy);
	color: #fff;
	position: relative;
	overflow: hidden;
	background-image: url("../img/newsletter.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#mlf-home .newsletter::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(15, 22, 28, 0.95) 0%,
		rgba(15, 22, 28, 0.88) 45%,
		rgba(15, 22, 28, 0.92) 100%
	);
	z-index: 0;
}
#mlf-home .newsletter::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(15, 22, 28, 0.25) 0%,
		rgba(15, 22, 28, 0) 50%,
		rgba(15, 22, 28, 0.35) 100%
	);
	z-index: 0;
	pointer-events: none;
}
#mlf-home .newsletter__inner {
	position: relative;
	z-index: 1;
	width: var(--wide-container);
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#mlf-home .newsletter__card {
	position: relative;
	width: 100%;
	max-width: 620px;
	padding: 56px 56px 48px;
	border-radius: 6px;
	background: rgba(15, 22, 28, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(14px) saturate(110%);
	-webkit-backdrop-filter: blur(14px) saturate(110%);
	box-shadow:
		0 30px 70px -20px rgba(0, 0, 0, 0.55),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	text-align: center;
	color: #fff;
}

#mlf-home .newsletter__ornament {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0 0 18px;
}
#mlf-home .newsletter__line {
	width: 56px;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.55),
		transparent
	);
}
#mlf-home .newsletter__diamond {
	width: 6px;
	height: 6px;
	background: rgba(255, 255, 255, 0.85);
	transform: rotate(45deg);
	border-radius: 1px;
}

#mlf-home .newsletter__eyebrow {
	display: inline-block;
	font-family: var(--ff-sans);
	font-size: 11px;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78);
	margin: 0 0 14px;
}

#mlf-home .newsletter__title {
	font-family: var(--ff-display);
	font-weight: 400;
	color: #fff;
	font-size: clamp(28px, 2.5vw, 40px);
	line-height: 1.12;
	margin: 0 0 18px;
	letter-spacing: -0.01em;
}
#mlf-home .newsletter__title em {
	font-style: italic;
	color: #fff;
	opacity: 0.92;
}

#mlf-home .newsletter__lede {
	color: rgba(255, 255, 255, 0.86);
	font-size: 15px;
	line-height: 1.55;
	max-width: 460px;
	margin: 0 auto 24px;
}

#mlf-home .newsletter__perks {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 12px;
}
#mlf-home .newsletter__perks li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.92);
	padding: 6px 12px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
}
#mlf-home .newsletter__perks svg {
	color: var(--red, #ef4135);
	flex-shrink: 0;
}

#mlf-home .newsletter__form {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}
#mlf-home .newsletter__capsule {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 480px;
	padding: 6px 6px 6px 4px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.6);
	box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.4);
	transition:
		box-shadow 0.3s var(--ease),
		transform 0.3s var(--ease);
}
#mlf-home .newsletter__capsule:focus-within {
	box-shadow:
		0 12px 36px -8px rgba(0, 0, 0, 0.5),
		0 0 0 3px rgba(239, 65, 53, 0.18);
}
#mlf-home .newsletter__label {
	flex: 1;
	min-width: 0;
}
#mlf-home .newsletter__capsule input {
	width: 100%;
	background: transparent;
	border: 0;
	color: #0f161c;
	padding: 12px 18px;
	font-family: inherit;
	font-size: 15px;
	outline: none;
}
#mlf-home .newsletter__capsule input::placeholder {
	color: rgba(15, 22, 28, 0.5);
	font-style: italic;
}
#mlf-home .newsletter__submit {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--navy, #0f161c);
	color: #fff;
	border: 0;
	padding: 12px 22px;
	border-radius: 999px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition:
		background 0.25s var(--ease),
		transform 0.25s var(--ease);
}
#mlf-home .newsletter__submit svg {
	transition: transform 0.25s var(--ease);
}
#mlf-home .newsletter__submit:hover {
	background: var(--red, #ef4135);
}
#mlf-home .newsletter__submit:hover svg {
	transform: translateX(3px);
}

#mlf-home .newsletter__fine {
	font-size: 11.5px;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.72);
	margin-top: 2px;
}

#mlf-home .newsletter__flag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 28px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	width: 100%;
	justify-content: center;
}
#mlf-home .newsletter__flag span {
	display: inline-block;
	width: 14px;
	height: 10px;
	border-radius: 1px;
}
#mlf-home .newsletter__flag span:nth-child(1) {
	background: #0055a4;
}
#mlf-home .newsletter__flag span:nth-child(2) {
	background: #ffffff;
}
#mlf-home .newsletter__flag span:nth-child(3) {
	background: #ef4135;
}
#mlf-home .newsletter__flag em {
	font-style: normal;
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78);
	margin-left: 4px;
}

@media (max-width: 640px) {
	#mlf-home .newsletter__inner {
		padding: 20px 18px;
	}
	#mlf-home .newsletter__card {
		padding: 40px 24px 32px;
	}
	#mlf-home .newsletter__capsule {
		flex-direction: column;
		border-radius: 18px;
		padding: 8px;
		gap: 8px;
	}
	#mlf-home .newsletter__capsule input {
		padding: 10px 14px;
		text-align: center;
	}
	#mlf-home .newsletter__submit {
		width: 100%;
		justify-content: center;
	}
}

/* ==========================================================
   FOOTER
   ========================================================== */
#mlf-home .footer {
	background: #121a20;
	color: rgba(255, 255, 255, 0.7);
	padding: 80px 0 30px;
}
#mlf-home .footer__top {
	width: var(--container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 2.4fr;
	gap: 80px;
	padding-bottom: 56px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#mlf-home .footer__tag {
	color: rgba(255, 255, 255, 0.55);
	font-size: 13.5px;
	line-height: 1.65;
	margin: 20px 0 0;
	max-width: 280px;
}
#mlf-home .footer__cols {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}
#mlf-home .footer__col h4 {
	font-family: var(--ff-sans);
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 18px;
}
#mlf-home .footer__col li {
	margin-bottom: 10px;
}
#mlf-home .footer__col a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	transition: color 0.3s var(--ease);
}
#mlf-home .footer__col a:hover {
	color: #fff;
}

#mlf-home .footer__bottom {
	width: var(--container);
	margin: 28px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
#mlf-home .footer__legal {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
}
#mlf-home .footer__legal a {
	color: rgba(255, 255, 255, 0.6);
}
#mlf-home .footer__legal a:hover {
	color: #fff;
}
#mlf-home .footer__payments {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

/* ==========================================================
   REVEAL
   ========================================================== */
#mlf-home .reveal {
	opacity: 0;
	transform: translateY(22px);
	transition:
		opacity 0.9s var(--ease-out),
		transform 0.9s var(--ease-out);
}
#mlf-home .reveal.is-in {
	opacity: 1;
	transform: translateY(0);
}

/* ==========================================================
   BURGER — animated 3-line → X
   ========================================================== */
#mlf-home .burger {
	display: none;
	align-items: center;
	gap: 10px;
	padding: 8px 14px 8px 10px;
	border-radius: 999px;
	color: var(--navy);
	cursor: pointer;
	background: transparent;
	transition:
		background 0.3s var(--ease),
		color 0.3s var(--ease);
	justify-self: start;
}
#mlf-home .burger:hover {
	background: rgba(33, 47, 55, 0.06);
}
#mlf-home .burger__lines {
	position: relative;
	display: block;
	width: 22px;
	height: 14px;
	flex: none;
}
#mlf-home .burger__lines span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1.6px;
	background: currentColor;
	border-radius: 2px;
	transform-origin: center;
	transition:
		transform 0.45s cubic-bezier(0.76, 0, 0.24, 1),
		opacity 0.25s var(--ease),
		width 0.45s cubic-bezier(0.76, 0, 0.24, 1);
}
#mlf-home .burger__lines span:nth-child(1) {
	top: 1px;
}
#mlf-home .burger__lines span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
	width: 70%;
}
#mlf-home .burger__lines span:nth-child(3) {
	bottom: 1px;
}
#mlf-home .burger:hover .burger__lines span:nth-child(2) {
	width: 100%;
}
#mlf-home .burger__label {
	font-size: 12px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	font-weight: 600;
}

#mlf-home.menu-open .burger {
	color: #fff;
}
#mlf-home.menu-open .burger__lines span:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
#mlf-home.menu-open .burger__lines span:nth-child(2) {
	opacity: 0;
	width: 0;
}
#mlf-home.menu-open .burger__lines span:nth-child(3) {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

/* ==========================================================
   MENU PANEL — editorial left drawer
   ========================================================== */
#mlf-home .menu-panel {
	position: fixed;
	inset: 0;
	z-index: 120;
	pointer-events: none;
	visibility: hidden;
	transition: visibility 0s linear 0.55s;
}
#mlf-home .menu-panel.is-open {
	pointer-events: auto;
	visibility: visible;
	transition-delay: 0s;
}
#mlf-home .menu-panel__overlay {
	position: absolute;
	inset: 0;
	background: rgba(16, 22, 27, 0.42);
	backdrop-filter: blur(8px) saturate(1.1);
	-webkit-backdrop-filter: blur(8px) saturate(1.1);
	opacity: 0;
	transition: opacity 0.55s var(--ease);
	cursor: pointer;
}
#mlf-home .menu-panel.is-open .menu-panel__overlay {
	opacity: 1;
}

#mlf-home .menu-panel__drawer {
	position: absolute;
	top: 0;
	left: 0;
	width: min(480px, 92vw);
	height: 100%;
	background:
		radial-gradient(
			circle at 85% 90%,
			rgba(48, 101, 175, 0.18),
			transparent 55%
		),
		radial-gradient(circle at 10% 10%, rgba(229, 26, 38, 0.1), transparent 50%),
		var(--navy);
	color: #fff;
	padding: 28px 34px 30px;
	display: flex;
	flex-direction: column;
	overflow: hidden auto;
	transform: translateX(-100%);
	transition: transform 0.65s cubic-bezier(0.76, 0, 0.24, 1);
	box-shadow: 24px 0 80px rgba(0, 0, 0, 0.35);
}
#mlf-home .menu-panel.is-open .menu-panel__drawer {
	transform: translateX(0);
}

/* Tricolor band on right edge */
#mlf-home .menu-panel__tricolor {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(
		to bottom,
		var(--red) 0 33.34%,
		rgba(255, 255, 255, 0.9) 33.34% 66.67%,
		var(--blue) 66.67% 100%
	);
	opacity: 0.85;
}

/* Moon + stars watermark bottom-right of drawer */
#mlf-home .menu-panel__moon {
	position: absolute;
	right: -60px;
	bottom: -40px;
	width: 340px;
	height: 340px;
	color: #fff;
	opacity: 0.055;
	pointer-events: none;
	transform: rotate(-8deg);
}
#mlf-home .menu-panel__moon svg {
	width: 100%;
	height: 100%;
	display: block;
}

/* Head: eyebrow + close */
#mlf-home .menu-panel__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 38px;
}
#mlf-home .menu-panel__eyebrow {
	font-family: var(--ff-display);
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.65);
}
#mlf-home .menu-panel__close {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.12);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition:
		background 0.3s var(--ease),
		transform 0.3s var(--ease),
		border-color 0.3s var(--ease);
}
#mlf-home .menu-panel__close:hover {
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.22);
	transform: rotate(90deg);
}

/* Main nav list */
#mlf-home .menu-panel__nav {
	list-style: none;
	padding: 0;
	margin: 0 0 auto;
	position: relative;
	z-index: 2;
}
#mlf-home .menu-panel__nav li {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#mlf-home .menu-panel__nav li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#mlf-home .menu-panel__nav a {
	display: flex;
	align-items: baseline;
	padding: 18px 0 20px;
	gap: 18px;
	color: #fff;
	position: relative;
	transition:
		color 0.35s var(--ease),
		padding-left 0.5s cubic-bezier(0.76, 0, 0.24, 1);
	overflow: hidden;
}
#mlf-home .menu-panel__num {
	font-family: var(--ff-sans);
	font-weight: 500;
	font-size: 10px;
	letter-spacing: 0.3em;
	color: rgba(255, 255, 255, 0.4);
	flex: none;
	min-width: 22px;
	padding-top: 14px;
	transition: color 0.35s var(--ease);
}
#mlf-home .menu-panel__label {
	font-family: var(--ff-display);
	font-style: italic;
	font-weight: 400;
	font-size: clamp(30px, 6.4vw, 40px);
	line-height: 1;
	letter-spacing: -0.01em;
}
#mlf-home .menu-panel__nav a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 4px;
	width: 26px;
	height: 1px;
	background: currentColor;
	transform: translateY(-50%) scaleX(0);
	transform-origin: right center;
	transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
#mlf-home .menu-panel__nav a:hover {
	padding-left: 16px;
	color: #f3cd9e;
}
#mlf-home .menu-panel__nav a:hover::after {
	transform: translateY(-50%) scaleX(1);
	transform-origin: left center;
}
#mlf-home .menu-panel__nav a:hover .menu-panel__num {
	color: #f3cd9e;
}
#mlf-home .menu-panel__nav a.is-accent {
	color: #ff6a6f;
}
#mlf-home .menu-panel__nav a.is-accent .menu-panel__num {
	color: rgba(255, 106, 111, 0.55);
}
#mlf-home .menu-panel__pill {
	display: inline-block;
	background: var(--red);
	color: #fff;
	font-family: var(--ff-sans);
	font-style: normal;
	font-weight: 700;
	font-size: 10.5px;
	letter-spacing: 0.06em;
	padding: 4px 9px 3px;
	border-radius: 999px;
	margin-left: 10px;
	vertical-align: middle;
	line-height: 1;
}

/* Secondary links */
#mlf-home .menu-panel__sub {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2px 24px;
	margin-top: 30px;
	position: relative;
	z-index: 2;
}
#mlf-home .menu-panel__sub a {
	font-size: 11.5px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.6);
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	transition:
		color 0.3s var(--ease),
		padding-left 0.3s var(--ease);
}
#mlf-home .menu-panel__sub a:hover {
	color: #fff;
	padding-left: 8px;
}

/* Footer: brand + contact */
#mlf-home .menu-panel__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 28px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	z-index: 2;
}
#mlf-home .menu-panel__brand {
	color: #fff;
}
#mlf-home .menu-panel__brand svg {
	display: block;
}
#mlf-home .menu-panel__contact {
	text-align: right;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
#mlf-home .menu-panel__contact-label {
	font-size: 10px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
	font-weight: 500;
}
#mlf-home .menu-panel__contact strong {
	font-family: var(--ff-display);
	font-style: italic;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.01em;
	color: #fff;
}

/* Entrance stagger */
#mlf-home .menu-panel__head,
#mlf-home .menu-panel__nav li,
#mlf-home .menu-panel__sub a,
#mlf-home .menu-panel__foot {
	opacity: 0;
	transform: translateY(14px);
	transition:
		opacity 0.55s var(--ease),
		transform 0.55s var(--ease);
}
#mlf-home .menu-panel.is-open .menu-panel__head,
#mlf-home .menu-panel.is-open .menu-panel__nav li,
#mlf-home .menu-panel.is-open .menu-panel__sub a,
#mlf-home .menu-panel.is-open .menu-panel__foot {
	opacity: 1;
	transform: translateY(0);
}
#mlf-home .menu-panel.is-open .menu-panel__head {
	transition-delay: 0.18s;
}
#mlf-home .menu-panel.is-open .menu-panel__nav li:nth-child(1) {
	transition-delay: 0.26s;
}
#mlf-home .menu-panel.is-open .menu-panel__nav li:nth-child(2) {
	transition-delay: 0.31s;
}
#mlf-home .menu-panel.is-open .menu-panel__nav li:nth-child(3) {
	transition-delay: 0.36s;
}
#mlf-home .menu-panel.is-open .menu-panel__nav li:nth-child(4) {
	transition-delay: 0.41s;
}
#mlf-home .menu-panel.is-open .menu-panel__nav li:nth-child(5) {
	transition-delay: 0.46s;
}
#mlf-home .menu-panel.is-open .menu-panel__sub a:nth-child(1) {
	transition-delay: 0.54s;
}
#mlf-home .menu-panel.is-open .menu-panel__sub a:nth-child(2) {
	transition-delay: 0.57s;
}
#mlf-home .menu-panel.is-open .menu-panel__sub a:nth-child(3) {
	transition-delay: 0.6s;
}
#mlf-home .menu-panel.is-open .menu-panel__sub a:nth-child(4) {
	transition-delay: 0.63s;
}
#mlf-home .menu-panel.is-open .menu-panel__sub a:nth-child(5) {
	transition-delay: 0.66s;
}
#mlf-home .menu-panel.is-open .menu-panel__sub a:nth-child(6) {
	transition-delay: 0.69s;
}
#mlf-home .menu-panel.is-open .menu-panel__foot {
	transition-delay: 0.78s;
}

#mlf-home.menu-open {
	overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
	#mlf-home .brands__track {
		animation: none !important;
	}
	#mlf-home .menu-panel__drawer,
	#mlf-home .menu-panel__overlay,
	#mlf-home .menu-panel__head,
	#mlf-home .menu-panel__nav li,
	#mlf-home .menu-panel__sub a,
	#mlf-home .menu-panel__foot,
	#mlf-home .burger__lines span {
		transition: none !important;
	}
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width: 1100px) {
	:root {
		--container: min(100%, 100% - 40px);
	}

	#mlf-home .header__inner {
		grid-template-columns: auto 1fr auto;
	}
	#mlf-home .nav--left {
		display: none;
	}
	#mlf-home .burger {
		display: inline-flex;
	}
	#mlf-home .icon-btn span:not(.cart-count) {
		display: none;
	}

	#mlf-home .hero__grid {
		grid-template-columns: 1fr;
		gap: 60px;
	}
	#mlf-home .hero__card {
		max-width: 360px;
	}

	#mlf-home .cats {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 300px;
	}
	#mlf-home .cat--lg {
		grid-row: span 1;
		grid-column: span 2;
	}

	#mlf-home .products {
		grid-template-columns: repeat(2, 1fr);
	}

	#mlf-home .editorial {
		grid-template-columns: 1fr;
	}
	#mlf-home .editorial__image {
		min-height: 420px;
	}
	#mlf-home .editorial__image::after {
		background: linear-gradient(180deg, transparent 60%, var(--navy) 100%);
	}
	#mlf-home .editorial__content {
		padding: 70px 30px;
		max-width: none;
	}

	#mlf-home .tech--editorial {
		grid-template-columns: repeat(2, 1fr);
	}
	#mlf-home .quiz-banner {
		min-height: 240px;
	}
	#mlf-home .quiz-banner__content {
		padding: 40px 36px;
		gap: 28px;
	}
	#mlf-home .quiz-banner__title {
		font-size: 30px;
	}

	#mlf-home .lifestyle {
		grid-template-columns: 1fr 1fr;
	}
	#mlf-home .lifestyle__tile--lg {
		grid-column: span 2;
	}

	#mlf-home .pricing {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	#mlf-home .pricing__tile {
		aspect-ratio: 16 / 7;
	}
	#mlf-home .pricing__cap {
		padding: 32px 36px;
	}
	#mlf-home .pricing__title {
		font-size: 32px;
	}
	#mlf-home .pricing__eyebrow {
		max-width: 70%;
	}

	#mlf-home .reviews {
		grid-template-columns: 1fr;
	}

	#mlf-home .newsletter__inner {
		padding: 20px 0;
	}

	#mlf-home .footer__top {
		grid-template-columns: 1fr;
		gap: 50px;
	}
	#mlf-home .footer__cols {
		grid-template-columns: repeat(2, 1fr);
	}

	#mlf-home .brand-logo {
		min-height: 104px;
		padding: 12px 8px;
	}
	#mlf-home .brand-logo__img {
		max-height: 64px;
		max-width: 100%;
	}
	#mlf-home .brands__row--grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	#mlf-home .brands__row--grid .brand-logo {
		border-right: 1px solid var(--line);
		border-bottom: 1px solid var(--line);
	}
	#mlf-home .brands__row--grid .brand-logo:nth-child(5n) {
		border-right: 1px solid var(--line);
	}
	#mlf-home .brands__row--grid .brand-logo:nth-last-child(-n + 5) {
		border-bottom: 1px solid var(--line);
	}
	#mlf-home .brands__row--grid .brand-logo:nth-child(4n) {
		border-right: none;
	}
	#mlf-home .brands__row--grid .brand-logo:nth-last-child(-n + 2) {
		border-bottom: none;
	}
}

@media (max-width: 640px) {
	#mlf-home .announce {
		font-size: 10.5px;
	}
	#mlf-home .hero {
		padding: 40px 0 70px;
		min-height: auto;
	}
	#mlf-home .hero__meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
	#mlf-home .hero__meta-divider {
		display: none;
	}

	#mlf-home .section {
		padding: 20px 0;
	}

	#mlf-home .trust__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
	#mlf-home .trust__item strong {
		font-size: 13px;
	}
	#mlf-home .trust__item span {
		font-size: 12px;
	}

	#mlf-home .cats {
		grid-template-columns: 1fr;
	}
	#mlf-home .cat--lg {
		grid-column: span 1;
	}

	#mlf-home .products {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
	#mlf-home .product__body {
		padding: 14px;
	}
	#mlf-home .product__body h3 {
		font-size: 18px;
	}

	#mlf-home .tech--editorial {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
	#mlf-home .tech-card__media {
		aspect-ratio: 16 / 10;
	}
	#mlf-home .tech-card__body {
		padding: 22px 22px 24px;
	}

	#mlf-home .quiz-banner {
		min-height: 360px;
	}
	#mlf-home .quiz-banner__content {
		flex-direction: column;
		align-items: flex-start;
		padding: 34px 26px;
		gap: 20px;
	}
	#mlf-home .quiz-banner__title {
		font-size: 26px;
	}
	#mlf-home .quiz-banner__lede {
		font-size: 14.5px;
	}
	#mlf-home .quiz-banner__cta {
		width: 100%;
		justify-content: center;
		padding: 14px 24px;
	}

	#mlf-home .lifestyle {
		grid-template-columns: 1fr;
	}
	#mlf-home .lifestyle__tile--lg {
		grid-column: span 1;
	}

	#mlf-home .section--pricing {
		padding: 20px 0;
	}
	#mlf-home .pricing {
		margin-top: 32px;
	}
	#mlf-home .pricing__tile {
		aspect-ratio: 4 / 3;
	}
	#mlf-home .pricing__cap {
		padding: 26px 24px;
	}
	#mlf-home .pricing__title {
		font-size: 26px;
	}
	#mlf-home .pricing__eyebrow {
		font-size: 11px;
		max-width: 100%;
	}
	#mlf-home .pricing__btn {
		padding: 11px 18px;
		font-size: 12px;
	}

	#mlf-home .footer__cols {
		grid-template-columns: 1fr 1fr;
		gap: 28px;
	}
	#mlf-home .footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	#mlf-home .brands__row {
		width: calc(100% - 28px);
		padding: 12px;
	}
	#mlf-home .brand-logo {
		min-height: 92px;
		padding: 12px 8px;
	}
	#mlf-home .brand-logo__img {
		max-height: 64px;
		max-width: 100%;
	}
	#mlf-home .brands__row--grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	#mlf-home .brands__row--grid .brand-logo {
		border-right: 1px solid var(--line);
		border-bottom: 1px solid var(--line);
	}
	#mlf-home .brands__row--grid .brand-logo:nth-child(2n) {
		border-right: none;
	}
	#mlf-home .brands__row--grid .brand-logo:nth-last-child(-n + 2) {
		border-bottom: none;
	}
	#mlf-home .bl-name {
		font-size: 22px !important;
	}
	#mlf-home .brand-logo--treca .bl-name {
		font-size: 24px !important;
	}
	#mlf-home .brand-logo--duvivier .bl-name {
		font-size: 26px !important;
	}
	#mlf-home .brand-logo--ebac .bl-name {
		font-size: 28px !important;
	}
	#mlf-home .brand-logo--tempur .bl-name {
		font-size: 22px !important;
	}

	#mlf-home .logo-img {
		height: 38px;
	}
	#mlf-home .logo-img--lg {
		height: 52px;
	}
}

/* ==========================================================
   MOBILE PRODUCTION POLISH — homepage
   ========================================================== */
@media (max-width: 767px) {
	html,
	body,
	body#index,
	#mlf-home {
		max-width: 100%;
		overflow-x: hidden;
	}

	#mlf-home {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		--container: min(100% - 28px, 560px);
		--wide-container: min(100% - 28px, 560px);
	}

	#mlf-home .hero--banner .hero__banner {
		background: #111820;
	}

	#mlf-home .hero--banner .hero__banner img {
		aspect-ratio: auto;
		height: auto;
		max-height: none;
		object-fit: contain;
		object-position: center;
		transform: none !important;
	}

	#mlf-home .section,
	#mlf-home .section--categories,
	#mlf-home .section--pricing,
	#mlf-home .section--reviews,
	#mlf-home .brands {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#mlf-home .section__head,
	#mlf-home .section--products .section__head,
	#mlf-home .brands__head {
		width: var(--container);
		margin-bottom: 28px;
		max-width: none;
	}

	#mlf-home .section__head--row {
		display: grid;
		gap: 18px;
		text-align: left;
	}

	#mlf-home .section__title {
		font-size: 34px;
		line-height: 1.06;
		margin: 12px 0 12px;
		letter-spacing: 0;
	}

	#mlf-home .section__lede,
	#mlf-home .lede,
	#mlf-home .editorial__content p,
	#mlf-home .newsletter__lede {
		font-size: 15.5px;
		line-height: 1.58;
	}

	#mlf-home .eyebrow {
		gap: 8px;
		font-size: 10.5px;
		letter-spacing: 0.12em;
	}

	#mlf-home .eyebrow__line {
		width: 24px;
	}

	#mlf-home .btn,
	#mlf-home .cat__link,
	#mlf-home .tech-card__link,
	#mlf-home .pricing__btn,
	#mlf-home .newsletter__submit {
		min-height: 44px;
		touch-action: manipulation;
	}

	#mlf-home .trust {
		padding: 20px 0;
	}

	#mlf-home .trust__grid {
		width: var(--container);
		grid-template-columns: 1fr;
		gap: 14px;
	}

	#mlf-home .trust__item {
		align-items: flex-start;
		gap: 12px;
		padding: 14px 0;
		border-bottom: 1px solid var(--line);
	}

	#mlf-home .trust__item:last-child {
		border-bottom: 0;
	}

	#mlf-home .pricing {
		width: var(--container);
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 26px;
	}

	#mlf-home .section--pricing .section__head {
		margin-bottom: 22px;
	}

	#mlf-home .pricing__tile {
		aspect-ratio: auto;
		min-height: 270px;
		border-radius: 18px;
	}

	#mlf-home .pricing__tile::after {
		background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.18) 0%,
			rgba(0, 0, 0, 0.76) 100%
		);
	}

	#mlf-home .pricing__cap {
		padding: 22px;
	}

	#mlf-home .pricing__eyebrow {
		max-width: 100%;
		font-size: 10.5px;
		letter-spacing: 0.1em;
	}

	#mlf-home .pricing__title {
		font-size: 29px;
		line-height: 1.06;
		letter-spacing: 0;
	}

	#mlf-home .pricing__btn {
		width: 100%;
		justify-content: center;
		padding: 12px 18px;
	}

	#mlf-home .cats {
		width: var(--container);
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
		gap: 14px;
	}

	#mlf-home .cat,
	#mlf-home .cat--lg,
	#mlf-home .cat--wide {
		grid-column: auto;
		grid-row: auto;
		min-height: 260px;
		border-radius: 18px;
	}

	#mlf-home .cat__body {
		padding: 22px;
	}

	#mlf-home .cat__body h3,
	#mlf-home .cat--lg .cat__body h3 {
		font-size: 30px;
		line-height: 1.04;
		letter-spacing: 0;
	}

	#mlf-home .cat__body p {
		max-width: 28ch;
	}

	#mlf-home .editorial {
		margin-top: 8px;
	}

	#mlf-home .editorial__image {
		min-height: 300px;
	}

	#mlf-home .editorial__content {
		padding: 42px 20px 50px;
	}

	#mlf-home .display,
	#mlf-home .display--sm {
		font-size: 36px;
		line-height: 1.04;
		letter-spacing: 0;
	}

	#mlf-home .editorial__stats {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	#mlf-home .editorial__stats div {
		padding-bottom: 12px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	}

	#mlf-home .editorial__stats div:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	#mlf-home .tech--editorial {
		width: var(--container);
		grid-template-columns: 1fr;
		gap: 14px;
	}

	#mlf-home .tech-card {
		border-radius: 18px;
	}

	#mlf-home .tech-card__media {
		aspect-ratio: 4 / 3;
	}

	#mlf-home .tech-card__body {
		padding: 20px;
	}

	#mlf-home .tech-card__title {
		font-size: 25px;
		letter-spacing: 0;
	}

	#mlf-home .quiz-banner {
		width: var(--container);
		min-height: 320px;
		border-radius: 18px;
	}

	#mlf-home .quiz-banner__content {
		padding: 26px 20px;
	}

	#mlf-home .quiz-banner__title {
		font-size: 27px;
		line-height: 1.08;
		letter-spacing: 0;
	}

	#mlf-home .lifestyle {
		width: var(--container);
		grid-template-columns: 1fr;
		gap: 14px;
	}

	#mlf-home .lifestyle__tile,
	#mlf-home .lifestyle__tile--lg {
		grid-column: auto;
		min-height: 260px;
		border-radius: 18px;
	}

	#mlf-home .reviews {
		width: var(--container);
		grid-template-columns: 1fr;
		gap: 14px;
	}

	#mlf-home .review {
		padding: 24px 20px;
		border-radius: 18px;
		gap: 16px;
	}

	#mlf-home .review blockquote {
		font-size: 18px;
		line-height: 1.45;
	}

	#mlf-home .brands__row {
		width: var(--container);
		padding: 10px;
		border-radius: 18px;
	}

	#mlf-home .brands__row--grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#mlf-home .brand-logo {
		min-height: 86px;
		padding: 12px 8px;
	}

	#mlf-home .brand-logo__img {
		max-height: 56px;
		max-width: 100%;
	}

	#mlf-home .newsletter {
		background-position: center;
	}

	#mlf-home .newsletter__inner {
		padding: 20px 14px;
	}

	#mlf-home .newsletter__card {
		padding: 34px 20px 26px;
		border-radius: 20px;
	}

	#mlf-home .newsletter__title {
		font-size: 32px;
		line-height: 1.06;
		letter-spacing: 0;
	}

	#mlf-home .newsletter__perks {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	#mlf-home .newsletter__capsule {
		padding: 8px;
		border-radius: 18px;
	}

	#mlf-home .newsletter__capsule input {
		min-height: 46px;
		font-size: 16px;
	}

	body#index .quizz-floating-btn {
		right: max(12px, env(safe-area-inset-right));
		bottom: max(12px, env(safe-area-inset-bottom));
		left: auto;
		max-width: 62px;
	}

	body#index .quizz-fab {
		width: 58px;
		min-width: 58px;
		height: 58px;
		min-height: 58px;
		justify-content: center;
		gap: 0;
		padding: 0;
	}

	body#index .quizz-fab__copy,
	body#index .quizz-fab__arrow {
		display: none;
	}

	body#index .quizz-fab__icon {
		width: 42px;
		height: 42px;
	}

	#mlf-home .footer {
		padding-top: 54px;
	}

	#mlf-home .footer__top,
	#mlf-home .footer__cols,
	#mlf-home .footer__bottom {
		width: var(--container);
	}

	#mlf-home .footer__cols {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	#mlf-home .footer__legal {
		flex-wrap: wrap;
		gap: 10px 16px;
	}

	#mlf-home .menu-panel__drawer {
		width: min(100vw, 420px);
		padding: 26px 22px calc(26px + env(safe-area-inset-bottom));
	}

	#mlf-home .menu-panel__nav a {
		font-size: 31px;
		line-height: 1.08;
		padding: 12px 0;
	}

	#mlf-home .menu-panel__sub {
		grid-template-columns: 1fr;
		gap: 0;
	}
}

@media (max-width: 390px) {
	#mlf-home {
		--container: min(100% - 22px, 420px);
		--wide-container: min(100% - 22px, 420px);
	}

	#mlf-home .section__title,
	#mlf-home .newsletter__title {
		font-size: 30px;
	}

	#mlf-home .pricing__tile,
	#mlf-home .cat,
	#mlf-home .lifestyle__tile {
		min-height: 246px;
	}

	#mlf-home .pricing__title,
	#mlf-home .cat__body h3,
	#mlf-home .cat--lg .cat__body h3 {
		font-size: 27px;
	}

	#mlf-home .brand-logo {
		min-height: 78px;
	}

	#mlf-home .brand-logo__img {
		max-height: 52px;
	}
}

/* ==========================================================
   HOMEPAGE RHYTHM PASS — homogeneous section spacing
   ========================================================== */
@media (min-width: 768px) {
	#mlf-home {
		--mlf-home-section-y: 30px;
		--mlf-home-section-y-tight: 30px;
		--mlf-home-head-gap: 30px;
	}

	#mlf-home .section,
	#mlf-home .section--categories,
	#mlf-home .section--pricing,
	#mlf-home .section--reviews,
	#mlf-home .brands {
		padding-top: var(--mlf-home-section-y);
		padding-bottom: var(--mlf-home-section-y);
	}

	#mlf-home .trust {
		padding-top: var(--mlf-home-section-y-tight);
		padding-bottom: var(--mlf-home-section-y-tight);
	}

	#mlf-home .section__head,
	#mlf-home .section--products .section__head,
	#mlf-home .brands__head {
		margin-bottom: var(--mlf-home-head-gap);
	}

	#mlf-home .newsletter__inner {
		padding-top: var(--mlf-home-section-y);
		padding-bottom: var(--mlf-home-section-y);
	}
}

@media (max-width: 767px) {
	#mlf-home {
		--mlf-home-section-y: 30px;
		--mlf-home-section-y-tight: 30px;
		--mlf-home-head-gap: 30px;
	}

	#mlf-home .section,
	#mlf-home .section--categories,
	#mlf-home .section--pricing,
	#mlf-home .section--reviews,
	#mlf-home .brands {
		padding-top: var(--mlf-home-section-y);
		padding-bottom: var(--mlf-home-section-y);
	}

	#mlf-home .trust {
		padding-top: var(--mlf-home-section-y-tight);
		padding-bottom: var(--mlf-home-section-y-tight);
	}

	#mlf-home .section__head,
	#mlf-home .section--products .section__head,
	#mlf-home .brands__head {
		margin-bottom: var(--mlf-home-head-gap);
	}

	#mlf-home .newsletter__inner {
		padding-top: var(--mlf-home-section-y);
		padding-bottom: calc(
			var(--mlf-home-section-y) +
			env(safe-area-inset-bottom)
		);
	}
}

/* ==========================================================
   REVIEWS CAROUSEL — Google avis (auto-rotation par 3)
   ========================================================== */
#mlf-home .rc-trust {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 10px auto 0;
	font-family: var(--ff-sans);
	font-size: 13px;
	color: var(--muted);
	letter-spacing: 0.01em;
}
#mlf-home .rc-trust .mlf-g {
	flex: 0 0 auto;
}
#mlf-home .mlf-g {
	display: inline-block;
	vertical-align: middle;
}

#mlf-home .reviews-carousel {
	position: relative;
	width: var(--wide-container);
	margin: 34px auto 0;
}
#mlf-home .rc-viewport {
	overflow: hidden;
}
#mlf-home .rc-track {
	display: flex;
	gap: 24px;
	transition: transform 0.9s var(--ease-out);
	will-change: transform;
}
/* 3 cartes visibles par page (gap 24px x2 = 48px) */
#mlf-home .reviews-carousel .review {
	flex: 0 0 calc((100% - 48px) / 3);
	min-width: 0;
	text-decoration: none;
	cursor: pointer;
}
#mlf-home .reviews-carousel .review blockquote {
	font-size: 18px;
	/* clamp pour homogénéiser la hauteur des cartes */
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#mlf-home .review__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#mlf-home .review--google:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow-md);
}

#mlf-home .rc-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid var(--line);
	background: #fff;
	color: var(--navy);
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	box-shadow: var(--shadow-sm);
	display: flex;
	align-items: center;
	justify-content: center;
	transition:
		background 0.25s var(--ease),
		color 0.25s var(--ease),
		box-shadow 0.25s var(--ease);
}
#mlf-home .rc-arrow:hover {
	background: var(--navy);
	color: #fff;
	box-shadow: var(--shadow-md);
}
#mlf-home .rc-arrow--prev {
	left: -20px;
}
#mlf-home .rc-arrow--next {
	right: -20px;
}

#mlf-home .rc-dots {
	display: flex;
	justify-content: center;
	gap: 9px;
	margin-top: 26px;
}
#mlf-home .rc-dots button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	padding: 0;
	border: none;
	background: var(--muted-2);
	cursor: pointer;
	transition:
		width 0.3s var(--ease),
		background 0.3s var(--ease);
}
#mlf-home .rc-dots button[aria-selected="true"] {
	width: 24px;
	border-radius: 5px;
	background: var(--red);
}

@media (max-width: 1024px) {
	#mlf-home .reviews-carousel .review {
		flex-basis: calc((100% - 24px) / 2);
	}
}
@media (max-width: 680px) {
	#mlf-home .reviews-carousel {
		width: min(1320px, 100% - 40px);
	}
	#mlf-home .reviews-carousel .review {
		flex-basis: 100%;
	}
	#mlf-home .rc-arrow--prev {
		left: -6px;
	}
	#mlf-home .rc-arrow--next {
		right: -6px;
	}
	#mlf-home .reviews-carousel .review blockquote {
		-webkit-line-clamp: 7;
		font-size: 17px;
	}
}
@media (prefers-reduced-motion: reduce) {
	#mlf-home .rc-track {
		transition: none;
	}
}

/* Illustration robot Google — en-tête section avis */
#mlf-home .rc-hero {
	margin: 0 auto 4px;
	width: 190px;
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#mlf-home .rc-hero img {
	width: 190px;
	height: 190px;
	object-fit: contain;
	animation: rcFloat 5.5s var(--ease) infinite;
}
@keyframes rcFloat {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-9px);
	}
}
@media (max-width: 680px) {
	#mlf-home .rc-hero,
	#mlf-home .rc-hero img {
		width: 150px;
		height: 150px;
	}
}
@media (prefers-reduced-motion: reduce) {
	#mlf-home .rc-hero img {
		animation: none;
	}
}

/* Mot "Google" multicolore dans le titre avis */
#mlf-home .section--reviews .section__title .g-word {
	font-family: inherit;
	font-weight: inherit;
}
#mlf-home .section--reviews .section__title .g-word span {
	letter-spacing: -0.01em;
}

/* ===== Section catégories : tenir sur écran 13" sans scroll ===== */
@media (min-width: 681px) and (max-width: 1440px) {
	#mlf-home .section--categories {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	#mlf-home .section--categories .section__head {
		margin-bottom: 22px;
	}
	#mlf-home .cats {
		grid-auto-rows: 232px;
		gap: 14px;
	}
	#mlf-home .cat__body {
		padding: 22px;
	}
	#mlf-home .cat__body h3 {
		font-size: 26px;
	}
	#mlf-home .cat--lg .cat__body h3 {
		font-size: 34px;
	}
	#mlf-home .cat__body p {
		font-size: 12.5px;
		margin-bottom: 10px;
	}
}
@media (min-width: 681px) and (max-width: 1180px) {
	#mlf-home .cats {
		grid-auto-rows: 205px;
	}
}

/* ===== Cartes "par budget" : titre trop gros sur 13" ===== */
@media (min-width: 681px) and (max-width: 1440px) {
	#mlf-home .pricing__title {
		font-size: 27px;
		line-height: 1.1;
	}
}
@media (min-width: 681px) and (max-width: 1180px) {
	#mlf-home .pricing__title {
		font-size: 24px;
	}
}

/* ==========================================================
   HOMOGENEISATION ESPACEMENT SECTIONS — 60px uniforme
   ========================================================== */
#mlf-home > section,
#mlf-home > a.quiz-banner,
#mlf-home > div {
	margin-top: 60px !important;
	margin-bottom: 0 !important;
}
/* la 1ere section (hero) colle en haut */
#mlf-home > section.hero,
#mlf-home > *:first-child {
	margin-top: 0 !important;
}
/* neutraliser les paddings verticaux d espacement qui s ajoutaient (le gap vient du margin) */
#mlf-home > .section,
#mlf-home > .section--categories,
#mlf-home > .section--pricing,
#mlf-home > .section--reviews,
#mlf-home > .section--tech,
#mlf-home > .brands,
#mlf-home > .trust {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* corriger les 2 exceptions resistantes (reviews force margin-top:0, div nu margin 20) */
#mlf-home > .section--reviews,
#mlf-home > div {
	margin-top: 60px !important;
	margin-bottom: 0 !important;
}

/* wrapper du module showcase (div nu contenant .mtss-showcase) : meme gap 60px */
#mlf-home > div:has(> .mtss-showcase) {
	margin-top: 60px !important;
	margin-bottom: 0 !important;
}
#mlf-home > div > .mtss-showcase {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* spécificité maximale pour le wrapper showcase */
html body #mlf-home > div:has(> .mtss-showcase) {
	margin-top: 60px !important;
}

/* Logo state now handled in theme custom.css */

/* Final mobile lock: reassurance block matching the requested vertical layout. */
@media (max-width: 767px) {
	#mlf-home > .trust {
		background: #fff !important;
	}

	#mlf-home > .trust .trust__grid {
		width: min(100% - 28px, 560px) !important;
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 0 !important;
		border: 0 !important;
		margin: 0 auto !important;
		padding: 10px 0 !important;
	}

	#mlf-home > .trust .trust__item {
		display: flex !important;
		align-items: center !important;
		gap: 22px !important;
		min-height: 118px !important;
		padding: 24px 0 !important;
		border-bottom: 1px solid var(--line) !important;
	}

	#mlf-home > .trust .trust__item:last-child {
		border-bottom: 0 !important;
	}

	#mlf-home > .trust .trust__item img,
	#mlf-home > .trust .trust__item svg {
		width: 56px !important;
		height: 56px !important;
		flex: 0 0 56px !important;
		object-fit: contain !important;
	}

	#mlf-home > .trust .trust__item strong {
		color: #23313a !important;
		font-size: 18px !important;
		font-weight: 750 !important;
		line-height: 1.18 !important;
		margin: 0 !important;
	}

	#mlf-home > .trust .trust__item span {
		color: #7b8089 !important;
		font-size: 16px !important;
		line-height: 1.35 !important;
		margin-top: 10px !important;
	}

	#mlf-home > .trust .trust__sub--full {
		display: none !important;
	}

	#mlf-home > .trust .trust__sub--mobile {
		display: block !important;
		white-space: nowrap !important;
	}
}

@media (max-width: 390px) {
	#mlf-home > .trust .trust__item {
		gap: 18px !important;
	}

	#mlf-home > .trust .trust__item img,
	#mlf-home > .trust .trust__item svg {
		width: 50px !important;
		height: 50px !important;
		flex-basis: 50px !important;
	}

	#mlf-home > .trust .trust__item strong {
		font-size: 17px !important;
	}

	#mlf-home > .trust .trust__item span {
		font-size: 15px !important;
	}
}

/* Header/menu hover: background turns white, force dark sticky logo */
body.page-index #desktop-header:hover #desktop_logo .logo-default {
	content: url(/img/mlf-header-logo-selected-5.png?v=20260615-design) !important;
	display: inline !important;
}
body.page-index #desktop-header:hover #desktop_logo .logo-white {
	display: none !important;
}

/* Responsive polish: make Google review cards breathe better on mobile/tablet */
@media (max-width: 680px) {
	#mlf-home .reviews-carousel {
		width: min(100% - 28px, 560px) !important;
	}
	#mlf-home .reviews-carousel .review {
		padding: 26px 22px !important;
		gap: 16px !important;
	}
	#mlf-home .reviews-carousel .review blockquote {
		font-size: 16px !important;
		line-height: 1.48 !important;
		-webkit-line-clamp: 9 !important;
	}
	#mlf-home .rc-arrow {
		width: 42px !important;
		height: 42px !important;
	}
	#mlf-home .rc-arrow--prev {
		left: -4px !important;
	}
	#mlf-home .rc-arrow--next {
		right: -4px !important;
	}
}

@media (min-width: 681px) and (max-width: 1024px) {
	#mlf-home .reviews-carousel .review blockquote {
		-webkit-line-clamp: 8 !important;
	}
}

/* Responsive polish final: mobile review text must not be visually clipped */
@media (max-width: 680px) {
	#mlf-home .reviews-carousel .review blockquote {
		display: block !important;
		-webkit-line-clamp: unset !important;
		-webkit-box-orient: initial !important;
		overflow: visible !important;
	}
}

/* Responsive polish final: carousel dots need usable touch areas */
#mlf-home .rc-dots button,
#mlf-home .mtss-carousel__dot {
	min-width: 18px !important;
	min-height: 18px !important;
	width: 18px !important;
	height: 18px !important;
	padding: 0 !important;
	position: relative !important;
	background: transparent !important;
	border-radius: 999px !important;
}
#mlf-home .rc-dots button::before,
#mlf-home .mtss-carousel__dot::before {
	content: "" !important;
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	width: 8px !important;
	height: 8px !important;
	border-radius: 999px !important;
	transform: translate(-50%, -50%) !important;
	background: var(--muted-2) !important;
}
#mlf-home .rc-dots button[aria-selected="true"]::before,
#mlf-home .mtss-carousel__dot.is-active::before {
	width: 18px !important;
	background: var(--red) !important;
}

/* Mobile Display Perfect v2: homepage mobile layout system */
@media (max-width: 767px) {
	#mlf-home {
		--container: min(100% - 24px, 520px) !important;
		--wide-container: min(100% - 24px, 520px) !important;
		--mobile-gap: 44px;
		background: #fff !important;
	}

	#mlf-home > section,
	#mlf-home > a.quiz-banner,
	#mlf-home > div {
		margin-top: var(--mobile-gap) !important;
	}
	#mlf-home > .hero,
	#mlf-home > *:first-child {
		margin-top: 0 !important;
	}

	#mlf-home .hero.hero--banner,
	#mlf-home .hero.hero--slider {
		height: clamp(150px, 42vw, 190px) !important;
		min-height: clamp(150px, 42vw, 190px) !important;
		max-height: 200px !important;
		padding: 0 !important;
		overflow: hidden !important;
		background: #f7f3ed !important;
	}
	#mlf-home .hero--banner .hero__banner,
	#mlf-home .hero--banner .hero__banner picture,
	#mlf-home .hero--banner .hero__banner img,
	#mlf-home .hero--slider .hero__banner,
	#mlf-home .hero--slider .hero__banner picture,
	#mlf-home .hero--slider .hero__banner img,
	#mlf-home .hero--slider .hero__slide {
		width: 100% !important;
		height: 100% !important;
	}
	#mlf-home .hero--banner .hero__banner img,
	#mlf-home .hero--slider .hero__banner img {
		object-fit: cover !important;
		object-position: center !important;
	}
	#mlf-home .hero--slider .hero__nav { width: 34px !important; height: 34px !important; }
	#mlf-home .hero--slider .hero__dots { bottom: 6px !important; }

	#mlf-home .section,
	#mlf-home .section--pricing,
	#mlf-home .section--categories,
	#mlf-home .section--tech,
	#mlf-home .section--reviews,
	#mlf-home .brands,
	#mlf-home .trust {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	#mlf-home .section__head,
	#mlf-home .section--products .section__head,
	#mlf-home .brands__head {
		width: var(--container) !important;
		margin: 0 auto 24px !important;
		text-align: center !important;
	}
	#mlf-home .section__title {
		font-size: clamp(30px, 8.6vw, 38px) !important;
		line-height: 1.04 !important;
		letter-spacing: 0 !important;
		text-wrap: balance !important;
	}
	#mlf-home .section__lede,
	#mlf-home .lede {
		max-width: 31ch !important;
		margin-left: auto !important;
		margin-right: auto !important;
		font-size: 15.5px !important;
		line-height: 1.55 !important;
		text-wrap: pretty !important;
	}
	#mlf-home .eyebrow {
		justify-content: center !important;
		font-size: 10.5px !important;
		letter-spacing: 0.13em !important;
		gap: 8px !important;
	}
	#mlf-home .eyebrow__line {
		width: 26px !important;
	}

	#mlf-home .pricing {
		width: var(--container) !important;
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 12px !important;
		margin: 22px auto 0 !important;
	}
	#mlf-home .pricing__tile {
		min-height: clamp(226px, 68vw, 300px) !important;
		border-radius: 18px !important;
		box-shadow: 0 16px 40px rgba(18, 26, 32, 0.08) !important;
	}
	#mlf-home .pricing__tile img {
		transform: none !important;
	}
	#mlf-home .pricing__tile::after {
		background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.1) 0%,
			rgba(0, 0, 0, 0.72) 100%
		) !important;
	}
	#mlf-home .pricing__cap {
		padding: 20px !important;
	}
	#mlf-home .pricing__title {
		font-size: clamp(26px, 8vw, 34px) !important;
		line-height: 1.05 !important;
		letter-spacing: 0 !important;
		max-width: 10ch !important;
	}
	#mlf-home .pricing__btn {
		width: 100% !important;
		min-height: 44px !important;
		justify-content: center !important;
		padding: 12px 16px !important;
	}

	#mlf-home .trust__grid {
		width: var(--container) !important;
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 0 !important;
		padding: 0 !important;
	}
	#mlf-home .trust__item {
		min-height: 0 !important;
		padding: 18px 0 !important;
		align-items: center !important;
		gap: 18px !important;
	}
	#mlf-home .trust__item img,
	#mlf-home .trust__item svg {
		width: 48px !important;
		height: 48px !important;
		flex: 0 0 48px !important;
	}

	#mlf-home .quiz-banner {
		width: var(--container) !important;
		min-height: 300px !important;
		border-radius: 18px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	#mlf-home .quiz-banner__content {
		padding: 24px 20px !important;
		gap: 18px !important;
	}
	#mlf-home .quiz-banner__title {
		font-size: clamp(26px, 7.5vw, 32px) !important;
		line-height: 1.06 !important;
		letter-spacing: 0 !important;
	}
	#mlf-home .quiz-banner__cta {
		width: 100% !important;
		min-height: 44px !important;
		justify-content: center !important;
	}

	#mlf-home .cats {
		width: var(--container) !important;
		display: grid !important;
		grid-template-columns: 1fr !important;
		grid-auto-rows: auto !important;
		gap: 12px !important;
		margin: 0 auto !important;
	}
	#mlf-home .cat,
	#mlf-home .cat--lg,
	#mlf-home .cat--wide,
	#mlf-home .cat--promo {
		min-height: clamp(218px, 62vw, 285px) !important;
		grid-column: auto !important;
		grid-row: auto !important;
		border-radius: 18px !important;
	}
	#mlf-home .cat__media::after {
		background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.08),
			rgba(0, 0, 0, 0.62)
		) !important;
	}
	#mlf-home .cat__body {
		padding: 20px !important;
	}
	#mlf-home .cat__body h3,
	#mlf-home .cat--lg .cat__body h3 {
		font-size: clamp(27px, 8vw, 34px) !important;
		line-height: 1.03 !important;
		letter-spacing: 0 !important;
	}
 	#mlf-home .cat__body p {
		max-width: 26ch !important;
		font-size: 14.5px !important;
		line-height: 1.45 !important;
	}
	#mlf-home .cats.cats--carousel {
		display: block !important;
		width: var(--container) !important;
		max-width: var(--container) !important;
		overflow: hidden !important;
		margin: 0 auto !important;
	}
	#mlf-home .cats.cats--carousel .cats__viewport {
		display: block !important;
		width: 100% !important;
		overflow: hidden !important;
		touch-action: pan-y !important;
	}
	#mlf-home .cats.cats--carousel .cats__track {
		display: flex !important;
		gap: 12px !important;
		width: max-content !important;
		transition: transform 0.42s var(--ease-out) !important;
		will-change: transform !important;
	}
	#mlf-home .cats.cats--carousel .cat,
	#mlf-home .cats.cats--carousel .cat--lg,
	#mlf-home .cats.cats--carousel .cat--wide,
	#mlf-home .cats.cats--carousel .cat--promo {
		flex: 0 0 calc((var(--container) - 12px) / 2) !important;
		width: calc((var(--container) - 12px) / 2) !important;
		min-width: 0 !important;
		min-height: clamp(190px, 48vw, 222px) !important;
	}
	#mlf-home .cats.cats--carousel .cat__body {
		padding: 14px 44px 14px 14px !important;
	}
	#mlf-home .cats.cats--carousel .cat__body .muted,
	#mlf-home .cats.cats--carousel .cat__body p,
	#mlf-home .cats.cats--carousel .cat__link {
		display: none !important;
	}
	#mlf-home .cats.cats--carousel .cat__body h3,
	#mlf-home .cats.cats--carousel .cat--lg .cat__body h3 {
		font-size: clamp(22px, 6.2vw, 28px) !important;
		font-family: var(--ff-body) !important;
		font-weight: 800 !important;
		font-style: italic !important;
		line-height: 1 !important;
		margin: 0 !important;
	}
	#mlf-home .cats.cats--carousel .cats__dots {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		gap: 7px !important;
		margin-top: 16px !important;
	}
	#mlf-home .cats.cats--carousel .cats__dot {
		appearance: none !important;
		-webkit-appearance: none !important;
		width: 14px !important;
		height: 14px !important;
		min-width: 14px !important;
		min-height: 14px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 999px !important;
		background: #d7d1c6 !important;
		cursor: pointer !important;
	}
	#mlf-home .cats.cats--carousel .cats__dot.is-active {
		background: var(--navy) !important;
	}

	#mlf-spring-showcase-slot,
	#mlf-home .mtss-showcase,
	#mlf-home .mtss-showcase--middle {
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: hidden !important;
	}
	#mlf-home .mtss-showcase {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	#mlf-home .mtss-showcase__head {
		width: 100% !important;
		display: grid !important;
		gap: 18px !important;
		align-items: start !important;
	}
	#mlf-home .mtss-showcase__title {
		font-size: clamp(28px, 8vw, 36px) !important;
		line-height: 1.04 !important;
		letter-spacing: 0 !important;
	}
	#mlf-home .mtss-showcase__actions {
		width: 100% !important;
		display: grid !important;
		gap: 12px !important;
	}
	#mlf-home .mtss-tabs {
		display: flex !important;
		flex-wrap: wrap !important;
		gap: 8px !important;
		width: 100% !important;
	}
	#mlf-home .mtss-tab {
		min-height: 44px !important;
		padding: 0 16px !important;
	}
	#mlf-home .mtss-showcase__link {
		min-height: 44px !important;
		align-items: center !important;
	}
	#mlf-home .mtss-carousel__viewport,
	#mlf-home .mtss-grid,
	#mlf-home .mtss-card {
		width: 100% !important;
		max-width: 100% !important;
	}
	#mlf-home .mtss-card {
		border-radius: 18px !important;
		overflow: hidden !important;
	}
	#mlf-home .mtss-card__media {
		aspect-ratio: 4 / 3 !important;
		height: auto !important;
	}
	#mlf-home .mtss-card__content {
		min-height: 0 !important;
		padding: 18px !important;
	}
	#mlf-home .mtss-card__title.product-title,
	#mlf-home .mtss-card__title.product-title a {
		min-height: 0 !important;
		line-height: 1.2 !important;
		white-space: normal !important;
	}
	#mlf-home .mtss-carousel__nav {
		width: 44px !important;
		height: 44px !important;
	}

	#mlf-home .editorial {
		grid-template-columns: 1fr !important;
		min-height: 0 !important;
		overflow: visible !important;
	}
	#mlf-home .editorial__image {
		min-height: 260px !important;
		height: 260px !important;
	}
	#mlf-home .editorial__content {
		padding: 36px 20px 42px !important;
	}
	#mlf-home .display,
	#mlf-home .display--sm {
		font-size: clamp(32px, 9vw, 40px) !important;
		line-height: 1.04 !important;
		letter-spacing: 0 !important;
	}
	#mlf-home .editorial__content p {
		font-size: 15.5px !important;
		line-height: 1.62 !important;
	}
	#mlf-home .editorial__stats {
		grid-template-columns: 1fr !important;
		gap: 0 !important;
		margin-bottom: 26px !important;
	}
	#mlf-home .editorial__stats > * {
		padding: 18px 0 !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
	}
	#mlf-home .editorial__stats > *:last-child {
		border-bottom: 0 !important;
	}

	#mlf-home .tech--editorial,
	#mlf-home .lifestyle,
	#mlf-home .reviews-carousel,
	#mlf-home .brands__row,
	#mlf-home .newsletter__inner,
	#mlf-home .footer__top,
	#mlf-home .footer__cols,
	#mlf-home .footer__bottom {
		width: var(--container) !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	#mlf-home .tech--editorial,
	#mlf-home .lifestyle {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 14px !important;
	}
	#mlf-home .tech-card,
	#mlf-home .lifestyle__tile {
		border-radius: 18px !important;
	}
	#mlf-home .tech-card__media {
		aspect-ratio: 4 / 3 !important;
	}
	#mlf-home .tech-card__body {
		padding: 20px !important;
		gap: 8px !important;
	}
	#mlf-home .tech-card__title {
		font-size: 25px !important;
		line-height: 1.08 !important;
	}
	#mlf-home .tech-card__link {
		min-height: 44px !important;
		align-items: center !important;
	}
	#mlf-home .lifestyle__tile,
	#mlf-home .lifestyle__tile--lg {
		min-height: 270px !important;
		grid-column: auto !important;
	}

	#mlf-home .reviews-carousel .review {
		padding: 24px 20px !important;
		border-radius: 18px !important;
	}
	#mlf-home .reviews-carousel .review blockquote {
		display: block !important;
		overflow: visible !important;
		-webkit-line-clamp: unset !important;
		font-size: clamp(16px, 4.6vw, 18px) !important;
		line-height: 1.48 !important;
	}
	#mlf-home .rc-arrow {
		width: 44px !important;
		height: 44px !important;
		box-shadow: 0 12px 30px rgba(18, 26, 32, 0.12) !important;
	}
	#mlf-home .rc-arrow--prev {
		left: -8px !important;
	}
	#mlf-home .rc-arrow--next {
		right: -8px !important;
	}
	#mlf-home .rc-dots {
		gap: 4px !important;
		flex-wrap: wrap !important;
	}

	#mlf-home .brands__tagline {
		font-size: 22px !important;
		line-height: 1.28 !important;
		text-wrap: balance !important;
	}
	#mlf-home .brands__row--grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	#mlf-home .brand-logo,
	#mlf-home .brand-logo--img {
		min-height: 84px !important;
		padding: 12px 8px !important;
	}
	#mlf-home .brand-logo__img {
		max-height: 52px !important;
	}

	#mlf-home .newsletter {
		min-height: 0 !important;
		padding: 44px 0 !important;
	}
	#mlf-home .newsletter__card {
		width: 100% !important;
		padding: 30px 18px 24px !important;
		border-radius: 20px !important;
	}
	#mlf-home .newsletter__title {
		font-size: clamp(29px, 8.4vw, 36px) !important;
		line-height: 1.06 !important;
		letter-spacing: 0 !important;
	}
	#mlf-home .newsletter__lede {
		font-size: 15px !important;
		line-height: 1.55 !important;
	}
	#mlf-home .newsletter__perks {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 8px !important;
	}
	#mlf-home .newsletter__capsule {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 10px !important;
		padding: 10px !important;
		border-radius: 18px !important;
	}
	#mlf-home .newsletter__capsule input,
	#mlf-home .newsletter__input {
		width: 100% !important;
		min-width: 0 !important;
		min-height: 46px !important;
		padding: 0 16px !important;
		text-align: center !important;
		font-size: 16px !important;
		white-space: nowrap !important;
		text-overflow: ellipsis !important;
	}
	#mlf-home .newsletter__submit {
		width: 100% !important;
		min-height: 46px !important;
		border-radius: 999px !important;
	}

	#mlf-home .footer__top {
		grid-template-columns: 1fr !important;
		gap: 34px !important;
	}
	#mlf-home .footer__cols {
		grid-template-columns: 1fr !important;
		gap: 24px !important;
	}
	#mlf-home .footer__bottom {
		gap: 18px !important;
		align-items: flex-start !important;
	}
}

@media (max-width: 340px) {
	#mlf-home {
		--container: min(100% - 18px, 420px) !important;
	}
	#mlf-home .section__title {
		font-size: 28px !important;
	}
	#mlf-home .pricing__title,
	#mlf-home .cat__body h3,
	#mlf-home .cat--lg .cat__body h3 {
		font-size: 25px !important;
	}
	#mlf-home .pricing__tile,
	#mlf-home .cat,
	#mlf-home .lifestyle__tile {
		min-height: 220px !important;
	}
	#mlf-home .newsletter__card {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}
}

/* Mobile homepage target, aligned to the reference capture. */
#mlf-home .mlf-mobile-hero,
#mlf-home .mlf-mobile-trust,
#mlf-home .section__lede--mobile,
#mlf-home .pricing__title-mobile,
#mlf-home .pricing__cta-mobile,
#mlf-home .quiz-banner__lede-mobile,
#mlf-home .quiz-banner__cta-mobile {
	display: none;
}

@media (max-width: 767px) {
	#mlf-home {
		--container: min(100% - 28px, 430px) !important;
		--wide-container: min(100% - 28px, 430px) !important;
		--mobile-gap: 26px !important;
	}

	#mlf-home > section,
	#mlf-home > a.quiz-banner,
	#mlf-home > div {
		margin-top: var(--mobile-gap) !important;
	}

	#mlf-home .mlf-mobile-hero {
		position: relative;
		display: block !important;
		width: 100% !important;
		height: clamp(318px, 86vw, 352px) !important;
		min-height: 318px !important;
		margin: 0 !important;
		overflow: hidden;
		background: #f4efe8;
		color: #0d1720;
		isolation: isolate;
	}

	#mlf-home .mlf-mobile-hero::before {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 1;
		background:
			linear-gradient(
				90deg,
				rgba(255, 255, 255, 1) 0%,
				rgba(255, 255, 255, 0.98) 44%,
				rgba(255, 255, 255, 0.62) 61%,
				rgba(255, 255, 255, 0) 100%
			),
			linear-gradient(
				180deg,
				rgba(255, 255, 255, 0.06) 0%,
				rgba(255, 255, 255, 0.3) 100%
			);
		pointer-events: none;
	}

	#mlf-home .mlf-mobile-hero__image {
		position: absolute;
		inset: 0;
		z-index: 0;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		object-fit: cover;
		object-position: 60% center;
		transform: scale(1.02);
	}

	#mlf-home .mlf-mobile-hero__content {
		position: relative;
		z-index: 2;
		width: min(48%, 184px);
		padding: 25px 0 0 22px;
	}

	#mlf-home .mlf-mobile-hero__title {
		margin: 0 0 12px;
		font-family: var(--ff-display);
		font-size: clamp(28px, 7.6vw, 34px);
		font-weight: 600;
		line-height: 0.98;
		letter-spacing: 0;
		color: #0d1720;
		text-wrap: balance;
	}

	#mlf-home .mlf-mobile-hero__title em {
		display: block;
		color: #e00012;
		font-style: normal;
		font-weight: 650;
	}

	#mlf-home .mlf-mobile-hero__lede,
	#mlf-home .mlf-mobile-hero__proof {
		margin: 0;
		font-family: var(--ff-sans);
		color: #101820;
		font-size: 12.5px;
		font-weight: 500;
		line-height: 1.35;
	}

	#mlf-home .mlf-mobile-hero__flag {
		display: inline-grid;
		grid-template-columns: repeat(3, 8px);
		gap: 1px;
		margin: 18px 0 7px;
		height: 12px;
	}

	#mlf-home .mlf-mobile-hero__flag i:nth-child(1) {
		background: #234aa8;
	}
	#mlf-home .mlf-mobile-hero__flag i:nth-child(2) {
		background: #fff;
		box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
	}
	#mlf-home .mlf-mobile-hero__flag i:nth-child(3) {
		background: #ee1b2a;
	}

	#mlf-home .mlf-mobile-hero__dots {
		position: absolute;
		z-index: 3;
		left: 50%;
		bottom: 13px;
		display: inline-flex;
		gap: 7px;
		transform: translateX(-50%);
	}

	#mlf-home .mlf-mobile-hero__dots span {
		width: 6px;
		height: 6px;
		border-radius: 999px;
		background: rgba(13, 23, 32, 0.24);
	}

	#mlf-home .mlf-mobile-hero__dots .is-active {
		background: #0d1720;
	}

	#mlf-home > .hero.hero--banner {
		display: none !important;
	}

	#mlf-home .section--pricing {
		margin-top: 22px !important;
	}

	#mlf-home .section--pricing .eyebrow,
	#mlf-home .section--categories .eyebrow {
		display: none !important;
	}

	#mlf-home .section--pricing .section__head,
	#mlf-home .section--categories .section__head {
		width: min(100% - 44px, 360px) !important;
		margin-bottom: 18px !important;
	}

	#mlf-home .section--pricing .section__title,
	#mlf-home .section--categories .section__title {
		margin: 0 0 12px !important;
		font-size: clamp(26px, 7.6vw, 32px) !important;
		line-height: 1.03 !important;
		font-weight: 500 !important;
	}

	#mlf-home .section--pricing .section__title em,
	#mlf-home .section--categories .section__title em {
		display: block;
		color: #0e1720 !important;
		font-style: normal !important;
		font-weight: 500 !important;
	}

	#mlf-home .section--pricing .section__lede:not(.section__lede--mobile),
	#mlf-home .section--categories .section__lede:not(.section__lede--mobile) {
		display: none !important;
	}

	#mlf-home .section__lede--mobile {
		display: block !important;
		max-width: 34ch !important;
		color: #20252b !important;
		font-size: 13.5px !important;
		line-height: 1.36 !important;
	}

	#mlf-home .pricing {
		width: var(--container) !important;
		gap: 10px !important;
		margin-top: 18px !important;
	}

	#mlf-home .pricing__tile {
		min-height: 118px !important;
		height: 118px !important;
		border-radius: 12px !important;
		border: 1px solid rgba(255, 255, 255, 0.22) !important;
		box-shadow: 0 9px 24px rgba(18, 26, 32, 0.12) !important;
	}

	#mlf-home .pricing__tile img {
		object-position: 62% center !important;
	}

	#mlf-home .pricing__tile::after {
		background: linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.76) 0%,
			rgba(0, 0, 0, 0.5) 48%,
			rgba(0, 0, 0, 0.1) 100%
		) !important;
	}

	#mlf-home .pricing__cap {
		padding: 18px 20px 14px !important;
		justify-content: flex-start !important;
		gap: 11px !important;
	}

	#mlf-home .pricing__eyebrow {
		display: none !important;
	}

	#mlf-home .pricing__title {
		margin: 0 !important;
		max-width: 12.5ch !important;
		font-size: 21px !important;
		line-height: 1.08 !important;
		text-shadow: 0 1px 8px rgba(0, 0, 0, 0.32) !important;
	}

	#mlf-home .pricing__tile:nth-child(2) .pricing__title {
		max-width: none !important;
		font-size: 20px !important;
	}

	#mlf-home .pricing__tile:nth-child(2) .pricing__price {
		white-space: nowrap !important;
		font-size: 19px !important;
	}

	#mlf-home .pricing__title-desktop,
	#mlf-home .pricing__cta-desktop {
		display: none !important;
	}

	#mlf-home .pricing__title-mobile,
	#mlf-home .pricing__cta-mobile {
		display: inline !important;
	}

	#mlf-home .pricing__btn {
		width: auto !important;
		min-height: 34px !important;
		padding: 8px 15px !important;
		justify-content: center !important;
		gap: 8px !important;
		font-size: 11px !important;
		color: #111820 !important;
		box-shadow: 0 5px 13px rgba(0, 0, 0, 0.22) !important;
	}

	#mlf-home > .trust {
		display: none !important;
	}
    #mlf-home .mlf-mobile-trust {
        display: grid !important;
        width: min(100% - 16px, 430px) !important;
        margin: 20px auto 0 !important;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        align-items: stretch;
        color: #0f1820;
        text-align: center;
    }

    #mlf-home .mlf-mobile-trust__item {
        position: relative;
        display: grid;
        grid-template-rows: 24px auto;
        justify-items: center;
        align-content: start;
        gap: 5px;
        min-width: 0;
        padding: 0 4px;
        font-family: var(--ff-sans);
        line-height: 1.12;
    }

    #mlf-home .mlf-mobile-trust__item + .mlf-mobile-trust__item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        bottom: 2px;
        width: 1px;
        background: rgba(18, 26, 32, 0.12);
    }

    #mlf-home .mlf-mobile-trust__item img,
    #mlf-home .mlf-mobile-trust__item svg {
        display: block;
        width: 22px !important;
        height: 22px !important;
        max-width: 22px !important;
        object-fit: contain;
        color: #111820;
    }

    #mlf-home .mlf-mobile-trust__item span {
        display: grid;
        gap: 3px;
        min-width: 0;
        width: 100%;
    }

    #mlf-home .mlf-mobile-trust__item strong {
        display: block;
        font-size: clamp(8px, 2.12vw, 9.5px);
        font-weight: 780;
        line-height: 1.08;
        letter-spacing: 0;
        color: #111820;
        white-space: nowrap;
    }

    #mlf-home .mlf-mobile-trust__item small {
        display: block;
        font-size: clamp(7px, 1.9vw, 8.4px);
        font-weight: 500;
        line-height: 1.12;
        letter-spacing: 0;
        color: #7b828a;
        white-space: nowrap;
    }

    #mlf-home .quiz-banner {
		width: var(--container) !important;
		min-height: 168px !important;
		height: 168px !important;
		border-radius: 12px !important;
		margin-top: 26px !important;
		box-shadow: 0 10px 28px rgba(18, 26, 32, 0.13) !important;
	}

	#mlf-home .quiz-banner::after {
		background: linear-gradient(
			90deg,
			rgba(8, 15, 20, 0.88) 0%,
			rgba(8, 15, 20, 0.62) 56%,
			rgba(8, 15, 20, 0.22) 100%
		) !important;
	}

	#mlf-home .quiz-banner > img {
		object-position: 66% center !important;
	}

	#mlf-home .quiz-banner__content {
		height: 100% !important;
		padding: 18px 18px 16px !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
		gap: 10px !important;
	}

	#mlf-home .quiz-banner__eyebrow {
		display: none !important;
	}

	#mlf-home .quiz-banner__title {
		max-width: 12ch !important;
		margin: 0 0 8px !important;
		font-size: 24px !important;
		line-height: 1.02 !important;
	}

	#mlf-home .quiz-banner__lede {
		max-width: 25ch !important;
		font-size: 11.5px !important;
		line-height: 1.28 !important;
		color: rgba(255, 255, 255, 0.92) !important;
	}

	#mlf-home .quiz-banner__lede-desktop,
	#mlf-home .quiz-banner__cta-desktop {
		display: none !important;
	}

	#mlf-home .quiz-banner__lede-mobile,
	#mlf-home .quiz-banner__cta-mobile {
		display: inline !important;
	}

	#mlf-home .quiz-banner__cta {
		width: auto !important;
		min-height: 34px !important;
		padding: 8px 15px !important;
		gap: 8px !important;
		font-size: 11px !important;
		box-shadow: 0 5px 13px rgba(0, 0, 0, 0.24) !important;
	}

	#mlf-home .section--categories {
		margin-top: 22px !important;
	}

	/* ---- Categories carousel (mobile) ---- */
	#mlf-home .cats--carousel {
		width: var(--container) !important;
		display: block !important;
		margin: 0 auto !important;
	}

	#mlf-home .cats__viewport {
		overflow: hidden !important;
	}

	#mlf-home .cats__track {
		display: flex !important;
		gap: 8px !important;
		transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
		will-change: transform !important;
	}

	#mlf-home .cats__track .cat {
		flex: 0 0 calc((100% - 8px) / 2) !important;
		min-width: 0 !important;
	}

	#mlf-home .cats__dots {
		display: flex !important;
		justify-content: center !important;
		gap: 6px !important;
		margin-top: 10px !important;
	}

	#mlf-home .cats__dot {
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #d4cdc4;
		border: none;
		padding: 0;
		cursor: pointer;
		transition:
			background 0.3s,
			transform 0.3s;
	}

	#mlf-home .cats__dot.is-active {
		background: var(--navy, #101820);
		transform: scale(1.3);
	}

	#mlf-home .cat,
	#mlf-home .cat--lg,
	#mlf-home .cat--wide,
	#mlf-home .cat--promo {
		min-height: 111px !important;
		height: 111px !important;
		border-radius: 10px !important;
	}

	#mlf-home .cat__media::after {
		background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.08) 0%,
			rgba(0, 0, 0, 0.72) 100%
		) !important;
	}

	#mlf-home .cat__body {
		min-height: 100% !important;
		padding: 12px !important;
		display: flex !important;
		align-items: flex-end !important;
	}

	#mlf-home .cat__body .muted,
	#mlf-home .cat__body p {
		display: none !important;
	}

	#mlf-home .cat__body h3,
	#mlf-home .cat--lg .cat__body h3 {
		margin: 0 !important;
		padding-right: 30px !important;
		font-family: var(--ff-sans) !important;
		font-size: 12.5px !important;
		line-height: 1.1 !important;
		font-weight: 750 !important;
		color: #fff !important;
	}

	#mlf-home .cat__link {
		position: absolute !important;
		right: 10px;
		bottom: 10px;
		width: 24px;
		height: 24px;
		min-height: 24px !important;
		padding: 0 !important;
		border: 1px solid rgba(255, 255, 255, 0.5) !important;
		border-radius: 999px;
		color: transparent !important;
		overflow: hidden;
	}

	#mlf-home .cat__link::after {
		content: "->";
		position: absolute;
		inset: 0;
		display: grid;
		place-items: center;
		color: #fff;
		font-size: 12px;
		letter-spacing: 0;
	}
}

@media (max-width: 360px) {
	#mlf-home .mlf-mobile-hero__content {
		padding-left: 18px;
		width: 50%;
	}

	#mlf-home .mlf-mobile-hero__title {
		font-size: 27px;
	}

	#mlf-home .pricing__title {
		font-size: 20px !important;
	}

	#mlf-home .mlf-mobile-trust__item {
		font-size: 10.3px;
	}
}

/* Mobile spacing: keep the best-sellers block close to the category cards. */
@media (max-width: 767px) {
	html body #mlf-home > #mlf-spring-showcase-slot,
	html body #mlf-home > div#mlf-spring-showcase-slot:has(> .mtss-showcase) {
		margin-top: 18px !important;
	}

	#mlf-home #mlf-spring-showcase-slot > .mtss-showcase {
		padding-top: 22px !important;
	}
}

/* Mobile lower homepage: compact editorial flow matching the reference capture. */
#mlf-home .mlf-mobile-maker,
#mlf-home .tech-card__mobile,
#mlf-home .lifestyle__mobile-title {
	display: none;
}

@media (max-width: 767px) {
	#mlf-home {
		--mobile-lower-gap: 28px;
	}

	#mlf-home > .editorial,
	#mlf-home > .section--tech,
	#mlf-home > .lifestyle,
	#mlf-home > .section--reviews,
	#mlf-home > .brands,
	#mlf-home > .newsletter {
		margin-top: var(--mobile-lower-gap) !important;
	}

	#mlf-home > .editorial {
		width: var(--container) !important;
		min-height: 0 !important;
		height: auto !important;
		margin-left: auto !important;
		margin-right: auto !important;
		display: block !important;
		border-radius: 0 !important;
		background: transparent !important;
		color: #fff !important;
		overflow: visible !important;
	}

	#mlf-home > .editorial > .editorial__image,
	#mlf-home > .editorial > .editorial__content {
		display: none !important;
	}

	#mlf-home .mlf-mobile-maker {
		position: relative;
		display: block !important;
		min-height: 412px;
		border-radius: 0;
		overflow: hidden;
		background: #101a22;
		box-shadow: 0 14px 34px rgba(18, 26, 32, 0.12);
		isolation: isolate;
	}

	#mlf-home .mlf-mobile-maker::after {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 1;
		background:
			linear-gradient(
				90deg,
				rgba(12, 23, 31, 0.98) 0%,
				rgba(12, 23, 31, 0.92) 39%,
				rgba(12, 23, 31, 0.26) 65%,
				rgba(12, 23, 31, 0.04) 100%
			),
			linear-gradient(0deg, rgba(12, 23, 31, 0.88) 0%, rgba(12, 23, 31, 0) 30%);
		pointer-events: none;
	}

	#mlf-home .mlf-mobile-maker img {
		position: absolute;
		inset: 0;
		z-index: 0;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		object-position: 63% center;
		filter: saturate(0.96) brightness(0.92);
	}

	#mlf-home .mlf-mobile-maker__copy {
		position: relative;
		z-index: 2;
		width: 50%;
		padding: 25px 0 0 18px;
	}

	#mlf-home .mlf-mobile-maker__copy h2 {
		margin: 0 0 24px;
		font-family: var(--ff-display);
		font-size: clamp(21px, 5.85vw, 23px);
		font-weight: 500;
		line-height: 1.05;
		letter-spacing: 0;
		color: #fff;
	}

	#mlf-home .mlf-mobile-maker__copy p {
		max-width: 18ch;
		margin: 0;
		font-family: var(--ff-sans);
		font-size: 12px;
		font-weight: 650;
		line-height: 1.36;
		color: rgba(255, 255, 255, 0.92);
	}

	#mlf-home .mlf-mobile-maker__stats {
		position: absolute;
		left: 18px;
		right: 16px;
		bottom: 22px;
		z-index: 2;
		display: grid;
		grid-template-columns: 0.82fr 0.95fr 1fr;
		gap: 12px;
		color: #fff;
	}

	#mlf-home .mlf-mobile-maker__stats strong {
		display: block;
		margin-bottom: 5px;
		font-family: var(--ff-sans);
		font-size: 17px;
		font-weight: 800;
		line-height: 1;
	}

	#mlf-home .mlf-mobile-maker__stats span {
		display: block;
		font-size: 9.5px;
		font-weight: 650;
		line-height: 1.25;
		color: rgba(255, 255, 255, 0.78);
	}

	#mlf-home > .section--tech {
		background: #fff !important;
	}

	#mlf-home > .section--tech .section__head {
		width: min(100% - 28px, 430px) !important;
		margin-bottom: 18px !important;
	}

	#mlf-home > .section--tech .eyebrow {
		display: none !important;
	}

	#mlf-home > .section--tech .section__title {
		max-width: 15ch !important;
		margin: 0 auto 11px !important;
		font-size: clamp(22px, 6.2vw, 27px) !important;
		line-height: 1.08 !important;
		font-weight: 500 !important;
	}

	#mlf-home > .section--tech .section__title em {
		display: block;
		font-style: normal !important;
		font-weight: 500 !important;
		color: #101820 !important;
	}

	#mlf-home > .section--tech .section__lede {
		max-width: 38ch !important;
		font-size: 12.8px !important;
		line-height: 1.42 !important;
		color: #20252b !important;
	}

	#mlf-home .tech--editorial {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 10px !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	#mlf-home .tech-card {
		min-height: auto !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		border: 1px solid #e9e3da !important;
		border-radius: 12px !important;
		background: #fff !important;
		box-shadow: 0 7px 20px rgba(18, 26, 32, 0.055) !important;
		color: #101820 !important;
		overflow: hidden !important;
	}

	#mlf-home .tech-card__media {
		height: auto !important;
		min-height: 0 !important;
		aspect-ratio: 16 / 10 !important;
	}

	#mlf-home .tech-card__media img {
		transform: none !important;
	}

	#mlf-home .tech-card__body {
		min-width: 0 !important;
		padding: 10px 10px 12px !important;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 20px !important;
		grid-template-areas:
			"title arrow"
			"desc arrow" !important;
		align-content: center !important;
		column-gap: 6px !important;
		row-gap: 3px !important;
	}

	#mlf-home .tech-card__num,
	#mlf-home .tech-card__desktop,
	#mlf-home .lifestyle__desktop-title {
		display: none !important;
	}

	#mlf-home .tech-card__mobile,
	#mlf-home .lifestyle__mobile-title {
		display: inline !important;
	}

	#mlf-home .tech-card__title {
		grid-area: title !important;
		display: block !important;
		margin: 0 !important;
		font-family: var(--ff-sans) !important;
		font-size: 12.8px !important;
		font-weight: 800 !important;
		line-height: 1.18 !important;
		letter-spacing: 0 !important;
		text-align: left !important;
	}

	#mlf-home .tech-card__desc {
		grid-area: desc !important;
		display: block !important;
		margin: 0 !important;
		font-size: 10.6px !important;
		font-weight: 550 !important;
		line-height: 1.34 !important;
		color: #26313a !important;
		text-align: left !important;
	}

	#mlf-home .tech-card__link {
		grid-area: arrow !important;
		align-self: center !important;
		justify-self: center !important;
		width: 22px !important;
		height: 44px !important;
		min-height: 44px !important;
		margin: 0 !important;
		padding: 0 !important;
		color: transparent !important;
		overflow: hidden !important;
	}

	#mlf-home .tech-card__link svg {
		width: 16px !important;
		height: 16px !important;
		color: #101820 !important;
	}

	#mlf-home > .lifestyle {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		grid-auto-rows: auto !important;
		gap: 8px !important;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	#mlf-home .lifestyle__tile,
	#mlf-home .lifestyle__tile--lg {
		grid-row: auto !important;
		min-height: 124px !important;
		height: 124px !important;
		border-radius: 10px !important;
		box-shadow: 0 9px 24px rgba(18, 26, 32, 0.08) !important;
	}

	#mlf-home .lifestyle__tile--lg {
		grid-column: span 2 !important;
		min-height: 206px !important;
		height: 206px !important;
	}

	#mlf-home .lifestyle__cap {
		padding: 18px !important;
		background: linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.74) 0%,
			rgba(0, 0, 0, 0.38) 58%,
			rgba(0, 0, 0, 0.08) 100%
		) !important;
	}

	#mlf-home .lifestyle__cap .muted {
		display: none !important;
	}

	#mlf-home .lifestyle__cap h3 {
		max-width: 18ch !important;
		margin: 0 0 12px !important;
		font-family: var(--ff-display) !important;
		font-size: 18px !important;
		font-style: normal !important;
		font-weight: 500 !important;
		line-height: 1.08 !important;
		color: #fff !important;
	}

	#mlf-home .lifestyle .link-arrow {
		min-height: 31px !important;
		padding: 8px 15px !important;
		border-radius: 999px !important;
		background: #fff !important;
		color: #101820 !important;
		font-size: 10.5px !important;
		font-weight: 750 !important;
	}

	#mlf-home > .section--reviews {
		min-height: 0 !important;
		background: #fff !important;
	}

	#mlf-home > .section--reviews .section__head {
		margin-bottom: 12px !important;
	}

	#mlf-home > .section--reviews .eyebrow,
	#mlf-home > .section--reviews .rc-trust {
		display: none !important;
	}

	#mlf-home .rc-hero,
	#mlf-home .rc-hero img {
		width: 70px !important;
		height: 70px !important;
	}

	#mlf-home .rc-hero {
		margin-bottom: 4px !important;
	}

	#mlf-home > .section--reviews .section__title {
		margin: 0 auto 4px !important;
		font-family: var(--ff-sans) !important;
		font-size: 15px !important;
		font-weight: 750 !important;
		line-height: 1.2 !important;
	}

	#mlf-home > .section--reviews .section__title .tiny {
		display: none !important;
	}

	#mlf-home > .section--reviews .section__title::after {
		content: "★★★★★";
		display: block;
		margin-top: 7px;
		color: #ffb21f;
		font-size: 16px;
		letter-spacing: 2px;
	}

	#mlf-home .reviews-carousel {
		margin-top: 12px !important;
		margin-bottom: 76px !important;
		padding-bottom: 0 !important;
	}

	#mlf-home .rc-track {
		gap: 8px !important;
		transform: translateX(0);
	}

	#mlf-home .reviews-carousel .review {
		flex: 0 0 calc((100% - 16px) / 3) !important;
		min-height: 152px !important;
		padding: 10px 8px !important;
		gap: 7px !important;
		border-radius: 7px !important;
		box-shadow: none !important;
	}

	#mlf-home .reviews-carousel .review:nth-child(n + 4) {
		display: flex !important;
	}

	#mlf-home .reviews-carousel .review blockquote {
		display: -webkit-box !important;
		-webkit-line-clamp: 5 !important;
		-webkit-box-orient: vertical !important;
		overflow: hidden !important;
		font-family: var(--ff-sans) !important;
		font-size: 8.5px !important;
		line-height: 1.38 !important;
		color: #101820 !important;
	}

	#mlf-home .review__stars {
		font-size: 10px !important;
		letter-spacing: 1px !important;
	}

	#mlf-home .review__top .mlf-g,
	#mlf-home .review figcaption span {
		display: none !important;
	}

	#mlf-home .review figcaption {
		padding-top: 5px !important;
		font-size: 8.5px !important;
		border-top: 0 !important;
	}

	#mlf-home .review figcaption strong {
		font-size: 8.5px !important;
		line-height: 1.1 !important;
	}

	#mlf-home .rc-dots {
		display: none !important;
	}

	#mlf-home .rc-arrow {
		display: flex !important;
		top: calc(100% + 30px) !important;
		bottom: auto !important;
		transform: none !important;
		width: 30px !important;
		height: 30px !important;
		border: 1px solid rgba(16, 24, 32, 0.14) !important;
		background: #fff !important;
		color: #101820 !important;
		font-size: 19px !important;
		box-shadow: 0 8px 18px rgba(18, 26, 32, 0.14) !important;
	}

	#mlf-home .rc-arrow--prev {
		left: calc(50% - 38px) !important;
	}

	#mlf-home .rc-arrow--next {
		right: calc(50% - 38px) !important;
	}

	#mlf-home > .brands {
		padding-top: 18px !important;
		border-top: 1px solid #e8e2d8 !important;
		background: #fff !important;
	}

	#mlf-home .brands__head {
		margin-bottom: 13px !important;
	}

	#mlf-home .brands__head .eyebrow {
		display: none !important;
	}

	#mlf-home .brands__head::before {
		content: "Ils nous font confiance";
		display: block;
		font-family: var(--ff-sans);
		font-size: 13px;
		font-weight: 800;
		color: #101820;
		text-align: center;
	}

	#mlf-home .brands__tagline {
		display: none !important;
	}

	#mlf-home .brands__row {
		padding: 8px 10px !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		background: #fff !important;
	}

	#mlf-home .brands__row--grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 10px 14px !important;
	}

	#mlf-home .brands__row--grid .brand-logo {
		border: 0 !important;
	}

	#mlf-home .brands__row--grid .brand-logo:nth-child(n + 10) {
		display: none !important;
	}

	#mlf-home .brand-logo,
	#mlf-home .brand-logo--img {
		min-height: 30px !important;
		padding: 0 !important;
		opacity: 0.92 !important;
	}

	#mlf-home .brand-logo__img {
		max-height: 22px !important;
		max-width: 86px !important;
		object-fit: contain !important;
	}

	#mlf-home > .newsletter {
		width: 100% !important;
		max-width: 100% !important;
		min-height: 264px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0 !important;
		border-radius: 0 !important;
		overflow: hidden !important;
		background-position: 68% center !important;
		background-size: cover !important;
	}

	#mlf-home > .newsletter::before {
		background: linear-gradient(
			90deg,
			rgba(10, 19, 26, 0.9) 0%,
			rgba(10, 19, 26, 0.62) 62%,
			rgba(10, 19, 26, 0.18) 100%
		) !important;
	}

	#mlf-home .newsletter__inner {
		width: 100% !important;
		min-height: 264px !important;
		padding: 0 !important;
		display: flex !important;
		align-items: center !important;
	}

	#mlf-home .newsletter__card {
		width: 100% !important;
		margin: 0 !important;
		padding: 22px 18px !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		text-align: left !important;
	}

	#mlf-home .newsletter__ornament,
	#mlf-home .newsletter__eyebrow,
	#mlf-home .newsletter__perks,
	#mlf-home .newsletter__fine,
	#mlf-home .newsletter__flag {
		display: none !important;
	}

	#mlf-home .newsletter__title {
		margin: 0 0 10px !important;
		font-size: 22px !important;
		line-height: 1.06 !important;
		font-weight: 500 !important;
		color: #fff !important;
	}

	#mlf-home .newsletter__title em {
		font-style: normal !important;
	}

	#mlf-home .newsletter__lede {
		max-width: 29ch !important;
		margin: 0 0 15px !important;
		font-size: 10.5px !important;
		line-height: 1.38 !important;
		color: rgba(255, 255, 255, 0.88) !important;
	}

	#mlf-home .newsletter__form {
		width: 100% !important;
		max-width: 100% !important;
	}

	#mlf-home .newsletter__capsule {
		width: min(100%, 460px) !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		min-height: 39px !important;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 31px !important;
		align-items: center !important;
		gap: 6px !important;
		padding: 4px 5px 4px 16px !important;
		border-radius: 999px !important;
		background: #fff !important;
		border: 0 !important;
	}

	#mlf-home .newsletter__capsule input,
	#mlf-home .newsletter__input {
		width: 100% !important;
		min-width: 0 !important;
		min-height: 31px !important;
		height: 31px !important;
		padding: 0 !important;
		text-align: left !important;
		font-size: 10.5px !important;
		color: #101820 !important;
	}

	#mlf-home .newsletter__submit {
		width: 31px !important;
		min-width: 31px !important;
		max-width: 31px !important;
		height: 31px !important;
		min-height: 31px !important;
		padding: 0 !important;
		border-radius: 999px !important;
		background: #183140 !important;
		color: #fff !important;
	}

	#mlf-home .newsletter__submit span {
		display: none !important;
	}
}

@media (max-width: 360px) {
	#mlf-home .tech-card__body {
		padding: 8px 8px 10px !important;
	}

	#mlf-home .tech-card__title {
		font-size: 11px !important;
	}

	#mlf-home .tech-card__desc {
		font-size: 9.5px !important;
	}

	#mlf-home .mlf-mobile-maker__copy {
		padding-left: 15px;
	}

	#mlf-home .mlf-mobile-maker__stats {
		left: 15px;
		gap: 8px;
	}

	#mlf-home .newsletter__card {
		width: 78% !important;
	}
}

/* Mobile brands carousel: one row, three logos visible per swipe. */
@media (max-width: 767px) {
	#mlf-home > .brands {
		height: auto !important;
		min-height: 0 !important;
		padding: 18px 0 14px !important;
	}

	#mlf-home .brands__head {
		margin-bottom: 14px !important;
	}

	#mlf-home .brands-carousel {
		position: relative;
		width: var(--container) !important;
		margin: 0 auto !important;
		padding-bottom: 42px !important;
	}

	#mlf-home .brands__row.brands__row--grid {
		width: 100% !important;
		min-height: 98px !important;
		height: 98px !important;
		margin: 0 auto !important;
		padding: 0 !important;
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: flex-start !important;
		grid-template-columns: none !important;
		grid-auto-flow: unset !important;
		gap: 10px !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scroll-snap-type: x mandatory;
		scroll-padding-left: 0;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	#mlf-home .brands__row.brands__row--grid::-webkit-scrollbar {
		display: none;
	}

	#mlf-home .brands__row--grid .brand-logo,
	#mlf-home .brands__row--grid .brand-logo:nth-child(n + 10) {
		display: flex !important;
		flex: 0 0 calc((100% - 20px) / 3) !important;
		width: calc((100% - 20px) / 3) !important;
		min-width: calc((100% - 20px) / 3) !important;
		min-height: 98px !important;
		height: 98px !important;
		padding: 0 5px !important;
		align-items: center !important;
		justify-content: center !important;
		scroll-snap-align: start;
		border: 0 !important;
	}

	#mlf-home .brands__row--grid .brand-logo__img {
		width: 86px !important;
		height: 86px !important;
		max-width: 86px !important;
		max-height: 86px !important;
		object-fit: contain !important;
		transform: scale(1.18);
		transform-origin: center;
	}

	#mlf-home .brands-arrow {
		position: absolute;
		bottom: 0;
		z-index: 2;
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		border: 1px solid rgba(16, 24, 32, 0.14);
		border-radius: 999px;
		background: #fff;
		color: #101820;
		font-size: 19px;
		line-height: 1;
		box-shadow: 0 8px 18px rgba(18, 26, 32, 0.14);
	}

	#mlf-home .brands-arrow--prev {
		left: calc(50% - 38px);
	}

	#mlf-home .brands-arrow--next {
		right: calc(50% - 38px);
	}

	#mlf-home .newsletter__card {
		width: 100% !important;
	}
}

/* Mobile rhythm normalization: consistent space between homepage sections. */
@media (max-width: 767px) {
	#mlf-home {
		--mobile-rhythm: 28px !important;
	}

	#mlf-home .section--pricing,
	#mlf-home .section--categories,
	#mlf-home .mlf-mobile-trust,
	#mlf-home .quiz-banner,
	html body #mlf-home > #mlf-spring-showcase-slot,
	html body #mlf-home > div#mlf-spring-showcase-slot:has(> .mtss-showcase),
	#mlf-home > .editorial,
	#mlf-home > .section--tech,
	#mlf-home > .lifestyle,
	#mlf-home > .section--reviews,
	#mlf-home > .brands,
	#mlf-home > .newsletter {
		margin-top: var(--mobile-rhythm) !important;
	}

	#mlf-home #mlf-spring-showcase-slot > .mtss-showcase {
		padding-top: 0 !important;
	}

	#mlf-home > .section--reviews {
		padding-bottom: 60px !important;
	}

	#mlf-home .reviews-carousel {
		margin-bottom: 0 !important;
	}

	html body #mlf-home > a.quiz-banner {
		margin-top: var(--mobile-rhythm) !important;
	}
}

/* Mobile best-sellers showcase spacing requested from inspector. */
@media (max-width: 767px) {
	body#index .mtss-showcase,
	body#index #mlf-home #mlf-spring-showcase-slot > .mtss-showcase {
		padding: 50px 0 0 !important;
	}
}

/* Mobile budget cards: refined visual balance. */
@media (max-width: 767px) {
	#mlf-home .pricing {
		width: min(100% - 28px, 430px) !important;
		gap: 12px !important;
	}

	#mlf-home .pricing__tile {
		height: clamp(140px, 36vw, 152px) !important;
		min-height: 140px !important;
		border-radius: 15px !important;
		border: 1px solid rgba(255, 255, 255, 0.32) !important;
		box-shadow: 0 14px 30px rgba(18, 26, 32, 0.13) !important;
	}

	#mlf-home .pricing__tile::after {
		background:
			linear-gradient(
				90deg,
				rgba(7, 12, 16, 0.78) 0%,
				rgba(7, 12, 16, 0.55) 46%,
				rgba(7, 12, 16, 0.08) 100%
			),
			linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.12)) !important;
	}

	#mlf-home .pricing__cap {
		padding: 18px 20px 16px !important;
		gap: 9px !important;
	}

	#mlf-home .pricing__title {
		max-width: 12ch !important;
		font-size: clamp(21px, 5.7vw, 24px) !important;
		line-height: 1.06 !important;
		font-weight: 600 !important;
		text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42) !important;
	}

	#mlf-home .pricing__tile:nth-child(2) .pricing__title {
		max-width: 15.5ch !important;
		font-size: clamp(19px, 5.25vw, 22px) !important;
	}

	#mlf-home .pricing__tile:nth-child(2) .pricing__price {
		font-size: inherit !important;
	}

	#mlf-home .pricing__btn {
		min-height: 37px !important;
		padding: 8px 17px !important;
		gap: 9px !important;
		font-size: 12px !important;
		font-weight: 700 !important;
		box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24) !important;
	}

	#mlf-home .pricing__btn svg {
		width: 15px !important;
		height: 15px !important;
	}
}

/* Compact partner-logo carousel on mobile and narrow tablet. */
@media (max-width: 991px) {
	#mlf-home > .brands {
		padding: 22px 0 18px !important;
		background: #fff !important;
		border-top: 0 !important;
	}

	#mlf-home .brands__head {
		margin-bottom: 16px !important;
	}

	#mlf-home .brands__head .eyebrow,
	#mlf-home .brands__tagline {
		display: none !important;
	}

	#mlf-home .brands__head::before {
		content: "Ils nous font confiance";
		display: block;
		font-family: var(--ff-sans);
		font-size: clamp(18px, 4.8vw, 24px);
		font-weight: 800;
		line-height: 1.15;
		color: #101820;
		text-align: center;
	}

	#mlf-home .brands-carousel {
		position: relative;
		width: min(100% - 36px, 560px) !important;
		margin: 0 auto !important;
		padding: 0 0 46px !important;
	}

	#mlf-home .brands__row.brands__row--grid {
		width: 100% !important;
		min-height: 110px !important;
		height: 110px !important;
		margin: 0 auto !important;
		padding: 0 !important;
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		grid-template-columns: none !important;
		gap: 10px !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	#mlf-home .brands__row.brands__row--grid::-webkit-scrollbar {
		display: none;
	}

	#mlf-home .brands__row--grid .brand-logo,
	#mlf-home .brands__row--grid .brand-logo:nth-child(n + 10) {
		display: flex !important;
		flex: 0 0 calc((100% - 20px) / 3) !important;
		width: calc((100% - 20px) / 3) !important;
		min-width: calc((100% - 20px) / 3) !important;
		min-height: 88px !important;
		height: 88px !important;
		padding: 8px 6px !important;
		align-items: center !important;
		justify-content: center !important;
		scroll-snap-align: start;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		opacity: 1 !important;
		box-shadow: none !important;
	}

	#mlf-home .brands__row--grid .brand-logo__img {
		width: 86px !important;
		height: 86px !important;
		max-width: 86px !important;
		max-height: 86px !important;
		object-fit: contain !important;
		transform: scale(1.18);
		transform-origin: center;
	}

	#mlf-home .brands-arrow {
		position: absolute;
		bottom: 0 !important;
		z-index: 2;
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 34px !important;
		height: 34px !important;
		border: 1px solid rgba(16, 24, 32, 0.14) !important;
		border-radius: 999px;
		background: #fff !important;
		color: #101820 !important;
		font-size: 22px !important;
		line-height: 1;
		box-shadow: 0 10px 22px rgba(18, 26, 32, 0.14) !important;
	}

	#mlf-home .brands-arrow--prev {
		left: calc(50% - 43px) !important;
	}

	#mlf-home .brands-arrow--next {
		right: calc(50% - 43px) !important;
	}
}

@media (max-width: 360px) {
	#mlf-home .brands-carousel {
		width: min(100% - 28px, 560px) !important;
	}

	#mlf-home .brands__row--grid .brand-logo__img {
		width: 80px !important;
		height: 80px !important;
		max-width: 80px !important;
		max-height: 80px !important;
	}
}

/* Mobile carousel arrows: place controls beside content, not below it. */
@media (max-width: 767px) {
	#mlf-home .reviews-carousel {
		width: min(100% - 64px, 430px) !important;
		margin-bottom: 28px !important;
		padding-bottom: 0 !important;
	}

	#mlf-home .reviews-carousel .rc-arrow {
		top: 50% !important;
		bottom: auto !important;
		transform: translateY(-50%) !important;
		width: 34px !important;
		height: 34px !important;
		font-size: 22px !important;
		border-color: rgba(16, 24, 32, 0.16) !important;
		box-shadow: 0 10px 24px rgba(18, 26, 32, 0.16) !important;
	}

	#mlf-home .reviews-carousel .rc-arrow--prev {
		left: -23px !important;
		right: auto !important;
	}

	#mlf-home .reviews-carousel .rc-arrow--next {
		left: auto !important;
		right: -23px !important;
	}

	#mlf-home .brands-carousel {
		width: min(100% - 72px, 560px) !important;
		padding-bottom: 0 !important;
	}

	#mlf-home .brands-arrow {
		top: 50% !important;
		bottom: auto !important;
		transform: translateY(-50%) !important;
		width: 34px !important;
		height: 34px !important;
		font-size: 22px !important;
	}

	#mlf-home .brands-arrow--prev {
		left: -30px !important;
		right: auto !important;
	}

	#mlf-home .brands-arrow--next {
		left: auto !important;
		right: -30px !important;
	}
}

/* Mobile carousel arrows: final placement above rows, aligned right. */
@media (max-width: 767px) {
	#mlf-home .reviews-carousel {
		width: var(--container) !important;
		margin-top: 48px !important;
		margin-bottom: 28px !important;
	}

	#mlf-home .reviews-carousel .rc-arrow {
		top: -40px !important;
		bottom: auto !important;
		transform: none !important;
		width: 32px !important;
		height: 32px !important;
		font-size: 21px !important;
	}

	#mlf-home .reviews-carousel .rc-arrow--prev {
		left: auto !important;
		right: 42px !important;
	}

	#mlf-home .reviews-carousel .rc-arrow--next {
		left: auto !important;
		right: 0 !important;
	}

	#mlf-home .brands__head {
		margin-bottom: 46px !important;
	}

	#mlf-home .brands-carousel {
		width: var(--container) !important;
		padding-bottom: 0 !important;
	}

	#mlf-home .brands-arrow {
		top: -40px !important;
		bottom: auto !important;
		transform: none !important;
		width: 32px !important;
		height: 32px !important;
		font-size: 21px !important;
	}

	#mlf-home .brands-arrow--prev {
		left: auto !important;
		right: 42px !important;
	}

	#mlf-home .brands-arrow--next {
		left: auto !important;
		right: 0 !important;
	}
}

/* Tight rhythm for reviews, brand logos and newsletter. */
@media (max-width: 991px) {
	#mlf-home > .section--reviews,
	#mlf-home > .brands,
	#mlf-home > .newsletter {
		margin-top: 22px !important;
	}

	#mlf-home > .section--reviews {
		padding-bottom: 0 !important;
	}

	#mlf-home > .brands {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	#mlf-home > .newsletter {
		margin-top: 22px !important;
	}

	#mlf-home .brands__head {
		margin-bottom: 38px !important;
	}

	#mlf-home .brands-carousel {
		padding-bottom: 0 !important;
	}

	#mlf-home .brands-arrow {
		top: -40px !important;
		bottom: auto !important;
		transform: none !important;
		width: 32px !important;
		height: 32px !important;
		font-size: 21px !important;
	}

	#mlf-home .brands-arrow--prev {
		left: auto !important;
		right: 42px !important;
	}

	#mlf-home .brands-arrow--next {
		left: auto !important;
		right: 0 !important;
	}
}

@media (max-width: 767px) {
	#mlf-home {
		--mobile-rhythm: 22px !important;
	}

	#mlf-home > .section--reviews {
		padding-bottom: 0 !important;
	}

	#mlf-home .reviews-carousel {
		margin-bottom: 0 !important;
	}

	#mlf-home > .brands {
		margin-top: 18px !important;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}

	#mlf-home .brands__head {
		margin-bottom: 38px !important;
	}

	#mlf-home > .newsletter {
		margin-top: 18px !important;
	}
}

/* Final mobile category slider fix: override older grid/max-content rules. */
@media (max-width: 767px) {
	#mlf-home .cats.cats--carousel {
		display: block !important;
		width: var(--container) !important;
		max-width: var(--container) !important;
		overflow: hidden !important;
	}

	#mlf-home .cats.cats--carousel .cats__viewport {
		display: block !important;
		width: 100% !important;
		overflow: hidden !important;
		touch-action: pan-y !important;
	}

	#mlf-home .cats.cats--carousel .cats__track {
		display: flex !important;
		width: auto !important;
		max-width: none !important;
		gap: 12px !important;
		transition: transform 0.42s var(--ease-out) !important;
		will-change: transform !important;
	}

	#mlf-home .cats.cats--carousel .cats__track .cat,
	#mlf-home .cats.cats--carousel .cats__track .cat--lg,
	#mlf-home .cats.cats--carousel .cats__track .cat--wide,
	#mlf-home .cats.cats--carousel .cats__track .cat--promo {
		flex: 0 0 calc((100% - 12px) / 2) !important;
		width: calc((100% - 12px) / 2) !important;
		min-width: 0 !important;
		max-width: none !important;
	}

	#mlf-home .cats.cats--carousel .cats__dots {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		gap: 7px !important;
		margin-top: 12px !important;
	}
}

/* Codex 2026-06-04: polished mobile category carousel with arrows. */
#mlf-home .cats__arrow {
  display: none;
}

@media (max-width: 767px) {
  #mlf-home .cats.cats--carousel {
    position: relative !important;
    overflow: visible !important;
  }

  #mlf-home .cats.cats--carousel .cats__viewport {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 18px !important;
  }

  #mlf-home .cats.cats--carousel .cats__track {
    gap: 14px !important;
    align-items: stretch !important;
  }

  #mlf-home .cats.cats--carousel .cats__track .cat,
  #mlf-home .cats.cats--carousel .cats__track .cat--lg,
  #mlf-home .cats.cats--carousel .cats__track .cat--wide,
  #mlf-home .cats.cats--carousel .cats__track .cat--promo {
    flex: 0 0 calc((100% - 14px) / 2) !important;
    width: calc((100% - 14px) / 2) !important;
    min-width: 0 !important;
    min-height: clamp(198px, 52vw, 236px) !important;
    border-radius: 18px !important;
  }

  #mlf-home .cats.cats--carousel .cat__body {
    padding: 16px !important;
  }

  #mlf-home .cats.cats--carousel .cat__body h3,
  #mlf-home .cats.cats--carousel .cat--lg .cat__body h3 {
    max-width: none !important;
    font-size: clamp(18px, 5.2vw, 22px) !important;
    line-height: 1.05 !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42) !important;
  }

  #mlf-home .cats.cats--carousel .cats__arrow {
    display: inline-grid !important;
    place-items: center !important;
    position: absolute !important;
    top: 50% !important;
    z-index: 3 !important;
    pointer-events: auto !important;
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 14px 32px rgba(22, 34, 41, 0.22) !important;
    color: var(--navy) !important;
    transform: translateY(-50%) !important;
    transition: opacity 0.2s var(--ease), transform 0.2s var(--ease) !important;
  }

  #mlf-home .cats.cats--carousel .cats__arrow--prev {
    left: 10px !important;
  }

  #mlf-home .cats.cats--carousel .cats__arrow--next {
    right: 10px !important;
  }

  #mlf-home .cats.cats--carousel .cats__arrow:active {
    transform: translateY(-50%) scale(0.96) !important;
  }

  #mlf-home .cats.cats--carousel .cats__arrow.is-disabled {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  #mlf-home .cats.cats--carousel .cats__dots {
    margin-top: 14px !important;
  }

  #mlf-home .cats.cats--carousel .cats__dot {
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
  }
}

@media (max-width: 767px) {
  #mlf-home .cats.cats--carousel .cats__arrow svg {
    pointer-events: none !important;
  }

  #mlf-home .cats.cats--carousel .cat {
    z-index: 1 !important;
  }
}

/* Codex 2026-06-08: mobile homepage section-heading typography only. */
@media (max-width: 767px) {
	body#index #mlf-home .section__title,
	body#index #mlf-home .section__title * {
		font-family: Fraunces, Georgia, serif !important;
		font-weight: 400 !important;
	}

	body#index #mlf-home .section__title {
		font-size: 36px !important;
		line-height: 1.02 !important;
	}

	body#index #mlf-home .mlf-mobile-hero__title,
	body#index #mlf-home .mlf-mobile-hero__title *,
	body#index #mlf-home .pricing__title,
	body#index #mlf-home .pricing__title *,
	body#index #mlf-home .quiz-banner__title,
	body#index #mlf-home .quiz-banner__title *,
	body#index #mlf-home .mlf-mobile-maker h2,
	body#index #mlf-home .mlf-mobile-maker h2 *,
	body#index #mlf-home .lifestyle__cap h3,
	body#index #mlf-home .lifestyle__cap h3 *,
	body#index #mlf-home .newsletter__title,
	body#index #mlf-home .newsletter__title * {
		font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
	}
	/* Mobile home rhythm: same airy gap between every top-level block. */
	body#index #mlf-home {
		--mobile-section-gap: 42px !important;
	}

	body#index #mlf-home > .section,
	body#index #mlf-home > .mlf-mobile-trust,
	body#index #mlf-home > .quiz-banner,
	body#index #mlf-home > #mlf-spring-showcase-slot,
	body#index #mlf-home > .editorial,
	body#index #mlf-home > .lifestyle,
	body#index #mlf-home > .brands,
	body#index #mlf-home > .newsletter {
		margin-top: var(--mobile-section-gap) !important;
	}

	body#index #mlf-home .section__head {
		margin-bottom: 22px !important;
	}

	body#index #mlf-home .section__title {
		color: #101820 !important;
		letter-spacing: -0.025em !important;
		text-wrap: balance;
	}

	body#index #mlf-home .section__lede,
	body#index #mlf-home .section__lede--mobile {
		max-width: 32ch !important;
		margin-right: auto !important;
		margin-left: auto !important;
		color: rgba(16, 24, 32, 0.68) !important;
		line-height: 1.38 !important;
	}

	body#index #mlf-home .pricing {
		gap: 14px !important;
	}

	body#index #mlf-home .pricing__tile {
		border-radius: 18px !important;
		box-shadow: 0 18px 38px rgba(16, 24, 32, 0.16) !important;
	}

	body#index #mlf-home .pricing__tile::after {
		background:
			linear-gradient(90deg, rgba(7, 12, 16, 0.82) 0%, rgba(7, 12, 16, 0.58) 48%, rgba(7, 12, 16, 0.14) 100%),
			linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.18)) !important;
	}

	body#index #mlf-home .pricing__cap {
		padding: 19px 22px 17px !important;
	}

	body#index #mlf-home .pricing__btn {
		min-height: 39px !important;
		padding: 9px 18px !important;
	}

	body#index #mlf-home .pricing__tile {
		height: clamp(150px, 31vw, 164px) !important;
		min-height: 150px !important;
		border-radius: 22px !important;
		box-shadow:
			0 18px 42px rgba(16, 24, 32, 0.14),
			inset 0 0 0 1px rgba(255, 255, 255, 0.28) !important;
	}

	body#index #mlf-home .pricing__tile img {
		object-position: 66% center !important;
	}

	body#index #mlf-home .pricing__tile::after {
		background:
			linear-gradient(90deg, rgba(5, 10, 14, 0.86) 0%, rgba(5, 10, 14, 0.66) 43%, rgba(5, 10, 14, 0.2) 78%, rgba(5, 10, 14, 0.05) 100%),
			linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.16)) !important;
	}

	body#index #mlf-home .pricing__cap {
		padding: 22px 24px 18px !important;
		gap: 10px !important;
	}

	body#index #mlf-home .pricing__title {
		max-width: 15ch !important;
		font-size: clamp(23px, 5.35vw, 26px) !important;
		line-height: 1.05 !important;
		letter-spacing: -0.025em !important;
		text-shadow: 0 2px 18px rgba(0, 0, 0, 0.36) !important;
	}

	body#index #mlf-home .pricing__price {
		font-size: 0.86em !important;
		letter-spacing: -0.02em !important;
	}

	body#index #mlf-home .pricing__tile:nth-child(2) .pricing__title {
		max-width: 20ch !important;
		font-size: clamp(21px, 4.8vw, 24px) !important;
		line-height: 1.04 !important;
	}

	body#index #mlf-home .pricing__btn {
		min-height: 43px !important;
		padding: 11px 22px !important;
		border-radius: 999px !important;
		font-size: 13px !important;
		letter-spacing: 0.01em !important;
		box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22) !important;
	}

	body#index #mlf-home .pricing__btn svg {
		width: 15px !important;
		height: 15px !important;
		margin-left: 6px !important;
	}

	body#index #mlf-home .cats.cats--carousel .cat,
	body#index #mlf-home .cats.cats--carousel .cat--lg,
	body#index #mlf-home .cats.cats--carousel .cat--wide,
	body#index #mlf-home .cats.cats--carousel .cat--promo {
		min-height: clamp(216px, 57vw, 250px) !important;
		border-radius: 20px !important;
		box-shadow: 0 18px 38px rgba(16, 24, 32, 0.14) !important;
	}

	body#index #mlf-home .cats.cats--carousel .cat::after {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(12, 17, 21, 0.1) 38%, rgba(12, 17, 21, 0.72) 100%) !important;
	}

	body#index #mlf-home .cats.cats--carousel .cat__body {
		padding: 18px !important;
		justify-content: flex-end !important;
	}

	body#index #mlf-home .cats.cats--carousel .cat__body h3 {
		color: #fff !important;
		text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42) !important;
	}

	body#index #mlf-home .cats.cats--carousel .cats__dots {
		margin-top: 16px !important;
	}

	body#index #mlf-home .mtss-showcase__title {
		max-width: 12ch !important;
		letter-spacing: -0.025em !important;
	}

	body#index #mlf-home .section--tech .section__title {
		max-width: 12ch !important;
	}

	body#index #mlf-home .tech-card {
		border-radius: 18px !important;
		box-shadow: 0 14px 30px rgba(16, 24, 32, 0.12) !important;
		overflow: hidden !important;
	}

	body#index #mlf-home .tech-card__title {
		line-height: 1.16 !important;
	}
}
