.account-menu-module__jpcH4a__trigger{color:#243d2c;cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:8px;font-size:13px;display:flex}.account-menu-module__jpcH4a__avatar{color:#fff;background:#243d2c;border-radius:50%;place-items:center;width:36px;height:36px;font-size:12px;display:grid}.account-menu-module__jpcH4a__mobileTrigger{color:#5c705d;font:inherit;cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;font-size:10.5px;display:flex}.account-menu-module__jpcH4a__active{color:#243d2c;background:#d3f28e;border-radius:16px}.account-menu-module__jpcH4a__panel{color:#243d2c;background:#fff;border:1px solid #d1dec7;border-radius:24px;width:min(340px,100vw - 32px);max-height:calc(100dvh - 110px);margin:0;padding:0;position:fixed;inset:82px 20px auto auto;overflow-y:auto;box-shadow:0 15px 60px #152b2526}.account-menu-module__jpcH4a__panel::backdrop{background:#142b2533}.account-menu-module__jpcH4a__inner{padding:22px}.account-menu-module__jpcH4a__inner header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.account-menu-module__jpcH4a__inner h2{font-size:24px;font-weight:300}.account-menu-module__jpcH4a__inner header button{cursor:pointer;background:#fff;border:1px solid #d1dec7;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.account-menu-module__jpcH4a__inner nav a{border-bottom:1px solid #e5ebdf;justify-content:space-between;align-items:center;padding:17px 8px;font-size:15px;display:flex}.account-menu-module__jpcH4a__inner nav a:last-child{border-bottom:0}.account-menu-module__jpcH4a__inner nav a[aria-current=page]{background:#edf5df;border-radius:12px}.account-menu-module__jpcH4a__trigger:focus-visible,.account-menu-module__jpcH4a__mobileTrigger:focus-visible,.account-menu-module__jpcH4a__inner :is(a,button):focus-visible{outline-offset:3px;outline:2px solid #507139}@media (max-width:767px){.account-menu-module__jpcH4a__panel{width:100%;max-width:100%;max-height:85dvh;padding-bottom:env(safe-area-inset-bottom);border-radius:26px 26px 0 0;inset:auto 0 0}}
:root{--site-header-height:88px}@media (max-width:1023px){:root{--site-header-height:72px}}.Header-module__MH2l9a__header{z-index:10000;background:var(--paper);border-bottom:1px solid var(--line);color:var(--ink);padding:23px clamp(20px,4vw,64px);position:sticky;top:0}.Header-module__MH2l9a__row{justify-content:space-between;align-items:center;gap:22px;display:flex}.Header-module__MH2l9a__brand{flex-shrink:0;display:inline-flex}.Header-module__MH2l9a__nav{align-items:center;gap:clamp(20px,2.5vw,40px);display:flex}.Header-module__MH2l9a__link,.Header-module__MH2l9a__navGroupBtn{color:var(--ink);font-size:14px;font-weight:400}.Header-module__MH2l9a__link:hover{text-underline-offset:5px;text-decoration:underline}.Header-module__MH2l9a__actions{align-items:center;gap:8px;display:flex}.Header-module__MH2l9a__signin{border:1px solid var(--line);border-radius:var(--r-pill);white-space:nowrap;align-items:center;gap:12px;padding:10px 18px;font-size:13px;display:inline-flex}.Header-module__MH2l9a__signin:hover{background:var(--paper-deep)}.Header-module__MH2l9a__header :is(a,button):focus-visible,.Header-module__MH2l9a__ticker :is(a,button):focus-visible{outline:2px solid var(--ink);outline-offset:4px}@media (max-width:1023px){.Header-module__MH2l9a__nav{display:none}.Header-module__MH2l9a__header{padding-block:12px}}@media (max-width:380px){.Header-module__MH2l9a__signin{padding:10px 12px}}.Header-module__MH2l9a__navGroupBtn{font-family:var(--font-ginger), system-ui, sans-serif;font-size:var(--fs-body);letter-spacing:var(--tracking-body);color:var(--ink-60);padding:var(--space-xs) 0;white-space:nowrap;cursor:pointer;transition:color var(--dur-base) var(--ease-out-quart);background:0 0;border:0;align-items:center;gap:5px;line-height:1;display:inline-flex}.Header-module__MH2l9a__navGroupBtn:hover,.Header-module__MH2l9a__navGroupBtn[aria-expanded=true]{color:var(--ink)}.Header-module__MH2l9a__navGroupChevron{width:14px;height:14px;transition:transform var(--dur-base) var(--ease-out-quart)}.Header-module__MH2l9a__navGroupChevron[data-open=true]{transform:rotate(180deg)}.Header-module__MH2l9a__navGroupBtn{color:var(--ink);font-size:14px}.Header-module__MH2l9a__mega{z-index:60;background:var(--paper);border-bottom:1px solid var(--line);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s var(--ease-out-quart,ease-out), transform .2s var(--ease-out-quart,ease-out), visibility 0s .2s;position:absolute;top:100%;left:0;right:0;transform:translateY(-6px);box-shadow:0 34px 56px -40px #14161259}.Header-module__MH2l9a__mega[data-open=true]{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s;transform:translateY(0)}.Header-module__MH2l9a__megaGrid{grid-template-columns:repeat(4,1fr) 1.15fr;gap:20px;padding:26px clamp(20px,4vw,64px) 30px;display:grid}.Header-module__MH2l9a__megaGrid[data-cols="5"]{grid-template-columns:repeat(5,1fr)}.Header-module__MH2l9a__megaCard{flex-direction:column;display:flex}.Header-module__MH2l9a__megaImage{aspect-ratio:4/3;border-radius:14px;margin-bottom:10px;position:relative;overflow:hidden}.Header-module__MH2l9a__megaImage img{object-fit:cover;transition:transform .3s var(--ease-out-quart,ease-out)}.Header-module__MH2l9a__megaImage[data-fit=contain]{background:var(--color-paper-warm,#f6f4ee)}.Header-module__MH2l9a__megaImage[data-fit=contain] img{object-fit:contain;padding:12%}.Header-module__MH2l9a__megaCard:hover .Header-module__MH2l9a__megaImage img{transform:scale(1.03)}.Header-module__MH2l9a__megaLabel{letter-spacing:-.01em;color:var(--ink);font-size:15px}.Header-module__MH2l9a__megaNote{color:var(--ink-60);margin-top:2px;font-size:12.5px;line-height:1.4}.Header-module__MH2l9a__megaAside{background:var(--color-paper-warm,#f6f4ee);border-radius:14px;flex-direction:column;justify-content:center;gap:8px;padding:20px;display:flex}.Header-module__MH2l9a__megaAsideTitle{letter-spacing:-.01em;color:var(--ink);font-size:15px}.Header-module__MH2l9a__megaAsideNote{color:var(--ink-60);margin:0;font-size:12.5px;line-height:1.5}.Header-module__MH2l9a__megaAsideCta{color:var(--ink);align-items:center;gap:6px;margin-top:4px;font-size:13px;font-weight:500;display:inline-flex}.Header-module__MH2l9a__megaAsideCta:hover{text-underline-offset:4px;text-decoration:underline}@media (max-width:1023px){.Header-module__MH2l9a__mega{display:none}}@media (prefers-reduced-motion:reduce){.Header-module__MH2l9a__mega,.Header-module__MH2l9a__megaImage img{transition:none}}.Header-module__MH2l9a__ticker{background:var(--color-promo-bg);align-items:stretch;font-size:12px;font-weight:400;display:flex;overflow:hidden}.Header-module__MH2l9a__ticker>a{flex:1;min-width:0;padding-block:13px;overflow:hidden}.Header-module__MH2l9a__tickerTrack{width:max-content;animation:48s linear infinite Header-module__MH2l9a__homepageTicker;display:flex}.Header-module__MH2l9a__tickerGroup{flex-shrink:0;display:flex}.Header-module__MH2l9a__tickerGroup>span{white-space:nowrap;align-items:center;gap:16px;padding-inline:36px;display:flex}.Header-module__MH2l9a__tickerGroup b{font-weight:400}.Header-module__MH2l9a__tickerGroup i{font-style:normal}.Header-module__MH2l9a__ticker button{border:0;border-left:1px solid var(--line);background:var(--color-promo-bg);cursor:pointer;flex:0 0 44px}.Header-module__MH2l9a__tickerStatic{display:none}.Header-module__MH2l9a__ticker[data-paused=true] .Header-module__MH2l9a__tickerTrack,.Header-module__MH2l9a__ticker:hover .Header-module__MH2l9a__tickerTrack,.Header-module__MH2l9a__ticker:focus-within .Header-module__MH2l9a__tickerTrack{animation-play-state:paused}@keyframes Header-module__MH2l9a__homepageTicker{to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.Header-module__MH2l9a__tickerTrack,.Header-module__MH2l9a__ticker button{display:none}.Header-module__MH2l9a__tickerStatic{text-align:center;padding-inline:18px;display:block}.Header-module__MH2l9a__header *,.Header-module__MH2l9a__header :after{transition:none}}.Header-module__MH2l9a__refill{background:var(--color-promo-bg);border-color:#0000}.Header-module__MH2l9a__refill:hover{background:var(--paper-deep)}@media (max-width:1150px) and (min-width:1024px){.Header-module__MH2l9a__nav{gap:18px}.Header-module__MH2l9a__header{padding-inline:24px}}@media (max-width:600px){.Header-module__MH2l9a__header{padding-inline:12px}.Header-module__MH2l9a__row{gap:8px}.Header-module__MH2l9a__brand{width:96px}.Header-module__MH2l9a__brand>span{transform-origin:0;transform:scale(.76)}.Header-module__MH2l9a__actions{gap:4px}.Header-module__MH2l9a__signin{gap:6px;padding:10px 8px;font-size:11px}.Header-module__MH2l9a__signin:not(.Header-module__MH2l9a__refill) span{display:none}}@media (max-width:359px){.Header-module__MH2l9a__row{flex-wrap:wrap}.Header-module__MH2l9a__actions{justify-content:space-between;width:100%}:root{--site-header-height:108px}}@media (min-width:1024px) and (max-width:1199px){.Header-module__MH2l9a__header{padding-inline:20px}.Header-module__MH2l9a__nav,.Header-module__MH2l9a__row{gap:14px}.Header-module__MH2l9a__signin{padding-inline:12px}}
.Container-module__eMKlzG__container{width:100%;max-width:var(--container-max);padding-inline:var(--gutter-mobile);margin-inline:auto}@media (min-width:768px){.Container-module__eMKlzG__container{padding-inline:var(--gutter-tablet)}}@media (min-width:1024px){.Container-module__eMKlzG__container{padding-inline:var(--gutter-desktop)}}.Container-module__eMKlzG__bleed{max-width:none;padding-inline:0}
.pricing-module__KEprmq__section{border-radius:var(--r-section);padding-block:clamp(64px,7vw,96px);position:relative;overflow:hidden}.pricing-module__KEprmq__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pricing-module__KEprmq__head{max-width:56ch;margin-bottom:clamp(28px,4vw,48px)}.pricing-module__KEprmq__heading{margin:var(--space-sm) 0 0;max-width:22ch}.pricing-module__KEprmq__lede{margin:var(--space-md) 0 0;color:var(--ink-80)}.pricing-module__KEprmq__footnote{margin:var(--space-md) 0 0;max-width:60ch;font-size:var(--fs-small);color:var(--ink-60);line-height:1.55}.pricing-module__KEprmq__promoTag{margin:var(--space-md) 0 0;background:color-mix(in oklab, var(--color-mint,#b9ecc0) 32%, var(--paper));border:1px solid color-mix(in oklab, var(--color-mint,#b9ecc0) 70%, transparent);font-size:var(--fs-small);color:var(--ink-80);border-radius:100px;align-items:center;gap:10px;padding:9px 16px 9px 9px;line-height:1.3;display:inline-flex}.pricing-module__KEprmq__promoCode{background:var(--color-green-dark,#16281b);color:#fff;letter-spacing:.08em;border-radius:100px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}.pricing-module__KEprmq__ctaRow{margin-top:var(--space-lg)}.pricing-module__KEprmq__tableWrap{border:1px solid var(--line);border-radius:var(--r-soft);background:var(--paper);-webkit-overflow-scrolling:touch;overflow-x:auto}.pricing-module__KEprmq__table{border-collapse:collapse;width:100%;min-width:640px}.pricing-module__KEprmq__table th,.pricing-module__KEprmq__table td{text-align:left;font-weight:inherit;vertical-align:middle;white-space:nowrap;border-bottom:1px solid var(--line);padding:16px 20px}.pricing-module__KEprmq__table tbody tr:last-child th,.pricing-module__KEprmq__table tbody tr:last-child td{border-bottom:none}.pricing-module__KEprmq__colHead{font-size:var(--fs-small);color:var(--ink-60);vertical-align:top}.pricing-module__KEprmq__planLabel{display:block}.pricing-module__KEprmq__planBadge{font-size:var(--fs-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--color-on-mint,#143a1f);background:color-mix(in oklab, var(--color-mint,#b9ecc0) 45%, var(--paper));border-radius:var(--r-pill);margin-top:6px;padding:3px 10px;display:inline-block}.pricing-module__KEprmq__corner,.pricing-module__KEprmq__rowHead{z-index:2;background:var(--paper);position:sticky;left:0}.pricing-module__KEprmq__rowHead{font-size:var(--fs-body);color:var(--ink)}.pricing-module__KEprmq__cell{color:var(--ink)}.pricing-module__KEprmq__priceGroup{display:block}.pricing-module__KEprmq__was{color:var(--ink-30);font-size:13px;line-height:1.2;text-decoration:line-through;display:block}.pricing-module__KEprmq__now{font-size:var(--fs-body);color:var(--ink);display:block}.pricing-module__KEprmq__priceUnit{color:var(--ink-60);font-size:13px}.pricing-module__KEprmq__colHi{background:color-mix(in oklab, var(--color-mint,#b9ecc0) 18%, var(--paper))}.pricing-module__KEprmq__rowHead.pricing-module__KEprmq__colHi,.pricing-module__KEprmq__splitSection{background:var(--paper)}.pricing-module__KEprmq__splitGrid{grid-template-columns:1fr;align-items:start;gap:clamp(40px,5vw,64px);display:grid}@media (min-width:960px){.pricing-module__KEprmq__splitGrid{grid-template-columns:.85fr 1.15fr}}.pricing-module__KEprmq__splitCopy{max-width:44ch}.pricing-module__KEprmq__splitCopy .pricing-module__KEprmq__heading{margin-top:var(--space-sm)}.pricing-module__KEprmq__matrixSection{background:var(--paper-warm)}.pricing-module__KEprmq__highlightSection{background:var(--paper)}.pricing-module__KEprmq__darkSection{background:var(--ink)}.pricing-module__KEprmq__darkGlow{background:radial-gradient(55% 70% at 85% 0%, color-mix(in oklab, var(--color-mint,#b9ecc0) 14%, transparent), transparent 60%);pointer-events:none;position:absolute;inset:0}.pricing-module__KEprmq__onDark{color:var(--paper)}.pricing-module__KEprmq__ledeOnDark{color:color-mix(in oklab, var(--paper) 82%, transparent)}.pricing-module__KEprmq__eyebrowLight{color:color-mix(in oklab, var(--paper) 72%, transparent)}.pricing-module__KEprmq__footnoteOnDark{color:color-mix(in oklab, var(--paper) 56%, transparent)}.pricing-module__KEprmq__tableWrap[data-dark=true]{background:color-mix(in oklab, var(--paper) 6%, var(--ink));border-color:color-mix(in oklab, var(--paper) 18%, transparent)}.pricing-module__KEprmq__tableWrap[data-dark=true] .pricing-module__KEprmq__table th,.pricing-module__KEprmq__tableWrap[data-dark=true] .pricing-module__KEprmq__table td{border-color:color-mix(in oklab, var(--paper) 14%, transparent)}.pricing-module__KEprmq__tableWrap[data-dark=true] .pricing-module__KEprmq__colHead{color:color-mix(in oklab, var(--paper) 64%, transparent)}.pricing-module__KEprmq__tableWrap[data-dark=true] .pricing-module__KEprmq__corner,.pricing-module__KEprmq__tableWrap[data-dark=true] .pricing-module__KEprmq__rowHead{background:color-mix(in oklab, var(--paper) 6%, var(--ink));color:var(--paper)}.pricing-module__KEprmq__tableWrap[data-dark=true] .pricing-module__KEprmq__now{color:var(--paper)}.pricing-module__KEprmq__tableWrap[data-dark=true] .pricing-module__KEprmq__was{color:color-mix(in oklab, var(--paper) 40%, transparent)}.pricing-module__KEprmq__tableWrap[data-dark=true] .pricing-module__KEprmq__colHi{background:color-mix(in oklab, var(--color-green-dark,#16281b) 40%, transparent)}.pricing-module__KEprmq__tableWrap[data-dark=true] .pricing-module__KEprmq__rowHead.pricing-module__KEprmq__colHi{background:color-mix(in oklab, var(--paper) 6%, var(--ink))}.pricing-module__KEprmq__tableWrap[data-dark=true] .pricing-module__KEprmq__planBadge{color:var(--color-on-mint,#143a1f);background:var(--color-mint,#b9ecc0)}@media (max-width:768px){.pricing-module__KEprmq__tableWrap{-webkit-overflow-scrolling:auto;background:0 0;border:none;border-radius:0;overflow-x:visible}.pricing-module__KEprmq__table{width:100%;min-width:0;display:block}.pricing-module__KEprmq__table thead{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pricing-module__KEprmq__table tbody{display:block}.pricing-module__KEprmq__table tbody tr{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-soft);padding:clamp(16px,4.5vw,22px);display:block}.pricing-module__KEprmq__table tbody tr+tr{margin-top:var(--space-md)}.pricing-module__KEprmq__table tbody tr th,.pricing-module__KEprmq__table tbody tr td{white-space:normal;border:none;padding:0;display:block}.pricing-module__KEprmq__rowHead{font-size:var(--fs-title);color:var(--ink);margin-bottom:6px;font-weight:300;position:static}.pricing-module__KEprmq__cell{justify-content:space-between;align-items:baseline;gap:var(--space-md);border-top:1px solid var(--line);margin-top:10px;padding-top:10px;display:flex}.pricing-module__KEprmq__cell:before{content:attr(data-label);font-size:var(--fs-small);color:var(--ink-60)}.pricing-module__KEprmq__cell.pricing-module__KEprmq__colHi{background:0 0}.pricing-module__KEprmq__priceGroup{text-align:right}.pricing-module__KEprmq__tableWrap[data-dark=true] .pricing-module__KEprmq__table tbody tr{background:color-mix(in oklab, var(--paper) 6%, var(--ink));border-color:color-mix(in oklab, var(--paper) 18%, transparent)}.pricing-module__KEprmq__tableWrap[data-dark=true] .pricing-module__KEprmq__rowHead{color:var(--paper)}.pricing-module__KEprmq__tableWrap[data-dark=true] .pricing-module__KEprmq__cell{border-color:color-mix(in oklab, var(--paper) 14%, transparent)}.pricing-module__KEprmq__tableWrap[data-dark=true] .pricing-module__KEprmq__cell:before{color:color-mix(in oklab, var(--paper) 64%, transparent)}}.pricing-module__KEprmq__railSection{background:var(--paper)}.pricing-module__KEprmq__railViewport{overflow:hidden}.pricing-module__KEprmq__rail{gap:var(--space-md);padding:6px var(--gutter-desktop) var(--space-md);scroll-snap-type:x mandatory;scroll-padding-inline:var(--gutter-desktop);-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--line) transparent;margin:0;list-style:none;display:flex;overflow-x:auto}@media (max-width:768px){.pricing-module__KEprmq__rail{padding-inline:var(--gutter-mobile);scroll-padding-inline:var(--gutter-mobile)}}.pricing-module__KEprmq__railCard{scroll-snap-align:start;background:var(--paper);border:1px solid var(--line);border-radius:var(--r-soft);flex-direction:column;flex:0 0 min(76%,272px);padding:clamp(20px,3vw,26px);display:flex;box-shadow:0 1px 2px #1418120a}.pricing-module__KEprmq__railCard[data-start=true]{background:color-mix(in oklab, var(--color-mint,#b9ecc0) 14%, var(--paper));border-color:color-mix(in oklab, var(--color-mint,#b9ecc0) 55%, var(--line))}.pricing-module__KEprmq__railTop{margin-bottom:var(--space-md)}.pricing-module__KEprmq__railDose{font-size:var(--fs-title);color:var(--ink);margin:0;font-weight:300}.pricing-module__KEprmq__railNote{font-size:var(--fs-small);color:var(--ink-60);margin:4px 0 0;line-height:1.4}.pricing-module__KEprmq__railPrice{flex-wrap:wrap;align-items:baseline;column-gap:8px;margin:0;display:flex}.pricing-module__KEprmq__railWas{font-size:var(--fs-small);color:var(--ink-30);text-decoration:line-through}.pricing-module__KEprmq__railNow{letter-spacing:-.02em;color:var(--ink);font-size:clamp(1.5rem,2vw,1.75rem);font-weight:300}.pricing-module__KEprmq__railUnit{font-size:var(--fs-small);color:var(--ink-60);flex-basis:100%}.pricing-module__KEprmq__railThen{font-size:var(--fs-small);color:var(--ink-60);margin:6px 0 0}.pricing-module__KEprmq__railPlans{margin:var(--space-md) 0 0;margin-top:auto;padding-top:4px}.pricing-module__KEprmq__railPlanRow{justify-content:space-between;align-items:baseline;gap:var(--space-md);border-top:1px solid var(--line);font-size:var(--fs-small);margin-top:8px;padding:8px 0 0;display:flex}.pricing-module__KEprmq__railCard[data-start=true] .pricing-module__KEprmq__railPlanRow{border-top-color:color-mix(in oklab, var(--color-mint,#b9ecc0) 45%, var(--line))}.pricing-module__KEprmq__railPlanRow dt{color:var(--ink-60)}.pricing-module__KEprmq__railPlanRow dd{color:var(--ink);margin:0}.pricing-module__KEprmq__railSection .pricing-module__KEprmq__footnote{margin-top:var(--space-sm)}.pricing-module__KEprmq__cardsSection{background:var(--paper-warm)}.pricing-module__KEprmq__cards{gap:var(--space-md);grid-template-columns:1fr;display:grid}@media (min-width:600px){.pricing-module__KEprmq__cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.pricing-module__KEprmq__cards{grid-template-columns:repeat(3,1fr)}}.pricing-module__KEprmq__card{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-soft);padding:clamp(20px,3vw,28px)}.pricing-module__KEprmq__cardDose{margin:0 0 var(--space-sm);font-size:var(--fs-title);color:var(--ink);font-weight:300}.pricing-module__KEprmq__cardList{margin:0}.pricing-module__KEprmq__cardRow{justify-content:space-between;align-items:baseline;gap:var(--space-md);border-top:1px solid var(--line);padding:10px 0;display:flex}.pricing-module__KEprmq__cardPlan{font-size:var(--fs-small);color:var(--ink-60)}.pricing-module__KEprmq__cardPrice{text-align:right;margin:0}.pricing-module__KEprmq__cardPrice .pricing-module__KEprmq__was{font-size:12px}
.purchase-module__Y6fkHG__panel{border:1px solid var(--color-ink-08);border-radius:var(--radius-soft);background:#fff;flex-direction:column;gap:clamp(18px,2vw,24px);padding:clamp(22px,2.6vw,32px);display:flex;box-shadow:0 1px 2px #1a1a1a0a,0 16px 40px -24px #1a1a1a2e}.purchase-module__Y6fkHG__promo{flex-wrap:wrap;align-items:center;gap:8px 12px;margin:0;display:flex}.purchase-module__Y6fkHG__promoTag{border-radius:var(--radius-pill);background:var(--color-weight-tint);color:var(--color-weight-dark);letter-spacing:.01em;align-items:center;padding:6px 12px;font-size:.8125rem;font-weight:500;display:inline-flex}.purchase-module__Y6fkHG__promoCode{color:var(--color-ink-60);font-size:.8125rem}.purchase-module__Y6fkHG__promoCode strong{color:var(--color-ink);letter-spacing:.04em;font-weight:500}.purchase-module__Y6fkHG__field{flex-direction:column;gap:10px;display:flex}.purchase-module__Y6fkHG__fieldLabel{letter-spacing:.14em;text-transform:uppercase;color:var(--color-ink-60);font-size:.6875rem;font-weight:400}.purchase-module__Y6fkHG__fieldLabelSoft{text-transform:none;letter-spacing:.01em;color:var(--color-ink-40)}.purchase-module__Y6fkHG__doses{flex-wrap:wrap;align-items:center;gap:8px;display:flex;position:relative}.purchase-module__Y6fkHG__dose{border:1px solid var(--color-ink-12);border-radius:var(--radius-pill);color:var(--color-ink);transition:border-color var(--motion-snappy), background var(--motion-snappy);background:0 0;padding:9px 16px;font-size:.9375rem;line-height:1}.purchase-module__Y6fkHG__dose:hover{border-color:var(--color-ink-40)}.purchase-module__Y6fkHG__dose[data-on=true]{background:var(--color-ink);border-color:var(--color-ink);color:var(--color-paper);box-shadow:0 4px 12px -6px #1a1a1a73}.purchase-module__Y6fkHG__doseSwatch{vertical-align:0;border-radius:50%;width:10px;height:10px;margin-right:7px;display:inline-block;box-shadow:inset 0 0 0 1px #ffffff59}.purchase-module__Y6fkHG__dose[data-on=true] .purchase-module__Y6fkHG__doseSwatch{box-shadow:inset 0 0 0 1px #fff9}.purchase-module__Y6fkHG__doseNote{color:var(--color-ink-60);margin:0;font-size:.8125rem}.purchase-module__Y6fkHG__packMenuRow{flex-basis:100%;margin-top:4px;position:relative}.purchase-module__Y6fkHG__packMenu{left:clamp(175px, var(--anchor-x,50%), calc(100% - 175px));flex-direction:column;align-items:stretch;gap:8px;width:350px;max-width:100%;display:flex;position:relative;transform:translate(-50%)}.purchase-module__Y6fkHG__packMenuLabel{letter-spacing:.14em;text-transform:uppercase;color:var(--color-ink-60);margin-bottom:2px;font-size:.6875rem;font-weight:400}.purchase-module__Y6fkHG__packBtn{border:1px solid var(--color-ink-12);color:var(--color-ink);cursor:pointer;white-space:nowrap;transition:border-color var(--motion-snappy), background var(--motion-snappy), color var(--motion-snappy), box-shadow var(--motion-snappy);background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:14px 18px;font-size:.9375rem;line-height:1;display:inline-flex;box-shadow:0 2px 8px -4px #1a1a1a24}@media (max-width:640px){.purchase-module__Y6fkHG__packMenu{width:100%;left:0;transform:none}.purchase-module__Y6fkHG__packBtn{padding:17px 18px}.purchase-module__Y6fkHG__promo{order:1}.purchase-module__Y6fkHG__field{order:2}.purchase-module__Y6fkHG__plans,.purchase-module__Y6fkHG__priceBlock,.purchase-module__Y6fkHG__stagePlaceholder{order:3}.purchase-module__Y6fkHG__fineLine{order:4}.purchase-module__Y6fkHG__actions{order:5}.purchase-module__Y6fkHG__compare{order:6}.purchase-module__Y6fkHG__reassure{order:7}.purchase-module__Y6fkHG__addOns{order:8}.purchase-module__Y6fkHG__paymentRow{order:9}.purchase-module__Y6fkHG__accordions{order:10}}.purchase-module__Y6fkHG__packBtn:hover{border-color:var(--color-ink-40)}.purchase-module__Y6fkHG__packBtn[data-on=true]{background:var(--color-ink);border-color:var(--color-ink);color:var(--color-paper);box-shadow:0 4px 12px -6px #1a1a1a73}.purchase-module__Y6fkHG__packBtnPrice{letter-spacing:-.01em;margin-left:auto;font-weight:500}.purchase-module__Y6fkHG__packFrom{color:var(--color-ink-60);font-size:.75rem;font-weight:300}.purchase-module__Y6fkHG__packBtn[data-on=true] .purchase-module__Y6fkHG__packFrom{color:#faf7f2b3}.purchase-module__Y6fkHG__packChip{border-radius:var(--radius-pill);background:var(--color-weight);color:#fff;letter-spacing:.01em;padding:2px 7px;font-size:.6875rem;line-height:1}.purchase-module__Y6fkHG__plan[data-disabled=true]{display:none}.purchase-module__Y6fkHG__stageGate[data-revealed=true]{display:contents}.purchase-module__Y6fkHG__stageGate[data-revealed=false]{display:none}.purchase-module__Y6fkHG__stagePlaceholder{justify-content:center;align-items:center;min-height:168px;display:flex;position:relative}.purchase-module__Y6fkHG__stageGhost{filter:blur(5px)saturate(.4);opacity:.55;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:absolute;inset:0}.purchase-module__Y6fkHG__ghostCard{border:1.5px solid var(--color-ink-10);border-radius:var(--radius-soft,14px);background:#fff;flex-direction:column;flex:1;justify-content:center;gap:8px;padding:14px 16px;display:flex}.purchase-module__Y6fkHG__ghostBar{background:var(--color-ink-12);border-radius:999px;height:10px;display:block}.purchase-module__Y6fkHG__ghostBar[data-big=true]{background:var(--color-ink-20,#1a1a1a33);height:16px}.purchase-module__Y6fkHG__ghostBar[data-w="35"]{width:35%}.purchase-module__Y6fkHG__ghostBar[data-w="40"]{width:40%}.purchase-module__Y6fkHG__ghostBar[data-w="55"]{width:55%}.purchase-module__Y6fkHG__ghostBar[data-w="60"]{width:60%}.purchase-module__Y6fkHG__ghostBar[data-w="65"]{width:65%}.purchase-module__Y6fkHG__stageHint{z-index:1;border-radius:var(--radius-pill);color:var(--color-ink);text-align:center;background:#ffffffd9;margin:0;padding:8px 16px;font-size:.875rem;position:relative}.purchase-module__Y6fkHG__plans{grid-template-columns:1fr;gap:10px;display:grid}.purchase-module__Y6fkHG__plan{border:1.5px solid var(--color-ink-12);border-radius:var(--radius-default);text-align:left;font:inherit;color:inherit;background:#fff;flex-direction:column;gap:6px;padding:14px 16px;display:flex;box-shadow:0 1px 2px #1a1a1a0a}button.purchase-module__Y6fkHG__plan{cursor:pointer;transition:border-color var(--motion-snappy), transform var(--motion-snappy), box-shadow var(--motion-snappy)}button.purchase-module__Y6fkHG__plan:hover{border-color:var(--color-ink-40);transform:translateY(-1px);box-shadow:0 8px 20px -12px #1a1a1a47}.purchase-module__Y6fkHG__plan[data-on=true],button.purchase-module__Y6fkHG__plan[data-on=true]:hover{border-color:var(--color-weight);box-shadow:0 8px 22px -14px #1a1a1a52}.purchase-module__Y6fkHG__plan[data-plan=subscribe]:not([data-soon=true]){background:linear-gradient(180deg, var(--color-weight-tint), #fff 36%);position:relative;overflow:hidden}.purchase-module__Y6fkHG__plan[data-plan=subscribe]:not([data-on=true]):hover{border-color:var(--color-ink-40)}.purchase-module__Y6fkHG__plan[data-plan=subscribe][data-on=true]{border-color:var(--color-weight);box-shadow:0 0 0 3px var(--color-weight-tint-deep), 0 8px 22px -14px #1a1a1a52}.purchase-module__Y6fkHG__savingsChip{border-radius:var(--radius-pill);background:var(--color-weight-tint);color:var(--color-weight-dark);align-self:flex-start;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:500;display:inline-flex}.purchase-module__Y6fkHG__plan[data-soon=true]{color:var(--color-ink-60);border-style:dashed}.purchase-module__Y6fkHG__priceBlock{flex-direction:column;gap:8px;display:flex}.purchase-module__Y6fkHG__thereafter{color:var(--color-ink-80);margin:0;font-size:.875rem;line-height:1.45}.purchase-module__Y6fkHG__fineLine{color:var(--color-ink-60);margin:0;font-size:.75rem;line-height:1.45}.purchase-module__Y6fkHG__planHead{text-align:left;font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;flex-direction:column;gap:6px;margin:0;padding:0;display:flex}.purchase-module__Y6fkHG__termsClip{overflow:hidden}.purchase-module__Y6fkHG__freqBlock{border-top:1px solid var(--color-ink-08);flex-direction:column;gap:10px;margin-top:14px;padding-top:14px;display:flex}.purchase-module__Y6fkHG__freqLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--color-ink-60);font-size:.75rem}.purchase-module__Y6fkHG__freqRow{flex-wrap:wrap;gap:8px;display:flex}.purchase-module__Y6fkHG__freq{border:1px solid var(--color-ink-12);border-radius:var(--radius-pill);color:var(--color-ink);cursor:pointer;transition:border-color var(--motion-snappy), background var(--motion-snappy);background:0 0;padding:8px 14px;font-size:.875rem;line-height:1}.purchase-module__Y6fkHG__freq:hover{border-color:var(--color-ink-40)}.purchase-module__Y6fkHG__freq[data-on=true]{background:var(--color-ink);border-color:var(--color-ink);color:var(--color-paper)}.purchase-module__Y6fkHG__planPerks{flex-direction:column;gap:7px;margin:4px 0 0;padding:0;list-style:none;display:flex}.purchase-module__Y6fkHG__planPerk{color:var(--color-ink-80,#1a1a1acc);align-items:flex-start;gap:8px;font-size:.84rem;line-height:1.4;display:flex}.purchase-module__Y6fkHG__planPerk .purchase-module__Y6fkHG__check{flex-shrink:0;margin-top:1px}.purchase-module__Y6fkHG__planRibbon{background:var(--color-weight,#7c6a3c);color:#fff;letter-spacing:.1em;text-transform:uppercase;z-index:1;border-bottom-left-radius:12px;padding:5px 12px;font-size:.66rem;font-weight:500;line-height:1;position:absolute;top:0;right:0}.purchase-module__Y6fkHG__paymentRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:10px;display:flex}.purchase-module__Y6fkHG__paymentLabel{color:var(--color-ink-60);align-items:center;gap:6px;font-size:.78rem;display:inline-flex}.purchase-module__Y6fkHG__paymentLock{width:15px;height:15px}.purchase-module__Y6fkHG__paymentMarks{align-items:center;gap:5px;display:inline-flex}.purchase-module__Y6fkHG__terms{flex-direction:column;gap:8px;margin-top:12px;display:flex}.purchase-module__Y6fkHG__term{border:1.5px solid var(--color-ink-12);border-radius:var(--radius-default);text-align:left;font:inherit;color:inherit;cursor:pointer;transition:border-color var(--motion-snappy), background var(--motion-snappy), transform var(--motion-snappy), box-shadow var(--motion-snappy);background:#fff;justify-content:space-between;align-items:center;gap:12px;padding:11px 14px;display:flex;box-shadow:0 1px 2px #1a1a1a0a}.purchase-module__Y6fkHG__term:hover{border-color:var(--color-ink-40);transform:translateY(-1px);box-shadow:0 8px 18px -12px #1a1a1a40}.purchase-module__Y6fkHG__term[data-on=true],.purchase-module__Y6fkHG__term[data-on=true]:hover{border-color:var(--color-weight);background:var(--color-weight-tint);box-shadow:0 8px 20px -12px color-mix(in srgb, var(--color-weight) 45%, transparent)}.purchase-module__Y6fkHG__termText{flex-direction:column;gap:2px;min-width:0;display:flex}.purchase-module__Y6fkHG__termLabel{color:var(--color-ink);flex-wrap:wrap;align-items:center;gap:8px;font-size:.9375rem;font-weight:500;display:flex}.purchase-module__Y6fkHG__termBadge{border-radius:var(--radius-pill);background:var(--color-weight-tint-deep);color:var(--color-weight-dark);letter-spacing:.05em;text-transform:uppercase;align-items:center;padding:3px 9px;font-size:.6875rem;font-weight:500;line-height:1;display:inline-flex}.purchase-module__Y6fkHG__termSub{color:var(--color-ink-60);font-size:.75rem}.purchase-module__Y6fkHG__term[data-on=true] .purchase-module__Y6fkHG__termSub{color:var(--color-weight-dark)}.purchase-module__Y6fkHG__termPrice{letter-spacing:-.01em;color:var(--color-ink);flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;font-size:1.125rem;font-weight:400;display:flex}.purchase-module__Y6fkHG__termFirst{align-items:baseline;gap:5px;display:inline-flex}.purchase-module__Y6fkHG__termWas{color:var(--color-ink-40);font-size:.8125rem;font-weight:300;text-decoration:line-through;text-decoration-thickness:1px}.purchase-module__Y6fkHG__termThen,.purchase-module__Y6fkHG__termUnit{color:var(--color-ink-60);font-size:.75rem}.purchase-module__Y6fkHG__termsNote{color:var(--color-ink-60);margin:0;font-size:.75rem;line-height:1.4}.purchase-module__Y6fkHG__accordions{border-top:1px solid var(--color-ink-08);margin-top:14px}.purchase-module__Y6fkHG__accordion{border-bottom:1px solid var(--color-ink-08)}.purchase-module__Y6fkHG__accordionHead{color:var(--color-ink);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:13px 2px;font-size:.875rem;font-weight:500;list-style:none;display:flex}.purchase-module__Y6fkHG__accordionHead::-webkit-details-marker{display:none}.purchase-module__Y6fkHG__accordionMark{flex-shrink:0;width:12px;height:12px;position:relative}.purchase-module__Y6fkHG__accordionMark:before,.purchase-module__Y6fkHG__accordionMark:after{content:"";background:var(--color-ink-60);width:12px;height:1.5px;transition:transform var(--motion-snappy);position:absolute;inset:50% auto auto 0;transform:translateY(-50%)}.purchase-module__Y6fkHG__accordionMark:after{transform:translateY(-50%)rotate(90deg)}.purchase-module__Y6fkHG__accordion[open] .purchase-module__Y6fkHG__accordionMark:after{transform:translateY(-50%)rotate(0)}.purchase-module__Y6fkHG__accordionBody{color:var(--color-ink-60);margin:0;padding:0 2px 14px;font-size:.875rem;line-height:1.55}.purchase-module__Y6fkHG__accordionBody:has(+.purchase-module__Y6fkHG__accordionList){padding-bottom:6px}.purchase-module__Y6fkHG__accordionList{color:var(--color-ink-60);gap:5px;margin:0;padding:0 2px 14px 18px;font-size:.875rem;line-height:1.5;display:grid}.purchase-module__Y6fkHG__accordionList li{list-style:outside}.purchase-module__Y6fkHG__planName{color:var(--color-ink);align-items:center;gap:8px;font-size:.9375rem;font-weight:500;display:flex}.purchase-module__Y6fkHG__plan[data-soon=true] .purchase-module__Y6fkHG__planName{color:var(--color-ink-60);flex-wrap:wrap}.purchase-module__Y6fkHG__planPrice{letter-spacing:-.02em;color:var(--color-ink);align-items:baseline;gap:6px;font-size:clamp(1.5rem,2vw,1.75rem);font-weight:300;display:flex}.purchase-module__Y6fkHG__planUnit{color:var(--color-ink-60);letter-spacing:0;font-size:.8125rem}.purchase-module__Y6fkHG__planWas{color:var(--color-ink-40);font-size:1rem;font-weight:300;text-decoration:line-through;text-decoration-thickness:1px}.purchase-module__Y6fkHG__planNote{color:var(--color-ink-60);font-size:.8125rem;line-height:1.4}.purchase-module__Y6fkHG__soonTag{border-radius:var(--radius-pill);background:var(--color-ink-08);color:var(--color-ink-60);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;align-items:center;padding:3px 9px;font-size:.6875rem;font-weight:500;display:inline-flex}.purchase-module__Y6fkHG__addOns{flex-direction:column;gap:10px;display:flex}.purchase-module__Y6fkHG__addOnList{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.purchase-module__Y6fkHG__addOn{border:1px solid var(--color-ink-08);border-radius:var(--radius-default);background:var(--color-paper);transition:border-color var(--motion-snappy), background var(--motion-snappy), transform var(--motion-snappy), box-shadow var(--motion-snappy);justify-content:space-between;align-items:center;gap:12px;padding:10px 14px 10px 10px;display:flex;position:relative;box-shadow:0 1px 2px #1a1a1a08}.purchase-module__Y6fkHG__addOn[data-selectable=true]:hover{border-color:var(--color-ink-40);transform:translateY(-1px);box-shadow:0 6px 16px -10px #1a1a1a38}.purchase-module__Y6fkHG__addOn[data-on=true],.purchase-module__Y6fkHG__addOn[data-on=true]:hover{border-color:var(--color-ink)}.purchase-module__Y6fkHG__addOnToggle{z-index:1;cursor:pointer;border-radius:inherit;background:0 0;border:0;padding:0;position:absolute;inset:0}.purchase-module__Y6fkHG__addOnToggle:focus-visible{outline:2px solid var(--color-ink);outline-offset:2px}.purchase-module__Y6fkHG__addOnTick{border:1.4px solid var(--color-ink-12);color:#0000;width:22px;height:22px;transition:border-color var(--motion-snappy), background var(--motion-snappy), color var(--motion-snappy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.purchase-module__Y6fkHG__addOnTick .purchase-module__Y6fkHG__check{width:13px;height:13px;color:inherit;margin-top:0}.purchase-module__Y6fkHG__addOn[data-on=true] .purchase-module__Y6fkHG__addOnTick{background:var(--color-ink);border-color:var(--color-ink);color:var(--color-paper)}.purchase-module__Y6fkHG__addOnSummary{color:var(--color-ink);margin:0;font-size:.8125rem}.purchase-module__Y6fkHG__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.purchase-module__Y6fkHG__addOnThumb{border:1px solid var(--color-ink-08);background:#fff;border-radius:10px;flex-shrink:0;width:52px;height:52px;position:relative;overflow:hidden}.purchase-module__Y6fkHG__addOnThumbImg{object-fit:cover}.purchase-module__Y6fkHG__addOn[data-soon=true]{background:0 0;border-style:dashed}.purchase-module__Y6fkHG__addOnBody{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.purchase-module__Y6fkHG__addOnName{color:var(--color-ink);font-size:.9375rem;font-weight:500}.purchase-module__Y6fkHG__addOn[data-soon=true] .purchase-module__Y6fkHG__addOnName{color:var(--color-ink-60)}.purchase-module__Y6fkHG__addOnLink{z-index:2;color:inherit;text-decoration:none;position:relative}.purchase-module__Y6fkHG__addOnLink:hover{text-underline-offset:3px;text-decoration:underline}.purchase-module__Y6fkHG__addOnBlurb{color:var(--color-ink-60);font-size:.8125rem;line-height:1.4}.purchase-module__Y6fkHG__addOnMeta{flex-shrink:0;align-items:center;gap:10px;display:inline-flex}.purchase-module__Y6fkHG__addOnPrice{color:var(--color-ink);font-size:.9375rem;font-weight:500}.purchase-module__Y6fkHG__actions{display:flex}.purchase-module__Y6fkHG__cta{flex:1;justify-content:center}.purchase-module__Y6fkHG__ctaPrice{white-space:nowrap}.purchase-module__Y6fkHG__compare{color:var(--color-ink-60);border-bottom:1px solid var(--color-ink-12);transition:color var(--motion-snappy), border-color var(--motion-snappy);align-self:center;padding-bottom:1px;font-size:.875rem;text-decoration:none}.purchase-module__Y6fkHG__compare:hover{color:var(--color-ink);border-color:var(--color-ink-40)}.purchase-module__Y6fkHG__reassure{flex-direction:column;gap:7px;margin:0;padding:0;list-style:none;display:flex}.purchase-module__Y6fkHG__reassureItem{color:var(--color-ink-60);align-items:flex-start;gap:9px;font-size:.8125rem;line-height:1.45;display:flex}.purchase-module__Y6fkHG__check{width:15px;height:15px;color:var(--color-weight);flex-shrink:0;margin-top:2px}.purchase-module__Y6fkHG__planName .purchase-module__Y6fkHG__check{margin-top:0}@media (prefers-reduced-motion:reduce){button.purchase-module__Y6fkHG__plan,.purchase-module__Y6fkHG__term,.purchase-module__Y6fkHG__addOn{transition:none}.purchase-module__Y6fkHG__terms{animation:none}button.purchase-module__Y6fkHG__plan:hover,.purchase-module__Y6fkHG__term:hover,.purchase-module__Y6fkHG__addOn[data-selectable=true]:hover{transform:none}}
.MobileMenu-module__WURgda__toggle{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.MobileMenu-module__WURgda__layer{z-index:2147483000;visibility:hidden;pointer-events:none;transition:visibility 0s .42s;position:fixed;inset:0}.MobileMenu-module__WURgda__toggle:checked~.MobileMenu-module__WURgda__layer{visibility:visible;pointer-events:auto;transition-delay:0s}body:has(.MobileMenu-module__WURgda__toggle:checked){overflow:hidden}.MobileMenu-module__WURgda__backdrop{cursor:pointer;opacity:0;background:#0f1f1b73;transition:opacity .35s;position:absolute;inset:0}.MobileMenu-module__WURgda__toggle:checked~.MobileMenu-module__WURgda__layer .MobileMenu-module__WURgda__backdrop{opacity:1}.MobileMenu-module__WURgda__trigger{cursor:pointer;touch-action:manipulation;appearance:none;-webkit-tap-highlight-color:#0f1f1b29;-webkit-user-select:none;user-select:none;color:#1a1a1a;z-index:2;background:#fff;border:none;border-radius:999px;flex:none;justify-content:center;align-items:center;width:48px;height:48px;margin:0;padding:0;display:inline-flex;position:relative}.MobileMenu-module__WURgda__trigger:focus-visible{outline:2px solid var(--ink);outline-offset:2px;border-radius:8px}@media (min-width:1024px){.MobileMenu-module__WURgda__trigger{display:none}}.MobileMenu-module__WURgda__bars{flex-direction:column;justify-content:center;gap:6px;width:20px;display:flex}.MobileMenu-module__WURgda__bars span{background:#1a1a1a;border-radius:1px;width:20px;height:2px;display:block}.MobileMenu-module__WURgda__toggle:checked~* .MobileMenu-module__WURgda__bars span:first-child,.MobileMenu-module__WURgda__toggle:checked~.MobileMenu-module__WURgda__layer .MobileMenu-module__WURgda__bars span:first-child{transform:translateY(4px)rotate(45deg)}.MobileMenu-module__WURgda__toggle:checked~* .MobileMenu-module__WURgda__bars span:last-child,.MobileMenu-module__WURgda__toggle:checked~.MobileMenu-module__WURgda__layer .MobileMenu-module__WURgda__bars span:last-child{transform:translateY(-4px)rotate(-45deg)}.MobileMenu-module__WURgda__sheet{top:max(72px, calc(env(safe-area-inset-top) + 24px));color:#1a1a1a;background:#fff;border-radius:28px 28px 0 0;flex-direction:column;width:100%;max-height:85dvh;margin-top:auto;transition:transform .42s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(102%);box-shadow:-18px 0 40px -28px #1a1a1a59}.MobileMenu-module__WURgda__toggle:checked~.MobileMenu-module__WURgda__layer .MobileMenu-module__WURgda__sheet{transform:none}@media (prefers-reduced-motion:reduce){.MobileMenu-module__WURgda__layer,.MobileMenu-module__WURgda__backdrop,.MobileMenu-module__WURgda__sheet{transition:none}}@media (min-width:1024px){.MobileMenu-module__WURgda__toggle,.MobileMenu-module__WURgda__layer{display:none}}.MobileMenu-module__WURgda__panelTop{flex:none;justify-content:space-between;align-items:center;padding:0 20px 8px 24px;display:flex}.MobileMenu-module__WURgda__panelTitle{font-family:var(--font-ginger), system-ui, sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-60,var(--ink));font-size:12px}.MobileMenu-module__WURgda__close{cursor:pointer;color:#1a1a1a;touch-action:manipulation;appearance:none;-webkit-tap-highlight-color:#0f1f1b29;background:#fff;border:0;border-radius:8px;width:44px;height:44px;display:inline-flex;position:relative}.MobileMenu-module__WURgda__close:focus-visible{outline:2px solid var(--ink);outline-offset:2px;border-radius:8px}.MobileMenu-module__WURgda__close span{background:currentColor;width:18px;height:1.6px;position:absolute;top:50%;left:50%}.MobileMenu-module__WURgda__close span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.MobileMenu-module__WURgda__close span:last-child{transform:translate(-50%,-50%)rotate(-45deg)}.MobileMenu-module__WURgda__scroll{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:28px;min-height:0;padding:8px 22px 28px;display:flex;overflow-y:auto}.MobileMenu-module__WURgda__primaryList,.MobileMenu-module__WURgda__moreList,.MobileMenu-module__WURgda__subList{margin:0;padding:0;list-style:none}.MobileMenu-module__WURgda__linkMain{align-items:center;gap:14px;min-width:0;display:inline-flex}.MobileMenu-module__WURgda__badge{background:var(--color-weight-tint-deep,#e0edd3);color:var(--color-weight-dark,#2d4a1f);letter-spacing:.05em;text-transform:uppercase;border-radius:999px;flex:none;align-items:center;padding:3px 9px;font-size:11px;font-weight:500;line-height:1;display:inline-flex}.MobileMenu-module__WURgda__fromPrice{letter-spacing:0;color:var(--ink-40,#a5a5a5);white-space:nowrap;margin-left:auto;padding-right:12px;font-size:13px;font-weight:300}.MobileMenu-module__WURgda__treatments>summary .MobileMenu-module__WURgda__linkMain{white-space:nowrap;flex:none}.MobileMenu-module__WURgda__treatments>summary .MobileMenu-module__WURgda__fromPrice{white-space:normal;text-align:right;max-width:90px;line-height:1.3}.MobileMenu-module__WURgda__primaryLink{width:100%;font-family:var(--font-ginger), system-ui, sans-serif;letter-spacing:-.02em;text-align:left;color:var(--ink);border:0;border-bottom:1px solid color-mix(in oklab, var(--line) 70%, transparent);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:14px 0;font-size:1.5rem;font-weight:300;line-height:1.15;text-decoration:none;display:flex}.MobileMenu-module__WURgda__primaryList>li:last-child>.MobileMenu-module__WURgda__primaryLink{border-bottom:0}.MobileMenu-module__WURgda__arrow{color:var(--ink-40,var(--ink-60));font-size:1rem}.MobileMenu-module__WURgda__chevron{border-right:1.5px solid var(--ink-40,var(--ink-60));border-bottom:1.5px solid var(--ink-40,var(--ink-60));width:10px;height:10px;transition:transform .22s var(--ease-out-quart,ease-out);transform:rotate(45deg)}.MobileMenu-module__WURgda__chevron[data-open=true]{transform:rotate(225deg)}.MobileMenu-module__WURgda__treatments{margin:0}.MobileMenu-module__WURgda__treatments>summary{list-style:none}.MobileMenu-module__WURgda__treatments>summary::-webkit-details-marker{display:none}.MobileMenu-module__WURgda__treatments[open] .MobileMenu-module__WURgda__chevron{transform:rotate(225deg)}.MobileMenu-module__WURgda__subList{padding:4px 0 10px 4px}.MobileMenu-module__WURgda__subList[hidden]{display:none}.MobileMenu-module__WURgda__subLink{font-family:var(--font-ginger), system-ui, sans-serif;color:var(--ink);border-bottom:1px solid color-mix(in oklab, var(--line) 55%, transparent);justify-content:space-between;align-items:center;padding:10px 0 10px 2px;font-size:1.0625rem;text-decoration:none;display:flex}.MobileMenu-module__WURgda__subList>li:last-child .MobileMenu-module__WURgda__subLink{border-bottom:0}.MobileMenu-module__WURgda__more{border-top:1px solid var(--line);padding-top:6px}.MobileMenu-module__WURgda__moreTitle{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-60,var(--ink));margin:16px 0 4px;font-size:12px}.MobileMenu-module__WURgda__moreLink{font-family:var(--font-ginger), system-ui, sans-serif;color:var(--ink);border-bottom:1px solid color-mix(in oklab, var(--line) 60%, transparent);justify-content:space-between;align-items:center;padding:13px 0;font-size:1.0625rem;text-decoration:none;display:flex}.MobileMenu-module__WURgda__moreList>li:last-child .MobileMenu-module__WURgda__moreLink{border-bottom:0}.MobileMenu-module__WURgda__footer{padding:14px 16px calc(16px + env(safe-area-inset-bottom));border-top:1px solid var(--line);flex:none;grid-template-columns:1fr 1fr;gap:10px;display:grid}.MobileMenu-module__WURgda__signin,.MobileMenu-module__WURgda__contact{font-family:var(--font-ginger), system-ui, sans-serif;border-radius:999px;justify-content:center;align-items:center;padding:14px 0;font-size:15px;text-decoration:none;display:inline-flex}.MobileMenu-module__WURgda__signin{color:var(--ink);background:var(--paper);background-image:linear-gradient(var(--paper), var(--paper)), var(--brand-grad);background-origin:border-box;background-clip:padding-box,border-box;border:1.5px solid #0000}@media (prefers-reduced-motion:reduce){.MobileMenu-module__WURgda__bars span,.MobileMenu-module__WURgda__chevron{transition:none}}.MobileMenu-module__WURgda__handle{background:#c4cabd;border-radius:10px;flex:none;width:40px;height:4px;margin:10px auto 0}.MobileMenu-module__WURgda__scroll{overscroll-behavior:contain;padding:8px 24px 24px}.MobileMenu-module__WURgda__primaryLink{padding:15px 0;font-size:21px;font-weight:400}.MobileMenu-module__WURgda__subLink,.MobileMenu-module__WURgda__moreLink{min-height:44px;font-size:15px}.MobileMenu-module__WURgda__fromPrice,.MobileMenu-module__WURgda__badge{display:none}.MobileMenu-module__WURgda__footer{background:var(--paper)}.MobileMenu-module__WURgda__signin,.MobileMenu-module__WURgda__contact{gap:8px;min-height:48px;font-size:13px}.MobileMenu-module__WURgda__signin{background:var(--paper);border:1px solid var(--line)}.MobileMenu-module__WURgda__contact{color:var(--ink);background:#d3edab}.MobileMenu-module__WURgda__sheet :is(a,button,summary):focus-visible{outline:2px solid var(--ink);outline-offset:3px}
.footer-module__zoVvcG__footer{position:relative}.footer-module__zoVvcG__strip{background:var(--brand-grad);z-index:2;height:2px;display:block;position:relative}.footer-module__zoVvcG__brandBlock{max-width:34ch}.footer-module__zoVvcG__blurb{margin:var(--space-md) 0 0;font-size:var(--fs-small);color:var(--ink-60);line-height:1.55}.footer-module__zoVvcG__blurbDark{color:color-mix(in oklab, var(--paper) 64%, transparent)}.footer-module__zoVvcG__footerPhone{margin-top:var(--space-md);font-size:var(--fs-body);color:var(--paper);text-decoration:none;display:inline-block}.footer-module__zoVvcG__footerPhone:hover{text-underline-offset:3px;text-decoration:underline}.footer-module__zoVvcG__columns{gap:var(--space-lg) var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:760px){.footer-module__zoVvcG__columns{grid-template-columns:repeat(4,1fr)}}@media (min-width:1100px){.footer-module__zoVvcG__columns{grid-template-columns:repeat(5,1fr)}}.footer-module__zoVvcG__colList{margin:var(--space-sm) 0 0;gap:10px;padding:0;list-style:none;display:grid}.footer-module__zoVvcG__colLink{font-size:var(--fs-small);color:var(--ink-60);transition:color var(--t-snappy)}.footer-module__zoVvcG__colLink:hover,.footer-module__zoVvcG__colLink:focus-visible{color:var(--ink)}.footer-module__zoVvcG__colLinkDark{color:color-mix(in oklab, var(--paper) 70%, transparent)}.footer-module__zoVvcG__colLinkDark:hover,.footer-module__zoVvcG__colLinkDark:focus-visible{color:var(--paper)}.footer-module__zoVvcG__colHeadDark{color:color-mix(in oklab, var(--paper) 78%, transparent)}.footer-module__zoVvcG__social{gap:var(--space-sm);margin:var(--space-lg) 0 0;padding:0;list-style:none;display:flex}.footer-module__zoVvcG__socialLink{border:1px solid var(--line);border-radius:var(--r-pill);width:36px;height:36px;color:var(--ink-60);transition:color var(--t-snappy), border-color var(--t-snappy);justify-content:center;align-items:center;display:inline-flex}.footer-module__zoVvcG__socialLink:hover,.footer-module__zoVvcG__socialLink:focus-visible{color:var(--ink);border-color:var(--ink)}.footer-module__zoVvcG__socialIcon{width:18px;height:18px}.footer-module__zoVvcG__socialDark .footer-module__zoVvcG__socialLink{border-color:color-mix(in oklab, var(--paper) 24%, transparent);color:color-mix(in oklab, var(--paper) 70%, transparent)}.footer-module__zoVvcG__socialDark .footer-module__zoVvcG__socialLink:hover,.footer-module__zoVvcG__socialDark .footer-module__zoVvcG__socialLink:focus-visible{color:var(--paper);border-color:var(--paper)}.footer-module__zoVvcG__newsletter{max-width:420px}.footer-module__zoVvcG__newsletterHead{margin:0 0 var(--space-sm);font-size:var(--fs-body);color:var(--ink)}.footer-module__zoVvcG__onDark{color:var(--paper)}.footer-module__zoVvcG__newsletterForm{gap:8px;display:flex}.footer-module__zoVvcG__newsletterInput{min-width:0;font:inherit;font-size:var(--fs-small);color:var(--ink);background:var(--paper);border:1px solid var(--line);border-radius:var(--r-pill);flex:1;padding:12px 16px}.footer-module__zoVvcG__newsletterInput:focus-visible{border-color:var(--ink);outline:none}.footer-module__zoVvcG__newsletterBtn{font-size:var(--fs-small);color:var(--paper);background:var(--ink);border-radius:var(--r-pill);cursor:pointer;transition:opacity var(--t-snappy);border:none;flex-shrink:0;padding:12px 22px}.footer-module__zoVvcG__newsletterBtn:hover,.footer-module__zoVvcG__newsletterBtn:focus-visible{opacity:.88}.footer-module__zoVvcG__bottom{gap:var(--space-sm) var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;margin-top:clamp(32px,5vw,56px);display:flex}.footer-module__zoVvcG__legal{font-size:var(--fs-small);color:var(--ink-60);margin:0}.footer-module__zoVvcG__bottomDark{border-top-color:color-mix(in oklab, var(--paper) 18%, transparent)}.footer-module__zoVvcG__legalDark{color:color-mix(in oklab, var(--paper) 56%, transparent)}.footer-module__zoVvcG__regulatory{padding-top:var(--space-lg);border-top:1px solid color-mix(in oklab, var(--paper) 18%, transparent);margin-top:clamp(28px,4vw,44px)}.footer-module__zoVvcG__regulatoryGrid{gap:var(--space-md);margin-top:var(--space-sm);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.footer-module__zoVvcG__regulatoryItem{font-size:var(--fs-small);color:color-mix(in oklab, var(--paper) 56%, transparent);margin:0;line-height:1.5}.footer-module__zoVvcG__regulatoryLink{color:color-mix(in oklab, var(--paper) 78%, transparent);text-underline-offset:2px;text-decoration:underline}.footer-module__zoVvcG__regulatoryLink:hover{color:var(--paper)}.footer-module__zoVvcG__mega{background:var(--paper-warm);padding-bottom:clamp(32px,5vw,48px)}.footer-module__zoVvcG__megaTop{grid-template-columns:1fr;gap:clamp(40px,5vw,64px);padding-top:clamp(48px,6vw,80px);display:grid}@media (min-width:900px){.footer-module__zoVvcG__megaTop{grid-template-columns:1fr 1.6fr}}.footer-module__zoVvcG__megaNewsletter{padding-top:var(--space-lg);border-top:1px solid var(--line);margin-top:clamp(32px,4vw,48px)}.footer-module__zoVvcG__centered{background:var(--paper)}.footer-module__zoVvcG__centeredInner{text-align:center;align-items:center;gap:var(--space-lg);flex-direction:column;padding-block:clamp(48px,6vw,80px);display:flex}.footer-module__zoVvcG__centeredNav{justify-content:center;gap:var(--space-md) var(--space-lg);flex-wrap:wrap;display:flex}.footer-module__zoVvcG__centeredInner .footer-module__zoVvcG__social{margin-top:0}.footer-module__zoVvcG__minimal{background:var(--paper);border-top:1px solid var(--line)}.footer-module__zoVvcG__minimalRow{justify-content:space-between;align-items:center;gap:var(--space-md) var(--space-lg);padding-block:var(--space-lg);flex-wrap:wrap;display:flex}.footer-module__zoVvcG__minimalNav{gap:var(--space-md);flex-wrap:wrap;display:flex}.footer-module__zoVvcG__split{background:var(--paper-warm);padding-bottom:clamp(32px,5vw,48px)}.footer-module__zoVvcG__splitGrid{grid-template-columns:1fr;gap:clamp(40px,5vw,64px);padding-top:clamp(48px,6vw,80px);display:grid}@media (min-width:900px){.footer-module__zoVvcG__splitGrid{grid-template-columns:1.1fr 1.4fr}}.footer-module__zoVvcG__split .footer-module__zoVvcG__newsletter{margin-top:var(--space-lg)}.footer-module__zoVvcG__dark{background:var(--color-green-dark,#16281b);position:relative;overflow:hidden}.footer-module__zoVvcG__darkGlow{background:radial-gradient(50% 60% at 85% 0%, color-mix(in oklab, var(--color-mint,#b9ecc0) 12%, transparent), transparent 60%);pointer-events:none;position:absolute;inset:0}.footer-module__zoVvcG__ctaBanner{justify-content:space-between;align-items:center;gap:var(--space-lg);flex-wrap:wrap;padding-block:clamp(40px,6vw,72px);display:flex;position:relative}.footer-module__zoVvcG__ctaBanner:after{content:"";pointer-events:none;background:#f9f8f529;height:1px;position:absolute;bottom:0;left:0;right:0}.footer-module__zoVvcG__ctaHeading{max-width:18ch;color:var(--paper);margin:0}.footer-module__zoVvcG__ctaLede{margin:var(--space-sm) 0 0;color:color-mix(in oklab, var(--paper) 78%, transparent)}.footer-module__zoVvcG__darkTop{grid-template-columns:1fr;gap:clamp(40px,5vw,64px);padding-top:clamp(40px,5vw,64px);display:grid;position:relative}@media (min-width:900px){.footer-module__zoVvcG__darkTop{grid-template-columns:1fr 1.6fr}}
.faq-module__dBFvnq__section{border-radius:var(--r-section);padding-block:clamp(64px,7vw,96px);overflow:hidden}.faq-module__dBFvnq__header{max-width:56ch;margin-bottom:clamp(28px,4vw,48px)}.faq-module__dBFvnq__heading{margin:var(--space-sm) 0 0;max-width:20ch}.faq-module__dBFvnq__lede{margin:var(--space-md) 0 0;color:var(--ink-80)}.faq-module__dBFvnq__item{border-bottom:1px solid var(--line)}.faq-module__dBFvnq__summary{justify-content:space-between;align-items:center;gap:var(--space-md);padding:var(--space-md) 0;cursor:pointer;font-size:var(--fs-title);color:var(--ink);transition:color var(--t-snappy);font-weight:300;line-height:1.25;list-style:none;display:flex}.faq-module__dBFvnq__summary::-webkit-details-marker{display:none}.faq-module__dBFvnq__summary:hover{color:var(--weight-dark)}.faq-module__dBFvnq__marker{flex-shrink:0;width:20px;height:20px;position:relative}.faq-module__dBFvnq__marker:before,.faq-module__dBFvnq__marker:after{content:"";background:var(--ink);width:14px;height:1.5px;transition:transform var(--t-considered);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.faq-module__dBFvnq__marker:after{transform:translate(-50%,-50%)rotate(90deg)}.faq-module__dBFvnq__item[open] .faq-module__dBFvnq__marker:after{transform:translate(-50%,-50%)rotate(0)}.faq-module__dBFvnq__answer{padding-bottom:var(--space-md);max-width:70ch}.faq-module__dBFvnq__answer p{font-size:var(--fs-body);color:var(--ink-80);margin:0;line-height:1.6}.faq-module__dBFvnq__ctaRow{margin-top:var(--space-lg);font-size:var(--fs-body);color:var(--ink-60)}.faq-module__dBFvnq__ctaLink{color:var(--weight-dark);text-underline-offset:3px;text-decoration:underline}.faq-module__dBFvnq__viewAllBtn{margin-top:var(--space-md);border-radius:var(--r-pill,100px);background:var(--ink);color:var(--paper);font-family:var(--font-ginger), system-ui, sans-serif;font-size:var(--fs-body);justify-content:center;align-items:center;padding:11px 22px;font-weight:500;text-decoration:none;transition:opacity .15s;display:inline-flex}.faq-module__dBFvnq__viewAllBtn:hover{opacity:.9}.faq-module__dBFvnq__accordionSection{background:var(--paper)}.faq-module__dBFvnq__list{border-top:1px solid var(--line);max-width:820px}.faq-module__dBFvnq__twoColSection{background:var(--paper-warm)}.faq-module__dBFvnq__twoCol{gap:0 var(--space-xl);border-top:1px solid var(--line);grid-template-columns:1fr;display:grid}@media (min-width:820px){.faq-module__dBFvnq__twoCol{grid-template-columns:1fr 1fr}}.faq-module__dBFvnq__splitSection{background:var(--paper)}.faq-module__dBFvnq__splitWarm{background:var(--paper-warm)}.faq-module__dBFvnq__splitGrid{grid-template-columns:1fr;gap:clamp(28px,4vw,56px);display:grid}@media (min-width:900px){.faq-module__dBFvnq__splitGrid{grid-template-columns:.8fr 1.2fr;align-items:start}.faq-module__dBFvnq__splitAside{top:calc(var(--header-h) + var(--space-lg));position:sticky}}.faq-module__dBFvnq__splitHeader{margin-bottom:0}.faq-module__dBFvnq__cardsSection{background:var(--paper-warm)}.faq-module__dBFvnq__cards{gap:var(--space-md);grid-template-columns:1fr;max-width:820px;display:grid}.faq-module__dBFvnq__itemCard{border:1px solid var(--line);border-radius:var(--r-default);background:var(--paper);padding-inline:clamp(20px,3vw,28px)}.faq-module__dBFvnq__itemCard .faq-module__dBFvnq__answer{padding-bottom:var(--space-sm)}.faq-module__dBFvnq__centeredSection{background:var(--paper)}.faq-module__dBFvnq__centeredHeader{text-align:center;margin-inline:auto}.faq-module__dBFvnq__centeredHeader .faq-module__dBFvnq__heading,.faq-module__dBFvnq__centeredHeader .faq-module__dBFvnq__lede,.faq-module__dBFvnq__centeredList{margin-inline:auto}.faq-module__dBFvnq__centeredSection .faq-module__dBFvnq__ctaRow{text-align:center}
.ArticlesStrip-module__gdwkLG__section{background:var(--paper);padding-block:clamp(56px,8vw,112px)}.ArticlesStrip-module__gdwkLG__head{justify-content:space-between;align-items:flex-end;gap:var(--space-md);flex-wrap:wrap;max-width:64ch;margin:0 0 clamp(28px,4vw,48px);display:flex}.ArticlesStrip-module__gdwkLG__heading{margin:var(--space-sm) 0 0;color:var(--ink)}.ArticlesStrip-module__gdwkLG__accent{background:var(--weight-grad);color:#0000;-webkit-background-clip:text;background-clip:text}.ArticlesStrip-module__gdwkLG__allLink{color:var(--ink-80);border-bottom:1px solid var(--line);transition:color var(--t-snappy);white-space:nowrap;padding-bottom:2px;font-size:14px;text-decoration:none}.ArticlesStrip-module__gdwkLG__allLink:hover{color:var(--ink)}.ArticlesStrip-module__gdwkLG__grid{gap:var(--space-md);grid-template-columns:1fr;display:grid}@media (min-width:860px){.ArticlesStrip-module__gdwkLG__grid{grid-template-columns:repeat(3,1fr)}}.ArticlesStrip-module__gdwkLG__card{border-radius:var(--radius-surface);background:var(--paper);border:1px solid var(--line);transition:transform var(--t-considered), box-shadow var(--t-considered);flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.ArticlesStrip-module__gdwkLG__card:hover{transform:translateY(-4px);box-shadow:0 24px 60px -40px #1a1a1a66}.ArticlesStrip-module__gdwkLG__media{aspect-ratio:16/10;background:var(--paper-warm);position:relative}.ArticlesStrip-module__gdwkLG__media img{object-fit:cover}.ArticlesStrip-module__gdwkLG__body{padding:var(--space-lg);flex-direction:column;flex:1;gap:8px;display:flex}.ArticlesStrip-module__gdwkLG__kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--weight-dark);font-size:11px}.ArticlesStrip-module__gdwkLG__title{letter-spacing:-.01em;color:var(--ink);margin:0;font-size:17px;font-weight:400;line-height:1.35}.ArticlesStrip-module__gdwkLG__excerpt{color:var(--ink-80);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;font-size:13.5px;line-height:1.55;display:-webkit-box;overflow:hidden}.ArticlesStrip-module__gdwkLG__meta{color:var(--ink-60);font-size:12px}
.pdp-module__nVhMXW__heroSection{padding-block:clamp(28px,4vw,56px)}.pdp-module__nVhMXW__heroGrid{grid-template-columns:1fr;align-items:start;gap:clamp(28px,4vw,56px);display:grid}@media (min-width:900px){.pdp-module__nVhMXW__heroGrid{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}}.pdp-module__nVhMXW__gallery{position:relative}@media (min-width:900px){.pdp-module__nVhMXW__gallery{top:calc(var(--header-h) + 24px);position:sticky}}.pdp-module__nVhMXW__galleryMain{border-radius:var(--r-soft,24px);position:relative;overflow:hidden}.pdp-module__nVhMXW__galleryChips{pointer-events:none;flex-direction:column;align-items:flex-end;gap:8px;max-width:62%;margin:0;padding:0;list-style:none;display:flex;position:absolute;top:14px;right:14px}.pdp-module__nVhMXW__galleryChip{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--ink,#1a1a1a);text-align:right;background:#fafaf7d1;border-radius:999px;padding:8px 14px;font-size:.8125rem;line-height:1.3;box-shadow:0 8px 24px -16px #1a1a1a59}@media (max-width:599px){.pdp-module__nVhMXW__galleryChips{display:none}}.pdp-module__nVhMXW__galleryStamp{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;background:#fafaf7e6;border-radius:14px;align-items:center;gap:10px;max-width:78%;padding:10px 16px 10px 12px;display:flex;position:absolute;bottom:14px;left:14px;box-shadow:0 8px 24px -16px #1a1a1a66}.pdp-module__nVhMXW__galleryStampIcon{width:26px;height:26px;color:var(--color-weight-dark,#1f5747);flex-shrink:0}.pdp-module__nVhMXW__galleryStampText{flex-direction:column;gap:1px;display:flex}.pdp-module__nVhMXW__galleryStampTitle{color:var(--ink,#1a1a1a);font-size:.8rem;font-weight:500;line-height:1.25}.pdp-module__nVhMXW__galleryStampSub{color:var(--ink-60,#1a1a1a99);font-size:.7rem;line-height:1.3}.pdp-module__nVhMXW__galleryThumbs{gap:8px;margin-top:12px;display:flex}.pdp-module__nVhMXW__galleryThumb{border-radius:var(--radius-media);background:var(--paper-warm,#f5efe5);border:1.5px solid #0000;width:64px;height:64px;padding:0;transition:border-color .2s;position:relative;overflow:hidden}.pdp-module__nVhMXW__galleryThumb[data-on=true]{border-color:var(--ink,#1a1a1a)}.pdp-module__nVhMXW__galleryThumbImg{object-fit:cover}.pdp-module__nVhMXW__thumbs{grid-template-columns:repeat(4,1fr);gap:12px;margin:12px 0 0;padding:0;list-style:none;display:grid}.pdp-module__nVhMXW__thumb{border-radius:var(--r-default,12px);border:1px solid var(--line);overflow:hidden}.pdp-module__nVhMXW__panel{flex-direction:column;align-items:flex-start;display:flex}.pdp-module__nVhMXW__name{margin:var(--space-sm) 0 0;font-size:clamp(2.4rem,5vw,3.4rem)}.pdp-module__nVhMXW__eyebrowRow{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.pdp-module__nVhMXW__heroBadge{border-radius:var(--radius-pill);background:var(--color-cta,var(--color-mint));color:var(--color-on-cta,var(--color-ink));letter-spacing:.08em;text-transform:uppercase;align-items:center;padding:4px 12px;font-size:.72rem;font-weight:500;display:inline-flex}.pdp-module__nVhMXW__heroTicks{flex-wrap:wrap;gap:8px;margin:14px 0 0;padding:0;list-style:none;display:flex}.pdp-module__nVhMXW__heroTick{border:1px solid var(--color-ink-12,#1a1a1a1f);border-radius:var(--radius-pill);color:var(--color-ink,#1a1a17);background:#fff;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:300;display:inline-flex}.pdp-module__nVhMXW__heroTickIcon{width:14px;height:14px;color:var(--color-weight-dark,#57492a);flex-shrink:0}.pdp-module__nVhMXW__liveViewers{border:1px solid var(--color-ink-12,#1a1a1a1f);border-radius:var(--radius-pill,999px);color:var(--ink-80,#1a1a1acc);background:#fff;align-items:center;gap:8px;margin:12px 0 0;padding:6px 12px;font-size:.8rem;font-weight:300;animation:1.1s ease-out pdp-module__nVhMXW__livePillFlash;display:inline-flex}@keyframes pdp-module__nVhMXW__livePillFlash{0%{background:var(--color-weight-tint,#e7f3ee);border-color:var(--color-weight,#2f7a63)}to{border-color:var(--color-ink-12,#1a1a1a1f);background:#fff}}.pdp-module__nVhMXW__liveCountWindow{display:inline-flex;overflow:hidden}.pdp-module__nVhMXW__liveCount{font-variant-numeric:tabular-nums;color:var(--color-ink,#1a1a17);font-weight:500}.pdp-module__nVhMXW__liveCount[data-dir=up]{animation:.5s cubic-bezier(.22,1,.36,1) pdp-module__nVhMXW__liveTickUp}.pdp-module__nVhMXW__liveCount[data-dir=down]{animation:.5s cubic-bezier(.22,1,.36,1) pdp-module__nVhMXW__liveTickDown}@keyframes pdp-module__nVhMXW__liveTickUp{0%{opacity:0;transform:translateY(110%)}to{opacity:1;transform:none}}@keyframes pdp-module__nVhMXW__liveTickDown{0%{opacity:0;transform:translateY(-110%)}to{opacity:1;transform:none}}.pdp-module__nVhMXW__liveDot{background:var(--color-weight,#2f7a63);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2.4s ease-in-out infinite pdp-module__nVhMXW__liveDotPulse}@keyframes pdp-module__nVhMXW__liveDotPulse{0%,to{box-shadow:0 0 #2f7a6359}50%{box-shadow:0 0 0 5px #2f7a6300}}@media (prefers-reduced-motion:reduce){.pdp-module__nVhMXW__liveDot,.pdp-module__nVhMXW__liveViewers,.pdp-module__nVhMXW__liveCount[data-dir=up],.pdp-module__nVhMXW__liveCount[data-dir=down]{animation:none}}.pdp-module__nVhMXW__statsCard{border:1px solid var(--color-ink-08,#1a1a1a14);background:var(--color-weight-tint,#f1ead4);border-radius:16px;width:100%;margin-top:16px;padding:16px 18px 14px}.pdp-module__nVhMXW__statsCardTitle{border-radius:var(--radius-pill,999px);background:linear-gradient(100deg, var(--color-weight-dark,#1f5747), var(--color-weight,#2f7a63) 55%, color-mix(in oklab, var(--color-weight,#2f7a63) 55%, #a8d5b8));color:#fff;letter-spacing:.12em;text-transform:uppercase;text-align:center;margin-inline:auto;padding:6px 14px;font-size:.68rem;font-weight:500;display:table}.pdp-module__nVhMXW__statsGrid{grid-template-columns:repeat(4,1fr);gap:8px;margin:20px 0 0;padding:0;list-style:none;display:grid}@media (max-width:460px){.pdp-module__nVhMXW__statsGrid{grid-template-columns:repeat(2,1fr);gap:12px 8px}}.pdp-module__nVhMXW__statCell{text-align:center;flex-direction:column;align-items:center;gap:3px;display:flex}.pdp-module__nVhMXW__statIcon{width:36px;height:36px;color:var(--color-weight-dark,#1f5747);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin-bottom:4px;display:inline-flex}.pdp-module__nVhMXW__statValue{color:var(--color-weight-dark,#57492a);font-size:1.35rem;font-weight:400;line-height:1}.pdp-module__nVhMXW__statLabel{color:var(--color-ink-80,#1a1a1acc);max-width:12ch;font-size:.7rem;font-weight:300;line-height:1.3}.pdp-module__nVhMXW__statsFoot{text-align:center;color:var(--color-ink-60,#1a1a1a99);margin-top:12px;font-size:.68rem;display:block}.pdp-module__nVhMXW__rating{margin-top:var(--space-sm);align-items:center;gap:10px;display:flex}.pdp-module__nVhMXW__stars{gap:2px;display:inline-flex}.pdp-module__nVhMXW__star{width:18px;height:18px;fill:var(--ink-30,#a8a8a8)}.pdp-module__nVhMXW__star[data-on=true]{fill:var(--weight,#7dae58)}.pdp-module__nVhMXW__ratingMeta{color:var(--ink-60);font-size:.85rem}.pdp-module__nVhMXW__tagline{margin:var(--space-md) 0 0;max-width:46ch;color:var(--ink-80)}.pdp-module__nVhMXW__buyBoxSlot{width:100%;margin-top:var(--space-lg)}.pdp-module__nVhMXW__priceRow{margin-top:var(--space-lg);flex-wrap:wrap;align-items:baseline;gap:4px 12px;display:flex}.pdp-module__nVhMXW__price{font-family:var(--font-ginger), system-ui, sans-serif;letter-spacing:-.02em;color:var(--ink);font-size:clamp(1.6rem,3vw,2rem);font-weight:300}.pdp-module__nVhMXW__priceNote{color:var(--ink-60);font-size:.85rem}.pdp-module__nVhMXW__purchase{margin-top:var(--space-lg);max-width:420px}.pdp-module__nVhMXW__planList{flex-direction:column;gap:10px;display:flex}.pdp-module__nVhMXW__plan{text-align:left;border:1.5px solid var(--line);border-radius:var(--r-soft,18px);background:var(--paper);cursor:pointer;width:100%;transition:border-color .18s var(--ease-out-quart,ease), background .18s var(--ease-out-quart,ease), box-shadow .18s var(--ease-out-quart,ease);align-items:center;gap:14px;padding:16px 18px;display:flex}.pdp-module__nVhMXW__plan:hover{border-color:var(--ink-30,#a8a8a8)}.pdp-module__nVhMXW__plan:focus-visible{border-color:var(--ink);box-shadow:0 0 0 3px color-mix(in oklab, var(--ink) 14%, transparent);outline:none}.pdp-module__nVhMXW__plan[data-active=true]{border-color:var(--ink);background:var(--paper-warm);box-shadow:0 0 0 1.5px var(--ink) inset}.pdp-module__nVhMXW__planRadio{border:1.5px solid var(--ink-30,#a8a8a8);background:var(--paper);border-radius:50%;flex-shrink:0;width:20px;height:20px;transition:border-color .18s;position:relative}.pdp-module__nVhMXW__plan[data-active=true] .pdp-module__nVhMXW__planRadio{border-color:var(--ink)}.pdp-module__nVhMXW__plan[data-active=true] .pdp-module__nVhMXW__planRadio:after{content:"";background:var(--ink);border-radius:50%;position:absolute;inset:4px}.pdp-module__nVhMXW__planText{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.pdp-module__nVhMXW__planLabel{font-family:var(--font-ginger), system-ui, sans-serif;color:var(--ink);flex-wrap:wrap;align-items:center;gap:8px;font-size:1.02rem;display:flex}.pdp-module__nVhMXW__planBadge{border-radius:var(--r-pill,100px);background:color-mix(in oklab, var(--weight,#7dae58) 18%, var(--paper));color:var(--weight-dark,#2d4a1f);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;padding:3px 9px;font-size:.64rem;font-weight:600}.pdp-module__nVhMXW__planNote{color:var(--ink-60);font-size:.8rem;line-height:1.4}.pdp-module__nVhMXW__planPrice{font-family:var(--font-ginger), system-ui, sans-serif;letter-spacing:-.02em;color:var(--ink);white-space:nowrap;flex-shrink:0;align-self:flex-start;font-size:1.3rem;font-weight:400}.pdp-module__nVhMXW__purchaseActions{margin-top:var(--space-md);flex-direction:column;gap:10px;display:flex}.pdp-module__nVhMXW__planCta{justify-content:center;width:100%}@media (prefers-reduced-motion:reduce){.pdp-module__nVhMXW__plan{transition:none}}.pdp-module__nVhMXW__doses{margin-top:var(--space-md);flex-wrap:wrap;gap:10px;display:flex}.pdp-module__nVhMXW__doseChip{border:1px solid var(--line);border-radius:var(--r-pill,100px);background:var(--paper);flex-direction:column;gap:1px;padding:8px 16px;display:inline-flex}.pdp-module__nVhMXW__doseLabel{color:var(--ink);font-size:.92rem;font-weight:600}.pdp-module__nVhMXW__doseNote{letter-spacing:.04em;text-transform:uppercase;color:var(--ink-60);font-size:.68rem}.pdp-module__nVhMXW__flavourField{margin-top:var(--space-lg)}.pdp-module__nVhMXW__flavourLabel{color:var(--ink-60);margin-bottom:10px;font-size:.85rem;display:block}.pdp-module__nVhMXW__flavourCurrent{color:var(--ink);font-weight:600}.pdp-module__nVhMXW__flavourRow{flex-wrap:wrap;gap:10px;display:flex}.pdp-module__nVhMXW__flavourBtn{border:1px solid var(--line);border-radius:var(--r-pill,100px);background:var(--paper);color:var(--ink-80);font-family:var(--font-ginger), system-ui, sans-serif;cursor:pointer;align-items:center;gap:8px;padding:9px 16px;font-size:.92rem;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.pdp-module__nVhMXW__flavourBtn:hover{border-color:var(--ink-30,#a8a8a8)}.pdp-module__nVhMXW__flavourBtn[data-active=true]{border-color:var(--ink);color:var(--ink);background:var(--paper-warm)}.pdp-module__nVhMXW__flavourDot{background:var(--ink-30,#a8a8a8);border-radius:50%;width:14px;height:14px;box-shadow:inset 0 0 0 1px #00000014}.pdp-module__nVhMXW__benefits{margin:var(--space-lg) 0 0;gap:var(--space-sm);flex-direction:column;padding:0;list-style:none;display:flex}.pdp-module__nVhMXW__benefit{font-size:var(--fs-body);color:var(--ink-80);align-items:flex-start;gap:12px;display:flex}.pdp-module__nVhMXW__check{width:20px;height:20px;color:var(--weight-dark,#2d4a1f);flex-shrink:0;margin-top:2px}.pdp-module__nVhMXW__actions{gap:var(--space-sm);margin-top:var(--space-xl);flex-wrap:wrap;display:flex}.pdp-module__nVhMXW__hps{width:100%;margin-top:var(--space-xl);border-radius:var(--r-soft,18px);border:1px solid var(--line);background:var(--paper-warm);flex-direction:column;gap:clamp(16px,2vw,22px);padding:clamp(28px,3vw,36px) clamp(20px,2.6vw,30px) clamp(20px,2.4vw,26px);display:flex;position:relative}.pdp-module__nVhMXW__hpsBody{flex-direction:column;gap:clamp(16px,2vw,22px);display:flex}.pdp-module__nVhMXW__hpsBuy{border-top:1px solid color-mix(in oklab, var(--line) 70%, transparent);flex-direction:column;align-items:flex-start;gap:8px;padding-top:clamp(14px,1.8vw,18px);display:flex}.pdp-module__nVhMXW__hpsField{gap:12px;display:grid}.pdp-module__nVhMXW__hpsFieldLabel{font-size:var(--fs-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--ink-60)}.pdp-module__nVhMXW__hpsChips{flex-wrap:wrap;gap:8px;display:flex}.pdp-module__nVhMXW__hpsDose,.pdp-module__nVhMXW__hpsPlan{cursor:pointer;border-radius:var(--r-pill,100px);border:1.5px solid color-mix(in oklab, var(--line) 85%, transparent);background:var(--paper);color:var(--ink);font-size:var(--fs-small);padding:8px 14px;line-height:1;transition:border-color .15s,background .15s,color .15s}.pdp-module__nVhMXW__hpsPlan{align-items:center;gap:8px;display:inline-flex}.pdp-module__nVhMXW__hpsDose:hover,.pdp-module__nVhMXW__hpsPlan:hover{border-color:var(--ink-30,#a8a8a8)}.pdp-module__nVhMXW__hpsDose[data-on=true],.pdp-module__nVhMXW__hpsPlan[data-on=true]{border-color:var(--ink);background:var(--ink);color:var(--paper)}.pdp-module__nVhMXW__hpsPlanBadge{font-size:var(--fs-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;border-radius:var(--r-pill,100px);background:var(--weight-tint,#eef5e7);color:var(--weight-dark,#2d4a1f);padding:2px 8px}.pdp-module__nVhMXW__hpsPlan[data-on=true] .pdp-module__nVhMXW__hpsPlanBadge{background:color-mix(in oklab, var(--paper) 22%, transparent);color:var(--paper)}.pdp-module__nVhMXW__hpsPromo{white-space:nowrap;font-size:var(--fs-small);border-radius:var(--r-pill,100px);background:var(--weight,#7dae58);color:var(--paper);box-shadow:0 8px 22px -10px color-mix(in oklab, var(--weight,#7dae58) 65%, transparent);margin:0;padding:8px 18px;font-weight:300;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.pdp-module__nVhMXW__hpsPrice{flex-wrap:wrap;align-items:baseline;gap:4px 12px;display:flex}.pdp-module__nVhMXW__hpsNow{font-family:var(--font-ginger), system-ui, sans-serif;letter-spacing:-.02em;color:var(--ink);font-size:clamp(2.2rem,5vw,3rem);font-weight:300;line-height:1}.pdp-module__nVhMXW__hpsUnit{font-size:var(--fs-body);color:var(--ink-60)}.pdp-module__nVhMXW__hpsWas{font-size:var(--fs-body);color:var(--ink-30);text-decoration:line-through}.pdp-module__nVhMXW__hpsSave{font-size:var(--fs-small);border-radius:var(--r-pill,100px);background:var(--weight-tint,#eef5e7);color:var(--weight-dark,#2d4a1f);padding:3px 10px;font-weight:600}.pdp-module__nVhMXW__hpsNote{font-size:var(--fs-small);color:var(--ink-60);margin:0}.pdp-module__nVhMXW__hpsActions{gap:var(--space-sm);flex-direction:column;width:100%;margin-top:8px;display:flex}.pdp-module__nVhMXW__hpsActions>*{justify-content:center;width:100%}.pdp-module__nVhMXW__trust{margin:var(--space-md) 0 0;flex-wrap:wrap;gap:8px 20px;padding:0;list-style:none;display:flex}.pdp-module__nVhMXW__accordion{width:100%;margin-top:var(--space-lg);border-top:1px solid var(--line)}.pdp-module__nVhMXW__acc{border-bottom:1px solid var(--line)}.pdp-module__nVhMXW__accSummary{cursor:pointer;font-family:var(--font-ginger), system-ui, sans-serif;color:var(--ink);justify-content:space-between;align-items:center;gap:16px;padding:16px 2px;font-size:1rem;list-style:none;display:flex}.pdp-module__nVhMXW__accSummary::-webkit-details-marker{display:none}.pdp-module__nVhMXW__accIcon{width:20px;height:20px;color:var(--ink-60);flex-shrink:0;transition:transform .2s}.pdp-module__nVhMXW__acc[open] .pdp-module__nVhMXW__accIcon{transform:rotate(180deg)}.pdp-module__nVhMXW__accBody{color:var(--ink-80);margin:0;padding:0 2px 18px;font-size:.92rem;line-height:1.6}@media (prefers-reduced-motion:reduce){.pdp-module__nVhMXW__accIcon{transition:none}}.pdp-module__nVhMXW__trustItem{color:var(--ink-60);padding-left:18px;font-size:.82rem;position:relative}.pdp-module__nVhMXW__trustItem:before{content:"";background:var(--weight,#7dae58);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.pdp-module__nVhMXW__compSection{background:var(--paper-warm);border-radius:var(--r-section,24px);padding-block:clamp(64px,7vw,96px)}.pdp-module__nVhMXW__compHeader{text-align:center;max-width:60ch;margin:0 auto clamp(28px,4vw,48px)}.pdp-module__nVhMXW__compHeading{margin:var(--space-sm) 0 0}.pdp-module__nVhMXW__compLede{margin:var(--space-md) auto 0;max-width:52ch;color:var(--ink-80)}.pdp-module__nVhMXW__compScroll{overflow-x:auto}.pdp-module__nVhMXW__compTable{border:1px solid var(--line);border-radius:var(--r-default,12px);background:var(--paper);flex-direction:column;min-width:560px;display:flex;overflow:hidden}.pdp-module__nVhMXW__compRow{grid-template-columns:1.4fr repeat(var(--cols), 1fr);border-top:1px solid var(--line);align-items:stretch;display:grid}.pdp-module__nVhMXW__compRow:first-child{border-top:0}.pdp-module__nVhMXW__compRow[data-head=true]{background:var(--paper-warm)}.pdp-module__nVhMXW__compCell{text-align:center;border-left:1px solid var(--line);color:var(--ink-80);flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:clamp(14px,1.8vw,20px) clamp(10px,1.4vw,18px);display:flex}.pdp-module__nVhMXW__compCell:first-child{border-left:0}.pdp-module__nVhMXW__compCell[data-highlight=true]{background:var(--weight-tint,#eef5e7)}.pdp-module__nVhMXW__compCorner{background:0 0}.pdp-module__nVhMXW__compColHead{gap:4px}.pdp-module__nVhMXW__compColName{font-family:var(--font-ginger), system-ui, sans-serif;color:var(--ink);font-size:1.05rem;font-weight:600}.pdp-module__nVhMXW__compBadge{border-radius:var(--r-pill,100px);background:var(--weight,#7dae58);color:var(--paper);letter-spacing:.04em;text-transform:uppercase;padding:2px 10px;font-size:.64rem;font-weight:600}.pdp-module__nVhMXW__compRowLabel{text-align:left;color:var(--ink);align-items:flex-start;font-size:.92rem}.pdp-module__nVhMXW__cellCheck{width:22px;height:22px;color:var(--weight-dark,#2d4a1f)}.pdp-module__nVhMXW__cellDash{color:var(--ink-30,#a8a8a8);font-size:1.1rem}.pdp-module__nVhMXW__cellText{font-size:.92rem}.pdp-module__nVhMXW__compFootnote{margin:var(--space-md) 0 0;color:var(--ink-60);text-align:center;font-size:.8rem}.pdp-module__nVhMXW__compCards{display:none}@media (max-width:768px){.pdp-module__nVhMXW__compScroll{display:none}.pdp-module__nVhMXW__compCards{gap:var(--space-md);grid-template-columns:1fr;display:grid}.pdp-module__nVhMXW__compCard{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-default,12px);overflow:hidden}.pdp-module__nVhMXW__compCard[data-highlight=true]{border-color:var(--weight,#7dae58)}.pdp-module__nVhMXW__compCardHead{background:var(--paper-warm);border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:6px;padding:clamp(14px,4vw,18px);display:flex}.pdp-module__nVhMXW__compCard[data-highlight=true] .pdp-module__nVhMXW__compCardHead{background:var(--weight-tint,#eef5e7)}.pdp-module__nVhMXW__compCardList{margin:0;padding:0 clamp(14px,4vw,18px)}.pdp-module__nVhMXW__compCardRow{justify-content:space-between;align-items:center;gap:var(--space-md);border-top:1px solid var(--line);padding:12px 0;display:flex}.pdp-module__nVhMXW__compCardRow:first-child{border-top:0}.pdp-module__nVhMXW__compCardLabel{color:var(--ink-80);font-size:.92rem}.pdp-module__nVhMXW__compCardValue{text-align:right;justify-content:flex-end;align-items:center;margin:0;display:flex}}.pdp-module__nVhMXW__ingSection{padding-block:clamp(64px,7vw,96px)}.pdp-module__nVhMXW__ingHeader{max-width:60ch;margin-bottom:clamp(28px,4vw,48px)}.pdp-module__nVhMXW__ingHeading{margin:var(--space-sm) 0 0}.pdp-module__nVhMXW__ingLede{margin:var(--space-md) 0 0;max-width:54ch;color:var(--ink-80)}.pdp-module__nVhMXW__ingGrid{grid-template-columns:1fr;gap:clamp(16px,2vw,24px);margin:0;padding:0;list-style:none;display:grid}@media (min-width:600px){.pdp-module__nVhMXW__ingGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.pdp-module__nVhMXW__ingGrid{grid-template-columns:repeat(3,1fr)}}.pdp-module__nVhMXW__ingCard{padding:clamp(22px,2.4vw,30px);background:var(--paper);border:1px solid var(--line);border-radius:var(--r-default,12px);padding-top:clamp(26px,2.6vw,34px);position:relative;overflow:hidden}.pdp-module__nVhMXW__ingEdge{background:var(--weight-grad);height:3px;position:absolute;top:0;left:0;right:0}.pdp-module__nVhMXW__ingBadge{border-radius:var(--r-pill,100px);background:var(--ink);color:var(--paper);letter-spacing:.04em;text-transform:uppercase;margin-bottom:10px;padding:3px 10px;font-size:.64rem;font-weight:600;display:inline-block}.pdp-module__nVhMXW__ingSublabel{letter-spacing:.06em;text-transform:uppercase;color:var(--weight-dark,#2d4a1f);font-size:.68rem;font-weight:600;display:block}.pdp-module__nVhMXW__ingName{font-family:var(--font-ginger), system-ui, sans-serif;color:var(--ink);margin:6px 0 0;font-size:1.2rem;font-weight:400;line-height:1.2}.pdp-module__nVhMXW__ingBody{margin:var(--space-sm) 0 0;font-size:var(--fs-small);color:var(--ink-60);line-height:1.55}.pdp-module__nVhMXW__ingFootnote{color:var(--ink-60);margin:clamp(20px,3vw,32px) 0 0;font-size:.8rem}
.ticker-module__LpKHra__ticker{width:100%;position:relative;overflow:hidden}.ticker-module__LpKHra__viewport{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.ticker-module__LpKHra__track{will-change:transform;width:max-content;display:flex}.ticker-module__LpKHra__left{animation:ticker-module__LpKHra__scroll-left var(--ticker-duration,30s) linear infinite}.ticker-module__LpKHra__right{animation:ticker-module__LpKHra__scroll-right var(--ticker-duration,30s) linear infinite}.ticker-module__LpKHra__viewport:hover .ticker-module__LpKHra__track{animation-play-state:paused}.ticker-module__LpKHra__group{flex-shrink:0;display:flex}.ticker-module__LpKHra__cell{padding-inline:var(--space-lg);align-items:center;display:inline-flex}@keyframes ticker-module__LpKHra__scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes ticker-module__LpKHra__scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.ticker-module__LpKHra__item{white-space:nowrap;font-size:var(--fs-body);color:var(--ink-80);align-items:center;gap:10px;display:inline-flex}.ticker-module__LpKHra__icon{width:18px;height:18px;color:var(--weight-dark);flex-shrink:0}.ticker-module__LpKHra__dotIcon{background:var(--brand-grad);border-radius:50%;flex-shrink:0;width:6px;height:6px}.ticker-module__LpKHra__marquee,.ticker-module__LpKHra__static{background:var(--paper-warm);border-block:1px solid var(--line);padding-block:var(--space-md)}.ticker-module__LpKHra__staticRow{padding-inline:var(--gutter-desktop);justify-content:center;align-items:center;gap:var(--space-md) var(--space-lg);max-width:var(--container-max);margin:0;flex-wrap:wrap;margin-inline:auto;list-style:none;display:flex}.ticker-module__LpKHra__staticItem{align-items:center;display:inline-flex;position:relative}.ticker-module__LpKHra__staticRow[data-sep=dot] .ticker-module__LpKHra__staticItem:not(:last-child):after,.ticker-module__LpKHra__staticRow[data-sep=slash] .ticker-module__LpKHra__staticItem:not(:last-child):after{margin-left:var(--space-lg);color:var(--ink-30)}.ticker-module__LpKHra__staticRow[data-sep=dot] .ticker-module__LpKHra__staticItem:not(:last-child):after{content:"·"}.ticker-module__LpKHra__staticRow[data-sep=slash] .ticker-module__LpKHra__staticItem:not(:last-child):after{content:"/"}.ticker-module__LpKHra__logos{background:var(--paper);border-block:1px solid var(--line);padding-block:var(--space-lg)}.ticker-module__LpKHra__logoCell .ticker-module__LpKHra__item{font-family:var(--font-tobias), Georgia, serif;letter-spacing:.02em;color:var(--ink-30);font-size:clamp(18px,2vw,26px)}.ticker-module__LpKHra__dual{background:var(--ink);padding-block:var(--space-md);gap:var(--space-sm);flex-direction:column;display:flex}.ticker-module__LpKHra__dual .ticker-module__LpKHra__item{color:color-mix(in oklab, var(--paper) 80%, transparent)}.ticker-module__LpKHra__dual .ticker-module__LpKHra__icon{color:var(--weight-lime)}.ticker-module__LpKHra__headline{background:var(--paper);padding-block:clamp(24px,4vw,48px)}.ticker-module__LpKHra__headlineCell{padding-inline:var(--space-xl)}.ticker-module__LpKHra__headlineCell .ticker-module__LpKHra__item{font-family:var(--font-ginger), system-ui, sans-serif;letter-spacing:var(--tracking-headline);color:var(--ink);font-size:clamp(40px,7vw,88px);font-weight:300;line-height:1}.ticker-module__LpKHra__headlineCell .ticker-module__LpKHra__item:after{content:"·";margin-left:var(--space-xl);color:var(--weight)}@media (prefers-reduced-motion:reduce){.ticker-module__LpKHra__viewport{-webkit-mask-image:none;mask-image:none}.ticker-module__LpKHra__track{justify-content:center;gap:var(--space-sm) 0;flex-wrap:wrap;width:100%;animation:none!important}.ticker-module__LpKHra__group[aria-hidden=true]{display:none}.ticker-module__LpKHra__group{flex-wrap:wrap;justify-content:center}}
.image-text-module__4kTt7a__section{border-radius:var(--r-section);padding-block:clamp(64px,7vw,96px);overflow:hidden}.image-text-module__4kTt7a__sectionDark{background:var(--field-band,#0f1d08)}:is(.image-text-module__4kTt7a__sectionDark .image-text-module__4kTt7a__heading,.image-text-module__4kTt7a__sectionDark .soft){color:var(--paper)}.image-text-module__4kTt7a__sectionDark .r-eyebrow{color:var(--paper)}.image-text-module__4kTt7a__sectionDark .image-text-module__4kTt7a__body,.image-text-module__4kTt7a__sectionDark .image-text-module__4kTt7a__bullet{color:#ffffffc7}.image-text-module__4kTt7a__sectionDark .image-text-module__4kTt7a__footnote{color:#ffffff94}.image-text-module__4kTt7a__copy{max-width:54ch}.image-text-module__4kTt7a__copyCentered{text-align:center;max-width:60ch;margin-inline:auto}.image-text-module__4kTt7a__heading{margin:var(--space-sm) 0 0;max-width:20ch}.image-text-module__4kTt7a__copyCentered .image-text-module__4kTt7a__heading{margin-inline:auto}.image-text-module__4kTt7a__body{margin:var(--space-md) 0 0;color:var(--ink-80)}.image-text-module__4kTt7a__bullets{margin:var(--space-lg) 0 0;gap:var(--space-sm);flex-direction:column;padding:0;list-style:none;display:flex}.image-text-module__4kTt7a__copyCentered .image-text-module__4kTt7a__bullets{text-align:left;display:inline-flex}.image-text-module__4kTt7a__bullet{font-size:var(--fs-body);color:var(--ink-80);align-items:flex-start;gap:12px;display:flex}.image-text-module__4kTt7a__check{width:20px;height:20px;color:var(--weight-dark);flex-shrink:0;margin-top:2px}.image-text-module__4kTt7a__ctaRow{margin-top:var(--space-lg)}.image-text-module__4kTt7a__footnote{margin:var(--space-lg) 0 0;color:var(--ink-60);text-wrap:pretty;font-size:.78rem;line-height:1.5}.image-text-module__4kTt7a__grid{grid-template-columns:1fr;align-items:center;gap:clamp(40px,5vw,64px);display:grid}@media (min-width:900px){.image-text-module__4kTt7a__grid{grid-template-columns:1fr 1fr}}.image-text-module__4kTt7a__media{position:relative}.image-text-module__4kTt7a__gridReverse{direction:ltr}.image-text-module__4kTt7a__bleedSection{padding-block:0;overflow:hidden}.image-text-module__4kTt7a__bleedGrid{grid-template-columns:1fr;display:grid}@media (min-width:900px){.image-text-module__4kTt7a__bleedGrid{grid-template-columns:1fr 1fr;align-items:center}}.image-text-module__4kTt7a__bleedCopy{padding-block:clamp(40px,6vw,88px);padding-left:max(var(--gutter-desktop), calc((100vw - var(--container-max)) / 2));padding-right:clamp(24px,4vw,56px)}.image-text-module__4kTt7a__bleedMedia{align-self:stretch;min-height:clamp(320px,46vw,560px);position:relative}.image-text-module__4kTt7a__bleedImage{border-radius:0;position:absolute;inset:0}@media (max-width:899px){.image-text-module__4kTt7a__bleedCopy{padding-inline:var(--gutter-mobile)}.image-text-module__4kTt7a__bleedMedia{min-height:clamp(280px,70vw,420px)}}.image-text-module__4kTt7a__widget{z-index:3;background:color-mix(in oklab, var(--paper) 92%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid color-mix(in oklab, var(--paper) 50%, transparent);border-radius:var(--r-default);flex-direction:column;gap:2px;max-width:220px;padding:14px 18px;display:inline-flex;position:absolute;bottom:clamp(16px,4%,28px);left:clamp(16px,4%,28px);box-shadow:0 14px 34px -18px #1a1a1a8c}.image-text-module__4kTt7a__widgetValue{font-size:var(--fs-headline-sm);color:var(--ink);line-height:1}.image-text-module__4kTt7a__widgetLabel{color:var(--ink-60);font-size:12px;line-height:1.35}.image-text-module__4kTt7a__stacked{text-align:center}.image-text-module__4kTt7a__stackedMedia{margin-top:clamp(32px,5vw,56px);max-width:960px;margin-inline:auto}.image-text-module__4kTt7a__reasonsSection{background:var(--paper)}.image-text-module__4kTt7a__reasonsHeader{grid-template-columns:1fr;gap:clamp(16px,3vw,40px);margin-bottom:clamp(32px,4vw,56px);display:grid}@media (min-width:860px){.image-text-module__4kTt7a__reasonsHeader{grid-template-columns:1fr 1fr;align-items:end}}.image-text-module__4kTt7a__reasonsHeading{max-width:16ch}.image-text-module__4kTt7a__reasonsLede{color:var(--ink-80);max-width:48ch}.image-text-module__4kTt7a__reasonsBody{grid-template-columns:1fr;align-items:start;gap:clamp(24px,3vw,48px);display:grid}@media (min-width:860px){.image-text-module__4kTt7a__reasonsBody{grid-template-columns:.8fr 1.2fr}}.image-text-module__4kTt7a__reasonsMedia{position:relative}.image-text-module__4kTt7a__reasonsGrid{grid-template-columns:1fr;gap:clamp(16px,2vw,24px);margin:0;padding:0;list-style:none;display:grid}@media (min-width:560px){.image-text-module__4kTt7a__reasonsGrid{grid-template-columns:repeat(2,1fr)}}.image-text-module__4kTt7a__reasonCard{background:var(--paper-warm);border:1px solid var(--line);border-radius:var(--r-soft);padding:clamp(26px,2.6vw,34px) clamp(22px,2.4vw,30px) clamp(22px,2.4vw,30px);position:relative;overflow:hidden}.image-text-module__4kTt7a__reasonEdge{background:var(--weight-grad);height:3px;position:absolute;top:0;left:0;right:0}.image-text-module__4kTt7a__reasonTitle{font-family:var(--font-ginger), system-ui, sans-serif;font-weight:400;font-size:var(--fs-body);color:var(--ink);margin:0;line-height:1.2}.image-text-module__4kTt7a__reasonBody{margin:var(--space-sm) 0 0;font-size:var(--fs-small);color:var(--ink-60);line-height:1.55}.image-text-module__4kTt7a__storyCard{background:var(--ink);border-color:#0000;padding-block:clamp(34px,4.5vw,60px)}@media (min-width:560px){.image-text-module__4kTt7a__storyCard{grid-column:1/-1}}.image-text-module__4kTt7a__storyCard .image-text-module__4kTt7a__reasonEdge{background:var(--brand-grad);height:4px}.image-text-module__4kTt7a__storyEyebrow{font-family:var(--font-ginger), system-ui, sans-serif;font-size:var(--fs-eyebrow,.72rem);letter-spacing:.06em;text-transform:uppercase;background:var(--brand-grad);color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:600;display:block}.image-text-module__4kTt7a__storyCard .image-text-module__4kTt7a__reasonTitle{color:var(--paper);margin-top:4px}.image-text-module__4kTt7a__storyCard .image-text-module__4kTt7a__reasonBody{color:#fafaf7bd}.image-text-module__4kTt7a__glassSection{padding-inline:0}.image-text-module__4kTt7a__glassHead{text-align:center;max-width:60ch;margin:0 auto clamp(28px,4vw,52px)}.image-text-module__4kTt7a__glassHeading{margin:14px auto 0}.image-text-module__4kTt7a__glassLede{max-width:60ch;color:var(--ink-70,var(--ink));margin:16px auto 0}.image-text-module__4kTt7a__glassViewport{position:relative}.image-text-module__4kTt7a__glassViewport:before,.image-text-module__4kTt7a__glassViewport:after{content:"";z-index:3;pointer-events:none;width:clamp(24px,5vw,80px);position:absolute;top:0;bottom:0}.image-text-module__4kTt7a__glassViewport:before{background:linear-gradient(90deg, var(--paper), transparent);left:0}.image-text-module__4kTt7a__glassViewport:after{background:linear-gradient(270deg, var(--paper), transparent);right:0}.image-text-module__4kTt7a__glassTrack{gap:clamp(14px,1.8vw,24px);width:max-content;padding-inline:clamp(16px,4vw,40px);animation:48s linear infinite image-text-module__4kTt7a__glassScroll;display:flex}.image-text-module__4kTt7a__glassViewport:hover .image-text-module__4kTt7a__glassTrack{animation-play-state:paused}@keyframes image-text-module__4kTt7a__glassScroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - clamp(7px,.9vw,12px)))}}.image-text-module__4kTt7a__glassCard{flex:0 0 clamp(300px,30vw,400px);padding-bottom:clamp(40px,4vw,64px);position:relative}.image-text-module__4kTt7a__glassMedia{border-radius:22px;overflow:hidden}.image-text-module__4kTt7a__glassMedia img{transition:transform .7s var(--ease-out-quart)}.image-text-module__4kTt7a__glassCard:hover .image-text-module__4kTt7a__glassMedia img{transform:scale(1.05)}.image-text-module__4kTt7a__glassScrim{background:linear-gradient(180deg, color-mix(in oklab, var(--ink) 20%, transparent) 0%, transparent 30%, color-mix(in oklab, var(--ink) 22%, transparent) 100%);position:absolute;inset:0}.image-text-module__4kTt7a__glassIndex{z-index:1;font-family:var(--font-ginger), system-ui, sans-serif;letter-spacing:.06em;color:var(--paper);text-shadow:0 1px 10px #0006;font-size:15px;font-weight:700;position:absolute;top:16px;left:18px}.image-text-module__4kTt7a__glassPanel{z-index:1;border:1px solid color-mix(in oklab, var(--paper) 26%, transparent);background:color-mix(in oklab, var(--ink) 26%, transparent);-webkit-backdrop-filter:blur(100px)saturate(1.3);backdrop-filter:blur(100px)saturate(1.3);height:clamp(168px,17vw,196px);transition:transform .5s var(--ease-out-quart);border-radius:18px;flex-direction:column;justify-content:center;padding:clamp(18px,1.8vw,24px);display:flex;position:absolute;bottom:0;left:clamp(12px,1.4vw,18px);right:clamp(12px,1.4vw,18px);box-shadow:0 24px 48px -30px #0000008c}.image-text-module__4kTt7a__glassCard:hover .image-text-module__4kTt7a__glassPanel{transform:translateY(-4px)}.image-text-module__4kTt7a__glassTitle{text-align:center;font-family:var(--font-ginger), system-ui, sans-serif;color:var(--paper);text-wrap:balance;margin:0;font-size:clamp(18px,1.6vw,22px);font-weight:400;line-height:1.22}.image-text-module__4kTt7a__glassRule{background:color-mix(in oklab, var(--paper) 40%, transparent);width:100%;height:1px;margin:clamp(10px,1.1vw,14px) auto;display:block}.image-text-module__4kTt7a__glassCopy{color:color-mix(in oklab, var(--paper) 88%, transparent);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.45;display:-webkit-box;overflow:hidden}@media (prefers-reduced-motion:reduce){.image-text-module__4kTt7a__glassTrack{flex-wrap:wrap;justify-content:center;width:auto;animation:none}.image-text-module__4kTt7a__glassPanel{transition:none}.image-text-module__4kTt7a__glassMedia img{transition:none}}.image-text-module__4kTt7a__baSection{background:var(--paper-warm)}.image-text-module__4kTt7a__baSection .image-text-module__4kTt7a__glassViewport:before{background:linear-gradient(90deg, var(--paper-warm), transparent)}.image-text-module__4kTt7a__baSection .image-text-module__4kTt7a__glassViewport:after{background:linear-gradient(270deg, var(--paper-warm), transparent)}.image-text-module__4kTt7a__baTrack{animation-duration:56s}.image-text-module__4kTt7a__baCard{border-radius:var(--r-soft);background:var(--paper);border:1px solid var(--line);flex-direction:column;flex:0 0 clamp(320px,34vw,440px);display:flex;overflow:hidden;box-shadow:0 18px 40px -28px #1a1a1a59}.image-text-module__4kTt7a__baImages{background:var(--line);grid-template-columns:1fr 1fr;gap:2px;display:grid}.image-text-module__4kTt7a__baHalf{background:var(--paper-warm);position:relative}.image-text-module__4kTt7a__baHalf [class*=badge]{display:none}.image-text-module__4kTt7a__baShot{border-radius:0}.image-text-module__4kTt7a__baShotLabel{z-index:1;border-radius:var(--r-pill);letter-spacing:.12em;text-transform:uppercase;color:var(--ink);background:#fafaf7eb;padding:4px 10px;font-size:10px;position:absolute;top:10px;left:10px}.image-text-module__4kTt7a__baPanel{flex-direction:column;gap:10px;padding:clamp(18px,2vw,22px);display:flex}.image-text-module__4kTt7a__baStars{gap:3px;display:inline-flex}.image-text-module__4kTt7a__baStar{width:15px;height:15px;fill:var(--line)}.image-text-module__4kTt7a__baStar[data-on=true]{fill:var(--weight)}.image-text-module__4kTt7a__baQuote{color:var(--ink-80);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:15px;line-height:1.5;display:-webkit-box;overflow:hidden}.image-text-module__4kTt7a__baMeta{color:var(--ink-60);margin:0;font-size:13px}
.FormulaShopGrid-module__2FvwEa__section{background:var(--paper);padding-block:clamp(48px,6vw,88px)}.FormulaShopGrid-module__2FvwEa__header{max-width:60ch;margin-bottom:clamp(28px,4vw,48px)}.FormulaShopGrid-module__2FvwEa__heading{margin:var(--space-sm) 0 0}.FormulaShopGrid-module__2FvwEa__lede{margin:var(--space-md) 0 0;max-width:56ch;color:var(--ink-80)}.FormulaShopGrid-module__2FvwEa__grid{grid-template-columns:1fr;gap:clamp(20px,2.4vw,32px);display:grid}@media (min-width:600px){.FormulaShopGrid-module__2FvwEa__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:980px){.FormulaShopGrid-module__2FvwEa__grid{grid-template-columns:repeat(3,1fr)}}.FormulaShopGrid-module__2FvwEa__card{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-soft,20px);flex-direction:column;display:flex;overflow:hidden}.FormulaShopGrid-module__2FvwEa__media{aspect-ratio:1;background:var(--paper-warm);display:block;position:relative}.FormulaShopGrid-module__2FvwEa__ph{background:radial-gradient(120% 90% at 50% 30%, #fff9, transparent 60%), var(--paper-warm);position:absolute;inset:0}.FormulaShopGrid-module__2FvwEa__ph[data-tone=paper]{background:radial-gradient(120% 90% at 50% 30%, #ffffffb3, transparent 60%), var(--paper)}.FormulaShopGrid-module__2FvwEa__img{object-fit:contain;padding:clamp(20px,6%,44px)}.FormulaShopGrid-module__2FvwEa__img[data-fit=cover]{object-fit:cover;padding:0}.FormulaShopGrid-module__2FvwEa__badge{z-index:1;letter-spacing:.06em;text-transform:uppercase;color:var(--ink);align-items:center;gap:6px;font-size:.72rem;font-weight:600;display:inline-flex;position:absolute;top:14px;left:14px}.FormulaShopGrid-module__2FvwEa__sparkle{color:var(--weight,#7dae58);display:inline-flex}.FormulaShopGrid-module__2FvwEa__body{flex-direction:column;padding:clamp(18px,2vw,24px);display:flex}.FormulaShopGrid-module__2FvwEa__name{font-family:var(--font-ginger), system-ui, sans-serif;color:var(--ink);margin:0;font-size:1.2rem;font-weight:500;line-height:1.25}.FormulaShopGrid-module__2FvwEa__nameLink{color:inherit;text-decoration:none}.FormulaShopGrid-module__2FvwEa__nameLink:hover{text-underline-offset:3px;text-decoration:underline}.FormulaShopGrid-module__2FvwEa__subtitle{color:var(--ink-60);margin:6px 0 0;font-size:.95rem}.FormulaShopGrid-module__2FvwEa__rule{border:0;border-top:1px solid var(--line);margin:clamp(16px,2vw,20px) 0}.FormulaShopGrid-module__2FvwEa__facts{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.FormulaShopGrid-module__2FvwEa__fact{color:var(--ink-80);align-items:center;gap:12px;font-size:.95rem;display:flex}.FormulaShopGrid-module__2FvwEa__factIcon{width:30px;height:30px;color:var(--ink-60);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.FormulaShopGrid-module__2FvwEa__priceRow{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.FormulaShopGrid-module__2FvwEa__price{font-family:var(--font-ginger), system-ui, sans-serif;color:var(--ink);white-space:nowrap;font-size:1.3rem;font-weight:600}.FormulaShopGrid-module__2FvwEa__priceSub{color:var(--ink-60);font-size:.9rem}.FormulaShopGrid-module__2FvwEa__comingSoon{font-family:var(--font-ginger), system-ui, sans-serif;letter-spacing:.02em;color:var(--ink-60);white-space:nowrap;font-size:1.05rem;font-weight:600}.FormulaShopGrid-module__2FvwEa__actions{flex-wrap:wrap;gap:10px;margin-top:clamp(16px,2vw,20px);display:flex}.FormulaShopGrid-module__2FvwEa__cta{border-radius:var(--r-pill,100px);background:var(--ink);color:var(--paper);font-family:var(--font-ginger), system-ui, sans-serif;justify-content:center;align-items:center;padding:11px 22px;font-size:.92rem;font-weight:400;text-decoration:none;transition:transform .15s,opacity .15s;display:inline-flex}.FormulaShopGrid-module__2FvwEa__cta:hover{opacity:.9}.FormulaShopGrid-module__2FvwEa__cta:active{transform:translateY(1px)}.FormulaShopGrid-module__2FvwEa__ctaOutline.FormulaShopGrid-module__2FvwEa__cta{color:var(--ink);border:1px solid var(--ink-30,#1418104d);background:0 0}.FormulaShopGrid-module__2FvwEa__ctaOutline.FormulaShopGrid-module__2FvwEa__cta:hover{opacity:1;border-color:var(--ink)}
.SupplementBenefits-module__V9OZhq__section{background:var(--formulas-paper,#f4f1ea);padding-block:clamp(56px,7vw,96px)}.SupplementBenefits-module__V9OZhq__head{max-width:56ch}.SupplementBenefits-module__V9OZhq__heading{margin:var(--space-sm) 0 0}.SupplementBenefits-module__V9OZhq__lede{margin:var(--space-md) 0 0;color:var(--ink-80)}.SupplementBenefits-module__V9OZhq__marquee{width:100vw;margin-top:clamp(28px,4vw,44px);margin-left:calc(50% - 50vw);display:flex;overflow:hidden}.SupplementBenefits-module__V9OZhq__track{flex-shrink:0;gap:14px;min-width:max-content;margin:0;padding:0 7px;list-style:none;animation:36s linear infinite SupplementBenefits-module__V9OZhq__benefits-scroll;display:flex}.SupplementBenefits-module__V9OZhq__marquee:hover .SupplementBenefits-module__V9OZhq__track,.SupplementBenefits-module__V9OZhq__marquee:focus-within .SupplementBenefits-module__V9OZhq__track{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.SupplementBenefits-module__V9OZhq__marquee{overflow-x:auto}.SupplementBenefits-module__V9OZhq__track{animation:none}}@keyframes SupplementBenefits-module__V9OZhq__benefits-scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.SupplementBenefits-module__V9OZhq__tile{background:var(--paper,#fff);border:1px solid color-mix(in oklab, var(--formulas-dark,#2a2520) 8%, transparent);border-radius:20px;flex-direction:column;flex-shrink:0;gap:8px;width:clamp(240px,30vw,320px);padding:clamp(20px,2.4vw,28px);display:flex}.SupplementBenefits-module__V9OZhq__tile[data-tone=sand]{background:#f6f3d9;border-color:#0000}.SupplementBenefits-module__V9OZhq__tile[data-tone=mint]{background:#ddf0e4;border-color:#0000}.SupplementBenefits-module__V9OZhq__tile[data-tone=blush]{background:#fbe5e0;border-color:#0000}.SupplementBenefits-module__V9OZhq__tile[data-tone=warm]{background:#fdebd6;border-color:#0000}.SupplementBenefits-module__V9OZhq__tile[data-tone=sky]{background:#ddedf4;border-color:#0000}.SupplementBenefits-module__V9OZhq__tile[data-tone=stone]{background:#e9f0e9;border-color:#0000}.SupplementBenefits-module__V9OZhq__tick{background:var(--formulas-dark,#2a2520);color:#fff;opacity:.85;border-radius:50%;width:22px;height:22px;padding:3px}.SupplementBenefits-module__V9OZhq__tileTitle{color:var(--ink,#1a1a17);font-size:1.0625rem}.SupplementBenefits-module__V9OZhq__tileBody{color:var(--ink-80);font-size:.9rem;font-weight:300;line-height:1.55}.SupplementBenefits-module__V9OZhq__footnote{color:var(--ink-60);max-width:64ch;margin:clamp(20px,3vw,28px) 0 0;font-size:.78rem}
.SupplementCompare-module__Z-0_YW__section{padding-block:clamp(56px,7vw,96px)}.SupplementCompare-module__Z-0_YW__head{max-width:56ch}.SupplementCompare-module__Z-0_YW__heading{margin:var(--space-sm) 0 0}.SupplementCompare-module__Z-0_YW__tableWrap{border:1px solid color-mix(in oklab, var(--formulas-dark,#2a2520) 10%, transparent);background:var(--paper,#fff);border-radius:24px;margin-top:clamp(28px,4vw,44px);overflow:hidden}.SupplementCompare-module__Z-0_YW__table{border-collapse:collapse;width:100%;font-size:.925rem}.SupplementCompare-module__Z-0_YW__table th,.SupplementCompare-module__Z-0_YW__table td{text-align:left;border-bottom:1px solid color-mix(in oklab, var(--formulas-dark,#2a2520) 7%, transparent);padding:clamp(12px,1.8vw,18px) clamp(14px,2vw,24px)}.SupplementCompare-module__Z-0_YW__table tbody tr:last-child th,.SupplementCompare-module__Z-0_YW__table tbody tr:last-child td{border-bottom:0}.SupplementCompare-module__Z-0_YW__labelHead{width:44%}.SupplementCompare-module__Z-0_YW__oursHead{background:var(--formulas-dark,#2a2520);color:var(--formulas-cta,#e6dcc6);letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;font-weight:400}.SupplementCompare-module__Z-0_YW__theirsHead{color:var(--ink-60);letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;font-weight:400}.SupplementCompare-module__Z-0_YW__rowLabel{color:var(--ink,#1a1a17);font-weight:300}.SupplementCompare-module__Z-0_YW__ours{background:color-mix(in oklab, var(--formulas,#e8e2d5) 42%, #fff);color:var(--ink,#1a1a17)}.SupplementCompare-module__Z-0_YW__theirs{color:var(--ink-60);font-weight:300}.SupplementCompare-module__Z-0_YW__tick{width:20px;height:20px;color:var(--formulas-dark,#2a2520)}.SupplementCompare-module__Z-0_YW__footnote{color:var(--ink-60);max-width:70ch;margin:clamp(16px,2.4vw,24px) 0 0;font-size:.78rem}@media (max-width:560px){.SupplementCompare-module__Z-0_YW__table{font-size:.84rem}.SupplementCompare-module__Z-0_YW__labelHead{width:40%}}
.SupplementDuo-module__ql3NXW__section{background:var(--formulas-paper,#f4f1ea);padding-block:clamp(56px,7vw,96px)}.SupplementDuo-module__ql3NXW__head{max-width:56ch}.SupplementDuo-module__ql3NXW__heading{margin:var(--space-sm) 0 0}.SupplementDuo-module__ql3NXW__lede{margin:var(--space-md) 0 0;color:var(--ink-80)}.SupplementDuo-module__ql3NXW__grid{grid-template-columns:1fr;gap:clamp(16px,2.4vw,28px);margin-top:clamp(28px,4vw,44px);display:grid}@media (min-width:780px){.SupplementDuo-module__ql3NXW__grid{grid-template-columns:repeat(2,1fr)}}.SupplementDuo-module__ql3NXW__card{border:1px solid color-mix(in oklab, var(--formulas-dark,#2a2520) 8%, transparent);background:#fff;border-radius:24px;flex-direction:column;display:flex;overflow:hidden}.SupplementDuo-module__ql3NXW__cardImage{aspect-ratio:16/10;position:relative}.SupplementDuo-module__ql3NXW__cardImg{object-fit:cover}.SupplementDuo-module__ql3NXW__cardBody{flex-direction:column;gap:10px;padding:clamp(20px,2.6vw,30px);display:flex}.SupplementDuo-module__ql3NXW__kicker{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-60);font-size:.72rem}.SupplementDuo-module__ql3NXW__cardName{margin:0;font-size:1.4rem;font-weight:300}.SupplementDuo-module__ql3NXW__blurb{color:var(--ink-80);margin:0;font-size:.95rem;font-weight:300;line-height:1.55}.SupplementDuo-module__ql3NXW__ticks{flex-direction:column;gap:8px;margin:6px 0 0;padding:0;list-style:none;display:flex}.SupplementDuo-module__ql3NXW__tickItem{color:var(--ink-80);align-items:flex-start;gap:9px;font-size:.9rem;font-weight:300;line-height:1.45;display:flex}.SupplementDuo-module__ql3NXW__tick{background:var(--formulas-cta,#e6dcc6);width:19px;height:19px;color:var(--formulas-dark,#2a2520);border-radius:50%;flex-shrink:0;margin-top:1px;padding:3px}.SupplementDuo-module__ql3NXW__pairBar{background:var(--formulas-dark,#2a2520);color:var(--formulas-paper,#f4f1ea);border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:clamp(20px,3vw,32px);padding:clamp(18px,2.4vw,26px) clamp(20px,2.8vw,32px);display:flex}.SupplementDuo-module__ql3NXW__pairPrice{margin:0;font-size:1rem;font-weight:300}.SupplementDuo-module__ql3NXW__pairPrice strong{font-weight:500}.SupplementDuo-module__ql3NXW__pairSep{opacity:.5;margin-inline:10px}.SupplementDuo-module__ql3NXW__pairNote{opacity:.7;font-size:.85rem}.SupplementDuo-module__ql3NXW__footnote{color:var(--ink-60);margin:clamp(14px,2vw,20px) 0 0;font-size:.78rem}
.SupplementStats-module__naZjRq__section{background:var(--formulas,#e8e2d5);padding-block:clamp(40px,5vw,64px)}.SupplementStats-module__naZjRq__row{grid-template-columns:repeat(3,1fr);gap:clamp(10px,3vw,40px);margin:0;padding:0;list-style:none;display:grid}.SupplementStats-module__naZjRq__stat{text-align:center;flex-direction:column;gap:6px;display:flex}.SupplementStats-module__naZjRq__value{color:var(--formulas-dark,#2a2520);font-size:clamp(1.5rem,4.4vw,3rem);font-weight:300;line-height:1}.SupplementStats-module__naZjRq__label{color:var(--ink-80);max-width:26ch;margin-inline:auto;font-size:clamp(.72rem,1.6vw,.875rem);font-weight:300;line-height:1.45}
.SupplementHowTo-module__CmZgvG__section{background:#fff;padding-block:clamp(56px,7vw,96px)}.SupplementHowTo-module__CmZgvG__grid{grid-template-columns:1fr;align-items:center;gap:clamp(28px,5vw,64px);display:grid}@media (min-width:880px){.SupplementHowTo-module__CmZgvG__grid{grid-template-columns:1fr 1fr}}.SupplementHowTo-module__CmZgvG__media{aspect-ratio:1;background:var(--formulas-paper,#f4f1ea);border-radius:24px;position:relative;overflow:hidden}.SupplementHowTo-module__CmZgvG__img{object-fit:cover}.SupplementHowTo-module__CmZgvG__copy{max-width:52ch}.SupplementHowTo-module__CmZgvG__heading{margin:var(--space-sm) 0 0}.SupplementHowTo-module__CmZgvG__steps{flex-direction:column;gap:clamp(16px,2vw,22px);margin:clamp(24px,3vw,36px) 0 0;padding:0;list-style:none;display:flex}.SupplementHowTo-module__CmZgvG__step{align-items:flex-start;gap:14px;display:flex}.SupplementHowTo-module__CmZgvG__stepNum{background:var(--formulas-cta,#e6dcc6);width:34px;height:34px;color:var(--formulas-on-cta,#2a2520);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;display:inline-flex}.SupplementHowTo-module__CmZgvG__stepText{flex-direction:column;gap:3px;display:flex}.SupplementHowTo-module__CmZgvG__stepTitle{font-size:1.05rem}.SupplementHowTo-module__CmZgvG__stepBody{color:var(--ink-80);font-size:.92rem;font-weight:300;line-height:1.55}.SupplementHowTo-module__CmZgvG__chips{flex-wrap:wrap;gap:8px;margin:clamp(22px,3vw,30px) 0 0;padding:0;list-style:none;display:flex}.SupplementHowTo-module__CmZgvG__chip{border-radius:var(--radius-pill,999px);border:1px solid color-mix(in oklab, var(--formulas-dark,#2a2520) 12%, transparent);color:var(--ink-80);padding:7px 14px;font-size:.82rem;font-weight:300}
.PlanExplorer-module__Qf76-G__section{background:var(--paper);padding-block:clamp(56px,8vw,104px)}.PlanExplorer-module__Qf76-G__head{max-width:62ch;margin-bottom:clamp(28px,4vw,48px)}.PlanExplorer-module__Qf76-G__heading{margin:var(--space-sm) 0 0;color:var(--ink)}.PlanExplorer-module__Qf76-G__soft{background:var(--weight-grad);color:#0000;-webkit-background-clip:text;background-clip:text}.PlanExplorer-module__Qf76-G__lede{margin:var(--space-md) 0 0;color:var(--ink-80);max-width:52ch}.PlanExplorer-module__Qf76-G__card{border-radius:var(--r-soft,20px);background:var(--paper-warm);border:1px solid color-mix(in oklab, var(--line) 70%, transparent);gap:clamp(8px,2vw,18px);padding:clamp(14px,2.5vw,26px);display:grid}@media (min-width:880px){.PlanExplorer-module__Qf76-G__card{grid-template-columns:.95fr 1.05fr;align-items:stretch}}.PlanExplorer-module__Qf76-G__tabs{flex-direction:column;gap:6px;display:flex}.PlanExplorer-module__Qf76-G__tab{font:inherit;text-align:left;cursor:pointer;opacity:0;transition:background var(--dur-base,.2s) var(--ease-out-quart,ease-out), border-color var(--dur-base,.2s) var(--ease-out-quart,ease-out);background:0 0;border:1px solid #0000;border-radius:14px;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:center;gap:0 14px;padding:14px 16px 12px;display:grid;transform:translateY(10px)}.PlanExplorer-module__Qf76-G__card[data-inview=true] .PlanExplorer-module__Qf76-G__tab{animation:PlanExplorer-module__Qf76-G__peTabIn .5s var(--ease-out-quint,ease-out) both;animation-delay:calc(var(--i,0) * 90ms)}@keyframes PlanExplorer-module__Qf76-G__peTabIn{to{opacity:1;transform:translateY(0)}}.PlanExplorer-module__Qf76-G__tab:hover{background:color-mix(in oklab, var(--paper) 65%, transparent)}.PlanExplorer-module__Qf76-G__tab[data-on=true]{background:var(--paper);border-color:color-mix(in oklab, var(--weight-dark) 22%, transparent);box-shadow:0 14px 30px -24px #00000059}.PlanExplorer-module__Qf76-G__tabIcon{background:var(--paper);width:42px;height:42px;color:var(--weight-dark);border:1px solid color-mix(in oklab, var(--line) 80%, transparent);transition:background var(--dur-base,.2s) var(--ease-out-quart,ease-out), color var(--dur-base,.2s) var(--ease-out-quart,ease-out);border-radius:50%;grid-row:1/3;justify-content:center;align-items:center;display:inline-flex}.PlanExplorer-module__Qf76-G__tab[data-on=true] .PlanExplorer-module__Qf76-G__tabIcon{background:var(--weight-dark);color:var(--weight-lime,#d8f3a3);border-color:var(--weight-dark)}.PlanExplorer-module__Qf76-G__tabIcon svg{width:21px;height:21px}.PlanExplorer-module__Qf76-G__tabText{min-width:0}.PlanExplorer-module__Qf76-G__tabTitle{font-family:var(--font-ginger), system-ui, sans-serif;color:var(--ink);font-size:16px;font-weight:400;display:block}.PlanExplorer-module__Qf76-G__tabBar{background:color-mix(in oklab, var(--ink) 8%, transparent);border-radius:2px;grid-column:2;height:2px;margin-top:8px;display:block;overflow:hidden}.PlanExplorer-module__Qf76-G__tabBarFill{border-radius:inherit;background:var(--weight-grad);transform-origin:0;height:100%;animation-name:PlanExplorer-module__Qf76-G__peProgress;animation-timing-function:linear;animation-fill-mode:forwards;display:block}@keyframes PlanExplorer-module__Qf76-G__peProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.PlanExplorer-module__Qf76-G__tabBarOn{border-radius:inherit;background:var(--weight-grad);height:100%;display:block}.PlanExplorer-module__Qf76-G__panel{background:var(--paper);border:1px solid color-mix(in oklab, var(--line) 70%, transparent);animation:PlanExplorer-module__Qf76-G__pePanelIn .45s var(--ease-out-quint,ease-out) both;border-radius:16px;flex-direction:column;gap:clamp(16px,2.5vw,24px);padding:clamp(18px,3vw,30px);display:flex}@keyframes PlanExplorer-module__Qf76-G__pePanelIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.PlanExplorer-module__Qf76-G__panelBody{color:var(--ink-80);max-width:46ch;margin:0;font-size:15.5px;line-height:1.6}.PlanExplorer-module__Qf76-G__stat{background:var(--paper-warm);border-radius:14px;flex-direction:column;gap:4px;padding:clamp(16px,2.5vw,22px);display:flex}.PlanExplorer-module__Qf76-G__statValue{font-family:var(--font-ginger), system-ui, sans-serif;background:var(--weight-grad);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(44px,7vw,72px);line-height:1}.PlanExplorer-module__Qf76-G__statLabel{font-family:var(--font-ginger), system-ui, sans-serif;color:var(--ink);font-size:16px}.PlanExplorer-module__Qf76-G__statCaption{color:var(--ink-60);max-width:44ch;font-size:13px;line-height:1.5}.PlanExplorer-module__Qf76-G__panelCta{margin-top:auto}@media (prefers-reduced-motion:reduce){.PlanExplorer-module__Qf76-G__tab,.PlanExplorer-module__Qf76-G__card[data-inview=true] .PlanExplorer-module__Qf76-G__tab{opacity:1;transition:none;animation:none;transform:none}.PlanExplorer-module__Qf76-G__panel{animation:none}.PlanExplorer-module__Qf76-G__tabBarFill{animation:none;transform:scaleX(1)}}
.Breadcrumbs-module__6ZTIhq__breadcrumbs{padding-top:clamp(14px,1.6vw,20px)}.Breadcrumbs-module__6ZTIhq__list{color:var(--ink-60);flex-wrap:wrap;align-items:center;gap:6px;margin:0;padding:0;font-size:13px;list-style:none;display:flex}.Breadcrumbs-module__6ZTIhq__item{align-items:center;gap:6px;display:inline-flex}.Breadcrumbs-module__6ZTIhq__link{color:inherit;text-decoration:none}.Breadcrumbs-module__6ZTIhq__link:hover,.Breadcrumbs-module__6ZTIhq__current{color:var(--ink)}.Breadcrumbs-module__6ZTIhq__sep{opacity:.5}
.Button-module__5dS18q__btn{justify-content:center;align-items:center;gap:var(--space-xs);font-family:var(--font-ginger), system-ui, sans-serif;letter-spacing:var(--tracking-body);border-radius:var(--radius-interactive);cursor:pointer;transition:background var(--dur-base) var(--ease-out-quart), color var(--dur-base) var(--ease-out-quart), background-image var(--dur-base) var(--ease-out-quart);-webkit-tap-highlight-color:transparent;border:none;font-weight:400;text-decoration:none;display:inline-flex}.Button-module__5dS18q__btn:disabled,.Button-module__5dS18q__btn[aria-disabled=true]{opacity:.5;cursor:not-allowed;pointer-events:none}.Button-module__5dS18q__size-md{font-size:var(--fs-body);padding:16px 32px;line-height:1}.Button-module__5dS18q__size-sm{padding:12px 24px;font-size:14px;line-height:1}.Button-module__5dS18q__primary{background:var(--ink);color:var(--paper)}.Button-module__5dS18q__primary:hover,.Button-module__5dS18q__primary:focus-visible{background:var(--ink-80);color:var(--paper)}.Button-module__5dS18q__secondary{color:var(--ink);background-image:linear-gradient(var(--paper), var(--paper)), var(--btn-outline-grad,var(--brand-grad));background-origin:border-box;background-clip:padding-box,border-box;border:1.5px solid #0000;position:relative}.Button-module__5dS18q__secondary:hover,.Button-module__5dS18q__secondary:focus-visible{background-image:linear-gradient(var(--ink), var(--ink)), var(--btn-outline-grad,var(--brand-grad));color:var(--paper)}.Button-module__5dS18q__inverse{background:var(--paper);color:var(--ink)}.Button-module__5dS18q__inverse:hover,.Button-module__5dS18q__inverse:focus-visible{background:color-mix(in oklab, var(--paper) 88%, var(--ink));color:var(--ink)}.Button-module__5dS18q__mint{background:var(--color-cta,var(--color-mint,#b9ecc0));color:var(--color-on-cta,var(--color-on-mint,#143a1f))}.Button-module__5dS18q__mint:hover,.Button-module__5dS18q__mint:focus-visible{background:color-mix(in oklab, var(--color-cta,var(--color-mint,#b9ecc0)) 88%, var(--color-on-cta,var(--color-on-mint,#143a1f)));color:var(--color-on-cta,var(--color-on-mint,#143a1f))}.Button-module__5dS18q__outline{color:var(--ink);background-image:linear-gradient(var(--paper), var(--paper)), var(--btn-outline-grad,var(--brand-grad));background-origin:border-box;background-clip:padding-box,border-box;border:1px solid #0000;position:relative}.Button-module__5dS18q__outline:hover,.Button-module__5dS18q__outline:focus-visible{background-image:linear-gradient(var(--ink), var(--ink)), var(--btn-outline-grad,var(--brand-grad));color:var(--paper)}.Button-module__5dS18q__ghost{color:var(--ink);background:0 0;padding-inline:0;position:relative}.Button-module__5dS18q__ghost:after{content:"";background:var(--btn-outline-grad,var(--brand-grad));transform-origin:0;height:1.5px;transition:transform var(--dur-slow) var(--ease-out-quint);position:absolute;bottom:8px;left:0;right:0;transform:scaleX(0)}.Button-module__5dS18q__ghost:hover:after,.Button-module__5dS18q__ghost:focus-visible:after{transform:scaleX(1)}.Button-module__5dS18q__ghost:focus-visible{outline:2px solid var(--ink);outline-offset:4px;border-radius:2px}
