.hero h1 {
  max-width: 900px;
  font-size: clamp(3.2rem, 7.5vw, 7.2rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.hero-tagline {
  margin: 22px 0 0;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 850;
  letter-spacing: -0.02em;
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }

  .hero-tagline {
    font-size: 1.2rem;
  }
}
