.hero-cloud{display:none!important}
.sky-constellations{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;overflow:hidden}
.sky-constellations polyline{fill:none;stroke:rgba(145,198,230,.24);stroke-width:.8;stroke-linecap:round;stroke-linejoin:round}
.sky-constellations circle{fill:#dcefff;filter:drop-shadow(0 0 4px rgba(132,205,255,.7))}
.sky-constellations .constellation-ring{fill:none;stroke:rgba(166,219,250,.24);stroke-width:.7;filter:none}
@media(prefers-reduced-motion:no-preference){.sky-constellations g{animation:constellation-tide 16s ease-in-out infinite alternate;transform-box:fill-box;transform-origin:center}}
@keyframes constellation-tide{from{opacity:.38;transform:translateY(-5px)}to{opacity:.85;transform:translateY(5px)}}
@media(max-width:639px){.sky-constellations{width:160%;max-width:none;left:-30%;opacity:.6}.sky-constellations g:last-child{display:none}}
