:root {
  --bahamdam-coral: #f26064;
  --bahamdam-coral-deep: #d94d55;
  --bahamdam-plum: #7042b5;
  --bahamdam-plum-deep: #54308e;
}
.brand,.brand-lockup,.guest-brand,.watch-brand,.admin-brand,.pricing-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}
.brand-symbol {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  filter: drop-shadow(0 7px 12px rgba(83,48,142,.13));
}
.brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  direction: rtl;
  font-family: Vazirmatn,Tahoma,sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1.3px;
  white-space: nowrap;
}
.brand-wordmark .brand-together { color: var(--bahamdam-coral); }
.brand-wordmark .brand-companion { color: var(--bahamdam-plum); }
.modal-brand .brand-symbol { width: 46px; height: 46px; }
.guest-brand .brand-symbol { width: 37px; height: 37px; }
.guest-brand .brand-wordmark { font-size: 21px; }
.watch-brand .brand-wordmark,.pricing-brand .brand-wordmark { font-size: 22px; }
.watch-brand .brand-wordmark span,.pricing-brand .brand-wordmark span {
  display: inline;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
}
.admin-brand .brand-symbol { width: 45px; height: 45px; }
.admin-logo.brand-symbol { display: block; background: transparent; border-radius: 0; }
.admin-brand .brand-wordmark { font-size: 20px; }
.admin-brand-text { display: flex; flex-direction: column; }
.admin-brand-text small { color: var(--muted); }
.brand-mini .brand-symbol { width: 32px; height: 32px; }
.brand-mini .brand-wordmark { font-size: 20px; }
.brand-wordmark.brand-mini { font-size: 16px; letter-spacing: -.7px; }
.watch-brand .brand-together,.admin-brand .brand-together { color: #ff8a88; }
.watch-brand .brand-companion,.admin-brand .brand-companion { color: #b794ef; }
html[data-color-mode="dark"] .brand-wordmark .brand-together,
html[data-theme="dark"] .brand-wordmark .brand-together { color: #ff8a88; }
html[data-color-mode="dark"] .brand-wordmark .brand-companion,
html[data-theme="dark"] .brand-wordmark .brand-companion { color: #b794ef; }
@media (max-width:650px) {
  .brand-symbol { width: 35px; height: 35px; }
  .brand-wordmark { font-size: 21px; }
  .guest-brand .brand-symbol { width: 33px; height: 33px; }
  .guest-brand .brand-wordmark { font-size: 19px; }
}
