*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{-webkit-user-select:none;user-select:none;color:#fff;background-color:#070707;overflow-x:hidden}body{font-family:Arial,Helvetica,sans-serif}::selection{color:inherit;background:0 0}.intro-screen{z-index:9999;background-color:#070707;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;inset:0}.welcome-img{opacity:0;width:900px;max-width:75vw;height:auto}.welcome-in{animation:1.4s cubic-bezier(.16,1,.3,1) forwards welcomeIn}.welcome-out{animation:.9s cubic-bezier(.7,0,.3,1) forwards welcomeOut}@keyframes welcomeIn{0%{opacity:0;filter:blur(20px)brightness(.2);transform:scale(.93)translateY(30px)}to{opacity:1;filter:blur()brightness();transform:scale(1)translateY(0)}}@keyframes welcomeOut{0%{opacity:1;filter:blur();transform:scale(1)translateY(0)}to{opacity:0;filter:blur(12px);transform:scale(1.05)translateY(-15px)}}.main-page{background-color:#070707;width:100vw;min-height:100vh;animation:1.5s forwards mainIn;position:relative}.main-page:before{content:"";opacity:.045;mix-blend-mode:screen;pointer-events:none;z-index:1;background-image:url(/assets/background.png);background-repeat:repeat;width:100%;height:100%;position:fixed;inset:0}.bg-perspective{pointer-events:none;z-index:0;width:100%;height:100%;position:fixed;inset:0;overflow:hidden}.bg-layer{will-change:transform;width:116%;height:116%;transform-style:preserve-3d;position:absolute;inset:-8%}@keyframes mainIn{0%{opacity:0;filter:blur(15px)}to{opacity:1;filter:blur()}}.content-container{z-index:2;width:100%;max-width:1440px;margin:0 auto;padding:0 48px;position:relative}.section-wrapper{min-height:auto;padding:120px 0}.hero-section{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;min-height:100vh;padding:0;display:grid}.hero-left{flex-direction:column;justify-content:center;margin-top:40px;display:flex}.hero-title{letter-spacing:-.02em;color:#fff;margin-bottom:28px;font-family:Arial,Helvetica,sans-serif;font-size:64px;font-weight:900;line-height:1.05}.hero-subtitle{color:#8c8c8c;max-width:460px;margin-bottom:44px;font-size:15px;line-height:1.6}.hero-actions{align-items:center;gap:16px;display:flex}.btn-primary{color:#000;letter-spacing:.08em;cursor:pointer;background-color:#fff;border:none;padding:18px 38px;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:800;transition:transform .2s cubic-bezier(.16,1,.3,1),background-color .2s}.btn-primary:hover{background-color:#e5e5e5;transform:translateY(-2px)}.btn-secondary{color:#fff;letter-spacing:.08em;cursor:pointer;background-color:#0000;border:1px solid #ffffff26;padding:18px 38px;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:800;transition:transform .2s cubic-bezier(.16,1,.3,1),border-color .2s}.btn-secondary:hover{border-color:#fff;transform:translateY(-2px)}.hero-right{justify-content:center;align-items:center;height:100%;display:flex}.code-terminal{width:100%;max-width:500px;transform-style:preserve-3d;will-change:transform;background-color:#0d0d0d;border:1px solid #ffffff14;border-radius:12px;transition:transform .15s ease-out;overflow:hidden;box-shadow:0 30px 70px #000000b3}.terminal-header{background-color:#121212;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:14px 18px;display:flex;position:relative}.terminal-buttons{gap:8px;display:flex}.t-btn{border-radius:50%;width:11px;height:11px;display:inline-block}.t-close{background-color:#ff5f56}.t-minimize{background-color:#ffbd2e}.t-expand{background-color:#27c93f}.terminal-title{color:#666;font-family:monospace;font-size:11px;position:absolute;left:50%;transform:translate(-50%)}.terminal-body{align-items:flex-start;min-height:160px;padding:24px;display:flex}.terminal-body pre{margin:0}.terminal-body code{color:#e6e6e6;white-space:pre-wrap;letter-spacing:-.01em;font-family:Courier New,Courier,monospace;font-size:16px;line-height:1.6}.terminal-cursor{vertical-align:middle;background-color:#fff;width:8px;height:17px;margin-left:4px;animation:.8s infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.stack-ticker-container{background:#070707;border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;align-items:center;width:100vw;margin-left:calc(50% - 50vw);padding:32px 0;display:flex;overflow:hidden}.stack-ticker-inner{gap:72px;width:max-content;animation:25s linear infinite tickerScroll;display:flex}@keyframes tickerScroll{0%{transform:translate(0,0)}to{transform:translate(-50%)}}.stack-item{color:#fff;opacity:.45;align-items:center;gap:11px;transition:opacity .25s cubic-bezier(.16,1,.3,1);display:flex}.stack-item:hover{opacity:1}.stack-icon-wrapper{color:#fff;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.stack-icon-wrapper svg{object-fit:contain;width:100%;height:100%}.stack-name{letter-spacing:-.01em;text-transform:none;font-size:16px;font-weight:600}.fullwidth-section{z-index:2;width:100vw;margin-left:calc(50% - 50vw);position:relative}.wwd-section{color:#fff;opacity:0;background-color:#070707;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;flex-direction:column;justify-content:center;width:100vw;min-height:100vh;padding:120px 80px;font-family:Arial,Helvetica,sans-serif;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;transform:translateY(40px)}.wwd-section.wwd-visible{opacity:1;transform:translateY(0)}.wwd-noise{opacity:.04;pointer-events:none;z-index:1;background-image:radial-gradient(#fff3 1px,#0000 0);background-size:24px 24px;position:absolute;inset:0}.wwd-header{z-index:2;opacity:0;width:100%;max-width:1600px;margin:0 auto 60px;transition:opacity .8s cubic-bezier(.16,1,.3,1) .2s,transform .8s cubic-bezier(.16,1,.3,1) .2s;position:relative;transform:translateY(20px)}.wwd-section.wwd-visible .wwd-header{opacity:1;transform:translateY(0)}.wwd-subtitle{letter-spacing:.2em;color:#666;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:800;display:block}.wwd-main-title{letter-spacing:-.03em;color:#fff;font-size:clamp(36px,4.5vw,64px);font-weight:900;line-height:1}.wwd-layout-grid{z-index:2;grid-template-columns:1.1fr .9fr;align-items:center;gap:80px;width:100%;max-width:1600px;margin:0 auto;display:grid;position:relative}.wwd-list{flex-direction:column;width:100%;display:flex}.wwd-item{cursor:pointer;opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards scrollLoadItem;animation-delay:calc(.15s * var(--item-index,0));border-radius:8px;padding:36px 24px;transition:transform .5s cubic-bezier(.16,1,.3,1),background-color .4s,border-color .4s;position:relative;overflow:hidden;transform:translateY(30px)}.wwd-section.wwd-visible .wwd-item{animation-play-state:running}@keyframes scrollLoadItem{to{opacity:1;transform:translateY(0)}}.wwd-item-glow{opacity:0;pointer-events:none;background:radial-gradient(circle,#ffffff0f 0%,#0000 70%);transition:opacity .4s;position:absolute;inset:0}.wwd-item:hover .wwd-item-glow{opacity:1}.wwd-item-border{background:linear-gradient(90deg,#ffffff14,#ffffff40,#ffffff14);width:100%;height:1px;transition:height .3s,background .3s;position:absolute;top:0;left:0}.wwd-item:hover{background-color:#ffffff05;transform:translate(12px)scale(1.01)}.wwd-item-active{background-color:#ffffff0a;border-left:3px solid #fff;transform:translate(12px)scale(1.01)}.wwd-item-main{z-index:2;justify-content:space-between;align-items:center;gap:30px;display:flex;position:relative}.wwd-item-left{align-items:baseline;gap:40px;display:flex}.wwd-num{color:#666;font-family:monospace;font-size:16px;font-weight:700;transition:color .3s,transform .3s cubic-bezier(.16,1,.3,1),text-shadow .3s}.wwd-num-anim{color:#fff;text-shadow:0 0 15px #fff9;transform:scale(1.2)translateY(-2px)}.wwd-titles-wrap{flex-direction:column;gap:10px;display:flex}.wwd-title{letter-spacing:-.02em;color:#fff;font-size:clamp(20px,2.2vw,34px);font-weight:900;line-height:1.1;transition:color .3s,transform .3s}.wwd-item:hover .wwd-title{color:#f0f0f0;transform:translate(4px)}.wwd-desc{color:#999;opacity:0;max-width:440px;max-height:0;font-size:14px;line-height:1.6;transition:max-height .5s cubic-bezier(.16,1,.3,1),opacity .4s,transform .4s;overflow:hidden;transform:translateY(-8px)}.wwd-desc-visible{opacity:1;max-height:100px;transform:translateY(0)}.wwd-item-right{align-items:center;gap:20px;display:flex}.wwd-arrow{color:#fff;background:#ffffff05;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 15px #0000004d}.wwd-item:hover .wwd-arrow{color:#070707;background-color:#fff;border-color:#fff;transform:rotate(45deg)scale(1.1);box-shadow:0 0 25px #ffffff80}.wwd-mockup-wrapper{justify-content:center;align-items:center;width:100%;display:flex}.wwd-mockup-screen{justify-content:center;align-items:center;width:100%;max-width:540px;display:flex}.wwd-laptop-img{object-fit:contain;filter:drop-shadow(0 20px 40px #0009);width:100%;height:auto;transition:transform .5s cubic-bezier(.16,1,.3,1)}.wwd-mockup-wrapper:hover .wwd-laptop-img{transform:scale(1.03)translateY(-5px)}.proj-section{color:#fff;opacity:0;background-color:#070707;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;flex-direction:column;justify-content:center;width:100vw;min-height:100vh;padding:120px 80px;font-family:Arial,Helvetica,sans-serif;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;transform:translateY(40px)}.proj-section.proj-visible{opacity:1;transform:translateY(0)}.proj-noise{opacity:.04;pointer-events:none;z-index:1;background-image:radial-gradient(#fff3 1px,#0000 0);background-size:24px 24px;position:absolute;inset:0}.proj-header{z-index:2;opacity:0;width:100%;max-width:1600px;margin:0 auto 60px;transition:opacity .8s cubic-bezier(.16,1,.3,1) .2s,transform .8s cubic-bezier(.16,1,.3,1) .2s;position:relative;transform:translateY(20px)}.proj-section.proj-visible .proj-header{opacity:1;transform:translateY(0)}.proj-subtitle{letter-spacing:.2em;color:#666;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:800;display:block}.proj-main-title{letter-spacing:-.03em;color:#fff;max-width:1100px;font-size:clamp(32px,4vw,56px);font-weight:900;line-height:1.1}.proj-layout-grid{z-index:2;grid-template-columns:1.1fr .9fr;align-items:center;gap:80px;width:100%;max-width:1600px;margin:0 auto;display:grid;position:relative}.proj-list{flex-direction:column;width:100%;display:flex}.proj-item{cursor:pointer;opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards scrollLoadItem;animation-delay:calc(.15s * var(--item-index,0));border-radius:8px;padding:36px 24px;transition:transform .5s cubic-bezier(.16,1,.3,1),background-color .4s,border-color .4s;position:relative;overflow:hidden;transform:translateY(30px)}.proj-section.proj-visible .proj-item{animation-play-state:running}.proj-item-glow{opacity:0;pointer-events:none;background:radial-gradient(circle,#ffffff0f 0%,#0000 70%);transition:opacity .4s;position:absolute;inset:0}.proj-item:hover .proj-item-glow{opacity:1}.proj-item-border{background:linear-gradient(90deg,#ffffff14,#ffffff40,#ffffff14);width:100%;height:1px;transition:height .3s,background .3s;position:absolute;top:0;left:0}.proj-item:hover{background-color:#ffffff05;transform:translate(12px)scale(1.01)}.proj-item-active{background-color:#ffffff0a;border-left:3px solid #fff;transform:translate(12px)scale(1.01)}.proj-item-main{z-index:2;justify-content:space-between;align-items:center;gap:30px;display:flex;position:relative}.proj-item-left{align-items:baseline;gap:40px;display:flex}.proj-num{color:#666;font-family:monospace;font-size:16px;font-weight:700;transition:color .3s,transform .3s cubic-bezier(.16,1,.3,1),text-shadow .3s}.proj-num-anim{color:#fff;text-shadow:0 0 15px #fff9;transform:scale(1.2)translateY(-2px)}.proj-titles-wrap{flex-direction:column;gap:8px;display:flex}.proj-top-info{align-items:center;gap:12px;display:flex}.proj-category{letter-spacing:.05em;color:#8c8c8c;text-transform:uppercase;font-size:12px;font-weight:700}.proj-title{letter-spacing:-.02em;color:#fff;font-size:clamp(20px,2.2vw,32px);font-weight:900;line-height:1.1;transition:color .3s,transform .3s}.proj-item:hover .proj-title{color:#f0f0f0;transform:translate(4px)}.proj-desc{color:#999;opacity:0;max-width:440px;max-height:0;font-size:14px;line-height:1.6;transition:max-height .5s cubic-bezier(.16,1,.3,1),opacity .4s,transform .4s;overflow:hidden;transform:translateY(-8px)}.proj-desc-visible{opacity:1;max-height:100px;transform:translateY(0)}.proj-item-right{align-items:center;gap:20px;display:flex}.proj-arrow{color:#fff;background:#ffffff05;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 15px #0000004d}.proj-item:hover .proj-arrow{color:#070707;background-color:#fff;border-color:#fff;transform:rotate(45deg)scale(1.1);box-shadow:0 0 25px #ffffff80}.proj-mockup-wrapper{justify-content:center;align-items:center;width:100%;display:flex}.proj-mockup-screen{justify-content:center;align-items:center;width:100%;max-width:640px;display:flex}.proj-screens-stack{aspect-ratio:16/10;background:#0d0d0d;border:1px solid #ffffff1f;border-radius:12px;width:100%;transition:transform .5s cubic-bezier(.16,1,.3,1),border-color .5s;position:relative;overflow:hidden;box-shadow:0 25px 50px #000c,0 0 40px #ffffff08}.proj-mockup-wrapper:hover .proj-screens-stack{border-color:#ffffff4d;transform:scale(1.02)translateY(-5px)}.proj-preview-img{object-fit:cover;filter:brightness(.95)contrast(1.05);width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1),filter .5s}.proj-mockup-wrapper:hover .proj-preview-img{filter:brightness(1.05)contrast(1.1);transform:scale(1.04)}.team-stack-section{color:#fff;opacity:0;background-color:#070707;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;width:100vw;padding:120px 80px;font-family:Arial,Helvetica,sans-serif;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;transform:translateY(40px)}.team-stack-section.team-visible{opacity:1;transform:translateY(0)}.team-noise{opacity:.04;pointer-events:none;z-index:1;background-image:radial-gradient(#fff3 1px,#0000 0);background-size:24px 24px;position:absolute;inset:0}.team-container{z-index:2;width:100%;max-width:1400px;margin:0 auto;position:relative}.team-header{margin-bottom:80px}.team-subtitle{letter-spacing:.2em;color:#666;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:800;display:block}.team-main-title{letter-spacing:-.03em;color:#fff;font-size:clamp(36px,4.5vw,64px);font-weight:900;line-height:1}.team-cards-stack{flex-direction:column;gap:100px;display:flex}.team-row-card{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards scrollLoadItem;animation-delay:calc(.2s * var(--item-index,0));transform:translateY(40px)}.team-stack-section.team-visible .team-row-card{animation-play-state:running}.team-row-content{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;display:grid}.team-row-card:nth-child(2n) .team-row-content{direction:rtl}.team-row-card:nth-child(2n) .team-row-content>*{direction:ltr}.team-info-side{flex-direction:column;gap:16px;display:flex}.team-top-line{align-items:center;gap:16px;display:flex}.team-num{color:#888;font-family:monospace;font-size:18px;font-weight:700}.team-role-tag{letter-spacing:.1em;color:#8c8c8c;text-transform:uppercase;background:#ffffff0d;border:1px solid #ffffff14;border-radius:20px;padding:6px 14px;font-size:11px;font-weight:700}.team-name{letter-spacing:-.03em;color:#fff;font-size:clamp(38px,4vw,56px);font-weight:900;line-height:1.1}.team-desc{color:#999;max-width:480px;font-size:15px;line-height:1.6}.team-image-side{justify-content:center;display:flex}.team-img-wrapper{aspect-ratio:1/1.15;background:#0d0d0d;border:1px solid #ffffff1f;border-radius:16px;width:100%;max-width:440px;transition:transform .5s cubic-bezier(.16,1,.3,1),border-color .5s;overflow:hidden;box-shadow:0 30px 60px #000c,0 0 40px #ffffff08}.team-img-wrapper:hover{border-color:#ffffff4d;transform:scale(1.02)translateY(-5px)}.team-preview-img{object-fit:cover;filter:brightness(.95)contrast(1.05);width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1),filter .5s}.team-img-wrapper:hover .team-preview-img{filter:brightness(1.05)contrast(1.1);transform:scale(1.04)}.contact-section{padding-bottom:80px}.contact-panel-elite{color:#000;background:#fff;border:1px solid #0000001a;border-radius:16px;padding:80px 70px;position:relative;overflow:hidden;box-shadow:0 40px 100px #00000080}.contact-panel-glow{pointer-events:none;background:radial-gradient(circle,#00000008 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-50%;left:-20%}.contact-panel-content{z-index:2;justify-content:space-between;align-items:center;gap:40px;display:flex;position:relative}.contact-left{flex-direction:column;gap:16px;display:flex}.contact-tag{letter-spacing:.2em;color:#555;text-transform:uppercase;font-size:11px;font-weight:800}.contact-left h2{letter-spacing:-.02em;color:#000;max-width:700px;font-size:clamp(32px,3.5vw,48px);font-weight:900;line-height:1.1}.contact-left p{color:#555;max-width:540px;font-size:15px;line-height:1.6}.btn-contact-us{color:#fff;letter-spacing:.1em;cursor:pointer;white-space:nowrap;background-color:#000;border:none;border-radius:8px;align-items:center;gap:14px;padding:22px 42px;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:800;transition:transform .3s cubic-bezier(.16,1,.3,1),background-color .3s,box-shadow .3s;display:inline-flex;box-shadow:0 10px 30px #00000026}.btn-contact-us:hover{background-color:#222;transform:translateY(-3px);box-shadow:0 15px 35px #00000040}.btn-contact-us svg{transition:transform .3s cubic-bezier(.16,1,.3,1)}.btn-contact-us:hover svg{transform:translate(3px,-3px)}.site-footer-elite{color:#fff;z-index:2;background-color:#030303;border-top:1px solid #ffffff14;width:100vw;margin-left:calc(50% - 50vw);padding:100px 0 50px;position:relative}.footer-elite-container{width:100%;max-width:1440px;margin:0 auto;padding:0 48px}.footer-elite-grid{grid-template-columns:1.5fr 1fr 1fr;align-items:start;gap:60px;display:grid}.footer-col-brand{flex-direction:column;gap:20px;display:flex}.footer-brand-wrap{align-items:center;gap:12px;display:flex}.footer-logo{object-fit:contain;width:24px;height:24px}.footer-brand-name{letter-spacing:.08em;color:#fff;font-size:16px;font-weight:900}.footer-brand-desc{color:#888;max-width:380px;font-size:14px;line-height:1.6}.footer-col-links h4,.footer-col-socials h4{letter-spacing:.2em;color:#666;text-transform:uppercase;margin-bottom:24px;font-size:11px;font-weight:800}.footer-col-links ul,.footer-col-socials ul{flex-direction:column;gap:14px;list-style:none;display:flex}.footer-col-links ul li button{color:#999;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:14px;transition:color .2s,transform .2s}.footer-col-links ul li button:hover{color:#fff;transform:translate(4px)}.footer-col-socials ul li a{color:#999;font-size:14px;text-decoration:none;transition:color .2s,transform .2s;display:inline-block}.footer-instagram-link{align-items:center;gap:10px;display:inline-flex!important}.instagram-svg-icon{transition:transform .3s cubic-bezier(.16,1,.3,1)}.footer-col-socials ul li a:hover{color:#fff;transform:translate(4px)}.footer-col-socials ul li a:hover .instagram-svg-icon{transform:scale(1.15)rotate(8deg)}.footer-elite-divider{background:#ffffff14;width:100%;height:1px;margin:60px 0 30px}.footer-elite-bottom{color:#666;justify-content:space-between;align-items:center;font-size:13px;display:flex}.footer-credit{font-weight:500}@media (max-width:1150px){.hero-title{font-size:48px}}@media (max-width:1024px){.hero-section{grid-template-columns:1fr;gap:40px;min-height:auto;padding-top:140px;padding-bottom:60px}.hero-left{margin-top:0;margin-bottom:0}.hero-right{justify-content:flex-start;width:100%}.wwd-layout-grid,.proj-layout-grid{grid-template-columns:1fr;gap:50px}.team-row-content,.team-row-card:nth-child(2n) .team-row-content{direction:ltr;grid-template-columns:1fr;gap:30px}.contact-panel-content{flex-direction:column;align-items:flex-start;gap:32px}.footer-elite-grid{grid-template-columns:1fr;gap:40px}}@media (max-width:768px){.content-container{padding:0 24px}.hero-title{font-size:38px}.hero-actions{flex-direction:column;align-items:stretch}.btn-primary,.btn-secondary,.btn-contact-us{text-align:center;justify-content:center}.wwd-section,.proj-section,.team-stack-section{padding:80px 24px}.wwd-item-main,.proj-item-main{flex-direction:column;align-items:flex-start;gap:16px}.wwd-item-left,.proj-item-left{align-items:flex-start;gap:20px}.wwd-item-right,.proj-item-right{justify-content:flex-end;width:100%}.wwd-desc,.proj-desc{opacity:1;max-height:150px;transform:none}.contact-panel-elite{padding:50px 30px}.footer-elite-bottom{flex-direction:column;align-items:flex-start;gap:12px}}@media (max-width:640px){.stack-ticker-container{padding:20px 0}.stack-ticker-inner{gap:28px}.stack-icon-wrapper{width:14px;height:14px}.stack-name{font-size:12px}}
