@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Syne:wght@400;500;600;700;800&display=swap";.home-content{z-index:20;margin-top:-120px;position:relative}.home-hero-wrapper{z-index:1;position:sticky;top:0}.home-page{background:#0f0f0f;min-height:100vh}.hero-section{justify-content:center;align-items:center;height:100vh;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{background:#00000085;position:absolute;inset:0}.hero-content{z-index:5;text-align:center;width:100%;max-width:1200px;margin:auto;padding:150px 30px 0;position:relative}.home-hero-wrapper .navbar-logo{animation:1.15s cubic-bezier(.2,.8,.2,1) both homeLogoReveal}.hero-subtitle{color:#c8a96b;letter-spacing:5px;margin-bottom:26px;font-size:12px;animation:.9s cubic-bezier(.2,.8,.2,1) .22s both homeHeroReveal;display:inline-block}.hero-content h2{color:#f5f2ed;max-width:1040px;margin:0 auto 28px;font-size:70px;font-weight:400;line-height:1.02;animation:1.15s cubic-bezier(.2,.8,.2,1) .34s both homeHeroTitleReveal}.hero-content p{color:#d6c6b8;max-width:720px;margin:auto;font-size:18px;line-height:1.8;animation:.95s cubic-bezier(.2,.8,.2,1) .58s both homeHeroReveal}.hero-buttons{justify-content:center;gap:24px;margin-top:55px;animation:.95s cubic-bezier(.2,.8,.2,1) .72s both homeHeroReveal;display:flex}@keyframes homeLogoReveal{0%{opacity:0;transform:translateY(-28px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes homeHeroReveal{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes homeHeroTitleReveal{0%{opacity:0;filter:blur(8px);transform:translateY(42px)}to{opacity:1;filter:blur();transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.home-hero-wrapper .navbar-logo,.hero-subtitle,.hero-content h2,.hero-content p,.hero-buttons{animation:none}}.primary-btn{color:#000;letter-spacing:3px;cursor:pointer;background:#c8a96b;border:none;padding:18px 42px;font-size:13px;transition:all .4s}.primary-btn:hover{background:#d8b67a;transform:translateY(-3px)}.secondary-btn{color:#fff;letter-spacing:3px;cursor:pointer;background:0 0;border:1px solid #ffffff2e;padding:18px 42px;font-size:13px;transition:all .4s}.secondary-btn:hover{color:#000;background:#fff}@media (width<=1200px){.hero-content h2{font-size:72px}}@media (width<=992px){.hero-content{padding-top:240px}.hero-content h2{font-size:58px}}@media (width<=768px){.hero-content{padding-top:220px}.hero-content h2{font-size:42px;line-height:1.15}.hero-content p{font-size:16px;line-height:1.7}.hero-buttons{flex-direction:column;align-items:center}.primary-btn,.secondary-btn{width:100%;max-width:320px}}@media (width<=480px){.hero-content{padding-top:200px}.hero-content h2{font-size:34px}}.primary-btn,.secondary-btn{justify-content:center;align-items:center;text-decoration:none;display:flex}.navbar-wrapper{z-index:999;width:100%;position:absolute;top:0;left:0}.navbar-container{max-width:1400px;margin:auto;padding:0 40px}.navbar-logo{justify-content:center;padding-top:42px;padding-bottom:28px;display:flex}.logo-link{flex-direction:column;align-items:center;text-decoration:none;display:flex}.logo-link h1{letter-spacing:10px;color:#f5f2ed;font-size:76px;font-weight:300;line-height:1}.logo-link .logo-accent{color:#c8a96b}.logo-link>span{color:#c8a96b;letter-spacing:6px;margin-top:11px;font-size:12px}.navbar-links{border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;justify-content:center;align-items:center;gap:70px;padding:22px 0;display:flex}.navbar-links a,.navbar-dropdown-trigger{color:#e7e1d7;font-size:15px;font-family:var(--font-body);text-decoration:none;transition:all .3s;position:relative}.navbar-dropdown-trigger{cursor:pointer;background:0 0;border:none}.navbar-dropdown{position:relative}.navbar-dropdown-menu{opacity:0;visibility:hidden;background:#141414f5;border:1px solid #ffffff14;width:290px;padding:16px 24px;transition:all .3s;position:absolute;top:calc(100% + 22px);left:50%;transform:translate(-50%)translateY(10px)}.navbar-dropdown-menu a{color:#f5f2ed;letter-spacing:.5px;text-transform:uppercase;border-bottom:1px solid #ffffff57;padding:11px 0;font-size:13px;font-weight:700;display:block}.navbar-dropdown-menu a:last-child{border-bottom:none}.navbar-dropdown.open .navbar-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.navbar-links a:hover,.navbar-dropdown-trigger:hover{color:#c8a96b}.navbar-links a:after,.navbar-dropdown-trigger:after{content:"";background:#c8a96b;width:0%;height:1px;transition:all .4s;position:absolute;bottom:-8px;left:0}.navbar-links a:hover:after,.navbar-dropdown-trigger:hover:after{width:100%}.mobile-navbar{display:none}.mobile-navbar button{color:#fff;cursor:pointer;background:0 0;border:none}@media (width<=992px){.navbar-container{padding:0 20px}.logo-link h1{letter-spacing:6px;font-size:52px}.navbar-links{display:none}.mobile-navbar{justify-content:flex-end;padding:20px 0;display:flex}}.mobile-menu-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#00000073;min-height:100dvh;position:fixed;inset:0}.mobile-menu-content{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#0a0a0af5,#0f0f0ffa);flex-direction:column;width:100%;min-height:100dvh;padding:50px 40px;display:flex;position:fixed;inset:0;overflow-y:auto}.mobile-menu-top{justify-content:flex-end;display:flex}.mobile-menu-top button{color:#fff;cursor:pointer;background:0 0;border:none}.mobile-menu-links{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:30px;padding-left:0;display:flex}.mobile-menu-links a{color:#f5f2ed;letter-spacing:2px;font-size:20px;font-weight:400;font-family:var(--font-title);text-decoration:none;transition:all .4s;position:relative}.mobile-menu-label{color:#f5f2ed;letter-spacing:2px;font-size:20px;font-weight:400;font-family:var(--font-title);cursor:pointer;background:0 0;border:none;padding:0}.mobile-service-links{flex-direction:column;gap:13px;margin:-12px 0 4px 18px;display:none}.mobile-service-links.open{display:flex}.mobile-service-links a{color:#c8a96b;font-family:var(--font-body);letter-spacing:1px;text-transform:uppercase;font-size:12px;font-weight:700}.mobile-menu-links a:hover{color:#c8a96b;letter-spacing:4px}.mobile-menu-socials{justify-content:center;align-items:center;gap:18px;margin-top:55px;padding-bottom:45px;display:flex}.navbar-links a.active{color:#c8a96b}.mobile-menu-links a.active{color:#c8a96b;transform:translate(10px)}.mobile-menu-links a.active:before{content:"";background:#c8a96b;width:10px;height:1px;position:absolute;top:50%;left:-18px;transform:translateY(-50%)}.mobile-menu-socials a{color:#f5f2ed;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:22px;text-decoration:none;transition:all .35s;display:flex}.mobile-menu-socials a:hover{color:#c8a96b;background:#c8a96b14;border-color:#c8a96b73;transform:translateY(-5px)scale(1.05)}.topbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#000000a6;border-bottom:1px solid #ffffff14;width:100%;position:relative}.topbar-container{justify-content:space-between;align-items:center;max-width:1400px;height:42px;margin:auto;padding:0 40px;display:flex}.topbar-left{align-items:center;gap:28px;display:flex}.topbar-left a{color:#d6c6b8;align-items:center;gap:8px;font-size:13px;text-decoration:none;transition:all .3s;display:flex}.topbar-left a:hover{color:#fff}.topbar-right{align-items:center;gap:26px;display:flex}.topbar-right a{color:#d6c6b8;font-size:18px;transition:all .3s}.topbar-right a:hover{color:#c8a96b}@media (width<=768px){.topbar-container{padding:0 20px}.hide-mobile{display:none!important}}.gallery-section{z-index:50;background:#f5f1ea;margin-top:120px;padding-bottom:0;position:relative;box-shadow:0 -40px 80px #0003}.gallery-top-content{text-align:center;max-width:900px;margin:auto;padding:0 0 40px}.gallery-top-content span{color:#c8a96b;letter-spacing:5px;margin-bottom:26px;font-size:13px;display:inline-block}.gallery-top-content h2{color:#111;margin-bottom:34px;font-size:50px;font-weight:400;line-height:1.12}.gallery-top-content p{color:#6b6b6b;max-width:760px;margin:auto;font-size:17px;line-height:1.9}.interactive-gallery{width:100%;height:550px;display:flex;overflow:hidden}.gallery-item{cursor:pointer;flex:1;transition:flex .7s;position:relative;overflow:hidden}.interactive-gallery:hover .gallery-item{flex:1}.interactive-gallery .gallery-item:hover{flex:2.8}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .8s,filter .8s}.gallery-item:hover img{transform:scale(1.04)}.gallery-overlay{background:linear-gradient(#0000000d,#00000059);transition:all .6s;position:absolute;inset:0}.interactive-gallery:hover .gallery-item:not(:hover) .gallery-overlay{background:linear-gradient(#0003,#0000008c)}@media (width<=992px){.interactive-gallery{height:520px}}@media (width<=768px){.interactive-gallery{flex-direction:column;height:auto}.gallery-item{height:260px}.interactive-gallery .gallery-item:hover{flex:1}.gallery-section{margin-top:121px}.gallery-top-content{padding:0 24px 34px}.gallery-top-content span{letter-spacing:4px;margin-bottom:18px;font-size:11px}.gallery-top-content h2{margin-bottom:24px;font-size:42px;line-height:1.15}.gallery-top-content p{font-size:16px;line-height:1.8}}@media (width<=480px){.gallery-top-content{padding:0 20px 30px}.gallery-top-content h2{letter-spacing:-1px;font-size:28px;line-height:1.18}.gallery-top-content p{max-width:100%;font-size:16px;line-height:1.85}}.about-preview{background:#fff3e3;padding:60px 30px}.about-preview-container{grid-template-columns:1fr 1fr;align-items:center;gap:90px;max-width:1400px;margin:auto;display:grid}.about-preview-image{overflow:hidden}.about-preview-image img{object-fit:cover;width:100%;height:720px;transition:transform .8s}.about-preview-image:hover img{transform:scale(1.03)}.about-preview-content span{color:#b8925e;letter-spacing:5px;margin-bottom:26px;font-size:13px;display:inline-block}.about-preview-content h2{color:#111;margin-bottom:36px;font-size:50px;font-weight:400;line-height:1.1}.about-preview-content p{color:#555;margin-bottom:50px;font-size:17px;line-height:1.9}.about-preview-btn{color:#f5f2ed;letter-spacing:3px;background:#111;justify-content:center;align-items:center;width:230px;height:60px;font-size:13px;text-decoration:none;transition:all .35s;display:inline-flex}.about-preview-btn:hover{color:#000;background:#c8a96b;transform:translateY(-3px)}@media (width<=1200px){.about-preview-content h2{font-size:54px}}@media (width<=992px){.about-preview-container{grid-template-columns:1fr;gap:70px}.about-preview-image img{height:600px}}@media (width<=768px){.about-preview{padding:65px 24px}.about-preview-content h2{font-size:40px;line-height:1.2}.about-preview-content p{font-size:16px;line-height:1.8}.about-preview-image img{height:420px}}@media (width<=480px){.about-preview-content h2{font-size:34px}}.sticky-navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9999;background:#0a0a0aeb;border-bottom:1px solid #ffffff0f;justify-content:center;align-items:center;width:100%;height:82px;animation:.45s navbarReveal;display:flex;position:fixed;top:0;left:0}.sticky-navbar-links{align-items:center;gap:70px;display:flex}.sticky-navbar-links a,.sticky-navbar-dropdown button{color:#f5f2ed;letter-spacing:1px;font-size:15px;text-decoration:none;transition:all .35s}.sticky-navbar-dropdown{position:relative}.sticky-navbar-dropdown button{cursor:pointer;font-family:var(--font-body);background:0 0;border:none}.sticky-navbar-menu{opacity:0;visibility:hidden;background:#141414f7;border:1px solid #ffffff14;width:300px;padding:16px 24px;transition:all .3s;position:absolute;top:calc(100% + 30px);left:50%;transform:translate(-50%)translateY(10px)}.sticky-navbar-menu a{text-transform:uppercase;border-bottom:1px solid #ffffff57;padding:11px 0;font-size:13px;font-weight:700;display:block}.sticky-navbar-menu a:last-child{border-bottom:none}.sticky-navbar-dropdown.open .sticky-navbar-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.sticky-navbar-links a:hover,.sticky-navbar-dropdown button:hover,.sticky-navbar-links a.active{color:#c8a96b}@keyframes navbarReveal{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.sticky-navbar{display:none}}.featured-projects-section{background:#f5f1ea;padding:80px 0 90px;overflow:hidden}.featured-projects-top{justify-content:space-between;align-items:flex-end;gap:40px;width:100%;padding:0 60px 70px;display:flex}.featured-projects-top span{color:#c8a96b;letter-spacing:5px;margin-bottom:22px;font-size:13px;display:inline-block}.featured-projects-top h2{color:#111;font-size:50px;font-weight:400;line-height:1}.featured-projects-btn{color:#f5f2ed;letter-spacing:3px;background:#111;justify-content:center;align-items:center;width:190px;height:58px;margin:46px 60px 0;font-size:12px;text-decoration:none;transition:all .35s;display:flex}.featured-projects-btn:hover{color:#000;background:#c8a96b}.featured-projects-slider-wrapper{position:relative}.featured-projects-track{scroll-behavior:smooth;scrollbar-width:none;touch-action:pan-y;overscroll-behavior-x:contain;gap:40px;padding:0 60px;display:flex;overflow:hidden visible}.featured-projects-track::-webkit-scrollbar{display:none}.featured-project-card{flex-shrink:0;width:560px;text-decoration:none}.featured-project-image{overflow:hidden}.featured-project-image img{object-fit:cover;width:100%;height:390px;transition:transform .8s}.featured-project-card:hover img{transform:scale(1.03)}.featured-project-content{padding-top:22px}.featured-project-content span{color:#8b8b8b;font-size:15px}.featured-project-content h3{color:#111;margin-top:12px;font-size:30px;font-weight:400;line-height:1.2}.featured-arrow{z-index:20;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#111111d9;border:none;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;transition:all .35s;display:flex;position:absolute;top:38%;transform:translateY(-50%)}.featured-arrow:hover{color:#fff;background:#c8a96b}.featured-arrow.left{left:26px}.featured-arrow.right{right:26px}.featured-arrow svg{width:28px;height:28px}@media (width<=992px){.featured-projects-top{flex-direction:column;align-items:flex-start}.featured-project-card{width:540px}.featured-project-image img{height:380px}}@media (width<=768px){.featured-projects-section{padding:100px 0}.featured-projects-top{padding:0 24px 50px}.featured-projects-top h2{font-size:42px}.featured-projects-track{gap:22px;padding:0 24px}.featured-projects-btn{margin:38px 24px 0}.featured-project-card{width:320px}.featured-project-image img{height:250px}.featured-project-content h3{font-size:24px}.featured-arrow{width:52px;height:52px}.featured-arrow.left{left:8px}.featured-arrow.right{right:8px}}.testimonials-section{background:#fff3e3;padding:70px 60px 96px;position:relative;overflow:hidden}.testimonials-section:before{content:"";background:#c8a96b6b;width:calc(100% - 120px);height:1px;position:absolute;top:0;left:60px}.testimonials-inner{max-width:1500px;margin:auto;position:relative}.testimonials-heading{text-align:center;max-width:900px;margin:0 auto 58px}.testimonials-heading span{color:#c8a96b;letter-spacing:5px;margin-bottom:22px;font-size:13px;display:inline-block}.testimonials-heading h2{color:#111;font-size:50px;font-weight:400;line-height:1.08}.testimonials-heading p{color:#625a50;max-width:680px;margin:24px auto 0;font-size:17px;line-height:1.75}.testimonials-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.testimonial-card{background:#f5f1eac7;border:1px solid #1111111a;flex-direction:column;justify-content:space-between;min-height:300px;padding:30px 28px;transition:transform .35s,border-color .35s,background .35s,box-shadow .35s;display:flex}.testimonial-card:hover{background:#f5f1ea;border-color:#c8a96b80;transform:translateY(-7px);box-shadow:0 24px 58px #14120d1a}.testimonial-top{justify-content:space-between;align-items:center;gap:18px;display:flex}.testimonial-top>svg{color:#c8a96b;fill:#c8a96b29;width:28px;height:28px}.testimonial-stars{gap:5px;display:flex}.testimonial-stars svg{color:#c8a96b;fill:#c8a96b;width:13px;height:13px}.testimonial-card blockquote{color:#111;font-family:var(--font-title);margin:28px 0;font-size:23px;line-height:1.35}.testimonial-card footer{flex-direction:column;gap:7px;display:flex}.testimonial-card strong{color:#111;font-size:15px;font-weight:700}.testimonial-card footer span{color:#746b60;font-size:13px;line-height:1.5}@media (width<=1100px){.testimonials-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.testimonials-section{padding:78px 24px 88px}.testimonials-section:before{width:calc(100% - 48px);left:24px}.testimonials-heading{text-align:left;margin-bottom:44px}.testimonials-heading h2{font-size:38px}.testimonials-grid{grid-template-columns:1fr;gap:16px}.testimonial-card{min-height:260px;padding:28px 24px}.testimonial-card blockquote{margin:24px 0;font-size:22px}}.service-detail-page{color:#111;background:#f5f1ea}.service-detail-hero-wrapper{position:relative;overflow:hidden}.service-detail-hero{justify-content:center;align-items:center;height:70vh;min-height:680px;padding:0;display:flex;position:relative;overflow:hidden}.service-detail-hero-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.service-detail-hero-overlay{background:linear-gradient(#0000009e,#0000006b);position:absolute;inset:0}.service-detail-hero-content{z-index:5;text-align:center;max-width:1000px;padding:190px 24px 0;position:relative}.service-detail-hero-content span,.service-story-heading span,.service-gallery-header span,.service-experience-content span,.service-process-heading span{color:#c8a96b;letter-spacing:5px;font-size:13px;display:inline-block}.service-detail-hero-content>span{animation:.82s cubic-bezier(.2,.8,.2,1) .12s both serviceHeroTextReveal}.service-detail-hero-content h1{color:#f5f2ed;margin:10px 0 34px;font-size:70px;font-weight:400;line-height:1;animation:1s cubic-bezier(.2,.8,.2,1) .24s both serviceHeroTitleReveal}.service-detail-hero-content p{color:#d6c6b8;max-width:760px;margin:auto;font-size:17px;line-height:1.85;animation:.9s cubic-bezier(.2,.8,.2,1) .48s both serviceHeroTextReveal}@keyframes serviceHeroTitleReveal{0%{opacity:0;filter:blur(7px);transform:translateY(34px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes serviceHeroTextReveal{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.service-detail-hero-content>span,.service-detail-hero-content h1,.service-detail-hero-content p{animation:none}}.service-story-section,.service-gallery-section,.service-experience-section,.service-process-section{width:min(100% - 120px,1380px);margin:auto}.service-story-section{grid-template-columns:.9fr 1fr;gap:100px;padding:90px 0 80px;display:grid}.service-story-heading h2,.service-gallery-header h2,.service-experience-content h2,.service-process-heading h2{color:#111;margin-top:22px;font-size:50px;font-weight:400;line-height:1.08}.service-story-body p,.service-experience-content p{color:#555;font-size:17px;line-height:1.9}.service-story-body p+p{margin-top:24px}.service-option-tags{flex-wrap:wrap;gap:12px;margin-top:36px;display:flex}.service-option-tags span{color:#111;letter-spacing:2px;text-transform:uppercase;background:#ffffff6b;border:1px solid #0000001f;padding:13px 18px;font-size:13px}.service-gallery-section{padding:0 0 80px}.service-gallery-header{max-width:760px;margin-bottom:48px}.service-gallery-header h2{font-size:46px}.service-carousel{background:#111;min-height:620px;position:relative;overflow:hidden}.service-carousel img{object-fit:cover;width:100%;height:620px}.service-carousel-arrow{z-index:5;color:#111;cursor:pointer;background:#f5f2ede6;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .35s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.service-carousel-arrow:hover{background:#c8a96b}.service-carousel-arrow.left{left:26px}.service-carousel-arrow.right{right:26px}.service-carousel-dots{z-index:6;gap:10px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.service-carousel-dots button{cursor:pointer;background:0 0;border:none;width:38px;height:12px}.service-carousel-dots span{background:#ffffff73;width:100%;height:2px;transition:all .3s;display:block}.service-carousel-dots button.active span{background:#c8a96b}.service-experience-section{border-top:1px solid #00000014;grid-template-columns:.95fr 1fr;align-items:center;gap:90px;padding:80px 0;display:grid}.service-image-stack{grid-template-columns:1fr .72fr;align-items:end;gap:22px;display:grid}.service-image-stack img{object-fit:cover;height:560px}.service-image-stack img+img{height:380px}.service-experience-content h2{font-size:40px}.service-experience-content p,.service-feature-list{margin-top:30px}.service-feature-item{border-bottom:1px solid #00000017;gap:18px;padding:10px 0;display:flex}.service-feature-item svg{color:#b8925e;flex:none;margin-top:5px}.service-feature-item p{color:#555;font-size:16px;line-height:1.75}.service-process-section{background:#111;grid-template-columns:.8fr 1fr;gap:100px;margin-top:10px;padding:80px 70px;display:grid}.service-process-heading h2,.service-process-item p{color:#f5f2ed}.service-process-heading h2{font-size:48px}.service-process-list{gap:0;display:grid}.service-process-item{border-bottom:1px solid #ffffff1f;grid-template-columns:80px 1fr;gap:22px;padding:26px 0;display:grid}.service-process-item:first-child{padding-top:0}.service-process-item strong{color:#c8a96b;font-family:var(--font-title);font-size:34px;font-weight:400}.service-process-item p{font-size:17px;line-height:1.75}.service-cta-section{align-items:center;min-height:360px;margin-top:70px;padding:70px 0;display:flex;position:relative;overflow:hidden}.service-cta-section img{object-fit:cover;width:100%;height:128%;transform:translateY(var(--service-cta-image-y,0px)) scale(1.04);will-change:transform;position:absolute;top:-14%;left:0}.service-cta-overlay{background:linear-gradient(90deg,#000000d6,#0000009e,#00000057);position:absolute;inset:0}.service-cta-content{z-index:2;grid-template-columns:.9fr 1.1fr;align-items:center;gap:110px;width:min(100% - 120px,1320px);margin:auto;display:grid;position:relative}.service-cta-title h2{color:#f5f2ed;max-width:540px;font-family:var(--font-body);letter-spacing:0;font-size:50px;font-weight:800;line-height:1.14}.service-cta-title span{color:#c8a96b}.service-cta-text{max-width:670px}.service-cta-text p{color:#f5f2ed;font-size:18px;font-weight:600;line-height:1.65}.service-cta-text p+p{margin-top:24px}.service-cta-text strong{color:#f5f2ed;margin-top:26px;font-size:18px;font-style:italic;font-weight:800;line-height:1.6;display:block}.service-contact-strip{z-index:5;background:#fff;justify-content:center;align-items:center;gap:80px;width:100%;min-height:85px;margin:0 auto;padding:26px 0;display:flex;position:relative}.service-contact-strip a{color:#07101a;align-items:center;gap:12px;font-size:16px;font-weight:800;text-decoration:none;transition:all .3s;display:inline-flex}.service-contact-strip a:hover{color:#c8a96b}.service-contact-strip svg{flex:none}.service-contact-strip a:nth-child(4){display:none}@media (width>=769px){.service-cta-section{margin-bottom:0}}.service-not-found{background:#f5f1ea;flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:100vh;display:flex}.service-not-found a{color:#b8925e}@media (width<=1100px){.service-story-section,.service-experience-section,.service-process-section{grid-template-columns:1fr;gap:56px}}@media (width<=768px){.service-detail-hero{height:82vh;min-height:620px}.service-detail-hero-content{padding-top:215px}.service-detail-hero-content h1{font-size:48px;line-height:1.08}.service-detail-hero-content p{font-size:16px}.service-story-section,.service-gallery-section,.service-experience-section,.service-process-section,.service-cta-content,.service-contact-strip{width:min(100% - 48px,1380px)}.service-story-section{padding:78px 0 62px}.service-story-heading h2,.service-gallery-header h2,.service-experience-content h2,.service-process-heading h2{font-size:36px}.service-carousel,.service-carousel img{height:380px;min-height:380px}.service-carousel-arrow{width:50px;height:50px}.service-carousel-arrow.left{left:14px}.service-carousel-arrow.right{right:14px}.service-gallery-section{padding-bottom:78px}.service-experience-section{padding:78px 0}.service-image-stack{grid-template-columns:1fr}.service-image-stack img,.service-image-stack img+img{height:340px}.service-process-section{width:100%;padding:64px 24px}.service-process-item{grid-template-columns:58px 1fr}.service-cta-section{min-height:320px;margin-top:50px;padding:40px 0 50px}.service-cta-overlay{background:#000000b8}.service-cta-content{grid-template-columns:1fr;gap:36px}.service-cta-title h2{font-size:40px;line-height:1.12}.service-cta-text p,.service-cta-text strong{font-size:16px}.service-contact-strip{flex-direction:column;align-items:flex-start;gap:16px;width:100%;margin:0 auto;padding:16px 24px}}.projects-hero-wrapper{height:88vh;position:sticky;top:0;overflow:hidden}.projects-page{background:#f5f1ea}.projects-hero{justify-content:center;align-items:center;height:75vh;display:flex;position:sticky;top:0;overflow:hidden}.projects-content{z-index:20;margin-top:-100px;position:relative}.projects-hero-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.projects-overlay{background:#00000094;position:absolute;inset:0}.projects-hero-content{z-index:5;text-align:center;max-width:900px;padding:0 24px;position:relative}.projects-hero-content h1{color:#f5f2ed;margin-bottom:48px;padding-top:200px;font-size:80px;font-weight:400;line-height:1;animation:1s cubic-bezier(.2,.8,.2,1) .18s both sectionHeroTitleReveal}.projects-hero-content p{color:#d6c6b8;font-size:17px;line-height:1.8;animation:.9s cubic-bezier(.2,.8,.2,1) .42s both sectionHeroTextReveal}@keyframes sectionHeroTitleReveal{0%{opacity:0;filter:blur(7px);transform:translateY(34px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes sectionHeroTextReveal{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.projects-hero-content h1,.projects-hero-content p{animation:none}}@media (width<=992px){.projects-hero-content h1{font-size:82px}}@media (width<=768px){.projects-hero{height:80vh}.projects-hero-content h1{font-size:56px}.projects-hero-content p{font-size:17px}}@media (width<=480px){.projects-hero-content h1{font-size:50px}}.projects-grid-section{z-index:50;background:#f5f1ea;margin-top:-120px;padding:80px 40px;position:relative;box-shadow:0 -50px 80px #00000014}.projects-grid-header{max-width:1600px;margin:auto auto 70px}.projects-grid-header h2{color:#111;font-size:58px;font-weight:400}.projects-grid-header span{color:#c8a96b;letter-spacing:5px;margin-bottom:18px;font-size:13px;display:inline-block}.projects-grid-header p{color:#6b6b6b;max-width:720px;margin-top:15px;font-size:17px;line-height:1.6}.projects-grid{grid-template-columns:repeat(3,1fr);gap:42px;max-width:1600px;margin:auto;display:grid}.project-card{cursor:pointer;text-decoration:none}.project-image{position:relative;overflow:hidden}.project-image img{object-fit:cover;width:100%;height:420px;transition:transform .8s}.project-card:hover img{transform:scale(1.04)}.project-hover-overlay{opacity:0;background:#0c0c0cd1;flex-direction:column;justify-content:space-between;padding:42px 42px 34px;transition:all .45s;display:flex;position:absolute;inset:0;transform:translateY(18px)}.project-hover-overlay p{color:#f5f2ed;-webkit-line-clamp:5;-webkit-box-orient:vertical;font-size:17px;font-weight:600;line-height:1.55;display:-webkit-box;overflow:hidden}.project-hover-overlay ul{margin:18px 0;list-style:none}.project-hover-overlay li{color:#f5f2ed;border-bottom:1px solid #ffffff38;padding:14px 0;font-size:16px;font-weight:600}.project-hover-overlay span{color:#c8a96b;letter-spacing:4px;text-transform:uppercase;font-size:13px}.project-card:hover .project-hover-overlay{opacity:1;transform:translateY(0)}.project-content{padding-top:22px}.project-content span{color:#9b8b78;font-size:14px}.project-content h3{color:#111;margin:10px 0;font-size:34px;font-weight:500}.project-content p{color:#666;font-size:16px}@media (width<=1200px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.projects-grid-section{padding:90px 24px}.projects-grid{grid-template-columns:1fr}.projects-grid-header h2{font-size:40px}.project-image img{height:320px}.project-hover-overlay{padding:28px}.project-hover-overlay p{-webkit-line-clamp:4;font-size:15px;line-height:1.5}.project-hover-overlay li{padding:10px 0;font-size:14px}}.about-page{color:#111;background:#f5f1ea}.about-hero-wrapper{height:88vh;position:sticky;top:0;overflow:hidden}.about-hero{justify-content:center;align-items:center;height:75vh;padding:0;display:flex;position:sticky;top:0;overflow:hidden}.about-hero-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.about-hero-overlay{background:#00000094;position:absolute;inset:0}.about-hero-content{z-index:5;text-align:center;max-width:980px;padding:210px 24px 0;position:relative}.about-hero-content h1{color:#f5f2ed;margin-bottom:42px;font-size:80px;font-weight:400;line-height:1;animation:1s cubic-bezier(.2,.8,.2,1) .18s both aboutHeroTitleReveal}.about-hero-content p{color:#d6c6b8;max-width:760px;margin:auto;font-size:17px;line-height:1.8;animation:.9s cubic-bezier(.2,.8,.2,1) .42s both aboutHeroTextReveal}@keyframes aboutHeroTitleReveal{0%{opacity:0;filter:blur(7px);transform:translateY(34px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes aboutHeroTextReveal{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.about-hero-content h1,.about-hero-content p{animation:none}}.about-history-section{z-index:20;background:#f5f1ea;margin-top:-100px;padding:50px 60px 100px;position:relative}.about-reasons-section,.about-mission-section,.about-clients-section,.about-final-section{z-index:20;position:relative}.about-section-heading,.about-reasons-heading,.about-clients-heading{text-align:center;max-width:900px;margin:0 auto 78px}.about-section-heading span,.about-reasons-heading span,.about-clients-heading span,.about-final-section span{color:#c8a96b;letter-spacing:5px;margin-bottom:20px;font-size:13px;display:inline-block}.about-section-heading h2,.about-reasons-heading h2,.about-clients-heading h2,.about-final-section h2{color:#111;font-size:50px;font-weight:400;line-height:1.1}.about-section-heading p{color:#666;max-width:720px;margin:22px auto 0;font-size:18px;line-height:1.8}.about-history-grid{grid-template-columns:repeat(3,1fr);gap:70px;max-width:1320px;margin:auto;display:grid}.about-history-card{text-align:center}.about-icon-circle{color:#c8a96b;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:86px;height:86px;margin:0 auto 30px;display:flex;box-shadow:0 18px 45px #00000014}.about-history-card h3{color:#111;font-size:26px;font-weight:500}.about-history-card p{color:#555;margin-top:18px;font-size:17px;line-height:1.85}.about-reasons-section{background:#e7e0d5;padding:60px 60px 100px}.about-reasons-layout{grid-template-columns:.8fr 1.35fr .8fr;align-items:center;gap:56px;max-width:1400px;margin:auto;display:grid}.about-reasons-list{gap:62px;display:grid}.about-reason-item div{color:#111;background:#c8a96b;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:20px;display:flex}.about-reason-item h3{color:#111;font-size:24px;font-family:var(--font-body);font-weight:800}.about-reason-item p{color:#333;margin-top:10px;font-size:16px;line-height:1.65}.about-center-image img{object-fit:cover;filter:saturate(.85);width:100%;height:560px}.about-mission-section{background:#c8a96b;grid-template-columns:1fr 1fr;gap:70px;padding:120px 70px;display:grid;position:relative;overflow:hidden}.about-mission-section:before,.about-mission-section:after{content:"";background:#f5f1ea;width:108%;height:70px;position:absolute;left:-4%;transform:rotate(-3deg)}.about-mission-section:before{top:-38px}.about-mission-section:after{bottom:-38px}.about-mission-panel{z-index:2;color:#111;max-width:560px;margin:auto;position:relative}.about-mission-panel svg{color:#111;margin-bottom:28px}.about-mission-panel h2{color:#f5f2ed;font-family:var(--font-body);letter-spacing:1px;text-transform:uppercase;font-size:44px;font-weight:800}.about-mission-panel p{color:#111;margin-top:26px;font-size:18px;font-weight:600;line-height:1.85}.about-clients-section{background:#fff;padding:70px 60px}.about-client-strip{grid-template-columns:repeat(5,1fr);gap:28px;max-width:1320px;margin:auto;display:grid}.about-client-logo{color:#71695f;min-height:120px;font-family:var(--font-title);text-align:center;background:#f5f1ea;border:1px solid #00000014;justify-content:center;align-items:center;font-size:28px;display:flex}.about-final-section{z-index:20;isolation:isolate;grid-template-columns:.9fr 1fr;align-items:center;gap:90px;max-width:1380px;margin:auto;padding:80px 60px;display:grid;position:relative}.about-final-section:before{content:"";z-index:-1;background:#f5f1ea;width:100vw;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.about-final-section img{object-fit:cover;height:620px}.about-final-section p{color:#555;margin-top:28px;font-size:18px;line-height:1.85}@media (width<=1100px){.about-history-grid,.about-reasons-layout,.about-mission-section,.about-client-strip,.about-final-section{grid-template-columns:1fr}.about-reasons-list{grid-template-columns:1fr 1fr}}@media (width<=768px){.about-hero-wrapper,.about-hero{height:82vh}.about-hero-content h1{font-size:56px}.about-hero-content p{font-size:16px}.about-history-section{margin-top:-80px;padding:82px 24px 90px}.about-section-heading,.about-reasons-heading,.about-clients-heading{margin-bottom:56px}.about-section-heading h2,.about-reasons-heading h2,.about-clients-heading h2,.about-final-section h2{font-size:38px}.about-history-grid{gap:48px}.about-reasons-section,.about-clients-section{padding:82px 24px}.about-reasons-list{grid-template-columns:1fr;gap:38px}.about-center-image img,.about-final-section img{height:420px}.about-mission-section{padding:100px 24px}.about-mission-panel h2{font-size:34px}.about-client-strip{gap:16px}.about-client-logo{min-height:90px;font-size:22px}.about-final-section{gap:52px;padding:82px 24px 95px}}.contact-page{color:#111;background:#f5f1ea}.contact-hero-wrapper{height:88vh;position:sticky;top:0;overflow:hidden}.contact-hero{justify-content:center;align-items:center;height:75vh;padding:0;display:flex;position:sticky;top:0;overflow:hidden}.contact-hero-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.contact-hero-overlay{background:linear-gradient(#0000008a,#000000a8);position:absolute;inset:0}.contact-hero-content{z-index:3;text-align:center;max-width:1120px;padding:215px 24px 0;animation:.95s both contactReveal;position:relative}.contact-hero-content h1{color:#f5f2ed;font-size:80px;font-weight:400;line-height:1.02}.contact-hero-content p{color:#d6c6b8;max-width:720px;margin:34px auto 0;font-size:17px;line-height:1.8}.contact-hero-actions{justify-content:center;gap:18px;margin-top:46px;display:flex}.contact-hero-actions a{color:#f5f2ed;letter-spacing:3px;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#11111152;border:1px solid #ffffff47;justify-content:center;align-items:center;min-width:228px;min-height:62px;font-size:13px;font-weight:700;text-decoration:none;transition:all .35s;display:inline-flex}.contact-hero-actions a:first-child{color:#111;background:#c8a96b;border-color:#c8a96b}.contact-hero-actions a:hover{color:#111;background:#f5f2ed;border-color:#f5f2ed;transform:translateY(-4px)}.contact-info-section,.contact-process-section,.contact-location-section,.contact-faq-section{z-index:20;background:#f5f1ea;position:relative}.contact-info-section{margin-top:-100px;padding:50px 60px 70px}.contact-section-heading{text-align:center;max-width:920px;margin:0 auto 62px}.contact-section-heading span,.contact-location-copy span{color:#c8a96b;letter-spacing:5px;margin-bottom:20px;font-size:13px;display:inline-block}.contact-section-heading h2,.contact-location-copy h2{color:#111;font-size:58px;font-weight:400;line-height:1.08}.process-title{color:#f5f2ed!important}.contact-cards{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1380px;margin:auto;display:grid}.contact-card{min-height:270px;color:inherit;background:#fff9f1;border:1px solid #11111114;flex-direction:column;justify-content:center;padding:40px 34px;text-decoration:none;transition:transform .42s,box-shadow .42s,border-color .42s;animation:.8s both contactReveal;display:flex;box-shadow:0 20px 48px #14120d12}.contact-card:nth-child(2){animation-delay:80ms}.contact-card:nth-child(3){animation-delay:.16s}.contact-card:nth-child(4){animation-delay:.24s}.contact-card:hover{border-color:#c8a96b70;transform:translateY(-10px);box-shadow:0 30px 70px #14120d24}.contact-card-icon{color:#111;background:#c8a96b;justify-content:center;align-items:center;width:68px;height:68px;margin-bottom:30px;display:flex}.contact-card h3{color:#111;font-size:29px;font-weight:500;line-height:1.1}.contact-card p{color:#625a50;margin-top:16px;font-size:16px;line-height:1.65}.contact-whatsapp-cta{color:#111;letter-spacing:3px;text-transform:uppercase;background:#c8a96b;justify-content:center;align-items:center;width:270px;min-height:62px;margin:64px auto 0;font-size:13px;font-weight:800;text-decoration:none;transition:transform .35s,background .35s;display:flex;box-shadow:0 22px 52px #14120d24}.contact-whatsapp-cta:hover{background:#f5f2ed;transform:translateY(-4px)}.contact-process-section{background:linear-gradient(#00000094,#0000009e),url(/assets/casa-modular-sven-CEFBdjJV.webp) 50%/cover fixed;padding:50px 60px 60px;overflow:hidden}.contact-timeline{grid-template-columns:repeat(4,1fr);gap:28px;max-width:1380px;margin:auto;display:grid;position:relative}.contact-timeline:before{content:"";background:linear-gradient(90deg,#c8a96b2e,#c8a96b,#c8a96b2e);height:1px;position:absolute;top:62px;left:11%;right:11%}.contact-step{background:#f5f1ea;border:1px solid #00000014;min-height:238px;padding:38px 28px;transition:transform .4s,box-shadow .4s,border-color .4s;position:relative;box-shadow:0 18px 46px #14120d0f}.contact-step:before{content:"";background:#c8a96b;border:4px solid #fff9f1;border-radius:50%;width:14px;height:14px;position:absolute;top:55px;left:50%;transform:translate(-50%);box-shadow:0 0 0 1px #c8a96b4d}.contact-step strong{color:#c8a96b;font-family:var(--font-title);margin-bottom:72px;font-size:48px;font-weight:400;line-height:1;display:block}.contact-step h3{color:#111;font-size:28px;font-weight:500;line-height:1.15}.contact-step:hover{border-color:#c8a96b73;transform:translateY(-8px);box-shadow:0 28px 66px #14120d1f}.contact-location-section{isolation:isolate;grid-template-columns:.45fr 1fr;align-items:center;gap:64px;max-width:1380px;margin:auto;padding:116px 60px;display:grid}.contact-location-section:before{content:"";z-index:-1;background:#f5f1ea;width:100vw;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.contact-location-copy p{color:#5d554b;margin-top:26px;font-size:20px;line-height:1.8}.contact-map-frame{background:#e7e0d5;border-radius:8px;min-height:520px;overflow:hidden;box-shadow:0 30px 78px #14120d29}.contact-map-frame iframe{border:0;width:100%;height:520px;display:block}.contact-faq-section{background:#111;padding:60px 60px 80px}.contact-faq-section .contact-section-heading h2{color:#f5f2ed;font-size:50px}.contact-faq-list{gap:16px;max-width:880px;margin:auto;display:grid}.contact-faq-item{background:#ffffff0a;border:1px solid #ffffff1f;transition:border-color .35s,background .35s;overflow:hidden}.contact-faq-item.open{background:#c8a96b14;border-color:#c8a96b8f}.contact-faq-item button{color:#f5f2ed;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:24px;width:100%;padding:20px 28px;display:flex}.contact-faq-item button span{font-family:var(--font-title);font-size:18px;line-height:1.2}.contact-faq-item button svg{color:#c8a96b;flex:none;transition:transform .35s;transform:rotate(0)}.contact-faq-item.open button svg{transform:rotate(45deg)}.contact-faq-answer{grid-template-rows:0fr;transition:grid-template-rows .4s;display:grid}.contact-faq-answer p{color:#d6cfc4;opacity:0;min-height:0;padding:0 28px;font-size:16px;line-height:1.8;transition:padding .4s,opacity .32s;overflow:hidden}.contact-faq-item.open .contact-faq-answer{grid-template-rows:1fr}.contact-faq-item.open .contact-faq-answer p{opacity:1;padding-bottom:22px}.contact-channel-strip{z-index:20;background:#fff;justify-content:center;align-items:center;gap:86px;min-height:85px;padding:18px 0;display:flex;position:relative}.contact-channel-strip a{color:#07101a;align-items:center;gap:12px;font-size:16px;font-weight:800;text-decoration:none;transition:color .3s,transform .3s;display:inline-flex}.contact-channel-strip a:hover{color:#c8a96b;transform:translateY(-3px)}.contact-channel-strip svg{flex:none}@keyframes contactReveal{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (width<=1100px){.contact-cards,.contact-timeline{grid-template-columns:repeat(2,1fr)}.contact-timeline:before{display:none}.contact-location-section{grid-template-columns:1fr}}@media (width<=768px){.contact-hero-wrapper,.contact-hero{height:82vh}.contact-hero-content{padding-top:215px}.contact-hero-content h1{font-size:47px;line-height:1.1}.contact-hero-content p{margin-top:24px;font-size:16px}.contact-hero-actions{flex-direction:column;margin-top:32px}.contact-hero-actions a{min-width:100%}.contact-info-section{margin-top:-80px;padding:80px 24px 88px}.contact-process-section,.contact-faq-section{padding:82px 24px 94px}.contact-section-heading{margin-bottom:48px}.contact-section-heading h2,.contact-location-copy h2{font-size:38px}.contact-cards,.contact-timeline{grid-template-columns:1fr}.contact-card{min-height:230px;padding:34px 28px}.contact-whatsapp-cta{width:100%;margin-top:42px}.contact-step{min-height:auto;padding:32px 28px}.contact-step:before{display:none}.contact-step strong{margin-bottom:26px}.contact-location-section{gap:42px;padding:86px 24px}.contact-map-frame,.contact-map-frame iframe{height:380px;min-height:380px}.contact-faq-item button{padding:20px}.contact-faq-item button span{font-size:21px}.contact-faq-answer p{padding-left:22px;padding-right:22px;font-size:16px}.contact-channel-strip{flex-direction:column;align-items:flex-start;gap:22px;min-height:auto;padding:34px 24px}}.project-details-page{background:#f5f1ea;overflow-x:hidden}.project-top-image{width:100%;height:60vh;padding:0;position:relative;overflow:hidden}.project-top-image img{object-fit:cover;width:100%;height:100%;display:block}.back-button{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;letter-spacing:1px;z-index:20;background:#0000008c;border:1px solid #ffffff14;align-items:center;gap:12px;padding:18px 26px;font-size:14px;text-decoration:none;transition:all .4s;display:flex;position:absolute;top:10px;left:10px}.back-button:hover{color:#000;background:#c8a96b}.project-info-section{padding:80px 70px}.project-info-container{grid-template-columns:1.2fr .7fr;gap:160px;width:100%;padding:0 120px;display:grid}.project-description{max-width:720px}.project-info-left span{color:#b8925e;letter-spacing:4px;font-size:14px}.project-info-left h1{color:#111;margin-top:20px;margin-bottom:35px;font-size:50px;font-weight:400;line-height:.95}.project-info-left p{color:#5c5c5c;max-width:850px;font-size:17px;line-height:1.9}.project-info-right{flex-direction:column;gap:10px;display:flex}.info-item{border-bottom:1px solid #00000014;padding-bottom:22px}.info-item h3{color:#111;margin-bottom:5px;font-size:18px}.info-item p{color:#666;font-size:16px;line-height:1.7}.project-gallery-section{padding-bottom:80px;position:relative}.gallery-controls{z-index:20;pointer-events:none;justify-content:space-between;width:100%;padding:0 30px;display:flex;position:absolute;top:40%;left:0}.gallery-controls button{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;pointer-events:all;background:#151414e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;transition:all .4s;display:flex}.gallery-controls button:hover{background:#c8a96b;transform:scale(1.05)}.project-gallery-track{scroll-behavior:smooth;gap:35px;padding:0 70px;display:flex;overflow-x:auto}.project-gallery-track::-webkit-scrollbar{display:none}.project-gallery-track img{object-fit:cover;flex-shrink:0;width:520px;height:340px;transition:all .5s}.project-gallery-track img:hover{transform:scale(1.02)}.next-project-section{padding:0 70px 60px}.next-project-btn{color:#b8925e;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;font-size:17px;transition:all .35s;display:inline-flex}.next-project-btn:hover{color:#000;gap:20px}@media (width<=768px){.project-top-image{height:42vh}.back-button{padding:12px 18px;font-size:12px;top:22px;left:20px}.project-info-section{padding:70px 26px 50px}.project-info-container{flex-direction:column;gap:55px;padding:0;display:flex}.project-info-left h1{margin-bottom:32px;font-size:54px;line-height:.95}.project-info-left span{letter-spacing:4px;font-size:12px}.project-info-left p{max-width:100%;font-size:17px;line-height:1.9}.project-info-right{width:100%}.info-item{padding:20px 0}.info-item h3{font-size:15px}.info-item p{font-size:15px;line-height:1.8}.project-gallery-section{margin-top:20px;padding-bottom:40px}.project-gallery-track{scroll-snap-type:x mandatory;gap:18px;padding:0 26px;overflow-x:auto}.project-gallery-track img{scroll-snap-align:start;border-radius:2px;flex-shrink:0;width:240px;height:180px}.gallery-controls{display:none}.next-project-section{padding:20px 26px 90px}.next-project-button{letter-spacing:2px;justify-content:center;width:100%;height:62px;font-size:14px}.image-modal{padding:20px}.image-modal-content img{max-height:72vh}.modal-arrow{width:50px;height:50px}.modal-arrow.left{left:10px}.modal-arrow.right{right:10px}.close-modal-btn{width:170px;height:52px;font-size:14px;bottom:-72px}}.next-project-section{justify-content:flex-start;width:100%;padding:0 120px 80px;display:flex}.next-project-button{color:#000;align-items:center;gap:12px;font-size:17px;text-decoration:none;transition:all .35s;display:inline-flex}.image-modal{z-index:99999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d1;justify-content:center;align-items:center;padding:40px;display:flex;position:fixed;inset:0}.image-modal-content{width:100%;max-width:1400px;position:relative}.image-modal-content img{object-fit:contain;border-radius:10px;width:100%;max-height:88vh;display:block}.close-modal-btn{color:#fff;cursor:pointer;z-index:30;background:0 0;border:none;justify-content:center;align-items:center;width:58px;height:56px;transition:all .35s;display:flex;position:fixed;top:28px;right:32px}.close-modal-btn:hover{color:#c8a96b;background:#ffffff14}.project-gallery-track img{cursor:pointer;transition:all .45s}.project-gallery-track img:hover{opacity:.9;transform:scale(.98)}@media (width<=768px){.image-modal{padding:20px}.close-modal-btn{width:52px;top:18px;right:18px}}.modal-arrow{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:10;background:#0a0a0a8c;border:none;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:all .35s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.modal-arrow:hover{color:#000;background:#c8a96b;transform:translateY(-50%)scale(1.08)}.modal-arrow.left{left:-100px}.modal-arrow.right{right:-100px}@media (width<=1200px){.modal-arrow.left{left:-20px}.modal-arrow.right{right:-20px}}@media (width<=768px){.modal-arrow{width:56px;height:56px}}.site-footer{color:#f5f2ed;background:#0b0b0b;border-top:1px solid #ffffff14}.site-footer-container{grid-template-columns:1.4fr .7fr 1fr .9fr;gap:76px;max-width:1480px;margin:auto;padding:90px 60px 70px;display:grid}.footer-logo{color:#f5f2ed;font-family:var(--font-title);letter-spacing:7px;flex-direction:column;font-size:52px;line-height:.95;text-decoration:none;display:inline-flex}.footer-logo span{color:#c8a96b;font-family:var(--font-body);letter-spacing:5px;margin-top:12px;font-size:11px}.footer-brand p{color:#a8a29a;max-width:420px;margin-top:34px;font-size:16px;line-height:1.8}.footer-socials{gap:14px;margin-top:34px;display:flex}.footer-socials a{color:#f5f2ed;background:#ffffff08;border:1px solid #ffffff1f;justify-content:center;align-items:center;width:46px;height:46px;text-decoration:none;transition:all .35s;display:flex}.footer-socials a:hover{color:#111;background:#c8a96b;border-color:#c8a96b;transform:translateY(-3px)}.footer-column,.footer-contact{flex-direction:column;align-items:flex-start;display:flex}.footer-column h3,.footer-contact h3{color:#c8a96b;font-family:var(--font-body);letter-spacing:4px;text-transform:uppercase;margin-bottom:28px;font-size:12px}.footer-column a,.footer-contact a,.footer-contact p{color:#d6cfc4;margin-bottom:14px;font-size:15px;line-height:1.6;text-decoration:none;transition:all .3s}.footer-column a:hover,.footer-contact a:hover{color:#c8a96b;transform:translate(4px)}.footer-cta{letter-spacing:3px;text-transform:uppercase;background:#c8a96b;justify-content:center;align-items:center;width:210px;height:56px;margin-top:18px;font-weight:700;display:inline-flex;color:#111!important;font-size:12px!important}.footer-cta:hover{background:#f5f2ed;transform:translateY(-3px)!important}.site-footer-bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:24px;max-width:1480px;margin:auto;padding:26px 60px;display:flex}.site-footer-bottom p,.site-footer-bottom span{color:#7f7a73;font-size:13px}.footer-developer-link{color:#c8a96b;text-decoration:none;transition:color .3s;position:relative}.footer-developer-link:after{content:"";background:#c8a96b;width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.footer-developer-link:hover{color:#f5f2ed}.footer-developer-link:hover:after{width:100%}@media (width<=1100px){.site-footer-container{grid-template-columns:1fr 1fr}}@media (width<=768px){.site-footer-container{grid-template-columns:1fr;gap:48px;padding:70px 24px 54px}.footer-logo{font-size:42px}.site-footer-bottom{flex-direction:column;align-items:flex-start;padding:24px}}@layer components;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.fixed{position:fixed}.grid{display:grid}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}:root{--color-background:#0f0f0f;--color-surface:#161616;--color-text:#f5f2ed;--color-muted:#9f9f9f;--color-beige:#d6c6b8;--color-green:#1e2a24;--font-title:"Syne", sans-serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--color-background);color:var(--color-text);font-family:var(--font-body);overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-title)}img{width:100%;display:block}section{padding:50px 0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
