:root{--primary:#1a365d;--secondary:#c53030;--accent:#f6ad55;--beige-light:#f0ece7;--beige-medium:#d7c7b8;--beige-dark:#b79881;--beige-darker:#a68069;--text-dark:#2d3748;--text-light:#718096;--white:#ffffff;--off-white:#f7f7f7}.products-page{color:var(--text-dark);background-color:var(--white)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.products-hero{position:relative;height:50vh;min-height:350px;max-height:600px;display:flex;align-items:center;justify-content:center;color:var(--white);overflow:hidden}.prod-hero-background{background-image:url(/productImage/product.webp);background-size:cover;background-position:50%;z-index:1}.prod-hero-background,.prod-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.prod-hero-overlay{background:linear-gradient(90deg,rgba(26,54,93,.85),rgba(166,128,105,.85));z-index:2}.prod-hero-content{position:relative;z-index:3;text-align:center;max-width:800px;padding:0 2rem}.page-title{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:400;margin-bottom:1.5rem;letter-spacing:.05em;opacity:0;transform:translateY(20px);transition:opacity 1s ease,transform 1s ease}.page-title.visible{opacity:1;transform:translateY(0)}.title-line{width:0;height:2px;background-color:var(--beige-medium);margin:0 auto;transition:width 1.2s cubic-bezier(.19,1,.22,1)}.title-line.visible{width:100px}.hero-subtitle{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:300;margin-top:1.5rem;opacity:0;transform:translateY(20px);transition:opacity 1.2s ease .3s,transform 1.2s ease .3s}.hero-subtitle.visible{opacity:1;transform:translateY(0)}.products-overview{padding:5rem 0;background-color:var(--white)}.overview-content{max-width:800px;margin:0 auto;text-align:center}.overview-content h2{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:400;color:var(--primary);margin-bottom:1.5rem;position:relative}.overview-content h2:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translateX(-50%);width:60px;height:2px;background-color:var(--beige-dark)}.overview-content p{font-family:Montserrat,sans-serif;font-size:1.05rem;font-weight:300;line-height:1.8;color:var(--text-dark);margin-bottom:1.5rem}.products-catalog{padding:5rem 0;background-color:var(--off-white)}.catalog-header{margin-bottom:3rem;text-align:center}.catalog-header h2{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:400;color:var(--primary);margin-bottom:2rem;position:relative}.catalog-header h2:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translateX(-50%);width:60px;height:2px;background-color:var(--beige-dark)}.filter-toggle{display:none;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.5rem;background-color:var(--primary);color:var(--white);border:none;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:500;cursor:pointer;margin:0 auto 1rem;transition:background-color .3s ease}.filter-toggle:hover{background-color:var(--beige-darker)}.filter-categories{flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2rem;width:100%;max-width:1200px;margin-left:auto;margin-right:auto}.filter-categories>.category-group,.filter-categories>button{width:auto;flex:1}.filter-categories{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem;padding:0 1rem}.category-group{display:flex;flex-direction:column;gap:1rem;min-width:180px}.category-button{padding:.8rem 1.5rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;border:none;border-radius:4px;text-align:center;white-space:nowrap}.category-button.main-category{background-color:var(--primary);color:var(--white);font-weight:600;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 4px rgba(0,0,0,.1);width:100%}.category-button.main-category:hover{transform:translateY(-2px)}.category-button.main-category.active,.category-button.main-category:hover{background-color:var(--beige-darker);box-shadow:0 4px 8px rgba(0,0,0,.15)}.subcategories{position:absolute;left:0;right:0;margin-top:3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;padding:1rem;background-color:var(--off-white);border-radius:4px;animation:fadeIn .3s ease-in-out;z-index:10;box-shadow:0 4px 6px rgba(0,0,0,.1)}.category-button.sub-category{background-color:var(--white);color:var(--text-dark);font-size:.9rem;padding:.6rem 1.2rem;border:1px solid var(--beige-light);transition:all .3s ease}.category-button.sub-category.active,.category-button.sub-category:hover{background-color:var(--beige-medium);color:var(--primary);transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;justify-items:center}.product-card{width:350px!important;height:580px!important;background-color:var(--white);border-radius:0;box-shadow:0 10px 20px rgba(0,0,0,.05);overflow:hidden;opacity:1;transform:translateY(0);transition:box-shadow .3s ease;will-change:box-shadow;display:flex;flex-direction:column;flex-shrink:0;flex-grow:0}.product-card.scroll-animate{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease,box-shadow .3s ease}.product-card.scroll-animate.visible{opacity:1;transform:translateY(0)}.product-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.1)}.product-image{position:relative;width:100%;padding-top:100%;overflow:hidden}.image-cover{position:absolute!important;top:0;left:0;width:100%!important;height:100%!important;object-fit:cover;transition:transform .6s ease}.product-card:hover .image-cover{transform:scale(1.05)}.product-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.product-name{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:500;color:var(--primary);margin-bottom:.5rem}.product-category{font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:600;color:var(--beige-darker);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.product-description{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:300;line-height:1.6;color:var(--text-dark);margin-bottom:1.5rem}.details-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.8rem 1rem;background-color:var(--beige-light);border:none;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:500;color:var(--primary);cursor:pointer;transition:background-color .3s ease;pointer-events:auto;position:relative;z-index:10}.details-toggle:hover{background-color:var(--beige-medium)}.details-toggle:focus{outline:2px solid var(--primary);outline-offset:2px}.product-details{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--beige-light);animation:fadeIn .3s ease-in-out}.product-details h4{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:500;color:var(--primary);margin-bottom:1rem}.features-list{list-style-type:disc;padding-left:1.5rem}.features-list li{font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:300;line-height:1.6;color:var(--text-dark);margin-bottom:.5rem}.no-products{grid-column:1/-1;text-align:center;padding:3rem;background-color:var(--white)}.no-products p{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:300;color:var(--text-light)}.custom-production{padding:5rem 0;background-color:var(--primary);color:var(--white)}.custom-content{max-width:900px;margin:0 auto;text-align:center}.custom-content h2{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:400;margin-bottom:1.5rem;position:relative}.custom-content h2:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translateX(-50%);width:60px;height:2px;background-color:var(--beige-medium)}.custom-content p{font-family:Montserrat,sans-serif;font-size:1.05rem;font-weight:300;line-height:1.8;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.services-list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}.service-item{background-color:rgba(255,255,255,.1);padding:2rem;transition:transform .3s ease,background-color .3s ease}.service-item:hover{background-color:rgba(255,255,255,.15);transform:translateY(-5px)}.service-item h3{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:500;margin-bottom:1rem}.service-item p{font-weight:300;margin-bottom:0}.contact-button,.service-item p{font-family:Montserrat,sans-serif;font-size:.95rem}.contact-button{display:inline-block;padding:1rem 2rem;background-color:transparent;border:2px solid var(--white);color:var(--white);font-weight:500;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.contact-button:hover{background-color:var(--white);color:var(--primary);transform:translateY(-3px)}@media (max-width:992px){.page-title{font-size:3rem}.services-list{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:768px){.products-hero{height:40vh;min-height:300px}.page-title{font-size:2.5rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;justify-items:center}.filter-toggle{display:flex}.filter-categories{flex-direction:column;max-height:0;overflow:hidden;opacity:0;transition:max-height .5s ease,opacity .5s ease,margin .5s ease;margin:0;padding:0 1rem}.filter-categories>.category-group,.filter-categories>button{width:100%}.filter-categories.show{max-height:2000px;opacity:1;margin-bottom:2rem}.subcategories{position:static;grid-template-columns:1fr;padding:.5rem;margin-top:0}.category-button{padding:.7rem 1rem;font-size:.9rem;white-space:normal}}@media (max-width:480px){*{touch-action:manipulation}.products-hero{height:35vh;min-height:250px}.page-title{font-size:2rem}.hero-subtitle{font-size:1rem}.catalog-header h2,.custom-content h2,.overview-content h2{font-size:1.8rem}.product-name{font-size:1.2rem}.product-image{padding-top:75%}.product-content{padding:1rem}.details-toggle{padding:.6rem .8rem;font-size:.85rem}.products-grid{grid-template-columns:1fr;justify-items:center}.product-card{width:350px!important;height:580px!important}}