:root{--bg:#031620;--cyan:#92e8eb;--ink:#e8f4f2;--spine:50%}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif}h1,h2,h3,p,figure{margin:0}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit}p{font-size:18px;line-height:1.7}h1,h2,h3{font-weight:400;letter-spacing:-.055em}em{font-family:Georgia,serif;font-weight:400;color:var(--cyan)}h2{font-size:clamp(42px,4.8vw,74px);line-height:1.08}small{line-height:1.7}.eyebrow{font-size:11px;letter-spacing:.16em;line-height:1.8;font-weight:600;margin-bottom:22px}.brand{font-size:25px;font-weight:700;letter-spacing:-1px}.brand small{display:block;font-size:8px;letter-spacing:3px;font-weight:400}.brand sup{font-size:10px}header{height:88px;position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;z-index:10;border-bottom:1px solid #ffffff12}.header-note{font-size:10px;letter-spacing:.2em}.header-link{font-size:13px;border-bottom:1px solid #708b97;padding-bottom:8px}.skip{position:absolute;top:-100px}.skip:focus{top:10px;left:10px;z-index:100;background:white;color:black;padding:20px}.chapter-nav{position:fixed;right:24px;top:50%;transform:translateY(-50%);z-index:15;display:grid;gap:16px}.chapter-nav a{display:block;position:relative;padding:4px}.chapter-nav span{display:block;width:5px;height:5px;border-radius:50%;background:#536b76}.chapter-nav a[aria-current=step] span{background:var(--cyan);box-shadow:0 0 0 5px #a3e7ed18}.chapter-nav b{position:absolute;right:24px;top:-3px;font-size:11px;white-space:nowrap;font-weight:400;opacity:0;transition:opacity .2s;background:#031620;padding:4px 8px}.chapter-nav a:hover b,.chapter-nav a:focus-visible b{opacity:1}.story-world{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(ellipse at 50% 8%,#0b394866,transparent 17%),radial-gradient(ellipse at 15% 50%,#12444460,transparent 22%),radial-gradient(ellipse at 85% 77%,#50463b40,transparent 25%),#031620}.spine{position:absolute;top:480px;bottom:470px;left:var(--spine);width:1px;background:linear-gradient(transparent,#6999a328 5%,#6999a328 95%,transparent);z-index:-1}.spine-fill{width:1px;height:0;background:linear-gradient(transparent,#8fecf0bb);box-shadow:0 0 14px #71d9f5;transform-origin:top}.traveler{position:absolute;left:var(--spine);top:0;width:240px;transform:translate(-50%,390px);transform-origin:50% 55%;pointer-events:none;z-index:4;will-change:transform}.traveler img{width:100%;height:auto;display:block;position:relative;z-index:1}.drop-halo{position:absolute;width:150%;height:80%;left:-25%;top:15%;background:radial-gradient(ellipse,#47d3ef16,transparent 65%);z-index:0}.chapter{position:relative;min-height:100svh;min-height:max(870px,100svh);padding:130px 7vw;display:grid;grid-template-columns:1fr 1fr;column-gap:15%;align-items:center}.left{grid-column:1}.right{grid-column:2}.chapter-copy{max-width:475px;grid-row:1;position:relative;z-index:5}.visual{grid-row:1;min-width:0;position:relative;z-index:2}.chapter-copy>p:not(.eyebrow){font-size:17px;color:#b9cbd0;margin:26px 0}.text-link{border:0;border-bottom:1px solid #8dbcc066;background:none;color:var(--cyan);display:inline-flex;gap:30px;padding:14px 0;font-size:15px;align-items:center;text-align:left}.text-link span{font-size:23px}.giant{font-size:clamp(110px,12vw,185px);line-height:.9;letter-spacing:-.075em;color:#d7f7f5;margin:18px 0}.waypoint{position:absolute;left:var(--spine);top:50%;transform:translate(-50%,-50%);font-size:10px;background:#052331;color:#9abcd1;border:1px solid #577982;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;z-index:0}.clarification{display:block;margin-top:25px;font-size:11px;line-height:1.7;color:#a5bec4;max-width:360px}.opening{height:100svh;min-height:880px;padding-top:120px;align-items:start}.opening-title{grid-column:1/3;grid-row:1;position:relative;z-index:5;pointer-events:none;padding-top:38px}.opening h1{font-size:clamp(65px,7.3vw,112px);line-height:1.01;max-width:820px}.opening h1 em{white-space:nowrap}.intro-question{font-size:17px;margin-top:28px;line-height:1.6;color:#b4d1d6}.opening-note{grid-column:2;align-self:center;justify-self:end;max-width:220px;padding-top:190px;grid-row:1}.opening-note strong{font-size:95px;font-weight:400;letter-spacing:-.08em;color:#8fd4e0}.opening-note p{font-size:15px}.scroll-cue{position:absolute;bottom:75px;left:7vw;display:flex;align-items:center;gap:18px;font-size:13px;letter-spacing:.06em}.scroll-cue span{display:grid;place-items:center;width:38px;height:55px;border:1px solid #769da6;border-radius:30px;font-size:23px}.concept-note{position:absolute;bottom:75px;right:7vw;font-size:10px;color:#87a3ae}.paper-fan{height:530px;perspective:1200px}.paper-sheet{position:absolute;display:flex;flex-direction:column;width:74%;min-height:360px;max-width:310px;padding:24px;background:#dcebe8;color:#173541;text-align:left;border:0;box-shadow:0 20px 50px #0005;transform:rotate(-12deg);left:0;top:15px;transition:transform .4s}.paper-sheet.front{background:#aecdd7;left:23%;top:110px;transform:rotate(9deg)}.paper-sheet:hover,.paper-sheet:focus-visible{z-index:3;transform:rotate(0deg) translateY(-12px)}.paper-sheet small{font-size:9px;letter-spacing:.09em;min-height:45px}.paper-sheet>span{font-size:72px;line-height:1.3;font-family:Georgia,serif;letter-spacing:-.065em}.paper-sheet h3{font-size:28px;line-height:1.13;margin:15px 0 25px}.paper-sheet p{font-size:12px;margin-top:auto}.paper-sheet b{font-size:12px;letter-spacing:.04em;font-weight:400;border-top:1px solid #2f535c55;padding-top:18px;margin-top:18px}.visual-caption{font-size:10px;line-height:1.6;color:#8caab4;position:absolute;bottom:-5px;left:0}.patent-visual{min-height:530px}.peptide-image{width:135%;max-width:none;position:relative;left:-17%;aspect-ratio:1;object-fit:cover;mask-image:radial-gradient(ellipse,black 25%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse,black 25%,transparent 70%)}.patent-tag{position:absolute;top:6%;left:0;background:#04222fe8;border:1px solid #93cbd14d;padding:20px;text-align:left;box-shadow:0 12px 40px #0004}.patent-tag small{display:block;font-size:9px;letter-spacing:.08em}.patent-tag strong{display:block;font-size:52px;font-weight:400;font-family:Georgia,serif;color:var(--cyan);margin:10px 0}.patent-tag>span{font-size:12px}.patent-tickets{display:grid;grid-template-columns:1fr 1fr;gap:12px;position:relative;margin-top:-80px;z-index:2}.patent-tickets button{background:#d9e7e4;color:#1a3540;text-align:left;border:none;padding:22px 15px;transform:rotate(-4deg);box-shadow:0 10px 25px #0004}.patent-tickets button:nth-child(2){transform:rotate(5deg)}.patent-tickets small{display:block;font-size:8px;letter-spacing:.06em}.patent-tickets strong{font-size:15px;display:block;margin:20px 0}.patent-tickets span{font-size:11px}.patent-visual .visual-caption{bottom:-45px}.product-visual{min-height:400px;display:flex;flex-direction:column;justify-content:center;padding:30px 5px;position:relative}.product-overline{font-size:11px;letter-spacing:.3em;color:#9bc4d0}.product-word{font-size:clamp(50px,6.4vw,95px);letter-spacing:-.065em;font-weight:400;margin:35px 0;color:#ecf7f1;text-shadow:0 0 45px #78d8ce44}.product-word sup{font-size:20px}.product-rule{height:1px;background:linear-gradient(90deg,#93cfd6,transparent);width:100%}.ndc-mark{display:flex;align-items:center;gap:25px;margin-top:35px}.ndc-mark b{font-size:50px;font-weight:400;letter-spacing:-.05em}.ndc-mark span{font-size:10px;line-height:1.7;letter-spacing:.12em;color:#9ebbc1}.round-link{position:absolute;right:0;bottom:40px;width:48px;height:48px;border:1px solid #83adba;background:none;border-radius:50%;font-size:24px}.cases-chapter{--cyan:#d5c6a2}.case-visual{padding:0 10px}.case-visual button{display:flex;align-items:center;width:100%;gap:22px;background:linear-gradient(100deg,#284043bb,#192d3566);border:1px solid #a1bdba25;text-align:left;padding:30px 20px;margin:22px 0;position:relative}.case-visual button:nth-of-type(2){transform:translateX(-25px)}.case-visual button>span{font-family:Georgia,serif;font-size:39px;color:#b7c4b3}.case-visual small{font-size:9px;letter-spacing:.1em}.case-visual strong{font-size:22px;font-weight:400;display:block;margin-top:9px;letter-spacing:-.025em}.case-visual b{margin-left:auto;font-weight:400;font-size:22px;color:#d3d2b1}.case-line{position:absolute;height:85%;width:1px;left:40px;top:0;background:#748b7f66}.case-end{font-size:9px;letter-spacing:.08em;color:#b0beb9}.care-quote{font-size:clamp(26px,3.2vw,48px);line-height:1.3;letter-spacing:-.03em}.care-path{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:42px;font-size:11px;color:#c1d5d5}.care-path i{width:18px;height:1px;background:#a2c3ca}.care-visual>.text-link{margin-top:30px}.ending{display:flex;justify-content:center;text-align:center;min-height:1060px;padding-top:360px;align-items:center}.ending-copy{position:relative;z-index:5}.ending-copy h2{font-size:clamp(45px,5.8vw,85px);line-height:1.1}.ending-copy .eyebrow{color:#a4c8cc}.button{display:inline-flex;gap:35px;align-items:center;justify-content:space-between;color:#05212a;background:#a8e9e1;border:1px solid #a8e9e1;border-radius:3px;padding:18px 25px;font-size:15px;min-height:55px}.ending .button{margin-top:38px}.secondary{font-size:13px;display:block;margin-top:20px;color:#b9d0d3;text-decoration:underline;text-underline-offset:5px}.end-halo{position:absolute;width:800px;height:800px;max-width:100%;top:100px;left:50%;transform:translateX(-50%);background:radial-gradient(ellipse,#21798428,transparent 65%);pointer-events:none}.reveal{opacity:1}.motion-ready .reveal{opacity:var(--reveal,0);transform:translateY(calc((1 - var(--reveal,0)) * 65px));will-change:opacity,transform}.results{background:#e8efec;color:#132f38;padding:95px 7vw}.results em,.contact em{color:#387d7d}.results h2{font-size:56px}.result-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:50px}.result-grid>button,.result-grid>a{display:flex;flex-direction:column;min-height:230px;padding:24px 0;text-align:left;border:0;border-top:1px solid #9dbbb8;color:#16333d;background:none}.result-grid small{font-size:10px;letter-spacing:.08em}.result-grid strong{font-weight:400;font-size:21px;line-height:1.35;margin:25px 0;letter-spacing:-.025em}.result-grid span{margin-top:auto;font-size:12px;color:#2b6a72}.contact{padding:90px 7vw;display:grid;grid-template-columns:1fr 1fr;gap:8vw;background:#dbe6e3;color:#15363e}.contact h2{font-size:56px}.contact>div>p:not(.eyebrow){font-size:17px;max-width:350px;margin-top:30px}form{background:#f6faf8;padding:30px}label{font-size:13px;display:block;margin-bottom:18px}input,select,textarea{display:block;width:100%;margin-top:8px;background:#fff;border:1px solid #a7bdbd;padding:12px;color:#12323e;min-height:46px}textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-notice,.contact-direct{font-size:11px;margin:15px 0;line-height:1.7}form .button{width:100%}.contact-direct a{text-decoration:underline}#form-status{font-size:14px;margin-top:15px}footer{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:45px 7vw}footer p{font-size:12px}footer>small{font-size:10px;color:#95b2bd}dialog{color:#15353e;background:#edf4f0;width:min(640px,calc(100% - 32px));max-height:85svh;border:none;padding:55px 45px 35px;border-radius:4px}dialog::backdrop{background:#001019db;backdrop-filter:blur(8px)}dialog h2{font-size:38px;line-height:1.15;margin-bottom:25px}dialog p{font-size:17px;margin-bottom:20px}dialog li{font-size:17px;line-height:1.7}dialog .textlink{display:block;margin-top:20px;text-decoration:underline}dialog .close{position:absolute;right:12px;top:10px;font-size:30px;border:0;background:none;color:#193944;width:45px;height:45px}.modal-open{overflow:hidden}:focus-visible{outline:3px solid #51c4c8;outline-offset:6px}@media(max-width:1050px){.chapter{column-gap:20%;padding-left:5vw;padding-right:6vw}.chapter-nav{right:12px}.paper-sheet{padding:18px}.paper-sheet h3{font-size:24px}.patent-tickets{grid-template-columns:1fr}.patent-tickets button{padding:18px}.patent-tickets strong{margin:10px 0}.product-word{font-size:60px}.opening h1{font-size:80px}.result-grid{grid-template-columns:1fr 1fr}.traveler{width:180px}.care-quote{font-size:36px}}
@media(max-width:700px){:root{--spine:87%}header{height:76px;padding:0 22px}.brand{font-size:21px}.header-note{display:none}.header-link{font-size:11px}.chapter-nav{display:none}.story-world{background:radial-gradient(ellipse at 87% 4%,#184c6055,transparent 15%),radial-gradient(ellipse at 50% 68%,#51453122,transparent 30%),#031620}.chapter{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:95px 24% 95px 24px;min-height:1100px;gap:50px}.chapter-copy{max-width:100%;z-index:5;order:0}.visual{width:100%;order:1}.chapter-copy h2{font-size:39px}.chapter-copy .eyebrow{font-size:9px;letter-spacing:.1em}.chapter-copy>p:not(.eyebrow){font-size:15px;margin:20px 0}.chapter-copy br{display:none}.chapter-copy h2 br{display:block}.giant{font-size:100px;margin:10px 0 14px}.text-link{font-size:13px;gap:15px}.clarification{font-size:10px;margin-top:20px}.traveler{width:100px}.spine{top:400px;bottom:700px}.waypoint{width:24px;height:24px;font-size:8px;top:40%}.opening{height:100svh;min-height:900px;justify-content:flex-start;padding:135px 24px 80px;gap:0;display:block}.opening-title{padding:0}.opening h1{font-size:56px;line-height:1.05}.opening .eyebrow{font-size:9px;max-width:240px;margin-bottom:25px}.intro-question{font-size:15px;max-width:260px;margin-top:25px}.intro-question br{display:none}.opening-note{padding:0;position:absolute;left:24px;bottom:145px;max-width:175px}.opening-note strong{font-size:70px}.opening-note p{font-size:13px}.scroll-cue{left:24px;bottom:58px;font-size:11px;gap:12px}.concept-note{bottom:22px;left:24px;right:auto;font-size:9px}.paper-fan{height:375px;width:100%;margin-top:0}.paper-sheet{width:80%;min-height:275px;padding:16px;left:0;top:0}.paper-sheet.front{left:17%;top:55px}.paper-sheet small{font-size:7px;min-height:33px;line-height:1.7}.paper-sheet>span{font-size:50px}.paper-sheet h3{font-size:21px;margin:10px 0 16px}.paper-sheet p,.paper-sheet b{font-size:10px}.paper-sheet b{padding-top:12px;margin-top:12px}.visual-caption{font-size:9px;bottom:-15px;max-width:240px}.patent-chapter{min-height:1300px}.patent-visual{min-height:360px}.peptide-image{width:120%;left:-10%}.patent-tag{padding:15px;top:0;left:0}.patent-tag strong{font-size:40px}.patent-tag small{font-size:7px}.patent-tag>span{font-size:10px}.patent-tickets{gap:10px;margin-top:-10px}.patent-tickets button{padding:16px}.patent-tickets small{font-size:7px}.patent-tickets strong{font-size:15px}.patent-visual .visual-caption{bottom:-35px}.product-chapter{min-height:950px}.product-visual{min-height:230px;padding:10px 0}.product-word{font-size:55px;margin:30px 0}.product-word sup{font-size:15px}.product-overline{font-size:9px}.ndc-mark{gap:15px;margin-top:25px}.ndc-mark b{font-size:40px}.ndc-mark span{font-size:8px}.round-link{width:35px;height:35px;right:0;bottom:-25px;font-size:20px}.cases-chapter{min-height:1150px}.case-visual{padding:0}.case-visual button{padding:20px 12px;gap:12px;margin:15px 0}.case-visual button:nth-of-type(2){transform:translateX(-6px)}.case-visual button>span{font-size:25px}.case-visual small{font-size:7px}.case-visual strong{font-size:17px}.case-end{font-size:8px;line-height:1.8;display:block}.care-chapter{min-height:1000px}.care-quote{font-size:30px;line-height:1.35}.care-path{gap:9px;margin-top:30px;font-size:10px;line-height:1.6}.care-path i{width:12px}.care-visual>.text-link{font-size:12px}.ending{padding:280px 24px 100px;min-height:950px;align-items:center;justify-content:center}.ending-copy h2{font-size:42px}.ending .eyebrow{font-size:9px}.button{font-size:14px;padding:17px 20px;gap:20px}.secondary{font-size:12px}.ending-copy{max-width:100%}.end-halo{top:60px;height:500px}.results,.contact{padding:60px 24px}.results h2,.contact h2{font-size:40px}.result-grid{grid-template-columns:1fr;gap:12px;margin-top:30px}.result-grid>button,.result-grid>a{min-height:170px;padding:22px 0}.result-grid strong{font-size:23px;margin:18px 0}.contact{grid-template-columns:1fr;gap:35px}.contact>div>p:not(.eyebrow){font-size:15px;margin-top:22px}form{padding:24px 18px}.form-row{grid-template-columns:1fr;gap:0}footer{padding:35px 24px;flex-wrap:wrap}footer>small{width:100%}dialog{padding:55px 24px 25px}dialog h2{font-size:31px}dialog p{font-size:16px}.motion-ready .reveal{transform:translateY(calc((1 - var(--reveal,0)) * 35px))}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.motion-ready .reveal{opacity:1;transform:none;will-change:auto}.traveler{will-change:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
.paper-sheet{width:64%}.paper-sheet.front{left:40%}@media(max-width:700px){.paper-sheet{width:75%}.paper-sheet.front{left:28%}.paper-sheet.front:hover,.paper-sheet.front:focus-visible{z-index:4}.paper-sheet.rear:hover,.paper-sheet.rear:focus-visible{transform:rotate(-12deg) translateX(-10px)}}
@media(max-width:700px){.paper-sheet{width:64%}.paper-sheet.front{left:47%;top:100px}.paper-fan{height:440px}.paper-sheet h3{font-size:19px}.paper-sheet small{font-size:7px}.visual-caption{bottom:-5px}}
/* The same droplet links the origin and the evidence. */
.scorpion-scene{position:absolute;width:650px;right:2%;top:245px;z-index:2}.scorpion-scene img{display:block;width:100%}.scorpion-scene i{position:absolute;left:59.24%;top:38.77%;width:1px;height:1px}.opening-title{max-width:58%}.opening-note{position:absolute;left:7%;bottom:135px;padding:0}.opening-note strong{font-size:62px}.opening-note p{font-size:13px}.traveler{width:110px;transform-origin:50% 0}.team-visual>img{width:100%;border-radius:5px;margin-bottom:30px}.team-visual .eyebrow{margin-bottom:8px}.agreement{display:block;border-top:1px solid #7199a455;padding:18px 0}.agreement small{font-size:9px;color:#9cc9cd;letter-spacing:.18em}.agreement strong{display:block;font-size:23px;font-weight:400;margin:7px 0}.agreement span{font-size:12px;color:var(--cyan)}.bottle-photo{width:100%;max-height:500px;object-fit:contain;margin-bottom:28px;border-radius:8px}.patient-story{display:block}.patient-story img{width:190px;height:190px;object-fit:cover;border-radius:50%;display:block;margin-bottom:35px;box-shadow:0 0 80px #afc3a320}.patient-story small{font-size:9px;letter-spacing:.15em;color:#b9c9bf}.patient-story h3{font-size:48px;margin-top:15px}.patient-story blockquote{margin:25px 0;font:italic 25px/1.45 Georgia,serif;color:#ddd6bd}.patient-story>span{font-size:13px;border-bottom:1px solid #b4bca277;padding-bottom:10px;display:inline-block}.document-preview{width:100%;padding:0;border:0;background:none;transform:rotate(4deg);box-shadow:0 25px 80px #0008}.document-preview img{display:block;width:100%;border-radius:5px}.patent-tickets{margin-top:28px}.patent-visual{min-height:0}.patent-visual .visual-caption{position:static;margin-top:22px}.paper-sheet .publisher-logo{width:100%;height:55px;object-fit:contain;background:white;margin-bottom:20px}.opening{min-height:920px}
@media(max-width:700px){.opening{min-height:950px}.opening-title{max-width:100%}.opening h1{font-size:52px}.scorpion-scene{width:390px;max-width:105%;top:385px;right:-3%}.opening-note{left:24px;bottom:135px;max-width:180px}.opening-note strong{font-size:60px}.traveler{width:65px}.team-chapter{min-height:1250px}.team-visual>img{width:127%;max-width:calc(100vw - 55px)}.agreement strong{font-size:21px}.patient-story img{width:145px;height:145px}.patient-story h3{font-size:37px}.patient-story blockquote{font-size:22px}.product-visual{min-height:350px}.patent-chapter{min-height:1050px}.patent-visual{min-height:0}.bottle-photo{width:115%;max-width:calc(100vw - 50px)}.paper-sheet .publisher-logo{height:35px}.paper-fan{height:470px}}
.actual-paper{padding:12px;min-height:0}.actual-paper>img{width:100%;height:280px;object-fit:cover;object-position:top;display:block;margin-bottom:16px}.actual-paper small{min-height:0;font-size:8px}.actual-paper b{margin-top:12px;padding-top:12px}.paper-sheet.actual-paper.front{top:140px}.actual-paper:hover{z-index:3}@media(max-width:700px){.actual-paper{padding:8px}.actual-paper>img{height:225px;margin-bottom:12px}.actual-paper small{font-size:7px}.actual-paper b{font-size:9px}.paper-sheet.actual-paper.front{top:120px}.paper-fan{height:495px}}
.opening h1{font-size:clamp(56px,5.7vw,84px);line-height:1.04}.opening-title{max-width:62%}.chapter-copy h2{font-size:clamp(40px,4.1vw,63px)}.future-copy{max-width:580px;margin:30px auto 0;font-size:18px;color:#b9d0d3}.opening h1 em{white-space:normal}@media(max-width:700px){.opening{min-height:1100px}.opening-title{max-width:100%}.opening h1{font-size:44px;line-height:1.08}.scorpion-scene{top:505px}.chapter-copy h2{font-size:37px}.papers-chapter{min-height:1250px}.future-copy{font-size:16px;max-width:310px}.opening-note{bottom:135px}.opening .intro-question{max-width:310px}}
