A landing page that proves you can have complex motion and still hit a 95+ Lighthouse score.
Most 'animated' marketing pages either run at 30fps and feel like syrup, or strip themselves down to nothing to look good on PageSpeed. There's a sweet spot where the page feels alive AND scores well — and most teams stop trying after the first regression.
Treated every animation as a budget question. GPU-composited transforms only; no layout thrash. Framer Motion for orchestration, GSAP for the timeline-heavy bits. Heavy scroll work goes through `requestAnimationFrame` so it can't block the main thread. Critical CSS, deferred everything else.
A landing that breathes — scroll-triggered reveals, parallax depth, glass panels that don't feel like 2014 — while still hitting the green Lighthouse bands.