/* Results (#results) scroll scrub — desktop only; matches Webflow scroll runway */
@media screen and (min-width: 992px) {
  #results.section.core-feature .core-feature-vh-wrap {
    height: 350vh;
    min-height: 350vh;
  }

  #results.section.core-feature .core-feature-mask {
    overflow: hidden;
  }

  #results.section.core-feature .core-feature-left-wrap {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  #results.section.core-feature .core-feature-chart-wrap {
    min-height: 280px;
  }

  #results.section.core-feature dotlottie-wc {
    width: 450px !important;
    height: 450px !important;
    display: block !important;
    margin: auto !important;
  }
}
