

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  background: linear-gradient(to bottom, #f3e8d8 0%, #e9e9ef 100%);
  backdrop-filter: blur(4px);
}

.nav {
  position: relative;
  z-index: 2001;
}

.menu,
.nav-actions {
  position: relative;
  z-index: 2002;
}