:root{--font-primary:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-display:"Playfair Display", Georgia, serif;--bg-color:#060606;--bg-card:#121212;--bg-glass:#121212bf;--gold:#d4af37;--gold-hover:#f1d279;--gold-glow:#d4af3726;--text-primary:#fff;--text-secondary:#8e8e93;--border-color:#d4af371f;--border-white:#ffffff14}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}body{font-family:var(--font-primary);background:var(--bg-color);color:var(--text-primary);min-height:100vh;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gold)}.glass-panel{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border-color)}.header{-webkit-backdrop-filter:blur(20px)saturate(160%);z-index:100;border-bottom:1px solid var(--border-color);background:#060606d9;justify-content:space-between;align-items:center;padding:1.2rem 4rem;display:flex;position:fixed;top:0;left:0;right:0}.logo{font-family:var(--font-display);letter-spacing:.4rem;color:var(--text-primary);cursor:pointer;z-index:101;font-size:1.6rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1)}.logo:hover{color:var(--gold);letter-spacing:.45rem}nav{flex:1;justify-content:center;display:flex}.nav-links{gap:3.5rem;list-style:none;display:flex}.nav-links a{color:var(--text-secondary);letter-spacing:.15rem;padding:.4rem 0;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative}.nav-links a:after{content:"";background:var(--gold);width:0;height:1px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-links a:hover,.nav-links a.active{color:var(--gold)}.menu-toggle{cursor:pointer;z-index:101;flex-direction:column;gap:5px;padding:8px;display:none}.menu-toggle span{background:var(--gold);width:22px;height:1.5px;transition:all .3s cubic-bezier(.16,1,.3,1)}.menu-toggle.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(4px,-4px)}.cart-icon{cursor:pointer;color:var(--text-primary);z-index:101;align-items:center;font-size:1.3rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.cart-icon:hover{color:var(--gold);transform:scale(1.08)}.cart-count{background:var(--gold);color:var(--bg-color);border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}.side-cart{z-index:1000;border-left:1px solid var(--border-color);background:#0d0d0d;flex-direction:column;width:480px;height:100vh;transition:right .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:-480px;box-shadow:-10px 0 40px #000000b3}.side-cart.open{right:0}.cart-header{border-bottom:1px solid var(--border-white);justify-content:space-between;align-items:center;padding:2.5rem;display:flex}.cart-header h2{font-family:var(--font-display);letter-spacing:.2rem;color:var(--text-primary);font-size:1.5rem;font-weight:500}.close-cart{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:1.8rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.close-cart:hover{color:var(--gold);transform:rotate(90deg)}.cart-items{flex:1;padding:2.5rem;overflow-y:auto}.cart-item{border-bottom:1px solid var(--border-white);gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;animation:.4s cubic-bezier(.16,1,.3,1) slideIn;display:flex}@keyframes slideIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.cart-item-img-wrapper{border:1px solid var(--border-white);background:#141414;border-radius:4px;width:90px;min-width:90px;height:110px;position:relative;overflow:hidden}.cart-item-img{object-fit:cover;width:100%;height:100%}.cart-item-img-fallback{color:#ffffff26;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.2rem;font-weight:400;display:flex;position:absolute;top:0;left:0}.cart-item-details{flex:1}.cart-item-name{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.3rem;font-size:1.1rem}.cart-item-brand{color:var(--text-secondary);letter-spacing:.1rem;margin-bottom:.6rem;font-size:.75rem;font-weight:600}.cart-item-price{color:var(--gold);margin-bottom:1rem;font-size:1.05rem;font-weight:500}.cart-item-controls{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.qty-btn{border:1px solid var(--border-white);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;transition:all .3s;display:flex}.qty-btn:hover{border-color:var(--gold);color:var(--gold)}.qty-display{text-align:center;width:25px;color:var(--text-primary);font-size:.9rem}.remove-btn{color:var(--text-secondary);cursor:pointer;letter-spacing:.08rem;background:0 0;border:none;margin-left:auto;font-size:.75rem;font-weight:600;transition:color .3s}.remove-btn:hover{color:#ff453a}.cart-footer{border-top:1px solid var(--border-white);background:#0a0a0a;padding:2.5rem}.cart-total{letter-spacing:.1rem;font-size:1.3rem;font-family:var(--font-display);justify-content:space-between;margin-bottom:1.8rem;display:flex}.checkout-btn{background:var(--gold);width:100%;color:var(--bg-color);letter-spacing:.2rem;cursor:pointer;border:none;padding:1.1rem;font-size:.85rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1)}.checkout-btn:hover:not(:disabled){background:var(--gold-hover);box-shadow:0 10px 25px var(--gold-glow);transform:translateY(-2px)}.checkout-btn:disabled{opacity:.5;cursor:not-allowed}.empty-cart{text-align:center;color:var(--text-secondary);padding:4rem 1rem}.overlay{-webkit-backdrop-filter:blur(4px);z-index:98;opacity:0;background:#0009;width:100%;height:100%;transition:opacity .4s cubic-bezier(.16,1,.3,1);display:none;position:fixed;top:0;left:0}.overlay.active{opacity:1;display:block}.hero{background:radial-gradient(circle,#161616 0%,#060606 100%);justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#d4af3714 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:10s ease-in-out infinite float;position:absolute}@keyframes float{0%,to{transform:translate(-30%,-20%)scale(1)}50%{transform:translate(10%,-40%)scale(1.1)}}.hero-content{text-align:center;z-index:1}.hero h1{font-family:var(--font-display);letter-spacing:.6rem;background:linear-gradient(135deg,#f1d279 0%,#fff 50%,#d4af37 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:5.5rem;font-weight:400;animation:4s ease-in-out infinite shimmer}@keyframes shimmer{0%,to{background-position:0%}50%{background-position:100%}}.hero p{color:var(--gold);letter-spacing:.6rem;text-transform:uppercase;font-size:1.1rem;font-weight:500}.portfolio-section{max-width:1400px;margin:0 auto;padding:8rem 4rem}.brand-card{opacity:0;margin-bottom:10rem;transition:all 1s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.brand-card.visible{opacity:1;transform:translateY(0)}.brand-header{text-align:center;margin-bottom:5rem}.brand-logo{font-family:var(--font-display);letter-spacing:.8rem;margin-bottom:1rem;font-size:3rem;font-weight:500;display:inline-block;position:relative}.gucci-logo{color:#fff;background:linear-gradient(90deg,#00563f,#c59764);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.vancleef-logo{color:#fff;background:linear-gradient(90deg,#c59764,#f1d279);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.brand-tagline{color:var(--text-secondary);letter-spacing:.25rem;text-transform:uppercase;font-size:.95rem;font-weight:500}.gallery{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:3rem;margin-top:3rem;display:grid}.gallery-item{cursor:pointer;border:1px solid var(--border-white);background:#111;border-radius:4px;height:480px;transition:all .6s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.gallery-item:hover{border-color:var(--border-color);transform:translateY(-8px);box-shadow:0 20px 45px #0009}.gallery-item:before{content:"";z-index:1;background:linear-gradient(#0000 40%,#000000d9 100%);transition:opacity .4s;position:absolute;inset:0}.gallery-img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.gallery-item:hover .gallery-img{transform:scale(1.05)}.gallery-overlay{z-index:2;padding:2.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}.gallery-item:hover .gallery-overlay{transform:translateY(0)}.gallery-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.4rem;font-size:1.6rem;font-weight:500}.gallery-desc{color:var(--text-secondary);letter-spacing:.08rem;font-size:.9rem}.cta-section{text-align:center;background:#0a0a0a;padding:8rem 2rem}.cta-button{border:1px solid var(--gold);color:var(--gold);letter-spacing:.2rem;cursor:pointer;background:0 0;padding:1.3rem 3.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-block;position:relative;overflow:hidden}.cta-button:hover{background:var(--gold);color:var(--bg-color);box-shadow:0 10px 30px var(--gold-glow)}.about-hero{border-bottom:1px solid var(--border-color);background:radial-gradient(circle,#1a1a1a 0%,#060606 100%);justify-content:center;align-items:center;height:50vh;min-height:380px;margin-top:80px;display:flex;position:relative}.about-hero-content{text-align:center;max-width:800px;padding:0 2rem}.about-hero h1{font-family:var(--font-display);letter-spacing:.4rem;color:var(--gold);margin-bottom:1.5rem;font-size:3.5rem;font-weight:400}.about-hero p{color:var(--text-secondary);letter-spacing:.15rem;font-size:1.1rem;line-height:1.8}.about-content{max-width:1200px;margin:0 auto;padding:6rem 4rem}.about-section{margin-bottom:7rem}.section-title{font-family:var(--font-display);letter-spacing:.2rem;color:var(--text-primary);text-align:center;margin-bottom:2.5rem;font-size:2.2rem;font-weight:400}.section-title:after{content:"";background:var(--gold);width:60px;height:1px;margin:1.2rem auto 0;display:block}.about-text{color:var(--text-secondary);letter-spacing:.03rem;text-align:center;max-width:800px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.9}.values-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2.5rem;margin-top:4rem;display:grid}.value-card{background:var(--bg-card);text-align:center;border:1px solid var(--border-white);border-radius:4px;padding:3rem 2.2rem;transition:all .4s cubic-bezier(.16,1,.3,1)}.value-card:hover{border-color:var(--border-color);transform:translateY(-8px);box-shadow:0 15px 35px #0006}.value-icon{color:var(--gold);margin-bottom:1.2rem;font-size:2.5rem}.value-title{font-family:var(--font-display);letter-spacing:.15rem;color:var(--text-primary);margin-bottom:.8rem;font-size:1.3rem;font-weight:500}.value-desc{color:var(--text-secondary);font-size:.9rem;line-height:1.7}.brands-showcase{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:4rem;display:grid}.brand-item{background:var(--bg-card);text-align:center;border:1px solid var(--border-white);border-radius:4px;padding:3.5rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1)}.brand-item:hover{border-color:var(--gold);transform:scale(1.03)}.brand-name{font-family:var(--font-display);letter-spacing:.2rem;margin-bottom:.8rem;font-size:1.8rem;font-weight:500}.brand-item:first-child .brand-name{color:#fff}.brand-item:nth-child(2) .brand-name{color:var(--gold)}.brand-origin{color:var(--text-secondary);letter-spacing:.08rem;font-size:.9rem;font-style:italic}.team-section{border-top:1px solid var(--border-white);border-bottom:1px solid var(--border-white);background:#0d0d0d;margin:0 -4rem;padding:6rem 4rem}.team-intro{text-align:center;max-width:800px;color:var(--text-secondary);margin:0 auto 4rem;font-size:1.05rem;line-height:1.9}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem;margin-top:4rem;display:grid}.stat-item{text-align:center}.stat-number{font-family:var(--font-display);color:var(--gold);margin-bottom:.5rem;font-size:3.2rem;font-weight:400}.stat-label{color:var(--text-secondary);letter-spacing:.15rem;text-transform:uppercase;font-size:.85rem;font-weight:600}.main-content{max-width:1600px;margin-top:100px;margin-left:auto;margin-right:auto;padding:4rem 6rem}.page-title{text-align:center;margin-bottom:4rem}.page-title h1{font-family:var(--font-display);letter-spacing:.4rem;color:var(--text-primary);margin-bottom:.8rem;font-size:3rem;font-weight:400}.page-title p{color:var(--text-secondary);letter-spacing:.2rem;text-transform:uppercase;font-size:.9rem;font-weight:500}.filter-section{border-bottom:1px solid var(--border-white);flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:3rem;margin-bottom:3.5rem;padding-bottom:1.5rem;display:flex}.filter-group{align-items:center;gap:.8rem;display:flex}.filter-label{color:var(--gold);letter-spacing:.12rem;font-size:.8rem;font-weight:600}.filter-select{border:1px solid var(--border-white);color:var(--text-primary);letter-spacing:.08rem;cursor:pointer;font-family:var(--font-primary);background:#0d0d0d;border-radius:4px;outline:none;padding:.7rem 1.4rem;font-size:.85rem;transition:all .3s}.filter-select:hover{border-color:var(--gold)}.products-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:3.5rem;margin-bottom:6rem;display:grid}.product-card{background:var(--bg-card);border:1px solid var(--border-white);border-radius:4px;flex-direction:column;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.product-card:hover{border-color:var(--border-color);transform:translateY(-8px);box-shadow:0 15px 35px #00000080}.product-img-container{background:#111;height:380px;position:relative;overflow:hidden}.product-img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-img{transform:scale(1.06)}.product-img-fallback{color:#ffffff1a;text-transform:uppercase;justify-content:center;align-items:center;width:100%;height:100%;font-size:2.2rem;display:flex;position:absolute;top:0;left:0}.product-badge{background:var(--gold);color:var(--bg-color);letter-spacing:.08rem;z-index:10;border-radius:2px;padding:.4rem .8rem;font-size:.7rem;font-weight:700;position:absolute;top:1rem;left:1rem}.product-info{flex-direction:column;flex:1;padding:1.8rem;display:flex}.product-brand{color:var(--text-secondary);letter-spacing:.15rem;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.product-name{font-family:var(--font-display);color:var(--text-primary);flex:1;margin-bottom:.8rem;font-size:1.3rem;font-weight:400;line-height:1.4}.product-price{color:var(--gold);margin-bottom:1.5rem;font-size:1.4rem;font-weight:500}.add-to-cart-btn{border:1px solid var(--gold);width:100%;color:var(--gold);letter-spacing:.15rem;cursor:pointer;font-size:.8rem;font-weight:600;font-family:var(--font-primary);background:0 0;padding:.9rem;transition:all .4s cubic-bezier(.16,1,.3,1)}.add-to-cart-btn:hover{background:var(--gold);color:var(--bg-color);box-shadow:0 5px 15px var(--gold-glow)}.add-to-cart-btn.added{background:var(--gold);color:var(--bg-color);border-color:var(--gold)}@media (max-width:1024px){.header{padding:1.2rem 2.5rem}.nav-links{gap:2.2rem}.main-content{padding:3rem}}@media (max-width:768px){.header{padding:1rem 1.5rem}.logo{letter-spacing:.25rem;font-size:1.3rem}.menu-toggle{display:flex}nav{border-right:1px solid var(--border-color);z-index:99;background:#0d0d0d;justify-content:flex-start;align-items:flex-start;width:80%;max-width:300px;height:100vh;padding-top:90px;transition:left .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:-100%}nav.active{left:0}.nav-links{flex-direction:column;gap:0;width:100%;padding:0}.nav-links li{border-bottom:1px solid var(--border-white);width:100%}.nav-links a{letter-spacing:.15rem;color:var(--text-primary);padding:1.3rem 2rem;font-size:.95rem;display:block}.nav-links a:after{display:none}.side-cart{width:100%;right:-100%}.cart-header,.cart-items{padding:1.5rem}.cart-item{gap:1.2rem}.cart-item-img-wrapper{width:75px;min-width:75px;height:95px}.main-content{margin-top:60px;padding:0}.page-title{border-bottom:1px solid var(--border-white);background:#000;margin-bottom:0;padding:1.5rem 1rem}.page-title h1{letter-spacing:.15rem;font-size:1.4rem}.filter-section{border-bottom:1px solid var(--border-white);z-index:90;background:#000;justify-content:space-between;gap:1rem;margin-bottom:0;padding:1rem 1.2rem;position:sticky;top:60px}.filter-group{flex:1;gap:.5rem;min-width:0}.filter-label{font-size:.75rem}.filter-select{flex:1;min-width:0;padding:.5rem .8rem;font-size:.8rem}.products-grid{background:var(--border-white);grid-template-columns:repeat(2,1fr);gap:1px;padding-bottom:2rem}.product-card{background:var(--bg-color);border:none;border-radius:0}.product-card:hover{box-shadow:none;transform:none}.product-img-container{aspect-ratio:3/4;height:auto}.product-info{padding:1rem}.product-brand{font-size:.65rem}.product-name{min-height:2.8rem;font-size:1rem}.product-price{margin-bottom:1rem;font-size:1.1rem}.add-to-cart-btn{padding:.6rem;font-size:.75rem}}.profile-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;max-width:1200px;margin:3rem auto 5rem;padding:0 1rem;display:grid}.profile-card{background:var(--bg-card);border:1px solid var(--border-white);border-radius:4px;padding:2.5rem;box-shadow:0 10px 30px #0006}.profile-card-glass{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border-color);border-radius:4px;box-shadow:0 20px 50px #00000080}.profile-avatar-container{text-align:center;border-bottom:1px solid var(--border-white);margin-bottom:2.5rem;padding-bottom:2rem}.profile-avatar-img{border:2px solid var(--gold);object-fit:cover;width:100px;height:100px;box-shadow:0 0 15px var(--gold-glow);border-radius:50%;margin-bottom:1rem}.profile-avatar-placeholder{border:2px solid var(--gold);width:100px;height:100px;color:var(--gold);box-shadow:0 0 15px var(--gold-glow);background:#0d0d0d;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:2rem;display:flex}.profile-input-group{flex-direction:column;gap:.6rem;margin-bottom:1.5rem;display:flex}.profile-input-label{color:var(--gold);letter-spacing:.12rem;font-size:.8rem;font-weight:600}.profile-input-field{border:1px solid var(--border-white);color:var(--text-primary);font-size:.95rem;font-family:var(--font-primary);background:#0a0a0a;border-radius:4px;outline:none;padding:.9rem 1.2rem;transition:all .3s}.profile-input-field:focus{border-color:var(--gold);box-shadow:0 0 8px var(--gold-glow)}.profile-primary-btn{background:var(--gold);color:var(--bg-color);letter-spacing:.15rem;cursor:pointer;border:none;border-radius:2px;padding:1.1rem;font-size:.85rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1)}.profile-primary-btn:hover{background:var(--gold-hover);box-shadow:0 5px 15px var(--gold-glow);transform:translateY(-1px)}.profile-secondary-btn{color:var(--text-secondary);border:1px solid var(--border-white);letter-spacing:.15rem;cursor:pointer;background:0 0;border-radius:2px;padding:1.1rem 1.8rem;font-size:.85rem;transition:all .3s}.profile-secondary-btn:hover{border-color:var(--text-primary);color:var(--text-primary)}.profile-order-list{flex-direction:column;gap:1.5rem;max-height:550px;padding-right:.5rem;display:flex;overflow-y:auto}.profile-order-card{border:1px solid var(--border-white);background:#0d0d0d;border-radius:4px;padding:1.5rem;transition:all .3s}.profile-order-card:hover{border-color:var(--border-color);background:#111}
