/* Preserve mobile project stations; process uses one unified scene. */
@media(max-width:767px){
.mobile-story:not(.reduced) .project-captions{display:none!important}
.mobile-story:not(.reduced) .static-projects{display:block!important;order:2;width:100%}
.mobile-story:not(.reduced) .static-project{display:flex;flex-direction:column;gap:22px;margin:0 0 55px;scroll-margin-top:80px}
.mobile-story:not(.reduced) .static-project figure{width:100%;margin:0}.mobile-story:not(.reduced) .static-project img{width:100%;height:auto;max-height:57svh;object-fit:contain}.mobile-story:not(.reduced) .static-project>div{width:100%}.mobile-story:not(.reduced) .static-project h3{font-size:44px}.mobile-story:not(.reduced) .static-project p{font-size:15px;line-height:1.7}
.mobile-story:not(.reduced) .static-project[data-active=true] figure{animation:mobile-project-breathe 7s ease-in-out infinite}
@keyframes mobile-project-breathe{50%{transform:translateY(-5px)}}
.mobile-story:not(.reduced) .worlds{height:auto!important}
.mobile-story:not(.reduced) .worlds .sticky-stage{position:relative!important;height:auto!important;min-height:0!important;overflow:visible!important;display:flex;flex-direction:column;padding:70px 23px 35px}
.mobile-story:not(.reduced) .world-copy{display:contents!important}
.mobile-story:not(.reduced) .world-heading{position:static!important;width:auto!important;transform:none!important;margin:0 0 28px!important;order:0}
.mobile-story:not(.reduced) .worlds .scene-footer{position:static!important;order:4;margin:30px 0 0;min-height:44px}
.mobile-story:not(.reduced) .project-nav{position:static!important;transform:none!important;justify-content:center}
.mobile-story:not(.reduced) .world-heading .body-copy{display:block!important;line-height:1.8;margin-top:20px}
.mobile-story:not(.reduced) .world-media{display:none!important}
.mobile-story:not(.reduced) .craft{height:650svh}
.mobile-story:not(.reduced) .craft .sticky-stage{height:100svh;min-height:640px;box-sizing:border-box;display:grid;grid-template-rows:auto minmax(190px,1fr) minmax(160px,auto) 44px;gap:16px;padding:88px 23px 16px;background:transparent}
.mobile-story:not(.reduced) .craft-copy{display:contents}
.mobile-story:not(.reduced) .craft-heading{position:static!important;grid-row:1;width:auto;margin:0}
.mobile-story:not(.reduced) .craft .particle-stage{position:relative!important;inset:auto!important;grid-row:2;width:100%!important;height:100%!important;background:transparent;pointer-events:none}
.mobile-story:not(.reduced) .particle-caption{width:100%;white-space:normal;text-align:center;bottom:0;font-size:10px}
.mobile-story:not(.reduced) .craft .step-content{position:static!important;grid-row:3;width:auto;min-height:0;align-self:center;opacity:1!important;transform:none!important}
.mobile-story:not(.reduced) .craft .step{position:relative;inset:auto}
.mobile-story:not(.reduced) .craft .step[hidden]{display:none}
.mobile-story:not(.reduced) .craft .scene-footer{position:static;grid-row:4;min-height:44px;margin:0}
.mobile-story:not(.reduced) .craft .step-nav{position:static;transform:none;gap:3px}
}
