@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes goldPulse{0%,to{box-shadow:0 0 #ffc1074d}50%{box-shadow:0 0 20px 8px #ffc1071a}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media (width<=1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.section{padding:var(--space-xl) 0}}@media (width<=768px){.container{padding:0 var(--space-md)}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.section{padding:var(--space-lg) 0}.btn{padding:12px 28px}.btn-lg{padding:14px 36px}}@media (width<=480px){:root{--nav-height:64px}.container{padding:0 var(--space-sm)}}.navbar{z-index:1000;height:var(--nav-height);transition:height var(--duration-normal) var(--ease-out), background-color var(--duration-normal) var(--ease-out), backdrop-filter var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out);background:0 0;flex-direction:column;justify-content:center;display:flex;position:fixed;top:0;left:0;right:0}.navbar--scrolled{height:var(--nav-height-scrolled);-webkit-backdrop-filter:blur(16px)saturate(1.2);background:#ffffffeb;box-shadow:0 1px 20px #1a17140f}.navbar--over-hero .navbar__link,.navbar--over-hero .navbar__action-btn,.navbar--over-hero .navbar__cart{color:var(--white)}.navbar--over-hero .navbar__link:hover,.navbar--over-hero .navbar__link--active{color:var(--gold-light)}.navbar--over-hero .navbar__waitlist-link{color:var(--white);border-color:#ffffff8c}.navbar--over-hero .navbar__waitlist-link:hover{color:var(--black);border-color:var(--gold)}.navbar--over-hero .navbar__hamburger-icon span{background:var(--white)}.navbar--over-hero .navbar__gold-line{opacity:1;background:#ffffff3d}.navbar__inner{max-width:var(--max-width);width:100%;padding:0 var(--space-lg);justify-content:space-between;align-items:center;height:100%;margin:0 auto;display:flex}.navbar__gold-line{background:linear-gradient(90deg, transparent 0%, var(--gold-light) 20%, var(--gold) 50%, var(--gold-light) 80%, transparent 100%);opacity:.5;height:1px;transition:opacity var(--duration-normal) var(--ease-out);position:absolute;bottom:0;left:0;right:0}.navbar--scrolled .navbar__gold-line{opacity:.35}.navbar__logo{z-index:2;flex-shrink:0;align-items:center;display:flex;position:relative}.navbar__logo-img{width:140px;height:auto;transition:width var(--duration-normal) var(--ease-out), filter var(--duration-fast) var(--ease-out)}.navbar--scrolled .navbar__logo-img{width:110px}.navbar__logo:hover .navbar__logo-img{filter:brightness(1.08)}.navbar__nav{position:absolute;left:50%;transform:translate(-50%)}.navbar__list{align-items:center;gap:var(--space-lg);display:flex}.navbar__item{position:relative}.navbar__link{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.18em;color:var(--charcoal);transition:color var(--duration-fast) var(--ease-out), letter-spacing var(--duration-normal) var(--ease-out);padding:6px 0;font-size:.72rem;font-weight:500;position:relative}.navbar__link:after{content:"";background:var(--gold);width:4px;height:4px;transition:transform var(--duration-normal) var(--ease-bounce);border-radius:50%;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)scale(0)}.navbar__link:hover{color:var(--gold-dark);letter-spacing:.22em}.navbar__link--active{color:var(--gold-dark)}.navbar__link--active:after{transform:translate(-50%)scale(1)}.navbar__actions{align-items:center;gap:var(--space-md);z-index:2;flex-shrink:0;display:flex;position:relative}.navbar__action-btn{border-radius:var(--radius-full);width:36px;height:36px;color:var(--charcoal);transition:color var(--duration-fast) var(--ease-out), background-color var(--duration-fast) var(--ease-out);cursor:pointer;justify-content:center;align-items:center;display:flex}.navbar__action-btn:hover{color:var(--gold-dark);background:var(--gold-pale)}.navbar__waitlist-link{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.16em;color:var(--gold-dark);border:1.5px solid var(--gold);border-radius:var(--radius-full);transition:background-color var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);padding:7px 18px;font-size:.7rem;font-weight:600}.navbar__waitlist-link:hover{background:var(--gold);color:var(--black);box-shadow:var(--shadow-gold);transform:translateY(-1px)}.navbar__waitlist-link--active{background:var(--gold);color:var(--black)}.navbar__cart{border-radius:var(--radius-full);width:36px;height:36px;color:var(--charcoal);transition:color var(--duration-fast) var(--ease-out), background-color var(--duration-fast) var(--ease-out);justify-content:center;align-items:center;display:flex;position:relative}.navbar__cart:hover{color:var(--gold-dark);background:var(--gold-pale)}.navbar__cart-badge{min-width:18px;height:18px;font-family:var(--font-body);letter-spacing:0;color:var(--black);background:var(--gold);border-radius:var(--radius-full);animation:badgePop .3s var(--ease-bounce) forwards;justify-content:center;align-items:center;padding:0 4px;font-size:.6rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-2px;right:-4px;box-shadow:0 2px 8px #ffc10759}@keyframes badgePop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.navbar__hamburger{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:none}.navbar__hamburger-icon{flex-direction:column;justify-content:center;align-items:center;gap:5px;width:22px;height:22px;display:flex}.navbar__hamburger-icon span{background:var(--charcoal);width:100%;height:1.5px;transition:transform var(--duration-normal) var(--ease-out), opacity var(--duration-fast) var(--ease-out), width var(--duration-normal) var(--ease-out);transform-origin:50%;border-radius:2px;display:block}.navbar__hamburger-icon span:nth-child(2){width:70%;margin-left:auto}.navbar__hamburger-icon--open span:first-child{transform:translateY(6.5px)rotate(45deg)}.navbar__hamburger-icon--open span:nth-child(2){opacity:0;width:0}.navbar__hamburger-icon--open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.navbar-overlay{-webkit-backdrop-filter:blur(6px);z-index:998;opacity:0;pointer-events:none;transition:opacity var(--duration-normal) var(--ease-out);background:#1a171473;position:fixed;inset:0}.navbar-overlay--visible{opacity:1;pointer-events:auto}.navbar-drawer{z-index:1001;background:var(--white);width:min(380px,85vw);transition:transform var(--duration-normal) var(--ease-out);overscroll-behavior:contain;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 40px #1a17141a}.navbar-drawer--open{transform:translate(0)}.navbar-drawer__header{padding:var(--space-md) var(--space-lg);border-bottom:1px solid var(--light-grey);justify-content:space-between;align-items:center;display:flex}.navbar-drawer__logo{width:120px;height:auto}.navbar-drawer__close{border-radius:var(--radius-full);width:36px;height:36px;color:var(--charcoal);cursor:pointer;transition:color var(--duration-fast) var(--ease-out), background-color var(--duration-fast) var(--ease-out);justify-content:center;align-items:center;display:flex}.navbar-drawer__close:hover{color:var(--gold-dark);background:var(--gold-pale)}.navbar-drawer__nav{padding:var(--space-lg) 0;flex:1}.navbar-drawer__list{flex-direction:column;display:flex}.navbar-drawer__item{opacity:0;transform:translate(20px)}.navbar-drawer--open .navbar-drawer__item{animation:drawerSlideIn var(--duration-normal) var(--ease-out) forwards}@keyframes drawerSlideIn{to{opacity:1;transform:translate(0)}}.navbar-drawer__link{padding:var(--space-sm) var(--space-lg);font-family:var(--font-heading);letter-spacing:.04em;color:var(--charcoal);transition:color var(--duration-fast) var(--ease-out), padding-left var(--duration-normal) var(--ease-out), background-color var(--duration-fast) var(--ease-out);font-size:1.3rem;font-weight:400;display:block;position:relative}.navbar-drawer__link:before{content:"";left:var(--space-lg);background:var(--gold);width:5px;height:5px;transition:transform var(--duration-normal) var(--ease-bounce);border-radius:50%;position:absolute;top:50%;transform:translateY(-50%)scale(0)}.navbar-drawer__link:hover{color:var(--gold-dark);padding-left:calc(var(--space-lg) + 16px);background:var(--gold-pale)}.navbar-drawer__link:hover:before{transform:translateY(-50%)scale(1)}.navbar-drawer__link--active{color:var(--gold-dark);font-weight:500}.navbar-drawer__link--active:before{transform:translateY(-50%)scale(1)}.navbar-drawer__divider{width:calc(100% - var(--space-lg) * 2);background:linear-gradient(90deg, transparent, var(--gold-light), transparent);height:1px;margin:0 auto}.navbar-drawer__footer{padding:var(--space-lg);text-align:center}.navbar-drawer__footer-label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.25em;color:var(--grey);margin-bottom:var(--space-sm);font-size:.65rem;font-weight:600}.navbar-drawer__socials{justify-content:center;gap:var(--space-md);margin-bottom:var(--space-md);display:flex}.navbar-drawer__social-link{border-radius:var(--radius-full);border:1px solid var(--light-grey);width:40px;height:40px;color:var(--charcoal-light);transition:color var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out), background-color var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);justify-content:center;align-items:center;display:flex}.navbar-drawer__social-link:hover{color:var(--gold-dark);border-color:var(--gold);background:var(--gold-pale);transform:translateY(-2px)}.navbar-drawer__copyright{color:var(--grey);letter-spacing:.06em;font-size:.7rem}@media (width>=1200px){.navbar__list{gap:var(--space-xl)}}@media (width<=1024px){.navbar__list{gap:var(--space-md)}.navbar__link{letter-spacing:.14em;font-size:.68rem}.navbar__link:hover{letter-spacing:.18em}.navbar__waitlist-link{padding:6px 14px;font-size:.65rem}}@media (width<=768px){.navbar__inner{padding:0 var(--space-md)}.navbar__nav,.navbar__waitlist-link{display:none}.navbar__hamburger{display:flex}.navbar__logo-img{width:110px}.navbar--scrolled .navbar__logo-img{width:95px}.navbar__actions{gap:var(--space-sm)}}@media (width<=480px){.navbar__inner{padding:0 var(--space-sm)}.navbar__logo-img{width:100px}.navbar--scrolled .navbar__logo-img{width:85px}.navbar-drawer{width:100vw}.navbar-drawer__link{font-size:1.15rem}}.footer{background-color:var(--black);color:var(--cream-warm);position:relative;overflow:hidden}.footer:before{content:"";pointer-events:none;background:radial-gradient(at 50% 0,#ffc10708 0%,#0000 60%);position:absolute;inset:0}.footer__newsletter{padding:var(--space-xxl) var(--space-lg);text-align:center;z-index:1;position:relative}.footer__newsletter-inner{max-width:600px;margin:0 auto}.footer__newsletter-heading{font-family:var(--font-heading);color:var(--white);letter-spacing:.04em;margin-bottom:var(--space-sm);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400;line-height:1.2}.footer__newsletter-desc{font-family:var(--font-body);color:var(--grey);margin-bottom:var(--space-lg);letter-spacing:.02em;font-size:.88rem;font-weight:300;line-height:1.8}.footer__newsletter-form{border-radius:var(--radius-sm);max-width:480px;transition:border-color var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out);border:1px solid #ffc10733;gap:0;margin:0 auto;display:flex;overflow:hidden}.footer__newsletter-form:focus-within{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-glow), var(--shadow-gold)}.footer__newsletter-input{font-family:var(--font-body);color:var(--white);letter-spacing:.02em;background:#ffffff0f;border:none;outline:none;flex:1;padding:16px 20px;font-size:.85rem;font-weight:300}.footer__newsletter-input::placeholder{color:var(--grey);letter-spacing:.04em;font-weight:300}.footer__newsletter-btn{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.2em;color:var(--black);background:var(--gold-shimmer);cursor:pointer;transition:all var(--duration-normal) var(--ease-out);white-space:nowrap;background-size:200%;border:none;padding:16px 32px;font-size:.7rem;font-weight:600;position:relative;overflow:hidden}.footer__newsletter-btn:after{content:"";transition:transform var(--duration-slow) var(--ease-out);background:linear-gradient(120deg,#0000 40%,#ffffff40 50%,#0000 60%);position:absolute;inset:0;transform:translate(-100%)}.footer__newsletter-btn:hover{box-shadow:var(--shadow-gold-strong);background-position:100%;transform:translateY(-1px)}.footer__newsletter-btn:hover:after{transform:translate(100%)}.footer__divider{background:linear-gradient(90deg, transparent 0%, #ffc10726 20%, var(--gold) 50%, #ffc10726 80%, transparent 100%);z-index:1;width:100%;height:1px;position:relative}.footer__main{padding:var(--space-xl) var(--space-lg);z-index:1;position:relative}.footer__grid{gap:var(--space-xl);max-width:var(--max-width);grid-template-columns:1.4fr 1fr 1fr 1.2fr;margin:0 auto;display:grid}.footer__brand-logo{width:120px;margin-bottom:var(--space-md);opacity:.95;transition:opacity var(--duration-normal) var(--ease-out)}.footer__brand-logo:hover{opacity:1}.footer__brand-desc{font-family:var(--font-body);color:var(--grey);margin-bottom:var(--space-lg);letter-spacing:.01em;max-width:280px;font-size:.82rem;font-weight:300;line-height:1.9}.footer__social{align-items:center;gap:var(--space-sm);display:flex}.footer__social-link{width:42px;height:42px;transition:all var(--duration-normal) var(--ease-out);color:var(--grey);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer__social-link svg{fill:currentColor;width:18px;height:18px;transition:fill var(--duration-fast) var(--ease-out)}.footer__social-link:hover{border-color:var(--gold);color:var(--gold);background:#ffc1071a;transform:translateY(-3px);box-shadow:0 6px 20px #ffc10726}.footer__column-title{font-family:var(--font-heading);color:var(--white);letter-spacing:.06em;margin-bottom:var(--space-md);padding-bottom:var(--space-sm);font-size:1.15rem;font-weight:400;position:relative}.footer__column-title:after{content:"";background:var(--gold);width:28px;height:1.5px;transition:width var(--duration-normal) var(--ease-out);border-radius:2px;position:absolute;bottom:0;left:0}.footer__column:hover .footer__column-title:after{width:48px}.footer__links{gap:var(--space-xs);flex-direction:column;display:flex}.footer__link{font-family:var(--font-body);color:var(--grey);letter-spacing:.02em;width:fit-content;transition:color var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);padding:4px 0;font-size:.82rem;font-weight:300;display:inline-block;position:relative}.footer__link:after{content:"";background:var(--gold);width:0;height:1px;transition:width var(--duration-normal) var(--ease-out);position:absolute;bottom:2px;left:0}.footer__link:hover{color:var(--gold);transform:translate(4px)}.footer__link:hover:after{width:100%}.footer__contact-list{gap:var(--space-sm);flex-direction:column;display:flex}.footer__contact-item{align-items:flex-start;gap:var(--space-xs);font-family:var(--font-body);color:var(--grey);letter-spacing:.01em;font-size:.82rem;font-weight:300;line-height:1.7;display:flex}.footer__contact-icon{width:16px;height:16px;color:var(--gold);opacity:.7;flex-shrink:0;margin-top:3px}.footer__contact-link{color:var(--grey);transition:color var(--duration-fast) var(--ease-out)}.footer__contact-link:hover{color:var(--gold)}.footer__bottom{padding:var(--space-md) var(--space-lg);z-index:1;border-top:1px solid #ffffff0f;position:relative}.footer__bottom-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.footer__copyright{font-family:var(--font-body);color:var(--charcoal-light);letter-spacing:.04em;font-size:.72rem;font-weight:300}.footer__legal{align-items:center;gap:var(--space-md);display:flex}.footer__legal-link{font-family:var(--font-body);color:var(--charcoal-light);letter-spacing:.03em;transition:color var(--duration-fast) var(--ease-out);font-size:.72rem;font-weight:300}.footer__legal-link:hover{color:var(--gold)}.footer__legal-separator{background:var(--charcoal-light);opacity:.5;border-radius:50%;width:3px;height:3px}@media (width<=1024px){.footer__grid{gap:var(--space-lg);grid-template-columns:1.2fr 1fr 1fr}.footer__column--contact{margin-top:var(--space-sm);grid-column:1/-1}.footer__contact-list{gap:var(--space-lg);flex-flow:wrap}}@media (width<=768px){.footer__newsletter{padding:var(--space-xl) var(--space-md)}.footer__newsletter-form{border-radius:var(--radius-sm);flex-direction:column}.footer__newsletter-input{border-bottom:1px solid #ffffff0f}.footer__newsletter-btn{padding:16px 24px}.footer__main{padding:var(--space-lg) var(--space-md)}.footer__grid{gap:var(--space-lg);grid-template-columns:1fr 1fr}.footer__column--brand{text-align:center;grid-column:1/-1}.footer__brand-logo{margin-left:auto;margin-right:auto}.footer__brand-desc{text-align:center;max-width:360px;margin-left:auto;margin-right:auto}.footer__social{justify-content:center}.footer__column-title:after{left:0}.footer__contact-list{flex-direction:column}.footer__bottom-inner{gap:var(--space-sm);text-align:center;flex-direction:column}}@media (width<=480px){.footer__newsletter{padding:var(--space-lg) var(--space-sm)}.footer__newsletter-heading{font-size:1.6rem}.footer__main{padding:var(--space-lg) var(--space-sm)}.footer__grid{gap:var(--space-lg);grid-template-columns:1fr}.footer__column--brand{grid-column:1}.footer__column-title:after{left:0}.footer__bottom{padding:var(--space-md) var(--space-sm)}.footer__legal{justify-content:center;gap:var(--space-sm);flex-wrap:wrap}}.home-hero{background:linear-gradient(165deg, var(--off-white) 0%, var(--cream) 50%, var(--cream-warm) 100%);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.home-hero__inner{align-items:center;gap:var(--space-xl);width:100%;padding-top:var(--nav-height);padding-bottom:var(--space-xl);grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.home-hero__content{z-index:2;position:relative}.home-hero__label{align-items:center;gap:var(--space-xs);color:var(--gold-dark);letter-spacing:.3em;margin-bottom:var(--space-md);animation:fadeInUp var(--duration-slow) var(--ease-out) .2s both;font-size:.72rem;font-weight:600;display:inline-flex}.home-hero__label:before{content:"";background:var(--gold-shimmer);width:40px;height:1.5px;display:inline-block}.home-hero__title{font-family:var(--font-display);color:var(--black);letter-spacing:.04em;margin-bottom:var(--space-md);animation:fadeInUp var(--duration-slow) var(--ease-out) .4s both;font-size:clamp(2rem,4.2vw,3.4rem);font-weight:400;line-height:1.35}.home-hero__description{font-family:var(--font-heading);color:var(--charcoal-light);max-width:480px;margin-bottom:var(--space-lg);animation:fadeInUp var(--duration-slow) var(--ease-out) .6s both;font-size:1.15rem;font-style:italic;font-weight:300;line-height:1.9}.home-hero__actions{gap:var(--space-sm);animation:fadeInUp var(--duration-slow) var(--ease-out) .8s both;flex-wrap:wrap;display:flex}.home-hero__visual{justify-content:center;align-items:center;min-height:500px;display:flex;position:relative}.home-hero__glow-bg{filter:blur(40px);width:420px;height:420px;animation:goldPulse 4s var(--ease-in-out) infinite;background:radial-gradient(circle,#ffc1072e 0%,#ffe08214 40%,#0000 70%);border-radius:50%;position:absolute}.home-hero__orb{z-index:2;background:radial-gradient(at 30% 30%,#ffe08280 0%,#ffc10726 40%,#c7910014 70%,#0000 100%);border-radius:50%;justify-content:center;align-items:center;width:320px;height:320px;display:flex;position:relative;box-shadow:0 0 80px #ffc1071f,0 0 160px #ffc1070f,inset 0 0 60px #ffe08226}.home-hero__orb:before{content:"";background:conic-gradient(from 0deg, transparent 0%, var(--gold-light) 25%, transparent 50%, var(--gold) 75%, transparent 100%);opacity:.4;border-radius:50%;animation:12s linear infinite rotate;position:absolute;inset:-2px}.home-hero__orb:after{content:"";background:radial-gradient(ellipse at 35% 25%, var(--cream) 0%, var(--off-white) 50%, var(--cream-warm) 100%);border-radius:50%;position:absolute;inset:2px}.home-hero__orb-inner{z-index:3;text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex;position:relative}.home-hero__orb-brand{font-family:var(--font-display);letter-spacing:.35em;color:var(--gold-dark);font-size:1.6rem;font-weight:400}.home-hero__orb-divider{background:var(--gold-shimmer);width:48px;height:1.5px;margin:6px 0}.home-hero__orb-sub{font-family:var(--font-display);letter-spacing:.6em;color:var(--gold);padding-left:.6em;font-size:2.2rem;font-weight:400}.home-hero__orb-ring{border:1px solid #ffc10726;border-radius:50%;animation:20s linear infinite reverse rotate;position:absolute;inset:-24px}.home-hero__orb-ring:before{content:"";background:var(--gold);border-radius:50%;width:8px;height:8px;position:absolute;top:10%;right:5%;box-shadow:0 0 12px #ffc10799}.home-hero__orb-ring--2{border-color:#ffc10714;animation-duration:30s;animation-direction:normal;inset:-52px}.home-hero__orb-ring--2:before{background:var(--gold-light);width:5px;height:5px;inset:auto auto 15% 8%;box-shadow:0 0 8px #ffc10766}.home-hero__particles{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.particle{background:var(--gold);opacity:0;animation:particleFloat 8s var(--ease-in-out) infinite;border-radius:50%;position:absolute}@keyframes particleFloat{0%{opacity:0;transform:translateY(100vh)scale(0)}15%{opacity:.7}85%{opacity:.5}to{opacity:0;transform:translateY(-20vh)scale(1)}}.particle--1{width:4px;height:4px;animation-duration:9s;animation-delay:0s;left:10%}.particle--2{width:3px;height:3px;animation-duration:7s;animation-delay:1.5s;left:25%}.particle--3{width:5px;height:5px;animation-duration:10s;animation-delay:3s;left:45%}.particle--4{width:3px;height:3px;animation-duration:8s;animation-delay:2s;left:65%}.particle--5{width:4px;height:4px;animation-duration:9s;animation-delay:4s;left:80%}.particle--6{width:2px;height:2px;animation-duration:6s;animation-delay:1s;left:90%}.particle--7{width:3px;height:3px;animation-duration:11s;animation-delay:5s;left:35%}.particle--8{width:4px;height:4px;animation-duration:7.5s;animation-delay:3.5s;left:55%}.home-featured{position:relative}.home-product-card{color:inherit;background:var(--white);border-radius:var(--radius-md);transition:transform var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out), border-color var(--duration-normal) var(--ease-out);border:1px solid #0000000a;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.home-product-card:hover{box-shadow:var(--shadow-3d);border-color:var(--gold-light);transform:translateY(-8px)}.home-product-card__image{position:relative;overflow:hidden}.home-product-card__img-bg{height:260px;transition:transform var(--duration-normal) var(--ease-out);background:linear-gradient(#faf8f5 0%,#ede6dc 100%);justify-content:center;align-items:center;display:flex}.home-product-card:hover .home-product-card__img-bg{transform:scale(1.03)}.home-product-card__img-text{font-family:var(--font-display);letter-spacing:.25em;color:var(--gold);opacity:.3;text-transform:uppercase;font-size:1.4rem}.home-product-card__badge{top:var(--space-sm);left:var(--space-sm);z-index:2;position:absolute}.home-product-card__info{padding:var(--space-md);flex-direction:column;flex-grow:1;display:flex}.home-product-card__name{font-family:var(--font-heading);color:var(--black);margin-bottom:var(--space-xs);font-size:1.15rem;font-weight:500;line-height:1.3}.home-product-card__desc{color:var(--charcoal-light);margin-bottom:var(--space-md);flex-grow:1;font-size:.82rem;line-height:1.7}.home-product-card__footer{justify-content:space-between;align-items:center;gap:var(--space-sm);padding-top:var(--space-sm);border-top:1px solid var(--cream-warm);display:flex}.home-product-card__price{font-family:var(--font-heading);color:var(--black);letter-spacing:.02em;font-size:1.3rem;font-weight:600}.home-product-card__btn{white-space:nowrap;padding:8px 18px;font-size:.68rem}.home-subscribe-banner{background:linear-gradient(135deg, var(--cream-warm) 0%, var(--cream) 100%)}.home-subscribe-banner__inner{align-items:center;gap:var(--space-xl);padding:var(--space-xl);background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);display:flex;position:relative;overflow:hidden}.home-subscribe-banner__accent{background:var(--gold-shimmer);border-radius:4px 0 0 4px;width:4px;height:100%;position:absolute;top:0;left:0}.home-subscribe-banner__accent--right{border-radius:0 4px 4px 0;left:auto;right:0}.home-subscribe-banner__content{padding-left:var(--space-md);flex:1}.home-subscribe-banner__content .section-label{align-items:center;gap:var(--space-xs);text-transform:uppercase;letter-spacing:.25em;color:var(--gold-dark);margin-bottom:var(--space-sm);font-size:.7rem;font-weight:500;display:inline-flex}.home-subscribe-banner__content .section-label:before,.home-subscribe-banner__content .section-label:after{content:"";background:var(--gold);width:24px;height:1px}.home-subscribe-banner__content h3{font-family:var(--font-heading);color:var(--black);margin-bottom:var(--space-sm);font-size:clamp(1.5rem,3vw,2.2rem)}.home-subscribe-banner__content p{max-width:480px;font-size:.9rem}.home-subscribe-banner__action{flex-shrink:0}.home-story__inner{align-items:center;gap:var(--space-xxl)}.home-story__visual{justify-content:center;align-items:center;display:flex}.home-story__frame{background:linear-gradient(160deg, var(--cream-warm) 0%, var(--cream-deep) 100%);border-radius:var(--radius-md);justify-content:center;align-items:center;width:360px;height:420px;display:flex;position:relative}.home-story__frame:before{content:"";border:1.5px solid var(--gold);border-radius:calc(var(--radius-md) - 4px);opacity:.5;position:absolute;inset:12px}.home-story__frame:after{content:"";border:1px solid var(--gold-light);border-radius:calc(var(--radius-md) - 8px);opacity:.3;position:absolute;inset:24px}.home-story__symbol{object-fit:contain;z-index:2;filter:drop-shadow(0 4px 12px #ffc10726);width:120px;height:auto;position:relative}.home-story__content{flex-direction:column;align-items:flex-start;display:flex}.home-story__content .section-label{align-items:center;gap:var(--space-xs);text-transform:uppercase;letter-spacing:.25em;color:var(--gold-dark);margin-bottom:var(--space-sm);font-size:.7rem;font-weight:500;display:inline-flex}.home-story__content .section-label:before{content:"";background:var(--gold);width:24px;height:1px}.home-story__content h2{margin-bottom:var(--space-xs)}.home-story__content .gold-line{margin-bottom:var(--space-md)}.home-story__content p{margin-bottom:var(--space-md);line-height:1.9}.home-story__link{align-items:center;gap:var(--space-xs);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.18em;color:var(--gold-dark);margin-top:var(--space-sm);transition:all var(--duration-fast) var(--ease-out);padding-bottom:4px;font-size:.8rem;font-weight:600;display:inline-flex;position:relative}.home-story__link:after{content:"";background:var(--gold-shimmer);width:0;height:1.5px;transition:width var(--duration-normal) var(--ease-out);position:absolute;bottom:0;left:0}.home-story__link:hover:after{width:100%}.home-story__link-arrow{transition:transform var(--duration-fast) var(--ease-out);font-size:1.1rem}.home-story__link:hover .home-story__link-arrow{transform:translate(4px)}.home-testimonials{position:relative}.home-testimonials .section-header .section-label{color:var(--gold)}.home-testimonials .section-header .section-label:before,.home-testimonials .section-header .section-label:after{background:var(--gold);opacity:.4}.home-testimonials .section-header p{color:var(--grey)}.home-testimonial-card{border:1px solid #ffc10714;border-bottom:2px solid var(--gold);border-radius:var(--radius-md);padding:var(--space-lg);transition:all var(--duration-normal) var(--ease-out);background:#ffffff08;position:relative}.home-testimonial-card:hover{border-color:#ffc10726;border-bottom-color:var(--gold);background:#ffffff0d;transform:translateY(-4px)}.home-testimonial-card__quote{font-family:var(--font-heading);color:var(--gold);opacity:.6;margin-bottom:-8px;font-size:4rem;line-height:1;display:block}.home-testimonial-card__text{font-family:var(--font-heading);color:var(--cream);margin-bottom:var(--space-md);font-size:1.05rem;font-style:italic;font-weight:300;line-height:1.8}.home-testimonial-card__stars{margin-bottom:var(--space-sm);gap:3px;display:flex}.home-star{color:var(--gold);font-size:.9rem}.home-testimonial-card__author{flex-direction:column;gap:2px;display:flex}.home-testimonial-card__name{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.12em;color:var(--white);font-size:.82rem;font-weight:600}.home-testimonial-card__product{font-family:var(--font-heading);color:var(--gold);font-size:.85rem;font-style:italic}.home-coming-soon{background:var(--white)}.home-coming-soon__grid{max-width:900px;margin:0 auto}.home-coming-card{border:1px solid var(--cream-deep);border-radius:var(--radius-md);transition:transform var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out), border-color var(--duration-normal) var(--ease-out);flex-direction:column;display:flex;overflow:hidden}.home-coming-card:hover{box-shadow:var(--shadow-elevated);border-color:var(--gold-light);transform:translateY(-6px)}.home-coming-card__image{position:relative;overflow:hidden}.home-coming-card__img-bg{background:linear-gradient(180deg, var(--cream) 0%, var(--cream-deep) 100%);justify-content:center;align-items:center;height:240px;display:flex;position:relative}.home-coming-card__img-bg:before{content:"";background:repeating-linear-gradient(45deg,#0000,#0000 20px,#ffc10705 20px 40px);position:absolute;inset:0}.home-coming-card__img-text{font-family:var(--font-display);letter-spacing:.3em;color:var(--gold);opacity:.25;text-transform:uppercase;font-size:1.2rem}.home-coming-card__badge{top:var(--space-sm);left:var(--space-sm);position:absolute}.home-coming-card__info{padding:var(--space-md);flex-direction:column;align-items:flex-start;display:flex}.home-coming-card__name{font-family:var(--font-heading);color:var(--black);margin-bottom:var(--space-xs);font-size:1.2rem;font-weight:500}.home-coming-card__desc{color:var(--charcoal-light);margin-bottom:var(--space-sm);font-size:.85rem;line-height:1.7}.home-coming-card__price{font-family:var(--font-heading);color:var(--black);margin-bottom:var(--space-md);font-size:1.2rem;font-weight:600}.home-coming-card__btn{align-self:flex-start}.home-cta{text-align:center;position:relative;overflow:hidden}.home-cta:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffc1070f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.home-cta__inner{z-index:2;max-width:700px;margin:0 auto;position:relative}.home-cta__title{font-family:var(--font-display);color:var(--black);letter-spacing:.1em;margin-bottom:var(--space-md);font-size:clamp(2rem,4.5vw,3.5rem);font-weight:400;line-height:1.3}.home-cta__text{font-family:var(--font-heading);color:var(--charcoal-light);max-width:480px;margin:0 auto var(--space-lg);font-size:1.1rem;font-style:italic;line-height:1.8}.home-cta__actions{justify-content:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}@media (width<=1024px){.home-hero__inner{text-align:center;gap:var(--space-lg);padding-top:calc(var(--nav-height) + var(--space-lg));grid-template-columns:1fr}.home-hero__content{order:1}.home-hero__description{margin-left:auto;margin-right:auto}.home-hero__actions{justify-content:center}.home-hero__visual{order:0;min-height:340px}.home-hero__orb{width:260px;height:260px}.home-hero__glow-bg{width:320px;height:320px}.home-hero__orb-brand{font-size:1.3rem}.home-hero__orb-sub{font-size:1.8rem}.home-subscribe-banner__inner{text-align:center;gap:var(--space-lg);padding:var(--space-lg);flex-direction:column}.home-subscribe-banner__content{padding-left:0}.home-subscribe-banner__content p{margin-left:auto;margin-right:auto}.home-subscribe-banner__accent{border-radius:3px 3px 0 0;width:100%;height:3px}.home-subscribe-banner__accent--right{border-radius:0 0 3px 3px;top:auto;bottom:0}.home-story__inner{gap:var(--space-xl)}.home-story__content{text-align:center;align-items:center}.home-story__content p{text-align:center}.home-story__frame{width:280px;height:340px}}@media (width<=768px){.home-hero__title{font-size:clamp(2.2rem,8vw,3.2rem)}.home-hero__visual{min-height:280px}.home-hero__orb{width:220px;height:220px}.home-hero__glow-bg{width:260px;height:260px}.home-hero__orb-brand{letter-spacing:.25em;font-size:1rem}.home-hero__orb-sub{letter-spacing:.4em;font-size:1.4rem}.home-hero__orb-ring{inset:-16px}.home-hero__orb-ring--2{inset:-36px}.home-hero__actions{flex-direction:column;align-items:center}.home-hero__actions .btn{width:100%;max-width:280px}.home-story__frame{width:100%;height:280px}.home-coming-soon__grid{grid-template-columns:1fr}.home-cta__actions{flex-direction:column;align-items:center}.home-cta__actions .btn{width:100%;max-width:280px}}@media (width<=480px){.home-hero{min-height:auto;padding-bottom:var(--space-lg)}.home-hero__inner{min-height:auto;padding-top:calc(var(--nav-height) + var(--space-md))}.home-hero__label:before{width:24px}.home-product-card__img-bg{height:200px}.home-subscribe-banner__inner,.home-testimonial-card{padding:var(--space-md)}.home-testimonial-card__quote{font-size:3rem}}.home-hero{background:var(--black);min-height:100vh;color:var(--white)}.home-hero__media,.home-hero__overlay,.home-hero__grain{position:absolute;inset:0}.home-hero__media{z-index:0;background:var(--black)}.home-hero__video{object-fit:cover;object-position:center;filter:saturate(.86)contrast(1.06);width:100%;height:100%}.home-hero__overlay{z-index:1;background:linear-gradient(90deg,#080706d1 0%,#08070675 44%,#08070624 76%),linear-gradient(#08070661 0%,#0000 28% 62%,#080706b8 100%)}.home-hero__grain{z-index:2;opacity:.13;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E")}.home-hero .home-hero__inner{z-index:3;width:100%;min-height:100vh;padding-top:calc(var(--nav-height) + 96px);grid-template-columns:minmax(0,1fr) 280px;align-items:end;gap:clamp(48px,9vw,150px);padding-bottom:132px;display:grid;position:relative}.home-hero .home-hero__content{max-width:900px}.home-hero .home-hero__label{color:#ffffffc2;letter-spacing:.28em;animation:fadeInUp .8s var(--ease-out) .1s both;align-items:center;gap:26px;margin-bottom:24px;font-size:.64rem;font-weight:600;display:flex}.home-hero .home-hero__label:before{display:none}.home-hero__label span+span{align-items:center;gap:26px;display:flex}.home-hero__label span+span:before{content:"";background:var(--gold);width:36px;height:1px}.home-hero .home-hero__title{font-family:var(--font-heading);color:var(--white);letter-spacing:-.055em;animation:fadeInUp .9s var(--ease-out) .22s both;margin:0 0 34px;font-size:clamp(4.25rem,8.8vw,9rem);font-weight:300;line-height:.78}.home-hero__title span{color:var(--gold);white-space:nowrap;padding-left:clamp(28px,7vw,110px);font-style:italic}.home-hero .home-hero__description{max-width:520px;font-family:var(--font-body);color:#ffffffc2;animation:fadeInUp .9s var(--ease-out) .36s both;margin:0 0 38px;font-size:clamp(.9rem,1.2vw,1.05rem);font-style:normal;font-weight:300;line-height:1.85}.home-hero .home-hero__actions{animation:fadeInUp .9s var(--ease-out) .5s both;align-items:center;gap:34px;display:flex}.home-hero__primary-action{background:var(--gold);min-width:286px;color:var(--black);text-transform:uppercase;letter-spacing:.16em;transition:transform var(--duration-normal) var(--ease-out), background var(--duration-fast);align-items:center;gap:32px;padding:17px 18px 17px 24px;font-size:.7rem;font-weight:700;display:inline-flex}.home-hero__primary-action:hover{background:var(--gold-light);transform:translateY(-3px)}.home-hero__action-arrow{border:1px solid #1a171447;border-radius:50%;place-items:center;width:34px;height:34px;margin-left:auto;font-size:1rem;display:grid}.home-hero__text-action{color:var(--white);text-transform:uppercase;letter-spacing:.17em;border-bottom:1px solid #ffffff8c;padding-bottom:6px;font-size:.7rem;font-weight:600}.home-hero__text-action:hover{color:var(--gold-light);border-color:var(--gold)}.home-hero__aside{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:fadeIn 1s var(--ease-out) .7s both;background:#0f0d0b4d;border:1px solid #ffffff40;align-self:center;padding:28px}.home-hero__aside-number{font-family:var(--font-heading);color:var(--gold);letter-spacing:.12em;font-size:.8rem}.home-hero__aside-line{background:#ffffff3d;width:100%;height:1px;margin:22px 0}.home-hero__aside-label{color:var(--white);font-family:var(--font-heading);margin-bottom:12px;font-size:1.55rem;line-height:1.1}.home-hero__aside-copy{color:#ffffffa6;margin-bottom:22px;font-size:.75rem;line-height:1.65}.home-hero__aside-link{color:var(--gold-light);text-transform:uppercase;letter-spacing:.14em;justify-content:space-between;align-items:center;font-size:.65rem;font-weight:600;display:flex}.home-hero__footer{z-index:3;left:var(--space-lg);right:var(--space-lg);color:#ffffff8c;text-transform:uppercase;letter-spacing:.2em;align-items:center;gap:18px;font-size:.58rem;font-weight:600;display:flex;position:absolute;bottom:32px}.home-hero__scroll-line{background:#ffffff6b;width:64px;height:1px}.home-hero__footer img{opacity:.72;width:24px;margin-left:auto}@media (width<=1024px){.home-hero .home-hero__inner{text-align:left;grid-template-columns:minmax(0,1fr) 240px;gap:40px}}@media (width<=768px){.home-hero__overlay{background:linear-gradient(#0807066b 0%,#08070638 35%,#080706e0 100%),linear-gradient(90deg,#08070694,#0000)}.home-hero .home-hero__inner{padding-top:calc(var(--nav-height) + 72px);text-align:left;grid-template-columns:1fr;align-content:end;gap:30px;padding-bottom:106px}.home-hero .home-hero__title{margin-bottom:24px;font-size:clamp(3.8rem,16vw,6.6rem);line-height:.82}.home-hero__title span{padding-left:0}.home-hero .home-hero__description{max-width:430px;margin:0 0 28px}.home-hero__aside{display:none}.home-hero .home-hero__actions{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px}.home-hero__primary-action{width:min(100%,330px)}.home-hero__footer{left:var(--space-md);right:var(--space-md)}}@media (width<=480px){.home-hero{min-height:100svh;padding-bottom:0}.home-hero .home-hero__inner{min-height:100svh;padding-top:calc(var(--nav-height) + 48px);padding-bottom:88px}.home-hero .home-hero__label{gap:14px;font-size:.56rem}.home-hero__label span+span{gap:14px}.home-hero__label span+span:before{width:20px}.home-hero .home-hero__title{font-size:clamp(3.25rem,16vw,5rem)}.home-hero .home-hero__description{font-size:.82rem;line-height:1.7}.home-hero__footer{bottom:24px}.home-hero__footer>span{display:none}}@media (prefers-reduced-motion:reduce){.home-hero__video{display:none}}.shop-hero{background:var(--cream);padding:var(--space-hero) 0 var(--space-xl);text-align:center;position:relative;overflow:hidden}.shop-hero__bg-accent{pointer-events:none;background:radial-gradient(circle,#ffc1070f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-40%;right:-10%}.shop-hero__content{z-index:1;animation:fadeInUp var(--duration-slow) var(--ease-out) forwards;position:relative}.shop-hero__title{font-family:var(--font-heading);color:var(--black);letter-spacing:.04em;margin-bottom:var(--space-sm);font-size:clamp(2.8rem,5vw,4rem);font-weight:300}.shop-hero__divider{background:var(--gold-shimmer);width:56px;height:2px;margin:0 auto var(--space-md);border-radius:2px}.shop-hero__subtitle{max-width:520px;color:var(--charcoal-light);margin:0 auto;font-size:1rem;font-weight:300;line-height:1.8}.shop-breadcrumb{justify-content:center;align-items:center;gap:var(--space-xs);margin-bottom:var(--space-lg);display:flex}.shop-breadcrumb__link{text-transform:uppercase;letter-spacing:.18em;color:var(--gold-dark);transition:color var(--duration-fast) var(--ease-out);font-size:.72rem;font-weight:500}.shop-breadcrumb__link:hover{color:var(--gold)}.shop-breadcrumb__separator{color:var(--grey);font-size:.5rem}.shop-breadcrumb__current{text-transform:uppercase;letter-spacing:.18em;color:var(--charcoal);font-size:.72rem;font-weight:500}.shop-filters{background:var(--white);top:var(--nav-height);z-index:50;border-bottom:1px solid #0000000d;position:sticky}.shop-filters__bar{justify-content:center;align-items:center;gap:var(--space-md);padding:var(--space-sm) 0;-ms-overflow-style:none;scrollbar-width:none;display:flex;overflow-x:auto}.shop-filters__bar::-webkit-scrollbar{display:none}.shop-filters__tab{padding:var(--space-sm) var(--space-xs);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:var(--charcoal-light);cursor:pointer;white-space:nowrap;transition:color var(--duration-normal) var(--ease-out);background:0 0;border:none;font-size:.78rem;font-weight:500;position:relative}.shop-filters__tab:after{content:"";background:var(--gold-shimmer);width:100%;height:2px;transition:transform var(--duration-normal) var(--ease-out);transform-origin:50%;border-radius:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.shop-filters__tab:hover{color:var(--gold-dark)}.shop-filters__tab--active{color:var(--gold-dark);font-weight:600}.shop-filters__tab--active:after{transform:translate(-50%)scaleX(1)}.shop-products{background:var(--white);min-height:400px}.shop-products__count{text-align:center;text-transform:uppercase;letter-spacing:.18em;color:var(--grey);margin-bottom:var(--space-lg);font-size:.75rem;font-weight:500}.shop-grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.shop-card{background:var(--white);border-radius:var(--radius-md);transition:transform var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out), border-color var(--duration-normal) var(--ease-out);animation:fadeInUp var(--duration-slow) var(--ease-out) both;cursor:default;border:1px solid #0000000a;overflow:hidden}.shop-card:hover{box-shadow:var(--shadow-3d);border-color:var(--gold-light);transform:translateY(-6px)}.shop-card__image-area{background:linear-gradient(170deg, #faf8f5 0%, var(--cream) 60%, var(--cream-warm) 100%);height:260px;transition:background var(--duration-normal) var(--ease-out);position:relative;overflow:hidden}.shop-card:hover .shop-card__image-area{background:linear-gradient(170deg, #faf8f5 0%, var(--cream-warm) 60%, var(--cream-deep) 100%)}.shop-card__placeholder{justify-content:center;align-items:center;gap:var(--space-sm);transition:transform var(--duration-normal) var(--ease-out);flex-direction:column;display:flex;position:absolute;inset:0}.shop-card:hover .shop-card__placeholder{transform:scale(1.05)}.shop-card__initial{font-family:var(--font-display);color:var(--gold);opacity:.3;letter-spacing:.08em;transition:opacity var(--duration-normal) var(--ease-out);font-size:4.5rem;line-height:1}.shop-card:hover .shop-card__initial{opacity:.5}.shop-card__diamond{background:var(--gold);opacity:.35;width:10px;height:10px;transition:opacity var(--duration-normal) var(--ease-out);display:block;transform:rotate(45deg)}.shop-card:hover .shop-card__diamond{opacity:.6}.shop-card__badge-wrap{top:var(--space-sm);left:var(--space-sm);z-index:2;position:absolute}.shop-badge{text-transform:uppercase;letter-spacing:.14em;border-radius:var(--radius-full);align-items:center;padding:5px 14px;font-size:.62rem;font-weight:600;display:inline-flex}.shop-badge--bestseller{background:var(--gold-pale);color:var(--gold-dark);border:1px solid var(--gold-light)}.shop-badge--new{background:var(--black);color:var(--gold)}.shop-badge--coming-soon{background:var(--cream-warm);color:var(--charcoal);border:1px solid var(--cream-deep)}.shop-card__body{padding:var(--space-md) var(--space-md) var(--space-lg);gap:var(--space-xs);flex-direction:column;display:flex}.shop-card__name{font-family:var(--font-heading);color:var(--black);letter-spacing:.01em;font-size:1.3rem;font-weight:500;line-height:1.3}.shop-card__description{color:var(--charcoal-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;font-size:.85rem;font-weight:300;line-height:1.6;display:-webkit-box;overflow:hidden}.shop-card__price-row{justify-content:space-between;align-items:center;gap:var(--space-xs);margin-top:var(--space-xxs);flex-wrap:wrap;display:flex}.shop-card__price{font-family:var(--font-heading);color:var(--gold-dark);letter-spacing:.02em;font-size:1.35rem;font-weight:600}.shop-card__subscription{text-transform:uppercase;letter-spacing:.12em;color:var(--gold-dark);opacity:.85;font-size:.65rem;font-weight:500}.shop-card__cta{margin-top:var(--space-sm);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.16em;color:var(--black);background:var(--gold-shimmer);border-radius:var(--radius-sm);transition:all var(--duration-normal) var(--ease-out);justify-content:center;align-items:center;padding:13px 28px;font-size:.74rem;font-weight:500;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #ffc1071f}.shop-card__cta:after{content:"";transition:transform var(--duration-slow) var(--ease-out);background:linear-gradient(120deg,#0000 40%,#fff3 50%,#0000 60%);position:absolute;inset:0;transform:translate(-100%)}.shop-card__cta:hover{box-shadow:var(--shadow-gold-strong);transform:translateY(-2px)}.shop-card__cta:hover:after{transform:translate(100%)}.shop-card__cta--waitlist{background:var(--black);color:var(--gold);box-shadow:none}.shop-card__cta--waitlist:hover{box-shadow:var(--shadow-gold)}.shop-empty{text-align:center;padding:var(--space-xxl) var(--space-lg);animation:fadeIn var(--duration-slow) var(--ease-out) forwards}.shop-empty__diamond{background:var(--gold);opacity:.4;width:18px;height:18px;margin:0 auto var(--space-md);transform:rotate(45deg)}.shop-empty__title{font-family:var(--font-heading);color:var(--black);margin-bottom:var(--space-sm);font-size:1.8rem;font-weight:400}.shop-empty__text{max-width:420px;margin:0 auto var(--space-lg);color:var(--charcoal-light);font-size:.92rem;font-weight:300;line-height:1.7}.shop-subscribe{background:var(--black);padding:var(--space-xxl) 0;position:relative;overflow:hidden}.shop-subscribe__glow{pointer-events:none;background:radial-gradient(#ffc10714 0%,#0000 70%);width:600px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.shop-subscribe__content{z-index:1;justify-content:space-between;align-items:center;gap:var(--space-xl);display:flex;position:relative}.shop-subscribe__text{flex:1}.shop-subscribe__label{align-items:center;gap:var(--space-xs);text-transform:uppercase;letter-spacing:.25em;color:var(--gold);margin-bottom:var(--space-sm);font-size:.7rem;font-weight:500;display:inline-flex}.shop-subscribe__label:before{content:"◆";opacity:.6;font-size:.45rem}.shop-subscribe__title{font-family:var(--font-heading);color:var(--white);letter-spacing:.02em;margin-bottom:var(--space-sm);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:400}.shop-subscribe__description{color:var(--grey);max-width:480px;font-size:.92rem;font-weight:300;line-height:1.7}.shop-subscribe__btn{flex-shrink:0}@media (width<=1024px){.shop-hero{padding:var(--space-xxl) 0 var(--space-lg)}.shop-filters__bar{justify-content:flex-start;gap:var(--space-sm);padding:var(--space-sm) 0}.shop-grid{gap:var(--space-md);grid-template-columns:repeat(2,1fr)}.shop-subscribe__content{text-align:center;gap:var(--space-lg);flex-direction:column}.shop-subscribe__description{margin:0 auto}}@media (width<=768px){.shop-hero{padding:var(--space-xl) 0 var(--space-lg)}.shop-hero__title{font-size:2.2rem}.shop-filters__bar{gap:var(--space-xs)}.shop-filters__tab{padding:var(--space-sm) var(--space-xxs);letter-spacing:.1em;font-size:.7rem}.shop-grid{gap:var(--space-md);grid-template-columns:1fr}.shop-card__image-area{height:220px}.shop-subscribe{padding:var(--space-xl) 0}.shop-subscribe__title{font-size:1.5rem}}@media (width<=480px){.shop-hero{padding:var(--space-lg) 0 var(--space-md)}.shop-breadcrumb{margin-bottom:var(--space-md)}.shop-card__body{padding:var(--space-sm) var(--space-sm) var(--space-md)}.shop-card__price-row{align-items:flex-start;gap:var(--space-xxs);flex-direction:column}}.pdp{padding-top:var(--space-lg);padding-bottom:var(--space-xxl);animation:fadeIn var(--duration-slow) var(--ease-out)}.pdp-breadcrumb{align-items:center;gap:var(--space-xs);padding:var(--space-sm) 0 var(--space-lg);letter-spacing:.08em;color:var(--grey);font-size:.72rem;font-weight:400;display:flex}.pdp-breadcrumb a{color:var(--gold-dark);transition:color var(--duration-fast) var(--ease-out);position:relative}.pdp-breadcrumb a:after{content:"";background:var(--gold);width:0;height:1px;transition:width var(--duration-normal) var(--ease-out);position:absolute;bottom:-2px;left:0}.pdp-breadcrumb a:hover{color:var(--gold)}.pdp-breadcrumb a:hover:after{width:100%}.pdp-breadcrumb-separator{color:var(--light-grey);-webkit-user-select:none;user-select:none;font-size:.6rem}.pdp-breadcrumb-current{color:var(--charcoal);font-weight:500}.pdp-main{gap:var(--space-xl);margin-bottom:var(--space-xxl);grid-template-columns:1fr 1fr;align-items:start;display:grid}.pdp-gallery{top:calc(var(--nav-height) + var(--space-lg));animation:slideInLeft var(--duration-slow) var(--ease-out) forwards;opacity:0;position:sticky}.pdp-main-image{aspect-ratio:4/5;background:linear-gradient(170deg, var(--cream) 0%, var(--cream-warm) 50%, var(--cream-deep) 100%);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-3d);transition:box-shadow var(--duration-normal) var(--ease-out);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.pdp-main-image:hover{box-shadow:0 25px 70px #1a171424,0 10px 25px #1a171414,0 0 60px #ffc10714}.pdp-image-glow{filter:blur(30px);width:200px;height:200px;animation:goldPulse 4s var(--ease-in-out) infinite;z-index:0;background:radial-gradient(circle,#ffc10733 0%,#ffe08214 50%,#0000 70%);border-radius:50%;position:absolute}.pdp-product-initial{z-index:1;font-family:var(--font-display);color:var(--gold);letter-spacing:.1em;text-shadow:0 2px 20px #ffc1074d,0 0 60px #ffc1071a;animation:float 6s var(--ease-in-out) infinite;-webkit-user-select:none;user-select:none;font-size:clamp(5rem,10vw,8rem);line-height:1;position:relative}.pdp-image-shadow{width:80%;height:20px;margin:var(--space-sm) auto 0;animation:float 6s var(--ease-in-out) infinite reverse;background:radial-gradient(#1a17141a 0%,#0000 70%);border-radius:50%}.pdp-thumbnails{gap:var(--space-sm);margin-top:var(--space-md);justify-content:center;display:flex}.pdp-thumbnail{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--cream) 0%, var(--cream-warm) 100%);cursor:pointer;width:72px;height:72px;transition:all var(--duration-fast) var(--ease-out);border:2px solid #0000;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.pdp-thumbnail:before{content:"";border-radius:inherit;background:var(--gold-glow);opacity:0;transition:opacity var(--duration-fast) var(--ease-out);position:absolute;inset:0}.pdp-thumbnail:hover,.pdp-thumbnail.active{border-color:var(--gold);box-shadow:var(--shadow-gold)}.pdp-thumbnail:hover:before,.pdp-thumbnail.active:before{opacity:1}.pdp-thumbnail-initial{font-family:var(--font-display);color:var(--gold-dark);z-index:1;font-size:1.2rem;position:relative}.pdp-info{animation:slideInRight var(--duration-slow) var(--ease-out) forwards;opacity:0;animation-delay:.15s}.pdp-badges{gap:var(--space-xs);margin-bottom:var(--space-md);display:flex}.pdp-badge{text-transform:uppercase;letter-spacing:.15em;border-radius:var(--radius-full);animation:scaleIn var(--duration-normal) var(--ease-bounce) forwards;opacity:0;align-items:center;gap:6px;padding:6px 16px;font-size:.65rem;font-weight:600;display:inline-flex}.pdp-badge-bestseller{background:var(--gold-pale);color:var(--gold-dark);border:1px solid var(--gold-light)}.pdp-badge-bestseller:before{content:"★";font-size:.7rem}.pdp-badge-coming-soon{background:var(--black);color:var(--gold);border:1px solid var(--charcoal)}.pdp-badge-new{background:linear-gradient(135deg, var(--gold-pale) 0%, var(--cream) 100%);color:var(--gold-dark);border:1px solid var(--gold-light)}.pdp-name{font-family:var(--font-heading);color:var(--black);letter-spacing:.01em;margin-bottom:var(--space-sm);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400;line-height:1.15}.pdp-price{font-family:var(--font-heading);color:var(--gold-dark);letter-spacing:.02em;margin-bottom:var(--space-md);font-size:1.8rem;font-weight:500}.pdp-price-currency{vertical-align:top;margin-right:2px;font-size:1.3rem}.pdp-divider{background:var(--gold-shimmer);width:60px;height:2px;margin-bottom:var(--space-md);background-size:200%;border-radius:2px;animation:3s linear infinite shimmer}.pdp-description{color:var(--charcoal-light);margin-bottom:var(--space-md);font-size:.95rem;font-weight:300;line-height:1.85}.pdp-skin-type{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg);padding:var(--space-sm) var(--space-md);background:var(--cream);border-radius:var(--radius-md);border-left:3px solid var(--gold);display:flex}.pdp-skin-type-label{text-transform:uppercase;letter-spacing:.15em;color:var(--gold-dark);white-space:nowrap;font-size:.7rem;font-weight:600}.pdp-skin-type-value{color:var(--charcoal);font-size:.88rem;font-weight:400}.pdp-purchase-options{margin-bottom:var(--space-lg)}.pdp-purchase-title{font-family:var(--font-heading);color:var(--black);margin-bottom:var(--space-sm);letter-spacing:.02em;font-size:1.15rem}.pdp-purchase-option{padding:var(--space-sm) var(--space-md);border:1.5px solid var(--light-grey);border-radius:var(--radius-md);margin-bottom:var(--space-xs);cursor:pointer;transition:all var(--duration-fast) var(--ease-out);align-items:center;gap:var(--space-sm);background:var(--white);display:flex;position:relative}.pdp-purchase-option:hover{border-color:var(--gold-light);background:var(--gold-pale)}.pdp-purchase-option.selected{border-color:var(--gold);background:var(--gold-pale);box-shadow:0 0 0 3px var(--gold-glow)}.pdp-radio{border:2px solid var(--light-grey);width:20px;min-width:20px;height:20px;transition:all var(--duration-fast) var(--ease-out);border-radius:50%;justify-content:center;align-items:center;display:flex}.pdp-purchase-option.selected .pdp-radio{border-color:var(--gold)}.pdp-radio-dot{background:var(--gold);width:10px;height:10px;transition:transform var(--duration-fast) var(--ease-bounce);border-radius:50%;transform:scale(0)}.pdp-purchase-option.selected .pdp-radio-dot{transform:scale(1)}.pdp-purchase-option-content{flex:1;justify-content:space-between;align-items:center;display:flex}.pdp-purchase-option-label{color:var(--charcoal);font-size:.85rem;font-weight:500}.pdp-purchase-option-price{font-family:var(--font-heading);color:var(--gold-dark);font-size:1.1rem;font-weight:600}.pdp-save-badge{text-transform:uppercase;letter-spacing:.1em;color:var(--success);border-radius:var(--radius-full);margin-left:var(--space-xs);background:#6bbf591a;padding:2px 8px;font-size:.6rem;font-weight:600}.pdp-plan-selector{margin-top:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--cream);border-radius:var(--radius-md);animation:fadeInUp var(--duration-normal) var(--ease-out)}.pdp-plan-selector-title{text-transform:uppercase;letter-spacing:.12em;color:var(--charcoal);margin-bottom:var(--space-xs);font-size:.72rem;font-weight:600}.pdp-plan-options{gap:var(--space-xs);display:flex}.pdp-plan-option{padding:var(--space-sm);border:1.5px solid var(--light-grey);border-radius:var(--radius-md);background:var(--white);cursor:pointer;text-align:center;transition:all var(--duration-fast) var(--ease-out);flex:1}.pdp-plan-option:hover{border-color:var(--gold-light)}.pdp-plan-option.selected{border-color:var(--gold);background:var(--white);box-shadow:var(--shadow-gold)}.pdp-plan-name{color:var(--charcoal);margin-bottom:2px;font-size:.82rem;font-weight:600}.pdp-plan-discount{color:var(--gold-dark);font-size:.7rem;font-weight:500}.pdp-quantity{align-items:center;gap:var(--space-md);margin-bottom:var(--space-md);display:flex}.pdp-quantity-label{text-transform:uppercase;letter-spacing:.12em;color:var(--charcoal);font-size:.75rem;font-weight:500}.pdp-quantity-controls{border:1.5px solid var(--light-grey);border-radius:var(--radius-md);align-items:center;display:flex;overflow:hidden}.pdp-quantity-btn{width:44px;height:44px;color:var(--charcoal);background:var(--cream);cursor:pointer;transition:all var(--duration-fast) var(--ease-out);-webkit-user-select:none;user-select:none;border:none;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.pdp-quantity-btn:hover{background:var(--gold-pale);color:var(--gold-dark)}.pdp-quantity-btn:active{transform:scale(.92)}.pdp-quantity-value{width:48px;height:44px;color:var(--black);background:var(--white);border-left:1.5px solid var(--light-grey);border-right:1.5px solid var(--light-grey);justify-content:center;align-items:center;font-size:.95rem;font-weight:600;display:flex}.pdp-add-to-bag{text-transform:uppercase;letter-spacing:.2em;border-radius:var(--radius-sm);cursor:pointer;width:100%;transition:all var(--duration-normal) var(--ease-out);margin-bottom:var(--space-sm);border:none;padding:18px;font-size:.82rem;font-weight:600;position:relative;overflow:hidden}.pdp-add-to-bag.primary{background:var(--gold-shimmer);color:var(--black);box-shadow:var(--shadow-gold);background-size:200%}.pdp-add-to-bag.primary:hover{box-shadow:var(--shadow-gold-strong);background-position:100%;transform:translateY(-2px)}.pdp-add-to-bag.primary:active{transform:translateY(0)}.pdp-add-to-bag:after{content:"";transition:transform var(--duration-slow) var(--ease-out);background:linear-gradient(120deg,#0000 40%,#fff3 50%,#0000 60%);position:absolute;inset:0;transform:translate(-100%)}.pdp-add-to-bag:hover:after{transform:translate(100%)}.pdp-shipping-note{justify-content:center;align-items:center;gap:var(--space-xs);color:var(--grey);letter-spacing:.03em;padding-top:var(--space-sm);border-top:1px solid var(--light-grey);font-size:.72rem;font-weight:400;display:flex}.pdp-shipping-note-icon{font-size:.85rem}.pdp-waitlist{padding:var(--space-lg);background:linear-gradient(135deg, var(--cream) 0%, var(--gold-pale) 100%);border-radius:var(--radius-lg);border:1px solid var(--gold-light);text-align:center;margin-bottom:var(--space-md)}.pdp-waitlist-title{font-family:var(--font-heading);color:var(--black);margin-bottom:var(--space-xs);font-size:1.3rem}.pdp-waitlist-text{color:var(--charcoal-light);margin-bottom:var(--space-md);font-size:.82rem;font-weight:300}.pdp-waitlist-form{gap:var(--space-sm);flex-direction:column;display:flex}.pdp-waitlist-input{width:100%;font-size:.88rem;font-family:var(--font-body);color:var(--charcoal);background:var(--white);border:1.5px solid var(--light-grey);border-radius:var(--radius-sm);transition:all var(--duration-fast) var(--ease-out);padding:14px 18px}.pdp-waitlist-input:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-glow);outline:none}.pdp-waitlist-input::placeholder{color:var(--grey);font-weight:300}.pdp-waitlist-submit{text-transform:uppercase;letter-spacing:.18em;background:var(--black);width:100%;color:var(--gold);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--duration-normal) var(--ease-out);font-size:.8rem;font-weight:600;font-family:var(--font-body);border:none;padding:16px}.pdp-waitlist-submit:hover{background:var(--black-soft);box-shadow:var(--shadow-gold);transform:translateY(-2px)}.pdp-tabs-section{padding:var(--space-xxl) 0;border-top:1px solid var(--light-grey)}.pdp-tabs-header{justify-content:center;gap:var(--space-xl);margin-bottom:var(--space-xl);display:flex;position:relative}.pdp-tabs-header:after{content:"";background:var(--light-grey);height:1px;position:absolute;bottom:0;left:0;right:0}.pdp-tab-btn{padding:var(--space-sm) var(--space-xs);font-family:var(--font-heading);color:var(--grey);cursor:pointer;letter-spacing:.03em;transition:color var(--duration-fast) var(--ease-out);white-space:nowrap;background:0 0;border:none;font-size:1.15rem;font-weight:400;position:relative}.pdp-tab-btn:after{content:"";background:var(--gold-shimmer);width:0;height:2px;transition:width var(--duration-normal) var(--ease-out);z-index:1;background-size:200%;position:absolute;bottom:0;left:0}.pdp-tab-btn:hover{color:var(--charcoal)}.pdp-tab-btn.active{color:var(--black);font-weight:500}.pdp-tab-btn.active:after{width:100%;animation:3s linear infinite shimmer}.pdp-tab-content{max-width:720px;animation:fadeInUp var(--duration-normal) var(--ease-out);margin:0 auto}.pdp-benefits-list{padding:0;list-style:none}.pdp-benefit-item{align-items:flex-start;gap:var(--space-sm);padding:var(--space-sm) 0;animation:fadeInUp var(--duration-normal) var(--ease-out) forwards;opacity:0;border-bottom:1px solid #0000000a;display:flex}.pdp-benefit-item:last-child{border-bottom:none}.pdp-benefit-dot{background:var(--gold);border-radius:50%;width:8px;min-width:8px;height:8px;margin-top:6px;box-shadow:0 0 8px #ffc1074d}.pdp-benefit-text{color:var(--charcoal);font-size:.92rem;font-weight:400;line-height:1.6}.pdp-benefit-item:first-child{animation-delay:0s}.pdp-benefit-item:nth-child(2){animation-delay:80ms}.pdp-benefit-item:nth-child(3){animation-delay:.16s}.pdp-benefit-item:nth-child(4){animation-delay:.24s}.pdp-benefit-item:nth-child(5){animation-delay:.32s}.pdp-benefit-item:nth-child(6){animation-delay:.4s}.pdp-ingredients-text{color:var(--charcoal-light);padding:var(--space-md);background:var(--cream);border-radius:var(--radius-md);border-left:3px solid var(--gold);font-size:.9rem;font-weight:300;line-height:2}.pdp-steps-list{counter-reset:step-counter;padding:0;list-style:none}.pdp-step-item{align-items:flex-start;gap:var(--space-md);padding:var(--space-md) 0;animation:fadeInUp var(--duration-normal) var(--ease-out) forwards;opacity:0;border-bottom:1px solid #0000000a;display:flex}.pdp-step-item:last-child{border-bottom:none}.pdp-step-number{background:var(--gold-pale);border:1.5px solid var(--gold-light);width:36px;min-width:36px;height:36px;font-family:var(--font-heading);color:var(--gold-dark);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex}.pdp-step-text{color:var(--charcoal);padding-top:6px;font-size:.92rem;font-weight:400;line-height:1.6}.pdp-step-item:first-child{animation-delay:0s}.pdp-step-item:nth-child(2){animation-delay:.1s}.pdp-step-item:nth-child(3){animation-delay:.2s}.pdp-related{padding:var(--space-xxl) 0;background:var(--cream);margin:0 calc(-1 * var(--space-lg));padding-left:var(--space-lg);padding-right:var(--space-lg)}.pdp-related-header{text-align:center;margin-bottom:var(--space-xl)}.pdp-related-label{align-items:center;gap:var(--space-xs);text-transform:uppercase;letter-spacing:.25em;color:var(--gold-dark);margin-bottom:var(--space-sm);font-size:.68rem;font-weight:500;display:inline-flex}.pdp-related-label:before,.pdp-related-label:after{content:"";background:var(--gold);width:28px;height:1px}.pdp-related-title{font-family:var(--font-heading);color:var(--black);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:400}.pdp-related-grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);max-width:960px;margin:0 auto;display:grid}.pdp-related-card{background:var(--white);border-radius:var(--radius-md);transition:all var(--duration-normal) var(--ease-out);color:inherit;border:1px solid #0000000a;text-decoration:none;display:block;overflow:hidden}.pdp-related-card:hover{box-shadow:var(--shadow-elevated);transform:translateY(-6px)}.pdp-related-card-image{aspect-ratio:1;background:linear-gradient(170deg, var(--cream) 0%, var(--cream-warm) 100%);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.pdp-related-card-image:after{content:"";transition:opacity var(--duration-normal) var(--ease-out);background:linear-gradient(#0000 60%,#ffc10708 100%);position:absolute;inset:0}.pdp-related-card:hover .pdp-related-card-image:after{background:linear-gradient(#0000 60%,#ffc10714 100%)}.pdp-related-card-initial{font-family:var(--font-display);color:var(--gold);letter-spacing:.1em;text-shadow:0 2px 12px #ffc10733;font-size:2.5rem}.pdp-related-card-body{padding:var(--space-md);text-align:center}.pdp-related-card-name{font-family:var(--font-heading);color:var(--black);margin-bottom:var(--space-xs);font-size:1.05rem;font-weight:400;line-height:1.3}.pdp-related-card-price{font-family:var(--font-heading);color:var(--gold-dark);font-size:1rem;font-weight:500}.pdp-not-found{text-align:center;padding:var(--space-hero) var(--space-lg);flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.pdp-not-found-icon{font-family:var(--font-display);color:var(--gold-light);margin-bottom:var(--space-md);text-shadow:0 2px 20px #ffc10733;font-size:5rem}.pdp-not-found h2{font-family:var(--font-heading);color:var(--black);margin-bottom:var(--space-sm);font-size:2rem}.pdp-not-found p{color:var(--charcoal-light);margin-bottom:var(--space-lg);max-width:400px;font-weight:300}.pdp-not-found-link{align-items:center;gap:var(--space-xs);text-transform:uppercase;letter-spacing:.18em;color:var(--black);background:var(--gold-shimmer);border-radius:var(--radius-sm);box-shadow:var(--shadow-gold);transition:all var(--duration-normal) var(--ease-out);background-size:200%;padding:14px 36px;font-size:.8rem;font-weight:500;display:inline-flex}.pdp-not-found-link:hover{box-shadow:var(--shadow-gold-strong);background-position:100%;transform:translateY(-2px)}@media (width<=1024px){.pdp-main,.pdp-tabs-header{gap:var(--space-lg)}}@media (width<=768px){.pdp-main{gap:var(--space-lg);grid-template-columns:1fr}.pdp-gallery{position:static}.pdp-related-grid{grid-template-columns:1fr 1fr}.pdp-tabs-header{gap:var(--space-md)}.pdp-tab-btn{font-size:1rem}.pdp-related{margin:0 calc(-1 * var(--space-md));padding-left:var(--space-md);padding-right:var(--space-md)}}@media (width<=480px){.pdp-related-grid{grid-template-columns:1fr;max-width:320px}.pdp-tabs-header{gap:var(--space-sm);flex-wrap:wrap;justify-content:center}.pdp-tab-btn{padding:var(--space-xs) var(--space-xs);font-size:.9rem}.pdp-purchase-option-content{flex-direction:column;align-items:flex-start;gap:4px}.pdp-plan-options{flex-direction:column}.pdp-thumbnail{width:56px;height:56px}.pdp-related{margin:0 calc(-1 * var(--space-sm));padding-left:var(--space-sm);padding-right:var(--space-sm)}}.subscribe-hero{padding:var(--space-hero) 0 var(--space-xxl);background:var(--cream);text-align:center;position:relative;overflow:hidden}.subscribe-hero-content{z-index:2;max-width:650px;margin:0 auto;position:relative}.subscribe-hero-content h1{font-family:var(--font-heading);color:var(--black);margin-bottom:var(--space-sm);font-size:clamp(2.5rem,5vw,4rem)}.subscribe-hero-content p{color:var(--charcoal-light);font-size:1.05rem;line-height:1.9}.subscribe-hero-decoration{pointer-events:none;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gold-circle{border:1px solid #ffc1071a;border-radius:50%;width:400px;height:400px;animation:4s ease-in-out infinite goldPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gold-circle-2{width:600px;height:600px;animation-delay:1s}.steps-grid{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid}.step-card{text-align:center;padding:var(--space-lg) var(--space-md);animation:fadeInUp var(--duration-slow) var(--ease-out) forwards;opacity:0}.step-number{font-family:var(--font-display);color:var(--gold);margin-bottom:var(--space-sm);font-size:2.5rem;line-height:1}.step-line{background:var(--gold);width:40px;height:1px;margin:0 auto var(--space-md)}.step-card h3{font-family:var(--font-heading);margin-bottom:var(--space-xs);color:var(--black);font-size:1.3rem}.step-card p{color:var(--charcoal-light);font-size:.88rem}.plans-grid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);max-width:800px;margin:0 auto;display:grid}.plan-card{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-lg);border:2px solid var(--light-grey);transition:all var(--duration-normal) var(--ease-out);cursor:pointer;position:relative;overflow:hidden}.plan-card:hover{border-color:var(--gold-light);box-shadow:var(--shadow-gold);transform:translateY(-4px)}.plan-card-active{border-color:var(--gold);box-shadow:var(--shadow-gold-strong)}.plan-badge{background:var(--gold-shimmer);color:var(--black);text-transform:uppercase;letter-spacing:.1em;padding:4px 40px;font-size:.65rem;font-weight:600;position:absolute;top:16px;right:-32px;transform:rotate(45deg)}.plan-header{text-align:center;margin-bottom:var(--space-md)}.plan-header h3{font-family:var(--font-heading);color:var(--black);margin-bottom:var(--space-xs);font-size:1.8rem}.plan-discount{color:var(--charcoal-light);font-size:.85rem}.plan-discount span{color:var(--gold-dark);font-size:1.3rem;font-weight:700}.plan-divider{background:var(--light-grey);width:100%;height:1px;margin-bottom:var(--space-md)}.plan-description{margin-bottom:var(--space-md);color:var(--charcoal-light);font-size:.9rem}.plan-features{margin-bottom:var(--space-lg)}.plan-features li{align-items:center;gap:var(--space-xs);color:var(--charcoal);border-bottom:1px solid #0000000a;padding:8px 0;font-size:.88rem;display:flex}.plan-features li:last-child{border-bottom:none}.sub-product-card{background:var(--white);border-radius:var(--radius-md);transition:all var(--duration-normal) var(--ease-out);border:1px solid #0000000a;display:block;overflow:hidden}.sub-product-card:hover{box-shadow:var(--shadow-elevated);border-color:var(--gold-light);transform:translateY(-6px)}.sub-product-image{background:linear-gradient(135deg, var(--cream) 0%, var(--cream-deep) 100%);justify-content:center;align-items:center;height:220px;display:flex;position:relative;overflow:hidden}.sub-product-placeholder{justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.sub-product-initial{font-family:var(--font-display);color:var(--gold);opacity:.6;z-index:1;font-size:3.5rem}.sub-product-glow{background:radial-gradient(circle,#ffc10733 0%,#0000 70%);border-radius:50%;width:100%;height:100%;position:absolute}.sub-product-save-badge{background:var(--gold-shimmer);color:var(--black);text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius-full);padding:4px 12px;font-size:.65rem;font-weight:600;position:absolute;top:12px;left:12px}.sub-product-info{padding:var(--space-md)}.sub-product-info h4{font-family:var(--font-heading);margin-bottom:var(--space-xxs);color:var(--black);font-size:1.2rem}.sub-product-desc{margin-bottom:var(--space-sm);color:var(--charcoal-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;display:-webkit-box;overflow:hidden}.sub-product-pricing{align-items:baseline;gap:var(--space-xs);margin-bottom:var(--space-sm);display:flex}.sub-product-price{font-family:var(--font-heading);color:var(--charcoal);opacity:.5;font-size:1.1rem;text-decoration:line-through}.sub-product-sub-price{color:var(--gold-dark);font-size:.95rem;font-weight:600}.faq-list{max-width:700px;margin:0 auto}.faq-item{border-bottom:1px solid var(--light-grey)}.faq-question{width:100%;padding:var(--space-md) 0;font-family:var(--font-heading);color:var(--black);text-align:left;cursor:pointer;transition:color var(--duration-fast) var(--ease-out);justify-content:space-between;align-items:center;font-size:1.1rem;display:flex}.faq-question:hover{color:var(--gold-dark)}.faq-icon{transition:transform var(--duration-normal) var(--ease-out);color:var(--gold);flex-shrink:0}.faq-icon-open{transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height var(--duration-normal) var(--ease-out), padding var(--duration-normal) var(--ease-out);overflow:hidden}.faq-answer-open{max-height:300px;padding-bottom:var(--space-md)}.faq-answer p{color:var(--charcoal-light);font-size:.9rem;line-height:1.8}.subscribe-cta{background:var(--cream-warm);text-align:center}.subscribe-cta-content h2{color:var(--black);margin-bottom:var(--space-sm);font-size:clamp(1.8rem,3vw,2.8rem)}.subscribe-cta-content p{margin-bottom:var(--space-lg);color:var(--charcoal-light);font-size:1rem}@media (width<=1024px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.steps-grid{gap:var(--space-md);grid-template-columns:1fr}.plans-grid{grid-template-columns:1fr}.subscribe-hero{padding:var(--space-xxl) 0 var(--space-xl)}}.about-hero{padding:var(--space-hero) 0 var(--space-xxl);background:var(--cream);text-align:center;position:relative;overflow:hidden}.about-hero__inner{z-index:2;position:relative}.about-hero__title{color:var(--black);margin-bottom:var(--space-md);animation:fadeInUp var(--duration-slow) var(--ease-out) forwards;font-size:clamp(3rem,6vw,5rem)}.about-hero__underline{background:var(--gold-shimmer);width:80px;height:2px;margin:0 auto var(--space-md);animation:fadeIn var(--duration-slow) var(--ease-out) .2s forwards;opacity:0;border-radius:2px}.about-hero__subtitle{max-width:520px;color:var(--charcoal-light);animation:fadeInUp var(--duration-slow) var(--ease-out) .3s forwards;opacity:0;margin:0 auto;font-size:1.05rem}.about-hero__particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.about-particle{background:var(--gold);opacity:0;width:4px;height:4px;animation:aboutParticleFloat 8s var(--ease-in-out) infinite;border-radius:50%;position:absolute}.about-particle--1{animation-delay:0s;top:25%;left:12%}.about-particle--2{animation-delay:1.5s;top:18%;left:78%}.about-particle--3{width:3px;height:3px;animation-delay:3s;top:70%;left:35%}.about-particle--4{animation-delay:4.5s;top:55%;left:88%}.about-particle--5{width:5px;height:5px;animation-delay:2s;top:85%;left:55%}.about-particle--6{width:3px;height:3px;animation-delay:5.5s;top:65%;left:8%}@keyframes aboutParticleFloat{0%,to{opacity:0;transform:translateY(0)scale(.5)}20%{opacity:.6}50%{opacity:.4;transform:translateY(-40px)scale(1)}80%{opacity:.2}}.about-story__inner{align-items:center;gap:var(--space-xl)}.about-story__visual{justify-content:center;align-items:center;display:flex}.about-story__frame{background:var(--white);border-radius:var(--radius-md);width:320px;height:380px;box-shadow:var(--shadow-card);padding:var(--space-lg);transition:box-shadow var(--duration-normal) var(--ease-out);justify-content:center;align-items:center;display:flex;position:relative}.about-story__frame:hover{box-shadow:var(--shadow-gold)}.about-story__frame-corner{border-color:var(--gold);width:24px;height:24px;transition:all var(--duration-normal) var(--ease-out);border-style:solid;border-width:0;position:absolute}.about-story__frame-corner--tl{border-top-width:2px;border-left-width:2px;top:16px;left:16px}.about-story__frame-corner--tr{border-top-width:2px;border-right-width:2px;top:16px;right:16px}.about-story__frame-corner--bl{border-bottom-width:2px;border-left-width:2px;bottom:16px;left:16px}.about-story__frame-corner--br{border-bottom-width:2px;border-right-width:2px;bottom:16px;right:16px}.about-story__frame:hover .about-story__frame-corner{width:32px;height:32px}.about-story__symbol{object-fit:contain;filter:drop-shadow(0 4px 16px #ffc10726);max-width:200px;max-height:200px;transition:transform var(--duration-normal) var(--ease-out)}.about-story__frame:hover .about-story__symbol{transform:scale(1.05)}.about-story__content{text-align:left}.about-story__content .section-label{margin-bottom:var(--space-sm);display:inline-flex}.about-story__content h2{margin-bottom:var(--space-sm)}.about-story__content .gold-line{margin:var(--space-md) 0}.about-story__content p{margin-bottom:var(--space-sm);line-height:1.9}.about-story__content p:last-of-type{margin-bottom:0}.about-values__grid{gap:var(--space-lg)}.about-value-card{background:var(--white);border-radius:var(--radius-md);padding:var(--space-xl) var(--space-lg);text-align:center;transition:all var(--duration-normal) var(--ease-out);border:1px solid #0000000a;position:relative;overflow:hidden}.about-value-card:before{content:"";background:var(--gold-shimmer);transform-origin:50%;height:3px;transition:transform var(--duration-normal) var(--ease-out);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.about-value-card:hover{box-shadow:var(--shadow-gold);transform:translateY(-6px)}.about-value-card:hover:before{transform:scaleX(1)}.about-value__icon{width:72px;height:72px;margin:0 auto var(--space-md);background:var(--gold-pale);color:var(--gold-dark);transition:all var(--duration-normal) var(--ease-out);border-radius:50%;justify-content:center;align-items:center;display:flex}.about-value-card:hover .about-value__icon{background:var(--gold);color:var(--white);box-shadow:var(--shadow-gold-strong);transform:scale(1.1)}.about-value__icon-svg{width:32px;height:32px}.about-value__title{color:var(--black);margin-bottom:0;font-size:1.5rem}.about-value__description{color:var(--charcoal-light);font-size:.9rem;line-height:1.8}.about-mission__inner{text-align:center;max-width:780px;padding:var(--space-lg) 0;margin:0 auto}.about-mission__inner .section-label{margin-bottom:var(--space-md);display:inline-flex}.about-mission__quote-mark{font-family:var(--font-heading);color:var(--gold);opacity:.5;margin-bottom:-20px;font-size:5rem;line-height:1}.about-mission__text{font-family:var(--font-heading);letter-spacing:.01em;font-size:clamp(1.3rem,2.5vw,1.8rem);font-style:italic;font-weight:400;line-height:1.6;color:var(--cream)!important}.about-mission__divider{background:var(--gold-shimmer);width:60px;height:2px;margin:var(--space-lg) auto;border-radius:2px}.about-mission__attribution{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.2em;color:var(--gold);font-size:.8rem;font-weight:500}.about-cta__inner{text-align:center;max-width:640px;margin:0 auto}.about-cta__title{margin-bottom:var(--space-sm);font-size:clamp(2rem,3.5vw,3rem)}.about-cta__text{margin-bottom:var(--space-lg);font-size:1rem}.about-story__inner,.about-values__grid,.about-mission__inner,.about-cta__inner{opacity:0;transition:opacity var(--duration-slow) var(--ease-out), transform var(--duration-slow) var(--ease-out);transform:translateY(30px)}.revealed .about-story__inner,.about-story__inner.revealed,.about-values__grid.revealed,.about-mission__inner.revealed,.about-cta__inner.revealed,.revealed{opacity:1;transform:translateY(0)}@media (width<=1024px){.about-story__inner{gap:var(--space-lg)}.about-story__frame{width:260px;height:320px}}@media (width<=768px){.about-hero{padding:var(--space-xxl) 0 var(--space-xl)}.about-story__inner.grid-2{grid-template-columns:1fr}.about-story__visual{order:-1}.about-story__content{text-align:center}.about-story__content .section-label{justify-content:center}.about-story__content .gold-line{margin:var(--space-md) auto}.about-values__grid.grid-3{grid-template-columns:1fr}.about-story__frame{width:240px;height:280px}}.contact-hero{padding:var(--space-hero) 0 var(--space-xxl);background:var(--cream);text-align:center;position:relative;overflow:hidden}.contact-hero__title{color:var(--black);margin-bottom:var(--space-md);animation:fadeInUp var(--duration-slow) var(--ease-out) forwards;font-size:clamp(3rem,6vw,5rem)}.contact-hero__underline{background:var(--gold-shimmer);width:80px;height:2px;margin:0 auto var(--space-md);animation:fadeIn var(--duration-slow) var(--ease-out) .2s forwards;opacity:0;border-radius:2px}.contact-hero__subtitle{max-width:480px;color:var(--charcoal-light);animation:fadeInUp var(--duration-slow) var(--ease-out) .3s forwards;opacity:0;margin:0 auto;font-size:1.05rem}.contact-main__grid{gap:var(--space-xl);align-items:flex-start}.contact-form-wrapper{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-xl);box-shadow:var(--shadow-card);border:1px solid #0000000a}.contact-form__heading{color:var(--black);font-size:1.5rem}.contact-form__row{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.contact-form__submit{width:100%;margin-top:var(--space-sm)}.contact-success{text-align:center;padding:var(--space-xl) var(--space-lg)}.contact-success__icon{width:80px;height:80px;margin:0 auto var(--space-lg)}.contact-success__icon svg{width:100%;height:100%}.contact-success__check{stroke-dasharray:40;stroke-dashoffset:40px;animation:contactCheckDraw .8s var(--ease-out) .3s forwards}@keyframes contactCheckDraw{to{stroke-dashoffset:0}}.contact-success h3{color:var(--black);margin-bottom:var(--space-sm);font-size:1.8rem}.contact-success p{max-width:380px;margin:0 auto var(--space-lg)}.contact-info-wrapper{padding:var(--space-lg) 0}.contact-info__heading{color:var(--black);font-size:1.5rem}.contact-info__cards{gap:var(--space-md);flex-direction:column;display:flex}.contact-info-card{align-items:flex-start;gap:var(--space-md);padding:var(--space-md);background:var(--white);border-radius:var(--radius-md);transition:all var(--duration-normal) var(--ease-out);border:1px solid #0000000a;display:flex}.contact-info-card:hover{box-shadow:var(--shadow-gold);border-color:var(--gold-light);transform:translate(6px)}.contact-info-card__icon{background:var(--gold-pale);width:48px;min-width:48px;height:48px;color:var(--gold-dark);transition:all var(--duration-normal) var(--ease-out);border-radius:50%;justify-content:center;align-items:center;display:flex}.contact-info-card:hover .contact-info-card__icon{background:var(--gold);color:var(--white);transform:scale(1.1)}.contact-info__icon-svg{width:22px;height:22px}.contact-info-card__content{flex-direction:column;gap:2px;display:flex}.contact-info-card__title{text-transform:uppercase;letter-spacing:.15em;color:var(--gold-dark);font-size:.7rem;font-weight:600}.contact-info-card__info{font-family:var(--font-heading);color:var(--black);font-size:1.1rem;line-height:1.4}.contact-info-card__detail{color:var(--grey);font-size:.8rem;font-weight:300}.contact-map__inner{max-width:var(--max-width-narrow);margin:0 auto}.contact-map__placeholder{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-xxl) var(--space-lg);text-align:center;border:2px dashed var(--gold-light);position:relative;overflow:hidden}.contact-map__placeholder:before{content:"";background:radial-gradient(ellipse at center, var(--gold-pale) 0%, transparent 70%);opacity:.3;pointer-events:none;position:absolute;inset:0}.contact-map__pin{width:56px;height:56px;margin:0 auto var(--space-md);z-index:1;animation:float 4s var(--ease-in-out) infinite;position:relative}.contact-map__pin svg{width:100%;height:100%}.contact-map__placeholder h3{z-index:1;color:var(--black);margin-bottom:var(--space-xs);font-size:1.8rem;position:relative}.contact-map__placeholder p{z-index:1;color:var(--charcoal-light);font-size:.95rem;position:relative}.contact-main__grid,.contact-map__inner{opacity:0;transition:opacity var(--duration-slow) var(--ease-out), transform var(--duration-slow) var(--ease-out);transform:translateY(30px)}.revealed .contact-main__grid,.contact-main__grid.revealed,.contact-map__inner.revealed,.revealed{opacity:1;transform:translateY(0)}@media (width<=768px){.contact-hero{padding:var(--space-xxl) 0 var(--space-xl)}.contact-main__grid.grid-2,.contact-form__row{grid-template-columns:1fr}.contact-form-wrapper{padding:var(--space-lg)}.contact-info-wrapper{padding:0}.contact-map__placeholder{padding:var(--space-xl) var(--space-md)}}.waitlist-hero{padding:var(--space-hero) 0 var(--space-xxl);background:var(--cream);text-align:center;position:relative;overflow:hidden}.waitlist-hero__glow{background:radial-gradient(circle, var(--gold-glow) 0%, transparent 70%);pointer-events:none;width:500px;height:500px;animation:waitlistGlowPulse 6s var(--ease-in-out) infinite;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes waitlistGlowPulse{0%,to{opacity:.3;transform:translate(-50%,-50%)scale(1)}50%{opacity:.6;transform:translate(-50%,-50%)scale(1.15)}}.waitlist-hero__inner{z-index:2;position:relative}.waitlist-hero__title{color:var(--black);margin-bottom:var(--space-md);animation:fadeInUp var(--duration-slow) var(--ease-out) forwards;font-size:clamp(3rem,6vw,5rem)}.waitlist-hero__underline{background:var(--gold-shimmer);width:80px;height:2px;margin:0 auto var(--space-md);animation:fadeIn var(--duration-slow) var(--ease-out) .2s forwards;opacity:0;border-radius:2px}.waitlist-hero__subtitle{max-width:560px;color:var(--charcoal-light);animation:fadeInUp var(--duration-slow) var(--ease-out) .3s forwards;opacity:0;margin:0 auto;font-size:1.05rem}.waitlist-form-wrapper{background:var(--white);border-radius:var(--radius-lg);max-width:560px;padding:var(--space-xl);box-shadow:var(--shadow-card);border:1px solid #0000000a;margin:0 auto;position:relative;overflow:hidden}.waitlist-form-wrapper:before{content:"";background:var(--gold-shimmer);height:3px;position:absolute;top:0;left:0;right:0}.waitlist-form__header{text-align:center;margin-bottom:var(--space-lg)}.waitlist-form__header h3{color:var(--black);margin-bottom:var(--space-xs);font-size:1.8rem}.waitlist-form__header p{color:var(--charcoal-light);font-size:.9rem}select.form-input{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23b0a99f' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.waitlist-form__submit{width:100%;margin-top:var(--space-xs)}.waitlist-form__disclaimer{text-align:center;margin-top:var(--space-sm);font-style:italic;color:var(--grey)!important;font-size:.75rem!important}.waitlist-success{text-align:center;padding:var(--space-lg) 0;animation:fadeIn var(--duration-slow) var(--ease-out) forwards}.waitlist-success__ring{width:100px;height:100px;margin:0 auto var(--space-lg);position:relative}.waitlist-success__ring:before{content:"";background:radial-gradient(circle, var(--gold-glow) 0%, transparent 70%);animation:waitlistGlowPulse 3s var(--ease-in-out) infinite;border-radius:50%;position:absolute;inset:-8px}.waitlist-success__icon{width:100%;height:100%;position:relative}.waitlist-success__icon svg{width:100%;height:100%}.waitlist-success__circle{stroke-dasharray:176;stroke-dashoffset:176px;animation:waitlistCircleDraw 1s var(--ease-out) forwards}.waitlist-success__check{stroke-dasharray:40;stroke-dashoffset:40px;animation:waitlistCheckDraw .6s var(--ease-out) .6s forwards}@keyframes waitlistCircleDraw{to{stroke-dashoffset:0}}@keyframes waitlistCheckDraw{to{stroke-dashoffset:0}}.waitlist-success__title{color:var(--black);margin-bottom:0;font-size:2rem}.waitlist-success__text{max-width:400px;margin:0 auto var(--space-lg);font-size:.95rem}.waitlist-success__actions{justify-content:center;align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.waitlist-benefits__grid{gap:var(--space-lg)}.waitlist-benefit-card{background:var(--white);border-radius:var(--radius-md);padding:var(--space-xl) var(--space-lg);text-align:center;transition:all var(--duration-normal) var(--ease-out);border:1px solid #0000000a;position:relative;overflow:hidden}.waitlist-benefit-card:before{content:"";background:var(--gold-shimmer);transform-origin:50%;height:3px;transition:transform var(--duration-normal) var(--ease-out);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.waitlist-benefit-card:hover{box-shadow:var(--shadow-gold);transform:translateY(-6px)}.waitlist-benefit-card:hover:before{transform:scaleX(1)}.waitlist-benefit__icon{width:72px;height:72px;margin:0 auto var(--space-md);background:var(--gold-pale);color:var(--gold-dark);transition:all var(--duration-normal) var(--ease-out);border-radius:50%;justify-content:center;align-items:center;display:flex}.waitlist-benefit-card:hover .waitlist-benefit__icon{background:var(--gold);color:var(--white);box-shadow:var(--shadow-gold-strong);transform:scale(1.1)}.waitlist-benefit__icon-svg{width:32px;height:32px}.waitlist-benefit__title{color:var(--black);margin-bottom:0;font-size:1.4rem}.waitlist-benefit__description{color:var(--charcoal-light);font-size:.9rem;line-height:1.8}.waitlist-preview-card{cursor:default;display:flex;overflow:hidden}.waitlist-preview-card__image{flex-shrink:0;width:220px;min-height:240px;position:relative}.waitlist-preview-card__img-bg{background:linear-gradient(145deg, var(--cream-warm) 0%, var(--cream-deep) 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.waitlist-preview-card__img-text{font-family:var(--font-heading);color:var(--gold-light);opacity:.6;letter-spacing:.05em;font-size:2.5rem}.waitlist-preview-card__badge{position:absolute;top:16px;left:16px}.waitlist-preview-card__info{padding:var(--space-lg);flex-direction:column;justify-content:center;display:flex}.waitlist-preview-card__info h4{color:var(--black);margin-bottom:var(--space-xs);font-size:1.3rem}.waitlist-preview-card__desc{margin-bottom:var(--space-md);font-size:.88rem;line-height:1.7}.waitlist-preview-card__meta{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.waitlist-preview-card__skin{text-transform:uppercase;letter-spacing:.1em;color:var(--grey);font-size:.72rem;font-weight:500}.waitlist-preview-card__price{font-family:var(--font-heading);color:var(--gold-dark);font-size:1.3rem;font-weight:500}.waitlist-form-wrapper,.waitlist-benefits__grid,.waitlist-preview__grid{opacity:0;transition:opacity var(--duration-slow) var(--ease-out), transform var(--duration-slow) var(--ease-out);transform:translateY(30px)}.revealed .waitlist-form-wrapper,.waitlist-form-wrapper.revealed,.waitlist-benefits__grid.revealed,.waitlist-preview__grid.revealed,.revealed{opacity:1;transform:translateY(0)}@media (width<=1024px){.waitlist-preview-card__image{width:180px}}@media (width<=768px){.waitlist-hero{padding:var(--space-xxl) 0 var(--space-xl)}.waitlist-hero__glow{width:300px;height:300px}.waitlist-form-wrapper{padding:var(--space-lg)}.waitlist-benefits__grid.grid-3,.waitlist-preview__grid.grid-2{grid-template-columns:1fr}.waitlist-preview-card{flex-direction:column}.waitlist-preview-card__image{width:100%;min-height:180px}.waitlist-success__actions{flex-direction:column}}:root{--gold:#ffc107;--gold-dark:#c79100;--gold-light:#ffe082;--gold-pale:#fff8e1;--gold-glow:#ffc10740;--gold-shimmer:linear-gradient(135deg, #ffc107 0%, #ffe082 40%, #ffc107 60%, #c79100 100%);--white:#fff;--off-white:#fefefe;--cream:#faf8f5;--cream-warm:#f5f0ea;--cream-deep:#ede6dc;--light-grey:#e8e4de;--grey:#b0a99f;--charcoal:#3d3a36;--charcoal-light:#5a564f;--black:#1a1714;--black-soft:#2a2622;--success:#6bbf59;--error:#d94f4f;--info:#5b9bd5;--font-display:"Codystar", cursive;--font-heading:"Cormorant Garamond", serif;--font-body:"Montserrat", sans-serif;--space-xxs:4px;--space-xs:8px;--space-sm:16px;--space-md:24px;--space-lg:40px;--space-xl:64px;--space-xxl:96px;--space-hero:140px;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-soft:0 2px 12px #1a17140a;--shadow-card:0 4px 24px #1a17140f;--shadow-elevated:0 8px 40px #1a171414;--shadow-gold:0 4px 24px #ffc10726;--shadow-gold-strong:0 8px 40px #ffc10740;--shadow-3d:0 20px 60px #1a17141f, 0 8px 20px #1a17140f;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--ease-bounce:cubic-bezier(.34, 1.56, .64, 1);--duration-fast:.2s;--duration-normal:.4s;--duration-slow:.6s;--duration-glacial:1s;--max-width:1400px;--max-width-narrow:900px;--nav-height:80px;--nav-height-scrolled:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);color:var(--charcoal);background-color:var(--white);font-weight:400;line-height:1.7;overflow-x:hidden}a{color:inherit;transition:color var(--duration-fast) var(--ease-out);text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font-body);background:0 0;border:none}input,textarea,select{font-family:var(--font-body);border:none;outline:none}ul,ol{list-style:none}.font-display{font-family:var(--font-display);letter-spacing:.15em}.font-heading{font-family:var(--font-heading);letter-spacing:.02em;font-weight:400}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--black);font-weight:400;line-height:1.2}h1{letter-spacing:.02em;font-size:clamp(2.5rem,5vw,4.5rem)}h2{letter-spacing:.02em;font-size:clamp(2rem,3.5vw,3rem)}h3{font-size:clamp(1.5rem,2.5vw,2rem)}h4{font-size:clamp(1.2rem,2vw,1.5rem)}p{color:var(--charcoal-light);font-size:.95rem;font-weight:300;line-height:1.8}.text-gold{color:var(--gold)}.text-uppercase{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;font-weight:500}.btn{justify-content:center;align-items:center;gap:var(--space-xs);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.18em;border-radius:var(--radius-sm);transition:all var(--duration-normal) var(--ease-out);cursor:pointer;padding:14px 36px;font-size:.8rem;font-weight:500;display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"";transition:transform var(--duration-slow) var(--ease-out);background:linear-gradient(120deg,#0000 40%,#ffffff26 50%,#0000 60%);position:absolute;inset:0;transform:translate(-100%)}.btn:hover:after{transform:translate(100%)}.btn-primary{background:var(--gold-shimmer);color:var(--black);box-shadow:var(--shadow-gold)}.btn-primary:hover{box-shadow:var(--shadow-gold-strong);transform:translateY(-2px)}.btn-outline{color:var(--gold-dark);border:1.5px solid var(--gold);background:0 0}.btn-outline:hover{background:var(--gold);color:var(--black);box-shadow:var(--shadow-gold);transform:translateY(-2px)}.btn-dark{background:var(--black);color:var(--gold);border:1px solid #0000}.btn-dark:hover{background:var(--black-soft);border-color:var(--gold);box-shadow:var(--shadow-gold);transform:translateY(-2px)}.btn-white{background:var(--white);color:var(--black);border:1px solid var(--light-grey)}.btn-white:hover{border-color:var(--gold);box-shadow:var(--shadow-gold);transform:translateY(-2px)}.btn-lg{padding:18px 48px;font-size:.85rem}.btn-sm{padding:10px 24px;font-size:.72rem}.container{max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}.container-narrow{max-width:var(--max-width-narrow);padding:0 var(--space-lg);margin:0 auto}.section{padding:var(--space-xxl) 0}.section-cream{background-color:var(--cream)}.section-warm{background-color:var(--cream-warm)}.section-dark{background-color:var(--black);color:var(--cream)}.section-dark h2,.section-dark h3,.section-dark h4{color:var(--white)}.section-dark p{color:var(--grey)}.grid{gap:var(--space-lg);display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.section-header{text-align:center;margin-bottom:var(--space-xl)}.section-header .section-label{align-items:center;gap:var(--space-xs);text-transform:uppercase;letter-spacing:.25em;color:var(--gold-dark);margin-bottom:var(--space-sm);font-size:.7rem;font-weight:500;display:inline-flex}.section-header .section-label:before,.section-header .section-label:after{content:"";background:var(--gold);width:32px;height:1px}.section-header h2{margin-bottom:var(--space-sm)}.section-header p{max-width:560px;margin:0 auto}.divider{background:var(--gold);width:60px;height:1px;margin:var(--space-md) auto}.divider-long{background:var(--light-grey);width:100%;height:1px}.gold-line{background:var(--gold-shimmer);border-radius:2px;width:48px;height:2px}.card{background:var(--white);border-radius:var(--radius-md);transition:all var(--duration-normal) var(--ease-out);border:1px solid #0000000a;overflow:hidden}.card:hover{box-shadow:var(--shadow-elevated);transform:translateY(-4px)}.badge{text-transform:uppercase;letter-spacing:.15em;border-radius:var(--radius-full);align-items:center;padding:4px 14px;font-size:.65rem;font-weight:600;display:inline-flex}.badge-gold{background:var(--gold-pale);color:var(--gold-dark);border:1px solid var(--gold-light)}.badge-dark{background:var(--black);color:var(--gold)}.badge-coming-soon{background:var(--cream-warm);color:var(--charcoal);border:1px solid var(--cream-deep)}.form-group{margin-bottom:var(--space-md)}.form-label{text-transform:uppercase;letter-spacing:.12em;color:var(--charcoal);margin-bottom:var(--space-xs);font-size:.75rem;font-weight:500;display:block}.form-input{width:100%;color:var(--charcoal);background:var(--cream);border-radius:var(--radius-sm);transition:all var(--duration-fast) var(--ease-out);border:1.5px solid #0000;padding:14px 18px;font-size:.9rem}.form-input:focus{border-color:var(--gold);background:var(--white);box-shadow:0 0 0 3px var(--gold-glow)}.form-input::placeholder{color:var(--grey);font-weight:300}textarea.form-input{resize:vertical;min-height:120px}.animate-fade-up{animation:fadeInUp var(--duration-slow) var(--ease-out) forwards;opacity:0}.animate-fade-in{animation:fadeIn var(--duration-slow) var(--ease-out) forwards;opacity:0}.animate-scale-in{animation:scaleIn var(--duration-slow) var(--ease-out) forwards;opacity:0}.animate-float{animation:float 6s var(--ease-in-out) infinite}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}.reveal{opacity:0;transition:opacity var(--duration-slow) var(--ease-out), transform var(--duration-slow) var(--ease-out);transform:translateY(30px)}.reveal.revealed{opacity:1;transform:translateY(0)}.gold-star{background:var(--gold);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);width:16px;height:16px;display:inline-block}.gold-dot{background:var(--gold);border-radius:50%;width:6px;height:6px;display:inline-block}.overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999;opacity:0;pointer-events:none;transition:opacity var(--duration-normal) var(--ease-out);background:#1a171480;position:fixed;inset:0}.overlay.active{opacity:1;pointer-events:auto}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--gold-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gold)}::selection{background:var(--gold-light);color:var(--black)}.spinner{border:2px solid var(--light-grey);border-top-color:var(--gold);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite rotate}@media (width<=1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.section{padding:var(--space-xl) 0}}@media (width<=768px){.container{padding:0 var(--space-md)}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.section{padding:var(--space-lg) 0}.btn{padding:12px 28px}.btn-lg{padding:14px 36px}}@media (width<=480px){:root{--nav-height:64px}.container{padding:0 var(--space-sm)}}
