/* Isolated, reversible scroll story. */
.scroll-story{height:260svh;padding-top:0;margin-top:12vh;position:relative}
.story-stage{position:sticky;top:calc(var(--ruler) + 84px);min-height:calc(100svh - var(--ruler) - 100px);display:flex;flex-direction:column;justify-content:center;padding-block:36px;perspective:900px}
.story-text{font:400 clamp(30px,4.1vw,65px)/1.18 var(--font-display);letter-spacing:-.035em;max-width:24ch;margin:28px 0}
.story-word{display:inline-block;will-change:transform,opacity,clip-path}
.story-note{margin-top:16px}
@media(max-width:650px){.scroll-story{height:280svh}.story-text{font-size:clamp(27px,6.3vw,40px);max-width:100%}.story-stage{top:calc(var(--ruler) + 70px);padding-block:20px}}
@media(prefers-reduced-motion:reduce){.scroll-story{height:auto;margin-block:80px}.story-stage{position:relative;top:auto;min-height:0}.story-word{opacity:1!important;transform:none!important;clip-path:none!important}}
