:root {
  --paper: #f8f3eb;
  --paper-deep: #efe5d7;
  --ink: #211a16;
  --muted: #6f6258;
  --accent: #ca7f31;
  --accent-dark: #9e5e20;
  --white: #fffdf9;
  --line: rgba(33, 26, 22, 0.14);
  --shadow: 0 24px 70px rgba(48, 28, 13, 0.16);
  --radius: 28px;
  --header-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: rgba(202, 127, 49, 0.25); }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-shell { padding: 112px 0; }
.section-title {
  margin: 0 0 28px;
  max-width: 780px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -0.045em;
}
.section-title em,
.section-title .accent-word {
  color: var(--accent-dark);
  font: inherit;
  font-style: normal;
  font-weight: inherit;
}
.lead { max-width: 670px; margin: 0; color: var(--muted); font-size: clamp(1.04rem, 1.8vw, 1.24rem); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header-height);
  transition: background .35s ease, box-shadow .35s ease, backdrop-filter .35s ease;
}
.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(248, 243, 235, .93);
  box-shadow: 0 8px 30px rgba(50, 35, 22, .08);
  backdrop-filter: blur(16px);
}
#navigation { height: 100%; }
.nav-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: inline-flex; width: 166px; position: relative; z-index: 2; }
.logo img { width: 100%; height: auto; transition: filter .35s ease; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 34px); }

/* Navigation claire sur le visuel du hero, sombre après défilement. */
.site-header:not(.is-scrolled):not(.is-open) .logo img { filter: brightness(0) invert(1); }
.site-header:not(.is-scrolled):not(.is-open) .main-nav a { color: #fff; }
.site-header:not(.is-scrolled):not(.is-open) .main-nav a.nav-button {
  background: rgba(255, 255, 255, .96);
  color: var(--ink);
}
.site-header:not(.is-scrolled):not(.is-open) .main-nav a.nav-button:hover {
  background: #fff;
  color: var(--accent-dark);
}
.main-nav a { text-decoration: none; font-size: .9rem; font-weight: 600; letter-spacing: .02em; }
.main-nav a:not(.nav-button) { position: relative; }
.main-nav a:not(.nav-button)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--accent); transition: right .25s ease;
}
.main-nav a:not(.nav-button):hover::after,
.main-nav a:not(.nav-button):focus-visible::after { right: 0; }
.nav-button, .button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px;
  background: var(--ink); color: var(--white); text-decoration: none; font-weight: 700; font-size: .92rem;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
}
.nav-button:hover, .button:hover { transform: translateY(-2px); background: var(--accent-dark); }
.button-outline { background: transparent; border-color: rgba(255,255,255,.55); color: #fff; }
.button-outline:hover { background: #fff; color: var(--ink); }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--paper-deep); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--ink); position: relative; z-index: 2; }
.menu-toggle span { position: absolute; left: 13px; width: 20px; height: 1px; background: #fff; transition: transform .25s ease, top .25s ease; }
.menu-toggle span:first-child { top: 19px; }
.menu-toggle span:last-child { top: 27px; }
.site-header.is-open .menu-toggle span:first-child { top: 23px; transform: rotate(45deg); }
.site-header.is-open .menu-toggle span:last-child { top: 23px; transform: rotate(-45deg); }

#hero {
  position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; color: #fff;
  background: #2a1c13;
}
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; transform: scale(1.015); animation: heroZoom 12s ease-out both; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(24,14,8,.80) 0%, rgba(24,14,8,.35) 47%, rgba(24,14,8,.10) 100%), linear-gradient(0deg, rgba(24,14,8,.72) 0%, transparent 60%);
}
.hero-content { position: relative; z-index: 1; padding: 180px 0 82px; }
.hero-copy { max-width: 770px; }
.hero-copy h1 {
  margin: 0; font-family: "Cormorant Garamond", serif; font-size: clamp(4rem, 9.5vw, 8.7rem); font-weight: 500; line-height: .82; letter-spacing: -.055em;
}
.hero-copy p { max-width: 590px; margin: 32px 0 0; font-size: clamp(1.08rem, 2vw, 1.35rem); color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 44px; font-size: .9rem; color: rgba(255,255,255,.78); }
.hero-note span + span::before { content: "•"; margin-right: 22px; color: var(--accent); }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1.015); } }

#restaurant { position: relative; overflow: hidden; }
#restaurant::before { content: ""; position: absolute; inset: 0; background: url("../images/fond.png") center/cover no-repeat; opacity: .12; pointer-events: none; }
.restaurant-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.restaurant-copy p + p { margin-top: 20px; }
.restaurant-image { position: relative; min-height: 650px; border-radius: 180px 180px 28px 28px; overflow: hidden; box-shadow: var(--shadow); }
.restaurant-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.restaurant-seal { position: absolute; right: -28px; bottom: 46px; width: 126px; aspect-ratio: 1; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; text-align: center; font-family: "Cormorant Garamond", serif; font-size: 1.15rem; line-height: 1.05; transform: rotate(7deg); box-shadow: 0 16px 34px rgba(88,51,17,.25); }

#cuisine { background: var(--ink); color: #fff; overflow: hidden; }
.cuisine-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: stretch; min-height: 760px; }
.cuisine-media { position: relative; min-height: 660px; }
.cuisine-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cuisine-content { padding: 110px clamp(40px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; position: relative; }
.cuisine-content::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -112px;
  bottom: -118px;
  background: url("../images/logo-symbol.png") center/contain no-repeat;
  opacity: .22;
  transform: rotate(10deg);
  pointer-events: none;
}
.cuisine-content .section-title { color: #fff; }
.cuisine-content .lead { color: rgba(255,255,255,.7); }
.cuisine-list { list-style: none; padding: 0; margin: 38px 0 0; display: grid; gap: 18px; }
.cuisine-list li { padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.13); font-family: "Cormorant Garamond", serif; font-size: 1.55rem; }
.cuisine-list li span { color: var(--accent); margin-right: 10px; }
.cuisine-content .button { align-self: flex-start; margin-top: 34px; }

#galerie { background: var(--white); }
.gallery-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 50px; }
.gallery-head .section-title { margin-bottom: 0; }
.gallery-grid { display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: 360px 360px; gap: 18px; }
.gallery-item { overflow: hidden; border-radius: 22px; position: relative; }
.gallery-item:first-child { grid-row: 1 / 3; }
.gallery-item:nth-child(4) { display: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.2,1); }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-strip { display: none; }

#reservation { position: relative; overflow: hidden; background: var(--accent); color: #fff; }
#reservation::before { content: ""; position: absolute; inset: 0; background: url("../images/fond.png") center/cover no-repeat; opacity: .12; mix-blend-mode: multiply; }
.reservation-inner { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.reservation-copy .section-title { color: #fff; }
.reservation-copy p { color: rgba(255,255,255,.82); }
.opentable-placeholder { min-height: 390px; border-radius: var(--radius); background: rgba(255,253,249,.97); color: var(--ink); padding: clamp(30px, 5vw, 58px); box-shadow: var(--shadow); display: flex; flex-direction: column; justify-content: center; }
.opentable-placeholder h3 { margin: 0 0 12px; font-family: "Cormorant Garamond", serif; font-size: 2.25rem; line-height: 1; }
.opentable-placeholder p { margin: 0; color: var(--muted); }
.booking-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 28px 0 14px; }
.booking-field { border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; font-size: .85rem; color: var(--muted); background: #fff; }
.booking-field strong { display: block; margin-top: 3px; color: var(--ink); font-size: .94rem; }
.opentable-placeholder .button { border: 0; cursor: not-allowed; opacity: .65; }
.module-note { margin-top: 13px !important; font-size: .82rem; }

#horaires-contact { background: var(--paper); }
.visit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 110px); }
.hours-card { padding: 44px; background: var(--white); border-radius: var(--radius); box-shadow: 0 18px 55px rgba(42,25,12,.08); }
.hours-card h3, .contact-block h3 { margin: 0 0 24px; font-family: "Cormorant Garamond", serif; font-size: 2rem; font-weight: 600; }
.hours-row { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.hours-row:last-child { border-bottom: 0; }
.hours-row span:last-child { text-align: right; color: var(--muted); }
.contact-block { display: flex; flex-direction: column; justify-content: center; }
.contact-block address { font-style: normal; font-size: clamp(1.5rem, 3vw, 2.6rem); font-family: "Cormorant Garamond", serif; line-height: 1.15; }
.contact-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.contact-links .button:last-child { background: transparent; border-color: var(--ink); color: var(--ink); }
.contact-links .button:last-child:hover { color: #fff; background: var(--accent-dark); border-color: var(--accent-dark); }

#site-footer { background: #17120f; color: rgba(255,255,255,.75); }
.footer-inner { padding: 62px 0 34px; }
.footer-main { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; }
.footer-logo { width: 190px; filter: brightness(0) invert(1); opacity: .95; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px 28px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; gap: 20px; font-size: .84rem; }

.sticky-book { position: fixed; right: 22px; bottom: 22px; z-index: 900; min-width: 120px; box-shadow: 0 12px 32px rgba(33,26,22,.28); background: var(--accent); }
.sticky-book:hover { background: var(--accent-dark); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }

.legal-page { background: var(--paper); }
.legal-hero { padding: 172px 0 72px; background: var(--paper-deep); }
.legal-hero h1 { margin: 0; font-family: "Cormorant Garamond", serif; font-size: clamp(3.4rem, 7vw, 6.7rem); line-height: .9; font-weight: 500; letter-spacing: -.045em; }
.legal-content { padding: 82px 0 120px; }
.legal-grid { display: grid; grid-template-columns: 270px 1fr; gap: 70px; }
.legal-summary { position: sticky; top: 118px; align-self: start; padding: 28px; border: 1px solid var(--line); border-radius: 18px; }
.legal-summary a { display: block; text-decoration: none; padding: 8px 0; color: var(--muted); }
.legal-summary a:hover { color: var(--accent-dark); }
.legal-block + .legal-block { margin-top: 58px; padding-top: 58px; border-top: 1px solid var(--line); }
.legal-block h2 { margin: 0 0 24px; font-family: "Cormorant Garamond", serif; font-size: 2.7rem; font-weight: 600; }
.legal-block p { margin: 10px 0; color: var(--muted); }
.legal-block strong { color: var(--ink); }

@media (max-width: 900px) {
  :root { --header-height: 72px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 0; background: var(--paper); flex-direction: column; justify-content: center; gap: 28px; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .3s ease; }
  .site-header.is-open .main-nav { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { font-size: 1.2rem; }
  .restaurant-grid, .reservation-inner, .visit-grid, .legal-grid { grid-template-columns: 1fr; }
  .restaurant-image { min-height: 560px; width: min(620px, 92%); margin-inline: auto; }
  .cuisine-grid { grid-template-columns: 1fr; }
  .cuisine-media { min-height: 650px; }
  .cuisine-content { padding: 80px 40px; }
  .reservation-inner { gap: 42px; }
  .legal-summary { position: static; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .section-shell { padding: 80px 0; }
  .logo { width: 142px; }
  .hero-content { padding-bottom: 68px; }
  .hero-copy h1 { font-size: clamp(4rem, 20vw, 6.2rem); }
  .hero-note { display: grid; gap: 6px; }
  .hero-note span + span::before { display: none; }
  .restaurant-image { min-height: 500px; border-radius: 100px 100px 22px 22px; }
  .restaurant-seal { right: -6px; bottom: 24px; width: 105px; font-size: 1rem; }
  .cuisine-media { min-height: 530px; }
  .cuisine-content { padding: 72px 22px; }
  .gallery-head { display: block; }
  .gallery-head .lead { margin-top: 22px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 410px 240px 240px; gap: 10px; }
  .gallery-item:first-child { grid-column: 1 / 3; grid-row: 1; }
  .gallery-item:nth-child(2), .gallery-item:nth-child(3) { grid-row: 2; }
  .gallery-item:nth-child(4) { display: block; grid-column: 1 / 3; grid-row: 3; }
  .booking-fields { grid-template-columns: 1fr; }
  .opentable-placeholder { min-height: 420px; }
  .hours-card { padding: 28px 22px; }
  .hours-row { display: block; }
  .hours-row span { display: block; }
  .hours-row span:last-child { text-align: left; margin-top: 4px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 7px; }
  .sticky-book { right: 14px; bottom: 14px; min-width: 106px; min-height: 44px; }
  .legal-hero { padding-top: 142px; }
}

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

/* Ajustements éditoriaux */
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.nav-instagram { width: 38px; height: 38px; display: inline-grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.nav-instagram svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.hero-content { display: flex; justify-content: center; }
.hero-copy { width: 100%; max-width: 760px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.hero-logo { width: min(480px, 78vw); filter: brightness(0) invert(1); }
.hero-actions { justify-content: center; }
#cuisine { background: #ca7f31; }
.cuisine-content::after { opacity: .22; }
.cuisine-content .section-title .accent-word { color: #fff4e8; }
.cuisine-story { margin-top: 34px; max-width: 660px; }
.cuisine-story p { margin: 0; color: rgba(255,255,255,.86); font-size: 1.05rem; }
.cuisine-story p + p { margin-top: 18px; }
.opentable-placeholder { align-items: center; text-align: center; }
.booking-preview { width: min(100%, 300px); min-height: 447px; border-radius: 8px; box-shadow: 0 16px 35px rgba(33,26,22,.14); background: #fff; display: flex; align-items: center; justify-content: center; }
.booking-preview iframe { display: block; max-width: 100% !important; border: 0; }
.module-note { margin-top: 18px !important; }
.visit-intro { margin-bottom: 48px; }
.visit-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.visit-card { background: var(--white); border-radius: var(--radius); padding: clamp(30px, 5vw, 54px); box-shadow: 0 18px 55px rgba(42,25,12,.08); }
.visit-card h3 { margin: 0 0 26px; font-family: "Cormorant Garamond", serif; font-size: 2.35rem; line-height: 1; }
.visit-address address { font-style: normal; font-family: "Cormorant Garamond", serif; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1; }
.visit-address p { color: var(--muted); }
.button-outline-dark { background: transparent !important; border-color: var(--ink); color: var(--ink); }
.button-outline-dark:hover { background: var(--accent-dark) !important; border-color: var(--accent-dark); color: #fff; }
#carte-acces { height: min(560px, 65vh); background: var(--paper-deep); }
#carte-acces iframe { width: 100%; height: 100%; border: 0; display: block; filter: saturate(.82) contrast(.98); }
@media (max-width: 900px) { .visit-cards { grid-template-columns: 1fr; } .nav-instagram { width: 46px; height: 46px; } }

/* Ajustements v3 */
#hero { align-items: center; }
.hero-content { min-height: 100svh; padding: 112px 0 72px; align-items: center; }
.hero-logo { width: min(620px, 84vw); max-height: 42vh; }
.gallery-head { display: flex; justify-content: center; align-items: center; text-align: center; }
.gallery-head .section-title { width: 100%; }
@media (max-width: 720px) {
  .hero-content { min-height: 100svh; padding: 96px 0 70px; }
  .hero-logo { width: min(520px, 88vw); max-height: 36vh; }
  .hero-actions { width: 100%; justify-content: center; }
}

/* Info & accès, composition épurée v5 */
#horaires-contact { background: var(--paper); }
.visit-simple > .section-title {
  margin: 0 0 clamp(46px, 7vw, 84px);
  text-align: center;
}
.visit-details {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.25fr) auto;
  align-items: center;
  gap: clamp(34px, 6vw, 84px);
  padding: clamp(36px, 5vw, 62px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.visit-detail h3 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  font-weight: 600;
  line-height: 1;
}
.visit-address address {
  font-style: normal;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--muted);
}
.visit-hours dl { margin: 0; }
.visit-hours dl > div {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto;
  gap: 28px;
  padding: 9px 0;
}
.visit-hours dt { font-weight: 600; }
.visit-hours dd {
  margin: 0;
  text-align: right;
  color: var(--muted);
  line-height: 1.65;
}
.visit-action { justify-self: end; }
.visit-action .button { white-space: nowrap; }

@media (max-width: 900px) {
  .visit-details { grid-template-columns: 1fr 1fr; }
  .visit-action { grid-column: 1 / -1; justify-self: start; }
}
@media (max-width: 640px) {
  .visit-details { grid-template-columns: 1fr; gap: 34px; }
  .visit-hours dl > div { grid-template-columns: 1fr; gap: 4px; padding: 10px 0; }
  .visit-hours dd { text-align: left; }
  .visit-action { grid-column: auto; width: 100%; }
  .visit-action .button { width: 100%; }
}

/* Menu mobile immersif */
@media (max-width: 900px) {
  .site-header.is-open {
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .site-header.is-open .logo img { filter: brightness(0) invert(1); }

  .menu-toggle {
    background: rgba(33, 26, 22, .92);
    transition: background .3s ease, transform .3s ease;
  }
  .site-header.is-open .menu-toggle {
    background: rgba(255, 255, 255, .16);
    transform: rotate(90deg);
  }

  .main-nav {
    min-height: 100svh;
    padding: calc(var(--header-height) + 54px) 28px 38px;
    background: var(--accent);
    align-items: stretch;
    justify-content: center;
    gap: 0;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: transform .65s cubic-bezier(.77, 0, .18, 1), opacity .35s ease, visibility .65s;
  }
  .main-nav::before {
    content: "C BEYROUTH";
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    color: rgba(255,255,255,.09);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(4rem, 19vw, 8rem);
    line-height: .8;
    letter-spacing: .08em;
    white-space: nowrap;
    pointer-events: none;
  }
  .site-header.is-open .main-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .main-nav > a {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 12px 0;
    color: #fff !important;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.15rem, 8vw, 3.5rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.025em;
    text-align: center;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .42s ease, transform .42s ease, color .25s ease;
  }
  .site-header.is-open .main-nav > a { opacity: 1; transform: translateY(0); }
  .site-header.is-open .main-nav > a:nth-child(1) { transition-delay: .16s; }
  .site-header.is-open .main-nav > a:nth-child(2) { transition-delay: .21s; }
  .site-header.is-open .main-nav > a:nth-child(3) { transition-delay: .26s; }
  .site-header.is-open .main-nav > a:nth-child(4) { transition-delay: .31s; }
  .site-header.is-open .main-nav > a:nth-child(5) { transition-delay: .36s; }
  .site-header.is-open .main-nav > a:nth-child(6) { transition-delay: .41s; }
  .site-header.is-open .main-nav > a:nth-child(7) { transition-delay: .46s; }

  .main-nav a:not(.nav-button)::after { display: none; }

  .main-nav .nav-instagram {
    width: 48px;
    height: 48px;
    min-height: 48px;
    margin: 20px auto 14px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.58);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-nav .nav-instagram svg { width: 21px; height: 21px; }

  .main-nav .nav-button {
    width: min(100%, 330px);
    min-height: 58px;
    margin: 0 auto;
    padding: 0 28px;
    border: 1px solid #fff;
    border-radius: 999px;
    background: #fff !important;
    color: var(--ink) !important;
    font-family: "DM Sans", sans-serif;
    font-size: .98rem;
    font-weight: 700;
    letter-spacing: .01em;
  }
}

@media (max-width: 640px) {
  .main-nav { padding-inline: 22px; }
  .main-nav > a { padding-block: 10px; }
}

/* Ajustements mobile v11 */
@media (max-width: 640px) {
  /* Le visuel galerie-4 n'est pas affiché sur mobile, quelle que soit sa section. */
  .restaurant-image:has(img[src$="galerie-4.jpg"]),
  .gallery-item:has(img[src$="galerie-4.jpg"]) {
    display: none;
  }

  /* Réservation : titre et introduction centrés uniquement sur mobile. */
  .reservation-copy {
    text-align: center;
  }
  .reservation-copy .section-title,
  .reservation-copy .lead {
    text-align: center;
  }

  /* Info & accès : composition entièrement centrée sur mobile. */
  .visit-simple,
  .visit-simple > .section-title,
  .visit-details,
  .visit-detail,
  .visit-detail h3,
  .visit-address address,
  .visit-hours dl,
  .visit-hours dt,
  .visit-hours dd,
  .visit-action {
    text-align: center;
  }
  .visit-hours dl > div {
    justify-items: center;
  }
  .visit-action {
    justify-self: stretch;
  }
}

/* Correctif mobile v12 : galerie-4 reste visible dans la section Restaurant,
   mais disparaît uniquement de la galerie sans créer de rangée vide. */
@media (max-width: 640px) {
  .restaurant-image:has(img[src$="galerie-4.jpg"]) {
    display: block;
  }

  #galerie .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 410px 240px;
    grid-auto-rows: 0;
  }

  #galerie .gallery-item:nth-child(4) {
    display: none;
  }
}


/* Couleurs des titres v6 */
#restaurant .section-title { color: #9e5e20; }
#cuisine .section-title { color: #fff4e8; }
#galerie .section-title { color: #9e5e20; }
#reservation .section-title { color: #fff4e8; }
#horaires-contact .section-title { color: #211a16; }
