/* LOCKED tokens — Forkless: Pizza, Wraps, Ribs (base system: food, bespoke-tuned)
   Tuned to an appetizing pizza/BBQ brand: fire-roasted brick red + smoky charcoal
   + toasted-amber accent on a warm cream ground. Variable NAMES match
   _shared/base.css; only values changed. Contrast verified for AA (see .design.json). */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Mulish:wght@400;500;600;700&display=swap');
:root{
  --bg:#fdf7f0; --surface:#ffffff; --ink:#3a2620; --ink-strong:#2a1410; --muted:#6b5048;
  --line:#ecddcf;
  --brand:#a32f1e; --brand-dark:#7a1f12; --brand-tint:#f7e0d8; --on-brand:#fff8f1;
  --accent:#c98a2b;
  --hero-bg:radial-gradient(1000px 460px at 84% -12%,#f7e0d8,transparent),radial-gradient(700px 400px at 10% 110%,#fbe6cf,transparent),#f8ebdc;
  --header-bg:rgba(253,247,240,.9); --footer-bg:#f5e7d6;
  --band-bg:#2a1410; --on-band:#fdf2e7; --on-band-muted:#d8b8a4;

  --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(42,20,16,.09); --shadow-lg:0 20px 48px rgba(42,20,16,.17);
  --dur:200ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Primary buttons use the fire-roasted brick red; cream text passes AA (~6.7:1). */
.btn{background:var(--brand);color:var(--on-brand)}
.btn:hover{background:var(--brand-dark);color:var(--on-brand)}
.btn.ghost{background:transparent;color:var(--brand)}
.btn.ghost:hover{background:var(--brand-tint)}
/* Eyebrow in a deep toasted amber that clears AA on cream (~5.0:1). */
.eyebrow{color:#9a5d0f}
/* Decorative menu/icon chips: toasted-amber glyph on a warm tint. */
.card .ic{background:#f7e6cf;color:#9a5d0f}
