/* Compact header after scrolling, 2026-08-20 */
.site-header.scrolled,
.site-header.innerpage-header.scrolled {
    top: 12px !important;
    left: 50%;
    right: auto;
    width: calc(100% - 48px);
    max-width: 1320px;
    padding: 10px 0;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 14px 36px rgba(3, 41, 38, 0.14);
    transform: translateX(-50%);
    animation: none;
    background: rgba(0, 0, 0, 0.86);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.site-header.scrolled > .container {
    width: 100%;
}

.dropdown-open .site-header.scrolled {
    transform: translateX(-50%) !important;
}

@media (max-width: 991px) {
    .site-header.scrolled,
    .site-header.innerpage-header.scrolled {
        top: 8px !important;
        width: calc(100% - 20px);
        padding: 8px 0;
    }
}
