/* Shared NiksGrup header — intentionally loaded after page-specific styles. */
.site-contact-strip {
    align-items: center;
    background: #050505;
    color: #fff;
    display: flex;
    height: 32px;
    justify-content: space-between;
    left: 0;
    padding: 0 3vw;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
}
.site-contact-strip > span { font-size: 8px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.site-contact-strip__links { align-items: center; display: flex; gap: 28px; }
.site-contact-strip a { color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .8px; text-decoration: none; }
.site-contact-strip a:hover { opacity: .68; }

.header,
.site-header {
    align-items: center !important;
    background: rgba(255, 255, 255, .96) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .14) !important;
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    height: 76px !important;
    left: 0 !important;
    padding: 0 3vw !important;
    position: fixed !important;
    right: 0 !important;
    top: 32px !important;
    width: 100% !important;
    z-index: 1000 !important;
}

.about-hero { padding-top: 108px !important; }
.shell-editor-page { padding-top: 108px !important; }
.shell-editor-page .studio-layout { min-height: calc(100vh - 108px) !important; }
.shell-editor-page .panel { height: calc(100vh - 108px) !important; }

.header .logo,
.site-header .brand {
    align-items: baseline !important;
    color: #111 !important;
    display: inline-flex !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 27px !important;
    font-weight: 800 !important;
    justify-self: start !important;
    letter-spacing: -1.7px !important;
    line-height: 1 !important;
    text-decoration: none !important;
    width: max-content !important;
}

.header .logo span,
.site-header .brand span,
.site-header .brand b { color: #111 !important; }

.header nav,
.site-header .desktop-nav {
    align-items: center !important;
    display: flex !important;
    gap: 31px !important;
    justify-self: center !important;
}

.header nav a,
.site-header .desktop-nav a {
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #111 !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1.15px !important;
    padding: 8px 0 !important;
    text-transform: uppercase !important;
}

.header .header-catalog-btn { box-shadow: none !important; }
.header .header-catalog-btn:hover { background: transparent !important; color: #111 !important; }

.header .header-contact-btn,
.site-header .header-call {
    align-items: center !important;
    background: #111 !important;
    border: 1px solid #111 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    display: inline-flex !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    gap: 18px !important;
    justify-content: center !important;
    justify-self: end !important;
    letter-spacing: .8px !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    text-transform: uppercase !important;
    transform: none !important;
}

.header .header-contact-btn:hover,
.site-header .header-call:hover { background: #fff !important; color: #111 !important; }

@media (max-width: 900px) {
    .site-contact-strip { height: 30px; padding: 0 20px; }
    .site-contact-strip > span { display: none; }
    .site-contact-strip__links { justify-content: space-between; width: 100%; }
    .site-contact-strip a { font-size: 8px; }

    .header,
    .site-header {
        grid-template-columns: 1fr auto !important;
        height: 68px !important;
        padding: 0 20px !important;
        top: 30px !important;
    }

    .header nav,
    .site-header .desktop-nav,
    .header .header-contact-btn,
    .site-header .header-call { display: none !important; }

    .header .logo,
    .site-header .brand { font-size: 24px !important; margin: 0 !important; }

    .nk-burger-toggle,
    .site-header .menu-toggle { color: #111 !important; display: flex !important; justify-self: end !important; }

    .nk-mobile-menu-link:hover,
    .nk-mobile-menu-link span { color: #111 !important; }

    .nk-mobile-action-btn {
        border: 1px solid #111 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .nk-mobile-action-btn.btn-call { background: #111 !important; color: #fff !important; }
    .nk-mobile-action-btn.btn-wa { background: #fff !important; color: #111 !important; }

    .about-hero { padding-top: 98px !important; }
    .shell-editor-page { padding-top: 98px !important; }
    .shell-editor-page .studio-layout { min-height: calc(100vh - 98px) !important; }
    .shell-editor-page .panel { height: calc(100vh - 98px) !important; }
}
