.featured{padding:5rem 5%;background:var(--bg-cream)}.featured h2{font-family:var(--font-heading);font-size:clamp(1.8rem,3vw,2.5rem);text-align:center;color:var(--text-dark);margin-bottom:.5rem}.featured h2:after{content:"";display:block;width:60px;height:3px;background:linear-gradient(90deg,var(--accent-terracotta),var(--accent-gold));margin:.8rem auto 2.5rem;border-radius:2px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:2rem;gap:2rem;margin:0 auto}.product-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);cursor:pointer;transition:all .4s var(--ease-smooth);border:1px solid rgba(198,123,92,.06);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}.product-card img{width:100%;height:220px;object-fit:cover;transition:transform .5s var(--ease-smooth)}.product-card:hover img{transform:scale(1.05)}.product-card h3{font-family:var(--font-heading);padding:1.2rem 1.2rem .4rem;font-size:1.05rem;color:var(--text-dark);font-weight:600;line-height:1.3}.product-card .price{padding:0 1.2rem .8rem;font-size:1.15rem;font-weight:700;color:var(--accent-terracotta)}.product-buttons{padding:0 1.2rem 1.2rem;display:flex;gap:.6rem;margin-top:auto}.product-buttons .buy-btn{flex:1 1;padding:.7rem;background:linear-gradient(135deg,var(--accent-terracotta),var(--accent-terracotta-dark));color:#fff;border:none;border-radius:var(--radius-md);font-size:.88rem;font-weight:600;cursor:pointer;transition:all .3s var(--ease-smooth)}.product-buttons .buy-btn:hover{box-shadow:0 4px 15px rgba(198,123,92,.35);transform:translateY(-1px)}.product-buttons .cart-btn{flex:1 1;padding:.7rem;background:transparent;color:var(--accent-terracotta);border:1.5px solid var(--accent-terracotta);border-radius:var(--radius-md);font-size:.88rem;font-weight:600;cursor:pointer;transition:all .3s var(--ease-smooth)}.product-buttons .cart-btn:hover{background:rgba(198,123,92,.08)}@media (max-width:768px){.featured{padding:3.5rem 4%}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.2rem}.product-card img{height:180px}}@media (max-width:480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.product-card img{height:140px}.product-card h3{font-size:.9rem;padding:.8rem .8rem .3rem}.product-card .price{padding:0 .8rem .5rem;font-size:1rem}.product-buttons{padding:0 .8rem .8rem;flex-direction:column;gap:.4rem}.product-buttons .buy-btn,.product-buttons .cart-btn{font-size:.8rem;padding:.6rem}}