.hero .eyebrow {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 8.2ch;
  font-family: "Archivo Black", "Arial Black", sans-serif;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.91;
  text-transform: uppercase;
}

.hero h1 .accent-script {
  display: block;
  margin-top: 0.16em;
  font-family: "Archivo Black", "Arial Black", sans-serif;
  font-size: 0.72em;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
  text-transform: none;
}

@media (max-width: 640px) {
  .hero h1 {
    max-width: 9ch;
    letter-spacing: -0.045em;
  }
}
