.story-chapter{--sc-orange:var(--color-brand-orange,#F26326);--sc-charcoal:var(--color-brand-charcoal,#2E2E2E);--sc-peach:var(--color-brand-peach,#FAEEE7);--sc-ink:var(--color-brand-dark,#0d1117);--sc-card:var(--color-brand-card-dark,#141920);--sc-muted:var(--color-brand-light-gray,#9CA3AF);--sc-ease:cubic-bezier(0.16,1,0.3,1);--sc-container-max:1440px;--sc-container-pad-x:24px;--sc-container-pad-x-desktop:60px;--sc-content-body-max:1100px;position:relative;height:450px;overflow:hidden;-webkit-tap-highlight-color:transparent}@media (min-width:900px){.story-chapter{height:500px}}.story-chapter#deliver{height:640px}@media (min-width:600px){.story-chapter#deliver{height:680px}}@media (min-width:900px){.story-chapter#deliver{height:620px}}.story-chapter.world-warm{background:var(--sc-peach);color:var(--sc-charcoal)}.story-chapter.world-dark{background:var(--sc-ink);color:#F4F1EE}.story-chapter *{box-sizing:border-box}.story-chapter .stage{position:absolute;inset:0;display:flex;overflow:auto hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.story-chapter .stage::-webkit-scrollbar{display:none}.story-chapter .panel{position:relative;flex:0 0 100%;width:100%;height:100%;scroll-snap-align:center;scroll-snap-stop:always;overflow:hidden;perspective:1500px;display:flex;align-items:stretch;padding:0}.story-chapter .frame{position:relative;z-index:2;width:100%;max-width:var(--sc-container-max);margin:0 auto;padding:76px var(--sc-container-pad-x) 64px;will-change:transform,opacity;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}@media (min-width:900px){.story-chapter .frame{padding:104px var(--sc-container-pad-x-desktop) 76px}}.story-chapter .bracket{position:absolute;width:20px;height:20px;opacity:0;transition:opacity .6s var(--sc-ease) .15s;z-index:3;color:var(--sc-orange)}.story-chapter .panel.is-active .bracket{opacity:1}.story-chapter .bracket:after,.story-chapter .bracket:before{content:"";position:absolute;background:currentColor}.story-chapter .bracket.tl{top:0;left:0}.story-chapter .bracket.tr{top:0;right:0}.story-chapter .bracket.bl{bottom:0;left:0}.story-chapter .bracket.br{bottom:0;right:0}.story-chapter .bracket:before{width:2px;height:100%}.story-chapter .bracket:after{width:100%;height:2px}.story-chapter .bracket.tl:after,.story-chapter .bracket.tl:before{left:0;top:0}.story-chapter .bracket.tr:after,.story-chapter .bracket.tr:before{right:0;top:0}.story-chapter .bracket.bl:after,.story-chapter .bracket.bl:before{left:0;bottom:0}.story-chapter .bracket.br:after,.story-chapter .bracket.br:before{right:0;bottom:0}.story-chapter .eyebrow{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--sc-orange)}.story-chapter .eyebrow-bar{margin-top:8px;height:2px;width:40px;background:var(--sc-orange)}.story-chapter .headline{font-family:inherit;font-weight:700;letter-spacing:-.01em;line-height:1.3;font-size:clamp(24px,5.5vw,48px);will-change:transform;margin:0 0 14px;max-width:var(--sc-content-body-max)}.story-chapter .lines{display:block}.story-chapter .lines .ln{display:inline}.story-chapter .lines .ln+.ln:before{content:" "}.story-chapter .lines .ln>span{display:inline;opacity:0;transition:opacity .85s var(--sc-ease)}.story-chapter .panel.is-active .lines .ln>span{opacity:1}.story-chapter .panel.is-active .lines .ln:first-child>span{transition-delay:.12s}.story-chapter .panel.is-active .lines .ln:nth-child(2)>span{transition-delay:.2s}.story-chapter .panel.is-active .lines .ln:nth-child(3)>span{transition-delay:.28s}@media (min-width:900px){.story-chapter .headline{line-height:1.2}.story-chapter .lines .ln{display:block;overflow:hidden}.story-chapter .lines .ln+.ln:before{content:none}.story-chapter .lines .ln>span{display:block;opacity:1;transform:translateY(115%);transition:transform .85s var(--sc-ease)}.story-chapter .panel.is-active .lines .ln>span{transform:translateY(0)}}.story-chapter .lines .orange{color:var(--sc-orange)}.story-chapter .body{font-size:14px;line-height:1.5;font-weight:400;max-width:var(--sc-content-body-max);text-wrap:pretty;margin:0 0 16px}@media (min-width:900px){.story-chapter .body{font-size:16px;line-height:1.7;margin-bottom:24px}}.story-chapter.world-warm .body{color:#4A4A4A}.story-chapter.world-dark .body{color:var(--sc-muted)}.story-chapter .accent-quote{font-size:clamp(16px,2.6vw,20px);font-style:italic;font-weight:500;line-height:1.4;letter-spacing:-.01em;padding-left:18px;border-left:3px solid var(--sc-orange);max-width:var(--sc-content-body-max);margin:0 0 13px}.story-chapter.world-warm .accent-quote{color:var(--sc-charcoal)}.story-chapter.world-dark .accent-quote{color:#F4F1EE}.story-chapter .accent-quote .orange{color:var(--sc-orange)}.story-chapter .reveal{opacity:0;transition:opacity .7s var(--sc-ease)}.story-chapter .panel.is-active .reveal{opacity:1}.story-chapter .panel.is-active .reveal[data-d="1"]{transition-delay:.08s}.story-chapter .panel.is-active .reveal[data-d="2"]{transition-delay:.18s}.story-chapter .panel.is-active .reveal[data-d="3"]{transition-delay:.3s}.story-chapter .panel.is-active .reveal[data-d="4"]{transition-delay:.42s}.story-chapter .storybar{position:absolute;top:28px;left:0;right:0;z-index:20;pointer-events:none}@media (min-width:900px){.story-chapter .storybar{top:52px}}.story-chapter .storybar-inner{max-width:var(--sc-container-max);margin:0 auto;padding:0 var(--sc-container-pad-x);display:flex;flex-direction:column;gap:10px}@media (min-width:900px){.story-chapter .storybar-inner{padding:0 var(--sc-container-pad-x-desktop)}}.story-chapter .chapter-label{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--sc-orange)}.story-chapter .storybar .eyebrow-underline{height:2px;width:40px;background:var(--sc-orange)}.story-chapter .counter{font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;font-weight:600;letter-spacing:.1em;opacity:.55;white-space:nowrap}.story-chapter .scrollbar{position:absolute;left:0;right:0;bottom:16px;z-index:20;pointer-events:none}@media (min-width:900px){.story-chapter .scrollbar{bottom:52px}}.story-chapter .scrollbar-inner{max-width:var(--sc-container-max);margin:0 auto;padding:0 var(--sc-container-pad-x);display:flex;align-items:center;gap:16px;justify-content:flex-start}@media (min-width:900px){.story-chapter .scrollbar-inner{padding:0 var(--sc-container-pad-x-desktop)}}.story-chapter .scrollbar .segs{flex:1 1 0;max-width:var(--sc-content-body-max);pointer-events:auto}.story-chapter .sc-desktop-only{display:none}.story-chapter .sc-mobile-only{display:block}@media (min-width:900px){.story-chapter .sc-desktop-only{display:block}.story-chapter .sc-mobile-only{display:none}}.story-chapter .sc-mobile-only .scrollbar-inner{justify-content:space-between}.story-chapter .sc-btn{min-height:40px;padding:0 18px;border-radius:999px;font-size:13px;font-weight:600;border:none;cursor:pointer;pointer-events:auto;transition:background .2s,opacity .2s}.story-chapter.world-warm .sc-btn{background:rgba(46,46,46,.08);color:var(--sc-charcoal)}.story-chapter.world-dark .sc-btn{background:rgba(255,255,255,.1);color:rgba(255,255,255,.8)}.story-chapter .sc-btn.sc-btn-primary{background:var(--sc-orange);color:#fff}.story-chapter .sc-btn.sc-btn-hidden{visibility:hidden}.story-chapter .nav-cluster{flex:0 0 auto;display:flex;align-items:center;gap:12px;pointer-events:auto}.story-chapter .scrollbar .segs{display:flex;gap:8px;flex:1 1 auto}.story-chapter .seg{position:relative;height:6px;flex:1 1 0;border-radius:999px;background:currentColor;opacity:.18;pointer-events:auto;cursor:pointer;overflow:hidden;transition:opacity .4s var(--sc-ease);border:none;padding:0}.story-chapter .seg:after{content:"";position:absolute;inset:0;background:var(--sc-orange);transform:scaleX(0);transform-origin:left center;border-radius:999px;transition:transform .5s var(--sc-ease)}.story-chapter .seg.filled{opacity:.85}.story-chapter .seg.filled:after{transform:scaleX(1)}.story-chapter .navbtn{position:absolute;z-index:21;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;display:none;align-items:center;justify-content:center;background:rgba(127,127,127,.1);border:1px solid;color:currentColor;cursor:pointer;padding:0;transition:background .3s,opacity .3s,color .3s,border-color .3s;backdrop-filter:blur(6px)}.story-chapter .navbtn:hover{background:var(--sc-orange);border-color:var(--sc-orange);color:#fff}.story-chapter .navbtn svg{width:16px;height:16px}.story-chapter .navbtn.prev{left:17px}.story-chapter .navbtn.next{right:auto;left:min(calc(max(60px, (100vw - 1440px) / 2 + 60px) + 1108px),calc(100vw - 52px))}.story-chapter .navbtn[disabled]{opacity:.35;pointer-events:none;cursor:default}@media (min-width:900px){.story-chapter .navbtn{display:flex}}.story-chapter#deliver .navbtn.next{left:auto;right:17px}.story-chapter .tapzone{position:absolute;top:8%;bottom:8%;width:35%;z-index:15;cursor:pointer;border:none;background:transparent;padding:0}.story-chapter .tapzone.left{left:0}.story-chapter .tapzone.right{right:0}@media (min-width:900px) and (hover:hover){.story-chapter .tapzone{display:none}}.story-chapter .hint{position:absolute;z-index:20;right:20px;bottom:max(20px,env(safe-area-inset-bottom));display:flex;align-items:center;gap:8px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;opacity:.55;pointer-events:none;transition:opacity .6s var(--sc-ease)}.story-chapter .hint.gone{opacity:0}.story-chapter .hint .arrow{display:inline-block;animation:sc-nudge 1.6s var(--sc-ease) infinite}@keyframes sc-nudge{0%,to{transform:translateX(0)}50%{transform:translateX(6px)}}@media (min-width:900px) and (hover:hover){.story-chapter .hint{display:none}}.story-chapter .deliver-grid{display:grid;gap:clamp(16px,3.2vw,22px);grid-template-areas:"head" "img" "body" "accent"}@media (min-width:900px){.story-chapter .deliver-grid{grid-template-columns:1fr .82fr;column-gap:60px;row-gap:0;align-items:center;grid-template-areas:"head img" "body img" "accent img"}.story-chapter .deliver-grid.img-left{grid-template-columns:.82fr 1fr;grid-template-areas:"img head" "img body" "img accent"}}.story-chapter .g-label{grid-area:label}.story-chapter .g-head{grid-area:head}.story-chapter .g-body{grid-area:body}.story-chapter .g-accent{grid-area:accent}.story-chapter .g-img{grid-area:img;display:flex;justify-content:center;align-items:center}@media (min-width:900px){.story-chapter .g-img{align-self:stretch}}.story-chapter .device{position:relative;border-radius:16px;background:var(--sc-card);border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 32px -20px rgba(0,0,0,.8),inset 0 0 0 1px rgba(255,255,255,.02);overflow:hidden;will-change:transform}.story-chapter .device.portrait{width:min(360px,88vw);height:auto;display:flex;flex-direction:column}@media (min-width:900px){.story-chapter .device.portrait{width:100%;max-width:560px;height:auto}}.story-chapter .device .chrome{display:flex;align-items:center;gap:12px;padding:11px 14px;border-bottom:1px solid rgba(255,255,255,.07);flex:0 0 auto}.story-chapter .device .dots{display:flex;gap:6px}.story-chapter .device .dots i{width:9px;height:9px;border-radius:999px;background:rgba(255,255,255,.18);display:block}.story-chapter .slot{position:relative;flex:1 1 auto;min-height:0;aspect-ratio:5/3;background-color:#0B0F14;display:flex;align-items:center;justify-content:center;text-align:center;padding:22px}.story-chapter .slot .tag{font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;line-height:1.6;color:#7C8896;letter-spacing:.04em;max-width:26ch}.story-chapter .slot .tag b{color:var(--sc-orange);font-weight:600;display:block;margin-bottom:6px;letter-spacing:.14em;text-transform:uppercase;font-size:10px}.story-chapter .slot .brk{position:absolute;width:14px;height:14px;color:var(--sc-orange)}.story-chapter .slot .brk:after,.story-chapter .slot .brk:before{content:"";position:absolute;background:currentColor}.story-chapter .slot .brk:before{width:1.5px;height:100%}.story-chapter .slot .brk:after{width:100%;height:1.5px}.story-chapter .slot .brk.a{top:8px;left:8px}.story-chapter .slot .brk.a:after,.story-chapter .slot .brk.a:before{left:0;top:0}.story-chapter .slot .brk.b{top:8px;right:8px}.story-chapter .slot .brk.b:after,.story-chapter .slot .brk.b:before{right:0;top:0}.story-chapter .slot .brk.c{bottom:8px;left:8px}.story-chapter .slot .brk.c:after,.story-chapter .slot .brk.c:before{left:0;bottom:0}.story-chapter .slot .brk.d{bottom:8px;right:8px}.story-chapter .slot .brk.d:after,.story-chapter .slot .brk.d:before{right:0;bottom:0}.story-chapter .ba-slot{position:relative;flex:1 1 auto;min-height:0;aspect-ratio:5/3;background-color:#0B0F14;overflow:hidden;cursor:ew-resize;touch-action:none;-webkit-user-select:none;user-select:none}.story-chapter .ba-before-clip{position:absolute;inset:0;pointer-events:none}.story-chapter .ba-label{position:absolute;top:12px;z-index:5;display:inline-flex;align-items:center;gap:6px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#F4F1EE;background:rgba(13,17,23,.55);padding:4px 10px 4px 8px;border-radius:999px;border:1px solid rgba(242,99,38,.45);backdrop-filter:blur(4px);pointer-events:none}.story-chapter .ba-label:before{content:"";width:6px;height:6px;border-radius:999px;background:var(--sc-orange);flex:0 0 auto}.story-chapter .ba-label.before{left:12px}.story-chapter .ba-label.after{right:12px}.story-chapter .ba-handle{position:absolute;top:0;bottom:0;width:0;pointer-events:none}.story-chapter .ba-handle-line{position:absolute;top:0;bottom:0;left:0;width:2px;background:#fff;transform:translateX(-50%);box-shadow:0 0 0 1px rgba(0,0,0,.25)}.story-chapter .ba-handle-grip{position:absolute;top:50%;left:0;transform:translate(-50%,-50%);width:36px;height:36px;border-radius:999px;background:#fff;color:var(--sc-charcoal);display:flex;align-items:center;justify-content:center;gap:1px;box-shadow:0 4px 14px rgba(0,0,0,.35)}.story-chapter .cf-slot{position:relative;flex:1 1 auto;min-height:0;aspect-ratio:5/3;overflow:hidden}.story-chapter .cf-stage{position:absolute;inset:0;perspective:1200px;cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none}.story-chapter .cf-stage:active{cursor:grabbing}.story-chapter .cf-card{position:absolute;top:50%;left:50%;width:72%;height:86%;border-radius:10px;overflow:hidden;background:var(--sc-card);border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 40px -18px rgba(0,0,0,.75);pointer-events:none;display:flex;flex-direction:column}.story-chapter .cf-card-chrome{display:flex;align-items:center;gap:6px;padding:8px 10px;border-bottom:1px solid rgba(255,255,255,.07);flex:0 0 auto}.story-chapter .cf-card-chrome i{width:7px;height:7px;border-radius:999px;background:rgba(255,255,255,.18);display:block}.story-chapter .cf-card-body{position:relative;flex:1 1 auto;min-height:0}.story-chapter .cf-card-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:16px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:10.5px;line-height:1.6;color:#7C8896;letter-spacing:.04em}.story-chapter .cf-card-placeholder b{color:var(--sc-orange);font-weight:600;display:block;margin-bottom:6px;letter-spacing:.14em;text-transform:uppercase;font-size:10px}.story-chapter .cf-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:34px;height:34px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:rgba(13,17,23,.55);border:1px solid rgba(255,255,255,.18);color:#F4F1EE;cursor:pointer;padding:0;backdrop-filter:blur(4px);transition:background .3s,border-color .3s,opacity .3s}.story-chapter .cf-arrow:hover:not(:disabled){background:var(--sc-orange);border-color:var(--sc-orange)}.story-chapter .cf-arrow:disabled{opacity:.3;cursor:default}.story-chapter .cf-arrow.prev{left:8px}.story-chapter .cf-arrow.next{right:8px}@media (prefers-reduced-motion:reduce){.story-chapter .stage{scroll-behavior:auto}.story-chapter .bracket,.story-chapter .lines .ln>span,.story-chapter .reveal{transition-duration:1ms!important}.story-chapter .hint .arrow{animation:none}}