:root {
  color-scheme: dark;
  --night: #07111e;
  --ivory: #f3f1e9;
  --silver: #c0cbd3;
  --muted: #9daeba;
  --gold: #d5bf8f;
  --serif: 'Noto Serif Display', Georgia, serif;
  --sans: 'Be Vietnam Pro', sans-serif;
  --ease: cubic-bezier(.19, 1, .22, 1);
}
* { box-sizing: border-box; }
html { background: var(--night); scroll-behavior: smooth; }
body { margin: 0; color: var(--ivory); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
.is-enhanced { scroll-behavior: auto; overscroll-behavior-y: none; }
.is-enhanced body { overscroll-behavior-y: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
button, a { touch-action: manipulation; }
button:focus-visible, a:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }
::selection { background: #cbb98c66; color: #fff; }
.skip-link { position: fixed; z-index: 50; top: 12px; left: 12px; padding: 14px 20px; border-radius: 5px; background: var(--ivory); color: var(--night); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.film { position: relative; height: 360svh; min-height: 2200px; }
.film-stage { position: sticky; top: 0; height: 100svh; min-height: 640px; overflow: hidden; isolation: isolate; }
.chapter-marker { position: absolute; top: 144svh; width: 1px; height: 1px; pointer-events: none; }
.method-marker { position: absolute; top: 300svh; width: 1px; height: 1px; pointer-events: none; }
.landscape { position: absolute; z-index: -2; inset: 0; overflow: hidden; background: var(--night); }
.landscape-fallback, .landscape-video, #landscape-canvas, #atmosphere-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.landscape-fallback, .landscape-video { object-fit: cover; object-position: 54% 50%; transform: scale(1.012); }
.landscape-video { opacity: 0; }
.video-ready .landscape-video { opacity: 1; }
.canvas-ready .landscape-video { opacity: 0; }
#landscape-canvas { opacity: 0; transition: opacity 1.2s; }
.canvas-ready #landscape-canvas { opacity: 1; }
.landscape-tone { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,10,23,.2), rgba(4,11,22,.3) 35%, rgba(4,11,21,.04) 63%, rgba(4,11,21,.46)); }
.landscape-vignette { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 38%, rgba(5,12,24,.16), transparent 60%), linear-gradient(90deg, rgba(3,10,19,.18), transparent 25%, transparent 75%, rgba(3,10,19,.18)); }
#atmosphere-canvas { pointer-events: none; opacity: .9; }
.film-grain { position: absolute; inset: 0; opacity: .025; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.8' d='M0 0h180v180H0z'/%3E%3C/svg%3E"); }
.navigation { position: absolute; z-index: 10; top: clamp(24px, 4.5vh, 48px); left: clamp(24px, 4.4vw, 76px); right: clamp(24px, 4.4vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 500; letter-spacing: -.6px; }
.brand img { width: 42px; height: 42px; border-radius: 13px; box-shadow: 0 0 0 1px #d5bf8f38; }
.brand b { font-weight: 300; }
.brand > span { white-space: nowrap; }
.nav-note { position: absolute; left: 50%; transform: translateX(-50%); color: #c2cbd4a8; font-size: 10px; letter-spacing: .24em; white-space: nowrap; }
.nav-link { display: flex; align-items: center; gap: 24px; border: 1px solid #d0dce42b; background: #07122238; border-radius: 999px; padding: 13px 20px; font-size: 13px; font-weight: 300; transition: background .4s, border-color .4s; backdrop-filter: blur(12px); }
.nav-link svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.25; transition: transform .5s var(--ease); }
.nav-link:hover { background: #f3f1e90e; border-color: #d5bf8f80; }
.nav-link:hover svg { transform: translate(2px,-2px); }
.chapter { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 118px 24px 136px; will-change: opacity, transform; }
.hero-copy { width: 100%; transform: translateY(-12px); }
.eyebrow { display: flex; align-items: center; justify-content: center; gap: 12px; color: #dfdfd4; font-size: 10px; font-weight: 400; line-height: 1.8; letter-spacing: .23em; margin: 0 0 22px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
h1 { font-size: clamp(60px, 6.8vw, 106px); line-height: 1.12; margin-bottom: 28px; text-shadow: 0 3px 40px #06132670; }
.title-line { display: block; }
.title-line:first-child { font-size: 1.03em; }
h1 em, h2 em { font-weight: 400; color: #e6e4d6; }
.title-word { display: inline-block; padding: 0 .045em .08em; margin: 0 -.045em -.08em; }
.hero-description { color: #d1d9df; font-size: 16px; font-weight: 300; line-height: 1.95; margin-bottom: 32px; text-shadow: 0 2px 14px #06101d; }
.store-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; scroll-margin-top: 35vh; }
.store-button { display: flex; align-items: center; justify-content: center; gap: 13px; min-width: 172px; padding: 12px 19px; border: 1px solid #ecefef55; border-radius: 13px; text-align: left; transition: transform .6s var(--ease), box-shadow .6s, border-color .4s, background .4s; }
.store-button svg { width: 26px; height: 26px; fill: currentColor; flex-shrink: 0; }
.store-button small { display: block; font-size: 10px; letter-spacing: .06em; font-weight: 400; line-height: 1.6; opacity: .72; }
.store-button strong { display: block; font-size: 16px; font-weight: 500; line-height: 1.4; letter-spacing: -.4px; }
.store-apple { background: #edeee7; color: #121c25; border-color: #f5f6eb; box-shadow: 0 3px 24px #02081422; }
.store-google { background: #0815245c; backdrop-filter: blur(12px); color: #edf0ec; }
.store-button:hover { transform: translateY(-3px); box-shadow: 0 8px 32px #030b2166, 0 0 20px #d5bf8f12; border-color: var(--gold); }
.store-button:active { transform: translateY(-1px); }
.bottom-rail { position: absolute; z-index: 10; left: clamp(24px,4.4vw,76px); right: clamp(24px,4.4vw,76px); bottom: 30px; display: flex; align-items: flex-end; justify-content: space-between; }
.chapter-indicator { display: flex; align-items: center; height: 42px; gap: 14px; font-size: 11px; color: #bdcbd1b3; font-weight: 300; letter-spacing: .02em; }
[data-chapter-number] { color: var(--gold); font-variant-numeric: tabular-nums; }
.chapter-indicator i { height: 1px; width: 34px; background: #d7dfdf50; }
.scroll-invitation { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 15px; color: #d3d9d5; font-size: 10px; font-weight: 300; letter-spacing: .07em; padding: 12px 24px 0; white-space: nowrap; }
.scroll-thread { height: 34px; width: 1px; background: #d5bf8f4d; position: relative; overflow: hidden; }
.scroll-thread i { display: block; position: absolute; height: 15px; width: 1px; background: var(--gold); animation: thread-travel 2.8s ease-in-out infinite; }
.motion-toggle { display: inline-flex; align-items: center; gap: 10px; height: 44px; border: 0; padding: 0 0 0 12px; background: none; color: #c2cdd2cc; font-size: 11px; font-weight: 300; letter-spacing: .025em; }
.motion-toggle:hover { color: var(--ivory); }
.scene-controls { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.privacy-link { display: inline-flex; min-height: 44px; align-items: center; color: #c2cdd2b3; font-size: 11px; font-weight: 300; letter-spacing: .025em; transition: color .4s ease; }
.privacy-link:hover { color: var(--ivory); }
.landscape-tone, .landscape-vignette, .navigation, .chapter-indicator, .scroll-invitation { transition: opacity .7s ease, visibility .7s; }
.motion-bars { display: flex; align-items: center; gap: 3px; height: 16px; width: 16px; }
.motion-bars i { display: block; background: var(--gold); width: 2px; height: 10px; border-radius: 2px; transform-origin: center; animation: sound-wave 2s ease-in-out infinite alternate; }
.motion-bars i:nth-child(2) { height: 16px; animation-delay: -.7s; }
.motion-bars i:nth-child(3) { height: 8px; animation-delay: -1.2s; }
.journey { opacity: 0; pointer-events: none; padding-top: 132px; padding-bottom: 122px; }
.journey-heading { width: 100%; }
.journey .eyebrow { margin-bottom: 15px; font-size: 10px; }
h2 { font-size: clamp(42px, 4.6vw, 70px); line-height: 1.15; margin-bottom: 20px; }
h2 [data-arrive] { display: inline-block; }
.journey-description { font-size: 15px; color: #d2dbdf; line-height: 1.9; font-weight: 300; margin-bottom: 0; }
.level-experience { margin-top: 28px; width: min(630px, 100%); }
.level-switcher { display: flex; justify-content: space-between; position: relative; width: 100%; }
.level-track { position: absolute; top: 10px; left: 10%; right: 10%; height: 1px; background: #d4d9d83b; }
.level-track span { display: block; height: 100%; width: 100%; background: linear-gradient(90deg,#d5bf8f90,var(--gold)); transform: scaleX(var(--level-progress,0)); transform-origin: left; transition: transform 1.1s var(--ease); box-shadow: 0 0 12px #d5bf8f44; }
.level-tab { flex: 1; position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; border: 0; background: none; padding: 5px 3px 12px; min-height: 78px; color: #c8d1d6b0; transition: color .5s; }
.level-dot { width: 9px; height: 9px; border-radius: 50%; background: #172b3c; border: 1px solid #8c9faa; position: relative; transition: background .7s, border-color .7s, box-shadow .7s; }
.level-dot::before { content: ''; position: absolute; inset: -7px; border: 1px solid #d5bf8f00; border-radius: 50%; transition: border-color .7s, transform .7s var(--ease); transform: scale(.7); }
.level-name { font-family: var(--serif); font-size: 26px; line-height: 1.2; font-weight: 400; margin-top: 3px; }
.level-caption { font-size: 12px; font-weight: 300; letter-spacing: .015em; }
.level-tab:hover, .level-tab.is-active { color: var(--ivory); }
.level-tab.is-active .level-dot { background: var(--gold); border-color: #fff2bd; box-shadow: 0 0 17px #d5bf8f80; }
.level-tab.is-active .level-dot::before { border-color: #d5bf8f6b; transform: scale(1); }
.level-tab.is-active .level-name { color: #ecd8b0; }
.level-panel { margin-top: 16px; min-height: 141px; padding: 14px 10px 0; outline-offset: 0; }
.level-panel-copy { transition: opacity .28s, transform .6s var(--ease), filter .5s; }
.level-panel.is-changing .level-panel-copy { opacity: 0; transform: translateY(7px); filter: blur(3px); }
.level-japanese { display: block; color: #d8c59e; font-family: var(--serif); font-size: 12px; letter-spacing: .23em; margin-bottom: 10px; }
.level-panel h3 { margin-bottom: 9px; font-family: var(--serif); font-weight: 400; font-size: 27px; line-height: 1.4; letter-spacing: -.025em; }
.level-panel p { color: #cbd5dc; font-size: 14px; line-height: 1.85; font-weight: 300; margin-bottom: 0; }
.memory { opacity: 0; pointer-events: none; padding-top: 112px; padding-bottom: 112px; text-align: left; }
.memory-shell { width: min(1120px,100%); display: grid; grid-template-columns: minmax(0,1.02fr) minmax(380px,.9fr); align-items: center; gap: clamp(48px,6vw,96px); }
.memory-copy { max-width: 560px; }
.memory .eyebrow { justify-content: flex-start; margin-bottom: 18px; color: #e2dccb; }
.memory h2 { margin-bottom: 22px; font-size: clamp(46px,4.4vw,66px); line-height: 1.13; text-wrap: balance; text-shadow: 0 3px 34px #06132670; }
.memory-description { max-width: 560px; margin-bottom: 28px; color: #d8e0e4; font-size: 15px; font-weight: 300; line-height: 1.95; text-wrap: pretty; text-shadow: 0 2px 14px #06101d; }
.memory-cta { display: inline-flex; min-height: 46px; align-items: center; gap: 16px; padding: 0 18px; border: 1px solid #d8c79b70; border-radius: 999px; background: #09162570; color: #f0eee4; font-size: 12px; font-weight: 400; letter-spacing: .015em; backdrop-filter: blur(14px); transition: background .4s,border-color .4s,transform .5s var(--ease); }
.memory-cta svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.2; transition: transform .5s var(--ease); }
.memory-cta:hover { transform: translateY(-2px); border-color: var(--gold); background: #f3f1e910; }
.memory-cta:hover svg { transform: translate(2px,-2px); }
.product-proof { position: relative; width: min(650px,52vw); aspect-ratio: 1600/987; margin: 0; isolation: isolate; }
.product-proof::before { content: ''; position: absolute; z-index: -1; inset: 8% 5%; border-radius: 50%; background: radial-gradient(ellipse,#80a9c824 0,#5d88ac12 48%,transparent 74%); filter: blur(34px); transform: scale(1.08); }
.product-proof img { display: block; width: 100%; height: 100%; object-fit: contain; opacity: 1; filter: saturate(.92) brightness(1.03) contrast(1.02); -webkit-mask-image: linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%),linear-gradient(180deg,transparent 0,#000 6%,#000 94%,transparent 100%); -webkit-mask-composite: source-in; mask-image: linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%),linear-gradient(180deg,transparent 0,#000 6%,#000 94%,transparent 100%); mask-composite: intersect; }
.product-proof::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 12% 18%,#d6e7f51a 0,transparent 22%),radial-gradient(circle at 88% 76%,#d9c78f14 0,transparent 25%); filter: blur(18px); }
.product-proof figcaption { position: absolute; z-index: 2; left: 13%; right: 13%; bottom: -14px; display: flex; justify-content: center; align-items: center; gap: clamp(9px,1.4vw,18px); color: #e9e5d8d9; font-family: var(--serif); font-size: clamp(13px,1.15vw,17px); letter-spacing: .035em; text-shadow: 0 2px 14px #020914,0 0 26px #061326; }
.product-proof figcaption i { color: #d6c28fa3; font-family: var(--sans); font-size: .8em; font-style: normal; }
.toast { position: fixed; z-index: 25; left: 50%; bottom: 92px; transform: translate(-50%,12px); opacity: 0; pointer-events: none; max-width: calc(100vw - 40px); width: max-content; background: #11202fea; border: 1px solid #d5bf8f44; padding: 16px 22px; border-radius: 12px; backdrop-filter: blur(18px); font-size: 13px; line-height: 1.7; box-shadow: 0 10px 40px #0004; transition: transform .6s var(--ease), opacity .35s; }
.toast.is-visible { transform: translate(-50%,0); opacity: 1; }
.is-enhanced .intro-reveal, .is-enhanced .title-word { opacity: 0; transform: translate3d(0,28px,0); filter: blur(6px); }
.is-enhanced.is-loaded .intro-reveal, .is-enhanced.is-loaded .title-word { animation: emerge 1.9s var(--ease) var(--delay,0ms) both; }
.is-enhanced.is-loaded .title-word { animation-duration: 2.1s; }
.is-enhanced.is-loaded .navigation, .is-enhanced.is-loaded .bottom-rail { animation: quiet-arrive 1.8s ease .2s both; }
.motion-paused *, .motion-paused *::before, .motion-paused *::after { animation-play-state: paused !important; }
.motion-paused .intro-reveal, .motion-paused .title-word, .motion-paused .navigation, .motion-paused .bottom-rail { opacity: 1 !important; transform: none !important; filter: none !important; animation: none !important; }
.motion-paused .motion-bars i { transform: scaleY(.35); }
@keyframes emerge { from { opacity: 0; transform: translate3d(0,28px,0) rotateX(5deg); filter: blur(6px); } to { opacity: 1; transform: translateZ(0); filter: blur(0); } }
@keyframes quiet-arrive { from { opacity: 0; } to { opacity: 1; } }
@keyframes thread-travel { 0% { transform: translateY(-16px); opacity: 0; } 35% { opacity: 1; } 100% { transform: translateY(38px); opacity: 0; } }
@keyframes sound-wave { to { transform: scaleY(.35); } }
@keyframes memory-glow { 0%,100% { transform: translateY(-5%); opacity: .3; } 50% { transform: translateY(145%); opacity: 1; } }
@media (min-width: 1700px) { .hero-copy { transform: translateY(-30px); } h1 { font-size: 120px; } .hero-description { font-size: 17px; } }
@media (max-width: 760px) {
  .film { height: 300svh; min-height: 0; }
  .film-stage { height: 100svh; min-height: 0; }
  .landscape { height: 100lvh; bottom: auto; }
  .landscape-fallback, .landscape-video { object-position: 0% 50%; }
  .navigation { top: max(22px,env(safe-area-inset-top)); left: 24px; right: 24px; }
  .brand { gap: 10px; font-size: 16px; }
  .brand img { width: 38px; height: 38px; border-radius: 11px; }
  .nav-note { display: none; }
  .nav-link { font-size: 11px; padding: 11px 16px; gap: 15px; }
  .nav-link svg { width: 12px; height: 12px; }
  .chapter { padding: clamp(82px,13svh,112px) 24px clamp(76px,12svh,106px); }
  .hero-copy { transform: translateY(-8px); max-width: 410px; }
  .eyebrow { font-size: 9px; letter-spacing: .13em; line-height: 1.8; color: #d8dedc; margin-bottom: clamp(24px,4svh,34px); }
  h1 { font-size: clamp(43px,min(12.4vw,7.2svh),56px); line-height: 1.14; letter-spacing: -.033em; margin-bottom: clamp(23px,3.5svh,30px); color: #f3f1e9; }
  h1 .title-line:first-child { font-size: 1.06em; margin-bottom: 7px; }
  h1 em, h2 em { color: #e5e8e0; }
  .hero-description { max-width: 345px; margin-inline: auto; color: #dce4e7; font-size: clamp(13px,3.45vw,14px); font-weight: 400; line-height: 1.85; margin-bottom: clamp(25px,4.1svh,35px); text-wrap: pretty; }
  .store-actions { gap: 10px; }
  .store-button { min-width: 148px; padding: 11px 14px; gap: 10px; border-radius: 12px; }
  .store-button svg { width: 23px; height: 23px; }
  .store-button strong { font-size: 14px; }
  .store-button small { font-size: 9px; }
  .bottom-rail { left: 24px; right: 24px; bottom: max(20px,env(safe-area-inset-bottom)); }
  .chapter-indicator { display: none; }
  .chapter-indicator i { width: 20px; }
  .chapter-label { display: none; }
  .motion-toggle { font-size: 10px; }
  .motion-toggle [data-motion-label] { display: none; }
  .motion-toggle { padding: 0; min-width: 44px; justify-content: center; }
  .scene-controls { gap: 16px; }
  .privacy-link { font-size: 10px; }
  .scroll-invitation { font-size: 10px; letter-spacing: .025em; left: 0; transform: none; padding-left: 0; align-items: flex-start; color: #d5dfdf; }
  .scroll-thread { height: 25px; }
  .journey { padding-top: clamp(82px,13svh,112px); padding-bottom: clamp(76px,12svh,106px); }
  .journey .eyebrow { font-size: 8.5px; letter-spacing: .095em; margin-bottom: 18px; }
  h2 { font-size: clamp(30px,8.2vw,37px); line-height: 1.19; letter-spacing: -.033em; margin-bottom: 18px; }
  .journey-description { max-width: 338px; margin-inline: auto; font-size: 13px; line-height: 1.8; font-weight: 400; color: #dce4e7; text-wrap: pretty; }
  .journey-description br { display: none; }
  .journey-heading { max-width: 440px; }
  .level-experience { max-width: 400px; margin-top: clamp(20px,3svh,26px); }
  .level-tab { min-height: 76px; color: #b7c5cf; }
  .level-caption { font-size: 10px; font-weight: 400; letter-spacing: 0; white-space: nowrap; }
  .level-name { font-size: 25px; }
  .level-panel { padding: 8px 0 0; margin-top: 12px; min-height: 168px; }
  .level-panel h3 { font-size: clamp(21px,5.65vw,24px); line-height: 1.36; letter-spacing: -.018em; text-wrap: balance; color: #f0f0e8; }
  .level-panel p { max-width: 342px; margin-inline: auto; font-size: 13px; font-weight: 400; line-height: 1.8; color: #d4e0e6; text-wrap: pretty; }
  .level-panel p br { display: none; }
  .level-japanese { font-size: 11px; color: #dcc89f; margin-bottom: 12px; }
  .landscape-tone { background: linear-gradient(180deg,#040c1a22,#040c1a40 42%,#040c1a28 70%,#040c1a44); }
  .landscape-vignette { background: radial-gradient(ellipse at 50% 38%,#06132438,transparent 72%); }
  .journey-heading, .level-panel-copy { text-shadow: 0 2px 14px #04101e; }
  .level-panel-copy { transition: opacity .25s ease,transform .55s var(--ease); }
  .level-panel.is-changing .level-panel-copy { filter: none; }
  .chapter-marker { top: 90svh; }
  .method-marker { top: 190svh; }
  .memory { padding: clamp(78px,10svh,92px) 22px clamp(72px,9svh,84px); }
  .memory-shell { width: min(410px,100%); display: flex; flex-direction: column; align-items: stretch; gap: clamp(19px,3svh,26px); }
  .memory-copy { max-width: none; text-align: center; }
  .memory .eyebrow { justify-content: center; margin-bottom: 12px; font-size: 8.5px; letter-spacing: .11em; }
  .memory h2 { margin-bottom: 13px; font-size: clamp(32px,8.8vw,39px); line-height: 1.17; }
  .memory-description { max-width: 350px; margin: 0 auto 17px; font-size: 12.5px; font-weight: 400; line-height: 1.75; }
  .memory-cta { min-height: 42px; padding: 0 16px; font-size: 11px; }
  .product-proof { align-self: center; width: min(116vw,520px); }
  .product-proof img { opacity: .94; }
  .product-proof figcaption { display: none; }
}
@media (max-width: 380px) {
  .navigation, .bottom-rail { left: 20px; right: 20px; }
  .navigation { gap: 12px; }
  .brand { font-size: 14px; }
  .nav-link { white-space: nowrap; gap: 10px; padding: 10px 12px; }
  .chapter { padding-left: 19px; padding-right: 19px; }
  h1 { font-size: 43px; }
  .hero-description { font-size: 13px; }
  .store-button { min-width: 125px; padding: 11px 9px; gap: 7px; }
  .store-button strong { font-size: 13px; }
  .motion-toggle [data-motion-label] { display: none; }
  .journey .eyebrow { margin-bottom: 14px; letter-spacing: .07em; }
  .journey h2 { margin-bottom: 14px; }
  .journey-description { font-size: 12.5px; line-height: 1.75; }
  .level-experience { margin-top: 18px; }
  .level-panel { margin-top: 8px; min-height: 158px; }
  .level-panel h3 { margin-bottom: 8px; }
  .level-panel p { font-size: 12.5px; line-height: 1.7; }
  .level-japanese { margin-bottom: 10px; }
}
@media (min-width: 761px) and (max-height: 780px) {
  .navigation { top: 24px; }
  .chapter { padding: 104px 24px 105px; }
  h1 { font-size: 76px; margin-bottom: 20px; }
  .hero-description { margin-bottom: 22px; }
  .eyebrow { margin-bottom: 16px; }
  h2 { font-size: 50px; margin-bottom: 12px; }
  .level-experience { margin-top: 20px; }
  .level-panel { margin-top: 8px; }
}
.compact-layout .film-stage { height: 100svh; min-height: 0; }
.compact-layout .navigation { top: max(14px,env(safe-area-inset-top)); }
.compact-layout .chapter { padding-top: 76px; padding-bottom: 62px; }
.compact-layout .eyebrow { margin-bottom: 12px; }
.compact-layout h1 { font-size: clamp(38px,min(8.5vw,8.5svh),60px); margin-bottom: 14px; }
.compact-layout .hero-description { font-size: 12px; line-height: 1.65; margin-bottom: 16px; }
.compact-layout .store-button { min-width: 136px; padding: 9px 12px; }
.compact-layout .journey { padding-top: 72px; padding-bottom: 58px; }
.compact-layout .journey .eyebrow { margin-bottom: 8px; }
.compact-layout .journey h2 { font-size: clamp(28px,5.2svh,38px); margin-bottom: 9px; }
.compact-layout .journey-description { font-size: 11.5px; line-height: 1.6; }
.compact-layout .level-experience { margin-top: 12px; }
.compact-layout .level-tab { min-height: 54px; gap: 3px; padding-bottom: 5px; }
.compact-layout .level-name { font-size: 20px; }
.compact-layout .level-caption { font-size: 9px; }
.compact-layout .level-panel { min-height: 94px; margin-top: 5px; padding-top: 4px; }
.compact-layout .level-japanese { margin-bottom: 5px; }
.compact-layout .level-panel h3 { font-size: 19px; margin-bottom: 3px; }
.compact-layout .level-panel p { font-size: 11px; line-height: 1.55; }
.compact-layout .memory { padding-top: 62px; padding-bottom: 82px; }
.compact-layout .memory-shell { gap: 10px; transform: translateY(-8px); }
.compact-layout .memory .eyebrow { margin-bottom: 7px; }
.compact-layout .memory h2 { font-size: clamp(28px,7.2svh,48px); margin-bottom: 8px; }
.compact-layout .memory-description { margin-bottom: 10px; font-size: 11px; line-height: 1.55; }
.compact-layout .memory-cta { min-height: 36px; font-size: 10px; }
.compact-layout .product-proof { width: min(78vw,430px); max-height: 180px; }
.compact-layout .product-proof figcaption { display: none; }
.compact-layout .bottom-rail { bottom: max(12px,env(safe-area-inset-bottom)); }

/* If JavaScript is unavailable, retain three full-screen snap-aligned chapters. */
html:not(.is-enhanced) { scroll-snap-type: y mandatory; }
html:not(.is-enhanced) .film { height: auto; min-height: 0; }
html:not(.is-enhanced) .film-stage { height: auto; min-height: 100svh; position: relative; overflow: clip; }
html:not(.is-enhanced) .landscape { position: fixed; }
html:not(.is-enhanced) .chapter { position: relative; min-height: 100svh; scroll-snap-align: start; opacity: 1 !important; transform: none !important; filter: none !important; pointer-events: auto; }
html:not(.is-enhanced) .journey { padding-top: 100px; padding-bottom: 140px; }
html:not(.is-enhanced) .bottom-rail { position: fixed; }
@media (max-width: 300px) {
  .navigation { gap: 12px; flex-wrap: wrap; }
  .nav-link { padding: 9px 13px; }
  .nav-link svg { display: none; }
  .compact-layout .hero { padding-top: 110px; }
  .store-actions { flex-direction: column; align-items: center; }
  .store-button { width: 160px; }
  .level-caption { display: none; }
  .eyebrow { letter-spacing: .06em; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; } }

/* One continuous scene, three focused chapters only. */
body { isolation: isolate; }
.landscape { position: fixed; }
.site-shell { position: relative; }
.is-memory .scroll-thread i { animation-direction: reverse; }
