@font-face{font-family:Inter;src:url(/fonts/inter-400.ttf)format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-500.ttf)format("truetype");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-600.ttf)format("truetype");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/manrope-300.ttf)format("truetype");font-style:normal;font-weight:300;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/manrope-400.ttf)format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/manrope-500.ttf)format("truetype");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/manrope-600.ttf)format("truetype");font-style:normal;font-weight:600;font-display:swap}:root{--ink:#070807;--paper:#f0ede7;--paper-2:#e9e5dd;--lime:#c8ff00;--line-dark:#ffffff2e;--line-light:#0e0e0e2b;--muted-dark:#9b9d98;--muted-light:#555953;--container:1320px}*{box-sizing:border-box}[x-cloak]{display:none!important}html{scroll-behavior:smooth;background:var(--ink)}body{color:#f4f4ef;background:var(--ink);margin:0;font-family:Manrope,Arial,sans-serif;font-size:15px;line-height:1.42;overflow-x:hidden}body.menu-is-open{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(calc(100% - 64px), var(--container));margin-inline:auto}.dark-section{color:#f4f4ef;background-color:var(--ink)}.light-section{color:#0d0e0c;background:var(--paper)}.section-pad{padding:84px 0}.page-noise{z-index:100;pointer-events:none;opacity:.035;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");position:fixed;inset:0}.site-header{z-index:80;border-bottom:1px solid #0000;height:82px;transition:background .3s,border-color .3s,backdrop-filter .3s;position:fixed;inset:0 0 auto}.site-header.is-scrolled{backdrop-filter:blur(18px);background:#050605c2;border-bottom-color:#ffffff1a}.header-inner{justify-content:space-between;align-items:center;height:100%;display:flex}.logo{letter-spacing:-.09em;font-size:33px;font-weight:400;line-height:1}.logo span{color:var(--lime)}.logo--company{color:#fff;letter-spacing:-.065em}.logo--company span{color:inherit;font-size:inherit;letter-spacing:inherit;margin-left:0}.desktop-nav{align-items:center;gap:54px;margin-left:14%;display:flex}.desktop-nav a{color:#fff;letter-spacing:-.015em;font-size:16px;font-weight:500;position:relative}.desktop-nav a:after{content:"";background:var(--lime);height:1px;transition:right .25s;position:absolute;bottom:-8px;left:0;right:100%}.desktop-nav a:hover:after{right:0}.projects-nav{align-items:center;margin:-30px 0;padding:30px 0;display:flex;position:relative}.projects-nav__trigger{align-items:center;gap:7px;display:inline-flex}.projects-nav__trigger svg{fill:none;stroke:currentColor;stroke-width:1.35px;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px;transition:transform .25s}.projects-popover{color:#f5f6f2;backdrop-filter:blur(22px);opacity:0;visibility:hidden;pointer-events:none;transform-origin:50% 0;background:#080908f7;border:1px solid #ffffff24;border-radius:16px;width:470px;padding:10px;transition:opacity .22s,visibility .22s,transform .22s;position:absolute;top:calc(100% + 2px);left:50%;transform:translate(-50%,10px);box-shadow:0 26px 80px #0000008c,inset 0 1px #ffffff09}.projects-popover:before{content:"";height:10px;position:absolute;inset:-9px 0 auto}.projects-popover>a{border:1px solid #0000;border-radius:11px;grid-template-columns:76px minmax(0,1fr) 28px;align-items:center;gap:13px;min-height:88px;padding:6px 11px 6px 7px;transition:background .2s,border-color .2s;display:grid}.desktop-nav .projects-popover>a:after{display:none}.projects-popover>a+a{margin-top:3px}.projects-popover>a:hover,.projects-popover>a:focus-visible{background:#ffffff0e;border-color:#ffffff1a;outline:none}.projects-popover__icon{background:radial-gradient(circle,#ffffff12,#0000 66%);border-radius:11px;place-items:center;width:76px;height:76px;display:grid;overflow:visible}.projects-popover__icon img,.projects-popover__icon--children img{object-fit:contain;width:84px;height:84px;display:block}.projects-popover__copy{gap:4px;min-width:0;display:grid}.projects-popover__copy strong{color:#f5f6f2;letter-spacing:-.025em;font:500 16px/1.15 Manrope,Arial,sans-serif}.projects-popover__copy small{color:#989b94;letter-spacing:-.01em;font:400 12px/1.35 Inter,Arial,sans-serif}.projects-popover__arrow{color:#cfd1cb;border:1px solid #ffffff26;border-radius:50%;place-items:center;width:27px;height:27px;font-size:12px;transition:color .2s,border-color .2s,transform .2s;display:grid}.projects-popover>a:hover .projects-popover__arrow,.projects-popover>a:focus-visible .projects-popover__arrow{color:var(--lime);border-color:#c8ff0073;transform:translate(1px,-1px)}.projects-nav:hover .projects-popover,.projects-nav:focus-within .projects-popover{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.projects-nav:hover .projects-nav__trigger svg,.projects-nav:focus-within .projects-nav__trigger svg{transform:rotate(180deg)}.button{border:1px solid var(--line-dark);border-radius:3px;justify-content:center;align-items:center;gap:22px;min-height:47px;padding:0 22px;font-family:Inter,Arial,sans-serif;font-size:13px;font-weight:500;transition:transform .25s,border-color .25s,color .25s,background .25s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button--header{border-color:#c8ff00a6;min-height:39px;padding:0 18px}.button--header:hover{background:var(--lime);color:#090909}.header-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.profile-button{backdrop-filter:blur(10px);background:#ffffff0e;border:1px solid #fff3;border-radius:50%;place-items:center;width:40px;height:40px;transition:border-color .25s,transform .25s,background .25s,box-shadow .25s;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff06,0 6px 20px #00000024}.profile-button:hover{background:#c8ff0011;border-color:#c8ff007a;transform:translateY(-2px);box-shadow:inset 0 0 0 1px #c8ff000a,0 8px 22px #0000002e}.profile-button svg{fill:none;stroke:#ffffffdb;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.button--accent{color:#090909;background:var(--lime);border-color:var(--lime);font-weight:600;box-shadow:0 0 34px #c8ff0014}.button--accent:hover{background:#d7ff44;box-shadow:0 12px 30px #c8ff001f}.button--ghost:hover{border-color:#ffffff8c}.menu-button,.mobile-menu,.mobile-projects{display:none}.hero{border-bottom:1px solid var(--line-dark);min-height:790px;padding-top:82px;position:relative;overflow:hidden}.hero:before{content:"";filter:blur(150px);pointer-events:none;background:#84a90017;border-radius:50%;width:630px;height:630px;position:absolute;top:-250px;right:5%}.hero-grid{z-index:2;grid-template-columns:.86fr 1.3fr;align-items:center;min-height:680px;display:grid;position:relative}.hero-copy{z-index:3;padding:48px 0 60px;position:relative}.eyebrow{color:var(--lime);letter-spacing:.19em;background:0 0;border:0;margin:0 0 28px;padding:0;font-family:Manrope,Arial,sans-serif;font-size:11px;font-weight:600;line-height:1.4;display:block}.eyebrow:before{display:none}.eyebrow.dark{color:#526300}.hero-title{letter-spacing:-.065em;gap:.02em;margin:0 0 22px;font-size:clamp(64px,6.45vw,101px);font-weight:500;line-height:.93;display:grid}.hero-title span{white-space:nowrap;padding:0 0 .045em;display:block;overflow:visible}.hero-title span:last-child{word-spacing:.16em}.hero-intro{color:#c0c2bc;letter-spacing:-.01em;gap:6px;max-width:520px;font-family:Inter,Arial,sans-serif;font-size:14.5px;line-height:1.52;display:grid}.hero-intro p{margin:0}.hero-actions{gap:14px;margin-top:24px;display:flex}.hero-note{color:#c0c2bc;letter-spacing:-.01em;margin:18px 0 0;font-family:Inter,Arial,sans-serif;font-size:13.5px;line-height:1.45}.paper-plane{color:var(--lime);border:1px solid var(--lime);border-radius:50%;place-items:center;width:18px;height:18px;margin-right:8px;display:inline-grid;transform:rotate(-15deg)}.hero-visual{pointer-events:none;width:77%;position:absolute;top:52%;right:-10%;transform:translateY(-48%)}.hero-visual img{mix-blend-mode:screen;filter:contrast(1.04)saturate(.95);width:100%;height:auto;display:block}.hero-orbit{z-index:-1;border:1px solid #c8ff0021;border-radius:50%;position:absolute}.orbit-a{width:420px;height:420px;top:11%;right:19%}.orbit-b{width:570px;height:570px;top:-3%;right:7%}.hero-ticker{color:#777a73;letter-spacing:.14em;white-space:nowrap;border-top:1px solid #ffffff17;align-items:center;width:100%;height:42px;font-size:10px;display:flex;position:absolute;bottom:0;left:0;overflow:hidden}.hero-ticker div{animation:24s linear infinite ticker}.hero-ticker b{color:var(--lime);margin:0 26px;font-weight:400}@keyframes ticker{to{transform:translate(-50%)}}.section-heading h2{letter-spacing:-.055em;margin:0;font-size:clamp(36px,4vw,58px);font-weight:400;line-height:1}.section-heading>p:not(.eyebrow){color:#50544e;letter-spacing:-.01em;max-width:680px;margin:17px 0 0;font-family:Inter,Arial,sans-serif;font-size:14.5px;line-height:1.58}.section-heading.centered{text-align:center;margin-bottom:42px}.section-heading.centered .eyebrow{margin-bottom:13px}.section-heading.centered>p:not(.eyebrow){margin-left:auto;margin-right:auto}.mobile-only{display:none}.calm{background-color:var(--paper);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");padding-top:72px}.calm-grid{grid-template-columns:repeat(6,1fr);display:grid}.calm-card{border:1px solid var(--line-light);flex-direction:column;grid-column:span 2;justify-content:flex-end;min-height:390px;margin:0 -1px -1px 0;padding:0 26px 27px;display:flex;position:relative;overflow:hidden}.calm-card--wide{flex-direction:row;grid-column:span 3;justify-content:flex-start;align-items:center;min-height:305px;padding-bottom:0}.calm-card__copy{z-index:2;position:relative}.calm-card h3{letter-spacing:-.025em;margin:0 0 10px;font-size:18px;font-weight:500;line-height:1.13}.calm-card p{color:#51554f;letter-spacing:-.01em;max-width:290px;margin:0;font-family:Inter,Arial,sans-serif;font-size:13.5px;line-height:1.55}.object-stage{perspective:700px;position:absolute;inset:0}.concept-object{width:230px;height:170px;position:absolute;top:34%;left:50%;transform:translate(-50%,-50%)rotateX(2deg)rotateY(-8deg)}.concept-object i{background:linear-gradient(140deg,#2d2f2df7,#040504f2);border:1px solid #777;border-radius:6px;width:150px;height:110px;position:absolute;box-shadow:0 22px 32px #00000040}.concept-object i:after{content:"";background:repeating-linear-gradient(0deg,#0000 0 12px,#c8ff0052 13px 14px),linear-gradient(90deg,#171817 40%,#0000 40%);border:1px solid #3c403b;position:absolute;inset:17px}.concept-object i:first-child{top:0;left:0}.concept-object i:nth-child(2){top:25px;left:38px}.concept-object i:nth-child(3){top:51px;left:76px}.timer-object{width:192px;height:192px;position:absolute;top:37%;left:50%;transform:translate(-50%,-50%)}.watch-face{background:radial-gradient(circle at 43% 36%,#4a4d4a 0,#0a0b0a 32%,#020302 70%);border:9px solid #262827;border-radius:50%;position:absolute;inset:10px;box-shadow:inset 0 0 0 2px #aaa,0 20px 28px #00000040}.watch-face:before{content:"";background:repeating-conic-gradient(from 0deg, #ddd 0 1deg, transparent 1deg 9deg);border-radius:50%;position:absolute;inset:13px;mask:radial-gradient(#0000 0 78%,#000 79%)}.watch-face:after{content:"";background:var(--lime);transform-origin:bottom;border-radius:4px;width:4px;height:53px;position:absolute;bottom:50%;left:calc(50% - 2px);transform:rotate(48deg);box-shadow:0 0 8px #c8ff0066}.watch-face b{background:var(--lime);z-index:2;border-radius:50%;width:10px;height:10px;position:absolute;top:calc(50% - 5px);left:calc(50% - 5px)}.watch-mini{width:56px;height:56px;color:var(--lime);background:#0b0c0b;border:4px solid #3f423f;border-radius:50%;place-items:center;font-size:25px;display:grid;position:absolute;bottom:3px;right:-5px}.contract-object{width:210px;height:200px;position:absolute;top:38%;left:52%;transform:translate(-50%,-50%)rotate(3deg)}.contract-object>div{background:linear-gradient(100deg,#0a0b0a,#282b28 12%,#e5e3de 14%,#f6f3ed 88%,#111 89%);border:2px solid #343634;border-radius:8px;padding:25px 29px;position:absolute;inset:4px 30px 0 12px;box-shadow:0 18px 26px #00000040}.contract-object span{font-size:10px}.contract-object i{background:#a9aaa6;height:2px;margin-top:20px;display:block}.contract-object b{border:2px solid var(--lime);width:44px;height:44px;color:var(--lime);background:#0b0c0b;border-radius:50%;place-items:center;font-size:22px;display:grid;position:absolute;bottom:14px;right:12px}.support-object{width:230px;height:220px;position:absolute;top:52%;left:25%;transform:translate(-50%,-50%)}.shield{clip-path:polygon(50% 0,95% 18%,87% 72%,50% 100%,13% 72%,5% 18%);filter:drop-shadow(0 20px 14px #00000047);background:linear-gradient(115deg,#5f6260,#090a09 45%,#2d302e);width:150px;height:180px;position:absolute}.shield:after{content:"";clip-path:inherit;background:linear-gradient(130deg,#171917,#353835 45%,#050505);position:absolute;inset:14px}.headphones{filter:drop-shadow(3px 10px 8px #00000059);border:17px solid #151615;border-bottom:0;border-radius:70px 70px 20px 20px;width:125px;height:140px;position:absolute;top:45px;left:87px}.headphones:before,.headphones:after{content:"";background:linear-gradient(90deg,#393b39,#070807);border-radius:18px;width:30px;height:65px;position:absolute;top:63px}.headphones:before{left:-27px}.headphones:after{right:-27px;transform:scaleX(-1)}.approach-object{width:255px;height:170px;position:absolute;top:52%;left:26%;transform:translate(-50%,-50%)}.approach-object i{background:conic-gradient(#050505,#434643,#090a09,#858785,#080908);border:2px solid #777;border-radius:50%;width:95px;height:95px;position:absolute;transform:rotateX(60deg);box-shadow:0 23px 20px #00000040}.approach-object i:after{content:"";background:var(--paper);border-radius:50%;position:absolute;inset:27px;box-shadow:inset 0 5px 9px #777}.approach-object i:first-child{top:28px;left:26px}.approach-object i:nth-child(2){top:0;left:91px}.approach-object i:nth-child(3){top:57px;left:132px}.calm-card--wide .calm-card__copy{margin-left:47%}.works .section-heading.row{justify-content:space-between;align-items:flex-end;margin-bottom:30px;display:flex}.works .section-heading h2{font-size:clamp(38px,4vw,56px)}.works .section-heading .eyebrow{margin-bottom:12px}.text-link{color:#d0d1cd;padding-bottom:8px;font-family:Inter,Arial,sans-serif;font-size:13px}.text-link span{color:var(--lime);margin-left:8px}.works-controls{display:none}.projects-track{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.project-card{border:1px solid var(--line-dark);background:#080908;border-radius:5px;min-height:450px;padding:14px;transition:border-color .3s,transform .3s,box-shadow .3s;display:block;position:relative;overflow:hidden}.project-card:hover{border-color:#c8ff008c;transform:translateY(-5px)}.project-card:focus-visible{outline:2px solid var(--lime);outline-offset:4px}.project-top{z-index:2;justify-content:space-between;display:flex;position:relative}.project-top>span{color:var(--lime);font-size:18px}.project-top small{color:#858882;letter-spacing:.09em;text-transform:uppercase;font-family:Inter,Arial,sans-serif;font-size:10px}.project-preview{border-radius:3px;position:absolute;inset:50px 14px 82px;overflow:hidden}.project-preview>img{object-fit:contain;mix-blend-mode:screen;width:100%;height:100%;transition:transform .5s cubic-bezier(.2,.7,.2,1);display:block;transform:scale(1.04)}.project-card:hover .project-preview>img{transform:scale(1.075)}.project-card footer{justify-content:space-between;align-items:end;display:flex;position:absolute;bottom:12px;left:14px;right:14px}.project-card footer h3{margin:0;font-size:18px;font-weight:400}.project-card footer p{color:#a0a39c;margin:4px 0 0;font-family:Inter,Arial,sans-serif;font-size:12.5px}.project-card__arrow{border:1px solid #aaa;border-radius:50%;place-items:center;width:43px;height:43px;font-size:18px;transition:all .25s;display:grid}.project-card:hover .project-card__arrow{color:#0a0a0a;background:var(--lime);border-color:var(--lime);transform:rotate(45deg)}.project-card--analytics .project-preview{background:radial-gradient(circle,#252a24,#0000 56%),#050605;border:1px solid #20231f}.dashboard{background-image:linear-gradient(#c8ff0008 1px,#0000 1px),linear-gradient(90deg,#c8ff0008 1px,#0000 1px);background-size:19px 19px;border:1px solid #363a34;position:absolute;inset:7%}.dash-side{background:repeating-linear-gradient(0deg,#181b17 0 14px,#080908 15px 27px);border-right:1px solid #343832;width:17%;position:absolute;top:0;bottom:0;left:0}.dash-line{border-bottom:2px solid var(--lime);clip-path:polygon(0 80%,12% 54%,22% 66%,34% 30%,45% 44%,58% 15%,70% 68%,82% 38%,100% 45%,100% 100%,0 100%);background:linear-gradient(#c8ff0033,#0000);height:50%;position:absolute;left:23%;right:5%}.dash-line.two{opacity:.6;transform:translateY(70px)scaleY(.55)}.dash-bars{background:repeating-linear-gradient(90deg,#7e9e05 0 5px,#0000 6px 13px);height:20%;position:absolute;bottom:5%;left:23%;right:5%}.project-card--standup .project-preview{background:radial-gradient(circle at 85% 45%,#6d270d,#0000 28%),linear-gradient(90deg,#060706 50%,#110906)}.standup-type{letter-spacing:.05em;z-index:2;font-size:clamp(24px,2.5vw,42px);font-weight:300;line-height:.96;position:absolute;top:19%;left:5%}.comedian{background:linear-gradient(125deg,#c69778 0 14%,#1b1b1a 15% 100%);border-radius:50% 40% 10% 10%;width:52%;height:96%;position:absolute;bottom:-15%;right:-2%;transform:rotate(-4deg)}.comedian:before{content:"";background:linear-gradient(140deg,#b37956,#6c3826);border-radius:50%;width:39%;height:27%;position:absolute;top:0;left:13%}.comedian i{background:#bbb;width:5px;height:42%;position:absolute;top:25%;left:15%;transform:rotate(-12deg)}.project-card--ecom .project-preview{color:#0b0b0a;background:#060706}.project-card--ecom .project-preview>img{object-position:center}.ecom-copy{letter-spacing:-.04em;font-size:clamp(18px,2vw,29px);line-height:1.03;position:absolute;top:12%;left:7%}.chair{border:18px solid #090a09;border-radius:48% 48% 12% 12%;width:50%;height:63%;position:absolute;bottom:4%;right:2%;transform:skewY(-5deg)}.chair:before,.chair:after{content:"";background:#090a09;width:13px;height:50%;position:absolute;bottom:-40%}.chair:before{left:6%;transform:rotate(4deg)}.chair:after{right:6%;transform:rotate(-4deg)}.chair i{background:#101110;border-radius:0 0 16px 16px;height:38%;position:absolute;bottom:5%;left:-14px;right:-14px}.chair b{background:#eeeae1;width:10px;height:70%;position:absolute;top:-18px;left:50%;transform:rotate(20deg)}.services .section-heading{margin-bottom:35px}.services-grid{grid-template-columns:repeat(4,1fr);display:grid}.service-card{text-align:center;border:1px solid var(--line-light);flex-direction:column;align-items:center;min-height:270px;margin-right:-1px;padding:28px 24px;display:flex}.service-card h3{margin:auto 0 10px;font-size:16px;font-weight:500}.service-card p{color:#50544e;letter-spacing:-.01em;max-width:245px;margin:0;font-family:Inter,Arial,sans-serif;font-size:13.5px;line-height:1.53}.service-icon{width:110px;height:95px;margin-top:4px;position:relative}.service-icon--lines i{background:#0a0b0a;border-radius:8px;width:66px;height:14px;position:absolute;left:22px;box-shadow:0 7px 10px #0003}.service-icon--lines i:first-child{top:18px}.service-icon--lines i:nth-child(2){width:47px;top:42px}.service-icon--lines i:nth-child(3){width:58px;top:66px}.service-icon--brush:before{content:"";background:#0a0b0a;border-radius:10px;width:18px;height:67px;position:absolute;top:1px;left:59px;transform:rotate(45deg)}.service-icon--brush:after{content:"";background:#0a0b0a;border-radius:60% 10% 60% 30%;width:32px;height:43px;position:absolute;top:46px;left:30px;transform:rotate(45deg)}.service-icon--code:before{content:"‹/›";letter-spacing:-15px;color:#0a0b0a;font:600 75px/1 Arial;position:absolute;top:6px;left:3px}.service-icon--rocket:before{content:"◆";font-size:65px;position:absolute;top:5px;left:26px;transform:rotate(-12deg)}.service-icon--rocket:after{content:"";border:7px solid var(--paper);border-radius:50%;width:29px;height:29px;position:absolute;top:23px;left:43px;box-shadow:0 0 0 4px #0a0b0a}.ownership{overflow:hidden}.ownership-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:60px;display:grid}.ownership-intro h2{letter-spacing:-.06em;margin:0 0 17px;font-size:clamp(40px,4.2vw,64px);font-weight:400;line-height:.96}.ownership-intro>p:not(.eyebrow){color:#b6b8b2;letter-spacing:-.01em;max-width:485px;margin:0;font-family:Inter,Arial,sans-serif;font-size:14.5px;line-height:1.58}.admin-mockup{background:linear-gradient(125deg,#181a18,#080908);border:1px solid #676a65;border-radius:14px 14px 0 0;width:88%;height:230px;margin:50px auto -45px;position:relative;overflow:hidden;transform:perspective(700px)rotateX(4deg)rotateY(8deg);box-shadow:0 25px 70px #000}.admin-bar{border-bottom:1px solid #373a36;align-items:center;gap:5px;height:35px;padding:0 12px;display:flex}.admin-bar i{background:#666;border-radius:50%;width:6px;height:6px}.admin-bar span{color:#ddd;margin:auto;font-size:13px}.admin-mockup aside{border-right:1px solid #31342f;width:22%;padding:19px 10px;position:absolute;top:35px;bottom:0;left:0}.admin-mockup aside i{background:#545751;border-radius:3px;height:5px;margin:13px 0;display:block}.admin-key{width:95px;height:78px;color:var(--lime);background:#10120f;border:1px solid #343932;place-items:center;font-size:42px;display:grid;position:absolute;top:74px;left:30%}.admin-lines{width:34%;position:absolute;top:81px;right:11%}.admin-lines i{background:#444941;height:6px;margin:15px 0;display:block}.admin-lines i:nth-child(2){background:var(--lime);width:76%}.ownership-cards{grid-template-columns:1fr 1fr;display:grid}.ownership-card{border:1px solid var(--line-dark);background:linear-gradient(145deg,#ffffff06,#0000 55%);align-items:flex-end;min-height:255px;margin:0 -1px -1px 0;padding:24px 26px;transition:border-color .3s,background .3s;display:flex;position:relative;overflow:hidden}.ownership-card:hover{background:linear-gradient(145deg,#c8ff0009,#0000 60%);border-color:#c8ff006b}.ownership-card__image{object-fit:contain;filter:contrast(1.04)saturate(.9);width:86%;height:162px;transition:transform .5s cubic-bezier(.2,.7,.2,1);position:absolute;top:2px;left:7%}.ownership-card:hover .ownership-card__image{transform:translateY(-4px)scale(1.025)}.ownership-card__copy{z-index:1;position:relative}.ownership-card h3{margin:0 0 8px;font-size:18px;font-weight:400}.ownership-card p{color:#afb1ab;letter-spacing:-.01em;max-width:265px;margin:0;font-family:Inter,Arial,sans-serif;font-size:13.5px;line-height:1.53}.ownership-card:last-child{grid-column:1/-1;min-height:220px;padding-right:49%}.ownership-card:last-child .ownership-card__image{width:49%;height:100%;top:0;left:48%}.line-icon{width:50px;height:43px;color:var(--lime);position:relative}.line-icon:before,.line-icon:after{content:"";border:2px solid var(--lime);position:absolute}.line-icon--key:before{border-radius:50%;width:25px;height:25px;top:0;left:17px}.line-icon--key:after{border-width:0 0 2px 2px;width:31px;height:8px;top:27px;left:0;transform:rotate(-45deg)}.line-icon--card:before{border-radius:4px;inset:3px 1px 7px}.line-icon--card:after{background:#080908;border-radius:50%;width:10px;height:10px;bottom:0;right:-6px}.line-icon--edit:before{width:32px;height:32px;bottom:0;left:0}.line-icon--edit:after{background:#080908;width:8px;height:40px;top:-5px;left:27px;transform:rotate(45deg)}.line-icon--growth:before{border-width:0 2px 2px 0;width:45px;height:34px;top:0;left:0;transform:skewY(-38deg)}.line-icon--growth:after{border-width:2px 2px 0 0;width:10px;height:10px;top:0;right:0;transform:rotate(-6deg)}.process .section-heading{margin-bottom:35px}.process-grid{grid-template-columns:1fr 1fr;display:grid}.process-card{border:1px solid var(--line-light);align-items:flex-start;min-height:160px;margin:0 -1px -1px 0;padding:25px 180px 23px 76px;display:flex;position:relative}.step-number{color:#6e8300;font-size:19px;position:absolute;top:23px;left:23px}.process-card h3{margin:0 0 8px;font-size:16px;font-weight:600}.process-card p{color:#50544e;letter-spacing:-.01em;max-width:280px;margin:0;font-family:Inter,Arial,sans-serif;font-size:13px;line-height:1.53}.step-object{width:125px;height:110px;position:absolute;top:16px;right:25px}.step-object--chat:before{content:"";background:linear-gradient(140deg,#50534f,#080908 60%);border-radius:50%;width:94px;height:66px;position:absolute;top:15px;left:5px;box-shadow:0 15px 18px #0003}.step-object--chat:after{content:"•••";color:var(--lime);letter-spacing:8px;font-size:30px;position:absolute;top:25px;left:26px}.step-object--preview i{background:linear-gradient(135deg,#222522,#060706);border:1px solid #777;width:72px;height:52px;position:absolute;box-shadow:0 10px 13px #0003}.step-object--preview i:first-child{top:9px;left:5px}.step-object--preview i:nth-child(2){top:25px;left:25px}.step-object--preview i:nth-child(3){border-color:var(--lime);top:41px;left:45px}.step-object--dev:before{content:"‹›";letter-spacing:-16px;color:#111;font:500 90px/1 Arial;position:absolute;top:6px;left:3px}.step-object--launch:before{content:"↗";width:78px;height:78px;color:var(--lime);background:radial-gradient(circle at 40% 35%,#3f433e,#080908 65%);border:6px solid #363a36;border-radius:50%;place-items:center;font-size:34px;display:grid;position:absolute;top:4px;left:12px;box-shadow:0 15px 22px #0000003b}.contact{background:#050605;padding-top:86px;position:relative;overflow:hidden}.contact:before{content:"";z-index:0;pointer-events:none;opacity:.62;background:radial-gradient(circle at 82% 18%,#c8ff0021,#0000 25%),linear-gradient(#c8ff000e 1px,#0000 1px) 0 0/82px 82px,linear-gradient(90deg,#c8ff000e 1px,#0000 1px) 0 0/82px 82px;position:absolute;inset:0;mask-image:linear-gradient(90deg,#0000 43%,#000 70%,#0000 100%)}.contact:after{content:"";z-index:0;pointer-events:none;opacity:.7;background:radial-gradient(circle,#0000 0 27%,#c8ff001a 27.2% 27.5%,#0000 27.8% 45%,#ffffff0e 45.2% 45.5%,#0000 45.8% 65%,#c8ff000e 65.2% 65.5%,#0000 65.8%);border-radius:50%;width:460px;height:460px;position:absolute;top:-70px;right:-130px}.contact-glow{filter:blur(30px);background:radial-gradient(#99c2002e,#0000 65%);width:420px;height:260px;position:absolute;top:-100px;left:-80px}.contact-top{z-index:2;grid-template-columns:1fr 1fr;align-items:end;gap:50px;padding-bottom:86px;display:grid;position:relative}.contact-top h2{letter-spacing:-.06em;margin:0;font-size:clamp(50px,6vw,84px);font-weight:400;line-height:.94}.contact-action{padding-bottom:5px}.contact-action>p{color:#b8bab4;letter-spacing:-.01em;max-width:550px;margin:0 0 24px;font-family:Inter,Arial,sans-serif;font-size:14.5px;line-height:1.58}.contact-action>.contact-action__buttons{gap:12px;display:flex}.contact-mini-flow{border-top:1px solid #ffffff21;border-bottom:1px solid #ffffff21;grid-template-columns:repeat(3,1fr);margin-top:28px;display:grid}.contact-mini-flow span{border-left:1px solid #ffffff1a;gap:6px;min-width:0;padding:16px 15px 17px;display:grid}.contact-mini-flow span:first-child{border-left:0;padding-left:0}.contact-mini-flow small{color:var(--lime);letter-spacing:.13em;font:600 9px/1 Inter,Arial,sans-serif}.contact-mini-flow b{color:#d8dad4;font:500 12px/1.35 Inter,Arial,sans-serif}.footer{z-index:2;border-top:1px solid var(--line-dark);color:#9fa19b;grid-template-columns:minmax(245px,.72fr) minmax(0,1.5fr);gap:42px 78px;padding:42px 0 28px;font-family:Inter,Arial,sans-serif;font-size:12.5px;line-height:1.55;display:grid;position:relative}.footer-brand .logo{color:#eee;font-family:Manrope,Arial,sans-serif;font-size:31px}.footer-brand p{color:#b8bab4;max-width:285px;margin:16px 0 21px;line-height:1.58}.footer-status{color:#d6d8d2;align-items:center;gap:8px;display:inline-flex}.footer-status i{background:var(--lime);border-radius:50%;width:7px;height:7px;box-shadow:0 0 14px #c8ff0073}.footer-connect{border-left:1px solid #ffffff1f;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:clamp(32px,5vw,72px);display:flex}.footer-connect>span{color:var(--lime);letter-spacing:.18em;margin-bottom:12px;font-size:10px;font-weight:600}.footer-connect>a{color:#f3f4ef;letter-spacing:-.055em;align-items:center;gap:22px;font-family:Manrope,Arial,sans-serif;font-size:clamp(29px,3.2vw,48px);font-weight:400;line-height:1.05;display:flex}.footer-connect>a b{color:var(--lime);font-size:.62em;font-weight:400}.footer-connect p{color:#858881;margin:13px 0 0}.footer-directory{border-top:1px solid #ffffff17;grid-column:1/-1;grid-template-columns:repeat(4,1fr);gap:32px;padding-top:30px;display:grid}.footer nav{flex-direction:column;align-items:flex-start;gap:7px;display:flex}.footer strong{color:#e0e1dd;margin-bottom:7px;font-weight:500}.footer a{transition:color .2s}.footer a:hover{color:var(--lime)}.footer-meta{color:#777a74;border-top:1px solid #ffffff14;grid-column:1/-1;grid-template-columns:1fr 1.5fr 1fr;gap:20px;margin-top:0;padding-top:20px;display:grid}.footer-meta>:last-child{text-align:right}.footer-connect p a{color:#cdd0c8;text-underline-offset:3px;text-decoration:underline}.footer .footer-legal{flex-flow:wrap;justify-content:flex-end;align-items:flex-start;gap:5px 14px;display:flex}.footer .footer-legal a{white-space:nowrap}.page-noise{display:none}.header-inner{position:relative}.desktop-nav{margin-left:0;position:absolute;left:50%;transform:translate(-50%)}.hero{background:#000;min-height:790px}.hero:before{display:none}.hero-grid{min-height:708px}.paper-plane,.hero-orbit,.hero-ticker{display:none}.hero-note{align-items:center;gap:8px;display:flex}.hero-note img{object-fit:contain;flex:none;width:29px;height:29px}.hero-visual{z-index:1;width:106%;top:52%;right:-5%;transform:translateY(-48%)}.hero-visual picture{width:100%;display:block}.hero-visual img{mix-blend-mode:normal;filter:contrast(1.04)saturate(.94)}.object-stage{perspective:none;overflow:hidden}.object-stage img{object-fit:contain;object-position:50% 16%;mix-blend-mode:normal;filter:contrast(1.035)saturate(.92);width:100%;height:78%;display:block}.calm-card--wide .object-stage{width:48%;right:auto}.calm-card--wide .object-stage img{object-position:center;height:94%}.service-icon{width:126px;height:112px;margin-top:-2px}.service-icon:before,.service-icon:after,.service-icon i{display:none}.service-icon img{object-fit:contain;mix-blend-mode:normal;filter:contrast(1.05)saturate(.85);width:100%;height:100%;display:block}.admin-mockup{width:108%;height:320px;box-shadow:none;background:#000;border:0;border-radius:0;margin:20px 0 -80px -8%;transform:none}.admin-mockup img{object-fit:contain;object-position:center;mix-blend-mode:screen;width:100%;height:100%;display:block}.step-object{width:150px;height:128px;top:10px;right:20px;overflow:hidden}.step-object:before,.step-object:after{display:none}.step-object img{object-fit:contain;mix-blend-mode:normal;filter:contrast(1.04)saturate(.9);width:100%;height:100%;display:block}@media (width<=1024px){.desktop-nav{gap:27px;margin-left:0}.hero-grid{grid-template-columns:1fr 1fr}.hero-visual{width:100%;right:-18%}.calm-card{min-height:350px}.calm-card--wide{min-height:275px}.project-card{min-height:390px}.standup-type{font-size:26px}.ownership-grid{gap:30px}.ownership-card{min-height:245px;padding-inline:20px}.ownership-card__image{height:150px}.process-card{padding-right:125px}.step-object{right:10px;transform:scale(.8)}}@media (width<=760px){.container{width:min(calc(100% - 32px), var(--container))}.section-pad{padding:64px 0}.desktop-nav,.button--header{display:none}.site-header{height:66px}.header-inner{justify-content:flex-start}.site-header .header-actions{margin-left:auto;top:auto;right:auto;transform:none;display:flex!important;position:relative!important}.site-header .profile-button{background:#ffffff0d;border-color:#ffffff2b;width:38px;height:38px;display:grid!important}.profile-button img{width:43px;height:43px}.site-header .menu-button{z-index:82;backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff2b;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:39px;height:39px;margin-left:8px;padding:0;transition:border-color .25s,background .25s,box-shadow .25s;top:auto;right:auto;transform:none;box-shadow:inset 0 0 0 1px #ffffff05,0 6px 20px #00000024;display:flex!important;position:relative!important}.menu-button:before,.menu-button:after{content:"";background:#ffffffd1;width:16px;height:1px;transition:all .25s;position:absolute;left:11px}.menu-button:before{top:15px}.menu-button:after{top:22px}.menu-button i{display:none}.menu-button:hover{background:#c8ff000e;border-color:#c8ff006b}.menu-is-open .menu-button{background:#ffffff12;border-color:#ffffff3d}.menu-is-open .menu-button:before{top:19px;transform:rotate(45deg)}.menu-is-open .menu-button:after{top:19px;transform:rotate(-45deg)}.site-header.is-scrolled{backdrop-filter:none;background:#000;border-bottom-color:#ffffff1a}.site-header .logo{z-index:83;position:relative}.mobile-menu{z-index:81;backdrop-filter:blur(22px);background:#050605fb;flex-direction:column;justify-content:space-between;min-height:100svh;padding:104px 16px 24px;display:flex;position:fixed;inset:0;overflow-y:auto}.mobile-menu nav{flex-direction:column;display:flex}.mobile-menu nav a{color:#f5f6f2;letter-spacing:-.055em;border-bottom:1px solid #ffffff24;padding:15px 0;font-size:clamp(38px,11vw,54px);font-weight:400;line-height:1}.mobile-menu-actions{gap:9px;padding-top:30px;display:grid}.mobile-menu-actions .button{width:100%}.mobile-projects{border-bottom:1px solid #ffffff24;display:block}.mobile-projects summary{color:#f5f6f2;letter-spacing:-.055em;cursor:pointer;justify-content:space-between;align-items:center;padding:15px 0;font-size:clamp(38px,11vw,54px);font-weight:400;line-height:1;list-style:none;display:flex}.mobile-projects summary::-webkit-details-marker{display:none}.mobile-projects summary span{font-size:.6em;font-weight:300;transition:transform .25s}.mobile-projects[open] summary span{transform:rotate(45deg)}.mobile-menu nav .mobile-projects__list{gap:7px;padding:1px 0 14px;display:grid}.mobile-menu nav .mobile-projects__list a{min-height:58px;font-size:initial;letter-spacing:normal;background:#ffffff09;border:0;border-radius:8px;grid-template-columns:52px 1fr;align-items:center;gap:12px;padding:3px 2px;display:grid}.mobile-projects__list img{object-fit:contain;width:52px;height:52px}.mobile-projects__list a>span{gap:2px;display:grid}.mobile-projects__list strong{font:500 15px/1.2 Manrope,Arial,sans-serif}.mobile-projects__list small{color:#8f928b;font:400 11px/1.3 Inter,Arial,sans-serif}.hero{min-height:985px;padding-top:66px}.hero-grid{min-height:919px;display:block}.hero-copy{padding:43px 0 0}.hero-title{letter-spacing:-.06em;gap:.035em;margin-bottom:20px;font-size:clamp(51px,14.7vw,61px);line-height:.95}.hero-title span:last-child{letter-spacing:inherit;word-spacing:normal;font-size:1em}.hero-title span{white-space:normal;opacity:1!important;transform:none!important}.hero-visual img{opacity:1!important}.hero-intro{overflow-wrap:break-word;width:100%;max-width:340px;font-size:14px;line-height:1.55}.hero-actions{flex-direction:column;align-items:stretch;gap:9px;width:100%;margin-top:20px}.hero-actions .button{width:100%}.hero-note{max-width:315px;margin-top:15px;font-size:12px;line-height:1.45}.hero-note img{width:28px;height:28px}.hero-visual{opacity:1;width:112%;height:700px;inset:auto auto -5px -3%;transform:none}.hero-visual picture{height:100%}.hero-visual picture img{object-fit:contain;object-position:right bottom;width:auto;max-width:none;height:100%;margin-left:auto}.desktop-only{display:none}.mobile-only{display:block}.eyebrow{letter-spacing:.18em;margin-bottom:18px;padding:0;font-size:9px;line-height:1.4}.section-heading h2{font-size:37px}.section-heading.centered{margin-bottom:28px}.section-heading>p:not(.eyebrow){font-size:13px;line-height:1.52}.calm{padding-top:55px}.calm-grid{display:block}.calm-card,.calm-card--wide{flex-direction:column;justify-content:flex-end;align-items:flex-start;width:100%;min-height:365px;padding:0 22px 25px;display:flex}.calm-card--wide .calm-card__copy{margin-left:0}.calm-card--wide .object-stage{width:100%}.calm-card--wide .object-stage img,.object-stage img{object-position:50% 10%;height:77%}.calm-card h3{font-size:18px}.calm-card p{font-size:13.5px}.object-stage{transform-origin:50%;transform:scale(.98)}.works .section-heading.row{align-items:end}.works .text-link{display:none}.works-controls{gap:8px;display:flex}.works-controls button{color:#eee;background:0 0;border:1px solid #4d4f4b;border-radius:50%;width:39px;height:39px}.projects-track{scroll-snap-type:x mandatory;scrollbar-width:none;gap:12px;margin-right:-16px;padding-bottom:7px;display:flex;overflow-x:auto}.project-card{scroll-snap-align:start;min-width:88%;min-height:420px}.standup-type{font-size:28px}.services .section-heading>p:not(.eyebrow){font-size:13.5px}.services-grid{grid-template-columns:1fr 1fr}.service-card{min-height:276px;padding:21px 14px}.service-card p{font-size:13px;line-height:1.52}.service-card h3{font-size:15px}.service-icon{transform:scale(.84)}.ownership-grid{display:block}.ownership-intro h2{font-size:48px}.ownership-intro>p:not(.eyebrow){font-size:13.5px;line-height:1.58}.admin-mockup{width:100%;height:250px;margin:24px 0 26px}.ownership-cards{grid-template-columns:1fr}.ownership-card,.ownership-card:last-child{grid-column:auto;min-height:250px;padding:22px 24px}.ownership-card__image,.ownership-card:last-child .ownership-card__image{width:86%;height:165px;top:2px;left:7%}.ownership-card h3{font-size:18px}.ownership-card p{font-size:13.5px}.process-grid{display:block}.process-card{min-height:178px;padding:24px 140px 24px 65px}.process-card p{font-size:13px;line-height:1.52}.step-number{left:18px}.step-object{top:25px}.contact{padding-top:68px}.contact-top{padding-bottom:64px;display:block}.contact-top h2{font-size:56px}.contact-action{margin-top:38px}.contact-action>p{font-size:13.5px}.contact-action>.contact-action__buttons{flex-direction:column}.contact-action .button{width:100%}.contact-mini-flow{grid-template-columns:1fr;margin-top:24px}.contact-mini-flow span{border-top:1px solid #ffffff14;border-left:0;grid-template-columns:26px 1fr;gap:0;padding:12px 0}.contact-mini-flow span:first-child{border-top:0}.contact-mini-flow small{align-self:center}.contact-mini-flow b{font-size:12px}.contact:before{opacity:.48;background-size:auto,58px 58px,58px 58px;mask-image:linear-gradient(#0000 4%,#000 28%,#0000 82%)}.contact:after{opacity:.52;width:350px;height:350px;top:12px;right:-170px}.footer{grid-template-columns:1fr;gap:30px;padding-top:34px;font-size:12.5px}.footer-brand{grid-column:1}.footer-brand p{max-width:300px;margin-bottom:17px}.footer-connect{border-top:1px solid #ffffff1a;border-left:0;grid-column:1;padding:28px 0 2px}.footer-connect>a{gap:13px;font-size:clamp(24px,7.2vw,31px)}.footer-directory{grid-column:1;grid-template-columns:1fr 1fr;gap:30px 22px;padding-top:27px}.footer-meta{grid-column:1;grid-template-columns:1fr;gap:8px}.footer-meta>:last-child{text-align:left}.footer .footer-legal{justify-content:flex-start;margin-top:6px}.mobile-menu{background:radial-gradient(circle at 92% 12%,#c8ff0017,#0000 28%),#050605;justify-content:flex-start;padding:88px 16px 20px}.mobile-menu:before{content:"";pointer-events:none;opacity:.42;background-image:linear-gradient(#c8ff000d 1px,#0000 1px),linear-gradient(90deg,#c8ff000d 1px,#0000 1px);background-size:56px 56px;height:42%;position:absolute;inset:66px 0 auto 34%;mask-image:linear-gradient(135deg,#0000 8%,#000 48%,#0000 95%)}.mobile-menu>nav,.mobile-menu-actions{z-index:1;position:relative}.mobile-menu>nav{border-top:1px solid #ffffff21;width:100%}.mobile-menu nav>a,.mobile-projects summary{letter-spacing:-.05em;min-height:58px;padding:13px 2px;font-size:clamp(30px,9vw,40px)}.mobile-projects summary span{border:1px solid #fff3;border-radius:50%;place-items:center;width:31px;height:31px;font-size:19px;line-height:1;display:grid}.mobile-menu nav .mobile-projects__list{gap:6px;padding:3px 0 13px}.mobile-menu nav .mobile-projects__list a{background:#ffffff06;border:1px solid #ffffff13;grid-template-columns:58px 1fr auto;min-height:64px;padding:3px 10px 3px 3px}.mobile-projects__list img{width:58px;height:58px}.mobile-projects__list strong{font-size:15px}.mobile-projects__list small{font-size:11px}.mobile-projects__list a:after{content:"↗";color:#9da198;justify-self:end;font:400 13px/1 Inter,Arial,sans-serif}.mobile-menu-actions{margin-top:auto;padding-top:24px}}@media (width>=761px) and (width<=900px){.desktop-nav,.button--header{display:none}.site-header{height:66px}.header-inner{justify-content:flex-start}.site-header .header-actions{margin-left:auto;top:auto;right:auto;transform:none;display:flex!important;position:relative!important}.site-header .profile-button{background:#ffffff0d;border-color:#ffffff2b;width:38px;height:38px;display:grid!important}.site-header .menu-button{z-index:82;background:#ffffff0d;border:1px solid #ffffff2b;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:39px;height:39px;margin-left:8px;padding:0;display:flex!important;position:relative!important}.menu-button:before,.menu-button:after{content:"";background:#ffffffd1;width:16px;height:1px;transition:all .25s;position:absolute;left:11px}.menu-button:before{top:15px}.menu-button:after{top:22px}.menu-button i{display:none}.menu-is-open .menu-button:before{top:19px;transform:rotate(45deg)}.menu-is-open .menu-button:after{top:19px;transform:rotate(-45deg)}.site-header.is-scrolled{backdrop-filter:none;background:#000;border-bottom-color:#ffffff1a}.site-header .logo{z-index:83;position:relative}.mobile-menu{z-index:81;background:radial-gradient(circle at 92% 12%,#c8ff0017,#0000 28%),#050605;flex-direction:column;justify-content:flex-start;min-height:100svh;padding:88px 24px 24px;display:flex;position:fixed;inset:0;overflow-y:auto}.mobile-menu:before{content:"";pointer-events:none;opacity:.42;background-image:linear-gradient(#c8ff000d 1px,#0000 1px),linear-gradient(90deg,#c8ff000d 1px,#0000 1px);background-size:56px 56px;height:42%;position:absolute;inset:66px 0 auto 34%;mask-image:linear-gradient(135deg,#0000 8%,#000 48%,#0000 95%)}.mobile-menu>nav,.mobile-menu-actions{z-index:1;position:relative}.mobile-menu>nav{border-top:1px solid #ffffff21;flex-direction:column;width:100%;display:flex}.mobile-menu nav>a,.mobile-projects summary{color:#f5f6f2;letter-spacing:-.05em;border-bottom:1px solid #ffffff24;min-height:58px;padding:13px 2px;font-size:clamp(30px,6vw,40px);font-weight:400;line-height:1}.mobile-projects{border-bottom:1px solid #ffffff24;display:block}.mobile-projects summary{cursor:pointer;border-bottom:0;justify-content:space-between;align-items:center;list-style:none;display:flex}.mobile-projects summary::-webkit-details-marker{display:none}.mobile-projects summary span{border:1px solid #fff3;border-radius:50%;place-items:center;width:31px;height:31px;font-size:19px;line-height:1;transition:transform .25s;display:grid}.mobile-projects[open] summary span{transform:rotate(45deg)}.mobile-menu nav .mobile-projects__list{gap:6px;padding:3px 0 13px;display:grid}.mobile-menu nav .mobile-projects__list a{background:#ffffff06;border:1px solid #ffffff13;border-radius:8px;grid-template-columns:58px 1fr auto;align-items:center;gap:12px;min-height:64px;padding:3px 10px 3px 3px;display:grid}.mobile-projects__list img{object-fit:contain;width:58px;height:58px}.mobile-projects__list a>span{gap:2px;display:grid}.mobile-projects__list strong{font:500 15px/1.2 Manrope,Arial,sans-serif}.mobile-projects__list small{color:#8f928b;font:400 11px/1.3 Inter,Arial,sans-serif}.mobile-projects__list a:after{content:"↗";color:#9da198;justify-self:end;font:400 13px/1 Inter,Arial,sans-serif}.mobile-menu-actions{gap:9px;margin-top:auto;padding-top:24px;display:grid}.mobile-menu-actions .button{width:100%}}@media (width<=390px){.hero-title{font-size:49px}.hero{min-height:970px}.hero-visual{height:670px;bottom:0}.services-grid{grid-template-columns:1fr}.service-card{min-height:260px}.contact-top h2{font-size:49px}.process-card{padding-right:112px}.step-object{right:-3px;transform:scale(.72)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
