.navbar{background-color:#2c3e50;color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.logo-icon{width:45px;height:45px;flex-shrink:0}.logo-image{width:140px;height:auto;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(0,0,0,.25))}.navbar-logo h1{font-size:1.8rem;font-weight:600;letter-spacing:1px;margin:0}.navbar-menu{display:flex;list-style:none;gap:2rem}.navbar-menu li a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.navbar-menu li a:hover,.navbar-menu li a.active{color:#3498db}@media (max-width: 768px){.navbar-container{flex-direction:column;gap:1rem}.navbar-menu{gap:1rem;flex-wrap:wrap;justify-content:center}.logo-image{width:120px}.navbar-logo h1{font-size:1.5rem}}.footer{background-color:#2c3e50;color:#fff;padding:3rem 2rem 1rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:#3498db}.footer-section h4{font-size:1.2rem;margin-bottom:1rem;color:#3498db}.footer-section p{line-height:1.8;color:#ecf0f1;margin-bottom:.5rem}.contact-info p{margin-bottom:1.5rem}.contact-info strong{color:#3498db;display:block;margin-bottom:.5rem}.business-hours p{margin-bottom:.75rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ecf0f1;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#3498db}.footer-bottom{border-top:1px solid #34495e;padding-top:1.5rem;text-align:center;color:#95a5a6}@media (max-width: 768px){.footer-container{grid-template-columns:1fr;gap:2rem}}.image-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.gallery-item{border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.image-wrapper{position:relative;width:100%;padding-top:75%;overflow:hidden}.image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:#fff;padding:1.5rem;transform:translateY(100%);transition:transform .3s ease}.gallery-item:hover .image-overlay{transform:translateY(0)}.image-overlay h3{font-size:1.3rem;font-weight:600}@media (max-width: 768px){.image-gallery{grid-template-columns:1fr}}.tabs-container{margin-top:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.tabs-header{display:flex;background-color:#f8f9fa;border-bottom:2px solid #e9ecef}.tab-button{flex:1;padding:1rem 1.5rem;background:none;border:none;cursor:pointer;font-size:1rem;font-weight:500;color:#6c757d;transition:all .3s ease;border-bottom:3px solid transparent}.tab-button:hover{background-color:#e9ecef;color:#2c3e50}.tab-button.active{color:#667eea;background-color:#fff;border-bottom-color:#667eea}.tabs-content{padding:2rem}.tab-panel h3{font-size:1.8rem;margin-bottom:1rem;color:#2c3e50}.tab-panel p{font-size:1.1rem;line-height:1.8;color:#6c757d;margin-bottom:1.5rem}.features-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.features-list li{padding:.75rem;background-color:#f8f9fa;border-left:4px solid #667eea;border-radius:4px;color:#2c3e50}@media (max-width: 768px){.tabs-header{flex-direction:column}.tab-button{border-bottom:1px solid #e9ecef;border-right:none}.tab-button.active{border-bottom-color:#e9ecef;border-left:3px solid #667eea}.features-list{grid-template-columns:1fr}}.accordion-container{margin-top:2rem;max-width:800px;margin-left:auto;margin-right:auto}.accordion-item{margin-bottom:1rem;border:1px solid #e9ecef;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000000d;transition:box-shadow .3s ease}.accordion-item:hover{box-shadow:0 4px 8px #0000001a}.accordion-header{width:100%;padding:1.25rem 1.5rem;background-color:#fff;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;color:#2c3e50;transition:background-color .3s ease}.accordion-header:hover{background-color:#f8f9fa}.accordion-header.active{background-color:#667eea;color:#fff}.accordion-icon{font-size:1.5rem;font-weight:300;transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.accordion-content{padding:1.5rem;background-color:#f8f9fa;border-top:1px solid #e9ecef;animation:slideDown .3s ease}.accordion-content p{line-height:1.8;color:#495057;font-size:1rem}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}@media (max-width: 768px){.accordion-header{font-size:1rem;padding:1rem}.accordion-content{padding:1rem}}.main-content{flex:1}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 2rem;text-align:center}.hero-content h2{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-content p{font-size:1.3rem;opacity:.9}.content-section{padding:4rem 2rem}.content-section:nth-child(2n){background-color:#f8f9fa}.container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;margin-bottom:2rem;text-align:center;color:#2c3e50}@media (max-width: 768px){.hero-content h2{font-size:2rem}.hero-content p{font-size:1rem}.section-title{font-size:2rem}}.about-section{background:#fff}.about-intro{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-top:2rem}.intro-content{display:flex;flex-direction:column;gap:1.5rem}.established-badge{display:inline-flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem 2rem;border-radius:12px;width:fit-content;box-shadow:0 4px 12px #667eea4d}.badge-year{font-size:2.5rem;font-weight:700;line-height:1}.badge-text{font-size:.9rem;opacity:.9;margin-top:.5rem}.intro-text{font-size:1.1rem;line-height:1.8;color:#4a5568}.intro-text strong{color:#2c3e50;font-weight:600}.intro-image{border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001a}.intro-image img{width:100%;height:100%;object-fit:cover;display:block}.vision-mission-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.vision-mission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.vision-card,.mission-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 8px 24px #00000014;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid}.vision-card{border-top-color:#667eea}.mission-card{border-top-color:#764ba2}.vision-card:hover,.mission-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #0000001f}.card-icon{font-size:3rem;margin-bottom:1rem}.vision-card h3,.mission-card h3{font-size:1.75rem;margin-bottom:1rem;color:#2c3e50}.vision-card p,.mission-card p{font-size:1.05rem;line-height:1.8;color:#4a5568;font-style:italic}.why-choose-section{background:#fff}.why-choose-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.why-choose-card{background:linear-gradient(135deg,#fff,#f8f9fa);padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e9ecef}.why-choose-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #0000001f}.why-choose-icon{font-size:3rem;margin-bottom:1rem;display:block}.why-choose-card h4{font-size:1.25rem;margin-bottom:.75rem;color:#2c3e50;font-weight:600}.why-choose-card p{font-size:.95rem;color:#6b7280;line-height:1.6;margin:0}.capacity-section{background:#f8f9fa}.capacity-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.capacity-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014}.capacity-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem}.capacity-header h3{margin:0;font-size:1.35rem;font-weight:600}.capacity-content{padding:1.5rem}.capacity-item{display:flex;flex-direction:column;gap:.5rem;padding:1rem 0;border-bottom:1px solid #e9ecef}.capacity-item:last-child{border-bottom:none}.capacity-label{font-weight:600;color:#2c3e50;font-size:.95rem}.capacity-value{color:#4a5568;font-size:1rem;line-height:1.6}.fabrics-list{padding:1.5rem;display:flex;flex-wrap:wrap;gap:.75rem}.fabric-tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;box-shadow:0 2px 8px #667eea33}.strengths-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.strength-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}.strength-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.strength-card img{width:100%;height:250px;object-fit:cover;display:block}.strength-content{padding:1.5rem}.strength-content h3{font-size:1.5rem;margin-bottom:1rem;color:#2c3e50}.strength-list{list-style:none;padding:0;margin:0}.strength-list li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:#4a5568;line-height:1.6;border-bottom:1px solid #f1f3f5}.strength-list li:last-child{border-bottom:none}.strength-list li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700;font-size:1.1rem}@media (max-width: 768px){.about-intro,.vision-mission-grid,.why-choose-grid,.capacity-grid,.strengths-grid{grid-template-columns:1fr}.established-badge{margin:0 auto}.intro-content{text-align:center}}.products-section{background:#fff}.products-intro{text-align:center;margin-bottom:3rem}.products-description{font-size:1.1rem;color:#6b7280;max-width:800px;margin:1rem auto 0;line-height:1.8}.category-tabs{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:2px solid #e9ecef}.category-tab{padding:.75rem 1.5rem;background:#f8f9fa;border:2px solid transparent;border-radius:8px;font-size:1rem;font-weight:500;color:#4a5568;cursor:pointer;transition:all .3s ease;white-space:nowrap}.category-tab:hover{background:#e9ecef;color:#2c3e50;transform:translateY(-2px)}.category-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;box-shadow:0 4px 12px #667eea4d}.category-content{display:none;animation:fadeIn .5s ease}.category-content.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:10000;cursor:pointer;animation:fadeIn .3s ease}.lightbox-content{position:relative;max-width:90%;max-height:90%;cursor:default}.lightbox-content img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #00000080}.lightbox-close{position:absolute;top:-40px;right:0;background:#fff3;border:none;color:#fff;font-size:2.5rem;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;line-height:1}.lightbox-close:hover{background:#ffffff4d;transform:rotate(90deg)}@media (max-width: 768px){.category-tabs{gap:.5rem}.category-tab{padding:.6rem 1rem;font-size:.9rem}.lightbox-content{max-width:95%}.lightbox-close{top:-50px;font-size:2rem;width:40px;height:40px}}.product-category{margin-top:2rem}.category-header{text-align:center;margin-bottom:2.5rem}.category-header h3{font-size:2rem;color:#2c3e50;margin-bottom:.5rem}.category-description{font-size:1.05rem;color:#6b7280;margin-bottom:.75rem}.product-count{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.featured-layout .product-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.featured-layout .product-item.featured{grid-column:span 2}.featured-layout .product-item.featured .product-image-wrapper{padding-top:75%}.grid-layout .product-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.masonry-layout .product-gallery{columns:4;column-gap:1.5rem}.masonry-layout .product-item{break-inside:avoid;margin-bottom:1.5rem}.product-item{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;background:#f8f9fa;transition:transform .3s ease,box-shadow .3s ease}.product-item:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.product-image-wrapper{position:relative;width:100%;overflow:hidden;background:#f1f3f5;display:flex;align-items:center;justify-content:center}.product-image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.product-image-wrapper img{z-index:1;position:relative}.product-image-wrapper img.loaded{opacity:1}.product-item:hover .product-image-wrapper img{transform:scale(1.1)}.product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#667eeae6;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:#fff}.product-item:hover .product-overlay{opacity:1}.view-icon{font-size:2.5rem;margin-bottom:.5rem}.view-text{font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.category-loading{text-align:center;padding:4rem 2rem}.loading-spinner{width:50px;height:50px;border:4px solid #f3f4f6;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.category-empty{text-align:center;padding:4rem 2rem;color:#6b7280}@media (max-width: 1024px){.masonry-layout .product-gallery{columns:3}.featured-layout .product-item.featured{grid-column:span 1}}@media (max-width: 768px){.featured-layout .product-gallery,.grid-layout .product-gallery{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.masonry-layout .product-gallery{columns:2;column-gap:1rem}.category-header h3{font-size:1.5rem}}@media (max-width: 480px){.featured-layout .product-gallery,.grid-layout .product-gallery{grid-template-columns:1fr}.masonry-layout .product-gallery{columns:1}}.contact-section{background:#f8f9fb;padding:4rem 2rem;min-height:calc(100vh - 200px)}.contact-container{display:flex;flex-direction:column;gap:2rem}.contact-header{text-align:center;max-width:780px;margin:0 auto;color:#4a5568;font-size:1.05rem}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.contact-card{background:#fff;border-radius:12px;padding:1.75rem;box-shadow:0 12px 32px #11182714;border:1px solid #e9ecef}.contact-card h3{margin-bottom:.75rem;color:#2c3e50;font-size:1.25rem}.owner-card .owner-name{font-weight:700;font-size:1.1rem;margin-bottom:.25rem;color:#111827}.contact-card a{color:#346beb;text-decoration:none;font-weight:600}.contact-card a:hover{text-decoration:underline}.card-hint{margin-top:.5rem;color:#6b7280;font-size:.95rem}.address-list{display:flex;flex-direction:column;gap:1rem}.address-item h4{margin-bottom:.35rem;color:#1f2937}.address-item p{margin:0;color:#4b5563;line-height:1.6}.map-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.map-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 12px 32px #11182714;border:1px solid #e9ecef;display:flex;flex-direction:column}.map-header{padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.map-header h4{margin:0 0 .35rem;color:#1f2937}.map-header p{margin:0;color:#6b7280;font-size:.95rem}.map-embed{position:relative;width:100%;padding-top:60%}.map-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.map-address{padding:1rem 1.25rem 1.25rem;margin:0;color:#4b5563;line-height:1.6;border-top:1px solid #e5e7eb}@media (max-width: 640px){.map-embed{padding-top:75%}}.App{min-height:100vh;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
