// Disable header animations and transitions on scroll document.addEventListener('DOMContentLoaded', function() { const header = document.querySelector('.header-wrapper'); let lastScroll = 0;