/* Private Astro presentation adaptations; source Meridian stylesheet is preserved verbatim. */
:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
/* The static page remains navigable if scripting fails. */
.no-js .menu { position: static; visibility: visible; opacity: 1; transform: none; display: block; padding-top: 100px; height: auto; }
.no-js .menu__list a { opacity: 1; transform: none; }
.no-js .burger { display: none; }
@media (min-width: 1080px) { .no-js .menu { display: none; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
