/* Reversible scroll choreography for the redesigned section structure. */
@media(prefers-reduced-motion:no-preference){
 body:not(.motion-paused) .hero-landscape{transform:translate3d(calc(var(--pointer-x)*-9px),calc((var(--hero-progress) - .5)*90px),0) scale(1.10);will-change:transform}
 body:not(.motion-paused) .hero-content{transform:translate3d(0,calc((var(--hero-progress) - .5)*-65px),0)!important;will-change:transform}
 body:not(.motion-paused) .hero-forest .forest-near{transform:translate3d(calc(var(--pointer-x)*-18px),calc((var(--hero-progress) - .5)*-110px),0) scale(1.08)}
 body:not(.motion-paused) .album .cover-button{transform:translateY(calc(var(--scene-shift)*-.65)) rotate(calc(-4deg + var(--scene-progress)*7deg));will-change:transform}
 body:not(.motion-paused) .album-copy{transform:translateY(calc(var(--scene-shift)*.4));will-change:transform}
 body:not(.motion-paused) .album-forest .forest-far{transform:translateY(calc(var(--scene-shift)*.25))}
 body:not(.motion-paused) .album-forest .forest-mid{transform:translateY(calc(var(--scene-shift)*-.45))}
 body:not(.motion-paused) .album-forest .forest-near{transform:translateY(calc(var(--scene-shift)*-.75))}
 body:not(.motion-paused) .concert-art{transform:translateY(calc(var(--scene-shift)*-.65)) scale(1.12);transform-origin:55% 65%;will-change:transform}
 body:not(.motion-paused) .live-lettering{transform:translateY(calc(var(--scene-shift)*.5)) rotate(-3deg)}
 body:not(.motion-paused) .gallery .photo-collage{transform:translateY(calc(var(--scene-shift)*-.55));will-change:transform}
 body:not(.motion-paused) .gallery .p-one{transform:rotate(calc(-9deg + var(--scene-progress)*9deg))}
 body:not(.motion-paused) .gallery .p-two{transform:rotate(calc(7deg - var(--scene-progress)*8deg))}
 body:not(.motion-paused) .gallery-fragment{transform:translateY(calc(var(--scene-shift)*.3)) rotate(calc(-3deg + var(--scene-progress)*6deg))}
 body:not(.motion-paused) .contact-scenery{transform:translateY(calc(var(--scene-shift)*.55)) scale(1.07)}
 @media(max-width:720px){
 body:not(.motion-paused) .hero-content{transform:translateY(calc((var(--hero-progress) - .5)*-32px))!important}
 body:not(.motion-paused) .hero-forest .forest-near{transform:translateY(calc((var(--hero-progress) - .5)*-65px)) scale(1.06)}
 body:not(.motion-paused) .album-copy{transform:translateY(calc(var(--scene-shift)*.2))}
 body:not(.motion-paused) .gallery .photo-collage{transform:translateY(calc(var(--scene-shift)*-.3))}
 }
}
body.motion-paused .concert-art,body.motion-paused .gallery .photo,body.motion-paused .gallery-fragment{transform:none!important}
@media(prefers-reduced-motion:reduce){.concert-art,.gallery .photo,.gallery-fragment{transform:none!important}}
