.site-brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.42em;
  max-width: 100%;
  color: #fff;
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1;
  user-select: none;
}

.site-brand-logo__mark {
  flex: 0 0 auto;
  width: 1.45em;
  height: 1.45em;
  background: transparent;
}

.site-brand-logo__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.site-brand-logo__word {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-brand-logo__accent {
  color: #ff6b8a;
  background: linear-gradient(135deg, #ffd0dc, #ff6b8a 45%, #ff6b8a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.site-brand-logo--age-gate {
  font-size: clamp(1.35rem, 4.4vw, 1.75rem);
  max-width: min(100%, 22rem);
}

.site-brand-logo--age-gate .site-brand-logo__mark {
  width: 1.55em;
  height: 1.55em;
}

.site-brand-logo--header {
  font-size: 1.05rem;
  max-width: min(48vw, 15rem);
  min-width: 0;
}

.site-brand-logo--header .site-brand-logo__mark {
  width: 1.55em;
  height: 1.55em;
}

.site-brand-logo--funil {
  font-size: clamp(1.05rem, 3.2vw, 1.25rem);
}

.site-brand-logo--funil .site-brand-logo__mark {
  width: 1.5em;
  height: 1.5em;
}

.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%, 14rem);
}

@media (max-width: 480px) {
  .site-brand-logo--age-gate {
    font-size: clamp(1.15rem, 5.2vw, 1.45rem);
  }

  .site-brand-logo--header {
    font-size: 0.9rem;
    max-width: min(42vw, 11rem);
  }
}

@media (max-width: 360px) {
  .site-brand-logo--header {
    font-size: 0.82rem;
    max-width: min(34vw, 8.5rem);
  }
}
