/* LOCKED tokens — Chanhassen Chiropractic (base system: wellness, bespoke-tuned)
   Calm, warm SAGE-green brand with a muted dusty-terracotta accent — chosen to
   stay visually distinct from the other Chanhassen chiropractors (slate-blue and
   olive) and from prior wellness palettes (teal / olive). Variable NAMES match
   _shared/base.css; only values changed. All body/UI text contrast verified AA
   (>=4.5:1): white-on-brand 5.5, brand-on-bg 5.2, muted-on-bg 5.6. */
@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:#faf9f5; --surface:#ffffff; --ink:#33403a; --ink-strong:#1e2b25; --muted:#586860;
  --line:#e6e3d9;
  --brand:#4f7070; --brand-dark:#3a5447; --brand-tint:#e5efe9; --on-brand:#ffffff;
  --accent:#bb7d63;
  --hero-bg:radial-gradient(1000px 480px at 14% -10%,#e5efe9,transparent),#f3f1ea;
  --header-bg:rgba(250,249,245,.85); --footer-bg:#f1efe8;
  --band-bg:#1e2b25; --on-band:#f5f3ec; --on-band-muted:#b4c0b8;

  --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(30,43,37,.06); --shadow-lg:0 22px 50px rgba(30,43,37,.12);
  --dur:220ms; --ease:cubic-bezier(.22,.61,.36,1);
}
/* Primary buttons use the sage brand (white text passes AA ~5.5: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 in sage brand (passes AA 5.2:1); icons keep the warm tint chip. */
.eyebrow{color:var(--brand)}
.card .ic{background:#f1e7df;color:var(--accent)}
