:root{color-scheme:light;--ink:#354a37;--cream:#f7f3e9;--soft:#68755f}
*{box-sizing:border-box}
html{scroll-behavior:auto;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{margin:0;min-width:280px;background:var(--cream);color:var(--ink);font-family:Arial,"Segoe UI",sans-serif}
button,a{-webkit-tap-highlight-color:transparent}
button{font:inherit;cursor:pointer}
a{color:inherit}
button:focus-visible,a:focus-visible{outline:3px solid #8c682e;outline-offset:6px}
.journey{height:400vh;height:calc(var(--journey-screens,3) * 100svh + 100lvh);position:relative}
/* Browsers may update dvh only after a toolbar gesture ends. Keep both the
   image and its clipping parent large enough throughout that gesture. */
.stage{height:100vh;height:100lvh;position:sticky;top:0;overflow:hidden;isolation:isolate}
.scene-content{position:absolute;inset:0;height:100vh;height:100dvh}
.poster,#sequence,.shade{position:absolute;inset:0;width:100%;height:100%}
/* Keep the image surface stable while browser controls change the visible height. */
.poster,#sequence{height:100vh;height:100lvh}
.icon{display:inline-block;width:1em;height:1em;flex-shrink:0;vertical-align:-.12em;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.poster{object-fit:cover;object-position:61% 50%;z-index:-3}
#sequence{z-index:-2}
.shade{z-index:-1;background:linear-gradient(90deg,rgba(247,243,233,.68),rgba(247,243,233,.25) 33%,transparent 61%);pointer-events:none}
.header{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:30px 5.5%;gap:20px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-size:17px;letter-spacing:-.02em;font-weight:600}
.brand-symbol{font-size:34px;line-height:1;font-weight:400}
.entrance-button,.replay-button{border:0;border-radius:999px;background:var(--ink);color:var(--cream);padding:15px 22px;font-size:13px;display:inline-flex;align-items:center;gap:32px}
.entrance-button:hover,.replay-button:hover{background:#4e634b}
.copy{position:absolute;left:7.5%;top:23%;will-change:opacity,transform}
.eyebrow{font-size:10px;letter-spacing:.16em;line-height:1.6;text-transform:uppercase;margin:0 0 23px;font-weight:600}
.copy h1,.copy h2,.end-card h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.055em;line-height:.99;font-size:clamp(48px,5.3vw,86px);margin:0}
em{font-weight:400}
.description{font-size:14px;line-height:1.65;margin:26px 0 0;color:#4a5b46}
.arrival,.creativity,.play{opacity:0;top:24%;pointer-events:none}
.arrival h2,.creativity h2,.play h2{font-size:clamp(48px,5vw,80px)}
.scene-bottom{position:absolute;left:5.5%;right:5.5%;bottom:34px;display:flex;align-items:end;justify-content:space-between;gap:25px}
.scroll-hint{display:flex;align-items:center;gap:14px;font-size:11px;line-height:1.5;color:#34482f}
.scene-next{border:0;padding:0;background:none;text-align:left}
.scene-next:disabled{cursor:default}
.scroll-arrow{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;border:1px solid #45533b70;font-size:18px}
.route{width:180px;font-size:10px}
.route-labels{display:flex;justify-content:space-between;margin-bottom:10px;letter-spacing:.025em}
.route-line{height:2px;background:#354a3733;overflow:hidden}
.route-line span{display:block;height:100%;background:var(--ink);transform:scaleX(0);transform-origin:left}
.loading{position:absolute;bottom:90px;left:5.5%;font-size:11px;padding:9px 14px;background:#f7f3e9dd;border-radius:20px;margin:0}
.loading[hidden]{display:none}
.debug{position:absolute;left:12px;top:90px;font:11px monospace;background:#000c;color:white;padding:8px;z-index:10;pointer-events:none}
.end-card{min-height:65svh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:70px 24px}
.end-card .eyebrow{color:var(--soft)}
.end-card h2{font-size:clamp(48px,5.5vw,78px)}
.end-actions{display:flex;align-items:center;gap:30px;margin-top:34px}
.end-actions a{font-size:12px;text-decoration:none;border-bottom:1px solid #87917e;padding:8px 0}
@media(max-width:760px){
  .header{padding:21px 23px}
  .brand{font-size:14px;gap:8px}.brand-symbol{font-size:28px}
  .entrance-button{padding:12px 16px;gap:14px;font-size:11px}
  .copy{left:7%;top:20%}.copy h1{font-size:clamp(47px,10.5vw,66px)}
  .eyebrow{font-size:9px;letter-spacing:.13em;margin-bottom:18px}
  .description{font-size:12px;margin-top:20px}
  .shade{background:linear-gradient(90deg,#f7f3e9a6,#f7f3e936 55%,transparent),linear-gradient(180deg,#f7f3e926,transparent 55%,#f7f3e94d)}
  .arrival,.creativity,.play{top:23%}.arrival h2,.creativity h2,.play h2{font-size:clamp(44px,11vw,62px)}
  .scene-bottom{left:7%;right:7%;bottom:26px;gap:14px}
  .scroll-hint{font-size:10px;gap:10px}.scroll-arrow{width:34px;height:34px}
  .route{width:110px;font-size:9px}.loading{left:7%;bottom:80px}
  .end-actions{flex-direction:column;gap:18px}
}
@media(prefers-reduced-motion:reduce){.copy{will-change:auto}}
