
/* narrower than the shared 62ch */
.hero-lead{max-width:54ch}
@media (max-width:960px){
  /* this page is a single screen: keep the hero filling the viewport on mobile too,
     and leave room at the bottom so the copyright line clears the copy */
  .hero{min-height:100svh;min-height:100vh;align-items:center;
    padding:clamp(130px,17.5vh,172px) 0 calc(clamp(40px,8vw,64px) + 20px)}}

/* hero copy width for this page */
.hl2{max-width:62ch}
/* coming soon: single-screen page */
.hero-note{position:absolute;left:0;right:0;bottom:26px;text-align:center;color:var(--fg-subtle);font-size:13.5px;letter-spacing:.05em;z-index:3}
/* standard gradient hero without imagery */
