.scroll-container{height:300vh;position:relative}.sticky-wrapper{position:sticky;top:0;height:100vh;width:400px;margin:0 auto;display:flex;align-items:center;justify-content:flex-start;overflow:visible}.gallery{display:flex;gap:30px;will-change:transform}.gallery-item{flex-shrink:0;width:400px;height:500px;border-radius:12px;position:relative;overflow:hidden;background-image:var(--item-image);background-size:cover;background-position:50%;pre{font-family:inherit}}.gallery-item:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 60%,var(--item-color));mix-blend-mode:multiply}.item-content{position:absolute;bottom:30px;left:30px;z-index:1}.item-number{font-size:14px;color:var(--item-color);font-family:Azeret Mono,monospace;display:block;margin-bottom:8px}.gallery-item h2{font-size:28px;font-weight:600;color:#f5f5f5;margin:0}.outro-section{height:100vh;display:flex;justify-content:center;align-items:center}@media (max-width:40rem){.sticky-wrapper{width:280px}.gallery{gap:15px}.gallery-item{width:280px;height:350px}}@media (prefers-reduced-motion:reduce){.gallery{transform:none!important}.scroll-container{height:auto}.sticky-wrapper{position:relative;height:auto;width:100%;overflow-x:auto;padding:50px 0}}