html {
  scroll-behavior: smooth;
}

.nav-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #071128;
  transition: color 150ms ease;
}

.nav-link:hover {
  color: #b9942f;
}

.mobile-link {
  display: block;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #071128;
}

.mobile-link:hover {
  background: #f8fafc;
}

.service-card {
  border-radius: 1.5rem;
  border: 1px solid #e2e8f0;
  background: white;
  padding: 1.5rem;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.service-card:hover {
  border-color: rgba(212, 175, 55, 0.65);
}

.skip-link {
  text-decoration: none;
}

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

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