/* Brand: Logo/Lockup (Neutral/Monochrom) */
.brand{
  display:flex;
  align-items:center;
  text-decoration:none;
  gap:0;
  min-height:64px;
}

/* Prevent logo from pushing the menu button off-screen on very small devices */
.brand{ flex: 1 1 auto; min-width: 0; }
.topbar__inner{ min-width: 0; }
.nav{ flex: 0 0 auto; }
.brand__logo{ max-width: 100%; }

.brand__logo{
  height:64px;
  width:auto;
  display:block;
}

/* Responsive */
@media (max-width: 720px){
  .brand{ min-height:56px; }
  .brand__logo{ height:56px; }
}

@media (max-width: 420px){
  .brand{ min-height:48px; }
  .brand__logo{ height:48px; }
}
