


.site-navbar {
    background: linear-gradient(110deg, #0f1728, #17263d);
    box-shadow: 0 6px 18px rgba(13, 25, 44, 0.28);
}

.site-logo {
    height: 72px;
    width: auto;
    max-width: 260px;
    object-fit: contain;
    filter: brightness(1.05) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
    transition: transform 0.2s ease, filter 0.2s ease;
    background: transparent;
}

.site-logo:hover {
    transform: scale(1.08);
    filter: brightness(1.15) drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
}

.site-navbar .nav-link {
    color: #d9e3f0;
    margin-left: 0.7rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
}

.site-header-main {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.site-header-left,
.site-header-right {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.header-chip,
.header-icon-link {
    color: #d9e3f0;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    min-height: 42px;
    padding: 0.52rem 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    font-size: 0.84rem;
    font-weight: 700;
}

.header-icon-link {
    width: 42px;
    padding: 0;
}

.header-chip:hover,
.header-icon-link:hover,
.header-icon-link.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
}

.site-header-nav {
    gap: 0.45rem;
    padding: 0.2rem 0 0.8rem;
}

.site-nav-drawer {
    background: linear-gradient(155deg, #0f1728, #16253c);
    color: #d9e3f0;
    width: min(90vw, 360px);
}

.site-nav-drawer .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-drawer-links .nav-link,
.drawer-utility-link {
    margin: 0 0 0.3rem 0;
    border-radius: 10px;
    min-height: 44px;
    padding: 0.6rem 0.75rem;
    display: flex;
    align-items: center;
    color: #d9e3f0;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.06);
}

.mobile-drawer-links .nav-link.active,
.drawer-utility-link:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.mobile-drawer-utility {
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.site-footer {
    margin-top: 4rem;
    background: linear-gradient(100deg, #0f1728, #16253c);
    color: #d6dfec;
    padding: 2.4rem 0;
}

.site-footer h5 {
    color: #ffffff;
    margin-bottom: 0.6rem;
}

.site-footer p {
    margin-bottom: 0.3rem;
}

.go-top-btn {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: var(--brand);
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(12, 35, 62, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 1200;
}

.go-top-btn.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.go-top-btn:hover {
    background: #0d665f;
}

.footer-desktop {
    grid-template-columns: 1.35fr 1fr 1fr 1fr;
    gap: 1.2rem;
}

.footer-bottom {
    margin-top: 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 1rem;
    color: #c9d7e8;
}

.footer-mobile .footer-brand {
    margin-bottom: 0.9rem;
}

.footer-accordion .accordion-item {
    border: 1px solid rgba(255, 255, 255, 0.16);
    margin-bottom: 0.55rem;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
}

.footer-accordion .accordion-button {
    background: transparent;
    color: #f1f6ff;
    font-weight: 600;
    box-shadow: none;
}

.footer-accordion .accordion-button:not(.collapsed) {
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
}

.footer-accordion .accordion-body {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.footer-accordion .accordion-body a,
.footer-accordion .accordion-body span {
    color: #d6dfec;
    text-decoration: none;
}

.page-hero {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: var(--site-hero-min-height);
    padding: var(--site-hero-padding-top) 0 var(--site-hero-padding-bottom);
    box-sizing: border-box;
    position: relative;
    color: #ecfff9;
    overflow: hidden;
    background-size: cover;
    background-position: center 56%;
    background-color: #0f766e;
    z-index: 1;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(5, 18, 26, 0.92) 0%, rgba(7, 25, 30, 0.76) 38%, rgba(7, 25, 30, 0.18) 72%, rgba(7, 25, 30, 0.08) 100%);
}

.page-hero h1, .page-hero .h1 {
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.page-hero p {
    color: #d7f8f1;
    position: relative;
    z-index: 1;
}

/* =============================================
   PAGE HEADING (COMPACT)
   ============================================= */
.page-heading {
    padding-top: 1.25rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 992px) {
    .page-heading {
        padding-top: 2rem;
        padding-bottom: 0.75rem;
    }
}

.page-heading__title {
    margin-bottom: 0.5rem;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--ink);
    line-height: 1.1;
}

.page-heading__description {
    margin-bottom: 0;
    color: var(--muted);
    font-size: clamp(0.95rem, 2vw, 1.1rem);
}

.page-heading--marketing {
    background-color: #f7f9f7; /* Very light background treatment */
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e2e8e4;
}

@media (min-width: 992px) {
    .page-heading--marketing {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
}






@media (max-width: 767.98px) {

    .site-logo {
        height: 52px;
        max-width: 180px;
        background: transparent;
    }
}

@media (max-width: 480px) {
    .site-logo {
        height: 44px;
        max-width: 150px;
    }
}

@media (prefers-color-scheme: dark) {
    .site-logo {
        filter: brightness(1.2) drop-shadow(0 2px 6px rgba(0,0,0,0.35));
    }
}


@media (max-width: 767.98px) {

    .page-hero h1 {
        font-size: clamp(1.4rem, 5.5vw, 2rem);
    }

    .page-hero p {
        font-size: 0.95rem;
    }
}


@media (max-width: 575.98px) {
    .site-footer {
        padding: 1.8rem 0;
        text-align: left;
    }
}


.site-footer a {
    display: inline-block;
    padding: 0.1rem 0;
}

@media (max-width: 767.98px) {
    .site-footer a {
        display: inline-block;
        padding: 0.1rem 0;
        min-height: 44px;
        line-height: 1.5;
    }
}

@media (max-width: 991.98px) {
    .site-header-main {
        min-height: 78px;
    }
}


@media (max-width: 359.98px) {

    .page-hero h1 {
        font-size: 1.35rem;
    }
}




.announce-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    background: linear-gradient(90deg, #083e3a, #0f766e 50%, #083e3a);
    color: #cffaf5;
    font-size: 0.84rem;
    font-weight: 500;
    padding: 0.58rem 1rem;
    position: relative;
    overflow: hidden;
    transition: background 0.45s ease, color 0.3s ease;
}

.announce-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    flex: 1;
    min-width: 0;
}

.announce-icon {
    flex-shrink: 0;
}

.announce-viewport {
    position: relative;
    height: 1.5rem;
    overflow: hidden;
    min-width: 0;
    flex: 1;
    max-width: 920px;
}

.announce-track {
    display: flex;
    flex-direction: column;
    transition: transform 0.45s ease;
    will-change: transform;
}

.announce-item {
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 0.25rem;
}

.announce-close {
    background: none;
    border: none;
    color: #cffaf5;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 0.25rem;
    opacity: 0.75;
    transition: opacity 0.15s;
    flex-shrink: 0;
}

.announce-close:hover {
    opacity: 1;
}

.announce-bar.theme-teal {
    background: linear-gradient(90deg, #2b1b54, #4f2f8a 50%, #2b1b54);
    color: #efe7ff;
}

.announce-bar.theme-navy {
    background: linear-gradient(90deg, #1a2440, #2f3f70 50%, #1a2440);
    color: #e7eeff;
}

.announce-bar.theme-sunrise {
    background: linear-gradient(90deg, #6a2812, #b9541e 50%, #6a2812);
    color: #ffe9dc;
}

.announce-bar.theme-rose {
    background: linear-gradient(90deg, #4d132e, #8e2e5f 50%, #4d132e);
    color: #ffe8f4;
}

@media (max-width: 575.98px) {
    .announce-bar {
        font-size: 0.76rem;
        padding: 0.5rem 0.75rem;
    }

    .announce-viewport,
    .announce-item {
        height: 2.2rem;
    }

    .announce-item {
        line-height: 1.2;
        white-space: normal;
        text-align: center;
    }
}



.mobile-bottom-nav {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1055;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
    height: calc(72px + env(safe-area-inset-bottom, 0px));
    min-height: calc(72px + env(safe-area-inset-bottom, 0px));
    padding: 0.35rem 0.2rem calc(0.3rem + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid #d9e0ea;
    background: #ffffff;
    box-shadow: 0 -8px 20px rgba(15, 33, 55, 0.12);
    overflow: visible;
}

.announce-bar[hidden] {
    display: none !important;
}

.mobile-bottom-nav__item {
    border: 0;
    background: transparent;
    color: #394b61;
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.18rem;
    min-height: 56px;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.1;
}

.mobile-bottom-nav__item.is-active {
    color: #0f766e;
}

.mobile-bottom-nav__menu-btn {
    font: inherit;
    cursor: pointer;
}

@media (max-width: 767.98px) {

    .go-top-btn {
        bottom: calc(80px + env(safe-area-inset-bottom, 0px));
    }

}


@media (max-width: 767.98px) {
    .mobile-bottom-nav__item {
        min-height: 0;
        padding: 0;
        justify-content: center;
        gap: 0.25rem;
        font-size: 0.72rem;
        overflow: visible;
    }
}

@media (prefers-reduced-motion: reduce) {
    .announce-track {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}




.cart-badge {
    position: absolute;
    top: -4px;
    right: -8px;
    background: var(--accent);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    border-radius: 999px;
    padding: 1px 5px;
    min-width: 18px;
    text-align: center;
    line-height: 1.4;
    pointer-events: none;
}

.mobile-bottom-nav__item .cart-badge {
    top: 2px;
    right: 18%;
}

body.mobile-nav-open {
    overflow: hidden;
}

.navbar-brand {
    text-decoration: none !important;
}

.header-cat-toggle::after {
    margin-left: 0.45rem;
}

.header-cat-menu {
    min-width: 230px;
    border-radius: 12px;
    border: 1px solid rgba(13, 37, 64, 0.12);
    box-shadow: 0 10px 24px rgba(16, 33, 56, 0.14);
    padding: 0.35rem;
}

.header-cat-menu .dropdown-item {
    border-radius: 8px;
    padding: 0.45rem 0.6rem;
    font-size: 0.88rem;
}
