:root{--gold:#cda85b;--black:#080808;--cream:#f4f0e8;--ink:#171511}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--black);color:#eee}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;font-weight:400}h1{font-size:clamp(54px,7vw,104px);line-height:.9;margin:16px 0 28px}h1 span,.eyebrow,i{color:var(--gold)}h2{font-size:clamp(36px,4vw,58px);margin:6px 0 12px}.eyebrow{letter-spacing:3px;font-size:11px;font-weight:bold}.lead{color:#777}header{height:76px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;position:absolute;z-index:10;width:100%;background:linear-gradient(#050505dd,transparent)}.logo{font-family:Georgia,serif;letter-spacing:2px;color:#e3c274;font-size:20px}.logo small{display:block;text-align:center;font:9px Arial;letter-spacing:5px;margin-top:5px}nav{display:flex;align-items:center;gap:28px}nav a{color:#eee;text-decoration:none;font-size:13px}.outline{border:1px solid var(--gold);padding:12px 17px}.menu{display:none;background:none;color:var(--gold);border:0;font-size:24px}.hero{height:760px;position:relative;background:radial-gradient(circle at 75% 45%,#5c4521 0,#19130c 24%,#050505 60%)}.hero:after{content:'PRIVATE LABEL';position:absolute;right:6%;bottom:9%;font:700 clamp(55px,10vw,150px) Georgia;color:#ffffff08}.heroContent{position:absolute;z-index:2;left:6%;top:25%;max-width:720px}.heroContent>p:not(.eyebrow){font-size:18px;line-height:1.65;max-width:650px;color:#ddd}.actions{display:flex;gap:14px;margin-top:30px}.btn{display:inline-block;background:linear-gradient(90deg,#f0d18a,#b78d3c);color:#15100a;padding:15px 24px;text-decoration:none;border:0;font-weight:bold;font-size:12px;letter-spacing:.5px}.ghost{background:transparent;color:#e8d39d;border:1px solid #8e743c}.trust{display:grid;grid-template-columns:repeat(5,1fr);padding:22px 5vw;border-top:1px solid #302a1d;border-bottom:1px solid #302a1d;color:#ddd;text-align:center;font-size:12px}.light,.dark,.contact,.reach{padding:70px 5vw}.light{background:var(--cream);color:var(--ink)}.dark{background:#0b0b0b}.cards{display:grid;gap:12px;margin-top:30px}.products{grid-template-columns:repeat(4,1fr)}.cards article{border:1px solid #6d5931;padding:28px 20px;min-height:140px}.products article{background:linear-gradient(145deg,#17130e,#050505);color:white;min-height:180px;display:flex;flex-direction:column;justify-content:flex-end}.products b{color:#e6c77e}.products p{color:#aaa;font-size:12px}.intro{display:grid;grid-template-columns:1.2fr 1fr;gap:70px}.features{display:grid;grid-template-columns:1fr 1fr;gap:25px;align-content:center}.features span{border-bottom:1px solid #332b1d;padding:18px;color:#e3d5b6}.steps{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;margin-top:35px}.steps i{font:32px Georgia}.steps h3{font-size:20px}.steps p{font-size:13px;color:#666;line-height:1.5}.split{display:grid;grid-template-columns:2fr 1fr;gap:80px}.split li{margin:14px 0;color:#bbb}.split aside{border:1px solid var(--gold);padding:35px;align-self:center;color:#d6bd7f}.four{grid-template-columns:repeat(4,1fr)}.four p{color:#aaa;line-height:1.6}.reach{background:radial-gradient(circle at 75%,#4d3817,#090909 45%);display:grid;grid-template-columns:1fr 1fr;align-items:center}.stats{display:flex;justify-content:space-around;text-align:center;color:#e7c46e;font:32px Georgia}.stats span{display:block;font:11px Arial;color:#bbb;margin-top:8px}.faq{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;margin-top:30px}.faq details{border:1px solid #d5c7ad;padding:18px;background:#faf8f2}.faq summary{font-weight:bold;cursor:pointer}.faq p{line-height:1.6;color:#555}.contact{display:grid;grid-template-columns:1fr 1fr;gap:80px;background:#0b0b0b}.contact a{color:#e2c478}.contact form{display:grid;gap:12px}.contact input,.contact select,.contact textarea{background:#111;border:1px solid #554725;padding:15px;color:white}.contact textarea{min-height:130px}footer{padding:45px 5vw;border-top:1px solid #2f281b;color:#888;display:grid;grid-template-columns:1fr 2fr 1fr;gap:30px;align-items:center;font-size:12px}@media(max-width:850px){header nav{display:none;position:absolute;top:70px;left:0;right:0;background:#080808;padding:25px;flex-direction:column}header nav.open{display:flex}.menu{display:block}.hero{height:680px}.heroContent{top:20%;right:6%}.trust{grid-template-columns:1fr 1fr;gap:15px}.products,.four{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr}.intro,.split,.reach,.contact{grid-template-columns:1fr}.faq{grid-template-columns:1fr}.stats{gap:20px;flex-wrap:wrap}footer{grid-template-columns:1fr}.features{grid-template-columns:1fr}}@media(max-width:500px){.products,.four,.steps{grid-template-columns:1fr}.heroContent>p:not(.eyebrow){font-size:15px}.actions{flex-direction:column;align-items:flex-start}.trust{grid-template-columns:1fr}}

/* V2 image integration */
.hero{background-image:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.46) 48%,rgba(0,0,0,.18) 100%),url('images/hero.jpg');background-size:cover;background-position:center}
.products article{padding:0 0 16px;overflow:hidden}
.products article img{width:100%;height:190px;object-fit:cover;display:block;margin-bottom:14px;border-bottom:1px solid rgba(184,139,62,.28)}
.products article b,.products article p{display:block;padding-left:14px;padding-right:14px}
.factoryVisual img{width:100%;height:100%;min-height:320px;object-fit:cover;border:1px solid rgba(184,139,62,.45);border-radius:4px}
#quality.split{grid-template-columns:1.1fr 1fr .55fr;align-items:stretch}
@media(max-width:900px){#quality.split{grid-template-columns:1fr}.products article img{height:160px}.hero{background-position:62% center}}

/* V3 high-resolution image fitting */
.hero{background-size:cover;background-position:center center;background-repeat:no-repeat;}
.products article{background:#0b0b0b;}
.products article img{height:230px;object-fit:cover;object-position:center 46%;image-rendering:auto;}
.factoryVisual{min-height:360px;}
.factoryVisual img{height:100%;min-height:360px;object-fit:cover;object-position:center;}
@media(max-width:1200px){.hero{background-position:58% center}.products article img{height:205px}}
@media(max-width:850px){.hero{background-position:67% center}.hero:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.18)}.products article img{height:220px}}
@media(max-width:500px){.hero{background-position:70% center}.products article img{height:260px}}

/* V4 product image composition fix */
.products{grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}
.products article{min-width:0;padding:0 0 14px;overflow:hidden}
.products article img{width:100%;height:250px;object-fit:contain;object-position:center center;background:#e9dfd0;padding:12px 8px;margin:0 0 14px;border-bottom:1px solid rgba(184,139,62,.28)}
@media(max-width:1450px){.products{grid-template-columns:repeat(4,1fr)}.products article img{height:300px}}
@media(max-width:850px){.products{grid-template-columns:repeat(2,1fr)}.products article img{height:280px}}
@media(max-width:500px){.products{grid-template-columns:1fr}.products article img{height:360px;padding:18px}}

/* V5 — harmonized product showcase */
#products.light{padding:64px 4.2vw 72px;background:#f6f2ea}
#products .eyebrow{margin:0 0 10px;color:#b88936}
#products h2{font-size:clamp(38px,3.8vw,64px);line-height:1.03;margin:0 0 18px;color:#17130e}
#products>.lead{margin:0 0 34px;font-size:16px;line-height:1.55;color:#6e6a64}
#products .products{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:14px;margin-top:0;align-items:stretch}
#products .products article{display:grid;grid-template-rows:300px 1fr;min-height:420px;padding:0;margin:0;border:1px solid rgba(143,106,45,.35);background:#0a0a09;overflow:hidden;box-shadow:0 8px 24px rgba(25,17,7,.05)}
#products .products article img{display:block;width:100%;height:300px;margin:0;padding:0;border:0;background:#e9dfd0;object-fit:cover;object-position:center center;image-rendering:auto}
#products .products article b{display:block;padding:18px 16px 0;color:#e6bd61;font-size:15px;line-height:1.12;font-family:Arial,Helvetica,sans-serif}
#products .products article p{display:block;margin:0;padding:8px 16px 18px;color:#c8c4bc;font-size:12px;line-height:1.35}
/* Per-product focal-point tuning: preserve the full visual subject while keeping cards uniform */
#products .products article:nth-child(1) img{object-position:center 52%}
#products .products article:nth-child(2) img{object-position:center 55%}
#products .products article:nth-child(3) img{object-position:center 50%}
#products .products article:nth-child(4) img{object-position:center 48%}
#products .products article:nth-child(5) img{object-position:center 52%}
#products .products article:nth-child(6) img{object-position:center 50%}
#products .products article:nth-child(7) img{object-position:center 50%}
#products .products article:nth-child(8) img{object-position:center 50%}
@media(max-width:1550px){#products .products{grid-template-columns:repeat(4,1fr)}#products .products article{grid-template-rows:330px 1fr}#products .products article img{height:330px}}
@media(max-width:900px){#products.light{padding-left:5vw;padding-right:5vw}#products .products{grid-template-columns:repeat(2,1fr)}#products .products article{grid-template-rows:360px 1fr}#products .products article img{height:360px}}
@media(max-width:520px){#products .products{grid-template-columns:1fr}#products .products article{grid-template-rows:420px 1fr}#products .products article img{height:420px}#products h2{font-size:40px}}

/* V6 — compact product cards for desktop + mobile */
#products.light{padding-top:52px;padding-bottom:58px}
#products .products{gap:10px}
#products .products article{grid-template-rows:190px auto;min-height:292px}
#products .products article img{height:190px;object-fit:cover}
#products .products article b{padding:13px 12px 0;font-size:13px}
#products .products article p{padding:6px 12px 13px;font-size:11px}
@media(max-width:1550px){
  #products .products{grid-template-columns:repeat(4,1fr);gap:12px}
  #products .products article{grid-template-rows:205px auto;min-height:306px}
  #products .products article img{height:205px}
}
@media(max-width:900px){
  #products .products{grid-template-columns:repeat(2,1fr);gap:10px}
  #products .products article{grid-template-rows:170px auto;min-height:268px}
  #products .products article img{height:170px}
  #products .products article b{font-size:12px;padding:12px 10px 0}
  #products .products article p{font-size:10.5px;padding:6px 10px 12px}
}
@media(max-width:520px){
  #products.light{padding:42px 16px 48px}
  #products .products{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  #products .products article{grid-template-rows:135px auto;min-height:230px}
  #products .products article img{height:135px}
  #products .products article b{font-size:11px;line-height:1.15;padding:10px 8px 0}
  #products .products article p{font-size:9.5px;line-height:1.25;padding:5px 8px 10px}
  #products h2{font-size:34px}
  #products>.lead{font-size:14px;margin-bottom:24px}
}


/* V8 — persistent navigation + back-to-top (fixed) */
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{padding-top:76px}
header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%;z-index:9999;background:rgba(5,5,5,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(184,139,62,.28);box-shadow:0 8px 28px rgba(0,0,0,.2)}
header nav{z-index:10001}
section[id]{scroll-margin-top:92px}
.back-to-top{position:fixed;right:24px;bottom:24px;z-index:10020;width:48px;height:48px;padding:0;border:1px solid #d4ae58;border-radius:50%;background:#0a0a09;color:#e6bd61;font:700 25px/1 Arial,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease,background .2s ease,color .2s ease;box-shadow:0 8px 26px rgba(0,0,0,.32)}
.back-to-top.show{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.back-to-top:hover{background:#d4ae58;color:#090909}
@media(max-width:850px){
 html{scroll-padding-top:72px}
 body{padding-top:70px}
 header{height:70px;padding:0 18px;display:flex;align-items:center;justify-content:space-between}
 header .logo{position:relative;z-index:10003}
 header .menu{display:block;position:relative;z-index:10003;margin-left:auto;background:transparent;border:1px solid rgba(212,174,88,.55);color:#e6bd61;border-radius:4px;padding:8px 11px;font-size:22px;line-height:1;cursor:pointer}
 header nav{display:none;position:fixed!important;top:70px!important;left:0!important;right:0!important;width:100%;max-height:calc(100vh - 70px);overflow-y:auto;background:rgba(5,5,5,.99);padding:20px 18px 24px;flex-direction:column;gap:0;border-top:1px solid rgba(184,139,62,.24);border-bottom:1px solid rgba(184,139,62,.28);box-shadow:0 18px 30px rgba(0,0,0,.3)}
 header nav.open{display:flex!important}
 header nav a{display:block;width:100%;padding:13px 4px;border-bottom:1px solid rgba(255,255,255,.07)}
 header nav a.outline{margin-top:12px;width:auto;text-align:center}
 section[id]{scroll-margin-top:78px}
 .back-to-top{right:15px;bottom:16px;width:44px;height:44px;font-size:22px}
}
