/* Desktop hero title correction. Loaded after the main stylesheet. */
.home-page .hero h1{
  font-family:"Manrope",Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-weight:800;
}

@media (min-width:901px){
  .home-page .hero{
    grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);
    gap:clamp(28px,3vw,44px);
  }

  .home-page .hero-copy{
    max-width:760px;
  }

  .home-page .hero h1{
    max-width:760px;
    font-size:clamp(48px,4.5vw,80px);
    line-height:.95;
    letter-spacing:-.068em;
    text-wrap:balance;
  }

  .home-page .hero-title-line{
    display:block;
    white-space:nowrap;
  }

  .home-page .hero-text{
    max-width:600px;
    margin-top:22px;
    font-size:clamp(17px,1.45vw,21px);
  }

  .home-page .hero-visual{
    min-height:clamp(460px,42vw,600px);
  }
}

@media (min-width:1500px){
  .home-page .hero h1{
    max-width:850px;
    font-size:clamp(70px,5vw,96px);
  }
}
