/* LOCKED tokens — Absolute Automotive Services (base system: trades, bespoke-tuned)
   Tuned to a bold automotive identity: racing-red brand on a near-black charcoal,
   distinct from the other trades sites (Larson green, Dean Qunell graphite-navy,
   Titus steel/copper, Royal blue, McNeill sandstone). Variable NAMES match
   _shared/base.css; only values changed.
   Contrast verified (WCAG AA): body ink 14.6:1, muted 6.1:1, white-on-red btn 6.2:1,
   red-on-tint eyebrow/icons 5.3:1, white-on-band 17.9: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:#232a2e; --ink-strong:#14181b; --muted:#5a636a;
  --line:#e4e6e8;
  --brand:#c1121f; --brand-dark:#8d0d17; --brand-tint:#fce8e9; --on-brand:#ffffff;
  --accent:#f0a500;
  --hero-bg:radial-gradient(1100px 460px at 88% -12%,#fbe6e7,transparent),#f5f6f7;
  --header-bg:rgba(255,255,255,.88); --footer-bg:#f5f6f7;
  --band-bg:#14181b; --on-band:#ffffff; --on-band-muted:#b6bcc1;

  --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(20,24,27,.07); --shadow-lg:0 18px 44px rgba(20,24,27,.16);
  --dur:160ms; --ease:cubic-bezier(.2,.7,.2,1);
}
/* Primary buttons use the racing-red brand — white text passes AA at ~6.2:1, so unlike
   the navy-brand trades sites the button can stay bold red for an automotive feel. */
.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 red (red-on-tint ~5.3:1 passes AA); the amber accent
   is reserved for large decorative SVG detail, never small text. */
.eyebrow{color:var(--brand)}
.card .ic{background:var(--brand-tint);color:var(--brand)}
