/*
  Cosmos scroll track — room for Earth recede journey (compact, no wasteland)
*/

:root {
  --wsb-scroll-p: 0;
  --sr-hero-progress: 0;
  --sr-cosmos-track-h: clamp(320px, 52dvh, 580px);
}

#world-solar-bg {
  transform: none !important;
}

body.sr-site .sr-hero-pro.sr-aether-hero {
  position: relative;
  z-index: 8;
  overflow-x: clip !important;
  overflow-y: visible;
  background: transparent !important;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

body.sr-site .sr-cosmos-scroll-track {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  height: var(--sr-cosmos-track-h);
  min-height: clamp(260px, 40dvh, 480px);
  margin: 0;
  padding: 0;
  pointer-events: none;
  visibility: visible;
}

body.sr-site .sr-hero-pro__shell {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  body.sr-site .sr-cosmos-scroll-track {
    height: 0 !important;
    min-height: 0 !important;
    display: none !important;
  }
}
