/* v10: typography for descriptive headings. Homepage hero remains unchanged. */
.detail-page .v8-hero-copy h1,
.detail-page .v8-partner-hero h1 {
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.6;
  letter-spacing: .025em;
  text-wrap: pretty;
  line-break: strict;
}
main h2, main h3, main h4, .mega-heading {
  text-wrap: pretty;
  line-break: strict;
}
@media (max-width:767px) {
  .detail-page .v8-hero-copy h1,
  .detail-page .v8-partner-hero h1 {
    font-size: clamp(24px, 7.4vw, 34px);
    line-height: 1.65;
    letter-spacing: .01em;
  }
  .detail-page .company-hero h1 { text-wrap: pretty; }
}
