.products-featured{padding:96px 0;background:linear-gradient(135deg,var(--brand-bg-alt),#fff)}.products-featured__grid{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(360px,1.05fr);grid-gap:40px;gap:40px;align-items:center}.products-featured h1{font-size:2.6rem}.products-featured figure{margin:0}.products-featured img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow-md)}.product-category-block{margin-bottom:56px}.product-category-heading{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid var(--brand-border)}.product-category-heading h2{margin:0}.product-category-heading p{max-width:560px;margin:0}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px}.product-card{min-height:100%}.product-card__trigger{display:flex;flex-direction:column;width:100%;height:100%;padding:0;border:1px solid var(--brand-border);border-radius:var(--radius);background:var(--brand-bg);text-align:left;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.product-card__trigger:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.product-card__image{display:block;aspect-ratio:4/3;background:var(--brand-bg-alt)}.product-card__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card__body{display:grid;grid-gap:8px;gap:8px;padding:18px}.product-card__name{color:var(--brand-text);font-size:1.05rem;font-weight:800}.product-card__meta{color:var(--brand-text-secondary);font-size:.9rem}@media (max-width:991px){.product-category-heading,.products-featured__grid{grid-template-columns:1fr;display:grid}.products-featured h1{font-size:2rem}}