.projects-hero-orb {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 80, 180, 0.08) 0%, transparent 65%);
  top: -150px;
  left: -100px;
  border-radius: 50%;
  pointer-events: none;
}

.projects-filter-note {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--w3);
  letter-spacing: 0.06em;
  margin-bottom: 2rem;
}
