.products-featured{padding:112px 0 78px;background:var(--brand-bg-alt)}.featured-grid{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(360px,1fr);grid-gap:44px;gap:44px;align-items:center}.featured-copy h1{font-size:max(2rem, min(4vw, 3.5rem))}.featured-copy p{color:var(--brand-text);font-size:1.06rem}.product-category+.product-category{margin-top:64px}.product-category h2{font-size:max(1.6rem, min(3vw, 2.35rem));margin-bottom:10px}.category-desc{max-width:720px;color:var(--brand-text)}.product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;margin-top:24px}.product-card-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--brand-shadow)}.product-card a{display:block;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain;background:var(--brand-neutral-light)}.product-card h3{font-size:1.1rem;padding:18px 18px 6px}.product-card span{display:inline-block;color:var(--brand-primary);font-weight:800;padding:0 18px 20px}@media (max-width:991px){.featured-grid,.product-card-grid,.product-card-grid:has(> :nth-child(4):last-child){grid-template-columns:1fr}}