/* Keep the mobile intro flush with the browser's currently visible viewport. */
@media (max-width: 760px) and (orientation: portrait) {
  @supports (height: 100dvh) {
    .loading-hero {
      height: 100dvh;
      min-height: 100dvh;
    }
  }
}
