/* Compact heading and stable resting state for the home-page intro. */
.home-hero--intro { padding-top: clamp(1.8rem, 3.8vw, 3.75rem); }
.home-hero--intro .hero-heading { max-width: 980px; margin-bottom: clamp(1.35rem, 2.6vw, 2.4rem); }
.home-hero--intro .hero-heading .eyebrow { margin-bottom: .35rem; color: #3a96b7; font-size: clamp(.58rem, .78vw, .71rem); letter-spacing: .2em; }
.home-hero--intro .hero-heading h1 { margin-bottom: 0; font-size: clamp(2.25rem, 4.3vw, 4.45rem); line-height: 1.02; }

@media (max-width: 580px) {
  .home-hero--intro { padding-top: 1.8rem; }
  .home-hero--intro .hero-heading { margin-bottom: 1.3rem; }
}
