.site-brand-logo--image {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.site-brand-logo__img {
  display: block;
  width: auto;
  height: 3.25rem;
  object-fit: contain;
}

.site-brand-logo--header .site-brand-logo__img {
  height: 3.1rem;
}

.site-brand-logo--age-gate .site-brand-logo__img {
  height: clamp(10rem, 32vw, 14rem);
}

.site-brand-logo--login .site-brand-logo__img,
.site-brand-logo--menu .site-brand-logo__img {
  height: 4.5rem;
}

.site-brand-logo--footer .site-brand-logo__img {
  height: 3.35rem;
}

.site-brand-logo--wallet .site-brand-logo__img {
  height: clamp(5.5rem, 18vw, 7.5rem);
}

.site-brand-logo--affiliates .site-brand-logo__img {
  height: clamp(6.5rem, 22vw, 9rem);
}

.site-brand-logo--language .site-brand-logo__img {
  height: clamp(5.5rem, 18vw, 7.5rem);
}

.site-brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.42em;
  max-width: 100%;
  color: #f5f5f5;
  font-family: "Segoe UI", Inter, system-ui, -apple-system, sans-serif;
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1;
  user-select: none;
}

.site-brand-logo__mark {
  flex: 0 0 auto;
  width: 1.65em;
  height: 1.65em;
  filter: drop-shadow(0 0 12px rgba(255, 77, 148, 0.4));
}

.site-brand-logo__mark-img,
.site-brand-logo__mark img,
.site-brand-logo__mark svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-brand-logo__word {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-brand-logo__accent {
  color: #ff4d94;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #ff4d94;
  font-weight: 800;
}

.site-brand-logo__ai {
  margin-left: 0.06em;
  color: rgba(255, 77, 148, 0.85);
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 0.92em;
}

.site-brand-logo--age-gate {
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  font-size: clamp(1.65rem, 4.5vw, 2.35rem);
  max-width: min(96vw, 32rem);
}

.site-brand-logo--age-gate .site-brand-logo__mark {
  width: clamp(5.5rem, 18vw, 7.5rem);
  height: clamp(5.5rem, 18vw, 7.5rem);
  filter: drop-shadow(0 0 22px rgba(255, 77, 148, 0.55));
}

.site-brand-logo--age-gate .site-brand-logo__word {
  overflow: visible;
  text-overflow: unset;
  white-space: nowrap;
}

.site-brand-logo--header {
  font-size: 1.2rem;
  max-width: none;
  min-width: 0;
  flex-shrink: 0;
  gap: 0.35em;
}

.site-brand-logo--header .site-brand-logo__mark {
  width: 1.55em;
  height: 1.55em;
  border-radius: 999px;
  overflow: hidden;
}

.site-brand-logo--header .site-brand-logo__word {
  overflow: visible;
  text-overflow: unset;
  white-space: nowrap;
}

.site-brand-logo--menu {
  font-size: 1.18rem;
  max-width: min(100%, 18rem);
}

.site-brand-logo--login {
  font-size: 1.2rem;
  max-width: min(100%, 18rem);
}

.site-brand-logo--footer {
  font-size: 0.92rem;
  max-width: min(100%, 16rem);
}

@media (max-width: 480px) {
  .site-brand-logo--age-gate {
    font-size: clamp(1.35rem, 6.2vw, 1.85rem);
    gap: 0.7rem;
  }

  .site-brand-logo--age-gate .site-brand-logo__mark {
    width: clamp(4.75rem, 22vw, 6rem);
    height: clamp(4.75rem, 22vw, 6rem);
  }

  .site-brand-logo--header {
    font-size: clamp(0.78rem, 3.4vw, 1rem);
    letter-spacing: -0.04em;
    gap: 0.28em;
  }

  .site-brand-logo--header .site-brand-logo__mark {
    width: 1.7em;
    height: 1.7em;
  }
}

@media (max-width: 360px) {
  .site-brand-logo--header {
    font-size: 0.74rem;
    letter-spacing: -0.045em;
  }
}
