/**
 * Shared SiegeQueue logo — one mark size + wordmark scale for headers and hero.
 * Import after sq-wordmark.css.
 */
.sq-site-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

.sq-site-logo img {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: block;
  object-fit: contain;
  image-rendering: crisp-edges;
}

.sq-site-logo .sq-wordmark {
  font-size: 22px;
  line-height: 0.92;
}

/* Header bar (desktop + mobile) */
.sq-site-logo--header img {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
}

.sq-site-logo--header .sq-wordmark {
  font-size: 22px;
}

@media (min-width: 1280px) {
  .sq-site-logo--header {
    gap: 11px;
  }
  .sq-site-logo--header img {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  .sq-site-logo--header .sq-wordmark {
    font-size: 24px;
  }
}

/* Hero — wordmark only, no mark */
.sq-site-logo--hero {
  gap: 0;
}

.sq-site-logo--hero .sq-wordmark {
  font-size: clamp(42px, 9vw, 72px);
  letter-spacing: -0.04em;
}

/* Legacy .logo / .brand wrappers inherit the same sizing */
.logo.sq-site-logo,
.brand.sq-site-logo,
.topbar .logo.sq-site-logo {
  font-family: inherit;
  font-weight: inherit;
  text-transform: none;
}

.logo:not(.sq-site-logo) a.sq-site-logo,
.brand.sq-site-logo {
  color: inherit;
}
