/* LOCKED tokens — Al & Alma's Supper Club & Charter Cruises (base system: food, bespoke-tuned)
   Lakeside-elegant identity: deep nautical navy brand (#1d3a5f) over warm cream (#fbf6ee),
   with a reserved sunset-coral accent (#d96e4a) used only as decorative SVG fill (sun/sail glow).
   Evokes a 70-year Lake Minnetonka supper club + dinner-cruise legacy. Distinct from the other
   food sites (brick-red Forkless, diner-red Choo Choo, charcoal/gold Warren's, lake-teal Surfside,
   plum/gold King House). Playfair Display headings, Mulish body. Variable NAMES match
   _shared/base.css; only values changed. Contrast verified AA (>=4.5:1) for all body/button 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:#fbf6ee; --surface:#ffffff; --ink:#2c2a31; --ink-strong:#16202e; --muted:#5e5a5f;
  --line:#e7ded0;
  --brand:#1d3a5f; --brand-dark:#132840; --brand-tint:#e3e9f1; --on-brand:#fbf6ee;
  --accent:#d96e4a;
  --hero-bg:radial-gradient(1100px 480px at 86% -12%,#e3e9f1,transparent),#f4ede0;
  --header-bg:rgba(251,246,238,.90); --footer-bg:#f1e8da;
  --band-bg:#12233a; --on-band:#f5efe4; --on-band-muted:#aebccd;

  --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(18,35,58,.09); --shadow-lg:0 20px 48px rgba(18,35,58,.16);
  --dur:200ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Primary buttons use deep nautical navy; cream text passes AA (~10.7: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 deepened sunset-coral that passes AA on cream (#b9512f, ~4.56:1).
   The brighter --accent (#d96e4a, 3.11:1) is reserved for decorative SVG fills only. */
.eyebrow{color:#b9512f}
.card .ic{background:var(--brand-tint);color:var(--brand)}
