img.custom-logo {
    position: relative;
    top: -17px;
}

/* Desktop only — absolute header over hero */
@media (min-width: 769px) {
    header#site-header {
        position: absolute;
        top: 65px !important;
        left: 0;
        right: 0;
        width: 100%;
        box-shadow: rgb(25 22 22 / 38%) 0px 2px 20px;
    }
}

/* Mobile — normal flow so dropdown works */
@media (max-width: 768px) {
    header#site-header {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        box-shadow: rgb(25 22 22 / 38%) 0px 2px 20px;
    }
    .logo-custom-wrap img {
        max-height: 70px !important;
    }
}

.single .top-bar-sticky-wrap {
    /* position: sticky !important; */
    top: 0 !important;
}
