.landing-page{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background-color:rgb(var(--ray-gold-50));color:rgb(var(--ray-night-900))}.landing-page .landing-surface{color:rgb(var(--ray-night-900))}.landing-display-title{letter-spacing:-.02em;text-wrap:balance;font-size:clamp(2.25rem,4.2vw + 1rem,3.5rem);font-weight:700;line-height:1.08}.landing-hero-copy{animation:.7s cubic-bezier(.22,1,.36,1) both landing-rise}.landing-hero-visual{animation:.9s cubic-bezier(.22,1,.36,1) .12s both landing-rise}@keyframes landing-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.landing-hero-copy,.landing-hero-visual{animation:none}}