*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--gold:#b8942e;--gold-light:#d4b45a;--dark:#0e1a12;--dark-mid:#1a2b1f;--mid:#2c4235;--text:#e8ede9;--text-muted:#9ead9f;--white:#fafaf8}html{scroll-behavior:smooth}body{background:var(--dark);color:var(--text);font-family:Jost,sans-serif;line-height:1.6;overflow-x:hidden}nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0e1a12f5;border-bottom:1px solid #b8942e33;justify-content:space-between;align-items:center;padding:.8rem 4rem;transition:padding .3s;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{align-items:center;gap:1rem;text-decoration:none;display:flex}.nav-logo img{object-fit:contain;filter:drop-shadow(0 0 8px #b8942e40);width:56px;height:56px}.nav-logo-text{color:var(--white);letter-spacing:.5px;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;line-height:1.2}.nav-logo-text span{color:var(--gold);letter-spacing:2px;text-transform:uppercase;font-family:Jost,sans-serif;font-size:.58rem;font-weight:400;display:block}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--text-muted);letter-spacing:1.5px;text-transform:uppercase;font-size:.78rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--gold)}.nav-cta{border:1px solid var(--gold);color:var(--gold);letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;background:0 0;padding:.5rem 1.4rem;font-family:Jost,sans-serif;font-size:.72rem;text-decoration:none;transition:all .25s}.nav-cta:hover{background:var(--gold);color:var(--dark)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;display:none}.hamburger span{background:var(--text);width:24px;height:1.5px;display:block}.mobile-menu{z-index:99;background:var(--dark);flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:none;position:fixed;inset:0}.mobile-menu.open{display:flex}.mobile-menu a{color:var(--white);font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:300;text-decoration:none}.mobile-menu a:hover{color:var(--gold)}.mobile-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1.5rem;position:absolute;top:1.5rem;right:2rem}#hero{grid-template-columns:1fr 1fr;min-height:100vh;display:grid;position:relative;overflow:hidden}.hero-left{z-index:2;flex-direction:column;justify-content:center;padding:8rem 4rem 4rem;display:flex;position:relative}.hero-tag{letter-spacing:3px;text-transform:uppercase;color:var(--gold);align-items:center;gap:.6rem;margin-bottom:2rem;font-size:.65rem;display:inline-flex}.hero-tag:before{content:"";background:var(--gold);width:30px;height:1px;display:block}.hero-h1{color:var(--white);margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.8rem,5vw,4.8rem);font-weight:300;line-height:1.1}.hero-h1 em{color:var(--gold-light);font-style:italic}.hero-sub{color:var(--text-muted);max-width:420px;margin-bottom:2.5rem;font-size:.9rem;font-weight:300;line-height:1.7}.hero-btns{flex-wrap:wrap;gap:1rem;display:flex}.btn-primary{background:var(--gold);color:var(--dark);letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;border:none;padding:.8rem 2rem;font-family:Jost,sans-serif;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .25s}.btn-primary:hover{background:var(--gold-light)}.btn-outline{color:var(--text);letter-spacing:1.5px;text-transform:uppercase;border:1px solid #b8942e66;padding:.8rem 2rem;font-family:Jost,sans-serif;font-size:.75rem;font-weight:400;text-decoration:none;transition:all .25s}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.hero-stats{border-top:1px solid #ffffff14;gap:2.5rem;margin-top:3.5rem;padding-top:2rem;display:flex}.stat-num{color:var(--gold);font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600}.stat-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted);font-size:.65rem}.hero-right{position:relative;overflow:hidden}.hero-right img{object-fit:cover;filter:brightness(.35)saturate(.6);width:100%;height:100%}.hero-right-overlay{background:linear-gradient(to right,var(--dark) 0%,transparent 40%);position:absolute;inset:0}.hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;background:#0e1a12d9;border:1px solid #b8942e66;padding:1.5rem;position:absolute;bottom:3rem;right:3rem}.hero-badge .badge-num{font-size:2rem;line-height:1;display:block}.hero-badge .badge-label{letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);margin-top:.3rem;font-size:.6rem;display:block}.gold-rule{background:linear-gradient(90deg,transparent,var(--gold),transparent);height:1px}section{padding:6rem 4rem}.section-tag{letter-spacing:3px;text-transform:uppercase;color:var(--gold);align-items:center;gap:.6rem;margin-bottom:1rem;font-size:.65rem;display:inline-flex}.section-tag:before{content:"";background:var(--gold);width:24px;height:1px;display:block}.section-h2{color:var(--white);margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;line-height:1.2}.section-lead{color:var(--text-muted);max-width:600px;font-size:.88rem;font-weight:300;line-height:1.7}#about{background:var(--dark-mid)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-visual-inner{border:1px solid #b8942e40;padding:3rem 2.5rem;position:relative}.about-visual-inner:before{content:"";background:linear-gradient(90deg,transparent,var(--gold),transparent);height:3px;position:absolute;top:-1px;left:20px;right:20px}.about-visual-inner:after{content:"";background:linear-gradient(90deg,transparent,var(--gold),transparent);height:3px;position:absolute;bottom:-1px;left:20px;right:20px}.about-value-list{list-style:none}.about-value-list li{color:var(--text-muted);border-bottom:1px solid #ffffff0f;align-items:center;gap:1rem;padding:.8rem 0;font-size:.85rem;font-weight:300;display:flex}.about-value-list li:last-child{border-bottom:none}.value-dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:6px;height:6px}.about-value-list li strong{color:var(--white);font-weight:500}.mv-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;display:grid}.mv-card{border:1px solid #b8942e33;border-left:3px solid var(--gold);padding:1.5rem}.mv-card h4{color:var(--gold);margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:600}.mv-card p{color:var(--text-muted);font-size:.78rem;font-weight:300;line-height:1.6}#products{background:var(--dark)}.products-intro{grid-template-columns:1fr 1fr;align-items:end;gap:4rem;margin-bottom:3rem;display:grid}.products-grid{background:#b8942e1a;grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.product-card{background:var(--dark);flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.product-card:hover .prod-img img{transform:scale(1.05)}.prod-img{width:100%;height:220px;position:relative;overflow:hidden}.prod-img img{object-fit:cover;filter:brightness(.85);width:100%;height:100%;transition:transform .5s}.prod-img-overlay{background:linear-gradient(#0000 40%,#0e1a12e6 100%);position:absolute;inset:0}.product-body{border:1px solid #b8942e14;border-top:none;flex:1;padding:1.8rem;position:relative}.product-body:after{content:"";background:var(--gold);transform-origin:0;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.product-card:hover .product-body:after{transform:scaleX(1)}.product-card h3{color:var(--white);margin-bottom:.7rem;font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:600}.product-card p{color:var(--text-muted);font-size:.8rem;font-weight:300;line-height:1.7}.product-specs{flex-direction:column;gap:.4rem;margin-top:1.2rem;display:flex}.spec-tag{letter-spacing:1px;text-transform:uppercase;color:var(--gold-light);font-size:.65rem}.spec-tag:before{content:"→ "}.products-extra{background:#b8942e1a;grid-template-columns:1fr 1fr;gap:2px;margin-top:2px;display:grid}.product-wide{background:var(--dark-mid);grid-template-columns:280px 1fr;display:grid;overflow:hidden}.product-wide:hover .prod-img img{transform:scale(1.05)}.product-wide .prod-img{height:100%;min-height:200px}.product-wide .product-body{border:none;border-left:1px solid #b8942e1a;flex-direction:column;justify-content:center;display:flex}#processing{background:var(--dark-mid)}.processing-layout{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.process-steps{flex-direction:column;margin-top:2rem;display:flex}.process-step{border-bottom:1px solid #ffffff0f;gap:1.5rem;padding:1.5rem 0;display:flex}.process-step:last-child{border-bottom:none}.step-num{color:var(--gold);flex-shrink:0;min-width:2rem;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;line-height:1}.step-content h4{color:var(--white);margin-bottom:.3rem;font-size:.85rem;font-weight:500}.step-content p{color:var(--text-muted);font-size:.78rem;font-weight:300;line-height:1.6}.processing-img-block{position:relative}.processing-img-block img{object-fit:cover;filter:brightness(.75);width:100%;height:420px;display:block}.processing-img-caption{background:linear-gradient(#0000,#0e1a12f2);padding:2rem;position:absolute;bottom:0;left:0;right:0}.processing-img-caption h3{color:var(--white);margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:300;line-height:1.3}.processing-img-caption h3 em{color:var(--gold-light);font-style:italic}.processing-img-caption p{color:var(--text-muted);font-size:.78rem;font-weight:300;line-height:1.6}#services{background:var(--dark)}.services-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;display:grid}.service-card{border:1px solid #b8942e26;padding:2rem;transition:border-color .3s;position:relative}.service-card:hover{border-color:#b8942e80}.service-num{color:#b8942e1f;font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;line-height:1;position:absolute;top:1rem;right:1.5rem}.service-card h3{color:var(--gold-light);margin-bottom:.8rem;font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:600}.service-card p{color:var(--text-muted);font-size:.8rem;font-weight:300;line-height:1.7}.service-list{flex-direction:column;gap:.3rem;margin-top:1rem;list-style:none;display:flex}.service-list li{color:var(--text-muted);padding-left:1rem;font-size:.75rem;position:relative}.service-list li:before{content:"—";color:var(--gold);position:absolute;left:0}#trade{background:var(--dark-mid)}.trade-layout{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;margin-top:3rem;display:grid}.payment-methods{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.payment-card{border:1px solid #b8942e33;align-items:center;gap:1.2rem;padding:1.2rem 1.5rem;transition:border-color .3s;display:flex}.payment-card:hover{border-color:var(--gold)}.payment-card h4{color:var(--white);font-size:.8rem;font-weight:500}.payment-card p{color:var(--text-muted);margin-top:.2rem;font-size:.72rem;font-weight:300}.trade-features{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.trade-feature{border-top:2px solid #b8942e4d;padding:1.5rem}.trade-feature h4{color:var(--gold);margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:1.1rem}.trade-feature p{color:var(--text-muted);font-size:.75rem;font-weight:300;line-height:1.6}#why{background:var(--dark)}.why-grid{background:#b8942e1a;grid-template-columns:repeat(5,1fr);gap:1px;margin-top:3rem;display:grid}.why-item{background:var(--dark);text-align:center;padding:2rem 1.5rem;transition:background .3s}.why-item:hover{background:var(--dark-mid)}.why-icon{margin-bottom:1rem;font-size:2rem;display:block}.why-item h4{color:var(--gold-light);margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:1rem;font-weight:600}.why-item p{color:var(--text-muted);font-size:.72rem;font-weight:300;line-height:1.6}#contact{background:var(--dark-mid)}.contact-layout{grid-template-columns:1.2fr 1fr;align-items:start;gap:5rem;margin-top:3rem;display:grid}.contact-form{flex-direction:column;gap:1rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);font-size:.65rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{color:var(--text);appearance:none;background:#ffffff0a;border:1px solid #ffffff1a;outline:none;padding:.8rem 1rem;font-family:Jost,sans-serif;font-size:.85rem;font-weight:300;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold)}.form-group textarea{resize:vertical;min-height:120px}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-info{flex-direction:column;gap:2rem;display:flex}.contact-info-item{border-left:2px solid var(--gold);padding-left:1.5rem}.contact-info-item h4{letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem;font-size:.65rem}.contact-info-item p{color:var(--text);font-size:.88rem;font-weight:300}.contact-info-item a{color:var(--text);text-decoration:none}.contact-info-item a:hover{color:var(--gold)}footer{background:var(--dark);border-top:1px solid #b8942e26;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:3rem 4rem;display:flex}.footer-logo{align-items:center;gap:.8rem;display:flex}.footer-logo img{object-fit:contain;width:48px;height:48px}.footer-logo-text{color:var(--text-muted);font-family:Cormorant Garamond,serif;font-size:.9rem}.footer-logo-text strong{color:var(--gold)}.footer-links{gap:1.5rem;list-style:none;display:flex}.footer-links a{letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);font-size:.7rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--gold)}.footer-legal{color:#9ead9f66;font-size:.68rem}.fade-in{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.fade-in.visible{opacity:1;transform:none}@media (max-width:1024px){nav{padding:.8rem 2rem}section{padding:4rem 2rem}.nav-links,.nav-cta{display:none}.hamburger{display:flex}#hero{grid-template-columns:1fr;min-height:auto}.hero-left{padding:8rem 2rem 3rem}.hero-right{height:320px}.about-grid,.processing-layout,.contact-layout{grid-template-columns:1fr;gap:2.5rem}.products-intro{grid-template-columns:1fr;gap:1rem}.products-grid{grid-template-columns:1fr 1fr}.products-extra,.product-wide{grid-template-columns:1fr}.product-wide .prod-img{height:220px}.services-grid{grid-template-columns:1fr}.why-grid{grid-template-columns:repeat(3,1fr)}.trade-layout{grid-template-columns:1fr}.trade-features{grid-template-columns:1fr 1fr}footer{text-align:center;flex-direction:column;padding:2rem}.footer-links,.footer-logo{justify-content:center}}@media (max-width:600px){.hero-stats{flex-wrap:wrap;gap:1.5rem}.products-grid{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr 1fr}.form-row,.mv-grid,.trade-features{grid-template-columns:1fr}}
