.hero-slide__copy {
  max-width: min(760px, 100%);
}

.hero-slide h1 {
  max-width: min(12.5ch, 100%);
  font-size: clamp(3.8rem, 7.8vw, 6.6rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-slide__text {
  max-width: 34rem;
  margin-top: 1.1rem;
  font-size: clamp(.98rem, 1.15vw, 1.08rem);
  line-height: 1.7;
  text-wrap: pretty;
}

.hero-slide__actions {
  margin-top: 1.45rem;
  gap: .75rem 1rem;
}

@media (max-width: 820px) {
  .hero-slide__layout {
    padding-top: 2rem;
    padding-bottom: 5.5rem;
    align-items: end;
  }

  .hero-slide__copy {
    max-width: 100%;
  }

  .hero-slide h1 {
    max-width: 12ch;
    font-size: clamp(2.65rem, 11.5vw, 4.25rem);
    line-height: 1.04;
  }

  .hero-slide__text {
    max-width: 30rem;
    margin-top: .85rem;
    font-size: .95rem;
    line-height: 1.62;
  }

  .hero-slide__actions {
    margin-top: 1.15rem;
    gap: .65rem;
  }

  .hero-slide__actions .button {
    min-height: 46px;
    padding: .72rem 1rem;
    font-size: .86rem;
  }
}
