.hero h1 {
  font-size: clamp(42px, 4.5vw, 64px);
}

.hero h1 .hero-line {
  color: inherit;
  white-space: nowrap;
}

.hero h1 .hero-accent {
  color: var(--green);
}

.hero-card {
  transform: none;
}

.brand,
.brand-mark {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

@media (max-width: 520px) {
  .hero h1 {
    font-size: clamp(34px, 10vw, 42px);
  }
}
