.hero-section {
  display: flex;
  width: min(779px, 100%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30vh;
  min-height: 340px;
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
}

.hero-section h1 {
  display: flex;
  width: 100%;
  max-width: 779px;
  flex-direction: column;
  margin: 0;
  font-size: clamp(48px, 10.5vw, 76px);
  font-weight: var(--type-h1-font-weight);
  line-height: var(--type-h1-line-height);
  letter-spacing: -0.035em;
  word-spacing: 0.02em;
  color: var(--ink);
}

.hero-title__clip {
  display: block;
  padding: 0.03em 0 0.08em;
}

.hero-title__line {
  display: block;
  will-change: transform;
}

.hero-copy {
  max-width: 580px;
  margin-top: 32px;
  font-size: 22px;
  font-weight: var(--type-body-lg-font-weight);
  line-height: var(--type-body-lg-line-height);
  letter-spacing: var(--type-body-lg-letter-spacing);
  color: var(--muted);
}

@media (max-width: 1199px) {

  .hero-section {
    margin-top: clamp(96px, 9vw, 122px);
  }

  .hero-section h1 {
    line-height: 0.96;
  }

  .hero-copy {
    max-width: 580px;
    margin-top: 32px;
    font-size: 22px;
  }


}

@media (max-width: 809.98px) {

  .hero-section {
    width: 100%;
    margin-top: clamp(84px, 14vw, 112px);
  }

  .hero-section h1 {
    display: block;
    max-width: 690px;
    font-size: clamp(48px, 10.5vw, 76px);
    line-height: 0.98;
  }

  .hero-title__line {
    display: inline-block;
  }

  .hero-title__clip {
    display: inline;
    overflow: visible;
    padding: 0;
  }

  .hero-title__clip + .hero-title__clip::before {
    content: ' ';
  }

  .hero-copy {
    max-width: 520px;
    margin-top: 28px;
    font-size: 20px;
    line-height: 1.45;
  }
}

@media (max-width: 479px) {

  .hero-section {
    margin-top: 78px;
  }

  .hero-section h1 {
    font-size: clamp(44px, 12.5vw, 60px);
  }

  .hero-copy {
    max-width: 340px;
    margin-top: 24px;
    font-size: 19px;
    line-height: 1.45;
  }
}
