.featured-product-hero{padding:80px 0;background-color:#fff}.featured-product-hero__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:40px;align-items:center}.featured-product-hero__media--desktop{position:relative}.featured-product-hero__media-frame{border-radius:24px;overflow:hidden;background:#f7f0e4;box-shadow:0 18px 45px #0f172a38}.featured-product-hero__image{display:block;width:100%;height:100%;max-height:520px;object-fit:cover}.featured-product-hero__content{display:flex;flex-direction:column;gap:18px}.featured-product-hero__eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.8rem;font-weight:600;color:#064a3bb3}.featured-product-hero__title{font-size:2.1rem;line-height:1.1;margin:0;color:#08241b}.featured-product-hero__subtitle{font-size:1rem;line-height:1.7;color:#0f172ad9;margin:0 0 4px}.featured-product-hero__card{background:linear-gradient(135deg,#f7f0e4,#fbead6);padding:20px 22px 22px;border-radius:18px;box-shadow:0 12px 32px #0f172a2e;position:relative;overflow:hidden}.featured-product-hero__card-top{display:block}.featured-product-hero__image--mobile{display:none;border-radius:16px;background:#f7f0e4}.featured-product-hero__product-title{font-size:1.1rem;font-weight:600;margin:0 0 4px;color:#08241b}.featured-product-hero__price-row{display:flex;gap:12px;align-items:baseline;margin-bottom:10px}.featured-product-hero__price{font-size:1.05rem;font-weight:600;color:#08241b}.featured-product-hero__compare{font-size:.9rem;color:#0f172a99;text-decoration:line-through}.featured-product-hero__bullets{list-style:none;padding:0;margin:10px 0 16px}.featured-product-hero__bullets li{font-size:.95rem;color:#0f172adb;line-height:1.6;display:flex;gap:8px;align-items:flex-start}.featured-product-hero__bullets li:before{content:"\2022";color:#108474;font-size:1.2rem;line-height:1;margin-top:1px}.featured-product-hero__impact{margin-top:10px;font-size:.88rem;color:#0f172acc;display:flex;gap:6px;align-items:center}.featured-product-hero__impact-icon{width:16px;height:16px;border-radius:8px;background-color:#108474;display:inline-block;position:relative}.featured-product-hero__impact-icon:before{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:inherit;border:2px solid #f7f0e4}.featured-product-hero__trust{margin-top:10px;font-size:.86rem;color:#0f172ab3}.featured-product-hero__actions{margin-top:12px;display:flex;flex-wrap:wrap;gap:12px}.featured-product-hero__btn{display:inline-block;padding:11px 22px;border-radius:8px;border:2px solid #0c6a5c;background-color:#108474;color:#fff;font-size:.98rem;font-weight:600;text-decoration:none;text-align:center;transition:background .18s ease,border-color .18s ease,transform .12s ease,box-shadow .12s ease}.featured-product-hero__btn:hover{background-color:#0c6a5c;border-color:#0a5d50;transform:translateY(-1px);box-shadow:0 10px 26px #0000002e}.featured-product-hero__btn--secondary{background:transparent;color:#108474;border-color:#064a3b2e}.featured-product-hero__btn--secondary:hover{background:#1084740f;border-color:#064a3b66}@media(max-width:999px){.featured-product-hero__inner{grid-template-columns:minmax(0,1fr)}.featured-product-hero__media-frame{max-width:540px;margin:0 auto}}@media(max-width:640px){.featured-product-hero{padding:32px 0 40px}.featured-product-hero__inner{display:block}.featured-product-hero__media--desktop{display:none}.featured-product-hero__card{padding:14px 16px 16px;max-width:100%}.featured-product-hero__title{font-size:1.7rem}.featured-product-hero__subtitle{font-size:.95rem;margin-bottom:8px}.featured-product-hero__card-top{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);column-gap:16px;align-items:center;margin-bottom:12px}.featured-product-hero__image--mobile{display:block;width:140px;max-width:40vw;height:auto;justify-self:end;box-shadow:0 8px 18px #0f172a2e;border-radius:16px}.featured-product-hero__bullets{margin:6px 0 10px}.featured-product-hero__bullets li{font-size:.9rem}.featured-product-hero__actions{margin-top:6px}.featured-product-hero__impact{margin-top:8px}.featured-product-hero__trust{margin-top:6px}}.featured-product-hero__image--mobile img{width:100%!important;height:auto!important;max-width:160px;object-fit:contain;display:block;margin:0 auto}.hero-video-section{position:relative;min-height:calc(100vh - 62px);width:100%;overflow:hidden;display:flex;align-items:stretch;color:#fff}.hero-video-section__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.hero-video-section__media video,.hero-video-section__media img{width:100%;height:100%;object-fit:cover;display:block}.hero-video-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--hero-overlay-color, #bfa88f);opacity:var(--hero-overlay-opacity, .55);pointer-events:none;z-index:1}.hero-video-section__content{position:relative;z-index:2;width:100%;display:flex;align-items:flex-end}.hero-video-section__inner{padding:40px 0 124px;max-width:1200px;margin:0 auto}.hero-video__copy{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:14px;text-align:center;color:#fff}.hero-video__copy h1,.hero-video__copy p{color:#fff}.hero-video__heading{margin:0;line-height:1.1}.hero-video__subheading{line-height:1.7;max-width:44rem;opacity:.96;margin:10px auto 0}.hero-video__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;justify-content:center}.hero-video__btn-primary,.hero-video__btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 2.1rem;border-radius:8px;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background-color .14s ease,border-color .14s ease,color .14s ease}.hero-video__btn-primary{background-color:#108474;color:#fff;box-shadow:0 14px 30px #00000040}.hero-video__btn-primary:hover{background-color:#098574;transform:translateY(-1px);box-shadow:0 18px 40px #00000052}.hero-video__btn-secondary{background-color:transparent;color:#fff;border-color:#ffffffb3}.hero-video__btn-secondary:hover{background-color:#ffffff1f;border-color:#fff}@media(max-width:989px){.hero-video-section__inner{padding:32px 0 80px}}@media(max-width:640px){.hero-video__actions{flex-direction:column;align-items:stretch}.hero-video__btn-primary,.hero-video__btn-secondary{width:100%;justify-content:center}}.rescue-impact-section{padding:80px 0;background-color:#f5f1e9}.rescue-impact__inner{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.rescue-impact__heading{font-family:Poppins,sans-serif;font-size:2.2rem;font-weight:600;margin:0 0 12px;color:#2b1d1f}.rescue-impact__subheading{font-size:1.05rem;line-height:1.6;opacity:.85;margin-bottom:30px}.rescue-impact__steps{display:flex;flex-direction:column;gap:16px}.rescue-step{display:flex;align-items:center;gap:16px}.rescue-step__number{width:34px;height:34px;border-radius:50%;border:1px solid rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600}.rescue-impact__media img{width:100%;border-radius:22px;box-shadow:0 14px 40px #0000001f}@media(max-width:768px){.rescue-impact__inner{grid-template-columns:1fr;text-align:center}.rescue-step{justify-content:center}}.hiw-section{padding:64px 0 72px;background-color:#f5f7f8}.hiw__inner{max-width:1200px;margin:0 auto}.hiw__header{text-align:center;margin-bottom:40px}.hiw__heading{margin:0 0 10px;font-size:2rem;line-height:1.2}.hiw__subheading{max-width:40rem;margin:0 auto;font-size:.98rem;line-height:1.7;opacity:.9}.hiw__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.hiw-card{background-color:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 25px #0f172a14;display:flex;flex-direction:column;height:100%}.hiw-card__media img{display:block;width:100%;height:210px;object-fit:cover}.hiw-card__body{padding:16px 18px 20px;text-align:center}.hiw-card__title{margin:0 0 6px;font-size:1.02rem;font-weight:600;color:#073b4c}.hiw-card__text{margin:0;font-size:.94rem;line-height:1.6;color:#4b5563}.hiw__cta{margin-top:40px;text-align:center}.hiw__btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 2.1rem;border-radius:999px;font-size:.96rem;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;background-color:#108474;color:#fff;transition:transform .12s ease,box-shadow .12s ease,background-color .14s ease,border-color .14s ease,color .14s ease}.hiw__btn:hover{background-color:#1e8c5e;box-shadow:0 10px 26px #00000029;transform:translateY(-1px)}@media(max-width:900px){.hiw__grid{grid-template-columns:1fr;gap:18px}.hiw-section{padding:48px 0 56px}.hiw__heading{font-size:1.7rem}}.hiw-adv{color:rgb(var(--color-foreground));background:rgb(var(--color-background));padding:clamp(56px,7vw,96px) 0;position:relative;overflow:clip}.hiw-adv:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(900px 500px at 12% 0%,rgba(var(--color-foreground),.035),transparent 62%),linear-gradient(to bottom,rgba(var(--color-foreground),.015),transparent 26%)}.hiw-adv__inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:clamp(28px,4vw,56px);align-items:start}.hiw-adv__text-col{position:relative;z-index:1;padding-top:clamp(0px,1vw,10px)}.hiw-adv__header{margin-bottom:26px;max-width:640px}.hiw-adv__eyebrow{margin:0 0 12px;text-transform:uppercase;letter-spacing:.16em;color:rgba(var(--color-foreground),.56)}.hiw-adv__heading{margin:0 0 14px;line-height:1.05;max-width:12ch;letter-spacing:-.02em}.hiw-adv__subheading{margin:0;max-width:35rem;line-height:1.65;color:rgba(var(--color-foreground),.74)}.hiw-adv__steps-wrap{position:relative;display:grid;gap:14px;margin-top:28px;padding-left:0}.hiw-adv__line{position:absolute;left:16px;top:22px;bottom:22px;width:2px;background:rgba(var(--color-foreground),.09);border-radius:999px}.hiw-adv__line-fill{position:absolute;left:16px;top:22px;width:2px;height:0%;background:rgba(var(--color-foreground),.42);border-radius:999px;transition:height .22s ease}.hiw-adv__step{position:relative;display:grid;align-items:start;padding:20px 20px 20px 52px;border-radius:22px;background:transparent;border:1px solid transparent;opacity:1;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease,opacity .18s ease}.hiw-adv__step:hover{background:rgba(var(--color-foreground),.022);border-color:rgba(var(--color-foreground),.08)}.hiw-adv__marker{position:absolute;left:8px;top:28px;width:18px;height:18px;border-radius:999px;background:rgb(var(--color-background));border:2px solid rgba(var(--color-foreground),.22);box-sizing:border-box;transition:border-color .18s ease,background-color .18s ease,transform .18s ease,box-shadow .18s ease}.hiw-adv__marker:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:999px;background:transparent;transition:background-color .18s ease}.hiw-adv__step-body{padding-right:0}.hiw-adv__step-kicker{margin:0 0 6px;text-transform:uppercase;letter-spacing:.14em;color:rgba(var(--color-foreground),.46)}.hiw-adv__step-title{margin:0 0 8px;line-height:1.2;color:rgba(var(--color-foreground),.5);transition:color .18s ease}.hiw-adv__step-text{margin:0;line-height:1.65;color:rgba(var(--color-foreground),.5);transition:color .18s ease}.hiw-adv__step-thumb-wrap{display:none}.hiw-adv__step-thumb{display:block;width:78px;height:104px;border-radius:16px;object-fit:cover;opacity:.6;filter:grayscale(100%);transition:opacity .18s ease,filter .18s ease,transform .18s ease}.hiw-adv__step.is-active{background:rgba(var(--color-foreground),.04);border-color:rgba(var(--color-foreground),.1);box-shadow:0 14px 34px rgba(var(--color-foreground),.06),0 1px rgba(var(--color-foreground),.04);transform:translate(4px)}.hiw-adv__step.is-active .hiw-adv__marker{border-color:rgba(var(--color-foreground),.95);transform:scale(1.04);box-shadow:0 0 0 6px rgba(var(--color-foreground),.06)}.hiw-adv__step.is-active .hiw-adv__marker:after{background:rgb(var(--color-foreground))}.hiw-adv__step.is-active .hiw-adv__step-title{color:rgb(var(--color-foreground))}.hiw-adv__step.is-active .hiw-adv__step-text{color:rgba(var(--color-foreground),.78)}.hiw-adv__step.is-active .hiw-adv__step-kicker{color:rgba(var(--color-foreground),.56)}.hiw-adv__step.is-active .hiw-adv__step-thumb{opacity:1;filter:grayscale(0);transform:translateY(-1px)}.hiw-adv__media{position:relative;z-index:0}.hiw-adv__media-inner{position:sticky;top:110px}.hiw-adv__media-frame{position:relative;overflow:hidden;border-radius:28px;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.08);box-shadow:0 24px 60px rgba(var(--color-foreground),.11),0 1px rgba(var(--color-foreground),.05)}.hiw-adv__media-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to top,rgba(var(--color-foreground),.06),transparent 30%)}.hiw-adv__media-image{display:block;width:100%;height:auto;aspect-ratio:.95 / 1;object-fit:cover;opacity:1;transform:scale(1);transition:opacity .22s ease,transform .22s ease}.hiw-adv__media-image.is-fading{opacity:.88;transform:scale(1.02)}.hiw-adv__media-caption{margin:14px 6px 0;max-width:38ch;line-height:1.55;color:rgba(var(--color-foreground),.62)}@media(max-width:999px){.hiw-adv__inner{grid-template-columns:minmax(0,1fr);gap:28px}.hiw-adv__media-inner{position:static;top:auto}.hiw-adv__media{order:-1}.hiw-adv__media-frame{margin-bottom:0}.hiw-adv__heading{max-width:none}}@media(max-width:640px){.hiw-adv{padding:40px 0 54px;overflow:visible}.hiw-adv__media{display:none}.hiw-adv__header{margin-bottom:20px}.hiw-adv__heading{line-height:1.08}.hiw-adv__steps-wrap{gap:12px;margin-top:18px}.hiw-adv__line,.hiw-adv__line-fill{left:15px}.hiw-adv__step{grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:18px 14px 18px 44px;border-radius:18px}.hiw-adv__marker{left:7px;top:25px;width:16px;height:16px}.hiw-adv__step-thumb-wrap{display:block}.hiw-adv__step-thumb{width:84px;height:112px;border-radius:14px}.hiw-adv__step-title{margin-bottom:6px}.hiw-adv__step-text{line-height:1.5}}.impact{padding:80px 0;background:#fff}.impact__inner{max-width:1200px;margin:0 auto;text-align:center}.impact__heading{font-size:2rem;font-weight:600;color:#08241b;margin-bottom:12px}.impact__subheading{font-size:1rem;line-height:1.7;color:#0f172abf;max-width:580px;margin:0 auto 48px}.impact__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px;margin-bottom:48px}.impact__stat{background:#f7f0e4;padding:32px 24px;border-radius:18px;box-shadow:0 8px 18px #0f172a14}.impact__stat-number{font-size:2.4rem;font-weight:700;color:#064a3b;margin-bottom:12px}.impact__stat-label{font-size:1.05rem;font-weight:600;color:#08241b;margin-bottom:8px}.impact__stat-text{font-size:.95rem;color:#0f172ab3;line-height:1.6}.impact__cta{margin-top:24px}.impact__cta a{display:inline-block;background:#064a3b;color:#fff;padding:14px 26px;border-radius:8px;font-size:1rem;text-decoration:none;transition:background .2s ease}.impact__cta a:hover{background:#052f24}@media(max-width:640px){.impact{padding:60px 0}.impact__heading{font-size:1.6rem}}.social-proof{padding:64px 0;background:#fff}.social-proof__inner{max-width:1200px;margin:0 auto;text-align:center}.social-proof__heading{font-size:2rem;font-weight:600;margin-bottom:40px;color:#08241b}.social-proof__icons{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:28px;margin-bottom:60px}.social-proof__icon-item{display:flex;flex-direction:column;align-items:center;gap:12px}.social-proof__icon-item img{width:48px;height:48px;object-fit:contain}.social-proof__icon-title{font-size:1rem;font-weight:600;color:#064a3b}.social-proof__icon-text{font-size:.92rem;color:#0f172ab3;max-width:220px}.social-proof__testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px;margin-top:20px}.social-proof__testimonial{background:#f7f0e4;padding:24px;border-radius:16px;text-align:left;box-shadow:0 4px 16px #0000000f}.social-proof__testimonial-text{font-size:1rem;line-height:1.6;color:#08241b;margin-bottom:16px}.social-proof__testimonial-author{font-size:.9rem;font-weight:600;color:#064a3b}
/*# sourceMappingURL=/cdn/shop/t/9/compiled_assets/styles.css.map */
