/*
Theme Name:   Lumaya Garden
Theme URI:    https://lumayagarden.com
Description:  Thème enfant de GeneratePress pour Lumaya Garden — restaurant, piscine et Day Pass dans la Palmeraie de Marrakech. Design repris à l'identique du template d'origine, contenu piloté par ACF, SEO piloté par Rank Math.
Author:       Lumaya Garden
Template:     generatepress
Version:      1.0.0
Requires PHP: 8.0
License:      GPL-2.0-or-later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  lumaya
Tags:         restaurant, one-column, custom-menu, translation-ready
*/

/* =============================================================
   LUMAYA GARDEN — Marrakech   ·   « au rythme de l'eau vive »
   Restaurant · Piscine · Jardin   —   Palmeraie de Marrakech

   Ce fichier reprend le style du template d'origine à l'identique.
   Les seuls écarts sont les corrections d'audit, signalées par un
   commentaire « CORRECTIF ».
   ============================================================= */

:root {
  --ink:        #181e11;
  --ink-2:      #20271a;
  --ink-soft:   #2c3422;
  --olive:      #6b6c3a;
  --olive-lift: #8a8b54;
  --sage:       #b3b893;
  --water:      #5f7e72;
  --brass:      #c4a86b;
  --sand:       #ece5d6;
  --paper:      #f8f5ed;
  --line:       #ddd6c6;
  --line-dark:  rgba(179,184,147,.22);

  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --sans:    "Jost", "Helvetica Neue", Arial, sans-serif;

  --pad: clamp(1.25rem, 5vw, 6.5rem);
  --section: clamp(5.5rem, 11vw, 11rem);
  --maxw: 1320px;
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--sans); font-weight: 300;
  font-size: 1.0625rem; line-height: 1.75; letter-spacing: .004em;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }
.center { text-align: center; }
::selection { background: var(--olive); color: var(--paper); }

/* Masquage visuel accessible — le texte reste lu par les lecteurs d'écran. */
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* CORRECTIF C-03 — lien d'évitement, absent du template. */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--olive); color: var(--paper);
  padding: 1rem 1.6rem; font-size: .8rem; letter-spacing: .16em;
  text-transform: uppercase;
}
.skip-link:focus { left: 0; }

.section-title {
  font-family: var(--display); font-weight: 320; font-optical-sizing: auto;
  font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: 1.04; letter-spacing: -.018em;
  margin: .3em 0 .55em; color: var(--ink);
}
.section-title.small { font-size: clamp(1.9rem, 3.4vw, 2.8rem); }
.section-title.on-dark { color: var(--paper); }

.eyebrow {
  font-family: var(--sans); font-size: .72rem; font-weight: 500;
  letter-spacing: .3em; text-transform: uppercase; color: var(--olive);
  margin: 0; display: inline-flex; align-items: center; gap: .8em;
}
.eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--brass); }
.eyebrow.center { justify-content: center; }
.eyebrow--light { color: var(--sage); }

.lead { font-size: 1.22rem; line-height: 1.62; color: var(--ink); }
em { font-style: italic; }

/* Section index chrome */
.sec-head { max-width: var(--maxw); margin: 0 auto clamp(2.4rem,5vw,4.2rem);
  padding-inline: var(--pad); }
.sec-head .sec-index { display: inline-flex; align-items: center; gap: .55em;
  border-top: 1px solid var(--line); padding-top: 1rem;
  font-size: .72rem; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--olive); }
.sec-num { font-family: var(--display); font-style: italic; font-weight: 400; font-size: 1.05rem; color: var(--brass); letter-spacing: 0; }
.sec-index.on-dark { color: var(--sage); border-color: var(--line-dark); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  font-family: var(--sans); font-size: .74rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase; text-decoration: none;
  padding: 1.15em 2.4em; border-radius: var(--radius); border: 1px solid transparent;
  cursor: pointer; position: relative; overflow: hidden;
  transition: background .4s ease, color .4s ease, border-color .4s ease, transform .35s ease;
}
.btn--solid   { background: var(--olive); color: var(--paper); }
.btn--solid:hover  { background: var(--ink); transform: translateY(-2px); }
.btn--outline { background: transparent; border-color: var(--olive); color: var(--olive); }
.btn--outline:hover { background: var(--olive); color: var(--paper); }
.btn--ghost   { background: transparent; border-color: rgba(248,245,237,.55); color: var(--paper); }
.btn--ghost:hover  { background: var(--paper); color: var(--ink); border-color: var(--paper); transform: translateY(-2px); }
.btn--full { width: 100%; }
.btn--sm { margin-top: 1rem; font-size: .72rem; padding: .85em 1.5em; }

/* ============================ HEADER ============================
   CORRECTIF E-03 — les 17 !important du template sont supprimés.
   Le thème enfant charge sa feuille après le parent et la
   spécificité des sélecteurs suffit désormais à trancher.
   CORRECTIF E-04 — le logo n'est plus permuté par « content: url() »
   (astuce non standard) mais par deux <img> superposés.
   ================================================================ */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; padding-block: .85rem;
  transition: background .45s ease, box-shadow .45s ease, padding .45s ease; }
.header-inner { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad);
  display: flex; align-items: center; gap: 2rem; }
.brand { line-height: 0; margin-right: auto; display: block; position: relative; }
.brand-logo { height: 58px; width: auto; transition: height .45s ease; }
.brand-logo--dark { display: none; }

/* Le menu est produit par WordPress sous forme de liste : on la rend
   invisible visuellement tout en conservant sa sémantique, qui aide les
   lecteurs d'écran à annoncer le nombre d'entrées. */
.nav { display: flex; gap: 2.4rem; }
.nav-list { display: flex; gap: 2.4rem; list-style: none; margin: 0; padding: 0; align-items: center; }
.nav a { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase;
  text-decoration: none; color: var(--paper); position: relative; padding-block: .3em; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px;
  background: var(--brass); transition: width .35s ease; }
.nav a:hover::after { width: 100%; }
/* Page courante — reprend le style « .active » des pages internes du template. */
.nav .current-menu-item > a,
.nav .current_page_parent > a { color: var(--brass); }
.nav .current-menu-item > a::after,
.nav .current_page_parent > a::after { width: 100%; background: var(--brass); }

.header-cta {
  padding: .72em 1.6em;
  background: rgba(248,245,237,.12);
  border-color: rgba(248,245,237,.85);
  color: var(--paper);
  backdrop-filter: blur(3px);
}
.header-cta:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }

.site-header.is-scrolled { background: rgba(248,245,237,.92); backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--line), 0 18px 40px -30px rgba(24,30,17,.6); padding-block: .55rem; }
.site-header.is-scrolled .nav a { color: var(--ink); }
.site-header.is-scrolled .header-cta { border-color: var(--olive); color: var(--olive);
  background: transparent; backdrop-filter: none; }
.site-header.is-scrolled .header-cta:hover { background: var(--olive); color: var(--paper); }
.site-header.is-scrolled .brand-logo--light { display: none; }
.site-header.is-scrolled .brand-logo--dark { display: block; height: 48px; }
.site-header.is-scrolled .nav-toggle span { background: var(--ink); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0;
  cursor: pointer; padding: 9px; }  /* CORRECTIF C-07 — cible tactile portée à 44 px. */
.nav-toggle span { width: 26px; height: 2px; background: var(--paper); transition: .3s; }
.mobile-menu { display: none; }
.mobile-menu:not([hidden]) { display: flex; flex-direction: column; gap: .2rem;
  background: var(--paper); padding: 1rem var(--pad) 2rem; border-top: 1px solid var(--line); }
.mobile-menu a { text-decoration: none; color: var(--ink); padding: .9rem 0;
   letter-spacing: .1em; text-transform: uppercase; font-size: .85rem; }
.mobile-menu li{ border-bottom: 1px solid var(--line); } 
.mobile-menu .btn { margin-top: 1.1rem; border-bottom: 1px solid transparent; }
.mobile-menu-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1.2rem; }

/* ============================ HERO ============================ */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column;
  justify-content: center; overflow: hidden; padding-top: 8vh; }
.hero-media { position: absolute; inset: 0; z-index: -3; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; animation: heroZoom 20s ease-out forwards; }
@keyframes heroZoom { from { transform: scale(1.12); } to { transform: scale(1); } }
.hero-veil { position: absolute; inset: 0; z-index: -2; background:
  linear-gradient(110deg, rgba(12,16,9,.74) 0%, rgba(12,16,9,.35) 46%, rgba(12,16,9,.2) 70%, rgba(12,16,9,.55) 100%),
  linear-gradient(to top, rgba(12,16,9,.78), transparent 38%); }
.hero-grain { position: absolute; inset: 0; z-index: -1; opacity: .05; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

/* CORRECTIF C-01 — opacité remontée de .6 à .78 pour atteindre le
   contraste AA sur fond photographique. */
.hero-side { position: absolute; top: 50%; font-size: .66rem; letter-spacing: .34em;
  text-transform: uppercase; color: rgba(248,245,237,.78); white-space: nowrap; z-index: 2;
  text-shadow: 0 1px 6px rgba(12,16,9,.75); }
.hero-side--l { left: 0; transform: rotate(-90deg) translateX(-50%); transform-origin: left center; left: 2.4rem; }
.hero-side--r { right: 0; transform: rotate(90deg) translateX(50%); transform-origin: right center; right: 2.4rem; }
.hero-side::before { content: ""; display: inline-block; width: 40px; height: 1px;
  background: rgba(196,168,107,.7); margin-right: 1em; vertical-align: middle; }

.hero-content { max-width: var(--maxw); width: 100%; margin-inline: auto; padding-inline: var(--pad); color: var(--paper); }
.hero-eyebrow { overflow: hidden; margin: 0 0 1.4rem; }
.hero-eyebrow span { display: inline-block; font-size: .76rem; font-weight: 500;
  letter-spacing: .42em; text-transform: uppercase; color: var(--brass);
  transform: translateY(120%); animation: lineUp 1s .15s cubic-bezier(.2,.8,.2,1) forwards; }
.hero-title { font-family: var(--display); font-weight: 300;
  font-size: clamp(2.7rem, 8vw, 7rem); line-height: .98; letter-spacing: -.025em; margin: 0; }
.hero-title .line { display: block; overflow: hidden; padding-bottom: .06em; }
.hero-title .line > span { display: block; transform: translateY(115%);
  animation: lineUp 1.15s cubic-bezier(.2,.8,.2,1) forwards; }
.hero-title .line:nth-child(1) > span { animation-delay: .3s; }
.hero-title .line:nth-child(2) > span { animation-delay: .46s; }
.hero-title em { font-style: italic; color: var(--sage); }
@keyframes lineUp { to { transform: translateY(0); } }

.hero-foot { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 1.6rem 2rem; margin-top: 2.4rem; opacity: 0; transform: translateY(20px);
  animation: fadeUp 1s .8s ease forwards; }
.hero-sub { max-width: 42ch; font-size: 1.08rem; color: rgba(248,245,237,.9); margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
@keyframes fadeUp { to { opacity: 1; transform: none; } }

.hero-bar { position: absolute; left: 0; bottom: 0; width: 100%; z-index: 2;
  display: flex; align-items: stretch; border-top: 1px solid rgba(248,245,237,.16);
  background: linear-gradient(to top, rgba(12,16,9,.5), transparent);
  opacity: 0; animation: fadeUp 1s 1s ease forwards; }
.hero-bar span { flex: 1; padding: 1.15rem var(--pad); font-size: .72rem; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(248,245,237,.88); border-left: 1px solid rgba(248,245,237,.14);
  display: flex; align-items: center; }
.hero-bar span:first-child { border-left: 0; }
.hero-bar-scroll { flex: 0 0 auto !important; }
.hero-bar-scroll a { color: var(--brass); text-decoration: none; }

/* ============================ MARQUEE ============================ */
.marquee { background: var(--ink); color: var(--paper); overflow: hidden;
  border-bottom: 1px solid var(--line-dark); }
.marquee-track { display: flex; width: max-content; animation: marquee 34s linear infinite; }
.marquee-track span { font-family: var(--display); font-style: italic; font-weight: 300;
  font-size: clamp(1.7rem, 3.2vw, 2.9rem); white-space: nowrap; padding: .65em 0; color: rgba(248,245,237,.92); }
.marquee-track i { color: var(--brass); font-style: normal; padding: 0 .5em; font-size: .7em; vertical-align: middle; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================ INTRO ============================ */
.intro { padding-block: var(--section); }
.intro-grid { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad);
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.intro-stack { position: relative; }
.intro-stack .img-a { width: 84%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius); }
.intro-stack .img-b { position: absolute; right: 0; bottom: -16%; width: 50%; aspect-ratio: 3/4;
  object-fit: cover; border-radius: var(--radius); border: 6px solid var(--paper);
  box-shadow: 0 50px 80px -50px rgba(24,30,17,.7); }
.intro-stack::before { content: ""; position: absolute; left: -18px; top: -18px; width: 64%; height: 64%;
  border: 1px solid var(--brass); opacity: .55; border-radius: var(--radius); z-index: -1; }
.intro-text .pull { font-family: var(--display); font-style: italic; font-weight: 320;
  font-size: clamp(1.55rem, 2.7vw, 2.1rem); line-height: 1.32; color: var(--olive); margin: 0 0 1.4rem; }
.intro-text p { margin: 0 0 1.15em; max-width: 52ch; }
.intro-text .btn { margin-top: 1.2rem; }

.waterline { margin-top: var(--section); line-height: 0; }
.waterline svg { width: 100%; height: 44px; }
.waterline path { fill: none; stroke: var(--water); stroke-width: 1.4; opacity: .55;
  stroke-dasharray: 3000; stroke-dashoffset: 3000; }
.waterline.is-in path { animation: drawWave 2.8s ease forwards; }
@keyframes drawWave { to { stroke-dashoffset: 0; } }

/* ============================ CINEMA ============================ */
.cinema { position: relative; min-height: 74vh; display: grid; place-items: center; text-align: center; color: var(--paper); overflow: hidden; }
.cinema-bg { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; background-attachment: fixed; }
.cinema::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(rgba(12,16,9,.5), rgba(12,16,9,.64)); }
.cinema-inner { max-width: 780px; padding: var(--pad); }
.cinema-inner .eyebrow { color: var(--brass); margin-bottom: 1.6rem; letter-spacing: .22em; }
.cinema-quote { font-family: var(--display); font-weight: 300; font-style: italic;
  font-size: clamp(1.7rem, 3.6vw, 3rem); line-height: 1.34; margin: 0; }

/* ============================ PILLARS ============================ */
.pillars { padding-block: var(--section); background: var(--sand); }
.pillars-head { max-width: var(--maxw); margin: 0 auto 3.4rem; padding-inline: var(--pad); text-align: center; }
.pillars-grid { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad);
  display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(1.2rem,2.5vw,2rem); }
.pillar { background: var(--paper); border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 40px 70px -55px rgba(24,30,17,.65); transition: transform .5s ease, box-shadow .5s ease; }
.pillar:hover { transform: translateY(-8px); box-shadow: 0 60px 90px -50px rgba(24,30,17,.6); }
.pillar-media { aspect-ratio: 4/3; overflow: hidden; position: relative; }
.pillar-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s ease; }
.pillar:hover .pillar-media img { transform: scale(1.08); }
.pillar-idx { position: absolute; top: .9rem; left: 1.1rem; font-family: var(--display);
  font-style: italic; font-weight: 300; font-size: 2rem; color: var(--paper); text-shadow: 0 2px 14px rgba(0,0,0,.5); }
.pillar-body { padding: 1.9rem 1.9rem 2.2rem; }
.pillar-no { font-size: .66rem; letter-spacing: .26em; text-transform: uppercase; color: var(--olive); display: block; margin-bottom: .7rem; }
.pillar-body h3 { font-family: var(--display); font-weight: 380; font-size: 1.55rem; margin: 0 0 .55rem; line-height: 1.14; }
.pillar-body p { margin: 0; color: #4c513f; font-size: .98rem; }

/* ============================ VIVRE LE LIEU ============================ */
.live { position: relative; padding-block: var(--section); color: var(--paper); overflow: hidden; }
.live-bg { position: absolute; inset: 0; z-index: -2; object-fit: cover; width: 100%; height: 100%; }
.live::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(rgba(16,21,12,.85), rgba(16,21,12,.93)); }
.live-head { max-width: var(--maxw); margin: 0 auto 3.6rem; padding-inline: var(--pad); text-align: center; }
.live-grid { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad);
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1px;
  background: var(--line-dark); border: 1px solid var(--line-dark); border-radius: var(--radius); overflow: hidden; }
.live-card { background: rgba(16,21,12,.55); backdrop-filter: blur(2px); padding: 2.6rem 2.1rem; transition: background .45s ease; }
.live-card:hover { background: rgba(44,52,34,.72); }
.live-no { font-family: var(--display); font-style: italic; font-size: .95rem; color: var(--brass); }
/* Le template employait un <h4> sous un <h2> : un niveau était sauté.
   Le gabarit WordPress utilise un <h3>, qui respecte la hiérarchie. */
.live-card h3 { font-family: var(--display); font-weight: 360; font-style: italic; font-size: 1.5rem; margin: .35rem 0 .6rem; color: var(--sage); }
.live-card p { margin: 0; color: rgba(248,245,237,.85); font-size: .98rem; }
.live-closing { font-family: var(--display); font-weight: 320; font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.3; text-align: center; max-width: 26ch; margin: 3.6rem auto 0; }

/* ============================ RESTAURANT ============================ */
.restaurant { padding-block: var(--section); }
.restaurant-grid { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad);
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem,7vw,6rem); align-items: center; }
.restaurant-figure { margin: 0; position: relative; }
.restaurant-figure img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius); }
.restaurant-figure::after { content: ""; position: absolute; inset: 16px -16px -16px 16px;
  border: 1px solid var(--brass); opacity: .5; border-radius: var(--radius); z-index: -1; }
.restaurant-text p { margin: 0 0 1.15em; max-width: 50ch; color: #43483a; }
.restaurant-text .btn { margin-top: .9rem; }
.moments { margin-top: var(--section); }
.moments-head { text-align: center; max-width: var(--maxw); margin: 0 auto 3.2rem; padding-inline: var(--pad); }
.moments-grid { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad);
  display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(1rem,2vw,1.7rem); }
.moment-media { aspect-ratio: 3/4; overflow: hidden; border-radius: var(--radius); margin-bottom: 1.2rem; }
.moment-media img { width:100%; height:100%; object-fit: cover; transition: transform 1.1s ease; }
.moment:hover .moment-media img { transform: scale(1.08); }
.moment h3 { font-family: var(--display); font-weight: 380; font-size: 1.4rem; margin: 0 0 .35rem; }
.moment p { margin: 0; font-size: .95rem; color: #4c513f; }
.moment-hours { display: block; margin-top: .4rem; font-size: .72rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--olive); }

/* ============================ CARTE (CPT menu_item) ============================ */
.menu-carte { max-width: 980px; margin: var(--section) auto 0; padding-inline: var(--pad); }
.menu-section { margin-bottom: 3.4rem; }
.menu-section h3 { font-family: var(--display); font-weight: 360; font-size: 1.7rem;
  margin: 0 0 1.4rem; padding-bottom: .9rem; border-bottom: 1px solid var(--line); color: var(--olive); }
.menu-items { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.5rem; }
.menu-item-row { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.menu-item-name { font-size: 1.08rem; font-weight: 400; }
.menu-item-name .menu-star { color: var(--brass); font-size: .8em; margin-left: .4em; }
.menu-item-price { font-family: var(--display); font-size: 1.35rem; font-weight: 380; white-space: nowrap; }
.menu-item-desc { margin: .35rem 0 0; font-size: .94rem; color: #4c513f; max-width: 62ch; }
.menu-item-allerg { margin: .3rem 0 0; font-size: .8rem; color: #6b7060; font-style: italic; }

/* ============================ DAY PASS ============================ */
.daypass { position: relative; padding-block: var(--section); color: var(--paper); overflow: hidden; }
.daypass-bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.daypass::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(rgba(16,21,12,.9), rgba(16,21,12,.95)); }
.daypass-head { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); text-align: center; }
.daypass-intro { max-width: 52ch; margin: .5rem auto 0; color: rgba(248,245,237,.86); }
.daypass-cols { max-width: var(--maxw); margin: 3.8rem auto 0; padding-inline: var(--pad);
  display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(1.5rem,4vw,3rem); align-items: start; }
.daypass-col { background: rgba(10,13,7,.5); backdrop-filter: blur(4px);
  border: 1px solid var(--line-dark); border-radius: var(--radius); padding: clamp(1.9rem,3vw,2.8rem); }
.daypass-col--feature { border-color: rgba(196,168,107,.45); box-shadow: 0 50px 90px -60px rgba(0,0,0,.8); }
.daypass-col-title { font-family: var(--display); font-weight: 360; font-size: 1.55rem; margin: 0 0 1.5rem;
  padding-bottom: 1.1rem; border-bottom: 1px solid var(--line-dark); color: var(--sage);
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.daypass-col-title small { font-family: var(--sans); font-size: .62rem; letter-spacing: .24em; text-transform: uppercase; color: var(--brass); }
.price-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1.4rem; }
.price-list li { padding-bottom: 1.4rem; border-bottom: 1px solid var(--line-dark); }
.price-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.price-row { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.price-name { font-size: 1.1rem; font-weight: 400; }
.price-amount { font-family: var(--display); font-size: 1.55rem; font-weight: 380; white-space: nowrap; color: var(--paper); }
.price-amount small { font-family: var(--sans); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: var(--sage); margin-left: .5em; }
/* CORRECTIF C-01 — .6 → .76 pour repasser au-dessus de 4,5:1. */
.price-note { margin: .5rem 0 0; font-size: .9rem; color: rgba(248,245,237,.76); }
.price-list--simple li { display: flex; }
/* CORRECTIF E-01 — « border-top: -1px » (largeur négative, déclaration
   invalide) : la bordure n'était jamais tracée. */
.extras { margin-top: 1.9rem; padding-top: 1.6rem;}
.extras-title { font-size: .68rem; letter-spacing: .24em; text-transform: uppercase; color: var(--brass); margin: 0 0 1rem; }
.extras-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .65rem; }
.extras-list li { position: relative; padding-left: 1.5rem; font-size: .95rem; color: rgba(248,245,237,.88); }
.extras-list li::before { content: ""; position: absolute; left: 0; top: .58em; width: 7px; height: 7px; border: 1px solid var(--brass); border-radius: 50%; }
.daypass-cta { margin-top: 1.9rem; width: 100%; }
.daypass-call { text-align: center; margin: 1rem 0 0; font-size: .92rem; color: rgba(248,245,237,.78); }
.daypass-call a { color: var(--sage); text-decoration: none; border-bottom: 1px solid var(--line-dark); }
.daypass-conditions { max-width: 820px; margin: 3rem auto 0; padding-inline: var(--pad);
  font-size: .92rem; color: rgba(248,245,237,.76); }

/* ============================ FAQ ============================ */
.faq { padding-block: var(--section); background: var(--sand); }
.faq-head { text-align: center; max-width: var(--maxw); margin: 0 auto 3rem; padding-inline: var(--pad); }
.faq-list { max-width: 820px; margin-inline: auto; padding-inline: var(--pad); }
.faq-item { border-bottom: 1px solid var(--line); }
/* La question est un <h3> pour la hiérarchie, mais c'est le bouton
   qu'elle contient qui porte toute la mise en forme. */
.faq-item h3 { margin: 0; font-size: inherit; font-weight: inherit; }
.faq-q { width: 100%; background: none; border: 0; cursor: pointer; text-align: left;
  font-family: var(--display); font-weight: 380; font-size: 1.2rem; color: var(--ink);
  padding: 1.5rem 2.5rem 1.5rem 0; position: relative; line-height: 1.35; }
.faq-q::after { content: "+"; position: absolute; right: .4rem; top: 50%; transform: translateY(-50%);
  font-family: var(--sans); font-weight: 300; font-size: 1.6rem; color: var(--brass); transition: transform .3s ease; }
.faq-q[aria-expanded="true"]::after { transform: translateY(-50%) rotate(45deg); }
.faq-a { padding: 0 2.5rem 1.6rem 0; margin: 0; color: #4c513f; font-size: .99rem; }
.faq-a[hidden] { display: none; }
.faq.on-dark { background: var(--ink-2); }
.faq.on-dark .faq-q { color: var(--paper); }
.faq.on-dark .faq-a { color: rgba(248,245,237,.82); }
.faq.on-dark .faq-item { border-color: var(--line-dark); }

/* ============================ GALLERY — feed Instagram ============================ */
.gallery { padding-block: var(--section); }
.gallery-head { text-align: center; max-width: var(--maxw); margin: 0 auto 3rem; padding-inline: var(--pad); }

.ig-profile { max-width: 860px; margin: 0 auto 2.8rem; padding-inline: var(--pad);
  display: flex; align-items: center; gap: 2rem;
  background: var(--sand); border-radius: 14px; padding: 2rem 2.4rem; }
.ig-avatar-wrap { flex-shrink: 0; width: 88px; height: 88px; border-radius: 50%;
  background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
  padding: 3px; }
.ig-avatar { width: 100%; height: 100%; border-radius: 50%; object-fit: cover;
  border: 3px solid var(--paper); display: block; }
.ig-meta { flex: 1; display: flex; flex-direction: column; gap: .35rem; }
.ig-handle { font-family: var(--sans); font-weight: 600; font-size: 1.12rem; letter-spacing: -.01em; color: var(--ink); }
.ig-desc { font-size: .9rem; color: #4c513f; }
.ig-stats { display: flex; gap: 1.6rem; margin-top: .2rem; }
.ig-stats span { font-size: .82rem; color: #63684f; }
.ig-stats strong { color: var(--ink); font-weight: 600; }
.ig-follow { flex-shrink: 0; display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--sans); font-size: .76rem; font-weight: 500; letter-spacing: .1em;
  text-transform: uppercase; text-decoration: none; padding: .85em 1.5em;
  border-radius: 8px; border: 1px solid var(--olive); color: var(--olive);
  transition: background .3s ease, color .3s ease; }
.ig-follow:hover { background: var(--olive); color: var(--paper); }

.ig-grid { max-width: 960px; margin: 0 auto; padding-inline: var(--pad);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
/* CORRECTIF C-05 — les vignettes affichaient « cursor: pointer » sans être
   cliquables. Elles sont désormais de vrais liens vers l'image pleine taille. */
.ig-cell { margin: 0; position: relative; overflow: hidden; aspect-ratio: 1/1;
  background: var(--ink); }
.ig-cell a { display: block; width: 100%; height: 100%; }
.ig-cell img { width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s ease, filter .7s ease; display: block; }
.ig-cell:hover img { transform: scale(1.07); filter: brightness(.65); }
.ig-overlay { position: absolute; inset: 0; display: flex; align-items: center;
  justify-content: center; opacity: 0; transition: opacity .4s ease; pointer-events: none; }
.ig-cell:hover .ig-overlay,
.ig-cell a:focus-visible + .ig-overlay { opacity: 1; }
.ig-overlay svg path { fill: white; }
.ig-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: .7rem .8rem;
  background: linear-gradient(to top, rgba(12,16,9,.85), transparent);
  color: var(--paper); font-size: .78rem; opacity: 0; transition: opacity .4s ease; pointer-events: none; }
.ig-cell:hover .ig-caption { opacity: 1; }

.ig-cta-wrap { display: flex; justify-content: center; margin-top: 2.6rem; }
.ig-cta { display: inline-flex; align-items: center; gap: .7em;
  font-family: var(--sans); font-size: .8rem; font-weight: 500; letter-spacing: .16em;
  text-transform: uppercase; text-decoration: none; padding: 1.1em 2.6em;
  border-radius: var(--radius); border: 1px solid var(--olive); color: var(--olive);
  transition: background .35s ease, color .35s ease, transform .35s ease; }
.ig-cta:hover { background: var(--olive); color: var(--paper); transform: translateY(-2px); }
.ig-cta-icon { flex-shrink: 0; }

/* ============================ CTA BAND ============================ */
.cta { position: relative; padding-block: clamp(6rem,13vw,12rem); text-align: center; color: var(--paper); overflow: hidden; }
.cta-bg { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; background-attachment: fixed; }
.cta::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(rgba(12,16,9,.62), rgba(12,16,9,.72)); }
.cta-inner { max-width: 760px; margin-inline: auto; padding-inline: var(--pad); }
.cta-title { font-family: var(--display); font-weight: 300; font-size: clamp(2.4rem,6vw,4.8rem);
  line-height: 1.03; letter-spacing: -.02em; margin: 1rem 0 1.2rem; }
.cta-sub { max-width: 48ch; margin: 0 auto 2.2rem; color: rgba(248,245,237,.88); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

/* ============================ CONTACT ============================ */
.contact { background: var(--ink-2); color: var(--paper); padding-top: var(--section); }
.contact-grid { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad);
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem,6vw,5.5rem); padding-bottom: var(--section); }
.contact-blurb { max-width: 46ch; color: rgba(248,245,237,.86); }
.contact-info { list-style: none; margin: 2.6rem 0 0; padding: 0; display: grid; gap: 1.5rem; }
.contact-info li { display: grid; gap: .25rem; }
.ci-label { font-size: .66rem; letter-spacing: .26em; text-transform: uppercase; color: var(--brass); }
.contact-info a, .contact-info span:not(.ci-label) { color: var(--paper); text-decoration: none; font-size: 1.06rem; }
.contact-info a:hover { color: var(--sage); }
.contact-social { display: flex; gap: 1.7rem; margin-top: 2.6rem; }
.contact-social a { font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; text-decoration: none; color: var(--sage); padding-bottom: .3rem; border-bottom: 1px solid var(--line-dark); }
.contact-social a:hover { color: var(--paper); border-color: var(--brass); }
.contact-form { display: grid; gap: 1.3rem; }
.field { display: grid; gap: .55rem; }
.field label { font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--sage); }
.field .optional { text-transform: none; letter-spacing: 0; opacity: .8; }
.field input, .field textarea { background: transparent; border: 1px solid var(--line-dark);
  border-radius: var(--radius); color: var(--paper); font-family: var(--sans); font-size: 1rem; font-weight: 300;
  padding: 1rem 1.15rem; transition: border-color .3s ease, background .3s ease; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--brass); background: rgba(179,184,147,.06); }
.field input::placeholder, .field textarea::placeholder { color: rgba(248,245,237,.5); }
.field textarea { resize: vertical; }
.contact-form .btn { margin-top: .5rem; }
/* Pot de miel : invisible à l'écran, ignoré par les lecteurs d'écran, rempli par les robots. */
.hp-field { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.contact-map { height: clamp(340px, 44vh, 480px); }
.contact-map iframe { display: block; filter: grayscale(.3) contrast(1.03); border: 0; }
/* Alternative légère à l'iframe : image cliquable (chargement à la demande). */
.map-placeholder { position: relative; width: 100%; height: 100%; border: 0; padding: 0;
  cursor: pointer; background: var(--ink-soft); display: grid; place-items: center; }
.map-placeholder img { width: 100%; height: 100%; object-fit: cover; opacity: .55; position: absolute; inset: 0; }
.map-placeholder span { position: relative; z-index: 1; color: var(--paper);
  font-size: .78rem; letter-spacing: .2em; text-transform: uppercase;
  border: 1px solid var(--paper); padding: 1em 2em; background: rgba(12,16,9,.55); }

/* ============================ FOOTER ============================ */
.site-footer { background: var(--ink); color: var(--paper); padding-top: clamp(3.5rem,6vw,5.5rem); }
.footer-top { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad);
  display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: clamp(2rem,5vw,4rem); padding-bottom: 3rem; }
.footer-logo { height: 66px; width: auto; margin-bottom: 1.4rem; }
.footer-brand p { max-width: 42ch; color: rgba(248,245,237,.78); font-size: .96rem; }
.footer-social { display: flex; gap: 1.5rem; margin-top: 1.7rem; }
.footer-social a, .footer-col a { color: var(--sage); text-decoration: none; font-size: .9rem; transition: color .3s ease; }
.footer-social a:hover, .footer-col a:hover { color: var(--paper); }
.footer-col { display: flex; flex-direction: column; gap: .85rem; }
.footer-col h2 { font-size: .68rem; letter-spacing: .24em; text-transform: uppercase;
  color: var(--brass); margin: 0 0 .4rem; font-weight: 500; font-family: var(--sans); }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .85rem; }
/* CORRECTIF C-01 — .55 → .72 (contraste AA sur #181e11). */
.footer-bottom { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad);
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  padding-block: 1.7rem; border-top: 1px solid var(--line-dark); font-size: .82rem; color: rgba(248,245,237,.72); }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: rgba(248,245,237,.72); }
.footer-bottom a:hover { color: var(--paper); }

.whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 56px; height: 56px;
  border-radius: 50%; display: grid; place-items: center; background: var(--olive); color: var(--paper);
  box-shadow: 0 16px 34px -12px rgba(24,30,17,.7); transition: transform .3s ease, background .3s ease; }
.whatsapp:hover { transform: translateY(-3px); background: var(--ink); }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 1s ease, transform 1s cubic-bezier(.2,.7,.2,1); }
.reveal.is-in { opacity: 1; transform: none; }

/* ============================ FIL D'ARIANE (Rank Math) ============================ */
.lumaya-breadcrumb { max-width: var(--maxw); margin-inline: auto; padding: 1.2rem var(--pad) 0;
  font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: #63684f; }
.lumaya-breadcrumb a { color: var(--olive); }
.lumaya-breadcrumb a:hover { color: var(--ink); }
.lumaya-breadcrumb .separator { color: var(--brass); padding: 0 .5em; }
.lumaya-breadcrumb--on-dark { color: var(--sage); }
.lumaya-breadcrumb--on-dark a { color: var(--sage); }
.lumaya-breadcrumb--on-dark a:hover { color: var(--paper); }

/* ============================ PAGE HERO / BLOG ============================ */
.page-hero { padding-top: clamp(7rem,14vw,11rem); padding-bottom: clamp(3rem,6vw,5rem);
  background: var(--ink-2); text-align: center; color: var(--paper); }
.page-hero .eyebrow { color: var(--sage); }
.page-hero h1 { font-family: var(--display); font-weight: 310;
  font-size: clamp(2rem,5vw,4rem); line-height: 1.06; letter-spacing: -.016em;
  margin: .4em 0 0; color: var(--paper); }
.page-hero-date { color: var(--sage); font-size: .82rem; letter-spacing: .12em; margin-top: .8rem; }

.blog-section { padding-block: clamp(4rem,8vw,8rem); }
.blog-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: clamp(1.5rem,3vw,2.5rem);
  max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }
.blog-card { background: var(--paper); border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 30px 60px -40px rgba(24,30,17,.5);
  transition: transform .5s, box-shadow .5s; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 50px 80px -50px rgba(24,30,17,.6); }
.blog-card-img { aspect-ratio: 16/9; overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s; }
.blog-card:hover .blog-card-img img { transform: scale(1.06); }
.blog-card-body { padding: clamp(1.4rem,3vw,2rem); display: flex; flex-direction: column; flex: 1; }
.blog-card-meta { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--olive); margin-bottom: .7rem; }
.blog-card-body h2 { font-family: var(--display); font-weight: 360;
  font-size: clamp(1.3rem,2.2vw,1.7rem); line-height: 1.15; margin: 0 0 .8rem; color: var(--ink); }
.blog-card-body p { margin: 0 0 1.4rem; color: #4c513f; font-size: .97rem; flex: 1; line-height: 1.65; }
.blog-read { font-size: .74rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  color: var(--olive); display: inline-flex; align-items: center; gap: .5em;
  transition: gap .3s, color .3s; }
.blog-read::after { content: "→"; }
.blog-card:hover .blog-read { gap: .8em; color: var(--ink); }

/* ============================ ARTICLE ============================ */
.article-wrap { max-width: 800px; margin: clamp(3rem,6vw,5rem) auto clamp(4rem,8vw,7rem);
  padding-inline: var(--pad); }
.article-wrap h2 { font-family: var(--display); font-weight: 340;
  font-size: clamp(1.5rem,3vw,2.2rem); line-height: 1.2; margin: 2.6rem 0 1rem; color: var(--ink); }
.article-wrap h3 { font-family: var(--display); font-weight: 380; font-size: 1.35rem; margin: 2rem 0 .8rem; }
.article-wrap p { margin: 0 0 1.3rem; }
.article-wrap ul, .article-wrap ol { margin: 0 0 1.3rem; padding-left: 1.4rem; }
.article-wrap li { margin-bottom: .5rem; }
.article-wrap blockquote { margin: 2rem 0; padding-left: 1.6rem; border-left: 2px solid var(--brass);
  font-family: var(--display); font-style: italic; font-size: 1.25rem; color: var(--olive); }
.article-img { margin: 2.2rem 0; border-radius: var(--radius); overflow: hidden; }
.article-img img { width: 100%; }
.article-back { margin-top: 3.5rem; padding-top: 2.5rem; border-top: 1px solid var(--line); }
.article-related { display: flex; flex-wrap: wrap; gap: 1rem; }
.article-back-link { color: var(--olive); font-size: .82rem; letter-spacing: .14em;
  text-transform: uppercase; display: inline-flex; align-items: center; gap: .5em; margin-top: 2rem; }

/* Pagination */
.lumaya-pagination { display: flex; justify-content: center; gap: .6rem; flex-wrap: wrap;
  margin-top: clamp(3rem,6vw,5rem); padding-inline: var(--pad); }
.lumaya-pagination .page-numbers { display: grid; place-items: center; min-width: 44px; min-height: 44px;
  padding: 0 .6rem; border: 1px solid var(--line); color: var(--olive);
  font-size: .84rem; letter-spacing: .08em; transition: background .3s, color .3s; }
.lumaya-pagination .page-numbers:hover,
.lumaya-pagination .page-numbers.current { background: var(--olive); color: var(--paper); border-color: var(--olive); }

/* ============================ PAGE 404 ============================ */
.error404-section { position: relative; min-height: 92svh; display: flex; flex-direction: column;
  justify-content: center; padding-block: clamp(8rem,15vw,12rem) var(--section);
  color: var(--paper); overflow: hidden; text-align: center; }
.error404-bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.error404-section::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(rgba(12,16,9,.82), rgba(12,16,9,.9)); }
.error404-inner { max-width: 760px; margin-inline: auto; padding-inline: var(--pad); }
.error404-code { font-size: .72rem; letter-spacing: .34em; text-transform: uppercase;
  color: var(--brass); margin: 0 0 1rem; }
.error404-title { font-family: var(--display); font-weight: 300;
  font-size: clamp(2rem,5.5vw,4rem); line-height: 1.06; letter-spacing: -.02em; margin: 0 0 1.2rem; }
.error404-text { color: rgba(248,245,237,.86); max-width: 52ch; margin: 0 auto 2.4rem; }
.error404-search { display: flex; gap: .6rem; max-width: 460px; margin: 0 auto 2.8rem;
  flex-wrap: wrap; justify-content: center; }
.error404-search label { display: block; width: 100%; font-size: .7rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--sage); margin-bottom: .5rem; }
.error404-search input[type="search"] { flex: 1; min-width: 200px; min-height: 44px;
  background: transparent; border: 1px solid var(--line-dark); border-radius: var(--radius);
  color: var(--paper); font-family: var(--sans); font-size: 1rem; font-weight: 300; padding: .9rem 1.1rem; }
.error404-search input[type="search"]:focus { outline: none; border-color: var(--brass); }
.error404-links { display: flex; flex-wrap: wrap; gap: .8rem 1.6rem; justify-content: center;
  margin-bottom: 2.6rem; }
.error404-links a { font-size: .78rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--sage); padding: .6rem .2rem; border-bottom: 1px solid var(--line-dark); }
.error404-links a:hover { color: var(--paper); border-color: var(--brass); }
.error404-actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-bottom: 3rem; }
.error404-contact { font-size: .95rem; color: rgba(248,245,237,.8); }
.error404-contact a { color: var(--sage); border-bottom: 1px solid var(--line-dark); }
.error404-contact a:hover { color: var(--paper); }
.error404-posts { margin-top: 3.4rem; padding-top: 2.6rem; border-top: 1px solid var(--line-dark); }
.error404-posts h2 { font-family: var(--display); font-weight: 340; font-size: 1.4rem;
  color: var(--sage); margin: 0 0 1.6rem; }
.error404-posts ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.error404-posts a { color: rgba(248,245,237,.9); font-size: 1rem; }
.error404-posts a:hover { color: var(--brass); }

/* ============================ RESPONSIVE ============================ */
@media (max-width: 1024px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .hero-side { display: none; }
}

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 2px solid var(--brass); outline-offset: 3px; border-radius: var(--radius);
}

/* ============================ ÉTATS DU FORMULAIRE ============================ */
.contact-form .btn[disabled] { opacity: .6; cursor: default; transform: none; }
.contact-form .btn .btn-label { display: inline-flex; align-items: center; gap: .6em; }
.contact-form .btn .btn-label::before {
  content: ""; width: 14px; height: 14px; border-radius: 50%;
  border: 2px solid rgba(248,245,237,.4); border-top-color: var(--paper);
  display: none; animation: spin .7s linear infinite;
}
.contact-form .btn.is-loading .btn-label::before { display: inline-block; }
.form-error {
  margin: -.4rem 0 0; font-size: .88rem; color: #f0cabb;
  background: rgba(231,185,168,.1); border: 1px solid rgba(231,185,168,.4);
  border-radius: var(--radius); padding: .85rem 1rem;
}
.form-error[hidden] { display: none; }
.form-error a { color: var(--sage); text-decoration: underline; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ============================ MODALE DE CONFIRMATION ============================ */
.modal-veil {
  position: fixed; inset: 0; z-index: 200; display: grid; place-items: center;
  padding: 1.5rem; background: rgba(12,16,9,.72); backdrop-filter: blur(6px);
  opacity: 0; animation: modalFade .35s ease forwards;
}
.modal-veil[hidden] { display: none; }
@keyframes modalFade { to { opacity: 1; } }

.modal-card {
  position: relative; width: 100%; max-width: 440px; text-align: center;
  background: var(--paper); border-radius: 10px; padding: clamp(2.4rem,5vw,3.2rem) clamp(1.8rem,5vw,2.8rem);
  box-shadow: 0 60px 100px -40px rgba(12,16,9,.6);
  transform: translateY(18px) scale(.97); opacity: 0;
  animation: modalPop .45s .05s cubic-bezier(.2,.8,.2,1) forwards;
}
@keyframes modalPop { to { transform: none; opacity: 1; } }

/* CORRECTIF C-07 — 32 px → 44 px. */
.modal-close {
  position: absolute; top: .6rem; right: .7rem; width: 44px; height: 44px;
  border: 0; background: transparent; color: var(--ink); font-size: 1.6rem;
  line-height: 1; cursor: pointer; opacity: .6; transition: opacity .2s ease;
}
.modal-close:hover { opacity: 1; }

.modal-icon { color: var(--olive); margin: 0 auto 1.2rem; width: 52px; }
.modal-card .eyebrow { margin-bottom: .9rem; }
.modal-title {
  font-family: var(--display); font-weight: 360; font-size: clamp(1.4rem,3vw,1.8rem);
  line-height: 1.25; margin: 0 0 .6rem; color: var(--ink);
}
.modal-sub { color: #4c513f; margin: 0 0 1.8rem; font-size: .98rem; }
.modal-card .btn { width: 100%; }

@media (max-width: 880px) {
  .nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .site-header { background: rgba(248,245,237,.95); backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--line); }
  .site-header .brand-logo--light { display: none; }
  .site-header .brand-logo--dark { display: block; height: 46px; }
  .site-header .nav-toggle span { background: var(--ink); }
  .hero-bar span:nth-child(3) { display: none; }
  .intro-grid, .restaurant-grid, .daypass-cols, .contact-grid, .blog-grid { grid-template-columns: 1fr; }
  .intro-stack { max-width: 460px; margin-bottom: 3rem; }
  .restaurant-figure { order: -1; max-width: 520px; }
  .pillars-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .live-grid { grid-template-columns: 1fr 1fr; }
  .moments-grid { grid-template-columns: 1fr 1fr; }
  .ig-profile { flex-wrap: wrap; gap: 1.2rem; }
  .ig-follow { width: 100%; justify-content: center; }
  .cinema-bg, .cta-bg { background-attachment: scroll; }
}
@media (max-width: 560px) {
  :root { --pad: 1.25rem; }
  .hero-bar { display: none; }
  .hero { padding-bottom: 4rem; }
  .live-grid, .moments-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-actions .btn, .cta-actions .btn { flex: 1; }
  .intro-stack .img-b { position: static; width: 70%; margin: 1rem 0 0 auto; bottom: auto; }
  .intro-stack::before { display: none; }
  .hero-foot { gap: 1.4rem; }
  .error404-links { gap: .6rem 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .hero-media img { animation: none; }
  .hero-title .line > span, .hero-eyebrow span { transform: none; }
  .hero-foot, .hero-bar { opacity: 1; transform: none; }
  .marquee-track { animation: none; }
  .reveal { opacity: 1; transform: none; }
  .waterline path { stroke-dashoffset: 0; }
  .cinema-bg, .cta-bg { background-attachment: scroll; }
  .modal-veil, .modal-card { animation: none; opacity: 1; transform: none; }
}

/* ============================ SÉLECTEUR DE LANGUE ============================ */
.lang-toggle {
  display: inline-flex; align-items: center; gap: .4em;
  background: rgba(248,245,237,.12); border: 1px solid rgba(248,245,237,.6);
  backdrop-filter: blur(3px); border-radius: 22px;
  padding: .62em .95em; cursor: pointer; color: var(--paper);
  font-family: var(--sans); font-size: .72rem; font-weight: 500;
  letter-spacing: .12em; transition: background .3s, color .3s, border-color .3s;
  flex-shrink: 0; text-decoration: none; min-height: 44px;  /* CORRECTIF C-07 */
}
.lang-toggle:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.lang-label { text-transform: uppercase; }
.site-header.is-scrolled .lang-toggle { background: transparent; border-color: var(--olive); color: var(--olive); }
.site-header.is-scrolled .lang-toggle:hover { background: var(--olive); color: var(--paper); }

/* Pages internes — pas de hero sombre derrière l'en-tête, fond toujours opaque.
   CORRECTIF E-03 : la spécificité « .page-inner .site-header » (0,2,0) suffit,
   les !important du template sont supprimés. */
.page-inner .site-header {
  background: rgba(248,245,237,.97);
  box-shadow: 0 1px 0 var(--line), 0 18px 40px -30px rgba(24,30,17,.4);
}
.page-inner .site-header .nav a { color: var(--ink); }
.page-inner .site-header .brand-logo--light { display: none; }
.page-inner .site-header .brand-logo--dark { display: block; height: 48px; }
.page-inner .site-header .nav-toggle span { background: var(--ink); }
.page-inner .site-header .header-cta {
  border-color: var(--olive); color: var(--olive);
  background: transparent; backdrop-filter: none;
}
.page-inner .site-header .header-cta:hover { background: var(--olive); color: var(--paper); }
.page-inner .site-header .lang-toggle {
  background: transparent; border-color: var(--olive);
  color: var(--olive); backdrop-filter: none;
}
.page-inner .site-header .lang-toggle:hover { background: var(--olive); color: var(--paper); }

/* NOTE — le sélecteur « .gallery-grid » du template était du code mort
   (la galerie utilise « .ig-grid »). Il a été supprimé. CORRECTIF E-02. */
