.site-header {
    position: relative;
    z-index: 51;
    height: 36px;
}

.topbar .shell,
.topbar-actions,
.iruak-topbar-phone {
    display: flex;
    align-items: center;
}

.topbar-actions {
    justify-content: flex-end;
    gap: 18px;
    min-width: 0;
}

.iruak-topbar-phone,
.topbar-contact-link {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
}

.iruak-topbar-phone {
    gap: 7px;
    min-height: 32px;
}

.iruak-topbar-phone svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.iruak-topbar-phone:focus-visible,
.topbar-contact-link:focus-visible,
.iruak-language-switcher a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
    border-radius: 3px;
}

.topbar-contact-link {
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, .55);
}

.topbar-availability-link,
.phone-mobile,
.mobile-tenant-link {
    display: none;
}

.topbar-hours {
    white-space: nowrap;
    font-weight: 700;
}

.iruak-language-switcher {
    min-width: 88px;
    min-height: 26px;
}

.iruak-language-switcher .gtranslate_wrapper {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
    width: auto !important;
}

.iruak-language-switcher a[data-gt-lang] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    border-radius: 2px;
    opacity: .82;
    transition: opacity .2s ease, transform .2s ease;
}

.iruak-language-switcher a[data-gt-lang]:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.iruak-language-switcher a[data-gt-lang] img {
    display: block;
    width: 24px !important;
    height: 24px !important;
    object-fit: cover;
    border-radius: 2px;
}

.iruak-language-switcher a[data-gt-lang].is-active {
    outline: 0;
    box-shadow: none;
    opacity: .82;
}

.nav-wrap {
    position: sticky;
    top: 12px;
    left: auto;
    z-index: 50;
    width: 100%;
    margin-top: 16px;
    margin-bottom: -98px;
}

.nav {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 11px 14px 11px 24px;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 10px;
    background: linear-gradient(100deg, #0b3a75, rgb(255 255 255 / 60%));
    backdrop-filter: blur(18px) saturate(118%);
    box-shadow: 0 14px 32px rgba(4, 32, 72, .18);
}

.tenant {
    min-width: 190px;
    min-height: 52px;
    background: #fff;
    border: 0;
    color: #061e46;
}

.brand img,
.footer-logo {
    height: auto;
}

.menu-toggle-icon {
    display: flex;
    width: 22px;
    flex-direction: column;
    gap: 4px;
}

.menu-toggle-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
}

.menu-toggle-label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1050px) {
    .topbar-description,
    .topbar-hours {
        display: none;
    }

    .topbar .shell {
        justify-content: flex-end;
    }
}

@media (min-width: 641px) and (max-width: 900px) {
    .nav {
        gap: 12px;
        padding-right: 10px;
        padding-left: 16px;
    }

    .brand img {
        width: 130px;
    }

    .main-nav {
        gap: 10px;
    }

    .main-nav b {
        font-size: 11px;
    }

    .main-nav small {
        font-size: 8px;
    }

    .tenant {
        min-width: 150px;
        padding-right: 13px;
        padding-left: 13px;
        font-size: 10px;
    }
}

@media (max-width: 640px) {
    .site-header {
        height: 44px;
    }

    .topbar .shell {
        width: 100%;
        max-width: none;
        height: 44px;
        padding-right: 6px;
        padding-left: 6px;
        justify-content: space-between;
    }

    .topbar-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 132px;
        align-items: center;
        width: 100%;
        height: 44px;
        gap: 0;
    }

    .topbar-visit-link,
    .phone-desktop {
        display: none;
    }

    .topbar-availability-link,
    .phone-mobile {
        display: inline-flex;
    }

    .topbar-availability-link {
        width: 100%;
        min-height: 44px;
        padding: 0 4px;
        align-items: center;
        justify-content: center;
        border: 0;
        font-size: 10px;
        text-align: center;
    }

    .iruak-topbar-phone {
        width: 100%;
        min-height: 44px;
        justify-content: center;
        gap: 9px;
    }

    .phone-mobile {
        font-size: 10px;
        line-height: 1;
    }

    .iruak-topbar-phone svg {
        width: 18px;
        height: 18px;
    }

    .iruak-language-switcher {
        min-width: 132px;
        min-height: 44px;
    }

    .iruak-language-switcher .gtranslate_wrapper {
        gap: 0;
    }

    .iruak-language-switcher a[data-gt-lang] {
        width: 44px !important;
        height: 44px !important;
    }

    .iruak-language-switcher a[data-gt-lang] img {
        width: 20px !important;
        height: 20px !important;
    }

    .main-nav.is-open .mobile-tenant-link {
        display: block;
        margin-top: 5px;
        padding-top: 16px;
        border-top: 1px solid rgba(255, 255, 255, .28);
        color: #fff;
    }

    .nav-wrap {
        top: 8px;
        margin-top: 4px;
        margin-bottom: -48px;
    }

    .nav {
        min-height: 68px;
        padding: 7px 12px 7px 16px;
    }

    .main-nav.is-open {
        top: 68px;
    }

    .menu-toggle {
        position: relative;
        display: inline-flex;
        width: 44px;
        height: 44px;
        margin-left: auto;
        padding: 0;
        align-items: center;
        justify-content: center;
        color: #061e46;
        background: rgba(255, 255, 255, .88);
        border: 1px solid rgba(6, 30, 70, .18);
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(6, 42, 89, .1);
    }

    .menu-toggle:focus-visible {
        outline: 2px solid #061e46;
        outline-offset: 3px;
    }
}

/* IRUAK desktop language flag dimensions */
@media (min-width: 901px) {
    .iruak-language-switcher a[data-gt-lang] img {
        display: block;
        width: 24px !important;
        height: 15px !important;
        object-fit: cover;
        border-radius: 2px;
    }
}
