/* Final shared header wordmark treatment. */
.nav .logo {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.nav .logo-mark-img {
  display: block !important;
  width: 112px !important;
  min-width: 112px !important;
  /* Phase 13: height follows 560/180 artwork — do not pin a distorting box. */
  height: auto !important;
  aspect-ratio: 560 / 180;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}

.nav .logo-text {
  display: flex !important;
  align-items: center !important;
  min-width: 0 !important;
}

.nav .logo-name {
  line-height: 1.4 !important;
  white-space: nowrap !important;
}

.nav .logo-tag {
  display: none !important;
}

@media (max-width: 768px) {
  .nav .logo {
    gap: 10px !important;
  }

  .nav .logo-mark-img {
    width: 88px !important;
    min-width: 88px !important;
    height: auto !important;
    aspect-ratio: 560 / 180;
    filter: none !important;
  }
}

@media (max-width: 390px) {
  .nav .logo-mark-img {
    width: 84px !important;
    min-width: 84px !important;
    height: auto !important;
    aspect-ratio: 560 / 180;
    filter: none !important;
  }
}
