@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Outfit:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap";:root{--gold:#c8a96e;--gold-light:#e5cf9a;--gold-dark:#9a7a45;--ink:#0e0c08;--ink-soft:#1a1714;--cream:#fdfcf9;--cream-mid:#f5f1ea;--text-muted:#7a7570;--border:#ede9e2;--primary:#c8a96e;--primary-light:#e5cf9a;--primary-dark:#9a7a45;--bg:#fdfcf9;--bg-dark:#0e0c08;--foreground:#1a1714;--foreground-muted:#7a7570;--border-muted:#ede9e2;--accent-cream:#fdfcf9;--accent-purple:#9d39e3;--accent-yellow:#fdf21c;--radius-sm:4px;--radius-md:10px;--radius-lg:20px;--shadow-sm:0 2px 10px #0000000f;--shadow-md:0 8px 30px #0000001a;--shadow-lg:0 20px 60px #00000026;--transition:all .35s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{color:var(--ink-soft);background:#fff;min-height:100vh;font-family:Outfit,sans-serif;line-height:1.6}a{color:inherit;transition:var(--transition);text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:Playfair Display,serif;line-height:1.15}.container{max-width:1400px;margin:0 auto;padding:0 2rem}@media (width<=480px){.container{padding:0 1rem}}.section{padding:20px 0}@media (width<=768px){.section{padding-top:10px!important;padding-bottom:10px!important}}.section-sm{padding:5px 0}.ann-bar{background:var(--ink);color:var(--gold-light);letter-spacing:.2em;text-transform:uppercase;z-index:1100;align-items:center;height:36px;padding:0;font-size:.7rem;font-weight:600;display:flex;position:relative;overflow:hidden}.ann-track{white-space:nowrap;will-change:transform;animation:28s linear infinite marquee;display:flex}.ann-track:hover{animation-play-state:paused}.ann-item{align-items:center;gap:2rem;padding:0 3rem;display:inline-flex}.ann-dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:4px;height:4px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hide-mobile{display:flex}.hide-desktop{display:none}@media (width<=1023px){.hide-mobile{display:none!important}.hide-desktop{display:block!important}}.ann-bar{background:linear-gradient(90deg,#1a0f00 0%,#2d1a00 50%,#1a0f00 100%);align-items:center;height:34px;display:flex;position:relative;overflow:hidden}.ann-track{white-space:nowrap;will-change:transform;gap:0;animation:28s linear infinite annScroll;display:flex}@keyframes annScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ann-item{color:#f5e6c8;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;align-items:center;padding:0 3rem;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:600;display:inline-flex}.ann-dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:4px;height:4px;display:inline-block}@media (width<=768px){.ann-bar{height:27px}.ann-item{padding:0 1.5rem;font-size:.65rem}}.navbar{z-index:1000;border-bottom:1px solid var(--border);background:#fff;width:100%;transition:box-shadow .3s,transform .3s;position:fixed;top:0;left:0}.navbar.scrolled{box-shadow:0 4px 24px #00000017}.nav-desktop-row{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:.85rem 2rem;display:flex}.nav-logo{flex-direction:row;flex-shrink:0;align-items:center;gap:.6rem;text-decoration:none;display:flex}.nav-logo-mobile{position:absolute;left:50%;transform:translate(-50%)}.nav-logo-main{color:var(--ink);letter-spacing:.02em;font-family:Playfair Display,serif;font-size:1.75rem;font-style:italic;font-weight:700;line-height:1}.nav-cats-row{scrollbar-width:none;align-items:center;gap:0;display:flex;overflow-x:auto}.nav-cats-row::-webkit-scrollbar{display:none}.nav-cat-link{letter-spacing:.05em;color:var(--ink-soft);text-transform:uppercase;white-space:nowrap;flex-shrink:0;padding:.6rem;font-size:.68rem;font-weight:600;transition:color .2s;position:relative}.nav-cat-link:after{content:"";background:var(--gold);border-radius:1px;width:0;height:2px;transition:width .25s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-cat-link:hover{color:var(--gold)}.nav-cat-link:hover:after{width:70%}.nav-cats-divider{background:var(--border);flex-shrink:0;width:1px;height:14px;margin:0 .5rem;display:inline-block}.nav-cat-promo{color:var(--pc,var(--gold));font-weight:700}.nav-cat-promo:after{background:var(--pc,var(--gold))}.nav-cat-promo:hover{color:var(--pc,var(--gold))}.nav-actions{flex-shrink:0;align-items:center;gap:.25rem;display:flex}.nav-icon-btn{color:var(--ink-soft);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;text-decoration:none;transition:color .2s,background .2s;display:flex;position:relative}.nav-icon-btn:hover{color:var(--gold);background:var(--cream)}.cart-badge{background:var(--gold);color:#fff;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;min-width:15px;height:15px;padding:0 2px;font-size:.48rem;font-weight:800;display:flex;position:absolute;top:2px;right:2px}.nav-search-dropdown{border-top:1px solid var(--border);background:#fff;padding:.75rem 2rem;animation:.2s fadeSlideDown}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.nav-search-form{background:var(--cream);border:1.5px solid var(--border);border-radius:50px;align-items:center;gap:.75rem;max-width:600px;margin:0 auto;padding:.5rem .75rem .5rem 1rem;display:flex}.nav-search-input{color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-family:Outfit,sans-serif;font-size:.9rem}.nav-search-submit{background:var(--gold);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:50px;padding:.4rem 1rem;font-size:.75rem;font-weight:700}.nav-search-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:1rem}.nav-mobile-row{justify-content:space-between;align-items:center;height:44px;padding:0 1rem;position:relative;display:flex!important}.nav-logo-mobile-link{pointer-events:all;white-space:nowrap;align-items:center;gap:.45rem;text-decoration:none;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-hamburger{cursor:pointer;z-index:1;background:0 0;border:none;border-radius:6px;flex-direction:column;gap:5px;padding:.45rem;transition:background .2s;display:flex}.nav-hamburger:hover{background:var(--cream)}.nav-hamburger span{background:var(--ink-soft);border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .3s;display:block}.nav-hamburger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.nav-hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.nav-cat-link-desktop{color:var(--ink-soft);white-space:nowrap;font-size:.73rem;font-weight:600;transition:color .2s}.nav-cat-link-desktop:hover{color:var(--gold)}.nav-cat-badge-static{background:var(--gold);color:#fff;white-space:nowrap;border-radius:4px;padding:.1rem .4rem;font-size:.56rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.mobile-menu{z-index:2000;pointer-events:none;position:fixed;inset:0}.mobile-menu-overlay{opacity:0;background:#0e0c0899;transition:opacity .35s;position:absolute;inset:0}.mobile-menu-drawer{background:#fff;flex-direction:column;width:300px;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:8px 0 40px #00000026}.mobile-menu.open{pointer-events:all}.mobile-menu.open .mobile-menu-overlay{opacity:1}.mobile-menu.open .mobile-menu-drawer{transform:translate(0)}.drawer-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.drawer-close{width:36px;height:36px;color:var(--ink-soft);background:var(--cream);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;line-height:1;display:flex}.drawer-close:hover{background:var(--cream-mid);color:var(--gold)}.drawer-head{border-bottom:1px solid var(--border);background:var(--cream);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.drawer-search{border:1.5px solid var(--border);background:#f5f5f5;border-radius:50px;align-items:center;gap:.6rem;margin:.75rem 1rem;padding:.55rem 1rem;display:flex}.drawer-search-input{color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-family:Outfit,sans-serif;font-size:.85rem}.drawer-promos{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;gap:.5rem;padding:0 1rem .75rem;display:grid}.drawer-promo-btn{text-align:center;background:color-mix(in srgb, var(--promo-color,var(--gold)) 12%, transparent);color:var(--promo-color,var(--gold));border:1.5px solid color-mix(in srgb, var(--promo-color,var(--gold)) 30%, transparent);white-space:nowrap;text-overflow:ellipsis;border-radius:8px;justify-content:center;align-items:center;padding:.5rem .4rem;font-size:.68rem;font-weight:700;line-height:1.2;text-decoration:none;transition:background .2s;display:flex;overflow:hidden}.drawer-promo-btn:hover{background:color-mix(in srgb, var(--promo-color,var(--gold)) 20%, transparent)}.drawer-section-label{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);padding:.85rem 1.25rem .3rem;font-size:.58rem;font-weight:800}.drawer-links{padding:0}.drawer-link{color:var(--ink-soft);border-bottom:1px solid #f0ece6;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s,padding-left .2s;display:flex}.drawer-link:hover{background:var(--cream);color:var(--gold);padding-left:1.6rem}.drawer-footer-links{border-top:1px solid var(--border);padding:.5rem 0 1rem}.drawer-footer-btn{color:var(--text-muted);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.7rem 1.25rem;font-family:inherit;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s,background .2s;display:flex}.drawer-footer-btn:hover{color:var(--gold);background:var(--cream)}.mobile-promo-btn{text-align:center;border:1.5px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:.45rem .5rem;font-size:.7rem;font-weight:700;line-height:1.3;text-decoration:none;display:flex}.drawer-footer{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;padding:1rem 1.25rem;display:flex}.drawer-footer a{color:var(--text-muted);align-items:center;gap:.7rem;padding:.35rem 0;font-size:.82rem;text-decoration:none;transition:color .2s;display:flex}.drawer-footer a:hover{color:var(--gold)}.nav-profile-dropdown{border:1px solid var(--border);opacity:0;pointer-events:none;z-index:500;background:#fff;border-radius:12px;width:220px;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(8px);box-shadow:0 12px 40px #0000001f}.nav-profile-dropdown.open{opacity:1;pointer-events:all;transform:translateY(0)}.dropdown-inner{padding:.75rem}.dropdown-user-info{border-bottom:1px solid var(--border);margin-bottom:.5rem;padding:.5rem 0 .75rem}.dropdown-user-name{color:var(--ink);margin-bottom:.4rem;font-size:.82rem;font-weight:700}.dropdown-link-primary{color:var(--gold);font-size:.75rem;font-weight:600;display:block}.dropdown-links{flex-direction:column;gap:.1rem;display:flex}.dropdown-link{color:var(--ink-soft);border-radius:6px;padding:.4rem .5rem;font-size:.8rem;transition:background .15s,color .15s;display:block}.dropdown-link:hover{background:var(--cream);color:var(--gold)}.dropdown-divider{background:var(--border);height:1px;margin:.35rem 0}.promo-tabs-strip{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;gap:0;display:grid}.promo-tab{text-align:center;white-space:nowrap;justify-content:center;align-items:center;gap:.4rem;padding:.7rem 1rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:flex}.promo-tab:hover{opacity:.82}.promo-tab-gold{color:#b8860b;border-right:1px solid var(--border);background:#fef8ec}.promo-tab-purple{color:#7c5cbf;background:#f3f0fa}@media (width<=380px){.promo-tab{padding:.65rem .5rem;font-size:.72rem}}.nav-promo-strip{background:#fff;gap:.5rem;padding:0 1.5rem .75rem;display:flex}.nav-promo-strip-tab{background:color-mix(in srgb, var(--pc,var(--gold)) 12%, transparent);color:var(--pc,var(--gold));border:1px solid color-mix(in srgb, var(--pc,var(--gold)) 30%, transparent);white-space:nowrap;letter-spacing:.02em;border-radius:6px;flex:1;justify-content:center;align-items:center;padding:.35rem .2rem;font-size:.65rem;font-weight:700;text-decoration:none;transition:background .2s;display:flex}.nav-promo-strip-tab:hover{background:color-mix(in srgb, var(--pc,var(--gold)) 18%, transparent)}@media (width>=1024px){.nav-promo-strip{display:none}}.trust-strip{background:#fbf9f5;border-bottom:1px solid #ede8df;width:100%}.trust-strip-inner{scrollbar-width:none;-webkit-overflow-scrolling:touch;justify-content:center;align-items:center;width:100%;display:flex;overflow-x:auto}.trust-strip-inner::-webkit-scrollbar{display:none}.trust-strip-item{white-space:nowrap;flex-shrink:0;justify-content:center;align-items:center;gap:1.25rem;padding:1rem 3rem;display:flex;position:relative}.trust-strip-icon{background:#fff;border:1px solid #ebd9c5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.4rem;line-height:1;display:flex;box-shadow:0 4px 12px #00000005}.trust-strip-text{color:#1a1a1a;letter-spacing:.01em;font-size:.95rem;font-weight:500}.trust-strip-divider{display:none}@media (width<=768px){.trust-strip-inner{justify-content:flex-start;padding:.25rem .5rem}.trust-strip-item{gap:.75rem;padding:.8rem 1.25rem}.trust-strip-text{font-size:.85rem}.trust-strip-icon{width:40px;height:40px;font-size:1.1rem}}.trust-bar{border-bottom:1px solid var(--border);background:#fbf9f4;padding:.25rem 0}.trust-grid{scrollbar-width:none;justify-content:center;align-items:center;gap:2rem;padding:0 1rem;display:flex;overflow-x:auto}.trust-grid::-webkit-scrollbar{display:none}@media (width<=768px){.trust-grid{justify-content:flex-start;gap:1.25rem;padding:.25rem 1rem}}.trust-item{align-items:center;display:flex}.trust-icon-circle{color:#4a3c31;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;margin-right:.85rem;display:flex;box-shadow:0 2px 8px #00000008}.trust-icon-circle svg{width:22px;height:22px}.trust-text{color:#333;letter-spacing:-.01em;white-space:nowrap;font-size:.85rem;font-weight:600}@media (width<=768px){.trust-icon-circle{width:36px;height:36px;margin-right:.5rem}.trust-icon-circle svg{width:16px;height:16px}.trust-text{font-size:.75rem}}.hero-section{background:#000;align-items:center;width:100%;height:80vh;max-height:1080px;display:flex;position:relative;overflow:hidden;justify-content:flex-start!important}.hero-bg-img{z-index:0;position:absolute;inset:0}.hero-bg-img img{object-fit:cover;opacity:1;width:100%;height:100%}.hero-section:hover .hero-bg-img img{transform:scale(1)}.hero-overlay{z-index:1;background:0 0;position:absolute;inset:0}.hero-content{z-index:2;flex-direction:column;margin-top:-5vh;padding:5rem 0 0;display:flex;position:relative;text-align:left!important;align-items:flex-start!important}.hero-eyebrow{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:inline-flex}.hero-eyebrow-line{background:var(--gold);width:32px;height:1px}.hero-eyebrow-text{color:var(--gold);letter-spacing:.45em;text-transform:uppercase;font-size:.68rem;font-weight:700}.hero-title{color:#fff;text-transform:uppercase;margin-bottom:1.75rem;font-family:Playfair Display,serif;font-size:clamp(3rem,7vw,6rem);font-weight:700;line-height:.95}.hero-title em{color:var(--gold-light);font-style:italic;font-weight:400;display:block}.hero-subtitle{color:#ffffffa6;max-width:480px;margin-bottom:2.75rem;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-style:italic;line-height:1.8}.hero-cta-row{flex-wrap:wrap;gap:1rem;display:flex}.slide-dots{z-index:10;gap:.6rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.slide-dot{cursor:pointer;width:45px;height:3px;transition:var(--transition);background:#fff6;border:none;border-radius:2px}.slide-dot.active{background:#fff}.btn{letter-spacing:.18em;text-transform:uppercase;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;align-items:center;gap:.6rem;padding:1rem 2.25rem;font-family:Outfit,sans-serif;font-size:.75rem;font-weight:700;display:inline-flex}.btn-gold{background:var(--gold);color:#fff}.btn-gold:hover{background:var(--gold-dark);transform:translateY(-2px);box-shadow:0 8px 24px #c8a96e59}.btn-outline{color:#fff;background:0 0;border:1.5px solid #ffffff4d}.btn-outline:hover{border-color:var(--gold);color:var(--gold);background:#c8a96e14}.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{box-shadow:var(--shadow-md);background:#2a2520;transform:translateY(-2px)}.btn-outline-dark{border:1.5px solid var(--ink-soft);color:var(--ink-soft);background:0 0}.btn-outline-dark:hover{border-color:var(--gold);color:var(--gold)}.trust-bar{background:var(--cream);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:.5rem 0}.trust-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.trust-item{justify-content:center;align-items:center;gap:.1rem;display:flex}.trust-icon{color:var(--gold);flex-shrink:0}.trust-text{color:var(--ink-soft);letter-spacing:.05em;font-size:.73rem;font-weight:600}.trust-sub{color:var(--text-muted);margin-top:.1rem;font-size:.62rem}.section-hdr{text-align:center;margin-bottom:1.5rem}.section-eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.45em;margin-bottom:1rem;font-size:.65rem;font-weight:700;display:block}.section-title{color:var(--ink-soft);font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3.25rem);font-weight:600}.section-title em{color:var(--gold);font-style:italic}.section-line{background:linear-gradient(90deg, var(--gold), var(--gold-light));border-radius:2px;width:48px;height:2px;margin:1.25rem auto 0}.section-hdr-left{text-align:left}.section-hdr-left .section-line{margin-left:0}.collections-grid{grid-template-rows:auto auto;grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.collection-card{border-radius:var(--radius-md);aspect-ratio:4/5;cursor:pointer;background:var(--ink);position:relative;overflow:hidden}.collection-card.large{aspect-ratio:unset;grid-row:span 2}.collection-card img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.4,0,.2,1)}.collection-overlay{transition:var(--transition);background:linear-gradient(#0000 0%,#0e0c081a 40%,#0e0c08d9 100%);position:absolute;inset:0}.collection-card:hover .collection-overlay{background:linear-gradient(#0000 0%,#0e0c0833 40%,#0e0c08e6 100%)}.collection-body{color:#fff;transition:var(--transition);padding:1.75rem;position:absolute;bottom:0;left:0;right:0;transform:translateY(6px)}.collection-card:hover .collection-body{transform:translateY(0)}.collection-tag{letter-spacing:.35em;color:var(--gold);text-transform:uppercase;margin-bottom:.4rem;font-size:.58rem;font-weight:700;display:block}.collection-name{margin-bottom:.6rem;font-family:Playfair Display,serif;font-size:1.45rem;font-weight:600}.collection-card.large .collection-name{font-size:2.2rem}.collection-cta{letter-spacing:.2em;color:var(--gold-light);text-transform:uppercase;opacity:0;transition:var(--transition);align-items:center;gap:.4rem;font-size:.68rem;font-weight:700;display:inline-flex;transform:translateY(8px)}.collection-card:hover .collection-cta{opacity:1;transform:translateY(0)}@media (width<=1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.mobile-slider{scroll-snap-type:x mandatory;scrollbar-width:thin;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;grid-template-columns:none!important;grid-auto-columns:82vw!important;grid-auto-flow:column!important;gap:1rem!important;display:grid!important;overflow-x:auto!important}.mobile-slider>*{scroll-snap-align:start}}.product-card{border-radius:var(--radius-md);transition:var(--transition);background:#fff;border:none;position:relative;overflow:hidden}.product-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.4,0,.2,1)}.product-badge{z-index:3;background:var(--ink);color:#fff;letter-spacing:.12em;text-transform:uppercase;border-radius:2px;padding:.3rem .65rem;font-size:.58rem;font-weight:800;position:absolute;top:1rem;left:1rem}.product-badge.gold{background:var(--gold)}.product-badge.sale{background:#e53935}.product-wishlist{z-index:3;width:34px;height:34px;color:var(--text-muted);transition:var(--transition);border:1px solid var(--border);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1rem;right:1rem}.product-wishlist:hover{color:#e53935;background:#fff;border-color:#e53935}.product-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.product-card{background:#fff;border:1px solid #eee;border-radius:12px;flex-direction:column;height:100%;transition:box-shadow .2s;display:flex;overflow:hidden}.product-card:hover{box-shadow:0 6px 24px #00000014}.product-card-media{aspect-ratio:1;background:#f5f5f5;position:relative;overflow:hidden}.product-card-media img{object-fit:cover;width:100%;height:100%}.product-badge{z-index:5;color:#fff;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;background:#1a1a1a;border-radius:50px;align-items:center;gap:.3rem;max-width:calc(100% - 55px);padding:.25rem .6rem;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:10px;left:10px;overflow:hidden}.product-badge:before{content:"⚡";flex-shrink:0;font-size:.7rem}.product-wishlist{z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 8px #0000001f}.product-wishlist:hover{background:#fff}.product-card-info{flex:1;padding:.75rem .85rem .5rem}.product-cat-row{justify-content:space-between;align-items:center;margin-bottom:.3rem;display:flex}.product-category{color:#aaa;letter-spacing:.08em;text-transform:uppercase;font-size:.62rem;font-weight:600}.product-rating{color:#777;background:#f5f5f5;border-radius:50px;align-items:center;gap:.2rem;padding:.15rem .45rem;font-size:.65rem;font-weight:600;display:flex}.product-rating span{color:#d4a76a}.product-name{color:#111;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.6rem;margin-bottom:.5rem;font-size:.95rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.product-price-row{flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-bottom:0;display:flex}.product-price-current{color:#111;font-size:1.15rem;font-weight:800}.product-price-original{color:#bbb;font-size:.82rem;text-decoration:line-through}.product-price-save{color:var(--gold-dark,#9a7a45);background:#f0ebe0;border-radius:4px;padding:.15rem .45rem;font-size:.62rem;font-weight:700}.product-atc-btn{background:var(--gold,#c8a96e);color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.08em;border:none;border-radius:0 0 12px 12px;flex-shrink:0;justify-content:center;align-items:center;gap:.5rem;width:100%;height:40px;font-size:.72rem;font-weight:700;transition:background .2s;display:flex}.product-atc-btn:hover{background:var(--gold-dark,#9a7a45)}.product-atc-btn.added{background:#2e7d32}.product-atc-btn.added:hover{background:#1b5e20}.product-atc-btn svg{flex-shrink:0;width:15px;height:15px}@media (width<=768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-card-info{padding:.6rem .7rem .4rem}.product-name{height:2.15rem;font-size:.82rem}.product-price-current{font-size:1rem}.product-price-original{font-size:.72rem}.product-atc-btn{letter-spacing:.05em;height:36px;font-size:.65rem}.product-badge{padding:.2rem .5rem;font-size:.54rem;top:8px;left:8px}.product-wishlist{width:30px;height:30px;top:8px;right:8px}}@media (width<=360px){.product-grid{grid-template-columns:1fr}.product-name{font-size:.9rem}.product-price-current{font-size:1.1rem}}.promo-banner{background:linear-gradient(135deg,#1a0a3a 0%,#2d0c6e 50%,#1a0a3a 100%);padding:4rem 0;position:relative;overflow:hidden}.promo-banner:before{content:"";background:radial-gradient(at 30%,#c8a96e26 0%,#0000 60%),radial-gradient(at 80% 30%,#9d39e31f 0%,#0000 50%);position:absolute;inset:0}.promo-inner{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex;position:relative}.promo-badge{background:var(--gold);color:#fff;letter-spacing:.25em;text-transform:uppercase;border-radius:50px;margin-bottom:.75rem;padding:.4rem 1rem;font-size:.65rem;font-weight:800;display:inline-block}.promo-title{color:#fff;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,4rem);line-height:1.05}.promo-price{color:#fdf21c;letter-spacing:-1px;font-size:2.75rem;font-weight:900}.promo-sub{color:#fff9;margin-top:.4rem;font-size:.85rem}.promo-img-wrap{flex-shrink:0;width:320px;height:320px;position:relative}.category-circles{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:center;gap:1.5rem;padding:1.5rem 1rem;display:flex;overflow-x:auto}.category-circles::-webkit-scrollbar{display:none}.cat-circle-wrap{cursor:pointer;flex-direction:column;flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.cat-circle{background-color:#fff;background-image:linear-gradient(30deg,#fdfbf7 12%,#0000 12.5% 87%,#fdfbf7 87.5%,#fdfbf7),linear-gradient(150deg,#fdfbf7 12%,#0000 12.5% 87%,#fdfbf7 87.5%,#fdfbf7),linear-gradient(30deg,#fdfbf7 12%,#0000 12.5% 87%,#fdfbf7 87.5%,#fdfbf7),linear-gradient(150deg,#fdfbf7 12%,#0000 12.5% 87%,#fdfbf7 87.5%,#fdfbf7),linear-gradient(60deg,#f9f6f0 25%,#0000 25.5% 75%,#f9f6f0 75%,#f9f6f0),linear-gradient(60deg,#f9f6f0 25%,#0000 25.5% 75%,#f9f6f0 75%,#f9f6f0);background-size:20px 35px;border:1.5px solid #d4af37;border-radius:90px 90px 10px 10px;justify-content:center;align-items:center;width:200px;padding:0;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000000a;height:280px!important}.cat-circle img{object-fit:cover;z-index:2;min-width:100%;transition:transform .5s;transform:scale(1.1);width:100%!important;height:100%!important;min-height:100%!important}.cat-circle:after{content:"";pointer-events:none;border:1px solid #d4af3733;border-radius:85px 85px 8px 8px;position:absolute;inset:5px}.cat-circle img{object-fit:contain;z-index:2;width:100%;height:100%;transition:transform .5s}.cat-label{color:var(--ink);text-align:center;font-size:.85rem;font-weight:600;transition:color .3s}.testimonials-section{background:var(--cream);padding:5rem 0}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.testimonial-card{border:1px solid var(--border);border-radius:var(--radius-md);transition:var(--transition);background:#fff;padding:2rem;position:relative}.testimonial-card:hover{box-shadow:var(--shadow-md)}.testimonial-stars{gap:.3rem;margin-bottom:1rem;display:flex}.star{color:var(--gold);font-size:.85rem}.testimonial-text{color:var(--ink-soft);margin-bottom:1.25rem;font-family:Cormorant Garamond,serif;font-size:1.02rem;font-style:italic;line-height:1.75}.testimonial-author{color:var(--ink);letter-spacing:.08em;font-size:.78rem;font-weight:700}.testimonial-location{color:var(--text-muted);margin-top:.25rem;font-size:.65rem}.quote-mark{color:var(--cream-mid);-webkit-user-select:none;user-select:none;font-family:Playfair Display,serif;font-size:5rem;font-weight:700;line-height:1;position:absolute;top:1.25rem;right:1.5rem}.newsletter-section{background:var(--ink);padding:5rem 0;position:relative;overflow:hidden}.newsletter-section:before{content:"";background:radial-gradient(circle,#c8a96e1a 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-60%;left:50%;transform:translate(-50%)}.newsletter-content{z-index:1;text-align:center;max-width:580px;margin:0 auto;position:relative}.newsletter-title{color:#fff;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:clamp(1.75rem,4vw,2.75rem)}.newsletter-sub{color:#ffffff80;margin-bottom:2rem;font-size:.9rem;line-height:1.7}.newsletter-form{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:50px;gap:.5rem;padding:6px;display:flex}.newsletter-input{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.75rem 1.25rem;font-family:Outfit,sans-serif;font-size:.88rem}.newsletter-input::placeholder{color:#ffffff59}.newsletter-btn{background:var(--gold);color:#fff;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:var(--transition);border:none;border-radius:50px;flex-shrink:0;padding:.8rem 1.75rem;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:700}.newsletter-btn:hover{background:var(--gold-dark);transform:scale(1.02)}.insta-strip{grid-template-columns:repeat(6,1fr);gap:0;display:grid}.insta-item{aspect-ratio:1;background:var(--cream-mid);position:relative;overflow:hidden}.insta-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.insta-item:hover img{transform:scale(1.08)}.insta-item-overlay{opacity:0;transition:var(--transition);background:#0e0c0880;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.insta-item:hover .insta-item-overlay{opacity:1}.footer{background:var(--ink-soft);color:#ffffffb3;padding-top:5rem}.footer-top{border-bottom:1px solid #ffffff12;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3.5rem;display:grid}@media (width<=768px){.footer{padding-top:3rem}.footer-top{grid-template-columns:repeat(2,1fr);gap:2.5rem 1.5rem;padding-bottom:2.5rem}.footer-brand{text-align:center;grid-column:span 2;align-items:center;margin-bottom:1rem}.footer-brand .footer-tagline{max-width:100%;margin-left:auto;margin-right:auto}.footer-social{justify-content:center}.footer-col-title{margin-bottom:1rem;font-size:.6rem}.footer-links a{font-size:.78rem}.footer-bottom{text-align:center;flex-direction:column;padding:2rem 0}.footer-bottom div{justify-content:center}.footer-top>div:last-child{text-align:center;grid-column:span 2}.footer-top>div:last-child div{justify-content:center}}.footer-brand{flex-direction:column;display:flex}.footer-logo-name{color:#fff;letter-spacing:.08em;font-family:Playfair Display,serif;font-size:1.9rem;font-weight:800}.footer-logo-sub{letter-spacing:.5em;color:var(--gold);text-transform:uppercase;margin-top:2px;margin-bottom:1.25rem;font-size:.52rem;font-weight:600}.footer-tagline{color:#fff6;max-width:240px;margin-bottom:1.75rem;font-family:Cormorant Garamond,serif;font-size:.95rem;font-style:italic;line-height:1.8}.footer-social{gap:.75rem;display:flex}.footer-social-link{color:#ffffff80;width:36px;height:36px;transition:var(--transition);border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer-social-link:hover{background:var(--gold);border-color:var(--gold);color:#fff}.footer-col-title{letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem;font-size:.65rem;font-weight:800}.footer-links{flex-direction:column;gap:.7rem;display:flex}.footer-links a{color:#ffffff8c;transition:var(--transition);align-items:center;gap:.4rem;font-size:.85rem;display:inline-flex}.footer-links a:hover{color:var(--gold-light);padding-left:.4rem}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.footer-bottom-text{color:#ffffff4d;letter-spacing:.05em;font-size:.72rem}.footer-payment{flex-wrap:wrap;gap:.5rem;display:flex}.payment-chip{color:#ffffff80;letter-spacing:.06em;background:#ffffff12;border:1px solid #ffffff1a;border-radius:4px;padding:.3rem .6rem;font-size:.62rem;font-weight:700}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in-up{animation:.8s cubic-bezier(.165,.84,.44,1) forwards fadeInUp}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.35s}.animate-delay-4{animation-delay:.5s}.gold-text{background:linear-gradient(135deg, var(--gold), var(--gold-light), var(--gold));color:#0000;-webkit-background-clip:text;background-clip:text}.admin-sidebar{border-right:1px solid var(--border);z-index:1001;background:#fff;flex-direction:column;width:260px;height:100vh;display:flex;position:sticky;top:0}.admin-nav-item{color:#6b6560;cursor:pointer;text-align:left;background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:.85rem;width:100%;padding:.9rem 1.5rem;font-size:.85rem;font-weight:500;transition:all .3s;display:flex}.admin-nav-item:hover{background:var(--cream);color:var(--ink-soft)}.admin-nav-item.active{color:var(--gold-dark);border-left-color:var(--gold);background:#f5ede0;font-weight:600}.admin-main{flex:1;padding:2.5rem 3rem}.admin-input{border:1px solid var(--border);border-radius:var(--radius-md);color:var(--ink-soft);background:#fafafa;outline:none;width:100%;padding:.85rem 1.15rem;font-family:inherit;font-size:.85rem;transition:all .3s}.admin-input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c8a96e1f}@media (width<=1100px){.footer-top{grid-template-columns:1fr 1fr;gap:2rem}.collections-grid{grid-template-columns:repeat(2,1fr)}.collection-card.large{grid-row:span 1}.testimonials-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.insta-strip{grid-template-columns:repeat(4,1fr)}}@media (width<=768px){.container{padding:0 1.25rem}.section{padding:4rem 0}.nav-search,.nav-bottom{display:none}.nav-hamburger{display:flex}.collections-grid{grid-template-columns:1fr;gap:1rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.hero-title{font-size:clamp(2.25rem,10vw,3.5rem)!important}.hero-stats{gap:1.5rem;margin-top:2rem}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column}.newsletter-form{border-radius:var(--radius-md);flex-direction:column}.newsletter-btn{border-radius:var(--radius-sm)}.promo-img-wrap{display:none}.promo-inner{text-align:center;justify-content:center}.testimonials-grid{grid-template-columns:1fr}.insta-strip{grid-template-columns:repeat(3,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.product-grid{grid-template-columns:1fr}.hero-cta-row{flex-direction:column}.btn{justify-content:center;width:100%}.insta-strip{grid-template-columns:repeat(3,1fr)}.trust-grid{grid-template-columns:1fr}}.skeleton-base{border-radius:var(--radius-sm,4px);background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;animation:1.5s linear infinite skeleton-loading}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.admin-input-group{margin-bottom:1.5rem}.admin-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:block}.admin-input{background:var(--cream);border:1px solid var(--border);width:100%;transition:var(--transition);border-radius:8px;outline:none;padding:.85rem 1rem;font-family:inherit;font-size:.9rem}.admin-input:focus{border-color:var(--gold);background:#fff;box-shadow:0 0 0 4px #c8a96e1a}.admin-btn{text-transform:uppercase;letter-spacing:.1em;transition:var(--transition);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.85rem 1.75rem;font-size:.8rem;font-weight:700;display:inline-flex}.admin-btn-accent{background:var(--ink);color:#fff}.admin-btn-accent:hover{background:var(--gold);transform:translateY(-2px);box-shadow:0 10px 20px #c8a96e33}.admin-layout{background:var(--cream);min-height:100vh;color:var(--ink-soft);display:flex}.admin-sidebar{background:var(--ink);color:#fff;z-index:100;border-right:1px solid #ffffff0d;flex-direction:column;width:280px;height:100vh;display:flex;position:sticky;top:0}.admin-logo{border-bottom:1px solid #ffffff0d;margin-bottom:1rem;padding:2.5rem 2rem}.admin-logo-text{letter-spacing:.15em;color:var(--gold-light);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:800}.admin-logo-sub{letter-spacing:.4em;color:#ffffff4d;margin-top:5px;font-size:.55rem;font-weight:700}.admin-nav-item{color:#ffffff80;transition:var(--transition);cursor:pointer;border-radius:12px;align-items:center;margin:.2rem .75rem;padding:1rem 1.5rem;font-size:.82rem;font-weight:500;display:flex}.admin-nav-item:hover,.admin-nav-item.active{color:var(--gold-light);background:#c8a96e1f}.admin-nav-item span:first-child{width:24px;font-size:1.1rem}.admin-main{flex:1;padding:4rem;overflow-y:auto}.admin-table-wrap{border:1px solid var(--border);background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000005}.admin-table{border-collapse:collapse;width:100%}.admin-table th{text-align:left;background:var(--cream);text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);border-bottom:1px solid var(--border);padding:1.25rem 2rem;font-size:.65rem}.admin-table td{border-bottom:1px solid var(--border);padding:1.25rem 2rem;font-size:.88rem}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:var(--cream)}.badge-status{text-transform:uppercase;letter-spacing:.05em;border-radius:30px;padding:.4rem .8rem;font-size:.65rem;font-weight:700}.badge-success{color:#166534;background:#dcfce7}.badge-warning{color:#854d0e;background:#fef9c3}.badge-danger{color:#991b1b;background:#fee2e2}.badge-info{color:#075985;background:#e0f2fe}.responsive-grid-2{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.responsive-grid-3{grid-template-columns:250px 1fr;gap:3rem;display:grid}@media (width<=900px){.responsive-grid-3{grid-template-columns:1fr;gap:2rem}.trust-grid{row-gap:2rem;grid-template-columns:repeat(2,1fr)!important}}@media (width<=768px){.responsive-grid-2{grid-template-columns:1fr;gap:1.5rem}.trust-grid{scrollbar-width:none;justify-content:flex-start!important;gap:1.25rem!important;padding:0!important;display:flex!important;overflow-x:auto!important}.trust-item{background:0 0!important;flex:none!important;padding:0!important}.trust-icon-circle{width:44px!important;height:44px!important;margin-right:0!important}.trust-text{white-space:nowrap;font-size:.85rem!important}.section{padding:0!important}.hero-section{height:440px!important;min-height:440px!important;max-height:440px!important}.hero-bg-img img{object-position:center!important}.hero-content{flex-direction:column!important;justify-content:flex-end!important;align-items:flex-start!important;height:100%!important;margin-top:0!important;padding:0 1.25rem 4rem!important;display:flex!important}.hero-title{text-align:left!important;margin-bottom:.75rem!important;font-size:1.8rem!important;line-height:1.1!important}.hero-subtitle{color:#ffffffe6!important;text-align:left!important;max-width:85%!important;margin-bottom:1.5rem!important;font-size:.85rem!important;font-style:normal!important;line-height:1.4!important}.slide-dots{width:auto!important;bottom:2rem!important}.slide-dot{width:35px!important;height:2px!important}.hero-btn{width:auto!important;padding:.65rem 1.8rem!important;font-size:.82rem!important;display:inline-flex!important}.btn{justify-content:center;width:100%}}.hero-btn{padding:.8rem 2.8rem;font-size:.95rem}@media (width>=1024px){.nav-hamburger{display:none!important}.promo-row-desktop{max-width:600px;margin:0 auto;padding:.25rem 1rem .5rem!important}.promo-row-desktop a{padding:.4rem!important;font-size:.7rem!important}.nav-logo-center-desktop{position:absolute;left:50%;transform:translate(-50%)}.hide-desktop{display:none!important}.navbar{padding-bottom:0!important}}@media (width<=1023px){.hide-mobile{display:none!important}}.nav-profile-dropdown{opacity:0;visibility:hidden;z-index:1000;background:#fff;border:1px solid #0000000d;border-radius:12px;width:260px;margin-top:15px;padding:.5rem;transition:all .3s cubic-bezier(.165,.84,.44,1);position:absolute;top:100%;right:-10px;transform:translateY(10px);box-shadow:0 15px 50px #00000026}.nav-profile-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.hero-stats{border-top:1px solid #ffffff1a;flex-wrap:wrap;gap:3rem;margin-top:4rem;padding-top:2.5rem;display:flex}.hero-stat-num{color:var(--gold-light);font-family:Playfair Display,serif;font-size:2rem;font-weight:700;line-height:1}.hero-stat-label{color:#fff6;letter-spacing:.2em;text-transform:uppercase;margin-top:.3rem;font-size:.68rem}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.animate-fadeup{animation:.8s forwards fadeInUp}@media (width<=768px){.container{padding:10px}}@media (width<=480px){.container{padding:10px}}@media (width<=768px){.nav-top{gap:.75rem;padding:.75rem 1rem}.nav-logo-main{font-size:1.3rem}.nav-search,.nav-bottom{display:none}.hero-section{height:100svh;min-height:500px;align-items:flex-end!important}.hero-content{width:100%;margin-top:0;padding:0 1rem 4rem;text-align:center!important;align-items:center!important}.hero-title{margin-bottom:.75rem;font-size:clamp(1.85rem,8vw,2.5rem);line-height:1.1}.hero-subtitle{max-width:100%;margin-bottom:1.25rem;font-size:.9rem}.hero-eyebrow{display:none}.hero-cta-row{flex-wrap:wrap;justify-content:center;gap:.75rem}.hero-cta-row .btn{padding:.85rem 1.5rem;font-size:.72rem}.hero-stats{display:none}.slide-dots{bottom:1.5rem}}@media (width<=480px){.hero-title{font-size:clamp(1.6rem,9vw,2rem)}.hero-subtitle{font-size:.82rem}.hero-content{padding-bottom:3.5rem}}@media (width<=768px){.trust-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:.5rem 0}.trust-text{font-size:.7rem}.trust-sub{display:none}}@media (width<=480px){.trust-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}@media (width<=768px){.section-title{font-size:clamp(1.6rem,6vw,2.5rem)}.section-hdr{margin-bottom:1.25rem}}@media (width<=480px){.section-title{font-size:clamp(1.4rem,7vw,1.9rem)}.section-eyebrow{letter-spacing:.3em;margin-bottom:.6rem;font-size:.6rem}}@media (width<=1024px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}}@media (width<=768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (width<=360px){.product-grid{grid-template-columns:1fr;gap:1rem}}@media (width<=768px){.product-card-info{padding:.75rem}.product-name,.product-price{font-size:.9rem}.category-circles{flex-wrap:nowrap;justify-content:flex-start;gap:.5rem;padding:0}.cat-circle-wrap{flex-direction:column;flex:0 0 calc(50% - .5rem);display:flex;align-items:center!important}.cat-circle{aspect-ratio:2/3;width:100%!important;height:240px!important;min-height:240px!important}.cat-label{color:var(--ink);width:100%;font-size:.78rem;font-weight:700;line-height:1.2;text-align:center!important;white-space:normal!important;margin-top:.1rem!important;margin-left:0!important;padding:0!important;display:block!important;overflow:visible!important}}@media (width<=480px){.cat-circle-wrap{flex:0 0 calc(50% - .4rem)}.cat-circle{height:240px!important}.cat-label{font-size:.65rem;max-width:none!important}}.cat-dot{background:var(--border);border-radius:50%;height:8px;transition:all .3s}.cat-dot.active{background:var(--gold);border-radius:4px;width:24px}@media (width<=768px){.collection-grid{gap:1rem;grid-template-rows:auto!important;grid-template-columns:1fr!important}.collection-card.large{grid-area:auto/1!important}.collection-card{height:260px!important}.promo-img-wrap{width:200px;height:200px}.promo-title{font-size:clamp(1.6rem,6vw,2.2rem)}}@media (width<=1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.testimonials-grid{grid-template-columns:1fr;gap:1rem}.insta-strip{grid-template-columns:repeat(3,1fr)}}@media (width<=480px){.insta-strip{grid-template-columns:repeat(3,1fr)}.btn{padding:.85rem 1.5rem;font-size:.72rem}}.collection-layout{grid-template-columns:220px 1fr;align-items:start;gap:2.5rem;display:grid}@media (width<=900px){.collection-layout{grid-template-columns:1fr;gap:1rem}.collection-sidebar{border-bottom:none!important;height:max-content!important;margin:0!important;padding:0!important;display:block!important;position:static!important}.collection-sidebar>div:first-child{text-align:center;margin-bottom:.1rem!important}.collection-sidebar h1{font-size:1.75rem!important}}.checkout-layout{grid-template-columns:1fr 400px;align-items:start;gap:3rem;display:grid}@media (width<=900px){.checkout-layout{grid-template-columns:1fr}.checkout-summary-aside{position:static!important}}.product-detail-layout{grid-template-columns:4.5fr 5.5fr;align-items:start;gap:3rem;display:grid}.product-gallery-sticky{flex-direction:column;gap:1rem;display:flex;position:sticky;top:115px}@media (width<=1100px){.product-detail-layout{gap:3rem}}@media (width<=900px){.product-detail-layout{grid-template-columns:1fr;gap:1.5rem}.product-gallery-sticky{width:100%;margin-left:0;margin-right:0;position:static!important}.product-main-image-container{box-shadow:none!important;aspect-ratio:1!important;border-radius:0!important;max-height:380px!important}.product-thumbnails-container{padding:0 .5rem}}@media (width<=768px){.cart-table-header{display:none!important}.cart-item-row{grid-template-columns:1fr 1fr!important;gap:.75rem!important}}@media (width<=900px){.admin-layout{grid-template-columns:1fr!important}}@media (width<=768px){.section{padding:2.5rem 0}.section-sm{padding:1.5rem 0}}.about-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:6rem;display:grid}@media (width<=1024px){.about-grid{grid-template-columns:1fr;gap:4rem}}.about-image-wrapper{border-radius:12px;position:relative;overflow:visible}.about-image-wrapper img{border-radius:12px;box-shadow:0 30px 60px #0000001a}.about-badge{background:var(--ink);color:#fff;border:1px solid var(--gold);box-shadow:var(--shadow-lg);z-index:5;border-radius:12px;flex-direction:column;align-items:center;padding:2.5rem;display:flex;position:absolute;bottom:-30px;right:-30px}.about-badge-num{color:var(--gold);font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;line-height:1}.about-badge-text{letter-spacing:.25em;text-transform:uppercase;opacity:.6;margin-top:.5rem;font-size:.65rem}@media (width<=640px){.about-badge{padding:1.5rem;bottom:-20px;right:-10px}.about-badge-num{font-size:1.75rem}}.stat-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:3rem 0;display:grid}@media (width<=640px){.stat-grid{grid-template-columns:1fr}}.stat-card{text-align:center;border:1px solid var(--border);transition:var(--transition);background:#fff;border-radius:8px;padding:2rem 1rem}.stat-card:hover{border-color:var(--gold);box-shadow:var(--shadow-sm);transform:translateY(-5px)}.stat-num{color:var(--ink);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;line-height:1}.stat-label{letter-spacing:.3em;text-transform:uppercase;color:var(--text-muted);font-size:.6rem;font-weight:700}.value-card{text-align:center;border:1px solid var(--border);transition:var(--transition);background:#fff;border-radius:12px;height:100%;padding:3.5rem 2rem}.value-card:hover{border-color:var(--gold);transform:translateY(-8px);box-shadow:0 20px 40px #0000000a}.value-icon-wrapper{background:var(--cream);width:70px;height:70px;color:var(--gold);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.75rem;display:flex}.value-card:hover .value-icon-wrapper{background:var(--gold);color:#fff}.craft-step{align-items:flex-start;gap:2rem;margin-bottom:3rem;display:flex}.craft-num{border:1px solid var(--gold);width:40px;height:40px;color:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-weight:700;display:flex}.support-flip-container{perspective:1500px}.support-flip-inner{width:100%;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.4,0,.2,1);position:relative}.support-flip-inner.is-flipped{transform:rotateY(180deg)}.support-flip-front,.support-flip-back{backface-visibility:hidden;width:100%}.support-flip-back{position:absolute;top:0;left:0;transform:rotateY(180deg)}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#f8f8f8 50%,#f0f0f0 75%) 0 0/200% 100%;animation:2s linear infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=768px){.hero-section{height:100vh;min-height:500px;align-items:flex-end!important}.hero-content{width:100%;margin-top:0;padding:0 1rem 4.5rem;text-align:center!important;align-items:center!important}.hero-title{margin-bottom:.75rem;font-size:1.85rem;line-height:1.1}.hero-subtitle{opacity:.9;max-width:100%;margin-bottom:1.25rem;font-size:.85rem}.hero-eyebrow{display:none}.hero-cta-row{justify-content:center}.hero-cta-row .btn{padding:.8rem 1.5rem;font-size:.7rem}.hero-overlay{background:0 0}.hero-stats{display:none}.slide-dots{bottom:1.5rem}.promo-img-wrap{width:200px;height:200px}.promo-title{font-size:2rem}.trust-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.trust-text{font-size:.72rem}.insta-strip{grid-template-columns:repeat(3,1fr)}}@media (width<=480px){.hero-title{font-size:1.6rem}.hero-subtitle{font-size:.8rem}.hero-content{padding-bottom:3.5rem}.category-circles{gap:1rem}.cat-circle{width:75px;height:75px}.cat-label{max-width:70px;font-size:.65rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.section-title{font-size:1.75rem}}.gold-text{color:var(--gold-light)}.skeleton{background:linear-gradient(90deg, var(--cream-mid) 0%, var(--cream) 40%, var(--cream-mid) 80%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s infinite shimmer}.nav-mobile-bottom-links{flex-direction:column;gap:.5rem;display:flex}.nav-mobile-bottom-links a,.nav-mobile-bottom-links button{color:var(--foreground-muted);align-items:center;gap:.75rem;padding:.5rem 0;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.nav-mobile-bottom-links a:hover,.nav-mobile-bottom-links button:hover{color:var(--gold)}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.product-card-img-wrapper{border-radius:var(--radius-md);width:100%;height:100%;position:relative;overflow:hidden}.product-img-main,.product-img-hover{transition:opacity .5s cubic-bezier(.4,0,.2,1)!important}.opacity-0{opacity:0!important}.opacity-100{opacity:1!important}@keyframes skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{height:1rem;margin-bottom:.5rem}.skeleton-title{width:60%;height:2rem;margin-bottom:1rem}.skeleton-circle{border-radius:50%;width:50px;height:50px}.skeleton-card{border-radius:12px;width:100%;height:150px}.skeleton-btn{border-radius:4px;width:100px;height:35px}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#f8f8f8 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;animation:1.5s ease-in-out infinite skeleton-pulse}.account-tabs-mobile{border-bottom:1px solid var(--border)!important;scrollbar-width:none!important;-ms-overflow-style:none!important;background:#fff!important;flex-direction:row!important;gap:2.5rem!important;padding:0!important;display:flex!important;overflow-x:auto!important}.account-tabs-mobile::-webkit-scrollbar{display:none!important}.account-tab-link{letter-spacing:.12em!important;text-transform:uppercase!important;white-space:nowrap!important;color:var(--text-muted)!important;flex-shrink:0!important;padding-bottom:.75rem!important;font-size:.72rem!important;font-weight:700!important;text-decoration:none!important;transition:all .2s!important;display:inline-block!important}.account-tab-link.active{color:var(--gold)!important;border-bottom:2.5px solid var(--gold)!important}@media (width<=768px){.hide-mobile{display:none!important}}@media (width>=769px){.hide-desktop{display:none!important}}:root{--colorPurple100:#f2effc;--colorPurple200:#e7e2fa;--colorPurple300:#d0c6f6;--colorPurple400:#b9a9f2;--colorPurple500:#a289ec;--colorPurple600:#8d6be7;--colorPurple700:#7a4be0;--colorPurple800:#6530c7;--colorPurple1000:#2f0c6b;--colorPurple1100:#1e064c;--colorPurple900Main:#4c2399;--colorBlue100:#e5f5ff;--colorBlue200:#cceaff;--colorBlue300:#94d3ff;--colorBlue400:#61beff;--colorBlue500:#2da9ff;--colorBlue600:#0093fa;--colorBlue800:#005794;--colorBlue900:#004474;--colorBlue1000:#001e33;--colorBlue1100:#000f1a;--colorBlue700Main:#0073c3;--colorYellow100:#fffbeb;--colorYellow200:#fef3c7;--colorYellow300:#fde68a;--colorYellow400:#fcd34d;--colorYellow500:#fbbf24;--colorYellow700:#d97706;--colorYellow800:#b45309;--colorYellow900:#92400e;--colorYellow1000:#78350f;--colorYellow1100:#312002;--colorYellow600Main:#f59e0b;--colorOrange100:#feefe6;--colorOrange200:#fee0cd;--colorOrange300:#fdc4a1;--colorOrange400:#fba56f;--colorOrange500:#fa873f;--colorOrange700:#a94200;--colorOrange800:#9a3e03;--colorOrange900:#632803;--colorOrange1000:#321401;--colorOrange1100:#190a01;--colorOrange600Main:#cc5204;--colorRed100:#fef2f2;--colorRed200:#fee2e2;--colorRed300:#fecaca;--colorRed400:#fb9e9e;--colorRed500:#f36767;--colorRed700:#dc2626;--colorRed800:#b91c1c;--colorRed900:#991b1b;--colorRed1000:#7f1d1d;--colorRed1100:#2f0404;--colorRed600Main:#ef4444;--colorGreen100:#f0fdf4;--colorGreen200:#dcfce7;--colorGreen300:#bbf7d0;--colorGreen400:#86efac;--colorGreen500:#4ade80;--colorGreen700:#16a34a;--colorGreen800:#15803d;--colorGreen900:#166534;--colorGreen1000:#14532d;--colorGreen1100:#083017;--colorGreen600Main:#22c55e;--colorGreys100:#f9fafb;--colorGreys200:#f3f4f6;--colorGreys300:#e5e7eb;--colorGreys400:#d1d5db;--colorGreys500:#9ca3af;--colorGreys600:#6b7280;--colorGreys700:#4b5563;--colorGreys900:#1f2937;--colorGreys1000:#111827;--colorGreys1100:#0e0f11;--colorGreys800Main:#374151;--colorGenericWhite:#fff;--colorGenericBlack:#000;--colorAddOns100:#bd8668;--colorAddOns200:#5d51af;--colorAddOns300:#3437c8;--colorOpacityOpacityW8:#ffffff14;--colorOpacityOpacityW16:#ffffff29;--colorOpacityOpacityW24:#ffffff3d;--colorOpacityOpacityW32:#ffffff52;--colorOpacityOpacityW48:#ffffff7a;--colorOpacityOpacityD2:#11182705;--colorOpacityOpacityD4:#1118270a;--colorOpacityOpacityD8:#11182714;--colorOpacityOpacityD16:#11182729;--colorOpacityOpacityD24:#1118273d;--colorOpacityOpacityD32:#11182752;--colorOpacityOpacityD48:#1118277a;--colorOpacityOpacityP2:#4c239905;--colorOpacityOpacityP4:#4c23990a;--colorOpacityOpacityP8:#4c239914;--colorOpacityOpacityP16:#4c239929;--colorOpacityOpacityP24:#4c23993d;--colorOpacityOpacityP32:#4c239952;--colorOpacityOpacityP48:#4c23997a;--colorOpacityOpacityY2:#f59e0b05;--colorOpacityOpacityY4:#f59e0b0a;--colorOpacityOpacityY8:#f59e0b14;--colorOpacityOpacityY16:#f59e0b29;--colorOpacityOpacityY32:#f59e0b52;--colorOpacityOpacityY48:#f59e0b52;--colorOpacityOpacityB2:#0073c305;--colorOpacityOpacityB4:#0073c30a;--colorOpacityOpacityB8:#0073c314;--colorOpacityOpacityB16:#0073c329;--colorOpacityOpacityB32:#0073c352;--colorOpacityOpacityB48:#0073c37a;--colorOpacityOpacityR2:#ef444405;--colorOpacityOpacityR4:#ef44440a;--colorOpacityOpacityR8:#ef444414;--colorOpacityOpacityR16:#ef444429;--colorOpacityOpacityR32:#ef444452;--colorOpacityOpacityR48:#ef44447a;--colorOpacityOpacityG2:#22c55e05;--colorOpacityOpacityG4:#22c55e0a;--colorOpacityOpacityG8:#22c55e14;--colorOpacityOpacityG16:#22c55e29;--colorOpacityOpacityG32:#22c55e52;--colorOpacityOpacityG48:#22c55e7a;--colorPrimary100:#f2effc;--colorPrimary200:#e7e2fa;--colorPrimary300:#d0c6f6;--colorPrimary400:#b9a9f2;--colorPrimary500:#a289ec;--colorPrimary600:#8d6be7;--colorPrimary700:#7a4be0;--colorPrimary800:#6530c7;--colorPrimary1000:#2f0c6b;--colorPrimary1100:#1e064c;--colorPrimary900Main:#4c2399;--colorSecondary100:#fffbeb;--colorSecondary200:#fef3c7;--colorSecondary300:#fde68a;--colorSecondary400:#fcd34d;--colorSecondary500:#fbbf24;--colorSecondary700:#d97706;--colorSecondary800:#b45309;--colorSecondary900:#92400e;--colorSecondary1000:#78350f;--colorSecondary1100:#312002;--colorSecondary600Main:#f59e0b;--colorNeutrals100:#f9fafb;--colorNeutrals200:#f3f4f6;--colorNeutrals300:#e5e7eb;--colorNeutrals400:#d1d5db;--colorNeutrals500:#9ca3af;--colorNeutrals600:#6b7280;--colorNeutrals700:#4b5563;--colorNeutrals900:#1f2937;--colorNeutrals1000:#111827;--colorNeutrals1100:#0e0f11;--colorNeutrals00:#fff;--colorNeutrals800Main:#374151;--colorInformation100:#e5f5ff;--colorInformation200:#cceaff;--colorInformation300:#94d3ff;--colorInformation400:#61beff;--colorInformation500:#2da9ff;--colorInformation600:#0093fa;--colorInformation700:#0073c3;--colorInformation800:#005794;--colorInformation900:#004474;--colorInformation1000:#001e33;--colorInformation1100:#000f1a;--colorError100:#fef2f2;--colorError200:#fee2e2;--colorError300:#fecaca;--colorError400:#fb9e9e;--colorError500:#f36767;--colorError700:#dc2626;--colorError800:#b91c1c;--colorError900:#991b1b;--colorError1000:#7f1d1d;--colorError1100:#2f0404;--colorError600Main:#ef4444;--colorSuccess100:#f0fdf4;--colorSuccess200:#dcfce7;--colorSuccess300:#bbf7d0;--colorSuccess400:#86efac;--colorSuccess500:#4ade80;--colorSuccess700:#16a34a;--colorSuccess800:#15803d;--colorSuccess900:#166534;--colorSuccess1000:#14532d;--colorSuccess1100:#083017;--colorSuccess600Main:#22c55e;--colorWarning50:#fffbeb;--colorWarning200:#fef3c7;--colorWarning300:#fde68a;--colorWarning400:#fcd34d;--colorWarning500:#fbbf24;--colorWarning600:#f59e0b;--colorWarning700:#d97706;--colorWarning800:#b45309;--colorWarning900:#92400e;--colorWarning1000:#78350f;--colorWarning1100:#312002;--colorGradientsAo1:#bd8668;--colorGradientsAo2:#5d51af;--colorGradientsAo3:#3437c8;--colorOverlaysPrimaryOverlay2:#4c239905;--colorOverlaysPrimaryOverlay4:#4c23990a;--colorOverlaysPrimaryOverlay8:#4c239914;--colorOverlaysPrimaryOverlay16:#4c239929;--colorOverlaysPrimaryOverlay24:#4c23993d;--colorOverlaysPrimaryOverlay32:#4c239952;--colorOverlaysPrimaryOverlay48:#4c23997a;--colorOverlaysSecondaryOverlay2:#f59e0b05;--colorOverlaysSecondaryOverlay4:#f59e0b0a;--colorOverlaysSecondaryOverlay8:#f59e0b14;--colorOverlaysSecondaryOverlay32:#f59e0b52;--colorOverlaysErrorOverlay2:#ef444405;--colorOverlaysErrorOverlay4:#ef44440a;--colorOverlaysErrorOverlay8:#ef444414;--colorOverlaysErrorOverlay32:#ef444452;--colorOverlaysSuccessOverlay2:#22c55e05;--colorOverlaysSuccessOverlay4:#22c55e0a;--colorOverlaysSuccessOverlay8:#22c55e14;--colorOverlaysSuccessOverlay32:#22c55e52;--colorOverlaysInfoOverlay2:#0073c305;--colorOverlaysInfoOverlay4:#0073c30a;--colorOverlaysInfoOverlay8:#0073c314;--colorOverlaysInfoOverlay32:#0073c352;--colorOverlaysWarningOverlay2:#f59e0b05;--colorOverlaysWarningOverlay4:#f59e0b0a;--colorOverlaysWarningOverlay8:#f59e0b14;--colorOverlaysWarningOverlay32:#f59e0b52;--colorOverlaysDarkOverlay2:#11182705;--colorOverlaysDarkOverlay4:#1118270a;--colorOverlaysDarkOverlay8:#11182714;--colorOverlaysDarkOverlay16:#11182729;--colorOverlaysDarkOverlay24:#1118273d;--colorOverlaysDarkOverlay32:#11182752;--colorOverlaysDarkOverlay48:#1118277a;--colorOverlaysLightOverlay8:#ffffff14;--colorOverlaysLightOverlay16:#ffffff29;--colorOverlaysLightOverlay24:#ffffff3d;--colorOverlaysLightOverlay32:#ffffff52;--colorOverlaysLightOverlay48:#ffffff7a;--numberNum0:0;--numberNum1:1;--numberNum2:2;--numberNum4:4;--numberNum6:6;--numberNum8:8;--numberNum10:10;--numberNum12:12;--numberNum14:14;--numberNum16:16;--numberNum18:18;--numberNum20:20;--numberNum22:22;--numberNum24:24;--numberNum28:28;--numberNum32:32;--numberNum36:36;--numberNum40:40;--numberNum44:44;--numberNum48:48;--numberNum52:52;--numberNum56:56;--numberNum60:60;--numberNum64:64;--numberNum72:72;--numberNum80:80;--numberNum84:84;--numberNum88:88;--numberNum96:96;--numberNum100:100;--numberNum102:102;--numberNum104:104;--numberNum108:108;--numberNum116:116;--numberNum999:999;--numberNum182:-.36;--numberNum202:-.4;--numberNum242:-.48;--numberNum282:-.56;--numberNum322:-.64;--numberNum362:-.72;--numberNum402:-.8;--numberNum442:-.88;--numberNum522:-1.04;--typograhyFontFamily1:Inter;--typograhyFontFamily2:Inter;--typograhyWeight100:Thin;--typograhyWeight200:"Extra Light";--typograhyWeight300:Light;--typograhyWeight400:Regular;--typograhyWeight500:Medium;--typograhyWeight600:"Semi Bold";--typograhyWeight700:Bold;--typograhyWeight800:"Extra Bold";--typograhyWeight900:Black;--scaleScale0:0;--scaleScale1:1;--scaleScale2:-.36;--scaleScale4:4;--scaleScale6:6;--scaleScale8:8;--scaleScale10:10;--scaleScale12:12;--scaleScale14:14;--scaleScale16:16;--scaleScale18:18;--scaleScale20:20;--scaleScale22:22;--scaleScale24:24;--scaleScale28:28;--scaleScale32:32;--scaleScale36:36;--scaleScale40:40;--scaleScale44:44;--scaleScale48:48;--scaleScale52:52;--scaleScale56:56;--scaleScale60:60;--scaleScale64:64;--scaleScale72:72;--scaleScale80:80;--scaleScale84:84;--scaleScale88:88;--scaleScale96:96;--scaleScale100:100;--scaleScale102:102;--scaleScale104:104;--scaleScale108:108;--scaleScale116:116;--scaleScale999:999;--typographyFontFamilyHeading:Inter;--typographyFontFamilyBody:Inter;--typographyFontSizeFontSize10:10;--typographyFontSizeFontSize12:12;--typographyFontSizeFontSize14:14;--typographyFontSizeFontSize16:16;--typographyFontSizeFontSize18:18;--typographyFontSizeFontSize20:20;--typographyFontSizeFontSize24:24;--typographyFontSizeFontSize28:28;--typographyFontSizeFontSize32:32;--typographyFontSizeFontSize36:36;--typographyFontSizeFontSize40:40;--typographyFontSizeFontSize44:44;--typographyFontSizeFontSize52:52;--typographyFontSizeFontSize56:56;--typographyFontSizeFontSize64:64;--typographyLineHeightLineHeight14:14;--typographyLineHeightLineHeight16:16;--typographyLineHeightLineHeight18:18;--typographyLineHeightLineHeight20:20;--typographyLineHeightLineHeight24:24;--typographyLineHeightLineHeight28:28;--typographyLineHeightLineHeight32:32;--typographyLineHeightLineHeight36:36;--typographyLineHeightLineHeight40:40;--typographyLineHeightLineHeight44:44;--typographyLineHeightLineHeight48:48;--typographyLineHeightLineHeight56:56;--typographyLetterSpacingLetterSpacing0:0;--typographyLetterSpacingLetterSpacing182:-.36;--typographyLetterSpacingLetterSpacing202:-.4;--typographyLetterSpacingLetterSpacing242:-.48;--typographyLetterSpacingLetterSpacing282:-.56;--typographyLetterSpacingLetterSpacing322:-.64;--typographyLetterSpacingLetterSpacing362:-.72;--typographyLetterSpacingLetterSpacing402:-.8;--typographyLetterSpacingLetterSpacing442:-.88;--typographyLetterSpacingLetterSpacing522:-1.04;--typographyLetterSpacingLetterSpacing1:1;--typographyFontWeightThin:Thin;--typographyFontWeightExtraLight:"Extra Light";--typographyFontWeightLight:Light;--typographyFontWeightRegular:Regular;--typographyFontWeightMedium:Medium;--typographyFontWeightSemiBold:"Semi Bold";--typographyFontWeightBold:Bold;--typographyFontWeightExtraBold:"Extra Bold";--typographyFontWeightBlack:Black;--uiColorBackgroundBgNeutralBgNeutralLight10:#fff;--uiColorBackgroundBgNeutralBgNeutralLight20:#f9fafb;--uiColorBackgroundBgNeutralBgNeutralLight30:#f3f4f6;--uiColorBackgroundBgNeutralBgNeutralMedium10:#e5e7eb;--uiColorBackgroundBgNeutralBgNeutralMedium20:#d1d5db;--uiColorBackgroundBgNeutralBgNeutralMedium30:#9ca3af;--uiColorBackgroundBgNeutralBgNeutralStrong10:#6b7280;--uiColorBackgroundBgNeutralBgNeutralStrong20:#374151;--uiColorBackgroundBgNeutralBgNeutralStrong30:#111827;--uiColorSurfaceNeutralNeutralLight10:#fff;--uiColorSurfaceNeutralNeutralLight20:#f9fafb;--uiColorSurfaceNeutralNeutralLight30:#f3f4f6;--uiColorSurfaceNeutralNeutralMedium10:#e5e7eb;--uiColorSurfaceNeutralNeutralMedium20:#d1d5db;--uiColorSurfaceNeutralNeutralMedium30:#9ca3af;--uiColorSurfaceNeutralNeutralStrong10:#6b7280;--uiColorSurfaceNeutralNeutralStrong20:#374151;--uiColorSurfaceNeutralNeutralStrong30:#111827;--uiColorSurfaceBrandLogo1:#4c2399;--uiColorSurfaceBrandLogo2:#0073c3;--uiColorSurfaceBrandPrimaryLight10:#f2effc;--uiColorSurfaceBrandPrimaryLight20:#d0c6f6;--uiColorSurfaceBrandPrimaryMedium20:#6530c7;--uiColorSurfaceBrandPrimaryStrong10:#4c2399;--uiColorSurfaceBrandPrimaryStrong20:#2f0c6b;--uiColorSurfaceBrandPrimaryStrong30:#1e064c;--uiColorSurfaceBrandSecondaryLight10:#fffbeb;--uiColorSurfaceBrandSecondaryLight20:#fef3c7;--uiColorSurfaceBrandSecondaryMedium20:#fbbf24;--uiColorSurfaceBrandSecondaryStrong10:#f59e0b;--uiColorSurfaceBrandSecondaryStrong20:#d97706;--uiColorSurfaceErrorErrorLight10:#fef2f2;--uiColorSurfaceErrorErrorLight20:#fee2e2;--uiColorSurfaceErrorErrorMedium20:#f36767;--uiColorSurfaceErrorErrorStrong10:#ef4444;--uiColorSurfaceErrorErrorStrong20:#dc2626;--uiColorSurfaceSuccessSuccessLight10:#f0fdf4;--uiColorSurfaceSuccessSuccessLight20:#dcfce7;--uiColorSurfaceSuccessSuccessMedium20:#22c55e;--uiColorSurfaceSuccessSuccessStrong10:#16a34a;--uiColorSurfaceSuccessSuccessStrong20:#15803d;--uiColorSurfaceInfomationInfoLight10:#e5f5ff;--uiColorSurfaceInfomationInfoLight20:#cceaff;--uiColorSurfaceInfomationInfoMedium20:#0093fa;--uiColorSurfaceInfomationInfoStrong10:#0073c3;--uiColorSurfaceInfomationInfoStrong20:#004474;--uiColorSurfaceWarningWarningLight10:#fffbeb;--uiColorSurfaceWarningWarningLight20:#fbbf24;--uiColorSurfaceWarningWarningMedium20:#fef3c7;--uiColorSurfaceWarningWarningStrong10:#f59e0b;--uiColorSurfaceWarningWarningStrong20:#d97706;--uiColorOnSurfaceNeutralLight10OnNeutralLight10N50:#111827;--uiColorOnSurfaceNeutralLight10OnNeutralLight10N40:#374151;--uiColorOnSurfaceNeutralLight10OnNeutralLight10N30:#6b7280;--uiColorOnSurfaceNeutralLight10OnNeutralLight10N20:#9ca3af;--uiColorOnSurfaceNeutralLight10OnNeutralLight10N10:#d1d5db;--uiColorOnSurfaceNeutralLight10OnNeutralLight10N5:#e5e7eb;--uiColorOnSurfaceNeutralLight10OnNeutralLight10P50:#2f0c6b;--uiColorOnSurfaceNeutralLight10OnNeutralLight10P40:#4c2399;--uiColorOnSurfaceNeutralLight10OnNeutralLight10P30:#6530c7;--uiColorOnSurfaceNeutralLight10OnNeutralLight10P20:#d0c6f6;--uiColorOnSurfaceNeutralLight10OnNeutralLight10P10:#f2effc;--uiColorOnSurfaceNeutralLight10OnNeutralLight10Sw50:#d97706;--uiColorOnSurfaceNeutralLight10OnNeutralLight10Sw40:#f59e0b;--uiColorOnSurfaceNeutralLight10OnNeutralLight10Sw30:#fbbf24;--uiColorOnSurfaceNeutralLight10OnNeutralLight10Sw20:#fef3c7;--uiColorOnSurfaceNeutralLight10OnNeutralLight10Sw10:#fffbeb;--uiColorOnSurfaceNeutralLight10OnNeutralLight10Suc50:#15803d;--uiColorOnSurfaceNeutralLight10OnNeutralLight10Suc40:#16a34a;--uiColorOnSurfaceNeutralLight10OnNeutralLight10Suc30:#22c55e;--uiColorOnSurfaceNeutralLight10OnNeutralLight10Suc20:#dcfce7;--uiColorOnSurfaceNeutralLight10OnNeutralLight10Suc10:#f0fdf4;--uiColorOnSurfaceNeutralLight10OnNeutralLight10Err50:#dc2626;--uiColorOnSurfaceNeutralLight10OnNeutralLight10Err40:#ef4444;--uiColorOnSurfaceNeutralLight10OnNeutralLight10Err30:#f36767;--uiColorOnSurfaceNeutralLight10OnNeutralLight10Err20:#fee2e2;--uiColorOnSurfaceNeutralLight10OnNeutralLight10Err10:#fef2f2;--uiColorOnSurfaceNeutralLight10OnNeutralLight10Inf50:#004474;--uiColorOnSurfaceNeutralLight10OnNeutralLight10Inf40:#0073c3;--uiColorOnSurfaceNeutralLight10OnNeutralLight10Inf30:#0093fa;--uiColorOnSurfaceNeutralLight10OnNeutralLight10Inf20:#cceaff;--uiColorOnSurfaceNeutralLight10OnNeutralLight10Inf10:#e5f5ff;--uiColorOnSurfaceNeutralLight20OnNeutralLight20N50:#111827;--uiColorOnSurfaceNeutralLight20OnNeutralLight20N40:#374151;--uiColorOnSurfaceNeutralLight20OnNeutralLight20N30:#6b7280;--uiColorOnSurfaceNeutralLight20OnNeutralLight20N20:#9ca3af;--uiColorOnSurfaceNeutralLight20OnNeutralLight20N10:#d1d5db;--uiColorOnSurfaceNeutralLight30OnNeutralLight30N50:#111827;--uiColorOnSurfaceNeutralLight30OnNeutralLight30N40:#374151;--uiColorOnSurfaceNeutralLight30OnNeutralLight30N30:#6b7280;--uiColorOnSurfaceNeutralLight30OnNeutralLight30N20:#9ca3af;--uiColorOnSurfaceNeutralLight30OnNeutralLight30N10:#d1d5db;--uiColorOnSurfaceNeutralMedium10OnNeutralMedium10N30:#6b7280;--uiColorOnSurfacePrimaryLight10OnPrimaryLight10N50:#111827;--uiColorOnSurfacePrimaryLight10OnPrimaryLight10N40:#374151;--uiColorOnSurfacePrimaryLight10OnPrimaryLight10N30:#6b7280;--uiColorOnSurfacePrimaryLight10OnPrimaryLight10N20:#9ca3af;--uiColorOnSurfacePrimaryLight10OnPrimaryLight10N10:#d1d5db;--uiColorOnSurfacePrimaryLight10OnPrimaryLight10P50:#2f0c6b;--uiColorOnSurfacePrimaryLight10OnPrimaryLight10P40:#4c2399;--uiColorOnSurfacePrimaryLight10OnPrimaryLight10P30:#8d6be7;--uiColorOnSurfacePrimaryLight10OnPrimaryLight10P20:#d0c6f6;--uiColorOnSurfacePrimaryLight10OnPrimaryLight10P10:#e7e2fa;--uiColorOnSurfacePrimaryStrong10OnPrimaryStrong10N50:#d1d5db;--uiColorOnSurfacePrimaryStrong10OnPrimaryStrong10N40:#e5e7eb;--uiColorOnSurfacePrimaryStrong10OnPrimaryStrong10N30:#f3f4f6;--uiColorOnSurfacePrimaryStrong10OnPrimaryStrong10N20:#f9fafb;--uiColorOnSurfacePrimaryStrong10OnPrimaryStrong10N10:#fff;--uiColorOnSurfacePrimaryStrong30OnPrimaryStrong30N10:#fff;--uiColorOnSurfacePrimaryStrong30OnPrimaryStrong30N20:#f3f4f6;--uiColorOnSurfacePrimaryStrong30OnPrimaryStrong30N30:#e5e7eb;--uiColorOnSurfacePrimaryStrong30OnPrimaryStrong30N40:#9ca3af;--uiColorOnSurfacePrimaryStrong30OnPrimaryStrong30P30:#4c2399;--uiColorOnSurfaceSuccessLight10OnSuccessLight10Suc50:#15803d;--uiColorOnSurfaceSuccessStrong10OnSuccessStrong10N30:#e5e7eb;--uiColorOnSurfaceSuccessStrong10OnSuccessStrong10N10:#fff;--uiColorOnSurfaceInfoLight10OnInfoLight10Inf50:#004474;--uiColorOnSurfaceWarningMedium20OnWarningMedium20:#d97706;--uiColorOnSurfaceSpecialsOnGradientG1N10:#fff;--uiColorOnSurfaceSpecialsOnGradientG1N20:#f3f4f6;--uiColorOnSurfaceSpecialsOnGradientG1P20:#d0c6f6;--uiColorOnSurfaceSpecialsAvatarN10:#e5e7eb;--uiColorOnSurfaceOnErrorLight10:#dc2626;--uiColorStateHoverHvrNeutralLight10N10:#f3f4f6;--uiColorStateHoverHvrNeutralLight10N20:#1118270a;--uiColorStateHoverHvrNeutralLight10N30:#11182714;--uiColorStateHoverHvrNeutralLight30N10:#11182705;--uiColorStateHoverHvrPrimary00:#e7e2fa;--uiColorStateHoverHvrPrimary1:#11182729;--uiColorStateOnHoverNeutralLight10OnHvrNeutralLight10N10:#d1d5db;--uiColorStateOnHoverNeutralLight10OnHvrNeutralLight10N20:#9ca3af;--uiColorStateOnHoverNeutralLight10OnHvrNeutralLight10N30:#374151;--uiColorStateOnHoverOnHvrPrimary1:#fff;--uiColorStateOnHoverOnHvrPrimary2:#11182752;--uiColorStateDisabledDisNeutralLight30:#f3f4f6;--uiColorStateDisabledDisNeutralMedium10:#e5e7eb;--uiColorStateDisabledDisNeutralMedium30:#9ca3af;--uiColorStateOnDisabledNeutralLight30OnDisNeutralLight30N10:#d1d5db;--uiColorStateOnDisabledNeutralLight30OnDisNeutralLight30N20:#9ca3af;--uiColorStateOnDisabledNeutralMedium10OnDisNeutralMedium10N10:#d1d5db;--uiColorStateOnDisabledNeutralMedium10OnDisNeutralMedium10N20:#9ca3af;--uiColorStateHighlightedHgtNeutralLight10P10:#4c2399;--uiColorStateSelectedSelNeutralLight30:#f3f4f6;--uiColorStateSelectedHoverSelNeutralLight30:#11182714;--uiColorStateOnSelectedNeutralLight30OnSelNeutralLight30N20:#6b7280;--uiColorBorderDefaultBdNeutralLight10:#fff;--uiColorBorderDefaultBdNeutralMedium10:#e5e7eb;--uiColorBorderDefaultBdNeutralMedium20:#d1d5db;--uiColorBorderDefaultBdNeutralMedium30:#9ca3af;--uiColorBorderDefaultBdNeutralStrong10:#6b7280;--uiColorBorderDefaultBdPrimaryStrong10:#4c2399;--uiColorBorderDefaultBdPrimaryLight10:#f2effc;--uiColorBorderSemanticBdErrorStrong10:#ef4444;--uiColorBorderSemanticBdErrorLight10:#dc2626;--uiColorBorderSemanticBdWarningMedium20:#d97706;--uiColorBorderSemanticBdSuccessLight10:#15803d;--uiColorBorderSemanticBdInfoLight10:#005794;--uiColorBorderHoverBdNeutralMedium10:#e5e7eb;--uiColorBorderHoverBdNeutralMedium20:#d1d5db;--uiColorBorderHoverBdNeutralMedium30:#9ca3af;--uiColorBorderHoverBdPrimaryStrong10P10:#4c23990a;--uiColorBorderPressedBdNeutralMedium30:#9ca3af;--uiColorBorderPressedBdNeutralMedium10:#e5e7eb;--uiColorBorderPressedBdNeutralLight10N10:#11182729;--uiColorBorderPressedPrimaryMedium20:#a289ec;--uiColorBorderFocusedBdNeutralLight30:#f3f4f6;--uiColorBorderFocusedBdNeutralMedium10:#e5e7eb;--uiColorBorderFocusedBdNeutralStrong20:#374151;--uiColorBorderFocusedBdPrimaryLight10:#f2effc;--uiColorBorderFocusedPrimaryStrong10:#4c2399;--uiColorBorderBdDisabledPrimaryOverlay4:#4c23990a;--uiColorBorderBdDisabledPrimaryOverlay8:#4c239914;--uiColorBorderBdDisabledPrimaryOverlay16:#4c239929;--uiColorBorderBdDisabledDarkOverlay4:#1118270a;--uiColorBorderBdDisabledDarkOverlay8:#11182714;--uiColorBorderBdDisabledDarkOverlay16:#11182729;--uiColorBorderDisabledBdNeutralMedium10:#e5e7eb;--uiColorBorderDisabledBdNeutralMedium20:#d1d5db;--uiColorBorderSelectedBdNeutralMedium10:#e5e7eb;--uiColorGradientColorsGradientG110:#bd8668;--uiColorGradientColorsGradientG120:#5d51af;--uiColorGradientColorsGradientG130:#3437c8;--typogrraphyDisplayInterFontFamily:Inter;--typogrraphyDisplayLargeSize:52px;--typogrraphyDisplaySmallSize:44px;--typogrraphyDisplayLargeLineHeight:56px;--typogrraphyDisplaySmallLineHeight:48px;--typogrraphyDisplayLargeLetterSpacing:-1.04px;--typogrraphyDisplaySmallLetterSpacing:-.88px;--typogrraphyDisplayMediumWeight:500;--typogrraphyDisplaySemiBoldWeight:"semi bold";--typogrraphyDisplayBoldWeight:700;--typogrraphyDisplayExtraBoldWeight:"extra bold";--typogrraphyHeadingH1InterFontFamily:Inter;--typogrraphyHeadingH1LargeSize:40px;--typogrraphyHeadingH1SmallSize:36px;--typogrraphyHeadingH1LargeLineHeight:48px;--typogrraphyHeadingH1SmallLineHeight:44px;--typogrraphyHeadingH1LargerLetterSpacing:-.8px;--typogrraphyHeadingH1SmallLetterSpacing:-.72px;--typogrraphyHeadingH1MediumWeight:500;--typogrraphyHeadingH1SemiBoldWeight:"semi bold";--typogrraphyHeadingH1BoldWeight:700;--typogrraphyHeadingH1ExtraBoldWeight:"extra bold";--typogrraphyHeadingH2InterFontFamily:Inter;--typogrraphyHeadingH2LargeSize:36px;--typogrraphyHeadingH2SmallSize:32px;--typogrraphyHeadingH2LargeLineHeight:44px;--typogrraphyHeadingH2SmallLineHeight:40px;--typogrraphyHeadingH2LargeLetterSpacing:-.72px;--typogrraphyHeadingH2SmallLetterSpacing:-.64px;--typogrraphyHeadingH2MediumWeight:500;--typogrraphyHeadingH2SemiBoldWeight:"semi bold";--typogrraphyHeadingH2BoldWeight:700;--typogrraphyHeadingH2ExtraBoldWeight:"extra bold";--typogrraphyHeadingH3InterFontFamily:Inter;--typogrraphyHeadingH3LargeSize:32px;--typogrraphyHeadingH3SmallSize:28px;--typogrraphyHeadingH3LargeLineHeight:40px;--typogrraphyHeadingH3SmallLineHeight:36px;--typogrraphyHeadingH3LargeLetterSpacing:-.64px;--typogrraphyHeadingH3SmallLetterSpacing:-.56px;--typogrraphyHeadingH3MediumWeight:500;--typogrraphyHeadingH3SemiBoldWeight:"semi bold";--typogrraphyHeadingH3BoldWeight:700;--typogrraphyHeadingH3ExtraBoldWeight:"extra bold";--typogrraphyHeadingH4InterFontFamily:Inter;--typogrraphyHeadingH4LargeSize:28px;--typogrraphyHeadingH4SmallSize:24px;--typogrraphyHeadingH4LargeLineHeight:36px;--typogrraphyHeadingH4SmallLineHeight:32px;--typogrraphyHeadingH4LargeLetterSpacing:-.56px;--typogrraphyHeadingH4SmallLetterSpacing:-.48px;--typogrraphyHeadingH4MediumWeight:500;--typogrraphyHeadingH4SemiBoldWeight:"semi bold";--typogrraphyHeadingH4BoldWeight:700;--typogrraphyHeadingH4ExtraBoldWeight:"extra bold";--typogrraphyHeadingH5InterFontFamily:Inter;--typogrraphyHeadingH5LargeSize:24px;--typogrraphyHeadingH5SmallSize:20px;--typogrraphyHeadingH5LargeLineHeight:32px;--typogrraphyHeadingH5SmallLineHeight:28px;--typogrraphyHeadingH5LargeLetterSpacing:-.48px;--typogrraphyHeadingH5SmallLetterSpacing:-.4px;--typogrraphyHeadingH5MediumWeight:500;--typogrraphyHeadingH5SemiBoldWeight:"semi bold";--typogrraphyHeadingH5BoldWeight:700;--typogrraphyHeadingH5ExtraBoldWeight:"extra bold";--typogrraphyHeadingH6InterFontFamily:Inter;--typogrraphyHeadingH6LargeSize:20px;--typogrraphyHeadingH6SmallSize:18px;--typogrraphyHeadingH6LargeLineHeight:28px;--typogrraphyHeadingH6SmallLineHeight:24px;--typogrraphyHeadingH6LargeLetterSpacing:-.4px;--typogrraphyHeadingH6SmallLetterSpacing:-.36px;--typogrraphyHeadingH6MediumWeight:500;--typogrraphyHeadingH6SemiBoldWeight:"semi bold";--typogrraphyHeadingH6BoldWeight:700;--typogrraphyHeadingH6ExtraBoldWeight:"extra bold";--typogrraphyParagraphInterFontFamily:Inter;--typogrraphyParagraphPara1Size:18px;--typogrraphyParagraphPara2Size:16px;--typogrraphyParagraphPara3Size:14px;--typogrraphyParagraphPara4Size:12px;--typogrraphyParagraphPara1LineHeight:28px;--typogrraphyParagraphPara2LineHeight:24px;--typogrraphyParagraphPara3LineHeight:20px;--typogrraphyParagraphPara4LineHeight:20px;--typogrraphyParagraphLetterSpacing:0;--typogrraphyParagraphRegularWeight:400;--typogrraphyParagraphMediumWeight:500;--typogrraphyParagraphSemiBoldWeight:"semi bold";--typogrraphyLabelInterFontFamily:Inter;--typogrraphyLabelL1Size:16px;--typogrraphyLabelL2Size:14px;--typogrraphyLabelL3Size:12px;--typogrraphyLabelL4Size:10px;--typogrraphyLabelL1LineHeight:18px;--typogrraphyLabelL2LineHeight:16px;--typogrraphyLabelL3LineHeight:14px;--typogrraphyLabelL4LineHeight:14px;--typogrraphyLabelLetterSpacing:0;--typogrraphyLabelRegularWeight:400;--typogrraphyLabelMediumWeight:500;--typogrraphyLabelSemiBoldWeight:"semi bold";--borderWidthWidth0:0;--borderWidthWidth1:1px;--borderWidthWidth2:2px;--borderWidthWidth4:4px;--borderWidthWidth8:8px;--cornerRadiusSharp:0;--cornerRadius3xsmall:4;--cornerRadius2xsmall:8;--cornerRadiusSmall:12;--cornerRadiusMedium:16;--cornerRadiusLarge:24;--cornerRadiusXlarge:32;--cornerRadiusRound:999;--spacingSp2:2;--spacingSp4:4;--spacingSp6:6;--spacingSp8:8;--spacingSp10:10;--spacingSp12:12;--spacingSp16:16;--spacingSp20:20;--spacingSp24:24;--spacingSp28:28;--spacingSp32:32;--spacingSp36:36;--spacingSp40:40;--spacingSp44:44;--spacingSp48:48;--spacingSp52:52;--spacingSp56:56;--spacingSp60:60;--spacingSp64:64;--spacingSp72:72;--spacingSp80:80;--spacingSp84:84;--spacingSp88:88;--spacingSp96:96;--spacingSp100:100;--spacingSp104:104;--spacingSp108:108;--spacingSp116:116;--effectsShadow4:#1118270a;--effectsShadow8:#11182714;--effectsShadow16:#11182729;--effectsShadow24:#1118273d;--effectsShadow32:#11182752;--effectsShadow48:#1118277a;--effectsBgBlur16:#11182729;--effectsBgBlur24:#1118273d;--color-gold-100:#fdf8ee;--color-gold-200:#fbf1dd;--color-gold-300:#f5e4bc;--color-gold-400:#efd69b;--color-gold-500:#e9c87a;--color-gold-600:#d4ae5b;--color-gold-700:#c5a059;--color-gold-800:#a6823d;--color-gold-900:#886524;--color-gold-1000:#6a4910;--color-primary:var(--color-gold-700);--color-primary-hover:var(--color-gold-800);--color-primary-light:var(--color-gold-100);--color-secondary:#1a1a1a;--color-secondary-light:#333;--color-success:#16a34a;--color-success-light:#f0fdf4;--color-error:#ef4444;--color-error-light:#fef2f2;--color-info:#0073c3;--color-info-light:#e5f5ff;--color-bg-main:#f9f9f9;--color-bg-card:#fff;--color-bg-sidebar:#fff;--color-text-main:#1a1a1a;--color-text-muted:#6b7280;--color-text-white:#fff;--color-border:#e5e7eb;--space-2:calc(var(--spacingSp2,2) * 1px);--space-4:calc(var(--spacingSp4,4) * 1px);--space-6:calc(var(--spacingSp6,6) * 1px);--space-8:calc(var(--spacingSp8,8) * 1px);--space-10:calc(var(--spacingSp10,10) * 1px);--space-12:calc(var(--spacingSp12,12) * 1px);--space-16:calc(var(--spacingSp16,16) * 1px);--space-20:calc(var(--spacingSp20,20) * 1px);--space-24:calc(var(--spacingSp24,24) * 1px);--space-32:calc(var(--spacingSp32,32) * 1px);--space-48:calc(var(--spacingSp48,48) * 1px);--space-xs:var(--space-4);--space-sm:var(--space-8);--space-md:var(--space-16);--space-lg:var(--space-24);--space-xl:var(--space-32);--space-xxl:var(--space-48);--radius-sm:calc(var(--cornerRadius3xsmall,4) * 1px);--radius-md:calc(var(--cornerRadius2xsmall,8) * 1px);--radius-lg:calc(var(--cornerRadiusSmall,12) * 1px);--radius-xl:calc(var(--cornerRadiusMedium,16) * 1px);--radius-full:calc(var(--cornerRadiusRound,999) * 1px);--font-main:var(--typograhyFontFamily1,"Outfit", sans-serif);--font-size-xs:calc(var(--typographyFontSizeFontSize10,10) * 1px);--font-size-sm:calc(var(--typographyFontSizeFontSize12,12) * 1px);--font-size-md:calc(var(--typographyFontSizeFontSize14,14) * 1px);--font-size-lg:calc(var(--typographyFontSizeFontSize16,16) * 1px);--font-size-xl:calc(var(--typographyFontSizeFontSize18,18) * 1px);--font-size-2xl:calc(var(--typographyFontSizeFontSize20,20) * 1px);--font-size-3xl:calc(var(--typographyFontSizeFontSize24,24) * 1px);--line-height-body:calc(var(--typographyLineHeightLineHeight20,20) * 1px);--shadow-sm:0 1px 2px 0 var(--effectsShadow4,#1118270a);--shadow-md:0 4px 6px -1px var(--effectsShadow8,#11182714);--shadow-lg:0 10px 15px -3px var(--effectsShadow16,#11182729);--sidebar-width:240px;--transition-fast:.2s ease;--transition-normal:.3s ease;--adm-gold:#c5a059;--adm-gold-light:#f5ecd7;--adm-gold-dark:#9a7a3e;--adm-ink:#111827;--adm-ink-soft:#1f2937;--adm-bg:#f4f5f9;--adm-surface:#fff;--adm-surface-2:#f8f9fc;--adm-text-primary:#111827;--adm-text-secondary:#374151;--adm-text-muted:#9ca3af;--adm-text-gold:#8a6820;--adm-border:#e5e7eb;--adm-border-light:#f3f4f6;--adm-green:#16a34a;--adm-green-bg:#dcfce7;--adm-red:#dc2626;--adm-red-bg:#fee2e2;--adm-yellow:#d97706;--adm-yellow-bg:#fef3c7;--adm-blue:#2563eb;--adm-blue-bg:#dbeafe;--adm-shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--adm-shadow-md:0 4px 16px #00000012;--adm-shadow-lg:0 12px 36px #00000017;--adm-shadow-gold:0 4px 14px #c5a05940;--adm-ease:cubic-bezier(.4, 0, .2, 1);--adm-transition:all .18s var(--adm-ease);--adm-sidebar-w:240px}.admin-app *{box-sizing:border-box;margin:0;padding:0}.admin-app{background:var(--adm-bg);color:var(--adm-text-primary);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.5;display:flex}.adm-sidebar{width:var(--adm-sidebar-w);min-width:var(--adm-sidebar-w);background:var(--adm-surface);border-right:1px solid var(--adm-border);z-index:50;flex-direction:column;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto;box-shadow:2px 0 8px #0000000a}.adm-logo{border-bottom:1px solid var(--adm-border-light);background:linear-gradient(135deg,#fdf8f0 0%,#fff 100%);padding:1.25rem 1.25rem 1rem}.adm-logo-brand{color:var(--adm-ink);letter-spacing:.03em;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;line-height:1}.adm-logo-sub{letter-spacing:.4em;color:var(--adm-gold);text-transform:uppercase;margin-top:3px;font-size:.55rem;font-weight:700;display:block}.adm-logo-badge{background:var(--adm-gold-light);color:var(--adm-text-gold);letter-spacing:.1em;text-transform:uppercase;border-radius:20px;margin-top:7px;padding:2px 7px;font-size:.52rem;font-weight:700;display:inline-block}.adm-nav{flex:1;padding:.75rem .625rem}.adm-nav-section-label{text-transform:uppercase;letter-spacing:.15em;color:var(--adm-text-muted);padding:.75rem .75rem .4rem;font-size:.58rem;font-weight:700}.adm-nav-item{color:var(--adm-text-secondary);transition:var(--adm-transition);cursor:pointer;border-radius:8px;align-items:center;gap:.65rem;margin-bottom:1px;padding:.6rem .8rem;font-size:.82rem;font-weight:500;text-decoration:none;display:flex}.adm-nav-item:hover{background:var(--adm-surface-2);color:var(--adm-text-primary)}.adm-nav-item.active{background:var(--adm-gold-light);color:var(--adm-text-gold);font-weight:600}.adm-nav-item .adm-nav-icon{text-align:center;flex-shrink:0;width:18px;font-size:.95rem}.adm-nav-item .adm-nav-badge{background:var(--adm-gold);color:#fff;border-radius:20px;margin-left:auto;padding:1px 6px;font-size:.58rem;font-weight:700}.adm-sidebar-footer{border-top:1px solid var(--adm-border-light);padding:.75rem .625rem}.adm-user-card{background:var(--adm-surface-2);border-radius:8px;align-items:center;gap:.6rem;padding:.6rem .75rem;display:flex}.adm-user-avatar{background:linear-gradient(135deg, var(--adm-gold) 0%, var(--adm-gold-dark) 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.72rem;font-weight:700;display:flex}.adm-user-name{color:var(--adm-text-primary);font-size:.78rem;font-weight:600}.adm-user-role{color:var(--adm-text-muted);font-size:.62rem}.adm-signout-btn{color:var(--adm-red);cursor:pointer;transition:var(--adm-transition);background:0 0;border:none;border-radius:7px;align-items:center;gap:.5rem;width:100%;margin-top:.4rem;padding:.5rem .75rem;font-family:inherit;font-size:.75rem;font-weight:500;display:flex}.adm-signout-btn:hover{background:var(--adm-red-bg)}.adm-main{flex-direction:column;flex:1;min-height:100vh;display:flex;overflow-x:hidden}.adm-topbar{background:var(--adm-surface);border-bottom:1px solid var(--adm-border);z-index:40;box-shadow:var(--adm-shadow-sm);justify-content:space-between;align-items:center;padding:.75rem 1.5rem;display:flex;position:sticky;top:0}.adm-topbar-title{color:var(--adm-text-primary);font-size:.92rem;font-weight:600}.adm-topbar-breadcrumb{color:var(--adm-text-muted);margin-top:1px;font-size:.7rem}.adm-topbar-actions{align-items:center;gap:.5rem;display:flex}.adm-content{width:100%;max-width:1500px;padding:1.25rem 1.5rem}.adm-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;display:flex}.adm-page-title{color:var(--adm-text-primary);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;line-height:1.2}.adm-page-subtitle{color:var(--adm-text-muted);margin-top:.2rem;font-size:.78rem}.adm-stat-card{background:var(--adm-surface);border:1px solid var(--adm-border);box-shadow:var(--adm-shadow-sm);transition:var(--adm-transition);border-radius:12px;padding:1rem}.adm-stat-card:hover{box-shadow:var(--adm-shadow-md);transform:translateY(-1px)}.adm-stat-icon{border-radius:9px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:.75rem;font-size:1rem;display:flex}.adm-stat-icon.gold{background:var(--adm-gold-light)}.adm-stat-icon.green{background:var(--adm-green-bg)}.adm-stat-icon.blue{background:var(--adm-blue-bg)}.adm-stat-icon.red{background:var(--adm-red-bg)}.adm-stat-icon.yellow{background:var(--adm-yellow-bg)}.adm-stat-label{text-transform:uppercase;letter-spacing:.08em;color:var(--adm-text-muted);margin-bottom:.3rem;font-size:.68rem;font-weight:600}.adm-stat-value{color:var(--adm-text-primary);font-size:1.55rem;font-weight:700;line-height:1}.adm-stat-change{color:var(--adm-green);margin-top:.4rem;font-size:.68rem;font-weight:600}.adm-card{background:var(--adm-surface);border:1px solid var(--adm-border);box-shadow:var(--adm-shadow-sm);border-radius:12px;overflow:hidden}.adm-card-header{border-bottom:1px solid var(--adm-border-light);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.875rem 1.25rem;display:flex}.adm-card-title{color:var(--adm-text-primary);font-size:.88rem;font-weight:600}.adm-card-body{padding:1.25rem}.adm-table-wrapper{overflow-x:auto}.adm-table{border-collapse:collapse;width:100%;font-size:.82rem}.adm-table thead th{text-align:left;background:var(--adm-surface-2);text-transform:uppercase;letter-spacing:.1em;color:var(--adm-text-muted);border-bottom:1px solid var(--adm-border);white-space:nowrap;padding:.65rem 1rem;font-size:.67rem;font-weight:700}.adm-table tbody td{border-bottom:1px solid var(--adm-border-light);color:var(--adm-text-secondary);vertical-align:middle;padding:.7rem 1rem}.adm-table tbody tr:last-child td{border-bottom:none}.adm-table tbody tr:hover td{background:#fafafa}.adm-table-empty{text-align:center;color:var(--adm-text-muted);padding:3rem 2rem;font-size:.82rem}.adm-form-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.adm-form-grid-3{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.adm-form-full{grid-column:1/-1}.adm-field{flex-direction:column;gap:.35rem;display:flex}.adm-label{text-transform:uppercase;letter-spacing:.07em;color:var(--adm-text-secondary);font-size:.7rem;font-weight:600}.adm-input{background:var(--adm-surface);border:1.5px solid var(--adm-border);color:var(--adm-text-primary);transition:var(--adm-transition);border-radius:7px;outline:none;width:100%;padding:.6rem .85rem;font-family:inherit;font-size:.85rem}.adm-input:focus{border-color:var(--adm-gold);box-shadow:0 0 0 3px #c5a0591a}.adm-input::placeholder{color:var(--adm-text-muted)}.adm-select{appearance:none;cursor:pointer}.adm-textarea{resize:vertical;min-height:75px}.adm-filter-bar{flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:1rem;display:flex}.adm-filter-pill{cursor:pointer;border:1.5px solid var(--adm-border);background:var(--adm-surface);color:var(--adm-text-muted);transition:var(--adm-transition);border-radius:20px;padding:.3rem .85rem;font-family:inherit;font-size:.75rem;font-weight:600}.adm-filter-pill:hover{border-color:var(--adm-gold);color:var(--adm-text-gold)}.adm-filter-pill.active{background:var(--adm-gold);border-color:var(--adm-gold);color:#fff;box-shadow:var(--adm-shadow-gold)}.adm-search-wrap{position:relative}.adm-search-wrap input{padding-left:2.2rem}.adm-search-icon{color:var(--adm-text-muted);pointer-events:none;font-size:.9rem;position:absolute;top:50%;left:.7rem;transform:translateY(-50%)}.adm-btn{cursor:pointer;transition:var(--adm-transition);white-space:nowrap;border:none;border-radius:7px;outline:none;justify-content:center;align-items:center;gap:.4rem;padding:.6rem 1.1rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-flex}.adm-btn-primary{background:var(--adm-gold);color:#fff;box-shadow:var(--adm-shadow-gold)}.adm-btn-primary:hover{background:var(--adm-gold-dark);transform:translateY(-1px)}.adm-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.adm-btn-secondary{background:var(--adm-surface-2);color:var(--adm-text-secondary);border:1.5px solid var(--adm-border)}.adm-btn-secondary:hover{background:var(--adm-border);color:var(--adm-text-primary)}.adm-btn-danger{color:var(--adm-red);background:0 0;border:1.5px solid}.adm-btn-danger:hover{background:var(--adm-red-bg)}.adm-btn-ghost{color:var(--adm-text-secondary);background:0 0;padding:.4rem .65rem}.adm-btn-ghost:hover{background:var(--adm-surface-2);color:var(--adm-text-primary)}.adm-btn-sm{padding:.35rem .75rem;font-size:.73rem}.adm-btn-icon{border-radius:7px;padding:.45rem}.adm-badge{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:20px;align-items:center;padding:.2rem .6rem;font-size:.65rem;font-weight:700;display:inline-flex}.adm-badge-green{background:var(--adm-green-bg);color:var(--adm-green)}.adm-badge-red{background:var(--adm-red-bg);color:var(--adm-red)}.adm-badge-yellow{background:var(--adm-yellow-bg);color:var(--adm-yellow)}.adm-badge-blue{background:var(--adm-blue-bg);color:var(--adm-blue)}.adm-badge-gray{background:var(--adm-surface-2);color:var(--adm-text-muted)}.adm-badge-gold{background:var(--adm-gold-light);color:var(--adm-text-gold)}.adm-login-wrap{background:var(--adm-bg);justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}.adm-login-bg-pattern{background-image:radial-gradient(circle at 20% 20%,#c5a05914 0%,#0000 50%),radial-gradient(circle at 80% 80%,#c5a0590d 0%,#0000 50%),radial-gradient(circle,#c5a05908 0%,#0000 70%);position:absolute;inset:0}.adm-login-card{background:var(--adm-surface);border:1px solid var(--adm-border);width:100%;max-width:400px;box-shadow:var(--adm-shadow-lg);z-index:1;border-radius:18px;padding:2.5rem;position:relative}.adm-login-logo-wrap{text-align:center;margin-bottom:2rem}.adm-login-icon{background:linear-gradient(135deg, var(--adm-gold) 0%, var(--adm-gold-dark) 100%);width:52px;height:52px;box-shadow:var(--adm-shadow-gold);border-radius:14px;justify-content:center;align-items:center;margin:0 auto .875rem;font-size:1.4rem;display:flex}.adm-login-title{color:var(--adm-text-primary);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.adm-login-subtitle{color:var(--adm-text-muted);margin-top:.3rem;font-size:.75rem}.adm-login-form{flex-direction:column;gap:1.1rem;display:flex}.adm-error-box{background:var(--adm-red-bg);color:var(--adm-red);border:1px solid #dc262633;border-radius:7px;padding:.65rem .875rem;font-size:.78rem;font-weight:500}.adm-form-panel{background:var(--adm-surface);border:1px solid var(--adm-border);box-shadow:var(--adm-shadow-sm);animation:adm-slide-down .18s var(--adm-ease);border-radius:12px;margin-bottom:1rem;padding:1.25rem 1.5rem}@keyframes adm-slide-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.adm-form-panel-title{color:var(--adm-text-primary);border-bottom:1px solid var(--adm-border-light);align-items:center;gap:.5rem;margin-bottom:1.25rem;padding-bottom:.875rem;font-size:.92rem;font-weight:700;display:flex}.adm-upload-zone{border:2px dashed var(--adm-border);text-align:center;background:var(--adm-surface-2);cursor:pointer;transition:var(--adm-transition);border-radius:10px;padding:1.5rem;position:relative}.adm-upload-zone:hover{border-color:var(--adm-gold);background:#c5a05908}.adm-upload-zone.has-image{padding:0;overflow:hidden}.adm-upload-zone img{object-fit:cover;border-radius:9px;width:100%;height:160px;display:block}.adm-upload-icon{margin-bottom:.5rem;font-size:1.5rem}.adm-upload-text{color:var(--adm-text-muted);font-size:.78rem}.adm-upload-hint{color:var(--adm-text-muted);margin-top:.3rem;font-size:.68rem}.adm-upload-input{opacity:0;cursor:pointer;z-index:5;position:absolute;inset:0}.adm-upload-overlay{opacity:0;background:#11182780;border-radius:9px;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.adm-upload-zone.has-image:hover .adm-upload-overlay{opacity:1}.adm-upload-change-btn{color:var(--adm-text-primary);cursor:pointer;background:#fff;border-radius:5px;padding:.4rem .875rem;font-size:.72rem;font-weight:600}.adm-detail-panel{background:var(--adm-surface);border:1px solid var(--adm-border);box-shadow:var(--adm-shadow-md);border-radius:12px;height:fit-content;max-height:calc(100vh - 90px);position:sticky;top:68px;overflow-y:auto}.adm-detail-row{border-bottom:1px solid var(--adm-border-light);justify-content:space-between;padding:.4rem 0;font-size:.82rem;display:flex}.adm-detail-row:last-child{border-bottom:none}.adm-divider{background:var(--adm-border-light);height:1px;margin:1rem 0}.adm-text-sm{font-size:.75rem}.adm-text-muted{color:var(--adm-text-muted)}.adm-text-bold{font-weight:700}.adm-flex-center{align-items:center;display:flex}.adm-gap-2{gap:.5rem}.adm-gap-3{gap:.75rem}.adm-mt-1{margin-top:.25rem}.adm-loading{color:var(--adm-text-muted);justify-content:center;align-items:center;gap:.75rem;padding:4rem;font-size:.85rem;display:flex}.adm-spinner{border:3px solid var(--adm-border);border-top-color:var(--adm-gold);border-radius:50%;flex-shrink:0;width:22px;height:22px;animation:.7s linear infinite adm-spin}@keyframes adm-spin{to{transform:rotate(360deg)}}.adm-pagination{border-top:1px solid var(--adm-border-light);align-items:center;gap:.5rem;padding:.75rem 1.25rem;display:flex}.adm-topbar-left{align-items:center;gap:.875rem;display:flex}.adm-mobile-menu-btn{color:var(--adm-text-primary);cursor:pointer;background:0 0;border:none;padding:.2rem;font-size:1.5rem;line-height:1;display:none}.adm-sidebar-overlay{z-index:45;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#11182780;animation:.2s adm-fade-in;display:none;position:fixed;inset:0}@keyframes adm-fade-in{0%{opacity:0}to{opacity:1}}.adm-grid-cols-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.adm-grid-cols-3{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.adm-grid-cols-4{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.adm-grid-cols-5{grid-template-columns:repeat(5,1fr);gap:.75rem;display:grid}.adm-grid-sidebar{grid-template-columns:240px 1fr;gap:1.5rem;display:grid}@media (width<=1024px){.adm-form-grid{grid-template-columns:1fr}.adm-form-grid-3{grid-template-columns:1fr 1fr}.adm-grid-cols-5{grid-template-columns:repeat(3,1fr)}.adm-grid-cols-4{grid-template-columns:repeat(2,1fr)}.adm-grid-sidebar{grid-template-columns:200px 1fr;gap:1rem}}@media (width<=768px){.adm-sidebar{transition:transform .3s var(--adm-ease);position:fixed;transform:translate(-100%)}.adm-sidebar.open{transform:translate(0)}.adm-mobile-menu-btn,.adm-sidebar-overlay{display:block}.adm-topbar{padding:.75rem 1rem}.adm-content{padding:1rem}.adm-form-grid-3{grid-template-columns:1fr}.adm-topbar-actions{display:none}.adm-grid-cols-2,.adm-grid-cols-3,.adm-grid-cols-4,.adm-grid-cols-5,.adm-grid-sidebar{grid-template-columns:1fr}}
