@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body,html{font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;line-height:1.6;color:#2c3e50;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;line-height:1.2;margin:0;color:#2c3e50}h1{font-size:3rem;font-weight:700}@media(max-width:768px){h1{font-size:2.5rem}}h2{font-size:2.5rem;font-weight:700}@media(max-width:768px){h2{font-size:2rem}}h3{font-size:1.75rem;font-weight:600}@media(max-width:768px){h3{font-size:1.5rem}}p{margin:0 0 1rem;line-height:1.6;color:#666}a{text-decoration:none;color:#4a90e2;transition:all .3s ease}a:hover{color:rgb(34.3857142857,117.3857142857,214.6142857143)}.btn{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;border-radius:5px;padding:12px 30px;border:none;transition:all .3s ease;cursor:pointer;display:inline-block;text-align:center}.btn.btn-primary{background:#4a90e2;color:#fff}.btn.btn-primary:hover{background:rgb(34.3857142857,117.3857142857,214.6142857143);transform:translateY(-2px);box-shadow:0 4px 15px rgba(74,144,226,.3)}.btn.btn-outline{background:rgba(0,0,0,0);color:#4a90e2;border:2px solid #4a90e2}.btn.btn-outline:hover{background:#4a90e2;color:#fff}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}@media(max-width:768px){.container{padding:0 15px}}@media(max-width:480px){.container{padding:0 10px}}.container-fluid{width:100%;padding:0 20px}@media(max-width:768px){.container-fluid{padding:0 15px}}@media(max-width:480px){.container-fluid{padding:0 10px}}.container-narrow{max-width:800px;margin:0 auto;padding:0 20px}@media(max-width:768px){.container-narrow{padding:0 15px}}@media(max-width:480px){.container-narrow{padding:0 10px}}.section-padding{padding:80px 0}@media(max-width:768px){.section-padding{padding:60px 0}}@media(max-width:480px){.section-padding{padding:40px 0}}.section-margin{margin:80px 0}@media(max-width:768px){.section-margin{margin:60px 0}}@media(max-width:480px){.section-margin{margin:40px 0}.hide-mobile{display:none!important}}@media(max-width:768px){.hide-tablet{display:none!important}}@media(min-width:1025px){.hide-desktop{display:none!important}}.show-mobile{display:none!important}@media(max-width:480px){.show-mobile{display:block!important}}.show-tablet{display:none!important}@media(max-width:768px){.show-tablet{display:block!important}}.img-responsive{max-width:100%;height:auto;display:block}.page-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;align-items:center;justify-content:center;z-index:9999}.page-loader .loader-content{text-align:center}.page-loader .loader-content .loader-logo{margin-bottom:20px}.page-loader .loader-content .loader-logo img{height:40px}.page-loader .loader-content .loader-spinner{width:50px;height:50px;border:3px solid #e9ecef;border-top:5px solid #4a90e2;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.main-content{width:100%;overflow-x:hidden}.main-content .section{padding:40px 0}@media(min-width:768px){.main-content .section{padding:60px 0}}@media(min-width:1024px){.main-content .section{padding:0}}.main-content .content-wrapper{max-width:1200px;margin:0 auto;padding:0 15px}@media(min-width:768px){.main-content .content-wrapper{padding:0 30px}}@media(min-width:1024px){.main-content .content-wrapper{padding:0 40px}}.grid{display:grid;grid-gap:20px;gap:20px}@media(min-width:768px){.grid{gap:30px}}@media(min-width:1024px){.grid{gap:40px}}.grid.grid-1,.grid.grid-2{grid-template-columns:1fr}@media(min-width:768px){.grid.grid-2{grid-template-columns:repeat(2,1fr)}}.grid.grid-3{grid-template-columns:1fr}@media(min-width:768px){.grid.grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid.grid-3{grid-template-columns:repeat(3,1fr)}}.grid.grid-4{grid-template-columns:1fr}@media(min-width:480px){.grid.grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.grid.grid-4{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.grid.grid-4{grid-template-columns:repeat(4,1fr)}}.grid.grid-auto{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media(max-width:480px){.grid.grid-auto{grid-template-columns:1fr}}.flex{display:flex}.flex.flex-column{flex-direction:column}.flex.flex-wrap{flex-wrap:wrap}.flex.flex-center{align-items:center;justify-content:center}.flex.flex-between{align-items:center;justify-content:space-between}.flex.flex-around{align-items:center;justify-content:space-around}.flex.flex-start{align-items:flex-start;justify-content:flex-start}.flex.flex-end{align-items:flex-end;justify-content:flex-end}.spacing.spacing-sm{padding:20px}@media(min-width:768px){.spacing.spacing-sm{padding:30px}}.spacing.spacing-md{padding:30px}@media(min-width:768px){.spacing.spacing-md{padding:40px}}@media(min-width:1024px){.spacing.spacing-md{padding:50px}}.spacing.spacing-lg{padding:40px}@media(min-width:768px){.spacing.spacing-lg{padding:60px}}@media(min-width:1024px){.spacing.spacing-lg{padding:80px}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}@media(max-width:768px){.text-center-mobile{text-align:center}.text-left-mobile{text-align:left}.text-right-mobile{text-align:right}}.w-full{width:100%}.w-auto{width:auto}.w-1\/2{width:50%}@media(max-width:768px){.w-1\/2{width:100%}}.w-1\/3{width:33.333333%}@media(max-width:768px){.w-1\/3{width:50%}}@media(max-width:480px){.w-1\/3{width:100%}}.w-2\/3{width:66.666667%}@media(max-width:768px){.w-2\/3{width:100%}}.w-1\/4{width:25%}@media(max-width:1024px){.w-1\/4{width:50%}}@media(max-width:480px){.w-1\/4{width:100%}}.gap-sm{gap:15px}.gap-md{gap:25px}.gap-lg{gap:35px}@media(min-width:768px){.gap-sm{gap:20px}.gap-md{gap:30px}.gap-lg{gap:40px}}@media(min-width:1024px){.gap-sm{gap:25px}.gap-md{gap:35px}.gap-lg{gap:45px}}.card{background:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);overflow:hidden;transition:all .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.card .card-image{width:100%;height:200px;object-fit:cover}@media(min-width:768px){.card .card-image{height:250px}}@media(min-width:1024px){.card .card-image{height:300px}}.card .card-content{padding:20px}@media(min-width:768px){.card .card-content{padding:25px}}@media(min-width:1024px){.card .card-content{padding:30px}}.aspect-square{aspect-ratio:1}.aspect-video{aspect-ratio:16/9}.aspect-photo{aspect-ratio:4/3}@media(max-width:768px){.aspect-square{aspect-ratio:1.2}.aspect-video{aspect-ratio:4/3}.aspect-photo{aspect-ratio:1.5}}*{transition:padding .3s ease,margin .3s ease,font-size .3s ease}body,html{overflow-x:hidden;max-width:100vw}@media(max-width:768px){.clickable,a,button{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}}.concrete-component-node,.element-accordion-final,.element-accordion-final-1,.state-close-wrapper,.two-accordion-final{align-items:flex-start;border:1px solid #000;display:flex;flex-direction:column;gap:16px;padding:16px;position:relative;width:100%;max-width:1019px;margin:0 auto}@media(max-width:768px){.concrete-component-node,.element-accordion-final,.element-accordion-final-1,.state-close-wrapper,.two-accordion-final{padding:12px;gap:12px}}@media(max-width:480px){.concrete-component-node,.element-accordion-final,.element-accordion-final-1,.state-close-wrapper,.two-accordion-final{padding:8px;gap:8px}}.concrete-component-node .headline-4,.element-accordion-final .headline,.element-accordion-final-1 .headline-5,.state-close-wrapper .headline-2,.two-accordion-final .headline-3{align-items:center;align-self:stretch;display:flex;flex:0 0 auto;position:relative;width:100%}.concrete-component-node .text-wrapper-36,.element-accordion-final .text-wrapper-31,.element-accordion-final-1 .text-wrapper-38,.state-close-wrapper .text-wrapper-33,.two-accordion-final .text-wrapper-35{color:#000;flex:1 1;font-family:Montserrat,Helvetica;font-size:18px;font-weight:500;letter-spacing:0;line-height:normal;position:relative}@media(max-width:768px){.concrete-component-node .text-wrapper-36,.element-accordion-final .text-wrapper-31,.element-accordion-final-1 .text-wrapper-38,.state-close-wrapper .text-wrapper-33,.two-accordion-final .text-wrapper-35{font-size:16px}}@media(max-width:480px){.concrete-component-node .text-wrapper-36,.element-accordion-final .text-wrapper-31,.element-accordion-final-1 .text-wrapper-38,.state-close-wrapper .text-wrapper-33,.two-accordion-final .text-wrapper-35{font-size:14px}}.concrete-component-node .group-8,.element-accordion-final .group-5,.element-accordion-final-1 .group-9,.state-close-wrapper .group-6,.two-accordion-final .group-7{height:32px;margin-bottom:-8px;margin-right:-4px;position:relative;width:32px;flex-shrink:0}@media(max-width:480px){.concrete-component-node .group-8,.element-accordion-final .group-5,.element-accordion-final-1 .group-9,.state-close-wrapper .group-6,.two-accordion-final .group-7{height:24px;width:24px}}.concrete-component-node .line-7,.element-accordion-final .line-4,.element-accordion-final-1 .line-8,.state-close-wrapper .line-5,.two-accordion-final .line-6{align-self:stretch;height:1px;margin-left:-.5px;margin-right:-.5px;object-fit:cover;position:relative;width:100%}.concrete-component-node .text-wrapper-37,.element-accordion-final .text-wrapper-32,.element-accordion-final-1 .text-wrapper-39,.state-close-wrapper .text-wrapper-34,.two-accordion-final .the-duration-of-the{align-self:stretch;color:#000;font-family:Montserrat,Helvetica;font-size:12px;font-weight:500;letter-spacing:0;line-height:normal;position:relative}@media(max-width:768px){.concrete-component-node .text-wrapper-37,.element-accordion-final .text-wrapper-32,.element-accordion-final-1 .text-wrapper-39,.state-close-wrapper .text-wrapper-34,.two-accordion-final .the-duration-of-the{font-size:11px}}@media(max-width:480px){.concrete-component-node .text-wrapper-37,.element-accordion-final .text-wrapper-32,.element-accordion-final-1 .text-wrapper-39,.state-close-wrapper .text-wrapper-34,.two-accordion-final .the-duration-of-the{font-size:10px}}.page-scene{align-items:start;display:block;width:100%;min-height:100vh;overflow-x:hidden}.page-scene .hero-section{margin-top:0}.hero-section{width:100%;min-height:100vh}.hero-section .macbook-pro,.hero-section .macbook-pro .overlap-group-2{position:relative;width:100%;min-height:100vh}.hero-section .macbook-pro .overlap-group-2{background-image:url(https://c.animaapp.com/menzx2lpEVV1dI/img/hero-1.png);background-size:cover;background-position:50%;background-repeat:no-repeat}.hero-section .macbook-pro .rectangle{background-color:rgba(0,0,0,.4);position:absolute;top:0;left:0;width:100%;height:100%}.section{width:100%;padding:clamp(60px,12vw,140px) 0;position:relative}.about-section,.career-section,.faq-section,.projects-section,.section,.services-section{background:#fff}.faq-section{padding-bottom:clamp(60px,15vw,100px)!important}.section-header{max-width:980px;margin:0 auto 3rem;text-align:center;padding:0 1.25rem}.section-header .heading{font-family:Montserrat,Helvetica;font-weight:600;font-size:clamp(32px,4.2vw,46px);letter-spacing:-.5px}.section-header .subheading{font-family:Montserrat,Helvetica;font-weight:300;font-size:clamp(16px,1.5vw,20px);line-height:1.5;color:#000;margin-top:1.25rem}.grid-overlay{pointer-events:none;position:absolute;inset:0;max-width:1512px;margin:0 auto;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:0;gap:0;opacity:.14;background-image:linear-gradient(90deg,rgba(0,0,0,.08) 1px,transparent 0);background-size:calc((100% - 0px)/12) 100%;mix-blend-mode:multiply}@media(max-width:1024px){.grid-overlay{display:none}}.discover-link{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:10px 26px;font-family:DM Sans,Helvetica;font-weight:400;font-size:14px;letter-spacing:.5px;color:#2b5676;text-decoration:none;overflow:hidden;border:1px solid #2b5676;border-radius:2px;transition:.35s ease;background:#fff}.discover-link:after,.discover-link:before{content:"";position:absolute;inset:0;border:1px solid #2b5676;opacity:.35;pointer-events:none}.discover-link:after{transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.discover-link:hover{color:#fff;background:#2b5676}.discover-link:hover:after{transform:scaleX(1)}.discover-inner{position:relative;z-index:2}.accordion-item{background:#fff;border:1px solid #000!important;border-radius:2px;padding:18px 22px;cursor:pointer;transition:background .25s,border-color .25s}.accordion-item+.accordion-item{margin-top:10px}.accordion-item:hover{background:#f5f7f9}.accordion-item.open{border-color:#c56247;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.04)}.accordion-item .headline{display:flex;align-items:center;justify-content:space-between;gap:24px}.accordion-item .question{font-family:Montserrat,Helvetica;font-weight:500;font-size:16px;color:#000;flex:1 1;margin:0}.accordion-item .icon{width:24px;height:24px;flex-shrink:0;transition:transform .35s ease}.accordion-item.open .icon{transform:rotate(180deg)}.accordion-item .answer{font-family:Montserrat,Helvetica;font-weight:300;font-size:13px;color:#000;margin-top:14px;line-height:1.5}@media(max-width:640px){.accordion-item{padding:14px 16px}.accordion-item .question{font-size:15px}.accordion-item .answer{font-size:12.5px}}.page-scene .div-2{background-color:#f8fafc;min-height:100vh;overflow:hidden;max-width:1512px}.page-scene .div-2,.page-scene .overlap-2{position:relative;width:100%;margin:0 auto}.page-scene .overlap-2{padding:20px}@media(max-width:768px){.page-scene .overlap-2{padding:15px}}@media(max-width:480px){.page-scene .overlap-2{padding:10px}}.page-scene .BG,.page-scene .BG-2{width:100%;max-width:1510px;margin:0 auto;position:relative}@media(max-width:768px){.page-scene .BG,.page-scene .BG-2{height:auto}}.page-scene .overlap-group-3{width:100%;position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:10px;gap:10px;padding:20px}@media(max-width:768px){.page-scene .overlap-group-3{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;padding:15px}}@media(max-width:480px){.page-scene .overlap-group-3{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:5px;padding:10px}}.page-scene .rectangle-10,.page-scene .rectangle-11,.page-scene .rectangle-12,.page-scene .rectangle-13,.page-scene .rectangle-14,.page-scene .rectangle-15,.page-scene .rectangle-2,.page-scene .rectangle-3,.page-scene .rectangle-4,.page-scene .rectangle-5,.page-scene .rectangle-6,.page-scene .rectangle-7,.page-scene .rectangle-8,.page-scene .rectangle-9{border:1px solid rgba(0,0,0,.0196078431);width:100%;height:auto;aspect-ratio:1;position:relative}@media(max-width:768px){.page-scene .rectangle-10,.page-scene .rectangle-11,.page-scene .rectangle-12,.page-scene .rectangle-13,.page-scene .rectangle-14,.page-scene .rectangle-15,.page-scene .rectangle-2,.page-scene .rectangle-3,.page-scene .rectangle-4,.page-scene .rectangle-5,.page-scene .rectangle-6,.page-scene .rectangle-7,.page-scene .rectangle-8,.page-scene .rectangle-9{aspect-ratio:1.2}}@media(max-width:480px){.page-scene .rectangle-10,.page-scene .rectangle-11,.page-scene .rectangle-12,.page-scene .rectangle-13,.page-scene .rectangle-14,.page-scene .rectangle-15,.page-scene .rectangle-2,.page-scene .rectangle-3,.page-scene .rectangle-4,.page-scene .rectangle-5,.page-scene .rectangle-6,.page-scene .rectangle-7,.page-scene .rectangle-8,.page-scene .rectangle-9{aspect-ratio:1.5}}.page-scene .text-wrapper-40,.page-scene .text-wrapper-41{color:rgba(0,0,0,.0235294118);font-family:Inter,Helvetica;font-weight:700;letter-spacing:2.8vw;line-height:normal;position:absolute;text-align:center;width:100%;left:50%;transform:translateX(-50%);font-size:clamp(60px,12vw,150px);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}@media(max-width:768px){.page-scene .text-wrapper-40,.page-scene .text-wrapper-41{font-size:clamp(40px,10vw,100px);letter-spacing:2vw}}@media(max-width:480px){.page-scene .text-wrapper-40,.page-scene .text-wrapper-41{font-size:clamp(30px,8vw,80px);letter-spacing:1.5vw}}.career-section{position:relative}.career-section .text-wrapper-41{top:50%;transform:translateY(-50%);left:-30%;z-index:0;opacity:.12;font-size:clamp(140px,22vw,380px);letter-spacing:9vw;white-space:nowrap;mix-blend-mode:multiply}.career-section .career-content,.career-section .career-header{position:relative;z-index:2}.page-scene .overlap-3,.page-scene .overlap-4,.page-scene .overlap-5,.page-scene .overlap-6{position:relative;width:100%;max-width:377px;margin:0 auto}@media(max-width:768px){.page-scene .overlap-3,.page-scene .overlap-4,.page-scene .overlap-5,.page-scene .overlap-6{max-width:100%}}.page-scene .BG-2{position:relative;width:100%;max-width:1508px;margin:0 auto;padding:40px 20px}@media(max-width:768px){.page-scene .BG-2{padding:30px 15px}}@media(max-width:480px){.page-scene .BG-2{padding:20px 10px}}.page-scene .rectangle-16{background:linear-gradient(270deg,rgb(217,217,217),rgb(115,115,115));width:100%;max-width:853px;height:auto;aspect-ratio:2.1;margin:0 auto;position:relative}@media(max-width:768px){.page-scene .rectangle-16{aspect-ratio:1.8}}@media(max-width:480px){.page-scene .rectangle-16{aspect-ratio:1.5}}.page-scene .a-big-day-to-join{color:#000;font-family:Montserrat,Helvetica;font-weight:600;position:relative;text-align:center;margin:20px auto;max-width:600px;padding:0 20px;font-size:clamp(24px,5vw,40px);line-height:1.2}@media(max-width:768px){.page-scene .a-big-day-to-join{padding:0 15px}}@media(max-width:480px){.page-scene .a-big-day-to-join{padding:0 10px}}.page-scene .at-LAYOUT-we-re{color:#000;font-family:Montserrat,Helvetica;font-weight:300;position:relative;text-align:center;margin:20px auto;max-width:800px;padding:0 20px;font-size:clamp(16px,3vw,20px);line-height:1.5}@media(max-width:768px){.page-scene .at-LAYOUT-we-re{padding:0 15px}}@media(max-width:480px){.page-scene .at-LAYOUT-we-re{padding:0 10px}}.page-scene .IMG{width:100%;max-width:615px;height:auto;object-fit:cover;margin:0 auto;display:block}@media(max-width:768px){.page-scene .IMG{margin:20px auto}}@media(max-width:480px){.page-scene .IMG{margin:15px auto}}.page-scene .career-content{display:flex;align-items:center;justify-content:space-between;gap:48px;max-width:1400px;margin:0 auto;padding:0 20px}.page-scene .career-figure{position:relative;flex:0 0 56%;display:flex;align-items:center;justify-content:flex-start}.page-scene .career-figure:before{content:"";position:absolute;left:0;top:29%;width:117%;height:44%;background-image:url(/rectangle-89.svg);background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:1;border-radius:0}.page-scene .career-figure .IMG{position:relative;z-index:2;width:100%;max-width:620px;transform:translateX(-6%)}.page-scene .career-text-block{flex:0 0 40%;z-index:3;text-align:left;padding-right:40px}.page-scene .a-big-day-to-join{text-align:left;font-size:clamp(32px,4.8vw,56px);margin:0 0 18px}.page-scene .at-LAYOUT-we-re{text-align:left;margin:0 0 20px;color:rgba(0,0,0,.85)}.page-scene .dsicover-more-2{display:inline-block;align-self:flex-start;border:1px solid rgba(43,86,118,.12);background:rgba(0,0,0,0);color:#2b5676;padding:10px 20px;border-radius:4px}@media(max-width:1024px){.page-scene .career-content{gap:28px}.page-scene .career-figure:before{width:90%;height:68%}}@media(max-width:768px){.page-scene .career-content{flex-direction:column;align-items:center;text-align:center;padding:0 16px}.page-scene .career-figure:before{display:none}.page-scene .career-figure .IMG{transform:none;max-width:520px;margin:0 auto}.page-scene .career-text-block{flex:none;padding:0;width:100%}.page-scene .a-big-day-to-join,.page-scene .at-LAYOUT-we-re{text-align:center}.page-scene .dsicover-more-2{align-self:center}}.page-scene .group-10{position:relative;width:100%;max-width:1540px;margin:40px auto;overflow:visible}@media(max-width:768px){.page-scene .group-10{margin:30px auto}}@media(max-width:480px){.page-scene .group-10{margin:20px auto}}.page-scene .overlap-7,.page-scene .overlap-8{position:relative;width:100%;overflow:visible}.page-scene .line-11,.page-scene .line-12,.page-scene .line-13,.page-scene .line-14,.page-scene .line-15,.page-scene .line-16,.page-scene .line-17,.page-scene .line-18,.page-scene .line-19,.page-scene .line-20,.page-scene .line-21,.page-scene .line-22{display:none}@media(min-width:1200px){.page-scene .line-11,.page-scene .line-12,.page-scene .line-13,.page-scene .line-14,.page-scene .line-15,.page-scene .line-16,.page-scene .line-17,.page-scene .line-18,.page-scene .line-19,.page-scene .line-20,.page-scene .line-21,.page-scene .line-22{display:block;height:71px;width:2px;position:absolute}}.page-scene .frame-6{display:grid;grid-template-columns:repeat(5,1fr);grid-auto-rows:1fr;grid-gap:0;gap:0;width:100%;margin:0;position:relative;padding-bottom:60px}@media(max-width:1024px){.page-scene .frame-6{grid-template-columns:repeat(4,1fr)}}@media(max-width:640px){.page-scene .frame-6{grid-template-columns:repeat(3,1fr)}}.page-scene .e,.page-scene .e-10,.page-scene .e-11,.page-scene .e-12,.page-scene .e-13,.page-scene .e-14,.page-scene .e-15,.page-scene .e-16,.page-scene .e-2,.page-scene .e-3,.page-scene .e-4,.page-scene .e-5,.page-scene .e-6,.page-scene .e-7,.page-scene .e-8,.page-scene .e-9{width:100%;height:auto;aspect-ratio:1;position:relative;border:none;border-top:1px solid #000;background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;overflow:visible}@media(max-width:768px){.page-scene .e,.page-scene .e-10,.page-scene .e-11,.page-scene .e-12,.page-scene .e-13,.page-scene .e-14,.page-scene .e-15,.page-scene .e-16,.page-scene .e-2,.page-scene .e-3,.page-scene .e-4,.page-scene .e-5,.page-scene .e-6,.page-scene .e-7,.page-scene .e-8,.page-scene .e-9{aspect-ratio:1.1}}@media(max-width:480px){.page-scene .e,.page-scene .e-10,.page-scene .e-11,.page-scene .e-12,.page-scene .e-13,.page-scene .e-14,.page-scene .e-15,.page-scene .e-16,.page-scene .e-2,.page-scene .e-3,.page-scene .e-4,.page-scene .e-5,.page-scene .e-6,.page-scene .e-7,.page-scene .e-8,.page-scene .e-9{aspect-ratio:1.2}}.page-scene .e-10:after,.page-scene .e-11:after,.page-scene .e-12:after,.page-scene .e-13:after,.page-scene .e-14:after,.page-scene .e-15:after,.page-scene .e-16:after,.page-scene .e-2:after,.page-scene .e-3:after,.page-scene .e-4:after,.page-scene .e-5:after,.page-scene .e-6:after,.page-scene .e-7:after,.page-scene .e-8:after,.page-scene .e-9:after,.page-scene .e:after{content:"";position:absolute;top:-50px;right:0;width:1px;height:calc(100% + 50px);background:linear-gradient(180deg,transparent,#000 50px);pointer-events:none}.page-scene .rectangle-17,.page-scene .rectangle-18,.page-scene .rectangle-19{width:100%;height:100%;object-fit:cover;border:1px solid #000}.projects-grid .project-cell{position:relative;overflow:hidden}.projects-grid .project-cell img.project-img{width:100%;height:100%;object-fit:cover;filter:grayscale(5%) brightness(.92);transition:.5s ease}.projects-grid .project-cell.featured img.project-img{filter:grayscale(0) brightness(.85)}.projects-grid .project-cell.featured .project-overlay{position:absolute;inset:0;background:hsla(0,0%,100%,.72);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:.55s cubic-bezier(.25,.46,.45,.94);pointer-events:none}.projects-grid .project-cell.featured .project-title{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;opacity:0;transform:translateY(14px);transition:.55s cubic-bezier(.25,.46,.45,.94);padding:10px}.projects-grid .project-cell.featured .project-title h3{font-family:Montserrat,Helvetica;font-size:clamp(14px,1.3vw,20px);font-weight:600;color:#1a1a1a;letter-spacing:.5px}.projects-grid .project-cell.featured .project-title p{font-family:Montserrat,Helvetica;font-size:clamp(11px,1vw,14px);font-weight:300;color:#333;margin:0}.projects-grid .project-cell.featured:hover img.project-img{transform:scale(1.04);filter:brightness(1) contrast(1.05)}.projects-grid .project-cell.featured:hover .project-overlay{opacity:0}.projects-grid .project-cell.featured:hover .project-title{opacity:1;transform:translateY(0)}.projects-grid .project-cell.empty{background:rgba(0,0,0,0)}.projects-grid:after,.projects-grid:before{content:"";position:absolute;left:0;width:99.85%;height:30px;background:repeating-linear-gradient(90deg,transparent 0,transparent calc(16.6416666667% - 1px),#000 calc(16.6416666667% - 1px),#000 calc(16.6416666667% + 1px));pointer-events:none}.projects-grid:before{top:-30px}.projects-grid:after{bottom:-30px}@media(max-width:1024px){.projects-grid:after,.projects-grid:before{background:repeating-linear-gradient(90deg,transparent 0,transparent calc(25% - 1px),#000 calc(25% - 1px),#000 calc(25% + 1px))}}@media(max-width:640px){.projects-grid:after,.projects-grid:before{background:repeating-linear-gradient(90deg,transparent 0,transparent calc(33.333% - 1px),#000 calc(33.333% - 1px),#000 calc(33.333% + 1px))}}.projects-section .group-10{padding-top:30px;padding-bottom:30px}.page-scene .dsicover-more,.page-scene .dsicover-more-2{text-align:center;width:100%;max-width:192px;height:auto;margin:20px;position:relative;display:block}@media(max-width:768px){.page-scene .dsicover-more,.page-scene .dsicover-more-2{max-width:160px;margin:15px auto}}@media(max-width:480px){.page-scene .dsicover-more,.page-scene .dsicover-more-2{max-width:140px;margin:10px auto}}.page-scene .overlap-9{width:100%;height:39px;position:relative}@media(max-width:480px){.page-scene .overlap-9{height:32px}}.page-scene .line-23,.page-scene .line-24,.page-scene .line-25,.page-scene .line-26{position:absolute}@media(max-width:480px){.page-scene .line-23,.page-scene .line-24,.page-scene .line-25,.page-scene .line-26{height:32px!important}}.page-scene .text-wrapper-42{color:#2b5676;font-family:DM Sans,Helvetica;font-weight:400;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:clamp(14px,2.5vw,16px);white-space:nowrap}.page-scene .line-10,.page-scene .line-27,.page-scene .line-28,.page-scene .line-9{position:absolute}@media(max-width:768px){.page-scene .line-10,.page-scene .line-27,.page-scene .line-28,.page-scene .line-9{display:none}}.page-scene .text-wrapper-43{color:#080000;font-family:Montserrat,Helvetica;font-weight:500;text-align:center;margin:40px auto 20px;width:100%;max-width:800px;padding:0 20px;font-size:clamp(24px,4vw,32px);line-height:1.2}@media(max-width:768px){.page-scene .text-wrapper-43{margin:30px auto 15px;padding:0 15px}}@media(max-width:480px){.page-scene .text-wrapper-43{margin:20px auto 10px;padding:0 10px}}.div-wrapper{display:flex;flex-direction:column;align-items:center;gap:45px;width:100%;max-width:1268px;margin:40px auto;padding:0 20px;position:relative}@media(max-width:768px){.div-wrapper{gap:30px;margin:30px auto;padding:0 15px}}@media(max-width:480px){.div-wrapper{gap:20px;margin:20px auto;padding:0 10px}}.div-wrapper .frame-4{align-items:center;display:flex;flex:0 0 auto;flex-direction:column;gap:45px;position:relative;width:100%;max-width:600px}@media(max-width:768px){.div-wrapper .frame-4{gap:30px}}@media(max-width:480px){.div-wrapper .frame-4{gap:20px}}.div-wrapper .text-wrapper-8{font-weight:600;font-size:clamp(28px,5vw,40px);line-height:1.2}.div-wrapper .text-wrapper-8,.div-wrapper .text-wrapper-9{color:#000;font-family:Montserrat,Helvetica;text-align:center;position:relative;width:100%}.div-wrapper .text-wrapper-9{font-weight:300;font-size:clamp(18px,3vw,24px);line-height:1.3}.FAQ{display:flex;flex-direction:column;gap:19px;width:100%;max-width:1205px;margin:40px auto;padding:0 20px;position:relative}@media(max-width:768px){.FAQ{gap:15px;margin:30px auto;padding:0 15px}}@media(max-width:480px){.FAQ{gap:12px;margin:20px auto;padding:0 10px}}.FAQ .element-accordion-final-instance{align-self:stretch!important;flex:0 0 auto!important;width:100%!important}.footer{background-color:rgba(0,0,0,0);width:100%;max-width:1440px;margin:40px auto 0;padding:24px 20px;position:relative}@media(max-width:768px){.footer{padding:20px 15px}}@media(max-width:480px){.footer{padding:15px 10px}}.footer .col{display:flex;flex-direction:column;gap:32px;width:100%;max-width:330px;position:relative}@media(max-width:1024px){.footer .col{max-width:100%;text-align:center}}@media(max-width:768px){.footer .col{gap:24px}}@media(max-width:480px){.footer .col{gap:16px}}.footer .col-2,.footer .col-3{display:flex;flex-direction:column;width:100%;max-width:330px;position:relative}@media(max-width:1024px){.footer .col-2,.footer .col-3{max-width:100%;margin-top:30px}}@media(max-width:768px){.footer .col-2,.footer .col-3{margin-top:20px}}@media(max-width:480px){.footer .col-2,.footer .col-3{margin-top:15px}}.footer .block,.footer .block-2,.footer .block-3,.footer .block-4,.footer .block-5{flex:0 0 auto;position:relative;margin-bottom:20px}@media(max-width:768px){.footer .block,.footer .block-2,.footer .block-3,.footer .block-4,.footer .block-5{margin-bottom:15px}}@media(max-width:480px){.footer .block,.footer .block-2,.footer .block-3,.footer .block-4,.footer .block-5{margin-bottom:10px}}.footer .row{display:flex;gap:16px;flex-wrap:wrap}@media(max-width:768px){.footer .row{gap:12px;justify-content:center}}@media(max-width:480px){.footer .row{gap:8px}}.footer .text-wrapper-21,.footer .text-wrapper-22,.footer .text-wrapper-23,.footer .text-wrapper-24,.footer .text-wrapper-25,.footer .text-wrapper-26,.footer .text-wrapper-27,.footer .text-wrapper-28,.footer .text-wrapper-29,.footer .text-wrapper-30{color:#000;font-family:Inter,Helvetica;position:relative}@media(max-width:1024px){.footer .text-wrapper-21,.footer .text-wrapper-22,.footer .text-wrapper-23,.footer .text-wrapper-24,.footer .text-wrapper-25,.footer .text-wrapper-26,.footer .text-wrapper-27,.footer .text-wrapper-28,.footer .text-wrapper-29,.footer .text-wrapper-30{text-align:center}}.footer .text-wrapper-21{font-size:14px;font-weight:500;line-height:19.6px}.footer .text-wrapper-22{font-size:14px;font-weight:400;line-height:19.6px;opacity:.4}.footer .text-wrapper-23{font-size:10px;font-weight:500;letter-spacing:.4px;line-height:13px;opacity:.6}.footer .text-wrapper-24{font-size:20px;font-weight:500;letter-spacing:-.4px;line-height:24px}.footer .text-wrapper-25{font-size:14px;font-weight:400;line-height:19.6px}.footer .text-wrapper-26{font-size:10px;font-weight:400;line-height:13px;opacity:.6}.footer .text-wrapper-27,.footer .text-wrapper-28,.footer .text-wrapper-29,.footer .text-wrapper-30{color:#000;font-family:Montserrat,Helvetica;font-size:14px;font-weight:400;letter-spacing:.42px;line-height:21px;position:relative}@media(max-width:768px){.footer .text-wrapper-27,.footer .text-wrapper-28,.footer .text-wrapper-29,.footer .text-wrapper-30{font-size:13px}}@media(max-width:480px){.footer .text-wrapper-27,.footer .text-wrapper-28,.footer .text-wrapper-29,.footer .text-wrapper-30{font-size:12px}}.footer .to-top{width:40px;height:40px;position:relative;margin:0 auto}@media(max-width:768px){.footer .to-top{width:32px;height:32px}}@media(max-width:480px){.footer .to-top{width:28px;height:28px}}@media(min-width:1025px){.footer{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:40px;gap:40px;align-items:start}.footer .col,.footer .col-2,.footer .col-3{position:static;margin:0}}@media(max-width:1024px){.footer{display:flex;flex-direction:column;align-items:center;text-align:center}.footer .col,.footer .col-2,.footer .col-3{position:static;left:auto;top:auto;width:100%;max-width:500px}}.frame{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:1129px;margin:40px auto;padding:0 20px;position:relative;z-index:2}@media(max-width:768px){.frame{margin:30px auto;padding:0 15px;gap:15px}}@media(max-width:480px){.frame{margin:20px auto;padding:0 10px;gap:12px}}.frame .we-craft-each-space{font-weight:600;font-size:clamp(38px,5.5vw,54px);line-height:1.08;letter-spacing:-.5px}.frame .at-layout-we-design,.frame .we-craft-each-space{color:#000;font-family:Montserrat,Helvetica;text-align:center;position:relative;width:100%}.frame .at-layout-we-design{font-weight:300;font-size:clamp(15px,1.4vw,18px);line-height:1.55;max-width:880px}.frame .at-layout-we-design p{margin:-1rem}.frame .dsicover-more{background:rgba(0,0,0,0);border:none;max-width:none;height:auto;margin-top:6px}.frame .overlap-group{width:100%;height:100%;position:relative}.frame .img,.frame .line,.frame .line-2,.frame .line-3{position:absolute}.frame .text-wrapper{color:#2b5676;font-family:DM Sans,Helvetica;font-weight:400;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:clamp(14px,2.5vw,16px)}.frame-wrapper{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:1282px;margin:40px auto;padding:0 20px;position:relative}@media(max-width:768px){.frame-wrapper{gap:15px;margin:30px auto;padding:0 15px}}@media(max-width:480px){.frame-wrapper{gap:12px;margin:20px auto;padding:0 10px}}.frame-wrapper .div{color:#000;font-family:Montserrat,Helvetica;font-weight:600;text-align:center;position:relative;width:100%;font-size:clamp(32px,5vw,46px);line-height:1.2;margin-bottom:20px}@media(max-width:768px){.frame-wrapper .div{margin-bottom:15px}}@media(max-width:480px){.frame-wrapper .div{margin-bottom:10px}}.frame-wrapper .p{color:#000;font-family:Montserrat,Helvetica;font-weight:300;text-align:center;position:relative;width:100%;max-width:800px;margin:0 auto 40px;font-size:clamp(15px,1.4vw,18px);line-height:1.55}@media(max-width:768px){.frame-wrapper .p{margin-bottom:30px}}@media(max-width:480px){.frame-wrapper .p{margin-bottom:20px}}.services-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:45px;gap:45px;width:100%;max-width:1200px;margin:0 auto}@media(max-width:768px){.services-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}}@media(max-width:480px){.services-container{grid-template-columns:1fr;gap:20px}}.service-item{display:flex;flex-direction:column;align-items:center;position:relative;width:100%;max-width:400px;margin:0 auto}.service-img:hover{transform:scale(1.2)}.frame-wrapper .frame-2,.frame-wrapper .frame-3,.frame-wrapper .group-wrapper{width:100%;max-width:400px;position:relative;margin:0 auto}.frame-wrapper .group{width:100%;position:relative}.frame-wrapper .img-2,.frame-wrapper .img-3,.service-img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;position:relative;border-radius:8px;transition:transform .6s ease}@media(max-width:768px){.frame-wrapper .img-2,.frame-wrapper .img-3,.service-img{aspect-ratio:1.1}}@media(max-width:480px){.frame-wrapper .img-2,.frame-wrapper .img-3,.service-img{aspect-ratio:1.2}}.frame-wrapper .group-2,.frame-wrapper .group-3,.frame-wrapper .group-4,.service-info{width:100%;max-width:300px;margin:20px auto 0;padding-left:20px;text-align:left;position:relative}@media(max-width:768px){.frame-wrapper .group-2,.frame-wrapper .group-3,.frame-wrapper .group-4,.service-info{margin-top:15px}}@media(max-width:480px){.frame-wrapper .group-2,.frame-wrapper .group-3,.frame-wrapper .group-4,.service-info{margin-top:10px}}.divider{margin:2.5rem auto}.divider,.divider2{width:2px;height:90px;max-height:30vh;background:#000;border-radius:2px;transform-origin:top center;transform:scaleY(0);will-change:transform,opacity}.divider2{margin:-8px auto 28px}.divider.in-view,.divider2.in-view{animation:drawVertical 1.8s cubic-bezier(.2,.8,.25,1) forwards}@keyframes drawVertical{0%{transform:scaleY(0);opacity:0}70%{opacity:1}to{transform:scaleY(1);opacity:1}}@media(prefers-reduced-motion:reduce){.divider,.divider2{transform:none!important;opacity:1!important}.divider,.divider.in-view,.divider2,.divider2.in-view{animation:none!important}}@media(max-width:768px){.divider{height:60px;margin:1.6rem auto}}.frame-wrapper .text-wrapper-2,.frame-wrapper .text-wrapper-4,.frame-wrapper .text-wrapper-6,.service-name{color:#000;font-family:Montserrat,Helvetica;font-weight:300;position:relative;text-align:left;width:100%;font-size:clamp(20px,4vw,32px);line-height:1.2;margin-top:10px}.frame-wrapper .text-wrapper-3,.frame-wrapper .text-wrapper-5,.frame-wrapper .text-wrapper-7,.service-number{color:#c56247;font-family:Montserrat,Helvetica;font-weight:700;position:relative;text-align:left;width:100%;font-size:clamp(20px,4vw,32px);line-height:1.2}.macbook-pro{background-color:#fff;overflow:hidden}@media(max-width:768px){.macbook-pro{min-height:auto;height:auto}}@media(max-width:480px){.macbook-pro{min-height:auto}}.macbook-pro .overlap{width:100%;min-height:100vh;position:relative}@media(max-width:768px){.macbook-pro .overlap{min-height:auto;height:auto}}@media(max-width:480px){.macbook-pro .overlap{min-height:auto}}.macbook-pro .overlap-group-wrapper{width:100%;min-height:100vh;position:relative}@media(max-width:768px){.macbook-pro .overlap-group-wrapper{min-height:auto;height:auto}}@media(max-width:480px){.macbook-pro .overlap-group-wrapper{min-height:auto}}.macbook-pro .overlap-group-2{background-image:url(https://c.animaapp.com/menzx2lpEVV1dI/img/hero-1.png);background-position:50%;background-size:cover;background-repeat:no-repeat}@media(max-width:768px){.macbook-pro .overlap-group-2{min-height:0!important;height:auto;background-image:none!important;background:none!important}}@media(max-width:480px){.macbook-pro .overlap-group-2{min-height:0}}.macbook-pro .rectangle{background-color:rgba(0,0,0,.2);width:100%;height:100%;position:absolute;top:0;left:0}@media(max-width:768px){.macbook-pro .rectangle{display:none}}.macbook-pro .element{height:60px;object-fit:contain;top:44px;left:86px}@media(max-width:768px){.macbook-pro .element{display:none}}@media(max-width:480px){.macbook-pro .element{height:40px;top:20px;left:20px}}.macbook-pro .navbar{top:272px;left:80px;width:auto;overflow:visible}@media(max-width:768px){.macbook-pro .navbar{top:200px;left:40px;width:calc(100% - 80px)}}@media(max-width:480px){.macbook-pro .navbar{top:150px;left:20px;width:calc(100% - 40px)}}.macbook-pro .text-wrapper-10,.macbook-pro .text-wrapper-11,.macbook-pro .text-wrapper-12,.macbook-pro .text-wrapper-13{color:#fff;font-family:DM Sans,Helvetica;font-weight:500;position:relative;display:inline-block;margin-right:20px;font-size:clamp(32px,8vw,64px);line-height:1.2}@media(max-width:768px){.macbook-pro .text-wrapper-10,.macbook-pro .text-wrapper-11,.macbook-pro .text-wrapper-12,.macbook-pro .text-wrapper-13{display:none}}.macbook-pro .transforming-spaces{top:401px;left:80px;width:100%;max-width:668px;font-size:clamp(18px,3vw,24px);line-height:1.5}@media(max-width:768px){.macbook-pro .transforming-spaces{display:none}}.macbook-pro .navbar-2{gap:20px;top:62px;right:80px}@media(max-width:1024px){.macbook-pro .navbar-2{display:none}}.macbook-pro .text-wrapper-14,.macbook-pro .text-wrapper-15,.macbook-pro .text-wrapper-16,.macbook-pro .text-wrapper-17,.macbook-pro .text-wrapper-18,.macbook-pro .text-wrapper-19{color:#fff;font-family:DM Sans,Helvetica;font-weight:500;font-size:16px;line-height:1.5;white-space:nowrap}@media(max-width:768px){.macbook-pro .text-wrapper-14,.macbook-pro .text-wrapper-15,.macbook-pro .text-wrapper-16,.macbook-pro .text-wrapper-17,.macbook-pro .text-wrapper-18,.macbook-pro .text-wrapper-19{font-size:14px}}@media(max-width:480px){.macbook-pro .text-wrapper-14,.macbook-pro .text-wrapper-15,.macbook-pro .text-wrapper-16,.macbook-pro .text-wrapper-17,.macbook-pro .text-wrapper-18,.macbook-pro .text-wrapper-19{font-size:12px}}.macbook-pro .frame-5{display:inline-flex;align-items:center;justify-content:center;gap:10px;background-color:#898078;padding:6px 12px;top:470px;left:80px;height:42px}@media(max-width:768px){.macbook-pro .frame-5{display:none}}.macbook-pro .text-wrapper-20{color:#fff;font-family:DM Sans,Helvetica;font-weight:500;font-size:clamp(14px,2.5vw,16px);line-height:normal;white-space:nowrap}@media(max-width:1024px){.page-scene .macbook-pro .navbar-2{display:none}}@media(max-width:768px){.page-scene{padding:0}}.macbook-pro .element,.macbook-pro .frame-5,.macbook-pro .navbar,.macbook-pro .transforming-spaces{transition:all .3s ease}.projects-section{padding:60px 0;width:100%}.projects-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:0;gap:0;width:100vw;margin:0;padding:0}.project-cell{position:relative;background:#fff;cursor:pointer;overflow:visible;display:flex;align-items:center;justify-content:center;box-sizing:border-box;aspect-ratio:1/1;width:100%;border:none;border-top:1px solid #000}.project-cell:nth-last-child(-n+5){border-bottom:1px solid #000}.project-cell:after{content:"";top:-20px;height:calc(100% + 20px);background:linear-gradient(180deg,transparent 0,#000 20px)}.project-cell .bottom-gradient-line,.project-cell:after{position:absolute;right:0;width:1px;pointer-events:none;z-index:10}.project-cell .bottom-gradient-line{bottom:-60px;height:60px;background:linear-gradient(180deg,#000 0,transparent)}.project-name{color:#fff;font-size:18px;font-weight:600;text-align:center;opacity:0;transform:translateY(10px);transition:all .3s ease;z-index:3;position:absolute;text-shadow:2px 2px 4px rgba(0,0,0,.8);padding:10px}.project-cell:hover .project-name{opacity:1;transform:translateY(0)}.project-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;opacity:0;transition:opacity .3s ease;z-index:1;display:block}.project-cell:hover .project-img{opacity:1}.project-cell .hover-overlay{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:2;pointer-events:none;opacity:0;transition:opacity .3s ease}.project-cell:hover .hover-overlay{opacity:1}@media(max-width:768px){.project-img,.project-name{opacity:1!important}.project-name{transform:translateY(0)!important}.project-cell .hover-overlay{opacity:1!important}.project-cell:hover .project-img{transform:none}}@media(max-width:1200px)and (min-width:901px){.projects-grid{grid-template-columns:repeat(5,1fr)}.project-name{font-size:16px}.project-cell:nth-last-child(-n+5){border-bottom:1px solid #000}}@media(max-width:900px)and (min-width:601px){.projects-grid{grid-template-columns:repeat(4,1fr)}.project-name{font-size:15px;padding:8px}.project-cell:nth-last-child(-n+5){border-bottom:none}.project-cell:nth-last-child(-n+4){border-bottom:1px solid #000}}@media(max-width:600px)and (min-width:401px){.projects-grid{grid-template-columns:repeat(3,1fr)}.project-name{font-size:14px;padding:6px}.project-cell:nth-last-child(-n+4),.project-cell:nth-last-child(-n+5){border-bottom:none}.project-cell:nth-last-child(-n+3){border-bottom:1px solid #000}}@media(max-width:400px){.projects-grid{grid-template-columns:repeat(2,1fr)}.project-name{font-size:12px;padding:5px}.project-cell:nth-last-child(-n+3),.project-cell:nth-last-child(-n+4),.project-cell:nth-last-child(-n+5){border-bottom:none}.project-cell:nth-last-child(-n+2){border-bottom:1px solid #000}}@media(min-width:1201px){.projects-grid{grid-template-columns:repeat(5,1fr)}.project-name{font-size:18px;padding:10px}}@media(max-width:1024px){.projects-grid{width:100%;box-sizing:border-box}}@media(max-width:768px){.page-scene{padding-top:var(--site-header-height,64px)}.career-section .text-wrapper-41{left:-10%;font-size:clamp(80px,18vw,180px);letter-spacing:6vw;opacity:.1}}@media(max-width:480px){.career-section .text-wrapper-41{left:-6%;font-size:clamp(48px,14vw,120px);letter-spacing:4.5vw;opacity:.08}.macbook-pro .frame-5,.macbook-pro .navbar,.macbook-pro .transforming-spaces{position:relative;top:auto;left:auto;width:100%;margin-top:12px}.macbook-pro .element{position:relative;top:auto;left:auto;margin:8px 0}}@media(max-width:768px){.page-scene{padding-top:0}.responsive-stuff{display:flex;align-items:center;justify-content:center}}@media(min-width:768px){.stuff{margin-left:2rem}}.site-header{--site-header-height:88px;position:fixed;top:0;left:0;right:0;padding:15px 0;transition:all .3s ease;background-color:rgba(0,0,0,0);z-index:9000;border-bottom:1px solid #000;width:100%}@media(max-width:768px){.site-header{padding:10px 0;--site-header-height:68px}}@media(max-width:480px){.site-header{padding:8px 0;--site-header-height:60px}}@media(max-width:360px){.site-header{padding:6px 0;--site-header-height:56px}}.site-header.scrolled{background-color:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px rgba(0,0,0,.1)}.site-header.scrolled .logo img{filter:brightness(0) invert(0)}.site-header.scrolled .header-top-nav a{color:#000}.site-header.scrolled .hamburger .bar{background:#000}.site-header .logo{display:flex;align-items:center;flex-shrink:0}.site-header .logo img{height:60px;width:auto;transition:all .3s ease}@media(max-width:768px){.site-header .logo img{height:44px}}@media(max-width:480px){.site-header .logo img{height:38px}}@media(max-width:360px){.site-header .logo img{height:34px}}.site-header .header-top-nav{display:flex;align-items:center;gap:35px}@media(max-width:1200px){.site-header .header-top-nav{display:none}}.site-header .header-top-nav a{color:#fff;text-decoration:none;font-size:16px;font-weight:500;transition:all .3s ease;position:relative;font-family:DM Sans,Helvetica}.site-header .header-top-nav a:hover{opacity:.8}.site-header .header-top-nav a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:50%;background-color:#fff;transition:all .3s ease;transform:translateX(-50%)}.site-header .header-top-nav a:hover:after{width:100%}.site-header .hamburger{background:rgba(0,0,0,0);border:none;z-index:2000;display:none;cursor:pointer;padding:8px;border-radius:8px;transition:all .3s ease;flex-shrink:0}@media(max-width:1200px){.site-header .hamburger{display:flex;align-items:center;justify-content:center}}@media(max-width:768px){.site-header .hamburger{padding:6px}}@media(max-width:480px){.site-header .hamburger{padding:5px}}.site-header .hamburger:hover{background:hsla(0,0%,100%,.1)}.site-header .hamburger:active{transform:scale(.95)}.site-header .hamburger-inner{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:24px;height:18px}@media(max-width:768px){.site-header .hamburger-inner{width:22px;height:16px}}@media(max-width:480px){.site-header .hamburger-inner{width:20px;height:15px}}.site-header .hamburger .bar{width:100%;height:2px;background:#fff;display:block;position:absolute;transition:all .4s cubic-bezier(.25,.8,.25,1);border-radius:1px}@media(max-width:480px){.site-header .hamburger .bar{height:1.8px}}.site-header .hamburger .bar:first-child{top:0}.site-header .hamburger .bar:nth-child(2){top:50%;transform:translateY(-50%)}.site-header .hamburger .bar:nth-child(3){bottom:0}.site-header .hamburger.open .bar:first-child{top:50%;transform:translateY(-50%) rotate(45deg)}.site-header .hamburger.open .bar:nth-child(2){opacity:0;transform:translateY(-50%) scale(.7)}.site-header .hamburger.open .bar:nth-child(3){bottom:auto;top:50%;transform:translateY(-50%) rotate(-45deg)}.site-header .mobile-nav{position:fixed;inset:0;background:rgba(0,0,0,.96);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:none!important;align-items:flex-start;justify-content:flex-start;z-index:1500;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s ease}.site-header .mobile-nav.open{display:flex!important;opacity:1;visibility:visible;pointer-events:auto;padding-top:var(--site-header-height)}.site-header .mobile-nav .mobile-nav-inner{background-color:#fff;display:flex;flex-direction:column;gap:20px;text-align:left;padding:28px 20px 40px;padding-top:calc(var(--site-header-height) + 20px);box-sizing:border-box;width:100%;max-height:calc(100vh - var(--site-header-height));overflow-y:auto;-webkit-overflow-scrolling:touch}@media(max-width:768px){.site-header .mobile-nav .mobile-nav-inner{gap:16px;padding:20px 18px 32px;padding-top:calc(env(safe-area-inset-top, 0px) + var(--site-header-height) + 16px);max-height:calc(100vh - (env(safe-area-inset-top, 0px) + var(--site-header-height)))}}@media(max-width:480px){.site-header .mobile-nav .mobile-nav-inner{gap:14px;padding:16px 16px 28px;padding-top:calc(env(safe-area-inset-top, 0px) + var(--site-header-height) + 12px);max-height:calc(100vh - (env(safe-area-inset-top, 0px) + var(--site-header-height)))}}@media(max-width:360px){.site-header .mobile-nav .mobile-nav-inner{gap:12px;padding:14px 14px 24px;padding-top:calc(env(safe-area-inset-top, 0px) + var(--site-header-height) + 10px)}}.site-header .mobile-nav .mobile-nav-inner a{color:#1a1a1a;font-size:clamp(18px,4.5vw,26px);text-decoration:none;font-weight:600;transition:all .2s ease;opacity:1;transform:none;display:block;width:100%;padding:16px;border-radius:10px;letter-spacing:-.3px}@media(max-width:768px){.site-header .mobile-nav .mobile-nav-inner a{font-size:clamp(16px,4vw,22px);padding:14px}}@media(max-width:480px){.site-header .mobile-nav .mobile-nav-inner a{font-size:clamp(15px,3.8vw,20px);padding:12px}}@media(max-width:360px){.site-header .mobile-nav .mobile-nav-inner a{font-size:16px;padding:10px}}.site-header .mobile-nav .mobile-nav-inner a:hover{background:rgba(0,0,0,.05);transform:translateX(4px);color:#000}.site-header .mobile-nav .mobile-nav-inner a:active{transform:translateX(2px) scale(.98)}.site-header .mobile-nav .mobile-nav-inner a:first-child{animation-delay:.06s}.site-header .mobile-nav .mobile-nav-inner a:nth-child(2){animation-delay:.12s}.site-header .mobile-nav .mobile-nav-inner a:nth-child(3){animation-delay:.18s}.site-header .mobile-nav .mobile-nav-inner a:nth-child(4){animation-delay:.24s}.site-header .mobile-nav .mobile-nav-inner a:nth-child(5){animation-delay:.3s}.site-header .mobile-nav .mobile-nav-inner a:nth-child(6){animation-delay:.36s}@media(max-width:1200px){.site-header .mobile-nav.open{padding-top:env(safe-area-inset-top,20px)}}@media(max-width:768px){.site-header .mobile-nav{align-items:flex-start;justify-content:flex-start}.site-header .mobile-nav .mobile-nav-inner{margin:0 auto;max-width:100%;width:100%;text-align:left}}@media(max-width:480px){.site-header .mobile-nav .mobile-nav-inner{max-width:100%}}@media(max-width:360px){.site-header .mobile-nav .mobile-nav-inner{max-width:100%}}.hero-hamburger{position:absolute;top:24px;right:24px;width:52px;height:52px;display:none;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(255,255,255,.15),rgba(255,255,255,.08));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.2);border-radius:16px;cursor:pointer;z-index:1200;transition:all .4s cubic-bezier(.25,.8,.25,1);overflow:hidden}.hero-hamburger:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:translateX(-100%);transition:transform .6s ease}@media(max-width:1024px){.hero-hamburger{top:20px;right:20px;width:48px;height:48px;border-radius:14px}}@media(max-width:768px){.hero-hamburger{top:16px;right:16px;width:44px;height:44px;border-radius:12px}}.hero-hamburger:hover{background:linear-gradient(135deg,rgba(255,255,255,.25),rgba(255,255,255,.15));transform:scale(1.05) rotate(1deg);box-shadow:0 8px 25px rgba(0,0,0,.15)}.hero-hamburger:hover:before{transform:translateX(100%)}.hero-hamburger:active{transform:scale(.98)}.hero-hamburger .hamburger-inner{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:24px;height:18px}@media(max-width:768px){.hero-hamburger .hamburger-inner{width:20px;height:16px}}.hero-hamburger .bar{width:100%;height:2.5px;background:linear-gradient(90deg,#fff,rgba(255,255,255,.9));display:block;position:absolute;transition:all .4s cubic-bezier(.25,.8,.25,1);border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.1)}@media(max-width:768px){.hero-hamburger .bar{height:2px}}.hero-hamburger .bar:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transform:translateX(-100%);transition:transform .5s ease;border-radius:inherit}.hero-hamburger .bar:first-child{top:0}.hero-hamburger .bar:nth-child(2){top:50%;transform:translateY(-50%)}.hero-hamburger .bar:nth-child(3){bottom:0}.hero-hamburger:hover .bar:before{transform:translateX(100%)}.hero-hamburger.open .bar:first-child{top:50%;transform:translateY(-50%) rotate(45deg);background:linear-gradient(45deg,#fff,rgba(255,255,255,.9))}.hero-hamburger.open .bar:nth-child(2){opacity:0;transform:translateY(-50%) scale(.7) rotateX(90deg)}.hero-hamburger.open .bar:nth-child(3){bottom:auto;top:50%;transform:translateY(-50%) rotate(-45deg);background:linear-gradient(-45deg,#fff,rgba(255,255,255,.9))}.hero-hamburger.open{background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,.1));transform:scale(1.02) rotate(-2deg);box-shadow:0 6px 20px rgba(0,0,0,.12)}@media(max-width:1200px){.hero-hamburger{display:flex}}.hero-mobile-nav{position:fixed;inset:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.12),rgba(0,0,0,.94));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:scale(1.05);transition:opacity .6s cubic-bezier(.4,0,.2,1),visibility .6s,transform .65s cubic-bezier(.4,0,.2,1);z-index:1100}.hero-mobile-nav.open{opacity:1;visibility:visible;transform:scale(1)}.hero-mobile-inner{display:flex;flex-direction:column;gap:clamp(12px,3vw,20px);align-items:center;padding:0 20px}@media(max-width:768px){.hero-mobile-inner{gap:clamp(8px,2.5vw,16px)}}.hero-mobile-inner a{--delay:0ms;font-family:DM Sans,Helvetica;font-size:clamp(28px,6vw,52px);font-weight:500;text-decoration:none;color:#fff;letter-spacing:-.3px;opacity:0;transform:translateY(30px) scale(.96);animation:heroNavFade .8s cubic-bezier(.25,.8,.25,1) forwards;animation-delay:var(--delay);position:relative;transition:all .3s ease}@media(max-width:1024px){.hero-mobile-inner a{font-size:clamp(24px,5.5vw,48px)}}@media(max-width:768px){.hero-mobile-inner a{font-size:clamp(20px,5vw,36px)}}.hero-mobile-inner a:hover{transform:translateY(-3px) scale(1.02);color:hsla(0,0%,100%,.9)}.hero-mobile-inner a:after{content:"";position:absolute;left:50%;bottom:-8px;width:0;height:2px;background:linear-gradient(90deg,transparent,#fff,transparent);transform:translateX(-50%);transition:width .4s ease}@media(max-width:768px){.hero-mobile-inner a:after{bottom:-6px;height:1.5px}}.hero-mobile-inner a:hover:after{width:80%}@keyframes heroNavFade{to{opacity:1;transform:translateY(0) scale(1)}}@keyframes menuPulse{0%,to{box-shadow:0 0 0 0 hsla(0,0%,100%,.4)}50%{box-shadow:0 0 0 8px hsla(0,0%,100%,0)}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.hero-hamburger:not(.open){animation:menuPulse 3s ease-in-out infinite;animation-delay:2s}.hero-hamburger .bar:nth-child(2):before{animation-delay:.1s}.hero-hamburger .bar:nth-child(3):before{animation-delay:.2s}.macbook-pro{position:relative;width:100%;min-height:100vh}@media(max-width:1024px){.macbook-pro{min-height:85vh}}@media(max-width:768px){.macbook-pro{min-height:80vh}}.macbook-pro .overlap-group-2{position:relative;width:100%;min-height:100vh}@media(max-width:1024px){.macbook-pro .overlap-group-2{min-height:85vh}}@media(max-width:768px){.macbook-pro .overlap-group-2{min-height:80vh}}.macbook-pro .element{position:absolute;top:24px;left:24px;height:52px;width:auto;z-index:1050;transition:all .3s ease}@media(max-width:1024px){.macbook-pro .element{top:20px;left:20px;height:48px}}@media(max-width:768px){.macbook-pro .element{top:16px;left:16px;height:42px}}@media(max-width:480px){.macbook-pro .element{height:36px}}.macbook-pro .navbar{position:absolute;top:clamp(200px,25vh,280px);left:clamp(20px,5vw,80px);z-index:1050;display:flex;flex-wrap:wrap;gap:clamp(15px,3vw,30px)}@media(max-width:1024px){.macbook-pro .navbar{top:clamp(180px,22vh,240px);flex-direction:column;gap:clamp(8px,2vw,15px);align-items:flex-start}}@media(max-width:768px){.macbook-pro .navbar{top:clamp(160px,20vh,200px);left:50%;transform:translateX(-50%);align-items:center;text-align:center;gap:clamp(6px,1.5vw,12px)}}.macbook-pro .navbar [class*=text-wrapper-1]{color:#fff;font-family:DM Sans,Helvetica;font-weight:500;font-size:clamp(24px,4.5vw,56px);line-height:1.1;text-decoration:none;transition:all .3s ease}@media(max-width:1024px){.macbook-pro .navbar [class*=text-wrapper-1]{font-size:clamp(20px,4vw,48px)}}@media(max-width:768px){.macbook-pro .navbar [class*=text-wrapper-1]{font-size:clamp(18px,3.5vw,36px)}}@media(max-width:480px){.macbook-pro .navbar [class*=text-wrapper-1]{font-size:clamp(16px,3vw,28px)}}.macbook-pro .navbar [class*=text-wrapper-1]:hover{opacity:.8;transform:translateY(-2px)}.macbook-pro .transforming-spaces{position:absolute;top:clamp(320px,40vh,420px);left:clamp(20px,5vw,80px);max-width:clamp(300px,50vw,668px);color:#fff;font-family:Montserrat,Helvetica;font-weight:400;font-size:clamp(14px,2.2vw,20px);line-height:1.6;z-index:1050}@media(max-width:1024px){.macbook-pro .transforming-spaces{top:clamp(300px,35vh,380px);max-width:clamp(280px,60vw,600px)}}@media(max-width:768px){.macbook-pro .transforming-spaces{top:clamp(280px,32vh,340px);left:50%;transform:translateX(-50%);text-align:center;max-width:clamp(260px,80vw,500px);padding:0 20px}}@media(max-width:480px){.macbook-pro .transforming-spaces{padding:0 16px;max-width:calc(100% - 32px)}}.macbook-pro .navbar-2{position:absolute;top:24px;right:24px;display:flex;align-items:center;gap:clamp(20px,2.5vw,40px);z-index:1050}@media(max-width:1200px){.macbook-pro .navbar-2{display:none}}.macbook-pro .navbar-2 [class*=text-wrapper-1]{color:#fff;font-family:DM Sans,Helvetica;font-weight:500;font-size:16px;text-decoration:none;transition:all .3s ease;position:relative}.macbook-pro .navbar-2 [class*=text-wrapper-1]:hover{opacity:.8}.macbook-pro .navbar-2 [class*=text-wrapper-1]:after{content:"";position:absolute;bottom:-6px;left:50%;width:0;height:2px;background:#fff;transform:translateX(-50%);transition:width .3s ease}.macbook-pro .navbar-2 [class*=text-wrapper-1]:hover:after{width:100%}.macbook-pro .frame-5{position:absolute;bottom:clamp(40px,8vh,80px);left:clamp(20px,5vw,80px);z-index:1050;background:rgba(137,128,120,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:6px;padding:clamp(10px,1.5vw,16px) clamp(16px,2.5vw,28px);transition:all .3s ease;cursor:pointer}@media(max-width:768px){.macbook-pro .frame-5{left:50%;transform:translateX(-50%)}}.macbook-pro .frame-5:hover{background:rgba(121,110,103,.9);transform:translateY(-3px)}@media(max-width:768px){.macbook-pro .frame-5:hover{transform:translate(-50%,-3px)}}.macbook-pro .frame-5 .text-wrapper-20{color:#fff;font-family:DM Sans,Helvetica;font-weight:500;font-size:clamp(13px,1.8vw,16px);white-space:nowrap}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.header-container{margin:0 60px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:1024px){.header-container{margin:0 40px;padding:0 18px}}@media(max-width:768px){.header-container{margin:0 20px;padding:0 16px;gap:16px}}@media(max-width:480px){.header-container{margin:0 12px;padding:0 12px;gap:12px}}@media(max-width:360px){.header-container{margin:0 8px;padding:0 10px;gap:10px}}@media(min-width:1201px){.hamburger,.mobile-nav{display:none!important}}@media(max-width:1200px){.header-top-nav{display:none!important}.hamburger{display:block!important}}@media(max-width:1024px){.site-header .hero-navbar{width:300px!important;left:40px!important;top:240px!important}.site-header .hero-subtext{width:calc(100% - 80px)!important;left:40px!important;top:360px!important;font-size:20px!important;line-height:30px!important}}@media(max-width:768px){.site-header .hero-navbar{top:220px!important;left:20px!important;width:calc(100% - 40px)!important}.site-header .hero-navbar a{font-size:clamp(24px,5vw,32px);display:block;margin-bottom:10px;text-align:center}.site-header .hero-subtext{top:340px!important;left:20px!important;width:calc(100% - 40px)!important;font-size:18px!important;text-align:center}}@media(max-width:480px){.site-header .hero-navbar{width:calc(100% - 10px)!important;left:20px!important;top:200px!important}.site-header .hero-navbar a{font-size:clamp(20px,4vw,24px);margin-bottom:8px}.site-header .element{left:20px!important;top:20px!important;width:140px!important;height:48px!important}.site-header .explore-btn{bottom:16px!important;left:50%!important;transform:translateX(-50%)!important;padding:10px 14px!important}.site-header .hero-subtext{font-size:16px!important;width:calc(100% - 32px)!important;left:16px!important;top:300px!important;line-height:24px!important}}html{scroll-behavior:smooth}.hamburger:focus,.mobile-nav a:focus{outline:2px solid #fff;outline-offset:2px}.mobile-nav,.site-header{will-change:transform}@media(max-width:768px){.site-header{position:relative;z-index:1001}}.dark-header{background:#fff!important;box-shadow:0 1px 4px rgba(0,0,0,.08)}.dark-header .logo img{filter:none!important}.dark-header .header-top-nav a{color:#1a1a1a!important}.dark-header .header-top-nav a:after{background-color:#1a1a1a!important}.dark-header .mobile-nav-inner a{color:#1a1a1a!important}.dark-header .mobile-nav-inner a:hover{color:#000!important}.dark-header .hamburger .bar,.dark-header .hero-hamburger .bar{background:#1a1a1a!important}.dark-header .hamburger:hover{background:rgba(0,0,0,.05)}.nav-dark{color:#1a1a1a!important}@media(hover:none)and (pointer:coarse){.site-header .hamburger{padding:10px}}@media(hover:none)and (pointer:coarse)and (max-width:480px){.site-header .hamburger{padding:8px}}@media(hover:none)and (pointer:coarse){.site-header .mobile-nav-inner a{padding:18px 16px}}@media(hover:none)and (pointer:coarse)and (max-width:480px){.site-header .mobile-nav-inner a{padding:16px 14px}}@media(hover:none)and (pointer:coarse){.site-header .mobile-nav-inner a:active{background:rgba(0,0,0,.08)}}@media(max-width:320px){.site-header{--site-header-height:52px;padding:6px 0}.site-header .logo img{height:30px}.site-header .hamburger-inner{width:18px;height:14px}.site-header .mobile-nav-inner{gap:10px;padding:12px 12px 20px;padding-top:calc(env(safe-area-inset-top, 0px) + var(--site-header-height) + 8px)}.site-header .mobile-nav-inner a{font-size:15px;padding:10px}.header-container{margin:0 6px;padding:0 8px;gap:8px}}.hero-section{height:100vh;min-height:600px;color:#fff;position:relative;overflow:hidden}@media(max-width:768px){.hero-section{height:auto;min-height:0;overflow:visible}}@media(max-width:480px){.hero-section{height:auto;min-height:0}}.hero-section .hero-background{height:100%;width:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}@media(max-width:768px){.hero-section .macbook-pro,.hero-section .overlap,.hero-section .overlap-group-wrapper{height:auto;min-height:0}}.hero-section .hero-overlay{background-color:rgba(0,0,0,.6);position:absolute;top:0;left:0;width:100%;height:100%}@media(max-width:768px){.hero-section .hero-overlay{background-color:rgba(0,0,0,0)}.hero-section .hero-content{display:none}}.hero-section .navbar{position:absolute;top:30%;left:80px;width:auto;z-index:2}@media(max-width:1024px){.hero-section .navbar{left:40px;top:25%}}@media(max-width:768px){.hero-section .navbar{display:none}}.hero-section .navbar a{color:#fff;text-decoration:none;margin-right:40px;display:inline-block;font-size:clamp(24px,6vw,48px);font-weight:500;letter-spacing:.05em;line-height:1.2;transition:all .3s ease}@media(max-width:768px){.hero-section .navbar a{margin-right:20px;display:block;margin-bottom:10px;text-align:center}}@media(max-width:480px){.hero-section .navbar a{margin-right:15px;margin-bottom:8px}}.hero-section .navbar a:hover{opacity:.8;transform:translateY(-2px)}.hero-section .navbar a:last-child{margin-right:0}.hero-section .hero-subtext{position:absolute;top:50%;left:80px;width:100%;max-width:668px;z-index:2;font-size:clamp(16px,3vw,24px);letter-spacing:.03em;line-height:1.5;margin-top:20px}@media(max-width:768px){.hero-section .hero-subtext{display:none}}.hero-section .hero-buttons{position:absolute;right:24px;bottom:24px;display:flex;gap:12px;z-index:3}@media(max-width:768px){.hero-section .hero-buttons{display:none}}.hero-section .hero-button{width:48px;height:48px;border-radius:50%;border:2px solid hsla(0,0%,100%,.35);background-color:hsla(0,0%,100%,.06);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease;padding:0}.hero-section .hero-button:hover{transform:scale(1.06);box-shadow:0 6px 18px rgba(0,0,0,.35)}.hero-section .hero-button.active{border-color:#fff;background-color:hsla(0,0%,100%,.12);box-shadow:0 8px 24px rgba(0,0,0,.45)}.serv{margin-top:10px}.serv .sections{margin-top:240px;justify-content:space-between}.serv .sections .sec-2{border:1px solid #505050;align-items:center;margin-left:10px;margin-right:10px;justify-content:center;padding-left:30px;padding-right:30px;display:flex;flex-direction:column;text-align:center}.serv .sections .sec-2 h4{color:#000;font-weight:500;font-style:Medium;font-size:24px;margin-top:16px;margin-bottom:24px;line-height:150%;letter-spacing:3%}.serv .sections .sec-1{border:1px solid #000;align-items:center;margin-left:10px;margin-right:10px;justify-content:center;padding-left:30px;padding-right:30px;display:flex;flex-direction:column;text-align:center}.serv .sections .sec-1 h4{color:#000;font-weight:500;font-style:Medium;font-size:24px;margin-top:16px;margin-bottom:24px;line-height:150%;letter-spacing:3%}.serv .image-placeholder{width:100%;height:300px;background:#ccc}.serv .photowith{margin-top:96px}.serv .photowith .h1name{padding-left:5px;font-weight:500;font-style:Medium;color:#000;font-size:32px;line-height:150%;letter-spacing:3%}.serv .photowith .desc{font-weight:300;font-style:Light;font-size:20px;margin-top:24px;line-height:150%;letter-spacing:3%}.serv .link{font-weight:300;margin-top:40px;font-size:16px;color:#000;margin-left:24px}.serv .link a{color:#000;text-decoration:none}.process-section{position:relative;padding:40px 0;max-width:900px;margin:0 auto}.process-section .process-title{text-align:center;font-size:24px;font-weight:300;color:#000;margin-bottom:50px;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:8px;position:relative}.process-section .process-timeline{position:relative;padding:0}.process-section .process-timeline:before{content:"";position:absolute;left:50%;top:-48px;bottom:-16px;width:1px;background-color:#000;transform:translateX(-50%) scaleY(0);transform-origin:top;z-index:1;transition:transform 1.2s cubic-bezier(.2,.8,.25,1)}.process-section .process-timeline.timeline-visible:before{transform:translateX(-50%) scaleY(1)}.process-section .process-timeline .timeline-step{position:relative;margin-bottom:-48px;display:flex;align-items:flex-start}.process-section .process-timeline .timeline-step:after{content:"";position:absolute;left:50%;top:25px;width:10px;height:10px;background-color:#000;border:2px solid #e0e0e0;border-radius:50%;transform:translateX(-50%) scale(0);z-index:3;transition:transform .3s cubic-bezier(.2,.8,.25,1)}.process-section .process-timeline .timeline-step:before{content:"";position:absolute;top:29px;height:1px;background-color:#000;z-index:2;transform:scaleX(0);transition:transform .6s cubic-bezier(.2,.8,.25,1)}.process-section .process-timeline .timeline-step.step-visible:before{transform:scaleX(1)}.process-section .process-timeline .timeline-step.step-visible:after{transform:translateX(-50%) scale(1)}.process-section .process-timeline .timeline-step.step-visible .step-content{opacity:1;transform:translateY(0)}.process-section .process-timeline .timeline-step .step-content{background:#fff;padding:20px;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.1);width:42%;position:relative;opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.2,.8,.25,1),transform .6s cubic-bezier(.2,.8,.25,1)}.process-section .process-timeline .timeline-step .step-content h3{font-size:16px;font-weight:600;color:#333;margin-bottom:12px}.process-section .process-timeline .timeline-step .step-content p{font-weight:300;font-style:Light;font-size:16px;color:#000;line-height:150%;letter-spacing:3%;margin:0}.process-section .process-timeline .timeline-step.left-step{justify-content:flex-start}.process-section .process-timeline .timeline-step.left-step .step-content{margin-right:auto}.process-section .process-timeline .timeline-step.left-step:before{left:42%;right:50%;transform-origin:right}.process-section .process-timeline .timeline-step.right-step{justify-content:flex-end}.process-section .process-timeline .timeline-step.right-step .step-content{margin-left:auto}.process-section .process-timeline .timeline-step.right-step:before{left:50%;right:42%;transform-origin:left}.process-section .process-timeline .timeline-step.active-step .step-content{background-color:#fff;border:none}.process-section .process-timeline .timeline-step.active-step:after{background-color:#000;border-color:#e0e0e0}.process-section .process-footer{text-align:center;padding-top:88px;position:relative}.process-section .process-footer p{font-size:16px;color:#000;font-style:italic}.process-section .process-footer:before{content:"";position:absolute;top:64px;left:395px;width:12%;height:1px;background-color:#000;z-index:2}.interior-design-section{padding:0;background-color:#fff}.interior-design-section .container-fluid{padding:0}.interior-design-section .row{margin:0}.interior-design-section .image-container{height:330px;background-color:#d3d3d3;overflow:hidden;display:flex;align-items:center;justify-content:center}.interior-design-section .image-container img{width:100%;height:100%;object-fit:cover}.interior-design-section .content-wrapper{padding:80px 40px;max-width:100%}.interior-design-section .section-title{font-size:32px;font-weight:300;color:#2c2c2c;margin-bottom:24px;line-height:1.2;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.interior-design-section .section-description{font-size:20px;line-height:150%;color:#666;margin-bottom:16px;font-weight:300;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.interior-design-section .quote-btn{background-color:rgba(0,0,0,0);color:#2c2c2c;border:1px solid #2c2c2c;padding:2px 40px;font-size:16px;font-family:Montserrat;margin-bottom:8px;font-style:Light;font-weight:16px;letter-spacing:.5px;transition:all .3s ease;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.interior-design-section .quote-btn:hover{background-color:#2c2c2c;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(44,44,44,.2)}.interior-design-section .quote-btn:focus{outline:none;box-shadow:0 0 0 3px rgba(44,44,44,.1)}@media(max-width:992px){.process-section .process-footer:before{left:45%;width:10%}}@media(max-width:768px){.serv{margin-top:80px}.serv .sections{margin-top:160px;flex-direction:column;gap:20px}.serv .sections .sec-1,.serv .sections .sec-2{margin:0 5px;width:auto;padding-left:20px;padding-right:20px}.serv .sections .sec-1 h4,.serv .sections .sec-2 h4{font-size:22px}.serv .photowith{margin-top:60px;flex-direction:column;gap:20px}.serv .photowith .h1name{font-size:28px;padding-left:0}.serv .photowith .desc{font-size:18px;margin-top:16px}.serv .image-placeholder{height:250px}.serv .link{margin-left:0;text-align:center}.process-section{padding:40px 20px}.process-section .process-timeline:before{left:30px;transform:none;top:-25px}.process-section .process-timeline .timeline-step{justify-content:flex-start!important}.process-section .process-timeline .timeline-step:after{left:30px;transform:none}.process-section .process-timeline .timeline-step:before{left:30px;right:auto;width:40px;transform:none}.process-section .process-timeline .timeline-step .step-content{width:calc(100% - 80px);margin-left:70px!important;margin-right:0!important;padding:15px}.process-section .process-footer:before{left:20%;width:60%}.interior-design-section .image-container{height:280px}.interior-design-section .content-wrapper{padding:60px 30px}.interior-design-section .section-title{font-size:28px}.interior-design-section .section-description{font-size:18px}.interior-design-section .quote-btn{width:100%;padding:12px 30px;font-size:16px}}@media(max-width:576px){.serv{margin-top:60px}.serv .sections{margin-top:120px}.serv .sections .sec-1,.serv .sections .sec-2{margin:0;padding:20px 15px}.serv .sections .sec-1 h4,.serv .sections .sec-2 h4{font-size:20px;margin-top:12px;margin-bottom:16px}.serv .photowith{margin-top:40px}.serv .photowith .h1name{font-size:24px}.serv .photowith .desc{font-size:16px;margin-top:12px}.serv .image-placeholder{height:200px}.serv .link{margin-top:30px;font-size:14px}.process-section{padding:30px 15px}.process-section .process-title{font-size:20px;margin-bottom:40px}.process-section .process-timeline:before{left:25px}.process-section .process-timeline .timeline-step{margin-bottom:40px}.process-section .process-timeline .timeline-step:after{left:25px;width:8px;height:8px}.process-section .process-timeline .timeline-step:before{left:25px;width:30px}.process-section .process-timeline .timeline-step .step-content{width:calc(100% - 60px);margin-left:55px!important;padding:12px}.process-section .process-timeline .timeline-step .step-content h3{font-size:14px;margin-bottom:8px}.process-section .process-timeline .timeline-step .step-content p{font-size:14px}.process-section .process-footer{padding-top:15px}.process-section .process-footer p{font-size:14px}.process-section .process-footer:before{left:10%;width:80%}.interior-design-section .image-container{height:220px}.interior-design-section .content-wrapper{padding:40px 20px}.interior-design-section .section-title{font-size:24px;margin-bottom:20px}.interior-design-section .section-description{font-size:16px;margin-bottom:12px}.interior-design-section .quote-btn{padding:10px 25px;font-size:14px}}@media(max-width:480px){.serv{margin-top:40px}.serv .sections{margin-top:80px}.serv .sections .sec-1,.serv .sections .sec-2{padding:15px 10px}.serv .sections .sec-1 h4,.serv .sections .sec-2 h4{font-size:18px;margin-top:10px;margin-bottom:12px}.serv .photowith{margin-top:30px}.serv .photowith .h1name{font-size:20px}.serv .photowith .desc{font-size:14px;margin-top:10px}.serv .image-placeholder{height:180px}.serv .link{margin-top:20px;font-size:13px}.process-section{padding:20px 10px}.process-section .process-title{font-size:18px;margin-bottom:30px}.process-section .process-timeline:before{left:20px}.process-section .process-timeline .timeline-step{margin-bottom:30px}.process-section .process-timeline .timeline-step:after{left:20px;width:6px;height:6px}.process-section .process-timeline .timeline-step:before{left:20px;width:25px}.process-section .process-timeline .timeline-step .step-content{width:calc(100% - 50px);margin-left:45px!important;padding:10px}.process-section .process-timeline .timeline-step .step-content h3{font-size:13px;margin-bottom:6px}.process-section .process-timeline .timeline-step .step-content p{font-size:12px}.process-section .process-footer{padding-top:10px}.process-section .process-footer p{font-size:12px}.process-section .process-footer:before{left:5%;width:90%}.interior-design-section .image-container{height:180px}.interior-design-section .content-wrapper{padding:30px 15px}.interior-design-section .section-title{font-size:20px;margin-bottom:16px}.interior-design-section .section-description{font-size:14px;margin-bottom:10px}.interior-design-section .quote-btn{padding:8px 20px;font-size:13px}}.leadership-section .swiper-arrow,.swiper-arrow{background:none!important;border:none!important;box-shadow:none!important;outline:none!important;border-radius:0!important;width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-size:2.2rem;color:#222!important;transition:color .2s}.swiper-arrow:after,.swiper-arrow:before{display:none!important}.swiper-arrow.next:before,.swiper-arrow.prev:before{color:#222!important}.btn1{outline:1px solid #000}.vision{position:relative;border:none}.vision:after,.vision:before{content:"";position:absolute;top:0;width:2px;height:100%;background:linear-gradient(0deg,#000,#fff);pointer-events:none;z-index:1}.vision:before{left:0}.vision:after{right:0}@media(max-width:992px){.vision:after,.vision:before{width:100%;height:1px;background:linear-gradient(90deg,#000,#fff)}.vision:before{top:0;left:0}.vision:after{bottom:0;left:0}}.cardo{max-height:250px;height:250px}.leadership-section{position:relative}.leadership-section .swiper-arrow{position:absolute;top:.5rem;transform:none;z-index:10;cursor:pointer;width:38px;height:38px;background:none;border:none;box-shadow:none;display:flex;align-items:center;justify-content:center;font-size:2.2rem;color:#222;transition:color .2s}.leadership-section .swiper-arrow.next{right:1.5rem}.leadership-section .swiper-arrow.prev{left:1.5rem}.swiper-arrow:after{display:none!important}.swiper-arrow.next:before{content:"→";font-family:inherit;font-size:2.2rem;color:#222}.swiper-arrow.prev:before{content:"←";font-family:inherit;font-size:2.2rem;color:#222}.card{height:330px;max-height:330px;max-width:320px;outline:1px solid #000;border-radius:0}.card1{margin-right:100px}.card3{margin-left:100px}.wide-section{outline:1px solid #000;height:350px;width:100%;padding:0}@media(max-width:1000px){.card1,.card3{margin:auto}}.clock-container{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#fff;overflow:hidden}@media(max-width:768px){.clock-container{height:50vh;padding:2rem 0}}.clock{position:relative;width:50px;height:50px;display:flex;justify-content:center;align-items:center}@media(max-width:768px){.clock{width:35px;height:35px}}.center{width:100%;height:100%;z-index:10;position:relative}.second{position:absolute;top:50%;left:50%;width:300px;height:2px;transform-origin:left center;pointer-events:none}@media(max-width:768px){.second{width:120px;height:1.5px}}.third{position:absolute;bottom:50%;left:50%;width:1px;height:250px;transform-origin:left center;pointer-events:none}@media(max-width:768px){.third{height:120px;width:.8px}}.uniqImage{width:100%;height:100%;display:block;margin-left:0;margin-right:0;object-fit:cover}@media(max-width:768px){.cardo{max-height:none!important;height:auto!important;padding:2rem 1rem!important;margin-bottom:1rem}.cardo h2{font-size:1.5rem!important;margin-top:1rem!important}.cardo p{font-size:.95rem!important;line-height:1.6!important;padding:.5rem!important}.leadership-section{padding:2rem 0!important}.leadership-section h2{font-size:1.8rem!important;padding:0 1rem}.leadership-section .row.justify-content-center{padding:0 1rem}.leadership-section .row.justify-content-center h3{font-size:1.4rem!important;margin-bottom:1rem!important}.leadership-section .row.justify-content-center p{font-size:.95rem!important;line-height:1.6!important}.leadership-section .swiper-arrow{font-size:1.8rem!important;width:32px!important;height:32px!important}.leadership-section .swiper-arrow.next{right:.5rem!important}.leadership-section .swiper-arrow.prev{left:.5rem!important}.leadership-section .swiper-arrow.next:before,.leadership-section .swiper-arrow.prev:before{font-size:1.8rem!important}section{margin-bottom:3rem!important;padding:0 .5rem}section h2{font-size:1.8rem!important;margin-bottom:2rem!important}.card{height:auto!important;min-height:200px;max-height:none!important;max-width:100%!important;margin:0 .5rem 1.5rem!important;padding:1.5rem!important}.card h4{font-size:1.2rem!important;margin:0 0 1rem!important}.card h4,.card p{text-align:left!important}.card p{font-size:.9rem!important;margin:0!important;line-height:1.6!important}.card1,.card3{margin-right:.5rem!important;margin-left:.5rem!important}.row.position-relative span{display:none!important}.wide-section{height:200px!important;margin:0 0 1rem!important}.display-4{font-size:1.8rem!important}.display-5{font-size:1.5rem!important}.display-6{font-size:1.3rem!important}.container,.container-fluid{padding-left:.5rem!important;padding-right:.5rem!important}.row{margin-left:0!important;margin-right:0!important}}.wide-section{position:relative}.overlay-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.8rem;font-weight:600;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.8);z-index:2;text-align:center;padding:1rem}@media(max-width:768px){.overlay-text{font-size:1.1rem;padding:.5rem;font-weight:700}}.bottom-section{text-align:center;margin-top:2rem;padding:2rem 1rem}@media(max-width:768px){.bottom-section{padding:1.5rem 1rem}.bottom-section button{width:100%;max-width:280px;font-size:1rem}}.bottom-text{font-size:1rem;color:#666;margin-top:1rem}@media(max-width:768px){.bottom-text{font-size:.9rem;padding:0 1rem}.border{height:0!important}}.careers-container{font-family:Arial,sans-serif;max-width:1200px;margin:0 auto;padding:40px 20px;color:#1a1a1a}.careers-container .header-section{text-align:center;margin-bottom:40px;padding-top:20px}.careers-container .header-section h1{font-size:3rem;font-weight:400;margin-bottom:16px}.careers-container .header-section .subtitle{max-width:600px;margin:0 auto 30px;color:#666;line-height:1.6;font-size:15px}.careers-container .header-section .btn-outline{background:rgba(0,0,0,0);border:1px solid #999;padding:10px 24px;font-size:14px;color:#666;cursor:pointer;transition:all .2s ease;text-transform:capitalize}.careers-container .header-section .btn-outline:hover{background:#f9f9f9;border-color:#333;color:#333}.careers-container .hero-image-wrapper{width:100%;height:300px;overflow:hidden;margin-bottom:40px}.careers-container .hero-image-wrapper .hero-img{width:100%;height:100%;object-fit:cover;filter:sepia(.2) contrast(1.1)}.careers-container .mission-text{text-align:center;max-width:800px;margin:0 auto 60px}.careers-container .mission-text h3{font-size:1.4rem;font-weight:500;line-height:1.5;color:#333}.careers-container .content-grid{display:flex;justify-content:space-between;align-items:flex-start;gap:60px}@media(max-width:768px){.careers-container .content-grid{flex-direction:column}}.careers-container .content-grid .jobs-list{flex:2 1;width:100%}.careers-container .content-grid .jobs-list .job-card{background:#fff;border:1px solid #dcdcdc;padding:25px;margin-bottom:20px;position:relative}.careers-container .content-grid .jobs-list .job-card .job-type{font-size:13px;color:#999;display:block;margin-bottom:8px}.careers-container .content-grid .jobs-list .job-card .job-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.careers-container .content-grid .jobs-list .job-card .job-header h2{font-size:1.5rem;font-weight:600;margin:0;color:#333}.careers-container .content-grid .jobs-list .job-card .job-header .btn-apply{background:rgba(0,0,0,0);border:1px solid #999;padding:10px 24px;font-size:14px;color:#666;cursor:pointer;transition:all .2s ease;text-transform:capitalize}.careers-container .content-grid .jobs-list .job-card .job-header .btn-apply:hover{background:#f9f9f9;border-color:#333;color:#333}.careers-container .content-grid .jobs-list .job-card .job-header .btn-apply{padding:6px 20px;font-size:12px;border-color:#bbb}.careers-container .content-grid .jobs-list .job-card .tags{display:flex;gap:10px}.careers-container .content-grid .jobs-list .job-card .tags .tag{border:1px solid #e0e0e0;padding:4px 12px;font-size:11px;color:#888;text-transform:uppercase;letter-spacing:.5px}.careers-container .content-grid .sidebar{flex:1 1;text-align:center;padding-top:20px}.careers-container .content-grid .sidebar h3{font-size:1.3rem;margin-bottom:10px;color:#222}.careers-container .content-grid .sidebar p{color:#555;margin-bottom:5px}.careers-container .content-grid .sidebar .email-link{display:block;color:#333;text-decoration:none;font-weight:600;margin-bottom:25px}.careers-container .content-grid .sidebar .email-link:hover{text-decoration:underline}.careers-container .content-grid .sidebar .btn-outline.small{background:rgba(0,0,0,0);border:1px solid #999;padding:10px 24px;font-size:14px;color:#666;cursor:pointer;transition:all .2s ease;text-transform:capitalize}.careers-container .content-grid .sidebar .btn-outline.small:hover{background:#f9f9f9;border-color:#333;color:#333}.careers-container .content-grid .sidebar .btn-outline.small{padding:8px 30px;font-size:12px}@media(min-width:768px){.careers-container{margin-top:3rem}}.manual-slider-wrapper{position:relative;display:flex;align-items:center;justify-content:center;padding:0 50px;margin-top:50px}.slider-viewport{width:100%;overflow:hidden;max-width:1096px}.slider-track{display:flex;gap:24px;transition:transform .6s cubic-bezier(.25,.8,.25,1)}.team-slide{flex-shrink:0;cursor:pointer;height:400px;display:flex;align-items:flex-end;transition:all .4s ease}.team-slide .slide-image{width:200px;height:300px;object-fit:cover;border:1px solid #000;transition:all .4s ease}.team-slide.active .slide-image{width:300px;height:400px}.slider-arrow{position:absolute;top:60%;transform:translateY(-50%);z-index:10;background:none!important;border:none!important;box-shadow:none!important;outline:none!important;border-radius:0!important;width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:2.2rem;color:#222!important;transition:color .2s}.slider-arrow:disabled{opacity:.4;cursor:not-allowed}.slider-arrow.prev{left:-10px}.slider-arrow.next{right:-10px}@media(max-width:1200px){.slider-viewport{max-width:648px}}@media(max-width:768px){.manual-slider-wrapper{padding:0 40px}.slider-viewport{max-width:200px}.team-slide{pointer-events:none}.team-slide.active .slide-image{width:200px;height:300px}}.projects-page-wrapper{background-color:#fff;min-height:100vh;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333;padding:130px 20px 0}.projects-page-wrapper .container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.projects-page-wrapper .header-section{text-align:center;margin-bottom:60px;max-width:800px}.projects-page-wrapper .header-section .main-title{font-size:24px;font-weight:400;color:#333;margin-bottom:20px;letter-spacing:.5px}.projects-page-wrapper .header-section .sub-description{font-size:16px;line-height:1.6;color:#333;font-weight:300}.projects-page-wrapper .filter-container{width:100%;max-width:700px;margin-bottom:60px;position:relative}.projects-page-wrapper .filter-container .filter-tabs{display:flex;justify-content:center;align-items:center;gap:15px;padding-bottom:10px}.projects-page-wrapper .filter-container .filter-tabs .filter-tab{background:none;border:none;font-size:14px;font-weight:500;color:#555;cursor:pointer;text-transform:uppercase;letter-spacing:1px;transition:color .3s ease;padding:0 5px}.projects-page-wrapper .filter-container .filter-tabs .filter-tab:hover{color:#000}.projects-page-wrapper .filter-container .filter-tabs .filter-tab.active{color:#000;font-weight:600}.projects-page-wrapper .filter-container .filter-tabs .separator{width:1px;height:30px;background:#222;display:inline-block;border-radius:2px;vertical-align:middle}.projects-page-wrapper .filter-container .filter-border-line{width:65%;height:.5px;background-color:#000;margin:0 auto}.projects-page-wrapper .projects-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px;width:100%}.projects-page-wrapper .projects-grid .project-card-link{text-decoration:none;display:block}.projects-page-wrapper .projects-grid .project-card{position:relative;width:100%;aspect-ratio:1/.8;overflow:hidden;cursor:pointer;background-color:#f0f0f0}.projects-page-wrapper .projects-grid .project-card .project-image-placeholder{width:100%;height:100%;background-color:#ddd;transition:transform .5s ease;background-image:url(https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80);background-size:cover;background-position:50%}.projects-page-wrapper .projects-grid .project-card:hover .project-image-placeholder{transform:scale(1.03)}.projects-page-wrapper .projects-grid .project-card .project-overlay{display:none}@media(max-width:768px){.projects-page-wrapper .header-section .main-title{font-size:24px}.projects-page-wrapper .header-section .sub-description{font-size:14px;padding:0 10px}.projects-page-wrapper .filter-container .filter-tabs{flex-wrap:wrap;gap:10px}.projects-page-wrapper .filter-container .filter-tabs .separator{display:none}.projects-page-wrapper .projects-grid{grid-template-columns:1fr;gap:20px}.projects-page-wrapper{padding-top:30px}}.project-details-page{background-color:#fff;min-height:100vh;padding:120px 0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#000}.project-details-page .container{max-width:1400px;width:90%;margin:0 auto}.project-details-page .project-header{margin-bottom:30px}.project-details-page .project-header .project-category{font-size:22px;font-weight:650;margin-bottom:5px;color:#333}.project-details-page .project-header .project-title{font-size:16px;font-weight:400;text-transform:uppercase;color:#777;margin:0}.project-details-page .hero-image-wrapper{width:100%;height:500px;margin-bottom:60px;background-color:#f4f4f4}.project-details-page .hero-image-wrapper .image-placeholder{width:100%;height:100%;background-color:#333;background-image:url(/projectDetails/projectImage1.png);background-size:cover;background-position:50%}.project-details-page .details-grid{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:80px;column-gap:80px;grid-row-gap:30px;row-gap:30px;margin-bottom:60px}.project-details-page .details-grid .detail-item .detail-label{display:block;font-size:18px;font-weight:300;text-transform:uppercase;color:#000;margin-bottom:8px;letter-spacing:.5px}.project-details-page .details-grid .detail-item .detail-value-row{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid #d1d1d1;padding-bottom:5px}.project-details-page .details-grid .detail-item .detail-value-row .detail-value{font-size:16px;text-transform:uppercase;color:#333;font-weight:200;opacity:.9}.project-details-page .details-grid .detail-item .detail-value-row .detail-date{font-size:10px;color:#d1d1d1;text-transform:uppercase}.project-details-page .concept-section{margin-bottom:80px}.project-details-page .concept-section .section-label{font-size:18px;font-weight:350;text-transform:uppercase;color:#000;margin-bottom:15px;letter-spacing:.5px}.project-details-page .concept-section .concept-text{font-size:14px;line-height:1.8;color:#777;margin-bottom:10px;text-align:justify}.project-details-page .concept-section .concept-footer{display:flex;justify-content:flex-end;border-bottom:1px solid #d1d1d1;padding-bottom:5px}.project-details-page .concept-section .concept-footer .detail-date{font-size:10px;color:#d1d1d1}.project-details-page .gallery-section{margin-bottom:80px}.project-details-page .gallery-section .section-label{font-size:18px;font-weight:400;text-transform:uppercase;color:#000;display:block;letter-spacing:.5px}.project-details-page .gallery-section .mb-4{margin-bottom:20px}.project-details-page .gallery-section .gallery-image-wrapper{width:100%;height:600px;background-color:#f4f4f4}.project-details-page .gallery-section .gallery-image-wrapper .image-placeholder{width:100%;height:100%;background-color:#333;background-image:url(/projectDetails/projectImage2.png);background-size:cover;background-position:50%}@media(max-width:768px){.project-details-page .details-grid{grid-template-columns:1fr;column-gap:0}.project-details-page .gallery-section .gallery-image-wrapper,.project-details-page .hero-image-wrapper{height:300px}}.footer-section{background-color:#fcfcfc;padding:80px 0 50px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#000;overflow:hidden}.footer-section .custom-container{padding-left:5%;padding-right:5%;max-width:100%}.footer-section .section-label{font-size:15px;font-weight:450;text-transform:uppercase;letter-spacing:.5px;margin-bottom:25px;color:#000}.footer-section .top-row .company-info p{margin:0;line-height:1.6;font-size:15px;color:#333;font-weight:400}.footer-section .top-row .footer-links-list{list-style:none;padding:0;margin:0}.footer-section .top-row .footer-links-list li{margin-bottom:14px;display:flex;align-items:center;justify-content:space-between}.footer-section .top-row .footer-links-list li a{text-decoration:none;color:#333;font-size:14px;text-transform:uppercase;font-weight:500;letter-spacing:.5px;position:relative;transition:all .2s}.footer-section .top-row .footer-links-list li a:hover{color:#000}.footer-section .top-row .footer-links-list li .arrow{font-size:18px;color:#000;font-weight:300}.footer-section .top-row .footer-links-list.no-arrow li{justify-content:flex-start}.footer-section .top-row .footer-links-list.with-arrow li{padding-right:10px}@media(max-width:991px){.footer-section .footer-section .custom-container{padding-left:2%;padding-right:2%}.footer-section .footer-section .top-row{flex-direction:column;display:flex;gap:24px}.footer-section .footer-section .padding-style{padding-left:0;padding-right:0}.footer-section .footer-section .section-label{font-size:13px;margin-bottom:12px}.footer-section .footer-section .footer-links-list li a{font-size:13px}.footer-section .footer-section .company-info p{font-size:13px;margin-bottom:6px}.footer-section .footer-section .copyright-wrapper{flex-direction:column;align-items:flex-start;gap:8px;max-width:100%;font-size:12px}}@media(max-width:600px){.footer-section .footer-section{padding:30px 0}.footer-section .footer-section .company-info p,.footer-section .footer-section .footer-links-list li a,.footer-section .footer-section .section-label{font-size:12px}.footer-section .footer-section .copyright-wrapper{font-size:11px}}.footer-section .bottom-row .copyright-wrapper{display:flex;justify-content:space-between;width:100%;max-width:400px;font-size:14px;color:#555}.footer-section .bottom-row .copyright-wrapper a{color:#555;text-decoration:none}.footer-section .bottom-row .copyright-wrapper a:hover{text-decoration:underline}.footer-section .bottom-row .contact-heading{font-size:15px;font-weight:450;text-transform:uppercase;display:block;margin-bottom:55px}.footer-section .bottom-row .team-grid{width:100%}.footer-section .bottom-row .team-grid .team-row{display:flex;flex-wrap:wrap;border-bottom:1px solid #d1d1d1;padding-bottom:8px;margin-bottom:25px}.footer-section .bottom-row .team-grid .team-row:last-child{margin-bottom:0}.footer-section .bottom-row .team-grid .team-row .field-group{display:flex;align-items:center}.footer-section .bottom-row .team-grid .team-row .field-group .label{font-size:12px;font-weight:800;text-transform:uppercase;margin-right:15px;color:#000;min-width:40px}.footer-section .bottom-row .team-grid .team-row .field-group .value{font-size:14px;color:#444;font-weight:400;text-decoration:none}.footer-section .bottom-row .team-grid .team-row .field-group .value.email{text-transform:lowercase}.footer-section .bottom-row .team-grid .team-row .name-group{width:40%}.footer-section .bottom-row .team-grid .team-row .email-group{width:60%}.padding-style{padding-right:70px;padding-left:70px}@media(max-width:991px){.footer-section{padding:50px 0}.footer-section .top-row{margin-bottom:40px}.footer-section .bottom-row{flex-direction:column;align-items:flex-start;gap:40px}.footer-section .bottom-row .contact-heading{margin-bottom:10px}.footer-section .bottom-row .team-grid .team-row{flex-direction:column;gap:10px}.footer-section .bottom-row .team-grid .team-row .email-group,.footer-section .bottom-row .team-grid .team-row .name-group{width:100%}}@media(max-width:800px){.footer-section{padding:24px 0;text-align:center}.footer-section .custom-container{padding-left:0;padding-right:0}.footer-section .top-row{flex-direction:column;display:flex;gap:18px;align-items:center}.footer-section .footer-logo .logo-img{width:180px!important;height:auto!important;margin:0 auto;display:block}.footer-section .company-info{margin-top:18px;margin-bottom:12px}.footer-section .company-info p{font-size:12px;margin-bottom:4px}.footer-section .section-label{font-size:12px;margin-bottom:8px}.footer-section .footer-links-list{padding:0;margin:0 auto 10px;width:100%;max-width:220px}.footer-section .footer-links-list li{justify-content:center;margin-bottom:8px}.footer-section .footer-links-list li a{font-size:12px;padding:4px 0}.footer-section .arrow{font-size:16px;margin-left:6px}.footer-section .padding-style{padding-left:0;padding-right:0}.footer-section .copyright-wrapper{flex-direction:column;align-items:center;gap:6px;max-width:100%;font-size:11px;margin-bottom:10px}.footer-section .contact-heading{margin-bottom:8px;font-size:12px}.footer-section .team-grid{margin-top:10px}.footer-section .team-row{flex-direction:column;gap:6px;align-items:center;border-bottom:none;margin-bottom:10px}.footer-section .field-group{flex-direction:column;align-items:center;margin-bottom:2px}.footer-section .label{font-size:11px;margin-right:0;margin-bottom:2px}.footer-section .value{font-size:12px}}