#pw-site .pw-skip-link{position:fixed;top:12px;left:12px;z-index:1000000;transform:translateY(-180%);padding:14px 20px;background:#eee6d4;color:#111;font:600 16px/1.4 sans-serif;text-decoration:underline;border:2px solid #111;border-radius:3px}
#pw-site .pw-skip-link:focus{transform:none;outline:3px solid #fff;outline-offset:3px}
#pw-site .pw-static-story{padding:48px max(24px,6vw);background:#0a0a0a;color:#eee6d4}
#pw-site .pw-static-story article{max-width:720px;margin:0 auto 48px}
#pw-site .pw-static-story h2{font-size:clamp(28px,4vw,44px);line-height:1.15;margin:12px 0 20px}
#pw-site .pw-static-story .step-text{font-size:20px;line-height:1.65}
#pw-site :is(a,button,input,textarea):focus-visible{outline:2px solid #eee6d4;outline-offset:5px}

/* Chapters 01–06: let the full copy determine its height, like chapter 07.
   Anchor the lower edge so longer copy grows upward inside the viewport. */
@media (max-width:1024px) {
 #pw-site .construct-hero .narrative-step:not(.is-final){
  top:auto;bottom:max(104px,env(safe-area-inset-bottom));height:auto;max-height:none;
  overflow:visible;padding:0 0 16px;width:88vw;left:6vw;
 }
}
@media (max-width:1024px) and (max-height:650px) {
 #pw-site .construct-hero .narrative-step:not(.is-final){bottom:max(96px,env(safe-area-inset-bottom))}
 #pw-site .construct-hero .narrative-step:not(.is-final) .step-label{margin-bottom:10px}
 #pw-site .construct-hero .narrative-step:not(.is-final) .step-text{margin-top:12px}
}

/* No nested scroll containers in any mobile chapter, in either orientation. */
@media(max-width:1024px){
 #pw-site .construct-hero .narrative-step{overflow:visible!important;max-height:none!important;height:auto}
}
#pw-site #pw-sound-toggle{width:44px;height:44px;min-width:44px;padding:10px;display:grid;place-items:center}
#pw-site #pw-sound-toggle svg{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}

/* The portrait pulse runs automatically; only sound remains user-controlled. */
#pw-site #pw-pulse-toggle{display:none!important}
