/* ScrollSmoother viewport shell — fixed layers stay outside #smooth-wrapper. */
#smooth-wrapper {
  overflow: hidden;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
}

#smooth-content {
  overflow: visible;
  will-change: transform;
}
