/* A imagem tem respiro transparente: 24px equivalem à altura visual de LABS. */
header .brand, header .logo {
  display: flex;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -.7px;
  line-height: 1;
  color: #f3f3f3;
  gap: 0;
  text-decoration: none;
}
header .brand-image, header .logo img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
  margin-right: 6px;
  transform: translateY(1px); /* Alinhamento óptico com a altura das letras. */
}
header .wrap { height: 66px; max-width: 920px; }
