/* ===========================================================
   AU GEORGES V — feuille de style principale
   Direction : estaminet ch'ti authentique — bois, craie, vichy
   =========================================================== */

/* --- TWEAK DEFAULTS (éditables par le panneau Tweaks) --- */
:root {
  /* Palette estaminet — crème chaud, brun, rouge vichy, doré cheddar */
  --cream: #F3EBDC;
  --cream-deep: #EBE0CB;
  --paper: #FAF4E8;
  --ink: #2B1A0E;
  --ink-soft: #5C4330;
  --muted: #79604A;       /* assombri pour respecter le contraste AA sur fond clair */
  --rule: #C9B69A;
  --rule-soft: #E3D5BD;

  --red: #B8352C;          /* rouge vichy — clin d'œil au V du logo */
  --red-deep: #8F2520;
  --gold: #C8912E;         /* doré cheddar */
  --gold-soft: #E5C573;
  --green: #2F4A37;        /* vert bouteille */
  --chalk: #F8F2E4;

  /* Typographie */
  --serif: "Fraunces", "Source Serif Pro", Georgia, serif;
  --script: "Caveat", "Dancing Script", cursive;
  --sans: "Inter", "Helvetica Neue", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;

  /* Échelle */
  --max: 1240px;
  --max-narrow: 980px;
  --radius: 4px;
  --radius-lg: 10px;

  /* Ombres douces, rien de dramatique */
  --shadow-sm: 0 1px 2px rgba(43,26,14,.08);
  --shadow-md: 0 8px 24px rgba(43,26,14,.12);
  --shadow-lg: 0 20px 60px rgba(43,26,14,.18);
}

/* -------- Reset raisonnable -------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }

/* -------- Motif vichy réutilisable -------- */
.vichy-strip {
  height: 14px;
  background-image:
    linear-gradient(45deg, var(--red) 25%, transparent 25%, transparent 75%, var(--red) 75%),
    linear-gradient(45deg, var(--red) 25%, var(--paper) 25%, var(--paper) 75%, var(--red) 75%);
  background-size: 18px 18px;
  background-position: 0 0, 9px 9px;
  opacity: .85;
}
.vichy-thin {
  height: 6px;
  background-image:
    linear-gradient(45deg, var(--red) 25%, transparent 25%, transparent 75%, var(--red) 75%),
    linear-gradient(45deg, var(--red) 25%, var(--paper) 25%, var(--paper) 75%, var(--red) 75%);
  background-size: 8px 8px;
  background-position: 0 0, 4px 4px;
}

/* -------- Typographie -------- */
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  font-optical-sizing: auto;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 .5em;
  color: var(--ink);
}
h1 { font-size: clamp(2.6rem, 6vw, 5.2rem); font-weight: 700; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); font-weight: 600; }
h4 { font-size: 1rem; font-weight: 600; letter-spacing: 0; }

p { margin: 0 0 1em; color: var(--ink-soft); }
p.lead { font-size: 1.25rem; color: var(--ink); }

.script {
  font-family: var(--script);
  font-weight: 500;
  letter-spacing: 0;
  color: var(--red);
}

.eyebrow {
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  display: inline-flex; align-items: center; gap: .6rem;
}
.eyebrow::before {
  content: "";
  width: 28px; height: 1px;
  background: var(--muted);
}

/* -------- Wrappers -------- */
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; }
.wrap-narrow { max-width: var(--max-narrow); margin: 0 auto; padding: 0 1.5rem; }

/* -------- Header / Nav -------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
}
.site-header::after {
  content: ""; display: block; height: 4px;
  background-image:
    linear-gradient(45deg, var(--red) 25%, transparent 25%, transparent 75%, var(--red) 75%),
    linear-gradient(45deg, var(--red) 25%, var(--paper) 25%, var(--paper) 75%, var(--red) 75%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 1.5rem;
  max-width: var(--max);
  margin: 0 auto;
  gap: 1.5rem;
}
.nav-brand {
  display: flex; align-items: center; gap: .75rem;
  text-decoration: none;
}
.nav-brand img { height: 40px; width: auto; }
.nav-brand-text {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1;
}
.nav-brand-text small {
  display: block;
  font-family: var(--sans);
  font-size: .62rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  margin-top: 4px;
}
.nav-links {
  display: flex; align-items: center; gap: 2rem;
  list-style: none; padding: 0; margin: 0;
}
.nav-links a {
  font-family: var(--sans);
  font-size: .88rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--ink);
  padding: .5rem 0;
  border-bottom: 1px solid transparent;
  transition: border-color .2s;
}
.nav-links a:hover,
.nav-links a[aria-current="page"] { border-color: var(--red); }
.nav-cta {
  background: var(--red);
  color: var(--paper) !important;
  padding: .7rem 1.2rem !important;
  border-radius: 2px;
  border: none !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  font-size: .78rem !important;
  transition: background .2s;
}
.nav-cta:hover { background: var(--red-deep); border-color: transparent !important; }

.nav-burger {
  display: none;
  background: transparent; border: 1px solid var(--rule);
  width: 42px; height: 42px;
  border-radius: 2px;
  color: var(--ink);
  font-size: 1.2rem;
}

.lang-toggle {
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--muted);
  display: inline-flex; gap: .25rem; align-items: center;
  padding: .4rem .6rem;
  border: 1px solid var(--rule);
  border-radius: 2px;
}
.lang-toggle .active { color: var(--red); }

@media (max-width: 900px) {
  .nav-burger { display: flex; align-items: center; justify-content: center; }
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column;
    background: var(--paper);
    padding: 1rem 1.5rem 1.5rem;
    gap: 0;
    border-bottom: 1px solid var(--rule);
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a {
    display: block; padding: .9rem 0;
    border-bottom: 1px solid var(--rule-soft);
    width: 100%;
  }
  .nav-cta { text-align: center; margin-top: .5rem; }
}

/* -------- Boutons -------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 1rem 1.6rem;
  border: 1.5px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  border-radius: 2px;
  transition: all .2s ease;
  text-decoration: none;
  white-space: nowrap;
}
.btn:hover { background: var(--red); border-color: var(--red); }
.btn--red { background: var(--red); border-color: var(--red); }
.btn--red:hover { background: var(--red-deep); border-color: var(--red-deep); }
.btn--ghost {
  background: transparent;
  color: var(--ink);
}
.btn--ghost:hover { background: var(--ink); color: var(--paper); }
.btn--large {
  padding: 1.2rem 2rem;
  font-size: .88rem;
}

.link-arrow {
  display: inline-flex; align-items: center; gap: .4rem;
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 3px;
  transition: all .2s;
}
.link-arrow:hover { color: var(--red); border-color: var(--red); }
.link-arrow::after { content: "→"; font-family: var(--serif); font-size: 1.1rem; }

/* -------- Hero home (photo mode) -------- */
.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: var(--paper);
  overflow: hidden;
}
.hero-copy {
  padding: clamp(3rem, 8vw, 6rem) clamp(1.5rem, 5vw, 5rem);
  display: flex; flex-direction: column; justify-content: center;
  position: relative;
  z-index: 2;
}
.hero-copy .eyebrow { margin-bottom: 1.5rem; }
.hero-copy h1 {
  font-size: clamp(3rem, 7.5vw, 6.5rem);
  line-height: .95;
  margin-bottom: 1.5rem;
}
.hero-copy h1 .script-accent {
  display: inline-block;
  font-family: var(--script);
  font-weight: 500;
  color: var(--red);
  transform: rotate(-6deg);
  font-size: .65em;
  letter-spacing: 0;
  line-height: 1;
  margin-right: .2em;
}
.hero-copy .lead {
  max-width: 44ch;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: var(--ink-soft);
}
.hero-ctas {
  display: flex; gap: .8rem; flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.hero-meta {
  display: flex; gap: 2rem; flex-wrap: wrap;
  font-family: var(--sans);
  font-size: .82rem;
  color: var(--muted);
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule-soft);
  max-width: 420px;
}
.hero-meta strong {
  display: block;
  color: var(--ink);
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: .3rem;
}
.hero-image {
  position: relative;
  background: var(--ink);
  overflow: hidden;
}
.hero-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-badge {
  position: absolute;
  bottom: 2rem; right: 2rem;
  background: var(--cream);
  padding: 1rem 1.2rem;
  border: 1px solid var(--ink);
  font-family: var(--sans);
  font-size: .72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink);
  max-width: 200px;
  z-index: 3;
}
.hero-badge strong {
  display: block;
  font-family: var(--script);
  font-size: 1.5rem;
  color: var(--red);
  text-transform: none;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: .3rem;
  font-weight: 500;
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-image { height: 55vh; min-height: 400px; order: -1; }
}

/* -------- Hero variants (Tweak) -------- */
.hero--collage .hero-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 4px;
  background: var(--cream);
}
.hero--collage .hero-image img { height: 100%; }
.hero--collage .hero-image img:first-child {
  grid-column: 1 / 3;
}

.hero--fullbleed {
  grid-template-columns: 1fr;
  min-height: 92vh;
  color: var(--paper);
}
.hero--fullbleed .hero-copy {
  position: absolute; inset: 0;
  z-index: 2;
  padding: clamp(3rem, 8vw, 6rem);
  justify-content: flex-end;
}
.hero--fullbleed .hero-copy h1,
.hero--fullbleed .hero-copy .lead { color: var(--paper); }
.hero--fullbleed .hero-copy .eyebrow { color: var(--gold-soft); }
.hero--fullbleed .hero-copy .eyebrow::before { background: var(--gold-soft); }
.hero--fullbleed .hero-copy h1 .script-accent { color: var(--gold-soft); }
.hero--fullbleed .hero-image {
  position: absolute; inset: 0; z-index: 1;
}
.hero--fullbleed .hero-image::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.2) 0%, rgba(43,26,14,.85) 100%);
}
.hero--fullbleed .hero-meta {
  border-color: rgba(255,255,255,.2);
  color: rgba(255,255,255,.8);
}
.hero--fullbleed .hero-meta strong { color: var(--paper); }
.hero--fullbleed .btn--ghost { color: var(--paper); border-color: var(--paper); }
.hero--fullbleed .btn--ghost:hover { background: var(--paper); color: var(--ink); }

/* -------- Section générique -------- */
section { padding: clamp(4rem, 8vw, 7rem) 0; position: relative; }
.section-head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: 3.5rem;
}
.section-head h2 {
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  max-width: 12ch;
}
.section-head .section-lead { max-width: 52ch; }
@media (max-width: 720px) {
  .section-head { grid-template-columns: 1fr; gap: 1rem; }
}

/* Section backgrounds */
.bg-paper { background: var(--paper); }
.bg-cream { background: var(--cream); }
.bg-ink { background: var(--ink); color: var(--cream); }
.bg-ink h1, .bg-ink h2, .bg-ink h3, .bg-ink h4 { color: var(--cream); }
.bg-ink p { color: rgba(248, 242, 228, 0.75); }
.bg-ink .eyebrow { color: var(--gold-soft); }
.bg-ink .eyebrow::before { background: var(--gold-soft); }
.bg-ink .link-arrow { color: var(--cream); border-color: var(--cream); }
.bg-ink .link-arrow:hover { color: var(--gold-soft); border-color: var(--gold-soft); }

/* -------- Deux établissements -------- */
.restos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.resto {
  padding: clamp(2rem, 4vw, 3.5rem);
  border-right: 1px solid var(--rule);
  position: relative;
  background: var(--paper);
  transition: background .3s;
}
.resto:last-child { border-right: none; }
.resto:hover { background: var(--cream-deep); }
.resto-label {
  font-family: var(--sans);
  font-size: .72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 1rem;
}
.resto h3 {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 700;
  margin-bottom: .2rem;
  line-height: 1;
}
.resto .resto-script {
  font-family: var(--script);
  font-size: 1.8rem;
  color: var(--red);
  display: block;
  line-height: 1;
  margin-bottom: 1rem;
}
.resto-addr {
  font-family: var(--sans);
  font-size: .9rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
}
.resto-photo {
  aspect-ratio: 4 / 3;
  background: var(--ink);
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.resto-photo img { width: 100%; height: 100%; object-fit: cover; }
.resto-tags {
  display: flex; gap: .4rem; flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.tag {
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: .3rem .7rem;
  border: 1px solid var(--rule);
  border-radius: 30px;
  color: var(--ink-soft);
  background: var(--cream);
}
.tag--red { background: var(--red); color: var(--paper); border-color: var(--red); }
.resto-hours {
  font-family: var(--sans);
  font-size: .85rem;
  color: var(--ink-soft);
  margin: 1rem 0 1.5rem;
  padding: 1rem 0;
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}
.resto-hours dl { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: .3rem 1rem; }
.resto-hours dt { color: var(--muted); }
.resto-hours dd { margin: 0; color: var(--ink); }

@media (max-width: 800px) {
  .restos { grid-template-columns: 1fr; }
  .resto { border-right: none; border-bottom: 1px solid var(--rule); }
  .resto:last-child { border-bottom: none; }
}

/* -------- Plat vedette -------- */
.feature-dish {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.feature-dish-img {
  aspect-ratio: 4 / 5;
  background: var(--cream-deep);
  position: relative;
  overflow: hidden;
}
.feature-dish-img img { width: 100%; height: 100%; object-fit: cover; }
.feature-dish-img::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,.4);
  pointer-events: none;
}
.feature-dish-content h2 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  margin-bottom: 1.2rem;
}
.feature-dish-content h2 small {
  display: block;
  font-family: var(--script);
  font-size: .45em;
  color: var(--red);
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: .3rem;
  transform: rotate(-3deg) translateX(.5rem);
  transform-origin: left;
}
.feature-price {
  font-family: var(--serif);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--red);
  margin: 1.5rem 0;
}
@media (max-width: 780px) {
  .feature-dish { grid-template-columns: 1fr; }
}

/* -------- Événements -------- */
.events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.event-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 2rem;
  display: flex; flex-direction: column;
  gap: 1rem;
  transition: transform .3s, box-shadow .3s;
}
.event-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.event-date {
  display: flex; align-items: baseline; gap: .6rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--rule-soft);
}
.event-date .day {
  font-family: var(--serif);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: var(--red);
}
.event-date .month {
  font-family: var(--sans);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.event-card h3 { margin: 0; font-size: 1.3rem; }
.event-meta {
  font-family: var(--sans);
  font-size: .78rem;
  color: var(--muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .events-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .events-grid { grid-template-columns: 1fr; }
}
/* Variante sombre (sur fond --ink) */
.event-card--dark { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.1); }
.event-card--dark h3 { color: var(--cream); }
.event-card--dark p { color: rgba(248,242,228,.72); }

/* -------- Countdown -------- */
.countdown {
  display: flex; gap: 1rem;
  font-family: var(--serif);
  margin: 1rem 0;
}
.countdown-unit {
  background: var(--cream);
  border: 1px solid var(--rule);
  padding: .8rem 1rem;
  text-align: center;
  min-width: 68px;
}
.countdown-unit--ghost { background: transparent; border-color: rgba(229,197,115,.3); }
.countdown-unit--ghost .num { color: var(--gold-soft); }
.countdown-unit--ghost .label { color: rgba(255,255,255,.66); }
.countdown-unit .num {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ink);
}
.countdown-unit .label {
  display: block;
  font-family: var(--sans);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: .3rem;
}

/* -------- Galerie -------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
  gap: 8px;
}
.gallery a {
  overflow: hidden;
  display: block;
  background: var(--ink);
}
.gallery img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
.gallery a:hover img { transform: scale(1.05); }
.gallery a.tall { grid-row: span 2; }
.gallery a.wide { grid-column: span 2; }

@media (max-width: 800px) {
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .gallery a.wide { grid-column: span 2; }
  .gallery a.tall { grid-row: span 1; }
}

/* -------- Presse -------- */
.press-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  align-items: center;
  padding: 2rem 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.press-item {
  display: flex; align-items: center; justify-content: center;
  padding: 1rem;
}
.press-item img { max-height: 60px; width: auto; opacity: .7; filter: grayscale(100%); transition: all .2s; }
.press-item img:hover { opacity: 1; filter: grayscale(0); }
.press-item .press-name {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  color: var(--muted);
  transition: color .2s;
}
.press-item:hover .press-name { color: var(--ink); }

/* -------- Avis -------- */
.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.review {
  background: var(--paper);
  padding: 2rem;
  border: 1px solid var(--rule);
  position: relative;
  display: flex; flex-direction: column;
}
.review-stars {
  color: var(--gold);
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.review blockquote {
  margin: 0 0 1.5rem;
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--ink);
  flex: 1;
}
.review-author {
  font-family: var(--sans);
  font-size: .82rem;
  color: var(--muted);
  padding-top: 1rem;
  border-top: 1px solid var(--rule-soft);
}
.review-author strong { color: var(--ink); font-weight: 600; display: block; }

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

/* -------- Carte de visite / CTA bloc -------- */
.cta-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
  padding: clamp(3rem, 6vw, 5rem);
  background: var(--ink);
  color: var(--cream);
  border: 1px solid var(--ink);
  position: relative;
}
.cta-block::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255,255,255,.15);
  pointer-events: none;
}
.cta-block h2 { color: var(--cream); font-size: clamp(2rem, 4vw, 3.2rem); }
.cta-block p { color: rgba(248, 242, 228, 0.8); }
@media (max-width: 800px) {
  .cta-block { grid-template-columns: 1fr; }
}

/* -------- Carte interactive -------- */
.map-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.map-panel {
  padding: clamp(2rem, 5vw, 4rem);
  display: flex; flex-direction: column; justify-content: center;
  background: var(--paper);
}
.map-tabs {
  display: flex; gap: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--rule);
}
.map-tab {
  flex: 1;
  background: transparent;
  border: none;
  padding: 1rem;
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 2px solid transparent;
  transition: all .2s;
  margin-bottom: -1px;
}
.map-tab.active { color: var(--red); border-color: var(--red); }
.map-canvas {
  background: var(--cream-deep);
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
@media (max-width: 800px) {
  .map-section { grid-template-columns: 1fr; }
  .map-canvas { min-height: 320px; }
}

/* -------- Footer -------- */
.site-footer {
  background: var(--ink);
  color: var(--cream);
  padding: 4rem 0 0;
}
.site-footer .wrap { padding-top: 0; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
}
.footer-brand img { height: 56px; width: auto; margin-bottom: 1rem; filter: invert(1) brightness(1.2); }
.footer-brand p { color: rgba(248, 242, 228, 0.7); font-size: .92rem; max-width: 28ch; }
.footer-col h4 {
  color: var(--gold-soft);
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: .6rem; }
.footer-col a {
  color: rgba(248, 242, 228, 0.75);
  font-family: var(--sans);
  font-size: .92rem;
  transition: color .2s;
}
.footer-col a:hover { color: var(--gold-soft); }
.footer-bar {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 1.5rem 0;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
  font-family: var(--sans);
  font-size: .78rem;
  color: rgba(248, 242, 228, 0.66);
}

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* -------- Menu / Carte page -------- */
.carte-hero {
  text-align: center;
  padding: clamp(4rem, 8vw, 7rem) 1.5rem clamp(2rem, 4vw, 3rem);
}
.carte-hero h1 .script { font-size: 1.2em; }
.carte-sections {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2rem, 4vw, 4rem) clamp(3rem, 6vw, 6rem);
}
.carte-section h2 {
  font-family: var(--serif);
  font-size: 2rem;
  padding-bottom: .8rem;
  border-bottom: 2px solid var(--ink);
  margin-bottom: 1.5rem;
  display: flex; align-items: baseline; justify-content: space-between;
}
.carte-section h2 .script-mini {
  font-family: var(--script);
  font-size: 1.3rem;
  color: var(--red);
  font-weight: 500;
  letter-spacing: 0;
}
.dish {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px dotted var(--rule);
}
.dish:last-child { border: none; }
.dish-name {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: .2rem;
}
.dish-desc {
  font-family: var(--serif);
  font-style: italic;
  color: var(--ink-soft);
  font-size: .92rem;
  margin: 0;
}
.dish-price {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--red);
  white-space: nowrap;
  min-width: 70px;
  text-align: right;
}

@media (max-width: 800px) { .carte-sections { grid-template-columns: 1fr; } }

/* Boissons : variante sombre + tableau bières pression */
.dish.bev { border-bottom-color: rgba(229,197,115,.15); }
.dish.bev .dish-name { font-weight: 500; }
.bev-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--sans);
  margin-top: .5rem;
}
.bev-table thead th {
  text-align: right;
  font-family: var(--mono);
  font-size: .7rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  padding: .6rem .5rem .8rem;
  border-bottom: 1px solid rgba(229,197,115,.25);
}
.bev-table thead th:first-child { text-align: left; }
.bev-table tbody td {
  padding: .7rem .5rem;
  font-size: .98rem;
  color: var(--cream);
  border-bottom: 1px solid rgba(229,197,115,.1);
  text-align: right;
}
.bev-table tbody td:first-child {
  text-align: left;
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--cream);
}
.bev-table tbody tr:last-child td { border-bottom: none; }

/* -------- Contact page -------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.contact-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 2.5rem;
  position: relative;
}
.contact-card::before {
  content: "";
  position: absolute; inset: 10px;
  border: 1px solid var(--rule-soft);
  pointer-events: none;
}
.contact-card h3 {
  font-size: 2rem;
  margin-bottom: .5rem;
}
.contact-card h3 small {
  display: block;
  font-family: var(--script);
  font-size: 1.3rem;
  color: var(--red);
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: .3rem;
}
.contact-details {
  list-style: none; padding: 0; margin: 1.5rem 0;
  font-family: var(--sans);
  font-size: .95rem;
}
.contact-details li {
  padding: .8rem 0;
  border-bottom: 1px solid var(--rule-soft);
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.contact-details li:last-child { border: none; }
.contact-details strong {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.contact-details a { color: var(--ink); font-weight: 500; }
.contact-details a:hover { color: var(--red); }

@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; gap: 2rem; } }

/* -------- Utilitaires -------- */
.center { text-align: center; }
.mb-0 { margin-bottom: 0 !important; }
.mt-2 { margin-top: 2rem; }
.mt-4 { margin-top: 4rem; }

/* -------- Réduire les mouvements -------- */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
}

/* -------- Accessibilité : focus clavier visible -------- */
:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 2px;
  border-radius: 2px;
}
.bg-ink :focus-visible,
.site-footer :focus-visible,
.cta-block :focus-visible { outline-color: var(--gold-soft); }
/* Repli pour navigateurs sans :focus-visible */
a:focus, button:focus { outline: 2px solid var(--red); outline-offset: 2px; }
a:focus:not(:focus-visible), button:focus:not(:focus-visible) { outline: none; }

main { display: block; }

/* -------- Lien d'évitement -------- */
.skip-link {
  position: absolute;
  left: 1rem; top: -120px;
  z-index: 100;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-size: .9rem; font-weight: 600;
  letter-spacing: .04em;
  padding: .8rem 1.2rem;
  border-radius: 2px;
  transition: top .15s ease;
}
.skip-link:focus { top: 1rem; }

/* -------- Cibles tactiles minimales -------- */
.nav-burger { width: 46px; height: 46px; }
.lang-toggle [data-lang] { padding: .25rem .35rem; }

/* -------- Section Avis Google (widget) -------- */
.reviews-head {
  display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.google-badge {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--sans); font-weight: 600; font-size: .95rem;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: .5rem .9rem; border-radius: 30px;
}
.google-badge .g-stars { color: var(--gold); letter-spacing: .08em; }
/* Emplacement du widget d'avis (Featurable / Trustindex / API Places) */
.reviews-slot { min-height: 60px; }
.reviews-slot[data-empty] {
  border: 1px dashed var(--rule);
  background: var(--paper);
  padding: 2.5rem 2rem;
  text-align: center;
  color: var(--muted);
  font-family: var(--sans);
  font-size: .92rem;
}
