.splash{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem}@media (max-height:700px){.splash{gap:.2rem}}@media (min-height:1200px){.splash{gap:.5rem}}.title{font-family:var(--font-playfair-display);font-size:clamp(2.6rem,4vw + 1rem,4rem);min-height:5rem}.tagline{margin:0;font-size:1rem;color:#c1c1e0}.logo{order:1;width:96px;height:auto;min-height:50px}.title{order:2}.tagline{order:3}@keyframes neon-shimmer{0%{background-position:0}to{background-position:100%}}.animated-text{background:linear-gradient(90deg,hsl(var(--primary)),hsl(var(--accent)),hsl(var(--primary-dark)),hsl(var(--accent)),hsl(var(--primary)));background-size:200% auto;color:#000;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:neon-shimmer 8s linear infinite;display:inline-block}:root{--g0:#f72585;--g1:#b5179e;--g2:#7209b7;--g3:#3a0ca3;--g4:#4361ee;--g5:#4cc9f0}@keyframes ribbon{0%{stop-color:var(--g0)}16%{stop-color:var(--g1)}33%{stop-color:var(--g2)}50%{stop-color:var(--g3)}66%{stop-color:var(--g4)}83%{stop-color:var(--g5)}to{stop-color:var(--g0)}}.logo stop:first-child,.logo stop:nth-child(2){animation:ribbon 4s linear infinite}.logo stop:nth-child(2){animation-delay:-2s}@media (prefers-reduced-motion:reduce){.animated-text,.logo stop{animation:none!important}}