/* Hide only the homepage hero lead on mobile while preserving its layout box. */
@media (max-width: 920px) {
  .hero.hero-split .hero-lead {
    visibility: hidden;
  }
}
