:root {
  color-scheme: light;
  --paper: #f6f5ef;
  --white: #fffefa;
  --ink: #252d28;
  --muted: #5f6760;
  --green: #245441;
  --green-deep: #193d30;
  --sage: #e9eee3;
  --rule: #dedfd5;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --sans: "DM Sans", system-ui, sans-serif;
  --serif: "DM Serif Display", Georgia, serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 15px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
button, a, input, textarea, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
a { color: var(--green); text-underline-offset: 4px; }
button { color: inherit; }
button, a { touch-action: manipulation; }
button { border-radius: 0; }
svg { width: 20px; height: 20px; flex-shrink: 0; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid #688876; outline-offset: 4px; }
[hidden] { display: none !important; }
::selection { background: #dce6b8; color: var(--ink); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10; top: 12px; left: 12px; background: var(--green); color: white; padding: 12px 20px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.desk { width: min(1240px, calc(100% - 96px)); margin: 0 auto; }
.site-header { display: flex; align-items: center; gap: 28px; min-height: 100px; border-bottom: 1px solid var(--rule); }
.brand { display: flex; align-items: center; color: var(--ink); text-decoration: none; font: 29px/1 var(--serif); letter-spacing: -1px; white-space: nowrap; }
.brand-period { color: var(--green); }
.brand-mark { width: 34px; height: 39px; margin-right: 11px; position: relative; font: italic 29px/1 var(--serif); color: var(--green); letter-spacing: -4px; }
.brand-mark span { position: relative; top: 7px; }
.brand-mark i { position: absolute; width: 29px; height: 1px; background: var(--green); left: 0; bottom: 0; transform: rotate(-9deg); }
.site-header nav { display: flex; gap: 28px; margin-left: auto; }
.site-header nav a { color: #596158; font-size: 13px; text-decoration: none; }
.site-header nav a:hover { color: var(--green); text-decoration: underline; }
.astra-badge { display: flex; gap: 9px; align-items: center; text-decoration: none; color: var(--green); background: #e9eddf; border: 1px solid #dfe4d5; border-radius: 5px; font-size: 11px; font-weight: 550; padding: 9px 12px; }
.astra-badge svg { width: 17px; height: 17px; }
.external-arrow { font-size: 15px; margin-left: 4px; }
.hero { display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; gap: 32px; padding: 60px 0 56px; }
.eyebrow { font: 10px/1.6 var(--mono); text-transform: uppercase; letter-spacing: 1.55px; color: var(--green); margin: 0 0 22px; }
.hero .eyebrow { display: flex; align-items: center; gap: 12px; }
.tiny-rule { width: 23px; height: 1px; background: var(--green); }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { font: 80px/.99 var(--serif); letter-spacing: -3px; margin: 0 0 26px; }
h1 em, .how-intro em { font-weight: 400; color: var(--green); }
.hero h1 em { position: relative; }
.hero h1 em::after { content: ""; position: absolute; bottom: -5px; left: 0; width: 100%; height: 8px; border-top: 2px solid #849b6c; border-radius: 50%; transform: rotate(-3deg); }
.hero-description { color: #60675f; font-size: 15px; line-height: 1.8; margin: 0 0 24px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px 21px; font-size: 10px; color: #5e685e; }
.hero-trust span { white-space: nowrap; }
.hero-trust i { font-style: normal; color: var(--green); margin-right: 5px; }
.hero-illustration { min-height: 300px; width: 370px; max-width: 100%; position: relative; justify-self: center; margin-top: 7px; }
.paper-shadow { position: absolute; top: 11px; left: 12px; width: 287px; height: 242px; background: #e5e9dc; border: 1px solid #d4dacb; transform: rotate(-8deg); border-radius: 2px; }
.mini-document { position: absolute; top: 0; left: 26px; width: 287px; height: 242px; padding: 25px; background: #fffef9; border: 1px solid #e3e3d8; transform: rotate(5deg); box-shadow: 0 12px 30px #37443009; }
.mini-document-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; font: 7px var(--mono); color: #60675b; letter-spacing: 1px; }
.mini-document-top svg { width: 15px; height: 15px; }
.document-lines { display: grid; gap: 6px; }
.document-lines i { display: block; height: 2px; background: #e8e8de; }
.document-lines i:nth-child(2) { width: 90%; }
.document-lines i:nth-child(3) { width: 61%; }
.document-clause { font: 12px/1.85 Georgia, serif; margin: 16px 0; color: #4a5048; }
.document-clause mark { background: #e6ebbe; color: inherit; padding: 2px 0; }
.document-lines.short { width: 65%; }
.document-page { display: block; font: 7px var(--mono); color: #62675b; margin-top: 17px; letter-spacing: 1px; }
.margin-note { position: absolute; right: -4px; bottom: 15px; display: flex; align-items: center; transform: rotate(-8deg); color: var(--green); }
.margin-note svg { width: 57px; height: 39px; margin: -36px 3px 0 0; }
.margin-note span { font: italic 18px/1.15 var(--serif); }
.illustration-caption { position: absolute; left: 16px; bottom: -18px; font: 8px var(--mono); color: #60675a; }
.reading-desk { scroll-margin-top: 20px; }
.desk-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; gap: 12px; }
.desk-heading > p { display: flex; align-items: center; gap: 9px; margin: 0; font-size: 12px; font-weight: 550; }
.desk-heading > p svg { width: 16px; height: 16px; color: var(--green); }
.status-row { display: flex; align-items: center; gap: 7px; font: 9px/1.5 var(--mono); color: #606859; }
.status-dot, .sample-label i { width: 5px; height: 5px; border-radius: 50%; background: #a78d49; flex-shrink: 0; }
.status-row.is-live .status-dot { background: #518164; box-shadow: 0 0 0 3px #dce8da; }
.workbench { display: grid; grid-template-columns: minmax(0,1fr) 1px minmax(0,1fr); position: relative; border: 1px solid #d5d9cc; border-radius: 8px; box-shadow: 0 4px 6px #22302003, 0 16px 40px #22302004; background: var(--white); overflow: clip; }
.ncr-original { grid-column: 1; grid-row: 1; }
.ncr-perf { grid-column: 2; grid-row: 1; background: repeating-linear-gradient(to bottom, #cdd3c1 0 4px, transparent 4px 9px); z-index: 1; position: relative; }
.ncr-perf::before, .ncr-perf::after { content: ""; position: absolute; width: 13px; height: 13px; border: 1px solid #d5d9cc; border-radius: 50%; background: var(--paper); left: -6px; }
.ncr-perf::before { top: -8px; }
.ncr-perf::after { bottom: -8px; }
.ncr-copy { grid-column: 3; grid-row: 1; background: #f0f2e8; }
.tray, .blotter { padding: 27px 32px 28px; min-width: 0; }
.blotter { outline: none; background-image: radial-gradient(#7788630b .65px, transparent .65px); background-size: 5px 5px; }
.sheet-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; gap: 8px; }
.ncr-part { font: 9px var(--mono); text-transform: uppercase; letter-spacing: 1.8px; margin: 0; color: #5e6856; }
.ncr-part span { color: #5f6856; margin-right: 10px; }
.sheet-caption { font: italic 12px Georgia, serif; color: #606855; }
.tray-title { font: 27px/1.2 var(--serif); letter-spacing: -.5px; margin: 0 0 8px; }
.tray-description { font-size: 12px; color: var(--muted); margin-bottom: 24px; }
.input-tabs { display: flex; gap: 24px; border-bottom: 1px solid var(--rule); margin-bottom: 16px; }
.input-tabs button { display: flex; align-items: center; gap: 7px; font-size: 12px; border: 0; background: transparent; padding: 0 0 10px; border-bottom: 2px solid transparent; margin-bottom: -1px; color: #60685c; }
.input-tabs button svg { width: 15px; height: 15px; }
.input-tabs button[aria-selected="true"] { border-color: var(--green); color: var(--green); font-weight: 550; }
.input-tabs button:hover { color: var(--green); }
textarea, input { width: 100%; border: 1px solid #dce0d3; background: #fcfcf7; border-radius: 4px; padding: 14px; color: var(--ink); }
textarea { resize: vertical; min-height: 166px; height: 166px; display: block; font: 12px/1.75 var(--sans); }
textarea::placeholder, input::placeholder { color: #626758; opacity: 1; }
textarea:focus, input:focus { border-color: #879d7f; }
.input-foot { display: flex; justify-content: space-between; gap: 10px; font-size: 9px; color: #5f685a; margin-top: 8px; min-height: 14px; }
#character-count { font-family: var(--mono); white-space: nowrap; font-size: 8px; }
#url-panel { min-height: 188px; }
.field { display: block; font-size: 11px; color: var(--muted); margin-bottom: 7px; }
input { font-size: 13px; min-height: 46px; }
.url-explainer { display: flex; gap: 13px; align-items: flex-start; padding: 21px 4px 10px; color: #606855; }
.url-explainer p { font-size: 12px; margin: 0; }
.url-explainer span { display: block; font-size: 11px; margin-top: 5px; }
.url-explainer svg { width: 22px; height: 22px; margin-top: 3px; }
.sample-heading { display: flex; gap: 12px; justify-content: space-between; align-items: center; font-size: 10px; color: #606859; min-height: 25px; margin-top: 15px; margin-bottom: 6px; }
.text-button { display: inline-flex; align-items: center; gap: 9px; border: 0; background: transparent; padding: 0; text-decoration: none; color: var(--green); font-size: 11px; font-weight: 550; }
.text-button:hover { text-decoration: underline; }
#clear-input { font-size: 10px; min-height: 25px; }
#clear-input span { font-size: 15px; }
.chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 21px; }
.chip { border: 1px solid #dee2d5; background: transparent; padding: 6px 9px; border-radius: 4px; font-size: 10px; min-height: 30px; transition: background .15s, border-color .15s; }
.chip span { color: #596a4e; margin-right: 2px; }
.chip:hover { background: #f0f2e8; border-color: #a9b699; }
.chip[aria-pressed="true"] { background: #e7eddd; border-color: #96ab82; color: var(--green); }
.go { display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid var(--green); background: var(--green); color: #fffefa; border-radius: 4px; text-decoration: none; font: 500 13px/1.5 var(--sans); min-height: 47px; padding: 12px 20px; transition: background .18s, transform .18s; }
.go:hover { background: var(--green-deep); }
.go:active { transform: translateY(1px); }
#go { width: 100%; justify-content: space-between; }
#go span { margin-right: auto; }
.go:disabled { opacity: .65; cursor: wait; }
.go.ghost { background: transparent; color: var(--green); border-color: #bdc9b2; }
.go.ghost:hover { background: #e5ebda; }
.go.small { padding: 9px 13px; min-height: 39px; font-size: 11px; gap: 10px; }
.go.small svg { width: 15px; height: 15px; }
.hint { color: #5f6857; font-size: 10px; margin: 11px 0 0; }
.tray-form > .hint { text-align: center; }
.privacy-hint { text-align: center; font-size: 9px; color: #606858; margin: 6px 0 0; }
.privacy-hint a { color: inherit; }
.preview-heading { display: flex; align-items: center; justify-content: space-between; margin: 0 0 16px; }
.preview-heading > svg { color: #526c41; width: 23px; height: 23px; }
.preview-label { font: 8px var(--mono); text-transform: uppercase; letter-spacing: 1px; color: #5a6a4b; }
.preview-title { font: 30px/1.2 var(--serif); letter-spacing: -.5px; margin: 0 0 14px; }
.preview-title em { color: #566c47; font-weight: 400; }
.preview-description { font-size: 12px; color: #5e6853; margin: 0 0 21px; line-height: 1.8; }
.preview-findings { border-top: 1px solid #dce1d1; }
.preview-findings > div { display: flex; align-items: center; gap: 12px; padding: 16px 0; border-bottom: 1px solid #dce1d1; }
.finding-icon { font-size: 22px; font-family: var(--serif); color: #566c45; flex-shrink: 0; width: 27px; text-align: center; }
.money-icon { font-size: 20px; }
.preview-findings p { margin: 0; }
.preview-findings strong { display: block; font-size: 12px; font-weight: 550; }
.preview-findings p > span { display: block; font-size: 10px; color: #606855; margin-top: 3px; }
.preview-category { font: 8px var(--mono); color: #5c694d; margin-left: auto; padding-left: 4px; }
.preview-source { display: flex; gap: 13px; margin-top: 23px; }
.quote-mark { font: 40px/1 var(--serif); color: #5c6a4d; }
.ghost-doc { font: italic 12px/1.6 Georgia, serif; color: #5e6952; margin: 0 0 7px; }
.preview-source div > span { font: 7px var(--mono); letter-spacing: .7px; color: #5e6951; }
.preview-bottom { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-top: 25px; }
.sample-label { display: flex; align-items: center; gap: 6px; color: #5d694f; font-size: 9px; }
.sample-label i { background: #8d9d72; width: 4px; height: 4px; }
.preview-try { font-size: 10px; }
.preview-try svg { width: 16px; height: 16px; }
.desk-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 13px; font: italic 11px Georgia, serif; color: #606855; }
.mono-label { font: 7px/1.6 var(--mono); letter-spacing: .65px; }
.how-section { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 38px; padding: 57px 0 43px; margin-top: 28px; border-bottom: 1px solid var(--rule); }
.how-intro .eyebrow { font-size: 8px; letter-spacing: 1.2px; margin-bottom: 13px; }
.how-intro h2 { font: 30px/1.2 var(--serif); letter-spacing: -.5px; margin: 0; }
.step-number { display: block; color: #5c694c; font: 11px var(--mono); margin: 2px 0 22px; }
.how-step h3 { font-size: 13px; font-weight: 550; margin: 0 0 9px; }
.how-step p { color: #606759; font-size: 11px; line-height: 1.9; margin-bottom: 0; max-width: 230px; }
.questions { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; padding: 36px 0 45px; }
.questions > .eyebrow { margin-top: 16px; color: #5d6951; font-size: 8px; }
.question-list details { border-bottom: 1px solid var(--rule); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; list-style: none; font-size: 12px; padding: 13px 0; }
summary::-webkit-details-marker { display: none; }
summary span { color: #5d6950; }
.question-list summary span { font-size: 19px; transition: transform .15s; }
.question-list details[open] summary span { transform: rotate(45deg); }
.question-list details p { font-size: 12px; color: #5e6956; padding-right: 22px; line-height: 1.9; margin: 0 0 18px; }
.colophon { display: flex; gap: 22px; align-items: center; padding: 25px 0 32px; border-top: 1px solid var(--rule); font-size: 9px; color: #606759; }
.footer-brand { font: 18px var(--serif); letter-spacing: -.5px; text-decoration: none; color: var(--green); }
.colophon p { margin: 0 auto 0 0; }
.colophon > a:last-child { color: #5e6951; text-decoration: none; }
.colophon > a:last-child:hover { text-decoration: underline; }
.err { font-size: 12px; line-height: 1.7; color: #8d3c2f; padding: 12px 14px; border: 1px solid #dfc7bc; border-radius: 4px; background: #fbf0e9; margin: 0 0 14px; overflow-wrap: anywhere; }
.err strong { display: block; }
.reading-state { padding: 57px 5px; text-align: center; }
.reading-orbit { width: 56px; height: 56px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 50%; border: 1px solid #cad6bb; position: relative; }
.reading-orbit svg { width: 25px; height: 25px; color: var(--green); }
.reading-orbit::after { content: ""; position: absolute; inset: -5px; border: 1px solid transparent; border-top-color: #648350; border-radius: 50%; animation: spin 2s linear infinite; }
.reading-state h2 { font: 27px/1.2 var(--serif); margin-bottom: 14px; }
.reading-state > p { font-size: 12px; color: #5d6950; max-width: 290px; margin: 0 auto; }
.reading-state .reading-patience { margin-top: 22px; font: 9px/1.8 var(--mono); }
.reading-tags { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-top: 27px; }
.reading-tags span { border: 1px solid #d6dfcb; padding: 5px 8px; font: 8px var(--mono); color: #5b6a4d; }
.dossier { min-width: 0; animation: appear .35s ease-out; }
.dossier-head .eyebrow { margin-bottom: 18px; letter-spacing: .5px; }
.mode-pill { display: inline-flex; align-items: center; gap: 7px; color: #756335; font: 9px var(--mono); }
.mode-pill::before { content: ""; width: 5px; height: 5px; background: currentColor; border-radius: 50%; }
.mode-live { color: var(--green); }
.headline { font: 31px/1.17 var(--serif); letter-spacing: -.6px; margin: 0 0 18px; overflow-wrap: anywhere; outline: none; }
.summary { font-size: 13px; line-height: 1.8; color: #5b6a51; margin-bottom: 18px; overflow-wrap: anywhere; }
.demo-notice { border-left: 2px solid #ac955d; padding-left: 10px; color: #71643d; font-size: 10px; }
.brief-stats { display: flex; flex-wrap: wrap; gap: 14px; padding: 14px 0; border-top: 1px solid #d9dfcd; border-bottom: 1px solid #d9dfcd; margin-bottom: 18px; font-size: 10px; color: #5b6a50; }
.brief-stats strong { font: 19px var(--serif); color: var(--green); margin-right: 3px; }
.share-actions { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 13px; }
.share-details, .source-details { border-bottom: 1px solid #d9dfcd; }
.share-details summary, .source-details summary { font-size: 10px; padding: 10px 0; color: #576b4a; }
.share-details summary::before, .source-details summary::before { content: "+"; margin-right: -8px; }
.share-details summary span, .source-details summary span { margin-left: auto; font-size: 8px; }
.share-details[open] summary::before, .source-details[open] summary::before { content: "−"; }
.share-details p { font-size: 10px; color: #5c694f; }
.mono { font: 10px/1.7 var(--mono); overflow-wrap: anywhere; }
.photocopy { border: 1px solid #dbe0d0; border-radius: 3px; padding: 19px; background: #fafbf5; font: 11px/1.9 var(--mono); color: #5c694f; overflow-wrap: anywhere; }
.photocopy p { margin-bottom: 0; white-space: pre-wrap; }
.source-title { font-size: 12px; color: #53624b; overflow-wrap: anywhere; }
.source-details .source-title { margin: 8px 0 10px; font-size: 10px; }
.source-details .photocopy { margin-bottom: 12px; }
.brief-nav { display: flex; flex-wrap: wrap; gap: 6px; padding: 21px 0; }
.brief-nav a { display: flex; gap: 6px; align-items: center; padding: 5px 8px; border: 1px solid #d4ddc6; border-radius: 3px; font-size: 9px; text-decoration: none; color: #536749; }
.brief-nav a:hover { background: #e3eacb; }
.brief-nav a span { font: 8px var(--mono); color: #596a4a; }
.clause { border-top: 1px solid #d1dac3; padding: 21px 0 7px; scroll-margin-top: 25px; }
.clause-heading { display: flex; align-items: center; gap: 10px; margin-bottom: 19px; }
.clause-heading h3 { margin: 0; font: 22px/1.2 var(--serif); }
.section-number { font: 9px var(--mono); color: #5c6a4b; }
.section-count { display: grid; place-items: center; width: 21px; height: 21px; border: 1px solid #c9d4b9; border-radius: 50%; font: 9px var(--mono); color: #586b45; margin-left: auto; }
.findings, .unknowns { padding: 0; margin: 0; list-style: none; }
.findings li { margin: 0 0 21px; }
.findings h4 { font-size: 12px; font-weight: 600; line-height: 1.5; margin: 0 0 6px; overflow-wrap: anywhere; }
.findings p { font-size: 12px; line-height: 1.8; color: #5a6a4f; margin-bottom: 0; overflow-wrap: anywhere; }
.findings .cites { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; font: 8px var(--mono); margin-top: 9px; color: #5c6a4d; }
.cites a { color: #4c6b3a; background: #e3e9d6; border: 1px solid #d2ddc1; padding: 2px 5px; border-radius: 2px; text-decoration: none; }
.cites a:hover { background: #d8e2c5; }
.quote { margin: 0 0 21px; padding: 0 0 0 14px; border-left: 2px solid #aabc96; scroll-margin-top: 25px; outline: none; }
.quote figcaption { font: 8px var(--mono); color: #5c6a4e; margin-bottom: 8px; }
.quote figcaption span { color: var(--green); }
.quote blockquote { margin: 0; font: italic 13px/1.8 Georgia, serif; color: #52634a; overflow-wrap: anywhere; }
.quote:target, .clause:target { background: #e7edcf; box-shadow: 0 0 0 9px #e7edcf; border-radius: 2px; }
.unknowns li { font-size: 12px; color: #5d694f; margin: 0 0 13px; padding-left: 15px; position: relative; overflow-wrap: anywhere; }
.unknowns li::before { content: "?"; font: 10px var(--mono); color: #5f6a42; position: absolute; top: 4px; left: 0; }
.muted { color: #5c6951; font-size: 12px; }
.disclaimer-stamp { border-top: 1px dashed #b6c4a6; padding-top: 18px; margin: 20px 0 0; font-size: 10px; color: #5d694f; line-height: 1.9; }
.share-mast { display: flex; justify-content: space-between; align-items: flex-end; padding: 45px 0 33px; gap: 25px; }
.share-mast .eyebrow { margin-bottom: 14px; }
.share-mast h1 { font-size: 48px; margin: 0; letter-spacing: -1.6px; }
.page-share .workbench { grid-template-columns: minmax(0,.68fr) 1px minmax(0,1.32fr); margin-bottom: 35px; }
.page-share .blotter { padding: 27px 39px 34px; }
.page-share .source-sticky { position: sticky; top: 30px; }
.page-share .source-title { margin: 18px 0; }
.page-share .photocopy { max-height: 460px; overflow-y: auto; }
.meta { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin: 22px 0; }
.meta dt { font: 8px var(--mono); color: #5f6953; text-transform: uppercase; letter-spacing: .5px; }
.meta dd { margin: 6px 0 0; font-size: 11px; color: #5e6954; }
.meta-wide { grid-column: 1 / -1; }
.source-note { display: flex; gap: 12px; padding-top: 22px; border-top: 1px solid var(--rule); color: #5c6a4c; }
.source-note p { font-size: 12px; margin: 0; }
.source-note span { display: block; font-size: 10px; margin-top: 6px; color: #5f6953; }
.not-found { padding: 100px 0 110px; max-width: 650px; }
.not-found h1 { font-size: 62px; }
.not-found > p:not(.eyebrow) { max-width: 460px; color: var(--muted); margin: 30px 0; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes appear { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 1500px) { .hero { padding-top: 74px; padding-bottom: 70px; } h1 { font-size: 90px; } }
@media (max-width: 1150px) {
  .desk { width: calc(100% - 64px); }
  .tray, .blotter { padding: 24px; }
  h1 { font-size: 72px; }
  .hero-illustration { transform: scale(.92); }
  .preview-category { display: none; }
  .how-section { gap: 25px; }
  .how-intro h2 { font-size: 27px; }
  .site-header { gap: 24px; }
  .site-header nav { gap: 22px; }
  .hero-trust { gap: 8px 14px; font-size: 9px; }
  .preview-title { font-size: 27px; }
}
@media (max-width: 900px) {
  .desk { width: calc(100% - 40px); }
  .site-header { min-height: 85px; gap: 20px; }
  .site-header nav { gap: 15px; }
  .site-header nav a { font-size: 11px; }
  .astra-badge { font-size: 9px; padding: 8px; }
  .hero { gap: 10px; padding: 47px 0; }
  h1 { font-size: 65px; }
  .hero-description { font-size: 13px; }
  .hero-illustration { transform: scale(.83); transform-origin: center; width: 330px; margin-left: -5px; }
  .hero .eyebrow { font-size: 8px; }
  .hero-trust { gap: 6px 12px; }
  .tray, .blotter { padding: 22px; }
  .tray-title { font-size: 25px; }
  .tray-description { font-size: 11px; }
  .preview-title { font-size: 25px; }
  .preview-description { font-size: 11px; }
  .input-foot { font-size: 8px; }
  .input-foot > span:first-child { max-width: 160px; }
  .how-section { grid-template-columns: 1fr 1fr 1fr; gap: 24px; padding-top: 35px; }
  .how-intro { grid-column: 1 / -1; }
  .how-intro h2 br { display: none; }
  .how-intro h2 { font-size: 30px; }
  .step-number { margin-bottom: 15px; }
  .colophon { flex-wrap: wrap; gap: 12px 20px; }
  .desk-bottom .mono-label { max-width: 48%; text-align: right; }
  .page-share .workbench { grid-template-columns: minmax(0,.7fr) 1px minmax(0,1.3fr); }
  .page-share .blotter { padding: 24px; }
}
@media (max-width: 700px) {
  .desk { width: calc(100% - 36px); }
  .site-header { min-height: 77px; justify-content: space-between; gap: 12px; }
  .brand { font-size: 26px; }
  .brand-mark { transform: scale(.85); margin-right: 7px; width: 28px; }
  .site-header nav { display: none; }
  .astra-badge { font-size: 9px; gap: 6px; padding: 7px 8px; }
  .astra-badge svg { width: 15px; height: 15px; }
  .external-arrow { display: none; }
  .hero { display: block; padding: 40px 0 33px; }
  .hero-copy { position: relative; z-index: 1; }
  .hero .eyebrow { font-size: 8px; margin-bottom: 20px; letter-spacing: 1.2px; gap: 9px; }
  h1 { font-size: clamp(61px, 14vw, 78px); letter-spacing: -2.7px; line-height: 1.02; margin-bottom: 24px; }
  .hero-description { font-size: 13px; line-height: 1.85; max-width: 390px; margin-bottom: 18px; }
  .desktop-break { display: none; }
  .hero-trust { font-size: 9px; gap: 7px 15px; max-width: 360px; }
  .hero-illustration { display: none; }
  .desk-heading { align-items: center; margin-bottom: 11px; gap: 8px; }
  .desk-heading > p { font-size: 11px; gap: 6px; }
  .desk-heading > p svg { width: 14px; }
  .status-row { font-size: 8px; gap: 5px; }
  .workbench, .page-share .workbench { grid-template-columns: minmax(0,1fr); }
  .ncr-original { grid-column: 1; grid-row: 1; }
  .ncr-perf { grid-column: 1; grid-row: 2; height: 1px; background: repeating-linear-gradient(to right,#cdd3c1 0 4px,transparent 4px 9px); }
  .ncr-perf::before { left: -8px; top: -6px; }
  .ncr-perf::after { right: -8px; left: auto; top: -6px; }
  .ncr-copy { grid-column: 1; grid-row: 3; }
  .tray, .blotter, .page-share .blotter { padding: 23px 22px 26px; }
  .sheet-top { margin-bottom: 22px; }
  .tray-title { font-size: 27px; }
  .tray-description { font-size: 11px; margin-bottom: 18px; }
  .input-tabs { gap: 24px; margin-bottom: 14px; }
  .input-tabs button { font-size: 12px; min-height: 42px; padding-top: 7px; }
  textarea { font-size: 16px; line-height: 1.55; padding: 12px; height: 188px; min-height: 150px; }
  input { font-size: 16px; }
  textarea::placeholder { font-size: 12px; line-height: 1.9; }
  .input-foot { font-size: 8px; }
  .input-foot > span:first-child { max-width: unset; }
  .chip { min-height: 37px; font-size: 10px; padding: 8px 10px; }
  .chips { gap: 7px; margin-bottom: 19px; }
  .sample-heading { margin-top: 16px; }
  #clear-input { min-height: 30px; }
  #go { min-height: 49px; font-size: 13px; }
  .privacy-hint { font-size: 8px; }
  .preview-title { font-size: 28px; }
  .preview-description { font-size: 12px; }
  .preview-findings > div { padding: 16px 0; }
  .preview-source { margin-top: 21px; }
  .preview-bottom { margin-top: 17px; }
  .preview-try { min-height: 40px; }
  .desk-bottom { font-size: 10px; margin-top: 12px; }
  .desk-bottom .mono-label { display: none; }
  .how-section { grid-template-columns: 1fr; gap: 24px; margin-top: 16px; padding: 30px 0 32px; }
  .how-intro { margin-bottom: 4px; }
  .how-intro h2 { font-size: 31px; }
  .how-intro h2 br { display: initial; }
  .how-step { display: grid; grid-template-columns: 34px 1fr; gap: 3px 12px; }
  .step-number { grid-column: 1; grid-row: 1 / 3; margin: 3px 0 0; }
  .how-step h3 { grid-column: 2; margin-bottom: 2px; font-size: 13px; }
  .how-step p { grid-column: 2; max-width: none; font-size: 12px; line-height: 1.8; }
  .questions { grid-template-columns: 1fr; padding: 30px 0; gap: 3px; }
  .questions > .eyebrow { margin: 0 0 11px; }
  summary { min-height: 48px; }
  .colophon { display: grid; grid-template-columns: auto 1fr; gap: 10px 14px; padding-top: 24px; font-size: 8px; }
  .colophon p { margin-left: auto; }
  .colophon > span { grid-column: 1 / -1; }
  .colophon > a:last-child { grid-column: 1 / -1; }
  .headline { font-size: 28px; }
  .summary { font-size: 13px; }
  .go.small { min-height: 43px; }
  .brief-nav { gap: 6px; }
  .brief-nav a { min-height: 34px; }
  .clause { scroll-margin-top: 20px; }
  .findings h4 { font-size: 13px; }
  .findings p, .unknowns li { font-size: 13px; }
  .cites a { padding: 7px 8px; }
  .share-mast { padding: 35px 0 28px; display: block; }
  .share-mast h1 { font-size: 41px; }
  .share-mast > a { margin-top: 20px; }
  .page-share .source-sticky { position: static; }
  .page-share .photocopy { max-height: 230px; }
  .source-note { display: none; }
  .page-share .meta { margin-bottom: 0; }
  .not-found { padding: 65px 0 80px; }
  .not-found h1 { font-size: 46px; }
}
@media (max-width: 370px) {
  .desk { width: calc(100% - 28px); }
  .astra-badge { font-size: 8px; }
  .astra-badge svg { display: none; }
  .hero-trust { gap: 6px 10px; font-size: 8px; }
  .tray, .blotter, .page-share .blotter { padding: 22px 17px; }
  .status-row { font-size: 7px; }
  .preview-title { font-size: 26px; }
  .input-foot > span:first-child { max-width: 150px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  body { background: white; font-size: 11pt; }
  .desk { width: 100%; }
  .site-header, .share-actions, .brief-nav, .share-details, .skip-link, .colophon, .share-mast > a, .ncr-perf { display: none; }
  .workbench, .page-share .workbench { display: block; border: 0; box-shadow: none; overflow: visible; }
  .tray, .blotter, .page-share .blotter { padding: 0; background: white; }
  .page-share .source-sticky { position: static; }
  .page-share .photocopy { max-height: none; overflow: visible; }
  .source-note { display: none; }
  .ncr-original { margin-bottom: 30px; }
  .dossier { animation: none; }
  .findings li, .quote, .unknowns li { break-inside: avoid; }
  .headline, .clause-heading { break-after: avoid; }
  .share-mast { padding: 0 0 30px; }
  .sheet-top { margin-bottom: 20px; }
  a { color: inherit; }
}
