/* Spiral-specific overrides — animation handled in canvas JS */

.spiral-wrap::after {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  border: 1px dashed color-mix(in srgb, var(--color_front) 15%, transparent);
  pointer-events: none;
}
