/* Original transparent brand assets, displayed directly on each surface. */
.brand.has-logo{display:inline-flex;align-items:center;justify-content:flex-start;width:152px;height:90px;max-width:100%;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible;flex-shrink:0}
.brand.has-logo .brand-image{display:block;width:100%;height:100%;max-width:100%;object-fit:contain;object-position:left center;flex-shrink:1}
.brand.has-logo .brand-wordmark{display:none}
.brand--dark{color:#fff}
.header .brand.has-logo{width:108px;height:64px;margin:0}
.footer-grid>div:first-child{display:flex;flex-direction:column;align-items:center;width:230px;max-width:100%;text-align:center}
.footer .brand.has-logo{width:170px;height:101px;margin:-8px 0 8px;align-self:center}
.footer .brand.has-logo .brand-image{object-position:center}
.footer .brand.has-logo+p{margin-top:8px;max-width:230px;line-height:1.6}
.admin-sidebar .brand.has-logo{width:154px;height:92px;max-width:100%;margin:0 0 10px}
.auth-visual .brand.has-logo{width:170px;height:101px}
.asset-field img{background:transparent}
@media(max-width:900px){.header .brand.has-logo{width:104px;height:62px}}
@media(max-width:600px){.header .brand.has-logo{width:96px;height:57px}.footer .brand.has-logo{width:156px;height:93px}.admin-sidebar .brand.has-logo{width:138px;height:82px;margin:0 0 16px}.auth-visual .brand.has-logo{width:146px;height:87px}}

/* Mobile footer: one clear column, full-width brand and comfortable touch targets. */
@media(max-width:600px){
 .footer{padding:32px 0 max(24px,env(safe-area-inset-bottom))}
 .footer .footer-grid{grid-template-columns:minmax(0,1fr);gap:28px;padding-inline:24px}
 .footer-grid>div{min-width:0;max-width:100%}
 .footer-grid>div:first-child{grid-column:1/-1;width:100%;align-items:center;justify-self:stretch;text-align:center;padding-bottom:4px}
 .footer .brand.has-logo{margin:0 0 8px;align-self:center}
 .footer .brand.has-logo+p{margin:0;max-width:28ch;font-size:.875rem;line-height:1.6;color:#d0ded4}
 .footer-grid>div>strong{font-size:1rem;line-height:1.4;margin:0 0 8px;color:#f4f8f5}
 .footer-grid>div>a:not(.brand){display:flex;align-items:center;min-height:44px;margin:0;padding:6px 0;font-size:.875rem;line-height:1.5;color:#d0ded4;white-space:normal;overflow-wrap:anywhere;word-break:normal}
 .footer .footer-bottom{justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:4px 24px;margin:28px 24px 0;padding:20px 0 0;font-size:.75rem;line-height:1.7;color:#c5d5ca}
 .footer-bottom>span{flex-basis:100%;min-width:0;margin:0 0 6px;overflow-wrap:anywhere}
 .footer-bottom>a{display:inline-flex;align-items:center;min-height:44px;max-width:100%;padding:6px 0;font-size:.875rem;line-height:1.5;color:#d0ded4;white-space:normal;overflow-wrap:anywhere}
}
