@keyframes hydraFloat{
  from{transform:translateY(0)}
  to{transform:translateY(-8px)}
}
@keyframes hydraGlow{
  from{filter:drop-shadow(0 12px 28px rgba(19,124,255,.20))}
  to{filter:drop-shadow(0 18px 46px rgba(38,199,255,.38))}
}
.brand-emblem{animation:hydraFloat 3s ease-in-out infinite alternate,hydraGlow 2.4s ease-in-out infinite alternate}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}
}
