.hero-copy h1 {
  font-size: clamp(46px, 4.5vw, 78px);
  line-height: .91;
  letter-spacing: -.055em;
}

.hero-title-line {
  display: block;
}

.hero-title-brand {
  margin-bottom: .12em;
}

.hero-copy .statement {
  margin-top: 34px;
}

.hero-copy .enter {
  margin-top: 46px;
}

@media (max-width: 760px) {
  .hero-copy h1 {
    font-size: clamp(48px, 14vw, 64px);
    line-height: .92;
  }

  .hero-copy .statement {
    margin-top: 30px;
  }

  .hero-copy .enter {
    margin-top: 38px;
  }
}
