.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
}

.brand a {
  color: inherit;
  text-decoration: none;
}

.brand .brand-mark {
  display: grid;
  flex: 0 0 38px;
  color: #fff;
}

.brand .custom-logo-link {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.brand .custom-logo {
  display: block;
  width: auto;
  max-width: 150px;
  height: 46px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
}

@media (max-width: 560px) {
  .brand .custom-logo {
    max-width: 112px;
    height: 40px;
  }
}
