.site-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.site-bg__blur {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.22;
}

.site-bg__blur--1 {
  width: 380px;
  height: 380px;
  background: var(--accent);
  top: -140px;
  left: -100px;
}

.site-bg__blur--2 {
  width: 320px;
  height: 320px;
  background: var(--accent-glow);
  bottom: -120px;
  right: 8%;
  opacity: 0.28;
}

.site-bg__blur--3 {
  width: 240px;
  height: 240px;
  background: var(--accent-hover);
  top: 42%;
  right: -80px;
  opacity: 0.18;
}

.site-bg__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 88%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 88%);
  opacity: 0.7;
}
