/* ═══════════════════════════════════════════════
   CALMA — feuille de style
   Nuit (vert encre + néon) le soir, crème chaude le midi.
   ═══════════════════════════════════════════════ */

@font-face { font-family: "Fraunces"; src: url("fonts/fraunces.woff2") format("woff2"); font-weight: 400 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Fraunces"; src: url("fonts/fraunces-italic.woff2") format("woff2"); font-weight: 400 600; font-style: italic; font-display: swap; }
@font-face { font-family: "Sacramento"; src: url("fonts/sacramento.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("fonts/manrope-latin-400-normal.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("fonts/manrope-latin-500-normal.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("fonts/manrope-latin-600-normal.woff2") format("woff2"); font-weight: 600 700; font-display: swap; }

:root {
  --nuit: #0d1a15;
  --nuit-2: #142820;
  --nuit-3: #1c3429;
  --creme: #f6eddf;
  --creme-2: #eddfc8;
  --encre: #17241e;
  --encre-doux: #4b5a52;
  --paprika: #ff6b3d;
  --paprika-fonce: #b23c18;
  --safran: #f3b53a;
  --neon: #8dffb8;
  --clair: #f6eddf;
  --clair-doux: rgba(246, 237, 223, 0.74);
  --ligne-claire: rgba(246, 237, 223, 0.16);
  --ligne-sombre: rgba(23, 36, 30, 0.14);

  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --script: "Sacramento", "Brush Script MT", cursive;

  --rayon: 18px;
  --gouttiere: clamp(18px, 4vw, 40px);
  --entete-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--entete-h) + 12px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--nuit);
  color: var(--clair);
  font: 400 clamp(15.5px, 1vw + 12px, 17px)/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: 500; line-height: 1.12; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 2px solid var(--paprika); outline-offset: 3px; border-radius: 4px; }

[hidden] { display: none !important; }
.sr { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.evitement { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--paprika); color: var(--nuit); padding: 10px 16px; border-radius: 10px; font-weight: 600; text-decoration: none; }
.evitement:focus { top: 12px; }

.enveloppe { width: 100%; max-width: 1200px; margin: 0 auto; padding-inline: var(--gouttiere); }

/* ═══════ TYPO ═══════ */
.surtitre {
  font: 600 12.5px/1.3 var(--sans);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--paprika-fonce);
  margin-bottom: 14px;
}
.surtitre-clair { color: var(--clair-doux); }
.surtitre-neon { color: var(--neon); }
.titre {
  font-family: var(--serif);
  font-size: clamp(34px, 5.2vw, 62px);
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--encre);
  font-variation-settings: "SOFT" 60, "WONK" 0;
}
.titre em { font-style: italic; color: var(--paprika-fonce); font-weight: 400; }
.titre-clair { color: var(--clair); }
.titre-clair em { color: var(--safran); }
.titre-moyen { font-size: clamp(30px, 3.8vw, 46px); }
.titre-petit { font-size: clamp(24px, 2.6vw, 30px); }
.chapo { font-size: clamp(17px, 1.3vw + 12px, 20px); line-height: 1.55; color: var(--encre-doux); max-width: 62ch; margin-top: 18px; }
.chapo-clair { color: var(--clair-doux); }
.chapo-droite { margin-top: 0; max-width: 44ch; }

.neon {
  display: block;
  font-family: var(--script);
  font-weight: 400;
  line-height: 0.9;
  color: #effff5;
  font-size: clamp(110px, 20vw, 250px);
  letter-spacing: 0;
  text-shadow:
    0 0 4px rgba(141, 255, 184, 0.9),
    0 0 14px rgba(141, 255, 184, 0.75),
    0 0 36px rgba(60, 230, 130, 0.6),
    0 0 80px rgba(60, 230, 130, 0.35);
  animation: allumage 2.4s ease-out 0.2s both;
}
.neon-moyen { font-size: clamp(86px, 12vw, 150px); margin-bottom: 4px; animation: none; }
.mot-neon { font-family: var(--script); font-size: 1.9em; line-height: 0; color: #effff5; text-shadow: 0 0 6px rgba(141, 255, 184, 0.9), 0 0 18px rgba(60, 230, 130, 0.6); vertical-align: -0.12em; }
@keyframes allumage {
  0% { opacity: 0.08; }
  8% { opacity: 0.9; }
  11% { opacity: 0.2; }
  16% { opacity: 1; }
  20% { opacity: 0.45; }
  28%, 100% { opacity: 1; }
}

/* ═══════ BOUTONS ═══════ */
.bouton {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 50px; padding: 12px 26px;
  border-radius: 999px; border: 1.5px solid transparent;
  font: 600 15.5px/1.2 var(--sans); letter-spacing: 0.01em;
  text-decoration: none; cursor: pointer; text-align: center;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.bouton:hover { transform: translateY(-2px); }
.bouton:active { transform: translateY(0); }
.bouton-paprika { background: var(--paprika); color: var(--nuit); box-shadow: 0 10px 30px -12px rgba(255, 107, 61, 0.7); }
.bouton-paprika:hover { background: #ff8358; }
.bouton-ligne { border-color: currentColor; color: var(--encre); background: transparent; }
.bouton-ligne:hover { background: var(--encre); color: var(--creme); border-color: var(--encre); }
.accueil .bouton-ligne, .bouton-clair { color: var(--clair); }
.accueil .bouton-ligne:hover, .bouton-clair:hover { background: var(--clair); color: var(--nuit); border-color: var(--clair); }
.bouton-neon { color: var(--neon); border-color: var(--neon); background: transparent; }
.bouton-neon:hover { background: var(--neon); color: var(--nuit); box-shadow: 0 0 28px rgba(141, 255, 184, 0.45); }
.bouton-plein { width: 100%; }
.bouton[disabled] { opacity: 0.6; cursor: progress; transform: none; }

.lien-fleche {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 600; text-decoration: none; color: var(--paprika-fonce);
  border-bottom: 1.5px solid currentColor; padding-bottom: 3px;
}
.lien-fleche::after { content: "→"; transition: transform 0.2s ease; }
.lien-fleche:hover::after { transform: translateX(4px); }
.lien-fleche-neon { color: var(--neon); }
.lien-bouton { background: none; border: 0; padding: 0; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }

/* ═══════ STATUT OUVERT / FERMÉ ═══════ */
.statut { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--clair-doux); white-space: nowrap; }
.statut:empty { display: none; }
.statut::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #8a958f; flex: none; }
.statut.est-ouvert { color: var(--neon); }
.statut.est-ouvert::before { background: var(--neon); box-shadow: 0 0 0 4px rgba(141, 255, 184, 0.2); animation: pouls 2s ease-in-out infinite; }
.statut.est-bientot::before { background: var(--safran); }
.statut-grand { font-size: 15px; white-space: normal; }
@keyframes pouls { 50% { box-shadow: 0 0 0 8px rgba(141, 255, 184, 0); } }

/* ═══════ EN-TÊTE ═══════ */
.entete {
  position: fixed; inset: 0 0 auto; z-index: 50; height: var(--entete-h);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.entete.est-defile { background: rgba(13, 26, 21, 0.9); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--ligne-claire); }
.entete-in { display: flex; align-items: center; gap: 20px; height: 100%; }
.marque { text-decoration: none; margin-right: auto; }
.marque-neon {
  font-family: var(--script); font-size: 46px; line-height: 1; color: #effff5;
  text-shadow: 0 0 5px rgba(141, 255, 184, 0.85), 0 0 16px rgba(60, 230, 130, 0.55);
}
.nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }
.nav a:not(.bouton) { font-size: 14.5px; font-weight: 500; text-decoration: none; color: var(--clair-doux); position: relative; padding: 6px 0; }
.nav a:not(.bouton):hover, .nav a.est-actif { color: var(--clair); }
.nav a.est-actif::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--neon); border-radius: 2px; box-shadow: 0 0 8px var(--neon); }
.nav-cta { min-height: 42px; padding: 8px 20px; }
.entete .statut { order: -1; display: none; }
.burger { display: none; width: 46px; height: 46px; border: 1.5px solid var(--ligne-claire); background: transparent; border-radius: 50%; cursor: pointer; position: relative; }
.burger span { position: absolute; left: 13px; right: 13px; height: 1.5px; background: var(--clair); transition: transform 0.25s ease, top 0.25s ease; }
.burger span:first-child { top: 18px; }
.burger span:last-child { top: 26px; }
.burger[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { top: 22px; transform: rotate(-45deg); }

@media (min-width: 1100px) { .entete .statut { display: inline-flex; margin-right: 8px; } .marque { margin-right: 0; } .entete-in > .statut { margin-left: auto; } }

@media (max-width: 960px) {
  .burger { display: block; }
  .nav {
    position: fixed; inset: var(--entete-h) 0 auto; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--nuit); padding: 12px var(--gouttiere) 28px; border-bottom: 1px solid var(--ligne-claire);
    transform: translateY(-12px); opacity: 0; visibility: hidden; transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    max-height: calc(100svh - var(--entete-h)); overflow-y: auto;
  }
  .nav.est-ouvert { transform: none; opacity: 1; visibility: visible; }
  .nav a:not(.bouton) { font-family: var(--serif); font-size: 26px; color: var(--clair); padding: 12px 0; border-bottom: 1px solid var(--ligne-claire); }
  .nav a.est-actif::after { display: none; }
  .nav-cta { margin-top: 20px; min-height: 52px; }
  .entete { background: rgba(13, 26, 21, 0.92); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
}

/* ═══════ ACCUEIL ═══════ */
.accueil { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; padding-block: calc(var(--entete-h) + 40px) clamp(48px, 8vh, 90px); }
.accueil-fond { position: absolute; inset: 0; margin: 0; z-index: -1; background: var(--nuit-2); }
.accueil-fond img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; transform: scale(1.04); animation: respire 18s ease-in-out infinite alternate; }
.accueil-fond::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(13, 26, 21, 0.55) 0%, rgba(13, 26, 21, 0.25) 30%, rgba(13, 26, 21, 0.75) 66%, var(--nuit) 100%),
    linear-gradient(90deg, rgba(13, 26, 21, 0.7) 0%, rgba(13, 26, 21, 0) 60%);
}
@keyframes respire { to { transform: scale(1.1) translateY(-1.5%); } }
.accueil-in { position: relative; }
.accueil-titre { margin: 0; }
.accueil-slogan { display: block; font-family: var(--serif); font-weight: 500; font-size: clamp(32px, 5vw, 64px); letter-spacing: -0.02em; color: var(--clair); margin-top: clamp(4px, 1vw, 12px); }
.accueil-slogan em { font-style: italic; font-weight: 400; color: var(--safran); }
.accueil-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 20px; }
.accueil-tags li { padding: 7px 16px; border: 1px solid rgba(141, 255, 184, 0.5); border-radius: 999px; color: var(--neon); font-size: 13.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; background: rgba(13, 26, 21, 0.4); }
.accueil-texte { max-width: 54ch; color: var(--clair-doux); font-size: clamp(16px, 1.1vw + 11px, 19px); }
.accueil-texte strong { color: var(--clair); font-weight: 600; }
.accueil-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.accueil-preuves { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 26px; margin-top: 24px; }
.preuve-avis { color: var(--clair); text-decoration: none; font-size: 15px; border-bottom: 1px solid var(--ligne-claire); padding-bottom: 2px; transition: border-color 0.2s ease; }
.preuve-avis:hover { border-color: var(--safran); }
.preuve-avis b { font-weight: 600; }
.preuve-etoiles { color: var(--safran); letter-spacing: 2px; }
.note-compte { color: var(--clair); font-weight: 600; font-size: 15px; margin-top: 6px !important; }

/* ═══════ BANDEAU DÉFILANT ═══════ */
.bandeau { background: var(--paprika); color: var(--nuit); overflow: hidden; padding: 14px 0; border-block: 1px solid rgba(0, 0, 0, 0.1); }
.bandeau-piste { display: flex; width: max-content; animation: defile 38s linear infinite; }
.bandeau-piste span { font: italic 500 clamp(19px, 2vw, 24px)/1 var(--serif); padding-inline: 22px; white-space: nowrap; display: inline-flex; align-items: center; gap: 44px; }
.bandeau-piste span::after { content: "✺"; font-style: normal; font-size: 0.8em; margin-left: 22px; }
@keyframes defile { to { transform: translateX(-50%); } }

/* ═══════ SECTIONS ═══════ */
.section { padding-block: clamp(72px, 11vw, 140px); position: relative; }
.section-creme { background: var(--creme); color: var(--encre); }
.section-nuit { background: var(--nuit); color: var(--clair); }
.entete-section { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px 60px; flex-wrap: wrap; margin-bottom: clamp(36px, 5vw, 56px); }

/* Annonce */
.annonce-grille { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 48px; }
.annonce-carte { background: #fff8ec; border: 1px solid var(--ligne-sombre); border-radius: var(--rayon); padding: clamp(26px, 3vw, 40px); }
.annonce-carte h3 { font-family: var(--serif); font-size: 26px; margin-bottom: 20px; }
.annonce-carte-nuit { background: var(--nuit); color: var(--clair); border-color: transparent; box-shadow: inset 0 0 0 1px rgba(141, 255, 184, 0.18), 0 30px 60px -30px rgba(13, 26, 21, 0.6); }
.liste-coche li, .liste-etoile li { position: relative; padding: 11px 0 11px 34px; border-top: 1px solid var(--ligne-sombre); }
.annonce-carte-nuit li { border-color: var(--ligne-claire); }
.liste-coche li::before { content: "✓"; position: absolute; left: 2px; top: 10px; color: var(--paprika-fonce); font-weight: 700; }
.liste-etoile li::before { content: "✺"; position: absolute; left: 0; top: 10px; color: var(--neon); text-shadow: 0 0 8px rgba(141, 255, 184, 0.7); }

/* Midi & soir */
.midi-soir { display: grid; grid-template-columns: 1fr 1fr; }
.moment { padding: clamp(64px, 9vw, 120px) var(--gouttiere); display: flex; }
.moment-in { max-width: 520px; margin-left: auto; width: 100%; }
.moment-soir .moment-in { margin-left: 0; margin-right: auto; }
.moment p:not(.surtitre) { max-width: 46ch; }
.moment-midi { background: var(--safran); color: var(--encre); background-image: radial-gradient(circle at 85% 12%, rgba(255, 244, 214, 0.75) 0 70px, transparent 71px); }
.moment-midi .surtitre, .moment-midi .titre em, .moment-midi .lien-fleche { color: #7a2c10; }
.moment-soir { background: var(--nuit-2); color: var(--clair); background-image: radial-gradient(circle at 15% 90%, rgba(141, 255, 184, 0.12), transparent 45%); }
.moment-soir .titre { color: var(--clair); }
.moment-soir .titre em { color: var(--neon); }
.moment-soir p:not(.surtitre) { color: var(--clair-doux); }
.formules { margin: 30px 0 34px; border-top: 1.5px solid rgba(23, 36, 30, 0.35); }
.formules li { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 15px 0; border-bottom: 1px dashed rgba(23, 36, 30, 0.35); }
.formules span { font-weight: 500; }
.formules small { font-style: italic; opacity: 0.8; font-size: 0.92em; }
.formules b { font: 600 22px/1 var(--serif); white-space: nowrap; }
.formules-soir { border-color: var(--ligne-claire); }
.formules-soir li { border-color: var(--ligne-claire); }
.formules-soir b { color: var(--neon); }

/* La carte */
.onglets { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 6px; margin-bottom: 30px; scrollbar-width: none; }
.onglets::-webkit-scrollbar { display: none; }
.onglet { flex: none; border: 1.5px solid var(--ligne-sombre); background: transparent; color: var(--encre); padding: 10px 20px; border-radius: 999px; font-weight: 600; font-size: 15px; cursor: pointer; transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease; }
.onglet:hover { border-color: var(--encre); }
.onglet[aria-selected="true"] { background: var(--encre); color: var(--creme); border-color: var(--encre); }
.carte-corps { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: clamp(30px, 5vw, 70px); align-items: start; }
.panneau { outline: none; animation: apparait 0.35s ease; }
@keyframes apparait { from { opacity: 0; transform: translateY(8px); } }
.plats li { padding: 20px 0; border-bottom: 1px solid var(--ligne-sombre); }
.plats li:first-child { padding-top: 4px; }
.plats h3 { font: 500 22px/1.25 var(--serif); display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 14px; }
.plats p { margin: 6px 0 0; color: var(--encre-doux); }
.plat-signature h3 { color: var(--paprika-fonce); }
.pastille { font: 600 11px/1 var(--sans); letter-spacing: 0.12em; text-transform: uppercase; background: var(--paprika); color: var(--nuit); padding: 6px 10px; border-radius: 999px; }
.prix { font: 600 15px/1 var(--sans); color: var(--paprika-fonce); margin-left: auto; }
.carte-photo { margin: 0; position: sticky; top: calc(var(--entete-h) + 24px); }
.carte-photo img { border-radius: var(--rayon); width: 100%; aspect-ratio: 4 / 5; object-fit: cover; box-shadow: 0 30px 60px -30px rgba(23, 36, 30, 0.55); }
.carte-photo figcaption { font: italic 400 17px/1.4 var(--serif); color: var(--encre-doux); margin-top: 14px; }
.carte-note { margin: 34px 0 0; padding: 16px 20px; border-radius: 12px; background: var(--creme-2); font-weight: 500; }

/* Mosaïque */
.tuile { display: block; padding: 0; border: 0; background: var(--nuit-3); border-radius: var(--rayon); overflow: hidden; cursor: zoom-in; position: relative; width: 100%; }
.tuile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1); }
.tuile:hover img { transform: scale(1.05); }
.mosaique { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: clamp(180px, 22vw, 290px); gap: 14px; margin-top: 50px; }
.tuile-haute { grid-row: span 2; }
.tuile-large { grid-column: span 2; }

/* Histoire */
.histoire-grille { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 90px); align-items: center; }
.histoire-texte p:not(.surtitre) { font-size: 18px; color: var(--encre-doux); max-width: 58ch; }
.histoire-texte .titre { margin-bottom: 26px; }
.histoire-texte strong { color: var(--encre); }
.chiffres { display: grid; gap: 14px; }
.chiffres li { background: var(--nuit); color: var(--clair); border-radius: var(--rayon); padding: 24px 28px; display: flex; align-items: center; gap: 22px; }
.chiffres b { font: 500 46px/1 var(--serif); color: var(--safran); flex: none; min-width: 3.1ch; }
.chiffres b small { font-size: 0.5em; color: var(--clair-doux); }
.chiffres span { color: var(--clair-doux); line-height: 1.4; }
.engagements { margin-top: clamp(64px, 9vw, 110px); padding-top: clamp(40px, 5vw, 60px); border-top: 1px solid var(--ligne-sombre); }
.engagements-grille { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }
.engagement { padding: 28px; border-radius: var(--rayon); background: #fff8ec; border: 1px solid var(--ligne-sombre); }
.engagement-num { font: italic 500 15px/1 var(--serif); color: var(--paprika-fonce); }
.engagement h4 { font: 500 22px/1.2 var(--serif); margin: 14px 0 10px; }
.engagement p { margin: 0; color: var(--encre-doux); }
.producteurs { margin: 26px 0 0; color: var(--encre-doux); }
.producteurs span { font-weight: 600; color: var(--encre); }

/* Ambiance */
.ambiance { overflow: hidden; }
.ambiance::before { content: ""; position: absolute; width: 60vw; height: 60vw; right: -20vw; top: -10vw; background: radial-gradient(circle, rgba(141, 255, 184, 0.1), transparent 60%); pointer-events: none; }
.ambiance-grille { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(40px, 6vw, 90px); align-items: center; position: relative; }
.ambiance-photo { aspect-ratio: 4 / 5; transform: rotate(-2deg); box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.7), 0 0 0 10px var(--clair); border-radius: 6px; }
.ambiance-photo img { border-radius: 0; }
.vibes { margin: 34px 0 36px; display: grid; gap: 4px; }
.vibes li { display: flex; gap: 18px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--ligne-claire); }
.vibe-icone { font-size: 28px; line-height: 1; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--nuit-3); flex: none; }
.vibes b { font: 500 21px/1.3 var(--serif); }
.vibes p { margin: 2px 0 0; color: var(--clair-doux); }

/* Équipe */
.equipe-grille { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(40px, 6vw, 90px); align-items: center; }
.equipe-photo { aspect-ratio: 1 / 1; box-shadow: 0 40px 70px -35px rgba(23, 36, 30, 0.6); }
.membres { margin: 32px 0 34px; }
.membres div { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 16px 0; border-top: 1px solid var(--ligne-sombre); }
.membres dt { font: italic 500 22px/1.3 var(--serif); color: var(--paprika-fonce); }
.membres dd { margin: 0; color: var(--encre-doux); }

/* ═══════ AVIS ═══════ */
.notes { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 14px; margin-bottom: 44px; }
.note-carte { background: var(--nuit-2); border: 1px solid var(--ligne-claire); border-radius: var(--rayon); padding: 24px 26px; text-decoration: none; display: flex; flex-direction: column; }
.note-carte p { margin: 0; }
.note-lien { transition: border-color 0.2s ease, transform 0.2s ease; }
.note-lien:hover { border-color: var(--neon); transform: translateY(-3px); }
.note-lien .note-total { margin-top: auto; padding-top: 12px; color: var(--neon); font-weight: 600; }
.note-lien .note-total::after { content: " ↗"; }
.note-source { font-size: 12.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--clair-doux); }
.note-valeur { margin-top: 10px !important; }
.note-valeur b { font: 500 48px/1 var(--serif); color: var(--clair); }
.note-valeur small { color: var(--clair-doux); font-size: 18px; margin-left: 2px; }
.etoiles { color: var(--safran); letter-spacing: 3px; font-size: 18px; margin-top: 4px !important; min-height: 1.4em; }
.note-total { color: var(--clair-doux); font-size: 14.5px; }
.note-carte-site { display: grid; grid-template-columns: auto 1fr; grid-template-areas: "source source" "valeur barres" "etoiles barres" "total barres"; column-gap: 28px; align-content: start; }
.note-carte-site .note-source { grid-area: source; }
.note-carte-site .note-valeur { grid-area: valeur; }
.note-carte-site .etoiles { grid-area: etoiles; }
.note-carte-site .note-total { grid-area: total; }
.repartition { grid-area: barres; align-self: center; display: grid; gap: 5px; margin-top: 10px; }
.repartition li { display: grid; grid-template-columns: 22px 1fr 30px; align-items: center; gap: 8px; font-size: 13px; color: var(--clair-doux); }
.repartition .barre { height: 6px; border-radius: 6px; background: var(--nuit-3); overflow: hidden; }
.repartition .barre i { display: block; height: 100%; background: var(--safran); border-radius: 6px; width: 0; transition: width 0.8s ease; }

.avis-grille { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: clamp(30px, 5vw, 60px); align-items: start; }
.filtres { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.filtre { border: 1.5px solid var(--ligne-claire); background: transparent; color: var(--clair); padding: 8px 18px; border-radius: 999px; font-weight: 600; font-size: 14px; cursor: pointer; }
.filtre[aria-pressed="true"] { background: var(--clair); color: var(--nuit); border-color: var(--clair); }
.avis-liste { display: grid; gap: 14px; }
.avis-item { background: var(--nuit-2); border: 1px solid var(--ligne-claire); border-radius: var(--rayon); padding: 22px 24px; animation: apparait 0.4s ease both; }
.avis-tete { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.avis-initiale { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--paprika); color: var(--nuit); font: 600 18px/1 var(--serif); flex: none; }
.avis-auteur { font-weight: 600; line-height: 1.3; }
.avis-meta { font-size: 13px; color: var(--clair-doux); }
.avis-item .etoiles { margin: 0 0 0 auto !important; font-size: 15px; letter-spacing: 2px; min-height: 0; }
.avis-texte { margin: 0; color: var(--clair); white-space: pre-line; overflow-wrap: anywhere; }
.avis-reponse { margin: 16px 0 0; padding: 14px 16px; border-left: 2px solid var(--neon); background: rgba(141, 255, 184, 0.06); border-radius: 0 10px 10px 0; font-size: 15px; color: var(--clair-doux); white-space: pre-line; overflow-wrap: anywhere; }
.avis-reponse b { display: block; color: var(--neon); font-size: 13px; letter-spacing: 0.06em; margin-bottom: 4px; }
.avis-vide { padding: 30px; border: 1.5px dashed var(--ligne-claire); border-radius: var(--rayon); color: var(--clair-doux); text-align: center; }
[data-avis-plus] { margin-top: 18px; }

.avis-form { background: var(--creme); color: var(--encre); border-radius: calc(var(--rayon) + 4px); padding: clamp(24px, 3vw, 36px); position: sticky; top: calc(var(--entete-h) + 20px); }
.avis-form .titre { color: var(--encre); }
.avis-form-intro { color: var(--encre-doux); margin: 6px 0 20px; }
.champ { border: 0; margin: 0 0 18px; padding: 0; min-width: 0; position: relative; }
.champ > label, .champ legend { display: block; font-weight: 600; font-size: 14.5px; margin-bottom: 7px; padding: 0; }
.champ input[type="text"], .champ textarea {
  width: 100%; border: 1.5px solid rgba(23, 36, 30, 0.25); background: #fffaf2; border-radius: 12px;
  padding: 12px 14px; font: 400 16px/1.5 var(--sans); color: var(--encre); transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.champ textarea { resize: vertical; min-height: 130px; }
.champ input:focus, .champ textarea:focus { outline: none; border-color: var(--encre); box-shadow: 0 0 0 4px rgba(255, 107, 61, 0.2); }
.champ .est-invalide { border-color: var(--paprika-fonce) !important; }
.compteur { position: absolute; right: 12px; bottom: 10px; font-size: 12px; color: var(--encre-doux); pointer-events: none; }
.choix-etoiles { display: inline-flex; flex-direction: row-reverse; gap: 2px; }
.choix-etoiles input, .choix-moment input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.choix-etoiles label { cursor: pointer; font-size: 36px; line-height: 1; color: rgba(23, 36, 30, 0.2); transition: color 0.15s ease, transform 0.15s ease; padding: 0 2px; }
.choix-etoiles label::before { content: "★"; }
.choix-etoiles label:hover, .choix-etoiles label:hover ~ label, .choix-etoiles input:checked ~ label { color: var(--safran); }
.choix-etoiles label:hover { transform: scale(1.15); }
.choix-etoiles input:focus-visible + label { outline: 2px solid var(--paprika); border-radius: 4px; }
.choix-moment { display: flex; gap: 8px; }
.choix-moment label { flex: 1; text-align: center; padding: 11px; border: 1.5px solid rgba(23, 36, 30, 0.25); border-radius: 12px; cursor: pointer; font-weight: 600; transition: all 0.2s ease; }
.choix-moment input:checked + label { background: var(--encre); color: var(--creme); border-color: var(--encre); }
.choix-moment input:focus-visible + label { outline: 2px solid var(--paprika); outline-offset: 2px; }
.champ-piege { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.case { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: var(--encre-doux); margin: 4px 0 18px; cursor: pointer; }
.case input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--encre); flex: none; }
.avis-message { padding: 12px 14px; border-radius: 12px; font-weight: 500; font-size: 15px; }
.avis-message.est-ok { background: #d9f5e3; color: #0f4a2a; }
.avis-message.est-erreur { background: #fde0d5; color: #7a2410; }
.avis-google { margin: 18px 0 0; font-size: 14px; color: var(--encre-doux); text-align: center; }
.avis-google a { color: var(--paprika-fonce); font-weight: 600; }

/* Presse */
.presse { padding-block: clamp(60px, 8vw, 100px); }
.presse-liste { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 30px; }
.presse-liste a { display: flex; flex-direction: column; gap: 10px; height: 100%; padding: 22px; border-radius: var(--rayon); border: 1px solid var(--ligne-sombre); background: #fff8ec; text-decoration: none; transition: transform 0.2s ease, border-color 0.2s ease; }
.presse-liste a:hover { transform: translateY(-3px); border-color: var(--encre); }
.presse-media { font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--paprika-fonce); }
.presse-titre { font: 500 19px/1.3 var(--serif); }
.presse-titre::after { content: " ↗"; font-family: var(--sans); font-size: 0.8em; color: var(--encre-doux); }

/* Infos */
.infos-grille { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 90px); align-items: start; }
.adresse { font-style: normal; font: 400 clamp(24px, 2.4vw, 30px)/1.35 var(--serif); margin: 28px 0 22px; }
.adresse b { font-weight: 500; color: var(--safran); }
.itineraires { display: flex; flex-wrap: wrap; gap: 10px; }
.itineraires .bouton { min-height: 44px; padding: 9px 18px; font-size: 14.5px; }
.contacts { margin-top: 34px; }
.contacts li { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-top: 1px solid var(--ligne-claire); flex-wrap: wrap; }
.contacts span { color: var(--clair-doux); }
.contacts a { font-weight: 600; text-decoration: none; overflow-wrap: anywhere; }
.contacts a:hover { color: var(--neon); }
.horaires-carte { background: var(--nuit-2); border: 1px solid var(--ligne-claire); border-radius: calc(var(--rayon) + 4px); padding: clamp(24px, 3vw, 38px); }
.horaires-carte .statut { margin: 12px 0 18px; }
.horaires { width: 100%; border-collapse: collapse; font-size: 15.5px; }
.horaires th, .horaires td { text-align: left; padding: 12px 8px; border-bottom: 1px solid var(--ligne-claire); }
.horaires thead th { font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--clair-doux); }
.horaires tbody th { font-weight: 600; }
.horaires .ferme { color: rgba(246, 237, 223, 0.4); }
.horaires tr.est-aujourdhui th, .horaires tr.est-aujourdhui td:not(.ferme) { color: var(--neon); }
.horaires tr.est-aujourdhui th::after { content: " · aujourd'hui"; font-weight: 400; font-size: 12px; color: var(--clair-doux); }
.horaires-note { margin: 18px 0 0; font-size: 14px; color: var(--clair-doux); }

/* Final */
.final { background: var(--nuit-2); background-image: radial-gradient(ellipse at 50% 0%, rgba(141, 255, 184, 0.14), transparent 60%); text-align: center; padding-block: clamp(80px, 12vw, 150px); }
.final-in { display: flex; flex-direction: column; align-items: center; }
.final .chapo { margin-inline: auto; }
.final .accueil-actions { justify-content: center; }

/* Pied */
.pied { background: #08110d; color: var(--clair-doux); padding-block: 50px 110px; font-size: 14.5px; }
.pied-in { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.marque-pied { margin: 0 0 8px; font-size: 52px; }
.pied-texte { margin: 0; }
.pied-liens { display: flex; flex-wrap: wrap; gap: 10px 24px; align-content: flex-start; max-width: 520px; }
.pied-liens a, .pied-liens .lien-bouton { color: var(--clair-doux); text-decoration: none; font-size: 14.5px; }
.pied-liens a:hover, .pied-liens .lien-bouton:hover { color: var(--clair); }
.pied-bas { margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--ligne-claire); font-size: 12.5px; }

/* Pages légales */
.page-legale .entete-in { justify-content: space-between; }
.legale { padding-block: calc(var(--entete-h) + 60px) 80px; max-width: 820px; }
.legale h2 { font: 500 26px/1.25 var(--serif); color: var(--safran); margin: 44px 0 12px; }
.legale p, .legale li { color: var(--clair-doux); }
.legale ul { list-style: disc; padding-left: 22px; margin-bottom: 1em; }
.legale li { margin-bottom: 6px; }
.legale a, .legale .lien-bouton { color: var(--neon); }
.legale b { color: var(--clair); font-weight: 600; }
.legale-maj { margin-top: 50px; font-size: 14px; }
.lien-bouton:not([hidden]) + .sans-bandeau { display: none; }
.pied-legal { padding-bottom: 50px; }

/* Barre mobile */
.barre-mobile { display: none; }
@media (max-width: 760px) {
  .barre-mobile {
    display: grid; grid-template-columns: repeat(4, 1fr); position: fixed; inset: auto 0 0; z-index: 40;
    background: rgba(8, 17, 13, 0.96); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
    border-top: 1px solid var(--ligne-claire); padding-bottom: env(safe-area-inset-bottom);
    transform: translateY(100%); transition: transform 0.3s ease;
  }
  .barre-mobile.est-visible { transform: none; }
  .barre-mobile a { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 10px 4px 12px; text-decoration: none; font-size: 12px; font-weight: 600; color: var(--clair-doux); }
  .barre-mobile a span { font-size: 18px; color: var(--clair); }
  .barre-mobile a:first-child { background: var(--paprika); color: var(--nuit); }
  .barre-mobile a:first-child span { color: var(--nuit); }
}

/* Visionneuse */
.visionneuse { border: 0; padding: 0; background: transparent; max-width: min(92vw, 1100px); max-height: 90vh; overflow: visible; }
.visionneuse::backdrop { background: rgba(5, 10, 8, 0.9); }
.visionneuse img { max-height: 86vh; width: auto; margin: 0 auto; border-radius: 12px; }
.visionneuse-fermer { position: absolute; top: -18px; right: -6px; width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--clair); color: var(--nuit); font-size: 26px; line-height: 1; cursor: pointer; z-index: 1; }

/* Photo absente : garde la mise en page et indique le fichier attendu */
.img-manquante { position: relative; background: repeating-linear-gradient(135deg, var(--nuit-3) 0 14px, var(--nuit-2) 14px 28px); }
.img-manquante img { opacity: 0; }
.img-manquante::after { content: attr(data-fichier); position: absolute; inset: auto 10px 10px; font: 600 12px/1.3 var(--sans); color: var(--clair-doux); background: rgba(13, 26, 21, 0.8); padding: 6px 8px; border-radius: 6px; text-align: left; }
.accueil-fond.img-manquante { position: absolute; background: radial-gradient(circle at 60% 30%, #1f4a35, var(--nuit) 70%); }
.accueil-fond.img-manquante::after { display: none; }
figure.carte-photo.img-manquante { background: none; }
figure.carte-photo.img-manquante img { opacity: 1; color: transparent; background: repeating-linear-gradient(135deg, var(--creme-2) 0 14px, #e4d4ba 14px 28px); }
figure.carte-photo.img-manquante::after { color: var(--encre); background: rgba(246, 237, 223, 0.9); inset: 10px 10px auto; }

/* Consentement */
.consentement {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90; max-width: 520px; margin-left: auto;
  background: var(--creme); color: var(--encre); border-radius: var(--rayon); box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.6);
  transform: translateY(20px); opacity: 0; transition: opacity 0.4s ease, transform 0.4s ease;
}
.consentement.est-visible { transform: none; opacity: 1; }
.consentement-in { padding: 22px 24px; }
.consentement-titre { font: 500 22px/1.2 var(--serif); margin-bottom: 8px; }
.consentement-titre em { color: var(--paprika-fonce); }
.consentement-texte { font-size: 14px; color: var(--encre-doux); }
.consentement-texte a { color: var(--encre); }
.consentement-options { display: grid; gap: 10px; margin-bottom: 14px; }
.consentement-options label { display: flex; gap: 10px; font-size: 13.5px; cursor: pointer; }
.consentement-options input { accent-color: var(--encre); width: 18px; height: 18px; flex: none; margin-top: 2px; }
.consentement-options b { display: block; }
.consentement-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.consentement-actions .bouton { flex: 1 1 auto; min-height: 44px; padding: 8px 16px; font-size: 14px; }
.consentement-actions .btn-accepter { background: var(--encre); color: var(--creme); }
.consentement-actions .btn-ligne { border-color: var(--encre); color: var(--encre); }

/* Apparition au défilement */
.revele { opacity: 0; transform: translateY(26px); transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1); }
.revele.est-vu { opacity: 1; transform: none; }

/* ═══════ RESPONSIVE ═══════ */
@media (max-width: 1000px) {
  .notes { grid-template-columns: 1fr 1fr; }
  .note-carte-site { grid-column: 1 / -1; }
  .presse-liste { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .midi-soir, .carte-corps, .histoire-grille, .ambiance-grille, .equipe-grille, .avis-grille, .infos-grille { grid-template-columns: 1fr; }
  .moment-in, .moment-soir .moment-in { margin: 0 auto; max-width: 620px; }
  .moment-midi { background-image: radial-gradient(circle at 96% 3%, rgba(255, 244, 214, 0.7) 0 44px, transparent 45px); }
  .carte-photo { position: static; order: -1; }
  .carte-photo img { aspect-ratio: 16 / 10; }
  .avis-form { position: static; }
  .equipe-photo { order: -1; }
  .engagements-grille { grid-template-columns: 1fr; }
  .mosaique { grid-template-columns: 1fr 1fr; grid-auto-rows: 44vw; gap: 10px; }
  .tuile-large { grid-column: span 2; }
  .ambiance-photo { max-width: 460px; margin: 0 auto 10px; }
}
@media (max-width: 560px) {
  .annonce-grille { grid-template-columns: 1fr; }
  .notes { grid-template-columns: 1fr; }
  .note-carte-site { grid-template-columns: 1fr; grid-template-areas: "source" "valeur" "etoiles" "total" "barres"; }
  .presse-liste { grid-template-columns: 1fr; }
  .membres div { grid-template-columns: 1fr; gap: 2px; }
  .accueil-actions .bouton { flex: 1 1 100%; }
  .formules li { flex-wrap: wrap; gap: 4px 12px; }
  .horaires { font-size: 14px; }
  .horaires th, .horaires td { padding: 10px 4px; }
  .horaires tr.est-aujourdhui th::after { content: ""; }
  .avis-tete { flex-wrap: wrap; }
  .consentement { left: 10px; right: 10px; bottom: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .bandeau-piste { animation: none; flex-wrap: wrap; width: auto; justify-content: center; }
  .revele { opacity: 1; transform: none; }
}
