@layer reset,base,components,responsive;@layer reset{*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body,h1,h2,h3,p,ul,figure{margin:0}ul{padding:0}button,input{font:inherit}img{display:block;max-width:100%}}@layer base{:root{--ink: #1c171c;--ink-soft: #625960;--paper: #fffdfd;--paper-pink: #fff2f6;--line: #ddd4d8;--line-dark: #a99da3;--pink: #f33783;--pink-dark: #b5094f;--pink-soft: #ffd7e7;--coral: #ff735f;--cyan: #00a8b8;--cyan-soft: #d8f7f8;--lime: #c8e32b;--lime-dark: #839700;--lime-soft: #f0f8bd;--charcoal: #211c21;--mono: "SFMono-Regular", "Cascadia Code", "Roboto Mono", Consolas, monospace;--sans: Inter, "Helvetica Neue", Arial, sans-serif;--max: 1280px}body{min-width:320px;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55;letter-spacing:0;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:has(dialog[open]){overflow:hidden}a{color:inherit;text-decoration:none}button{color:inherit;letter-spacing:0}code{font-family:var(--mono);letter-spacing:0}::selection{background:var(--pink);color:#fff}:focus-visible{outline:3px solid var(--cyan);outline-offset:3px}}@layer components{.site-shell{min-height:100vh;overflow:clip}.launch-strip{min-height:32px;padding:5px 26px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--pink);color:#fff;font-family:var(--mono);font-size:10px;font-weight:850}.launch-strip button{padding:0;display:inline-flex;align-items:center;gap:7px;background:none;color:#fff;border:0;font-family:var(--mono);font-size:10px;font-weight:850;cursor:pointer}.site-header{position:sticky;top:0;z-index:50;height:74px;padding:0 28px;display:grid;grid-template-columns:minmax(250px,1fr) auto minmax(140px,1fr);align-items:center;gap:24px;background:#fffdfdf5;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.brand{min-width:0;display:inline-flex;align-items:center;gap:11px;justify-self:start}.brand-mark{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;background:var(--pink);color:#fff;border-radius:3px;font-family:var(--mono);font-size:14px;font-weight:900}.brand-copy{min-width:0;display:grid}.brand-copy strong{font-size:18px;line-height:1.05}.brand-copy small{overflow:hidden;color:var(--ink-soft);font-family:var(--mono);font-size:7px;font-weight:750;white-space:nowrap}.desktop-nav{display:flex;align-items:center;gap:28px}.desktop-nav a{position:relative;padding:9px 0;color:#3c343a;font-size:13px;font-weight:750}.desktop-nav a:after{content:"";position:absolute;right:0;bottom:4px;left:0;height:2px;background:var(--pink);transform:scaleX(0);transform-origin:left;transition:transform .16s ease}.desktop-nav a:hover:after{transform:scaleX(1)}.header-action{min-height:39px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;justify-self:end;gap:8px;background:var(--ink);color:#fff;border:1px solid var(--ink);border-radius:3px;font-size:12px;font-weight:800;cursor:pointer}.header-action:hover{background:var(--pink);border-color:var(--pink)}.menu-button{width:40px;height:40px;display:none;place-items:center;justify-self:end;background:#fff;border:1px solid var(--line-dark);border-radius:3px;cursor:pointer}.mobile-nav{position:absolute;top:calc(100% + 1px);right:12px;left:12px;padding:8px;display:grid;background:#fff;border:1px solid var(--line);border-radius:4px;box-shadow:0 18px 50px #38132329}.mobile-nav a,.mobile-nav button{min-height:48px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;background:transparent;border:0;border-bottom:1px solid var(--line);font-size:14px;font-weight:750;text-align:left}.mobile-nav button{margin-top:7px;background:var(--pink);color:#fff;border-bottom:0}.section-inner{width:min(var(--max),calc(100% - 64px));margin:0 auto}.section-pad{padding:110px 0;scroll-margin-top:72px}.section-label,.micro-label{color:var(--pink-dark);font-family:var(--mono);font-size:10px;font-weight:900;line-height:1.4}.section-heading{margin-bottom:52px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(310px,.8fr);align-items:end;gap:72px}.section-heading h2,.promise h2,.product-showcase h2,.access-heading h2,.faq h2,.closing-cta h2{max-width:860px;margin-top:12px;font-size:52px;font-weight:850;line-height:1.02;letter-spacing:0}.section-heading>p{padding-bottom:3px;color:var(--ink-soft);font-size:16px;line-height:1.65}.button{min-height:48px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:3px;font-size:13px;font-weight:850;cursor:pointer;transition:transform .16s ease,background .16s ease,color .16s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--pink);color:#fff;border-color:var(--pink)}.button-primary:hover{background:var(--pink-dark);border-color:var(--pink-dark)}.button-secondary{background:#ffffffd1;color:var(--ink);border-color:var(--ink)}.button-secondary:hover{background:var(--ink);color:#fff}.product-hero{position:relative;height:calc(100svh - 156px);min-height:560px;max-height:720px;overflow:hidden;isolation:isolate;background:#f8ced5}.hero-background{position:absolute;inset:0;z-index:-1;width:100%;height:100%;object-fit:cover;object-position:center}.hero-content{width:min(var(--max),calc(100% - 64px));height:100%;margin:0 auto;padding:48px 0 42px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.eyebrow{max-width:620px;margin-bottom:14px;color:var(--pink-dark);font-family:var(--mono);font-size:11px;font-weight:900}.product-hero h1{font-size:106px;font-weight:900;line-height:.88;letter-spacing:0}.hero-kicker{max-width:650px;margin-top:21px;font-size:27px;font-weight:800;line-height:1.18}.hero-body{max-width:610px;margin-top:14px;color:#513d46;font-size:16px;line-height:1.6}.hero-actions{margin-top:24px;display:flex;flex-wrap:wrap;gap:10px}.hero-tags{margin-top:20px;display:flex;flex-wrap:wrap;gap:16px;font-family:var(--mono);font-size:8px;font-weight:850}.hero-tags span{display:inline-flex;align-items:center;gap:7px}.hero-tags span:before{content:"";width:6px;height:6px;background:var(--pink);border-radius:50%}.stat-band{min-height:90px;display:grid;grid-template-columns:repeat(4,1fr);background:var(--charcoal);color:#fff}.stat{min-width:0;padding:18px 24px;display:flex;align-items:center;justify-content:center;gap:12px;border-right:1px solid rgba(255,255,255,.16);transition:background .16s ease}.stat:hover{background:#332b31}.stat:last-child{border-right:0}.stat strong{color:var(--pink-soft);font-size:34px;line-height:1}.stat strong.is-compact{font-size:28px}.stat span{color:#d5cbd1;font-family:var(--mono);font-size:9px;font-weight:700}.promise{background:var(--paper-pink)}.promise-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:start;gap:80px}.promise h2{font-size:56px}.promise-copy{padding-top:28px;display:grid;gap:20px}.promise-copy p{color:var(--ink-soft);font-size:17px;line-height:1.72}.promise-copy .evidence-gap{padding:17px 18px;background:#fff;border-left:3px solid var(--pink);font-size:14px;line-height:1.6}.evidence-gap strong{margin-bottom:4px;display:block;color:var(--pink-dark);font-family:var(--mono);font-size:9px}.evidence-gap a{color:var(--ink);font-weight:800;border-bottom:1px solid var(--pink-dark)}.promise-features{width:min(var(--max),calc(100% - 64px));margin:64px auto 0;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}.promise-features article{min-height:230px;padding:28px 24px;border-right:1px solid var(--line-dark)}.promise-features article:last-child{border-right:0}.promise-features span{color:var(--pink-dark);font-family:var(--mono);font-size:10px;font-weight:850}.promise-features h3{margin-top:34px;font-size:21px;line-height:1.15}.promise-features p{margin-top:13px;color:var(--ink-soft);font-size:13px;line-height:1.55}.clinical-benchmark{width:min(var(--max),calc(100% - 64px));margin:18px auto 0;display:grid;grid-template-columns:minmax(220px,.7fr) minmax(380px,1.35fr) minmax(260px,.85fr);overflow:hidden;background:var(--charcoal);color:#fff;border:1px solid var(--charcoal);border-radius:4px}.benchmark-comparator,.benchmark-objective,.benchmark-status{min-width:0;padding:30px 28px}.benchmark-comparator,.benchmark-objective{border-right:1px solid #51474e}.benchmark-comparator{display:flex;flex-direction:column;justify-content:center}.benchmark-comparator span,.benchmark-objective>p,.benchmark-status>span{color:var(--pink-soft);font-family:var(--mono);font-size:8px;font-weight:900}.benchmark-comparator strong{margin-top:8px;color:#fff;font-size:25px;line-height:1.05}.benchmark-comparator small{margin-top:9px;color:#cfc4ca;font-family:var(--mono);font-size:7px;font-weight:750}.benchmark-objective h3{max-width:520px;margin-top:10px;font-size:29px;line-height:1.08}.benchmark-objective>span{max-width:610px;margin-top:15px;display:block;color:#e1d9dd;font-size:13px;line-height:1.6}.benchmark-status{background:var(--cyan);color:#003d44}.benchmark-status>span{color:#004b54}.benchmark-status strong{margin-top:10px;display:block;font-size:14px;line-height:1.3}.benchmark-status p{margin-top:12px;font-size:11px;line-height:1.55}.science{background:#fff}.system-workbench{overflow:hidden;border:1px solid var(--line-dark);border-radius:4px}.system-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line-dark)}.system-tabs button{min-height:100px;padding:18px 20px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center;gap:4px 12px;background:#f8f5f6;border:0;border-right:1px solid var(--line);text-align:left;cursor:pointer}.system-tabs button:last-child{border-right:0}.system-tabs button.is-active{background:var(--charcoal);color:#fff}.system-tabs button>span{grid-row:1 / 3;width:43px;height:43px;display:grid;place-items:center;background:var(--pink);color:#fff;border-radius:2px;font-family:var(--mono);font-weight:900}.system-tabs button:nth-child(2)>span{background:var(--cyan)}.system-tabs button:nth-child(3)>span{background:var(--lime-dark)}.system-tabs strong{font-size:16px;line-height:1.2}.system-tabs small{color:var(--ink-soft);font-family:var(--mono);font-size:8px}.system-tabs button.is-active small{color:#cfc5cb}.system-panel{min-height:430px;display:grid;grid-template-columns:.82fr 1.18fr}.system-signal{position:relative;padding:42px;overflow:hidden;background:var(--paper-pink);border-right:1px solid var(--line)}.accent-cyan .system-signal{background:var(--cyan-soft)}.accent-lime .system-signal{background:var(--lime-soft)}.system-signal>svg{color:var(--pink)}.accent-cyan .system-signal>svg{color:var(--cyan)}.accent-lime .system-signal>svg{color:var(--lime-dark)}.system-signal>span{position:absolute;right:18px;bottom:-35px;color:#f3378321;font-size:185px;font-weight:900;line-height:1}.accent-cyan .system-signal>span{color:#00a8b821}.accent-lime .system-signal>span{color:#83970026}.system-signal>p{margin-top:24px;color:var(--pink-dark);font-family:var(--mono);font-size:9px;font-weight:850}.system-signal h3{max-width:480px;margin-top:10px;font-size:34px;line-height:1.08}.system-signal>strong{position:relative;z-index:1;max-width:380px;margin-top:28px;padding:12px 14px;display:block;background:#fffc;border:1px solid rgba(28,23,28,.18);border-radius:3px;font-size:13px}.system-detail{padding:42px}.system-detail>p:not(.micro-label){max-width:670px;margin:8px 0 25px;color:var(--ink-soft);font-size:15px;line-height:1.68}.system-detail ul{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:0 28px;list-style:none}.system-detail li{min-height:52px;padding:11px 0;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--line);font-size:13px;font-weight:650}.system-detail li svg{flex:0 0 auto;color:var(--pink)}.experience{background:var(--charcoal);color:#fff}.experience-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:72px;align-items:start}.experience-copy{position:sticky;top:105px}.experience .section-label{color:var(--pink-soft)}.experience h2{margin-top:12px;font-size:52px;line-height:1.03}.experience-copy>p:not(.section-label){margin-top:22px;color:#cfc5cb;font-size:16px;line-height:1.68}.experience-note{margin-top:30px;padding:16px;display:flex;align-items:center;gap:12px;background:#302930;border-left:3px solid var(--lime);border-radius:2px}.experience-note svg{flex:0 0 auto;color:var(--lime)}.experience-note span{color:#d6ccd2;font-size:11px;line-height:1.5}.experience-note strong{display:block;color:#fff;font-family:var(--mono);font-size:9px}.target-board{overflow:hidden;background:#fff;color:var(--ink);border-radius:4px}.target-board-head{padding:14px 18px;display:flex;justify-content:space-between;gap:15px;background:var(--pink);color:#fff;font-family:var(--mono);font-size:9px;font-weight:850}.target-row{min-height:140px;padding:22px;display:grid;grid-template-columns:1fr 80px;align-items:start;gap:14px;border-bottom:1px solid var(--line)}.target-row:last-child{border-bottom:0}.target-row>div:first-child{display:grid;grid-template-columns:28px 1fr;gap:3px 10px}.target-row>div:first-child>span{grid-row:1 / 3;color:var(--pink-dark);font-family:var(--mono);font-size:9px;font-weight:900}.target-row strong{font-size:17px}.target-row small{grid-column:2;color:var(--ink-soft);font-size:11px;line-height:1.45}.target-row>b{justify-self:end;color:var(--pink-dark);font-size:18px}.target-track{grid-column:1 / 3;height:8px;overflow:hidden;background:#ece6e9;border-radius:2px}.target-track i{width:var(--fill);height:100%;display:block;background:var(--pink)}.target-track .tone-coral{background:var(--coral)}.target-track .tone-cyan{background:var(--cyan)}.target-track .tone-lime{background:var(--lime-dark)}.engineering{background:#fff}.engineering-steps{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line-dark);border-radius:4px;overflow:hidden}.engineering-steps article{min-height:285px;padding:25px;border-right:1px solid var(--line)}.engineering-steps article:last-child{border-right:0}.engineering-steps article>span{color:var(--pink-dark);font-family:var(--mono);font-size:10px;font-weight:850}.engineering-steps article>div{margin-top:30px;display:flex;align-items:baseline;gap:8px}.engineering-steps article>div strong{color:var(--pink);font-size:44px;line-height:1}.engineering-steps article>div small{color:var(--ink-soft);font-family:var(--mono);font-size:8px}.engineering-steps h3{margin-top:24px;font-size:18px;line-height:1.2}.engineering-steps p{margin-top:11px;color:var(--ink-soft);font-size:12px;line-height:1.55}.compiler-panel{margin-top:18px;overflow:hidden;background:var(--charcoal);color:#fff;border-radius:4px}.compiler-head{min-height:52px;padding:0 20px;display:flex;align-items:center;gap:9px;border-bottom:1px solid #4c4249;font-family:var(--mono);font-size:9px;font-weight:850}.compiler-head svg{color:var(--pink-soft)}.compiler-head b{margin-left:auto;color:var(--lime)}.compiler-flow{padding:28px 20px;display:grid;grid-template-columns:repeat(5,1fr)}.compiler-flow>div{position:relative;min-height:110px;padding:15px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid #4d444a}.compiler-flow>div:last-child{border-right:0}.compiler-flow span{color:var(--pink-soft);font-family:var(--mono);font-size:8px}.compiler-flow strong{margin-top:8px;font-size:15px}.compiler-flow small{margin-top:5px;color:#aca1a8;font-size:9px;line-height:1.35}.compiler-flow svg{position:absolute;right:-10px;z-index:2;color:var(--lime)}.compiler-stack{display:grid;grid-template-columns:repeat(6,1fr);background:#302a2f;border-top:1px solid #4d444a}.compiler-stack span{min-height:70px;padding:13px;display:flex;flex-direction:column;justify-content:center;color:#aea3aa;border-right:1px solid #4d444a;font-family:var(--mono);font-size:7px;line-height:1.35}.compiler-stack span:last-child{border-right:0}.compiler-stack b{margin-bottom:4px;color:#fff;font-size:9px}.reference-figure{margin-top:18px;overflow:hidden;border:1px solid var(--line-dark);border-radius:4px}.reference-figure img{width:100%;min-height:190px;padding:22px 16px;object-fit:contain;background:#fff}.reference-figure figcaption{padding:15px 20px;display:grid;grid-template-columns:250px 1fr;gap:30px;background:#f6f2f4;border-top:1px solid var(--line)}.reference-figure figcaption span{color:var(--pink-dark);font-family:var(--mono);font-size:9px;font-weight:850}.reference-figure figcaption p{color:var(--ink-soft);font-size:11px}.difference{background:var(--paper-pink)}.comparison-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.comparison{min-height:330px;padding:28px;background:#fff;border:1px solid var(--line);border-radius:4px}.comparison.featured{background:var(--pink);color:#fff;border-color:var(--pink)}.comparison>span{color:var(--pink-dark);font-family:var(--mono);font-size:8px;font-weight:850}.comparison.featured>span{color:#5b082a}.comparison h3{margin-top:27px;font-size:25px;line-height:1.1}.comparison ul{margin-top:35px;display:grid;gap:0;list-style:none}.comparison li{min-height:54px;padding:12px 0;display:grid;grid-template-columns:20px 1fr;gap:7px;border-bottom:1px solid var(--line);color:var(--ink-soft);font-size:12px;line-height:1.45}.comparison.featured li{color:#fff;border-bottom-color:#ffffff59}.comparison li svg{margin-top:2px;color:var(--pink)}.comparison.featured li svg{color:var(--lime)}.standards{background:#fff}.standards-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}.standards-grid article{min-height:255px;padding:28px 24px;border-right:1px solid var(--line-dark)}.standards-grid article:last-child{border-right:0}.standards-grid svg{color:var(--pink)}.standards-grid span{float:right;color:var(--line-dark);font-family:var(--mono);font-size:9px}.standards-grid h3{margin-top:36px;font-size:21px}.standards-grid p{margin-top:12px;color:var(--ink-soft);font-size:13px;line-height:1.55}.supplement-category{background:var(--paper-pink)}.supplement-declaration{overflow:hidden;display:grid;grid-template-columns:1.3fr .7fr;background:var(--pink);color:#fff;border-radius:4px}.supplement-declaration-main{min-height:390px;padding:50px;display:flex;flex-direction:column;justify-content:center}.supplement-declaration-main>p{color:#5d092d;font-family:var(--mono);font-size:9px;font-weight:900}.supplement-declaration-main h3{max-width:760px;margin-top:18px;font-size:43px;line-height:1.05}.supplement-declaration-main>span{max-width:750px;margin-top:24px;color:#fff3f8;font-size:15px;line-height:1.7}.supplement-declaration-side{padding:38px;display:flex;flex-direction:column;justify-content:center;background:var(--charcoal)}.supplement-declaration-side span{margin-top:20px;color:var(--pink-soft);font-family:var(--mono);font-size:8px;font-weight:850}.supplement-declaration-side span:first-child{margin-top:0}.supplement-declaration-side strong{margin-top:5px;padding-bottom:18px;color:#fff;border-bottom:1px solid #5b5057;font-size:15px;line-height:1.35}.supplement-declaration-side strong:last-child{padding-bottom:0;border-bottom:0}.supplement-pillar-grid{margin-top:14px;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line-dark)}.supplement-pillar-grid article{min-height:280px;padding:27px 24px;border-right:1px solid var(--line-dark)}.supplement-pillar-grid article:last-child{border-right:0}.supplement-pillar-grid article>div{display:flex;align-items:center;justify-content:space-between}.supplement-pillar-grid svg{color:var(--pink)}.supplement-pillar-grid article:nth-child(2) svg{color:var(--cyan)}.supplement-pillar-grid article:nth-child(3) svg{color:var(--coral)}.supplement-pillar-grid article:nth-child(4) svg{color:var(--lime-dark)}.supplement-pillar-grid article>div span{color:var(--line-dark);font-family:var(--mono);font-size:9px;font-weight:850}.supplement-pillar-grid small{margin-top:40px;display:block;color:var(--pink-dark);font-family:var(--mono);font-size:8px;font-weight:850}.supplement-pillar-grid h3{margin-top:9px;font-size:21px;line-height:1.15}.supplement-pillar-grid p{margin-top:14px;color:var(--ink-soft);font-size:12px;line-height:1.6}.supplement-category-footer{min-height:82px;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;gap:28px;background:var(--cyan);color:#003f47}.supplement-category-footer>div{display:flex;align-items:center;flex-wrap:wrap;gap:7px 13px}.supplement-category-footer span{font-family:var(--mono);font-size:7px;font-weight:850}.supplement-category-footer strong{margin-right:13px;font-size:11px}.supplement-category-footer a{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:850;white-space:nowrap}.product-showcase{min-height:760px;display:grid;grid-template-columns:1.05fr .95fr;scroll-margin-top:72px}.product-image-wrap{min-height:760px;overflow:hidden;background:#eff05b}.product-image-wrap img{width:100%;height:100%;object-fit:cover}.product-showcase-copy{padding:90px;display:flex;flex-direction:column;justify-content:center;background:var(--pink);color:#fff}.product-showcase .section-label{color:#5d092d}.product-showcase h2{font-size:60px}.product-showcase-copy>p:not(.section-label){max-width:590px;margin-top:25px;color:#fff2f7;font-size:16px;line-height:1.7}.product-specs{margin-top:32px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.55);border-bottom:1px solid rgba(255,255,255,.55)}.product-specs span{min-height:82px;padding:15px 12px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid rgba(255,255,255,.55);font-family:var(--mono);font-size:8px}.product-specs span:last-child{border-right:0}.product-specs b{margin-bottom:5px;color:#5d092d;font-size:8px}.text-link{margin-top:30px;display:inline-flex;align-items:center;gap:8px;font-weight:850}.library{background:#fff}.download-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.download-grid>a{min-height:185px;padding:25px;display:grid;grid-template-columns:34px 1fr 20px;align-items:start;gap:14px;background:#faf7f8;border:1px solid var(--line);border-radius:4px;transition:transform .16s ease,border-color .16s ease,background .16s ease}.download-grid>a:hover{transform:translateY(-3px);background:var(--paper-pink);border-color:var(--pink)}.download-grid>a>svg:first-child{color:var(--pink)}.download-grid>a>svg:last-child{justify-self:end}.download-grid span{color:var(--pink-dark);font-family:var(--mono);font-size:8px;font-weight:850}.download-grid h3{margin-top:7px;font-size:19px}.download-grid p{margin-top:10px;color:var(--ink-soft);font-size:12px;line-height:1.55}.access{background:var(--paper-pink)}.access-heading{max-width:760px;margin-bottom:50px}.access-heading>p:not(.section-label){margin-top:17px;color:var(--ink-soft)}.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.offer{min-height:510px;padding:28px;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line-dark);border-radius:4px}.offer.featured{background:var(--charcoal);color:#fff;border-color:var(--charcoal)}.offer-top{min-height:24px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-family:var(--mono);font-size:10px;font-weight:850}.offer-top b{padding:4px 6px;background:var(--pink);color:#fff;border-radius:2px;font-size:7px}.offer-price{margin-top:28px;font-size:62px;font-weight:900;line-height:1}.offer-price sup{position:relative;top:-23px;margin-right:4px;color:var(--pink);font-size:19px}.offer>p{margin-top:17px;color:var(--ink-soft);font-size:13px}.offer.featured>p{color:#cfc5cb}.offer-units{margin-top:26px;color:var(--pink-dark);font-family:var(--mono);font-size:10px}.offer.featured .offer-units{color:var(--pink-soft)}.offer ul{margin:22px 0 28px;display:grid;gap:11px;list-style:none}.offer li{display:flex;align-items:center;gap:8px;color:var(--ink-soft);font-size:12px}.offer.featured li{color:#d5cbd1}.offer li svg{color:var(--pink)}.offer>button{min-height:46px;margin-top:auto;padding:0 15px;display:flex;align-items:center;justify-content:space-between;background:var(--ink);color:#fff;border:0;border-radius:3px;font-size:12px;font-weight:850;cursor:pointer}.offer.featured>button{background:var(--pink)}.access-note{max-width:930px;margin:20px auto 0;color:var(--ink-soft);font-family:var(--mono);font-size:8px;line-height:1.55;text-align:center}.faq{background:#fff}.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px}.faq h2{margin-top:12px;font-size:45px}.faq-list{border-top:1px solid var(--line-dark)}.faq-list details{border-bottom:1px solid var(--line-dark)}.faq-list summary{min-height:76px;padding:18px 5px;display:flex;align-items:center;justify-content:space-between;gap:15px;list-style:none;font-size:15px;font-weight:800;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary svg{flex:0 0 auto;transition:transform .16s ease}.faq-list details[open] summary svg{transform:rotate(90deg)}.faq-list details p{max-width:760px;padding:0 45px 25px 5px;color:var(--ink-soft);font-size:13px;line-height:1.65}.closing-cta{padding:95px 0;background:var(--cyan)}.closing-cta p{color:#004e58;font-family:var(--mono);font-size:9px;font-weight:850}.closing-cta h2{margin-top:16px;font-size:65px}.closing-cta .button{margin-top:30px;background:var(--charcoal);border-color:var(--charcoal)}.site-footer{padding:50px 32px 24px;background:var(--charcoal);color:#fff}.footer-main{width:min(var(--max),100%);margin:0 auto;padding-bottom:42px;display:grid;grid-template-columns:.8fr 1.4fr .8fr;align-items:start;gap:48px}.site-footer .brand-copy small{color:#afa5ab}.footer-main>p{max-width:620px;color:#c9c0c5;font-size:11px;line-height:1.65}.footer-main>a{display:flex;align-items:center;justify-content:flex-end;gap:8px;color:var(--pink-soft);font-family:var(--mono);font-size:10px;font-weight:750}.footer-meta{width:min(var(--max),100%);margin:0 auto;padding-top:19px;display:flex;justify-content:space-between;gap:20px;color:#9e949b;border-top:1px solid #4b4248;font-family:var(--mono);font-size:8px;font-weight:700}.footer-meta a{color:var(--pink-soft)}.reservation-dialog{width:min(570px,calc(100% - 28px));max-height:calc(100svh - 32px);padding:0;overflow:auto;background:#fff;color:var(--ink);border:1px solid var(--ink);border-radius:4px;box-shadow:0 24px 90px #2308144d}.reservation-dialog::backdrop{background:#1c171cb8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.dialog-close{position:absolute;top:15px;right:15px;width:38px;height:38px;display:grid;place-items:center;background:#fff;border:1px solid var(--line-dark);border-radius:3px;cursor:pointer}.reservation-dialog form,.reservation-success{padding:46px}.reservation-dialog h2{max-width:450px;margin-top:11px;font-size:35px;line-height:1.06}.dialog-lede{margin-top:15px;color:var(--ink-soft);font-size:13px}.reservation-dialog label{margin-top:17px;display:grid;gap:6px;color:#4c4449;font-family:var(--mono);font-size:9px;font-weight:800}.reservation-dialog input{width:100%;min-height:46px;padding:0 12px;background:#fff;color:var(--ink);border:1px solid var(--line-dark);border-radius:3px;font-family:var(--sans);font-size:14px}.reservation-dialog form>.button{width:100%;margin-top:24px}.reservation-dialog form>small{margin-top:13px;display:block;color:var(--ink-soft);font-size:9px;text-align:center}.reservation-success{min-height:450px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.success-icon{width:50px;height:50px;margin-bottom:20px;display:grid;place-items:center;background:var(--pink);color:#fff;border-radius:50%}.reservation-success h2{font-family:var(--mono);font-size:28px}.reservation-success>p:not(.section-label){margin-top:14px;color:var(--ink-soft)}.reservation-success .button{margin-top:25px}}@layer responsive{@media(max-width:1120px){.site-header{grid-template-columns:1fr auto}.desktop-nav,.header-action{display:none}.menu-button{display:grid}.section-heading{gap:42px}.promise-grid{gap:50px}.promise h2{font-size:49px}.system-panel{grid-template-columns:.9fr 1.1fr}.product-showcase-copy{padding:60px}}@media(max-width:860px){.launch-strip>span:nth-child(2){display:none}.section-inner,.hero-content,.promise-features,.clinical-benchmark{width:min(100% - 36px,var(--max))}.section-pad{padding:82px 0}.section-heading{grid-template-columns:1fr;gap:20px;margin-bottom:40px}.section-heading h2,.promise h2,.access-heading h2,.faq h2{font-size:42px}.product-hero h1{font-size:88px}.hero-background{object-position:58% center}.promise-grid,.experience-grid,.faq-grid{grid-template-columns:1fr;gap:40px}.promise-copy{padding-top:0}.promise-features{grid-template-columns:1fr 1fr}.promise-features article:nth-child(2){border-right:0}.promise-features article:nth-child(-n+2){border-bottom:1px solid var(--line-dark)}.clinical-benchmark{grid-template-columns:minmax(210px,.7fr) minmax(0,1.3fr)}.benchmark-objective{border-right:0}.benchmark-status{grid-column:1 / -1}.system-panel{grid-template-columns:1fr}.system-signal{border-right:0;border-bottom:1px solid var(--line)}.experience-copy{position:static}.engineering-steps{grid-template-columns:1fr 1fr}.engineering-steps article:nth-child(2){border-right:0}.engineering-steps article:nth-child(-n+2){border-bottom:1px solid var(--line)}.compiler-flow{grid-template-columns:1fr}.compiler-flow>div{min-height:72px;border-right:0;border-bottom:1px solid #4d444a}.compiler-flow>div:last-child{border-bottom:0}.compiler-flow svg{right:20px;transform:rotate(90deg)}.compiler-stack{grid-template-columns:repeat(3,1fr)}.compiler-stack span:nth-child(3n){border-right:0}.compiler-stack span:nth-child(-n+3){border-bottom:1px solid #4d444a}.comparison-grid{grid-template-columns:1fr}.comparison{min-height:260px}.standards-grid{grid-template-columns:1fr 1fr}.standards-grid article:nth-child(2){border-right:0}.standards-grid article:nth-child(-n+2){border-bottom:1px solid var(--line-dark)}.supplement-declaration{grid-template-columns:1fr}.supplement-declaration-main{min-height:340px}.supplement-declaration-side{min-height:300px}.supplement-pillar-grid{grid-template-columns:1fr 1fr}.supplement-pillar-grid article:nth-child(2){border-right:0}.supplement-pillar-grid article:nth-child(-n+2){border-bottom:1px solid var(--line-dark)}.supplement-category-footer{align-items:flex-start;flex-direction:column}.product-showcase{grid-template-columns:1fr}.product-image-wrap{min-height:620px}.product-showcase-copy{min-height:560px}.offer-grid{grid-template-columns:1fr}.offer{min-height:450px}.footer-main{grid-template-columns:1fr;gap:25px}.footer-main>a{justify-content:flex-start}}@media(max-width:620px){.launch-strip{min-height:28px;padding:5px 12px}.launch-strip button{font-size:8px}.site-header{height:64px;padding:0 12px}.brand-copy small{font-size:6px}.section-inner,.hero-content,.promise-features,.clinical-benchmark{width:min(100% - 28px,var(--max))}.section-pad{padding:68px 0}.section-heading h2,.promise h2,.access-heading h2,.faq h2{font-size:35px}.product-hero{height:calc(100svh - 142px);min-height:550px;max-height:650px}.hero-background{object-position:center}.hero-content{width:100%;height:auto;margin:0;padding:30px 14px 23px;justify-content:flex-start;background:#f9d3daf5}.eyebrow{margin-bottom:8px}.product-hero h1{font-size:60px}.hero-kicker{max-width:360px;margin-top:12px;font-size:19px}.hero-body{max-width:360px;margin-top:9px;font-size:12px;line-height:1.45}.hero-actions{margin-top:13px}.hero-actions .button{min-height:43px;padding:0 13px;font-size:11px}.hero-tags{margin-top:11px;gap:9px;font-size:7px}.stat-band{min-height:78px;grid-template-columns:repeat(4,1fr)}.stat{min-width:0;padding:12px 8px;flex-direction:column;align-items:flex-start;gap:4px}.stat strong{font-size:27px}.stat strong.is-compact{font-size:19px}.stat span{font-size:7px;line-height:1.25}.promise-features{grid-template-columns:1fr}.promise-features article{min-height:190px;border-right:0;border-bottom:1px solid var(--line-dark)}.promise-features article:last-child{border-bottom:0}.clinical-benchmark{grid-template-columns:1fr}.benchmark-comparator,.benchmark-objective{border-right:0;border-bottom:1px solid #51474e}.benchmark-status{grid-column:auto}.benchmark-comparator,.benchmark-objective,.benchmark-status{padding:24px 22px}.benchmark-objective h3{font-size:25px}.system-tabs{grid-template-columns:1fr}.system-tabs button{min-height:72px;grid-template-columns:43px 1fr auto;grid-template-rows:1fr;padding:14px;border-right:0;border-bottom:1px solid var(--line)}.system-tabs button:last-child{border-bottom:0}.system-tabs button>span{grid-row:1}.system-tabs small{text-align:right}.system-signal,.system-detail{padding:23px}.system-signal h3{font-size:28px}.system-signal>span{font-size:140px}.system-detail ul{grid-template-columns:1fr}.experience h2{font-size:37px}.target-row{min-height:155px;grid-template-columns:1fr auto;padding:18px}.target-row small{font-size:10px}.engineering-steps{grid-template-columns:1fr}.engineering-steps article{min-height:235px;border-right:0;border-bottom:1px solid var(--line)}.engineering-steps article:last-child{border-bottom:0}.compiler-stack{grid-template-columns:1fr 1fr}.compiler-stack span:nth-child(3n){border-right:1px solid #4d444a}.compiler-stack span:nth-child(2n){border-right:0}.compiler-stack span:nth-child(-n+4){border-bottom:1px solid #4d444a}.reference-figure{overflow-x:auto}.reference-figure img{min-width:900px;padding:12px}.reference-figure figcaption{position:sticky;left:0;min-width:calc(100vw - 30px);grid-template-columns:1fr;gap:6px}.standards-grid{grid-template-columns:1fr}.standards-grid article{min-height:210px;border-right:0;border-bottom:1px solid var(--line-dark)}.standards-grid article:last-child{border-bottom:0}.supplement-declaration-main{min-height:410px;padding:32px 24px}.supplement-declaration-main h3{font-size:32px}.supplement-declaration-main>span{font-size:13px}.supplement-declaration-side{min-height:0;padding:30px 24px}.supplement-pillar-grid{grid-template-columns:1fr}.supplement-pillar-grid article{min-height:235px;border-right:0;border-bottom:1px solid var(--line-dark)}.supplement-pillar-grid article:nth-child(-n+2){border-bottom:1px solid var(--line-dark)}.supplement-pillar-grid article:last-child{border-bottom:0}.supplement-category-footer{padding:22px}.supplement-category-footer>div{align-items:flex-start;flex-direction:column}.supplement-category-footer a{white-space:normal}.product-image-wrap{min-height:510px}.product-showcase-copy{min-height:590px;padding:55px 24px}.product-showcase h2{font-size:48px}.product-specs{grid-template-columns:1fr}.product-specs span{min-height:64px;border-right:0;border-bottom:1px solid rgba(255,255,255,.55)}.product-specs span:last-child{border-bottom:0}.download-grid{grid-template-columns:1fr;gap:8px}.download-grid>a{min-height:175px;padding:20px;grid-template-columns:30px 1fr 18px;gap:10px}.offer{min-height:470px;padding:24px}.closing-cta h2{font-size:48px}.site-footer{padding:42px 18px 22px}.footer-meta{flex-direction:column;gap:8px}.reservation-dialog form,.reservation-success{padding:42px 22px 28px}.reservation-dialog h2{font-size:29px}}@media(max-height:700px){.product-hero{min-height:470px}.hero-content{padding-top:24px;padding-bottom:24px}.product-hero h1{font-size:62px}.hero-kicker{margin-top:12px;font-size:18px}.hero-body{margin-top:9px;font-size:12px}.hero-actions,.hero-tags{margin-top:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important}}}
