/* ==========================================================================
   Bonjon Rumi — design system
   Palette + type sampled from the restaurant's own logo and dining room.
   Forest #39503D / gold #C9B87E / sage #6A9174 / cream #F5F1E6 / brick clay.
   ========================================================================== */

/* ---------- tokens ---------- */
:root {
  /* greens */
  --forest:        #39503D;
  --forest-deep:   #22301F;
  --forest-ink:    #16211A;
  --forest-soft:   #45604A;
  --sage:          #6A9174;

  /* golds */
  --gold:          #C9B87E;
  --gold-bright:   #E4D3A0;
  --gold-deep:     #A08B4F;

  /* neutrals + accent */
  --cream:         #F5F1E6;
  --cream-dim:     #DCD5C2;
  --clay:          #B4694A;
  --ink:           #14180F;

  /* semantic */
  --bg:            var(--forest-ink);
  --bg-raised:     var(--forest-deep);
  --surface:       #1D2A20;
  --surface-hi:    #253424;
  --text:          var(--cream);
  --text-dim:      #B9C2B0;
  --text-faint:    #8A9585;
  --line:          rgba(201, 184, 126, .20);
  --line-soft:     rgba(201, 184, 126, .10);

  /* type */
  --display: "Cormorant Garamond", "Junge", Georgia, "Times New Roman", serif;
  --body:    "Jost", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  /* scale — fluid */
  --step--1: clamp(.80rem, .77rem + .14vw, .875rem);
  --step-0:  clamp(1rem, .96rem + .18vw, 1.09rem);
  --step-1:  clamp(1.2rem, 1.12rem + .38vw, 1.45rem);
  --step-2:  clamp(1.5rem, 1.34rem + .78vw, 2.02rem);
  --step-3:  clamp(1.9rem, 1.6rem + 1.45vw, 2.85rem);
  --step-4:  clamp(2.4rem, 1.85rem + 2.6vw, 4.1rem);
  --step-5:  clamp(3rem, 2rem + 4.6vw, 6rem);

  /* space */
  --sp-1: .375rem; --sp-2: .75rem; --sp-3: 1.125rem; --sp-4: 1.75rem;
  --sp-5: 2.5rem;  --sp-6: 4rem;   --sp-7: 6rem;     --sp-8: 9rem;

  --wrap: 1180px;
  --wrap-narrow: 720px;
  --radius: 2px;
  --radius-lg: 4px;

  --ease: cubic-bezier(.22, .61, .36, 1);
  --dur: .5s;

  --shadow: 0 1px 2px rgba(0,0,0,.3), 0 8px 30px rgba(0,0,0,.35);
  --shadow-lg: 0 2px 4px rgba(0,0,0,.3), 0 24px 70px rgba(0,0,0,.5);

  --sticky-h: 0px;

  --botanical-svg: url("../img/botanical.svg");
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }

/* The UA stylesheet's [hidden] { display: none } is only specificity (0,1,0),
   so any author rule that sets `display` — .notice, .hero-status, .order-bar,
   .kb-alert — silently beats it and the element stays on screen. That shipped
   a "the kitchen is closed" banner next to an "open now" pill. Keep this first. */
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important; scroll-behavior: auto !important;
  }
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: var(--step-0);
  line-height: 1.65;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  padding-bottom: var(--sticky-h);
}
img, svg, video { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; line-height: 1.08; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
a { color: var(--gold); text-decoration-color: rgba(201,184,126,.4); text-underline-offset: .22em; }
a:hover { color: var(--gold-bright); }
ul { margin: 0; padding: 0; list-style: none; }
hr { border: 0; border-top: 1px solid var(--line); margin: var(--sp-5) 0; }

/* focus — visible on every interactive thing, gold on dark */
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 3px;
  border-radius: var(--radius);
}

::selection { background: var(--gold); color: var(--forest-ink); }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--gold); color: var(--forest-ink);
  padding: .75rem 1.25rem; font-weight: 500;
}
.skip:focus { left: .5rem; top: .5rem; }

/* ---------- layout ---------- */
.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.wrap-narrow { width: min(100% - 2.5rem, var(--wrap-narrow)); margin-inline: auto; }
@media (min-width: 700px) { .wrap, .wrap-narrow { width: min(100% - 5rem, var(--wrap)); } .wrap-narrow { max-width: var(--wrap-narrow); } }

section { position: relative; }
.section { padding-block: var(--sp-7); }
.section-tight { padding-block: var(--sp-6); }
@media (min-width: 900px) { .section { padding-block: var(--sp-8); } }

/* ---------- type helpers ---------- */
.display { font-family: var(--display); font-weight: 400; letter-spacing: -.005em; }
.eyebrow {
  font-family: var(--body);
  font-size: var(--step--1);
  font-weight: 400;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 var(--sp-3);
}
.eyebrow-line {
  display: flex; align-items: center; gap: var(--sp-3);
  justify-content: center;
}
.eyebrow-line::before, .eyebrow-line::after {
  content: ""; height: 1px; flex: 1; max-width: 90px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.h1 { font-family: var(--display); font-size: var(--step-4); line-height: 1.02; }
.h2 { font-family: var(--display); font-size: var(--step-3); line-height: 1.06; }
.h3 { font-family: var(--display); font-size: var(--step-2); line-height: 1.12; }
.h4 { font-family: var(--display); font-size: var(--step-1); }
.lede { font-size: var(--step-1); line-height: 1.6; color: var(--text-dim); font-weight: 300; }
.small { font-size: var(--step--1); }
.dim { color: var(--text-dim); }
.faint { color: var(--text-faint); }
.center { text-align: center; }
.gold { color: var(--gold); }
.balance { text-wrap: balance; }
.pretty { text-wrap: pretty; }

/* gold foil gradient, like the logo */
.foil {
  background: linear-gradient(96deg, #A08B4F 0%, #E4D3A0 26%, #C9B87E 46%, #F0E4BC 66%, #A88F52 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@supports not (background-clip: text) { .foil { color: var(--gold); -webkit-text-fill-color: var(--gold); } }

/* ---------- botanical texture ---------- */
/* Mirrors the etched-botanical field behind their wordmark. Pure CSS/SVG, no asset. */
.botanical::before {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--botanical-svg);
  background-size: 620px;
  opacity: .11;
  pointer-events: none;
  mix-blend-mode: soft-light;
}
.grain::after {
  content: "";
  position: absolute; inset: 0; pointer-events: none;
  opacity: .40; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

/* ---------- buttons ---------- */
.btn {
  --btn-bg: var(--gold);
  --btn-fg: var(--forest-ink);
  --btn-bd: var(--gold);
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: .95em 2em;
  min-height: 48px;
  background: var(--btn-bg); color: var(--btn-fg);
  border: 1px solid var(--btn-bd); border-radius: var(--radius);
  font-family: var(--body); font-size: var(--step--1); font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase;
  text-decoration: none; cursor: pointer;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease),
              border-color var(--dur) var(--ease), transform .18s var(--ease);
  white-space: nowrap;
}
.btn:hover { --btn-bg: var(--gold-bright); --btn-bd: var(--gold-bright); color: var(--forest-ink); transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-ghost { --btn-bg: transparent; --btn-fg: var(--gold); --btn-bd: rgba(201,184,126,.45); }
.btn-ghost:hover { --btn-bg: rgba(201,184,126,.10); --btn-fg: var(--gold-bright); --btn-bd: var(--gold); }
.btn-quiet { --btn-bg: transparent; --btn-fg: var(--text-dim); --btn-bd: rgba(255,255,255,.16); }
.btn-quiet:hover { --btn-bg: rgba(255,255,255,.05); --btn-fg: var(--text); --btn-bd: rgba(255,255,255,.3); }
.btn-sm { padding: .6em 1.15em; min-height: 40px; font-size: .78rem; letter-spacing: .12em; }
.btn-block { display: flex; width: 100%; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .42; pointer-events: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: var(--sp-3); }
.btn-row.center { justify-content: center; }

/* ---------- header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 90;
  transition: background var(--dur) var(--ease), backdrop-filter var(--dur) var(--ease),
              border-color var(--dur) var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.is-stuck {
  background: rgba(22, 33, 26, .90);
  backdrop-filter: blur(14px) saturate(1.3);
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  border-bottom-color: var(--line-soft);
}
.site-header .bar {
  display: flex; align-items: center; justify-content: space-between; gap: var(--sp-4);
  padding-block: 1rem;
}
.brand { display: flex; align-items: baseline; gap: .55rem; text-decoration: none; color: inherit; }
.brand-mark {
  font-family: var(--display); font-size: 1.32rem; letter-spacing: .1em;
  text-transform: uppercase; line-height: 1; white-space: nowrap;
}
.brand-sub {
  font-size: .58rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--text-faint); white-space: nowrap;
}
@media (max-width: 560px) { .brand-sub { display: none; } }

.nav { display: none; align-items: center; gap: var(--sp-4); }
@media (min-width: 980px) { .nav { display: flex; } }
.nav a {
  color: var(--text-dim); text-decoration: none;
  font-size: var(--step--1); letter-spacing: .16em; text-transform: uppercase;
  padding: .4rem 0; position: relative; transition: color var(--dur) var(--ease);
}
.nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px;
  background: var(--gold); transition: right var(--dur) var(--ease);
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--gold); }
.nav a:hover::after, .nav a[aria-current="page"]::after { right: 0; }

.header-cta { display: none; gap: .6rem; }
@media (min-width: 980px) { .header-cta { display: flex; } }

/* mobile menu toggle */
.menu-toggle {
  display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 46px; height: 46px; padding: 0 11px;
  background: none; border: 1px solid var(--line); border-radius: var(--radius);
  cursor: pointer;
}
@media (min-width: 980px) { .menu-toggle { display: none; } }
.menu-toggle span {
  display: block; height: 1px; background: var(--gold);
  transition: transform .35s var(--ease), opacity .2s var(--ease);
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-nav {
  position: fixed; inset: 0; z-index: 89;
  background: var(--forest-ink);
  display: grid; align-content: center; justify-items: center; gap: var(--sp-3);
  padding: var(--sp-6) var(--sp-4);
  opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s;
  overflow-y: auto;
}
.mobile-nav.is-open { opacity: 1; visibility: visible; }
.mobile-nav a:not(.btn) {
  font-family: var(--display); font-size: var(--step-2); color: var(--text);
  text-decoration: none; letter-spacing: .02em;
}
.mobile-nav a:not(.btn):hover { color: var(--gold); }
.mobile-nav .btn { margin-top: var(--sp-2); min-width: 240px; }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: grid; place-items: center; text-align: center;
  padding: calc(var(--sp-8) + 2rem) 0 var(--sp-7);
  /* forest-deep, not forest: gold on #39503D is only 4.45:1, which fails AA for
     body text if the hero image is slow or blocked. On #22301F it is 7.04:1. */
  background: var(--forest-deep);
  overflow: hidden;
  isolation: isolate;
}
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(120% 85% at 50% 42%, rgba(34,48,31,.42) 0%, rgba(22,33,26,.86) 62%, rgba(22,33,26,.97) 100%),
    linear-gradient(180deg, rgba(22,33,26,.75) 0%, transparent 26%, transparent 62%, var(--forest-ink) 100%);
}
.hero-inner { position: relative; z-index: 1; }

.wordmark {
  font-family: var(--display);
  font-size: var(--step-5);
  line-height: .92;
  letter-spacing: .015em;
  text-transform: uppercase;
  margin: 0;
}
.wordmark-sub {
  font-family: var(--body);
  font-size: clamp(.68rem, .55rem + .5vw, .95rem);
  letter-spacing: .58em;
  text-transform: uppercase;
  color: var(--gold);
  margin: var(--sp-3) 0 0;
  padding-left: .58em; /* optically centre the tracked text */
}
.hero-lede {
  max-width: 40ch; margin: var(--sp-5) auto 0;
  font-size: var(--step-1); color: var(--cream-dim); font-weight: 300;
}
.hero .btn-row { margin-top: var(--sp-5); }

.hero-status {
  display: inline-flex; align-items: center; gap: .55rem;
  margin-top: var(--sp-5);
  font-size: var(--step--1); letter-spacing: .12em; text-transform: uppercase;
  color: var(--text-dim);
}
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--text-faint); flex: none; }
.dot.open { background: #7BB77E; box-shadow: 0 0 0 3px rgba(123,183,126,.18); }
.dot.closed { background: var(--clay); box-shadow: 0 0 0 3px rgba(180,105,74,.18); }

.scroll-cue {
  position: absolute; bottom: var(--sp-4); left: 50%; transform: translateX(-50%);
  z-index: 1; color: var(--text-faint);
  font-size: .6rem; letter-spacing: .3em; text-transform: uppercase;
  display: grid; justify-items: center; gap: .6rem; text-decoration: none;
}
.scroll-cue::after {
  content: ""; width: 1px; height: 40px;
  background: linear-gradient(var(--gold), transparent);
  animation: cue 2.4s var(--ease) infinite;
}
@keyframes cue { 0%,100% { opacity: .25; transform: scaleY(.6); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }

/* ---------- story ---------- */
.rule-ornament {
  display: flex; align-items: center; justify-content: center; gap: var(--sp-3);
  color: var(--gold); margin-block: var(--sp-4);
}
.rule-ornament::before, .rule-ornament::after {
  content: ""; height: 1px; width: min(120px, 22vw);
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

.pull-quote {
  font-family: var(--display);
  font-size: var(--step-2);
  line-height: 1.42;
  font-style: italic;
  color: var(--cream);
  max-width: 34ch;
  margin-inline: auto;
  text-wrap: pretty;
}
.pull-quote-cite {
  display: block; margin-top: var(--sp-4);
  font-family: var(--body); font-style: normal;
  font-size: var(--step--1); letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold);
}

.split {
  display: grid; gap: var(--sp-5); align-items: center;
}
@media (min-width: 900px) {
  .split { grid-template-columns: 1fr 1fr; gap: var(--sp-7); }
  .split.wide-left { grid-template-columns: 1.15fr .85fr; }
  .split.wide-right { grid-template-columns: .85fr 1.15fr; }
  .split .media-first { order: -1; }
}
.figure { position: relative; }
.figure img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius-lg); }
.figure.landscape img { aspect-ratio: 3 / 2; }
.figure.square img { aspect-ratio: 1 / 1; }
.figure figcaption {
  margin-top: var(--sp-2); font-size: var(--step--1); color: var(--text-faint);
  letter-spacing: .06em;
}
.figure-frame::before {
  content: ""; position: absolute; inset: -10px;
  border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
  pointer-events: none;
}

/* ---------- panels / cards ---------- */
.panel {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: var(--sp-4);
}
@media (min-width: 700px) { .panel { padding: var(--sp-5); } }
.panel-raised { background: var(--bg-raised); box-shadow: var(--shadow); }

.cards { display: grid; gap: var(--sp-3); }
@media (min-width: 700px) { .cards-3 { grid-template-columns: repeat(3, 1fr); } .cards-2 { grid-template-columns: repeat(2, 1fr); } }
.card {
  background: var(--surface); border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg); overflow: hidden;
  display: flex; flex-direction: column;
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.card:hover { border-color: var(--line); transform: translateY(-2px); }
.card-media { aspect-ratio: 3 / 2; overflow: hidden; background: var(--forest-deep); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.card:hover .card-media img { transform: scale(1.04); }
.card-body { padding: var(--sp-3) var(--sp-3) var(--sp-4); display: grid; gap: .5rem; }

/* ---------- menu ---------- */
.menu-nav {
  position: sticky; top: 68px; z-index: 40;
  display: flex; gap: .4rem; overflow-x: auto;
  padding: .7rem 0; margin-bottom: var(--sp-4);
  background: rgba(22,33,26,.94);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-soft);
  scrollbar-width: none;
}
.menu-nav::-webkit-scrollbar { display: none; }
.menu-nav button {
  flex: none; padding: .5rem 1rem; min-height: 40px;
  background: transparent; border: 1px solid var(--line-soft);
  border-radius: 999px; color: var(--text-dim); cursor: pointer;
  font-size: .78rem; letter-spacing: .1em; text-transform: uppercase;
  transition: all var(--dur) var(--ease); white-space: nowrap;
}
.menu-nav button:hover { color: var(--text); border-color: var(--line); }
.menu-nav button[aria-current="true"] { background: var(--gold); border-color: var(--gold); color: var(--forest-ink); }

.menu-group { margin-bottom: var(--sp-6); scroll-margin-top: 130px; }
.menu-group-head {
  display: flex; align-items: baseline; gap: var(--sp-3);
  margin-bottom: var(--sp-4);
}
.menu-group-head::after {
  content: ""; flex: 1; height: 1px; background: var(--line-soft);
}
.menu-group-head h3 { font-family: var(--display); font-size: var(--step-2); color: var(--cream); }
.menu-group-head .dari {
  font-size: var(--step--1); letter-spacing: .24em; text-transform: uppercase; color: var(--gold-deep);
}

.menu-list { display: grid; gap: 2px; }
@media (min-width: 860px) { .menu-list.two-col { grid-template-columns: 1fr 1fr; column-gap: var(--sp-6); } }

.menu-item {
  display: grid; grid-template-columns: 1fr auto; gap: .35rem var(--sp-3);
  align-items: baseline;
  padding: var(--sp-3) 0;
  border-bottom: 1px solid var(--line-soft);
}
.menu-item-name {
  font-family: var(--display); font-size: var(--step-1); color: var(--cream);
  line-height: 1.2; display: flex; align-items: baseline; gap: .5rem; flex-wrap: wrap;
}
.menu-item-price {
  font-family: var(--body); font-size: var(--step-0); color: var(--gold);
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
.menu-item-desc {
  grid-column: 1 / -1;
  font-size: var(--step--1); color: var(--text-dim); line-height: 1.55; max-width: 58ch;
  margin: 0;
}
.menu-item-actions { grid-column: 1 / -1; margin-top: .5rem; }

.tag {
  display: inline-block; padding: .18em .6em;
  font-family: var(--body); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase;
  border: 1px solid currentColor; border-radius: 999px; line-height: 1.5;
  vertical-align: middle;
}
.tag-veg { color: #85B98C; }
.tag-vegan { color: #7FC4A0; }
.tag-signature { color: var(--gold); border-color: var(--gold); }
.tag-shareable { color: var(--sage); }

/* ---------- forms ---------- */
.field { display: grid; gap: .45rem; margin-bottom: var(--sp-3); }
.field > label, .fieldset-legend {
  font-size: var(--step--1); letter-spacing: .14em; text-transform: uppercase; color: var(--text-dim);
}
.field .hint { font-size: .78rem; color: var(--text-faint); letter-spacing: 0; text-transform: none; }
.input, select.input, textarea.input {
  width: 100%; padding: .8rem .95rem; min-height: 48px;
  background: rgba(0,0,0,.22);
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  color: var(--text); font-size: var(--step-0); font-weight: 300;
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease);
  appearance: none;
}
.input::placeholder { color: var(--text-faint); }
.input:hover { border-color: var(--line); }
.input:focus { border-color: var(--gold); background: rgba(0,0,0,.32); outline: none; box-shadow: 0 0 0 3px rgba(201,184,126,.14); }
textarea.input { min-height: 96px; resize: vertical; line-height: 1.6; }
select.input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%23C9B87E' stroke-width='1.5'%3E%3Cpath d='M1 1.5 6 6.5l5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center;
  padding-right: 2.6rem;
}
.field-error { color: #E2977B; font-size: .8rem; letter-spacing: 0; text-transform: none; }
.input[aria-invalid="true"] { border-color: #C4674A; }

.grid-2 { display: grid; gap: var(--sp-3); }
@media (min-width: 620px) { .grid-2 { grid-template-columns: 1fr 1fr; } }

.choice-grid { display: flex; flex-wrap: wrap; gap: .5rem; }
.choice {
  position: relative;
}
.choice input {
  position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer;
}
.choice span {
  display: flex; align-items: center; justify-content: center;
  min-width: 52px; min-height: 46px; padding: .5rem .9rem;
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  color: var(--text-dim); font-size: var(--step--1); letter-spacing: .06em;
  transition: all var(--dur) var(--ease); cursor: pointer;
  font-variant-numeric: tabular-nums;
}
.choice input:hover + span { border-color: var(--line); color: var(--text); }
.choice input:focus-visible + span { outline: 2px solid var(--gold-bright); outline-offset: 3px; }
.choice input:checked + span { background: var(--gold); border-color: var(--gold); color: var(--forest-ink); font-weight: 500; }
.choice input:disabled + span { opacity: .3; cursor: not-allowed; text-decoration: line-through; }

.check {
  display: grid; grid-template-columns: auto 1fr; gap: .75rem; align-items: start;
  cursor: pointer; padding: .35rem 0;
}
.check input {
  width: 20px; height: 20px; margin: 3px 0 0; accent-color: var(--gold); cursor: pointer; flex: none;
}
.check span { font-size: .88rem; color: var(--text-dim); line-height: 1.55; letter-spacing: 0; text-transform: none; }

/* ---------- notices ---------- */
.notice {
  padding: var(--sp-3); border-radius: var(--radius);
  border: 1px solid var(--line-soft); background: rgba(0,0,0,.2);
  font-size: var(--step--1); color: var(--text-dim);
  display: grid; grid-template-columns: auto 1fr; gap: .75rem; align-items: start;
}
.notice-warn { border-color: rgba(180,105,74,.4); background: rgba(180,105,74,.10); color: #E8C0AB; }
.notice-ok { border-color: rgba(123,183,126,.4); background: rgba(123,183,126,.10); color: #BFE0C1; }
.notice-icon { color: currentColor; margin-top: .1em; }

/* ---------- footer ---------- */
.site-footer {
  background: var(--forest-ink);
  border-top: 1px solid var(--line-soft);
  padding-block: var(--sp-6) var(--sp-4);
  position: relative; overflow: hidden;
}
.footer-grid { display: grid; gap: var(--sp-5); }
@media (min-width: 800px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: var(--sp-6); } }
.footer-grid h4 {
  font-family: var(--body); font-size: var(--step--1);
  letter-spacing: .24em; text-transform: uppercase; color: var(--gold);
  margin-bottom: var(--sp-3);
}
.footer-grid a { color: var(--text-dim); text-decoration: none; }
.footer-grid a:hover { color: var(--gold); }
.footer-grid li { margin-bottom: .55rem; }
.hours-row {
  display: flex; justify-content: space-between; gap: var(--sp-3);
  font-size: var(--step--1); padding: .28rem 0; color: var(--text-dim);
}
.hours-row.is-today { color: var(--gold); }
.hours-row.is-today .hours-day::after { content: " ·  today"; color: var(--text-faint); font-size: .78em; letter-spacing: .1em; }
.colophon {
  margin-top: var(--sp-6); padding-top: var(--sp-4);
  border-top: 1px solid var(--line-soft);
  display: flex; flex-wrap: wrap; gap: var(--sp-3) var(--sp-4);
  justify-content: space-between; align-items: center;
  font-size: .78rem; color: var(--text-faint);
}

/* ---------- sticky mobile action bar ---------- */
.action-bar {
  position: fixed; inset: auto 0 0; z-index: 80;
  display: grid; grid-template-columns: 1fr 1fr; gap: .5rem;
  padding: .6rem .75rem calc(.6rem + env(safe-area-inset-bottom, 0px));
  background: rgba(22,33,26,.95);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--line-soft);
  transform: translateY(110%);
  transition: transform .4s var(--ease);
}
.action-bar.is-visible { transform: translateY(0); }
.action-bar .btn { padding: .8em 1em; font-size: .74rem; letter-spacing: .1em; }
@media (min-width: 980px) { .action-bar { display: none; } }

/* ---------- reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ---------- utility ---------- */
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.stack > * + * { margin-top: var(--sp-3); }
.stack-lg > * + * { margin-top: var(--sp-5); }
.mt-0 { margin-top: 0; } .mt-2 { margin-top: var(--sp-2); } .mt-3 { margin-top: var(--sp-3); }
.mt-4 { margin-top: var(--sp-4); } .mt-5 { margin-top: var(--sp-5); }
.mb-0 { margin-bottom: 0; }
.bg-raised { background: var(--bg-raised); }
.bg-forest { background: var(--forest); }
.bg-deep { background: var(--forest-deep); }
.tabnum { font-variant-numeric: tabular-nums; }
.nowrap { white-space: nowrap; }

/* print — the menu should print cleanly */
@media print {
  body { background: #fff; color: #000; padding: 0; }
  .site-header, .action-bar, .menu-nav, .scroll-cue, .site-footer, .btn { display: none !important; }
  .menu-item-name, .menu-item-price, .h2, .h3 { color: #000; }
  .menu-item-desc { color: #333; }
  .menu-group { break-inside: avoid; }
}
