/*
Theme Name:  Dune
Theme URI:   https://dune.dental
Description: Dune – custom dental prosthetics theme.
Author:      Dune Dental
Version:     1.0.0
Text Domain: dune
Requires at least: 6.4
Requires PHP: 8.0
*/

/* ═══════════════════════════════════════
   GLOBAL RESET
═══════════════════════════════════════ */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* ═══════════════════════════════════════
   FONTS
═══════════════════════════════════════ */
@font-face {
	font-family: 'Aeonik Pro';
	src: url('assets/fonts/aeonik/Aeonik-Pro-Thin.woff2') format('woff2'),
		url('assets/fonts/aeonik/Aeonik-Pro-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aeonik Pro';
	src: url('assets/fonts/aeonik/Aeonik-Pro-Thin-Italic.woff2') format('woff2'),
		url('assets/fonts/aeonik/Aeonik-Pro-Thin-Italic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Aeonik Pro';
	src: url('assets/fonts/aeonik/Aeonik-Pro-Light.woff2') format('woff2'),
		url('assets/fonts/aeonik/Aeonik-Pro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aeonik Pro';
	src: url('assets/fonts/aeonik/Aeonik Pro Regular.woff2') format('woff2'),
		url('assets/fonts/aeonik/Aeonik Pro Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aeonik Pro';
	src: url('assets/fonts/aeonik/Aeonik-Pro-Regular-Italic.woff2') format('woff2'),
		url('assets/fonts/aeonik/Aeonik-Pro-Regular-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Aeonik Pro';
	src: url('assets/fonts/aeonik/Aeonik-Pro-Bold.woff2') format('woff2'),
		url('assets/fonts/aeonik/Aeonik-Pro-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aeonik Pro';
	src: url('assets/fonts/aeonik/Aeonik-Pro-Black.woff2') format('woff2'),
		url('assets/fonts/aeonik/Aeonik-Pro-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aeonik Pro';
	src: url('assets/fonts/aeonik/Aeonik-Pro-Black-Italic.woff2') format('woff2'),
		url('assets/fonts/aeonik/Aeonik-Pro-Black-Italic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

/* ═══════════════════════════════════════
   TOKENS
═══════════════════════════════════════ */
:root {
	--dune-sand: #BD956F;
	--dune-sand-lt: #CBA882;
	--dune-dark: #1A2634;
	--dune-muted: #5C6470;
	--dune-border: #E8E4DF;
	--dune-white: #FFFFFF;
	--t: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
	background: #EAEAEA;
	color: var(--dune-dark);
}

/* ═══════════════════════════════════════
   FULL-SCREEN WRAPPER
   Video, header and hero all live here.
   overflow:clip clips the video without
   creating a scroll container (sticky works).
═══════════════════════════════════════ */
.dune-screen {
	position: relative;
	min-height: 100vh;
	overflow: clip;
	background: #EAEAEA !important;
}

/* Strip white from WP wrappers inside the screen */
.dune-screen header.wp-block-template-part,
.dune-screen main.wp-block-group,
.dune-screen .wp-block-group:not(.dune-header__bar) {
	background-color: transparent !important;
}

/* ── Video element: hidden – Three.js reads it as a WebGL texture ── */
.dune-bg-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	opacity: 0;
	/* invisible – WebGL canvas renders every frame */
	visibility: hidden;
}

/* ── Three.js WebGL canvas: the actual visible background ── */
.dune-bg-canvas {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 0;
	pointer-events: none;
	display: block;
}

/* Header and content sit above the video */
.dune-screen>header.wp-block-template-part {
	position: relative;
	z-index: 100005;
}

.dune-screen>.wp-block-group {
	position: relative;
	z-index: 10;
}

/* ═══════════════════════════════════════
   HEADER  (inside .dune-screen, sticky)
═══════════════════════════════════════ */
.dune-screen header.wp-block-template-part {
	background: transparent !important;
}

.dune-header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 200;
	background: transparent !important;
	padding-top: 40px !important;
	padding-bottom: 10px !important;
	transition: padding var(--t);
}

/* Shift down when WP admin bar is visible */
.admin-bar .dune-header-wrap {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .dune-header-wrap {
		top: 46px;
	}
}

/* Card: near-transparent at the top, frosted glass when scrolled */
.dune-header__bar {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	background: rgba(255, 255, 255, 0.18) !important;
	-webkit-backdrop-filter: blur(0px);
	backdrop-filter: blur(0px);
	border-radius: 999px;
	box-shadow: none;
	padding: 14px 26px 14px 26px;
	transition:
		background 0.4s ease,
		box-shadow 0.4s ease,
		padding var(--t),
		backdrop-filter 0.4s ease,
		-webkit-backdrop-filter 0.4s ease,
		border-color 0.4s ease;
}

/* Logo: stays at its natural size on the left */
.dune-header__bar .wp-block-site-title {
	flex-shrink: 0;
	align-self: center;
}

/* Nav: fills the space between logo and button, links centered within that space */
.dune-header__bar .dune-nav {
	flex: 1 1 auto;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

/* CTA wrapper: vertically centered, no margins */
.dune-header__bar>.wp-block-buttons {
	flex-shrink: 0;
	align-self: center !important;
	display: flex !important;
	align-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* CTA inner button div: hardcoded vertical nudge to compensate browser rendering offset */
.dune-header__bar .dune-btn-portail {
	margin: 0 !important;
	position: relative;
	top: 3px;
}

/* Scrolled: frosted glass */
.dune-header-wrap.is-scrolled .dune-header__bar {
	background: rgba(255, 255, 255, 0.65) !important;
	-webkit-backdrop-filter: blur(18px) saturate(180%);
	backdrop-filter: blur(18px) saturate(180%);
	box-shadow: 0 2px 28px rgba(0, 0, 0, 0.10);
	padding: 10px 26px 10px 26px;
}

/* ── Site title ── */
.wp-block-site-title,
.wp-block-site-title a {
	font-size: 1.5rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.22em !important;
	text-transform: uppercase !important;
	color: var(--dune-dark) !important;
	text-decoration: none !important;
	white-space: nowrap;
	transition: color 0.4s ease;
}

/* ── Nav links ── */
.dune-nav .wp-block-navigation__container {
	gap: 2px !important;
	flex-wrap: nowrap !important;
}

.dune-nav .wp-block-navigation-item__content {
	position: relative;
	padding: 6px 20px !important;
	font-size: 0.85rem !important;
	font-weight: 500 !important;
	color: var(--dune-muted) !important;
	text-decoration: none !important;
	border-radius: 999px;
	white-space: nowrap;
	transition: color var(--t), transform var(--t);
	will-change: transform;
}

/* Hover pill */
.dune-nav .wp-block-navigation-item__content::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 999px;
	background: color-mix(in srgb, var(--dune-sand) 10%, transparent);
	transform: scaleX(0.6) scaleY(0.5);
	opacity: 0;
	transition: transform var(--t), opacity var(--t);
	pointer-events: none;
}

.dune-nav .wp-block-navigation-item:hover .wp-block-navigation-item__content::before {
	transform: scaleX(1) scaleY(1);
	opacity: 1;
}

.dune-nav .wp-block-navigation-item:hover .wp-block-navigation-item__content {
	color: var(--dune-sand) !important;
	transform: translateY(-1px);
}

.dune-nav .current-menu-item .wp-block-navigation-item__content {
	color: var(--dune-sand) !important;
}

.dune-nav .current-menu-item .wp-block-navigation-item__content::after {
	display: none;
}

/* Scroll-driven active state — mirrors current-menu-item visually */
.dune-nav .wp-block-navigation-item.is-nav-active .wp-block-navigation-item__content {
	color: var(--dune-sand) !important;
}

.dune-nav .wp-block-navigation-item.is-nav-active .wp-block-navigation-item__content::after {
	display: none;
}

/* Once JS scroll-tracking is live, suppress the server-rendered highlight
   so only the scroll-active item shows at any time */
.dune-nav.is-scroll-tracked .current-menu-item:not(.is-nav-active) .wp-block-navigation-item__content {
	color: var(--dune-muted) !important;
}

.dune-nav.is-scroll-tracked .current-menu-item:not(.is-nav-active) .wp-block-navigation-item__content::after {
	display: none;
}


/* ── CTA button ── */
.dune-btn-portail .wp-block-button__link {
	position: relative;
	overflow: hidden;
	background-color: var(--dune-sand) !important;
	color: var(--dune-white) !important;
	border-radius: 12px !important;
	padding: 0.58rem 1.3rem !important;
	font-size: 0.85rem !important;
	font-weight: 600 !important;
	border: none !important;
	white-space: nowrap;
	box-shadow: none;
	transition:
		background-color 0.3s ease,
		box-shadow 0.35s ease,
		transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Specular highlight: fades in from top-center like a light source overhead */
.dune-btn-portail .wp-block-button__link::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: radial-gradient(ellipse 80% 55% at 50% -10%, rgba(255, 255, 255, 0.32) 0%, transparent 70%);
	opacity: 0;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.dune-btn-portail .wp-block-button__link:hover::after {
	opacity: 1;
}

.dune-btn-portail .wp-block-button__link:hover {
	background-color: var(--dune-sand-lt) !important;
	box-shadow:
		0 2px 6px rgba(189, 149, 111, 0.18),
		0 10px 30px rgba(189, 149, 111, 0.40),
		0 0 0 3px rgba(189, 149, 111, 0.12) !important;
}

/* ── Hamburger ── */
.dune-nav .wp-block-navigation__responsive-container-open {
	color: var(--dune-dark) !important;
}

/* ── Entrance animations ── */
.nav-ready .dune-nav .wp-block-navigation-item {
	animation: navIn .5s ease both;
}

.nav-ready .dune-nav .wp-block-navigation-item:nth-child(1) {
	animation-delay: .05s
}

.nav-ready .dune-nav .wp-block-navigation-item:nth-child(2) {
	animation-delay: .10s
}

.nav-ready .dune-nav .wp-block-navigation-item:nth-child(3) {
	animation-delay: .14s
}

.nav-ready .dune-nav .wp-block-navigation-item:nth-child(4) {
	animation-delay: .18s
}

.nav-ready .dune-nav .wp-block-navigation-item:nth-child(5) {
	animation-delay: .22s
}

.nav-ready .dune-nav .wp-block-navigation-item:nth-child(6) {
	animation-delay: .26s
}

.nav-ready .dune-nav .wp-block-navigation-item:nth-child(7) {
	animation-delay: .30s
}

@keyframes navIn {
	from {
		opacity: 0;
		transform: translateY(-6px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.nav-ready .wp-block-site-title {
	animation: logoIn .5s ease .02s both;
}

@keyframes logoIn {
	from {
		opacity: 0;
		transform: translateX(-10px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

.nav-ready .dune-btn-portail {
	animation: btnIn .6s cubic-bezier(.34, 1.56, .64, 1) .35s both;
}

@keyframes btnIn {
	from {
		opacity: 0;
		transform: translateX(14px) scale(.9)
	}

	to {
		opacity: 1;
		transform: translateX(0) scale(1)
	}
}

/* ═══════════════════════════════════════
   RESPONSIVE NAV
═══════════════════════════════════════ */
@media (max-width: 1150px) {
	.dune-nav .wp-block-navigation-item__content {
		padding: 5px 7px !important;
		font-size: 0.78rem !important;
	}

	.dune-btn-portail .wp-block-button__link {
		padding: 0.5rem 1rem !important;
		font-size: 0.8rem !important;
	}

	.dune-header__bar {
		padding: 8px 8px 8px 18px;
	}
}

@media (max-width: 900px) {

	/* ── Wrapper: keep full width, always above the mobile overlay ── */
	.dune-header-wrap {
		padding-top: 24px !important;
		padding-bottom: 12px !important;
		display: block !important;
		z-index: 100001 !important;
		width: 100vw !important;
		max-width: 100vw !important;
		left: 0 !important;
		right: 0 !important;
		box-sizing: border-box !important;
	}

	/* When menu is open, bump header above the overlay so logo + close btn stay on top */
	.has-menu-open .dune-header-wrap,
	.dune-header-wrap.menu-is-open {
		z-index: 100003 !important;
	}

	/* ── Inner group: match section widths exactly ── */
	.dune-header-wrap>.wp-block-group {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 auto !important;
		padding: 0 clamp(20px, 5vw, 80px) !important;
		box-sizing: border-box !important;
	}

	/* ── Pill (The Bar): positioned parent for burger ── */
	.dune-header__bar {
		position: relative !important;
		width: 100% !important;
		margin: 0 auto !important;
		min-height: 54px;
		padding: 0 4px 0 24px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		background: rgba(255, 255, 255, 0.85) !important;
		backdrop-filter: blur(20px) !important;
		-webkit-backdrop-filter: blur(20px) !important;
		border: 1px solid rgba(255, 255, 255, 0.4);
		box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
		border-radius: 999px;
		opacity: 0;
		box-sizing: border-box !important;
		/* Initial state for animation */
	}

	.nav-ready .dune-header__bar {
		animation: mobileBarIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s both;
	}

	@keyframes mobileBarIn {
		from {
			opacity: 0;
			transform: scale(0.92) translateY(-14px);
		}

		to {
			opacity: 1;
			transform: scale(1) translateY(0);
		}
	}


	/* ── Burger button: circle pinned to the pill's right edge ── */
	.dune-nav .wp-block-navigation__responsive-container-open {
		display: flex !important;
		align-items: center;
		justify-content: center;
		position: absolute;
		right: -4px;
		left: auto;
		top: 50%;
		transform: translateY(-50%);
		width: 54px;
		height: 54px;
		border-radius: 50%;
		background: #fff;
		border: 1px solid rgba(0, 0, 0, 0.05);
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
		color: var(--dune-dark) !important;
		z-index: 1000;
		opacity: 0;
		/* Initial state */
		transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease, background 0.3s ease;
	}

	.nav-ready .dune-nav .wp-block-navigation__responsive-container-open {
		animation: burgerIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s both;
	}

	@keyframes burgerIn {
		from {
			opacity: 0;
			transform: translateY(-50%) scale(0.6) translateX(12px);
		}

		to {
			opacity: 1;
			transform: translateY(-50%) scale(1) translateX(0);
		}
	}

	.dune-nav .wp-block-navigation__responsive-container-open:hover {
		background: #fdfdfd;
		transform: translateY(-50%) scale(1.08);
	}

	.is-scrolled .dune-nav .wp-block-navigation__responsive-container-open {
		transform: translateY(-50%) scale(0.95);
	}

	/* Hide burger when menu is open (avoid overlap) */
	.has-menu-open .dune-nav .wp-block-navigation__responsive-container-open {
		opacity: 0;
		pointer-events: none;
		transform: translateY(-50%) scale(0.8);
	}

	/* Fade out pill background and make logo white when menu is open —
	   Using both body.has-menu-open and .menu-is-open for maximum resilience
	   across home page and other templates. */
	.has-menu-open .dune-header__bar,
	.dune-header-wrap.menu-is-open .dune-header__bar {
		background: transparent !important;
		border-color: transparent !important;
		box-shadow: none !important;
		backdrop-filter: blur(0px) !important;
		-webkit-backdrop-filter: blur(0px) !important;
		z-index: 100003 !important;
		/* Keep logo/close btn above the overlay */
	}

	.has-menu-open .wp-block-site-title,
	.has-menu-open .wp-block-site-title a,
	.dune-header-wrap.menu-is-open .wp-block-site-title,
	.dune-header-wrap.menu-is-open .wp-block-site-title a {
		color: #fff !important;
	}


	/* ── Hiding desktop clutter ── */
	.dune-nav .wp-block-navigation__container,
	.dune-header__bar .wp-block-buttons,
	.dune-header__bar .dune-btn-portail {
		display: none !important;
	}

	.dune-header__bar .dune-nav {
		flex: 0 0 0px !important;
		width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	/* ── Suppress WP overlay — custom menu takes over ── */
	.dune-nav .wp-block-navigation__responsive-container,
	.dune-nav .wp-block-navigation__responsive-container.is-menu-open {
		display: none !important;
		visibility: hidden !important;
		pointer-events: none !important;
		opacity: 0 !important;
	}
}

@media (min-width: 901px) {

	.dune-nav .wp-block-navigation__container {
		display: flex !important;
	}

	.dune-nav .wp-block-navigation__responsive-container-open {
		display: none !important;
	}

	.dune-mobile-menu {
		display: none !important;
	}
}

/* ═══════════════════════════════════════
   CUSTOM MOBILE MENU
═══════════════════════════════════════ */
.dune-mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 100002;
	/* Above header (100001) so blur covers everything */
	background: rgba(5, 5, 7, 0.72);
	backdrop-filter: blur(20px) saturate(140%);
	-webkit-backdrop-filter: blur(20px) saturate(140%);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: clamp(100px, 16vh, 140px) clamp(36px, 10vw, 64px) 48px;
	min-height: 100dvh;
	clip-path: inset(0 0 100% 0 round 28px);
	visibility: hidden;
	pointer-events: none;
	transition:
		clip-path 0.58s cubic-bezier(0.16, 1, 0.3, 1),
		visibility 0s linear 0.58s;
}

.dune-mobile-menu.is-open {
	clip-path: inset(0 0 0% 0 round 0px);
	visibility: visible;
	pointer-events: all;
	transition:
		clip-path 0.58s cubic-bezier(0.16, 1, 0.3, 1),
		visibility 0s;
}

/* ── Close button ── */
.dune-mobile-menu__close {
	position: absolute;
	top: 28px;
	right: 28px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.10);
	color: rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition:
		background 0.25s ease,
		color 0.25s ease,
		transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.dune-mobile-menu__close:hover {
	background: rgba(255, 255, 255, 0.13);
	color: #fff;
	transform: scale(1.08) rotate(90deg);
}

/* ── Nav list ── */
.dune-mobile-menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

/* ── Each item ── */
.dune-mobile-menu__item {
	position: relative;
	padding: 10px 0;
	opacity: 0;
	transform: translateX(56px);
	transition:
		opacity 0.42s cubic-bezier(0.16, 1, 0.3, 1),
		transform 0.52s cubic-bezier(0.16, 1, 0.3, 1);
}

.dune-mobile-menu.is-open .dune-mobile-menu__item {
	opacity: 1;
	transform: translateX(0);
}

.dune-mobile-menu.is-open .dune-mobile-menu__item:nth-child(1) {
	transition-delay: 0.06s;
}

.dune-mobile-menu.is-open .dune-mobile-menu__item:nth-child(2) {
	transition-delay: 0.11s;
}

.dune-mobile-menu.is-open .dune-mobile-menu__item:nth-child(3) {
	transition-delay: 0.16s;
}

.dune-mobile-menu.is-open .dune-mobile-menu__item:nth-child(4) {
	transition-delay: 0.21s;
}

.dune-mobile-menu.is-open .dune-mobile-menu__item:nth-child(5) {
	transition-delay: 0.26s;
}

.dune-mobile-menu.is-open .dune-mobile-menu__item:nth-child(6) {
	transition-delay: 0.31s;
}

.dune-mobile-menu.is-open .dune-mobile-menu__item:nth-child(7) {
	transition-delay: 0.36s;
}

/* Active item — non-circular blurred pill glow, ends where text begins */
.dune-mobile-menu__item.is-active::before {
	content: '';
	position: absolute;
	left: 0;
	width: 52px;
	top: 50%;
	transform: translateY(-50%);
	height: 72px;
	background: rgba(189, 149, 111, 0.22);
	border-radius: 20px;
	filter: blur(22px);
	pointer-events: none;
	z-index: 0;
}

/* Active item — thin line ending at text start */
.dune-mobile-menu__item.is-active::after {
	content: '';
	position: absolute;
	left: 0;
	width: 38px;
	top: 50%;
	height: 1px;
	background: rgba(189, 149, 111, 0.6);
	pointer-events: none;
	z-index: 0;
}

/* ── Link text ── */
.dune-mobile-menu__link {
	display: flex;
	align-items: center;
	gap: 18px;
	font-size: clamp(2.1rem, 8.5vw, 3.2rem);
	font-weight: 300;
	letter-spacing: -0.035em;
	line-height: 1.08;
	color: rgba(255, 255, 255, 0.42);
	text-decoration: none;
	transition: color 0.22s ease;
	position: relative;
	z-index: 1;
	-webkit-tap-highlight-color: transparent;
}

.dune-mobile-menu__link:hover {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
}

/* Active link: sand color */
.dune-mobile-menu__item.is-active .dune-mobile-menu__link {
	color: var(--dune-sand);
	font-weight: 400;
}

/* Active dash indicator — thin line before text */
.dune-mobile-menu__item.is-active .dune-mobile-menu__link::before {
	content: '';
	display: inline-block;
	flex-shrink: 0;
	width: 20px;
	height: 1.5px;
	background: var(--dune-sand);
	border-radius: 2px;
	opacity: 0.85;
	align-self: center;
}

/* ── CTA button ── */
.dune-mobile-menu__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: auto;
	padding: 18px 32px;
	background: var(--dune-sand);
	color: #fff;
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	border-radius: 16px;
	text-decoration: none;
	opacity: 0;
	transform: translateY(14px);
	transition:
		opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.44s,
		transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.44s,
		background 0.22s ease,
		box-shadow 0.22s ease;
}

.dune-mobile-menu.is-open .dune-mobile-menu__cta {
	opacity: 1;
	transform: translateY(0);
}

.dune-mobile-menu__cta:hover {
	background: var(--dune-sand-lt);
	box-shadow: 0 8px 24px rgba(189, 149, 111, 0.35);
	transform: translateY(-2px);
	color: #fff;
	text-decoration: none;
}

/* ── Burger SVG bar morph ── */
.dune-bar {
	transform-box: fill-box;
	transform-origin: center;
	transition:
		transform 0.42s cubic-bezier(0.34, 1.56, 0.64, 1),
		opacity 0.28s ease;
}

.dune-burger-is-open .dune-bar--1 {
	transform: translateY(4.75px) rotate(45deg);
}

.dune-burger-is-open .dune-bar--2 {
	transform: scaleX(0);
	opacity: 0;
}

.dune-burger-is-open .dune-bar--3 {
	transform: translateY(-4.75px) rotate(-45deg);
}

/* Burger when menu is open — keep visible, dark glass style */
.dune-burger-is-open.wp-block-navigation__responsive-container-open {
	opacity: 1 !important;
	pointer-events: all !important;
	transform: translateY(-50%) scale(1) !important;
	background: #fff !important;
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	color: var(--dune-dark) !important;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
}

/* ═══════════════════════════════════════
   GRID SYSTEM (Section Separators & Interior)
═══════════════════════════════════════ */
.dune-section-grid {
	border-top: 1px solid rgba(0, 0, 0, 0.07);
}

/* Ensure the last section in the grid group also has a bottom border to close the frame */
section.dune-section-grid:last-of-type {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.dune-container-grid {
	max-width: 1240px;
	margin: 0 auto;
	border-left: 1px solid rgba(0, 0, 0, 0.07);
	border-right: 1px solid rgba(0, 0, 0, 0.07);
	padding-left: clamp(24px, 5vw, 80px);
	padding-right: clamp(24px, 5vw, 80px);
	box-sizing: border-box;
}

/* Internal column divider */
.dune-grid-divider {
	border-right: 1px solid rgba(0, 0, 0, 0.07);
}

@media (max-width: 900px) {
	.dune-container-grid {
		border-left: none;
		border-right: none;
	}

	.dune-hero__content {
		padding-top: clamp(50px, 6vh, 60px) !important;
		padding-bottom: clamp(30px, 4vh, 60px) !important;
	}
}

/* ═══════════════════════════════════════
   HERO CONTENT  (inside .dune-screen)
═══════════════════════════════════════ */

/* Outer wrapper: constrained container matching the header layout */
.dune-screen>.wp-block-group {
	width: 100%;
}

.dune-hero__content {
	padding-top: clamp(160px, 24vh, 260px) !important;
	padding-bottom: clamp(40px, 6vh, 80px) !important;
}

.dune-hero__heading {
	font-size: clamp(2.6rem, 6vw, 4rem);
	font-weight: 300;
	line-height: 1.14;
	color: var(--dune-dark);
	margin-bottom: 1.2rem;
}

.dune-hero__heading .dune-accent {
	color: var(--dune-sand);
}

.dune-hero__sub {
	font-size: clamp(0.95rem, 1.6vw, 1.05rem);
	color: var(--dune-muted);
	line-height: 1.65;
	max-width: 500px;
	margin-bottom: 2.2rem;
}

/* ── Buttons ── */
.dune-btn-primary .wp-block-button__link {
	background-color: var(--dune-dark) !important;
	color: var(--dune-white) !important;
	border-radius: 12px !important;
	padding: 0.72rem 1.7rem !important;
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	border: none !important;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
	transition: background var(--t), transform var(--t), box-shadow var(--t);
}

.dune-btn-primary .wp-block-button__link:hover {
	background-color: #0f1a24 !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}


.dune-hero-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.dune-hero .dune-btn-secondary {
	margin-left: 0 !important;
}

.dune-btn-secondary .wp-block-button__link {
	background-color: transparent !important;
	color: var(--dune-dark) !important;
	border: 1.5px solid rgba(26, 38, 52, 0.13) !important;
	border-radius: 12px !important;
	padding: 0.72rem 1.7rem !important;
	font-size: 0.9rem !important;
	font-weight: 500 !important;
	transition: border-color var(--t), transform var(--t);
}

.dune-btn-secondary .wp-block-button__link:hover {
	border-color: rgba(26, 38, 52, 0.65) !important;
}

/* ── Social proof ── */
.dune-social-proof {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 2.2rem;
}

.dune-avatars {
	display: flex;
	align-items: center;
}

.dune-avatars img {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 2px solid var(--dune-white);
	margin-left: -10px;
	object-fit: cover;
}

.dune-avatars img:first-child {
	margin-left: 0;
}

.dune-avatar {
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 2px solid var(--dune-white);
	margin-left: -10px;
	background: #6b7280;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
}

.dune-avatar:first-child {
	margin-left: 0;
}

.dune-avatar--1 {
	background: #c9a066;
}

.dune-avatar--2 {
	background: #4a7c6f;
}

.dune-avatar--3 {
	background: #7b6e8a;
}

.dune-avatar--4 {
	background: #b05a4a;
}

.dune-avatar::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, .85);
	border-radius: 50%;
	width: 14px;
	height: 14px;
	top: 6px;
}

.dune-avatar::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, .85);
	border-radius: 50% 50% 0 0;
	width: 22px;
	height: 16px;
	bottom: -2px;
}

.dune-avatars__more {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 2px solid var(--dune-white);
	background: var(--dune-border) !important;
	margin-left: -10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .7rem;
	font-weight: 600;
	color: var(--dune-muted);
}

.dune-social-proof__meta {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.dune-stars {
	display: flex;
	gap: 2px;
}

.dune-stars svg {
	width: 16px;
	height: 16px;
	fill: #F59E0B;
}

.dune-social-proof__text {
	font-size: .78rem;
	color: var(--dune-muted);
	font-weight: 500;
}

/* ── Hero entrance ── */
/* JS adds .hero-animating to body before DOMContentLoaded; if JS never runs
   the content stays fully visible (no invisible fallback). */
.hero-animating .dune-hero__heading,
.hero-animating .dune-hero__sub,
.hero-animating .dune-hero__content .wp-block-buttons,
.hero-animating .dune-social-proof {
	opacity: 0;
}

.hero-ready .dune-hero__heading {
	animation: heroH .9s cubic-bezier(.22, 1, .36, 1) .10s both;
}

.hero-ready .dune-hero__sub {
	animation: heroS .8s cubic-bezier(.22, 1, .36, 1) .26s both;
}

.hero-ready .dune-hero__content .wp-block-buttons {
	animation: heroB .7s cubic-bezier(.34, 1.56, .64, 1) .40s both;
}

.hero-ready .dune-social-proof {
	animation: heroP .7s ease .54s both;
}

@keyframes heroH {
	from {
		opacity: 0;
		transform: translateY(28px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes heroS {
	from {
		opacity: 0;
		transform: translateY(18px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes heroB {
	from {
		opacity: 0;
		transform: translateY(14px) scale(.96)
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1)
	}
}

@keyframes heroP {
	from {
		opacity: 0;
		transform: translateY(10px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

/* ═══════════════════════════════════════
   DUNE AI PORTAL SECTION
═══════════════════════════════════════ */
.dune-portal-wrapper {
	background-color: #FFFFFF;
	/* White background behind the curve */
	position: relative;
	width: 100%;
}

.dune-portal-bg {
	position: relative;
	width: 100%;
	background-color: #0E0E11;
	background-image: url('assets/img/portal/bg.png');
	/* Will be set properly by PHP inline, but fallback here */
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	/* Huge native curves on the bottom */
	border-radius: 0 0 clamp(60px, 12vw, 160px) clamp(60px, 12vw, 160px);
	padding: clamp(90px, 15vh, 170px) 0 clamp(200px, 35vh, 400px);
	overflow: clip;
	/* 'clip' never creates a scroll container unlike 'hidden' */
}

.dune-portal-content {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
}

.dune-portal-info {
	max-width: 800px;
}

.dune-portal-icon {
	width: clamp(52px, 5vw, 68px);
	height: auto;
	margin-bottom: 32px;
	display: block;
}

.dune-portal-title {
	color: #FFFFFF;
	font-size: clamp(2.5rem, 4.5vw, 4rem);
	font-weight: 400;
	margin: 0 0 16px;
	display: flex;
	align-items: flex-start;
	letter-spacing: -0.02em;
}

.dune-portal-title sup {
	color: var(--dune-sand);
	font-size: 0.4em;
	font-weight: 300;
	margin-top: 0.4em;
	/* Lift it higher */
	margin-left: 0.25em;
	/* Increase horizontal gap */
}

.dune-portal-desc {
	color: #929295;
	font-size: clamp(1.05rem, 1.5vw, 1.25rem);
	margin: 0 0 32px;
	line-height: 1.5;
}

.dune-portal-btn {
	display: inline-flex;
	padding: 12px 28px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #FFFFFF;
	font-weight: 500;
	font-size: 0.95rem;
	border-radius: 12px;
	text-decoration: none;
	transition: background var(--t), border-color var(--t);
	align-items: center;
	justify-content: center;
}

.dune-portal-btn:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.3);
}

.dune-portal-dashboard {
	position: relative;
	width: 100%;
	max-width: 1100px;
	/* Constrain dashboard width */
	margin: 0 auto;
	/* Pull the dashboard up over the curve */
	margin-top: clamp(-180px, -28vh, -320px);
	z-index: 5;
	padding: 0 clamp(20px, 4vw, 40px) clamp(60px, 10vh, 120px);
}

.dune-portal-dash-img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07), 0 10px 20px rgba(0, 0, 0, 0.04);
}

/* ═══════════════════════════════════════
   PORTAL FEATURES (Split Layout)
═══════════════════════════════════════ */
.dune-portal-features {
	background: #FFFFFF;
	padding-bottom: 0;
	/* bien-plus flows directly below */
}

.dune-portal-feature {
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(50px, 8vh, 100px) clamp(24px, 5vw, 80px);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(40px, 8vw, 100px);
	align-items: center;
}

.dune-portal-feature__text {
	display: flex;
	flex-direction: column;
	max-width: 480px;
}

.dune-portal-feature__text--right {
	margin-left: auto;
	text-align: right;
	align-items: flex-end;
}

.dune-portal-feature__text--left {
	margin-right: auto;
	text-align: left;
	align-items: flex-start;
}

.dune-portal-feature__h {
	font-size: clamp(2.2rem, 3.5vw, 3.2rem);
	font-weight: 300;
	line-height: 1.15;
	color: var(--dune-dark);
	margin: 0 0 24px;
	letter-spacing: -0.02em;
}

.dune-portal-feature__p {
	font-size: clamp(0.92rem, 1.3vw, 1rem);
	color: var(--dune-muted);
	line-height: 1.7;
	margin: 0;
}

.dune-portal-feature__visual {
	position: relative;
	width: 100%;
}

.dune-portal-feature__mask {
	position: relative;
	width: 85%;
	border-radius: clamp(20px, 3vw, 40px);
	overflow: hidden;
	margin-left: auto;
}

.dune-portal-feature--reversed .dune-portal-feature__mask {
	margin-left: 0;
	margin-right: auto;
}

.dune-portal-feature .img-bg {
	width: 100%;
	height: auto;
	display: block;
}

.dune-portal-feature .img-ui {
	position: absolute;
	width: calc(100% + 2px);
	height: auto;
	bottom: -4px;
	left: -1px;
	display: block;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}

/* Feature 1 (bg4/ui4 — chat labo) — centered + bottom */
.dune-portal-features > div:nth-child(1) .img-ui {
	width: 85%;
	height: 85%;
	object-fit: cover;
	object-position: top center;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	top: auto;
}

/* Feature 2 (bg1/ui1 — 3D viewer) — centered + bottom */
.dune-portal-features > div:nth-child(2) .img-ui {
	width: 85%;
	height: 85%;
	object-fit: cover;
	object-position: top center;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	top: auto;
}

/* Feature 3 (bg2/ui2 — notifications) — centered + bottom */
.dune-portal-features > div:nth-child(3) .img-ui {
	width: 85%;
	height: 85%;
	object-fit: cover;
	object-position: top center;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	top: auto;
}

/* Feature 5 (bg6/ui6 — feed) — centered + bottom */
.dune-portal-features > div:nth-child(5) .img-ui {
	width: 85%;
	height: 85%;
	object-fit: cover;
	object-position: top center;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	top: auto;
}

/* Feature 4 (bg5/ui5 — dossiers) — centered + bottom */
.dune-portal-features > div:nth-child(4) .img-ui {
	width: 85%;
	height: 85%;
	object-fit: cover;
	object-position: top center;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	top: auto;
}

/* Feature 6 (bg3/ui3 — stats) — top-left */
.dune-portal-features > div:nth-child(6) .img-ui {
	width: 85%;
	height: 85%;
	object-fit: cover;
	object-position: top left;
	bottom: 0;
	right: 0;
	left: auto;
	top: auto;
}

.dune-portal-feature__placeholder {
	aspect-ratio: 5 / 4;
	background: #f4f2ef;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dune-portal-feature__placeholder::after {
	content: "Image à venir";
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #bbb;
}

@media (max-width: 900px) {
	.dune-portal-feature {
		grid-template-columns: 1fr;
		gap: 56px;
		/* Increased vertical gap for better breathing room on mobile */
		padding: 40px clamp(24px, 5vw, 40px);
	}

	.dune-portal-feature--reversed .dune-portal-feature__text {
		order: -1;
	}

	.dune-portal-feature__text--right,
	.dune-portal-feature__text--left {
		text-align: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	}

	.dune-portal-feature__mask {
		width: 100%;
		margin: 0 auto;
	}
}


@media (max-width: 900px) {
	.dune-portal-content {
		align-items: center;
		text-align: center;
	}

	.dune-portal-info {
		text-align: center;
		align-items: center;
		margin: 0 auto;
	}

	.dune-portal-title {
		justify-content: center;
	}

	.dune-portal-desc {
		text-align: center;
	}

	.dune-portal-icon {
		margin: 0 auto 24px;
	}

	.dune-portal-bg {
		border-radius: 0 0 40px 40px;
		/* Reduced radius as requested */
		padding-bottom: 200px;
		padding-top: 80px;
	}

	.dune-portal-dashboard {
		margin-top: -140px;
		padding: 0 24px 40px;
		/* Margins for the screen */
		width: 92%;
		/* constrained width to show margins */
		margin-left: auto;
		margin-right: auto;
	}
}

/* ═══════════════════════════════════════
   DUNE SHOWCASE SECTION
═══════════════════════════════════════ */
.dune-showcase-section {
	position: relative;
	background: #323232;
	overflow: hidden;
	width: 100%;
}

/* Horizontal track – moved by GSAP */
.dune-showcase-track {
	display: flex;
	height: 100vh;
	width: max-content;
	/* Ensure it grows horizontally */
	align-items: center;
	will-change: transform;
}

/* Base Panel */
.dune-showcase-panel {
	position: relative;
	height: 100vh;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Text Panels */
.dune-showcase-text-panel {
	width: 100vw;
}

@media (min-width: 768px) {
	.dune-showcase-text-panel {
		width: 50vw;
	}

	.dune-showcase-outro {
		width: 70vw;
	}
}

.dune-showcase-content {
	max-width: 600px;
	padding: 2rem;
	color: #fff;
}

.dune-showcase-eyebrow {
	display: block;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--dune-sand);
	margin-bottom: 1.5rem;
}

.dune-showcase-title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	line-height: 1.1;
	font-weight: 300;
	margin-bottom: 2rem;
}

.dune-showcase-title em {
	font-style: normal;
	color: var(--dune-sand);
}

.dune-showcase-desc {
	font-size: 1.1rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.7);
}

.dune-showcase-btn {
	display: inline-block;
	margin-top: 2rem;
	padding: 1rem 2rem;
	background: var(--dune-sand);
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 500;
	transition: background 0.3s ease;
}

.dune-showcase-btn:hover {
	background: var(--dune-sand-lt);
}

/* Image Panels */
.dune-showcase-img-panel {
	width: 100vw;
	padding: 0 10vw;
	/* Add some spacing between images */
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 768px) {
	.dune-showcase-img-panel {
		width: auto;
		padding: 0 5vw;
	}
}

.dune-showcase-img-wrap {
	position: relative;
	overflow: hidden;
	width: 80vw;
	height: 60vh;
	border-radius: 8px;
}

@media (min-width: 768px) {
	.dune-showcase-img-wrap {
		width: 40vw;
		height: 60vh;
	}

	.dune-showcase-img-panel--large .dune-showcase-img-wrap {
		width: 60vw;
		height: 80vh;
	}
}

.dune-showcase-img-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform-origin: center;
	will-change: transform;
}

/* Progress bar */
.dune-showcase-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: rgba(255, 255, 255, 0.1);
	z-index: 50;
}

.dune-showcase-progress-bar {
	height: 100%;
	width: 0%;
	background: var(--dune-sand);
	transform-origin: left;
	align-items: center;
	gap: 10px;
	font-size: 0.75rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.3);
	margin-top: 8px;
	animation: scrollHintPulse 2s ease-in-out infinite;
}



/* ═══════════════════════════════════════
   ABOUT SECTION
═══════════════════════════════════════ */
.dune-about {
	background: #EAEAEA;
	padding: clamp(50px, 6vh, 90px) 0;
	border-top: 1px solid transparent;
}

.dune-about__content {
	max-width: 800px;
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.dune-about__eyebrow {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--dune-sand);
}

.dune-about__heading {
	font-size: clamp(2.2rem, 4.5vw, 3.4rem);
	font-weight: 300;
	line-height: 1.12;
	color: var(--dune-dark);
	margin: 0;
}

.dune-about__heading .dune-accent {
	color: var(--dune-sand);
}

.dune-about__body {
	font-size: clamp(0.9rem, 1.5vw, 1.05rem);
	color: var(--dune-muted);
	line-height: 1.65;
	margin: 0;
	max-width: 680px;
}

/* Custom CTA for About (matches gallery outro style) */
.dune-about .dune-btn-primary .wp-block-button__link {
	background-color: var(--dune-sand) !important;
	color: var(--dune-white) !important;
	border-radius: 12px !important;
	padding: 0.75rem 2rem !important;
	box-shadow: 0 6px 20px rgba(189, 149, 111, 0.35);
}

.dune-about .dune-btn-primary .wp-block-button__link:hover {
	background-color: var(--dune-sand-lt) !important;
	box-shadow: 0 10px 28px rgba(189, 149, 111, 0.45);
}

/* ═══════════════════════════════════════
   WORKFLOW SECTION
═══════════════════════════════════════ */
.dune-workflow {
	background: #EAEAEA;
	padding: clamp(50px, 6vh, 90px) 0;
}

.dune-workflow__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(40px, 6vw, 100px);
	align-items: center;
}




.dune-workflow__eyebrow {
	display: block;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--dune-sand);
	margin-bottom: 12px;
}

/* ── Heading ── */
.dune-workflow__heading {
	font-size: clamp(1.9rem, 3.4vw, 2.8rem);
	font-weight: 300;
	line-height: 1.18;
	color: var(--dune-dark);
	margin: 0 0 1rem;
}

.dune-workflow__subheading {
	font-size: clamp(0.95rem, 1.4vw, 1.15rem);
	font-weight: 400;
	line-height: 1.5;
	color: var(--dune-muted);
	margin: -0.5rem 0 2rem;
	max-width: 540px;
}

/* ── Step navigator (accordion container kept, internals replaced) ── */
.dune-workflow__accordion {
	border: 1.5px solid var(--dune-border);
	border-radius: 16px;
	padding: 20px 24px;
	margin-bottom: 2rem;
	background: rgba(255, 255, 255, 0.55);
}

/* Top row: prev button + badge */
.dune-workflow__step-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

/* Bottom row: next button */
.dune-workflow__step-footer {
	margin-top: 16px;
}

/* Shared nav button (up / down) */
.dune-workflow__nav-btn {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1.5px solid var(--dune-border);
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-shrink: 0;
	transition: border-color var(--t), opacity var(--t);
}

.dune-workflow__nav-btn:hover:not(:disabled) {
	border-color: var(--dune-sand);
}

.dune-workflow__nav-btn:disabled {
	opacity: 0.28;
	cursor: default;
}

.dune-workflow__nav-btn svg {
	width: 14px;
	height: 14px;
	stroke: var(--dune-dark);
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* Badge */
.dune-workflow__badge {
	display: inline-block;
	padding: 4px 14px;
	border: 1.5px solid var(--dune-border);
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--dune-muted);
	transition: color var(--t), border-color var(--t);
}

/* Steps track: pins items to the same grid cell to prevent height jumping */
.dune-workflow__steps-track {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
}

/* Each step item – occupying the same grid area */
.dune-workflow__step-item {
	grid-area: 1 / 1;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: visibility 0s 0.38s;
	/* delay hiding to allow exit if needed, though here we just toggle */
}

/* Active step – enter animation */
.dune-workflow__step-item.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity 0.38s ease, visibility 0s;
	animation: stepEnterDown 0.38s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* Enter from above (going backward) */
.dune-workflow__step-item.is-active.dir-up {
	animation-name: stepEnterUp;
}

@keyframes stepEnterDown {
	from {
		opacity: 0;
		transform: translateY(14px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes stepEnterUp {
	from {
		opacity: 0;
		transform: translateY(-14px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.dune-workflow__step {
	display: flex;
	gap: 16px;
	align-items: center;
}

.dune-workflow__step-num {
	font-size: 0.78rem;
	font-weight: 700;
	color: var(--dune-sand);
	letter-spacing: 0.06em;
	flex-shrink: 0;
}

.dune-workflow__step-title {
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--dune-dark);
	margin: 0 0 8px;
}

.dune-workflow__step-desc {
	font-size: 0.85rem;
	color: var(--dune-muted);
	line-height: 1.65;
	margin: 0;
}

/* ── CTA ── */
.dune-workflow__cta {
	display: inline-flex;
	align-items: center;
	background: var(--dune-sand);
	color: #fff;
	text-decoration: none;
	border-radius: 12px;
	padding: 0.75rem 2rem;
	font-size: 0.9rem;
	font-weight: 500;
	box-shadow: 0 6px 20px rgba(189, 149, 111, 0.35);
	transition: background var(--t), transform var(--t), box-shadow var(--t);
}

.dune-workflow__cta:hover {
	background: var(--dune-sand-lt);
	box-shadow: 0 10px 28px rgba(189, 149, 111, 0.45);
}

/* ── Right card ── */
.dune-workflow__card {
	border-radius: 24px;
	overflow: hidden;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	min-height: 460px;
	padding: 48px 24px 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

/* ── Icons row – centered, bottom-aligned, graduated sizes ── */
.dune-workflow__icons {
	display: flex;
	gap: 14px;
	align-items: flex-end;
	justify-content: center;
}

.dune-workflow__icon-box {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
	opacity: 0;
	transform: translateY(20px) scale(0.88);
}

/* Graduated sizes – 1 smallest → 4 biggest */
.dune-workflow__icon-box:nth-child(1) {
	width: 58px;
	height: 58px;
	border-radius: 13px;
}

.dune-workflow__icon-box:nth-child(2) {
	width: 70px;
	height: 70px;
	border-radius: 14px;
}

.dune-workflow__icon-box:nth-child(3) {
	width: 82px;
	height: 82px;
	border-radius: 15px;
}

.dune-workflow__icon-box:nth-child(4) {
	width: 94px;
	height: 94px;
	border-radius: 17px;
}

/* Icons scale proportionally with their box */
.dune-workflow__icon-box img {
	width: 44%;
	height: auto;
}

/* ── Staggered entrance – triggered by JS adding .dune-workflow--icons-ready ── */
.dune-workflow--icons-ready .dune-workflow__icon-box:nth-child(1) {
	animation: iconIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.10s both;
}

.dune-workflow--icons-ready .dune-workflow__icon-box:nth-child(2) {
	animation: iconIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.24s both;
}

.dune-workflow--icons-ready .dune-workflow__icon-box:nth-child(3) {
	animation: iconIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.38s both;
}

.dune-workflow--icons-ready .dune-workflow__icon-box:nth-child(4) {
	animation: iconIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.52s both;
}

@keyframes iconIn {
	from {
		opacity: 0;
		transform: translateY(20px) scale(0.88);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

/* ── Settled state: after intro, one icon stays centered ── */
.dune-workflow__icons.is-settled {
	justify-content: center;
	align-items: center;
	gap: 0;
	/* kill flex gaps so collapsed icons don't push center */
}

.dune-workflow__icons.is-settled .dune-workflow__icon-box {
	animation: none !important;
	min-width: 0;
	overflow: hidden;
	transition:
		opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		width 0.45s cubic-bezier(0.4, 0, 0.2, 1),
		height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
		margin 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		padding 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		box-shadow 0.4s ease;
}

.dune-workflow__icons.is-settled .dune-workflow__icon-box:not(.is-step-active) {
	opacity: 0 !important;
	transform: scale(0.5) !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
}

.dune-workflow__icons.is-settled .dune-workflow__icon-box.is-step-active {
	width: 120px !important;
	height: 120px !important;
	border-radius: 22px !important;
	opacity: 1 !important;
	transform: scale(1) !important;
	box-shadow: 0 8px 32px rgba(189, 149, 111, 0.22) !important;
}

/* ── Responsive ── */
@media (max-width: 860px) {
	.dune-workflow__inner {
		grid-template-columns: 1fr;
		gap: 2px;
	}

	.dune-workflow__card {
		min-height: unset;
		aspect-ratio: 1 / 1;
		justify-content: center;
		padding-bottom: 34%;
	}

	/* Inactive steps float out of flow so the container sizes to the active step only */
	.dune-workflow__steps-track {
		position: relative;
	}

	.dune-workflow__step-item:not(.is-active) {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	.dune-workflow__step-item.is-active {
		position: relative;
	}

	/* Full card is tappable: top half → prev, bottom half → next */
	.dune-workflow__accordion {
		user-select: none;
		touch-action: manipulation;
		cursor: pointer;
	}

	/* Progress dots */
	.dune-workflow__dots {
		display: flex;
		gap: 5px;
		justify-content: center;
		margin-top: 14px;
	}

	.dune-workflow__dot {
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: var(--dune-border);
		transition: background 0.3s ease, transform 0.3s ease;
		flex-shrink: 0;
	}

	.dune-workflow__dot.is-active {
		background: var(--dune-sand);
		transform: scale(1.3);
	}
}

.dune-workflow__dots {
	display: none;
}

/* ═══════════════════════════════════════
   STATS SECTION
═══════════════════════════════════════ */
.dune-stats {
	background: #EAEAEA;
	padding: clamp(50px, 6vh, 90px) 0;
}




.dune-stats__grid {
	display: grid;
	grid-template-columns: 1.7fr 1.0fr 0.7fr;
	grid-template-rows: 377px 185px;
	gap: 12px;
}

/* ── Card base ── */
.dune-stats__card {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transform: translateY(28px);
	transition:
		opacity 0.6s ease,
		transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.4s ease;
}

.dune-stats--active .dune-stats__card {
	opacity: 1;
	transform: translateY(0);
}

.dune-stats--active .dune-stats__card--photo {
	transition-delay: 0.05s;
}

.dune-stats--active .dune-stats__card--praticiens {
	transition-delay: 0.18s;
}

.dune-stats--active .dune-stats__card--cost {
	transition-delay: 0.10s;
}

.dune-stats--active .dune-stats__card--growth {
	transition-delay: 0.22s;
}

.dune-stats--active .dune-stats__card:hover {
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.14);
}

/* Grid placement */
.dune-stats__card--photo {
	grid-column: 1;
	grid-row: 1;
}

.dune-stats__card--praticiens {
	grid-column: 1;
	grid-row: 2;
}

.dune-stats__card--cost {
	grid-column: 2;
	grid-row: 1 / 3;
}

.dune-stats__card--growth {
	grid-column: 3;
	grid-row: 1 / 3;
}

/* ── Tracabilite Glass Card ── */
.dune-stats__card--photo {
	display: flex;
	padding: 40px;
}

.dune-stats__glass-card {
	flex: 1;
	background: rgba(45, 40, 35, 0.4);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-radius: 32px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px 28px;
	overflow: hidden;
}

.dune-glass-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}

.dune-glass-logo {
	font-size: 0.95rem;
	font-weight: 700;
	color: #fff;
	margin: 0;
	letter-spacing: 0.18em;
	opacity: 0;
	transform: translateY(12px);
}

.dune-glass-tag {
	font-size: 0.85rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(12px);
}

.dune-glass-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}

.dune-glass-img-left {
	height: 48px;
	width: auto;
	object-fit: contain;
	opacity: 0;
	transform: translateY(12px);
}

.dune-glass-img-right {
	height: 56px;
	width: auto;
	object-fit: contain;
	opacity: 0;
	transform: translateY(12px);
}

.dune-stats--active .dune-glass-logo,
.dune-stats--active .dune-glass-tag,
.dune-stats--active .dune-glass-img-left,
.dune-stats--active .dune-glass-img-right {
	opacity: 1;
	transform: translateY(0);
	transition:
		opacity 0.7s ease,
		transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.dune-stats--active .dune-glass-logo {
	transition-delay: 0.35s;
}

.dune-stats--active .dune-glass-tag {
	transition-delay: 0.45s;
}

.dune-stats--active .dune-glass-img-left {
	transition-delay: 0.55s;
}

.dune-stats--active .dune-glass-img-right {
	transition-delay: 0.65s;
}

/* ── Overlay gradient ── */
.dune-stats__card-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(to top,
			rgba(16, 12, 8, 0.78) 0%,
			rgba(16, 12, 8, 0.22) 55%,
			transparent 100%);
	transition: opacity 0.4s ease;
}

.dune-stats__card-overlay--dark {
	background: linear-gradient(155deg,
			rgba(16, 12, 8, 0.65) 0%,
			rgba(16, 12, 8, 0.48) 100%);
}

.dune-stats__card:hover .dune-stats__card-overlay {
	opacity: 0.82;
}

/* ── Card body ── */
.dune-stats__card-body {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 28px 28px 32px;
	z-index: 2;
}

.dune-stats__eyebrow {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.68);
	margin: 0 0 10px;
}

.dune-stats__eyebrow--sand {
	color: var(--dune-sand);
}

/* ── −40% card ── */
.dune-stats__pct {
	display: flex;
	align-items: center;
	gap: 3px;
	font-size: clamp(3rem, 5vw, 4.6rem);
	font-weight: 300;
	letter-spacing: -0.04em;
	line-height: 1;
	color: #fff;
	margin: 0 0 14px;
}

.dune-stats__arrow-icon {
	width: 0.52em;
	height: 0.52em;
	flex-shrink: 0;
	color: var(--dune-sand-lt);
}

.dune-stats__desc {
	font-size: 0.82rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.70);
	margin: 0;
}

/* ── Praticiens card ── */
.dune-stats__praticiens-body {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px 28px;
	z-index: 2;
}

.dune-stats__praticiens-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	width: 100%;
	transform: translateY(-8px);
}

.dune-stats__big {
	font-size: clamp(3rem, 5.5vw, 4.8rem);
	font-weight: 300;
	line-height: 1;
	color: #fff;
	margin: 0;
}

.dune-stats__label {
	font-size: clamp(1rem, 1.5vw, 1.35rem);
	font-weight: 300;
	letter-spacing: 0.02em;
	color: #fff;
	margin: 0;
	white-space: nowrap;
	text-align: right;
}

.dune-stats__bar-wrap {
	position: absolute;
	bottom: 40px;
	left: 28px;
	right: 28px;
	height: 1px;
	background: rgba(255, 255, 255, 0.4);
	overflow: hidden;
}

.dune-stats__bar-fill {
	height: 100%;
	width: 0%;
	background: #fff;
	transition: width 1.6s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

.dune-stats__bar-fill.is-active {
	width: 100%;
}

/* ── Growth card ── */
.dune-stats__card-body--growth {
	justify-content: flex-start;
	padding: 30px 26px 26px;
	background-color: var(--dune-sand);
}

.dune-stats__growth-val {
	font-size: clamp(2.1rem, 3.5vw, 3.2rem);
	font-weight: 300;
	line-height: 1;
	color: #fff;
	margin: 0 0 4px;
}

.dune-stats__growth-sub {
	font-size: 0.8rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 auto;
	white-space: nowrap;
}

.dune-stats__year {
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.5);
	margin: 0 0 6px;
	align-self: flex-end;
}

/* ── Curve & Wrapper ── */
.dune-stats__curve-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45%;
	z-index: 1;
	color: #fff;
}

.dune-stats__curve-svg {
	width: 100%;
	height: 100%;
	display: block;
}

/* ── HTML Points overlay ── */
.dune-curve-poi {
	position: absolute;
	width: 0;
	height: 0;
	overflow: visible;
	pointer-events: none;
	color: #fff;
}

.dune-curve-poi-dot {
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.dune-curve-poi-line {
	position: absolute;
	left: 0;
	transform: translateX(-50%);
	width: 1px;
	height: 38px;
	top: -46px;
	background: rgba(255, 255, 255, 0.45);
}

.dune-curve-poi-label {
	position: absolute;
	left: 0;
	transform: translateX(-50%);
	top: -68px;
	font-family: inherit;
	font-weight: 500;
	font-size: 0.85rem;
	white-space: nowrap;
}

.dune-curve-path {
	stroke-dasharray: 300;
	stroke-dashoffset: 300;
}

.dune-stats--active .dune-curve-path {
	transition: stroke-dashoffset 1.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
	stroke-dashoffset: 0;
}

/* ── Responsive ── */
/* ══ RESPONSIVE ══════════════════════════════════ */

/* ── Tablet: keep mosaic – 3-column compacted ── */
@media (max-width: 1024px) {
	.dune-stats__grid {
		grid-template-columns: 1.4fr 1.0fr 0.7fr;
		grid-template-rows: 320px 158px;
	}
}

/* ── Tablet portrait: 2-col mosaic, photo+praticiens share left ── */
@media (max-width: 860px) {
	.dune-stats__grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 280px 160px 300px 180px;
	}

	.dune-stats__card--photo {
		grid-column: 1 / 3;
		grid-row: 1;
	}

	.dune-stats__card--praticiens {
		grid-column: 1 / 3;
		grid-row: 2;
	}

	.dune-stats__card--cost {
		grid-column: 1;
		grid-row: 3 / 5;
	}

	.dune-stats__card--growth {
		grid-column: 2;
		grid-row: 3 / 5;
	}

	/* Glass card: horizontal layout preserved but tag hidden */
	.dune-glass-tag {
		display: none;
	}

	/* At this width, photo card pads can be a bit less */
	.dune-stats__card--photo {
		padding: 28px;
	}
}

/* ── Mobile: vertical card, full-width mosaic ── */
@media (max-width: 600px) {
	.dune-stats {
		padding: clamp(32px, 5vw, 56px) 0;
	}

	.dune-stats__grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 220px 140px 260px 200px;
		gap: 8px;
	}

	/* Photo card: full-width top, taller portrait-like shape */
	.dune-stats__card--photo {
		grid-column: 1 / 3;
		grid-row: 1;
	}

	.dune-stats__card--praticiens {
		grid-column: 1 / 3;
		grid-row: 2;
	}

	.dune-stats__card--cost {
		grid-column: 1;
		grid-row: 3 / 5;
	}

	.dune-stats__card--growth {
		grid-column: 2;
		grid-row: 3 / 5;
	}

	/* Glass card goes vertical: logo top-left, icon bottom-left only */
	.dune-stats__card--photo {
		padding: 20px;
	}

	.dune-stats__glass-card {
		flex-direction: column;
		justify-content: space-between;
		padding: 20px 22px;
		border-radius: 22px;
	}

	/* Hide right-side elements: tag + right icon */
	.dune-glass-tag {
		display: none;
	}

	.dune-glass-img-right {
		display: none;
	}

	/* Logo stays top-left, left icon stays bottom-left */
	.dune-glass-top {
		justify-content: flex-start;
	}

	.dune-glass-bottom {
		justify-content: flex-start;
	}

	/* Praticiens big number needs to scale down */
	.dune-stats__big {
		font-size: clamp(2rem, 8vw, 3.5rem);
	}

	.dune-stats__label {
		font-size: clamp(1rem, 4vw, 1.6rem);
	}

	.dune-stats__pct {
		font-size: clamp(2.6rem, 8vw, 3.4rem);
	}

	/* ── Hide the workflow CTA button on mobile ── */
	.dune-workflow__cta {
		display: none !important;
	}
}

/* ═══════════════════════════════════════
   PRECISION & IA SECTION
═══════════════════════════════════════ */
.dune-precision {
	background: #FFFFFF;
	padding: clamp(70px, 8vh, 130px) 0;
}

.dune-precision__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(40px, 6vw, 100px);
	align-items: center;
}

.dune-precision__left {
	display: flex;
	flex-direction: column;
}

.dune-precision__eyebrow {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--dune-sand);
	margin-bottom: 24px;
}

.dune-precision__heading {
	font-size: clamp(2.2rem, 3.8vw, 3.2rem);
	font-weight: 300;
	line-height: 1.15;
	color: var(--dune-dark);
	margin: 0 0 24px;
	letter-spacing: -0.01em;
}

.dune-precision__body {
	font-size: clamp(0.9rem, 1.5vw, 1.05rem);
	color: var(--dune-muted);
	line-height: 1.65;
	margin: 0 0 42px;
	max-width: 520px;
}

/* Stats Grid */
.dune-precision__stats-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	max-width: 480px;
}

.dune-precision__stat-card {
	background: #FAFAFA;
	border: 1px solid rgba(0, 0, 0, 0.03);
	padding: 24px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.dune-precision__stat-val {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--dune-sand);
	letter-spacing: -0.02em;
}

.dune-precision__stat-label {
	font-size: 0.65rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #9A9FA5;
}

/* Right side image & badge */
.dune-precision__right {
	display: flex;
	justify-content: flex-end;
}

.dune-precision__image-container {
	position: relative;
	width: 100%;
	max-width: 580px;
}

.dune-precision__image-frame {
	background: #FFFFFF;
	padding: 12px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	overflow: hidden;
	/* Mask for the zoom */
}

.dune-precision__image-frame img {
	width: 100%;
	height: 480px;
	/* Reduced by 0.2x for better balance */
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 2px;
	transform: scale(1.15);
	transition: transform 0.6s ease;
}

.dune-precision__badge {
	position: absolute;
	bottom: -20px;
	right: -10px;
	background: var(--dune-sand);
	color: #FFFFFF;
	padding: 28px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	font-family: 'Aeonik Pro', sans-serif;
	font-weight: 300;
	font-size: 0.85rem;
	line-height: 1.3;
	letter-spacing: 0.2em;
	box-shadow: 0 10px 30px rgba(189, 149, 111, 0.3);
	z-index: 2;
}

/* SVG tooth outline inside badge */
.dune-precision__badge-svg {
	display: block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.9);
}

.dune-precision__badge-path {
	stroke-dasharray: 1200;
	stroke-dashoffset: 1200;
	/* Animation fires via JS when in view */
}

.dune-precision__badge-path.is-drawn {
	animation: dune-draw-path 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes dune-draw-path {
	to {
		stroke-dashoffset: 0;
	}
}

/* Stat cards — hidden initially, revealed by JS */
.dune-precision__stat-card {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

.dune-precision__stat-card.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1000px) {
	.dune-precision__inner {
		grid-template-columns: 1fr;
		gap: 56px;
		/* Unified with portal-features for consistent mobile breathing room */
	}

	.dune-precision__right {
		justify-content: center;
	}

	.dune-precision__badge {
		bottom: -10px;
		right: 10px;
		padding: 20px 18px;
		font-size: 0.75rem;
	}
}

/* ═══════════════════════════════════════
   SERVICE & PROXIMITY SECTION
═══════════════════════════════════════ */
.dune-service {
	background: #EAEAEA;
	padding: clamp(50px, 6vh, 90px) 0;
}

.dune-service__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	align-items: flex-start;
}

.dune-service__left {
	padding-top: clamp(50px, 6vh, 90px);
	padding-bottom: clamp(50px, 6vh, 90px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: sticky;
	top: clamp(60px, 15vh, 160px);
}

.dune-service__eyebrow {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--dune-sand);
	margin-bottom: 24px;
}

.dune-service__heading {
	font-size: clamp(2.2rem, 3.8vw, 3rem);
	font-weight: 300;
	line-height: 1.15;
	color: var(--dune-dark);
	margin: 0 0 24px;
	letter-spacing: -0.01em;
}

.dune-service__body {
	font-size: clamp(0.9rem, 1.5vw, 1.05rem);
	color: var(--dune-muted);
	line-height: 1.65;
	margin: 0 0 32px;
	max-width: 480px;
}

/* Right side grid */
.dune-service__right {
	padding-left: clamp(20px, 4vw, 60px);
	padding-top: clamp(50px, 6vh, 90px);
	padding-bottom: clamp(50px, 6vh, 90px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.dune-service__grid-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(16px, 2.6vh, 26px);
	width: 100%;
}

/* Feature Cards */
.dune-feature-card {
	background: #FFFFFF;
	border-radius: 20px;
	padding: 28px;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(0, 0, 0, 0.04);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
	transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.dune-feature-card:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
	border-color: rgba(189, 149, 111, 0.15);
	/* light sand border */
}

.dune-feature-card__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}

.dune-feature-card__eyebrow {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--dune-sand);
}

.dune-feature-card__icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: rgba(189, 149, 111, 0.1);
	color: var(--dune-sand);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background 0.3s ease, color 0.3s ease;
}

.dune-feature-card:hover .dune-feature-card__icon {
	background: var(--dune-sand);
	color: #fff;
}

.dune-feature-card__title {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
	color: var(--dune-dark);
	margin: 0 0 12px;
	letter-spacing: -0.01em;
}

.dune-feature-card__desc {
	font-size: 0.85rem;
	line-height: 1.5;
	color: var(--dune-muted);
	margin: 0 0 auto;
}

.dune-feature-card__footer {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.dune-feature-card__label {
	display: block;
	font-size: 0.72rem;
	color: var(--dune-muted);
	margin-bottom: 12px;
	font-weight: 500;
}

.dune-feature-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dune-feature-card__tags--list {
	flex-direction: column;
	gap: 6px;
}

.dune-tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #F4F4F4;
	padding: 4px 10px;
	border-radius: 8px;
	font-size: 0.75rem;
	font-weight: 500;
	color: var(--dune-dark);
}

.dune-tag--warning {
	background: rgba(245, 158, 11, 0.1);
	color: #D97706;
}

.dune-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.dune-dot--green {
	background: #10B981;
}

.dune-dot--dark {
	background: var(--dune-dark);
}

.dune-dot--blue {
	background: #3B82F6;
}

.dune-dot--yellow {
	background: #F59E0B;
}

.dune-dot--orange {
	background: #F97316;
}

.dune-dot--purple {
	background: #8B5CF6;
}

.dune-dot--sand {
	background: var(--dune-sand);
}

@media (max-width: 900px) {
	.dune-service__inner {
		grid-template-columns: 1fr;
	}

	.dune-service__left {
		padding-right: 0;
		position: relative;
		top: auto;
		padding-bottom: clamp(20px, 4vh, 40px);
		/* reduce bottom padding on mobile */
	}

	.dune-service__right {
		padding-left: 0;
		padding-top: 0;
	}

	.dune-service__grid-cards {
		grid-template-columns: 1fr;
	}

	.dune-service .wp-block-buttons {
		flex-direction: column !important;
		gap: 20px !important;
	}

	.dune-service .wp-block-buttons .wp-block-button {
		margin: 0 !important;
	}
}

/* ═══════════════════════════════════════
   BIEN PLUS – Scrollable Feature Cards
═══════════════════════════════════════ */
.dune-bien-plus {
	background: #fff;
	padding-top: clamp(100px, 18vh, 200px);
	padding-bottom: clamp(60px, 10vh, 120px);
}

.dune-bien-plus__inner {
	display: flex;
	align-items: center;
	gap: clamp(32px, 5vw, 72px);
	/* only left indent – scroll area bleeds to right viewport edge */
	padding-left: clamp(24px, 8vw, 120px);
}

.dune-bien-plus__text {
	flex-shrink: 0;
	width: clamp(240px, 26vw, 320px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.dune-bien-plus__h {
	font-size: clamp(2.8rem, 5.5vw, 5rem);
	font-weight: 300;
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: var(--dune-dark);
	margin: 0 0 20px;
}

.dune-bien-plus__p {
	font-size: clamp(0.88rem, 1.2vw, 1rem);
	color: var(--dune-muted);
	line-height: 1.7;
	margin: 0 0 36px;
}

.dune-bien-plus__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border: 1.5px solid rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	font-size: 0.95rem;
	font-weight: 400;
	color: var(--dune-dark);
	text-decoration: none;
	background: transparent;
	transition: background 0.2s, color 0.2s;
}

.dune-bien-plus__cta:hover {
	background: var(--dune-dark);
	color: #fff;
}

/* Scroll container – stretches to right viewport edge, hides scrollbar */
.dune-bien-plus__scroll-wrap {
	flex: 1;
	min-width: 0;
	position: relative;
	overflow-x: auto;
	overflow-y: visible;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.dune-bien-plus__scroll-wrap::-webkit-scrollbar {
	display: none;
}

/* Left-edge white fade to soften where cards emerge */
.dune-bien-plus__fade {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 80px;
	background: linear-gradient(to right, #fff 0%, transparent 100%);
	pointer-events: none;
	z-index: 2;
}

/* Nav arrows row – right-aligned at standard page margin */
.dune-bien-plus__nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	padding: 20px clamp(24px, 8vw, 120px) 0;
}

.dune-bien-plus__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1.5px solid rgba(0, 0, 0, 0.12);
	background: transparent;
	cursor: pointer;
	color: var(--dune-dark);
	transition: background 0.2s, color 0.2s, border-color 0.2s;
	flex-shrink: 0;
}

.dune-bien-plus__arrow:hover {
	background: var(--dune-dark);
	color: #fff;
	border-color: var(--dune-dark);
}

.dune-bien-plus__arrow svg {
	width: 18px;
	height: 18px;
}

.dune-bien-plus__arrow:disabled {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}

.dune-bien-plus__track {
	display: flex;
	gap: 16px;
	width: max-content;
	padding-right: clamp(24px, 8vw, 120px);
}

/* Cards: width drives the size so aspect-ratio computes height reliably in flex */
.dune-bien-plus__card {
	position: relative;
	flex-shrink: 0;
	border-radius: 28px;
	overflow: hidden;
	scroll-snap-align: start;
}

/* Card 1: portrait, narrower (323×377) */
.dune-bien-plus__card:nth-child(1) {
	width: clamp(200px, 22vw, 270px);
	aspect-ratio: 323 / 377;
}

/* Cards 2 & 3: same width + same ratio → identical size; card 3 images clip slightly at sides */
.dune-bien-plus__card:nth-child(2),
.dune-bien-plus__card:nth-child(3) {
	width: clamp(260px, 30vw, 360px);
	aspect-ratio: 401 / 377;
}

/* BG and UI both fill the card completely */
.dune-bien-plus__card .dune-fin-bg,
.dune-bien-plus__card .dune-fin-ui {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	display: block;
}

/* Fade only visible once scroll has started */
.dune-bien-plus__fade {
	opacity: 0;
	transition: opacity 0.3s;
}

.dune-bien-plus__scroll-wrap.is-scrolled .dune-bien-plus__fade {
	opacity: 1;
}

@media (max-width: 900px) {
	.dune-bien-plus {
		padding-top: clamp(15px, 3vh, 30px);
		padding-bottom: clamp(30px, 6vh, 50px);
	}

	.dune-bien-plus__inner {
		flex-direction: column;
		align-items: flex-start;
		padding-left: clamp(24px, 5vw, 48px);
		gap: 28px;
	}

	.dune-bien-plus__text {
		width: 100%;
	}

	.dune-bien-plus__scroll-wrap {
		width: 100%;
	}
}

/* ═══════════════════════════════════════
   MATÉRIAUX
═══════════════════════════════════════ */
.dune-mat {
	background: #fff;
	padding: clamp(60px, 8vh, 100px) 0;
}

.dune-mat__header {
	margin-bottom: clamp(36px, 5vh, 56px);
	max-width: 680px;
}

.dune-mat__eyebrow {
	display: block;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--dune-sand);
	margin-bottom: 20px;
}

.dune-mat__h {
	font-size: clamp(2rem, 3.8vw, 3rem);
	font-weight: 300;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: var(--dune-dark);
	margin: 0 0 18px;
}

.dune-mat__p {
	font-size: clamp(0.88rem, 1.3vw, 1rem);
	color: var(--dune-muted);
	line-height: 1.65;
	margin: 0;
}

/* 2×2 grid */
.dune-mat__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(14px, 1.6vw, 22px);
}

/* Card */
.dune-mat__card {
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: 20px;
	padding: clamp(22px, 2.4vw, 32px);
	display: flex;
	flex-direction: column;
	transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.dune-mat__card:hover {
	transform: translateY(-3px);
}

/* Inset border ring – sits on top of the image via z-index */
.dune-mat__card::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 20px;
	border: 1px solid var(--dune-border);
	pointer-events: none;
	z-index: 5;
}

/* Badge */
.dune-mat__badge {
	display: inline-flex;
	align-items: center;
	padding: 5px 12px;
	border: 1px solid rgba(189, 149, 111, 0.45);
	border-radius: 0;
	font-size: 0.6rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--dune-sand);
	background: transparent;
	position: relative;
	z-index: 2;
	align-self: flex-start;
	flex-shrink: 0;
}

/* Top-left corner intersection — left border extends up, top border extends left */
.dune-mat__badge::before {
	content: '';
	position: absolute;
	left: -21px;
	top: -21px;
	width: 20px;
	height: 20px;
	background:
		linear-gradient(rgba(189, 149, 111, 0.45), rgba(189, 149, 111, 0.45)) 100% 0 / 1px 100% no-repeat,
		linear-gradient(rgba(189, 149, 111, 0.45), rgba(189, 149, 111, 0.45)) 0 100% / 100% 1px no-repeat;
}

/* Image – top-right corner, clipped by card overflow:hidden,
   card ::after border renders on top via z-index */
.dune-mat__img {
	position: absolute;
	top: 0;
	right: 0;
	height: clamp(84px, 10.5vw, 133px);
	width: auto;
	display: block;
	z-index: 1;
	pointer-events: none;
	user-select: none;
}

/* Body – pushes down below the image area */
.dune-mat__body {
	position: relative;
	z-index: 2;
	flex: 1;
	display: flex;
	flex-direction: column;
	padding-top: clamp(53px, 8vw, 102px);
}

.dune-mat__name {
	font-size: clamp(1.25rem, 1.8vw, 1.55rem);
	font-weight: 400;
	letter-spacing: -0.01em;
	color: var(--dune-dark);
	margin: 0 0 10px;
}

.dune-mat__desc {
	font-size: clamp(0.8rem, 1.1vw, 0.88rem);
	color: var(--dune-muted);
	line-height: 1.62;
	margin: 0 0 auto;
}

/* Specs row */
.dune-mat__specs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	margin-top: clamp(18px, 2.5vh, 24px);
	padding-top: clamp(14px, 2vh, 20px);
	border-top: 1px solid var(--dune-border);
}

.dune-mat__spec {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding-right: 14px;
}

.dune-mat__spec+.dune-mat__spec {
	padding-right: 0;
	padding-left: 14px;
}

.dune-mat__spec-val {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--dune-dark);
}

.dune-mat__spec-label {
	font-size: 0.65rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--dune-muted);
}

/* Staggered entrance delay via CSS custom property */
.dune-mat__card.dune-scroll-animate {
	transition-delay: var(--delay, 0s);
}

.dune-mat__card--micro .dune-mat__img {
	height: clamp(89px, 10.5vw, 138px);
}


@media (max-width: 900px) {
	.dune-mat__grid {
		grid-template-columns: 1fr;
	}

	.dune-mat__img {
		height: clamp(77px, 14vw, 112px);
	}

	.dune-mat__body {
		padding-top: clamp(46px, 10vw, 81px);
	}

	.dune-mat__card.dune-scroll-animate {
		transition-delay: 0s;
	}
}

@media (max-width: 480px) {
	.dune-mat__img {
		height: clamp(63px, 18vw, 91px);
	}

	.dune-mat__body {
		padding-top: clamp(39px, 13vw, 67px);
	}
}

/* ── SCROLL ENTRANCE ANIMATIONS ── */
.dune-scroll-animate {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.9s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.dune-scroll-animate.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* ═══════════════════════════════════════
   TÉMOIGNAGES  (dark section)
═══════════════════════════════════════ */
.dune-testi {
	background: #0E0E11;
	padding: clamp(72px, 10vh, 112px) 0;
	border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}

.dune-testi .dune-container-grid {
	border-left-color: rgba(255, 255, 255, 0.06);
	border-right-color: rgba(255, 255, 255, 0.06);
}

.dune-testi__header {
	max-width: 560px;
	margin-bottom: clamp(40px, 5.5vh, 64px);
}

.dune-testi__eyebrow {
	display: block;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--dune-sand);
	margin-bottom: 20px;
}

.dune-testi__h {
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	font-weight: 300;
	line-height: 1.07;
	letter-spacing: -0.025em;
	color: #ffffff;
	margin: 0 0 16px;
}

.dune-testi__sub {
	font-size: clamp(0.88rem, 1.3vw, 1rem);
	color: rgba(255, 255, 255, 0.42);
	line-height: 1.68;
	margin: 0;
}

/* ── Featured card ── */
.dune-testi__featured {
	position: relative;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	padding: clamp(28px, 3.5vw, 48px);
	margin-bottom: clamp(14px, 1.6vw, 20px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: clamp(20px, 2.5vw, 28px);
	overflow: hidden;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.05);
	transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.dune-testi__featured::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(189, 149, 111, 0.5) 45%, transparent 100%);
	pointer-events: none;
}

.dune-testi__featured::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 20px;
	background: radial-gradient(ellipse at 15% -10%, rgba(189, 149, 111, 0.07) 0%, transparent 55%);
	pointer-events: none;
}

.dune-testi__featured:hover {
	border-color: rgba(189, 149, 111, 0.22);
	box-shadow: 0 0 48px rgba(189, 149, 111, 0.08), 0 24px 64px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.dune-testi__deco-quote {
	position: absolute;
	top: 14px;
	left: 28px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(80px, 10vw, 128px);
	line-height: 1;
	color: var(--dune-sand);
	opacity: 0.10;
	pointer-events: none;
	user-select: none;
	z-index: 0;
}

.dune-testi__featured-body {
	flex: 1;
	width: 100%;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: clamp(20px, 2.8vh, 30px);
}

.dune-testi__featured-text {
	font-size: clamp(1.05rem, 1.75vw, 1.28rem);
	font-weight: 300;
	line-height: 1.58;
	letter-spacing: -0.01em;
	color: rgba(255, 255, 255, 0.88);
	margin: 0;
}

.dune-testi__tag {
	flex-basis: 100%;
	align-self: flex-start;
	margin-top: 10px;
	white-space: nowrap;
	padding: 8px 16px;
	border: 1px solid rgba(189, 149, 111, 0.38);
	border-radius: 10px;
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--dune-sand);
	background: rgba(189, 149, 111, 0.06);
	line-height: 1.5;
	position: relative;
	z-index: 1;
	display: inline-block;
}

/* ── Secondary grid ── */
.dune-testi__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(14px, 1.6vw, 20px);
	margin-bottom: clamp(14px, 1.6vw, 20px);
}

.dune-testi__card {
	position: relative;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 20px;
	padding: clamp(24px, 3vw, 36px);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.dune-testi__card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 50%, transparent 100%);
	pointer-events: none;
}

.dune-testi__card:hover {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(189, 149, 111, 0.18);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.dune-testi__card-quote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(36px, 4.5vw, 52px);
	line-height: 0.85;
	color: var(--dune-sand);
	opacity: 0.13;
	pointer-events: none;
	user-select: none;
	display: block;
	margin-bottom: clamp(10px, 1.5vh, 16px);
}

.dune-testi__text {
	font-size: clamp(0.86rem, 1.15vw, 0.95rem);
	font-weight: 300;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 auto;
	flex: 1;
	padding-bottom: clamp(18px, 2.2vh, 24px);
}

/* ── Author row (shared) ── */
.dune-testi__author {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	padding-top: clamp(14px, 1.8vh, 20px);
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.dune-testi__avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(189, 149, 111, 0.15);
	border: 1.5px solid rgba(189, 149, 111, 0.32);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: var(--dune-sand);
	flex-shrink: 0;
}

.dune-testi__name {
	display: block;
	font-size: 0.88rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.88);
	margin-bottom: 3px;
	letter-spacing: -0.01em;
}

.dune-testi__info {
	display: block;
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.35);
	letter-spacing: 0.01em;
	line-height: 1.4;
}

.dune-testi__info sup {
	font-size: 0.65em;
}

/* ── Stats bar ── */
.dune-testi__stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 24px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: border-color var(--t);
}

.dune-testi__stats:hover {
	border-color: rgba(189, 149, 111, 0.2);
}

.dune-testi__stat {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: clamp(24px, 3.2vw, 40px) clamp(20px, 2.4vw, 30px);
	transition: background var(--t), transform var(--t);
	position: relative;
}

.dune-testi__stat:hover {
	background: rgba(189, 149, 111, 0.04);
}

.dune-testi__stat+.dune-testi__stat {
	border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.dune-testi__stat-val {
	display: block;
	font-size: clamp(1.6rem, 2.6vw, 2.4rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	color: var(--dune-sand);
	line-height: 1;
	transition: transform var(--t), text-shadow var(--t);
}

.dune-testi__stat:hover .dune-testi__stat-val {
	transform: translateY(-2px);
	text-shadow: 0 4px 12px rgba(189, 149, 111, 0.25);
}

.dune-testi__stat-label {
	display: block;
	font-size: clamp(0.7rem, 0.95vw, 0.8rem);
	color: rgba(255, 255, 255, 0.45);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	.dune-testi__stats {
		grid-template-columns: 1fr 1fr;
	}

	.dune-testi__stat:nth-child(3),
	.dune-testi__stat:nth-child(4) {
		border-top: 1px solid rgba(255, 255, 255, 0.07);
	}

	.dune-testi__stat:nth-child(3) {
		border-left: none;
	}
}

@media (max-width: 640px) {
	.dune-testi__grid {
		grid-template-columns: 1fr;
	}

	.dune-testi__deco-quote {
		opacity: 0.07;
		font-size: 64px;
	}
}

/* ═══════════════════════════════════════
   FAQ / OUTIL DE PRESCRIPTION
═══════════════════════════════════════ */
.dune-faq {
	position: relative;
	overflow: hidden;
	background: #0E0E11;
	padding: clamp(72px, 10vh, 112px) 0;
	border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}

.dune-faq .dune-container-grid {
	position: relative;
	z-index: 1;
	border-left-color: rgba(255, 255, 255, 0.06);
	border-right-color: rgba(255, 255, 255, 0.06);
}

/* ── Top row ── */
.dune-faq__top {
	margin-bottom: clamp(40px, 5.5vh, 64px);
}

.dune-faq__header {
	max-width: 560px;
}

.dune-faq__eyebrow {
	display: block;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--dune-sand);
	margin-bottom: 20px;
}

.dune-faq__h {
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	font-weight: 300;
	line-height: 1.07;
	letter-spacing: -0.025em;
	color: #ffffff;
	margin: 0 0 16px;
}

.dune-faq__h strong {
	font-weight: 700;
	display: block;
}

.dune-faq__sub {
	font-size: clamp(0.88rem, 1.3vw, 1rem);
	color: rgba(255, 255, 255, 0.42);
	line-height: 1.68;
	margin: 0;
}

/* ── Decorative image — absolute top-right corner ── */
.dune-faq__deco {
	position: absolute;
	top: 0;
	right: 0;
	width: clamp(500px, 70vw, 1000px);
	opacity: 0.35;
	pointer-events: none;
	user-select: none;
	z-index: 0;
	mix-blend-mode: screen;
	filter: contrast(1.1) brightness(1.1);
}

.dune-faq__deco img {
	width: 100%;
	height: auto;
	display: block;
	mask-image: linear-gradient(to right, transparent 40%, black 60%), linear-gradient(to top, transparent 40%, black 60%);
	-webkit-mask-image: linear-gradient(to right, transparent 40%, black 60%), linear-gradient(to top, transparent 40%, black 60%);
	mask-composite: intersect;
	-webkit-mask-composite: source-in;
}

/* ── Questions grid ── */
.dune-faq__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(14px, 1.6vw, 20px);
	margin-bottom: clamp(14px, 1.6vw, 20px);
}

.dune-faq__grid.dune-scroll-animate,
.dune-faq__rec.dune-scroll-animate {
	transition-delay: var(--delay, 0s);
}

/* ── Question card ── */
.dune-faq__card {
	position: relative;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	padding: clamp(24px, 3vw, 36px);
	overflow: hidden;
	transition: border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.dune-faq__card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 50%, transparent 100%);
	pointer-events: none;
}

.dune-faq__card:hover {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(189, 149, 111, 0.18);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.dune-faq__card-head {
	margin-bottom: clamp(16px, 2vh, 22px);
}

.dune-faq__card-num {
	display: block;
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.32);
	margin-bottom: 10px;
}

.dune-faq__card-q {
	font-size: clamp(0.95rem, 1.4vw, 1.1rem);
	font-weight: 500;
	color: #ffffff;
	margin: 0;
	letter-spacing: -0.01em;
}

/* ── Options list ── */
.dune-faq__opts {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.dune-faq__opt {
	position: relative;
	padding: 10px 16px;
	border-radius: 10px;
	font-size: 0.88rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.45);
	cursor: pointer;
	transition: background var(--t), color var(--t), border-color var(--t);
	border: 1px solid transparent;
	line-height: 1.4;
	user-select: none;
	overflow: hidden;
}

.dune-faq__opt:hover {
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.75);
}

.dune-faq__opt.is-selected {
	background: rgba(189, 149, 111, 0.10);
	border-color: rgba(189, 149, 111, 0.28);
	color: #E8C9A8;
	font-weight: 500;
}

.dune-faq__opt::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%) translateX(50%);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(232, 201, 168, 0.28) 0%, transparent 70%);
	pointer-events: none;
	filter: blur(14px);
	opacity: 0;
	transition: opacity 1.2s ease;
}

.dune-faq__opt.is-selected::after {
	opacity: 1;
}

/* ── Recommendation bar ── */
.dune-faq__rec {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(20px, 3vw, 40px);
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	padding: clamp(24px, 3vw, 40px) clamp(28px, 3.5vw, 48px);
	overflow: hidden;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.05);
	transition: border-color 0.4s ease;
}

.dune-faq__rec::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(189, 149, 111, 0.5) 45%, transparent 100%);
	pointer-events: none;
}

.dune-faq__rec::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 20px;
	background: radial-gradient(ellipse at 15% -10%, rgba(189, 149, 111, 0.07) 0%, transparent 55%);
	pointer-events: none;
}

.dune-faq__rec:hover {
	border-color: rgba(189, 149, 111, 0.22);
}

.dune-faq__rec-left {
	flex: 1;
	position: relative;
	z-index: 1;
}

.dune-faq__rec-label {
	display: block;
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.35);
	margin-bottom: 10px;
}

.dune-faq__rec-title {
	display: block;
	font-size: clamp(1.3rem, 2.2vw, 1.7rem);
	font-weight: 700;
	color: #ffffff;
	letter-spacing: -0.025em;
	margin-bottom: 6px;
	transition: opacity 0.18s ease;
}

.dune-faq__rec-title.is-fading,
.dune-faq__rec-desc.is-fading {
	opacity: 0;
}

.dune-faq__rec-desc {
	font-size: clamp(0.8rem, 1.1vw, 0.9rem);
	color: rgba(255, 255, 255, 0.45);
	margin: 0;
	line-height: 1.55;
	transition: opacity 0.18s ease;
}

.dune-faq__rec-btn {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	background: var(--dune-sand);
	color: #ffffff;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	border-radius: 12px;
	text-decoration: none;
	transition: background var(--t), box-shadow var(--t), transform var(--t);
	position: relative;
	z-index: 1;
	white-space: nowrap;
}

.dune-faq__rec-btn:hover {
	background: var(--dune-sand-lt);
	box-shadow: 0 8px 24px rgba(189, 149, 111, 0.35);
	transform: translateY(-1px);
	color: #ffffff;
	text-decoration: none;
}

.dune-faq__rec-btn.is-locked {
	opacity: 0.45;
	background: #b9aca0;
	cursor: not-allowed;
	pointer-events: none;
	box-shadow: none;
	transform: none;
}

/* ── Responsive ── */
@media (max-width: 900px) {
	.dune-faq__deco {
		width: clamp(220px, 45vw, 360px);
	}

	.dune-faq__rec {
		flex-direction: column;
		align-items: flex-start;
	}

	.dune-faq__rec-btn {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.dune-faq__deco {
		width: clamp(260px, 75vw, 420px);
	}

	.dune-faq__grid {
		grid-template-columns: 1fr;
	}
}

/* ═══════════════════════════════════════
   PRODUCTION WORKFLOW SECTION
═══════════════════════════════════════ */
.dune-prod {
	background: #EAEAEA;
	padding: clamp(80px, 12vh, 140px) 0;
	overflow: hidden;
}

.dune-prod__inner {
	display: flex;
	flex-direction: column;
	gap: clamp(40px, 6vh, 72px);
}

/* ── Header ── */
.dune-prod__header {
	display: flex;
	flex-direction: column;
	gap: 18px;
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.dune-prod--visible .dune-prod__header {
	opacity: 1;
	transform: translateY(0);
}

.dune-prod__eyebrow {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--dune-sand);
}

.dune-prod__heading {
	font-size: clamp(2.2rem, 4.5vw, 3.4rem);
	font-weight: 300;
	line-height: 1.12;
	color: var(--dune-dark);
	margin: 0;
}

/* ── Timeline Container ── */
.dune-prod__timeline {
	position: relative;
	background: #FFFFFF;
	border-radius: clamp(24px, 4vw, 40px);
	padding: clamp(36px, 5vh, 60px) clamp(28px, 5vw, 60px);
	box-shadow:
		0 1px 2px rgba(0, 0, 0, 0.03),
		0 8px 32px rgba(0, 0, 0, 0.04),
		0 24px 80px rgba(0, 0, 0, 0.03);
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.9s ease 0.15s, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}

.dune-prod--visible .dune-prod__timeline {
	opacity: 1;
	transform: translateY(0);
}

/* ── Vertical Progress Line (inside the card, left gutter) ── */
.dune-prod__line {
	display: none;
	/* Hidden by default, shown on larger screens if desired */
}

/* ── Step Indicators (horizontal row at top) ── */
.dune-prod__steps {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin-bottom: clamp(32px, 5vh, 52px);
	padding: 0 clamp(0px, 2vw, 24px);
	flex-wrap: nowrap;
}

.dune-prod__step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border: none;
	background: transparent;
	cursor: pointer;
	transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
	position: relative;
	flex-shrink: 0;
}

.dune-prod__step-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.03);
	border: 1.5px solid rgba(0, 0, 0, 0.07);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--dune-muted);
	transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.dune-prod__step-icon svg {
	width: 20px;
	height: 20px;
}

.dune-prod__step-label {
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--dune-muted);
	opacity: 0.5;
	transition: all 0.35s ease;
	white-space: nowrap;
}

/* Active step */
.dune-prod__step.is-active .dune-prod__step-icon {
	background: var(--dune-sand);
	border-color: var(--dune-sand);
	color: #fff;
	box-shadow: 0 4px 20px rgba(189, 149, 111, 0.35);
	transform: scale(1.1);
}

.dune-prod__step.is-active .dune-prod__step-label {
	color: var(--dune-sand);
	opacity: 1;
}

/* Completed step */
.dune-prod__step.is-done .dune-prod__step-icon {
	background: rgba(189, 149, 111, 0.1);
	border-color: var(--dune-sand);
	color: var(--dune-sand);
}

.dune-prod__step.is-done .dune-prod__step-label {
	color: var(--dune-muted);
	opacity: 0.7;
}

/* Hover */
.dune-prod__step:hover:not(.is-active) .dune-prod__step-icon {
	border-color: var(--dune-sand-lt);
	transform: scale(1.06);
	background: rgba(189, 149, 111, 0.06);
}

.dune-prod__step:hover .dune-prod__step-label {
	opacity: 0.9;
}

/* Dash between steps */
.dune-prod__step-dash {
	width: clamp(24px, 5vw, 60px);
	height: 1.5px;
	background: rgba(0, 0, 0, 0.08);
	flex-shrink: 1;
	position: relative;
	top: -10px;
}

.dune-prod__step-dash.is-filled {
	background: var(--dune-sand);
	opacity: 0.5;
}

/* ── Phase Cards ── */
.dune-prod__phases {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.dune-prod__phase {
	padding: clamp(24px, 3vh, 36px) clamp(20px, 3vw, 36px);
	border: 1.5px solid rgba(0, 0, 0, 0.05);
	border-radius: 16px;
	margin-bottom: 12px;
	background: rgba(0, 0, 0, 0.008);
	opacity: 0;
	transform: translateY(20px);
	transition:
		opacity 0.55s ease,
		transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
		border-color 0.35s ease,
		background 0.35s ease,
		box-shadow 0.35s ease;
}

.dune-prod--visible .dune-prod__phase {
	opacity: 1;
	transform: translateY(0);
}

/* Staggered entrance */
.dune-prod--visible .dune-prod__phase:nth-child(1) {
	transition-delay: 0.20s;
}

.dune-prod--visible .dune-prod__phase:nth-child(2) {
	transition-delay: 0.32s;
}

.dune-prod--visible .dune-prod__phase:nth-child(3) {
	transition-delay: 0.44s;
}

.dune-prod--visible .dune-prod__phase:nth-child(4) {
	transition-delay: 0.56s;
}

.dune-prod--visible .dune-prod__phase:nth-child(5) {
	transition-delay: 0.68s;
}

/* Phase hover */
.dune-prod__phase:hover {
	border-color: rgba(189, 149, 111, 0.15);
	background: rgba(189, 149, 111, 0.015);
}

/* Active phase (the one currently "in progress") */
.dune-prod__phase--active-phase {
	border-color: rgba(189, 149, 111, 0.28) !important;
	background: rgba(189, 149, 111, 0.03) !important;
	box-shadow:
		0 0 0 1px rgba(189, 149, 111, 0.08),
		0 8px 32px rgba(189, 149, 111, 0.06);
}

/* Phase Head (number + status) */
.dune-prod__phase-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	flex-wrap: wrap;
	gap: 8px;
}

.dune-prod__phase-num {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--dune-muted);
	opacity: 0.6;
}

.dune-prod__phase--active-phase .dune-prod__phase-num {
	color: var(--dune-sand);
	opacity: 1;
}

/* Status badges */
.dune-prod__phase-status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.dune-prod__phase-status--done {
	color: var(--dune-muted);
	opacity: 0.6;
}

.dune-prod__phase-status--done svg {
	width: 14px;
	height: 14px;
}

.dune-prod__phase-status--progress {
	color: var(--dune-sand);
	background: rgba(189, 149, 111, 0.08);
	padding: 4px 12px;
	border-radius: 999px;
	border: 1px solid rgba(189, 149, 111, 0.15);
}

.dune-prod__phase-status--pending {
	color: var(--dune-muted);
	opacity: 0.4;
	background: rgba(0, 0, 0, 0.03);
	padding: 4px 12px;
	border-radius: 999px;
}

/* Pulse dot for in-progress */
.dune-prod__pulse {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--dune-sand);
	display: inline-block;
	animation: prodPulse 2s ease-in-out infinite;
}

@keyframes prodPulse {

	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0.4;
		transform: scale(0.7);
	}
}

/* Phase Title */
.dune-prod__phase-title {
	font-size: clamp(1.05rem, 1.8vw, 1.25rem);
	font-weight: 600;
	color: var(--dune-dark);
	margin: 0 0 10px;
	line-height: 1.3;
}

.dune-prod__phase-title--accent {
	color: var(--dune-sand);
}

/* Phase Description */
.dune-prod__phase-desc {
	font-size: clamp(0.82rem, 1.2vw, 0.9rem);
	color: var(--dune-muted);
	line-height: 1.7;
	margin: 0;
	max-width: 800px;
}

/* ── Specs Grid (inside active phase) ── */
.dune-prod__specs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-top: 20px;
}

.dune-prod__spec {
	background: rgba(189, 149, 111, 0.04);
	border: 1px solid rgba(189, 149, 111, 0.1);
	border-radius: 10px;
	padding: clamp(12px, 1.5vh, 18px) clamp(14px, 1.5vw, 20px);
	display: flex;
	flex-direction: column;
	gap: 4px;
	transition: all 0.3s ease;
}

.dune-prod__spec:hover {
	border-color: rgba(189, 149, 111, 0.22);
	background: rgba(189, 149, 111, 0.07);
	transform: translateY(-2px);
}

.dune-prod__spec-label {
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--dune-muted);
	opacity: 0.55;
}

.dune-prod__spec-value {
	font-size: clamp(0.78rem, 1.1vw, 0.86rem);
	font-weight: 500;
	color: var(--dune-dark);
	line-height: 1.35;
}

/* ── Step entrance micro-stagger (via JS class) ── */
.dune-prod__step {
	opacity: 0;
	transform: translateY(12px) scale(0.9);
}

.dune-prod--visible .dune-prod__step {
	opacity: 1;
	transform: translateY(0) scale(1);
	transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.dune-prod--visible .dune-prod__step:nth-child(1) {
	transition-delay: 0.08s;
}

.dune-prod--visible .dune-prod__step:nth-child(3) {
	transition-delay: 0.16s;
}

.dune-prod--visible .dune-prod__step:nth-child(5) {
	transition-delay: 0.24s;
}

.dune-prod--visible .dune-prod__step:nth-child(7) {
	transition-delay: 0.32s;
}

.dune-prod--visible .dune-prod__step:nth-child(9) {
	transition-delay: 0.40s;
}

/* Dashes also animate */
.dune-prod__step-dash {
	opacity: 0;
	transform: scaleX(0);
	transform-origin: left;
}

.dune-prod--visible .dune-prod__step-dash {
	opacity: 1;
	transform: scaleX(1);
	transition: opacity 0.4s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.dune-prod--visible .dune-prod__step-dash:nth-child(2) {
	transition-delay: 0.12s;
}

.dune-prod--visible .dune-prod__step-dash:nth-child(4) {
	transition-delay: 0.20s;
}

.dune-prod--visible .dune-prod__step-dash:nth-child(6) {
	transition-delay: 0.28s;
}

.dune-prod--visible .dune-prod__step-dash:nth-child(8) {
	transition-delay: 0.36s;
}

/* ── Responsive ── */
@media (max-width: 768px) {
	.dune-prod__steps {
		overflow-x: auto;
		justify-content: flex-start;
		padding-bottom: 8px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.dune-prod__steps::-webkit-scrollbar {
		display: none;
	}

	.dune-prod__step {
		padding: 8px 10px;
	}

	.dune-prod__step-icon {
		width: 38px;
		height: 38px;
	}

	.dune-prod__step-icon svg {
		width: 16px;
		height: 16px;
	}

	.dune-prod__step-dash {
		width: 16px;
		min-width: 16px;
	}

	.dune-prod__specs {
		grid-template-columns: 1fr 1fr;
	}

	.dune-prod__phase {
		padding: 20px 18px;
	}
}

@media (max-width: 480px) {
	.dune-prod__step-label {
		font-size: 0.58rem;
		letter-spacing: 0.08em;
	}

	.dune-prod__specs {
		grid-template-columns: 1fr;
	}
}

/* ═══════════════════════════════════════
   FINAL CTA SECTION
   Large white card over a dark foundation.
═══════════════════════════════════════ */
.dune-cta {
	background: #FFFFFF;
	padding: clamp(100px, 12vh, 160px) 0;
	position: relative;
	overflow: hidden;
}

.dune-cta__inner {
	border-left: none !important;
	border-right: none !important;
	max-width: 1240px;
	margin: 0 auto;
}

.dune-cta__card {
	position: relative;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

/* ── Large Background Graphic ── */
.dune-cta__bg-wrap {
	position: absolute;
	top: -20px;
	/* Aligned with the very top of the section */
	left: 50%;
	transform: translateX(-50%);
	width: 140%;
	/* Bigger width to feel more immersive */
	max-width: 1800px;
	opacity: 0.14;
	/* Slightly more visible now that it's larger */
	pointer-events: none;
	user-select: none;
	z-index: 1;
}

.dune-cta__bg-img {
	width: 100%;
	height: auto;
	display: block;
}

/* ── Content sitting above ── */
.dune-cta__content {
	position: relative;
	z-index: 10;
}

.dune-cta__title {
	font-size: clamp(2.4rem, 6vw, 3.8rem);
	font-weight: 500;
	letter-spacing: -0.03em;
	color: var(--dune-dark);
	margin-bottom: 1.2rem;
}

.dune-cta__sub {
	font-size: clamp(1.05rem, 1.8vw, 1.25rem);
	color: var(--dune-muted);
	font-weight: 400;
	margin-bottom: 3.5rem;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
}

/* ── Button ── */
.dune-btn-sand .wp-block-button__link {
	background-color: var(--dune-sand) !important;
	color: var(--dune-white) !important;
	border-radius: 14px !important;
	padding: 1.1rem 2.4rem !important;
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.05em;
	border: none !important;
	box-shadow: 0 4px 15px rgba(189, 149, 111, 0.2);
	transition:
		background-color 0.3s ease,
		transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
		box-shadow 0.3s ease;
}

.dune-btn-sand .wp-block-button__link:hover {
	background-color: var(--dune-sand-lt) !important;
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(189, 149, 111, 0.35);
}

@media (max-width: 768px) {
	.dune-cta {
		padding: 40px 0 80px;
	}

	.dune-cta__card {
		border-radius: 24px;
		padding: 60px 24px;
	}

	.dune-cta__bg-wrap {
		width: 140%;
		/* Make it spill over slightly on mobile for better visibility */
	}
}

/* ═══════════════════════════════════════
   POURQUOI DUNE SECTION
   Premium dark theme statement before footer.
═══════════════════════════════════════ */
.dune-pourquoi {
	background: #0E0E11;
	padding: clamp(80px, 12vh, 140px) 0;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	position: relative;
	overflow: hidden;
}

.dune-pourquoi .dune-container-grid {
	border-left-color: rgba(255, 255, 255, 0.06);
	border-right-color: rgba(255, 255, 255, 0.06);
	display: flex;
	flex-direction: column;
	gap: clamp(48px, 8vh, 90px);
}

/* Cinematic ultra-wide video container */
.dune-pourquoi__video-wrapper {
	width: 100%;
	aspect-ratio: 21 / 9;
	border-radius: clamp(16px, 2.5vw, 32px);
	overflow: hidden;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 
		0 25px 60px rgba(0, 0, 0, 0.6),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	background: #000;
}

.dune-pourquoi__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Editorial typography layout */
.dune-pourquoi__content {
	display: flex;
	flex-direction: column;
	gap: clamp(32px, 6vh, 60px);
}

.dune-pourquoi__header {
	max-width: 900px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.dune-pourquoi__eyebrow {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--dune-sand);
}

.dune-pourquoi__heading {
	font-size: clamp(2.2rem, 4.5vw, 3.4rem);
	font-weight: 300;
	line-height: 1.12;
	color: var(--dune-white);
	margin: 0;
	letter-spacing: -0.025em;
}

.dune-pourquoi__heading .dune-accent {
	color: var(--dune-sand);
}

/* Dual column paragraphs */
.dune-pourquoi__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(40px, 6vw, 100px);
	align-items: start;
}

.dune-pourquoi__body {
	font-size: clamp(0.95rem, 1.5vw, 1.15rem);
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.65;
	margin: 0 0 24px 0;
	font-weight: 300;
}

.dune-pourquoi__body:last-child {
	margin-bottom: 0;
}

.dune-pourquoi__body--highlight {
	color: var(--dune-sand);
	font-size: clamp(1.05rem, 1.8vw, 1.3rem);
	line-height: 1.6;
	font-weight: 400;
	border-left: 2px solid rgba(189, 149, 111, 0.4);
	padding-left: clamp(16px, 2vw, 24px);
	margin-top: 32px;
}

/* Responsive adjustments */
@media (max-width: 900px) {
	.dune-pourquoi {
		padding: clamp(60px, 8vh, 100px) 0;
	}

	.dune-pourquoi__video-wrapper {
		aspect-ratio: 16 / 9; /* Cinematic standard for smaller screens */
	}

	.dune-pourquoi__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.dune-pourquoi__body--highlight {
		margin-top: 24px;
	}
}

/* ═══════════════════════════════════════
   404 PAGE
═══════════════════════════════════════ */
.dune-screen-static {
	position: relative;
	min-height: 100vh;
	overflow: clip;
	background: #EAEAEA !important;
}

.dune-404 {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center;
	padding: clamp(140px, 15vh, 200px) 24px !important;
}

.dune-404__content {
	width: 100% !important;
	max-width: 1100px !important;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: clamp(40px, 8vw, 80px);
}

.dune-404__left {
	flex: 1 1 50%;
	display: flex;
	justify-content: center;
}

.dune-404__card {
	width: 100%;
	max-width: 340px;
	background: rgba(255, 255, 255, 0.6);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-radius: 24px;
	border: 1px solid rgba(0, 0, 0, 0.04);
	box-shadow: 0 4px 34px rgba(0, 0, 0, 0.03);
	display: flex;
	flex-direction: column;
	align-items: center;
	animation: fadeInDown 1.1s cubic-bezier(0.16, 1, 0.3, 1) backwards;
	overflow: hidden;
}

.dune-404__svg-wrap {
	width: 100%;
	max-width: 220px;
	padding: 48px 24px 32px;
	display: flex;
	justify-content: center;
}

.dune-404__separator {
	width: 1px;
	height: clamp(100px, 15vh, 160px);
	background: var(--dune-border);
	opacity: 0.6;
	flex-shrink: 0;
	animation: fadeInUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.15s backwards;
}

.dune-404__right {
	flex: 1 1 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}


.dune-404__svg-wrap svg {
	width: 100%;
	height: auto;
	display: block;
}

.dune-404__ticker {
	width: 100%;
	background: rgba(0, 0, 0, 0.02);
	border-top: 1px solid rgba(0, 0, 0, 0.03);
	padding: 12px 0;
	display: flex;
	overflow: hidden;
	white-space: nowrap;
}

.dune-404__ticker-track {
	display: flex;
	align-items: center;
	animation: duneTicker 30s linear infinite;
	/* Translate needs to be 50% because we duplicated the items to fill double width */
}

.dune-404__ticker-track span {
	font-size: 0.65rem;
	font-weight: 700;
	color: #9CA3AF;
	letter-spacing: 0.6em;
	padding-right: 32px;
}

.dune-404__ticker-track span.sep {
	color: rgba(0, 0, 0, 0.4);
	/* Made significantly darker/clearer */
	letter-spacing: normal;
	padding-right: 32px;
}

@keyframes duneTicker {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.dune-404__heading {
	font-size: clamp(1.1rem, 3vw, 1.5rem) !important;
	line-height: 1.2 !important;
	font-weight: 700 !important;
	color: var(--dune-dark);
	margin-bottom: 8px !important;
	animation: fadeInUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.15s backwards;
	letter-spacing: -0.01em;
}

.dune-404__sub {
	font-size: 0.85rem;
	color: var(--dune-muted);
	max-width: 340px;
	margin-bottom: 20px !important;
	line-height: 1.4;
	animation: fadeInUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.25s backwards;
}

.dune-404 .wp-block-buttons {
	animation: fadeInUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.35s backwards;
}

.dune-404 .wp-block-button__link {
	font-size: 0.8rem !important;
	padding: 0.5rem 1.2rem !important;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-40px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(40px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 404 Responsive */
@media (max-width: 900px) {
	.dune-404__content {
		flex-direction: column;
		gap: 24px;
	}

	.dune-404__left {
		justify-content: center;
	}

	.dune-404__right {
		align-items: center;
		text-align: center;
	}

	.dune-404__separator {
		width: 120px;
		height: 1px;
		margin: 20px 0;
	}
}

/* ═══════════════════════════════════════
   SITE FOOTER
   Clean, dark, minimalist foundation.
═══════════════════════════════════════ */
.dune-site-footer {
	background: #323232;
	color: var(--dune-white);
	padding-top: 40px;
	padding-bottom: 80px;
}

.dune-site-footer__inner {
	border-left: none !important;
	border-right: none !important;
}

.dune-site-footer__logo {
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.25em;
	margin-bottom: 1rem;
	color: var(--dune-white);
}

.dune-site-footer__tagline {
	font-size: 0.78rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.45);
	font-weight: 300;
	margin-bottom: 3rem;
}

.dune-site-footer__sep {
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	margin-bottom: 1.8rem;
}

.dune-site-footer__meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dune-site-footer__copy {
	font-size: 0.7rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.35);
	text-transform: uppercase;
}

.dune-site-footer__legal {
	font-size: 0.7rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.55);
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: rgba(255, 255, 255, 0.2);
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.dune-site-footer__legal:hover {
	color: rgba(255, 255, 255, 0.9);
	text-decoration-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
	.dune-site-footer {
		padding-bottom: 60px;
	}

	.dune-site-footer__tagline br {
		display: none;
	}
}

/* ═══════════════════════════════════════
   MENTIONS LÉGALES PAGE
   Apple / OpenAI — clean, typographic.
═══════════════════════════════════════ */
.dune-page-legal {
	background: #ffffff;
	color: var(--dune-dark);
}

.dune-legal-main {
	min-height: 70vh;
	padding: clamp(140px, 16vh, 200px) 0 120px;
}

.dune-legal-container {
	max-width: 680px;
	margin: 0 auto;
	padding: 0 24px;
}

.dune-legal-header {
	margin-bottom: 56px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 40px;
}

.dune-legal-eyebrow {
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--dune-sand);
	margin-bottom: 16px;
}

.dune-legal-title {
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.1;
	color: var(--dune-dark);
}

.dune-legal-body {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.dune-legal-section h2 {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--dune-muted);
	margin-bottom: 20px;
}

.dune-legal-section p,
.dune-legal-section address,
.dune-legal-section ul {
	font-size: 0.925rem;
	line-height: 1.75;
	color: #3a3a3a;
}

.dune-legal-section address {
	font-style: normal;
	background: #f6f6f6;
	border-left: 2px solid #ddd;
	padding: 14px 18px;
	border-radius: 4px;
	margin: 16px 0;
}

.dune-legal-section ul {
	padding-left: 1.2em;
}

.dune-legal-section ul li {
	margin-bottom: 6px;
}

.dune-legal-section a {
	color: var(--dune-dark);
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: rgba(0, 0, 0, 0.2);
	transition: text-decoration-color 0.2s;
}

.dune-legal-section a:hover {
	text-decoration-color: var(--dune-sand);
}

@media (max-width: 768px) {
	.dune-legal-main {
		padding: 120px 0 80px;
	}
}

/* ═══════════════════════════════════════
   DEVENEZ PARTENAIRE PAGE
═══════════════════════════════════════ */
body.dune-page-partenaire {
	background: #EAEAEA;
	opacity: 0;
	animation: dunePartnerFadeIn 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}

@keyframes dunePartnerFadeIn {
	from {
		opacity: 0;
		transform: translateY(12px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.dune-partenaire-wrapper {
	padding-top: clamp(120px, 15vh, 180px);
	padding-bottom: clamp(80px, 10vh, 120px);
}

/* ── Hero ── */
.dune-partenaire__hero {
	max-width: 800px;
	padding-top: 100px;
	margin-bottom: 60px;
}

.dune-partenaire__subtitle {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--dune-sand);
	display: block;
	margin-bottom: 24px;
}

.dune-partenaire__title {
	font-size: clamp(2.5rem, 5vw, 3.8rem);
	font-weight: 700;
	color: var(--dune-dark);
	line-height: 1.1;
	margin: 0 0 24px;
	letter-spacing: -0.02em;
}

.dune-partenaire__desc {
	font-size: clamp(1rem, 1.5vw, 1.15rem);
	color: var(--dune-muted);
	line-height: 1.6;
	margin-bottom: 40px;
}

/* ── Navigation Pills ── */
.dune-partenaire__nav {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.dune-partenaire__pill {
	font-size: 0.8rem;
	font-weight: 500;
	color: var(--dune-muted);
	padding: 10px 20px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 999px;
	text-decoration: none;
	background: #fff;
	transition: all 0.3s ease;
}

.dune-partenaire__pill:hover {
	border-color: rgba(0, 0, 0, 0.15);
	color: var(--dune-dark);
}

.dune-partenaire__pill.active {
	background: var(--dune-sand);
	color: #fff;
	border-color: var(--dune-sand);
	box-shadow: 0 4px 15px rgba(189, 149, 111, 0.25);
}

/* ── Main Layout (Grid) ── */
.dune-partenaire__layout {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: clamp(40px, 6vw, 80px);
	align-items: start;
}

/* ── Typeform Embed ── */
.dune-typeform-wrap {
	max-width: 680px;
	width: 100%;
	height: 1100px;
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.07);
	box-shadow: 0 8px 48px rgba(0, 0, 0, 0.07);
	background: #fff;
	overflow: hidden;
	display: block;
	/* Contain Typeform's fixed-position children within this box */
	transform: translateZ(0);
	isolation: isolate;
	position: relative;
	z-index: 1;
}

.dune-typeform-wrap>div[data-tf-live] {
	display: block;
	width: 100%;
	height: 1100px;
}

.dune-typeform-wrap iframe {
	display: block !important;
	width: 100% !important;
	height: 1100px !important;
	border: none !important;
	position: static !important;
	top: auto !important;
	left: auto !important;
	max-width: 100% !important;
}

/* ── Form Styling ── */
.dune-form__step {
	margin-bottom: 24px;
	background: transparent;
}

.dune-form__step-header {
	margin-bottom: 30px;
}

.dune-form__step-num {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--dune-sand);
	display: block;
	margin-bottom: 8px;
}

.dune-form__step-title {
	font-size: clamp(1.4rem, 2vw, 1.8rem);
	font-weight: 700;
	color: var(--dune-dark);
	margin: 0;
	letter-spacing: -0.01em;
}

/* Form Grid */
.dune-form__row {
	margin-bottom: 24px;
	display: grid;
	gap: 24px;
}

.dune-form__row.cols-2 {
	grid-template-columns: 1fr 1fr;
}

.dune-form__group {
	display: flex;
	flex-direction: column;
}

.dune-form__group label:not(.dune-checkbox-btn):not(.dune-pill-checkbox) {
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--dune-muted);
	margin-bottom: 10px;
	padding-left: 2px;
}

/* Premium Inputs */
.dune-form__group input[type="text"],
.dune-form__group input[type="email"],
.dune-form__group input[type="tel"],
.dune-form__group select,
.dune-form__group textarea {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 6px;
	padding: 16px 20px;
	font-family: inherit;
	font-size: 0.95rem;
	color: var(--dune-dark);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.015);
	transition: all 0.3s ease;
}

.dune-form__group input::placeholder,
.dune-form__group textarea::placeholder {
	color: rgba(0, 0, 0, 0.25);
}

.dune-form__group input:focus,
.dune-form__group textarea:focus,
.dune-form__group select:focus {
	outline: none;
	border-color: var(--dune-sand);
	box-shadow: 0 0 0 4px rgba(189, 149, 111, 0.1);
	background: #fff;
}

/* Custom Select */
.dune-select-wrapper {
	position: relative;
}

.dune-select-wrapper::after {
	content: "▾";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	font-size: 1.2rem;
	color: var(--dune-muted);
}

.dune-form__group select {
	appearance: none;
	padding-right: 40px;
	cursor: pointer;
}

/* Checkbox Grid */
.dune-form__checkbox-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 24px;
}

.dune-checkbox-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	padding: 8px 0;
}

.dune-checkbox-btn input {
	display: none;
}

.dune-checkbox-mark {
	width: 22px;
	height: 22px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
}

.dune-checkbox-btn input:checked+.dune-checkbox-mark {
	background: var(--dune-sand);
	border-color: var(--dune-sand);
}

.dune-checkbox-btn input:checked+.dune-checkbox-mark::after {
	content: '✓';
	color: #fff;
	font-size: 14px;
	line-height: 1;
}

.dune-checkbox-label {
	font-size: 0.95rem;
	color: var(--dune-dark);
}

/* Pill Checkboxes */
.dune-form__pills-select {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 24px;
}

.dune-pill-checkbox {
	cursor: pointer;
}

.dune-pill-checkbox input {
	display: none;
}

.dune-pill-box {
	display: inline-block;
	padding: 12px 24px;
	background: rgba(189, 149, 111, 0.05);
	border: 1px solid rgba(189, 149, 111, 0.15);
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--dune-dark);
	transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.dune-pill-checkbox:hover .dune-pill-box {
	background: rgba(189, 149, 111, 0.1);
	border-color: rgba(189, 149, 111, 0.3);
}

.dune-pill-checkbox input:checked+.dune-pill-box {
	background: var(--dune-sand-lt);
	border-color: var(--dune-sand-lt);
	color: #fff;
	box-shadow: 0 4px 15px rgba(189, 149, 111, 0.2);
}

/* Submit Area */
.dune-form__submit-area {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.dune-submit-btn-wrap {
	width: 100%;
	margin-bottom: 20px;
}

.dune-submit-btn-wrap .wp-block-button__link {
	width: 100% !important;
	box-sizing: border-box;
}

.dune-btn-sand .wp-block-button__link {
	font-weight: 400 !important;
	text-transform: none !important;
}

.dune-submit-benefits-card {
	width: 100%;
	background: rgba(189, 149, 111, 0.05);
	border-radius: 12px;
	padding: 1rem 1.6rem;
	border: 1px solid rgba(189, 149, 111, 0.12);
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

.benefit-item {
	display: flex;
	align-items: center;
	gap: 6px;
}

.benefit-icon {
	width: 16px;
	height: 16px;
	stroke: var(--dune-sand);
	opacity: 1;
}

.benefit-text {
	font-size: 0.85rem;
	color: var(--dune-sand);
	font-weight: 500;
	opacity: 1;
}

.benefit-divider {
	color: var(--dune-sand);
	font-size: 0.9rem;
	opacity: 0.4;
}

@media (max-width: 768px) {
	.dune-submit-benefits-card {
		flex-direction: column;
		gap: 8px;
		padding: 1.2rem 1.2rem;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.benefit-divider {
		display: none;
	}

	.benefit-item {
		width: 100%;
	}
}

/* ── Sidebar (Right Column) ── */
.dune-sticky-column {
	position: sticky;
	top: 140px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.dune-sidebar-widget {
	background: #FFFFFF;
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.03);
	border: 1px solid rgba(0, 0, 0, 0.02);
}

.dune-sidebar-widget h3 {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--dune-dark);
	margin: 0 0 6px;
	letter-spacing: -0.01em;
}

.dune-sidebar-widget>p {
	font-size: 0.85rem;
	color: var(--dune-muted);
	margin: 0 0 16px;
	line-height: 1.5;
}

.widget-subtitle {
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--dune-sand);
	display: block;
	margin-bottom: 10px;
}

/* Recap List */
.dune-recap-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dune-recap-list li {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	font-size: 0.85rem;
}

.dune-recap-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.recap-label {
	color: var(--dune-muted);
}

.recap-value {
	font-weight: 600;
	color: var(--dune-dark);
	text-align: right;
}

/* Specific Widgets */
.widget-avantages {
	background: #EEF5EF;
	/* Subtle green touch */
	border: none;
}

.widget-avantages h3 {
	color: #1A3423;
}

.widget-delai {
	background: rgba(189, 149, 111, 0.15);
	/* Sand touch */
	border: none;
}

.widget-garanties {
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.10);
	box-shadow: none;
}

.widget-help {
	background: var(--dune-dark);
	color: #fff;
	border: none;
}

.widget-help h3 {
	color: #fff;
	margin-bottom: 20px;
}

/* Check Lists */
.dune-check-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dune-check-list li {
	position: relative;
	padding-left: 20px;
	font-size: 0.85rem;
	color: var(--dune-dark);
	margin-bottom: 10px;
	line-height: 1.4;
}

.dune-check-list li::before {
	content: '■';
	color: #2F8351;
	font-size: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.widget-avantages .dune-check-list li {
	color: #1A3423;
	font-weight: 500;
}

.widget-garanties .dune-check-list li {
	color: var(--dune-muted);
}

.widget-garanties .dune-check-list li::before {
	content: '✓';
	font-size: 10px;
	color: var(--dune-muted);
	transform: translateY(-50%) scale(1.2);
}

/* Help Widget Sections */
.help-section {
	margin-bottom: 12px;
}

.help-section:last-child {
	margin-bottom: 0;
}

.help-label {
	display: block;
	font-size: 0.55rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	color: rgba(255, 255, 255, 0.4);
	margin-bottom: 2px;
}

.help-section a,
.help-section p {
	color: #fff;
	font-size: 0.85rem;
	text-decoration: none;
	margin: 0;
	font-weight: 500;
}

.help-section a:hover {
	color: var(--dune-sand);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
	.dune-partenaire__layout {
		grid-template-columns: 1fr 280px;
		gap: 30px;
	}
}

@media (max-width: 768px) {
	.dune-partenaire-wrapper {
		padding-top: clamp(90px, 14vh, 120px);
		padding-bottom: clamp(48px, 8vh, 80px);
	}

	.dune-partenaire__hero {
		padding-top: 16px;
		margin-bottom: 32px;
	}

	.dune-partenaire__desc br {
		display: none;
	}

	.dune-partenaire__layout {
		grid-template-columns: 1fr;
	}

	.dune-sticky-column {
		position: static;
	}

	.dune-form__row.cols-2 {
		grid-template-columns: 1fr;
	}

	.dune-form__checkbox-grid {
		grid-template-columns: 1fr;
	}

	.dune-typeform-wrap,
	.dune-typeform-wrap>div[data-tf-live],
	.dune-typeform-wrap iframe {
		height: 85vh !important;
		max-height: 700px !important;
	}

	.dune-typeform-wrap {
		max-width: 100%;
		width: 100% !important;
		border-radius: 14px;
		/* On mobile, keep the form in-flow and prevent full-screen takeover */
		position: relative !important;
		transform: translateZ(0);
		isolation: isolate;
		overflow: hidden !important;
	}

	.dune-typeform-wrap iframe {
		position: static !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		z-index: auto !important;
		max-width: 100vw !important;
	}

	/* Trap any Typeform-injected fullscreen backdrop */
	.dune-typeform-wrap [data-qa="fullscreen-wrapper"],
	.dune-typeform-wrap .tf-v1-popup-wrapper,
	.dune-typeform-wrap .tf-v1-fullscreen {
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
		z-index: 1 !important;
	}
}

/* ═══════════════════════════════════════
   PARTENAIRE SUCCESS PAGE
═══════════════════════════════════════ */
.dune-page-success body,
body.dune-page-success {
	background: #F6F4F1;
}

.dune-success-wrapper {
	padding-top: clamp(100px, 12vh, 130px);
	padding-bottom: clamp(80px, 10vh, 120px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(48px, 7vw, 72px);
}

/* ── Centre block ── */
.dune-success__center {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 580px;
	width: 100%;
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.dune-success__center.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Lottie container */
.dune-success__lottie {
	width: clamp(140px, 22vw, 200px);
	height: clamp(140px, 22vw, 200px);
	margin-bottom: 8px;
	flex-shrink: 0;
}

.dune-success__lottie svg {
	width: 100% !important;
	height: 100% !important;
}

/* Status badge */
.dune-success__badge {
	display: inline-block;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--dune-sand);
	background: rgba(189, 149, 111, 0.08);
	border: 1px solid rgba(189, 149, 111, 0.18);
	border-radius: 999px;
	padding: 5px 14px;
	margin-bottom: 22px;
}

/* Title */
.dune-success__title {
	font-size: clamp(2rem, 4.5vw, 3.2rem);
	font-weight: 700;
	color: var(--dune-dark);
	line-height: 1.1;
	letter-spacing: -0.025em;
	margin: 0 0 18px;
}

/* Sub message */
.dune-success__sub {
	font-size: clamp(0.95rem, 1.4vw, 1.05rem);
	color: var(--dune-muted);
	line-height: 1.65;
	margin: 0 0 36px;
}

.dune-success__sub strong {
	color: var(--dune-dark);
	font-weight: 600;
}

/* Action buttons */
.dune-success__actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
}

.dune-success-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.88rem;
	font-weight: 600;
	border-radius: 10px;
	padding: 13px 22px;
	text-decoration: none;
	transition: all 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
	white-space: nowrap;
}

.dune-success-btn svg {
	flex-shrink: 0;
	transition: transform 0.25s ease;
}

.dune-success-btn--primary {
	background: var(--dune-sand);
	color: #fff;
	box-shadow: 0 4px 18px rgba(189, 149, 111, 0.28);
}

.dune-success-btn--primary:hover {
	background: var(--dune-sand-lt);
	box-shadow: 0 6px 24px rgba(189, 149, 111, 0.42);
	transform: translateY(-2px) scale(1.02);
}

.dune-success-btn--primary:hover svg {
	transform: translateX(-2px);
}

.dune-success-btn--ghost {
	background: #fff;
	color: var(--dune-muted);
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.dune-success-btn--ghost:hover {
	color: var(--dune-dark);
	border-color: rgba(0, 0, 0, 0.14);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
}

.dune-success-btn--ghost:hover svg {
	transform: translateX(-3px);
}

/* ── Cards grid ── */
.dune-success__cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	width: 100%;
	max-width: 820px;
}

/* Individual card */
.dune-success-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.055);
	border-radius: 14px;
	padding: 26px;
	display: flex;
	gap: 18px;
	align-items: flex-start;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.035);
	opacity: 0;
	transform: translateY(20px);
	transition:
		opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1),
		transform 0.55s cubic-bezier(0.16, 1, 0.3, 1),
		box-shadow 0.28s ease,
		border-color 0.28s ease;
}

.dune-success-card.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.dune-success-card:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 8px 32px rgba(0, 0, 0, 0.07);
	border-color: rgba(0, 0, 0, 0.10);
}

/* Dark variant (contact) */
.dune-success-card--dark {
	background: var(--dune-dark);
	border-color: transparent;
	color: #fff;
}

.dune-success-card--dark:hover {
	box-shadow: 0 8px 32px rgba(26, 38, 52, 0.28);
	border-color: transparent;
}

/* Icon */
.dune-success-card__icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: rgba(189, 149, 111, 0.09);
	border: 1px solid rgba(189, 149, 111, 0.14);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: var(--dune-sand);
}

.dune-success-card--dark .dune-success-card__icon {
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(255, 255, 255, 0.10);
	color: var(--dune-sand);
}

/* Body */
.dune-success-card__body {
	flex: 1;
	min-width: 0;
}

.dune-success-card__label {
	display: block;
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--dune-sand);
	margin-bottom: 6px;
}

.dune-success-card__title {
	font-size: 1rem;
	font-weight: 700;
	color: var(--dune-dark);
	margin: 0 0 10px;
	letter-spacing: -0.01em;
	line-height: 1.25;
}

.dune-success-card--dark .dune-success-card__title {
	color: #fff;
}

.dune-success-card__desc {
	font-size: 0.85rem;
	color: var(--dune-muted);
	line-height: 1.55;
	margin: 0;
}

/* Check list inside card */
.dune-success-card__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.dune-success-card__list li {
	font-size: 0.83rem;
	color: var(--dune-muted);
	padding-left: 16px;
	position: relative;
	line-height: 1.4;
}

.dune-success-card__list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #2F8351;
	font-size: 10px;
	top: 1px;
	font-weight: 700;
}

/* Contact rows in dark card */
.dune-success-card__contact {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contact-row {
	display: flex;
	align-items: center;
	gap: 10px;
}

.contact-key {
	font-size: 0.55rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	color: var(--dune-muted);
	min-width: 56px;
	flex-shrink: 0;
}

.contact-val {
	font-size: 0.85rem;
	color: var(--dune-dark);
	text-decoration: none;
	font-weight: 500;
	transition: color 0.22s ease;
}

a.contact-val:hover {
	color: var(--dune-sand);
}

.dune-success-card--dark .contact-key {
	color: rgba(255, 255, 255, 0.38);
}

.dune-success-card--dark .contact-val {
	color: rgba(255, 255, 255, 0.88);
}

.dune-success-card--dark a.contact-val:hover {
	color: var(--dune-sand);
}

/* ── Responsive ── */
@media (max-width: 640px) {
	.dune-success__cards {
		grid-template-columns: 1fr;
	}

	.dune-success__actions {
		flex-direction: column;
		width: 100%;
	}

	.dune-success-btn {
		width: 100%;
		justify-content: center;
	}

	.dune-success-card {
		flex-direction: row;
	}
}

/* ── Loading Spinner ── */
.loading-spinner {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #fff;
	animation: spin 0.8s linear infinite;
	margin-right: 8px;
	vertical-align: middle;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

/* Ensure lottie-player doesn't collapse */
lottie-player {
	display: block;
	margin: 0 auto;
}

/* ═══════════════════════════════════════
   SCROLL-TO-TOP BUTTON
═══════════════════════════════════════ */
.dune-back-top {
	position: fixed !important;
	bottom: clamp(1.25rem, 3vw, 2rem) !important;
	right: clamp(1.25rem, 3vw, 2rem) !important;
	z-index: 100010;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1.5px solid rgba(26, 38, 52, 0.18);
	background: rgba(255, 255, 255, 0.52);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	opacity: 0;
	transform: translateY(14px) scale(0.88);
	pointer-events: none;
	transition:
		opacity var(--t),
		transform var(--t),
		border-color var(--t),
		background var(--t),
		box-shadow var(--t);
}

.dune-back-top.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

.dune-back-top svg {
	width: 18px;
	height: 18px;
	stroke: var(--dune-dark);
	fill: none;
	flex-shrink: 0;
	transition: stroke var(--t), transform var(--t);
}

.dune-back-top:hover {
	border-color: rgba(26, 38, 52, 0.3);
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
	transform: translateY(-2px) scale(1.06);
}

.dune-back-top:hover svg {
	transform: translateY(-2px);
}

.dune-back-top.is-active {
	border-color: var(--dune-sand);
	background: var(--dune-sand);
	box-shadow: 0 8px 28px rgba(189, 149, 111, 0.38);
	transform: translateY(0) scale(1);
}

.dune-back-top.is-active svg {
	stroke: var(--dune-white);
	transform: translateY(0);
}

@media (max-width: 640px) {
	.dune-back-top {
		width: 42px;
		height: 42px;
	}

	.dune-back-top svg {
		width: 16px;
		height: 16px;
	}
}

/* ═══════════════════════════════════════
   HERO CUSTOM CURSOR
═══════════════════════════════════════ */
.dune-cursor {
	position: fixed;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	border: 1.5px solid rgba(255, 255, 255, 0.72);
	border-radius: 50%;
	pointer-events: none;
	opacity: 0;
	z-index: 999999;
	will-change: transform, opacity;
	/* JS owns transform entirely; only opacity + border-color are CSS-transitioned */
	transition:
		opacity 0.3s ease,
		border-color 0.24s ease;
}

.dune-cursor.is-visible {
	opacity: 1;
}

/* Border recolour on interactive elements — scale is lerped in JS */
.dune-cursor.is-hover {
	border-color: var(--dune-sand);
	opacity: 0.9;
}

/* Suppress native cursor inside hero while ours is active */
.dune-screen.cursor-active,
.dune-screen.cursor-active * {
	cursor: none !important;
}

/* Never render on touch/stylus devices — no hover concept */
@media (hover: none) {
	.dune-cursor {
		display: none;
	}
}


/* ═══════════════════════════════════════
   GALLERY – PINNED HORIZONTAL SCROLL
═══════════════════════════════════════ */

.dune-gal {
	position: relative;
	overflow: hidden;
	height: 100vh;
	background: var(--dune-dark);
}

.dune-gal__head {
	position: absolute;
	top: clamp(28px, 4vh, 56px);
	left: clamp(24px, 5vw, 80px);
	z-index: 20;
	pointer-events: none;
}

.dune-gal__eyebrow-main {
	display: block;
	font-size: .6rem;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--dune-sand);
}

.dune-gal__counter {
	position: absolute;
	top: clamp(28px, 4vh, 56px);
	right: clamp(24px, 5vw, 80px);
	z-index: 20;
	font-size: .65rem;
	letter-spacing: .15em;
	color: rgba(255, 255, 255, .28);
	font-weight: 300;
	pointer-events: none;
}

.dune-gal__counter-cur {
	color: var(--dune-white);
	font-weight: 400;
}

.dune-gal__progress {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: rgba(255, 255, 255, .07);
	z-index: 20;
}

.dune-gal__progress-fill {
	height: 100%;
	width: 0%;
	background: var(--dune-sand);
}

.dune-gal__hint {
	position: absolute;
	bottom: 38px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: .6rem;
	font-weight: 400;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .22);
	pointer-events: none;
	white-space: nowrap;
}

.dune-gal__track {
	display: flex;
	align-items: center;
	gap: clamp(20px, 3.5vw, 56px);
	height: 100%;
	padding: 0 clamp(32px, 8vw, 120px);
	will-change: transform;
	backface-visibility: hidden;
}

.dune-gal__slide {
	position: relative;
	flex-shrink: 0;
	border-radius: 3px;
	overflow: hidden;
}

.dune-gal__slide:nth-child(1) {
	width: 42vw;
	height: 78vh;
}

.dune-gal__slide:nth-child(2) {
	width: 56vw;
	height: 60vh;
}

.dune-gal__slide:nth-child(3) {
	width: 36vw;
	height: 80vh;
}

.dune-gal__slide:nth-child(4) {
	width: 52vw;
	height: 60vh;
}

.dune-gal__slide:nth-child(5) {
	width: 40vw;
	height: 78vh;
}

.dune-gal__img-wrap {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.dune-gal__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	will-change: transform;
}

.dune-gal__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(to top, rgba(10, 16, 26, .78) 0%, rgba(10, 16, 26, .18) 48%, transparent 100%),
		linear-gradient(to bottom, rgba(10, 16, 26, .28) 0%, transparent 40%);
	pointer-events: none;
}

.dune-gal__ghost {
	position: absolute;
	z-index: 2;
	font-size: clamp(80px, 17vw, 170px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -.04em;
	color: rgba(255, 255, 255, .055);
	bottom: -0.06em;
	right: 0.06em;
	pointer-events: none;
	user-select: none;
}

.dune-gal__caption {
	position: absolute;
	z-index: 3;
	max-width: clamp(160px, 26vw, 290px);
}

.dune-gal__caption--bl {
	bottom: 9%;
	left: 7%;
}

.dune-gal__caption--tr {
	top: 11%;
	right: 7%;
	text-align: right;
}

.dune-gal__caption--bc {
	bottom: 9%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	max-width: 80%;
}

.dune-gal__caption--br {
	bottom: 9%;
	right: 7%;
	text-align: right;
}

.dune-gal__caption--tl {
	top: 11%;
	left: 7%;
}

.dune-gal__tag {
	display: block;
	font-size: .55rem;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--dune-sand);
	margin-bottom: .55rem;
}

.dune-gal__title {
	font-size: clamp(1.05rem, 1.7vw, 1.65rem);
	font-weight: 300;
	line-height: 1.2;
	color: var(--dune-white);
	margin: 0 0 .45rem;
}

.dune-gal__text {
	font-size: clamp(.68rem, .95vw, .8rem);
	font-weight: 300;
	color: rgba(255, 255, 255, .48);
	line-height: 1.6;
	margin: 0;
}

@media (max-width: 768px) {
	.dune-gal {
		height: auto;
	}

	.dune-gal__head {
		position: relative;
		top: auto;
		left: auto;
		padding: 44px 24px 0;
		pointer-events: auto;
	}

	.dune-gal__counter,
	.dune-gal__hint,
	.dune-gal__progress,
	.dune-gal__ghost {
		display: none;
	}

	.dune-gal__track {
		flex-direction: column;
		align-items: stretch;
		height: auto;
		padding: 28px 24px 52px;
		gap: 14px;
	}

	.dune-gal__slide:nth-child(1),
	.dune-gal__slide:nth-child(2),
	.dune-gal__slide:nth-child(3),
	.dune-gal__slide:nth-child(4),
	.dune-gal__slide:nth-child(5) {
		width: 100%;
		height: 62vw;
		min-height: 210px;
		max-height: 370px;
	}

	.dune-gal__caption--bc {
		left: 7%;
		transform: none;
		text-align: left;
		max-width: 80%;
	}

	.dune-gal__caption--tr,
	.dune-gal__caption--br {
		top: auto;
		right: auto;
		bottom: 9%;
		left: 7%;
		text-align: left;
	}

	.dune-gal__title {
		font-size: 1rem;
	}
}

/* ═══════════════════════════════════════
   PORTAL APP SECTION
═══════════════════════════════════════ */
.dune-portal-app {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background-color: #000;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.dune-portal-app__video-wrap {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.dune-portal-app__video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right center;
}

.dune-portal-app__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
}

.dune-portal-app__container {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	border: none;
}

.dune-portal-app__content {
	max-width: 500px;
	padding: 4rem 0;
}

.dune-portal-app__eyebrow {
	display: block;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--dune-sand);
	margin-bottom: 24px;
}

.dune-portal-app__title {
	font-family: 'Aeonik Pro', sans-serif;
	font-size: clamp(2.2rem, 3.8vw, 3rem);
	font-weight: 300;
	line-height: 1.15;
	color: var(--dune-white);
	margin: 0 0 24px;
	letter-spacing: -0.01em;
}

.dune-portal-app__desc {
	font-family: 'Aeonik Pro', sans-serif;
	font-size: clamp(0.9rem, 1.5vw, 1.05rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 32px;
	font-weight: 300;
}

.dune-portal-app__actions {
	display: flex;
	gap: 16px;
	align-items: center;
}

.dune-portal-app__btn {
	display: inline-block;
	transition: transform 0.3s ease;
}

.dune-portal-app__btn:hover {
	transform: translateY(-2px);
}

.dune-portal-app__btn-img {
	height: 48px;
	width: auto;
	display: block;
}

@media (max-width: 900px) {
	.dune-portal-app {
		align-items: flex-start;
		min-height: 80vh;
	}
	.dune-portal-app__video-wrap {
		height: 100%;
		top: 0;
		bottom: 0;
	}
	.dune-portal-app__video {
		object-fit: cover;
		object-position: calc(100% + 40px) top;
	}
	.dune-portal-app__overlay {
		background: linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.95) 80%, rgba(0,0,0,1) 100%);
	}
	.dune-portal-app__container {
		align-items: flex-end;
		padding-bottom: 8vh;
	}
	.dune-portal-app__content {
		max-width: 100%;
		text-align: center;
	}
	.dune-portal-app__title {
		font-size: 2.5rem;
	}
	.dune-portal-app__desc {
		font-size: 1rem;
		margin-bottom: 2rem;
	}
	.dune-portal-app__actions {
		justify-content: center;
	}
}