/* Keep motion light and entirely optional. */
@media (prefers-reduced-motion:no-preference) and (min-width:769px){.scanner{animation:float 6s ease-in-out infinite}.orbit{animation:spin 14s linear infinite}@keyframes float{50%{transform:rotate(1deg) translateY(-13px)}}@keyframes spin{to{transform:rotate(375deg)}}}
@media (prefers-reduced-motion:no-preference) and (max-width:768px){.scanner{animation:mobile-float 5s ease-in-out infinite}.button.primary{border-color:var(--coral)}@keyframes mobile-float{50%{transform:translateY(-5px)}}}
