/* =====================================================================
   Shinichi Gakuen — "Terbang ke Jepang"
   Scroll = one continuous dive from space into Japan, scene by scene,
   arriving at the Shinichi logo. Sticky stage + scrubbed timeline.
   Depends on /assets/styles.css for tokens, .btn, header/footer base.
   ===================================================================== */

:root { --gold: #f6c453; --ease-rise: cubic-bezier(.16, 1, .3, 1); --maxw: 1000px; }

html.lp-ready { scroll-behavior: auto; }
body.lp { background: #03081c; color: #fff; overflow-x: hidden; }
.jp { font-family: 'Noto Serif JP', serif; }
.tabnum { font-variant-numeric: tabular-nums; }
.gold { color: var(--gold); }
.accent { color: #ff3b43; }

/* ---------- progress bar ---------- */
.lp-progress { position: fixed; left: 0; top: 0; height: 3px; width: 100%; z-index: 120; background: var(--brand); transform: scaleX(0); transform-origin: left; }

/* ---------- header ---------- */
.lp .site-header { position: fixed; top: 0; left: 0; right: 0; background: transparent; border-bottom-color: transparent; transition: background .4s, border-color .4s; background-image: linear-gradient(to bottom, rgba(2, 6, 20, .6), rgba(2, 6, 20, 0)); z-index: 100; }
.lp .site-header.scrolled { background: rgba(4, 12, 36, .8); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255, 255, 255, .08); background-image: none; }
.lp .site-header .brand-text { color: #fff; font-size: 1.25rem; }
.lp .site-header .brand-text strong { color: #ff5a63; }
.lp .nav-links a.btn { color: #fff; }
/* ALL ghost buttons on the landing read on dark backgrounds */
.lp .btn-ghost { color: #fff; border-color: rgba(255, 255, 255, .4); background: transparent; }
.lp .btn-ghost:hover { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .7); }

/* logo intro in the opening scene */
.hero-logo { width: min(132px, 30%); height: auto; margin: 0 auto 18px; display: block; filter: drop-shadow(0 10px 28px rgba(0, 0, 0, .55)); }
@keyframes heroFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) { .hero-logo { animation: heroFloat 5.5s ease-in-out infinite; } }

/* 0 → 3 year progress bar (payoff) */
.pay-years { max-width: 520px; margin: 0 auto 26px; }
.pay-years .track { height: 8px; border-radius: 8px; background: rgba(255, 255, 255, .15); overflow: hidden; }
.pay-years .fill { height: 100%; width: 100%; background: linear-gradient(90deg, var(--gold), var(--brand)); transform: scaleX(0); transform-origin: left; border-radius: 8px; }
.pay-years .labels { display: flex; justify-content: space-between; font-size: .75rem; color: rgba(255, 255, 255, .6); margin-top: 8px; letter-spacing: .08em; }

/* =====================================================================
   ZOOM JOURNEY
   ===================================================================== */
.journey { position: relative; height: 700vh; }
.stage { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; background: #03081c; }

.scene-bg {
    position: absolute; inset: -3%; background-size: cover; background-position: center;
    opacity: 0; will-change: transform, opacity; transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.scene-bg[data-i="0"] { background-position: 62% 30%; transform-origin: 64% 28%; }
video.scene-bg { inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% 30%; }

.stage-veil {
    position: absolute; inset: 0; z-index: 2; pointer-events: none;
    background: radial-gradient(120% 90% at 50% 42%, rgba(3, 8, 28, .35), rgba(3, 8, 28, .72) 75%),
        linear-gradient(180deg, rgba(3, 8, 28, .55), rgba(2, 6, 20, .8));
}
#stage-canvas { position: absolute; inset: 0; z-index: 3; pointer-events: none; }

.scene-in {
    position: absolute; inset: 0; z-index: 4; display: grid; place-items: center;
    padding: 96px 24px; text-align: center; opacity: 0; will-change: transform, opacity;
    pointer-events: none;
}
.scene-in[data-i="0"] { opacity: 1; } /* no-JS / first paint fallback */
.scene-in .wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; }

/* typography */
.kicker { font-size: .8rem; text-transform: uppercase; letter-spacing: .22em; font-weight: 700; color: #ff6168; margin-bottom: 16px; }
.kicker.gold { color: var(--gold); }
.big { font-size: clamp(2.6rem, 7.5vw, 6rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.02; }
.big.sm { font-size: clamp(2rem, 5vw, 3.6rem); }
.sub { font-size: .85rem; letter-spacing: .26em; text-transform: uppercase; color: rgba(255, 255, 255, .55); margin-top: 12px; }
.lead-c { font-size: clamp(1.02rem, 1.5vw, 1.3rem); color: rgba(255, 255, 255, .85); max-width: 40ch; margin: 22px auto 0; line-height: 1.6; }
.cta-c { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }

.stat-num { font-size: clamp(3.4rem, 13vw, 10.5rem); font-weight: 800; line-height: 1; letter-spacing: -.04em; color: #fff; text-shadow: 0 0 60px rgba(0, 0, 0, .5); }
.stat-label { font-size: clamp(1rem, 2vw, 1.4rem); color: rgba(255, 255, 255, .9); margin-top: 8px; }
.stat-sub { font-weight: 600; margin-top: 6px; }

/* scene 1 — 10-year growth trend line */
.year-chart { max-width: 540px; margin: 20px auto 0; }
.yc-line { display: block; width: 100%; height: auto; aspect-ratio: 540 / 100; overflow: visible; }
.yc-path { vector-effect: non-scaling-stroke; will-change: stroke-dashoffset; }
.yc-dot { filter: drop-shadow(0 0 6px rgba(255, 59, 67, .85)); }
.yc-axis { display: flex; justify-content: space-between; font-size: .72rem; color: rgba(255, 255, 255, .62); margin-top: 8px; letter-spacing: .03em; }
@media (max-height: 620px) { .year-chart { display: none; } }
.odo { display: inline-flex; align-items: baseline; }
.odo .rp { font-size: clamp(1.4rem, 4vw, 3.4rem); color: rgba(255, 255, 255, .75); margin-right: .15em; font-weight: 800; }
.odo .stat-num { color: var(--gold); }

.chips { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }
.chips.center { margin-top: 30px; }
.chip { background: linear-gradient(150deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .06)); border: 1px solid rgba(255, 255, 255, .24); border-radius: 999px; padding: 11px 22px; font-size: .92rem; -webkit-backdrop-filter: blur(12px) saturate(1.3); backdrop-filter: blur(12px) saturate(1.3); box-shadow: 0 8px 26px -14px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, .3); }
.chip b { color: var(--gold); }

.doubt { font-size: clamp(1.1rem, 3vw, 1.8rem); color: rgba(255, 255, 255, .55); font-weight: 700; margin-bottom: 18px; }
.big.sm .accent { color: #ff3b43; }

/* ladder row (training) */
.ladder-row { display: flex; align-items: stretch; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.lvl { background: linear-gradient(160deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .05)); border: 1px solid rgba(255, 255, 255, .2); border-radius: 20px; padding: 24px 22px; min-width: 180px; -webkit-backdrop-filter: blur(16px) saturate(1.25); backdrop-filter: blur(16px) saturate(1.25); box-shadow: 0 18px 50px -22px rgba(0, 0, 0, .65), inset 0 1px 0 rgba(255, 255, 255, .26); }
.lvl.on { border-color: rgba(255, 59, 67, .6); background: linear-gradient(160deg, rgba(239, 1, 7, .26), rgba(239, 1, 7, .08)); box-shadow: 0 18px 50px -20px rgba(239, 1, 7, .45), inset 0 1px 0 rgba(255, 255, 255, .22); }
.lvl b.jp { display: block; font-size: 2.6rem; color: #ff6168; line-height: 1; margin-bottom: 10px; }
.lvl span { display: block; font-weight: 800; font-size: 1.1rem; }
.lvl small { color: rgba(255, 255, 255, .6); font-size: .8rem; }
.arrow { align-self: center; color: var(--gold); font-size: 1.6rem; font-weight: 800; }

/* cost row */
.cost-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }
.cost { background: linear-gradient(160deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .05)); border: 1px solid rgba(255, 255, 255, .18); border-left: 4px solid var(--brand); border-radius: 16px; padding: 20px 22px; max-width: 280px; text-align: left; -webkit-backdrop-filter: blur(16px) saturate(1.25); backdrop-filter: blur(16px) saturate(1.25); box-shadow: 0 18px 50px -22px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .22); }
.cost .amt { font-size: 1.5rem; font-weight: 800; color: #fff; }
.cost p { font-size: .82rem; color: rgba(255, 255, 255, .72); margin-top: 6px; }
.steps-line { margin-top: 24px; color: var(--gold); font-weight: 600; letter-spacing: .02em; font-size: clamp(.9rem, 1.6vw, 1.1rem); }

/* arrival logo */
.final-logo { width: min(220px, 54%); height: auto; margin: 0 auto 20px; display: block; filter: drop-shadow(0 16px 40px rgba(0, 0, 0, .6)); }
.btn-wa { background: #25d366; border-color: #25d366; }
.btn-wa:hover { background: #1eb558; border-color: #1eb558; }
.trust { margin-top: 24px; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .55); }
.magnetic { will-change: transform; }

/* =====================================================================
   NORMAL SECTIONS after the journey (documentation + arrival)
   ===================================================================== */
.block { position: relative; z-index: 1; padding: 110px 0; }
.block .wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; text-align: center; }
.block .lead-c { margin: 18px auto 0; }
.doc { background: linear-gradient(180deg, #050d22 0%, #03081c 100%); }
.arrival { background: radial-gradient(120% 80% at 50% 28%, #0c1738 0%, #03081c 70%); padding: 130px 0 120px; }

.video-wrap { position: relative; width: 100%; max-width: 840px; margin: 34px auto 0; aspect-ratio: 16 / 9; border-radius: 18px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); box-shadow: 0 36px 70px -34px #000; }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 30px; }
.gallery figure { margin: 0; position: relative; border-radius: 14px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .1); }
.gallery img { width: 100%; height: 190px; object-fit: cover; display: block; transition: transform .5s ease; }
.gallery figure:hover img { transform: scale(1.06); }
.gallery figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 14px 10px; font-size: .82rem; font-weight: 600; color: #fff; background: linear-gradient(transparent, rgba(3, 8, 28, .88)); text-align: left; }
.doc-links { margin-top: 26px; color: rgba(255, 255, 255, .7); font-size: .9rem; }
.doc-links a { color: var(--gold); font-weight: 600; }

/* ---------- brand icon glyphs (masked, colorable) ---------- */
.ic { width: 20px; height: 20px; display: inline-block; background: currentColor; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: contain; mask-size: contain; }
.ic-instagram { -webkit-mask-image: url(/assets/icons/instagram.svg); mask-image: url(/assets/icons/instagram.svg); }
.ic-facebook { -webkit-mask-image: url(/assets/icons/facebook.svg); mask-image: url(/assets/icons/facebook.svg); }
.ic-x { -webkit-mask-image: url(/assets/icons/x.svg); mask-image: url(/assets/icons/x.svg); }
.ic-youtube { -webkit-mask-image: url(/assets/icons/youtube.svg); mask-image: url(/assets/icons/youtube.svg); }
.ic-tiktok { -webkit-mask-image: url(/assets/icons/tiktok.svg); mask-image: url(/assets/icons/tiktok.svg); }
.ic-whatsapp { -webkit-mask-image: url(/assets/icons/whatsapp.svg); mask-image: url(/assets/icons/whatsapp.svg); }

.social-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.social-row a { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16); color: rgba(255, 255, 255, .85); transition: background .25s, color .25s, transform .25s, border-color .25s; }
.social-row a:hover { background: var(--brand); border-color: var(--brand); color: #fff; transform: translateY(-3px); }
.social-row .ic { width: 21px; height: 21px; }

/* whatsapp glyph inside buttons */
.btn .ic-whatsapp { width: 18px; height: 18px; }
.btn-wa, a.btn-wa { display: inline-flex; align-items: center; gap: 8px; }
.cta-c .btn-ghost .ic-whatsapp { width: 17px; height: 17px; }

/* youtube video grid */
.video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 18px; }
.vcard { position: relative; display: block; border-radius: 12px; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid rgba(255, 255, 255, .12); }
.vcard img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.vcard:hover img { transform: scale(1.06); }
.vcard .play { position: absolute; inset: 0; display: grid; place-items: center; }
.vcard .play i { width: 42px; height: 42px; border-radius: 50%; background: rgba(239, 1, 7, .92); display: grid; place-items: center; }
.vcard .play i::after { content: ""; border-left: 13px solid #fff; border-top: 8px solid transparent; border-bottom: 8px solid transparent; margin-left: 4px; }
.vcard .vtitle { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 10px 8px; font-size: .72rem; color: #fff; background: linear-gradient(transparent, rgba(3, 8, 28, .92)); text-align: left; }
@media (max-width: 720px) { .video-grid { grid-template-columns: repeat(2, 1fr); } }

/* blog cards (landing section + blog page) */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 30px; text-align: left; }
.bcard { display: block; background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .1); border-radius: 16px; overflow: hidden; transition: transform .2s, border-color .2s; }
.bcard:hover { transform: translateY(-4px); border-color: rgba(255, 90, 99, .5); }
.bcard img { width: 100%; height: 160px; object-fit: cover; display: block; }
.bcard .body { padding: 18px 20px 22px; }
.bcard .meta { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--gold); margin-bottom: 8px; }
.bcard h3 { font-size: 1.08rem; color: #fff; line-height: 1.3; margin-bottom: 8px; }
.bcard p { font-size: .9rem; color: rgba(255, 255, 255, .65); line-height: 1.5; }
@media (max-width: 860px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .blog-grid { grid-template-columns: 1fr; } }

/* documentation: category tabs + IG/TikTok feed */
.doc-tabs { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.doc-tab { padding: 9px 17px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .05); color: rgba(255, 255, 255, .8); font-size: .85rem; font-weight: 600; cursor: pointer; font-family: inherit; transition: background .2s, color .2s, border-color .2s; }
.doc-tab:hover { color: #fff; border-color: rgba(255, 255, 255, .4); }
.doc-tab.on { background: var(--brand); border-color: var(--brand); color: #fff; }
.doc-feed { display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; align-items: flex-start; margin-top: 30px; min-height: 200px; }
.doc-card { position: relative; width: 300px; border-radius: 14px; overflow: hidden; box-shadow: 0 24px 50px -28px #000; background: #0a1430; border: 1px solid rgba(255, 255, 255, .08); }
.doc-card.tt { height: 540px; }
.doc-card.ig { height: 316px; }            /* IG has no chromeless player → crop its header/footer to show mostly the media */
.doc-card iframe { width: 100%; border: 0; display: block; }
.doc-card.tt iframe { height: 540px; }
.doc-card.ig iframe { height: 560px; margin-top: -54px; }   /* pull IG profile header out of view; footer clipped by the card height */
.doc-ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: #0a1430; }
.doc-spin { width: 30px; height: 30px; border-radius: 50%; border: 3px solid rgba(255, 255, 255, .14); border-top-color: var(--brand); animation: docspin .9s linear infinite; }
@keyframes docspin { to { transform: rotate(360deg); } }
.doc-open { position: absolute; top: 9px; right: 9px; z-index: 3; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: rgba(0, 0, 0, .5); backdrop-filter: blur(4px); border: 1px solid rgba(255, 255, 255, .28); transition: background .2s, transform .2s; }
.doc-open:hover { background: var(--brand); transform: scale(1.08); }
.doc-open .ic { width: 16px; height: 16px; }
@media (max-width: 360px) { .doc-card { width: 100%; } }
.doc-loading { color: rgba(255, 255, 255, .5); padding: 50px 0; width: 100%; }
#doc-more { text-align: center; margin-top: 24px; }

/* language switcher — modern animated dropdown with flags */
.lang-dd { position: relative; }
.lang-btn { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; background: rgba(255, 255, 255, .08); color: #fff; border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; padding: 7px 12px; font: inherit; font-weight: 700; font-size: .82rem; cursor: pointer; transition: background .2s, border-color .2s; }
.lang-btn:hover { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .45); }
.lang-btn .flag { width: 20px; height: 14px; border-radius: 3px; object-fit: cover; box-shadow: 0 0 0 1px rgba(0, 0, 0, .2); }
.lang-btn .caret { transition: transform .3s ease; color: rgba(255, 255, 255, .7); }
.lang-dd.open .lang-btn .caret { transform: rotate(180deg); }
.lang-menu { position: absolute; right: 0; top: calc(100% + 10px); min-width: 172px; background: rgba(8, 16, 40, .97); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border: 1px solid rgba(255, 255, 255, .14); border-radius: 14px; padding: 6px; list-style: none; margin: 0; box-shadow: 0 26px 54px -22px #000; opacity: 0; transform: translateY(-10px) scale(.96); transform-origin: top right; pointer-events: none; transition: opacity .22s ease, transform .26s cubic-bezier(.16, 1, .3, 1); z-index: 200; }
.lang-dd.open .lang-menu { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.lang-menu li { display: flex; align-items: center; gap: 11px; padding: 10px 12px; border-radius: 9px; cursor: pointer; color: rgba(255, 255, 255, .85); font-size: .9rem; font-weight: 600; transition: background .15s, transform .15s; }
.lang-menu li:hover { background: rgba(255, 255, 255, .08); transform: translateX(2px); }
.lang-menu li.on { background: rgba(239, 1, 7, .18); color: #fff; }
.lang-menu li img { width: 22px; height: 16px; border-radius: 3px; object-fit: cover; box-shadow: 0 0 0 1px rgba(0, 0, 0, .25); }

@media (max-width: 720px) {
    .gallery { grid-template-columns: repeat(2, 1fr); }
    .gallery img { height: 150px; }
}

/* scroll hint + stage progress */
.scroll-hint { position: absolute; bottom: 20px; left: 50%; translate: -50% 0; z-index: 5; text-align: center; font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255, 255, 255, .6); }
.scroll-hint .bar { display: block; width: 1px; height: 30px; margin: 8px auto 0; background: rgba(255, 255, 255, .4); transform-origin: top; animation: hint 1.8s var(--ease-rise) infinite; }
@keyframes hint { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
.stage-progress { position: absolute; right: 22px; top: 50%; translate: 0 -50%; z-index: 5; width: 3px; height: 160px; background: rgba(255, 255, 255, .18); border-radius: 3px; overflow: hidden; }
.stage-progress span { position: absolute; left: 0; right: 0; top: 0; height: 100%; background: var(--brand); transform: scaleY(0); transform-origin: top; display: block; }

/* ---------- footer ---------- */
.lp .site-footer { background: #050f28; border-top: 1px solid rgba(255, 255, 255, .08); position: relative; z-index: 1; }
.lp .site-footer h4 { color: #fff; }
.lp .site-footer .muted { color: rgba(255, 255, 255, .6); }
.lp .site-footer .muted a { color: rgba(255, 255, 255, .75); }
.lp .site-footer .brand-text { color: #fff; }
.lp .site-footer .copyright { border-top-color: rgba(255, 255, 255, .08); color: rgba(255, 255, 255, .45); }
.lp .site-footer .socials a { color: rgba(255, 255, 255, .7); }

.lp a:focus-visible, .lp .btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }

/* ---------- responsive ---------- */
@media (max-width: 720px) {
    .ladder-row .arrow { display: none; }
    .lvl { min-width: 0; flex: 1 1 100%; }
    .cost { max-width: none; flex: 1 1 100%; }
    .stage-progress { display: none; }
}
/* mobile: kill backdrop-blur (heavy + flickers on phones); use opaque glass instead */
@media (max-width: 899px) {
    .chip, .lvl, .cost { -webkit-backdrop-filter: none; backdrop-filter: none; background: rgba(18, 28, 56, .72); }
    .lvl.on { background: rgba(239, 1, 7, .26); }
}
@media (max-height: 640px) { .scene-in { padding: 76px 20px; } .lead-c { display: none; } }

/* mobile header: keep brand mark + language + Masuk + Daftar on one row, no overflow */
@media (max-width: 560px) {
    .lp .site-header .brand-text { display: none; }
    .lp .site-header .container { padding-inline: 14px; }
    .lp .nav-links { gap: 6px; }
    .lp .nav-links .btn-sm { padding: 6px 10px; font-size: .74rem; }
    .lang-btn { padding: 6px 8px; gap: 5px; }
    .lang-btn #lang-label { display: none; }   /* mobile: flag + caret only, saves width */
    .lang-btn .flag { width: 18px; height: 13px; }
    /* big journey numbers must fit the screen width */
    .stat-num { font-size: clamp(2.4rem, 12.5vw, 5rem); }
    .odo .stat-num { font-size: clamp(2rem, 9.5vw, 3.1rem); }
    .odo .rp { font-size: clamp(1.1rem, 3.8vw, 1.9rem); }
    /* compact the journey scenes so stacked cards fit one screen height */
    .scene-in { padding: 66px 18px 24px; }
    .big.sm { font-size: clamp(1.6rem, 6.4vw, 2.3rem); }
    .kicker { margin-bottom: 12px; }
    .doubt { margin-bottom: 12px; }
    .cost-row { gap: 12px; margin-top: 20px; }
    .cost { padding: 14px 16px; }
    .cost .amt { font-size: 1.25rem; }
    .cost p { font-size: .78rem; margin-top: 4px; }
    .ladder-row { gap: 10px; margin-top: 20px; }
    .lvl { padding: 15px 18px; }
    .lvl b.jp { font-size: 1.9rem; margin-bottom: 6px; }
    .lvl span { font-size: 1rem; }
    .lvl small { font-size: .76rem; }
    .steps-line { margin-top: 16px; }
    .chips { margin-top: 18px; gap: 10px; }
}

/* ---------- reduced motion: show scenes stacked, no zoom ---------- */
@media (prefers-reduced-motion: reduce) {
    .journey { height: auto; }
    .stage { position: static; height: auto; overflow: visible; }
    .scene-bg { display: none; }
    .scene-bg[data-i="0"] { display: block; position: fixed; inset: 0; opacity: .25; }
    .scene-in { position: relative; inset: auto; opacity: 1 !important; min-height: 100vh; }
    .stage-veil { position: fixed; }
    .scroll-hint, .stage-progress { display: none; }
}
