/* Original template palette, scoped to Home through this page-only stylesheet.
   Source: https://test-ai-concrete-1.hosting34-a2.com/assets/css/site.css
   and assets/css/usability.css?v=20260729-5. */
:root {
  --blue: #084bac;
  --blue-dark: #06356d;
  --ink: #111213;
  --body: #35383b;
  --paper: #f7f7f5;
  --star: #f6a900;
  --text-primary: #15191d;
  --text-secondary: #3f4953;
  --text-muted: #56616c;
  --surface-muted: #f4f6f7;
  --surface-hover: #e8f1fb;
}
html, body { background: #ececea; }
p.eyebrow { color: var(--blue); text-shadow: none; }
#home .hero-copy { color: #fff; }
.editorial-note {
  background: radial-gradient(circle at 88% 14%, #ffffff1f, #0000 24%),
    linear-gradient(135deg, #073c7d, #0753b9);
}
.editorial-note .eyebrow, .quote-band .eyebrow { color: #fff; }
.home-service-depth {
  background: radial-gradient(circle at 10% 10%, #084bac0a, #0000 28%), #f5f7f8;
}
.quote-band {
  background: radial-gradient(circle, #ffffff12 0 1px, #0000 1.5px) 0 0 / 12px 12px,
    linear-gradient(110deg, #0348aa, #0b51b6 55%, #06419d);
}
.site-footer { color: #d9e3f0; background: #031b37; }
.quote-band .button:hover, .quote-band .button:focus-visible {
  color: #fff; background: #043477; border-color: #043477;
}