:root{--gold:#c9a84c;--gold-light:#e0b86a;--gold-dark:#a8882e;--black:#0d0d0d;--dark:#141414;--dark-2:#1e1e1e;--dark-3:#2a2a2a;--white:#f5f0e8;--muted:#8a8177;--text:#d4cfc5;--line:#ffffff14;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"DM Sans", sans-serif;--radius:10px;--transition:.35s cubic-bezier(.4,0,.2,1);--navbar-h:68px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body{background:var(--dark);color:var(--text);font-family:var(--font-body);line-height:1.6;overflow-x:hidden}h1,h2,h3,.serif{font-family:var(--font-display)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}ul{list-style:none}.container{max-width:1280px;margin:0 auto;padding:0 40px}.eyebrow{letter-spacing:2.5px;text-transform:uppercase;color:var(--gold);font-size:11px;font-weight:600}.reveal-up{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}.reveal-up.in-view{opacity:1;transform:translateY(0)}.product{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transform:translateY(20px)}.product.in-view{opacity:1;transform:translateY(0)}.ph{background:linear-gradient(135deg,var(--dark-3),var(--black));align-items:flex-end;display:flex;position:relative;overflow:hidden}.ph img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.ph svg{width:100%;height:100%;position:absolute;inset:0}.ph .cap{z-index:2;color:#fff;background:linear-gradient(#0000 0%,#0000001a 40%,#000000d9 100%);width:100%;padding:22px;position:relative}.navbar{z-index:1000;width:100%;height:var(--navbar-h);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:background var(--transition);background:#0d0d0dd9;border-bottom:1px solid #c9a84c26;justify-content:space-between;align-items:center;padding:0 40px;animation:.5s cubic-bezier(.4,0,.2,1) both navDrop;display:flex;position:fixed;top:0;left:0}@keyframes navDrop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.navbar.scrolled{background:#0d0d0dfa;box-shadow:0 4px 30px #00000080}.logo{align-items:center;gap:10px;text-decoration:none;display:flex}.logo-img{object-fit:cover;border:1.5px solid var(--gold);border-radius:50%;width:36px;height:36px}.logo-name{font-family:var(--font-display);color:var(--white);letter-spacing:.5px;font-size:22px;font-weight:600}.logo-name em{color:var(--gold);font-style:normal}.nav-links{align-items:center;gap:32px;display:flex}.nav-links a{color:#aaa;letter-spacing:.5px;transition:color var(--transition);padding-bottom:2px;font-size:14px;font-weight:400;position:relative}.nav-links a:after{content:"";background:var(--gold);width:0;height:1px;transition:width var(--transition);position:absolute;bottom:-2px;left:0}.nav-links a:hover,.nav-links a.active{color:var(--gold)}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-actions{align-items:center;gap:16px;display:flex}.cart-btn{color:var(--white);transition:var(--transition);background:0 0;border:1px solid #c9a84c4d;border-radius:50px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;display:flex;position:relative}.cart-btn:hover{border-color:var(--gold);color:var(--gold)}.cart-count{background:var(--gold);color:var(--black);border-radius:50%;justify-content:center;align-items:center;width:18px;min-width:18px;height:18px;font-size:11px;font-weight:700;display:flex}.menu-toggle{background:0 0;flex-direction:column;gap:5px;padding:4px;display:none}.menu-toggle span{background:var(--white);width:22px;height:2px;transition:var(--transition);border-radius:2px;display:block}.menu-toggle.open span:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:768px){:root{--navbar-h:60px}.navbar{padding:0 20px}.nav-links{top:var(--navbar-h);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;pointer-events:none;transition:var(--transition);background:#0d0d0dfa;border-bottom:1px solid #c9a84c26;flex-direction:column;align-items:flex-start;gap:0;padding:10px 0;position:fixed;left:0;right:0;transform:translateY(-120%)}.nav-links.open{opacity:1;pointer-events:all;transform:translateY(0)}.nav-links a{border-bottom:1px solid #ffffff0a;width:100%;padding:14px 24px;font-size:15px}.nav-links a:after{display:none}.menu-toggle{display:flex}body{padding-bottom:64px}}.hero{min-height:640px;padding-top:var(--navbar-h);align-items:center;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-slide{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity 1.4s,transform 7s;position:absolute;inset:0;transform:scale(1.06)}.hero-slide.active{opacity:1;transform:scale(1)}.hero-overlay{z-index:1;background:linear-gradient(100deg,#0d0d0ded 0%,#0d0d0dbf 35%,#0d0d0d59 65%,#0d0d0d1f 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:560px;padding:60px 60px 60px 40px;position:relative}.hero-content.reveal-in{animation:.9s cubic-bezier(.16,1,.3,1) both heroFadeUp}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.hero-content h1{color:var(--white);margin:18px 0 20px;font-size:clamp(38px,5vw,58px);font-weight:700;line-height:1.08}.hero-content h1 span{color:var(--gold);font-style:italic}.hero-content p{color:#cfc9c0;max-width:420px;margin-bottom:32px;font-size:15px;line-height:1.8}.hero-cta{flex-wrap:wrap;align-items:center;gap:26px;margin-bottom:44px;display:flex}.btn-primary{background:var(--gold);color:var(--black);letter-spacing:.5px;border-radius:var(--radius);transition:var(--transition);align-items:center;gap:10px;padding:15px 30px;font-size:13px;font-weight:600;display:inline-flex}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 24px #c9a84c59}.btn-ghost{letter-spacing:.3px;color:var(--white);align-items:center;gap:10px;font-size:13px;font-weight:500;display:inline-flex}.play-circle{border:1px solid var(--gold);width:34px;height:34px;color:var(--gold);border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.btn-ghost:hover .play-circle{background:var(--gold);color:var(--black)}.hero-feats{flex-wrap:nowrap;gap:18px;display:flex}.hero-feats .hero-feat{flex-shrink:0}.hero-feats .hero-feat .t1,.hero-feats .hero-feat .t2{white-space:nowrap}@media (max-width:480px){.hero-feats{flex-wrap:nowrap;justify-content:space-between;gap:8px}.hero-feat{text-align:center;flex-direction:column;flex:1;align-items:center;gap:4px;min-width:0}.hero-feat .fi{width:20px;height:20px}.hero-feat .t1{white-space:nowrap;font-size:9.5px}.hero-feat .t2{white-space:nowrap;font-size:8px}}.hero-feat{align-items:center;gap:10px;display:flex}.hero-feat .fi{width:28px;height:28px;stroke:var(--gold);flex-shrink:0}.hero-feat .t1{color:var(--white);font-size:12.5px;font-weight:600}.hero-feat .t2{color:var(--muted);font-size:11px}.hero-tabs{z-index:3;color:#fff;letter-spacing:1px;flex-direction:column;align-items:center;gap:16px;font-size:11px;display:flex;position:absolute;top:50%;right:30px;transform:translateY(-50%)}.hero-tabs span:not(.bar){cursor:pointer;transition:color .25s,font-size .25s}.hero-tabs .bar{background:#fff6;width:1px;height:40px}.hero-tabs .active{color:var(--gold);font-size:12px;font-weight:700}@media (max-width:1024px){.hero-content{max-width:100%;padding:40px 24px}.hero-tabs{display:none}.hero{min-height:560px}}.cat-strip{--cat-offset:-46px;z-index:5;opacity:0;background:linear-gradient(155deg,#c9a84c1a 0%,#c9a84c05 35%,#0000 60%),linear-gradient(#232323 0%,#1a1a1a 100%);border:1px solid #c9a84c2e;border-radius:14px;flex-wrap:wrap;justify-content:space-between;gap:10px;margin:0 40px;padding:34px 30px;animation:.4s cubic-bezier(.16,1,.3,1) .35s forwards catStripIn;display:flex;position:relative;box-shadow:0 20px 50px #00000073,inset 0 1px #ffffff0a,inset 0 0 40px #c9a84c08}@keyframes catStripIn{0%{opacity:0;transform:translateY(calc(var(--cat-offset) + 10px))}to{opacity:1;transform:translateY(var(--cat-offset))}}.cat-item{cursor:pointer;flex-direction:column;flex:1;align-items:center;gap:12px;min-width:70px;transition:transform .2s;display:flex}.cat-item:hover{transform:translateY(-4px)}.cat-circle{background:var(--dark-3);border:1px solid var(--line);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:border-color .2s;display:flex;overflow:hidden}.cat-circle svg{stroke:var(--gold)}.cat-item:hover .cat-circle{border-color:var(--gold)}.cat-item.sale .cat-circle{background:var(--gold);color:var(--black);letter-spacing:1px;border:none;font-size:10.5px;font-weight:700}.cat-circle img{object-fit:cover;border-radius:50%;width:100%;height:100%}.cat-label{color:var(--text);font-size:12px;font-weight:500}.cat-item.active .cat-label{color:var(--gold);font-weight:700}@media (max-width:1024px){.cat-strip{--cat-offset:-30px;flex-wrap:wrap;gap:20px;margin:0 22px}.cat-item{flex:20%}}@media (max-width:600px){.cat-strip{--cat-offset:-14px;padding:24px 18px}.hero-feats{margin-bottom:6px}}.section{padding:70px 0}.sec-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:34px;display:flex}.sec-head h2{color:var(--white);margin-top:8px;font-size:clamp(28px,3.4vw,38px);font-weight:600;line-height:1.15}.view-all{letter-spacing:.3px;color:var(--text);border-bottom:1px solid #ffffff40;align-items:center;gap:6px;padding-bottom:2px;font-size:12.5px;font-weight:600;transition:gap .2s,color .2s,border-color .2s;display:flex}.view-all:hover{color:var(--gold);border-color:var(--gold);gap:10px}.cat-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px;display:grid}.cat-card{cursor:pointer;height:420px;transition:var(--transition);border:1px solid #c9a84c1a;border-radius:12px}.cat-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #00000073}.cat-card img{transition:transform .6s}.cat-card:hover img{transform:scale(1.07)}.cat-card .cap h3{font-family:var(--font-display);color:#fff;margin-bottom:6px;font-size:20px;font-weight:600}.cat-card .cap span{color:var(--gold-light);border-bottom:1px solid #e0b86a80;align-items:center;gap:6px;padding-bottom:2px;font-size:11.5px;font-weight:500;display:inline-flex}.cat-card{text-decoration:none;display:block}.promo-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.promo{border:1px solid #c9a84c26;border-radius:12px;flex-direction:column;justify-content:center;height:250px;padding:30px;display:flex;position:relative;overflow:hidden}.promo h3{color:var(--white);margin:12px 0 20px;font-size:26px;font-weight:600;line-height:1.2}.promo.a{background:linear-gradient(120deg,#241d12,#0d0d0d)}.promo.b{background:linear-gradient(120deg,#2a2015,#141414)}.promo-bg-img{object-fit:cover;z-index:0;width:100%;height:100%;transition:transform .6s;position:absolute;inset:0}.promo:hover .promo-bg-img{transform:scale(1.06)}.promo-overlay{z-index:1;background:linear-gradient(120deg,#0d0d0deb 25%,#0d0d0d8c 75%);position:absolute;inset:0}.promo-content{z-index:2;position:relative}@media (max-width:1024px){.cat-grid{grid-template-columns:repeat(2,1fr)}.promo-grid{grid-template-columns:1fr}.cat-card{height:260px}}@media (max-width:480px){.cat-card{height:220px}.cat-card .cap{padding:16px}.cat-card .cap h3{font-size:16px}.cat-card .cap span{font-size:10.5px}}.product-grid{grid-template-columns:repeat(6,1fr);gap:22px;display:grid}.product{cursor:pointer}.product-img{background:var(--dark-2);border-radius:12px;height:230px;margin-bottom:14px;position:relative;overflow:hidden}.product-img:after{content:"";pointer-events:none;background:linear-gradient(#0000 45%,#0000008c 100%);position:absolute;inset:0}.product:hover .product-img{transform:translateY(-3px);box-shadow:0 16px 34px #0006}.product-img{transition:transform .35s,box-shadow .35s}.wishlist{z-index:4;background:#0d0d0dbf;border:1px solid #c9a84c4d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .15s;display:flex;position:absolute;top:12px;right:12px}.wishlist:hover{transform:scale(1.1)}.wishlist svg{width:15px;height:15px;stroke:var(--gold);fill:none;transition:fill .15s,stroke .15s}.wishlist.active svg{fill:#c0392b;stroke:#c0392b}.p-name{color:var(--white);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:35px;margin-bottom:5px;font-size:13.5px;font-weight:500;display:-webkit-box;overflow:hidden}.p-price{color:var(--gold);margin-bottom:6px;font-size:14px;font-weight:700}.p-rating{color:var(--muted);align-items:center;gap:5px;font-size:11px;display:flex}.stars{color:var(--gold);letter-spacing:1px}.add-cart-mini{letter-spacing:.5px;border:1px solid var(--gold);width:100%;color:var(--gold);text-align:center;border-radius:7px;margin-top:10px;padding:9px;font-size:11px;font-weight:600;transition:all .2s}.add-cart-mini:hover{background:var(--gold);color:var(--black)}.add-cart-mini.added{color:#fff;background:#3a5a40;border-color:#3a5a40}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-img{height:170px}}.feat-strip{background:var(--dark-2);border:1px solid #c9a84c1a;border-radius:12px;grid-template-columns:repeat(4,1fr);gap:20px;padding:34px 40px;display:grid}.feat-strip .hero-feat{justify-content:flex-start}@media (max-width:1024px){.feat-strip{grid-template-columns:repeat(2,1fr)}}.app-promo{background:radial-gradient(circle at 15% 20%,#c9a84c1f 0%,#0000 45%),linear-gradient(135deg,#1c1a14 0%,#141414 55%,#1a1712 100%);border:1px solid #c9a84c38;border-radius:20px;justify-content:space-between;align-items:center;gap:40px;padding:54px 60px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px #00000080,inset 0 1px #ffffff0d,inset 0 0 60px #c9a84c08}.app-promo:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a84c2e 0%,#0000 70%);width:320px;height:320px;position:absolute;top:-80px;right:-60px}.app-promo:after{content:"";pointer-events:none;background:linear-gradient(115deg,#0000 30%,#ffffff0a 45%,#0000 60%);position:absolute;inset:0}.app-promo-content{z-index:2;max-width:520px;position:relative}.app-promo-content .eyebrow{background:#c9a84c1a;border:1px solid #c9a84c40;border-radius:30px;align-items:center;gap:8px;margin-bottom:16px;padding:5px 14px;display:inline-flex}.app-promo-content h2{font-family:var(--font-display);color:var(--white);margin:0 0 16px;font-size:clamp(26px,3.4vw,36px);font-weight:600;line-height:1.2}.app-promo-content p{color:var(--text);max-width:440px;margin-bottom:28px;font-size:14.5px;line-height:1.85}.app-download-btn{letter-spacing:.6px;width:fit-content;padding:16px 34px;font-size:13.5px;font-weight:700;position:relative;box-shadow:0 10px 30px #c9a84c40}.app-download-btn:hover{box-shadow:0 14px 38px #c9a84c66}.app-promo-meta{color:var(--muted);letter-spacing:.3px;border-top:1px solid #ffffff0f;gap:24px;margin-top:20px;padding-top:20px;font-size:12px;display:flex}.app-promo-meta span{align-items:center;gap:6px;display:flex}.app-promo-icon{z-index:2;width:140px;height:140px;color:var(--gold);background:linear-gradient(160deg,#c9a84c29,#c9a84c0a);border:1px solid #c9a84c4d;border-radius:32px;flex-shrink:0;justify-content:center;align-items:center;animation:4s ease-in-out infinite appIconFloat;display:flex;position:relative;box-shadow:0 20px 45px #0006,inset 0 1px #ffffff14}@keyframes appIconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.view-all-cta{justify-content:center;padding:0 0 50px;display:flex}.view-all-btn{letter-spacing:.8px;text-transform:uppercase;color:var(--black);background:linear-gradient(120deg, var(--gold-light), var(--gold) 60%, var(--gold-dark));border-radius:50px;align-items:center;gap:10px;padding:16px 44px;font-size:13.5px;font-weight:700;transition:transform .3s,box-shadow .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 14px 34px #c9a84c4d}.view-all-btn:before{content:"";background:linear-gradient(120deg,#0000,#ffffff59,#0000);width:100%;height:100%;transition:transform .6s;position:absolute;top:0;left:0;transform:translate(-100%)}.view-all-btn:hover{transform:translateY(-4px);box-shadow:0 18px 44px #c9a84c73}.view-all-btn:hover:before{transform:translate(100%)}.view-all-btn svg{transition:transform .3s}.view-all-btn:hover svg{transform:translate(4px)}@media (max-width:768px){.view-all-cta{padding:0 0 30px}.view-all-btn{gap:8px;padding:13px 32px;font-size:12px}.app-promo{text-align:center;border-radius:16px;flex-direction:column;gap:14px;padding:24px 20px}.app-promo-content{max-width:100%}.app-promo-content h2{margin-bottom:8px;font-size:20px}.app-promo-content p{max-width:100%;margin-bottom:16px;font-size:13px;line-height:1.6}.app-promo-content .eyebrow{margin-bottom:10px;padding:4px 12px;font-size:10px}.app-download-btn{margin:0 auto;padding:12px 24px;font-size:12.5px}.app-promo-meta{justify-content:center;gap:16px;margin-top:12px;padding-top:12px;font-size:11px}.app-promo-icon{border-radius:16px;order:-1;width:56px;height:56px;margin-bottom:0}.app-promo-icon svg{width:28px;height:28px}}.newsletter{background:var(--dark-2);border:1px solid #c9a84c1a;border-radius:12px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.newsletter .ph{min-height:320px}.newsletter-content{flex-direction:column;justify-content:center;padding:56px;display:flex}.newsletter-content h2{color:var(--white);margin:10px 0 24px;font-size:30px;font-weight:600}.newsletter-content p{color:var(--muted)}.sub-form{border:1px solid var(--line);background:var(--dark-3);border-radius:8px;gap:0;max-width:420px;display:flex;overflow:hidden}.sub-form input{min-width:0;color:var(--white);background:0 0;border:none;outline:none;flex:1;padding:15px 18px;font-size:13px}.sub-form input::placeholder{color:var(--muted)}.sub-form button{background:var(--gold);color:var(--black);white-space:nowrap;padding:15px 26px;font-size:13px;font-weight:700;transition:background .2s}.sub-form button:hover{background:var(--gold-light)}.form-msg{color:var(--gold-light);min-height:16px;margin-top:12px;font-size:12px;font-weight:600}@media (max-width:1024px){.newsletter{grid-template-columns:1fr}}@media (max-width:768px){.newsletter-content{padding:32px 24px}.sub-form{flex-direction:column;max-width:100%}.sub-form button{white-space:normal;width:100%}}footer{background:var(--black);color:#cfc9c0;border-top:1px solid #ffffff0d;padding:70px 0 30px}.foot-grid{border-bottom:1px solid #ffffff14;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:30px;padding-bottom:50px;display:grid}.foot-logo{font-family:var(--font-display);color:#fff;letter-spacing:1px;margin-bottom:14px;font-size:22px;font-weight:700}.foot-logo em{color:var(--gold);font-style:normal}.foot-desc{color:#a29b90;max-width:240px;margin-bottom:20px;font-size:13px;line-height:1.7}.socials{gap:12px;display:flex}.social-btn{color:#a29b90;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.social-btn:hover{background:var(--gold);border-color:var(--gold);color:var(--black)}.foot-col h4{color:#fff;letter-spacing:.5px;margin-bottom:18px;font-size:13px}.foot-col ul li{margin-bottom:11px}.foot-col ul a,.foot-col ul span{color:#a29b90;font-size:13px;transition:color .2s}.foot-col ul a:hover{color:var(--gold)}.foot-input{border:1px solid #ffffff26;border-radius:8px;max-width:100%;margin-top:14px;display:flex;overflow:hidden}.foot-input input{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:11px 12px;font-size:12px}.foot-input input::placeholder{color:#7a7268}.foot-input button{background:var(--gold);width:40px;color:var(--black);justify-content:center;align-items:center;display:flex}.foot-bottom{color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:8px;padding-top:26px;font-size:12px;display:flex}@media (max-width:1024px){.foot-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.foot-grid{text-align:left;grid-template-columns:1fr 1fr;gap:24px 16px}.foot-grid>div:first-child{text-align:center;grid-column:1/-1}.foot-grid>div:first-child .socials{justify-content:center}.foot-grid>div:nth-child(4){text-align:center;grid-column:1/-1}.foot-desc{margin-left:auto;margin-right:auto}.foot-bottom{text-align:center;flex-direction:column;justify-content:center;align-items:center}}@media (max-width:480px){.foot-grid{text-align:left;grid-template-columns:1fr 1fr;gap:24px 16px}}.toast{background:var(--dark-2);border:1px solid var(--gold);color:var(--white);z-index:1300;opacity:0;pointer-events:none;border-radius:10px;padding:12px 20px;font-size:14px;transition:opacity .3s,transform .3s;position:fixed;bottom:24px;right:24px;transform:translateY(12px)}.toast.show{opacity:1;transform:translateY(0)}.mobile-bottom-nav{display:none}@media (max-width:768px){.mobile-bottom-nav{z-index:999;padding:8px 0 calc(8px + env(safe-area-inset-bottom));background:#141414;border-top:1px solid #c9a84c26;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000004d}.bottom-nav-item{color:#999;font-family:var(--font-body);letter-spacing:.2px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;font-size:10.5px;font-weight:500;transition:color .2s;display:flex;position:relative}.bottom-nav-item:active,.bottom-nav-item.active{color:#c9a84c}.bottom-nav-item.active svg{filter:drop-shadow(0 0 6px #c9a84cb3);transition:transform .3s;transform:translateY(-2px)}.bottom-nav-item.active span:last-child{text-shadow:0 0 12px #c9a84c80;font-weight:700}.bottom-nav-item.active:before{content:"";background:#c9a84c;border-radius:3px;width:28px;height:3px;position:absolute;top:-8px;left:50%;transform:translate(-50%);box-shadow:0 0 10px 2px #c9a84ccc}.bottom-nav-item.active:after{content:"";z-index:-1;background:radial-gradient(circle,#c9a84c26 0%,#0000 70%);border-radius:16px;position:absolute;inset:-6px}.bottom-cart-count{color:#0d0d0d;background:#c9a84c;border-radius:50%;justify-content:center;align-items:center;min-width:15px;height:15px;padding:0 3px;font-size:9px;font-weight:700;display:flex;position:absolute;top:-2px;right:calc(50% - 20px)}}@media (max-width:480px){.container{padding:0 16px}.hero-cta{flex-wrap:nowrap;gap:14px}.btn-primary{white-space:nowrap;padding:12px 18px;font-size:12px}.btn-ghost{white-space:nowrap;gap:6px;font-size:11.5px}.play-circle{width:28px;height:28px}}#next-logo,[data-nextjs-toast],[data-nextjs-dialog-header],nextjs-portal,.vercel-toolbar-root,div[data-vercel-toolbar],div[class*=vercel-toolbar]{visibility:hidden!important;opacity:0!important;pointer-events:none!important;display:none!important}
@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/d8cddd76dbfeaef0-s.2dbc-et3k6kfe.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/591574edbe85c69b-s.0slbgzy4000md.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/acf349172f10b359-s.0d4lnz92g9ol4.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/0926c12c4384550f-s.253cfg7mpxmwg.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/8bd76523131fa0fc-s.p.273-hd1b-0-z9.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/d8cddd76dbfeaef0-s.2dbc-et3k6kfe.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/591574edbe85c69b-s.0slbgzy4000md.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/acf349172f10b359-s.0d4lnz92g9ol4.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/0926c12c4384550f-s.253cfg7mpxmwg.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/8bd76523131fa0fc-s.p.273-hd1b-0-z9.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(../media/d8cddd76dbfeaef0-s.2dbc-et3k6kfe.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(../media/591574edbe85c69b-s.0slbgzy4000md.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(../media/acf349172f10b359-s.0d4lnz92g9ol4.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(../media/0926c12c4384550f-s.253cfg7mpxmwg.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(../media/8bd76523131fa0fc-s.p.273-hd1b-0-z9.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9cc5c0547f229dea-s.26a4qkxezf9-r.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b0947914c9718a1e-s.1hzlq6xrrxf6u.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d0b60be57f16ee32-s.33on4mq75bz97.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1f9e983605289f29-s.2xsoqmjk136f4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.0v7knm2wof07y.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9cc5c0547f229dea-s.26a4qkxezf9-r.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b0947914c9718a1e-s.1hzlq6xrrxf6u.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d0b60be57f16ee32-s.33on4mq75bz97.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1f9e983605289f29-s.2xsoqmjk136f4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.0v7knm2wof07y.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9cc5c0547f229dea-s.26a4qkxezf9-r.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b0947914c9718a1e-s.1hzlq6xrrxf6u.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d0b60be57f16ee32-s.33on4mq75bz97.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1f9e983605289f29-s.2xsoqmjk136f4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.0v7knm2wof07y.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond Fallback;src:local(Times New Roman);ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.0%;size-adjust:96.98%}.cormorant_garamond_de5a7c5c-module__ozTw6G__className{font-family:Cormorant Garamond,Cormorant Garamond Fallback}.cormorant_garamond_de5a7c5c-module__ozTw6G__variable{--font-display:"Cormorant Garamond", "Cormorant Garamond Fallback"}
@font-face{font-family:DM Sans;font-style:normal;font-weight:300;font-display:swap;src:url(../media/c3cb240f9c892514-s.270md_-rr62el.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-weight:300;font-display:swap;src:url(../media/5c285b27cdda1fe8-s.p.0lsanbtneewqp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(../media/c3cb240f9c892514-s.270md_-rr62el.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5c285b27cdda1fe8-s.p.0lsanbtneewqp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(../media/c3cb240f9c892514-s.270md_-rr62el.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5c285b27cdda1fe8-s.p.0lsanbtneewqp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans Fallback;src:local(Arial);ascent-override:94.9%;descent-override:29.66%;line-gap-override:0.0%;size-adjust:104.53%}.dm_sans_f3a80749-module__T6QheW__className{font-family:DM Sans,DM Sans Fallback;font-style:normal}.dm_sans_f3a80749-module__T6QheW__variable{--font-body:"DM Sans", "DM Sans Fallback"}
