*{box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;margin:0;color:#111}.container{max-width:1200px;margin:0 auto;padding:1rem}h3{margin:0 0 .75rem}.site-header{border-bottom:1px solid #eee;background:#fff}.topbar{display:flex;align-items:center;justify-content:space-between;padding:1rem}.brand img{height:48px}.main-nav ul{display:flex;gap:1rem;list-style:none;margin:0;padding:0}.header-actions a{margin-left:1rem;text-decoration:none}.hero{padding:2rem 0}.hero-inner{display:flex;gap:2rem;align-items:center}.hero-media img{max-width:420px;width:100%;border-radius:12px}.hero-content h2{font-size:2rem;margin:0 0 .4rem}.hero-content .sub{color:#555;margin:0 0 1rem}.btn{display:inline-block;padding:.7rem 1rem;border-radius:10px;background:#111;color:#fff;text-decoration:none}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:1rem;margin:1rem 0}.product-card{border:1px solid #eee;padding:.8rem;border-radius:10px;background:#fff;text-align:center}.product-card img{width:100%;height:200px;object-fit:cover;border-radius:8px}.product-card h4{font-size:.95rem;margin:.5rem 0}.price{font-weight:600}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem 0}.product-page .gallery img{width:100%;margin-bottom:.5rem;border-radius:10px}.add-to-cart{border:0}.site-footer{border-top:1px solid #eee;padding:2rem 0;margin-top:2rem}.footer-inner{display:flex;gap:2rem}.newsletter{margin:1.5rem 0;padding:1rem;border:1px solid #eee;border-radius:12px;background:#fafafa}.newsletter-form{display:flex;gap:.5rem;flex-wrap:wrap}.newsletter input[type=email]{flex:1;min-width:220px;padding:.6rem;border:1px solid #ddd;border-radius:10px}.newsletter button{border:0;border-radius:10px}@media (max-width:800px){.hero-inner{flex-direction:column}.product-page{grid-template-columns:1fr}.main-nav ul{display:none}}