/* Font Sora loaded via wp_enqueue_style (functions.php). */

:root{
  --bg: #FAF7F2;
  --surface: #FFFFFF;
  --text: #1C1C1C;
  --muted: #6E6A64;

  --brand: #C36A3E;
  --brand-2: #2F4A3A;
  --line: rgba(0,0,0,.08);

  --r0: 0px;
  --r1: 8px;
  --r2: 12px;

  --radius-lg: var(--r1);
  --radius-xl: var(--r2);
  --shadow-sm: 0 10px 26px rgba(17, 17, 17, .08);
  --shadow-md: 0 18px 60px rgba(17, 17, 17, .14);

  --space-1: 6px;
  --space-2: 10px;
  --space-3: 14px;
  --space-4: 18px;
  --space-5: 26px;
  --space-6: 36px;
  --space-7: 52px;
  --space-8: 76px;

  --container: 1120px;
  --container-wide: 1280px;
}

*{box-sizing:border-box}
html{scroll-behavior:auto}
body{
  margin:0;
  font-family: "Sora", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color:var(--text);
  background:
    radial-gradient(1200px 520px at 14% -10%, rgba(195,106,62,.14), transparent 62%),
    radial-gradient(900px 460px at 92% 0%, rgba(47,74,58,.12), transparent 60%),
    radial-gradient(1100px 540px at 50% 108%, rgba(195,106,62,.10), transparent 62%),
    var(--bg);
  font-size: clamp(1rem, .98rem + .16vw, 1.0625rem);
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}

img{max-width:100%;height:auto;display:block}
a{color:inherit}
p{max-width:65ch}
.lead{font-size: clamp(1.05rem, 1rem + .25vw, 1.2rem); line-height:1.65}

.container,
.mf-container{
  max-width: var(--container);
  margin:0 auto;
  padding:0 var(--space-4);
}

.container-wide{max-width: var(--container-wide)}

.site-main{padding: 0}

.site-main > .section:first-child{border-top:0}

/* Accessibilité */
.skip-link{
  position:absolute;
  left:-9999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.skip-link:focus{
  left: 16px;
  top: 16px;
  width:auto;
  height:auto;
  z-index: 1000;
  padding: 10px 12px;
  border-radius: var(--r2);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

:focus-visible{
  outline: 3px solid rgba(195,106,62,.28);
  outline-offset: 2px;
}

/* Typo */
h1,h2,h3{letter-spacing:-.7px}
h1{font-size: clamp(2.25rem, 1.55rem + 2.7vw, 3.6rem); line-height:1.05; margin:0 0 10px}
h2{font-size: clamp(1.6rem, 1.15rem + 1.55vw, 2.25rem); line-height:1.14; margin:0 0 10px}
h3{font-size: clamp(1.15rem, 1.02rem + .6vw, 1.35rem); line-height:1.22; margin:0 0 8px}
.kicker, .eyebrow{letter-spacing:.12em; text-transform:uppercase; font-weight:650; font-size:.78rem; color:var(--muted)}
.muted, .mf-muted{color:var(--muted)}

.prose{
  max-width: 70ch;
  line-height: 1.85;
}
.prose > *{margin-top: 0}
.prose p{margin: 0 0 14px}
.prose a{color: var(--brand-2); text-decoration-thickness: 2px; text-underline-offset: 3px}
.prose a:hover{color: var(--brand)}

/* Pages légales — contenu intégral lisible */
.section--legal .section-inner{max-width: 720px; margin: 0 auto}
.page-header--legal{margin-bottom: var(--space-5)}
.page-header--legal .page-title{font-size: clamp(1.75rem, 1.4rem + 1.2vw, 2.25rem); margin: 0 0 var(--space-4)}
.prose--legal{max-width: none}
.prose--legal h2{margin-top: var(--space-6); margin-bottom: var(--space-2); padding-bottom: 6px; border-bottom: 1px solid var(--line)}
.prose--legal h2:first-of-type{margin-top: 0}
.prose--legal ul{margin: 0 0 14px; padding-left: 1.4em}
.prose--legal li{margin-bottom: 6px}

/* Header premium */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background: rgba(250,247,242,.78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,.06);
  transition: background .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.site-header.is-scrolled{
  background: rgba(255,255,255,.94);
  border-bottom-color: var(--line);
  box-shadow: 0 10px 26px rgba(17, 17, 17, .08);
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding: 12px 0;
}
.site-branding{
  display:flex;
  align-items:center;
  gap:12px;
  min-width: 220px;
}
.site-logo img{height:44px;width:auto}
.site-title{margin:0;font-weight:900;letter-spacing:-.4px}
.site-title a{text-decoration:none}
.site-description{margin:0;color:var(--muted);font-size:13px}

.site-nav{
  display:flex;
  align-items:center;
  gap:10px;
  position:relative;
}

.site-nav__panel{
  display:flex;
  align-items:center;
  gap: var(--space-2);
}
.site-nav__panel[hidden]{display:none}
.site-nav__ctas{display:flex; gap: var(--space-2); align-items:center}
.site-nav__backdrop{
  position:fixed;
  inset:0;
  background: rgba(10,10,10,.30);
  border:0;
  padding:0;
  margin:0;
  cursor:pointer;
  z-index: 55;
}

@media (min-width: 1025px){
  #site-nav-panel[hidden]{display:flex}
}

#primary-menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  gap:6px;
  align-items:center;
}
#primary-menu a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius: var(--r2);
  text-decoration:none;
  color: rgba(28,28,28,.90);
  transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
  position:relative;
}
#primary-menu a::after{
  content:"";
  position:absolute;
  left:12px;
  right:12px;
  bottom:8px;
  height:2px;
  background: linear-gradient(90deg, var(--brand), rgba(195,106,62,0));
  transform: scaleX(0);
  transform-origin:left;
  transition: transform .18s ease;
  border-radius: 999px;
  opacity:.85;
}
#primary-menu a:hover{background: rgba(255,255,255,.72); box-shadow: 0 10px 22px rgba(17, 17, 17, .06)}
#primary-menu a:hover::after{transform: scaleX(1)}
.current-menu-item > a, .current_page_item > a{
  background: rgba(255,255,255,.82);
  color: var(--brand-2);
  font-weight: 700;
}

.nav-toggle{
  display:none;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius: var(--r2);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.72);
  cursor:pointer;
}
.nav-toggle-icon{display:inline-flex;flex-direction:column;gap:3px}
.nav-toggle-icon span{
  width:18px;
  height:2px;
  background: rgba(28,28,28,.72);
  border-radius: 999px;
}
.nav-toggle-label{font-weight:700}

/* Boutons premium */
.mf-btn, .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: var(--r2);
  border: 1px solid var(--line);
  background: var(--surface);
  text-decoration:none;
  font-weight: 700;
  box-shadow: none;
  color: var(--brand-2);
  transition: background .18s ease, border-color .18s ease, color .18s ease, opacity .18s ease;
}
.mf-btn:hover, .btn:hover{
  border-color: rgba(47,74,58,.32);
  background: rgba(47,74,58,.06);
  box-shadow: none;
}
.mf-btn:active, .btn:active{transform:none}
.mf-btn:focus-visible, .btn:focus-visible{
  outline: 3px solid rgba(47,74,58,.45);
  outline-offset: 3px;
}
.btn--sm{padding: 10px 12px; border-radius: var(--r2); font-size: .92rem}
.mf-btn--primary, .btn--primary, .btn--solid{
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 42%),
    linear-gradient(180deg, rgba(195,106,62,1), rgba(164,79,44,1));
  border-color: rgba(0,0,0,.10);
  color:#fff;
  box-shadow: none;
  letter-spacing: .02em;
}
.mf-btn--primary:hover, .btn--primary:hover, .btn--solid:hover{
  filter:none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,0) 48%),
    linear-gradient(180deg, rgba(176,86,50,1), rgba(138,63,33,1));
  border-color: rgba(0,0,0,.16);
}
.btn--secondary{
  background: rgba(47,74,58,.10);
  border-color: rgba(47,74,58,.20);
  color: var(--brand-2);
}
.btn--secondary:hover{background: rgba(47,74,58,.14); border-color: rgba(47,74,58,.24)}
.mf-btn--ghost, .btn--ghost{
  background: rgba(255,255,255,.70);
  border-color: rgba(255,255,255,.34);
}
.mf-btn--ghost:hover, .btn--ghost:hover{
  background: rgba(255,255,255,.86);
  border-color: rgba(255,255,255,.46);
  color: var(--brand-2);
}
.mf-header-cta{white-space:nowrap}

.btn--outline{
  background: transparent;
  border-color: rgba(47,74,58,.28);
  box-shadow: none;
  color: var(--brand-2);
}
.btn--outline:hover{
  border-color: rgba(47,74,58,.42);
  background: rgba(47,74,58,.08);
}

/* Héros sombres : conserve du contraste */
.hero .mf-btn--primary,
.hero .btn--primary{color:#fff}
.hero .mf-btn--outline,
.hero .btn--outline{
  color:#fff;
  border-color: rgba(255,255,255,.50);
}
.hero .mf-btn--outline:hover,
.hero .btn--outline:hover{
  border-color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.14);
}
.hero .mf-btn--ghost,
.hero .btn--ghost{
  color: var(--brand-2);
}

/* Horaires & réservation : téléphone lisible */
.mf-hours-resa .btn[href^="tel:"]{
  font-variant-numeric: tabular-nums;
  letter-spacing: .06em;
}

/* Sections */
.section, .mf-section{
  padding: clamp(48px, 7vw, 92px) 0;
  margin: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  box-shadow: none;
  border-radius: var(--r0);
}
.section--alt{
  background: rgba(255,255,255,.55);
}

/* Fonds alternés home (casse l'effet "même fond partout") */
.mf-section{
  padding: clamp(48px, 6vw, 96px) 0;
}
.mf-section--alt{
  background: #f7f4ee;
}
.mf-section--tint{
  background: radial-gradient(1200px 600px at 20% 0%, rgba(36,90,66,.10), transparent 60%),
    radial-gradient(1000px 500px at 100% 20%, rgba(191,120,74,.08), transparent 55%),
    #fbfaf7;
}

/* Section Katia et Ludo — layout premium */
.mf-chef{
  display: grid;
  gap: clamp(18px, 3vw, 40px);
  align-items: center;
}
@media (min-width: 960px){
  .mf-chef{
    grid-template-columns: 1.15fr .85fr;
  }
}
.mf-chef__title{
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -.02em;
  margin: 0 0 12px;
}
.mf-chef__lead{
  font-size: clamp(16px, 1.5vw, 18px);
  opacity: .9;
  margin: 0 0 18px;
}
.mf-chef__prose p{
  margin: 0 0 14px;
  max-width: 60ch;
}
.mf-chef__media{
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.10);
  border: 1px solid rgba(0,0,0,.06);
  background: #fff;
}
.mf-chef__media img{
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
  transform: scale(1.02);
}
.mf-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.mf-chip{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(0,0,0,.08);
  font-weight: 600;
  font-size: 14px;
}
.mf-chef__signature{
  margin-top: 14px;
  font-weight: 600;
  opacity: .85;
}
.section--tight{padding: clamp(40px, 6vw, 78px) 0}
.section-inner{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--space-4);
}

.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: var(--space-4);
  margin-bottom: var(--space-4);
}
.section-head p{margin:0}

/* Ancre (header sticky) */
[id]{scroll-margin-top: 88px}

/* Règle / séparateur */
.rule{
  display:flex;
  align-items:center;
  gap: 12px;
  margin-bottom: var(--space-4);
}
.rule::before{
  content:"";
  height:1px;
  flex:1;
  background: var(--line);
}
.rule__label{
  font-size: .78rem;
  letter-spacing:.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 650;
}

/* Split éditorial */
.split{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(18px, 3vw, 44px);
  align-items:center;
}
.split--reverse{grid-template-columns: .95fr 1.05fr}
.split--reverse .split__text{order:2}
.split--reverse .split__media{order:1}
.split__text > *{margin-top:0}
.split__media{
  border-radius: var(--r2);
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.72);
}
.split__media img{width:100%; height:auto; display:block}
.media-frame svg{display:block; width:100%; height:auto}

/* Home — bloc "Découvrir le restaurant" : pas d'effet "gris/voile" sur la photo */
#decouvrir.section{border-top:0}
#decouvrir .rule{margin-bottom: 16px}
#decouvrir .rule::before{display:none}
#decouvrir .split__media{background:#fff}

/* Home — Katia & Ludo */
.owners{background:#e6ece8}
.owners-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items:start;
  grid-template-areas:
    "head right"
    "left right";
}
.owners-head{grid-area: head}
.owners-left{grid-area: left}
.owners-right{grid-area: right}
.owners__figure{margin:0}

.owners__kicker{
  margin: 0 0 10px;
  font-size: .78rem;
  letter-spacing:.14em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
  font-weight: 650;
}
.owners__chapeau{
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 650;
  letter-spacing: -.2px;
}

.owners-left p{margin: 10px 0}

.owners__quote{
  margin: 14px 0 14px;
  padding-left: 16px;
  border-left: 2px solid rgba(0,0,0,.10);
  font-size: 1.05rem;
}
.owners__quote p{margin:0 0 8px}
.owners__quote p:last-child{margin-bottom:0}

.owners__highlights{
  list-style:none;
  padding-left: 0;
  margin: 14px 0 16px;
  display:grid;
  gap: 10px;
}
.owners__highlights li{
  position:relative;
  padding-left: 18px;
  font-weight: 600;
}
.owners__highlights li::before{
  content:"";
  position:absolute;
  left: 0;
  top: .62em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(0,0,0,.28);
}

.owners__signature{
  margin-top: 16px;
  font-weight: 700;
  letter-spacing: .02em;
}

.owners__figure-media{
  border-radius: 16px;
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.72);
}
.owners__figure-media img{
  width:100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display:block;
}
.owners__figure figcaption{
  margin-top: 10px;
  font-size: .9rem;
  color: rgba(0,0,0,.65);
}

.owners__kitchen{
  margin-top: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: rgba(0,0,0,.02);
}
.owners__kitchen h3{margin:0 0 10px}
.owners__kitchen p{margin: 10px 0 0; line-height: 1.55}
.owners__kitchen > *:last-child{margin-bottom:0}
.owners__kitchen-lead{
  margin-top: 0;
  font-weight: 650;
}

@media (max-width: 760px){
  .owners-grid{
    grid-template-columns: 1fr;
    gap: 24px;
    grid-template-areas:
      "head"
      "right"
      "left";
  }
}

/* Bar — bloc "Tapas & cocktails" (resserré, aligné avec la vidéo) */
.bar-concept{
  padding: 64px 0;
}
@media (max-width: 820px){
  .bar-concept{padding: 44px 0}
}
.bar-concept .rule{margin-bottom: 14px}
.bar-concept .split{align-items:flex-start}
.bar-concept .split__media{align-self:flex-start}
.bar-concept .split__text{max-width: 520px}
.bar-concept .split__text h2{margin: 0 0 14px}
.bar-concept__prose p{margin: 0 0 14px}
.bar-concept__prose > *:last-child{margin-bottom:0}
.bar-concept__bullets{
  list-style:none;
  padding-left: 0;
  margin: 16px 0 12px;
  display:grid;
  gap: 10px;
  line-height: 1.7;
}
.bar-concept__bullets li{margin:0}
.bar-concept__tagline{
  margin-top: 10px;
  font-weight: 650;
  color: var(--brand-2);
}

/* Événements privés (Home) — hero band éditorial */
.private-events{
  background: transparent;
}
.private-events__media{
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.10);
  background: #141414;
  background-size: cover;
  background-position: center;
  min-height: clamp(420px, 46vw, 520px);
  display: flex;
  align-items: stretch;
  box-shadow: 0 18px 60px rgba(17, 17, 17, .10);
}
.private-events__overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(18,14,12,.84) 0%, rgba(18,14,12,.54) 42%, rgba(18,14,12,.10) 100%);
}
.private-events__content{
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding: clamp(44px, 5vw, 72px);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.private-events__content > *{margin: 0}
.private-events__content .eyebrow{color: rgba(255,255,255,.78)}
.private-events__content h2{
  letter-spacing: -0.8px;
}
.private-events__content h2::after{
  content:"";
  display:block;
  width: 86px;
  height: 2px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(195,106,62,1), rgba(195,106,62,0));
  opacity: .95;
}
.private-events__lead{
  margin-top: 10px;
  color: rgba(255,255,255,.88);
  font-size: clamp(1.05rem, 1rem + .25vw, 1.2rem);
  line-height: 1.65;
  max-width: 60ch;
}
.private-events__ctas{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

/* CTA secondaires lisibles sur fond sombre */
.private-events .btn{
  box-shadow: 0 16px 34px rgba(0,0,0,.22);
}
.private-events .btn:hover{
  transform: translateY(-2px);
}
.private-events .btn--outline{
  position: relative;
  border-color: rgba(255,255,255,.42);
  color: #fff;
  background: rgba(255,255,255,.06);
}
.private-events .btn--outline:hover{
  border-color: rgba(255,255,255,.60);
  background: rgba(255,255,255,.12);
}
.private-events .btn--outline::after{
  content:"";
  position:absolute;
  left: 16px;
  right: 16px;
  bottom: 10px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,.78), rgba(255,255,255,0));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
  opacity: .85;
}
.private-events .btn--outline:hover::after{transform: scaleX(1)}

.private-events__placeholder{
  position:absolute;
  inset:0;
  z-index: 0;
  display:flex;
  align-items:center;
  justify-content:center;
  pointer-events:none;
  opacity: .16;
}
.private-events__placeholder svg{
  width: min(520px, 76%);
  height: auto;
}

@media (max-width: 760px){
  .private-events__overlay{
    background: linear-gradient(0deg, rgba(18,14,12,.90) 0%, rgba(18,14,12,.66) 44%, rgba(18,14,12,.20) 78%, rgba(18,14,12,.08) 100%);
  }
  .private-events__content{
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
    padding: 54px 22px 30px;
    justify-content: flex-end;
  }
  .private-events__content h2::after{margin-left:auto; margin-right:auto}
  .private-events__ctas{justify-content:center}
}

@media (prefers-reduced-motion: reduce){
  .private-events .btn,
  .private-events .btn--outline::after{
    transition: none;
  }
  .private-events .btn:hover{transform:none}
}

/* Hero (éditorial) */
.hero{
  position:relative;
  min-height: 64vh;
  background: #141414;
  color:#fff;
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index: 1;
  background: transparent;
}
.hero--full{min-height: min(100vh, 980px)}
.hero--bar{min-height: 70vh}
.hero--event{min-height: 72vh}
.hero--page{min-height: 56vh}

.hero__bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  filter: brightness(.72);
  transform: scale(1.02);
  z-index: 0;
}
.hero__bg--placeholder{filter:none; transform:none; background: transparent}
.hero__overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, rgba(10,10,10,.78), rgba(10,10,10,.18));
  z-index: 1;
}
.hero__content{
  position:relative;
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: clamp(84px, 9vw, 140px) var(--space-4) var(--space-6);
  z-index: 2;
}

/* Home : dégradé + overlay plus chaleureux */
.hero--home::before{
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.22),
    rgba(0,0,0,0.55)
  );
}
.hero--home{
  min-height: clamp(520px, 70vh, 820px);
}
.hero--home .hero__overlay{
  display:block;
  background: linear-gradient(to bottom, rgba(0,0,0,0.22), rgba(0,0,0,0.55));
}
.hero--home .hero__content{
  max-width: 680px;
  text-shadow: 0 1px 2px rgba(0,0,0,.18), 0 2px 8px rgba(0,0,0,.12);
}
.hero--home .hero__title{
  text-shadow: 0 1px 3px rgba(0,0,0,.28), 0 2px 12px rgba(0,0,0,.18);
}

/* Home hero media (images) */
.hero__media{
  position:absolute;
  inset:0;
  z-index: 0;
}
.hero__img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center 40%;
  filter: brightness(1.06) contrast(1.05) saturate(1.10);
  transform: scale(1.01);
}

/* Home hero slider : 2 slides, fade */
.hero--has-slider .hero__media{
  position: absolute;
  inset: 0;
}
.hero__slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
.hero__slide--active{
  opacity: 1;
  z-index: 1;
}
.hero__slide .hero__slide-img{
  position: absolute;
  inset: 0;
}
@media (prefers-reduced-motion: reduce){
  .hero__slide{
    transition: none;
  }
}
.hero__media--placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  opacity: .16;
}
.hero__media--placeholder svg{
  width: min(560px, 78%);
  height: auto;
}

@media (max-width: 640px){
  .hero--home .hero__content{
    max-width: 720px;
    padding-top: 76px;
  }
  .hero--home .hero__ctas{
    flex-direction: column;
    align-items: stretch;
  }
  .hero--home .hero__ctas .btn{
    width: 100%;
  }
}

/* Bar & Événements : pas d'overlay */
.hero--bar .hero__overlay{display:none}
.hero--event .hero__overlay{display:none}
.hero--bar .hero__bar-layout{
  display:grid;
  grid-template-columns: minmax(240px, 440px) 1fr;
  gap: clamp(18px, 3.2vw, 56px);
  align-items:center;
}
.hero--bar .hero__bar-logo{
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
.hero--bar .hero__bar-logo-img{
  width: min(420px, 42vw);
  height: auto;
  max-height: 56vh;
  object-fit: contain;
  display:block;
  filter: drop-shadow(0 22px 70px rgba(0,0,0,.38));
}
.hero--bar .hero__bar-text{max-width: 760px}
.hero--bar .eyebrow{color: rgba(255,255,255,.78)}
.hero--home .eyebrow{color: rgba(255,255,255,.86)}

@media (max-width: 820px){
  .hero--bar .hero__bar-layout{grid-template-columns: 1fr}
  .hero--bar .hero__bar-logo{justify-content:center}
  .hero--bar .hero__bar-logo-img{width: min(320px, 78vw); max-height: 38vh}
}
.hero__title{
  margin: 10px 0 0;
  font-size: clamp(2.4rem, 1.4rem + 3.6vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -1.2px;
  max-width: 18ch;
}
.hero__lead{
  margin: 14px 0 0;
  max-width: 62ch;
  color: rgba(255,255,255,.86);
  font-size: clamp(1.05rem, .98rem + .35vw, 1.22rem);
  line-height: 1.65;
}
.hero__micro{
  margin: 10px 0 0;
  font-size: .88rem;
  color: rgba(255,255,255,.78);
  letter-spacing: .06em;
  font-weight: 650;
}
.hero__ctas{
  display:flex;
  gap: 12px;
  flex-wrap:wrap;
  margin-top: 22px;
}
.hero__meta{
  display:flex;
  flex-wrap:wrap;
  gap: 12px 18px;
  margin-top: clamp(30px, 4vw, 52px);
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.84);
  font-size: .95rem;
}
.meta-item{opacity:.95; text-decoration:none}
.meta-item:hover{text-decoration:underline; text-underline-offset: 4px}

.meta-row{display:flex; flex-wrap:wrap; gap: 10px; margin-top: 14px}
.meta-pill{
  display:inline-flex;
  align-items:center;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.92);
  font-size: .92rem;
}

/* Home / composants éditoriaux */
.cta-row{margin-top: 18px; display:flex; gap: 12px; flex-wrap:wrap}

.gallery-immersive{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}
.gallery-immersive__item{
  display:block;
  grid-column: span 4;
  border-radius: var(--r2);
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 12px 34px rgba(17,17,17,.10);
  transform: translateZ(0);
}
.gallery-immersive__item:nth-child(1){grid-column: span 7}
.gallery-immersive__item:nth-child(2){grid-column: span 5}
.gallery-immersive__item:nth-child(3){grid-column: span 5}
.gallery-immersive__item:nth-child(4){grid-column: span 7}
.gallery-immersive__item img{
  width:100%;
  height: 320px;
  object-fit: cover;
  transition: transform .26s ease, filter .26s ease;
}
.gallery-immersive__item:hover img{transform: scale(1.02); filter: saturate(1.03)}

.tiles{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.tile-link{
  display:flex;
  flex-direction:column;
  gap: 10px;
  padding: 18px 18px;
  border-radius: var(--r2);
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.80);
  text-decoration:none;
  box-shadow: 0 14px 40px rgba(17,17,17,.10);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  min-height: 160px;
}
.tile-link:hover{
  transform: translateY(-2px);
  border-color: rgba(195,106,62,.26);
  box-shadow: 0 22px 70px rgba(17,17,17,.14);
}
.tile-link__kicker{
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:650;
  font-size:.78rem;
  color: rgba(28,28,28,.72);
}
.tile-link__title{
  font-size: clamp(1.15rem, 1.05rem + .4vw, 1.35rem);
  font-weight: 800;
  letter-spacing:-.5px;
  margin:0;
}
.tile-link__meta{margin-top:auto; color: var(--muted)}

/* PDF grid (Home / Restaurant) — nombre de cartes variable */
.pdf-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 14px;
}
.pdf-tile{
  padding: 18px 18px;
  border-radius: var(--r2);
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.80);
  box-shadow: 0 14px 40px rgba(17,17,17,.10);
}
.pdf-tile__thumb{
  border-radius: var(--r2);
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.72);
  margin-bottom: 12px;
}
.pdf-tile__thumb img{
  width:100%;
  height: 200px;
  object-fit: cover;
  display:block;
}
.pdf-tile__thumb .media-frame svg{
  width:100%;
  height: 200px;
  display:block;
}
.pdf-tile__title{
  margin: 8px 0 0;
  font-weight: 850;
  letter-spacing: -.5px;
  font-size: clamp(1.1rem, 1.02rem + .35vw, 1.3rem);
}
.pdf-tile__desc{
  margin: 10px 0 0;
  max-width: 60ch;
  line-height: 1.55;
}
.pdf-tile__meta{margin: 8px 0 0; min-height: 1.2em}
.pdf-tile__actions{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
  margin-top: 14px;
}
.pdf-tile__actions .btn[disabled]{opacity:.55; cursor:not-allowed; transform:none; box-shadow:none}
.pdf-tile__actions a[aria-disabled="true"]{opacity:.55; pointer-events:none}

.events-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.event-teaser{
  border-top: 1px solid rgba(0,0,0,.10);
  padding-top: 16px;
}
.event-teaser__date{
  margin:0 0 6px;
  font-weight: 850;
  letter-spacing:-.4px;
  font-size: clamp(1.2rem, 1.05rem + .6vw, 1.5rem);
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap: 6px 10px;
}
.event-teaser__time{
  font-weight: 650;
  letter-spacing: 0;
  font-size: .88em;
  color: var(--muted);
}
.event-teaser__title{margin:0 0 8px}

/* Avis */
.reviews-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}
.review{
  border-top: 1px solid rgba(0,0,0,.10);
  padding-top: 16px;
}
.review__top{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap: 12px;
}
.review__author{
  margin:0;
  font-weight: 850;
  letter-spacing:-.3px;
}
.review__date{margin:0; white-space:nowrap}
.review__stars{
  margin: 10px 0 0;
  color: var(--brand);
  letter-spacing:.08em;
}
.review__text{
  margin: 10px 0 0;
  color: var(--muted);
  max-width: 70ch;
}

/* Instagram (Home) */
.ig-grid{
  display:grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.ig-tile{
  display:block;
  border-radius: var(--r2);
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.72);
  box-shadow: 0 14px 40px rgba(17,17,17,.10);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.ig-tile img{
  width:100%;
  height: 140px;
  object-fit: cover;
  display:block;
}
.ig-tile:hover{
  transform: translateY(-2px);
  border-color: rgba(195,106,62,.26);
  box-shadow: 0 22px 70px rgba(17,17,17,.14);
}

@media (max-width: 1024px){
  .ig-grid{grid-template-columns: repeat(3, minmax(0, 1fr))}
  .ig-tile img{height: 170px}
}
@media (max-width: 560px){
  .ig-grid{grid-template-columns: repeat(2, minmax(0, 1fr))}
  .ig-tile img{height: 160px}
}
@media (prefers-reduced-motion: reduce){
  .ig-tile{transition:none}
  .ig-tile:hover{transform:none}
}
.review__link{margin: 10px 0 0}
.review__link a{text-underline-offset: 4px}

/* Instagram strip (Bar) */
.instagram-strip{
  padding: clamp(48px, 7vw, 92px) 0;
  margin: 0;
  background: transparent;
  border-top: 1px solid var(--line);
}
.instagram-strip__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: var(--space-4);
  margin-bottom: var(--space-4);
}
.instagram-strip__head h2{margin:0}
.instagram-strip__grid{
  display:grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.instagram-strip__item{
  display:block;
  border-radius: var(--r2);
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.72);
  box-shadow: 0 14px 40px rgba(17,17,17,.10);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, opacity .18s ease;
}
.instagram-strip__item img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display:block;
}
.instagram-strip__item:hover{
  transform: translateY(-2px);
  border-color: rgba(195,106,62,.26);
  box-shadow: 0 22px 70px rgba(17,17,17,.14);
}

@media (max-width: 1024px){
  .instagram-strip__grid{grid-template-columns: repeat(3, minmax(0, 1fr))}
}
@media (max-width: 560px){
  .instagram-strip__head{flex-wrap:wrap; align-items:flex-start}
  .instagram-strip__grid{grid-template-columns: repeat(2, minmax(0, 1fr))}
}
@media (prefers-reduced-motion: reduce){
  .instagram-strip__item{transition:none}
  .instagram-strip__item:hover{transform:none}
}

/* Embeds (iframe vidéo, etc.) */
.embed-frame{
  position: relative;
  width: 100%;
  aspect-ratio: 267 / 476;
  border-radius: var(--r2);
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.72);
}
.embed-frame iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Listing événements (rows éditoriales) */
.event-rows{display:grid; gap: 18px; margin-top: 14px}
.event-row{
  display:grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,.10);
}
.event-row__media{
  border-radius: var(--r2);
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.72);
  display:block;
}
.event-row__media img{width:100%; height: 240px; object-fit: cover; display:block}
.event-row__body{align-self:center}
.event-row__date,
.event-row__time{
  color: var(--muted);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 650;
  font-size: .78rem;
}
.event-row__date{margin:0 0 8px}
.event-row__time{margin-left: 10px}
.event-row__title{margin:0 0 8px}
.event-row__title a{text-decoration:none}
.event-row__title a:hover{text-decoration:underline; text-underline-offset: 4px}
.event-row__excerpt{margin:0; color: var(--muted); max-width: 70ch}
.event-row__detail{margin-top: 10px; max-width: 70ch; font-size: .95rem; line-height: 1.55}
.event-row__detail > *:last-child{margin-bottom: 0}
.event-row__cta{margin-top: 14px}

/* Événements — bloc ambiance */
.events-ambiance .split__media img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
@media (max-width: 760px){
  .events-ambiance .split__media img{height: 240px}
}

/* Événements — section privés (premium, cohérente HP) */
.events-private .private-events__content{
  max-width: none;
  width: 100%;
}
.events-private .private-events__overlay{
  background: linear-gradient(90deg, rgba(12,10,9,.92) 0%, rgba(12,10,9,.78) 48%, rgba(12,10,9,.38) 100%);
}
.events-private .events-private__text{
  text-shadow: 0 2px 18px rgba(0,0,0,.45);
}
.events-private .private-events__lead{color: rgba(255,255,255,.92)}
.events-private__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(16px, 3vw, 44px);
  align-items:start;
}
.events-private__aside{
  display:grid;
  gap: 12px;
}
.events-private__panel{
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(0,0,0,.22);
  border-radius: 16px;
  padding: 16px 16px;
  backdrop-filter: blur(10px);
}
.events-private__panel h3{
  margin: 0 0 10px;
  font-size: 1rem;
  letter-spacing: -.3px;
  color: rgba(255,255,255,.96);
}
.events-private__panel ul,
.events-private__panel ol{
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,.86);
}
.events-private__panel li{margin: 0 0 6px}
.events-private__panel li:last-child{margin-bottom:0}
.events-private__steps{padding-left: 20px}

@media (max-width: 900px){
  .events-private__grid{grid-template-columns: 1fr}
}

/* Menu lines (tapas) */
.menu-lines{display:grid; gap: 10px}
.menu-line{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,.10);
}
.menu-line__left{display:flex; flex-direction:column; gap: 4px; min-width: 0}
.menu-line__top{display:flex; align-items:baseline; gap: 10px; flex-wrap:wrap}
.menu-line__desc{max-width: 60ch}
.menu-line__name{font-weight: 700}
.menu-line__price{font-weight: 850; letter-spacing:-.3px}

/* Bar — menu list + galerie */
.bar-menu__header{margin-bottom: 40px}
.bar-menu__title{margin:0}
.bar-menu__tagline{
  margin-top: 10px;
  margin-bottom: 0;
  color: rgba(0,0,0,.6);
}
.bar-menu__list{margin-top: 8px}
.bar-menu__item:last-child .bar-menu__divider{display:none}
.bar-menu__row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 16px;
}
.bar-menu__text{flex: 1 1 auto; max-width: none; min-width: 0}
.bar-menu__thumb{
  width: 240px;
  height: 240px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.10);
  flex: 0 0 auto;
  background: rgba(255,255,255,.72);
}
.bar-menu__thumb img{width:100%; height:100%; object-fit: cover; display:block}
.bar-menu__name{
  margin:0;
  font-weight: 700;
}
.bar-menu__subtitle{
  margin: 4px 0 0;
  color: rgba(0,0,0,.6);
  font-size: .95rem;
  line-height: 1.55;
}
.bar-menu__price{
  font-weight: 750;
  white-space:nowrap;
  color: var(--brand-2);
}
.bar-menu__divider{
  height: 1px;
  background: rgba(0,0,0,.08);
  margin: 20px 0;
}

.bar-gallery{margin-top: 18px}
.bar-gallery__grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.bar-gallery__item{
  border-radius: var(--r2);
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.72);
  display:block;
}
.bar-gallery__item img{
  width:100%;
  height: 180px;
  object-fit: cover;
  display:block;
  transition: transform .18s ease, filter .18s ease;
}
.bar-gallery__item:hover img{transform: scale(1.02); filter: saturate(1.03)}

@media (max-width: 820px){
  .bar-gallery__grid{grid-template-columns: repeat(3, minmax(0, 1fr))}
}
@media (max-width: 520px){
  /* Garde tout sur une seule ligne (image + titre + prix). */
  .bar-menu__row{flex-direction: row; align-items:center}
  .bar-menu__text{max-width: none; flex: 1 1 auto}
  .bar-menu__price{align-self:auto; margin-top: 0}
  .bar-menu__thumb{width: 180px; height: 180px}
  .bar-gallery__grid{grid-template-columns: repeat(2, minmax(0, 1fr))}
  .bar-gallery__item img{height: 160px}
}

/* CTA band final */
.cta-band--final{border-top: 1px solid var(--line)}
.cta-band__inner{padding: clamp(26px, 4vw, 44px) 0}
.cta-band__title{margin:0}
.cta-band__lead{margin: 10px 0 0; color: var(--muted)}
.cta-band__ctas{display:flex; gap: 12px; flex-wrap:wrap; margin-top: 18px}

/* Composants */
.divider{
  height:1px;
  background: var(--line);
  margin: var(--space-6) 0;
  position:relative;
}
.divider::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width: 56px;
  height: 6px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(195,106,62,0), rgba(195,106,62,.55), rgba(195,106,62,0));
  opacity:.9;
}

.media{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: var(--space-5);
  align-items:center;
}
.media__text > *{margin-top:0}
.media__text p{margin-bottom:0}
.media__figure{
  border-radius: var(--radius-lg);
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: var(--shadow-sm);
}
.media__figure img{width:100%; height:auto; display:block}

.cta-band{
  border-radius: var(--radius-xl);
  border: 1px solid rgba(0,0,0,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.70));
  box-shadow: var(--shadow-md);
  padding: clamp(18px, 2.4vw, 32px);
}
.cta-band__grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-4);
}
.cta-tile{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: var(--space-4);
  border-radius: var(--r2);
  padding: 18px 18px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.78);
  text-decoration:none;
  box-shadow: 0 12px 30px rgba(17,17,17,.08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.cta-tile:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 60px rgba(17,17,17,.14);
  border-color: rgba(195,106,62,.22);
}
.cta-tile__title{margin:0; font-weight:800}
.cta-tile__desc{margin:6px 0 0; color: var(--muted); max-width: 52ch}

/* Rich text */
.mf-richtext p{margin:0 0 12px}
.mf-richtext p:last-child{margin-bottom:0}
.mf-richtext a{color: var(--brand-2); text-decoration-thickness: 2px; text-underline-offset: 3px}
.mf-richtext a:hover{color: var(--brand)}

/* Placeholder */
.mf-placeholder{
  border-radius: var(--r2);
  overflow:hidden;
  border:1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,.96));
}
.mf-placeholder svg{display:block;width:100%;height:auto}

/* Reveal on-scroll */
.mf-reveal{
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .46s ease, transform .46s ease;
}
.mf-reveal.is-revealed{
  opacity: 1;
  transform: translateY(0);
}

/* Galerie */
.gallery-grid, .mf-gallery-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.mf-gallery-hint{margin: 6px 0 14px}
.mf-gallery-link{display:block; border-radius: var(--r2); overflow:hidden; outline-offset: 3px}
.gallery-item img, .mf-gallery-item img{
  border-radius: var(--r2);
  height: 220px;
  width: 100%;
  object-fit: cover;
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 10px 24px rgba(17,17,17,.07);
  transition: transform .22s ease, filter .22s ease, box-shadow .22s ease;
}
.gallery-item:hover img, .mf-gallery-item:hover img{
  transform: scale(1.02);
  filter: saturate(1.02);
  box-shadow: 0 18px 40px rgba(17,17,17,.10);
}

/* Cards */
.cards, .mf-cards{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.card, .mf-card{
  background:var(--surface);
  border:1px solid rgba(0,0,0,.10);
  border-radius: var(--r2);
  overflow:hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .20s ease, box-shadow .20s ease, border-color .20s ease;
}
.card:hover, .mf-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 24px 70px rgba(17,17,17,.14);
  border-color: rgba(195,106,62,.24);
}
.card-link, .mf-card__link{display:block;text-decoration:none}
.card-media, .mf-card__thumb{position:relative}
.card-media img, .mf-card__thumb img{
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.card-media .mf-placeholder{
  height: 240px;
}
.card-media .mf-placeholder svg{
  width:100%;
  height:100%;
}
.card-body, .mf-card__body{padding: 16px}
.card-title, .mf-h3{margin:0 0 6px;font-size:20px}
.card-excerpt, .mf-card__body p{margin:0;color:var(--muted); max-width:none}

.mf-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin: 10px 0 0;
}
.badge, .mf-badge{
  display:inline-flex;
  align-items:center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,0,0,.12);
  color: rgba(28,28,28,.82);
  font-weight: 650;
  font-size: 12px;
}

/* Filtres événements */
.filters, .mf-filters{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin: 12px 0 16px;
}
.filters a, .mf-filters a{
  display:inline-flex;
  align-items:center;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  text-decoration:none;
  background: rgba(255,255,255,.62);
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
  font-weight: 650;
}
.filters a:hover, .mf-filters a:hover{
  background: rgba(255,255,255,.86);
  border-color: rgba(195,106,62,.22);
  transform: translateY(-1px);
}
.filters a[aria-current="true"], .mf-filters a[aria-current="true"]{
  background: rgba(195,106,62,.10);
  border-color: rgba(195,106,62,.22);
  color: var(--brand-2);
}

/* Pagination */
.pagination{margin-top: var(--space-4)}
.pagination a, .pagination span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.12);
  text-decoration:none;
  margin-right: 6px;
  background: rgba(255,255,255,.72);
}
.pagination .current{
  background: rgba(195,106,62,.10);
  color: var(--brand-2);
  font-weight: 700;
}

/* Formulaire */
form label{font-weight: 700; display:block; margin: 0 0 6px}
.form, .mf-form{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.form .full, .mf-form .full{grid-column: 1 / -1}
.field{display:flex; flex-direction:column}
.help{margin:6px 0 0; color: var(--muted); font-size: 13px}
input, textarea, select{font: inherit}
.mf-input, .mf-textarea,
.form input, .form textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: var(--r2);
  border: 1px solid rgba(0,0,0,.14);
  background:var(--surface);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.mf-input:focus, .mf-textarea:focus,
.form input:focus, .form textarea:focus{
  outline: 3px solid rgba(195,106,62,.22);
  border-color: rgba(195,106,62,.34);
}
.mf-textarea, .form textarea{min-height: 120px; resize: vertical}

.mf-checkbox{
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 0.95rem;
}
.mf-checkbox input[type="checkbox"]{
  flex-shrink: 0;
  margin-top: 4px;
  width: 18px;
  height: 18px;
  accent-color: var(--brand);
}
.mf-consent-rgpd{
  margin-top: 12px;
  padding-top: 8px;
}

.alert, .mf-alert{
  padding: 12px 14px;
  border-radius: var(--r2);
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.76);
  margin: 12px 0 14px;
  font-weight: 650;
}
.alert-success{border-color: rgba(47,74,58,.26); background: rgba(47,74,58,.08)}
.alert-error{border-color: rgba(220,38,38,.32); background: rgba(220,38,38,.08)}

/* Menus (liste) */
.mf-menu-list{display:grid; gap: 12px; margin-top: 12px}
.mf-menu-item{
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,0,0,.10);
  border-radius: var(--r2);
  padding: 16px 16px;
  box-shadow: 0 10px 24px rgba(17,17,17,.06);
}
.mf-menu-item__head{display:flex; align-items:flex-start; justify-content:space-between; gap: 12px}
.mf-menu-item__title{margin:0; font-size: 1.1rem}
.mf-menu-item__meta{display:flex; align-items:center; gap: 8px; flex-wrap:wrap; justify-content:flex-end}
.mf-menu-item__desc{margin: 8px 0 0; color: var(--muted); max-width: 70ch}

/* Lightbox */
.mf-lightbox{
  position:fixed;
  inset:0;
  background: rgba(10,10,10,.62);
  display:grid;
  place-items:center;
  padding: 18px;
  z-index: 80;
}
.mf-lightbox__dialog{
  width: min(980px, 100%);
  border-radius: var(--r2);
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.26);
  box-shadow: 0 30px 100px rgba(0,0,0,.32);
  overflow:hidden;
}
.mf-lightbox__bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 12px 12px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.mf-lightbox__title{margin:0; font-weight:700; font-size:.95rem; color: rgba(28,28,28,.84); max-width: 70ch}
.mf-lightbox__actions{display:flex; align-items:center; gap: 8px}
.mf-lightbox__nav,
.mf-lightbox__close{
  border:1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.8);
  border-radius: var(--r2);
  padding: 10px 12px;
  cursor:pointer;
  font: inherit;
  font-weight: 700;
}
.mf-lightbox__nav[disabled]{opacity:.55; cursor:not-allowed}
.mf-lightbox__media{
  max-height: 78vh;
  overflow:auto;
  background: rgba(10,10,10,.02);
}
.mf-lightbox__media img{
  width:100%;
  height:auto;
  max-height: 78vh;
  object-fit: contain;
  display:block
}

/* Footer */
.site-footer{
  padding: var(--space-7) 0 var(--space-6);
  background: linear-gradient(180deg, rgba(47,74,58,1), rgba(24,36,30,1));
  color: rgba(255,255,255,.82);
}
.footer-inner{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 18px;
  border-top: 1px solid rgba(255,255,255,.14);
  padding-top: var(--space-5);
}
.footer-col{max-width: 520px}
.site-footer a:not(.mf-btn):not(.btn){color: rgba(255,255,255,.86)}
.site-footer a:not(.mf-btn):not(.btn):hover{color:#fff}
.footer-brand{margin:0 0 8px; font-weight: 800; color: rgba(255,255,255,.92)}
.footer-muted{margin:0 0 6px}
.footer-actions{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}
.footer-legal{display:flex; flex-wrap:wrap; gap:12px; font-size:.9rem}
.footer-legal a{color:rgba(255,255,255,.86); text-decoration:none}
.footer-legal a:hover{color:#fff}
.footer-legal__cookies{background:none; border:none; padding:0; font:inherit; color:rgba(255,255,255,.86); cursor:pointer; text-decoration:underline; text-underline-offset:3px}
.footer-legal__cookies:hover{color:#fff}
.footer-credit{display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:12px; margin:0; padding:16px 0; font-size:.8rem; color:rgba(255,255,255,.6); border-top:1px solid rgba(255,255,255,.12)}
.footer-credit a{color:rgba(255,255,255,.72); text-decoration:none}
.footer-credit a:hover{color:rgba(255,255,255,.9)}
.footer-credit__ninjads{margin:0}
.footer-nav ul{list-style:none; margin:0; padding:0; display:grid; gap:6px}
.footer-nav a{padding: 8px 10px; border-radius: var(--r2); display:inline-flex}
.footer-nav a:hover{background: rgba(255,255,255,.10)}

.footer-plan{
  margin-top: 6px;
}
.site-footer .footer-plan .mf-plan-img{
  max-height: 360px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}

.footer-kicker{
  margin: 14px 0 8px;
  letter-spacing:.12em;
  text-transform: uppercase;
  font-weight: 650;
  font-size: .78rem;
  color: rgba(255,255,255,.72);
}
.social-links{list-style:none; margin:0; padding:0; display:grid; gap: 6px}
.social-link{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: var(--r2);
  text-decoration:none;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}
.social-icon{
  width: 18px;
  height: 18px;
  display:inline-flex;
  color: rgba(255,255,255,.92);
}
.social-label{color: rgba(255,255,255,.88)}
.social-link:hover{
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.16);
}

/* Plan (accès & contact) */
.mf-plan-card .card-body{padding: 12px}
.mf-plan-img{
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  border-radius: var(--r2);
}
.mf-plan-card .mf-placeholder{height: min(520px, 58vh)}
.mf-plan-card .mf-placeholder svg{width:100%; height:100%}

/* Nous trouver (plan premium) */
.find-us{
  background: var(--bg);
}
.find-us__grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(18px, 3vw, 44px);
  align-items:start;
}
.find-us__actions{
  display:flex;
  gap: 12px;
  flex-wrap:wrap;
  margin-top: 18px;
}
.find-us__map{
  max-width: 520px;
  justify-self:end;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.70));
  box-shadow: var(--shadow-sm);
  padding: 14px;
  overflow:hidden;
}
.find-us__map svg{
  width:100%;
  height:auto;
  display:block;
}
.find-us__map img{
  width:100%;
  height:auto;
  display:block;
}
.find-us__map text{
  paint-order: stroke;
  stroke: var(--bg);
  stroke-width: 6px;
  stroke-linejoin: round;
}
.find-us__map .route{
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
@media (prefers-reduced-motion: no-preference){
  .find-us.mf-reveal.is-revealed .find-us__map .route{
    animation: mf-route-draw 1.15s cubic-bezier(.2,.7,.2,1) .12s forwards;
  }
}
@keyframes mf-route-draw{
  to{stroke-dashoffset: 0}
}

/* Responsive */
@media (max-width: 1024px){
  .site-branding{min-width: auto}
  .site-description{display:none}
  .nav-toggle{display:inline-flex}

  .site-nav__panel{
    position:fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    max-height: calc(100dvh - 20px);
    overflow:auto;
    display:grid;
    gap: 10px;
    padding: 14px;
    border-radius: var(--r2);
    border: 1px solid rgba(0,0,0,.10);
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(16px);
    box-shadow: 0 30px 90px rgba(17,17,17,.22);
    transform: translateY(-6px);
    opacity: 0;
    pointer-events:none;
    transition: transform .18s ease, opacity .18s ease;
    z-index: 60;
  }
  .site-nav.is-open .site-nav__panel{
    transform: translateY(0);
    opacity: 1;
    pointer-events:auto;
  }

  #primary-menu{flex-direction:column; align-items:stretch; gap: 6px}
  #primary-menu a{padding: 12px 12px}
  .site-nav__ctas{flex-direction:column; align-items:stretch}
  .site-nav__ctas .btn{width:100%}
}

@media (max-width: 768px){
  .split, .split--reverse{grid-template-columns: 1fr}
  .split--reverse .split__text, .split--reverse .split__media{order: initial}
  .media{grid-template-columns: 1fr; gap: var(--space-4)}
  .cta-band__grid{grid-template-columns: 1fr}
  .tiles{grid-template-columns: 1fr}
  .pdf-grid{grid-template-columns: 1fr}
  .pdf-tile__thumb img{height: 170px}
  .pdf-tile__thumb .media-frame svg{height: 170px}
  .events-grid{grid-template-columns: 1fr}
  .reviews-grid{grid-template-columns: 1fr}
  .event-row{grid-template-columns: 1fr}
  .gallery-immersive{grid-template-columns: repeat(2, 1fr)}
  .gallery-immersive__item{grid-column: auto}
  .gallery-immersive__item img{height: 220px}
  .gallery-grid, .mf-gallery-grid{grid-template-columns: repeat(2, 1fr)}
  .cards, .mf-cards{grid-template-columns: 1fr}
  .form, .mf-form{grid-template-columns: 1fr}
  .footer-inner{flex-direction:column}
  .footer-actions{justify-content:flex-start}

  .find-us__grid{grid-template-columns: 1fr}
  .find-us__map{max-width: none; justify-self:stretch}
}

@media (max-width: 520px){
  .gallery-grid, .mf-gallery-grid{grid-template-columns: 1fr}
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *, *::before, *::after{transition:none !important; animation:none !important}
  .mf-reveal{opacity:1; transform:none}
}
