/* LOCKED tokens — The Choo Choo Restaurant & Bar (base system: food, bespoke-tuned)
   Bright, friendly classic-diner / railroad theme: warm cherry red + cream +
   a teal accent (distinct from the other food sites — Forkless brick-red and the
   charcoal/burgundy/gold supper club). Variable NAMES match _shared/base.css and
   design-systems/food/tokens.css; only values changed. Contrast verified for AA. */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Mulish:wght@400;500;600&display=swap');
:root{
  --bg:#fffaf2; --surface:#ffffff; --ink:#33302b; --ink-strong:#231d18; --muted:#62574d;
  --line:#efe2d2;
  --brand:#c0272d; --brand-dark:#911d22; --brand-tint:#fbe3df; --on-brand:#fff7f1;
  --accent:#1f7a78;
  --hero-bg:radial-gradient(1000px 460px at 85% -12%,#fbe3df,transparent),#fff3e4;
  --header-bg:rgba(255,250,242,.90); --footer-bg:#fbeede;
  --band-bg:#231d18; --on-band:#fff5e8; --on-band-muted:#cdb9a4;

  --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(35,29,24,.08); --shadow-lg:0 20px 48px rgba(35,29,24,.16);
  --dur:200ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Primary buttons use the cherry red; near-white text passes AA. */
.btn{background:var(--brand);color:var(--on-brand)}
.btn:hover{background:var(--brand-dark)}
.btn.ghost{background:transparent;color:var(--brand)}
.btn.ghost:hover{background:var(--brand-tint)}
/* Eyebrow + card icons in the teal accent for a friendly railroad pop. */
.eyebrow{color:var(--accent)}
.card .ic{background:#dff0ef;color:var(--accent)}
