/*------------------------------------------------------------------*\
    Page Transitions (GSAP)
\*------------------------------------------------------------------*/

/* Hide content until JS enter animation runs */
main#content,
[data-elementor-type="wp-page"],
[data-elementor-type="wp-post"] {
    opacity: 0;
}

/* Prevent scroll and interaction during leave animation */
html.is-transitioning {
    overflow: hidden;
    pointer-events: none;
}

html.is-transitioning .miv-cursor {
    display: none;
}
