Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

One comment

Leave a Reply

Your email address will not be published. Required fields are marked *

function kineticFailSafe(reason){ console.warn('[Kinetic] Falling back to static mode —', reason); var loader = document.getElementById('kinetic-loader'); if (loader) loader.style.display = 'none'; document.querySelectorAll( '#kinetic-agency [data-reveal], #kinetic-agency .hero-eyebrow, ' + '#kinetic-agency .hero-title .word, #kinetic-agency .hero-sub, #kinetic-agency .hero-cta' ).forEach(function (el) { el.style.opacity = '1'; el.style.transform = 'none'; }); } // Hard timeout: whatever else happens, unstick the page after 5 seconds. setTimeout(function () { var loader = document.getElementById('kinetic-loader'); if (loader && loader.style.display !== 'none') kineticFailSafe('5s timeout reached — check that GSAP loaded before this script'); }, 5000); if (typeof gsap === 'undefined' || typeof ScrollTrigger === 'undefined') { kineticFailSafe('GSAP or ScrollTrigger is not defined — the library