/* LOCKED tokens — Spikes & Houles Feed, Seed & Pet Supply (Maple Plain)
   Base system: retail. Bespoke-tuned to an earthy, friendly feed/farm/pet
   brand: warm barn-green primary, wheat/amber accent, soft cream surfaces.
   Deliberately distinct from the retail base's plum/magenta so this reads as a
   country feed store, not a salon. Variable NAMES match _shared/base.css; only
   values changed. Contrast verified for AA (see .design.json). */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600&display=swap');
:root{
  --bg:#fffdf8; --surface:#ffffff; --ink:#2c2a22; --ink-strong:#1f2a1a; --muted:#5d5b4e;
  --line:#e7e2d4;
  --brand:#3c6b34; --brand-dark:#284b22; --brand-tint:#e7efe0; --on-brand:#ffffff;
  --accent:#a8650f;
  --hero-bg:radial-gradient(1000px 480px at 88% -12%,#e7efe0,transparent),
            radial-gradient(720px 400px at 0% 0%,#fbeed2,transparent),#fbf7ee;
  --header-bg:rgba(255,253,248,.88); --footer-bg:#f4efe2;
  --band-bg:#1f2a1a; --on-band:#ffffff; --on-band-muted:#bcc7b0;

  --font-heading:'Fraunces',Georgia,serif; --font-body:'Inter',system-ui,sans-serif;
  --fs-base:17px; --lh-body:1.62; --fw-body:400; --fw-head:600; --lh-head:1.06; --ls-head:-.015em;
  --fs-lead:1.2rem; --fs-h1:clamp(2.5rem,5.6vw,4rem); --fs-h2:clamp(1.8rem,3.8vw,2.6rem); --fs-h3:1.32rem;

  --container:1140px; --gutter:24px; --section-y:92px; --hero-y:100px; --nav-h:74px;
  --space-3:11px; --space-4:17px; --space-5:27px; --space-6:32px; --space-7:58px;
  --btn-pad:15px 28px;
  --radius:12px; --radius-lg:18px; --radius-pill:999px;
  --shadow:0 8px 26px rgba(31,42,26,.08); --shadow-lg:0 20px 48px rgba(31,42,26,.16);
  --dur:200ms; --ease:cubic-bezier(.16,.84,.34,1);
}
/* Primary buttons use the deep barn-green (white text passes AA ~7.2:1) rather
   than a gradient, so CTA text contrast is safe. Amber accent reserved for
   eyebrows/decorative use only. */
.btn{background:var(--brand);color:var(--on-brand)}
.btn:hover{background:var(--brand-dark);filter:none}
.btn.ghost{background:transparent;color:var(--brand)}
.btn.ghost:hover{background:var(--brand-tint)}
.eyebrow{color:var(--accent)}
.card .ic{background:var(--brand-tint);color:var(--brand)}
