/* Your Next Customers. logo & brand marks (Anara-style B&W) */

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 0;
  color: rgb(23, 23, 23);
}

.brand-logo img,
.brand-logo .brand-mark-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.brand-logo--nav .brand-wordmark-img {
  max-height: 30px;
  width: auto;
}

.brand-logo--nav .brand-mark-img {
  width: 28px;
  height: 28px;
}

.brand-logo--sidebar .brand-wordmark-img {
  max-height: 26px;
}

.brand-logo--auth .brand-wordmark-img {
  max-height: 34px;
}

.brand-logo--footer .brand-wordmark-img {
  max-height: 28px;
  opacity: 0.95;
}

.brand-mark-only {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.brand-mark-only img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-mark-only--sm {
  width: 28px;
  height: 28px;
}

.brand-logo--text {
  line-height: 1;
}

.brand-logo--text .brand-wordmark {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.text-gradient {
  background: var(--ync-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ync-theme-anara .text-gradient {
  background: none;
  -webkit-text-fill-color: rgb(23, 23, 23);
  color: rgb(23, 23, 23);
}

@media (max-width: 640px) {
  .brand-logo--nav .brand-wordmark-img { max-height: 26px; }
  .brand-logo--auth .brand-wordmark-img { max-height: 30px; }
}
