@font-face{font-family:'Space Grotesk';src:url('assets/space-grotesk-bold.ttf') format('truetype');font-weight:700;font-display:swap;}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/ibm-plex-mono-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/inter-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/inter-500.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/inter-600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root{--paper:#F7F6F2;--ink:#0B0F17;--muted:#5e625f;--line:#d3d4cb;--orange:#FF4D00;--wash:#eeede6;--heading:'Space Grotesk',sans-serif;--body:Inter,Arial,sans-serif;--mono:'IBM Plex Mono',monospace}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:5px}a:hover{text-decoration-color:var(--orange)}a:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--orange);outline-offset:5px}::selection{background:#ffccaf;color:var(--ink)}h1,h2,h3,p,figure{margin:0}p+p{margin-top:18px}h1,h2,h3{font-family:var(--heading);font-weight:700;line-height:1.08;letter-spacing:-.045em}h1{font-size:clamp(48px,6.7vw,86px)}h2{font-size:clamp(32px,3.1vw,43px)}h3{font-size:23px;letter-spacing:-.025em}p{max-width:72ch}code,.eyebrow,.step-num,.tag,.dateline{font-family:var(--mono);font-weight:400}code{font-size:.8em;overflow-wrap:anywhere}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.1em;line-height:1.6}.square{display:inline-block;background:var(--orange);height:7px;width:7px;margin-right:9px;vertical-align:middle}.site-wrap{max-width:1376px;padding:0 64px;margin:auto}.site-header{height:111px;display:flex;align-items:center;border-bottom:1px solid var(--ink);gap:24px}.wordmark{font-family:var(--heading);font-size:34px;font-weight:700;letter-spacing:-2px;text-decoration:none}.wordmark span{color:var(--orange)}.header-note{font-size:10px;line-height:1.4;color:var(--muted);border-left:1px solid var(--line);padding-left:22px}.site-header nav{margin-left:auto;display:flex;align-items:center;gap:34px}.site-header nav a{font-size:13px;text-decoration:none;padding:14px 0;border-bottom:2px solid transparent}.site-header nav a[aria-current]{border-color:var(--orange)}.skip{position:absolute;left:12px;top:-80px;background:var(--ink);color:white;padding:10px 20px;z-index:3}.skip:focus{top:12px}.hero{padding-top:56px}.hero-top{display:grid;grid-template-columns:1.5fr 1fr;gap:70px;align-items:end}.hero h1{margin-top:22px}.hero-summary{padding-bottom:8px;font-size:15px}.hero-summary p:first-child{font-weight:600}.hero-summary p+p{margin-top:12px;color:var(--muted)}.text-link{display:inline-flex;align-items:center;gap:20px;font-weight:500;font-size:14px;margin-top:24px}.text-link span{color:var(--orange);font-size:20px}.hero-artefact{display:grid;grid-template-columns:1.7fr 1fr;gap:0;margin-top:42px;border:1px solid var(--line);background:var(--wash)}.hero-artefact figure{background:#fff;border-right:1px solid var(--line);padding:18px 22px 20px}.figure-label{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:18px}.figure-label .eyebrow{font-size:9px}.figure-label a{font-size:10px}.hero-artefact img{width:100%;height:auto;display:block}.artefact-note{padding:28px 34px}.artefact-note h2{font-size:30px;line-height:1.14;margin:15px 0}.artefact-note p{font-size:13px;color:var(--muted);line-height:1.7}.artefact-note>code{display:block;font-size:10px;margin-top:20px;border-top:1px solid var(--line);padding-top:14px}.pipeline{list-style:none;padding:0;display:grid;grid-template-columns:repeat(6,1fr);margin:28px 0 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.pipeline li{display:flex;flex-direction:column;gap:7px;position:relative;padding:17px 14px;border-right:1px solid var(--line);font-size:12px;line-height:1.5}.pipeline li:first-child{padding-left:0}.pipeline li:last-child{border:0}.pipeline li:after{content:'→';position:absolute;right:10px;top:15px;color:var(--muted)}.pipeline li:last-child:after{content:''}.step-num{font-size:10px;color:var(--muted)}.pipeline li:nth-child(5) .step-num{color:var(--orange)}.hero-definition{font-size:10px;color:var(--muted);margin-top:14px}.section{display:grid;grid-template-columns:1fr 2fr;gap:64px;padding:70px 0;border-top:1px solid var(--line)}.hero+.section{margin-top:68px}.section-head .eyebrow{margin-bottom:16px;color:var(--muted)}.section-head h2{font-size:35px;line-height:1.13}.section>div>p{font-size:15px;color:#444b49}.modality-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}.modality-card{display:block;padding:26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-decoration:none;transition:background .15s}.modality-card:hover{background:var(--wash)}.modality-card svg{margin-bottom:26px}.modality-card h3{display:flex;justify-content:space-between;margin-bottom:12px}.modality-card h3 span{color:var(--orange);font-family:var(--body);font-size:21px;font-weight:400}.modality-card p{font-size:13px;color:var(--muted);min-height:65px}.modality-card>.eyebrow{display:block;margin-top:20px;font-size:9px}.evidence-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--ink);border-bottom:1px solid var(--line)}.evidence-grid article{padding:24px 24px 28px 0}.evidence-grid article+article{border-left:1px solid var(--line);padding-left:26px}.evidence-grid .eyebrow{font-size:9px;color:var(--muted)}.stat{font-family:var(--heading);font-weight:700;font-size:70px;line-height:1.2;letter-spacing:-.055em;margin:23px 0 12px}.stat span{font-size:.56em}.evidence-grid h3{font-size:19px}.evidence-grid article>p:last-child{font-size:12px;color:var(--muted);margin-top:14px}.section .section-note,.section-note{font-size:12px;color:var(--muted);margin-top:24px}.source-note{border-top:1px solid var(--line);padding-top:15px;margin-top:28px;color:var(--muted)}.source-note .eyebrow{display:block;font-size:9px;margin-bottom:8px}.source-note code{font-size:10px;display:block;margin:4px 0;line-height:1.6}.caveats article{display:flex;gap:24px;padding:25px 0;border-bottom:1px solid var(--line)}.caveats article:first-child{padding-top:0}.caveats article:last-child{border:0;padding-bottom:0}.note-index{font-family:var(--mono);font-size:11px;border:1px solid var(--ink);height:25px;min-width:25px;display:grid;place-items:center}.caveats h3{font-size:20px;line-height:1.25}.caveats p{font-size:14px;color:var(--muted);margin-top:12px}.domain-list{border-top:1px solid var(--ink)}.domain-list a{display:grid;grid-template-columns:55px 1fr 1.25fr 16px;align-items:center;gap:15px;padding:19px 0;border-bottom:1px solid var(--line);font-size:13px;text-decoration:none}.domain-list a:hover{background:var(--wash)}.domain-list a>code:first-child{font-size:11px}.sample-code{font-size:9px;color:var(--muted)}.domain-list a>span:last-child{color:var(--orange)}.outro{border-top:2px solid var(--ink);border-bottom:1px solid var(--line);padding:52px 0;display:flex;justify-content:space-between;align-items:center;gap:36px;margin-top:60px}.outro .eyebrow{color:var(--muted);margin-bottom:15px}.outro h2{font-size:37px;line-height:1.14}.outro-links{display:flex;flex-direction:column;align-items:flex-start;gap:0}.button{background:var(--orange);padding:16px 24px;color:var(--ink);display:inline-flex;align-items:center;justify-content:space-between;gap:30px;font-size:14px;font-weight:600;text-decoration:none;min-height:52px}.button:hover{background:var(--ink);color:var(--paper)}.site-footer{display:flex;gap:30px;align-items:center;justify-content:space-between;padding:34px 0 42px}.footer-brand{display:flex;gap:12px;align-items:center}.footer-brand img{object-fit:contain}.footer-brand p{font-size:10px;line-height:1.8}.footer-brand span{color:var(--muted)}.site-footer nav{display:flex;gap:20px;font-size:11px}.back-top{font-family:var(--mono);font-size:10px;text-decoration:none}.page-intro{padding:63px 0 50px;max-width:960px}.page-intro .eyebrow{margin-bottom:24px;color:var(--muted)}.page-intro .lede{font-size:18px;color:var(--muted);max-width:660px;margin-top:28px;line-height:1.75}.page-intro+.pipeline{margin:0 0 16px}.dateline{font-size:10px;color:var(--muted);border-top:1px solid var(--line);padding:18px 0 24px;max-width:none}.dateline+.evidence-grid{margin-bottom:65px;max-width:850px}.dateline+.evidence-grid .stat{font-size:84px}.dateline+.evidence-grid article>p:last-child{max-width:42ch}.stage-list{margin:20px 0 70px}.stage{display:grid;grid-template-columns:1fr 2fr;gap:64px;padding:42px 0;border-bottom:1px solid var(--line)}.stage>div:first-child{display:flex;gap:24px;align-items:baseline}.stage>div:first-child .step-num{font-size:13px}.stage h2{font-size:29px}.stage p:not(.eyebrow){font-size:15px;color:var(--muted);margin-top:15px}.tag{display:inline-block;font-size:10px;margin-top:20px;padding:3px 9px;border:1px solid var(--line)}.stage:nth-child(5){border-left:3px solid var(--orange);padding-left:22px}.callout{border-left:3px solid var(--orange);padding:28px 30px;background:var(--wash);margin:32px 0}.callout h3{font-size:30px;margin:15px 0}.callout p:not(.eyebrow){font-size:15px;color:#444b49;max-width:85ch}.table-wrap{overflow-x:auto;margin-top:22px;width:100%}table{width:100%;border-collapse:collapse;text-align:left;font-size:13px;line-height:1.6}th,td{padding:17px 15px 17px 0;vertical-align:top;border-bottom:1px solid var(--line)}thead th{font-family:var(--mono);font-size:10px;letter-spacing:.04em;text-transform:uppercase;border-top:1px solid var(--ink);font-weight:400;color:var(--muted)}tbody th{font-weight:500;min-width:110px}td{color:#444b49}tr:last-child td,tr:last-child th{border-bottom:1px solid var(--ink)}td:last-child,th:last-child{padding-right:0}.status{font-family:var(--mono);font-size:10px;line-height:1.8;display:inline-block;border:1px solid var(--line);padding:4px 7px;color:var(--ink)}.ledger-table table{min-width:550px}.ledger-table th:first-child{width:28%}.ledger-table td:nth-child(2){width:25%}.ledger-table td{font-size:12px}.open-questions{display:grid;grid-template-columns:1fr 1fr;gap:32px 30px}.open-questions article{border-top:1px solid var(--line);padding-top:22px}.open-questions h3{font-size:21px;line-height:1.25}.open-questions p{font-size:14px;color:var(--muted);margin-top:14px}.fixit-flow{display:flex;align-items:center;gap:16px;padding:23px 0;margin:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-family:var(--mono);font-size:11px}.fixit-flow span:nth-child(even){color:var(--orange)}.taxonomy-summary{display:flex;gap:60px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:25px 0}.taxonomy-summary p{margin:0;font-size:12px;color:var(--muted)}.taxonomy-summary strong{font-family:var(--heading);color:var(--ink);font-size:38px;margin-right:12px}.domain-jumps{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.domain-jumps a{border:1px solid var(--line);font-family:var(--mono);font-size:11px;text-decoration:none;padding:10px 15px}.domain-jumps a:hover{background:var(--wash)}.domain-jumps span{margin-left:14px;color:var(--orange)}.domain-jumps+.section-note{margin-bottom:50px}.modality-nav{display:flex;gap:32px;padding:17px 0;border-bottom:1px solid var(--line);font-size:11px}.modality-nav a{text-decoration:none}.modality-nav a[aria-current]{text-decoration:underline;text-decoration-color:var(--orange);text-decoration-thickness:2px}.clean-list{list-style:none;margin:0;padding:0}.clean-list li{padding:16px 0 16px 22px;position:relative;border-bottom:1px solid var(--line);font-size:15px}.clean-list li:before{content:'↗';position:absolute;left:0;color:var(--orange)}.clean-list+p{margin-top:22px}.report-gallery{display:grid;grid-template-columns:1fr 1fr;gap:30px 20px;margin-top:30px}.report-gallery figure{min-width:0}.report-gallery img{display:block;width:100%;height:auto;border:1px solid var(--line)}.report-gallery figcaption{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-top:10px}.report-gallery figcaption .eyebrow,.report-gallery figcaption a{font-size:9px}.sample-gap{padding:28px;background:var(--wash);border:1px solid var(--line)}.sample-gap h3{font-size:25px;margin:15px 0}.sample-gap p{font-size:14px;color:var(--muted)}
@media(min-width:1500px){.site-wrap{max-width:1400px}.hero h1{font-size:90px}}
@media(max-width:1050px){.site-wrap{padding:0 36px}.hero-top{gap:40px;grid-template-columns:1.4fr 1fr}.hero-summary{font-size:13px}.hero-artefact{grid-template-columns:1.65fr 1fr}.artefact-note{padding:24px}.artefact-note h2{font-size:26px}.hero-artefact figure{padding:18px}.section,.stage{gap:38px;grid-template-columns:1fr 1.8fr}.section-head h2{font-size:29px}.domain-list a{grid-template-columns:48px 1fr 16px}.sample-code{display:none}.site-footer{flex-wrap:wrap}.site-header nav{gap:25px}.site-header{gap:18px}.figure-label a{display:none}.outro h2{font-size:32px}}
@media(max-width:760px){.site-wrap{padding:0 22px}.site-header{height:auto;min-height:100px;flex-wrap:wrap;gap:0;padding:19px 0 0}.wordmark{font-size:30px}.header-note{margin-left:auto;border:0;padding:0;font-size:9px;text-align:right}.site-header nav{width:100%;margin:5px 0 0;justify-content:space-between;gap:10px}.site-header nav a{font-size:11px;padding:12px 0}.hero{padding-top:34px}.hero-top{grid-template-columns:1fr;gap:26px}.hero h1{font-size:clamp(47px,10vw,70px);margin-top:20px}.hero .eyebrow{font-size:9px}.hero-summary{font-size:14px;padding:0}.hero-summary .text-link{margin-top:15px}.hero-artefact{grid-template-columns:1fr;margin-top:30px}.hero-artefact figure{padding:14px 12px;border:0;border-bottom:1px solid var(--line)}.figure-label{margin-bottom:13px}.figure-label .eyebrow{font-size:8px}.artefact-note{padding:22px}.artefact-note h2{font-size:27px}.artefact-note h2{max-width:260px}.artefact-note p{font-size:13px}.artefact-note>code{font-size:9px;margin-top:15px;padding-top:13px}.pipeline{grid-template-columns:repeat(3,1fr);margin-top:22px}.pipeline li{font-size:10px;padding:13px 10px}.pipeline li:nth-child(3){border-right:0}.pipeline li:nth-child(-n+3){border-bottom:1px solid var(--line)}.pipeline li:first-child,.pipeline li:nth-child(4){padding-left:0}.pipeline li:after{right:8px;top:12px}.hero-definition{font-size:9px;line-height:1.8}.section{grid-template-columns:1fr;gap:28px;padding:42px 0}.hero+.section{margin-top:44px}.section-head h2{font-size:33px}.section-head .eyebrow{font-size:9px;margin-bottom:13px}.modality-card{padding:20px 16px}.modality-card h3{font-size:22px}.modality-card p{font-size:12px;min-height:83px}.modality-card svg{width:32px;height:30px;margin-bottom:22px}.modality-card>.eyebrow{font-size:8px;margin-top:16px}.evidence-grid article{padding:21px 16px 23px 0}.evidence-grid article+article{padding-left:18px}.evidence-grid .eyebrow{font-size:8px;min-height:26px}.stat{font-size:52px;margin-top:16px}.evidence-grid h3{font-size:18px;line-height:1.15}.evidence-grid article>p:last-child{font-size:11px}.section .section-note{font-size:11px}.caveats article{gap:16px;padding:23px 0}.caveats h3{font-size:20px}.caveats p{font-size:13px}.note-index{min-width:22px;height:22px;font-size:10px}.domain-list a{font-size:12px;padding:16px 0;gap:14px}.outro{padding:34px 0;display:block;margin-top:35px}.outro h2{font-size:32px}.outro-links{margin-top:28px}.button{font-size:13px;padding:15px 20px;width:100%}.outro .text-link{font-size:12px;margin-top:19px}.site-footer{gap:23px;padding:27px 0 30px}.footer-brand{width:100%}.site-footer nav{font-size:10px;gap:19px}.back-top{font-size:9px;margin-left:auto}.page-intro{padding:37px 0 35px}.page-intro h1{font-size:clamp(44px,10vw,66px)}.page-intro .eyebrow{font-size:9px;margin-bottom:20px}.page-intro .lede{font-size:15px;margin-top:24px}.stage-list{margin-bottom:42px}.stage{grid-template-columns:1fr;gap:16px;padding:30px 0}.stage h2{font-size:28px}.stage>div:first-child{gap:15px}.stage>div:first-child .eyebrow{font-size:9px}.stage p:not(.eyebrow){font-size:14px}.stage:nth-child(5){padding-left:18px}.callout{padding:23px 22px}.callout h3{font-size:27px}.callout p:not(.eyebrow){font-size:14px}.callout .eyebrow{font-size:9px}.fixit-flow{flex-direction:column;align-items:flex-start;gap:12px}.fixit-flow span:nth-child(even){transform:rotate(90deg)}.dateline{font-size:9px}.dateline+.evidence-grid{margin-bottom:40px}.dateline+.evidence-grid .stat{font-size:58px}.open-questions{grid-template-columns:1fr;gap:26px}.open-questions h3{font-size:22px}.taxonomy-summary{gap:0;justify-content:space-between}.taxonomy-summary p{font-size:9px;max-width:100px}.taxonomy-summary strong{display:block;font-size:35px}.domain-jumps{gap:8px}.domain-jumps a{padding:8px 12px;font-size:10px}.domain-jumps span{margin-left:8px}.domain-jumps+.section-note{margin-bottom:35px}.section table{font-size:12px}.section table code{font-size:10px}th,td{padding:13px 12px 13px 0}tbody th{min-width:90px}table th:nth-child(3){min-width:80px}.section:has(.ledger-table){gap:20px}.ledger-table{position:relative}.ledger-table table{min-width:0}.ledger-table thead{display:none}.ledger-table tbody,.ledger-table tr,.ledger-table td,.ledger-table th{display:block;width:100%!important}.ledger-table tr{padding:20px 0;border-top:1px solid var(--line)}.ledger-table th,.ledger-table td{padding:5px 0;border:0!important}.ledger-table th{font-size:16px;font-family:var(--heading)}.ledger-table td:last-child{padding-top:10px}.status{font-size:9px}.report-gallery{grid-template-columns:1fr;gap:25px}.report-gallery figcaption .eyebrow,.report-gallery figcaption a{font-size:10px}.modality-nav{gap:0;justify-content:space-between;font-size:10px;padding:13px 0}.sample-gap{padding:23px}.sample-gap h3{font-size:24px}.section>div>p{font-size:14px}.clean-list li{font-size:14px}.source-note code{font-size:9px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
@media print{.site-wrap{max-width:none;padding:0}.site-header nav,.outro,.back-top,.modality-nav{display:none}body{background:white;font-size:11pt}.page-intro h1,.hero h1{font-size:36pt}.section{padding:25px 0;break-inside:avoid}.site-header{height:70px}.report-gallery{grid-template-columns:1fr 1fr}.source-note{font-size:8pt}a{text-decoration:none}}
