
:root{--black:#070809;--panel:#111417;--gold:#d7aa31;--gold2:#f0d06c;--white:#fff;--muted:#9ea3a6;--line:#282c2f}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#fff;color:#141414}a{text-decoration:none;color:inherit}.container{width:min(1460px,96%);margin:auto}button,input,select,textarea{font:inherit}
.nav{background:#fff;color:#111;position:sticky;top:0;z-index:30;border-bottom:1px solid #222}.navin{height:82px;display:flex;align-items:center;gap:28px}.logo{display:flex;align-items:center;gap:10px;min-width:265px}.logo-img{width:285px;height:72px;object-fit:contain;display:block}.logo-mark{font-weight:900;font-style:italic;font-size:42px;color:var(--gold)}.logo-text b{font-size:24px;font-style:italic}.logo-text small{display:block;letter-spacing:.28em;color:#ddd;font-size:9px}.navlinks{display:flex;gap:28px;flex:1}.navlinks a{padding:31px 0;border-bottom:2px solid transparent;font-size:14px;color:#171717}.navlinks a:hover,.navlinks a.active{color:#b88716;border-color:var(--gold)}.navsearch{width:290px;position:relative}.navsearch input{width:100%;padding:12px 38px 12px 14px;background:#f4f4f2;color:#222;border:1px solid #d9d9d5;border-radius:8px}.hamb{display:none;margin-left:auto;background:#f3f3f1;color:#111;border:1px solid #ccc;border-radius:8px;padding:9px 12px}
.hero{background:radial-gradient(circle at 64% 50%,#3b2508 0,#171005 25%,#060708 58%),#060708;color:#fff;display:grid;grid-template-columns:1.12fr .88fr;min-height:355px;overflow:hidden}.hero-copy{padding:38px 4vw}.hero-copy h1{font-size:clamp(38px,4.1vw,66px);line-height:1.02;margin:0 0 16px;letter-spacing:-.045em}.hero-copy h1 span{color:var(--gold)}.hero-copy p{color:#d7d7d1;max-width:700px;line-height:1.6}.trustrow{display:flex;gap:28px;flex-wrap:wrap;margin-top:24px}.trust{font-size:13px;display:flex;gap:10px;align-items:center}.trust i{font-style:normal;font-size:26px;color:var(--gold)}.hero-product{display:flex;align-items:center;justify-content:center;position:relative;min-height:355px}.hero-product:before{content:"";position:absolute;width:430px;height:430px;border:2px solid rgba(215,170,49,.75);border-radius:50%;box-shadow:0 0 60px rgba(215,170,49,.25),inset 0 0 60px rgba(215,170,49,.1)}.hero-stack{display:flex;gap:10px;z-index:1;align-items:end}.hero-stack img{width:180px;height:180px;object-fit:contain;background:#fff;border-radius:18px;box-shadow:0 28px 55px #0009}.hero-stack img:nth-child(2){width:210px;height:210px;transform:translateY(14px)}
.cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:7px;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#111;padding:11px 18px;font-weight:800}.cta.dark{background:#111;color:#fff;border:1px solid #34383b}.cta:hover{filter:brightness(1.05)}
.category-strip{background:#f4f2ed;border-bottom:1px solid #dedbd4}.catgrid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;padding:12px 0}.catbtn{background:#fbfaf7;border:1px solid #e8e4da;border-radius:9px;padding:12px 7px;text-align:center;font-size:12px}.catbtn:hover,.catbtn.active{background:linear-gradient(135deg,#f1d470,#d1a129)}.catbtn span{display:block;font-size:24px;margin-bottom:5px}
.section{padding:58px 0}.section.soft{background:#f5f5f3}.section.dark{background:#0b0d0e;color:#fff}.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-title h2{font-size:32px;margin:0}.section-title p{color:#777;margin:6px 0 0}.pagehead{background:#0b0d0e;color:#fff;padding:42px 0}.pagehead h1{margin:0;font-size:42px}.pagehead p{color:#aaa}.breadcrumb{font-size:12px;color:#92979a;margin-bottom:10px}.breadcrumb a{color:var(--gold2)}
.product-shell{display:grid;grid-template-columns:270px 1fr}.filters{background:#0c1012;color:#fff;padding:22px}.filter-head{display:flex;justify-content:space-between;border-bottom:1px solid #333;padding-bottom:14px}.filter-group{border-bottom:1px solid #303438;padding:0 0 18px;margin:18px 0}.check{display:flex;gap:8px;font-size:12px;color:#ddd;margin:10px 0}.products-panel{padding:18px 24px 50px}.toolbar{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:16px}.tool-actions{display:flex;gap:8px}.tool-actions input,.tool-actions select{padding:10px;border:1px solid #ddd;border-radius:7px;background:#f8f8f8}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.product-card{border:1px solid #e1e1df;border-radius:8px;background:#fff;overflow:hidden;position:relative;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #00000014}.pic{display:flex;align-items:center;justify-content:center;aspect-ratio:1;background:white}.pic img{width:100%;height:100%;object-fit:contain}.body{padding:12px}.body h3{font-size:15px;margin:0 0 4px}.meta{font-size:11px;color:#666;margin-bottom:10px}.body .cta{width:100%;padding:9px;font-size:12px}.pill{position:absolute;left:10px;top:10px;z-index:2;background:var(--gold);padding:5px 8px;border-radius:999px;font-size:9px;font-weight:800}
.valuebar{background:#0b0d0e;color:#fff;border-top:1px solid #242729}.values{display:grid;grid-template-columns:repeat(4,1fr)}.value{padding:20px 25px;border-right:1px solid #25282a}.value b{display:block;font-size:13px}.value span{font-size:11px;color:#999}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.info-card{padding:25px;background:#fff;border:1px solid #ddd;border-radius:14px}.info-card h3{margin:10px 0 8px}.info-card p{color:#666;line-height:1.6}.iconbox{width:46px;height:46px;background:#f2dda0;border-radius:12px;display:grid;place-items:center;font-size:22px}.split{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.copy h2{font-size:40px;margin:0 0 14px}.copy p,.copy li{color:#666;line-height:1.8}.visual{background:radial-gradient(circle,#3a280c,#0a0b0c 68%);min-height:410px;border-radius:18px;display:flex;align-items:center;justify-content:center;padding:30px}.visual img{max-width:85%;max-height:350px;object-fit:contain;background:white;border-radius:16px}
.form-card{background:white;border:1px solid #ddd;border-radius:16px;padding:25px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:700}.field input,.field textarea,.field select{padding:12px;border:1px solid #d7d7d4;border-radius:8px;background:#fafafa}.field textarea{min-height:120px}.notice{font-size:12px;color:#777}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.contact-card{background:#111416;color:#fff;border-radius:15px;padding:24px}.contact-card .icon{font-size:27px;color:var(--gold)}.contact-card p{color:#aaa;line-height:1.6}.faq{border:1px solid #ddd;border-radius:10px;overflow:hidden;margin-bottom:10px}.faq button{width:100%;padding:16px;background:white;border:0;text-align:left;font-weight:800;display:flex;justify-content:space-between}.faq .answer{display:none;padding:0 16px 16px;color:#666;line-height:1.7}.faq.open .answer{display:block}
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:45px}.gallery-main{min-height:510px;border:1px solid #ddd;border-radius:14px;display:flex;align-items:center;justify-content:center}.gallery-main img{max-width:95%;max-height:490px;object-fit:contain}.detail-copy h1{font-size:44px;margin:6px 0}.badge{display:inline-block;background:#f0d169;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:800}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:20px 0}.feature-chip{background:#f5f5f2;padding:12px;border-radius:8px;font-size:13px}.enquirybar{display:flex;gap:10px;flex-wrap:wrap}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gallery-item{border:1px solid #ddd;border-radius:10px;background:white;overflow:hidden}.gallery-item img{width:100%;aspect-ratio:1;object-fit:contain}.gallery-item div{padding:12px;font-weight:700;font-size:13px}
.wa-icon{width:22px;height:22px;display:block;flex:0 0 auto}.floating{position:fixed;right:12px;top:48%;z-index:20;display:flex;flex-direction:column;gap:7px}.floatbtn{width:62px;height:72px;background:#151719;color:#fff;border-radius:14px 0 0 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:10px}.floatbtn b{font-size:23px}.floatbtn.wa{background:#16aa4e}
.footer{background:#080a0b;color:#ddd;padding:42px 0 20px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.4fr;gap:30px}.footer h4{color:#fff}.footer .logo{background:#fff;border-radius:8px;padding:4px 8px;width:max-content}.footer .logo-img{width:250px;height:78px;object-fit:contain;display:block}.footer-logo{min-width:0!important}.footer p,.footer a{font-size:12px;color:#aaa;line-height:1.8}.copyright{border-top:1px solid #242729;margin-top:28px;padding-top:17px;font-size:11px;color:#777;display:flex;justify-content:space-between;flex-wrap:wrap}
.toast{position:fixed;left:50%;bottom:25px;transform:translateX(-50%) translateY(20px);background:#111;color:white;padding:12px 18px;border-radius:8px;opacity:0;transition:.25s;z-index:90}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.legal p,.legal li{color:#555;line-height:1.8}
@media(max-width:1150px){.product-grid{grid-template-columns:repeat(3,1fr)}.navsearch{display:none}.navlinks{gap:18px}.logo{min-width:220px}}
@media(max-width:900px){.navin{height:auto;padding:12px 0;flex-wrap:wrap}.navlinks{display:none;order:3;width:100%;flex-direction:column;gap:0}.navlinks.open{display:flex}.navlinks a{padding:12px 0}.hamb{display:block}.hero{grid-template-columns:1fr}.catgrid{grid-template-columns:repeat(3,1fr)}.product-shell{grid-template-columns:1fr}.filters{display:none}.product-grid{grid-template-columns:repeat(2,1fr)}.split,.product-detail{grid-template-columns:1fr}.info-grid,.contact-cards,.values{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}.wa-icon{width:22px;height:22px;display:block;flex:0 0 auto}.floating{display:none}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.topitems{font-size:11px}.hero-copy{padding:34px 5vw}.hero-stack img{width:120px;height:120px}.hero-stack img:nth-child(2){width:145px;height:145px}.hero-product:before{width:280px;height:280px}.catgrid{grid-template-columns:repeat(2,1fr)}.products-panel{padding:14px 9px 40px}.product-grid{grid-template-columns:1fr 1fr;gap:8px}.body{padding:9px}.toolbar{flex-direction:column;align-items:flex-start}.tool-actions{width:100%;flex-direction:column}.tool-actions input,.tool-actions select{width:100%}.info-grid,.contact-cards,.values,.footer-grid,.form-grid,.feature-list{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr}.pagehead h1{font-size:34px}.product-detail{gap:24px}.gallery-main{min-height:320px}}
