.services{background-color:#f9f6f2}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.service-card{background-color:white;padding:20px;border-radius:16px;box-shadow:0 8px 20px rgba(0,0,0,.06);transition:transform .4s ease,box-shadow .4s ease;overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}.service-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 25px rgba(0,0,0,.1)}.service-card:hover .service-image{transform:scale(1.05)}.service-card h3{margin-bottom:12px;color:#8b4513;font-size:1.2rem;font-weight:600}.service-card p{font-size:.95rem;color:#333}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.product-card{background-color:white;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.05);overflow:hidden;transition:transform .3s}.product-card:hover{transform:translateY(-10px)}.product-image{height:400px;overflow:hidden}.product-card h3{padding:15px 15px 5px;font-size:1.2rem;color:#8b4513}.product-card p{padding:0 15px 10px;font-size:.9rem;color:#666}.product-price{padding:0 15px 15px;font-weight:700;color:#d4af37;font-size:1.1rem}.product-card .btn-small{margin:0 15px 15px}@media (max-width:768px){.product-grid{grid-template-columns:1fr}}