.eh-categories{background:#fff;display:flex;justify-content:center;padding:var(--eh-spacing-8-2xl) 24px}.eh-categories__inner{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:var(--eh-spacing-7-xl)}.eh-categories .eh-categories__heading{color:var(--eh-color-text-secondary);font-size:32px}.eh-categories__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--eh-spacing-5)}.eh-categories__card{display:flex;flex-direction:column;gap:var(--eh-spacing-5);color:inherit}.eh-categories__card-body{display:flex;flex-direction:column;gap:var(--eh-spacing-5)}.eh-categories__media{display:flex;flex-direction:column;gap:var(--eh-spacing-2-sm)}.eh-categories__label{color:var(--eh-color-text-tertiary)}.eh-categories__image-wrap{position:relative;display:block;aspect-ratio:1 / 1;border-radius:var(--eh-radius-md);overflow:hidden;background:var(--eh-color-surface-card)}.eh-categories__image{width:100%;height:100%;object-fit:cover}.eh-categories__placeholder{opacity:.3}.eh-categories__text{display:flex;flex-direction:column;gap:var(--eh-spacing-2-sm)}.eh-categories__title{color:var(--eh-color-text-secondary)}.eh-categories__desc{color:var(--eh-color-text-primary)}.eh-categories__explore{display:flex;align-items:center;min-height:32px;opacity:.4;transition:opacity .18s ease}.eh-categories__card:hover .eh-categories__explore{opacity:1}.eh-categories__explore-label{color:var(--eh-color-button-hyperlink-primary);text-decoration:underline;text-underline-position:from-font}@media(min-width:990px){.eh-categories{padding:var(--eh-spacing-8-2xl) var(--eh-spacing-11-4xl)}.eh-categories .eh-categories__heading{font-size:var(--eh-size-h2)}.eh-categories__grid{grid-template-columns:repeat(4,1fr)}}.eh-closing{position:relative;overflow:hidden;min-height:320px;display:flex;align-items:center;justify-content:center;padding:var(--eh-spacing-7-xl) 24px;text-align:center}.eh-closing__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--eh-color-steel-4)}.eh-closing__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.eh-closing__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--eh-closing-overlay, .2))}.eh-closing__heading{position:relative;z-index:1;max-width:900px;color:var(--eh-color-text-inverse);font-size:24px;text-wrap:balance}@media(min-width:990px){.eh-closing{min-height:455px}.eh-closing__heading{font-size:var(--eh-size-h3)}}.eh-cta{background:#fff;display:flex;justify-content:center;padding:var(--eh-spacing-8-2xl) 24px}.eh-cta__inner{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:var(--eh-spacing-7-xl)}.eh-cta__content{display:flex;flex-direction:column;gap:var(--eh-spacing-7-xl)}.eh-cta__text{display:flex;flex-direction:column;gap:var(--eh-spacing-4-md)}.eh-cta .eh-cta__heading{color:var(--eh-color-text-secondary);font-size:32px}.eh-cta__desc{font-family:var(--eh-font-body);font-size:15px;line-height:24px;color:var(--eh-color-text-primary)}.eh-cta__desc>:first-child{margin-top:0}.eh-cta__desc>:last-child{margin-bottom:0}.eh-cta__buttons{display:flex;flex-direction:column;gap:var(--eh-spacing-4-md);align-items:stretch}.eh-cta__btn{width:100%}.eh-cta__image-wrap{width:100%;height:340px;overflow:hidden;background:var(--eh-color-surface-card)}.eh-cta__image{width:100%;height:100%;object-fit:cover}.eh-cta__placeholder{opacity:.3}@media(min-width:990px){.eh-cta{padding:0 var(--eh-spacing-11-4xl)}.eh-cta__inner{flex-direction:row;align-items:center;gap:var(--eh-spacing-5)}.eh-cta__content{flex:1 1 0;min-width:0}.eh-cta .eh-cta__heading{font-size:var(--eh-size-h2)}.eh-cta__buttons{flex-direction:row;gap:var(--eh-spacing-5);align-items:flex-start}.eh-cta__btn{width:auto}.eh-cta__image-wrap{flex:1 1 0;min-width:0;height:520px}}.eh-footer{background:var(--eh-color-surface-primary);display:flex;justify-content:center;padding:var(--eh-spacing-7-xl) 24px;overflow:clip}.eh-footer__container{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:var(--eh-spacing-7-xl)}.eh-footer__main{display:flex;flex-direction:column;gap:var(--eh-spacing-8-2xl)}.eh-footer__left,.eh-footer__right{display:flex;flex-direction:column;min-width:0}.eh-footer__left{gap:var(--eh-spacing-8-2xl)}.eh-footer__right{gap:var(--eh-spacing-6-lg)}.eh-footer__logo{display:block;line-height:0;width:min(var(--logo-w, 320px),70vw);max-width:100%}.eh-footer__logo-img{display:block;width:100%;height:auto}.eh-footer__logo-text{font-family:var(--eh-font-display);font-weight:700;font-size:var(--eh-size-h3);color:var(--eh-color-text-inverse);line-height:1.1}.eh-footer__connect{display:flex;flex-direction:column;gap:var(--eh-spacing-6-lg)}.eh-footer__group{display:flex;flex-direction:column;gap:var(--eh-spacing-4-md)}.eh-footer .eh-footer__group-title,.eh-footer .eh-footer__cert-title,.eh-footer .eh-footer__info-title{color:var(--eh-color-text-inverse)}.eh-footer__social{display:flex;align-items:center;gap:var(--eh-spacing-5)}.eh-footer__social-link{display:inline-flex;color:var(--eh-color-text-inverse);transition:opacity .18s ease}.eh-footer__social-link:hover{opacity:.7}.eh-footer__social-link svg{display:block}.eh-footer__newsletter{max-width:480px}.eh-footer__field{display:flex;align-items:center;justify-content:space-between;gap:var(--eh-spacing-2-sm);height:40px;padding:var(--eh-spacing-2-sm) var(--eh-spacing-4-md);background:#fff;border:1.5px solid var(--eh-color-neutral-3)}.eh-footer__input{flex:1 1 auto;min-width:0;border:0;outline:none;background:transparent;font-family:var(--eh-font-body);font-size:var(--eh-size-body);color:var(--eh-color-text-primary)}.eh-footer__input::placeholder{color:var(--eh-color-text-tertiary)}.eh-footer__submit{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;padding:0;background:none;border:0;color:var(--eh-color-text-primary);cursor:pointer}.eh-footer__newsletter-note,.eh-footer__newsletter-note p{font-family:var(--eh-font-body);font-size:var(--eh-size-body-sm);line-height:1.5;color:var(--eh-color-text-inverse)}.eh-footer__newsletter-note>:first-child{margin-top:0}.eh-footer__newsletter-note>:last-child{margin-bottom:0}.eh-footer__form-msg{font-family:var(--eh-font-body);font-size:var(--eh-size-body-sm);line-height:1.4;color:var(--eh-color-text-inverse)}.eh-footer__form-msg--error{color:#f0a8a8}.eh-footer__cert{display:flex;align-items:center;gap:var(--eh-spacing-5)}.eh-footer__cert-badge{flex:0 0 auto;display:block;line-height:0}.eh-footer__cert-img{display:block;width:69px;height:auto}.eh-footer__cert-text{display:flex;flex-direction:column;gap:var(--eh-spacing-3);min-width:0}.eh-footer__muted{font-family:var(--eh-font-body);font-size:var(--eh-size-body-sm);line-height:1.4;color:var(--eh-color-neutral-4)}.eh-footer__links{display:flex;gap:var(--eh-spacing-7-xl)}.eh-footer__link-col{display:flex;flex-direction:column;gap:var(--eh-spacing-2-sm);list-style:none;margin:0;padding:0}.eh-footer__link{color:var(--eh-color-text-inverse);text-decoration:none;transition:opacity .18s ease}.eh-footer__link:hover{opacity:.7}.eh-footer__info{display:flex;flex-direction:column;gap:var(--eh-spacing-3)}.eh-footer__info-text,.eh-footer__info-text p{font-family:var(--eh-font-body);font-size:var(--eh-size-body-sm);line-height:1.5;color:var(--eh-color-neutral-4)}.eh-footer__info-text>:first-child{margin-top:0}.eh-footer__info-text>:last-child{margin-bottom:0}.eh-footer__info-text strong{color:var(--eh-color-text-inverse);font-weight:700}.eh-footer__bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:var(--eh-spacing-4-md)}.eh-footer__bottom-text{display:flex;flex-direction:column;gap:var(--eh-spacing-2-sm)}.eh-footer__bottom-text p{margin:0;font-family:var(--eh-font-body);font-size:var(--eh-size-body-sm);line-height:1.4;color:var(--eh-color-neutral-4)}@media(min-width:990px){.eh-footer__main{flex-direction:row;gap:var(--eh-spacing-7-xl)}.eh-footer__left,.eh-footer__right{flex:1 1 0}.eh-footer__bottom-text{flex-direction:row;justify-content:space-between}}.eh-header{position:relative;z-index:100;background:#fff}.eh-header[data-sticky=true]{position:sticky;top:0}.eh-header__banner{display:flex;align-items:center;justify-content:center;background:var(--eh-color-surface-secondary);padding:var(--eh-spacing-1-xs) var(--eh-spacing-4-md);text-align:center;text-decoration:none}.eh-header__banner-text{color:var(--eh-color-text-inverse)}.eh-header__bar{background:#fff;border-bottom:1px solid var(--eh-color-neutral-2);padding:var(--eh-spacing-4-md) 24px}.eh-header__inner{width:100%;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:var(--eh-spacing-4-md)}.eh-header__logo{display:block;flex:0 0 auto;line-height:0}.eh-header__logo-img{display:block;width:100%;height:auto}.eh-header__logo-text{font-family:var(--eh-font-display);font-weight:700;font-size:var(--eh-size-h5);color:var(--eh-color-text-secondary);line-height:1.2}.eh-header__nav{display:none;align-items:center;gap:var(--eh-spacing-8-2xl)}.eh-header__menu{display:flex;align-items:center;gap:var(--eh-spacing-4-md);list-style:none;margin:0;padding:0}.eh-header__link{color:var(--eh-color-text-primary);text-decoration:none;transition:color .18s ease}.eh-header__link:hover{color:var(--eh-color-secondary-terracotta)}.eh-header__actions{display:flex;align-items:center;gap:var(--eh-spacing-4-md)}.eh-header__cta{padding-right:var(--eh-spacing-4-md)}.eh-header__toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:24px;height:24px;padding:0;background:none;border:0;cursor:pointer}.eh-header__toggle-bar{display:block;width:20px;height:2px;background:var(--eh-color-text-primary);transition:transform .2s ease,opacity .2s ease}.eh-header.is-open .eh-header__toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.eh-header.is-open .eh-header__toggle-bar:nth-child(2){opacity:0}.eh-header.is-open .eh-header__toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.eh-header__mobile{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--eh-color-neutral-2);box-shadow:0 12px 24px #1a1a1a14;max-height:80vh;overflow-y:auto;padding:var(--eh-spacing-6-lg) 24px var(--eh-spacing-7-xl)}.eh-header__mobile-nav{display:flex;flex-direction:column;gap:var(--eh-spacing-6-lg)}.eh-header__mobile-menu{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.eh-header__mobile-link{display:block;font-family:var(--eh-font-display);font-weight:500;font-size:var(--eh-size-body-lg);letter-spacing:.03em;text-transform:uppercase;color:var(--eh-color-text-primary);text-decoration:none;padding:var(--eh-spacing-3) 0;border-bottom:1px solid var(--eh-color-neutral-2)}.eh-header__mobile-actions{display:flex;flex-direction:column;gap:var(--eh-spacing-4-md);align-items:stretch}.eh-header__mobile-cta{width:100%}.eh-header__mobile-account{color:var(--eh-color-text-primary);text-decoration:none;text-align:center}@media(min-width:990px){.eh-header__bar{padding:var(--eh-spacing-4-md) var(--eh-spacing-11-4xl)}.eh-header__nav{display:flex}.eh-header__toggle,.eh-header__mobile{display:none}}.eh-hero{display:grid;grid-template-columns:1fr;align-items:stretch}.eh-hero__content{background:var(--eh-hero-panel-bg, var(--eh-color-steel-5));display:flex;flex-direction:column;justify-content:center;padding:56px 24px}.eh-hero__content-inner{display:flex;flex-direction:column;gap:var(--eh-spacing-7-xl);width:100%}.eh-hero__copy{display:flex;flex-direction:column;gap:var(--eh-spacing-4-md)}.eh-hero__text{display:flex;flex-direction:column;gap:var(--eh-spacing-2-sm)}.eh-hero .eh-hero__eyebrow{color:var(--eh-color-text-caption)}.eh-hero .eh-hero__headline{color:var(--eh-color-text-secondary);font-size:40px;text-wrap:balance}.eh-hero .eh-hero__desc{color:var(--eh-color-text-primary);max-width:46ch}.eh-hero__stats{display:flex;align-items:stretch;gap:var(--eh-spacing-5)}.eh-hero__stat{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--eh-spacing-2-sm);text-align:center}.eh-hero__stat-number{color:var(--eh-color-text-primary)}.eh-hero__stat-label{color:var(--eh-color-primary-ink)}.eh-hero__stat-divider{flex:0 0 1px;align-self:stretch;background:var(--eh-color-primary-ink);opacity:.3}.eh-hero__actions{display:flex;align-items:center;flex-wrap:wrap;gap:var(--eh-spacing-5)}.eh-hero__btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:var(--eh-spacing-2-sm);padding:var(--eh-spacing-3) var(--eh-spacing-5) var(--eh-spacing-3) var(--eh-spacing-6-lg);background:var(--eh-color-secondary-terracotta);color:var(--eh-color-text-inverse);border:none;cursor:pointer;transition:background-color .18s ease}.eh-hero__btn-primary:hover{background:var(--eh-color-secondary-terracotta-hover)}.eh-hero__btn-arrow{flex:0 0 16px;width:16px;height:16px}.eh-hero__btn-secondary{display:inline-flex;align-items:center;min-height:40px;color:var(--eh-color-button-hyperlink-primary);text-decoration:underline;text-underline-position:from-font;transition:opacity .18s ease}.eh-hero__btn-secondary:hover{opacity:.7}.eh-hero__media{position:relative;overflow:hidden;min-height:360px;background:var(--eh-color-steel-5)}.eh-hero__media-el,.eh-hero__media-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.eh-hero__placeholder-svg{width:100%;height:100%;object-fit:cover;opacity:.35}@media(min-width:990px){.eh-hero{grid-template-columns:auto 1fr;min-height:600px}.eh-hero__content{padding:var(--eh-spacing-8-2xl) var(--eh-spacing-8-2xl) var(--eh-spacing-8-2xl) max(var(--eh-spacing-8-2xl),calc((100vw - 1320px)/2))}.eh-hero__content-inner{max-width:460px}.eh-hero .eh-hero__headline{font-size:var(--eh-size-h1)}.eh-hero__media{min-height:0}}.eh-how{background:var(--eh-color-secondary-linen);padding:56px 24px}.eh-how__inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:var(--eh-spacing-7-xl)}.eh-how__header{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--eh-spacing-5)}.eh-how__heading{flex:1 1 320px;max-width:486px;color:var(--eh-color-text-secondary);font-size:32px;text-wrap:balance}.eh-how__desc{flex:1 1 300px;max-width:445px;color:var(--eh-color-text-primary)}.eh-how__steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:var(--eh-spacing-7-xl)}.eh-how__step{display:flex;flex-direction:column;gap:var(--eh-spacing-5)}.eh-how__step-top{display:flex;align-items:center;gap:var(--eh-spacing-2-sm)}.eh-how__step-badge{flex:0 0 40px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--eh-color-navy-1)}.eh-how__step-num{color:var(--eh-color-text-inverse)}.eh-how__step-line{flex:1 1 auto;align-self:center;height:0;border-top:2px dotted var(--eh-color-line)}.eh-how__step-text{display:flex;flex-direction:column;gap:var(--eh-spacing-2-sm)}.eh-how__step-title{color:var(--eh-color-text-secondary)}.eh-how__step-body{color:var(--eh-color-text-primary)}@media(min-width:700px){.eh-how__steps{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.eh-how{padding:var(--eh-spacing-8-2xl) var(--eh-spacing-11-4xl)}.eh-how__inner{gap:var(--eh-spacing-8-2xl)}.eh-how__heading{font-size:var(--eh-size-h2)}.eh-how__steps{grid-template-columns:repeat(4,1fr);gap:var(--eh-spacing-5)}.eh-how__step{gap:var(--eh-spacing-7-xl)}}.eh-listh{background:#fff;padding:56px 24px}.eh-listh__inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:var(--eh-spacing-7-xl)}.eh-listh__header{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--eh-spacing-5)}.eh-listh__heading{flex:1 1 320px;max-width:486px;color:var(--eh-color-text-secondary);font-size:32px;text-wrap:balance}.eh-listh__intro{flex:1 1 300px;max-width:445px;color:var(--eh-color-text-primary)}.eh-listh__items{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:var(--eh-spacing-7-xl)}.eh-listh__item{display:flex;flex-direction:column;gap:var(--eh-spacing-5)}.eh-listh__item-top{display:flex;align-items:center;gap:var(--eh-spacing-2-sm)}.eh-listh__badge{flex:0 0 40px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--eh-color-navy-1)}.eh-listh__num{color:var(--eh-color-text-inverse)}.eh-listh__line{flex:1 1 auto;align-self:center;height:0;border-top:2px solid var(--eh-color-line)}.eh-listh__item-text{display:flex;flex-direction:column;gap:var(--eh-spacing-2-sm)}.eh-listh__item-title{color:var(--eh-color-text-secondary)}.eh-listh__item-body{color:var(--eh-color-text-primary)}.eh-listh__item-body>*{margin:0}.eh-listh__item-body>*+*{margin-top:var(--eh-spacing-2-sm)}@media(min-width:700px){.eh-listh__items{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.eh-listh{padding:var(--eh-spacing-8-2xl) var(--eh-spacing-11-4xl)}.eh-listh__inner{gap:var(--eh-spacing-8-2xl)}.eh-listh__heading{font-size:var(--eh-size-h2)}.eh-listh__items{grid-template-columns:repeat(4,1fr);gap:var(--eh-spacing-5)}.eh-listh__item{gap:var(--eh-spacing-7-xl)}}.eh-marquee{background:var(--eh-color-green-800);padding:var(--eh-spacing-5) 0;overflow:hidden}.eh-marquee__viewport{width:100%;overflow:hidden}.eh-marquee__track{display:flex;width:max-content;animation:eh-marquee-scroll var(--eh-marquee-duration, 40s) linear infinite}.eh-marquee__viewport:hover .eh-marquee__track{animation-play-state:paused}.eh-marquee__group{display:flex;align-items:center;flex:0 0 auto}.eh-marquee__item{display:flex;align-items:center;gap:var(--eh-spacing-4-md);padding-right:var(--eh-spacing-9);flex:0 0 auto}.eh-marquee__icon{width:64px;height:64px;object-fit:contain;flex:0 0 auto}.eh-marquee__label{color:var(--eh-color-text-inverse);line-height:24px;white-space:nowrap}@keyframes eh-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.eh-marquee__track{animation:none;transform:none}}.eh-page-hero{display:grid;grid-template-columns:1fr;align-items:stretch}.eh-page-hero--contained{max-width:1200px;margin-inline:auto}.eh-page-hero__content{background:var(--eh-ph-panel-bg, #ffffff);display:flex;flex-direction:column;justify-content:center;padding:56px 24px}.eh-page-hero__content-inner{display:flex;flex-direction:column;gap:var(--eh-spacing-4-md);width:100%}.eh-page-hero__eyebrow{color:var(--eh-color-text-caption)}.eh-page-hero__heading{color:var(--eh-color-text-secondary);font-size:var(--eh-size-h3);text-wrap:balance}.eh-page-hero__subtext{color:var(--eh-color-text-primary)}.eh-page-hero__actions{margin-top:var(--eh-spacing-2-sm)}.eh-page-hero__media{position:relative;min-height:280px}.eh-page-hero__img,.eh-page-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.eh-page-hero__img{object-fit:cover}.eh-page-hero__placeholder{background:var(--eh-color-steel-4)}@media(min-width:990px){.eh-page-hero{min-height:360px}.eh-page-hero__heading{font-size:var(--eh-size-h2)}.eh-page-hero__media{min-height:0}.eh-page-hero--bleed{grid-template-columns:auto 1fr}.eh-page-hero--bleed .eh-page-hero__content{padding:var(--eh-spacing-8-2xl) var(--eh-spacing-8-2xl) var(--eh-spacing-8-2xl) max(var(--eh-spacing-8-2xl),calc((100vw - 1320px)/2))}.eh-page-hero--bleed .eh-page-hero__content-inner{max-width:480px}.eh-page-hero--contained{grid-template-columns:1.1fr .9fr}.eh-page-hero--contained .eh-page-hero__content{padding:var(--eh-spacing-8-2xl)}.eh-page-hero--contained .eh-page-hero__content-inner{max-width:480px}}.eh-products{background:#fff;display:flex;justify-content:center;padding:var(--eh-spacing-8-2xl) 24px}.eh-products__inner{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:var(--eh-spacing-7-xl)}.eh-products__header{display:flex;flex-direction:column;gap:var(--eh-spacing-4-md)}.eh-products__header-row{display:flex;align-items:center;justify-content:space-between;gap:var(--eh-spacing-4-md)}.eh-products .eh-products__heading{color:var(--eh-color-text-secondary);font-size:32px}.eh-products__view-all{flex:0 0 auto;color:var(--eh-color-button-hyperlink-tertiary);text-decoration:underline;text-underline-position:from-font;transition:opacity .18s ease}.eh-products__view-all:hover{opacity:.7}.eh-products__subtitle{color:var(--eh-color-text-primary)}.eh-products__track{display:flex;gap:var(--eh-spacing-5);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:2px}.eh-products__track::-webkit-scrollbar{display:none}.eh-products__track>.eh-card{flex:0 0 82%;max-width:384px;scroll-snap-align:start}.eh-products__dots{display:flex;align-items:center;gap:var(--eh-spacing-2-sm)}.eh-products__dot{position:relative;width:4px;height:4px;padding:0;border:none;cursor:pointer;background:var(--eh-color-navy-4);opacity:.3;transition:width .2s ease,opacity .2s ease,background-color .2s ease}.eh-products__dot:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px}.eh-products__dot--active{width:40px;opacity:1;background:var(--eh-color-navy-1)}@media(min-width:700px){.eh-products__track>.eh-card{flex-basis:45%}}@media(min-width:990px){.eh-products{padding:var(--eh-spacing-8-2xl) var(--eh-spacing-11-4xl)}.eh-products .eh-products__heading{font-size:var(--eh-size-h2)}.eh-products__track>.eh-card{flex-basis:384px}}.eh-quote{position:relative;overflow:hidden;background:var(--eh-color-secondary-linen);display:flex;flex-direction:column;align-items:center;padding:var(--eh-spacing-10-3xl) 24px}.eh-quote__glow{position:absolute;top:50%;left:50%;width:520px;height:520px;max-width:90vw;transform:translate(-50%,-50%);background:radial-gradient(circle,#c1440e1a,#c1440e00 70%);pointer-events:none;z-index:0}.eh-quote__inner{position:relative;z-index:1;width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;gap:var(--eh-spacing-7-xl)}.eh-quote__text{margin:0;max-width:932px;color:var(--eh-color-text-secondary);text-align:center;font-size:24px;text-wrap:balance}.eh-quote__author{display:flex;align-items:center;gap:var(--eh-spacing-2-sm)}.eh-quote__avatar{flex:0 0 40px;width:40px;height:40px;border-radius:50%;overflow:hidden;background:var(--eh-color-gray-500)}.eh-quote__avatar img{width:100%;height:100%;object-fit:cover}.eh-quote__author-info{display:flex;flex-direction:column;gap:var(--eh-spacing-1-xs);text-align:left}.eh-quote__author-name{color:var(--eh-color-text-strong)}.eh-quote__author-role{color:var(--eh-color-text-meta)}@media(min-width:990px){.eh-quote{padding-left:var(--eh-spacing-11-4xl);padding-right:var(--eh-spacing-11-4xl)}.eh-quote__text{font-size:var(--eh-size-h3)}}.eh-reviews{background:var(--eh-color-secondary-linen);display:flex;justify-content:center;padding:var(--eh-spacing-8-2xl) 24px;overflow:clip}.eh-reviews__inner{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:var(--eh-spacing-7-xl)}.eh-reviews .eh-reviews__heading{color:var(--eh-color-text-secondary);font-size:32px}.eh-reviews__content{display:flex;flex-direction:column;gap:var(--eh-spacing-8-2xl)}.eh-reviews__track{display:flex;gap:var(--eh-spacing-9);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.eh-reviews__track::-webkit-scrollbar{display:none}.eh-reviews__card{flex:0 0 78%;max-width:282px;display:flex;flex-direction:column;gap:var(--eh-spacing-7-xl);scroll-snap-align:start;border-radius:var(--eh-radius-md)}.eh-reviews__card-top{display:flex;flex-direction:column;gap:var(--eh-spacing-4-md)}.eh-reviews__stars{display:flex;gap:2px;color:var(--eh-color-text-primary)}.eh-reviews__star{display:block}.eh-reviews__quote{font-family:var(--eh-font-body);font-weight:400;font-size:var(--eh-size-body-lg);line-height:var(--eh-spacing-5);color:var(--eh-color-text-primary);min-height:144px}.eh-reviews__author{display:flex;align-items:center;gap:var(--eh-spacing-2-sm)}.eh-reviews__avatar{flex:0 0 34px;width:34px;height:34px;border-radius:50%;overflow:hidden;background:var(--eh-color-surface-card)}.eh-reviews__avatar-img{width:100%;height:100%;object-fit:cover}.eh-reviews__avatar-placeholder{opacity:.25}.eh-reviews__author-info{display:flex;flex-direction:column;gap:var(--eh-spacing-1-xs);min-width:0}.eh-reviews .eh-reviews__name{color:var(--eh-color-text-strong)}.eh-reviews__verified{display:flex;align-items:center;gap:4px}.eh-reviews__check{display:block;flex:0 0 12px;color:var(--eh-color-text-meta)}.eh-reviews__verified-label{color:var(--eh-color-text-meta)}.eh-reviews__pagination{display:flex;align-items:center;gap:var(--eh-spacing-2-sm)}.eh-reviews__dot{width:4px;height:4px;padding:0;border:0;background:var(--eh-color-navy-4);opacity:.3;cursor:pointer;transition:width .2s ease,opacity .2s ease,background-color .2s ease}.eh-reviews__dot.is-active{width:40px;height:4px;background:var(--eh-color-navy-1);opacity:1}@media(min-width:990px){.eh-reviews .eh-reviews__heading{font-size:var(--eh-size-h2)}.eh-reviews__card{flex:0 0 282px}}@media(prefers-reduced-motion:reduce){.eh-reviews__track{scroll-behavior:auto}}.eh-section.eh-science{color:var(--eh-color-text-inverse)}.eh-science{background:var(--eh-color-green-900);display:flex;justify-content:center;padding:var(--eh-spacing-9) 24px}.eh-science__inner{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:var(--eh-spacing-7-xl)}.eh-science__info{display:flex;flex-direction:column;gap:var(--eh-spacing-7-xl)}.eh-science__text{display:flex;flex-direction:column;gap:var(--eh-spacing-4-md)}.eh-science .eh-science__heading{font-size:32px;text-wrap:balance}.eh-science__desc{font-family:var(--eh-font-body);font-weight:400;font-size:15px;line-height:24px;font-variation-settings:"opsz" 14}.eh-science__desc p+p{margin-top:1em}.eh-science__features{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--eh-spacing-5)}.eh-science__feature{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:var(--eh-spacing-2-sm);text-align:center}.eh-science__feature-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:var(--eh-color-text-inverse)}.eh-science__feature-icon img,.eh-science__feature-icon svg{width:48px;height:48px;object-fit:contain}.eh-science__media{display:flex;flex-direction:column;align-items:center;gap:var(--eh-spacing-6-lg)}.eh-science__product{width:100%;max-width:588px}.eh-science__product img,.eh-science__product .eh-science__placeholder{width:100%;height:auto}.eh-science__placeholder{opacity:.25}.eh-science__certs{display:flex;flex-direction:column;align-items:center;gap:var(--eh-spacing-5)}.eh-science__cert{display:flex;flex-direction:column;align-items:center;gap:var(--eh-spacing-2-sm);text-align:center}.eh-science__cert-divider{width:47px;height:1px;background:var(--eh-color-text-inverse);opacity:.3}@media(min-width:990px){.eh-science{padding:var(--eh-spacing-9) var(--eh-spacing-11-4xl)}.eh-science__inner{flex-direction:row;align-items:center;gap:var(--eh-spacing-5)}.eh-science__info{flex:1 1 0;min-width:0}.eh-science .eh-science__heading{font-size:var(--eh-size-h2)}.eh-science__media{flex:0 0 auto;flex-direction:row;align-items:center;gap:var(--eh-spacing-6-lg)}.eh-science__product{width:588px}.eh-science__certs{width:112px}}.eh-social{background:#fff;display:flex;justify-content:center;padding:var(--eh-spacing-8-2xl) 24px;overflow:clip}.eh-social__inner{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:var(--eh-spacing-7-xl)}.eh-social .eh-social__heading{color:var(--eh-color-text-secondary);font-size:32px}.eh-social__content{display:flex;flex-direction:column;gap:var(--eh-spacing-7-xl)}.eh-social__track{display:flex;gap:var(--eh-spacing-5);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.eh-social__track::-webkit-scrollbar{display:none}.eh-social__card{flex:0 0 78%;max-width:282px;display:block;scroll-snap-align:start}.eh-social__media{position:relative;display:block;width:100%;aspect-ratio:282 / 360;border-radius:var(--eh-radius-md);overflow:hidden;background:var(--eh-color-surface-card)}.eh-social__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.eh-social__placeholder{opacity:.25}.eh-social__play{position:absolute;right:var(--eh-spacing-4-md);bottom:var(--eh-spacing-4-md);width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--eh-color-navy-1);border:1px solid var(--eh-color-line);pointer-events:none}.eh-social__pagination{display:flex;align-items:center;gap:var(--eh-spacing-2-sm)}.eh-social__dot{width:4px;height:4px;padding:0;border:0;background:var(--eh-color-navy-4);opacity:.3;cursor:pointer;transition:width .2s ease,opacity .2s ease,background-color .2s ease}.eh-social__dot.is-active{width:40px;height:4px;background:var(--eh-color-navy-1);opacity:1}@media(min-width:990px){.eh-social .eh-social__heading{font-size:var(--eh-size-h2)}.eh-social__card{flex:0 0 282px}}@media(prefers-reduced-motion:reduce){.eh-social__track{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/23/compiled_assets/styles.css.map */
