/* Dark-site lockup: preserve the supplied symbol colors, lift the wordmark contrast. */
nav a.text-sm.font-medium[href="#"],
header a.text-sm.font-medium[href="#"] {
  width: 132px !important;
  height: 42px !important;
  background: url('./yiqian-logo-dark-20260916.svg') no-repeat left center / contain !important;
  flex-shrink: 0;
}
footer .text-\[17px\].font-semibold.text-\[\#f5f5f7\] {
  width: 176px !important;
  height: 56px !important;
  background: url('./yiqian-logo-dark-20260916.svg') no-repeat left center / contain !important;
}
.site-header .brand,
.site-header .brand img {
  width: 132px;
}
.site-header .brand img {
  height: auto;
  aspect-ratio: 876 / 274;
  object-fit: contain;
}
@media (max-width: 600px) {
  nav a.text-sm.font-medium[href="#"],
  header a.text-sm.font-medium[href="#"] {
    width: 120px !important;
    height: 38px !important;
  }
  .site-header .brand,
  .site-header .brand img { width: 116px; }
}
