/* Desktop alignment only; the original stage artwork and phone stack stay intact. */
@media (min-width: 1201px) {
  .masthead .hero-copy {
    padding-block-start: calc(clamp(100px, 14svh, 155px) + 76px);
  }

  .masthead .hero-art {
    width: 72%;
    max-width: 1180px;
  }
}
