@import "https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800;900&family=Instrument+Serif:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,300..800;1,14..32,300..800&family=JetBrains+Mono:wght@300;400;500&display=swap";.pl{z-index:10000;background:var(--void);flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.pl:before,.pl:after{content:"";filter:blur(100px);pointer-events:none;border-radius:50%;position:absolute}.pl:before{background:radial-gradient(circle,#9b7fe81f 0%,#0000 70%);width:500px;height:500px;animation:6s ease-in-out infinite alternate pl-orb-a;top:-100px;left:-100px}.pl:after{background:radial-gradient(circle,#4db8ff14 0%,#0000 70%);width:400px;height:400px;animation:7s ease-in-out infinite alternate pl-orb-b;bottom:-80px;right:-80px}@keyframes pl-orb-a{to{transform:translate(80px,60px)}}@keyframes pl-orb-b{to{transform:translate(-60px,-80px)}}.pl__logo{margin-bottom:20px}.pl__logo-img{object-fit:contain;filter:brightness(0)invert();width:64px;height:64px}.pl__wordmark{font-family:var(--font-display);letter-spacing:.5em;color:var(--text-3);text-transform:uppercase;font-size:.9rem}.pl__bottom{align-items:center;gap:20px;display:flex;position:absolute;bottom:40px;left:6vw;right:6vw}.pl__bar-wrap{background:var(--border);border-radius:1px;flex:1;height:1px;overflow:hidden}.pl__bar{background:linear-gradient(90deg, var(--violet) 0%, var(--violet-bright) 100%);border-radius:1px;width:0%;height:100%}.pl__count{font-family:var(--font-display);letter-spacing:.06em;color:var(--text-3);text-align:right;min-width:36px;font-size:.78rem;font-weight:700}.mob-overlay{z-index:9990;-webkit-backdrop-filter:blur(12px);background:#07070cb3;justify-content:flex-end;display:flex;position:fixed;inset:0}.mob-panel{background:var(--surface);border-left:1px solid var(--border-mid);flex-direction:column;width:88%;max-width:420px;height:100svh;display:flex;box-shadow:-24px 0 80px #0009}.mob-top{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:28px 32px;display:flex}.mob-brand{align-items:center;gap:10px;text-decoration:none;display:flex}.mob-logo{object-fit:contain;filter:brightness(0)invert();width:24px;height:24px}.mob-brand-name{font-family:var(--font-display);color:var(--text);letter-spacing:.02em;font-size:1rem;font-weight:700}.mob-close{border:1px solid var(--border-mid);width:36px;height:36px;color:var(--text-2);cursor:none;transition:all .25s var(--ease);background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.mob-close:hover{color:var(--text);background:#ffffff0f}.mob-links{flex-direction:column;flex:1;gap:0;padding:48px 32px;display:flex}.mob-link{border-bottom:1px solid var(--border);transition:padding-left .3s var(--ease);justify-content:space-between;align-items:center;padding:20px 0;text-decoration:none;display:flex}.mob-link:hover,.mob-link.is-active{padding-left:8px}.mob-link-text{font-family:var(--font-display);color:var(--text-3);letter-spacing:-.025em;font-size:clamp(2rem,8vw,2.8rem);font-weight:700;transition:color .3s}.mob-link:hover .mob-link-text,.mob-link.is-active .mob-link-text{color:var(--text)}.mob-link.is-active .mob-link-text{color:var(--violet-bright)}.mob-link-num{letter-spacing:.12em;color:var(--text-3);font-size:.62rem;font-weight:700;transition:color .3s}.mob-link:hover .mob-link-num{color:var(--violet)}.mob-footer{border-top:1px solid var(--border);flex-direction:column;gap:10px;padding:28px 32px;display:flex}.mob-footer-email{color:var(--text);font-size:.92rem;font-weight:600;text-decoration:none;transition:color .25s}.mob-footer-email:hover{color:var(--violet-bright)}.mob-footer-sub{color:var(--text-3);font-size:.76rem;line-height:1.55}.nav-pill{z-index:1000;-webkit-backdrop-filter:blur(20px);will-change:background, border-color;white-space:nowrap;pointer-events:auto;background:#0303058c;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:4px;padding:9px 14px;transition:background .55s cubic-bezier(.16,1,.3,1),border-color .55s cubic-bezier(.16,1,.3,1),padding .55s cubic-bezier(.16,1,.3,1),box-shadow .55s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:20px;left:50%;transform:translate(-50%)}.nav-pill.is-scrolled{background:#030305eb;border-color:#ffffff21;padding:8px 12px;box-shadow:0 8px 40px #0000008c,inset 0 1px #ffffff0f}.nav-pill.is-light{background:#fffc;border-color:#0000001a}.nav-pill.is-light.is-scrolled{background:#fffffff2;border-color:#00000021;box-shadow:0 8px 40px #0000001f,inset 0 1px #fffc}.nav-brand{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.nav-logo{object-fit:contain;filter:brightness(0)invert();flex-shrink:0;width:22px;height:22px;transition:transform .55s cubic-bezier(.16,1,.3,1),filter .55s cubic-bezier(.16,1,.3,1);display:block}.nav-pill.is-light .nav-logo{filter:brightness(0)invert(0)}.nav-brand:hover .nav-logo{transform:rotate(90deg)scale(.85)}.nav-name{font-family:var(--font-display);color:var(--text);letter-spacing:.02em;white-space:nowrap;opacity:1;max-width:140px;margin-left:10px;font-size:1rem;font-weight:700;transition:max-width .75s cubic-bezier(.16,1,.3,1),opacity .65s cubic-bezier(.16,1,.3,1),margin-left .75s cubic-bezier(.16,1,.3,1),color .55s cubic-bezier(.16,1,.3,1);overflow:hidden}.nav-name.is-hidden{opacity:0;max-width:0;margin-left:0}.nav-pill.is-light .nav-name{color:#000}.nav-center{opacity:1;align-items:center;gap:8px;max-width:700px;transition:max-width .75s cubic-bezier(.16,1,.3,1),opacity .65s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.nav-center.is-hidden{opacity:0;pointer-events:none;max-width:0}.nav-sep{background:#ffffff1f;flex-shrink:0;width:1px;height:16px;margin:0 4px;transition:background .55s cubic-bezier(.16,1,.3,1)}.nav-pill.is-light .nav-sep{background:#0000001f}.nav-links{align-items:center;gap:2px;display:flex}.nav-link{font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;color:var(--text-2);border-radius:8px;align-items:center;gap:5px;padding:5px 10px;font-size:.7rem;font-weight:400;text-decoration:none;transition:color .25s,background .25s;display:inline-flex}.nav-link:hover,.nav-link.is-active{color:var(--text);background:#ffffff0f}.nav-pill.is-light .nav-link{color:#0000008c}.nav-pill.is-light .nav-link:hover,.nav-pill.is-light .nav-link.is-active{color:#000;background:#0000000f}.nav-dot{border:1px solid #ffffff38;border-radius:50%;flex-shrink:0;width:5px;height:5px;transition:background .25s,border-color .25s,transform .3s cubic-bezier(.16,1,.3,1)}.nav-link:hover .nav-dot,.nav-link.is-active .nav-dot{background:var(--text);border-color:var(--text);transform:scale(1.3)}.nav-pill.is-light .nav-dot{border-color:#00000038}.nav-pill.is-light .nav-link:hover .nav-dot,.nav-pill.is-light .nav-link.is-active .nav-dot{background:#000;border-color:#000}.nav-cta{font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;color:var(--void);background:var(--text);border-radius:8px;flex-shrink:0;padding:6px 16px;font-size:.7rem;font-weight:500;text-decoration:none;transition:background .3s,color .3s,transform .3s cubic-bezier(.16,1,.3,1)}.nav-cta:hover{background:#ffffffd9;transform:scale(.96)}.nav-pill.is-light .nav-cta{color:#fff;background:#000}.nav-pill.is-light .nav-cta:hover{background:#222}.nav-burger{cursor:none;opacity:0;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:30px;max-width:0;height:30px;margin-left:0;padding:0;transition:max-width .75s cubic-bezier(.16,1,.3,1),opacity .65s cubic-bezier(.16,1,.3,1),margin-left .75s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.nav-burger--show{opacity:1;max-width:30px;margin-left:4px}.nav-burger__line{background:var(--text);transform-origin:50%;border-radius:2px;width:18px;height:1.5px;transition:all .38s cubic-bezier(.16,1,.3,1);display:block}.nav-pill.is-light .nav-burger__line{background:#000}.nav-burger.is-open .nav-burger__line:first-child{transform:translateY(3.25px)rotate(45deg)}.nav-burger.is-open .nav-burger__line:nth-child(2){transform:translateY(-3.25px)rotate(-45deg)}.nav-desktop{display:flex}@media (width<=900px){.nav-desktop{display:none!important}.nav-pill{padding:8px 12px;top:16px}.nav-burger{opacity:1;max-width:30px;margin-left:4px}}.footer{border-top:1px solid var(--border);background:#010103}.footer-top{justify-content:space-between;align-items:flex-start;gap:40px;padding:80px 0 64px;display:flex}.footer-wordmark{font-family:var(--font-display);letter-spacing:-.04em;-webkit-text-stroke:1px var(--border-mid);color:#0000;-webkit-user-select:none;user-select:none;font-size:clamp(4rem,12vw,12rem);font-weight:700;line-height:1}.footer-tagline{color:var(--text-3);text-align:right;flex-shrink:0;max-width:220px;padding-top:16px;font-size:.88rem;line-height:1.72}.footer-tagline-em{color:var(--violet)}.footer-divider{background:var(--border);height:1px}.footer-nav{grid-template-columns:repeat(4,1fr);gap:40px;padding:48px 0;display:grid}.footer-col{flex-direction:column;gap:14px;display:flex}.footer-col-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:6px;font-size:.6rem}.footer-link{color:var(--text-3);letter-spacing:.01em;font-size:.88rem;text-decoration:none;transition:color .25s}.footer-link:hover{color:var(--text)}.footer-col--avail{justify-content:space-between;align-items:flex-end}.footer-avail{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--lime);align-items:center;gap:8px;font-size:.6rem;display:flex}.footer-avail-dot{background:var(--lime);border-radius:50%;flex-shrink:0;width:5px;height:5px;animation:2.4s ease-in-out infinite avail-pulse;box-shadow:0 0 8px #b5f23a99}@keyframes avail-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.5)}}.footer-est{font-family:var(--font-mono);letter-spacing:.1em;color:var(--text-3);font-size:.6rem}.footer-bottom{justify-content:space-between;align-items:center;gap:20px;padding:24px 0;display:flex}.footer-copy{font-family:var(--font-mono);letter-spacing:.08em;color:var(--text-3);font-size:.6rem}.footer-legal{font-family:var(--font-mono);letter-spacing:.08em;color:var(--text-3);font-size:.6rem;text-decoration:none;transition:color .2s}.footer-legal:hover{color:var(--text-2)}@media (width<=1024px){.footer-nav{grid-template-columns:repeat(2,1fr)}.footer-col--avail{align-items:flex-start}}@media (width<=640px){.footer-top{flex-direction:column;gap:20px}.footer-tagline{text-align:left}.footer-nav{grid-template-columns:1fr 1fr;gap:32px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}}@media (width<=400px){.footer-nav{grid-template-columns:1fr}}.cursor-dot,.cursor-ring{pointer-events:none;z-index:99999;will-change:transform;border-radius:50%;position:fixed;top:0;left:0}.cursor-dot{background:#fff;width:7px;height:7px;transition:opacity .2s,width .3s cubic-bezier(.16,1,.3,1),height .3s cubic-bezier(.16,1,.3,1)}.cursor-dot.is-hover{width:11px;height:11px}.cursor-dot.has-label{background:#ffffffeb;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.cursor-label{letter-spacing:.1em;text-transform:uppercase;color:#000;white-space:nowrap;font-size:.58rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cursor-ring{background:0 0;border:1px solid #ffffff59;width:32px;height:32px;transition:opacity .2s,width .45s cubic-bezier(.16,1,.3,1),height .45s cubic-bezier(.16,1,.3,1),border-color .3s}.cursor-ring.is-hover{border-width:1.5px;border-color:#ffffffa6;width:52px;height:52px}.cursor-dot.is-light{background:#000}.cursor-ring.is-light{border-color:#00000059}.cursor-ring.is-light.is-hover{border-color:#000000a6}.cursor-dot.is-hidden,.cursor-ring.is-hidden{opacity:0}@media (pointer:coarse){.cursor-dot,.cursor-ring{display:none!important}}.btt-btn{z-index:9000;cursor:none;-webkit-backdrop-filter:blur(12px);background:#0a0a12d9;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;padding:0;transition:background .3s,border-color .3s,box-shadow .3s;display:flex;position:fixed;bottom:36px;right:36px;overflow:hidden}.btt-btn:hover{background:#1e1e32f2;border-color:#ffffff4d;box-shadow:0 8px 32px #0006}.btt-track{width:20px;height:20px;display:block;position:relative;overflow:hidden}.btt-arrow{color:#fff;justify-content:center;align-items:center;font-size:1.1rem;font-weight:500;transition:transform .38s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;inset:0}.btt-arrow--primary{transform:translateY(0)}.btt-btn:hover .btt-arrow--primary{transform:translateY(-110%)}.btt-arrow--secondary{transform:translateY(110%)}.btt-btn:hover .btt-arrow--secondary{transform:translateY(0)}@media (width<=768px){.btt-btn{width:44px;height:44px;bottom:24px;right:20px}}.hero{background:var(--void);height:260vh;position:relative}.hero-sticky{align-items:flex-end;height:100svh;padding-bottom:60px;display:flex;position:sticky;top:0;overflow:hidden}.hero-canvas{width:100%;height:100%;display:block;position:absolute;inset:0}.hero-overlay{pointer-events:none;z-index:1;background:radial-gradient(80% 60% at 50% 40%,#0000 20%,#0303058c 80%),linear-gradient(#0303051a 0%,#03030533 55%,#030305e6 100%);position:absolute;inset:0}.hero-grid{background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);opacity:.5;z-index:1;pointer-events:none;background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(60% 60% at 30% 80%,#000 5%,#0000 100%);mask-image:radial-gradient(60% 60% at 30% 80%,#000 5%,#0000 100%)}.hero-inner{z-index:2;grid-template-columns:1fr 220px;align-items:flex-end;gap:60px;width:100%;display:grid;position:relative}.hero-left{flex-direction:column;display:flex}.hero-tagline-wrap{min-height:2.6em;margin-top:28px;position:relative}.hero-tagline{color:#f0eeff73;max-width:520px;font-size:.9rem;line-height:1.8;position:absolute;top:0;left:0}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--text-2);background:#ffffff05;border:1px solid #ffffff0f;border-top-color:#ffffff26;border-radius:2px;align-items:center;gap:12px;width:fit-content;margin-bottom:36px;padding:8px 16px;font-size:.6rem;font-weight:500;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0006}.hero-badge:after{content:"";background:linear-gradient(90deg,#0000,#ffffff14,#0000);width:50%;height:100%;animation:4s cubic-bezier(.16,1,.3,1) infinite sweep;position:absolute;top:0;left:-100%}@keyframes sweep{0%{left:-100%}30%,to{left:200%}}.hero-badge-dot{background:var(--lime);width:4px;height:4px;box-shadow:0 0 8px var(--lime);z-index:2;flex-shrink:0;position:relative}.hero-stack{flex-direction:column;gap:0;display:flex}.hw-row{line-height:1;display:block;overflow:hidden}.hw-row--cycle{width:150vw;height:clamp(4.5rem,15vw,16rem);font-size:clamp(4.5rem,15vw,16rem);line-height:.88;display:block;position:relative;overflow:hidden}.hw-row--cycle .hw{white-space:nowrap;position:absolute;top:0;left:0}.hw{will-change:transform;display:block}.hw-label{font-family:var(--font-body);letter-spacing:.28em;text-transform:uppercase;color:var(--text-3);padding-bottom:6px;font-size:clamp(.85rem,1.2vw,1.1rem);font-weight:700}.hw-giant{font-family:var(--font-display);letter-spacing:-.04em;color:var(--text);padding-bottom:4px;font-size:clamp(4.5rem,15vw,16rem);font-weight:700;line-height:.88;display:flex}.hw-char{will-change:transform;display:inline-block}.hw-serif{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--violet-bright);padding-bottom:4px;font-size:clamp(3rem,11vw,11.5rem);font-style:italic;font-weight:400;line-height:.95}.hw-outline{font-family:var(--font-display);letter-spacing:-.04em;color:#0000;-webkit-text-stroke:1.5px #f0eeff2e;font-size:clamp(4.5rem,15vw,16rem);font-weight:700;line-height:.88}.hero-right{flex-direction:column;justify-content:flex-end;gap:16px;display:flex}.hero-actions{flex-wrap:wrap;gap:10px;display:flex}.hero-btn{border-radius:var(--r-pill);font-family:var(--font-mono);letter-spacing:.04em;cursor:none;white-space:nowrap;align-items:center;gap:8px;padding:11px 24px;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .32s cubic-bezier(.16,1,.3,1);display:inline-flex}.hero-btn--primary{color:#000;background:#fff;box-shadow:0 0 28px -8px #ffffff4d}.hero-btn--primary:hover{background:#f0eeffe6;transform:translateY(-2px);box-shadow:0 0 40px -6px #ffffff59}.hero-btn--ghost{border:1px solid var(--border-mid);color:var(--text-2);background:#ffffff0a}.hero-btn--ghost:hover{border-color:var(--border-bright);color:var(--text);background:#ffffff14;transform:translateY(-2px)}.hero-chips{flex-direction:column;gap:10px;display:flex}.hero-chip{border-radius:var(--r-md);border:1px solid rgba(var(--chip-rgb), .18);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a12b3;padding:14px 16px;transition:border-color .3s,transform .35s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.hero-chip:hover{border-color:rgba(var(--chip-rgb), .4);transform:translate(4px)}.hero-chip-glow{background:radial-gradient(circle, rgba(var(--chip-rgb), .15) 0%, transparent 70%);pointer-events:none;border-radius:50%;width:80px;height:80px;position:absolute;top:-20px;right:-20px}.hero-chip-top{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.hero-chip-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--chip-accent);opacity:.85;font-size:.57rem;font-weight:500}.hero-chip-tag{font-family:var(--font-mono);color:var(--text-3);border-radius:var(--r-pill);border:1px solid var(--border);background:#ffffff08;padding:2px 7px;font-size:.55rem;font-weight:500}.hero-chip-name{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);font-size:1.1rem;font-weight:700}.hero-scroll{bottom:28px;left:var(--pad-x);z-index:3;pointer-events:none;align-items:center;gap:12px;display:flex;position:absolute}.hero-scroll-line{background:linear-gradient(to bottom, var(--violet), transparent);transform-origin:top;width:1px;height:40px;display:block}.hero-scroll-txt{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--text-3);font-size:.56rem;font-weight:500}@media (width<=1100px){.hero-inner{grid-template-columns:1fr 200px;gap:40px}.hw-giant,.hw-outline{font-size:clamp(4rem,13vw,12rem)}.hw-row--cycle{height:clamp(4rem,13vw,12rem);font-size:clamp(4rem,13vw,12rem)}.hw-serif{font-size:clamp(2.8rem,10vw,9rem)}}@media (width<=860px){.hero-inner{grid-template-columns:1fr;align-items:flex-start;gap:36px}.hero{height:220vh}}@media (width<=540px){.hw-giant,.hw-outline{font-size:clamp(3.5rem,17vw,7rem)}.hw-row--cycle{height:clamp(3.5rem,17vw,7rem);font-size:clamp(3.5rem,17vw,7rem)}.hw-serif{font-size:clamp(2.4rem,13vw,5rem)}.hero-actions{flex-direction:column}.hero-btn{justify-content:center;width:100%}.hero{height:200vh}}.about-section{background:#fff;border-bottom:1px solid #00000014;padding:120px 0;position:relative;overflow:hidden}.about-wrap{z-index:1;position:relative}.about-title-row{line-height:inherit}.about-section .gs-num{-webkit-text-stroke:1px #0000000a;color:#0000}.about-hd{border-bottom:1px solid #00000014;align-items:center;gap:16px;margin-bottom:72px;padding-bottom:56px;display:flex}.about-hd-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:#00000059;white-space:nowrap;font-size:.62rem}.about-hd-line{background:#00000014;flex:1;height:1px}.about-body{grid-template-columns:1fr 1.15fr;align-items:start;gap:8vw;display:grid}.about-title{font-family:var(--font-display);letter-spacing:-.04em;color:#0a0a10;font-size:clamp(3.5rem,8vw,9rem);font-weight:700;line-height:.9}.about-title-em{font-style:italic;font-family:var(--font-serif);color:#00000059;letter-spacing:-.02em;font-weight:400}.about-body-right{flex-direction:column;gap:48px;padding-top:8px;display:flex}.about-desc{color:#0000008c;max-width:500px;font-size:.95rem;line-height:1.88}.about-caps{flex-direction:column;display:flex}.about-cap-row{transition:padding-left .3s var(--ease);border-top:1px solid #00000012;align-items:flex-start;gap:20px;padding:18px 0;display:flex}.about-cap-row:last-child{border-bottom:1px solid #00000012}.about-cap-row:hover{padding-left:10px}.about-cap-num{font-family:var(--font-mono);letter-spacing:.1em;color:#00000047;min-width:28px;padding-top:3px;font-size:.6rem;transition:color .3s}.about-cap-row:hover .about-cap-num{color:#0a0a10}.about-cap-info{flex-direction:column;gap:4px;display:flex}.about-cap-title{font-family:var(--font-display);letter-spacing:-.01em;color:#0a0a10;font-size:1.05rem;font-weight:700;transition:color .3s}.about-cap-row:hover .about-cap-title{color:#000}.about-cap-desc{font-family:var(--font-mono);letter-spacing:.04em;color:#0006;font-size:.62rem;line-height:1.6}.about-cta{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:#0a0a10;width:fit-content;transition:all .3s var(--ease);border:1px solid #0000002e;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:.72rem;font-weight:500;text-decoration:none;display:inline-flex}.about-cta:hover{color:#fff;background:#0a0a10;border-color:#0a0a10;transform:translateY(-2px)}@media (width<=860px){.about-body{grid-template-columns:1fr;gap:48px}.about-title{font-size:clamp(3rem,10vw,5rem)}}@media (width<=540px){.about-cta{justify-content:center;width:100%}}.ws-section{border-bottom:1px solid var(--border);background:#030305;padding:140px 0;position:relative}.ws-card:hover .ws-card-img-box{border-radius:12px 12px 12px 120px;transform:translateY(-8px);box-shadow:-10px 20px 60px #0006}.ws-card-tag-arrow{color:var(--text-3)}.ws-card:hover .ws-card-tag-arrow{color:#fff}.ws-hd{border-bottom:1px solid var(--border);align-items:center;gap:16px;margin-bottom:64px;padding-bottom:56px;display:flex}.ws-hd-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);white-space:nowrap;font-size:.62rem}.ws-hd-line{background:var(--border);flex:1;height:1px}.ws-hd-link{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);white-space:nowrap;align-items:center;gap:6px;font-size:.62rem;text-decoration:none;transition:color .3s;display:inline-flex}.ws-hd-link:hover{color:var(--text)}.ws-hd-arrow{transition:transform .3s var(--ease);display:inline-block}.ws-hd-link:hover .ws-hd-arrow{transform:translate(3px,-3px)}.ws-grid{grid-template-columns:1fr 1fr;gap:40px;display:grid}.ws-card-wrap{position:relative}.ws-card{cursor:none;text-decoration:none;display:block;position:relative}.ws-card-visual{position:relative}.ws-card-img-box{z-index:2;aspect-ratio:1;background:var(--surface);border-radius:16px;transition:border-radius .6s cubic-bezier(.16,1,.3,1),box-shadow .6s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;transform:translateZ(0)}.ws-card-img-box:before{content:"";z-index:0;pointer-events:none;background-image:repeating-linear-gradient(0deg,#0000,#0000 2px,#00000013 2px 4px);position:absolute;inset:0}.ws-card-img-box:after{content:"";z-index:1;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 80px #0003}.ws-card:hover .ws-card-img-box{border-radius:16px 16px 16px 200px;box-shadow:-8px 16px 52px #0009}.ws-card-img{z-index:2;object-fit:cover;width:100%;height:100%;display:block;position:relative}.ws-card-btn-wrap{z-index:1;opacity:0;transition:opacity .38s cubic-bezier(.16,1,.3,1) 60ms,transform .45s cubic-bezier(.16,1,.3,1) 40ms;position:absolute;bottom:0;left:0;transform:scale(.85)}.ws-card:hover .ws-card-btn-wrap{opacity:1;transform:scale(1)}.ws-card-btn{color:#0a0a10;background:#e8e8ee;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.ws-card-btn-icon-wrap{width:20px;height:20px;position:relative;overflow:hidden}.ws-card-btn-icon{justify-content:center;align-items:center;font-size:1.15rem;font-weight:600;line-height:1;transition:transform .38s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;inset:0}.ws-card-btn-icon--primary{transform:translate(0)}.ws-card:hover .ws-card-btn-icon--primary{transform:translate(120%)}.ws-card-btn-icon--secondary{transform:translate(-120%)}.ws-card:hover .ws-card-btn-icon--secondary{transform:translate(0)}.ws-card-info{transition:transform .4s var(--ease);flex-direction:column;gap:14px;padding:20px 0 0;display:flex}.ws-card:hover .ws-card-info{transform:translateY(-4px)}.ws-card-titles{flex-direction:column;gap:6px;display:flex}.ws-card-title{font-family:var(--font-display);letter-spacing:-.025em;color:var(--text);font-size:clamp(1.2rem,2.2vw,1.85rem);font-weight:700;line-height:1.1}.ws-card-desc{color:var(--text-3);max-width:400px;font-size:.84rem;line-height:1.65}.ws-card-tag-row{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:14px;display:flex}.ws-card-tag{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);font-size:.6rem}.ws-card-tag-arrow{color:var(--text-3);transition:transform .3s var(--ease), color .3s;font-size:.85rem;display:inline-block}.ws-card:hover .ws-card-tag-arrow{color:var(--text);transform:translate(3px,-3px)}@media (width<=860px){.ws-grid{grid-template-columns:1fr;gap:52px}.ws-card:hover .ws-card-img-box{border-radius:16px 16px 16px 140px}}@media (width<=540px){.ws-card:hover .ws-card-img-box{border-radius:16px 16px 16px 120px}}.marquee-band{background:#fff;border-top:1px solid #00000014;border-bottom:1px solid #00000014;width:100%;padding:13px 0;overflow:hidden}.marquee-track{white-space:nowrap;align-items:center;gap:0;width:max-content;animation:28s linear infinite marquee-scroll;display:flex}.marquee-item{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:#000000bf;align-items:center;gap:20px;padding:0 8px;font-size:.65rem;font-weight:500;display:inline-flex}.marquee-sep{color:#00000047;font-size:.7rem}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@media (prefers-reduced-motion:reduce){.marquee-track{animation:none}}.ss-section{border-bottom:1px solid var(--border);background:#000;height:400vh;position:relative}.ss-sticky{isolation:isolate;height:100svh;position:sticky;top:0;overflow:hidden}.ss-canvas{pointer-events:none;z-index:0;width:100%;height:100%;display:block;position:absolute;inset:0}.ss-slide{will-change:transform, opacity, filter;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;justify-content:flex-start;align-items:center;display:flex;position:absolute;inset:0}.ss-slide-inner{z-index:2;flex-direction:column;gap:0;width:100%;display:flex;position:relative}.ss-global-bg{z-index:1;pointer-events:none;mix-blend-mode:screen;width:45vw;min-width:300px;max-width:700px;position:absolute;top:50%;right:10vw;transform:translateY(-50%)}.ss-global-bg img{filter:contrast(1.6)brightness(.8);width:100%;height:auto;display:block;-webkit-mask-image:radial-gradient(circle,#000 30%,#0000 65%);mask-image:radial-gradient(circle,#000 30%,#0000 65%)}.ss-global-bg--butterfly{width:28vw;min-width:180px;max-width:420px;top:38%;left:38vw;right:auto}.ss-word-row{margin-bottom:44px;line-height:.85}.ss-word{letter-spacing:-.03em;text-transform:uppercase;perspective:1000px;font-family:Barlow,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(5rem,18vw,22rem);font-weight:300;line-height:.85;display:block}.ss-word-chars{display:flex}.ss-char{transform-style:preserve-3d;display:inline-block}.ss-char--anim{color:var(--violet-bright);text-shadow:0 0 30px #9b7fe84d;animation:6s ease-in-out infinite ss-char-swing}@keyframes ss-char-swing{0%,to{transform:rotateY(0)rotateX(0)}25%{transform:rotateY(25deg)rotateX(10deg)}50%{transform:rotateY(0)rotateX(0)}75%{transform:rotateY(-25deg)rotateX(-10deg)}}.ss-word--outline{color:#0000;-webkit-text-stroke:1px #ffffffa6}.ss-word--filled{color:#fff}.ss-meta{align-items:flex-end;gap:72px;max-width:720px;display:flex}.ss-desc{color:#f0eeff73;flex:1;max-width:400px;font-size:.88rem;line-height:1.84}.ss-cta{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:#fff9;flex-shrink:0;align-items:center;gap:8px;font-size:.72rem;font-weight:500;text-decoration:none;transition:color .25s;display:inline-flex}.ss-cta:hover{color:#fff}.ss-cta-arrow{transition:transform .3s var(--ease);display:inline-block}.ss-cta:hover .ss-cta-arrow{transform:translate(5px)}@media (width<=860px){.ss-word{font-size:clamp(4rem,18vw,10rem)}.ss-meta{flex-direction:column;align-items:flex-start;gap:20px}}@media (width<=540px){.ss-word{font-size:clamp(3.2rem,20vw,6rem)}.ss-section{height:350vh}}.cap-section{background:var(--surface);border-bottom:1px solid var(--border);padding:120px 0;position:relative}.cap-wrap{grid-template-columns:1fr 1.2fr;align-items:start;gap:8vw;display:grid}.cap-left{position:sticky;top:100px}.cap-hd{align-items:center;gap:16px;margin-bottom:48px;display:flex}.cap-hd-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);white-space:nowrap;font-size:.62rem}.cap-hd-line{background:var(--border);flex:1;height:1px}.cap-title{font-family:var(--font-display);letter-spacing:-.04em;color:var(--text);margin-bottom:32px;font-size:clamp(2.8rem,5vw,5.5rem);font-weight:700;line-height:.91}.cap-title-em{font-style:italic;font-family:var(--font-serif);color:#f0eeff59;letter-spacing:-.02em;font-weight:400}.cap-sub{color:var(--text-3);font-size:.88rem;line-height:1.82}.cap-right{padding-bottom:120px}.cap-list{border-top:1px solid var(--border);flex-direction:column;display:flex}.cap-row{border-bottom:1px solid var(--border);transition:background .35s}.cap-row:hover,.cap-row.is-active{background:#ffffff08}.cap-row-inner{cursor:default;transition:padding-left .35s var(--ease);align-items:flex-start;gap:20px;padding:28px 16px;display:flex}.cap-row:hover .cap-row-inner,.cap-row.is-active .cap-row-inner{padding-left:24px}.cap-row-num{font-family:var(--font-mono);letter-spacing:.12em;color:var(--text-3);min-width:26px;padding-top:5px;font-size:.6rem;transition:color .3s}.cap-row.is-active .cap-row-num,.cap-row:hover .cap-row-num{color:var(--violet)}.cap-row-content{flex-direction:column;flex:1;gap:10px;display:flex}.cap-row-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-3);font-size:clamp(1.2rem,2.2vw,1.8rem);font-weight:700;line-height:1;transition:color .3s}.cap-row.is-active .cap-row-title,.cap-row:hover .cap-row-title{color:var(--text)}.cap-row-desc{font-family:var(--font-mono);letter-spacing:.04em;color:var(--text-3);opacity:0;max-width:380px;transition:opacity .3s, transform .35s var(--ease);font-size:.62rem;line-height:1.7;transform:translateY(6px)}.cap-row.is-active .cap-row-desc,.cap-row:hover .cap-row-desc{opacity:1;transform:translateY(0)}.cap-row-arrow{color:var(--violet);opacity:0;transition:opacity .3s, transform .3s var(--ease);flex-shrink:0;padding-top:4px;font-size:1rem;transform:translate(-8px)}.cap-row.is-active .cap-row-arrow,.cap-row:hover .cap-row-arrow{opacity:1;transform:translate(0)}@media (width<=1024px){.cap-wrap{grid-template-columns:1fr;gap:64px}.cap-left{position:static}.cap-right{padding-bottom:0}}@media (width<=600px){.cap-row-title{font-size:1.1rem}.cap-row-inner{padding:20px 8px}}.wq-section{background:#fff;border-top:1px solid #0000000f;border-bottom:1px solid #0000000f;padding:120px 0;position:relative;overflow:hidden}.wq-wrap{z-index:1;position:relative}.wq-section .gs-num{-webkit-text-stroke:1px #00000009;color:#0000}.wq-hd{border-bottom:1px solid #00000014;align-items:center;gap:16px;margin-bottom:72px;padding-bottom:56px;display:flex}.wq-hd-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:#00000052;white-space:nowrap;font-size:.62rem}.wq-hd-line{background:#00000014;flex:1;height:1px}.wq-intro{grid-template-columns:1fr 1.15fr;align-items:start;gap:8vw;margin-bottom:80px;display:grid}.wq-title{font-family:var(--font-display);letter-spacing:-.04em;color:#0a0a10;font-size:clamp(3rem,6vw,6.5rem);font-weight:700;line-height:.9}.wq-title-em{font-style:italic;font-family:var(--font-serif);color:#0a0a1052;letter-spacing:-.02em;font-weight:400}.wq-desc{color:#0a0a108c;max-width:500px;padding-top:8px;font-size:.95rem;line-height:1.88}.wq-list{border-top:1px solid #00000014;flex-direction:column;display:flex}.wq-row{transition:padding-left .35s var(--ease);border-bottom:1px solid #00000014;grid-template-columns:48px 1fr 1.4fr;align-items:start;gap:32px;padding:36px 0;display:grid}.wq-row:hover{padding-left:8px}.wq-row-num{font-family:var(--font-mono);letter-spacing:.12em;color:#00000047;padding-top:4px;font-size:.6rem;transition:color .3s}.wq-row:hover .wq-row-num{color:#0a0a10}.wq-row-title{font-family:var(--font-display);letter-spacing:-.02em;color:#0a0a10;font-size:clamp(1.1rem,2vw,1.6rem);font-weight:700;line-height:1.1}.wq-row-text{color:#0a0a108c;font-size:.88rem;line-height:1.82}@media (width<=860px){.wq-intro{grid-template-columns:1fr;gap:32px}.wq-row{grid-template-columns:36px 1fr;gap:20px}.wq-row-text{grid-column:2}}@media (width<=540px){.wq-row{grid-template-columns:1fr;gap:12px;padding:28px 0}.wq-row-num{display:none}}.imm-section{border-bottom:1px solid var(--border);background:linear-gradient(#0a0a0a 0%,#030305 60%,#000 100%);padding:120px 0;position:relative;overflow:hidden}.imm-wrap{z-index:1;position:relative}.imm-hd{align-items:center;gap:16px;margin-bottom:64px;display:flex}.imm-hd-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);white-space:nowrap;font-size:.62rem}.imm-hd-line{background:var(--border);flex:1;height:1px}.imm-title{font-family:var(--font-display);letter-spacing:-.04em;color:var(--text);margin-bottom:48px;font-size:clamp(5rem,15vw,17rem);font-weight:700;line-height:.88}.imm-title-em{font-style:italic;font-family:var(--font-serif);color:#f0eeff66;letter-spacing:-.02em;font-weight:400}.imm-sub{color:var(--text-2);max-width:560px;margin-bottom:40px;font-size:.95rem;line-height:1.88}.imm-cta{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--text);border:1px solid var(--border-mid);width:fit-content;transition:all .3s var(--ease);border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:.72rem;font-weight:500;text-decoration:none;display:inline-flex}.imm-cta:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}@media (width<=860px){.imm-title{font-size:clamp(4rem,14vw,8rem)}}@media (width<=540px){.imm-title{font-size:clamp(3.5rem,16vw,6rem)}.imm-cta{justify-content:center;width:100%}}@font-face{font-family:Altone;src:url(/font/AltoneTrial-Bold.ttf)format("truetype");font-weight:700;font-display:swap}@font-face{font-family:Altone;src:url(/font/AltoneTrial-BoldOblique.ttf)format("truetype");font-weight:700;font-style:oblique;font-display:swap}@font-face{font-family:Altone;src:url(/font/AltoneTrial-Regular.ttf)format("truetype");font-weight:400;font-display:swap}:root{--void:#030305;--surface:#0a0a12;--surface-2:#0f0f1c;--surface-3:#161628;--text:#fff;--text-2:#ffffff8c;--text-3:#ffffff40;--text-4:#ffffff1a;--violet:#ffffffd9;--violet-bright:#fff;--violet-dim:#ffffff0f;--lime:#ffffffb3;--lime-dim:#ffffff0d;--amber:#ffffffa6;--amber-dim:#ffffff0d;--coral:#fffc;--coral-dim:#ffffff0d;--sky:#ffffffbf;--sky-dim:#ffffff0d;--border:#ffffff14;--border-mid:#ffffff21;--border-bright:#fff3;--pad-x:6vw;--pad-y:160px;--nav-h:68px;--r-xs:4px;--r-sm:10px;--r-md:18px;--r-lg:28px;--r-xl:48px;--r-pill:9999px;--font-display:"Altone", sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-serif:"Instrument Serif", Georgia, serif;--font-mono:"JetBrains Mono", "Courier New", monospace;--ease:cubic-bezier(.16, 1, .3, 1);--ease-slow:cubic-bezier(.22, 1, .36, 1);--ease-in:cubic-bezier(.4, 0, 1, 1);--bg:var(--void);--bg-dark:var(--void);--bg-white:var(--surface);--bg-card:var(--surface-2);--bg-muted:var(--surface-3);--text-dark:var(--text);--text-dark-2:var(--text-2);--text-dark-3:var(--text-3);--accent-blue:var(--sky);--border-dark:var(--border);--border-dark-2:var(--border-mid);--shadow-sm:0 4px 20px -4px #0006;--shadow-md:0 12px 40px -8px #00000080;--shadow-lg:0 24px 80px -12px #0009}@media (width<=1100px){:root{--pad-x:40px}}@media (width<=768px){:root{--pad-x:24px;--pad-y:100px}}@media (width<=480px){:root{--pad-x:16px;--pad-y:80px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{cursor:none;font-size:16px;scroll-behavior:unset!important}body{font-family:var(--font-body);background:var(--void);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:none;line-height:1.6}a,button{cursor:none}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}button{font-family:var(--font-body);background:0 0;border:none}body:before{content:"";z-index:9999;pointer-events:none;opacity:.028;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:180px 180px;position:fixed;inset:0}.wrap{width:100%;max-width:1600px;padding:0 var(--pad-x);margin:0 auto}.section{padding:var(--pad-y) 0;position:relative}.eyebrow{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);align-items:center;gap:8px;margin-bottom:24px;font-size:.64rem;font-weight:400;display:inline-flex}.eyebrow:before{content:"";background:var(--violet);border-radius:50%;flex-shrink:0;width:6px;height:6px;display:block}.eyebrow-dark{color:var(--text-3)}.eyebrow-violet:before{background:var(--violet)}.eyebrow-lime:before{background:var(--lime)}.eyebrow-amber:before{background:var(--amber)}.label-bracket{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:20px;font-size:.63rem;font-weight:400;display:inline-block}.label-bracket:before{content:"["}.label-bracket:after{content:"]"}.h-display{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);margin-bottom:24px;font-size:clamp(3rem,10vw,9.5rem);font-weight:700;line-height:.9}.h-xl{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);font-size:clamp(2.2rem,5vw,5rem);font-weight:700;line-height:.95}.h-lg{font-family:var(--font-body);letter-spacing:-.02em;color:var(--text);font-size:clamp(1.4rem,2.5vw,2.2rem);font-weight:500;line-height:1.25}.h-display i,.h-xl i{font-family:var(--font-serif);color:var(--violet-bright);font-style:italic;font-weight:400}.text-violet{color:var(--violet)}.text-lime{color:var(--lime)}.text-amber{color:var(--amber)}.text-coral{color:var(--coral)}.text-sky{color:var(--sky)}.text-muted,.text-muted-dark{color:var(--text-2)}.h-white{color:var(--text)}.grad-violet{background:linear-gradient(135deg, var(--violet) 0%, var(--violet-bright) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.grad-lime{background:linear-gradient(135deg, #8bc31e 0%, var(--lime) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.grad-spectrum{background:linear-gradient(90deg, var(--violet) 0%, var(--sky) 40%, var(--lime) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-outline{-webkit-text-stroke:1px var(--border-bright);color:#0000}.btn{border-radius:var(--r-pill);letter-spacing:.01em;transition:all .35s var(--ease);white-space:nowrap;cursor:none;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-size:.88rem;font-weight:500;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--violet);color:#fff;box-shadow:0 0 30px -5px #9b7fe880}.btn-primary:hover{background:var(--violet-bright);transform:translateY(-2px);box-shadow:0 0 50px -5px #c4b0ff99}.btn-lime{background:var(--lime);color:var(--void);font-weight:700}.btn-lime:hover{filter:brightness(1.1);transform:translateY(-2px)}.btn-ghost{color:var(--text);border:1px solid var(--border-mid);background:0 0}.btn-ghost:hover{border-color:var(--border-bright);background:#ffffff0a}.btn-dark{background:var(--text);color:var(--void)}.btn-dark:hover{transform:translateY(-2px)}.btn-light{color:var(--text);border:1px solid var(--border-mid);background:0 0}.btn-light:hover{border-color:var(--border-bright);background:#ffffff0a}.btn-ghost-dark{color:var(--text);border:1px solid var(--border);background:#ffffff0d}.btn-ghost-dark:hover{background:#ffffff14}.btn-white{background:var(--text);color:var(--void)}.btn-white:hover{transform:translateY(-2px)}.divider{background:var(--border);width:100%;height:1px;margin:2rem 0}.divider-dark{background:var(--border)}.text-serif{font-family:var(--font-serif)}.mask-line-wrap{display:block;overflow:hidden}.mask-line-inner{will-change:transform;display:block}.gs-num{font-family:var(--font-display);letter-spacing:-.06em;color:#0000;-webkit-text-stroke:1px #ffffff0b;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;font-size:clamp(12rem,22vw,28rem);font-weight:700;line-height:1;position:absolute;top:-.05em;right:-.05em}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#9b7fe840;border-radius:100px}::-webkit-scrollbar-thumb:hover{background:#9b7fe880}
