/* FAMILY: PROJECT & CRAFT (roofing, landscaping) — warmer, more editorial,
   a centered hero with generous type, larger radii, a serif display face
   for a "crafted" feel rather than a corporate-trade look. */
:root {
  --font-heading: "Fraunces", Georgia, serif;
  --font-body: "Public Sans", "Segoe UI", Arial, sans-serif;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --hero-pattern-opacity: 0.08;
}
.btn {
  border-radius: 999px;
}
.hero h1 {
  font-weight: 600;
  letter-spacing: -0.015em;
}
.section-title {
  font-weight: 600;
}
.service-card {
  border-width: 0;
}
