.az-motion-path {
  --az-motion-accent: var(--az-pink);
  --az-motion-line: rgba(141, 93, 255, .2);
  --az-motion-x-shift: 0;
  --az-motion-y-shift: 0;
  position: absolute;
  width: min(var(--az-motion-size, 520px), 70vw);
  aspect-ratio: 1;
  opacity: var(--az-motion-opacity, .66);
  pointer-events: none;
  transform: translate(var(--az-motion-x-shift), var(--az-motion-y-shift));
  user-select: none;
}

.az-motion-path--pink {
  --az-motion-accent: var(--az-pink);
}

.az-motion-path--cyan {
  --az-motion-accent: var(--az-cyan);
  --az-motion-line: rgba(34, 213, 255, .18);
}

.az-motion-path--violet {
  --az-motion-accent: #9a6dff;
  --az-motion-line: rgba(154, 109, 255, .2);
}

.az-motion-path--orange {
  --az-motion-accent: var(--az-orange);
  --az-motion-line: rgba(255, 145, 28, .19);
}

.az-motion-path--custom {
  --az-motion-line: color-mix(in srgb, var(--az-motion-accent), transparent 80%);
}

.az-motion-path--x-left {
  left: clamp(-145px, -6vw, -45px);
}

.az-motion-path--x-center {
  --az-motion-x-shift: -50%;
  left: 50%;
}

.az-motion-path--x-right {
  right: clamp(-145px, -6vw, -45px);
}

.az-motion-path--y-top {
  top: 12%;
}

.az-motion-path--y-center {
  --az-motion-y-shift: -50%;
  top: 50%;
}

.az-motion-path--y-bottom {
  bottom: 8%;
}

.az-motion-path__orbit {
  position: absolute;
  border: 1px solid var(--az-motion-line);
  border-radius: 50%;
  box-shadow: inset 0 0 45px color-mix(in srgb, var(--az-motion-accent), transparent 95%);
}

.az-motion-path__orbit::before {
  position: absolute;
  inset: 8%;
  border: 1px solid color-mix(in srgb, var(--az-motion-accent), transparent 92%);
  border-radius: inherit;
  content: "";
}

.az-motion-path__orbit i {
  position: absolute;
  top: 11%;
  right: 15%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--az-motion-accent);
  box-shadow:
    0 0 8px var(--az-motion-accent),
    0 0 18px color-mix(in srgb, var(--az-motion-accent), transparent 18%);
}

.az-motion-path__orbit--outer {
  inset: 2%;
  animation: az-motion-orbit var(--az-motion-duration, 25s) linear infinite;
}

.az-motion-path__orbit--inner {
  inset: 18%;
  border-style: dashed;
  animation: az-motion-orbit-reverse var(--az-motion-duration-secondary, 32s) linear infinite;
}

.az-motion-path__orbit--inner i {
  top: auto;
  right: auto;
  bottom: 8%;
  left: 24%;
  width: 5px;
  height: 5px;
  opacity: .8;
}

.az-motion-path--wave,
.az-motion-path--double-wave {
  width: min(var(--az-motion-wave-width, 760px), 76vw);
  height: var(--az-motion-wave-height, 240px);
  aspect-ratio: auto;
}

.az-motion-path__wave {
  overflow: visible;
  width: 100%;
  height: 100%;
}

.az-motion-path__wave-line,
.az-motion-path__wave-glow {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.az-motion-path__wave-glow {
  stroke: color-mix(in srgb, var(--az-motion-accent), transparent 76%);
  stroke-width: 7;
  filter: blur(6px);
}

.az-motion-path__wave-line {
  stroke: var(--az-motion-line);
  stroke-width: 1;
  stroke-dasharray: 5 9;
}

.az-motion-path__wave-glow--secondary {
  opacity: .5;
}

.az-motion-path__wave-line--secondary {
  opacity: .72;
  stroke-dasharray: 2 11;
}

.az-motion-path__wave-dot {
  fill: var(--az-motion-accent);
  filter: drop-shadow(0 0 7px var(--az-motion-accent));
}

.az-motion-path__wave-dot--secondary {
  opacity: .72;
}

.az-motion-path__wave-dot--static {
  display: none;
}

.az-motion-path__radar {
  position: absolute;
  overflow: hidden;
  inset: 2%;
  border: 1px solid var(--az-motion-line);
  border-radius: 50%;
  background:
    linear-gradient(transparent calc(50% - .5px), var(--az-motion-line) 50%, transparent calc(50% + .5px)),
    linear-gradient(90deg, transparent calc(50% - .5px), var(--az-motion-line) 50%, transparent calc(50% + .5px));
  box-shadow: inset 0 0 60px color-mix(in srgb, var(--az-motion-accent), transparent 94%);
}

.az-motion-path__radar-ring {
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--az-motion-accent), transparent 88%);
  border-radius: 50%;
}

.az-motion-path__radar-ring--one {
  inset: 16%;
}

.az-motion-path__radar-ring--two {
  inset: 31%;
}

.az-motion-path__radar-ring--three {
  inset: 45%;
}

.az-motion-path__radar-sweep {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 0;
  left: 50%;
  border-left: 1px solid var(--az-motion-accent);
  background: conic-gradient(from 270deg at 0 100%, color-mix(in srgb, var(--az-motion-accent), transparent 76%), transparent 32%);
  transform-origin: 0 100%;
  animation: az-motion-radar var(--az-motion-duration, 18s) linear infinite;
}

.az-motion-path__radar-blip {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--az-motion-accent);
  box-shadow: 0 0 14px var(--az-motion-accent);
}

.az-motion-path__radar-blip--one {
  top: 28%;
  left: 67%;
}

.az-motion-path__radar-blip--two {
  right: 28%;
  bottom: 21%;
  width: 4px;
  height: 4px;
  opacity: .68;
}

.hero > .az-motion-path {
  z-index: 1;
}

.association-hero > .az-motion-path {
  z-index: 2;
}

.association-hero__inner {
  z-index: 3;
}

.inner-hero > .az-motion-path {
  z-index: 1;
}

.inner-hero__content {
  z-index: 2;
}

.calendar-hero > .az-motion-path {
  z-index: 1;
}

.calendar-hero__inner {
  z-index: 2;
}

.teamspeak-hero > .az-motion-path {
  z-index: -1;
}

.newsroom-hero__visual > .az-motion-path {
  z-index: 0;
}

.newsroom-hero__terminal {
  z-index: 1;
}

@keyframes az-motion-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes az-motion-orbit-reverse {
  from {
    transform: rotate(-19deg);
  }

  to {
    transform: rotate(-379deg);
  }
}

@keyframes az-motion-radar {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 900px) {
  .az-motion-path {
    width: min(var(--az-motion-size, 520px), 68vw);
  }

  .az-motion-path--wave,
  .az-motion-path--double-wave {
    width: min(var(--az-motion-wave-width, 760px), 88vw);
  }

  .az-motion-path--x-left {
    left: -24%;
  }

  .az-motion-path--x-right {
    right: -24%;
  }
}

@media (max-width: 600px) {
  .az-motion-path {
    width: min(var(--az-motion-size, 520px), 88vw);
  }

  .az-motion-path--x-left {
    left: -38%;
  }

  .az-motion-path--x-right {
    right: -38%;
  }

  .az-motion-path__orbit i {
    width: 7px;
    height: 7px;
  }

  .az-motion-path--mobile-hidden {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .az-motion-path__orbit,
  .az-motion-path__radar-sweep {
    animation: none;
  }

  .az-motion-path__wave-dot--moving {
    display: none;
  }

  .az-motion-path__wave-dot--static {
    display: block;
  }
}
