.header{position:sticky;top:0;background:#050505d1;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-bottom:1px solid rgba(147,51,234,.22);z-index:100;padding:.6rem 0 .5rem}.header-content{max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.header-actions{display:flex;align-items:center;gap:.75rem}.lang-toggle{display:inline-flex;align-items:center;gap:.25rem;font-size:.8rem;color:#ffffffb3}.lang-toggle button{background:transparent;border:none;color:inherit;cursor:pointer;padding:0}.lang-toggle .lang-active{color:var(--gold)}.logo{display:flex;flex-direction:column;gap:0;align-items:center;text-align:center}.logo-mark{width:400px;height:auto;object-fit:contain;filter:drop-shadow(0 0 16px rgba(212,175,55,.35));margin-bottom:-.4rem}@keyframes pulseQuill{0%{transform:scale(1);filter:drop-shadow(0 0 15px rgba(212,175,55,.35))}50%{transform:scale(1.05);filter:drop-shadow(0 0 35px rgba(212,175,55,.55))}to{transform:scale(1);filter:drop-shadow(0 0 15px rgba(212,175,55,.35))}}.logo h1{font-size:2.5rem;margin:0;background:linear-gradient(135deg,var(--gold) 0%,var(--copper) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer;text-shadow:0 0 30px rgba(212,175,55,.3)}.logo-tagline{font-family:Inter,sans-serif;font-size:.9rem;letter-spacing:.32rem;text-transform:uppercase;color:#ffffffb3;padding-left:.1rem;margin-top:-26px}.logo-underline{height:3px;background:linear-gradient(90deg,var(--purple) 0%,transparent 100%);margin-top:5px}.nav{display:flex;gap:2.5rem}.desktop-nav{flex:1;justify-content:center}.nav a{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;position:relative;transition:color .3s ease}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--rose),var(--purple));transition:width .3s ease}.nav a:hover:after{width:100%}.cart-button{position:relative;background:linear-gradient(135deg,var(--rose) 0%,var(--purple-dark) 50%,var(--gold) 120%);border:none;padding:.6rem .85rem;border-radius:11px;color:#fff;display:flex;align-items:center;gap:.35rem;font-size:.95rem;transition:all .3s ease;box-shadow:0 3px 12px #9333ea59}.cart-button:hover{box-shadow:0 6px 20px #9333ea99}.cart-badge{position:absolute;top:-6px;right:-6px;background:var(--gold);color:var(--black);border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}@media (max-width: 768px){.desktop-nav{display:none}.logo h1{font-size:2rem}.logo-tagline{letter-spacing:.2rem}.logo-mark{width:260px}.header-content{flex-wrap:wrap;padding:0 1rem}.header-actions{width:100%;order:1;justify-content:space-between}.logo{order:2;width:100%;align-items:center;text-align:center}.mobile-toggle{display:inline-flex}.mobile-cats{display:flex;flex-wrap:wrap;gap:.5rem;padding:.4rem .8rem .5rem;justify-content:center;position:sticky;top:56px;z-index:120;background:#050505d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:100%}.mobile-cats a{text-decoration:none;color:#ffffffe6;background:#ffffff14;border:1px solid rgba(255,255,255,.12);padding:.4rem .75rem;border-radius:999px;font-size:.9rem;letter-spacing:.08rem;transition:all .2s ease}.mobile-cats a:hover{border-color:#9333ea80;color:var(--gold)}}.mobile-toggle{width:46px;height:46px;border-radius:12px;border:1px solid rgba(255,255,255,.2);background:#050505b3;display:none;flex-direction:column;justify-content:center;align-items:center;gap:6px}.mobile-toggle span{display:block;width:22px;height:2px;background:#fff;transition:transform .3s ease,opacity .3s ease}.mobile-toggle.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-toggle.open span:nth-child(2){opacity:0}.mobile-toggle.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-nav{display:none}@media (min-width: 769px){.mobile-cats{display:none}}@media (max-width: 768px){.mobile-nav{display:flex;flex-direction:column;gap:1rem;background:#050505f2;border-bottom:1px solid rgba(147,51,234,.2);padding:1.3rem 1.5rem 1.6rem}.mobile-nav a{text-decoration:none;color:#ffffffe6;font-size:1rem;text-transform:uppercase;letter-spacing:.2rem}.mobile-nav button{border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;padding:.9rem;border-radius:999px;font-weight:600;letter-spacing:.2rem}}.hero{min-height:80vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:2rem;background:radial-gradient(circle at top,rgba(209,107,165,.15),transparent 60%)}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,rgba(147,51,234,.2),transparent 40%);z-index:1}.hero-content{text-align:center;z-index:2;max-width:800px}.hero-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1.4rem;border-radius:999px;font-size:.85rem;letter-spacing:.2rem;text-transform:uppercase;background:#d16ba526;border:1px solid rgba(209,107,165,.5);color:#ffffffbf;margin-bottom:1rem}.hero h2{font-size:5rem;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--gold) 0%,var(--copper) 50%,var(--gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 80px rgba(212,175,55,.5);line-height:1.2}.hero p{font-size:1.5rem;color:#fffc;margin-bottom:3rem;font-weight:300}.cta-button{background:linear-gradient(135deg,var(--rose) 0%,var(--gold) 80%);color:var(--black);border:none;padding:1.2rem 3rem;font-size:1.2rem;font-weight:700;border-radius:50px;letter-spacing:2px;font-family:Bebas Neue,sans-serif;box-shadow:0 8px 30px #d4af374d;transition:all .3s ease}.hero-decoration{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.decoration-circle{width:600px;height:600px;border:2px solid rgba(147,51,234,.25);border-radius:50%;position:relative;box-shadow:0 0 120px #9333ea33}.decoration-circle:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;border:2px solid rgba(209,107,165,.2);border-radius:50%}@media (max-width: 768px){.hero h2{font-size:3rem}.hero p{font-size:1.2rem}.decoration-circle{width:300px;height:300px}.decoration-circle:before{width:200px;height:200px}.hero{padding:3rem 1.5rem}}@media (max-width: 520px){.hero{min-height:70vh}.hero h2{font-size:2.5rem;letter-spacing:.1rem}.hero p{font-size:1rem;line-height:1.6}.hero-pill{font-size:.75rem;letter-spacing:.15rem}.cta-button{width:100%;padding:1rem 2rem;letter-spacing:.3rem}.decoration-circle{display:none}}.product-card{background:linear-gradient(145deg,#111111f2,#050505e6);border-radius:20px;overflow:hidden;border:1px solid rgba(147,51,234,.25);transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;height:100%}.product-card:hover{border-color:var(--purple);box-shadow:0 10px 40px #9333ea4d}.product-image-wrapper{position:relative;width:100%;height:300px;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image{transform:scale(1.1)}.product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0a0a0acc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.quick-view-btn{background:transparent;border:2px solid var(--gold);color:var(--gold);padding:.75rem 1.5rem;border-radius:50px;font-weight:600;letter-spacing:1px;transition:all .3s ease}.quick-view-btn:hover{background:var(--gold);color:var(--black)}.product-category{position:absolute;top:1rem;right:1rem;background:linear-gradient(145deg,#d16ba5d9,#9333ead9);color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.product-info{padding:1.5rem;display:flex;flex-direction:column;flex:1}.product-name{font-size:1.5rem;margin-bottom:1rem;color:var(--gold)}.product-notes{color:#ffffffa6;font-size:.95rem;line-height:1.5;margin-bottom:1.25rem;min-height:60px}.product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-price{font-size:1.4rem;font-weight:600;color:var(--gold);font-family:Inter,sans-serif;letter-spacing:.2rem;text-transform:uppercase}.add-to-cart-btn{background:linear-gradient(135deg,var(--purple) 0%,var(--purple-dark) 100%);border:none;color:#fff;padding:.6rem 1.4rem;border-radius:50px;font-weight:600;font-size:.85rem;letter-spacing:.08rem;white-space:nowrap;box-shadow:0 4px 15px #9333ea66;transition:all .3s ease}.add-to-cart-btn:hover{box-shadow:0 6px 20px #9333ea99}@media (max-width: 600px){.product-card{border-radius:16px}.product-image-wrapper{height:250px}.product-info{padding:1.25rem}.product-bottom{flex-direction:column;gap:1rem;align-items:flex-start}.add-to-cart-btn{width:100%;text-align:center}}.product-grid-section{max-width:1400px;margin:0 auto;padding:5rem 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:4rem;margin-bottom:1rem;background:linear-gradient(135deg,var(--gold) 0%,var(--copper) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-header p{max-width:560px;margin:0 auto 1.5rem;color:#ffffffa6;font-size:1rem;letter-spacing:.08rem;text-transform:uppercase}.section-underline{width:100px;height:4px;background:linear-gradient(90deg,transparent 0%,var(--rose) 30%,var(--purple) 70%,transparent 100%);margin:0 auto}.product-search-container{position:relative;display:flex;justify-content:center;margin:2.5rem 0 3rem;max-width:500px;margin-left:auto;margin-right:auto}.product-search-input{background:#ffffff0f;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:.9rem 1.5rem;color:#fff;font-size:1rem;width:100%;transition:all .3s;text-align:center;-webkit-text-size-adjust:100%;text-size-adjust:100%}.product-search-input::placeholder{color:#ffffff80;text-align:center}.product-search-input:focus{outline:none;border-color:#9333ea80;background:#ffffff14;box-shadow:0 0 20px #9333ea33}.product-search-loading{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);color:#ffffff80;font-size:.9rem}.product-search-results{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#000000f2;border:1px solid rgba(255,255,255,.15);border-radius:12px;box-shadow:0 10px 40px #0009;max-height:300px;overflow-y:auto;z-index:200}.product-search-result-item{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.5rem;background:transparent;border:none;color:#fff;cursor:pointer;width:100%;text-align:left;transition:background .2s;border-bottom:1px solid rgba(255,255,255,.05)}.product-search-result-item:last-child{border-bottom:none}.product-search-result-item:hover{background:#ffffff0f}.product-search-result-name{flex:1;font-size:.95rem}.product-search-result-price{font-size:.9rem;color:var(--gold);margin-left:1rem;font-weight:500}.collection-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem}.collection-pill{border:1px solid rgba(255,255,255,.15);background:#050505bf;color:#ffffffe6;padding:.8rem 1.6rem;border-radius:999px;letter-spacing:.2rem;text-transform:uppercase;font-size:.8rem;transition:all .3s}.collection-pill.selected{border-color:var(--gold);background:#caa66d1a;color:var(--gold)}.products-container{margin-top:2rem}.collection-block{margin-bottom:4.5rem}.collection-header{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem}.collection-label{letter-spacing:.4rem;text-transform:uppercase;font-size:.8rem;color:#fff9}.collection-header h3{font-size:3rem;margin:.5rem 0;color:var(--gold)}.collection-notes{max-width:620px;color:#ffffffb3;line-height:1.6}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}@media (max-width: 768px){.product-grid{grid-template-columns:1fr}.section-header h2{font-size:3rem}.product-grid-section{padding:3.5rem 1.25rem}.section-header p{font-size:.85rem;letter-spacing:.12rem}.collection-header{flex-direction:column;align-items:flex-start}.collection-pills{justify-content:flex-start;margin-bottom:1.5rem;flex-wrap:wrap}.products-container{margin-top:0;order:1}.collection-block{margin-bottom:2.5rem;scroll-margin-top:1rem}.collection-block:first-child{margin-top:0}.product-search-container{margin:2rem 0 2.5rem}.product-search-input{padding:.75rem 1.25rem;font-size:16px;-webkit-text-size-adjust:100%}}@media (max-width: 600px){.section-header p{text-align:center;margin-left:auto;margin-right:auto}.collection-pills{flex-direction:column;align-items:stretch}.collection-pill{width:100%;text-align:center}}.packaging{padding:5rem 2rem 6rem;background:radial-gradient(circle at bottom,rgba(147,51,234,.1),transparent 50%)}.packaging-grid{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.packaging-card{border-radius:28px;padding:2.5rem;border:1px solid rgba(147,51,234,.2);background:#000000a6;position:relative;overflow:hidden}.packaging-card.primary{display:flex;flex-direction:column;gap:1.5rem;background:linear-gradient(135deg,#111c,#050505e6)}.packaging-label{font-size:.8rem;letter-spacing:.4rem;text-transform:uppercase;color:#ffffffb3}.packaging-card.primary h2{font-size:3.5rem;margin:0}.packaging-card.primary p{color:#ffffffb3;line-height:1.7}.packaging-card.primary ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.8rem}.packaging-card.primary li{display:flex;align-items:center;gap:.6rem;color:#ffffffbf;position:relative;padding-left:1.8rem}.packaging-card.primary li:before{content:"";position:absolute;left:0;width:1rem;height:1rem;border-radius:50%;background:linear-gradient(135deg,var(--rose),var(--gold));opacity:.8}.manifesto-card{display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at top,#9333ea2e,#111111eb)}.manifesto-heading{font-size:2.6rem;margin:.35rem 0 1.25rem}.manifesto-copy{font-family:Inter,sans-serif;color:#ffffffd1;line-height:1.8;font-size:.98rem}.manifesto-copy p+p{margin-top:.9rem}@media (max-width: 768px){.packaging-card.primary h2{font-size:2.4rem}.manifesto-heading{font-size:2rem}.packaging{padding:4rem 1.25rem 4.5rem}}.concierge{padding:4rem 2rem 5rem;background:#050505d9;border-top:1px solid rgba(147,51,234,.2)}.concierge-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.concierge-label{text-transform:uppercase;letter-spacing:.5rem;font-size:.8rem;color:#fff9;margin-bottom:.5rem}.concierge h3{font-size:2.5rem;margin-bottom:1rem}.concierge-copy{max-width:640px;color:#ffffffb3;line-height:1.7}.concierge-button{display:inline-flex;align-items:center;justify-content:center;padding:1.1rem 2.8rem;border-radius:999px;background:linear-gradient(135deg,var(--purple),var(--rose));color:var(--black);font-weight:700;text-decoration:none;letter-spacing:.16rem;font-size:.9rem;white-space:nowrap;text-transform:uppercase;border:1px solid rgba(255,255,255,.15)}@media (max-width: 768px){.concierge-content{flex-direction:column;text-align:center}.concierge-button{width:100%}}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:999;display:flex;justify-content:flex-end}.cart-sidebar{position:fixed;top:0;right:0;bottom:0;width:450px;max-width:90vw;background:#0a0a0ee6;border-left:1px solid rgba(147,51,234,.3);z-index:1000;display:flex;flex-direction:column;box-shadow:-10px 0 50px #9333ea4d}.cart-header{padding:2rem;border-bottom:1px solid rgba(147,51,234,.2);display:flex;justify-content:space-between;align-items:center}.cart-header h2{font-size:2rem;margin:0}.cart-close{background:transparent;border:none;color:var(--gold);font-size:2rem;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.cart-items{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{text-align:center;padding:3rem 1rem;color:#ffffff80}.cart-item{display:flex;gap:1rem;padding:1.5rem;background:var(--black);border-radius:15px;margin-bottom:1rem;border:1px solid rgba(147,51,234,.2)}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:10px}.cart-item-details{flex:1}.cart-item-details h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--gold)}.cart-item-price{color:var(--purple-light);font-weight:600;margin-bottom:.75rem}.cart-item-controls{display:flex;justify-content:space-between;align-items:center}.quantity-controls{display:flex;align-items:center;gap:1rem;background:var(--gray);padding:.5rem;border-radius:50px}.quantity-controls button{background:var(--purple);border:none;color:#fff;width:30px;height:30px;border-radius:50%;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.quantity-controls span{min-width:30px;text-align:center;font-weight:600}.remove-btn{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;transition:all .3s ease}.cart-footer{padding:1.4rem;border-top:1px solid rgba(147,51,234,.2);background:#0a0a0a80}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.1rem;font-size:1.05rem}.total-price{font-size:1.7rem;font-weight:700;color:var(--gold);font-family:Bebas Neue,sans-serif;letter-spacing:1.3px}.checkout-btn{width:100%;background:linear-gradient(135deg,var(--gold) 0%,var(--copper) 100%);border:none;color:var(--black);padding:1rem;font-size:1.15rem;font-weight:700;border-radius:18px;letter-spacing:1px;font-family:Bebas Neue,sans-serif;box-shadow:0 6px 20px #d4af3759;transition:all .3s ease}.checkout-btn:hover{box-shadow:0 10px 40px #d4af3799}@media (max-width: 768px){.cart-sidebar{position:fixed;top:0;left:0;width:100%;max-width:100%;height:100%;border-left:none;border-radius:0;box-shadow:none}.cart-overlay{justify-content:center}.cart-item{flex-direction:column}.cart-item-image{width:100%;height:220px}.cart-item-controls{flex-direction:column;align-items:flex-start;gap:.75rem}.quantity-controls{width:100%;justify-content:space-between}.checkout-btn{padding:.9rem;font-size:1.05rem;letter-spacing:.1rem;border-radius:16px}}.App{min-height:100%;position:relative;overflow:visible}.splash-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#050505;display:flex;align-items:center;justify-content:center;z-index:500;min-height:100vh;overflow:hidden}.splash-logo-wrap{max-width:440px;width:72vw;text-align:center}.splash-logo{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 0 40px rgba(0,0,0,.85))}@media (max-width: 768px){.splash-logo-wrap{max-width:420px;width:82vw}}.app-shell{position:relative;z-index:1}.splash-tagline{margin-top:1.5rem;font-family:Inter,sans-serif;font-size:.9rem;letter-spacing:.25rem;text-transform:uppercase;color:#ffffffb3}.splash-word{display:inline-block}.orbs{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.3}.orb-1{width:400px;height:400px;background:radial-gradient(circle,rgba(209,107,165,.9) 0%,transparent 70%);top:10%;right:10%}.orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(147,51,234,.9) 0%,transparent 70%);bottom:10%;left:5%}.App>*{position:relative;z-index:1}.auth-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:200;padding:1.5rem}.auth-modal{width:min(960px,100%);background:#0a0a0eeb;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2rem;box-shadow:0 20px 60px #0009;position:relative;z-index:210;max-height:90vh;overflow-y:auto}.auth-modal-header{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:1rem;padding-top:.25rem;position:relative}@media (max-width: 768px){.auth-modal{width:95vw;max-width:95vw;padding:1.2rem 1.1rem 1.3rem}.auth-modal{padding-top:.4rem}.auth-modal-header{padding-top:0;margin-bottom:.25rem;gap:.75rem}.auth-header-main h3{font-size:1.35rem}.auth-header-main .muted{font-size:.95rem;line-height:1.35}}@media (max-width: 768px){.quick-view-modal{width:92vw;max-width:420px}.quick-view-modal .auth-modal-header{padding-right:2.5rem;margin-bottom:.5rem;flex-wrap:wrap;min-height:auto}.quick-view-modal .auth-header-main{padding-right:.5rem;flex:1;min-width:0;width:calc(100% - 3rem)}.quick-view-modal .auth-header-main .eyebrow{font-size:.7rem;margin-bottom:.25rem;display:block}.quick-view-modal .auth-header-main h3{font-size:1.4rem;line-height:1.3;word-wrap:break-word;padding-right:.5rem;margin:.25rem 0;display:block;width:100%;color:#fff!important;visibility:visible!important;opacity:1!important}.quick-view-modal .modal-close{width:32px;height:32px;top:.5rem;right:.5rem;position:absolute;flex-shrink:0}.quick-view-body{flex-direction:column;gap:1rem}.quick-view-body img{width:90%;max-height:none}.grid.two{grid-template-columns:1fr}.auth-header-actions .pill-switch{display:none}}.auth-header-main h3{margin:.2rem 0}.auth-header-main .muted{margin:0}.auth-header-actions{display:flex;align-items:center;gap:.5rem}.modal-close{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff;border-radius:50%;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;aspect-ratio:1 / 1;position:absolute;top:0;right:0}.auth-modal-header h3{margin:.2rem 0;font-size:1.8rem;color:#fff}.auth-modal-header .muted{color:#ffffffa6;margin:0}.quick-view-modal{max-width:560px;max-height:none;overflow-y:visible}.quick-view-body{display:flex;flex-direction:column;gap:1.25rem;align-items:stretch;margin-top:1rem}.quick-view-body>div:first-child,.quick-view-body>div:last-child{flex:none;width:100%}.quick-view-body img{display:block;margin:0 auto;max-height:420px;object-fit:cover}.eyebrow{text-transform:uppercase;letter-spacing:.2rem;font-size:.75rem;color:#fff9;margin:0}.pill-switch{border:1px solid rgba(255,255,255,.15);background:#ffffff0d;color:#fff;padding:.65rem 1rem;border-radius:999px;cursor:pointer}.auth-form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.auth-form input{width:100%;padding:.9rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#fff}.auth-form input:disabled{opacity:.6;cursor:not-allowed}.auth-form input:focus{outline:1px solid rgba(147,51,234,.6);border-color:#9333ea99}.grid.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.cta-button.wide{width:100%;text-align:center;border:none;cursor:pointer}.status-text{color:#fbbf24;margin:0}.floating-toast{position:fixed;bottom:1rem;right:1rem;background:#000000bf;color:#fff;padding:.75rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.08);z-index:30}.floating-toast.muted{color:#ffffffb3}@media (max-width: 768px){.floating-toast{left:50%;right:auto;transform:translate(-50%);width:calc(100% - 2rem);text-align:center}}.pill-button{border:1px solid rgba(255,255,255,.12);background:#ffffff14;color:#fff;padding:.6rem 1.1rem;border-radius:999px;cursor:pointer}.payment-options{display:grid;gap:.75rem}.payment-option{display:flex;align-items:center;gap:.6rem;padding:.85rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff08;color:#fff}.payment-option input{width:16px;height:16px}.payment-option.selected{border-color:#d4af3799;box-shadow:0 0 0 1px #d4af374d}.user-menu{position:relative}.user-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .9rem;background:#ffffff0f;border-radius:999px;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:.9rem}.user-pill .dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 10px #22c55ecc}.user-dropdown{position:absolute;right:0;margin-top:.5rem;min-width:180px;background:#000000e6;border:1px solid rgba(255,255,255,.08);border-radius:12px;box-shadow:0 10px 40px #00000080;display:flex;flex-direction:column;overflow:hidden;z-index:30;isolation:isolate}@media (max-width: 768px){.user-dropdown{left:0;right:auto;min-width:200px}.user-dropdown button{padding:1rem 1.2rem;min-height:48px;font-size:1rem}}.user-dropdown button{background:transparent;border:none;color:#fff;text-align:left;padding:.9rem 1rem;cursor:pointer;width:100%;min-height:44px;display:flex;align-items:center;justify-content:flex-start;-webkit-tap-highlight-color:transparent;position:relative;z-index:1;pointer-events:auto;flex-shrink:0;box-sizing:border-box;margin:0;outline:none}.user-dropdown button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.user-dropdown button *{pointer-events:none;-webkit-user-select:none;user-select:none}.user-dropdown button:hover{background:#ffffff0f}.user-dropdown button:active{background:#ffffff1a}.cart-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.checkout-btn.ghost{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff}.orders-list{display:grid;gap:1rem}.order-card{border:1px solid rgba(255,255,255,.08);background:#ffffff05;border-radius:12px;padding:1rem}.order-row{display:flex;justify-content:space-between;align-items:center;margin:.3rem 0;color:#fff}@media (max-width: 768px){.orders-list{gap:.75rem}.order-card{padding:.85rem;border-radius:10px}.order-row{margin:.25rem 0;font-size:.92rem;gap:.5rem}.order-row span{display:block}.order-row span.eyebrow{font-size:.68rem;letter-spacing:.12rem;color:#fff9}}.order-items{margin-top:.5rem;border-top:1px solid rgba(255,255,255,.08);padding-top:.5rem}.order-item-line{display:flex;justify-content:space-between;color:#fffc;font-size:.95rem}@media (max-width: 600px){.orb{filter:blur(60px);opacity:.2}.orb-1,.orb-2{width:260px;height:260px}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;margin:0;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at top,rgba(147,51,234,.3),transparent 45%),#050505;color:#fff}#root{width:100%;height:100%;overflow-y:auto;overflow-x:hidden}:root{--gold: #caa66d;--copper: #b87333;--purple: #9333ea;--purple-dark: #6b21a8;--purple-light: #c084fc;--rose: #d16ba5;--rose-deep: #a11f5a;--black: #050505;--gray: #111;--gray-light: #1f1f1f}*{scrollbar-width:none}*::-webkit-scrollbar{width:0;height:0;background:transparent}h1,h2,h3,h4,h5,h6{font-family:Bebas Neue,sans-serif;letter-spacing:2px;color:var(--gold)}button{cursor:pointer;font-family:inherit}
