/* LOCKED tokens — Wickenhauser Demolition & Excavating (base system: trades, bespoke-tuned)
   Heavy-equipment / excavating identity: charcoal-slate primary, CAT-style safety
   orange accent, warm earth-brown / clay supporting tones. Deliberately distinct
   from the green Larson LawnScape and the navy stock trades system.
   Variable NAMES match _shared/base.css; only values changed. Contrast verified 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:#2b2a27; --ink-strong:#1a1916; --muted:#5c574e;
  --line:#e6e1d8;
  --brand:#33373d; --brand-dark:#1f2226; --brand-tint:#ebe8e2; --on-brand:#ffffff;
  --accent:#e2640f;
  --hero-bg:radial-gradient(1100px 460px at 88% -12%,#efe9df,transparent),#f5f1ea;
  --header-bg:rgba(255,255,255,.88); --footer-bg:#f4f1ec;
  --band-bg:#1a1916; --on-band:#ffffff; --on-band-muted:#bdb6a8;

  --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(26,25,22,.08); --shadow-lg:0 18px 44px rgba(26,25,22,.16);
  --dur:160ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Primary buttons use the charcoal-slate brand (white text passes AA: ~12: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 kept in charcoal brand for crisp AA at small text sizes. */
.eyebrow{color:var(--brand)}
/* Safety-orange accent: reserved for the large 24px card icon glyphs (AA-large,
   4.18:1 on the warm tint chip) and the decorative brand dot — a vivid
   heavy-equipment cue without risking small-text contrast. Body copy stays charcoal. */
.card .ic{background:#fbe6d4;color:#b94e08}
.brand .dot{color:var(--accent)}
