[data-reveal] { opacity: 1; transform: none; }
.motion-ready [data-reveal] {
  opacity: 1;
  transform: none;
}
.motion-ready [data-reveal].is-revealed { animation: s3-soft-reveal .7s ease both; }
.s3-global__visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 12%;
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(213,178,114,.24);
  animation: s3-network-glow 5s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes s3-network-glow { to { box-shadow: 0 0 110px rgba(213,178,114,.4); } }
@keyframes s3-soft-reveal {
  from { opacity: .72; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal],.motion-ready [data-reveal] { opacity: 1 !important; transform: none !important; }
}
