.ContactPage_contactSection__vyJeM{background:var(--background);min-height:100vh;padding:4rem 1rem;margin-top:80px}.ContactPage_container__LwR_V{max-width:1200px;margin:0 auto}.ContactPage_sectionTitle__J_BH7{text-align:center;font-size:2.5rem;color:var(--secondary);margin-bottom:3rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.ContactPage_contactGrid__tDa0b{display:grid;gap:2rem}@media (min-width:1024px){.ContactPage_contactGrid__tDa0b{grid-template-columns:1fr 1fr}}.ContactPage_formWrapper__Y6pzW{background:white;border-radius:15px;padding:var(--card-padding);box-shadow:var(--shadow-default);border:1px solid rgba(74,59,52,.1)}.ContactPage_contactForm__Bj_SC{display:flex;flex-direction:column;gap:1.5rem}.ContactPage_formGroup__eAHFI{display:flex;flex-direction:column;gap:.5rem}.ContactPage_formRow__FpvnO{display:grid;gap:1.5rem}@media (min-width:768px){.ContactPage_formRow__FpvnO{grid-template-columns:1fr 1fr}}.ContactPage_formLabel__oazZ4{font-weight:600;color:var(--secondary);font-size:.95rem}.ContactPage_formInput__OgNZe,.ContactPage_formSelect__cEisl,.ContactPage_formTextarea__f4EgL{width:100%;padding:.9rem 1.2rem;border:var(--input-border);border-radius:8px;font-size:1rem;background:transparent;transition:all .3s ease;color:var(--secondary)}.ContactPage_formInput__OgNZe:focus,.ContactPage_formSelect__cEisl:focus,.ContactPage_formTextarea__f4EgL:focus{outline:none;box-shadow:0 0 0 3px rgba(196,164,132,.2);border-color:var(--primary)}.ContactPage_formTextarea__f4EgL{resize:vertical;min-height:140px}.ContactPage_submitButton__qs_nr{background:var(--primary);color:var(--text);padding:1.1rem 2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.ContactPage_submitButton__qs_nr:hover{background:#B08F6E;transform:translateY(-1px)}.ContactPage_submitButton__qs_nr:disabled{background:#D3C5B8;cursor:not-allowed}.ContactPage_successMessage___8ylp{background:#EDF7ED;color:#2B662D;padding:1rem;border-radius:8px;margin-top:1rem;border:1px solid #b2d8b2}.ContactPage_infoWrapper__6fma6{background:var(--secondary);border-radius:15px;padding:var(--card-padding);box-shadow:var(--shadow-default)}.ContactPage_infoContent__rHVdq{display:flex;flex-direction:column;gap:2.5rem}.ContactPage_infoTitle__EyXoy{font-size:1.4rem;font-weight:600;margin-bottom:1.5rem;color:var(--primary);position:relative;padding-left:2rem}.ContactPage_infoTitle__EyXoy:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1.2rem;height:2px;background:var(--primary)}.ContactPage_contactInfo__U2TrJ{display:flex;flex-direction:column;gap:1.2rem}.ContactPage_contactItem__XP8mP{display:flex;align-items:center;gap:1rem;font-size:1.05rem;color:var(--background)}.ContactPage_contactIcon__fxGwv{font-size:1.4rem;color:var(--primary)}.ContactPage_socialIcons__Gri6t{display:flex;gap:1.5rem}.ContactPage_socialLink__Yj8Kx{font-size:1.8rem;color:var(--background);transition:color .3s ease}.ContactPage_socialLink__Yj8Kx:hover{color:var(--primary)}.ContactPage_workingHours__ql18Q{display:flex;flex-direction:column;gap:.8rem;color:var(--background)}.ContactPage_hoursBlock__VXDiP,.ContactPage_socialBlock__am1zq{padding-top:2rem;border-top:1px solid rgba(196,164,132,.2)}@media (max-width:768px){.ContactPage_contactSection__vyJeM{padding:3rem 1rem}.ContactPage_sectionTitle__J_BH7{font-size:2rem;margin-bottom:2rem}.ContactPage_formWrapper__Y6pzW,.ContactPage_infoWrapper__6fma6{padding:1.5rem}}@media (max-width:480px){.ContactPage_contactSection__vyJeM{padding:2rem 1rem}.ContactPage_sectionTitle__J_BH7{font-size:1.8rem}.ContactPage_formRow__FpvnO{grid-template-columns:1fr}.ContactPage_infoTitle__EyXoy{font-size:1.2rem}.ContactPage_contactItem__XP8mP{font-size:1rem}}.Navbar_navbar__grGN0{position:fixed;top:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 4rem;background:rgba(245,239,230,.95);backdrop-filter:blur(12px);z-index:1000;transition:all .4s cubic-bezier(.4,0,.2,1);border-bottom:1px solid rgba(196,164,132,.2)}.Navbar_navbar__grGN0.Navbar_visible__er645{transform:translateY(0);box-shadow:0 4px 20px rgba(74,59,52,.1)}.Navbar_navbar__grGN0.Navbar_hidden__qLoth{transform:translateY(-100%)}.Navbar_logo__Nocqu{transition:transform .3s ease}.Navbar_logoImage__xVTXH{height:70px;width:auto;transition:all .3s ease}.Navbar_logo__Nocqu:hover img{transform:scale(1.05)}.Navbar_navLinks__ilcY2{display:flex;gap:2.5rem;list-style:none;margin:0;padding:0}.Navbar_navLink__VG1qS{position:relative;text-decoration:none;color:var(--secondary);font-weight:600;font-size:.9rem;padding:.5rem 0;transition:all .3s ease}.Navbar_navLink__VG1qS:before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary);transition:width .3s ease}.Navbar_navLink__VG1qS:hover:before{width:100%}.Navbar_navLink__VG1qS:hover{color:var(--primary)}.Navbar_menuButton__rtlGq{display:none;background:none;border:none;cursor:pointer;z-index:1001;padding:.5rem}.Navbar_menuBar__GHV5q{display:block;width:30px;height:2px;background:var(--secondary);margin:6px 0;transition:all .3s ease}.Navbar_menuButton__rtlGq.Navbar_active__0_42V .Navbar_menuBar__GHV5q:first-child{transform:translateY(8px) rotate(45deg)}.Navbar_menuButton__rtlGq.Navbar_active__0_42V .Navbar_menuBar__GHV5q:nth-child(2){opacity:0}.Navbar_menuButton__rtlGq.Navbar_active__0_42V .Navbar_menuBar__GHV5q:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width:1024px){.Navbar_navbar__grGN0{padding:1rem 2rem}.Navbar_logoImage__xVTXH{height:60px}}@media (max-width:768px){.Navbar_navbar__grGN0{padding:1rem}.Navbar_menuButton__rtlGq{display:block}.Navbar_navLinks__ilcY2{position:fixed;top:0;right:-100%;height:100vh;width:70%;flex-direction:column;background:rgba(245,239,230,.98);backdrop-filter:blur(15px);padding:6rem 2rem;box-shadow:-4px 0 20px rgba(0,0,0,.05);transition:right .3s ease}.Navbar_navLinks__ilcY2.Navbar_active__0_42V{right:0}.Navbar_navLink__VG1qS{font-size:.9rem;padding:1rem}.Navbar_navLink__VG1qS:before{height:1px}}@media (max-width:480px){.Navbar_logoImage__xVTXH{height:50px}.Navbar_navLinks__ilcY2{width:80%}}.CustomizationJourney_section__c_x1N{padding:4rem 1rem}.CustomizationJourney_header__9ePVI{text-align:center;margin-bottom:2rem}.CustomizationJourney_title__V5sWM{font-size:clamp(1.8rem,4vw,2.5rem);color:#4A3B34;margin-bottom:.5rem}.CustomizationJourney_subtitle__vHFrz{color:#6B5E57;font-size:1.1rem}.CustomizationJourney_stepsContainer__yZoAd{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin:2rem auto;max-width:1200px}.CustomizationJourney_step__Cfw0G{padding:1.5rem;border-radius:12px;background:rgba(255,255,255,.9);cursor:pointer;transition:all .3s ease;border:1px solid #e0d7cf}.CustomizationJourney_step__Cfw0G:hover{background:rgba(196,164,132,.1)}.CustomizationJourney_step__Cfw0G.CustomizationJourney_active__pCohX{background:rgba(196,164,132,.2);border-color:#C4A484}.CustomizationJourney_mobileSteps__uvdom{display:flex;flex-direction:column;gap:1rem}.CustomizationJourney_mobileStepContainer__TK4I6{border-radius:12px;overflow:hidden;background:rgba(255,255,255,.9);border:1px solid #e0d7cf}.CustomizationJourney_mobileStep__QlioE{padding:1rem;cursor:pointer}.CustomizationJourney_mobileImages__9E8M0{display:grid;gap:1rem;padding:1rem;background:rgba(245,239,230,.5)}.CustomizationJourney_mobileImage__SX0ao{width:100%;height:200px;object-fit:cover;border-radius:8px;border:1px solid #e0d7cf}.CustomizationJourney_stepNumber__2GuRG{font-size:1.5rem;color:#C4A484;margin-bottom:.5rem}.CustomizationJourney_stepTitle__FgDpw{font-size:1.1rem;color:#4A3B34}.CustomizationJourney_imageComparison__L6s9g{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto}.CustomizationJourney_progressImage__0wiWy,.CustomizationJourney_sketchImage__Q6u0t{width:100%;height:400px;object-fit:cover;border-radius:12px;border:2px solid #e0d7cf}@media (max-width:768px){.CustomizationJourney_imageComparison__L6s9g{grid-template-columns:1fr}.CustomizationJourney_progressImage__0wiWy,.CustomizationJourney_sketchImage__Q6u0t{height:250px}.CustomizationJourney_stepsContainer__yZoAd{grid-template-columns:1fr}}.HeroSection_heroSection__la_TG{height:100vh;overflow:hidden;background:var(--background)}.HeroSection_mediaContainer__AKGSp{position:relative;width:100%;height:100%}.HeroSection_swiper__narUU{width:100%;height:100%}.HeroSection_swiperSlide__Wv8MZ{position:relative;display:flex!important;justify-content:center;align-items:center}.HeroSection_slideImage__R3tXl{width:100%;height:100%;object-fit:cover;object-position:center}.HeroSection_videoWrapper__8rhXu{position:relative;width:100%;height:100vh;background:#000}.HeroSection_videoPlayer__SjleK{width:100%;height:100%;object-fit:cover}.HeroSection_contentOverlay__7RxgA{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:1200px;text-align:center;z-index:4;padding:2rem;background:rgba(245,239,230,.85);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(196,164,132,.2)}.HeroSection_contentTitle__xOxwa{font-size:clamp(2rem,6vw,3.5rem);color:#4A3B34;text-shadow:0 2px 4px rgba(74,59,52,.1);line-height:1.1;margin-bottom:1rem}.HeroSection_contentSubtitle__QNHGJ{font-size:clamp(1rem,2vw,1.2rem);color:#6b5e57;max-width:600px;margin:0 auto;line-height:1.5}.HeroSection_controlsContainer__8cdkV{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:5}.HeroSection_controlButton__USkaq{padding:12px 24px;background:var(--primary);border:none;border-radius:30px;color:var(--text);font-size:1rem;cursor:pointer;transition:all .3s ease}.HeroSection_controlButton__USkaq:hover{background:#B08F69;transform:translateY(-2px)}.HeroSection_swiper-pagination-bullet__Er4eu{background:#D3C5B8!important;opacity:1!important;width:10px;height:10px;transition:all .3s ease}.HeroSection_swiper-pagination-bullet-active__EoRkM{background:#C4A484!important;width:25px;border-radius:8px}.HeroSection_swiper-slide__6HlLT{transition:transform .8s cubic-bezier(.4,0,.2,1)}.HeroSection_videoWrapper__8rhXu{background:var(--background)}.HeroSection_videoPlayer__SjleK{object-position:center 25%}@media (max-width:768px){.HeroSection_slideImage__R3tXl{object-position:center 30%}.HeroSection_contentOverlay__7RxgA{width:95%;padding:1rem}.HeroSection_contentTitle__xOxwa{font-size:clamp(1.8rem,8vw,2.5rem)}.HeroSection_slideImage__R3tXl{object-position:center center}.HeroSection_controlButton__USkaq{padding:10px 20px;font-size:.9rem}}.Footer_footer__kTjIj{background:#4A3B34;color:#F5EFE6;padding:3rem 1rem;text-align:center}.Footer_branding__nxwKO{margin-bottom:2rem}.Footer_companyName__54M6Z{font-size:2rem;color:#C4A484;margin-bottom:.5rem;font-family:Playfair Display,serif}.Footer_tagline__DCLgb{font-size:1.1rem;letter-spacing:1px;opacity:.9}.Footer_footerContent___JbGt{max-width:1200px;margin:0 auto 2rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem}.Footer_footerColumn__xzndu{flex:1;min-width:200px;padding:1rem}.Footer_footerColumn__xzndu h4{color:#C4A484;margin-bottom:1rem;font-size:1.2rem}.Footer_socialLinks__z_sZg{display:flex;justify-content:center;gap:1.5rem;margin-top:.5rem}.Footer_socialLink__Sh8US{color:#F5EFE6;font-size:1.5rem;transition:color .3s ease}.Footer_socialLink__Sh8US:hover{color:#C4A484}.Footer_copyright__1uRao{padding-top:2rem;border-top:1px solid rgba(196,164,132,.3);font-size:.9rem;opacity:.8}@media (max-width:768px){.Footer_footerContent___JbGt{flex-direction:column;gap:1.5rem}.Footer_footerColumn__xzndu{min-width:100%}.Footer_companyName__54M6Z{font-size:1.8rem}}.Services_services__s5Yv8{padding:4rem 2rem;background:var(--background);position:relative;z-index:100}.Services_servicesContainer__CDPfx{max-width:1400px;margin:0 auto}.Services_servicesHeader__hRZ6j{text-align:center;margin-bottom:3rem}.Services_servicesHeader__hRZ6j h1{font-size:2.5rem;color:var(--secondary);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}.Services_servicesContent___lxPm{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.Services_servicesCard__hJdTC{position:relative;height:300px;border-radius:15px;overflow:hidden;background:#fff;box-shadow:var(--shadow-default);transition:transform .3s ease}.Services_cardFront__B_rqR{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;transition:all .3s ease;background:#fff;z-index:2}.Services_serviceIcon__ZNCHk{width:80px;height:80px;object-fit:contain;margin-bottom:1.5rem}.Services_cardFront__B_rqR h2{color:var(--secondary);font-size:1.5rem;text-align:center;margin:0;font-weight:600}.Services_cardBack__j3nTG{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;opacity:0;transition:all .3s ease;z-index:1;pointer-events:none}.Services_cardImage__fJUeJ{position:absolute;width:100%;height:100%;object-fit:cover;filter:brightness(.8);z-index:-1}.Services_cardContent__3iS14{position:relative;padding:2rem;background:linear-gradient(0deg,rgba(0,0,0,.9) 30%,transparent);color:white;transform:translateY(100%);transition:transform .3s ease;pointer-events:auto;z-index:2}.Services_cardContent__3iS14 h2{font-size:1.8rem;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.Services_cardDescription__Obfo9{font-size:.95rem;line-height:1.4;margin-bottom:1.5rem;opacity:.9}.Services_servicesButton__NveaE{display:inline-flex;align-items:center;background:var(--primary);color:var(--text);padding:.8rem 1.5rem;border-radius:25px;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;position:relative;z-index:4}.Services_servicesButton__NveaE:hover{background:#B08F69;transform:translateY(-2px)}.Services_ctaSection__h8NKD{text-align:center;margin-top:4rem;padding:3rem 2rem;background:#fff;border-radius:15px;border:2px solid var(--primary)}.Services_ctaTitle__hjSQK{font-size:1.8rem;color:var(--secondary);margin-bottom:1rem}.Services_ctaText__urkIg{color:var(--secondary);opacity:.9;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.Services_ctaButtons__pgJTZ{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.Services_ctaButtonPrimary__T1YzU{background:var(--primary);color:var(--text);border-radius:8px;border:2px solid transparent}.Services_ctaButtonPrimary__T1YzU,.Services_ctaButtonSecondary__7gkH6{padding:1rem 2rem;text-decoration:none;transition:all .3s ease;font-weight:500}.Services_ctaButtonSecondary__7gkH6{background:transparent;color:var(--primary);border-radius:8px;border:2px solid var(--primary)}.Services_ctaButtonPrimary__T1YzU:hover{background:#B08F6E;transform:translateY(-2px)}.Services_ctaButtonSecondary__7gkH6:hover{background:var(--primary);color:var(--text)}@media (max-width:768px){.Services_services__s5Yv8{padding:3rem 1rem}.Services_servicesHeader__hRZ6j h1{font-size:2rem}.Services_servicesContent___lxPm{grid-template-columns:1fr}.Services_servicesCard__hJdTC{height:400px}.Services_cardBack__j3nTG{opacity:1}.Services_cardContent__3iS14{transform:translateY(100%);background:rgba(0,0,0,.8)}.Services_servicesCard__hJdTC.Services_active__uW8q0 .Services_cardContent__3iS14{transform:translateY(0)}.Services_mobileIndicator__Pd781{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:15px solid var(--primary);transition:all .3s ease}.Services_ctaSection__h8NKD{padding:2rem 1rem;margin-top:3rem}.Services_ctaTitle__hjSQK{font-size:1.5rem}.Services_ctaText__urkIg{font-size:.95rem}.Services_ctaButtons__pgJTZ{flex-direction:column;gap:1rem}.Services_ctaButtonPrimary__T1YzU,.Services_ctaButtonSecondary__7gkH6{width:100%;padding:1rem}}@media (hover:hover){.Services_servicesCard__hJdTC:hover{transform:translateY(-5px)}.Services_servicesCard__hJdTC:hover .Services_cardBack__j3nTG{opacity:1;pointer-events:auto}.Services_servicesCard__hJdTC:hover .Services_cardFront__B_rqR{opacity:0;pointer-events:none}.Services_servicesCard__hJdTC:hover .Services_cardContent__3iS14{transform:translateY(0)}}.ProductsPage_container__FYqgK{max-width:1400px;margin:0 auto;padding:2rem 1rem}.ProductsPage_hero__mj6XV{text-align:center;margin-bottom:3rem;padding:80px 1rem 40px;scroll-margin-top:80px;background:linear-gradient(rgba(245,239,230,.9),rgba(245,239,230,.9)),url(/images/wood-texture.webp);border-radius:16px;background-size:cover}.ProductsPage_mainTitle__SYAqp{color:var(--secondary,#4A3B34);font-size:2.5rem;margin-top:2rem;margin-bottom:1rem}.ProductsPage_subTitle__bJiNj{color:var(--secondary,#4A3B34);opacity:.9;font-size:1.1rem}.ProductsPage_categorySection__qSheq{margin-bottom:4rem;display:none}.ProductsPage_categorySection__qSheq.ProductsPage_active__ZjSVU{display:block}.ProductsPage_categoryTitle__XTjLl{color:var(--secondary,#4A3B34);text-align:center;margin-bottom:2rem;font-size:1.8rem}.ProductsPage_ctaButton__F9N91{display:block;width:fit-content;margin:2rem auto 0;background:var(--primary,#C4A484);color:white;padding:1rem 2.5rem;border:none;border-radius:30px;font-size:1.1rem;transition:all .3s ease}.ProductsPage_ctaButton__F9N91:hover{background:#B08F69;transform:translateY(-2px);box-shadow:0 4px 12px rgba(74,59,52,.1)}@media (max-width:768px){.ProductsPage_hero__mj6XV{padding:2rem 1rem}.ProductsPage_mainTitle__SYAqp{font-size:2rem}.ProductsPage_subTitle__bJiNj{font-size:1rem}.ProductsPage_categoryTitle__XTjLl{font-size:1.5rem}.ProductsPage_ctaButton__F9N91{width:100%;text-align:center}}.CategoryTabs_tabsContainer__F_Q7z{display:flex;gap:1rem;margin-bottom:2rem;padding:0 1rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.CategoryTabs_tab__8jN3I{flex:0 0 auto;background:none;border:2px solid var(--primary,#c4a484);color:var(--secondary,#4A3B34);padding:.8rem 2rem;border-radius:30px;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:500}.CategoryTabs_tab__8jN3I.CategoryTabs_active__1URXq{background:var(--primary,#C4A484);color:var(--text,#F5EFE6);border-color:var(--primary,#C4A484)}.CategoryTabs_tab__8jN3I:hover:not(.CategoryTabs_active__1URXq){background:rgba(196,164,132,.1)}@media (max-width:768px){.CategoryTabs_tabsContainer__F_Q7z{padding-bottom:.5rem}.CategoryTabs_tab__8jN3I{padding:.6rem 1.5rem;font-size:.9rem}}.ProductCarousel_carousel__mPwt6{width:100%;padding:1rem 0 3rem!important}.ProductCarousel_slide__KZR6u{height:auto}.ProductCarousel_productCard__Hb4_7{background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(74,59,52,.08);transition:transform .3s ease;height:100%}.ProductCarousel_productCard__Hb4_7:hover{transform:translateY(-5px)}.ProductCarousel_productImage__NIwaJ{width:100%;height:300px;object-fit:cover;border-bottom:2px solid var(--primary,#c4a484)}.ProductCarousel_productInfo__0qFgl{padding:1.5rem}.ProductCarousel_description__kTeWH{color:var(--secondary,#4A3B34);font-size:.95rem;line-height:1.5;margin-bottom:.5rem;min-height:60px}.ProductCarousel_dimensions__Jsnvf{color:var(--primary,#C4A484);font-size:.9rem;font-weight:500}.ProductCarousel_swiper-pagination-bullet__mRvNb{background:#D3C5B8!important;opacity:1!important;width:10px!important;height:10px!important;transition:all .3s ease!important}.ProductCarousel_swiper-pagination-bullet-active__2UjEB{background:var(--primary,#C4A484)!important;width:25px!important;border-radius:8px!important}@media (max-width:768px){.ProductCarousel_productImage__NIwaJ{height:200px}.ProductCarousel_description__kTeWH{font-size:.9rem;min-height:auto}.ProductCarousel_carousel__mPwt6{padding:1rem 0 2rem!important}}.ServiceSpecializations_section__67VmM{padding:4rem 1rem;background:#F5EFE6}.ServiceSpecializations_header__AEUvK{text-align:center;margin-bottom:3rem}.ServiceSpecializations_title__f_K_p{font-size:clamp(2rem,5vw,3rem);color:#4A3B34;margin-bottom:.5rem}.ServiceSpecializations_subtitle__p_M_x{color:#6B5E57;font-size:1.2rem}.ServiceSpecializations_mobileContainer__wRmJG{position:relative}.ServiceSpecializations_mobileTabs__B_RuO{display:flex;gap:.5rem;overflow-x:auto;padding:1rem 0;-webkit-overflow-scrolling:touch}.ServiceSpecializations_mobileTab__zsDMC{flex:0 0 auto;padding:1rem;background:rgba(255,255,255,.9);border:1px solid #e0d7cf;border-radius:12px;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.ServiceSpecializations_mobileTab__zsDMC.ServiceSpecializations_active__Rwkj0{background:#C4A484;color:white}.ServiceSpecializations_tabIcon__8ZPjt{width:24px;height:24px}.ServiceSpecializations_mobileContent__gRDsK{padding:1rem}.ServiceSpecializations_imageContainer__vpI7s{border-radius:16px;overflow:hidden;margin-bottom:1.5rem}.ServiceSpecializations_serviceImage__uXlQA{width:100%;height:100%;object-fit:cover;object-position:center}.ServiceSpecializations_textContent__TM6z5{background:rgba(255,255,255,.9);padding:1.5rem;border-radius:16px;border:1px solid #e0d7cf}.ServiceSpecializations_serviceTitle__twyxe{color:#4A3B34;font-size:1.5rem;margin-bottom:1rem}.ServiceSpecializations_description__trtgY{color:#6B5E57;line-height:1.6;margin-bottom:1.5rem}.ServiceSpecializations_materials__0hbfO h4{color:#4A3B34;margin-bottom:1rem}.ServiceSpecializations_materials__0hbfO ul{list-style:none;padding:0;display:grid;gap:.5rem}.ServiceSpecializations_materials__0hbfO li{padding:.8rem;background:rgba(196,164,132,.1);border-radius:8px;color:#4A3B34}.ServiceSpecializations_desktopContainer__Js2fm{display:flex;gap:2rem;max-width:1400px;margin:0 auto;min-height:500px}.ServiceSpecializations_imageColumn__evduH{flex:1;position:relative;border-radius:16px;overflow:hidden;max-width:600px}.ServiceSpecializations_contentColumn__MOUkj{flex:1;padding:0 2rem;max-width:600px}.ServiceSpecializations_selector__aiGCv{display:grid;gap:1.5rem}.ServiceSpecializations_selectorItem__AFoKq{padding:1.5rem;background:rgba(255,255,255,.9);border:1px solid #e0d7cf;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;gap:1rem}.ServiceSpecializations_selectorItem__AFoKq:hover{transform:translateX(10px)}.ServiceSpecializations_selectorItem__AFoKq.ServiceSpecializations_active__Rwkj0{border-color:#C4A484;background:rgba(196,164,132,.1)}.ServiceSpecializations_selectorIcon__l6x_j{width:40px;height:40px;flex-shrink:0}.ServiceSpecializations_selectorIcon__l6x_j img{width:100%;height:100%;object-fit:contain}.ServiceSpecializations_selectorText__kjsZG h3{color:#4A3B34;margin-bottom:.5rem}.ServiceSpecializations_selectorText__kjsZG p{color:#6B5E57;font-size:.95rem}.ServiceSpecializations_materialsDesktop__711HB{margin-top:2rem;padding:2rem;background:rgba(255,255,255,.9);border-radius:16px;border:1px solid #e0d7cf}.ServiceSpecializations_materialGrid__szLpK{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}.ServiceSpecializations_materialCard__aiFKW{background:rgba(196,164,132,.1);border-radius:8px;position:relative;padding:1rem 1rem 1rem 3rem}.ServiceSpecializations_materialBadge__tyLcG{position:absolute;left:1rem;top:50%;transform:translateY(-50%);background:#C4A484;color:white;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem}@media (max-width:768px){.ServiceSpecializations_desktopContainer__Js2fm{display:none}}@media (min-width:769px){.ServiceSpecializations_mobileContainer__wRmJG{display:none}}@media (max-width:768px){.ServiceSpecializations_desktopContainer__Js2fm{display:none}.ServiceSpecializations_serviceImage__uXlQA{height:200px}.ServiceSpecializations_mobileContent__gRDsK{margin-bottom:2rem}.ServiceSpecializations_materials__0hbfO ul{grid-template-columns:repeat(2,1fr)}}.ServiceSpecializations_materialGrid__szLpK{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.ServiceSpecializations_section__67VmM{padding:4rem 1rem 6rem;margin-bottom:2rem}.Showcase_section__IaoVF{padding:4rem 1rem}.Showcase_header__RO_9_{text-align:center;margin-bottom:3rem}.Showcase_title__dBR9j{font-size:clamp(1.8rem,4vw,2.5rem);color:#4A3B34;margin-bottom:.5rem}.Showcase_subtitle__0sOgK{color:#6B5E57;font-size:1.1rem}.Showcase_desktopGrid__r_nkG{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1400px;margin:0 auto 3rem}.Showcase_projectCard__QmJM9{position:relative;border-radius:16px;overflow:hidden;background:white;box-shadow:0 4px 12px rgba(74,59,52,.08);transition:transform .3s ease}.Showcase_projectCard__QmJM9:hover{transform:translateY(-5px)}.Showcase_imageContainer__dopNK{position:relative;height:400px}.Showcase_mainImage__wyWn5{opacity:1}.Showcase_hoverImage__x0EWb,.Showcase_mainImage__wyWn5{position:absolute;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.Showcase_hoverImage__x0EWb,.Showcase_projectCard__QmJM9:hover .Showcase_mainImage__wyWn5{opacity:0}.Showcase_projectCard__QmJM9:hover .Showcase_hoverImage__x0EWb{opacity:1}.Showcase_categoryTag__UyYbW{position:absolute;top:1rem;left:1rem;background:rgba(245,239,230,.9);color:#4A3B34;padding:.5rem 1.5rem;border-radius:30px;font-size:.9rem}.Showcase_content__4r27r{padding:1.5rem}.Showcase_content__4r27r h3{color:#4A3B34;margin-bottom:.5rem;font-size:1.2rem}.Showcase_content__4r27r p{color:#6B5E57;font-size:.95rem;line-height:1.5}.Showcase_mobileCarousel___ECde{display:none}.Showcase_mobileCard__ARm_P{background:white;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px rgba(74,59,52,.08)}.Showcase_mobileImageContainer__hNt0t{position:relative;height:250px}.Showcase_mobileImage__qti6N{width:100%;height:100%;object-fit:cover}.Showcase_mobileCategory__lTaph{position:absolute;top:1rem;left:1rem;background:rgba(245,239,230,.9);color:#4A3B34;padding:.5rem 1rem;border-radius:30px;font-size:.9rem}.Showcase_mobileContent__xOGUe{padding:1.5rem}.Showcase_mobileContent__xOGUe h3{color:#4A3B34;font-size:1.1rem;margin-bottom:.5rem}.Showcase_mobileContent__xOGUe p{color:#6B5E57;font-size:.9rem}.Showcase_progress__Gugzw{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.Showcase_progressDot__1hc36{width:10px;height:10px;background:#D3C5B8;border-radius:50%;transition:all .3s ease}.Showcase_progressDot__1hc36.Showcase_active__FIrid{background:#C4A484;width:25px;border-radius:8px}@media (max-width:768px){.Showcase_desktopGrid__r_nkG{display:none}.Showcase_mobileCarousel___ECde{display:block;padding:0 1rem 2rem}.Showcase_swiper-slide__wPJLY{opacity:.5;transition:opacity .3s ease}.Showcase_swiper-slide-active__Z46SG{opacity:1}}.Testimonials_section__89oas{padding:4rem 1rem}.Testimonials_header__5OkKE{text-align:center;margin-bottom:2rem}.Testimonials_title__nHPBi{font-size:clamp(1.8rem,4vw,2.5rem);color:#4A3B34;margin-bottom:.5rem}.Testimonials_subtitle__fJEti{color:#6B5E57;font-size:1.1rem}.Testimonials_swiper__yGLug{padding:1rem 0 3rem}.Testimonials_slide__a9Q_M{height:auto}.Testimonials_card__HBgHr{background:white;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px rgba(74,59,52,.08);height:100%;display:flex;flex-direction:column}.Testimonials_imageContainer__IDkZu{position:relative;height:200px}.Testimonials_image__GSnwb{width:100%;height:100%;object-fit:cover}.Testimonials_projectTag__6umHQ{position:absolute;bottom:1rem;left:1rem;background:rgba(245,239,230,.9);color:#4A3B34;padding:.5rem 1rem;border-radius:30px;font-size:.9rem}.Testimonials_content__5iUtl{padding:1.5rem;flex-grow:1}.Testimonials_quoteIcon__El5XC{width:32px;height:32px;fill:#C4A484;margin-bottom:1rem}.Testimonials_text__MMTqn{color:#4A3B34;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.Testimonials_author__EGod3{color:#6B5E57;font-weight:500;font-size:.9rem}.Testimonials_swiper-pagination-bullet__qqrW_{background:#D3C5B8!important;opacity:1!important;width:10px;height:10px;transition:all .3s ease}.Testimonials_swiper-pagination-bullet-active__FPWLU{background:#C4A484!important;width:25px;border-radius:8px}@media (max-width:768px){.Testimonials_swiper__yGLug{padding-left:1rem;padding-right:1rem}.Testimonials_card__HBgHr{margin:0 .5rem}.Testimonials_imageContainer__IDkZu{height:150px}.Testimonials_content__5iUtl{padding:1rem}.Testimonials_text__MMTqn{font-size:.9rem}}