/* Desktop hero spacing: keep the artwork's iWsMMO wordmark unobstructed. */
@media (min-width: 681px) {
  .hero-image {
    background-position: 58% center;
  }

  .hero-content {
    max-width: 690px;
  }

  .hero h1 {
    font-size: clamp(52px, 5.4vw, 88px);
  }
}
