@charset "UTF-8";.products-hero-featured{padding:5rem 0;background:var(--color-gray-50);border-bottom:1px solid var(--color-gray-100)}.products-hero-featured ai-img,.products-hero-featured img{width:100%;height:420px;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius);display:block}.products-hero-title{font-size:max(1.75rem, min(3.5vw, 2.5rem));font-weight:300;margin-bottom:.75rem}.products-hero-desc{font-size:.95rem;color:var(--color-gray-600);line-height:1.7}.products-hero-certs{display:flex;flex-wrap:wrap;gap:.5rem}.cert-tag{font-size:.72rem;letter-spacing:.07em;text-transform:uppercase;border:1px solid var(--color-gray-200);color:var(--color-primary);padding:.25rem .65rem;border-radius:2px}.products-catalog-section{padding:5rem 0;background:var(--color-white)}.product-category-block{margin-bottom:4rem}.product-category-block:last-child{margin-bottom:0}.pcb-header{margin-bottom:1.75rem}.pcb-title{font-size:1.1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.4rem}.pcb-desc{font-size:.875rem;color:var(--color-gray-600);margin:0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.product-card{background:var(--color-white)}.product-card.active{grid-column:span 1}.pc-link{display:block;-webkit-text-decoration:none;text-decoration:none;color:inherit}.pc-image{position:relative;overflow:hidden;height:220px;border-radius:var(--radius);background:var(--color-gray-100)}.pc-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .35s}.pc-hover-label{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(29,24,20,.55);color:var(--color-white);display:flex;align-items:center;justify-content:center;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;opacity:0;transition:opacity var(--transition)}.pc-link:hover .pc-hover-label{opacity:1}.pc-link:hover .pc-image img{transform:scale(1.04)}.pc-body{padding:.85rem 0 0}.pc-name{font-size:.9rem;font-weight:500;color:var(--color-gray-900);margin:0}.products-spec-cta{background:var(--color-gray-50);border-top:1px solid var(--color-gray-100);padding:4rem 0}.products-spec-cta h2{font-size:1.5rem;font-weight:400;margin-bottom:.5rem}.products-spec-cta p{font-size:.875rem;color:var(--color-gray-600);margin:0}@media (max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr)}.products-hero-featured ai-img,.products-hero-featured img{height:260px}}@media (max-width:480px){.product-grid{grid-template-columns:1fr}}