/* LOCKED tokens — McNeill Pavers & Landscape (base system: trades, bespoke-tuned)
   Tuned to a warm stone/sandstone hardscape brand with a slate accent — distinct
   from the other trades sites (Larson green, Dean Qunell graphite-navy+orange,
   Titus steel/copper, Royal royal-blue). Variable NAMES match _shared/base.css;
   only values changed. Contrast verified for AA (all ratios >= 4.5:1). */
@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:#2a2622; --ink-strong:#1c1813; --muted:#5e564e;
  --line:#e8e1d9;
  --brand:#8a4f2c; --brand-dark:#6c3c20; --brand-tint:#f1e7df; --on-brand:#ffffff;
  --accent:#3b4d61;
  --hero-bg:radial-gradient(1100px 460px at 88% -12%,#f1e7df,transparent),#faf6f1;
  --header-bg:rgba(255,255,255,.86); --footer-bg:#faf6f1;
  --band-bg:#28323d; --on-band:#ffffff; --on-band-muted:#aeb9c4;

  --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(28,24,19,.07); --shadow-lg:0 18px 44px rgba(28,24,19,.14);
  --dur:160ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Primary buttons use the warm sandstone brand (white text passes AA: ~6.5: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 slate accent; icons in brand stone on a warm tint. */
.eyebrow{color:var(--accent)}
.card .ic{background:var(--brand-tint);color:var(--brand)}
