
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.55), transparent 28%);
  z-index: -1;
}
#cookie-banner.hidden {
  display: none;
}
@media (max-width: 1023px) {
  nav[data-nav].is-open {
    display: block;
  }
}
summary::-webkit-details-marker {
  display: none;
}
