/* LOCKED tokens — Titus Winger Contracting (base system: trades, bespoke-tuned)
   Tuned to a roofing / remodeling contractor brand: a steel / slate-blue that
   reads like weathered standing-seam metal roofing, with a warm copper accent
   that echoes shingle + flashing tones. Deliberately distinct from the other
   trades sites in this workflow (Larson = green, Dean Qunell = graphite-navy +
   orange). Variable NAMES match _shared/base.css; only values changed.
   Contrast verified for AA (see titus-winger.design.json). */
@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:#293a44; --ink-strong:#13242f; --muted:#54636e;
  --line:#e1e8ee;
  --brand:#2f5d7c; --brand-dark:#1f4459; --brand-tint:#e6eef4; --on-brand:#ffffff;
  --accent:#b6552c;
  --hero-bg:radial-gradient(1100px 460px at 88% -12%,#e6eef4,transparent),#f2f6fa;
  --header-bg:rgba(255,255,255,.88); --footer-bg:#f2f6fa;
  --band-bg:#13242f; --on-band:#ffffff; --on-band-muted:#a8bac6;

  --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(19,36,47,.07); --shadow-lg:0 18px 44px rgba(19,36,47,.15);
  --dur:160ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Primary buttons use the steel-blue brand (white text passes AA: ~7.05:1).
   White-on-copper is ~4.86:1 — it would pass, but buttons stay on --brand for
   the strongest contrast and a consistent feel, like larson/dean. */
.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 + card icons in brand steel-blue (passes ~6.0:1 on tint); the copper
   accent is reserved for large decorative SVG / hover detail, never small text. */
.eyebrow{color:var(--brand)}
.card .ic{background:var(--brand-tint);color:var(--brand)}
