/* Fincore polish layer — additive only; safe to remove.
   1. Anchor targets clear the fixed 72px header.
   2. Balanced rag on display headings (no single-word orphan lines).
   3. Logo marquee pauses on hover.
   4. Motion is disabled for users who ask the OS for reduced motion. */
html{scroll-padding-top:96px}
.list-decimal{list-style-type:decimal}
.text-display,.text-h1,.text-h2{text-wrap:balance}
.animate-marquee:hover{animation-play-state:paused}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .animate-aurora-1,.animate-aurora-2,.animate-aurora-3,.animate-marquee{animation:none}
  *,::before,::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
