/* =============================================================================
   ARKO PRESTIGE SPA — feuille de style principale
   Direction artistique : luxe marocain contemporain × boutique-hôtel × wellness.
   Palette ivoire / sable / taupe / espresso, accent champagne discret.
   Typographie : Cormorant Garamond (titres) + Manrope (texte).
   ========================================================================== */

/* ---------- 1. Jetons ---------- */
:root {
	--c-ivory: #f6f1e9;
	--c-cream: #fbf8f3;
	--c-sand: #ebe3d6;
	--c-sand-2: #ddd2c0;
	--c-taupe: #9c8b78;
	--c-stone: #6e6259;
	--c-espresso: #2a221c;
	--c-nuit: #1a1512;
	--c-champagne: #b99c67;
	--c-champagne-2: #d8c8a4;
	--c-wa: #1f9d55;
	--c-line: rgba(42, 34, 28, 0.12);
	--c-line-dark: rgba(246, 241, 233, 0.14);

	--ff-display: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
	--ff-body: 'Manrope', 'Helvetica Neue', Arial, sans-serif;

	--fs-display: clamp(2.7rem, 4.6vw + 1rem, 5rem);
	--fs-h1: clamp(2.25rem, 3.2vw + 1rem, 3.9rem);
	--fs-h2: clamp(1.9rem, 2.1vw + 1rem, 3rem);
	--fs-h3: clamp(1.3rem, 0.6vw + 1rem, 1.6rem);
	--fs-lead: clamp(1.1rem, 0.4vw + 1rem, 1.3rem);
	--fs-body: 1.0625rem;
	--fs-small: 0.9rem;
	--fs-xs: 0.78rem;

	--container: 1240px;
	--gutter: clamp(1.25rem, 4vw, 3rem);
	--section: clamp(4.5rem, 9vw, 8.5rem);
	--section-tight: clamp(3rem, 6vw, 5.5rem);
	--radius: 4px;
	--radius-lg: 10px;

	--ease: cubic-bezier(0.22, 1, 0.36, 1);
	--t-fast: 0.25s;
	--t-med: 0.6s;
	--t-slow: 1.1s;

	--header-h: 84px;
	--mobile-bar-h: 64px;
}

/* ---------- 2. Base ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--header-h) + 1rem);
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
}

body {
	margin: 0;
	background: var(--c-ivory);
	color: var(--c-espresso);
	font-family: var(--ff-body);
	font-size: var(--fs-body);
	line-height: 1.7;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}
body.nav-open { overflow: hidden; }

img,
svg,
video { display: block; max-width: 100%; height: auto; }
img { font-style: italic; color: var(--c-taupe); }

a { color: inherit; text-decoration: none; transition: color var(--t-fast) var(--ease), opacity var(--t-fast) var(--ease); }
p a:not(.btn):not(.link-arrow), .prose a, .prose li a, .entry-content li a { text-decoration: underline; text-decoration-color: var(--c-champagne); text-underline-offset: 0.2em; text-decoration-thickness: 1px; }
p a:hover, .prose a:hover { color: var(--c-champagne); }

ul, ol { margin: 0; padding: 0; }
figure { margin: 0; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
address { font-style: normal; }
dl, dd { margin: 0; }
hr { border: 0; border-top: 1px solid var(--c-line); }

:focus-visible { outline: 2px solid var(--c-champagne); outline-offset: 3px; border-radius: 2px; }

.screen-reader-text,
.skip-link {
	position: absolute !important;
	width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); white-space: nowrap;
}
.skip-link:focus {
	position: fixed !important; top: 1rem; left: 1rem; z-index: 200;
	width: auto; height: auto; clip: auto; clip-path: none;
	padding: 0.75rem 1.25rem; background: var(--c-espresso); color: var(--c-ivory); border-radius: var(--radius);
}

::selection { background: var(--c-champagne-2); color: var(--c-espresso); }

/* ---------- 3. Typographie ---------- */
h1, h2, h3, h4, .h1, .h2, .h3 {
	font-family: var(--ff-display);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -0.01em;
	margin: 0;
	color: inherit;
	text-wrap: balance;
}
h1, .h1 { font-size: var(--fs-h1); }
h2, .h2 { font-size: var(--fs-h2); }
h3, .h3 { font-size: var(--fs-h3); line-height: 1.2; }
h4 { font-size: 1.15rem; line-height: 1.3; }
h1 em, h2 em, h3 em, .hero__title em, .section-title em, .cta-band__title em { font-style: italic; font-weight: 300; color: var(--c-champagne); }
.section--dark h1 em, .section--dark h2 em { color: var(--c-champagne-2); }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
.lead { font-size: var(--fs-lead); line-height: 1.6; font-weight: 300; color: var(--c-espresso); }
.muted { color: var(--c-stone); }
.small { font-size: var(--fs-small); }
strong { font-weight: 600; }

/* ---------- 4. Mise en page ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container--wide { max-width: 1440px; }
.container--narrow { max-width: 780px; }

.section { padding-block: var(--section); position: relative; }
.section--tight { padding-block: var(--section-tight); }
.section--sand { background: var(--c-sand); }
.section--dark { background: var(--c-nuit); color: var(--c-ivory); }
.section--dark .muted { color: rgba(246, 241, 233, 0.7); }
.section--dark .lead { color: var(--c-ivory); }
.section + .section--sand, .section--sand + .section--sand { border-top: 1px solid rgba(42, 34, 28, 0.06); }

.site-main { padding-top: var(--header-h); }
.is-home .site-main { padding-top: 0; }

/* ---------- 5. Composants de base ---------- */
.icon { width: 1.15em; height: 1.15em; flex: none; }

.eyebrow {
	display: inline-flex; align-items: center; gap: 0.6rem;
	margin: 0 0 1.1rem;
	font-size: var(--fs-xs); font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
	color: var(--c-taupe);
}
.eyebrow .icon { width: 0.85em; height: 0.85em; color: var(--c-champagne); }
.section--dark .eyebrow { color: var(--c-champagne-2); }

.section-number {
	display: block; margin-bottom: 0.5rem;
	font-family: var(--ff-display); font-size: 0.95rem; letter-spacing: 0.22em; color: var(--c-champagne);
}
.section-head { max-width: 720px; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-title { margin-bottom: 0; }
.section-text { margin-top: 1.25rem; color: var(--c-stone); max-width: 62ch; font-size: 1.05rem; }
.section--dark .section-text { color: rgba(246, 241, 233, 0.72); }
.section-head--center .section-text { margin-inline: auto; }

/* Boutons */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.65rem;
	min-height: 52px; padding: 0.85rem 1.7rem;
	border: 1px solid var(--c-espresso); border-radius: 999px;
	font-size: 0.95rem; font-weight: 500; letter-spacing: 0.02em; line-height: 1;
	background: var(--c-espresso); color: var(--c-ivory);
	transition: background var(--t-fast) var(--ease), color var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease), transform var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
	white-space: nowrap;
}
.btn .icon { width: 1.1em; height: 1.1em; transition: transform var(--t-fast) var(--ease); }
.btn:hover { background: var(--c-nuit); border-color: var(--c-nuit); box-shadow: 0 10px 30px -14px rgba(26, 21, 18, 0.55); transform: translateY(-1px); }
.btn:hover .icon--arrow { transform: translateX(3px); }
.btn--outline { background: transparent; color: var(--c-espresso); border-color: rgba(42, 34, 28, 0.35); }
.btn--outline:hover { background: var(--c-espresso); color: var(--c-ivory); border-color: var(--c-espresso); }
.btn--light { background: var(--c-ivory); color: var(--c-espresso); border-color: var(--c-ivory); }
.btn--light:hover { background: var(--c-cream); border-color: var(--c-cream); color: var(--c-espresso); }
.btn--ghost { background: transparent; color: var(--c-ivory); border-color: rgba(246, 241, 233, 0.35); }
.btn--ghost:hover { background: rgba(246, 241, 233, 0.1); border-color: rgba(246, 241, 233, 0.7); }
.btn--small { min-height: 42px; padding: 0.55rem 1.2rem; font-size: 0.85rem; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; align-items: center; margin-top: 2rem; }
.btn .icon--whatsapp { color: inherit; }

.link-arrow {
	display: inline-flex; align-items: center; gap: 0.55rem;
	font-weight: 500; font-size: 0.95rem; letter-spacing: 0.01em;
	color: var(--c-espresso); position: relative;
}
.link-arrow span { position: relative; }
.link-arrow span::after { content: ''; position: absolute; left: 0; right: 0; bottom: -3px; height: 1px; background: var(--c-champagne); transform: scaleX(1); transform-origin: left; transition: transform var(--t-med) var(--ease); }
.link-arrow .icon { width: 1.05em; height: 1.05em; transition: transform var(--t-fast) var(--ease); }
.link-arrow:hover .icon { transform: translateX(4px); }
.link-arrow:hover span::after { transform: scaleX(0.4); }
.link-arrow--small { font-size: 0.88rem; }
.link-arrow--light { color: var(--c-ivory); }
.section--dark .link-arrow { color: var(--c-ivory); }

/* Cadres photo */
.frame { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--c-sand-2); }
.frame img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow) var(--ease); }
.frame:hover img { transform: scale(1.03); }
.frame--rounded { border-radius: var(--radius-lg); }
.frame--arch { border-radius: 999px 999px var(--radius) var(--radius); }
.frame figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: 0.4rem 0.8rem; font-size: var(--fs-xs); letter-spacing: 0.04em; background: rgba(26, 21, 18, 0.55); color: var(--c-ivory); border-radius: 999px; backdrop-filter: blur(6px); }

/* Listes à coches */
.checklist { list-style: none; display: grid; gap: 0.8rem; }
.checklist li { display: flex; gap: 0.75rem; align-items: flex-start; line-height: 1.5; }
.checklist .icon { width: 1.1rem; height: 1.1rem; margin-top: 0.25rem; color: var(--c-champagne); }
.checklist--small { font-size: 0.95rem; }

/* Fil d'Ariane */
.breadcrumbs { font-size: var(--fs-xs); letter-spacing: 0.06em; text-transform: uppercase; color: var(--c-taupe); margin-bottom: 1.5rem; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.breadcrumbs li + li::before { content: '›'; margin-right: 0.5rem; color: var(--c-champagne); }
.breadcrumbs a:hover { color: var(--c-espresso); }
.breadcrumbs span { color: inherit; }

/* Apparitions */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity var(--t-slow) var(--ease), transform var(--t-slow) var(--ease); transition-delay: var(--delay, 0ms); will-change: opacity, transform; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	.reveal { opacity: 1; transform: none; transition: none; }
	.frame img, .btn, .link-arrow .icon { transition: none; }
}

/* ---------- 6. En-tête ---------- */
.site-header {
	position: fixed; inset: 0 0 auto 0; z-index: 100;
	height: var(--header-h);
	background: rgba(246, 241, 233, 0.86);
	backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
	border-bottom: 1px solid transparent;
	transition: transform var(--t-med) var(--ease), border-color var(--t-fast), background var(--t-fast);
}
.site-header--scrolled { border-bottom-color: var(--c-line); background: rgba(246, 241, 233, 0.94); }
.site-header--hidden { transform: translateY(-100%); }
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }

.brand { display: inline-flex; align-items: center; gap: 0.8rem; }
.brand__mark { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--c-champagne); border-radius: 50%; color: var(--c-champagne); transition: transform var(--t-med) var(--ease); }
.brand__mark .icon { width: 18px; height: 18px; }
.brand:hover .brand__mark { transform: rotate(45deg); }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--ff-display); font-size: 1.45rem; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500; }
.brand__sub { margin-top: 0.3rem; font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--c-taupe); }
.brand .custom-logo { max-height: 56px; width: auto; }

.site-nav__list { list-style: none; display: flex; gap: clamp(1.2rem, 2vw, 2.2rem); }
.site-nav__list a { position: relative; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.02em; padding: 0.5rem 0; color: var(--c-espresso); }
.site-nav__list a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: var(--c-champagne); transform: scaleX(0); transform-origin: right; transition: transform var(--t-med) var(--ease); }
.site-nav__list a:hover::after, .site-nav__list .current-menu-item > a::after, .site-nav__list .current_page_parent > a::after { transform: scaleX(1); transform-origin: left; }

.site-header__actions { display: flex; align-items: center; gap: 1.25rem; }
.header-phone { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.88rem; font-weight: 500; color: var(--c-stone); }
.header-phone:hover { color: var(--c-espresso); }
.header-phone .icon { color: var(--c-champagne); }

.nav-toggle { display: none; align-items: center; gap: 0.6rem; padding: 0.6rem 0.2rem 0.6rem 0.8rem; font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; }
.nav-toggle .icon { width: 26px; height: 26px; }
.nav-toggle__close { display: none; }
.nav-open .nav-toggle__open { display: none; }
.nav-open .nav-toggle__close { display: block; }

.nav-overlay {
	position: fixed; inset: 0; z-index: 90;
	background: var(--c-nuit); color: var(--c-ivory);
	padding-top: var(--header-h);
	opacity: 0; visibility: hidden; transition: opacity var(--t-med) var(--ease), visibility var(--t-med);
	overflow-y: auto;
}
.nav-overlay[hidden] { display: none; }
.nav-open .nav-overlay { opacity: 1; visibility: visible; }
.nav-open .site-header { background: var(--c-nuit); color: var(--c-ivory); border-bottom-color: var(--c-line-dark); }
.nav-open .site-header .site-nav, .nav-open .header-phone, .nav-open .header-cta { visibility: hidden; }
.nav-open .brand__sub { color: var(--c-champagne-2); }
.nav-overlay__inner { display: grid; gap: 3rem; padding-block: 2.5rem calc(var(--mobile-bar-h) + 2.5rem); min-height: 100%; align-content: space-between; }
.nav-overlay__list { list-style: none; display: grid; gap: 0.2rem; }
.nav-overlay__list a { display: block; padding: 0.55rem 0; font-family: var(--ff-display); font-size: clamp(2rem, 7vw, 2.8rem); line-height: 1.15; color: var(--c-ivory); border-bottom: 1px solid var(--c-line-dark); transform: translateY(14px); opacity: 0; transition: transform var(--t-med) var(--ease), opacity var(--t-med) var(--ease), color var(--t-fast); }
.nav-open .nav-overlay__list a { transform: none; opacity: 1; }
.nav-overlay__list li:nth-child(2) a { transition-delay: 50ms; } .nav-overlay__list li:nth-child(3) a { transition-delay: 100ms; } .nav-overlay__list li:nth-child(4) a { transition-delay: 150ms; } .nav-overlay__list li:nth-child(5) a { transition-delay: 200ms; } .nav-overlay__list li:nth-child(6) a { transition-delay: 250ms; }
.nav-overlay__list a:hover, .nav-overlay__list .current-menu-item a { color: var(--c-champagne-2); }
.nav-overlay__ctas { display: grid; gap: 0.8rem; margin-top: 2rem; }
.nav-overlay__info { font-size: 0.95rem; color: rgba(246, 241, 233, 0.7); }
.nav-overlay__info p { margin-bottom: 0.3rem; }
.nav-overlay__label { font-size: var(--fs-xs); letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-champagne-2); margin-bottom: 0.8rem !important; }

/* ---------- 7. Hero (accueil) ---------- */
.hero { position: relative; padding-top: calc(var(--header-h) + clamp(2rem, 5vw, 4.5rem)); padding-bottom: clamp(2rem, 5vw, 4rem); overflow: hidden; }
.hero::before { content: ''; position: absolute; top: 0; right: 0; width: 46%; height: 100%; background: var(--c-sand); z-index: -1; clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; min-height: calc(100vh - var(--header-h) - 4rem); min-height: calc(100svh - var(--header-h) - 4rem); }
.hero__eyebrow { animation: fadeUp var(--t-slow) var(--ease) both; }
.hero__title { font-size: var(--fs-display); font-weight: 300; line-height: 1.02; letter-spacing: -0.02em; max-width: 14ch; animation: fadeUp var(--t-slow) var(--ease) 80ms both; }
.hero__lead { margin-top: 1.6rem; max-width: 50ch; font-size: var(--fs-lead); font-weight: 300; color: var(--c-stone); animation: fadeUp var(--t-slow) var(--ease) 160ms both; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.2rem; animation: fadeUp var(--t-slow) var(--ease) 240ms both; }
.hero__facts { list-style: none; display: flex; flex-wrap: wrap; gap: 0.8rem 2rem; margin-top: 2.6rem; padding-top: 1.6rem; border-top: 1px solid var(--c-line); font-size: 0.88rem; color: var(--c-stone); animation: fadeUp var(--t-slow) var(--ease) 320ms both; }
.hero__facts li { display: inline-flex; align-items: center; gap: 0.55rem; }
.hero__facts .icon { color: var(--c-champagne); }

.hero__media { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); align-items: end; animation: fadeIn 1.4s var(--ease) both; }
.hero__img { grid-column: 4 / 13; grid-row: 1; aspect-ratio: 3 / 4; z-index: 1; box-shadow: 0 40px 80px -40px rgba(26, 21, 18, 0.45); }
.hero__img img { height: 100%; }
.hero__img2 { grid-column: 1 / 6; grid-row: 1; aspect-ratio: 3 / 4; align-self: end; margin-bottom: -6%; z-index: 2; border: 6px solid var(--c-ivory); border-radius: var(--radius-lg); box-shadow: 0 30px 60px -30px rgba(26, 21, 18, 0.5); }
.hero__badge { position: absolute; top: 6%; right: -0.5rem; z-index: 3; display: flex; align-items: center; justify-content: center; width: 116px; height: 116px; border-radius: 50%; background: var(--c-espresso); color: var(--c-ivory); text-align: center; font-family: var(--ff-display); font-size: 0.95rem; line-height: 1.15; letter-spacing: 0.04em; }
.hero__badge .icon { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0.8rem; color: var(--c-champagne); opacity: 0.22; animation: spin 40s linear infinite; }
.hero__scroll { position: absolute; left: 50%; bottom: 1.2rem; transform: translateX(-50%); display: none; color: var(--c-taupe); animation: bob 2.6s var(--ease) infinite; }
.hero__scroll .icon { width: 1.4rem; height: 1.4rem; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes bob { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 6px); } }

/* ---------- 8. Introduction + faits ---------- */
.intro__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 5vw, 6rem); align-items: start; }
.intro__grid .section-head { margin-bottom: 0; }
.intro__body .lead { margin-bottom: 1.4rem; }
.intro__body .link-arrow { margin-top: 1rem; }

.facts { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(3rem, 6vw, 5rem); border-top: 1px solid var(--c-line); border-bottom: 1px solid var(--c-line); }
.facts__item { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 0.9rem; padding: 1.6rem 1.5rem; border-left: 1px solid var(--c-line); }
.facts__item:first-child { border-left: 0; padding-left: 0; }
.facts__item .icon { grid-row: 1 / 3; width: 1.6rem; height: 1.6rem; color: var(--c-champagne); align-self: center; }
.facts__label { font-size: var(--fs-xs); letter-spacing: 0.14em; text-transform: uppercase; color: var(--c-taupe); }
.facts__value { font-family: var(--ff-display); font-size: 1.25rem; line-height: 1.2; }

/* ---------- 9. Tuiles expériences ---------- */
.tiles { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1rem, 2vw, 2rem); }
.tile { position: relative; display: flex; flex-direction: column; grid-column: span 4; color: var(--c-espresso); }
.tile:nth-child(1) { grid-column: 1 / 5; }
.tile:nth-child(2) { grid-column: 5 / 9; margin-top: clamp(2rem, 5vw, 5rem); }
.tile:nth-child(3) { grid-column: 9 / 13; }
.tile__media { overflow: hidden; border-radius: var(--radius); aspect-ratio: 4 / 5; background: var(--c-sand-2); }
.tile__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow) var(--ease), filter var(--t-slow) var(--ease); }
.tile:hover .tile__media img { transform: scale(1.04); }
.tile__body { padding-top: 1.4rem; }
.tile__index { font-family: var(--ff-display); font-size: 0.9rem; letter-spacing: 0.2em; color: var(--c-champagne); }
.tile__title { margin-top: 0.4rem; font-size: clamp(1.6rem, 1.4vw + 1rem, 2.1rem); }
.tile__text { margin: 0.7rem 0 1rem; color: var(--c-stone); font-size: 0.98rem; }

/* ---------- 10. Expérience (sombre) + étapes ---------- */
.experience__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.experience__media { position: relative; }
.experience__media > .frame:first-child { aspect-ratio: 4 / 3; }
.experience__img2 { position: absolute; right: -6%; bottom: -12%; width: 36%; aspect-ratio: 3 / 4; border: 6px solid var(--c-nuit); border-radius: var(--radius-lg); }
.experience__text .section-head { margin-bottom: 2rem; }

.steps { list-style: none; display: grid; gap: 1.6rem; counter-reset: step; }
.steps__item { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding-bottom: 1.6rem; border-bottom: 1px solid var(--c-line-dark); }
.steps__item:last-child { border-bottom: 0; padding-bottom: 0; }
.steps__num { font-family: var(--ff-display); font-size: 1.6rem; line-height: 1; color: var(--c-champagne); padding-top: 0.15rem; }
.steps__title { font-size: 1.35rem; margin-bottom: 0.3rem; }
.steps__item p { color: rgba(246, 241, 233, 0.72); font-size: 0.97rem; margin: 0; }
.steps--compact { margin-bottom: 2.2rem; }
.section:not(.section--dark) .steps__item { border-color: var(--c-line); }
.section:not(.section--dark) .steps__item p { color: var(--c-stone); }

/* ---------- 11. Carte des soins + signature ---------- */
.menu-groups { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(2rem, 4vw, 3.5rem) clamp(2rem, 5vw, 5rem); }
.menu-group__head { display: flex; align-items: center; gap: 1.1rem; margin-bottom: 1.4rem; }
.menu-group__media { width: 72px; height: 72px; flex: none; border-radius: 50%; overflow: hidden; }
.menu-group__media img { width: 100%; height: 100%; object-fit: cover; }
.menu-group__eyebrow { font-size: var(--fs-xs); letter-spacing: 0.14em; text-transform: uppercase; color: var(--c-taupe); margin: 0 0 0.2rem; }
.menu-group__title { font-size: 1.8rem; }
.menu-group__list { list-style: none; display: grid; gap: 0.75rem; margin-bottom: 1.4rem; }
.menu-group__list li { display: flex; align-items: baseline; gap: 0.6rem; font-size: 1rem; }
.menu-group__name { font-weight: 500; }
.menu-group__dots { flex: 1; border-bottom: 1px dotted rgba(42, 34, 28, 0.35); transform: translateY(-0.35em); }
.menu-group__duration { font-size: 0.88rem; color: var(--c-stone); white-space: nowrap; }

.signature { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 4vw, 4rem); margin-top: clamp(3rem, 6vw, 5rem); padding: clamp(1.5rem, 3vw, 3rem); background: var(--c-cream); border: 1px solid var(--c-line); border-radius: var(--radius-lg); align-items: center; }
.signature__media { aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius); }
.signature__media img { width: 100%; height: 100%; object-fit: cover; }
.signature__title { font-size: clamp(1.8rem, 1.6vw + 1rem, 2.6rem); margin-bottom: 1rem; display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.5rem 1rem; }
.signature__duration { font-family: var(--ff-body); font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--c-champagne); padding: 0.35rem 0.8rem; border: 1px solid var(--c-champagne-2); border-radius: 999px; }
.signature__list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0.6rem 1.5rem; margin: 1.4rem 0 2rem; font-size: 0.95rem; }
.signature__list li { display: flex; gap: 0.6rem; align-items: flex-start; }
.signature__list .icon { color: var(--c-champagne); margin-top: 0.28rem; width: 1rem; height: 1rem; }
.signature--dark { margin-top: 0; background: transparent; border-color: var(--c-line-dark); }

/* ---------- 12. Pourquoi ---------- */
.why__grid { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--c-line); border: 1px solid var(--c-line); }
.why__grid--two { grid-template-columns: repeat(2, 1fr); }
.why__grid--four { grid-template-columns: repeat(4, 1fr); }
.why__item { padding: clamp(1.5rem, 2.5vw, 2.4rem); background: var(--c-sand); transition: background var(--t-med) var(--ease); }
.section:not(.section--sand) .why__item { background: var(--c-ivory); }
.why__item:hover { background: var(--c-cream); }
.why__icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 1.2rem; border: 1px solid var(--c-champagne-2); border-radius: 50%; color: var(--c-champagne); }
.why__icon .icon { width: 1.3rem; height: 1.3rem; }
.why__title { font-size: 1.4rem; margin-bottom: 0.5rem; }
.why__item p { margin: 0; color: var(--c-stone); font-size: 0.96rem; }

/* ---------- 13. Galerie éditoriale ---------- */
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: auto auto auto; gap: clamp(0.75rem, 1.5vw, 1.5rem); }
.gallery__item { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--c-sand-2); }
/* L'image est sortie du flux : la hauteur de chaque rangée est dictée par l'aspect-ratio d'une seule pièce. */
.gallery__item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow) var(--ease); }
.gallery__item:hover img { transform: scale(1.03); }
.gallery__item figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 2.5rem 1.2rem 1rem; font-size: var(--fs-xs); letter-spacing: 0.06em; color: var(--c-ivory); background: linear-gradient(to top, rgba(26, 21, 18, 0.7), transparent); opacity: 0; transform: translateY(6px); transition: opacity var(--t-med) var(--ease), transform var(--t-med) var(--ease); }
.gallery__item:hover figcaption, .gallery__item:focus-within figcaption { opacity: 1; transform: none; }
.gallery__item:nth-child(1) { grid-column: 1 / 8; grid-row: 1; aspect-ratio: 4 / 3; }
.gallery__item:nth-child(2) { grid-column: 8 / 13; grid-row: 1; }
.gallery__item:nth-child(3) { grid-column: 1 / 4; grid-row: 2; }
.gallery__item:nth-child(4) { grid-column: 4 / 9; grid-row: 2; aspect-ratio: 5 / 4; }
.gallery__item:nth-child(5) { grid-column: 9 / 13; grid-row: 2; }
.gallery__item:nth-child(6) { grid-column: 1 / 6; grid-row: 3; aspect-ratio: 4 / 3; }
.gallery__item:nth-child(7) { grid-column: 6 / 13; grid-row: 3; }

/* ---------- 14. Témoignages ---------- */
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 3rem); }
.testimonial { margin: 0; padding: 2rem 0 0; border-top: 1px solid var(--c-champagne-2); }
.testimonial__text { font-family: var(--ff-display); font-size: 1.35rem; line-height: 1.45; font-weight: 400; color: var(--c-espresso); }
.testimonial__meta { display: flex; flex-direction: column; gap: 0.15rem; margin-top: 1.4rem; font-size: 0.85rem; }
.testimonial__author { font-weight: 600; letter-spacing: 0.02em; }
.testimonial__source { color: var(--c-taupe); font-size: var(--fs-xs); letter-spacing: 0.1em; text-transform: uppercase; }
.testimonials__note { margin-top: 2.5rem; text-align: center; font-size: 0.9rem; color: var(--c-stone); }

/* ---------- 15. FAQ ---------- */
.faq-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 5vw, 6rem); align-items: start; }
.faq-grid__head { position: sticky; top: calc(var(--header-h) + 2rem); }
.faq-grid__head .section-head { margin-bottom: 1.5rem; }
.faq-grid__head p { color: var(--c-stone); }
.faq { border-top: 1px solid var(--c-line); }
.faq__item { border-bottom: 1px solid var(--c-line); }
.faq__q { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.35rem 0; cursor: pointer; list-style: none; font-family: var(--ff-display); font-size: 1.35rem; line-height: 1.3; transition: color var(--t-fast); }
.faq__q::-webkit-details-marker { display: none; }
.faq__q:hover { color: var(--c-champagne); }
.faq__q .icon { width: 1.2rem; height: 1.2rem; flex: none; color: var(--c-champagne); transition: transform var(--t-med) var(--ease); }
.faq__item[open] .faq__q .icon { transform: rotate(45deg); }
.faq__a { padding: 0 0 1.6rem; color: var(--c-stone); max-width: 62ch; font-size: 1rem; animation: fadeUp var(--t-med) var(--ease) both; }

/* ---------- 16. Localisation + carte ---------- */
.local__grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.local__facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem 2rem; margin: 0 0 2rem; }
.local__facts dt { display: flex; align-items: center; gap: 0.5rem; font-size: var(--fs-xs); letter-spacing: 0.14em; text-transform: uppercase; color: var(--c-taupe); margin-bottom: 0.4rem; }
.local__facts dt .icon { color: var(--c-champagne); }
.local__facts dd { font-size: 1rem; line-height: 1.5; }
.local__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 2rem; }
.map { position: relative; aspect-ratio: 4 / 3; border-radius: var(--radius-lg); overflow: hidden; background: var(--c-sand); border: 1px solid var(--c-line); }
.map--tall { aspect-ratio: 4 / 3; }
.map__load { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.5rem; width: 100%; padding: 2rem; text-align: center; background:
	radial-gradient(circle at 30% 30%, rgba(185, 156, 103, 0.18), transparent 45%),
	repeating-linear-gradient(0deg, transparent 0 39px, rgba(42, 34, 28, 0.06) 39px 40px),
	repeating-linear-gradient(90deg, transparent 0 39px, rgba(42, 34, 28, 0.06) 39px 40px);
	transition: background-color var(--t-fast); }
.map__load:hover { background-color: rgba(251, 248, 243, 0.6); }
.map__load .icon { width: 2.2rem; height: 2.2rem; color: var(--c-champagne); margin-bottom: 0.4rem; }
.map__title { font-family: var(--ff-display); font-size: 1.5rem; }
.map__sub { font-size: var(--fs-small); color: var(--c-stone); }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(0.6) contrast(1.02); }

/* ---------- 17. Bandeau CTA ---------- */
.cta-band { position: relative; overflow: hidden; padding-block: clamp(5rem, 11vw, 9rem); text-align: center; }
.cta-band__bg { position: absolute; inset: 0; z-index: 0; }
.cta-band__bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.32; filter: saturate(0.6); }
.cta-band__bg::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(26, 21, 18, 0.2), rgba(26, 21, 18, 0.85)); }
.cta-band__inner { position: relative; z-index: 1; max-width: 820px; }
.cta-band__inner .eyebrow { justify-content: center; }
.cta-band__title { font-size: clamp(2.4rem, 3.4vw + 1rem, 4.2rem); font-weight: 300; line-height: 1.05; }
.cta-band__text { margin: 1.4rem auto 0; max-width: 56ch; color: rgba(246, 241, 233, 0.78); font-size: 1.05rem; }
.cta-band__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.9rem; margin-top: 2.4rem; }

/* ---------- 18. Hero de page interne ---------- */
.page-hero { position: relative; padding-block: clamp(2rem, 4vw, 4rem) clamp(2.5rem, 5vw, 5rem); overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: 0; right: 0; width: 42%; height: 100%; background: var(--c-sand); z-index: -1; clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%); }
.page-hero--compact::before { display: none; }
.page-hero__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.page-hero__title { font-size: var(--fs-h1); font-weight: 300; line-height: 1.05; max-width: 18ch; }
.page-hero__lead { margin-top: 1.4rem; max-width: 56ch; font-size: var(--fs-lead); font-weight: 300; color: var(--c-stone); }
.page-hero__ctas { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; }
.page-hero__media { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); }
.page-hero__img { grid-column: 3 / 13; grid-row: 1; aspect-ratio: 3 / 4; box-shadow: 0 40px 80px -40px rgba(26, 21, 18, 0.45); }
.page-hero__img img { height: 100%; }
.page-hero__img2 { grid-column: 1 / 6; grid-row: 1; align-self: end; margin-bottom: -8%; aspect-ratio: 3 / 4; border: 6px solid var(--c-ivory); border-radius: var(--radius-lg); z-index: 2; box-shadow: 0 30px 60px -30px rgba(26, 21, 18, 0.5); }
.page-hero--compact .page-hero__grid { grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); }
.page-hero--compact .page-hero__img { grid-column: 2 / 13; aspect-ratio: 4 / 3; border-radius: var(--radius-lg); }

/* ---------- 19. Sections éditoriales ---------- */
.story__grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.story__grid--flip .story__text { order: -1; }
.story__media { position: relative; padding-bottom: 2rem; }
.story__img { aspect-ratio: 4 / 5; width: 82%; }
.story__img2 { position: absolute; right: 0; bottom: 0; width: 46%; aspect-ratio: 4 / 3; border: 6px solid var(--c-ivory); border-radius: var(--radius-lg); }
.story__text .section-head { margin-bottom: 1.8rem; }
.story__text .lead { margin-bottom: 1.3rem; }

.spaces__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 2vw, 2rem); }
.space:nth-child(even) { margin-top: 2.5rem; }
.space__media { aspect-ratio: 3 / 4; overflow: hidden; border-radius: var(--radius); margin-bottom: 1.2rem; }
.space__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow) var(--ease); }
.space:hover .space__media img { transform: scale(1.04); }
.space__title { font-size: 1.5rem; margin-bottom: 0.4rem; }
.space p { color: rgba(246, 241, 233, 0.72); font-size: 0.95rem; margin: 0; }

.values__grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(2rem, 5vw, 6rem); }
.values__head .section-head { margin-bottom: 0; position: sticky; top: calc(var(--header-h) + 2rem); }
.values__list { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem 3rem; }
.value__icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 1rem; border: 1px solid var(--c-champagne-2); border-radius: 50%; color: var(--c-champagne); }
.value__icon .icon { width: 1.3rem; height: 1.3rem; }
.value__title { font-size: 1.5rem; margin-bottom: 0.5rem; }
.value p { color: var(--c-stone); font-size: 0.97rem; margin: 0; }

.products__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.products__grid--flip { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
.products__grid--flip .products__media { order: -1; }
.products__media .frame { aspect-ratio: 3 / 4; }
.products__list { display: grid; gap: 1.3rem; }
.products__list div { padding-bottom: 1.3rem; border-bottom: 1px solid var(--c-line); }
.products__list div:last-child { border-bottom: 0; padding-bottom: 0; }
.products__list dt { font-family: var(--ff-display); font-size: 1.35rem; margin-bottom: 0.25rem; }
.products__list dd { color: var(--c-stone); font-size: 0.97rem; }

.commitments__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.commitments__media .frame { aspect-ratio: 3 / 4; }
.commitments__text .checklist { margin-top: 0.5rem; }

/* ---------- 20. Carte des soins (page) ---------- */
.anchors { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 2.5rem; }
.anchors a { padding: 0.55rem 1.1rem; border: 1px solid var(--c-line); border-radius: 999px; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.02em; transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast); }
.anchors a:hover { background: var(--c-espresso); color: var(--c-ivory); border-color: var(--c-espresso); }

.carte__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 5vw, 6rem); align-items: start; }
.carte__grid--flip { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.carte__grid--flip .carte__aside { order: 2; }
.carte__aside { position: sticky; top: calc(var(--header-h) + 1.5rem); }
.carte__aside .section-head { margin-bottom: 1.8rem; }
.carte__media { width: 68%; margin-bottom: 1.5rem; }
.carte__media .frame { aspect-ratio: 4 / 5; }
.carte__list { display: grid; gap: 0; border-top: 1px solid var(--c-line); }

.svc { padding: 1.8rem 0; border-bottom: 1px solid var(--c-line); }
.svc__head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 0.5rem 1.5rem; margin-bottom: 0.6rem; }
.svc__title { font-size: 1.6rem; }
.svc__meta { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.85rem; letter-spacing: 0.04em; color: var(--c-stone); white-space: nowrap; }
.svc__meta .icon { color: var(--c-champagne); }
.svc__price { margin-left: 0.6rem; padding-left: 0.6rem; border-left: 1px solid var(--c-line); color: var(--c-espresso); font-weight: 500; }
.svc__desc { color: var(--c-stone); font-size: 0.98rem; margin-bottom: 0.9rem; max-width: 60ch; }
.svc__includes { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 0.4rem 1.2rem; margin-bottom: 1rem; font-size: 0.92rem; }
.svc__includes li { display: flex; gap: 0.5rem; align-items: flex-start; }
.svc__includes .icon { width: 0.95rem; height: 0.95rem; margin-top: 0.3rem; color: var(--c-champagne); }

.svc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 2rem); }
.svc-cards--four { grid-template-columns: repeat(2, 1fr); }
.svc-cards .svc { padding: clamp(1.5rem, 2.5vw, 2.2rem); border: 1px solid var(--c-line); border-radius: var(--radius-lg); background: var(--c-cream); transition: transform var(--t-med) var(--ease), box-shadow var(--t-med) var(--ease); }
.svc-cards .svc:hover { transform: translateY(-3px); box-shadow: 0 24px 40px -30px rgba(26, 21, 18, 0.35); }
.svc-cards .svc__head { flex-direction: column; align-items: flex-start; gap: 0.35rem; }

/* ---------- 21. Étapes, guide, trio, conseils ---------- */
.steps-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.steps-grid--flip .steps-grid__text { order: -1; }
.steps-grid__media .frame { aspect-ratio: 3 / 4; width: 88%; margin-inline: auto; }

.guide__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.guide__media .frame { aspect-ratio: 3 / 4; width: 86%; margin-inline: auto; }
.guide__list { display: grid; gap: 1.4rem; }
.guide__list div { padding: 1.4rem 1.6rem; background: var(--c-cream); border: 1px solid var(--c-line); border-radius: var(--radius-lg); }
.guide__list dt { font-family: var(--ff-display); font-size: 1.3rem; line-height: 1.25; margin-bottom: 0.4rem; }
.guide__list dd { color: var(--c-stone); font-size: 0.96rem; }

.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(0.75rem, 1.5vw, 1.5rem); }
.trio__item { position: relative; aspect-ratio: 3 / 4; overflow: hidden; border-radius: var(--radius); }
.trio__item:nth-child(2) { margin-top: 3rem; }
.trio__item img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow) var(--ease); }
.trio__item:hover img { transform: scale(1.03); }
.trio__item figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 2.5rem 1.2rem 1rem; font-size: var(--fs-xs); letter-spacing: 0.06em; color: var(--c-ivory); background: linear-gradient(to top, rgba(26, 21, 18, 0.7), transparent); }

.tips__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.5rem, 3vw, 3rem); max-width: 960px; margin-inline: auto; }
.tips__col { padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--c-cream); border: 1px solid var(--c-line); border-radius: var(--radius-lg); }
.tips__title { font-size: 1.6rem; margin-bottom: 1.2rem; }
.tips__note { max-width: 760px; margin: 2.5rem auto 0; text-align: center; font-size: 0.9rem; color: var(--c-stone); }

/* ---------- 22. Réservation, formulaires, contact ---------- */
.how__grid { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 3rem); }
.how__item { position: relative; padding-top: 1.5rem; border-top: 1px solid var(--c-champagne-2); }
.how__num { font-family: var(--ff-display); font-size: 2.4rem; line-height: 1; color: var(--c-champagne); }
.how__title { font-size: 1.45rem; margin: 0.6rem 0 0.4rem; }
.how__item p { color: var(--c-stone); font-size: 0.97rem; margin: 0; }

.booking__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.booking__form > .h3 { font-size: 2rem; margin-bottom: 0.5rem; }
.booking__form > .muted { margin-bottom: 2rem; }
.booking__aside { display: grid; gap: 2rem; }
.booking__img { aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius-lg); }
.booking__img img { width: 100%; height: 100%; object-fit: cover; }
.info-card { padding: clamp(1.5rem, 3vw, 2.2rem); background: var(--c-cream); border: 1px solid var(--c-line); border-radius: var(--radius-lg); }
.info-card__title { font-size: 1.6rem; margin-bottom: 1.2rem; }
.info-card__list { display: grid; gap: 1.1rem; margin-bottom: 1.6rem; }
.info-card__list dt { display: flex; align-items: center; gap: 0.5rem; font-size: var(--fs-xs); letter-spacing: 0.14em; text-transform: uppercase; color: var(--c-taupe); margin-bottom: 0.2rem; }
.info-card__list dt .icon { color: var(--c-champagne); }
.info-card__list dd { font-size: 1rem; }
.info-card .btn + .btn { margin-top: 0.7rem; }

.form-wrap { scroll-margin-top: calc(var(--header-h) + 1rem); }
.form-notice { display: flex; gap: 0.8rem; align-items: flex-start; padding: 1rem 1.2rem; margin-bottom: 1.5rem; border-radius: var(--radius); border: 1px solid var(--c-champagne-2); background: var(--c-cream); font-size: 0.95rem; }
.form-notice .icon { color: var(--c-wa); margin-top: 0.2rem; }
.form-notice--err { border-color: #c98a7a; }
.form__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem 1.4rem; }
.field { display: grid; gap: 0.45rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: var(--fs-xs); letter-spacing: 0.12em; text-transform: uppercase; color: var(--c-taupe); font-weight: 600; }
.field label span { color: var(--c-champagne); }
.field input, .field select, .field textarea {
	width: 100%; min-height: 52px; padding: 0.8rem 1rem;
	background: var(--c-cream); border: 1px solid var(--c-line); border-radius: var(--radius);
	transition: border-color var(--t-fast), box-shadow var(--t-fast);
	-webkit-appearance: none; appearance: none;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: rgba(110, 98, 89, 0.55); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--c-champagne); box-shadow: 0 0 0 3px rgba(185, 156, 103, 0.18); }
.form--touched .field :invalid { border-color: #c98a7a; }
.select { position: relative; }
.select::after { content: ''; position: absolute; right: 1.1rem; top: 50%; width: 8px; height: 8px; border-right: 1px solid var(--c-stone); border-bottom: 1px solid var(--c-stone); transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.select select { padding-right: 2.6rem; cursor: pointer; }
.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 1.8rem; }
.form__legal { margin-top: 1.2rem; font-size: var(--fs-xs); color: var(--c-stone); line-height: 1.6; }

.contact-grid { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--c-line); border: 1px solid var(--c-line); }
.contact-card { padding: clamp(1.5rem, 2.5vw, 2.2rem); background: var(--c-ivory); }
.contact-card__icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 1rem; border: 1px solid var(--c-champagne-2); border-radius: 50%; color: var(--c-champagne); }
.contact-card__title { font-size: 1.35rem; margin-bottom: 0.5rem; }
.contact-card p { margin-bottom: 0.4rem; font-size: 0.97rem; }
.contact-card .muted { font-size: 0.88rem; display: flex; align-items: center; gap: 0.4rem; flex-wrap: wrap; }
.contact-card .muted .icon { color: var(--c-champagne); }
.social-card { padding: clamp(1.5rem, 3vw, 2.2rem); background: var(--c-cream); border: 1px solid var(--c-line); border-radius: var(--radius-lg); }
.social-card__links { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.2rem; }
.social-card__links a { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.6rem 1.1rem; border: 1px solid var(--c-line); border-radius: 999px; font-size: 0.9rem; font-weight: 500; transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast); }
.social-card__links a:hover { background: var(--c-espresso); color: var(--c-ivory); border-color: var(--c-espresso); }

/* ---------- 23. Journal ---------- */
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 3rem) clamp(1rem, 2vw, 2rem); }
.post-card { display: flex; flex-direction: column; }
.post-card__media { display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius); background: var(--c-sand-2); }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow) var(--ease); }
.post-card:hover .post-card__media img { transform: scale(1.04); }
.post-card__body { padding-top: 1.2rem; }
.post-card__meta { font-size: var(--fs-xs); letter-spacing: 0.12em; text-transform: uppercase; color: var(--c-taupe); margin-bottom: 0.5rem; }
.post-card__title { font-size: 1.5rem; line-height: 1.2; margin-bottom: 0.6rem; }
.post-card__title a:hover { color: var(--c-champagne); }
.post-card__excerpt { color: var(--c-stone); font-size: 0.96rem; margin-bottom: 1rem; }

.article__head { padding-block: clamp(2rem, 4vw, 3.5rem) clamp(1.5rem, 3vw, 2.5rem); }
.article__title { font-size: var(--fs-h1); font-weight: 300; line-height: 1.08; }
.article__lead { margin-top: 1.2rem; font-size: var(--fs-lead); font-weight: 300; color: var(--c-stone); }
.article__meta { margin-top: 1.2rem; font-size: var(--fs-xs); letter-spacing: 0.1em; text-transform: uppercase; color: var(--c-taupe); }
.article__cover { aspect-ratio: 16 / 9; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.article__cover img { width: 100%; height: 100%; object-fit: cover; }
.article__cta { margin: clamp(3rem, 5vw, 4rem) 0 var(--section); padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--c-sand); border-radius: var(--radius-lg); }
.article__cta-title { font-family: var(--ff-display); font-size: 1.7rem; margin-bottom: 0.4rem; }
.article__cta .btn-row { margin-top: 1.2rem; }

.prose { font-size: 1.08rem; line-height: 1.8; }
.prose > * + * { margin-top: 1.2em; }
.prose h2 { font-size: clamp(1.7rem, 1.4vw + 1rem, 2.2rem); margin-top: 2.2em; }
.prose h3 { font-size: 1.4rem; margin-top: 1.8em; }
.prose h2 + p, .prose h3 + p { margin-top: 0.7em; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li + li { margin-top: 0.4em; }
.prose li::marker { color: var(--c-champagne); }
.prose blockquote { margin: 2em 0; padding-left: 1.5rem; border-left: 2px solid var(--c-champagne); font-family: var(--ff-display); font-size: 1.4rem; line-height: 1.4; }
.prose img { border-radius: var(--radius); }
.prose strong { font-weight: 600; }
.prose table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.prose th, .prose td { padding: 0.7rem 0.8rem; border-bottom: 1px solid var(--c-line); text-align: left; }
.prose em { font-style: italic; }
.prose .wp-block-image figcaption { font-size: var(--fs-small); color: var(--c-stone); margin-top: 0.5rem; }

.pagination { margin-top: 3rem; }
.pagination .nav-links { display: flex; justify-content: center; gap: 0.4rem; }
.pagination .page-numbers { display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 0.8rem; border: 1px solid var(--c-line); border-radius: 999px; font-size: 0.9rem; transition: background var(--t-fast), color var(--t-fast); }
.pagination .page-numbers.current, .pagination .page-numbers:hover { background: var(--c-espresso); color: var(--c-ivory); border-color: var(--c-espresso); }
.pagination .screen-reader-text { position: absolute; }

/* ---------- 24. Page simple, 404, états vides ---------- */
.page-simple { padding-bottom: var(--section); }
.page-simple__head { padding-block: clamp(2rem, 4vw, 3.5rem) clamp(1.5rem, 3vw, 2.5rem); border-bottom: 1px solid var(--c-line); margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.page-simple__title { font-size: var(--fs-h1); font-weight: 300; }
.page-simple .prose { font-size: 1rem; color: var(--c-espresso); }
.page-simple .prose h2 { font-size: 1.5rem; }
.page-simple__thumb { margin-top: 3rem; }

.not-found__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.not-found__links { list-style: none; display: flex; flex-wrap: wrap; gap: 0.6rem 1.8rem; margin-top: 2rem; font-size: 0.95rem; }
.not-found__links a { text-decoration: underline; text-decoration-color: var(--c-champagne); text-underline-offset: 0.2em; }
.not-found__media .frame { aspect-ratio: 3 / 4; }
.empty-state { max-width: 560px; }
.empty-state .h3 { margin-bottom: 0.6rem; }
.search-form { display: flex; gap: 0.6rem; margin-top: 1.5rem; }
.search-form input { flex: 1; min-height: 44px; padding: 0.6rem 1rem; background: var(--c-cream); border: 1px solid var(--c-line); border-radius: 999px; }

/* ---------- 25. Pied de page ---------- */
.site-footer { background: var(--c-nuit); color: rgba(246, 241, 233, 0.78); padding-block: clamp(3.5rem, 7vw, 6rem) 0; }
.site-footer__top { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr)); gap: clamp(2rem, 4vw, 4rem); padding-bottom: clamp(2.5rem, 5vw, 4rem); border-bottom: 1px solid var(--c-line-dark); }
.brand--footer { color: var(--c-ivory); }
.brand--footer .brand__sub { color: var(--c-champagne-2); }
.site-footer__tagline { margin-top: 1.4rem; max-width: 34ch; font-size: 0.95rem; }
.site-footer__social { display: flex; gap: 0.6rem; margin-top: 1.4rem; }
.site-footer__social a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--c-line-dark); border-radius: 50%; color: var(--c-ivory); transition: border-color var(--t-fast), color var(--t-fast); }
.site-footer__social a:hover { border-color: var(--c-champagne); color: var(--c-champagne); }
.site-footer__title { font-family: var(--ff-body); font-size: var(--fs-xs); letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-champagne-2); margin-bottom: 1.3rem; font-weight: 600; }
.site-footer__list { list-style: none; display: grid; gap: 0.7rem; font-size: 0.95rem; }
.site-footer__list a:hover, .site-footer__address a:hover { color: var(--c-champagne-2); }
.site-footer__address p { margin-bottom: 0.6rem; font-size: 0.95rem; }
.site-footer__hours { display: flex; align-items: center; gap: 0.5rem; color: var(--c-ivory); }
.site-footer__hours .icon { color: var(--c-champagne); }
.site-footer__col--contact .link-arrow { margin-top: 1rem; }
.site-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem 2rem; padding-block: 1.6rem calc(1.6rem + var(--mobile-bar-h)); font-size: var(--fs-xs); color: rgba(246, 241, 233, 0.55); }
.site-footer__bottom p { margin: 0; }
.site-footer__legal { list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem 1.4rem; }
.site-footer__legal a:hover { color: var(--c-ivory); }

/* ---------- 26. WhatsApp flottant + barre mobile ---------- */
.wa-float {
	position: fixed; right: 1.4rem; bottom: 1.4rem; z-index: 80;
	display: inline-flex; align-items: center; gap: 0.6rem;
	height: 56px; padding: 0 1.1rem;
	background: var(--c-espresso); color: var(--c-ivory);
	border-radius: 999px; box-shadow: 0 16px 40px -18px rgba(26, 21, 18, 0.7);
	transition: transform var(--t-fast) var(--ease), background var(--t-fast);
}
.wa-float .icon { width: 1.5rem; height: 1.5rem; color: #6fd39a; }
.wa-float__label { font-size: 0.88rem; font-weight: 500; max-width: 0; overflow: hidden; white-space: nowrap; opacity: 0; transition: max-width var(--t-med) var(--ease), opacity var(--t-med) var(--ease); }
.wa-float:hover { transform: translateY(-2px); background: var(--c-nuit); }
.wa-float:hover .wa-float__label, .wa-float:focus-visible .wa-float__label { max-width: 220px; opacity: 1; }

.mobile-bar {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 85;
	display: none; grid-template-columns: repeat(3, 1fr);
	height: calc(var(--mobile-bar-h) + env(safe-area-inset-bottom));
	padding-bottom: env(safe-area-inset-bottom);
	background: rgba(26, 21, 18, 0.96); color: var(--c-ivory);
	backdrop-filter: blur(12px); border-top: 1px solid var(--c-line-dark);
}
.mobile-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.25rem; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; border-left: 1px solid var(--c-line-dark); }
.mobile-bar a:first-child { border-left: 0; }
.mobile-bar .icon { width: 1.3rem; height: 1.3rem; color: var(--c-champagne-2); }
.mobile-bar__wa .icon { color: #6fd39a; }

/* ---------- 27. Responsive ---------- */
@media (max-width: 1180px) {
	.site-nav__list { gap: 1.2rem; }
	.header-phone span { display: none; }
}

@media (max-width: 1023px) {
	:root { --header-h: 72px; }
	.site-nav, .header-phone { display: none; }
	.header-cta { display: none; }
	.nav-toggle { display: inline-flex; }
	.mobile-bar { display: grid; }
	.wa-float { display: none; }
	body { padding-bottom: 0; }

	.hero__grid { grid-template-columns: 1fr; min-height: 0; gap: 3rem; }
	.hero::before { width: 100%; height: 40%; top: auto; bottom: 0; clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%); }
	.hero__media { max-width: 560px; margin-inline: auto; width: 100%; }
	.hero__title { max-width: none; }

	.intro__grid, .experience__grid, .story__grid, .products__grid, .products__grid--flip, .commitments__grid, .values__grid, .faq-grid, .local__grid, .carte__grid, .carte__grid--flip, .steps-grid, .guide__grid, .booking__grid, .not-found__grid, .page-hero__grid, .page-hero--compact .page-hero__grid { grid-template-columns: 1fr; }
	.story__grid--flip .story__text, .steps-grid--flip .steps-grid__text, .products__grid--flip .products__media, .carte__grid--flip .carte__aside { order: 0; }
	.faq-grid__head, .values__head .section-head, .carte__aside { position: static; }
	.carte__media { width: 50%; }
	.experience__img2 { right: 0; bottom: -8%; }
	.page-hero__media { max-width: 520px; }
	.page-hero::before { width: 100%; height: 36%; top: auto; bottom: 0; clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%); }
	.facts { grid-template-columns: repeat(2, 1fr); }
	.facts__item { border-left: 0; padding-left: 0; padding-right: 1rem; }
	.facts__item:nth-child(n + 3) { border-top: 1px solid var(--c-line); }
	.tiles { grid-template-columns: 1fr 1fr; }
	.tile:nth-child(1), .tile:nth-child(2), .tile:nth-child(3) { grid-column: auto; margin-top: 0; }
	.tile:nth-child(3) { grid-column: 1 / -1; }
	.tile:nth-child(3) .tile__media { aspect-ratio: 16 / 9; }
	.menu-groups, .why__grid--four, .contact-grid { grid-template-columns: repeat(2, 1fr); }
	.spaces__grid { grid-template-columns: repeat(2, 1fr); }
	.space:nth-child(even) { margin-top: 0; }
	.testimonials__grid, .posts-grid, .how__grid, .svc-cards { grid-template-columns: repeat(2, 1fr); }
	.svc-cards--four { grid-template-columns: repeat(2, 1fr); }
	.site-footer__top { grid-template-columns: 1fr 1fr; }
	.gallery { grid-template-rows: none; }
	.gallery__item:nth-child(n) { grid-row: auto; aspect-ratio: 4 / 5; }
	.gallery__item:nth-child(1), .gallery__item:nth-child(4), .gallery__item:nth-child(7) { grid-column: span 12; aspect-ratio: 16 / 10; }
	.gallery__item:nth-child(2), .gallery__item:nth-child(3), .gallery__item:nth-child(5), .gallery__item:nth-child(6) { grid-column: span 6; }
	.signature { grid-template-columns: 1fr; }
	.signature__media { aspect-ratio: 16 / 10; }
}

@media (max-width: 700px) {
	:root { --section: clamp(3.5rem, 12vw, 5rem); --fs-body: 1rem; }
	.brand__name { font-size: 1.25rem; }
	.hero { padding-top: calc(var(--header-h) + 1.5rem); }
	.hero__img { grid-column: 3 / 13; }
	.hero__img2 { grid-column: 1 / 6; margin-bottom: -4%; border-width: 4px; }
	.hero__badge { width: 92px; height: 92px; font-size: 0.8rem; top: 4%; right: 0; }
	.hero__ctas .btn, .page-hero__ctas .btn, .cta-band__actions .btn, .form__actions .btn { width: 100%; }
	.facts { grid-template-columns: 1fr; }
	.facts__item { padding: 1.2rem 0; border-top: 1px solid var(--c-line); }
	.facts__item:first-child { border-top: 0; }
	.tiles, .menu-groups, .why__grid, .why__grid--two, .why__grid--four, .spaces__grid, .testimonials__grid, .posts-grid, .how__grid, .svc-cards, .svc-cards--four, .tips__grid, .trio, .contact-grid, .values__list, .local__facts, .site-footer__top { grid-template-columns: 1fr; }
	.tile:nth-child(3) { grid-column: auto; }
	.tile:nth-child(3) .tile__media { aspect-ratio: 4 / 5; }
	.form__grid { grid-template-columns: 1fr; }
	.trio__item:nth-child(2) { margin-top: 0; }
	.trio__item { aspect-ratio: 4 / 3; }
	.gallery__item:nth-child(n) { grid-column: span 12; aspect-ratio: 4 / 3; }
	.gallery__item:nth-child(2), .gallery__item:nth-child(5) { aspect-ratio: 3 / 4; }
	.gallery__item figcaption { opacity: 1; transform: none; }
	.story__img { width: 100%; }
	.story__img2 { width: 44%; border-width: 4px; }
	.carte__media { width: 62%; }
	.page-hero__img2 { border-width: 4px; }
	.faq__q { font-size: 1.15rem; }
	.section-head { margin-bottom: 2rem; }
	.cta-band { padding-block: 4.5rem; }
	.site-footer__bottom { flex-direction: column; }
	.experience__img2 { display: none; }
	.nav-overlay__inner { gap: 2rem; }
}

@media (min-width: 1024px) {
	.hero__scroll { display: block; }
}

/* Impression : allégée */
@media print {
	.site-header, .mobile-bar, .wa-float, .cta-band, .nav-overlay, .hero__scroll { display: none !important; }
	body { background: #fff; color: #000; }
	.site-main { padding-top: 0; }
}
