/*
Theme Name: Nika theme | Copilot
Theme URI: 
Description: Nika theme | Copilot
Version: 1.0
Author: Eugene Cilliers
*/

/* Hide sibling landing sections during Barba leave transition */
main.leave-to-takeoff > *,
main.leave-to-home > * {
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.3s ease;
}