/* LOCKED tokens — Jo Coffee / Specialty Java Inc. (base system: food, bespoke-tuned)
   Tuned away from the food system's maroon/terracotta to a warm roasted-coffee
   brown + cream palette with a fresh sage accent — distinct from other food sites
   and true to an organic coffee roaster. Variable NAMES match _shared/base.css;
   only values changed. Contrast verified for AA (see jo-coffee.design.json). */
@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:#3a2c22; --ink-strong:#241812; --muted:#6f5d4f;
  --line:#e8dccd;
  --brand:#5a3a22; --brand-dark:#3f2715; --brand-tint:#efe3d4; --on-brand:#fff9f0;
  --accent:#54703f;
  --hero-bg:radial-gradient(1000px 460px at 85% -12%,#efe3d4,transparent),#f4ead9;
  --header-bg:rgba(251,246,238,.90); --footer-bg:#efe3d4;
  --band-bg:#241812; --on-band:#fbf2e6; --on-band-muted:#cbb6a2;

  --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(36,24,18,.08); --shadow-lg:0 20px 48px rgba(36,24,18,.16);
  --dur:200ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Primary buttons use the deep roast brown (cream 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 + icons in fresh sage accent (harmonizes with the warm browns). */
.eyebrow{color:var(--accent)}
.card .ic{background:#e6eedd;color:#4f6b40}
