/* product branding */
.brand-logo-wrap{width:92px;height:54px;}
.brand-logo{padding:2px;object-fit:contain;}
.brand-copy small{color:var(--brand);font-weight:850;letter-spacing:.02em;}
.footer-logo{width:260px;max-height:90px;object-fit:contain;object-position:left center;}
.hero-logo{width:min(520px,100%);height:auto;display:block;margin:0 0 18px;}
.auth-logo{width:min(360px,100%);height:auto;display:block;margin:0 auto 18px;}
.product-kicker{color:var(--brand);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;}
@media(max-width:900px){.brand-logo-wrap{width:66px;height:48px}.footer-logo{width:220px}.auth-logo{width:min(300px,100%)}}
