.alphard-page .hero h1 {
  max-width: min(1100px, 92vw);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.alphard-page .hero h1 span {
  white-space: nowrap;
}

.alphard-page .hero h1 a {
  color: inherit;
  text-decoration: none;
}

.alphard-page .hero h1 a:hover,
.alphard-page .hero h1 a:focus-visible {
  color: #d6bd82;
}

@media (max-width: 720px) {
  .alphard-page .hero h1 {
    max-width: calc(100vw - 44px);
    font-size: clamp(22px, 7.4vw, 36px);
    line-height: 1.12;
    letter-spacing: -0.04em;
  }
}
