/**
 * Hero headline typography — Satoshi (sync load in head.twig)
 */

.page-index .hero-section h1.hero-headline,
.hero-section h1.hero-headline {
  font-family: var(--nl-hero-font) !important;
  font-size: clamp(2.375rem, 5.5vw, 3.5rem) !important;
  font-weight: 700 !important;
  font-synthesis: none !important;
  line-height: 1.06 !important;
  letter-spacing: -0.032em !important;
  margin: 0 0 24px !important;
  color: #ffffff !important;
  max-width: 620px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-index .hero-section h1.hero-headline .hero-headline-line,
.hero-section h1.hero-headline .hero-headline-line {
  display: block !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  color: inherit !important;
}

.page-index .hero-section h1.hero-headline .hero-headline-line--muted,
.hero-section h1.hero-headline .hero-headline-line--muted {
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 600 !important;
  letter-spacing: -0.028em !important;
}

@media (max-width: 768px) {
  .page-index .hero-section h1.hero-headline,
  .hero-section h1.hero-headline {
    font-size: clamp(2rem, 7.5vw, 2.625rem) !important;
  }
}

@media (max-width: 480px) {
  .page-index .hero-section h1.hero-headline,
  .hero-section h1.hero-headline {
    font-size: 1.9375rem !important;
  }
}
