:root{--paper:#fffaf5;--paper-2:#f5eee7;--ink:#0a0a0a;--graphite:#3e3e42;--muted:#706a64;--line:#e7ddd4;--white:#fafafa;--mint:#21ffc0;--orange:#ff6a00;--blue:#25a7f0;--sans:"PingFang SC", "HarmonyOS Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;--serif:"Songti SC", "Noto Serif SC", "STSong", serif;--mono:"IBM Plex Mono", "SFMono-Regular", Consolas, monospace;--pointer-x:0;--pointer-y:0}@media (min-width:981px){html body section#top.hero-scene-tidy{--tidy-secondary-card-w:clamp(156px, 13.5vw, 176px)!important;--tidy-secondary-card-h:clamp(174px, 15vw, 190px)!important}html body section#top.hero-scene-tidy .hero-copy-text{gap:clamp(2px,.35vw,6px)!important}html body section#top.hero-scene-tidy .hero-copy-text>*{margin-top:0!important;margin-bottom:clamp(2px,.35vw,6px)!important}html body section#top.hero-scene-tidy .desk-airdrop,html body section#top.hero-scene-tidy .desk-folder{width:var(--tidy-secondary-card-w)!important;height:var(--tidy-secondary-card-h)!important;top:84%!important;transform:rotate(0)!important}html body section#top.hero-scene-tidy .desk-folder{left:auto!important;right:3.2%!important}html body section#top.hero-scene-tidy .desk-airdrop{right:calc(3.2% + var(--tidy-secondary-card-w) + 24px)!important;left:auto!important}}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{color:var(--graphite);background:var(--paper);font-family:var(--sans);margin:0;overflow-x:hidden}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}img{max-width:100%;display:block}::selection{color:var(--ink);background:var(--mint)}.section-pad{padding:124px max(30px,50vw - 770px)}.section-label{color:#817a73;font:500 12px/1 var(--mono);letter-spacing:.04em;align-items:center;gap:12px;display:flex}.section-label span{border:1px solid var(--line);border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.section-label.light{color:#fafafa8c}.section-label.light span{border-color:#fafafa33}.site-nav{z-index:80;pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:fixed;inset:22px 28px auto}.site-nav>*{pointer-events:auto}.brand{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:58px;height:58px;font:700 13px var(--mono);background:#fffaf5e0;border:1px solid #1010101f;border-radius:50%;place-items:center;display:grid;position:relative;box-shadow:0 8px 28px #3c2d1e14}.brand span{font-size:7px;position:absolute;top:3px;right:-5px}.site-nav nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffaf5e0;border:1px solid #1010101a;border-radius:999px;gap:4px;padding:5px;display:flex}.site-nav nav.dock-nav{align-items:center;height:52px;overflow:visible}.site-nav nav.dock-nav a{z-index:1;transform-origin:bottom;border-radius:999px;place-items:center;min-width:58px;min-height:38px;padding:0 13px;font-size:13px;transition:color .2s,background .2s,box-shadow .2s;display:grid;position:relative}.site-nav nav.dock-nav a:hover,.site-nav nav.dock-nav a:focus-visible{z-index:2;background:#fff;box-shadow:0 7px 18px #372a1e17}.menu-button{height:48px;color:var(--white);background:var(--ink);cursor:pointer;border:0;border-radius:999px;align-items:center;gap:12px;padding:0 18px;display:flex}.menu-button i{background:var(--mint);border-radius:50%;width:8px;height:8px}.menu-button:focus-visible,a:focus-visible,button:focus-visible{outline:2px solid var(--mint);outline-offset:3px}.staggered-menu{display:contents}.sm-menu-toggle{z-index:96;justify-content:center;min-width:102px;position:relative}.sm-menu-toggle-copy{min-width:2em;display:inline-block}.sm-menu-icon{width:12px;height:12px;color:var(--mint);position:relative}.sm-menu-icon>span{background:currentColor;border-radius:99px;width:11px;height:2px;transition:transform .55s cubic-bezier(.19,1,.22,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sm-menu-icon>span:nth-child(2){transform:translate(-50%,-50%)rotate(90deg)}.staggered-menu.is-open .sm-menu-icon>span:first-child,body.menu-open .sm-menu-icon>span:first-child{transform:translate(-50%,-50%)rotate(135deg)}.staggered-menu.is-open .sm-menu-icon>span:nth-child(2),body.menu-open .sm-menu-icon>span:nth-child(2){transform:translate(-50%,-50%)rotate(225deg)}.sm-menu-scrim{z-index:84;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;pointer-events:none;background:#0c0a0933;border:0;transition:opacity .35s,visibility .35s;position:fixed;inset:0}.sm-menu-underlays{z-index:86;pointer-events:none;width:min(520px,44vw);position:fixed;inset:0 0 0 auto}.sm-menu-underlays span{background:#21ffc0;transition:transform .62s cubic-bezier(.19,1,.22,1);position:absolute;inset:0;transform:translate(105%)}.sm-menu-underlays span:nth-child(2){background:#ff765d;transition-delay:60ms}.sm-menu-panel{z-index:88;color:#171717;visibility:hidden;pointer-events:none;background:#fffaf5;flex-direction:column;width:min(500px,42vw);padding:112px 36px 32px;transition:transform .68s cubic-bezier(.19,1,.22,1) .11s,visibility 10ms .79s;display:flex;position:fixed;inset:0 0 0 auto;transform:translate(105%);box-shadow:-24px 0 70px #281e1621}.staggered-menu.is-open .sm-menu-scrim,body.menu-open .sm-menu-scrim{opacity:1;visibility:visible;pointer-events:auto}.staggered-menu.is-open .sm-menu-underlays span,body.menu-open .sm-menu-underlays span{transform:translate(0)}.staggered-menu.is-open .sm-menu-panel,body.menu-open .sm-menu-panel{visibility:visible;pointer-events:auto;transition-delay:.11s,0s;transform:translate(0)}.sm-menu-meta{color:#756e67;font:10px/1.3 var(--mono);letter-spacing:.08em;border-bottom:1px solid #16161621;justify-content:space-between;gap:16px;padding-bottom:24px;display:flex}.sm-menu-links{margin-top:38px;display:grid}.sm-menu-links a{--sm-index:0;color:#201e1c;opacity:0;transform-origin:0 100%;transition:color .25s, opacity .55s calc(.21s + var(--sm-index) * 75ms), transform .7s calc(.21s + var(--sm-index) * 75ms) cubic-bezier(.19,1,.22,1);border-bottom:1px solid #1616161c;grid-template-columns:34px 1fr auto;align-items:baseline;gap:12px;padding:17px 0;display:grid;position:relative;overflow:hidden;transform:translateY(56px)rotate(3deg)}.staggered-menu.is-open .sm-menu-links a,body.menu-open .sm-menu-links a{opacity:1;transform:none}.sm-menu-links a:hover,.sm-menu-links a:focus-visible{color:#ff6248}.sm-menu-links small{color:#9a9189;font:10px var(--mono)}.sm-menu-links span{letter-spacing:-.045em;font-family:PingFang SC,HarmonyOS Sans SC,Microsoft YaHei,sans-serif;font-size:clamp(30px,3.35vw,46px);font-weight:600;line-height:1.08}.sm-menu-links em{color:#90877f;font:10px var(--mono);text-transform:uppercase}.sm-menu-footer{color:#766e67;font:10px/1.5 var(--mono);border-top:1px solid #16161621;gap:12px;margin-top:auto;padding-top:22px;display:grid}.bubble-menu-root{z-index:99;position:relative}.bubble-menu-toggle{z-index:102;min-width:92px;height:50px;color:var(--white);background:var(--ink);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:0 17px;display:flex;position:relative;box-shadow:0 10px 28px #1f18131f}.bubble-menu-toggle>span{letter-spacing:.04em;font-family:PingFang SC,HarmonyOS Sans SC,Microsoft YaHei,sans-serif;font-size:14px;font-weight:500}.bubble-menu-toggle i{width:14px;height:14px;color:var(--mint);position:relative}.bubble-menu-toggle b{background:currentColor;border-radius:99px;width:12px;height:2px;transition:transform .45s cubic-bezier(.19,1,.22,1);position:absolute;top:6px;left:1px}.bubble-menu-toggle b:nth-child(2){transform:rotate(90deg)}.bubble-menu-root.is-open .bubble-menu-toggle b:first-child{transform:rotate(45deg)}.bubble-menu-root.is-open .bubble-menu-toggle b:nth-child(2){transform:rotate(-45deg)}.bubble-menu-overlay{z-index:98;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);opacity:0;background:#fffaf5f5;place-items:center;padding:112px 30px 38px;display:none;position:fixed;inset:0}.bubble-menu-pills{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;width:min(1160px,100%);padding:0;display:grid}.site-nav .bubble-menu-pills{display:grid}.site-nav nav.bubble-menu-pills{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;padding:0}.bubble-menu-pill{--bubble-rotation:0deg;--bubble-hover-bg:var(--mint);--bubble-hover-color:var(--ink);color:#252225;min-height:128px;box-shadow:none;transform:rotate(var(--bubble-rotation));background:#fffdfa;border:1px solid #28221d24;border-radius:999px;grid-column:span 2;justify-content:center;align-items:center;text-decoration:none;transition:color .28s,background .28s,scale .3s cubic-bezier(.19,1,.22,1),transform .55s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden}.bubble-menu-pill:nth-child(4){grid-column:2/span 2}.bubble-menu-pill:nth-child(5){grid-column:4/span 2}.bubble-menu-pill span{letter-spacing:-.04em;font-family:PingFang SC,Alibaba PuHuiTi,HarmonyOS Sans SC,Microsoft YaHei,sans-serif;font-size:clamp(25px,3vw,42px);font-weight:600}.bubble-menu-pill small{color:currentColor;font:9px var(--mono);opacity:.55;position:absolute;top:22px;right:28px}.bubble-menu-pill:hover,.bubble-menu-pill:focus-visible{color:var(--bubble-hover-color);background:var(--bubble-hover-bg);box-shadow:none;scale:1.025}.text-type{white-space:pre-line;display:inline-block}.text-type__content{color:inherit;font:inherit;letter-spacing:inherit}.text-type__symbol{letter-spacing:0;vertical-align:.04em;place-items:center;width:.94em;height:.94em;margin-left:.08em;font-size:.82em;font-style:normal;line-height:1;display:inline-grid;transform:none;font-family:Segoe UI Symbol,Arial Unicode MS,sans-serif!important;font-weight:400!important}.text-type__cursor{background:var(--mint);vertical-align:-.05em;transform-origin:50%;border-radius:1px;width:5px;height:.78em;margin-left:.14em;animation:1s step-end infinite text-type-cursor-blink;display:inline-block}.text-type__symbol+.text-type__cursor{margin-left:.34em}@keyframes text-type-cursor-blink{0%,46%{opacity:1}47%,96%{opacity:0}97%,to{opacity:1}}.section-type{white-space:pre-line}.section-type-display{min-height:2.3em;display:block}.section-type-about,.section-type-recent{min-height:1.2em}.sm-menu-footer a{color:#211f1d;width:max-content;font-size:13px}.hero{isolation:isolate;touch-action:pan-y;background:#fef9f4;border-top:5px solid #222;height:1080px;min-height:1080px;position:relative;overflow:visible}.hero-copy{z-index:12;text-align:center;width:min(620px,50vw);transition:left .9s cubic-bezier(.19,1,.22,1),top .9s cubic-bezier(.19,1,.22,1),width .9s cubic-bezier(.19,1,.22,1);position:absolute;top:42%;left:50%;transform:translate(-50%,-50%)}.hero-copy-text{transition:width .9s cubic-bezier(.19,1,.22,1),margin .9s cubic-bezier(.19,1,.22,1),transform .9s cubic-bezier(.19,1,.22,1),text-align .9s cubic-bezier(.19,1,.22,1)}.hero-eyebrow{color:#746e68;font:500 12px var(--mono);letter-spacing:.07em;margin:0 0 18px}.hero h1{color:#414042;letter-spacing:-.055em;white-space:nowrap;margin:0;font:400 clamp(64px,6.4vw,104px)/1.04 Segoe Script,Bradley Hand,Comic Sans MS,cursive;transform:rotate(-3deg)}.hero-statement{color:#635e59;font:500 19px/1.2 var(--mono);letter-spacing:.025em;gap:6px;margin:28px 0 0;display:grid}.hero-statement i{font-size:12px;font-weight:400}.hero-intro{color:#69635d;font:500 16px/1.65 var(--mono);letter-spacing:.015em;margin:22px auto 0}.hero-scene-controls{z-index:20;justify-content:center;align-items:center;gap:10px;width:164px;height:48px;margin:0;display:flex;position:absolute;top:calc(100svh - 79px);left:50%;transform:translate(-50%)}.hero-scene-button{color:#69645e;width:48px;height:48px;box-shadow:none;cursor:pointer;background:#fffaf6;border:1px solid #e7e6de;border-radius:12px;flex:0 0 48px;place-items:center;padding:0;transition:transform .22s,background-color .22s,border-color .22s;display:grid;position:relative}.hero-scene-button:after{display:none}.hero-scene-button:hover{transform:translateY(-1px)}.hero-scene-button:focus-visible{outline-offset:3px;outline:2px solid #414042}.hero-scene-button[aria-pressed=true]{background:#e7e6de;border-color:#e7e6de;transform:none}.scene-icon{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;display:block;overflow:visible}.scene-icon-cup{width:22px;height:33.5px}.scene-icon-broom{width:48px;height:48px}.scene-icon-pencil{width:26px;height:39px}.hero-status{z-index:15;color:#746e68;font:11px var(--mono);align-items:center;gap:9px;display:flex;position:absolute;bottom:22px;left:28px}.hero-status i{background:var(--mint);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #21ffc02b}.scroll-hint{z-index:15;color:#746e68;font:11px var(--mono);gap:12px;display:flex;position:absolute;bottom:20px;right:28px}.desk-collage{z-index:4;pointer-events:none;width:620px;height:878px;transition:transform .9s cubic-bezier(.19,1,.22,1),opacity .45s,visibility .45s;position:absolute;top:0}.desk-collage-left{z-index:4;transform-origin:0 0;left:0}.desk-collage-right{z-index:7;transform-origin:100% 0;width:430px;right:0}.desk-object{pointer-events:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;will-change:transform, translate, rotate, scale;border:0;max-width:none;transition:translate .95s cubic-bezier(.19,1,.22,1),rotate .95s cubic-bezier(.19,1,.22,1),scale .95s cubic-bezier(.19,1,.22,1),opacity .45s;display:block;position:absolute}.desk-static{pointer-events:none}.desk-paper{z-index:0;width:310px;top:125px;left:-165px}.desk-lamp{z-index:1;width:430px;top:-45px;left:-35px}.desk-note{z-index:3;width:185px;top:220px;left:180px}.desk-notebook{z-index:2;transform-origin:50%;width:720px;top:330px;left:-240px;transform:rotate(-17deg)}.desk-pen{z-index:5;object-fit:fill;width:180px;height:240px;top:255px;left:225px}.desk-coffee{z-index:4;width:220px;top:357px;left:-55px}.desk-film{z-index:5;width:215px;top:548px;left:0}.desk-lighter{z-index:6;width:115px;top:477px;left:235px}.desk-cream{z-index:6;width:175px;top:690px;left:245px}.desk-cursor{z-index:7;width:80px;top:105px;right:319px}.desk-folder{z-index:9;pointer-events:auto;transform-origin:50%;will-change:translate, rotate, scale;width:200px;height:160px;transition:translate .95s cubic-bezier(.19,1,.22,1),rotate .95s cubic-bezier(.19,1,.22,1),scale .95s cubic-bezier(.19,1,.22,1),opacity .45s;position:absolute;top:401px;right:212px;transform:rotate(-8deg)}@media (min-width:901px){.hero-scene-desk .desk-folder{top:425px;right:187px}}.desk-toolbar{z-index:10;width:115px;top:443px;right:23px}.desk-record{z-index:5;cursor:pointer;transform-origin:52% 46%;will-change:translate, rotate, scale;background:#fffaf5f5;border:1px solid #28232014;border-radius:18px;width:306px;height:374px;padding:20px 28px 16px;transition:translate .95s cubic-bezier(.19,1,.22,1),rotate .95s cubic-bezier(.19,1,.22,1),scale .95s cubic-bezier(.19,1,.22,1),opacity .45s;display:block;top:63px;right:22px;overflow:hidden;box-shadow:0 18px 44px #3228200f}.desk-record-vinyl{transform-origin:50%;width:218px;height:218px;margin:0 auto;animation:18s linear infinite desk-vinyl-spin;display:block;position:relative}.desk-record-vinyl img{border-radius:50%;width:100%;height:100%;position:absolute;inset:0}.desk-record-vinyl img:last-child{width:38%;height:38%;inset:31%}.desk-record-copy{color:#746e68;text-align:center;font:11px/1.35 var(--mono);gap:4px;margin-top:12px;display:grid}.desk-record-copy strong{color:#4f4a45;font-weight:500}.desk-record-line{--audio-progress:0%;background:#d7d1cb;border-radius:99px;height:2px;margin:12px 0 6px;position:relative;overflow:visible}.desk-record-line:before{content:"";width:var(--audio-progress);border-radius:inherit;background:#25a7f0;transition:width .12s linear;position:absolute;inset:0 auto 0 0}.desk-record-line:after{content:"";left:var(--audio-progress);background:#746e68;border-radius:50%;width:8px;height:8px;transition:left .12s linear,background-color .2s,box-shadow .2s;position:absolute;top:50%;transform:translate(-50%,-50%)}.desk-record.is-playing .desk-record-line:after{background:#25a7f0;box-shadow:0 0 0 3px #25a7f024}#deskRecordAudio{display:none}.desk-record-stage{display:contents}@media (min-width:901px){html body section#top.hero-scene-tidy :is(.desk-pen,.desk-toolbar){object-fit:contain;opacity:1;max-width:none;height:auto;top:212px;bottom:auto;right:auto;transform:none}html body section#top.hero-scene-tidy .desk-pen{transform-origin:49.4141% 50.1953%;width:249.756px;left:calc(61.8304% + 120px);translate:-49.4141% -50.1953%}html body section#top.hero-scene-tidy .desk-toolbar{transform-origin:51.7731% 49.7532%;width:72.7742px;left:calc(71.8304% + 120px);translate:-51.7731% -49.7532%}html body section#top.hero-scene-tidy .desk-cursor{object-fit:contain;transform-origin:48.1638% 48.3003%;opacity:1;width:97.8802px;max-width:none;height:auto;inset:302px auto auto calc(83% + 144px);transform:none}html body section#top.hero-scene-tidy .desk-cream{object-fit:contain;transform-origin:50%;opacity:1;width:158.4px;max-width:none;height:auto;inset:626px auto auto 35%;transform:none}html body section#top.hero-scene-tidy :is(.desk-notebook,.desk-coffee){object-fit:contain;max-width:none;bottom:auto;right:auto;translate:none;rotate:none;scale:1;transform:none!important}html body section#top.hero-scene-tidy .desk-notebook{width:402.6px;height:auto;top:521px;left:0}html body section#top.hero-scene-tidy .desk-coffee{z-index:8;width:132px;height:132px;top:579.3px;left:209px}html body section#top.hero-scene-tidy .desk-record-stage{z-index:16;width:312.664px;height:255.816px;display:block;position:absolute;top:224px;left:50%;transform:translate(-50%,-50%)}html body section#top.hero-scene-tidy .desk-record{aspect-ratio:306/374;transform-origin:50%;opacity:1;z-index:16;width:306px;min-width:0;max-width:none;height:374px;min-height:0;max-height:none;transition:transform .6s cubic-bezier(.22,.8,.28,1),opacity .45s;animation:none;inset:50% auto auto 50%;transform:translate(-50%,-50%)rotate(90deg)scale(.836)}html body section#top.hero-scene-tidy .desk-record-stage:hover .desk-record,html body section#top.hero-scene-tidy .desk-record:focus-visible{transform:translate(-50%,-50%)rotate(0)scale(.836)}}@media (min-width:901px) and (prefers-reduced-motion:reduce){html body section#top.hero-scene-tidy .desk-record{transition:none}}@keyframes desk-vinyl-spin{to{transform:rotate(360deg)}}.desk-object:not(.desk-static){transform-origin:50%}.desk-object:not(.desk-toolbar):not(.desk-static):hover{animation:.62s cubic-bezier(.22,.8,.28,1) desk-object-wiggle}.desk-toolbar:hover{animation:1.05s cubic-bezier(.45,.05,.55,.95) infinite alternate desk-toolbar-breathe}.desk-notebook.desk-static{pointer-events:auto;backface-visibility:hidden;transform-style:preserve-3d}.desk-coffee{backface-visibility:hidden;transform-style:preserve-3d}.desk-notebook.desk-static:hover{animation:1.4s ease-in-out desk-notebook-bloom}.desk-notebook.desk-static:hover~.desk-coffee{animation:1.4s ease-in-out desk-coffee-follow}@keyframes desk-object-wiggle{0%,to{transform:rotate(var(--resting-angle,0deg)) scale(var(--object-scale,1))}24%{transform:rotate(calc(var(--resting-angle,0deg) - 5.2deg)) scale(var(--object-scale,1))}52%{transform:rotate(calc(var(--resting-angle,0deg) + 5.8deg)) scale(var(--object-scale,1))}78%{transform:rotate(calc(var(--resting-angle,0deg) - 2.4deg)) scale(var(--object-scale,1))}}@keyframes desk-notebook-bloom{0%,to{transform:translate(0,0)rotate(-17deg)scale(1)}50%{transform:translate(0,0)rotate(-15.5deg)scale(1.045)}}@keyframes desk-coffee-follow{0%,to{transform:translate(0,0)rotate(0)scale(1)}50%{transform:translate(0,0)rotate(1.4deg)scale(1.045)}}@keyframes desk-toolbar-breathe{0%{transform:scale(.96)}to{transform:scale(1.075)}}.rb-folder-host{--folder-scale:1}.rb-folder-stage{width:100px;height:80px;transform:scale(var(--folder-scale));transform-origin:0 0}.rb-folder{cursor:pointer;filter:drop-shadow(0 7px 6px #165b8033);width:100px;height:80px;transition:transform .26s cubic-bezier(.22,.8,.28,1),filter .26s}.rb-folder:hover,.rb-folder.open{filter:drop-shadow(0 10px 8px #165b8040);transform:translateY(-8px)}.rb-folder__back{background:var(--folder-back-color);border-radius:0 10px 10px;width:100px;height:80px;position:relative}.rb-folder__back:after{z-index:0;background:var(--folder-back-color);content:"";border-radius:6px 6px 0 0;width:34px;height:11px;position:absolute;bottom:98%;left:0}.rb-paper{--magnet-x:0px;--magnet-y:0px;z-index:2;filter:drop-shadow(0 3px 3px #19303c2e);background:0 0;border:0;place-items:center;width:40px;height:40px;transition:transform .34s cubic-bezier(.22,.8,.28,1);display:grid;position:absolute;bottom:10%;left:50%;overflow:visible;transform:translate(-50%,10%)}.folder-app-icon{object-fit:contain;width:38px;height:38px;display:block}.rb-folder:not(.open):hover .rb-paper-1{transform:translate(-120%,-70%)rotate(-15deg)}.rb-folder:not(.open):hover .rb-paper-2{transform:translate(10%,-70%)rotate(15deg)}.rb-folder:not(.open):hover .rb-paper-3{transform:translate(-50%,-100%)rotate(5deg)}.rb-folder.open .rb-paper-1{transform:translate(calc(-120% + var(--magnet-x)),calc(-70% + var(--magnet-y))) rotate(-15deg)}.rb-folder.open .rb-paper-2{transform:translate(calc(10% + var(--magnet-x)),calc(-70% + var(--magnet-y))) rotate(15deg)}.rb-folder.open .rb-paper-3{transform:translate(calc(-50% + var(--magnet-x)),calc(-100% + var(--magnet-y))) rotate(5deg)}.rb-folder.open .rb-paper-1:hover{transform:translate(calc(-120% + var(--magnet-x)),calc(-70% + var(--magnet-y))) rotate(-15deg) scale(1.08)}.rb-folder.open .rb-paper-2:hover{transform:translate(calc(10% + var(--magnet-x)),calc(-70% + var(--magnet-y))) rotate(15deg) scale(1.08)}.rb-folder.open .rb-paper-3:hover{transform:translate(calc(-50% + var(--magnet-x)),calc(-100% + var(--magnet-y))) rotate(5deg) scale(1.08)}.rb-folder__front{z-index:3;background:linear-gradient(145deg,color-mix(in srgb,var(--folder-color) 92%,white),var(--folder-color));transform-origin:bottom;border-radius:5px 10px 10px;transition:transform .32s cubic-bezier(.22,.8,.28,1);position:absolute;inset:0;box-shadow:inset 0 1px #ffffff47}.rb-folder:hover .rb-folder__front,.rb-folder.open .rb-folder__front{transform:skew(15deg)scaleY(.6)}.rb-folder:hover .rb-folder__front--right,.rb-folder.open .rb-folder__front--right{transform:skew(-15deg)scaleY(.6)}.rb-folder:focus-visible{outline-offset:5px;border-radius:10px;outline:2px solid #0a0a0a}.airdrop-card-live{--card-scale:1;z-index:14;width:210px;height:235px;transform:rotate(8deg) scale(var(--card-scale));transform-origin:50%;will-change:translate, rotate, scale;background:#fff;border:1px solid #10101014;border-radius:13px;grid-template-rows:auto 1fr auto;transition:translate .95s cubic-bezier(.19,1,.22,1),rotate .95s cubic-bezier(.19,1,.22,1),scale .95s cubic-bezier(.19,1,.22,1),opacity .45s,box-shadow .3s;display:grid;position:absolute;top:580px;right:185px;overflow:hidden;box-shadow:0 14px 35px #3c2d1e1f}.airdrop-card-live:hover{animation:.65s cubic-bezier(.22,.8,.28,1) airdrop-wiggle;box-shadow:0 20px 42px #3c2d1e2b}@media (min-width:901px){html body section#top.hero-scene-tidy :is(.desk-lamp,.desk-note,.desk-film,.desk-lighter){--object-scale:1;--resting-angle:0deg;left:var(--tidy-object-x);top:calc(var(--tidy-object-y) - 24px);width:var(--tidy-object-width);object-fit:contain;max-width:none;height:auto;translate:calc(-1 * var(--tidy-object-anchor-x)) calc(-1 * var(--tidy-object-anchor-y));transform-origin:var(--tidy-object-anchor-x) var(--tidy-object-anchor-y);opacity:1;bottom:auto;right:auto;transform:none}html body section#top.hero-scene-tidy .desk-lamp{--tidy-object-x:10.317%;--tidy-object-y:189.4px;--tidy-object-width:167.611px;--tidy-object-anchor-x:49.037%;--tidy-object-anchor-y:56.5%}html body section#top.hero-scene-tidy .desk-note{--tidy-object-x:24.7068%;--tidy-object-y:189.4px;--tidy-object-width:160.67px;--tidy-object-anchor-x:49.8047%;--tidy-object-anchor-y:50.125%}html body section#top.hero-scene-tidy .desk-film{--tidy-object-x:10.317%;--tidy-object-y:401px;--tidy-object-width:188.508px;--tidy-object-anchor-x:54.918%;--tidy-object-anchor-y:51.555%}html body section#top.hero-scene-tidy .desk-lighter{--tidy-object-x:24.7068%;--tidy-object-y:401px;--tidy-object-width:169.554px;--tidy-object-anchor-x:50.5519%;--tidy-object-anchor-y:49.5112%}}.hero-scene-tidy .desk-collage-left,.hero-scene-tidy .desk-collage-right{opacity:1;width:100%;height:100%;inset:0;transform:none}.hero-scene-tidy .hero-copy{text-align:center;width:min(620px,50vw);top:42%;left:50%;right:auto;transform:translate(-50%,-50%)}.hero-scene-tidy{--tidy-secondary-card-w:clamp(150px, 13.5vw, 180px);--tidy-secondary-card-h:clamp(170px, 15vw, 200px)}.hero-scene-tidy .hero-copy-text{text-align:right;width:min(520px,42vw);margin-left:auto;transform:translate(clamp(270px,25vw,430px))}.hero-scene-tidy .hero-copy-text h1{font-size:clamp(52px,5vw,76px)}.hero-scene-tidy .hero-intro{margin-right:0}.hero-scene-tidy .hero-scene-controls{justify-content:center}.hero-scene-tidy .desk-paper{opacity:0;width:18%;top:34%;left:0;translate:none;scale:1}.hero-scene-tidy .desk-lamp{width:10%;top:7%;left:3%;translate:none;rotate:none;scale:1}.hero-scene-tidy .desk-note{width:10%;top:7%;left:14.5%;translate:none;rotate:none;scale:1}.hero-scene-tidy .desk-notebook{width:30%;top:51%;left:-1%;transform:none}.hero-scene-tidy .desk-pen{object-fit:contain;width:3.6%;height:auto;top:7%;left:27%;right:auto;translate:none;rotate:none;scale:1}.hero-scene-tidy .desk-coffee{width:8.5%;top:27%;left:3%;translate:none;rotate:none;scale:1}.hero-scene-tidy .desk-film{width:8.5%;top:27%;left:15%;translate:none;rotate:none;scale:1}.hero-scene-tidy .desk-lighter{width:5%;top:26%;left:26%;translate:none;rotate:none;scale:1}.hero-scene-tidy .desk-cream{width:7.5%;top:24%;left:32%;translate:none;rotate:34deg;scale:1}.hero-scene-tidy .desk-cursor{width:5%;top:9%;left:33%;right:auto;translate:none;rotate:none;scale:1}.hero-scene-tidy .desk-folder{width:var(--tidy-secondary-card-w);height:var(--tidy-secondary-card-h);top:67%;left:auto;right:5%;transform:none}.hero-scene-tidy .desk-toolbar{width:6.4%;top:53%;left:30.5%;right:auto;translate:none;rotate:none;scale:1}.hero-scene-tidy .desk-record{opacity:.95;width:230px;height:292px;top:9%;left:50%;right:auto;transform:none}.hero-scene-tidy .desk-record:hover,.hero-scene-tidy .desk-record:focus-visible{animation:none;rotate:none;scale:.82}.hero-scene-tidy .airdrop-card-live{left:auto;right:calc(5% + var(--tidy-secondary-card-w) + 20px);width:var(--tidy-secondary-card-w);height:var(--tidy-secondary-card-h);top:67%;transform:none}.hero-scene-notebook .hero-copy{width:min(620px,52vw);top:27%;left:52%}.hero-scene-notebook .desk-paper{opacity:.12;translate:-240px -148px}.hero-scene-notebook .desk-lamp{opacity:.16;translate:-390px -510px}.hero-scene-notebook .desk-note{opacity:.15;translate:-74px -422px}.hero-scene-notebook .desk-notebook{z-index:8;opacity:1;translate:378px -292px;rotate:12deg;scale:1.46}.hero-scene-notebook .desk-pen{z-index:9;translate:742px -428px;rotate:-6deg;scale:.7}.hero-scene-notebook .desk-coffee{z-index:10;translate:748px -262px;rotate:46deg;scale:1.03}.hero-scene-notebook .desk-film{opacity:.18;translate:-348px -510px}.hero-scene-notebook .desk-lighter{opacity:.15;translate:-194px -468px}.hero-scene-notebook .desk-cream{opacity:.15;translate:-192px -488px}.hero-scene-notebook .desk-cursor{opacity:.18;translate:-390px -194px}.hero-scene-notebook .desk-folder{opacity:.16;translate:350px -486px}.hero-scene-notebook .desk-toolbar{opacity:.16;translate:252px -370px}.hero-scene-notebook .desk-record{opacity:.18;translate:-684px -410px;rotate:-90deg;scale:.68}.hero-scene-notebook .airdrop-card-live{opacity:.96;translate:-762px -356px;rotate:-20deg;scale:.88}@keyframes airdrop-wiggle{0%,to{transform:rotate(8deg) scale(var(--card-scale))}28%{transform:rotate(2.8deg) scale(var(--card-scale))}58%{transform:rotate(13.8deg) scale(var(--card-scale))}82%{transform:rotate(5.6deg) scale(var(--card-scale))}}.airdrop-heading{text-align:center;gap:2px;padding:10px 10px 8px;display:grid}.airdrop-heading strong{color:#171717;font-size:12px}.airdrop-heading small{color:#777;font-size:8px;line-height:1.35}.airdrop-content{color:#fff;text-align:center;letter-spacing:.08em;background:linear-gradient(135deg,#ff5b41,#ff78ab 48%,#755bff);place-items:center;min-height:105px;padding:10px;font-size:13px;font-weight:600;display:grid}.airdrop-actions{border-top:1px solid #eee;grid-template-columns:1fr 1fr;display:grid}.airdrop-actions button{color:#0a76ff;cursor:pointer;background:#fff;border:0;min-height:34px;font-size:11px}.airdrop-actions button+button{border-left:1px solid #eee;font-weight:600}.airdrop-actions button:hover,.airdrop-actions button:focus-visible{background:#f3f7ff}.about{z-index:2;background:var(--paper);position:relative}.about-shell{padding-inline:max(46px,50vw - 860px)}.about-cooking{flex-direction:column;justify-content:flex-start;min-height:535px;padding-top:143px;padding-bottom:82px;display:flex;position:relative}.about-cooking:before,.about-recent:before{z-index:1;border:1px solid var(--line);color:#817a73;width:28px;height:28px;font:500 12px/1 var(--mono);border-radius:50%;place-items:center;display:grid;position:absolute}.about-cooking:after,.about-recent:after{z-index:1;color:#817a73;font:500 12px/1 var(--mono);letter-spacing:.04em;position:absolute}.about-cooking:before{content:"01";top:82px;left:max(46px,50vw - 860px)}.about-cooking:after{content:"ABOUT / 关于我";top:91px;left:max(86px,50vw - 820px)}.about-cooking h2,.about-recent>h2{color:#464246;font:700 clamp(22px, 2vw, 30px)/1.2 var(--mono);letter-spacing:.01em;margin:0}.about-cooking h2 .text-type,.about-cooking h2 .text-type span{font:inherit;letter-spacing:inherit}.about-cooking .cooking-project{color:#746e68;max-width:1120px;font:400 clamp(17px, 1.25vw, 21px)/1.6 var(--mono);letter-spacing:.01em;flex-wrap:wrap;align-items:center;gap:10px;margin:46px 0 0;display:flex}.cooking-sticker{color:#494441;width:50px;height:50px;font:27px/1 var(--mono);cursor:pointer;transform-origin:50%;backface-visibility:hidden;will-change:transform;background:#fff;border:1px solid #322c280f;border-radius:11px;place-items:center;margin-inline:4px 1px;display:inline-grid;transform:translate(0,0)rotate(-7deg)scale(1);box-shadow:0 4px 14px #3f2e2614}.cooking-sticker:hover,.cooking-sticker:focus-visible{outline:none;animation:1.05s ease-in-out cooking-sticker-pop}.cooking-fuzzy{color:#292629;letter-spacing:.01em;align-items:center;font:600 clamp(21px,1.55vw,27px)/1.25 Segoe Print,Segoe Script,KaiTi,cursive;display:inline-flex}.cooking-fuzzy-canvas{color:#292629;font:inherit;cursor:crosshair;outline:none;margin-inline:-38px;display:block}.cooking-fuzzy-canvas:focus-visible{filter:drop-shadow(0 0 5px #4a423d38)}@keyframes cooking-sticker-pop{0%,to{transform:translate(0,0)rotate(-7deg)scale(1)}50%{transform:translate(0,0)rotate(10deg)scale(1.18)}}.about-cooking .cooking-description,.about-cooking .cooking-status{color:#746e68;max-width:1280px;font:400 clamp(17px, 1.25vw, 21px)/1.6 var(--mono);letter-spacing:.01em;margin:26px 0 0}.about-cooking .cooking-status{margin-top:8px}.about-cooking .cooking-status span{margin-left:.35em;display:inline-block;transform:rotate(-8deg)}.about-life{margin-top:-48px;padding-top:4px;padding-bottom:160px;position:relative}.about-life-showcase{min-height:150px;position:relative}.about-life-entry{width:min(650px,42vw)}.about-life-entry .about-entry-preview{top:-34px}.about-life-entry .about-entry-preview img{aspect-ratio:1.4;object-position:center}.about-recent{min-height:980px;padding-top:80px;padding-bottom:150px;position:relative}.about-recent:before{content:"02";top:24px;left:max(46px,50vw - 860px)}.about-recent:after{content:"PROJECTS / 精选项目";top:33px;left:max(86px,50vw - 820px)}#experience>.section-label span,#capabilities>.section-label span,#contact>.section-label span{font-size:0}#experience>.section-label span:after,#capabilities>.section-label span:after,#contact>.section-label span:after{font-size:12px}#experience>.section-label span:after{content:"03"}#capabilities>.section-label span:after{content:"04"}#contact>.section-label span:after{content:"05"}.about-recent>h2{align-items:center;gap:14px;display:flex}.about-recent>h2>.text-type{font-size:.9em}.about-recent>h2 small{color:#9a928a;font:13px var(--sans);letter-spacing:.05em;margin-left:8px;font-weight:400}.about-showcase{min-height:760px;margin-top:54px;position:relative}.about-list{gap:18px;width:min(650px,42vw);display:grid}.about-entry{cursor:default;background:#fff3;border:1px solid #e5ddd5;border-radius:20px;outline:none;grid-template-columns:100px 1fr;align-items:center;gap:22px;min-height:150px;padding:24px;transition:transform .35s cubic-bezier(.19,1,.22,1),border-color .25s,background .25s,box-shadow .35s;display:grid}.about-entry-project-link{color:inherit;cursor:pointer;text-decoration:none}.about-entry:hover,.about-entry:focus-visible{border-color:color-mix(in srgb, var(--row-accent) 55%, #e5ddd5);background:#ffffff9e;transform:translate(12px);box-shadow:0 18px 48px #46362a14}.about-entry-icon{object-fit:cover;background:#fff;border-radius:14px;width:100px;height:100px}.about-entry>div{gap:14px;display:grid}.about-entry strong{color:#56504b;letter-spacing:-.02em;font-family:PingFang SC,HarmonyOS Sans SC,Microsoft YaHei,sans-serif;font-size:clamp(19px,1.4vw,24px);font-weight:600;line-height:1.3}.about-entry span{color:#7f7770;letter-spacing:.015em;font-family:PingFang SC,HarmonyOS Sans SC,Microsoft YaHei,sans-serif;font-size:16px;font-weight:400;line-height:1.65}.about-entry-preview figcaption{font-family:PingFang SC,HarmonyOS Sans SC,Microsoft YaHei,sans-serif}.about-entry-preview{z-index:5;pointer-events:none;opacity:0;width:min(580px,37vw);margin:0;transition:opacity .28s,transform .55s cubic-bezier(.19,1,.22,1);position:absolute;top:80px;left:min(800px,50vw);transform:translate(36px,12px)rotate(2deg)scale(.94)}.about-entry:nth-child(2) .about-entry-preview{top:120px;transform:translate(36px,12px)rotate(-2deg)scale(.94)}.about-entry:nth-child(3) .about-entry-preview{width:min(580px,37vw);top:68px}.about-entry:nth-child(4) .about-entry-preview{top:70px}.about-entry:hover .about-entry-preview,.about-entry:focus-visible .about-entry-preview{opacity:1;transform:translate(0)rotate(-1deg)scale(1)}.about-entry:nth-child(2):hover .about-entry-preview,.about-entry:nth-child(2):focus-visible .about-entry-preview{transform:translate(0)rotate(1deg)scale(1)}.about-entry-preview img{object-fit:cover;object-position:top;border:8px solid #ffffffd6;border-radius:20px;width:100%;max-height:520px;box-shadow:0 26px 65px #3e2d2129}.about-entry-preview-profile img{aspect-ratio:4/5;object-position:center 18%}.about-entry-preview figcaption{color:#6d655f;width:max-content;max-width:92%;font:11px/1.4 var(--mono);background:#ffffffe0;border-radius:999px;margin:10px 0 0 14px;padding:9px 13px;box-shadow:0 8px 22px #3e2d2114}.about-cursors{pointer-events:none;position:absolute;inset:0;overflow:clip}.about-cursors-shared{z-index:9;opacity:0;transition:opacity .18s}.about-cursors-shared.is-active{opacity:1}.about-cursors span{z-index:8;color:#fff;min-width:118px;height:54px;font:700 17px var(--sans);border-radius:999px;place-items:center;display:grid;position:absolute;box-shadow:0 12px 24px #2c231d24}.about-cursors i{filter:drop-shadow(0 3px 3px #0000001f);border-top:13px solid #0000;border-bottom:13px solid #0000;border-right:22px solid;width:0;height:0;position:absolute;top:-16px;left:-18px;transform:rotate(42deg)}.cursor-you{will-change:transform;background:#272727;top:85px;left:78%;transform:translate(-50%,-50%)}.cursor-you i{color:#272727}.cursor-shiqi{will-change:transform;background:#ff6348;top:235px;right:33%}.cursor-shiqi i{color:#ff6348}.works{color:var(--white);background:var(--ink)}.works-head{grid-template-columns:1.25fr .75fr;gap:40px;padding-bottom:84px;display:grid}.works-head .section-label{grid-column:1/-1}.works-head h2{font-family:var(--serif);letter-spacing:-.07em;margin:76px 0 0;font-size:clamp(70px,9vw,142px);font-weight:600;line-height:.98}.works-head>p{color:#fafafa8c;align-self:end;max-width:470px;margin:0 0 12px auto;font-size:17px;line-height:1.8}.work-list{--preview-x:50%;--preview-y:50%;padding:0 30px 30px;position:relative}.work-item{z-index:3;border-top:1px solid #fafafa2b;position:relative}.work-item:last-of-type{border-bottom:1px solid #fafafa2b}.work-row{z-index:6;width:100%;min-height:142px;color:var(--white);text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:60px minmax(270px,1.3fr) 1fr 150px 44px;align-items:center;padding:0 10px;transition:padding .35s cubic-bezier(.19,1,.22,1),background .3s;display:grid;position:relative}.work-row:hover,.work-row:focus-visible{background:#ffffff09;padding-left:22px}.work-row:before{content:"";background:var(--project-accent);opacity:0;border-radius:50%;width:7px;height:7px;transition:all .3s;position:absolute;top:50%;left:0;transform:translateY(-50%)scale(0)}.work-row:hover:before,.work-row:focus-visible:before,.expanded .work-row:before{opacity:1;transform:translateY(-50%)scale(1)}.work-index,.work-period{color:#fafafa7a;font:11px var(--mono)}.work-title{gap:7px;display:grid}.work-title strong{font-family:var(--serif);letter-spacing:-.04em;font-size:clamp(30px,3vw,48px);font-weight:600}.work-title small{color:#fafafa59;font:10px var(--mono);letter-spacing:.08em}.work-tagline{color:#fafafab8;font-size:17px}.work-arrow{border:1px solid #fafafa38;border-radius:50%;place-items:center;width:40px;height:40px;font-size:19px;transition:color .3s,background .3s,transform .3s;display:grid}.work-row:hover .work-arrow,.expanded .work-arrow{color:var(--ink);background:var(--project-accent);border-color:#0000;transform:rotate(8deg)}.floating-preview{z-index:4;left:clamp(220px, var(--preview-x), calc(100% - 220px));top:clamp(150px, var(--preview-y), calc(100% - 150px));opacity:0;pointer-events:none;background:#111;border:8px solid #f6f1eb;border-radius:14px;width:min(420px,30vw);transition:opacity .22s,transform .45s cubic-bezier(.19,1,.22,1);position:absolute;overflow:hidden;transform:translate(-50%,-50%)rotate(-3deg)scale(.82);box-shadow:0 22px 55px #00000059}.floating-preview.visible{opacity:.96;transform:translate(-50%,-50%)rotate(-3deg)scale(1)}.floating-preview img{aspect-ratio:16/10;object-fit:cover;width:100%}.floating-preview span{color:var(--ink);font:9px var(--mono);background:#f6f1eb;padding:10px 12px;display:block}.work-mobile-thumb{display:none}.project-stage{max-height:0;color:var(--ink);background:var(--white);opacity:0;border-radius:18px;grid-template-columns:1.15fr .85fr;gap:28px;padding:0 18px;transition:max-height 1s cubic-bezier(.19,1,.22,1),opacity .35s,transform .55s cubic-bezier(.19,1,.22,1),padding .55s;display:grid;overflow:hidden;transform:translateY(-16px)}.expanded .project-stage{opacity:1;max-height:2200px;margin-bottom:30px;padding:28px;transform:none}.stage-media{background:#111;border-radius:13px;min-height:660px;position:relative;overflow:hidden}.stage-media>img:first-child{object-fit:cover;width:100%;height:100%}.stage-alt{border:5px solid #fff;border-radius:11px;width:43%;position:absolute;bottom:22px;right:22px;transform:rotate(3deg);box-shadow:0 14px 35px #00000047}.stage-copy{flex-direction:column;padding:16px 10px 4px;display:flex}.stage-meta{color:#777;font:10px var(--mono);margin:0}.stage-copy h3{font-family:var(--serif);letter-spacing:-.055em;margin:70px 0 24px;font-size:clamp(38px,4.4vw,70px);line-height:1.12}.stage-overview{color:#65615d;font-size:17px;line-height:1.8}.stage-copy dl{margin:auto 0 30px}.stage-copy dl>div{border-top:1px solid #ddd;grid-template-columns:90px 1fr;gap:12px;padding:14px 0;display:grid}.stage-copy dl>div:last-child{border-bottom:1px solid #ddd}.stage-copy dt{color:#777;font:10px var(--mono)}.stage-copy dd{margin:0;font-size:14px;line-height:1.55}.stage-copy>button{min-height:48px;color:var(--white);background:var(--ink);cursor:pointer;border:0;border-radius:999px;justify-content:space-between;align-items:center;padding:0 18px;display:flex}.stage-copy>button span{color:var(--mint)}.experience{color:var(--graphite);background-color:#fef9f4;background-image:radial-gradient(#54463b0e .7px,#0000 .7px);background-size:17px 17px;position:relative}.experience.section-pad{padding-bottom:52px}.experience-head{grid-template-columns:.95fr 1.05fr;align-items:end;gap:70px;margin:64px 0 58px;display:grid}.experience-head h2,.capabilities-head h2{letter-spacing:-.045em;max-width:680px;margin:0;font-family:PingFang SC,Alibaba PuHuiTi,HarmonyOS Sans SC,Microsoft YaHei,sans-serif;font-size:clamp(38px,4.2vw,60px);font-weight:600;line-height:1.15}.experience-head>p{color:#776f68;max-width:560px;margin:0 0 8px;font-family:PingFang SC,HarmonyOS Sans SC,Microsoft YaHei,sans-serif;font-size:16px;line-height:1.85}.experience-list{position:relative}.scroll-stack-scroller{width:100%;position:relative;overflow:visible}.scroll-stack-inner{padding:20px 0 46px;position:relative}.scroll-stack-card{z-index:1;transform-origin:top;will-change:transform, filter;backface-visibility:hidden;width:100%;transform-style:preserve-3d;position:relative}.scroll-stack-card:nth-child(2){z-index:2}.scroll-stack-card:nth-child(3){z-index:3}.scroll-stack-end{width:100%;height:1px}.experience-card{--experience-accent:var(--mint);box-shadow:none;background:#fffdfa;border:1px solid #43362d1a;border-radius:28px;grid-template-columns:1fr;transition:border-color .45s cubic-bezier(.19,1,.22,1);display:grid;position:relative;overflow:hidden;transform:none}.experience-card:before{content:"";z-index:2;background:var(--experience-accent);border-radius:0 0 999px 999px;width:76px;height:4px;transition:width .65s cubic-bezier(.19,1,.22,1),opacity .3s;position:absolute;top:0;left:42px}.experience-card:hover{box-shadow:none;border-color:#43362d29}.experience-card{--metric-color:#00d1a7}.experience-card-alt{--metric-color:#2f63f2}.experience-card-kugou{--metric-color:#0bf}.experience-card-alt,.experience-card-kugou{transform:none}.experience-card header{background:0 0;border:0;border-radius:0;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:56px;padding:38px 42px 24px;display:grid}.experience-card header small{color:#817970;font:10px var(--mono);letter-spacing:.09em;align-items:center;gap:9px;display:flex}.experience-card header small:before{content:"";background:var(--experience-accent);width:6px;height:6px;box-shadow:0 0 0 4px color-mix(in srgb, var(--experience-accent) 14%, transparent);border-radius:50%;flex:none}.experience-card h3{letter-spacing:-.035em;max-width:760px;margin:14px 0 7px;font-family:PingFang SC,HarmonyOS Sans SC,Microsoft YaHei,sans-serif;font-size:clamp(28px,2.35vw,38px);font-weight:600;line-height:1.24}.experience-card header p{color:#79716a;font:12px/1.65 var(--mono);letter-spacing:.02em;margin:0}.experience-meta{color:#777069;font:10px var(--mono);flex-flow:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.experience-meta span{background:#f7f2ec;border:0;border-radius:999px;padding:7px 10px}.experience-meta span:first-child{color:#393633;background:#f2ede6}.experience-body{grid-template-columns:minmax(280px,.72fr) minmax(480px,1.28fr);align-items:end;gap:64px;padding:0 42px 38px;display:grid}.experience-summary{color:#615b56;letter-spacing:.01em;max-width:520px;margin:0;font-family:PingFang SC,HarmonyOS Sans SC,Microsoft YaHei,sans-serif;font-size:16px;line-height:1.82}.experience-notes{counter-reset:exp-note;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.experience-notes li{color:#625b55;counter-increment:exp-note;background:#fffaf59e;border:1px solid #4d3d3117;border-radius:17px;min-height:150px;padding:42px 16px 16px;font-family:PingFang SC,HarmonyOS Sans SC,Microsoft YaHei,sans-serif;font-size:14px;line-height:1.72;position:relative}.experience-notes li:before{content:"0" counter(exp-note);color:#8d837b;font:10px var(--mono);position:absolute;top:14px;left:16px}.experience-results{align-self:end}.experience-results>p{color:#918981;font:9px var(--mono);letter-spacing:.12em;margin:0 0 17px}.metric-grid{border:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,3vw,54px);display:grid}.metric-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.metric{background:0 0;border:0;border-radius:0;flex-direction:column;justify-content:flex-start;gap:11px;min-height:auto;padding:0;display:flex}.metric+.metric{padding-left:0}.metric:nth-child(2n),.metric:hover{box-shadow:none;transform:none}.metric strong{color:#363334;letter-spacing:-.035em;font-variant-numeric:lining-nums tabular-nums;flex-wrap:nowrap;align-items:baseline;font-family:DIN Alternate,Bahnschrift,Arial Narrow,sans-serif;font-size:48px;font-weight:700;font-stretch:75%;line-height:.9;display:flex}.count-up-text{color:inherit;font:inherit;font-variant-numeric:inherit;display:inline-block}.metric-unit{max-width:none;color:inherit;margin-left:.04em;font-family:inherit;font-size:.58em;font-weight:700;line-height:1;display:inline-block;transform:translateY(-.24em)}.metric>span{color:#817970;max-width:190px;font-family:PingFang SC,HarmonyOS Sans SC,Microsoft YaHei,sans-serif;font-size:11px;line-height:1.55}.metric-primary,.metric-dark{color:inherit;background:0 0}.metric-dark span{color:#817970}.metric-grid-three .metric-dark{grid-column:auto}.capabilities{background:var(--paper);min-height:100svh}.capabilities.section-pad{padding-top:70px;padding-bottom:110px}.capabilities-head{grid-template-columns:1.3fr .7fr;gap:40px;margin:86px 0 76px;display:grid}.capabilities-head p{max-width:390px;color:var(--muted);align-self:end;margin:0 0 10px auto;font-size:17px;line-height:1.8}.capability-cards{grid-template-rows:repeat(5,92px);grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.capability-cards article{--cap-accent:#21ffc0;min-height:0;box-shadow:none;background:#fffdfaf0;border:1px solid #4b433c24;border-radius:24px;flex-direction:column;padding:26px 28px 27px;transition:transform .42s cubic-bezier(.19,1,.22,1),border-color .32s,background .32s,opacity .3s;display:flex;position:relative;overflow:hidden}.capability-cards article:first-child{grid-area:1/1/span 2}.capability-cards article:nth-child(2){--cap-accent:#8ca8ff;grid-area:1/2/span 2}.capability-cards article:nth-child(3){--cap-accent:#f1a2c8;grid-area:1/3/span 3/span 2}.capability-cards article:nth-child(4){--cap-accent:#ffb86b;grid-area:3/1/span 3/span 2}.capability-cards article:nth-child(5){--cap-accent:#77c9e8;grid-area:4/3/span 2}.capability-cards article:nth-child(6){--cap-accent:#b7d95a;grid-area:4/4/span 2}.capability-cards article:hover{border-color:var(--cap-accent);background:#fffefa;transform:translateY(-4px)}.capability-cards:has(article:hover) article:not(:hover){opacity:.7}.capability-cards article:before{content:"";background:var(--cap-accent);opacity:.42;border-radius:0 0 999px 999px;width:44px;height:3px;transition:width .65s cubic-bezier(.19,1,.22,1),opacity .3s;position:absolute;top:0;left:28px}.capability-cards article:hover:before{opacity:1;width:122px}.capability-cards header{justify-content:space-between;align-items:center;gap:16px;display:flex}.capability-cards small,.capability-cards em{color:#807871;font:10px var(--mono);letter-spacing:.1em}.capability-cards small{background:#ffffffb8;border:1px solid #4b433c1f;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.capability-cards em{font-style:normal}.capability-visual{object-fit:cover;object-position:center;opacity:.88;pointer-events:none;border-radius:14px;width:calc(100% - 56px);height:calc(100% - 132px);transition:opacity .35s,transform .55s cubic-bezier(.19,1,.22,1);position:absolute;inset:60px 28px 72px}.capability-card-prototype .capability-visual{object-fit:cover;opacity:.94;object-position:center 46%;background:0 0;border-radius:0;width:108%;height:78%;padding:0;inset:auto -9% -22% auto;transform:rotate(-1.8deg);-webkit-mask-image:radial-gradient(94% 90% at 76% 78%,#000 0 54%,#000000eb 66%,#0000006b 82%,#0000 100%);mask-image:radial-gradient(94% 90% at 76% 78%,#000 0 54%,#000000eb 66%,#0000006b 82%,#0000 100%)}.capability-cards article:hover .capability-visual{opacity:1;transform:scale(1.015)}.capability-card-prototype:hover .capability-visual{transform:rotate(-.8deg)scale(1.025)}.capability-card-prototype .capability-copy{margin:0;position:absolute;top:74px;left:28px}.capability-system-board{z-index:0;grid-template-columns:.72fr 1fr 1.9fr;gap:10px;display:grid;position:absolute;top:74px;left:28px;right:28px}.system-sample{background:#ffffff5c;border:1px solid #4b433c1c;border-radius:16px;min-width:0;min-height:116px;padding:14px}.system-sample>span{color:#8a8179;font:9px/1 var(--mono);letter-spacing:.12em}.system-sample-type strong{color:#393633;letter-spacing:-.035em;margin-top:21px;font:600 25px/1 PingFang SC,Alibaba PuHuiTi,Microsoft YaHei,sans-serif;display:block}.system-sample-type small{color:#938a82;font:8px/1 var(--mono);letter-spacing:.03em;margin-top:9px;display:block}.system-sample-color div{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;margin-top:22px;display:grid}.system-sample-color i{border:1px solid #4b433c1a;border-radius:8px;width:100%;height:42px}.system-sample-color i:first-child{background:#fee60a}.system-sample-color i:nth-child(2){background:#37d8fc}.system-sample-color i:nth-child(3){background:#725ef8}.system-sample-color i:nth-child(4){background:#ffb342}.system-sample-color i:nth-child(5){background:#54e631}.system-sample-component{padding:10px 12px}.system-sample-component img{object-fit:contain;object-position:center;width:100%;height:88px;margin-top:5px;display:block}.capability-card-system .capability-copy{z-index:2}.capability-copy{z-index:1;margin:auto 0 0;position:relative}.capability-cards h3{letter-spacing:-.025em;margin:0 0 10px;font-family:PingFang SC,Alibaba PuHuiTi,HarmonyOS Sans SC,Microsoft YaHei,sans-serif;font-size:clamp(20px,1.55vw,24px);font-weight:600;line-height:1.22}.capability-cards p{color:#625c56;max-width:34em;margin:0;font-size:14px;line-height:1.75}.capability-tags{flex-wrap:wrap;gap:7px;margin:14px 0 0;padding:0;list-style:none;display:flex}.capability-tags li{color:#746d66;font:10px/1.1 var(--mono);letter-spacing:.025em;background:#ffffff85;border:1px solid #4b433c21;border-radius:999px;padding:6px 9px 5px;transition:border-color .28s,color .28s,background .28s}.capability-cards article:hover .capability-tags li{border-color:color-mix(in srgb,var(--cap-accent) 58%,#8d857d);color:#403b37;background:#fffc}.scroll-stack-card.is-stack-active .experience-card{border-color:color-mix(in srgb,var(--experience-accent) 32%,#9a928a)}.scroll-stack-card.is-stack-active .experience-card:before,.experience-card:hover:before{opacity:1;width:152px}@media (prefers-reduced-motion:reduce){.text-type__cursor{opacity:1;animation:none}.capability-cards article{transition:none}.capability-cards article:hover{transform:none}.capability-cards article:before,.experience-card:before{transition:none}}.contact{min-height:100svh;color:var(--graphite);background:var(--paper);flex-direction:column;padding:80px 30px 30px;display:flex;position:relative;overflow:hidden}.contact:before{content:"";z-index:0;border:1px dashed #3e3e4217;border-radius:50%;width:430px;height:430px;position:absolute;top:16%;right:-150px;box-shadow:0 0 0 52px #21ffc005,0 0 0 104px #21ffc003}.contact>*{z-index:1;position:relative}.contact-main{max-width:1180px;margin-top:auto;position:relative}.falling-text-container{cursor:pointer;outline:none;width:100%;position:relative;overflow:hidden}.falling-text-target{z-index:2;width:100%;height:100%;position:relative}.falling-line{color:#464246;flex-wrap:wrap;align-items:baseline;column-gap:.32em;display:flex}.falling-word{-webkit-user-select:none;user-select:none;white-space:nowrap;display:inline-block}.falling-text-canvas{z-index:1;pointer-events:none;position:absolute;inset:0}.falling-text-canvas canvas{display:block}.contact-falling{height:clamp(320px,42vh,430px)}.contact-falling-kicker{font:400 clamp(16px,1.15vw,19px)/1.6 var(--mono);letter-spacing:.01em;margin-bottom:24px}.contact-falling-headline{font:500 clamp(36px,4.35vw,68px)/1.18 var(--mono);letter-spacing:-.03em}.contact-falling-headline+.contact-falling-headline{margin-top:.13em}.contact-falling.is-falling .falling-line{margin:0;display:block}.contact-click-doodle{z-index:5;pointer-events:none;transform-origin:50% 100%;width:116px;animation:1.85s ease-in-out infinite contact-click-nudge;display:block;position:absolute;bottom:8px;right:8px;transform:rotate(-4deg)}.contact-click-doodle img{filter:saturate(.82)contrast(.96);width:100%;height:auto;display:block}.contact-main:has(.contact-falling.is-falling) .contact-click-doodle{opacity:0;transition:opacity .2s}.contact-main:hover .contact-click-doodle,.contact-main:focus-within .contact-click-doodle{animation-duration:.82s}@keyframes contact-click-nudge{0%,to{translate:0;rotate:none}45%{translate:1px -4px;rotate:4deg}72%{translate:-1px 1px;rotate:-2deg}}.contact-actions{flex-wrap:wrap;align-items:center;gap:clamp(24px,3vw,44px);width:max-content;max-width:100%;margin-top:34px;display:flex}.email{width:max-content;max-width:100%;color:var(--graphite);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:16px;margin:0;padding:2px 3px 5px 1px;display:flex}.email-sticker{color:#3f3a37;width:66px;height:60px;box-shadow:3px 3px 0 var(--mint);background:#ffffffb8;border:2.2px solid #3f3a37;border-radius:47% 53% 45% 55%/53% 44% 56% 47%;flex:none;place-items:center;transition:transform .55s cubic-bezier(.19,1,.22,1),box-shadow .35s;display:grid;position:relative;transform:rotate(-6deg)}.email-sticker i{border:2.3px solid;border-radius:2px 3px 3px 2px;width:28px;height:20px;display:block;position:relative;transform:rotate(3deg)}.email-sticker i:before{content:"";border-bottom:2.3px solid;border-right:2.3px solid;width:15px;height:15px;position:absolute;top:-8px;left:4px;transform:rotate(45deg)}.email-sticker b{letter-spacing:-.04em;font:800 12px/1 Segoe Script,cursive;position:absolute;bottom:0;right:-7px;transform:rotate(-8deg)}.email:hover .email-sticker,.email:focus-visible .email-sticker{box-shadow:4px 4px 0 var(--mint);transform:rotate(4deg)scale(1.08)}.email-copy{border-bottom:1.5px solid #3f3a3747;gap:5px;min-width:0;padding:0 0 7px;transition:border-color .25s;display:grid}.email:hover .email-copy,.email:focus-visible .email-copy{border-color:#514c48}.email-copy small{color:#8d857e;font:600 10px/1 var(--mono);letter-spacing:.08em}.email-copy strong{overflow-wrap:anywhere;color:#3f3a37;font:400 clamp(17px,1.3vw,21px)/1.2 var(--mono);letter-spacing:-.02em}.email-arrow{color:#3f3a37;width:34px;height:34px;font:700 17px/1 var(--mono);background:0 0;border:1.8px solid #3f3a3747;border-radius:50%;flex:none;place-items:center;transition:transform .35s,background .25s,border-color .25s;display:grid}.email:hover .email-arrow,.email:focus-visible .email-arrow,.email:active .email-arrow{border-color:var(--mint);background:var(--mint);transform:rotate(12deg)}.contact-resume{border:1px solid var(--line);color:#514c48;min-height:46px;box-shadow:none;background:#ffffff94;border-radius:999px;align-items:center;gap:18px;padding:0 20px;font-size:14px;transition:transform .25s,border-color .25s,background .25s,color .25s;display:flex}.contact-resume i{font:500 16px/1 var(--mono);font-style:normal;transition:transform .25s}.contact-resume:hover,.contact-resume:focus-visible{border-color:var(--mint);color:#514c48;background:var(--mint);box-shadow:none;transform:translateY(-2px)}.contact-resume:active{border-color:var(--mint);color:#171717;background:var(--mint);box-shadow:none;transform:translateY(-2px)}.contact-resume:hover i,.contact-resume:focus-visible i,.contact-resume:active i{transform:translate(2px,-2px)}.contact-meta{color:#8e867f;border-top:1px solid #3e373117;grid-template-columns:repeat(3,1fr) auto;align-items:end;gap:30px;margin-top:48px;padding-top:22px;display:grid}.contact-meta>div{gap:7px;display:grid}.contact-meta small{color:#aca49d;font:9px var(--mono);letter-spacing:.05em}.contact-meta p,.contact-meta a{margin:0;font-size:12px}.contact-meta>a{border-bottom:1px solid #3e37312e;width:max-content}.footer-signature{z-index:0;color:#3e3e42;opacity:.055;font:clamp(54px,8vw,120px)/1 Segoe Script,cursive;position:absolute;bottom:10%;right:5%;transform:rotate(-7deg)}.notice{z-index:100;color:var(--ink);background:var(--mint);box-shadow:none;font:12px var(--mono);opacity:0;pointer-events:none;border-radius:999px;padding:14px 18px;transition:all .35s cubic-bezier(.19,1,.22,1);position:fixed;bottom:24px;left:50%;transform:translate(-50%,25px)}.notice.show{opacity:1;transform:translate(-50%)}@media (max-width:1180px){.hero{height:960px;min-height:960px}.hero-copy{width:min(520px,46vw)}.desk-collage-left{height:878px;left:-46px;transform:scale(.66)}.desk-collage-right{height:878px;right:-46px;transform:scale(.66)}.desk-record{--object-scale:.84;transform:scale(var(--object-scale));transform-origin:100% 0;right:10px}.airdrop-card-live{--card-scale:.72;transform-origin:100% 0;top:510px;right:74px}.about-shell{padding-inline:30px}.about-cooking:before,.about-recent:before{left:30px}.about-cooking:after,.about-recent:after{left:70px}.about-list{width:48vw}.about-entry-preview{width:42vw;left:53vw}.work-row{grid-template-columns:50px 1.2fr 1fr 120px 44px}}@media (max-width:900px){.site-nav nav{display:none}.site-nav .bubble-menu-pills{display:grid}.bubble-menu-overlay{padding:96px 20px 24px}.bubble-menu-pills{grid-template-columns:1fr;gap:9px}.bubble-menu-pill,.bubble-menu-pill:nth-child(4),.bubble-menu-pill:nth-child(5){min-height:78px;transform:rotate(calc(var(--bubble-rotation) * .4));grid-column:auto}.bubble-menu-pill span{font-size:27px}.bubble-menu-pill small{top:17px;right:24px}.sm-menu-panel{width:min(500px,100vw - 24px)}.sm-menu-underlays{width:min(520px,100vw - 16px)}.section-pad{padding:100px 24px}.hero{height:900px;min-height:900px}.hero-copy{width:min(500px,52vw);top:38%}.desk-collage-left{opacity:.92;height:878px;left:-68px;transform:scale(.54)}.desk-collage-right{opacity:.92;height:878px;right:-68px;transform:scale(.54)}.desk-record{--object-scale:.72;transform:scale(var(--object-scale));transform-origin:100% 0;right:-8px}.airdrop-card-live{--card-scale:.56;transform-origin:100% 0;top:505px;right:16px}.about-cooking{min-height:500px;padding-top:118px;padding-bottom:72px}.about-cooking:before{top:82px}.about-cooking:after{top:91px}.about-recent:before{top:14px}.about-recent:after{top:23px}.about-cooking .cooking-project{margin-top:44px}.about-recent{min-height:auto;padding-top:60px;padding-bottom:110px}.about-showcase{min-height:auto}.about-list{width:100%}.about-entry{grid-template-columns:90px 1fr}.about-entry-icon{width:90px;height:90px}.about-entry-preview,.about-entry:nth-child(2) .about-entry-preview,.about-entry:nth-child(3) .about-entry-preview,.about-entry:nth-child(4) .about-entry-preview{opacity:0;grid-column:1/-1;width:100%;max-height:0;transition:max-height .65s cubic-bezier(.19,1,.22,1),opacity .3s,margin .4s;position:relative;top:auto;left:auto;overflow:hidden;transform:none}.about-entry:hover .about-entry-preview,.about-entry:focus-visible .about-entry-preview,.about-entry:nth-child(2):hover .about-entry-preview,.about-entry:nth-child(2):focus-visible .about-entry-preview{opacity:1;max-height:620px;margin-top:8px;transform:none}.about-cursors{display:none}.experience-head{grid-template-columns:1fr;margin:54px 0 52px}.experience-head>p{margin-left:0}.experience-card{grid-template-columns:1fr}.experience-card header{border:0;border-radius:0;grid-template-columns:1fr;gap:20px;min-height:auto}.experience-body,.experience-notes{grid-template-columns:1fr}.experience-notes li{min-height:auto}.metric-grid,.metric-grid-three{grid-template-columns:repeat(2,minmax(0,1fr))}.experience-meta{justify-content:flex-start;align-items:flex-start}.works-head{grid-template-columns:1fr}.works-head>p{margin-left:0}.floating-preview{display:none}.work-row{grid-template-columns:48px 1fr 100px 40px;min-height:120px}.work-tagline{display:none}.work-mobile-thumb{opacity:0;border-radius:14px;max-height:0;transition:max-height .6s cubic-bezier(.19,1,.22,1),opacity .3s,margin .4s;display:block;overflow:hidden}.work-item.expanded .work-mobile-thumb{opacity:1;max-height:480px;margin:0 10px 16px}.work-mobile-thumb img{object-fit:cover;object-position:top;width:100%;max-height:480px}.project-stage{grid-template-columns:1fr}.stage-media{min-height:560px}.capability-cards{grid-template-rows:none;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(250px,auto)}.capability-cards article:nth-child(n){grid-area:auto;min-height:250px}}@media (max-width:640px){.site-nav{inset:12px 14px auto}.brand{width:48px;height:48px}.bubble-menu-toggle{min-width:86px;height:46px;padding:0 14px}.bubble-menu-overlay{padding:78px 14px 14px}.bubble-menu-pill,.bubble-menu-pill:nth-child(4),.bubble-menu-pill:nth-child(5){min-height:68px}.bubble-menu-pill span{font-size:24px}.menu-button{height:46px}.sm-menu-toggle{min-width:94px}.sm-menu-panel{width:100vw;padding:94px 22px 24px}.sm-menu-underlays{width:100vw}.sm-menu-links{margin-top:24px}.sm-menu-links a{grid-template-columns:28px 1fr auto;padding:15px 0}.sm-menu-links span{font-size:32px}.section-pad{padding:82px 18px}.hero{height:850px;min-height:850px;overflow:hidden}.hero-copy{width:calc(100vw - 34px);top:37.5%}.about-cooking:before,.about-recent:before{left:18px}.about-cooking:after,.about-recent:after{left:58px}.about-cooking:before{top:72px}.about-cooking:after{top:81px}.hero-eyebrow{font-size:10px}.hero h1{font-size:clamp(54px,16vw,72px)}.hero-statement{margin-top:22px;font-size:15px}.hero-statement i{font-size:10px}.hero-intro{margin-top:24px;font-size:14px;line-height:1.65}.desk-collage-left{opacity:.78;height:878px;left:-88px;transform:scale(.46)}.desk-collage-right{opacity:.78;height:878px;right:-76px;transform:scale(.46)}.airdrop-card-live,.hero-status{display:none}.scroll-hint{font-size:9px;bottom:24px;right:15px}.about-shell{padding-inline:18px}.about-cooking{min-height:auto;padding-top:76px;padding-bottom:66px}.about-cooking .cooking-project{gap:8px;margin-top:44px;font-size:15px;line-height:1.7}.cooking-sticker{width:43px;height:43px;font-size:23px}.cooking-fuzzy,.cooking-fuzzy-canvas{font-size:20px}.about-cooking .cooking-description,.about-cooking .cooking-status{margin-top:24px;font-size:15px;line-height:1.75}.about-cooking .cooking-status{margin-top:7px}.about-life{margin-top:-42px;padding-top:0;padding-bottom:120px}.about-life-showcase{min-height:118px}.about-life-entry{width:100%}.about-recent{padding-top:48px;padding-bottom:82px}.about-recent>h2{flex-wrap:wrap;font-size:21px}.about-recent>h2 small{flex-basis:100%;margin:2px 0 0}.about-showcase{margin-top:36px}.about-entry{border-radius:16px;grid-template-columns:72px 1fr;gap:15px;min-height:118px;padding:16px}.about-entry:hover,.about-entry:focus-visible{transform:none}.about-entry-icon{border-radius:11px;width:72px;height:72px}.about-entry>div{gap:8px}.about-entry strong{font-size:17px}.about-entry span{font-size:13px}.about-entry-preview img{border-width:5px;border-radius:14px}.about-entry-preview figcaption{border-radius:12px;width:auto;max-width:100%;margin-left:0}.experience-head{margin:44px 0 36px}.experience-head h2{font-size:38px}.experience.section-pad{padding-bottom:46px}.capabilities.section-pad{padding-top:58px}.scroll-stack-inner{gap:42px;padding:0;display:grid}.scroll-stack-card{filter:none!important;margin-bottom:0!important;transform:none!important}.experience-card{border-radius:22px;padding:0}.experience-card:before{width:58px;height:3px;left:22px}.experience-card header{border-radius:0;gap:18px;padding:28px 22px 20px}.experience-card h3{margin-top:13px;font-size:26px}.experience-body{gap:28px;padding:0 22px 26px}.experience-notes{gap:9px}.experience-notes li{padding:40px 14px 14px;font-size:13px}.metric-grid,.metric-grid-three{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 18px}.metric-grid-three .metric:last-child{border:0;grid-column:1/-1;padding-left:0}.metric{min-height:auto;padding:0}.metric+.metric{padding-left:0}.metric strong{font-size:42px}.works-head h2{margin-top:58px;font-size:62px}.work-list{padding:0 15px 15px}.work-row{grid-template-columns:34px 1fr 35px;min-height:110px;padding:0 4px}.work-period{display:none}.work-title strong{font-size:26px}.work-title small{font-size:8px}.work-arrow{width:34px;height:34px}.work-item.expanded .work-mobile-thumb{margin-inline:0}.expanded .project-stage{margin-bottom:15px;padding:15px}.stage-media{min-height:390px}.stage-copy{padding:12px 2px 2px}.stage-copy h3{margin-top:44px;font-size:40px}.stage-overview{font-size:16px}.stage-copy dl>div{grid-template-columns:72px 1fr}.capabilities-head{grid-template-columns:1fr;margin:58px 0 70px}.capabilities-head h2{font-size:40px}.capabilities-head p{margin-left:0}.capability-cards{grid-template-rows:none;grid-template-columns:1fr;grid-auto-rows:minmax(220px,auto);gap:12px}.capability-cards article:nth-child(n){grid-area:auto;min-height:220px;padding:22px 20px 20px}.capability-cards h3{font-size:24px}.capability-system-board{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;top:60px;left:20px;right:20px}.system-sample{border-radius:12px;min-height:72px;padding:9px}.system-sample>span{font-size:7px}.system-sample-type strong{margin-top:12px;font-size:18px}.system-sample-type small{margin-top:5px;font-size:6px}.system-sample-color div{gap:3px;margin-top:12px}.system-sample-color i{border-radius:5px;height:24px}.system-sample-component{padding:6px 7px}.system-sample-component img{height:58px;margin-top:2px}.contact{min-height:820px;padding:70px 18px 24px}.contact-falling{height:300px}.contact-falling-kicker{margin-bottom:18px;font-size:14px;line-height:1.55}.contact-falling-headline{letter-spacing:-.025em;font-size:clamp(28px,7.6vw,40px);line-height:1.22}.text-type__cursor{width:4px}.contact-click-doodle{transform-origin:100% 100%;width:100px;bottom:5px;right:2px}.contact-actions{align-items:center;gap:22px;margin-top:32px}.email{gap:12px;width:max-content}.email-sticker{width:58px;height:54px}.email-arrow{width:30px;height:30px;font-size:15px}.contact-resume{gap:14px;min-height:42px;padding:0 16px;font-size:13px}.contact-meta{grid-template-columns:1fr;gap:24px}.contact-meta>a{width:max-content;margin-top:15px}.footer-signature{opacity:.05;font-size:58px;bottom:8%;right:-2%}}@media (hover:none){.desk-object{animation:none!important}.floating-preview{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media (min-width:981px){@media (min-width:981px){html body section#top.hero-scene-tidy{--tidy-secondary-card-w:clamp(156px, 13.5vw, 184px)!important;--tidy-secondary-card-h:clamp(174px, 15vw, 198px)!important}html body section#top.hero-scene-tidy .airdrop-card-live,html body section#top.hero-scene-tidy .desk-folder{top:var(--tidy-folder-top,calc(68% + 50px))!important;width:var(--tidy-secondary-card-w)!important;height:var(--tidy-secondary-card-h)!important;transform:none!important}html body section#top.hero-scene-tidy .desk-folder{left:calc(100% - 230px)!important;right:auto!important}html body section#top.hero-scene-tidy .airdrop-card-live{top:calc(var(--tidy-folder-top,calc(68% + 50px)) + 160px - var(--tidy-secondary-card-h))!important;left:auto!important;right:calc(5% + var(--tidy-secondary-card-w) + 22px)!important}}.hero-scene-tidy{--tidy-secondary-card-w:clamp(156px, 13.5vw, 184px);--tidy-secondary-card-h:clamp(174px, 15vw, 198px)}.hero-scene-tidy .desk-notebook{width:31%;top:51%;left:-1%;transform:none}.hero-scene-tidy .desk-coffee{width:10%;top:69%;left:8%;rotate:none}.hero-scene-tidy .desk-cream{width:9.5%;top:53%;left:31.5%;rotate:none}.hero-scene-tidy .desk-pen{width:3.2%;height:auto;top:8%;left:76%;right:auto;rotate:none}.hero-scene-tidy .desk-toolbar{width:5.5%;top:9%;left:85%;right:auto;rotate:none}.hero-scene-tidy .desk-cursor{width:4.5%;top:11%;left:92%;right:auto;rotate:none}.hero-scene-tidy .airdrop-card-live,.hero-scene-tidy .desk-folder{width:var(--tidy-secondary-card-w);height:var(--tidy-secondary-card-h);top:68%;transform:none}.hero-scene-tidy .desk-folder{left:auto;right:5%}.hero-scene-tidy .airdrop-card-live{left:auto;right:calc(5% + var(--tidy-secondary-card-w) + 22px)}}
html body #top#top#top.hero-scene-notebook{--notebook-unit:1px}html body #top#top#top.hero-scene-notebook .desk-collage{opacity:1;z-index:auto;width:100%;height:100%;inset:0;transform:none}html body #top#top#top.hero-scene-notebook :is(.desk-lamp,.desk-film,.desk-lighter,.desk-cream,.desk-cursor,.desk-folder,.desk-toolbar){visibility:hidden;opacity:0;pointer-events:none}html body #top#top#top.hero-scene-notebook :is(.desk-note,.desk-paper,.desk-notebook,.desk-pen,.desk-coffee,.desk-record,.airdrop-card-live){opacity:1;transform-origin:50%;max-width:none;animation:none;position:absolute;bottom:auto;right:auto;translate:none;rotate:none;scale:1}html body #top#top#top.hero-scene-notebook .desk-note{left:calc(50% - 312.4 * var(--notebook-unit));top:calc(147 * var(--notebook-unit));width:calc(144 * var(--notebook-unit));z-index:2;height:auto;transform:rotate(14deg)}html body #top#top#top.hero-scene-notebook .desk-paper{left:calc(50% - 267.4 * var(--notebook-unit));top:calc(371.031 * var(--notebook-unit));width:calc(105 * var(--notebook-unit));z-index:2;height:auto;transform:none}html body #top#top#top.hero-scene-notebook .desk-notebook{left:50%;top:calc(103 * var(--notebook-unit));width:calc(627 * var(--notebook-unit));z-index:5;height:auto;transform:translate(-50%)rotate(-21deg)}html body #top#top#top.hero-scene-notebook .desk-coffee{left:calc(50% + 243.4 * var(--notebook-unit));top:calc(471.163 * var(--notebook-unit));width:calc(196 * var(--notebook-unit));z-index:3;height:auto;transform:translateY(-50%)rotate(-46deg)}html body #top#top#top.hero-scene-notebook .desk-pen{left:calc(50% + 194.5 * var(--notebook-unit));top:calc(60 * var(--notebook-unit));width:calc(74.9 * var(--notebook-unit));height:calc(254.975 * var(--notebook-unit));object-fit:cover;object-position:center;z-index:7;transform:rotate(6deg)}html body #top#top#top.hero-scene-notebook .desk-record-stage{display:contents}html body #top#top#top.hero-scene-notebook .desk-record{left:calc(50% + 180.4 * var(--notebook-unit));top:calc(123 * var(--notebook-unit));width:240px;height:320px;box-shadow:none;transform-origin:0 0;transform:scale(calc(var(--notebook-unit) / 1px)) translate(120px, 160px) rotate(17deg) translate(-120px, -160px);z-index:1;border-radius:17.67px;padding:20px 18px 16px}html body #top#top#top.hero-scene-notebook .desk-record-vinyl{width:180px;height:180px}html body #top#top#top.hero-scene-notebook .airdrop-card-live{left:calc(50% - 339.15 * var(--notebook-unit));top:calc(506 * var(--notebook-unit));transform-origin:0 0;width:156px;height:165px;transform:scale(calc(var(--notebook-unit) / 1px));z-index:8;border-radius:8.06px;box-shadow:1.25px 1.15px 2px 1.25px #82828236}html body #top#top#top.hero-scene-notebook .airdrop-heading{padding:10px 6px 7px}html body #top#top#top.hero-scene-notebook .airdrop-heading strong{font-size:10px}html body #top#top#top.hero-scene-notebook .airdrop-heading small{font-size:8px}html body #top#top#top.hero-scene-notebook .airdrop-content{min-height:0;padding:6px;font-size:11px}html body #top#top#top.hero-scene-notebook .airdrop-actions button{min-height:25px;font-size:10px}html body #top#top#top.hero-scene-notebook .hero-copy{z-index:12;left:50%!important;right:auto!important;top:calc(320.038 * var(--notebook-unit))!important;text-align:center!important;width:518.562px!important;height:206.4px!important;transform:translate(-50%, -50%) scale(calc(var(--notebook-unit) / 1px))!important;position:absolute!important}html body #top#top#top.hero-scene-notebook .hero-copy-text{height:100%;text-align:center!important;width:100%!important;margin:0!important;position:relative!important;inset:auto!important;transform:none!important}html body #top#top#top.hero-scene-notebook .hero-eyebrow{width:100%;margin:0;font-size:10px;position:absolute;top:-16px;left:0}html body #top#top#top.hero-scene-notebook h1{height:102px;margin:0;font-size:85px;line-height:102px;transform:none}html body #top#top#top.hero-scene-notebook .hero-statement{gap:0;height:42px;margin:12px 0 0;font-size:16px;line-height:24px;transform:scale(1.1)}html body #top#top#top.hero-scene-notebook .hero-statement i{font-size:12px;line-height:18px}html body #top#top#top.hero-scene-notebook .hero-intro{letter-spacing:0;margin:12px auto 0;font-size:16px;line-height:19.2px}html body #top#top#top.hero-scene-notebook .hero-scene-controls{top:calc(641 * var(--notebook-unit))!important}@media (max-width:1100px){html body #top#top#top.hero-scene-notebook{--notebook-unit:.090909vw}}@media (max-width:600px){html body #top#top#top.hero-scene-notebook .desk-collage{top:90px}html body #top#top#top.hero-scene-notebook .desk-record{top:calc(90px + 123 * var(--notebook-unit))}html body #top#top#top.hero-scene-notebook .airdrop-card-live{top:calc(90px + 506 * var(--notebook-unit))}html body #top#top#top.hero-scene-notebook .hero-copy{top:calc(90px + 320.038 * var(--notebook-unit))!important}html body #top#top#top.hero-scene-notebook .hero-scene-controls{top:calc(120px + 641 * var(--notebook-unit))!important}}
.notebook-trail{z-index:18;contain:layout paint;pointer-events:none;-webkit-user-select:none;user-select:none;display:none;position:absolute;inset:0;overflow:hidden}#top.hero-scene-notebook>.notebook-trail{display:block}@media (hover:hover) and (pointer:fine){#top.hero-scene-notebook[data-notebook-cursor=ready],#top.hero-scene-notebook[data-notebook-cursor=ready] *{cursor:var(--notebook-pointer,auto)!important}}.notebook-trail>.notebook-trail-item{object-fit:contain;opacity:0;pointer-events:none;transform-origin:50%;will-change:transform, opacity;filter:drop-shadow(0 7px 9px #3228201a);max-width:none;margin:0;display:block;position:absolute}@media (prefers-reduced-motion:reduce),(hover:none),(pointer:coarse){#top.hero-scene-notebook>.notebook-trail{display:none}}
