/* ==========================
   VIDEO LAYER
========================== */
#rcHeroVideo{
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

/* Overlay */
#rcVideoOverlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

/* ==========================
   SCROLL CONTROLLER (ROW 2)
========================== */
.rc-scroll-section{
  position: relative !important;
  z-index: 10 !important;
  min-height: 180vh; /*