.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #7c3aed;
  color: #fff;
  padding: 8px 16px;
  z-index: 9999;
  text-decoration: none;
  font-size: 0.875rem;
  border-radius: 0 0 4px 0;
}
.skip-link:focus {
  top: 0;
}

@media (prefers-reduced-motion: reduce) {
  .hero__mars,
  .hero__planet,
  .hero__star-01,
  .hero__star-02,
  .hero__star-03,
  .hero__moon,
  .hero__letters,
  .hero__girl {
    animation: none !important;
    transition: none !important;
  }
}
