/* Navbar fixes layered over the site's original stylesheet. */
.brand-link { display: inline-flex; flex-shrink: 0; }
.brand-logo { display: block; width: 48px; height: auto; object-fit: contain; }
footer .brand-logo { width: 32px; }
header.is-scrolled { background: rgb(10 10 20 / 95%); backdrop-filter: blur(16px); box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%); }
section[id] { scroll-margin-top: 90px; }
.menu-toggle { display: none; color: white; background: transparent; border: 1px solid rgb(255 255 255 / 25%); border-radius: 999px; padding: 10px 18px; cursor: pointer; }
a:focus-visible, button:focus-visible { outline: 2px solid white; outline-offset: 5px; }
@media (max-width: 767px) {
  .menu-toggle { display: block; }
  #primary-navigation.is-open { display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; padding: 12px 24px 20px; background: #0a0a14; border-bottom: 1px solid rgb(255 255 255 / 10%); }
  #primary-navigation a { display: block; padding: 12px 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
