/* =========================================================================
   Chez Mylène — guinguette · bar · terrasse — Paris Bastille
   Charte : vert bouteille (#1C4034) + vert sauge + crème + or chaud.
   Direction : hospitalité chaleureuse & premium — "on a envie d'entrer".
   ========================================================================= */

:root{
  --bottle:    #1C4034;
  --bottle-2:  #163228;
  --bottle-3:  #0E211A;
  --sage:      #4E8268;
  --sage-soft: #8FB7A0;

  --cream:     #F5EEDC;
  --cream-2:   #ECE0C6;
  --paper:     #FBF7EC;

  --gold:      #E0A646;
  --gold-2:    #C98A2D;
  --gold-soft: #F1CE86;

  --ink:       #1A2B23;
  --ink-soft:  #4A5F54;

  --bg: var(--bottle);
  --text: var(--cream);
  --muted: #AEC4B7;

  --f-display: "Fraunces", Georgia, "Times New Roman", serif;
  --f-body: "Figtree", system-ui, -apple-system, sans-serif;
  --f-script: "Caveat", cursive;

  --maxw: 1180px;
  --gut: clamp(20px, 5vw, 56px);
  --sec: clamp(2.3rem, 5vw, 4rem);
  --r: 16px;
  --r-lg: 26px;
  --shadow: 0 30px 70px -34px rgba(8,20,15,.6);
  --shadow-soft: 0 18px 44px -26px rgba(8,20,15,.55);
  --ease: cubic-bezier(.22,.61,.36,1);
}

*,*::before,*::after{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
@media (prefers-reduced-motion:reduce){ html{ scroll-behavior:auto; } }
body{
  font-family:var(--f-body); background:var(--bg); color:var(--text);
  line-height:1.62; font-weight:400; font-size:1.02rem;
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
button{ font:inherit; color:inherit; cursor:pointer; background:none; border:none; }
ul{ list-style:none; }
:focus-visible{ outline:3px solid var(--gold); outline-offset:3px; border-radius:6px; }
::selection{ background:var(--gold); color:var(--bottle-2); }

h1,h2,h3,h4{ font-family:var(--f-display); font-optical-sizing:auto; font-weight:600; line-height:1.02; letter-spacing:-.015em; }

/* Grain */
.grain{
  position:fixed; inset:0; z-index:9999; pointer-events:none; opacity:.045;
  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='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode:overlay;
}

.wrap{ width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:var(--gut); }

.eyebrow{
  font-family:var(--f-body); font-weight:700; text-transform:uppercase;
  font-size:.78rem; letter-spacing:.18em; color:var(--gold);
  display:inline-flex; align-items:center; gap:.7em;
}
.eyebrow::before{ content:""; width:26px; height:2px; background:currentColor; border-radius:2px; }
.eyebrow.center{ justify-content:center; }
.eyebrow.center::after{ content:""; width:26px; height:2px; background:currentColor; border-radius:2px; }

.script{ font-family:var(--f-script); font-weight:700; letter-spacing:0; }

/* ---------- Buttons (sobres, chaleureux) ---------- */
.btn{
  --bg:var(--gold); --fg:var(--bottle-2);
  display:inline-flex; align-items:center; justify-content:center; gap:.55em;
  font-family:var(--f-body); font-weight:700; font-size:.98rem; letter-spacing:.005em;
  padding:.82em 1.4em; border-radius:999px;
  background:var(--bg); color:var(--fg); border:1.5px solid transparent;
  transition:transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
  box-shadow:0 12px 26px -16px rgba(0,0,0,.5);
}
.btn:hover{ transform:translateY(-2px); box-shadow:0 18px 32px -16px rgba(0,0,0,.45); }
.btn:active{ transform:translateY(0); }
.btn svg{ width:1.05em; height:1.05em; flex:none; }
.btn--lg{ font-size:1.05rem; padding:.95em 1.7em; }
/* contour clair sur fond foncé */
.btn--ghost{ --bg:transparent; --fg:var(--cream); border-color:color-mix(in srgb,var(--cream) 40%, transparent); box-shadow:none; }
.btn--ghost:hover{ background:var(--cream); color:var(--bottle-2); border-color:var(--cream); box-shadow:none; }
/* vert profond plein, pour fonds clairs */
.btn--green{ --bg:var(--bottle); --fg:var(--cream); }
.btn--green:hover{ --bg:var(--bottle-2); }
.btn--sm{ font-size:.9rem; padding:.62em 1.05em; }
.btn .wa{ width:1.05em; height:1.05em; opacity:.9; }

/* ============================ NAV ============================ */
.nav{
  position:fixed; inset:0 0 auto 0; z-index:200;
  display:flex; align-items:center; justify-content:space-between; gap:1rem;
  padding:.85rem var(--gut);
  transition:background .35s var(--ease), backdrop-filter .35s var(--ease), padding .35s var(--ease), box-shadow .35s var(--ease);
}
.nav.scrolled{
  background:color-mix(in srgb,var(--bottle-2) 90%, transparent);
  backdrop-filter:blur(12px) saturate(1.1);
  box-shadow:0 12px 34px -24px rgba(0,0,0,.8); padding-block:.55rem;
}
.brand{ display:flex; align-items:center; gap:.6rem; font-family:var(--f-display); font-weight:600; font-size:1.18rem; letter-spacing:-.01em; }
.brand img{ width:42px; height:38px; object-fit:contain; filter:drop-shadow(0 4px 10px rgba(0,0,0,.45)); }
.nav-links{ display:flex; align-items:center; gap:clamp(1rem,2.2vw,1.9rem); }
.nav-links a{ font-family:var(--f-body); font-weight:600; font-size:.96rem; color:var(--cream); opacity:.9; position:relative; padding:.2em 0; }
.nav-links a::after{ content:""; position:absolute; left:0; bottom:-3px; height:2px; width:0; background:var(--gold); transition:width .3s var(--ease); }
.nav-links a:hover{ opacity:1; } .nav-links a:hover::after{ width:100%; }
.nav-cta{ display:flex; align-items:center; gap:.7rem; }
.nav-burger{ display:none; width:46px; height:46px; border-radius:12px; border:1px solid color-mix(in srgb,var(--cream) 28%, transparent); }
.nav-burger span{ display:block; width:20px; height:2px; margin:4px auto; background:var(--cream); transition:.3s var(--ease); }
.nav-burger[aria-expanded="true"] span:nth-child(1){ transform:translateY(6px) rotate(45deg); }
.nav-burger[aria-expanded="true"] span:nth-child(2){ opacity:0; }
.nav-burger[aria-expanded="true"] span:nth-child(3){ transform:translateY(-6px) rotate(-45deg); }

.drawer{
  position:fixed; inset:0; z-index:190; overflow-y:auto;
  display:flex; flex-direction:column; gap:.2rem;
  padding:5.6rem var(--gut) 2.4rem; transform:translateX(100%);
  transition:transform .45s var(--ease); visibility:hidden;
  background:
    radial-gradient(130% 55% at 88% 2%, rgba(224,166,70,.16), transparent 55%),
    linear-gradient(165deg, var(--bottle) 0%, var(--bottle-2) 55%, var(--bottle-3) 100%);
}
.drawer.open{ transform:none; visibility:visible; }
.drawer-nav{ display:flex; flex-direction:column; margin-top:.6rem; }
.drawer-nav a{ display:block; width:100%; font-family:var(--f-display); font-weight:600; font-size:clamp(1.7rem,7.4vw,2.3rem); color:var(--cream); padding:.6rem 0; border-bottom:1px solid color-mix(in srgb,var(--cream) 12%, transparent); transition:color .25s var(--ease), padding-left .25s var(--ease); }
.drawer-nav a:hover, .drawer-nav a:active{ color:var(--gold-soft); padding-left:.45rem; }
.drawer-foot{ margin-top:auto; padding-top:1.8rem; }
.drawer-foot .btn{ width:100%; }
.drawer-meta{ display:flex; flex-direction:column; gap:.35rem; margin-top:1.3rem; color:var(--muted); font-weight:600; font-size:.96rem; }
.drawer-meta span{ display:inline-flex; align-items:center; gap:.55em; }
.drawer-meta i{ color:var(--gold); font-style:normal; }
.drawer-meta a{ color:var(--gold-soft); }
.drawer-tag{ font-family:var(--f-script); font-weight:700; color:var(--gold-soft); font-size:1.75rem; line-height:1; margin-top:1.1rem; }

/* ============================ HERO ============================ */
.hero{ position:relative; min-height:94svh; display:grid; place-items:center; text-align:center; padding:8rem var(--gut) 4rem; overflow:hidden; isolation:isolate; }
.hero-bg{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 38%; z-index:-2; }
.hero-overlay{
  position:absolute; inset:0; z-index:-1;
  background:
    radial-gradient(120% 90% at 50% 120%, rgba(224,166,70,.20), transparent 55%),
    linear-gradient(180deg, rgba(14,33,26,.78) 0%, rgba(22,50,40,.55) 42%, rgba(14,33,26,.92) 100%);
}
.hero-inner{ position:relative; max-width:820px; }
.hero-logo{ width:clamp(108px,15vw,150px); height:auto; margin:0 auto 1.3rem; filter:drop-shadow(0 18px 34px rgba(0,0,0,.5)); }
.hero h1{ font-size:clamp(2.7rem,7.6vw,5.4rem); line-height:.98; margin:.5rem 0 0; color:var(--cream); font-weight:600; }
.hero h1 .script{ display:block; color:var(--gold-soft); font-size:1.18em; line-height:.9; margin-top:.05em; letter-spacing:.005em; }
.hero .lede{ font-size:clamp(1.05rem,1.9vw,1.28rem); color:#EFE7D2; max-width:40ch; margin:1.2rem auto 0; }
.hero .lede b{ color:var(--gold-soft); font-weight:700; }
.open-badge{ display:inline-flex; align-items:center; justify-content:center; gap:.6em; margin:1.5rem auto 0; padding:.62em 1.4em; border-radius:999px; max-width:100%; text-align:center; line-height:1.3; background:color-mix(in srgb,var(--gold) 16%, transparent); border:1.5px solid color-mix(in srgb,var(--gold) 50%, transparent); color:var(--cream); font-weight:600; font-size:clamp(1rem,1.7vw,1.16rem); -webkit-backdrop-filter:blur(4px); backdrop-filter:blur(4px); box-shadow:0 10px 30px -20px rgba(0,0,0,.6); }
.open-badge svg{ width:1.25em; height:1.25em; color:var(--gold); flex:none; }
.open-badge b{ color:var(--gold-soft); font-weight:800; }
.hero-cta{ display:flex; flex-wrap:wrap; gap:.8rem; justify-content:center; margin-top:1.7rem; }
.hero-meta{ display:flex; flex-wrap:wrap; gap:.5rem 1.3rem; justify-content:center; margin-top:1.9rem; font-weight:600; font-size:.95rem; color:#DCE7DE; }
.hero-meta span{ display:inline-flex; align-items:center; gap:.5em; }
.hero-meta i{ color:var(--gold); font-style:normal; }

/* Marquee */
.marquee{ background:var(--gold); color:var(--bottle-2); overflow:hidden; }
.marquee-track{ display:flex; width:max-content; white-space:nowrap; padding:.62rem 0; animation:scroll 28s linear infinite; font-family:var(--f-display); font-weight:600; font-size:1.02rem; }
.marquee:hover .marquee-track{ animation-play-state:paused; }
.marquee-track span{ display:inline-flex; align-items:center; gap:1.5rem; padding-right:1.5rem; }
.marquee-track i{ font-style:normal; font-size:.78em; }
@keyframes scroll{ to{ transform:translateX(-50%); } }

/* ============================ SECTIONS ============================ */
.section{ padding:var(--sec) 0; position:relative; }
.section--cream{ background:var(--cream); color:var(--ink); }
.section--paper{ background:var(--paper); color:var(--ink); }
.section--cream .eyebrow, .section--paper .eyebrow{ color:var(--gold-2); }
.section-head{ max-width:680px; margin-bottom:clamp(1.8rem,4vw,2.8rem); }
.section-head.center{ margin-inline:auto; text-align:center; }
.section-title{ font-size:clamp(2.1rem,5.4vw,3.7rem); margin:.55rem 0 0; }
.section--cream .section-title, .section--paper .section-title{ color:var(--ink); }
.section-sub{ font-size:clamp(1.02rem,1.5vw,1.16rem); margin-top:.9rem; opacity:.92; max-width:56ch; }
.section-head.center .section-sub{ margin-inline:auto; }

/* ---------- Le lieu ---------- */
.lieu-grid{ display:grid; grid-template-columns:1.04fr .96fr; gap:clamp(2rem,5vw,4.5rem); align-items:center; }
.lieu-copy p{ font-size:clamp(1.04rem,1.5vw,1.18rem); margin-bottom:1rem; max-width:52ch; color:var(--ink-soft); }
.lieu-copy p.lead{ color:var(--ink); }
.lieu-copy .drop::first-letter{ font-family:var(--f-display); font-weight:600; font-size:3.1em; line-height:.72; float:left; padding:.05em .14em 0 0; color:var(--gold-2); }
.lieu-copy .lieu-close{ font-family:var(--f-display); font-style:italic; font-weight:500; font-size:1.18rem; color:var(--gold-2); margin-top:.4rem; }
.features{ display:grid; grid-template-columns:repeat(2,1fr); gap:.65rem; margin-top:1.6rem; }
.feature{ display:flex; align-items:center; gap:.7rem; background:#fff; border:1px solid color-mix(in srgb,var(--ink) 8%, transparent); border-radius:14px; padding:.7rem .85rem; box-shadow:0 10px 30px -26px rgba(8,20,15,.5); }
.feature .ic{ flex:none; width:36px; height:36px; border-radius:10px; display:grid; place-items:center; background:color-mix(in srgb,var(--sage) 16%, transparent); color:var(--bottle); }
.feature .ic svg{ width:19px; height:19px; }
.feature h4{ font-family:var(--f-body); font-weight:700; font-size:.92rem; margin:0 0 .05rem; color:var(--ink); letter-spacing:0; line-height:1.15; }
.feature p{ font-size:.8rem; color:var(--ink-soft); margin:0; line-height:1.3; }
.lieu-photo{ position:relative; }
.lieu-photo img{ width:100%; aspect-ratio:4/3; object-fit:cover; border-radius:var(--r-lg); box-shadow:var(--shadow); }
.lieu-photo .tag{ position:absolute; bottom:-16px; left:-14px; background:var(--bottle); color:var(--cream); border:2px solid var(--gold); border-radius:999px; padding:.4rem 1.1rem; font-family:var(--f-script); font-weight:700; font-size:1.55rem; line-height:1; box-shadow:var(--shadow-soft); transform:rotate(-4deg); }

/* ---------- Galerie (mosaïque condensée) ---------- */
.gallery{ display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.gallery img{ width:100%; aspect-ratio:1/1; object-fit:cover; display:block; border-radius:12px; box-shadow:var(--shadow-soft); background:var(--bottle-2); }
.gallery-foot{ text-align:center; margin-top:2rem; display:flex; flex-wrap:wrap; gap:1rem; justify-content:center; align-items:center; }
.shuffle{ display:inline-flex; align-items:center; gap:.5em; font-weight:700; color:var(--gold-soft); border:1.5px solid color-mix(in srgb,var(--cream) 26%, transparent); border-radius:999px; padding:.55em 1.1em; transition:.3s var(--ease); }
.shuffle:hover{ background:var(--gold); color:var(--bottle-2); border-color:var(--gold); }
.shuffle svg{ width:1.05em; height:1.05em; transition:transform .5s var(--ease); }
.shuffle:hover svg{ transform:rotate(180deg); }
.gallery-foot .ig{ color:var(--gold-soft); font-weight:700; }

/* ---------- La carte (visuelle, sans listes) ---------- */
.carte-wrap{ display:grid; grid-template-columns:.92fr 1.08fr; gap:clamp(1.8rem,4.5vw,4rem); align-items:center; }
.carte-photos{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.carte-photos img{ width:100%; height:100%; object-fit:cover; border-radius:var(--r); box-shadow:var(--shadow-soft); aspect-ratio:1/1; }
.icon-row{ display:flex; flex-wrap:wrap; gap:.6rem; margin:1.4rem 0 1.8rem; }
.icon-row li{ display:inline-flex; align-items:center; gap:.5em; background:#fff; border:1px solid color-mix(in srgb,var(--ink) 9%, transparent); border-radius:999px; padding:.5em .95em; font-weight:700; font-size:.95rem; color:var(--ink); box-shadow:0 8px 22px -20px rgba(8,20,15,.5); }
.icon-row li svg{ width:20px; height:20px; color:var(--gold-2); flex:none; }
.carte-star{ display:inline-flex; align-items:center; gap:.45em; font-family:var(--f-script); font-weight:700; color:var(--gold-2); font-size:1.5rem; margin-top:.2rem; }
.carte-btns{ display:flex; flex-wrap:wrap; gap:.8rem; margin:1rem 0 1.4rem; }

/* ---------- Réserver & privatiser (intégré, premium) ---------- */
.resa{ position:relative; color:var(--cream); overflow:hidden; isolation:isolate; background:var(--bottle); }
.resa-bg{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:-2; opacity:.16; }
.resa::after{ content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(180deg, var(--bottle-2), var(--bottle) 50%, var(--bottle-2)); opacity:.86; }
.resa-cards{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(.9rem,1.8vw,1.2rem); margin-top:.6rem; }
.rcard{
  display:flex; gap:.85rem; align-items:stretch;
  background:color-mix(in srgb, var(--cream) 96%, transparent); color:var(--ink);
  border-radius:var(--r); padding:clamp(1rem,1.7vw,1.25rem);
  box-shadow:var(--shadow); transition:transform .3s var(--ease), box-shadow .3s var(--ease);
  position:relative; overflow:hidden;
}
.rcard:hover{ transform:translateY(-4px); }
.rcard > div{ display:flex; flex-direction:column; height:100%; }
.rcard .ic{ flex:none; width:40px; height:40px; border-radius:11px; display:grid; place-items:center; background:color-mix(in srgb,var(--gold) 20%, transparent); color:var(--gold-2); }
.rcard .ic svg{ width:21px; height:21px; }
.rcard h3{ font-family:var(--f-display); font-weight:600; font-size:1.08rem; color:var(--ink); margin:0 0 .25rem; line-height:1.08; }
.rcard p{ color:var(--ink-soft); font-size:.9rem; line-height:1.5; margin:0 0 .85rem; flex:1; }
.rcard .btn{ align-self:flex-start; }
.resa-args{ display:flex; flex-wrap:wrap; justify-content:center; gap:.55rem; margin-top:1.8rem; }
.chip{ font-weight:600; font-size:.9rem; color:var(--cream); background:color-mix(in srgb,var(--cream) 8%, transparent); border:1px solid color-mix(in srgb,var(--cream) 18%, transparent); border-radius:999px; padding:.45em 1em; display:inline-flex; gap:.5em; align-items:center; }
.chip svg{ width:15px; height:15px; color:var(--gold); }
.resa-note{ margin-top:1.6rem; text-align:center; font-size:1.05rem; color:#DCE7DE; }
.resa-note b{ color:var(--cream); }

/* ---------- Infos ---------- */
.infos-grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(2rem,5vw,3.6rem); align-items:start; }
.info-block{ margin-bottom:1.7rem; }
.info-block h4{ font-family:var(--f-body); font-weight:700; text-transform:uppercase; letter-spacing:.14em; font-size:.78rem; color:var(--gold); margin-bottom:.45rem; }
.info-block p, .info-block a{ font-size:1.06rem; color:var(--cream); }
.info-block a.link{ color:var(--gold-soft); text-decoration:underline; text-underline-offset:3px; }
.hours{ width:100%; border-collapse:collapse; max-width:380px; }
.hours td{ padding:.5rem 0; border-bottom:1px dashed color-mix(in srgb,var(--cream) 16%, transparent); font-size:1.04rem; }
.hours td:last-child{ text-align:right; color:var(--gold-soft); font-weight:700; }
.hours tr.closed td, .hours tr.closed td:last-child{ color:var(--muted); font-weight:600; }
.map-card{ border-radius:var(--r-lg); overflow:hidden; box-shadow:var(--shadow); border:1px solid color-mix(in srgb,var(--cream) 14%, transparent); }
.map-card iframe{ display:block; width:100%; aspect-ratio:4/3; border:0; background:var(--bottle-2); }
.map-foot{ display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:.9rem 1.1rem; background:var(--bottle-2); }
.map-foot b{ font-family:var(--f-body); font-weight:700; }

/* ---------- Footer ---------- */
.footer{ background:var(--bottle-3); padding:clamp(3rem,6vw,4.5rem) 0 2rem; }
.footer-top{ display:flex; flex-wrap:wrap; gap:2rem; justify-content:space-between; align-items:center; padding-bottom:2.2rem; border-bottom:1px solid color-mix(in srgb,var(--cream) 12%, transparent); }
.footer-brand{ display:flex; align-items:center; gap:1rem; }
.footer-brand img{ width:66px; height:60px; object-fit:contain; filter:drop-shadow(0 6px 14px rgba(0,0,0,.4)); }
.footer-brand .script{ font-family:var(--f-script); font-weight:700; color:var(--gold-soft); font-size:1.85rem; line-height:1; }
.footer-brand .sub{ color:var(--muted); font-size:.92rem; margin-top:.15rem; }
.footer-social{ display:flex; gap:.7rem; }
.footer-social a{ width:46px; height:46px; border-radius:50%; border:1px solid color-mix(in srgb,var(--cream) 22%, transparent); display:grid; place-items:center; transition:.3s var(--ease); }
.footer-social a:hover{ background:var(--gold); color:var(--bottle-2); border-color:var(--gold); transform:translateY(-3px); }
.footer-social svg{ width:21px; height:21px; }
.footer-bottom{ display:flex; flex-wrap:wrap; gap:.6rem 1.4rem; justify-content:space-between; padding-top:1.6rem; font-size:.88rem; color:var(--muted); }
.footer-bottom a:hover{ color:var(--gold-soft); }

/* ---------- Valeurs (LGBTQIA+ & friendly) ---------- */
.values{ text-align:center; padding:clamp(3rem,6vw,4.5rem) 0; border-top:1px solid color-mix(in srgb,var(--cream) 10%, transparent); }
.values img{ width:62px; height:54px; object-fit:contain; margin:0 auto 1rem; filter:drop-shadow(0 6px 14px rgba(0,0,0,.4)); }
.values .script{ display:block; font-family:var(--f-script); font-weight:700; color:var(--gold-soft); font-size:clamp(1.9rem,5vw,2.7rem); line-height:1; margin-bottom:.7rem; }
.values p{ max-width:56ch; margin:0 auto; color:var(--cream); font-size:clamp(1.04rem,1.5vw,1.2rem); }
.values p b{ color:var(--gold-soft); font-weight:700; }

/* Reveal */
[data-reveal]{ opacity:0; transform:translateY(24px); transition:opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].in{ opacity:1; transform:none; }
[data-reveal][data-d="1"]{ transition-delay:.08s; }
[data-reveal][data-d="2"]{ transition-delay:.16s; }
[data-reveal][data-d="3"]{ transition-delay:.24s; }
@media (prefers-reduced-motion:reduce){ [data-reveal]{ opacity:1; transform:none; } .marquee-track{ animation:none; } }

/* ============================ RESPONSIVE ============================ */
@media (max-width:1000px){
  .lieu-grid, .infos-grid{ grid-template-columns:1fr; }
  .lieu-photo{ order:-1; max-width:480px; }
  .carte-wrap{ grid-template-columns:1fr; }
  .resa-cards{ grid-template-columns:1fr; max-width:560px; margin-inline:auto; }
  .rcard .btn{ width:auto; }
}
@media (max-width:720px){
  .nav-links, .nav-cta .btn{ display:none; }
  .nav-burger{ display:block; }
  .features{ grid-template-columns:1fr 1fr; }
  .hero{ min-height:auto; padding:7rem var(--gut) 3.5rem; }
}
@media (max-width:640px){
  .gallery{ grid-template-columns:repeat(2,1fr); gap:10px; }
}
