.footer[data-v-63d894cc]{background-color:var(--primary-color);color:#fff;padding:3rem 0 1rem}.footer-content[data-v-63d894cc]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3[data-v-63d894cc],.footer-section h4[data-v-63d894cc]{margin-bottom:1rem;color:var(--accent-color)}.footer-logo[data-v-63d894cc]{display:flex;align-items:center;margin-bottom:1rem}.footer-logo-img[data-v-63d894cc]{height:30px;width:auto;margin-right:10px;filter:brightness(0) invert(1)}.footer-description[data-v-63d894cc]{margin-bottom:1.5rem;color:#ccc;line-height:1.6}.social-links[data-v-63d894cc]{display:flex;gap:1rem}.social-link[data-v-63d894cc]{display:inline-block;width:40px;height:40px;background-color:#ffffff1a;border-radius:50%;text-align:center;line-height:40px;text-decoration:none;transition:all .3s ease}.social-link[data-v-63d894cc]:hover{background-color:var(--accent-color);transform:translateY(-2px)}.footer-links[data-v-63d894cc]{list-style:none}.footer-links li[data-v-63d894cc]{margin-bottom:.5rem}.footer-links a[data-v-63d894cc]{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-links a[data-v-63d894cc]:hover{color:var(--accent-color)}.contact-info p[data-v-63d894cc]{margin-bottom:.5rem;color:#ccc}.footer-bottom[data-v-63d894cc]{border-top:1px solid rgba(255,255,255,.1);padding-top:1rem}.footer-bottom-content[data-v-63d894cc]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom-links[data-v-63d894cc]{display:flex;gap:1rem}.footer-bottom-links a[data-v-63d894cc]{color:#ccc;text-decoration:none;font-size:.9rem}.footer-bottom-links a[data-v-63d894cc]:hover{color:var(--accent-color)}@media (max-width: 768px){.footer-content[data-v-63d894cc]{grid-template-columns:1fr;text-align:center}.footer-bottom-content[data-v-63d894cc]{flex-direction:column;text-align:center}.social-links[data-v-63d894cc]{justify-content:center}}.header[data-v-dc2382df]{background:white;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.navbar[data-v-dc2382df]{padding:1rem 0}.nav-content[data-v-dc2382df]{display:flex;justify-content:space-between;align-items:center}.logo-link[data-v-dc2382df]{display:flex;align-items:center;text-decoration:none;color:var(--primary-color)}.logo-img[data-v-dc2382df]{height:60px;width:auto}.nav-menu[data-v-dc2382df]{display:flex;list-style:none;align-items:center;gap:2rem}.nav-link[data-v-dc2382df]{text-decoration:none;color:var(--text-primary);font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease}.nav-link[data-v-dc2382df]:hover,.nav-link.router-link-active[data-v-dc2382df]{color:var(--accent-color);background-color:#d4af371a}.phone-link[data-v-dc2382df]{background-color:var(--primary-color);color:#fff!important;border-radius:25px}.phone-link[data-v-dc2382df]:hover{background-color:var(--accent-color);color:#fff!important}.mobile-menu-toggle[data-v-dc2382df]{display:none;flex-direction:column;cursor:pointer;padding:5px}.mobile-menu-toggle span[data-v-dc2382df]{width:25px;height:3px;background-color:var(--primary-color);margin:3px 0;transition:.3s}@media (max-width: 768px){.nav-menu[data-v-dc2382df]{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;gap:0}.nav-menu.active[data-v-dc2382df]{left:0}.nav-item[data-v-dc2382df]{margin:1rem 0}.mobile-menu-toggle[data-v-dc2382df]{display:flex}.mobile-menu-toggle.active span[data-v-dc2382df]:nth-child(2){opacity:0}.mobile-menu-toggle.active span[data-v-dc2382df]:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu-toggle.active span[data-v-dc2382df]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}#app[data-v-12ea5c5c]{min-height:100vh;display:flex;flex-direction:column}main[data-v-12ea5c5c]{flex:1}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#fff}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:1rem}h1{font-size:2.5rem;line-height:1.2}h2{font-size:2rem;line-height:1.3}h3{font-size:1.5rem}p{margin-bottom:1rem}:root{--primary-color: #1a1a1a;--secondary-color: #f5f5f5;--accent-color: #d4af37;--text-primary: #333;--text-secondary: #666;--text-light: #999;--border-color: #e0e0e0;--shadow: 0 2px 10px rgba(0, 0, 0, .1)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:60px 0}.text-center{text-align:center}.mb-4{margin-bottom:2rem}.mt-4{margin-top:2rem}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:4px;text-decoration:none;font-weight:600;text-align:center;cursor:pointer;transition:all .3s ease}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:#333;transform:translateY(-2px)}.btn-outline{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:#fff}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.card{background:white;border-radius:8px;padding:1.5rem;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #00000026}@media (max-width: 768px){.container{padding:0 15px}.section{padding:40px 0}h1{font-size:2rem}h2{font-size:1.5rem}.grid{gap:1rem}}.page-hero[data-v-046d8247]{background:linear-gradient(135deg,rgba(26,26,26,.8),rgba(26,26,26,.6)),url(/assets/073026bj05e3vsyprejvue.jpg.thumb-6b9fcc58.jpg);background-size:cover;background-position:center;color:#fff;padding:100px 0;text-align:center}.page-hero h1[data-v-046d8247]{font-size:3rem;margin-bottom:1rem}.page-hero p[data-v-046d8247]{font-size:1.2rem;max-width:600px;margin:0 auto}.our-story[data-v-046d8247]{background:white}.story-text h2[data-v-046d8247]{color:var(--primary-color);margin-bottom:.5rem}.story-text h3[data-v-046d8247]{color:var(--accent-color);margin-bottom:1.5rem;font-size:1.2rem}.story-text p[data-v-046d8247]{font-size:1.1rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1.5rem}.story-stats[data-v-046d8247]{display:flex;gap:2rem;margin-top:2rem}.stat-item[data-v-046d8247]{text-align:center}.stat-item h4[data-v-046d8247]{font-size:2.5rem;color:var(--accent-color);margin-bottom:.5rem}.stat-item p[data-v-046d8247]{color:var(--text-secondary);font-weight:600}.story-image[data-v-046d8247]{display:flex;align-items:center}.story-image img[data-v-046d8247]{width:100%;border-radius:8px;box-shadow:var(--shadow)}.mission-vision[data-v-046d8247]{background:var(--secondary-color)}.mission[data-v-046d8247],.vision[data-v-046d8247]{text-align:center;padding:2rem}.mv-icon[data-v-046d8247]{font-size:3rem;margin-bottom:1rem}.mission h3[data-v-046d8247],.vision h3[data-v-046d8247]{color:var(--primary-color);margin-bottom:1rem}.our-values[data-v-046d8247]{background:white}.value-item[data-v-046d8247]{text-align:center;padding:2rem 1.5rem}.value-icon[data-v-046d8247]{font-size:3rem;margin-bottom:1rem}.value-item h4[data-v-046d8247]{color:var(--primary-color);margin-bottom:1rem}.value-item p[data-v-046d8247]{color:var(--text-secondary);line-height:1.6}.our-team[data-v-046d8247]{background:var(--secondary-color)}.team-member[data-v-046d8247]{text-align:center;padding:0;overflow:hidden}.member-image[data-v-046d8247]{height:250px;overflow:hidden}.member-image img[data-v-046d8247]{width:100%;height:100%;object-fit:cover}.member-info[data-v-046d8247]{padding:1.5rem}.member-info h4[data-v-046d8247]{color:var(--primary-color);margin-bottom:.5rem}.member-role[data-v-046d8247]{color:var(--accent-color);font-weight:600;margin-bottom:1rem}.member-description[data-v-046d8247]{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.member-specialties[data-v-046d8247]{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.specialty-tag[data-v-046d8247]{background:var(--accent-color);color:#fff;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:600}.our-process[data-v-046d8247]{background:white}.process-timeline[data-v-046d8247]{position:relative;max-width:800px;margin:0 auto}.process-timeline[data-v-046d8247]:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:2px;background:var(--accent-color)}.process-step[data-v-046d8247]{display:flex;margin-bottom:3rem;position:relative}.step-number[data-v-046d8247]{width:60px;height:60px;border-radius:50%;background:var(--accent-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0;position:relative;z-index:1}.step-content[data-v-046d8247]{margin-left:2rem;flex:1}.step-content h4[data-v-046d8247]{color:var(--primary-color);margin-bottom:.5rem}.step-content p[data-v-046d8247]{color:var(--text-secondary);line-height:1.6}.why-choose-us[data-v-046d8247]{background:var(--secondary-color)}.feature-item[data-v-046d8247]{display:flex;align-items:flex-start;gap:1.5rem}.feature-icon[data-v-046d8247]{font-size:3rem;flex-shrink:0}.feature-item h3[data-v-046d8247]{color:var(--primary-color);margin-bottom:1rem}.feature-item p[data-v-046d8247]{color:var(--text-secondary);line-height:1.6}.cta-section[data-v-046d8247]{background:linear-gradient(135deg,var(--primary-color),#333);color:#fff}.cta-content h2[data-v-046d8247]{font-size:2.5rem;margin-bottom:1rem}.cta-content p[data-v-046d8247]{font-size:1.2rem;margin-bottom:2rem}.cta-actions[data-v-046d8247]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.page-hero h1[data-v-046d8247]{font-size:2rem}.page-hero p[data-v-046d8247]{font-size:1rem}.story-content[data-v-046d8247]{grid-template-columns:1fr}.story-stats[data-v-046d8247]{justify-content:center}.stat-item h4[data-v-046d8247]{font-size:2rem}.mv-content[data-v-046d8247]{grid-template-columns:1fr}.values-grid[data-v-046d8247]{grid-template-columns:repeat(2,1fr)}.team-grid[data-v-046d8247]{grid-template-columns:1fr}.process-timeline[data-v-046d8247]:before{left:15px}.step-number[data-v-046d8247]{width:40px;height:40px;font-size:1.2rem}.step-content[data-v-046d8247]{margin-left:1rem}.features-grid[data-v-046d8247]{grid-template-columns:1fr}.feature-item[data-v-046d8247]{flex-direction:column;text-align:center}.cta-content h2[data-v-046d8247]{font-size:2rem}.cta-actions[data-v-046d8247]{flex-direction:column;align-items:center}}@media (max-width: 480px){.values-grid[data-v-046d8247]{grid-template-columns:1fr}}.page-hero[data-v-95c8da2c]{background:linear-gradient(135deg,rgba(26,26,26,.8),rgba(26,26,26,.6)),url(/assets/073026bj05e3vsyprejvue.jpg.thumb-6b9fcc58.jpg);background-size:cover;background-position:center;color:#fff;padding:100px 0;text-align:center}.page-hero h1[data-v-95c8da2c]{font-size:3rem;margin-bottom:1rem}.page-hero p[data-v-95c8da2c]{font-size:1.2rem;max-width:600px;margin:0 auto}.contact-main[data-v-95c8da2c]{background:white}.contact-info-section[data-v-95c8da2c]{max-width:800px;margin:0 auto;text-align:center}.contact-info-section h2[data-v-95c8da2c]{color:var(--primary-color);margin-bottom:1rem}.contact-info-section>p[data-v-95c8da2c]{color:var(--text-secondary);margin-bottom:3rem;line-height:1.6;font-size:1.1rem}.contact-methods[data-v-95c8da2c]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.contact-method[data-v-95c8da2c]{display:flex;align-items:flex-start;gap:1rem;padding:2rem;background:var(--secondary-color);border-radius:8px;text-align:left}.method-icon[data-v-95c8da2c]{font-size:2.5rem;flex-shrink:0}.method-info h4[data-v-95c8da2c]{color:var(--primary-color);margin-bottom:.5rem}.method-info a[data-v-95c8da2c]{color:var(--accent-color);text-decoration:none;font-weight:600;font-size:1.1rem}.method-info a[data-v-95c8da2c]:hover{text-decoration:underline}.method-note[data-v-95c8da2c]{color:var(--text-secondary);font-size:.9rem;margin-top:.5rem}.business-hours[data-v-95c8da2c]{background:var(--secondary-color);padding:2rem;border-radius:8px;margin-top:3rem;max-width:500px;margin-left:auto;margin-right:auto}.business-hours h3[data-v-95c8da2c]{color:var(--primary-color);margin-bottom:1.5rem;text-align:center}.hours-item[data-v-95c8da2c]{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border-color)}.hours-item[data-v-95c8da2c]:last-child{border-bottom:none}.showroom-section[data-v-95c8da2c]{background:var(--secondary-color)}.showroom-content[data-v-95c8da2c]{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.showroom-map[data-v-95c8da2c]{background:white;padding:1rem;border-radius:8px;box-shadow:var(--shadow)}.map-image[data-v-95c8da2c]{width:100%;height:auto;border-radius:4px}.showroom-info h3[data-v-95c8da2c]{color:var(--primary-color);margin-bottom:1.5rem}.detail-item[data-v-95c8da2c]{margin-bottom:2rem}.detail-item strong[data-v-95c8da2c]{color:var(--primary-color);display:block;margin-bottom:.5rem}.detail-item ul[data-v-95c8da2c]{margin-top:.5rem;padding-left:1.5rem}.detail-item li[data-v-95c8da2c]{margin-bottom:.25rem;color:var(--text-secondary)}.showroom-actions[data-v-95c8da2c]{display:flex;gap:1rem;margin-top:2rem}.faq-section[data-v-95c8da2c]{background:white}.faq-list[data-v-95c8da2c]{max-width:800px;margin:0 auto}.faq-item[data-v-95c8da2c]{border-bottom:1px solid var(--border-color)}.faq-question[data-v-95c8da2c]{width:100%;padding:1.5rem 0;background:none;border:none;text-align:left;font-size:1.1rem;font-weight:600;color:var(--primary-color);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color .3s ease}.faq-question[data-v-95c8da2c]:hover,.faq-question.active[data-v-95c8da2c]{color:var(--accent-color)}.faq-icon[data-v-95c8da2c]{font-size:1.5rem;font-weight:700}.faq-answer[data-v-95c8da2c]{padding:0 0 1.5rem}.faq-answer p[data-v-95c8da2c]{color:var(--text-secondary);line-height:1.6}@media (max-width: 768px){.page-hero h1[data-v-95c8da2c]{font-size:2rem}.page-hero p[data-v-95c8da2c]{font-size:1rem}.contact-methods[data-v-95c8da2c]{grid-template-columns:1fr}.contact-method[data-v-95c8da2c]{flex-direction:column;text-align:center}.showroom-content[data-v-95c8da2c]{grid-template-columns:1fr}.showroom-actions[data-v-95c8da2c]{flex-direction:column}}.hero[data-v-5d38669a]{position:relative;min-height:80vh;display:flex;align-items:center;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4));color:#fff;overflow:hidden}.hero-image[data-v-5d38669a]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-bg[data-v-5d38669a]{width:100%;height:100%;object-fit:cover}.hero-content[data-v-5d38669a]{position:relative;z-index:1;width:100%}.hero-title[data-v-5d38669a]{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-subtitle[data-v-5d38669a]{color:var(--accent-color);font-weight:400}.hero-description[data-v-5d38669a]{font-size:1.2rem;margin-bottom:2rem;max-width:600px}.hero-actions[data-v-5d38669a]{display:flex;gap:1rem;flex-wrap:wrap}.our-story[data-v-5d38669a]{background-color:var(--secondary-color)}.story-content[data-v-5d38669a]{max-width:800px;margin:0 auto;text-align:center}.story-content p[data-v-5d38669a]{font-size:1.1rem;line-height:1.8;color:var(--text-secondary)}.services[data-v-5d38669a]{background:white}.service-card[data-v-5d38669a]{text-align:center;padding:2rem 1.5rem}.service-icon[data-v-5d38669a]{font-size:3rem;margin-bottom:1rem}.service-card h4[data-v-5d38669a]{color:var(--primary-color);margin-bottom:1rem}.why-choose-us[data-v-5d38669a]{background-color:var(--secondary-color)}.feature-item h3[data-v-5d38669a]{color:var(--primary-color);margin-bottom:1rem}.feature-item p[data-v-5d38669a]{color:var(--text-secondary);line-height:1.6}.featured-projects[data-v-5d38669a]{background:white}.project-card[data-v-5d38669a]{overflow:hidden;padding:0}.project-image[data-v-5d38669a]{height:200px;overflow:hidden}.project-image img[data-v-5d38669a]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img[data-v-5d38669a]{transform:scale(1.05)}.project-info[data-v-5d38669a]{padding:1.5rem}.project-info h4[data-v-5d38669a]{margin-bottom:.5rem;color:var(--primary-color)}.project-style[data-v-5d38669a]{color:var(--accent-color);font-weight:600;margin-bottom:.5rem}.project-location[data-v-5d38669a]{color:var(--text-secondary);margin-bottom:1rem}.btn-sm[data-v-5d38669a]{padding:8px 16px;font-size:.9rem}.cta-section[data-v-5d38669a]{background:linear-gradient(135deg,var(--primary-color),#333);color:#fff;text-align:center}.cta-content h2[data-v-5d38669a]{font-size:2.5rem;margin-bottom:1rem}.cta-content p[data-v-5d38669a]{font-size:1.2rem;margin-bottom:1rem}.cta-content h3[data-v-5d38669a]{color:var(--accent-color);margin-bottom:2rem}.cta-actions[data-v-5d38669a]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.hero-title[data-v-5d38669a]{font-size:2rem}.hero-description[data-v-5d38669a]{font-size:1rem}.hero-actions[data-v-5d38669a]{justify-content:center}.cta-content h2[data-v-5d38669a]{font-size:2rem}.cta-actions[data-v-5d38669a]{flex-direction:column;align-items:center}}.project-hero[data-v-43e3144f]{position:relative;height:60vh;overflow:hidden}.project-hero-image[data-v-43e3144f]{width:100%;height:100%}.project-hero-image img[data-v-43e3144f]{width:100%;height:100%;object-fit:cover}.project-hero-overlay[data-v-43e3144f]{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.8));color:#fff;padding:3rem 0 2rem}.project-hero-content h1[data-v-43e3144f]{font-size:3rem;margin-bottom:.5rem}.project-subtitle[data-v-43e3144f]{font-size:1.5rem;color:var(--accent-color);margin-bottom:1.5rem}.project-meta[data-v-43e3144f]{display:flex;flex-wrap:wrap;gap:2rem}.meta-item[data-v-43e3144f]{display:flex;flex-direction:column;gap:.25rem}.project-overview[data-v-43e3144f]{background:white}.overview-text h2[data-v-43e3144f]{color:var(--primary-color);margin-bottom:1.5rem}.overview-text p[data-v-43e3144f]{font-size:1.1rem;line-height:1.8;color:var(--text-secondary);margin-bottom:2rem}.project-features h3[data-v-43e3144f]{color:var(--primary-color);margin-bottom:1rem}.project-features ul[data-v-43e3144f]{list-style:none;padding:0}.project-features li[data-v-43e3144f]{border-bottom:1px solid var(--border-color);position:relative;padding:.5rem 0 .5rem 1.5rem}.project-features li[data-v-43e3144f]:before{content:"✓";color:var(--accent-color);font-weight:700;position:absolute;left:0}.overview-specs h3[data-v-43e3144f]{color:var(--primary-color);margin-bottom:1.5rem}.specs-grid[data-v-43e3144f]{display:grid;gap:1rem}.spec-item[data-v-43e3144f]{display:flex;justify-content:space-between;padding:1rem;background:var(--secondary-color);border-radius:8px}.spec-item strong[data-v-43e3144f]{color:var(--primary-color)}.project-gallery[data-v-43e3144f]{background:var(--secondary-color)}.gallery-grid[data-v-43e3144f]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.gallery-item[data-v-43e3144f]{position:relative;height:250px;overflow:hidden;border-radius:8px;cursor:pointer}.gallery-item img[data-v-43e3144f]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-overlay[data-v-43e3144f]{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay[data-v-43e3144f]{opacity:1}.gallery-item:hover img[data-v-43e3144f]{transform:scale(1.1)}.gallery-icon[data-v-43e3144f]{font-size:2rem;color:#fff}.related-projects[data-v-43e3144f]{background:white}.project-card[data-v-43e3144f]{overflow:hidden;padding:0}.project-image[data-v-43e3144f]{height:200px;overflow:hidden}.project-image img[data-v-43e3144f]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img[data-v-43e3144f]{transform:scale(1.05)}.project-info[data-v-43e3144f]{padding:1.5rem}.project-info h4[data-v-43e3144f]{margin-bottom:.5rem;color:var(--primary-color)}.project-style[data-v-43e3144f]{color:var(--accent-color);font-weight:600;margin-bottom:1rem}.btn-sm[data-v-43e3144f]{padding:8px 16px;font-size:.9rem}.cta-section[data-v-43e3144f]{background:linear-gradient(135deg,var(--primary-color),#333);color:#fff}.cta-content h2[data-v-43e3144f]{font-size:2.5rem;margin-bottom:1rem}.cta-content p[data-v-43e3144f]{font-size:1.2rem;margin-bottom:2rem}.cta-actions[data-v-43e3144f]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.lightbox[data-v-43e3144f]{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:2000}.lightbox-content[data-v-43e3144f]{position:relative;max-width:90%;max-height:90%}.lightbox-content img[data-v-43e3144f]{width:100%;height:auto;max-height:80vh;object-fit:contain}.lightbox-close[data-v-43e3144f]{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer}.lightbox-nav[data-v-43e3144f]{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;pointer-events:none}.nav-btn[data-v-43e3144f]{background:rgba(255,255,255,.2);border:none;color:#fff;font-size:2rem;padding:1rem;cursor:pointer;pointer-events:all;transition:background .3s ease}.nav-btn[data-v-43e3144f]:hover{background:rgba(255,255,255,.3)}.loading[data-v-43e3144f]{padding:4rem 0;text-align:center}@media (max-width: 768px){.project-hero-content h1[data-v-43e3144f]{font-size:2rem}.project-subtitle[data-v-43e3144f]{font-size:1.2rem}.project-meta[data-v-43e3144f]{flex-direction:column;gap:1rem}.overview-content[data-v-43e3144f],.gallery-grid[data-v-43e3144f]{grid-template-columns:1fr}.cta-content h2[data-v-43e3144f]{font-size:2rem}.cta-actions[data-v-43e3144f]{flex-direction:column;align-items:center}}.page-hero[data-v-ffe358df]{background:linear-gradient(135deg,rgba(26,26,26,.8),rgba(26,26,26,.6)),url(/assets/073026bj05e3vsyprejvue.jpg.thumb-6b9fcc58.jpg);background-size:cover;background-position:center;color:#fff;padding:100px 0;text-align:center}.page-hero h1[data-v-ffe358df]{font-size:3rem;margin-bottom:1rem}.page-hero p[data-v-ffe358df]{font-size:1.2rem;max-width:600px;margin:0 auto}.filter-section[data-v-ffe358df]{background:white;padding:2rem 0;border-bottom:1px solid var(--border-color)}.filter-tabs[data-v-ffe358df]{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.filter-btn[data-v-ffe358df]{padding:.75rem 1.5rem;border:2px solid var(--border-color);background:white;color:var(--text-primary);border-radius:25px;cursor:pointer;font-weight:500;transition:all .3s ease}.filter-btn[data-v-ffe358df]:hover,.filter-btn.active[data-v-ffe358df]{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.projects-section[data-v-ffe358df]{background:var(--secondary-color)}.project-card[data-v-ffe358df]{overflow:hidden;padding:0;position:relative}.project-image[data-v-ffe358df]{height:250px;overflow:hidden;position:relative}.project-image img[data-v-ffe358df]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-overlay[data-v-ffe358df]{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay[data-v-ffe358df]{opacity:1}.project-card:hover .project-image img[data-v-ffe358df]{transform:scale(1.1)}.project-info[data-v-ffe358df]{padding:1.5rem}.project-info h3[data-v-ffe358df]{margin-bottom:.5rem;color:var(--primary-color)}.project-style[data-v-ffe358df]{color:var(--accent-color);font-weight:600;margin-bottom:.5rem}.project-location[data-v-ffe358df]{color:var(--text-secondary);margin-bottom:1rem}.project-meta[data-v-ffe358df]{display:flex;justify-content:space-between;align-items:center}.project-category[data-v-ffe358df]{background:var(--accent-color);color:#fff;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:600}.project-size[data-v-ffe358df]{color:var(--text-light);font-size:.9rem;font-weight:600}.cta-section[data-v-ffe358df]{background:linear-gradient(135deg,var(--primary-color),#333);color:#fff}.cta-content h2[data-v-ffe358df]{font-size:2.5rem;margin-bottom:1rem}.cta-content p[data-v-ffe358df]{font-size:1.2rem;margin-bottom:2rem}.cta-actions[data-v-ffe358df]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.page-hero h1[data-v-ffe358df]{font-size:2rem}.page-hero p[data-v-ffe358df]{font-size:1rem}.filter-tabs[data-v-ffe358df]{justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem}.filter-btn[data-v-ffe358df]{white-space:nowrap}.projects-grid[data-v-ffe358df]{grid-template-columns:1fr}.cta-content h2[data-v-ffe358df]{font-size:2rem}.cta-actions[data-v-ffe358df]{flex-direction:column;align-items:center}}@media (max-width: 1024px) and (min-width: 769px){.projects-grid[data-v-ffe358df]{grid-template-columns:repeat(2,1fr)}}
