@import './tokens.css';

:root{color-scheme:light;--ink:#103f33;--deep:#073f32;--paper:#fafbf7;--lime:#d8fa93;--muted:#586e63;--line:#dce4db;--radius:24px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
button,input,select{font:inherit}
button,a,input,select{-webkit-tap-highlight-color:transparent}
button,a{touch-action:manipulation}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #699636;outline-offset:5px}
button:disabled{cursor:default}
::selection{background:var(--lime);color:var(--deep)}
h1,h2,h3,p{margin:0}
h1,h2,h3{font-weight:500;line-height:1.05;letter-spacing:-.055em}
h2{font-size:clamp(42px,5.1vw,76px)}
h3{font-size:26px;letter-spacing:-.04em}
.section-shell,.masthead{width:min(1320px,calc(100% - 96px));margin-inline:auto}
.masthead{height:104px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand{display:inline-flex;align-items:center;gap:8px;font-size:29px;font-weight:750;letter-spacing:-1.4px;white-space:nowrap}
.brand img{object-fit:contain}
.masthead nav{display:flex;gap:35px;font-size:14px;color:#385648;margin-left:auto;margin-right:28px}
.masthead nav a:hover,.site-footer a:hover{color:#427748}
.button{display:inline-flex;justify-content:center;align-items:center;gap:30px;padding:17px 24px;min-height:58px;border:1px solid transparent;border-radius:8px;font-weight:600;font-size:15px;line-height:1.4;transition:transform .2s,background .2s,box-shadow .2s}
.button span{font-size:21px;font-weight:400;line-height:1}
.button:hover{transform:translateY(-3px);box-shadow:0 8px 24px #073f321c}
.button-dark{background:var(--deep);color:#fff}
.button-dark:hover{background:#12614a}
.button-small{font-size:14px;min-height:44px;padding:12px 17px;gap:20px}
.button-lime{background:var(--lime);color:var(--deep)}
.button-lime:hover{background:#e5ffb7}
.text-link{display:inline-flex;align-items:center;gap:12px;font-size:15px;font-weight:600}
.text-link:hover{text-decoration:underline;text-underline-offset:5px}
.play-icon{height:28px;width:28px;display:grid;place-items:center;border:1px solid #8da494;border-radius:50%;font-size:19px}
.eyebrow{font-size:12px;letter-spacing:.14em;line-height:1.5;font-weight:600;display:flex;align-items:center;gap:10px}
.status-dot{width:6px;height:6px;display:inline-block;background:currentColor;border-radius:50%;flex:none}
.hero{display:grid;grid-template-columns:.95fr 1.05fr;gap:54px;padding-top:55px;padding-bottom:72px;align-items:center}
.hero-copy{padding-top:12px}
.hero h1{font-size:clamp(72px,7.8vw,112px);line-height:.99;margin-top:28px;letter-spacing:-.069em}
.serif-word{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-style:italic;letter-spacing:-.065em}
.hero-description{max-width:445px;color:var(--muted);font-size:18px;line-height:1.65;margin-top:30px}
.hero-actions{display:flex;align-items:center;gap:25px;margin-top:32px}
.hero-note{font-size:12px;color:#5b7164;margin-top:16px}
.hero-bottom{display:flex;gap:15px;align-items:center;margin-top:52px;color:var(--muted);font-size:13px;line-height:1.5}
.hero-bottom strong{color:var(--ink);font-weight:500}
.tiny-mark{font-size:40px;line-height:1;font-weight:200}
.routing-stage{background:var(--deep);border-radius:18px;position:relative;box-shadow:0 30px 55px -35px #0b4c3860;color:#fff;isolation:isolate}
.stage-top{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:23px 25px 0;font-size:10px;letter-spacing:.12em}
.stage-top>span:first-child{display:flex;align-items:center;gap:9px;color:#d9efdf}
.example-label{color:#afcabc;font-size:11px;letter-spacing:0}
.diagram{height:520px;position:relative;background-image:radial-gradient(#d8fa931c 1px,transparent 1px);background-size:20px 20px;margin-top:10px;overflow:hidden}
.diagram:before{content:"";position:absolute;width:90%;height:75%;left:5%;top:18%;background:radial-gradient(ellipse,#26775450,transparent 65%);pointer-events:none}
.route-lines{position:absolute;inset:0;width:100%;height:100%;overflow:visible}
.branch,.owner-line{fill:none;stroke:#78b5934f;stroke-width:1.3}
.active-route{fill:none;stroke:url(#route-glow);stroke-width:2}
.route-pulse{fill:none;stroke:#e5ffb5;stroke-width:4;stroke-dasharray:9 210;animation:flow 4s linear infinite;filter:drop-shadow(0 0 5px #dbff9c)}
.owner-line{stroke:#d8fa93;stroke-dasharray:3 4}
.request-note{position:absolute;top:30px;left:18%;width:64%;background:#fffef8;color:#173f32;border-radius:10px;box-shadow:0 14px 30px #011b3226;padding:18px 20px;transform:rotate(-3deg);z-index:2;animation:float-note 7s ease-in-out infinite}
.note-label{font-size:9px;letter-spacing:.09em;display:flex;align-items:center;gap:7px}
.mini-icon{display:grid;place-items:center;width:20px;height:20px;border-radius:5px;background:#e9eee3;font-size:16px}
.note-public{margin-left:auto;color:#617868;font-size:10px;letter-spacing:0}
.request-note p{font-size:23px;line-height:1.28;letter-spacing:-.035em;margin:15px 0}
.note-footer{display:flex;align-items:center;justify-content:space-between;color:#6e7c6c;font-size:10px}
.send-glyph{background:var(--deep);color:#fff;height:25px;width:25px;border-radius:5px;display:grid;place-items:center;font-size:16px}
.router-badge{position:absolute;top:40%;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:7px;border:1px solid #85a68b4d;background:#e6f3d8;color:#164b37;border-radius:30px;padding:7px 12px;font-size:10px;white-space:nowrap;z-index:3}
.subject-node{position:absolute;top:55%;width:27%;height:54px;display:flex;justify-content:center;align-items:center;gap:7px;border:1px solid #86b29455;border-radius:8px;background:#174e3f;color:#c4d8ca;font-size:12px;z-index:2}
.subject-left{left:2%}.subject-center{left:36.5%}.subject-right{right:2%}
.subject-node.selected{background:var(--lime);border-color:var(--lime);color:#0b402d;box-shadow:0 0 35px #caf68b25}
.node-symbol{font-size:18px}.node-check{font-size:11px;margin-left:3px}
.owner-card{position:absolute;top:73%;left:24%;width:52%;border:1px solid #528267;background:#124b3a;border-radius:10px;box-shadow:0 12px 30px #001e2326}
.owner-top{display:flex;align-items:center;padding:14px 12px;gap:9px}
.avatar{border-radius:50%;width:34px;height:34px;display:inline-grid;place-items:center;font-size:13px;font-weight:600;flex:none}
.avatar-m{background:#e6c8b6;color:#553626}.avatar-e{background:#d0dfb5;color:#37522e}.avatar-s{background:#d9d1ed;color:#57436d}
.owner-top strong{display:block;font-size:13px;font-weight:600;line-height:1.5}
.owner-top div>span{display:block;font-size:10px;color:#b9d1c1}
.claimed-badge{margin-left:auto;font-size:9px;color:var(--lime);white-space:nowrap}
.owner-reply{border-top:1px solid #50775d;padding:10px 12px;font-size:10px;color:#d6e6d8}
.stage-bottom{display:flex;justify-content:space-between;align-items:center;padding:0 24px 19px;font-size:11px;color:#c0d8c7}
.demo-progress{display:flex;align-items:center;gap:8px}
.demo-progress .status-dot{color:var(--lime)}
.pause-button{border:1px solid #95b59c50;width:28px;height:28px;color:#d3e5d6;background:transparent;border-radius:50%;display:grid;place-items:center}
.scenario-picker{border-top:1px solid #4b7c6055;display:flex;justify-content:center;gap:6px;padding:13px}
.scenario-picker button{padding:7px 12px;color:#bbd1c2;background:transparent;border:1px solid transparent;border-radius:5px;font-size:11px;transition:background .2s}
.scenario-picker button:hover{background:#29634c}
.scenario-picker button[aria-pressed=true]{background:#285c46;color:#f4ffeb;border-color:#74966d6b}
.routing-stage.paused *{animation-play-state:paused}
.routing-stage.changing .request-note,.routing-stage.changing .owner-card{animation:demo-change .5s ease}
.audience-strip{padding-block:29px;border-block:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:40px}
.audience-strip>span{font-size:10px;letter-spacing:.13em;max-width:150px;line-height:1.7;color:var(--muted)}
.audience-strip>div{display:flex;justify-content:space-between;gap:36px;flex:1;max-width:850px;font-size:19px;letter-spacing:-.04em;color:#557162}
.problem{padding-block:116px 100px}
.problem h2{margin-top:25px;max-width:800px}
.muted-heading{color:#8aa18e}
.problem-bottom{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center;margin-top:40px}
.problem-bottom>p{max-width:460px;color:var(--muted);font-size:17px;line-height:1.8}
.question-fragments{height:170px;position:relative}
.question-fragments>span{position:absolute;padding:12px 20px;border:1px solid #dce4d8;border-radius:8px;background:#fff;font-size:15px;box-shadow:0 5px 12px #183d2e06;color:#788a7c;transform:rotate(-5deg)}
.question-fragments>span:nth-child(1){left:0;top:0}
.question-fragments>span:nth-child(2){right:0;top:25px;transform:rotate(4deg)}
.question-fragments>span:nth-child(3){left:30px;top:83px;transform:rotate(-2deg)}
.question-fragments>span.resolved-fragment{right:13px;top:107px;transform:rotate(3deg);background:#e8f3df;color:var(--deep);border-color:#c9dbc0}
.resolved-fragment b{padding-left:20px;font-weight:500}
.how-section{background:#edf1e7;border-block:1px solid #e2e8dd;padding-block:91px 96px}
.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:flex-end}
.section-heading h2{margin-top:23px;font-size:clamp(42px,4.7vw,68px)}
.section-heading>p{color:#5c7161;font-size:16px;padding-bottom:6px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:55px}
.step-card{background:#f9fbf5;border:1px solid #dce4d4;border-radius:14px;padding:25px 28px 30px}
.step-heading{display:flex;justify-content:space-between;font-size:10px;letter-spacing:.1em;color:#526a52}
.step-heading>span:last-child{font-size:18px;line-height:1}
.step-card h3{font-size:23px;margin-top:22px;line-height:1.15}
.step-card>p{font-size:14px;color:var(--muted);line-height:1.8;margin-top:15px}
.write-mini,.route-mini,.done-mini{height:220px;margin-top:28px;position:relative}
.write-mini{background:#fff;border:1px solid #d9e2d4;border-radius:8px;padding:22px 20px;height:206px;margin-bottom:14px;box-shadow:0 10px 25px #324f2b08}
.mini-label{font-size:11px;color:#5e755d}
.write-mini p{font-size:19px;line-height:1.45;letter-spacing:-.03em;margin-top:12px}
.write-mini>div{display:flex;align-items:center;justify-content:space-between;margin-top:17px}
.file-tag{font-size:11px;border:1px solid #dce5d7;padding:2px 8px;border-radius:4px}
.round-arrow{width:25px;height:25px;display:grid;place-items:center;border-radius:5px;color:white;background:var(--deep)}
.route-mini{display:flex;align-items:center;flex-direction:column;padding-top:15px}
.route-mini-request{font-size:13px;padding:10px 20px;background:#fff;border:1px solid #dce4d8;border-radius:6px;transform:rotate(-3deg)}
.mini-connector{height:46px;width:1px;background:#a5b995;position:relative;overflow:hidden}
.mini-connector span{width:3px;height:12px;position:absolute;background:#507e33;top:-12px;left:-1px;animation:mini-flow 3s infinite}
.mini-subject{background:#e2f5bc;border:1px solid #c8dda7;padding:10px 16px;border-radius:6px;font-size:13px;display:flex;gap:22px}
.mini-owners{display:flex;align-items:center;margin-top:23px;padding-left:8px}
.mini-owners .avatar{border:2px solid #f9fbf5;margin-left:-8px}
.mini-owners>span:last-child{font-size:11px;margin-left:9px;color:#60705b}
.done-mini{text-align:center;display:flex;align-items:center;flex-direction:column;padding-top:0}
.done-orbit{width:80px;height:80px;border:1px solid #ccdfb7;border-radius:50%;display:grid;place-items:center;background:#edf6e5;margin-bottom:9px}
.done-orbit>span{display:grid;place-items:center;width:49px;height:49px;border-radius:50%;background:var(--deep);color:var(--lime);font-size:25px;animation:check-breathe 4s ease-in-out infinite}
.done-mini>strong{font-size:24px;font-weight:500;letter-spacing:-.04em}
.done-mini>span:last-of-type{font-size:11px;color:#61765b;margin-top:4px}
.done-record{display:flex;justify-content:space-between;width:100%;margin-top:20px;border-top:1px solid #dce4d4;padding-top:12px;font-size:10px;color:#6b7f66}
.ownership-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;padding-block:115px;align-items:center}
.ownership-copy h2{margin-top:24px}
.ownership-copy>p:not(.eyebrow){font-size:17px;line-height:1.8;color:var(--muted);max-width:380px;margin-top:25px}
.ownership-copy>.text-link{margin-top:25px}
.ownership-detail{display:flex;gap:14px;border-top:1px solid var(--line);margin-top:32px;padding-top:23px;font-size:13px;color:var(--muted)}
.ownership-detail>span{font-size:25px;line-height:1}
.ownership-detail strong{font-weight:500;color:var(--ink)}
.map-preview{border:1px solid #d9e2d4;border-radius:16px;background:#f2f5ed;overflow:hidden;box-shadow:0 24px 55px -35px #123d3150}
.map-header{padding:23px 25px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #dce4d4;gap:10px}
.map-header strong{font-size:15px;font-weight:500;letter-spacing:-.02em}
.map-header>span{font-size:10px;color:var(--muted)}
.map-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px 70px;padding:48px 30px;background-image:radial-gradient(#aac29955 1px,transparent 1px);background-size:16px 16px}
.map-person,.map-subject{background:#fff;border:1px solid #dce4d4;border-radius:8px;position:relative;z-index:1}
.map-person{display:flex;align-items:center;gap:9px;padding:16px 12px;font-size:14px}
.map-person:after{content:"";position:absolute;left:100%;top:50%;width:72px;border-top:1px solid #8aac75}
.map-person small{display:block;font-size:10px;color:#5c7358}
.map-subject{padding:14px 16px;align-content:center}
.map-subject>span{display:flex;justify-content:space-between;gap:12px;font-size:12px}
.map-subject b{font-weight:400;color:#6d8364}
.map-subject small{display:flex;align-items:center;gap:5px;font-size:10px;color:#506945;margin-top:9px;white-space:nowrap}
.map-subject small i{height:4px;width:4px;flex:none;border-radius:50%;background:#467737}
.map-subject small>span{margin-left:auto;color:#71816a}
.map-summary{display:flex;justify-content:space-around;padding:20px 10px;border-top:1px solid #dce4d4;background:#fff;font-size:10px;color:#6a7c60}
.map-summary b{display:block;font-size:26px;line-height:1.1;font-weight:500;color:var(--deep);letter-spacing:-.04em}
.map-summary small{display:block;font-size:9px}
.quiet-section{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;padding-bottom:110px}
.quiet-card{padding:44px;background:var(--deep);color:#fff;border-radius:14px;overflow:hidden}
.quiet-card .eyebrow{color:#bdcdb0;font-size:10px}
.quiet-card h2{font-size:clamp(40px,4.7vw,65px);margin-top:30px}
.quiet-card>p:not(.eyebrow){color:#c0d0bd;font-size:15px;max-width:450px;margin-top:22px}
.quiet-queue{display:flex;align-items:center;gap:16px;border:1px solid #70966a77;background:#255640;border-radius:10px;padding:22px;margin-top:40px}
.quiet-check{background:var(--lime);color:var(--deep);height:38px;width:38px;border-radius:50%;display:grid;place-items:center;font-size:20px;flex:none}
.quiet-queue strong{display:block;font-size:18px;font-weight:500;letter-spacing:-.03em}
.quiet-queue div>span{display:block;font-size:11px;color:#bdcdb8}
.quiet-time{font-size:10px;color:#bdcdb8;margin-left:auto}
.privacy-card{border-radius:14px;background:#e9efe1;border:1px solid #dce4d3;padding:40px;display:flex;flex-direction:column;justify-content:space-between;gap:45px}
.privacy-symbol{font-size:65px;line-height:1;color:#4f7650}
.privacy-card .eyebrow{font-size:9px;margin-bottom:17px}
.privacy-card h3{font-size:30px;line-height:1.15}
.privacy-card p:not(.eyebrow){font-size:14px;line-height:1.8;color:var(--muted);margin-top:20px}
.privacy-card .text-link{margin-top:25px;font-size:13px}
.questions-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;padding-bottom:115px}
.questions-section h2{margin-top:24px}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line);padding-block:25px}
.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;cursor:pointer;font-size:16px;font-weight:500;line-height:1.5}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary>span{font-size:21px;font-weight:300;transition:transform .2s;flex:none}
.faq-list details[open] summary>span{transform:rotate(45deg)}
.faq-list p{color:var(--muted);font-size:14px;line-height:1.8;margin-top:18px;padding-right:28px}
.access-section{padding-bottom:60px}
.access-inner{background:var(--deep);border-radius:18px;padding:65px;display:grid;grid-template-columns:1.2fr .8fr;gap:65px;color:#fff;position:relative;overflow:hidden}
.access-inner:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 0% 100%,#70a86233,transparent 65%);pointer-events:none}
.access-heading,.access-form{position:relative}
.access-heading .eyebrow{color:var(--lime);font-size:10px}
.access-heading h2{font-size:clamp(40px,5vw,72px);margin-top:27px}
.access-heading h2 .serif-word{color:var(--lime)}
.access-heading>p:last-child{margin-top:25px;color:#c0d2be;font-size:16px}
.access-form{display:flex;flex-direction:column;align-self:center}
.access-form label{font-size:12px;color:#d6e5ce;margin-bottom:8px}
.access-form input,.access-form select{appearance:none;width:100%;height:50px;padding:12px 14px;border:1px solid #759677;background:#ffffff0a;border-radius:6px;color:#fff;font-size:14px;margin-bottom:20px}
.access-form input::placeholder{color:#bdccba}
.access-form select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='m5 8 5 5 5-5' stroke='%23c8dcc3' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}
.access-form option{color:#103f33;background:#fff}
.access-form .button{margin-top:3px;width:100%;justify-content:space-between}
.form-note{font-size:10px;line-height:1.7;color:#bfd0ba;margin-top:13px}
.form-feedback{font-size:13px;margin-top:12px;color:#e1f5bd}
.form-feedback:empty{display:none}
.form-feedback a{text-decoration:underline}
.site-footer{padding-block:10px 25px}
.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:35px;padding-block:25px 45px}
.footer-top>p{font-size:24px;letter-spacing:-.05em;line-height:1.25;margin-right:auto;margin-left:90px}
.footer-top>div{display:flex;flex-direction:column;gap:10px;font-size:12px}
.footer-bottom{border-top:1px solid var(--line);padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-size:10px;color:#63765c}
.download-actions{flex-wrap:wrap;gap:12px}
.button-windows{background:#fff;color:var(--ink);border:1px solid #63765c}
.button-windows:hover{background:#e9efd9}
.download-availability{font-size:14px;color:var(--muted);margin:14px 0 22px}
.downloads-section{padding-bottom:90px;scroll-margin-top:32px}
.downloads-section h2{font-size:clamp(36px,5vw,66px);margin:20px 0 32px}
.download-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.download-card{padding:36px;border:1px solid #b8c6a8;border-radius:18px;background:#fff;scroll-margin-top:32px;box-shadow:0 12px 35px #16320b08}
.download-card:target{outline:3px solid #44632e;outline-offset:5px}
.download-platform{display:inline-block;font-size:14px;font-weight:600;background:#eef2df;padding:9px 14px;border-radius:8px}
.download-card h3{font-size:28px;margin:25px 0 12px}
.download-card>p{font-size:16px;color:var(--muted);max-width:34ch}
.download-card .button{margin-top:28px;width:100%;justify-content:center}
.download-card .button:disabled{opacity:1;background:#e5eadf;color:#46553c;cursor:not-allowed;transform:none;box-shadow:none}
.download-card .download-status{font-size:14px;margin-top:14px;max-width:none}
.download-onboarding{font-size:16px;color:var(--muted);max-width:65ch;margin-top:24px}
@media(max-width:600px){.download-grid{grid-template-columns:1fr}.download-card{padding:26px}.downloads-section{padding-bottom:60px}.download-actions{width:100%}.download-actions .button{width:100%;justify-content:center}}
.reveal{opacity:1;transform:none}
.motion-enabled .reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.3,1)}
.motion-enabled .reveal.visible{opacity:1;transform:none}
.steps .reveal:nth-child(2){transition-delay:.1s}.steps .reveal:nth-child(3){transition-delay:.2s}
@keyframes flow{to{stroke-dashoffset:-438}}
@keyframes float-note{0%,100%{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-7px) rotate(-2deg)}}
@keyframes mini-flow{to{transform:translateY(75px)}}
@keyframes check-breathe{50%{box-shadow:0 0 0 9px #bddba130}}
@keyframes demo-change{0%{opacity:.4}100%{opacity:1}}

/* Shared editorial page treatment. */
.wrap{max-width:800px;padding:0 32px;margin:0 auto}
.top{display:flex;justify-content:space-between;align-items:center;padding-block:30px}
.wrap h1{font-size:clamp(44px,6vw,76px);margin:65px 0 28px}
.wrap h2{font-size:30px;margin:45px 0 18px}
.wrap h3{font-size:22px;margin:25px 0 14px}
.wrap p{margin-bottom:18px;color:var(--muted)}
.wrap .lead{font-size:21px;color:var(--ink)}
.wrap .plain{padding-left:20px}.wrap li{margin-bottom:15px}
.wrap a:not(.brand){text-decoration:underline;text-underline-offset:4px}
.wrap .todo{background:#eef2df;padding:20px;border-radius:8px}
.wrap footer{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:30px 0;margin-top:70px;font-size:13px}
.faint,.muted{color:var(--muted)}
@media(min-width:1600px){.hero{padding-block:70px 90px}.hero h1{font-size:118px}.diagram{height:565px}}
@media(max-width:1150px){.section-shell,.masthead{width:calc(100% - 64px)}.hero{gap:30px}.hero-actions{gap:17px;flex-wrap:wrap}.hero-description{font-size:17px}.hero h1{font-size:84px}.diagram{height:500px}.request-note{width:72%;left:14%}.owner-card{width:62%;left:19%}.audience-strip>div{gap:20px;font-size:17px}.steps{gap:15px}.step-card{padding:22px 20px}.step-card h3{font-size:22px}.ownership-section,.questions-section{gap:45px}.map-grid{padding:36px 20px;gap:32px 38px}.map-person:after{width:40px}.map-person{padding:13px 9px}.map-subject{padding:12px}.quiet-card,.privacy-card{padding:32px}.access-inner{padding:48px;gap:40px}.footer-top>p{margin-left:45px}}
@media(max-width:850px){.masthead nav{gap:20px;margin-right:0}.masthead{gap:20px}.hero{grid-template-columns:1fr;gap:45px;padding-top:35px}.hero-copy{max-width:600px}.hero h1{font-size:100px}.hero-description{max-width:500px}.hero-bottom{display:none}.hero-actions{flex-wrap:nowrap}.routing-stage{max-width:650px;width:100%;margin:auto}.diagram{height:540px}.request-note{width:60%;left:20%}.owner-card{width:50%;left:25%}.audience-strip{flex-direction:column;gap:18px;align-items:flex-start}.audience-strip>span{max-width:none}.audience-strip>div{width:100%;flex-wrap:wrap;justify-content:flex-start;gap:16px 35px}.problem{padding-block:85px}.problem-bottom{gap:35px}.section-heading{gap:25px}.section-heading>p{font-size:14px}.steps{grid-template-columns:1fr}.step-card{display:grid;grid-template-columns:1fr 1fr;column-gap:30px;padding:26px}.step-heading{grid-column:1 / -1}.write-mini,.route-mini,.done-mini{grid-column:1;grid-row:2 / 4;margin-top:20px}.step-card h3{grid-column:2;grid-row:2;align-self:end;font-size:28px;margin-top:0}.step-card>p{grid-column:2;grid-row:3;align-self:start;font-size:15px}.ownership-section{grid-template-columns:1fr;padding-block:85px;gap:40px}.ownership-copy h2 br:nth-child(2){display:none}.ownership-copy>p:not(.eyebrow){max-width:550px}.ownership-detail{max-width:550px}.map-grid{gap:35px 90px;padding:40px}.map-person:after{width:92px}.map-subject>span{font-size:15px}.map-subject small{font-size:12px}.map-person{padding:18px 20px}.quiet-section{grid-template-columns:1fr;padding-bottom:85px}.privacy-card{flex-direction:row;gap:40px;align-items:center}.privacy-symbol{padding:30px}.privacy-card>div{flex:1}.questions-section{grid-template-columns:1fr;gap:35px;padding-bottom:85px}.access-inner{grid-template-columns:1fr;gap:40px}.access-heading h2{font-size:65px}.access-form{max-width:none}.footer-top>p{margin-left:0;font-size:20px}}
@media(max-width:600px){html{scroll-padding-top:24px}.section-shell,.masthead{width:calc(100% - 40px)}.masthead{height:86px;gap:10px}.brand{font-size:26px}.brand img{width:29px;height:33px}.masthead nav{display:none}.button-small{font-size:12px;padding:10px 12px;gap:12px;min-height:40px}.hero{padding-top:26px;padding-bottom:40px;gap:36px}.eyebrow{font-size:10px}.hero h1{font-size:clamp(64px,16vw,94px);margin-top:23px}.hero-description{font-size:16px;margin-top:24px;max-width:360px}.hero-actions{gap:20px;align-items:flex-start;flex-direction:column;margin-top:25px}.hero-actions .button{min-height:52px}.hero-note{font-size:11px;margin-top:20px}.routing-stage{border-radius:13px}.stage-top{padding:19px 15px 0;font-size:8px;letter-spacing:.07em}.example-label{font-size:9px}.diagram{height:435px}.request-note{left:15%;width:70%;top:25px;padding:14px}.request-note p{font-size:19px;margin-block:12px}.note-label{font-size:7px;gap:5px}.mini-icon{width:17px;height:17px;font-size:13px}.note-public{font-size:8px}.note-footer{font-size:8px}.router-badge{font-size:8px;padding:5px 9px;top:42%}.router-badge img{width:18px;height:20px}.subject-node{font-size:10px;height:44px;gap:4px;top:56%}.node-symbol{font-size:15px}.node-check{display:none}.owner-card{width:65%;left:17.5%;top:74%}.owner-top{padding:10px;gap:8px}.owner-top strong{font-size:11px}.owner-top div>span{font-size:9px}.owner-top .avatar{width:28px;height:28px;font-size:10px}.claimed-badge{font-size:8px}.owner-reply{font-size:9px;padding:8px 10px}.stage-bottom{padding:0 15px 12px;font-size:9px}.scenario-picker{gap:1px;padding:10px 6px}.scenario-picker button{font-size:10px;padding:7px 10px}.audience-strip{padding-block:23px}.audience-strip>span{font-size:9px}.audience-strip>div{font-size:16px;gap:10px 24px}.problem{padding-block:65px}.problem h2{font-size:clamp(36px,9vw,52px)}.problem-bottom{grid-template-columns:1fr;gap:25px;margin-top:25px}.problem-bottom>p{font-size:15px}.question-fragments{max-width:390px}.question-fragments>span{font-size:13px;padding:10px 15px}.how-section{padding-block:60px}.section-heading{display:block}.section-heading h2{font-size:clamp(37px,9vw,52px);margin-top:19px}.section-heading>p{margin-top:25px}.section-heading>p br{display:none}.steps{margin-top:32px}.step-card{display:block;padding:24px}.step-card h3{font-size:26px;margin-top:25px}.step-card>p{font-size:15px;margin-top:15px}.write-mini,.route-mini,.done-mini{max-width:290px;margin-inline:auto;margin-top:25px;height:220px}.write-mini{height:210px;margin-bottom:10px}.ownership-section{padding-block:65px;gap:32px}.ownership-copy h2{font-size:55px}.ownership-copy>p:not(.eyebrow){font-size:15px}.map-header{padding:20px 15px}.map-header strong{font-size:14px}.map-header>span{font-size:9px}.map-grid{gap:24px 27px;padding:25px 12px;grid-template-columns:.85fr 1.15fr}.map-person{padding:12px 8px;gap:6px;font-size:12px}.map-person:after{width:29px}.map-person .avatar{width:27px;height:27px;font-size:10px}.map-person small{font-size:8px}.map-subject{padding:10px 8px}.map-subject>span{font-size:10px;gap:3px}.map-subject small{font-size:8px;gap:3px}.map-summary b{font-size:23px}.quiet-section{padding-bottom:65px;gap:18px}.quiet-card,.privacy-card{padding:28px 24px}.quiet-card h2{font-size:47px}.quiet-card .eyebrow{font-size:8px}.quiet-card>p:not(.eyebrow){font-size:14px}.quiet-queue{padding:15px;gap:11px;margin-top:28px}.quiet-queue strong{font-size:16px}.quiet-queue div>span{font-size:9px}.quiet-time{display:none}.privacy-card{display:block}.privacy-symbol{display:block;padding:0;margin-bottom:30px;font-size:55px}.privacy-card h3{font-size:29px}.questions-section{padding-bottom:65px;gap:30px}.questions-section h2{font-size:53px}.faq-list details{padding-block:21px}.faq-list summary{font-size:15px}.access-section{padding-bottom:35px}.access-inner{padding:35px 24px;border-radius:13px}.access-heading h2{font-size:clamp(36px,9vw,52px)}.access-heading>p:last-child{font-size:15px}.access-form input,.access-form select{font-size:16px}.footer-top{flex-wrap:wrap;padding-block:15px 30px;gap:25px}.footer-top>p{font-size:18px;margin-left:auto;margin-right:0}.footer-top>div{flex-direction:row;flex-wrap:wrap;width:100%;gap:12px 22px;font-size:11px}.footer-bottom{flex-wrap:wrap;gap:12px;font-size:9px}.footer-bottom>span:nth-child(2){order:3;width:100%}.footer-bottom>a{margin-left:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion-enabled .reveal{opacity:1;transform:none}}

/* Registration is the primary path; downloads retain their availability section. */
.masthead-actions{display:flex;align-items:center;gap:20px;flex-shrink:0}
.signup-note{font-size:14px;color:var(--muted);margin-top:12px}
.desktop-links{display:flex;flex-wrap:wrap;gap:8px 20px;margin:22px 0;font-size:14px}
.desktop-links a{text-decoration:underline;text-underline-offset:4px}
.desktop-links span{width:100%;color:var(--muted);font-size:13px}
.signup-panel{position:relative;align-self:center;display:flex;flex-direction:column;align-items:flex-start;gap:22px}
.signup-panel h3{font-size:36px}.signup-panel>p{color:#d6e5ce}.signup-panel .signup-note{margin:0;font-size:14px}.signup-panel .button{width:100%;gap:16px}.signup-panel .text-link{font-size:14px}
@media(max-width:1050px){.masthead nav{gap:16px;margin-right:0}.masthead-actions{gap:12px}}
@media(max-width:600px){.masthead{height:auto;min-height:100px;flex-wrap:wrap;padding-block:18px;gap:16px}.masthead-actions{width:100%;justify-content:space-between}.signup-actions{width:100%}.signup-actions .button{width:100%}.signup-panel h3{font-size:30px}}
