@keyframes vehicleFloat { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-12px) rotate(1deg); } }
@keyframes chargeIn { from { width: 0; } to { width: 90%; } }
@keyframes pulseGold { 0%, 100% { box-shadow: 0 0 0 0 rgba(212,175,55,.22); } 50% { box-shadow: 0 0 0 12px rgba(212,175,55,0); } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}