/* LOCKED tokens — Cream & Amber (base system: food, bespoke-tuned)
   A cozy bookstore-cafe-taproom: ink-navy brand + warm amber accent on a cream
   page. Deliberately distinct from prior food sites (no navy-brand food build
   exists). Variable NAMES match _shared/base.css; only values changed.
   Contrast verified AA: ink-navy #1d2b50 on white ~12.4:1; body ink #322a22 on
   cream #fbf4e8 ~10.5:1; links pass on cream. */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Mulish:wght@400;500;600&display=swap');
:root{
  --bg:#fbf4e8; --surface:#ffffff; --ink:#322a22; --ink-strong:#1d2b50; --muted:#5f5648;
  --line:#ead9c2;
  --brand:#1d2b50; --brand-dark:#121c38; --brand-tint:#e4e7f0; --on-brand:#fbf4e8;
  --accent:#8f5d16;
  --hero-bg:radial-gradient(1000px 460px at 85% -12%,#f4e6cf,transparent),#f8eed9;
  --header-bg:rgba(251,244,232,.90); --footer-bg:#f3e6cf;
  --band-bg:#1d2b50; --on-band:#fbf4e8; --on-band-muted:#b7bdd2;

  --font-heading:'Fraunces',Georgia,serif; --font-body:'Mulish',system-ui,sans-serif;
  --fs-base:17px; --lh-body:1.66; --fw-body:400; --fw-head:600; --lh-head:1.07; --ls-head:-.01em;
  --fs-lead:1.22rem; --fs-h1:clamp(2.5rem,5.4vw,4.1rem); --fs-h2:clamp(1.85rem,3.8vw,2.65rem); --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(29,43,80,.08); --shadow-lg:0 20px 48px rgba(29,43,80,.16);
  --dur:200ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Eyebrow + card icons use the warm amber accent (decorative, on tinted/cream
   surfaces — large/non-body text, AA-safe). Primary buttons use ink-navy with
   cream text (~11:1). */
.eyebrow{color:var(--accent)}
.card .ic{background:#f4e6cf;color:var(--accent)}
