@import url('fonts.css');
:root{color-scheme:dark;--bg:#101819;--panel:#152224;--gold:#d9b879;--cream:#f1ebdf;--muted:#a5b5ae;--cyan:#9de0d5;--line:#d9b87933;--red:#f19786;font-family:'DM Sans',Arial,sans-serif;font-size:16px}
*{box-sizing:border-box}body{margin:0;background:radial-gradient(ellipse at 35% 0,#22302d,var(--bg) 60%);color:var(--cream)}button{font:inherit;cursor:pointer}button:focus-visible{outline:2px solid var(--gold);outline-offset:5px}button:hover{filter:brightness(1.13)}[hidden]{display:none!important}kbd{font:12px 'IBM Plex Mono',monospace;border:1px solid #a7b7a844;border-radius:3px;padding:3px 5px}.app-shell{max-width:1680px;padding:0 42px;margin:auto}.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:13px;font-family:'Cormorant Garamond',Georgia,serif;color:var(--gold);font-weight:600;font-size:20px;letter-spacing:2px}.brand svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.6}.header-controls{display:flex;gap:16px;align-items:center}.difficulty{font-size:12px;letter-spacing:1.6px;color:#a4b2a7}.difficulty>span{margin:0 9px;color:var(--gold)}.icon-button{background:transparent;border:1px solid var(--line);color:#b8c5b9;border-radius:4px;padding:10px 13px;display:flex;align-items:center;gap:10px;font-size:13px}.eyebrow{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:500;letter-spacing:2.4px;color:var(--gold);line-height:1.7}.eyebrow>span{width:26px;height:1px;background:var(--gold)}.title-screen{position:relative;isolation:isolate;margin-top:28px;border:1px solid var(--line);min-height:690px;overflow:hidden;border-radius:7px}.title-art{position:absolute;inset:0;z-index:-3;background: url('assets/door.webp') center right/cover}.title-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#08161bf2,#08161b99 42%,#08161b15),linear-gradient(0deg,#08161b88,transparent)}.title-copy{padding:60px 54px;max-width:780px}.title-copy h1{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(72px,6.6vw,112px);font-weight:500;letter-spacing:-2.8px;line-height:.91;margin:27px 0 20px}.title-subtitle{font-family:'Cormorant Garamond',Georgia,serif;color:var(--gold);font-style:italic;font-size:28px;margin:0 0 30px}.title-intro{font-size:16px;line-height:1.8;color:#c3cfc3}.title-rule{width:48px;height:1px;background:var(--gold);margin:26px 0}.start-hint{font-size:14px;color:#b8c6bd}.start-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin:22px 0}.primary,.secondary{border-radius:4px;padding:13px 25px;min-height:48px;font-size:15px;font-weight:500;display:inline-flex;align-items:center;justify-content:space-between;gap:40px}.primary{background:#d4b274;color:#14221e;border:1px solid #eacf9a;box-shadow:0 4px 20px #0002}.primary>span{font-size:22px}.secondary{background:#101f25cc;border:1px solid #ac997255;color:#d7ddcc}.save-summary{font-size:13px;line-height:1.7;color:#a7b7ac}.start-details{display:flex;gap:24px;flex-wrap:wrap;margin-top:39px;font-size:10px;letter-spacing:1.6px;color:#8da093}.title-caption{position:absolute;bottom:29px;right:32px;font-family:'Cormorant Garamond',Georgia,serif;font-style:italic;font-size:19px;color:#cfbb96}.status-bar{padding:21px 0;display:flex;justify-content:space-between;align-items:center;gap:20px;color:#bdc8bd;font-size:13px}.chapter-info{display:flex;align-items:center;gap:12px}.chapter-number{width:25px;height:25px;border:1px solid var(--line);display:grid;place-items:center;font:17px Georgia,serif;color:var(--gold)}#chapter-name{font-weight:500;color:#dfd7bf}.small-divider{color:#62796d;margin:0 4px}#room-name{color:#91a79b}#save-status{font-size:12px;color:#8fac9c;text-align:right}.hud{display:flex;justify-content:space-between;align-items:center;gap:25px;margin:0 0 20px}.vitality{width:310px}.vitality-label{display:flex;justify-content:space-between;align-items:center;font-size:12px;letter-spacing:1.5px;color:#cfcebb;margin-bottom:7px}.heart{font-size:22px;vertical-align:-2px;margin-right:7px;color:#d5c090}.vitality-label strong{font-family:'IBM Plex Mono',monospace;font-size:16px;font-weight:500;letter-spacing:0}.vitality-label small{font-size:12px;color:#778f80}.hp-track{height:6px;border:1px solid #65937b33;border-radius:3px;background:#2a3c32;overflow:hidden}.hp-track>div{width:100%;height:100%;background:linear-gradient(90deg,#769d77,#b5d59b);transition:width .16s}.vitality.low .hp-track>div{background:linear-gradient(90deg,#b8594a,#f1ad82)}.vitality.low strong{color:var(--red)}#hp-rule{display:block;font-size:12px;line-height:1.4;color:#8ca597;margin-top:7px}.run-stats{display:flex;gap:38px}.run-stats>span{display:flex;align-items:baseline;gap:10px}.run-stats strong{font:26px 'Cormorant Garamond',Georgia,serif;font-weight:600;color:#e3decb}.run-stats small{font-size:11px;letter-spacing:1px;color:#91a69a}.scene{position:relative;isolation:isolate;min-height:430px;border:1px solid var(--line);border-radius:7px 7px 0 0;overflow:hidden;background:#10212a}.scene-art{position:absolute;inset:0;z-index:-3;background-size:cover;background-position:70% center;transition:filter .3s,transform .3s;transform:scale(1.015)}.scene-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#061219ed 0,#07131bba 31%,#07131b18 73%),linear-gradient(0deg,#08181bb3,transparent 50%)}.story-panel{position:relative;padding:35px 38px;max-width:580px}.story-panel h2{font:500 clamp(40px,4.1vw,64px)/1 'Cormorant Garamond',Georgia,serif;letter-spacing:-1px;margin:20px 0}.story{font-size:16px;line-height:1.78;color:#c7d3c8;text-shadow:0 1px 12px #000}.story p{margin:0 0 15px}.story p:last-child{margin-bottom:0}.story .dialogue{color:#e9d7b2;font-family:'Cormorant Garamond',Georgia,serif;font-size:24px;line-height:1.3}.enemy-panel{position:absolute;right:30px;top:28px;width:260px;padding:15px 17px;background:#101c20db;border:1px solid #d9a57555;border-radius:5px;backdrop-filter:blur(8px)}.enemy-label{font-size:12px;letter-spacing:1px;display:flex;justify-content:space-between;color:#f0c397;gap:15px}.enemy-track{height:5px;background:#4d3230;margin-top:12px;border-radius:2px;overflow:hidden}.enemy-track>div{height:100%;background:linear-gradient(90deg,#bd6255,#edb076);width:100%;transition:width .15s}.enemy-panel p{font-size:12px;color:#b6b8a6;margin:10px 0 0;line-height:1.4}.scene-note{position:absolute;right:30px;bottom:25px;font-family:'Cormorant Garamond',Georgia,serif;font-size:25px;color:#e9d7a9;text-shadow:0 2px 9px #000;max-width:300px;text-align:right}.typing-stage{border:1px solid var(--line);border-top:0;border-radius:0 0 7px 7px;background:linear-gradient(110deg,#17282b,#112023);padding:22px 30px 0;box-shadow:0 16px 35px #0002}.typing-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:24px;margin-bottom:16px;font-size:12px;letter-spacing:1.5px;color:var(--gold)}.typing-heading>div:first-child{display:flex;align-items:center;gap:18px;flex-wrap:wrap}#line-progress{color:#7f9f95;font-size:12px;letter-spacing:.2px}#keyboard-state{font-size:11px;letter-spacing:1.2px;color:#8dc3b5}.phrase{font:400 clamp(22px,2.2vw,30px)/1.85 'IBM Plex Mono',Consolas,monospace;color:#aabbaf;white-space:pre-wrap;overflow-wrap:anywhere;letter-spacing:.2px;min-height:55px;margin:5px 0 15px}.character{border-bottom:2px solid transparent;border-radius:2px}.character.done{color:var(--cyan)}.character.current{background:#dbbd7928;color:#ffe9b4;border-color:var(--gold);box-shadow:0 2px 10px #d9b87917}.character.space{color:transparent}.character.space.current{color:var(--gold)}.character.wrong{color:#ffc2ae;background:#bb574b80;border-color:#ec9787}.typing-footer{display:flex;justify-content:space-between;gap:20px;align-items:center;padding-bottom:19px;color:#94aea1;font-size:13px;line-height:1.5}#key-count{font:12px 'IBM Plex Mono',monospace;white-space:nowrap}.sequence-track{height:3px;background:#263d38;margin:0 -30px;overflow:hidden;border-radius:0 0 7px 7px}.sequence-track>div{height:100%;width:0;background:var(--gold);transition:width .15s}.timer{display:flex;align-items:center;gap:9px;font-size:13px;letter-spacing:0;color:#d8cb9d}.timer strong{font:16px 'IBM Plex Mono',monospace}.timer>span:last-child{font-size:12px;color:#a4b5a7}.timer.urgent{color:#ffb89d}.choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 19px}.choice{display:flex;align-items:center;gap:13px;border:1px solid #a0b39b30;padding:11px 15px;background:#21353288;border-radius:4px;min-height:53px;transition:opacity .15s,border-color .15s}.choice-marker{font-size:11px;color:#9caf98;border:1px solid #b7c59e30;border-radius:50%;width:21px;height:21px;display:grid;place-items:center;flex-shrink:0}.choice-text{font:17px/1.5 'IBM Plex Mono',monospace;color:#b5c5b8;white-space:pre-wrap;overflow-wrap:anywhere}.choice.available{border-color:#d9b87966}.choice.excluded{opacity:.34}.choice-label{font-size:13px;color:#a4b9a9}.journey-footer{padding:23px 0;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:11px;letter-spacing:1.5px;color:#8aa191}.journey-footer ol{list-style:none;display:flex;gap:23px;padding:0;margin:0}.journey-footer li{position:relative;border:1px solid #57746666;border-radius:50%;width:25px;height:25px;display:grid;place-items:center;font:11px 'IBM Plex Mono',monospace}.journey-footer li:not(:last-child):after{content:'';width:17px;height:1px;background:#4b665855;position:absolute;left:28px}.journey-footer li.current{background:#d9b87922;color:var(--gold);border-color:var(--gold)}.journey-footer li.done{background:#83b89915;color:#b4d4ab;border-color:#90b09766}.page-footer{display:flex;justify-content:space-between;gap:22px;font-size:11px;letter-spacing:.3px;line-height:1.7;color:#718d7b;padding:18px 0 26px}.footer-dot{margin:0 9px}.scene-fx{position:absolute;inset:0;pointer-events:none;z-index:4}.scene-fx.hit{animation:hit .17s ease-out}.scene-fx.strike{background:linear-gradient(145deg,transparent 47%,#fbefc7 49%,transparent 51%);animation:burst .55s forwards}.scene-fx.magic{background:radial-gradient(ellipse at 70% 50%,#a5efdf88,transparent 65%);animation:burst .6s forwards}.typing-stage.error{animation:nudge .18s;border-color:#ec978777}.healed #hp-fill{box-shadow:0 0 15px #cafaae}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);padding:12px 22px;border:1px solid #d9b87977;border-radius:5px;background:#182b29f5;box-shadow:0 5px 30px #0006;color:#e4e2ca;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;font-size:14px;max-width:90vw;text-align:center;z-index:50}.toast.visible{opacity:1;transform:translate(-50%,0)}.overlay{position:fixed;inset:0;background:#051218c9;backdrop-filter:blur(13px);display:flex;align-items:center;justify-content:center;z-index:40;padding:24px}.overlay-card{width:520px;max-width:100%;padding:42px;background:linear-gradient(120deg,#1c302c,#14222a);border:1px solid var(--line);border-radius:8px;box-shadow:0 30px 100px #0008}.overlay-card h2{font:500 48px/1.05 'Cormorant Garamond',Georgia,serif;letter-spacing:-.5px;margin:23px 0}.overlay-card p{font-size:16px;line-height:1.7;color:#bdcbbb}.overlay-card .primary{margin-top:13px}.overlay-small{font-size:13px!important;color:#8ea394!important;margin-top:24px}.recovery-label{font-size:12px;letter-spacing:1.5px;color:var(--gold);margin-top:28px}.recovery-card .phrase{font-size:29px;margin-top:12px}.results{position:relative;isolation:isolate;border:1px solid var(--line);border-radius:7px;margin:30px 0 0;padding:45px;min-height:740px;background:linear-gradient(90deg,#09191ef5,#09191ed9 48%,#09191e22),url('assets/key-stairs.webp') center/cover;overflow:hidden}.results h2{font:500 clamp(50px,5vw,80px)/.98 'Cormorant Garamond',Georgia,serif;letter-spacing:-1px;margin:22px 0}.results-intro{font:italic 25px 'Cormorant Garamond',Georgia,serif;color:#dec598}.results-grid{display:grid;grid-template-columns:repeat(3,160px);width:max-content;gap:1px;background:#a5b78933;border:1px solid #d9b87933;margin:28px 0;border-radius:4px;overflow:hidden}.result-item{background:#142726ef;padding:18px 20px}.result-item strong{font:35px 'Cormorant Garamond',Georgia,serif;color:#e8ddbf;display:block}.result-item span{font-size:11px;color:#9eafa1;letter-spacing:.8px;display:block;margin-top:5px}.choice-summary{font-size:14px;line-height:1.7;max-width:500px;color:#b8c9b7;margin-bottom:24px}.choice-summary b{color:#d5c89e;font-weight:500}.ending-line{font:25px 'Cormorant Garamond',Georgia,serif;color:#e3d3af}.results-actions{display:flex;gap:12px;flex-wrap:wrap}.results .save-summary{max-width:490px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#game-screen:focus{outline:none}
@keyframes hit{from{background:#fff4bf30}to{background:transparent}}@keyframes burst{0%{opacity:0;transform:scale(.7)}30%{opacity:1}100%{opacity:0;transform:scale(1.4)}}@keyframes nudge{30%{transform:translateX(-3px)}70%{transform:translateX(3px)}}
@media(min-width:1600px){.scene{min-height:480px}.story-panel{padding:42px 48px;max-width:630px}.title-screen{min-height:760px}.title-copy{padding:70px 60px}}
@media(max-width:1100px){.app-shell{padding:0 25px}.difficulty{display:none}.run-stats{gap:22px}.run-stats>span{flex-direction:column;align-items:center;gap:4px}.scene{min-height:440px}.story-panel{max-width:55%;padding:30px}.story-panel h2{font-size:46px}.enemy-panel{width:225px;right:22px}.journey-footer{letter-spacing:.7px}.journey-footer ol{gap:14px}.journey-footer li:not(:last-child):after{width:9px}.typing-heading{flex-wrap:wrap}.timer>span:last-child{display:none}.title-caption{display:none}.status-bar{align-items:flex-start}#room-name{display:none}}
@media(max-width:650px){.app-shell{padding:0 14px}.topbar{height:70px;gap:9px}.brand{font-size:15px;letter-spacing:1px;gap:8px}.brand svg{width:24px;height:24px}.header-controls{gap:7px}.icon-button{font-size:12px;padding:8px}.icon-button #sound-label{display:none}.icon-button kbd{display:none}.title-screen{margin-top:18px;min-height:690px}.title-copy{padding:40px 26px}.title-copy h1{font-size:74px;margin-top:27px}.title-subtitle{font-size:23px}.title-intro{font-size:16px}.title-shade{background:linear-gradient(90deg,#07171beb,#07171b77),linear-gradient(0deg,#07171b,transparent)}.title-art{background-position:65% center}.eyebrow{font-size:11px;letter-spacing:1.5px}.start-details{gap:12px;line-height:1.8;margin-top:27px}.start-actions{gap:10px}.primary,.secondary{font-size:14px;padding:12px 20px;gap:22px}.status-bar{padding:18px 0;gap:12px}.chapter-info{gap:9px;font-size:13px}.small-divider{display:none}#save-status{font-size:11px;max-width:38%;line-height:1.4}.hud{gap:16px;align-items:flex-start;flex-direction:column;margin-bottom:17px}.vitality{width:100%}.run-stats{width:100%;justify-content:space-between;gap:12px}.run-stats>span{flex-direction:row;gap:7px;align-items:baseline}.run-stats strong{font-size:23px}.run-stats small{font-size:9px;letter-spacing:.6px}.scene{min-height:480px;display:flex;flex-direction:column}.story-panel{padding:27px 23px;max-width:100%;flex:1}.story-panel h2{font-size:47px;max-width:300px;margin:17px 0}.story{font-size:16px;line-height:1.7;max-width:100%}.story .dialogue{font-size:24px}.scene-art{background-position:65% center}.scene-shade{background:linear-gradient(90deg,#07171bdc,#07171b77),linear-gradient(0deg,#07171bb3,transparent)}.enemy-panel{position:relative;top:auto;right:auto;width:auto;margin:0 22px 24px}.scene-note{position:relative;bottom:auto;right:auto;margin:0 22px 20px;font-size:21px;text-align:left}.scene-note:empty{display:none}.typing-stage{padding:18px 18px 0}.typing-heading{gap:10px;font-size:11px;letter-spacing:1px;margin-bottom:13px}#keyboard-state{font-size:10px}.typing-heading>div:first-child{gap:10px}.phrase{font-size:21px;line-height:1.9;margin-bottom:18px}.choices{grid-template-columns:1fr;gap:8px}.choice{padding:9px 12px}.choice-text{font-size:15px}.typing-footer{font-size:12px;align-items:flex-start;gap:8px}.typing-footer>span:first-child{max-width:76%}#key-count{font-size:11px}.sequence-track{margin:0 -18px}.journey-footer{flex-wrap:wrap;justify-content:space-between;padding:22px 0;gap:15px}.journey-footer>span{font-size:10px}.journey-footer ol{order:2;width:100%;justify-content:center;gap:13px}.journey-footer li:not(:last-child):after{width:8px;left:27px}.page-footer{font-size:11px;line-height:1.7;flex-direction:column;gap:5px;text-align:center;padding:5px 0 22px}.overlay-card{padding:29px}.overlay-card h2{font-size:42px}.results{padding:32px 25px;min-height:850px;background-position:65% center}.results h2{font-size:56px}.results-grid{grid-template-columns:repeat(2,minmax(110px,1fr));width:100%;margin:25px 0}.result-item{padding:15px 17px}.result-item span{font-size:11px}.results-intro{font-size:23px}.choice-summary{font-size:14px}.ending-line{font-size:24px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}.scene-art{transform:none!important}}

/* Narrative and response share one reading surface. */
.scene{min-height:clamp(210px,26vh,300px);display:flex;align-items:flex-end;flex-direction:row}
.scene-art{background-size:auto 100%;background-repeat:no-repeat;background-position:right center}
.scene-shade{background:linear-gradient(90deg,#07171b 25%,#07171ba8 58%,transparent 78%),linear-gradient(0deg,#07171b66,transparent 50%)}
.scene-caption{padding:26px 34px;max-width:72%}
.scene-caption h2{font:500 clamp(36px,3.4vw,52px)/1.05 'Cormorant Garamond',Georgia,serif;letter-spacing:-.6px;margin:9px 0 0}
.typing-stage{padding:26px 34px 0}
.story{font-size:19px;line-height:1.6;color:#e0e5d9;text-shadow:none;margin:0 0 24px;max-width:100%;display:flex;flex-direction:column;gap:13px}
.story>p{margin:0;max-width:92ch}
.story .dialogue{font:500 25px/1.32 'Cormorant Garamond',Georgia,serif;color:#f3dfb9;position:relative;padding:1px 0 2px 18px;border-left:2px solid #d9b8797a;max-width:100%}
.story .dialogue p{margin:3px 0 0;max-width:90ch}
.speaker{display:block;font:600 11px/1.5 'DM Sans',Arial,sans-serif;letter-spacing:1.8px;text-transform:uppercase;color:#c7af7f}
.typing-heading{padding-top:17px;border-top:1px solid #d9b87933;margin-bottom:12px}
.sequence-track{margin:0 -34px}
.enemy-panel{top:22px;left:34px;right:auto}
.scene-note{bottom:28px;right:30px;font-size:22px}
@media(max-width:1100px){.scene{min-height:230px}.scene-caption{padding:25px 28px}.typing-stage{padding:24px 28px 0}.sequence-track{margin:0 -28px}.story{font-size:18px}.story .dialogue{font-size:24px}}
@media(max-width:650px){.scene{min-height:205px;flex-direction:column;align-items:stretch;justify-content:flex-end}.scene-art{background-size:cover}.scene-caption{padding:23px 21px;max-width:100%}.scene-caption h2{font-size:37px;max-width:100%;margin:7px 0 0}.scene-shade{background:linear-gradient(0deg,#07171bed,transparent 95%)}.typing-stage{padding:22px 20px 0}.story{font-size:17px;line-height:1.6;gap:13px;margin-bottom:22px}.story .dialogue{font-size:23px;padding-left:14px}.speaker{font-size:10px;letter-spacing:1.5px}.sequence-track{margin:0 -20px}.enemy-panel{position:relative;top:auto;left:auto;right:auto;width:auto;margin:0 20px 17px;padding:10px 13px}.enemy-panel p{display:none}.scene-note{position:relative;bottom:auto;right:auto;margin:0 21px 18px;font-size:20px}.typing-heading{padding-top:16px}.choices{margin-bottom:17px}}

/* Let an illustration establish the scene, then lead down to the words. */
.scene{min-height:clamp(280px,36vh,400px);scroll-margin-top:20px}
.scene-intro{border-radius:7px;min-height:0;will-change:height}
.scene-intro .scene-art{background-size:contain;transform:none!important;transition:none}
.scene-intro .scene-shade{opacity:calc(.12 + var(--intro-progress,0) * .88)}
.scene-intro .scene-caption,.scene-intro .enemy-panel,.scene-intro .scene-note{visibility:hidden}
.scene-intro-reduced .scene-art{background-position:right center!important;background-size:auto 100%}
.scene-skip{position:absolute;bottom:22px;right:24px;z-index:6;display:flex;align-items:center;gap:10px;min-height:44px;padding:10px 17px;background:#0a191de8;border:1px solid #d9b87980;border-radius:4px;color:#f1e4c8;font-size:14px;box-shadow:0 4px 24px #0005}
.scene-skip span{color:var(--gold)}
.presenting-scene .journey-footer,.app-shell:has(.presenting-scene) .page-footer{visibility:hidden}
.typing-stage{scroll-margin-top:20px}
.journey-footer ol{gap:14px}
.journey-footer li,.journey-footer li.current,.journey-footer li.done{width:36px;height:40px;border:0;background:none}
.journey-footer li:not(:last-child):after{left:40px;width:6px}
.chapter-jump{display:grid;place-items:center;width:36px;height:36px;padding:0;border:1px solid #577466aa;border-radius:50%;background:#142626;color:#b0c5b8;font:14px 'IBM Plex Mono',monospace;transition:background .15s,border-color .15s}
.chapter-jump:not(:disabled):hover{border-color:var(--gold);background:#d9b87922}
.chapter-jump:disabled{cursor:default;color:#819789;border-color:#57746666;background:transparent;filter:none}
.done .chapter-jump{background:#83b89915;border-color:#90b09766;color:#b4d4ab}
.current .chapter-jump{background:#d9b87922;border-color:var(--gold);color:var(--gold)}
@media(max-width:650px){.journey-footer ol{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:0}.journey-footer li,.journey-footer li.current,.journey-footer li.done{width:100%}.chapter-jump{width:32px;height:32px}.journey-footer li:after{display:none}}
@media(max-width:650px){.scene{min-height:255px}.scene-art{background-position:65% center}.scene-intro{min-height:0}.scene-intro .scene-art{background-size:cover}.scene-intro-reduced .scene-art{background-position:65% center!important}.scene-skip{bottom:17px;right:17px;font-size:13px;padding:10px 13px}}
