#site-header {
    z-index: 999;
    .current-menu-item {
        color: var(--wp--preset--color--red);
    }
    &&:has(#header-menu.active) {
        background-color: var(--wp--preset--color--white);
    }
    @media screen and (max-width: 1079px) {
        height: 100px;
    }
}
body.modal-open {
    #site-header {
        nav {
            position: absolute;
            top: var(--two-spacer);
        }
    }
}