/* FAMILY: AUTOMOTIVE (auto repair, mobile detailing) — bold, technical,
   condensed display type, sharp corners, dark-leaning surfaces on key
   sections for a garage/technical feel distinct from the trade family. */
:root {
  --font-heading: "Barlow Condensed", "Segoe UI", Arial, sans-serif;
  --font-body: "Archivo", "Segoe UI", Arial, sans-serif;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --hero-pattern-opacity: 0.10;
}
.btn {
  border-radius: var(--radius-sm);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.hero h1 {
  text-transform: uppercase;
  letter-spacing: 0.005em;
  font-weight: 800;
}
.eyebrow {
  letter-spacing: 0.12em;
}
.section-title {
  text-transform: uppercase;
  font-weight: 700;
}
.service-card {
  border-radius: var(--radius-sm);
}
