/* ==========================================================================
   Home Scroll Stack — نسخه‌ی نهایی
   ========================================================================== */

.hst-hero {
  height: 100vh !important;
  position: relative !important;
  --display: flex !important;
  display: flex !important;
}

.hst-item {
  height: 100vh !important;
  position: sticky !important;
  top: 0 !important;
  overflow: hidden;
  box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.5);
  list-style: none !important;
  --display: flex !important;
  display: flex !important;
  flex-direction: column !important;
  align-content: flex-start !important;
  justify-content: flex-start !important;
}

.hst-item--2 {
  height: 200vh !important;
  margin-top: -100vh !important;
}

.hst-item--4 {
  justify-content: center !important;
  align-items: center !important;
}

.hst-item.hst-released {
  position: relative !important;
}