/* Tighter, clearer homepage hero. */
.modern-hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 10, 8, .68), rgba(4, 10, 8, .28) 68%),
    linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(2, 7, 5, .46));
}
.modern-hero-copy h1 {
  max-width: 820px;
  margin: 14px 0;
  font-size: clamp(2.5rem, 4.1vw, 4.6rem);
  line-height: .94;
}
.modern-hero-copy > p {
  margin-bottom: 22px;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .modern-hero { padding-bottom: 52px; }
  .modern-hero-copy { padding-top: 104px; padding-bottom: 24px; }
  .modern-hero-copy h1 {
    max-width: 20ch;
    margin: 10px 0 12px;
    font-size: clamp(1.55rem, 6.4vw, 1.9rem);
    line-height: 1.08;
  }
  .modern-hero-copy > p {
    max-width: 33ch;
    margin-bottom: 18px;
    font-size: .925rem;
    line-height: 1.48;
  }
  .modern-hero > .modern-hero-copy .modern-hero-actions { gap: 7px; }
  .modern-hero > .modern-hero-copy .modern-hero-actions .modern-button {
    min-height: 40px;
    padding: 7px 10px;
    font-size: .72rem;
    gap: 6px;
  }
  .modern-hero > .modern-hero-copy .modern-hero-actions .ui-arrow {
    --arrow-size: 12px;
  }
}
@media (max-width: 360px) {
  .modern-hero-copy { padding-top: 92px; }
}
