Inertia
& Magnetism.

Hijacking the
native scroll.

We abandon standard browser mechanics. By mapping wheel delta to a custom requestAnimationFrame loop using the `lenis` library, we generate artificial physical mass.

Scroll with intentionality. Notice how the page decelerates gracefully rather than stopping abruptly. This is momentum mathematical modeling applied to UI.

Frictionless

Elastic UI Pull

Hovering elements triggers GSAP `quickTo`, computing distance vectors to drag DOM nodes away from their rigid CSS definitions.

Fluid Momentum

Combining Lerp (Linear Interpolation) with multi-axis easing functions generates a heavy, premium scrolling sensation.