/* Final homepage hero headline typography.
   Keep letter-spacing and word-spacing together so edits cannot silently change
   line fit or wrapping. Hero support copy and form behavior belong elsewhere. */
body.brand-v5 .hero h1{
  max-width:none;
  color:#171513;
  font-family:var(--rm-font-sans);
  font-size:clamp(52px,5.1vw,78px);
  font-weight:900;
  line-height:.96;
  letter-spacing:-.052em;
  word-spacing:.07em;
}

body.brand-v5 .hero h1 .hero-headline-line{
  display:block;
  color:#171513;
  white-space:nowrap;
}

body.brand-v5 .hero h1 .hero-headline-accent{color:#F54703}

@media(max-width:850px){
  body.brand-v5 .hero h1{
    font-size:clamp(48px,11.5vw,66px);
    line-height:.96;
    letter-spacing:-.052em;
    word-spacing:.055em;
  }
  body.brand-v5 .hero h1 .hero-headline-line{
    display:inline;
    white-space:normal;
  }
  body.brand-v5 .hero h1 .hero-headline-line:not(:last-child)::after{content:" "}
}

@media(max-width:560px){
  body.brand-v5 .hero h1{font-size:clamp(42px,13vw,56px)}
}
