/* Mobile-only HomeGoal scroll scene. The legacy site runtime stays disabled. */
html.huiling-mobile-native #home-goal {
  position: relative !important;
  display: grid !important;
  grid-template-rows: auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding-bottom: 360dvh !important;
  overflow: visible !important;
}

html.huiling-mobile-native #home-goal-viewport-portal {
  position: fixed !important;
  z-index: 110 !important;
  inset: 0 !important;
  display: block !important;
  width: 100vw !important;
  height: 100dvh !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

html.huiling-mobile-native #home-goal-viewport-portal.is-active {
  visibility: visible !important;
  opacity: 1 !important;
}

html.huiling-mobile-native
  #home-goal-viewport-portal
  #home-goal-constellation {
  display: block !important;
  visibility: visible !important;
}

@media (prefers-reduced-motion: reduce) {
  html.huiling-mobile-native #home-goal {
    padding-bottom: 180dvh !important;
  }
}
