/* ==========================================================
   TOP BAR
   ========================================================== */
.sl-topbar {
    background: var(--sl-charcoal);
    color: rgba(255,255,255,0.82);
    text-align: center;
    padding: 8px 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    min-height: 36px;
    line-height: 1.4;
}

.sl-topbar-inner {
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sl-topbar-msg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    transition: opacity 0.18s ease;
}

.sl-topbar a {
    color: rgba(255,255,255,0.9);
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* ==========================================================
   PHASE 4 TOPBAR MOBILE
   ========================================================== */
@media (max-width: 767px) {
    .sl-topbar {
        min-height: 32px;
        padding: 7px 12px;
    }
}

/* ==========================================================
   PREMIUM HOMEPAGE PATCH — TOPBAR COMPRESSION
   ========================================================== */
@media (max-width: 767px) {
    .sl-topbar {
        min-height: 28px;
        padding: 5px 10px;
        font-size: 10px;
        letter-spacing: 0.08em;
    }

    .sl-topbar-msg {
        min-height: 18px;
    }
}
