:root{--font-heading: "Atten Round New Bold", "Trebuchet MS", sans-serif;--font-heading-medium: "Atten Round New Medium", "Trebuchet MS", sans-serif;--font-body: "Raleway", "Segoe UI", sans-serif;--color-primary: #ff5e4d;--color-primary-hover: #ef4f3e;--color-heading: #1a293f;--color-text: #34445a;--color-soft-1: #f3f8f7;--color-soft-2: #fef4f2;--color-soft-3: #f1f8fb;--color-card: #ffffff;--color-border: #dbe4eb;--color-border-dark: #203456;--color-white: #ffffff;--color-placeholder: #eceff3;--space-4: .25rem;--space-8: .5rem;--space-12: .75rem;--space-16: 1rem;--space-20: 1.25rem;--space-24: 1.5rem;--space-32: 2rem;--space-40: 2.5rem;--space-48: 3rem;--space-56: 3.5rem;--space-64: 4rem;--space-72: 4.5rem;--radius-sm: .55rem;--radius-md: .9rem;--radius-lg: 1.2rem;--radius-xl: 1.9rem;--radius-pill: 99rem;--shadow-soft: 0 .875rem 2rem rgba(26, 41, 63, .08);--shadow-hover: 0 1rem 2.1rem rgba(26, 41, 63, .15);--container-max: 90rem;--container-gutter: var(--space-24);--transition-fast: .16s ease;--transition-base: .24s ease}@font-face{font-family:Atten Round New Bold;src:url(./Atten-Round-New-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Atten Round New Medium;src:url(./Atten-Round-New-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Raleway KiddyView;src:url(./Raleway-Latin.woff2) format("woff2");font-weight:400 700;font-style:normal;font-display:swap}.page--home,.page--how,.page--faq,.page--product{--font-body: "Raleway KiddyView", "Raleway", "Segoe UI", sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:clip}body{font-family:var(--font-body);color:var(--color-text);background:#fff;line-height:1.55}main{overflow:hidden}body.menu-open,body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}img{height:auto}.container{width:min(100% - (var(--container-gutter) * 2),var(--container-max));margin-inline:auto}.section{padding-block:var(--space-64);background:transparent}.button{border:0;cursor:pointer;border-radius:var(--radius-pill);min-height:2.75rem;padding:.62rem .92rem;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-family:var(--font-heading-medium);font-size:.92rem;font-weight:500;line-height:1.2;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background-color var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast)}.button:hover,.button:focus-visible{transform:translateY(-2px)}.button--primary{background:#ff6b57;color:var(--color-white);box-shadow:0 .45rem 1rem #ff6b573d}.button--primary:hover,.button--primary:focus-visible{box-shadow:0 .75rem 1.4rem #ff5e4d66}.button--outline{background-color:var(--color-white);border:2px solid var(--color-border-dark);color:var(--color-heading)}.button--outline:hover,.button--outline:focus-visible{border-color:var(--color-primary);color:var(--color-primary)}.discount-bar{background:linear-gradient(90deg,#ff5846,#ef6142)}.site-header{position:static;background:var(--color-white)}.discount-bar__inner{min-height:2.75rem;display:flex;align-items:center;justify-content:center;gap:var(--space-12)}.discount-bar__text{margin:0;color:var(--color-white);font-family:var(--font-heading-medium);font-size:clamp(.85rem,.28vw + .78rem,1rem);line-height:1}.discount-bar__icon{font-size:.95em}.discount-bar__strong{font-family:var(--font-heading);font-weight:700}.site-header__main{background-color:#fff;border-bottom:1px solid rgba(26,41,63,.08)}.site-header__container{min-height:5.7rem;display:flex;align-items:center;gap:var(--space-32)}.brand__logo{width:clamp(8.5rem,7vw + 5rem,13rem);height:auto}.main-nav{margin-left:auto}.main-nav__list{display:flex;align-items:center;gap:clamp(1.2rem,1.8vw,2.75rem);list-style:none;margin:0;padding:0}.main-nav__link{position:relative;color:var(--color-heading);font-family:var(--font-heading-medium);font-size:1.05rem;padding-block:.5rem}.main-nav__link:after{content:"";position:absolute;left:0;bottom:-.35rem;width:100%;height:.2rem;transform:scaleX(0);transform-origin:right;background-color:var(--color-primary);transition:transform var(--transition-base)}.main-nav__link:hover:after,.main-nav__link:focus-visible:after,.main-nav__link--active:after{transform:scaleX(1);transform-origin:left}.site-header__actions{display:flex;align-items:center;gap:var(--space-12)}.lang-selector{border:1px solid var(--color-border);background:var(--color-white);border-radius:var(--radius-md);min-width:5.8rem;padding:.8rem .95rem;display:inline-flex;align-items:center;justify-content:space-between;gap:var(--space-8);color:var(--color-heading);font-family:var(--font-heading-medium);font-size:1rem;cursor:pointer}.lang-selector__chevron{display:inline-grid;place-items:center;width:1rem;height:1rem;flex:0 0 1rem;font-size:0}.lang-selector__chevron:before{content:"";width:.45rem;height:.45rem;border-right:.13rem solid currentColor;border-bottom:.13rem solid currentColor;transform:translateY(-.12rem) rotate(45deg);transition:transform var(--transition-fast)}.lang-switch--open .lang-selector__chevron:before{transform:translateY(.12rem) rotate(225deg)}.lang-switch{position:relative}.lang-switch__menu{position:absolute;right:0;top:calc(100% + .45rem);min-width:9.2rem;margin:0;padding:.35rem;list-style:none;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white);box-shadow:0 .6rem 1.4rem #1a293f1f;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity var(--transition-fast),transform var(--transition-fast),visibility var(--transition-fast);z-index:5}.lang-switch--open .lang-switch__menu{opacity:1;visibility:visible;transform:translateY(0)}.lang-switch__option{width:100%;text-align:left;border:0;border-radius:.55rem;background:transparent;color:var(--color-heading);font-family:var(--font-heading-medium);font-size:.96rem;padding:.58rem .7rem;cursor:pointer}.lang-switch__option:hover,.lang-switch__option:focus-visible{background:var(--color-soft-1)}.lang-switch__option--active{background:var(--color-soft-1);color:var(--color-heading)}.icon-button{position:relative;width:2.8rem;height:2.8rem;border:0;border-radius:var(--radius-md);background:transparent;color:var(--color-heading);display:inline-grid;place-items:center;cursor:pointer;transition:background-color var(--transition-fast),transform var(--transition-fast)}.icon-button__count{position:absolute;top:.15rem;right:.1rem;min-width:1.15rem;height:1.15rem;padding-inline:.2rem;display:inline-flex;align-items:center;justify-content:center;border:.12rem solid #fff;border-radius:var(--radius-pill);background:var(--color-primary);color:#fff;font-family:var(--font-heading-medium);font-size:.65rem;line-height:1;pointer-events:none}.icon-button__count[hidden]{display:none}.swipe-hint__icon{width:2rem;height:1.25rem;flex:0 0 auto;overflow:visible}.swipe-hint__icon--left{transform:scaleX(-1)}.icon-button:hover,.icon-button:focus-visible{background-color:var(--color-soft-3);transform:translateY(-1px)}.icon-button svg{width:1.55rem;height:1.55rem}.site-header__cta{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.menu-toggle{display:none;width:2.9rem;height:2.9rem;border:0;border-radius:.7rem;background:transparent;color:var(--color-heading);align-items:center;justify-content:center;gap:.27rem;flex-direction:column}.menu-toggle__line{width:1.45rem;height:.17rem;border-radius:1rem;background:currentColor;transition:transform var(--transition-base),opacity var(--transition-base)}.menu-toggle[aria-expanded=true] .menu-toggle__line:nth-child(1){transform:translateY(.44rem) rotate(45deg)}.menu-toggle[aria-expanded=true] .menu-toggle__line:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] .menu-toggle__line:nth-child(3){transform:translateY(-.44rem) rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:#101e2e6b;display:grid;align-items:start;justify-items:end;opacity:0;visibility:hidden;transition:opacity var(--transition-base),visibility var(--transition-base);z-index:2200}.mobile-menu[aria-hidden=false]{opacity:1;visibility:visible}.mobile-menu__panel{width:min(22rem,100%);height:100%;background:var(--color-white);padding:var(--space-24);display:flex;flex-direction:column;gap:var(--space-24);transform:translate(100%);transition:transform var(--transition-base)}.mobile-menu__brand{width:fit-content}.mobile-menu__close{position:absolute;top:.9rem;right:.9rem;width:2.2rem;height:2.2rem;border:1px solid var(--color-border);border-radius:50%;background:var(--color-white);color:var(--color-heading);display:inline-grid;place-items:center;font-size:.92rem;cursor:pointer}.mobile-menu__brand-logo{width:7.8rem;height:auto}.mobile-menu[aria-hidden=false] .mobile-menu__panel{transform:translate(0)}.mobile-menu__list{list-style:none;margin:var(--space-12) 0 0;padding:0;display:grid;gap:var(--space-20)}.mobile-menu__link{color:var(--color-heading);font-family:var(--font-heading-medium);font-size:1.2rem}.mobile-menu__footer{margin-top:var(--space-8);display:grid;gap:var(--space-12)}.mobile-menu .lang-switch__menu{top:auto;bottom:calc(100% + .45rem)}.mobile-menu__cta{width:100%;min-height:3.5rem;display:inline-flex;align-items:center;justify-content:center}.hero__actions .button,.moment__cta{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-8)}.mobile-menu__payments{display:flex;flex-wrap:wrap;gap:var(--space-8);justify-content:center}.mobile-menu__payments-label{width:100%;color:#6f7f92;font-family:var(--font-heading-medium);font-size:.78rem;line-height:1.2;text-align:center}.mobile-menu__payment{display:inline-flex;align-items:center;justify-content:center;padding:.38rem .62rem;border:1px solid var(--color-border);border-radius:.45rem;background:var(--color-white);color:var(--color-heading);font-family:var(--font-heading-medium);font-size:.76rem;line-height:1}.hero{position:relative;overflow:visible;padding-top:clamp(1.75rem,2.5vw,2.5rem);background:#fff;z-index:0}.hero__bg{position:absolute;pointer-events:none;z-index:-1;opacity:.85;will-change:transform;animation:organic-float-a 8s ease-in-out infinite alternate}.hero__bg--left{width:clamp(18rem,30vw,30rem);left:-9rem;bottom:-9rem;animation-delay:-3s}.hero__bg--right{width:clamp(18rem,31vw,34rem);right:-9rem;bottom:-6rem;animation-name:organic-float-b}.hero:before{content:"";position:absolute;z-index:-1;pointer-events:none;width:clamp(12rem,18vw,18rem);height:clamp(18rem,24vw,24rem);right:-3.8rem;top:39%;transform:rotate(18deg);background:#fef4f2;border-radius:42% 58% 64% 36%/37% 35% 65% 63%;opacity:.85;will-change:transform;animation:organic-float-c 9s ease-in-out infinite alternate}@keyframes organic-float-a{0%{transform:translateZ(0) rotate(0)}to{transform:translate3d(22px,-26px,0) rotate(2.3deg)}}@keyframes organic-float-b{0%{transform:translateZ(0) rotate(0)}to{transform:translate3d(-24px,20px,0) rotate(-2deg)}}@keyframes organic-float-c{0%{transform:translateZ(0) rotate(18deg)}to{transform:translate3d(-18px,24px,0) rotate(22.8deg)}}@media(prefers-reduced-motion:reduce){.hero__bg,.hero:before,.moment-note,.moment__dotted,.live-view__bg-blob,.live-view__chip,.live-view__line,.live-view__heart,.real-view__blob,.real-view__line,.real-view__heart,.step-card__heart,.how-it-works__blob,.how-it-works__line,.how-it-works__heart,.how-it-works__swipe-hint span,.product__blob,.product__heart,.product__line,.product__image:before,.reviews__blob,.reviews__heart,.reviews__line{animation:none}}.legal-page{overflow:hidden;background:#fff}.legal-hero{position:relative;padding:clamp(5rem,9vw,8.5rem) var(--container-gutter) clamp(4rem,7vw,6.5rem);background:linear-gradient(145deg,#f2faf8,#fff 54%,#fff5f2)}.legal-hero__container{position:relative;z-index:2;width:min(100%,68rem);margin-inline:auto;text-align:center}.legal-hero__eyebrow{width:fit-content;margin:0 auto var(--space-24);padding:.65rem 1.1rem;border-radius:var(--radius-pill);background:#ffffffe0;color:var(--color-primary);font-family:var(--font-heading-medium);font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;box-shadow:0 .75rem 2rem #1a293f0f}.legal-hero__title{max-width:14ch;margin:0 auto;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(3.1rem,7vw,6.3rem);line-height:.98}.legal-hero__lead{max-width:44rem;margin:var(--space-28, 1.75rem) auto 0;color:#50617a;font-size:clamp(1.05rem,1.5vw,1.3rem);line-height:1.65}.legal-hero__meta{margin:var(--space-20) 0 0;color:#7f8da0;font-size:.9rem}.legal-hero__blob{position:absolute;border-radius:46% 54% 63% 37%/48% 36% 64% 52%;pointer-events:none;animation:blob-drift 13s ease-in-out infinite alternate}.legal-hero__blob--left{left:-8rem;bottom:-8rem;width:24rem;height:24rem;background:#aee1da5c}.legal-hero__blob--right{top:-5rem;right:-7rem;width:21rem;height:21rem;background:#ff67571f;animation-delay:-4s}.legal-content{padding:clamp(4rem,7vw,7rem) var(--container-gutter)}.legal-content__container{width:min(100%,76rem);margin-inline:auto;display:grid;grid-template-columns:minmax(13rem,.33fr) minmax(0,1fr);align-items:start;gap:clamp(2.5rem,6vw,6rem)}.legal-content__main{min-width:0}.legal-toc{position:sticky;top:8rem;padding:var(--space-24);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#f8fbfb}.legal-toc__title{margin:0 0 var(--space-16);color:var(--color-heading);font-family:var(--font-heading-medium);font-size:.92rem;text-transform:uppercase;letter-spacing:.08em}.legal-toc__links{margin:0;padding:0;display:grid;gap:.8rem;list-style:none}.legal-toc__links a{color:#56667d;font-size:.9rem;line-height:1.4}.legal-toc__links a:hover,.legal-toc__links a:focus-visible{color:var(--color-primary)}.legal-card{padding:clamp(1.75rem,4vw,3.25rem);border:1px solid rgba(26,41,63,.09);border-radius:clamp(1.5rem,3vw,2.25rem);background:#fff;box-shadow:0 1rem 3.5rem #1a293f0f}.legal-card+.legal-card{margin-top:var(--space-28, 1.75rem)}.legal-card h2,.legal-card h3{scroll-margin-top:8rem;color:var(--color-heading)}.legal-card h2{margin:0 0 var(--space-20);font-family:var(--font-heading);font-size:clamp(1.8rem,3vw,2.65rem);line-height:1.1}.legal-card h3{margin:var(--space-28, 1.75rem) 0 var(--space-12);font-family:var(--font-heading-medium);font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.25}.legal-card p,.legal-card li{color:#4f6078;font-size:1rem;line-height:1.75}.legal-card p{margin:0}.legal-card p+p{margin-top:var(--space-16)}.legal-card ul,.legal-card ol{margin:var(--space-16) 0 0;padding-left:1.35rem}.legal-card li+li{margin-top:.55rem}.legal-card a:not(.button){color:#147c70;text-decoration:underline;text-underline-offset:.18em}.legal-alert{margin-bottom:var(--space-28, 1.75rem);padding:var(--space-24);display:grid;grid-template-columns:auto 1fr;gap:var(--space-16);border:1px solid #bce5de;border-radius:var(--radius-lg);background:#effaf7}.legal-alert--warning{border-color:#ffd1c9;background:#fff5f2}.legal-alert__icon{width:2.5rem;height:2.5rem;display:grid;place-items:center;border-radius:.8rem;background:#d8f2ed;color:#137669;font-family:var(--font-heading)}.legal-alert--warning .legal-alert__icon{background:#ffe2dc;color:var(--color-primary)}.legal-alert strong{display:block;margin-bottom:.2rem;color:var(--color-heading);font-family:var(--font-heading-medium)}.legal-alert p{margin:0;color:#50617a;font-size:.95rem;line-height:1.6}.legal-actions{margin-top:var(--space-24);display:flex;flex-wrap:wrap;gap:var(--space-12)}.legal-contact-card{margin-top:var(--space-28);padding:clamp(1.75rem,4vw,3rem);border-radius:var(--radius-xl);background:var(--color-heading);color:#fff}.legal-contact-card h2,.legal-contact-card p{color:#fff}.legal-contact-card a:not(.button){color:#9de0d7}.legal-table-wrap{margin-top:var(--space-20);overflow-x:auto}.legal-table{width:100%;border-collapse:collapse;min-width:34rem}.legal-table th,.legal-table td{padding:.9rem 1rem;border-bottom:1px solid var(--color-border);color:#4f6078;font-size:.92rem;line-height:1.5;text-align:left;vertical-align:top}.legal-table th{color:var(--color-heading);font-family:var(--font-heading-medium);background:#f7fafb}.withdrawal-fab{position:fixed;z-index:75;right:clamp(1rem,2.5vw,2rem);bottom:clamp(1rem,2.5vw,2rem);min-height:3.35rem;padding:.8rem 1.2rem;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:2px solid #fff;border-radius:var(--radius-pill);background:var(--color-heading);color:#fff;font-family:var(--font-heading-medium);font-size:.9rem;line-height:1;box-shadow:0 1rem 2.5rem #1a293f40;transition:transform var(--transition-fast),background var(--transition-fast)}.withdrawal-fab:hover,.withdrawal-fab:focus-visible{transform:translateY(-2px);background:var(--color-primary)}.site-footer__withdrawal-link{color:var(--color-primary)!important;font-family:var(--font-heading-medium)}.prepurchase-withdrawal{margin:var(--space-16) 0 0;color:#68788e;font-size:.82rem;line-height:1.5;text-align:center}.prepurchase-withdrawal a{color:#147c70;text-decoration:underline;text-underline-offset:.15em}.product-waitlist{margin-top:var(--space-24);padding:clamp(1.4rem,3vw,2rem);border:1px solid #bce5de;border-radius:var(--radius-lg);background:linear-gradient(145deg,#effaf7,#f8fcfb)}.product-waitlist__badge{width:fit-content;padding:.42rem .75rem;display:inline-flex;border-radius:var(--radius-pill);background:#d9f2ed;color:#16776c;font-family:var(--font-heading-medium);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.product-waitlist__title{margin:var(--space-16) 0 var(--space-8);color:var(--color-heading);font-family:var(--font-heading-medium);font-size:clamp(1.35rem,2vw,1.7rem);line-height:1.15}.product-waitlist__text{margin:0;color:#50617a;font-size:.95rem;line-height:1.65}.product-waitlist__form{margin-top:var(--space-20)}.product-waitlist__label{margin-bottom:var(--space-8);display:block;color:var(--color-heading);font-family:var(--font-heading-medium);font-size:.88rem}.product-waitlist__controls{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--space-12)}.product-waitlist__input{width:100%;min-height:3.45rem;padding:.8rem 1rem;border:1px solid #b8cbc8;border-radius:.9rem;background:#fff;color:var(--color-heading);font:inherit;outline:0}.product-waitlist__input:focus{border-color:#48ac9f;box-shadow:0 0 0 3px #48ac9f26}.product-waitlist__button{width:100%;min-height:3.45rem;padding-inline:1.35rem;white-space:nowrap}.product-waitlist__status{margin:var(--space-12) 0 0;color:#9b3d32;font-size:.84rem;line-height:1.5}.product-waitlist__status a{color:inherit;text-decoration:underline}.product-waitlist__status--success{color:#176f65}.withdrawal-steps{margin:0 0 var(--space-28);padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-12);list-style:none}.withdrawal-steps__item{padding:.8rem 1rem;border-radius:var(--radius-pill);background:#f2f5f6;color:#728096;font-family:var(--font-heading-medium);font-size:.85rem;text-align:center}.withdrawal-steps__item--active{background:#e0f4f0;color:#176f65}.legal-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-20)}.legal-form__field{display:grid;gap:var(--space-8)}.legal-form__field--wide{grid-column:1 / -1}.legal-form__label,.legal-form legend{color:var(--color-heading);font-family:var(--font-heading-medium);font-size:.93rem}.legal-form__input,.legal-form__select,.legal-form__textarea{width:100%;min-height:3.5rem;padding:.8rem 1rem;border:1px solid #ccd6df;border-radius:.9rem;background:#fff;color:var(--color-heading);font:inherit;outline:0}.legal-form__textarea{min-height:7rem;resize:vertical}.legal-form__input:focus,.legal-form__select:focus,.legal-form__textarea:focus{border-color:#48ac9f;box-shadow:0 0 0 3px #48ac9f26}.legal-form__options{margin:var(--space-12) 0 0;padding:0;display:grid;gap:var(--space-12);border:0}.legal-form__option{padding:.9rem 1rem;display:flex;align-items:flex-start;gap:.75rem;border:1px solid var(--color-border);border-radius:.9rem;color:#4f6078;line-height:1.5;cursor:pointer}.legal-form__option input{margin-top:.25rem;accent-color:var(--color-primary)}.legal-form__help{margin:0;color:#77859a;font-size:.8rem;line-height:1.45}.legal-form__actions{margin-top:var(--space-28);display:flex;flex-wrap:wrap;gap:var(--space-12)}.legal-form__summary{margin:0;display:grid;gap:0}.legal-form__summary div{padding:.9rem 0;display:grid;grid-template-columns:minmax(9rem,.35fr) minmax(0,1fr);gap:var(--space-16);border-bottom:1px solid var(--color-border)}.legal-form__summary dt{color:#7b899c}.legal-form__summary dd{margin:0;color:var(--color-heading);font-family:var(--font-heading-medium);overflow-wrap:anywhere}.legal-form__status{margin-top:var(--space-20);padding:var(--space-20);border-radius:var(--radius-md);background:#fff2ef;color:#8d3027;font-size:.93rem;line-height:1.6}.legal-form__status--success{background:#eaf9f5;color:#176f65}.legal-form [hidden]{display:none!important}@media(max-width:900px){.legal-content__container{grid-template-columns:1fr}.legal-toc{position:static}}@media(max-width:760px){.legal-hero{padding-top:4.5rem}.legal-hero__title{font-size:clamp(2.65rem,13vw,4rem)}.legal-content{padding-top:var(--space-48)}.legal-card{border-radius:1.5rem}.legal-form__grid,.withdrawal-steps{grid-template-columns:1fr}.legal-form__summary div{grid-template-columns:1fr;gap:.25rem}.withdrawal-fab{right:.75rem;bottom:.75rem;min-height:3rem;padding:.72rem 1rem;font-size:.82rem}.product-waitlist__controls{grid-template-columns:1fr}.product-waitlist__button{width:100%}}@media(prefers-reduced-motion:reduce){.legal-hero__blob{animation:none}}.trust-strip{position:relative;z-index:2}.trust-strip{padding-top:var(--space-16);padding-bottom:var(--space-56)}.trust-strip__card{background:var(--color-white);border-radius:1.2rem;border:1px solid rgba(32,52,86,.08);box-shadow:0 .75rem 2rem #1a293f14;padding:var(--space-24) clamp(1rem,2vw,2rem);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-20)}.trust-strip__mobile-title{display:none}.trust-strip__item{--trust-bg: var(--color-soft-1);display:flex;align-items:center;gap:var(--space-12);min-width:0}.trust-strip__item--soft-1{--trust-bg: var(--color-soft-1)}.trust-strip__item--soft-2{--trust-bg: var(--color-soft-2)}.trust-strip__item--soft-3,.trust-strip__item--soft-4{--trust-bg: #f7f8fa}.trust-strip__icon{width:3.15rem;height:3.15rem;flex:0 0 3.15rem;border-radius:50%;background:var(--trust-bg);color:var(--color-heading);display:inline-grid;place-items:center;border:1px solid rgba(32,52,86,.08)}.trust-strip__icon svg{width:1.55rem;height:1.55rem}.trust-strip__content{min-width:0}.trust-strip__title{margin:0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(.95rem,.22vw + .88rem,1.08rem);line-height:1.2}.trust-strip__subtext{margin:.08rem 0 0;color:#45586f;font-family:var(--font-heading-medium);font-size:clamp(.84rem,.14vw + .8rem,.94rem);line-height:1.28}.trust-strip__subtext:first-letter{text-transform:uppercase}.trust-strip__link{display:none}.moment{position:relative;padding-top:var(--space-48);padding-bottom:var(--space-64)}.moment__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.5rem,2.7vw,3.4rem);align-items:center}.moment__media-wrap{position:relative;border-radius:2.35rem;isolation:isolate}.moment__media{position:relative;z-index:1;width:100%;height:clamp(30rem,48vw,46rem);min-height:clamp(30rem,48vw,46rem);display:block;object-fit:cover;object-position:center;border-radius:2.35rem;border:.7rem solid #e7f1f0;background:linear-gradient(145deg,#eceff2,#e2e7ec)}.moment__blob{position:absolute;left:-1.5rem;bottom:-2.25rem;width:52%;height:26%;border-radius:50%;background:#deecec;z-index:0}.moment-note{position:absolute;z-index:3;display:flex;align-items:center;gap:var(--space-12);padding:.9rem 1.15rem;border-radius:1.3rem;background:var(--color-white);box-shadow:0 .6rem 1.5rem #1a293f21;animation:note-float-a 5.4s ease-in-out infinite alternate}.moment-note__icon{width:3rem;height:3rem;border-radius:50%;display:inline-grid;place-items:center;font-size:1.3rem}.moment-note__icon--soft-1{background:var(--color-soft-1)}.moment-note__icon--soft-2{background:var(--color-soft-2)}.moment-note__icon--soft-3{background:var(--color-soft-3)}.moment-note__text{margin:0;color:var(--color-heading);font-family:var(--font-heading-medium);font-size:clamp(1rem,.35vw + .9rem,1.28rem);line-height:1.2;max-width:11ch}.moment-note--one{left:7%;top:16%;animation-name:note-float-a;animation-duration:5.4s;animation-delay:-1.2s}.moment-note--two{left:7%;top:40%;animation-name:note-float-b;animation-duration:6.1s;animation-delay:-2.4s}.moment-note--three{left:7%;top:66%;animation-name:note-float-c;animation-duration:5.7s;animation-delay:-3.2s}.moment-note--four{right:8%;bottom:6%;animation-name:note-float-d;animation-duration:6.6s;animation-delay:-.6s}.moment__dotted,.moment__tail{position:absolute;fill:none;stroke:#a8ddd7;stroke-width:2.4;stroke-dasharray:7 8;z-index:2;opacity:.9;animation:dotted-drift 8s ease-in-out infinite alternate}.moment__dotted--top{left:22%;top:2%;width:38%}.moment__dotted--middle{left:14%;top:47%;width:30%;animation-delay:-2s}.moment__dotted--bottom{left:6%;bottom:4%;width:45%;animation-delay:-3.5s}.moment__content{position:relative}.moment__title{margin:0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(2.2rem,3.2vw + .8rem,5rem);line-height:.98;max-width:13ch}.moment__lead{margin:var(--space-24) 0 0;color:var(--color-heading);font-size:clamp(1.02rem,.35vw + .9rem,1.18rem);max-width:42ch}.moment__accent{margin:var(--space-16) 0 var(--space-24);color:var(--color-primary);font-family:var(--font-heading);font-size:clamp(1.02rem,.35vw + .9rem,1.18rem);font-weight:700;line-height:1.3}.moment__cta{margin-top:0}.moment__tail{display:none}@keyframes note-float-a{0%{transform:translateZ(0) rotate(0)}to{transform:translate3d(4px,-9px,0) rotate(.6deg)}}@keyframes note-float-b{0%{transform:translateZ(0) rotate(0)}to{transform:translate3d(-5px,-7px,0) rotate(-.8deg)}}@keyframes note-float-c{0%{transform:translateZ(0) rotate(0)}to{transform:translate3d(6px,-6px,0) rotate(.5deg)}}@keyframes note-float-d{0%{transform:translateZ(0) rotate(0)}to{transform:translate3d(-4px,-10px,0) rotate(-.5deg)}}@keyframes note-float{0%{transform:translateZ(0)}to{transform:translate3d(0,-7px,0)}}@keyframes dotted-drift{0%{transform:translateZ(0)}to{transform:translate3d(8px,-6px,0)}}.live-view{position:relative;padding-top:var(--space-56);padding-bottom:0}.live-view__container{position:relative}.live-view__bg-blob{position:absolute;z-index:0;pointer-events:none;background:#eaf3f2;border-radius:58% 42% 47% 53%/53% 48% 52% 47%;opacity:.95;animation:organic-float-b 10s ease-in-out infinite alternate}.live-view__bg-blob--left{width:clamp(16rem,22vw,23rem);height:clamp(18rem,28vw,26rem);left:-8rem;bottom:7rem}.live-view__bg-blob--right{width:clamp(19rem,29vw,32rem);height:clamp(14rem,22vw,22rem);right:-10rem;top:17rem;animation-name:organic-float-c}.live-view__header{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,min(69.444vw,62.5rem));gap:var(--space-24);align-items:stretch}.live-view__title{margin:0;font-family:var(--font-heading);color:var(--color-heading);font-size:clamp(2.3rem,3.5vw + .95rem,5rem);line-height:.98;max-width:12ch}.live-view__lead{margin:var(--space-24) 0 0;color:var(--color-heading);font-size:clamp(1.02rem,.25vw + .94rem,1.16rem);max-width:39ch}.live-view__controls{min-width:min(48vw,46rem);display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:var(--space-20)}.live-view__toggle{position:absolute;z-index:7;left:50%;top:1.35rem;transform:translate(-50%);display:inline-flex;gap:.35rem;padding:.38rem;border:1px solid rgba(26,41,63,.12);border-radius:1.55rem;background:#ffffffe6;box-shadow:0 .7rem 2rem #1a293f21;-webkit-backdrop-filter:blur(.8rem);backdrop-filter:blur(.8rem)}.live-view__toggle-btn{border:1px solid transparent;background:transparent;color:var(--color-heading);border-radius:1.15rem;min-height:3.65rem;padding:.48rem 1rem .48rem .55rem;font-family:var(--font-heading-medium);font-size:.92rem;display:inline-flex;align-items:center;gap:.65rem;cursor:pointer;white-space:nowrap;transition:color var(--transition-fast),border-color var(--transition-fast),background-color var(--transition-fast),transform var(--transition-fast)}.live-view__toggle-btn:hover{background:#eef7f6d1}.live-view__toggle-btn--active{border-color:#3fa89a59;background:#e9f7f4;color:#176f65}.live-view__toggle-icon{width:2.55rem;height:2.55rem;flex:0 0 2.55rem;display:grid;place-items:center;border-radius:.82rem;background:#fff;color:var(--color-heading);box-shadow:inset 0 0 0 1px #1a293f14}.live-view__toggle-btn--active .live-view__toggle-icon{color:#218f82;box-shadow:inset 0 0 0 1px #3fa89a3d}.live-view__toggle-icon svg{width:1.65rem;height:1.65rem;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.live-view__media-wrap{position:relative;z-index:1;width:min(100% - (var(--container-gutter) * 2),var(--container-max));margin:0 auto}.live-view__stage-wrap{position:relative;width:100%;margin-top:var(--space-32);overflow:visible}.live-view__camera{position:relative;z-index:1;width:100%;min-height:0;aspect-ratio:16 / 9;display:block;object-fit:cover;object-position:center;border-radius:34% 66% 42% 58%/38% 31% 69% 62%;border:0;background:transparent;box-shadow:0 1.2rem 2.8rem #1a293f21}.live-view__camera-wrap{position:relative;isolation:isolate;width:min(100%,44rem)}.live-view__camera-line{position:absolute;z-index:0;left:-31%;bottom:-9%;width:47%;max-width:none;fill:none;stroke:#a8d8d2;stroke-width:2.6;stroke-dasharray:7 8;pointer-events:none;animation:dotted-drift 8s ease-in-out infinite alternate}.live-view__camera-heart{position:absolute;z-index:2;left:-22%;top:29%;color:#a8d2cd;font-family:var(--font-heading);font-size:3.6rem;line-height:1;pointer-events:none;animation:heart-drift 5.2s ease-in-out infinite alternate}.live-view__screen{position:relative;aspect-ratio:1672 / 941;min-height:0;overflow:hidden;border-radius:clamp(1.6rem,3.2vw,3.5rem);border:1px solid rgba(26,41,63,.12);background:#111924;box-shadow:0 1.25rem 3.5rem #1a293f21}.live-view__screen-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;display:block;object-fit:cover;opacity:0;transform:scale(1.015);transition:opacity .32s ease,transform .7s ease}.live-view__media-wrap[data-mode=split] .live-view__screen-image--split,.live-view__media-wrap[data-mode=full] .live-view__screen-image--full{opacity:1;transform:scale(1)}.live-view__screen-ui{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;pointer-events:none}.live-view__chip{position:absolute;display:inline-flex;align-items:center;gap:var(--space-8);background:#f8fffe;color:var(--color-heading);border-radius:var(--radius-pill);border:1px solid rgba(151,201,193,.7);padding:.62rem 1rem;font-family:var(--font-heading-medium);font-size:1.02rem;box-shadow:0 .45rem 1rem #1a293f1f;animation:note-float 5.8s ease-in-out infinite alternate}.live-view__chip svg{width:1.2rem;height:1.2rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.live-view__chip--left{left:3%;top:9%;animation-delay:-.8s}.live-view__chip--center{left:36%;bottom:5%;animation-delay:-1.6s}.live-view__chip--right{right:4%;bottom:5%;animation-delay:-2.5s}.live-view__dot{width:.62rem;height:.62rem;border-radius:50%;background:#ff6b57}.live-view__line{position:absolute;fill:none;stroke:#a8ddd7;stroke-width:2.5;stroke-dasharray:7 8;z-index:4;pointer-events:none;animation:dotted-drift 8.5s ease-in-out infinite alternate}.live-view__line--top{right:4%;left:auto;top:6%;width:20%}.live-view__line--bottom{left:4%;bottom:6%;width:30%;animation-delay:-1.4s}.live-view__heart{position:absolute;z-index:4;color:#ff6b57;font-size:3.1rem;line-height:1;animation:heart-drift 5.2s ease-in-out infinite alternate}.live-view__heart--a{right:19%;left:auto;top:7%;animation-delay:-.8s}.live-view__heart--b{left:2%;top:48%;color:#a8d2cd;animation-delay:-2.2s}.live-view__heart--c{right:2%;top:55%;animation-delay:-1.3s}@keyframes heart-drift{0%{transform:translateZ(0) rotate(0)}to{transform:translate3d(0,-8px,0) rotate(2deg)}}.promo-banner{padding:clamp(2.75rem,5.5vw,5.5rem) 0}.promo-banner__card{position:relative;isolation:isolate;min-height:clamp(22rem,31vw,29rem);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(23rem,.92fr);overflow:hidden;border:1px solid rgba(26,41,63,.08);border-radius:clamp(2rem,3.5vw,3.25rem);background:linear-gradient(118deg,#f9fcfc,#f4faf9 48%,#edf7f6)}.promo-banner__content{position:relative;z-index:3;align-self:center;padding:clamp(2.5rem,5vw,5.5rem);padding-right:1rem}.promo-banner__eyebrow{width:fit-content;margin-bottom:var(--space-24)}.promo-banner__eyebrow:before{display:none}.promo-banner__eyebrow-icon{width:2rem;height:2rem;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--color-primary)}.promo-banner__eyebrow-icon svg{width:1.15rem;height:1.15rem;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.promo-banner__title{max-width:12ch;margin:0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(3.1rem,4.5vw,5.4rem);line-height:1}.promo-banner__title strong{color:var(--color-primary);font:inherit}.promo-banner__lead{max-width:33rem;margin:var(--space-24) 0 0;color:#43556e;font-size:clamp(1.05rem,.4vw + .92rem,1.25rem);line-height:1.55}.promo-banner__button{width:fit-content;min-width:9.5rem;margin-top:var(--space-32);display:inline-flex;align-items:center;justify-content:center;gap:.65rem}.promo-banner__button svg{width:1.1rem;height:1.1rem;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.promo-banner__media{position:relative;z-index:2;min-width:0;overflow:hidden}.promo-banner__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center bottom;transform:scale(1.14);transform-origin:center bottom}.promo-banner__blob{position:absolute;z-index:0;background:#dbefebb8;pointer-events:none}.promo-banner__blob--left{width:16rem;height:17rem;left:-8rem;bottom:-7rem;border-radius:58% 42% 52% 48%/43% 60% 40% 57%}.promo-banner__blob--center{width:26rem;height:15rem;left:39%;bottom:-8rem;border-radius:43% 57% 65% 35%/63% 44% 56% 37%}.promo-banner__line{position:absolute;z-index:2;left:40%;bottom:1.2rem;width:21rem;fill:none;stroke:#9dd4cd;stroke-width:2.2;stroke-dasharray:7 8;pointer-events:none}.promo-banner__heart{position:absolute;z-index:3;color:var(--color-primary);font-family:var(--font-heading);line-height:1;pointer-events:none;animation:heart-drift 5s ease-in-out infinite alternate}.promo-banner__heart--one{left:48%;bottom:4rem;font-size:3.5rem}.promo-banner__heart--two{left:57%;bottom:5.4rem;font-size:2rem;animation-delay:-1.8s}@media(max-width:760px){.promo-banner{padding:var(--space-48) 0}.promo-banner__card{min-height:0;grid-template-columns:1fr;border-radius:2rem}.promo-banner__content{padding:2rem 1.5rem 1.75rem}.promo-banner__eyebrow{margin-bottom:var(--space-20)}.promo-banner__title{max-width:none;font-size:clamp(2.65rem,12vw,4rem)}.promo-banner__lead{margin-top:var(--space-20);font-size:1.05rem}.promo-banner__button{margin-top:var(--space-24)}.promo-banner__media{aspect-ratio:1.08 / 1}.promo-banner__image{transform:scale(1.16)}.promo-banner__blob--left{top:10rem;bottom:auto}.promo-banner__blob--center{left:18%;bottom:14rem}.promo-banner__line{left:-4rem;bottom:18rem;width:18rem}.promo-banner__heart--one{left:auto;right:1.5rem;bottom:24rem}.promo-banner__heart--two{left:43%;bottom:19rem}}.product-faq{position:relative;isolation:isolate;overflow:clip;padding:clamp(5rem,7vw,7.5rem) 0;background:linear-gradient(180deg,#fff,#fbfdfd 54%,#f3f9f8)}.product-faq__container{position:relative;z-index:2;display:grid;grid-template-columns:minmax(18rem,.72fr) minmax(0,1.45fr);align-items:start;gap:clamp(3rem,6vw,7rem)}.product-faq__intro{position:sticky;top:8rem}.product-faq__eyebrow{margin-bottom:var(--space-32)}.product-faq__title{max-width:9ch;margin:0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(3rem,4.7vw,5.25rem);line-height:1.02}.product-faq__title strong,.product-faq__cta-content h2 strong{color:var(--color-primary);font:inherit}.product-faq__lead{max-width:31rem;margin:var(--space-32) 0 0;color:#465a73;font-size:clamp(1.03rem,.3vw + .95rem,1.18rem);line-height:1.65}.product-faq__all-link{margin-top:var(--space-24);display:inline-flex;align-items:center;gap:.5rem;color:#168f7e;font-family:var(--font-heading-medium);font-size:.95rem}.product-faq__list{display:grid;gap:var(--space-12)}.product-faq__item{overflow:hidden;border:1px solid rgba(26,41,63,.1);border-radius:1.35rem;background:#fffffff5}.product-faq__item[open]{border-color:#4aaa9c5c}.product-faq__question{min-height:5.8rem;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:var(--space-20);padding:.9rem 1.15rem;color:var(--color-heading);cursor:pointer;list-style:none}.product-faq__question::-webkit-details-marker{display:none}.product-faq__question h3{margin:0;font-family:var(--font-heading-medium);font-size:clamp(1.03rem,.25vw + .98rem,1.18rem);line-height:1.3}.product-faq__icon{width:3.7rem;height:3.7rem;display:grid;place-items:center;border-radius:1.15rem;background:var(--color-soft-1);color:#2f9d8e}.product-faq__icon--blue{background:var(--color-soft-3);color:var(--color-heading)}.product-faq__icon--coral{background:var(--color-soft-2);color:var(--color-primary)}.product-faq__icon svg,.product-faq__chevron svg,.product-faq__cta-actions svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.product-faq__icon svg{width:2rem;height:2rem}.product-faq__chevron{width:2.7rem;height:2.7rem;display:grid;place-items:center;border-radius:50%;background:#e9f6f3;color:#218879}.product-faq__chevron svg{width:1.2rem;height:1.2rem;transition:transform .28s ease}.product-faq__item--open .product-faq__chevron svg{transform:rotate(180deg)}.product-faq__answer{display:grid;grid-template-rows:0fr;padding:0 5.8rem;color:#5b6d84;line-height:1.65;opacity:0;transition:grid-template-rows .36s cubic-bezier(.22,1,.36,1),opacity .24s ease,padding-bottom .36s cubic-bezier(.22,1,.36,1)}.product-faq__answer-inner{min-height:0;overflow:hidden}.product-faq__item--open .product-faq__answer{grid-template-rows:1fr;padding-bottom:1.4rem;opacity:1}.product-faq__answer p{margin:0}.product-faq__answer-link{margin-top:.75rem;padding:0;display:inline-flex;border:0;background:transparent;color:#168f7e;font-family:var(--font-heading-medium);font-size:.9rem;cursor:pointer}.product-faq__cta{position:relative;isolation:isolate;grid-column:1 / -1;min-height:clamp(22rem,29vw,28rem);margin-top:clamp(3.5rem,6vw,6rem);display:grid;grid-template-columns:minmax(15rem,.8fr) minmax(25rem,1.35fr) minmax(17rem,.85fr);overflow:hidden;border:1px solid rgba(26,41,63,.08);border-radius:clamp(2rem,3.5vw,3rem);background:linear-gradient(118deg,#eaf7f4,#f7fbfa 51%,#edf6f5)}.product-faq__cta-product{position:relative;z-index:2;display:grid;place-items:center;padding:1.5rem}.product-faq__cta-product img{width:min(118%,30rem);max-width:none;max-height:96%;object-fit:contain;object-position:center}.product-faq__cta-content{position:relative;z-index:3;align-self:center;padding:2.5rem 1rem}.product-faq__cta-eyebrow{margin-bottom:var(--space-24)}.product-faq__cta-content h2{margin:0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(2.4rem,3.5vw,4rem);line-height:1.04}.product-faq__cta-content>p:not(.eyebrow){max-width:38rem;margin:var(--space-24) 0 0;color:#465a73;font-size:1.08rem;line-height:1.6}.product-faq__cta-actions{margin-top:var(--space-32);display:flex;gap:var(--space-12);flex-wrap:wrap}.product-faq__cta-actions .button{min-width:12.5rem;min-height:4.35rem;justify-content:flex-start;gap:.75rem;padding:.55rem 1.25rem .55rem .65rem;border-radius:1.25rem;font-size:1rem}.product-faq__cta-actions .button--outline{background:#ffffffb8}.product-faq__cta-button-icon{width:3rem;height:3rem;flex:0 0 3rem;display:grid;place-items:center;border-radius:.95rem;background:#fff3;color:inherit}.product-faq__cta-actions .button--outline .product-faq__cta-button-icon{background:#eaf7f4;color:#218f82}.product-faq__cta-button-icon svg{width:1.8rem;height:1.8rem}.product-faq__cta-media{position:relative;z-index:1;min-width:0;min-height:100%;overflow:hidden}.product-faq__cta-media:before{content:"";position:absolute;z-index:1;inset:0 auto 0 0;width:18%;background:linear-gradient(90deg,#f0f8f6,transparent);pointer-events:none}.product-faq__cta-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center}.product-faq__cta-blob{position:absolute;z-index:0;width:34rem;height:22rem;left:-8rem;bottom:-11rem;border-radius:58% 42% 63% 37%/49% 61% 39% 51%;background:#cdeae4b3}.product-faq__blob{position:absolute;z-index:0;width:38rem;height:30rem;left:-18rem;bottom:18rem;border-radius:62% 38% 58% 42%/45% 62% 38% 55%;background:#e5f3f0bf}.product-faq__line{position:absolute;z-index:1;left:33%;top:13rem;width:14rem;fill:none;stroke:#c6cecf;stroke-width:2;stroke-dasharray:7 8}.product-faq__heart{position:absolute;z-index:1;left:39%;top:9rem;color:var(--color-primary);font-size:4rem;line-height:1}@media(max-width:900px){.product-faq__container{grid-template-columns:1fr;gap:var(--space-48)}.product-faq__intro{position:static}.product-faq__title{max-width:none}.product-faq__cta{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"content content" "product media"}.product-faq__cta-content{grid-area:content;padding:2.5rem 2rem 1rem}.product-faq__cta-product{grid-area:product;min-height:16rem;padding:1rem}.product-faq__cta-media{grid-area:media;min-height:14rem}}@media(max-width:760px){.product-faq{padding:var(--space-64) 0 var(--space-72)}.product-faq__title{font-size:clamp(2.75rem,13vw,4rem)}.product-faq__lead{margin-top:var(--space-24)}.product-faq__question{min-height:5rem;gap:var(--space-12);padding:.75rem}.product-faq__icon{width:3.1rem;height:3.1rem;border-radius:.9rem}.product-faq__icon svg{width:1.7rem;height:1.7rem}.product-faq__chevron{width:2.35rem;height:2.35rem}.product-faq__answer{padding:0 1rem 0 4.6rem;font-size:.94rem}.product-faq__item--open .product-faq__answer{padding-bottom:1.2rem}.product-faq__cta{margin-top:var(--space-48);border-radius:2rem}.product-faq__cta-content{padding:2rem 1.25rem .75rem}.product-faq__cta-content h2{font-size:clamp(2.35rem,10vw,3.25rem)}.product-faq__cta-actions{align-items:stretch;flex-direction:column}.product-faq__cta-actions .button{width:100%}.product-faq__cta-product,.product-faq__cta-media{min-height:12rem}.product-faq__cta-product img{max-height:12rem}.product-faq__cta-media img{object-position:center 42%}.product-faq__line,.product-faq__heart{display:none}}@media(prefers-reduced-motion:reduce){.product-faq__answer,.product-faq__chevron svg{transition:none}}.real-view{position:relative;isolation:isolate;overflow:clip;padding:clamp(4.8rem,7vw,7.5rem) 0 clamp(5rem,7vw,7rem);background:linear-gradient(180deg,#f4faf9,#fff 58%,#f5fbfa)}.real-view__container{position:relative;z-index:2}.real-view__header{display:grid;justify-items:center;text-align:center}.real-view__eyebrow{margin-bottom:var(--space-24);text-transform:uppercase;letter-spacing:.08em;color:#3a7d75}.real-view__eyebrow:before{display:none}.real-view__eyebrow span{color:#3a7d75;font-size:1.1rem}.real-view__title{margin:0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(2.7rem,3.8vw,4.2rem);line-height:1.05}.real-view__lead{margin:var(--space-20) 0 0;color:#526379;font-size:clamp(1.02rem,.35vw + .9rem,1.18rem);line-height:1.65}.real-view__scroll{position:relative;z-index:2;margin-top:clamp(3.5rem,5vw,5rem);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-20)}.real-card{position:relative;overflow:hidden;border:1px solid rgba(32,52,86,.06);border-radius:1.8rem;background:#fffffff0;box-shadow:0 1rem 2.4rem #1a293f14;transition:transform var(--transition-base),box-shadow var(--transition-base),opacity var(--transition-base)}.real-card:hover{transform:translateY(-4px);box-shadow:0 1.25rem 3rem #1a293f1f}.real-card__image{width:100%;height:clamp(20rem,27vw,34rem);display:block;object-fit:cover;background:#e8edf2}.real-card__image--night{background:linear-gradient(145deg,#121925,#313b4a);filter:grayscale(1) brightness(.48) contrast(1.18);object-position:left center}.real-card__image--night:after{color:#b9c3d1}.real-card__body{position:relative;min-height:12rem;padding:var(--space-24) var(--space-24) var(--space-32)}.real-card__heading{display:grid;grid-template-columns:auto 1fr;gap:var(--space-16);align-items:center}.real-card__number{width:3rem;height:3rem;display:inline-grid;place-items:center;border-radius:50%;background:var(--color-soft-1);color:var(--color-heading);font-family:var(--font-heading);font-size:1.35rem}.real-card__title{margin:0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(1.35rem,1.55rem,1.75rem);line-height:1.15}.real-card__text{margin:var(--space-16) 0 0 calc(3rem + var(--space-16));color:#5a6a80;font-size:clamp(.95rem,.92vw,1.08rem);line-height:1.55}.real-card__heart{position:absolute;right:1.35rem;bottom:1rem;color:var(--color-primary);font-family:var(--font-heading);font-size:2.3rem;line-height:1;display:none}.real-card__heart--soft{color:#a8d2cd}.real-view__dots,.real-view__swipe-hint{display:none}.real-view__blob,.real-view__heart,.real-view__line{position:absolute;z-index:1;pointer-events:none}.real-view__blob{background:#dff2ed;opacity:.72;border-radius:58% 42% 61% 39%/46% 58% 42% 54%;animation:organic-float-a 10s ease-in-out infinite alternate}.real-view__blob--top{width:clamp(18rem,29vw,34rem);height:clamp(17rem,26vw,30rem);left:-8rem;top:-8rem}.real-view__blob--bottom{width:clamp(32rem,45vw,52rem);height:clamp(14rem,22vw,24rem);right:-10rem;bottom:-8rem;animation-name:organic-float-b}.real-view__heart{color:var(--color-primary);font-family:var(--font-heading);font-size:clamp(2.7rem,4vw,4.3rem);line-height:1;animation:heart-drift 5.4s ease-in-out infinite alternate}.real-view__heart--top{right:13%;top:7rem}.real-view__heart--bottom{left:8%;bottom:8rem}.real-view__line{fill:none;stroke:var(--color-primary);stroke-width:2.4;stroke-dasharray:7 8;animation:dotted-drift 8s ease-in-out infinite alternate}.real-view__line--top{width:16rem;right:12%;top:11rem}.real-view__line--bottom{width:15rem;left:8%;bottom:5.8rem;animation-delay:-2s}.product-peace{position:relative;overflow:clip;padding:clamp(5rem,7vw,7.5rem) 0;background:#fff}.product-peace__container{position:relative;z-index:2}.product-peace__header{max-width:52rem;margin-inline:auto;text-align:center}.product-peace__eyebrow{margin-bottom:var(--space-32)}.product-peace__title{margin:0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(2.7rem,3.8vw,4.2rem);line-height:1.05}.product-peace__lead{max-width:48rem;margin:var(--space-28) auto 0;color:#34465f;font-size:clamp(1.02rem,.35vw + .9rem,1.18rem);line-height:1.65}.product-peace__benefits{margin:var(--space-40) auto var(--space-48);display:flex;justify-content:center;gap:clamp(2rem,5vw,5rem)}.product-peace__benefit{display:flex;align-items:center;gap:var(--space-12);color:var(--color-heading);font-family:var(--font-heading-medium)}.product-peace__benefit-icon{width:3.6rem;height:3.6rem;display:grid;place-items:center;border-radius:50%;background:var(--color-soft-1);color:#10977f}.product-peace__benefit-icon svg{width:1.85rem;height:1.85rem;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.product-peace__benefit--pink .product-peace__benefit-icon{background:var(--color-soft-2);color:var(--color-primary)}.product-peace__benefit--blue .product-peace__benefit-icon{background:var(--color-soft-3);color:var(--color-heading)}.product-peace__scroll{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--space-20)}.peace-card{min-height:17.5rem;display:grid;place-content:center;justify-items:center;gap:var(--space-24);padding:var(--space-28) var(--space-20);border:1px solid rgba(26,41,63,.1);border-radius:var(--radius-xl);background:#fff;text-align:center;box-shadow:0 .8rem 2rem #1a293f0d;transition:transform var(--transition-base),box-shadow var(--transition-base),opacity var(--transition-base)}.peace-card:hover{transform:translateY(-4px);box-shadow:0 1.1rem 2.5rem #1a293f1a}.peace-card__icon{position:relative;width:7rem;height:7rem;display:grid;place-items:center;border-radius:50%;background:var(--color-soft-1);color:var(--color-heading)}.peace-card__icon--blue{background:var(--color-soft-3)}.peace-card__icon--pink{background:var(--color-soft-2)}.peace-card__icon>svg{width:3.25rem;height:3.25rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.peace-card__icon span{position:absolute;right:-1rem;bottom:.2rem;padding:.25rem .48rem;border-radius:.5rem;background:var(--color-primary);color:#fff;font-size:.75rem}.peace-card__icon .peace-card__icon-count{background:#299f90}.peace-card__title{margin:0;color:var(--color-heading);font-family:var(--font-heading);font-size:1.28rem;line-height:1.15}.product-peace__dots{display:none}.product-peace__line,.product-peace__heart{position:absolute;z-index:1;pointer-events:none}.product-peace__line{fill:none;stroke-width:2.2;stroke-dasharray:7 8}.product-peace__line--left{width:15rem;left:5%;top:2rem;stroke:#cfd5d7}.product-peace__line--right{width:12rem;right:8%;top:10rem;stroke:var(--color-primary)}.product-peace__heart--left{left:30%;top:1.5rem;color:var(--color-primary);font-size:4rem}@media(max-width:760px){.product-peace{padding:var(--space-64) 0}.product-peace__eyebrow{margin-bottom:var(--space-40)}.product-peace__title{font-size:clamp(2.25rem,9vw,3rem)}.product-peace__lead{margin-top:var(--space-32);font-size:1.05rem}.product-peace__benefits{gap:var(--space-12);margin-block:var(--space-40)}.product-peace__benefit{width:33.333%;flex-direction:column;text-align:center;font-size:.9rem}.product-peace__benefit-icon{width:3.4rem;height:3.4rem}.product-peace__scroll{width:calc(100% + (var(--container-gutter) * 2));margin-left:calc(var(--container-gutter) * -1);display:flex;gap:var(--space-20);overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:var(--container-gutter);padding:var(--space-16) var(--container-gutter) var(--space-40);scrollbar-width:none}.product-peace__scroll::-webkit-scrollbar{display:none}.peace-card{flex:0 0 min(74vw,24rem);min-height:22rem;scroll-snap-align:center;opacity:.72;transform:scale(.95)}.peace-card--active{opacity:1;transform:scale(1);box-shadow:0 1.1rem 2.6rem #1a293f1f}.peace-card__icon{width:8rem;height:8rem}.peace-card__title{max-width:12rem;font-size:1.35rem}.product-peace__dots{margin-top:var(--space-8);display:flex;justify-content:center;gap:var(--space-12)}.product-peace__dot{width:.75rem;height:.75rem;padding:0;border:0;border-radius:999px;background:#d8dddf}.product-peace__dot--active{width:1.3rem;background:var(--color-primary)}.product-peace__line--left{left:-5rem;top:2rem}.product-peace__line--right{right:-4rem;top:22rem}.product-peace__heart--left{left:18%;top:1rem}}.why-kiddyview{position:relative;overflow:clip;padding:clamp(5rem,7vw,7.5rem) 0;background:#fff}.why-kiddyview__container{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.35fr);align-items:center;gap:clamp(3rem,6vw,7rem)}.why-kiddyview__eyebrow{margin-bottom:var(--space-40)}.why-kiddyview__eyebrow:before{display:none}.why-kiddyview__title{margin:0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(2.7rem,3.8vw,4.2rem);line-height:1.05}.why-kiddyview__lead{margin:var(--space-32) 0 0;color:#34465f;font-size:clamp(1.02rem,.35vw + .9rem,1.18rem);line-height:1.65}.why-kiddyview__list{max-width:31rem;margin:var(--space-40) 0 0;padding:0;display:grid;gap:var(--space-12);list-style:none;color:var(--color-heading)}.why-kiddyview__list li{display:flex;align-items:center;gap:var(--space-20);min-height:4.8rem;padding:.75rem 1rem;border:1px solid rgba(26,41,63,.08);border-radius:1.25rem;background:#ffffffb8;-webkit-backdrop-filter:blur(.35rem);backdrop-filter:blur(.35rem)}.why-kiddyview__list strong{font-family:var(--font-heading-medium);font-size:.94rem;line-height:1.35}.why-kiddyview__list-icon{width:3.25rem;height:3.25rem;flex:0 0 3.25rem;display:grid;place-items:center;border-radius:1rem;background:var(--color-soft-1);color:#299f90}.why-kiddyview__list-icon--blue{background:var(--color-soft-3);color:var(--color-heading)}.why-kiddyview__list-icon--coral{background:var(--color-soft-2);color:var(--color-primary)}.why-kiddyview__list-icon svg{width:1.8rem;height:1.8rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.why-kiddyview__media{position:relative;min-width:0}.why-kiddyview__image{width:100%;display:block;aspect-ratio:1.18;object-fit:cover;border-radius:2.5rem}.why-kiddyview__note{position:absolute;left:-5.5rem;width:14rem;min-height:6.4rem;display:flex;align-items:center;gap:var(--space-16);padding:var(--space-16);border:1px solid rgba(26,41,63,.08);border-radius:var(--radius-xl);background:#fffffff5;color:var(--color-heading);box-shadow:0 1rem 2.4rem #1a293f1f;animation:moment-float-a 5.4s ease-in-out infinite alternate}.why-kiddyview__note span{width:3.5rem;height:3.5rem;flex:0 0 3.5rem;display:grid;place-items:center;border-radius:50%;background:var(--color-soft-1);color:#52aa9e;font-size:1.8rem}.why-kiddyview__note strong{font-family:var(--font-heading-medium);line-height:1.35}.why-kiddyview__note--one{top:21%}.why-kiddyview__note--two{top:48%;animation-delay:-1.8s}.why-kiddyview__note--three{top:72%;animation-delay:-3.2s}.why-kiddyview__line{position:absolute;z-index:-1;width:14rem;left:-8rem;top:3rem;fill:none;stroke:#91d1c7;stroke-width:2.2;stroke-dasharray:7 8}.why-kiddyview__heart{position:absolute;left:-7rem;top:-1.5rem;color:var(--color-primary);font-size:4rem}.why-kiddyview__blob{position:absolute;z-index:1;width:clamp(28rem,45vw,52rem);height:clamp(15rem,25vw,28rem);left:-8rem;bottom:-10rem;border-radius:58% 42% 63% 37%/48% 61% 39% 52%;background:#e6f3f0;animation:organic-float-b 10s ease-in-out infinite alternate}@media(max-width:760px){.why-kiddyview{padding:var(--space-64) 0 var(--space-72)}.why-kiddyview__container{grid-template-columns:1fr;gap:var(--space-48)}.why-kiddyview__eyebrow{margin-bottom:var(--space-40)}.why-kiddyview__title{font-size:clamp(2.25rem,9vw,3rem)}.why-kiddyview__lead{margin-top:var(--space-32);font-size:1.05rem}.why-kiddyview__lead br{display:none}.why-kiddyview__list{margin-top:var(--space-36)}.why-kiddyview__media{margin-inline:var(--space-8)}.why-kiddyview__image{aspect-ratio:.92;border-radius:2rem}.why-kiddyview__note{left:-1.8rem;width:12.5rem;min-height:5.8rem;padding:var(--space-12)}.why-kiddyview__note span{width:3rem;height:3rem;flex-basis:3rem}.why-kiddyview__note--one{top:21%}.why-kiddyview__note--two{top:48%}.why-kiddyview__note--three{top:74%}.why-kiddyview__line{left:auto;right:-3rem;top:auto;bottom:-7rem;transform:rotate(55deg)}.why-kiddyview__heart{left:auto;right:-.5rem;top:auto;bottom:-5rem}.why-kiddyview__blob{width:24rem;height:18rem;left:-10rem;bottom:-11rem}}.box-contents{position:relative;isolation:isolate;overflow:clip;padding:clamp(5rem,7.5vw,8rem) 0;background:#fff}.box-contents__container{position:relative;z-index:2;display:grid;grid-template-columns:minmax(17rem,.62fr) minmax(0,1.7fr);align-items:center;gap:clamp(2.5rem,5vw,6.5rem)}.box-contents__header{position:relative;z-index:2}.box-contents__eyebrow{width:fit-content;margin-bottom:clamp(2rem,3.5vw,3.5rem)}.box-contents__eyebrow:before{display:none}.box-contents__eyebrow-icon{width:2.15rem;height:2.15rem;display:grid;place-items:center;border-radius:50%;background:#fff;color:#24998a;box-shadow:0 0 0 1px #24998a1f}.box-contents__eyebrow-icon svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.box-contents__title{margin:0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(3rem,4.6vw,5.2rem);line-height:1.04}.box-contents__title strong{color:var(--color-primary);font:inherit}.box-contents__lead{max-width:30rem;margin:var(--space-32) 0 0;color:#4f627c;font-size:clamp(1.02rem,.3vw + .95rem,1.2rem);line-height:1.65}.box-contents__visual{position:relative;min-width:0;aspect-ratio:1672 / 941;display:block;overflow:hidden;border-radius:2.5rem;background:transparent;container-type:inline-size}.box-contents__picture{width:100%;height:100%;display:block}.box-contents__image{width:100%;height:100%;display:block;object-fit:contain}.box-contents__labels{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;margin:0;padding:0;list-style:none;pointer-events:none}.box-contents__label{position:absolute;left:var(--label-x);top:var(--label-y);width:max-content;min-width:var(--label-min-width);max-width:28cqw;min-height:4.35cqw;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:flex-start;gap:.72cqw;padding:.46cqw 1.28cqw .46cqw .68cqw;border:max(1px,.08cqw) solid rgba(25,52,86,.1);border-radius:999px;background:linear-gradient(180deg,#fff,#f7fbfc);box-shadow:0 .5cqw 1.35cqw #142f4f24,0 0 0 max(1px,.05cqw) #ffffffb8 inset;color:var(--color-heading);font-family:var(--font-body);font-size:clamp(.58rem,1.34cqw,1rem);font-weight:600;line-height:1;white-space:nowrap}.box-contents__label-number{width:2.7cqw;flex:0 0 2.7cqw;aspect-ratio:1;display:grid;place-items:center;border:max(1px,.07cqw) solid rgba(25,52,86,.08);border-radius:50%;background:#edf3f7;font-weight:700}.box-contents__label--1{--label-x: 40.73%;--label-y: 7.55%;--label-min-width: 18.6cqw}.box-contents__label--2{--label-x: 63.88%;--label-y: 11.48%;--label-min-width: 14.6cqw}.box-contents__label--3{--label-x: 86.1%;--label-y: 15.36%;--label-min-width: 19.5cqw}.box-contents__label--4{--label-x: 15.91%;--label-y: 88.68%;--label-min-width: 14.7cqw}.box-contents__label--5{--label-x: 44.74%;--label-y: 88.58%;--label-min-width: 12.2cqw}.box-contents__label--6{--label-x: 64.29%;--label-y: 88.58%;--label-min-width: 16cqw}.box-contents__label--7{--label-x: 82.18%;--label-y: 88.9%;--label-min-width: 17.2cqw}.box-contents__blob{position:absolute;z-index:0;right:-9rem;top:2rem;width:clamp(29rem,46vw,58rem);height:clamp(22rem,34vw,40rem);border-radius:61% 39% 55% 45%/42% 58%;background:#e7f4f2b3;animation:organic-float-a 11s ease-in-out infinite alternate}.box-contents__line{position:absolute;z-index:3;width:11rem;fill:none;stroke-width:2.2;stroke-dasharray:7 8;pointer-events:none;animation:dotted-drift 8s ease-in-out infinite alternate}.box-contents__line--mint{left:39%;top:22%;stroke:#9ed3cc}.box-contents__line--coral{right:5%;top:13%;stroke:var(--color-primary);transform:rotate(18deg);animation-delay:-2s}.box-contents__heart{position:absolute;z-index:3;font-family:var(--font-heading);font-size:3.5rem;line-height:1;pointer-events:none;animation:heart-drift 5.4s ease-in-out infinite alternate}.box-contents__heart--mint{left:43%;top:19%;color:#9ed3cc}.box-contents__heart--coral{right:7%;top:9%;color:var(--color-primary);animation-delay:-1.7s}@media(max-width:900px){.box-contents{padding:var(--space-64) 0 var(--space-72)}.box-contents__container{grid-template-columns:1fr;gap:var(--space-40)}.box-contents__eyebrow{margin-bottom:var(--space-32)}.box-contents__title{font-size:clamp(2.65rem,13vw,4rem)}.box-contents__title br{display:none}.box-contents__lead{margin-top:var(--space-24)}.box-contents__visual{width:min(100%,32rem);margin-inline:auto;aspect-ratio:941 / 1672;border-radius:1.75rem}.box-contents__label{max-width:46cqw;min-height:7.5cqw;gap:1.1cqw;padding:.72cqw 2cqw .72cqw 1cqw;box-shadow:0 .8cqw 2.2cqw #142f4f24,0 0 0 max(1px,.08cqw) #ffffffb8 inset;font-size:clamp(.58rem,2.35cqw,.82rem)}.box-contents__label-number{width:5.1cqw;flex-basis:5.1cqw}.box-contents__label--1{--label-x: 51.38%;--label-y: 4.55%;--label-min-width: 33cqw}.box-contents__label--2{--label-x: 27.79%;--label-y: 28.8%;--label-min-width: 25.6cqw}.box-contents__label--3{--label-x: 70.3%;--label-y: 28.83%;--label-min-width: 34.2cqw}.box-contents__label--4{--label-x: 30.18%;--label-y: 56.28%;--label-min-width: 25.2cqw}.box-contents__label--5{--label-x: 70.4%;--label-y: 56.34%;--label-min-width: 20.4cqw}.box-contents__label--6{--label-x: 25.45%;--label-y: 79.3%;--label-min-width: 25.3cqw}.box-contents__label--7{--label-x: 73.17%;--label-y: 79.3%;--label-min-width: 26.8cqw}.box-contents__blob{width:30rem;height:36rem;right:-14rem;top:19rem}.box-contents__line--mint{left:-4rem;top:28rem}.box-contents__line--coral{right:-4rem;top:20rem}.box-contents__heart--mint{left:1rem;top:26rem}.box-contents__heart--coral{right:1rem;top:18rem}}@media(min-width:901px)and (max-width:1100px){.box-contents__label--6{--label-x: 63.7%;font-size:min(.5rem,1.6cqw)}.box-contents__label--7{left:auto;right:.5%;width:26.2cqw;min-width:26.2cqw;max-width:26.2cqw;transform:translateY(-50%);font-size:min(.5rem,1.6cqw)}}@media(min-width:1101px){.box-contents__label--7{--label-x: 83.2%}}.installation{position:relative;overflow:clip;padding:clamp(5rem,7vw,7.5rem) 0 clamp(5rem,7vw,7rem);background:#fff}.installation__container{position:relative;z-index:2}.installation__header{text-align:center}.installation__eyebrow{margin-bottom:var(--space-28)}.installation__eyebrow:before{display:none}.installation__title{margin:0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(2.7rem,3.8vw,4.2rem);line-height:1.05}.installation__lead{margin:var(--space-20) 0 0;color:#465870;font-size:clamp(1.02rem,.35vw + .9rem,1.18rem)}.installation__scroll{margin-top:clamp(3rem,4vw,4.5rem);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-24)}.installation-card{overflow:hidden;border:1px solid rgba(26,41,63,.08);border-radius:1.8rem;background:#fff;box-shadow:0 1rem 2.5rem #1a293f17;transition:transform var(--transition-base),box-shadow var(--transition-base),opacity var(--transition-base)}.installation-card:hover{transform:translateY(-4px);box-shadow:0 1.3rem 3rem #1a293f21}.installation-card__image{width:100%;height:clamp(19rem,27vw,31rem);display:block;object-fit:cover}.installation-card__image--band{object-position:68% center;transform:scaleX(-1)}.installation-card__body{position:relative;min-height:12rem;padding:var(--space-24) var(--space-24) var(--space-32)}.installation-card__heading{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:var(--space-16)}.installation-card__number{width:3rem;height:3rem;display:grid;place-items:center;border-radius:50%;background:#72cdb0;color:#fff;font-family:var(--font-heading);font-size:1.4rem}.installation-card h3{margin:0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(1.35rem,1.55rem,1.75rem);line-height:1.15}.installation-card p{margin:var(--space-16) 3rem 0 calc(3rem + var(--space-16));color:#56677d;font-size:clamp(.95rem,1vw,1.08rem);line-height:1.6}.installation-card__heart{position:absolute;right:1.4rem;bottom:1rem;color:#63b9a7;font-size:2.3rem;line-height:1}.installation__dots,.installation__swipe{display:none}.installation__benefits{margin-top:clamp(3.5rem,5vw,5rem);display:grid;grid-template-columns:repeat(4,1fr);border-radius:var(--radius-xl);background:#fffffff0;box-shadow:0 .8rem 2.2rem #1a293f14}.installation__benefits>div{min-height:6rem;display:flex;align-items:center;justify-content:center;gap:var(--space-16);padding:var(--space-16);color:var(--color-heading)}.installation__benefits>div+div{border-left:1px solid rgba(26,41,63,.12)}.installation__benefits span{width:3.2rem;height:3.2rem;flex:0 0 3.2rem;display:grid;place-items:center;border-radius:50%;background:var(--color-soft-1);color:#4ba38f;font-size:1.8rem}.installation__benefits span svg{width:1.85rem;height:1.85rem;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.installation__blob{position:absolute;z-index:1;pointer-events:none;background:#e6f3f0;border-radius:58% 42% 63% 37%/48% 61% 39% 52%;animation:organic-float-a 10s ease-in-out infinite alternate}.installation__blob--top{width:clamp(31rem,45vw,54rem);height:clamp(19rem,29vw,34rem);left:-9rem;top:-15rem}.installation__line,.installation__heart{position:absolute;z-index:1;pointer-events:none}.installation__line{width:13rem;right:11%;top:11rem;fill:none;stroke:var(--color-primary);stroke-width:2.2;stroke-dasharray:7 8}.installation__heart{right:10%;top:7rem;color:var(--color-primary);font-size:4rem}@media(max-width:760px){.installation{padding:var(--space-64) 0 var(--space-72)}.installation__title{font-size:clamp(2.25rem,9vw,3rem)}.installation__lead{margin-top:var(--space-24);font-size:1.05rem}.installation__scroll{width:calc(100% + (var(--container-gutter) * 2));margin-left:calc(var(--container-gutter) * -1);margin-top:var(--space-48);display:flex;gap:var(--space-20);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:var(--container-gutter);padding:var(--space-20) var(--container-gutter) var(--space-48);scrollbar-width:none}.installation__scroll::-webkit-scrollbar{display:none}.installation-card{flex:0 0 min(82vw,29rem);scroll-snap-align:center;opacity:.72;transform:scale(.95);transform-origin:center bottom}.installation-card--active{opacity:1;transform:scale(1)}.installation-card__image{height:auto;aspect-ratio:.92}.installation-card__body{min-height:14rem;padding:var(--space-24) var(--space-24) var(--space-40)}.installation-card h3{font-size:1.35rem}.installation-card p{margin:var(--space-20) 0 0;font-size:1rem}.installation__dots{margin-top:var(--space-4);display:flex;justify-content:center;gap:var(--space-12)}.installation__dot{width:.75rem;height:.75rem;padding:0;border:0;border-radius:999px;background:#b9dfd6}.installation__dot--active{background:var(--color-primary)}.installation__swipe{margin:var(--space-32) 0 var(--space-48);display:flex;align-items:center;justify-content:center;gap:var(--space-16);color:#43556e}.installation__swipe .swipe-hint__icon{color:#67bca9}.installation__benefits{margin-top:0;grid-template-columns:repeat(2,1fr);gap:var(--space-16);background:transparent;box-shadow:none}.installation__benefits>div{min-height:6.5rem;justify-content:flex-start;border:0!important;border-radius:var(--radius-lg);background:#fff;box-shadow:0 .75rem 1.8rem #1a293f14}.installation__benefits strong{font-size:.9rem}.installation__blob--top{width:26rem;height:20rem;left:-11rem;top:-11rem}.installation__line{right:-3rem;top:17rem}.installation__heart{right:.5rem;top:13rem}}.how-it-works{position:relative;overflow:visible;padding-top:4.75rem;padding-bottom:var(--space-72)}.how-it-works__container{position:relative;z-index:1}.how-it-works__header{text-align:center;display:grid;justify-items:center}.how-it-works__title{margin:0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(2.7rem,3.8rem,4.9rem);line-height:1}.how-it-works__lead{margin:var(--space-16) 0 0;color:var(--color-heading);font-size:1.18rem}.how-it-works__scroll{position:relative;margin-top:var(--space-56);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-24)}.step-card{position:relative;overflow:hidden;border-radius:1.5rem;background:var(--color-white);box-shadow:0 .8rem 2rem #1a293f14;border:1px solid rgba(32,52,86,.06);transition:transform var(--transition-base),box-shadow var(--transition-base),opacity var(--transition-base)}.step-card:hover{transform:translateY(-4px);box-shadow:0 1rem 2.5rem #1a293f1f}.step-card__media{width:100%;display:block;min-height:21rem;aspect-ratio:1;object-fit:cover;border-radius:0}.step-card__body{position:relative;min-height:13.5rem;padding:var(--space-24)}.step-card__number{width:3.1rem;height:3.1rem;border-radius:50%;display:inline-grid;place-items:center;background:var(--color-soft-1);color:var(--color-primary);font-family:var(--font-heading);font-size:1.65rem;line-height:1}.step-card__title{margin:var(--space-16) 0 0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(1.35rem,1.55rem,1.75rem);line-height:1.15}.step-card__text{margin:var(--space-16) 0 0;color:#57677c;font-size:1rem;line-height:1.55;max-width:26ch}.step-card__heart{position:absolute;right:1.6rem;bottom:1.45rem;color:var(--color-primary);font-size:3rem;line-height:1;animation:heart-drift 5.5s ease-in-out infinite alternate}.step-card__heart--soft{color:#a8d2cd}.how-it-works__dots,.how-it-works__swipe-hint{display:none}.how-it-works__blob{position:absolute;pointer-events:none;z-index:0;background:#eaf3f2;opacity:.92;animation:organic-float-a 10s ease-in-out infinite alternate}.how-it-works__blob--top{width:21rem;height:14rem;right:12%;top:-4rem;border-radius:48% 52% 65% 35%/43% 48% 52% 57%}.how-it-works__blob--bottom{width:42rem;height:17rem;left:-9rem;bottom:-8rem;border-radius:55% 45% 58% 42%/45% 54% 46% 55%;animation-name:organic-float-b}.how-it-works__line{position:absolute;fill:none;stroke:#a8ddd7;stroke-width:2.5;stroke-dasharray:7 8;z-index:0;animation:dotted-drift 8s ease-in-out infinite alternate}.how-it-works__line--left{left:2%;top:13rem;width:15rem}.how-it-works__line--right{right:4%;top:12rem;width:16rem;animation-delay:-2s}.how-it-works__heart{position:absolute;z-index:0;color:var(--color-primary);font-size:3.3rem;line-height:1;animation:heart-drift 5.7s ease-in-out infinite alternate}.how-it-works__heart--left{left:3%;top:10.5rem}.how-it-works__heart--right{right:5%;top:11.5rem;color:#a8d2cd;animation-delay:-1.4s}.comfort{position:relative;overflow:hidden;padding-top:var(--space-64);padding-bottom:var(--space-72)}.comfort__floating-heart{position:absolute;z-index:0;pointer-events:none;animation:heart-drift 5.8s ease-in-out infinite alternate}.comfort__floating-heart svg{width:100%;height:100%;display:block;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.comfort__floating-heart--mint{left:3%;bottom:8%;width:clamp(5rem,8vw,8rem);height:clamp(5rem,8vw,8rem);color:#56b3a738}.comfort__floating-heart--coral{right:4%;top:8%;width:clamp(4.5rem,7vw,7rem);height:clamp(4.5rem,7vw,7rem);color:#ff675733;animation-delay:-2.4s}.comfort__container{position:relative;z-index:1;display:grid;grid-template-columns:.78fr 1.35fr;gap:clamp(2rem,4vw,5rem);align-items:center}.comfort__title{margin:0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(2.4rem,3vw + .9rem,4.2rem);line-height:1.08;max-width:10ch}.comfort__lead{margin:var(--space-24) 0 0;color:var(--color-heading);font-size:1.12rem;max-width:31ch}.comfort__scroll{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-16)}.comfort-card{position:relative;min-height:15rem;padding:var(--space-24);border:1px solid rgba(26,41,63,.12);border-radius:.75rem;background:var(--color-soft-1);box-shadow:none;transition:transform var(--transition-base),border-color var(--transition-base),opacity var(--transition-base)}.comfort-card--soft-1{background:var(--color-soft-1)}.comfort-card--soft-2{background:var(--color-soft-2)}.comfort-card--soft-3{background:var(--color-soft-3)}.comfort-card:hover{transform:translateY(-4px);border-color:#1a293f3d;box-shadow:none}.comfort-card__icon{width:4.15rem;height:4.15rem;display:inline-grid;place-items:center;border-radius:50%;background:#ffffffd1;color:var(--color-heading);font-family:var(--font-heading);font-size:1.55rem}.comfort-card__icon svg{width:2.45rem;height:2.45rem;fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round}.comfort-card__title{margin:var(--space-24) 0 0;color:var(--color-heading);font-family:var(--font-heading);font-size:1.28rem;line-height:1.15}.comfort-card__text{margin:var(--space-12) 0 0;color:#526379;font-size:.96rem;line-height:1.45}.comfort-card__heart{position:absolute;left:var(--space-24);bottom:var(--space-20);color:var(--color-primary);font-size:1.8rem;line-height:1}.comfort-card__heart svg{width:1.95rem;height:1.95rem;display:block;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.comfort__dots,.comfort__swipe-hint{display:none}.product{position:relative;padding-top:var(--space-72);padding-bottom:var(--space-72)}.product__container{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(30rem,.92fr);gap:clamp(2.5rem,5vw,6rem);align-items:start}.product__media{position:relative;align-self:start;min-height:clamp(34rem,49vw,48rem);display:grid;align-items:end}.product__image{position:relative;min-height:clamp(30rem,43vw,43rem);border:0;background:transparent;box-shadow:none;overflow:visible}.product__image:after{display:none}.product__image:before{content:"";position:absolute;left:14%;top:7%;width:72%;height:82%;border-radius:42% 58% 54% 46%/47% 39% 61% 53%;background:#d2e8e5c7;animation:organic-float-b 9s ease-in-out infinite alternate}.product__image img{position:relative;z-index:1;display:block;width:min(94%,46rem);height:100%;min-height:inherit;margin-inline:auto;object-fit:contain;object-position:center;filter:drop-shadow(0 1.4rem 1.6rem rgba(26,41,63,.18))}.product__panel{position:relative;max-width:41rem}.product__rating{display:flex;align-items:center;gap:var(--space-16);color:var(--color-heading);font-family:var(--font-heading-medium);font-size:1rem}.product__stars{color:var(--color-primary);font-size:1.4rem;letter-spacing:.12em}.product__title{margin:var(--space-12) 0 0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(2.6rem,3.6vw,4.8rem);line-height:1.06}.product__price-row{margin-top:var(--space-24);display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-20)}.product__price{margin:0;color:var(--color-primary);font-family:var(--font-heading);font-size:clamp(2.3rem,3vw,3.6rem);line-height:1}.product__stock{display:inline-flex;align-items:center;gap:var(--space-8);padding:.52rem 1rem;border-radius:var(--radius-pill);background:var(--color-soft-1);color:var(--color-heading);font-family:var(--font-heading-medium);font-size:1rem}.product__stock span{width:.72rem;height:.72rem;border-radius:50%;background:#79c99f}.product__text{margin:var(--space-20) 0 0;color:#526379;font-size:1.12rem;line-height:1.65;max-width:39rem}.product__notice{margin:var(--space-24) 0 0;display:flex;align-items:center;gap:var(--space-16);max-width:38rem;padding:.85rem 1rem;border:1px solid var(--color-border);border-radius:1rem;color:#526379;background:#ffffffdb;box-shadow:0 .45rem 1.2rem #1a293f0a}.product__notice span{flex:0 0 2rem;width:2rem;height:2rem;display:inline-grid;place-items:center;border:2px solid var(--color-border-dark);border-radius:50%;color:var(--color-heading);font-family:var(--font-heading)}.product__features{margin:var(--space-24) 0 0;padding-left:1.2rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-8) var(--space-24);list-style:disc}.product__feature{color:var(--color-heading);font-family:var(--font-heading-medium);font-size:.98rem;line-height:1.45}.product__feature::marker{color:var(--color-primary)}.product-form{margin-top:var(--space-32);display:grid;gap:var(--space-24)}.product-form__purchase{display:grid;gap:var(--space-24)}.product-form [hidden]{display:none!important}.product-form__group{margin:0;padding:0;border:0}.product-form__legend{margin-bottom:var(--space-12);color:var(--color-heading);font-family:var(--font-heading);font-size:1.35rem}.product-form__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-16);align-items:stretch}.product-option{display:flex;cursor:pointer}.product-option__input{position:absolute;opacity:0;pointer-events:none}.product-option__card{position:relative;width:100%;height:100%;min-height:6.1rem;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:var(--space-16);padding:var(--space-16);border:2px solid var(--color-border);border-radius:1rem;background:var(--color-white);box-shadow:0 .45rem 1.2rem #1a293f0a;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast)}.product-option:hover .product-option__card{transform:translateY(-2px);box-shadow:0 .7rem 1.5rem #1a293f14}.product-option__input:checked+.product-option__card{border-color:var(--color-border-dark);box-shadow:inset 0 0 0 1px var(--color-border-dark),0 .85rem 1.7rem #1a293f14}.product-form__options--bundle .product-option__card{min-height:10.25rem;grid-template-columns:4rem minmax(0,1fr);align-content:center;gap:var(--space-16);padding:1.35rem;border-width:1.5px;border-radius:1.2rem;background:linear-gradient(145deg,#fff,#fbfcfd)}.product-form__options--bundle .product-option__input:checked+.product-option__card{background:linear-gradient(145deg,#fff,#f1faf8);box-shadow:inset 0 0 0 1px var(--color-border-dark),0 .9rem 2rem #1a293f17}.product-option__icon{width:3.2rem;height:3.2rem;display:inline-grid;place-items:center;border-radius:.8rem;background:var(--color-soft-1);color:var(--color-heading);font-family:var(--font-heading);font-size:1.3rem;line-height:1}.product-option__icon--carplay{background:linear-gradient(135deg,#21e745,#65f090);color:var(--color-white)}.product-option__icon--android{background:var(--color-soft-3);color:#1d9fe4}.product-option__icon svg{width:1.65rem;height:1.65rem;display:block;fill:currentColor}.product-option__icon--bundle{position:relative;width:4rem;height:4rem;border:1px solid #d9e9e6;border-radius:1.15rem;background:#eff8f6;color:var(--color-heading)}.product-option__icon--bundle svg{width:2.5rem;height:2.5rem;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.product-option__icon--double svg{position:absolute;width:2.15rem;height:2.15rem}.product-option__icon--double svg:first-child{transform:translate(-.45rem,-.35rem);opacity:.62}.product-option__icon--double svg:last-child{transform:translate(.42rem,.32rem)}.product-option__content{min-width:0;display:grid;gap:var(--space-4)}.product-option__title{color:var(--color-heading);font-family:var(--font-heading);font-size:1.08rem;line-height:1.15}.product-option__text{color:#607086;font-size:.92rem;line-height:1.3}.product-option__price{margin-top:var(--space-4);color:var(--color-heading);font-family:var(--font-heading);font-size:1.12rem}.product-option__price span{margin-left:var(--space-8);color:#7f8c9b;text-decoration:line-through}.product-option__bundle-badge{width:fit-content;margin-top:var(--space-8);padding:.38rem .68rem;border-radius:var(--radius-pill);background:#fff0ed;color:var(--color-primary);font-family:var(--font-heading-medium);font-size:.74rem;line-height:1}.product-option__bundle-badge--popular{background:#e5f6f2;color:#18786d}.product-option__saving{grid-column:2;justify-self:start;align-self:start;margin-top:var(--space-12);padding:.78rem .9rem;border-radius:.75rem;background:var(--color-soft-2);color:var(--color-primary);font-family:var(--font-heading);font-size:.9rem;text-align:center}.product-option__check{position:absolute;right:var(--space-16);top:var(--space-16);width:1.9rem;height:1.9rem;display:none;place-items:center;border-radius:50%;background:var(--color-heading);color:var(--color-white);font-family:var(--font-heading);font-size:.9rem}.product-option__input:checked+.product-option__card .product-option__check{display:grid}.product-form__actions{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-16)}.product-form__button{width:100%;min-width:0;min-height:3.75rem;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-12);padding-inline:1.2rem;border-radius:1.05rem;font-size:1rem;white-space:nowrap}.product-form__button .button__play{width:2rem;height:2rem;display:inline-grid;place-items:center;flex:0 0 2rem;border:2px solid currentColor;border-radius:50%}.product-form__button .button__play:before{content:"";width:0;height:0;margin-left:.18rem;border-top:.38rem solid transparent;border-bottom:.38rem solid transparent;border-left:.55rem solid currentColor}.product-form__button .button__cart{width:1.55rem;height:1.55rem;flex:0 0 1.55rem}.product__blob,.product__heart,.product__line{position:absolute;pointer-events:none;z-index:0}.product__blob{background:#eaf3f2;opacity:.82;animation:organic-float-a 9s ease-in-out infinite alternate}.product__blob--left{width:36rem;height:28rem;left:-9rem;top:8rem;border-radius:42% 58% 46% 54%/47% 39% 61% 53%}.product__blob--right{width:18rem;height:15rem;right:-5rem;bottom:4rem;border-radius:55% 45% 58% 42%/45% 54% 46% 55%;animation-name:organic-float-c}.product__heart{color:var(--color-primary);font-size:3rem;line-height:1;animation:heart-drift 5.5s ease-in-out infinite alternate}.product__heart--top{left:43%;top:9rem}.product__line{fill:none;stroke:#9fd5cf;stroke-width:2.5;stroke-dasharray:7 8;width:18rem;left:38%;top:13rem;animation:dotted-drift 8s ease-in-out infinite alternate}.reviews{position:relative;padding-top:var(--space-72);padding-bottom:var(--space-72)}.reviews__container{position:relative;z-index:1;min-width:0;display:grid;grid-template-columns:minmax(18rem,.72fr) minmax(0,1.35fr);gap:clamp(2.5rem,4vw,5.2rem);align-items:center}.reviews__intro{position:relative;min-width:0}.reviews__icon-sprite{position:absolute;width:0;height:0;overflow:hidden}.trustpilot-logo{width:fit-content;display:inline-flex;align-items:center;gap:.5rem;color:var(--color-heading)}.trustpilot-logo svg{width:1.65rem;height:1.65rem;flex:0 0 1.65rem;fill:#00b67a}.trustpilot-logo strong{font-family:var(--font-heading-medium);font-size:1.15rem;line-height:1}.trustpilot-logo span{padding:.28rem .52rem;border-radius:var(--radius-pill);background:#e9f8f3;color:#177b60;font-family:var(--font-heading-medium);font-size:.68rem;letter-spacing:.06em;text-transform:uppercase}.trustpilot-logo--reviews{margin:0 0 1.25rem .75rem}.reviews__eyebrow{padding-left:.75rem}.reviews__eyebrow:before{display:none}.reviews__eyebrow-icon{width:2.2rem;height:2.2rem;display:inline-grid;place-items:center;border-radius:50%;background:#dff2ed;color:#16a66b;font-family:var(--font-heading)}.reviews__title{margin:0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(2.8rem,4.5vw,5rem);line-height:1.05;max-width:10ch}.reviews__lead{margin:var(--space-24) 0 0;max-width:35ch;color:var(--color-heading);font-size:1.12rem;line-height:1.65}.reviews-score{margin-top:var(--space-32);display:grid;grid-template-columns:1fr;gap:var(--space-20);max-width:20rem;padding:var(--space-24);border:1px solid rgba(32,52,86,.08);border-radius:1.35rem;background:#ffffffe0;box-shadow:var(--shadow-soft)}.reviews-score__rating{display:flex;align-items:center;gap:var(--space-16)}.reviews-score__icon{width:4.5rem;height:4.5rem;display:inline-grid;place-items:center;flex:0 0 4.5rem;border-radius:50%;background:#dff2ed;color:#16a66b;font-size:2.1rem}.reviews-score__rating strong{display:block;color:var(--color-heading);font-family:var(--font-heading);font-size:2.65rem;line-height:1}.reviews-score__rating span:last-child{display:block;margin-top:var(--space-8);color:#16a66b;letter-spacing:.12em}.reviews-score__meta{display:grid;gap:var(--space-12);color:var(--color-heading);font-family:var(--font-heading-medium)}.reviews-score__meta p{margin:0;display:flex;align-items:center;gap:var(--space-12)}.reviews-score__meta span{color:#16a66b;font-family:var(--font-heading)}.review-verified-icon{width:1.05rem;height:1.05rem;display:block;flex:0 0 1.05rem;color:#00a877}.reviews__slider-wrap{position:relative;min-width:0;max-width:100%}.reviews__slider{max-width:100%;display:flex;gap:var(--space-20);overflow-x:hidden;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:var(--space-4);padding:var(--space-8) var(--space-4) var(--space-24);-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.reviews__slider::-webkit-scrollbar{display:none}.review-card{flex:0 0 calc((100% - (var(--space-20) * 2)) / 3);min-height:34rem;scroll-snap-align:center;display:flex;flex-direction:column;gap:var(--space-16);padding:var(--space-24);border:1px solid rgba(32,52,86,.14);border-radius:1.45rem;background:#fffffff0;box-shadow:none;transition:transform var(--transition-base),border-color var(--transition-base),opacity var(--transition-base)}.review-card:hover{transform:translateY(-4px);border-color:#2034563d}.review-card__stars{color:#16a66b;font-size:1.3rem;letter-spacing:.16em;text-align:center}.review-card__quote{margin:0;color:var(--color-heading);font-family:var(--font-heading-medium);font-size:1.03rem;line-height:1.55;text-align:center}.review-card__copy{position:relative;max-height:4.8rem;overflow:hidden;transition:max-height var(--transition-base)}.review-card__copy:after{content:"";position:absolute;right:0;bottom:0;left:0;height:1.6rem;background:linear-gradient(180deg,#fff0,#fffffff5);pointer-events:none}.review-card--expanded .review-card__copy{max-height:14rem}.review-card--expanded .review-card__copy:after{opacity:0}.review-card__read-more{justify-self:center;align-self:center;border:0;padding:0;background:transparent;color:var(--color-primary);font-family:var(--font-heading);font-size:.96rem;cursor:pointer}.review-card__image{margin-top:auto;min-height:14.5rem;border-radius:1.1rem;overflow:hidden}.review-card__author{display:flex;align-items:center;gap:var(--space-12)}.review-card__avatar{width:3.7rem;height:3.7rem;flex:0 0 3.7rem;border-radius:50%;overflow:hidden}.review-card__avatar:after{font-size:0}.review-card__author cite{display:block;color:var(--color-heading);font-family:var(--font-heading);font-size:1.18rem;font-style:normal;line-height:1.1}.review-card__author span{display:flex;align-items:center;gap:var(--space-8);margin-top:var(--space-8);color:#526379;font-family:var(--font-heading-medium);font-size:.9rem}.review-card__author span span{margin:0;color:#16a66b}.review-card__author .review-verified-icon{margin:0;color:#00a877}.reviews__arrow{position:absolute;top:50%;z-index:2;width:3rem;height:3rem;display:inline-grid;place-items:center;border:1px solid rgba(32,52,86,.08);border-radius:50%;background:var(--color-white);color:var(--color-heading);box-shadow:0 .7rem 1.4rem #1a293f1a;font-family:var(--font-heading);font-size:2rem;line-height:1;cursor:pointer;transform:translateY(-50%);transition:transform var(--transition-fast),color var(--transition-fast)}.reviews__arrow:hover,.reviews__arrow:focus-visible{color:var(--color-primary)}.reviews__arrow--prev{left:-1.5rem}.reviews__arrow--next{right:-1.5rem}.reviews__dots{margin-top:var(--space-32);display:flex;justify-content:center;gap:.3rem}.reviews__dot{position:relative;width:1.7rem;height:1rem;padding:0;border:0;background:transparent;cursor:pointer}.reviews__dot:before{content:"";position:absolute;left:50%;top:50%;width:.55rem;height:.55rem;border-radius:50%;background:#d6dcdd;transform:translate(-50%,-50%);transition:width .26s ease,border-radius .26s ease,background-color .2s ease,transform .2s ease}.reviews__dot--active:before{width:1.8rem;border-radius:.5rem;background:var(--color-primary)}.reviews__dot:hover:before,.reviews__dot:focus-visible:before{background:#aebabb;transform:translate(-50%,-50%) scale(1.08)}.reviews__dot--active:hover:before,.reviews__dot--active:focus-visible:before{background:var(--color-primary)}.reviews__arrow:disabled{opacity:.35;cursor:default;transform:none}.reviews__blob,.reviews__heart,.reviews__line{position:absolute;pointer-events:none;z-index:0}.reviews__blob{background:#eaf3f2;opacity:.82;animation:organic-float-b 10s ease-in-out infinite alternate}.reviews__blob--left{width:42rem;height:42rem;left:-14rem;bottom:-8rem;border-radius:42% 58% 46% 54%/47% 39% 61% 53%}.reviews__heart{color:var(--color-primary);font-size:3.4rem;line-height:1;animation:heart-drift 5.4s ease-in-out infinite alternate}.reviews__heart--top{right:8%;top:6rem}.reviews__line{fill:none;stroke:#9fd5cf;stroke-width:2.5;stroke-dasharray:7 8;animation:dotted-drift 8s ease-in-out infinite alternate}.reviews__line--top{width:16rem;right:0;top:9rem}.reviews__line--bottom{width:17rem;left:26%;bottom:8rem;animation-delay:-2s}.hero__container{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.14fr;gap:clamp(1.6rem,2.8vw,3.8rem);align-items:center;padding-top:1rem}.hero__content{position:relative;z-index:10}.eyebrow{margin:0 0 var(--space-20);width:fit-content;display:inline-flex;align-items:center;gap:var(--space-12);padding:.5rem 1.35rem .5rem .95rem;border-radius:var(--radius-pill);background-color:var(--color-soft-1);color:var(--color-heading);font-family:var(--font-heading-medium);font-size:clamp(.86rem,.25vw + .8rem,.96rem);line-height:1;box-shadow:0 .32rem .85rem #1a293f14}.eyebrow:before{content:"";width:1.5rem;height:1.5rem;display:inline-block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff5e4d' d='M12 21s-7.2-4.7-9.6-9C.8 8.8 2.2 5 5.7 4.2c2-.4 3.8.4 5 2 1.2-1.6 3-2.4 5-2C19.2 5 20.6 8.8 19.6 12c-2.4 4.3-9.6 9-9.6 9Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.hero__title{margin:0;font-family:var(--font-heading);color:var(--color-heading);font-size:clamp(2.1rem,3.2vw + .8rem,4.4rem);line-height:.96;letter-spacing:-.02em;max-width:16ch}.hero__title span,h1 strong,h1 b,h2 strong,h2 b,h3 strong,h3 b{color:var(--color-primary)}.hero__lead{margin:var(--space-24) 0 0;color:var(--color-heading);font-size:clamp(1.06rem,.55vw + .82rem,1.12rem);max-width:32ch}.hero__actions{margin-top:var(--space-32);display:flex;flex-wrap:wrap;gap:var(--space-16)}.button--hero{min-height:4.15rem;min-width:14.5rem;font-size:clamp(1rem,.22vw + .95rem,1.15rem);padding-inline:1.5rem;border-radius:1.25rem}.video-open{display:inline-flex;align-items:center;justify-content:center;gap:.85rem;flex-wrap:nowrap;white-space:nowrap}.button__icon{width:2rem;height:2rem;border-radius:50%;border:2px solid currentColor;display:inline-grid;place-items:center}.button__icon svg{width:.75rem;height:.75rem}.hero-benefits{margin:var(--space-48) 0 0;padding:0;list-style:none;display:flex;gap:var(--space-40);flex-wrap:wrap}.hero-benefits__item{--benefit-bg: var(--color-soft-1);display:grid;grid-template-columns:auto 1fr;align-items:center;gap:var(--space-12);color:var(--color-heading);font-family:var(--font-heading-medium);font-size:clamp(.95rem,.4vw + .82rem,1.1rem);line-height:1.32}.hero-benefits__item--soft-2{--benefit-bg: var(--color-soft-2)}.hero-benefits__item--soft-3{--benefit-bg: var(--color-soft-3)}.hero-benefits__icon{width:4rem;height:4rem;display:inline-grid;place-items:center;border-radius:50%;color:var(--color-heading);border:1px solid rgba(32,52,86,.08);background:var(--benefit-bg)}.hero-benefits__icon svg{width:1.9rem;height:1.9rem}.hero__visual{position:relative;isolation:isolate;z-index:1}.hero-media{position:relative;z-index:1;width:100%;min-height:clamp(26rem,47vw,50rem);object-fit:cover;object-position:center;border-radius:clamp(1.5rem,2.5vw,2.7rem);border:.75rem solid #e8f1f0;box-shadow:var(--shadow-soft)}.hero-product-blob{position:absolute;z-index:3;left:-7%;bottom:-8%;width:76%;height:44%;border-radius:58% 42% 64% 36%/44% 58% 42% 56%;background:#dcefeb;pointer-events:none;animation:organic-float-c 7s ease-in-out infinite alternate;will-change:transform}.hero-product-heart{position:absolute;z-index:4;left:53%;bottom:8%;color:var(--color-primary);font-family:var(--font-heading);font-size:clamp(2.5rem,4vw,4rem);line-height:1;transform:rotate(-10deg);pointer-events:none}.hero-product{position:absolute;z-index:5;right:auto;left:clamp(-2.5rem,-2vw,-.75rem);bottom:clamp(-2.5rem,-2vw,-.75rem);width:clamp(26rem,68%,48rem);aspect-ratio:1;object-fit:contain;border:0;border-radius:0;background:transparent;filter:drop-shadow(0 1.25rem 1.5rem rgba(26,41,63,.24))}.placeholder{background-color:var(--color-placeholder);display:grid;place-items:center}.placeholder:after{content:"Placeholder";font-family:var(--font-heading-medium);color:#8391a3;font-size:1.12rem;letter-spacing:.02em}.hero__line{position:absolute;stroke:#9dd7cf;stroke-width:2.5;fill:none;stroke-dasharray:7 8}.hero__line--top{width:clamp(8rem,16vw,14rem);right:9%;top:-2.4rem}.hero__line--bottom{width:clamp(12rem,29vw,25rem);left:-7%;bottom:-3.5rem}.video-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;opacity:0;visibility:hidden;transition:opacity var(--transition-base),visibility var(--transition-base)}.video-modal[aria-hidden=false]{opacity:1;visibility:visible}.video-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#142438a6}.video-modal__dialog{position:relative;z-index:1;width:min(92vw,52rem);background:#fff;border-radius:var(--radius-xl);padding:var(--space-24);box-shadow:0 1.6rem 3rem #0b162659}.video-modal__close{position:absolute;right:.85rem;top:.85rem;width:2.2rem;height:2.2rem;border:0;border-radius:50%;background:var(--color-soft-1);color:var(--color-heading);cursor:pointer}.video-modal__title{margin:0;font-family:var(--font-heading);color:var(--color-heading);font-size:clamp(1.5rem,1vw + 1rem,2rem)}.video-modal__body{margin-top:var(--space-20);border-radius:var(--radius-lg);min-height:18rem}.video-modal__text{margin:var(--space-12) 0 0;color:#64758a}@media(max-width:1275px){:root{--container-gutter: var(--space-40)}.main-nav__list{gap:.95rem}.site-header__cta{padding-inline:1.1rem}}@media(max-width:1070px){.site-header{position:sticky;top:-44px;z-index:2100}.main-nav,.site-header__actions>.site-header__cta{display:none}.site-header__actions>.lang-switch--header{display:block}.site-header__actions>.lang-switch--header .lang-selector{min-width:4.35rem;padding:.65rem .7rem}.menu-toggle{display:inline-flex}.site-header__actions>.icon-button{display:inline-grid;margin-left:auto}.site-header__container{min-height:5.6rem;gap:var(--space-16)}.site-header__actions{margin-left:auto}.hero__container{grid-template-columns:1fr;padding-top:0}.hero__visual{order:-1;margin-bottom:var(--space-16)}.hero__title{max-width:12ch}.hero__lead{max-width:38ch}.hero__visual{margin-top:var(--space-16)}.hero__line--top{right:14%}.trust-strip__card{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-16)}.moment__grid{grid-template-columns:1fr}.moment__media-wrap{order:2}.moment__content{order:1}.moment__title,.moment__lead{max-width:none}.live-view__header{grid-template-columns:1fr}.live-view__toggle{width:auto;left:.7rem;right:.7rem;top:.7rem;transform:none;display:grid;grid-template-columns:1fr 1fr;gap:.25rem;padding:.25rem;border-radius:1.15rem}.live-view__toggle-btn{min-width:0;min-height:3.15rem;justify-content:flex-start;gap:.4rem;padding:.3rem .45rem;border-radius:.9rem;font-size:.72rem;line-height:1.15;white-space:normal}.live-view__toggle-icon{width:2rem;height:2rem;flex-basis:2rem;border-radius:.65rem}.live-view__toggle-icon svg{width:1.3rem;height:1.3rem}.live-view__camera-wrap{display:none}.live-view__line--top{left:73%;top:11%;width:20%}.how-it-works__scroll{gap:var(--space-16)}.step-card__media{min-height:17rem}.comfort__container{grid-template-columns:1fr}.comfort__title,.comfort__lead{max-width:none}.product__container{grid-template-columns:1fr;gap:var(--space-48)}.product__media,.product__image{min-height:28rem}.product__panel{max-width:none}.product-form__options--bundle{grid-template-columns:1fr}.reviews__container{grid-template-columns:minmax(0,1fr)}.reviews__title,.reviews__lead{max-width:none}.reviews__slider-wrap,.reviews__slider{min-width:0;max-width:100%}.reviews-score{max-width:34rem}}@media(max-width:760px){:root{--container-gutter: var(--space-16)}.discount-bar__text{font-size:1rem}.site-header__container{min-height:4.5rem;gap:.375rem}.site-header__actions{gap:.25rem}.site-header__actions>.lang-switch--header .lang-selector{min-width:3.35rem;padding:.55rem .5rem;gap:.2rem}.site-header__actions>.lang-switch--header .lang-selector__chevron{width:.75rem;flex-basis:.75rem}.site-header__actions>.icon-button,.menu-toggle{width:2.5rem;height:2.5rem}.hero{padding-top:var(--space-8);padding-bottom:var(--space-40)}.hero__title{font-size:11.4vw;line-height:.99;max-width:none}.hero__lead{font-size:1.2rem;max-width:100%}.hero__actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(14.5rem,1fr));gap:var(--space-12)}.button--hero{min-height:3.5rem;width:100%;min-width:14.5rem;font-size:1rem}.hero-benefits{margin-top:var(--space-32);display:flex;flex-wrap:nowrap;justify-content:space-between;gap:var(--space-8)}.hero-benefits__item{width:auto;min-width:0;gap:var(--space-8);font-size:.9rem;line-height:1.2}.hero-benefits__item>span:last-child{word-break:break-word}.hero-benefits__icon{width:3rem;height:3rem;flex:0 0 3rem}.hero-benefits__icon svg{width:1.35rem;height:1.35rem}.hero-media{min-height:30rem;border-width:.5rem}.trust-strip{padding-top:var(--space-12);padding-bottom:var(--space-40)}.trust-strip__card{grid-template-columns:1fr;gap:0;padding:var(--space-16)}.trust-strip__item{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--space-16);min-height:5.15rem;padding-block:var(--space-8);cursor:pointer}.trust-strip__item+.trust-strip__item{border-top:1px solid rgba(32,52,86,.12)}.trust-strip__mobile-title{display:block;margin:0 0 .1rem;font-family:var(--font-heading);color:var(--color-heading);font-size:1.6rem;line-height:1.2}.trust-strip__content{padding-right:1.2rem}.trust-strip__link{display:inline-grid;place-items:center;margin-left:auto;color:#4d5f76;font-size:1.5rem;line-height:1}.trust-strip__icon{width:3.2rem;height:3.2rem;flex-basis:3.2rem;align-self:center}.trust-strip__icon svg{width:1.58rem;height:1.58rem}.trust-strip__title{font-size:.95rem}.trust-strip__subtext{font-size:.86rem}.moment{padding-top:var(--space-20);padding-bottom:var(--space-48)}.moment__media{min-height:38rem}.moment__media-wrap{margin-top:var(--space-24)}.moment-note{padding:.72rem .95rem;border-radius:1.1rem}.moment-note__icon{width:2.5rem;height:2.5rem;font-size:1.15rem}.moment-note__text{font-size:.98rem}.moment__tail{width:62%}.video-modal__dialog{width:min(94vw,38rem);padding:var(--space-20)}.live-view{padding-top:var(--space-40);padding-bottom:0}.live-view__title{font-size:clamp(2rem,10vw,3.4rem);max-width:none}.live-view__lead{max-width:none;font-size:1.1rem}.live-view__toggle{position:relative;inset:auto;transform:none;width:100%;margin-bottom:var(--space-12)}.live-view__screen-ui,.live-view__line,.live-view__heart{display:none}.live-view__toggle-btn{min-height:3.15rem;font-size:.72rem;padding:.3rem .45rem}.live-view__screen{min-height:0;border-radius:1.8rem}.live-view__chip{font-size:.9rem;padding:.5rem .82rem}.live-view__chip--left{left:2%;top:21%}.live-view__chip--center{left:29%;bottom:4%}.live-view__chip--right{right:2%;bottom:4%}.live-view__line--top{right:3%;left:auto;top:24%;width:20%}.live-view__line--bottom{left:3%;bottom:5%;width:32%}.live-view__heart{font-size:2.55rem}.live-view__heart--a{right:4%;left:auto;top:23%}.live-view__heart--b{left:1%;top:48%}.live-view__heart--c{right:2%;top:54%}.real-view{padding:var(--space-64) 0 var(--space-72)}.real-view__title{font-size:clamp(2.25rem,9vw,3rem)}.real-view__lead{max-width:22rem;font-size:1.05rem}.real-view__scroll{width:calc(100% + (var(--container-gutter) * 2));margin-left:calc(var(--container-gutter) * -1);margin-top:var(--space-40);display:flex;gap:var(--space-20);overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:var(--container-gutter);padding:var(--space-24) var(--container-gutter) var(--space-64);-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.real-view__scroll::-webkit-scrollbar{display:none}.real-card{flex:0 0 min(82vw,29rem);scroll-snap-align:center;opacity:.72;transform:scale(.94);transform-origin:center bottom;box-shadow:0 .55rem 1.5rem #1a293f14}.real-card--active{opacity:1;transform:scale(1);box-shadow:0 1rem 2.4rem #1a293f24}.real-card__image{height:auto;aspect-ratio:1.12}.real-card__body{min-height:14rem;padding:var(--space-24) var(--space-24) var(--space-40)}.real-card__heading{gap:var(--space-16)}.real-card__number{width:3.15rem;height:3.15rem;font-size:1.35rem}.real-card__title{font-size:1.35rem}.real-card__text{margin:var(--space-20) 0 0;font-size:1rem}.real-card__heart{display:block}.real-view__dots{margin-top:var(--space-4);display:flex;justify-content:center;gap:var(--space-12)}.real-view__dot{width:.85rem;height:.85rem;border:0;border-radius:50%;background:#d8e5e2;cursor:pointer;transition:width var(--transition-fast),background-color var(--transition-fast)}.real-view__dot--active{width:1.8rem;border-radius:var(--radius-pill);background:var(--color-primary)}.real-view__swipe-hint{margin:var(--space-44) 0 0;display:flex;align-items:center;justify-content:center;gap:var(--space-16);color:var(--color-heading);font-family:var(--font-heading-medium);font-size:1.05rem}.real-view__swipe-hint .swipe-hint__icon{color:#477c78;animation:swipe-nudge 1.8s ease-in-out infinite}.real-view__blob--top{left:-10rem;top:-7rem}.real-view__blob--bottom{right:auto;left:-8rem;bottom:-8rem;width:34rem;height:17rem}.real-view__heart--top{right:8%;top:4rem}.real-view__heart--bottom{left:6%;bottom:11rem}.real-view__line--top{right:5%;top:7rem;width:13rem}.real-view__line--bottom{left:6%;bottom:8rem;width:12rem}.how-it-works{padding-top:4.75rem;padding-bottom:var(--space-64)}.how-it-works__title{font-size:3rem}.how-it-works__lead{margin-top:var(--space-12);font-size:1.05rem}.how-it-works__scroll{width:calc(100% + (var(--container-gutter) * 2));margin-left:calc(var(--container-gutter) * -1);margin-top:var(--space-40);display:flex;gap:var(--space-16);overflow-x:auto;overflow-y:clip;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:var(--container-gutter);padding:var(--space-16) var(--container-gutter) var(--space-24);-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.how-it-works__scroll::-webkit-scrollbar{display:none}.step-card{flex:0 0 min(78vw,30rem);scroll-snap-align:center;opacity:.72;transform:scale(.9);transform-origin:center bottom;box-shadow:0 .45rem 1.4rem #1a293f12}.step-card--active{opacity:1;transform:scale(1);box-shadow:0 1rem 2.4rem #1a293f24}.step-card__media{min-height:24rem}.step-card__body{min-height:15rem;padding:var(--space-24)}.step-card__title{font-size:1.55rem}.step-card__text{font-size:1rem}.how-it-works__dots{display:flex;justify-content:center;gap:var(--space-12);margin-top:var(--space-4)}.how-it-works__dot{width:.82rem;height:.82rem;border:0;border-radius:50%;background:#cfe6e2;cursor:pointer;transition:background-color var(--transition-fast),transform var(--transition-fast)}.how-it-works__dot--active{background:var(--color-primary);transform:scale(1.16)}.how-it-works__swipe-hint{margin:var(--space-12) 0 0;display:flex;align-items:center;justify-content:center;gap:var(--space-12);color:var(--color-heading);font-family:var(--font-heading);font-size:1.05rem}.how-it-works__swipe-hint .swipe-hint__icon{color:#507b7d;animation:swipe-nudge 1.8s ease-in-out infinite}.how-it-works__blob--top{width:18rem;height:12rem;right:-4rem;top:-4rem}.how-it-works__blob--bottom{width:30rem;height:14rem;left:-8rem;bottom:-7rem}.how-it-works__line--left{left:-1rem;top:13rem;width:13rem}.how-it-works__line--right{right:-1rem;top:15rem;width:13rem}.how-it-works__heart{display:none}.how-it-works__heart--left{left:1rem;top:10.6rem}.how-it-works__heart--right{right:1rem;top:13.2rem}.comfort{padding-top:var(--space-48);padding-bottom:var(--space-64)}.comfort__container{display:block}.comfort__intro{padding-inline:var(--space-24)}.comfort__title{font-size:3rem;max-width:22ch}.comfort__lead{font-size:1.04rem;max-width:none}.comfort__scroll{width:calc(100% + (var(--container-gutter) * 2));margin-left:calc(var(--container-gutter) * -1);margin-top:var(--space-32);display:flex;gap:var(--space-16);overflow-x:auto;overflow-y:clip;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:var(--container-gutter);padding:var(--space-16) var(--container-gutter) var(--space-24);-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.comfort__scroll::-webkit-scrollbar{display:none}.comfort-card{flex:0 0 min(68vw,24rem);min-height:19.5rem;padding:var(--space-20);scroll-snap-align:center;opacity:.74;transform:scale(.9);transform-origin:center bottom}.comfort-card--active{opacity:1;transform:scale(1);border-color:#1a293f38;box-shadow:none;outline:.35rem solid rgba(255,255,255,.72)}.comfort-card__icon{width:4.5rem;height:4.5rem;font-size:1.8rem}.comfort-card__title{margin-top:var(--space-24);font-size:1.35rem}.comfort-card__text{font-size:1rem}.comfort__dots{display:flex;justify-content:center;gap:var(--space-12)}.comfort__dot{width:.66rem;height:.66rem;border:0;border-radius:50%;background:#d8dddd;cursor:pointer;transition:background-color var(--transition-fast),transform var(--transition-fast),width var(--transition-fast)}.comfort__dot--active{width:2rem;border-radius:var(--radius-pill);background:var(--color-primary)}.comfort__swipe-hint{margin:var(--space-12) 0 0;display:flex;align-items:center;justify-content:center;gap:var(--space-16);color:#9ba7b5;font-family:var(--font-heading-medium);font-size:.96rem}.comfort__swipe-hint .swipe-hint__icon{color:#c0c7cf}.product{padding-top:var(--space-56);padding-bottom:0}.product__container{gap:var(--space-32)}.product__media{min-height:24rem;padding-inline:var(--space-24)}.product__image{min-height:24rem;box-shadow:none}.product__panel{padding:var(--space-24);border-radius:2rem;background:#ffffffe6;box-shadow:0 1rem 2.5rem #1a293f14}.product__rating{gap:var(--space-12);font-size:.95rem}.product__stars{font-size:1.18rem;letter-spacing:.06em}.product__title{margin-top:var(--space-16);font-size:clamp(2.35rem,9.2vw,3.9rem)}.product__price-row{margin-top:var(--space-20);gap:var(--space-16)}.product__price{font-size:clamp(2.25rem,9vw,3.2rem)}.product__stock{font-size:.95rem;padding:.48rem .9rem}.product__text{font-size:1.04rem;line-height:1.55;max-width:none}.product__notice{align-items:flex-start;font-size:.95rem}.product__features{grid-template-columns:1fr;gap:var(--space-8)}.product__feature{font-size:.98rem}.product-form{margin-top:var(--space-24)}.product-form__legend{font-size:1.22rem}.product-form__options,.product-form__actions{grid-template-columns:1fr}.product-option__card{min-height:5.7rem;padding:var(--space-16)}.product-option__saving{position:static;max-width:none}.product__blob--left{width:24rem;height:18rem;left:-8rem;top:6rem}.product__blob--right{width:15rem;height:13rem;right:-7rem;bottom:8rem}.product__heart--top{left:auto;right:2rem;top:5rem}.product__line--top{width:12rem;left:auto;right:-1rem;top:8rem}.reviews{padding-top:var(--space-16);padding-bottom:var(--space-64)}.page--home .reviews{padding-top:var(--space-64)}.reviews__container{display:block}.reviews__title{font-size:clamp(3rem,10.2vw,4.25rem);max-width:11ch}.reviews__lead{font-size:1.08rem;line-height:1.55;max-width:none}.reviews-score{max-width:none;grid-template-columns:1fr 1fr;align-items:center;gap:var(--space-16);padding:1.125rem var(--space-20);border-radius:1.45rem;box-shadow:0 .65rem 1.6rem #1a293f12}.reviews-score__rating{padding-right:var(--space-16);border-right:1px solid rgba(32,52,86,.18)}.reviews-score__icon{width:3.7rem;height:3.7rem;flex-basis:3.7rem;font-size:1.7rem}.reviews-score__rating strong{font-size:2.25rem}.reviews-score__meta{font-size:.95rem}.page--home .reviews-score{grid-template-columns:1fr;gap:var(--space-16)}.page--home .reviews-score__rating{justify-content:center;padding-right:0;border-right:0}.page--home .reviews-score__meta{width:100%;padding-top:var(--space-16);border-top:1px solid rgba(32,52,86,.1)}.page--home .reviews-score__meta p{width:min(100%,14rem);margin-inline:auto}.reviews__slider-wrap{margin-top:var(--space-20)}.reviews__slider{width:calc(100% + (var(--container-gutter) * 2));margin-left:calc(var(--container-gutter) * -1);display:flex;gap:var(--space-16);overflow-x:auto;overflow-y:visible;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:var(--container-gutter);padding:var(--space-32) var(--container-gutter) var(--space-16);-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.reviews__slider::-webkit-scrollbar{display:none}.review-card{flex:0 0 min(78vw,28rem);min-height:33rem;scroll-snap-align:center;opacity:.72;transform:scale(.94);transform-origin:center bottom;box-shadow:none}.review-card--active{opacity:1;transform:scale(1.02);border-color:#2034563d;box-shadow:none}.review-card__image{min-height:17rem}.reviews__arrow{display:none}.reviews__dots{margin-top:var(--space-4)}.reviews__heart--top{right:2rem;top:4rem}.reviews__line--top{width:13rem;right:-2rem;top:7.5rem}.reviews__line--bottom{width:13rem;left:auto;right:3rem;bottom:10rem}.reviews__blob--left{width:30rem;height:30rem;left:-13rem;bottom:8rem}}@media(max-width:520px){.discount-bar__text{font-size:.92rem}.eyebrow:before{width:1.28rem;height:1.28rem;min-width:1.28rem;min-height:1.28rem}.hero__lead{font-size:1.1rem}.hero-benefits{gap:.35rem}.hero-benefits__item{font-size:.78rem;gap:.35rem}.hero-benefits__icon{width:2.4rem;height:2.4rem;flex:0 0 2.4rem}.hero-benefits__icon svg{width:1.05rem;height:1.05rem}.eyebrow{font-size:.95rem;padding:.67rem 1.1rem}.hero-media{min-height:23rem}.hero__bg--left{left:-10rem;bottom:-9rem}.hero__bg--right{right:-11rem;bottom:-8rem}.hero:before{right:-5rem;top:46%;width:12rem;height:16rem}.live-view__bg-blob--left{width:12rem;height:16rem;left:-5rem;bottom:7rem}.live-view__bg-blob--right{width:14rem;height:13rem;right:-6rem;top:17rem}.live-view__toggle{grid-template-columns:1fr 1fr}.live-view__screen{min-height:0;border-radius:1.25rem}.live-view__chip{gap:.3rem;font-size:.7rem;padding:.36rem .55rem}.live-view__chip svg{width:.9rem;height:.9rem}.live-view__chip--left{left:2%;top:34%}.live-view__chip--center{left:2%;bottom:3%}.live-view__chip--right{right:2%;bottom:3%}.live-view__line--top{right:2%;left:auto;top:35%;width:24%}.live-view__line--bottom{left:2%;bottom:5%;width:35%}.live-view__heart--a{right:2%;left:auto;top:32%}.live-view__heart--b{left:1%;top:46%}.live-view__heart--c{right:1%;top:47%}.how-it-works__title{font-size:2.7rem}.how-it-works__lead{font-size:1rem}.step-card{flex-basis:min(80vw,28rem)}.step-card__media{min-height:21rem}.step-card__body{min-height:14rem;padding:var(--space-20)}.step-card__number{width:2.7rem;height:2.7rem;font-size:1.45rem}.step-card__title{font-size:1.38rem}.step-card__text{font-size:.95rem}.step-card__heart{font-size:2.5rem}.comfort__intro{padding-inline:0}.comfort__title{font-size:2.55rem}.comfort-card{flex-basis:72vw;min-height:18.5rem}.comfort-card__title{margin-top:var(--space-24)}.product{padding-top:var(--space-48)}.page--home .product__container{gap:var(--space-8)}.product__media{min-height:20rem;padding-inline:0}.product__image{min-height:20rem}.page--home .product__image img{transform:translateY(1.25rem) scale(1.16)}.product__panel{padding:var(--space-20);border-radius:1.7rem}.product__title{font-size:clamp(2.1rem,10.5vw,3.2rem)}.product__rating{flex-wrap:wrap;row-gap:var(--space-4)}.product__features{margin-top:var(--space-24)}.product-option__card{grid-template-columns:auto 1fr;gap:var(--space-12)}.product-option__icon{width:2.85rem;height:2.85rem}.product-option__title{font-size:1rem}.product-option__text{font-size:.86rem}.product-option__saving{position:static;justify-self:start;grid-column:2;max-width:none;padding:.42rem .7rem;font-size:.82rem}.reviews__title{font-size:clamp(2.65rem,11vw,3.55rem);max-width:11ch}.reviews-score{grid-template-columns:1fr 1fr;padding:var(--space-16)}.reviews-score__rating{padding-right:var(--space-12);padding-bottom:0;border-right:1px solid rgba(32,52,86,.14);border-bottom:0}.review-card{flex-basis:78vw;min-height:30rem;padding:var(--space-20)}.review-card__image{min-height:12.5rem}.review-card__quote{font-size:.98rem}.review-card__avatar{width:3.2rem;height:3.2rem;flex-basis:3.2rem}.moment__title{font-size:clamp(2rem,10.5vw,3.5rem)}.moment__lead{font-size:1.02rem}.moment__media{min-height:30rem;border-radius:1.7rem}.moment-note--one{left:5%;top:13%}.moment-note--two{left:5%;top:36%}.moment-note--three{left:5%;top:61%}.moment-note--four{right:5%;bottom:5%}.moment-note__text{max-width:9.5ch}}@media(max-width:380px){.button--hero{min-width:0}.moment-note{padding:.62rem .76rem}.moment-note__icon{width:2.2rem;height:2.2rem;font-size:1rem}.moment-note__text{font-size:.84rem;max-width:8ch}.step-card{flex-basis:82vw}.step-card__media{min-height:18rem}.comfort-card{flex-basis:78vw}}@keyframes swipe-nudge{0%,to{transform:translate(0)}50%{transform:translate(8px)}}.live-view.section{padding-bottom:0}.expertise{position:relative;isolation:isolate;overflow:hidden;padding-block:clamp(4.5rem,7vw,7.5rem);background:radial-gradient(circle at 35% 58%,rgba(55,103,139,.23),transparent 34%),radial-gradient(circle at 88% 8%,rgba(37,75,108,.3),transparent 30%),#0d2942}.expertise__container{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(27rem,.75fr);gap:clamp(3rem,5vw,6rem);align-items:center}.expertise__intro{position:relative;min-width:0}.expertise__eyebrow{width:fit-content;margin:0 0 var(--space-24);padding:.55rem 1.15rem;display:inline-flex;align-items:center;gap:var(--space-12);border-radius:var(--radius-pill);background:#f3f8f7f2;color:var(--color-heading);font-family:var(--font-heading-medium);font-size:.98rem;box-shadow:0 .55rem 1.4rem #0313222e}.expertise__eyebrow span{color:var(--color-heading);font-family:var(--font-heading);font-size:1.35rem;line-height:1}.expertise__title{max-width:17ch;margin:0;color:var(--color-white);font-family:var(--font-heading);font-size:clamp(3.2rem,4.6vw,5.2rem);line-height:1.05}.expertise__lead{max-width:49ch;margin:var(--space-24) 0 0;color:#ffffffe0;font-size:clamp(1.05rem,1.25vw,1.28rem);line-height:1.75}.expertise__media{position:relative;isolation:isolate;margin-top:clamp(2.5rem,5vw,5rem)}.expertise__image{position:relative;z-index:1;display:block;width:min(88%,38rem);height:auto;margin:0 auto;object-fit:contain;filter:drop-shadow(0 1.8rem 2.4rem rgba(2,16,29,.38))}.expertise__line{position:absolute;z-index:0;left:-4%;top:5%;width:112%;height:82%;max-width:none;pointer-events:none;fill:none;stroke:#a8d3cd8c;stroke-width:2.5;stroke-dasharray:7 8}.expertise__heart{position:absolute;z-index:0;pointer-events:none;color:var(--color-primary);font-family:var(--font-heading);font-size:4.2rem;line-height:1}.expertise__heart--left{left:-1%;top:48%}.expertise__heart--right{right:1%;top:2%;opacity:.9}.expertise__cards{display:grid;gap:clamp(1.25rem,2.2vw,2.4rem)}.expertise-card{position:relative;min-height:10.5rem;padding:clamp(1.35rem,2vw,2rem);display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:clamp(1.15rem,1.8vw,1.75rem);border:1px solid rgba(255,255,255,.48);border-radius:1.65rem;background:#fffffffa;box-shadow:0 1rem 2.3rem #02101d38}.expertise-card__icon{width:clamp(4.75rem,5.6vw,5.8rem);height:clamp(4.75rem,5.6vw,5.8rem);display:grid;place-items:center;border-radius:50%;background:var(--color-soft-1);color:var(--color-heading)}.expertise-card__icon svg{width:61%;height:61%;fill:none;stroke:currentColor;stroke-width:2.65;stroke-linecap:round;stroke-linejoin:round}.expertise-card__title{margin:0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(1.25rem,1.6vw,1.65rem);line-height:1.15}.expertise-card__text{max-width:30ch;margin:var(--space-12) 0 0;color:var(--color-text);font-size:clamp(.98rem,1.1vw,1.12rem);line-height:1.6}.expertise-card__heart{position:absolute;top:1rem;right:1.2rem;color:var(--color-primary);line-height:1}.expertise-card__heart svg{width:2rem;height:2rem;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}@media(max-width:1070px){.expertise__container{grid-template-columns:minmax(0,1fr);max-width:48rem}.expertise__title{max-width:13ch}.expertise__lead{max-width:48ch}.expertise__image{width:min(82%,34rem)}}@media(max-width:760px){.expertise{padding-block:var(--space-56)}.expertise__container{gap:var(--space-40)}.expertise__eyebrow{margin-bottom:var(--space-24);font-size:.9rem}.expertise__title{max-width:none;font-size:clamp(2.55rem,10.2vw,4rem)}.expertise__lead{max-width:none;font-size:1.02rem;line-height:1.65}.expertise__image{width:100%}.expertise__media{margin-top:var(--space-40);padding-inline:var(--space-8)}.expertise__line{left:-9%;top:2%;width:118%;height:88%}.expertise__heart{font-size:3.35rem}.expertise__heart--left{left:-.25rem;top:52%}.expertise__heart--right{right:0;top:1%}.expertise__cards{gap:var(--space-20)}.expertise-card{min-height:11rem;padding:var(--space-24) var(--space-20);grid-template-columns:4.75rem minmax(0,1fr);gap:var(--space-20);border-radius:1.5rem}.expertise-card__icon{width:4.75rem;height:4.75rem}.expertise-card__title{padding-right:var(--space-20);font-size:1.2rem}.expertise-card__text{margin-top:var(--space-8);font-size:.94rem}}@media(max-width:420px){.expertise-card{grid-template-columns:4rem minmax(0,1fr);gap:var(--space-16)}.expertise-card__icon{width:4rem;height:4rem}}.site-footer{padding:clamp(2.5rem,5vw,5rem) var(--container-gutter);background:#f7f8fa}.site-footer__container{width:min(100%,var(--container-max));padding:clamp(2.5rem,4vw,4.5rem);border:1px solid rgba(26,41,63,.06);border-radius:2rem;background:var(--color-white);box-shadow:0 1rem 3rem #1a293f0f}.site-footer__top{display:grid;grid-template-columns:minmax(16rem,1.25fr) minmax(0,3.4fr);gap:clamp(3rem,6vw,7rem)}.site-footer__logo-link{display:inline-block}.site-footer__logo{width:min(100%,15rem);height:auto}.site-footer__description{max-width:31ch;margin:var(--space-24) 0 0;color:var(--color-text);font-size:1rem;line-height:1.7}.site-footer__tagline{margin:var(--space-20) 0 0;color:var(--color-heading);font-family:var(--font-heading);font-size:1.08rem}.site-footer__tagline span{margin-left:var(--space-8);color:var(--color-primary);font-size:1.65rem;vertical-align:-.12em}.site-footer__nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.5rem,3vw,4rem)}.site-footer__heading{margin:0 0 var(--space-20);color:var(--color-heading);font-family:var(--font-heading);font-size:1.05rem;line-height:1.2}.site-footer__links,.site-footer__contact-list{margin:0;padding:0;display:grid;gap:var(--space-16);list-style:none}.site-footer__links a,.site-footer__contact-list{color:var(--color-text);font-size:.98rem}.site-footer__links a{transition:color var(--transition-fast),transform var(--transition-fast)}.site-footer__links a:hover,.site-footer__links a:focus-visible{color:var(--color-primary)}.site-footer__contact-list li{display:flex;align-items:center;gap:var(--space-12)}.site-footer__contact-list li>.site-footer__contact-icon{width:2.25rem;height:2.25rem;flex:0 0 2.25rem;display:grid;place-items:center;border-radius:.75rem;background:var(--color-soft-1);color:var(--color-primary)}.site-footer__contact-icon--coral{background:var(--color-soft-2)!important}.site-footer__contact-icon--blue{background:var(--color-soft-3)!important;color:var(--color-heading)!important}.site-footer__contact-icon svg{width:1.15rem;height:1.15rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-footer__whatsapp{width:fit-content;min-height:2.75rem;margin-top:var(--space-20);padding:.65rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;border-radius:var(--radius-pill);background:#238b72;box-shadow:0 .6rem 1.25rem #238b722e;color:var(--color-white);font-family:var(--font-heading-medium);font-size:.86rem;transition:transform var(--transition-fast),background-color var(--transition-fast)}.site-footer__whatsapp:hover,.site-footer__whatsapp:focus-visible{background:#1c765f;transform:translateY(-2px)}.site-footer__whatsapp svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-footer__safety{width:fit-content;margin:var(--space-20) 0 0;padding:.55rem .9rem;display:none;align-items:center;gap:var(--space-8);border:1px solid #bde8df;border-radius:var(--radius-pill);background:#effaf7;color:#266d66;font-family:var(--font-heading-medium)}.site-footer__safety span{color:#3ab7a7;font-family:var(--font-heading);font-size:1.35rem}.site-footer__bottom{margin-top:clamp(2.5rem,4vw,4rem);padding-top:var(--space-24);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:var(--space-24);border-top:1px solid var(--color-border)}.site-footer__socials,.site-footer__payments{display:flex;align-items:center;gap:var(--space-12)}.site-footer__socials a{width:2.8rem;height:2.8rem;display:inline-grid;place-items:center;border:1px solid var(--color-border);border-radius:.8rem;background:var(--color-white);color:var(--color-heading);font-family:var(--font-heading);font-size:1.2rem;transition:transform var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast)}.site-footer__socials a:hover,.site-footer__socials a:focus-visible{transform:translateY(-2px);border-color:var(--color-primary);color:var(--color-primary)}.site-footer__copyright{margin:0;color:#7f8da0;font-size:.9rem;text-align:center}.site-footer__payments{justify-content:flex-end;max-width:29rem;flex-wrap:wrap;gap:.3rem}.site-footer__payments-label{flex:0 0 100%;margin-bottom:.15rem;color:#6f7e91;font-family:var(--font-heading-medium);font-size:.72rem;letter-spacing:.04em;text-align:right}.site-footer__payment{width:2.5rem;min-width:2.5rem;height:1.68rem;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:.42rem;background:var(--color-white);overflow:hidden}.site-footer__payment img{width:100%;height:100%;display:block;object-fit:contain}@media(max-width:760px){.hero-product-blob{left:-6%;bottom:-6%;width:78%;height:43%}.hero-product-heart{left:55%;bottom:6%;font-size:2.4rem}.hero-product{right:auto;left:-.35rem;bottom:-1.25rem;width:min(68vw,20rem)}}@media(max-width:1070px){.site-footer__top{grid-template-columns:1fr}.site-footer__nav{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__bottom{grid-template-columns:1fr}.site-footer__socials,.site-footer__payments{justify-content:center}.site-footer__payments-label{text-align:center}.site-footer__copyright{grid-row:2}}@media(max-width:760px){.site-footer{padding:0;background:#f7f8fa}.site-footer__container{padding:var(--space-48) var(--space-24) var(--space-32);border-radius:2rem 2rem 0 0;box-shadow:none}.site-footer__top{gap:var(--space-32)}.site-footer__brand{text-align:left}.site-footer__logo{width:min(78%,17rem)}.site-footer__description{max-width:31ch;margin-right:0;margin-left:0;font-size:.98rem}.site-footer__tagline{margin-top:var(--space-24);font-size:1.12rem}.site-footer__nav{grid-template-columns:1fr;gap:0}.site-footer__group{padding:var(--space-24) 0;border-bottom:1px solid var(--color-border)}.site-footer__group:first-child{padding-top:0}.site-footer__heading{margin-bottom:var(--space-16);font-size:1.2rem}.site-footer__links{gap:0}.site-footer__links a{min-height:2.65rem;display:flex;align-items:center;justify-content:space-between;font-size:1rem}.site-footer__links a:after{content:"\203a";color:#8d99a9;font-size:1.55rem;line-height:1}.site-footer__contact-list{gap:var(--space-12)}.site-footer__contact-list li{align-items:center;font-size:.98rem}.site-footer__contact-list li>span{width:1.5rem;display:inline-block;flex:0 0 1.5rem;font-size:1.2rem;text-align:center}.site-footer__safety{display:none}.site-footer__bottom{margin-top:0;padding-top:var(--space-24);gap:var(--space-20);border-top:0}.site-footer__socials{gap:var(--space-16)}.site-footer__socials a{width:3.4rem;height:3.4rem;font-size:1.35rem}.site-footer__payments{flex-wrap:wrap}.site-footer__payment{width:3.15rem;min-width:3.15rem;height:2.1rem}}@media(max-width:380px){.site-footer__container{padding-inline:var(--space-16)}.site-footer__socials,.site-footer__payments{gap:var(--space-8)}}.product-page-hero{position:relative;min-height:clamp(40rem,68vh,52rem);display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#fff,#f8fbfa 55%,#eef8f6)}.product-page-hero__container{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(3rem,7vw,8rem);align-items:center}.product-page-hero__media{position:relative;min-height:clamp(28rem,43vw,43rem);display:grid;place-items:center;border-radius:45% 55% 51% 49%/54% 44% 56% 46%;background:var(--color-soft-1)}.product-page-hero__media img{position:relative;z-index:1;width:min(92%,42rem);height:auto;filter:drop-shadow(0 1.5rem 1.8rem rgba(26,41,63,.2))}.product-page-hero__title{max-width:12ch;margin:var(--space-20) 0 0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(3rem,4.5vw,4.5rem);line-height:1.04}.product-page-hero__lead{max-width:42ch;margin:var(--space-24) 0 0;color:var(--color-text);font-size:1.12rem;line-height:1.7}.product-page-hero__status{width:fit-content;margin-top:var(--space-24);padding:.55rem .9rem;display:inline-flex;align-items:center;gap:var(--space-8);border-radius:var(--radius-pill);background:#edf8f6;color:#356c65;font-family:var(--font-heading-medium)}.product-page-hero__status span{width:.65rem;height:.65rem;border-radius:50%;background:#56c79b}.product-page-hero__button{width:fit-content;margin-top:var(--space-32);display:inline-flex;align-items:center;justify-content:center;gap:var(--space-12)}.product-page-hero__blob{position:absolute;pointer-events:none;background:var(--color-soft-2);animation:organic-float-a 8s ease-in-out infinite alternate}.product-page-hero__blob--left{width:24rem;height:20rem;left:-10rem;top:5rem;border-radius:58% 42% 63% 37%/48% 61% 39% 52%}.product-page-hero__blob--right{width:22rem;height:24rem;right:-9rem;bottom:-5rem;border-radius:42% 58% 37% 63%/61% 45% 55% 39%;background:var(--color-soft-3);animation-name:organic-float-c}@media(max-width:1070px){.product-page-hero__container{grid-template-columns:1fr}.product-page-hero__media{order:2}.product-page-hero__content{order:1}.product-page-hero__title,.product-page-hero__lead{max-width:none}}@media(max-width:760px){.product-page-hero{padding-top:var(--space-40)}.product-page-hero__container{gap:var(--space-40)}.product-page-hero__title{font-size:clamp(2.6rem,11vw,3.75rem)}.product-page-hero__lead{font-size:1rem}.product-page-hero__media{min-height:24rem;border-radius:2rem}.product-page-hero__button{width:100%}}.product-detail{position:relative;isolation:isolate;padding:clamp(4rem,6vw,7rem) 0 clamp(3.5rem,5vw,6rem);overflow:visible}@media(min-width:1071px){.product-detail{padding-top:clamp(2.5rem,3vw,3.5rem)}}.product-detail__container{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(28rem,.96fr);gap:clamp(3rem,5vw,6.5rem);align-items:center}.product-detail__gallery{position:relative;display:grid;gap:var(--space-24)}.product-detail__hero-image{position:relative;min-height:clamp(30rem,42vw,48rem);display:grid;place-items:center;overflow:hidden;border-radius:clamp(2rem,4vw,4.2rem);background:#f3f8f7cc}.product-detail__hero-image:before{content:"";position:absolute;top:7%;right:5%;bottom:11%;left:5%;border-radius:54% 46% 62% 38%/42% 55% 45% 58%;background:#dff1ee;animation:organic-float-b 8s ease-in-out infinite alternate}.product-detail__hero-image img{position:relative;z-index:1;width:min(92%,42rem);height:auto;object-fit:contain;filter:drop-shadow(0 1.6rem 1.8rem rgba(26,41,63,.2));transition:opacity .18s ease,transform .24s ease}.product-detail__hero-image img[data-gallery-mode=night]{width:100%;height:100%;object-fit:cover;filter:grayscale(1) brightness(.48) contrast(1.18)}.product-detail__gallery-arrow{position:absolute;z-index:3;top:50%;width:3rem;height:3rem;display:grid;place-items:center;padding:0;border:1px solid rgba(26,41,63,.12);border-radius:50%;background:#ffffffeb;color:var(--color-heading);font-size:2rem;line-height:1;box-shadow:0 .65rem 1.5rem #1a293f1f;cursor:pointer;transform:translateY(-50%);transition:transform var(--transition-fast),background-color var(--transition-fast)}.product-detail__gallery-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.06)}.product-detail__gallery-arrow--prev{left:var(--space-16)}.product-detail__gallery-arrow--next{right:var(--space-16)}.product-detail__thumb-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--space-16);align-items:start}.product-detail__thumb{border:0;background:transparent;padding:0;display:grid;gap:0;color:var(--color-heading);font-family:var(--font-heading-medium);font-size:.9rem;cursor:pointer}.product-detail__thumb img,.product-detail__thumb-placeholder{width:100%;aspect-ratio:1.12;display:grid;place-items:center;object-fit:cover;border:2px solid transparent;border-radius:.85rem;background:#edf1f4;color:#8391a3;overflow:hidden;transition:border-color var(--transition-fast),transform var(--transition-fast)}.product-detail__thumb:hover img,.product-detail__thumb:hover .product-detail__thumb-placeholder,.product-detail__thumb--active img,.product-detail__thumb--active .product-detail__thumb-placeholder{border-color:var(--color-border-dark);transform:translateY(-2px)}.product-detail__content{position:relative;z-index:3}.product-detail__rating{display:flex;align-items:center;gap:var(--space-12);color:#53647a;font-family:var(--font-heading-medium);font-size:1rem}.product-detail__rating span{color:var(--color-primary);letter-spacing:.18em}.product-detail__trustpilot{margin-left:.25rem;padding-left:.85rem;display:inline-flex;align-items:center;gap:.35rem;border-left:1px solid rgba(32,52,86,.14);color:var(--color-heading)}.product-detail__trustpilot svg{width:1.2rem;height:1.2rem;fill:#00b67a}.product-detail__trustpilot strong{font-family:var(--font-heading-medium);font-size:.86rem}.product-detail__title{max-width:14ch;margin:var(--space-12) 0 0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(3rem,4.1vw,4.7rem);line-height:1.02}.product-detail__price-row{margin-top:var(--space-20);display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-20)}.product-detail__price{margin:0;color:var(--color-primary);font-family:var(--font-heading);font-size:clamp(2rem,2.6vw,3rem);line-height:1}.product-detail__stock{margin:0;padding:.44rem .8rem;display:inline-flex;align-items:center;gap:var(--space-8);border-radius:var(--radius-pill);background:var(--color-soft-1);color:#356c65;font-family:var(--font-heading-medium);font-size:.92rem}.product-detail__stock span{width:.7rem;height:.7rem;border-radius:50%;background:#65c998}.product-detail__lead{max-width:48ch;margin:var(--space-20) 0 0;color:#526379;font-size:1.06rem;line-height:1.65}.product-detail__notice{max-width:42rem;margin:var(--space-20) 0 0;padding:.8rem 1rem;display:flex;align-items:center;gap:var(--space-12);border:1px solid rgba(32,52,86,.1);border-radius:.9rem;color:#526379;background:#ffffffc7;box-shadow:0 .45rem 1.2rem #1a293f0a}.product-detail__notice>span{width:1.7rem;height:1.7rem;display:inline-grid;place-items:center;flex:0 0 1.7rem;border:2px solid currentColor;border-radius:50%;font-family:var(--font-heading);font-size:.9rem}.product-detail__form{margin-top:2.75rem}.product-detail__options .product-option__card{border-width:1.5px;border-radius:1.05rem}.product-detail__actions{margin-top:var(--space-4)}.product-detail__trust{position:relative;z-index:2;margin-top:clamp(2rem,3vw,3.5rem);padding:1.35rem clamp(1rem,2.2vw,2rem);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border:1px solid rgba(32,52,86,.1);border-radius:1.65rem;background:linear-gradient(135deg,#fffffffa,#f7fbfaf5);box-shadow:0 1.1rem 3.2rem #1a293f12}.product-detail__trust-item{min-height:5.25rem;padding:0 clamp(1.25rem,2.8vw,2.5rem);display:grid;grid-template-columns:3.65rem minmax(0,1fr);align-items:center;gap:1.05rem;color:var(--color-heading)}.product-detail__trust-item+.product-detail__trust-item{border-left:1px solid rgba(32,52,86,.1)}.product-detail__trust-icon{width:3.65rem;height:3.65rem;display:inline-grid;place-items:center;border-radius:1.15rem;background:#eaf7f4;color:#197e72;border:1px solid rgba(25,126,114,.08)}.product-detail__trust-item:nth-child(2) .product-detail__trust-icon{background:#fff0ed;color:var(--color-primary);border-color:#ff675714}.product-detail__trust-item:nth-child(3) .product-detail__trust-icon{background:#eef6fa;color:#2178a0;border-color:#2178a014}.product-detail__trust-icon svg{width:2.2rem;height:2.2rem;fill:none;stroke:currentColor;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}.product-detail__trust-copy{min-width:0;display:grid;gap:.28rem}.product-detail__trust-copy strong{color:var(--color-heading);font-family:var(--font-heading-medium);font-size:clamp(.92rem,1.1vw,1.04rem);line-height:1.25}.product-detail__trust-copy small{color:#718095;font-size:clamp(.74rem,.82vw,.83rem);line-height:1.4}.product-detail__blob,.product-detail__heart,.product-detail__line{position:absolute;z-index:0;pointer-events:none}.product-detail__blob{background:var(--color-soft-1);border-radius:58% 42% 62% 38%/47% 58% 42% 53%;animation:organic-float-a 9s ease-in-out infinite alternate}.product-detail__blob--left{width:clamp(20rem,32vw,36rem);height:clamp(20rem,30vw,34rem);left:-10rem;top:4rem}.product-detail__blob--right{width:clamp(16rem,24vw,28rem);height:clamp(16rem,24vw,28rem);right:-11rem;top:19rem;background:var(--color-soft-3);animation-name:organic-float-c}.product-detail__heart{color:var(--color-primary);font-family:var(--font-heading);font-size:clamp(2.4rem,4vw,4rem);line-height:1;animation:heart-drift 5.5s ease-in-out infinite alternate}.product-detail__heart--left{left:max(1.4rem,9vw);bottom:8rem}.product-detail__heart--right{right:max(2rem,13vw);top:10rem}.product-detail__line{fill:none;stroke:#a8d8d2;stroke-width:2.5;stroke-dasharray:7 8;animation:dotted-drift 8s ease-in-out infinite alternate}.product-detail__line--top{width:clamp(12rem,18vw,20rem);left:44%;top:9rem}.product-detail__line--side{width:clamp(11rem,18vw,20rem);right:4rem;top:22rem;animation-delay:-2s}@media(max-width:1070px){.product-detail{padding-top:var(--space-48)}.product-detail__container{grid-template-columns:1fr;gap:var(--space-44)}.product-detail__gallery{gap:var(--space-18)}.product-detail__content{max-width:48rem;margin:0 auto}.product-detail__title{max-width:16ch}}@media(max-width:760px){.product-detail{padding:var(--space-48) 0 var(--space-40)}.product-detail__container{gap:var(--space-64)}.product-detail__gallery{gap:0;padding:var(--space-12);border:1px solid rgba(32,52,86,.1);border-radius:2rem;background:#fffffff0}.product-detail__hero-image{z-index:1;min-height:clamp(20rem,74vw,31rem);border-radius:1.45rem}.product-detail__hero-image img{width:min(90%,29rem)}.product-detail__gallery-arrow{width:2.65rem;height:2.65rem;font-size:1.75rem}.product-detail__thumb-row{position:relative;z-index:5;display:flex;gap:var(--space-12);overflow-x:auto;margin-top:var(--space-16);padding:var(--space-8);border:1px solid rgba(32,52,86,.08);border-radius:1.25rem;background:#f5f8f8;scroll-snap-type:x proximity;scroll-padding-inline:var(--space-8);scrollbar-width:none}.product-detail__thumb-row::-webkit-scrollbar{display:none}.product-detail__thumb{position:relative;z-index:6;flex:0 0 5.15rem;padding:var(--space-4);border-radius:1rem;background:#fff;scroll-snap-align:start;font-size:.82rem}.product-detail__rating{font-size:.98rem;flex-wrap:wrap}.product-detail__title{max-width:none;font-size:clamp(2.5rem,9vw,3.7rem)}.product-detail__price-row{gap:var(--space-12)}.product-detail__lead{max-width:none;font-size:1rem}.product-detail__notice{align-items:flex-start;padding:.9rem;font-size:.92rem}.product-detail__form{margin-top:var(--space-32);gap:var(--space-32)}.product-detail__options{gap:var(--space-16)}.product-detail__options .product-option__card{min-height:5.9rem}.product-form__options--bundle.product-detail__options .product-option__card{min-height:9.5rem}.product-detail__actions{gap:var(--space-16)}.product-detail__trust{width:calc(100% - var(--space-32));margin-top:var(--space-40);padding:var(--space-12);grid-template-columns:1fr;gap:var(--space-12);border-radius:1.5rem;box-shadow:none}.product-detail__trust-item{min-height:0;padding:var(--space-16);display:grid;grid-template-columns:3.35rem minmax(0,1fr);align-items:center;gap:var(--space-16);border:1px solid rgba(32,52,86,.08);border-radius:1.1rem;background:#fff;text-align:left}.product-detail__trust-item+.product-detail__trust-item{border-left:1px solid rgba(32,52,86,.08)}.product-detail__trust-icon{width:3.35rem;height:3.35rem;border-radius:1rem}.product-detail__trust-icon svg{width:2rem;height:2rem;stroke-width:2.3}.product-detail__trust-copy{gap:var(--space-4)}.product-detail__trust-copy strong{font-size:.98rem;line-height:1.2}.product-detail__trust-copy small{display:block;font-size:.8rem;line-height:1.4}.product-detail__line--top{right:1rem;left:auto;top:4rem}.product-detail__line--side{right:-3rem;top:43rem}.product-detail__heart--left{left:1.3rem;bottom:9rem}.product-detail__heart--right{right:4rem;top:4rem}}@media(min-width:87.5rem){.hero__title,.moment__title,.live-view__title,.how-it-works__title,.comfort__title,.product__title,.reviews__title,.expertise__title{font-size:4rem}}.drive-cta.section{position:relative;isolation:isolate;min-height:clamp(42rem,52vw,58rem);padding:0;overflow:hidden;background:var(--color-soft-1)}.drive-cta__media{position:absolute;top:0;right:0;bottom:0;left:0;min-height:100%;background-color:#dfe5eb;background-image:url(./kiddyview-family-drive.png);background-position:center;background-size:cover;background-repeat:no-repeat}.drive-cta__media:after{font-size:clamp(1.1rem,1.4vw,1.45rem)}.drive-cta__card{position:absolute;z-index:1;left:50%;bottom:clamp(3.5rem,7vw,7rem);width:min(calc(100% - 3rem),51rem);padding:clamp(3rem,4.5vw,5rem) clamp(2.5rem,5vw,5rem) clamp(2.5rem,4vw,4rem);overflow:hidden;transform:translate(-50%);border:1px solid rgba(255,255,255,.72);border-radius:clamp(2rem,3vw,3.5rem);background:#ffffffc2;box-shadow:0 1.5rem 3.5rem #1a293f33;-webkit-backdrop-filter:blur(.3rem);backdrop-filter:blur(.3rem)}.drive-cta__content{position:relative;z-index:2;text-align:center}.drive-cta__eyebrow{margin-inline:auto}.drive-cta__title{max-width:18ch;margin:var(--space-24) auto 0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(2.8rem,3.5vw,4rem);line-height:1.05}.drive-cta__title strong{color:var(--color-primary);font-size:.5em;vertical-align:.2em}.drive-cta__text{max-width:43ch;margin:var(--space-24) auto 0;color:var(--color-heading);font-size:clamp(1.04rem,1.25vw,1.22rem);line-height:1.65}.drive-cta__actions{margin-top:var(--space-32);display:grid;grid-template-columns:1fr 1fr;gap:var(--space-20)}.drive-cta__button{width:100%;min-width:0;min-height:3.5rem;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-12);white-space:nowrap}.drive-cta__line{position:absolute;z-index:0;max-width:none;fill:none;stroke:#9fd5cf;stroke-width:2.5;stroke-dasharray:7 8;pointer-events:none}.drive-cta__line--left{left:-1rem;top:2rem;width:15rem}.drive-cta__line--right{right:-2rem;top:3rem;width:17rem}.drive-cta__heart{position:absolute;z-index:1;top:2.6rem;right:5rem;color:var(--color-primary);font-family:var(--font-heading);font-size:3.5rem;line-height:1;pointer-events:none}.drive-cta__blob{position:absolute;z-index:0;right:-4rem;bottom:-5rem;width:14rem;height:15rem;border-radius:58% 42% 65% 35%/43% 62% 38% 57%;background:#dff2ed;pointer-events:none}@media(max-width:760px){.drive-cta.section{min-height:0;padding:var(--space-48) var(--container-gutter) var(--space-64)}.drive-cta__media{position:relative;inset:auto;min-height:clamp(35rem,125vw,48rem);border-radius:2.2rem}.drive-cta__card{position:relative;left:auto;bottom:auto;width:calc(100% - var(--space-32));margin:clamp(-18rem,-38vw,-12rem) auto 0;padding:var(--space-48) var(--space-24) var(--space-32);transform:none;border-radius:2.35rem}.drive-cta__title{max-width:12ch;font-size:clamp(2.45rem,9.5vw,3.55rem)}.drive-cta__text{margin-top:var(--space-24);font-size:1rem;line-height:1.6}.drive-cta__actions{grid-template-columns:1fr;gap:var(--space-16)}.drive-cta__button{min-height:3.5rem}.drive-cta__line--left{left:-3rem;top:1.5rem;width:13rem}.drive-cta__line--right{right:-4rem;top:3rem;width:14rem}.drive-cta__heart{top:2rem;right:2.3rem;font-size:3rem}.drive-cta__blob{right:-6rem;bottom:-6rem}}@media(max-width:420px){.drive-cta__card{width:calc(100% - var(--space-16));padding-inline:var(--space-20)}.drive-cta__eyebrow{font-size:.82rem}.drive-cta__button{font-size:.86rem}}.faq-page{overflow:clip}.faq-hero{position:relative;min-height:34rem;display:grid;place-items:center;padding-block:clamp(6rem,10vw,9rem);isolation:isolate}.faq-hero__container{position:relative;z-index:2;display:grid;justify-items:center;text-align:center}.faq-hero__eyebrow{gap:var(--space-8)}.faq-hero__eyebrow span{width:1.45rem;height:1.45rem;display:inline-grid;place-items:center;border-radius:50%;background:var(--color-primary);color:var(--color-white);font-size:.86rem}.faq-hero__title{max-width:13ch;margin:var(--space-24) 0 0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(3.3rem,6vw,6.2rem);line-height:.98;letter-spacing:-.025em}.faq-hero__title span{color:var(--color-primary)}.faq-hero__lead{max-width:49ch;margin:var(--space-24) 0 0;color:var(--color-text);font-size:clamp(1.05rem,1.4vw,1.25rem);line-height:1.7}.faq-categories{max-width:100%;margin-top:var(--space-40);display:flex;justify-content:center;flex-wrap:wrap;gap:var(--space-12)}.faq-categories__link{min-height:3.1rem;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.15rem;border:1px solid var(--color-border);border-radius:var(--radius-pill);background:#ffffffe0;box-shadow:0 .65rem 1.5rem #1a293f0f;color:var(--color-heading);font-family:var(--font-heading-medium);font-size:.94rem;white-space:nowrap;transition:border-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast)}.faq-categories__link:hover,.faq-categories__link:focus-visible{border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-2px)}.faq-hero__blob,.faq-hero__heart,.faq-hero__line{position:absolute;z-index:0;pointer-events:none}.faq-hero__blob{border-radius:52% 48% 63% 37%/42% 59% 41% 58%;animation:organic-float-b 9s ease-in-out infinite alternate}.faq-hero__blob--left{width:clamp(18rem,34vw,34rem);height:clamp(16rem,30vw,30rem);left:clamp(-15rem,-12vw,-6rem);bottom:-4rem;background:#e7f3f1}.faq-hero__blob--right{width:clamp(12rem,23vw,23rem);height:clamp(14rem,25vw,25rem);right:clamp(-10rem,-7vw,-4rem);top:1rem;background:#fef0ed;animation-delay:-3s}.faq-hero__heart{z-index:1;color:var(--color-primary);font-family:var(--font-heading);font-size:clamp(3rem,5vw,5.2rem);line-height:1}.faq-hero__heart--left{left:8%;top:21%}.faq-hero__heart--right{right:10%;bottom:18%;color:#9bd6cf}.faq-hero__line{z-index:1;fill:none;stroke:#9bd6cf;stroke-width:2.5;stroke-linecap:round;stroke-dasharray:8 10}.faq-hero__line--left{width:clamp(14rem,24vw,24rem);left:-2rem;bottom:3rem}.faq-hero__line--right{width:clamp(12rem,20vw,20rem);right:-1rem;top:5rem;stroke:#ff5e4d8c}.faq-content{position:relative;padding-top:var(--space-72);padding-bottom:clamp(6rem,10vw,10rem)}.faq-content__container{display:grid;grid-template-columns:minmax(16rem,20rem) minmax(0,1fr);gap:clamp(3rem,6vw,7rem);align-items:start}.faq-support-card{position:sticky;top:8rem;padding:var(--space-32);border-radius:2rem;background:var(--color-heading);box-shadow:0 1.5rem 3.5rem #1a293f29;color:var(--color-white);overflow:hidden}.faq-support-card:after{content:"";position:absolute;right:-5rem;bottom:-5rem;width:11rem;height:11rem;border-radius:44% 56% 62% 38%/51% 41% 59% 49%;background:#9ad6cf21}.faq-support-card__icon{position:relative;z-index:1;width:3.5rem;height:3.5rem;display:grid;place-items:center;border-radius:1.1rem;background:#ffffff1a;color:var(--color-primary);font-family:var(--font-heading);font-size:2rem}.faq-support-card__eyebrow{position:relative;z-index:1;margin:var(--space-24) 0 0;color:#9bd6cf;font-family:var(--font-heading-medium);font-size:.8rem;letter-spacing:.09em;text-transform:uppercase}.faq-support-card__title{position:relative;z-index:1;margin:var(--space-12) 0 0;color:var(--color-white);font-family:var(--font-heading);font-size:clamp(1.8rem,2.5vw,2.35rem);line-height:1.08}.faq-support-card__text{position:relative;z-index:1;margin:var(--space-20) 0 0;color:#ffffffbf;font-size:.96rem;line-height:1.65}.faq-support-card__button{position:relative;z-index:1;width:auto;min-height:3.35rem;margin-top:var(--space-32);display:inline-flex;align-items:center;justify-content:center}.faq-support-card__availability{position:relative;z-index:1;margin:var(--space-16) 0 0;display:flex;align-items:center;justify-content:flex-start;gap:var(--space-8);color:#ffffffb8;font-size:.78rem}.faq-support-card__availability span{width:.5rem;height:.5rem;border-radius:50%;background:#6bd0a6}.faq-groups{min-width:0;display:grid;gap:clamp(4rem,8vw,7rem)}.faq-group{scroll-margin-top:8rem}.faq-group__header{margin-bottom:var(--space-24);display:flex;align-items:center;gap:var(--space-16)}.faq-group__icon{width:3.6rem;height:3.6rem;flex:0 0 3.6rem;display:grid;place-items:center;border-radius:1.15rem;background:#fef0ed;color:var(--color-primary);font-family:var(--font-heading-medium);font-size:1.25rem}.faq-group__icon--blue{background:#eef7fb;color:#239bd0}.faq-group__icon--mint{background:#e7f3f1;color:#4fae9f}.faq-group__icon--coral{background:#fff0ed;color:var(--color-primary)}.faq-group__eyebrow{margin:0 0 var(--space-4);color:#68798d;font-family:var(--font-heading-medium);font-size:.78rem;letter-spacing:.09em;text-transform:uppercase}.faq-group__title{margin:0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(2rem,3vw,3rem);line-height:1.05}.faq-list{display:grid;gap:var(--space-12)}.faq-item{border:1px solid var(--color-border);border-radius:1.35rem;background:var(--color-white);box-shadow:0 .65rem 1.8rem #1a293f09;overflow:hidden;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.faq-item:hover,.faq-item--open{border-color:#ff5e4d59;box-shadow:0 .9rem 2.2rem #1a293f11}.faq-item__heading{margin:0}.faq-item__question{width:100%;min-height:5rem;display:flex;align-items:center;justify-content:space-between;gap:var(--space-24);padding:1.35rem 1.55rem;border:0;background:transparent;color:var(--color-heading);font-family:var(--font-heading-medium);font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.4;text-align:left;cursor:pointer}.faq-item__toggle{position:relative;width:2.15rem;height:2.15rem;flex:0 0 2.15rem;border-radius:50%;background:var(--color-soft-1)}.faq-item__toggle:before,.faq-item__toggle:after{content:"";position:absolute;left:50%;top:50%;width:.8rem;height:.13rem;border-radius:var(--radius-pill);background:var(--color-heading);transform:translate(-50%,-50%);transition:transform var(--transition-fast),background var(--transition-fast)}.faq-item__toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.faq-item--open .faq-item__toggle{background:var(--color-primary)}.faq-item--open .faq-item__toggle:before,.faq-item--open .faq-item__toggle:after{background:var(--color-white)}.faq-item--open .faq-item__toggle:after{transform:translate(-50%,-50%) rotate(0)}.faq-item__answer{padding:0 4.5rem 1.55rem 1.55rem}.faq-item__answer p{max-width:66ch;margin:0;color:#53657a;font-size:.98rem;line-height:1.75}.faq-cta{position:relative;padding-top:0;padding-bottom:clamp(5rem,9vw,9rem)}.faq-cta__card{position:relative;min-height:27rem;display:grid;place-items:center;padding:clamp(3rem,7vw,6rem);border-radius:clamp(2rem,4vw,4rem);background:var(--color-heading);overflow:hidden;isolation:isolate}.faq-cta__content{position:relative;z-index:2;display:grid;justify-items:center;text-align:center}.faq-cta__eyebrow{color:var(--color-heading);background:#fffffff0}.faq-cta__title{max-width:17ch;margin:var(--space-24) 0 0;color:var(--color-white);font-family:var(--font-heading);font-size:clamp(2.7rem,4.5vw,4.8rem);line-height:1.02}.faq-cta__text{margin:var(--space-20) 0 0;color:#ffffffbf;font-size:clamp(1rem,1.25vw,1.18rem)}.faq-cta__button{margin-top:var(--space-32);display:inline-flex;align-items:center;justify-content:center;gap:var(--space-8)}.faq-cta__blob,.faq-cta__line,.faq-cta__heart{position:absolute;pointer-events:none}.faq-cta__blob{z-index:0;width:clamp(22rem,43vw,43rem);height:clamp(18rem,35vw,35rem);right:-12rem;bottom:-15rem;border-radius:54% 46% 62% 38%/42% 57% 43% 58%;background:#9bd6cf21;animation:organic-float-b 10s ease-in-out infinite alternate}.faq-cta__line{z-index:1;width:clamp(16rem,27vw,27rem);left:-2rem;bottom:1rem;fill:none;stroke:#9bd6cf80;stroke-width:2.5;stroke-dasharray:8 10}.faq-cta__heart{z-index:1;right:8%;top:14%;color:var(--color-primary);font-family:var(--font-heading);font-size:5rem;line-height:1}@media(max-width:1000px){.faq-content__container{grid-template-columns:1fr;gap:var(--space-56)}.faq-support-card{position:relative;top:auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;column-gap:var(--space-24)}.faq-support-card__icon{grid-row:1 / 4}.faq-support-card__eyebrow,.faq-support-card__title,.faq-support-card__text{grid-column:2}.faq-support-card__eyebrow{margin-top:0}.faq-support-card__text{margin-top:var(--space-12)}.faq-support-card__button,.faq-support-card__availability{grid-column:3}.faq-support-card__button{grid-row:1 / 3;width:auto;min-width:11rem;margin-top:0}.faq-support-card__availability{grid-row:3;margin-top:var(--space-8)}}@media(max-width:760px){.faq-hero{min-height:0;padding-block:var(--space-64) var(--space-48)}.faq-hero__title{max-width:12ch;font-size:clamp(3rem,13vw,4.5rem)}.faq-hero__lead{max-width:32ch;font-size:1rem}.faq-categories{width:calc(100% + (var(--container-gutter) * 2));margin-left:calc(var(--container-gutter) * -1);justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x proximity;scroll-padding-inline:var(--container-gutter);padding:var(--space-8) var(--container-gutter) var(--space-20);scrollbar-width:none}.faq-categories::-webkit-scrollbar{display:none}.faq-categories__link{flex:0 0 auto;scroll-snap-align:start}.faq-hero__heart--left{left:-.5rem;top:11%}.faq-hero__heart--right{right:-.25rem;bottom:7%}.faq-hero__line--left{left:-8rem}.faq-hero__line--right{right:-8rem}.faq-content{padding-top:var(--space-48);padding-bottom:var(--space-72)}.faq-support-card{display:block;padding:var(--space-24)}.faq-support-card__eyebrow{margin-top:var(--space-20)}.faq-support-card__text{margin-top:var(--space-16)}.faq-support-card__button{width:100%;margin-top:var(--space-32)}.faq-support-card__availability{margin-top:var(--space-16)}.faq-groups{gap:var(--space-72)}.faq-group__header{align-items:flex-start}.faq-group__icon{width:3.2rem;height:3.2rem;flex-basis:3.2rem}.faq-group__title{font-size:clamp(2rem,9vw,2.8rem)}.faq-item__question{min-height:4.6rem;gap:var(--space-16);padding:1.2rem;font-size:1rem}.faq-item__toggle{width:2rem;height:2rem;flex-basis:2rem}.faq-item__answer{padding:0 1.2rem 1.3rem}.faq-item__answer p{font-size:.94rem;line-height:1.7}.faq-cta{padding-bottom:var(--space-64)}.faq-cta__card{min-height:30rem;width:calc(100% - (var(--container-gutter) * 2));padding:var(--space-48) var(--space-24);border-radius:2rem}.faq-cta__title{font-size:clamp(2.65rem,11vw,3.8rem)}.faq-cta__button{width:100%}.faq-cta__heart{right:1rem;top:1.5rem;font-size:3.6rem}}@media(prefers-reduced-motion:reduce){.faq-hero__blob,.faq-cta__blob{animation:none}}.how-page{overflow:clip}.how-icons{position:absolute;width:0;height:0;overflow:hidden}.how-icons symbol{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.how-hero{position:relative;padding-block:clamp(5rem,8vw,8.5rem);isolation:isolate}.how-hero__container{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.92fr) minmax(24rem,1.08fr);gap:clamp(3rem,7vw,7rem);align-items:center}.how-hero__content{min-width:0}.how-hero__eyebrow{gap:var(--space-8)}.how-hero__eyebrow span{color:var(--color-primary)}.how-hero__title{max-width:11ch;margin:var(--space-24) 0 0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(3.5rem,5.7vw,6.3rem);line-height:.96;letter-spacing:-.025em}.how-hero__title span{color:var(--color-primary)}.how-hero__lead{max-width:43ch;margin:var(--space-24) 0 0;color:var(--color-text);font-size:clamp(1.05rem,1.35vw,1.25rem);line-height:1.7}.how-hero__actions{margin-top:var(--space-32);display:flex;flex-wrap:wrap;gap:var(--space-16)}.how-hero__button{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-8)}.how-hero__visual{position:relative;min-height:clamp(30rem,42vw,44rem);display:grid;place-items:center}.how-hero__visual-blob{position:absolute;top:4%;right:3%;bottom:1%;left:3%;border-radius:48% 52% 57% 43%/43% 51% 49% 57%;background:#e0f0ed;animation:organic-float-b 9s ease-in-out infinite alternate}.how-hero__visual img{position:relative;z-index:1;width:min(96%,44rem);height:auto;object-fit:contain;filter:drop-shadow(0 1.5rem 2rem rgba(26,41,63,.2))}.how-hero__badge{position:absolute;z-index:2;display:flex;align-items:center;gap:var(--space-12);border:1px solid rgba(26,41,63,.08);background:#fffffff0;box-shadow:0 .9rem 2.2rem #1a293f1c;color:var(--color-heading);font-family:var(--font-heading-medium)}.how-hero__badge--top{top:7%;right:1%;padding:.85rem 1rem;border-radius:1.2rem}.how-hero__badge--top strong{width:2.6rem;height:2.6rem;display:grid;place-items:center;border-radius:.85rem;background:var(--color-primary);color:var(--color-white);font-size:1.25rem}.how-hero__badge--top span{font-size:.82rem;line-height:1.2}.how-hero__badge--bottom{left:1%;bottom:9%;padding:.85rem 1.1rem;border-radius:var(--radius-pill)}.how-hero__badge--bottom span{color:#6bd0a6}.how-hero__blob,.how-hero__line,.how-hero__heart{position:absolute;z-index:0;pointer-events:none}.how-hero__blob{border-radius:54% 46% 63% 37%/44% 58% 42% 56%;animation:organic-float-b 10s ease-in-out infinite alternate}.how-hero__blob--left{width:25rem;height:22rem;left:-14rem;bottom:-5rem;background:#fef0ed}.how-hero__blob--right{width:19rem;height:21rem;right:-11rem;top:3rem;background:#eef7fb;animation-delay:-4s}.how-hero__line{width:clamp(16rem,26vw,26rem);left:-2rem;bottom:1rem;fill:none;stroke:#9bd6cf;stroke-width:2.5;stroke-dasharray:8 10}.how-hero__heart{left:5%;top:18%;color:var(--color-primary);font-family:var(--font-heading);font-size:clamp(3.5rem,5vw,5.5rem);line-height:1}.process{position:relative;padding-top:clamp(5rem,8vw,8rem);padding-bottom:clamp(7rem,12vw,12rem)}.process__container{display:grid;grid-template-columns:minmax(14rem,18rem) minmax(0,1fr);gap:clamp(3rem,6vw,6.5rem);align-items:start}.process__aside{position:sticky;top:8rem;padding:var(--space-24);border:1px solid var(--color-border);border-radius:2rem;background:#ffffffed;box-shadow:0 1.1rem 2.8rem #1a293f12;-webkit-backdrop-filter:blur(.4rem);backdrop-filter:blur(.4rem)}.process__eyebrow{margin:0;color:var(--color-primary);font-family:var(--font-heading-medium);font-size:.78rem;letter-spacing:.09em;text-transform:uppercase}.process__title{margin:var(--space-12) 0 0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(2rem,2.8vw,2.8rem);line-height:1.04}.process__text{margin:var(--space-16) 0 0;color:#627389;font-size:.9rem;line-height:1.6}.process__summary{margin-top:var(--space-20);display:grid;gap:.55rem}.process__summary span{display:flex;align-items:center;gap:.65rem;color:var(--color-heading);font-family:var(--font-heading-medium);font-size:.78rem}.process__summary strong{width:1.65rem;height:1.65rem;display:grid;place-items:center;border-radius:50%;background:var(--color-soft-1);color:var(--color-primary);font-size:.7rem}.process__progress{margin-top:var(--space-24)}.process__progress-row{display:flex;justify-content:space-between;gap:var(--space-12);color:var(--color-heading);font-family:var(--font-heading-medium);font-size:.78rem}.process__progress-row strong{color:var(--color-primary)}.process__progress-track{height:.45rem;margin-top:var(--space-8);border-radius:var(--radius-pill);background:#eaf0f3;overflow:hidden}.process__progress-track span{display:block;width:14%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--color-primary),#ff8a72);transition:width .35s ease}.process__nav{margin-top:var(--space-24);display:grid;gap:var(--space-4)}.process__nav-link{min-height:2.45rem;display:flex;align-items:center;gap:var(--space-12);padding:.45rem .55rem;border-radius:.75rem;color:#68798d;font-family:var(--font-heading-medium);font-size:.78rem;transition:color var(--transition-fast),background-color var(--transition-fast),transform var(--transition-fast)}.process__nav-link span{color:#9aabbc;font-size:.7rem}.process__nav-link:hover,.process__nav-link:focus-visible,.process__nav-link--active{background:var(--color-soft-1);color:var(--color-heading);transform:translate(.2rem)}.process__nav-link--active span{color:var(--color-primary)}@media(min-width:1121px){.process__aside{padding:1.25rem}.process__title{margin-top:.55rem;font-size:2.1rem}.process__text{margin-top:.75rem;line-height:1.5}.process__summary{margin-top:.85rem;gap:.35rem}.process__progress,.process__nav{margin-top:1rem}.process__nav{gap:0}.process__nav-link{min-height:2.1rem;padding-block:.3rem}}.setup-timeline{position:relative;min-width:0;margin:0;padding:0;display:grid;gap:clamp(4rem,8vw,8rem);list-style:none}.setup-timeline:before{content:"";position:absolute;left:1.75rem;top:1.75rem;bottom:1.75rem;width:.16rem;border-radius:var(--radius-pill);background:linear-gradient(to bottom,#ff7865,#9bd6cf 35%,#b7d8e8 68%,#ff7865);opacity:.6}.setup-timeline__item{position:relative;min-width:0;padding-left:5rem;scroll-margin-top:8rem}.setup-timeline__node{position:absolute;z-index:3;left:0;top:2rem;width:3.65rem;height:3.65rem;display:grid;place-items:center;border:.4rem solid var(--color-white);border-radius:50%;background:#dfe7ec;box-shadow:0 .6rem 1.4rem #1a293f21;color:#63758a;font-family:var(--font-heading);font-size:1rem;transition:background-color .26s ease,color .26s ease,transform .26s ease}.setup-timeline__item--active .setup-timeline__node{background:var(--color-primary);color:var(--color-white);transform:scale(1.08)}.setup-step{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) clamp(13rem,22vw,18rem);gap:clamp(1.5rem,3vw,3rem);align-items:start;padding:clamp(1.5rem,3vw,2.5rem);border:1px solid rgba(26,41,63,.07);border-radius:clamp(2rem,3vw,3rem);background:var(--color-white);box-shadow:0 1.2rem 3rem #1a293f13;overflow:hidden;opacity:.62;transform:translateY(1.5rem) scale(.985);transition:opacity .38s ease,transform .38s ease,box-shadow .38s ease}.setup-timeline__item--active .setup-step{opacity:1;transform:translateY(0) scale(1);box-shadow:0 1.7rem 4rem #1a293f1f}.setup-step__content{position:relative;z-index:1;padding:clamp(.5rem,1.5vw,1.25rem);align-self:start}.setup-step__icon{width:4rem;height:4rem;display:grid;place-items:center;border-radius:1.25rem;background:var(--color-white);box-shadow:0 .7rem 1.7rem #1a293f14;color:var(--color-primary)}.setup-step__icon svg{width:2rem;height:2rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.setup-step__eyebrow{margin:var(--space-24) 0 0;color:var(--color-primary);font-family:var(--font-heading-medium);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.setup-step__title{max-width:20ch;margin:var(--space-12) 0 0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(1.85rem,2.35vw,2.75rem);line-height:1.08}.setup-step__text{max-width:54ch;margin:var(--space-20) 0 0;color:#506176;font-size:clamp(.98rem,1.12vw,1.08rem);line-height:1.7}.setup-step__list{margin:var(--space-20) 0 0;padding:0;display:grid;gap:var(--space-8);list-style:none}.setup-step__list li{position:relative;padding-left:1.45rem;color:var(--color-heading);font-size:.89rem;line-height:1.55}.setup-step__list li:before{content:"\2713";position:absolute;left:0;top:0;color:var(--color-primary);font-family:var(--font-heading-medium)}.setup-step__tip{max-width:57ch;margin:var(--space-24) 0 0;display:flex;align-items:center;gap:var(--space-8);padding:.8rem .95rem;border-radius:1rem;background:#ffffffc7;color:#5d6f84;font-size:.78rem;line-height:1.4}.setup-step__tip>span{min-width:1.7rem;height:1.7rem;display:inline-grid;place-items:center;border-radius:50%;background:var(--color-heading);color:var(--color-white);font-family:var(--font-heading-medium);font-size:.66rem}.setup-step__tip strong{color:var(--color-heading);font-family:var(--font-heading-medium);white-space:nowrap}.setup-step__tip--stacked>.setup-step__tip-copy{width:auto;min-width:0;height:auto;display:block;border-radius:0;background:transparent;color:inherit;font-family:inherit;font-size:inherit;text-align:left}.setup-step__tip--stacked strong{display:block;margin-bottom:.15rem;text-align:left}.setup-step__link{margin-top:var(--space-24);display:inline-flex;align-items:center;gap:var(--space-8);color:var(--color-primary);font-family:var(--font-heading-medium);font-size:.95rem}.setup-step__button{width:auto;min-height:3.4rem;margin-top:var(--space-24);padding-inline:1.35rem;gap:.55rem}.setup-step__media{position:relative;width:100%;aspect-ratio:1;align-self:start;margin:0;border-radius:clamp(1.25rem,2vw,2rem);background:#ffffffad;overflow:hidden}.setup-step__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(255,255,255,.08),transparent 35%);pointer-events:none}.setup-step__media img{width:100%;height:100%;display:block;object-fit:cover}.setup-step__media--contain{display:grid;place-items:center;padding:clamp(1rem,2vw,2rem)}.setup-step__media--contain img{height:auto;max-height:100%;object-fit:contain;filter:drop-shadow(0 1.2rem 1.6rem rgba(26,41,63,.18))}.setup-step--mint{background:linear-gradient(135deg,#f7fbfa,#e8f4f1)}.setup-step--coral{background:linear-gradient(135deg,snow,#fef0ed)}.setup-step--blue{background:linear-gradient(135deg,#fbfdfe,#edf6fa)}.setup-step--yellow{background:linear-gradient(135deg,#fffdf8,#fbf5e8)}.setup-step--final{background:var(--color-heading)}.setup-step--final .setup-step__title,.setup-step--final .setup-step__list li,.setup-step--final .setup-step__tip strong{color:var(--color-white)}.setup-step--final .setup-step__text,.setup-step--final .setup-step__tip{color:#ffffffbd}.setup-step--final .setup-step__list li:before,.setup-step--final .setup-step__eyebrow{color:#9bd6cf}.setup-step--final .setup-step__tip{background:#ffffff14}.setup-step--final .setup-step__tip>span{background:var(--color-primary)}.how-finish{padding-top:0;padding-bottom:clamp(5rem,9vw,9rem)}.how-finish__card{position:relative;min-height:31rem;display:grid;place-items:center;padding:clamp(3rem,7vw,6rem);border-radius:clamp(2rem,4vw,4rem);background:var(--color-heading);overflow:hidden;isolation:isolate}.how-finish__content{position:relative;z-index:2;display:grid;justify-items:center;text-align:center}.how-finish__eyebrow{color:var(--color-heading);background:#fffffff0}.how-finish__title{max-width:17ch;margin:var(--space-24) 0 0;color:var(--color-white);font-family:var(--font-heading);font-size:clamp(2.9rem,4.8vw,5rem);line-height:1.02}.how-finish__text{margin:var(--space-20) 0 0;color:#ffffffbf;font-size:clamp(1rem,1.25vw,1.18rem)}.how-finish__actions{margin-top:var(--space-32);display:flex;justify-content:center;flex-wrap:wrap;gap:var(--space-16)}.how-finish__button{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-8)}.how-finish__actions .button--outline{border-color:#fffc;background:transparent;color:var(--color-white)}.how-finish__blob,.how-finish__line,.how-finish__heart{position:absolute;pointer-events:none}.how-finish__blob{z-index:0;width:clamp(22rem,43vw,43rem);height:clamp(18rem,35vw,35rem);right:-12rem;bottom:-15rem;border-radius:54% 46% 62% 38%/42% 57% 43% 58%;background:#9bd6cf21;animation:organic-float-b 10s ease-in-out infinite alternate}.how-finish__line{z-index:1;width:clamp(16rem,27vw,27rem);left:-2rem;bottom:1rem;fill:none;stroke:#9bd6cf80;stroke-width:2.5;stroke-dasharray:8 10}.how-finish__heart{z-index:1;right:8%;top:14%;color:var(--color-primary);font-family:var(--font-heading);font-size:5rem;line-height:1}@media(max-width:1120px){.how-hero__heart{left:auto;right:4%;top:16%}.how-hero__container{grid-template-columns:1fr}.how-hero__content{max-width:44rem}.how-hero__title{max-width:12ch}.how-hero__visual{min-height:clamp(27rem,67vw,42rem)}.process__container{grid-template-columns:minmax(0,1fr)}.process__aside{position:relative;top:auto}.process__nav{width:calc(100% + var(--space-16));margin-right:calc(var(--space-16) * -1);grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:max-content;gap:var(--space-8);overflow-x:auto;scroll-snap-type:x proximity;padding:var(--space-4) var(--space-16) var(--space-12) 0;scrollbar-width:none}.process__nav::-webkit-scrollbar{display:none}.process__nav-link{min-height:2.8rem;padding-inline:.85rem;border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-white);scroll-snap-align:start}.process__nav-link:hover,.process__nav-link:focus-visible,.process__nav-link--active{transform:none}}@media(max-width:820px){.setup-step{width:100%;min-width:0;grid-template-columns:minmax(0,1fr)}.setup-step__content,.setup-step__media{min-width:0}.setup-step__media{min-height:0;aspect-ratio:1}.setup-step__media--contain img{max-height:26rem}}@media(max-width:760px){.how-hero{padding-block:var(--space-56) var(--space-72)}.how-hero__container{gap:var(--space-40)}.how-hero__title{max-width:11ch;font-size:clamp(3.15rem,13vw,4.7rem)}.how-hero__lead{font-size:1rem}.how-hero__actions{display:grid}.how-hero__button{width:100%}.how-hero__visual{min-height:24rem}.how-hero__badge--top{top:0;right:-.5rem}.how-hero__badge--bottom{left:-.5rem;bottom:3%}.how-hero__heart{left:-1rem;top:7%}.process{padding-top:var(--space-48);padding-bottom:var(--space-72)}.process__container{gap:var(--space-48)}.process__aside{padding:var(--space-24)}.process__title{font-size:2.4rem}.setup-timeline{gap:var(--space-56)}.setup-timeline:before{left:1.18rem;top:1.3rem;bottom:1.3rem}.setup-timeline__item{padding-left:3.3rem;scroll-margin-top:7rem}.setup-timeline__node{left:0;top:1.25rem;width:2.5rem;height:2.5rem;border-width:.28rem;font-size:.8rem}.setup-step{min-height:0;border-radius:2rem}.setup-step__content{padding:0}.setup-step__icon{width:3.5rem;height:3.5rem}.setup-step__icon svg{width:1.8rem;height:1.8rem}.setup-step__title{font-size:clamp(2.15rem,9.5vw,3rem)}.setup-step__text{font-size:.96rem}.setup-step__list li{font-size:.85rem}.setup-step__tip{align-items:flex-start;flex-wrap:wrap}.setup-step__tip strong{white-space:normal}.setup-step__media{min-height:0;aspect-ratio:1}.how-finish{padding-bottom:var(--space-64)}.how-finish__card{min-height:34rem;width:calc(100% - (var(--container-gutter) * 2));padding:var(--space-48) var(--space-24);border-radius:2rem}.how-finish__title{font-size:clamp(2.65rem,11vw,3.8rem)}.how-finish__actions{width:100%;display:grid}.how-finish__button{width:100%}.how-finish__heart{right:1rem;top:1.5rem;font-size:3.6rem}}@media(prefers-reduced-motion:reduce){.how-hero__blob,.how-hero__visual-blob,.how-finish__blob{animation:none}.setup-step,.setup-timeline__node,.process__progress-track span{transition:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.support-chat{position:fixed;z-index:95;right:clamp(1rem,2.2vw,1.75rem);bottom:clamp(1rem,2.2vw,1.75rem);font-family:var(--font-body)}.support-chat__panel{position:absolute;right:0;bottom:4.9rem;width:min(23rem,calc(100vw - 2rem));overflow:hidden;border:1px solid rgba(26,41,63,.12);border-radius:1.45rem;background:#fff;box-shadow:0 1.25rem 3.5rem #0f263e38;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(1rem) scale(.96);transform-origin:right bottom;transition:opacity .2s ease,transform .24s cubic-bezier(.2,.8,.2,1),visibility .2s}.support-chat--open .support-chat__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.support-chat__header{min-height:5.3rem;padding:1rem;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;background:linear-gradient(135deg,#0d2942,#173a5a);color:#fff}.support-chat__avatar{width:3.15rem;height:3.15rem;padding:.35rem;display:grid;place-items:center;border:2px solid rgba(255,255,255,.9);border-radius:50%;background:#fff}.support-chat__avatar img{width:100%;height:100%;display:block;object-fit:contain}.support-chat__heading{min-width:0;display:grid;gap:.22rem}.support-chat__heading strong{font-family:var(--font-heading-medium);font-size:1.02rem;line-height:1.15}.support-chat__heading>span{display:flex;align-items:center;gap:.4rem;color:#ffffffc2;font-size:.72rem}.support-chat__heading i{width:.5rem;height:.5rem;flex:0 0 .5rem;border-radius:50%;background:#ffb35c}.support-chat__close{width:2.4rem;height:2.4rem;padding:0;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:#fff;cursor:pointer;transition:background-color var(--transition-fast)}.support-chat__close:hover,.support-chat__close:focus-visible{background:#ffffff1f}.support-chat__close svg{width:1.35rem;height:1.35rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.support-chat__body{height:18rem;padding:1.1rem;display:flex;flex-direction:column;gap:.85rem;overflow-y:auto;overscroll-behavior:contain;background:#f7f9fa}.support-chat__bubble{max-width:88%;padding:.8rem .95rem;border-radius:1rem;color:#465873;font-size:.86rem;line-height:1.5}.support-chat__bubble--support{align-self:flex-start;border-bottom-left-radius:.3rem;background:#eaf4f2}.support-chat__bubble--support>span{margin-top:.35rem;display:block;color:#8b98a9;font-size:.66rem;text-align:right}.support-chat__bubble--user{align-self:flex-end;border-bottom-right-radius:.3rem;background:var(--color-primary);color:#fff}.support-chat__mail-link{width:fit-content;margin-top:.65rem;padding:.55rem .75rem;display:block;border-radius:var(--radius-pill);background:#fff;color:#147c70;font-family:var(--font-heading-medium);font-size:.74rem}.support-chat__quick-links{display:flex;flex-wrap:wrap;gap:.5rem}.support-chat__quick-links a{padding:.52rem .72rem;border:1px solid #cfdcda;border-radius:var(--radius-pill);background:#fff;color:var(--color-heading);font-family:var(--font-heading-medium);font-size:.72rem}.support-chat__composer{padding:.85rem;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.6rem;border-top:1px solid rgba(26,41,63,.08);background:#fff}.support-chat__input{width:100%;min-height:3rem;max-height:6rem;padding:.82rem 1rem;resize:none;overflow-y:auto;border:1px solid #d5dde3;border-radius:1.25rem;background:#f8fafb;color:var(--color-heading);font:inherit;font-size:.86rem;line-height:1.4;outline:0}.support-chat__input:focus{border-color:#71bdb3;box-shadow:0 0 0 3px #71bdb324}.support-chat__send{width:3rem;height:3rem;padding:0;display:grid;place-items:center;border:0;border-radius:50%;background:var(--color-primary);color:#fff;cursor:pointer;transition:transform var(--transition-fast),background-color var(--transition-fast)}.support-chat__send:hover,.support-chat__send:focus-visible{transform:translateY(-2px);background:#ef5749}.support-chat__send svg{width:1.35rem;height:1.35rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.support-chat__launcher{position:relative;width:4.15rem;height:4.15rem;padding:0;display:grid;place-items:center;border:3px solid #fff;border-radius:50%;background:var(--color-primary);color:#fff;cursor:pointer;box-shadow:0 .85rem 2.2rem #1a293f38;transition:transform var(--transition-fast),background-color var(--transition-fast)}.support-chat__launcher:hover,.support-chat__launcher:focus-visible{transform:translateY(-3px);background:#ef5749}.support-chat__launcher-icon{position:absolute;width:1.85rem;height:1.85rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:opacity .18s ease,transform .22s ease}.support-chat__launcher-icon--close{opacity:0;transform:rotate(-80deg) scale(.7)}.support-chat--open .support-chat__launcher-icon--chat{opacity:0;transform:rotate(80deg) scale(.7)}.support-chat--open .support-chat__launcher-icon--close{opacity:1;transform:rotate(0) scale(1)}.support-chat__status-dot{position:absolute;right:-.05rem;bottom:.15rem;width:.85rem;height:.85rem;border:2px solid #fff;border-radius:50%;background:#ffb35c}@media(max-width:520px){.support-chat{right:.8rem;bottom:.8rem}.support-chat__panel{width:calc(100vw - 1.6rem);bottom:4.65rem}.support-chat__body{height:min(18rem,38vh)}.support-chat__launcher{width:3.9rem;height:3.9rem}}@media(prefers-reduced-motion:reduce){.support-chat__panel,.support-chat__launcher,.support-chat__launcher-icon{transition:none}}.contact-page{overflow:hidden;background:#fff}.contact-hero{position:relative;min-height:36rem;padding:clamp(6rem,10vw,9rem) var(--container-gutter);display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#f0f9f7,#fff 52%,#fff3f0)}.contact-hero__container{position:relative;z-index:2;max-width:64rem;text-align:center}.contact-hero__eyebrow{width:fit-content;margin:0 auto var(--space-24);padding:.65rem 1rem;display:flex;align-items:center;gap:.55rem;border-radius:var(--radius-pill);background:#ffffffe6;color:var(--color-heading);font-family:var(--font-heading-medium);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 .8rem 2.2rem #1a293f12}.contact-hero__eyebrow span{color:var(--color-primary);font-size:1.35rem;line-height:1}.contact-hero__title{max-width:12ch;margin:0 auto;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(3.6rem,7.5vw,7rem);line-height:.98}.contact-hero__title strong{color:var(--color-primary);font:inherit}.contact-hero__lead{max-width:42rem;margin:var(--space-28, 1.75rem) auto 0;color:#526379;font-size:clamp(1.05rem,1.5vw,1.28rem);line-height:1.65}.contact-hero__availability{width:fit-content;margin:var(--space-28, 1.75rem) auto 0;padding:.7rem 1rem;display:flex;align-items:center;gap:.55rem;border:1px solid #c8e7e1;border-radius:var(--radius-pill);background:#ffffffc2;color:#42645f;font-family:var(--font-heading-medium);font-size:.88rem}.contact-hero__availability span{width:.65rem;height:.65rem;border-radius:50%;background:#6bcba7}.contact-hero__blob{position:absolute;z-index:0;border-radius:45% 55% 62% 38%/48% 39% 61% 52%;pointer-events:none;animation:blob-drift 12s ease-in-out infinite alternate}.contact-hero__blob--mint{left:-8rem;bottom:-9rem;width:29rem;height:29rem;background:#abe0d861}.contact-hero__blob--coral{top:-7rem;right:-6rem;width:24rem;height:24rem;background:#ff675721;animation-delay:-3s}.contact-hero__line{position:absolute;z-index:1;right:6%;bottom:12%;width:18rem;fill:none;stroke:#5bb5a961;stroke-width:2.2;stroke-dasharray:7 8;animation:dotted-drift 8s ease-in-out infinite alternate}.contact-main{padding-block:clamp(4.5rem,8vw,8rem)}.contact-main__container{display:grid;grid-template-columns:minmax(0,.85fr) minmax(30rem,1.15fr);align-items:start;gap:clamp(3rem,7vw,7rem)}.contact-main__eyebrow,.contact-form-card__eyebrow,.contact-help__eyebrow{margin:0 0 var(--space-16);color:#299d8f;font-family:var(--font-heading-medium);font-size:.78rem;letter-spacing:.13em;text-transform:uppercase}.contact-main__title,.contact-form-card__title,.contact-help__title{margin:0;color:var(--color-heading);font-family:var(--font-heading);line-height:1.05}.contact-main__title{max-width:15ch;font-size:clamp(2.4rem,4vw,4rem)}.contact-main__lead{max-width:36rem;margin:var(--space-20) 0 0;color:#596a80;font-size:1.02rem;line-height:1.7}.contact-cards{margin-top:var(--space-32);display:grid;gap:var(--space-16)}.contact-card{padding:1.25rem;display:grid;grid-template-columns:4rem minmax(0,1fr);align-items:center;gap:var(--space-16);border:1px solid rgba(26,41,63,.1);border-radius:1.25rem;background:#fff}.contact-card__icon{width:4rem;height:4rem;display:grid;place-items:center;border-radius:1.15rem;background:#eaf7f4;color:#147c70}.contact-card__icon--coral{background:#fff0ed;color:var(--color-primary)}.contact-card__icon--blue{background:#eef6fa;color:var(--color-heading)}.contact-card__icon svg{width:2.1rem;height:2.1rem;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.contact-card__title{margin:0;color:var(--color-heading);font-family:var(--font-heading-medium);font-size:1.12rem}.contact-card__text{margin:.35rem 0 0;color:#5a6b81;font-size:.9rem;font-style:normal;line-height:1.55}.contact-card__text strong{color:var(--color-heading);font-family:var(--font-heading-medium)}.contact-card__link{margin-top:.45rem;display:inline-block;color:#147c70;font-family:var(--font-heading-medium);font-size:.9rem;text-decoration:underline;text-underline-offset:.18em}.contact-main__tip{margin-top:var(--space-24);padding:1.1rem;display:grid;grid-template-columns:auto 1fr;align-items:start;gap:var(--space-12);border-radius:1rem;background:#f4f8f8}.contact-main__tip svg{width:2rem;height:2rem;fill:none;stroke:#299d8f;stroke-width:2.2;stroke-linecap:round}.contact-main__tip p{margin:0;color:#5a6b81;font-size:.86rem;line-height:1.55}.contact-main__tip strong{color:var(--color-heading);font-family:var(--font-heading-medium)}.contact-form-card{position:relative;overflow:hidden;padding:clamp(2rem,4.5vw,3.5rem);border:1px solid rgba(26,41,63,.08);border-radius:2.2rem;background:#fff;box-shadow:0 1.2rem 4rem #1a293f17}.contact-form-card__heart{position:absolute;right:1.5rem;top:1.5rem;width:4rem;height:4rem;color:#ff675733}.contact-form-card__heart svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.contact-form-card__title{position:relative;max-width:12ch;font-size:clamp(2.2rem,3.5vw,3.4rem)}.contact-form-card__lead{max-width:35rem;margin:var(--space-16) 0 0;color:#5a6b81;font-size:.95rem;line-height:1.65}.contact-form{margin-top:var(--space-28, 1.75rem)}.contact-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-18, 1.125rem)}.contact-form__field{display:grid;gap:var(--space-8)}.contact-form__field--wide{grid-column:1 / -1}.contact-form__field>span{color:var(--color-heading);font-family:var(--font-heading-medium);font-size:.86rem}.contact-form__field small{color:#8995a5;font-family:var(--font-body)}.contact-form input,.contact-form select,.contact-form textarea{width:100%;min-height:3.45rem;padding:.82rem 1rem;border:1px solid #d2dbe2;border-radius:.9rem;background:#fbfcfd;color:var(--color-heading);font:inherit;outline:0}.contact-form textarea{min-height:9rem;resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#65b7ac;box-shadow:0 0 0 3px #65b7ac24}.contact-form__submit{width:100%;min-height:4.35rem;margin-top:var(--space-24);padding:.55rem .65rem;display:grid;grid-template-columns:2.9rem minmax(0,1fr) 2.9rem;align-items:center;gap:.75rem;border:1px solid rgba(215,61,47,.14);border-radius:1.2rem;background:linear-gradient(135deg,#ff7868,#ff604f);box-shadow:0 .9rem 2rem #ff604f3d;font-size:1rem;overflow:hidden}.contact-form__submit:before{content:"";width:2.9rem;height:2.9rem}.contact-form__submit:hover,.contact-form__submit:focus-visible{box-shadow:0 1.1rem 2.4rem #ff604f57}.contact-form__submit-text{justify-self:center;font-family:var(--font-heading-medium)}.contact-form__submit-icon{width:2.9rem;height:2.9rem;display:grid;place-items:center;justify-self:end;border:1px solid rgba(255,255,255,.28);border-radius:.9rem;background:#ffffff29;transition:transform var(--transition-fast),background-color var(--transition-fast)}.contact-form__submit:hover .contact-form__submit-icon,.contact-form__submit:focus-visible .contact-form__submit-icon{transform:translate(.12rem) rotate(-3deg);background:#ffffff3d}.contact-form__submit-icon svg{width:1.55rem;height:1.55rem;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.contact-form__privacy,.contact-form__status{margin:var(--space-16) 0 0;color:#7c899a;font-size:.76rem;line-height:1.55;text-align:center}.contact-form__privacy a{color:#147c70;text-decoration:underline;text-underline-offset:.15em}.contact-form__status{padding:.8rem;border-radius:.75rem;background:#eaf7f4;color:#176f65}.contact-help{padding-block:clamp(4rem,7vw,6.5rem);background:#f3f8f7}.contact-help__container{display:grid;grid-template-columns:.7fr 1.3fr;align-items:center;gap:clamp(2rem,6vw,6rem)}.contact-help__title{font-size:clamp(2.5rem,4vw,4rem)}.contact-help__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-16)}.contact-help__links a{padding:1.35rem;display:grid;grid-template-columns:3.5rem minmax(0,1fr);grid-template-rows:auto auto;gap:.2rem var(--space-16);border:1px solid rgba(26,41,63,.1);border-radius:1.2rem;background:#fff;transition:transform var(--transition-fast),border-color var(--transition-fast)}.contact-help__links a:hover,.contact-help__links a:focus-visible{transform:translateY(-3px);border-color:#8ecbc3}.contact-help__links span{width:3.5rem;height:3.5rem;grid-row:1 / 3;display:grid;place-items:center;border-radius:1rem;background:#eaf7f4;color:var(--color-heading)}.contact-help__links svg{width:2rem;height:2rem;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.contact-help__links strong{align-self:end;color:var(--color-heading);font-family:var(--font-heading-medium);font-size:1rem}.contact-help__links small{align-self:start;color:#68788d;font-size:.78rem;line-height:1.45}@media(max-width:1000px){.contact-main__container,.contact-help__container{grid-template-columns:1fr}.contact-main__details,.contact-main__heading,.contact-form-card{max-width:44rem;margin-inline:auto}}@media(max-width:760px){.contact-hero{min-height:32rem;padding-block:5rem}.contact-hero__title{font-size:clamp(3.1rem,14vw,4.5rem)}.contact-hero__line{right:-4rem;width:14rem}.contact-form-card{border-radius:1.6rem}.contact-form__grid,.contact-help__links{grid-template-columns:1fr}.contact-form__field--wide{grid-column:auto}.contact-help__links a{grid-template-columns:3.25rem minmax(0,1fr)}.contact-help__links span{width:3.25rem;height:3.25rem}}@media(max-width:420px){.contact-card{grid-template-columns:3.5rem minmax(0,1fr)}.contact-card__icon{width:3.5rem;height:3.5rem}}@media(prefers-reduced-motion:reduce){.contact-hero__blob,.contact-hero__line{animation:none}}body.compatibility-wizard-open{overflow:hidden}.compatibility-wizard{position:fixed;z-index:1600;top:0;right:0;bottom:0;left:0;padding:1rem;display:grid;place-items:center;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}.compatibility-wizard--open{visibility:visible;opacity:1;pointer-events:auto}.compatibility-wizard__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#102237b8;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.compatibility-wizard__dialog{position:relative;width:min(100%,52rem);max-height:min(92vh,54rem);overflow-x:hidden;overflow-y:auto;border:1px solid rgba(255,255,255,.55);border-radius:2rem;background:#fff;box-shadow:0 2rem 6rem #081b3047;transform:translateY(1.2rem) scale(.98);transition:transform .26s cubic-bezier(.2,.8,.2,1);outline:none}.compatibility-wizard--open .compatibility-wizard__dialog{transform:translateY(0) scale(1)}.compatibility-wizard__header{position:sticky;z-index:4;top:0;padding:1.15rem clamp(1.25rem,4vw,2rem);display:grid;grid-template-columns:3.2rem minmax(0,1fr) 2.75rem;align-items:center;gap:.85rem;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(26,41,63,.08)}.compatibility-wizard__brand-icon{width:3.2rem;height:3.2rem;display:grid;place-items:center;border-radius:1rem;background:#eaf7f4;color:var(--color-heading)}.compatibility-wizard__brand-icon svg{width:2rem;height:2rem;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.compatibility-wizard__header-copy{display:grid;gap:.15rem}.compatibility-wizard__header-copy span{color:#299d8f;font-family:var(--font-heading-medium);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase}.compatibility-wizard__header-copy strong{color:var(--color-heading);font-family:var(--font-heading-medium);font-size:1rem}.compatibility-wizard__close{width:2.75rem;height:2.75rem;padding:0;display:grid;place-items:center;border:0;border-radius:50%;background:#f1f5f5;color:var(--color-heading);cursor:pointer;transition:background-color var(--transition-fast),transform var(--transition-fast)}.compatibility-wizard__close:hover,.compatibility-wizard__close:focus-visible{background:#ffe8e3;transform:rotate(6deg)}.compatibility-wizard__close svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.compatibility-wizard__progress{position:sticky;z-index:5;top:5.5rem;height:.3rem;overflow:hidden;background:#e9eeee}.compatibility-wizard__progress span{width:8%;height:100%;display:block;border-radius:0 var(--radius-pill) var(--radius-pill) 0;background:linear-gradient(90deg,#50b8aa,var(--color-primary));transition:width .38s cubic-bezier(.2,.8,.2,1)}.compatibility-wizard__step{min-height:28rem;padding:clamp(2rem,5vw,3.5rem)}.compatibility-wizard__step--active{animation:compatibility-step-in .28s ease both}@keyframes compatibility-step-in{0%{opacity:0;transform:translate(.65rem)}to{opacity:1;transform:translate(0)}}.compatibility-wizard__eyebrow{margin:0 0 .85rem;color:#299d8f;font-family:var(--font-heading-medium);font-size:.76rem;letter-spacing:.12em;text-transform:uppercase}.compatibility-wizard__title{max-width:15ch;margin:0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(2.25rem,5vw,3.6rem);line-height:1.02}.compatibility-wizard__lead{max-width:43rem;margin:1.25rem 0 0;color:#586a80;font-size:clamp(.98rem,2vw,1.08rem);line-height:1.7}.compatibility-wizard__intro-card{margin-top:1.75rem;padding:1.2rem;display:grid;grid-template-columns:3.5rem minmax(0,1fr);align-items:center;gap:1rem;border:1px solid #cfe7e3;border-radius:1.25rem;background:#f1faf8}.compatibility-wizard__intro-card>span{width:3.5rem;height:3.5rem;display:grid;place-items:center;border-radius:1rem;background:#fff;color:#197d71}.compatibility-wizard__intro-card svg{width:2rem;height:2rem;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.compatibility-wizard__intro-card strong{color:var(--color-heading);font-family:var(--font-heading-medium)}.compatibility-wizard__intro-card p{margin:.2rem 0 0;color:#607087;font-size:.88rem}.compatibility-wizard__primary{min-width:14rem;min-height:3.65rem;margin-top:1.75rem;gap:.75rem}.compatibility-wizard__waitlist{max-width:43rem;margin-top:1.5rem}.compatibility-wizard__waitlist-step .compatibility-wizard__back{margin-top:.8rem}.compatibility-wizard__choices{margin-top:1.75rem;display:grid;gap:.8rem}.compatibility-wizard__choices>button{width:100%;padding:1rem;display:grid;grid-template-columns:3rem minmax(0,1fr) auto;align-items:center;gap:1rem;border:1px solid #d8e1e6;border-radius:1.15rem;background:#fff;color:var(--color-heading);text-align:left;cursor:pointer;transition:border-color var(--transition-fast),background-color var(--transition-fast),transform var(--transition-fast)}.compatibility-wizard__choices>button:hover,.compatibility-wizard__choices>button:focus-visible{border-color:#75c1b7;background:#f5fbfa;transform:translate(.25rem);outline:none}.compatibility-wizard__choice-icon{width:3rem;height:3rem;display:grid;place-items:center;border-radius:.9rem;background:#eff4f6;color:#607087;font-family:var(--font-heading-medium);font-size:1.25rem}.compatibility-wizard__choice-icon--yes{background:#e6f8f3;color:#15967f}.compatibility-wizard__choice-icon--no{background:#fff0ed;color:var(--color-primary)}.compatibility-wizard__choices strong,.compatibility-wizard__choices small{display:block}.compatibility-wizard__choices strong{font-family:var(--font-heading-medium);font-size:1rem}.compatibility-wizard__choices small{margin-top:.15rem;color:#718095;font-size:.78rem;line-height:1.4}.compatibility-wizard__choices i{color:var(--color-primary);font-family:var(--font-heading-medium);font-size:1.15rem;font-style:normal}.compatibility-wizard__choices--large{margin-bottom:1.25rem}.compatibility-wizard__test-list{margin:1.75rem 0 0;padding:0;display:grid;gap:1rem;list-style:none}.compatibility-wizard__test-list li{display:grid;grid-template-columns:2.5rem minmax(0,1fr);align-items:start;gap:.9rem}.compatibility-wizard__test-list li>span{width:2.5rem;height:2.5rem;display:grid;place-items:center;border-radius:.8rem;background:#eaf7f4;color:#177b70;font-family:var(--font-heading-medium)}.compatibility-wizard__test-list strong{color:var(--color-heading);font-family:var(--font-heading-medium);font-size:.96rem}.compatibility-wizard__test-list p{margin:.2rem 0 0;color:#64748a;font-size:.82rem;line-height:1.5}.compatibility-wizard__note{margin-top:1.5rem;padding:1rem;display:grid;grid-template-columns:auto 1fr;gap:.75rem;border-radius:1rem;background:#fff5f2}.compatibility-wizard__note svg{width:1.8rem;height:1.8rem;fill:none;stroke:var(--color-primary);stroke-width:2.2;stroke-linecap:round}.compatibility-wizard__note p{margin:0;color:#65748a;font-size:.82rem;line-height:1.55}.compatibility-wizard__note strong{color:var(--color-heading);font-family:var(--font-heading-medium)}.compatibility-wizard__actions,.compatibility-wizard__result-actions{margin-top:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.compatibility-wizard__actions .button,.compatibility-wizard__result-actions .button{min-height:3.4rem;padding-inline:1.35rem;gap:.65rem}.compatibility-wizard__back{padding:.65rem 0;border:0;background:transparent;color:#617087;font-family:var(--font-heading-medium);cursor:pointer}.compatibility-wizard__back:hover,.compatibility-wizard__back:focus-visible{color:var(--color-primary)}.compatibility-wizard__result{text-align:center}.compatibility-wizard__result .compatibility-wizard__eyebrow,.compatibility-wizard__result .compatibility-wizard__title,.compatibility-wizard__result .compatibility-wizard__lead{margin-left:auto;margin-right:auto}.compatibility-wizard__result .compatibility-wizard__title{max-width:17ch}.compatibility-wizard__result-icon{width:6rem;height:6rem;margin:0 auto 1.5rem;display:grid;place-items:center;border-radius:2rem;background:#eef5f7;color:var(--color-heading)}.compatibility-wizard__result-icon--success{background:#e5f8f2;color:#15967f}.compatibility-wizard__result-icon--warning{background:#fff0ed;color:var(--color-primary)}.compatibility-wizard__result-icon svg{width:3.7rem;height:3.7rem;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.compatibility-wizard__result-advice{max-width:40rem;margin:1.5rem auto 0;padding:1rem 1.1rem;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.8rem;border:1px solid #cee7e3;border-radius:1rem;background:#f1faf8;text-align:left}.compatibility-wizard__result-advice svg{width:1.9rem;height:1.9rem;fill:none;stroke:#238c7f;stroke-width:2.2;stroke-linecap:round}.compatibility-wizard__result-advice p{margin:0;color:#607087;font-size:.84rem;line-height:1.55}.compatibility-wizard__result-advice strong{color:var(--color-heading);font-family:var(--font-heading-medium)}.compatibility-wizard__result-actions{justify-content:center}@media(max-width:640px){.compatibility-wizard{padding:5vh 1rem;place-items:center}.compatibility-wizard__dialog{width:100%;max-height:90vh;max-height:90dvh;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border-radius:1.5rem}.compatibility-wizard__header{grid-template-columns:2.85rem minmax(0,1fr) 2.6rem;padding:.9rem 1rem}.compatibility-wizard__brand-icon{width:2.85rem;height:2.85rem;border-radius:.85rem}.compatibility-wizard__progress{top:4.9rem}.compatibility-wizard__step{min-height:31rem;padding:1.75rem 1.1rem 2rem}.compatibility-wizard__title{font-size:clamp(2rem,10.5vw,2.8rem)}.compatibility-wizard__choices>button{grid-template-columns:2.75rem minmax(0,1fr) auto;gap:.75rem}.compatibility-wizard__choice-icon{width:2.75rem;height:2.75rem}.compatibility-wizard__actions,.compatibility-wizard__result-actions{align-items:stretch;flex-direction:column-reverse}.compatibility-wizard__actions .button,.compatibility-wizard__result-actions .button,.compatibility-wizard__primary{width:100%}.compatibility-wizard__back{min-height:2.75rem}}@media(prefers-reduced-motion:reduce){.compatibility-wizard,.compatibility-wizard__dialog,.compatibility-wizard__progress span,.compatibility-wizard__step--active{animation:none;transition:none}}.about-page{overflow:hidden;color:var(--color-heading)}.about-hero{position:relative;isolation:isolate;padding:clamp(4.5rem,8vw,8rem) 0 clamp(5rem,8vw,8rem)}.about-hero__container{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.92fr) minmax(26rem,1.08fr);align-items:center;gap:clamp(3rem,7vw,7rem)}.about-hero__eyebrow,.about-story__eyebrow{width:fit-content}.about-hero__eyebrow span{color:var(--color-primary);font-size:1.15em}.about-hero__title{max-width:11ch;margin:var(--space-24) 0 0;font-family:var(--font-heading);font-size:clamp(3.5rem,6.6vw,7rem);line-height:.98;letter-spacing:-.025em}.about-hero__title strong,.about-story__title strong,.about-values__header h2 strong,.about-growth h2 strong,.about-support h2 strong,.about-careers h2 strong,.about-final h2 strong{color:var(--color-primary);font-weight:inherit}.about-hero__lead{max-width:42rem;margin:var(--space-28) 0 0;color:#536780;font-size:clamp(1.05rem,1.35vw,1.25rem);line-height:1.72}.about-hero__actions,.about-final__actions{margin-top:var(--space-32);display:flex;flex-wrap:wrap;gap:var(--space-12)}.about-hero__actions .button,.about-final__actions .button{min-height:4rem}.about-hero__facts{margin-top:clamp(2.5rem,5vw,4.5rem);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-16)}.about-hero__facts span{color:#6a7a8f;font-size:.78rem;line-height:1.4}.about-hero__facts strong{display:block;color:var(--color-heading);font-family:var(--font-heading-medium);font-size:1rem}.about-hero__visual{position:relative;min-height:clamp(31rem,48vw,43rem)}.about-placeholder{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem;border:1px dashed rgba(42,142,129,.36);background:radial-gradient(circle at 20% 15%,rgba(255,255,255,.9),transparent 25%),linear-gradient(145deg,#eef8f6,#e5f1f2);color:#63758a;text-align:center}.about-placeholder:after{content:"";position:absolute;width:16rem;height:12rem;right:-6rem;bottom:-6rem;border-radius:62% 38% 55% 45%/45% 60% 40% 55%;background:#cdeae4b8}.about-placeholder__icon{width:5rem;height:5rem;display:grid;place-items:center;border-radius:1.5rem;background:#ffffffe0;color:#2c9587}.about-placeholder__icon svg{width:3rem;height:3rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.about-placeholder strong{position:relative;z-index:1;margin-top:.4rem;color:var(--color-heading);font-family:var(--font-heading-medium);font-size:1.05rem}.about-placeholder small{position:relative;z-index:1;font-size:.78rem}.about-placeholder--hero{position:absolute;top:0;right:0;bottom:3rem;left:3rem;border-radius:48% 52% 42% 58%/38% 43% 57% 62%}.about-hero__product{position:absolute;z-index:3;width:clamp(15rem,25vw,25rem);left:-2rem;bottom:0;filter:drop-shadow(0 1.7rem 2rem rgba(24,54,68,.18))}.about-hero__badge{position:absolute;z-index:4;right:-1rem;top:12%;padding:.8rem 1.1rem;display:flex;align-items:center;gap:.65rem;border-radius:var(--radius-pill);background:#fff;box-shadow:0 1rem 2.4rem #23425224;font-family:var(--font-heading-medium);font-size:.9rem}.about-hero__badge span{color:var(--color-primary)}.about-hero__blob{position:absolute;z-index:0;border-radius:60% 40% 54% 46%/44% 62% 38% 56%}.about-hero__blob--mint{width:32rem;height:25rem;left:-17rem;top:8rem;background:#e5f3f0d1}.about-hero__blob--coral{width:22rem;height:17rem;right:-11rem;bottom:3rem;background:#ffe7e2b3}.about-hero__line{position:absolute;z-index:1;left:40%;bottom:1rem;width:19rem;fill:none;stroke:#93d8cf;stroke-width:2;stroke-dasharray:8 9}.about-story{padding:clamp(5rem,8vw,8rem) 0;background:#f7fbfa}.about-story__container,.about-support__container{display:grid;grid-template-columns:minmax(23rem,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(3.5rem,8vw,8rem)}.about-story__media{position:relative;min-height:clamp(30rem,42vw,41rem)}.about-placeholder--office{position:absolute;top:0;right:2rem;bottom:2rem;left:0;border-radius:3rem 8rem 3rem 3rem}.about-story__location{position:absolute;z-index:2;right:0;bottom:0;min-width:14rem;padding:1rem 1.2rem;display:grid;grid-template-columns:2.8rem 1fr;gap:.1rem .8rem;border:1px solid rgba(26,41,63,.08);border-radius:1.3rem;background:#fff;box-shadow:0 1.2rem 3rem #1f394824}.about-story__location span{grid-row:span 2;width:2.8rem;height:2.8rem;display:grid;place-items:center;border-radius:.9rem;background:#fff0ed;color:var(--color-primary)}.about-story__location svg{width:1.7rem;fill:none;stroke:currentColor;stroke-width:1.8}.about-story__location strong{align-self:end;font-family:var(--font-heading-medium)}.about-story__location small{color:#718095}.about-story__title,.about-values__header h2,.about-growth h2,.about-support h2,.about-careers h2,.about-final h2{margin:var(--space-20) 0 0;font-family:var(--font-heading);font-size:clamp(3rem,5.2vw,5.6rem);line-height:1.02}.about-story__content>p:not(.eyebrow){margin:var(--space-24) 0 0;color:#536780;font-size:1.08rem;line-height:1.76}.about-story blockquote{margin:var(--space-32) 0 0;padding:1.4rem 1.5rem;border-left:4px solid var(--color-primary);border-radius:0 1.2rem 1.2rem 0;background:#fff;color:var(--color-heading);font-family:var(--font-heading-medium);font-size:1.15rem;line-height:1.55}.about-values{padding:clamp(5rem,8vw,8rem) 0}.about-values__header{max-width:56rem;margin:0 auto;text-align:center}.about-values__header .eyebrow{margin-inline:auto}.about-values__header p:last-child{max-width:43rem;margin:var(--space-24) auto 0;color:#5d6e84;font-size:1.08rem;line-height:1.7}.about-values__grid{margin-top:clamp(3rem,5vw,5rem);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-20)}.about-value-card{min-height:22rem;padding:clamp(1.6rem,3vw,2.5rem);border:1px solid rgba(26,41,63,.09);border-radius:2rem;background:#fff7f5}.about-value-card--blue{background:#f1f7fa}.about-value-card--mint{background:#eff8f6}.about-value-card__icon{width:4.7rem;height:4.7rem;display:grid;place-items:center;border-radius:1.45rem;background:#fff;color:var(--color-primary)}.about-value-card--blue .about-value-card__icon{color:var(--color-heading)}.about-value-card--mint .about-value-card__icon{color:#279b8c}.about-value-card__icon svg{width:2.8rem;height:2.8rem;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.about-value-card h3{margin:2rem 0 0;font-family:var(--font-heading-medium);font-size:1.55rem}.about-value-card p{margin:1rem 0 0;color:#5d6e84;line-height:1.7}.about-growth{position:relative;isolation:isolate;overflow:hidden;padding:clamp(5rem,8vw,8rem) 0;background:#132c44;color:#fff}.about-growth__container{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(25rem,.95fr);align-items:center;gap:clamp(3rem,7vw,7rem)}.about-growth__eyebrow{color:#a7e2da;background:#ffffff17}.about-growth h2{color:#fff}.about-growth__content>p:not(.eyebrow){margin:var(--space-24) 0 0;color:#c8d3df;font-size:1.06rem;line-height:1.75}.about-growth__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-16)}.about-growth__stats article{min-height:11rem;padding:1.5rem;display:flex;justify-content:flex-end;flex-direction:column;border:1px solid rgba(255,255,255,.14);border-radius:1.5rem;background:#ffffff12}.about-growth__stats strong{color:#fff;font-family:var(--font-heading);font-size:2.7rem}.about-growth__stats span{color:#b9c9d6;font-size:.88rem}.about-growth__blob{position:absolute;z-index:0;width:38rem;height:32rem;right:-18rem;bottom:-17rem;border-radius:58% 42% 63% 37%/48% 62% 38% 52%;background:#63a8a333}.about-support{padding:clamp(5rem,8vw,8rem) 0}.about-support__container{grid-template-columns:minmax(0,1.05fr) minmax(24rem,.95fr)}.about-support__content>p:not(.eyebrow){margin:var(--space-24) 0 0;color:#586b82;font-size:1.06rem;line-height:1.75}.about-support__list{margin:var(--space-28) 0 var(--space-32);padding:0;display:grid;gap:var(--space-12);list-style:none}.about-support__list li{padding:.9rem;display:grid;grid-template-columns:2.6rem minmax(0,1fr);gap:.8rem;border:1px solid rgba(26,41,63,.08);border-radius:1rem}.about-support__list li>span{width:2.6rem;height:2.6rem;display:grid;place-items:center;border-radius:.8rem;background:#e7f7f3;color:#188b7d;font-family:var(--font-heading-medium)}.about-support__list strong,.about-support__list small{display:block}.about-support__list strong{font-family:var(--font-heading-medium)}.about-support__list small{margin-top:.15rem;color:#718095;line-height:1.45}.about-placeholder--support{min-height:clamp(31rem,43vw,39rem);border-radius:9rem 3rem 3rem}.about-careers{position:relative;overflow:hidden;padding:clamp(5rem,8vw,8rem) 0;background:#f5faf9}.about-careers__header{max-width:58rem}.about-careers__header>p:last-child{max-width:46rem;margin:var(--space-24) 0 0;color:#586b82;font-size:1.08rem;line-height:1.72}.about-careers__grid{margin-top:clamp(3rem,5vw,4.5rem);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-20)}.career-card{min-height:20rem;padding:2rem;display:flex;flex-direction:column;border:1px solid rgba(26,41,63,.1);border-radius:1.8rem;background:#fff}.career-card--featured{border-color:#ff655659;background:#fff6f3}.career-card__label{width:fit-content;padding:.42rem .7rem;border-radius:var(--radius-pill);background:#eaf7f4;color:#238c7f;font-family:var(--font-heading-medium);font-size:.72rem;text-transform:uppercase;letter-spacing:.05em}.career-card h3{margin:1.5rem 0 0;font-family:var(--font-heading);font-size:2rem;line-height:1.1}.career-card p{margin:1rem 0 1.5rem;color:#5e6f84;line-height:1.65}.career-card a{margin-top:auto;color:var(--color-primary);font-family:var(--font-heading-medium)}.about-careers__cta{margin-top:var(--space-24);padding:clamp(1.4rem,3vw,2.2rem);display:flex;align-items:center;justify-content:space-between;gap:var(--space-24);border-radius:1.8rem;background:#173049;color:#fff}.about-careers__cta strong{font-family:var(--font-heading-medium);font-size:1.25rem}.about-careers__cta p{margin:.25rem 0 0;color:#c5d2dc}.about-careers__heart{position:absolute;right:6vw;top:5rem;color:#ff655673;font-size:8rem;line-height:1}.about-final{padding:clamp(4rem,7vw,7rem) 0}.about-final__card{position:relative;isolation:isolate;min-height:28rem;padding:clamp(2rem,5vw,4.5rem);display:grid;grid-template-columns:minmax(18rem,.7fr) minmax(0,1.3fr);align-items:center;overflow:hidden;border-radius:3rem;background:linear-gradient(125deg,#edf8f6,#fff 60%)}.about-final__card img{position:relative;z-index:2;width:min(100%,31rem);margin-inline:auto}.about-final__content{position:relative;z-index:2}.about-final__blob{position:absolute;z-index:0;width:34rem;height:25rem;left:-9rem;bottom:-12rem;border-radius:58% 42% 64% 36%/47% 61% 39% 53%;background:#c7e9e2b8}@media(max-width:1050px){.about-hero__container,.about-story__container,.about-support__container,.about-growth__container{gap:3.5rem}.about-hero__container{grid-template-columns:minmax(0,1fr) minmax(22rem,.9fr)}.about-values__grid,.about-careers__grid{grid-template-columns:1fr}.about-value-card,.career-card{min-height:auto}}@media(max-width:800px){.about-hero{padding-top:3.5rem}.about-hero__container,.about-story__container,.about-support__container,.about-growth__container,.about-final__card{grid-template-columns:1fr}.about-hero__title{max-width:12ch;font-size:clamp(3.3rem,13vw,5.3rem)}.about-hero__visual{min-height:32rem}.about-placeholder--hero{top:0;right:0;bottom:2rem;left:1rem}.about-hero__product{left:-1rem}.about-story__media{min-height:32rem}.about-story__content{order:-1}.about-growth__stats{max-width:none}.about-placeholder--support{min-height:30rem}.about-careers__cta{align-items:stretch;flex-direction:column}.about-careers__cta .button{width:100%}.about-final__card{border-radius:2rem}.about-final__card img{max-height:18rem;object-fit:contain}}@media(max-width:560px){.about-hero__actions,.about-final__actions{align-items:stretch;flex-direction:column}.about-hero__actions .button,.about-final__actions .button{width:100%}.about-hero__facts{grid-template-columns:1fr}.about-hero__visual{min-height:27rem}.about-placeholder--hero{top:0;right:0;bottom:0;left:0}.about-hero__product{width:14rem}.about-hero__badge{right:0;top:auto;bottom:1rem}.about-story__media{min-height:26rem}.about-placeholder--office{top:0;right:0;bottom:2rem;left:0;border-radius:2rem 5rem 2rem 2rem}.about-story__location{right:1rem}.about-growth__stats{grid-template-columns:1fr}.about-growth__stats article{min-height:8.5rem}.about-placeholder--support{min-height:25rem;border-radius:5rem 2rem 2rem}.about-careers__heart{display:none}.about-final__card{padding:2rem 1.2rem}}@media(max-width:760px){.brand,.review-card__read-more,.product-faq__all-link,.product-faq__answer-link,.site-footer__contact-list a,.site-footer__links a,.legal-toc__links a,.career-card a{min-height:2.75rem;display:inline-flex;align-items:center}.reviews__dots,.how-it-works__dots,.comfort__dots,.real-view__dots,.product-peace__dots,.installation__dots{gap:0}.reviews__dot,.how-it-works__dot,.comfort__dot,.real-view__dot,.product-peace__dot,.installation__dot{position:relative;width:2.75rem;min-width:2.75rem;height:2.75rem;min-height:2.75rem;margin-inline:-.2rem;padding:0;border:0;background:transparent}.how-it-works__dot--active{transform:none}.reviews__dot:before,.how-it-works__dot:before,.comfort__dot:before,.real-view__dot:before,.product-peace__dot:before,.installation__dot:before{content:"";position:absolute;left:50%;top:50%;width:.7rem;height:.7rem;border-radius:999px;background:#d6dcdd;transform:translate(-50%,-50%);transition:width .22s ease,background-color .18s ease,border-radius .22s ease}.how-it-works__dot:before,.real-view__dot:before,.product-peace__dot:before,.installation__dot:before{background:#cfe6e2}.reviews__dot--active:before,.comfort__dot--active:before,.real-view__dot--active:before,.product-peace__dot--active:before,.installation__dot--active:before{width:1.8rem;background:var(--color-primary)}.how-it-works__dot--active:before{width:.9rem;height:.9rem;background:var(--color-primary)}.box-contents__title,.product-faq__title{font-size:clamp(2.55rem,11.5vw,3.25rem);line-height:1.04}}@media(max-width:640px){.support-chat{right:.65rem;bottom:.65rem}.support-chat__panel{bottom:4.2rem}.support-chat__launcher{width:3.4rem;height:3.4rem}.support-chat__launcher-icon{width:1.55rem;height:1.55rem}.legal-table-wrap{overflow:visible}.legal-table,.legal-table tbody,.legal-table tr,.legal-table td{width:100%;min-width:0;display:block}.legal-table thead{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.legal-table tbody{display:grid;gap:.9rem}.legal-table tr{overflow:hidden;border:1px solid var(--color-border);border-radius:1rem;background:#fbfdfd}.legal-table td{padding:.8rem .9rem;border-bottom:1px solid var(--color-border);overflow-wrap:anywhere}.legal-table td:last-child{border-bottom:0}.legal-table td:before{content:attr(data-label);margin-bottom:.25rem;display:block;color:var(--color-heading);font-family:var(--font-heading-medium);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}}.skip-link{position:fixed;top:1rem;left:1rem;z-index:10000;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}body.cart-drawer-open{overflow:hidden}.cart-drawer{position:fixed;inset:0 0 0 auto;width:min(30rem,100vw);max-width:100vw;height:100dvh;max-height:none;padding:0;margin:0;overflow:visible;border:0;background:transparent;color:var(--color-text)}.cart-drawer::backdrop{background:#1320347a;-webkit-backdrop-filter:blur(.2rem);backdrop-filter:blur(.2rem);animation:cart-backdrop-in var(--transition-base) ease both}.cart-drawer__panel{width:100%;height:100%;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;background:#fff;box-shadow:-1.25rem 0 3rem #1a293f2e;animation:cart-drawer-in .34s cubic-bezier(.2,.8,.2,1) both}.cart-drawer__header{min-height:5.25rem;padding:calc(1.2rem + env(safe-area-inset-top)) 1.5rem 1.2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--color-border)}.cart-drawer__title{margin:0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(1.35rem,4vw,1.75rem)}.cart-drawer__close{width:2.85rem;height:2.85rem;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--color-border);border-radius:50%;background:var(--color-card);color:var(--color-heading);cursor:pointer}.cart-drawer__close svg{width:1.2rem;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}.cart-drawer__body{min-width:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:1.25rem 1.5rem}.cart-drawer__lines{display:grid;gap:1rem}.cart-upsell{position:relative;min-width:0;max-width:100%;margin-top:1rem;padding:1rem;display:grid;grid-template-columns:3.75rem minmax(0,1fr);align-items:center;gap:.8rem 1rem;overflow:hidden;border:1px solid #bce5de;border-radius:1.2rem;background:radial-gradient(circle at 104% -8%,rgba(255,94,77,.09) 0 3rem,transparent 3.05rem),linear-gradient(145deg,#effaf7,#f8fcfb);box-shadow:0 .75rem 1.8rem #1a293f0f}.cart-upsell[hidden]{display:none}.cart-upsell__icon{width:3.75rem;aspect-ratio:1;display:grid;place-items:center;border-radius:50%;background:#d8f2ed;color:#147c70}.cart-upsell__icon svg{width:2.9rem;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cart-upsell__content{min-width:0}.cart-upsell__eyebrow,.cart-upsell__title,.cart-upsell__offer{margin:0}.cart-upsell__eyebrow{color:#147c70;font-family:var(--font-heading-medium);font-size:.72rem;letter-spacing:.05em;text-transform:uppercase}.cart-upsell__title{margin-top:.18rem;color:#27333f;font-family:var(--font-heading-medium);font-size:1.05rem;line-height:1.25;overflow-wrap:anywhere}.cart-upsell__offer{margin-top:.35rem;color:var(--color-text);font-size:.85rem;line-height:1.4}.cart-upsell__badge{max-width:100%;margin-top:.55rem;padding:.25rem .55rem;display:inline-flex;border-radius:var(--radius-pill);background:#ff5e4d;color:#fff;font-family:var(--font-heading-medium);font-size:.74rem;line-height:1.25}.cart-upsell__action{z-index:1;min-width:0;max-width:100%;width:100%;grid-column:1 / -1;min-height:2.9rem;padding:.7rem 1rem;font-size:.9rem;white-space:normal}.cart-upsell__action[data-loading=true]{opacity:.7;cursor:progress}.cart-drawer__error,.product-form__error{margin:0 0 1rem;padding:.85rem 1rem;border:1px solid #efb9b1;border-radius:.9rem;background:#fff3f0;color:#87372e;font-size:.92rem}.cart-line{min-width:0;padding:.9rem;display:grid;grid-template-columns:5.5rem minmax(0,1fr) auto;align-items:start;gap:.9rem;border:1px solid rgba(32,52,86,.09);border-radius:1.2rem;background:#fbfdfd;transition:opacity var(--transition-fast)}.cart-line[data-loading=true]{opacity:.55;pointer-events:none}.cart-line__media{width:5.5rem;aspect-ratio:1;display:grid;place-items:center;overflow:hidden;border-radius:.9rem;background:var(--color-card)}.cart-line__media img{width:100%;height:100%;object-fit:contain}.cart-line__content{min-width:0}.cart-line__title{color:var(--color-heading);font-family:var(--font-heading-medium);font-size:1rem;line-height:1.3;text-decoration:none}.cart-line__variant{margin:.25rem 0 0;color:var(--color-text);font-size:.85rem}.cart-line__controls{margin-top:.75rem;display:flex;flex-wrap:wrap;align-items:center;gap:.65rem}.cart-quantity{min-height:2.35rem;display:inline-grid;grid-template-columns:2.35rem 2.6rem 2.35rem;align-items:center;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-pill);background:#fff}.cart-quantity__button{width:2.35rem;height:2.35rem;padding:0;border:0;background:transparent;color:var(--color-heading);font-size:1.25rem;cursor:pointer}.cart-quantity__input{width:2.6rem;height:2.35rem;padding:0;border:0;background:transparent;color:var(--color-heading);font:inherit;font-weight:700;text-align:center;-webkit-appearance:textfield;appearance:textfield}.cart-quantity__input::-webkit-inner-spin-button,.cart-quantity__input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.cart-line__remove{min-height:2.35rem;padding:.25rem;border:0;background:transparent;color:#8c433b;font:inherit;font-size:.82rem;text-decoration:underline;text-underline-offset:.18rem;cursor:pointer}.cart-line__price{display:grid;justify-items:end;color:var(--color-heading);white-space:nowrap}.cart-line__price-before{color:#7d8894;font-size:.78rem;text-decoration-thickness:.1rem}.cart-line__price-now{color:var(--color-heading);font-family:var(--font-heading);font-size:1rem}.cart-line__price-now--discounted{color:#ff5f50}.cart-drawer__empty{min-height:70%;padding:2.5rem 1rem;display:grid;align-content:center;justify-items:center;gap:.8rem;text-align:center}.cart-drawer__empty[hidden]{display:none}.cart-drawer__empty-icon{width:5rem;height:5rem;display:grid;place-items:center;border-radius:50%;background:var(--color-soft-2);color:var(--color-primary)}.cart-drawer__empty-icon svg{width:2.6rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cart-drawer__empty h3,.cart-drawer__empty p{margin:0}.cart-drawer__empty h3{color:var(--color-heading);font-family:var(--font-heading);font-size:1.45rem}.cart-drawer__footer{padding:1.2rem 1.5rem calc(1.25rem + env(safe-area-inset-bottom));border-top:1px solid var(--color-border);background:#fff;box-shadow:0 -.7rem 1.6rem #1a293f0d}.cart-drawer__footer[hidden]{display:none}.cart-deal-banner{position:relative;min-width:0;margin-bottom:.85rem;padding:.8rem .85rem;display:grid;grid-template-columns:1.75rem minmax(0,1fr) auto;align-items:center;gap:.65rem;overflow:hidden;border-radius:.875rem;background:#ff6b5d;color:#fff}.cart-deal-banner:after{content:"";position:absolute;top:-.85rem;right:5.2rem;width:3rem;height:3rem;background:currentColor;clip-path:polygon(50% 0,58% 42%,100% 50%,58% 58%,50% 100%,42% 58%,0 50%,42% 42%);opacity:.16;pointer-events:none}.cart-deal-banner[hidden]{display:none}.cart-deal-banner__icon{position:relative;z-index:1;width:1.65rem;height:1.65rem;display:grid;place-items:center;border-radius:50%;background:#fff3}.cart-deal-banner__icon svg{width:1rem;fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round}.cart-deal-banner__copy{position:relative;z-index:1;min-width:0}.cart-deal-banner__eyebrow{display:block;font-size:.64rem;font-weight:800;letter-spacing:.08em;line-height:1.1;text-transform:uppercase;opacity:.86}.cart-deal-banner__copy strong{display:block;margin-top:.2rem;font-family:var(--font-heading-medium);font-size:.98rem;line-height:1.15}.cart-deal-banner__amount{position:relative;z-index:1;padding:.42rem .55rem;border-radius:var(--radius-pill);background:#fff;color:#e94f42;font-family:var(--font-heading);font-size:.82rem;white-space:nowrap}.cart-drawer__subtotal{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;color:var(--color-heading);font-family:var(--font-heading-medium);font-size:1.12rem}.cart-drawer__subtotal strong{font-family:var(--font-heading);font-size:1.35rem}.cart-shipping-reassurance{margin:.55rem 0 1rem;display:flex;align-items:center;gap:.45rem;color:#347564;font-family:var(--font-heading-medium);font-size:.82rem}.cart-shipping-reassurance svg{width:1.05rem;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cart-drawer__footer form,.cart-drawer__checkout,.cart-drawer__continue{width:100%}.cart-drawer__continue{margin-top:.65rem}@keyframes cart-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes cart-backdrop-in{0%{opacity:0}to{opacity:1}}@media(max-width:420px){.cart-drawer__header,.cart-drawer__body,.cart-drawer__footer{padding-inline:1rem}.cart-line{grid-template-columns:4.75rem minmax(0,1fr)}.cart-line__media{width:4.75rem}.cart-line__price{grid-column:2;grid-row:2}.cart-deal-banner{padding:.75rem;grid-template-columns:1.6rem minmax(0,1fr) auto;gap:.5rem}.cart-deal-banner__icon{width:1.5rem;height:1.5rem}.cart-deal-banner__copy strong{font-size:.9rem}.cart-deal-banner__amount{padding-inline:.45rem;font-size:.76rem}.cart-upsell{padding:.85rem;grid-template-columns:3.2rem minmax(0,1fr);gap:.75rem}.cart-upsell__icon{width:3.2rem}.cart-upsell__icon svg{width:2.5rem}.cart-upsell__title{font-size:.98rem}}@media(prefers-reduced-motion:reduce){.cart-drawer__panel,.cart-drawer::backdrop{animation-duration:.01ms}}.cart-page{position:relative;min-height:62vh;overflow:hidden;background:linear-gradient(180deg,#fff,#f7fbfa)}.cart-page__container{position:relative;z-index:1}.cart-page__header{max-width:48rem;margin:0 auto clamp(2rem,5vw,3.5rem);text-align:center}.cart-page__eyebrow{margin:0 0 .6rem;color:var(--color-primary);font-family:var(--font-heading-medium);font-size:.82rem;letter-spacing:.13em;text-transform:uppercase}.cart-page__header h1{margin:0;color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(2.3rem,6vw,4.6rem);line-height:1}.cart-page__blob{position:absolute;border-radius:50%;pointer-events:none}.cart-page__blob--left{top:8rem;left:-9rem;width:18rem;height:18rem;background:var(--color-soft-2)}.cart-page__blob--right{right:-8rem;bottom:5rem;width:16rem;height:16rem;background:var(--color-soft-1)}.cart-page__form{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,24rem);align-items:start;gap:clamp(1.25rem,3vw,2.4rem)}.cart-page__lines{display:grid;gap:1rem}.cart-page__line{min-width:0;padding:clamp(1rem,2.5vw,1.4rem);display:grid;grid-template-columns:7.5rem minmax(0,1fr) auto;align-items:center;gap:clamp(1rem,2.5vw,1.5rem);border:1px solid rgba(32,52,86,.08);border-radius:1.65rem;background:#fff;box-shadow:0 1.1rem 2.4rem #1a293f12}.cart-page__media{width:7.5rem;aspect-ratio:1;display:grid;place-items:center;overflow:hidden;border-radius:1.2rem;background:var(--color-card)}.cart-page__media img{width:100%;height:100%;object-fit:contain}.cart-page__content{min-width:0}.cart-page__content h2{margin:0;font-family:var(--font-heading-medium);font-size:clamp(1.05rem,2.3vw,1.3rem);line-height:1.25}.cart-page__content h2 a{color:var(--color-heading);text-decoration:none}.cart-page__variant{margin:.3rem 0 0;color:var(--color-text);font-size:.9rem}.cart-page__properties{margin:.45rem 0 0;font-size:.82rem}.cart-page__properties div{display:flex;gap:.3rem}.cart-page__properties dt:after{content:":"}.cart-page__properties dd{margin:0}.cart-page__controls{margin-top:.9rem;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.cart-page__remove{color:#8c433b;font-size:.86rem;text-underline-offset:.2rem}.cart-page__price{display:grid;justify-items:end;color:var(--color-heading);white-space:nowrap}.cart-page__price del{color:#7d8894;font-size:.82rem}.cart-page__price strong{font-family:var(--font-heading);font-size:1.15rem}.cart-page__price--discounted strong{color:#ff5f50}.cart-page__summary{position:sticky;top:1.25rem;padding:clamp(1.25rem,3vw,1.7rem);border:1px solid rgba(32,52,86,.08);border-radius:1.65rem;background:#fff;box-shadow:0 1.1rem 2.4rem #1a293f14}.cart-page__summary-row{padding-block:.45rem;display:flex;justify-content:space-between;gap:1rem;color:var(--color-heading)}.cart-page__summary-row--total{font-family:var(--font-heading-medium);font-size:1.15rem}.cart-page__summary-row--total strong{font-family:var(--font-heading);font-size:1.4rem}.cart-page__update,.cart-page__checkout{width:100%}.cart-page__checkout{margin-top:.65rem}.cart-page__empty{max-width:42rem;min-height:22rem;margin:0 auto;padding:clamp(2rem,6vw,4rem);display:grid;align-content:center;justify-items:center;gap:.8rem;border:1px solid rgba(32,52,86,.08);border-radius:2rem;background:#fff;box-shadow:0 1.1rem 2.4rem #1a293f12;text-align:center}.cart-page__empty h2,.cart-page__empty p{margin:0}.cart-page__empty h2{color:var(--color-heading);font-family:var(--font-heading);font-size:clamp(1.5rem,4vw,2rem)}.cart-page__empty-icon{width:5.5rem;height:5.5rem;display:grid;place-items:center;border-radius:50%;background:var(--color-soft-2);color:var(--color-primary)}.cart-page__empty-icon svg{width:2.8rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}@media(max-width:900px){.cart-page__form{grid-template-columns:1fr}.cart-page__summary{position:static}}@media(max-width:620px){.cart-page__line{grid-template-columns:5.5rem minmax(0,1fr);align-items:start}.cart-page__media{width:5.5rem}.cart-page__price{grid-column:2;justify-items:start}}@media(max-width:380px){.cart-page__line{padding:.85rem;grid-template-columns:4.75rem minmax(0,1fr);gap:.8rem;border-radius:1.25rem}.cart-page__media{width:4.75rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/kiddyview.css.map */
