Complete P0–P3 motion remediation for institutional A− visual effects grade.

Replace parallax/marquee with RevealSection and PartnerStrip, consolidate HomeHero, add reduced-motion hooks and LazyMotion, and refresh Lighthouse evidence (perf 67, a11y 100).

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
defiQUG
2026-06-15 22:39:42 -07:00
co-authored by Cursor
parent 58e8f9fdb9
commit 98f734d090
17 changed files with 3316 additions and 3926 deletions
+23
View File
@@ -633,6 +633,29 @@
.animate-pulse-slow {
animation: none;
}
/* Framer Motion loops/parallax gated in JS via MotionConfig + useMotionSafe */
}
.partner-strip {
list-style: none;
padding: 0;
margin: 0;
}
.partner-badge {
transition: border-color 0.2s, box-shadow 0.2s;
}
.partner-badge:hover,
.partner-badge:focus-within {
border-color: var(--mim-brand-gold);
box-shadow: 0 0 0 1px rgba(197, 160, 89, 0.25);
}
.animate-marquee:hover,
.animate-marquee:focus-within {
animation-play-state: paused;
}
@media print {