:root{--paper:#f6f8f5;--white:#fff;--ink:#132f3a;--deep:#102f38;--teal:#086f73;--mint:#cde8df;--muted:#526a72;--line:#cedbd6;--display:"Barlow Condensed","Arial Narrow",Impact,sans-serif;--body:"Manrope",Arial,sans-serif;--pad:clamp(24px,4.2vw,80px)}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:96px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.65}
body:has(dialog[open]){overflow:hidden}
h1,h2,h3,p,figure{margin:0}
h1,h2,h3{font-family:var(--display);font-weight:600;line-height:.94;letter-spacing:-.025em}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
button:disabled,[aria-disabled=true]{cursor:default}
img{display:block;width:100%;height:auto}
button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #b97a25;outline-offset:5px}
::selection{background:var(--teal);color:white}
.skip-link{position:fixed;left:16px;top:-100px;z-index:100;padding:12px 18px;background:white}
.skip-link:focus{top:16px}
.site-header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 var(--pad);border-bottom:1px solid var(--line);background:var(--paper);position:relative;z-index:20}
.wordmark{display:inline-flex;align-items:center;gap:11px;font-size:27px;font-weight:800;letter-spacing:-1.2px;line-height:1}
.brand-period{align-self:flex-start;font-size:11px;margin-top:1px}
.brand-mark{width:29px;height:29px;fill:var(--teal)}
.desktop-nav{display:flex;gap:34px;align-items:center;font-size:13px;font-weight:700}
.desktop-nav a:hover,.text-link:hover{color:var(--teal)}
.desktop-nav .text-link{padding-left:26px;border-left:1px solid var(--line)}
.text-link span{margin-left:16px}
.menu-toggle{display:none;border:0;background:none;width:48px;height:48px;justify-content:center;flex-direction:column;gap:7px}
.menu-toggle span{display:block;width:26px;height:1px;background:var(--ink)}
.eyebrow{font-size:11px;font-weight:700;letter-spacing:.08em;line-height:1.5}
.download-rail{display:grid;grid-template-columns:180px 1fr 1fr;padding:0 var(--pad);border-bottom:1px solid var(--line);min-height:98px;align-items:center}
.download-rail>.eyebrow{color:var(--teal)}
.download-link{display:flex;align-items:center;gap:18px;height:100%;padding:20px 30px;border-left:1px solid var(--line);transition:background .2s}
.download-link>svg{width:29px;height:29px;flex-shrink:0;fill:none;stroke:var(--teal);stroke-width:1.6}
.download-link[data-download=windows]>svg{fill:var(--teal);stroke:none}
.download-link strong{display:block;font-size:clamp(14px,1.15vw,19px);font-weight:700;line-height:1.4}
.download-link small{display:block;font-size:11px;margin-top:5px;color:var(--muted)}
.download-arrow{margin-left:auto;font-size:25px}
.download-link[href]:hover{background:var(--mint)}
.mobile-menu{position:fixed;inset:0;width:100%;height:100%;max-width:none;max-height:none;border:0;background:var(--deep);color:var(--paper);padding:30px}
.mobile-menu::backdrop{background:var(--deep)}
.menu-top{display:flex;justify-content:space-between;align-items:center}
.menu-close{border:1px solid #65828b;color:inherit;background:none;padding:12px}
.mobile-menu nav{display:flex;flex-direction:column;gap:20px;padding:70px 0;font-family:var(--display);text-transform:uppercase;font-size:40px}
.mobile-menu nav a{border-bottom:1px solid #466169;padding-bottom:12px}
.hero{display:grid;grid-template-columns:43% 57%;min-height:660px;height:calc(100svh - 186px);max-height:900px}
.hero-art{position:relative;overflow:hidden;min-height:100%;background:#c8d5cd}
.hero-art>img{height:100%;object-fit:cover;object-position:44% center}
.image-caption{position:absolute;bottom:28px;left:28px;font-size:10px;letter-spacing:.06em;color:white;font-weight:700}
.hero-copy{padding:48px clamp(30px,4vw,72px) 24px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center}
.hero-kicker{display:flex;align-items:center;gap:15px;margin-bottom:24px}
.cross{font-size:40px;line-height:1;color:var(--teal)}
.hero h1{font-size:clamp(86px,8.6vw,160px);font-weight:700;letter-spacing:-.022em;line-height:.83}
.hero h1 span{color:var(--teal)}
.hero-description{font-size:clamp(14px,1.12vw,18px);margin:30px 0 22px;line-height:1.65}
.button{display:inline-flex;min-height:54px;padding:16px 24px;align-items:center;justify-content:space-between;gap:50px;border:1px solid transparent;font-size:13px;font-weight:700;transition:background .2s,transform .2s}
.button:hover{transform:translateY(-2px)}
.button span{font-size:20px;line-height:1}
.button-dark{background:var(--teal);color:white}
.button-dark:hover{background:var(--deep)}
.button-outline{border-color:currentColor}
.button-light{background:var(--mint);color:var(--ink)}
.hero-footnote{font-size:11px;line-height:1.55;color:var(--muted);margin-top:15px}
.hero-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;width:100%;margin-top:auto;padding-top:40px}
.hero-bottom a{font-size:9px;letter-spacing:.05em;font-weight:700}
.hero-bottom .eyebrow{font-size:9px}
.hero-bottom a span{margin-left:10px;font-size:17px}
.section-light{padding:0 var(--pad)}
.chapter-line{border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;padding:28px 0}
.intro{padding-top:64px;padding-bottom:70px}
.manifesto{max-width:1220px;font-size:clamp(32px,4vw,65px);letter-spacing:-.045em;line-height:1.23;margin:60px 0 66px;font-weight:500}
.manifesto span{color:#80928f}
.intro-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:60px}
.intro-bottom p{max-width:400px;font-size:15px;line-height:1.8}
.site-footer{padding:45px var(--pad);border-top:1px solid var(--line);display:flex;align-items:center;gap:30px;flex-wrap:wrap}
.site-footer p,.site-footer a:not(.wordmark),.site-footer small{font-size:11px}
.site-footer>div{margin-left:auto;display:flex;gap:20px}

.hero-art>img{object-position:10% center}
.eyebrow{font-size:12px}
.download-link small,.hero-footnote{font-size:12px}
.hero-bottom a,.hero-bottom .eyebrow{font-size:10px}
.hero-copy{padding-bottom:28px}
.section-dark{background:var(--deep);color:var(--paper);padding:55px var(--pad) 65px}
.section-dark .chapter-line{border-color:#49616a}
.section-dark em{color:var(--mint)}
em{font-style:normal;color:var(--teal)}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:70px;padding:55px 0 70px}
.section-heading h2{font-size:clamp(66px,7.8vw,122px);flex-shrink:0}
.section-heading>p,.section-heading>div{max-width:370px;font-size:16px}
.section-heading .text-link{display:inline-block;margin-top:25px}
.text-link{font-size:13px;font-weight:700;border:0;background:none;padding:0;text-align:left;cursor:pointer}
.section-dark .text-link:hover{color:var(--mint)}
.section-dark .cross{color:var(--mint)}
.text-link span{margin-left:14px}
.clinic-collage{position:relative;display:grid;grid-template-columns:1.2fr .65fr 1fr;grid-template-rows:180px 160px 280px 100px;gap:25px;padding-top:80px;padding-bottom:110px}
.collage-photo{position:relative}
.collage-photo img{height:100%;object-fit:cover}
.collage-photo figcaption{font-size:10px;letter-spacing:.06em;font-weight:700;margin-top:12px}
.collage-one{grid-column:1/3;grid-row:1/3;width:80%}
.collage-two{grid-column:3;grid-row:2/5;width:86%;justify-self:end}
.collage-three{grid-column:2;grid-row:3/5;width:140%;margin-left:-40%}
.collage-three img{object-position:36% center}
.collage-note{grid-column:3;grid-row:1;align-self:start;justify-self:end;width:86%;display:flex;gap:22px}
.collage-note p{font-size:15px;line-height:1.7}
.collage-end{grid-column:1;grid-row:4;align-self:end;max-width:210px}
.platform .section-heading{padding-bottom:90px}
.feature-layout{display:grid;grid-template-columns:1fr 1.65fr;gap:100px}
.feature-aside{display:flex;flex-direction:column;align-items:flex-start}
.outline-cross{font-family:Arial,sans-serif;font-weight:300;font-size:230px;line-height:.8;color:transparent;-webkit-text-stroke:1px #77908f;margin:5px 0 40px}
.feature-aside>p{font-size:21px;line-height:1.5;margin-bottom:28px}
.feature-aside>a{margin-top:auto;margin-bottom:15px}
.feature-list details{border-top:1px solid #49616a}
.feature-list details:last-child{border-bottom:1px solid #49616a}
summary{list-style:none;cursor:pointer}
summary::-webkit-details-marker{display:none}
.feature-list summary{display:flex;align-items:center;gap:20px;padding:29px 0}
.feature-list h3{font-size:36px;font-weight:500;line-height:1.1}
.row-number{font-size:11px;color:#a5bfbd;align-self:center;width:25px}
.plus{margin-left:auto;font-size:25px;font-weight:400;transition:transform .2s}
.feature-list details[open] .plus{transform:rotate(45deg)}
.feature-body{padding:0 42px 29px}
.feature-body>p{max-width:510px;font-size:15px;line-height:1.8;color:#c5d7d4}
.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}
.tags span{border:1px solid #49616a;border-radius:20px;font-size:11px;padding:6px 12px;color:#d5e9e3}
.platform-foot{display:flex;justify-content:space-between;gap:30px;border-top:1px solid #49616a;padding-top:30px;margin-top:90px}
.platform-foot>span:last-child{font-size:12px;color:#b6cfca}
.product{padding-top:70px;padding-bottom:105px}
.screen-stage{padding:26px 30px 0;background:#d8e8df;max-width:1220px;margin:0 auto}
.stage-top{display:flex;justify-content:space-between;gap:20px;align-items:center;padding-bottom:24px}
.enlarge-button{background:none;color:var(--ink);border:0;padding:8px 0;font-size:12px;font-weight:700}
.enlarge-button span{margin-left:16px}
.screen-stage #screen-panel{box-shadow:0 14px 32px #173b3620;border:1px solid #b5c7c0;background:#faf9f6}
.screen-stage img{aspect-ratio:3/2;object-fit:contain}
#screen-panel:focus-visible{outline:3px solid #b97a25;outline-offset:5px}
.screen-tabs{display:grid;grid-template-columns:repeat(4,1fr);margin-top:26px}
.screen-tabs button{border:0;border-top:2px solid transparent;background:transparent;color:#47615c;text-align:left;font-size:13px;font-weight:600;padding:20px 10px}
.screen-tabs button span{font-size:10px;display:block;margin-bottom:4px}
.screen-tabs button[aria-selected=true]{border-color:var(--teal);color:var(--teal);background:#c8dfd3}
.screen-tabs button:hover{background:#c8dfd3}
.screen-caption{display:flex;justify-content:space-between;gap:30px;padding:28px 0 0;max-width:1220px;margin:0 auto}
.screen-caption>p{max-width:475px;font-size:13px;color:var(--muted)}
.device-story{display:grid;grid-template-columns:1fr 1fr;background:#e5ede7}
.device-photo{position:relative;height:750px;overflow:hidden}
.device-photo img{height:100%;object-fit:cover;object-position:50% 58%}
.device-copy{display:flex;justify-content:center;flex-direction:column;padding:60px clamp(35px,5vw,100px)}
.device-copy h2{font-size:clamp(65px,6.5vw,102px);margin:35px 0}
.device-copy>p{font-size:15px;max-width:420px}
.device-platforms{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:45px}
.device-platforms>div{border-top:1px solid #bccfc4;padding-top:23px}
.device-platforms h3{font-family:var(--body);font-size:16px;letter-spacing:0;margin:20px 0 10px}
.device-platforms p{font-size:12px;line-height:1.6;max-width:160px}
.device-platforms a{font-size:11px;font-weight:700;display:block;margin-top:20px}
.platform-symbol{font-size:37px;line-height:32px;color:var(--teal);display:block;height:32px}
.android-symbol{height:32px;width:32px;fill:none;stroke:var(--teal);stroke-width:1.5}
.records{padding-top:75px;padding-bottom:95px}
.connection-demo{border:1px solid var(--line);padding:30px 42px;background:white}
.connection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-bottom:25px;border-bottom:1px solid var(--line)}
#network-toggle{display:flex;align-items:center;gap:10px;background:none;border:0;color:var(--ink);font-size:12px;min-height:44px}
#network-toggle strong{min-width:19px;text-align:left}
.switch-track{display:block;width:42px;height:24px;border-radius:30px;background:var(--teal);padding:4px;transition:background .2s}
.switch-track>span{display:block;width:16px;height:16px;background:white;border-radius:50%;transform:translateX(18px);transition:transform .2s}
[data-online=false] .switch-track{background:#5e7074}
[data-online=false] .switch-track>span{transform:translateX(0)}
.connection-map{display:grid;grid-template-columns:1fr 180px 1fr;align-items:center;max-width:790px;margin:45px auto 0}
.map-device{text-align:center;padding:25px 15px;border:1px solid var(--line);background:var(--paper)}
.map-device svg{width:78px;height:66px;stroke:var(--ink);stroke-width:1.5;fill:none;margin-bottom:23px}
.map-plus{stroke:var(--teal);stroke-width:2}
.map-device h3{font-family:var(--body);font-size:15px;letter-spacing:0;line-height:1.4;font-weight:700}
.map-device p{font-size:12px;margin:6px 0 14px;color:var(--muted)}
.status-chip{display:inline-flex;align-items:center;gap:6px;color:var(--teal);font-size:11px;font-weight:700}
.status-chip:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--teal)}
.map-path{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;gap:4px}
.map-path strong{font-size:12px;background:#fff;z-index:1;padding:0 8px}
.map-path small{font-size:10px;color:var(--muted);background:#fff;z-index:1;padding:0 6px}
.path-line{position:absolute;width:100%;height:1px;top:0;background:#b7c8be}
.path-line:first-child:before,.path-line:last-child:after{content:"";position:absolute;top:-3px;left:0;width:7px;height:7px;border:1px solid var(--teal);background:#fff;border-radius:100%}
.path-line:last-child{top:100%}
.path-line:last-child:after{left:auto;right:0}
.drive-path{text-align:center;max-width:710px;margin:0 auto;padding-top:60px;position:relative}
.drive-connector{position:absolute;left:50%;top:0;height:47px;border-left:1px dashed #718d82}
.drive-path>div{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px}
.cloud-symbol{color:var(--teal);font-size:28px;line-height:1}
.drive-path strong{font-size:14px}
.drive-state{font-size:10px;font-weight:700;color:var(--teal);background:#e4f1e9;padding:6px 10px;border-radius:20px}
[data-online=false] .drive-state{color:#74582f;background:#f4ead8}
[data-online=false] .drive-connector{border-color:#b8b6ad}
.drive-path>p{font-size:13px;color:var(--muted);max-width:540px;margin:22px auto 0;min-height:64px}
.diagram-note{font-size:11px;text-align:center;border-top:1px solid var(--line);margin-top:35px;padding-top:20px;color:var(--muted)}
.record-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:65px;padding:55px 0 30px}
.record-principles h3{font-size:32px;margin:20px 0 14px}
.record-principles p{font-size:14px;color:var(--muted);max-width:340px}
.records-note{max-width:780px;font-size:11px;color:var(--muted);padding-top:25px;border-top:1px solid var(--line)}
.continuity{padding-top:55px;padding-bottom:90px}
.continuity>h2{font-size:clamp(90px,12vw,185px);line-height:.88;max-width:1300px;margin:75px 0 50px}
.continuity-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:50px}
.continuity-bottom>.cross{font-size:100px}
.continuity-bottom p{max-width:390px;font-size:16px;color:#c5d7d4}
.numbered-stories{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;margin-top:90px}
.numbered-stories article{border-top:1px solid #49616a;padding-top:30px}
.large-number{font-family:var(--display);font-size:95px;line-height:1;color:#90bab0;font-weight:500}
.numbered-stories h3{font-size:32px;margin:26px 0 16px}
.numbered-stories p{font-size:14px;color:#c5d7d4}
.human-banner{height:790px;position:relative;color:white;overflow:hidden;background:var(--deep)}
.human-banner>img{height:100%;object-fit:cover;object-position:50% 40%;filter:brightness(.58)}
.human-copy{position:absolute;inset:0;padding:65px var(--pad);display:flex;flex-direction:column;justify-content:center}
.human-copy h2{font-size:clamp(80px,9vw,142px);margin:50px 0 38px;max-width:1000px}
.human-copy em{color:var(--mint)}
.human-copy p{font-size:16px}
.getting-started{padding-top:70px;padding-bottom:100px}
.start-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;list-style:none;padding:0;margin:0}
.start-steps li{border-top:1px solid var(--line);padding-top:30px;display:flex;align-items:flex-start;flex-direction:column}
.start-steps li>span{font-family:var(--display);font-size:64px;color:var(--teal);line-height:1}
.start-steps h3{font-size:32px;line-height:1.06;margin:30px 0 18px}
.start-steps p{font-size:14px;color:var(--muted);margin-bottom:25px}
.start-steps a,.start-steps button{margin-top:auto;font-size:12px}
.resources{padding-top:75px;padding-bottom:90px;background:#e5ede7;overflow:hidden}
.resources-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:55px}
.resources h2{font-size:clamp(65px,7.4vw,110px);margin-top:24px}
.carousel-controls{display:flex;gap:10px}
.carousel-controls button{height:46px;width:46px;border-radius:50%;background:none;border:1px solid #9eb8ab;color:var(--ink);font-size:22px;transition:background .2s}
.carousel-controls button:hover:not(:disabled){background:var(--mint)}
.carousel-controls button:disabled{opacity:.4}
.resource-track{display:flex;gap:32px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#759b8a transparent;padding-bottom:25px}
.resource-card{flex:0 0 41%;scroll-snap-align:start;display:flex;align-items:flex-start;flex-direction:column}
.resource-art{width:100%;aspect-ratio:1.45;position:relative;overflow:hidden}
.resource-art>img{height:100%;object-fit:cover;object-position:50% 37%}
.resource-index{position:absolute;top:20px;left:22px;color:white;font-size:12px;letter-spacing:.05em;z-index:1}
.resource-art-type{background:var(--teal);color:var(--paper);display:flex;align-items:flex-end;padding:55px 30px 30px}
.resource-big{font-family:var(--display);font-weight:600;line-height:.9;font-size:clamp(38px,4.4vw,74px);letter-spacing:-.015em}
.resource-big em{color:#c0ddd1}
.resource-art-grid{background:#c7ddcf;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:25px}
.resource-art-grid .resource-index{color:var(--ink)}
.import-graphic{display:flex;align-items:center;gap:24px}
.import-graphic>span:first-child{border:1px solid #6a9483;padding:35px 18px;font-family:var(--display);font-size:40px}
.import-graphic>span:nth-child(2){font-size:26px}
.import-graphic .cross{font-size:70px}
.resource-art-grid>.eyebrow{font-size:10px}
.resource-meta{width:100%;display:flex;justify-content:space-between;gap:15px;margin:20px 0 14px}
.resource-meta .eyebrow,.resource-meta>span:last-child{font-size:10px}
.resource-card h3{font-size:34px;margin:0 0 15px;line-height:1.05}
.resource-card p{font-size:14px;max-width:390px;margin-bottom:28px}
.resource-card button{margin-top:auto}
.questions{padding-top:120px;padding-bottom:120px;display:grid;grid-template-columns:1fr 1.5fr;gap:100px}
.questions h2{font-size:clamp(65px,6.5vw,100px);margin:35px 0}
.questions>div>p{font-size:14px;margin-bottom:12px}
.faq-list details{border-top:1px solid var(--line)}
.faq-list details:last-child{border-bottom:1px solid var(--line)}
.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:26px 0;font-weight:600;font-size:15px;line-height:1.5}
.faq-list summary>span{font-size:23px;font-weight:400;transition:transform .2s}
.faq-list details[open] summary>span{transform:rotate(45deg)}
.faq-list p{padding:0 32px 28px 0;font-size:14px;color:var(--muted);line-height:1.85}
.faq-list a{text-decoration:underline}
.closing{padding-top:60px;padding-bottom:80px;background:var(--teal)}
.closing-top{display:flex;align-items:center;justify-content:space-between}
.closing-top .cross{font-size:70px}
.closing h2{font-size:clamp(100px,13.4vw,215px);line-height:.85;margin:75px 0 65px;letter-spacing:-.02em}
.closing h2 em{color:#c3e2d4}
.closing-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}
.closing-bottom p{font-size:17px;color:#daeee6}
.closing-bottom>div{display:flex;gap:15px}
.closing .button-outline{border-color:#75aaa2;color:white}
.closing .button-outline:hover{background:#075e62}
.site-footer{display:block;padding-top:65px;padding-bottom:0;border:0;overflow:hidden}
.site-footer p,.site-footer a:not(.wordmark),.site-footer small{font-size:13px}
.site-footer .footer-main{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;margin:0;padding-bottom:60px}
.footer-main>div>p{font-size:14px;color:var(--muted);margin:25px 0 20px}
.footer-main nav{display:flex;flex-direction:column;gap:12px}
.footer-main nav>.eyebrow{margin-bottom:15px;color:var(--muted);font-size:11px}
.site-footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:25px;border-top:1px solid var(--line);padding:25px 0;margin:0}
.footer-bottom>div{display:flex;gap:25px}
.site-footer .footer-bottom small,.site-footer .footer-bottom a{font-size:11px}
.site-footer .footer-type{font-family:var(--display);font-size:22.35vw;letter-spacing:-.02em;font-weight:600;line-height:.86;display:flex;justify-content:space-between;align-items:center;margin:30px -5px -10px;color:#d1dfd6;user-select:none}
.footer-type>span{font-family:var(--body);font-size:11vw;line-height:1;color:var(--teal)}
.guide-dialog,.screen-dialog{border:0;color:var(--ink);background:var(--paper);padding:34px 40px;max-height:90svh;max-width:calc(100vw - 32px)}
.guide-dialog{width:680px}
.screen-dialog{width:1300px}
.guide-dialog::backdrop,.screen-dialog::backdrop{background:#102f38c9;backdrop-filter:blur(5px)}
.dialog-toolbar{display:flex;justify-content:space-between;gap:25px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:24px}
.dialog-toolbar button{background:none;color:var(--ink);border:1px solid var(--line);font-size:12px;padding:10px 15px;flex-shrink:0}
.guide-dialog h2{font-size:58px;margin:38px 0 25px}
.guide-dialog p,.guide-dialog li{font-size:14px;line-height:1.85}
.guide-dialog ol{padding-left:20px}
.guide-dialog li{padding:10px 0 10px 10px}
.guide-dialog li strong{display:block;margin-bottom:5px}
.guide-end{border-top:1px solid var(--line);padding-top:25px;margin-top:30px}
.guide-end>a{display:inline-block;margin-top:12px}
.screen-dialog>img{margin-top:25px;max-height:70svh;object-fit:contain}
.screen-dialog>p{font-size:12px;margin-top:20px}
.screen-dialog>p>a{text-decoration:underline}
.noscript-note{padding:20px var(--pad);font-size:14px}
.has-motion .reveal{opacity:0;transform:translateY(30px);transition:opacity .7s,transform .7s}
.has-motion .reveal.is-visible{opacity:1;transform:none}

@media(min-width:1800px){.hero-copy{padding-left:100px}
.hero{min-height:820px}
}

@media(max-width:1000px){.desktop-nav{gap:20px}
.download-rail{grid-template-columns:130px 1fr 1fr}
.download-link{padding:20px 18px}
.hero-copy{padding:35px 28px 20px}
.hero h1{font-size:10vw}
.hero-description br{display:none}
.hero-bottom>.eyebrow{display:none}
.hero{min-height:620px;height:auto}
}

@media(max-width:700px){html{scroll-padding-top:20px}
.site-header{height:72px}
.wordmark{font-size:24px}
.desktop-nav{display:none}
.menu-toggle{display:flex}
.download-rail{grid-template-columns:1fr;padding:0 24px}
.download-rail>.eyebrow{display:none}
.download-link{border-left:0;padding:16px 0;min-height:80px;gap:14px}
.download-link+.download-link{border-top:1px solid var(--line)}
.download-link strong{font-size:14px}
.hero{display:flex;flex-direction:column;height:auto;min-height:0;max-height:none}
.hero-copy{order:0;padding:38px 24px 28px}
.hero-art{order:1;height:470px;min-height:0;width:100%}
.hero h1{font-size:clamp(78px,17vw,120px)}
.hero-kicker{margin-bottom:24px}
.hero-kicker .eyebrow{font-size:10px}
.hero-description{font-size:14px;margin:25px 0 20px}
.hero-footnote{font-size:11px}
.hero-bottom{padding-top:28px}
.hero-art>img{object-position:50% center}
.intro{padding-top:30px;padding-bottom:50px}
.manifesto{font-size:34px;margin:40px 0}
.intro-bottom{gap:30px}
.intro-bottom p{font-size:14px}
.intro-bottom .cross{font-size:30px}
.chapter-line .eyebrow{font-size:9px}
.site-footer{gap:24px}
.site-footer>div{margin:0;flex-wrap:wrap}
.site-footer p{width:100%}
}

@media(max-width:1100px){.section-heading{gap:35px}
.section-heading h2{font-size:7.8vw}
.section-heading>p,.section-heading>div{max-width:300px;font-size:14px}
.feature-layout{gap:50px;grid-template-columns:1fr 1.7fr}
.feature-list h3{font-size:29px}
.device-photo{height:740px}
.device-copy{padding:50px 35px}
.device-platforms{gap:18px}
.device-platforms a{font-size:10px}
.connection-map{grid-template-columns:1fr 140px 1fr}
.record-principles{gap:30px}
.numbered-stories{gap:30px}
.start-steps{gap:25px}
.start-steps h3{font-size:28px}
.questions{gap:50px}
.closing-bottom>div{flex-direction:column}
.closing-bottom .button{min-width:260px}
.hero-bottom a{font-size:10px}
.hero-footnote{font-size:12px}
.site-footer .footer-type{font-size:21.9vw}
}

@media(max-width:700px){.eyebrow{font-size:11px}
.chapter-line{padding:22px 0}
.chapter-line .eyebrow{font-size:10px}
.chapter-line .eyebrow:last-child{max-width:120px;text-align:right}
.hero-art>img{object-position:50% center}
.hero-footnote{font-size:12px}
.image-caption{font-size:10px;left:24px;bottom:24px}
.section-heading{display:block;padding:35px 0 40px}
.section-heading h2{font-size:clamp(57px,13.5vw,90px)}
.section-heading>p,.section-heading>div{margin-top:27px;max-width:440px;font-size:14px}
.section-heading .text-link{margin-top:20px}
.clinic-collage{grid-template-columns:1fr 1fr;grid-template-rows:180px 90px 240px;gap:20px;padding-top:25px;padding-bottom:90px}
.collage-one{grid-column:1/3;grid-row:1;width:88%}
.collage-two{grid-column:2;grid-row:2/4;width:100%;margin-top:15px}
.collage-three{grid-column:1;grid-row:3;width:100%;margin-left:0;align-self:start;height:180px}
.collage-note{grid-column:1;grid-row:2;width:100%;align-items:center;gap:13px}
.collage-note .cross{font-size:28px}
.collage-note p{font-size:11px;line-height:1.5}
.collage-end{display:none}
.collage-photo figcaption{font-size:8px;line-height:1.4;margin-top:10px}
.section-dark{padding-top:30px;padding-bottom:45px}
.platform .section-heading{padding-bottom:40px}
.feature-layout{display:block}
.feature-aside{display:none}
.feature-list summary{padding:23px 0;gap:12px}
.feature-list h3{font-size:27px}
.row-number{width:20px}
.feature-body{padding:0 10px 27px 32px}
.feature-body>p{font-size:13px}
.tags{gap:6px;margin-top:18px}
.tags span{font-size:10px;padding:5px 10px}
.platform-foot{margin-top:40px;display:block;padding-top:24px}
.platform-foot>span:last-child{display:block;font-size:10px;margin-top:10px}
.product{padding-top:35px;padding-bottom:60px}
.screen-stage{padding:15px 12px 0;margin:0 -10px}
.stage-top{gap:10px;padding-bottom:12px}
.stage-top .eyebrow{font-size:8px}
.enlarge-button{font-size:10px;white-space:nowrap}
.enlarge-button span{margin-left:5px}
.screen-tabs{margin-top:12px;grid-template-columns:repeat(2,1fr)}
.screen-tabs button{font-size:11px;padding:13px 10px;min-height:57px}
.screen-tabs button span{display:inline;margin-right:6px;font-size:9px}
.screen-caption{display:block;padding-top:22px}
.screen-caption>.eyebrow{font-size:9px}
.screen-caption>p{font-size:12px;margin-top:12px}
.device-story{display:flex;flex-direction:column}
.device-copy{order:0;padding:48px 24px}
.device-copy h2{font-size:clamp(65px,14vw,90px);margin:25px 0}
.device-copy>p{font-size:14px}
.device-photo{order:1;height:420px}
.device-photo img{object-position:50% 60%}
.device-platforms{gap:25px;margin-top:32px}
.device-platforms p{font-size:12px}
.device-platforms a{font-size:11px}
.records{padding-top:35px;padding-bottom:55px}
.connection-demo{padding:15px;margin:0 -10px}
.connection-toolbar{gap:10px;padding-bottom:15px}
.connection-toolbar>.eyebrow{font-size:8px;max-width:110px}
#network-toggle{font-size:11px;gap:7px}
.connection-map{grid-template-columns:1fr 48px 1fr;margin-top:25px}
.map-device{padding:18px 7px}
.map-device svg{width:54px;height:50px;margin-bottom:15px}
.map-device h3{font-size:11px}
.map-device p{font-size:10px;line-height:1.5;margin:8px 0 12px}
.status-chip{font-size:9px;gap:4px}
.map-path{min-height:40px}
.map-path strong{font-size:9px;padding:0 3px}
.map-path small{display:none}
.drive-path{padding-top:50px}
.drive-connector{height:35px}
.drive-path>div{gap:8px}
.drive-path strong{font-size:11px}
.drive-state{font-size:9px}
.drive-path>p{font-size:12px;min-height:100px;padding:0 5px}
.diagram-note{font-size:10px;margin-top:20px;padding-top:18px}
.record-principles{grid-template-columns:1fr;gap:28px;padding:35px 0 25px}
.record-principles article{border-bottom:1px solid var(--line);padding-bottom:25px}
.record-principles article:last-child{border-bottom:0;padding-bottom:0}
.record-principles h3{font-size:31px;margin:13px 0 10px}
.record-principles p{font-size:13px}
.records-note{font-size:11px}
.continuity>h2{font-size:clamp(66px,15vw,105px);margin:45px 0 30px}
.continuity-bottom{gap:25px;align-items:flex-start}
.continuity-bottom>.cross{font-size:55px}
.continuity-bottom p{max-width:245px;font-size:13px}
.numbered-stories{grid-template-columns:1fr;gap:28px;margin-top:45px}
.numbered-stories article{display:flex;gap:30px;padding-top:24px}
.large-number{font-size:66px;flex-shrink:0;width:55px}
.numbered-stories h3{font-size:29px;margin:4px 0 14px}
.numbered-stories p{font-size:13px}
.human-banner{height:600px}
.human-banner>img{object-position:55% center;filter:brightness(.5)}
.human-copy{padding:45px 24px}
.human-copy>.eyebrow{font-size:10px}
.human-copy h2{font-size:clamp(59px,13.7vw,90px);margin:40px 0 28px}
.human-copy p{font-size:13px}
.human-copy p br{display:none}
.getting-started{padding-top:35px;padding-bottom:60px}
.start-steps{grid-template-columns:1fr 1fr;gap:35px 25px}
.start-steps li{padding-top:24px}
.start-steps li>span{font-size:48px}
.start-steps h3{font-size:27px;margin:20px 0 15px}
.start-steps p{font-size:12px}
.start-steps a,.start-steps button{font-size:10px;line-height:1.6}
.resources{padding-top:45px;padding-bottom:45px}
.resources-heading{align-items:flex-end;margin-bottom:32px}
.resources h2{font-size:clamp(48px,10.5vw,75px);margin-top:20px}
.resources-heading .eyebrow{font-size:9px;max-width:150px;display:block}
.carousel-controls{gap:6px}
.carousel-controls button{width:44px;height:44px;font-size:19px}
.resource-track{gap:20px;margin-right:-24px;padding-right:24px}
.resource-card{flex-basis:87%}
.resource-art{aspect-ratio:1.3}
.resource-big{font-size:clamp(42px,11vw,68px)}
.resource-art-type{padding:55px 24px 25px}
.resource-meta .eyebrow,.resource-meta>span:last-child{font-size:9px}
.resource-card h3{font-size:30px}
.resource-card p{font-size:13px}
.resource-card button{font-size:12px}
.resource-index{font-size:10px;top:15px;left:18px}
.import-graphic{gap:15px}
.import-graphic>span:first-child{padding:25px 15px;font-size:32px}
.import-graphic .cross{font-size:58px}
.questions{display:block;padding-top:65px;padding-bottom:60px}
.questions h2{font-size:70px;margin:23px 0}
.questions>div:first-child{margin-bottom:35px}
.faq-list summary{font-size:13px;padding:23px 0;gap:16px}
.faq-list p{font-size:13px;padding:0 10px 24px 0}
.closing{padding-top:35px;padding-bottom:45px}
.closing-top>.eyebrow{font-size:10px}
.closing-top .cross{font-size:42px}
.closing h2{font-size:clamp(72px,16vw,110px);margin:45px 0 35px}
.closing-bottom{display:block}
.closing-bottom p{font-size:14px}
.closing-bottom>div{margin-top:28px;gap:12px}
.closing-bottom .button{width:100%;font-size:12px}
.site-footer{padding-top:40px}
.site-footer .footer-main{grid-template-columns:1fr 1fr;gap:35px 25px;padding-bottom:35px}
.footer-main>div{grid-column:1/3}
.footer-main>div>p{margin:20px 0 16px;font-size:13px}
.site-footer p,.site-footer a:not(.wordmark){font-size:12px}
.footer-main nav{gap:10px}
.footer-main nav>.eyebrow{font-size:10px;margin-bottom:10px}
.site-footer .footer-bottom{display:block;padding:22px 0}
.footer-bottom>div{flex-wrap:wrap;gap:16px;margin-top:14px}
.site-footer .footer-bottom small,.site-footer .footer-bottom a{font-size:10px}
.site-footer .footer-type{font-size:21vw;margin:20px -3px -3px}
.footer-type>span{font-size:10vw}
.guide-dialog,.screen-dialog{padding:22px 20px}
.dialog-toolbar{gap:12px;padding-bottom:20px}
.dialog-toolbar>.eyebrow{font-size:9px}
.dialog-toolbar button{padding:10px;font-size:11px}
.guide-dialog h2{font-size:45px;margin-top:28px}
.guide-dialog p,.guide-dialog li{font-size:13px}
.screen-dialog>p{font-size:11px}
.screen-dialog>p>a{display:block;margin-top:8px}
}

@media(max-width:360px){.download-link strong{font-size:12px}
.hero h1{font-size:72px}
.hero-bottom a{font-size:9px}
.section-heading h2{font-size:52px}
.feature-list h3{font-size:24px}
.questions h2{font-size:62px}
.closing h2{font-size:66px}
.start-steps{grid-template-columns:1fr}
.resources-heading{gap:10px}
.carousel-controls{flex-direction:column}
.device-platforms a{font-size:10px}
}

@supports(animation-timeline:view()){@keyframes ink-in{from{color:#80928f}
to{color:var(--ink)}
}
.manifesto span{animation:ink-in linear both;animation-timeline:view();animation-range:entry 20% cover 55%}
@keyframes photo-settle{from{transform:scale(1.075)}
to{transform:scale(1)}
}
.human-banner>img{animation:photo-settle linear both;animation-timeline:view();animation-range:entry 0% exit 100%}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*::before,*::after{animation:none!important;transition:none!important}
.has-motion .reveal{opacity:1;transform:none}
.manifesto span{color:var(--ink)}
}
