@media (min-width: 801px) {
  .hero h1 {
    font-size: clamp(2.5rem, 3vw, 2.85rem);
    line-height: 1.1;
    max-width: none;
  }
}
