/* Genesis Travel Collective — shared full-bleed sticky panel behavior */
@media (min-width: 821px) {
  html:has(body.editorial-stack-page) {
    scroll-snap-type: none !important;
    scroll-padding-top: 0 !important;
  }

  body.editorial-stack-page {
    overflow-x: hidden;
  }

  body.editorial-stack-page main {
    position: relative;
    isolation: isolate;
  }

  body.editorial-stack-page main > section {
    position: sticky !important;
    top: 0 !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 100svh !important;
    margin: 0 !important;
    border-radius: 0 !important;
    clip-path: none !important;
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
  }

  body.editorial-stack-page main > section:nth-of-type(1) { z-index: 1 !important; }
  body.editorial-stack-page main > section:nth-of-type(2) { z-index: 2 !important; }
  body.editorial-stack-page main > section:nth-of-type(3) { z-index: 3 !important; }
  body.editorial-stack-page main > section:nth-of-type(4) { z-index: 4 !important; }
  body.editorial-stack-page main > section:nth-of-type(5) { z-index: 5 !important; }
  body.editorial-stack-page main > section:nth-of-type(6) { z-index: 6 !important; }
  body.editorial-stack-page main > section:nth-of-type(7) { z-index: 7 !important; }
  body.editorial-stack-page main > section:nth-of-type(8) { z-index: 8 !important; }
  body.editorial-stack-page main > section:nth-of-type(9) { z-index: 9 !important; }
  body.editorial-stack-page main > section:nth-of-type(10) { z-index: 10 !important; }
  body.editorial-stack-page main > section:nth-of-type(11) { z-index: 11 !important; }
  body.editorial-stack-page main > section:nth-of-type(12) { z-index: 12 !important; }

  body.editorial-stack-page main > section:not(:last-of-type) {
    margin-bottom: 45svh !important;
  }
}

@media (min-width: 821px) and (prefers-reduced-motion: reduce) {
  body.editorial-stack-page main > section {
    position: relative !important;
    top: auto !important;
    margin-bottom: 0 !important;
  }
}
