/* Home category procession — fast entrance, then a quiet continuous glide. */
.rcx-category-section {
  position: relative;
  isolation: isolate;
}

.rcx-category-section::before {
  position: absolute;
  z-index: -1;
  top: 6%;
  right: -10%;
  width: min(440px, 72vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(190,146,69,.11), transparent 68%);
  content: "";
  pointer-events: none;
}

.rcx-category-track.is-cinematic {
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  will-change: scroll-position;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.rcx-category-track.is-cinematic::-webkit-scrollbar { display: none; }

.rcx-category-track.is-cinematic.is-user-paused {
  scroll-snap-type: x proximity !important;
}

.rcx-category-track [data-rcx-loop-clone] { pointer-events: none; }

@media (prefers-reduced-motion: reduce) {
  .rcx-category-track { scroll-behavior: auto !important; }
}
