/* Frost: the approved waterline wordmark, rendered from self-contained outlines. */
.tank-logo{display:block;width:128px;height:auto;flex:none;}
.wordmark{display:inline-flex;align-items:center;}
.footer-brand{display:flex;align-items:center;gap:12px;}
.footer-brand .tank-logo{width:64px;}
.reef-mast .reef-wordmark{display:inline-flex;align-items:center;}
.reef-wordmark .tank-logo{width:88px;}
@media(max-width:600px){
 .wordmark .tank-logo{width:104px;}
 .footer-brand{flex-direction:column;align-items:flex-start;gap:8px;}
 .reef-wordmark .tank-logo{width:80px;}
}
