document.addEventListener('DOMContentLoaded', () => {
    // Target the native Bricks header wrapper
    const header = document.getElementById('brx-header'); 
    if (!header) return;

    const updateHeaderHeight = () => {
        const headerHeight = header.offsetHeight;
        // This creates a live variable called --header-height we can use in CSS!
        document.documentElement.style.setProperty('--header-height', `${headerHeight}px`);
    };

    // Run immediately, and re-run if the user resizes their screen or rotates their phone
    updateHeaderHeight();
    window.addEventListener('resize', updateHeaderHeight);
    window.addEventListener('orientationchange', updateHeaderHeight);
});

National Kayak-Canoe Academy

reference

The Kovács Katalin National Kayak-Canoe Academy is a state-of-the-art sports complex and Hungary’s national elite training and youth development centre for the sport. Megaholz delivered bespoke interior elements and fit-out works across multiple areas of the facility, contributing to a high-performance environment aligned with the academy’s world-class standards. The project forms part of a landmark development on the shores of Lake Velence, combining advanced sports infrastructure with accommodation, training, and community spaces.

Let’s discuss your next project

Whether you’re planning a flagship store, a hotel interior, or a multi-site rollout—we’re ready to discuss your project requirements and how we can deliver.