.editorial-hero{display:flex;align-items:center}.editorial-hero__inner--left{text-align:left;margin-right:auto}.editorial-hero__inner--center{text-align:center;margin-left:auto;margin-right:auto}.editorial-hero__inner{max-width:var(--container-standard)}.editorial-hero__ctas{margin-top:var(--space-sm)}.editorial-hero__inner--center .editorial-hero__subheading,.editorial-hero__inner--center .editorial-hero__subheading p{text-align:center}.editorial-hero__inner--left .editorial-hero__subheading,.editorial-hero__inner--left .editorial-hero__subheading p{text-align:left}.editorial-hero__subheading *{max-width:100%}.editorial-hero__inner--center .editorial-hero__ctas{justify-content:center}.editorial-hero__ctas{display:flex;gap:var(--space-xs)}.editorial-hero--height-full{min-height:100vh}.editorial-hero--height-large{min-height:80vh}.editorial-hero--height-medium{min-height:60vh}.editorial-hero--height-auto{min-height:unset;padding-top:var(--space-lg);padding-bottom:var(--space-lg)}@supports (height: 100svh){.editorial-hero--height-full{min-height:100svh}}.editorial-hero__inner{width:100%}.editorial-hero--gradient{background:linear-gradient(180deg,#f8f8f8,#fff)}.editorial-hero--image{background-size:cover;background-position:center}.editorial-hero__eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:var(--font-size-small);color:var(--color-text-secondary);margin-bottom:var(--space-xs)}.editorial-hero__heading{font-size:var(--font-size-h1);line-height:var(--line-height-heading);margin-bottom:var(--space-sm)}.editorial-text p{text-align:center;color:var(--color-text-secondary)}.editorial-text__heading,.editorial-text__body{margin-left:auto;margin-right:auto}.editorial-text__body{max-width:720px}.editorial-text .rte p,.editorial-text .rte ul,.editorial-text .rte ol{margin-left:auto;margin-right:auto}.metrics-grid__items{display:grid;gap:var(--space-md)}.metrics-grid__items--4{grid-template-columns:repeat(4,1fr)}@media (max-width: 768px){.metrics-grid__items.metrics-grid__items--4,.metrics-grid__items.metrics-grid__items--3,.metrics-grid__items.metrics-grid__items--2{grid-template-columns:1fr!important;gap:8px}}.metrics-grid__items--3{grid-template-columns:repeat(3,1fr)}.metrics-grid__items--2{grid-template-columns:repeat(2,1fr)}.metrics-grid__value{font-size:1.2rem;font-family:"FONTSPRING DEMO - The Seasons"!important;font-weight:600;line-height:1.1em;margin-bottom:var(--space-xxs);color:var(--color-text-inverse)}.metrics-grid__label{font-size:var(--font-size-small);font-weight:500;line-height:normal;color:var(--color-text-inverse)}.metrics-grid__item{border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:var(--space-sm);background-color:var(--color-bg-sec-brand);display:flex;flex-direction:column;gap:var(--space-xxs);box-shadow:none}.feature-list__items{display:grid;gap:var(--space-md)}.feature-list__inner{margin-left:auto;margin-right:auto;text-align:center}.feature-list__intro{max-width:720px;margin-left:auto;margin-right:auto}.feature-list--grid .feature-list__items{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.feature-list{background:var(--color-bg-sec-brand)}.feature-list__items{margin-left:auto;margin-right:auto;justify-content:center}.feature-list__heading{font-size:var(--font-size-h2);6 line-height: var(--line-height-heading);margin-bottom:var(--space-xs);color:var(--color-text-inverse)}.feature-list__subheading{font-size:var(--font-size-h3);font-weight:500;color:var(--color-text-inverse);margin-bottom:var(--space-sm)}.feature-list__intro{max-width:720px;text-align:center;color:var(--color-text-inverse);margin-bottom:var(--space-md)}.feature-list__title{color:var(--color-text-inverse)}.feature-list__description{color:#fffc}.feature-list__item{position:relative;text-align:center;align-items:center;padding:var(--space-md);border:var(--border-subtle);border-radius:16px;color:var (--color-text-inverse);background:var(--color-bg-brand);transition:transform var(--transition-base),box-shadow var(--transition-base)}.feature-list__item:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0000000f}.feature-list__icon{margin-bottom:var(--space-sm);width:48px;height:48px;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center}.feature-list__icon img{width:100%;height:100%;object-fit:contain}.feature-list--stacked .feature-list__items{grid-template-columns:1fr}.feature-list--stacked .feature-list__item{padding:var (--space-md) border: none;border-bottom:var(--border-subtle);border-radius:16px}.feature-list--stacked .feature-list__item:last-child{border-bottom:none}@media (max-width: 768px){.feature-list__item{padding:var(--space-sm)}.feature-list__title{font-size:1rem}}.feature-list__item:before{content:"";position:absolute;left:0;top:16px;bottom:16px;width:3px;background:linear-gradient(to bottom,#0000001f,#0000);border-radius:2px}.system-phases{background:var(--color-bg-brand)}.system-phases__inner{display:flex;flex-direction:column;align-items:center}.system-phases__heading{font-size:var(--font-size-h2);line-height:var(--line-height-heading);margin-bottom:var(--space-xs);color:var(--color-text-inverse)}.system-phases__intro p{max-width:720px;color:var(--color-text-secondary);text-align:center;font-size:var(--font-size-body)}.system-phases__items{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md);margin-top:var(--space-md)}.system-phases__item{position:relative;padding:var(--space-md);border:var(--border-subtle);border-radius:16px;background:var(--color-bg-sec-brand);transition:transform var(--transition-base),box-shadow var(--transition-base)}.system-phases__item:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0000000f}.system-phases__label{font-size:var(--font-size-small);text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-inverse);margin-bottom:var(--space-xs);text-align:center}.system-phases__title{font-size:1.25rem;margin-bottom:var(--space-xs);color:var(--color-text-inverse)}.system-phases__description{font-size:var(--font-size-body);color:var(--color-text-inverse);line-height:var(--line-height-body);text-align:center;align-items:center}@media (min-width: 1024px){.system-phases__items:before{content:"";position:absolute;top:50%;left:5%;right:5%;height:1px;background:#0000000f;z-index:0}.system-phases__item{z-index:1}}@media (max-width: 900px){.system-phases__items{grid-template-columns:1fr;gap:var(--space-sm)}.system-phases__item{padding:var(--space-sm)}}.validated-ingredients{background:var(--color-bg-brand)}.validated-ingredients__inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:var(--space-md)}.validated-ingredients__heading{font-size:var(--font-size-h2);margin-bottom:var(--space-xs)}.validated-ingredients__intro{color:var(--color-text-secondary)}.validated-ingredients__header{text-align:center;max-width:720px;margin:0 auto}.validated-ingredients__content-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-sm);align-items:stretch}.validated-ingredients__visual img{width:100%;height:auto;display:block;border-radius:16px}.validated-ingredients__visual-frame{width:100%;max-width:520px;aspect-ratio:3 / 3;overflow:hidden;border-radius:16px}.validated-ingredients__visual-frame img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 768px){.validated-ingredients__visual-frame{aspect-ratio:1 / 1;max-width:100%}}.validated-ingredients__table{position:relative;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:var(--space-md);background:#c49d86}.validated-ingredients__subsection-title{font-size:1.1rem;margin-bottom:var(--space-sm)}.validated-ingredients__badge{position:absolute;top:-12px;right:-12px;display:inline-flex;align-items:center;gap:6px;padding:6px 10px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-inverse);background:var(--color-bg-sec-brand);border:1px solid rgba(0,0,0,.15);border-radius:999px;z-index:2}.validated-ingredients__badge svg{width:16px;height:16px}.validated-ingredients__rows{display:flex;flex-direction:column;gap:var(--space-xs)}.validated-ingredients__row{font-size:var(--font-size-body);line-height:var(--line-height-body);color:var(--color-text-secondary)}.validated-ingredients__note{max-width:720px;padding-top:var(--space-sm);border-top:1px solid rgba(0,0,0,.08)}.validated-ingredients__note-title{font-weight:600;margin-bottom:var(--space-xxs)}.validated-ingredients__note-text{color:var(--color-text-secondary)}.validated-ingredients__note-text p{margin:0}@media (max-width: 768px){.validated-ingredients__content-grid{grid-template-columns:1fr;gap:var(--space-sm)}.validated-ingredients__visual{order:2}.validated-ingredients__table{order:1;padding:var(--space-md) var(--space-sm)}}.entity-grid__items{display:grid;gap:var(--space-md)}.entity-grid__items--3{grid-template-columns:repeat(3,1fr)}.entity-grid__items--4{grid-template-columns:repeat(4,1fr)}.outcome-list{padding:80px 20px;color:var(--color-text-inverse)}.outcome-list__container{width:1100px;margin:0 auto;text-align:center}.outcome-list__heading{font-size:var(--outcome-heading-size);margin-bottom:24px}.outcome-list__intro{font-size:var(--outcome-text-size);color:var(--color-text-secondary);line-height:1.6}.outcome-list__intro{text-align:center;max-width:720px;margin:0 auto 32px}.outcome-list__focus{font-size:calc(var(--outcome-text-size) + 2px);font-weight:600;margin:0 auto 40px;padding-left:0;border-left:none;max-width:720px}.outcome-list__grid{display:grid;grid-template-columns:repeat(2,420px);gap:16px;justify-content:center}.outcome-list__grid>.outcome-card:last-child:nth-child(odd){grid-column:1 / -1;justify-self:center}.outcome-card{background:var(--color-bg-accent-brand);width:100%;max-width:100%;border-radius:16px;padding:6px 20px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;box-shadow:0 8px 30px #0000000a;opacity:0;transform:translateY(20px);animation:outcomeFadeUp .6s ease forwards}.outcome-card:nth-child(odd){animation-delay:.05s}.outcome-card:nth-child(2n){animation-delay:.15s}.outcome-card__icon{flex-shrink:0}.outcome-card__text{font-size:var(--outcome-text-size);line-height:1.5}@keyframes outcomeFadeUp{to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.outcome-list__grid{grid-template-columns:1fr;gap:8px}.outcome-card{width:100%}.outcome-list__container{width:100%;margin:0 auto;text-align:center}}.tools-grid{padding:80px 20px}.tools-grid__outer{max-width:1200px;margin:0 auto;background:var(--color-bg-accent-brand);border-radius:24px;padding:64px}.tools-grid__container{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:start}.tools-grid__content{display:flex;flex-direction:column;align-items:start;text-align:left}.tools-grid__heading{font-size:var(--tools-heading-size);margin-bottom:20px;text-align:left!important}.tools-grid__intro{max-width:640px;margin-bottom:30px;color:var(--color-text-inverse)}.tools-grid__intro p{margin:0}.tools-grid__focus{max-width:640px;font-weight:600;margin-bottom:40px;color:var(--color-text-inverse)}.tools-grid__focus p{margin:0}.tools-grid__focus--below{max-width:720px;margin:48px auto 0;text-align:left;font-weight:600}.outcome-icon svg{width:1.25em;height:1.25em;color:var(--color-text-inverse)}.tools-grid__list{display:grid;grid-template-columns:repeat(2,360px);gap:20px;justify-content:start}.tools-grid__list>.tools-card:last-child:nth-child(odd){grid-column:1 / -1;justify-self:start}.tools-card{border-radius:14px;display:flex;justify-content:start;opacity:0;transform:translateY(20px);animation:toolsGridFade .6s ease forwards}.tools-card__row{display:flex;align-items:center;gap:14px;max-width:300px}.tools-card__icon{font-size:26px;flex-shrink:0}.tools-card__text{font-size:var(--tools-text-size);text-align:left;color:var(--color-text-inverse)}.tools-grid__image img{width:100%;height:auto;border-radius:18px;object-fit:cover}@keyframes toolsGridFade{to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.tools-grid__container{grid-template-columns:1fr}.tools-grid__outer{padding:40px 24px}.tools-grid__list{grid-template-columns:1fr}.tools-grid__list>.tools-card{grid-column:auto}.tools-card__row{max-width:100%}}.standards-grid{padding:80px 20px}.standards-grid__outer{max-width:1200px;margin:0 auto}.standards-grid__heading{text-align:center;margin-bottom:16px}.standards-grid__intro{text-align:center;max-width:720px;margin:0 auto 48px}.standards-grid__container{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:stretch}.standards-grid__lead{font-size:1.1rem;font-weight:600}.standards-grid__divider{margin-top:24px;letter-spacing:6px;opacity:.4}.standards-item{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px;animation:fadeUp .6s ease forwards;opacity:0}.standards-item__icon svg{width:20px;height:20px;flex-shrink:0}.standards-item__text{line-height:1.6}.standards-grid__left{display:flex;flex-direction:column;justify-content:flex-end;height:100%}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.standards-grid__container{grid-template-columns:1fr}.standards-grid__lead,.standards-grid__divider{text-align:center}}.standards-grid__icons{display:flex;gap:24px;margin-top:16px}.standards-icon{display:flex;align-items:center;gap:10px;font-weight:600}.standards-icon svg{width:36px;height:auto}.standards-grid__badges{display:flex;justify-content:center;flex-wrap:wrap;gap:32px;margin-top:64px}.standards-badge img{display:block;max-height:60px;width:auto;opacity:.9}@media (max-width: 768px){.standards-grid__icons{justify-content:center}}.manifesto-text{padding:80px 20px;align-items:center}.manifesto-text__outer{max-width:1200px;margin:0 auto}.manifesto-text__container{display:flex;flex-direction:column;align-items:center;text-align:center}.manifesto-text__outer{display:flex;justify-content:center}.manifesto-text__container p{max-width:800px;margin:0 auto}.manifesto-text__heading{font-size:36px;line-height:1.2;margin-bottom:24px}.manifesto-text__body{font-size:18px;line-height:1.7;color:var(--color-text-secondary);align-items:center;text-align:center}.manifesto-text__body p{margin-bottom:16px}.manifesto-text__body strong{font-weight:600}@media (max-width: 768px){.manifesto-text{padding:60px 16px}.manifesto-text__heading{font-size:28px}.manifesto-text__body{font-size:16px}}.cta-banner{padding:80px 20px}.cta-banner__outer{max-width:1200px;margin:0 auto}.cta-banner__container{background:var(--color-bg-accent-brand);border-radius:16px;padding:64px;text-align:center;align-items:center}.cta-banner__statement{font-size:32px;line-height:1.25;margin-bottom:32px;color:var(--color-text-inverse)}.cta-banner__actions{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.cta-banner__button{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:999px;font-size:15px;text-decoration:none;transition:transform .2s ease,background-color .2s ease}.cta-banner__button--primary{color:var(--color-text-inverse);color:#fff}.cta-banner__button--secondary{background:transparent;color:var(--color-text-inverse);border:1px solid var(--color-text-inverse)}.cta-banner__button:hover{transform:translateY(-1px)}@media (max-width: 768px){.cta-banner__container{padding:48px 24px}.cta-banner__statement{font-size:24px}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/sections.css.map */
