/* v33 footer credit cursor-spark signature */
.footer-credit .wyatt-cursor-spark,
.site-footer .wyatt-cursor-spark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.05em;
  height: 1.05em;
  margin: 0 0.28em 0 0.34em;
  transform: translateY(0.12em);
  color: #f7f4e8;
  vertical-align: -0.13em;
  flex: 0 0 auto;
}

.footer-credit .wyatt-cursor-spark svg,
.site-footer .wyatt-cursor-spark svg {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 4px rgba(215, 195, 106, 0.22));
}

.footer-credit:hover .wyatt-cursor-spark,
.site-footer a:hover ~ .wyatt-cursor-spark {
  animation: wyattSparkPulse 1.05s ease-in-out infinite;
}

.footer-credit .wyatt-credit-link:hover + .wyatt-cursor-spark,
.site-footer .wyatt-credit-link:hover + .wyatt-cursor-spark {
  animation: none;
}

@keyframes wyattSparkPulse {
  0%, 100% { opacity: 0.82; transform: translateY(0.12em) scale(1); }
  50% { opacity: 1; transform: translateY(0.08em) scale(1.08); }
}

@media (prefers-reduced-motion: reduce) {
  .footer-credit .wyatt-cursor-spark,
  .site-footer .wyatt-cursor-spark {
    animation: none !important;
  }
}
