:root {
  --foresight-brand-logo: url("/images/logo.png?v=20260711-1");
}

.brand-mark,
.brand-symbol {
  background-image: var(--foresight-brand-logo) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  filter: drop-shadow(0 3px 9px rgba(0, 0, 0, 0.24));
}

.brand-mark::before,
.brand-mark::after {
  content: none !important;
  display: none !important;
}

.brand-symbol svg {
  visibility: hidden !important;
  animation: none !important;
}

nav svg.lucide-atom,
footer svg.lucide-atom {
  opacity: 0 !important;
  animation: none !important;
}

nav *:has(> svg.lucide-atom),
footer *:has(> svg.lucide-atom) {
  position: relative;
  background-image: var(--foresight-brand-logo);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 2.5rem 2.5rem;
}

nav *:has(> svg.lucide-atom.w-8),
footer *:has(> svg.lucide-atom.w-8) {
  background-size: 2rem 2rem;
}
