@keyframes loaderOut { to { opacity: 0; visibility: hidden; } }
@keyframes pulse { 50% { text-shadow: 0 0 34px rgba(255,224,154,.8); } }
@keyframes orbit { 50% { box-shadow: inset 0 0 40px rgba(217,170,78,.14), 0 0 28px rgba(217,170,78,.24); } }
.section-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.section-reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
