@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,500;0,6..96,600;1,6..96,400;1,6..96,500&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }

:root {
  --bg: #2B1C21;
  --bg-2: #32212A;
  --bg-3: #3B2732;
  --bg-4: #47303B;
  --bone: #F4EDE3;
  --muted: #BFA8A2;
  --faint: #B49E98;
  --line: rgba(244, 237, 227, 0.14);
  --line-soft: rgba(244, 237, 227, 0.07);
  --acid: #D8E85F;
  --acid-2: #BCD03F;
  --on-acid: #251418;
  --shadow: rgba(12, 6, 9, 0.55);
  --display: 'Bodoni Moda', Didot, Georgia, 'Times New Roman', serif;
  --sans: 'Archivo', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --nav-h: 74px;
  --max-w: 1200px;
  --pad: clamp(1.25rem, 5vw, 4rem);
  --r: 6px;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--bone);
  font-size: 16px;
  line-height: 1.68;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }

svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: inherit; color: inherit; }
p { color: var(--muted); }
strong { font-weight: 600; color: var(--bone); }

:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 3px;
  border-radius: 2px;
}

h1, h2 {
  font-family: var(--display);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.012em;
  color: var(--bone);
}
h1 { font-size: clamp(2.5rem, 6.2vw, 5rem); }
h2 { font-size: clamp(1.8rem, 3.3vw, 2.8rem); }
h1 em, h2 em { font-style: italic; color: var(--acid); }
h3 {
  font-family: var(--sans);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.005em;
  color: var(--bone);
}

.sr {
  position: absolute; width: 1px; height: 1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip {
  position: fixed; top: 48px; left: -999px; z-index: 400;
  background: var(--acid); color: var(--on-acid);
  padding: 0.75rem 1.25rem; font-weight: 600; border-radius: var(--r);
}
.skip:focus { left: 12px; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad); }
.container.narrow { max-width: 760px; }
section { padding: clamp(3.75rem, 7.5vw, 6.75rem) 0; }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--acid);
}
.mini-h {
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--faint);
}
.section-head { max-width: 36rem; margin-bottom: 2rem; }
.section-head .eyebrow { display: block; margin-bottom: 1.1rem; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-copy { font-size: 1.03rem; margin-top: 1.2rem; max-width: 56ch; }
/* stacked prose paragraphs need air between them */
section .container p + p { margin-top: 1rem; }
.section-head.center + .section-copy,
.section-head.center .section-copy { margin-inline: auto; }
.lead-para { font-family: var(--display); font-size: clamp(1.25rem, 2.2vw, 1.65rem); line-height: 1.4; color: var(--bone); margin-bottom: 1.25rem; }
.head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.head-row .section-head { margin-bottom: 0; }

/* --- buttons --- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  min-height: 48px; padding: 0.7rem 1.7rem;
  font-family: var(--sans); font-size: 0.9rem; font-weight: 600; letter-spacing: 0.01em;
  border: 1.5px solid transparent; border-radius: 50px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.btn-acid { background: var(--acid); color: var(--on-acid); }
.btn-acid:hover { background: var(--acid-2); transform: translateY(-2px); }
.btn-ghost { border-color: var(--line); color: var(--bone); }
.btn-ghost:hover { border-color: var(--acid); color: var(--acid); }
.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.75rem; }
.btn-row.center { justify-content: center; }
.link-arrow {
  display: inline-flex; align-items: center; min-height: 44px; gap: 0.45rem;
  font-size: 0.9rem; font-weight: 600; color: var(--acid);
  border-bottom: 1px solid rgba(216, 232, 95, 0.35);
  margin-top: 1.5rem;
}
.link-arrow::after { content: '\2192'; transition: transform 0.2s ease; }
.link-arrow:hover::after { transform: translateX(4px); }

.tag {
  display: inline-block; margin-left: 0.4rem;
  font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700;
  color: var(--acid); border: 1px solid rgba(216, 232, 95, 0.4);
  border-radius: 3px; padding: 0.1rem 0.3rem; vertical-align: 0.14em;
}

/* --- nav --- */
nav {
  position: fixed; left: 0; right: 0; height: var(--nav-h);
  background: rgba(43, 28, 33, 0.92);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
  z-index: 200; display: flex; align-items: center;
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  width: 100%; max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad);
}
.nav-logo { display: inline-flex; align-items: center; min-height: 44px; gap: 0.6rem; flex-shrink: 0; }
.nav-logo .mark { width: 22px; color: var(--acid); flex-shrink: 0; }
.nav-logo .mark svg { width: 22px; height: 26px; }
.wordmark {
  font-family: var(--display); font-size: 1.4rem; font-weight: 500;
  letter-spacing: -0.01em; color: var(--bone); white-space: nowrap;
}
.wordmark em { font-style: italic; color: var(--acid); }
.nav-links { display: flex; align-items: center; gap: 1.3rem; list-style: none; }
.nav-links > li > a {
  display: inline-flex; align-items: center; min-height: 44px;
  font-size: 0.84rem; font-weight: 500;
  transition: color 0.2s ease;
}
/* the :not(.btn) guards keep these off the acid CTA, which needs dark text */
.nav-links > li > a:not(.btn) { color: rgba(244, 237, 227, 0.74); }
.nav-links > li > a:not(.btn):hover { color: var(--bone); }
.nav-links > li > a:not(.btn)[aria-current="page"] { color: var(--acid); }
.nav-links .btn { min-height: 44px; padding: 0.5rem 1.25rem; font-size: 0.84rem; }
.nav-toggle {
  display: none; align-items: center; justify-content: center;
  width: 46px; height: 46px; background: none; border: 1px solid var(--line); border-radius: 8px;
}
.nav-toggle .bars { display: flex; flex-direction: column; gap: 5px; }
.nav-toggle .bars span { display: block; width: 20px; height: 2px; background: var(--bone); border-radius: 2px; }
.nav-toggle[aria-expanded="true"] { border-color: var(--acid); }

/* --- art frames --- */
.art-frame { position: relative; display: block; }
.art-frame > .art {
  display: block; width: 100%; height: auto; aspect-ratio: 4 / 5;
  border-radius: var(--r); background: #241720;
  box-shadow: 0 34px 60px -44px rgba(0, 0, 0, 0.9);
}
.art-frame > figcaption {
  margin-top: 0.9rem; font-size: 0.83rem; line-height: 1.5; color: var(--faint);
  max-width: 42ch;
}
.art-frame.tall > .art { max-height: 620px; }

/* --- hero --- */
.hero {
  padding-top: calc(var(--nav-h) + clamp(2.25rem, 5vw, 4rem));
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
  background:
    radial-gradient(ellipse 70% 50% at 15% 0%, rgba(168, 91, 60, 0.22), transparent 62%),
    radial-gradient(ellipse 55% 45% at 92% 18%, rgba(216, 232, 95, 0.06), transparent 60%),
    var(--bg);
}
.hero-rule {
  display: flex; align-items: center; gap: 0.75rem; margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--faint);
  font-weight: 500;
}
.hero-rule .line { width: 34px; height: 1px; background: var(--acid); flex: 0 0 auto; }
.hero-rule .line.grow { flex: 1 1 auto; width: auto; background: var(--line); }
.hero-rule .dotsep { color: var(--acid); }
.hero h1 { max-width: 22ch; }
.hero-strip {
  display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: clamp(1.75rem, 3.5vw, 3.25rem);
  margin-top: clamp(2rem, 4vw, 3.25rem);
  padding-top: clamp(1.75rem, 3vw, 2.5rem);
  border-top: 1px solid var(--line);
}
.hero-lead p { font-size: 1.05rem; }
.rating-chip {
  display: inline-flex; align-items: center; gap: 0.6rem; flex-wrap: wrap;
  margin-top: 1.25rem; padding: 0.55rem 0.95rem;
  border: 1px solid var(--line); border-radius: 50px; background: rgba(244, 237, 227, 0.04);
  font-size: 0.83rem; color: var(--muted);
}
.hero-hours dl { margin-top: 1.1rem; display: flex; flex-direction: column; gap: 0.9rem; }
.hero-hours dt { font-size: 0.83rem; font-weight: 600; color: var(--bone); }
.hero-hours dd { font-size: 0.88rem; color: var(--muted); }
.hero-actions { display: flex; flex-direction: column; gap: 0.7rem; align-items: stretch; }
.hero-tel { font-size: 0.82rem; line-height: 1.55; margin-top: 0.35rem; }
.hero-tel a { color: var(--acid); border-bottom: 1px solid rgba(216, 232, 95, 0.4); }
.hero-art {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding: 0 3px;
}
.hero-art .art { border-radius: 0; max-height: 380px; }

/* --- status band --- */
.status-band {
  background: var(--bg-2);
  border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
  padding: 1rem 0;
}
.status-band .container { display: flex; align-items: center; justify-content: space-between; gap: 0.6rem 2rem; flex-wrap: wrap; }
.status-main { color: var(--bone); font-size: 0.92rem; font-weight: 500; display: flex; align-items: center; gap: 0.6rem; }
.status-main .dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--acid);
  box-shadow: 0 0 0 0 rgba(216, 232, 95, 0.6); animation: pulse 2.4s infinite;
}
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(216, 232, 95, 0); } 100% { box-shadow: 0 0 0 0 rgba(216, 232, 95, 0); } }
.status-alt { font-size: 0.86rem; color: var(--faint); font-style: italic; font-family: var(--display); }

.kitchen { background: var(--bg-2); }
.sunday-band {
  background:
    radial-gradient(ellipse 60% 60% at 82% 18%, rgba(168, 91, 60, 0.2), transparent 62%),
    var(--bg);
}

/* --- splits --- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split.reverse > *:first-child { order: 2; }
.split.reverse > *:last-child { order: 1; }

/* --- week / dish lists --- */
.week-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.week-note {
  margin-top: 2.25rem; padding: 1.25rem 1.4rem;
  border: 1px solid var(--line); border-left: 3px solid var(--acid); border-radius: var(--r);
  background: rgba(244, 237, 227, 0.03);
}
.week-note p + p { margin-top: 0.35rem; font-size: 0.92rem; }
.week-menu { padding-top: 0.4rem; }

.dish-list { list-style: none; }
.dish { padding: 1.05rem 0; border-bottom: 1px solid var(--line-soft); }
.dish:first-child { padding-top: 0; }
.dish:last-child { border-bottom: none; }
.dish-top { display: flex; align-items: baseline; gap: 0.7rem; }
.dish-name { font-family: var(--display); font-size: 1.2rem; font-weight: 500; color: var(--bone); }
.dish-top .lead { flex: 1 1 auto; min-width: 1.25rem; border-bottom: 1px dotted rgba(244, 237, 227, 0.3); transform: translateY(-0.28em); }
.dish-price { font-family: var(--display); font-size: 1.08rem; font-weight: 500; color: var(--acid); white-space: nowrap; }
.dish-desc { font-size: 0.9rem; color: var(--muted); margin-top: 0.2rem; max-width: 46ch; }
.diet-key {
  list-style: none; display: flex; flex-wrap: wrap; gap: 0.35rem 1.25rem;
  margin-top: 1.75rem; padding-top: 1.25rem; border-top: 1px solid var(--line-soft);
  font-size: 0.78rem; color: var(--faint);
}
.diet-key .tag { margin-left: 0; margin-right: 0.3rem; }

/* --- numbered list --- */
.numbered { list-style: none; margin-top: 2rem; display: flex; flex-direction: column; gap: 1.6rem; }
.numbered li { display: grid; grid-template-columns: 3rem 1fr; gap: 0.35rem 1rem; align-items: start; }
.numbered .n {
  grid-row: span 2; font-family: var(--display); font-size: 1.5rem; color: var(--acid);
  line-height: 1; padding-top: 0.15rem;
}
.numbered h3 { margin-bottom: 0.15rem; }
.numbered p { font-size: 0.94rem; grid-column: 2; }

/* --- price strip --- */
.price-strip { list-style: none; margin-top: 1.75rem; border-top: 1px solid var(--line-soft); }
.price-strip li {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  padding: 0.8rem 0; border-bottom: 1px solid var(--line-soft);
}
.price-strip span { font-size: 0.95rem; color: var(--muted); }
.price-strip strong { font-family: var(--display); font-size: 1.2rem; color: var(--acid); font-weight: 500; }
.price-strip.big li { padding: 1rem 0; }
.price-strip.big span { font-size: 1rem; color: var(--bone); }

.ticks { list-style: none; margin-top: 1.5rem; display: flex; flex-direction: column; gap: 0.85rem; }
.ticks li { position: relative; padding-left: 1.7rem; font-size: 0.94rem; color: var(--muted); }
.ticks li::before {
  content: ''; position: absolute; left: 0; top: 0.55em;
  width: 9px; height: 9px; border-radius: 50%; border: 2px solid var(--acid);
}
.ticks a { color: var(--acid); border-bottom: 1px solid rgba(216, 232, 95, 0.4); }

/* --- reviews embed --- */
.reviews { background: var(--bg-2); }
.reviews-embed {
  border: 1px solid var(--line); border-radius: 10px; overflow: hidden;
  background: var(--bg-3); box-shadow: 0 40px 70px -50px rgba(0, 0, 0, 0.9);
}
.re-head {
  display: flex; align-items: center; gap: 0.85rem;
  padding: 1rem 1.4rem; background: rgba(244, 237, 227, 0.045);
  border-bottom: 1px solid var(--line);
}
.re-glyph {
  width: 34px; height: 34px; border-radius: 8px; background: rgba(216, 232, 95, 0.12);
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.re-glyph svg { width: 18px; height: 18px; }
.re-head-text { display: flex; flex-direction: column; line-height: 1.35; }
.re-head-text strong { font-size: 0.92rem; }
.re-head-text { font-size: 0.78rem; color: var(--faint); }
.re-sort {
  margin-left: auto; font-size: 0.74rem; color: var(--faint);
  border: 1px solid var(--line); border-radius: 50px; padding: 0.3rem 0.75rem; white-space: nowrap;
}
.re-body { display: grid; grid-template-columns: 260px 1fr; }
.re-score { padding: 1.75rem 1.4rem; border-right: 1px solid var(--line); }
.re-num { font-family: var(--display); font-size: 3.6rem; line-height: 0.9; color: var(--bone); }
.re-count { font-size: 0.8rem; color: var(--faint); margin-top: 0.5rem; }
.stars { display: inline-flex; gap: 2px; margin-top: 0.6rem; }
.stars svg { width: 17px; height: 17px; }
.stars-sm { margin-top: 0; }
.stars-sm svg { width: 13px; height: 13px; }
.re-bars { margin-top: 1.25rem; display: flex; flex-direction: column; gap: 0.4rem; }
.re-bar-row { display: flex; align-items: center; gap: 0.5rem; font-size: 0.72rem; color: var(--faint); }
.re-bar { flex: 1; height: 5px; border-radius: 3px; background: rgba(244, 237, 227, 0.1); overflow: hidden; }
.re-bar span { display: block; height: 100%; background: var(--acid); border-radius: 3px; }
.re-bar-v { width: 2.2rem; text-align: right; }
.re-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.re-card { padding: 1.75rem 1.4rem; border-right: 1px solid var(--line); }
.re-card:last-child { border-right: none; }
.re-text { font-size: 0.93rem; line-height: 1.62; color: var(--muted); margin-top: 0.75rem; }
.re-meta { display: flex; align-items: center; gap: 0.6rem; margin-top: 1.25rem; font-size: 0.83rem; }
.re-meta > span:last-child { display: flex; flex-direction: column; line-height: 1.3; }
.re-avatar {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  background: var(--bg-4); color: var(--bone);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 0.95rem;
}
.re-date { font-size: 0.76rem; color: var(--faint); }
.re-foot {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  padding: 0.85rem 1.4rem; border-top: 1px solid var(--line);
  font-size: 0.76rem; color: var(--faint); background: rgba(244, 237, 227, 0.03);
}

/* --- gallery --- */
.g-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 2.5vw, 2rem); }
.g-grid.teaser { grid-template-columns: repeat(4, 1fr); margin-top: 2.5rem; }
.g-tile {
  display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start;
  width: 100%; text-align: left; background: none; border: none; padding: 0;
  position: relative;
}
.g-tile[hidden] { display: none; }
.g-tile .art-frame { overflow: hidden; border-radius: var(--r); }
.g-tile .art { transition: transform 0.5s ease; }
.g-tile:hover .art { transform: scale(1.035); }
.g-cap { display: block; margin-top: 0.85rem; }
.g-num { display: block; font-size: 0.68rem; letter-spacing: 0.2em; color: var(--acid); font-weight: 600; }
.g-title { display: block; font-family: var(--display); font-size: 1.12rem; line-height: 1.3; color: var(--bone); margin-top: 0.15rem; }
.g-grid .g-title { min-height: 2.6em; }
.g-sub { display: block; font-size: 0.82rem; color: var(--faint); line-height: 1.5; margin-top: 0.1rem; }
.g-zoom {
  position: absolute; top: 0.75rem; right: 0.75rem;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(43, 28, 33, 0.78); color: var(--bone);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.25s ease;
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}
.g-zoom svg { width: 17px; height: 17px; }
.g-tile:hover .g-zoom, .g-tile:focus-visible .g-zoom { opacity: 1; }

.filter-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem; margin-bottom: 2.5rem; }
.chip {
  display: inline-flex; align-items: center; gap: 0.45rem; min-height: 44px;
  padding: 0.5rem 1.15rem; border-radius: 50px;
  border: 1px solid var(--line); background: none;
  font-size: 0.85rem; font-weight: 500; color: var(--muted);
  transition: all 0.2s ease;
}
.chip span { font-size: 0.72rem; color: var(--faint); }
.chip:hover { border-color: var(--acid); color: var(--bone); }
.chip.is-on { background: var(--acid); border-color: var(--acid); color: var(--on-acid); font-weight: 600; }
.chip.is-on span { color: rgba(37, 20, 24, 0.65); }
.filter-note { width: 100%; font-size: 0.82rem; color: var(--faint); margin-top: 0.4rem; }

/* --- lightbox --- */
/* inset top clears the 40px demo bar; the padding guarantees room for the close button */
.lightbox { position: fixed; inset: 40px 0 0 0; z-index: 500; display: flex; align-items: center; justify-content: center; padding: 70px 0 16px; }
.lb-backdrop { position: absolute; inset: 0; background: rgba(18, 10, 14, 0.9); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.lb-panel { position: relative; z-index: 1; padding: 0 clamp(0.5rem, 5vw, 4.5rem); max-width: 100%; }
.lb-figure { display: flex; flex-direction: column; align-items: center; }
.lb-art > .art {
  width: min(84vw, 68vh * 0.8, 540px); height: auto; aspect-ratio: 4 / 5;
  border-radius: var(--r); box-shadow: 0 50px 90px -40px rgba(0, 0, 0, 0.95);
}
.lb-cap { margin-top: 1.1rem; text-align: center; max-width: 44ch; }
.lb-cap .g-sub { margin-top: 0.25rem; }
.lb-btn {
  position: absolute; z-index: 2;
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(59, 39, 50, 0.92); border: 1px solid var(--line); color: var(--bone);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; line-height: 1;
}
.lb-btn:hover { background: var(--bg-4); border-color: var(--acid); color: var(--acid); }
.lb-close { top: -62px; right: clamp(0.5rem, 5vw, 4.5rem); }
.lb-prev { left: -6px; top: 42%; }
.lb-next { right: -6px; top: 42%; }

/* --- page header --- */
.page-header {
  padding-top: calc(var(--nav-h) + clamp(2.5rem, 5vw, 4.25rem));
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
  border-bottom: 1px solid var(--line-soft);
  background:
    radial-gradient(ellipse 60% 55% at 12% 0%, rgba(168, 91, 60, 0.2), transparent 62%),
    var(--bg);
}
.ph-inner { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(1.75rem, 4vw, 4rem); align-items: end; }
.page-header h1 { font-size: clamp(2.15rem, 4.3vw, 3.4rem); }
.page-header .eyebrow { display: block; margin-bottom: 1rem; }
.ph-side p { font-size: 1.02rem; }
.ph-side .btn-row { margin-top: 1.5rem; }

/* --- subnav --- */
.subnav {
  position: sticky; top: calc(var(--nav-h) + 40px); z-index: 100;
  background: rgba(50, 33, 42, 0.94);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-soft);
}
.subnav ul {
  list-style: none; display: flex; gap: 1.75rem; overflow-x: auto;
  scrollbar-width: none;
}
.subnav ul::-webkit-scrollbar { display: none; }
.subnav a {
  display: inline-flex; align-items: center; min-height: 48px;
  font-size: 0.82rem; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--muted); white-space: nowrap; border-bottom: 2px solid transparent;
}
.subnav a:hover { color: var(--acid); border-bottom-color: var(--acid); }

/* --- menu sections --- */
.menu-section.alt, .alt-band { background: var(--bg-2); }
.menu-lead { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: end; margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.menu-lead .section-head { margin-bottom: 0; }
.menu-cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.menu-cols + .menu-cols { margin-top: clamp(2.5rem, 5vw, 4rem); }
.menu-h {
  font-family: var(--display); font-style: italic; font-weight: 500;
  font-size: 1.35rem; color: var(--acid);
  padding-bottom: 0.6rem; margin-bottom: 1rem; border-bottom: 1px solid var(--line);
}
.menu-col .dish-list + .menu-h { margin-top: 2.5rem; }
.menu-foot { font-size: 0.85rem; color: var(--faint); margin-top: 1.25rem; font-style: italic; }
.fact-card {
  border: 1px solid var(--line); border-radius: 10px; padding: clamp(1.4rem, 3vw, 2rem);
  background: rgba(244, 237, 227, 0.03);
}
.fact-card h3 { font-size: 1rem; margin-bottom: 0.6rem; }
.fact-card p { font-size: 0.94rem; }
.fact-card .btn { margin-top: 1.5rem; }
.fact-card .ticks { margin-top: 1rem; }
.diet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; }
.diet-grid + .diet-key { margin-top: 2rem; }

/* --- timeline --- */
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.tl-item { padding-top: 1.5rem; border-top: 2px solid var(--line); position: relative; }
.tl-item::before { content: ''; position: absolute; top: -5px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--acid); }
.tl-time { font-family: var(--display); font-size: 1.6rem; color: var(--acid); display: block; margin-bottom: 0.4rem; }
.tl-item h3 { margin-bottom: 0.3rem; }
.tl-item p { font-size: 0.9rem; }

/* --- faq + quotes --- */
.faq { display: flex; flex-direction: column; gap: 1.25rem; margin-top: 1rem; }
.faq dt { font-family: var(--display); font-size: 1.1rem; color: var(--bone); margin-bottom: 0.2rem; }
.faq dd { font-size: 0.92rem; color: var(--muted); }
.tall-card { align-self: start; }
.quote-pair { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); }
.pull-quote { border-left: 2px solid var(--acid); padding-left: clamp(1.25rem, 3vw, 2rem); }
.pull-quote blockquote {
  font-family: var(--display); font-size: clamp(1.2rem, 2.1vw, 1.55rem); line-height: 1.4;
  color: var(--bone);
}
.pull-quote figcaption { margin-top: 1rem; font-size: 0.85rem; color: var(--faint); display: flex; align-items: center; gap: 0.7rem; }
blockquote.pull {
  font-family: var(--display); font-style: italic; font-size: clamp(1.2rem, 2.1vw, 1.5rem);
  line-height: 1.4; color: var(--bone); margin: 1.75rem 0;
  padding-left: 1.5rem; border-left: 2px solid var(--acid);
}
.sign { font-family: var(--display); font-style: italic; font-size: 1.05rem; color: var(--acid); margin-top: 1.25rem; }

/* --- drinks --- */
.drink-list { list-style: none; max-width: 58rem; }
.drink {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1.5rem;
  padding: 1.05rem 0; border-bottom: 1px solid var(--line-soft);
}
.drink:last-child { border-bottom: none; }
.drink-main { flex: 1 1 auto; }
.drink-prices { display: flex; gap: 1.25rem; flex-shrink: 0; }
.pr { display: flex; flex-direction: column; align-items: flex-end; }
.pr-k { font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--faint); }
.pr-v { font-family: var(--display); font-size: 1.05rem; color: var(--acid); }

/* --- private dining --- */
.space-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.space-card {
  border: 1px solid var(--line); border-radius: 10px; padding: clamp(1.5rem, 3vw, 2rem);
  background: var(--bg-3); display: flex; flex-direction: column;
}
.space-tag {
  font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600;
  color: var(--acid); margin-bottom: 0.9rem; display: block;
}
.space-card h3 { font-family: var(--display); font-weight: 500; font-size: 1.65rem; margin-bottom: 0.65rem; }
.space-card p { font-size: 0.93rem; }
.space-facts { margin-top: auto; padding-top: 1.4rem; display: flex; flex-direction: column; gap: 0.6rem; }
.space-facts > div { display: flex; justify-content: space-between; gap: 1rem; padding-top: 0.6rem; border-top: 1px solid var(--line-soft); font-size: 0.85rem; }
.space-facts dt { color: var(--faint); flex-shrink: 0; }
.space-facts dd { color: var(--bone); text-align: right; }

/* --- forms --- */
.form-section { background: var(--bg-2); }
.card-form {
  border: 1px solid var(--line); border-radius: 10px; padding: clamp(1.4rem, 3vw, 2.25rem);
  background: var(--bg-3); margin-top: 2rem;
}
.form-body { display: flex; flex-direction: column; gap: 1.1rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field { display: flex; flex-direction: column; gap: 0.4rem; }
.field label, .form label { font-size: 0.83rem; font-weight: 600; color: var(--bone); letter-spacing: 0.01em; }
.opt { font-weight: 400; color: var(--faint); font-size: 0.76rem; }
.form input, .form select, .form textarea {
  font-family: var(--sans); font-size: 16px; line-height: 1.5; color: var(--bone);
  background: rgba(43, 28, 33, 0.7); border: 1px solid var(--line); border-radius: 8px;
  padding: 0.8rem 0.95rem; min-height: 50px; width: 100%;
}
.form textarea { min-height: 110px; resize: vertical; }
.form input::placeholder, .form textarea::placeholder { color: var(--faint); }
.form input:focus, .form select:focus, .form textarea:focus { outline: 3px solid var(--acid); outline-offset: 2px; border-color: var(--acid); }
.form select { appearance: none; -webkit-appearance: none; cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, var(--acid) 50%), linear-gradient(135deg, var(--acid) 50%, transparent 50%);
  background-position: calc(100% - 20px) 22px, calc(100% - 14px) 22px;
  background-size: 6px 6px, 6px 6px; background-repeat: no-repeat;
}
.form select option { background: var(--bg-3); color: var(--bone); }
.check { display: flex; align-items: center; gap: 0.7rem; font-size: 0.88rem; font-weight: 400; color: var(--muted); min-height: 44px; cursor: pointer; }
.check input { width: 22px; height: 22px; min-height: 22px; accent-color: var(--acid); flex-shrink: 0; }
.form-small { font-size: 0.78rem; color: var(--faint); line-height: 1.55; }
.form-done { text-align: center; padding: 1.5rem 0.5rem; }
.form-done:focus-visible { outline: 3px solid var(--acid); outline-offset: 6px; }
.form-done .tick {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--acid); color: var(--on-acid); font-size: 1.5rem; margin-bottom: 1rem;
}
.form-done h3 { font-family: var(--display); font-weight: 500; font-size: 1.5rem; margin-bottom: 0.5rem; }
.form-done p { font-size: 0.94rem; max-width: 46ch; margin-inline: auto; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.form-col .section-head { margin-bottom: 0; }
.form-col .section-copy { margin-top: 1rem; }

/* --- about --- */
.supplier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.supplier { border-top: 2px solid var(--line); padding-top: 1.25rem; }
.supplier h3 { font-family: var(--display); font-weight: 500; font-size: 1.4rem; }
.sup-where { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--acid); margin: 0.3rem 0 0.7rem; }
.supplier p { font-size: 0.92rem; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.25rem, 2.5vw, 2rem); margin-top: 2.5rem; }
.team-card .art { aspect-ratio: 1 / 1; }
.team-card figcaption { margin-top: 0.9rem; display: flex; flex-direction: column; gap: 0.15rem; }
.team-card strong { font-family: var(--display); font-weight: 500; font-size: 1.15rem; }
.team-card span { font-size: 0.82rem; color: var(--faint); line-height: 1.45; }
.jobs {
  margin-top: 3rem; padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid var(--line); border-radius: 10px;
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem 2rem; flex-wrap: wrap;
}
.jobs h3 { margin-bottom: 0.4rem; }
.jobs p { font-size: 0.94rem; max-width: 62ch; }

/* --- pd strip + find --- */
.pd-strip { background: var(--bg-2); }
.pd-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.pd-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; align-items: start; }
.pd-facts > div { border-top: 2px solid var(--acid); padding-top: 0.85rem; }
.pd-facts strong { display: block; font-family: var(--display); font-size: 2.4rem; line-height: 1; font-weight: 500; }
.pd-facts span { font-size: 0.8rem; color: var(--faint); display: block; margin-top: 0.3rem; }
.pd-facts .btn { grid-column: 1 / -1; justify-self: start; margin-top: 0.5rem; }
.find-card { border: 1px solid var(--line); border-radius: 10px; padding: clamp(1.5rem, 3vw, 2.25rem); background: var(--bg-2); }
.hours { margin-top: 1.1rem; display: flex; flex-direction: column; }
.hours > div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.7rem 0; border-bottom: 1px solid var(--line-soft); font-size: 0.9rem; }
.hours > div:last-child { border-bottom: none; }
.hours dt { color: var(--muted); }
.hours dd { color: var(--bone); text-align: right; }
.find-addr { margin-top: 1.5rem; font-family: var(--display); font-size: 1.15rem; color: var(--bone); line-height: 1.4; }
.find-tel { margin-top: 0.5rem; }
.find-tel a { color: var(--acid); font-weight: 600; }

/* --- contact --- */
.contact-top { padding-bottom: 0; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.info-card { border: 1px solid var(--line); border-radius: 10px; padding: clamp(1.4rem, 3vw, 2rem); background: var(--bg-3); }
.info-card p { font-size: 0.9rem; margin-top: 0.9rem; }
.info-big { font-family: var(--display); font-size: 1.3rem; line-height: 1.35; color: var(--bone); margin-top: 1rem; }
.info-big a { color: var(--acid); }
.info-card .hours { margin-top: 1rem; }
.map-section .section-head { margin-bottom: 1.75rem; }
.map-wrap {
  position: relative; border-radius: 10px; overflow: hidden; border: 1px solid var(--line);
  min-height: 380px;
  background:
    radial-gradient(circle at 70% 30%, rgba(168, 91, 60, 0.25), transparent 55%),
    repeating-linear-gradient(0deg, transparent 0 38px, rgba(244, 237, 227, 0.05) 38px 39px),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(244, 237, 227, 0.05) 38px 39px),
    var(--bg-3);
}
.map-fallback {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center; padding: 2rem;
}
.map-pin {
  width: 32px; height: 32px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg);
  background: var(--acid); margin-bottom: 1rem; position: relative;
}
.map-pin::after { content: ''; position: absolute; inset: 11px; border-radius: 50%; background: var(--bg); }
.map-name { font-family: var(--display); font-size: 1.4rem; color: var(--bone); }
.map-addr { font-size: 0.85rem; color: var(--faint); margin-top: 0.3rem; line-height: 1.5; }
.map-wrap iframe { position: relative; z-index: 1; width: 100%; height: 100%; min-height: 380px; border: 0; display: block; filter: grayscale(38%) sepia(12%) contrast(0.96) brightness(0.9); }
.access-notes { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.9rem 2rem; margin-top: 1.75rem; }
.access-notes li { font-size: 0.9rem; color: var(--muted); padding-left: 1.5rem; position: relative; }
.access-notes li::before { content: ''; position: absolute; left: 0; top: 0.6em; width: 8px; height: 2px; background: var(--acid); }

/* --- cta band --- */
.cta-band { background: var(--bg-3); text-align: center; border-top: 1px solid var(--line-soft); }
.cta-band .eyebrow { display: block; margin-bottom: 1rem; }
.cta-band h2 { max-width: 18ch; margin-inline: auto; }
.cta-copy { font-size: 1.05rem; max-width: 52ch; margin: 1.25rem auto 0; }
.cta-phone { font-size: 0.85rem; color: var(--faint); margin-top: 1.5rem; }
.cta-phone a { color: var(--acid); border-bottom: 1px solid rgba(216, 232, 95, 0.4); }

/* --- footer --- */
footer { background: #241720; padding: clamp(3rem, 6vw, 5rem) 0 2rem; border-top: 1px solid var(--line-soft); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.5fr; gap: clamp(2rem, 4vw, 3rem); }
.footer-brand .nav-logo { margin-bottom: 1rem; }
.footer-note { font-size: 0.88rem; max-width: 34ch; }
footer address { font-style: normal; font-size: 0.88rem; color: var(--muted); margin-top: 1.25rem; line-height: 1.8; }
footer address a { color: var(--acid); }
.footer-h { font-family: var(--sans); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--faint); margin-bottom: 0.5rem; }
.footer-col ul { list-style: none; }
.footer-col a { display: inline-flex; align-items: center; min-height: 44px; font-size: 0.9rem; color: var(--muted); }
.footer-col a:hover { color: var(--acid); }
.footer-news p { font-size: 0.88rem; margin-bottom: 1rem; }
.mini-form .form-body { display: flex; flex-direction: row; gap: 0.5rem; }
.mini-form input {
  flex: 1 1 auto; min-width: 0; font-family: var(--sans); font-size: 16px; color: var(--bone);
  background: rgba(244, 237, 227, 0.05); border: 1px solid var(--line); border-radius: 50px;
  padding: 0.7rem 1.1rem; min-height: 48px;
}
.mini-form input::placeholder { color: var(--faint); }
.mini-form input:focus { outline: 3px solid var(--acid); outline-offset: 2px; }
.mini-form .btn { flex: 0 0 auto; padding: 0.6rem 1.4rem; }
.mini-form .form-done { text-align: left; padding: 0.75rem 0; font-size: 0.88rem; color: var(--acid); }
.footer-bottom {
  margin-top: clamp(2.5rem, 5vw, 3.5rem); padding-top: 1.5rem; border-top: 1px solid var(--line-soft);
  display: flex; justify-content: space-between; gap: 0.5rem 2rem; flex-wrap: wrap;
  font-size: 0.78rem; color: var(--faint);
}

/* --- responsive --- */
@media (max-width: 1080px) {
  .nav-toggle { display: flex; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--bg-2); border-bottom: 1px solid var(--line);
    padding: 0.75rem var(--pad) 1.5rem;
    max-height: calc(100vh - var(--nav-h) - 40px); overflow-y: auto;
    box-shadow: 0 30px 50px -30px rgba(0, 0, 0, 0.8);
  }
  .nav-links.open { display: flex; }
  .nav-links > li > a { display: flex; min-height: 52px; font-size: 1rem; }
  .nav-links > li > a:not(.btn) { border-bottom: 1px solid var(--line-soft); }
  .nav-links .nav-cta { margin-top: 1rem; }
  .nav-links .btn { width: 100%; min-height: 50px; font-size: 0.95rem; }
  .hero-strip { grid-template-columns: 1fr 1fr; }
  .hero-actions { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; align-items: center; }
  .hero-actions .btn { width: auto; flex: 0 1 auto; }
  .hero-tel { flex: 1 1 240px; margin-top: 0; }
  .re-body { grid-template-columns: 1fr; }
  .re-score { border-right: none; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr; gap: 0 2rem; align-items: center; }
  .re-bars { grid-row: span 3; grid-column: 2; margin-top: 0; }
  .re-list { grid-template-columns: 1fr; }
  .re-card { border-right: none; border-bottom: 1px solid var(--line); }
  .re-card:last-child { border-bottom: none; }
  .diet-grid, .space-grid, .supplier-grid, .info-grid { grid-template-columns: 1fr 1fr; }
  .timeline { grid-template-columns: 1fr 1fr; gap: 2rem 1.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-news { grid-column: 1 / -1; }
}

@media (max-width: 880px) {
  .split, .week-grid, .menu-cols, .menu-lead, .pd-inner, .form-grid, .quote-pair, .ph-inner { grid-template-columns: 1fr; }
  .split.reverse > *:first-child, .split.reverse > *:last-child { order: 0; }
  .split > figure, .week-menu { order: 2; }
  .split.reverse > figure { order: 0; }
  .art-frame.tall > .art { max-height: 460px; }
  .g-grid, .g-grid.teaser { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-art { grid-template-columns: 1fr; }
  .hero-art figure:nth-child(n+2) { display: none; }
  .hero-art .art { max-height: 460px; }
  .menu-cols + .menu-cols { margin-top: 2.5rem; }
  .lb-prev { left: auto; right: 62px; top: -62px; }
  .lb-next { right: 4px; top: -62px; }
  .lb-close { top: -62px; right: auto; left: 4px; }
  .lb-panel { padding: 0 1rem; }
}

@media (max-width: 620px) {
  .hero-strip { grid-template-columns: 1fr; gap: 1.75rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .diet-grid, .space-grid, .supplier-grid, .info-grid, .access-notes, .field-row { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .g-grid, .g-grid.teaser { grid-template-columns: 1fr; }
  .g-grid .g-title { min-height: 0; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .pd-facts { grid-template-columns: 1fr 1fr; }
  .drink { flex-direction: column; gap: 0.6rem; }
  .drink-prices { gap: 1.5rem; }
  .pr { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .re-score { grid-template-columns: 1fr; gap: 1rem; }
  .re-bars { grid-column: 1; grid-row: auto; }
  .status-band .container { flex-direction: column; align-items: flex-start; }
}

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

/* Lightwork demo attribution bar (sticky above the site nav) */
.lw-demo-bar { position: sticky; top: 0; z-index: 9999; display: block; height: 40px; line-height: 40px; box-sizing: border-box; padding: 0 8px; background: #241631; color: rgba(255,255,255,0.88); font-family: system-ui, -apple-system, "Segoe UI", sans-serif; font-size: clamp(9px, 2.7vw, 13px); letter-spacing: 0; white-space: nowrap; text-decoration: none; text-align: center; }
.lw-demo-bar strong { color: #78ffd3; font-weight: 700; }
.lw-demo-bar:hover { background: #2f1d40; color: #ffffff; }
nav { top: 40px; }
