.scroll-expand{position:relative;width:100%;height:100%;padding:0;background:var(--ink)}
.scroll-expand__track{position:relative;width:100%}
.scroll-expand__stage{position:sticky;top:0;width:100%;height:100vh;height:100svh;overflow:hidden;background:var(--ink)}
.scroll-expand__frame{position:absolute;inset:0;clip-path:inset(21% 29% 21% 29% round 24px);will-change:clip-path}
.scroll-expand__media{position:absolute;inset:0;width:100%;height:100% !important;object-fit:cover;transform-origin:center;will-change:transform;user-select:none;-webkit-user-drag:none}
.scroll-expand__scrim{position:absolute;inset:0;pointer-events:none;background:linear-gradient(to top,rgba(0,0,0,.75),rgba(0,0,0,.1) 45%,rgba(0,0,0,.35));opacity:0;will-change:opacity}
@media(prefers-reduced-motion:reduce){
  .scroll-expand__stage{height:auto;min-height:100vh;min-height:100svh}
  .scroll-expand__frame{clip-path:none}
  .scroll-expand__media{transform:none}
  .scroll-expand__scrim{opacity:1}
}
