@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--paper:#f4f7fa;--ink:#132840;--muted:#60748a;--line:#dce3e9;--blue:#135dea;--lime:#d8ff81;--progress:0%;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none;color-scheme:light}
*{box-sizing:border-box}body{margin:0}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}button:focus-visible,a:focus-visible,canvas:focus-visible{outline:3px solid #135dea;outline-offset:5px}button{border:0}a{color:inherit;text-decoration:none}.experience{max-width:1920px;min-height:100svh;margin:auto;padding:0 4.2%;display:flex;flex-direction:column;overflow:hidden}.header{height:99px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:20px;position:relative;z-index:3}.wordmark{font-family:Arial,sans-serif;font-size:43px;font-weight:900;font-style:italic;letter-spacing:-2.6px;line-height:1}.wordmark span{font-size:13px;vertical-align:top;letter-spacing:0;margin:5px 0 0 4px;display:inline-block}.header-caption{font-size:12px;letter-spacing:2.1px;font-weight:600;padding-right:4vw;color:var(--muted)}.edition{display:flex;gap:10px;align-items:center;font-size:14px;font-weight:600}.edition-icon{font-size:27px;color:var(--blue)}.stage{position:relative;min-height:610px;height:calc(100svh - 316px);max-height:890px;flex:1;isolation:isolate}.intro{position:relative;padding-top:56px;width:360px;pointer-events:none;z-index:2}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.8px;display:flex;align-items:center;gap:8px;margin:0 0 21px}.eyebrow span{width:22px;height:2px;background:var(--blue)}h1{font-family:'Manrope',Arial,sans-serif;font-size:clamp(48px,4.5vw,80px);letter-spacing:-3.5px;line-height:1.05;font-weight:650;margin:0}h1 em{font-style:normal;color:var(--blue)}.intro-copy{font-size:16px;line-height:1.65;color:var(--muted);margin:22px 0 26px}.play-button{pointer-events:auto;display:flex;align-items:center;gap:13px;padding:14px 18px;background:var(--ink);color:white;border-radius:50px;font-size:14px;font-weight:600;box-shadow:0 8px 25px #13284014;transition:background .2s,transform .2s}.play-button:hover{background:#214362;transform:translateY(-2px)}.play-button svg{width:19px;height:19px}.duration{font-size:12px;font-weight:400;padding-left:13px;border-left:1px solid #ffffff38;color:#c5d1de}.viewport{position:absolute;inset:-4% -4.6% -1% 17%;z-index:0}.viewport canvas{width:100%;height:100%;display:block;touch-action:pan-y;cursor:grab}.viewport canvas:active{cursor:grabbing}.scene-toolbar{position:absolute;right:0;top:29px;display:flex;gap:7px;z-index:2}.icon-button{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#ffffffc2;transition:background .2s,transform .2s}.icon-button:hover{background:white;transform:translateY(-2px)}.icon-button svg{width:17px;height:17px}.chapter{position:absolute;bottom:38px;left:0;z-index:2;width:300px;pointer-events:none}.chapter-top{display:flex;align-items:center;gap:12px;font-size:11px;letter-spacing:1.2px;font-weight:700;color:var(--blue)}.chapter-line{width:28px;height:1px;background:#a6bddd}.chapter h2{font-family:'Manrope',Arial,sans-serif;font-size:23px;line-height:1.3;font-weight:650;letter-spacing:-.7px;margin:15px 0 12px;max-width:280px}.chapter p{font-size:14px;line-height:1.65;color:var(--muted);margin:0;max-width:280px}.scene-hint{position:absolute;bottom:24px;left:59%;transform:translateX(-50%);display:flex;align-items:center;gap:9px;font-size:12px;color:var(--muted);pointer-events:none;white-space:nowrap}.scene-hint svg{width:21px;height:21px}.scene-stamp{position:absolute;right:3px;bottom:30px;display:flex;flex-direction:column;align-items:flex-end;gap:6px;pointer-events:none}.scene-stamp span{font-size:10px;letter-spacing:1.25px;color:var(--muted)}.scene-stamp strong{font-size:19px;letter-spacing:1px;font-weight:700}.timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;border-top:1px solid var(--line);padding-top:13px;position:relative;z-index:3}.step{text-align:left;position:relative;display:flex;flex-direction:column;align-items:flex-start;background:transparent;padding:17px 20px 23px;border-radius:13px;transition:background .25s;overflow:hidden;min-width:0}.step:hover{background:#e9eff7}.step.active{background:var(--ink);color:white}.step-head{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:12px}.step-index{font-size:12px;font-weight:500;color:var(--muted);letter-spacing:1px}.step.active .step-index{color:#cfdeec}.step-head svg{width:23px;height:23px;color:var(--muted)}.step.active .step-head svg{color:var(--lime)}.step strong{font-size:16px;font-weight:600;letter-spacing:-.15px;line-height:1.5}.step-caption{font-size:12px;line-height:1.5;color:var(--muted);margin-top:2px}.step.active .step-caption{color:#c2d0df}.step-progress{position:absolute;bottom:0;left:0;width:100%;height:3px;background:transparent}.step.active .step-progress{background:#ffffff15}.step.active .step-progress span{display:block;width:var(--progress);height:100%;background:var(--lime)}.footer{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:21px 0 20px;font-size:12px;color:var(--muted)}.footer-divider{padding:0 12px;color:#bbc8d3}.loader{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:18px;color:var(--muted);font-size:14px;text-align:center;transition:opacity .4s}.loader-ring{width:35px;height:35px;border:2px solid #d8e4f4;border-top-color:var(--blue);border-radius:50%;animation:spin 1s linear infinite}.loader.loaded{opacity:0;pointer-events:none}.webgl-fallback{position:absolute;left:30%;right:10%;top:40%;padding:28px;background:#e5edf6;border-radius:20px;line-height:1.6}.webgl-fallback p{color:var(--muted);font-size:14px}.webgl-fallback[hidden]{display:none}.chapter.is-changing{animation:chapter-in .45s ease}.scene-unavailable .scene-toolbar,.scene-unavailable .scene-hint{display:none}@keyframes spin{to{transform:rotate(360deg)}}@keyframes chapter-in{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1700px){.intro{padding-top:65px;width:410px}.intro-copy{font-size:18px}.chapter{bottom:55px}.chapter h2{font-size:26px}.chapter p{font-size:16px}.scene-hint{bottom:45px}.scene-stamp{bottom:47px}}
@media(max-width:1100px){.experience{padding:0 4%}.header-caption{display:none}.stage{height:610px;min-height:610px}.intro{width:290px;padding-top:42px}h1{font-size:57px;letter-spacing:-2.7px}.intro-copy{font-size:15px}.viewport{inset:4% -5% 3% 12%}.chapter{width:255px;bottom:30px}.chapter h2{font-size:21px}.chapter p{font-size:14px}.scene-stamp{display:none}.scene-hint{left:66%}.step{padding:14px 13px 20px}.step strong{font-size:14px}.step-caption{font-size:11px}}
@media(max-width:700px){.experience{padding:0 5%;min-height:100svh}.header{height:75px}.wordmark{font-size:36px}.edition{font-size:12px;gap:6px}.edition-icon{font-size:22px}.stage{height:auto;min-height:775px;max-height:none;flex:none}.intro{padding-top:30px;width:100%;pointer-events:none}.eyebrow{font-size:10px;letter-spacing:1.7px;margin-bottom:15px}h1{font-size:49px;line-height:1.05;letter-spacing:-2.5px}h1 br{display:none}h1 em{white-space:nowrap}.intro-copy{font-size:14px;line-height:1.55;margin:14px 0 19px}.intro-copy br{display:none}.play-button{padding:12px 16px;font-size:13px}.viewport{inset:212px -14% 162px -14%}.scene-toolbar{top:245px;right:0;gap:5px}.icon-button{width:35px;height:35px}.chapter{width:100%;bottom:14px;padding:18px 0 14px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.chapter-top{grid-column:1 / -1;font-size:10px}.chapter h2{font-size:20px;margin:13px 0 0;max-width:200px}.chapter p{font-size:13px;margin-top:13px;max-width:none}.scene-hint{bottom:190px;left:50%;font-size:11px}.timeline{gap:5px;padding-top:10px}.step{padding:10px 8px 14px;border-radius:10px;min-height:110px}.step-head{margin-bottom:9px}.step-index{font-size:10px}.step-head svg{width:17px;height:17px}.step strong{font-size:11px;line-height:1.5}.step-caption{display:none}.footer{font-size:10px;line-height:1.5;padding:18px 0 20px;align-items:flex-start}.footer>span:first-child{max-width:130px}.footer>span:last-child{text-align:right;max-width:160px}.footer-divider{padding:0 4px}.webgl-fallback{left:15%;right:15%;top:30%;font-size:14px}}
@media(max-width:380px){h1{font-size:43px}.stage{min-height:785px}.chapter{gap:0 14px}.chapter h2{font-size:18px}.chapter p{font-size:12px}.step{padding:10px 6px}.step strong{font-size:10px}.edition{font-size:11px}}
@media(max-width:700px){.timeline{grid-template-columns:repeat(5,minmax(138px,1fr));overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:5px;scrollbar-width:thin;scrollbar-color:#b6c9d7 transparent}.step{padding:14px 13px 18px;min-height:132px;scroll-snap-align:center}.step strong{font-size:14px}.step-index{font-size:12px}.step-head svg{width:21px;height:21px}.step-caption{display:block;font-size:12px}.eyebrow,.chapter-top{font-size:12px;letter-spacing:1px}.scene-hint{font-size:12px}.footer{font-size:12px}.edition{font-size:14px}.chapter p{font-size:14px}.chapter h2{font-size:20px}.stage{min-height:805px}.viewport{bottom:190px}.scene-hint{bottom:215px}}
.stage{min-height:680px}.intro{width:345px;padding-top:40px}h1{font-size:clamp(42px,3.0vw,48px);letter-spacing:-2.4px;line-height:1.1}.intro-copy{max-width:325px;font-size:16px;margin:19px 0 22px}.chapter{width:320px;bottom:34px}.chapter h2{max-width:310px;font-size:25px}.chapter p{font-size:16px;max-width:310px;line-height:1.58}.chapter-top{font-size:12px;letter-spacing:.6px;gap:9px}.chapter-line{width:17px;flex-shrink:0}.viewport{left:23%}.scene-hint{left:65%}.timeline{grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.step{padding:15px 13px 20px;min-height:151px}.step strong{font-size:14px;line-height:1.45}.step-caption{font-size:12px}.step.completed .step-progress{background:#cde4da}.scene-stamp{display:none}.scene-toolbar .icon-button{width:42px;height:42px}
@media(max-width:1100px){.stage{height:700px}.intro{width:295px}h1{font-size:43px}.intro-copy{max-width:280px}.chapter{width:295px}.chapter p{font-size:15px;max-width:285px}.chapter h2{font-size:23px}.viewport{left:22%}.timeline{grid-template-columns:repeat(7,minmax(145px,1fr));overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:7px;scrollbar-width:thin;scrollbar-color:#b6c9d7 transparent}.step{scroll-snap-align:center}}
@media(max-width:700px){.stage{display:flex;flex-direction:column;min-height:0;height:auto;max-height:none}.intro{position:relative;order:0;width:100%;padding-top:27px}.intro-copy{max-width:100%;font-size:16px;margin:16px 0 19px}h1{font-size:43px;letter-spacing:-1.8px;line-height:1.12}h1 br{display:block}h1 em{white-space:normal}.viewport{position:relative;inset:auto;order:1;height:385px;min-height:385px;margin:0 -8%;width:116%}.scene-toolbar{top:280px;right:0;gap:6px}.scene-toolbar .icon-button{width:40px;height:40px}.scene-hint{position:relative;order:2;bottom:auto;left:auto;transform:none;justify-content:center;padding:0 0 15px;font-size:12px}.chapter{position:relative;order:3;bottom:auto;left:auto;display:block;width:100%;padding:21px 0 25px;min-height:222px;pointer-events:auto}.chapter-top{font-size:12px;flex-wrap:wrap;letter-spacing:.5px}.chapter h2{max-width:100%;font-size:24px;margin:13px 0 11px}.chapter p{font-size:16px;max-width:100%;line-height:1.65;margin:0}.timeline{grid-template-columns:repeat(7,minmax(154px,1fr))}.step{min-height:145px}.footer>span:last-child{max-width:190px}.play-button{font-size:14px}.webgl-fallback{left:12%;right:12%;top:20%}}
[hidden]{display:none!important}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition:none!important;scroll-behavior:auto!important}}
