/* Company identity in the dark header. */
.brand{gap:11px;cursor:pointer}
.brand:focus-visible{outline:2px solid #8eb0ff;outline-offset:5px;border-radius:8px}
.brand-logo{display:block;width:145px;height:61px;object-fit:contain}
.brand-copy{display:flex;flex-direction:column}
.brand-copy strong{color:#fff;font-size:16px;line-height:1.15;letter-spacing:-.04em}
.brand-copy small{margin-top:3px;color:#b7c8e9;font-size:9px;font-weight:750;letter-spacing:.12em}
@media(max-width:560px){
  .brand{gap:8px}
  .brand-logo{width:115px;height:48px}
  .brand-copy{display:none}
}
