/* LOCKED tokens — White Oak Dental (base system: wellness, bespoke-tuned)
   Tuned to a warm "white oak" green with a soft acorn-gold accent — a calm,
   natural wellness palette distinct from prior teal/lake-blue/sage/aqua-mint/
   sky-blue/seafoam/olive/slate/dusty-blue runs. Variable NAMES match
   _shared/base.css; only values changed. Contrast verified for AA:
   white-on-brand 6.0:1, body ink-on-bg 10.6:1, muted-on-bg 5.8:1,
   eyebrow brand-on-bg 5.75:1, card icon brand-on-tint 5.1:1. */
@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:#fbfaf6; --surface:#ffffff; --ink:#3a3d33; --ink-strong:#252a1d; --muted:#5f6552;
  --line:#e7e4d8;
  --brand:#4f6b3a; --brand-dark:#3a5029; --brand-tint:#e8efe0; --on-brand:#ffffff;
  --accent:#b58a3c;
  --hero-bg:radial-gradient(1000px 480px at 12% -10%,#e8efe0,transparent),#f4f2ea;
  --header-bg:rgba(251,250,246,.85); --footer-bg:#f1efe6;
  --band-bg:#252a1d; --on-band:#f6f4ee; --on-band-muted:#bcc3b0;

  --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(37,42,29,.06); --shadow-lg:0 22px 50px rgba(37,42,29,.12);
  --dur:220ms; --ease:cubic-bezier(.22,.61,.36,1);
}
/* Primary buttons use the deep oak green (white text passes AA: ~6.0: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 brand green (5.75:1 on bg). Card icons brand-on-tint (5.1:1);
   the acorn-gold accent is reserved for small decorative SVG details. */
.eyebrow{color:var(--brand)}
.card .ic{background:var(--brand-tint);color:var(--brand)}
