:root {
  --cream: #f7f1e7;
  --cream-2: #fffaf2;
  --paper: #fffdf8;
  --ink: #211d18;
  --muted: #6f685f;
  --terracotta: #a83f21;
  --terracotta-dark: #7e2c17;
  --olive: #2d381d;
  --olive-light: #768058;
  --gold: #d7a64a;
  --line: rgba(55, 44, 31, .13);
  --shadow: 0 24px 70px rgba(46, 32, 18, .12);
  --shadow-soft: 0 12px 32px rgba(46, 32, 18, .08);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-2);
  font-family: "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.center { text-align: center; margin-top: 44px; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; background: #fff; color: #000; padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(3.5rem, 7vw, 6.9rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.3rem, 4.2vw, 4.2rem); letter-spacing: -.035em; }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1em; }
.eyebrow { margin: 0 0 12px; color: var(--terracotta); text-transform: uppercase; font-weight: 800; letter-spacing: .16em; font-size: .78rem; }
.eyebrow.light { color: #f0c56c; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 760;
  border: 1px solid transparent;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--terracotta), #c65731); box-shadow: 0 12px 28px rgba(168, 63, 33, .24); }
.button-primary:hover { background: linear-gradient(135deg, var(--terracotta-dark), var(--terracotta)); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(20,18,15,.25); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.button-outline { color: var(--terracotta-dark); border-color: rgba(168,63,33,.35); background: transparent; }
.button-outline:hover { background: rgba(168,63,33,.07); }
.button-light { background: #fffaf2; color: var(--terracotta-dark); box-shadow: var(--shadow-soft); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}
.site-header.scrolled { background: rgba(255,250,242,.94); backdrop-filter: blur(14px); box-shadow: 0 8px 30px rgba(24,20,14,.08); }
.nav-wrap { min-height: 86px; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; flex-direction: column; width: max-content; color: #fff; }
.scrolled .brand { color: var(--terracotta-dark); }
.brand-script { font-family: "Segoe Script", "Brush Script MT", cursive; font-size: 2rem; font-weight: 700; line-height: .95; }
.brand-subtitle { margin-top: 7px; font-size: .62rem; text-transform: uppercase; letter-spacing: .24em; font-weight: 800; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 28px; color: #fff; font-size: .95rem; font-weight: 700; }
.scrolled .main-nav { color: var(--ink); }
.main-nav a { position: relative; padding: 10px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--terracotta); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.nav-cta { white-space: nowrap; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; background: currentColor; transition: .25s ease; }

.hero {
  min-height: 780px;
  height: 100svh;
  max-height: 980px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  background-image: url('../images/hero.webp');
  background-size: cover;
  background-position: center;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,11,9,.88) 0%, rgba(12,11,9,.64) 42%, rgba(12,11,9,.12) 80%), linear-gradient(0deg, rgba(20,16,12,.4), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 90px; }
.hero-content h1 { max-width: 850px; text-wrap: balance; }
.hero-lead { max-width: 670px; margin: 24px 0 30px; font-size: clamp(1.05rem, 1.5vw, 1.3rem); color: rgba(255,255,255,.84); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.location-pill { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; padding: 9px 14px; border-radius: 999px; color: #fff; background: rgba(69,80,44,.72); backdrop-filter: blur(8px); font-weight: 800; font-size: .85rem; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 24px; transform: translateX(-50%); width: 34px; height: 52px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }
.scroll-cue span { position: absolute; top: 9px; left: 50%; width: 4px; height: 8px; border-radius: 999px; background: #fff; transform: translateX(-50%); animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { opacity: 0; transform: translate(-50%,0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,18px); } }

.about { background: var(--cream-2); }
.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: center; }
.about-copy { max-width: 520px; }
.about-copy h2 { margin-bottom: 28px; }
.about-copy p:not(.eyebrow):not(.signature) { color: var(--muted); font-size: 1.06rem; }
.signature { margin-top: 24px; color: var(--terracotta); font-family: "Segoe Script", "Brush Script MT", cursive; font-size: 1.6rem; transform: rotate(-2deg); }
.about-visual { position: relative; margin: 0; }
.about-visual > img { width: 100%; min-height: 520px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-visual figcaption { margin-top: 10px; color: #8f877e; font-size: .78rem; }
.quote-card { position: absolute; right: -24px; bottom: 48px; display: flex; flex-direction: column; align-items: center; gap: 2px; background: rgba(36,31,24,.92); color: #fff1d5; padding: 26px 32px; border-radius: 10px; box-shadow: var(--shadow); font-family: Georgia, serif; transform: rotate(1.2deg); }
.quote-card strong { font-size: 1.28rem; color: #efb859; }

.menu-section { background: #f1e8da; }
.section-heading { max-width: 760px; text-align: center; margin: 0 auto 52px; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading > p:last-child { color: var(--muted); }
.section-heading.compact { margin-bottom: 42px; }
.section-heading.light { color: #fff; }
.section-heading.light > p:last-child { color: rgba(255,255,255,.7); }
.dish-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.dish-card { overflow: hidden; background: var(--paper); border: 1px solid rgba(93,69,44,.09); border-radius: 20px; box-shadow: var(--shadow-soft); transition: transform .3s ease, box-shadow .3s ease; }
.dish-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.dish-image { aspect-ratio: 1 / .78; overflow: hidden; }
.dish-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.dish-card:hover img { transform: scale(1.045); }
.dish-content { padding: 24px 22px 28px; }
.dish-content h3 { margin: 3px 0 12px; }
.dish-content p:last-child { color: var(--muted); line-height: 1.55; margin: 0; }
.dish-tag { color: var(--terracotta); text-transform: uppercase; font-size: .68rem; font-weight: 900; letter-spacing: .16em; margin: 0; }

.values-section { background: var(--cream-2); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.value-card { text-align: center; padding: 32px 22px; border-right: 1px dashed rgba(66,67,42,.2); }
.value-card:last-child { border-right: 0; }
.value-icon { width: 72px; height: 72px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; color: var(--olive); background: #e7e4cd; }
.value-icon svg { width: 34px; height: 34px; }
.value-card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.value-card p { color: var(--muted); margin: 0; }

.gallery-section { padding: 110px 0; background: var(--olive); }
.gallery-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; grid-template-rows: 250px 250px; gap: 14px; }
.gallery-grid figure { margin: 0; overflow: hidden; border-radius: 18px; }
.gallery-grid figure:first-child { grid-row: 1 / 3; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .5s ease; }
.gallery-grid figure:hover img { transform: scale(1.04); filter: saturate(1.08); }

.info-section { background: var(--cream); }
.info-layout { display: grid; grid-template-columns: .85fr 1.15fr .9fr; gap: 24px; align-items: stretch; }
.contact-card, .hours-card, .map-card { border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-soft); }
.contact-card { padding: 36px; }
.contact-card h3 { font-size: 2rem; margin-bottom: 24px; }
.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 22px; }
.contact-list li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }
.contact-list svg { width: 28px; height: 28px; color: var(--olive); }
.contact-list svg .fill { fill: currentColor; stroke: none; }
.contact-list span { display: block; color: var(--muted); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-list strong { font-size: 1rem; }
.info-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.hours-card { padding: 36px; }
.hours-heading { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; margin-bottom: 20px; }
.hours-heading h3 { font-size: 2rem; }
.status-dot { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; background: #f6e6bd; color: #6f4d04; font-size: .75rem; font-weight: 800; }
.status-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #d89d18; }
.notice { margin-bottom: 18px; padding: 12px 14px; border-left: 3px solid #d9a432; background: #fff8e6; color: #785f26; border-radius: 7px; font-size: .78rem; line-height: 1.5; }
.hours-list { margin: 0; }
.hours-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.hours-list > div:last-child { border-bottom: 0; }
.hours-list dt { font-weight: 800; }
.hours-list dd { margin: 0; color: var(--muted); text-align: right; }
.map-card { position: relative; min-height: 480px; overflow: hidden; color: var(--ink); }
.map-pattern { position: absolute; inset: 0; opacity: .65; background-color: #e8e3d5; background-image: linear-gradient(32deg, transparent 48%, rgba(126,126,105,.22) 49%, rgba(126,126,105,.22) 51%, transparent 52%), linear-gradient(112deg, transparent 48%, rgba(126,126,105,.16) 49%, rgba(126,126,105,.16) 51%, transparent 52%), radial-gradient(circle at 30% 25%, rgba(255,255,255,.8) 0 2px, transparent 3px); background-size: 130px 130px, 170px 170px, 34px 34px; }
.map-pin { position: absolute; left: 50%; top: 36%; transform: translate(-50%,-50%); width: 62px; height: 62px; display: grid; place-items: center; color: #fff; background: var(--terracotta); border-radius: 50%; box-shadow: 0 12px 34px rgba(126,44,23,.3); }
.map-pin svg { width: 30px; height: 30px; }
.map-label { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 20px; background: rgba(255,253,248,.92); backdrop-filter: blur(12px); border-radius: 16px; box-shadow: var(--shadow-soft); }
.map-label span, .map-label small { display: block; }
.map-label span { color: var(--muted); font-size: .8rem; }
.map-label strong { display: block; font-family: Georgia, serif; font-size: 1.6rem; }
.map-label small { margin-top: 4px; color: var(--terracotta); font-weight: 800; }

.reservation { padding: 80px 0; color: #fff; background: linear-gradient(135deg, #8f321d, #bd5230); }
.reservation-wrap { display: flex; justify-content: space-between; gap: 50px; align-items: center; }
.reservation h2 { font-size: clamp(2.4rem,4vw,4.4rem); max-width: 760px; }
.reservation p:last-child { margin: 18px 0 0; color: rgba(255,255,255,.75); }
.reservation-actions { min-width: 280px; text-align: center; }
.reservation-actions strong { display: block; margin-top: 12px; letter-spacing: .08em; }

.site-footer { padding: 72px 0 24px; color: rgba(255,255,255,.8); background: #202915; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .75fr .9fr 1fr; gap: 56px; }
.footer-brand { color: #fff; margin-bottom: 20px; }
.footer-grid h3 { margin-bottom: 18px; color: #fff; font-family: "Segoe UI", sans-serif; font-size: .9rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a:not(.brand) { display: block; margin: 7px 0; }
.footer-grid a:hover { color: #fff; }
.footer-grid p { color: rgba(255,255,255,.62); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 30px; margin-top: 48px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
.footer-bottom p { margin: 0; }
.demo-label { color: #dcb15b; }

.floating-call { position: fixed; right: 20px; bottom: 20px; z-index: 999; width: 56px; height: 56px; display: none; place-items: center; border-radius: 50%; color: #fff; background: var(--terracotta); box-shadow: 0 14px 40px rgba(108,38,20,.32); }
.floating-call svg { width: 24px; height: 24px; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  .nav-wrap { grid-template-columns: 1fr auto auto; }

  /*
   * Le backdrop-filter du header crée, sur certains navigateurs mobiles,
   * un contexte de rendu qui rend le panneau fixe du menu transparent.
   * Pendant l'ouverture, on désactive donc le flou et on force un fond opaque.
   */
  body.menu-open .site-header,
  body.menu-open .site-header.scrolled {
    background: var(--cream-2);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
  }
  body.menu-open .site-header .brand { color: var(--terracotta-dark); }

  .brand { position: relative; z-index: 1002; }
  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 1001;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    padding: 130px 32px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    overflow-y: auto;
    overscroll-behavior: contain;
    color: var(--ink);
    background-color: var(--cream-2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform .3s ease, opacity .2s ease, visibility .3s ease;
  }
  .main-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }
  .main-nav a { font-family: Georgia, serif; font-size: 2rem; }
  .menu-toggle { position: relative; z-index: 1002; display: block; color: #fff; }
  .scrolled .menu-toggle, .menu-open .menu-toggle { color: var(--ink); }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-cta { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 44px; }
  .about-copy { max-width: 700px; }
  .dish-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .value-card:nth-child(2) { border-right: 0; }
  .info-layout { grid-template-columns: 1fr 1fr; }
  .map-card { grid-column: 1 / -1; min-height: 360px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 78px 0; }
  .nav-wrap { min-height: 72px; }
  .brand-script { font-size: 1.6rem; }
  .brand-subtitle { font-size: .52rem; }
  .hero { min-height: 700px; background-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(12,11,9,.9), rgba(12,11,9,.5)), linear-gradient(0deg, rgba(20,16,12,.55), transparent 60%); }
  h1 { font-size: clamp(3.2rem,15vw,5rem); }
  .hero-content { padding-top: 70px; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 330px; }
  .about-visual > img { min-height: 360px; }
  .quote-card { right: 14px; bottom: 56px; padding: 18px 20px; }
  .dish-grid { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { border-right: 0; border-bottom: 1px dashed rgba(66,67,42,.2); }
  .value-card:last-child { border-bottom: 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 180px 180px; }
  .gallery-grid figure:first-child { grid-column: 1 / 3; grid-row: auto; }
  .info-layout { grid-template-columns: 1fr; }
  .map-card { grid-column: auto; min-height: 360px; }
  .hours-list > div { display: grid; gap: 2px; }
  .hours-list dd { text-align: left; }
  .reservation-wrap { flex-direction: column; align-items: flex-start; }
  .reservation-actions { min-width: 0; width: 100%; text-align: left; }
  .reservation-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-grid > div:first-child { grid-column: 1 / 3; }
  .footer-bottom { flex-direction: column; }
  .floating-call { display: grid; }
}

@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; }
}
