.ingredients{padding-top:3rem;padding-bottom:3rem}.ingredients__heading{text-align:center;font-size:1.35rem;font-weight:800;letter-spacing:.01em;text-transform:uppercase;margin:0 0 3.5rem;line-height:1.25}@media(min-width:750px){.ingredients__heading{font-size:1.75rem}}@media(min-width:1100px){.ingredients__heading{font-size:2rem}}.ingredients__heading-accent{color:var(--accent-color, #a0590f)}.ingredients__heading-normal{color:var(--normal-color, #000)}.ingredients__carousel{position:relative}.ingredients__track{display:flex;gap:1rem;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-top:50px;padding-bottom:.5rem}.ingredients__track::-webkit-scrollbar{display:none}.ingredients__slide{flex:0 0 100%;scroll-snap-align:start}@media(min-width:750px){.ingredients__slide{flex:0 0 calc((100% - 1rem)/2)}}@media(min-width:1100px){.ingredients__slide{flex:0 0 calc((100% - 3rem)/4)}}.ingredient-card{position:relative;background:#faf5e9;border-radius:16px;padding:70px 1.25rem 1.5rem;min-height:180px;height:100%}.ingredient-card__image{position:absolute;top:0;left:50%;transform:translate(-50%,-55%);width:160px;height:110px;display:flex;align-items:center;justify-content:center;pointer-events:none}.ingredient-card__image img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.ingredient-card__name{font-size:1.05rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.005em}.ingredient-card__desc{font-size:.9rem;line-height:1.5;margin:0;opacity:.85}.ingredients__nav{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.ingredients__arrow{width:38px;height:38px;border-radius:50%;border:1px solid currentColor;background:transparent;color:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.55;transition:opacity .2s ease}.ingredients__arrow:hover:not(:disabled){opacity:1}.ingredients__arrow:disabled{opacity:.2;cursor:not-allowed}.ingredients__arrow:focus-visible{outline:2px solid currentColor;outline-offset:2px}.ingredients__cta-wrap{display:flex;justify-content:center;margin-top:1.5rem}.ingredients__cta{display:inline-block;background:linear-gradient(180deg,#ffd440,#f5b800);color:#000;font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:.95rem;padding:.95rem 2.5rem;border-radius:8px;text-decoration:none;transition:transform .15s ease,box-shadow .2s ease;box-shadow:0 2px 6px #00000014}.ingredients__cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001f}.ingredients__cta:active{transform:translateY(0)}.ingredients__badges{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.5rem 1.5rem;margin-top:1rem;flex-direction:column}@media(min-width:750px){.ingredients__badges{flex-direction:row}}.ingredients__badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500}.customer-reviews{padding-top:3rem;padding-bottom:3rem}.customer-reviews__top{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.customer-reviews__stars-top{display:inline-flex;align-items:center;gap:1px}.customer-reviews__rating-text{margin:0;font-size:.85rem;line-height:1.4}@media(min-width:750px){.customer-reviews__rating-text{font-size:.95rem}}.customer-reviews__heading{text-align:center;font-size:1.15rem;font-weight:800;letter-spacing:.01em;text-transform:uppercase;margin:0 0 2rem;line-height:1.3}@media(min-width:750px){.customer-reviews__heading{font-size:1.5rem}}@media(min-width:1100px){.customer-reviews__heading{font-size:1.75rem}}.customer-reviews__heading-normal{color:var(--normal-color, #1a1a1a)}.customer-reviews__heading-accent{color:var(--accent-color, #a0590f)}.customer-reviews__carousel{position:relative}.customer-reviews__track{display:flex;gap:.75rem;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem}.customer-reviews__track::-webkit-scrollbar{display:none}.customer-reviews__slide{flex:0 0 85%;scroll-snap-align:start}@media(min-width:750px){.customer-reviews__track{gap:1rem}.customer-reviews__slide{flex:0 0 calc((100% - 1rem)/2)}}@media(min-width:1100px){.customer-reviews__slide{flex:0 0 calc((100% - 3rem)/4)}}.review-card{background:#fbf8ef;border-radius:14px;overflow:hidden;height:100%;display:flex;flex-direction:column}.review-card__image{aspect-ratio:4 / 5;width:100%;background:#e8e2d2;overflow:hidden}.review-card__image img{display:block;width:100%;height:100%;object-fit:cover}.review-card__body{padding:1rem 1.1rem 1.25rem;display:flex;flex-direction:column;gap:.55rem}.review-card__head{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.review-card__name{font-size:.95rem;font-weight:700}.review-card__verified{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;color:#10b981;font-weight:600}.review-card__verified svg{display:block}.review-card__stars{display:inline-flex;align-items:center;gap:1px}.review-card__badge{align-self:flex-start;background:#4a2c1a;color:#fff;font-size:.78rem;font-weight:600;padding:.3rem .7rem;border-radius:999px;letter-spacing:.005em}.review-card__quote{margin:.1rem 0 0;font-size:.88rem;line-height:1.5;font-style:italic}.customer-reviews__nav{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem}.customer-reviews__arrow{width:38px;height:38px;border-radius:50%;border:1px solid currentColor;background:transparent;color:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.55;transition:opacity .2s ease}.customer-reviews__arrow:hover:not(:disabled){opacity:1}.customer-reviews__arrow:disabled{opacity:.2;cursor:not-allowed}.customer-reviews__arrow:focus-visible{outline:2px solid currentColor;outline-offset:2px}.faq-section{padding-top:var(--faq-padding-top, 48px);padding-bottom:var(--faq-padding-bottom, 48px)}.faq-section__inner{max-width:var(--faq-max-width, 760px);margin:0 auto}.faq-section__heading{text-align:var(--faq-heading-align, center);font-size:var(--faq-heading-size-mobile, 26px);font-weight:var(--faq-heading-weight, 800);text-transform:var(--faq-heading-transform, uppercase);color:var(--faq-heading-color, #1A1A1A);letter-spacing:.01em;margin:0 0 var(--faq-heading-margin-bottom, 32px);line-height:1.2}@media(min-width:750px){.faq-section__heading{font-size:var(--faq-heading-size-desktop, 32px)}}.faq-section__list{display:flex;flex-direction:column;gap:var(--faq-item-gap, 14px)}.faq-section__item{background:var(--faq-item-bg, #FCFAF5);border-radius:var(--faq-item-radius, 12px);overflow:hidden}.faq-section__summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:var(--faq-item-padding-y, 20px) var(--faq-item-padding-x, 24px);cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.faq-section__summary::-webkit-details-marker,.faq-section__summary::marker{display:none;content:""}.faq-section__title{font-size:var(--faq-title-size, 16px);font-weight:var(--faq-title-weight, 600);color:var(--faq-title-color, #1A1A1A);letter-spacing:-.005em;line-height:1.35}.faq-section__chevron{flex-shrink:0;width:var(--faq-chevron-size, 20px);height:var(--faq-chevron-size, 20px);color:var(--faq-chevron-color, #1A1A1A);transition:transform .25s ease;opacity:.75}.faq-section__item[open] .faq-section__chevron{transform:rotate(180deg)}.faq-section__body-wrapper{overflow:hidden;height:0;transition:height .28s ease}.faq-section__body{padding:0 var(--faq-item-padding-x, 24px) var(--faq-item-padding-y, 20px);line-height:1.6;font-size:var(--faq-body-size, 15px);color:var(--faq-body-color, #333333)}.faq-section__body>:first-child{margin-top:0}.faq-section__body>:last-child{margin-bottom:0}.faq-section__body p{margin:0 0 .75rem}.faq-section__body ul,.faq-section__body ol{padding-left:1.2rem;margin:0 0 .75rem}.faq-section__body li{margin-bottom:.35rem}.faq-section__summary:focus-visible{outline:2px solid currentColor;outline-offset:-2px;border-radius:var(--faq-item-radius, 12px)}.expert-quote{background:var(--eq-bg, #FBF8EF);padding-top:var(--eq-padding-top, 36px);padding-bottom:var(--eq-padding-bottom, 36px)}.expert-quote__top-rating{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-bottom:1rem}.expert-quote__top-rating-stars{display:inline-flex;gap:2px;color:var(--eq-top-star-color, #FF4C01)}.expert-quote__top-rating-stars svg{width:16px;height:16px;display:block}.expert-quote__top-rating-text{font-size:14px;font-weight:600;color:var(--eq-top-text-color, #1A1A1A)}.expert-quote__heading{text-align:center;font-size:var(--eq-heading-size-m, 17px);font-weight:var(--eq-heading-weight, 700);color:var(--eq-heading-color, #1A1A1A);text-transform:var(--eq-heading-transform, uppercase);letter-spacing:.02em;margin:0 0 var(--eq-heading-margin-bottom, 24px);line-height:1.3}@media(min-width:750px){.expert-quote__heading{font-size:var(--eq-heading-size-d, 20px)}}.expert-quote__container{position:relative;max-width:var(--eq-max-width, 760px);margin:0 auto}.expert-quote__track{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:var(--eq-card-gap, 16px);padding-bottom:4px}.expert-quote__track::-webkit-scrollbar{display:none}.expert-quote__slide{flex:0 0 100%;min-width:0;scroll-snap-align:start}@media(min-width:750px){.expert-quote__slide{flex:0 0 calc((100% - var(--eq-card-gap, 16px) * (var(--eq-slides-d, 1) - 1)) / var(--eq-slides-d, 1))}}.expert-quote__card{background:var(--eq-card-bg, #F7F3E6);border-radius:var(--eq-card-radius, 14px);padding:var(--eq-card-padding-y, 24px) var(--eq-card-padding-x, 24px);display:flex;flex-direction:column;gap:1rem;height:100%;box-sizing:border-box}.expert-quote__card[data-layout=left]{flex-direction:row;align-items:flex-start}.expert-quote__photo{flex-shrink:0;width:var(--eq-photo-size, 64px);height:var(--eq-photo-size, 64px);border-radius:var(--eq-photo-radius, 50%);overflow:hidden;background:var(--eq-photo-bg, #E8E2D2)}.expert-quote__photo img{display:block;width:100%;height:100%;object-fit:cover}.expert-quote__content{flex:1 1 0;min-width:0;display:flex;flex-direction:column}.expert-quote__stars{display:flex;gap:2px;margin-bottom:.6rem;color:var(--eq-star-color, #F5B800)}.expert-quote__stars svg{width:var(--eq-star-size, 16px);height:var(--eq-star-size, 16px);display:block}.expert-quote__text{margin:0 0 .85rem;font-size:var(--eq-quote-size-m, 14px);color:var(--eq-quote-color, #1A1A1A);line-height:1.55}@media(min-width:750px){.expert-quote__text{font-size:var(--eq-quote-size-d, 15px)}}.expert-quote__name{margin:0 0 .2rem;font-size:var(--eq-name-size, 15px);font-weight:700;color:var(--eq-name-color, #1A1A1A);letter-spacing:-.005em}.expert-quote__credentials{margin:0;font-size:var(--eq-cred-size, 13px);color:var(--eq-cred-color, #666666);line-height:1.4}.expert-quote__badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:.75rem}.expert-quote__verified{display:inline-flex;align-items:center;gap:4px;background:var(--eq-verified-bg, #16A34A);color:var(--eq-verified-color, #FFFFFF);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:4px 9px;border-radius:999px;line-height:1}.expert-quote__verified svg{width:12px;height:12px;display:block}.expert-quote__pill{display:inline-flex;align-items:center;background:var(--eq-pill-bg, #4A2C1A);color:var(--eq-pill-color, #FFFFFF);font-size:11px;font-weight:600;letter-spacing:.02em;padding:4px 10px;border-radius:999px;line-height:1.2}.expert-quote__nav{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem}.expert-quote__arrow{width:var(--eq-arrow-size, 36px);height:var(--eq-arrow-size, 36px);border-radius:50%;border:1px solid var(--eq-arrow-color, #1A1A1A);background:transparent;color:var(--eq-arrow-color, #1A1A1A);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.55;transition:opacity .2s ease}.expert-quote__arrow svg{width:50%;height:50%;display:block}.expert-quote__arrow:hover{opacity:1}.expert-quote__arrow:focus-visible{outline:2px solid currentColor;outline-offset:2px}.journey-timeline{background:var(--jt-bg, #F5EDDF);padding-top:var(--jt-padding-top, 48px);padding-bottom:var(--jt-padding-bottom, 48px);position:relative;overflow:hidden}.journey-timeline:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--jt-bg-mobile-url, none);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:var(--jt-bg-image-opacity, .15);z-index:0;pointer-events:none}@media(min-width:750px){.journey-timeline:before{background-image:var(--jt-bg-desktop-url, none)}}.journey-timeline__inner{position:relative;z-index:1;max-width:var(--jt-max-width, 720px);margin:0 auto}.journey-timeline__heading{text-align:var(--jt-heading-align, center);font-size:var(--jt-heading-size-m, 24px);font-weight:var(--jt-heading-weight, 700);line-height:1.25;margin:0 0 var(--jt-heading-margin-bottom, 32px)}@media(min-width:750px){.journey-timeline__heading{font-size:var(--jt-heading-size-d, 32px)}}.journey-timeline__heading-accent{color:var(--jt-heading-accent, #B5862C)}.journey-timeline__heading-main{color:var(--jt-heading-main, #1A1A1A)}.journey-timeline__list{display:flex;flex-direction:column}.journey-timeline__item{display:flex;gap:var(--jt-marker-gap, 16px);position:relative}.journey-timeline__item:not(:last-child):before{content:"";position:absolute;top:var(--jt-circle-size, 40px);bottom:0;left:calc(var(--jt-circle-size, 40px) / 2);transform:translate(-50%);width:var(--jt-line-width, 2px);background:var(--jt-line-color, #5A3925);z-index:0}.journey-timeline__marker{flex-shrink:0;width:var(--jt-circle-size, 40px)}.journey-timeline__circle{width:var(--jt-circle-size, 40px);height:var(--jt-circle-size, 40px);border-radius:50%;background:var(--jt-circle-bg, #2A1A12);color:var(--jt-circle-check, #FFFFFF);display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.journey-timeline__circle svg{width:var(--jt-icon-size, 55%);height:var(--jt-icon-size, 55%);display:block}.journey-timeline__content{flex:1 1 0;min-width:0;min-height:var(--jt-line-min-length, 0);padding-bottom:var(--jt-item-spacing, 32px)}.journey-timeline__item:last-child .journey-timeline__content{padding-bottom:0;min-height:0}.journey-timeline__period{margin:0 0 .25rem;font-size:var(--jt-period-size, 13px);font-weight:var(--jt-period-weight, 600);color:var(--jt-period-color, #4A2C1A);text-transform:var(--jt-period-transform, uppercase);letter-spacing:.04em;line-height:1.3}.journey-timeline__title{margin:0 0 1rem;font-size:var(--jt-title-size-m, 18px);font-weight:var(--jt-title-weight, 700);color:var(--jt-title-color, #1A1A1A);line-height:1.3;letter-spacing:-.005em}@media(min-width:750px){.journey-timeline__title{font-size:var(--jt-title-size-d, 20px)}}.journey-timeline__bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--jt-bullet-spacing, 8px)}.journey-timeline__bullet{display:flex;align-items:flex-start;gap:8px;font-size:var(--jt-bullet-text-size, 14px);color:var(--jt-bullet-text, #1A1A1A);line-height:1.45}.journey-timeline__bullet-check{flex-shrink:0;width:var(--jt-bullet-check-size, 16px);height:var(--jt-bullet-check-size, 16px);color:var(--jt-bullet-check, #1A1A1A);margin-top:2px}.fuel-wellness{background:#faf5e9;padding-top:3rem;padding-bottom:3rem}.fuel-wellness__heading{text-align:center;font-size:1.15rem;font-weight:800;text-transform:uppercase;letter-spacing:.02em;margin:0 0 2.5rem;line-height:1.35}@media(min-width:750px){.fuel-wellness__heading{font-size:1.5rem}}@media(min-width:1100px){.fuel-wellness__heading{font-size:1.75rem}}.fuel-wellness__heading-normal{color:var(--normal-color, #1a1a1a)}.fuel-wellness__heading-accent{color:var(--accent-color, #a0590f)}.fuel-wellness__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 1rem;max-width:600px;margin:0 auto}@media(min-width:750px){.fuel-wellness__grid{grid-template-columns:repeat(4,1fr);max-width:980px;gap:1.5rem}}.fuel-wellness__item{text-align:center}.fuel-wellness__icon{display:block;width:56px;height:56px;margin:0 auto .9rem}@media(min-width:750px){.fuel-wellness__icon{width:64px;height:64px}}.fuel-wellness__icon svg{display:block;width:100%;height:100%}.fuel-wellness__label{margin:0;font-size:.9rem;line-height:1.4;font-weight:500}@media(min-width:750px){.fuel-wellness__label{font-size:.95rem}}.ct-section{background:var(--ct-bg, #FBF7EE);padding-top:var(--ct-pt, 48px);padding-bottom:var(--ct-pb, 48px);position:relative;overflow:hidden}.ct-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--ct-bg-m, none);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:var(--ct-bg-op, .15);z-index:0;pointer-events:none}@media(min-width:750px){.ct-section:before{background-image:var(--ct-bg-d, none)}}.ct-section .page-width{position:relative;z-index:1}.ct-inner{max-width:var(--ct-mw, 720px);margin:0 auto}.ct-heading{text-align:center;font-size:var(--ct-hsm, 22px);font-weight:800;line-height:1.2;margin:0 0 2rem}@media(min-width:750px){.ct-heading{font-size:var(--ct-hsd, 30px)}}.ct-h-accent{color:var(--ct-ha, #B5862C)}.ct-h-main{color:var(--ct-hm, #1A1A1A)}.ct-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;padding:12px 0}.ct-table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0}.ct-cell{padding:var(--ct-cell-pad-m, 12px) 6px;border-top:1px solid var(--ct-rb, #E5E0D5);text-align:center;vertical-align:middle;font-weight:400}@media(min-width:750px){.ct-cell{padding:var(--ct-cell-pad-d, 16px) 12px}}.ct-cell--head{border-top:none;padding-top:18px;padding-bottom:18px}.ct-cell--feature{text-align:left;word-wrap:break-word;overflow-wrap:break-word}.ct-cell--brand{background:var(--ct-bbg, rgba(216, 213, 206, .6));border-left:var(--ct-bbw, 2px) solid var(--ct-bbor, #B5862C);border-right:var(--ct-bbw, 2px) solid var(--ct-bbor, #B5862C)}.ct-table thead .ct-cell--brand{border-top:var(--ct-bbw, 2px) solid var(--ct-bbor, #B5862C);border-top-left-radius:var(--ct-br, 12px);border-top-right-radius:var(--ct-br, 12px);padding-top:22px}.ct-table tbody tr:last-child .ct-cell--brand{border-bottom:var(--ct-bbw, 2px) solid var(--ct-bbor, #B5862C);border-bottom-left-radius:var(--ct-br, 12px);border-bottom-right-radius:var(--ct-br, 12px);padding-bottom:22px}.ct-badge{display:inline-block;background:var(--ct-bdgbg, #B5862C);color:var(--ct-bdgc, #FFFFFF);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:999px;margin-bottom:8px;white-space:nowrap}.ct-logo{display:block;width:var(--ct-ls, 36px);height:var(--ct-ls, 36px);object-fit:contain;margin:0 auto 6px}.ct-b-name{display:block;font-size:14px;font-weight:700;color:var(--ct-bn, #1A1A1A);line-height:1.2}@media(min-width:750px){.ct-b-name{font-size:16px}}.ct-c-name{display:block;font-size:13px;font-weight:600;color:var(--ct-cn, #666666);line-height:1.2}@media(min-width:750px){.ct-c-name{font-size:15px}}.ct-ft{display:block;font-size:13px;font-weight:600;color:var(--ct-ft-c, #1A1A1A);line-height:1.35}@media(min-width:750px){.ct-ft{font-size:15px}}.ct-fs{display:block;font-size:11px;color:var(--ct-fs-c, #666666);line-height:1.35;margin-top:3px;font-weight:400}@media(min-width:750px){.ct-fs{font-size:12px}}.ct-icon{width:var(--ct-is, 22px);height:var(--ct-is, 22px);display:inline-block;vertical-align:middle}.ct-icon--chk{color:var(--ct-chk, #22C55E)}.ct-icon--x{color:var(--ct-x, #EF4444)}.ct-icon--warn{color:var(--ct-warn, #F59E0B)}.ct-val{font-size:13px;font-weight:600;line-height:1.3}@media(min-width:750px){.ct-val{font-size:14px}}.ct-cta{margin-top:2rem;text-align:center}.ct-cta-text{margin:0 0 12px;font-size:16px;font-weight:600;color:var(--ct-hm, #1A1A1A)}.ct-cta-btn{display:inline-block;background:var(--ct-ctab, #1A1A1A);color:var(--ct-ctac, #FFFFFF);text-decoration:none;font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:14px 28px;border-radius:8px;transition:opacity .2s ease}.ct-cta-btn:hover{opacity:.85}.video-testimonials{padding-top:4rem;padding-bottom:4rem}.video-testimonials__heading{font-size:1.5rem;font-weight:600;margin:0 0 1.25rem;letter-spacing:-.01em}.video-testimonials__carousel{position:relative}.video-testimonials__track{display:flex;gap:.75rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.25rem}.video-testimonials__track::-webkit-scrollbar{display:none}.video-testimonials__slide{flex:0 0 65%;scroll-snap-align:start}@media(min-width:750px){.video-testimonials__track{gap:1rem}.video-testimonials__slide{flex:0 0 calc((100% - 2rem) / 3)}}.video-testimonials__media{position:relative;aspect-ratio:2 / 3;overflow:hidden;border-radius:12px;background:#000;cursor:pointer;isolation:isolate}.video-testimonials__poster,.video-testimonials__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.video-testimonials__video{opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1}.video-testimonials__media.is-playing .video-testimonials__poster{opacity:0;transition:opacity .2s ease}.video-testimonials__media.is-playing .video-testimonials__video{opacity:1;pointer-events:auto}.video-testimonials__media.is-playing .video-testimonials__play-btn{opacity:0;pointer-events:none}.video-testimonials__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#ffffffd9;color:#000;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding-left:3px;transition:transform .2s ease,opacity .2s ease,background .2s ease;z-index:2;box-shadow:0 2px 10px #0000002e}.video-testimonials__play-btn:hover{transform:translate(-50%,-50%) scale(1.08);background:#fff}.video-testimonials__play-btn:focus-visible{outline:2px solid #fff;outline-offset:3px}.video-testimonials__nav{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem}.video-testimonials__arrow{width:36px;height:36px;border-radius:50%;border:1px solid currentColor;background:transparent;color:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.55;transition:opacity .2s ease,background .2s ease}.video-testimonials__arrow:hover:not(:disabled){opacity:1}.video-testimonials__arrow:disabled{opacity:.2;cursor:not-allowed}.video-testimonials__arrow:focus-visible{outline:2px solid currentColor;outline-offset:2px}.rawfuel-accordion{padding-top:1rem;padding-bottom:2rem}.rawfuel-accordion__item{background:#faf5e9;border-radius:14px;margin-bottom:1rem;overflow:hidden}.rawfuel-accordion__item:last-child{margin-bottom:0}.rawfuel-accordion__summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 1.75rem;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.rawfuel-accordion__summary::-webkit-details-marker,.rawfuel-accordion__summary::marker{display:none;content:""}.rawfuel-accordion__title{font-size:1.15rem;font-weight:600;letter-spacing:-.01em;line-height:1.3}.rawfuel-accordion__chevron{flex-shrink:0;width:22px;height:22px;transition:transform .25s ease;opacity:.75}.rawfuel-accordion__item[open] .rawfuel-accordion__chevron{transform:rotate(180deg)}.rawfuel-accordion__body-wrapper{overflow:hidden;height:0;transition:height .28s ease}.rawfuel-accordion__body{padding:0 1.75rem 1.5rem;line-height:1.65;font-size:1rem}.rawfuel-accordion__body>:first-child{margin-top:0}.rawfuel-accordion__body>:last-child{margin-bottom:0}.rawfuel-accordion__body p{margin:0 0 .85rem}.rawfuel-accordion__body ul,.rawfuel-accordion__body ol{padding-left:1.25rem;margin:0 0 .85rem}.rawfuel-accordion__body li{margin-bottom:.4rem}.rawfuel-accordion__summary:focus-visible{outline:2px solid currentColor;outline-offset:-2px;border-radius:14px}.rawfuel-accordion__chevron svg{width:100%;height:100%}.ig-section{background:var(--ig-bg, #3D2817);padding-top:var(--ig-pt, 64px);padding-bottom:var(--ig-pb, 64px);position:relative;overflow:hidden}.ig-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--ig-bg-m, none);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:var(--ig-bg-op, .3);z-index:0;pointer-events:none}@media(min-width:750px){.ig-section:before{background-image:var(--ig-bg-d, none)}}.ig-section .page-width{position:relative;z-index:1}.ig-inner{max-width:var(--ig-mw, 800px);margin:0 auto;text-align:var(--ig-h-align, center)}.ig-heading{font-size:var(--ig-hsm, 26px);line-height:1.2;font-weight:800;margin:0 0 1rem}@media(min-width:750px){.ig-heading{font-size:var(--ig-hsd, 36px)}}.ig-h-accent{color:var(--ig-ha, #D4A017);display:inline}.ig-h-main{color:var(--ig-hm, #FFFFFF);display:inline}.ig-subtitle{font-size:var(--ig-sub-sm, 15px);color:var(--ig-sub-c, #E5DDD0);line-height:1.55;margin:0 auto 2rem;max-width:var(--ig-sub-mw, 600px)}@media(min-width:750px){.ig-subtitle{font-size:var(--ig-sub-sd, 17px)}}.ig-grid{display:grid;grid-template-columns:repeat(var(--ig-cols-m, 2),1fr);gap:var(--ig-gap-m, 28px);margin-top:var(--ig-grid-mt, 32px)}@media(min-width:750px){.ig-grid{grid-template-columns:repeat(2,1fr);gap:var(--ig-gap-d, 40px)}}.ig-item{display:flex;flex-direction:column;align-items:center;text-align:center}.ig-icon-wrap{margin-bottom:var(--ig-icon-gap, 16px);display:flex;align-items:center;justify-content:center}.ig-icon{width:var(--ig-icon-sz, 56px);height:var(--ig-icon-sz, 56px);object-fit:contain;display:block}.ig-title{font-size:var(--ig-title-sm, 15px);color:var(--ig-title-c, #FFFFFF);font-weight:var(--ig-title-w, 700);line-height:1.3;margin:0}@media(min-width:750px){.ig-title{font-size:var(--ig-title-sd, 17px)}}.tp-section{background:var(--tp-bg, transparent);padding-top:var(--tp-pt, 24px);padding-bottom:var(--tp-pb, 24px)}.tp-inner{max-width:var(--tp-mw, 640px);margin:0 auto}.tp-card{background:var(--tp-card-bg, #FFFFFF);border:var(--tp-card-bw, 1px) solid var(--tp-card-bor, #E5E0D5);border-radius:var(--tp-card-r, 12px);padding:var(--tp-card-pad, 22px);position:relative;overflow:hidden}.tp-card--accent{border-top:var(--tp-accent-w, 3px) solid var(--tp-accent, #FFD23F)}.tp-card--shadow{box-shadow:0 2px 8px #0000000f}.tp-card__inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--tp-gap, 24px);align-items:center}@media(max-width:749px){.tp-card__inner--mobile-stack{grid-template-columns:1fr;text-align:center}.tp-card__inner--mobile-stack .tp-rating,.tp-card__inner--mobile-stack .tp-company{align-items:center}}.tp-rating,.tp-company{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.tp-logo{display:block;width:var(--tp-logo-w, 120px);height:auto;object-fit:contain}.tp-stars{display:inline-flex;gap:2px}.tp-square{display:inline-flex;align-items:center;justify-content:center;width:var(--tp-star-sz, 26px);height:var(--tp-star-sz, 26px);background:var(--tp-stars-e, #DCDCE6);color:#fff}.tp-square--full{background:var(--tp-stars-c, #00B67A)}.tp-square--partial{background:linear-gradient(to right,var(--tp-stars-c, #00B67A) var(--tp-fill, 50%),var(--tp-stars-e, #DCDCE6) var(--tp-fill, 50%))}.tp-star-icon{width:62%;height:62%;display:block}.tp-link{font-size:13px;color:var(--tp-rev-c, #1A1A1A);text-decoration:none;line-height:1.4;margin-top:4px}a.tp-link .tp-link__count{text-decoration:underline}a.tp-link:hover .tp-link__count{color:var(--tp-stars-c, #00B67A)}.tp-name{font-size:var(--tp-name-sm, 18px);font-weight:700;color:var(--tp-name-c, #1A1A1A);margin:0 0 4px;line-height:1.2}@media(min-width:750px){.tp-name{font-size:var(--tp-name-sd, 20px)}}.tp-verified{display:inline-flex;align-items:center;gap:6px}.tp-verified__check{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:var(--tp-vc-bg, #16A34A);color:var(--tp-vc-c, #FFFFFF);border-radius:50%;flex-shrink:0}.tp-verified__check svg{width:60%;height:60%}.tp-verified__label{font-size:11px;font-weight:700;letter-spacing:.06em;color:var(--tp-vl-c, #16A34A);text-transform:uppercase}.tp-verified__info{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:1px solid #999;border-radius:50%;font-family:serif;font-size:11px;font-style:italic;color:#999;cursor:help;line-height:1}.press-bar{background:#000;color:#fff;padding-top:2.5rem;padding-bottom:2.5rem;overflow:hidden}@media(min-width:750px){.press-bar{padding-top:3rem;padding-bottom:3rem}}.press-bar__heading{text-align:center;font-size:.875rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;opacity:.85;margin:0 0 1.5rem;color:#fff}.press-bar__marquee{display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0,black 8%,black 92%,transparent 100%);mask-image:linear-gradient(to right,transparent 0,black 8%,black 92%,transparent 100%)}.press-bar__track{display:flex;width:max-content;animation:press-bar-scroll var(--marquee-duration, 30s) linear infinite}.press-bar__marquee:hover .press-bar__track{animation-play-state:paused}.press-bar__group{display:flex;align-items:center;gap:3rem;padding-right:3rem;flex-shrink:0}@media(min-width:750px){.press-bar__group{gap:4rem;padding-right:4rem}}.press-bar__logo{height:var(--logo-height, 32px);width:auto;object-fit:contain;display:block;flex-shrink:0;opacity:.92}@keyframes press-bar-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.press-bar__track{animation:none}.press-bar__group{flex-wrap:wrap;justify-content:center}}.results-timeline{padding-top:3rem;padding-bottom:3rem;background:#faf5e9}.results-timeline__inner{max-width:720px;margin:0 auto}.results-timeline__heading{font-size:2.4rem;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:.01em;margin:0 0 1.5rem;line-height:1.25}@media(min-width:750px){.results-timeline__heading{font-size:1.75rem}}.results-timeline__separator{display:flex;align-items:center;gap:0;margin-bottom:2.25rem}.results-timeline__dot{width:9px;height:9px;border-radius:50%;background:currentColor;flex-shrink:0}.results-timeline__line{flex:1;height:1px;background:currentColor;opacity:.35}.results-timeline__items{display:flex;flex-direction:column;gap:2rem}.results-timeline__item{display:grid;grid-template-columns:60px 1fr;gap:1.25rem;align-items:start}@media(min-width:750px){.results-timeline__item{grid-template-columns:68px 1fr;gap:1.5rem}}.results-timeline__icon-wrapper{width:60px;height:60px;border-radius:50%;background:var(--icon-bg, #fad94a);color:var(--icon-color, #1a1a1a);display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(min-width:750px){.results-timeline__icon-wrapper{width:68px;height:68px}}.results-timeline__icon-wrapper svg{width:56px;height:56px;display:block}@media(min-width:750px){.results-timeline__icon-wrapper svg{width:56px;height:56px}}.results-timeline__label{font-size:1.6rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.2rem;opacity:.85}.results-timeline__subtitle{font-size:1.8rem;font-weight:700;margin:0 0 .85rem;line-height:1.3;letter-spacing:-.01em}@media(min-width:750px){.results-timeline__subtitle{font-size:1.3rem}}.results-timeline__bullets{list-style:disc;padding-left:1.2rem;margin:0}.results-timeline__bullets li{margin-bottom:.4rem;line-height:1.5;font-size:1.3rem}.results-timeline__bullets li:last-child{margin-bottom:0}.image-section{display:block;width:100%;line-height:0}.image-section__picture{display:block;width:100%}.image-section__img{display:block;width:100%;height:auto;max-width:none}.image-section__placeholder{padding:3rem 1.5rem;text-align:center;background:#f5f5f5;color:#888;font-size:.95rem;line-height:1.4}.expert-carousel{background:var(--ec-bg, #faf5e9);padding-top:var(--ec-padding-top, 48px);padding-bottom:var(--ec-padding-bottom, 48px)}.expert-carousel__top-rating{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-bottom:1rem}.expert-carousel__top-rating-stars{display:inline-flex;gap:2px;color:var(--ec-top-star-color, #FF4C01)}.expert-carousel__top-rating-stars svg{width:16px;height:16px;display:block}.expert-carousel__top-rating-text{font-size:14px;font-weight:600;color:var(--ec-top-text-color, #1A1A1A)}.expert-carousel__heading{text-align:center;font-size:var(--ec-heading-size-m, 18px);font-weight:var(--ec-heading-weight, 700);color:var(--ec-heading-color, #1A1A1A);letter-spacing:.02em;text-transform:var(--ec-heading-transform, uppercase);margin:0 0 var(--ec-heading-margin-bottom, 32px);line-height:1.3}@media(min-width:750px){.expert-carousel__heading{font-size:var(--ec-heading-size-d, 22px)}}.expert-carousel__container{position:relative}.expert-carousel__track{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.expert-carousel__track::-webkit-scrollbar{display:none}.expert-carousel__slide{flex:0 0 100%;scroll-snap-align:start;text-align:center;padding:0 .5rem}.expert-carousel__photo{width:var(--ec-photo-size, 130px);height:var(--ec-photo-size, 130px);border-radius:var(--ec-photo-radius, 50%);overflow:hidden;margin:0 auto 1.25rem;background:var(--ec-photo-bg, #e8e2d2)}.expert-carousel__photo img{display:block;width:100%;height:100%;object-fit:cover}.expert-carousel__name{font-size:var(--ec-name-size, 17px);font-weight:700;color:var(--ec-name-color, #1A1A1A);margin:0 0 .3rem;letter-spacing:-.005em}.expert-carousel__credentials{font-size:var(--ec-cred-size, 14px);color:var(--ec-cred-color, #555555);margin:0 0 .85rem}.expert-carousel__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:.85rem}.expert-carousel__verified{display:inline-flex;align-items:center;gap:4px;background:var(--ec-verified-bg, #16A34A);color:var(--ec-verified-color, #FFFFFF);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:4px 9px;border-radius:999px;line-height:1}.expert-carousel__verified svg{width:12px;height:12px;display:block}.expert-carousel__pill{display:inline-flex;align-items:center;background:var(--ec-pill-bg, #4a2c1a);color:var(--ec-pill-color, #FFFFFF);font-size:11px;font-weight:600;letter-spacing:.02em;padding:4px 10px;border-radius:999px;line-height:1.2}.expert-carousel__stars{display:flex;justify-content:center;gap:2px;margin-bottom:1.1rem;color:var(--ec-star-color, #F5B800)}.expert-carousel__stars svg{width:var(--ec-star-size, 18px);height:var(--ec-star-size, 18px);display:block}.expert-carousel__quote-body{text-align:left;max-width:var(--ec-quote-max-width, 580px);margin:0 auto}.expert-carousel__quote-body:after{content:"";display:block;clear:both}.expert-carousel__quote-mark{float:left;margin:.3rem .6rem 0 0;display:inline-block}.expert-carousel__quote-mark svg{display:block;width:var(--ec-quote-mark-size-m, 28px);height:var(--ec-quote-mark-size-m, 28px)}.expert-carousel__quote-text{margin:0;font-size:var(--ec-quote-size-m, 15px);color:var(--ec-quote-color, #1A1A1A);line-height:1.65}@media(min-width:750px){.expert-carousel__quote-text{font-size:var(--ec-quote-size-d, 16px)}.expert-carousel__quote-mark svg{width:var(--ec-quote-mark-size-d, 32px);height:var(--ec-quote-mark-size-d, 32px)}}.expert-carousel__nav{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.expert-carousel__arrow{width:var(--ec-arrow-size, 36px);height:var(--ec-arrow-size, 36px);border-radius:50%;border:1px solid var(--ec-arrow-color, #1A1A1A);background:transparent;color:var(--ec-arrow-color, #1A1A1A);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.55;transition:opacity .2s ease}.expert-carousel__arrow svg{width:50%;height:50%;display:block}.expert-carousel__arrow:hover:not(:disabled){opacity:1}.expert-carousel__arrow:disabled{opacity:.2;cursor:not-allowed}.expert-carousel__arrow:focus-visible{outline:2px solid currentColor;outline-offset:2px}.qualifier-list{background:#faf5e9;padding-top:3rem;padding-bottom:3rem}.qualifier-list__inner{max-width:720px;margin:0 auto}.qualifier-list__heading{text-align:center;font-size:1.25rem;font-weight:700;letter-spacing:.01em;text-transform:uppercase;margin:0 0 2rem;line-height:1.3}@media(min-width:750px){.qualifier-list__heading{font-size:1.5rem}}.qualifier-list__items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.qualifier-list__item{display:grid;grid-template-columns:24px 1fr;gap:.85rem;align-items:start}.qualifier-list__icon{display:block;width:24px;height:24px;margin-top:.1rem;flex-shrink:0}.qualifier-list__icon svg{display:block;width:100%;height:100%}.qualifier-list__text{font-size:.95rem;line-height:1.55}@media(min-width:750px){.qualifier-list__text{font-size:1rem}}.qualifier-list__image{margin-top:2.5rem;border-radius:12px;overflow:hidden}.qualifier-list__image img{display:block;width:100%;height:auto}.product-icon-benefit{display:flex;align-items:flex-start}.product-icon-benefit__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box}.product-icon-benefit__icon svg,.product-icon-benefit__icon img{display:block;width:100%;height:100%;object-fit:contain}.product-icon-benefit__content{flex:1;min-width:0}.product-icon-benefit__title{font-weight:700;margin:0 0 .25rem;letter-spacing:-.005em;line-height:1.3}.product-icon-benefit__description{margin:0;line-height:1.5;opacity:.9}.product-free-gifts{width:100%;margin:1.25rem 0}.product-free-gifts__pill{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:10px;font-weight:500;line-height:1.3;margin-bottom:14px}.product-free-gifts__pill-icon,.product-free-gifts__heading-icon,.product-free-gifts__banner-icon{display:inline-flex;align-items:center;flex-shrink:0}.product-free-gifts__pill-icon svg{width:1.25em;height:1.25em;display:block}.product-free-gifts__heading{display:flex;align-items:center;justify-content:center;gap:8px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;margin-bottom:16px;padding:0 8px;text-align:center;line-height:1.3}.product-free-gifts__heading-icon svg{width:1.5em;height:1.5em;display:block}.product-free-gifts__cards{display:flex;gap:8px;margin-bottom:16px}.product-free-gifts__card{flex:1 1 0;min-width:0;display:flex;flex-direction:column}.product-free-gifts__card-media{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:12px;overflow:hidden}.product-free-gifts__card-badge{position:absolute;top:6px;left:6px;z-index:2;display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;letter-spacing:.02em;padding:4px 8px;border-radius:999px;white-space:nowrap;line-height:1}.product-free-gifts__card-badge-text{text-transform:uppercase}.product-free-gifts__card-badge-price{font-weight:600;opacity:.9;text-decoration:line-through}.product-free-gifts__card-image{width:100%;height:100%;object-fit:cover;display:block}.product-free-gifts__card-title{margin:8px 0 0;text-align:center;font-weight:700;line-height:1.25;color:#1a1a1a;letter-spacing:0}.product-free-gifts__banner{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:10px;font-weight:700;line-height:1.3;text-align:center}.product-free-gifts__banner-icon svg{width:1.25em;height:1.25em;display:block}@media(min-width:750px){.product-free-gifts__pill{padding:12px 18px}.product-free-gifts__heading{gap:10px;margin-bottom:18px}.product-free-gifts__cards{gap:12px}.product-free-gifts__card-media{border-radius:14px}.product-free-gifts__card-badge{font-size:11px;padding:5px 10px;top:8px;left:8px}.product-free-gifts__card-title{margin-top:10px}.product-free-gifts__banner{padding:14px 18px}}.product-shipping-badge-wrap{width:100%}.product-shipping-badge{display:inline-flex;align-items:center;line-height:1.3;max-width:100%}.product-shipping-badge__icon{display:inline-block;flex-shrink:0;overflow:hidden}.product-shipping-badge__icon svg{width:100%!important;height:100%!important;display:block}.product-shipping-badge__text{font-weight:500;line-height:1.3;word-break:break-word}.product-shipping-badge__date{font-weight:700}.product-shipping-badge__text-stack{display:flex;min-width:0}.product-shipping-badge__text-stack--stacked{flex-direction:column;gap:3px}.product-shipping-badge__text-stack--inline{flex-direction:row;flex-wrap:wrap;align-items:baseline;gap:8px}.product-shipping-badge__cd-highlight{display:inline}.product-shipping-badge__countdown{font-weight:500;line-height:1.3;word-break:break-word}.product-shipping-badge__cd-mins,.product-shipping-badge__cd-secs{display:inline-block;font-variant-numeric:tabular-nums;margin:0 .25em}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
