
/* v79: RoadMap hero typography normalization only */
.hero h1, .roadmap-hero h1, .hero-title, .cancer-hero h1 {
  font-size: clamp(2.25rem, 5vw, 4.5rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.025em !important;
  font-weight: 800 !important;
  margin-bottom: .65rem !important;
}
.hero p, .roadmap-hero p, .hero-subtitle, .cancer-hero p {
  font-size: clamp(1.05rem, 1.8vw, 1.35rem) !important;
  line-height: 1.5 !important;
}
/* Cancer identity accent; existing hero background/art remains untouched */
.hero .kicker, .roadmap-hero .kicker, .cancer-hero .kicker,
.hero .eyebrow, .roadmap-hero .eyebrow {
  color: #4f9bd8 !important;
}
@media (max-width: 640px) {
  .hero h1, .roadmap-hero h1, .hero-title, .cancer-hero h1 {
    font-size: clamp(2rem, 10vw, 3rem) !important;
    line-height: 1.05 !important;
  }
  .hero p, .roadmap-hero p, .hero-subtitle, .cancer-hero p {
    font-size: 1rem !important;
    line-height: 1.45 !important;
  }
}
