.constellation{align-items:center;background:radial-gradient(ellipse 70% 60% at 50% 50%,rgba(91,155,255,.06) 0,transparent 70%),var(--brn-surface);display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:clamp(80px,12vw,140px) clamp(24px,6vw,80px);position:relative;text-align:center}.constellation-video{inset:0;overflow:hidden;position:absolute;z-index:0}.constellation-video video{filter:saturate(0) brightness(.8);height:100%;object-fit:cover;opacity:.06;width:100%}[data-theme=light] .constellation-video video{filter:saturate(0) brightness(1.2);opacity:.04}.constellation-canvas{inset:0;overflow:hidden;position:absolute;z-index:1}.constellation-dot{background:var(--brn-blue-accent);border-radius:50%;height:4px;opacity:0;position:absolute;transform:scale(0);transition:opacity 1.2s ease-out,transform 1.2s ease-out;width:4px}.constellation-dot.visible{animation:dotPulse 3s ease-in-out infinite;opacity:.7;transform:scale(1)}@keyframes dotPulse{0%,to{opacity:.5}50%{opacity:1}}.constellation-dot:first-child{animation-delay:0s;left:20%;top:15%}.constellation-dot:nth-child(2){animation-delay:.2s;height:6px;left:45%;top:25%;width:6px}.constellation-dot:nth-child(3){animation-delay:.4s;left:70%;top:10%}.constellation-dot:nth-child(4){animation-delay:.6s;left:15%;top:40%}.constellation-dot:nth-child(5){animation-delay:.8s;height:5px;left:80%;top:35%;width:5px}.constellation-dot:nth-child(6){animation-delay:1s;left:30%;top:55%}.constellation-dot:nth-child(7){animation-delay:.3s;height:6px;left:65%;top:60%;width:6px}.constellation-dot:nth-child(8){animation-delay:.5s;left:25%;top:75%}.constellation-dot:nth-child(9){animation-delay:.7s;left:55%;top:70%}.constellation-dot:nth-child(10){animation-delay:.9s;height:5px;left:78%;top:80%;width:5px}.constellation-dot:nth-child(11){animation-delay:1.1s;left:58%;top:20%}.constellation-dot:nth-child(12){animation-delay:.1s;height:7px;left:50%;top:45%;width:7px}.constellation-dot:nth-child(13){animation-delay:.4s;left:42%;top:85%}.constellation-dot:nth-child(14){animation-delay:.6s;left:32%;top:30%}.constellation-dot:nth-child(15){animation-delay:.8s;left:85%;top:65%}.constellation-dot:nth-child(16){animation-delay:.2s;height:5px;left:8%;top:5%;width:5px}.constellation-dot:nth-child(17){animation-delay:.5s;left:8%;top:28%}.constellation-dot:nth-child(18){animation-delay:.9s;height:5px;left:50%;top:8%;width:5px}.constellation-dot:nth-child(19){animation-delay:.3s;height:6px;left:90%;top:20%;width:6px}.constellation-dot:nth-child(20){animation-delay:.7s;left:88%;top:50%}.constellation-dot:nth-child(21){animation-delay:1s;height:5px;left:12%;top:65%;width:5px}.constellation-dot:nth-child(22){animation-delay:.4s;left:72%;top:90%}.constellation-dot:nth-child(23){animation-delay:.6s;height:5px;left:35%;top:92%;width:5px}.constellation-dot:nth-child(24){animation-delay:.1s;height:3px;left:42%;top:50%;width:3px}.constellation-dot:nth-child(25){animation-delay:.8s;height:3px;left:62%;top:38%;width:3px}.constellation-lines{inset:0;pointer-events:none;position:absolute}.constellation-lines line{opacity:0;stroke:var(--brn-blue-accent);stroke-width:1;transition:opacity 1.5s ease-out .5s}.constellation.visible .constellation-lines line{opacity:.2}.constellation-content{max-width:700px;position:relative;z-index:2}.constellation-number{background:linear-gradient(135deg,var(--text-primary) 0,var(--brn-blue-accent) 100%);-webkit-background-clip:text;font-family:Instrument Sans,Inter,sans-serif;font-size:clamp(3rem,7vw,5.5rem);font-weight:900;letter-spacing:-.04em;line-height:1;margin-bottom:16px;-webkit-text-fill-color:transparent;background-clip:text}.constellation-headline{color:var(--text-primary);font-family:"Noto Serif",Georgia,serif;font-size:clamp(1.4rem,3vw,2.2rem);font-style:italic;font-weight:400;line-height:1.3;margin-bottom:20px}.constellation-sub{color:var(--text-secondary);font-size:1rem;line-height:1.7}