.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.navbar{background-color:#fffcf8;box-shadow:0 1px 8px #0000000f;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo{font-size:1.5rem;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:.5rem}.nav-logo-img{height:40px;width:auto}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center;margin-bottom:0}.nav-link{text-decoration:none;color:#3d3d3d;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#0684c7}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:110}.hamburger-line{display:block;width:24px;height:2.5px;background-color:#0a3766;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.hamburger.open .hamburger-line:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.hamburger.open .hamburger-line:nth-child(2){opacity:0}.hamburger.open .hamburger-line:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.footer{background-color:#0a3766;color:#fff;padding:3rem 0 1rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#0684c7}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ddd;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#0684c7}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;text-align:center;color:#9ca3af}.hero{position:relative;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-collage{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(4,1fr)}.hero-img{background-size:cover;background-position:center;width:100%;height:100%}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(10,55,102,.68)}.hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto;padding:4rem 20px;text-align:center}.hero h1{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.25rem;line-height:1.2}.hero p{font-size:1.2rem;color:#ffffffe6;margin-bottom:2.5rem;font-weight:300}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.trust-bar{background-color:#f5f0e8;padding:2rem 0}.trust-items{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.trust-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;min-width:120px;text-align:center}.trust-item svg{width:32px;height:32px;color:#0684c7}.trust-item span{font-size:.85rem;font-weight:500;color:#4a4a4a}.who-we-serve{padding:5rem 0;background-color:#fffcf8}.who-we-serve h2{text-align:center;font-size:2.25rem;margin-bottom:3rem;color:#0a3766}.serve-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.serve-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.serve-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.serve-card-image{height:180px;overflow:hidden}.serve-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.serve-card:hover .serve-card-image img{transform:scale(1.05)}.serve-card-content{padding:1.25rem}.serve-card-content h3{font-size:1.1rem;font-weight:600;color:#0a3766;margin-bottom:.5rem}.serve-card-content p{font-size:.875rem;color:#666;line-height:1.5;margin-bottom:0}.featured-products{padding:5rem 0;background-color:#f9f6f1}.featured-products h2{text-align:center;font-size:2.25rem;margin-bottom:3rem;color:#0a3766}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.featured-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;display:block}.featured-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.featured-card-image{height:240px;overflow:hidden}.featured-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.featured-card:hover .featured-card-image img{transform:scale(1.05)}.featured-card-content{padding:1.25rem;text-align:center}.featured-card-content h3{font-size:1.15rem;font-weight:600;color:#0a3766;margin-bottom:.75rem}.featured-cta{display:inline-block;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;color:#0684c7;border:2px solid #0684C7;border-radius:6px;transition:all .3s ease}.featured-card:hover .featured-cta{background-color:#0684c7;color:#fff}.brand-story{padding:5rem 0;background-color:#fffcf8}.brand-story-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.brand-story-logo{margin-bottom:1.5rem;text-align:center}.brand-story-logo img{max-width:100%;width:360px;height:auto}.brand-story-text h2{font-size:2rem;color:#0a3766;margin-bottom:1.25rem;line-height:1.3}.brand-story-text p{font-size:1.05rem;color:#555;line-height:1.7;margin-bottom:2rem}.brand-features{list-style:none;padding:0;margin:0}.brand-features li{display:flex;align-items:center;gap:.75rem;padding:.625rem 0;font-size:1rem;font-weight:500;color:#3d3d3d}.brand-features li svg{width:22px;height:22px;color:#0684c7;flex-shrink:0}.brand-story-images{display:grid;grid-template-columns:1fr;gap:1rem}.brand-story-images img{width:100%;border-radius:12px;object-fit:cover;box-shadow:0 4px 16px #00000014}.gallery{padding:5rem 0;background-color:#f9f6f1}.gallery h2{text-align:center;font-size:2.25rem;margin-bottom:3rem;color:#0a3766}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.gallery-item{border-radius:12px;overflow:hidden;aspect-ratio:1;box-shadow:0 2px 12px #0000000f}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.05)}.testimonials{padding:5rem 0;background-color:#fffcf8}.testimonials h2{text-align:center;font-size:2.25rem;margin-bottom:3rem;color:#0a3766}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 12px #0000000f;transition:box-shadow .3s ease}.testimonial-card:hover{box-shadow:0 4px 20px #0000001a}.testimonial-stars{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-stars svg{width:20px;height:20px;color:#e8a838}.testimonial-quote{font-size:.95rem;color:#555;line-height:1.7;font-style:italic;margin-bottom:1.5rem}.testimonial-author{display:flex;flex-direction:column}.testimonial-author strong{font-size:.95rem;color:#0a3766}.testimonial-author span{font-size:.85rem;color:#888}.final-cta{padding:5rem 0;background-color:#0a3766;text-align:center}.final-cta h2{font-size:2.5rem;color:#fff;margin-bottom:2rem}.final-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.final-cta .btn-primary{background-color:#0684c7;color:#fff;border-color:#0684c7}.final-cta .btn-primary:hover{background-color:#056ba0;border-color:#056ba0}.final-cta .btn-outline{color:#fff;border-color:#fff}.final-cta .btn-outline:hover{background-color:#fff;color:#0a3766}.final-cta-subtext{font-size:.95rem;color:#fff9;margin-bottom:0}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-card{background-color:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.product-image img{width:100%;height:200px;object-fit:cover}.product-info{padding:1.5rem}.product-info h3{color:#0a3766;margin-bottom:1rem}.product-btn{background-color:#0684c7;color:#fff;padding:.75rem 1.5rem;border-radius:8px;margin-top:1rem;width:100%;font-family:Poppins,sans-serif;font-weight:600}.product-btn:hover{background-color:#056ba0}.products{padding:2rem 0 4rem}.products-header{text-align:center;margin-bottom:3rem}.products-header h1{font-size:2.5rem;color:#0a3766;margin-bottom:1rem}.products-header p{font-size:1.1rem;color:#666}.products-page{min-height:100vh;background-color:#f9fafb}.products-header-bar{background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:70px;z-index:50}.products-header-container{max-width:1440px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.products-header-left{display:flex;flex-direction:column;gap:.25rem}.products-breadcrumb{display:flex;align-items:center;gap:.375rem;font-size:.8rem;color:#9ca3af;font-weight:400}.products-breadcrumb svg{width:14px;height:14px;color:#d1d5db}.products-breadcrumb .current{color:#0684c7;font-weight:500}.products-page-title{font-size:1.5rem;font-weight:600;color:#111827;margin:0;letter-spacing:-.02em}.products-layout{display:flex;max-width:1440px;margin:0 auto;padding:1.5rem;gap:1.5rem;min-height:calc(100vh - 140px)}.subcategory-filter{display:none;background:#fff;padding:1rem 1.25rem;margin-bottom:1.25rem;box-shadow:0 1px 2px #0000000a;border:1px solid #f0f0f0}.subcategory-filter-scroll{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:2px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.subcategory-filter-scroll::-webkit-scrollbar{display:none}.subcategory-chip{flex-shrink:0;padding:.5rem 1rem;background:#f3f4f6;border:1px solid transparent;border-radius:8px;font-size:.85rem;font-weight:500;color:#4b5563;cursor:pointer;transition:all .15s ease;font-family:Poppins,sans-serif;white-space:nowrap}.subcategory-chip:hover{background:#e5e7eb;color:#374151}.subcategory-chip.active{background:#0684C7;color:#fff;border-color:#0684c7}.products-empty-state{background:#fff;border-radius:12px;padding:4rem 2rem;text-align:center;border:1px dashed #e5e7eb}.products-empty-state p{color:#9ca3af;font-size:.95rem;margin:0}.products-breadcrumb .clickable{cursor:pointer;transition:color .15s ease}.products-breadcrumb .clickable:hover{color:#0684c7}.products-landing{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem}.products-landing-intro{text-align:center;margin-bottom:2.5rem}.products-landing-intro p{font-size:1.1rem;color:#6b7280;margin:0}.products-category-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.category-gallery-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a;cursor:pointer;transition:all .25s ease;border:2px solid transparent}.category-gallery-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px #0000001a;border-color:#0684c7}.category-gallery-image{height:200px;background:#f9fafb;display:flex;align-items:center;justify-content:center;overflow:hidden}.category-gallery-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-gallery-card:hover .category-gallery-image img{transform:scale(1.05)}.category-gallery-image .no-image{color:#9ca3af;font-size:.9rem}.category-gallery-info{padding:1.25rem 1.5rem;border-top:1px solid #f0f0f0}.category-gallery-info h3{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0 0 .375rem}.category-gallery-count{font-size:.85rem;color:#9ca3af;font-weight:400}.products-main{flex:1;padding:0;background-color:transparent;border-radius:0;box-shadow:none}.products-content{max-width:100%}.sidebar{width:280px;flex-shrink:0;background-color:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;padding:0;height:fit-content;position:sticky;top:90px;overflow:hidden}.sidebar-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #f0f0f0}.sidebar-title{font-size:.75rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.08em;margin:0;padding:0;border:none}.sidebar-toggle{display:none;width:100%;padding:1rem 1.25rem;background:#fff;border:none;border-radius:12px;box-shadow:0 1px 3px #0000000f,0 2px 8px #0000000a;cursor:pointer;align-items:center;gap:.75rem;font-size:.95rem;font-weight:600;color:#374151;font-family:Poppins,sans-serif;transition:box-shadow .2s ease}.sidebar-toggle:hover{box-shadow:0 2px 6px #00000014,0 4px 12px #0000000f}.sidebar-toggle-icon{width:20px;height:20px;color:#6b7280}.sidebar-toggle-chevron{width:18px;height:18px;margin-left:auto;color:#9ca3af;transition:transform .3s ease}.sidebar-toggle-chevron.open{transform:rotate(180deg)}.category-list{display:flex;flex-direction:column;padding:.5rem 0}.category-item{margin:0}.category-button{width:100%;padding:.875rem 1.5rem;background:transparent;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:.9rem;font-weight:500;color:#4b5563;transition:all .15s ease;font-family:Poppins,sans-serif;text-align:left}.category-button:hover{background-color:#f9fafb;color:#374151}.category-button.active{background-color:#0684c714;color:#056ba0}.category-button .category-name{font-weight:600;letter-spacing:-.01em}.expand-icon{width:18px;height:18px;color:#9ca3af;transition:transform .25s ease,color .15s ease;flex-shrink:0}.category-button:hover .expand-icon{color:#6b7280}.category-button.active .expand-icon{color:#0684c7}.expand-icon.expanded{transform:rotate(180deg)}.subcategory-list{max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .2s ease;opacity:0;padding-left:0;margin:0;display:flex;flex-direction:column;background-color:#fafbfc}.subcategory-list.visible{max-height:500px;opacity:1;padding:.25rem 0 .5rem}.subcategory-button{width:100%;padding:.625rem 1.5rem .625rem 1.75rem;background:transparent;border:none;text-align:left;cursor:pointer;font-size:.85rem;font-weight:400;color:#6b7280;transition:all .15s ease;font-family:Poppins,sans-serif;display:flex;align-items:center;gap:.75rem;position:relative}.subcategory-indicator{width:6px;height:6px;border-radius:50%;background-color:#d1d5db;transition:all .15s ease;flex-shrink:0}.subcategory-button:hover{color:#374151;background-color:#00000005}.subcategory-button:hover .subcategory-indicator{background-color:#9ca3af}.subcategory-button.active{color:#056ba0;font-weight:600;background-color:#0684c70f}.subcategory-button.active .subcategory-indicator{background-color:#0684c7;box-shadow:0 0 0 3px #0684c726}.subcategory-name{line-height:1.4}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem;margin-bottom:2.5rem}.category-card{background-color:#fff;border-radius:14px;box-shadow:0 1px 2px #0000000a,0 2px 8px #00000008;cursor:pointer;transition:all .25s ease;overflow:hidden;border:2px solid transparent}.category-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000014,0 8px 24px #0000000a}.category-card.active{border-color:#0684c7;box-shadow:0 0 0 3px #0684c71f,0 4px 12px #0000000f}.category-card-image{width:100%;height:140px;overflow:hidden;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:8px}.category-card-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.category-card:hover .category-card-image img{transform:scale(1.05)}.category-card-image .no-image{color:#9ca3af;font-size:.85rem;font-weight:500}.category-card-label{padding:1rem;font-weight:600;font-size:.9rem;color:#374151;text-align:center;background-color:#fff;border-top:1px solid #f5f5f5}.product-grid-section{margin-top:.5rem;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}.subcategory-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.25rem;padding-bottom:0;border-bottom:none;letter-spacing:-.02em}.product-toolbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0 1.5rem;margin-bottom:0;border-bottom:none}.product-toolbar-count{font-size:.875rem;color:#9ca3af;font-weight:500}.product-toolbar-sort{padding:.5rem 2.5rem .5rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.85rem;font-family:Poppins,sans-serif;color:#4b5563;background-color:#fff;cursor:pointer;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px}.product-toolbar-sort:hover{border-color:#d1d5db}.product-toolbar-sort:focus{outline:none;border-color:#0684c7;box-shadow:0 0 0 3px #0684c71a}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.product-card{background-color:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000a;overflow:hidden;transition:all .3s ease;border:1px solid #f0f0f0;display:flex;flex-direction:column}@media (hover: hover){.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014,0 16px 48px #0000000a;border-color:transparent}}.product-image{overflow:hidden;background-color:#fafafa;cursor:pointer;position:relative}.product-image:focus-visible{outline:2px solid #0684C7;outline-offset:-2px}.product-image img{width:100%;height:200px;object-fit:contain;padding:12px;transition:transform .3s ease;background-color:#fff}@media (hover: hover){.product-image:hover img{transform:scale(1.06)}}.product-image-zoom{position:absolute;top:8px;right:8px;width:32px;height:32px;background:rgba(255,255,255,.85);border-radius:8px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease,background .2s ease;pointer-events:none;box-shadow:0 1px 4px #0000001a}.product-image-zoom svg{width:18px;height:18px;color:#374151}@media (hover: hover){.product-image:hover .product-image-zoom{opacity:1}.product-image:hover .product-image-zoom:hover{background:rgba(255,255,255,1)}}.product-info{padding:.625rem 1rem;display:flex;flex-direction:column;gap:.125rem;flex:1}.product-name{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:0;line-height:1.4;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{color:#6b7280;font-weight:500;font-size:.8rem;display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;background-color:#f3f4f6;border-radius:4px}.no-products{text-align:center;color:#9ca3af;font-size:.95rem;padding:3rem 2rem;background-color:#fafafa;border-radius:12px;border:1px dashed #e5e7eb}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.85);z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:lightboxFadeIn .25s ease;cursor:pointer}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;cursor:default;animation:lightboxSlideIn .3s ease}@keyframes lightboxSlideIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.lightbox-content img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px;background-color:#fff;box-shadow:0 20px 60px #0006}.lightbox-close{position:absolute;top:-48px;right:0;background:rgba(255,255,255,.15);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.lightbox-close:hover{background:rgba(255,255,255,.25)}.lightbox-close svg{width:24px;height:24px;color:#fff}.lightbox-caption{margin-top:1rem;color:#fff;font-size:1rem;font-weight:500;text-align:center;max-width:600px;line-height:1.4;opacity:.9}.about{padding:2rem 0 4rem}.about-header{text-align:center;margin-bottom:3rem}.about-header h1{font-size:2.5rem;color:#0a3766;margin-bottom:1rem}.about-header p{font-size:1.1rem;color:#666}.about-content{max-width:800px;margin:0 auto}.about-section{margin-bottom:3rem}.about-section h2{color:#0684c7;margin-bottom:1.5rem}.services-list{list-style-type:none;padding-left:0}.services-list li{border-left:3px solid #0684C7;padding:.5rem 0 .5rem 1rem;margin-bottom:.5rem;background-color:#f9f6f1;border-radius:0 6px 6px 0}.contact{padding:2rem 0 4rem}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{font-size:2.5rem;color:#0a3766;margin-bottom:1rem}.contact-header p{font-size:1.1rem;color:#666}.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-section h3{color:#0684c7;margin-bottom:1rem}.contact-item{margin-bottom:1rem}.contact-item strong{color:#0a3766}.contact-form{background-color:#f9f6f1;padding:2rem;border-radius:12px}.contact-form h3{color:#0684c7;margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#0a3766;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-family:Poppins,sans-serif}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#0684c7;box-shadow:0 0 0 2px #0684c733}.submit-btn{background-color:#0684c7;color:#fff;padding:1rem 2rem;font-size:1rem;border-radius:8px;width:100%;margin-top:1rem;font-family:Poppins,sans-serif;font-weight:600}.submit-btn:hover{background-color:#056ba0}@media (max-width: 1200px){.serve-grid{grid-template-columns:repeat(3,1fr)}.featured-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1100px){.product-grid{grid-template-columns:repeat(2,1fr)}.products-layout{flex-direction:column;padding:1rem;gap:1rem}.sidebar{width:100%;position:static;border-radius:12px}.sidebar-header{display:none}.products-header-bar{position:relative;top:0}.products-header-container{padding:1rem}.products-page-title{font-size:1.25rem}}@media (max-width: 992px){.brand-story-layout{grid-template-columns:1fr;gap:2.5rem}.testimonials-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}@media (max-width: 768px){.hamburger{display:flex}.nav-menu{display:none;position:absolute;top:70px;left:0;right:0;background-color:#fffcf8;flex-direction:column;padding:1rem 0;box-shadow:0 4px 12px #00000014;gap:0}.nav-menu.open{display:flex}.nav-item{width:100%}.nav-link{display:block;padding:.875rem 1.5rem;font-size:1rem}.nav-link:hover{background-color:#f0f4f8}.nav-container{padding:0 1rem;position:relative}.nav-logo{font-size:1.25rem}.nav-logo-img{height:32px}.hero{min-height:480px;overflow-x:hidden}.hero-collage{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:2rem}.hero p{font-size:1rem}.hero-content{padding:3rem 20px}.trust-items{flex-wrap:wrap;justify-content:center}.trust-item{min-width:100px}.serve-grid{grid-template-columns:repeat(2,1fr)}.featured-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.contact-content,.form-row{grid-template-columns:1fr}.final-cta h2,.who-we-serve h2,.featured-products h2,.gallery h2,.testimonials h2{font-size:1.75rem}.products-header-container{padding:.875rem 1rem}.products-page-title{font-size:1.125rem}.products-breadcrumb{font-size:.75rem}.products-layout{padding:.75rem;gap:.75rem}.sidebar{padding:0;background:transparent;box-shadow:none;border-radius:0}.sidebar-header{display:none}.sidebar-toggle{display:flex}.category-list{display:none;padding:.75rem 0;background:#fff;border-radius:0 0 12px 12px;box-shadow:0 4px 16px #0000000f;margin-top:-4px}.category-list-open{display:flex}.category-button{padding:.875rem 1.25rem}.subcategory-list.visible{padding:.25rem 0 .375rem}.subcategory-button{padding:.5rem 1.25rem .5rem 1.5rem}.products-main{padding:0}.subcategory-filter{display:block;padding:.75rem 1rem;margin-bottom:0;border-radius:0;position:sticky;top:70px;z-index:40;border-left:none;border-right:none;box-shadow:0 2px 8px #0000000f}.subcategory-chip{padding:.4rem .875rem;font-size:.8rem}.product-grid-section{padding:1.25rem;border-radius:12px}.product-grid{grid-template-columns:repeat(2,1fr);gap:.875rem}.product-image img{height:140px}.product-image-zoom{opacity:1}.product-info{padding:.5rem .75rem}.product-name{font-size:.8rem}.subcategory-title{font-size:1.25rem}.product-toolbar{padding:.75rem 0 1rem}.products-grid{grid-template-columns:1fr}.container{padding:0 1rem}}@media (max-width: 480px){.nav-logo{font-size:1.1rem;gap:.35rem}.nav-logo-img{height:28px}.hero{min-height:400px;overflow-x:hidden}.hero-content{padding:2.5rem 16px}.hero-collage{grid-template-columns:1fr}.hero h1{font-size:1.5rem}.serve-grid,.gallery-grid{grid-template-columns:1fr}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn{width:100%;max-width:280px}.final-cta-buttons{flex-direction:column;align-items:center}.final-cta-buttons .btn{width:100%;max-width:280px}.products-page-title{font-size:1rem}.product-grid{grid-template-columns:1fr}.product-grid-section{padding:1rem}.subcategory-title{font-size:1.1rem}.product-toolbar{flex-direction:column;align-items:flex-start;gap:.625rem}.product-toolbar-sort{width:100%}.subcategory-filter{padding:.625rem .875rem}.subcategory-chip{padding:.375rem .75rem;font-size:.75rem}.products-landing{padding:1.5rem 1rem 3rem}.products-landing-intro p{font-size:.95rem}.products-category-gallery{grid-template-columns:repeat(2,1fr);gap:.875rem}.category-gallery-image{height:140px}.category-gallery-info{padding:1rem}.category-gallery-info h3{font-size:.95rem}.category-gallery-count{font-size:.75rem}.lightbox-overlay{padding:1rem}.lightbox-close{top:-44px;right:0}.lightbox-caption{font-size:.9rem;padding:0 1rem}}.product-info-clickable{cursor:pointer;transition:background-color .2s ease}@media (hover: hover){.product-info-clickable:hover{background-color:#f4f7fa}}.product-info-clickable:focus-visible{outline:2px solid #0684C7;outline-offset:-2px;border-radius:0 0 12px 12px}.product-details-hint{display:inline-flex;align-items:center;gap:2px;font-size:.75rem;font-weight:500;color:#0684c7}.product-details-hint svg{width:14px;height:14px}.details-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:lightboxFadeIn .25s ease;cursor:pointer}.details-modal{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;cursor:default;animation:lightboxSlideIn .3s ease}.details-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #f0f0f0}.details-modal-header h2{font-size:1.15rem;font-weight:600;color:#1f2937;margin:0;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.details-modal-close{background:#f3f4f6;border:none;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s ease}.details-modal-close:hover{background:#e5e7eb}.details-modal-close svg{width:20px;height:20px;color:#6b7280}.details-modal-body{padding:1.5rem}.details-modal-image{display:flex;justify-content:center;margin-bottom:1.5rem;background:#f9fafb;border-radius:10px;padding:1rem}.details-modal-image img{max-width:100%;max-height:240px;object-fit:contain}.details-modal-loading{text-align:center;padding:2rem;color:#9ca3af;font-size:.95rem}.details-modal-error{background:#fef2f2;color:#dc2626;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1rem}.details-form-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-bottom:1rem}.details-form-group label{display:block;font-size:.8rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.375rem}.details-form-group textarea{resize:none;overflow:hidden;min-height:4.5em}.details-form-group input,.details-form-group textarea{width:100%;padding:.625rem .75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;font-family:Poppins,sans-serif;color:#374151;transition:border-color .15s ease;box-sizing:border-box}.details-form-group input:focus,.details-form-group textarea:focus{outline:none;border-color:#0684c7;box-shadow:0 0 0 3px #0684c71a}.details-form-group input:disabled,.details-form-group textarea:disabled{background:#f9fafb;color:#6b7280;cursor:default}.details-field-display{padding:.625rem .75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;color:#374151}.details-form-full{margin-bottom:1rem}.details-notes-display{padding:.625rem .75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;color:#374151;line-height:1.5}.details-notes-pricing{font-weight:600;color:#0684c7}.details-notes-text{margin:.375rem 0 0;color:#555}.details-sizes-section{margin-top:.5rem}.details-sizes-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.details-sizes-header label{font-size:.8rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.details-add-size{background:none;border:1px dashed #0684C7;color:#0684c7;padding:.375rem .75rem;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;font-family:Poppins,sans-serif;transition:all .15s ease}.details-add-size:hover{background:rgba(6,132,199,.08)}.details-sizes-empty{color:#9ca3af;font-size:.875rem;padding:1rem;text-align:center;background:#f9fafb;border-radius:8px;border:1px dashed #e5e7eb}.size-entry{display:flex;gap:.5rem;align-items:center;margin-bottom:.5rem}.size-entry input{flex:1;padding:.5rem .625rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.85rem;font-family:Poppins,sans-serif;color:#374151;transition:border-color .15s ease}.size-entry input:focus{outline:none;border-color:#0684c7;box-shadow:0 0 0 3px #0684c71a}.size-entry input:disabled{background:#f9fafb;color:#6b7280}.size-remove{background:#fef2f2;border:none;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s ease}.size-remove:hover{background:#fee2e2}.size-remove svg{width:16px;height:16px;color:#ef4444}.details-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem 1.5rem;border-top:1px solid #f0f0f0}.details-btn-cancel{padding:.625rem 1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;font-weight:500;color:#6b7280;cursor:pointer;font-family:Poppins,sans-serif;transition:all .15s ease}.details-btn-cancel:hover{background:#f9fafb;border-color:#d1d5db}.details-btn-save{padding:.625rem 1.5rem;background:#0684C7;border:none;border-radius:8px;font-size:.9rem;font-weight:600;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;transition:background .15s ease}.details-btn-save:hover{background:#056ba0}.details-btn-save:disabled{background:#9ca3af;cursor:not-allowed}@media (max-width: 640px){.details-modal-overlay{padding:1rem;align-items:center}.details-modal{max-width:100%;max-height:85vh;border-radius:12px}.details-modal-header{padding:1rem 1rem .75rem}.details-modal-header h2{font-size:1rem}.details-modal-body{padding:1rem}.details-modal-image{margin-bottom:1rem;padding:.5rem}.details-modal-image img{max-height:160px}.details-form-grid{grid-template-columns:1fr;gap:.75rem}.details-form-group label{font-size:.7rem;margin-bottom:.25rem}.details-form-group input,.details-form-group textarea{padding:.5rem .625rem;font-size:.85rem}.details-notes-display{font-size:.85rem;padding:.5rem .625rem}.details-modal-footer{padding:.75rem 1rem 1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#3d3d3d;background-color:#fffcf8;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:600;color:#0a3766}p,ul{margin-bottom:1rem}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;border-radius:8px;font-family:Poppins,sans-serif;transition:all .3s ease}button:hover{transform:translateY(-2px)}img{max-width:100%;height:auto}.btn{display:inline-block;padding:.875rem 2rem;font-size:1rem;font-weight:600;font-family:Poppins,sans-serif;border-radius:8px;transition:all .3s ease;text-align:center;cursor:pointer}.btn-primary{background-color:#0684c7;color:#fff;border:2px solid #0684C7}.btn-primary:hover{background-color:#056ba0;border-color:#056ba0;transform:translateY(-2px);box-shadow:0 4px 12px #0684c74d}.btn-secondary{background-color:#fff;color:#3d3d3d;border:2px solid #fff}.btn-secondary:hover{background-color:#f5f0e8;border-color:#f5f0e8;transform:translateY(-2px)}.btn-outline{background-color:transparent;color:#0684c7;border:2px solid #0684C7}.btn-outline:hover{background-color:#0684c7;color:#fff;transform:translateY(-2px)}
