:root{--navy: #233d7f;--blue: #2791cd;--blue-mid: #27a9d7;--cyan: #27bbe4;--cyan-light: #3ec8ee;--sky: #50d2f8;--ground: #0B1B3A;--ground-lift: #12264C;--ground-line: #1E355E;--ground-edge: #22406F;--ink: #101B33;--body: #3A4A66;--muted: #5C7196;--faint: #6B7A99;--on-dark: #C6D8EE;--on-dark-dim: #9FBAD9;--on-dark-low: #6E88B4;--on-dark-mid: #B9CDE6;--surface: #FFFFFF;--surface-alt: #E9F0F8;--surface-tint:#EAF4FB;--line: #E4EBF3;--line-mid: #DDE7F2;--line-strong: #C3D3E6;--spotlight: radial-gradient(ellipse 66% 52% at 50% 40%, #FFFFFF 0%, #EEF5FB 58%, #E2ECF6 100%);--font-sans: "Instrument Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-serif: "Instrument Serif", Georgia, "Times New Roman", serif;--radius: 6px;--radius-lg: 10px;--gutter: 24px;--measure: 1160px}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:var(--surface);color:var(--ink);font-family:var(--font-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{margin:0;font-weight:600;letter-spacing:-.02em;line-height:1.08;text-wrap:balance}p{margin:0;text-wrap:pretty}a{color:var(--blue);text-decoration:none}a:hover{color:var(--navy)}img,svg{max-width:100%}img{height:auto;display:block}:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:2px}.skip-link{position:absolute;left:-9999px;top:0;z-index:999;background:var(--surface);color:var(--ink);padding:12px 20px;font-weight:600;border-radius:0 0 var(--radius) 0}.skip-link:focus{left:0}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.container{width:100%;padding-inline:clamp(22px,5vw,140px);margin-inline:auto}.section{padding-block:92px}.section--tight{padding-block:78px}.section--alt{background:var(--surface-alt)}.section--dark{background:var(--ground)}.section--edge-top{border-top:1px solid var(--line)}.section--edge-bottom{border-bottom:1px solid var(--line)}.stack{display:flex;flex-direction:column}.row{display:flex;align-items:center}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--gutter)}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--gutter)}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--gutter)}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--blue)}.eyebrow--navy{color:var(--navy)}.eyebrow--sky{color:var(--sky)}.serif{font-family:var(--font-serif);font-weight:400;letter-spacing:-.01em}.h-display{font-size:clamp(34px,4.4vw,68px);line-height:1.04;color:var(--ground)}.h-section{font-size:clamp(27px,3.2vw,44px);color:var(--ground)}.h-block{font-size:clamp(25px,2.6vw,38px);color:var(--ground)}.h-card{font-size:19px;color:var(--ground)}.lede{font-size:19px;color:var(--body)}.copy,.copy--sm,.split-head__aside,.program__body,.marker__note{max-width:68ch}.lede{max-width:56ch}.copy{font-size:16px;color:var(--body)}.copy--sm{font-size:15px;color:var(--body)}.copy--xs{font-size:13px;color:var(--muted)}.placeholder{color:var(--faint);font-weight:500}.claim-mark{color:var(--faint)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:0 32px;border:1.5px solid transparent;border-radius:4px;font:inherit;font-size:16px;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.btn--primary{background:var(--navy);color:#fff}.btn--primary:hover{background:var(--ground);color:#fff}.btn--accent{background:var(--blue);color:#fff}.btn--accent:hover{background:var(--navy);color:#fff}.btn--ghost{background:var(--surface);border-color:var(--line-strong);color:var(--navy)}.btn--ghost:hover{border-color:var(--blue);color:var(--navy)}.btn--sm{min-height:44px;padding:0 22px;font-size:14px}.btn--block{width:100%}.btn[disabled]{opacity:.55;cursor:not-allowed}.link-arrow{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:var(--navy)}.link-arrow--sky{color:var(--sky)}.link-arrow--sky:hover{color:#fff}.announcement{background:var(--ground);color:var(--on-dark);text-align:center;padding:9px 22px;font-size:12px;font-weight:500;letter-spacing:.06em}.header{background:var(--surface);border-bottom:1px solid var(--line);position:relative;z-index:30}.header__inner{display:flex;align-items:center;gap:40px;min-height:96px}.header__logo{flex-shrink:0;display:block}.header__logo img{width:auto}.header__nav{display:flex;align-items:center;gap:30px;flex-grow:1}.header__nav a{font-size:15px;font-weight:500;color:var(--ink)}.header__nav a:hover{color:var(--blue)}.header__actions{display:flex;align-items:center;gap:20px}.header__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0 -12px;color:var(--ink);background:none;border:0;cursor:pointer}.header--centered .header__utility{border-bottom:1px solid var(--line)}.header--centered .header__utility-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:56px}.header--centered .header__utility-inner .header__nav{flex-grow:0;gap:28px}.header--centered .header__utility-inner .header__actions{gap:18px}.header--centered .header__logo-row{display:flex;align-items:center;justify-content:center;padding-block:26px 30px}.header--centered .header__logo{display:block}.header__cart-count{font-size:13px;font-weight:600;color:var(--navy)}.header__toggle{display:none}.hero{position:relative;background:var(--surface-alt);padding-block:76px 84px;overflow:hidden}.hero__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(36px,3.4vw,80px);position:relative;z-index:2}.hero__copy{min-width:0;display:flex;flex-direction:column;gap:24px}.hero__lede{max-width:520px}.hero__ctas{display:flex;align-items:center;gap:14px;margin-top:6px;flex-wrap:wrap}.hero__assurances{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.hero__assurance{font-size:13px;font-weight:600;color:var(--body)}.hero__sep{width:4px;height:4px;border-radius:50%;background:var(--cyan)}.hero--white{background:#fff}.hero--tinted{background:#e7eff7}.hero--navy{background:var(--ground)}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.hero__headline{text-wrap:wrap}.hero__headline-accent{display:block;color:var(--blue)}.hero--navy .hero__headline-accent{color:var(--sky)}.hero__tagline{font-size:clamp(17px,1.4vw,21px);font-weight:500;color:var(--body);margin-top:2px}.hero__tagline-accent{color:var(--blue);font-weight:600;border-bottom:2px solid var(--blue);padding-bottom:2px}.hero--navy .hero__tagline{color:var(--on-dark-mid)}.hero--navy .hero__tagline-accent{color:var(--sky);border-bottom-color:var(--sky)}.hero__lede strong{color:var(--blue);font-weight:600}.hero--navy .hero__lede strong{color:var(--sky);font-weight:500}.hero--navy .product-stage--kit{background:radial-gradient(ellipse 62% 52% at 50% 44%,#50d2f821,#2791cd0f 42%,#0b1b3a00 72%)}.hero--navy .product-stage--kit:after{background:radial-gradient(ellipse at center,#00000061,#0000 70%)}.hero--navy .product-thumb{background:#12264c;border-color:#274677}.hero--navy .product-thumb span{color:#6e88b4}.hero--navy .eyebrow--navy{color:var(--sky)}.hero--navy .claim-mark{color:var(--on-dark-low)}.hero__masthead{display:flex;justify-content:center;align-items:center;position:relative;z-index:2;margin-bottom:44px}.hero__masthead img{width:auto}.hero__inner--centered{display:block;max-width:1120px;margin-inline:auto;text-align:center}.hero__inner--centered .hero__copy{align-items:center;gap:22px}.hero__inner--centered .hero__eyebrow-row{justify-content:center}.hero__inner--centered .hero__lede{max-width:62ch;margin-inline:auto}.hero__inner--centered .hero__ctas,.hero__inner--centered .hero__assurances{justify-content:center}.hero__inner--centered .hero__tagline{text-align:center}.hero__mark{display:block;margin-bottom:6px}.hero__mark img{height:clamp(58px,6.6vw,108px);width:auto;margin-inline:auto}.hero__eyebrow-row{display:flex;align-items:center;justify-content:space-between;gap:24px}.hero__eyebrow-left{display:inline-flex;align-items:center;gap:10px}.hero__brandmark{flex-shrink:0}.hero__brandmark img{height:34px;width:auto;opacity:.92}.page-intro{display:flex;flex-direction:column;gap:18px;max-width:760px}.page-intro__body{max-width:660px}.sheet{display:flex;flex-direction:column;gap:40px}.sheet__head{display:flex;flex-direction:column;gap:16px;max-width:700px}.sheet__intro{max-width:620px}.sheet__figure{margin:0;display:flex;flex-direction:column;gap:14px;align-items:center}.sheet__figure img{width:100%;max-width:860px;height:auto;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:0 18px 48px #0b1b3a1a}.sheet__caption{font-size:13px;color:var(--muted);text-align:center}.hero--navy .hero__arc{opacity:.16}.hero--navy .h-display{color:#fff}.hero--navy .lede{color:var(--on-dark-mid)}.hero--navy .lede strong{color:var(--sky);font-weight:500}.hero--navy .eyebrow{color:var(--sky)}.hero--navy .hero__assurance{color:var(--on-dark-dim)}.hero--navy .hero__sep{background:var(--sky)}.hero--navy .btn--primary{background:var(--blue);color:#fff}.hero--navy .btn--primary:hover{background:var(--sky);color:var(--ground)}.hero--navy .btn--ghost{background:transparent;border-color:#35538a;color:#fff}.hero--navy .btn--ghost:hover{border-color:var(--sky)}.hero--navy .product-stage{border-color:#274677}.hero__arc{position:absolute;left:-180px;bottom:-160px;opacity:.5;pointer-events:none}.product-figure{min-width:0;display:flex;flex-direction:column;gap:14px}.product-stage{aspect-ratio:16 / 11;height:auto;min-height:300px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--spotlight);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;overflow:hidden;position:relative}.product-stage img{max-height:300px;width:auto;object-fit:contain}.product-stage:after{content:"";position:absolute;left:50%;bottom:58px;width:190px;height:16px;transform:translate(-50%);background:radial-gradient(ellipse at center,#0b1b3a29,#0b1b3a00 72%);pointer-events:none}.product-stage--bare:after{display:none}.product-stage--photo{padding:0;border:0;border-radius:var(--radius-lg);overflow:hidden;background:var(--ground-lift)}.product-stage--photo:after{display:none}.product-stage--photo img{width:100%;height:100%;max-height:none;object-fit:cover;object-position:center}.product-stage--kit{padding:24px;border:0;border-radius:0;overflow:visible;background:radial-gradient(ellipse 62% 50% at 50% 42%,#fff,#ffffffb3 34%,#ffffff38 55%,#fff0 72%)}.product-stage--kit img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;position:relative;z-index:1}.product-stage--kit:after{bottom:36px;width:330px;height:18px;background:radial-gradient(ellipse at center,#0b1b3a33,#0b1b3a00 70%)}.product-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.product-thumb{height:74px;border:1px solid var(--line-mid);border-radius:var(--radius);background:#f8fbfd;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0;cursor:pointer}.product-thumb[aria-current=true]{border:2px solid var(--blue);background:var(--surface)}.product-thumb span{font-size:10.5px;font-weight:600;letter-spacing:.08em;color:#8a9bb8}@media(prefers-reduced-motion:no-preference){.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal.is-in{opacity:1;transform:none}}.hero__stamp-anchor{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none}.hero__stamp-anchor>.container{height:100%}.hero__stamp-rail{position:relative;height:100%}.patent-stamp{position:absolute;top:26px;right:-6px;width:clamp(72px,6.4vw,96px);height:clamp(72px,6.4vw,96px);transform:rotate(-6deg);pointer-events:none}.trust-bar{background:var(--surface);border-bottom:1px solid var(--line);padding-block:30px}.trust-bar__item{display:flex;align-items:center;gap:12px}.trust-bar__item svg{flex-shrink:0;color:var(--blue)}.trust-bar__item span{font-size:14px;font-weight:600;color:var(--ink)}.program__head{display:flex;flex-direction:column;gap:16px;margin-bottom:48px;max-width:700px}.program__intro{max-width:620px}.program__flow{display:flex;gap:24px;align-items:stretch}.program__steps{flex-grow:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;margin:0;padding:0;list-style:none;counter-reset:none}.program__step{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:30px 26px;display:flex;flex-direction:column;gap:10px}.program__step:not(:last-child):after{content:"";position:absolute;top:50%;right:-32px;width:24px;height:10px;transform:translateY(-50%);background:linear-gradient(to right,var(--line-strong) 0 14px,transparent 14px) center left / 100% 1.5px no-repeat,linear-gradient(45deg,transparent 48%,var(--line-strong) 48% 52%,transparent 52%) right center / 8px 8px no-repeat}.program__index{width:26px;height:26px;border-radius:50%;background:var(--blue);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center}.program__mark{color:var(--navy);margin-top:4px}.program__kicker{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--blue)}.program__title{font-size:21px;color:var(--ground)}.program__body{margin-top:2px}.program__callout{flex:0 0 clamp(260px,24%,360px);background:var(--surface-tint);border:1px solid #CFE4F4;border-radius:8px;padding:30px 26px;display:flex;flex-direction:column;gap:12px}.program__callout-mark{color:var(--blue)}.program__callout-title{font-size:20px;color:var(--ground)}.markers__head{display:flex;flex-direction:column;gap:16px;margin-bottom:44px;max-width:700px}.markers__intro{max-width:620px}.markers__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(14px,1.4vw,24px)}.marker{border:1px solid var(--line);border-radius:8px;padding:26px 22px;display:flex;flex-direction:column;gap:10px;background:var(--surface)}.marker__mark{width:46px;height:46px;border-radius:50%;background:var(--surface-tint);color:var(--navy);display:flex;align-items:center;justify-content:center}.marker__name{font-size:17px;color:var(--ground)}.marker__note{font-size:14px;color:var(--body);line-height:1.55}.markers__footnote{margin-top:26px;display:flex;align-items:center;gap:12px;background:var(--surface-alt);border-radius:var(--radius);padding:18px 22px}.markers__footnote svg{flex-shrink:0;color:var(--blue)}.card{background:var(--surface-alt);border:1px solid var(--line);border-radius:8px;padding:34px 30px;display:flex;flex-direction:column;gap:16px}.card__numeral{font-size:40px;line-height:1;color:var(--blue)}.split-head{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:56px}.split-head__main{flex:1 1 520px;min-width:0;max-width:780px;display:flex;flex-direction:column;gap:18px}.split-head__aside{flex:0 1 400px;min-width:0}.ingredients{display:flex;gap:72px;align-items:center}.ingredients__intro{flex:0 0 clamp(300px,30%,440px);display:flex;flex-direction:column;gap:20px}.ingredients__list{flex-grow:1;display:flex;flex-direction:column;gap:14px}.ingredient{background:var(--surface);border:1px solid var(--line-mid);border-radius:8px;padding:26px 30px;display:flex;align-items:center;gap:26px}.ingredient__mark{width:52px;height:52px;border-radius:50%;background:var(--surface-tint);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ingredient__text{flex-grow:1;display:flex;flex-direction:column;gap:5px}.ingredient__amount{font-size:15px;white-space:nowrap}.package-item{display:flex;flex-direction:column;gap:16px}.package-item__stage{height:300px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--spotlight);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.package-item__stage img{max-height:220px;width:auto;object-fit:contain}.package-item__stage:after{content:"";position:absolute;left:50%;bottom:38px;width:150px;height:14px;transform:translate(-50%);background:radial-gradient(ellipse at center,#0b1b3a26,#0b1b3a00 72%)}.package-item__text{display:flex;flex-direction:column;gap:6px}.founder{display:flex;gap:60px;align-items:center;position:relative;z-index:2}.founder__portrait{flex:0 0 clamp(280px,26%,400px);width:auto;height:380px;flex-shrink:0;border-radius:8px;background:var(--ground-lift);border:1px solid var(--ground-edge);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;overflow:hidden}.founder__portrait img{width:100%;height:100%;object-fit:cover}.founder--avatar{display:block}.founder--avatar .founder__body,.founder--avatar .founder__quote{max-width:940px}.founder__byline{display:flex;align-items:center;gap:16px;margin-top:8px}.founder__avatar{width:76px;height:76px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid #2E5085;background:var(--ground-lift)}.founder__avatar img{width:100%;height:100%;object-fit:cover;display:block}.founder__byline-text{display:flex;flex-direction:column;gap:3px}.founder__body{flex-grow:1;display:flex;flex-direction:column;gap:22px}.founder__quote{font-size:33px;color:#fff;line-height:1.28;max-width:640px}.founder__name{font-size:17px;font-weight:600;color:#fff}.founder__role{font-size:14px;color:var(--on-dark-dim)}.founder__bio{font-size:15px;color:var(--on-dark-mid);max-width:620px}.founder__more{margin-top:4px;border-top:1px solid var(--ground-line)}.founder__more summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:8px;padding:18px 0 4px;font-size:15px;font-weight:600;color:var(--sky)}.founder__more summary::-webkit-details-marker{display:none}.founder__more summary svg{transition:transform .2s ease}.founder__more[open] summary svg{transform:rotate(180deg)}.founder__more-body{padding-bottom:8px;max-width:66ch;font-size:15px;line-height:1.75;color:var(--on-dark-mid)}.founder__more-body p+p{margin-top:14px}.founder__chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}.founder__chip{border:1px solid #2E5085;color:var(--on-dark);font-size:12.5px;font-weight:600;padding:8px 15px;border-radius:3px}.founder__arc{position:absolute;right:-90px;top:-70px;opacity:.14;pointer-events:none}.research__head{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center;margin-bottom:44px}.research__head .h-section{max-width:720px}.research__head .copy{max-width:620px}.stat{border:1px solid var(--line-mid);border-top:3px solid var(--blue);border-radius:var(--radius);padding:34px 30px;display:flex;flex-direction:column;gap:10px}.stat__figure{font-size:44px;font-weight:600;letter-spacing:-.03em;color:var(--navy);line-height:1.1}.editorial-note{background:var(--surface-alt);border-left:3px solid var(--line-strong);padding:20px 26px;border-radius:0 var(--radius) var(--radius) 0;margin-top:44px}.editorial-note p{font-size:13.5px;color:var(--muted)}.buy{display:flex;gap:64px;align-items:center}.buy__figure{width:470px;flex-shrink:0}.buy__figure .product-stage{height:430px}.buy__body{flex-grow:1;display:flex;flex-direction:column;gap:22px}.buy__options{display:flex;flex-direction:column;gap:12px;max-width:520px}.plan{background:var(--surface);border:1px solid var(--line-mid);border-radius:var(--radius);padding:22px 24px;display:flex;align-items:center;gap:18px;cursor:pointer;transition:border-color .15s ease}.plan:hover{border-color:var(--line-strong)}.plan__radio{width:20px;height:20px;border-radius:50%;border:1.5px solid var(--line-strong);background:var(--surface);flex-shrink:0}.plan__text{flex-grow:1;display:flex;flex-direction:column;gap:3px}.plan__name{font-size:16px;font-weight:600;color:var(--ground)}.plan__meta{font-size:13.5px;color:var(--muted)}.plan__price{font-size:20px;font-weight:600;color:var(--navy)}.plan input{position:absolute;opacity:0;pointer-events:none}.plan:has(input:checked){border:2px solid var(--blue);padding:21px 23px}.plan:has(input:checked) .plan__radio{border:6px solid var(--blue)}.plan:has(input:focus-visible){outline:2px solid var(--blue);outline-offset:3px}.buy__assurance{display:flex;align-items:center;gap:12px}.buy__assurance svg{flex-shrink:0;color:var(--muted)}.buy__assurance span{font-size:13px;color:var(--muted)}.pdp__grid{display:flex;gap:72px;align-items:flex-start}.pdp__gallery{flex:0 0 clamp(380px,42%,640px);display:flex;flex-direction:column;gap:14px;position:sticky;top:24px}.pdp__gallery .product-stage{height:480px}.pdp__panel{flex-grow:1;display:flex;flex-direction:column;gap:20px;padding-top:6px}.pdp__title{font-size:clamp(28px,3vw,40px)}.pdp__pricing{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}.pdp__price{font-size:30px;font-weight:600;color:var(--navy);letter-spacing:-.02em}.pdp__was{font-size:18px;color:var(--muted);text-decoration:line-through}.pdp__saving{font-size:13px;font-weight:600;color:#1b7a4b;background:#e8f5ee;padding:5px 11px;border-radius:3px}.pdp__summary{max-width:560px}.pdp__includes{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.pdp__includes li{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:var(--body)}.pdp__includes svg{flex-shrink:0;color:var(--blue);margin-top:2px}.pdp__form{display:flex;flex-direction:column;gap:14px;margin:0}.pdp__field{display:flex;flex-direction:column;gap:8px}.pdp__label{font-size:13px;font-weight:600;color:var(--ink)}.pdp__select{min-height:52px;border:1.5px solid var(--line-strong);border-radius:4px;padding:0 14px;font:inherit;font-size:15px;color:var(--ink);background:var(--surface)}.pdp__add{margin-top:4px}.pdp__assurances{display:flex;flex-direction:column;gap:9px}.pdp__assurances span{display:flex;align-items:center;gap:9px;font-size:13.5px;color:var(--muted)}.pdp__assurances svg{flex-shrink:0}.pdp__details{margin-top:6px}.pdp__details .faq__item summary{font-size:16px;padding:18px 0}.pdp__claim-note{margin-top:4px}.compare__head{display:flex;flex-direction:column;gap:16px;margin-bottom:44px;max-width:700px}.compare__intro{max-width:620px}.compare__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(255px,100%),1fr));gap:clamp(16px,1.6vw,22px);align-items:stretch}.compare__card{position:relative;background:var(--surface);border:1px solid var(--line-mid);border-radius:8px;padding:34px 28px 28px;display:flex;flex-direction:column;gap:12px}.compare__card--featured{border:2px solid var(--blue);padding:33px 27px 27px}.compare__badge{position:absolute;top:-11px;left:28px;background:var(--blue);color:#fff;font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:3px}.compare__pricing{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.compare__was{font-size:17px;color:var(--muted);text-decoration:line-through}.compare__subnote{font-size:13px;color:var(--muted);margin-top:-4px}.compare__perday{font-size:13px;font-weight:600;color:var(--blue);background:var(--surface-tint);align-self:flex-start;padding:5px 10px;border-radius:3px}.compare__name{font-size:20px;color:var(--ground)}.compare__price{font-size:32px;font-weight:600;color:var(--navy);letter-spacing:-.02em;line-height:1.1}.compare__note{font-size:14px;color:var(--muted)}.compare__includes{margin-top:2px;flex-grow:1}.compare__includes p{line-height:1.9}.compare__card .btn{margin-top:8px}.reviews__head{display:flex;align-items:baseline;justify-content:space-between;gap:30px;margin-bottom:34px}.reviews__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));gap:clamp(16px,1.8vw,24px)}.review{border:1px solid var(--line);border-radius:8px;padding:28px;display:flex;flex-direction:column;gap:14px}.review__author{font-size:13px;font-weight:600;color:var(--muted)}.membership{display:flex;gap:clamp(36px,4vw,72px);align-items:center}.membership__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:18px}.membership__heading{color:#fff;max-width:18ch}.membership__intro{font-size:17px;line-height:1.65;color:var(--on-dark-mid);max-width:56ch}.membership__also{color:var(--on-dark-low)}.membership__card{flex:0 0 clamp(300px,34%,400px);position:relative;background:var(--ground-lift);border:1px solid var(--ground-edge);border-radius:var(--radius-lg);padding:32px 28px 26px;display:flex;flex-direction:column;gap:12px}.membership__badge{position:absolute;top:-11px;left:28px;background:var(--sky);color:var(--ground);font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:3px}.membership__name{font-size:20px;color:#fff}.membership__pricing{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.membership__price{font-size:34px;font-weight:600;color:#fff;letter-spacing:-.02em;line-height:1.1}.membership__cadence{font-size:15px;color:var(--on-dark-dim)}.membership__perday{font-size:13px;font-weight:600;color:var(--sky);background:#50d2f81f;align-self:flex-start;padding:5px 10px;border-radius:3px}.membership__includes{color:var(--on-dark-mid);flex-grow:1}.membership__includes p{line-height:1.9}.membership__terms{font-size:12.5px;color:var(--on-dark-low);text-align:center}.expert{display:flex;gap:clamp(36px,4vw,72px);align-items:center}.expert__portrait{flex:0 0 clamp(220px,26%,340px);aspect-ratio:1;border-radius:var(--radius-lg);overflow:hidden;background:var(--surface);border:1px solid var(--line)}.expert__portrait img{width:100%;height:100%;object-fit:cover;display:block}.expert__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:16px}.expert__heading{font-size:clamp(24px,2.4vw,34px)}.expert__quote{margin:0;font-size:clamp(21px,2vw,28px);line-height:1.35;color:var(--ground);max-width:44ch}.expert__byline{display:flex;flex-direction:column;gap:3px;margin-top:4px}.expert__name{font-size:16px;font-weight:600;color:var(--ground)}.expert__role{font-size:14px;color:var(--muted)}.expert__disclosure{color:var(--faint)}.editorial-note--warn{border-left-color:#c7891f;background:#fff8ec}.editorial-note--warn p{color:#7a5410;font-weight:500}.review__product{font-size:11.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--blue)}.review__quote{flex-grow:1}.review__by{display:flex;align-items:center;gap:12px;margin-top:4px}.review__avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--surface-alt);border:1px solid var(--line)}.review__avatar:empty{display:none}.review__avatar img{width:100%;height:100%;object-fit:cover;display:block}.faq{display:flex;gap:80px}.faq__intro{flex:0 0 clamp(280px,26%,400px);display:flex;flex-direction:column;gap:14px}.faq__list{flex-grow:1}.faq__item{border-top:1px solid var(--line-mid)}.faq__item:last-child{border-bottom:1px solid var(--line-mid)}.faq__item summary{list-style:none;cursor:pointer;padding:24px 0;display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:18px;font-weight:600;color:var(--ground);letter-spacing:-.02em}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary svg{flex-shrink:0;color:var(--muted);transition:transform .2s ease}.faq__item[open] summary svg{transform:rotate(180deg)}.faq__answer{padding-bottom:24px;max-width:620px}.newsletter{display:flex;align-items:center;justify-content:space-between;gap:60px}.newsletter__copy{display:flex;flex-direction:column;gap:10px}.newsletter__form{flex:0 0 clamp(340px,38%,560px);display:flex;flex-direction:column;gap:10px}.newsletter__row{display:flex;gap:10px}.newsletter__input{flex-grow:1;min-height:52px;border:1.5px solid var(--line-strong);border-radius:4px;padding:0 16px;font:inherit;font-size:15px;color:var(--ink);background:var(--surface)}.newsletter__input::placeholder{color:#8a9bb8}.newsletter__fine{font-size:12px;color:var(--faint)}.form-status{font-size:13px;font-weight:600}.form-status--ok{color:#1b7a4b}.form-status--error{color:#b3261e}.pw{min-height:100vh;display:grid;place-items:center;background:var(--ground);padding:clamp(36px,7vw,80px) clamp(22px,5vw,48px)}.pw__inner{width:100%;max-width:520px;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.pw__logo{width:clamp(190px,44vw,280px);height:auto}.pw__heading{margin:0;color:#fff;font-size:clamp(27px,3.6vw,38px);font-weight:600;line-height:1.16;letter-spacing:-.02em;text-wrap:balance}.pw__body{margin:0;color:var(--on-dark-mid);font-size:17px;line-height:1.6}.pw__form{width:100%;display:flex;flex-direction:column;gap:10px}.pw__fine,.pw__foot{margin:0;font-size:12px;color:var(--on-dark-low)}.pw__gate{width:100%;border-top:1px solid var(--ground-line);padding-top:22px}.pw__gate summary{list-style:none;cursor:pointer;color:var(--sky);font-size:14px;font-weight:600}.pw__gate summary::-webkit-details-marker{display:none}.pw__gate summary:hover{color:#fff}.pw__gate[open] summary{margin-bottom:14px}.pw .form-status--ok{color:var(--sky)}.pw .form-status--error{color:#ffa69b}@media(max-width:640px){.pw__inner{gap:20px}}.footer{background:var(--ground);padding-block:62px 34px}.footer__top{display:flex;gap:90px;margin-bottom:44px}.footer__brand{flex:0 0 clamp(260px,24%,360px);display:flex;flex-direction:column;gap:18px}.footer__brand img{height:32px;width:auto}.footer__tagline{font-size:14px;color:var(--on-dark-dim)}.footer__parent{font-size:13px;color:var(--on-dark-low)}.footer__menus{flex-grow:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:40px}.footer__menu{display:flex;flex-direction:column;gap:12px}.footer__menu a{font-size:14px;color:var(--on-dark)}.footer__menu a:hover{color:#fff}.footer__legal{border-top:1px solid var(--ground-line);padding-top:26px;display:flex;flex-direction:column;gap:18px}.footer__disclaimer{font-size:12.5px;color:#7e97bf;max-width:900px;line-height:1.7}.footer__meta{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}.footer__meta span,.footer__meta a{font-size:12.5px;color:var(--on-dark-low)}.footer__patents{font-size:12px;color:var(--on-dark-low);line-height:1.7}.footer__policies{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.collection__head{display:flex;flex-direction:column;gap:16px;margin-bottom:44px;max-width:720px}.collection__intro{max-width:620px}.collection__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));gap:clamp(18px,2vw,28px)}.card-product{display:flex;flex-direction:column;gap:14px;color:inherit;border:1px solid var(--line);border-radius:var(--radius-lg);padding:14px 14px 20px;background:var(--surface);transition:border-color .15s ease,transform .15s ease}.card-product:hover{border-color:var(--line-strong);transform:translateY(-2px);color:inherit}.card-product__stage{height:260px;border-radius:var(--radius);padding:14px}.card-product__body{display:flex;flex-direction:column;gap:5px;padding-inline:6px}.card-product__name{font-size:17px;font-weight:600;color:var(--ground);letter-spacing:-.01em}.card-product__price{font-size:16px;font-weight:600;color:var(--navy);display:flex;gap:8px;align-items:baseline}.card-product__was{font-size:14px;font-weight:400;color:var(--muted);text-decoration:line-through}.card-product__flag{font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:72px 24px;border:1px dashed var(--line-strong);border-radius:var(--radius-lg);background:var(--surface-alt)}.empty-state__mark{width:72px;height:72px;border-radius:50%;background:var(--surface);border:1px solid var(--line);color:var(--blue);display:flex;align-items:center;justify-content:center}.empty-state .btn{margin-top:8px}.cart{margin:0}.cart__lines{display:flex;flex-direction:column}.cart__line{display:grid;grid-template-columns:96px minmax(0,1fr) 90px auto;gap:20px;align-items:center;padding:22px 0;border-top:1px solid var(--line)}.cart__line:last-child{border-bottom:1px solid var(--line)}.cart__thumb{width:96px;height:96px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-alt);display:flex;align-items:center;justify-content:center;overflow:hidden}.cart__thumb img{max-width:78%;max-height:78%;object-fit:contain}.cart__thumb svg{max-height:70%;width:auto}.cart__detail{display:flex;flex-direction:column;gap:4px}.cart__name{font-size:17px;font-weight:600;color:var(--ground)}.cart__name:hover{color:var(--blue)}.cart__variant,.cart__plan{font-size:13.5px;color:var(--muted)}.cart__remove{font-size:13px;color:var(--muted);text-decoration:underline;margin-top:4px;align-self:flex-start}.cart__remove:hover{color:#b3261e}.cart__qty-input{width:76px;min-height:46px;border:1.5px solid var(--line-strong);border-radius:4px;padding:0 10px;font:inherit;font-size:15px;text-align:center;color:var(--ink);background:var(--surface)}.cart__line-price{font-size:17px;font-weight:600;color:var(--navy);white-space:nowrap}.cart__foot{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;margin-top:32px;flex-wrap:wrap}.cart__totals{display:flex;flex-direction:column;gap:12px;width:min(420px,100%);margin-left:auto}.cart__subtotal{display:flex;justify-content:space-between;align-items:baseline;font-size:18px;color:var(--ground)}.cart__subtotal strong{font-size:24px;font-weight:600;color:var(--navy)}.sticky-buy{position:fixed;left:0;right:0;bottom:0;z-index:40;background:var(--surface);border-top:1px solid var(--line-mid);box-shadow:0 -6px 20px #0b1b3a14;padding:12px 22px;display:none;align-items:center;gap:14px;transform:translateY(100%);transition:transform .25s ease}.sticky-buy.is-visible{transform:none}.sticky-buy__text{flex-grow:1;display:flex;flex-direction:column;gap:1px}.sticky-buy__name{font-size:14px;font-weight:600;color:var(--ground)}.sticky-buy__meta{font-size:12.5px;color:var(--muted)}@media screen and (max-width:1099px){.membership{flex-direction:column;align-items:stretch;gap:28px}.membership__card{flex:0 0 auto}.expert{flex-direction:column;align-items:flex-start;gap:28px}.expert__portrait{flex:0 0 auto;width:min(280px,60%)}.pdp__grid{flex-direction:column;gap:40px}.pdp__gallery{width:100%;position:static}.compare__grid{grid-template-columns:minmax(0,1fr)}.program__flow{flex-direction:column}.program__callout{width:100%}.markers__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero__inner{grid-template-columns:minmax(0,1fr);gap:40px}.product-figure{width:100%}.split-head{flex-direction:column;align-items:flex-start;gap:20px}.split-head__main,.split-head__aside{width:100%}.ingredients{flex-direction:column;gap:40px;align-items:stretch}.ingredients__intro{width:100%}.founder{flex-direction:column;align-items:stretch;gap:32px}.founder__portrait{width:100%;height:300px}.buy{flex-direction:column;align-items:stretch;gap:36px}.buy__figure{width:100%}.faq{flex-direction:column;gap:32px}.faq__intro{width:100%}.newsletter{flex-direction:column;align-items:stretch;gap:28px}.newsletter__form{width:100%}.footer__top{flex-direction:column;gap:40px}.footer__brand{width:100%}}@media screen and (max-width:899px){.header--centered .header__utility-inner .header__nav{display:none}.header--centered .header__utility-inner{justify-content:flex-end;min-height:56px}.header--centered .header__logo-row{padding-block:18px 22px}.header--centered .header__cta{display:none}.program__steps{grid-template-columns:minmax(0,1fr);gap:14px}.program__step:not(:last-child):after{display:none}.markers__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.header__nav{display:none}.header__toggle{display:inline-flex}.header__inner{gap:0;justify-content:space-between;min-height:64px}.header__logo img{height:26px}.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.footer__menus{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.sticky-buy{display:flex}body:has(.sticky-buy){padding-bottom:72px}}@media screen and (max-width:749px){.cart__line{grid-template-columns:72px minmax(0,1fr);grid-template-areas:"thumb detail" "qty price";row-gap:14px}.cart__thumb{width:72px;height:72px;grid-area:thumb}.cart__detail{grid-area:detail}.cart__qty{grid-area:qty}.cart__line-price{grid-area:price;text-align:right}.cart__foot{flex-direction:column-reverse;gap:24px}.cart__totals{width:100%;margin-left:0}.card-product__stage{height:200px}.empty-state{padding:48px 20px}.pdp__gallery .product-stage{height:340px}.link-arrow,.stat a,.reviews__head a{min-height:44px;display:inline-flex;align-items:center}.hero__eyebrow-row{flex-wrap:wrap;gap:14px}.hero__brandmark img{height:26px}.section{padding-block:48px}.section--tight{padding-block:44px}.hero{padding-block:34px 40px}.container{width:min(var(--measure),100% - 44px)}.grid-3{grid-template-columns:minmax(0,1fr)}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.patent-stamp{width:62px;height:62px;top:10px;right:-2px}.hero__copy .h-display{max-width:250px}.product-stage{height:300px}.product-stage:after{bottom:46px;width:140px}.product-thumbs{gap:8px}.product-thumb{height:62px}.hero__ctas{flex-direction:column;align-items:stretch}.hero__ctas .btn{width:100%}.founder__quote{font-size:24px}.package-item__stage{height:220px}.package-item__stage img{max-height:160px}.research__head{text-align:left;align-items:flex-start}.editorial-note{margin-top:28px}.reviews__head{flex-direction:column;align-items:flex-start;gap:12px}.newsletter__row{flex-direction:column}.newsletter__row .btn{width:100%}.faq__item summary{font-size:16px;gap:18px}.footer__meta{flex-direction:column;align-items:flex-start;gap:14px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/base.css.map */
