/* KizunaGo Header/Footer Logo Fix */

.kz-brand-logo {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.72rem !important;
    text-decoration: none !important;
    color: #0f172a !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
}

.kz-brand-logo-img {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain !important;
}

.kz-brand-logo-header .kz-brand-logo-img {
    height: 42px !important;
    max-height: 42px !important;
}

.kz-brand-logo-footer .kz-brand-logo-img {
    height: 46px !important;
    max-height: 46px !important;
}

.kz-brand-logo-mark {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2f6df6, #48b6ff);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(47,109,246,.24);
}

.kz-brand-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.kz-brand-logo-text strong {
    font-size: 1.05rem;
    letter-spacing: -0.04em;
    color: #0f172a;
}

.kz-brand-logo-text small {
    margin-top: 2px;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    font-weight: 800;
}

.site-header .kz-brand-logo,
.navbar .kz-brand-logo,
header .kz-brand-logo {
    margin-right: 1rem;
}

.site-footer .kz-brand-logo,
footer .kz-brand-logo {
    margin-bottom: 0.75rem;
}

/* Defensive cleanup for old tiny letter logo */
.kz-logo-letter-only,
.logo-letter-only {
    display: none !important;
}

@media (max-width: 767.98px) {
    .kz-brand-logo-header .kz-brand-logo-img {
        height: 36px !important;
        max-height: 36px !important;
    }

    .kz-brand-logo-footer .kz-brand-logo-img {
        height: 40px !important;
        max-height: 40px !important;
    }

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