.products-featured{padding:80px 0;background:linear-gradient(135deg,#f7fafc 0,#e7edf4 100%)}.featured-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,0.95fr);grid-gap:46px;gap:46px;align-items:center}.featured-copy h1{margin-bottom:20px;color:var(--brand-text);font-size:3rem;font-weight:900;line-height:1.08}.featured-copy p{color:var(--brand-text-muted);font-size:1.05rem}.featured-tags{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 30px}.featured-tags span{padding:8px 12px;border:1px solid var(--brand-border);background:#fff;color:var(--brand-text);font-size:.86rem;font-weight:800}.featured-grid figure{margin:0;padding:18px;background:#fff;border:1px solid var(--brand-border);box-shadow:var(--brand-shadow)}.featured-grid img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.category-block{padding:34px 0;border-top:1px solid var(--brand-border)}.category-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.category-heading h2{margin-bottom:8px;font-size:1.7rem;font-weight:900}.category-heading p{max-width:680px;margin-bottom:0;color:var(--brand-text-muted)}.category-heading a{flex:0 0 auto;font-weight:800}.product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.product-card{min-height:100%;border:1px solid var(--brand-border);background:#fff;transition:transform 180ms,box-shadow 180ms}.product-card:hover{transform:translateY(-3px);box-shadow:var(--brand-shadow)}.product-card a{display:block;height:100%;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card-body{padding:20px}.product-card h3{margin-bottom:10px;font-size:1.08rem;font-weight:900}.product-card p{color:var(--brand-text-muted);font-size:.92rem}.product-card span{color:var(--brand-primary);font-weight:900}@media (max-width:991px){.featured-grid{grid-template-columns:1fr}.product-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.products-featured{padding:52px 0}.featured-copy h1{font-size:2rem}.category-heading{display:block}.product-card-grid{grid-template-columns:1fr}}