*{box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--site-header-height) + var(--space-sm))}body,html{background:var(--color-bg-page)}body{margin:0;min-width:320px;color:var(--color-text-primary);font-family:var(--font-family-body);font-size:var(--font-size-body);font-weight:var(--font-weight-regular);line-height:var(--line-height-body)}body,html{max-width:100%;overflow-x:clip}@supports not (overflow:clip){body,html{overflow-x:hidden}}a{color:inherit;text-decoration-thickness:.08em;text-underline-offset:.18em}h1,h2,p,ul{margin:0}ul{padding:0}.page-shell{--page-shell-inline-padding:var(--container-inline-padding);position:relative;isolation:isolate;overflow-x:clip;padding:0 var(--page-shell-inline-padding) var(--space-2xl);background:var(--color-bg-page)}.paw-scroll-trail{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}.paw-scroll-trail__paw{position:absolute;width:30px;height:30px;background-position:50%;background-repeat:no-repeat;background-size:contain;opacity:0;pointer-events:none;transform:translate3d(-50%,-50%,0) rotate(var(--paw-rotation)) scale(.92);transform-origin:center;filter:drop-shadow(0 1px 1px rgb(0 0 0/8%));transition:opacity .42s cubic-bezier(.22,1,.36,1),transform .42s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.paw-scroll-trail__paw[data-visible=true]{opacity:.46;transform:translate3d(-50%,-50%,0) rotate(var(--paw-rotation)) scale(1)}.cta-banner-card,.free-evaluation-section__container,.method-section__container,.posthero-challenges__container,.problems-section__container,.ui-section>.ui-container{position:relative;z-index:2}.privacy-page{min-height:100vh;padding:clamp(1.25rem,3vw,2rem) var(--container-inline-padding) var(--space-3xl);background:radial-gradient(circle at 12% 0,rgb(214 90 42/10%),transparent 24rem),linear-gradient(180deg,var(--color-bg-warm),var(--color-bg-page))}.privacy-page-inner{width:min(100%,58rem);margin:0 auto;display:grid;grid-gap:var(--space-xl);gap:var(--space-xl)}.privacy-page-topbar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md)}.privacy-page-brand{display:inline-flex;align-items:center;min-height:44px;color:var(--color-text-primary);text-decoration:none}.privacy-page-hero{display:grid;grid-gap:var(--space-md);gap:var(--space-md);padding:clamp(2rem,5vw,3.5rem);border:1px solid var(--color-border-default);border-radius:calc(var(--radius-lg) + .75rem);background:var(--color-surface-default);box-shadow:var(--shadow-md)}.privacy-page-eyebrow{color:var(--color-accent);font-size:.82rem;font-weight:var(--font-weight-semibold);letter-spacing:.12em;text-transform:uppercase}.privacy-page-title{margin:0;color:var(--color-section-heading);font-family:var(--font-family-heading);font-size:clamp(2.25rem,5vw,4rem);line-height:var(--line-height-heading);font-weight:var(--font-weight-semibold)}.privacy-page-intro{max-width:44rem;color:var(--color-text-secondary);font-size:var(--font-size-body-large);line-height:1.65}.privacy-page-updated{color:var(--color-text-muted);font-size:.92rem}.privacy-page-section,.privacy-page-sections{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}.privacy-page-section{padding:clamp(1.25rem,3vw,2rem);border:1px solid var(--color-border-default);border-radius:var(--radius-lg);background:var(--color-surface-default);box-shadow:var(--shadow-sm)}.privacy-page-section-title{margin:0;color:var(--color-section-heading);font-family:var(--font-family-heading);font-size:clamp(1.35rem,2.4vw,1.75rem);line-height:var(--line-height-heading);font-weight:var(--font-weight-semibold)}.privacy-page-section-body{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.privacy-page-paragraph{margin:0;color:var(--color-text-secondary);line-height:1.7}.privacy-page-bottom{display:flex;justify-content:center;padding-top:var(--space-md)}@media (max-width:640px){.privacy-page-topbar{align-items:stretch;flex-direction:column}.privacy-page-bottom .ui-cta,.privacy-page-topbar .ui-cta{width:100%}}.page-stack{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl)}.ui-section{padding-block:var(--section-padding-y);background:var(--color-bg-page);scroll-margin-top:calc(var(--site-header-height) + var(--space-sm))}.ui-container{width:min(86vw,var(--container-max-width));margin:0 auto}.ui-card{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg);padding:var(--space-2xl);border:1px solid var(--color-border-default);border-radius:var(--radius-lg);background:var(--color-surface-default);box-shadow:var(--shadow-md)}.surface-warm{background:var(--color-bg-warm)}.surface-warm-strong{background:var(--color-bg-warm-strong)}.ui-section-header{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}.ui-eyebrow{color:var(--color-accent);font-size:.9rem;letter-spacing:.08em;text-transform:uppercase}.ui-eyebrow,.ui-section-title{font-weight:var(--font-weight-semibold)}.ui-section-title{font-family:var(--font-family-heading);font-size:var(--font-size-heading-lg);line-height:var(--line-height-heading);color:var(--color-section-heading)}.ui-section-description{max-width:40rem;color:var(--color-text-secondary);font-size:var(--font-size-body-large)}.ui-button-row{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.ui-cta{display:inline-flex;align-items:center;justify-content:center;min-height:3.25rem;padding:var(--space-sm) var(--space-lg);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);text-decoration:none;font-weight:var(--font-weight-medium);transform:translateY(0);transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .22s cubic-bezier(.22,1,.36,1)}.ui-cta-primary{background:var(--color-action);color:var(--color-text-inverse);border-color:var(--color-action)}.ui-cta-primary:hover{background:var(--color-action-hover);border-color:var(--color-action-hover)}.ui-cta-primary:active{background:var(--color-primary-800);border-color:var(--color-primary-800)}.ui-cta-secondary{background:var(--color-surface-default);color:var(--color-primary-700);border-color:var(--color-border-strong)}.ui-cta-secondary:hover{background:var(--color-bg-warm)}@media (hover:hover) and (pointer:fine){.ui-cta-primary:hover,.ui-cta-secondary:hover{transform:translateY(-2px)}}.ui-cta-primary:active,.ui-cta-secondary:active{transform:translateY(0)}.ui-cta-text{min-height:auto;padding-inline:0;padding-block:var(--space-xs);border:0;border-radius:0;color:var(--color-primary-700);text-decoration:underline}.meta-row{display:flex;flex-wrap:wrap;gap:var(--space-md);color:var(--color-text-secondary);font-size:.95rem}.scroll-reveal{--reveal-distance:1rem;--reveal-scale:0.99;--reveal-duration:1120ms;--reveal-delay:0ms;--reveal-ease:cubic-bezier(0.22,1,0.36,1);will-change:opacity,transform}.scroll-reveal[data-reveal-ready=true][data-reveal-visible=false]{opacity:0;transform:translate3d(0,var(--reveal-distance),0)}.scroll-reveal[data-reveal-ready=true][data-reveal-visible=true]{opacity:1;transform:translateZ(0) scale(1);transition:opacity var(--reveal-duration) var(--reveal-ease) var(--reveal-delay),transform var(--reveal-duration) var(--reveal-ease) var(--reveal-delay)}.scroll-reveal--fade-down[data-reveal-ready=true][data-reveal-visible=false]{transform:translate3d(0,calc(var(--reveal-distance) * -1),0)}.scroll-reveal--fade-left[data-reveal-ready=true][data-reveal-visible=false]{transform:translate3d(var(--reveal-distance),0,0)}.scroll-reveal--fade-right[data-reveal-ready=true][data-reveal-visible=false]{transform:translate3d(calc(var(--reveal-distance) * -1),0,0)}.scroll-reveal--scale-soft[data-reveal-ready=true][data-reveal-visible=false]{transform:scale(var(--reveal-scale))}@media (hover:hover) and (pointer:fine){.free-evaluation-offer-card,.method-final-cta,.problems-section__final-cta,.service-card,.service-section-cta,.trust-posture-card,.trust-proof-card{transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s cubic-bezier(.22,1,.36,1)}.free-evaluation-offer-card:hover,.free-evaluation-offer-card[data-reveal-visible=true]:hover,.method-final-cta:hover,.method-final-cta[data-reveal-visible=true]:hover,.problems-section__final-cta:hover,.problems-section__final-cta[data-reveal-visible=true]:hover,.service-card:hover,.service-section-cta:hover,.service-section-cta[data-reveal-visible=true]:hover,.trust-posture-card:hover,.trust-posture-card[data-reveal-visible=true]:hover,.trust-proof-card:hover{transform:translateY(-4px)}.problem-row__image{transition:transform .42s cubic-bezier(.22,1,.36,1)}.problem-row__media:hover .problem-row__image{transform:scale(1.018)}}@media (prefers-reduced-motion:reduce){.scroll-reveal,.scroll-reveal[data-reveal-ready=true][data-reveal-visible=false],.scroll-reveal[data-reveal-ready=true][data-reveal-visible=true]{opacity:1;transform:none;transition:none;will-change:auto}.cookie-banner-button,.ui-cta{transform:none;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.cookie-banner-button-primary:hover,.cookie-banner-button-secondary:hover,.ui-cta-primary:hover,.ui-cta-secondary:hover{transform:none}.free-evaluation-offer-card,.method-final-cta,.problem-row__image,.problems-section__final-cta,.service-card,.service-section-cta,.trust-expand-button,.trust-posture-card,.trust-proof-card{transform:none;transition:none}.free-evaluation-offer-card:hover,.free-evaluation-offer-card[data-reveal-visible=true]:hover,.method-final-cta:hover,.method-final-cta[data-reveal-visible=true]:hover,.problem-row__media:hover .problem-row__image,.problems-section__final-cta:hover,.problems-section__final-cta[data-reveal-visible=true]:hover,.service-card:hover,.service-section-cta:hover,.service-section-cta[data-reveal-visible=true]:hover,.trust-expand-button:hover,.trust-posture-card:hover,.trust-posture-card[data-reveal-visible=true]:hover,.trust-proof-card:hover{transform:none}.paw-scroll-trail{display:none}}.site-header{position:fixed;inset:0 0 auto;z-index:40;background:transparent;border-bottom:1px solid transparent;transition:background-color .18s ease,border-color .18s ease,-webkit-backdrop-filter .18s ease;transition:background-color .18s ease,border-color .18s ease,backdrop-filter .18s ease;transition:background-color .18s ease,border-color .18s ease,backdrop-filter .18s ease,-webkit-backdrop-filter .18s ease}.site-header--blurred,.site-header--menu-open{background:var(--color-header-bg-blurred);border-bottom-color:var(--color-header-border);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.site-header-shell{width:min(90vw,var(--site-header-container-max-width));min-height:var(--site-header-height);margin:0 auto;padding-inline:var(--container-inline-padding);display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:var(--space-lg);gap:var(--space-lg)}.site-header-brand{display:inline-flex;align-items:center;min-height:44px;text-decoration:none;color:var(--color-header-text)}.site-header-nav{min-width:0}.site-nav-list{display:flex;gap:var(--site-header-nav-gap);list-style:none}.site-nav-link,.site-nav-list{align-items:center;justify-content:center}.site-nav-link{display:inline-flex;min-height:44px;color:var(--color-header-nav);font-size:.98rem;font-weight:600;text-decoration:none;white-space:nowrap}.site-nav-link:hover{color:var(--color-header-text)}.site-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:var(--site-header-action-gap)}.site-header-icon-link,.site-header-mobile-instagram{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;color:var(--color-accent);text-decoration:none}.site-header-icon-link:hover,.site-header-mobile-instagram:hover{color:var(--color-accent-600)}.site-header-icon{width:2rem;height:2rem;flex:0 0 auto}.site-header-menu-icon{width:1.3rem;height:1.3rem;flex:0 0 auto}.site-header .ui-cta-primary{min-height:44px;padding:.75rem 1.2rem;border-radius:var(--radius-md);background:var(--color-header-action);border-color:var(--color-header-action);color:var(--color-header-button-text);white-space:nowrap}.site-header .ui-cta-primary:hover{background:var(--color-header-action-hover);border-color:var(--color-header-action-hover)}.site-header .ui-cta-primary:active{background:var(--color-primary-800);border-color:var(--color-primary-800)}.site-header-cta-label{display:inline-flex;align-items:center}.site-header-menu-toggle{display:none;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0;border:0;background:transparent;color:var(--color-header-text);cursor:pointer}.site-header-mobile-panel{display:none}.site-header-mobile-panel[hidden]{display:none!important}.logo-lockup{display:inline-flex;align-items:center;gap:var(--space-sm)}.logo-lockup-image{width:2.9rem;height:2.9rem;flex:0 0 auto;border-radius:999px;object-fit:cover}.logo-lockup-copy{display:grid;grid-gap:.15rem;gap:.15rem;min-width:0}.logo-lockup-name{font-family:var(--font-family-heading);font-size:clamp(1.5rem,1.7vw,1.8rem);font-weight:var(--font-weight-semibold);line-height:1;color:var(--color-header-text)}.logo-lockup-subtitle{color:var(--color-header-nav);font-size:.68rem;font-weight:var(--font-weight-medium);letter-spacing:.22em;line-height:1.2;text-transform:uppercase}@keyframes heroRevealUp{0%{opacity:0;transform:translate3d(0,1.15rem,0)}to{opacity:1;transform:translateZ(0)}}@keyframes heroRevealLeft{0%{opacity:0;transform:translate3d(-1rem,0,0)}to{opacity:1;transform:translateZ(0)}}.hero-section{position:relative;overflow:hidden;min-height:clamp(620px,47vw,740px);margin-inline:calc(var(--page-shell-inline-padding) * -1);padding:calc(var(--site-header-height) + var(--space-xl)) var(--page-shell-inline-padding) var(--space-2xl);background:linear-gradient(90deg,var(--color-surface-default) 0,var(--color-surface-default) 34%,var(--color-bg-warm) 100%)}.hero-section:before{background:linear-gradient(90deg,var(--color-surface-default) 0,var(--color-surface-default) 38.5%,rgb(255 255 255/100%) 40%,rgb(255 255 255/99%) 41.5%,rgb(255 255 255/96%) 43%,rgb(255 255 255/90%) 45%,rgb(255 255 255/78%) 47%,rgb(255 255 255/62%) 49%,rgb(255 255 255/42%) 51%,rgb(255 255 255/22%) 53%,rgb(255 255 255/8%) 55%,rgb(255 255 255/1%) 58%,rgb(255 255 255/1%) 100%)}.hero-section:after,.hero-section:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.hero-section:after{background:radial-gradient(ellipse 26% 78% at 40% 18%,rgb(255 255 255/98%) 0,rgb(255 255 255/92%) 20%,rgb(255 255 255/78%) 38%,rgb(255 255 255/56%) 58%,rgb(255 255 255/28%) 76%,rgb(255 255 255/8%) 90%,rgb(255 255 255/1%) 100%),radial-gradient(ellipse 15% 40% at 40% 76%,rgb(255 255 255/46%) 0,rgb(255 255 255/30%) 40%,rgb(255 255 255/11%) 74%,rgb(255 255 255/1%) 100%)}.hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,42%);align-items:center;min-height:calc(clamp(620px, 47vw, 740px) - var(--site-header-height))}.hero-content{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg);max-width:34rem}.hero-title{display:grid;justify-items:start;margin:0;max-width:13ch;color:var(--color-section-heading);font-family:var(--font-family-heading);font-size:clamp(2.6rem,4.4vw,5rem);font-weight:var(--font-weight-medium);line-height:1.03;letter-spacing:-.018em;text-align:left}.hero-title-line{display:block;max-width:100%;opacity:0;transform:translate3d(0,1rem,0);white-space:nowrap;animation:heroRevealUp 1.12s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(.24s + (var(--hero-line-index) * .26s));will-change:opacity,transform}.hero-description{max-width:36rem;margin:0;color:var(--color-text-muted);font-size:clamp(1.08rem,1.15vw,1.28rem);font-weight:var(--font-weight-regular);line-height:1.48}.hero-entrance{opacity:0;transform:translate3d(0,.95rem,0);animation:heroRevealUp 1.12s cubic-bezier(.22,1,.36,1) forwards;will-change:opacity,transform}.hero-entrance--description{animation-delay:1.88s}.hero-eyebrow{opacity:0;transform:translate3d(-.9rem,0,0);animation:heroRevealLeft .98s cubic-bezier(.22,1,.36,1) forwards;animation-delay:2.46s;will-change:opacity,transform}.hero-entrance--ctas{animation-delay:3.02s}.hero-entrance--trust{animation-delay:3.34s}.hero-ctas{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm)}.hero-ctas .ui-cta{min-height:3.25rem;padding-inline:var(--space-lg);border-radius:var(--radius-md)}.hero-cta-inline{display:inline-flex;align-items:center;gap:var(--space-sm)}.hero-cta-icon,.hero-trust-icon{display:inline-flex;width:1rem;height:1rem;flex:0 0 auto;color:currentColor}.hero-cta-icon svg,.hero-trust-icon svg{width:100%;height:100%}.hero-trust{display:flex;align-items:center;gap:var(--space-xs);color:var(--color-text-secondary);font-size:.95rem;line-height:1.45}.hero-media{position:absolute;inset:0 0 0 auto;width:60%;height:100%;overflow:hidden;pointer-events:none;z-index:0;background-image:var(--hero-media-image);background-size:cover;background-position:100%;background-repeat:no-repeat;background-color:var(--color-bg-warm)}.hero-media:before{content:none}.hero-media-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center right;opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.hero-entrance,.hero-eyebrow,.hero-title-line{opacity:1;transform:none;animation:none;transition:none;will-change:auto}}.posthero-challenges{position:relative;z-index:2;width:calc(100% + (var(--page-shell-inline-padding) * 2));margin-inline:calc(var(--page-shell-inline-padding) * -1);padding:var(--posthero-padding-top) var(--posthero-padding-x) var(--posthero-padding-bottom);background:var(--posthero-bg)}.posthero-challenges__container{width:min(86vw,var(--posthero-container));margin-inline:auto}.posthero-challenges__title{margin:0 0 var(--posthero-title-margin-bottom);color:var(--color-section-heading);font-family:var(--posthero-title-font);font-size:var(--posthero-title-size);line-height:1.2;font-weight:var(--font-weight-semibold);text-align:center}.posthero-challenges__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:start;grid-gap:var(--posthero-grid-gap);gap:var(--posthero-grid-gap);padding:0;margin:0;list-style:none}.posthero-challenges__item{min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center}.posthero-challenges__icon{width:var(--posthero-icon-size);height:var(--posthero-icon-size);display:inline-flex;align-items:center;justify-content:center;margin-bottom:var(--posthero-icon-label-gap);color:var(--posthero-icon)}.posthero-challenges__icon svg{width:100%;height:100%;display:block;stroke:currentColor}.posthero-challenges__label{max-width:var(--posthero-item-max-width);margin:0;color:var(--posthero-text-primary);font-family:var(--posthero-body-font);font-size:var(--posthero-label-size);line-height:1.25;font-weight:var(--font-weight-semibold)}.problems-section{width:calc(100% + (var(--page-shell-inline-padding) * 2));margin-inline:calc(var(--page-shell-inline-padding) * -1);background:var(--problems-bg);scroll-margin-top:calc(var(--site-header-height) + var(--space-sm))}.problems-section__container{position:relative;z-index:2;width:min(86vw,var(--problems-container))}.problems-section__intro{max-width:48rem}.problems-section__eyebrow{margin:0 0 1.125rem;font-family:var(--font-family-body);font-size:clamp(.75rem,1vw,.875rem);font-weight:var(--font-weight-semibold);letter-spacing:.14em;text-transform:uppercase}.problems-section__title{margin:0;color:var(--color-section-heading);font-family:var(--font-family-heading);font-size:clamp(2.625rem,5.2vw,4.25rem);line-height:1.03;font-weight:var(--font-weight-medium);letter-spacing:-.035em}.problems-section__description{max-width:39rem;margin-top:1.375rem;color:var(--problems-text);font-family:var(--font-family-body);font-size:clamp(1rem,1.2vw,1.0625rem);line-height:1.6}.problems-section__list{display:grid;grid-gap:var(--problem-row-gap)}.problem-row{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(20rem,.92fr);align-items:center;grid-column-gap:var(--problem-column-gap)}.problem-row--reverse{grid-template-columns:minmax(20rem,.92fr) minmax(0,1.08fr)}.problem-row--reverse .problem-row__media{order:2}.problem-row__media{aspect-ratio:16/8;background:var(--problems-bg-soft);border:1px solid var(--problem-media-border);border-radius:50% 50% 46% 54%/20% 26% 24% 30%;box-shadow:var(--problem-media-shadow)}.problem-row:nth-child(odd) .problem-row__media{border-radius:48% 52% 50% 44%/24% 18% 30% 22%}.problem-row:nth-child(2n) .problem-row__media{border-radius:44% 56% 42% 58%/18% 26% 24% 32%}.problem-row__image{display:block;width:100%;height:100%}.problem-row__content{position:relative;padding-left:clamp(1rem,2vw,1.5rem)}.problem-row__content:before{content:"";position:absolute;left:0;top:.25rem;bottom:.25rem;width:2px;border-radius:999px;background:linear-gradient(180deg,var(--problems-terracotta),rgb(35 104 78/18%));opacity:.55}.problem-row__heading-group{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:end;grid-gap:clamp(.9rem,2vw,1.25rem);gap:clamp(.9rem,2vw,1.25rem)}.problem-row__index{color:var(--problem-index-color);font-family:var(--font-family-heading);font-size:clamp(3rem,6vw,5.5rem);font-weight:var(--font-weight-medium);line-height:.8;letter-spacing:-.05em}.problem-row__heading-copy{min-width:0}.problem-row__chip{display:inline-flex;align-items:center;min-height:1.875rem;padding:var(--problem-chip-padding-y) var(--problem-chip-padding-x);border-radius:999px;background:var(--problems-chip-bg);color:var(--problems-chip-text);font-size:.8125rem;font-weight:var(--font-weight-semibold);line-height:1}.problem-row__title{margin:.85rem 0 0;color:var(--problems-heading);font-family:var(--font-family-heading);font-size:clamp(1.625rem,2.4vw,2.25rem);font-weight:var(--font-weight-medium);letter-spacing:-.025em}.problem-row__description{margin-top:1rem;color:var(--problems-text);font-size:.95rem;line-height:1.6}.problem-row__causes-block{margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgb(31 42 36/10%)}.problem-row__causes-title{margin:0 0 .5rem;color:var(--problems-heading);font-size:.875rem}.problem-row__causes{padding-left:1.15em;color:var(--problems-text);font-size:.875rem;line-height:1.55}.problem-row__causes li+li{margin-top:.3rem}.problem-row__causes li::marker{color:var(--problems-green);font-size:.85em}.problem-row__link{position:relative;display:inline-flex;align-items:center;gap:.625rem;width:-moz-fit-content;width:fit-content;min-height:2.75rem;margin-top:1rem;padding:0;border:0;border-radius:.35rem;background:transparent;color:var(--problems-green);font-size:.875rem;font-weight:var(--font-weight-semibold);text-decoration:none}.problem-row__link:focus-visible{outline:var(--focus-ring-width) solid var(--color-focus-ring);outline-offset:.35rem}.problem-row__link:after{content:"";position:absolute;left:0;right:0;bottom:.3rem;height:1px;background:var(--problems-terracotta);opacity:.75}.problems-section__botanical,.problems-section__curve,.problems-section__shape{position:absolute;z-index:1;pointer-events:none}.problems-section__shape--top{top:-1rem;right:-2rem;width:clamp(12rem,24vw,18rem);opacity:.68}.problems-section__shape--bottom{bottom:3rem;left:-3rem;width:clamp(14rem,25vw,20rem);opacity:.5}.problems-section__curve--one{top:18rem;left:-2rem;width:clamp(18rem,42vw,34rem);opacity:.42}.problems-section__curve--two{right:-1rem;bottom:15rem;width:clamp(18rem,38vw,30rem);opacity:.3}.problems-section__botanical{right:1.5rem;bottom:4rem;width:clamp(5rem,10vw,8rem);opacity:.45}.problems-section{position:relative;overflow:hidden;width:auto;margin-inline:0;padding:var(--problems-padding-top) var(--problems-padding-x) var(--problems-padding-bottom);background-color:var(--problems-bg)}.problems-section__container{width:min(100%,var(--problems-container));margin-inline:auto}.problems-section__final-content{min-width:0}.problems-section__intro{max-width:none;margin-inline:auto;text-align:center}.problems-section__eyebrow{margin:0 0 14px;color:var(--problems-terracotta);letter-spacing:.18em}.problems-section__title{max-width:none;font-size:clamp(3.25rem,4.6vw,4rem);line-height:.96;letter-spacing:-.04em}.problems-section__description{max-width:42rem;margin-top:24px;margin-inline:auto;padding-left:0;border-left:0;color:var(--problems-muted);font-size:clamp(1.0625rem,1.15vw,1.1875rem);line-height:1.7}.problems-section__list{gap:var(--problem-row-gap);margin-top:var(--problems-intro-gap)}.problem-row{grid-template-columns:minmax(0,1fr) minmax(0,var(--problem-content-max));column-gap:var(--problem-column-gap)}.problem-row--reverse{grid-template-columns:minmax(0,var(--problem-content-max)) minmax(0,1fr)}.problem-row--reverse .problem-row__media-wrap{order:2}.problem-row--reverse .problem-row__content{order:1}.problem-row__media-wrap{position:relative;margin:0}.problem-row__media-blob{position:absolute;inset:10% auto auto -2%;width:82%;height:78%;border-radius:50%;background:var(--problems-sage-pale);z-index:0}.problem-row--reverse .problem-row__media-blob{inset:12% -2% auto auto}.problem-row__dots{position:absolute;top:-14px;right:8%;width:88px;height:48px;background-image:radial-gradient(circle,var(--problems-terracotta-soft) 0 2px,transparent 2.4px);background-size:18px 18px;opacity:.65;z-index:2}.problem-row--reverse .problem-row__dots{right:auto;left:8%}.problem-row__media{position:relative;z-index:1;margin:0;overflow:hidden;aspect-ratio:1.78/1;border:0;border-radius:var(--problem-media-radius);background:var(--problems-sage-pale);box-shadow:none}.problem-row__media:after{content:"";position:absolute;inset:0;border:1px solid rgb(14 33 23/10%);border-radius:inherit;pointer-events:none}.problem-row__image{object-fit:cover}.problem-row__content{max-width:var(--problem-content-max);width:100%;padding-left:0}.problem-row__content:before{display:none;content:none}.problem-row__meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.problem-row__number{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1.5px solid var(--problems-terracotta);border-radius:999px;color:var(--problems-terracotta);font-size:.8rem;font-weight:var(--font-weight-semibold);line-height:1}.problem-row__chip{min-height:2rem;padding:.45rem .9rem;background:var(--problems-sage);color:var(--problems-green-dark)}.problem-row__title{margin:20px 0 0;font-size:clamp(1.7rem,2.7vw,2.3rem);line-height:1.08;letter-spacing:-.03em}.problem-row__description{margin-top:14px;font-size:clamp(1rem,1.05vw,1.0625rem);line-height:1.7}.problem-row__causes-block{margin-top:24px;padding-top:18px;border-top:1px solid var(--problems-line)}.problem-row__causes-title{width:-moz-fit-content;width:fit-content;min-height:1.875rem;margin-bottom:0 0 1rem;padding:.4rem .85rem;border-radius:999px;background:rgb(214 90 42/10%);color:var(--problems-terracotta);font-size:.75rem;font-weight:var(--font-weight-semibold);letter-spacing:.08em;text-transform:uppercase}.problem-row__causes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0;margin:0;padding:0;list-style:none;background:linear-gradient(var(--problems-line),var(--problems-line)) calc(33.333% - .5px) .35rem /1px calc(100% - .7rem) no-repeat,linear-gradient(var(--problems-line),var(--problems-line)) calc(66.666% - .5px) .35rem /1px calc(100% - .7rem) no-repeat}.problem-row__causes li::marker{content:none}.problem-row__cause{position:relative;min-width:0;display:grid;grid-template-rows:40px auto;justify-items:center;align-content:start;grid-gap:.75rem;gap:.75rem;padding-inline:clamp(1.125rem,2vw,1.75rem);text-align:center;box-sizing:border-box}.problem-row__cause:before{display:none;content:none}.problem-row__cause-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--problems-green)}.problem-row__cause-icon svg{width:24px;height:24px}.problem-row__cause-label{display:block;width:100%;max-width:12.5rem;margin-inline:auto;color:var(--problems-text);font-size:clamp(.875rem,.9vw,.9375rem);line-height:1.35;font-weight:var(--font-weight-medium);overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.problem-row__action{margin-top:22px}.problem-row__action .ui-cta-secondary{min-height:3.25rem;max-width:100%;width:-moz-fit-content;width:fit-content;padding-inline:var(--space-lg);border-radius:var(--radius-md);background:var(--problems-terracotta);border-color:var(--problems-terracotta);color:var(--color-text-inverse);gap:0}.problem-row__action .ui-cta-secondary:hover{background:var(--color-accent-600);border-color:var(--color-accent-600);color:var(--color-text-inverse)}.problem-row__action .ui-cta-secondary:focus-visible{outline:var(--focus-ring-width) solid var(--color-focus-ring);outline-offset:var(--focus-ring-offset)}.problems-section__final-cta{width:min(100%,810px);margin:58px auto 0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:18px;gap:18px;padding:22px 28px;border:1px solid rgb(59 90 55/10%);border-radius:24px;background:linear-gradient(135deg,var(--problems-sage-pale),#f7faf1 54%,var(--problems-sage) 100%);box-shadow:var(--problems-card-shadow)}.problems-section__final-icon{display:grid;place-items:center;width:66px;height:66px;border-radius:999px;background:rgb(255 255 255/78%);color:var(--problems-green-dark)}.problems-section__final-icon svg{width:30px;height:30px}.problems-section__final-title{color:var(--problems-heading);font-family:var(--font-family-heading);font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.05;font-weight:var(--font-weight-medium)}.problems-section__final-description{margin-top:8px;color:var(--problems-text);font-size:.95rem;line-height:1.6}.problems-section__final-action{justify-self:end}.problems-section__final-action .ui-cta-primary{min-height:44px;padding:.95rem 1.45rem;border-radius:var(--radius-md);background:var(--color-action);border-color:var(--color-action);color:var(--color-text-inverse);white-space:nowrap}.problems-section__final-action .ui-cta-primary:hover{background:var(--color-action-hover);border-color:var(--color-action-hover)}@media (min-width:981px){.problems-section__list{margin-top:3.75rem;gap:4.75rem}.problems-section__final-cta{margin-top:4.75rem}}.problems-section__botanical,.problems-section__paw,.problems-section__shape{position:absolute;z-index:1;pointer-events:none}.problems-section__shape--top{top:-10px;right:-28px;width:clamp(220px,26vw,320px);opacity:.78}.problems-section__botanical{right:20px;bottom:120px;width:clamp(74px,9vw,120px);color:var(--problems-curve);opacity:.42}.problems-section__botanical path{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.problems-section__paw{left:12px;bottom:90px;width:clamp(56px,8vw,88px);opacity:.34}.content-section{padding-block:var(--section-padding-y);background:var(--color-bg-page)}.content-section-problems .ui-section-header{padding:var(--space-xl);border:1px solid var(--color-border-default);border-radius:var(--radius-lg);background:var(--color-surface-default)}.content-section-dog-cat .animal-focus-card{background:var(--color-surface-default)}.problem-grid{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg);margin-top:var(--space-xl)}.problem-card{align-content:start;box-shadow:var(--shadow-sm)}.problem-card-badge{width:-moz-fit-content;width:fit-content;padding:var(--space-2xs) var(--space-sm);border-radius:999px;background:var(--color-primary-100);color:var(--color-primary-800);font-size:.9rem;font-weight:var(--font-weight-semibold)}.problem-card-title{font-family:var(--font-family-heading);font-size:1.45rem;font-weight:var(--font-weight-semibold);line-height:var(--line-height-heading)}.problem-card-description{color:var(--color-text-secondary)}.services-section .ui-section-header{max-width:var(--section-header-max-width);margin-inline:auto;text-align:center;justify-items:center;gap:0}.services-section .ui-eyebrow{margin:0 0 14px;color:var(--services-card-accent);font-size:clamp(.75rem,1vw,.875rem);font-weight:var(--font-weight-semibold);letter-spacing:.18em;text-transform:uppercase}.services-section .ui-eyebrow:after,.services-section .ui-eyebrow:before{content:none}.services-section .ui-section-title{max-width:none;color:var(--color-section-heading);font-size:clamp(3.25rem,4.6vw,4rem);line-height:.96;font-weight:var(--font-weight-medium);letter-spacing:-.04em}.services-section .ui-section-description{max-width:42rem;margin:24px auto 0;font-size:clamp(1.0625rem,1.15vw,1.1875rem);line-height:1.7}.service-grid{display:grid;align-items:stretch;grid-gap:clamp(1.25rem,2vw,2rem);gap:clamp(1.25rem,2vw,2rem);margin-top:var(--space-2xl)}.service-grid__reveal-item{display:grid}.service-card{position:relative;overflow:hidden;grid-template-columns:1fr;gap:0;align-items:stretch;padding:0;border-color:var(--services-card-border);background:linear-gradient(135deg,var(--services-card-bg) 0,var(--color-bg-warm) 100%);box-shadow:var(--services-card-shadow)}.service-card__media{min-height:100%;padding:var(--space-sm);padding-bottom:0}.service-card__image{display:block;width:100%;height:100%;min-height:16rem;aspect-ratio:16/10;object-fit:cover;box-shadow:var(--shadow-sm)}.service-card:nth-child(2n) .service-card__image,.service-card__image{border-radius:var(--radius-md) var(--radius-md) clamp(3rem,12vw,5rem) clamp(3rem,12vw,5rem)}.service-card__content{display:grid;align-content:center;grid-gap:var(--space-sm);gap:var(--space-sm);padding:var(--space-lg)}.service-card__badge{display:inline-flex;align-items:center;gap:var(--space-xs);width:-moz-fit-content;width:fit-content;padding:.28rem var(--space-sm) .28rem .35rem;background:rgb(255 255 255/72%);color:var(--color-primary-800);font-size:.82rem;font-weight:var(--font-weight-semibold);letter-spacing:.08em;text-transform:uppercase}.service-card__badge,.service-card__badge-mark{border:1px solid var(--color-border-default);border-radius:999px}.service-card__badge-mark{width:1.35rem;height:1.35rem;background:radial-gradient(circle at center,var(--services-card-accent) 0 28%,transparent 30%),var(--services-card-sage)}.service-card__title{font-family:var(--font-family-heading);font-size:1.45rem;font-weight:var(--font-weight-semibold);line-height:var(--line-height-heading);color:var(--services-card-heading);font-size:clamp(1.55rem,2.2vw,2rem);letter-spacing:-.01em}.service-card__description{color:var(--color-text-secondary)}.service-card__modalities{display:flex;flex-wrap:wrap;gap:.45rem;list-style:none}.service-card__modality{padding:.42rem var(--space-sm);border:1px solid var(--color-border-default);border-radius:999px;background:rgb(255 255 255/70%);color:var(--color-primary-800);font-size:.88rem;line-height:1.3;white-space:nowrap}.service-card__examples-group{display:grid;grid-gap:var(--space-xs);gap:var(--space-xs);margin-top:var(--space-xs);padding-top:var(--space-md);border-top:1px solid var(--color-border-default)}.service-card__examples-title{color:var(--services-card-heading);font-size:.9rem;font-weight:var(--font-weight-semibold)}.service-card__examples{display:grid;grid-gap:var(--space-xs);gap:var(--space-xs);list-style:none;padding-left:0;color:var(--services-card-muted);font-size:.92rem;line-height:1.45}.service-card__example{display:grid;grid-template-columns:.72rem minmax(0,1fr);align-items:start;grid-gap:var(--space-xs);gap:var(--space-xs)}.service-card__example:before{content:"";width:.44rem;height:.44rem;margin-top:.54em;border-radius:999px;background:var(--services-card-accent);opacity:.72}.service-section-cta{position:relative;width:min(100%,810px);margin:var(--space-2xl) auto 0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:18px;gap:18px;padding:22px 28px;border:1px solid rgb(59 90 55/10%);border-radius:24px;background:linear-gradient(135deg,var(--services-card-sage),var(--color-bg-warm) 56%,var(--color-primary-100) 100%);box-shadow:var(--services-card-shadow);overflow:hidden}.service-section-cta__decor{position:absolute;top:-48px;right:-28px;width:150px;height:150px;border-radius:999px;background:radial-gradient(circle,color-mix(in srgb,var(--services-card-accent) 8%,transparent) 0,transparent 72%);pointer-events:none}.service-section-cta__action,.service-section-cta__content,.service-section-cta__icon{position:relative;z-index:1}.service-section-cta__icon{display:grid;place-items:center;width:66px;height:66px;border-radius:999px;background:rgb(255 255 255/78%);color:var(--services-card-heading)}.service-section-cta__icon svg{width:30px;height:30px}.service-section-cta__content{min-width:0}.service-section-cta__title{margin:0;color:var(--services-card-heading);font-family:var(--font-family-heading);font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.05;font-weight:var(--font-weight-medium);letter-spacing:-.02em}.service-section-cta__description{margin:8px 0 0;color:var(--services-card-muted);font-size:.95rem;line-height:1.6}.service-section-cta__action{justify-self:end}.service-section-cta__action .ui-cta-primary{min-height:44px;padding:.95rem 1.45rem;border-radius:var(--radius-md);background:var(--color-primary-900);border-color:var(--color-primary-900);color:var(--color-text-inverse);box-shadow:none;white-space:nowrap}.service-section-cta__action .ui-cta-primary:hover{background:var(--color-primary-800);border-color:var(--color-primary-800)}@media (max-width:980px){.service-section-cta{grid-template-columns:auto minmax(0,1fr);padding:22px 24px 24px;border-radius:24px;column-gap:18px;row-gap:18px}.service-section-cta__action{grid-column:1/-1;justify-self:stretch;width:100%}.service-section-cta__action .ui-cta-primary{width:100%;justify-content:center}}.animal-focus-grid{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg);margin-top:var(--space-xl)}.animal-focus-card{align-content:start;box-shadow:var(--shadow-sm)}.animal-focus-title{font-family:var(--font-family-heading);font-size:1.45rem;font-weight:var(--font-weight-semibold);line-height:var(--line-height-heading)}.animal-focus-description{color:var(--color-text-secondary)}.animal-focus-list{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm);list-style:none}.animal-focus-list-item{display:flex;gap:var(--space-sm);color:var(--color-text-secondary)}.animal-focus-list-item:before{content:"";width:.75rem;height:.75rem;margin-top:.35rem;flex:0 0 auto;border-radius:999px;background:var(--color-accent)}.animal-modality-list{display:flex;flex-wrap:wrap;gap:var(--space-xs);list-style:none}.animal-modality-chip{width:-moz-fit-content;width:fit-content;padding:var(--space-2xs) var(--space-sm);border-radius:999px;background:var(--color-primary-100);color:var(--color-primary-800);font-size:.9rem;font-weight:var(--font-weight-semibold)}.free-evaluation-section{position:relative;overflow:hidden;width:calc(100% + (var(--page-shell-inline-padding) * 2));margin-inline:calc(var(--page-shell-inline-padding) * -1);padding:var(--evaluation-padding-top) var(--evaluation-padding-x) var(--evaluation-padding-bottom);background:var(--evaluation-bg);scroll-margin-top:calc(var(--site-header-height) + var(--space-sm))}.free-evaluation-section__container{position:relative;z-index:2;width:min(100%,var(--evaluation-container));margin-inline:auto}.free-evaluation-section__decor{inset:0;z-index:1;overflow:hidden}.free-evaluation-section__botanical,.free-evaluation-section__decor,.free-evaluation-section__dots,.free-evaluation-section__shape{position:absolute;pointer-events:none}.free-evaluation-section__shape{top:108px;left:-80px;width:clamp(180px,22vw,300px);aspect-ratio:1;border-radius:46% 54% 38% 62%/60% 40% 60% 40%;background:radial-gradient(circle at 40% 40%,rgb(228 234 217/72%) 0,rgb(228 234 217/12%) 72%,transparent 74%);opacity:.7}.free-evaluation-section__dots{top:218px;right:clamp(8px,4vw,42px);width:112px;height:76px;background-image:radial-gradient(circle,var(--evaluation-terracotta-soft) 0 2px,transparent 2.4px);background-size:18px 18px;opacity:.46}.free-evaluation-section__botanical{right:clamp(4px,2vw,20px);bottom:74px;width:clamp(64px,8vw,96px);color:rgb(59 90 55/18%);opacity:.42}.free-evaluation-section__botanical path{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.free-evaluation-section__header{max-width:var(--section-header-max-width);margin-inline:auto;text-align:center}.free-evaluation-section__eyebrow{margin:0 0 14px;color:var(--evaluation-terracotta);font-family:var(--font-family-body);font-size:clamp(.75rem,1vw,.875rem);font-weight:var(--font-weight-semibold);letter-spacing:.18em;text-transform:uppercase}.free-evaluation-section__title{margin:0;color:var(--color-section-heading);font-family:var(--font-family-heading);font-size:clamp(3.25rem,4.6vw,4rem);line-height:.96;font-weight:var(--font-weight-medium);letter-spacing:-.04em}.free-evaluation-section__description{max-width:42rem;margin:24px auto 0;color:var(--evaluation-muted);font-size:clamp(1.0625rem,1.15vw,1.1875rem);line-height:1.7}.free-evaluation-offer-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(22rem,.92fr);width:min(100%,76rem);margin:clamp(2rem,4vw,3rem) auto 0;overflow:hidden;border:1px solid var(--evaluation-line);border-radius:clamp(1.5rem,3vw,2rem);background:var(--evaluation-bg);box-shadow:var(--evaluation-shadow)}.free-evaluation-offer-card__left{position:relative;z-index:1;padding:clamp(2rem,5vw,4rem);background:linear-gradient(90deg,var(--evaluation-bg) 0,var(--evaluation-bg) 72%,var(--color-bg-warm) 100%)}.free-evaluation-offer-card__pill{display:inline-flex;align-items:center;gap:var(--space-sm);min-height:2.875rem;margin:0;padding:0 var(--space-lg);border-radius:999px;background:var(--evaluation-sage-soft);color:var(--evaluation-heading);font-size:.8rem;font-weight:var(--font-weight-semibold);letter-spacing:.12em;text-transform:uppercase}.free-evaluation-offer-card__pill svg{width:1.1rem;height:1.1rem;color:var(--evaluation-terracotta)}.free-evaluation-offer-card__title{max-width:34rem;margin:var(--space-lg) 0 0;color:var(--evaluation-heading);font-family:var(--font-family-heading);font-size:clamp(2.25rem,4vw,3.5rem);line-height:1.02;font-weight:var(--font-weight-medium);letter-spacing:-.04em}.free-evaluation-offer-card__description{max-width:36rem;margin:var(--space-md) 0 0;color:var(--evaluation-text);font-size:clamp(1rem,1.15vw,1.08rem);line-height:1.65}.free-evaluation-offer-card__chips{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin:var(--space-xl) 0 0;padding:0;list-style:none}.free-evaluation-offer-card__chip{display:inline-flex;align-items:center;gap:var(--space-sm);min-height:3rem;padding:0 var(--space-lg);border:1px solid color-mix(in srgb,var(--evaluation-heading) 8%,transparent);border-radius:999px;background:var(--evaluation-sage-soft);color:var(--evaluation-green-dark);font-size:.95rem;font-weight:var(--font-weight-semibold);white-space:nowrap}.free-evaluation-offer-card__chip svg{width:1.1rem;height:1.1rem;color:var(--evaluation-terracotta)}.free-evaluation-offer-card__action{margin-top:var(--space-xl)}.free-evaluation-offer-card__action .ui-cta-primary{min-height:3.75rem;padding-inline:clamp(1.25rem,3vw,2rem);border-radius:var(--radius-md);background:var(--color-primary-900);border-color:var(--color-primary-900);color:var(--color-text-inverse);box-shadow:0 14px 32px rgb(23 36 27/16%);font-weight:var(--font-weight-semibold)}.free-evaluation-offer-card__action .ui-cta-primary:hover{background:var(--color-primary-800);border-color:var(--color-primary-800)}.free-evaluation-offer-card__microcopy{display:flex;align-items:flex-start;gap:var(--space-sm);max-width:36rem;margin:var(--space-lg) 0 0;color:var(--evaluation-muted);font-size:.95rem;line-height:1.55}.free-evaluation-offer-card__microcopy svg{flex:0 0 auto;width:1.1rem;height:1.1rem;margin-top:.15rem;color:var(--evaluation-green)}.free-evaluation-offer-card__right{position:relative;overflow:hidden;padding:clamp(2.5rem,5vw,4rem);background:linear-gradient(135deg,var(--evaluation-sage-soft),var(--color-primary-50))}.free-evaluation-offer-card__right:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,color-mix(in srgb,var(--evaluation-sage-soft) 94%,transparent) 0,color-mix(in srgb,var(--evaluation-sage-soft) 78%,transparent) 58%,color-mix(in srgb,var(--evaluation-sage-soft) 24%,transparent) 100%);pointer-events:none}.free-evaluation-offer-card__flow-content{position:relative;z-index:2;max-width:24rem}.free-evaluation-offer-card__flow-title{max-width:18rem;margin:0;color:var(--evaluation-heading);font-family:var(--font-family-heading);font-size:clamp(1.75rem,2.4vw,2.25rem);line-height:1.05;font-weight:var(--font-weight-medium);letter-spacing:-.03em}.free-evaluation-offer-card__flow-line{display:block;width:3rem;height:3px;margin-top:var(--space-lg);border-radius:999px;background:var(--evaluation-terracotta)}.free-evaluation-flow{display:grid;grid-gap:0;gap:0;margin:var(--space-xl) 0 0;padding:0;list-style:none}.free-evaluation-flow__item{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:var(--space-lg);gap:var(--space-lg);min-height:6.75rem}.free-evaluation-flow__item+.free-evaluation-flow__item{border-top:1px dashed color-mix(in srgb,var(--evaluation-green-dark) 16%,transparent)}.free-evaluation-flow__icon{display:inline-grid;place-items:center;flex:0 0 auto;width:4.75rem;height:4.75rem;border-radius:999px;background:var(--evaluation-bg);color:var(--evaluation-green-dark);box-shadow:0 14px 32px rgb(23 36 27/8%),inset 0 0 0 1px rgb(255 255 255/72%)}.free-evaluation-flow__icon svg{width:1.875rem;height:1.875rem}.free-evaluation-flow__content{display:grid;grid-gap:.35rem;gap:.35rem;min-width:0}.free-evaluation-flow__title{margin:0;color:var(--evaluation-green-dark);font-size:1rem;line-height:1.25;font-weight:var(--font-weight-semibold);letter-spacing:-.01em}.free-evaluation-flow__description{margin:0;color:var(--evaluation-muted);font-size:1rem;line-height:1.45}.free-evaluation-offer-card__pet-image{position:absolute;z-index:0;inset:0 0 0 auto;width:48%;height:100%;object-fit:cover;object-position:center;-webkit-clip-path:ellipse(76% 82% at 78% 50%);clip-path:ellipse(76% 82% at 78% 50%);pointer-events:none}@media (max-width:1100px){.free-evaluation-offer-card{grid-template-columns:1fr;max-width:44rem}.free-evaluation-offer-card__left,.free-evaluation-offer-card__right{padding:clamp(2rem,6vw,3rem)}.free-evaluation-offer-card__flow-content{max-width:100%}.free-evaluation-offer-card__pet-image{display:none}}@media (max-width:640px){.free-evaluation-section{width:calc(100% + (var(--page-shell-inline-padding) * 2));margin-inline:calc(var(--page-shell-inline-padding) * -1);padding:var(--section-padding-y-mobile) var(--page-shell-inline-padding) var(--section-padding-y-mobile)}.free-evaluation-section__title{font-size:clamp(2.5rem,12vw,3.25rem)}.free-evaluation-section__description{font-size:1rem}.free-evaluation-offer-card{border-radius:1.5rem}.free-evaluation-offer-card__left,.free-evaluation-offer-card__right{padding:1.5rem}.free-evaluation-offer-card__title{font-size:clamp(2rem,10vw,2.75rem)}.free-evaluation-offer-card__chip{min-height:2.75rem;padding-inline:var(--space-md);white-space:normal}.free-evaluation-offer-card__action{width:100%}.free-evaluation-offer-card__action .ui-cta-primary{width:100%;justify-content:center;white-space:normal}.free-evaluation-flow__item{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:var(--space-md);min-height:auto;padding-block:var(--space-md)}.free-evaluation-flow__icon{width:4rem;height:4rem}.free-evaluation-flow__icon svg{width:1.55rem;height:1.55rem}.free-evaluation-flow__title{font-size:1rem}.free-evaluation-flow__description{font-size:.98rem}.free-evaluation-section__botanical,.free-evaluation-section__dots{display:none}}.method-section{position:relative;overflow:hidden;width:calc(100% + (var(--page-shell-inline-padding) * 2));margin-inline:calc(var(--page-shell-inline-padding) * -1);padding:var(--method-padding-top) var(--method-padding-x) var(--method-padding-bottom);background:var(--method-bg);scroll-margin-top:calc(var(--site-header-height) + var(--space-sm))}.method-section__container{position:relative;z-index:2;width:min(100%,var(--method-container));margin-inline:auto}.method-section__decor{position:absolute;inset:0;z-index:1;overflow:hidden;pointer-events:none}.method-final-cta__decor,.method-media__blob,.method-media__dots,.method-section__botanical,.method-section__curve,.method-section__shape{pointer-events:none}.method-section__botanical,.method-section__curve,.method-section__shape{position:absolute}.method-section__shape{top:18px;right:-72px;width:clamp(220px,28vw,360px);aspect-ratio:1;border-radius:47% 53% 38% 62%/58% 34% 66% 42%;background:radial-gradient(circle at 35% 35%,rgb(228 234 217/78%) 0,rgb(228 234 217/18%) 70%,transparent 72%);opacity:.85}.method-section__curve{top:138px;left:max(10px,2%);width:clamp(146px,18vw,220px);color:rgb(59 90 55/16%);opacity:.72}.method-section__botanical{right:max(14px,2%);bottom:110px;width:clamp(62px,8vw,92px);color:rgb(59 90 55/20%);opacity:.42}.method-section__botanical path,.method-section__curve path{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.method-intro{max-width:none;margin-inline:auto;margin-left:0;text-align:center}.method-eyebrow{margin:0 0 14px;color:var(--method-terracotta);font-size:clamp(.75rem,1vw,.875rem);font-weight:var(--font-weight-semibold);letter-spacing:.18em;text-transform:uppercase}.method-title{max-width:none;margin:0;color:var(--color-section-heading);font-family:var(--font-family-heading);font-size:clamp(3.25rem,4.6vw,4rem);line-height:.96;font-weight:var(--font-weight-medium);letter-spacing:-.04em}.method-description{max-width:42rem;margin:24px auto 0;color:var(--method-muted);font-size:clamp(1.0625rem,1.15vw,1.1875rem);line-height:1.7}.method-body{display:grid;grid-template-columns:minmax(0,568px) minmax(0,1fr);align-items:center;grid-column-gap:var(--method-body-gap);column-gap:var(--method-body-gap);margin-top:var(--method-intro-to-body)}.method-media{position:relative;width:100%;margin:0}.method-media__blob{position:absolute;z-index:1;inset:-18px -14px 18px 14px;background:var(--method-sage);border-radius:28% 72% 24% 76%/10% 13% 12% 11%}.method-media__dots{position:absolute;top:26px;right:-24px;z-index:3;width:88px;height:60px;background-image:radial-gradient(circle,var(--method-terracotta-soft) 0 2px,transparent 2.4px);background-size:18px 18px;opacity:.58}.method-media__image{position:relative;z-index:2;overflow:hidden;aspect-ratio:568/588;border-radius:28% 72% 24% 76%/10% 13% 12% 11%;background:var(--method-sage-pale);box-shadow:var(--method-shadow)}.method-media__image:after{content:"";position:absolute;inset:0;border:1px solid rgb(59 90 55/28%);border-radius:inherit;pointer-events:none}.method-media__image img{display:block;width:100%;height:100%;object-fit:cover}.method-steps{margin:0;padding:0;list-style:none}.method-step{position:relative;display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;grid-column-gap:26px;column-gap:26px;min-height:152px;padding:1.15rem 0}.method-step:not(:last-child):after{content:"";position:absolute;left:8px;right:0;bottom:0;height:1px;background:var(--method-sage-line)}.method-step__number{width:52px;height:52px;border:1.5px solid var(--method-terracotta);border-radius:999px;color:var(--method-terracotta);font-size:.85rem;font-weight:800;line-height:1;letter-spacing:.06em}.method-step__icon,.method-step__number{display:inline-flex;align-items:center;justify-content:center}.method-step__icon{flex:0 0 auto;width:1.75rem;height:1.75rem;color:var(--method-green)}.method-step__icon svg{display:block;width:1.25rem;height:1.25rem}.method-step__content{min-width:0}.method-step__heading{display:flex;align-items:center;gap:.625rem;min-width:0}.method-step__title{margin:0;color:var(--method-heading);font-family:var(--font-family-heading);font-size:clamp(1.625rem,2.3vw,1.85rem);line-height:1.05;font-weight:700}.method-step__description{margin:.625rem 0 0;color:var(--method-text);font-size:1rem;line-height:1.45}.method-final-cta{position:relative;width:min(100%,810px);min-height:auto;margin:var(--method-cta-margin-top) auto 0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:18px;gap:18px;padding:22px 28px;border:1px solid rgb(59 90 55/10%);border-radius:24px;background:linear-gradient(135deg,var(--method-sage-pale),#fbfcf8 56%,var(--method-sage) 100%);box-shadow:var(--method-shadow);overflow:hidden}.method-final-cta__decor{position:absolute;top:-48px;right:-28px;width:150px;height:150px;border-radius:999px;background:radial-gradient(circle,rgb(214 90 42/8%) 0,rgb(214 90 42/0) 72%);pointer-events:none}.method-final-cta__action,.method-final-cta__content,.method-final-cta__divider,.method-final-cta__icon{position:relative;z-index:1}.method-final-cta__icon{display:grid;place-items:center;width:66px;height:66px;border-radius:999px;background:rgb(255 255 255/78%);color:var(--method-green)}.method-final-cta__icon svg{width:30px;height:30px}.method-final-cta__content{min-width:0}.method-final-cta__title{margin:0;color:var(--method-heading);font-family:var(--font-family-heading);font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.05;font-weight:var(--font-weight-medium);letter-spacing:-.02em}.method-final-cta__description{margin:8px 0 0;color:var(--method-text);font-size:.95rem;line-height:1.6}.method-final-cta__divider{display:none}.method-final-cta__action{justify-self:end}.method-final-cta__action .ui-cta-primary{min-height:44px;padding:.95rem 1.45rem;border-radius:var(--radius-md);background:var(--method-green-dark);border-color:var(--method-green-dark);color:var(--color-text-inverse);box-shadow:none;white-space:nowrap}.method-final-cta__action .ui-cta-primary:hover{background:var(--method-green);border-color:var(--method-green)}@media (max-width:980px){.method-intro{max-width:none;margin-inline:auto;margin-left:0;text-align:center}.method-body{grid-template-columns:1fr;row-gap:48px}.method-media{max-width:620px}.method-steps{max-width:640px}.method-final-cta{grid-template-columns:auto minmax(0,1fr);padding:22px 24px 24px;border-radius:24px;column-gap:18px;row-gap:18px}.method-final-cta__divider{display:none}.method-final-cta__action{grid-column:1/-1;justify-self:stretch;width:100%}.method-final-cta__action .ui-cta-primary{width:100%;justify-content:center}.method-section__shape{right:-56px;width:clamp(180px,24vw,280px);opacity:.68}.method-section__curve{left:-18px;top:108px;opacity:.55}.method-section__botanical{bottom:170px;width:74px;opacity:.32}}@media (max-width:640px){.method-section{width:calc(100% + (var(--page-shell-inline-padding) * 2));margin-inline:calc(var(--page-shell-inline-padding) * -1);padding:var(--section-padding-y-mobile) var(--page-shell-inline-padding) var(--section-padding-y-mobile-compact)}.method-title{font-size:clamp(2.5rem,12vw,3.25rem)}.method-description{margin-top:1.5rem;font-size:1rem}.method-body{margin-top:48px;row-gap:40px}.method-media__blob{inset:-12px -10px 16px 10px}.method-media__image{aspect-ratio:4/4.3}.method-media__dots{display:none}.method-step{grid-template-columns:48px minmax(0,1fr);column-gap:16px;min-height:132px;padding:1rem 0}.method-step__number{width:44px;height:44px;font-size:.78rem}.method-step__heading{gap:.5rem}.method-step__icon{width:1.5rem;height:1.5rem}.method-step__icon svg{width:1.1rem;height:1.1rem}.method-step__title{font-size:1.5rem}.method-step__description{font-size:.95rem}.method-final-cta{grid-template-columns:1fr;justify-items:start;text-align:left;padding:22px 22px 24px;border-radius:24px}.method-final-cta__decor{right:50%;top:auto;bottom:-54px;transform:translateX(50%);width:150px;height:150px}.method-final-cta__icon{width:66px;height:66px;margin-inline:0}.method-final-cta__content,.method-final-cta__description,.method-final-cta__title{margin-inline:0}.method-final-cta__action{grid-column:auto;width:100%;justify-self:stretch}.method-final-cta__action .ui-cta-primary{width:100%}.method-section__botanical,.method-section__curve{display:none}.method-section__shape{top:22px;right:-84px;width:180px;opacity:.44}}.how-it-works-section{position:relative}.how-it-works-section .ui-section-header{max-width:var(--section-header-max-width);margin-inline:auto;text-align:center;justify-items:center;gap:0}.how-it-works-section .ui-eyebrow{margin:0 0 14px;color:var(--color-accent);font-size:clamp(.75rem,1vw,.875rem);font-weight:var(--font-weight-semibold);letter-spacing:.18em;text-transform:uppercase}.how-it-works-section .ui-section-title{max-width:none;font-family:var(--font-family-heading);font-size:clamp(3.25rem,4.6vw,4rem);line-height:.96;font-weight:var(--font-weight-medium);letter-spacing:-.04em}.how-it-works-section .ui-section-description{max-width:42rem;margin:24px auto 0;font-size:clamp(1.0625rem,1.15vw,1.1875rem);line-height:1.7}.process-step-list{display:grid;grid-gap:1rem;gap:1rem;width:100%;margin:clamp(2.5rem,5vw,4rem) 0 0;padding:0;list-style:none}.process-step-card{position:relative;display:grid;align-content:start;min-height:17rem;padding:1.65rem;border:1px solid rgb(59 90 55/10%);border-radius:24px;background:linear-gradient(180deg,var(--color-surface-default) 0,var(--color-bg-warm) 100%);box-shadow:0 18px 44px rgb(27 71 53/8%);overflow:hidden}.process-step-card:before{content:"";position:absolute;inset:auto 1.65rem 0;height:4px;border-radius:999px 999px 0 0;background:var(--color-accent)}.process-step-card:after{content:"";position:absolute;top:2rem;right:-.5rem;width:1rem;height:1rem;border-top:2px solid rgb(59 90 55/14%);border-right:2px solid rgb(59 90 55/14%);transform:rotate(45deg);display:none}.process-step-icon{display:grid;place-items:center;width:3.75rem;height:3.75rem;margin-bottom:1.2rem;border-radius:999px;background:var(--color-primary-50);color:var(--color-primary-800)}.process-step-icon svg{width:1.85rem;height:1.85rem}.process-step-number{margin-bottom:.75rem;color:var(--color-accent);font-size:3rem;font-weight:var(--font-weight-semibold);letter-spacing:.18em;text-transform:uppercase;font-family:var(--font-family-heading)}.process-step-title{margin:0;color:var(--color-text-heading);font-family:var(--font-family-heading);font-size:clamp(1.45rem,2vw,1.85rem);line-height:1.05;font-weight:var(--font-weight-medium);letter-spacing:-.02em}.process-step-description{margin-top:.85rem;color:var(--color-text-secondary);font-size:.98rem;line-height:1.65}.process-cta-row{display:flex;justify-content:center;margin-top:clamp(2rem,4vw,3rem)}.cta-banner-card{position:relative;isolation:isolate;width:min(100%,1040px);margin-inline:auto;overflow:hidden;border:1px solid color-mix(in srgb,var(--color-primary-900) 14%,transparent);border-radius:clamp(1.5rem,3vw,2rem);background-color:var(--color-primary-900);background-image:radial-gradient(circle at 12% 10%,color-mix(in srgb,var(--color-accent) 18%,transparent) 0,transparent 30%),radial-gradient(circle at 88% 88%,color-mix(in srgb,var(--color-primary-100) 18%,transparent) 0,transparent 32%),linear-gradient(135deg,var(--color-primary-900) 0,var(--color-primary-800) 52%,var(--color-primary-700) 100%);color:var(--color-text-inverse);box-shadow:0 28px 70px rgb(23 36 27/16%)}.cta-banner-card__inner{position:relative;z-index:1;display:grid;justify-items:center;max-width:760px;margin-inline:auto;padding:clamp(3.5rem,7vw,5.5rem) clamp(1.5rem,5vw,4.5rem);text-align:center}.cta-banner-card__decor{position:absolute;z-index:0;pointer-events:none;border-radius:999px}.cta-banner-card__decor--one{top:-8rem;left:-7rem;width:18rem;height:18rem;background:color-mix(in srgb,var(--color-accent) 16%,transparent)}.cta-banner-card__decor--two{right:-10rem;bottom:-11rem;width:22rem;height:22rem;background:color-mix(in srgb,var(--color-primary-100) 10%,transparent)}.cta-banner-card__media{position:relative;display:grid;place-items:center;width:clamp(8rem,14vw,11.5rem);height:clamp(8rem,14vw,11.5rem);margin-bottom:var(--space-lg);border-radius:999px}.cta-banner-card__media:before{content:"";position:absolute;inset:-.95rem;border-radius:inherit;background:radial-gradient(circle,rgb(255 255 255/18%) 0,rgb(255 255 255/7%) 62%,transparent 72%);box-shadow:inset 0 0 0 1px rgb(255 255 255/16%),0 22px 48px rgb(0 0 0/14%)}.cta-banner-card__media-ring{position:relative;z-index:1;width:100%;height:100%;padding:.46rem;border-radius:inherit;background:linear-gradient(135deg,rgb(255 255 255/82%),rgb(255 255 255/34%));box-shadow:inset 0 0 0 1px rgb(255 255 255/28%),0 18px 42px rgb(0 0 0/16%)}.cta-banner-card__photo{display:block;width:100%;height:100%;border-radius:inherit;object-fit:cover;object-position:center}.cta-banner-card__eyebrow{margin:0 0 var(--space-sm);color:color-mix(in srgb,var(--color-accent) 84%,white);font-size:clamp(.75rem,1vw,.875rem);font-weight:var(--font-weight-semibold);letter-spacing:.18em;text-transform:uppercase}.cta-banner-card__title{margin:0;color:var(--color-text-inverse);font-family:var(--font-family-heading);font-size:clamp(2.75rem,5vw,4.5rem);line-height:.96;font-weight:var(--font-weight-medium);letter-spacing:-.045em}.cta-banner-card__description{max-width:42rem;margin:clamp(1.25rem,2vw,1.75rem) auto 0;color:rgb(255 255 255/84%);font-size:clamp(1.0625rem,1.3vw,1.25rem);line-height:1.7}.cta-banner-card__action{margin-top:clamp(1.75rem,3vw,2.5rem)}.cta-banner-card__action .ui-cta-primary{min-height:3.5rem;padding-inline:clamp(1.5rem,3vw,2.25rem);border-radius:var(--radius-md);background:var(--color-surface-default);border-color:var(--color-surface-default);color:var(--color-primary-900);box-shadow:0 18px 38px rgb(0 0 0/14%);font-weight:var(--font-weight-semibold)}.cta-banner-card__action .ui-cta-primary:hover{background:var(--color-bg-warm);border-color:var(--color-bg-warm);color:var(--color-primary-900);transform:translateY(-2px)}@media (max-width:760px){.cta-banner-card{border-radius:1.5rem}.cta-banner-card__inner{padding:clamp(2.75rem,14vw,4rem) 1.5rem}.cta-banner-card__media{width:clamp(7rem,34vw,8.75rem);height:clamp(7rem,34vw,8.75rem);margin-bottom:var(--space-md)}.cta-banner-card__media:before{inset:-.72rem}.cta-banner-card__media-ring{padding:.38rem}.cta-banner-card__title{font-size:clamp(2.35rem,12vw,3.2rem)}.cta-banner-card__description{font-size:1rem}.cta-banner-card__action{width:100%}.cta-banner-card__action .ui-cta-primary{width:100%;justify-content:center;white-space:normal}}.trust-section{position:relative;overflow:hidden;width:calc(100% + (var(--page-shell-inline-padding) * 2));margin-inline:calc(var(--page-shell-inline-padding) * -1);background:radial-gradient(circle at 50% 6%,rgb(255 255 255/72%),transparent 34rem),linear-gradient(180deg,var(--trust-bg) 0,var(--trust-bg) 78%,var(--trust-bg-deep) 100%)}.trust-section .ui-container{max-width:min(100%,80.5rem)}.trust-section__header{margin-inline:auto;display:grid;justify-items:center;grid-gap:0;gap:0;text-align:center}.trust-section__eyebrow{margin:0 0 14px;color:var(--color-accent);font-size:clamp(.75rem,1vw,.875rem);font-weight:var(--font-weight-semibold);letter-spacing:.18em;text-transform:uppercase}.trust-section__title{max-width:none;margin:0;color:var(--color-section-heading);font-family:var(--font-family-heading);font-size:clamp(3.25rem,4.6vw,4rem);line-height:.96;font-weight:var(--font-weight-medium);letter-spacing:-.04em}.trust-section__description{max-width:42rem;margin:24px auto 0;color:var(--color-text-secondary);font-size:clamp(1.0625rem,1.15vw,1.1875rem);line-height:1.7}.trust-posture-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--space-lg);gap:var(--space-lg);margin:clamp(2rem,4vw,3rem) 0 0;padding:0;list-style:none}.trust-posture-card{display:grid;justify-items:center;align-content:start;min-height:12rem;padding:var(--space-xl);border:1px solid var(--trust-border);border-radius:var(--radius-lg);background:color-mix(in srgb,var(--trust-surface) 82%,transparent);text-align:center;box-shadow:var(--trust-shadow-soft)}.trust-posture-card__icon{display:grid;place-items:center;width:4.75rem;height:4.75rem;margin-bottom:var(--space-md);border-radius:999px;background:var(--trust-sage);color:var(--trust-green)}.trust-posture-card__icon svg{width:2rem;height:2rem}.trust-posture-card__title{margin:0;color:var(--trust-heading);font-size:1.05rem;line-height:1.25;font-weight:var(--font-weight-semibold)}.trust-posture-card__description{margin:var(--space-xs) 0 0;color:var(--trust-text);font-size:.95rem;line-height:1.5}.trust-gallery-intro{max-width:44rem;margin:clamp(2rem,4vw,3rem) auto var(--space-lg);text-align:center}.trust-gallery-intro__title{margin:0 0 var(--space-xs);color:var(--trust-green-cta);font-size:1.1rem;font-weight:var(--font-weight-semibold)}.trust-gallery-intro__description{margin:0;color:var(--trust-text);font-size:.95rem;line-height:1.5}.trust-gallery-shell{position:relative;transition:max-height .36s ease}.trust-gallery-shell[data-expanded=false]{max-height:var(--trust-gallery-collapsed-height);overflow:hidden}.trust-gallery-shell[data-expanded=false]:after{content:"";position:absolute;inset-inline:0;bottom:0;height:9rem;pointer-events:none;background:linear-gradient(to bottom,rgb(250 247 242/0),var(--trust-bg) 68%,var(--trust-bg-deep) 100%)}.trust-gallery-shell[data-expanded=true]{max-height:none;overflow:visible}.trust-gallery-shell[data-expanded=true]:after{content:none}.trust-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:flex-start;grid-gap:var(--space-lg);gap:var(--space-lg);max-width:72rem;margin:0;margin-inline:auto;padding:0;list-style:none}.trust-gallery__item{min-width:0}.trust-proof-card{position:relative;display:grid;align-content:start;grid-gap:var(--space-md);gap:var(--space-md);min-width:0;padding:var(--space-lg);overflow:hidden;border:1px solid var(--trust-border);border-radius:var(--radius-lg);background:var(--trust-surface);box-shadow:var(--trust-shadow-card)}.trust-proof-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md)}.trust-proof-card__label{margin:0 0 var(--space-2xs);color:var(--trust-green-cta);font-size:.72rem;font-weight:var(--font-weight-semibold);letter-spacing:.14em;line-height:1.25;text-transform:uppercase}.trust-proof-card__name{margin:0;color:var(--trust-heading);font-family:var(--font-family-heading);font-size:clamp(1.55rem,2.1vw,2rem);line-height:1;font-weight:var(--font-weight-medium)}.trust-proof-card__meta{flex:0 1 auto;max-width:12rem;margin:0;padding:var(--space-2xs) var(--space-sm);border:1px solid var(--trust-border);border-radius:999px;background:var(--trust-sage);color:var(--trust-green);font-size:.78rem;font-weight:var(--font-weight-semibold);line-height:1.25;text-align:center}.trust-proof-card__summary{margin:0;color:var(--trust-text);font-size:.95rem;line-height:1.55}.trust-proof-card__media{display:flex;align-items:center;justify-content:center;min-width:0;margin:0;overflow:hidden;border:1px solid var(--trust-border);border-radius:var(--radius-md);background:var(--trust-surface-soft)}.trust-proof-card__image{display:block;width:100%;max-width:28rem;height:auto;object-fit:contain}.trust-closing-copy{margin:clamp(1.75rem,3vw,2.25rem) auto var(--space-md);color:var(--trust-text);font-size:1rem;line-height:1.5;text-align:center}.trust-expand-button{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);min-width:17.5rem;min-height:3rem;margin:0 auto;padding:0 var(--space-xl);border:0;border-radius:var(--radius-md);background:var(--trust-green-cta);color:var(--color-text-inverse);font-family:var(--font-family-body);font-size:1rem;font-weight:var(--font-weight-semibold);cursor:pointer;transform:translateY(0);transition:background-color .18s ease,transform .22s cubic-bezier(.22,1,.36,1)}.trust-expand-button:hover{background:var(--trust-green-cta-hover);transform:translateY(-2px)}.trust-expand-button:active{transform:translateY(0)}.trust-expand-button:focus-visible{outline:var(--focus-ring-width) solid var(--color-focus-ring);outline-offset:var(--focus-ring-offset)}.trust-authorization-note{margin:var(--space-md) 0 0;color:var(--trust-muted);font-size:.8rem;line-height:1.5;text-align:center}.trust-empty-state{max-width:42rem;margin:var(--space-xl) auto 0;padding:var(--space-xl);border:1px solid var(--trust-border);border-radius:var(--radius-lg);background:var(--trust-surface);text-align:center;box-shadow:var(--trust-shadow-soft)}.trust-empty-state__title{margin:0;color:var(--trust-heading);font-family:var(--font-family-heading);font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.1;font-weight:var(--font-weight-medium)}.trust-empty-state__description{margin:var(--space-sm) 0 0;color:var(--trust-muted);font-size:.95rem;line-height:1.55}.faq-accordion{display:grid;grid-gap:var(--space-md);gap:var(--space-md);margin-top:var(--space-xl)}.faq-item{border:1px solid var(--color-border-default);border-radius:var(--radius-md);background:var(--color-surface-default);box-shadow:var(--shadow-sm)}.faq-item-heading{margin:0}.faq-trigger{display:flex;width:100%;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-lg);border:0;background:transparent;color:var(--color-text-primary);font:inherit;font-weight:var(--font-weight-medium);text-align:left;cursor:pointer}.faq-trigger:hover{background:var(--color-bg-warm)}.faq-trigger-symbol{color:var(--color-accent);font-size:1.4rem;line-height:1}.faq-panel{padding:0 var(--space-lg) var(--space-lg)}.faq-answer{color:var(--color-text-secondary)}.site-footer{padding:var(--space-2xl) var(--container-inline-padding);background:radial-gradient(circle at 10% 0,rgb(214 90 42/8%),transparent 22rem),var(--color-primary-900);color:var(--color-text-inverse)}.site-footer-inner{width:min(90vw,var(--container-max-width));margin:0 auto}.site-footer-inner,.site-footer-main{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl)}.site-footer-main{align-items:start}.site-footer-brand{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;min-height:44px;text-decoration:none}.site-footer-brand,.site-footer-brand:hover{color:var(--color-text-inverse)}.site-footer .logo-lockup{align-items:center}.site-footer .logo-lockup-name{color:var(--color-text-inverse)}.site-footer .logo-lockup-subtitle{color:var(--color-primary-100)}.site-footer-nav{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl)}.site-footer-link-group{min-width:0}.site-footer-heading{margin:0 0 var(--space-sm);color:var(--color-primary-100);font-size:.78rem;font-weight:var(--font-weight-semibold);letter-spacing:.14em;text-transform:uppercase}.site-footer-link-list{display:grid;grid-gap:var(--space-xs);gap:var(--space-xs);margin:0;padding:0;list-style:none}.site-footer-link{display:inline-flex;align-items:center;min-height:2.5rem;color:rgb(255 255 255/86%);text-decoration:none;transition:color .16s ease,transform .16s ease}.site-footer-link:hover{color:var(--color-accent-subtle);transform:translateX(2px)}.site-footer-bottom{padding-top:var(--space-lg);border-top:1px solid rgb(255 255 255/12%)}.site-footer-copyright{margin:0;color:var(--color-primary-100);font-size:.9rem;line-height:1.6}.cookie-banner{position:fixed;right:var(--space-md);bottom:var(--space-md);left:var(--space-md);z-index:20;display:grid;grid-gap:var(--space-md);gap:var(--space-md);max-width:34rem;margin-inline:auto;padding:var(--space-lg);border:1px solid var(--color-border-default);border-radius:var(--radius-lg);background:var(--color-surface-default);box-shadow:var(--shadow-md)}.cookie-banner-copy{display:grid;grid-gap:var(--space-xs);gap:var(--space-xs)}.cookie-banner-title{font-weight:var(--font-weight-semibold)}.cookie-banner-description{color:var(--color-text-secondary)}.cookie-banner-actions{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.cookie-banner-button{min-height:3rem;padding:var(--space-sm) var(--space-lg);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);font:inherit;font-weight:var(--font-weight-medium);cursor:pointer;transform:translateY(0);transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .22s cubic-bezier(.22,1,.36,1)}.cookie-banner-button-primary{background:var(--color-action);color:var(--color-text-inverse);border-color:var(--color-action)}.cookie-banner-button-primary:hover{background:var(--color-action-hover);border-color:var(--color-action-hover)}.cookie-banner-button-secondary{background:var(--color-surface-default);color:var(--color-primary-700)}.cookie-banner-button-secondary:hover{background:var(--color-bg-warm)}@media (hover:hover) and (pointer:fine){.cookie-banner-button-primary:hover,.cookie-banner-button-secondary:hover{transform:translateY(-2px)}}.cookie-banner-button-primary:active,.cookie-banner-button-secondary:active{transform:translateY(0)}:focus-visible{outline:var(--focus-ring-width) solid var(--color-focus-ring);outline-offset:var(--focus-ring-offset)}@media (min-width:960px){.hero-section{--hero-desktop-height:min(100svh,56rem);min-height:var(--hero-desktop-height);height:auto;max-height:none}.hero-layout{grid-template-columns:minmax(0,46%) minmax(0,54%);min-height:calc(var(--hero-desktop-height) - var(--site-header-height) - var(--space-xl) - var(--space-2xl))}.hero-content{gap:var(--space-md);max-width:38rem;transform:translateY(clamp(-1.5rem,-2.4vh,-.75rem))}.hero-title{font-size:clamp(2.5rem,3.8vw,4.15rem)}.hero-description+.hero-ctas{margin-top:clamp(.55rem,1vw,1rem)}.hero-ctas .ui-cta{min-height:3rem}.hero-media{transform:translateX(clamp(1rem,2.5vw,3rem))}.hero-media-image{object-position:right center}.problem-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-grid{grid-template-columns:1fr}.animal-focus-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer-main{grid-template-columns:minmax(16rem,.75fr) minmax(0,1.25fr);gap:var(--space-2xl)}.site-footer-nav{grid-template-columns:minmax(0,1.25fr) minmax(0,.8fr) minmax(0,.8fr);gap:var(--space-2xl);justify-self:end;width:min(100%,46rem)}.site-footer-bottom{display:flex;justify-content:flex-start}}@media (min-width:1180px){.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{grid-template-columns:minmax(0,.43fr) minmax(0,.57fr);min-height:38rem}.service-card__media{padding:0;padding-right:var(--space-sm)}.service-card__image{min-height:100%;aspect-ratio:4/5;box-shadow:none}.service-card:nth-child(2n) .service-card__image,.service-card__image{border-radius:0 clamp(5rem,8vw,8rem) clamp(5rem,8vw,8rem) 0}.service-card__content{padding:clamp(1.5rem,2.4vw,2.35rem)}}@media (min-width:761px){.process-step-list{grid-template-columns:repeat(3,minmax(0,1fr))}.process-step-card:not(:last-child):after{display:block}}@media (max-width:760px){.content-section,.ui-section{padding-block:var(--section-padding-y-mobile)}.how-it-works-section .ui-section-title{font-size:clamp(2.5rem,12vw,3.25rem)}.how-it-works-section .ui-section-description{font-size:1rem}.process-step-card{min-height:auto}.process-cta-row .ui-cta-primary{width:100%;justify-content:center;white-space:normal}.service-card__media{padding:var(--space-sm);padding-bottom:0}.service-card__content{padding:var(--space-lg)}.services-section .ui-section-title{font-size:clamp(2.5rem,12vw,3.25rem)}.services-section .ui-section-description{font-size:1rem}.trust-section__title{font-size:clamp(2.5rem,12vw,3.25rem)}.trust-section__description{font-size:1rem}.service-section-cta{grid-template-columns:1fr;justify-items:start;text-align:left;padding:22px 22px 24px;border-radius:24px}.service-section-cta__decor{right:50%;top:auto;bottom:-54px;transform:translateX(50%);width:150px;height:150px}.service-section-cta__icon{width:66px;height:66px;margin-inline:0}.service-section-cta__content,.service-section-cta__description,.service-section-cta__title{margin-inline:0}.service-section-cta__action{grid-column:auto;width:100%;justify-self:stretch}.service-section-cta__action .ui-cta-primary{width:100%;white-space:normal}}@media (max-width:980px){.problem-row,.problem-row--reverse{grid-template-columns:1fr;row-gap:24px}.problem-row--reverse .problem-row__content,.problem-row--reverse .problem-row__media-wrap{order:0}.problem-row__content{max-width:100%}.problem-row__media-wrap{width:min(100%,45rem)}}@media (max-width:900px){.posthero-challenges{padding-top:1.75rem;padding-bottom:2rem}.posthero-challenges__grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:1.75rem}}@media (min-width:1121px) and (max-width:1180px){.site-header-shell{gap:var(--space-md)}.site-nav-list{gap:1rem}.site-nav-link{font-size:.9rem}.site-header-actions{gap:1rem}.site-header .ui-cta-primary{padding:.75rem 1rem;font-size:.9rem}.logo-lockup-name{font-size:1.45rem}.logo-lockup-subtitle{font-size:.62rem;letter-spacing:.18em}}@media (max-width:1120px){.site-header,.site-header--blurred,.site-header--menu-open,.site-header--transparent{background:var(--color-surface-default);border-bottom-color:var(--color-border-default);backdrop-filter:none;-webkit-backdrop-filter:none}.site-header-shell{grid-template-columns:minmax(0,1fr) auto;gap:var(--space-md);width:min(100%,var(--site-header-container-max-width))}.site-header-actions,.site-header-nav{display:none}.site-header-menu-toggle{display:inline-flex}.site-header-mobile-panel{position:fixed;inset:var(--site-header-height) 0 0;z-index:39;display:block;min-height:calc(100svh - var(--site-header-height));overflow-y:auto;overscroll-behavior:contain;border-top:1px solid var(--color-header-border);background:var(--color-surface-default);box-shadow:none}.site-header-mobile-panel-inner{width:min(100%,var(--site-header-container-max-width));min-height:calc(100svh - var(--site-header-height));margin:0 auto;padding:var(--space-xl) var(--container-inline-padding) calc(var(--space-xl) + env(safe-area-inset-bottom));display:grid;align-content:start;grid-gap:var(--space-xl);gap:var(--space-xl)}.site-header-mobile-nav-list{display:grid;grid-gap:var(--space-xs);gap:var(--space-xs);list-style:none}.site-header-mobile-link{display:inline-flex;align-items:center;min-height:44px;color:var(--color-header-text);font-weight:600;text-decoration:none}.site-header-mobile-actions{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.site-header-mobile-instagram{justify-content:flex-start;gap:var(--space-sm);width:-moz-fit-content;width:fit-content;color:var(--color-header-nav)}}@media (max-width:959px){.site-footer-main{grid-template-columns:1fr}.site-footer-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer-link-group:first-child{grid-column:1/-1}.hero-section{position:relative;isolation:isolate;overflow-x:clip;min-height:min(100svh,48rem);padding-top:calc(var(--site-header-height) + clamp(2rem, 7vw, 3.5rem));padding-bottom:clamp(2rem,8vw,3.5rem);background:var(--color-bg-warm)}.hero-section:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;opacity:1;background:linear-gradient(180deg,rgb(252 251 249/94%),rgb(252 251 249/88%) 34%,rgb(252 251 249/68%) 62%,rgb(252 251 249/92%)),linear-gradient(90deg,rgb(15 61 34/12%),rgb(15 61 34/0) 68%);animation:none}.hero-section:after{content:none}.hero-layout{position:relative;z-index:2;min-height:calc(min(100svh, 48rem) - var(--site-header-height));display:grid;align-items:center;max-width:100%}.hero-content{justify-items:start;max-width:100%;text-align:left}.hero-media{position:absolute;inset:0;z-index:0;width:100%;height:100%;margin:0;overflow:hidden;background-image:var(--hero-media-image);background-size:cover;background-position:center 62%;background-repeat:no-repeat;background-color:var(--color-bg-warm)}.hero-media:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;opacity:1;background:radial-gradient(circle at 50% 78%,rgb(252 251 249/0) 0,rgb(252 251 249/18%) 42%,rgb(252 251 249/76%) 100%);animation:none}.hero-media-image{width:100%;height:100%;object-fit:cover;object-position:center 62%;filter:saturate(.92) contrast(.96);opacity:1;transform:none;animation:none}.hero-title{max-width:100%}.hero-title-line{animation-delay:calc(.36s + (var(--hero-line-index) * .28s))}.hero-entrance--description{animation-delay:2.14s}.hero-eyebrow{animation-delay:2.76s}.hero-entrance--ctas{animation-delay:3.34s}.hero-entrance--trust{animation-delay:3.68s}.hero-ctas{flex-direction:column;align-items:stretch}.hero-ctas .ui-cta{width:100%}}@media (max-width:1023px){.trust-posture-list{grid-template-columns:1fr;max-width:42rem;margin-inline:auto}.trust-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.paw-scroll-trail__paw{width:30px;height:30px}.paw-scroll-trail__paw[data-visible=true]{opacity:.38}.problems-section{padding-top:var(--section-padding-y-mobile);padding-bottom:var(--section-padding-y-mobile-compact)}.problems-section__container{width:100%}.problems-section__intro{max-width:100%}.problems-section__title{font-size:clamp(2.375rem,11vw,2.95rem)}.problems-section__description{font-size:1rem}.trust-gallery{grid-template-columns:1fr}.trust-gallery-shell[data-expanded=false]{max-height:62rem}.trust-expand-button{width:100%;min-width:0}.trust-proof-card{padding:var(--space-md)}.trust-proof-card__header{display:grid}.trust-proof-card__meta{justify-self:start;max-width:100%}.problem-row__title{font-size:clamp(1.75rem,8vw,2rem)}.problem-row__media{aspect-ratio:4/3}.problem-row__causes{grid-template-columns:1fr;background:none;row-gap:0}.problem-row__cause{padding:.95rem 0}.problem-row__cause+.problem-row__cause{border-top:1px solid var(--problems-line)}.problem-row__cause:before{display:none;content:none}.problem-row__cause-label{max-width:none}.problems-section__final-cta{grid-template-columns:1fr;justify-items:start;padding:22px 22px 24px}.problems-section__final-action{justify-self:stretch;width:100%}.problems-section__final-action .ui-cta{width:100%}.problems-section__botanical{display:none}}@media (max-width:560px){.site-footer{padding-inline:var(--container-inline-padding)}.site-footer-nav{grid-template-columns:1fr}.site-footer-bottom{padding-top:var(--space-md)}.posthero-challenges__container{width:min(100%,var(--posthero-container))}.posthero-challenges__grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.25rem}.posthero-challenges__label{max-width:8.75rem}}@media (max-width:480px){.page-shell{--page-shell-inline-padding:var(--space-md);padding-bottom:var(--space-xl)}.ui-card{padding:var(--space-xl)}.logo-lockup-subtitle,.site-nav-link{font-size:.95rem}.logo-lockup-name{font-size:1.35rem}.logo-lockup-subtitle{font-size:.62rem;letter-spacing:.18em}.hero-section{min-height:min(100svh,44rem)}.hero-layout{min-height:calc(min(100svh, 44rem) - var(--site-header-height))}.hero-media-image{object-position:center 66%}.cookie-banner{right:var(--space-sm);bottom:var(--space-sm);left:var(--space-sm);padding:var(--space-md)}}