.vg-reveal{height:230vh}
.vg-reveal__stage{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 24px;overflow:hidden;background:radial-gradient(80% 60% at 50% 40%,#12151f,var(--vg-bg) 72%)}
.vg-reveal__glow{position:absolute;inset:0;background:radial-gradient(42% 42% at 50% 46%,rgba(90,134,255,.3),transparent 70%);pointer-events:none;opacity:0}
.vg-reveal__label{font-size:12px;letter-spacing:.3em;color:var(--vg-cyan);font-weight:700;margin-bottom:30px;opacity:0}
.vg-reveal__text{font-family:var(--vg-serif);font-weight:800;font-size:clamp(72px,17vw,240px);line-height:.98;letter-spacing:.06em;background:linear-gradient(160deg,#a9edff,var(--vg-blue) 52%,var(--vg-purple));-webkit-background-clip:text;background-clip:text;color:transparent;transform:scale(.72);opacity:0}
.vg-reveal__sub{max-width:560px;font-size:clamp(16px,2.2vw,20px);line-height:2;color:var(--vg-text-soft);margin:34px 0 0;font-weight:500;opacity:0;transform:translateY(24px)}
@media (prefers-reduced-motion:reduce){
  .vg-reveal{height:auto}
  .vg-reveal__stage{position:relative}
  .vg-reveal__glow,.vg-reveal__label,.vg-reveal__text,.vg-reveal__sub{opacity:1;transform:none}
}
