/* Keep the fixed navigation consistently translucent in every page state. */
nav,
nav.scrolled,
nav.over-hero,
html.hero-intro-pending nav.over-hero,
html.hero-intro-active nav.over-hero {
  background: rgba(14, 28, 24, 0.45) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
