/* LOCKED tokens — Shed & Fence Company (base system: trades, bespoke-tuned)
   Tuned to an outdoor-structures brand: warm cedar/wood-brown accent + forest
   green. Distinct from the landscaping-green and navy trades sites. Variable
   NAMES match _shared/base.css; only values changed. Contrast verified for AA. */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;800&family=Inter:wght@400;500;600&display=swap');
:root{
  --bg:#ffffff; --surface:#ffffff; --ink:#27303a; --ink-strong:#22301f; --muted:#54616f;
  --line:#e4e8e2;
  --brand:#2c6b3f; --brand-dark:#1d4a2b; --brand-tint:#e7f0e9; --on-brand:#ffffff;
  --accent:#a85a2b;
  --hero-bg:radial-gradient(1100px 460px at 88% -12%,#eef3e8,transparent),#f5f4ef;
  --header-bg:rgba(255,255,255,.86); --footer-bg:#f5f4ef;
  --band-bg:#162a1c; --on-band:#ffffff; --on-band-muted:#b0c1b3;

  --font-heading:'Archivo',system-ui,sans-serif; --font-body:'Inter',system-ui,sans-serif;
  --fs-base:17px; --lh-body:1.65; --fw-body:400; --fw-head:800; --lh-head:1.08; --ls-head:-.02em;
  --fs-lead:1.2rem; --fs-h1:clamp(2.4rem,5.2vw,3.9rem); --fs-h2:clamp(1.7rem,3.6vw,2.5rem); --fs-h3:1.3rem;

  --container:1140px; --gutter:24px; --section-y:88px; --hero-y:96px; --nav-h:74px;
  --space-3:10px; --space-4:16px; --space-5:26px; --space-6:30px; --space-7:56px;
  --btn-pad:15px 28px;
  --radius:10px; --radius-lg:14px; --radius-pill:8px;
  --shadow:0 6px 22px rgba(22,42,28,.07); --shadow-lg:0 18px 44px rgba(22,42,28,.14);
  --dur:160ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Primary buttons use forest green (white text passes AA: ~6.4:1). The cedar
   accent is reserved for eyebrows + card icons so CTA contrast stays safe. */
.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 + icons in warm cedar to evoke wood/outdoor structures.
   Card glyphs use a slightly deeper cedar so they clear 4.5:1 on the warm tint. */
.eyebrow{color:var(--accent)}
.card .ic{background:#f4e6da;color:#9a521f}
