/* Custom overrides for Untitled Product migration */

/* === /our-works folder-stack effect ===
   Override Webflow's broken IX2 animation by giving each card a progressive
   sticky top value. Cards 1-10 stack cleanly. Last card has same behavior
   as the live Webflow site (known limitation). */

.our-work-stack-item._1  { top: 24px;  }
.our-work-stack-item._2  { top: 72px;  }
.our-work-stack-item._3  { top: 120px; }
.our-work-stack-item._4  { top: 168px; }
.our-work-stack-item._5  { top: 216px; }
.our-work-stack-item._7  { top: 264px; }
.our-work-stack-item._8  { top: 312px; }
.our-work-stack-item._9  { top: 360px; }
.our-work-stack-item._10 { top: 408px; }
.our-work-stack-item._11 { top: 456px; }

@media (max-width: 991px) {
  .our-work-stack-item._1  { top: 16px;  }
  .our-work-stack-item._2  { top: 56px;  }
  .our-work-stack-item._3  { top: 96px;  }
  .our-work-stack-item._4  { top: 136px; }
  .our-work-stack-item._5  { top: 176px; }
  .our-work-stack-item._7  { top: 216px; }
  .our-work-stack-item._8  { top: 256px; }
  .our-work-stack-item._9  { top: 296px; }
  .our-work-stack-item._10 { top: 336px; }
  .our-work-stack-item._11 { top: 376px; }
}

@media (max-width: 767px) {
  .our-work-stack-item._1,
  .our-work-stack-item._2,
  .our-work-stack-item._3,
  .our-work-stack-item._4,
  .our-work-stack-item._5,
  .our-work-stack-item._7,
  .our-work-stack-item._8,
  .our-work-stack-item._9,
  .our-work-stack-item._10,
  .our-work-stack-item._11 {
    position: relative;
    top: auto;
  }
}
