:root{--fo-cream: #F7F3EA;--fo-sand: #EFE8DC;--fo-sand-deep: #E7DECC;--fo-ink: #0F1A13;--fo-ink-soft: #16241B;--fo-forest: #2E5540;--fo-amber: #F5A623;--fo-amber-dark: #000000;--fo-text: #1A1A17;--fo-text-muted: #5C5A52;--fo-border: rgba(15, 26, 19, .12);--fo-on-dark: #F2EDE3;--fo-on-dark-muted: #A9A79C;--fo-on-dark-border: rgba(242, 237, 227, .14);--fo-font-display: var(--font-heading-family, "Playfair Display", Georgia, serif);--fo-font-body: var(--font-body-family, "Inter", -apple-system, sans-serif);--fo-radius-pill: 999px;--fo-radius-card: 14px;--fo-radius-lg: 22px;--fo-container: 1320px;--fo-gutter: clamp(1.25rem, 4vw, 3rem);--fo-section-pad: clamp(3.5rem, 8vw, 7rem);--fo-text-scale: 1}.fo-section{padding:var(--fo-section-pad) 0}.fo-section--cream{background:var(--fo-cream);color:var(--fo-text)}.fo-section--sand{background:var(--fo-sand);color:var(--fo-text)}.fo-section--ink{background:var(--fo-ink);color:var(--fo-on-dark)}.fo-container{max-width:var(--fo-container);margin:0 auto;padding:0 var(--fo-gutter)}.fo-eyebrow{font-family:var(--fo-font-body);font-size:.88rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--fo-amber-dark);display:block;margin-bottom:1.25rem}.fo-section--ink .fo-eyebrow{color:var(--fo-amber)}.fo-h1,.fo-h2,.fo-h3{font-family:var(--fo-font-display);font-weight:500;line-height:1.05;margin:0 0 1.5rem;letter-spacing:-.01em;color:inherit}.fo-section--cream .fo-h1,.fo-section--cream .fo-h2,.fo-section--cream .fo-h3,.fo-section--sand .fo-h1,.fo-section--sand .fo-h2,.fo-section--sand .fo-h3{color:var(--fo-text)}.fo-section--ink .fo-h1,.fo-section--ink .fo-h2,.fo-section--ink .fo-h3{color:var(--fo-on-dark)}.fo-h1{font-size:calc(clamp(3rem,7vw,5.5rem) * var(--fo-text-scale))}.fo-h2{font-size:calc(clamp(2.5rem,5.5vw,4.1rem) * var(--fo-text-scale))}.fo-h3{font-size:calc(clamp(1.45rem,2.4vw,1.8rem) * var(--fo-text-scale));line-height:1.25}.fo-accent-italic{font-style:italic;color:var(--fo-forest)}.fo-section--ink .fo-accent-italic{color:var(--fo-amber)}.fo-body{font-family:var(--fo-font-body);font-size:calc(1.28rem * var(--fo-text-scale));line-height:1.7;color:var(--fo-text-muted);margin:0}.fo-section--ink .fo-body{color:var(--fo-on-dark-muted)}.fo-btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--fo-font-body);font-size:.94rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border-radius:var(--fo-radius-pill);padding:1.15rem 2.1rem;border:1px solid transparent;cursor:pointer;transition:transform .15s ease,background .15s ease,color .15s ease}.fo-btn:hover{transform:translateY(-1px)}.fo-btn--dark{background:var(--fo-ink);color:var(--fo-on-dark)}.fo-btn--dark:hover{background:var(--fo-forest);color:#fff}.fo-btn--outline{background:transparent;color:var(--fo-text);border-color:var(--fo-border)}.fo-btn--outline:hover{border-color:var(--fo-ink)}.fo-btn--forest{background:var(--fo-forest);color:#fff}.fo-btn:focus-visible{outline:2px solid var(--fo-amber);outline-offset:3px}.fo-pill{display:inline-flex;align-items:center;gap:.45rem;font-size:.85rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border-radius:var(--fo-radius-pill);padding:.55rem 1.1rem;border:1px solid var(--fo-border);background:#fff9;color:var(--fo-text)}.fo-pill--ink{background:var(--fo-ink);color:var(--fo-on-dark);border-color:var(--fo-ink)}.fo-pill--white{background:#fff;border-color:transparent}.fo-pill .fo-dot{width:6px;height:6px;border-radius:50%;background:var(--fo-amber);display:inline-block}.fo-stars{color:var(--fo-amber);letter-spacing:.15em;font-size:1rem;white-space:nowrap}.fo-card{background:transparent;border:1px solid var(--fo-border);border-radius:var(--fo-radius-card);padding:2rem}.fo-section--ink .fo-card{background:#f2ede30a;border-color:var(--fo-on-dark-border);padding:1.75rem}.fo-num{width:48px;height:48px;border-radius:50%;background:var(--fo-ink);color:var(--fo-amber);display:inline-flex;align-items:center;justify-content:center;font-family:var(--fo-font-display);font-size:1.35rem;font-weight:600;line-height:1;margin-bottom:1.25rem}.fo-check{display:flex;align-items:center;gap:.6rem;font-size:1.08rem;color:var(--fo-text)}.fo-check svg{flex:none}.fo-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.fo-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:749px){.fo-grid-3,.fo-grid-2{grid-template-columns:1fr}}.fo-hero__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:clamp(2rem,5vw,5rem);align-items:center}.fo-hero__media{position:relative}.fo-hero__slides{position:relative;border-radius:var(--fo-radius-lg);overflow:hidden;aspect-ratio:4 / 5}.fo-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .7s ease}.fo-hero__slide.is-active{opacity:1}.fo-hero__slide img,.fo-hero__slide svg{width:100%;height:100%;object-fit:cover;display:block}@media(prefers-reduced-motion:reduce){.fo-hero__slide{transition:none}}.fo-hero__media-badge{position:absolute;top:1.25rem;left:1.25rem;z-index:2}.fo-hero__dots{position:absolute;left:50%;bottom:1rem;transform:translate(-50%);display:flex;gap:.5rem;z-index:2}.fo-hero__dot{width:8px;height:8px;border-radius:50%;border:0;padding:0;cursor:pointer;background:#ffffff80;transition:background .2s ease,width .2s ease}.fo-hero__dot.is-active{background:#fff;width:22px;border-radius:999px}.fo-hero__price{position:absolute;right:1.25rem;bottom:1.25rem;z-index:2;background:var(--fo-ink);color:var(--fo-on-dark);border-radius:var(--fo-radius-card);padding:1rem 1.4rem}.fo-hero__price-label{font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--fo-on-dark-muted);display:block;margin-bottom:.2rem}.fo-hero__price-compare{text-decoration:line-through;color:var(--fo-on-dark-muted);font-size:1.1rem;margin-right:.4rem}.fo-hero__price-now{font-family:var(--fo-font-display);font-size:1.6rem}.fo-hero__price-unit{font-family:var(--fo-font-display);font-style:italic;font-size:.95rem}.fo-hero__ctas{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0 1.75rem}.fo-hero__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.9rem;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;color:var(--fo-text-muted)}@media(max-width:989px){.fo-hero__inner{grid-template-columns:1fr}.fo-hero__media{order:-1}}.fo-logobar{background:var(--fo-sand);padding:2.5rem 0}.fo-logobar__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem 2.5rem;flex-wrap:wrap}.fo-logobar__label{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--fo-text-muted);font-weight:600;flex:none}.fo-logobar__item{font-family:var(--fo-font-display);font-style:italic;font-size:clamp(1.05rem,2vw,1.5rem);letter-spacing:.06em;color:var(--fo-text);opacity:.75}.fo-logobar__item img{max-height:32px;width:auto;opacity:.75}@media(max-width:749px){.fo-logobar__inner{justify-content:center;text-align:center;gap:1rem 1.75rem}.fo-logobar__label{width:100%;text-align:center;margin-bottom:.25rem}}.fo-science__inner{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,2fr);gap:clamp(2rem,5vw,4.5rem);align-items:start}.fo-science__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.fo-science__cards .fo-card{min-height:340px;padding-bottom:2.5rem}.fo-science__cards .fo-num{color:#fff}@media(max-width:989px){.fo-science__inner,.fo-science__cards{grid-template-columns:1fr}.fo-science__cards .fo-card{min-height:0;padding-bottom:2rem}}.fo-stats__head{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:2rem;align-items:end;margin-bottom:3rem}.fo-stats__value{font-family:var(--fo-font-display);font-size:clamp(3.25rem,6vw,4.75rem);color:var(--fo-amber);display:block;margin-bottom:.5rem}.fo-stats .fo-card{padding:2.5rem 2rem;border-radius:var(--fo-radius-card)}@media(max-width:749px){.fo-stats__head{grid-template-columns:1fr}}.fo-testimonials__head{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.fo-testimonials__rating{text-align:right;font-size:.9rem;color:var(--fo-text-muted)}.fo-quote{font-family:var(--fo-font-display);font-style:italic;font-size:1.45rem;line-height:1.5;color:var(--fo-text);margin:1rem 0 1.5rem}.fo-attrib{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--fo-text-muted)}.fo-cta-band{text-align:center}.fo-cta-band .fo-h2{margin-bottom:1.25rem}.fo-cta-band .fo-body{max-width:560px;margin:0 auto 2.25rem}.fo-faq__inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,2fr);gap:clamp(2rem,5vw,4.5rem);align-items:start}.fo-faq details{border-bottom:1px solid var(--fo-border)}.fo-faq details:first-of-type{border-top:1px solid var(--fo-border)}.fo-faq summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;list-style:none;font-family:var(--fo-font-display);font-size:1.3rem;padding:1.6rem 0;color:var(--fo-text)}.fo-faq summary::-webkit-details-marker{display:none}.fo-faq summary .fo-faq__icon{flex:none;color:var(--fo-amber);font-size:1.4rem;font-family:var(--fo-font-body);transition:transform .2s ease}.fo-faq details[open] summary .fo-faq__icon{transform:rotate(45deg)}.fo-faq__answer{padding:0 0 1.6rem;max-width:60ch}@media(max-width:989px){.fo-faq__inner{grid-template-columns:1fr}}.fo-footer{background:var(--fo-ink);color:var(--fo-on-dark);padding:4.5rem 0 0}.fo-footer__grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr) minmax(0,1fr);gap:3rem;padding-bottom:3.5rem}.fo-footer__logo{font-family:var(--fo-font-display);font-style:italic;font-size:2.4rem;color:var(--fo-on-dark);text-decoration:none;display:inline-block;margin-bottom:1.25rem}.fo-footer__pills{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}.fo-footer__pills .fo-pill{background:transparent;border-color:var(--fo-on-dark-border);color:var(--fo-on-dark-muted)}.fo-footer__heading{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--fo-amber);font-weight:600;margin:0 0 1.25rem}.fo-footer__links{list-style:none;margin:0;padding:0}.fo-footer__links li{margin-bottom:.8rem}.fo-footer__links a{color:var(--fo-on-dark-muted);text-decoration:none;font-size:1.18rem}.fo-footer__links a:hover{color:var(--fo-on-dark)}.fo-footer__bottom{border-top:1px solid var(--fo-on-dark-border);display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1.5rem 0;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--fo-on-dark-muted)}@media(max-width:749px){.fo-footer__grid{grid-template-columns:1fr;gap:2rem}}.fo-product__breadcrumb{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--fo-text-muted);margin-bottom:2rem}.fo-product__breadcrumb a{color:inherit;text-decoration:none}.fo-product__breadcrumb span{color:var(--fo-text)}.fo-product__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:clamp(2rem,5vw,4.5rem);align-items:start}.fo-product__gallery{position:sticky;top:6rem}.fo-product__main-media{background:var(--fo-sand);border-radius:var(--fo-radius-lg);padding:clamp(1.5rem,3vw,3rem);position:relative}.fo-product__main-media img{width:100%;height:auto;display:block;border-radius:8px}.fo-product__badge{position:absolute;top:1.25rem;left:1.25rem}.fo-product__thumbs{display:flex;gap:.75rem;margin-top:1rem}.fo-product__thumbs button{border:1px solid var(--fo-border);border-radius:10px;background:#fff;padding:.35rem;cursor:pointer;width:84px}.fo-product__thumbs button[aria-current=true]{border-color:var(--fo-ink);border-width:2px}.fo-product__thumbs img{width:100%;height:auto;display:block;border-radius:6px}.fo-product__rating{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--fo-text-muted)}.fo-product__title{font-size:clamp(2.25rem,4vw,3.25rem);margin-bottom:1rem}.fo-mode{display:grid;grid-template-columns:1fr 1fr;background:var(--fo-sand);border-radius:var(--fo-radius-pill);padding:.3rem;margin:1.75rem 0 1.25rem}.fo-mode button{border:0;background:transparent;border-radius:var(--fo-radius-pill);padding:1rem;cursor:pointer;font-family:var(--fo-font-body);font-size:.95rem;font-weight:600;color:var(--fo-text-muted)}.fo-mode button[aria-pressed=true]{background:var(--fo-ink);color:var(--fo-on-dark)}.fo-tier{position:relative;margin-bottom:.9rem}.fo-tier input{position:absolute;opacity:0}.fo-tier__card{display:flex;align-items:center;gap:1.1rem;border:1px solid var(--fo-border);border-radius:var(--fo-radius-card);background:transparent;padding:1.7rem 1.75rem;cursor:pointer;transition:border-color .15s ease}.fo-tier input:checked~.fo-tier__card{background:var(--fo-ink);color:var(--fo-on-dark);border-color:var(--fo-ink)}.fo-tier input:focus-visible~.fo-tier__card{outline:2px solid var(--fo-amber);outline-offset:2px}.fo-tier__radio{width:20px;height:20px;border-radius:50%;border:2px solid var(--fo-border);flex:none}.fo-tier input:checked~.fo-tier__card .fo-tier__radio{border-color:var(--fo-amber);background:radial-gradient(var(--fo-amber) 45%,transparent 50%)}.fo-tier__name{font-family:var(--fo-font-display);font-size:1.65rem}.fo-tier__sub{font-size:1.05rem;color:var(--fo-text-muted);margin-top:.3rem}.fo-tier input:checked~.fo-tier__card .fo-tier__sub{color:var(--fo-on-dark-muted)}.fo-tier__price{margin-left:auto;text-align:right}.fo-tier__price-main{font-family:var(--fo-font-display);font-size:2rem}.fo-tier__price-main small{font-size:.85rem;font-style:italic}.fo-tier__price-compare{display:block;font-size:.92rem;text-decoration:line-through;color:var(--fo-text-muted)}.fo-tier input:checked~.fo-tier__card .fo-tier__price-compare{color:var(--fo-on-dark-muted)}.fo-tier__flag{position:absolute;top:-.7rem;left:1.5rem;z-index:1;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;background:var(--fo-amber);color:var(--fo-ink);border-radius:var(--fo-radius-pill);padding:.35rem .9rem}.fo-tier__flag--ink{background:var(--fo-ink);color:var(--fo-on-dark);border:1px solid var(--fo-on-dark-border)}.fo-benefits{list-style:none;margin:1.5rem 0;padding:0;display:grid;gap:.7rem}.fo-buybox{border:1px solid var(--fo-border);border-radius:var(--fo-radius-card);background:var(--fo-sand);padding:1.5rem}.fo-buybox__row{display:flex;justify-content:space-between;align-items:baseline;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--fo-text-muted);margin-bottom:.4rem}.fo-buybox__total{font-family:var(--fo-font-display);font-size:2.25rem;color:var(--fo-text)}.fo-buybox__save{font-family:var(--fo-font-display);font-style:italic;color:var(--fo-forest);margin-left:.6rem;font-size:1rem}.fo-buybox .fo-btn{width:100%;justify-content:center;margin:1rem 0}.fo-buybox__chips{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.fo-buybox__chips span{background:#fff;border-radius:8px;text-align:center;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--fo-text-muted);padding:.7rem .4rem}.fo-results-row__head{display:flex;justify-content:space-between;margin:2rem 0 1rem;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--fo-text-muted)}.fo-results-row__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem}.fo-results-row__item{position:relative;border-radius:var(--fo-radius-card);overflow:hidden;aspect-ratio:3/4}.fo-results-row__item img,.fo-results-row__item video{width:100%;height:100%;object-fit:cover;display:block}.fo-results-row__label{position:absolute;left:.9rem;bottom:.8rem;color:#fff;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;text-shadow:0 1px 8px rgba(0,0,0,.5)}.fo-trustrow{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--fo-text-muted)}.fo-trustrow span:before{content:"\2713  ";color:var(--fo-forest)}@media(max-width:989px){.fo-product__inner{grid-template-columns:1fr}.fo-product__gallery{position:static}}.fo-formula__card{background:var(--fo-ink);color:var(--fo-on-dark);border-radius:var(--fo-radius-lg);padding:clamp(2rem,3.5vw,3rem);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:clamp(2rem,4vw,3.5rem);align-items:center}.fo-formula__card .fo-h1,.fo-formula__card .fo-h2,.fo-formula__card .fo-h3{color:var(--fo-on-dark)!important}.fo-formula__card .fo-body{color:var(--fo-on-dark-muted)}.fo-formula__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.fo-formula__grid .fo-card{background:#f2ede30a;border:1px solid var(--fo-on-dark-border);padding:1.75rem}.fo-formula__grid h3{color:var(--fo-amber);font-family:var(--fo-font-display);font-size:1.75rem;margin:0 0 .7rem}.fo-formula__grid p{font-size:1.18rem;color:var(--fo-on-dark-muted);margin:0;line-height:1.6}@media(max-width:989px){.fo-formula__card,.fo-formula__grid{grid-template-columns:1fr}}.fo-video__frame{border-radius:var(--fo-radius-lg);overflow:hidden;margin-top:2.5rem}.fo-video__frame video,.fo-video__frame iframe{width:100%;display:block;aspect-ratio:16/9;border:0;object-fit:cover}.fo-mech__intro{text-align:center;max-width:720px;margin:0 auto 3rem}.fo-mech .fo-card{display:flex;flex-direction:column}.fo-mech__stat{margin-top:auto;padding-top:1.25rem;border-top:1px solid var(--fo-border);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--fo-amber-dark)}.fo-ritual__card{background:var(--fo-sand);border-radius:var(--fo-radius-lg);padding:clamp(2rem,3.5vw,3rem);display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:clamp(2rem,4vw,3rem);align-items:stretch}.fo-ritual__steps{list-style:none;margin:2rem 0 0;padding:0;display:grid;gap:1.75rem}.fo-ritual__steps li{display:flex;gap:1.1rem}.fo-ritual__steps .fo-num{width:38px;height:38px;font-size:1.05rem;flex:none;margin:0}.fo-ritual__steps h4{font-family:var(--fo-font-display);font-size:1.55rem;margin:0 0 .4rem}.fo-ritual__steps p{font-size:1.2rem;color:var(--fo-text-muted);margin:0;line-height:1.6}.fo-ritual__media{display:flex;border-radius:var(--fo-radius-card);overflow:hidden;min-height:100%}.fo-ritual__media img{width:100%;height:100%;min-height:340px;object-fit:cover;display:block}@media(max-width:989px){.fo-ritual__card{grid-template-columns:1fr;align-items:start}.fo-ritual__media img{aspect-ratio:4 / 3;min-height:0}}.fo-compare__intro{text-align:center;max-width:700px;margin:0 auto 3rem}.fo-compare table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--fo-border);border-radius:var(--fo-radius-card);overflow:hidden;background:transparent}.fo-compare th,.fo-compare td{text-align:left;padding:1.35rem 1.6rem;font-size:1.15rem;border-bottom:1px solid var(--fo-border)}.fo-compare tr:last-child td{border-bottom:0}.fo-compare thead th{font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;color:var(--fo-text-muted);background:var(--fo-sand)}.fo-compare .is-them{color:var(--fo-text-muted);text-decoration:line-through;text-decoration-color:#5c5a5280}.fo-compare .is-us{background:var(--fo-sand-deep)}.fo-compare thead .is-us{background:var(--fo-sand-deep);color:var(--fo-text)}.fo-compare .is-us .fo-tick{display:inline-flex;width:18px;height:18px;border-radius:50%;background:var(--fo-forest);color:#fff;font-size:.6rem;align-items:center;justify-content:center;margin-right:.5rem}.fo-ba__head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;flex-wrap:wrap;margin-bottom:2.5rem}.fo-ba__note{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--fo-text-muted)}.fo-ba__viewport{overflow:visible}.fo-ba__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(300px,1fr);gap:1.25rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory}.fo-ba__card{scroll-snap-align:start}.fo-ba__viewport--marquee{overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,#000 3%,#000 97%,transparent);mask-image:linear-gradient(to right,transparent,#000 3%,#000 97%,transparent)}.fo-ba__viewport--marquee .fo-ba__track{display:flex;grid-auto-flow:unset;width:max-content;overflow:visible;scroll-snap-type:none;animation:fo-ba-marquee var(--fo-ba-speed, 45s) linear infinite}.fo-ba__viewport--marquee .fo-ba__card{flex:none;width:clamp(280px,24vw,360px);scroll-snap-align:none}.fo-ba__viewport--marquee:hover .fo-ba__track{animation-play-state:paused}@keyframes fo-ba-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.fo-ba__viewport--marquee .fo-ba__track{animation:none}}.fo-ba__imgs{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:2px;border-radius:10px;overflow:hidden}.fo-ba__imgs img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block}.fo-ba__tag{position:absolute;top:.7rem}.fo-ba__tag--before{left:.7rem}.fo-ba__tag--after{right:.7rem}.fo-ba__days{position:absolute;bottom:.7rem;left:50%;transform:translate(-50%)}.fo-ba__meta{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;gap:1rem}.fo-ba__name{font-family:var(--fo-font-display);font-size:1.15rem}.fo-ba__caption{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--fo-text-muted);margin-top:.25rem}.fo-ingr__card{background:var(--fo-sand);border-radius:var(--fo-radius-lg);padding:clamp(2rem,4vw,3.5rem);display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.2fr);gap:clamp(2rem,4vw,3.5rem);align-items:stretch}.fo-ingr__media{display:flex;border-radius:var(--fo-radius-card);overflow:hidden;min-height:100%}.fo-ingr__media img{width:100%;height:100%;min-height:420px;object-fit:cover;display:block}.fo-ingr__peptides p{font-size:1.2rem;line-height:1.65;color:var(--fo-text-muted);margin:0 0 .7rem}.fo-ingr__peptides strong{color:var(--fo-text)}.fo-ingr__cols{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem;margin-top:2rem}.fo-ingr__cols h4{font-family:var(--fo-font-display);font-size:1.5rem;margin:0 0 .85rem}.fo-ingr__cols p{font-size:1.12rem;line-height:1.65;color:var(--fo-text-muted);margin:0}.fo-ingr__preserve{margin-top:2rem;background:transparent;border:1px solid var(--fo-border);border-radius:var(--fo-radius-card);padding:1.75rem}.fo-ingr__preserve h4{font-family:var(--fo-font-display);font-size:1.5rem;margin:0 0 .7rem}.fo-ingr__preserve p{font-size:1.12rem;color:var(--fo-text-muted);margin:0;line-height:1.65}@media(max-width:989px){.fo-ingr__card{grid-template-columns:1fr;align-items:start}.fo-ingr__cols{grid-template-columns:1fr}.fo-ingr__media img{aspect-ratio:4 / 3;min-height:0}}.fo-social__intro{text-align:center;max-width:620px;margin:0 auto 3rem}.fo-social__featured{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.fo-social__featured .fo-card{display:grid;grid-template-columns:130px 1fr;gap:1.5rem;padding:0;overflow:hidden}.fo-social__featured img{width:100%;height:100%;object-fit:cover}.fo-social__featured .fo-social__body{padding:1.75rem 1.75rem 1.75rem 0}.fo-social__verified{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--fo-text-muted);margin-left:.6rem}.fo-avatar{width:40px;height:40px;border-radius:50%;background:var(--fo-sand-deep);color:var(--fo-text);display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.fo-social__mini-head{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem}.fo-social__mini-name{font-weight:600;font-size:1.02rem;color:var(--fo-text)}.fo-social__mini-sub{font-size:.72rem;color:var(--fo-text-muted)}@media(max-width:989px){.fo-social__featured,.fo-social__featured .fo-card{grid-template-columns:1fr}.fo-social__featured img{aspect-ratio:16/9}.fo-social__featured .fo-social__body{padding:1.75rem}}.fo-guarantee__card{border:1px solid var(--fo-border);border-radius:var(--fo-radius-lg);overflow:hidden;background:#ffffff80;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr)}.fo-guarantee__content{padding:clamp(2rem,4vw,3.5rem)}.fo-guarantee__list{list-style:none;margin:1.75rem 0 2rem;padding:0;display:grid;gap:.8rem}.fo-guarantee__media{position:relative;min-height:380px}.fo-guarantee__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.fo-guarantee__float{position:absolute;left:2rem;bottom:2rem;background:var(--fo-cream);border-radius:var(--fo-radius-card);padding:1.25rem 1.6rem;max-width:240px}.fo-guarantee__float strong{font-family:var(--fo-font-display);font-size:1.3rem;display:block}.fo-guarantee__float span{font-size:.85rem;color:var(--fo-text-muted)}@media(max-width:989px){.fo-guarantee__card{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.fo-btn,.fo-faq summary .fo-faq__icon{transition:none}}@media(min-width:990px){.header--middle-left .header__inline-menu,.header__inline-menu{justify-self:center}}.fo-header{background:var(--fo-cream);border-bottom:1px solid var(--fo-border);position:relative;z-index:50}.fo-header__inner{display:flex;align-items:center;gap:2rem;min-height:84px}.fo-header__logo{display:flex;align-items:baseline;gap:.6rem;text-decoration:none;flex:none}.fo-header__logo-name{font-family:var(--fo-font-display);font-style:italic;font-weight:600;font-size:calc(1.9rem * var(--fo-text-scale));color:var(--fo-text)}.fo-header__logo-suffix{font-family:var(--fo-font-body);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--fo-text-muted);font-weight:600}.fo-header__logo-img{max-height:44px;width:auto}.fo-header__nav{display:flex;align-items:center;gap:2.5rem;margin:0 auto}.fo-header__link{font-family:var(--fo-font-body);font-size:calc(.82rem * var(--fo-text-scale));font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--fo-text);text-decoration:none;transition:color .15s ease}.fo-header__link:hover,.fo-header__link.is-active{color:var(--fo-amber)}.fo-header__actions{display:flex;align-items:center;gap:1.1rem;flex:none}.fo-header__icon{color:var(--fo-text);display:inline-flex;position:relative}.fo-header__icon:hover{color:var(--fo-amber)}.fo-header__cart-count{position:absolute;top:-6px;right:-8px;background:var(--fo-amber);color:var(--fo-ink);font-size:.62rem;font-weight:700;min-width:16px;height:16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px}.fo-header__cta{margin-left:.5rem;padding:.85rem 1.6rem}.fo-header__burger,.fo-header__mobile{display:none}@media(max-width:989px){.fo-header__nav,.fo-header__cta{display:none}.fo-header__burger{display:inline-flex;flex-direction:column;gap:4px;background:none;border:0;cursor:pointer;padding:6px}.fo-header__burger span{width:22px;height:2px;background:var(--fo-text);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.fo-header__burger.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.fo-header__burger.is-open span:nth-child(2){opacity:0}.fo-header__burger.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.fo-header__mobile{display:flex;flex-direction:column;gap:.25rem;padding:1rem var(--fo-gutter) 1.5rem;background:var(--fo-cream);border-bottom:1px solid var(--fo-border)}.fo-header__mobile[hidden]{display:none}.fo-header__mobile-link{font-family:var(--fo-font-body);font-weight:600;letter-spacing:.1em;text-transform:uppercase;font-size:.85rem;color:var(--fo-text);text-decoration:none;padding:.85rem 0;border-bottom:1px solid var(--fo-border)}}.fo-hero__slides{aspect-ratio:3 / 4}@media(min-width:990px){.fo-hero__inner{align-items:stretch}.fo-hero__media{display:flex}.fo-hero__slides{aspect-ratio:auto;width:100%;min-height:620px}}.announcement-bar,.utility-bar,.announcement-bar__announcement{background-color:var(--fo-ink)!important;color:var(--fo-on-dark)!important}.announcement-bar__announcement,.announcement-bar__announcement *{color:var(--fo-on-dark)!important}@media(min-width:990px){.fo-hero__inner{align-items:center}.fo-hero__content{padding-top:1.5rem}}@media(max-width:749px){.fo-product__breadcrumb{margin-bottom:1.25rem;font-size:.65rem}.fo-product__main-media{padding:1rem;border-radius:var(--fo-radius-card)}.fo-product__title{font-size:clamp(1.9rem,8vw,2.5rem)}.fo-product__thumbs{gap:.5rem;overflow-x:auto;padding-bottom:.25rem;-webkit-overflow-scrolling:touch}.fo-product__thumbs button{width:64px;flex:none}.fo-mode{margin:1.25rem 0 1rem}.fo-mode button{padding:.9rem .5rem;font-size:.85rem}.fo-tier__card{flex-wrap:wrap;padding:1.25rem 1.1rem 1.25rem 1.25rem;gap:.75rem}.fo-tier__radio{order:0}.fo-tier__card>span:nth-child(2){flex:1 1 auto;min-width:0}.fo-tier__name{font-size:1.25rem}.fo-tier__sub{font-size:.85rem}.fo-tier__price{margin-left:0;text-align:right;flex:0 0 auto}.fo-tier__price-main{font-size:1.5rem}.fo-tier__flag{font-size:.62rem;padding:.28rem .7rem;left:1rem;top:-.6rem}.fo-buybox{padding:1.25rem}.fo-buybox__total{font-size:1.75rem}.fo-buybox__chips{grid-template-columns:1fr;gap:.4rem}.fo-buybox__chips span{padding:.75rem}.fo-results-row__grid{grid-template-columns:1fr 1fr;gap:.6rem}.fo-benefits{gap:.6rem;margin:1.25rem 0}.fo-check{font-size:.92rem}.fo-compare{overflow:visible}.fo-compare table,.fo-compare thead,.fo-compare tbody,.fo-compare tr,.fo-compare th,.fo-compare td{display:block;width:100%;min-width:0}.fo-compare table{border:0;background:transparent}.fo-compare thead{display:none}.fo-compare tbody tr{background:transparent;border:1px solid var(--fo-border);border-radius:var(--fo-radius-card);padding:1.1rem 1.25rem;margin-bottom:.9rem}.fo-compare td{border:0!important;padding:.65rem 0;display:block;text-align:left}.fo-compare td:first-child{font-family:var(--fo-font-display);font-size:1.2rem;text-align:left;padding-bottom:.6rem;margin-bottom:.4rem;border-bottom:1px solid var(--fo-border)!important}.fo-compare td[data-label]:before{content:attr(data-label);display:block;font-size:.6rem;letter-spacing:.08em;text-transform:uppercase;color:var(--fo-text-muted);font-weight:600;margin-bottom:.3rem}.fo-compare .is-them{color:var(--fo-text-muted)}.fo-compare .is-us{background:transparent;font-weight:500;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.fo-compare td.is-us:before{flex-basis:100%;margin-bottom:.3rem}.fo-compare td.is-us .fo-tick{flex:none;margin:0}}.fo-logobar--marquee{overflow:hidden}.fo-logobar__marquee{display:flex;align-items:center;gap:2rem;position:relative;max-width:var(--fo-container);margin:0 auto;padding:0 var(--fo-gutter)}.fo-logobar__label--fixed{flex:none;z-index:2;background:var(--fo-sand);padding-right:1.5rem}.fo-logobar__viewport{position:relative;overflow:hidden;flex:1 1 auto;min-width:0;-webkit-mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent)}.fo-logobar__track{display:flex;align-items:center;gap:clamp(2.5rem,6vw,6rem);width:max-content;min-height:2rem;animation:fo-marquee var(--fo-marquee-speed, 30s) linear infinite}.fo-logobar--marquee .fo-logobar__item{flex:none;white-space:nowrap}.fo-logobar__marquee:hover .fo-logobar__track{animation-play-state:paused}@keyframes fo-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.fo-logobar__track{animation:none}}@media(max-width:749px){.fo-logobar__marquee{flex-direction:column;align-items:stretch;gap:.75rem;padding:0}.fo-logobar__label--fixed{padding:0 1rem;font-size:.68rem;text-align:center;background:transparent}.fo-logobar__viewport{width:100%}}@media(max-width:749px){.fo-header__inner{gap:1rem;padding-left:1.25rem;padding-right:1.25rem;min-height:68px}.fo-header__actions{gap:.85rem;margin-left:auto;margin-right:.15rem}.fo-header__logo-name{font-size:calc(1.55rem * var(--fo-text-scale))}.fo-header__logo-suffix{font-size:.6rem}}cart-drawer .drawer__inner,.cart-drawer .drawer__inner{background:var(--fo-cream);color:var(--fo-text)}cart-drawer .drawer__header,.cart-drawer .drawer__header{border-bottom:1px solid var(--fo-border);padding:1.5rem}cart-drawer .drawer__heading,.cart-drawer .drawer__heading,.cart__heading{font-family:var(--fo-font-display)!important;font-size:1.9rem!important;font-weight:500;color:var(--fo-text)}cart-drawer .drawer__close,.cart-drawer .drawer__close{color:var(--fo-text)}.cart-item__name,.cart-item__name a{font-family:var(--fo-font-display)!important;font-size:1.2rem!important;color:var(--fo-text)!important;text-decoration:none}.cart-item__details,.product-option{font-size:1rem;color:var(--fo-text-muted)}.cart-item__media img,.cart-item img{border-radius:10px}.cart-item{border-bottom:1px solid var(--fo-border)}.quantity{border:1px solid var(--fo-border);border-radius:var(--fo-radius-pill);background:transparent}.quantity__button{color:var(--fo-text)}.quantity__input{color:var(--fo-text);font-size:1rem}.cart-item__price-wrapper .price,.totals__subtotal-value,.cart-item__totals .price{font-family:var(--fo-font-display);color:var(--fo-text)}.totals{border-top:1px solid var(--fo-border);padding-top:1rem}.totals__subtotal{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--fo-text-muted)}.totals__subtotal-value{font-size:1.9rem}.tax-note{font-size:.9rem;color:var(--fo-text-muted)}.cart__checkout-button,#CartDrawer-Checkout,.cart__dynamic-checkout-buttons button{background:var(--fo-ink)!important;color:var(--fo-on-dark)!important;border:0!important;border-radius:var(--fo-radius-pill)!important;font-family:var(--fo-font-body)!important;font-size:.94rem!important;font-weight:600!important;letter-spacing:.12em!important;text-transform:uppercase!important;padding:1.15rem 2rem!important;min-height:0!important;transition:background .15s ease}.cart__checkout-button:hover,#CartDrawer-Checkout:hover{background:var(--fo-forest)!important}.cart__checkout-button:after,#CartDrawer-Checkout:after{display:none!important}.cart__empty-text,.drawer__inner-empty .cart__empty-text{font-family:var(--fo-font-display);font-size:1.8rem;color:var(--fo-text)}.drawer__inner-empty{background:var(--fo-cream)}.cart__login-title,.cart__login-paragraph{color:var(--fo-text-muted)}.cart__continue-button,.drawer__inner-empty .button{background:var(--fo-ink)!important;color:var(--fo-on-dark)!important;border-radius:var(--fo-radius-pill)!important;letter-spacing:.12em;text-transform:uppercase;font-size:.9rem;padding:1rem 1.8rem!important}.cart__items{border-color:var(--fo-border)}.cart__footer{border-top:1px solid var(--fo-border)}.cart__blocks .cart__note textarea{border-color:var(--fo-border);border-radius:var(--fo-radius-card);background:transparent;font-size:1rem}@media(max-width:749px){cart-drawer .drawer__heading,.cart-drawer .drawer__heading{font-size:1.6rem!important}.cart-item__name,.cart-item__name a{font-size:1.08rem!important}.totals__subtotal-value{font-size:1.6rem}}.fo-tier{margin-bottom:1rem}.fo-tier__card{align-items:center;border-width:1.5px;border-radius:16px;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.fo-tier__card:hover{border-color:#0f1a134d}.fo-tier input:checked~.fo-tier__card{box-shadow:0 4px 18px #0f1a1329}.fo-tier__card>span:nth-child(2){display:flex;flex-direction:column;gap:.25rem}.fo-tier__name{line-height:1.15}.fo-tier__sub{line-height:1.3}.fo-tier__price{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem}.fo-tier__price-main{line-height:1.1}.fo-tier__price-main small,.fo-tier__price-main .fo-per{font-size:.55em;font-style:italic;opacity:.8}.fo-tier__price-compare{margin:0;opacity:.75}.fo-tier:has(.fo-tier__flag) .fo-tier__card{border-color:#f5a62373}.fo-tier:has(.fo-tier__flag) input:checked~.fo-tier__card{border-color:var(--fo-ink)}.fo-tier__flag{background:var(--fo-ink);color:var(--fo-on-dark);border:1px solid var(--fo-ink);transition:background .18s ease,color .18s ease}.fo-tier input:checked~.fo-tier__flag{background:var(--fo-amber);color:var(--fo-ink);border-color:var(--fo-amber)}.fo-tier:has(.fo-tier__flag) .fo-tier__card{border-color:var(--fo-border)}.fo-tier input:checked~.fo-tier__card{border-color:var(--fo-ink)}.fo-video__frame img{width:100%;height:auto;display:block;object-fit:contain}.fo-video__frame video,.fo-video__frame iframe{width:100%;display:block;border:0;aspect-ratio:16 / 9;object-fit:cover}.fo-results-row__item video{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.fo-results-row__item{background:var(--fo-sand)}.fo-tier{margin-bottom:1.9rem}.fo-tier__flag{top:-.85rem}.fo-formula__card .fo-eyebrow{color:var(--fo-amber)}.fo-benefits[hidden]{display:none!important}.fo-ba__imgs{aspect-ratio:4 / 3;height:auto}.fo-ba__imgs img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:center;display:block}@media(max-width:749px){.fo-section,.fo-container{max-width:100%;overflow-x:clip}.fo-compare table{min-width:0;width:100%}.fo-section img,.fo-section video{max-width:100%}.fo-product__inner,.fo-product__gallery{min-width:0;max-width:100%}.fo-product__main-media img{max-width:100%;height:auto}}.fo-tier{margin-bottom:2.6rem}.fo-tier__flag{top:-.95rem;font-size:.8rem;padding:.45rem 1.05rem;letter-spacing:.08em}.fo-tier__card{padding:1.9rem 1.85rem;gap:1.2rem}.fo-tier__info{display:flex;flex-direction:column;gap:.35rem;min-width:0}.fo-tier__name{font-size:1.9rem;line-height:1.1}.fo-tier__sub{font-size:1.2rem;line-height:1.3;margin-top:0}.fo-tier__note{font-size:1.02rem;line-height:1.35;color:var(--fo-text-muted)}.fo-tier__price-main{font-size:2.3rem}@media(max-width:749px){.fo-tier{margin-bottom:2.3rem}.fo-tier__card{padding:1.5rem 1.25rem}.fo-tier__name{font-size:1.5rem}.fo-tier__sub{font-size:1.05rem}.fo-tier__note{font-size:.95rem}.fo-tier__price-main{font-size:1.7rem}.fo-tier__flag{font-size:.68rem;padding:.35rem .8rem}}.fo-h1{font-size:calc(clamp(3.25rem,7.5vw,6rem) * var(--fo-text-scale))}.fo-h2{font-size:calc(clamp(2.7rem,6vw,4.5rem) * var(--fo-text-scale))}.fo-eyebrow{font-size:.95rem}.fo-btn{font-size:1rem;padding:1.2rem 2.2rem}.fo-pill{font-size:.92rem}.fo-attrib{font-size:.9rem}.fo-buybox__total{font-size:2.5rem}.fo-buybox__save{font-size:1.15rem}.fo-buybox__chips span{font-size:.82rem}.fo-mode button{font-size:1.05rem}.fo-compare th,.fo-compare td,.fo-footer__links a{font-size:1.25rem}@media(max-width:749px){.fo-body{font-size:calc(1.2rem * var(--fo-text-scale))}.fo-product__title{font-size:clamp(2.1rem,8vw,2.8rem)}.fo-buybox__total{font-size:2rem}.fo-compare th,.fo-compare td{font-size:1.1rem}}.fo-h1{font-size:calc(clamp(3.3rem,7.5vw,6rem) * var(--fo-text-scale))}.fo-h2{font-size:calc(clamp(2.75rem,6vw,4.5rem) * var(--fo-text-scale))}.fo-h3{font-size:calc(clamp(1.6rem,2.6vw,2rem) * var(--fo-text-scale))}.fo-body{font-size:calc(1.4rem * var(--fo-text-scale));line-height:1.65}.fo-eyebrow{font-size:.96rem}.fo-btn{font-size:1.02rem;padding:1.25rem 2.3rem}.fo-pill{font-size:.92rem;padding:.6rem 1.2rem}.fo-check{font-size:1.18rem}.fo-quote{font-size:1.6rem}.fo-compare th,.fo-compare td{font-size:1.25rem}.fo-compare thead th{font-size:.92rem}.fo-footer__links a{font-size:1.28rem}.fo-mech__stat{font-size:.86rem}.fo-ritual__steps h4{font-size:1.7rem}.fo-ritual__steps p{font-size:1.3rem}.fo-ingr__cols h4,.fo-ingr__preserve h4{font-size:1.65rem}.fo-ingr__cols p,.fo-ingr__preserve p{font-size:1.22rem}.fo-ingr__peptides p{font-size:1.3rem}.fo-formula__grid h3{font-size:1.9rem}.fo-formula__grid p{font-size:1.28rem}.fo-tier__name{font-size:1.95rem}.fo-tier__sub{font-size:1.15rem}.fo-tier__note{font-size:1.02rem;color:var(--fo-text-muted);line-height:1.35;margin-top:.2rem}.fo-tier input:checked~.fo-tier__card .fo-tier__note{color:var(--fo-on-dark-muted)}.fo-tier__price-main{font-size:2.35rem}.fo-tier__price-compare{font-size:1.05rem}.fo-mode button{font-size:1.08rem;padding:1.1rem 1rem}.fo-buybox__total{font-size:2.6rem}.fo-buybox__save{font-size:1.2rem}.fo-buybox__row{font-size:.82rem}.fo-buybox__chips span{font-size:.82rem;padding:.85rem .5rem}.fo-product__title{font-size:clamp(2.6rem,4.5vw,3.8rem)}.fo-tier{margin-bottom:2.75rem}.fo-tier__flag{top:-1rem;left:1.5rem;font-size:.82rem;padding:.45rem 1.1rem;line-height:1.2;max-width:calc(100% - 3rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fo-tier__card{padding:1.9rem}@media(max-width:749px){.fo-tier{margin-bottom:2.5rem}.fo-tier__name{font-size:1.6rem}.fo-tier__sub{font-size:1.05rem}.fo-tier__note{font-size:.95rem}.fo-tier__price-main{font-size:1.85rem}.fo-tier__flag{font-size:.72rem;white-space:normal;max-width:calc(100% - 2rem)}.fo-body{font-size:calc(1.22rem * var(--fo-text-scale))}.fo-buybox__total{font-size:2.1rem}}.fo-tier{display:block;position:relative;margin-bottom:2.6rem}.fo-tier:last-of-type{margin-bottom:0}.fo-tier__flag{top:-1.05rem}@media(max-width:749px){.fo-h1{font-size:calc(clamp(2.9rem,10vw,3.6rem) * var(--fo-text-scale))}.fo-h2{font-size:calc(clamp(2.4rem,8vw,3rem) * var(--fo-text-scale))}.fo-h3{font-size:calc(1.5rem * var(--fo-text-scale))}.fo-body{font-size:calc(1.32rem * var(--fo-text-scale));line-height:1.6}.fo-eyebrow{font-size:.92rem}.fo-btn{font-size:.98rem;padding:1.15rem 1.9rem}.fo-check{font-size:1.15rem}.fo-quote{font-size:1.4rem}.fo-product__title{font-size:clamp(2.3rem,9vw,2.9rem)}.fo-tier{margin-bottom:2.4rem}.fo-tier__name{font-size:1.75rem}.fo-tier__sub{font-size:1.12rem}.fo-tier__note{font-size:1.02rem}.fo-tier__price-main{font-size:2rem}.fo-tier__price-compare{font-size:1rem}.fo-mode button{font-size:1.02rem}.fo-buybox__total{font-size:2.3rem}.fo-buybox__save{font-size:1.1rem}.fo-buybox__chips span{font-size:.78rem}.fo-compare td{font-size:1.15rem}.fo-ritual__steps h4{font-size:1.5rem}.fo-ritual__steps p{font-size:1.18rem}.fo-ingr__cols p,.fo-ingr__preserve p{font-size:1.15rem}.fo-formula__grid h3{font-size:1.6rem}.fo-formula__grid p,.fo-footer__links a{font-size:1.18rem}}.fo-guarantee__media{position:relative;min-height:0;background:var(--fo-sand);display:flex}.fo-guarantee__media img{position:static;inset:auto;width:100%;height:auto;max-height:none;object-fit:contain;align-self:center;display:block}@media(max-width:989px){.fo-guarantee__float{left:1.25rem;bottom:1.25rem}}.fo-guarantee__media{position:relative;min-height:480px;background:var(--fo-sand);display:block}.fo-guarantee__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}@media(max-width:989px){.fo-guarantee__media{min-height:380px}}.fo-buybox__chips{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:1fr;gap:.6rem;width:100%}@media(max-width:749px){.fo-buybox__chips{grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:1fr;gap:.5rem}}.fo-h1{font-size:calc(clamp(4.2rem,7vw,7.4rem) * var(--fo-text-scale))}.fo-h2{font-size:calc(clamp(3.4rem,5.5vw,5.4rem) * var(--fo-text-scale))}.fo-h3{font-size:calc(clamp(2.1rem,2.6vw,2.6rem) * var(--fo-text-scale))}.fo-body{font-size:calc(2rem * var(--fo-text-scale));line-height:1.65}.fo-eyebrow{font-size:1.4rem}.fo-btn{font-size:1.45rem;padding:1.7rem 3rem}.fo-pill{font-size:1.3rem;padding:.8rem 1.6rem}.fo-stars{font-size:1.6rem}.fo-check{font-size:1.75rem}.fo-quote{font-size:2.3rem}.fo-attrib{font-size:1.3rem}.fo-logobar__label{font-size:1.25rem}.fo-logobar__item{font-size:clamp(1.7rem,2vw,2.4rem)}.fo-stats__value{font-size:clamp(5rem,6vw,7.6rem)}.fo-mech__stat{font-size:1.25rem}.fo-ritual__steps h4{font-size:2.4rem}.fo-ritual__steps p{font-size:1.85rem}.fo-ritual__steps .fo-num{width:44px;height:44px;font-size:1.6rem}.fo-num{width:56px;height:56px;font-size:2rem}.fo-ingr__peptides p{font-size:1.9rem}.fo-ingr__cols h4,.fo-ingr__preserve h4{font-size:2.3rem}.fo-ingr__cols p,.fo-ingr__preserve p{font-size:1.75rem}.fo-formula__grid h3{font-size:2.6rem}.fo-formula__grid p{font-size:1.8rem}.fo-compare th,.fo-compare td{font-size:1.8rem;padding:2rem 2.2rem}.fo-compare thead th{font-size:1.3rem}.fo-ba__name{font-size:2rem}.fo-ba__caption{font-size:1.15rem}.fo-ba__note{font-size:1.2rem}.fo-social__mini-name{font-size:1.7rem}.fo-social__mini-sub{font-size:1.3rem}.fo-social__verified{font-size:1.15rem}.fo-guarantee__float strong{font-size:2.2rem}.fo-guarantee__float span{font-size:1.55rem}.fo-header__logo-name{font-size:calc(3.1rem * var(--fo-text-scale))}.fo-header__logo-suffix{font-size:1.2rem}.fo-header__link{font-size:calc(1.4rem * var(--fo-text-scale))}.fo-header__cta{font-size:1.4rem;padding:1.3rem 2.6rem}.fo-footer__logo{font-size:3.8rem}.fo-footer__heading{font-size:1.3rem}.fo-footer__links a{font-size:1.85rem}.fo-footer__bottom{font-size:1.25rem}.fo-product__breadcrumb{font-size:1.2rem}.fo-product__rating{font-size:1.35rem}.fo-product__title{font-size:clamp(3.8rem,4.5vw,5.6rem)}.fo-mode button{font-size:1.6rem;padding:1.5rem 1rem}.fo-tier__name{font-size:2.8rem}.fo-tier__sub{font-size:1.7rem}.fo-tier__note{font-size:1.5rem}.fo-tier__price-main{font-size:3.4rem}.fo-tier__price-compare{font-size:1.5rem}.fo-tier__flag{font-size:1.2rem;padding:.6rem 1.4rem}.fo-buybox__row{font-size:1.2rem}.fo-buybox__total{font-size:3.8rem}.fo-buybox__save{font-size:1.75rem}.fo-buybox__chips span{font-size:1.15rem;padding:1.2rem .6rem}.fo-results-row__head,.fo-results-row__label,.fo-trustrow{font-size:1.25rem}@media(max-width:749px){.fo-h1{font-size:calc(clamp(4rem,11vw,5rem) * var(--fo-text-scale))}.fo-h2{font-size:calc(clamp(3.2rem,9vw,4.2rem) * var(--fo-text-scale))}.fo-h3{font-size:calc(2.1rem * var(--fo-text-scale))}.fo-body{font-size:calc(1.85rem * var(--fo-text-scale))}.fo-eyebrow{font-size:1.3rem}.fo-btn{font-size:1.4rem;padding:1.6rem 2.6rem}.fo-check{font-size:1.7rem}.fo-quote{font-size:2rem}.fo-product__title{font-size:clamp(3.4rem,10vw,4.2rem)}.fo-tier__name{font-size:2.4rem}.fo-tier__sub{font-size:1.6rem}.fo-tier__note{font-size:1.45rem}.fo-tier__price-main{font-size:2.9rem}.fo-buybox__total{font-size:3.2rem}.fo-compare td{font-size:1.7rem}.fo-ritual__steps h4{font-size:2.2rem}.fo-ritual__steps p{font-size:1.75rem}.fo-formula__grid h3{font-size:2.3rem}.fo-formula__grid p,.fo-footer__links a{font-size:1.75rem}}@media(max-width:749px){.fo-tier__flag{position:static;display:inline-block;margin:0 0 .7rem;max-width:100%;white-space:normal;text-overflow:clip;overflow:visible;line-height:1.3;font-size:1.15rem;padding:.6rem 1.2rem}.fo-tier{margin-bottom:1.6rem}.fo-tier__card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;flex-wrap:nowrap;gap:1.1rem;padding:1.6rem 1.4rem}.fo-tier__radio{width:22px;height:22px}.fo-tier__info{min-width:0}.fo-tier__name{font-size:2.1rem;line-height:1.15}.fo-tier__sub{font-size:1.5rem}.fo-tier__note{font-size:1.35rem;line-height:1.35}.fo-tier__price{margin-left:0;text-align:right;align-items:flex-end;white-space:nowrap}.fo-tier__price-main{font-size:2.4rem}.fo-tier__price-compare{font-size:1.35rem}}@media(max-width:380px){.fo-tier__card{grid-template-columns:auto minmax(0,1fr);row-gap:.6rem}.fo-tier__price{grid-column:2;text-align:left;align-items:flex-start}.fo-tier__name{font-size:1.95rem}}.fo-faq summary{font-size:2.3rem;padding:2.2rem 0}.fo-faq summary .fo-faq__icon{font-size:2.4rem}.fo-faq__answer{padding-bottom:2.2rem}.fo-hero__meta{font-size:1.35rem}.fo-hero__price-label{font-size:1.15rem}.fo-hero__price-compare{font-size:1.8rem}.fo-hero__price-now{font-size:2.8rem}.fo-hero__price-unit{font-size:1.6rem}.fo-header__cart-count{font-size:1.05rem;min-width:18px;height:18px}.fo-header__mobile-link{font-size:1.5rem}.fo-logobar__label--fixed{font-size:1.25rem}.fo-testimonials__rating{font-size:1.5rem}.fo-avatar{font-size:1.3rem;width:46px;height:46px}.fo-compare td:first-child{font-size:1.9rem}.fo-compare .is-us .fo-tick{font-size:1rem;width:22px;height:22px}.fo-compare td[data-label]:before{font-size:1.15rem}.fo-tier__price-main small,.fo-tier__price-main .fo-per{font-size:.5em}cart-drawer .drawer__heading,.cart-drawer .drawer__heading,.cart__heading{font-size:3rem!important}.cart-item__name,.cart-item__name a{font-size:1.9rem!important}.cart-item__details,.product-option{font-size:1.55rem}.quantity__input{font-size:1.6rem}.totals__subtotal{font-size:1.3rem}.totals__subtotal-value{font-size:3rem}.tax-note{font-size:1.45rem}.cart__checkout-button,#CartDrawer-Checkout,.cart__dynamic-checkout-buttons button{font-size:1.5rem!important;padding:1.8rem 3rem!important}.cart__empty-text,.drawer__inner-empty .cart__empty-text{font-size:2.8rem}.cart__continue-button,.drawer__inner-empty .button{font-size:1.45rem;padding:1.6rem 2.8rem!important}.cart__blocks .cart__note textarea{font-size:1.6rem}@media(max-width:749px){.fo-faq summary{font-size:2rem;padding:1.9rem 0}.fo-faq summary .fo-faq__icon{font-size:2.2rem}.fo-hero__meta{font-size:1.3rem}.fo-hero__price-now{font-size:2.4rem}.fo-hero__price-compare{font-size:1.6rem}.fo-compare td:first-child{font-size:1.8rem}cart-drawer .drawer__heading,.cart-drawer .drawer__heading{font-size:2.5rem!important}.cart-item__name,.cart-item__name a{font-size:1.75rem!important}.totals__subtotal-value{font-size:2.6rem}}.fo-eyebrow{font-size:1.55rem}.fo-btn{font-size:1.5rem}.fo-pill{font-size:1.45rem}.fo-attrib,.fo-hero__meta{font-size:1.5rem}.fo-hero__price-label{font-size:1.3rem}.fo-header__link{font-size:calc(1.5rem * var(--fo-text-scale))}.fo-header__cta{font-size:1.5rem}.fo-header__logo-suffix{font-size:1.3rem}.fo-header__cart-count{font-size:1.15rem;min-width:20px;height:20px}.fo-logobar__label,.fo-logobar__label--fixed,.fo-mech__stat,.fo-compare thead th{font-size:1.4rem}.fo-compare td[data-label]:before{font-size:1.3rem}.fo-ba__caption,.fo-ba__note{font-size:1.35rem}.fo-social__verified{font-size:1.3rem}.fo-social__mini-sub{font-size:1.45rem}.fo-footer__heading,.fo-footer__bottom{font-size:1.4rem}.fo-product__breadcrumb{font-size:1.35rem}.fo-product__rating{font-size:1.5rem}.fo-tier__flag{font-size:1.3rem}.fo-tier__note,.fo-tier__price-compare{font-size:1.55rem}.fo-buybox__row{font-size:1.35rem}.fo-buybox__chips span{font-size:1.3rem}.fo-results-row__head,.fo-results-row__label,.fo-trustrow{font-size:1.4rem}.tax-note{font-size:1.55rem}.totals__subtotal{font-size:1.45rem}.cart__continue-button,.drawer__inner-empty .button{font-size:1.5rem!important}@media(max-width:749px){.fo-eyebrow,.fo-btn{font-size:1.45rem}.fo-tier__flag{font-size:1.25rem}.fo-tier__note{font-size:1.5rem}}html{scroll-behavior:smooth}[id=science],[id=results],.fo-section[id]{scroll-margin-top:100px}@media(max-width:749px){.fo-section[id]{scroll-margin-top:80px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/follia.css.map */
