@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&display=swap";:root{color:#14201e;background:#111514;font-family:Nunito,sans-serif;font-synthesis:none;--ink: #14201e;--muted: #6c7772;--paper: #f4f5ed;--mint: #d9efbf;--lime: #dff56d;--deep: #102a2b;--hero-progress: 0;--pointer-x: 0;--pointer-y: 0;scroll-behavior:smooth}*{box-sizing:border-box}html{scroll-behavior:smooth;background:#111514}body{margin:0;min-width:320px;min-height:100vh;color:var(--ink);background:#111514;-webkit-font-smoothing:antialiased;overflow-x:hidden}button,a{font:inherit}a{color:inherit}img{display:block}.page-stage{padding:18px;background:#111514}.site-frame{position:relative;max-width:1600px;margin:0 auto;border-radius:34px;background:var(--paper);box-shadow:0 24px 80px #00000057;overflow:clip}.site-header{position:fixed;z-index:50;top:40px;left:50%;width:min(760px,calc(100vw - 72px));height:66px;padding:8px 10px 8px 18px;display:flex;align-items:center;justify-content:space-between;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#132c2c99;-webkit-backdrop-filter:blur(22px) saturate(1.3);backdrop-filter:blur(22px) saturate(1.3);box-shadow:0 14px 44px #07181838;transform:translate(-50%);transition:width .35s ease,top .35s ease,background .35s ease}.site-header--scrolled{top:24px;width:min(700px,calc(100vw - 48px));background:#0d2323d1}.brand,.footer-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-family:Nunito,sans-serif;font-weight:800;letter-spacing:-.035em}.brand{font-size:17px}.brand-mark{width:38px;height:38px;padding:7px;display:inline-grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#fff;box-shadow:0 8px 24px #0f28242e}.brand-mark img{width:100%;height:100%;object-fit:contain}nav{display:flex;align-items:center;gap:27px}nav a{color:#ffffffc2;text-decoration:none;font-size:12px;font-weight:500;transition:color .2s ease}nav a:visited{color:#ffffffc2}nav a:hover,nav a:focus-visible{color:#fff}.nav-contact{padding:14px 20px;color:var(--ink);border-radius:999px;background:#fffffff0}.nav-contact:visited{color:var(--ink)}.nav-contact:hover,.nav-contact:focus-visible{color:var(--ink);background:#fff}.menu-button{display:none}.cinematic-flow{position:relative;z-index:0;color:#fff;background:var(--deep)}.cinematic-flow:before{content:"";position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#0720242e,#0a22243d 24%,#0d242657,#10252775 76%,#13252694)}.cinematic-flow:after{content:"";position:absolute;z-index:5;left:0;right:0;bottom:0;height:320px;pointer-events:none;background:linear-gradient(180deg,#13252600,#13252666 48%,#132526)}.cinematic-flow__media{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;pointer-events:none}.cinematic-flow__media img{position:sticky;top:0;width:100%;height:100vh;object-fit:cover;transform:translate3d(calc(var(--pointer-x) * -14px),calc(var(--pointer-y) * -10px - var(--hero-progress) * 18px),0) scale(calc(1.055 + var(--hero-progress) * .065));transition:transform .1s linear}.hero-cinematic{position:relative;z-index:2;height:calc(100svh - 36px);min-height:680px;color:#fff;isolation:isolate;overflow:hidden}.closing-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3;overflow:hidden}.closing-media img{width:100%;height:100%;object-fit:cover}.hero-shade,.story-shade,.closing-shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.hero-shade,.story-shade{background:transparent}.closing-shade{background:linear-gradient(180deg,#132526,#132526f7 14%,#0e2627e0 32%,#0a2627bd,#0726279e 76%,#0526278a)}.hero-title{position:absolute;z-index:2;top:18%;left:4%;right:4%;display:flex;justify-content:space-between;align-items:center;gap:3vw;color:#ffffffe8;font-size:clamp(76px,11.7vw,184px);line-height:.84;letter-spacing:-.09em;font-weight:500;white-space:nowrap;transform:translateY(calc(var(--hero-progress) * -38px))}.hero-title span:last-child{text-align:right}.hero-side{position:absolute;z-index:3;top:40%;width:25%;margin:0;color:#ffffffe0;font-size:clamp(12px,1.15vw,17px);line-height:1.45;text-shadow:0 2px 18px rgba(0,0,0,.18);opacity:clamp(0,calc(1 - var(--hero-progress) * 1.7),1)}.hero-side--left{left:6%}.hero-side--right{right:6%;text-align:right}.hero-emblem{position:absolute;z-index:4;left:50%;top:53%;width:clamp(270px,27vw,414px);aspect-ratio:1;opacity:clamp(0,calc(1 - var(--hero-progress) * 1.45),1);transform:translate(-50%,-50%) translateY(calc(var(--hero-progress) * 25px)) scale(calc(1 - var(--hero-progress) * .08))}.hero-emblem img{width:100%;height:100%;object-fit:contain}.hero-emblem img{filter:drop-shadow(0 26px 38px rgba(6,39,36,.28))}.hero-app-row{position:absolute;z-index:5;left:8%;right:8%;bottom:6%;display:grid;grid-template-columns:repeat(4,1fr);align-items:end;justify-items:center;opacity:clamp(0,calc(1 - var(--hero-progress) * 1.45),1);transform:translateY(calc(var(--hero-progress) * 25px))}.hero-app{--hero-app-size: clamp(52px, 5vw, 76px);position:relative;width:var(--hero-app-size);height:var(--hero-app-size);display:grid;place-items:center;isolation:isolate;animation:float-app 5.5s ease-in-out infinite}.hero-app:before{content:"";position:absolute;z-index:-1;top:-62%;right:-62%;bottom:-62%;left:-62%;border-radius:50%;background:radial-gradient(circle,#ffffffb8,#ffffff6b 40%,#fff0 78%);filter:blur(15px)}.hero-app img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 13px 18px rgba(7,33,32,.42))}.hero-app--1{animation-delay:-1.5s}.hero-app--1 img{scale:.72}.hero-app--2{animation-delay:-3.7s}.hero-app--2 img{scale:1.22}.hero-app--3{animation-delay:-.5s}.hero-app--4{animation-delay:-2.6s}.hero-app--4 img{scale:1.08}.story-dark{position:relative;z-index:2;color:#fff;background:transparent}.story-sticky{position:relative;min-height:200vh;overflow:hidden;isolation:isolate}.story-shade{z-index:0}.story-scene{position:relative;z-index:1;min-height:100vh;padding:120px 10vw;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.story-scene p{max-width:750px;margin:0;font-size:clamp(24px,3.1vw,48px);line-height:1.2;letter-spacing:-.045em;font-weight:500}.story-scene--intro{background:transparent}.story-scene--intro a{margin-top:30px;padding:13px 22px;border-radius:999px;color:var(--ink);background:#fff;text-decoration:none;font-size:12px}.story-scene--statement{background:transparent}.story-categories{margin-top:48px;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.story-categories span{padding:10px 18px;border:1px solid rgba(255,255,255,.32);border-radius:999px;color:#fffc;font-size:11px;letter-spacing:.09em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.manifesto{--manifesto-overlap: 180px;position:relative;z-index:2;min-height:1120px;margin-top:calc(var(--manifesto-overlap) * -1);padding:clamp(300px,calc(13vw + var(--manifesto-overlap)),370px) clamp(28px,7vw,112px) clamp(120px,13vw,190px);color:#f3f5ef;background:linear-gradient(180deg,rgba(19,37,38,0),#132526 var(--manifesto-overlap));overflow:hidden}.manifesto:before{display:none}.manifesto-copy{position:relative;z-index:2;max-width:1180px;margin:0 auto;text-align:center}.section-kicker{margin:0 0 30px;color:#718078;font-size:11px;letter-spacing:.16em;text-transform:uppercase}.manifesto h2,.closing h2{margin:0;font-family:Nunito,sans-serif;font-size:clamp(48px,6.5vw,94px);line-height:.98;letter-spacing:-.065em;font-weight:600}.manifesto .section-kicker{color:#dde9e28c}.manifesto h2{color:#f3f5ef}.manifesto h2 span{color:#cfddd694}.app-constellation{position:relative;max-width:1240px;height:570px;margin:110px auto 0}.app-object{--app-object-size: clamp(104px, 11vw, 164px);position:absolute;width:var(--app-object-size)}.app-object img{position:relative;z-index:2;width:var(--app-object-size);height:var(--app-object-size);object-fit:contain;filter:drop-shadow(0 24px 28px rgba(2,12,12,.38));transition:transform .45s cubic-bezier(.2,.8,.2,1)}.app-object:hover img{transform:translateY(-14px) scale(1.05) rotate(0)}.app-object--1 img{scale:.72}.app-object--2 img{scale:1.22}.app-object--4 img{scale:1.08}.app-object__halo{position:absolute;top:-56%;right:-56%;bottom:-56%;left:-56%;border-radius:50%;background:#ffffff54;filter:blur(48px)}.app-object p{margin:20px 0 0;display:flex;gap:9px;align-items:center;justify-content:center;color:#e6ede894;font-size:10px;letter-spacing:.11em;text-transform:uppercase;white-space:nowrap}.app-object p span{color:#e6ede857}.app-object--1{left:1%;top:10%;transform:rotate(-7deg)}.app-object--2{left:26%;bottom:4%;transform:rotate(6deg)}.app-object--3{right:26%;top:2%;transform:rotate(7deg)}.app-object--4{right:1%;bottom:9%;transform:rotate(-7deg)}.studio-seal{position:absolute;left:50%;top:50%;width:178px;height:178px;padding:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.17);border-radius:50%;background:#ffffff17;box-shadow:0 22px 60px #0003;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:translate(-50%,-50%)}.studio-seal img{width:78px;height:78px;object-fit:contain}.closing{position:relative;min-height:820px;display:grid;place-items:center;color:#fff;text-align:center;isolation:isolate;overflow:hidden}.closing:before{display:none}.closing-media img{transform:scale(1.06);filter:saturate(.8)}.closing-content{position:relative;z-index:1;width:min(900px,calc(100% - 48px))}.closing-brand{margin-bottom:48px;display:inline-flex;align-items:center;gap:11px;font-family:Nunito,sans-serif;font-size:17px;font-weight:800}.closing h2{font-size:clamp(54px,7.5vw,108px)}.closing p{max-width:560px;margin:32px auto 38px;color:#ffffffb8;font-size:16px;line-height:1.7}.closing-content>a{display:inline-flex;padding:15px 24px;border:1px solid rgba(255,255,255,.52);border-radius:999px;color:#fff;background:#ffffff14;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);text-decoration:none;font-size:14px;transition:color .25s ease,background .25s ease}.closing-content>a:hover,.closing-content>a:focus-visible{color:var(--ink);background:#fff}footer{min-height:116px;padding:30px clamp(24px,5vw,76px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;color:#f4f7ef;background:#101514}.footer-brand .brand-mark{width:40px;height:40px}footer p{margin:0;color:#8e9893;font-size:11px}footer p:last-child{justify-self:end}[data-reveal]{opacity:1;transform:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes float-app{0%,to{translate:0 0;rotate:-2deg}50%{translate:0 -13px;rotate:3deg}}@keyframes reveal-up{0%{opacity:0;transform:translateY(42px)}to{opacity:1;transform:none}}@supports (animation-timeline: view()){[data-reveal]{animation:reveal-up both linear;animation-timeline:view();animation-range:entry 0% cover 28%}}@media(max-height:850px)and (min-width:681px){.hero-cinematic{height:calc(100svh - 36px);min-height:0}.hero-title{top:19%;font-size:clamp(72px,21vh,130px)}.hero-side{top:48%;font-size:clamp(10px,2.2vh,13px)}.hero-emblem{top:53%;width:clamp(225px,43.2vh,306px)}.hero-app-row{left:7%;right:7%;bottom:4%}.hero-app{--hero-app-size: clamp(38px, 8vh, 54px)}.story-scene{min-height:100svh;padding:74px 8vw 30px}.story-scene p{font-size:clamp(20px,5.2vh,32px)}.story-categories{margin-top:24px}}@media(max-width:900px){.page-stage{padding:10px}.site-frame{border-radius:26px}.hero-cinematic{height:calc(100svh - 20px)}.hero-title{top:22%;font-size:clamp(68px,12vw,112px)}.hero-side{top:auto;bottom:22%;width:33%}.hero-emblem{width:clamp(225px,34.2vw,306px)}.hero-app-row{left:6%;right:6%}}@media(max-width:680px){.page-stage{padding:0}.site-frame{border-radius:0}.site-header,.site-header--scrolled{top:14px;width:calc(100vw - 28px);height:58px;padding:7px 8px 7px 13px}.brand-mark{width:34px;height:34px}.brand{font-size:15px}.menu-button{width:42px;height:42px;padding:0;display:grid;place-content:center;gap:5px;border:0;border-radius:50%;background:#fff}.menu-button span:not(.sr-only){display:block;width:17px;height:1px;background:var(--ink)}nav{position:absolute;top:66px;left:0;right:0;padding:14px;display:flex;align-items:stretch;flex-direction:column;gap:4px;border-radius:22px;color:var(--ink);background:#f6f8f1f5;box-shadow:0 22px 50px #051c1b38;opacity:0;pointer-events:none;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease}nav.nav-open{opacity:1;pointer-events:auto;transform:none}nav a{padding:12px 14px;color:#54615b}nav a:hover,nav a:focus-visible{color:var(--ink)}.nav-contact{margin-top:5px;text-align:center;color:#fff;background:var(--deep)}.hero-cinematic{height:100svh;min-height:690px}.cinematic-flow__media img{object-position:50% center}.hero-title{top:21%;left:20px;right:20px;display:block;font-size:clamp(69px,21vw,92px);line-height:.82;white-space:normal}.hero-title span{display:block}.hero-title span:last-child{text-align:right}.hero-side{bottom:17%;width:40%;font-size:10px}.hero-side--left{left:20px}.hero-side--right{right:20px}.hero-emblem{top:50%;width:min(61.2vw,243px)}.hero-app-row{left:14px;right:14px;bottom:7%}.hero-app{--hero-app-size: clamp(40px, 12vw, 50px)}.story-scene{padding:90px 24px}.story-scene p{font-size:clamp(24px,7.5vw,34px)}.story-categories{margin-top:34px}.manifesto{--manifesto-overlap: 110px;min-height:1190px;padding:220px 22px 80px}.manifesto h2{font-size:clamp(44px,13vw,62px)}.app-constellation{height:720px;margin-top:80px}.app-object{--app-object-size: 104px}.app-object--1{left:1%;top:2%}.app-object--2{left:auto;right:1%;bottom:auto;top:18%}.app-object--3{right:auto;left:2%;top:auto;bottom:19%}.app-object--4{right:1%;bottom:2%}.studio-seal{width:150px;height:150px;padding:25px}.studio-seal img{width:66px;height:66px}.closing{min-height:720px}.closing h2{font-size:clamp(50px,14vw,70px)}.closing p{font-size:14px}.closing-content>a{max-width:100%;font-size:12px}footer{grid-template-columns:1fr auto;padding:26px 22px}footer p:nth-child(2){display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}.cinematic-flow__media img{transform:scale(1.05)}}
