/* Supplemental — nav + static-site helpers (Webflow IX in styles.css) */
body.nav-open { overflow: hidden; }
.navbar.is-scrolled .nav-container {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
