/* SKIN: auto (auto repair, detailing, towing, tire shops)
   Feel: dark, mechanical, confident. Garage-floor contrast, sharp edges. */
:root{
  --paper:#f6f7f8; --ink:#15171a; --muted:#4a4e54;
  --radius:6px;
  --shadow:0 4px 14px rgba(0,0,0,.22);
  --tile-border:1px solid #d8dbdf;
  --header-line:3px solid var(--primary);
  --section-bg-alt:#1b1e22;
  --accent-text:var(--dark);
  --hero-overlay:linear-gradient(180deg,rgba(8,9,11,.78),rgba(8,9,11,.5) 55%,rgba(8,9,11,.82));
}
h1,h2{text-transform:uppercase;letter-spacing:.01em}
.section-alt{color:#e8eaec}
.section-alt .sub{color:#b9bec4}
.section-alt .tile{background:#22262b;border-color:#33383f;color:#e8eaec}
.section-alt .tile p{color:#b9bec4}
.btn{border-radius:4px}
