/* Force navigation to be visible regardless of dropdown-loaded state */
@media (min-width: 992px) {
    body:not(.is-dropdown-loaded) .gh-head-menu .nav > li {
        opacity: 1 !important;
    }
}

/* Ensure navigation elements are properly displayed on all templates */
.gh-head-menu {
    display: flex !important;
}

.gh-head-menu .nav {
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.gh-head-menu .nav li {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Ensure work-with-me hero is visible */
.work-with-me-page div[style*="background"] {
    opacity: 1 !important;
    visibility: visible !important;
}
