:root{--ease-apple:cubic-bezier(.22, 1, .36, 1);--ease-out-expo:cubic-bezier(.16, 1, .3, 1)}.hero-enter{animation:hero-enter .9s var(--ease-apple) both}@keyframes hero-enter{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translate(0,0)}}.hero-enter-delay-2{animation-delay:.24s}.hero-enter-delay-3{animation-delay:.36s}.hero-enter-delay-4{animation-delay:.48s}.char-rise{animation:char-rise .7s var(--ease-out-expo) both;animation-delay:calc(.16s + var(--char-i) * 48ms);display:inline-block}@keyframes char-rise{0%{opacity:0;transform:translateY(.55em)}to{opacity:1;transform:translate(0,0)}}.lamp-fade{opacity:0;animation:1.5s ease-out both lamp-fade}@keyframes lamp-fade{0%{opacity:1}to{opacity:0}}.lamp-glow{opacity:1;animation:lamp-glow-on 2s var(--ease-out-expo) both;background:radial-gradient(55% 45% at 68% 38%,#eacb6633,#0000 70%);animation-delay:.25s}@keyframes lamp-glow-on{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.lamp-dot{background:#eacb66;border-radius:9999px;width:6px;height:6px;position:relative;box-shadow:0 0 14px 3px #eacb6673}.lamp-dot:after{content:"";background:radial-gradient(#eacb6673,#0000 70%);border-radius:9999px;animation:4s ease-in-out infinite lamp-breathe;position:absolute;inset:-10px}@keyframes lamp-breathe{0%,to{opacity:.35}50%{opacity:1}}.grain-overlay:after{content:"";pointer-events:none;mix-blend-mode:overlay;opacity:.08;background-image:url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/></svg>");position:absolute;inset:0}@keyframes marquee-x{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@keyframes marquee-y{0%{transform:translate(0,0)}to{transform:translateY(-50%)}}@media (prefers-reduced-motion:reduce){.hero-enter,.char-rise,.lamp-fade,.lamp-glow,.lamp-dot:after,[data-marquee-axis]>*{animation:none!important}}
