
:root{
  --bg:#120b08; --surface:#21140e; --surface2:#2b1a11; --gold:#d7a84a; --gold2:#f1cf79;
  --text:#fffaf0; --muted:#d7c7b8; --green:#1fa855; --line:rgba(255,255,255,.11);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:"DM Sans",sans-serif;background:#f7f2ea;color:#24160f}
img{display:block;max-width:100%} a{text-decoration:none;color:inherit} button,input{font:inherit}
.topbar{background:#0d5f37;color:#fff;text-align:center;padding:.7rem 1rem;font-weight:700;font-size:.92rem}
.header{position:sticky;top:0;z-index:20;height:78px;background:rgba(18,11,8,.96);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);color:#fff}
.brand{display:flex;align-items:center;gap:.8rem;font-family:"Playfair Display",serif;font-weight:700}
.brand img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:1px solid var(--gold)}
.nav{display:flex;gap:1.5rem;color:var(--muted)} .nav a:hover{color:#fff}
.cart-btn{border:1px solid var(--gold);background:transparent;color:#fff;padding:.7rem 1rem;border-radius:999px;cursor:pointer}
.cart-btn span{display:inline-grid;place-items:center;min-width:22px;height:22px;background:var(--gold);color:#1a110b;border-radius:999px;margin-left:.35rem;font-weight:800}
.hero{position:relative;min-height:72vh;display:grid;align-items:center;overflow:hidden;background:#1a100b}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 35%}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,6,4,.92) 0%,rgba(10,6,4,.58) 48%,rgba(10,6,4,.15) 100%);z-index:1}
.hero-content{position:relative;z-index:2;color:#fff;max-width:720px;padding:7rem 7vw}
.eyebrow{display:inline-block;color:var(--gold2);text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:800;margin-bottom:.8rem}
h1,h2,h3{font-family:"Playfair Display",serif;margin:0 0 1rem} h1{font-size:clamp(3rem,7vw,6.3rem);line-height:.95} h2{font-size:clamp(2.2rem,4vw,4rem);line-height:1.05}
.hero p{font-size:1.15rem;line-height:1.7;color:#efe5dc;max-width:620px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}
.btn{display:inline-flex;justify-content:center;align-items:center;padding:.95rem 1.25rem;border-radius:12px;font-weight:800;border:1px solid transparent;cursor:pointer}
.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#20140d}.btn-ghost{border-color:rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.06)}
.btn-light{background:#fff;color:#24160f}.full{width:100%}
.benefits{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#d8cdbf;border-bottom:1px solid #d8cdbf}
.benefits article{background:#fff;padding:1.4rem 1.2rem;display:flex;flex-direction:column;gap:.35rem}.benefits span{color:#6f6257;font-size:.9rem}
.section{padding:6rem 6vw}.section-heading{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:2.3rem}.section-heading>p{max-width:520px;color:#6d6056}
.tools{display:flex;gap:1rem;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap}
.tools input{min-width:260px;flex:1;max-width:440px;border:1px solid #d8cdbf;background:#fff;padding:.9rem 1rem;border-radius:12px}
.filters{display:flex;gap:.6rem;flex-wrap:wrap}.filter{border:1px solid #d8cdbf;background:#fff;padding:.65rem .9rem;border-radius:999px;cursor:pointer}.filter.active{background:#24160f;color:#fff;border-color:#24160f}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}
.card{background:#fff;border:1px solid #e6ddd2;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 12px 40px rgba(57,35,23,.06)}
.card img{width:100%;height:260px;object-fit:cover}.card-body{padding:1.1rem;display:flex;flex-direction:column;gap:.75rem;height:100%}.pill{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#7b5c2b;font-weight:800}
.card h3{font-family:"DM Sans",sans-serif;font-size:1.05rem;margin:0}.card p{color:#6d6056;margin:0;font-size:.9rem;line-height:1.5}
.price{display:flex;flex-direction:column;gap:.25rem;margin-top:auto}.price strong{font-size:1.15rem}.price span{font-size:.84rem;color:#6d6056}
.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.card-actions button,.card-actions a{padding:.75rem;border-radius:10px;font-weight:800;text-align:center;font-size:.87rem}
.add-btn{background:#24160f;color:#fff;border:none;cursor:pointer}.quote-btn{background:#f3eadf;color:#3b281d}
.wholesale{margin:2rem 6vw 0;background:var(--surface);color:#fff;border-radius:28px;overflow:hidden;display:grid;grid-template-columns:1.05fr 1fr}
.wholesale img{width:100%;height:100%;min-height:520px;object-fit:cover}.wholesale>div{padding:4.5rem}.wholesale p,.wholesale li{color:#d7c7b8;line-height:1.7}.wholesale ul{padding-left:1.2rem;margin:1.5rem 0 2rem}
.split{display:grid;grid-template-columns:.8fr 1.2fr;gap:4rem;align-items:center}.split-content p{color:#6d6056;line-height:1.8}.split-gallery{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.split-gallery img{width:100%;height:280px;object-fit:cover;border-radius:18px}.split-gallery img:first-child{grid-row:span 2;height:100%}
.shipping{margin:0 6vw 6rem;padding:3rem 3.4rem;background:linear-gradient(135deg,#0f6a3e,#174d34);color:#fff;border-radius:24px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.shipping p{color:#d9f1e4}
.reviews{background:#efe7dc}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.review-card{background:#fff;border-radius:16px;padding:1.2rem;border:1px solid #dfd5c8}.review-card strong{display:block;margin-bottom:.45rem}.stars{color:#d9a222;letter-spacing:.12em}.review-note{margin-top:1rem;color:#7a6e64;font-size:.9rem}
.footer{background:#120b08;color:#fff;padding:3.5rem 6vw;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer img{width:86px;border-radius:50%;margin-bottom:1rem}.footer div{display:flex;flex-direction:column;gap:.7rem}.footer span,.footer a,.footer p{color:#d7c7b8}
.wa-float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#25d366;display:grid;place-items:center;font-size:1.5rem;z-index:25;box-shadow:0 10px 30px rgba(0,0,0,.28)}
.cart-drawer{position:fixed;right:0;top:0;height:100vh;width:min(430px,100%);background:#fff;z-index:40;transform:translateX(100%);transition:.3s ease;display:flex;flex-direction:column;box-shadow:-20px 0 60px rgba(0,0,0,.2)}.cart-drawer.open{transform:translateX(0)}
.backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:35;opacity:0;pointer-events:none;transition:.3s}.backdrop.show{opacity:1;pointer-events:auto}
.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem;border-bottom:1px solid #e7ded4}.cart-header h3{margin:0}.cart-header button{border:none;background:none;font-size:1.3rem;cursor:pointer}
.cart-items{padding:1rem;overflow:auto;flex:1}.empty{text-align:center;color:#7b7068;padding:4rem 1rem}.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:.8rem;padding:.9rem 0;border-bottom:1px solid #eee5dc}.cart-item img{width:64px;height:64px;object-fit:cover;border-radius:10px}.cart-item h4{margin:0 0 .3rem;font-size:.95rem}.cart-item small{color:#75695f}.qty{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.qty button{width:26px;height:26px;border:1px solid #ddd0c2;background:#fff;border-radius:7px;cursor:pointer}
.cart-item-side{display:flex;min-width:92px;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:.6rem;text-align:right}.cart-item-side strong{font-size:.92rem;white-space:nowrap}.remove{border:none;background:none;color:#a53a2b;cursor:pointer}.cart-footer{border-top:1px solid #e7ded4;padding:1rem}.cart-summary{display:flex;justify-content:space-between;margin-bottom:.7rem}.freight-hint{font-size:.84rem;color:#5e725f;margin-bottom:.9rem}.clear-cart{width:100%;border:none;background:none;padding:.8rem;color:#8b392e;cursor:pointer}
@media(max-width:1050px){.benefits{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.nav{display:none}.wholesale{grid-template-columns:1fr}.wholesale img{min-height:360px}.split{grid-template-columns:1fr}.review-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.header{padding:0 1rem}.brand span{display:none}.hero-content{padding:6rem 1.2rem 4rem}.hero{min-height:70vh}.benefits{grid-template-columns:1fr 1fr}.section{padding:4rem 1rem}.section-heading{align-items:start;flex-direction:column}.product-grid{grid-template-columns:1fr 1fr}.card img{height:210px}.wholesale{margin:1rem;border-radius:20px}.wholesale>div{padding:2rem}.split-gallery{grid-template-columns:1fr}.split-gallery img:first-child{grid-row:auto;height:280px}.shipping{margin:0 1rem 4rem;padding:2rem;flex-direction:column;align-items:flex-start}.review-grid{grid-template-columns:1fr}.footer{grid-template-columns:1fr;padding:3rem 1rem}.cart-btn{font-size:.85rem}}
@media(max-width:480px){.product-grid{grid-template-columns:1fr}.benefits{grid-template-columns:1fr}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.tools input{min-width:100%}}
