/* LOCKED tokens — The Red Rooster Bar & Lounge (base system: food, bespoke-tuned)
   Farmhouse-bar identity: deep barn-red + mustard/gold + warm cream. Distinct
   from other red food sites (Forkless brick #a32f1e, Choo Choo diner-red #c0272d):
   Red Rooster runs a darker, browner barn-red with a stronger gold accent and a
   warmer oat-cream ground. Variable NAMES match _shared/base.css; only values
   changed. Body + button contrast verified AA (>=4.5:1). */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Mulish:wght@400;500;600&display=swap');
:root{
  --bg:#fbf4e8; --surface:#ffffff; --ink:#2f2620; --ink-strong:#23170f; --muted:#695647;
  --line:#ece0cd;
  --brand:#8a2722; --brand-dark:#641814; --brand-tint:#f3ddd6; --on-brand:#fff7ec;
  --accent:#c98a14;
  --hero-bg:radial-gradient(1000px 460px at 85% -12%,#f6e6c9,transparent),#f6ecd6;
  --header-bg:rgba(251,244,232,.90); --footer-bg:#f1e5cd;
  --band-bg:#23170f; --on-band:#fbf0db; --on-band-muted:#caaf8c;

  --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,23,15,.08); --shadow-lg:0 20px 48px rgba(35,23,15,.16);
  --dur:200ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Primary buttons use the deep barn-red; cream text passes AA (~9:1). */
.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 uses a darker gold so 0.8rem label text passes AA on cream (5.4:1);
   bright --accent stays for decorative SVG only. Card icons match the dark gold. */
.eyebrow{color:#8a5a08}
.card .ic{background:#f6e6c2;color:#8a5a08}
