.products-featured{padding:90px 0;background:linear-gradient(135deg,#fff 0,var(--brand-bg-alt) 100%)}.featured-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,0.8fr);grid-gap:48px;gap:48px;align-items:center}.featured-copy h1{color:var(--brand-text);font-size:max(2.35rem, min(5vw, 4.2rem));line-height:1.08;margin-bottom:18px}.featured-copy p{color:var(--brand-muted);font-size:1.08rem}.featured-tags{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 28px}.featured-tags span{padding:8px 12px;background:#fff;border:1px solid var(--brand-border);border-radius:4px;color:var(--brand-primary-dark);font-weight:700}.products-featured figure{margin:0;background:#fff;border:1px solid var(--brand-border);box-shadow:var(--shadow-soft);padding:18px}.products-featured img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.category-block+.category-block{margin-top:52px}.category-heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid var(--brand-border)}.category-heading h2{color:var(--brand-text);margin:0 0 6px}.category-heading p{margin:0;color:var(--brand-muted)}.product-card a{display:block;color:var(--brand-text)}.product-card-body{padding:22px}.product-card h3{color:var(--brand-text);font-size:1.15rem}.product-card p{color:var(--brand-muted)}.product-card span{color:var(--brand-primary);font-weight:800}@media (max-width:991px){.featured-grid{grid-template-columns:1fr}.category-heading{display:block}}