/* =========================================================
   Parc Fétan — design system & sections
   Porté depuis la maquette Claude Design (Outfit Light,
   encre #2B3C47, bleu Golfe, sauge, sable).
   ========================================================= */

/* ---------- Polices (auto-hébergées) ---------- */
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/outfit-300.woff2') format('woff2');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/outfit-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/outfit-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/cormorant-italic-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/cormorant-italic-500.woff2') format('woff2');
}

/* ---------- Variables ---------- */
:root {
	--ink: #2B3C47;
	--mute: #717C84;
	--line: #C1C8CF;
	--blue: #E0E8ED;
	--sage: #C8D8D2;
	--sage-deep: #7A9A8E;
	--sand: #F4F1ED;
	--gold: #B99B5F;
	--azur: #4EABDA;       /* bleu exact du logo, couleur d'action (partout) */
	--azur-deep: #4EABDA;  /* même bleu (unifié) */
	--page: #FFFFFF;

	--font-main: 'Outfit', sans-serif;

	/* Espacements fluides : serrés sur petit écran, généreux sur grand */
	--pad-x: clamp(24px, 9vw, 165px);
	--pad-x-tight: clamp(24px, 9vw, 160px);
	--pad-wide: clamp(24px, 12vw, 220px);
	--sect-y: clamp(56px, 7vw, 120px);
}

/* ---------- Base ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scrollbar-gutter: stable; }

html, body {
	background: var(--page);
	font-family: var(--font-main);
	font-weight: 300;
	font-size: 17px;
	line-height: 1.6;
	color: var(--ink);
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
figure { margin: 0; }

/* flow-root : contient la marge haute du hero (sinon elle décale la nav de 20px) */
.page-wrap { max-width: 1800px; margin: 0 auto; position: relative; display: flow-root; }

/* ---------- Typographie ---------- */
h1, h2, h3, h4, h5, h6 { font-weight: 300; color: var(--ink); }
/* Un mot en italique dans un titre = accent serif doré de la maquette v2.
   La cliente n'a qu'à mettre le mot en italique dans Gutenberg. */
h1 em, h2 em, h3 em {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-style: italic;
	font-weight: 500;
	font-size: 1.08em;
}
.citation {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-style: italic;
	color: var(--ink);
}
h1 { font-size: clamp(30px, 2vw + 14px, 48px); line-height: 1.1; }
h2 { font-size: clamp(25px, 1vw + 18px, 36px); line-height: 1.15; margin-bottom: 36px; }
h3 { font-size: 24px; line-height: 1.2; }

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 11px;
	letter-spacing: 0.1em;
	color: var(--mute);
	text-transform: lowercase;
	margin-bottom: 21px;
}
/* tiret doré : rappelle la couleur du monogramme du logo */
.eyebrow::before {
	content: "";
	width: 18px; height: 1px;
	background: var(--gold);
	flex: 0 0 auto;
}
.section-center .eyebrow { justify-content: center; }
.section-center .eyebrow::after {
	content: "";
	width: 18px; height: 1px;
	background: var(--gold);
	flex: 0 0 auto;
}
.eyebrow-white {
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.mono-label {
	font-family: var(--font-main); font-weight: 400;
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ink);
}

.section-center { max-width: 517px; margin-left: auto; margin-right: auto; text-align: center; }
.section-center p,
.section-intro p {
	font-size: 17px; font-weight: 300; line-height: 1.75; letter-spacing: 0.005em;
	color: var(--mute);
}
.section-intro { max-width: 517px; }
.section-intro .eyebrow { text-align: left; }
.section-intro h2 { margin-bottom: 36px; }

/* ---------- Lien fléché ---------- */
.link-arrow a,
a.link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	font-size: 12px;
	color: var(--azur-deep);
	padding-bottom: 10px;
	border-bottom: 1px solid var(--azur);
	cursor: pointer;
	transition: color 0.2s, border-color 0.2s;
}
.link-arrow a:hover,
a.link-arrow:hover { color: #17688F; border-color: var(--azur-deep); }
.link-arrow a::after,
a.link-arrow::after {
	content: "";
	display: inline-block;
	width: 20px; height: 8px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 8'><path d='M0 4 L18 4 M14 1 L18 4 L14 7' stroke='%234EABDA' stroke-width='1.3' fill='none'/></svg>") center/contain no-repeat;
	transition: transform 0.2s;
}
.link-arrow a:hover::after,
a.link-arrow:hover::after { transform: translateX(4px); }

/* ---------- Boutons pilules ---------- */
.btn-row { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.wp-block-button.btn-primary .wp-block-button__link,
.wp-block-button.btn-outline .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	padding: 0 36px;
	border-radius: 999px;
	font-family: var(--font-main); font-weight: 400;
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 400;
	transition: transform 0.2s, background 0.2s, color 0.2s;
}
.wp-block-button.btn-primary .wp-block-button__link {
	background: rgba(43,60,71,0.4);
	color: #fff;
	border: 1px solid transparent;
}
.wp-block-button.btn-primary .wp-block-button__link:hover { background: var(--ink); }
.wp-block-button.btn-outline .wp-block-button__link {
	background: transparent;
	color: var(--ink);
	border: 1px solid var(--ink);
}
.wp-block-button.btn-outline .wp-block-button__link:hover { background: var(--ink); color: #fff; }

/* =========================================================
   CHROME DU SITE (header.php / footer.php)
   ========================================================= */

/* ---------- Nav pilules (posée sur le hero) ---------- */
.site-nav {
	position: absolute;
	top: 72px;
	left: calc(50% - 50vw + 20px);
	right: calc(50% - 50vw + 20px);
	display: flex; justify-content: space-between; align-items: center;
	padding: 0 50px;
	z-index: 10;
}
.nav-pill {
	background: #F1F1F1;
	border-radius: 50px;
	padding: 19px 30px;
	font-size: 17px;
	line-height: 1.6; /* les <button> n'héritent pas de l'interligne : hauteur identique aux <a> */
	display: inline-flex; align-items: center; gap: 12px;
	cursor: pointer;
	border: none;
	font-family: var(--font-main);
	font-weight: 300;
	color: var(--ink);
	transition: background 0.2s;
}
.nav-pill:hover { background: #E8E8E8; }
.nav-pill.icon-only { padding: 20px; }
.menu-lines {
	display: inline-flex; flex-direction: column; gap: 3px;
	width: 18px;
}
.menu-lines span { display: block; height: 1.5px; background: #000; border-radius: 1px; }
.menu-lines span:nth-child(1) { width: 18px; }
.menu-lines span:nth-child(2) { width: 18px; }
.menu-lines span:nth-child(3) { width: 12px; }
.site-nav .nav-logo {
	position: absolute; left: 50%; top: -30px;
	transform: translateX(-50%);
	width: 210px;
	z-index: 11;
}
.site-nav .nav-logo img {
	width: 210px; height: 119px; object-fit: contain;
}
/* logo blanc uniquement sur le header de page ouvrant sur un hero sombre
   (le « > .page-wrap » exclut la nav répliquée du méga-menu) */
body:has(#contenu > .wp-block-cover.hero) .page-wrap > .site-nav .nav-logo img {
	filter: brightness(0) invert(1) drop-shadow(0 2px 12px rgba(0, 0, 0, 0.25));
}
.nav-right { display: flex; gap: 15px; }
.nav-ico { width: 18px; height: 18px; stroke: #000; stroke-width: 1.5; fill: none; }

/* Bouton « réserver » : bleu du logo, plein, pour une vraie visibilité */
.site-nav .nav-pill[href="#reserver"],
.sticky-header .nav-pill[href="#reserver"] {
	background: var(--azur-deep);
	color: #fff;
}
.site-nav .nav-pill[href="#reserver"]:hover,
.sticky-header .nav-pill[href="#reserver"]:hover { background: #17688F; }
.site-nav .nav-pill[href="#reserver"] .nav-ico,
.sticky-header .nav-pill[href="#reserver"] .nav-ico { stroke: #fff; }

/* ---------- Header sticky (blanc, au scroll) ---------- */
.sticky-header {
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 70;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 50px;
	box-shadow: 0 2px 24px rgba(43,60,71,0.1);
	transform: translateY(-100%);
	transition: transform 0.35s ease;
}
.sticky-header.is-visible { transform: translateY(0); }
.sticky-header .sticky-logo img { width: 130px; height: 74px; object-fit: contain; }
.sticky-header .nav-pill { padding: 13px 22px; font-size: 14px; }
.sticky-header .nav-pill.icon-only { padding: 13px; }

/* ---------- Contacts latéraux sticky ---------- */
.side-contacts {
	position: fixed;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 60;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.side-item { position: relative; }
.side-item::before {
	content: "";
	position: absolute;
	top: 0; right: 100%;
	width: 24px; height: 48px;
}
.side-bubble {
	width: 48px; height: 48px;
	border-radius: 50%;
	background: #fff;
	border: none;
	box-shadow: 0 4px 20px rgba(43,60,71,0.14);
	display: flex; align-items: center; justify-content: center;
	cursor: pointer;
	transition: background 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}
.side-bubble svg {
	width: 18px; height: 18px;
	stroke: var(--ink); stroke-width: 1.4; fill: none;
	transition: stroke 0.28s ease, transform 0.28s ease;
}
.side-item:hover .side-bubble,
.side-bubble:focus-visible {
	background: var(--ink);
	transform: scale(1.1) translateX(-2px);
	box-shadow: 0 8px 26px rgba(43,60,71,0.26);
}
.side-item:hover .side-bubble svg { stroke: #fff; transform: scale(1.08); }
.side-tip {
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%) translateX(8px);
	display: flex;
	align-items: center;
	gap: 8px;
	background: var(--ink);
	color: #fff;
	padding: 8px 8px 8px 16px;
	border-radius: 999px;
	font-family: var(--font-main); font-weight: 400;
	font-size: 11px;
	letter-spacing: 0.05em;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease, transform 0.25s ease;
}
.side-item:hover .side-tip,
.side-tip:focus-within {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(-50%) translateX(0);
}
.side-tip-text { user-select: text; cursor: text; }
.side-tip-copy {
	width: 24px; height: 24px;
	border-radius: 50%;
	background: rgba(255,255,255,0.15);
	border: none;
	display: flex; align-items: center; justify-content: center;
	cursor: pointer;
	flex-shrink: 0;
	padding: 0;
	transition: background 0.2s ease;
}
.side-tip-copy:hover { background: rgba(255,255,255,0.32); }
.side-tip-copy svg {
	width: 12px; height: 12px;
	stroke: #fff; stroke-width: 1.7; fill: none;
	stroke-linecap: round; stroke-linejoin: round;
}
.side-tip-copy .icon-check { display: none; }
.side-tip-copy.is-copied .icon-copy { display: none; }
.side-tip-copy.is-copied .icon-check { display: block; }
.side-lang .lang-code {
	font-family: var(--font-main); font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.04em;
	color: var(--ink);
	transition: color 0.28s ease;
}
.side-item:hover .side-lang .lang-code { color: #fff; }

/* ---------- Footer ---------- */
.site-footer {
	padding: 60px 50px 40px;
	border-top: 1px solid rgba(43,60,71,0.08);
}
.footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr;
	gap: 60px;
	margin-bottom: 60px;
}
.footer-brand img { width: 130px; margin-bottom: 20px; }
.footer-brand p {
	font-size: 13px; color: var(--mute); line-height: 1.65;
	max-width: 280px;
}
.footer-col h5 {
	font-size: 11px; letter-spacing: 0.12em; color: var(--ink);
	text-transform: uppercase; font-weight: 400;
	margin-bottom: 20px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col li {
	font-size: 14px; color: var(--mute); font-weight: 300; line-height: 1.5;
}
.footer-col li a:hover { color: var(--ink); }
.footer-bottom {
	display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
	padding-top: 24px;
	border-top: 1px solid rgba(43,60,71,0.08);
	font-size: 12px; color: var(--mute);
}

/* =========================================================
   SECTIONS DE LA PAGE D'ACCUEIL (blocs)
   ========================================================= */

/* ---------- Hero (pleine largeur, fine marge blanche autour) ---------- */
.wp-block-cover.hero {
	width: calc(100vw - 40px);
	margin: 20px calc(50% - 50vw + 20px);
	min-height: calc(100vh - 40px);
	min-height: calc(100dvh - 40px);
	border-radius: 12px;
	overflow: hidden;
	display: block;
	padding: 0;
}
.wp-block-cover.hero .wp-block-cover__inner-container {
	position: absolute; inset: 0;
	z-index: 1;
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	width: 100%;
}
/* Texte blanc sur superposition sombre — la superposition (couleur, opacité)
   se règle nativement dans Gutenberg : bloc hero > panneau « Superposition ». */
.hero h1,
.hero .eyebrow-hero { text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35); }
.hero .eyebrow-hero {
	font-size: 15px; color: rgba(255, 255, 255, 0.85);
	margin-bottom: 18px;
	letter-spacing: 0.02em;
}
.hero h1 {
	font-size: clamp(30px, 2.4vw + 8px, 54px);
	font-weight: 300; line-height: 1.1;
	color: #fff;
	text-align: center;
	max-width: min(820px, 92vw);
}
/* Indicateur de scroll : fil vertical + segment lumineux qui descend en boucle */
.hero::after {
	content: "";
	position: absolute; bottom: 32px; left: 50%;
	transform: translateX(-50%);
	width: 3px; height: 56px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.3);
	z-index: 2;
}
.hero::before {
	content: "";
	position: absolute; bottom: 74px; left: 50%;
	width: 3px; height: 16px;
	border-radius: 3px;
	background: #fff;
	z-index: 3;
	transform: translateX(-50%);
	animation: hero-scroll-cue 2.2s cubic-bezier(0.4, 0, 0.4, 1) infinite;
}
@keyframes hero-scroll-cue {
	0%   { transform: translate(-50%, 0); opacity: 0; }
	18%  { opacity: 1; }
	72%  { opacity: 1; }
	100% { transform: translate(-50%, 42px); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
	.hero::before { animation: none; opacity: 0.8; }
}

/* ---------- Esprit du lieu ---------- */
.esprit { padding: clamp(70px, 8vw, 140px) var(--pad-x) var(--sect-y); }
.esprit-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}
.esprit-copy { max-width: 600px; }
.esprit-copy .eyebrow { text-align: left; margin-bottom: 28px; }
.esprit-copy h2 { text-align: left; font-size: clamp(28px, 1.6vw + 13px, 44px); line-height: 1.1; margin-bottom: 32px; }
.esprit-copy p { text-align: left; font-size: 17px; line-height: 1.8; color: var(--mute); margin-bottom: 26px; }
.esprit-copy p.signature {
	font-size: 13px; color: var(--mute); letter-spacing: 0.02em;
	padding-top: 20px; margin-top: 12px; border-top: 1px solid rgba(43,60,71,0.15);
	max-width: 360px; line-height: 1.5;
	margin-bottom: 0;
}
/* Pile de photos fluide : les ratios remplacent les hauteurs figées */
.esprit-stack { position: relative; padding-bottom: clamp(120px, 11vw, 200px); }
.esprit-stack .wp-block-image { border-radius: 7px; overflow: hidden; }
.esprit-stack .wp-block-image img { width: 100%; height: 100%; object-fit: cover; }
.esprit-stack .wp-block-image.stack-main {
	position: relative;
	width: 78%;
	aspect-ratio: 123 / 100;
}
.esprit-stack .wp-block-image.stack-accent {
	position: absolute;
	right: 0; bottom: 0;
	width: 58%;
	aspect-ratio: 106 / 100;
	box-shadow: -18px -18px 0 #fff;
	z-index: 1;
}
.esprit-stack .stack-meta {
	position: absolute;
	left: -24px; bottom: 30px;
	font-family: var(--font-main); font-weight: 400;
	font-size: 10px; letter-spacing: 0.16em;
	color: var(--mute);
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

/* ---------- Presse ---------- */
.press {
	padding: 60px var(--pad-x) 80px;
	border-top: 1px solid rgba(43,60,71,0.08);
	border-bottom: 1px solid rgba(43,60,71,0.08);
	margin-bottom: 20px;
}
.press-label {
	font-family: var(--font-main); font-weight: 400;
	font-size: 10px; letter-spacing: 0.2em;
	color: var(--mute); text-transform: uppercase;
	text-align: center; margin-bottom: 32px;
}
.press-row {
	display: flex; justify-content: space-between; align-items: center;
	gap: 40px; flex-wrap: wrap;
}
.press-row .wp-block-image { margin: 0; }
.press-row .wp-block-image img {
	height: 34px;
	width: auto;
	opacity: 0.7;
	filter: grayscale(100%);
	transition: opacity 0.2s;
}
.press-row .wp-block-image:hover img { opacity: 1; }
.press-row p {
	color: var(--mute);
	opacity: 0.7;
	transition: opacity 0.2s;
	white-space: nowrap;
	letter-spacing: 0.02em;
	margin: 0;
}
.press-row p:hover { opacity: 1; }
.press-row p.press-serif { font-style: italic; font-size: 22px; font-weight: 400; }
.press-row p.press-caps { font-size: 15px; letter-spacing: 0.22em; font-weight: 500; }
.press-row p.press-bold { font-size: 18px; font-weight: 500; }
.press-row p.press-small { font-size: 13px; letter-spacing: 0.12em; }

/* ---------- Rencontre / vidéo ---------- */
.rencontre { padding: 40px var(--pad-x) var(--sect-y); }
.wp-block-cover.video-wrap {
	position: relative;
	margin-top: clamp(40px, 4vw, 70px);
	aspect-ratio: 5 / 2;
	min-height: 360px;
	border-radius: 7px;
	overflow: hidden;
}
.video-wrap::before {
	content: "";
	position: absolute; left: 50%; top: 50%;
	transform: translate(-50%, -50%);
	width: 128px; height: 128px;
	border-radius: 50%;
	background: #fff;
	z-index: 2;
	transition: transform 0.2s;
}
.video-wrap::after {
	content: "";
	position: absolute; left: 50%; top: 50%;
	transform: translate(-44%, -50%);
	width: 0; height: 0;
	border-style: solid;
	border-width: 20px 0 20px 28px;
	border-color: transparent transparent transparent var(--blue);
	z-index: 3;
}
.video-wrap:hover::before { transform: translate(-50%, -50%) scale(1.05); }
.rencontre .wp-block-video { margin-top: 70px; border-radius: 7px; overflow: hidden; }

/* ---------- En-tête de section (titre + lien) ---------- */
.section-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 40px;
	margin-bottom: 70px;
}

/* ---------- Hébergements ---------- */
.hebergements { padding: 40px var(--pad-x-tight) var(--sect-y); }
.heb-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(24px, 2.2vw, 40px);
	align-items: stretch;
}
.heb-right { display: flex; flex-direction: column; gap: clamp(24px, 2.2vw, 40px); height: 100%; }
.heb-right .wp-block-cover.heb-card { flex: 1 1 0; min-height: 240px; }
.wp-block-cover.heb-card {
	position: relative;
	border-radius: 7px;
	overflow: hidden;
	padding: 40px;
	min-height: 271px;
	display: flex;
	align-items: stretch;
}
.wp-block-cover.heb-card.large { min-height: clamp(500px, 36vw, 680px); }
.heb-card .wp-block-cover__image-background { transition: transform 0.7s ease; }
.heb-card:hover .wp-block-cover__image-background { transform: scale(1.04); }
.heb-card::after {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(rgba(0,0,0,0) 28%, rgba(0,0,0,0.28) 60%, rgba(0,0,0,0.55) 100%);
	z-index: 0; /* au-dessus de la photo, toujours sous le texte */
	pointer-events: none;
	transition: background 0.4s ease;
}
.heb-card:hover::after {
	background: linear-gradient(rgba(0,0,0,0.06) 18%, rgba(0,0,0,0.36) 55%, rgba(0,0,0,0.62) 100%);
}
.heb-card h3,
.heb-card p,
.heb-card .eyebrow-white { text-shadow: 0 4px 22px rgba(0,0,0,0.45); }
.wp-block-cover.heb-card .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	display: flex; flex-direction: column; justify-content: flex-end;
	width: 100%;
}
.heb-card h3 {
	font-size: 28px; font-weight: 300; color: #fff;
	line-height: 1.15;
	margin-bottom: 18px;
}
.heb-card p {
	font-size: 14px; font-weight: 300; line-height: 1.6;
	color: #fff;
	max-width: 82%;
}
.heb-card.large h3 { margin-top: 0; }
.heb-card.large p { font-size: 17px; line-height: 1.65; max-width: 78%; }
.heb-card .wp-block-cover__inner-container::after {
	content: "";
	position: absolute;
	right: 0; bottom: 0;
	width: 50px; height: 50px;
	border-radius: 50%;
	background: rgba(255,255,255,0.2) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 8'><path d='M0 4 L21 4 M17 1 L21 4 L17 7' stroke='white' stroke-width='1' fill='none'/></svg>") center/23px 8px no-repeat;
	transition: background-color 0.2s;
}
.heb-card:hover .wp-block-cover__inner-container::after { background-color: rgba(255,255,255,0.3); }
.heb-card.large .wp-block-cover__inner-container::after { right: 0; }

/* ---------- Split (destination / restaurant) ---------- */
.destination { padding: 40px var(--pad-x-tight) var(--sect-y); }
.restaurant { padding: 60px var(--pad-x-tight) clamp(70px, 8vw, 120px); }
/* Image d'un côté, texte de l'autre, répartis sur toute la largeur */
.split {
	display: grid;
	grid-template-columns: clamp(380px, 32vw, 620px) minmax(0, 600px);
	justify-content: space-between;
	gap: clamp(40px, 5vw, 90px);
	align-items: center;
}
.split.right-image { grid-template-columns: minmax(0, 600px) clamp(380px, 32vw, 620px); }
.split .split-image { border-radius: 7px; overflow: hidden; }
.split .split-image img { width: 100%; height: auto; aspect-ratio: 23 / 30; object-fit: cover; border-radius: 7px; }
.split-text { display: flex; flex-direction: column; gap: 40px; }
.split-text .eyebrow { text-align: left; margin-bottom: 21px; }
.split-text h2 { margin-bottom: 0; }
.split-text p.lede {
	font-size: 17px; line-height: 1.75; color: var(--mute);
	font-weight: 300;
	margin: 0;
}
.feature-list { display: flex; flex-direction: column; gap: 24px; }
.feature-row {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 24px;
	padding: 20px 0;
	border-top: 1px solid rgba(43,60,71,0.15);
}
.feature-list > .feature-row:last-child { border-bottom: 1px solid rgba(43,60,71,0.15); }
.feature-icon {
	width: 44px; height: 44px;
	border: 1px solid var(--ink);
	border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	color: var(--ink);
	font-size: 14px;
	font-family: var(--font-main); font-weight: 400;
	margin: 0;
}
/* Icônes en cercle doré (maquette v2) — bloc Image remplaçable en no-code */
.feature-icon-img {
	width: 44px; height: 44px;
	border: 1px solid var(--gold);
	border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	margin: 0;
	overflow: visible;
}
.feature-icon-img img { width: 20px; height: 20px; }
/* Lignes « tiret doré » du restaurant (maquette v2) */
.feature-row.dash {
	display: block;
	padding: 22px 0 22px 34px;
	position: relative;
}
.feature-row.dash::before {
	content: "";
	position: absolute;
	left: 0; top: 37px;
	width: 18px; height: 1px;
	background: var(--gold);
}
.feature-row h4 {
	font-size: 20px; font-weight: 300; color: var(--ink);
	margin-bottom: 8px;
}
.feature-row p {
	font-size: 14px; line-height: 1.65; color: var(--mute); font-weight: 300;
	margin: 0;
}

/* ---------- Bien-être · scrollytelling ---------- */
.bienetre {
	padding: 80px 0 100px;
	position: relative;
	background: var(--sand);
	margin: 0 22px;
	border-radius: 10px;
}
.bienetre .section-intro {
	padding: 20px var(--pad-x) 40px;
	max-width: none;
	text-align: center;
}
.bienetre .section-intro .eyebrow { text-align: center; }
.bienetre .section-intro p { max-width: 640px; margin-left: auto; margin-right: auto; }
.bien-scroll {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 var(--pad-x);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: start;
}
.bien-sticky-wrap { position: relative; align-self: stretch; }
.bien-sticky {
	position: sticky;
	top: 126px; /* laisse passer le header sticky (~106px) */
	height: clamp(420px, 32vw, 560px);
	border-radius: 7px;
	overflow: hidden;
}
.wp-block-cover.bien-image-stack {
	position: absolute; inset: 0;
	border-radius: 7px;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.55s ease;
	padding: 28px;
	display: flex;
	align-items: stretch;
	min-height: 0;
}
.bien-image-stack.is-active { opacity: 1; }
.bien-image-stack::after {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(43,60,71,0) 45%, rgba(43,60,71,0.55) 100%);
	pointer-events: none;
	z-index: 0; /* au-dessus de la photo, toujours sous le texte */
}
.bien-image-tag,
.bien-image-name { text-shadow: 0 3px 16px rgba(43,60,71,0.5); }
.wp-block-cover.bien-image-stack .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	display: flex; flex-direction: column; justify-content: flex-end;
	width: 100%;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.5s ease 0.15s, transform 0.5s ease 0.15s;
}
.bien-image-stack.is-active .wp-block-cover__inner-container {
	opacity: 1; transform: translateY(0);
}
.bien-image-tag {
	font-family: var(--font-main); font-weight: 400;
	font-size: 10px; letter-spacing: 0.2em;
	color: rgba(255,255,255,0.7);
	text-transform: uppercase;
	margin-bottom: 8px;
}
.bien-image-name {
	font-size: 28px; font-weight: 300;
	color: #fff;
	line-height: 1.15;
	margin: 0;
}
.bien-services { display: flex; flex-direction: column; position: relative; }
.bien-progress {
	position: absolute;
	left: -28px; top: 0; bottom: 0;
	width: 1px;
	background: rgba(43,60,71,0.12);
}
.bien-progress-bar {
	width: 100%;
	background: var(--gold);
	height: 0%;
	transition: height 0.4s ease;
}
/* Icônes des prestations (maquette v2) — bloc Image remplaçable en no-code */
.bien-service-icon-img {
	width: 48px; height: 48px;
	border-radius: 50%;
	border: 1px solid rgba(43,60,71,0.25);
	display: flex; align-items: center; justify-content: center;
	margin: 0;
	transition: background 0.4s, border-color 0.4s;
}
.bien-service-icon-img img { width: 22px; height: 22px; transition: filter 0.4s; }
.bien-service.is-active .bien-service-icon-img {
	background: var(--ink);
	border-color: var(--ink);
}
.bien-service.is-active .bien-service-icon-img img { filter: brightness(0) invert(1); }
.bien-service {
	min-height: 360px;
	display: flex; align-items: center;
	padding: 28px 0;
	border-bottom: 1px solid rgba(43,60,71,0.1);
	opacity: 0.4;
	transition: opacity 0.5s ease;
}
.bien-service:last-child { border-bottom: none; }
.bien-service.is-active { opacity: 1; }
.bien-service-inner {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 22px;
	align-items: start;
	width: 100%;
}
.bien-service-icon {
	width: 48px; height: 48px;
	border-radius: 50%;
	border: 1px solid rgba(43,60,71,0.25);
	display: flex; align-items: center; justify-content: center;
	flex-shrink: 0;
	font-family: var(--font-main); font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.05em;
	color: var(--ink);
	margin: 0;
	transition: background 0.4s, transform 0.4s, border-color 0.4s, color 0.4s;
}
.bien-service.is-active .bien-service-icon {
	background: var(--ink);
	border-color: var(--ink);
	color: #fff;
	transform: scale(1.04);
}
.bien-service-name {
	font-size: 26px; font-weight: 300;
	color: var(--ink);
	line-height: 1.15;
	margin-bottom: 14px;
}
.bien-service-desc {
	font-size: 15px; font-weight: 300;
	line-height: 1.7;
	color: var(--mute);
	max-width: 420px;
	margin-bottom: 18px;
}
.bien-service-link a {
	font-size: 12px; font-weight: 400;
	letter-spacing: 0.1em;
	color: var(--azur-deep);
	display: inline-flex; align-items: center; gap: 8px;
	transition: color 0.2s;
}
.bien-service-link a:hover { color: #17688F; }
.bien-service-link { margin: 0; }
.bien-service-link a::after {
	content: "→";
	transition: transform 0.3s;
}
.bien-service-link a:hover::after { transform: translateX(4px); }

/* ---------- Engagements ---------- */
.engagements {
	margin: 0 22px;
	padding: clamp(70px, 6vw, 110px) 0;
	background: var(--sand);
	border-radius: 10px;
}
.engagements .section-center { padding-bottom: clamp(48px, 4vw, 70px); }
.eng-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(20px, 1.7vw, 30px);
	padding: 0 clamp(24px, 9.5vw, 175px);
}
.eng-card {
	background: #fff;
	border-radius: 8px;
	padding: 30px 26px;
	display: flex; flex-direction: column; gap: 14px;
	border: 1px solid rgba(185,155,95,0.3);
	transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.eng-card:hover {
	border-color: var(--gold);
	box-shadow: 0 16px 44px rgba(43,60,71,0.08);
	transform: translateY(-4px);
}
.eng-icon-img { margin: 0; }
.eng-icon-img img { width: 24px; height: 24px; }
.eng-num {
	font-family: var(--font-main); font-weight: 400;
	font-size: 11px; letter-spacing: 0.08em;
	color: var(--sage-deep);
	margin: 0;
}
.eng-card h4 {
	font-size: 19px; font-weight: 300; line-height: 1.2;
	color: var(--ink);
	margin: 0;
}
.eng-card p {
	font-size: 13px; line-height: 1.65; color: var(--mute); font-weight: 300;
	margin: 0;
}

/* ---------- Témoignages ---------- */
.temoignages { padding: clamp(80px, 7vw, 130px) var(--pad-wide) 80px; text-align: center; }
.temoignages .section-center { padding-bottom: clamp(48px, 4vw, 70px); }
.temoignages-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(32px, 3vw, 56px);
	text-align: left;
	margin-bottom: 50px;
}
.tem-card { display: flex; flex-direction: column; gap: 20px; }
.tem-card::before {
	content: "\201C";
	font-size: 60px; line-height: 0.6;
	color: var(--gold);
	height: 24px;
	display: block;
}
.tem-card blockquote,
.tem-card .wp-block-quote {
	font-size: 17px; font-weight: 300; line-height: 1.65;
	color: var(--ink);
	border: none; padding: 0; margin: 0;
	font-style: normal;
}
.tem-meta {
	margin: 16px 0 0;
	font-size: 12px; letter-spacing: 0.08em;
	color: var(--mute); text-transform: uppercase;
}

/* ---------- Grande image CTA finale ---------- */
.wp-block-cover.footer-image {
	margin: 0 22px 40px;
	min-height: clamp(480px, 38vw, 740px);
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
}
/* Voile sombre : le texte passe en blanc, la photo garde sa profondeur */
.footer-image::after {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(43,60,71,0.55) 0%, rgba(43,60,71,0.3) 55%, rgba(43,60,71,0.42) 100%);
	pointer-events: none;
	z-index: 0; /* au-dessus de la photo, toujours sous le texte */
}
.footer-image .wp-block-cover__image-background { object-position: center 78%; }
/* Écran sombre localisé derrière le texte (le blanc échoue sur ciel clair) */
.footer-image .wp-block-cover__inner-container::before {
	content: "";
	position: absolute;
	left: 50%; top: 42%;
	transform: translate(-50%, -50%);
	width: min(1400px, 120vw);
	height: min(620px, 110%);
	background: radial-gradient(closest-side, rgba(35,50,60,0.7), rgba(35,50,60,0) 100%);
	z-index: -1;
	pointer-events: none;
}
.footer-image h2,
.footer-image .footer-cta-text { text-shadow: 0 4px 26px rgba(30,42,50,0.55); }
.wp-block-cover.footer-image .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 720px;
}
.footer-cta-inner .eyebrow { margin-bottom: 28px; }
.footer-image h2 { font-size: 32px; line-height: 1.15; margin-bottom: 24px; color: #fff; }
.footer-image .eyebrow { color: rgba(255,255,255,0.85); }
.footer-image .footer-cta-text {
	font-size: 15px;
	line-height: 1.75;
	color: rgba(255,255,255,0.96);
	font-weight: 300;
	max-width: 540px;
	margin: 0 auto 40px;
}
.footer-image .wp-block-button.btn-primary .wp-block-button__link {
	background: #fff;
	color: var(--ink);
}
.footer-image .wp-block-button.btn-primary .wp-block-button__link:hover {
	background: var(--sand);
}
.footer-image .wp-block-button.btn-outline .wp-block-button__link {
	color: #fff;
	border-color: rgba(255,255,255,0.85);
}
.footer-image .wp-block-button.btn-outline .wp-block-button__link:hover {
	background: #fff;
	color: var(--ink);
}

/* =========================================================
   PAGE CHAMBRES & LOGEMENTS
   ========================================================= */

/* Hero de page intérieure : moins haut que celui de l'accueil */
.wp-block-cover.hero.hero-sub { min-height: clamp(480px, 70vh, 760px); }

/* Fil d'ariane du hero automatique */
.fil-ariane {
	display: flex; align-items: center; justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
	font-size: 11px; letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 22px;
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.35);
}
.fil-ariane a { color: rgba(255, 255, 255, 0.85); transition: color 0.2s; }
.fil-ariane a:hover { color: #fff; }
.fil-ariane span[aria-current] { color: #fff; }
.fil-ariane .sep {
	width: 4px; height: 4px;
	border-radius: 50%;
	background: var(--gold);
	flex-shrink: 0;
}
.hero-auto .wp-block-cover__inner-container {
	position: absolute; inset: 0;
	z-index: 1;
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	width: 100%;
	text-align: center;
	padding: 0 24px;
}
.hero-auto h1 { color: #fff; text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35); margin: 0; }

/* Étiquette majuscule espacée (remplace l'ancienne mono) */
.eyebrow-band {
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0.16em;
	color: var(--mute);
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 22px;
}

/* Sous-navigation par ancres */
.subnav {
	display: flex; justify-content: center;
	gap: clamp(28px, 4vw, 60px);
	padding: 36px 24px 30px;
	border-bottom: 1px solid rgba(43,60,71,0.08);
	flex-wrap: wrap;
}
.subnav p { margin: 0; }
.subnav a {
	font-weight: 400;
	font-size: 12px; letter-spacing: 0.18em;
	color: var(--mute); text-transform: uppercase;
	padding: 8px 4px;
	border-bottom: 1px solid transparent;
	transition: color 0.2s, border-color 0.2s;
}
.subnav a:hover,
.subnav a.active {
	color: var(--ink);
	border-color: var(--gold);
}

/* Bande d'introduction */
.intro-band {
	text-align: center;
	padding: 90px 24px 60px;
	max-width: 820px;
	margin: 0 auto;
}
.intro-band p:not(.eyebrow-band) {
	font-size: 16px; line-height: 1.7;
	color: var(--mute);
	margin-top: 8px;
}

/* Titres de sections (chambres / suites / appartements) */
.section-heading { text-align: center; padding: 60px 24px 40px; }
.section-heading.bordered { border-top: 1px solid rgba(43,60,71,0.08); }
.section-heading h2 { margin-bottom: 0; }
.section-heading .section-sub {
	margin: 12px auto 0;
	font-size: 14px; color: var(--mute);
	max-width: 560px;
}

/* Fiches hébergement */
.accommodations { padding: 0 clamp(24px, 4vw, 50px) 80px; }
.acc-card { margin: 0 auto 100px; max-width: 1080px; }
.acc-card:last-child { margin-bottom: 40px; }

/* Galerie transformée en slider par le thème */
/* !important requis : le CSS core des galeries force sa spécificité
   avec :not(#individual-image) et écraserait le mode slider */
.wp-block-gallery.acc-slider {
	position: relative;
	display: block !important;
	height: clamp(340px, 38vw, 540px);
	border-radius: 7px;
	overflow: hidden;
	margin-bottom: 36px;
}
.acc-slider .wp-block-image {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.acc-slider .wp-block-image.is-active { opacity: 1; }
.acc-slider .wp-block-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	border-radius: 0 !important;
}
.acc-arrow {
	position: absolute;
	top: 50%; transform: translateY(-50%);
	width: 44px; height: 44px;
	border-radius: 50%;
	border: none;
	background: rgba(255,255,255,0.85);
	display: flex; align-items: center; justify-content: center;
	cursor: pointer;
	z-index: 3;
	transition: background 0.2s;
}
.acc-arrow:hover { background: #fff; }
.acc-arrow.prev { left: 20px; }
.acc-arrow.next { right: 20px; }
.acc-arrow svg { width: 14px; height: 14px; stroke: var(--ink); stroke-width: 1.5; fill: none; }
.acc-dots {
	position: absolute;
	bottom: 22px; left: 50%; transform: translateX(-50%);
	display: flex; gap: 8px;
	z-index: 3;
}
.acc-dots .dot {
	width: 6px; height: 6px;
	border-radius: 50%;
	border: none; padding: 0;
	background: rgba(255,255,255,0.55);
	cursor: pointer;
	transition: background 0.2s;
}
.acc-dots .dot.active { background: #fff; }

/* Corps de fiche */
.acc-body {
	display: grid;
	grid-template-columns: 1fr 360px;
	gap: clamp(32px, 4vw, 60px);
	align-items: start;
}
.acc-info h3 { font-size: clamp(24px, 2vw, 32px); line-height: 1.1; margin-bottom: 20px; }
.acc-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.acc-tags p.acc-tag {
	font-weight: 400;
	font-size: 11px; letter-spacing: 0.06em;
	color: var(--ink);
	background: rgba(43,60,71,0.06);
	padding: 8px 14px;
	border-radius: 999px;
	margin: 0;
}
.acc-desc { font-size: 15px; line-height: 1.65; color: var(--mute); max-width: 540px; }
.acc-meta-row {
	margin-top: 28px;
	display: flex; gap: 28px; flex-wrap: wrap;
	padding-top: 20px;
	border-top: 1px solid rgba(43,60,71,0.1);
}
.acc-meta { display: flex; flex-direction: column; gap: 4px; }
.acc-meta .lbl {
	font-weight: 400;
	font-size: 10px; letter-spacing: 0.14em;
	color: var(--mute); text-transform: uppercase;
	margin: 0;
}
.acc-meta .val { font-size: 14px; color: var(--ink); margin: 0; }

.acc-side { display: flex; flex-direction: column; gap: 16px; }
.acc-buttons { margin: 0; }
.acc-buttons .wp-block-button { width: 100%; }
.wp-block-button.acc-btn-primary .wp-block-button__link {
	width: 100%;
	height: 52px;
	display: flex; align-items: center; justify-content: center;
	border-radius: 999px;
	background: var(--ink);
	color: #fff;
	font-weight: 400;
	font-size: 11px; letter-spacing: 0.16em;
	text-transform: uppercase;
	padding: 0;
	transition: background 0.2s;
}
.wp-block-button.acc-btn-primary .wp-block-button__link:hover { background: #1c2832; }
.acc-equip { margin-top: 8px; padding-top: 22px; border-top: 1px solid rgba(43,60,71,0.12); }
.acc-equip h4 {
	font-weight: 400;
	font-size: 11px; letter-spacing: 0.16em;
	color: var(--ink); text-transform: uppercase;
	margin-bottom: 14px;
}
.acc-equip p { font-size: 13px; line-height: 1.65; color: var(--mute); margin: 0; }
.acc-equip .note { font-style: italic; margin-top: 12px; font-size: 12px; }

@media (max-width: 980px) {
	.acc-body { grid-template-columns: 1fr; }
	.acc-card { margin-bottom: 70px; }
}

/* Éditeur : la galerie s'affiche en grille normale pour l'édition */
.editor-styles-wrapper .wp-block-gallery.acc-slider { height: auto; display: flex !important; }
.editor-styles-wrapper .acc-slider .wp-block-image {
	position: relative !important;
	inset: auto !important;
	width: calc(33.33% - 11px) !important;
	height: auto !important;
	opacity: 1;
}

/* =========================================================
   PAGE LA TABLE (restaurant)
   ========================================================= */
.table-hero {
	padding: clamp(140px, 16vw, 220px) clamp(24px, 4vw, 70px) 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(30px, 3vw, 60px);
	align-items: start;
}
.table-hero-copy { padding: 40px clamp(20px, 3vw, 80px) 0 clamp(0px, 2vw, 25px); }
.eyebrow-gold {
	display: flex; align-items: center; gap: 14px;
	font-size: 11px; letter-spacing: 0.2em;
	color: var(--sage-deep); text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 26px;
}
.eyebrow-gold::before {
	content: "";
	width: 22px; height: 1px;
	background: var(--gold);
	flex-shrink: 0;
}
.eyebrow-gold.centered { justify-content: center; }
.eyebrow-gold.centered::after {
	content: "";
	width: 22px; height: 1px;
	background: var(--gold);
	flex-shrink: 0;
}
.table-hero-copy h1 {
	font-size: clamp(36px, 3.4vw, 64px);
	line-height: 1.05;
	letter-spacing: -0.01em;
	margin-bottom: 0;
}
.table-hero-copy .lede {
	font-size: 18px; line-height: 1.75;
	color: var(--mute);
	max-width: 440px;
	margin-top: 34px;
}
.table-hero-copy .btn-row { justify-content: flex-start; margin-top: 44px; }
.table-hero-copy .citation {
	font-size: 19px;
	color: var(--gold);
	margin-top: clamp(30px, 4vw, 60px);
	max-width: 320px;
}

/* Collage de photos décalées */
.table-collage { position: relative; height: clamp(420px, 40vw, 760px); }
.table-collage .wp-block-image { position: absolute; border-radius: 7px; overflow: hidden; margin: 0; }
.table-collage .wp-block-image img { width: 100%; height: 100%; object-fit: cover; }
.table-collage .col-main { left: 0; top: 0; width: 66%; height: 68%; }
.table-collage .col-b {
	right: 0; top: 16%;
	width: 44%; height: 45%;
	border: 10px solid #fff;
	border-radius: 14px;
}
.table-collage .col-c {
	left: 14%; bottom: 0;
	width: 40%; height: 37%;
	border: 10px solid #fff;
	border-radius: 14px;
	z-index: 1;
}
.info-box {
	background: #fff;
	border: 1px solid rgba(185,155,95,0.5);
	border-radius: 6px;
	padding: 16px 20px;
	max-width: 230px;
}
.table-collage .info-box { position: absolute; right: 6%; bottom: 36px; z-index: 2; }
.info-box .info-label {
	font-weight: 400;
	font-size: 10px; letter-spacing: 0.2em;
	color: var(--gold); text-transform: uppercase;
	margin-bottom: 6px;
}
.info-box p:not(.info-label) { font-size: 14px; line-height: 1.55; color: var(--ink); margin: 0; }

/* Bandeau horaires à points dorés */
.horaires-band {
	display: flex; justify-content: center; align-items: center;
	gap: 26px;
	padding: 30px clamp(24px, 4vw, 70px) 0;
	flex-wrap: wrap;
}
.horaires-band p {
	font-size: 12px; letter-spacing: 0.14em;
	text-transform: uppercase; color: var(--ink);
	font-weight: 400;
	margin: 0;
	display: flex; align-items: center; gap: 26px;
}
.horaires-band p + p::before {
	content: "";
	width: 4px; height: 4px;
	border-radius: 50%;
	background: var(--gold);
	flex-shrink: 0;
}

/* Section menu de la semaine */
.menu-semaine {
	padding: clamp(70px, 8vw, 130px) 40px;
	display: grid;
	grid-template-columns: minmax(320px, 460px) minmax(0, 730px);
	gap: min(90px, 6vw);
	align-items: start;
	justify-content: center;
}
.menu-photo-wrap { position: sticky; top: 126px; }
.menu-photo-wrap .wp-block-image { border-radius: 7px; overflow: hidden; margin: 0; height: clamp(420px, 44vw, 640px); }
.menu-photo-wrap .wp-block-image img { width: 100%; height: 100%; object-fit: cover; }
.menu-photo-wrap .citation { font-size: 18px; color: var(--mute); margin-top: 22px; }
.menu-content h2 { font-size: clamp(30px, 2.6vw, 44px); line-height: 1.1; margin-bottom: 14px; }
.menu-content .menu-intro { font-size: 16px; line-height: 1.7; color: var(--mute); margin-bottom: 40px; }
.menu-week-label {
	display: flex; align-items: center; gap: 14px;
	font-size: 11px; letter-spacing: 0.2em;
	color: var(--sage-deep); text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 24px;
}
.menu-week-label::before {
	content: "";
	width: 22px; height: 1px;
	background: var(--gold);
	flex-shrink: 0;
}

/* Onglets jours (générés par le thème) */
.menu-jours-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 44px; }
.menu-jours-tabs button {
	height: 44px; padding: 0 15px;
	border-radius: 999px;
	border: 1px solid rgba(43,60,71,0.3);
	background: transparent;
	color: var(--ink);
	font-family: var(--font-main);
	font-weight: 400;
	font-size: 11px; letter-spacing: 0.14em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}
.menu-jours-tabs button.active {
	background: var(--ink);
	border-color: var(--ink);
	color: #fff;
}
.menu-jours-tabs button.ferme { opacity: 0.45; }

/* Panneaux jours (contenu du pattern synchronisé) */
.menu-jour { display: none; border-top: 1px solid rgba(185,155,95,0.5); }
.menu-jour.is-active { display: block; }
.menu-jour .menu-jour-titre { display: none; } /* le titre sert d'étiquette d'onglet */
.menu-plat {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 34px;
	padding: 30px 0;
	border-bottom: 1px solid rgba(43,60,71,0.12);
}
.menu-plat .plat-type {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-style: italic;
	font-size: 22px;
	color: var(--gold);
	padding-top: 2px;
	margin: 0;
}
.menu-plat h4 { font-size: 23px; font-weight: 300; line-height: 1.35; margin: 0; }
.menu-jour.ferme { border-bottom: 1px solid rgba(43,60,71,0.12); padding: 70px 0; text-align: center; }
.menu-jour.ferme .ferme-titre {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-style: italic;
	font-size: 28px;
	color: var(--ink);
	margin-bottom: 10px;
}
.menu-jour.ferme .ferme-note { font-size: 14px; color: var(--mute); margin: 0; }

.menu-note {
	font-size: 14px; line-height: 1.7;
	color: var(--mute);
	margin-top: 28px;
	border-left: 2px solid var(--gold);
	padding-left: 18px;
}
.menu-cta-row {
	display: flex; justify-content: space-between; align-items: center;
	margin-top: 36px;
	flex-wrap: wrap;
	gap: 20px;
}
.menu-cta-row p { font-size: 13px; color: var(--mute); max-width: 320px; line-height: 1.6; margin: 0; }

/* Bouton pilule encre (partagé) */
.wp-block-button.btn-ink .wp-block-button__link {
	display: inline-flex; align-items: center; justify-content: center;
	height: 56px; padding: 0 36px;
	border-radius: 999px;
	font-family: var(--font-main);
	font-weight: 400;
	font-size: 12px; letter-spacing: 0.14em;
	text-transform: uppercase;
	background: var(--ink);
	color: #fff;
	transition: background 0.2s;
}
.wp-block-button.btn-ink .wp-block-button__link:hover { background: #1E2B34; }
.wp-block-button.btn-ink-outline .wp-block-button__link {
	display: inline-flex; align-items: center; justify-content: center;
	height: 56px; padding: 0 36px;
	border-radius: 999px;
	font-family: var(--font-main);
	font-weight: 400;
	font-size: 12px; letter-spacing: 0.14em;
	text-transform: uppercase;
	background: transparent;
	color: var(--ink);
	border: 1px solid rgba(43,60,71,0.35);
	transition: background 0.2s, color 0.2s;
}
.wp-block-button.btn-ink-outline .wp-block-button__link:hover { background: var(--ink); color: #fff; }

/* Galerie décalée */
.table-galerie {
	margin: 0 22px;
	padding: clamp(70px, 7vw, 110px) 0 clamp(80px, 8vw, 130px);
	background: var(--sand);
	border-radius: 10px;
}
.table-galerie .section-center { padding-bottom: 80px; }
.galerie-grille {
	padding: 0 clamp(24px, 5vw, 90px);
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-rows: clamp(40px, 4vw, 70px);
	gap: 24px;
}
.galerie-grille .wp-block-image { border-radius: 7px; overflow: hidden; margin: 0; position: relative; }
.galerie-grille .wp-block-image img { width: 100%; height: 100%; object-fit: cover; }
.galerie-grille .g1 { grid-column: 1/6; grid-row: 1 / span 6; }
.galerie-grille .g2 { grid-column: 6/10; grid-row: 2 / span 4; }
.galerie-grille .g-info { grid-column: 10/13; grid-row: 1 / span 3; display: flex; align-items: flex-end; }
.galerie-grille .g3 { grid-column: 10/13; grid-row: 4 / span 4; }
.galerie-grille .g4 { grid-column: 2/5; grid-row: 7 / span 4; }
.galerie-grille .g5 { grid-column: 5/9; grid-row: 6 / span 5; }
.galerie-grille .g-citation {
	grid-column: 9/12; grid-row: 8 / span 3;
	display: flex; flex-direction: column; justify-content: center; gap: 16px;
}
.galerie-grille .g-citation .citation { font-size: 24px; line-height: 1.45; margin: 0; }
.galerie-grille .g-citation .auteur {
	font-size: 12px; letter-spacing: 0.1em;
	color: var(--mute); text-transform: uppercase;
	margin: 0;
}

/* Producteurs */
.producteurs { padding: clamp(70px, 8vw, 130px) var(--pad-x); }
.producteurs-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(40px, 5vw, 90px);
	align-items: center;
}
.prod-copy { max-width: 480px; }
.prod-copy h2 { font-size: clamp(28px, 2.2vw, 38px); margin-bottom: 30px; }
.prod-copy > p { font-size: 17px; line-height: 1.8; color: var(--mute); margin-bottom: 24px; }
.prod-list { display: flex; flex-direction: column; }
.prod-row {
	display: flex; justify-content: space-between; align-items: baseline;
	padding: 18px 0;
	border-top: 1px solid rgba(43,60,71,0.12);
	gap: 20px;
}
.prod-list .prod-row:last-child { border-bottom: 1px solid rgba(43,60,71,0.12); }
.prod-row .prod-nom { font-size: 17px; color: var(--ink); margin: 0; }
.prod-row .prod-lieu {
	font-weight: 400;
	font-size: 11px; letter-spacing: 0.14em;
	color: var(--mute); text-transform: uppercase;
	white-space: nowrap;
	margin: 0;
}
.prod-photos { position: relative; height: clamp(400px, 34vw, 600px); }
.prod-photos .wp-block-image { position: absolute; border-radius: 7px; overflow: hidden; margin: 0; }
.prod-photos .wp-block-image img { width: 100%; height: 100%; object-fit: cover; }
.prod-photos .p1 { left: 0; top: 0; width: 74%; height: 72%; }
.prod-photos .p2 {
	right: 0; bottom: 0;
	width: 52%; height: 57%;
	border: 10px solid #fff;
	border-radius: 14px;
}

/* Infos pratiques */
.infos-pratiques {
	margin: 0 22px 40px;
	padding: clamp(60px, 7vw, 100px) 0;
	background: var(--sand);
	border-radius: 10px;
}
.infos-grid {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 clamp(24px, 4vw, 60px);
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: clamp(30px, 4vw, 60px);
}
.infos-grid h6 {
	font-size: 11px; letter-spacing: 0.18em;
	color: var(--ink); text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(185,155,95,0.5);
}
.infos-grid p { font-size: 15px; line-height: 1.9; color: var(--mute); margin: 0; }
.infos-grid p a { color: var(--ink); }
.infos-cta { display: flex; justify-content: center; margin-top: 70px; }

@media (max-width: 980px) {
	.table-hero { grid-template-columns: 1fr; padding-top: 120px; }
	.table-collage { height: auto; }
	.table-collage .wp-block-image { position: relative; }
	.table-collage .col-main { width: 100%; height: 320px; }
	.table-collage .col-b { width: 70%; height: 240px; margin: -50px 0 0 auto; display: block; top: auto; right: auto; }
	.table-collage .col-c { display: none; }
	.table-collage .info-box { position: relative; right: auto; bottom: auto; margin-top: 16px; }
	.menu-semaine { grid-template-columns: 1fr; }
	.menu-photo-wrap { position: relative; top: 0; }
	.menu-plat { grid-template-columns: 80px 1fr; gap: 18px; }
	.galerie-grille { display: flex; flex-direction: column; }
	.galerie-grille .wp-block-image { height: 240px; }
	.producteurs-grid { grid-template-columns: 1fr; }
	.prod-photos { height: auto; }
	.prod-photos .wp-block-image { position: relative; }
	.prod-photos .p1 { width: 100%; height: 300px; }
	.prod-photos .p2 { width: 66%; height: 220px; margin: -50px 0 0 auto; display: block; }
	.infos-grid { grid-template-columns: 1fr; }
}

/* Éditeur : panneaux jours tous visibles pour l'édition */
.editor-styles-wrapper .menu-jour { display: block; }
.editor-styles-wrapper .menu-jour .menu-jour-titre {
	display: block;
	font-size: 15px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--gold);
	padding: 18px 0 6px;
}

/* =========================================================
   GABARITS DE PAGES INTÉRIEURES (réutilisables)
   ========================================================= */

/* Intro centrée générique */
.page-intro {
	max-width: 780px;
	margin: 0 auto;
	padding: clamp(70px, 8vw, 120px) 24px clamp(40px, 4vw, 70px);
	text-align: center;
}
.page-intro h2 { font-size: clamp(28px, 2.4vw, 40px); }
.page-intro .lede { font-size: 17px; line-height: 1.8; color: var(--mute); }

/* Grille de cartes « atouts » (services d'un séjour) */
.atouts-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(20px, 2vw, 30px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 clamp(24px, 5vw, 60px) clamp(50px, 5vw, 80px);
}
.atout-card {
	background: #fff;
	border-radius: 8px;
	padding: 34px 30px;
	display: flex; flex-direction: column; gap: 16px;
	/* filet doré fin sur tout le pourtour, qui s'anime au survol */
	border: 1px solid rgba(185,155,95,0.3);
	transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.atout-card:hover {
	border-color: var(--gold);
	box-shadow: 0 16px 44px rgba(43,60,71,0.09);
	transform: translateY(-4px);
}
.atout-icon { margin: 0; }
.atout-icon img { width: 30px; height: 30px; }
.atout-card h3 { font-size: 20px; font-weight: 300; line-height: 1.2; }
.atout-card p { font-size: 14px; line-height: 1.7; color: var(--mute); margin: 0; }

/* CTA sombre générique (fin de page) */
.wp-block-cover.page-cta {
	margin: clamp(70px, 8vw, 120px) 22px 40px;
	border-radius: 10px;
	overflow: hidden;
	padding: clamp(50px, 6vw, 90px) 24px;
}
.page-cta .wp-block-cover__inner-container {
	max-width: 640px;
	text-align: center;
	display: flex; flex-direction: column; align-items: center;
}
.page-cta h2 { color: #fff; font-size: clamp(26px, 2.4vw, 36px); margin-bottom: 20px; }
.page-cta p { color: rgba(255,255,255,0.9); font-size: 15px; line-height: 1.75; margin-bottom: 36px; max-width: 500px; }
.page-cta .btn-row { justify-content: center; }

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

/* Rangée de chiffres clés (pages pro : capacité, tarifs, etc.) */
.facts-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 clamp(24px, 4vw, 40px) clamp(50px, 5vw, 80px);
	text-align: center;
}
.facts-row .fact { padding: 10px clamp(16px, 2vw, 30px); }
.facts-row .fact + .fact { border-left: 1px solid rgba(185,155,95,0.35); }
.facts-row .fact-value {
	font-size: clamp(24px, 2.2vw, 34px);
	font-weight: 300;
	line-height: 1.15;
	color: var(--ink);
	margin-bottom: 10px;
}
.facts-row .fact-value em {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-style: italic; font-weight: 500; font-size: 1.1em;
}
.facts-row .fact-label {
	font-size: 11px; letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--mute);
	margin: 0;
}
@media (max-width: 760px) {
	.facts-row { grid-template-columns: 1fr; gap: 4px; }
	.facts-row .fact + .fact { border-left: none; border-top: 1px solid rgba(185,155,95,0.35); padding-top: 26px; margin-top: 6px; }
}

/* Bande de services (checklist sur fond sable) */
.services-band {
	margin: clamp(50px, 5vw, 90px) 22px;
	padding: clamp(60px, 6vw, 100px) clamp(24px, 5vw, 80px);
	background: var(--sand);
	border-radius: 10px;
}
.services-band .services-head { max-width: 620px; margin: 0 auto clamp(40px, 4vw, 60px); text-align: center; }
.services-band .services-head h2 { font-size: clamp(28px, 2.4vw, 38px); }
.services-check {
	max-width: 860px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px 50px;
	list-style: none;
	padding: 0;
}
.services-check li {
	display: grid;
	grid-template-columns: 26px 1fr;
	column-gap: 14px;
	padding: 18px 0;
	border-top: 1px solid rgba(43,60,71,0.12);
}
.services-check li::before {
	content: "";
	grid-column: 1;
	grid-row: 1 / span 2;
	width: 22px; height: 22px;
	margin-top: 2px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B99B5F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M4 12.5l5 5 11-11'/></svg>") center/contain no-repeat;
}
.services-check .s-titre { grid-column: 2; font-size: 17px; color: var(--ink); margin-bottom: 3px; }
.services-check .s-note { grid-column: 2; font-size: 13px; color: var(--mute); line-height: 1.5; }
@media (max-width: 700px) { .services-check { grid-template-columns: 1fr; gap: 0 0; } }

/* Liste de spots (repère cartographique doré, 2 colonnes) */
.spots-list {
	max-width: 900px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px 50px;
	list-style: none;
	padding: 0;
}
.spots-list li {
	display: grid;
	grid-template-columns: 24px 1fr;
	column-gap: 14px;
	padding: 16px 0;
	border-top: 1px solid rgba(43,60,71,0.12);
}
.spots-list li::before {
	content: "";
	grid-column: 1;
	grid-row: 1 / span 2;
	width: 18px; height: 18px;
	margin-top: 3px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B99B5F' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'><path d='M12 21.5s7-6.2 7-12A7 7 0 0 0 5 9.5c0 5.8 7 12 7 12z'/><circle cx='12' cy='9.4' r='2.6'/></svg>") center/contain no-repeat;
}
.spots-list .spot-lieu { grid-column: 2; font-size: 16px; color: var(--ink); margin-bottom: 2px; }
.spots-list .spot-plage { grid-column: 2; font-size: 13px; color: var(--mute); line-height: 1.5; }
@media (max-width: 700px) { .spots-list { grid-template-columns: 1fr; gap: 0; } }

/* Citation dorée centrée (respiration éditoriale) */
.page-quote {
	max-width: 760px;
	margin: 0 auto;
	padding: clamp(40px, 5vw, 80px) 24px;
	text-align: center;
}
.page-quote p:not(.attrib) {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-style: italic;
	font-size: clamp(24px, 2.4vw, 33px);
	line-height: 1.4;
	color: var(--ink);
	margin: 0;
}
.page-quote .attrib {
	font-size: 12px; letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--mute);
	margin: 18px 0 0;
}

/* =========================================================
   PAGE LES ÎLES (gabarit destination réutilisable)
   ========================================================= */
.iles-intro {
	max-width: 780px;
	margin: 0 auto;
	padding: clamp(70px, 8vw, 120px) 24px clamp(50px, 5vw, 80px);
	text-align: center;
}
.iles-intro h2 { font-size: clamp(28px, 2.4vw, 40px); }
.iles-intro-p { font-size: 17px; line-height: 1.8; color: var(--mute); }

.iles-proches {
	display: flex;
	flex-direction: column;
	gap: clamp(60px, 7vw, 110px);
	padding: 0 clamp(24px, 5vw, 90px) clamp(70px, 8vw, 120px);
	max-width: 1400px;
	margin: 0 auto;
}
/* bloc média & texte du thème */
.wp-block-media-text.ile-split {
	grid-template-columns: 1fr 1fr;
	gap: clamp(30px, 4vw, 70px);
	align-items: center;
}
.ile-split .wp-block-media-text__media { border-radius: 8px; overflow: hidden; }
.ile-split .wp-block-media-text__media img { border-radius: 8px; }
.ile-split .wp-block-media-text__content {
	padding: 0 clamp(6px, 2vw, 40px);
	display: flex; flex-direction: column;
}
.ile-tag {
	font-weight: 400;
	font-size: 11px; letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--sage-deep);
	margin: 0 0 14px;
	display: flex; align-items: center; gap: 12px;
}
.ile-tag::before {
	content: "";
	width: 22px; height: 1px;
	background: var(--gold);
	flex-shrink: 0;
}
.ile-split h3 { font-size: clamp(26px, 2.2vw, 34px); line-height: 1.1; margin-bottom: 20px; }
.ile-split p { font-size: 15px; line-height: 1.75; color: var(--mute); margin-bottom: 16px; }
.ile-split ul { color: var(--mute); font-size: 15px; line-height: 1.7; padding-left: 20px; }
.ile-split li { margin-bottom: 8px; }

/* Îles du large : grille de cartes */
.iles-large {
	margin: 0 22px;
	padding: clamp(70px, 8vw, 120px) 0;
	background: var(--sand);
	border-radius: 10px;
}
.iles-large-intro { max-width: 620px; padding: 0 24px clamp(50px, 5vw, 80px); }
.iles-large-intro h2 { font-size: clamp(28px, 2.4vw, 38px); }
.iles-large-intro p { font-size: 16px; line-height: 1.75; color: var(--mute); }
.iles-large-grid {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 clamp(24px, 5vw, 60px);
	gap: clamp(24px, 3vw, 44px);
}
.ile-card-img { margin: 0 0 22px; }
.ile-card-img img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 7px;
}
.ile-card h3 { font-size: 24px; line-height: 1.15; margin-bottom: 14px; }
.ile-card p { font-size: 14px; line-height: 1.7; color: var(--mute); }

/* CTA sombre de fin de page */
.wp-block-cover.iles-cta {
	margin: clamp(70px, 8vw, 120px) 22px 40px;
	border-radius: 10px;
	overflow: hidden;
	padding: clamp(50px, 6vw, 90px) 24px;
}
.iles-cta .wp-block-cover__inner-container {
	max-width: 640px;
	text-align: center;
	display: flex; flex-direction: column; align-items: center;
}
.iles-cta h2 { color: #fff; font-size: clamp(26px, 2.4vw, 36px); margin-bottom: 20px; }
.iles-cta p { color: rgba(255,255,255,0.9); font-size: 15px; line-height: 1.75; margin-bottom: 36px; max-width: 500px; }
.iles-cta .btn-row { justify-content: center; }
.wp-block-button.btn-on-dark .wp-block-button__link {
	display: inline-flex; align-items: center; justify-content: center;
	height: 56px; padding: 0 40px;
	border-radius: 999px;
	background: #fff; color: var(--ink);
	font-weight: 400;
	font-size: 12px; letter-spacing: 0.14em;
	text-transform: uppercase;
	transition: background 0.2s;
}
.wp-block-button.btn-on-dark .wp-block-button__link:hover { background: var(--sand); }

@media (max-width: 780px) {
	.wp-block-media-text.ile-split { grid-template-columns: 1fr; }
	.iles-large-grid { flex-direction: column; }
	.iles-large-grid .wp-block-column { width: 100% !important; }
}

/* =========================================================
   MÉGA-MENU (overlay plein écran)
   ========================================================= */
.menu-overlay {
	position: fixed;
	inset: 0;
	z-index: 90;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}
.menu-overlay.is-open {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.35s ease;
}
body.menu-open { overflow: hidden; }

/* Le déclencheur ouvrir/fermer : même largeur pour une zone cliquable identique */
.site-nav a[href="#menu"],
.menu-close-pill {
	min-width: 9.2em;
	justify-content: center;
}

/* Header répliqué dans l'overlay : logo encre sur fond blanc
   (le filtre blanc ne s'applique plus ici, cf. règle scopée .page-wrap) */
.menu-nav .nav-logo img { filter: none; }
.menu-nav .nav-pill { background: #F1F1F1; }
.menu-nav .nav-pill:hover { background: #E8E8E8; }

.menu-page {
	display: grid;
	grid-template-columns: 42% 58%;
	height: 100%;
	width: 100%;
	padding-top: 178px;
}

/* ----- panneau d'images ----- */
.menu-image-wrap {
	position: relative;
	overflow: hidden;
	background: #B8C4CC;
	margin: 0 22px 22px;
	border-radius: 10px;
}
.menu-image {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.6s ease;
}
.menu-image.is-active { opacity: 1; }
.menu-image::before {
	content: "";
	position: absolute; inset: 0;
	background-image: repeating-linear-gradient(135deg,
		rgba(43,60,71,0.06) 0 1px,
		transparent 1px 28px);
}
.menu-image::after {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(43,60,71,0) 50%, rgba(43,60,71,0.25) 100%);
	pointer-events: none;
	z-index: 2;
}
.menu-image[data-tone="blue"] { background: #B8C4CC; }
.menu-image[data-tone="sage"] { background: #C7CEB8; }
.menu-image[data-tone="sand"] { background: #EAE3D6; }
.menu-image[data-tone="deep"] { background: #A8B8C0; }
.menu-image[data-tone="mist"] { background: #C8D2D5; }
.menu-image img {
	position: absolute; inset: 0;
	width: 100%; height: 100%;
	object-fit: cover;
}
/* image par défaut : léger assombrissement pour le cachet blanc centré */
.menu-image[data-key="default"] img { filter: brightness(0.78); }
.menu-image .label {
	position: absolute;
	left: 24px; bottom: 24px;
	font-family: var(--font-main); font-weight: 400;
	font-size: 10px; letter-spacing: 0.16em;
	color: rgba(255,255,255,0.85);
	background: rgba(43,60,71,0.45);
	backdrop-filter: blur(8px);
	padding: 7px 11px;
	border-radius: 999px;
	text-transform: uppercase;
	z-index: 3;
}
.brand-stamp {
	position: absolute;
	z-index: 3;
	left: 50%; top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	opacity: 0.85;
	pointer-events: none;
}
.brand-stamp .small {
	font-family: var(--font-main); font-weight: 400;
	font-size: 10px; letter-spacing: 0.3em;
	text-transform: uppercase;
	margin-bottom: 8px;
	opacity: 0.85;
}
.brand-stamp .big {
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 0.06em;
}

/* ----- colonne menus ----- */
.menu-side {
	padding: 0 clamp(24px, 4vw, 60px) 32px;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}
.menu-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(36px, 4vw, 70px);
	flex: 1;
}
.menu-col h5 {
	font-family: var(--font-main); font-weight: 400;
	font-size: 10px; letter-spacing: 0.18em;
	color: var(--mute);
	text-transform: uppercase;
	margin-bottom: 26px;
	font-weight: 400;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(43,60,71,0.12);
}
.menu-list { display: flex; flex-direction: column; list-style: none; margin: 0; padding: 0; }
.menu-list > li { border-bottom: 1px solid rgba(43,60,71,0.06); }
.menu-list > li:last-child { border-bottom: none; }
.menu-link {
	display: flex; align-items: center; justify-content: space-between;
	padding: 14px 0;
	font-size: clamp(18px, 1.2vw, 22px);
	font-weight: 300;
	color: var(--ink);
	transition: color 0.25s, padding-left 0.25s;
	position: relative;
}
/* Petite vague animée au survol (remplace le trait) */
.menu-link::before {
	content: "";
	position: absolute;
	left: 0; top: 50%;
	width: 0; height: 8px;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path d='M0 4 Q3 1 6 4 Q9 7 12 4' stroke='%23B99B5F' stroke-width='1.2' fill='none' stroke-linecap='round'/></svg>");
	background-repeat: repeat-x;
	background-size: 12px 8px;
	background-position: 0 50%;
	opacity: 0;
	transition: width 0.3s ease, opacity 0.25s ease;
	pointer-events: none;
}
.menu-link:hover { padding-left: 30px; }
.menu-link:hover::before {
	width: 22px;
	opacity: 1;
	animation: menu-vague 0.9s linear infinite;
}
@keyframes menu-vague {
	from { background-position-x: 0; }
	to { background-position-x: 12px; }
}
@media (prefers-reduced-motion: reduce) {
	.menu-link:hover::before { animation: none; }
}
.menu-link .has-sub {
	font-family: var(--font-main); font-weight: 400;
	font-size: 14px;
	color: var(--mute);
	font-weight: 400;
	transition: transform 0.25s, color 0.25s;
}
.menu-link:hover .has-sub { color: var(--ink); }

.submenu {
	display: block;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0 0 0 22px;
	border-left: 1px solid rgba(43,60,71,0.1);
	margin-left: 4px;
	list-style: none;
	transition: max-height 0.45s ease, opacity 0.3s ease, padding 0.3s ease;
}
.menu-list li.is-open .submenu {
	max-height: 420px;
	opacity: 1;
	padding: 6px 0 18px 22px;
}
.menu-list li.is-open .menu-link .has-sub { transform: rotate(45deg); display: inline-block; }
.submenu li { border: none; }
.submenu a {
	display: block;
	padding: 6px 0;
	font-size: 14px;
	color: var(--mute);
	transition: color 0.2s, padding-left 0.2s;
}
.submenu a:hover { color: var(--ink); padding-left: 6px; }

/* ----- pied du menu ----- */
.menu-bottom {
	margin-top: clamp(36px, 4vw, 60px);
	padding-top: 28px;
	border-top: 1px solid rgba(43,60,71,0.08);
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 40px;
	font-size: 13px;
	color: var(--mute);
}
.menu-bottom h6 {
	font-family: var(--font-main); font-weight: 400;
	font-size: 10px; letter-spacing: 0.16em;
	color: var(--ink); text-transform: uppercase;
	margin-bottom: 12px;
	font-weight: 400;
}
.menu-bottom p, .menu-bottom a { line-height: 1.65; color: var(--mute); }
.menu-bottom a:hover { color: var(--ink); }
.menu-bottom .strong { color: var(--ink); font-weight: 400; }
.menu-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0 22px;
	border-radius: 999px;
	background: var(--ink);
	color: #fff !important;
	font-family: var(--font-main); font-weight: 400;
	font-size: 11px; letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-top: 14px;
	transition: background 0.2s;
}
.menu-cta:hover { background: #1c2832; color: #fff; }
.menu-socials { display: flex; gap: 10px; margin-top: 12px; }
.menu-socials a {
	width: 36px; height: 36px;
	border-radius: 999px;
	border: 1px solid rgba(43,60,71,0.2);
	display: inline-flex; align-items: center; justify-content: center;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
	color: var(--ink);
}
.menu-socials a:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.menu-socials svg {
	width: 14px; height: 14px;
	stroke: currentColor; stroke-width: 1.5; fill: none;
}

@media (max-width: 980px) {
	.menu-page { grid-template-columns: 1fr; padding-top: 120px; }
	.menu-image-wrap { display: none; }
	.menu-cols { grid-template-columns: 1fr; gap: 36px; }
	.menu-bottom { grid-template-columns: 1fr; gap: 24px; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1240px) {
	.eng-grid { grid-template-columns: repeat(2, 1fr); }
	.split { grid-template-columns: clamp(340px, 34vw, 420px) minmax(0, 1fr); }
	.split.right-image { grid-template-columns: minmax(0, 1fr) clamp(340px, 34vw, 420px); }
}

@media (max-width: 980px) {
	.side-contacts { display: none; }
	.site-nav {
		padding: 0 20px;
		top: 32px;
		left: calc(50% - 50vw + 12px);
		right: calc(50% - 50vw + 12px);
	}
	.nav-pill { padding: 14px 20px; font-size: 14px; }
	.nav-pill.icon-only { padding: 14px; }
	.site-nav .nav-logo { top: -12px; width: 145px; }
	.site-nav .nav-logo img { width: 145px; height: 82px; }
	.sticky-header { padding: 10px 20px; }
	.sticky-header .sticky-logo img { width: 96px; height: 55px; }

	.wp-block-cover.hero {
		width: calc(100vw - 24px);
		margin: 12px calc(50% - 50vw + 12px);
		min-height: calc(100vh - 24px);
		min-height: calc(100dvh - 24px);
	}
	.hero h1 { font-size: 30px; padding: 0 24px; }

	.esprit-layout { grid-template-columns: 1fr; gap: 50px; }
	.esprit-stack { padding-bottom: 0; }
	/* Collage superposé façon desktop : la grande photo laisse la photo
	   d'accent déborder à droite, l'ombre blanche dessine la séparation. */
	.esprit-stack .wp-block-image.stack-main { width: 88%; aspect-ratio: 4 / 3; }
	.esprit-stack .wp-block-image.stack-accent {
		position: relative;
		width: 52%;
		aspect-ratio: 1;
		margin: clamp(-110px, -24vw, -70px) 0 0 auto;
		box-shadow: -14px -14px 0 #fff;
	}
	.esprit-stack .stack-meta { display: none; }

	.press-row { justify-content: center; gap: 20px 32px; }
	.press-row .wp-block-image img { height: 28px; }

	.wp-block-cover.video-wrap { aspect-ratio: 16 / 10; min-height: 0; }
	.video-wrap::before { width: 84px; height: 84px; }
	.video-wrap::after { border-width: 13px 0 13px 19px; }

	.section-top { flex-direction: column; align-items: flex-start; margin-bottom: 40px; }
	.heb-grid { grid-template-columns: 1fr; }
	.wp-block-cover.heb-card.large { min-height: 420px; }
	.heb-right .wp-block-cover.heb-card { min-height: 300px; }

	.split, .split.right-image { grid-template-columns: 1fr; gap: 40px; }
	.split .split-image img { aspect-ratio: 4 / 3; }
	.split.right-image .split-image { order: -1; }

	.bienetre { margin: 0 12px; padding: 60px 0 40px; }
	.bienetre .section-intro { padding: 0 24px 20px; }
	.bien-scroll { grid-template-columns: 1fr; padding: 0 24px; gap: 30px; }
	.bien-sticky-wrap { display: none; }
	.bien-service { min-height: 0; opacity: 1; }
	.bien-progress { display: none; }

	.engagements { margin: 0 12px; }
	.eng-grid { grid-template-columns: 1fr; }
	.temoignages-grid { grid-template-columns: 1fr; gap: 40px; }

	.wp-block-cover.footer-image { margin: 0 12px 24px; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
	.site-footer { padding: 40px 24px 30px; }
}

@media (max-width: 560px) {
	.footer-grid { grid-template-columns: 1fr; }

	.site-nav { top: 24px; padding: 0 12px; }
	.nav-pill { padding: 11px 14px; font-size: 12px; gap: 8px; }
	.nav-pill.icon-only { display: none; }
	.nav-ico { width: 14px; height: 14px; }
	.site-nav .nav-logo { top: -4px; width: 104px; }
	.site-nav .nav-logo img { width: 104px; height: 59px; }
	.sticky-header { padding: 8px 12px; }
	.sticky-header .sticky-logo img { width: 76px; height: 44px; }
	.hero h1 { font-size: 25px; }
}

/* =========================================================
   ÉDITEUR GUTENBERG — confort de la cliente
   ========================================================= */
.editor-styles-wrapper {
	font-family: var(--font-main);
	font-weight: 300;
	color: var(--ink);
}
.editor-styles-wrapper .wp-block-cover.hero {
	width: auto;
	margin: 20px;
	min-height: 560px;
}
.editor-styles-wrapper .wp-block-cover.hero .wp-block-cover__inner-container {
	position: relative;
	padding-top: 180px;
	padding-bottom: 180px;
}
.editor-styles-wrapper .esprit-stack { padding-bottom: 0; }
.editor-styles-wrapper .esprit-stack .wp-block-image.stack-accent {
	position: relative;
	margin-top: 16px;
	right: auto; bottom: auto;
}
.editor-styles-wrapper .bien-sticky { height: auto; position: relative; }
.editor-styles-wrapper .wp-block-cover.bien-image-stack {
	position: relative;
	opacity: 1;
	min-height: 220px;
	margin-bottom: 12px;
}
.editor-styles-wrapper .bien-service { opacity: 1; min-height: 0; }
