@charset "UTF-8";.products-hero{background:linear-gradient(135deg,var(--brand-primary-dark) 0,var(--brand-primary) 100%);padding:160px 0 64px;text-align:center}.products-hero h1{color:#fff;margin-bottom:12px}.products-hero p{color:rgba(255,255,255,.85);font-size:1.1rem;max-width:600px;margin:0 auto}.category-section{padding:var(--spacing-xl) 0;border-bottom:1px solid var(--brand-border)}.category-section:last-child{border-bottom:none}.category-title{font-size:1.5rem;font-weight:700;color:var(--brand-text);margin-bottom:var(--spacing-md);padding-bottom:var(--spacing-xs);border-bottom:2px solid var(--brand-primary);display:inline-block}.product-card{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;transition:transform .2s,box-shadow .2s;cursor:pointer;height:100%}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.product-card .product-img{aspect-ratio:4/3;background:var(--brand-bg-alt);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card .product-img ai-img,.product-card .product-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:16px}.product-card .product-info{padding:20px}.product-card .product-name{font-size:1rem;font-weight:600;color:var(--brand-text);margin-bottom:8px}.product-card .product-link{font-size:.85rem;font-weight:600;color:var(--brand-primary)}