.footer[data-v-e58d41b2]{background-color:var(--primary-color);color:#fff;padding:3rem 0 1rem}.footer-content[data-v-e58d41b2]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3[data-v-e58d41b2],.footer-section h4[data-v-e58d41b2]{margin-bottom:1rem;color:var(--accent-color)}.footer-logo[data-v-e58d41b2]{display:flex;align-items:center;margin-bottom:1rem}.footer-logo-img[data-v-e58d41b2]{height:30px;width:auto;margin-right:10px;filter:brightness(0) invert(1)}.footer-description[data-v-e58d41b2]{margin-bottom:1.5rem;color:#ccc;line-height:1.6}.social-links[data-v-e58d41b2]{display:flex;gap:1rem}.social-link[data-v-e58d41b2]{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-e58d41b2]:hover{background-color:var(--accent-color);transform:translateY(-2px)}.footer-links[data-v-e58d41b2]{list-style:none}.footer-links li[data-v-e58d41b2]{margin-bottom:.5rem}.footer-links a[data-v-e58d41b2]{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-links a[data-v-e58d41b2]:hover{color:var(--accent-color)}.contact-info p[data-v-e58d41b2]{margin-bottom:.5rem;color:#ccc}.footer-bottom[data-v-e58d41b2]{border-top:1px solid rgba(255,255,255,.1);padding-top:1rem}.footer-bottom-content[data-v-e58d41b2]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom-links[data-v-e58d41b2]{display:flex;gap:1rem}.footer-bottom-links a[data-v-e58d41b2]{color:#ccc;text-decoration:none;font-size:.9rem}.footer-bottom-links a[data-v-e58d41b2]:hover{color:var(--accent-color)}@media (max-width: 768px){.footer-content[data-v-e58d41b2]{grid-template-columns:1fr;text-align:center}.footer-bottom-content[data-v-e58d41b2]{flex-direction:column;text-align:center}.social-links[data-v-e58d41b2]{justify-content:center}}.header[data-v-7f493d22]{background:white;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.navbar[data-v-7f493d22]{padding:1rem 0}.nav-content[data-v-7f493d22]{display:flex;justify-content:space-between;align-items:center}.logo-link[data-v-7f493d22]{display:flex;align-items:center;text-decoration:none;color:var(--primary-color)}.logo-img[data-v-7f493d22]{height:60px;width:auto}.nav-menu[data-v-7f493d22]{display:flex;list-style:none;align-items:center;gap:2rem}.nav-link[data-v-7f493d22]{text-decoration:none;color:var(--text-primary);font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease}.nav-link[data-v-7f493d22]:hover,.nav-link.router-link-active[data-v-7f493d22]{color:var(--accent-color);background-color:#d4af371a}.phone-link[data-v-7f493d22]{background-color:var(--primary-color);color:#fff!important;border-radius:25px}.phone-link[data-v-7f493d22]:hover{background-color:var(--accent-color);color:#fff!important}.mobile-menu-toggle[data-v-7f493d22]{display:none;flex-direction:column;cursor:pointer;padding:5px}.mobile-menu-toggle span[data-v-7f493d22]{width:25px;height:3px;background-color:var(--primary-color);margin:3px 0;transition:.3s}@media (max-width: 768px){.nav-menu[data-v-7f493d22]{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-7f493d22]{left:0}.nav-item[data-v-7f493d22]{margin:1rem 0}.mobile-menu-toggle[data-v-7f493d22]{display:flex}.mobile-menu-toggle.active span[data-v-7f493d22]:nth-child(2){opacity:0}.mobile-menu-toggle.active span[data-v-7f493d22]:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu-toggle.active span[data-v-7f493d22]: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(4,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-b292aab0]{background:linear-gradient(135deg,rgba(26,26,26,.8),rgba(26,26,26,.6)),url(https://honjie.oss-ap-southeast-1.aliyuncs.com/images/static/background-hero.jpg);background-size:cover;background-position:center;color:#fff;padding:100px 0;text-align:center}.page-hero h1[data-v-b292aab0]{font-size:3rem;margin-bottom:1rem}.page-hero p[data-v-b292aab0]{font-size:1.2rem;max-width:600px;margin:0 auto}.our-story[data-v-b292aab0]{background:white}.story-content[data-v-b292aab0]{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.story-text h2[data-v-b292aab0]{color:var(--primary-color);margin-bottom:.5rem}.story-text h3[data-v-b292aab0]{color:var(--accent-color);margin-bottom:1.5rem;font-size:1.2rem}.story-text p[data-v-b292aab0]{font-size:1.1rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1.5rem}.story-stats[data-v-b292aab0]{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:2rem;margin-top:2rem}.stat-item[data-v-b292aab0]{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;text-align:center}.stat-item h4[data-v-b292aab0]{font-size:2.5rem;color:var(--accent-color);margin-bottom:.5rem}.stat-item p[data-v-b292aab0]{color:var(--text-secondary);font-weight:600}.story-image[data-v-b292aab0]{display:flex;align-items:flex-start;justify-content:center}.story-image img[data-v-b292aab0]{width:100%;max-width:300px;max-height:400px;object-fit:cover;border-radius:8px;box-shadow:var(--shadow)}.mission-vision[data-v-b292aab0]{background:var(--secondary-color)}.mission[data-v-b292aab0],.vision[data-v-b292aab0]{text-align:center;padding:2rem}.mv-icon[data-v-b292aab0]{font-size:3rem;margin-bottom:1rem}.mission h3[data-v-b292aab0],.vision h3[data-v-b292aab0]{color:var(--primary-color);margin-bottom:1rem}.our-values[data-v-b292aab0]{background:var(--secondary-color);padding:4rem 0}.values-grid[data-v-b292aab0]{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:2rem!important}.value-card[data-v-b292aab0]{background:white;border-radius:8px;padding:2.5rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;transition:transform .3s ease,box-shadow .3s ease}.value-card[data-v-b292aab0]:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.value-icon[data-v-b292aab0]{font-size:3.5rem;margin-bottom:1.5rem;display:block}.value-card h3[data-v-b292aab0]{color:var(--primary-color);font-size:1.25rem;margin-bottom:1rem;font-weight:600}.value-card p[data-v-b292aab0]{color:var(--text-secondary);line-height:1.6;font-size:.95rem}.our-team[data-v-b292aab0]{background:var(--secondary-color)}.team-member[data-v-b292aab0]{text-align:center;padding:0;overflow:hidden}.member-image[data-v-b292aab0]{height:250px;overflow:hidden}.member-image img[data-v-b292aab0]{width:100%;height:100%;object-fit:cover}.member-info[data-v-b292aab0]{padding:1.5rem}.member-info h4[data-v-b292aab0]{color:var(--primary-color);margin-bottom:.5rem}.member-role[data-v-b292aab0]{color:var(--accent-color);font-weight:600;margin-bottom:1rem}.member-description[data-v-b292aab0]{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.member-specialties[data-v-b292aab0]{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.specialty-tag[data-v-b292aab0]{background:var(--accent-color);color:#fff;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:600}.our-process[data-v-b292aab0]{background:white}.process-timeline[data-v-b292aab0]{position:relative;max-width:800px;margin:0 auto}.process-timeline[data-v-b292aab0]:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:2px;background:var(--accent-color)}.process-step[data-v-b292aab0]{display:flex;margin-bottom:3rem;position:relative}.step-number[data-v-b292aab0]{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-b292aab0]{margin-left:2rem;flex:1}.step-content h4[data-v-b292aab0]{color:var(--primary-color);margin-bottom:.5rem}.step-content p[data-v-b292aab0]{color:var(--text-secondary);line-height:1.6}.why-choose-us[data-v-b292aab0]{background:var(--secondary-color)}.feature-item[data-v-b292aab0]{display:flex;align-items:flex-start;gap:1.5rem}.feature-icon[data-v-b292aab0]{font-size:3rem;flex-shrink:0}.feature-item h3[data-v-b292aab0]{color:var(--primary-color);margin-bottom:1rem}.feature-item p[data-v-b292aab0]{color:var(--text-secondary);line-height:1.6}.cta-section[data-v-b292aab0]{background:linear-gradient(135deg,var(--primary-color),#333);color:#fff}.cta-content h2[data-v-b292aab0]{font-size:2.5rem;margin-bottom:1rem}.cta-content p[data-v-b292aab0]{font-size:1.2rem;margin-bottom:2rem}.cta-actions[data-v-b292aab0]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.page-hero h1[data-v-b292aab0]{font-size:2rem}.page-hero p[data-v-b292aab0]{font-size:1rem}.stat-item h4[data-v-b292aab0]{font-size:2rem}.mv-content[data-v-b292aab0]{grid-template-columns:1fr}.values-grid[data-v-b292aab0]{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem}.team-grid[data-v-b292aab0]{grid-template-columns:1fr}.process-timeline[data-v-b292aab0]:before{left:15px}.step-number[data-v-b292aab0]{width:40px;height:40px;font-size:1.2rem}.step-content[data-v-b292aab0]{margin-left:1rem}.features-grid[data-v-b292aab0]{grid-template-columns:1fr}.feature-item[data-v-b292aab0]{flex-direction:column;text-align:center}.cta-content h2[data-v-b292aab0]{font-size:2rem}.cta-actions[data-v-b292aab0]{flex-direction:column;align-items:center}}@media (max-width: 480px){.values-grid[data-v-b292aab0]{grid-template-columns:1fr!important;gap:1rem}.value-card[data-v-b292aab0]{padding:2rem 1rem}.value-icon[data-v-b292aab0]{font-size:3rem}}.page-hero[data-v-68c8207b]{background:linear-gradient(135deg,rgba(26,26,26,.8),rgba(26,26,26,.6)),url(https://honli.oss-ap-southeast-1.aliyuncs.com/images/static/background-hero.jpg);background-size:cover;background-position:center;color:#fff;padding:100px 0;text-align:center}.page-hero h1[data-v-68c8207b]{font-size:3rem;margin-bottom:1rem}.page-hero p[data-v-68c8207b]{font-size:1.2rem;max-width:600px;margin:0 auto}.contact-main[data-v-68c8207b]{background:white}.contact-info-section[data-v-68c8207b]{max-width:800px;margin:0 auto;text-align:center}.contact-info-section h2[data-v-68c8207b]{color:var(--primary-color);margin-bottom:1rem}.contact-info-section>p[data-v-68c8207b]{color:var(--text-secondary);margin-bottom:3rem;line-height:1.6;font-size:1.1rem}.contact-methods[data-v-68c8207b]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.contact-method[data-v-68c8207b]{display:flex;align-items:flex-start;gap:1rem;padding:2rem;background:var(--secondary-color);border-radius:8px;text-align:left}.method-icon[data-v-68c8207b]{font-size:2.5rem;flex-shrink:0}.method-info h4[data-v-68c8207b]{color:var(--primary-color);margin-bottom:.5rem}.method-info a[data-v-68c8207b]{color:var(--accent-color);text-decoration:none;font-weight:600;font-size:1.1rem}.method-info a[data-v-68c8207b]:hover{text-decoration:underline}.method-note[data-v-68c8207b]{color:var(--text-secondary);font-size:.9rem;margin-top:.5rem}.business-hours[data-v-68c8207b]{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-68c8207b]{color:var(--primary-color);margin-bottom:1.5rem;text-align:center}.hours-item[data-v-68c8207b]{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border-color)}.hours-item[data-v-68c8207b]:last-child{border-bottom:none}.showroom-section[data-v-68c8207b]{background:var(--secondary-color)}.showroom-content[data-v-68c8207b]{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.showroom-map[data-v-68c8207b]{background:white;padding:1rem;border-radius:8px;box-shadow:var(--shadow)}.map-image[data-v-68c8207b]{width:100%;height:auto;border-radius:4px}.showroom-info h3[data-v-68c8207b]{color:var(--primary-color);margin-bottom:1.5rem}.detail-item[data-v-68c8207b]{margin-bottom:2rem}.detail-item strong[data-v-68c8207b]{color:var(--primary-color);display:block;margin-bottom:.5rem}.detail-item ul[data-v-68c8207b]{margin-top:.5rem;padding-left:1.5rem}.detail-item li[data-v-68c8207b]{margin-bottom:.25rem;color:var(--text-secondary)}.showroom-actions[data-v-68c8207b]{display:flex;gap:1rem;margin-top:2rem}.faq-section[data-v-68c8207b]{background:white}.faq-list[data-v-68c8207b]{max-width:800px;margin:0 auto}.faq-item[data-v-68c8207b]{border-bottom:1px solid var(--border-color)}.faq-question[data-v-68c8207b]{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-68c8207b]:hover,.faq-question.active[data-v-68c8207b]{color:var(--accent-color)}.faq-icon[data-v-68c8207b]{font-size:1.5rem;font-weight:700}.faq-answer[data-v-68c8207b]{padding:0 0 1.5rem}.faq-answer p[data-v-68c8207b]{color:var(--text-secondary);line-height:1.6}@media (max-width: 768px){.page-hero h1[data-v-68c8207b]{font-size:2rem}.page-hero p[data-v-68c8207b]{font-size:1rem}.contact-methods[data-v-68c8207b]{grid-template-columns:1fr}.contact-method[data-v-68c8207b]{flex-direction:column;text-align:center}.showroom-content[data-v-68c8207b]{grid-template-columns:1fr}.showroom-actions[data-v-68c8207b]{flex-direction:column}}.hero[data-v-fec9e9a8]{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-fec9e9a8]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-bg[data-v-fec9e9a8]{width:100%;height:100%;object-fit:cover}.hero-content[data-v-fec9e9a8]{position:relative;z-index:1;width:100%}.hero-title[data-v-fec9e9a8]{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-subtitle[data-v-fec9e9a8]{color:var(--accent-color);font-weight:400}.hero-description[data-v-fec9e9a8]{font-size:1.2rem;margin-bottom:2rem;max-width:600px}.hero-actions[data-v-fec9e9a8]{display:flex;gap:1rem;flex-wrap:wrap}.our-story[data-v-fec9e9a8]{background-color:var(--secondary-color)}.story-content[data-v-fec9e9a8]{max-width:800px;margin:0 auto;text-align:center}.story-content p[data-v-fec9e9a8]{font-size:1.1rem;line-height:1.8;color:var(--text-secondary)}.services[data-v-fec9e9a8]{background:white}.service-card[data-v-fec9e9a8]{text-align:center;padding:2rem 1.5rem}.service-icon[data-v-fec9e9a8]{font-size:3rem;margin-bottom:1rem}.service-card h4[data-v-fec9e9a8]{color:var(--primary-color);margin-bottom:1rem}.why-choose-us[data-v-fec9e9a8]{background-color:var(--secondary-color)}.feature-item[data-v-fec9e9a8]{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;background:white;border-radius:8px}.feature-icon[data-v-fec9e9a8]{font-size:3rem;margin-bottom:1rem;display:block}.feature-item h3[data-v-fec9e9a8]{color:var(--primary-color);margin-bottom:1rem}.feature-item p[data-v-fec9e9a8]{color:var(--text-secondary);line-height:1.6}.featured-projects[data-v-fec9e9a8]{background:white}.project-card[data-v-fec9e9a8]{overflow:hidden;padding:0}.project-image[data-v-fec9e9a8]{height:200px;overflow:hidden}.project-image img[data-v-fec9e9a8]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img[data-v-fec9e9a8]{transform:scale(1.05)}.project-info[data-v-fec9e9a8]{padding:1.5rem}.project-info h4[data-v-fec9e9a8]{margin-bottom:.5rem;color:var(--primary-color)}.project-style[data-v-fec9e9a8]{color:var(--accent-color);font-weight:600;margin-bottom:.5rem}.project-location[data-v-fec9e9a8]{color:var(--text-secondary);margin-bottom:1rem}.btn-sm[data-v-fec9e9a8]{padding:8px 16px;font-size:.9rem}.cta-section[data-v-fec9e9a8]{background:linear-gradient(135deg,var(--primary-color),#333);color:#fff;text-align:center}.cta-content h2[data-v-fec9e9a8]{font-size:2.5rem;margin-bottom:1rem}.cta-content p[data-v-fec9e9a8]{font-size:1.2rem;margin-bottom:1rem}.cta-content h3[data-v-fec9e9a8]{color:var(--accent-color);margin-bottom:2rem}.cta-actions[data-v-fec9e9a8]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.hero-title[data-v-fec9e9a8]{font-size:2rem}.hero-description[data-v-fec9e9a8]{font-size:1rem}.hero-actions[data-v-fec9e9a8]{justify-content:center}.cta-content h2[data-v-fec9e9a8]{font-size:2rem}.cta-actions[data-v-fec9e9a8]{flex-direction:column;align-items:center}}.project-hero[data-v-539cf74a]{position:relative;height:60vh;overflow:hidden}.project-hero-image[data-v-539cf74a]{width:100%;height:100%}.project-hero-image img[data-v-539cf74a]{width:100%;height:100%;object-fit:cover}.project-hero-overlay[data-v-539cf74a]{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-539cf74a]{font-size:3rem;margin-bottom:.5rem}.project-subtitle[data-v-539cf74a]{font-size:1.5rem;color:var(--accent-color);margin-bottom:1.5rem}.project-meta[data-v-539cf74a]{display:flex;flex-wrap:wrap;gap:2rem}.meta-item[data-v-539cf74a]{display:flex;flex-direction:column;gap:.25rem}.project-overview[data-v-539cf74a]{background:white}.overview-text h2[data-v-539cf74a]{color:var(--primary-color);margin-bottom:1.5rem}.overview-text p[data-v-539cf74a]{font-size:1.1rem;line-height:1.8;color:var(--text-secondary);margin-bottom:2rem}.project-features h3[data-v-539cf74a]{color:var(--primary-color);margin-bottom:1rem}.project-features ul[data-v-539cf74a]{list-style:none;padding:0}.project-features li[data-v-539cf74a]{border-bottom:1px solid var(--border-color);position:relative;padding:.5rem 0 .5rem 1.5rem}.project-features li[data-v-539cf74a]:before{content:"✓";color:var(--accent-color);font-weight:700;position:absolute;left:0}.overview-specs h3[data-v-539cf74a]{color:var(--primary-color);margin-bottom:1.5rem}.specs-grid[data-v-539cf74a]{display:grid;gap:1rem}.spec-item[data-v-539cf74a]{display:flex;justify-content:space-between;padding:1rem;background:var(--secondary-color);border-radius:8px}.spec-item strong[data-v-539cf74a]{color:var(--primary-color)}.project-gallery[data-v-539cf74a]{background:var(--secondary-color)}.gallery-grid[data-v-539cf74a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.gallery-item[data-v-539cf74a]{position:relative;height:250px;overflow:hidden;border-radius:8px;cursor:pointer}.gallery-item img[data-v-539cf74a]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-overlay[data-v-539cf74a]{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-539cf74a]{opacity:1}.gallery-item:hover img[data-v-539cf74a]{transform:scale(1.1)}.gallery-icon[data-v-539cf74a]{font-size:2rem;color:#fff}.related-projects[data-v-539cf74a]{background:white}.project-card[data-v-539cf74a]{overflow:hidden;padding:0}.project-image[data-v-539cf74a]{height:200px;overflow:hidden}.project-image img[data-v-539cf74a]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img[data-v-539cf74a]{transform:scale(1.05)}.project-info[data-v-539cf74a]{padding:1.5rem}.project-info h4[data-v-539cf74a]{margin-bottom:.5rem;color:var(--primary-color)}.project-style[data-v-539cf74a]{color:var(--accent-color);font-weight:600;margin-bottom:1rem}.btn-sm[data-v-539cf74a]{padding:8px 16px;font-size:.9rem}.cta-section[data-v-539cf74a]{background:linear-gradient(135deg,var(--primary-color),#333);color:#fff}.cta-content h2[data-v-539cf74a]{font-size:2.5rem;margin-bottom:1rem}.cta-content p[data-v-539cf74a]{font-size:1.2rem;margin-bottom:2rem}.cta-actions[data-v-539cf74a]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.lightbox[data-v-539cf74a]{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-539cf74a]{position:relative;max-width:90%;max-height:90%}.lightbox-content img[data-v-539cf74a]{width:100%;height:auto;max-height:80vh;object-fit:contain}.lightbox-close[data-v-539cf74a]{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer}.lightbox-nav[data-v-539cf74a]{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;pointer-events:none}.nav-btn[data-v-539cf74a]{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-539cf74a]:hover{background:rgba(255,255,255,.3)}.loading[data-v-539cf74a],.error[data-v-539cf74a]{padding:4rem 0;text-align:center}@media (max-width: 768px){.project-hero-content h1[data-v-539cf74a]{font-size:2rem}.project-subtitle[data-v-539cf74a]{font-size:1.2rem}.project-meta[data-v-539cf74a]{flex-direction:column;gap:1rem}.overview-content[data-v-539cf74a],.gallery-grid[data-v-539cf74a]{grid-template-columns:1fr}.cta-content h2[data-v-539cf74a]{font-size:2rem}.cta-actions[data-v-539cf74a]{flex-direction:column;align-items:center}}.page-hero[data-v-66ce0374]{background:linear-gradient(135deg,rgba(26,26,26,.8),rgba(26,26,26,.6)),url(https://honli.oss-ap-southeast-1.aliyuncs.com/images/static/background-hero.jpg);background-size:cover;background-position:center;color:#fff;padding:100px 0;text-align:center}.page-hero h1[data-v-66ce0374]{font-size:3rem;margin-bottom:1rem}.page-hero p[data-v-66ce0374]{font-size:1.2rem;max-width:600px;margin:0 auto}.filter-section[data-v-66ce0374]{background:white;padding:2rem 0;border-bottom:1px solid var(--border-color)}.filter-tabs[data-v-66ce0374]{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.filter-btn[data-v-66ce0374]{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-66ce0374]:hover,.filter-btn.active[data-v-66ce0374]{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.projects-section[data-v-66ce0374]{background:var(--secondary-color)}.project-card[data-v-66ce0374]{overflow:hidden;padding:0;position:relative}.project-image[data-v-66ce0374]{height:250px;overflow:hidden;position:relative}.project-image img[data-v-66ce0374]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-overlay[data-v-66ce0374]{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-66ce0374]{opacity:1}.project-card:hover .project-image img[data-v-66ce0374]{transform:scale(1.1)}.project-info[data-v-66ce0374]{padding:1.5rem}.project-info h3[data-v-66ce0374]{margin-bottom:.5rem;color:var(--primary-color)}.project-style[data-v-66ce0374]{color:var(--accent-color);font-weight:600;margin-bottom:.5rem}.project-location[data-v-66ce0374]{color:var(--text-secondary);margin-bottom:1rem}.project-meta[data-v-66ce0374]{display:flex;justify-content:space-between;align-items:center}.project-category[data-v-66ce0374]{background:var(--accent-color);color:#fff;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:600}.project-size[data-v-66ce0374]{color:var(--text-light);font-size:.9rem;font-weight:600}.cta-section[data-v-66ce0374]{background:linear-gradient(135deg,var(--primary-color),#333);color:#fff}.cta-content h2[data-v-66ce0374]{font-size:2.5rem;margin-bottom:1rem}.cta-content p[data-v-66ce0374]{font-size:1.2rem;margin-bottom:2rem}.cta-actions[data-v-66ce0374]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.loading[data-v-66ce0374],.error[data-v-66ce0374]{padding:4rem 0;font-size:1.2rem}@media (max-width: 768px){.page-hero h1[data-v-66ce0374]{font-size:2rem}.page-hero p[data-v-66ce0374]{font-size:1rem}.filter-tabs[data-v-66ce0374]{justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem}.filter-btn[data-v-66ce0374]{white-space:nowrap}.projects-grid[data-v-66ce0374]{grid-template-columns:1fr}.cta-content h2[data-v-66ce0374]{font-size:2rem}.cta-actions[data-v-66ce0374]{flex-direction:column;align-items:center}}@media (max-width: 1024px) and (min-width: 769px){.projects-grid[data-v-66ce0374]{grid-template-columns:repeat(2,1fr)}}
