.products-hero{background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-primary))}.products-intro{max-width:820px;margin-bottom:28px}.product-category-block{padding:0 0 56px}.product-category-block+.product-category-block{border-top:1px solid var(--brand-border);padding-top:48px}.category-desc{max-width:760px;color:var(--brand-text)}.dynamic-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dynamic-product-card{padding:0;overflow:hidden;transition:transform .25s,box-shadow .25s}.dynamic-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.dynamic-product-card a{display:grid;color:var(--brand-text)}.dynamic-product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.product-card-body{display:grid;grid-gap:8px;gap:8px;padding:18px}.product-name{font-weight:800}.product-action{color:var(--brand-secondary);font-weight:800}