/**
 * Shared SiegeQueue logo — industrial vector wordmark (Saira Extra Condensed Black paths).
 */
.sq-site-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

.sq-site-logo__img {
  display: block;
  width: auto;
  height: 52px;
  max-width: min(320px, 86vw);
  object-fit: contain;
  object-position: left center;
}

/* Header bar — SIEGEQUEUE.COM */
.sq-site-logo--header .sq-site-logo__img {
  height: 52px;
  max-width: min(340px, 88vw);
}

@media (min-width: 768px) {
  .sq-site-logo--header .sq-site-logo__img {
    height: 58px;
    max-width: min(380px, 88vw);
  }
}

@media (min-width: 1280px) {
  .sq-site-logo--header .sq-site-logo__img {
    height: 62px;
    max-width: min(420px, 90vw);
  }
}

/* Hero — SIEGEQUEUE wordmark */
.sq-site-logo--hero .sq-site-logo__img {
  width: 100%;
  max-width: min(760px, 96vw);
  height: auto;
  object-position: center center;
}

/* Admin login / sidebar */
.sq-site-logo--admin .sq-site-logo__img {
  height: 52px;
  max-width: 320px;
}

/* Legacy mark-only (favicon contexts, streamdeck, etc.) */
.sq-site-logo img:not(.sq-site-logo__img) {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: block;
  object-fit: contain;
  image-rendering: crisp-edges;
}

.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;
}
