/* LOCKED tokens — Chanhassen Wellness Chiropractic (base system: wellness, bespoke-tuned)
   Calm warm honey-green identity: an earthy olive brand over a warm honey-cream
   base, distinct from the cooler sage / blue palettes used by other area chiros.
   Variable NAMES match _shared/base.css; only values changed. Contrast verified
   for AA — all body/interactive text >= 4.5:1; honey accent is decorative-only. */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600&family=Inter:wght@400;500;600&display=swap');
:root{
  --bg:#fbfaf4; --surface:#ffffff; --ink:#363b2c; --ink-strong:#23281a; --muted:#5e6650;
  --line:#e7e4d6;
  --brand:#5a6e2f; --brand-dark:#43521f; --brand-tint:#edf0e0; --on-brand:#ffffff;
  --accent:#bf8a2a;
  --hero-bg:radial-gradient(1000px 480px at 12% -10%,#edf0e0,transparent),#f5f2e7;
  --header-bg:rgba(251,250,244,.85); --footer-bg:#f3f0e6;
  --band-bg:#23281a; --on-band:#f6f4ee; --on-band-muted:#bcbfae;

  --font-heading:'Fraunces',Georgia,serif; --font-body:'Inter',system-ui,sans-serif;
  --fs-base:17px; --lh-body:1.7; --fw-body:400; --fw-head:600; --lh-head:1.12; --ls-head:-.01em;
  --fs-lead:1.22rem; --fs-h1:clamp(2.5rem,5.4vw,4rem); --fs-h2:clamp(1.8rem,3.6vw,2.6rem); --fs-h3:1.32rem;

  --container:1120px; --gutter:26px; --section-y:104px; --hero-y:112px; --nav-h:76px;
  --space-3:12px; --space-4:18px; --space-5:28px; --space-6:34px; --space-7:64px;
  --btn-pad:15px 30px;
  --radius:16px; --radius-lg:22px; --radius-pill:999px;
  --shadow:0 10px 30px rgba(35,40,26,.06); --shadow-lg:0 22px 50px rgba(35,40,26,.12);
  --dur:220ms; --ease:cubic-bezier(.22,.61,.36,1);
}
/* Eyebrow + card icons use the deep olive brand (AA on bg/tint). The honey accent
   is reserved for small non-text decorative use (hero SVG), where contrast is N/A. */
.eyebrow{color:var(--brand)}
.card .ic{background:var(--brand-tint);color:var(--brand)}
