*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;line-height:1.85;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer}
button,a{-webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:6px}
h1,h2,h3,p,figure{margin:0}
h1,h2,h3{font-weight:900;line-height:1.4;letter-spacing:-.055em;overflow-wrap:anywhere}
h1{font-size:clamp(48px,6.7vw,100px)}
h2{font-size:clamp(36px,4.7vw,68px)}
h3{font-size:clamp(28px,3.7vw,48px)}
p{font-size:18px}
section{position:relative}
.wrap{width:min(1160px,calc(100% - 96px));margin-inline:auto}
.eyebrow{font-size:13px;font-weight:800;letter-spacing:.16em;margin-bottom:32px}
.image-note,.beta-note{font-size:12px;line-height:1.9}
.image-note{color:var(--muted)}
.skip-link{position:fixed;top:-100px;left:20px;z-index:100;background:white;padding:12px}
.skip-link:focus{top:10px}
.site-header{position:absolute;inset:0 0 auto;z-index:20;display:flex;align-items:center;gap:32px;padding:28px 4vw;color:white}
.wordmark{display:flex;align-items:center;gap:10px;font-weight:900;font-size:24px;letter-spacing:.02em}
.wordmark img{width:40px;height:40px;border-radius:10px}
.site-header nav{margin-left:auto;display:flex;gap:28px;font-size:13px;font-weight:700}
.motion-toggle{border:1px solid #ffffff70;background:#1116;color:white;font-size:11px;border-radius:30px;padding:8px 16px}
.cta{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;background:var(--paper);color:var(--blueDark);border-radius:60px;padding:18px 30px;font-size:20px;font-weight:900;min-height:64px;margin-top:32px;transition:transform .25s,box-shadow .25s}
.cta span{font-size:27px}
.cta:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0002}
.beta-note{margin-top:16px}
.cinema{height:1800px;color:white;background:var(--ink)}
.scene{position:sticky;top:0;height:100svh;min-height:650px;overflow:hidden;isolation:isolate;display:flex;align-items:center}
.scene-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(var(--zoom,1));object-position:center;z-index:-3}
.scene-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#111b 0%,#1115 65%,#1112),linear-gradient(0deg,#1117,transparent 45%)}
.scene-content{padding-block:120px;position:relative}
.scene-content h1,.scene-content h2{text-shadow:0 2px 20px #0003}
.scene-content>p:not(.eyebrow):not(.beta-note){margin-top:28px}
.scene-bottom{position:absolute;bottom:32px;left:4vw;right:4vw;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:11px;letter-spacing:.1em}
.scene-bottom a{font-size:13px;font-weight:700}
.image-credit{font-size:10px}
.prologue{min-height:950px;padding-block:210px 190px}
.prologue h2{font-size:clamp(42px,5.2vw,76px)}
.prologue>p:not(.eyebrow){margin-top:42px;line-height:2.2}
.round-stamp{position:absolute;right:9%;top:46%;width:170px;height:170px;border-radius:50%;background:var(--yellow);display:grid;place-content:center;text-align:center;transform:rotate(12deg);font-size:16px;font-weight:900}
.trail-intro{height:170px;width:45%;border-right:7px solid var(--blue);border-bottom:7px solid var(--blue);border-radius:0 0 90px 0;position:absolute;bottom:0;left:0}
.doorway{height:1600px}
.doorway .scene-image{object-position:65% center}
.street-tag{position:absolute;bottom:12%;right:7%;writing-mode:vertical-rl;background:var(--yellow);color:var(--ink);padding:24px 16px;border-radius:4px;font-size:14px;font-weight:800;transform:rotate(4deg)}
.discover{padding-block:180px 100px;overflow:hidden}
.discover>.wrap{position:relative}
.section-intro{margin-bottom:70px;position:relative;z-index:2}
.section-intro p:last-child{margin-top:30px}
.experience-trail{position:absolute;inset:400px 0 70px;pointer-events:none}
.experience-trail svg{height:100%;width:100%;overflow:visible}
.experience-trail path{fill:none;stroke-width:5;vector-effect:non-scaling-stroke}
.trail-base{stroke:var(--bluePale);stroke-dasharray:9 15}
.trail-progress{stroke:var(--blue);stroke-dasharray:1;stroke-dashoffset:calc(1 - var(--progress,0))}
.experience-stop{min-height:680px;display:grid;grid-template-columns:.85fr 1.25fr;gap:80px;align-items:center;position:relative;z-index:1}
.stop-number{font-size:18px;color:var(--blueDark);font-weight:900;margin-bottom:28px}
.stop-number span{font-size:13px}
.stop-copy>p:last-child{margin-top:28px;font-size:16px}
.experience-card{position:relative;transform:rotate(4deg);transition:transform .5s}
.experience-card::before{content:"";position:absolute;inset:30px -20px -25px -15px;background:var(--yellow);border-radius:45% 55% 50% 40%;z-index:-1;transform:rotate(-12deg)}
.experience-card img{width:100%;height:390px;object-fit:cover;border-radius:var(--radius-xl)}
.experience-card figcaption{position:absolute;bottom:24px;left:24px;border-radius:40px;background:var(--paper);color:var(--blueDark);font-size:24px;font-weight:900;padding:8px 24px}
.experience-stop:nth-of-type(even){grid-template-columns:1.25fr .85fr}
.experience-stop:nth-of-type(even) .stop-copy{order:2}
.experience-stop:nth-of-type(even) .experience-card{transform:rotate(-4deg)}
.experience-stop:nth-of-type(even) .experience-card::before{background:var(--blue)}
@media(hover:hover){.experience-stop .experience-card:hover{transform:rotate(0deg) translateY(-6px)}
}
.discover .image-note{text-align:center;margin-top:60px}
.how{background:var(--bluePale);padding:180px 0;min-height:1700px}
.how-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:100px 80px;align-items:start}
.how-intro{padding-top:60px}
.how-intro>p:not(.eyebrow){margin-top:30px}
.how-intro .cta{background:var(--blue);color:white}
.demo{position:sticky;top:100px;grid-column:2;grid-row:1 / 3;padding:20px;text-align:center}
.phone{background:var(--cream);border:8px solid var(--ink);border-radius:46px;padding:26px 20px;max-width:340px;min-height:560px;margin:auto;box-shadow:20px 25px 0 #1768e518;text-align:left;overflow:hidden}
.phone-top{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:900;margin-bottom:30px}
.phone-top img{width:28px;height:28px;border-radius:8px}
.phone-top span{margin-left:auto;font-size:10px;font-weight:400}
.demo-panel h3{font-size:30px;margin:15px 0}
.demo-panel p{font-size:14px}
.demo-kicker{font-size:12px}
.demo-chips{display:flex;flex-wrap:wrap;gap:8px;margin:26px 0}
.demo-chips span{font-size:12px;border:1px solid var(--border);background:white;border-radius:30px;padding:6px 12px}
.demo-chips .chosen{background:var(--blue);color:white}
.demo-row{display:flex;justify-content:space-between;font-size:12px;padding:16px 0;border-bottom:1px solid var(--border)}
.demo-action{background:var(--blue);color:white;text-align:center;border-radius:30px;padding:14px;margin-top:26px!important;font-weight:800}
.demo-photo{width:100%;height:205px;object-fit:cover;border-radius:18px}
.saved-heart{font-size:90px;color:var(--coral);line-height:1.5}
.saved-ticket{padding:24px;background:white;margin-top:30px;border-radius:20px}
.saved-ticket span,.saved-ticket strong{display:block}
.saved-ticket span{font-size:12px;color:var(--blue)}
.demo-controls{display:flex;justify-content:center;gap:6px;margin:28px 0 12px}
.demo-controls button{padding:8px 12px;border:1px solid var(--blue);border-radius:30px;background:transparent;color:var(--blueDark);font-size:12px;min-height:44px}
.demo-controls button[aria-pressed=true]{background:var(--blue);color:white}
.how-steps{list-style:none;margin:0;padding:0;grid-column:1;display:grid;gap:80px}
.how-steps li{display:flex;gap:24px;align-items:start;border-top:1px solid #1768e530;padding-top:30px}
.how-steps li>span{font-size:24px;color:var(--blue);font-weight:900}
.how-steps h3{font-size:26px}
.how-steps p{font-size:15px;margin-top:12px}
.first-experience{padding:150px 0;background:var(--coralPale);min-height:1400px}
.try-heading{display:flex;justify-content:space-between;gap:40px;align-items:end}
.try-heading p{font-size:16px}
.craft-photo{position:relative;margin:70px 0 35px}
.craft-photo img{width:100%;height:670px;object-fit:cover;object-position:center 48%;border-radius:120px 24px 120px 24px}
.craft-photo figcaption{position:absolute;bottom:40px;left:40px;background:white;padding:8px 24px;border-radius:30px;font-weight:900;color:var(--blueDark)}
.craft-bottom{display:flex;align-items:start;justify-content:space-between}
.craft-bottom>span{font-size:11px;letter-spacing:.18em}
.craft-bottom p{font-size:26px;font-weight:800}
.homeward{height:1600px}
.homeward .scene-image{filter:sepia(.2) saturate(.85);object-position:center}
.homeward .scene-content{padding-bottom:230px}
.memory-strip{position:absolute;bottom:45px;right:6%;display:flex;gap:20px}
.memory-strip img{width:145px;height:105px;object-fit:cover;border:6px solid white;transform:rotate(-7deg)}
.memory-strip img:nth-child(2){transform:rotate(6deg)}
.reassurance{padding-block:150px 70px}
.assurances{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin:60px 0 25px}
.assurances p{border-top:2px solid var(--blue);padding-top:24px}
.assurances strong,.assurances span{display:block}
.assurances strong{font-size:25px}
.assurances span{font-size:15px;margin-top:10px}
.faq{padding-block:90px 150px}
.faq h2{font-size:42px;margin-bottom:55px}
.faq dl{margin:0}
.faq-item{padding:28px 0;border-top:1px solid var(--border)}
.faq dt{font-size:18px;font-weight:800;display:flex;gap:20px;align-items:baseline}
.faq dt span,.faq-q{color:var(--blue);font-size:20px;font-weight:900}
.faq dd{margin:16px 0 0 38px;font-size:15px;color:var(--muted)}
.faq-more-toggle{display:flex;gap:20px;align-items:center;justify-content:center;background:white;border:1px solid var(--border);border-radius:40px;padding:15px 25px;margin:40px auto 0;width:fit-content;font-size:15px;font-weight:800;color:var(--blueDark);cursor:pointer;list-style:none}
.faq-more-toggle::-webkit-details-marker,.faq-question summary::-webkit-details-marker{display:none}
.faq-less-label{display:none}
.faq-question{border-top:1px solid var(--border);padding:22px 0}
.faq-question summary{list-style:none;cursor:pointer;display:flex;gap:16px;align-items:baseline;font-size:16px;font-weight:700}
.faq-question-icon{margin-left:auto;color:var(--blue)}
.faq-question[open] .faq-question-icon{transform:rotate(45deg)}
.faq-question p{font-size:15px;color:var(--muted);margin:15px 0 0 32px}
.faq-extra{margin-top:40px}
.closing{background:var(--blue);color:white;padding:150px 0 80px;min-height:900px;overflow:hidden}
.closing .wrap{position:relative;z-index:1}
.closing h2{font-size:clamp(40px,5.8vw,80px)}
.closing>.wrap>p:not(.eyebrow){margin-top:30px}
.closing-sun{width:420px;height:420px;position:absolute;right:-120px;bottom:-170px;border-radius:50%;background:var(--yellow)}
.desktop-line-qr{display:flex;align-items:center;gap:20px;margin-top:40px}
.desktop-line-qr img{width:104px;height:104px;border-radius:12px}
.desktop-line-qr p{font-size:13px}
.back-top{display:block;font-size:13px;margin-top:55px}
.site-footer{display:flex;align-items:center;gap:30px;padding-block:45px}
.site-footer nav{display:flex;gap:24px;font-size:12px;margin-left:auto}
.site-footer small{font-size:11px}
.floating-cta{position:fixed;bottom:24px;right:24px;z-index:30;border-radius:40px;background:var(--blueDark);color:white;padding:14px 22px;font-size:14px;font-weight:800;box-shadow:0 3px 18px #0002;opacity:0;visibility:hidden;transition:opacity .2s}
.floating-cta.is-visible{opacity:1;visibility:visible}
[hidden]{display:none!important}

@media(max-width:1000px){.experience-stop{gap:40px}
.experience-card img{height:320px}
.how-layout{gap:70px 30px}
.site-header nav{gap:15px}
.try-heading{display:block}
.try-heading p{margin-top:25px}
.site-footer{flex-wrap:wrap}
}

@media(max-width:680px){html{scroll-padding-top:20px}
.wrap{width:calc(100% - 40px)}
h1{font-size:45px}
h2{font-size:36px}
h3{font-size:30px}
p{font-size:16px}
.eyebrow{font-size:10px;letter-spacing:.1em;margin-bottom:24px}
.site-header{padding:20px;gap:10px}
.wordmark{font-size:20px}
.wordmark img{width:32px;height:32px}
.site-header nav{display:none}
.motion-toggle{margin-left:auto;font-size:10px;padding:7px 10px}
.cinema{height:1150px}
.scene{min-height:650px}
.scene-content{padding-block:130px}
.scene-content h1{font-size:clamp(36px,9.4vw,58px)}
.scene-content h2{font-size:clamp(30px,8vw,48px)}
.scene-image{object-position:62% center}
.scene-shade{background:linear-gradient(90deg,#111b,#1114),linear-gradient(0deg,#1117,transparent)}
.scene-content>p:not(.eyebrow):not(.beta-note){margin-top:22px}
.cta{font-size:17px;min-height:58px;padding:14px 24px;gap:30px;margin-top:28px}
.beta-note{font-size:11px}
.scene-bottom{bottom:24px;left:20px;right:20px;flex-wrap:wrap;font-size:9px}
.scene-bottom .image-credit{width:100%;font-size:9px}
.prologue{min-height:740px;padding-block:130px 210px}
.prologue h2{font-size:34px}
.prologue>p:not(.eyebrow){font-size:15px;margin-top:30px}
.round-stamp{width:112px;height:112px;font-size:12px;top:auto;bottom:85px;right:20px}
.trail-intro{height:120px;width:40%;border-width:5px}
.doorway{height:1100px}
.street-tag{right:25px;bottom:8%;font-size:11px;padding:15px 10px}
.discover{padding-block:110px 70px}
.section-intro{margin-bottom:25px}
.section-intro p:last-child{font-size:15px;margin-top:22px}
.experience-stop,.experience-stop:nth-of-type(even){min-height:580px;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:35px;padding:35px 12px}
.experience-stop:nth-of-type(even) .stop-copy{order:0}
.stop-copy h3{font-size:32px}
.stop-number{font-size:14px;margin-bottom:14px}
.stop-number span{font-size:11px}
.stop-copy>p:last-child{font-size:14px;margin-top:18px}
.experience-card img{height:230px}
.experience-card figcaption{font-size:18px;bottom:16px;left:16px;padding:6px 18px}
.experience-card::before{inset:20px -8px -16px -8px}
.experience-trail{inset:400px 20px 80px}
.experience-trail path{stroke-width:3}
.discover .image-note{font-size:10px;margin-top:25px}
.how{padding:110px 0;min-height:0}
.how-layout{display:flex;flex-direction:column;gap:55px}
.how-intro{padding-top:0}
.how-intro h2{font-size:33px}
.how-intro>p:not(.eyebrow){font-size:15px;margin-top:24px}
.demo{position:relative;top:0;align-self:center;padding:0;width:100%}
.phone{max-width:320px;min-height:540px}
.how-steps{gap:35px}
.how-steps h3{font-size:23px}
.how-steps p{font-size:14px}
.first-experience{padding:110px 0;min-height:0}
.try-heading h2{font-size:34px}
.try-heading p{font-size:14px}
.craft-photo{margin:40px 0 25px}
.craft-photo img{height:430px;border-radius:65px 16px 65px 16px}
.craft-photo figcaption{bottom:24px;left:20px;font-size:15px}
.craft-bottom{display:block}
.craft-bottom>span{font-size:9px}
.craft-bottom p{font-size:23px;margin-top:20px}
.homeward{height:1150px}
.homeward .scene-content{padding-bottom:240px}
.memory-strip{right:25px;left:25px;bottom:65px;gap:12px;justify-content:center}
.memory-strip img{width:28%;height:90px;border-width:4px}
.reassurance{padding-block:110px 40px}
.assurances{gap:22px;grid-template-columns:1fr;margin-top:40px}
.assurances p{padding-top:15px}
.assurances strong{font-size:22px}
.assurances span{font-size:14px}
.faq{padding-block:70px 100px}
.faq h2{font-size:30px;margin-bottom:35px}
.faq dt{font-size:16px;gap:12px}
.faq dd{font-size:14px;margin-left:28px}
.faq-question summary{font-size:14px;gap:12px}
.faq-question p{font-size:14px}
.faq-more-toggle{font-size:13px;padding:13px 20px}
.closing{min-height:700px;padding:100px 0 120px}
.closing h2{font-size:clamp(33px,8.5vw,45px)}
.closing>.wrap>p:not(.eyebrow){font-size:15px}
.closing>.wrap>.beta-note{font-size:11px!important}
.desktop-line-qr{display:none}
.closing-sun{width:220px;height:220px;bottom:-100px;right:-80px}
.site-footer{gap:25px;padding:35px 0 100px}
.site-footer nav{margin-left:0;gap:18px;width:100%}
.site-footer small{font-size:10px}
.floating-cta{right:16px;bottom:16px;font-size:13px;padding:12px 20px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*::before,*::after{animation:none!important;transition:none!important}
.scene-image{transform:none!important}
.cinema{height:auto}
.scene{position:relative}
.trail-progress{stroke-dashoffset:0}
}

body.motion-paused .scene-image{transform:none!important}
body.motion-paused .trail-progress{stroke-dashoffset:0}
body.motion-paused{scroll-behavior:auto}


.stop-copy{background:var(--cream);box-shadow:0 0 0 18px var(--cream)}

.how-intro h2{font-size:clamp(34px,3.8vw,48px)}

@media(max-width:680px){.how-intro h2{font-size:33px}
}


html:has(body.motion-paused){scroll-behavior:auto}

body.motion-paused *,body.motion-paused *::before,body.motion-paused *::after{transition:none!important}


/* Protagonist story: ordinary document flow is the no-JS fallback. */
.storyboard{background:var(--cream);color:white}
.adventure-stage{position:relative;isolation:isolate}
.adventure-frame{position:relative;min-height:800px;height:100svh;overflow:hidden}
.adventure-frame>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:65% center;z-index:-2}
.adventure-shade{position:absolute;inset:0;background:linear-gradient(90deg,#1119 0%,#1112 50%,transparent 75%),linear-gradient(0deg,#1119,transparent 30%);z-index:-1}
.adventure-copy{padding:150px 4.5vw 230px;width:100%;position:relative}
.adventure-copy h1,.adventure-copy h2{font-size:clamp(44px,5.2vw,78px);line-height:1.4;max-width:900px;text-shadow:0 2px 14px #0002}
.adventure-chapter{font-size:11px;letter-spacing:.15em;margin-bottom:24px;font-weight:700}
.adventure-label{display:inline-block;background:var(--paper);color:var(--blueDark);padding:8px 25px;border-radius:30px;font-size:20px;font-weight:900;margin-top:24px}
.adventure-frame:first-child .adventure-label{background:var(--blue);color:white}
.adventure-description{font-size:16px;line-height:2;margin-top:28px;text-shadow:0 1px 12px #0006}
.adventure-footer{padding:28px 4.5vw 48px;background:var(--blue);display:flex;align-items:end;justify-content:space-between;gap:24px}
.adventure-footer .cta{margin:0;font-size:17px;padding:15px 25px;min-height:58px}
.adventure-footer p{font-size:10px;margin-top:14px}.story-qr-link{font-size:11px;display:inline-block;margin-top:6px}
.story-progress{display:flex;align-items:center;gap:12px}.story-progress button{border:1px solid #fffa;background:#1114;color:white;border-radius:40px;font-size:13px;min-height:44px;min-width:44px;padding:8px 12px}.story-progress button span{font-size:10px;margin-left:5px}.story-progress button[aria-current]{background:var(--yellow);color:var(--ink);border-color:var(--yellow)}.progress-track{width:24px;height:1px;background:#fffa}
.story-next{font-size:12px;white-space:nowrap;font-weight:700}.story-credit{font-size:10px;padding:14px 4.5vw;background:var(--blue)}.story-scroll{display:none}.story-markers{display:none}
.story-enhanced .storyboard{height:calc(max(440svh,2800px) * .78 + max(100svh,680px) * .22);min-height:0}
.story-enhanced .adventure-stage{position:sticky;top:0;height:100svh;min-height:680px;overflow:hidden;background:var(--ink)}
.story-enhanced .adventure-frame{position:absolute;inset:0;height:100%;min-height:0;opacity:var(--scene-opacity,0);pointer-events:none;transform:translateY(var(--scene-y,0));will-change:opacity}
.story-enhanced .adventure-frame:first-child{--scene-opacity:1}
.story-enhanced .adventure-frame>img{transform:scale(var(--scene-scale,1));will-change:transform}
.story-enhanced .adventure-footer{position:absolute;bottom:30px;left:0;right:0;background:transparent;padding-bottom:35px;z-index:5}
.story-enhanced .story-credit{position:absolute;right:4.5vw;bottom:18px;background:none;padding:0;z-index:5}
.story-enhanced .story-scroll{display:block;position:absolute;bottom:18px;left:4.5vw;font-size:9px;letter-spacing:.16em}
.story-enhanced .story-markers{display:block;position:absolute;inset:0;pointer-events:none}.story-markers span{position:absolute;left:0;width:1px;height:1px}.story-markers span:nth-child(1){top:0}.story-markers span:nth-child(2){top:40%}.story-markers span:nth-child(3){top:75%}
.story-ending{padding-block:180px;text-align:center}.story-ending p:last-child{margin-top:35px}.story-ending h2{font-size:clamp(36px,4.5vw,64px)}
@media(max-width:1000px){.story-progress{gap:6px}.progress-track{width:12px}.story-next{display:none}}
@media(max-width:680px){.adventure-frame{min-height:760px}.adventure-copy{padding:125px 20px 230px}.adventure-copy h1,.adventure-copy h2{font-size:clamp(30px,8.7vw,46px);line-height:1.4;max-width:96%}.adventure-chapter{font-size:9px;margin-bottom:18px}.adventure-label{font-size:15px;padding:6px 18px;margin-top:18px}.adventure-description{font-size:13px;margin-top:20px;max-width:60%}.adventure-frame>img{object-position:68% center}.adventure-shade{background:linear-gradient(180deg,#1116,transparent 60%,#111a),linear-gradient(90deg,#1114,transparent 80%)}.adventure-footer{padding:25px 20px 50px;flex-wrap:wrap;gap:22px}.adventure-footer .cta{font-size:15px;min-height:52px;padding:12px 23px}.adventure-footer p{font-size:9px;margin-top:10px}.story-qr-link{display:none}.story-progress{margin-left:auto;gap:6px}.story-progress button{padding:5px;min-width:36px;min-height:44px;font-size:11px}.story-progress button span{display:none}.progress-track{width:8px}.story-credit{font-size:8px}.story-enhanced .storyboard{height:calc(max(380svh,2300px) * .78 + max(100svh,650px) * .22);min-height:0}.story-enhanced .adventure-stage{min-height:650px}.story-enhanced .adventure-footer{bottom:35px;display:block;padding-bottom:22px}.story-enhanced .story-progress{margin-top:20px;width:fit-content;margin-left:0}.story-enhanced .story-credit{font-size:8px;left:20px;right:auto;bottom:16px}.story-enhanced .story-scroll{left:auto;right:20px;bottom:52px;font-size:8px}.story-ending{padding-block:100px}.story-ending h2{font-size:32px}.story-ending p:last-child{font-size:14px}.adventure-frame[data-scene="2"]>img{object-position:67% center}}

.site-header{background:linear-gradient(180deg,#1117,transparent)}
@media(max-width:680px){.adventure-frame[data-scene="2"] .adventure-copy{padding-top:85px}}

/* Scroll-indexed image sequence; the static poster remains underneath. */
.adventure-sequence{display:none;position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:65% center;z-index:-2;pointer-events:none}
.story-enhanced .adventure-sequence.is-ready{display:block}
.story-enhanced .adventure-frame[data-scene="0"]>img{transform:none}
body.motion-paused .adventure-sequence{display:none!important}
@media(max-width:680px){.adventure-sequence{object-position:68% center}}
@media(prefers-reduced-motion:reduce){.adventure-sequence{display:none!important}}
