/* Motion is intentionally subtle: it reinforces the data-flow story without
   making the page harder to read or triggering motion-sensitive visitors. */
.hero__copy{animation:landfall-rise .75s .12s both}.visual{animation:landfall-rise .8s .25s both}.eyebrow__pulse{animation:landfall-pulse 2s infinite}.orbit{animation:landfall-orbit 11s ease-in-out infinite alternate}.record{animation:landfall-float 5s 1s ease-in-out infinite}.stellar-card{animation:landfall-card 6s .5s ease-in-out infinite}.float-chip--one{animation:landfall-float 4s 1s ease-in-out infinite}.float-chip--two{animation:landfall-float 4s 1.7s ease-in-out infinite}@keyframes landfall-rise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes landfall-pulse{50%{box-shadow:0 0 0 9px rgba(11,156,145,0)}}@keyframes landfall-orbit{to{transform:rotate(-28deg) scale(1.04)}}@keyframes landfall-float{50%{transform:translateY(-9px)}}@keyframes landfall-card{50%{transform:rotate(2.5deg) translateY(-7px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}
