/* Header logo image */

.brand {
    gap: 12px;
}

.brand-mark.brand-mark-logo {
    background: transparent;
    border: 0;
    box-shadow: none;
    width: 58px;
    height: 58px;
    min-width: 58px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.brand-logo-img {
    display: block;
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.brand-text {
    line-height: 1.05;
}

@media (max-width: 768px) {
    .brand {
        gap: 9px;
    }

    .brand-mark.brand-mark-logo {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

    .brand-logo-img {
        width: 48px;
        height: 48px;
    }

    .brand-text small {
        display: none;
    }
}

@media (max-width: 380px) {
    .brand-mark.brand-mark-logo,
    .brand-logo-img {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }

    .brand-text strong {
        font-size: .95rem;
    }
}

.header-inner {
    gap: 12px;
}

.main-nav {
    gap: 16px;
}
