/* lumen.hix.kz — header logomark override
 * Replaces the placeholder chevron + "Lumen" text with a single SVG lockup
 * (icon + wordmark, viewBox 1743x574 ≈ 3:1).
 */
header nav a[href="#top"] {
  gap: 0 !important;
}
header nav a[href="#top"] > span:first-child {
  background: transparent url('/lumen-icon.svg') left center / contain no-repeat !important;
  width: 6.6rem !important;
  height: 2rem !important;
  border-radius: 0 !important;
  overflow: hidden;
}
header nav a[href="#top"] > span:first-child > svg {
  display: none !important;
}
header nav a[href="#top"] > span:nth-child(2) {
  display: none !important;
}

/* Footer: same lockup, plus keep the "·" separator and tagline. */
footer .font-mono.text-sm > span.grid.size-7 {
  background: transparent url('/lumen-icon.svg') left center / contain no-repeat !important;
  width: 6.6rem !important;
  height: 2rem !important;
  border-radius: 0 !important;
}
footer .font-mono.text-sm > span.grid.size-7 > svg {
  display: none !important;
}
footer .font-mono.text-sm > span.font-semibold {
  display: none !important;
}

/* Subtle green glow around the lockup — adds visual weight to the icon. */
header nav a[href="#top"] > span:first-child,
footer .font-mono.text-sm > span.grid.size-7 {
  filter: drop-shadow(0 0 6px rgba(94, 207, 97, 0.35));
}
