@font-face{font-family:Albert Sans;src:url(/assets/fonts/AlbertSans-Variable.ttf) format("truetype");font-style:normal;font-weight:100 900;font-display:swap}:root{font-family:Inter,SF Pro Display,PingFang SC,Microsoft YaHei,sans-serif;color:#f4f7f5;background:#000504;font-synthesis:none;--lime: #b2ff3f;--mint: #bfffe0;--muted: #8a948f;--line: rgba(178, 255, 63, .38);--ui-frame-color: #62586f;--ui-frame-width: clamp(2px, .14vw, 3px);--site-header-height: 76px;--case-header-height: 0px;--case-tab-height: 60px;--case-chrome-height: 60px;--case-content-max-width: 1520px;--text-caption: 12px;--text-ui: 14px;--text-body: 16px;--text-lead: 18px}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth;background:#000504}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:#000504;color:#f4f7f5;-webkit-font-smoothing:antialiased}.dialog-open{overflow:hidden}.portfolio-shell{min-height:100vh;overflow:clip}button,a{font:inherit}button{color:inherit}:where(button,a):focus-visible{outline:2px solid rgba(178,255,63,.78);outline-offset:3px}.site-header{position:fixed;z-index:30;inset:0 0 auto;height:var(--site-header-height);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,4vw,64px);background:linear-gradient(180deg,#000504eb,#000504b8);border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.identity{display:block;padding:0;border:0;background:none;text-align:left;cursor:pointer}.identity span{white-space:nowrap;font-family:Albert Sans,Helvetica Neue,Arial,sans-serif;font-size:18px;font-weight:400;letter-spacing:-.02em}.identity small{color:var(--lime);font-size:11px;letter-spacing:.04em}.site-header nav{display:flex;align-items:center;gap:clamp(22px,2.8vw,44px)}.site-header nav button,.site-header nav a{position:relative;padding:8px 0;color:#ffffffc2;border:0;background:none;text-decoration:none;cursor:pointer;font-family:Albert Sans,Helvetica Neue,Arial,sans-serif;font-size:17px;font-weight:400;letter-spacing:.01em;transition:color .18s ease,opacity .18s ease}.site-header .nav-label-zh{font-family:PingFang SC,Microsoft YaHei,sans-serif;font-weight:500;letter-spacing:0}.site-header nav button:hover,.site-header nav button:focus-visible,.site-header nav a:hover,.site-header nav a:focus-visible,.site-header nav .active{color:var(--lime)}.site-header nav .active:after{content:"";position:absolute;left:50%;bottom:0;width:18px;height:1px;translate:-50% 0;border-radius:999px;background:var(--lime)}.visual-section{position:relative;width:100%;min-height:0;background:#000504;isolation:isolate}.visual-section>img,.visual-section>picture,.visual-section>picture>img{width:100%;height:auto;min-height:0;display:block}.case-slide--video{position:relative}.case-slide--video#page-58:after{content:"";position:absolute;z-index:1;left:6.9%;top:20.4%;width:25.5%;height:62.8%;border-radius:11%/5.4%;background:#000504;pointer-events:none}.case-slide-phone-demo{position:absolute;z-index:2;overflow:hidden;background:#000;pointer-events:none}.case-slide-phone-demo--page-58{left:7.14%;top:20.75%;width:24.8%;height:62.15%;border:var(--ui-frame-width) solid var(--ui-frame-color);border-radius:15%/7.1%}#page-58 .page-58-static-replacement{position:absolute;z-index:2;top:20.77%;width:auto;height:62.15%;object-fit:contain;pointer-events:none}.page-58-static-replacement--middle{left:40.16%}.page-58-static-replacement--right{left:67.5%}.case-slide-video{display:block;width:100%;height:100%;object-fit:cover;background:#020706;object-fit:fill}.scroll-cue{position:absolute;z-index:2;left:50%;bottom:3.2vh;translate:-50% 0;padding:12px 20px;color:var(--mint);letter-spacing:.16em;text-transform:uppercase;font-size:var(--text-caption);border:1px solid rgba(191,255,224,.42);border-radius:999px;background:#000504ad;cursor:pointer;transition:background .18s ease,color .18s ease,translate .18s ease}.scroll-cue:hover,.scroll-cue:focus-visible{background:var(--lime);color:#061006;translate:-50% -4px}.project-hotspots{position:absolute;z-index:3;top:20.37%;right:9.84%;bottom:20.37%;left:9.84%;display:grid;grid-template-columns:repeat(3,1fr);gap:2.85%}.project-hotspot{position:relative;display:flex;padding:0;border:0;border-radius:clamp(36px,3.1vw,60px);background:transparent;cursor:pointer}.project-hotspot:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border:2px solid transparent;border-radius:inherit;background:transparent;transition:border-color .18s ease,box-shadow .18s ease}.project-hotspot:hover:before,.project-hotspot:focus-visible:before{border-color:#b2ff3fe6;box-shadow:inset 0 0 0 1px #b2ff3f29,0 0 24px #b2ff3f24}.project-hotspot:focus-visible{outline:none}.mobile-content{display:none}footer{display:flex;align-items:center;justify-content:space-between;min-height:112px;padding:0 5vw;color:var(--muted);border-top:1px solid rgba(255,255,255,.09)}footer button{padding:10px 0;color:var(--lime);border:0;background:none;cursor:pointer}.project-dialog-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:4vw;background:#000403db;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:fade-in .22s ease both}.project-dialog{position:relative;width:min(1180px,92vw);max-height:86vh;display:grid;grid-template-columns:minmax(300px,.8fr) minmax(420px,1.5fr);overflow:hidden;border:1px solid var(--line);border-radius:32px;background:#07110b;box-shadow:0 34px 100px #0000009e;animation:dialog-in .26s ease both}.project-dialog>img{width:100%;height:100%;min-height:540px;object-fit:cover;object-position:center}.dialog-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(36px,5vw,76px)}.dialog-copy>span{color:var(--lime);font-size:13px;letter-spacing:.14em}.dialog-copy h2{margin:22px 0 12px;font-size:clamp(42px,4.2vw,72px);line-height:1.04}.dialog-copy h3{margin:0 0 32px;color:var(--mint);font-weight:400}.dialog-copy p{max-width:36ch;margin:0 0 40px;color:#ffffffb3;line-height:1.75}.dialog-close{position:absolute;top:24px;right:28px;padding:9px 14px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#00000094;cursor:pointer}.dialog-primary{align-self:flex-start;padding:14px 20px;color:#071006;border:0;border-radius:999px;background:var(--lime);cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes dialog-in{0%{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.case-view{min-height:100vh;background:#0c100c}.case-header{display:none}.case-back{justify-self:start;padding:10px 0;color:var(--lime);border:0;background:none;cursor:pointer;font-size:var(--text-ui)}.case-header-title{display:flex;align-items:baseline;gap:12px}.case-header-title span{color:var(--lime)}.case-header-title strong{font-size:16px;font-weight:520}.case-switcher{display:flex;gap:8px}.case-switcher button{width:36px;height:36px;padding:0;color:var(--muted);border:1px solid rgba(255,255,255,.13);border-radius:50%;background:transparent;cursor:pointer}.case-switcher button:hover,.case-switcher button:focus-visible{color:#fff;border-color:#b2ff3f57;background:#b2ff3f12}.case-switcher button.active{color:var(--lime);border-color:#b2ff3f75;background:#b2ff3f1f}.case-progress{position:absolute;inset:auto 0 0;height:1px;overflow:hidden;background:#ffffff0e}.case-progress span{display:block;width:100%;height:100%;background:#b2ff3f8f;transform:scaleX(0);transform-origin:left center}.case-sidebar{position:fixed;z-index:55;top:0;right:0;left:0;width:auto;height:var(--case-tab-height);display:grid;grid-template-columns:minmax(160px,1fr) auto minmax(160px,1fr);align-items:center;gap:20px;padding:8px 34px;overflow-x:auto;background:#020b07e6;border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);scrollbar-width:none;transition:transform .32s ease,opacity .24s ease}.case-back--inline{justify-self:start;width:34px;height:34px;display:grid;place-items:center;padding:0;color:#ffffffc7;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:#ffffff06;transition:color .18s ease,border-color .18s ease,background .18s ease}.case-back--inline svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.case-back--inline:hover,.case-back--inline:focus-visible{color:var(--lime);border-color:#b2ff3f80;background:#b2ff3f0f}.case-sidebar-tabs{display:flex;align-items:center;justify-content:center;gap:8px}.case-sidebar::-webkit-scrollbar,.case-sidebar>p{display:none}.case-sidebar>strong{display:none}.case-sidebar-tabs button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:220px;height:42px;padding:0 22px;color:#ffffff9e;text-align:center;border:1px solid transparent;overflow:hidden;border-radius:10px;background:transparent;cursor:pointer;font-size:15px;font-weight:520;transition:color .18s ease,border-color .18s ease,background .18s ease}.case-sidebar-tabs button:after{content:"";position:absolute;left:50%;bottom:4px;width:42px;height:2px;border-radius:999px;background:var(--lime);opacity:0;transform:translate(-50%) scaleX(.35);transition:opacity .18s ease,transform .18s ease}.case-sidebar-tabs button span{color:var(--lime);font-size:13px}.case-sidebar-tabs button:hover,.case-sidebar-tabs button:focus-visible{color:#fff}.case-sidebar-tabs button.active{color:#fff;font-weight:600;border-color:transparent;background:transparent;box-shadow:none}.case-sidebar-tabs button:focus-visible{outline:1px solid rgba(178,255,63,.5);outline-offset:-2px}.case-sidebar-tabs button.active span{color:var(--lime)}.case-sidebar-tabs button.active:after{opacity:1;transform:translate(-50%) scaleX(1)}.case-content{width:min(100%,var(--case-content-max-width));max-width:var(--case-content-max-width);margin-right:auto;margin-left:auto;padding-top:var(--case-chrome-height);background:#000504;box-shadow:-48px 0 96px #0000002e,48px 0 96px #0000002e;transition:padding-top .32s ease}.case-hero{min-height:calc(100svh - var(--case-chrome-height));display:grid;grid-template-rows:auto minmax(180px,1fr) auto;gap:clamp(24px,4vh,48px);padding:clamp(42px,5.5vw,88px) clamp(38px,8vw,128px);background:radial-gradient(circle at 82% 18%,rgba(178,255,63,.045),transparent 32%),#020b07;border-bottom:1px solid rgba(255,255,255,.08)}.case-hero-top{display:flex;justify-content:space-between;gap:24px}.case-hero-top span,.case-hero-top p{margin:0;color:var(--lime);letter-spacing:.14em;font-size:var(--text-caption)}.case-hero-heading{align-self:center}.case-hero-heading h1{max-width:9ch;margin:0 0 14px;font-size:clamp(70px,8vw,128px);line-height:.92;letter-spacing:-.055em}.case-hero-heading>strong{color:var(--mint);font-size:clamp(21px,1.9vw,30px);font-weight:400}.case-hero-footer{display:grid;grid-template-columns:minmax(320px,1fr) minmax(360px,auto);gap:clamp(36px,7vw,110px);align-items:end}.case-hero-footer>p{max-width:58ch;margin:0;color:#ffffffb3;font-size:17px;line-height:1.72}.case-hero-tools{display:grid;justify-items:end}.case-hero-meta{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:14px;margin:0}.case-hero-meta span{padding:8px 12px;color:#ffffffad;border:1px solid rgba(255,255,255,.11);border-radius:999px;font-size:var(--text-caption)}.case-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.case-hero-actions button{min-width:124px;padding:11px 18px;color:#061006;border:1px solid var(--lime);border-radius:999px;background:var(--lime);cursor:pointer;font-size:var(--text-ui);font-weight:540;transition:transform .18s ease,color .18s ease,background .18s ease}.case-hero-actions button+button{color:#ffffffc7;background:transparent}.case-hero-actions button:hover,.case-hero-actions button:focus-visible{transform:translateY(-3px)}.case-hero-actions button+button:hover,.case-hero-actions button+button:focus-visible{color:#061006;background:var(--lime)}.case-chapter{scroll-margin-top:var(--case-chrome-height)}.chapter-intro{min-height:56vh;display:grid;grid-template-columns:minmax(100px,.35fr) minmax(300px,1fr);gap:clamp(42px,7vw,120px);align-items:end;padding:clamp(70px,9vw,150px);background:#06110a;border-bottom:1px solid rgba(255,255,255,.08)}.chapter-intro>span{align-self:start;color:var(--lime);font-size:clamp(54px,7vw,108px);font-weight:300}.chapter-intro p:first-child{color:var(--lime);font-size:var(--text-caption);letter-spacing:.14em}.chapter-intro h2{max-width:11ch;margin:18px 0 28px;font-size:clamp(48px,6vw,90px);line-height:1}.chapter-intro div>p:last-child{max-width:46ch;color:#ffffffa1;line-height:1.8}.case-story{padding:0;background:#000504}.narrative-break{display:grid;grid-template-columns:120px 1fr;align-items:baseline;gap:28px;max-width:1180px;margin:0 auto;padding:116px 0 32px}.narrative-break span{color:var(--lime);font-size:var(--text-caption);letter-spacing:.14em}.narrative-break h3{margin:0;font-size:clamp(30px,4vw,58px);font-weight:450}.case-slide{width:100%;max-width:none;margin:0;line-height:0;background:#000504;scroll-margin-top:var(--case-chrome-height)}.case-slide img{width:100%;height:auto;display:block}.case-slide>picture{display:block;width:100%}#page-34,#page-35,#page-36{width:100%;margin-inline:0;background:linear-gradient(180deg,#0a0f0a,#060c06,#010802)}#page-34>img,#page-35>img,#page-36>img{width:min(90%,1340px);margin-inline:auto}.motion-slot{max-width:none;min-height:720px;display:grid;grid-template-columns:minmax(280px,1fr) minmax(300px,390px);gap:clamp(48px,8vw,120px);align-items:center;margin:0;padding:clamp(72px,9vw,160px) clamp(32px,10vw,190px);border:0;border-radius:0;background:radial-gradient(circle at 74% 50%,rgba(178,255,63,.07),transparent 30%),#06110a}.motion-slot-copy>span{color:var(--lime);font-size:var(--text-caption);letter-spacing:.14em}.motion-slot-copy h3{max-width:10ch;margin:24px 0;font-size:clamp(42px,5vw,74px);line-height:1.04}.motion-slot-copy p{max-width:42ch;color:#ffffffb3;font-size:var(--text-body);line-height:1.75}.motion-slot-copy small{display:block;margin-top:34px;color:var(--lime);font-size:var(--text-caption)}.motion-poster{width:min(100%,390px);aspect-ratio:9 / 16;display:grid;grid-template-rows:1fr auto;margin:0;overflow:hidden;border:var(--ui-frame-width) solid var(--ui-frame-color);border-radius:34px;background:#000;box-shadow:0 34px 100px #00000075,0 0 70px #b2ff3f14}.motion-poster img{width:100%;height:100%;min-height:0;object-fit:contain}.motion-poster--video .case-slide-video{width:100%;height:100%;min-height:0;object-fit:fill}.motion-poster--video{width:auto;height:min(96vh,730px);max-width:100%;aspect-ratio:592 / 1280;display:block;border:var(--ui-frame-width) solid var(--ui-frame-color);border-radius:12%/5.5%;align-self:start}.motion-slot--video{min-height:calc(100vh - var(--case-tab-height));max-height:calc(100vh - var(--case-tab-height));overflow:hidden;padding-top:clamp(44px,6vh,64px);padding-bottom:clamp(32px,4vh,56px)}.motion-slot--video .motion-slot-copy{align-self:center}.motion-slot--membership-growth .motion-poster--video{height:min(122vh,920px)}.motion-slot--membership-growth{grid-template-columns:minmax(280px,1fr) minmax(300px,410px);min-height:calc(100vh - var(--case-tab-height) - 28px);max-height:calc(100vh - var(--case-tab-height) - 28px)}.motion-slot--theme-switch{grid-template-columns:minmax(320px,.9fr) minmax(360px,.72fr);gap:clamp(56px,7vw,108px);padding-right:clamp(64px,12vw,220px)}.motion-slot--theme-switch .motion-poster--video{box-sizing:content-box;width:auto;height:min(76vh,760px);aspect-ratio:592 / 1280;border-radius:clamp(24px,2.2vw,38px);background:#050806}.motion-slot--theme-switch .motion-poster--video .case-slide-video{object-fit:contain}.motion-slot--dual-player-demo{grid-template-columns:minmax(300px,.82fr) minmax(560px,700px);gap:clamp(48px,6vw,96px);padding-right:clamp(42px,6vw,112px)}.motion-dual-posters{grid-column:2;display:grid;grid-template-columns:repeat(2,minmax(0,280px));gap:clamp(18px,2vw,30px);align-items:center;justify-content:end}.motion-slot--dual-player-demo .motion-dual-posters .motion-poster--video{grid-column:auto;box-sizing:content-box;width:100%;height:auto;aspect-ratio:750 / 1624;border-radius:11%/5.2%;align-self:center}.motion-slot--dual-player-demo .case-slide-video{object-fit:contain}@media(min-width:1101px){.motion-slot--video{position:relative}.motion-slot--video .motion-slot-copy{position:absolute;z-index:1;top:50%;left:clamp(32px,10vw,190px);transform:translateY(calc(-50% - 100px))}.motion-slot--video .motion-poster--video{grid-column:2}.motion-slot--theme-switch .motion-slot-copy{transform:translateY(calc(-50% - 56px))}.motion-slot--dual-player-demo .motion-slot-copy{left:clamp(40px,6vw,120px);transform:translateY(calc(-50% - 56px))}}.motion-slot--video .motion-slot-copy h3{max-width:none;margin:20px 0 0;font-size:clamp(44px,4.2vw,60px);line-height:1.06;letter-spacing:-.035em;white-space:nowrap}.motion-poster figcaption{padding:14px;color:var(--lime);text-align:center;border-top:1px solid rgba(255,255,255,.12);font-size:var(--text-caption);letter-spacing:.12em}.next-case{min-height:62vh;display:flex;flex-direction:column;justify-content:center;padding:clamp(72px,10vw,150px);background:#07120b}.next-case>p{color:var(--lime);letter-spacing:.14em;font-size:13px}.next-case button{display:flex;align-items:baseline;gap:28px;margin-top:32px;padding:0;color:#fff;text-align:left;border:0;background:none;cursor:pointer}.next-case button span{color:var(--lime);font-size:clamp(50px,7vw,100px);font-weight:300}.next-case button strong{font-size:clamp(50px,7vw,100px);line-height:1}.portfolio-finale{position:relative;min-height:0;background:#000}.portfolio-finale img{width:100%;height:auto;min-height:0;display:block}.portfolio-finale>picture{display:block;width:100%}.case-reader-dock{position:fixed;z-index:72;right:20px;bottom:18px;display:flex;align-items:center;gap:8px;padding:6px;border:1px solid rgba(178,255,63,.18);border-radius:999px;background:#000805c2;box-shadow:0 16px 48px #00000057;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);opacity:.9;transition:opacity .18s ease,transform .24s ease,border-color .18s ease}.case-reader-dock:hover,.case-reader-dock:focus-within{opacity:1;border-color:#b2ff3f57}.case-view.case-at-overview .case-reader-dock{opacity:0;pointer-events:none;transform:translateY(14px)}.case-reader-state{display:none}.case-reader-state span{max-width:176px;overflow:hidden;color:var(--lime);text-overflow:ellipsis;white-space:nowrap;font-size:12px;letter-spacing:.08em}.case-reader-state strong{color:#ffffffd1;font-size:14px;font-weight:500}.case-reader-dock button{min-width:112px;height:42px;padding:0 18px;color:#ffffffbd;border:0;border-radius:999px;background:#ffffff0a;cursor:pointer;font-size:15px;font-weight:520}.case-reader-dock button:hover,.case-reader-dock button:focus-visible{color:#fff;border-color:#b2ff3f57;background:#b2ff3f12}.case-reader-dock button[aria-pressed=true]{color:var(--lime);border-color:#b2ff3f75;background:#b2ff3f1f}.case-view.focus-reading .case-header,.case-view.focus-reading .case-sidebar,.case-view.compact-chrome .case-header{opacity:0;pointer-events:none;transform:translateY(-110%)}.case-view.compact-chrome .case-sidebar{top:0}.case-view.focus-reading .case-content{padding-top:0}.case-view.focus-reading .case-chapter,.case-view.focus-reading .case-slide{scroll-margin-top:0}.lightbox{position:fixed;z-index:200;top:0;right:0;bottom:0;left:0;display:grid;grid-template-rows:1fr auto;place-items:center;padding:68px 24px 24px;background:#000403f5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.lightbox img{max-width:95vw;max-height:calc(100vh - 130px);object-fit:contain}.lightbox p{margin:14px 0 0;color:var(--muted);font-size:12px}.lightbox-close{position:absolute;z-index:2;top:20px;right:24px;padding:10px 16px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:#07120b;cursor:pointer}@media(min-width:761px)and (max-width:1100px){.case-hero-footer{grid-template-columns:1fr;gap:28px}.case-hero-tools{justify-items:start}.case-hero-meta{justify-content:flex-start}.motion-slot{min-height:auto;grid-template-columns:minmax(0,1fr);gap:40px;padding:48px}.motion-poster{justify-self:center}.motion-slot--dual-player-demo{grid-template-columns:1fr}.motion-dual-posters{grid-column:1;justify-content:center}}@media(max-width:760px){:root{--site-header-height: 68px;--case-header-height: 0px;--case-tab-height: 58px;--case-chrome-height: 58px}.site-header{height:var(--site-header-height);gap:12px;padding:0 14px}.identity{min-width:0;flex:0 1 auto}.identity span{display:block;overflow:hidden;font-size:clamp(11px,3.05vw,13px);text-overflow:ellipsis}.site-header nav{flex:0 0 auto;gap:clamp(10px,3vw,14px)}.site-header nav button,.site-header nav a{font-size:clamp(12px,3.35vw,14px)}.site-header nav a,.site-header nav button:last-child{display:none}.visual-section{min-height:auto}.visual-section>img,.visual-section>picture,.visual-section>picture>img{width:100%;min-height:auto;object-fit:contain}.cover-section>img,.cover-section>picture,.cover-section>picture>img{width:100%;height:auto;min-height:auto;object-fit:contain}.about-section>img,.projects-section>img,.project-hotspots{display:none}.mobile-content{display:block;width:100%;padding:96px 22px 64px}.eyebrow{color:var(--lime);font-size:12px;letter-spacing:.16em}.about-mobile h2{margin:18px 0 8px;font-size:clamp(42px,11.8vw,54px);line-height:1}.about-mobile .role{margin:0 0 38px;font-size:clamp(19px,5.5vw,22px)}.about-mobile>p:not(.eyebrow,.role){color:#ffffffa6;line-height:1.75}.about-mobile ol{display:grid;gap:0;margin:48px 0 0;padding:0;list-style:none;border-top:1px solid var(--line)}.about-mobile li{display:flex;justify-content:space-between;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.12)}.about-mobile li span{color:var(--lime)}.mobile-projects{display:grid;gap:14px}.mobile-project{display:grid;grid-template-columns:58px 1fr;gap:6px 14px;padding:24px;color:#fff;text-align:left;border:1px solid rgba(178,255,63,.24);border-radius:24px;background:#08150d;box-shadow:inset 3px 0 0 transparent;cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.mobile-project:hover,.mobile-project:focus-visible{border-color:#b2ff3f75;background:#0a1a10;box-shadow:inset 3px 0 0 var(--lime)}.mobile-project>span{grid-row:1 / 3;color:var(--lime);font-size:42px;font-weight:300}.mobile-project strong{font-size:20px}.mobile-project small{color:var(--muted)}.project-dialog{grid-template-columns:1fr;max-height:90vh;overflow-y:auto;border-radius:24px}.project-dialog>img{min-height:260px;order:-1}.dialog-copy{padding:30px 24px 34px}.dialog-copy h2{font-size:42px}.dialog-close{top:18px;right:18px}.case-header{height:var(--case-header-height);grid-template-columns:1fr auto;gap:12px;padding:0 16px}.case-header-title{display:none}.case-switcher button{width:34px;height:34px}.case-sidebar{position:fixed;inset:0 0 auto;z-index:28;display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;width:auto;height:var(--case-tab-height);padding:8px 12px;overflow-x:auto;border-right:0;border-bottom:1px solid rgba(255,255,255,.08);background:#020805f5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);scrollbar-width:none}.case-back--inline{width:32px;height:32px;padding:0}.case-sidebar-tabs{min-width:0;width:100%;overflow-x:auto}.case-sidebar::-webkit-scrollbar,.case-sidebar>p,.case-sidebar>strong{display:none}.case-sidebar-tabs button{flex:0 0 calc(50% - 4px);min-width:0;height:42px;padding:10px 12px;border-radius:12px;overflow:hidden;font-size:clamp(12px,3.4vw,14px);text-overflow:ellipsis;white-space:nowrap}.case-content{margin-left:0;padding-top:var(--case-chrome-height)}.case-hero{min-height:calc(100svh - var(--case-chrome-height));grid-template-rows:auto auto auto;gap:34px;padding:52px 24px 96px}.case-hero-top{display:grid;gap:7px}.case-hero-heading h1{font-size:clamp(58px,18vw,82px)}.case-hero-footer{grid-template-columns:1fr;gap:24px}.case-hero-footer>p{font-size:16px}.case-hero-tools{justify-items:start}.case-hero-meta{justify-content:flex-start}.case-hero-actions{width:100%}.case-hero-actions button{flex:1 1 140px}.chapter-intro{min-height:70vh;grid-template-columns:1fr;align-items:start;gap:36px;padding:78px 24px}.chapter-intro>span{font-size:64px}.chapter-intro h2{font-size:52px}.case-story{padding:0}.narrative-break{grid-template-columns:1fr;gap:12px;padding:78px 10px 24px}.case-slide{margin:0;content-visibility:auto;contain-intrinsic-size:auto 720px}#page-34,#page-35,#page-36{width:100%}#page-34>img,#page-35>img,#page-36>img{width:100%}.motion-slot{min-height:auto;grid-template-columns:1fr;margin:0;padding:70px 24px;border-radius:0}.motion-slot--video{min-height:auto;max-height:none;overflow:hidden}.motion-slot--video .motion-poster--video{height:min(68svh,620px);max-height:calc(100svh - var(--case-tab-height) - 32px);align-self:center}.motion-slot--theme-switch .motion-poster--video,.motion-slot--membership-growth .motion-poster--video{height:min(68svh,620px)}.motion-slot-copy h3{font-size:44px}.motion-poster{justify-self:center}.motion-slot--dual-player-demo{grid-template-columns:1fr}.motion-dual-posters{grid-column:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;justify-content:center}.next-case{min-height:70vh;padding:80px 24px}.next-case button{align-items:flex-start}.next-case button span,.next-case button strong{font-size:52px}.portfolio-finale img{width:100%;min-height:auto}.case-reader-dock{right:12px;bottom:max(12px,env(safe-area-inset-bottom));left:auto;justify-content:flex-end;border-radius:999px}.case-reader-state{min-width:0;margin-right:auto;overflow:hidden}.case-reader-state span{max-width:112px}.case-reader-dock button{padding:0 11px;font-size:13px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
