.strands-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
}

.strands-container canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.strands-orb-renderer,
.strands-container.strands-orb-renderer {
  position: absolute;
  inset: 0;
  width: 56px;
  height: 56px;
  max-width: 56px;
  max-height: 56px;
  overflow: hidden;
  border-radius: 50%;
  z-index: 1;
  box-shadow: none;
  filter: none;
  clip-path: circle(50% at 50% 50%);
  transform: none;
}

.strands-container.strands-orb-renderer canvas {
  border-radius: 50%;
  clip-path: circle(50% at 50% 50%);
}

.strands-glass-front {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
}

.strands-glass-front.navbar.navbar--scrolled.glass-surface--svg {
  box-shadow: 0 16px 30px rgba(17, 17, 26, 0.24);
}
