.navbar{z-index:999;width:100%;padding:1rem 5%;transition:all .35s;position:fixed;top:0}.navbar-scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#0a0a0aeb}.navbar-container{justify-content:space-between;align-items:center;display:flex}.navbar-logo{align-items:center;display:flex}.navbar-logo img{object-fit:contain;width:auto;height:70px;transition:transform .3s}.navbar-logo:hover img{transform:scale(1.03)}@media (width<=768px){.navbar-logo img{height:58px}}.logo-gold{color:var(--gold)}.logo-silver{color:var(--silver-lt)}.navbar-links{gap:2rem;display:flex}.navbar-links a{color:var(--text);font-size:.95rem;transition:all .3s}.navbar-links a:hover{color:var(--gold)}.navbar-btn{background:var(--gold);color:#000;border-radius:999px;padding:.9rem 1.4rem;font-size:.9rem;font-weight:600;transition:all .3s}.navbar-btn:hover{transform:translateY(-2px)}.menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;display:none}.mobile-menu{z-index:9999;border-left:1px solid var(--border);background:#0f0f0f;width:300px;height:100vh;padding:2rem;transition:all .35s;position:fixed;top:0;right:-100%}.mobile-menu-open{right:0}.mobile-menu-header{justify-content:space-between;align-items:center;display:flex}.mobile-menu-header button{color:#fff;cursor:pointer;background:0 0;border:none}.mobile-links{flex-direction:column;gap:1.5rem;margin-top:3rem;display:flex}.mobile-links a{color:#fff;font-size:1.1rem}.mobile-overlay{z-index:999;background:#0009;position:fixed;inset:0}@media (width<=992px){.navbar-links,.navbar-btn{display:none}.menu-btn{display:block}}.hero{align-items:center;min-height:100vh;padding:0 5%;display:flex;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0}.hero-bg img{object-fit:cover;width:100%;height:100%}.hero-overlay{background:linear-gradient(90deg,#000000e6,#0000008c,#0000004d);position:absolute;inset:0}.hero-content{z-index:5;max-width:750px;position:relative}.hero-eyebrow{color:var(--gold);letter-spacing:.3em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;display:inline-block}.hero-title{color:var(--silver-lt);font-size:clamp(3rem,7vw,6rem);font-weight:300;line-height:1.05}.hero-title span{color:var(--gold);font-style:italic}.hero-subtitle{color:var(--text-dim);max-width:620px;margin-top:1.5rem;font-size:1.1rem;line-height:1.9}.hero-actions{gap:1rem;margin-top:2rem;display:flex}.hero-btn-primary{background:var(--gold);color:#000;border-radius:999px;padding:1rem 1.8rem;font-weight:600;transition:all .3s}.hero-btn-primary:hover{transform:translateY(-3px)}.hero-btn-secondary{border:1px solid var(--border-g);color:#fff;border-radius:999px;padding:1rem 1.8rem;transition:all .3s}.hero-btn-secondary:hover{background:#ffffff0f}.hero-stats{gap:4rem;margin-top:4rem;display:flex}.hero-stats h3{color:var(--gold);font-size:2rem}.hero-stats p{color:var(--text-dim)}@media (width<=768px){.hero{min-height:auto;padding-top:7rem;padding-bottom:5rem}.hero-title{font-size:3rem}.hero-subtitle{font-size:1rem}.hero-actions{flex-direction:column}.hero-stats{flex-wrap:wrap;gap:2rem}}.reveal{opacity:0;will-change:transform, opacity;transition:opacity .9s,transform .9s;transform:translateY(60px)}.reveal.show{opacity:1;transform:translateY(0)}.collections{background:var(--bg2)}.collections-header{text-align:center;margin-bottom:4rem}.collections-header .section-sub{max-width:700px;margin:auto}.collections-grid{background:var(--border);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1px;display:grid}.collection-card{background:var(--card);text-align:center;padding:2.5rem 1.5rem;transition:all .35s;position:relative;overflow:hidden}.collection-card:hover{background:var(--bg3);transform:translateY(-4px)}.collection-card:before{content:"";background:var(--gold);width:100%;height:2px;transition:all .35s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.collection-card:hover:before{transform:scaleX(1)}.collection-icon{margin-bottom:1rem;font-size:2.4rem;transition:transform .35s;display:block}.collection-card:hover .collection-icon{transform:scale(1.15)}.collection-name{color:var(--silver-lt);margin-bottom:.5rem;font-size:1rem}.collection-count{color:var(--text-dim);font-size:.95rem}.stats-section{background:var(--bg3);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:0}.stats-grid{grid-template-columns:repeat(4,1fr);display:grid}.stat-card{text-align:center;border-right:1px solid var(--border);padding:3rem 1rem}.stat-card:last-child{border-right:none}.stat-number{color:var(--gold);font-size:2.5rem;font-weight:600;display:block}.stat-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.18em;margin-top:.8rem;font-size:.8rem}@media (width<=992px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card:nth-child(2){border-right:none}.stat-card:first-child,.stat-card:nth-child(2){border-bottom:1px solid var(--border)}}@media (width<=576px){.stats-grid{grid-template-columns:1fr}.stat-card{border-right:none;border-bottom:1px solid var(--border)}.stat-number{font-size:2rem}}.products{background:var(--bg)}.products-header{justify-content:space-between;align-items:flex-end;gap:3rem;margin-bottom:3rem;display:flex}.products-sub{max-width:420px}.filter-bar{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.filter-btn{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:999px;padding:.8rem 1.3rem;transition:all .3s}.filter-btn:hover{border-color:var(--gold)}.filter-btn.active{background:var(--gold);color:#000}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.product-card{background:var(--card);border:1px solid var(--border);transition:all .35s;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-4px)}.product-image{aspect-ratio:1;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:all .4s}.product-card:hover img{transform:scale(1.08)}.product-badge{z-index:5;background:var(--gold);color:#000;border-radius:999px;padding:.45rem .8rem;font-size:.8rem;font-weight:600;position:absolute;top:14px;left:14px}.product-body{padding:1.3rem}.product-category{text-transform:uppercase;color:var(--gold);letter-spacing:.2em;font-size:.8rem}.product-name{color:var(--silver-lt);margin-top:.7rem}.product-desc{color:var(--text-dim);margin-top:.8rem;line-height:1.8}.product-price-row{align-items:center;gap:1rem;margin-top:1rem;display:flex}.product-price{color:var(--gold);font-size:1.4rem;font-weight:700}.product-orig{color:gray;text-decoration:line-through}.product-actions{gap:1rem;padding:1rem;display:flex}.btn-primary-product{background:var(--gold);cursor:pointer;border:none;flex:1;padding:1rem}.btn-outline-product{border:1px solid var(--border);color:#fff;cursor:pointer;background:0 0;flex:1}@media (width<=768px){.products-header{flex-direction:column;align-items:flex-start}.products-grid{grid-template-columns:1fr}}.product-modal-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9999;background:#000000d6;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.product-modal{background:var(--card);border:1px solid var(--border);grid-template-columns:1fr 1fr;width:100%;max-width:1000px;display:grid;position:relative;overflow:hidden}.product-modal-close{cursor:pointer;color:#fff;background:#ffffff14;border:none;border-radius:50%;width:44px;height:44px;font-size:20px;position:absolute;top:20px;right:20px}.product-modal-image{height:100%}.product-modal-image img{object-fit:cover;width:100%;height:100%}.product-modal-content{padding:3rem}.product-modal-category{color:var(--gold);text-transform:uppercase;letter-spacing:.2em;font-size:.8rem}.product-modal-content h2{color:var(--silver-lt);margin-top:1rem}.modal-price-row{align-items:center;gap:1rem;margin-top:1.2rem;display:flex}.modal-price{color:var(--gold);font-size:2rem;font-weight:700}.modal-orig{color:gray;text-decoration:line-through}.product-modal-content p{color:var(--text-dim);margin-top:1.5rem;line-height:1.9}.modal-divider{background:var(--border);height:1px;margin:2rem 0}.modal-features{color:var(--text-dim);flex-direction:column;gap:1rem;list-style:none;display:flex}.modal-enquire-btn{background:var(--gold);color:#000;cursor:pointer;border:none;width:100%;margin-top:2rem;padding:1rem;font-weight:700}@media (width<=768px){.product-modal{grid-template-columns:1fr;max-height:95vh;overflow-y:auto}.product-modal-content{padding:2rem}}.craftsmanship{background:var(--bg2);grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.craft-visual{position:relative}.craft-video-wrap{background:var(--border);border:1px solid var(--border);grid-template-columns:1.2fr .8fr;gap:1px;display:grid;overflow:hidden}.craft-video{background:var(--bg3);overflow:hidden}.craft-video.large,.craft-video.small{min-height:580px}.craft-video video{object-fit:cover;filter:brightness(.92);width:100%;height:100%;transition:transform .5s}.craft-video:hover video{transform:scale(1.03)}.craft-badge-wrap{background:var(--gold);text-align:center;padding:1.5rem 2rem;position:absolute;bottom:-25px;right:-25px}.craft-badge-num{color:#000;font-size:2rem;font-weight:700;display:block}.craft-badge-label{color:#000;letter-spacing:.15em;font-size:.75rem}.craft-text{color:var(--text-dim);margin-top:1rem;line-height:1.9}.craft-features{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.craft-feature{gap:1rem;display:flex}.craft-feature span{font-size:1.5rem}.craft-feature h4{color:var(--silver-lt);margin-bottom:.4rem}.craft-feature p{color:var(--text-dim);line-height:1.7}@media (width<=992px){.craftsmanship{grid-template-columns:1fr;gap:4rem}}@media (width<=768px){.craft-video-wrap{grid-template-columns:1fr}.craft-video.large,.craft-video.small{min-height:320px}.craft-features{grid-template-columns:1fr}.craft-badge-wrap{bottom:10px;right:10px}}.testimonials{background:var(--bg)}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-header .section-sub{max-width:700px;margin:auto}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem;display:grid}.testimonial-card{background:var(--card);border:1px solid var(--border);padding:2rem;transition:all .35s;position:relative;overflow:hidden}.testimonial-card:hover{transform:translateY(-5px)}.quote-mark{color:#c9a84c14;font-size:7rem;line-height:1;position:absolute;top:-25px;right:20px}.testimonial-stars{color:var(--gold);letter-spacing:.15em;font-size:1rem}.testimonial-text{color:var(--text-dim);margin-top:1rem;font-style:italic;line-height:1.9}.testimonial-user{align-items:center;gap:1rem;margin-top:2rem;display:flex}.testimonial-avatar{background:var(--bg3);border:1px solid var(--border-g);width:50px;height:50px;color:var(--gold);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.testimonial-user h4{color:var(--silver-lt);margin-bottom:.2rem}.testimonial-user span{color:var(--text-dim);font-size:.9rem}@media (width<=768px){.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:1.5rem}}.qr-section{background:var(--bg2)}.qr-header{text-align:center}.qr-header .section-sub{max-width:700px;margin:auto}.qr-wrapper{justify-content:center;margin-top:4rem;display:flex}.qr-card{border:1px solid var(--border-g);text-align:center;background:var(--card);padding:3rem;position:relative}.qr-card:before,.qr-card:after{content:"";border:2px solid var(--gold);width:20px;height:20px;position:absolute}.qr-card:before{border-bottom:none;border-right:none;top:-1px;left:-1px}.qr-card:after{border-top:none;border-left:none;bottom:-1px;right:-1px}.qr-box{background:#fff;padding:14px}.qr-label{letter-spacing:.18em;color:var(--text-dim);margin-top:1.5rem}.qr-url{color:var(--gold);margin-top:.7rem;display:block}.qr-steps{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:4rem;display:flex}.qr-step{text-align:center;max-width:220px}.qr-step span{border:1px solid var(--border-g);width:58px;height:58px;color:var(--gold);border-radius:50%;justify-content:center;align-items:center;margin:auto;font-size:1.3rem;display:flex}.qr-step p{color:var(--text-dim);margin-top:1rem;line-height:1.8}@media (width<=768px){.qr-card{padding:2rem}.qr-box svg{width:170px!important;height:170px!important}}.locate-section{background:var(--bg);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.locate-info{margin-top:2rem}.locate-item{gap:1rem;margin-bottom:1.8rem;display:flex}.locate-item svg{color:var(--gold);min-width:24px;margin-top:4px;font-size:1.3rem}.locate-item h4{color:var(--silver-lt);margin-bottom:.35rem}.locate-item p{color:var(--text-dim)}.locate-socials{gap:1rem;margin-top:2rem;display:flex}.locate-socials a{border:1px solid var(--border);width:54px;height:54px;color:var(--text);justify-content:center;align-items:center;transition:all .3s;display:flex}.locate-socials a:hover{border-color:var(--gold);color:var(--gold)}.locate-form-card{background:var(--card);border:1px solid var(--border);padding:2rem}.locate-form-card h3{color:var(--silver-lt);margin-bottom:2rem}.locate-form{flex-direction:column;gap:1rem;display:flex}.locate-form input,.locate-form textarea{background:var(--bg2);border:1px solid var(--border);color:#fff;outline:none;padding:1rem}.locate-form textarea{resize:none}.locate-form button{background:var(--gold);color:#000;cursor:pointer;border:none;padding:1rem;font-weight:700}@media (width<=992px){.locate-section{grid-template-columns:1fr}}.footer{border-top:1px solid var(--border);background:#050505;padding:5rem 5% 2rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;display:grid}.footer-brand h2{color:var(--silver-lt);font-size:2rem}.footer-brand h2 span{color:var(--gold)}.footer-brand p{color:var(--text-dim);max-width:360px;margin-top:1rem;line-height:1.9}.footer-socials{gap:1rem;margin-top:2rem;display:flex}.footer-socials a{border:1px solid var(--border);width:50px;height:50px;color:var(--text);justify-content:center;align-items:center;transition:all .3s;display:flex}.footer-socials a:hover{color:var(--gold);border-color:var(--gold)}.footer h4{color:var(--silver-lt);margin-bottom:1.3rem}.footer-links{list-style:none}.footer-links li{color:var(--text-dim);margin-bottom:1rem}.footer-links a{color:var(--text-dim);transition:all .3s}.footer-links a:hover{color:var(--gold)}.footer-contact{flex-direction:column;gap:1rem;display:flex}.footer-contact div{color:var(--text-dim);gap:.8rem;display:flex}.footer-contact svg{color:var(--gold);min-width:18px}.footer-bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-top:4rem;padding-top:2rem;display:flex}.footer-bottom p,.footer-bottom span{color:var(--text-dim)}.footer-logo{object-fit:contain;width:100px}@media (width<=768px){.footer-logo{width:180px}}@media (width<=992px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=576px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}.loader-screen{z-index:99999;background:#050505;justify-content:center;align-items:center;animation:.7s 2.6s forwards fadeOut;display:flex;position:fixed;inset:0}.loader-content{text-align:center;animation:1.2s contentFade}.loader-logo{opacity:0;filter:drop-shadow(0 0 30px #c9a84c40);width:min(420px,80vw);animation:.9s .3s forwards logoReveal}.loader-tagline{color:var(--text-dim);letter-spacing:.18em;text-transform:uppercase;opacity:0;margin-top:1rem;font-size:.78rem;animation:.8s .8s forwards fadeUp}.loader-line{background:#ffffff14;width:260px;height:2px;margin:2rem auto 0;overflow:hidden}.loader-line span{background:linear-gradient(90deg, transparent, var(--gold), transparent);width:0;height:100%;animation:2s forwards shimmer;display:block}@keyframes shimmer{0%{width:0}to{width:100%}}@keyframes logoReveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{to{opacity:0;visibility:hidden}}@keyframes contentFade{0%{opacity:0}to{opacity:1}}.cursor-glow{pointer-events:none;z-index:0;filter:blur(35px);background:radial-gradient(circle,#c9a84c1f,#c9a84c0a,#0000 70%);border-radius:50%;width:340px;height:340px;transition:left .15s linear,top .15s linear;position:fixed;transform:translate(-50%,-50%)}:root{--bg:#060606;--bg2:#0d0d0d;--bg3:#141414;--card:#101010;--silver:#c8c8c8;--silver-lt:#f0f0f0;--silver-dim:#888;--gold:#c9a84c;--gold-lt:#e8cf8e;--text:#ececec;--text-dim:#878787;--border:#c8c8c812;--border-g:#c9a84c40}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);overflow-x:hidden}a{text-decoration:none}section{padding:7rem 5%}.section-eyebrow{letter-spacing:.3em;color:var(--gold);text-transform:uppercase;margin-bottom:1rem;font-size:.58rem;display:block}.section-title{color:var(--silver-lt);font-size:clamp(1.8rem,3.5vw,2.8rem);line-height:1.2}.section-title em{color:var(--gold)}.section-sub{color:var(--text-dim)}button,a,.product-card,.collection-card,.testimonial-card,.craft-video,.locate-form-card,.footer-socials a{transition:transform .35s,box-shadow .35s,border-color .35s,background .35s}.product-card:hover,.collection-card:hover,.testimonial-card:hover,.locate-form-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px #00000059}
