@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:2px}.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;padding:0 20px}@media(max-width:768px){.page-scene .group-10{margin:30px auto;padding:0 15px}}@media(max-width:480px){.page-scene .group-10{margin:20px auto;padding:0 10px}}.page-scene .overlap-7,.page-scene .overlap-8{position:relative;width:100%}.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(6,1fr);grid-auto-rows:1fr;grid-gap:0;gap:0;width:100%;margin:0;position:relative}@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:1px solid #000;background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center}@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 .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}.divider2{margin:-8px auto 28px}@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:480px){.macbook-pro{min-height:70vh}}.macbook-pro .overlap{width:100%;min-height:100vh;position:relative}@media(max-width:768px){.macbook-pro .overlap{min-height:80vh}}@media(max-width:480px){.macbook-pro .overlap{min-height:70vh}}.macbook-pro .overlap-group-wrapper{width:100%;min-height:100vh;position:relative}@media(max-width:768px){.macbook-pro .overlap-group-wrapper{min-height:80vh}}@media(max-width:480px){.macbook-pro .overlap-group-wrapper{min-height:70vh}}.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:480px){.macbook-pro .overlap-group-2{min-height:70vh}}.macbook-pro .rectangle{background-color:rgba(0,0,0,.2);width:100%;height:100%;position:absolute;top:0;left:0}.macbook-pro .element{height:60px;object-fit:contain;top:44px;left:86px}@media(max-width:768px){.macbook-pro .element{height:50px;top:30px;left:40px}}@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{margin-right:15px;display:block;text-align:center}}@media(max-width:480px){.macbook-pro .text-wrapper-10,.macbook-pro .text-wrapper-11,.macbook-pro .text-wrapper-12,.macbook-pro .text-wrapper-13{margin-right:10px;margin-bottom:10px}}.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{top:320px;left:40px;width:calc(100% - 80px)}}@media(max-width:480px){.macbook-pro .transforming-spaces{top:280px;left:20px;width:calc(100% - 40px)}}.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{top:520px;left:40px;padding:8px 16px}}@media(max-width:480px){.macbook-pro .frame-5{top:480px;left:20px;padding:6px 12px}}.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(6,1fr);grid-gap:0;gap:0;width:100vw;margin:0;padding:0}.project-cell{position:relative;background:#fff;cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid #f0f0f0;box-sizing:border-box;aspect-ratio:1/1;width:100%}.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:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:2}@media(max-width:1200px)and (min-width:901px){.projects-grid{grid-template-columns:repeat(5,1fr)}.project-name{font-size:16px}}@media(max-width:900px)and (min-width:601px){.projects-grid{grid-template-columns:repeat(4,1fr)}.project-name{font-size:15px;padding:8px}}@media(max-width:600px)and (min-width:401px){.projects-grid{grid-template-columns:repeat(3,1fr)}.project-name{font-size:14px;padding:6px}}@media(max-width:400px){.projects-grid{grid-template-columns:repeat(2,1fr)}.project-name{font-size:12px;padding:5px}}@media(min-width:1201px){.projects-grid{grid-template-columns:repeat(6,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}}.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:12px 0;--site-header-height:72px}}@media(max-width:480px){.site-header{padding:10px 0;--site-header-height:64px}}.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}.site-header .logo img{height:60px;transition:all .3s ease}@media(max-width:768px){.site-header .logo img{height:40px}}@media(max-width:480px){.site-header .logo img{height:35px}}.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}@media(max-width:1200px){.site-header .hamburger{display:flex;align-items:center;justify-content:center}}.site-header .hamburger:hover{background:hsla(0,0%,100%,.1)}.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:20px;height:16px}}.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}.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,.95);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:18px;text-align:left;padding:28px 20px 40px;padding-top:var(--site-header-height);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:18px;padding-top:calc(env(safe-area-inset-top, 12px) + var(--site-header-height));max-height:calc(100vh - (env(safe-area-inset-top, 12px) + var(--site-header-height)))}}@media(max-width:480px){.site-header .mobile-nav .mobile-nav-inner{gap:14px;padding-top:calc(env(safe-area-inset-top, 12px) + var(--site-header-height));max-height:calc(100vh - (env(safe-area-inset-top, 12px) + var(--site-header-height)))}}.site-header .mobile-nav .mobile-nav-inner a{color:#fff;font-size:clamp(18px,4.5vw,28px);text-decoration:none;font-weight:600;transition:all .18s ease;opacity:1;transform:none;display:block;width:100%;padding:14px 12px;border-radius:8px}.site-header .mobile-nav .mobile-nav-inner a:hover{background:hsla(0,0%,100%,.04);transform:translateY(-2px)}.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:520px;width:100%;text-align:center;padding:18px 16px 28px;gap:12px}.site-header .mobile-nav .mobile-nav-inner a{font-size:clamp(16px,3.2vw,20px);padding:10px 12px;width:auto;border-radius:10px;display:inline-block}}@media(max-width:480px){.site-header .mobile-nav .mobile-nav-inner{padding-top:calc(env(safe-area-inset-top, 12px) + 8px);gap:10px}.site-header .mobile-nav .mobile-nav-inner a{font-size:16px;padding:8px 10px}}.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}@media(max-width:768px){.header-container{padding:0 15px}}@media(max-width:480px){.header-container{padding:0 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}.dark-header .logo img{filter:none!important}.dark-header .header-top-nav a,.dark-header .mobile-nav-inner a{color:#111!important}.dark-header .hamburger .bar,.dark-header .hero-hamburger .bar{background:#111!important}.dark-header .hamburger:hover{background:rgba(0,0,0,.04)}.nav-dark{color:#111!important}.hero-section{height:100vh;min-height:600px;color:#fff;position:relative;overflow:hidden}@media(max-width:768px){.hero-section{height:80vh;min-height:500px}}@media(max-width:480px){.hero-section{height:70vh;min-height:400px}}.hero-section .hero-background{height:100%;width:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}.hero-section .hero-overlay{background-color:rgba(0,0,0,.6);position:absolute;top:0;left:0;width:100%;height:100%}.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{left:20px;top:20%;margin-left:160px;font-size:40px!important;width:calc(100% - 40px)}}.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}.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%);z-index: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%);z-index:3}.process-section .process-timeline .timeline-step:before{content:"";position:absolute;top:29px;height:1px;background-color:#000;z-index:2}.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}.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%}.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%}.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{border-left:1px solid #000;border-right:1px solid #000}@media(max-width:992px){.vision{border:1px solid #000;border-right:none;border-left:none;padding-bottom:20px;padding-top:20px}}.cardo{max-height:200px;height:200px}ث .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:200px;width:100%}@media(max-width:1000px){.card1,.card3{margin:auto}}@media(max-width:768px){.border{height:0!important}}.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{min-height:100vh;max-width:1400px;width:90%;margin:20px auto 0;padding:40px;justify-content:center;display:flex;flex-direction:column;background-color:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;direction:ltr;text-align:left;box-sizing:border-box}.projects-page *{border:none!important;outline:none!important;box-shadow:none!important;text-decoration:none!important}.projects-page :after,.projects-page :before{content:none!important;display:none!important;border:none!important;background:none!important;box-shadow:none!important}.projects-page .filter-tabs{display:flex;margin-top:104px;justify-content:space-between;gap:40px;margin-bottom:184px;padding:0 20px;width:100%}.projects-page .filter-tabs .filter-tab{background:none;font-weight:500;font-style:Medium;font-size:32px;line-height:150%;letter-spacing:3%;border:none;color:#999;padding:8px 0;cursor:pointer;transition:color .3s ease;position:relative;flex:1 1;text-align:center}.projects-page .filter-tabs .filter-tab:hover{color:#666}.projects-page .filter-tabs .filter-tab.active{color:#333;font-weight:500}.projects-page .projects-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px;margin-bottom:60px;width:100%;padding:0 10px}.projects-page .projects-grid .project-card{background-color:#fff;border:1px solid #333!important;aspect-ratio:.9;display:flex;flex-direction:column;transition:all .3s ease;cursor:pointer;width:100%}.projects-page .projects-grid .project-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)!important}.projects-page .projects-grid .project-card .project-image{flex:1 1;background-color:#f8f8f8;border-bottom:1px solid #333!important;min-height:0}.projects-page .projects-grid .project-card .project-content{padding:15px 60px 6px 25px;display:flex;justify-content:space-between;align-items:flex-start;color:#333;height:auto;flex-shrink:0}.projects-page .projects-grid .project-card .project-content .project-text-left .project-title{font-size:16px;font-weight:500;color:#000}.projects-page .projects-grid .project-card .project-content .project-text-right{text-align:left;flex:1 1;margin-left:100px}.projects-page .projects-grid .project-card .project-content .project-text-right .project-subtitle{font-size:15px;font-weight:500;color:#000;display:block;margin-bottom:6px}.projects-page .projects-grid .project-card .project-content .project-text-right .project-details{font-size:10px;color:#777;line-height:1.3;margin:0}.projects-page .bottom-section{text-align:left;padding-top:20px;width:100%;padding-left:20px}.projects-page .bottom-section .quote-button{background:rgba(0,0,0,0);border:1px solid #000!important;color:#000;padding:5px 60px;font-size:16px;font-weight:300;cursor:pointer;transition:all .3s ease;margin-bottom:20px}.projects-page .bottom-section .quote-button:hover{background-color:#999;color:#fff}.projects-page .bottom-section .bottom-text{color:#777;font-size:32px;line-height:1.4;margin:0;font-weight:500}@media(min-width:1400px){.projects-page{max-width:1600px;width:85%}.projects-page .projects-grid{gap:50px}}@media(max-width:1200px){.projects-page{width:95%;padding:30px}.projects-page .filter-tabs{gap:30px;padding:0 10px}.projects-page .filter-tabs .filter-tab{font-size:28px}.projects-page .projects-grid{grid-template-columns:repeat(2,1fr);gap:30px;padding:0 5px}.projects-page .bottom-text{font-size:28px}}@media(max-width:768px){.projects-page{width:calc(100% - 40px);margin-left:20px;margin-right:20px;margin-top:80px;padding:20px}.projects-page .filter-tabs{margin-top:60px;margin-bottom:100px;flex-wrap:wrap;gap:20px;justify-content:center;padding:0}.projects-page .filter-tabs .filter-tab{font-size:20px;padding:10px 15px;flex:none}.projects-page .projects-grid{grid-template-columns:1fr;gap:20px;padding:0}.projects-page .project-card .project-content{padding:15px;flex-direction:column;gap:10px}.projects-page .project-card .project-content .project-text-right{margin-left:0}.projects-page .project-card .project-content .project-text-right .project-subtitle{font-size:14px}.projects-page .project-card .project-content .project-text-right .project-details{font-size:12px}.projects-page .bottom-section{text-align:center;padding-left:0}.projects-page .bottom-section .quote-button{padding:10px 40px;font-size:14px}.projects-page .bottom-section .bottom-text{font-size:20px}}@media(max-width:480px){.projects-page{width:calc(100% - 20px);margin-left:10px;margin-right:10px;padding:15px}.projects-page .filter-tabs{margin-top:40px;margin-bottom:60px}.projects-page .filter-tabs .filter-tab{font-size:16px;padding:8px 12px}.projects-page .project-card .project-content{padding:10px}.projects-page .project-card .project-content .project-text-left .project-title{font-size:14px}.projects-page .project-card .project-content .project-text-right .project-subtitle{font-size:13px}.projects-page .project-card .project-content .project-text-right .project-details{font-size:11px}.projects-page .bottom-section .quote-button{padding:8px 30px;font-size:13px}.projects-page .bottom-section .bottom-text{font-size:18px}}.projects-page .filter-tabs *{border:none!important;outline:none!important;box-shadow:none!important}.projects-page .filter-tabs :after,.projects-page .filter-tabs :before{content:none!important;display:none!important;border:none!important;background:none!important}.inside{margin-top:104px;margin-bottom:40px;padding:0}.inside .property-card{border:1px solid #000;font-family:Arial,sans-serif}.inside .property-card .info-section{padding:0 0 72px;border-right:1px solid #000}.inside .property-card .image-section{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px}.inside .property-card .title-row{padding:15px;border-bottom:1px solid #000}.inside .property-card .title-row h2{padding-left:56px;color:#000;margin:0;font-weight:500;font-style:Medium;font-size:28px;line-height:150%;letter-spacing:3%}.inside .property-card .info-row{display:flex;border-bottom:1px solid #000}.inside .property-card .info-row .info-label{padding:16px 15px 16px 64px}.inside .property-card .info-row .info-label,.inside .property-card .info-row .info-value{width:50%;color:#000;font-weight:500;font-style:Medium;font-size:16px;line-height:150%;letter-spacing:3%}.inside .property-card .info-row .info-value{padding:16px 45px;text-align:left}.inside .property-card .features-section{padding:15px}.inside .property-card .features-section h3{font-weight:700;margin:0 0 8px 48px;font-weight:500;font-style:Medium;font-size:20px;line-height:150%;letter-spacing:3%}.inside .property-card .features-section p{margin:0 0 10px;color:#666;padding-left:48px;padding-right:172px;font-weight:500;font-style:Medium;font-size:12px;line-height:140%;letter-spacing:0}.inside .property-card .building-image{width:70%;display:flex;justify-content:center;align-items:center}.inside .property-card .building-image img{max-width:100%;max-height:100%;object-fit:contain}.inside .property-card .image-label{margin-top:10px;color:rgba(0,0,0,.56);text-align:center;margin-bottom:104px;font-weight:300;font-style:Light;font-size:16px;line-height:150%;letter-spacing:3%}.inside .property-card .navigation-controls{position:absolute;right:64px;top:40%;transform:translateY(-50%);display:flex;flex-direction:column}.inside .property-card .navigation-controls .nav-btn{width:24px;height:24px;margin:0 19px 0 0;border:1px solid #ccc;background:rgba(0,0,0,0);display:flex;justify-content:center;align-items:center;cursor:pointer;padding:0}.inside .property-card .navigation-controls .nav-btn.active{border:1px solid #000}.inside .property-card .navigation-controls .nav-btn .nav-dot{width:6px;height:6px;border-radius:50%;background-color:#000;display:block}.inside .project-gallery{padding:0}.inside .project-gallery h2{font-weight:500;font-style:Medium;font-size:20px;line-height:150%;letter-spacing:3%;margin-left:56px;text-align:left;margin-bottom:32px;margin-top:32px;color:#000}.inside .project-gallery .gallery-container{max-width:1770px;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:64px}.inside .project-gallery .gallery-item{position:relative;width:100%;height:700px;border-radius:0;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1);border:1px solid #000;transition:transform .3s ease}.inside .project-gallery .gallery-item:hover{transform:translateY(-5px)}.inside .project-gallery .gallery-item:hover .overlay{opacity:1}.inside .project-gallery .gallery-item:hover img{transform:scale(1.05)}.inside .project-gallery .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.inside .project-gallery .gallery-item .overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);padding:2rem;opacity:0;transition:opacity .3s ease}.inside .project-gallery .gallery-item .overlay h3{color:#fff;margin-bottom:.5rem;font-size:1.6rem}.inside .project-gallery .gallery-item .overlay p{color:hsla(0,0%,100%,.9);font-size:1rem}@media(max-width:768px){.inside .project-gallery .gallery-item{height:350px}}@media(max-width:480px){.inside .project-gallery .gallery-item{height:280px}.inside .project-gallery .gallery-container{gap:1rem}.inside .project-gallery h2{font-size:2rem}}.inside .similar-projects{padding-top:48px;max-width:1800px;margin:0 auto}.inside .similar-projects h2{margin-bottom:32px;color:#000;padding-left:0;font-weight:500;font-style:Medium;font-size:28px;line-height:150%;letter-spacing:3%}.inside .projects-grid1{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-gap:56px;gap:56px;margin-bottom:1.5rem;padding:0 56px}.inside .project-item{aspect-ratio:1.3/1;border:1px solid #000;background-color:#fff}.inside .project-item img{width:100%;height:100%;object-fit:cover}.inside a{text-decoration:none}.inside a .quote-button{margin-top:56px;display:block;text-decoration:none;padding:5px 40px;background-color:#fff;border:1px solid #000;color:#000;font-size:.9rem;cursor:pointer;margin-bottom:40px;margin-left:-10px}.inside a .quote-button:hover{background-color:#f5f5f5}.inside .small-text{font-size:.75rem;color:rgba(0,0,0,.5);margin:0 0 0 -14px;font-weight:500;font-style:Medium;font-size:10px;line-height:150%;letter-spacing:0}@media(max-width:992px){.inside .projects-grid1{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.inside .projects-grid1{grid-template-columns:1fr}}slide-in-left{opacity:0;transform:translateX(40px);animation:slideInLeft .7s cubic-bezier(.23,1,.32,1) forwards}@keyframes slideInLeft{to{opacity:1;transform:translateX(0)}}.slide-in-mouse{will-change:transform}.footer-section{background-color:#f8f9fa;border-top:1px solid #000;padding:60px 0 100px}.footer-section .container{max-width:1750px}.footer-section .row{display:flex;align-items:flex-start;justify-content:space-between}.footer-section .d-flex.justify-content-between{align-items:center;margin-bottom:40px}.footer-section .d-flex.justify-content-between .footer-logo{display:inline-block;text-decoration:none}.footer-section .d-flex.justify-content-between .back-to-top-btn{background:rgba(0,0,0,0);border:none;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.footer-section .d-flex.justify-content-between .back-to-top-btn:hover{transform:translateY(-2px);opacity:.8}.footer-nav{margin-top:100px}.footer-nav .nav-links-row{display:flex;align-items:center;flex-wrap:wrap}.footer-nav .nav-links-row .nav-link{color:#000;text-decoration:none;font-weight:600;font-size:16px;transition:color .3s ease}.footer-nav .nav-links-row .nav-link:hover{color:#3e3e3e}.footer-nav .nav-links-row .nav-separator{color:#adb5bd;margin:0 8px;font-size:14px}.contact-section{margin-top:-30px}.contact-section .contact-item{margin-bottom:32px}.contact-section .contact-item .contact-label{color:#6c757d;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px}.contact-section .contact-item .contact-info{color:#000;font-size:18px;font-weight:600;text-decoration:none;display:block}.contact-section .contact-item .contact-info:hover{color:#495057}.soc_add_section{margin-top:-90px}.soc_add_section .social-section{display:flex;flex-direction:column;gap:2px;margin-bottom:40px}.soc_add_section .social-section .social-link{color:#000;text-decoration:none;font-weight:600;font-size:16px;transition:color .3s ease}.soc_add_section .social-section .social-link:hover{color:#6c757d}.info-section .info-item{margin-bottom:32px}.info-section .info-item .info-label{color:#6c757d;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px}.info-section .info-item .info-text{color:#000;font-size:18px;font-weight:600;margin:0;line-height:1.4}.copyright{margin-top:170px;color:#6c757d;font-size:14px}.footer-right{display:flex;flex-direction:column;align-items:flex-end;height:100%;justify-content:flex-end}@media(max-width:991.98px){.footer-section{padding:60px 0 30px}.footer-section .row{flex-direction:column;gap:40px}.footer-section .d-flex.justify-content-between{flex-direction:column;text-align:center;gap:20px}.footer-section .footer-nav .nav-links-row{justify-content:center}.footer-section .contact-section,.footer-section .footer-right,.footer-section .info-section,.footer-section .social-section{text-align:center}}@media(max-width:767.98px){.footer-section{padding:40px 0 20px}.footer-section .footer-nav .nav-links-row{flex-direction:column;gap:8px}.footer-section .footer-nav .nav-links-row .nav-separator{display:none}.footer-section .contact-section .contact-item,.footer-section .info-section .info-item{margin-bottom:24px}}