.products-featured{background:linear-gradient(135deg,var(--brand-bg-alt),var(--brand-neutral-light));padding:100px 0 84px}.products-featured-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,0.8fr);grid-gap:48px;gap:48px;align-items:center}.products-featured-copy h1{color:var(--brand-text)}.products-featured-copy p{color:var(--brand-text);max-width:640px}.products-featured-media img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);box-shadow:var(--shadow-soft);background:var(--brand-bg)}.products-intro{max-width:760px;margin-bottom:44px}.products-category-desc,.products-intro p{color:var(--brand-text)}.products-category{margin-top:54px}.products-category:first-of-type{margin-top:0}.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.products-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.products-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg);box-shadow:var(--shadow-card);transition:transform 180ms,box-shadow 180ms}.products-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.products-card a{color:var(--brand-text);display:block;height:100%}.products-image-wrap{display:block;background:var(--brand-neutral-light);aspect-ratio:4/3}.products-image-wrap img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.products-card-body{display:block;padding:22px}.products-static-note{display:block;color:var(--brand-text);margin-bottom:14px}.products-link{color:var(--brand-primary);font-weight:800}@media (max-width:991px){.products-featured-grid,.products-grid,.products-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.products-featured-copy{grid-column:1/-1}}@media (max-width:575px){.products-featured-grid,.products-grid,.products-grid:has(> :nth-child(4):last-child){grid-template-columns:1fr}}