:root{--navy:#050b14;--ink:#07101e;--blue:#0878ee;--cyan:#16d9ef;--ice:#eef5fa;--muted:#64778a;--line:rgba(73,119,157,.2)}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--navy)}body{margin:0;background:#f9fcfe;color:var(--ink);font-family:Manrope,Arial,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}::selection{background:var(--cyan);color:var(--navy)}.shell{width:min(1280px,calc(100% - 96px));margin-inline:auto}.progress{position:fixed;left:0;top:0;height:2px;background:linear-gradient(90deg,var(--blue),var(--cyan));z-index:999}.cursor-glow{position:fixed;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(22,217,239,.07),transparent 70%);z-index:1;pointer-events:none}
.header{height:102px;padding:0 4.5vw;display:flex;align-items:center;justify-content:space-between;position:fixed;inset:0 0 auto;z-index:100;border-bottom:1px solid transparent;transition:.35s}.header.scrolled{height:76px;background:rgba(5,11,20,.88);backdrop-filter:blur(18px);border-color:rgba(255,255,255,.08)}.brand{position:relative;z-index:3;width:225px;height:58px;display:flex;align-items:center;overflow:hidden}.brand img{width:220px}.header nav{display:flex;align-items:center;gap:38px;color:#a9b8c7;font-size:13px}.header nav>a{transition:.25s;position:relative}.header nav>a:not(.nav-cta):after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:1px;background:var(--cyan);transition:.25s}.header nav>a:hover{color:#fff}.header nav>a:hover:after{width:100%}.nav-cta{padding:13px 18px;border:1px solid rgba(255,255,255,.22);border-radius:99px;display:flex;gap:14px;align-items:center}.nav-cta:hover{background:#fff;color:var(--navy)!important}.menu-button{display:none}
.hero{min-height:100svh;background:var(--navy);color:#fff;position:relative;display:flex;align-items:center;overflow:hidden;padding:150px 7vw 110px}.hero-grid{position:absolute;inset:0;opacity:.2;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:84px 84px;mask-image:linear-gradient(to right,#000,transparent 76%)}.hero:before{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(circle at 78% 52%,rgba(0,119,255,.2),transparent 37%),linear-gradient(90deg,var(--navy) 0%,transparent 57%)}.hero-art{position:absolute;right:-1%;top:0;width:72%;height:100%;object-fit:cover;opacity:.97}.hero-content{position:relative;z-index:3;max-width:790px}.eyebrow{margin:0 0 26px;display:flex;align-items:center;gap:12px;color:#829bb0;font:11px DM Mono,monospace;letter-spacing:.16em;text-transform:uppercase}.eyebrow i{width:30px;height:1px;background:var(--cyan);box-shadow:0 0 10px rgba(22,217,239,.6)}.hero h1{margin:0;font-size:clamp(64px,7.7vw,126px);line-height:.88;letter-spacing:-.075em;font-weight:500;animation:up .9s .15s both}.hero h1 span{display:block;font-weight:300;color:transparent;-webkit-text-stroke:1.3px rgba(132,220,248,.68)}.hero-text{max-width:590px;margin:36px 0 0;color:#9bb0c3;line-height:1.75;font-size:17px;animation:up .9s .28s both}.hero-buttons{display:flex;gap:14px;margin-top:42px;animation:up .9s .4s both}.button{min-height:56px;padding:0 24px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;gap:22px;font-size:13px;transition:.3s}.button.primary{background:linear-gradient(135deg,#0878ee,#05bde2);box-shadow:0 12px 42px rgba(8,120,238,.25)}.button.primary:hover{transform:translateY(-3px);box-shadow:0 18px 55px rgba(8,120,238,.4)}.button.ghost{border:1px solid rgba(255,255,255,.18);color:#ccd9e4}.button.ghost:hover{border-color:var(--cyan);color:#fff}.hero-footer{position:absolute;z-index:3;left:7vw;right:7vw;bottom:32px;display:flex;justify-content:space-between;color:#536b80;font:10px DM Mono,monospace;letter-spacing:.13em;text-transform:uppercase}.hero-footer span:last-child{display:flex;align-items:center;gap:10px}.hero-footer span:last-child i{width:28px;height:28px;border:1px solid rgba(255,255,255,.14);border-radius:50%;position:relative}.hero-footer span:last-child i:after{content:"";position:absolute;width:2px;height:6px;left:12px;top:7px;background:var(--cyan);animation:hint 1.8s infinite}.orbit{position:absolute;z-index:1;border:1px solid rgba(45,213,242,.16);border-radius:50%;animation:rotate 32s linear infinite}.orbit:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:var(--cyan);box-shadow:0 0 20px var(--cyan);left:18%;top:8%}.orbit-a{width:560px;height:560px;right:8vw}.orbit-b{width:750px;height:750px;right:1vw;opacity:.45;animation-duration:44s;animation-direction:reverse}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes hint{60%,100%{transform:translateY(7px);opacity:0}}@keyframes up{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}
.index{color:#8da0b1;font:10px DM Mono,monospace;letter-spacing:.14em}.blue-label{margin:0 0 20px;color:var(--blue);font:10px DM Mono,monospace;letter-spacing:.13em;text-transform:uppercase}.intro{display:grid;grid-template-columns:1fr 4fr;gap:50px;padding:150px 0 170px}.intro .blue-label{margin-bottom:42px}.intro h2{margin:0;max-width:1050px;font-size:clamp(38px,4vw,66px);line-height:1.14;letter-spacing:-.05em;font-weight:400}.intro h2 em{font-style:normal;color:var(--blue)}.intro-note{margin-top:70px;padding-top:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:30px;font-size:13px}.intro-note p{margin:0;max-width:380px;color:var(--muted);line-height:1.65}
.projects{background:var(--ice);padding:145px 0 90px}.section-head,.principles-head{display:grid;grid-template-columns:1fr 2fr 1fr;gap:50px;align-items:end;margin-bottom:100px}.eyebrow.dark{color:#5e7286}.section-head h2,.principles-head h2{margin:0;font-size:clamp(48px,5.5vw,84px);line-height:.97;letter-spacing:-.065em;font-weight:480}.section-head>p,.principles-head>p{margin:0;color:var(--muted);font-size:14px;line-height:1.75}.project-list{border-top:1px solid var(--line)}.project{width:min(1280px,calc(100% - 96px));margin:auto;min-height:680px;padding:100px 0;display:grid;grid-template-columns:.82fr 1.3fr;gap:8vw;align-items:center;border-bottom:1px solid var(--line)}.project:nth-child(even) .project-copy{order:2}.project:nth-child(even) .project-visual{order:1}.project-copy{position:relative;padding-left:55px}.project-number{position:absolute;left:0;top:8px;color:#91a4b5;font:10px DM Mono,monospace}.project h3{margin:0;font-size:clamp(48px,5vw,76px);line-height:1;letter-spacing:-.06em;font-weight:530}.description{margin:28px 0;color:var(--muted);line-height:1.75;font-size:15px;max-width:480px}.tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:34px}.tags span{border:1px solid rgba(54,105,145,.18);background:rgba(255,255,255,.5);padding:8px 11px;border-radius:99px;color:#61768a;font-size:10px}.project-link{display:flex;justify-content:space-between;max-width:280px;padding:15px 0;border-bottom:1px solid #7591aa;font-size:12px;transition:.25s}.project-link:hover{color:var(--blue);border-color:var(--blue)}.project-visual{height:470px;position:relative;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;perspective:1300px;isolation:isolate}.minuta .project-visual{background:linear-gradient(145deg,#071726,#0a3763)}.rent .project-visual{background:linear-gradient(145deg,#062c2c,#079893)}.veste .project-visual{background:linear-gradient(145deg,#2a1616,#a85449)}.glow{position:absolute;width:440px;height:440px;border-radius:50%;filter:blur(60px);opacity:.35;z-index:-1}.minuta .glow{background:#008cff}.rent .glow{background:#4cf0c4}.veste .glow{background:#ff9c7e}.corner{position:absolute;right:19px;top:19px;width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);color:#fff;border-radius:50%;transition:.3s}.project-visual:hover .corner{background:#fff;color:var(--ink);transform:rotate(45deg)}.browser-ui{width:82%;height:72%;background:rgba(248,251,254,.98);border:1px solid rgba(255,255,255,.55);border-radius:7px;box-shadow:0 35px 90px rgba(0,0,0,.3);transform:rotateY(-7deg) rotateX(4deg);transition:.5s;overflow:hidden}.project:nth-child(even) .browser-ui{transform:rotateY(7deg) rotateX(4deg)}.project-visual:hover .browser-ui{transform:translateY(-6px)}.browser-top{height:35px;padding:0 12px;background:#fff;border-bottom:1px solid #e5ecf1;display:flex;align-items:center;gap:5px;color:#627487;font-size:8px}.browser-top>i{width:5px;height:5px;border-radius:50%;background:#c8d2da}.browser-top>b{margin-left:12px}.browser-top>span{margin-left:auto;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:#e8f4ff;color:#0878ee;font-size:6px}.minuta-screen{height:calc(100% - 35px);display:flex}.minuta-screen aside{width:52px;background:#081b2b;padding:26px 16px;display:grid;align-content:start;gap:17px}.minuta-screen aside i{width:18px;height:3px;background:#37536a;border-radius:3px}.minuta-screen aside i:first-child{background:#27a2ff}.screen-content,.rent-screen{padding:28px 32px;flex:1}.screen-content small,.rent-screen>small{font-size:6px;letter-spacing:.18em;color:#188ae8}.screen-content h4,.rent-screen h4,.fashion-copy h4{font-size:23px;letter-spacing:-.04em;margin:9px 0 23px}.prompt{height:43px;border:1px solid #dbe7ef;border-radius:5px;padding:0 9px 0 14px;display:flex;align-items:center;justify-content:space-between;color:#98a9b7;font-size:7px}.prompt b{width:26px;height:26px;border-radius:4px;display:grid;place-items:center;background:#1488e8;color:#fff}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:18px}.cards i{height:50px;border-radius:4px;background:linear-gradient(145deg,#fff,#eaf2f8);border:1px solid #e2ebf1}.rent-screen h4{margin-bottom:17px;color:#103c3a}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.metrics i{background:#fff;border:1px solid #dfecea;padding:12px;border-radius:5px;font-style:normal}.metrics b{display:block;color:#103c3a;font-size:17px}.metrics small{color:#7e9996;font-size:6px}.chart{height:85px;display:flex;align-items:end;gap:8px;margin-top:17px;padding:12px;background:#eaf5f2;border-radius:5px}.chart i{width:12%;background:linear-gradient(#24bda9,#0b746b);border-radius:3px 3px 0 0}.chart i:nth-child(1){height:33%}.chart i:nth-child(2){height:56%}.chart i:nth-child(3){height:42%}.chart i:nth-child(4){height:78%}.chart i:nth-child(5){height:65%}.chart i:nth-child(6){height:87%}.chart i:nth-child(7){height:96%}.veste-screen{height:calc(100% - 35px);background:#f8eee9;display:grid;grid-template-columns:.8fr 1.2fr}.fashion-copy{padding:38px 10px 20px 30px}.fashion-copy small{color:#a35a4d;font-size:6px;letter-spacing:.2em}.fashion-copy h4{font-family:Georgia,serif;font-weight:400}.fashion-copy span{display:inline-block;padding:9px 11px;background:#2c2020;color:#fff;font-size:6px}.fashion-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:20px 20px 20px 0}.fashion-grid i{background:linear-gradient(155deg,#d8b6a8,#835347);border-radius:3px}.fashion-grid i:first-child{grid-row:span 2;background:linear-gradient(145deg,#ead6cc,#9d6459)}.fashion-grid i:last-child{background:linear-gradient(145deg,#e8c7b4,#b37362)}
.principles{padding:160px 0 170px}.principles-grid{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line)}.principles-grid article{min-height:330px;padding:32px;border-right:1px solid var(--line);display:flex;flex-direction:column}.principles-grid article:last-child{border:0}.principles-grid article>span{color:#91a4b5;font:10px DM Mono,monospace}.principles-grid article>i{margin:48px 0 30px;width:50px;height:50px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;font-style:normal;font-size:22px;color:var(--blue)}.principles-grid h3{margin:auto 0 10px;font-size:21px}.principles-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}
.story{min-height:720px;padding:145px 0;position:relative;overflow:hidden;background:#07101e;color:#fff}.story:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 48%,rgba(5,123,237,.26),transparent 34%)}.story>img{position:absolute;left:-7vw;top:50%;transform:translateY(-50%) rotate(-8deg);width:47vw;max-width:710px;opacity:.15}.story-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 4fr;gap:50px}.story-inner>div:last-child{padding-left:26%}.story h2{margin:0;font-size:clamp(44px,5vw,74px);line-height:1.03;letter-spacing:-.055em;font-weight:460}.story h2 em{color:var(--cyan);font-style:normal;font-weight:300}.story-columns{display:grid;grid-template-columns:1fr 1fr;gap:55px;margin-top:55px;padding-top:30px;border-top:1px solid rgba(255,255,255,.12)}.story-columns p{margin:0;color:#8fa5b8;line-height:1.75;font-size:14px}
.contact{min-height:670px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.contact h2{margin:0 0 60px;font-size:clamp(54px,6.5vw,96px);line-height:.97;letter-spacing:-.065em;font-weight:470}.contact>a{position:relative;z-index:2;border-bottom:1px solid #9eb0bd;padding-bottom:18px;display:flex;align-items:center;justify-content:space-between;font-size:clamp(20px,2.6vw,36px);transition:.25s}.contact>a>i{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:var(--blue);color:#fff;font-style:normal;transition:.3s}.contact>a:hover{color:var(--blue);border-color:var(--blue)}.contact>a:hover i{transform:rotate(45deg)}.rings{position:absolute;right:5%;top:15%;width:380px;height:380px;opacity:.55}.rings i{position:absolute;inset:0;border:1px solid rgba(8,120,238,.13);border-radius:50%}.rings i:nth-child(2){inset:55px}.rings i:nth-child(3){inset:110px;border-color:rgba(22,217,239,.28)}
footer{background:#030810;color:#fff}.footer-main{min-height:360px;padding-block:85px 70px;display:flex;align-items:start;justify-content:space-between;gap:60px}.footer-main>img{width:220px}.footer-links{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:70px}.footer-links>div{display:flex;flex-direction:column;gap:13px}.footer-links small{color:#50677b;font:9px DM Mono,monospace;letter-spacing:.15em;margin-bottom:10px}.footer-links a,.footer-links span{color:#8ca0b2;font-size:12px;transition:.2s}.footer-links a:hover{color:var(--cyan)}.footer-bottom{height:74px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;color:#476074;font:9px DM Mono,monospace;letter-spacing:.1em;text-transform:uppercase}.footer-bottom b{font-weight:400}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s,transform .8s}.reveal.visible{opacity:1;transform:none}
@media(max-width:1050px){.shell,.project{width:min(100% - 48px,900px)}.section-head,.principles-head{grid-template-columns:1fr 3fr}.section-head>p,.principles-head>p{grid-column:2}.project{grid-template-columns:1fr;gap:52px}.project:nth-child(even) .project-copy{order:1}.project:nth-child(even) .project-visual{order:2}.project-visual{height:520px}.story-inner>div:last-child{padding-left:8%}.footer-main{flex-direction:column}.footer-links{width:100%}}
@media(max-width:760px){.shell,.project{width:calc(100% - 40px)}.header{height:76px;padding:0 20px}.brand{width:176px;height:46px}.brand img{width:172px}.menu-button{display:block;z-index:4;width:42px;height:42px;border:0;background:transparent;position:relative}.menu-button span{position:absolute;left:10px;width:23px;height:1px;background:#fff;transition:.25s}.menu-button span:first-child{top:16px}.menu-button span:last-child{top:25px}.menu-button.open span:first-child{transform:translateY(4px) rotate(45deg)}.menu-button.open span:last-child{transform:translateY(-5px) rotate(-45deg)}.header nav{position:fixed;inset:0;background:rgba(3,8,16,.98);flex-direction:column;justify-content:center;gap:28px;font-size:22px;opacity:0;pointer-events:none;transform:translateY(-12px);transition:.3s}.header nav.open{opacity:1;pointer-events:auto;transform:none}.nav-cta{margin-top:15px;font-size:14px}.hero{min-height:820px;align-items:end;padding:120px 20px 115px}.hero:before{background:linear-gradient(0deg,var(--navy) 22%,rgba(5,11,20,.25) 75%,var(--navy))}.hero-art{width:150%;height:72%;right:-38%;top:0;opacity:.72}.orbit-a{width:350px;height:350px;right:-120px;top:130px}.orbit-b{display:none}.hero h1{font-size:clamp(57px,18vw,78px)}.hero-text{font-size:15px}.hero-buttons{flex-direction:column}.button{width:100%}.hero-footer>span:first-child{display:none}.hero-footer{justify-content:flex-end;left:20px;right:20px}.intro{grid-template-columns:1fr;padding:100px 0 110px}.intro h2{font-size:38px}.intro-note{flex-direction:column}.projects{padding-top:100px}.section-head,.principles-head{grid-template-columns:1fr;gap:28px;margin-bottom:65px}.section-head>p,.principles-head>p{grid-column:auto}.section-head h2,.principles-head h2{font-size:48px}.project{padding:80px 0;min-height:auto}.project-copy{padding-left:33px}.project h3{font-size:52px}.project-visual{height:330px}.browser-ui{width:92%;height:74%}.screen-content,.rent-screen{padding:20px 18px}.screen-content h4,.rent-screen h4,.fashion-copy h4{font-size:17px}.principles{padding:110px 0}.principles-grid{grid-template-columns:1fr}.principles-grid article{min-height:255px;border-right:0;border-bottom:1px solid var(--line)}.principles-grid article:last-child{border-bottom:0}.principles-grid article>i{margin:28px 0 20px}.story{padding:100px 0}.story-inner{grid-template-columns:1fr}.story-inner>div:last-child{padding-left:0}.story h2{font-size:46px}.story-columns{grid-template-columns:1fr;gap:25px}.story>img{width:90vw;left:-30vw}.contact{min-height:560px}.contact h2{font-size:52px;margin-bottom:55px}.contact>a{font-size:17px}.contact>a>i{width:44px;height:44px}.rings{right:-210px}.footer-main{padding-top:65px}.footer-links{grid-template-columns:1fr 1fr;gap:45px 30px}.footer-links>div:last-child{grid-column:span 2}.footer-bottom{height:auto;padding-block:24px;gap:20px;flex-direction:column;align-items:flex-start}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}.cursor-glow{display:none}}
