/* TarinShow — compact sticky header / navy + copper-gold theme */
:root {
    --ts-sticky-header-offset: 0px;
    --ts-navy: #142746;
    --ts-navy-2: #1c3558;
    --ts-copper: #c77a2b;
    --ts-gold: #e0a04a;
}

#masthead.site-header {
    position: sticky;
    top: var(--ts-sticky-header-offset);
    z-index: 99990;
    background: linear-gradient(180deg, #182d4d 0%, #142746 100%) !important;
    border-bottom: 1px solid rgba(227,160,71,.24);
    transition: box-shadow .2s ease, background-color .2s ease;
}

#masthead.site-header .inside-header {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    min-height: 50px;
}

#masthead.site-header .site-branding,
#masthead.site-header .site-logo {
    line-height: 1;
}

#masthead.site-header .site-title a {
    color: #fff !important;
    font-size: 22px;
    font-weight: 800;
}

#masthead.site-header .main-navigation a {
    color: rgba(255,255,255,.86) !important;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 12px;
}

#masthead.site-header .main-navigation a:hover,
#masthead.site-header .main-navigation .current-menu-item > a,
#masthead.site-header .main-navigation .current_page_item > a {
    color: var(--ts-gold) !important;
    background: transparent !important;
}

#masthead.site-header .search-item a,
#masthead.site-header .menu-toggle {
    color: #fff !important;
}

#masthead.site-header.ts-header-stuck {
    box-shadow: 0 5px 20px rgba(0,0,0,.28);
}

#site-navigation.main-navigation.ts-nav-sticky {
    position: sticky;
    top: var(--ts-sticky-nav-top, 0px);
    z-index: 99980;
}

body.admin-bar {
    --ts-sticky-header-offset: 32px;
}

@media (max-width: 782px) {
    body.admin-bar { --ts-sticky-header-offset: 46px; }
    #masthead.site-header .inside-header {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        min-height: 46px;
    }
    #masthead.site-header .site-title a { font-size: 19px; }
    #masthead.site-header .main-navigation a { font-size: 13px; }
}


/* 1.3.2 — white sticky header */
#masthead.site-header {
    background: #fff !important;
    border-bottom: 1px solid #e7ebf1;
    box-shadow: none;
}
#masthead.site-header .site-title a {
    color: #142746 !important;
}
#masthead.site-header .main-navigation a {
    color: #142746 !important;
}
#masthead.site-header .main-navigation a:hover,
#masthead.site-header .main-navigation .current-menu-item > a,
#masthead.site-header .main-navigation .current_page_item > a {
    color: #c77a2b !important;
    background: transparent !important;
}
#masthead.site-header .search-item a,
#masthead.site-header .menu-toggle {
    color: #142746 !important;
}
#masthead.site-header.ts-header-stuck {
    box-shadow: 0 4px 16px rgba(20,39,70,.10);
}
