:root{--header-pill-height: 28px;--header-pill-radius: 999px}.header-right{display:flex;align-items:center;gap:1rem}.header{position:fixed;top:0;left:0;width:100%;z-index:999;transition:background .25s ease,backdrop-filter .25s ease,box-shadow .25s ease,color .25s ease}.nav-contact-item{display:none}.header-wrapper{display:flex;justify-content:space-between;align-items:center;margin:0 auto;width:100%;padding:1.25rem 2rem;box-sizing:border-box;overflow:hidden}.logo{display:flex;align-items:center;gap:1rem}.logo-brand{display:flex;align-items:baseline;gap:.25rem}.logo-punto{font-weight:800;font-size:1.8rem;line-height:1}.logo-vista{font-weight:300;font-size:1.8rem;line-height:1;opacity:.9}.logo-divider{width:1px;height:2rem;background:currentColor;opacity:.3}.logo-tagline{display:flex;flex-direction:column;gap:.1rem;line-height:1}.tagline-line1,.tagline-line2{font-family:Inter,sans-serif;font-weight:400;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:currentColor;opacity:.7;white-space:nowrap}.logo svg,.logo svg *{fill:currentColor!important;stroke:currentColor!important}.nav ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav a{text-decoration:none;font-weight:500;font-size:.95rem;color:currentColor;opacity:.95;transition:opacity .2s ease;text-transform:uppercase;letter-spacing:.16em}.nav a:hover{opacity:1}.burger{display:none;background:none;border:1px solid currentColor;color:currentColor;border-radius:var(--header-pill-radius);font-size:.95rem;height:var(--header-pill-height);padding:0 .85rem;cursor:pointer;line-height:1}.header.hero-state{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;color:#fff}.header.card-state{background:#fff9;backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);border:1px solid rgba(255,255,255,.8);box-shadow:2px 2px 5px #00000080;color:#111;border-bottom-left-radius:28px;border-bottom-right-radius:28px}@media(hover:hover)and (pointer:fine){.header.card-state:hover{box-shadow:0 10px 28px #0000001f}}@media(max-width:1199px){.nav ul{position:fixed;top:calc(70px + 1rem);right:2rem;background:#ffffff1a;backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);border-radius:28px;border:1px solid rgba(255,255,255,.2);padding:1.5rem;gap:0;min-width:200px;z-index:1001;box-shadow:0 16px 48px #00000040,inset 0 1px #fff3;z-index:999;display:none;flex-direction:column;opacity:0;transform:translateY(-10px);transition:opacity .3s ease-out,transform .3s ease-out}.nav.open ul{display:flex;animation:menuSlideIn .3s ease-out forwards}@keyframes menuSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav ul li{opacity:0;animation:itemFadeIn .3s ease-out forwards}.nav.open ul li:nth-child(1){animation-delay:.05s}.nav.open ul li:nth-child(2){animation-delay:.1s}.nav.open ul li:nth-child(3){animation-delay:.15s}.nav.open ul li:nth-child(4){animation-delay:.2s}@keyframes itemFadeIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.nav a{display:block;padding:.85rem 1rem;font-size:1rem;font-weight:500;color:#fff;text-decoration:none;border-radius:16px;transition:all .2s ease;position:relative}.header.card-state .nav a{color:#111}.nav a:hover{background:#ffffff26;transform:translate(4px)}.nav a:active{background:#ffffff40;transform:translate(2px)}.menu-backdrop{position:fixed;inset:0;background:#0000004d;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:998;animation:backdropFadeIn .3s ease-out;cursor:pointer}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}.burger{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;z-index:1001;position:relative;min-width:60px;transition:all .3s ease}.header.hero-state .burger{border-color:#fff;color:#fff;background:#ffffff1a}.header.card-state .burger{border-color:#111;color:#111;background:#fff9}.burger.active{background:#fffffff2;color:#111;border-color:#111;font-size:1.2rem;font-weight:300}.nav-contact-item{display:block}.header-cta-contact{display:none}.nav-contact-item a{padding:.85rem 1rem}}@media(max-width:768px){.header-wrapper{padding:1rem 1.25rem}.logo-punto,.logo-vista{font-size:1.5rem}.logo-divider,.logo-tagline{display:none}.logo{gap:0rem}.nav a{font-size:.9rem;letter-spacing:.12em}.nav ul{right:1.25rem;min-width:180px;top:calc(60px + 1rem)}#dark .nav ul{background:#050505eb;border-color:#ffffff38;box-shadow:0 16px 48px #000c,inset 0 1px #ffffff0f}#dark .nav a{color:#fff}#dark .menu-backdrop{background:#0000008c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}}.header-cta-contact{border-radius:999px;padding:.45rem 1.5rem;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.14em;border:1px solid currentColor;background:transparent;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}#light .header.hero-state .header-cta-contact{background:#fff;color:#111;border-color:#fff}#light .header.card-state .header-cta-contact{background:#111;color:#fff;border-color:#111}#dark .header .header-cta-contact{background:#fff;color:#111;border-color:#fff}#dark .header.card-state{background:#050505e6;backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);border-color:#ffffff2e;box-shadow:0 14px 40px #000c;color:#fff}#dark .header.card-state .nav a{color:#fff}#dark .header.card-state .burger{border-color:#fff;color:#fff;background:#ffffff0d}.logo-svg-mobile{display:none;height:32px;width:auto}@media(max-width:768px){.logo-punto,.logo-vista,.logo-divider,.logo-tagline,.logo-svg-mobile{display:none}#light .header.hero-state .logo-svg-mobile--dark{display:block}#light .header.hero-state .logo-svg-mobile--light,#light .header.card-state .logo-svg-mobile--dark{display:none}#light .header.card-state .logo-svg-mobile--light,#dark .header .logo-svg-mobile--dark{display:block}#dark .header .logo-svg-mobile--light{display:none}}.theme-toggle{position:relative;width:54px;height:var(--header-pill-height);border-radius:var(--header-pill-radius);border:1px solid currentColor;background:transparent;padding:0;margin:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;outline:none}.theme-toggle__track{position:absolute;inset:2px;border-radius:999px;background:#ffffff2e;transition:background .25s ease}.theme-toggle__thumb{position:relative;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;transition:transform .25s ease}.theme-toggle__glyph{line-height:1}.theme-toggle--light .theme-toggle__thumb{transform:translate(-8px)}.theme-toggle--dark .theme-toggle__thumb{transform:translate(8px)}.theme-toggle{color:inherit}.header.hero-state .theme-toggle__track{background:#00000026}.header.hero-state .theme-toggle__thumb{background:#fff;color:#111}.header.card-state .theme-toggle__track{background:#0000000f}.header.card-state .theme-toggle__thumb{background:#111;color:#fff}#dark .header.hero-state .theme-toggle__track,#dark .header.card-state .theme-toggle__track{background:#ffffff26}#dark .header.hero-state .theme-toggle__thumb,#dark .header.card-state .theme-toggle__thumb{background:#fff;color:#111}@media(hover:hover)and (pointer:fine){.theme-toggle:hover{box-shadow:0 0 0 4px #ffffff0f}.header.card-state .theme-toggle:hover{box-shadow:0 0 0 4px #0000000d}#dark .header.hero-state .theme-toggle:hover,#dark .header.card-state .theme-toggle:hover{box-shadow:0 0 0 4px #ffffff14}}.theme-toggle__thumb,.theme-toggle__glyph{display:flex;align-items:center;justify-content:center}.theme-toggle__icon{width:14px;height:14px;color:currentColor}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes move{0%,to{transform:translate(var(--start-x),var(--start-y))}50%{transform:translate(var(--end-x),var(--end-y))}}@keyframes colorChange{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.bgStick{position:fixed;margin:0;padding:0;height:100vh;width:100vw;overflow:hidden}.gradient{--size: 750px;--speed: 50s;--easing: cubic-bezier(.8, .2, .2, .8);--start-x: 0px;--start-y: 0px;--end-x: calc(100vw - var(--size));--end-y: calc(100vh - var(--size));position:absolute;width:var(--size);height:var(--size);filter:blur(calc(var(--size) / 5));border-radius:30% 70% 70% 30%/30% 30% 70% 70%;background-size:200% 200%;animation:rotate var(--speed) var(--easing) infinite,move 20s ease-in-out infinite alternate,colorChange 10s ease-in-out infinite alternate}#gradient0{--start-x: 10%;--start-y: 10%;--end-x: 90%;--end-y: 90%;background-image:linear-gradient(#ef437c,#ef7bc9);z-index:1}#gradient1{--start-x: 20%;--start-y: 20%;--end-x: 80%;--end-y: 80%;background-image:linear-gradient(#7c43ef,#7b7bef);z-index:2}#gradient2{--start-x: 30%;--start-y: 30%;--end-x: 70%;--end-y: 70%;background-image:linear-gradient(#43d2ef,#7befdc);z-index:3}#gradient3{--start-x: 40%;--start-y: 40%;--end-x: 60%;--end-y: 60%;background-image:linear-gradient(#437cef,#7bc9ef);z-index:4}#gradient4{--start-x: 50%;--start-y: 50%;--end-x: 50%;--end-y: 50%;background-image:linear-gradient(#43b6ef,#7befef);z-index:5}@media(max-width:768px){.gradient{--size: 500px;filter:blur(100px);animation-duration:60s,25s,12s}}@media(max-width:768px){#gradient3,#gradient4{display:none}}@media(max-width:768px){.gradient{--size: 500px;filter:blur(100px)}#gradient3,#gradient4{display:none}}@media(max-width:768px){.content--card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff2e}}#dark .bgStick{background:radial-gradient(circle at 10% 0%,#050510 0,transparent 55%),radial-gradient(circle at 90% 100%,#040818 0,transparent 55%),#020309}#dark #gradient0{background-image:linear-gradient(#6423e7,#2222c3)}#dark #gradient1{background-image:linear-gradient(#193ce6,#206bb6)}#dark #gradient2{background-image:linear-gradient(#1991e6,#209db6)}#dark #gradient3{background-image:linear-gradient(#186adc,#247ca8)}#dark #gradient4{background-image:linear-gradient(#1775d3,#2280a0)}#dark .gradient{filter:blur(calc(var(--size) / 6))}@media(min-width:769px){#dark .gradient{filter:blur(calc(var(--size) / 6))}}.sticky-content{position:relative;z-index:10}.fallback-mode{height:auto!important;overflow:visible!important}.section-process{margin:0 auto;padding:0;position:relative;overflow:hidden}.sticky-process-title{margin-bottom:4rem;text-align:left}.sticky-process-title .section-title{margin-bottom:0}.sticky-wrapper{height:100vh}@media(max-height:1000px){.sticky-wrapper{height:auto;min-height:auto;overflow:visible}}.sticky-content{position:relative;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:.1vh .1vw;gap:3rem;will-change:transform;padding-top:4vh}.sticky-block{position:relative;width:100%;pointer-events:none;display:flex;flex-direction:column;gap:1.25rem;will-change:opacity}.stepHeader{display:flex;align-items:center;gap:1rem;width:100%}.step-number{font-size:1rem;font-weight:500;white-space:nowrap;margin:0;line-height:1;transform:translateY(1px)}hr.style4.top-line{flex-grow:1;border:0;border-top:2px solid rgba(0,0,0,.2);margin:0;height:1px}.thingsTitle{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:400;margin:0;line-height:1.1;letter-spacing:-.01em}.thingsText{width:100%;max-height:500px;overflow:hidden;will-change:max-height,opacity}.thingsText p{font-size:clamp(1rem,1.5vw,1.1rem);max-width:42ch;margin:0;font-weight:300;line-height:1.5;text-align:left;color:#000000d9}@media(prefers-reduced-motion:reduce){.sticky-block,.stepHeader,.thingsTitle,.thingsText{opacity:1!important;transform:none!important}.sticky-content,.sticky-block,.thingsText{will-change:auto}}@media(max-width:768px){.thingsText p{font-size:clamp(.9rem,2.5vw,1rem);max-width:100%}.step-number{font-size:.9rem}}#dark .section-process,#dark .sticky-process-title .section-title{color:#fff}#dark .step-number{color:#ffffffe6}#dark hr.style4.top-line{border-top-color:#ffffff40}#dark .thingsTitle{color:#fff}#dark .thingsText p{color:#ffffffd9}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.process-fallback-animate{animation:fadeSlideUp .8s ease-out forwards}.portfolio{display:grid;grid-template-columns:repeat(12,1fr);gap:25px}.portfolio-section-container .section-title{font-size:clamp(2rem,4vw,3.5rem);font-weight:700}#light .portfolio-section-container .section-title{color:#000}#dark .portfolio-section-container .section-title{color:#fff}.portfolio-item{position:relative;overflow:hidden;height:450px;border-radius:16px;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}#light .portfolio-item{background:#ffffffb3;border:1px solid rgba(255,255,255,.9);box-shadow:0 10px 30px #00000040}#dark .portfolio-item{background:#050505e0;border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 40px #000000d9}.portfolio-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out,opacity .3s ease-in-out;max-height:450px;position:absolute;top:0;left:0}.portfolio-imghover{width:100%;height:100%;transition:transform .3s ease-in-out,opacity .3s ease-in-out;max-height:145px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.portfolio-imghover{z-index:3;opacity:0}.portfolio-imghover svg{background-color:#fff}.portfolio-item:hover .portfolio-imghover,.TouchCard .portfolio-imghover{opacity:1}.portfolio-item:hover,.portfolio-item:focus,.TouchCard{transform:scale(1);box-shadow:0 8px 16px #0003}.overLay{position:absolute;inset:0;background:#00000073;z-index:2;opacity:0;transition:opacity .3s ease-in-out}.portfolio-item:hover .overLay,.TouchCard .overLay{opacity:1}#dark .overLay{background:radial-gradient(circle at 20% 10%,rgba(255,255,255,.06),transparent 55%),#0000008c}.portfolio-item-0{grid-column:span 5}.portfolio-item-1{grid-column:span 7}.portfolio-item-2{grid-column:span 12}.portfolio-item-3{grid-column:span 7}.portfolio-item-4{grid-column:span 5}.portfolio-item-5{grid-column:span 12}.portfolio-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;color:#fff;text-align:left}.portfolio-details{display:flex;flex-direction:column;gap:8px;position:absolute;inset:0;height:100%;z-index:3}.portfolio-category{top:20px;left:20px;border-radius:4px;position:absolute;text-transform:capitalize}.portfolio-hashtags{position:absolute;display:flex;flex-wrap:wrap;gap:4px;border-radius:4px;bottom:20px;left:20px}.portfolio-item:hover .portfolio-hashtags .containerInfo1,.TouchCard .portfolio-hashtags .containerInfo1{background:none;border:solid 2px #fff;padding:8px 18px}.cta-scroll1{margin-top:calc(4rem + 2vw);display:flex;align-items:center}.cta-scroll1 span{font-size:calc(.8rem + .5vw);border-radius:30px;padding:calc(0px + 1vw) calc(10px + 1vw);cursor:pointer;transition:all .25s ease}#light .cta-scroll1 span{border:1px solid rgba(0,0,0,.85);color:#000;background:#ffffffe6;box-shadow:0 4px 10px #0000001f}#light .cta-scroll1 span:hover{background:#000;color:#fff}#dark .cta-scroll1 span{border:1px solid rgba(255,255,255,.8);color:#fff;background:transparent;box-shadow:0 4px 12px #0009}#dark .cta-scroll1 span:hover{background:#fff;color:#000}.containerArrow2{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:50%;overflow:hidden;background-color:#000;position:absolute;top:20px;right:20px}.containerArrow2 i{display:block;font-size:calc(10px + 1em);transition:all .4s ease-in-out;transform:rotate(135deg);color:#fff}.portfolio-item:hover .containerArrow2 i,.TouchCard .containerArrow2 i{transform:rotate(-45deg)}#light .portfolio-item:hover .containerArrow2{background-color:#fff}#light .portfolio-item:hover .containerArrow2 i{color:#000}#dark .portfolio-item:hover .containerArrow2{background-color:#000}#dark .portfolio-item:hover .containerArrow2 i{color:#fff}.containerInfo1{padding:10px 20px;border-radius:30px;max-width:150px;font-size:.8rem;font-weight:500}#light .containerInfo1{background:#000;color:#fff;border:1px solid transparent}#dark .containerInfo1{background:#000000b3;color:#fff;border:1px solid rgba(255,255,255,.2)}#dark .portfolio-item:hover .portfolio-hashtags .containerInfo1,#dark .TouchCard .portfolio-hashtags .containerInfo1{background:transparent;border:2px solid #fff}@media(max-width:1024px){.portfolio{grid-template-columns:1fr}.portfolio-item-0,.portfolio-item-1,.portfolio-item-2,.portfolio-item-3,.portfolio-item-4,.portfolio-item-5{grid-column:span 1}}.hero-parallax-test{position:relative;width:100%;height:100vh;overflow:hidden;padding:0!important;margin:0!important;max-width:none!important}.hero-parallax-video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden;border-bottom-left-radius:0;border-bottom-right-radius:0}.hero-parallax-video{width:100%;height:100%;object-fit:cover;display:block}.hero-parallax-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0009,#0000004d,#0000001a);pointer-events:none;z-index:2}.hero-parallax-content{position:absolute;bottom:0;left:0;right:0;z-index:10;width:100%;margin:0 auto;padding:0 2rem 4rem;color:#fff;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:2rem;will-change:transform;box-sizing:border-box;overflow:hidden;max-width:1900px}.hero-parallax-title{font-family:Oswald,sans-serif;font-size:clamp(2.5rem,5vw,5rem);font-weight:700;line-height:1.05;letter-spacing:-.02em;text-transform:uppercase;margin:0;max-width:22ch;flex:0 1 auto;text-align:left;word-wrap:break-word;color:#fff;text-shadow:0 4px 12px rgba(0,0,0,.5)}.hero-parallax-title .highlight{font-family:Oswald,sans-serif;font-weight:600;color:#fff;position:relative;display:inline-block}.hero-parallax-cta{display:flex;flex-direction:column;gap:1rem;flex:0 0 auto;align-items:flex-end}.hero-parallax-cta button{font-family:Inter,sans-serif;font-weight:500;font-size:clamp(.95rem,1.2vw,1.15rem);padding:clamp(.75rem,1.2vw,1rem) clamp(1.25rem,2vw,1.75rem);border-radius:30px;cursor:pointer;background:#ffffff1a;-webkit-backdrop-filter:blur(20px) saturate(150%);backdrop-filter:blur(20px) saturate(150%);box-shadow:0 8px 32px #0003,inset 0 1px #fff3;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;min-width:160px;position:relative;overflow:hidden}.hero-parallax-cta button:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff26,#ffffff0d);pointer-events:none;opacity:1;transition:opacity .3s ease}.hero-parallax-cta button:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-3px);box-shadow:0 12px 40px #0000004d,inset 0 1px #ffffff4d}.hero-parallax-cta button:hover:before{opacity:.7}.hero-parallax-cta button:active{transform:translateY(-1px);box-shadow:0 6px 24px #00000040,inset 0 1px #fff3}.hero-parallax-cta button:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:3px}@media(min-width:1200px)and (max-width:1599px){.hero-parallax-content{padding:0 2.5rem 3.5rem}.hero-parallax-title{font-size:clamp(2.5rem,4.5vw,5rem);max-width:650px}}@media(min-width:768px)and (max-width:1199px){.hero-parallax-content{gap:2rem;padding:0 2rem 3rem}.hero-parallax-title{font-size:clamp(2.5rem,5vw,4rem);max-width:100%;text-align:left}.hero-parallax-cta{align-items:flex-start;width:auto}.hero-parallax-cta button{width:100%;max-width:300px}}@media(max-width:767px){.hero-parallax-content{flex-direction:column;align-items:flex-start;gap:2rem;padding:0 1.5rem 2.5rem}.hero-parallax-title{line-height:1.1;text-transform:none;max-width:100%;text-align:left}.hero-parallax-title .highlight:after{display:none}.hero-parallax-cta{flex-direction:row;align-items:stretch;width:100%;gap:.75rem}.hero-parallax-cta button{width:100%;min-width:auto}}@media(max-width:480px){.hero-parallax-content{padding:0 1.25rem 2rem}}@media(prefers-reduced-motion:reduce){.hero-parallax-cta button{transition:none}.hero-parallax-cta button:hover{transform:none}}@media(prefers-contrast:high){.hero-parallax-title{text-shadow:0 2px 8px rgba(0,0,0,.9)}.hero-parallax-cta button{border-width:3px}}@supports (height: 100svh){.hero-parallax-test{height:100svh}}@supports (padding: max(0px)){.hero-parallax-content{padding-bottom:max(4rem,calc(3rem + env(safe-area-inset-bottom)))}}@media(max-width:767px){.hero-parallax-content{bottom:2.5rem;padding:0 1.5rem 2.25rem}}.contact-cta-section{display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.contact-cta-content{text-align:center;width:100%;max-width:min(960px,100%);margin:0 auto}.contact-cta-eyebrow{text-align:center;margin-bottom:.75rem}.contact-cta-title{font-family:Oswald,sans-serif;font-size:clamp(2.5rem,5vw,5rem);font-weight:700;line-height:1.05;letter-spacing:-.02em;color:#000;margin:0 0 2rem;text-align:center;text-transform:none}.contact-cta-button{padding:1rem 2.5rem;border-radius:30px;font-size:1.1rem;cursor:pointer;border:1px solid rgba(0,0,0,.8);background:#000000e6;color:#fff;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.contact-cta-button:hover{background:#000;transform:translateY(-3px);box-shadow:0 10px 25px #0000004d}.contact-cta-button .arrow-icon{transition:transform .3s ease;font-size:1.2rem}.contact-cta-button:hover .arrow-icon{transform:translate(5px)}@media(max-width:768px){.contact-cta-section{min-height:30vh;padding:3rem 1.5rem}.contact-cta-content{max-width:100%}.contact-cta-title{font-size:clamp(2rem,6vw,3rem)}}.modal-overlay{position:fixed;inset:0;background:#0000008c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;z-index:10000;animation:modalFadeIn .25s ease-out forwards;padding:2rem;box-sizing:border-box}.modal-window{position:relative;width:min(720px,100%);max-height:100%;overflow-y:auto;background:#ffffffc7;backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%);border-radius:28px;border:1px solid rgba(255,255,255,.9);box-shadow:0 18px 40px #00000059,0 0 0 1px #fff9;padding:2.25rem 2.5rem;color:#111;animation:modalSlideUp .3s ease-out forwards}.modal-close{position:absolute;top:1.5rem;right:1.75rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:inherit;line-height:1}.modal-window .contact-form{margin-top:1.75rem}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:1024px){.modal-window{width:min(640px,calc(100% - 2.5rem));padding:2rem}.modal-close{top:1.25rem;right:1.5rem}}@media(max-width:768px){.modal-overlay{padding:1.25rem .5rem;align-items:flex-start}.modal-window{width:100%;max-width:100%;max-height:calc(100% - 2.5rem);margin-top:.75rem;margin-bottom:1.75rem;padding:1.5rem 1.25rem 1.75rem;border-radius:22px}.modal-window .contact-form{margin-top:1.5rem}}#dark .modal-overlay{background:#000000b3}#dark .modal-window{background:#0a0a0ae6;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border-color:#ffffff2e;box-shadow:0 20px 50px #000000e6,0 0 0 1px #ffffff14;color:#f5f5f5}#dark .modal-close{color:#f5f5f5}.contact-form{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:#111}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border-radius:10px;border:1px solid rgba(0,0,0,.16);font-size:.95rem;font-family:inherit;background:#ffffffe6;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#000;background:#fff;box-shadow:0 0 0 1px #00000010}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#e74c3c}.form-group textarea{resize:vertical;min-height:120px}.error-message{color:#e74c3c;font-size:.75rem;margin-top:-.1rem}.submit-success,.submit-error{padding:.75rem 1rem;border-radius:10px;text-align:left;font-size:.85rem;font-weight:500}.submit-success{background:#2ecc7114;border:1px solid rgba(46,204,113,.4);color:#1e8c4d}.submit-error{background:#e74c3c14;border:1px solid rgba(231,76,60,.4);color:#c0392b}.contact-form-submit{padding:.9rem 2.2rem;border-radius:999px;font-size:.95rem;font-weight:500;cursor:pointer;border:1px solid rgba(0,0,0,.9);background:#000;color:#fff;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;margin-top:.75rem;align-self:flex-start}.contact-form-submit:hover:not(:disabled){background:#111;transform:translateY(-1px);box-shadow:0 8px 18px #00000040}.contact-form-submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.contact-form{padding:1.25rem 0 .25rem;gap:1.25rem}.form-group{gap:.4rem}.form-group textarea{min-height:120px}}#dark .modal-window .form-group label{color:#f5f5f5}#dark .modal-window .form-group input,#dark .modal-window .form-group select,#dark .modal-window .form-group textarea{background:#ffffff0d;border-color:#ffffff2e;color:#f5f5f5}#dark .modal-window .form-group input::placeholder,#dark .modal-window .form-group textarea::placeholder{color:#f5f5f573}#dark .modal-window .form-group input:focus,#dark .modal-window .form-group select:focus,#dark .modal-window .form-group textarea:focus{border-color:#fff;background:#ffffff1f;box-shadow:0 0 0 1px #fff2}#dark .modal-window .contact-form-submit{border-color:#fff;background:#fff;color:#000}.sticky-services-alt-wrapper{position:relative;width:100%;min-height:100vh;padding:6rem 0}.sticky-services-alt-content{position:relative;margin:0 auto;display:grid;grid-template-columns:.35fr .65fr;gap:4rem;align-items:start}.sticky-title-column{position:sticky;top:20vh;height:fit-content;z-index:5}.section-title-alt{font-family:Oswald,sans-serif;font-size:clamp(2rem,3.8vw,3rem);font-weight:700;line-height:1.05;letter-spacing:-.02em;text-transform:uppercase;color:#000;margin:0;max-width:18ch;word-wrap:break-word}.section-titleUp-alt{font-family:Inter,sans-serif;font-size:clamp(.8rem,1.4vw,.95rem);font-weight:500;text-transform:uppercase;letter-spacing:.16em;margin:0 0 1rem;color:#000000b3;padding-bottom:clamp(1rem,2.4vw,1.7rem)}.cards-scroll-column{display:flex;flex-direction:column;gap:3rem;align-items:end}.service-card-alt{background:#fff9;backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.8);box-shadow:2px 2px 5px #00000080;transition:box-shadow .35s ease,transform .35s ease,background .35s ease;max-width:750px;width:100%}.service-card-alt:hover{box-shadow:0 20px 48px #00000040;transform:translateY(-4px);background:#ffffffa6}.card-content-alt{padding:clamp(32px,4vw,48px);display:flex;flex-direction:column;gap:1.5rem}.card-header-alt{display:flex;justify-content:space-between;align-items:flex-start}.card-number-alt{font-size:clamp(1.5rem,2.5vw,1.75rem);font-weight:700;color:#000;opacity:.9}.card-icon-alt{width:clamp(60px,8vw,80px);height:clamp(60px,8vw,80px);color:#000;opacity:.85}.card-icon-alt svg{width:100%;height:100%}.card-title-alt{font-size:clamp(2rem,3.5vw,2.5rem);font-weight:700;line-height:1.1;margin:0;color:#000;text-shadow:0 2px 8px rgba(255,255,255,.3)}.card-description-alt{font-size:clamp(.9rem,1.2vw,1rem);line-height:1.6;color:#000000d9;margin:0;text-shadow:0 1px 4px rgba(255,255,255,.2)}.card-tags-alt{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tag-alt{background:#000000d9;color:#fff;padding:8px 20px;font-size:.85rem;font-weight:500;border-radius:25px;border:none;white-space:nowrap;box-shadow:0 4px 12px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.tag-alt:hover{transform:scale(1.05);box-shadow:0 6px 20px #0003}@media(max-width:1023px){.sticky-services-alt-content{grid-template-columns:1fr;gap:3rem}.sticky-title-column{position:relative;top:0}.section-title-alt{font-size:clamp(2rem,6vw,3rem);margin-bottom:1rem}.cards-scroll-column{gap:2.5rem}}@media(max-width:767px){.sticky-services-alt-wrapper{padding:3rem 0}.sticky-services-alt-content{gap:2rem}.section-title-alt{font-size:clamp(1.8rem,8vw,2.5rem)}.card-content-alt{padding:24px;gap:24px}.card-number-alt{font-size:1.5rem}.card-icon-alt{width:50px;height:50px}.card-title-alt{font-size:1.8rem}.card-description-alt{font-size:.95rem}.tag-alt{font-size:.8rem;padding:6px 15px}.cards-scroll-column{gap:2rem;padding-bottom:2rem}}@media(max-width:480px){.card-icon-alt{width:45px;height:45px}}@media(prefers-reduced-motion:reduce){.service-card-alt,.tag-alt{transition:none}.service-card-alt:hover{transform:none}}#dark .section-title-alt{color:#fff}#dark .section-titleUp-alt{color:#ffffffb3}#dark .service-card-alt{background:#050505c7;backdrop-filter:blur(22px) saturate(160%);-webkit-backdrop-filter:blur(22px) saturate(160%);border-color:#ffffff29;box-shadow:0 18px 48px #000000b3}#dark .service-card-alt:hover{background:#050505e6}#dark .card-number-alt,#dark .card-title-alt,#dark .card-icon-alt{color:#fff}#dark .card-title-alt{text-shadow:0 2px 12px rgba(0,0,0,.9)}#dark .card-description-alt{color:#ffffffdb;text-shadow:0 1px 6px rgba(0,0,0,.85)}#dark .tag-alt{background:#fffffff5;color:#000;box-shadow:0 6px 20px #0009}.brand-partners-section{padding-top:clamp(1.75rem,3.5vh,2.5rem);padding-bottom:clamp(1.75rem,3.5vh,2.5rem)}.brand-partners-header{text-align:center;margin-bottom:2rem}.brand-partners-subtitle{text-align:center;margin:0 auto}.brand-partners-row{display:flex;flex-wrap:wrap;gap:clamp(1.5rem,3vw,2.5rem);align-items:center;justify-content:center}.brand-partner-logo{flex:0 1 auto;display:flex;align-items:center;justify-content:center;min-width:90px}.brand-partner-logo img{height:clamp(26px,3vw,40px);width:auto;display:block;filter:grayscale(1);opacity:.8;transition:opacity .2s ease,transform .2s ease,filter .2s ease}#light .brand-partner-logo img{filter:grayscale(1) contrast(1.05);opacity:1}#dark .brand-partner-logo img{filter:grayscale(1) invert(1) brightness(1.2) contrast(1.05);opacity:.9}.brand-partner-logo:hover img,.brand-partner-logo:focus-visible img{opacity:1;transform:translateY(-2px)}@media(max-width:768px){.home-section.brand-partners-section{padding-top:1.5rem;padding-bottom:1.5rem}.brand-partners-header{margin-bottom:1.25rem}.brand-partners-row{gap:1.25rem}.brand-partner-logo{min-width:80px}.brand-partner-logo img{height:24px}}.section-title[data-animate=slideIn]{will-change:opacity,transform}.home-section{position:relative;padding:clamp(3rem,6vh,4.5rem) clamp(1.5rem,4vw,3rem)}.section-header{margin-bottom:3rem}#contact-section{min-height:clamp(10vh,70vh,700px);display:flex;align-items:center;justify-content:center}.home-section.portfolio-section-container{padding-top:clamp(3rem,6vh,4.5rem);padding-bottom:clamp(4rem,10vh,6.5rem)}.section-title{font-family:Oswald,sans-serif;font-weight:700;font-size:clamp(2rem,3.6vw,3.2rem);line-height:1.05;letter-spacing:-.02em;text-align:left;color:#000}.sticky-title{position:sticky;top:15vh;z-index:20;transition:top .3s ease;padding:1rem 0}.section-process-container{padding-top:clamp(2rem,4vh,3rem)}#dark .section-title{color:#fff}.services-section-container{padding-top:clamp(3.5rem,7vh,5rem);padding-bottom:clamp(3.5rem,8vh,5.5rem)}@media(max-width:1024px){.section-process-container{padding-bottom:2rem}.services-section-container{padding-top:2rem}}@media(max-width:768px){.home-section.portfolio-section-container{padding-inline:1.25rem;padding-top:3rem}.home-section{padding-block:2.5rem;padding-inline:1.25rem}.section-process-container{padding-bottom:1.5rem}.services-section-container{padding-top:1.5rem}.section-header{margin-bottom:1.75rem}}.footer{position:relative;z-index:20;background:transparent;min-height:clamp(260px,50vh,520px);padding:clamp(2.5rem,5vw,3.5rem) 0 clamp(2.25rem,4vw,3rem);color:#111}.footer:before{content:"";position:absolute;inset:0 1%;border-radius:32px 32px 0 0;background:#fff9;backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);border:1px solid rgba(255,255,255,.8);box-shadow:2px 2px 5px #00000080;z-index:0;pointer-events:none}.footer-container{max-width:1900px;margin:0 auto;position:relative;z-index:1;display:flex;flex-direction:column;min-height:inherit}.footer-hero{flex:1;display:flex;align-items:flex-end;justify-content:space-between;padding:clamp(2rem,6vw,3.5rem) clamp(1.5rem,4vw,4rem) clamp(2rem,6vw,3.5rem);gap:2rem}.footer-hero-inner{text-align:left;max-width:60ch}.footer-hero-line{margin:0;font-family:var(--font-display, system-ui, sans-serif);font-weight:800;letter-spacing:.06em;text-transform:uppercase;line-height:.9;font-size:clamp(2.8rem,9vw,5.4rem);color:#111}.footer-hero-line+.footer-hero-line{margin-top:.35em}.footer-hero-line--accent{font-weight:600;color:var(--accent-color, #c4e94a)}.footer-cta-wrapper{margin-top:0;margin-left:auto;align-self:flex-end}.footer-cta-button{padding:1rem 2.5rem;border-radius:999px;font-size:1.05rem;cursor:pointer;border:1px solid rgba(0,0,0,.85);background:#000;color:#fff;display:inline-flex;align-items:center;gap:.6rem;transition:all .3s ease}.footer-cta-button:hover{background:#111;color:#fff;transform:translateY(-3px);box-shadow:0 10px 25px #00000040}.footer-cta-arrow{font-size:1.2rem;transition:transform .3s ease}.footer-cta-button:hover .footer-cta-arrow{transform:translate(5px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.75rem clamp(1.5rem,4vw,4rem) 0;border-top:1px solid rgba(0,0,0,.12);gap:1.5rem;font-size:.85rem}.footer-bottom-left{display:flex;flex-direction:column;gap:.15rem}.footer-bottom-left span{opacity:.75}.footer-bottom-left a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease,opacity .2s ease}.footer-bottom-left a:hover,.footer-bottom-left a:focus-visible{border-color:#00000080;opacity:1;outline:none}.footer-bottom-right{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-bottom-right a{color:#111;text-decoration:none;text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;opacity:.8;transition:opacity .2s ease,transform .2s ease}.footer-bottom-right a:hover,.footer-bottom-right a:focus-visible{opacity:1;transform:translateY(-1px);outline:none}@media(max-width:900px){.footer-hero{flex-direction:column;align-items:flex-start;justify-content:flex-start;padding-block:2.5rem}.footer-hero-line{font-size:clamp(2.4rem,11vw,3.6rem)}.footer-cta-wrapper{margin-top:2rem;margin-left:0;align-self:flex-start}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-bottom-right{justify-content:flex-start}}@media(max-width:480px){.footer{padding-inline:0}.footer-hero,.footer-bottom{padding-inline:1.25rem}}#dark .footer{color:#f5f5f5}#dark .footer:before{background:#050505eb;backdrop-filter:blur(22px) saturate(160%);-webkit-backdrop-filter:blur(22px) saturate(160%);border-color:#ffffff2e;box-shadow:0 -18px 40px #000000e6}#dark .footer-hero-line{color:#f5f5f5}#dark .footer-hero-line--accent{color:var(--accent-color, #c4e94a)}#dark .footer-cta-button{border-color:#ffffffe6;box-shadow:0 10px 25px #0009}#dark .footer-cta-button:hover{box-shadow:0 14px 32px #000c}#dark .footer-bottom{border-top-color:#ffffff29}#dark .footer-bottom-left span{opacity:.8}#dark .footer-bottom-left a{color:inherit;border-bottom-color:transparent}#dark .footer-bottom-left a:hover,#dark .footer-bottom-left a:focus-visible{border-bottom-color:#fff9}#dark .footer-bottom-right a{color:#f5f5f5;opacity:.85}#dark .footer-bottom-right a:hover,#dark .footer-bottom-right a:focus-visible{opacity:1}.back-to-top{position:fixed;right:1.25rem;bottom:1.5rem;z-index:950;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.14);background:#ffffffe6;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 8px 24px #00000040,inset 0 1px #ffffffb3;color:#111;cursor:pointer;opacity:0;transform:translateY(20px);pointer-events:none;transition:opacity .3s ease,transform .3s ease,box-shadow .3s ease,background .3s ease,color .3s ease}.back-to-top--visible{opacity:1;transform:translateY(0);pointer-events:auto}@media(hover:hover)and (pointer:fine){.back-to-top:hover{box-shadow:0 10px 30px #0000004d,inset 0 1px #fffc;background:#fff}}.back-to-top__icon{font-size:calc(10px + 1em);transform:rotate(90deg);transition:color .3s ease}@keyframes backToTopSpin{0%{transform:rotate(90deg)}to{transform:rotate(450deg)}}.back-to-top__icon--spinning{animation:backToTopSpin .6s ease-out}#dark .back-to-top{background:#050505e6;border-color:#ffffff47;box-shadow:0 10px 30px #000000bf,inset 0 1px #ffffff14;color:#fff}@media(hover:hover)and (pointer:fine){#dark .back-to-top:hover{background:#0a0a0a;box-shadow:0 12px 36px #000000e6,inset 0 1px #ffffff1a}}@media(min-width:768px){.back-to-top{right:1.75rem;bottom:2rem;width:52px;height:52px}}@media(max-width:480px){.back-to-top{right:1rem;bottom:1.25rem;width:44px;height:44px}}@media(max-height:600px){.back-to-top{bottom:1rem}}:root{--font-display: "Oswald", sans-serif;--font-body: "Inter", sans-serif;--weight-light: 300;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700}*{font-family:var(--font-body)}h1,h2,h3,h4,h5,h6,.title,.heading,.display{font-family:var(--font-display);font-weight:var(--weight-bold);line-height:1.1;letter-spacing:-.02em}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:clamp(1.25rem,2.5vw,1.5rem)}h5{font-size:clamp(1.1rem,2vw,1.25rem)}h6{font-size:clamp(1rem,1.5vw,1.1rem)}p,span,a,li,button,input,textarea,select{font-family:var(--font-body);font-weight:var(--weight-regular);line-height:1.6}.font-display{font-family:var(--font-display)}.font-body{font-family:var(--font-body)}.weight-light{font-weight:var(--weight-light)}.weight-regular{font-weight:var(--weight-regular)}.weight-medium{font-weight:var(--weight-medium)}.weight-semibold{font-weight:var(--weight-semibold)}.weight-bold{font-weight:var(--weight-bold)}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}@media(max-width:768px){h1{font-size:clamp(2rem,6vw,3rem)}h2{font-size:clamp(1.75rem,5vw,2.5rem)}h3{font-size:clamp(1.5rem,4vw,2rem)}}html.scroll-locked,body.scroll-locked{overflow:hidden!important}*{font-family:Helvetica,sans-serif;margin:0}html{scroll-padding-top:100px}section{max-width:1600px;margin:0 auto;height:100%;padding:4rem 2rem}@media(max-width:768px){section{padding:calc(4vh + 1rem) calc(3vw + 1rem)}}@media(max-width:480px){section{min-height:100vh;padding:calc(3vh + 1rem) calc(2vw + 1rem)}}
