/* SKIN: trades (plumbers, HVAC, tree, roofing, electric)
   Feel: bold, high-contrast, trustworthy-workwear. Big type, hard edges. */
:root{
  --paper:#fbfbf9; --ink:#17181a; --muted:#484b4f;
  --radius:10px;
  --shadow:0 3px 0 rgba(0,0,0,.85);
  --tile-border:2px solid var(--ink);
  --header-line:2px solid var(--ink);
  --section-bg-alt:#f1f2ee;
  --accent-text:var(--dark);
  --hero-overlay:linear-gradient(180deg,rgba(12,13,15,.72),rgba(12,13,15,.42) 55%,rgba(12,13,15,.75));
}
h1,h2{text-transform:uppercase;letter-spacing:-.01em}
.btn{border-width:2px}
.tile h3::before{content:"";display:block;width:34px;height:4px;background:var(--accent);margin-bottom:.6rem}
