*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--color-ink);background:var(--color-background);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body.menu-open,body.cart-drawer-open{overflow:hidden}.is-hidden{display:none!important}img,svg{display:block;max-width:100%}button,input,select,textarea{color:inherit;font:inherit}button,[role=button]{cursor:pointer}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.2em}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{color:var(--color-navy);font-family:var(--font-heading);font-weight:650;letter-spacing:-.035em;line-height:1.08}h1{font-size:clamp(2.65rem,7vw,5.4rem)}h2{font-size:clamp(2rem,4.5vw,3.65rem)}h3{font-size:clamp(1.25rem,2.2vw,1.65rem)}.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}.skip-link{position:fixed;left:1rem;top:1rem;z-index:1000;transform:translateY(-180%);padding:.75rem 1rem;border-radius:.5rem;background:var(--color-navy);color:#fff}.skip-link:focus{transform:translateY(0)}.page-width{width:min(calc(100% - 2rem),var(--page-width));margin-inline:auto}.section{padding-block:clamp(4rem,8vw,7rem)}.section--compact{padding-block:clamp(2.5rem,5vw,4rem)}.section--surface{background:var(--color-surface)}.section--navy{color:#fff;background:var(--color-navy)}.section--navy h1,.section--navy h2,.section--navy h3{color:#fff}.section-heading{max-width:760px;margin-bottom:clamp(2rem,5vw,3.5rem)}.section-heading--center{margin-inline:auto;text-align:center}.section-heading h2{margin-bottom:1rem}.section-heading p{margin-bottom:0;color:var(--color-muted);font-size:clamp(1rem,1.5vw,1.18rem)}.section--navy .section-heading p{color:#c8d7df}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:#167eae;font-size:.78rem;font-weight:800;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.eyebrow:before{width:1.75rem;height:2px;background:var(--color-blue);content:""}.rte>*:last-child{margin-bottom:0}.rte a{color:#0d78a8}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:.6rem;padding:.8rem 1.35rem;border:1px solid transparent;border-radius:var(--button-radius);background:var(--color-blue);color:#102832;font-size:.96rem;font-family:var(--font-body);font-weight:800;line-height:1.15;text-align:center;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.button:hover{transform:translateY(-1px);background:#5ac0ed;box-shadow:0 12px 28px #1e303926}.button:focus-visible,.icon-button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(51,174,231,.4);outline-offset:3px}.button--secondary{border-color:var(--color-border);background:#fff;color:var(--color-navy)}.button--secondary:hover{background:var(--color-surface)}.button--full{width:100%}.button[disabled]{cursor:not-allowed;opacity:.55;transform:none}.text-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--color-navy);font-weight:750;text-decoration:none}.text-link svg{width:1rem;transition:transform .16s ease}.text-link:hover svg{transform:translate(3px)}.announcement-bar{padding:.58rem 1rem;background:var(--color-navy);color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.025em;line-height:1.35;text-align:center}.announcement-bar a{color:inherit}.site-header{position:relative;z-index:30;border-bottom:1px solid var(--color-border);background:#fffffff5}.site-header--sticky{position:sticky;top:0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-inner{display:grid;min-height:76px;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem}.header-logo{display:block;width:var(--logo-width, 190px);max-width:44vw}.header-logo img{width:100%;height:auto}.header-nav{justify-self:center}.header-nav__list,.header-actions,.footer-menu,.inline-list,.product-card__badges{display:flex;align-items:center;gap:1.5rem;margin:0;padding:0;list-style:none}.header-nav a{font-family:var(--font-body);font-size:.92rem;font-weight:700;text-decoration:none}.header-nav a:hover,.header-nav a[aria-current=page]{color:#0d80b5}.header-actions{justify-self:end;gap:.7rem}.header-inner--minimal .header-actions{grid-column:3}.icon-button{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:0;border-radius:50%;background:transparent;color:var(--color-navy);text-decoration:none}.icon-button:hover{background:var(--color-surface)}.icon-button svg{width:22px;height:22px}.cart-link{position:relative}.cart-count{position:absolute;top:0;right:-2px;display:inline-flex;min-width:18px;height:18px;align-items:center;justify-content:center;padding-inline:4px;border-radius:10px;background:var(--color-blue);color:var(--color-navy);font-size:.65rem;font-weight:800}.mobile-menu-button{display:none}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 86% 18%,rgba(51,174,231,.22),transparent 30%),linear-gradient(135deg,#f7fbfd,#edf7fb 58%,#fff)}.hero:after{position:absolute;right:-10vw;bottom:-36vw;width:58vw;height:58vw;border:1px solid rgba(51,174,231,.22);border-radius:50%;content:"";pointer-events:none}.hero__inner{position:relative;z-index:1;display:grid;min-height:min(760px,calc(100svh - 110px));grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:clamp(2.5rem,7vw,7rem);padding-block:clamp(4rem,8vw,7rem)}.hero__content{max-width:660px}.hero h1{margin-bottom:1.35rem;font-size:clamp(3rem,6vw,5.75rem)}.hero__text{max-width:600px;margin-bottom:1.8rem;color:#41545e;font-size:clamp(1.06rem,1.7vw,1.25rem)}.hero__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.6rem}.hero__microcopy{display:flex;flex-wrap:wrap;gap:.65rem 1.2rem;color:var(--color-muted);font-size:.84rem;font-weight:650}.hero__microcopy span{display:inline-flex;align-items:center;gap:.4rem}.hero__microcopy svg{width:1rem;color:#1683b2}.hero__media{position:relative}.hero__image-shell{overflow:hidden;min-height:520px;border-radius:clamp(1.25rem,3vw,2.5rem);background:#dceef5;box-shadow:0 30px 70px #1e303924}.hero__image-shell img,.hero__image-shell svg{width:100%;height:100%;object-fit:cover}.hero__note{position:absolute;right:-1rem;bottom:2rem;width:min(270px,75%);padding:1rem 1.1rem;border:1px solid rgba(216,228,234,.9);border-radius:1rem;background:#fffffff0;box-shadow:0 18px 42px #1e303926;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero__note strong,.hero__note span{display:block}.hero__note span{margin-top:.15rem;color:var(--color-muted);font-size:.82rem}.trust-strip{border-block:1px solid var(--color-border);background:#fff}.trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;min-height:104px;align-items:center;gap:.8rem;padding:1.1rem clamp(.8rem,2vw,1.6rem);border-right:1px solid var(--color-border)}.trust-item:last-child{border-right:0}.trust-item svg{width:26px;min-width:26px;color:#1186b8}.trust-item strong,.trust-item span{display:block}.trust-item strong{font-size:.92rem;line-height:1.25}.trust-item span{margin-top:.2rem;color:var(--color-muted);font-size:.76rem;line-height:1.35}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.card{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--card-radius);background:#fff}.card__media{overflow:hidden;aspect-ratio:4 / 3;background:#e8f3f7}.card__media img,.card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .26s ease}.card:hover .card__media img{transform:scale(1.025)}.card__body{padding:1.4rem}.card__body h3{margin-bottom:.65rem}.card__body p{margin-bottom:1rem;color:var(--color-muted)}.icon-card{padding:clamp(1.5rem,3vw,2.2rem);border-top:3px solid var(--color-blue)}.icon-card__icon,.step-card__number{display:inline-flex;width:52px;height:52px;align-items:center;justify-content:center;margin-bottom:1.4rem;border-radius:50%;background:#e3f5fc;color:#0d7dab}.icon-card__icon svg{width:25px}.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--card-radius);background:var(--color-border)}.step-card{min-height:290px;padding:clamp(1.6rem,4vw,2.5rem);background:#fff}.step-card__number{background:var(--color-navy);color:#fff;font-weight:800}.step-card p{color:var(--color-muted)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.2rem,3vw,2rem)}.product-card{position:relative}.product-card__link{display:block;text-decoration:none}.product-card__media{position:relative;overflow:hidden;aspect-ratio:1 / 1;border-radius:var(--card-radius);background:var(--color-surface)}.product-card__media img,.product-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .26s ease}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__badge{position:absolute;top:.85rem;left:.85rem;z-index:1;padding:.35rem .65rem;border-radius:2rem;background:var(--color-navy);color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.product-card__content{padding-top:1rem}.product-card__title{margin-bottom:.3rem;font-family:var(--font-heading);font-weight:600;font-size:1.1rem}.product-card__subtitle{min-height:1.4em;margin-bottom:.45rem;color:var(--color-muted);font-size:.85rem}.price{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;font-family:var(--font-body);font-weight:800}.price__compare{color:var(--color-muted);font-weight:500;text-decoration:line-through}.price__sale{color:#a53a2a}.product-card__button{width:100%;margin-top:.9rem}.comparison-wrap{overflow-x:auto;border:1px solid var(--color-border);border-radius:var(--card-radius);background:#fff}.comparison-table{width:100%;min-width:760px;border-collapse:collapse;text-align:left}.comparison-table th,.comparison-table td{padding:1rem 1.2rem;border-bottom:1px solid var(--color-border)}.comparison-table th{background:#eef7fb;color:var(--color-navy);font-size:.86rem}.comparison-table tr:last-child td{border-bottom:0}.comparison-table td:first-child{font-weight:750}.comparison-table .is-highlighted{background:#33aee714}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.testimonial{padding:clamp(1.5rem,3vw,2rem);border:1px solid var(--color-border);border-radius:var(--card-radius);background:#fff}.testimonial__stars{margin-bottom:1rem;color:#1685b4;letter-spacing:.15em}.testimonial blockquote{margin:0 0 1.2rem;font-size:1.02rem}.testimonial cite{color:var(--color-muted);font-size:.85rem;font-style:normal;font-weight:700}.faq-list{max-width:860px;margin-inline:auto;border-top:1px solid var(--color-border)}.faq-item{border-bottom:1px solid var(--color-border)}.faq-item summary{position:relative;padding:1.3rem 3rem 1.3rem 0;color:var(--color-navy);font-weight:750;list-style:none;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{position:absolute;right:0;top:50%;width:1.3rem;height:1.3rem;transform:translateY(-50%);color:#1181b2;content:"+";font-size:1.5rem;font-weight:400;line-height:1;text-align:center}.faq-item[open] summary:after{content:"\2212"}.faq-item__answer{max-width:760px;padding:0 0 1.4rem;color:var(--color-muted)}.newsletter{display:grid;grid-template-columns:1fr minmax(360px,.7fr);align-items:center;gap:3rem;padding:clamp(2rem,5vw,4rem);border-radius:var(--card-radius);background:var(--color-navy);color:#fff}.newsletter h2{margin-bottom:.8rem;color:#fff}.newsletter p{margin-bottom:0;color:#c6d6de}.newsletter__form{display:flex;gap:.6rem}.newsletter__form input{width:100%;min-width:0;min-height:52px;padding:.8rem 1rem;border:1px solid #526a75;border-radius:var(--button-radius);background:#fff}.form-message{margin-top:.7rem;font-size:.85rem}.page-hero{padding-block:clamp(3.5rem,7vw,6rem);background:linear-gradient(135deg,#edf8fc,#fff);text-align:center}.page-hero__inner{max-width:760px;margin-inline:auto}.page-hero h1{margin-bottom:1rem;font-size:clamp(2.6rem,6vw,4.8rem)}.page-hero p{margin-bottom:0;color:var(--color-muted);font-size:1.1rem}.rich-text{max-width:820px;margin-inline:auto}.rich-text h2,.rich-text h3{margin-top:2.2rem}.media-copy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:clamp(2rem,7vw,6rem)}.media-copy--reverse .media-copy__media{order:2}.media-copy__media{overflow:hidden;min-height:430px;border-radius:var(--card-radius);background:#e4f2f7}.media-copy__media img,.media-copy__media svg{width:100%;height:100%;object-fit:cover}.media-copy__content h2{margin-bottom:1rem}.media-copy__content .rte{color:var(--color-muted)}.product-main{padding-block:clamp(2rem,5vw,5rem)}.product-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.78fr);align-items:start;gap:clamp(2rem,6vw,5.5rem)}.product-gallery{display:grid;gap:.8rem}.product-gallery__main,.product-gallery__item{overflow:hidden;border-radius:var(--card-radius);background:var(--color-surface)}.product-gallery__main{aspect-ratio:1 / 1}.product-gallery__main img,.product-gallery__main video,.product-gallery__main model-viewer{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.6rem}.product-gallery__thumb{overflow:hidden;padding:0;border:2px solid transparent;border-radius:.75rem;aspect-ratio:1;background:var(--color-surface)}.product-gallery__thumb.is-active{border-color:var(--color-blue)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{position:sticky;top:110px}.product-info__vendor{margin-bottom:.5rem;color:#177fab;font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.product-info h1{margin-bottom:.7rem;font-size:clamp(2.25rem,4vw,3.7rem)}.product-info__rating{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem;color:var(--color-muted);font-size:.85rem}.product-info__rating .stars{color:#1685b4;letter-spacing:.1em}.product-sales-proof{display:flex;align-items:center;gap:.45rem;margin:-.3rem 0 1rem;color:var(--color-muted);font-size:.8rem}.product-sales-proof strong{color:var(--color-navy)}.product-sales-proof__avatars{display:flex;padding-right:.2rem}.product-sales-proof__avatars i{display:block;width:24px;height:24px;margin-right:-7px;border:2px solid #fff;border-radius:50%;background:linear-gradient(145deg,#b9deed,#4baed8)}.product-sales-proof__avatars i:nth-child(2){background:linear-gradient(145deg,#dfe8ec,#8097a2)}.product-sales-proof__avatars i:nth-child(3){background:linear-gradient(145deg,#c7e9dd,#5aa88e)}.product-trust-inline{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem .75rem;margin:-.15rem 0 1rem;color:var(--color-muted);font-size:.76rem}.product-trust-inline__rating{display:inline-flex;align-items:center;gap:.35rem}.product-trust-inline__stars{color:#f2aa2b;font-size:.86rem;letter-spacing:.1em}.product-trust-inline__text{color:#4f6470;font-size:.74rem;font-weight:800;letter-spacing:.025em;text-transform:uppercase}.product-trust-inline__avatars{display:inline-flex;margin-left:auto;padding-left:.35rem}.product-trust-inline__avatars>span{display:block;width:30px;height:30px;margin-left:-7px;overflow:hidden;border:2px solid #fff;border-radius:50%;background:var(--color-surface);box-shadow:0 2px 7px #1e30391f}.product-trust-inline__avatars img{width:100%;height:100%;object-fit:cover}.product-info .price{margin-bottom:1.1rem;font-size:1.3rem}.product-info__description{margin-bottom:1.4rem;color:var(--color-muted)}.product-bullets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin:0 0 1.5rem;padding:0;list-style:none}.product-bullets li{display:flex;min-height:48px;align-items:center;gap:.65rem;padding:.7rem .8rem;border-radius:.8rem;background:#eef6fa;color:var(--color-navy);font-size:.79rem;font-weight:750;line-height:1.25}.product-bullets svg{width:1.12rem;min-width:1.12rem;color:#0d80b5}.product-bullets__heading{margin-bottom:.55rem;color:var(--color-navy);font-size:.78rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.product-form__field{margin-bottom:1rem}.product-form__field label{display:block;margin-bottom:.4rem;font-size:.84rem;font-weight:750}.variant-picker{display:grid;gap:1.15rem;margin:1.25rem 0 1.3rem}.variant-group{min-width:0;margin:0;padding:0;border:0}.variant-group legend{display:flex;width:100%;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.6rem;color:var(--color-navy);font-size:.84rem;font-weight:800}.variant-group legend strong{color:#167fae;font-size:.78rem;font-weight:750}.variant-options{display:flex;flex-wrap:wrap;gap:.55rem}.variant-pill{position:relative;display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:.5rem;padding:.62rem .95rem;border:1.5px solid var(--color-border);border-radius:999px;background:#fff;color:var(--color-navy);font-size:.84rem;font-family:var(--font-body);font-weight:700;line-height:1.15;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}.variant-pill:hover{border-color:#8abbd0;transform:translateY(-1px)}.variant-option-input:focus-visible+.variant-pill{outline:3px solid rgba(51,174,231,.35);outline-offset:2px}.variant-option-input:checked+.variant-pill{border-color:var(--color-navy);background:#f0f8fb;box-shadow:inset 0 0 0 1px var(--color-navy)}.variant-pill.is-unavailable{color:#89979e;cursor:not-allowed;opacity:.68}.variant-pill.is-unavailable:after{position:absolute;width:70%;height:1px;transform:rotate(-16deg);background:#97a4aa;content:""}.variant-pill small{display:none}.variant-pill__swatch{width:22px;height:22px;border:1px solid rgba(20,36,45,.16);border-radius:50%;background-color:var(--swatch-color, #dce7eb);background-image:var(--swatch-image, none);background-position:center;background-size:cover;box-shadow:inset 0 0 0 2px #fff}.variant-pill[data-swatch=black] .variant-pill__swatch{--swatch-color: #15191c}.variant-pill[data-swatch=white] .variant-pill__swatch{--swatch-color: #fff}.variant-pill[data-swatch=navy] .variant-pill__swatch,.variant-pill[data-swatch=navy-blue] .variant-pill__swatch{--swatch-color: #1e3039}.variant-pill[data-swatch=blue] .variant-pill__swatch{--swatch-color: #33aee7}.variant-pill[data-swatch=silver] .variant-pill__swatch{--swatch-color: #b9c1c5}.variant-pill[data-swatch=gray] .variant-pill__swatch,.variant-pill[data-swatch=grey] .variant-pill__swatch{--swatch-color: #7f8b91}.variant-pill[data-swatch=red] .variant-pill__swatch{--swatch-color: #cf4141}.variant-pill[data-swatch=green] .variant-pill__swatch{--swatch-color: #3e8d6c}.product-form select,.quantity-input,.field input,.field textarea,.search-form input{width:100%;min-height:50px;padding:.75rem .85rem;border:1px solid var(--color-border);border-radius:.7rem;background:#fff}.quantity-selector{display:grid;width:136px;grid-template-columns:40px 1fr 40px;overflow:hidden;border:1px solid var(--color-border);border-radius:.7rem}.quantity-selector button,.quantity-selector input{min-width:0;height:46px;border:0;background:#fff;text-align:center}.quantity-selector button:hover{background:var(--color-surface)}.product-form__buttons{display:grid;gap:.65rem;margin-top:1.2rem}.quantity-offers{margin:1.3rem 0;padding:0;border:0}.quantity-offers legend{display:flex;width:100%;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.65rem;color:var(--color-navy);font-size:.8rem;font-weight:850;letter-spacing:.08em}.quantity-offers legend small{color:var(--color-muted);font-size:.62rem;font-weight:600;letter-spacing:0;text-align:right}.quantity-offers__list{display:grid;gap:.55rem}.quantity-offer{display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:.7rem;min-height:68px;padding:.75rem .9rem;border:1.5px solid var(--color-border);border-radius:.9rem;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.quantity-offer:hover{border-color:#83bad1}.quantity-offer-input:checked+.quantity-offer{border-color:var(--color-blue);background:#f0f9fc;box-shadow:inset 0 0 0 1px var(--color-blue)}.quantity-offer__radio{display:block;width:17px;height:17px;border:1.5px solid #91a2aa;border-radius:50%;box-shadow:inset 0 0 0 4px #fff}.quantity-offer-input:checked+.quantity-offer .quantity-offer__radio{border-color:var(--color-blue);background:var(--color-blue)}.quantity-offer__copy strong,.quantity-offer__copy small,.quantity-offer__value b,.quantity-offer__value span{display:block}.quantity-offer__copy strong{color:var(--color-navy);font-size:.9rem}.quantity-offer__copy small,.quantity-offer__value span{margin-top:.15rem;color:var(--color-muted);font-size:.68rem}.quantity-offer__value{text-align:right}.quantity-offer__value b{padding:.2rem .45rem;border-radius:999px;background:var(--color-blue);color:#102832;font-size:.6rem;letter-spacing:.04em;text-transform:uppercase}.product-payment-methods{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.55rem .75rem;margin-top:.9rem;padding:.75rem;border:1px solid var(--color-border);border-radius:.75rem;background:#fff}.product-payment-methods>span{color:var(--color-muted);font-size:.68rem;font-weight:750}.product-payment-methods ul{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;margin:0;padding:0;list-style:none}.product-payment-methods li{display:flex}.product-payment-methods svg{width:34px;height:auto}.product-payment-methods small{color:var(--color-muted);font-size:.68rem}.shopify-payment-button__button{min-height:52px!important;border-radius:var(--button-radius)!important}.product-reassurance{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;margin-top:1.1rem}.product-reassurance__item{display:flex;min-width:0;align-items:center;gap:.55rem;padding:.7rem;border:1px solid var(--color-border);border-radius:.8rem;background:#fff}.product-reassurance__icon{display:inline-flex;width:32px;height:32px;min-width:32px;align-items:center;justify-content:center;border-radius:50%;background:#e5f5fb;color:#0e7eac}.product-reassurance__icon svg{width:17px}.product-reassurance__item strong,.product-reassurance__item small{display:block;line-height:1.25}.purchase-accordions{margin-top:1rem;border-top:1px solid var(--color-border)}.purchase-accordion{border-bottom:1px solid var(--color-border)}.purchase-accordion summary{position:relative;padding:.95rem 2rem .95rem 0;color:var(--color-navy);font-size:.84rem;font-weight:800;list-style:none;cursor:pointer}.purchase-accordion summary::-webkit-details-marker{display:none}.purchase-accordion summary:after{position:absolute;right:.15rem;top:50%;transform:translateY(-50%);color:#1482b2;content:"+";font-size:1.2rem;font-weight:500}.purchase-accordion[open] summary:after{content:"\2212"}.purchase-accordion__content{padding:0 0 1rem;color:var(--color-muted);font-size:.82rem}.product-reassurance__item strong{color:var(--color-navy);font-size:.72rem}.product-reassurance__item small{margin-top:.18rem;color:var(--color-muted);font-size:.62rem}.proof-bar{background:var(--color-navy);color:#fff}.proof-bar__grid{display:grid;grid-template-columns:repeat(4,1fr)}.proof-bar__item{padding:1.5rem;border-right:1px solid #3c515b;text-align:center}.proof-bar__item:last-child{border-right:0}.proof-bar__item strong,.proof-bar__item span{display:block}.product-details-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.7fr);align-items:start;gap:clamp(2rem,7vw,6rem)}.product-specs{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--card-radius);background:#fff}.product-specs__row{display:grid;grid-template-columns:.8fr 1.2fr;gap:1rem;padding:1rem 1.2rem;border-bottom:1px solid var(--color-border)}.product-specs__row:last-child{border-bottom:0}.product-specs__row dt{color:var(--color-muted);font-size:.82rem;font-weight:700}.product-specs__row dd{margin:0;font-weight:750}.product-details__included{margin-top:1.5rem;padding:1.2rem;border-left:3px solid var(--color-blue);background:var(--color-surface)}.pain-solution{display:grid;grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr);align-items:start;gap:clamp(2.5rem,7vw,6rem)}.pain-list{display:grid;gap:0;margin-top:2rem;border-top:1px solid var(--color-border)}.pain-item{display:grid;grid-template-columns:38px 1fr;gap:.9rem;padding-block:1.15rem;border-bottom:1px solid var(--color-border)}.pain-item__number{color:#1482b2;font-size:.78rem;font-weight:850;letter-spacing:.08em}.pain-item h3{margin-bottom:.35rem;font-size:1.05rem}.pain-item p{margin-bottom:0;color:var(--color-muted);font-size:.9rem}.solution-panel{position:relative;overflow:hidden;padding:clamp(2rem,5vw,4rem);border-radius:var(--card-radius);background:var(--color-navy);color:#fff}.solution-panel:after{position:absolute;right:-90px;bottom:-90px;width:220px;height:220px;border:1px solid rgba(51,174,231,.42);border-radius:50%;content:""}.solution-panel h2,.solution-panel h3{color:#fff}.solution-panel>p{color:#c6d6de}.solution-outcomes{position:relative;z-index:1;display:grid;gap:.85rem;margin-top:1.8rem}.solution-outcome{display:flex;align-items:flex-start;gap:.75rem;padding:.9rem 0;border-top:1px solid #3a505a}.solution-outcome svg{width:18px;min-width:18px;margin-top:.2rem;color:var(--color-blue)}.solution-outcome strong,.solution-outcome span{display:block}.solution-outcome span{margin-top:.2rem;color:#b9cbd3;font-size:.82rem}.customer-proof__summary{display:flex;align-items:center;justify-content:center;gap:.75rem 1.25rem;flex-wrap:wrap;margin:-1.5rem auto 2.5rem;color:var(--color-muted);font-size:.86rem}.customer-proof__summary strong{color:var(--color-navy);font-size:1.15rem}.ugc-section{overflow:hidden}.ugc-section__header{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.ugc-section__header .section-heading{margin-bottom:0}.carousel-controls{display:flex;gap:.55rem}.carousel-button{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:50%;background:#fff;color:var(--color-navy)}.carousel-button:hover{border-color:#88bad0;background:var(--color-surface)}.carousel-button svg{width:18px}.carousel-button--previous svg{transform:rotate(180deg)}.ugc-carousel{display:flex;gap:1rem;overflow-x:auto;padding:0 .1rem 1rem;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#a9c3cf transparent}.ugc-card{display:flex;flex:0 0 clamp(220px,21vw,290px);overflow:hidden;flex-direction:column;border:1px solid var(--color-border);border-radius:1.15rem;background:#fff;box-shadow:0 14px 34px #1e303917;scroll-snap-align:start}.ugc-card__media{position:relative;overflow:hidden;aspect-ratio:9 / 16;background:#dce9ee}.ugc-card__badge{position:absolute;z-index:2;top:.85rem;left:.85rem;max-width:calc(100% - 1.7rem);padding:.38rem .65rem;border-radius:999px;background:#fffffff0;color:var(--color-navy);font-size:.62rem;font-weight:850;letter-spacing:.06em;line-height:1;text-transform:uppercase;box-shadow:0 4px 14px #1e303924}.ugc-card__media video,.ugc-card__media iframe,.ugc-card__media img,.ugc-card__media svg{width:100%;height:100%;object-fit:cover}.ugc-card__placeholder{display:flex;height:100%;align-items:center;justify-content:center;flex-direction:column;gap:.8rem;padding:1.5rem;background:linear-gradient(180deg,#1e30390a,#1e303970),linear-gradient(145deg,#d9eff7,#9fcddf);color:#fff;text-align:center}.ugc-card__play{display:inline-flex;width:58px;height:58px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.75);border-radius:50%;background:#ffffff38;font-size:1.1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ugc-card__body{display:flex;min-height:250px;flex:1;flex-direction:column;padding:1.15rem 1.15rem 1.2rem}.ugc-card__stars{color:var(--color-blue);font-size:1rem;letter-spacing:.12em;line-height:1}.ugc-card__review{margin:.9rem 0 1.1rem;color:#596a72;font-size:.82rem;line-height:1.6}.ugc-card__reviewer{display:flex;align-items:center;gap:.65rem;margin-top:auto;padding-top:.9rem;border-top:1px solid var(--color-border)}.ugc-card__reviewer strong,.ugc-card__reviewer>div>span{display:flex;align-items:center;gap:.35rem}.ugc-card__reviewer strong{color:var(--color-navy);font-size:.78rem;font-weight:800}.ugc-card__reviewer>div>span{margin-top:.2rem;color:#86969d;font-size:.72rem}.ugc-card__verified{display:inline-flex;width:15px;height:15px;align-items:center;justify-content:center;flex:0 0 15px;border-radius:50%;background:var(--color-blue);color:#fff}.ugc-card__verified svg{width:10px;height:10px}.evidence-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid var(--color-border);border-radius:var(--card-radius);background:var(--color-border);gap:1px}.evidence-stat{min-height:210px;padding:clamp(1.5rem,4vw,2.5rem);background:#fff;text-align:center}.evidence-stat strong{display:block;margin-bottom:.65rem;color:var(--color-navy);font-family:var(--font-heading);font-size:clamp(2rem,4vw,3.4rem);font-weight:650;letter-spacing:-.05em;line-height:1}.evidence-stat span{display:block;color:var(--color-muted);font-size:.86rem}.evidence-stat small{display:block;margin-top:.8rem;color:#7d8c93;font-size:.68rem}.conversion-cta{position:relative;display:grid;overflow:hidden;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2.5rem;padding:clamp(2rem,6vw,4.5rem);border-radius:var(--card-radius);background:radial-gradient(circle at 82% 10%,rgba(51,174,231,.35),transparent 28%),var(--color-navy);color:#fff}.conversion-cta h2{max-width:760px;margin-bottom:.8rem;color:#fff}.conversion-cta p{max-width:680px;margin-bottom:0;color:#c6d6de}.conversion-cta__action{min-width:min(300px,100%)}.conversion-cta__price{display:block;margin-bottom:.7rem;color:#fff;font-size:1rem;font-weight:800;text-align:center}.review-card__header{display:flex;align-items:center;gap:.75rem;margin-top:1.2rem}.review-card__avatar{display:flex;width:42px;height:42px;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;background:#dceff6;color:#126f95;font-weight:850}.review-card__avatar img{width:100%;height:100%;object-fit:cover}.review-card__meta strong,.review-card__meta span{display:block}.review-card__meta span{color:var(--color-muted);font-size:.76rem}.verified-label{display:inline-flex;align-items:center;gap:.3rem;color:#167fae;font-size:.7rem;font-weight:800}.verified-label svg{width:.85rem}.proof-bar__item strong{font-size:1.05rem}.proof-bar__item span{margin-top:.25rem;color:#bcd0da;font-size:.76rem}.sticky-atc{position:fixed;z-index:40;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:space-between;gap:.8rem;padding:.7rem 1rem calc(.7rem + env(safe-area-inset-bottom));border-top:1px solid var(--color-border);background:#fffffff7;box-shadow:0 -12px 30px #1e30391a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.sticky-atc__info{min-width:0}.sticky-atc__info strong,.sticky-atc__info span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-atc__info strong{max-width:42vw;font-size:.8rem}.sticky-atc__info span{color:var(--color-muted);font-size:.74rem}.collection-header{padding-block:clamp(3rem,6vw,5.5rem);background:var(--color-surface)}.collection-header__inner{max-width:760px}.collection-header h1{margin-bottom:.8rem;font-size:clamp(2.6rem,6vw,4.8rem)}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.collection-toolbar select{min-height:44px;padding:.55rem 2.2rem .55rem .8rem;border:1px solid var(--color-border);border-radius:.65rem;background:#fff}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.pagination a,.pagination span{display:inline-flex;min-width:42px;height:42px;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:.55rem;text-decoration:none}.pagination .current{border-color:var(--color-navy);background:var(--color-navy);color:#fff}.cart-drawer-layer{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;visibility:hidden;pointer-events:none;transition:visibility 0s linear .26s}.cart-drawer-layer.is-open{visibility:visible;pointer-events:auto;transition-delay:0s}.cart-drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0d1d247a;opacity:0;cursor:default;transition:opacity .24s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cart-drawer-layer.is-open .cart-drawer-overlay{opacity:1}.cart-drawer{position:absolute;top:0;right:0;display:flex;width:min(100%,540px);height:100%;max-height:100dvh;flex-direction:column;transform:translate(102%);background:#fff;color:var(--color-ink);box-shadow:-24px 0 70px #12242d2e;transition:transform .26s cubic-bezier(.22,1,.36,1)}.cart-drawer-layer.is-open .cart-drawer{transform:translate(0)}.cart-drawer__header{display:flex;min-height:74px;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border)}.cart-drawer__header h2{margin:0;font-size:1.12rem;letter-spacing:-.025em}.cart-drawer__header>div>span{display:block;margin-top:.16rem;color:var(--color-muted);font-size:.7rem}.cart-drawer__close{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:0;border-radius:50%;background:transparent;color:var(--color-navy)}.cart-drawer__close:hover{background:var(--color-surface)}.cart-drawer__close svg{width:22px}.cart-drawer__notice{display:none;padding:.65rem 1.5rem;background:#eaf7fc;color:#126d95;font-size:.75rem;font-weight:750}.cart-drawer__notice.is-visible{display:block}.cart-drawer__notice.is-error{background:#fff0ef;color:#a03831}.cart-drawer__content{min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain}.cart-drawer__items{border-bottom:1px solid var(--color-border)}.cart-drawer-item{display:grid;grid-template-columns:112px minmax(0,1fr);gap:1rem;padding:1.15rem 1.5rem;border-bottom:1px solid var(--color-border)}.cart-drawer-item:last-child{border-bottom:0}.cart-drawer-item__image{display:block;overflow:hidden;aspect-ratio:1 / 1;border-radius:.65rem;background:var(--color-surface)}.cart-drawer-item__image img{width:100%;height:100%;object-fit:cover}.cart-drawer-item__image-placeholder{display:block;width:100%;height:100%;background:linear-gradient(145deg,#edf5f8,#dce9ee)}.cart-drawer-item__info{display:flex;min-width:0;flex-direction:column}.cart-drawer-item__top{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.75rem}.cart-drawer-item__title{color:var(--color-navy);font-size:.88rem;font-weight:700;line-height:1.35;text-decoration:none}.cart-drawer-item__variant{margin:.28rem 0 0;color:var(--color-muted);font-size:.68rem}.cart-drawer-item__price{text-align:right;white-space:nowrap}.cart-drawer-item__price s,.cart-drawer-item__price strong{display:block;font-size:.78rem}.cart-drawer-item__price s{color:#a6b0b5}.cart-drawer-item__price strong{color:var(--color-navy)}.cart-drawer-item__actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto;padding-top:.65rem}.cart-drawer-item__remove{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:0;background:transparent;color:#95a5ac}.cart-drawer-item__remove:hover{color:#b33d38}.cart-drawer-item__remove svg{width:18px}.cart-drawer-quantity{display:grid;grid-template-columns:34px 38px 34px;overflow:hidden;border:1px solid #9ca9ae;border-radius:.35rem}.cart-drawer-quantity button,.cart-drawer-quantity span{display:flex;height:34px;align-items:center;justify-content:center;border:0;background:#fff;color:var(--color-navy);font-size:.78rem}.cart-drawer-quantity button:hover{background:var(--color-surface)}.cart-drawer-quantity span{border-right:1px solid #c1cbd0;border-left:1px solid #c1cbd0}.cart-drawer__empty{display:flex;min-height:100%;align-items:center;justify-content:center;flex-direction:column;padding:3rem 1.5rem;text-align:center}.cart-drawer__empty-icon{display:inline-flex;width:68px;height:68px;align-items:center;justify-content:center;margin-bottom:1.2rem;border-radius:50%;background:#eaf6fb;color:var(--color-blue);font-size:2rem}.cart-drawer__empty-icon svg{width:31px}.cart-drawer__empty h3{max-width:330px;margin-bottom:.55rem;font-size:1.25rem}.cart-drawer__empty p{max-width:330px;margin:0 0 1.25rem;color:var(--color-muted);font-size:.82rem}.cart-drawer__footer{flex:0 0 auto;padding:1rem 1.5rem max(1.25rem,env(safe-area-inset-bottom));border-top:1px solid var(--color-border);background:#f7fafb;box-shadow:0 -12px 30px #1e30390f}.cart-drawer__trust{display:flex;align-items:center;gap:.7rem;margin-bottom:.9rem}.cart-drawer__trust>span{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;flex:0 0 38px;border-radius:.65rem;background:#e5f5fb;color:#0c80b7}.cart-drawer__trust svg{width:20px}.cart-drawer__trust strong,.cart-drawer__trust small{display:block}.cart-drawer__trust strong{color:var(--color-navy);font-size:.78rem}.cart-drawer__trust small{margin-top:.1rem;color:var(--color-muted);font-size:.67rem}.cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.3rem;color:var(--color-navy);font-size:.92rem;font-weight:800}.cart-drawer__tax-note{margin:0 0 .8rem;color:var(--color-muted);font-size:.65rem}.cart-drawer__view-cart{display:block;margin-top:.7rem;color:var(--color-navy);font-size:.72rem;font-weight:750;text-align:center;text-underline-offset:.2rem}.cart-drawer.is-loading .cart-drawer__content,.cart-drawer.is-loading .cart-drawer__footer{pointer-events:none;opacity:.62}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,.4fr);align-items:start;gap:3rem}.template-cart .section-heading{margin-bottom:1.5rem}.template-cart .section-heading h1{margin-bottom:0;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.03em}.cart-items{border-top:1px solid var(--color-border)}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:1.2rem;padding-block:1.4rem;border-bottom:1px solid var(--color-border)}.cart-item__image{overflow:hidden;border-radius:.8rem;background:var(--color-surface)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-weight:800;text-decoration:none}.cart-item__variant,.cart-item__remove{color:var(--color-muted);font-size:.82rem}.cart-summary{position:sticky;top:110px;padding:1.5rem;border:1px solid var(--color-border);border-radius:var(--card-radius);background:var(--color-surface)}.cart-summary__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;font-size:1.1rem;font-weight:800}.cart-summary textarea{width:100%;min-height:100px;margin-bottom:1rem}.cart-summary__note{color:var(--color-muted);font-size:.78rem}.contact-form{display:grid;max-width:760px;grid-template-columns:repeat(2,1fr);gap:1rem;margin-inline:auto}.field--full{grid-column:1 / -1}.field label{display:block;margin-bottom:.35rem;font-size:.82rem;font-weight:750}.field textarea{min-height:160px;resize:vertical}.search-form{display:flex;max-width:660px;gap:.6rem;margin:0 auto 3rem}.empty-state{max-width:620px;margin-inline:auto;padding-block:4rem;text-align:center}.site-footer{padding-top:clamp(3.5rem,7vw,6rem);background:#152831;color:#d7e1e6}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,.7fr);gap:clamp(2rem,5vw,5rem);padding-bottom:3rem}.footer-brand img{width:min(210px,100%);height:auto}.footer-brand p{max-width:350px;margin-top:1.2rem;color:#aebfc7;font-size:.9rem}.footer-column h2{margin-bottom:1rem;color:#fff;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.footer-menu{align-items:flex-start;flex-direction:column;gap:.65rem}.footer-menu a{color:#b8c7ce;font-size:.87rem;text-decoration:none}.footer-menu a:hover{color:#fff}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.3rem;border-top:1px solid #334953;color:#93a9b3;font-size:.75rem}.payment-icons{display:flex;flex-wrap:wrap;gap:.4rem}.payment-icons svg{width:38px;height:auto}@media(max-width:989px){.mobile-menu-button{display:inline-flex}.header-inner{min-height:68px;grid-template-columns:auto 1fr auto;gap:.75rem}.header-logo{justify-self:center}.header-nav{position:fixed;z-index:50;inset:0 auto 0 0;width:min(88vw,380px);padding:5.5rem 1.25rem 2rem;transform:translate(-105%);background:#fff;box-shadow:20px 0 60px #1e30392e;transition:transform .22s ease}.header-nav.is-open{transform:translate(0)}.header-nav__list{align-items:stretch;flex-direction:column;gap:0}.header-nav a{display:block;padding:1rem 0;border-bottom:1px solid var(--color-border);font-size:1.05rem}.header-account,.header-search{display:none}.hero__inner,.product-layout,.product-details-grid,.pain-solution,.media-copy,.newsletter,.cart-layout{grid-template-columns:1fr}.hero__inner{min-height:auto}.hero__content{max-width:780px}.hero__media{width:min(760px,100%)}.trust-strip__grid,.proof-bar__grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2),.proof-bar__item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2),.proof-bar__item:nth-child(-n+2){border-bottom:1px solid var(--color-border)}.card-grid,.product-grid,.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.steps-grid,.conversion-cta{grid-template-columns:1fr}.conversion-cta__action{min-width:0}.media-copy--reverse .media-copy__media{order:0}.product-info,.cart-summary{position:static}.footer-grid{grid-template-columns:1.3fr repeat(2,.7fr)}}@media(max-width:749px){.cart-drawer__header,.cart-drawer__footer{padding-right:1rem;padding-left:1rem}.cart-drawer-item{grid-template-columns:92px minmax(0,1fr);gap:.8rem;padding:1rem}.cart-drawer-item__top{gap:.45rem}.cart-drawer-quantity{grid-template-columns:31px 34px 31px}.page-width{width:min(calc(100% - 1.25rem),var(--page-width))}.section{padding-block:3.8rem}.hero__inner{gap:2.8rem;padding-block:3.2rem 4rem}.hero h1{font-size:clamp(2.7rem,13vw,4.2rem)}.hero__actions{align-items:stretch;flex-direction:column}.ugc-section__header{align-items:flex-start}.ugc-card{flex-basis:min(72vw,280px)}.evidence-stats{grid-template-columns:1fr}.evidence-stat{min-height:auto}.hero__image-shell{min-height:390px}.hero__note{right:.75rem;bottom:.75rem}.trust-item{min-height:96px}.card-grid,.product-grid,.testimonial-grid{grid-template-columns:1fr}.newsletter{gap:1.7rem}.newsletter__form,.search-form{flex-direction:column}.media-copy__media{min-height:340px}.product-gallery__thumbs{grid-template-columns:repeat(4,1fr)}.product-reassurance{grid-template-columns:1fr}.product-trust-inline__avatars{margin-left:0}.product-bullets li{min-height:54px;padding:.65rem;font-size:.72rem}.sticky-atc{display:flex}.template-product .site-footer{padding-bottom:80px}.collection-toolbar{align-items:stretch;flex-direction:column}.cart-item{grid-template-columns:88px 1fr}.cart-item__total{grid-column:2}.contact-form{grid-template-columns:1fr}.field--full{grid-column:auto}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1 / -1}.footer-bottom{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/base.css.map */
