.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100000;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: #0b1220;
  color: #fff;
  font: 700 0.875rem/1.2 system-ui, sans-serif;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  transform: translateY(-180%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .marquee-wrap,
  .mq-track {
    animation: none !important;
  }
}

/* Kontaktformular: sichtbare Mindestlänge der Nachricht */
#message-counter.complete {
  color: #16a34a;
  font-weight: 600;
}

.message-requirement {
  margin-top: -1.35rem;
  padding-right: 4rem;
}
