.gm-brandstory{background:var(--cream);color:var(--ink);padding:6.5rem 5%}.gm-brandstory .brandstory-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:center}.gm-brandstory .brandstory__media{position:relative;aspect-ratio:1 / 1;border-radius:20px;overflow:hidden;box-shadow:0 40px 70px -34px #1f332780}.gm-brandstory .brandstory__img{width:100%;height:100%;object-fit:cover;display:block}.gm-brandstory .brandstory--right .brandstory__media{order:2}.gm-brandstory .brandstory__text .eyebrow{color:var(--gold);display:block}.gm-brandstory .brandstory__text h2{font-size:clamp(2.3rem,4.2vw,3.5rem);line-height:1.12;margin-top:1rem;color:var(--green-deep)}.gm-brandstory .brandstory__text h2 em{font-style:italic;color:var(--green-mid)}.gm-brandstory .brandstory__text p{margin-top:1.4rem;color:#13201ab8;max-width:46ch;line-height:1.7}.gm-brandstory .brandstory__cta{margin-top:2.2rem}@media(max-width:900px){.gm-brandstory .brandstory-inner{grid-template-columns:1fr;gap:2.6rem;text-align:center}.gm-brandstory .brandstory--right .brandstory__media{order:0}.gm-brandstory .brandstory__text p{margin-left:auto;margin-right:auto}}body.gm-cart-open{overflow:hidden}.gm-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;visibility:hidden;pointer-events:none}.gm-cart-drawer.is-open{visibility:visible;pointer-events:auto}.gm-cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#13201a73;opacity:0;transition:opacity .4s ease}.gm-cart-drawer.is-open .gm-cart-drawer__overlay{opacity:1}.gm-cart-drawer__panel{position:absolute;top:0;right:0;height:100%;width:min(420px,100%);background:var(--cream);box-shadow:-12px 0 40px #13201a2e;transform:translate(100%);transition:transform .45s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column}.gm-cart-drawer.is-open .gm-cart-drawer__panel{transform:translate(0)}.gm-cart-drawer.is-loading .gm-cart-drawer__inner{opacity:.55;pointer-events:none}.gm-cart-drawer__inner{display:flex;flex-direction:column;height:100%;transition:opacity .2s ease}.gm-cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:1.6rem 1.8rem;border-bottom:1px solid rgba(31,51,39,.12)}.gm-cart-drawer__title{font-size:1.6rem;color:var(--green-deep);display:flex;align-items:baseline;gap:.5rem}.gm-cart-drawer__count{font-family:Inter,sans-serif;font-size:.75rem;letter-spacing:.04em;color:#1f33278c}.gm-cart-drawer__close{background:none;border:none;font-size:1.8rem;line-height:1;color:var(--green-deep);cursor:pointer;padding:0 .2rem;transition:color .3s ease}.gm-cart-drawer__close:hover{color:var(--gold)}.gm-cart-lines{list-style:none;flex:1;overflow-y:auto;padding:.6rem 1.8rem;margin:0}.gm-cart-line{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1.4rem 0;border-bottom:1px solid rgba(31,51,39,.1)}.gm-cart-line__media{width:80px;height:80px;border-radius:12px;overflow:hidden;background:linear-gradient(160deg,#fff,#f1ede2);display:block}.gm-cart-line__media img{width:100%;height:100%;object-fit:cover;display:block}.gm-cart-line__title{font-family:Cormorant Garamond,serif;font-size:1.2rem;color:var(--green-deep);line-height:1.2}.gm-cart-line__variant{font-size:.78rem;color:#1f33278c;margin-top:.2rem}.gm-cart-line__unit{font-size:.82rem;color:#1f332799;margin-top:.3rem}.gm-cart-line__controls{display:flex;align-items:center;gap:1rem;margin-top:.7rem}.gm-cart-line__qty button{width:30px;height:30px}.gm-cart-line__qty .qty-value{width:30px;font-size:.9rem}.gm-cart-line__remove{background:none;border:none;padding:0;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:#1f332780;cursor:pointer;transition:color .3s ease}.gm-cart-line__remove:hover{color:var(--green-deep)}.gm-cart-line__price{font-family:Cormorant Garamond,serif;font-size:1.15rem;color:var(--green-deep);white-space:nowrap}.gm-cart-drawer__foot{border-top:1px solid rgba(31,51,39,.12);padding:1.6rem 1.8rem 1.9rem;background:var(--cream)}.gm-cart-drawer__subtotal{display:flex;align-items:baseline;justify-content:space-between;font-size:.95rem;color:var(--green-deep);letter-spacing:.04em}.gm-cart-drawer__subtotal span:last-child{font-family:Cormorant Garamond,serif;font-size:1.5rem}.gm-cart-drawer__note{font-size:.75rem;color:#1f332780;margin-top:.3rem;margin-bottom:1.2rem}.gm-cart-drawer__view{display:block;text-align:center;margin-top:1rem;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:#1f332799;transition:color .3s ease}.gm-cart-drawer__view:hover{color:var(--green-deep)}.gm-cart-drawer__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.6rem;padding:2rem 1.8rem;text-align:center;color:#1f332799}@media(max-width:600px){.gm-cart-drawer__panel{width:100%}}.gm-cart-page{padding:8rem 5% 6rem}.gm-cart-page__inner{max-width:900px;margin:0 auto}.gm-cart-page__title{font-size:clamp(2.4rem,4vw,3.4rem);color:var(--green-deep);margin-bottom:2.5rem}.gm-cart-page__lines{list-style:none;margin:0}.gm-cart-page__line{display:grid;grid-template-columns:100px 1fr auto auto;align-items:center;gap:1.5rem;padding:1.6rem 0;border-bottom:1px solid rgba(31,51,39,.12)}.gm-cart-page__media{width:100px;height:100px;border-radius:14px;overflow:hidden;background:linear-gradient(160deg,#fff,#f1ede2);display:block}.gm-cart-page__media img{width:100%;height:100%;object-fit:cover;display:block}.gm-cart-page__name{font-family:Cormorant Garamond,serif;font-size:1.4rem;color:var(--green-deep)}.gm-cart-page__variant{font-size:.82rem;color:#1f33278c;margin-top:.2rem}.gm-cart-page__unit{font-size:.88rem;color:#1f332799;margin-top:.4rem}.gm-cart-page__detail a[href]{display:inline-block;margin-top:.6rem;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:#1f332780;transition:color .3s ease}.gm-cart-page__detail a[href]:hover{color:var(--green-deep)}.gm-cart-page__qty input{width:64px;padding:.55rem .6rem;border:1px solid rgba(31,51,39,.2);border-radius:999px;text-align:center;font:inherit;color:var(--green-deep);background:var(--white)}.gm-cart-page__total{font-family:Cormorant Garamond,serif;font-size:1.3rem;color:var(--green-deep);white-space:nowrap}.gm-cart-page__foot{margin-top:2.4rem;display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.gm-cart-page__subtotal{display:flex;align-items:baseline;gap:1.2rem;font-size:1rem;color:var(--green-deep);letter-spacing:.04em}.gm-cart-page__subtotal span:last-child{font-family:Cormorant Garamond,serif;font-size:1.8rem}.gm-cart-page__note{font-size:.78rem;color:#1f332780}.gm-cart-page__actions{display:flex;gap:.9rem;margin-top:1.2rem}.gm-cart-page__empty{display:flex;flex-direction:column;align-items:flex-start;gap:1.6rem;color:#1f3327a6}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media(max-width:700px){.gm-cart-page__line{grid-template-columns:80px 1fr;grid-template-areas:"media detail" "media qty" "total total";row-gap:.8rem}.gm-cart-page__media{grid-area:media;width:80px;height:80px}.gm-cart-page__detail{grid-area:detail}.gm-cart-page__qty{grid-area:qty}.gm-cart-page__total{grid-area:total}.gm-cart-page__actions{width:100%}.gm-cart-page__actions .btn-pill{flex:1}}.gm-collection{background:var(--cream);padding:7rem 5% 6.5rem}.gm-collection .section-inner{max-width:1280px;margin:0 auto}.gm-collection__head{text-align:center;max-width:680px;margin:0 auto 4rem}.gm-collection__head .eyebrow{display:block;margin-bottom:1rem}.gm-collection__head h1{font-size:clamp(2.4rem,4.5vw,3.6rem);color:var(--green-deep)}.gm-collection__desc{margin-top:1.2rem;color:#1f3327a6}.gm-collection__grid{display:grid;grid-template-columns:repeat(var(--cols, 3),1fr);gap:3rem 2.5rem;list-style:none}.gm-collection__card{display:flex;flex-direction:column}.gm-collection__media{position:relative;display:block;overflow:hidden;border-radius:4px;background:var(--white);aspect-ratio:4 / 5}.gm-collection__img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.gm-collection__card:hover .gm-collection__img{transform:scale(1.04)}.gm-collection__img--placeholder{background:var(--sage);opacity:.4}.gm-collection__badge{position:absolute;top:1rem;left:1rem;z-index:1;padding:.35rem .8rem;border-radius:999px;background:var(--gold);color:var(--green-deep);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500}.gm-collection__info{display:flex;flex-direction:column;align-items:flex-start;padding-top:1.4rem}.gm-collection__title{font-size:1.5rem;font-weight:500;color:var(--green-deep);line-height:1.2}.gm-collection__price{margin-top:.6rem;font-size:1rem;color:var(--green-mid)}.gm-collection__price-was{margin-right:.6rem;color:#1f332766;text-decoration:line-through}.gm-collection__cta{margin-top:1.4rem}.gm-collection__empty{text-align:center;padding:4rem 0 2rem}.gm-collection__empty p{font-family:Cormorant Garamond,serif;font-size:1.6rem;color:var(--green-deep);margin-bottom:1.8rem}.gm-collection__pagination{margin-top:4rem;text-align:center}.gm-collection__pagination .pagination,.gm-collection__pagination>span{display:inline-flex;gap:1rem;align-items:center;justify-content:center;letter-spacing:.05em;color:var(--green-mid)}.gm-collection__pagination a{border-bottom:1px solid var(--gold);padding-bottom:2px}@media(max-width:989px){.gm-collection__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.gm-collection{padding:5rem 6% 4.5rem}.gm-collection__grid{grid-template-columns:1fr;gap:2.5rem}}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.gm-cta{background:var(--sage);color:var(--green-deep);text-align:center;padding:5rem 5%}.gm-cta h2{font-size:clamp(2.2rem,4.4vw,3.4rem)}.gm-cta p{margin-top:1rem;color:#1f3327b3}.gm-cta .btn-pill{margin-top:2rem;background:var(--green-deep);color:var(--cream);border-color:var(--green-deep)}.gm-cta .btn-pill:hover{background:transparent;color:var(--green-deep)}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.gm-faq{padding:6rem 5%;background:var(--cream)}.gm-faq .faq-inner{max-width:760px;margin:0 auto}.gm-faq .section-head{text-align:center;margin-bottom:3rem}.gm-faq .section-head .eyebrow{display:block;margin-bottom:1rem}.gm-faq .section-head h2{font-size:clamp(2.1rem,4vw,3.05rem);color:var(--green-deep)}.gm-footer{background:var(--ink);color:#f7f4ec99;padding:4rem 5% 2rem}.gm-footer .footer-inner{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;gap:3rem}.gm-footer .footer-brand{flex:1.6 1 240px}.gm-footer .footer-col{flex:1 1 150px}.gm-footer .footer-logo{color:var(--cream);margin-bottom:1rem;display:inline-block}.gm-footer .footer-tagline{font-size:.85rem;max-width:28ch;color:#f7f4ec80}.gm-footer .footer-col h4{font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem;font-family:Inter,sans-serif;font-weight:500}.gm-footer .footer-col a{display:block;font-size:.9rem;margin-bottom:.7rem;color:#f7f4eca6;transition:color .3s ease}.gm-footer .footer-col a:hover{color:var(--sage)}.gm-footer .footer-bottom{max-width:1280px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(247,244,236,.1);font-size:.78rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;color:#f7f4ec66}@media(max-width:768px){.gm-footer{padding:3.5rem 6% 2rem}.gm-footer .footer-inner{gap:2.5rem 2rem}.gm-footer .footer-brand{flex:1 1 100%}.gm-footer .footer-col{flex:1 1 40%}}@media(max-width:480px){.gm-footer .footer-inner{flex-direction:column;gap:2.2rem}.gm-footer .footer-brand,.gm-footer .footer-col{flex:0 0 auto;width:100%}.gm-footer .footer-bottom{margin-top:2.5rem;flex-direction:column;align-items:flex-start;gap:.6rem}}.gm-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.6rem 5%;background:#f7f4ec00;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);transition:background .4s ease,backdrop-filter .4s ease,padding .4s ease}.gm-nav--scrolled{background:#f7f4ecd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 5%;box-shadow:0 1px #1f332714}.gm-nav--solid{background:#f7f4ece6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.2rem 5%;box-shadow:0 1px #1f332714}.gm-nav .logo,.gm-nav .nav-links a,.gm-nav .gm-cart-toggle,.gm-nav .gm-nav__burger{color:var(--cream);transition:color .4s ease}.gm-nav--scrolled .logo,.gm-nav--scrolled .nav-links a,.gm-nav--scrolled .gm-cart-toggle,.gm-nav--scrolled .gm-nav__burger,.gm-nav--solid .logo,.gm-nav--solid .nav-links a,.gm-nav--solid .gm-cart-toggle,.gm-nav--solid .gm-nav__burger{color:var(--green-deep)}.gm-nav .nav-links{display:flex;gap:2.4rem;font-size:.85rem;letter-spacing:.06em}.gm-nav .nav-links a{position:relative;padding-bottom:4px}.gm-nav .nav-links a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--gold);transition:width .3s ease}.gm-nav .nav-links a:hover:after{width:100%}.gm-nav .nav-cta{display:flex;align-items:center;gap:1.8rem}.gm-nav .nav-cta .btn-pill{font-size:.78rem}.gm-nav__burger,.gm-nav .nav-links__shop{display:none}.gm-nav--menu-open{background:#f7f4ecfa;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.gm-nav--menu-open .logo,.gm-nav--menu-open .gm-cart-toggle,.gm-nav--menu-open .gm-nav__burger{color:var(--green-deep)}.gm-cart-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center}.gm-cart-toggle svg{width:24px;height:24px}.gm-cart-toggle svg path{stroke-width:1.3}.gm-cart-toggle__count{position:absolute;top:-6px;right:-8px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--gold);color:var(--green-deep);font-size:.62rem;font-weight:600;line-height:17px;text-align:center}.gm-cart-toggle__count[hidden]{display:none}.gm-nav__spacer{height:4.3rem}@media(max-width:900px){.gm-nav .nav-cta{gap:1.1rem}.gm-nav .nav-cta__shop{display:none}.gm-nav__burger{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:30px;height:30px;padding:0;background:none;border:none;cursor:pointer}.gm-nav__burger span{display:block;width:22px;height:1.5px;border-radius:2px;background:currentColor;transition:transform .3s ease,opacity .3s ease}.gm-nav--menu-open .gm-nav__burger span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.gm-nav--menu-open .gm-nav__burger span:nth-child(2){opacity:0}.gm-nav--menu-open .gm-nav__burger span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.gm-nav .nav-links{position:absolute;top:100%;left:0;right:0;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:.25rem 6% 1.5rem;background:#f7f4ecfa;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 16px 26px -16px #1f332752;transform:translateY(-10px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,transform .3s ease,visibility .3s}.gm-nav--menu-open .nav-links{transform:none;opacity:1;visibility:visible;pointer-events:auto}.gm-nav .nav-links a{color:var(--green-deep);padding:.95rem .2rem;font-size:1rem;border-bottom:1px solid rgba(31,51,39,.08)}.gm-nav .nav-links a:after{display:none}.gm-nav .nav-links__shop{display:inline-flex;width:100%;margin-top:1.3rem;font-size:.82rem;color:var(--green-deep)}.gm-nav .nav-links__shop:hover{color:var(--gold)}}.gm-hero{position:relative;min-height:100vh;display:flex;align-items:center;background:radial-gradient(120% 100% at 80% 20%,var(--green-mid) 0%,var(--green-deep) 55%,var(--ink) 100%);color:var(--cream);overflow:hidden;padding:0 4%}.gm-hero__moons{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;transform:translate3d(var(--gm-parallax-x, 0px),var(--gm-parallax-y, 0px),0)}.gm-hero .moon-glow{position:absolute;top:-15%;right:-10%;width:55vw;height:55vw;max-width:760px;max-height:760px;border-radius:50%;background:radial-gradient(circle at 35% 35%,rgba(169,192,164,.55),rgba(201,169,106,.18) 45%,transparent 70%);filter:blur(2px);animation:float 16s ease-in-out infinite}.gm-hero .moon-ring{position:absolute;top:8%;right:4%;width:38vw;height:38vw;max-width:520px;max-height:520px;border-radius:50%;border:1px solid rgba(247,244,236,.18);animation:float 16s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-28px) scale(1.03)}}.gm-hero .hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 2.85fr;align-items:center;gap:2.5rem;width:100%;max-width:1440px;margin:0 auto;padding-top:6rem}.gm-hero .eyebrow{position:relative;display:block;margin-bottom:1.4rem}.gm-hero .eyebrow:after{content:"";display:block;width:46px;height:1px;margin-top:.85rem;background:var(--gold);transform-origin:left center}.gm-motion .gm-hero .eyebrow:after{transform:scaleX(0);animation:gmHairline .9s cubic-bezier(.22,1,.36,1) .35s forwards}@keyframes gmHairline{to{transform:scaleX(1)}}.gm-hero__heading{font-size:clamp(3rem,6vw,5.4rem);line-height:1.05;font-weight:500;color:var(--cream)}.gm-hero__heading em{font-style:italic;color:var(--sage)}.gm-motion .gm-hero__heading{opacity:0}.gm-motion .gm-hero__heading.is-revealed{opacity:1}.gm-motion .gm-hero__word{display:inline-block;opacity:0;transform:translateY(.6em);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transition-delay:var(--gm-word-delay, 0ms)}.gm-motion .gm-hero__heading.is-revealed .gm-hero__word{opacity:1;transform:none}.gm-hero .hero-text p{margin-top:1.6rem;font-size:1.05rem;max-width:30ch;color:#f7f4ecc7;font-weight:300}.gm-hero .hero-actions{margin-top:2.6rem;display:flex;align-items:center;gap:1.8rem;flex-wrap:wrap}.gm-hero .hero-link{font-size:.85rem;letter-spacing:.05em;color:var(--cream);border-bottom:1px solid var(--gold);padding-bottom:4px;transition:opacity .3s ease}.gm-hero .hero-link:hover{opacity:.7}.gm-hero .hero-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:620px}.gm-hero .jade-blob{position:absolute;width:640px;height:640px;background:linear-gradient(135deg,#a9c0a459,#33503f8c);border-radius:42% 58% 65% 35%/45% 40% 60% 55%;filter:blur(.5px);animation:morph 14s ease-in-out infinite;box-shadow:inset 0 0 80px #f7f4ec14}@keyframes morph{0%,to{border-radius:42% 58% 65% 35%/45% 40% 60% 55%;transform:rotate(0)}33%{border-radius:58% 42% 35% 65%/55% 65% 40% 45%;transform:rotate(8deg)}66%{border-radius:35% 65% 58% 42%/40% 50% 65% 45%;transform:rotate(-6deg)}}.gm-hero .gm-hero__kit{position:relative;z-index:2;width:100%;max-width:1150px;height:auto;filter:drop-shadow(0 30px 50px rgba(0,0,0,.55));animation:gmKitFloat 7s ease-in-out infinite}@keyframes gmKitFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media(max-width:900px){.gm-hero{min-height:auto;padding-bottom:3.5rem}.gm-hero .hero-inner{grid-template-columns:1fr;text-align:center;gap:1.4rem;padding-top:7rem}.gm-hero .eyebrow:after{margin-left:auto;margin-right:auto;transform-origin:center}.gm-hero .hero-text p{margin-left:auto;margin-right:auto}.gm-hero .hero-actions{justify-content:center}.gm-hero .hero-visual{min-height:0;margin-top:.5rem}.gm-hero .moon-glow{width:90vw;height:90vw}.gm-hero .moon-ring{width:70vw;height:70vw}}.gm-imageband{background:radial-gradient(120% 90% at 50% 118%,var(--green-mid) 0%,var(--green-deep) 52%,var(--ink) 100%);color:var(--cream)}.gm-imageband__photo{position:absolute;top:-8%;right:0;bottom:-8%;left:0;z-index:0;transform:translate3d(0,var(--gm-parallax-y, 0px),0)}.gm-imageband__img{width:100%;height:100%;object-fit:cover}.gm-imageband .eyebrow{display:block;margin-bottom:1.3rem;color:var(--gold)}.gm-imageband__heading{font-family:Cormorant Garamond,serif;font-weight:500;font-size:clamp(2.2rem,5vw,4rem);line-height:1.12;color:var(--cream)}.gm-imageband__heading em{font-style:italic;color:var(--sage)}.gm-imageband__support{margin:1.4rem auto 0;font-size:1.12rem;line-height:1.6;color:#f7f4ece6;max-width:46ch}.gm-imageband--over{position:relative;overflow:hidden;min-height:var(--gm-imageband-h, 60vh);display:flex;align-items:center;justify-content:center;padding:6rem 5%;text-align:center}.gm-imageband--over .gm-imageband__veil{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:var(--gm-imageband-veil, .5);background:linear-gradient(180deg,#13201ad1,#13201af0)}.gm-imageband--over .gm-imageband__inner{position:relative;z-index:2;width:100%;min-width:0;max-width:760px;margin:0 auto;transform:translate3d(0,var(--gm-parallax-y, 0px),0);text-shadow:0 2px 20px rgba(19,32,26,.55)}.gm-imageband--below .gm-imageband__media,.gm-imageband--above .gm-imageband__media{position:relative;overflow:hidden;height:var(--gm-imageband-h, 56vh)}.gm-imageband--below .gm-imageband__caption,.gm-imageband--above .gm-imageband__caption{position:relative;max-width:760px;margin:0 auto;padding:3.4rem 5% 3.8rem;text-align:center}.gm-imageband--below .gm-imageband__caption:before,.gm-imageband--above .gm-imageband__caption:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:clamp(80px,16vw,160px);height:1px;background:#c9a96a73}.gm-imageband--below .gm-imageband__caption:before{top:0}.gm-imageband--above .gm-imageband__caption:after{bottom:0}@media(max-width:600px){.gm-imageband--over{min-height:58vh}.gm-imageband--below .gm-imageband__media,.gm-imageband--above .gm-imageband__media{height:clamp(280px,48vh,460px)}}.gm-ingredients{background:radial-gradient(100% 70% at 50% -10%,rgba(169,192,164,.1),transparent 60%),var(--green-deep);color:var(--cream);padding:6rem 5%}.gm-ingredients .ingredients-inner{max-width:1280px;margin:0 auto}.gm-ingredients .ingredients-head{text-align:center;max-width:680px;margin:0 auto 4rem}.gm-ingredients .ingredients-head .eyebrow{color:var(--sage);display:block;margin-bottom:1rem}.gm-ingredients .ingredients-head h2{font-size:clamp(2.4rem,4.4vw,3.7rem)}.gm-ingredients .ingredients-head p{margin-top:1.2rem;color:#f7f4eca6}.gm-ingredients .ingredient-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}.gm-ingredients .ingredient-card{text-align:center;padding:2.5rem 1.5rem;border-radius:18px;background:#f7f4ec0d;border:1px solid rgba(201,169,106,.18);box-shadow:0 18px 40px -28px #0009;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);transition:transform .4s ease,box-shadow .4s ease,border-color .4s ease}.gm-ingredients .ingredient-card:hover{transform:translateY(-6px);border-color:#c9a96a66;box-shadow:0 26px 50px -26px #000000b3}.gm-ingredients .ingredient-card .ring-icon{width:80px;height:80px;margin:0 auto 1.2rem;border:1px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.8rem;color:var(--gold);transition:box-shadow .4s ease,transform .4s ease}.gm-ingredients .ingredient-card:hover .ring-icon{box-shadow:0 0 0 5px #c9a96a1f}.gm-ingredients .ingredient-card h3{font-size:1.3rem;margin-bottom:.6rem}.gm-ingredients .ingredient-card p{font-size:.88rem;color:#f7f4ec99}@media(max-width:900px){.gm-ingredients .ingredient-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:520px){.gm-ingredients .ingredient-grid{grid-template-columns:1fr}}.gm-led{position:relative;overflow:hidden;padding:clamp(4rem,8vw,7rem) 5%;background:radial-gradient(125% 135% at 18% 0%,var(--led-band-light) 0%,var(--led-band) 48%,var(--led-band-dark) 100%);color:var(--cream)}.gm-led:after{content:"";position:absolute;inset:clamp(14px,2.6vw,30px);border:1px solid rgba(201,169,106,.28);pointer-events:none;z-index:1}.gm-led__inner{position:relative;z-index:2;max-width:1180px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:clamp(2.4rem,5vw,4.5rem)}.gm-led__inner--right{flex-direction:row-reverse}.gm-led__media,.gm-led__text{flex:1 1 360px}.gm-led--layout-text .gm-led__media{flex:1 1 40%}.gm-led--layout-text .gm-led__text{flex:1 1 52%}.gm-led__img{width:100%;height:auto;display:block;border-radius:18px;box-shadow:0 36px 64px -30px #0009}.gm-led__eyebrow{display:inline-block;font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;font-weight:600;color:var(--cream);padding:.5rem 1rem;border:1px solid rgba(201,169,106,.6);border-radius:999px}.gm-led__heading{font-family:Cormorant Garamond,serif;font-weight:600;font-size:clamp(2.2rem,4.6vw,3.6rem);line-height:1.08;margin-top:1.3rem;color:var(--cream)}.gm-led__heading em{font-style:italic;color:var(--gold)}.gm-led__body{margin-top:1.3rem;font-size:1.05rem;line-height:1.7;color:#f7f4ecdb;max-width:52ch}.gm-led__features{list-style:none;margin:2.1rem 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.3rem 1.8rem}.gm-led__feature{display:flex;align-items:flex-start;gap:.85rem;padding-top:1rem;border-top:1px solid rgba(201,169,106,.38)}.gm-led__feature-glyph{flex:none;width:40px;height:40px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(201,169,106,.5);color:var(--gold);font-size:1.15rem;line-height:1}.gm-led__feature-text{display:flex;flex-direction:column;gap:.2rem}.gm-led__feature-text strong{font-weight:600;font-size:.98rem;color:var(--cream)}.gm-led__feature-text span{font-size:.85rem;line-height:1.5;color:#f7f4ecb8}.gm-led__actions{margin-top:2.3rem}@media(max-width:860px){.gm-led__inner,.gm-led__inner--right{flex-direction:column;text-align:center}.gm-led__media,.gm-led__text,.gm-led--layout-text .gm-led__media,.gm-led--layout-text .gm-led__text{flex-basis:auto;width:100%}.gm-led__body{margin-left:auto;margin-right:auto}.gm-led__features{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto;text-align:left}}.gm-product{padding:4rem 5% 6rem}.gm-product .product-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:5rem;align-items:flex-start}.gm-product .product-visual,.gm-product .product-info{min-width:0}.gm-product .product-visual{position:sticky;top:6rem;height:600px;border-radius:24px;overflow:hidden;background:radial-gradient(120% 100% at 75% 15%,var(--green-mid) 0%,var(--green-deep) 55%,var(--ink) 100%)}.gm-product .product-visual--media{background:linear-gradient(160deg,#fff,#f1ede2);padding:1.5rem}.gm-product .gm-gallery{display:flex;flex-direction:column;gap:1rem;width:100%;height:100%}.gm-product .gm-gallery__main{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:14px}.gm-product .gm-gallery__main img{max-width:100%;max-height:100%;object-fit:contain}.gm-product .gm-gallery__thumbs{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem}.gm-product .gm-gallery__thumb{width:64px;height:64px;padding:0;border:1px solid rgba(31,51,39,.15);border-radius:10px;overflow:hidden;background:none;cursor:pointer;transition:border-color .3s ease}.gm-product .gm-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.gm-product .gm-gallery__thumb.is-active{border-color:var(--gold)}.gm-product .product-info .eyebrow{display:block;margin-bottom:1rem}.gm-product .product-info h1{font-size:clamp(2.6rem,4.5vw,4rem);color:var(--green-deep);line-height:1.05}.gm-product .rating-row{display:flex;align-items:center;gap:.6rem;margin-top:1rem;font-size:.85rem;color:#1f332799}.gm-product .rating-row .stars{color:var(--gold);letter-spacing:.1em}.gm-product .price-row{display:flex;align-items:baseline;gap:.8rem;margin-top:1.2rem}.gm-product .price{font-family:Cormorant Garamond,serif;font-size:2.2rem;color:var(--green-deep)}.gm-product .price-old{font-size:1.1rem;text-decoration:line-through;color:#1f332766}.gm-product .save-tag{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;background:var(--sage);color:var(--green-deep);padding:.35rem .8rem;border-radius:999px}.gm-product .product-info .desc{margin-top:1.4rem;color:#1f3327a6;font-size:1.02rem;max-width:46ch}.gm-product .product-info .desc p+p{margin-top:.8rem}.gm-product .purchase-panel{margin-top:2.6rem;border:1px solid rgba(31,51,39,.12);border-radius:18px;padding:1.8rem;background:var(--white)}.gm-product .qty-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.4rem}.gm-product .qty-label{font-size:.85rem;letter-spacing:.05em;color:var(--green-deep);font-weight:500}.gm-product .purchase-panel .btn-pill{margin-bottom:.9rem}.gm-product .reassure-row{display:flex;justify-content:space-between;margin-top:1.2rem;font-size:.78rem;color:#1f332780;flex-wrap:wrap;gap:.6rem}@media(max-width:900px){.gm-product{padding:2rem 4% 4rem}.gm-product .product-grid{grid-template-columns:minmax(0,1fr);gap:2rem}.gm-product .product-visual{position:relative;top:0;height:400px}.gm-product .product-visual--media{height:auto;padding:.75rem}.gm-product .product-visual--media .gm-gallery{height:auto}.gm-product .product-visual--media .gm-gallery__main{flex:none}.gm-product .product-visual--media .gm-gallery__main img{width:100%;height:auto;max-height:min(68vw,380px);object-fit:contain}.gm-product .gm-gallery__thumbs{gap:.4rem}.gm-product .product-visual--media .gm-gallery__thumb{width:48px;height:48px}.gm-product .purchase-panel{padding:1.4rem 1.1rem}.gm-product .purchase-panel .btn-pill{font-size:.78rem;padding:.85rem 1.4rem;white-space:normal;text-align:center}}.gm-band{position:relative;overflow:hidden;min-height:64vh;display:flex;align-items:center;justify-content:center;padding:7rem 5%;text-align:center;background:radial-gradient(120% 90% at 50% 118%,var(--green-mid) 0%,var(--green-deep) 52%,var(--ink) 100%);color:var(--cream)}.gm-band:after{content:"";position:absolute;inset:clamp(16px,3vw,34px);border:1px solid rgba(201,169,106,.22);pointer-events:none;z-index:1}.gm-band__moon{position:relative;width:clamp(116px,17vw,184px);height:clamp(116px,17vw,184px);margin:0 auto 2.4rem;opacity:.95}.gm-band__moon-glow{position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(201,169,106,.3),rgba(169,192,164,.1) 45%,transparent 70%);filter:blur(6px);animation:gmBandGlow 9s ease-in-out infinite}@keyframes gmBandGlow{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}.gm-band__moon-disc{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:radial-gradient(circle at 38% 34%,#e0d2ac,#c1a262 46%,#7f8c72 82%);-webkit-mask:radial-gradient(circle at 70% 40%,transparent 0 47%,#000 48%);mask:radial-gradient(circle at 70% 40%,transparent 0 47%,#000 48%)}.gm-band__photo{position:absolute;top:-8%;right:0;bottom:-8%;left:0;z-index:0;transform:translate3d(0,var(--gm-parallax-y, 0px),0)}.gm-band__photo-img{width:100%;height:100%;object-fit:cover}.gm-band__veil{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(180deg,#13201a80,#13201aa8)}.gm-band__inner{position:relative;z-index:2;width:100%;min-width:0;max-width:760px;margin:0 auto;transform:translate3d(0,var(--gm-parallax-y, 0px),0)}.gm-band .eyebrow{display:block;margin-bottom:1.3rem;color:var(--gold)}.gm-band__heading{font-family:Cormorant Garamond,serif;font-weight:500;font-size:clamp(2.4rem,5.5vw,4.4rem);line-height:1.1;color:var(--cream)}.gm-band__heading em{font-style:italic;color:var(--sage)}.gm-band__support{margin-top:1.4rem;font-size:1.18rem;line-height:1.6;color:#f7f4ece6;max-width:46ch;margin-left:auto;margin-right:auto}.gm-band__actions{margin-top:2.4rem}@media(max-width:600px){.gm-band{min-height:72vh}}.gm-placeholder{display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 5%;min-height:100vh;background:var(--cream);color:var(--green-deep)}.gm-placeholder--hero{background:radial-gradient(120% 100% at 80% 20%,var(--green-mid) 0%,var(--green-deep) 55%,var(--ink) 100%);color:var(--cream)}.gm-placeholder__inner{max-width:540px}.gm-placeholder__inner .eyebrow{display:block;margin-bottom:1rem}.gm-placeholder__inner h2{font-size:clamp(2.2rem,4vw,3.2rem)}.gm-placeholder__inner p{margin-top:1rem;font-weight:300;opacity:.85}.gm-ritual{background:var(--cream);padding:6.5rem 5%}.gm-ritual .section-inner{max-width:1280px;margin:0 auto}.gm-ritual .section-head{text-align:center;max-width:680px;margin:0 auto 4rem}.gm-ritual .section-head .eyebrow{display:block;margin-bottom:1rem}.gm-ritual .section-head h2{font-size:clamp(2.4rem,4.4vw,3.7rem);color:var(--green-deep)}.gm-ritual .section-head p{margin-top:1.2rem;color:#1f3327a6;font-size:1.02rem}.gm-ritual .ritual-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#1f33271f;border:1px solid rgba(31,51,39,.12)}.gm-ritual .ritual-step{background:var(--cream);padding:2.6rem 2rem;position:relative;transition:background .4s ease,transform .4s ease,box-shadow .4s ease}.gm-ritual .ritual-step:hover{background:#fff;transform:translateY(-4px);box-shadow:0 18px 40px -24px #1f332780;z-index:3}.gm-ritual .ritual-step .step-num{font-family:Cormorant Garamond,serif;font-size:3.4rem;font-style:italic;color:var(--sage);line-height:1;margin-bottom:1.4rem}.gm-motion .gm-ritual .ritual-step .step-num{opacity:0;transform:scale(.65);transform-origin:left center;transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1);transition-delay:calc(.45s + var(--gm-step-index, 0) * .12s)}.gm-motion .gm-ritual .ritual-grid.is-in .ritual-step .step-num{opacity:1;transform:none}.gm-ritual .ritual-step h3{font-size:1.35rem;color:var(--green-deep);margin-bottom:.6rem}.gm-ritual .ritual-step p{font-size:.92rem;color:#1f332799}@media(max-width:900px){.gm-ritual .ritual-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.gm-ritual .ritual-grid{grid-template-columns:1fr}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.gm-showcase{background:var(--green-deep);color:var(--cream);position:relative;overflow:hidden;padding:6.5rem 5%}.gm-showcase .showcase-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.gm-showcase .showcase-visual{position:relative;height:520px}.gm-showcase .showcase-photo{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 30px 50px rgba(0,0,0,.4))}.gm-showcase .showcase-text .eyebrow{color:var(--sage)}.gm-showcase .showcase-text h2{font-size:clamp(2.6rem,5vw,4rem);margin-top:1rem;color:var(--cream)}.gm-showcase .showcase-text p{margin-top:1.4rem;color:#f7f4ecb3;max-width:42ch}.gm-showcase .ingredient-tags{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:2rem}.gm-showcase .ingredient-tags span{font-size:.78rem;letter-spacing:.05em;padding:.55rem 1.1rem;border:1px solid rgba(247,244,236,.25);border-radius:999px;color:#f7f4ecd9}@media(max-width:900px){.gm-showcase{padding:4.5rem 5%}.gm-showcase .showcase-inner{grid-template-columns:1fr;gap:2.4rem;text-align:center}.gm-showcase .showcase-visual{height:auto}.gm-showcase .showcase-photo{width:auto;max-width:100%;height:auto;max-height:340px;margin:0 auto}.gm-showcase .showcase-text p{margin:1.4rem auto 0}.gm-showcase .ingredient-tags{justify-content:center}}.gm-testimonial{background:var(--cream);text-align:center;padding:6.5rem 5%}.gm-testimonial .section-inner{max-width:1280px;margin:0 auto}.gm-testimonial blockquote{position:relative;font-family:Cormorant Garamond,serif;font-style:italic;font-size:clamp(1.85rem,3.4vw,2.9rem);max-width:880px;margin:0 auto;color:var(--green-deep);line-height:1.4}.gm-testimonial blockquote:before{content:"\201c";display:block;font-family:Cormorant Garamond,serif;font-style:normal;font-size:5rem;line-height:.5;color:var(--gold);opacity:.5;margin-bottom:1.4rem}.gm-testimonial blockquote p{margin:0}.gm-testimonial blockquote p+p{margin-top:1rem}.gm-testimonial cite{display:block;margin-top:1.6rem;font-style:normal;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.logo__image{display:block;width:var(--logo-width, 140px);height:auto}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.kit-illustration{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.kit-illustration .ring{position:absolute;border:1px solid rgba(247,244,236,.12);border-radius:50%}.kit-illustration .ring.r1{width:320px;height:320px}.kit-illustration .ring.r2{width:420px;height:420px;border-color:#c9a96a26}.kit-illustration .ring.r3{width:520px;height:520px;border-color:#a9c0a41a}.kit-illustration .bottles-row{position:relative;z-index:2;display:flex;align-items:flex-end;gap:1.4rem}.kit-illustration .pbottle{position:relative;border-radius:5px 5px 14px 14px;background:radial-gradient(64% 24% at 32% 8%,#fff3,#fff0 72%),linear-gradient(90deg,#00000052,#0000000a 14%,#ffffff2e,#ffffff05 46%,#0000001a 66%,#00000057),linear-gradient(180deg,#6b9c82,#3f6a52 42%,#213c2c);box-shadow:inset 0 3px 9px #ffffff29,inset 0 -16px 26px #00000047,inset 1px 0 1px #ffffff1a;filter:drop-shadow(0 22px 32px rgba(0,0,0,.5));display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:1rem;color:var(--cream);animation:gmKitFloat 6s ease-in-out infinite}@keyframes gmKitFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}.kit-illustration .v-tube{animation-delay:0s}.kit-illustration .v-bottle{animation-delay:.7s}.kit-illustration .v-dropper{animation-delay:1.4s}.kit-illustration .v-jar{animation-delay:2.1s}.kit-illustration .pbottle:after{content:"";position:absolute;top:8px;left:22%;width:7px;height:62%;border-radius:6px;background:linear-gradient(180deg,#ffffff42,#fff0);filter:blur(1.4px);pointer-events:none}.kit-illustration .pb-cap{position:absolute;left:50%;transform:translate(-50%)}.kit-illustration .v-tube{width:84px;height:268px;border-radius:28px 28px 10px 10px}.kit-illustration .v-tube .pb-cap{top:-19px;width:56%;height:22px;border-radius:4px 4px 2px 2px;background:linear-gradient(90deg,#05090b,#28352d,#05090b)}.kit-illustration .v-bottle{width:80px;height:312px}.kit-illustration .v-bottle .pb-cap{top:-25px;width:72%;height:27px;border-radius:4px 4px 2px 2px;background:linear-gradient(90deg,#05090b,#212d27 28%,#2d3c34 50%,#16201b 74%,#04080a);box-shadow:inset 0 2px 3px #ffffff1a}.kit-illustration .v-dropper{width:74px;height:240px}.kit-illustration .v-dropper .pb-cap{top:-34px;width:16px;height:28px;border-radius:7px 7px 3px 3px;background:linear-gradient(160deg,#2a3730,#05090b)}.kit-illustration .v-dropper .pb-cap:before{content:"";position:absolute;bottom:-11px;left:50%;transform:translate(-50%);width:30px;height:13px;border-radius:3px;background:linear-gradient(90deg,#05090b,#28352d,#05090b)}.kit-illustration .v-jar{width:116px;height:150px;border-radius:9px 9px 14px 14px}.kit-illustration .v-jar .pb-cap{top:-15px;width:calc(100% + 6px);height:19px;border-radius:5px 5px 3px 3px;background:linear-gradient(90deg,#05090b,#2a3730,#05090b);box-shadow:inset 0 2px 3px #ffffff1a}.kit-illustration .pbottle .pb-num{position:relative;z-index:1;font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.6rem;color:var(--gold)}.kit-illustration .pbottle .pb-label{position:relative;z-index:1;font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;color:#f7f4ec99;margin-top:.3rem;text-align:center;padding:0 .4rem}@media(max-width:520px){.kit-illustration .bottles-row{transform:scale(.82)}}
/*# sourceMappingURL=/cdn/shop/t/13/compiled_assets/styles.css.map */
