*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:#f5f3ee;color:#171717}.topbar{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;padding:14px 6%;box-shadow:0 8px 30px rgba(0,0,0,.06)}.brand{display:flex;align-items:center;gap:12px;font-weight:800}.brand img{width:150px;height:auto}.brand span{display:none}nav a{margin-left:20px;text-decoration:none;color:#222;font-weight:700}.hero{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center;padding:70px 6% 45px}.tag{display:inline-block;background:#111827;color:white;padding:8px 12px;border-radius:999px;font-size:14px}h1{font-size:56px;line-height:1;margin:18px 0 14px}.hero p{font-size:18px;color:#555}.btn,.buy{border:0;background:#111827;color:white;padding:14px 20px;border-radius:14px;text-decoration:none;font-weight:800;cursor:pointer;transition:.2s}.btn:hover,.buy:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.18)}.hero-card,.product-card{background:white;border-radius:28px;box-shadow:0 20px 50px rgba(0,0,0,.10);overflow:hidden}.hero-card img{width:100%;display:block}.products{padding:30px 6% 70px}.products h2,.contact h2{text-align:center;font-size:38px;margin-bottom:6px}.sub{text-align:center;color:#555;margin-bottom:30px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{display:flex;flex-direction:column;transition:.25s}.product-card:hover{transform:translateY(-6px)}.product-card img{width:100%;height:310px;object-fit:cover;background:#eee}.info{padding:22px}h3{font-size:24px;margin:0 0 10px}.price{font-size:26px;font-weight:900;margin:0 0 18px}label{display:block;font-weight:800;margin-bottom:8px}select{width:100%;padding:13px;border:1px solid #ddd;border-radius:12px;background:#fafafa;margin-bottom:16px;font-size:15px}.buy{width:100%;font-size:15px}.contact{margin:0 6% 50px;padding:35px;background:#fff;border-radius:26px;text-align:center;box-shadow:0 14px 35px rgba(0,0,0,.08)}.note{color:#666}footer{text-align:center;padding:26px;color:#666}@media(max-width:900px){.hero{grid-template-columns:1fr;padding-top:40px}h1{font-size:40px}.grid{grid-template-columns:1fr}.product-card img{height:auto}nav a{margin-left:10px}.brand img{width:128px}}