.brand-mark {
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgb(221 189 123 / 0.32));
}

.brand-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.brand-title h1 {
  margin-top: 0;
}

.brand-mark-primary {
  width: clamp(92px, 24vw, 132px);
  height: clamp(92px, 24vw, 132px);
}

.account-nav-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-width: 0;
}

.account-nav-brand > .brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.account-nav-brand > span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.sigil.brand-match-logo,
.battle-screen .sigil.brand-match-logo {
  width: 50px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 0;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgb(221 189 123 / 0.30));
}

@media (max-width: 760px) {
  .account-nav-brand > .brand-mark {
    width: 34px;
    height: 34px;
  }

  .sigil.brand-match-logo,
  .battle-screen .sigil.brand-match-logo {
    display: block;
    width: 36px;
    height: 40px;
  }
}
