/* Mobile logo sizing — 1/3 larger than default */
@media (max-width: 768px) {
    .brand-logo-wrap { width: 125px; height: 37px; }
}
