/* Reveal animations — always visible by default, no JS dependency */
/* Cards are always fully visible — JS only adds the reveal class if IntersectionObserver is available */
.reveal {
  opacity: 1 !important;
  transform: none !important;
}

/* Once JS adds is-visible, still show */
.reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
}

/* Nav active state */
.nav-link--active {
  color: #ffffff !important;
  background: rgba(232,57,42,0.15) !important;
}
