:root{color-scheme:light;--bg: #f7f8fb;--bg-strong: #f0f3f8;--surface: #ffffff;--surface-alt: #f5f7fb;--ink: #111827;--ink-soft: #4b5569;--ink-muted: #737d90;--line: rgba(17, 24, 39, .07);--line-strong: rgba(17, 24, 39, .11);--navy: #0b1020;--navy-2: #10182c;--purple: #5d3df5;--purple-soft: rgba(93, 61, 245, .08);--white: #ffffff;--shadow-soft: 0 10px 24px rgba(15, 23, 40, .05);--shadow-card: 0 16px 34px rgba(15, 23, 40, .06);--shadow-purple: 0 14px 28px rgba(93, 61, 245, .18);--page-width: 1240px;--content-width: 1160px;--ease: cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth}#top,#capabilities,#work,#process{scroll-margin-top:104px}html,body{margin:0;min-width:320px;min-height:100%;font-family:Satoshi,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top right,rgba(93,61,245,.035),transparent 24%),linear-gradient(180deg,#f8fafe 0%,var(--bg) 100%);color:var(--ink)}body{overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}.page-shell{position:relative}.page-shell--contact{min-height:100vh}.hero-bottom-art{position:absolute;left:68vw;top:77vh;top:calc(100svh - 23vh);top:calc(100dvh - 23vh);z-index:4;pointer-events:none;transform:translate(-50%)}.hero-floating-cube{--cube-parallax-y: 0px;position:absolute;z-index:0;pointer-events:none}.hero-floating-cube--primary{top:35%;left:74%;width:min(31.2vw,413px);transform:translate(-50%,calc(-50% + var(--cube-parallax-y)))}.hero-floating-cube--secondary{top:8%;left:60%;width:min(18vw,250px);transform:translate(-50%,calc(-50% + var(--cube-parallax-y)));filter:blur(6px)}.hero-floating-cube--tertiary{top:55%;left:57%;width:min(16vw,220px);transform:translate(-50%,calc(-50% + var(--cube-parallax-y)));filter:blur(2px)}.hero-floating-cube--quaternary{top:67%;left:70%;width:120px;transform:translate(-50%,calc(-50% + var(--cube-parallax-y)));filter:blur(3px)}.hero-floating-cube--quinary{top:23%;left:57%;width:93px;transform:translate(-50%,calc(-50% + var(--cube-parallax-y))) rotate(45deg);filter:blur(2px)}.hero-floating-cube__image{--cube-scroll-rotate: 0deg;display:block;width:100%;height:auto;animation:hero-cube-float 6.8s ease-in-out infinite;transform-origin:50% 50%;will-change:transform}.hero-floating-cube__image--primary{animation-duration:7.4s;animation-delay:-1.1s}.hero-floating-cube__image--secondary{animation-duration:9.6s;animation-delay:-4.2s}.hero-floating-cube__image--tertiary{animation-duration:8.7s;animation-delay:-2.6s}.hero-floating-cube__image--quaternary{animation-duration:10.4s;animation-delay:-5.1s}.hero-floating-cube__image--quinary{animation-duration:7.9s;animation-delay:-3.4s}.hero-bottom-art__image{display:block;height:52vh;min-height:400px;width:auto;min-width:unset;margin-bottom:-15vh;transform:rotate(5deg);max-width:unset}@keyframes hero-cube-float{0%,to{transform:translateZ(0) rotate(calc(var(--cube-scroll-rotate) - 4deg)) scale(.985)}50%{transform:translate3d(0,-16px,0) rotate(calc(var(--cube-scroll-rotate) + 2deg)) scale(1.045)}}.site-header,.hero,.section__inner,.statement-band__inner,.site-footer__inner{max-width:var(--content-width);margin:0 auto}.hero-shell,.section,.statement-band,.site-footer{padding-left:56px;padding-right:56px}.hero-shell{position:relative;overflow:hidden;padding-top:172px;height:100vh;height:100svh;height:100dvh;min-height:max(700px,100vh);min-height:max(700px,100svh);min-height:max(700px,100dvh);display:flex;align-items:center}.site-header{position:fixed;top:0;z-index:30;width:100vw;max-width:none;margin:0;padding:0 28px;border-bottom:1px solid rgba(255,255,255,.16);background:linear-gradient(180deg,#f5f7fc75,#f1f4fa57);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);box-shadow:0 8px 24px #0f17280d}.site-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff38,#ffffff14);pointer-events:none}.site-header:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,#fff0,#ffffff42 12%,#ffffff2e,#ffffff42 88%,#fff0);pointer-events:none}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;max-width:none;min-height:72px;height:72px;margin:0}.site-logo{display:inline-flex;align-items:center;flex:0 0 auto;gap:12px}.site-logo img{display:block;width:auto;height:52px;margin-top:4px}.site-logo__text{color:var(--ink);font-size:24px;line-height:1;letter-spacing:-.04em;text-transform:uppercase;font-weight:800}.site-nav{display:flex;align-items:center;gap:24px}.site-nav a{color:var(--ink-soft);font-size:15px;font-weight:500;transition:color .18s var(--ease)}.site-nav a:hover,.site-nav a:focus-visible{color:var(--ink)}.site-nav__cta{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border:1px solid var(--line);border-radius:10px;background:#ffffffdb;color:var(--ink)}.site-header__menu-button{display:none;position:relative;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid rgba(17,24,39,.08);border-radius:12px;background:#ffffffbd;color:var(--ink);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);cursor:pointer}.site-header__menu-button span{position:absolute;width:16px;height:1.5px;border-radius:999px;background:currentColor;transition:transform .22s var(--ease),opacity .22s var(--ease)}.site-header__menu-button span:first-child{transform:translateY(-4px)}.site-header__menu-button span:last-child{transform:translateY(4px)}.site-header__menu-button[aria-expanded=true] span:first-child{transform:rotate(45deg)}.site-header__menu-button[aria-expanded=true] span:last-child{transform:rotate(-45deg)}.site-header__mobile-menu{display:none}.page-ambient{position:absolute;inset:20px 0 auto;height:760px;pointer-events:none;background:radial-gradient(circle at 84% 28%,rgba(93,61,245,.1),rgba(93,61,245,.03) 18%,transparent 42%)}.hero{position:relative;height:calc(100vh - 172px);height:calc(100svh - 172px);height:calc(100dvh - 172px);min-height:calc(100vh - 172px);min-height:calc(100svh - 172px);min-height:calc(100dvh - 172px);padding:0 0 88px;width:100%;display:flex;align-items:center}.hero__content{--hero-parallax-y: 0px;position:relative;z-index:2;max-width:640px;margin-top:-24px;transform:translate3d(0,var(--hero-parallax-y),0);will-change:transform}.hero__title,.section-title,.final-cta__title,.statement-band__title{margin:0;letter-spacing:-.05em}.hero__title{font-size:clamp(2.3936rem,4.224vw,3.8016rem);line-height:.98;font-weight:900;color:var(--ink);max-width:12ch;letter-spacing:0}.hero__title-accent{background:linear-gradient(135deg,#7d3cff,#b15cff 52%,#7c4dff);-webkit-background-clip:text;background-clip:text;color:transparent}.hero__subtitle{margin:18px 0 0;color:#4b5563;font-size:18px;line-height:1.25;font-weight:500;letter-spacing:.2px}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:40px}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:10px;font-size:15px;font-weight:600;transition:transform .22s var(--ease),box-shadow .22s var(--ease),background-color .22s var(--ease),border-color .22s var(--ease)}.button-icon{display:inline-block;margin-left:10px;font-size:16px;line-height:1;transition:transform .22s var(--ease)}.primary-button{background:linear-gradient(135deg,#7c3aed,#4f46e5);color:var(--white);box-shadow:var(--shadow-purple)}.primary-button:hover,.primary-button:focus-visible{transform:translateY(-2px) scale(1.02);box-shadow:0 15px 35px #7c3aed59}.primary-button:hover .button-icon,.primary-button:focus-visible .button-icon{transform:translate(2px)}.secondary-button{border:1px solid var(--line-strong);background:#ffffffd6;color:var(--ink)}.secondary-button:hover,.secondary-button:focus-visible{transform:translateY(-1px);box-shadow:var(--shadow-soft)}.section-kicker{margin:0 0 14px;color:#697487;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.section-text,.process-step__body,.work-card__caption p,.final-cta__body,.site-footer__tag,.statement-band__body{color:var(--ink-soft);line-height:1.65}.section{padding-top:104px;padding-bottom:104px}.section--services{position:relative;min-height:max(700px,100vh);min-height:max(700px,100svh);min-height:max(700px,100dvh);overflow:hidden;background:radial-gradient(circle at 82% 18%,rgba(79,70,229,.16),transparent 28%),linear-gradient(180deg,#0c111d,#0a0f18)}.section--services .section__inner{position:relative;z-index:2;min-height:100vh;min-height:100svh;min-height:100dvh;display:flex;align-items:center}.services-floating-cube{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.services-floating-cube__image{--services-cube-screen-y: 50%;--services-cube-scroll-rotate: 0deg;position:absolute;top:var(--services-cube-screen-y);left:10vw;display:block;width:170px;height:auto;opacity:.2;filter:blur(1px);transform-origin:50% 50%;animation:services-cube-float 8.8s ease-in-out infinite;will-change:transform}.services-floating-cube__image--center{left:47%;width:min(16vw,210px);filter:blur(5px);animation-duration:9.6s;margin-top:-300px;opacity:.8}@keyframes services-cube-float{0%,to{transform:translate3d(-50%,-50%,0) rotate(calc(var(--services-cube-scroll-rotate) - 5deg)) scale(.985)}50%{transform:translate3d(-50%,calc(-50% - 14px),0) rotate(calc(var(--services-cube-scroll-rotate) + 3deg)) scale(1.03)}}.section--services .section-kicker{color:#acbbd6b8}.section--services .section-title{color:#f5f7ff;text-shadow:0px 0px 16px rgb(12 17 27)}.section--services .section-text{color:#d2dceeb8}.section--work{position:relative;background:#fff;min-height:max(700px,100vh);min-height:max(700px,100svh);min-height:max(700px,100dvh)}.section--work .section-title{font-size:clamp(1.615rem,2.55vw,2.55rem);font-weight:600}.section--work .section__inner{position:relative;z-index:2}.work-floating-cube{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.work-floating-cube__image{position:absolute;top:0;left:0;width:min(34vw,500px);height:auto;opacity:.8;filter:blur(4px);transform:translate(-33%,-27%) rotate(-12deg);transform-origin:50% 50%}.work-floating-cube__image--primary{--work-swirl-parallax-y: 0px;position:absolute;top:0;left:2vw;width:unset;height:unset;opacity:.8;filter:blur(.2px);transform:translateY(var(--work-swirl-parallax-y));transform-origin:unset}.section-copy{max-width:550px}.section-copy--centered{margin:0 auto;text-align:center}.section-title{font-size:clamp(1.9rem,3vw,3rem);line-height:1.04;font-weight:700;color:var(--ink)}.section-title--center{text-align:center}.section-text{margin:18px 0 0;font-size:16px}.services-cta{display:inline-flex;align-items:center;margin-top:24px;color:#a78bfa;font-weight:500;text-decoration:none;background:transparent;border:0;box-shadow:none;min-height:0;padding:0}.services-cta:hover,.services-cta:focus-visible{color:#c4b5fd;transform:translate(4px);box-shadow:none}.services-layout{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:52px;align-items:start}.services-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.service-card,.work-card,.final-cta{border:1px solid var(--line);background:#ffffffe0;box-shadow:var(--shadow-card)}.service-card{min-height:176px;padding:22px;border-radius:18px;transition:transform .7s var(--ease),box-shadow .7s var(--ease)}.section--services .service-card{border-color:#ffffff14;background:#ffffff0d;box-shadow:none;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.service-card:hover{transform:translateY(-10px)}.service-card__top{display:flex;align-items:center;gap:14px;margin-bottom:18px}.service-card h3{margin:0;font-size:18px;line-height:1.2;font-weight:700;color:var(--ink)}.section--services .service-card h3{color:#f5f7ff}.service-card p{margin:0;color:var(--ink-soft);font-size:15px;line-height:1.65}.section--services .service-card p{color:#d2dceeb8}.service-icon{position:relative;width:30px;height:30px;flex:0 0 auto;color:#56637d}.service-icon--image{width:34px;height:34px}.service-icon--image img{width:100%;height:100%;object-fit:contain}.section--services .service-icon{color:#e2eafccc}.service-icon:after{content:"";position:absolute;right:-2px;bottom:-2px;width:9px;height:9px;border-radius:999px;background:var(--purple-soft);box-shadow:inset 0 0 0 1px #5d3df533}.section--services .service-icon:after{display:none}.service-icon i,.service-icon i:before,.service-icon i:after{position:absolute;content:"";display:block;box-sizing:border-box}.icon-monitor{top:4px;right:2px;bottom:8px;left:2px;border:1.8px solid currentColor;border-radius:7px}.icon-monitor:before{left:8px;right:8px;bottom:-7px;height:1.8px;background:currentColor}.icon-monitor:after{left:11px;right:11px;bottom:-10px;height:1.8px;background:currentColor}.icon-phone{top:2px;right:8px;bottom:2px;left:8px;border:1.8px solid currentColor;border-radius:8px}.icon-phone:before{left:7px;right:7px;top:4px;height:1.8px;background:currentColor}.icon-phone:after{left:10px;right:10px;bottom:4px;height:1.8px;background:currentColor}.icon-gear{top:5px;right:5px;bottom:5px;left:5px;border:1.8px solid currentColor;border-radius:999px}.icon-gear:before{top:-4px;right:-4px;bottom:-4px;left:-4px;border:1.8px dashed currentColor;border-radius:999px}.icon-gear:after{top:6px;right:6px;bottom:6px;left:6px;border:1.8px solid currentColor;border-radius:999px}.icon-bot{top:4px;right:4px;bottom:7px;left:4px;border:1.8px solid currentColor;border-radius:8px}.icon-bot:before{left:10px;top:-6px;width:2px;height:6px;background:currentColor}.icon-bot:after{left:5px;right:5px;bottom:-4px;height:1.8px;background:currentColor}.statement-band{position:relative;overflow:hidden;padding-top:150px;padding-bottom:150px;background:#f7f8fa}.statement-band:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(175,191,255,.17) 1px,transparent 1.5px);background-size:22px 22px;opacity:.14}.statement-band__inner{position:relative;z-index:1;text-align:center}.statement-band__title{color:#111827;font-size:clamp(2.2rem,4vw,4rem);line-height:1.02;font-weight:700}.statement-band__body{max-width:700px;margin:18px auto 0;color:#4b5563;font-size:17px}.statement-band__rail{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:24px}.statement-band__rail span{display:inline-flex;align-items:center;min-height:34px;padding:0 10px;border-radius:999px;color:#4b5563;font-size:12px;font-weight:600;background:#efefef}.work-grid{display:flex;flex-direction:column;gap:120px;margin-top:76px;max-width:850px;margin-left:auto;margin-right:auto}.work-case{--work-case-shift-x: 0px;--work-case-opacity: 1;--work-case-blur: 0px;--work-case-scale: 1;display:grid;grid-template-columns:minmax(0,40%) minmax(0,55%);grid-template-areas:"media content";column-gap:4%;row-gap:0;align-items:stretch;opacity:var(--work-case-opacity);filter:blur(var(--work-case-blur));transform:translate3d(var(--work-case-shift-x),0,0) scale(var(--work-case-scale));will-change:transform,opacity,filter}.work-case--reverse{grid-template-columns:minmax(0,55%) minmax(0,40%);grid-template-areas:"content media"}.work-case__media{grid-area:media;min-width:0;display:flex;width:100%}.work-case__content{grid-area:content;min-width:0;display:flex;flex-direction:column;justify-content:center}.work-case__content strong{display:block;color:var(--ink);font-size:clamp(22px,1.5vw,1.45rem);line-height:1.25;font-weight:700}.work-case__content p{margin:12px 0 0;max-width:34ch;color:var(--ink-soft);font-size:17px;line-height:1.7}.work-case__content span{display:inline-block;width:fit-content;margin-top:24px;color:#6b7280;font-size:12px;font-weight:600;background:#f1f3f5;padding:6px 10px;border-radius:999px}.work-preview{height:100%;min-height:100%;width:100%;padding:18px;overflow:hidden;border:1px solid rgba(17,24,39,.06);border-radius:28px;background:#ffffff8f;box-shadow:0 10px 30px #0f17280a;transition:transform .32s var(--ease),box-shadow .32s var(--ease)}.work-preview--image{height:auto;min-height:0;width:100%;padding:0;background:#eef1f6}.work-preview__image{width:100%;height:auto;object-fit:cover;display:block}.work-preview--light{background:linear-gradient(180deg,#eef2f9,#dde7f5)}.work-preview--mixed{background:linear-gradient(180deg,#e8e6ff,#d7defe)}.work-preview--dark{background:linear-gradient(180deg,#141b2f,#0d1425)}.work-preview__frame{height:100%;overflow:hidden;border-radius:18px;background:#ffffffeb;box-shadow:0 14px 34px #10172814}.work-preview--dark .work-preview__frame{background:#0d1324f2}.work-preview__topbar{display:flex;gap:6px;padding:12px}.work-preview__topbar span{width:8px;height:8px;border-radius:999px;background:#6d78914d}.work-preview__body{display:grid;grid-template-columns:72px 1fr;height:calc(100% - 32px)}.work-preview__rail{background:#626e8a1a}.work-preview__content{padding:12px}.work-preview__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.work-preview__cards i,.work-preview__chart,.work-preview__footer b{display:block;border-radius:10px}.work-preview__cards i{height:50px;background:linear-gradient(180deg,#5d3df53d,#5d3df514)}.work-preview__chart{height:72px;margin-top:12px;background:linear-gradient(180deg,#5d3df52e,#5d3df500),linear-gradient(180deg,#6c76912e,#6c76910a)}.work-preview__footer{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.work-preview__footer b{height:42px;background:#6c76911f}.work-case:hover .work-preview{transform:scale(1.01);box-shadow:0 16px 34px #0f17280f}.section--process{position:relative;background:#faf9fe}.section--process .section__inner{position:relative;z-index:2}.process-grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:72px}.process-grid:before{content:"";position:absolute;left:24px;right:0;top:35px;height:3px;background:linear-gradient(90deg,#8a8fff,#7ad3ff);opacity:.6}.process-grid:after{content:"";position:absolute;top:35px;right:-6px;width:12px;height:12px;border-radius:999px;background:linear-gradient(180deg,#cbd5ec,#6c96f5);z-index:2;box-shadow:0 0 0 2px #ffffffeb,0 0 0 4px #a6cef557;transform:translateY(-50%)}.process-step{position:relative;text-align:left;padding:0 24px 48px}.process-step:not(:last-child):after{content:"";position:absolute;top:72px;right:0;bottom:18px;width:1px;background:linear-gradient(180deg,#a5b4d200 2%,#cbd5ec 20%,#cbd5ec 80%,#a5b4d200)}.process-step__top{position:absolute;top:0;left:0;right:0;height:72px;margin-bottom:0;pointer-events:none}.process-step__line{display:none}.process-step__dot{position:absolute;top:36px;right:-6px;width:12px;height:12px;border-radius:999px;background:linear-gradient(180deg,#cbd5ec,#6c96f5);z-index:2;box-shadow:0 0 0 2px #ffffffeb,0 0 0 4px #a6cef557;transform:translateY(-50%)}.process-step__number{display:inline-flex;align-items:center;justify-content:center;width:108px;min-height:72px;padding:0 24px;border-radius:999px;color:#9fb0d6;font-size:48px;line-height:1;font-weight:500;letter-spacing:-.05em;text-shadow:0 0 12px rgba(133,168,229,.28),0 0 28px rgba(133,168,229,.16);background:radial-gradient(circle at 50% 30%,#fff,#f5f7ff 38%,#edf2ff 62%,#e6f3ff);box-shadow:inset 0 1px #fffffff5,0 0 24px #b1caf43d,0 16px 34px #d2ddf23d}.process-step__label{margin:22px 0 0;color:#1f2a44;font-size:20px;font-weight:700;letter-spacing:-.03em}.process-step__body{margin:14px 0 0;max-width:18ch;color:#5f6981;font-size:15px;line-height:1.85}.process-step__tail{position:absolute;left:calc(100% - 7px);bottom:12px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid rgba(166,181,211,.68)}.process-step:last-child .process-step__dot,.process-step:last-child .process-step__tail{display:none}.section--cta{background:#fff;padding-top:130px;padding-bottom:130px}.section--contact{min-height:100vh;padding-top:172px;padding-bottom:120px;background:radial-gradient(circle at top right,rgba(93,61,245,.06),transparent 24%),linear-gradient(180deg,#f8fafe,#fff)}.final-cta{max-width:820px;margin:0 auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;text-align:center}.final-cta__title{font-size:clamp(1.9rem,3vw,3rem);line-height:1;font-weight:700}.final-cta__title-line{white-space:nowrap}.final-cta__body{max-width:620px;margin:18px auto 0;font-size:16px}.final-cta .primary-button{margin-top:30px}.final-cta--contact{max-width:980px}.contact-process{margin-top:56px;max-width:820px;margin-left:auto;margin-right:auto}.contact-process__panel{padding:28px 24px 20px;border:1px solid rgba(196,208,235,.46);border-radius:22px;background:linear-gradient(180deg,#ffffffeb,#fafbffd6);box-shadow:0 18px 42px #0f17280f,inset 0 1px #ffffffe6;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.contact-process__chat{display:grid;gap:22px}.contact-process__turn{display:grid;gap:16px}.contact-process__bot-row,.contact-process__reply-row{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:start}.contact-process__avatar{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;border:1px solid rgba(198,211,235,.56);background:#fffffff5;box-shadow:0 10px 22px #0f17280d;overflow:hidden}.contact-process__avatar img{display:block;width:30px;height:30px;object-fit:contain;object-position:center;margin:2px auto 0}.contact-process__bot-bubble,.contact-process__reply-bubble{border-radius:18px}.contact-process__bot-bubble{max-width:350px;padding:16px 18px 12px;background:linear-gradient(180deg,#f7f8fcf5,#f0f3f9f5);border:1px solid rgba(223,228,238,.78);text-align:left}.contact-process__bot-bubble--cta{max-width:520px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px}.contact-process__bot-bubble-main{min-width:0}.contact-process__reply-spacer{width:42px}.contact-process__reply-bubble{justify-self:end;max-width:340px;padding:14px 18px 12px;background:linear-gradient(135deg,#7c3aed,#4f46e5);color:#fff;font-size:15px;line-height:1.55;box-shadow:0 18px 34px #6543e842}.contact-process__reply-bubble strong{display:block;font-weight:500}.contact-process__title{margin:0;color:var(--ink);font-size:15px;line-height:1.45;letter-spacing:-.02em;font-weight:500}.contact-process__text{margin:8px 0 0;color:var(--ink-soft);font-size:14px}.contact-process__time{display:block;margin-top:8px;color:#98a1b3;font-size:11px;line-height:1}.contact-process__time--reply{color:#ffffffb8}.contact-process__composer{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;position:relative;min-height:56px}.contact-process__choices{display:flex;flex-direction:column;align-items:flex-end;gap:10px;margin-top:0}.contact-process__choice{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border:1px solid rgba(138,152,255,.26);border-radius:999px;background:#ffffffe6;color:var(--ink);font:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:transform .18s var(--ease),border-color .18s var(--ease),box-shadow .18s var(--ease),background-color .18s var(--ease)}.contact-process__choice:hover,.contact-process__choice:focus-visible{transform:translateY(-1px);border-color:#7c3aed42;box-shadow:0 12px 24px #0f17280f;background:#f8f7fffa}.contact-process__input{width:100%;min-height:56px;border:1px solid rgba(138,152,255,.42);border-radius:24px;background:#fffffff7;color:var(--ink);padding:0 68px 0 18px;font:inherit;transition:border-color .18s var(--ease),box-shadow .18s var(--ease);box-shadow:inset 0 1px #ffffffeb}.contact-process__input--textarea{min-height:150px;padding-top:14px;padding-right:68px;padding-bottom:14px;resize:vertical}.contact-process__input:focus{outline:none;border-color:#7c3aed47;box-shadow:0 0 0 4px #7c3aed14}.contact-process__send{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;border-radius:999px;background:linear-gradient(135deg,#7c3aed,#4f46e5);color:#fff;box-shadow:0 18px 32px #6543e842;cursor:pointer;position:absolute;top:50%;right:8px;transform:translateY(-50%);transition:transform .22s var(--ease),box-shadow .22s var(--ease)}.contact-process__send:hover,.contact-process__send:focus-visible{transform:translateY(calc(-50% - 1px));box-shadow:0 22px 38px #6543e852}.contact-process__send span{font-size:20px;line-height:1;font-weight:700;transform:translateY(-1px)}.contact-process__schedule{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px 0 14px;border-radius:999px;background:linear-gradient(135deg,#7c3aed,#4f46e5);color:#fff;font-size:14px;font-weight:600;white-space:nowrap;box-shadow:0 18px 34px #6543e838;transition:transform .22s var(--ease),box-shadow .22s var(--ease)}.contact-process__schedule:hover,.contact-process__schedule:focus-visible{transform:translateY(-1px);box-shadow:0 22px 40px #6543e847}.contact-process__schedule-icon{display:inline-flex;width:16px;height:16px;margin-right:8px}.contact-process__schedule-icon svg{width:100%;height:100%;display:block}.contact-process__error{margin-top:-10px;color:#c2410c;font-size:12px;line-height:1.4;text-align:left}.contact-process__status{margin:4px 0 0;font-size:14px;line-height:1.5;text-align:left}.contact-process__status--error{color:#b42318}.contact-process__status--success{color:#166534}.contact-process__footer{display:grid;justify-items:center;gap:10px}.contact-process__dots{display:flex;align-items:center;gap:10px}.contact-process__dot{width:36px;height:5px;border-radius:999px;background:#e2e6ef}.contact-process__dot--active{background:linear-gradient(135deg,#7c3aed,#4f46e5)}.contact-process__step-label{margin:0;color:#7f889b;font-size:13px}.contact-process__note{margin:2px 0 0;color:#667085;font-size:14px;text-align:center}.contact-process__back{display:flex;justify-content:center}.contact-process__back .secondary-button{min-height:42px;padding:0 16px;border-radius:14px}.site-footer{padding-top:34px;padding-bottom:30px;background:radial-gradient(circle at 50% 120%,rgba(93,61,245,.1),rgba(93,61,245,.03) 24%,transparent 60%),linear-gradient(180deg,#0b1020,#09101d)}.site-footer__inner{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08)}.site-footer__brand{display:block;color:#fff;font-size:24px;font-weight:800;letter-spacing:-.04em}.site-footer__tag{margin:10px auto;max-width:320px;color:#e1e9f8b8;font-size:14px}.site-footer__links{display:flex;gap:18px}.site-footer__links a,.site-footer__meta{color:#e1e9f8d1;font-size:15px;font-weight:500}@media (max-width: 1279px){.hero-shell,.section,.statement-band,.site-footer{padding-left:36px;padding-right:36px}.hero{min-height:680px;gap:40px}}@media (max-width: 1023px){.section{padding-top:88px;padding-bottom:88px}.site-nav{gap:16px}.site-nav a{font-size:14px}.hero{min-height:calc(100vh - 172px);padding-bottom:64px}.section--services,.section--work,.section--contact{min-height:auto}.section--services .section__inner{min-height:auto;align-items:flex-start}.services-layout{grid-template-columns:1fr;gap:28px}.work-grid{gap:88px}.process-grid{grid-template-columns:1fr;gap:40px}.process-grid:before,.process-grid:after{display:none}.process-step{display:grid;grid-template-columns:24px minmax(0,1fr);column-gap:12px;row-gap:10px;padding:0 0 28px}.process-step:not(:last-child):after{top:32px;left:11px;right:auto;bottom:-4px;width:1px;background:linear-gradient(180deg,#a5b4d200,#cbd5ece6 18%,#cbd5ece6 84%,#a5b4d200)}.process-step__top{grid-column:1;grid-row:1 / span 3;position:relative;top:0;left:0;right:auto;width:24px;height:auto;pointer-events:none}.process-step__line,.process-step__tail{display:none}.process-step__dot{display:block;position:absolute;top:10px;left:5px;right:auto;transform:none}.process-step:last-child .process-step__dot{display:block}.process-step:last-child:after{content:"";position:absolute;left:11px;top:32px;right:auto;bottom:-4px;width:1px;background:linear-gradient(180deg,#a5b4d200,#cbd5ece6 18%,#cbd5ece6 84%,#a5b4d200)}.process-step__number{grid-column:2;grid-row:1;justify-content:flex-start;width:auto;min-height:0;padding:0;border-radius:0;font-size:34px;background:none;box-shadow:none;text-shadow:none}.process-step__label{grid-column:2;grid-row:2;margin:2px 0 0}.process-step__body{grid-column:2;grid-row:3;margin:0;max-width:none}}@media (max-width: 767px){.section{padding-top:80px;padding-bottom:80px}.work-floating-cube__image{right:2vw;width:min(22vw,120px)}.work-floating-cube__image--primary{left:-4vw;width:min(46vw,220px)}.services-floating-cube__image{left:-4vw;width:min(26vw,112px)}.services-floating-cube__image--center{left:calc(47% + 10vw);width:min(28vw,128px);margin-top:-220px;opacity:.48}.hero-bottom-art{left:50%;top:90vh;top:calc(100svh - 10vh);top:calc(100dvh - 10vh)}.hero-floating-cube{width:auto}.hero-floating-cube--primary{top:34%;left:68%;width:min(49.4vw,312px);transform:translate(-50%,calc(-50% + var(--cube-parallax-y)));z-index:1}.hero-floating-cube--secondary{top:16%;left:44%;width:min(28vw,156px);transform:translate(-50%,calc(-50% + var(--cube-parallax-y)));z-index:0}.hero-floating-cube--tertiary{top:80%;left:60%;width:min(24vw,140px);transform:translate(-50%,calc(-50% + var(--cube-parallax-y)));z-index:0}.hero-floating-cube--quaternary{top:50%;left:86%;width:92px;transform:translate(-50%,calc(-50% + var(--cube-parallax-y)));z-index:0}.hero-floating-cube--quinary{top:20%;left:9%;width:78px;transform:translate(-50%,calc(-50% + var(--cube-parallax-y))) rotate(45deg);z-index:0}.hero-shell,.section,.statement-band,.site-footer{padding-left:20px;padding-right:20px}.site-header{padding:0 20px}.site-header__inner{gap:12px}.site-nav{flex:1 1 auto;flex-wrap:nowrap;justify-content:flex-end;gap:10px;overflow-x:auto;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.site-nav a{white-space:nowrap;font-size:13px}.site-nav__cta{min-height:36px;padding:0 12px}.site-logo{flex:0 0 auto;gap:8px;max-width:none}.site-logo img{height:36px}.site-logo__text{font-size:16px}.hero{height:calc(100vh - 172px);height:calc(100svh - 172px);height:calc(100dvh - 172px);min-height:calc(100vh - 172px);min-height:calc(100svh - 172px);min-height:calc(100dvh - 172px);padding-top:28px;padding-bottom:52px}.hero__content{max-width:100%;margin-top:0;z-index:3}.hero__title{max-width:10ch;font-size:clamp(2rem,10vw,3rem)}.hero__subtitle{margin-top:14px;font-size:16px}.hero__body{font-size:17px}.hero__actions,.hero__proof,.services-grid,.system-board__stage,.system-board__footer,.site-footer__inner,.site-footer__links{grid-template-columns:1fr}.hero__actions,.services-grid,.system-board__stage,.system-board__footer,.site-footer__inner,.site-footer__links{display:grid}.hero__actions .primary-button,.hero__actions .secondary-button,.final-cta .primary-button{width:100%}.hero-bottom-art__image{height:35.2vh;min-height:240px;margin-bottom:-8vh}.section--services .section__inner{padding-top:0;padding-bottom:0}.section-title{font-size:clamp(1.7rem,8.2vw,2.35rem)}.section--services .section-title{max-width:11ch}.service-card,.hero-visual{min-height:0}.hero-visual__grid{width:220px;height:220px}.system-board{padding:18px;border-radius:20px}.work-grid{gap:72px;margin-top:40px;max-width:none}.work-case{gap:24px}.work-case__content strong{font-size:clamp(22px,6vw,28px)}.work-case__content p{font-size:16px;line-height:1.6}.work-preview{min-height:220px;border-radius:22px}.final-cta__title-line{white-space:normal}.section--cta{padding-top:96px;padding-bottom:96px}.section--contact{padding-top:144px;padding-bottom:88px}.contact-process{max-width:100%}.final-cta__title br{display:none}.final-cta__title-line{display:block;white-space:normal}.site-footer__inner{align-items:stretch;text-align:center}.site-footer__links{justify-items:center}.site-footer__meta{justify-self:center}}@media (max-width: 700px){.site-header{padding:0 16px}.site-header__inner{min-height:72px;height:72px}.site-nav{display:none}.site-header__menu-button{display:inline-flex;flex:0 0 auto}.site-header__mobile-menu{display:grid;gap:12px;position:absolute;top:calc(100% + 12px);right:16px;left:16px;padding:16px;border:1px solid rgba(17,24,39,.08);border-radius:18px;background:#fafcffe6;box-shadow:0 24px 54px #0f17281f;backdrop-filter:blur(20px) saturate(130%);-webkit-backdrop-filter:blur(20px) saturate(130%);opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .22s var(--ease),transform .22s var(--ease),visibility .22s var(--ease);pointer-events:none}.site-header__mobile-menu--open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.site-header__mobile-menu a{font-size:15px;font-weight:500;color:var(--ink)}.site-header__mobile-menu .site-nav__cta{justify-content:space-between;min-height:44px;padding:0 14px}.site-logo__text{font-size:18px}.hero__content{margin-left:6vw}.hero-bottom-art{top:89vh;top:calc(100svh - 11vh);top:calc(100dvh - 11vh)}.hero-bottom-art__image{height:27.104vh;min-height:180px}.section--services{padding-top:200px}.services-floating-cube__image{left:23vw}.services-floating-cube__image--center{left:calc(47% + 10vw)}.work-floating-cube{display:none}.section--work{padding-top:100px}.work-case,.work-case--reverse{grid-template-columns:1fr;grid-template-areas:"media" "content";gap:32px;align-items:start}.work-case__content p{max-width:none}.work-preview{min-height:320px}.section--contact{padding-top:132px;padding-bottom:72px}.site-footer__inner{align-items:center;justify-content:center;text-align:center}.site-footer__links{justify-items:center}.site-footer__meta{justify-self:center}.process-grid{grid-template-columns:1fr;gap:28px;margin-top:56px}.contact-process{margin-top:42px}.contact-process__panel{padding:22px;border-radius:20px}.contact-process__bot-row,.contact-process__reply-row{grid-template-columns:42px minmax(0,1fr);gap:10px}.contact-process__bot-bubble{max-width:100%;padding:14px 16px 11px}.contact-process__bot-bubble--cta{flex-direction:column;align-items:flex-start}.contact-process__reply-bubble{max-width:100%}.contact-process__composer{grid-template-columns:minmax(0,1fr)}.contact-process__send{width:32px;height:32px;right:8px}.contact-process__dot{width:28px}.process-step__tail{display:none}}
