*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:#070707;color:#fff}a{color:inherit}header{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:14px 6%;background:rgba(0,0,0,.85);backdrop-filter:blur(12px);border-bottom:1px solid #2b210e}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand img{width:54px;height:54px;object-fit:cover;border-radius:50%}.brand b{display:block;color:#f5c45b}.brand small{letter-spacing:4px;color:#ddd}nav a{text-decoration:none;margin-left:22px;color:#ddd}.hero{min-height:82vh;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:40px;padding:70px 6%;background:radial-gradient(circle at 70% 20%,#3a2704,transparent 35%),linear-gradient(135deg,#070707,#111)}h1{font-size:clamp(38px,6vw,76px);line-height:1;margin:10px 0}.gold{color:#f5c45b}.lead{font-size:19px;color:#d7d7d7;max-width:760px}.heroLogo{width:100%;border-radius:26px;box-shadow:0 0 80px #6b450a55}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #f5c45b;background:#f5c45b;color:#101010;padding:13px 20px;border-radius:999px;font-weight:800;text-decoration:none;cursor:pointer}.btn.outline{background:transparent;color:#f5c45b}.btn.small{padding:9px 14px;font-size:14px}.section{padding:70px 6%}.sectionHead{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:25px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:22px}.card,.panel{background:#101010;border:1px solid #2b210e;border-radius:22px;padding:20px;box-shadow:0 18px 60px #0008}.photo{height:190px;border-radius:18px;background:linear-gradient(135deg,#201400,#0b0b0b);display:flex;align-items:center;justify-content:center;font-size:64px;overflow:hidden}.photo img{width:100%;height:100%;object-fit:cover}.badge,.chip{display:inline-block;border:1px solid #5b4214;color:#f5c45b;border-radius:999px;padding:7px 12px;background:#120d05}.chip{cursor:pointer;margin:0 8px 10px 0}.chip.active{background:#f5c45b;color:#111}.muted{color:#bbb}.price{font-size:24px;color:#f5c45b}.row{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}input,textarea,select{width:100%;padding:13px;margin-top:7px;border-radius:12px;border:1px solid #3d321b;background:#0b0b0b;color:#fff}label{display:block;margin-bottom:13px;color:#ddd}.searchbar{max-width:600px;margin:0 0 20px}.contactBox{display:grid;grid-template-columns:1fr 1fr;gap:22px}.footer{padding:35px 6%;border-top:1px solid #2b210e;text-align:center;color:#bbb}.waFloat{position:fixed;right:18px;bottom:18px}.adminWrap{display:grid;grid-template-columns:1fr 1fr;gap:24px}.adminItem{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;border-bottom:1px solid #2b210e;padding:12px 0}.danger{background:#4b0e0e;color:#fff;border-color:#8b2222}@media(max-width:800px){.hero,.contactBox,.adminWrap{grid-template-columns:1fr}nav{display:none}.hero{padding-top:35px}.sectionHead{display:block}}
.cardLink{display:block;color:inherit;text-decoration:none}.productCard{display:flex;flex-direction:column;gap:12px}.fullBtn{width:100%;margin-top:auto}.productHero{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.bigPhoto{height:420px;font-size:110px}.detailGrid{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding-left:0;padding-right:0}.featureList{line-height:1.9;color:#ddd;padding-left:22px}@media(max-width:800px){.productHero,.detailGrid{grid-template-columns:1fr}.bigPhoto{height:280px}header{gap:12px}.brand small{letter-spacing:2px}.btn{width:auto}}

.thumbs{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.thumb{width:86px;height:76px;border:1px solid #3d321b;border-radius:14px;background:#0b0b0b;padding:4px;cursor:pointer;overflow:hidden}.thumb img{width:100%;height:100%;object-fit:cover;border-radius:10px}.thumb.active{border-color:#f5c45b;box-shadow:0 0 0 2px #f5c45b33}

.pasteRow{display:flex;gap:8px;align-items:center}
.pasteRow input{flex:1;min-width:0}
.pasteRow .btn{white-space:nowrap}
input,textarea{-webkit-user-select:text;user-select:text}
.pasteRow textarea{flex:1;min-width:0;resize:vertical;font-family:inherit}
.uploadPreview{margin-top:10px;min-height:86px;border:1px dashed #5b4214;border-radius:14px;background:#0b0b0b;display:flex;align-items:center;justify-content:center;gap:10px;color:#bbb;overflow:hidden;padding:8px}
.uploadPreview img{width:96px;height:76px;object-fit:cover;border-radius:10px;border:1px solid #3d321b}
.uploadPreview small{color:#f5c45b;font-weight:700}
input[type=file]{cursor:pointer;background:#111}

/* Product details image: fixed 4:3 without zoom/cropping */
.productHero .bigPhoto{width:100%;height:auto;aspect-ratio:4/3;max-height:none;background:#0b0b0b}
.productHero .bigPhoto img{width:100%;height:100%;object-fit:contain}
.productHero .thumb{aspect-ratio:4/3;height:auto}
.socialLinks{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.socialLinks .btn{width:auto}

.specAdminGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}
.specGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin:20px 0}
.specCard{background:#14110a;border:1px solid #f5c45b;border-radius:16px;padding:14px}
.specCard b{display:block;color:#f5c45b;margin-bottom:6px}

/* Product list image fix: show complete Image 1 without crop/zoom */
.productCard .photo{height:175px;padding:10px;background:linear-gradient(135deg,#201400,#0b0b0b)}
.productCard .photo img{object-fit:contain;width:100%;height:100%}

/* Admin feature editor helper */
#productForm textarea[name="features"]{min-height:130px;line-height:1.6}
