/* Brand mark fallback — logo PNG is not shipped in this festival repo. */
.brand {
  gap: 9px;
}

.brand-logo {
  background: #000;
  border-radius: 4px;
  display: block;
  height: 42px;
  object-fit: contain;
  width: 42px;
}

.brand-mark {
  box-shadow: 0 0 0 2px transparent;
}

.brand:focus-visible .brand-mark,
.brand:hover .brand-mark {
  box-shadow: 0 0 0 2px currentColor;
}
