.hp-section-heading{display:grid;gap:var(--hp-space-sm);margin-bottom:var(--hp-space-lg)}.hp-section-heading--center{text-align:center;justify-items:center}.hp-section-heading__kicker{display:inline-flex;align-items:center;min-height:24px;padding:.2rem .55rem;border-radius:999px;border:1px solid var(--hp-color-border);background:var(--hp-color-surface);color:var(--hp-color-text-soft);font-family:var(--hp-font-body);font-size:.75rem;font-weight:600;line-height:1}.hp-section-heading__title{margin:0;font-family:var(--hp-font-heading);font-size:clamp(1.45rem,3vw,2.25rem);line-height:1.2;letter-spacing:0;color:var(--hp-color-text)}.hp-section-heading__text{margin:0;max-width:70ch;font-family:var(--hp-font-body);font-size:1rem;line-height:1.6;color:var(--hp-color-text-soft)}.hp-pill-list{display:flex;flex-wrap:wrap;gap:var(--hp-space-xs)}.hp-pill{display:inline-flex;align-items:center;gap:.35rem;min-height:30px;padding:.3rem .65rem;border-radius:999px;border:1px solid var(--hp-color-border);background:var(--hp-color-surface);color:var(--hp-color-text);font-family:var(--hp-font-body);font-size:.8125rem;line-height:1.2}.hp-feature-list{display:grid;gap:var(--hp-space-sm)}.hp-feature-item{display:grid;grid-template-columns:20px 1fr;gap:var(--hp-space-sm);align-items:start;color:var(--hp-color-text)}.hp-feature-item__icon{width:20px;height:20px;display:inline-grid;place-items:center;color:var(--hp-color-accent-strong)}.hp-feature-item__text{margin:0;font-family:var(--hp-font-body);font-size:.98rem;line-height:1.5;color:var(--hp-color-text)}.hp-card--soft{background:color-mix(in srgb,var(--hp-color-bg-soft) 55%,white);border-color:color-mix(in srgb,var(--hp-color-border) 70%,white)}.hp-card--interactive{transition:transform var(--hp-transition-fast),box-shadow var(--hp-transition-fast),border-color var(--hp-transition-fast)}.hp-card--interactive:hover{transform:translateY(-2px);box-shadow:var(--hp-shadow-md);border-color:color-mix(in srgb,var(--hp-color-accent) 40%,var(--hp-color-border))}.hp-card--interactive:focus-within{box-shadow:var(--hp-shadow-md);border-color:color-mix(in srgb,var(--hp-color-accent) 40%,var(--hp-color-border))}.hp-benefit-card{background:var(--hp-color-surface);border:1px solid var(--hp-color-border);border-radius:var(--hp-radius-lg);padding:var(--hp-space-lg);box-shadow:var(--hp-shadow-sm)}.hp-benefit-card__title{margin:0 0 var(--hp-space-xs);font-family:var(--hp-font-heading);font-size:1.06rem;line-height:1.3;color:var(--hp-color-text)}.hp-benefit-card__text{margin:0;font-family:var(--hp-font-body);font-size:.95rem;line-height:1.5;color:var(--hp-color-text-soft)}.hp-include-card{display:grid;gap:var(--hp-space-md);background:var(--hp-color-surface);border:1px solid var(--hp-color-border);border-radius:var(--hp-radius-lg);overflow:hidden;box-shadow:var(--hp-shadow-sm)}.hp-include-card__media{aspect-ratio:4 / 3;background:var(--hp-color-bg-soft)}.hp-include-card__media img{width:100%;height:100%;object-fit:cover;display:block}.hp-include-card__body{padding:0 var(--hp-space-lg) var(--hp-space-lg)}.hp-include-card__title{margin:0 0 var(--hp-space-xs);font-family:var(--hp-font-heading);font-size:1.1rem;line-height:1.3;color:var(--hp-color-text)}.hp-include-card__text{margin:0;font-family:var(--hp-font-body);font-size:.95rem;line-height:1.5;color:var(--hp-color-text-soft)}.hp-cta-strip{background:var(--hp-color-surface);border:1px solid var(--hp-color-border);border-radius:var(--hp-radius-lg);padding:var(--hp-space-lg);box-shadow:var(--hp-shadow-sm)}.hp-cta-strip__row{display:grid;gap:var(--hp-space-md)}@media(min-width:750px){.hp-cta-strip__row{grid-template-columns:1fr auto;align-items:center}}.hp-email-capture{background:color-mix(in srgb,var(--hp-color-bg-soft) 58%,white);border:1px solid var(--hp-color-border);border-radius:var(--hp-radius-lg);padding:var(--hp-space-lg)}.hp-email-capture__form{display:grid;gap:var(--hp-space-sm)}@media(min-width:750px){.hp-email-capture__form{grid-template-columns:1fr auto;align-items:center}}.hp-email-capture__input{min-height:44px;padding:.65rem .8rem;border:1px solid var(--hp-color-border);border-radius:var(--hp-radius-md);background:#fff;color:var(--hp-color-text);font-family:var(--hp-font-body);font-size:1rem;line-height:1.2}.hp-email-capture__input::placeholder{color:color-mix(in srgb,var(--hp-color-text-soft) 75%,white)}.hp-email-capture__input:focus-visible{outline:2px solid var(--hp-color-accent-strong);outline-offset:2px;border-color:var(--hp-color-accent-strong)}.hp-faq{display:grid;gap:var(--hp-space-sm)}.hp-faq__item{border:1px solid var(--hp-color-border);border-radius:var(--hp-radius-md);background:var(--hp-color-surface);overflow:clip}.hp-faq__summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:var(--hp-space-md);min-height:52px;padding:.85rem 1rem;font-family:var(--hp-font-body);font-size:1rem;font-weight:600;line-height:1.35;color:var(--hp-color-text)}.hp-faq__summary::-webkit-details-marker{display:none}.hp-faq__summary:after{content:"+";flex:0 0 auto;width:1.4rem;text-align:center;font-size:1.15rem;line-height:1;color:var(--hp-color-text-soft)}.hp-faq__item[open] .hp-faq__summary:after{content:"\2212"}.hp-faq__summary:hover{background:color-mix(in srgb,var(--hp-color-bg-soft) 45%,white)}.hp-faq__summary:focus-visible{outline:2px solid var(--hp-color-accent-strong);outline-offset:-2px}.hp-faq__content{padding:0 1rem 1rem;color:var(--hp-color-text-soft);font-family:var(--hp-font-body);font-size:.96rem;line-height:1.6}.hp-faq__content>:first-child{margin-top:.1rem}.hp-faq__content>:last-child{margin-bottom:0}.hp-reviews-placeholder{border:1px dashed var(--hp-color-border);border-radius:var(--hp-radius-lg);padding:var(--hp-space-lg);background:color-mix(in srgb,var(--hp-color-bg) 70%,white)}.hp-reviews-placeholder__title{margin:0 0 var(--hp-space-xs);font-family:var(--hp-font-heading);font-size:1rem;color:var(--hp-color-text)}.hp-reviews-placeholder__text{margin:0;font-family:var(--hp-font-body);font-size:.93rem;color:var(--hp-color-text-soft);line-height:1.5}@media(prefers-reduced-motion:reduce){.hp-card--interactive{transition:none}.hp-card--interactive:hover{transform:none}}.hp-hero-section{padding-top:clamp(2.2rem,6vw,5.5rem);padding-bottom:clamp(2.2rem,5vw,5rem)}.hp-hero-shell{background:linear-gradient(180deg,#fff,#faf8f3);border:1px solid var(--hp-color-border);border-radius:var(--hp-radius-lg);box-shadow:var(--hp-shadow-sm);padding:clamp(1.1rem,3.5vw,3rem)}.hp-hero--premium{gap:clamp(1.25rem,2.8vw,3rem);align-items:center}.hp-hero__content{padding-top:clamp(.25rem,1vw,.75rem)}.hp-hero__title{max-width:20ch}.hp-hero__subtitle{max-width:62ch}.hp-hero__pills{gap:var(--hp-space-sm)}.hp-hero__actions{display:flex;flex-wrap:wrap;gap:var(--hp-space-sm)}.hp-btn--is-disabled{opacity:.65;pointer-events:none}.hp-hero__visual{display:grid;align-items:stretch}.hp-hero__media-card{padding:clamp(.45rem,1vw,.8rem);border-radius:calc(var(--hp-radius-lg) + 2px);background:color-mix(in srgb,var(--hp-color-surface) 80%,white);border:1px solid var(--hp-color-border);box-shadow:var(--hp-shadow-sm)}.hp-hero__media-card .hp-media{border-radius:var(--hp-radius-lg);overflow:hidden}.hp-hero__placeholder{height:100%;min-height:320px;padding:clamp(1rem,3vw,1.6rem);display:grid;align-content:end;gap:var(--hp-space-sm);background:radial-gradient(circle at 12% 16%,rgba(142,167,132,.18),transparent 38%),radial-gradient(circle at 88% 84%,rgba(184,169,153,.08),transparent 35%),linear-gradient(165deg,#fff,#faf8f3)}.hp-hero__placeholder-badge{width:fit-content;min-height:24px;padding:.2rem .55rem;border-radius:999px;border:1px solid var(--hp-color-border);background:#fffc;color:var(--hp-color-text-soft);font-family:var(--hp-font-body);font-size:.75rem;font-weight:600;line-height:1}.hp-hero__placeholder-title{margin:0;font-family:var(--hp-font-heading);font-size:clamp(1.1rem,2vw,1.4rem);line-height:1.25;color:var(--hp-color-text)}.hp-hero__placeholder-text{margin:0;max-width:38ch;font-family:var(--hp-font-body);font-size:.95rem;line-height:1.5;color:var(--hp-color-text-soft)}@media(min-width:990px){.hp-hero-shell{padding:clamp(1.75rem,2.4vw,3.25rem)}.hp-hero__content{padding-right:clamp(.5rem,1.5vw,1.25rem)}}@media(min-width:990px){.hp-hero--premium{grid-template-columns:minmax(0,45%) minmax(0,55%);align-items:center;gap:clamp(1.25rem,2.2vw,2.25rem)}.hp-hero__content{max-width:58rem}.hp-hero__media-card{width:100%;max-width:100%}.hp-hero__media-card .hp-media{aspect-ratio:auto;height:clamp(320px,40vw,520px)}.hp-hero__media-card .hp-media__img{width:100%;height:100%;object-fit:cover}.hp-hero__placeholder{min-height:100%;height:100%}}@media(max-width:989px){.hp-hero--premium{display:grid;grid-template-columns:1fr}.hp-hero__visual{order:2}.hp-hero__media-card .hp-media{height:clamp(240px,56vw,420px);aspect-ratio:auto}.hp-hero__media-card .hp-media__img{width:100%;height:100%;object-fit:cover}.hp-hero__placeholder{min-height:100%;height:100%}}@media(min-width:750px){.hp-hero.hp-hero--premium{display:grid!important;grid-template-columns:minmax(0,45%) minmax(0,55%)!important;align-items:center}.hp-hero__media-card .hp-media{height:clamp(300px,36vw,500px)!important;aspect-ratio:auto!important}}@media(min-width:990px){.hp-hero--premium{display:grid!important;grid-template-columns:minmax(0,44%) minmax(0,56%)!important}.hp-hero__visual{min-width:0!important}.hp-hero__media-card{max-height:520px!important}.hp-hero__media-card .hp-media{height:460px!important}}.hp-hero-section{padding-top:clamp(1rem,2.2vw,2rem);padding-bottom:clamp(1rem,2.2vw,2rem)}.hp-hero-shell{padding:clamp(.9rem,2.2vw,1.6rem)}.hp-hero--premium{align-items:center}.hp-hero__content{justify-content:center;gap:var(--hp-space-md);padding-top:0;padding-bottom:0}.hp-hero__title{margin-bottom:0}.hp-hero__subtitle{margin-top:0;margin-bottom:0}@media(min-width:990px){.hp-hero--premium{grid-template-columns:minmax(0,45%) minmax(0,55%);min-height:auto}.hp-hero__media-card .hp-media{height:clamp(260px,30vw,400px)}.hp-hero__content,.hp-hero__visual{align-self:center}}@media(max-width:989px){.hp-hero-section{padding-top:clamp(.8rem,3vw,1.2rem);padding-bottom:clamp(.8rem,3vw,1.2rem)}.hp-hero-shell{padding:clamp(.8rem,3.2vw,1.1rem)}.hp-hero__media-card .hp-media{height:clamp(220px,52vw,320px)}}.hp-hero-section{padding-top:clamp(.35rem,1.2vw,.9rem);padding-bottom:clamp(.9rem,1.9vw,1.5rem)}.hp-hero-shell{padding-top:clamp(.7rem,1.4vw,1rem);padding-bottom:clamp(.9rem,1.6vw,1.2rem)}.hp-hero--premium{align-items:start}.hp-hero__content{justify-content:start;align-content:start;gap:clamp(.55rem,1.1vw,.9rem);margin-top:-.2rem}.hp-hero__title{font-size:clamp(2.1rem,3.9vw,3.35rem);line-height:1.06;font-weight:700;max-width:19ch}.hp-hero__subtitle{font-size:clamp(1.02rem,1.25vw,1.16rem);line-height:1.58;color:var(--hp-color-text);max-width:56ch}@media(min-width:990px){.hp-hero--premium{grid-template-columns:minmax(0,45%) minmax(0,55%);align-items:start}.hp-hero__content{margin-top:-.35rem;padding-right:clamp(.3rem,1vw,.8rem)}.hp-hero__media-card .hp-media{height:clamp(250px,27vw,360px)}.hp-hero__visual{align-self:start}}@media(max-width:989px){.hp-hero-section{padding-top:clamp(.25rem,1.8vw,.65rem);padding-bottom:clamp(.75rem,2.4vw,1.05rem)}.hp-hero-shell{padding-top:clamp(.65rem,2.2vw,.9rem);padding-bottom:clamp(.8rem,2.4vw,1rem)}.hp-hero__content{margin-top:-.05rem}.hp-hero__title{font-size:clamp(1.85rem,7.2vw,2.45rem);line-height:1.08}.hp-hero__subtitle{font-size:clamp(.99rem,3.8vw,1.07rem);line-height:1.55}.hp-hero__media-card .hp-media{height:clamp(210px,49vw,300px)}}.hp-home-hero-section{padding:clamp(1.2rem,4vw,3.5rem) 0 clamp(1.6rem,4vw,3.8rem);background:var(--hp-color-surface)}.hp-home-hero{width:min(100% - (2 * var(--hp-space-lg)),var(--hp-container-max));margin-inline:auto}.hp-home-hero__grid{display:grid;grid-template-columns:1fr;gap:clamp(1.2rem,3.6vw,2rem);align-items:center}.hp-home-hero__content{display:grid;gap:var(--hp-space-md);align-content:start}.hp-home-hero__eyebrow{margin:0;font-family:var(--hp-font-body);font-size:.78rem;font-weight:600;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:var(--hp-color-text-soft)}.hp-home-hero__title{margin:0;max-width:18ch;font-family:var(--hp-font-heading);font-size:clamp(2rem,7.1vw,3.35rem);line-height:1.08;letter-spacing:0;font-weight:700;color:var(--hp-color-text)}.hp-home-hero__subtitle{margin:0;max-width:60ch;font-family:var(--hp-font-body);font-size:clamp(1rem,3.8vw,1.18rem);line-height:1.62;color:var(--hp-color-text-soft)}.hp-home-hero__benefits{margin:var(--hp-space-xs) 0 0;padding:0;list-style:none;display:grid;gap:.65rem}.hp-home-hero__benefit{display:grid;grid-template-columns:12px 1fr;align-items:center;gap:.7rem;padding:.72rem .8rem;border:1px solid var(--hp-color-border);border-radius:var(--hp-radius-md);background:color-mix(in srgb,var(--hp-color-surface) 82%,white)}.hp-home-hero__benefit-dot{width:.55rem;height:.55rem;border-radius:50%;background:var(--hp-color-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--hp-color-accent) 18%,transparent)}.hp-home-hero__benefit-text{font-family:var(--hp-font-body);font-size:.97rem;line-height:1.45;color:var(--hp-color-text)}.hp-home-hero__actions{margin-top:var(--hp-space-xs);display:grid;grid-template-columns:1fr;gap:.75rem}.hp-home-hero__btn{width:100%;min-height:46px}.hp-home-hero__btn--disabled{opacity:.68;pointer-events:none}.hp-home-hero__visual{display:grid;align-items:stretch}.hp-home-hero__visual-card{width:100%;border:1px solid var(--hp-color-border);border-radius:var(--hp-radius-lg);overflow:hidden;background:var(--hp-color-surface);box-shadow:var(--hp-shadow-sm);min-height:clamp(250px,55vw,410px);max-height:460px}.hp-home-hero__image{width:100%;height:100%;min-height:inherit;max-height:inherit;object-fit:cover;display:block}.hp-home-hero__placeholder{min-height:inherit;max-height:inherit;height:100%;padding:clamp(1rem,4vw,1.6rem);display:grid;align-content:end;gap:var(--hp-space-sm);background:radial-gradient(circle at 16% 16%,rgba(142,167,132,.2),transparent 38%),radial-gradient(circle at 86% 84%,rgba(184,169,153,.1),transparent 35%),linear-gradient(160deg,#fff,#faf8f3)}.hp-home-hero__placeholder-badge{width:fit-content;min-height:24px;padding:.2rem .55rem;border:1px solid var(--hp-color-border);border-radius:999px;background:#ffffffd6;color:var(--hp-color-text-soft);font-family:var(--hp-font-body);font-size:.75rem;font-weight:600;line-height:1}.hp-home-hero__placeholder-title{margin:0;font-family:var(--hp-font-heading);font-size:clamp(1.18rem,3.6vw,1.5rem);line-height:1.22;color:var(--hp-color-text)}.hp-home-hero__placeholder-text{margin:0;max-width:40ch;font-family:var(--hp-font-body);font-size:.95rem;line-height:1.5;color:var(--hp-color-text-soft)}@media(min-width:600px)and (max-width:989px){.hp-home-hero__actions{grid-template-columns:1fr 1fr}}@media(min-width:990px){.hp-home-hero{width:min(100% - (2 * var(--hp-space-xl)),var(--hp-container-max))}.hp-home-hero__grid{grid-template-columns:minmax(0,48%) minmax(0,52%);gap:clamp(1.5rem,2.7vw,3rem)}.hp-home-hero__content{padding-right:clamp(.25rem,1vw,.9rem);gap:clamp(.85rem,1.2vw,1.2rem)}.hp-home-hero__actions{grid-template-columns:auto auto;justify-content:start;gap:.85rem}.hp-home-hero__btn{width:auto;min-width:190px}.hp-home-hero__visual-card{min-height:clamp(340px,35vw,520px);max-height:560px}}.hp-problem-indoor-section{padding:clamp(1.6rem,4vw,4rem) 0;background:var(--hp-color-bg)}.hp-problem-indoor{width:min(100% - (2 * var(--hp-space-lg)),var(--hp-container-max));margin-inline:auto}.hp-problem-indoor__grid{display:grid;grid-template-columns:1fr;gap:clamp(1.1rem,3.4vw,2.4rem);align-items:start}.hp-problem-indoor__intro{display:grid;gap:var(--hp-space-sm);background:color-mix(in srgb,var(--hp-color-surface) 78%,white);border:1px solid var(--hp-color-border);border-radius:var(--hp-radius-lg);padding:clamp(1rem,3.5vw,2rem)}.hp-problem-indoor__eyebrow{margin:0;font-family:var(--hp-font-body);font-size:.78rem;font-weight:600;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:var(--hp-color-text-soft)}.hp-problem-indoor__title{margin:0;max-width:20ch;font-family:var(--hp-font-heading);font-size:clamp(1.6rem,6vw,2.5rem);line-height:1.12;color:var(--hp-color-text)}.hp-problem-indoor__text{margin:0;max-width:62ch;font-family:var(--hp-font-body);font-size:clamp(1rem,3.6vw,1.12rem);line-height:1.62;color:var(--hp-color-text-soft)}.hp-problem-indoor__cards{display:grid;grid-template-columns:1fr;gap:var(--hp-space-sm)}.hp-problem-indoor__card{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start;padding:.9rem .95rem;border:1px solid var(--hp-color-border);border-radius:var(--hp-radius-md);background:var(--hp-color-surface);box-shadow:var(--hp-shadow-sm)}.hp-problem-indoor__card-index{min-width:2rem;padding:.28rem .4rem;border-radius:999px;border:1px solid var(--hp-color-border);background:color-mix(in srgb,var(--hp-color-accent) 14%,white);color:var(--hp-color-text);font-family:var(--hp-font-body);font-size:.72rem;font-weight:700;line-height:1;text-align:center}.hp-problem-indoor__card-text{margin:.1rem 0 0;font-family:var(--hp-font-body);font-size:.97rem;line-height:1.5;color:var(--hp-color-text)}@media(min-width:990px){.hp-problem-indoor{width:min(100% - (2 * var(--hp-space-xl)),var(--hp-container-max))}.hp-problem-indoor__grid{grid-template-columns:minmax(0,44%) minmax(0,56%);gap:clamp(1.5rem,2.4vw,2.8rem);align-items:center}.hp-problem-indoor__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--hp-space-md)}.hp-problem-indoor__card:first-child{grid-column:1 / -1}}.hp-solution-routine-section{padding:clamp(1.8rem,4vw,4.2rem) 0;background:var(--hp-color-surface)}.hp-solution-routine{width:min(100% - (2 * var(--hp-space-lg)),var(--hp-container-max));margin-inline:auto;display:grid;gap:clamp(1.1rem,3vw,2rem)}.hp-solution-routine__header{display:grid;gap:var(--hp-space-sm);max-width:72ch}.hp-solution-routine__eyebrow{margin:0;font-family:var(--hp-font-body);font-size:.78rem;font-weight:600;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:var(--hp-color-text-soft)}.hp-solution-routine__title{margin:0;max-width:24ch;font-family:var(--hp-font-heading);font-size:clamp(1.65rem,6vw,2.55rem);line-height:1.12;color:var(--hp-color-text)}.hp-solution-routine__text{margin:0;max-width:66ch;font-family:var(--hp-font-body);font-size:clamp(1rem,3.6vw,1.12rem);line-height:1.62;color:var(--hp-color-text-soft)}.hp-solution-routine__steps{display:grid;grid-template-columns:1fr;gap:var(--hp-space-sm)}.hp-solution-routine__step{display:grid;gap:var(--hp-space-sm);align-content:start;padding:clamp(1rem,2.5vw,1.35rem);border:1px solid var(--hp-color-border);border-radius:var(--hp-radius-lg);background:var(--hp-color-surface);box-shadow:var(--hp-shadow-sm)}.hp-solution-routine__step-icon{width:fit-content;min-width:2.15rem;min-height:2.15rem;padding:.4rem .62rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--hp-color-border);background:color-mix(in srgb,var(--hp-color-accent) 15%,white);color:var(--hp-color-text);font-family:var(--hp-font-body);font-size:.78rem;font-weight:700;line-height:1}.hp-solution-routine__step-title{margin:0;font-family:var(--hp-font-heading);font-size:clamp(1.12rem,3.8vw,1.34rem);line-height:1.28;color:var(--hp-color-text)}.hp-solution-routine__step-text{margin:0;font-family:var(--hp-font-body);font-size:.98rem;line-height:1.55;color:var(--hp-color-text-soft)}.hp-solution-routine__footer{margin-top:var(--hp-space-xs)}.hp-solution-routine__cta{width:100%;min-height:46px}.hp-solution-routine__cta--disabled{opacity:.68;pointer-events:none}@media(min-width:750px){.hp-solution-routine__steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--hp-space-md)}}@media(min-width:990px){.hp-solution-routine{width:min(100% - (2 * var(--hp-space-xl)),var(--hp-container-max));gap:clamp(1.25rem,2.2vw,2.2rem)}.hp-solution-routine__steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--hp-space-md)}.hp-solution-routine__footer{display:flex;justify-content:flex-start}.hp-solution-routine__cta{width:auto;min-width:220px}}.hp-kit-includes-section{padding:clamp(1.8rem,4.2vw,4.4rem) 0;background:var(--hp-color-bg)}.hp-kit-includes{width:min(100% - (2 * var(--hp-space-lg)),var(--hp-container-max));margin-inline:auto;display:grid;gap:clamp(1.1rem,3vw,2rem)}.hp-kit-includes__header{display:grid;gap:var(--hp-space-sm);max-width:74ch}.hp-kit-includes__eyebrow{margin:0;font-family:var(--hp-font-body);font-size:.78rem;font-weight:600;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:var(--hp-color-text-soft)}.hp-kit-includes__title{margin:0;max-width:24ch;font-family:var(--hp-font-heading);font-size:clamp(1.65rem,6vw,2.55rem);line-height:1.12;color:var(--hp-color-text)}.hp-kit-includes__text{margin:0;max-width:66ch;font-family:var(--hp-font-body);font-size:clamp(1rem,3.6vw,1.12rem);line-height:1.62;color:var(--hp-color-text-soft)}.hp-kit-includes__grid{display:grid;grid-template-columns:1fr;gap:var(--hp-space-sm)}.hp-kit-includes__card{display:grid;grid-template-rows:auto 1fr;border:1px solid var(--hp-color-border);border-radius:var(--hp-radius-lg);background:var(--hp-color-surface);overflow:hidden;box-shadow:var(--hp-shadow-sm)}.hp-kit-includes__media{aspect-ratio:4 / 3;background:color-mix(in srgb,var(--hp-color-bg-soft) 52%,white)}.hp-kit-includes__image{width:100%;height:100%;object-fit:cover;display:block}.hp-kit-includes__placeholder{width:100%;height:100%;display:grid;place-items:center;background:radial-gradient(circle at 18% 22%,rgba(142,167,132,.2),transparent 38%),radial-gradient(circle at 84% 78%,rgba(184,169,153,.09),transparent 35%),linear-gradient(160deg,#fff,#faf8f3)}.hp-kit-includes__placeholder-mark{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:.22rem .62rem;border:1px solid var(--hp-color-border);border-radius:999px;background:#ffffffd6;color:var(--hp-color-text-soft);font-family:var(--hp-font-body);font-size:.76rem;font-weight:600;line-height:1}.hp-kit-includes__body{padding:.95rem .95rem 1.05rem;display:grid;gap:.55rem}.hp-kit-includes__label{margin:0;width:fit-content;min-height:24px;padding:.2rem .55rem;border:1px solid var(--hp-color-border);border-radius:999px;background:color-mix(in srgb,var(--hp-color-accent) 15%,white);color:var(--hp-color-text);font-family:var(--hp-font-body);font-size:.75rem;font-weight:600;line-height:1}.hp-kit-includes__card-title{margin:0;font-family:var(--hp-font-heading);font-size:clamp(1.08rem,3.9vw,1.3rem);line-height:1.3;color:var(--hp-color-text)}.hp-kit-includes__card-text{margin:0;font-family:var(--hp-font-body);font-size:.96rem;line-height:1.55;color:var(--hp-color-text-soft)}@media(min-width:750px){.hp-kit-includes__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--hp-space-md)}}@media(min-width:990px){.hp-kit-includes{width:min(100% - (2 * var(--hp-space-xl)),var(--hp-container-max))}.hp-kit-includes__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--hp-space-md)}.hp-kit-includes__body{padding:1rem 1rem 1.15rem}}.hp-calma-method-section{padding:clamp(1.9rem,4.4vw,4.6rem) 0;background:var(--hp-color-surface)}.hp-calma-method{width:min(100% - (2 * var(--hp-space-lg)),var(--hp-container-max));margin-inline:auto}.hp-calma-method__grid{display:grid;grid-template-columns:1fr;gap:clamp(1.2rem,3.4vw,2.6rem);align-items:center}.hp-calma-method__content{display:grid;gap:var(--hp-space-sm)}.hp-calma-method__eyebrow{margin:0;font-family:var(--hp-font-body);font-size:.78rem;font-weight:600;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:var(--hp-color-text-soft)}.hp-calma-method__title{margin:0;max-width:23ch;font-family:var(--hp-font-heading);font-size:clamp(1.65rem,6vw,2.55rem);line-height:1.12;color:var(--hp-color-text)}.hp-calma-method__text{margin:0;max-width:64ch;font-family:var(--hp-font-body);font-size:clamp(1rem,3.6vw,1.12rem);line-height:1.62;color:var(--hp-color-text-soft)}.hp-calma-method__list{margin:var(--hp-space-xs) 0 0;padding:0;list-style:none;display:grid;gap:.58rem}.hp-calma-method__list-item{display:grid;grid-template-columns:1.35rem 1fr;gap:.62rem;align-items:start;padding:.7rem .78rem;border:1px solid var(--hp-color-border);border-radius:var(--hp-radius-md);background:color-mix(in srgb,var(--hp-color-surface) 82%,white)}.hp-calma-method__list-check{width:1.35rem;height:1.35rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--hp-color-border);background:color-mix(in srgb,var(--hp-color-accent) 14%,white);color:var(--hp-color-text);font-size:.78rem;font-weight:700;line-height:1;transform:translateY(1px)}.hp-calma-method__list-text{font-family:var(--hp-font-body);font-size:.97rem;line-height:1.5;color:var(--hp-color-text)}.hp-calma-method__actions{margin-top:var(--hp-space-xs)}.hp-calma-method__cta{width:100%;min-height:46px}.hp-calma-method__cta--disabled{opacity:.68;pointer-events:none}.hp-calma-method__visual{display:grid}.hp-calma-method__mockup{border:1px solid var(--hp-color-border);border-radius:calc(var(--hp-radius-lg) + 2px);background:var(--hp-color-surface);box-shadow:var(--hp-shadow-md);overflow:hidden}.hp-calma-method__mockup-topbar{min-height:36px;padding:0 .8rem;display:flex;align-items:center;gap:.4rem;background:color-mix(in srgb,var(--hp-color-bg-soft) 62%,white);border-bottom:1px solid var(--hp-color-border)}.hp-calma-method__mockup-topbar span{width:.58rem;height:.58rem;border-radius:50%;background:color-mix(in srgb,var(--hp-color-text-soft) 35%,white);display:inline-block}.hp-calma-method__mockup-body{aspect-ratio:4 / 3;background:color-mix(in srgb,var(--hp-color-bg-soft) 42%,white)}.hp-calma-method__image{width:100%;height:100%;object-fit:cover;display:block}.hp-calma-method__placeholder{width:100%;height:100%;padding:clamp(1rem,3.5vw,1.5rem);display:grid;align-content:end;gap:var(--hp-space-xs);background:radial-gradient(circle at 14% 16%,rgba(142,167,132,.2),transparent 38%),radial-gradient(circle at 86% 84%,rgba(184,169,153,.08),transparent 35%),linear-gradient(160deg,#fff,#faf8f3)}.hp-calma-method__placeholder-badge{width:fit-content;min-height:24px;padding:.2rem .55rem;border:1px solid var(--hp-color-border);border-radius:999px;background:#ffffffd6;color:var(--hp-color-text-soft);font-family:var(--hp-font-body);font-size:.75rem;font-weight:600;line-height:1}.hp-calma-method__placeholder-title{margin:0;font-family:var(--hp-font-heading);font-size:clamp(1.12rem,3.7vw,1.42rem);line-height:1.24;color:var(--hp-color-text)}.hp-calma-method__placeholder-text{margin:0;max-width:32ch;font-family:var(--hp-font-body);font-size:.92rem;line-height:1.5;color:var(--hp-color-text-soft)}@media(min-width:990px){.hp-calma-method{width:min(100% - (2 * var(--hp-space-xl)),var(--hp-container-max))}.hp-calma-method__grid{grid-template-columns:minmax(0,54%) minmax(0,46%);gap:clamp(1.5rem,2.5vw,3rem)}.hp-calma-method__actions{margin-top:var(--hp-space-sm)}.hp-calma-method__cta{width:auto;min-width:220px}}.hp-responsible-use-section{padding:clamp(1.9rem,4.4vw,4.6rem) 0;background:var(--hp-color-bg)}.hp-responsible-use{width:min(100% - (2 * var(--hp-space-lg)),var(--hp-container-max));margin-inline:auto}.hp-responsible-use__grid{display:grid;grid-template-columns:1fr;gap:clamp(1.1rem,3.2vw,2.4rem);align-items:start}.hp-responsible-use__intro{display:grid;gap:var(--hp-space-sm);padding:clamp(1rem,3.4vw,1.6rem);border:1px solid var(--hp-color-border);border-radius:var(--hp-radius-lg);background:color-mix(in srgb,var(--hp-color-surface) 80%,white);box-shadow:var(--hp-shadow-sm)}.hp-responsible-use__eyebrow{margin:0;font-family:var(--hp-font-body);font-size:.78rem;font-weight:600;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:var(--hp-color-text-soft)}.hp-responsible-use__title{margin:0;max-width:23ch;font-family:var(--hp-font-heading);font-size:clamp(1.62rem,5.8vw,2.5rem);line-height:1.12;color:var(--hp-color-text)}.hp-responsible-use__text{margin:0;max-width:62ch;font-family:var(--hp-font-body);font-size:clamp(1rem,3.5vw,1.1rem);line-height:1.62;color:var(--hp-color-text-soft)}.hp-responsible-use__cards{display:grid;grid-template-columns:1fr;gap:var(--hp-space-sm)}.hp-responsible-use__card{padding:.95rem .95rem 1rem;border:1px solid var(--hp-color-border);border-radius:var(--hp-radius-md);background:var(--hp-color-surface);box-shadow:var(--hp-shadow-sm)}.hp-responsible-use__card-title{margin:0 0 .45rem;font-family:var(--hp-font-heading);font-size:clamp(1.06rem,3.8vw,1.22rem);line-height:1.3;color:var(--hp-color-text)}.hp-responsible-use__card-text{margin:0;font-family:var(--hp-font-body);font-size:.95rem;line-height:1.55;color:var(--hp-color-text-soft)}@media(min-width:750px){.hp-responsible-use__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--hp-space-md)}}@media(min-width:990px){.hp-responsible-use{width:min(100% - (2 * var(--hp-space-xl)),var(--hp-container-max))}.hp-responsible-use__grid{grid-template-columns:minmax(0,42%) minmax(0,58%);gap:clamp(1.4rem,2.4vw,2.8rem);align-items:center}.hp-responsible-use__intro{position:sticky;top:1.2rem}.hp-responsible-use__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.hp-featured-kit-section{padding:clamp(1.9rem,4.4vw,4.8rem) 0;background:var(--hp-color-surface)}.hp-featured-kit{width:min(100% - (2 * var(--hp-space-lg)),var(--hp-container-max));margin-inline:auto}.hp-featured-kit__grid{display:grid;grid-template-columns:1fr;gap:clamp(1.2rem,3.4vw,2.6rem);align-items:start}.hp-featured-kit__product-card{border:1px solid var(--hp-color-border);border-radius:var(--hp-radius-lg);background:var(--hp-color-surface);box-shadow:var(--hp-shadow-md);overflow:hidden}.hp-featured-kit__media{aspect-ratio:4 / 3;background:color-mix(in srgb,var(--hp-color-bg-soft) 45%,white)}.hp-featured-kit__image{width:100%;height:100%;object-fit:cover;display:block}.hp-featured-kit__placeholder{width:100%;height:100%;padding:clamp(1rem,3.5vw,1.4rem);display:grid;align-content:end;gap:var(--hp-space-xs);background:radial-gradient(circle at 16% 14%,rgba(142,167,132,.2),transparent 38%),radial-gradient(circle at 86% 84%,rgba(184,169,153,.09),transparent 34%),linear-gradient(160deg,#fff,#faf8f3)}.hp-featured-kit__placeholder-tag{width:fit-content;min-height:24px;padding:.2rem .55rem;border:1px solid var(--hp-color-border);border-radius:999px;background:#ffffffd8;color:var(--hp-color-text-soft);font-family:var(--hp-font-body);font-size:.75rem;font-weight:600;line-height:1}.hp-featured-kit__placeholder-title{margin:0;font-family:var(--hp-font-heading);font-size:clamp(1.12rem,3.9vw,1.42rem);line-height:1.24;color:var(--hp-color-text)}.hp-featured-kit__placeholder-text{margin:0;max-width:34ch;font-family:var(--hp-font-body);font-size:.92rem;line-height:1.5;color:var(--hp-color-text-soft)}.hp-featured-kit__product-body{padding:.95rem .95rem 1.05rem;display:grid;gap:.6rem}.hp-featured-kit__product-title{margin:0;font-family:var(--hp-font-heading);font-size:clamp(1.15rem,4vw,1.45rem);line-height:1.3;color:var(--hp-color-text)}.hp-featured-kit__price-wrap{display:flex;align-items:baseline;gap:.5rem}.hp-featured-kit__price{font-family:var(--hp-font-heading);font-size:clamp(1.15rem,4vw,1.38rem);font-weight:700;line-height:1.2;color:var(--hp-color-text)}.hp-featured-kit__price-compare{font-family:var(--hp-font-body);font-size:.94rem;color:var(--hp-color-text-soft);text-decoration:line-through}.hp-featured-kit__form{margin:0}.hp-featured-kit__cta{min-height:46px}.hp-featured-kit__cta--full{width:100%}.hp-featured-kit__cta--disabled{opacity:.68;pointer-events:none}.hp-featured-kit__content-col{display:grid;gap:var(--hp-space-sm)}.hp-featured-kit__eyebrow{margin:0;font-family:var(--hp-font-body);font-size:.78rem;font-weight:600;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:var(--hp-color-text-soft)}.hp-featured-kit__title{margin:0;max-width:24ch;font-family:var(--hp-font-heading);font-size:clamp(1.68rem,6.2vw,2.65rem);line-height:1.12;color:var(--hp-color-text)}.hp-featured-kit__text{margin:0;max-width:62ch;font-family:var(--hp-font-body);font-size:clamp(1rem,3.6vw,1.12rem);line-height:1.62;color:var(--hp-color-text-soft)}.hp-featured-kit__benefits{margin:var(--hp-space-xs) 0 0;padding:0;list-style:none;display:grid;gap:.62rem}.hp-featured-kit__benefit{display:grid;grid-template-columns:12px 1fr;gap:.68rem;align-items:center;padding:.7rem .78rem;border:1px solid var(--hp-color-border);border-radius:var(--hp-radius-md);background:color-mix(in srgb,var(--hp-color-surface) 84%,white)}.hp-featured-kit__benefit-dot{width:.52rem;height:.52rem;border-radius:50%;background:var(--hp-color-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--hp-color-accent) 18%,transparent)}.hp-featured-kit__benefit-text{font-family:var(--hp-font-body);font-size:.96rem;line-height:1.5;color:var(--hp-color-text)}.hp-featured-kit__note{margin-top:var(--hp-space-xs);padding:.85rem .9rem;border:1px solid var(--hp-color-border);border-radius:var(--hp-radius-md);background:color-mix(in srgb,var(--hp-color-bg-soft) 65%,white)}.hp-featured-kit__note-label{margin:0 0 .25rem;font-family:var(--hp-font-body);font-size:.78rem;font-weight:700;line-height:1.2;color:var(--hp-color-text);text-transform:uppercase;letter-spacing:.04em}.hp-featured-kit__note-text{margin:0;font-family:var(--hp-font-body);font-size:.94rem;line-height:1.5;color:var(--hp-color-text-soft)}@media(min-width:990px){.hp-featured-kit{width:min(100% - (2 * var(--hp-space-xl)),var(--hp-container-max))}.hp-featured-kit__grid{grid-template-columns:minmax(0,46%) minmax(0,54%);gap:clamp(1.5rem,2.5vw,3rem);align-items:center}.hp-featured-kit__media{aspect-ratio:5 / 4}.hp-featured-kit__product-body{padding:1rem 1rem 1.15rem}}.hp-faq-home-section{padding:clamp(1.9rem,4.4vw,4.8rem) 0;background:var(--hp-color-bg)}.hp-faq-home{width:min(100% - (2 * var(--hp-space-lg)),var(--hp-container-max));margin-inline:auto}.hp-faq-home__grid{display:grid;grid-template-columns:1fr;gap:clamp(1.1rem,3.2vw,2.5rem);align-items:start}.hp-faq-home__intro{display:grid;gap:var(--hp-space-sm)}.hp-faq-home__eyebrow{margin:0;font-family:var(--hp-font-body);font-size:.78rem;font-weight:600;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:var(--hp-color-text-soft)}.hp-faq-home__title{margin:0;max-width:22ch;font-family:var(--hp-font-heading);font-size:clamp(1.68rem,6vw,2.55rem);line-height:1.12;color:var(--hp-color-text)}.hp-faq-home__text{margin:0;max-width:62ch;font-family:var(--hp-font-body);font-size:clamp(1rem,3.5vw,1.1rem);line-height:1.62;color:var(--hp-color-text-soft)}.hp-faq-home__accordion{display:grid;gap:.62rem}.hp-faq-home__item{border:1px solid var(--hp-color-border);border-radius:var(--hp-radius-md);background:var(--hp-color-surface);overflow:clip;box-shadow:var(--hp-shadow-sm)}.hp-faq-home__summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:1fr auto;align-items:center;gap:var(--hp-space-sm);min-height:54px;padding:.85rem .95rem;font-family:var(--hp-font-body);font-size:.98rem;font-weight:600;line-height:1.4;color:var(--hp-color-text)}.hp-faq-home__summary::-webkit-details-marker{display:none}.hp-faq-home__summary-icon{position:relative;width:1.1rem;height:1.1rem;display:inline-block}.hp-faq-home__summary-icon:before,.hp-faq-home__summary-icon:after{content:"";position:absolute;top:50%;left:50%;width:.74rem;height:1.5px;background:var(--hp-color-text-soft);transform:translate(-50%,-50%);transition:transform var(--hp-transition-fast)}.hp-faq-home__summary-icon:after{transform:translate(-50%,-50%) rotate(90deg)}.hp-faq-home__item[open] .hp-faq-home__summary-icon:after{transform:translate(-50%,-50%) rotate(0)}.hp-faq-home__summary:hover{background:color-mix(in srgb,var(--hp-color-bg-soft) 48%,white)}.hp-faq-home__summary:focus-visible{outline:2px solid var(--hp-color-accent-strong);outline-offset:-2px}.hp-faq-home__content{padding:0 .95rem .95rem;font-family:var(--hp-font-body);font-size:.95rem;line-height:1.58;color:var(--hp-color-text-soft)}.hp-faq-home__content p{margin:0}@media(min-width:990px){.hp-faq-home{width:min(100% - (2 * var(--hp-space-xl)),var(--hp-container-max))}.hp-faq-home__grid{grid-template-columns:minmax(0,40%) minmax(0,60%);gap:clamp(1.4rem,2.4vw,2.8rem);align-items:start}.hp-faq-home__intro{position:sticky;top:1.2rem}}.hp-final-cta-section{padding:clamp(2rem,4.8vw,5rem) 0 clamp(2.2rem,5vw,5.4rem);background:var(--hp-color-surface)}.hp-final-cta{width:min(100% - (2 * var(--hp-space-lg)),var(--hp-container-max));margin-inline:auto}.hp-final-cta__card{max-width:860px;margin-inline:auto;padding:clamp(1.2rem,3.8vw,2.6rem);border:1px solid var(--hp-color-border);border-radius:var(--hp-radius-lg);background:radial-gradient(circle at 14% 12%,rgba(142,167,132,.14),transparent 42%),radial-gradient(circle at 86% 84%,rgba(184,169,153,.07),transparent 40%),linear-gradient(180deg,#fff,#faf8f3);box-shadow:var(--hp-shadow-md);text-align:center;display:grid;gap:var(--hp-space-sm)}.hp-final-cta__eyebrow{margin:0;font-family:var(--hp-font-body);font-size:.78rem;font-weight:600;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:var(--hp-color-text-soft)}.hp-final-cta__title{margin:0;font-family:var(--hp-font-heading);font-size:clamp(1.75rem,6.3vw,2.85rem);line-height:1.12;letter-spacing:0;color:var(--hp-color-text);max-width:24ch;margin-inline:auto}.hp-final-cta__text{margin:0;font-family:var(--hp-font-body);font-size:clamp(1rem,3.7vw,1.14rem);line-height:1.62;color:var(--hp-color-text-soft);max-width:64ch;margin-inline:auto}.hp-final-cta__actions{margin-top:var(--hp-space-xs);display:grid;grid-template-columns:1fr;gap:.75rem;justify-items:stretch}.hp-final-cta__btn{min-height:46px;width:100%}.hp-final-cta__btn--disabled{opacity:.68;pointer-events:none}.hp-final-cta__note{margin:var(--hp-space-xs) 0 0;font-family:var(--hp-font-body);font-size:.88rem;line-height:1.45;color:var(--hp-color-text-soft)}@media(min-width:750px){.hp-final-cta__actions{grid-template-columns:auto auto;justify-content:center;gap:.85rem}.hp-final-cta__btn{width:auto;min-width:210px}}@media(min-width:990px){.hp-final-cta{width:min(100% - (2 * var(--hp-space-xl)),var(--hp-container-max))}.hp-final-cta__card{padding:clamp(1.8rem,3.1vw,3rem)}}.hp-home-hero__visual-card{aspect-ratio:4 / 3}.hp-home-hero__image{width:100%;height:100%;object-fit:cover;object-position:center}.hp-home-hero__placeholder{width:100%;height:100%;min-height:0;background-size:cover;background-position:center}.hp-kit-includes__media{aspect-ratio:4 / 3}.hp-kit-includes__image{width:100%;height:100%;object-fit:cover;object-position:center}.hp-kit-includes__placeholder{background-size:cover;background-position:center}.hp-calma-method__mockup-body{aspect-ratio:4 / 3}.hp-calma-method__image{width:100%;height:100%;object-fit:cover;object-position:center}.hp-calma-method__placeholder{background-size:cover;background-position:center}.hp-featured-kit__media{aspect-ratio:4 / 3}.hp-featured-kit__image{width:100%;height:100%;object-fit:cover;object-position:center;padding:0}@media(min-width:990px){.hp-featured-kit__media{aspect-ratio:4 / 3}}@media(min-width:990px){.hp-home-hero-section{padding:clamp(1rem,2.8vw,2.6rem) 0 clamp(1.25rem,3vw,2.9rem)}.hp-solution-routine-section,.hp-kit-includes-section,.hp-calma-method-section,.hp-faq-home-section{padding:clamp(1.55rem,3.3vw,3.6rem) 0}.hp-final-cta-section{padding:clamp(1.9rem,3.8vw,4.3rem) 0 clamp(2rem,3.9vw,4.5rem)}.hp-problem-indoor-section{padding:clamp(1.45rem,3.1vw,3.2rem) 0}.hp-problem-indoor__grid{gap:clamp(1.15rem,2vw,2rem);align-items:start}.hp-problem-indoor__intro{padding:clamp(.9rem,2vw,1.35rem);gap:var(--hp-space-xs)}.hp-problem-indoor__cards{gap:.75rem}.hp-problem-indoor__card{padding:.72rem .8rem;gap:.62rem}.hp-problem-indoor__card-text{line-height:1.42}.hp-faq-home__grid{grid-template-columns:minmax(0,42%) minmax(0,58%);gap:clamp(1.2rem,2vw,2.2rem);align-items:start}.hp-faq-home__accordion{max-width:760px}.hp-faq-home__summary{max-width:68ch}.hp-faq-home__content{max-width:72ch}.hp-final-cta__card{padding:clamp(2rem,3.4vw,3.3rem)}.hp-final-cta__title{font-size:clamp(1.95rem,3.2vw,3.05rem)}}.homipaw-footer-section{padding:clamp(2rem,4vw,3.5rem) 0 clamp(1.4rem,3vw,2.4rem);background:linear-gradient(180deg,#fff,#faf8f3);border-top:1px solid rgba(47,51,46,.12)}.homipaw-footer{color:var(--hp-color-text)}.homipaw-footer__grid{display:grid;grid-template-columns:minmax(0,1.25fr) repeat(2,minmax(0,1fr));gap:clamp(1.1rem,2vw,2rem)}.homipaw-footer__col{min-width:0}.homipaw-footer__brand{margin:0;font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.2;color:var(--hp-color-text)}.homipaw-footer__brand-logo-wrap{line-height:0}.homipaw-footer__brand-logo{display:block;width:100%;height:auto}.homipaw-footer__tagline{margin:.6rem 0 0;font-size:.98rem;line-height:1.55;color:var(--hp-color-text-soft);max-width:32ch}.homipaw-footer__title{margin:0;font-size:.95rem;line-height:1.3;letter-spacing:.02em;text-transform:uppercase;color:var(--hp-color-accent-strong)}.homipaw-footer__list{list-style:none;margin:.7rem 0 0;padding:0;display:grid;gap:.45rem}.homipaw-footer__link{color:var(--hp-color-text);text-decoration:none;border-bottom:1px solid transparent;transition:color .2s ease,border-color .2s ease}.homipaw-footer__link:hover,.homipaw-footer__link:focus-visible{color:var(--hp-color-accent-strong);border-color:#7a8b6f73}.homipaw-footer__bottom{margin-top:clamp(1.2rem,2.2vw,2rem);padding-top:.9rem;border-top:1px solid rgba(47,51,46,.12)}.homipaw-footer__copyright{margin:0;font-size:.88rem;color:var(--hp-color-text-soft)}@media(max-width:989px){.homipaw-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.homipaw-footer__grid{grid-template-columns:1fr;gap:1.05rem}.homipaw-footer__bottom{margin-top:1.1rem}}.homipaw-product-info-section{padding:clamp(1.2rem,2.8vw,2.6rem) 0 clamp(1.6rem,3vw,2.9rem);background:linear-gradient(180deg,#fffdfb,#fff8f2)}.homipaw-product-info{color:#2d2319}.homipaw-product-info__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.85rem,1.7vw,1.4rem)}.homipaw-product-info__card{background:#fff;border:1px solid rgba(66,48,30,.14);border-radius:16px;padding:clamp(1rem,2vw,1.45rem);box-shadow:0 10px 25px #4f38230f}.homipaw-product-info__title{margin:0;font-size:clamp(1.06rem,1.5vw,1.3rem);line-height:1.3;color:#1f1812}.homipaw-product-info__list{margin:.78rem 0 0;padding-left:1.05rem;display:grid;gap:.5rem;color:#4a3929}.homipaw-product-info__list li{line-height:1.5}.homipaw-product-info__faq{margin-top:clamp(1rem,2vw,1.7rem);background:#fffdf9;border:1px solid rgba(66,48,30,.14);border-radius:16px;padding:clamp(1rem,2vw,1.45rem)}.homipaw-product-info__faq-title{margin:0;font-size:clamp(1.08rem,1.6vw,1.34rem);color:#1f1812}.homipaw-product-info__faq-items{margin-top:.75rem;display:grid;gap:.62rem}.homipaw-product-info__faq-item{border:1px solid rgba(66,48,30,.14);border-radius:12px;background:#fff;padding:.75rem .9rem}.homipaw-product-info__faq-item summary{cursor:pointer;font-weight:600;color:#2c2015;line-height:1.4}.homipaw-product-info__faq-item p{margin:.55rem 0 0;color:#4a3929;line-height:1.55}@media(max-width:989px){.homipaw-product-info__grid{grid-template-columns:1fr}}.homipaw-product-trust{margin-top:.85rem;padding:.85rem .95rem;border:1px solid rgba(66,48,30,.14);border-radius:12px;background:linear-gradient(180deg,#fffefc,#fff9f3)}.homipaw-product-trust__list{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.homipaw-product-trust__item{position:relative;padding-left:1rem;color:#3f3023;line-height:1.45;font-size:.93rem}.homipaw-product-trust__item:before{content:"";position:absolute;left:0;top:.58em;width:.42rem;height:.42rem;border-radius:999px;background:#b48a65}.homipaw-cart-trust{margin-top:.85rem;padding:.85rem .95rem;border:1px solid rgba(66,48,30,.14);border-radius:12px;background:linear-gradient(180deg,#fffefc,#fff9f3)}.homipaw-cart-trust__list{list-style:none;margin:0;padding:0;display:grid;gap:.52rem}.homipaw-cart-trust__list li{position:relative;padding-left:.95rem;color:#3f3023;font-size:.96rem;line-height:1.5}.homipaw-cart-trust__list li:before{content:"";position:absolute;left:0;top:.58em;width:.4rem;height:.4rem;border-radius:999px;background:#b48a65}.homipaw-cart-trust__help{display:inline-block;margin-top:.58rem;color:#5f4631;font-size:.92rem;line-height:1.4;text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}.homipaw-cart-trust__help:hover,.homipaw-cart-trust__help:focus-visible{color:#2f2217}.homipaw-cart-trust--notification{margin-left:1rem;margin-right:1rem}@media(max-width:749px){.homipaw-cart-trust{padding:.78rem .82rem}}.hp-home-hero-section{padding:clamp(1.1rem,3.8vw,3.2rem) 0 clamp(2rem,4.6vw,4.2rem);background:var(--hp-color-surface)}.hp-home-hero__grid{gap:clamp(1.4rem,3.4vw,2.8rem)}.hp-home-hero__content{gap:clamp(.75rem,1.4vw,1.1rem)}.hp-home-hero__title{max-width:16ch;font-size:clamp(2rem,7.2vw,3.5rem);line-height:1.05}.hp-home-hero__subtitle{max-width:58ch;color:var(--hp-color-text)}.hp-home-hero__benefits{display:flex;flex-wrap:wrap;gap:.45rem .5rem}.hp-home-hero__benefit{grid-template-columns:10px 1fr;gap:.5rem;padding:.42rem .58rem;border-radius:999px;background:color-mix(in srgb,var(--hp-color-accent) 11%,white);border-color:color-mix(in srgb,var(--hp-color-accent) 32%,var(--hp-color-border))}.hp-home-hero__benefit-dot{width:.44rem;height:.44rem;box-shadow:none}.hp-home-hero__benefit-text{font-size:.9rem;line-height:1.35}.hp-home-hero__actions{margin-top:.2rem;gap:.62rem}.hp-home-hero__btn{min-height:48px}.hp-home-hero__actions .hp-btn--secondary{border-color:color-mix(in srgb,var(--hp-color-border) 70%,transparent);background:transparent;color:var(--hp-color-text)}.hp-home-hero__visual-card{border-radius:18px;box-shadow:0 18px 40px #2f332e1a;min-height:clamp(280px,58vw,470px)}.hp-problem-indoor-section{background:var(--hp-color-surface);padding:clamp(1.8rem,4.4vw,4.1rem) 0}.hp-problem-indoor__intro{background:transparent;border:0;border-radius:0;padding:0}.hp-problem-indoor__title{max-width:19ch}.hp-problem-indoor__cards{gap:.66rem}.hp-problem-indoor__card{gap:.62rem;padding:.82rem .86rem;border-color:color-mix(in srgb,var(--hp-color-border) 80%,white);box-shadow:none}.hp-problem-indoor__card-index{min-width:1.8rem;background:color-mix(in srgb,var(--hp-color-accent) 10%,white)}.hp-solution-routine-section{background:color-mix(in srgb,var(--hp-color-accent) 8%,white);padding:clamp(2rem,4.8vw,4.6rem) 0}.hp-solution-routine__header{max-width:76ch}.hp-solution-routine__steps{gap:.72rem}.hp-solution-routine__step{border-radius:14px;border:1px solid color-mix(in srgb,var(--hp-color-border) 82%,white);border-top:3px solid color-mix(in srgb,var(--hp-color-accent) 62%,white);box-shadow:0 8px 20px #2f332e0f}.hp-solution-routine__step-title{font-size:clamp(1.08rem,3.2vw,1.28rem)}.hp-solution-routine__step-text{color:var(--hp-color-text)}.hp-kit-includes-section{background:var(--hp-color-surface);padding:clamp(2rem,4.8vw,4.8rem) 0}.hp-kit-includes__header{max-width:84ch}.hp-kit-includes__microbadges{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.45rem}.hp-kit-includes__microbadge{display:inline-flex;align-items:center;min-height:24px;padding:.2rem .55rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--hp-color-border) 78%,white);background:color-mix(in srgb,var(--hp-color-bg-soft) 56%,white);color:var(--hp-color-text);font-family:var(--hp-font-body);font-size:.74rem;font-weight:600;line-height:1}.hp-kit-includes__grid{gap:.8rem}.hp-kit-includes__card{border-radius:16px;border:1px solid color-mix(in srgb,var(--hp-color-border) 80%,white);box-shadow:0 8px 18px #2f332e0d;transition:transform var(--hp-transition-fast),box-shadow var(--hp-transition-fast),border-color var(--hp-transition-fast)}.hp-kit-includes__card:hover{transform:translateY(-2px);box-shadow:0 16px 28px #2f332e14;border-color:color-mix(in srgb,var(--hp-color-accent) 36%,var(--hp-color-border))}.hp-kit-includes__media{aspect-ratio:1 / 1}.hp-kit-includes__body{padding:.92rem .95rem 1.1rem;gap:.5rem}.hp-kit-includes__label{background:color-mix(in srgb,var(--hp-color-accent) 18%,white);border-color:color-mix(in srgb,var(--hp-color-accent) 42%,var(--hp-color-border))}.hp-kit-includes__card-text{color:var(--hp-color-text)}.hp-final-cta-section{background:var(--hp-color-bg-soft);padding:clamp(2.2rem,5vw,5.2rem) 0 clamp(2.2rem,5vw,5.2rem)}.hp-final-cta__card{max-width:920px;background:var(--hp-color-surface);border:1px solid color-mix(in srgb,var(--hp-color-border) 78%,white);box-shadow:0 12px 30px #2f332e14;padding:clamp(1.4rem,4vw,2.8rem);gap:.7rem}.hp-final-cta__text{color:var(--hp-color-text)}.hp-final-cta__actions .hp-btn--secondary{background:transparent;border-color:color-mix(in srgb,var(--hp-color-border) 72%,transparent)}.homipaw-footer-section{padding:clamp(2.2rem,4.4vw,3.8rem) 0 clamp(1.5rem,3vw,2.6rem)}.homipaw-footer__grid{gap:clamp(1.25rem,2.4vw,2.4rem)}.homipaw-footer__brand-logo-wrap{margin-bottom:.25rem}.homipaw-footer__tagline{margin-top:.45rem}.homipaw-footer__list{gap:.52rem}.homipaw-footer__link{display:inline-block;padding-bottom:.08rem}@media(min-width:990px){.hp-home-hero-section{padding:clamp(1.4rem,3.2vw,2.8rem) 0 clamp(2.6rem,4.4vw,4.8rem)}.hp-home-hero__grid{grid-template-columns:minmax(0,42%) minmax(0,58%)}.hp-home-hero__visual-card{min-height:clamp(380px,38vw,620px);max-height:640px}.hp-problem-indoor__grid{grid-template-columns:minmax(0,46%) minmax(0,54%);gap:clamp(1.8rem,2.8vw,3rem)}.hp-problem-indoor__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.hp-problem-indoor__card:first-child{grid-column:auto}.hp-solution-routine,.hp-kit-includes,.hp-final-cta{width:min(100% - (2 * var(--hp-space-xl)),1240px)}.hp-kit-includes__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.95rem}}@media(max-width:749px){.hp-home-hero__benefits{margin-top:.2rem}.hp-kit-includes__microbadges{margin-top:.2rem;gap:.36rem}.hp-kit-includes__microbadge{font-size:.7rem}}.hp-home-hero-section--split{padding:0;background:var(--hp-color-surface)}.hp-home-hero__grid--split{display:grid;grid-template-columns:1fr;gap:0;align-items:stretch}.hp-home-hero__content-wrap{display:flex;align-items:center;padding:clamp(1.4rem,6vw,2.2rem) var(--hp-space-lg) clamp(1.2rem,4.2vw,1.8rem);background:linear-gradient(180deg,#fff,#faf8f3)}.hp-home-hero__content-wrap .hp-home-hero__content{width:min(100%,36rem);margin-inline:auto;gap:clamp(.82rem,1.5vw,1.15rem)}.hp-home-hero__content-wrap .hp-home-hero__title{max-width:14ch;font-size:clamp(2rem,7.8vw,3.25rem);line-height:1.03}.hp-home-hero__content-wrap .hp-home-hero__subtitle{max-width:52ch;font-size:clamp(1rem,3.8vw,1.12rem);line-height:1.58;color:var(--hp-color-text)}.hp-home-hero__content-wrap .hp-home-hero__benefits{display:grid;grid-template-columns:1fr;gap:.46rem}.hp-home-hero__content-wrap .hp-home-hero__benefit{padding:.5rem .62rem;border:1px solid color-mix(in srgb,var(--hp-color-accent) 28%,var(--hp-color-border));background:color-mix(in srgb,var(--hp-color-accent) 10%,white)}.hp-home-hero__content-wrap .hp-home-hero__actions{margin-top:.3rem}.hp-home-hero__content-wrap .hp-home-hero__actions .hp-btn--secondary{background:transparent;border-color:color-mix(in srgb,var(--hp-color-border) 72%,transparent)}.hp-home-hero__visual--edge{min-height:clamp(280px,56vw,560px)}.hp-home-hero__visual--edge .hp-home-hero__visual-card{height:100%;min-height:inherit;border:0;border-radius:0;box-shadow:none}.hp-home-hero__visual--edge .hp-home-hero__image,.hp-home-hero__visual--edge .hp-home-hero__placeholder{min-height:inherit;width:100%;height:100%;object-fit:cover;object-position:center}.hp-kit-includes-section--showcase{background:var(--hp-color-surface)}.hp-kit-includes--showcase .hp-kit-includes__header{max-width:70rem;margin:0 auto;text-align:left}.hp-kit-includes--showcase .hp-kit-includes__text{max-width:62ch}.hp-kit-includes--showcase .hp-kit-includes__grid{gap:1rem}.hp-kit-includes--showcase .hp-kit-includes__media{aspect-ratio:4 / 5;border-radius:14px;overflow:hidden;border:1px solid color-mix(in srgb,var(--hp-color-border) 72%,white);background:color-mix(in srgb,var(--hp-color-bg-soft) 50%,white)}.hp-kit-includes--showcase .hp-kit-includes__body{padding:.72rem .1rem 0;gap:.42rem}.hp-kit-includes--showcase .hp-kit-includes__card-title{font-size:clamp(1.04rem,2vw,1.22rem);line-height:1.28}.hp-kit-includes--showcase .hp-kit-includes__card-text{color:var(--hp-color-text-soft);font-size:.94rem;line-height:1.52;max-width:34ch}@media(min-width:750px){.hp-home-hero__content-wrap{padding-inline:var(--hp-space-xl)}.hp-home-hero__content-wrap .hp-home-hero__actions{grid-template-columns:auto auto;justify-content:start}.hp-home-hero__content-wrap .hp-home-hero__btn{width:auto;min-width:190px}}@media(min-width:990px){.hp-home-hero__grid--split{grid-template-columns:minmax(0,50%) minmax(0,50%);min-height:clamp(520px,66vh,760px)}.hp-home-hero__content-wrap{justify-content:flex-end;padding:clamp(2.2rem,4vw,3.2rem) clamp(2rem,4vw,5rem) clamp(2.2rem,4vw,3.2rem) clamp(1.8rem,3.2vw,4rem)}.hp-home-hero__content-wrap .hp-home-hero__content{margin:0}.hp-home-hero__visual--edge{min-height:100%}.hp-home-hero__visual--edge .hp-home-hero__visual-card{border-radius:0}.hp-kit-includes--showcase{width:min(100% - (2 * var(--hp-space-xl)),1320px)}.hp-kit-includes--showcase .hp-kit-includes__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.1rem}}.hp-home-hero__content-wrap .hp-home-hero__content{width:clamp(420px,44vw,520px);max-width:100%}@media(min-width:990px){.hp-home-hero__grid--split{grid-template-columns:minmax(0,49%) minmax(0,51%);min-height:clamp(560px,70vh,800px)}.hp-home-hero__content-wrap{display:grid;align-content:center;justify-content:end;min-height:100%;padding:clamp(2.1rem,4vw,3.4rem) clamp(2rem,4vw,5.2rem)}.hp-home-hero__content-wrap .hp-home-hero__content{margin:0;align-content:center;gap:clamp(.8rem,1.2vw,1.15rem)}.hp-home-hero__visual--edge .hp-home-hero__visual-card,.hp-home-hero__visual--edge .hp-home-hero__image,.hp-home-hero__visual--edge .hp-home-hero__placeholder{min-height:100%;height:100%}}.hp-solution-routine-section{background:color-mix(in srgb,var(--hp-color-accent) 10%,white);width:100%}.hp-solution-routine{width:min(100% - (2 * var(--hp-space-lg)),1360px)}.hp-solution-routine__header{max-width:72ch}.hp-solution-routine__steps{width:100%}@media(min-width:990px){.hp-solution-routine{width:min(100% - (2 * var(--hp-space-xl)),1360px);gap:clamp(1.35rem,2.2vw,2.3rem)}.hp-solution-routine__steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.9rem,1.4vw,1.35rem)}.hp-solution-routine__step{min-height:clamp(220px,23vw,290px);align-content:start}}@media(max-width:989px){.hp-home-hero__grid--split{display:grid;grid-template-columns:1fr}.hp-home-hero__visual--edge{order:1;min-height:clamp(300px,70vw,500px)}.hp-home-hero__content-wrap{order:2;padding-top:clamp(1rem,4vw,1.5rem);padding-bottom:clamp(1.35rem,5vw,2rem)}}@media(min-width:990px){.hp-home-hero__content-wrap{order:1}.hp-home-hero__visual--edge{order:2}}.hp-solution-routine__steps{gap:clamp(.7rem,1.2vw,1rem)}.hp-solution-routine__step{padding:clamp(.82rem,1.8vw,1.08rem);gap:clamp(.45rem,.9vw,.7rem);min-height:auto}.hp-solution-routine__step-text{margin:0;line-height:1.5}@media(min-width:990px){.hp-solution-routine__step{min-height:clamp(190px,19vw,245px)}}.hp-kit-includes--showcase{width:min(100% - 1.4rem,1520px)}.hp-kit-includes--showcase .hp-kit-includes__header{max-width:none}.hp-kit-includes--showcase .hp-kit-includes__grid{gap:clamp(.9rem,1.5vw,1.25rem)}.hp-kit-includes--showcase .hp-kit-includes__media{aspect-ratio:3 / 4}.hp-kit-includes--showcase .hp-kit-includes__body{padding-top:.66rem;gap:.34rem}.hp-kit-includes--showcase .hp-kit-includes__card-title{margin:0}.hp-kit-includes--showcase .hp-kit-includes__card-text{margin:0;line-height:1.46}@media(min-width:1200px){.hp-kit-includes--showcase{width:min(100% - 1.2rem,1560px)}.hp-kit-includes--showcase .hp-kit-includes__header{margin-bottom:clamp(.9rem,1.5vw,1.4rem)}}@media(min-width:1400px){.hp-kit-includes--showcase .hp-kit-includes__title,.hp-kit-includes--showcase .hp-kit-includes__text{max-width:none;white-space:nowrap}}.hp-kit-includes-section--showcase{background:var(--hp-color-surface);padding:clamp(1.4rem,3.2vw,2.4rem) 0 clamp(1.7rem,3.8vw,2.8rem)}.hp-kit-includes--showcase{width:min(100% - clamp(.8rem,2vw,1.6rem),1820px)}.hp-kit-includes--showcase .hp-kit-includes__header{max-width:none;margin-bottom:clamp(.75rem,1.8vw,1.25rem)}.hp-kit-includes--showcase .hp-kit-includes__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.75rem,1.15vw,1rem)}.hp-kit-includes--showcase .hp-kit-includes__card--showcase{border:0;border-radius:0;box-shadow:none;background:transparent}.hp-kit-includes--showcase .hp-kit-includes__media{aspect-ratio:1 / 1;border-radius:10px;overflow:hidden;border:1px solid color-mix(in srgb,var(--hp-color-border) 65%,white);background:var(--hp-color-surface)}.hp-kit-includes--showcase .hp-kit-includes__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hp-kit-includes--showcase .hp-kit-includes__body{padding:.58rem .08rem 0;gap:.28rem}.hp-kit-includes--showcase .hp-kit-includes__label{display:none}.hp-kit-includes--showcase .hp-kit-includes__card-title{margin:0;font-size:clamp(1rem,1.55vw,1.15rem);line-height:1.24}.hp-kit-includes--showcase .hp-kit-includes__card-text{margin:0;max-width:34ch;font-size:.92rem;line-height:1.42;color:var(--hp-color-text-soft)}.hp-kit-includes--showcase .hp-kit-includes__mobile-nav{display:none}@media(min-width:1400px){.hp-kit-includes--showcase .hp-kit-includes__eyebrow,.hp-kit-includes--showcase .hp-kit-includes__title,.hp-kit-includes--showcase .hp-kit-includes__text{white-space:nowrap}}@media(max-width:989px){.hp-kit-includes--showcase{width:min(100% - .9rem,100%)}.hp-kit-includes--showcase .hp-kit-includes__header{margin-bottom:.7rem}.hp-kit-includes--showcase .hp-kit-includes__grid{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(82vw,88vw);gap:.62rem;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-padding-inline:.2rem;padding:0 .22rem .2rem 0;justify-content:start;align-items:start}.hp-kit-includes--showcase .hp-kit-includes__card--showcase{scroll-snap-align:start;width:100%}.hp-kit-includes--showcase .hp-kit-includes__media{border-radius:10px}.hp-kit-includes--showcase .hp-kit-includes__body{padding-top:.56rem}.hp-kit-includes--showcase .hp-kit-includes__grid::-webkit-scrollbar{height:6px}.hp-kit-includes--showcase .hp-kit-includes__grid::-webkit-scrollbar-track{background:transparent}.hp-kit-includes--showcase .hp-kit-includes__grid::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--hp-color-text-soft) 40%,white);border-radius:999px}.hp-kit-includes--showcase .hp-kit-includes__grid{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--hp-color-text-soft) 40%,white) transparent}.hp-kit-includes--showcase .hp-kit-includes__mobile-nav{margin-top:.7rem;display:flex;align-items:center;justify-content:center;gap:.9rem;min-height:2rem}.hp-kit-includes--showcase .hp-kit-includes__mobile-nav-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:0;border-radius:999px;background:transparent;color:var(--hp-color-text);font-size:1.1rem;line-height:1;cursor:pointer;transition:background-color var(--hp-transition-fast),color var(--hp-transition-fast),opacity var(--hp-transition-fast)}.hp-kit-includes--showcase .hp-kit-includes__mobile-nav-btn:hover,.hp-kit-includes--showcase .hp-kit-includes__mobile-nav-btn:focus-visible{background:color-mix(in srgb,var(--hp-color-accent) 16%,white);outline:none}.hp-kit-includes--showcase .hp-kit-includes__mobile-nav-btn:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb,var(--hp-color-accent-strong) 45%,white)}.hp-kit-includes--showcase .hp-kit-includes__mobile-nav-btn:disabled{opacity:.35;cursor:default}.hp-kit-includes--showcase .hp-kit-includes__mobile-nav-count{margin:0;min-width:3rem;text-align:center;font-family:var(--hp-font-body);font-size:.82rem;line-height:1;color:var(--hp-color-text)}}.hp-home-hero-section--split{width:100%;background:var(--hp-color-surface)}.hp-home-hero--split{width:100%;max-width:none}.hp-home-hero__grid--split{display:grid;grid-template-columns:1fr;gap:0}.hp-home-hero__content-wrap{background:linear-gradient(180deg,#fff,#faf8f3);padding:clamp(1.25rem,5vw,2rem) var(--hp-space-lg) clamp(1.5rem,6vw,2.2rem)}.hp-home-hero__content-wrap .hp-home-hero__content{width:min(100%,32rem);margin-inline:auto;display:grid;gap:clamp(.75rem,1.8vw,1.15rem)}.hp-home-hero__eyebrow{color:var(--hp-color-text-soft)}.hp-home-hero__content-wrap .hp-home-hero__title{margin:0;max-width:15ch;font-size:clamp(2rem,7.8vw,3.35rem);line-height:1.03;color:var(--hp-color-text)}.hp-home-hero__content-wrap .hp-home-hero__subtitle{margin:0;max-width:48ch;font-size:clamp(1rem,3.8vw,1.14rem);line-height:1.58;color:var(--hp-color-text)}.hp-home-hero__content-wrap .hp-home-hero__benefits{display:none}.hp-home-hero__actions{display:grid;grid-template-columns:1fr;gap:.72rem;margin-top:.35rem}.hp-home-hero__actions .hp-btn--primary{width:100%;min-height:48px;border-radius:999px;background:var(--hp-color-accent);color:var(--hp-color-text)}.hp-home-hero__actions .hp-btn--secondary{width:fit-content;min-height:auto;padding:0;border:0;border-radius:0;background:transparent;color:var(--hp-color-text);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;font-weight:500}.hp-home-hero__actions .hp-btn--secondary:hover,.hp-home-hero__actions .hp-btn--secondary:focus-visible{color:var(--hp-color-accent-strong);background:transparent}.hp-home-hero__visual--edge{order:1;min-height:clamp(320px,74vw,560px)}.hp-home-hero__content-wrap{order:2}.hp-home-hero__visual--edge .hp-home-hero__visual-card{min-height:inherit;height:100%;border:0;border-radius:0;box-shadow:none}.hp-home-hero__visual--edge .hp-home-hero__image,.hp-home-hero__visual--edge .hp-home-hero__placeholder{width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:center;display:block}@media(min-width:990px){.hp-home-hero__grid--split{grid-template-columns:minmax(0,50%) minmax(0,50%);min-height:clamp(580px,74vh,860px);align-items:stretch}.hp-home-hero__content-wrap{order:1;display:flex;align-items:center;justify-content:center;min-height:100%;padding:clamp(2rem,4vw,3.6rem) clamp(2rem,4vw,5.4rem)}.hp-home-hero__content-wrap .hp-home-hero__content{width:clamp(420px,42vw,520px);max-width:100%;margin:0;gap:clamp(.8rem,1.2vw,1.15rem)}.hp-home-hero__visual--edge{order:2;min-height:100%}.hp-home-hero__actions{grid-template-columns:auto;justify-content:start}.hp-home-hero__actions .hp-btn--primary{width:auto;min-width:230px;padding-inline:1.55rem}}.hp-home-hero-section--split .hp-home-hero__content-wrap .hp-home-hero__content{text-align:center;justify-items:center;width:min(100%,36rem);margin-inline:auto}.hp-home-hero-section--split .hp-home-hero__content-wrap .hp-home-hero__title{max-width:20ch}.hp-home-hero-section--split .hp-home-hero__content-wrap .hp-home-hero__subtitle{max-width:56ch}.hp-home-hero-section--split .hp-home-hero__actions{justify-content:center;justify-items:center}.hp-home-hero-section--split .hp-home-hero__actions .hp-btn--secondary{margin-inline:auto}@media(min-width:990px){.hp-home-hero-section--split .hp-home-hero__content-wrap{justify-content:center;align-items:center}.hp-home-hero-section--split .hp-home-hero__content-wrap .hp-home-hero__content{width:clamp(500px,46vw,620px);max-width:100%;gap:clamp(.85rem,1.25vw,1.2rem)}.hp-home-hero-section--split .hp-home-hero__content-wrap .hp-home-hero__title{max-width:17ch;font-size:clamp(2.15rem,4.2vw,3.45rem);line-height:1.04}.hp-home-hero-section--split .hp-home-hero__content-wrap .hp-home-hero__subtitle{max-width:54ch;font-size:clamp(1.02rem,1.45vw,1.16rem);line-height:1.56}.hp-home-hero-section--split .hp-home-hero__actions{margin-top:.5rem}}@media(max-width:989px){.hp-home-hero-section--split .hp-home-hero__content-wrap .hp-home-hero__content{width:min(100%,35rem);gap:.8rem}.hp-home-hero-section--split .hp-home-hero__content-wrap .hp-home-hero__title{max-width:16ch;font-size:clamp(2rem,8.2vw,2.8rem);line-height:1.06}.hp-home-hero-section--split .hp-home-hero__content-wrap .hp-home-hero__subtitle{max-width:34ch;font-size:clamp(.98rem,4.2vw,1.08rem);line-height:1.55}.hp-home-hero-section--split .hp-home-hero__actions .hp-btn--primary{width:min(100%,21rem)}}.hp-final-cta-section{background:#a8b8a324}.hp-final-cta__card{background:#fff;border:1px solid #d5ddd1;box-shadow:0 10px 24px #2f332e14}.homipaw-product-info-section{background:#fff}.homipaw-product-info{color:#2f332e}.homipaw-product-info__card,.homipaw-product-info__faq,.homipaw-product-info__faq-item{background:#fff;border:1px solid #d5ddd1}.homipaw-product-info__card{box-shadow:0 8px 20px #2f332e0f}.homipaw-product-info__title,.homipaw-product-info__faq-title,.homipaw-product-info__faq-item summary{color:#2f332e}.homipaw-product-info__list,.homipaw-product-info__faq-item p{color:#2f332e}.homipaw-product-trust,.homipaw-cart-trust{background:#fff;border:1px solid #d5ddd1}.homipaw-product-trust__item,.homipaw-cart-trust__list li{color:#2f332e}.homipaw-product-trust__item:before,.homipaw-cart-trust__list li:before{background:#7a8b6f}.homipaw-cart-trust__help{color:#2f332e}.homipaw-cart-trust__help:hover,.homipaw-cart-trust__help:focus-visible{color:#7a8b6f}.hp-solution-routine__steps{gap:clamp(.65rem,1vw,.92rem);align-items:stretch}.hp-solution-routine__step{padding:clamp(.78rem,1.5vw,1rem);gap:clamp(.4rem,.75vw,.6rem);min-height:auto;height:auto;align-content:start}.hp-solution-routine__step-title{margin:0;line-height:1.24}.hp-solution-routine__step-text{margin:0;line-height:1.48}@media(min-width:990px){.hp-solution-routine__steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.75rem,1vw,1rem)}.hp-solution-routine__step{min-height:0}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/homipaw-components.css.map */
