*{margin:0;padding:0;box-sizing:border-box}:root{--bg-color: #050505;--text-color: #f5f5f5;--accent-color: #d4af37;--font-main: "Outfit", sans-serif}body,html{width:100%;background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-main);overflow-x:hidden;overscroll-behavior:none}.loader{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--bg-color);z-index:9999;display:flex;justify-content:center;align-items:center}.loader-text{font-size:3rem;font-weight:800;letter-spacing:.2em;opacity:0;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:.2}50%{opacity:1}to{opacity:.2}}.navbar{position:fixed;top:0;left:0;width:100%;padding:2rem 4rem;display:flex;justify-content:space-between;align-items:center;z-index:100;mix-blend-mode:difference}.nav-brand{font-size:1.5rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.nav-links a{color:var(--text-color);text-decoration:none;margin:0 1.5rem;font-size:.9rem;font-weight:400;text-transform:uppercase;letter-spacing:.05em;transition:opacity .3s}.nav-links a:hover{opacity:.5}.nav-cart{font-size:.9rem;font-weight:600;cursor:pointer}.main-container{position:relative;width:100%}.video-section{height:100dvh;width:100%;position:relative}.video-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#hero-video{width:100%;height:100%;object-fit:cover;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.8}.hero-content{position:absolute;top:50%;left:10%;transform:translateY(-50%);z-index:10;pointer-events:none}.hero-title{font-size:6vw;line-height:1.1;font-weight:800;margin-bottom:1rem;text-transform:uppercase;letter-spacing:-.02em}.hero-subtitle{font-size:1.2rem;font-weight:300;opacity:.8;letter-spacing:.05em}.intro-section{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:4rem;background-color:var(--bg-color);position:relative;z-index:20}.intro-text{text-align:center;max-width:800px}.intro-text h2{font-size:4rem;font-weight:600;margin-bottom:2rem}.intro-text p{font-size:1.5rem;font-weight:300;opacity:.7}.product-section{min-height:120vh;padding:4rem;display:flex;flex-direction:column;align-items:center;background-color:var(--bg-color);position:relative;z-index:20}.section-title{font-size:3rem;margin-bottom:4rem;text-transform:uppercase;letter-spacing:.1em;font-weight:300}.product-wrapper{width:100%;display:flex;justify-content:center;perspective:1000px}.product-item{width:400px;height:600px;position:relative;cursor:pointer;transform-style:preserve-3d;transition:transform .5s cubic-bezier(.25,1,.5,1)}.product-image-container{width:100%;height:100%;position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px #00000080;transform-origin:center center;will-change:transform,width,height,border-radius}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-item:hover .product-image{transform:scale(1.05)}.product-overlay{position:absolute;bottom:0;left:0;width:100%;padding:3rem 2rem;background:linear-gradient(to top,rgba(0,0,0,.9),transparent);color:#fff;pointer-events:none;text-align:center}.product-overlay h3{font-size:2rem;margin-bottom:.5rem;font-weight:600;letter-spacing:.05em}.product-overlay p{font-size:1rem;opacity:.8;letter-spacing:.2em;text-transform:uppercase}.details-section{min-height:100vh;padding:4rem;position:relative;z-index:20;background-color:#111}.details-grid{display:flex;justify-content:space-around;align-items:center;height:100%;gap:4rem;margin-top:10vh}.detail-col{width:40%;display:flex;flex-direction:column}.detail-col img{width:100%;border-radius:10px;box-shadow:0 10px 30px #00000080;transition:transform .5s ease}.detail-col:hover img{transform:scale(1.02)}.detail-col h4{margin-top:1.5rem;font-size:1.5rem;font-weight:600;letter-spacing:.05em;color:var(--accent-color)}.detail-desc{margin-top:1rem;font-size:1rem;line-height:1.6;color:#ffffffb3}.about-section,.contact-section{padding:8rem 5%;background:#0a0a0a;border-top:1px solid rgba(255,255,255,.05)}.about-content,.contact-content{max-width:800px;margin:0 auto;text-align:center}.about-text{font-size:1.2rem;line-height:1.8;color:#ccc;font-weight:300}.contact-info{display:flex;flex-direction:column;gap:1.5rem;font-size:1.1rem;color:#ccc;background:#ffffff05;padding:3rem;border-radius:20px;border:1px solid rgba(255,255,255,.05)}.contact-info strong{color:var(--accent-color);font-weight:600}.contact-note{margin-top:1rem;font-size:.9rem;color:#666;font-style:italic}.footer{padding:4rem;text-align:center;background-color:#000;z-index:20;position:relative}.footer-brand{font-size:4rem;font-weight:800;margin-bottom:2rem;letter-spacing:.2em}.footer-links{margin-bottom:2rem}.footer-links a{color:var(--text-color);text-decoration:none;margin:0 1rem;text-transform:uppercase;font-size:.8rem;letter-spacing:.1em}.copyright{font-size:.8rem;opacity:.5}.expanded-view{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000;pointer-events:none;display:flex;align-items:center;justify-content:flex-end;padding:4rem}.expanded-content{width:40%;max-width:500px;opacity:0;transform:translate(50px);color:var(--text-color);padding:3rem;background:#0009;border-radius:20px;border:1px solid rgba(255,255,255,.1)}.expanded-content h2{font-size:3rem;font-weight:600;margin-bottom:1rem}.expanded-content .price{font-size:1.5rem;color:var(--accent-color);margin-bottom:2rem}.expanded-content .desc{font-size:1.1rem;line-height:1.6;opacity:.8;margin-bottom:3rem}.add-to-cart{padding:1rem 3rem;background-color:var(--text-color);color:var(--bg-color);border:none;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:all .3s}.add-to-cart:hover{background-color:var(--accent-color);color:var(--bg-color)}.close-btn{position:absolute;top:2rem;right:2rem;font-size:1rem;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;opacity:.7}.close-btn:hover{opacity:1}.product-section{padding:10rem 5%;background:#000}.section-title{font-size:4rem;font-weight:800;text-align:center;margin-bottom:6rem;letter-spacing:-.02em}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6rem;width:100%;max-width:1400px;margin:0 auto}.product-item{width:100%;position:relative;cursor:pointer}.product-image-container{position:relative;width:100%;aspect-ratio:4/5;border-radius:40px;overflow:hidden;background:#0a0a0a;transform-origin:center}.product-image{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.19,1,.22,1)}.product-item:hover .product-image{transform:scale(1.08)}.product-overlay{position:absolute;bottom:0;left:0;width:100%;padding:4rem;background:linear-gradient(to top,rgba(0,0,0,.9),transparent);color:#fff}.product-overlay h3{font-size:3rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.02em}.product-overlay p{font-size:.9rem;opacity:.6;text-transform:uppercase;letter-spacing:.3em}.toast{position:fixed;bottom:-100px;left:50%;transform:translate(-50%);background:var(--text-color);color:var(--bg-color);padding:1rem 3rem;border-radius:50px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;z-index:10000;transition:bottom .5s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 30px #00000080}.toast.show{bottom:50px}@media (max-width: 1024px){.product-grid{grid-template-columns:1fr;gap:4rem}.section-title{font-size:3rem}.product-overlay h3{font-size:2rem}}.cart-drawer{position:fixed;top:0;right:-400px;width:400px;max-width:100vw;height:100vh;background-color:#111;z-index:2000;display:flex;flex-direction:column;box-shadow:-10px 0 30px #000c;transition:right .4s cubic-bezier(.25,1,.5,1);border-left:1px solid rgba(255,255,255,.1)}.cart-drawer.open{right:0}.cart-header{padding:2rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.cart-header h2{font-size:1.5rem;font-weight:600}.cart-header .close-btn{position:static;opacity:.7}.cart-items{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:flex;gap:1rem;background:#ffffff0d;padding:1rem;border-radius:15px}.cart-item img{width:70px;height:70px;object-fit:cover;border-radius:10px}.cart-item-details{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item-title{font-weight:600;font-size:1rem}.cart-item-price{color:var(--accent-color);font-weight:600}.cart-item-remove{font-size:.8rem;color:#f44;cursor:pointer;opacity:.8;align-self:flex-start}.cart-item-remove:hover{opacity:1}.cart-footer{padding:2rem;border-top:1px solid rgba(255,255,255,.1);background:#0a0a0a}.cart-total{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:800;margin-bottom:1.5rem}.checkout-btn{width:100%;padding:1rem;background-color:var(--text-color);color:var(--bg-color);border:none;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.1em;transition:all .3s}.checkout-btn:hover{background-color:var(--accent-color)}.cart-empty-msg{text-align:center;opacity:.5;margin-top:2rem}.checkout-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000d9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:3000;display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:opacity .5s cubic-bezier(.16,1,.3,1)}.checkout-modal.open{opacity:1;pointer-events:auto}.checkout-content.split-layout{width:90vw;max-width:1100px;height:85vh;background:#0a0a0a;border-radius:24px;position:relative;border:1px solid rgba(255,255,255,.08);box-shadow:0 40px 100px #000c;overflow:hidden;display:flex}.checkout-left{flex:1.5;padding:2.5rem 2.5rem 3.5rem;overflow-y:auto;position:relative}.checkout-right{flex:1;background:#111;padding:2.5rem;border-left:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column}.checkout-header{margin-bottom:3rem}.brand-text{font-size:1.5rem;font-weight:800;letter-spacing:.1em;margin-bottom:1rem}.checkout-breadcrumbs{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;opacity:.5;display:flex;gap:.5rem}.breadcrumb.active{color:var(--accent-color);opacity:1;font-weight:600}.checkout-step{display:none;animation:slideUpFade .5s cubic-bezier(.16,1,.3,1) forwards}.checkout-step.active{display:block}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.checkout-step h3{font-size:1.5rem;font-weight:400;margin-bottom:2rem;letter-spacing:.05em}.form-subtitle{font-size:1rem;font-weight:400;margin:1.5rem 0 .5rem;color:#888}.premium-form{display:flex;flex-direction:column;gap:1.2rem}.form-group.floating{position:relative;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .3s ease}.form-group.floating:focus-within{border-color:var(--accent-color);background:#ffffff0f}.form-group.floating input{width:100%;padding:1.5rem 1rem .5rem;background:transparent;border:none;color:#fff;font-family:inherit;font-size:1rem;outline:none}.form-group.floating label{position:absolute;top:50%;left:1rem;transform:translateY(-50%);font-size:.95rem;color:#888;pointer-events:none;transition:.2s ease all}.form-group.floating input:focus~label,.form-group.floating input:not(:placeholder-shown)~label{top:.8rem;font-size:.75rem;color:var(--accent-color)}.form-row{display:flex;gap:1rem}.form-group.half{flex:1}.mt-2{margin-top:2rem}.premium-btn{width:100%;padding:1.2rem;background-color:var(--text-color);color:var(--bg-color);border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.1em;transition:all .3s}.premium-btn:hover{background-color:var(--accent-color);color:var(--bg-color)}.premium-btn.outline{background-color:transparent;color:var(--text-color);border:1px solid var(--text-color)}.premium-btn.outline:hover{background-color:var(--text-color);color:var(--bg-color)}.payment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.payment-header h3{margin-bottom:0}.secure-badge{font-size:.85rem;color:#4caf50;background:#4caf501a;padding:.3rem .8rem;border-radius:20px}.payment-desc{font-size:.9rem;color:#888;margin-bottom:2rem}.card-icons{position:absolute;top:50%;right:1rem;transform:translateY(-50%);color:#888}.back-link{text-align:center;margin-top:1.5rem;font-size:.9rem;color:#888;cursor:pointer;transition:color .3s}.back-link:hover{color:#fff}#checkout-summary-section h3{font-size:1.2rem;font-weight:400;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1rem}.summary-items{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem;padding-right:1rem}.summary-item{display:flex;gap:1rem;align-items:center}.summary-item-img{width:64px;height:64px;border-radius:8px;object-fit:cover;background:#1a1a1a;border:1px solid rgba(255,255,255,.05)}.summary-item-info{flex:1}.summary-item-title{font-size:.95rem;font-weight:600}.summary-item-price{font-size:.95rem;color:var(--accent-color)}.summary-totals{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.95rem;color:#888}.summary-row.total{font-size:1.2rem;font-weight:600;color:#fff;margin-top:1rem;padding-top:1rem;border-top:1px dashed rgba(255,255,255,.2)}.free-shipping{color:#4caf50;font-weight:600;text-transform:uppercase;font-size:.8rem}#step-success{text-align:center;padding-top:10%}.premium-icon{width:100px;height:100px;background:var(--accent-color);color:#000;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:3.5rem;margin:0 auto 2rem;box-shadow:0 0 30px #d4af374d}#step-success p{color:#888;margin-bottom:2rem}@media (max-width: 900px){.checkout-content.split-layout{flex-direction:column;overflow-y:auto}.checkout-left,.checkout-right{padding:2rem}}@media (max-width: 768px){.navbar{padding:1.5rem}.nav-brand{font-size:1.2rem}.nav-links{display:none}.hero-title{font-size:15vw;line-height:1}.hero-subtitle{font-size:1rem;letter-spacing:.1em}.intro-section,.collections-section,.about-section,.contact-section,.detail-section{padding:5rem 1.5rem}.intro-text{font-size:2rem}.section-title{font-size:3rem}.about-text,.contact-info p,.detail-text{font-size:1.2rem}.product-grid{grid-template-columns:1fr;gap:2rem}.product-item{height:400px;max-width:320px;margin:0 auto}.expanded-view{flex-direction:column;padding:1.5rem;align-items:center;overflow-y:auto}.expanded-image-container{width:100%;height:50vh;border-radius:10px;margin-top:3rem}.expanded-content{width:100%;padding:2rem 0;align-items:flex-start}.expanded-title{font-size:2.5rem}.expanded-price{font-size:1.5rem}.expanded-desc{font-size:1rem}.premium-btn{width:100%;text-align:center;padding:1rem}.close-expanded{top:1.5rem;right:1.5rem}.cart-drawer{width:100%;padding:2rem 1.5rem}.checkout-left,.checkout-right{padding:1.5rem}#close-checkout{position:fixed;top:2rem;right:2rem;z-index:9999;background:#000c;padding:.5rem 1rem;border-radius:20px}.checkout-steps{flex-direction:column;gap:1rem;align-items:flex-start}.checkout-step.active:after{display:none}.form-row{flex-direction:column;gap:1.5rem;width:100%}.form-group.half{width:100%;flex:none}.footer{padding:3rem 1.5rem;flex-direction:column;gap:2rem;text-align:center}}
