.site-brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.42em;
  max-width: 100%;
  color: #2d8f4e;
  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(232, 37, 58, 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: #ff2d55;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #ff2d55;
  font-weight: 800;
}

.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.8em;
  height: 1.8em;
}

.site-brand-logo--header {
  font-size: 1.05rem;
  max-width: min(48vw, 15rem);
  min-width: 0;
}

.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.86rem;
    max-width: min(40vw, 11rem);
  }
}

@media (max-width: 360px) {
  .site-brand-logo--header {
    font-size: 0.8rem;
    max-width: min(34vw, 9rem);
  }
}
