@charset "UTF-8";.products-hero{background:linear-gradient(135deg,var(--brand-dark) 0,var(--brand-primary) 100%);color:#fff;padding:64px 0 48px}.products-hero h1{color:#fff;font-size:max(2rem, min(5vw, 3rem))}.products-hero p{color:rgba(255,255,255,.75);max-width:580px}.category-tabs{background:var(--brand-secondary);border-bottom:1px solid #ddd5c8;padding:0;position:sticky;top:64px;z-index:100}.category-tabs .nav-link{color:var(--brand-mid);font-weight:600;font-size:.875rem;padding:1rem 1.25rem;border:none;border-bottom:3px solid transparent;border-radius:0;transition:color .15s,border-color .15s}.category-tabs .nav-link:hover{color:var(--brand-primary)}.category-tabs .nav-link.active{color:var(--brand-primary);border-bottom-color:var(--brand-primary);background:0 0}.product-category-section{padding:64px 0;border-bottom:1px solid #eae6df}.product-category-section:last-child{border-bottom:none}.category-intro{margin-bottom:2.5rem}.category-intro h2{font-size:max(1.5rem, min(3.5vw, 2rem))}.category-intro p{color:var(--brand-mid);max-width:680px}.product-featured{border-radius:var(--radius-lg);overflow:hidden;background:var(--brand-light);border:1px solid #eae6df;margin-bottom:2rem;display:grid;grid-template-columns:1fr 1fr}@media (max-width:767.98px){.product-featured{grid-template-columns:1fr}}.product-featured-img{overflow:hidden;min-height:300px}.product-featured-img ai-img,.product-featured-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-featured-info{padding:2.5rem;display:flex;flex-direction:column;justify-content:center}.product-featured-badge{display:inline-block;background:var(--brand-accent);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.2rem .7rem;border-radius:3px;margin-bottom:1rem}.product-featured-info h3{font-size:max(1.35rem, min(3vw, 1.85rem));margin-bottom:.75rem}.product-featured-info .product-desc{color:var(--brand-mid);line-height:1.7;margin-bottom:1.25rem}.product-specs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.product-spec-tag{background:#fff;border:1px solid #ddd5c8;color:var(--brand-dark);font-size:.75rem;font-weight:600;padding:.2rem .65rem;border-radius:3px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}@media (max-width:991.98px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.products-grid{grid-template-columns:1fr}}.product-grid-card{border:1px solid #eae6df;border-radius:var(--radius-md);overflow:hidden;background:#fff;transition:box-shadow .2s,transform .2s;cursor:pointer}.product-grid-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.product-grid-card-img{aspect-ratio:4/3;overflow:hidden;background:var(--brand-light)}.product-grid-card-img ai-img,.product-grid-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.product-grid-card:hover .product-grid-card-img ai-img,.product-grid-card:hover .product-grid-card-img img{transform:scale(1.05)}.product-grid-card-body{padding:1rem}.product-grid-card-tag{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--brand-accent);margin-bottom:.35rem}.product-grid-card-body h3{font-size:.9375rem;font-weight:700;margin-bottom:.35rem}.product-grid-card-body p{font-size:.8125rem;color:var(--brand-mid);line-height:1.5;margin-bottom:.9rem}.product-grid-card-footer{padding:.75rem 1rem;border-top:1px solid #eae6df;display:flex;justify-content:space-between;align-items:center}.inquiry-link{font-size:.8125rem;font-weight:600;color:var(--brand-primary);display:inline-flex;align-items:center;gap:.25rem;transition:gap .15s,color .15s}.inquiry-link:hover{color:var(--brand-accent);gap:.45rem}.inquiry-link svg{width:14px;height:14px;fill:currentColor}