/* ========================================================================
   KingsAdmin Stage 7.13 — Master Brand Logo
   Platform brand and church tenant brand intentionally remain separate.
   ======================================================================== */

.ka-master-brand{
    display:inline-flex;
    align-items:center;
    gap:11px;
    min-width:0;
    color:inherit;
    text-decoration:none;
}

.ka-master-wordmark{
    display:block;
    width:auto;
    height:36px;
    max-width:190px;
    object-fit:contain;
    object-position:left center;
}

.ka-master-mark{
    display:none;
    width:42px;
    height:38px;
    object-fit:contain;
}

.ka-brand-context{
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-width:0;
    padding-left:11px;
    border-left:1px solid #eadfe4;
}

.ka-brand-context strong{
    color:#6f1738;
    font-size:10px!important;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.ka-brand-context small{
    margin-top:2px;
    color:#978b91;
    font-size:9px!important;
    white-space:nowrap;
}

/* Login */
.ks-brand.ka-logo-login{
    display:block!important;
    padding:4px 0 20px!important;
}

.ks-login-master-logo{
    display:block;
    width:min(100%,245px);
    height:auto;
    max-height:80px;
    object-fit:contain;
    object-position:left center;
}

/* Dedicated Discipleship */
.disc-brand.ka-disc-brand{
    display:flex;
    align-items:center;
    gap:11px;
    min-width:0;
}

.disc-brand .ka-disc-logo{
    width:215px;
    height:43px;
    display:block;
    object-fit:contain;
    object-position:left center;
}

.disc-brand .ka-module-name{
    padding-left:11px;
    border-left:1px solid #eadfe4;
    color:#7a183b;
    font-size:15px!important;
    font-weight:950;
    letter-spacing:-.02em;
}

/* Dedicated Faith Community */
.fc-brand.ka-fc-brand{
    display:flex;
    align-items:center;
    gap:10px;
}

.fc-brand .ka-fc-logo{
    width:150px;
    height:42px;
    display:block;
    object-fit:contain;
    object-position:left center;
}

.fc-brand .ka-fc-module{
    padding-left:10px;
    border-left:1px solid #eadfe4;
}

.fc-brand .ka-fc-module strong,
.fc-brand .ka-fc-module small{
    display:block;
}

.fc-brand .ka-fc-module strong{
    color:#6f1738;
    font-size:11px!important;
}

.fc-brand .ka-fc-module small{
    margin-top:2px;
    color:#91858b;
    font-size:9px!important;
}

.fc-mobile-brand .ka-mobile-master-mark{
    width:31px;
    height:31px;
    object-fit:contain;
    flex:0 0 31px;
}

/* Keep each church's own logo visually distinct from the KingsAdmin logo. */
.church-pill-logo{
    border:1px solid #eadfe4;
}

/* Fallback protection if an old .brand style tries to draw a K block. */
.brand.ka-master-brand .brand-mark,
.brand.ka-master-brand .brand-copy{
    display:none!important;
}

/* Platform/master brand should remain readable in the white top bar. */
.topbar .ka-master-wordmark{
    filter:none;
}

/* Mobile */
@media(max-width:760px){
    .ka-master-wordmark{
        display:none;
    }

    .ka-master-mark{
        display:block;
        width:40px;
        height:40px;
    }

    .ka-brand-context{
        padding-left:8px;
    }

    .ka-brand-context strong{
        font-size:9px!important;
    }

    .ka-brand-context small{
        display:none;
    }

    .ks-login-master-logo{
        width:min(100%,245px);
        max-height:82px;
    }

    .disc-brand .ka-disc-logo{
        display:none;
    }

    .disc-brand .ka-module-name{
        padding-left:0;
        border-left:0;
        font-size:14px!important;
    }

    .disc-brand:before{
        content:"";
        width:38px;
        height:38px;
        flex:0 0 38px;
        background:url("../img/kingsadmin-mark.f53336509bfe.png") center/contain no-repeat;
    }

    .fc-brand.ka-fc-brand{
        display:none;
    }
}
