/* LOCKED tokens — NorthSide Grill (base system: food, bespoke-tuned)
   Small-town grill & bar identity: deep navy + warm orange on a soft cream
   field. Variable NAMES match _shared/base.css; only values changed.
   Contrast verified for AA (body >= 4.5:1; primary CTA uses orange w/ ink text). */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Mulish:wght@400;500;600&display=swap');
:root{
  --bg:#fbf6ec; --surface:#ffffff; --ink:#2b3343; --ink-strong:#16243d; --muted:#5a6678;
  --line:#e7ddca;
  --brand:#16243d; --brand-dark:#0d1626; --brand-tint:#e4e9f1; --on-brand:#ffffff;
  --accent:#e2761c;
  --hero-bg:radial-gradient(1000px 460px at 85% -12%,#dde4ef,transparent),#f3ecdc;
  --header-bg:rgba(251,246,236,.90); --footer-bg:#eee4d1;
  --band-bg:#0d1626; --on-band:#fbf6ec; --on-band-muted:#aeb9cc;

  --font-heading:'Playfair Display',Georgia,serif; --font-body:'Mulish',system-ui,sans-serif;
  --fs-base:17px; --lh-body:1.66; --fw-body:400; --fw-head:700; --lh-head:1.06; --ls-head:-.01em;
  --fs-lead:1.22rem; --fs-h1:clamp(2.6rem,5.6vw,4.3rem); --fs-h2:clamp(1.9rem,3.8vw,2.7rem); --fs-h3:1.34rem;

  --container:1120px; --gutter:24px; --section-y:96px; --hero-y:104px; --nav-h:74px;
  --space-3:11px; --space-4:17px; --space-5:27px; --space-6:32px; --space-7:58px;
  --btn-pad:15px 30px;
  --radius:12px; --radius-lg:18px; --radius-pill:999px;
  --shadow:0 8px 26px rgba(13,22,38,.08); --shadow-lg:0 20px 48px rgba(13,22,38,.16);
  --dur:200ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Primary CTA = warm orange with deep-ink text (passes AA: ~5.2:1) so the
   "View menu" button pops appetizingly against navy. Ghost stays navy. */
.btn{background:var(--accent);color:var(--ink-strong)}
.btn:hover{background:var(--brand);color:var(--on-brand)}
.btn.ghost{background:transparent;color:var(--brand)}
.btn.ghost:hover{background:var(--brand-tint)}
/* Eyebrow + card icons use a darkened warm orange for AA-legible accent cues. */
.eyebrow{color:#a8500d}
.card .ic{background:#f7e6d2;color:#9a4a0c}
/* On the dark navy band, keep the CTA legible. */
.band .btn{background:var(--accent);color:var(--ink-strong)}
