.hero h1 {
  max-width: 940px;
  font-stretch: normal;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

@media (max-width: 780px) {
  .hero h1 {
    font-size: clamp(44px, 12vw, 62px);
    letter-spacing: -0.025em;
    line-height: 1;
  }
}
