/* Original Altifigence image; do not approximate the official letterforms with a font. */
.site-header .brand:has(.site-brand-image)::before { content: none; display: none; }
.site-header .brand:has(.site-brand-image) { display: inline-flex; flex: 0 0 auto; }
.site-brand-image {
  display: block;
  width: 96px;
  height: auto;
  aspect-ratio: 776 / 170;
  overflow: hidden;
  flex: 0 0 auto;
  mix-blend-mode: multiply;
}
/* Optical baseline: move only the header artwork, never the adjacent navigation. */
@media (min-width: 981px) {
  .site-header .site-brand-image { transform: translateY(2px); }
}
/* A quiet footer signature, independent of both the viewport and header scale. */
.micron-brand-logo .site-brand-image { width: 144px; max-width: 100%; }
:root footer.footer .micron-brand-logo:has(.site-brand-image) {
  min-height: 44px;
  max-width: 100%;
  align-items: center;
}
html[data-theme="dark"] .site-brand-image { filter: invert(1); mix-blend-mode: screen; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .site-brand-image { filter: invert(1); mix-blend-mode: screen; }
}
