*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:#f6f7f9;color:#17191d}.container{width:min(1120px,92%);margin:auto}.topbar{background:#fff;border-bottom:1px solid #e8e9ec;position:sticky;top:0;z-index:10}.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#17191d}.brand-mark{width:42px;height:42px;border-radius:12px;background:#111;color:#fff;display:grid;place-items:center;font-weight:800;font-size:20px}.brand strong{display:block;font-size:18px}.brand small{display:block;font-size:9px;letter-spacing:2px;color:#777;margin-top:2px}.whatsapp-top{background:#16a34a;color:#fff;padding:10px 16px;border-radius:10px;text-decoration:none;font-weight:700;font-size:14px}.hero{background:linear-gradient(135deg,#111 0%,#242424 100%);color:#fff;padding:58px 0}.hero-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.eyebrow{font-size:11px;letter-spacing:2px;color:#bbb;font-weight:700}.hero h1{font-size:clamp(32px,6vw,52px);margin:10px 0}.hero p{color:#d4d4d4;max-width:600px;font-size:17px;line-height:1.6}.hero-badge{width:140px;height:140px;border:1px solid #444;border-radius:28px;display:grid;place-items:center;text-align:center;font-size:40px;flex:none}.hero-badge span{font-size:11px;color:#bbb}.catalog{padding:30px 0 60px}.search-row input{width:100%;padding:16px 18px;border:1px solid #ddd;border-radius:14px;font-size:16px;outline:none;background:#fff}.search-row input:focus{border-color:#222}.categories{display:flex;gap:8px;overflow:auto;padding:18px 0 8px}.cat{border:1px solid #ddd;background:#fff;padding:10px 15px;border-radius:999px;white-space:nowrap;cursor:pointer}.cat.active{background:#111;color:#fff;border-color:#111}.catalog-head{display:flex;justify-content:space-between;align-items:center;margin:22px 0 15px}.catalog-head h2{margin:0;font-size:24px}.catalog-head select{border:1px solid #ddd;border-radius:10px;padding:9px;background:#fff}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{background:#fff;border:1px solid #e8e9ec;border-radius:16px;overflow:hidden;cursor:pointer;transition:.18s}.product:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000000d}.product img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#eee}.product-body{padding:14px}.product-category{font-size:11px;color:#777;text-transform:uppercase}.product h3{font-size:16px;margin:6px 0 10px}.price{font-size:20px;font-weight:800}.empty{text-align:center;padding:50px}.hidden{display:none!important}footer{background:#111;color:#fff;padding:28px 0}.footer-inner{display:flex;justify-content:space-between;gap:20px}.footer-inner p{color:#aaa;margin:5px 0}.footer-links{display:flex;gap:18px;align-items:center}.footer-links a{color:#fff;text-decoration:none}.modal{position:fixed;inset:0;background:#0009;display:grid;place-items:center;padding:20px;z-index:30}.modal-card{background:#fff;width:min(760px,100%);max-height:90vh;overflow:auto;border-radius:20px;position:relative;display:grid;grid-template-columns:1fr 1fr}.modal-card>img{width:100%;height:100%;min-height:340px;object-fit:cover}.modal-content{padding:32px;display:flex;flex-direction:column;justify-content:center}.close{position:absolute;right:12px;top:12px;border:0;background:#fff;border-radius:50%;width:36px;height:36px;font-size:25px;cursor:pointer}.pill{font-size:11px;text-transform:uppercase;color:#777}.modal-content h2{font-size:30px;margin:10px 0}.modal-content p{color:#666;line-height:1.6}.modal-price{font-size:28px;margin:15px 0}.buy-button{background:#16a34a;color:#fff;text-align:center;padding:14px;border-radius:12px;text-decoration:none;font-weight:800}@media(max-width:850px){.products{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){.hero{padding:40px 0}.hero-inner{display:block}.hero-badge{display:none}.products{grid-template-columns:repeat(2,1fr);gap:12px}.product-body{padding:11px}.product h3{font-size:14px}.price{font-size:17px}.modal-card{grid-template-columns:1fr}.modal-card>img{min-height:260px;max-height:330px}.modal-content{padding:24px}.footer-inner{display:block}.footer-links{margin-top:18px}}