/* Account for the private preview bar being removed in the public release. */
.nav { top: 22px; }
.home .hero { height: min(900px, 100svh); }
.skip:focus { top: 4px; }
@media (max-width: 760px) {
  .nav { top: 18px; }
  .home .hero { height: 100svh; }
}
