/* ═══════════════════════════════════════════════════
   Single-row site header
   ═══════════════════════════════════════════════════ */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1050;
    background: #fff;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.07);
}

.site-header .container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.sh-nav {
    background: #fff !important;
    padding: 0 !important;
}

.sh-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 72px;
}

.sh-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
    margin-right: auto;
}

.sh-logo img {
    height: 56px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
    display: block;
}

.sh-bar-end {
    display: flex;
    align-items: center;
    gap: 8px;
    order: 2;
}

.sh-nav-inner {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.sh-search {
    width: 200px;
    flex: 0 1 200px;
    min-width: 150px;
}

.sh-search-box {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 40px;
    padding: 3px 5px 3px 14px;
    background: #f4f6f9;
    border: 1px solid #e4e8ef;
    border-radius: 999px;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.sh-search-box:focus-within {
    background: #fff;
    border-color: #c9a46a;
    box-shadow: 0 0 0 4px rgba(201, 164, 106, 0.16);
}

.sh-search-box i { color: #94a3b8; font-size: 14px; flex-shrink: 0; }

.sh-search-box input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    outline: none;
    font-size: 14px;
    color: #12203a;
    font-family: Inter, sans-serif;
}

.sh-search-box input::-webkit-search-cancel-button { -webkit-appearance: none; }

.sh-search-box button {
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #12203a;
    color: #fff;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.sh-search-box button:hover { background: #1b3158; }

.sh-cart {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #12203a;
    color: #fff;
    display: grid;
    place-items: center;
    text-decoration: none;
    position: relative;
    flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(18, 32, 58, 0.25);
}

.sh-cart:hover { background: #1b3158; color: #fff; }

.sh-cart .cart-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    padding: 0;
    font-size: 9px;
    display: none;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.sh-toggle {
    width: 42px;
    height: 42px;
    border: 0;
    background: #f4f6f9;
    border-radius: 12px;
    display: none;
    place-items: center;
}

.sh-toggle .toggler-icon {
    width: 18px;
    height: 14px;
}

.sh-nav .navbar-collapse { visibility: visible !important; }

.sh-menu {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sh-menu .nav-item { flex-shrink: 0; }

.sh-menu .nav-link {
    color: #1f2937 !important;
    font-family: Outfit, Inter, sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: .2px;
    text-transform: uppercase;
    padding: 7px 11px !important;
    border-radius: 999px;
    white-space: nowrap;
    line-height: 1.2;
}

.sh-menu .nav-link:hover {
    background: #f6f1e8;
    color: #9a3412 !important;
}

.sh-menu .nav-link.active {
    background: #12203a !important;
    color: #fff !important;
}

.sh-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f5c97a, #d97706);
    color: #1a1206 !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .3px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.sh-cta:hover { color: #1a1206 !important; filter: brightness(1.05); }

.sh-menu .dropdown-menu {
    border: 0;
    border-radius: 14px;
    padding: 8px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.12);
    margin-top: 8px;
}

.sh-menu .dropdown-item {
    border-radius: 10px;
    padding: 9px 12px;
    font-weight: 600;
    font-size: 13.5px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .sh-nav .navbar-collapse.collapse {
        display: flex !important;
    }
    .sh-bar-end { order: 3; }
}

@media (max-width: 1199.98px) {
    .sh-logo img { height: 50px; max-width: 120px; }
    .sh-search { width: 160px; flex-basis: 160px; }
    .sh-menu .nav-link { padding: 6px 8px !important; font-size: 11.5px; }
    .sh-cta { padding: 0 12px; font-size: 11px; }
}

@media (max-width: 991.98px) {
    .sh-toggle { display: grid; }
    .sh-bar { min-height: 64px; }
    .sh-nav-inner {
        flex-basis: 100%;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        padding: 8px 0 14px;
        gap: 8px;
    }
    .sh-search { width: 100%; flex: none; min-width: 0; }
    .sh-menu {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }
    .sh-menu .nav-link {
        width: 100%;
        border-radius: 12px;
        padding: 12px 14px !important;
        text-align: left;
        white-space: normal;
    }
    .sh-menu .nav-link.active {
        background: #12203a !important;
        color: #fff !important;
    }
    .sh-cta { width: 100%; height: 44px; }
    .sh-nav .navbar-collapse {
        background: #fff;
        box-shadow: 0 16px 30px rgba(0,0,0,.08);
        border-radius: 0 0 18px 18px;
    }
}

@media (max-width: 575.98px) {
    .sh-logo img { height: 46px; }
}
