@supports (animation-timeline:scroll()){.portal-scroll-track{height:var(--portal-scroll-track-height,250vh)}.portal-scroll-viewport{height:100svh;position:sticky;top:0;overflow:hidden}@keyframes portal-foreground-zoom{0%{transform:scale(1)}to{transform:scale(2.25)}}@keyframes portal-background-zoom{0%{transform:scale(1)}to{transform:scale(1.12)}}@keyframes portal-ui-fade{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-24px)}}@keyframes portal-vignette-in{0%{opacity:0}to{opacity:.22}}.portal-scroll__foreground{transform-origin:50%;will-change:transform;animation:linear both portal-foreground-zoom;animation-timeline:scroll(root);animation-range:0% 85%}.portal-scroll__background{transform-origin:50%;will-change:transform;animation:linear both portal-background-zoom;animation-timeline:scroll(root);animation-range:0% 85%}.portal-scroll__ui{animation:linear both portal-ui-fade;animation-timeline:scroll(root);animation-range:0% 32%}.portal-scroll__vignette{animation:linear both portal-vignette-in;animation-timeline:scroll(root);animation-range:35% 75%}}
