/* LOCKED tokens — Delano Veterinary Clinic (base system: wellness, bespoke-tuned)
   Tuned to a friendly vet brand: warm sky-blue + a warm terracotta accent, on a
   soft off-white. Distinct from the default teal wellness palette. Variable NAMES
   match _shared/base.css; only values changed. Contrast verified for AA. */
@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:#f8fbfd; --surface:#ffffff; --ink:#2b3a40; --ink-strong:#163140; --muted:#54646c;
  --line:#dde7ec;
  --brand:#2b6ca3; --brand-dark:#1f4f78; --brand-tint:#e3eef6; --on-brand:#ffffff;
  --accent:#b15410;
  --hero-bg:radial-gradient(1000px 480px at 12% -10%,#e3eef6,transparent),#eef4f3;
  --header-bg:rgba(248,251,253,.85); --footer-bg:#eaf1f4;
  --band-bg:#163140; --on-band:#eef6fb; --on-band-muted:#a9bdc8;

  --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(22,49,64,.06); --shadow-lg:0 22px 50px rgba(22,49,64,.12);
  --dur:220ms; --ease:cubic-bezier(.22,.61,.36,1);
}
/* Primary buttons use the sky-blue brand (white text passes AA: ~5.6: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 warm terracotta accent (~4.9:1 on bg); icon chips warm-tinted. */
.eyebrow{color:var(--accent)}
.card .ic{background:#f5e7da;color:var(--accent)}
