:root{--tilt-perspective: 1000px;--tilt-return: 1s;--tilt-return-ease: cubic-bezier(.22, 1, .36, 1);--tilt-follow: .4s;--tilt-follow-ease: cubic-bezier(.22, 1, .36, 1);--tilt-glare-opacity: .32;--tilt-glare-fade: .3s;--tilt-glare-ease: cubic-bezier(.22, 1, .36, 1)}.t-tilt{touch-action:none}.t-tilt-card{position:relative;border-radius:12px;overflow:hidden;transform:perspective(var(--tilt-perspective)) rotateX(var(--tilt-rx, 0deg)) rotateY(var(--tilt-ry, 0deg));transform-style:preserve-3d;transition:transform var(--tilt-return) var(--tilt-return-ease);will-change:transform}.t-tilt-card.is-tilting{transition:transform var(--tilt-follow) var(--tilt-follow-ease)}.t-tilt-glare{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;mix-blend-mode:screen;background:radial-gradient(circle 95px at var(--tilt-gx, 50%) var(--tilt-gy, 50%),rgba(255,255,255,.48),rgba(255,255,255,.06) 52%,rgba(255,255,255,0) 84%),radial-gradient(circle 200px at var(--tilt-gx, 50%) var(--tilt-gy, 50%),rgba(255,255,255,.22),rgba(255,255,255,.04) 58%,rgba(255,255,255,0) 78%),radial-gradient(circle 360px at var(--tilt-gx, 50%) var(--tilt-gy, 50%),rgba(255,255,255,.1),rgba(255,255,255,0) 88%);transition:opacity var(--tilt-glare-fade) var(--tilt-glare-ease)}.t-tilt.is-hover .t-tilt-glare{opacity:var(--tilt-glare-opacity)}@media(prefers-reduced-motion:reduce){.t-tilt-card{transform:none!important;transition:none!important}}:root{--stagger-dur: .5s;--stagger-distance: 12px;--stagger-stagger: 40ms;--stagger-blur: 3px;--stagger-ease: cubic-bezier(.22, 1, .36, 1)}.t-stagger-line{display:block;opacity:0;transform:translateY(var(--stagger-distance));filter:blur(var(--stagger-blur));transition:opacity var(--stagger-dur) var(--stagger-ease),transform var(--stagger-dur) var(--stagger-ease),filter var(--stagger-dur) var(--stagger-ease);will-change:transform,opacity,filter}.t-stagger-line--2{transition-delay:var(--stagger-stagger)}.t-stagger.is-shown .t-stagger-line{opacity:1;transform:translateY(0);filter:blur(0)}.t-stagger.is-hiding .t-stagger-line{opacity:0;transform:translateY(0);filter:blur(0);transition:opacity .2s ease,transform 0s linear,filter 0s linear;transition-delay:0s}@media(prefers-reduced-motion:reduce){.t-stagger-line{transition:none!important}}:root{--acc-expand: .25s;--acc-collapse: .25s;--acc-chevron: .25s;--acc-ease: cubic-bezier(.22, 1, .36, 1)}.t-acc-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--acc-collapse) var(--acc-ease)}.t-acc[data-open=true] .t-acc-panel{grid-template-rows:1fr;transition:grid-template-rows var(--acc-expand) var(--acc-ease)}.t-acc-panel-inner{overflow:hidden;opacity:0;filter:blur(2px);transition:opacity var(--acc-collapse) var(--acc-ease),filter var(--acc-collapse) var(--acc-ease)}.t-acc[data-open=true] .t-acc-panel-inner{opacity:1;filter:blur(0);transition:opacity var(--acc-expand) var(--acc-ease),filter var(--acc-expand) var(--acc-ease)}.t-acc-chevron{display:inline-flex;transform:scaleY(1);transform-origin:center;transition:transform var(--acc-chevron) var(--acc-ease)}.t-acc-chevron path{vector-effect:non-scaling-stroke}.t-acc[data-open=true] .t-acc-chevron{transform:scaleY(-1)}@media(prefers-reduced-motion:reduce){.t-acc-panel,.t-acc-panel-inner,.t-acc-chevron{transition:none!important}}.site-effects{pointer-events:none}.site-scroll-progress{position:fixed;inset:0 0 auto;height:2px;z-index:90;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,#6960c9,#bcafff,#80d9d1);box-shadow:0 0 12px #a99dfb66;pointer-events:none}.site-pointer-glow{position:fixed;width:440px;height:440px;left:0;top:0;z-index:35;border-radius:50%;background:radial-gradient(circle,#a799ff08,transparent 68%);opacity:0;transition:opacity .4s ease;pointer-events:none}[data-site-reveal]{transition:opacity .6s cubic-bezier(.22,1,.36,1),translate .6s cubic-bezier(.22,1,.36,1)}[data-site-reveal=pending]{opacity:0;translate:0 18px}[data-site-reveal=visible]{opacity:1;translate:0 0}@media(hover:none),(pointer:coarse){.site-pointer-glow{display:none}}@media(prefers-reduced-motion:reduce){html.scroll-smooth{scroll-behavior:auto}.site-pointer-glow{display:none}[data-site-reveal]{opacity:1;translate:none;transition:none}}:root{--studio-bg:#08080c;--studio-surface:#101015;--studio-ink:#efedf5;--studio-muted:#94919e;--studio-accent:#b4a6f4;--studio-line:#ffffff12;--studio-ease:cubic-bezier(.22,1,.36,1)}body{-webkit-font-smoothing:antialiased}.studio-home{background:var(--studio-bg);color:var(--studio-ink)}.studio-home :is(a,button):focus-visible{outline:2px solid var(--studio-accent);outline-offset:5px}.studio-container{max-width:1152px;margin:0 auto}.studio-section{padding:110px 24px;position:relative;overflow:hidden;border-top:1px solid var(--studio-line)}.studio-eyebrow{display:flex;align-items:center;gap:10px;font:9px JetBrains Mono,monospace;letter-spacing:.17em;text-transform:uppercase;color:#b3a7d3}.studio-section-heading{margin-bottom:54px}.studio-section-heading>.studio-eyebrow{margin-bottom:26px}.studio-section-heading h2{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(35px,4.1vw,56px);letter-spacing:-.045em;line-height:1.24;font-weight:500;text-wrap:balance}.studio-section-heading h2>span{color:var(--studio-accent)}.studio-section-description{color:var(--studio-muted);font-size:13px;margin-top:20px;line-height:1.8}.studio-about{background:linear-gradient(135deg,#101015,#09090d 60%)}.studio-about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px}.studio-profile{display:flex;align-items:center;gap:15px;padding-bottom:28px;border-bottom:1px solid var(--studio-line);margin-bottom:30px}.studio-profile img{width:52px;height:52px;border-radius:14px;object-fit:cover;border:1px solid #ffffff17}.studio-profile strong{display:block;font:20px Space Grotesk,sans-serif}.studio-profile div>span{display:block;color:#8d839f;font-size:10px;margin-top:5px}.studio-profile>svg{margin-left:auto;color:#a395b9}.studio-about-intro{font-size:20px;font-weight:300;line-height:1.8;color:#c9c3d4}.studio-about-intro strong{font-weight:400;color:#c6b7f4}.studio-about-detail{margin-top:17px;font-size:13px;color:#958d9f;line-height:1.95}.studio-skills{margin-top:38px}.studio-skills h3{justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--studio-line)}.studio-skills h3>span{color:#74697f}.studio-skills>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.studio-skills>div>span{padding:7px 10px;border:1px solid #ffffff0d;border-radius:5px;background:#ffffff03;color:#aaa1b8;font:10px JetBrains Mono,monospace;transition:color .25s,background .25s,border-color .25s,transform .25s}.studio-skills>div>span:hover{color:#ded2ff;border-color:#ad94e34a;background:#c1a1ff09;transform:translateY(-2px)}.studio-timeline-label{display:flex;justify-content:space-between;gap:14px;color:#8b819b;font:8px JetBrains Mono,monospace;letter-spacing:.09em;padding-bottom:20px;border-bottom:1px solid var(--studio-line)}.studio-experience{display:flex;gap:20px;padding:24px 0;border-bottom:1px solid var(--studio-line);position:relative}.studio-experience:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:1px;background:linear-gradient(90deg,#b9a1f4,transparent);transform:scaleX(0);transform-origin:left;transition:transform .5s var(--studio-ease)}.studio-experience:hover:after{transform:scaleX(1)}.studio-experience-index{color:#71627e;font:10px JetBrains Mono,monospace;padding-top:3px}.studio-experience>div{flex:1;min-width:0}.studio-experience-meta{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;font:9px JetBrains Mono,monospace;color:#7e718b}.studio-experience-meta>span:first-child{color:#b1a1c7}.studio-experience h3{display:flex;justify-content:space-between;gap:12px;font:500 20px Space Grotesk,Inter,sans-serif;color:#d5cce3;margin:10px 0}.studio-experience h3 svg{flex-shrink:0;color:#71627e;transition:transform .25s,color .25s}.studio-experience:hover h3 svg{transform:translate(2px,-2px);color:#d1b5fa}.studio-experience p{color:#8f869b;font-size:12px;line-height:1.85}.studio-philosophy{background:#0b0b10}.studio-philosophy-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.studio-quote-card{position:relative;overflow:hidden;padding:32px;border:1px solid #bf9cf523;border-radius:16px;background:linear-gradient(135deg,#1d1727,#111018)}.studio-quote-card>svg{color:#d0b5fa4a;margin:26px 0 16px}.studio-quote-card blockquote{position:relative;z-index:1}.studio-quote-card blockquote>p{font-size:19px;color:#c7bbd7;line-height:1.85;font-weight:300}.studio-quote-card blockquote footer{display:flex;align-items:center;gap:12px;margin-top:30px}.studio-quote-card cite{font-style:normal;font:14px Space Grotesk,sans-serif}.studio-quote-card footer>span:first-child{width:20px;height:1px;background:#a68ac6}.studio-quote-card footer>span:last-child{margin-left:auto;font:7px JetBrains Mono,monospace;color:#826b9b}.studio-quote-orbits{position:absolute;width:240px;height:240px;right:-100px;top:-100px;transform:rotate(25deg);pointer-events:none}.studio-quote-orbits i{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid #b592df1f;border-radius:50%}.studio-quote-orbits i:nth-child(2){top:24px;right:24px;bottom:24px;left:24px}.studio-quote-orbits i:nth-child(3){top:48px;right:48px;bottom:48px;left:48px}.studio-faq h3{display:flex;justify-content:space-between;align-items:center;font:20px Space Grotesk,Inter,sans-serif;margin:6px 0 24px}.studio-faq h3>span{font:10px JetBrains Mono,monospace;color:#7c6d8c}.studio-faq-item{border-bottom:1px solid var(--studio-line)}.studio-faq-item .t-acc-head{display:flex;width:100%;align-items:center;gap:15px;padding:23px 0;text-align:left;font-size:14px;color:#b7abca}.studio-faq-index{font:9px JetBrains Mono,monospace;color:#756384}.studio-faq-item .t-acc-chevron{margin-left:auto;flex-shrink:0}.studio-faq-item[data-open=true] .t-acc-head{color:#dccaf7}.studio-faq-item .t-acc-panel-inner>p{padding:0 0 23px 30px;font-size:12px;line-height:1.9;color:#9585a8}@media(max-width:1000px){.studio-about-grid{gap:40px}.studio-philosophy-grid{gap:30px}}@media(max-width:700px){.studio-section{padding:76px 20px}.studio-section-heading{margin-bottom:32px}.studio-section-heading h2{font-size:34px}.studio-eyebrow{font-size:8px;letter-spacing:.12em}.studio-about-grid,.studio-philosophy-grid{grid-template-columns:1fr;gap:42px}.studio-about-intro,.studio-experience h3{font-size:18px}.studio-quote-card{padding:26px}.studio-quote-card blockquote>p{font-size:17px}.studio-quote-card footer>span:last-child{font-size:6px}}@media(prefers-reduced-motion:reduce){.studio-home *,.studio-home *:before,.studio-home *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;animation-delay:0ms!important}.studio-home [data-site-reveal]{opacity:1;translate:none}}.studio-explore{background:#08080d}.studio-contact{background:radial-gradient(ellipse at 20% 0,#8b64bd14,transparent 65%),#0c0b10;padding-bottom:35px}.studio-contact-heading{display:flex;align-items:center;justify-content:space-between;gap:30px}.studio-contact-heading h2{font:500 clamp(44px,6vw,80px)/1.16 "Space Grotesk","Inter",sans-serif;letter-spacing:-.055em;margin-top:28px}.studio-contact-heading h2 span{display:block;color:#b5a4d1}.studio-contact-arrow{display:flex;align-items:center;justify-content:center;width:95px;height:95px;border:1px solid #bb9be94d;border-radius:50%;color:#cdb5ee;flex-shrink:0;transition:background .3s,transform .3s var(--studio-ease)}.studio-contact-arrow svg{width:40px;height:40px}.studio-contact-arrow:hover{background:#bfa1ed12;transform:rotate(45deg)}.studio-contact-description{max-width:600px;margin-top:26px;color:#9e91af;font-size:13px;line-height:1.9}.studio-collaborations{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:28px}.studio-collaborations>div{display:flex;align-items:center;gap:8px;color:#baaccb;font-size:11px}.studio-collaborations svg{color:#9c80bd}.studio-collaborations .is-heart:hover,.studio-collaborations .is-heart:hover svg{color:#e5a5c3}.studio-contact-grid{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:14px;margin-top:52px}.studio-contact-card{display:flex;align-items:center;gap:15px;padding:23px 19px;border:1px solid #ffffff13;border-radius:10px;background:#ffffff02;min-width:0;transition:background .25s,border-color .25s}.studio-contact-card:hover{background:#b593e708;border-color:#b593e732}.studio-contact-card>svg{color:#ac91c7;flex-shrink:0}.studio-contact-card>div{min-width:0}.studio-contact-card span{display:block;font:8px JetBrains Mono,monospace;letter-spacing:.15em;color:#81708e;margin-bottom:7px}.studio-contact-card strong{font-size:12px;font-weight:400;color:#c6b7d6;overflow-wrap:anywhere}.studio-contact-card>button,.studio-contact-card>svg:last-child{margin-left:auto;flex-shrink:0;color:#a088b8}.studio-contact-card>button{padding:8px}.studio-copy-status{height:40px;padding-top:10px;font-size:11px;color:#b9a0d1}.studio-footer-bottom{border-top:1px solid #ffffff12;padding-top:26px;display:flex;align-items:center;justify-content:space-between;gap:25px}.studio-footer-wordmark{font:500 25px Space Grotesk,sans-serif;letter-spacing:-.05em;color:#b2a2c1}.studio-footer-wordmark span{font-size:17px;color:#8c769f;margin-left:7px}.studio-footer-bottom>span{font:7px JetBrains Mono,monospace;color:#84718f;letter-spacing:.06em}.studio-footer-bottom>div{display:flex;align-items:center;gap:19px;color:#9c86ac}.studio-footer-bottom>div a{transition:color .2s,transform .25s}.studio-footer-bottom>div a:hover{color:#e2c7f5;transform:translateY(-2px)}@media(max-width:900px){.studio-contact-grid{grid-template-columns:1fr}.studio-contact-card{padding:22px}}@media(max-width:700px){.studio-contact-heading h2{font-size:42px}.studio-contact-arrow{width:50px;height:50px}.studio-contact-arrow svg{width:24px;height:24px}.studio-contact-heading{gap:10px}.studio-contact-heading .studio-eyebrow{font-size:7px}.studio-contact-description{font-size:12px}.studio-collaborations{gap:15px}.studio-collaborations>div{font-size:10px}.studio-contact-grid{margin-top:32px}.studio-footer-bottom{flex-wrap:wrap}.studio-footer-bottom>span{order:3;width:100%;font-size:7px}.studio-footer-bottom>div{gap:16px}}.studio-room-nav{position:fixed;bottom:max(18px,env(safe-area-inset-bottom));left:50%;transform:translate(-50%);z-index:60;display:flex;align-items:center;gap:3px;padding:6px;max-width:calc(100vw - 24px);border:1px solid #ffffff19;border-radius:12px;background:#0c0b13df;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 10px 35px #0005}.studio-room-nav a{display:flex;gap:7px;align-items:center;padding:10px 13px;font-size:10px;white-space:nowrap;color:#958b9f;border-radius:7px;transition:background .25s,color .25s}.studio-room-nav a:hover{color:#e2d7ee;background:#ffffff06}.studio-room-nav a[aria-current=page]{color:var(--room-nav-accent);background:color-mix(in srgb,var(--room-nav-accent) 10%,transparent)}.studio-room-nav a:focus-visible{outline:2px solid var(--room-nav-accent);outline-offset:2px}.studio-room-nav-divider{height:16px;width:1px;background:#ffffff12;margin:0 4px}.studio-room-page{padding-bottom:90px}.studio-now-page>div>footer{bottom:92px}.studio-friends-page header h1{background-image:linear-gradient(160deg,#eee7fb,#b7abd7 75%,#716883)}.studio-room-page main>header h1{text-shadow:0 0 70px #ffffff07}@media(max-width:700px){.studio-room-nav{gap:1px;padding:5px;bottom:max(12px,env(safe-area-inset-bottom))}.studio-room-nav a{padding:10px 9px;gap:5px;font-size:9px}.studio-room-nav a:first-child span{display:none}.studio-room-nav-divider{margin:0 2px}.studio-room-page{padding-bottom:78px}}@media(prefers-reduced-motion:reduce){.studio-room-nav a{transition:none}}.studio-language-toast{position:fixed;bottom:24px;right:24px;z-index:150;display:flex;align-items:center;gap:12px;padding:12px 16px;border:1px solid #c7aaf024;border-radius:10px;background:#15101ee8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#c6b5d9;font-size:11px;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s,transform .25s var(--studio-ease),visibility .2s;pointer-events:none}.studio-language-toast.is-visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.studio-language-toast>svg{color:#b9c8af}.studio-language-toast button{padding:3px;color:#8e799c}@media(prefers-reduced-motion:reduce){.studio-language-toast{transition:none;transform:none}}.project-section{position:relative;overflow:hidden;padding:128px 24px 100px;background:#060609;border-top:1px solid #ffffff0d;--module-color:#a5a0ff}.project-container{position:relative;max-width:1152px;margin:auto}.project-ambient{position:absolute;width:100%;height:900px;top:0;left:0;pointer-events:none;background:radial-gradient(ellipse at 75% 45%,#6254dc15,transparent 60%)}.project-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:52px;gap:24px}.project-eyebrow,.project-kicker,.project-topline,.project-visual-label,.project-bottomline{font-family:JetBrains Mono,monospace;font-size:10px;letter-spacing:.15em}.project-eyebrow{color:#aba4f2;text-transform:uppercase;margin-bottom:20px}.project-heading h2{font-family:Space Grotesk,Inter,sans-serif;font-size:clamp(44px,5.5vw,72px);line-height:1.1;font-weight:500;letter-spacing:-.055em}.project-heading h2 span{color:#a5a0ff}.project-heading-note{white-space:pre-line;font-size:13px;line-height:1.9;color:#898893}.project-tilt.t-tilt{touch-action:pan-y}.project-card.t-tilt-card{border-radius:24px;background:linear-gradient(120deg,#131219,#0c0b12,#10101b);border:1px solid #ffffff17;box-shadow:0 24px 100px #0005;--tilt-glare-opacity:.19}.project-topline{display:flex;justify-content:space-between;padding:22px 32px;border-bottom:1px solid #ffffff0c;color:#74727f;gap:16px;font-size:9px}.project-topline span:first-child{display:flex;align-items:center;gap:10px;color:#b1abbf}.project-topline i,.project-grade i{display:inline-block;width:5px;height:5px;background:#acdfba;border-radius:50%;box-shadow:0 0 10px #acdfba60}.project-main{display:grid;grid-template-columns:1.06fr 1fr}.project-copy{padding:54px 28px 48px 48px}.project-kicker{color:#96919f;font-size:9px;letter-spacing:.12em;margin-bottom:22px}.project-copy h3{position:relative;font-family:Space Grotesk,sans-serif;font-weight:500;font-size:clamp(64px,7vw,94px);letter-spacing:-.065em;line-height:.98;margin-bottom:28px}.project-copy h3>span{color:#b9b2f6}.project-description{max-width:440px;color:#a2a0ae;font-size:14px;line-height:1.95}.project-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.project-tags span{padding:5px 9px;font-family:JetBrains Mono,monospace;font-size:9px;color:#9691a7;border:1px solid #ffffff10;border-radius:5px}.project-actions{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.project-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 17px;border-radius:8px;font-size:12px;font-weight:500;transition:transform .25s cubic-bezier(.22,1,.36,1),background .25s,box-shadow .25s}.project-button-primary{background:#e5e0ff;color:#252038;box-shadow:0 2px 20px #ae9dff10}.project-button-primary:hover{background:#f3efff;box-shadow:0 4px 30px #ae9dff30;transform:translateY(-2px)}.project-button-secondary{border:1px solid #ffffff17;color:#c3bdcf}.project-button-secondary:hover{background:#ffffff08;transform:translateY(-2px)}.project-button svg:last-child{transition:transform .25s cubic-bezier(.22,1,.36,1)}.project-button:hover svg:last-child{transform:translate(2px,-2px)}.project-visual{position:relative;display:flex;flex-direction:column;justify-content:center;padding:28px 30px;overflow:hidden;background-image:radial-gradient(#aea0ff19 .7px,transparent .7px);background-size:20px 20px;border-left:1px solid #ffffff08}.project-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse at 50% 42%,#8872e514,transparent 65%)}.project-visual-label{display:flex;justify-content:space-between;color:#736b89;font-size:9px}.project-visual-label span:last-child{font-size:18px;color:#c3b1f5}.project-orbit-stage{width:100%;max-width:400px;aspect-ratio:1;margin:4px auto 8px;position:relative}.project-orbit{position:absolute;border-radius:50%;pointer-events:none}.orbit-outer{top:12%;right:12%;bottom:12%;left:12%;border:1px solid #c7b8ff1b}.orbit-inner{top:25%;right:25%;bottom:25%;left:25%;border:1px dashed #c7b8ff24;animation:project-orbit-spin 70s linear infinite reverse}.orbit-tracer{top:6%;right:6%;bottom:6%;left:6%;border:1px solid #c7b8ff08;animation:project-orbit-spin 28s linear infinite}.orbit-tracer:before{content:"";position:absolute;width:5px;height:5px;background:#bcb0fa;border-radius:50%;top:50%;left:-3px;box-shadow:0 0 14px #b6a6ff}.project-connections{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.project-connections path{stroke:#9285ad28;stroke-width:1;transition:stroke .25s}.project-connections path.is-active{stroke:var(--module-color);stroke-dasharray:5 9;animation:project-signal 2s linear infinite}.project-core{position:absolute;top:34%;right:34%;bottom:34%;left:34%;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #c9b5ff66;border-radius:24%;background:linear-gradient(135deg,#282039,#151121);box-shadow:0 0 55px #9f74fa20,inset 0 0 24px #c6a5ff10;animation:project-core-float 6s ease-in-out infinite}.project-core img{position:relative;width:66%;height:66%;object-fit:contain;filter:drop-shadow(0 0 15px #b997ff33)}.project-core span{position:relative;font-family:JetBrains Mono,monospace;font-size:7px;letter-spacing:.15em;color:#c0b4d9;margin-top:3px}.project-core-halo{position:absolute;top:-12%;right:-12%;bottom:-12%;left:-12%;border:1px solid #b09bff12;border-radius:28%}.project-node{position:absolute;width:48px;height:48px;margin:-24px 0 0 -24px;border:1px solid #8f7dad40;border-radius:12px;background:#16131f;color:#8a7e9e;display:flex;align-items:center;justify-content:center;transition:background .25s,border-color .25s,color .25s,box-shadow .25s,transform .25s}.project-node>span{position:absolute;font:8px JetBrains Mono,monospace;top:-17px;color:#8b809c}.project-node.is-active{color:var(--module-color);border-color:var(--module-color);background:#272033;box-shadow:0 0 25px color-mix(in srgb,var(--module-color) 18%,transparent);transform:scale(1.1)}.project-inspector{position:relative;border:1px solid #c5b6ef1c;background:#0e0c15dd;border-radius:9px;padding:14px 17px;min-height:70px}.project-inspector-content{display:flex;align-items:center;gap:14px;animation:project-detail-in .25s ease-out}.project-inspector-index{font:22px Space Grotesk,sans-serif;color:var(--module-color);opacity:.75}.project-inspector strong{color:#d6cfe7;font-size:12px;font-weight:500}.project-inspector p{color:#8e829f;font-size:10px;margin-top:3px}.project-inspector-mark{color:var(--module-color);margin-left:auto}.project-interaction-hint{margin-top:12px;font-size:9px;letter-spacing:.06em;color:#8b809c;text-align:center}.project-stats{display:flex;align-items:center;gap:28px;padding:20px 32px;border-top:1px solid #ffffff0c;color:#9992a6;font:10px JetBrains Mono,monospace}.project-stats>span{display:flex;align-items:center;gap:8px}.project-stats .project-grade{color:#a6c3b1}.project-stats-note{margin-left:auto;font-size:9px;letter-spacing:.06em}.project-modules{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:18px}.project-module{position:relative;text-align:left;padding:19px 15px 20px;border:1px solid #ffffff0f;border-radius:10px;overflow:hidden;background:#0d0c12;transition:background .25s,border-color .25s,transform .25s}.project-module-top{display:flex;justify-content:space-between;align-items:center;color:#777080;margin-bottom:18px}.project-module-top>span{font:9px JetBrains Mono,monospace}.project-module strong{display:block;font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:500;color:#b2aabf}.project-module-description{display:block;margin-top:6px;color:#83798f;font-size:9px;line-height:1.6}.project-module-bar{position:absolute;bottom:0;left:15px;right:15px;height:2px;background:var(--module-color);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.22,1,.36,1)}.project-module.is-active{background:#19151f;border-color:color-mix(in srgb,var(--module-color) 35%,transparent);transform:translateY(-3px)}.project-module.is-active .project-module-top,.project-module.is-active strong{color:var(--module-color)}.project-module.is-active .project-module-bar{transform:scaleX(1)}.project-bottomline{display:flex;justify-content:space-between;gap:16px;margin-top:24px;color:#716979;font-size:8px}.project-section:not(.is-in-view) .project-orbit,.project-section:not(.is-in-view) .project-core,.project-section:not(.is-in-view) .project-connections path{animation-play-state:paused}.project-section :is(a,button):focus-visible{outline:2px solid #d7c9ff;outline-offset:5px}@keyframes project-orbit-spin{to{transform:rotate(360deg)}}@keyframes project-signal{to{stroke-dashoffset:-28}}@keyframes project-core-float{50%{transform:translateY(-5px)}}@keyframes project-detail-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1000px){.project-copy{padding:40px 25px}.project-visual{padding:26px 20px}.project-modules{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.project-section{padding:80px 20px 64px}.project-heading{margin-bottom:30px}.project-heading-note{font-size:10px;max-width:130px}.project-topline{padding:18px 20px;font-size:7px;letter-spacing:.08em}.project-topline>span:last-child{display:none}.project-main{grid-template-columns:1fr}.project-copy{padding:34px 26px}.project-copy h3{font-size:72px}.project-description{font-size:13px}.project-visual{border-left:0;border-top:1px solid #ffffff0c;padding:22px 26px}.project-orbit-stage{max-width:340px}.project-stats{padding:20px;gap:14px;flex-wrap:wrap;font-size:9px}.project-stats-note{display:none!important}.project-module{padding:16px 12px}.project-module strong{font-size:11px}.project-module-description{font-size:9px}.project-modules{gap:8px}.project-bottomline{font-size:7px;letter-spacing:.07em}.project-core span{font-size:6px}}@media(max-width:380px){.project-modules{grid-template-columns:repeat(2,minmax(0,1fr))}.project-actions{gap:8px}.project-button{padding:12px;font-size:11px}}@media(prefers-reduced-motion:reduce){.project-section *,.project-section *:before{animation:none!important;transition:none!important}.project-module.is-active,.project-node.is-active{transform:none}.project-section .t-stagger-line{opacity:1;transform:none;filter:none}}.project-tilt:not(.is-hover) .t-tilt-card{will-change:auto}.project-section.is-shown .t-stagger-line{will-change:auto}.rooms-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:start}.room-link{display:block;position:relative;min-width:0;background:transparent;color:#1d2129;text-decoration:none;border:0;box-shadow:none;padding:0}.room-link:nth-child(2){margin-top:55px}.room-link:nth-child(3){margin-top:110px}.room-code{display:block;font:9px JetBrains Mono,monospace;letter-spacing:.12em;color:#7b818c;padding-bottom:15px}.room-preview{position:relative;aspect-ratio:1.42;border-radius:14px;overflow:hidden;background:#101217}.room-preview img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1);filter:saturate(.65);transition:transform .6s cubic-bezier(.22,1,.36,1),filter .35s}.room-link:nth-child(2) .room-preview img{filter:saturate(.7) brightness(1.55)}.room-link:hover .room-preview img,.room-link:focus-visible .room-preview img{transform:scale(1.045);filter:saturate(1)}.room-link:nth-child(2):hover .room-preview img,.room-link:nth-child(2):focus-visible .room-preview img{filter:saturate(1) brightness(1.65)}.room-invitation{position:absolute;left:15px;bottom:15px;display:flex;align-items:center;gap:24px;padding:11px 15px;border:1px solid #ffffff90;border-radius:24px;background:#f4f6fadf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#273858;font-size:10px;opacity:0;transform:translateY(8px);transition:opacity .15s,transform .25s cubic-bezier(.22,1,.36,1)}.room-link:hover .room-invitation,.room-link:focus-visible .room-invitation{opacity:1;transform:none}.room-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:25px 0 8px}.room-heading h3{color:#1d2129;font:400 clamp(25px,2.6vw,35px)/1.2 "Space Grotesk","Inter",sans-serif;letter-spacing:-.045em;margin:0}.room-heading svg{color:#687386;flex-shrink:0;transition:transform .25s cubic-bezier(.22,1,.36,1),color .2s}.room-link:hover .room-heading svg{transform:translate(3px,-3px);color:#355deb}.room-other-name{display:block;color:#9095a0;font:8px JetBrains Mono,monospace;letter-spacing:.13em;text-transform:uppercase}.room-link>p{margin:22px 0 0;padding-top:18px;border-top:1px solid #1b25321c;color:#6c7481;font-size:13px;line-height:1.8}.room-link:hover,.room-link:focus-visible{background:transparent;color:#1d2129}.room-link:focus-visible{outline:2px solid #456aed;outline-offset:7px;border-radius:3px}@media(max-width:700px){.rooms-grid{grid-template-columns:1fr;gap:43px}.room-link:nth-child(2),.room-link:nth-child(3){margin-top:0}.room-preview{aspect-ratio:1.4}.room-invitation{opacity:1;transform:none;font-size:9px}.room-heading h3{font-size:29px}.room-link>p{margin-top:17px;font-size:12px}}@media(prefers-reduced-motion:reduce){.room-preview img,.room-invitation,.room-heading svg{transition:none}.room-link:hover .room-preview img{transform:none}}:root{--loader-exit:.65s}.art-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;background:#edf1f8;color:#293b58;padding:40px 5vw;display:flex;flex-direction:column;overflow:hidden;opacity:1;animation:loader-arrive .65s ease both;transition:opacity var(--loader-exit) ease}.art-loader[data-complete=true]{opacity:0;animation:none;pointer-events:none}.art-loader-top{display:flex;align-items:center;justify-content:space-between;gap:20px;font:9px JetBrains Mono,monospace;letter-spacing:.08em;color:#8492ac}.art-loader-top>span:first-child{font:500 22px Space Grotesk,sans-serif;letter-spacing:-.06em;color:#30466b}.art-loader-art{position:absolute;width:clamp(260px,37vw,480px);aspect-ratio:1;left:50%;top:45%;transform:translate(-50%,-50%)}.loader-orbit{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1px solid #aabddd70;transform-style:preserve-3d}.loader-orbit.orbit-a{transform:rotate(-35deg) scaleY(.45);border-width:2px;border-color:#5279ce}.loader-orbit.orbit-b{transform:rotate(35deg) scaleY(.45)}.loader-orbit.orbit-c{transform:rotate(90deg) scaleY(.45);border-color:#a0b3d575}.loader-orbit.orbit-a:after{content:"";position:absolute;width:14px;height:14px;top:calc(50% - 7px);left:-7px;background:#4a72d3;border-radius:50%;box-shadow:0 0 25px #3459ce30}.loader-center{position:absolute;top:29%;right:29%;bottom:29%;left:29%;border-radius:50%;background:radial-gradient(circle at 30% 24%,#f4f8ff,#c8d9f6 20%,#729bd9 43%,#365996 70%,#d7e4f9);box-shadow:inset -9px -10px 23px #35518833,0 30px 70px #3b66a425;transform:scale(calc(.86 + var(--load-progress) * .14));transition:transform .5s cubic-bezier(.22,1,.36,1)}.art-loader-art>span{position:absolute;bottom:-35px;width:100%;text-align:center;font:8px JetBrains Mono,monospace;letter-spacing:.17em;color:#9aabc4}.art-loader-bottom{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-top:auto}.art-loader-bottom p{font:400 clamp(27px,4vw,58px)/1.2 "Space Grotesk","Inter",sans-serif;letter-spacing:-.055em;color:#334c70;margin-bottom:16px}.art-loader-bottom>div>span{font:8px JetBrains Mono,monospace;letter-spacing:.08em;color:#8d9cb5}.art-loader-number{font:400 clamp(85px,13vw,180px)/.8 "Space Grotesk",sans-serif;letter-spacing:-.07em;color:#466baf;font-variant-numeric:tabular-nums}.art-loader-number>span{font-size:25px;letter-spacing:-.05em;color:#a2b4d1;margin-left:8px}.art-loader-track{height:1px;background:#bccbe140;margin-top:32px}.art-loader-track>span{display:block;width:100%;height:1px;background:#527ed0;transform:scaleX(var(--load-progress));transform-origin:left;transition:transform .4s cubic-bezier(.22,1,.36,1)}@media(max-width:700px){.art-loader{padding:28px 24px}.art-loader-top>span:last-child{font-size:7px;max-width:160px;text-align:right}.art-loader-art{width:270px;top:40%}.art-loader-bottom{align-items:flex-start;flex-direction:column-reverse;gap:30px}.art-loader-bottom p{font-size:29px}.art-loader-number{align-self:flex-end;font-size:100px}}@media(prefers-reduced-motion:reduce){.art-loader{transition:opacity .15s;clip-path:none}.art-loader[data-complete=true]{clip-path:none;opacity:0}.loader-center,.art-loader-track>span{transition:none}}.loader-orbit-system{position:absolute;top:0;right:0;bottom:0;left:0;animation:loader-orbit-turn 28s linear infinite}@keyframes loader-arrive{0%{opacity:0}to{opacity:1}}@keyframes loader-orbit-turn{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.art-loader,.loader-orbit-system{animation:none}}.loader-center{background:radial-gradient(ellipse 22% 17% at 31% 24%,#ffffffdd 0%,#eef6ff55 40%,transparent 100%),radial-gradient(ellipse at 35% 25%,#eef7ff90,transparent 52%),radial-gradient(circle at 28% 24%,#d9eaff,#9fbde6 29%,#6388bc,#36567f 77%,#192e4f);border:1px solid #d9e7fda8;box-shadow:inset 2px 3px 8px #ffffff85,inset -5px -8px 13px #19355565,inset 0 0 24px #b6d1f835,0 29px 55px -15px #37598645}.loader-center:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(ellipse 70% 13% at 52% 96%,#d8ebff74,transparent 80%),radial-gradient(ellipse 8% 47% at 96% 47%,#b1d1fa42,transparent 80%);mix-blend-mode:screen}.loader-center:after{content:"";position:absolute;top:10%;right:10%;bottom:10%;left:10%;border-radius:50%;background:conic-gradient(from -38deg,transparent 0deg,#f2f8ff26 33deg,transparent 62deg,transparent 275deg,#87aff425 310deg,transparent 345deg);filter:blur(8px);animation:loader-glaze 16s ease-in-out infinite alternate}.loader-orbit.orbit-a{border-color:#658ddd;box-shadow:0 1px #ffffffa0}.loader-orbit.orbit-a:after{background:linear-gradient(135deg,#f4f8ff,#719de8 50%,#305b9b);box-shadow:0 0 8px #7aa5f26b}@keyframes loader-glaze{0%{transform:rotate(-25deg);opacity:.65}to{transform:rotate(65deg);opacity:1}}@media(prefers-reduced-motion:reduce){.loader-center:after{animation:none}}:root{--page-enter:1.1s}.app-reveal{opacity:0;transition:opacity .95s cubic-bezier(.22,1,.36,1)}.app-reveal[data-visible=true]{opacity:1;transition-delay:.15s}.app-reveal[inert]{pointer-events:none}@media(prefers-reduced-motion:reduce){.app-reveal{transition-duration:.15s;transition-delay:0ms}}@media(prefers-reduced-motion:reduce){.app-reveal[data-visible=true]{transition-duration:.15s;transition-delay:0ms}}@font-face{font-family:"Instrument Serif";src:url(/fonts/instrument-serif/InstrumentSerif-Italic.ttf) format("truetype");font-style:italic;font-weight:400;font-display:swap}.studio-home{background:var(--gallery-paper);color:var(--gallery-ink)}.studio-home ::selection{background:#2544ff;color:#fff}.studio-container,.project-container{max-width:1320px}.studio-section{padding:130px 5vw;border-color:#17191f22}.studio-section-heading h2{font-size:clamp(38px,5.2vw,74px);font-weight:400;line-height:1.14;letter-spacing:-.055em}.studio-section-heading h2>span{color:inherit}.studio-eyebrow{color:#646568;font-size:10px;letter-spacing:.08em}.studio-home :is(a,button):focus-visible{outline-color:var(--gallery-accent)}.studio-about{background:#f8f9fc}.studio-about .studio-section-heading{display:grid;grid-template-columns:1fr 2.1fr;gap:70px;margin-bottom:90px}.studio-about .studio-section-heading>.studio-eyebrow{align-self:start;margin-top:10px}.studio-about .studio-section-heading h2>span{font-family:Georgia,Noto Sans SC,serif;font-style:italic;color:#6e6f72;font-weight:400}.studio-about-grid{grid-template-columns:1fr 1.8fr;gap:110px}.studio-profile{border-color:#27282b26}.studio-profile img{border-radius:0;width:44px;height:55px;filter:none}.studio-profile strong{color:#2c2d30}.studio-profile div>span{color:#858689}.studio-profile>svg{color:#2544ff}.studio-about-intro{color:#58595c;font-size:19px}.studio-about-intro strong{color:#26272a}.studio-about-detail{color:#797a7d;font-size:13px}.studio-skills h3{border-color:#27282b26;color:#4b4c4f}.studio-skills h3>span{color:#86878a}.studio-skills>div{gap:0}.studio-skills>div>span{border:0;border-radius:0;background:none;padding:6px 12px 6px 0;color:#717275;font-size:10px}.studio-skills>div>span:after{content:"/";margin-left:12px;color:#bcbdc0}.studio-skills>div>span:hover{transform:none;background:none;color:#2544ff}.studio-timeline-label{border-color:#27282b26;color:#7a7b7e;font-size:9px;padding-bottom:26px}.studio-experience{padding:28px 0;border-color:#27282b26;gap:35px}.studio-experience-index{color:#a2a3a6}.studio-experience-meta,.studio-experience-meta>span:first-child{color:#808184}.studio-experience h3{font-size:clamp(22px,2.4vw,34px);font-weight:400;color:#37383b;letter-spacing:-.04em;margin:14px 0}.studio-experience p{color:#87888b;font-size:13px}.studio-experience h3 svg{color:#67686b}.studio-experience:after{background:#2544ff}.studio-experience:hover h3 svg{color:#2544ff}.project-section{padding:120px 5vw 100px;background:#111318;border:0}.project-ambient{background:radial-gradient(ellipse at 80% 50%,#d6d7da09,transparent 70%)}.project-heading{margin-bottom:70px;align-items:center}.project-eyebrow{color:#949598;font-size:10px}.project-heading h2{color:#ecedf0;font-size:clamp(56px,7.5vw,108px);font-weight:400;letter-spacing:-.06em}.project-heading h2 span{color:#cfd0d3}.project-heading-note{color:#98999c;font-size:12px}.project-card.t-tilt-card{border-radius:0;border:0;background:transparent;box-shadow:none}.project-topline{border-top:1px solid #cdced133;border-bottom:0;padding:25px 0;color:#838487}.project-topline span:first-child{color:#abacaf}.project-main{grid-template-columns:1fr 1fr;align-items:center}.project-copy{padding:55px 50px 60px 0}.project-kicker{color:#8d8e91}.project-copy h3{color:#e5e6e9;font-size:clamp(70px,8vw,116px);letter-spacing:-.06em;margin-bottom:35px}.project-copy h3>span{color:#cecfd2;font-family:Georgia,serif;font-style:italic;font-weight:400}.project-description{color:#aaabae;font-size:14px}.project-tags span{color:#909194;border-color:#c9cacd22;border-radius:0;background:transparent}.project-button{border-radius:0;padding:16px 20px}.project-button-primary{background:#dddee1;color:#323336;box-shadow:none}.project-button-primary:hover{background:#edeef1;box-shadow:none}.project-button-secondary{color:#c8c9cc;border-color:#cccdd033}.project-visual{padding:20px 35px 35px;border:0;background:none}.project-visual:before{background:radial-gradient(ellipse,#bfc0c30c,transparent 65%)}.project-visual-label{color:#87888b}.project-visual-label span:last-child{color:#d1d2d5}.project-orbit-stage{max-width:450px;margin:20px auto}.orbit-outer,.orbit-inner{border-color:#cacbce33}.orbit-tracer{border-color:#cacbce15}.orbit-tracer:before{background:#d9dadd;box-shadow:0 0 14px #d9dadd50}.project-connections path{stroke:#cacbce22}.project-core{background:linear-gradient(145deg,#3e3f42,#2a2b2e);border-color:#b3b4b766;border-radius:50%;box-shadow:0 0 65px #c6c7ca10}.project-core-halo{border-color:#c4c5c822;border-radius:50%}.project-core span{color:#abacaf}.project-node{background:#2e2f32;border-color:#97989b3b;border-radius:50%;color:#98999c}.project-node>span{color:#7e7f82}.project-node.is-active{background:#3e3f42}.project-inspector{border:0;border-top:1px solid #c1c2c52b;background:transparent;border-radius:0;padding:18px 0}.project-inspector strong{color:#d8d9dc;font-size:14px}.project-inspector p{color:#98999c;font-size:11px}.project-interaction-hint{color:#808184}.project-stats{border-top:1px solid #cdced133;padding:23px 0;color:#a6a7aa}.project-stats .project-grade{color:#c8c9cc}.project-stats-note{color:#88898c}.project-modules{gap:0;margin-top:28px}.project-module{border-radius:0;border:0;border-right:1px solid #c4c5c82b;background:transparent;padding:10px 20px 24px}.project-module:first-child{padding-left:0}.project-module:last-child{border-right:0}.project-module.is-active{background:transparent;transform:none}.project-module-top{color:#7e7f82;margin-bottom:24px}.project-module strong{color:#c2c3c6;font-size:15px}.project-module-description{color:#858689;font-size:10px}.project-module-bar{left:20px;right:20px;height:1px}.project-module:first-child .project-module-bar{left:0}.project-bottomline{margin-top:40px;color:#7d7e81}.studio-philosophy{background:#f0f1f6;color:#2a2b2e}.studio-philosophy .studio-section-heading{display:grid;grid-template-columns:1fr 2.1fr;gap:0 70px;margin-bottom:80px}.studio-philosophy .studio-section-heading>.studio-eyebrow{align-self:start;margin-top:9px}.studio-philosophy .studio-section-description{grid-column:2;color:#8a8b8e}.studio-philosophy-grid{grid-template-columns:1.1fr 1fr;gap:110px}.studio-quote-card{padding:0 50px 0 0;border:0;border-radius:0;background:none}.studio-quote-card>svg{color:#2544ff;width:70px;height:70px;margin:35px 0 10px}.studio-quote-card blockquote>p{font-family:Georgia,Noto Sans SC,serif;color:#6f7073;font-size:24px;line-height:1.8}.studio-quote-card cite{color:#3a3b3e}.studio-quote-card footer>span:first-child{background:#2544ff}.studio-quote-card footer>span:last-child{color:#8f9093}.studio-quote-orbits{display:none}.studio-faq h3{color:#48494c;font-size:23px;border-bottom:1px solid #2f303329;padding-bottom:25px}.studio-faq h3>span{color:#8b8c8f}.studio-faq-item{border-color:#2f303329}.studio-faq-item .t-acc-head{color:#707174;padding:28px 0;font-size:15px}.studio-faq-index{color:#9fa0a3}.studio-faq-item[data-open=true] .t-acc-head{color:#353639}.studio-faq-item .t-acc-panel-inner>p{color:#7f8083;font-size:13px}.studio-explore{background:#f0f1f6;padding-top:70px}.studio-explore .studio-section-heading h2{max-width:800px}.studio-contact{background:#111318;color:#27282b;padding-top:100px;padding-bottom:40px;border:0}.studio-contact-heading .studio-eyebrow{color:#38393c}.studio-contact-heading h2{font-size:clamp(56px,8.5vw,124px);font-weight:400;letter-spacing:-.075em;line-height:1.06}.studio-contact-heading h2 span{color:#dedfe2}.studio-contact-arrow{border-color:#393a3d4d;width:130px;height:130px;color:#dedfe2}.studio-contact-arrow:hover{background:#dedfe2;color:#595a5d;transform:rotate(45deg)}.studio-contact-arrow svg{width:55px;height:55px}.studio-contact-description{color:#393a3d;max-width:630px;font-size:14px;line-height:1.9;margin-top:35px}.studio-collaborations>div{color:#393a3d}.studio-collaborations svg{color:#d2d3d6}.studio-contact-grid{gap:0;border-top:1px solid #4546494d;border-bottom:1px solid #4546494d;margin-top:65px}.studio-contact-card{padding:30px 22px;border:0;border-right:1px solid #4546494d;border-radius:0;background:none}.studio-contact-card:first-child{padding-left:0}.studio-contact-card:last-child{border:0}.studio-contact-card:hover{background:#cacbce0d}.studio-contact-card span{color:#48494c}.studio-contact-card strong{color:#dedfe2;font-size:14px}.studio-contact-card>svg,.studio-contact-card>button,.studio-contact-card>svg:last-child{color:#3b3c3f}.studio-copy-status{color:#dadbde}.studio-footer-bottom{border-color:#4546494d;margin-top:50px}.studio-footer-wordmark{color:#d2d3d6;font-size:35px}.studio-footer-wordmark span{color:#3d3e41}.studio-footer-bottom>span{color:#404144;font-size:8px}.studio-footer-bottom>div{color:#3e3f42}.studio-footer-bottom>div a:hover{color:#dfe0e3}.site-scroll-progress{background:#2544ff;box-shadow:none;height:2px}.site-pointer-glow{display:none}.studio-home .studio-language-toast{background:#2a2b2e;color:#e7e8eb;border-radius:3px}.studio-room-nav{border-radius:5px}.studio-room-nav a{border-radius:2px}@media(max-width:1050px){.studio-about .studio-section-heading,.studio-philosophy .studio-section-heading{grid-template-columns:1fr 2.3fr;gap:35px}.studio-about-grid,.studio-philosophy-grid{gap:55px}.project-copy{padding-right:20px}.project-module{padding:15px}.project-module strong{font-size:12px}.studio-contact-grid{grid-template-columns:1fr}.studio-contact-card,.studio-contact-card:first-child{border-right:0;padding:25px 0;border-bottom:1px solid #4546494d}}@media(max-width:700px){.studio-section{padding:80px 6vw}.studio-section-heading h2{font-size:38px}.studio-section-heading{margin-bottom:40px}.studio-eyebrow{font-size:8px}.studio-about .studio-section-heading,.studio-philosophy .studio-section-heading{display:block;margin-bottom:45px}.studio-about .studio-section-heading h2{font-size:35px}.studio-about-grid,.studio-philosophy-grid{grid-template-columns:1fr;gap:50px}.studio-experience{gap:20px}.studio-experience h3{font-size:24px}.studio-experience p{font-size:12px}.studio-quote-card{padding:0}.studio-quote-card blockquote>p{font-size:21px}.studio-philosophy .studio-section-heading>.studio-eyebrow{margin-bottom:25px}.studio-philosophy .studio-section-description{font-size:12px}.project-section{padding:80px 6vw}.project-heading{margin-bottom:35px}.project-heading h2{font-size:52px}.project-heading-note{font-size:9px}.project-topline{padding:20px 0}.project-main{grid-template-columns:1fr}.project-copy{padding:28px 0 35px}.project-copy h3{font-size:80px}.project-description{font-size:13px}.project-visual{padding:20px 0}.project-visual-label{font-size:8px}.project-orbit-stage{max-width:340px}.project-stats{gap:16px;font-size:9px}.project-module{padding:17px 12px!important;border-bottom:1px solid #c4c5c822}.project-module strong{font-size:12px}.project-module-bar{left:12px!important;right:12px}.project-module-top{margin-bottom:18px}.project-modules{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.project-module:nth-child(2n){border-right:0}.project-bottomline{font-size:6px}.studio-contact-heading{align-items:flex-end;gap:5px}.studio-contact-heading h2{font-size:46px;letter-spacing:-.065em}.studio-contact-heading .studio-eyebrow{font-size:7px}.studio-contact-arrow{width:52px;height:52px;margin-bottom:7px}.studio-contact-arrow svg{width:26px;height:26px}.studio-contact-description{font-size:12px;margin-top:28px}.studio-contact-grid{margin-top:38px}.studio-contact-card strong{font-size:13px}.studio-footer-bottom{margin-top:25px}.studio-footer-wordmark{font-size:29px}.studio-footer-bottom>span{font-size:6px}}@media(max-width:370px){.studio-contact-heading h2{font-size:39px}.project-copy h3{font-size:70px}}.studio-about-detail,.studio-experience p{color:#6d6e71}.studio-philosophy .studio-section-description{color:#757679}.studio-contact-description,.studio-collaborations>div{color:#323336}html[lang=zh-CN] .studio-about .studio-section-heading h2>span{font-style:normal;letter-spacing:-.055em}:root{--gallery-paper:#f0f1f6;--gallery-ink:#17191f;--gallery-accent:#2544ff;--studio-accent:#2544ff}.studio-about .studio-section-heading h2>span{font-family:Inter,Noto Sans SC,sans-serif;font-style:normal;color:#2544ff}.project-section{background:#111318}.project-heading h2{color:#f1f3f9}.project-heading h2 span{color:#3359ff}.project-heading-note,.project-description{color:#9da6b8}.project-copy h3{color:#f2f4fa}.project-copy h3>span{font-family:Space Grotesk,sans-serif;font-style:normal;font-weight:400;color:#8098ff}.project-button-primary{background:#2544ff;color:#fff}.project-button-primary:hover{background:#3f5bff}.project-button-secondary{color:#c5cede;border-color:#53607766}.project-visual:before{background:radial-gradient(ellipse,#294aff12,transparent 65%)}.project-core{background:linear-gradient(135deg,#222c4d,#111725);border-color:#4960ac66}.project-node{color:#7f8ba5;background:#171d2c;border-color:#6c7eaa33}.project-node.is-active{background:#21378c;border-color:#7e99ff}.project-core span{color:#91a1c8}.project-node>span,.project-visual-label,.project-interaction-hint{color:#7d8aa6}.project-inspector strong{color:#d3dcee}.project-inspector p,.project-module-description{color:#909caf}.project-module strong{color:#bac5d9}.project-stats,.project-stats .project-grade{color:#b2bdd0}.project-tags span,.project-kicker{color:#8a97b0}.project-topline span:first-child{color:#a9b4ca}.project-bottomline{color:#7f8aa0}.project-core img{filter:grayscale(1) contrast(1.1)}.studio-quote-card blockquote>p{font-family:Inter,Noto Sans SC,sans-serif;font-weight:400;font-size:23px}.studio-explore{background:#f0f1f6}.studio-contact{background:#111318;color:#f0f1f6}.studio-contact-heading .studio-eyebrow{color:#8b96ae}.studio-contact-heading h2{color:#f0f1f6}.studio-contact-heading h2 span{color:#8297ff}.studio-contact-arrow{background:#2544ff;color:#fff;border-color:#2544ff}.studio-contact-arrow:hover{background:#f0f1f6;color:#2544ff}.studio-contact-description{color:#9ba5b8}.studio-collaborations>div{color:#a3afc6}.studio-collaborations svg{color:#859cff}.studio-contact-grid,.studio-contact-card,.studio-footer-bottom{border-color:#ffffff20}.studio-contact-card span{color:#7e8ba5}.studio-contact-card strong{color:#dfe5f0}.studio-contact-card>svg,.studio-contact-card>button,.studio-contact-card>svg:last-child{color:#8e9cb8}.studio-contact-card:hover{background:#3654ff08}.studio-footer-wordmark{color:#f0f1f6}.studio-footer-wordmark span{color:#7c96ff}.studio-footer-bottom>span{color:#748099}.studio-footer-bottom>div{color:#a0aec5}.studio-copy-status{color:#a7b7f7}.site-scroll-progress{background:#2544ff}@media(max-width:700px){.studio-quote-card blockquote>p{font-size:20px}}:root{--island-ease:cubic-bezier(.22,1,.36,1)}.studio-nav{position:fixed;z-index:70;inset:22px 18px auto;pointer-events:none;transform:translateZ(0);opacity:1;transition:transform .6s var(--island-ease),opacity .42s ease}.island-frame{position:relative;height:66px;width:min(100%,1040px);margin:auto}.island-shell{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(140deg,#fdfdffe6,#e7edf9d9 65%,#dee6f8d9);border:1px solid #fff;border-radius:38px;box-shadow:0 8px 30px #33457616,inset 0 1px #fff;backdrop-filter:blur(20px) saturate(1.25);-webkit-backdrop-filter:blur(20px) saturate(1.25);transform:scaleX(1);transition:transform .4s var(--island-ease),border-radius .4s var(--island-ease)}.studio-nav[data-compact=true] .island-shell{transform:scaleX(.89);border-radius:25px}.island-content{position:relative;width:85%;height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:16px;pointer-events:auto}.island-brand{display:flex;align-items:center;gap:10px;color:#182437;flex-shrink:0}.island-brand img{width:29px;height:29px;border-radius:50%;border:1px solid #fff}.island-brand>span{font:600 18px Space Grotesk,sans-serif;letter-spacing:-.055em}.island-brand>span>span{color:#4367b9}.island-links{display:flex;align-items:center;gap:3px}.island-links a{display:flex;align-items:center;justify-content:center;gap:6px;padding:9px 15px;border-radius:24px;font-size:11px;color:#67758c;transition:color .15s,background .25s}.island-links a:hover{color:#213968;background:#ffffff8c}.island-links a[aria-current=page]{color:#f5f8ff;background:#263d67;box-shadow:inset 0 1px #ffffff17}.island-links i{height:4px;width:4px;border-radius:50%;background:#6084d1}.island-actions{display:flex;align-items:center;gap:18px}.island-language{display:flex;align-items:center;gap:6px;color:#60718c;font-size:10px;padding:8px 0}.island-contact{display:flex;align-items:center;gap:6px;font-size:10px;color:#42597d;white-space:nowrap}.island-menu-toggle{display:none;color:#304664;padding:7px}.studio-nav[data-hidden=true]{transform:translate3d(0,calc(-100% - 36px),0);opacity:0;transition-duration:.7s,.5s;transition-timing-function:cubic-bezier(.4,0,.2,1),ease}.studio-nav[data-hidden=true] .island-content{pointer-events:none}.studio-nav :is(a,button):focus-visible{outline:2px solid #597ede;outline-offset:4px}.island-recall{position:fixed;top:4px;left:calc(50% - 28px);height:26px;width:56px;z-index:71;display:grid;place-items:center;opacity:0;pointer-events:none;transition:opacity .25s}.island-recall span{width:30px;height:4px;border-radius:4px;background:#849bc170;box-shadow:0 1px #ffffff80}.island-recall[data-visible=true]{opacity:1;pointer-events:auto}.island-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:65;background:#f0f3fbef;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);opacity:0;visibility:hidden;transition:opacity .15s,visibility .15s;overflow:auto}.island-mobile-menu[data-open=true]{opacity:1;visibility:visible;transition-duration:.25s}.island-mobile-inner{max-width:500px;margin:auto;padding:130px 30px 50px}.island-menu-caption{display:block;font:9px JetBrains Mono,monospace;letter-spacing:.15em;color:#92a0b7;margin-bottom:35px}.island-mobile-inner>a{display:flex;align-items:center;gap:20px;padding:22px 0;border-bottom:1px solid #c6d0e0;font:400 29px Space Grotesk,Inter,sans-serif;color:#304767;opacity:0;transform:translateY(12px);transition:opacity .25s,transform .25s var(--island-ease)}.island-mobile-menu[data-open=true] .island-mobile-inner>a{opacity:1;transform:none;transition-delay:calc(var(--item) * 40ms)}.island-mobile-inner>a>span{font:9px JetBrains Mono,monospace;color:#94a5bc}.island-mobile-inner>a>svg{margin-left:auto;color:#8eabc9}.island-mobile-inner>p{margin-top:35px;color:#8b9ab1;font-size:10px}@media(max-width:1050px){.island-contact{display:none}.island-content{width:84%}.island-actions{gap:12px}.island-links a{padding:9px 12px}}@media(max-width:899px){.island-links{display:none}.island-menu-toggle{display:block}.studio-nav{top:18px;inset-inline:16px}.island-frame{height:61px;max-width:620px}.island-content{width:auto;margin:0 25px}.studio-nav[data-compact=true] .island-shell{transform:scaleX(.96)}.island-shell{border-radius:35px}.island-language span{display:inline}}@media(prefers-reduced-motion:reduce){.studio-nav,.island-shell,.island-mobile-menu,.island-mobile-inner>a,.island-recall{transition:none}}.project-visual{overflow:visible}.project-copy h3>span{color:#a6bedf}.project-heading h2 span{color:#6c90c1}.project-button-primary{background:#c5d9f4;color:#29446e;border-radius:6px}.project-button-primary:hover{background:#e0edff}.project-button-secondary{border-radius:6px}.project-inspector-index,.project-module.is-active .project-module-top,.project-module.is-active strong{color:#a6c6f0}.support-feature{display:grid;grid-template-columns:.8fr 1.2fr;gap:6%;align-items:center;padding:65px;margin-bottom:110px;background:linear-gradient(125deg,#eef3fa,#e3edf9 65%,#e9eff9);border:1px solid #fff9;border-radius:24px;position:relative;overflow:hidden}.support-art{position:relative;width:100%;aspect-ratio:1;max-width:350px}.support-halo{position:absolute;top:8%;right:8%;bottom:8%;left:8%;border:1px solid #8faacf40;border-radius:50%;transform:rotate(-30deg) scaleY(.55)}.support-pearl{position:absolute;border-radius:50%;box-shadow:inset 1px 3px 9px #fff8,inset -8px -10px 20px #435f8a36,0 30px 50px -25px #486b9d44}.pearl-one{width:47%;height:47%;top:14%;left:11%;background:radial-gradient(circle at 30% 24%,#fff,#d6e6fd 30%,#829fc9 70%,#44628f)}.pearl-two{width:40%;height:40%;bottom:17%;right:8%;background:radial-gradient(circle at 30% 25%,#fff,#e9effb 30%,#a6bbd9 75%,#8aa4c9)}.support-heart{position:absolute;left:calc(50% - 22px);top:calc(50% - 24px);color:#718fb67d}.support-art-caption{position:absolute;bottom:0;width:100%;text-align:center;font:8px JetBrains Mono,monospace;letter-spacing:.12em;color:#9aadc8}.support-eyebrow{display:flex;align-items:center;gap:9px;font:9px JetBrains Mono,monospace;letter-spacing:.04em;color:#829bbb;margin-bottom:24px}.support-copy h2{color:#354f73;font:400 clamp(30px,3.4vw,46px)/1.3 "Space Grotesk","Inter",sans-serif;letter-spacing:-.055em}.support-copy h2>span{color:#7592b8}.support-description{max-width:420px;color:#8097b4;font-size:13px;line-height:1.95;margin-top:22px}.support-actions{display:flex;flex-wrap:wrap;align-items:center;gap:25px;margin-top:27px}.support-actions>a{display:flex;align-items:center;gap:28px;padding:13px 20px;border-radius:25px;color:#f5f9ff;background:#577cac;font-size:11px;transition:background .2s,transform .25s}.support-actions>a:hover{background:#406794;transform:translateY(-2px)}.support-actions>button{display:flex;align-items:center;gap:8px;color:#718eaf;font-size:10px;padding:10px 0}.support-note{margin-top:20px;color:#97abc5;font-size:9px}@media(max-width:1050px){.support-feature{padding:45px;gap:30px}}@media(max-width:700px){.support-feature{grid-template-columns:1fr;padding:30px 25px 36px;border-radius:18px;gap:20px;margin-bottom:75px}.support-art{width:205px;height:205px;justify-self:center}.support-copy h2{font-size:32px}.support-description{font-size:12px}.support-eyebrow{margin-bottom:18px}.support-actions{gap:20px}.support-actions>a{padding:12px 17px}.support-note{font-size:8px}}@media(prefers-reduced-motion:reduce){.support-actions>a{transition:none}}.studio-about,.studio-philosophy,.studio-explore{background:#f0f3f9;border-top:0}.studio-section-heading{position:relative}.studio-about:before,.studio-philosophy:before,.studio-explore:before{content:"";position:absolute;top:0;left:5vw;right:5vw;height:1px;background:linear-gradient(90deg,transparent,#9aaccc40 20%,#9aaccc40 80%,transparent)}.project-section{margin:0;background:#f0f3f9;padding-top:80px;padding-bottom:80px}.project-container{background:linear-gradient(135deg,#192536,#111b2b 65%,#202f45);border-radius:36px;padding:65px 55px 35px;box-shadow:0 30px 70px -55px #35557f70}.project-heading{margin-bottom:45px}.project-heading h2{font-size:clamp(45px,5.8vw,78px);color:#e5edf9}.project-heading h2 span{color:#8eafd8}.project-main{grid-template-columns:.95fr 1.05fr}.project-copy h3{font-size:clamp(65px,7vw,95px);letter-spacing:-.07em}.project-topline{border-color:#92acc82b}.project-module{border-color:#a7bfda22}.studio-contact{background:#f0f3f9;padding-top:70px;color:#3f5a7e}.support-feature{display:block;max-width:none;margin:0 0 110px;padding:70px 0 75px;border:0;border-bottom:1px solid #9aaccc35;border-radius:0;background:none;box-shadow:none}.support-copy{display:grid;grid-template-columns:1fr 1fr;gap:0 80px;align-items:start}.support-eyebrow{grid-column:1 / -1;margin-bottom:35px;color:#8da3c0}.support-copy h2{grid-column:1;grid-row:2 / 5;font-size:clamp(36px,4vw,58px);color:#47678e}.support-copy h2>span{color:#91abc9}.support-description{grid-column:2;margin-top:5px;color:#91a5be;font-size:14px}.support-actions,.support-note{grid-column:2}.support-actions>a{background:#688ab3;color:#f6faff}.studio-contact-heading .studio-eyebrow{color:#9aaabe}.studio-contact-heading h2{color:#334c6e;font-size:clamp(46px,7vw,92px)}.studio-contact-heading h2 span{color:#94abc9}.studio-contact-arrow{color:#6487b2;background:transparent;border:1px solid #9eb4d150;width:90px;height:90px}.studio-contact-arrow:hover{color:#edf4ff;background:#6487b2}.studio-contact-description,.studio-collaborations>div{color:#8c9fb9}.studio-collaborations svg{color:#95afd0}.studio-contact-grid,.studio-contact-card,.studio-footer-bottom{border-color:#93a7c133}.studio-contact-card strong{color:#657d9b}.studio-contact-card span,.studio-contact-card>svg,.studio-contact-card>button,.studio-contact-card>svg:last-child{color:#9caec6}.studio-footer-wordmark{color:#6381a7}.studio-footer-wordmark span,.studio-footer-bottom>span,.studio-footer-bottom>div{color:#9aaec8}.studio-copy-status{color:#688ab5}@media(max-width:1000px){.project-container{padding:45px 32px 30px}.support-copy{gap:0 40px}}@media(max-width:700px){.project-section{padding:40px 12px}.project-container{padding:35px 22px 25px;border-radius:24px}.project-heading{gap:15px;margin-bottom:20px}.project-heading h2{font-size:43px}.project-heading-note{font-size:8px}.project-main{grid-template-columns:1fr}.project-copy h3{font-size:75px}.project-copy{padding-top:20px}.project-modules{margin-top:20px}.project-module{padding:15px 8px!important}.project-bottomline{font-size:5px}.support-feature{padding:35px 0 45px;margin-bottom:65px}.support-copy{display:block}.support-copy h2{font-size:35px}.support-eyebrow{margin-bottom:25px}.support-description{font-size:12px;margin-top:24px}.studio-contact-arrow{width:52px;height:52px}.studio-contact-heading h2{font-size:42px}}.opening-hero{padding:78px 5vw 42px;background:#f5f6f8;color:#191c24}.opening-header{max-width:1400px;margin:0 auto 45px;display:grid;grid-template-columns:1.6fr 1fr;gap:8%;align-items:end}.opening-eyebrow{font:10px JetBrains Mono,monospace;letter-spacing:.06em;color:#313948;margin-bottom:23px}.opening-eyebrow span{color:#8b919c}.opening-header h1{font:400 clamp(45px,4.8vw,76px)/1.1 "Space Grotesk","Inter",sans-serif;letter-spacing:-.055em;color:#181c24;margin:0}.opening-header h1 span{color:#626b7a}.opening-intro{max-width:360px;justify-self:end;padding-bottom:3px}.opening-intro p{color:#626d7d;font-size:14px;line-height:1.85;margin:0 0 24px}.opening-intro a{display:inline-flex;align-items:center;gap:35px;color:#283754;font-size:12px;border-bottom:1px solid #bbc3ce;padding-bottom:8px}.opening-intro a svg{transition:transform .25s cubic-bezier(.22,1,.36,1)}.opening-intro a:hover svg{transform:translate(3px,-3px)}.opening-stage{position:relative;max-width:1400px;height:clamp(430px,51vw,640px);max-height:62svh;min-height:430px;margin:auto;overflow:hidden;background:#0f1117;border-radius:22px}.opening-stage canvas,.opening-fallback{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.opening-stage canvas{display:block;opacity:0;transition:opacity .75s;touch-action:pan-y}.opening-stage.is-ready canvas{opacity:1}.opening-fallback{object-fit:cover;filter:hue-rotate(80deg) saturate(.6);opacity:.55}.opening-stage.is-ready .opening-fallback{opacity:0;transition:opacity .75s}.opening-stage-caption{position:absolute;bottom:22px;left:26px;right:26px;display:flex;justify-content:space-between;gap:15px;pointer-events:none;color:#97a3b7;font:8px JetBrains Mono,monospace;letter-spacing:.09em}.opening-footer{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:22px auto 0;color:#8b939f;font:8px JetBrains Mono,monospace;letter-spacing:.06em;gap:16px}.opening-footer a{padding:7px;color:#69768a}.opening-hero a:focus-visible{outline:2px solid #4a6ff0;outline-offset:5px}@media(min-width:1800px){.opening-hero{padding-top:88px;padding-bottom:55px}.opening-header{margin-bottom:50px}}@media(max-width:700px){.opening-hero{padding:55px 20px 32px}.opening-header{grid-template-columns:1fr;gap:26px;margin-bottom:30px}.opening-header h1{font-size:43px}.opening-intro{max-width:100%;justify-self:start}.opening-intro p{font-size:12px;margin-bottom:16px;max-width:350px}.opening-intro a{font-size:11px;gap:25px}.opening-eyebrow{font-size:8px;margin-bottom:19px}.opening-stage{min-height:350px;height:350px;max-height:none;border-radius:16px}.opening-stage-caption{bottom:18px;left:18px;right:18px;font-size:6px}.opening-stage-caption span:last-child{display:none}.opening-footer{font-size:6px;margin-top:14px}.opening-footer>span:last-child{max-width:110px;text-align:right}}@media(prefers-reduced-motion:reduce){.opening-stage canvas,.opening-fallback,.opening-intro a svg{transition:none}}.opening-stage-caption{align-items:center;pointer-events:none}@media(max-width:700px){.opening-stage-caption>span{max-width:57%;line-height:1.6}}.opening-stage:focus-visible{outline:2px solid #718fd4;outline-offset:5px}.studio-home{--section-bg:#f5f6f8;--section-text:#191d26;--section-body:#515d6d;--section-muted:#788291;--section-line:#17233421;--section-accent:#355ced;background:#f5f6f8;color:#191d26}.studio-section[data-tone=dark]{--section-bg:#101318;--section-text:#eef1f5;--section-body:#c1c8d3;--section-muted:#8d98a9;--section-line:#b8c3d521;--section-accent:#9db6ff}.studio-section[data-tone=light]{--section-bg:#f5f6f8;--section-text:#191d26;--section-body:#515d6d;--section-muted:#788291;--section-line:#17233421;--section-accent:#355ced}.studio-about,.studio-philosophy,.studio-explore,.studio-contact{background:var(--section-bg);color:var(--section-text);border:0;padding-top:110px;padding-bottom:110px}.studio-about,.studio-philosophy,.studio-contact{border-radius:30px 30px 0 0}.studio-about:before,.studio-philosophy:before,.studio-explore:before{display:none}.studio-section .studio-section-heading h2{color:var(--section-text);font-size:clamp(38px,4.5vw,65px);font-weight:400}.studio-section .studio-section-heading h2>span{color:var(--section-body)}.studio-section .studio-eyebrow{color:var(--section-muted);font-size:10px}.studio-section .studio-section-description{color:var(--section-muted);font-size:14px}.studio-profile{border-color:var(--section-line)}.studio-profile strong{color:var(--section-text)}.studio-profile div>span{color:var(--section-muted)}.studio-profile>svg{color:var(--section-accent)}.studio-about-intro{color:var(--section-body);font-size:21px}.studio-about-intro strong{color:var(--section-text)}.studio-about-detail{color:var(--section-muted);font-size:14px}.studio-skills h3{color:var(--section-muted);border-color:var(--section-line)}.studio-skills h3>span,.studio-skills>div>span{color:var(--section-muted)}.studio-skills>div>span{padding-block:8px}.studio-skills>div>span:after{color:#737f9055}.studio-skills>div>span:hover{color:var(--section-text)}.studio-timeline-label{color:var(--section-muted);border-color:var(--section-line)}.studio-experience{border-color:var(--section-line)}.studio-experience-index{color:#667488}.studio-experience-meta,.studio-experience-meta>span:first-child{color:var(--section-muted)}.studio-experience h3{color:var(--section-text);font-size:clamp(22px,2.2vw,30px)}.studio-experience h3 svg{color:var(--section-muted)}.studio-experience:hover h3 svg{color:var(--section-accent)}.studio-experience p{color:var(--section-muted);font-size:13px}.studio-experience:after{background:var(--section-accent)}.project-section{background:#f5f6f8;margin-top:-30px;position:relative;z-index:1;border-radius:30px 30px 0 0;padding:100px 5vw}.project-container{padding:0;border-radius:0;box-shadow:none;background:transparent}.project-heading h2{color:#19202d;font-size:clamp(45px,5.5vw,78px)}.project-heading h2 span{color:#5672bc}.project-eyebrow{color:#7e8796}.project-heading-note{color:#818a97}.project-card.t-tilt-card{padding:28px 38px 0;border:1px solid #ffffff18;border-radius:24px;background:linear-gradient(125deg,#151b26,#10141e 70%);box-shadow:0 20px 50px -35px #1f2d5055}.project-topline{border-top:0}.project-main{grid-template-columns:1fr 1fr}.project-copy{padding-top:32px;padding-right:30px}.project-copy h3{font-size:clamp(65px,7vw,95px)}.project-copy h3>span{color:#9fb7ed}.project-description{color:#aab4c6;font-size:14px}.project-button-primary{color:#172342;background:#d8e2f7}.project-modules{gap:10px;margin-top:22px}.project-module,.project-module:first-child{padding:20px 14px;border:1px solid #1b2a4616;border-radius:9px;background:#fff8}.project-module:last-child{border-right:1px solid #1b2a4616}.project-module.is-active{border-color:#748cca55;background:#e8edf7}.project-module strong{color:#414e64}.project-module-description{color:#8690a2}.project-module-top{color:#7b8ba6}.project-module.is-active .project-module-top,.project-module.is-active strong{color:#345aab}.project-module-bar{background:#5b7acb;left:14px!important;right:14px}.project-bottomline{color:#8793a5}.studio-quote-card blockquote>p{color:var(--section-body);font-size:23px;line-height:1.85}.studio-quote-card>svg{color:var(--section-accent);opacity:.6}.studio-quote-card cite{color:var(--section-text)}.studio-quote-card footer>span:first-child{background:var(--section-accent)}.studio-quote-card footer>span:last-child{color:var(--section-muted)}.studio-faq h3{color:var(--section-text);border-color:var(--section-line)}.studio-faq h3>span,.studio-faq-index{color:var(--section-muted)}.studio-faq-item{border-color:var(--section-line)}.studio-faq-item .t-acc-head{color:var(--section-body)}.studio-faq-item[data-open=true] .t-acc-head{color:var(--section-text)}.studio-faq-item .t-acc-panel-inner>p{color:var(--section-muted)}.studio-explore{margin-top:-30px;position:relative;z-index:1;border-radius:30px 30px 0 0}.studio-explore .studio-section-heading h2{max-width:900px}.studio-contact{padding-top:75px;padding-bottom:35px}.support-feature{margin:0 0 80px;padding:20px 0 70px;border-bottom:1px solid var(--section-line);background:transparent}.support-copy{gap:0 75px}.support-eyebrow{color:var(--section-muted)}.support-copy h2{color:var(--section-text);font-size:clamp(36px,4vw,54px)}.support-copy h2>span{color:#b5c3d8}.support-description{color:var(--section-body);font-size:14px}.support-note{color:var(--section-muted);font-size:10px}.support-actions>a{background:#e6edf9;color:#1e2e4a;border-radius:8px}.support-actions>a:hover{background:#fff;color:#1e2e4a}.support-actions>button{color:#becbdf}.studio-contact-heading .studio-eyebrow{color:var(--section-muted)}.studio-contact-heading h2{color:var(--section-text);font-size:clamp(47px,7vw,90px)}.studio-contact-heading h2 span{color:#aeb9cd}.studio-contact-arrow{color:#dbe6f9;background:#ffffff05;border-color:var(--section-line)}.studio-contact-arrow:hover{color:#1c2a44;background:#e2eafa}.studio-contact-description,.studio-collaborations>div{color:var(--section-muted)}.studio-collaborations svg{color:#9bb1d8}.studio-contact-grid,.studio-contact-card,.studio-footer-bottom{border-color:var(--section-line)}.studio-contact-card strong{color:var(--section-body)}.studio-contact-card span,.studio-contact-card>svg,.studio-contact-card>button,.studio-contact-card>svg:last-child{color:var(--section-muted)}.studio-contact-card:hover{background:#ffffff04}.studio-footer-wordmark{color:#dbe3f2}.studio-footer-wordmark span,.studio-footer-bottom>span,.studio-footer-bottom>div{color:var(--section-muted)}.studio-footer-bottom>div a:hover{color:#fff}.studio-copy-status{color:#bfcee8}.studio-section a:focus-visible,.studio-section button:focus-visible{outline:2px solid var(--section-accent);outline-offset:5px}@media(max-width:1000px){.project-card.t-tilt-card{padding:24px 25px 0}.project-copy{padding-right:15px}.support-copy{gap:0 40px}}@media(max-width:700px){.studio-about,.studio-philosophy,.studio-explore{padding-top:75px;padding-bottom:85px}.studio-about,.studio-philosophy,.studio-contact,.studio-explore,.project-section{border-radius:20px 20px 0 0}.project-section,.studio-explore{margin-top:-20px}.studio-section .studio-section-heading h2{font-size:36px}.studio-section .studio-eyebrow{font-size:8px}.studio-about-intro{font-size:19px}.studio-about-detail{font-size:13px}.project-section{padding:75px 20px}.project-heading h2{font-size:46px}.project-card.t-tilt-card{padding:22px 20px 0;border-radius:16px}.project-main{grid-template-columns:1fr}.project-copy{padding:25px 0}.project-copy h3{font-size:65px}.project-description{font-size:12px}.project-modules{gap:8px}.project-module,.project-module:first-child{padding:16px 12px!important}.studio-quote-card blockquote>p{font-size:20px}.studio-contact{padding-top:55px}.support-feature{padding-bottom:45px;margin-bottom:60px}.support-copy h2{font-size:34px}.support-description{font-size:13px}.studio-contact-heading h2{font-size:44px}.studio-contact-description{font-size:13px}}.section-transition{position:relative;height:clamp(65px,7.5vw,112px);width:100%;overflow:hidden;line-height:0;margin-block:-1px}.section-transition svg{display:block;width:100%;height:calc(100% + 2px)}.studio-about,.studio-philosophy,.studio-contact,.studio-explore,.project-section{border-radius:0!important;margin-top:0!important}.studio-about,.studio-philosophy,.studio-explore,.project-section{padding-top:75px;padding-bottom:80px}.studio-contact{padding-top:45px}@media(max-width:700px){.studio-about,.studio-philosophy,.studio-explore,.project-section{padding-top:48px;padding-bottom:58px}.studio-contact{padding-top:30px}}.archive-disc{position:relative;height:440px;width:100%;margin:15px 0 0}.archive-disc canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .65s;z-index:2;touch-action:pan-y}.archive-disc[data-ready=true] canvas{opacity:1}.archive-sleeve{position:absolute;left:10%;top:17%;width:54%;height:66%;border-radius:6px;background:linear-gradient(130deg,#273345,#141c2b 70%);border:1px solid #afc0db26;transform:rotate(-13deg);box-shadow:0 24px 35px #02091760;padding:24px}.archive-sleeve>span{font:500 clamp(20px,2.2vw,30px)/1.07 "Space Grotesk",sans-serif;letter-spacing:-.055em;color:#8fa2c22b}.archive-sleeve>small{position:absolute;bottom:18px;left:20px;font:6px JetBrains Mono,monospace;letter-spacing:.08em;color:#8ba0c14a}.archive-disc-fallback{position:absolute;width:65%;aspect-ratio:1;top:12%;left:23%;border-radius:50%;background:conic-gradient(from 30deg,#d0ddf0,#8096b7,#e4ecf8,#809fdd,#c0aee0,#d0ddf0);-webkit-mask-image:radial-gradient(circle,transparent 0 8%,#000 8.5%);mask-image:radial-gradient(circle,transparent 0 8%,#000 8.5%);transform:rotateY(-20deg);opacity:.7;transition:opacity .4s}.archive-disc[data-ready=true] .archive-disc-fallback{opacity:0}.archive-flip{position:absolute;bottom:8px;right:0;z-index:3;display:flex;align-items:center;gap:10px;padding:11px 14px;border:1px solid #97acca29;border-radius:24px;background:#ffffff03;color:#9aafcd;font-size:9px;transition:background .2s,border-color .2s}.archive-flip:hover{background:#cadfff0c;border-color:#adc5e466}.project-visual-label>span:last-child{font-size:10px;color:#7589a7}@media(max-width:1000px){.archive-disc{height:400px}.archive-sleeve{left:8%;width:57%;padding:20px}}@media(max-width:700px){.archive-disc{height:350px}.archive-sleeve{top:20%;height:60%;left:8%}.archive-sleeve>span{font-size:23px}.archive-flip{font-size:8px;bottom:5px}}@media(prefers-reduced-motion:reduce){.archive-disc canvas,.archive-disc-fallback,.archive-flip{transition:none}}
