/* Homepage can scroll without flattening the hero */
html, body.landing-page {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.hezoya-loader.is-done { display: none !important; pointer-events: none !important; }
.landing-hero-bg,
.landing-hero-overlay { pointer-events: none; }
.landing-cards, .float-card, .float-photo { pointer-events: none; }
.landing-hero-inner, .landing-cta a, .lc-hero-pills a, .scroll-cue { pointer-events: auto; position: relative; z-index: 3; }
@media (prefers-reduced-motion: reduce) {
  .scroll-cue span, .float-card { animation: none; }
}
