:root{--v7-ink:#191815;--v7-muted:#6d6a63;--v7-line:#e8e4dc;--v7-paper:#fff;--v7-orange:#f15a24;--v7-orange-dark:#d94716;--v7-green:#214f45;--v7-shadow:0 12px 36px rgba(30,26,20,.10)}
*{box-sizing:border-box}.v7-menu-open{overflow:hidden}.v7-skip-link{position:fixed;left:12px;top:-60px;z-index:100000;background:#111;color:#fff;padding:10px 14px;border-radius:8px;text-decoration:none}.v7-skip-link:focus{top:12px}
.v7-site-header{position:sticky;top:0;z-index:9990;background:rgba(255,255,255,.96);border-bottom:1px solid transparent;backdrop-filter:saturate(160%) blur(14px);-webkit-backdrop-filter:saturate(160%) blur(14px);transition:box-shadow .2s ease,border-color .2s ease}.v7-site-header.is-scrolled{border-color:var(--v7-line);box-shadow:0 8px 25px rgba(25,24,21,.07)}
.v7-header-inner{width:min(1440px,calc(100% - 40px));height:78px;margin:auto;display:flex;align-items:center;gap:28px}.v7-brand{display:flex;align-items:center;gap:11px;color:var(--v7-ink);text-decoration:none;flex:0 0 auto}.v7-brand-mark{width:43px;height:43px;border-radius:13px;background:var(--v7-green);display:grid;place-items:center}.v7-brand-mark svg{width:30px;height:24px;fill:none;stroke:#fff;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}.v7-brand-copy{display:grid;line-height:1}.v7-brand-copy strong{font-size:22px;letter-spacing:-.7px}.v7-brand-copy strong span{color:var(--v7-orange)}.v7-brand-copy small{font-size:10px;letter-spacing:.45px;margin-top:5px;color:var(--v7-muted);font-weight:700;text-transform:uppercase}
.v7-desktop-nav{display:flex;align-items:center;justify-content:center;gap:4px;margin-left:auto}.v7-desktop-nav a{position:relative;padding:12px 13px;border-radius:10px;color:#312f2b;text-decoration:none;font-size:14px;font-weight:750;white-space:nowrap;transition:background .18s,color .18s}.v7-desktop-nav a:hover,.v7-desktop-nav a.is-active{background:#f5f2ec;color:#111}.v7-desktop-nav a.is-active:after{content:"";position:absolute;left:13px;right:13px;bottom:5px;height:2px;background:var(--v7-orange);border-radius:99px}
.v7-header-actions{display:flex;align-items:center;gap:8px}.v7-search-link,.v7-account-link{height:42px;display:flex;align-items:center;gap:7px;padding:0 12px;border-radius:11px;color:var(--v7-ink);text-decoration:none;font-weight:700;font-size:14px}.v7-search-link:hover,.v7-account-link:hover{background:#f5f2ec}.v7-search-link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2}.v7-list-button{height:44px;display:inline-flex;align-items:center;padding:0 17px;border-radius:12px;background:var(--v7-orange);color:#fff!important;text-decoration:none;font-size:14px;font-weight:500;box-shadow:0 8px 18px rgba(241,90,36,.22);transition:transform .18s,background .18s}.v7-list-button:hover{background:var(--v7-orange-dark);transform:translateY(-1px)}
.v7-menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--v7-line);border-radius:12px;background:#fff;padding:10px;cursor:pointer}.v7-menu-toggle span{display:block;width:100%;height:2px;background:#1d1c19;border-radius:2px;margin:4px 0}
.v7-menu-backdrop{position:fixed;inset:0;z-index:9997;background:rgba(15,14,12,.48);opacity:0;transition:opacity .22s}.v7-menu-backdrop.is-open{opacity:1}.v7-mobile-menu{position:fixed;z-index:9998;top:0;right:0;width:min(390px,92vw);height:100dvh;background:#fff;box-shadow:-20px 0 60px rgba(0,0,0,.18);transform:translateX(105%);transition:transform .25s ease;display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain}.v7-mobile-menu.is-open{transform:none}.v7-mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid var(--v7-line)}.v7-brand-mobile .v7-brand-copy strong{font-size:20px}.v7-menu-close{width:42px;height:42px;border:1px solid var(--v7-line);border-radius:50%;background:#fff;font-size:30px;line-height:1;cursor:pointer;color:#222}.v7-mobile-links{padding:12px 18px}.v7-mobile-links a{display:flex;align-items:center;justify-content:space-between;padding:15px 4px;border-bottom:1px solid #efede8;text-decoration:none;color:#24231f;font-weight:780;font-size:16px}.v7-mobile-links b{font-size:25px;font-weight:400;color:#9b968c}.v7-mobile-actions{display:grid;gap:10px;padding:18px;margin-top:auto;border-top:1px solid var(--v7-line)}.v7-mobile-actions a{display:flex;justify-content:center;align-items:center;min-height:48px;border-radius:12px;text-decoration:none;font-weight:850}.v7-mobile-primary{background:var(--v7-orange);color:#fff}.v7-mobile-secondary{border:1px solid #d8d3c9;color:var(--v7-ink);background:#fff}.v7-mobile-admin{color:var(--v7-green);background:#edf5f2}
@media(max-width:1180px){.v7-header-inner{width:min(100% - 28px,1400px);gap:16px}.v7-desktop-nav a{padding-inline:9px}.v7-search-link span{display:none}.v7-brand-copy small{display:none}}
@media(max-width:980px){.v7-desktop-nav,.v7-account-link,.v7-list-button{display:none}.v7-header-inner{height:68px}.v7-header-actions{margin-left:auto}.v7-search-link{width:44px;padding:0;justify-content:center;border:1px solid var(--v7-line)}.v7-menu-toggle{display:block}.v7-brand-mark{width:39px;height:39px}.v7-brand-copy strong{font-size:20px}}
@media(max-width:520px){.v7-header-inner{width:calc(100% - 22px)}.v7-brand-copy strong{font-size:19px}.v7-brand-mark{width:37px;height:37px;border-radius:11px}.v7-header-actions{gap:6px}.v7-search-link,.v7-menu-toggle{width:41px;height:41px}.v7-mobile-menu{width:94vw}}
@media(prefers-reduced-motion:reduce){.v7-site-header,.v7-list-button,.v7-mobile-menu,.v7-menu-backdrop{transition:none!important}}
@media (max-width:768px){

    .v7-brand-logo{
        width:160px !important;
        height:100px !important;
        flex:0 0 100px !important;
    }

    .v7-brand-logo img{
        width:100% !important;
        height:100% !important;
        object-fit:contain;
    }

}
/* Force larger Ladakh.com logo */
.v7-site-header .v7-header-inner{
    min-height:100px !important;
    height:auto !important;
}

.v7-site-header .v7-brand{
    min-width:220px !important;
    height:auto !important;
    overflow:visible !important;
}

.v7-site-header .v7-brand-logo{
    width:170px !important;
    height:85px !important;
    min-width:170px !important;
    max-width:none !important;
    max-height:none !important;
    flex:0 0 170px !important;
    overflow:visible !important;
}

.v7-site-header .v7-brand-logo img{
    width:170px !important;
    height:85px !important;
    min-width:170px !important;
    max-width:none !important;
    max-height:none !important;
    object-fit:contain !important;
    transform:none !important;
}

@media (max-width:768px){
    .v7-site-header .v7-brand-logo{
        width:120px !important;
        height:65px !important;
        min-width:120px !important;
        flex-basis:120px !important;
    }

    .v7-site-header .v7-brand-logo img{
        width:150px !important;
        height:90px !important;
        min-width:120px !important;
    }
}
/* Large Ladakh.com logo-only header */

.v7-header-inner{
    display:flex !important;
    align-items:center !important;
    gap:28px !important;
}

.v7-brand-logo-only{
    flex:0 0 250px !important;
    width:250px !important;
    min-width:250px !important;
    max-width:250px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    overflow:visible !important;
    text-decoration:none !important;
}

.v7-main-logo{
    display:block !important;
    width:280px !important;
    height:85px !important;
    max-width:none !important;
    max-height:none !important;
    object-fit:contain !important;
    object-position:left center !important;
}

.v7-desktop-nav{
    flex:1 1 auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:22px !important;
}

.v7-header-actions{
    flex:0 0 auto !important;
    margin-left:auto !important;
}

@media (max-width:1200px){

    .v7-brand-logo-only{
        flex-basis:200px !important;
        width:200px !important;
        min-width:200px !important;
        max-width:200px !important;
    }

    .v7-main-logo{
        width:190px !important;
        height:68px !important;
    }

    .v7-desktop-nav{
        gap:14px !important;
    }
}

@media (max-width:900px){

    .v7-brand-logo-only{
        flex-basis:170px !important;
        width:170px !important;
        min-width:170px !important;
        max-width:170px !important;
    }

    .v7-main-logo{
        width:165px !important;
        height:58px !important;
    }
}

/* =========================================================
   MOBILE HEADER RESTORE - keeps desktop customizations intact
   ========================================================= */
@media (max-width:980px){
    .v7-site-header .v7-header-inner{
        width:min(100% - 28px,1400px) !important;
        height:55px !important;
        min-height:55px !important;
        padding:0 !important;
        gap:16px !important;
        display:flex !important;
        align-items:center !important;
    }

    .v7-desktop-nav,
    .v7-account-link,
    .v7-list-button{
        display:none !important;
    }

    .v7-brand-logo-only{
        flex:0 1 auto !important;
        width:auto !important;
        min-width:0 !important;
        max-width:170px !important;
        height:68px !important;
        justify-content:flex-start !important;
        overflow:hidden !important;
    }

    .v7-main-logo{
        width:165px !important;
        height:55px !important;
        min-width:0 !important;
        max-width:165px !important;
        max-height:54px !important;
        margin-left:0 !important;
        object-fit:contain !important;
        object-position:left center !important;
    }

    .v7-header-actions{
        display:flex !important;
        align-items:center !important;
        gap:8px !important;
        margin-left:auto !important;
        flex:0 0 auto !important;
    }

    .v7-search-link{
        display:flex !important;
        width:44px !important;
        height:44px !important;
        padding:0 !important;
        justify-content:center !important;
        border:1px solid var(--v7-line) !important;
    }

    .v7-search-link span{
        display:none !important;
    }

    .v7-menu-toggle{
        display:block !important;
        width:44px !important;
        height:44px !important;
        flex:0 0 44px !important;
    }

    .v7-mobile-menu{
        display:flex !important;
        position:fixed !important;
        z-index:9998 !important;
        top:0 !important;
        right:0 !important;
        width:min(390px,92vw) !important;
        height:100dvh !important;
        background:#fff !important;
        transform:translateX(105%) !important;
        transition:transform .25s ease !important;
        flex-direction:column !important;
        overflow-y:auto !important;
        overscroll-behavior:contain !important;
    }

    .v7-mobile-menu.is-open{
        transform:none !important;
    }
}

@media (max-width:520px){
    .v7-site-header .v7-header-inner{
        width:calc(100% - 22px) !important;
        gap:10px !important;
    }

    .v7-brand-logo-only{
        max-width:145px !important;
    }

    .v7-main-logo{
        width:140px !important;
        height:52px !important;
        max-width:140px !important;
        max-height:52px !important;
    }

    .v7-header-actions{
        gap:6px !important;
    }

    .v7-search-link,
    .v7-menu-toggle{
        width:41px !important;
        height:41px !important;
        flex-basis:41px !important;
    }

    .v7-mobile-menu{
        width:94vw !important;
    }
}
/* Center desktop navigation automatically */
@media (min-width:981px){

    .v7-header-inner{
        display:grid !important;
        grid-template-columns:250px minmax(0,1fr) 250px !important;
        align-items:center !important;
        gap:16px !important;
    }

    .v7-brand-logo-only{
        width:250px !important;
        min-width:250px !important;
        max-width:250px !important;
    }

    .v7-desktop-nav{
        display:flex !important;
        justify-content:center !important;
        align-items:center !important;
        gap:8px !important;
        margin-left:0 !important;
        width:100% !important;
    }

    .v7-header-actions{
        width:250px !important;
        justify-content:flex-end !important;
        margin-left:0 !important;
    }
}
/* ===========================
   DESKTOP HEADER IMPROVEMENT
   =========================== */

.v7-site-header{
    position:sticky;
    top:0;
    z-index:1000;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(10px);
    box-shadow:0 2px 14px rgba(0,0,0,.06);
}

.v7-header-inner{
    max-width:1400px;
    margin:0 auto;
    padding:0 28px;
    min-height:78px;

    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    column-gap:28px;
}

/* ---------- LOGO ---------- */

.v7-brand{
    display:flex;
    align-items:center;
}

.v7-main-logo{
    height:56px;
    width:auto;
    display:block;
}

/* ---------- MAIN MENU ---------- */

.v7-desktop-nav{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:clamp(14px,1.8vw,32px);
    white-space:nowrap;
}

.v7-desktop-nav a{
    display:flex;
    align-items:center;
    justify-content:center;

    height:44px;
    padding:0 6px;

    color:#1f2937;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    border-radius:8px;

    transition:.25s ease;
}

.v7-desktop-nav a:hover{
    color:#e97817;
    background:#fff7ef;
}

/* ---------- RIGHT SIDE ---------- */

.v7-header-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:14px;
}

.v7-search-link,
.v7-account-link{
    display:flex;
    align-items:center;
    gap:6px;
    font-weight:600;
    text-decoration:none;
}

.v7-list-button{
    display:flex;
    align-items:center;
    justify-content:center;

    padding:12px 22px;

    border-radius:999px;
    background:#e97817;
    color:#fff;
    font-weight:700;
    text-decoration:none;

    transition:.25s;
}

.v7-list-button:hover{
    background:#d4660c;
    transform:translateY(-1px);
}

/* ---------- LARGE DESKTOP ---------- */

@media (min-width:1300px){

.v7-desktop-nav{
    gap:34px;
}

}

/* ---------- SMALL DESKTOP ---------- */

@media (max-width:1180px){

.v7-header-inner{
    grid-template-columns:auto 1fr auto;
    column-gap:18px;
}

.v7-desktop-nav{
    gap:16px;
}

.v7-desktop-nav a{
    font-size:14px;
}

}