@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/space-grotesk-latin-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/space-grotesk-latin-500-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/space-grotesk-latin-600-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/ibm-plex-mono-latin-400-normal.woff2') format('woff2');
}

:root {
  color-scheme: light;
  --paper: #f5f6f3;
  --white: #ffffff;
  --ink: #20251f;
  --muted: #63695f;
  --line: #d9ddd4;
  --code: #202620;
  --cpu: #bfeb68;
  --cpu-ink: #3d611a;
  --render: #ee9b84;
  --render-ink: #894434;
  --build: #9fb3f2;
  --build-ink: #3c5594;
  --accent: var(--cpu);
  --accent-ink: var(--cpu-ink);
  --font: 'Space Grotesk', sans-serif;
  --mono: 'IBM Plex Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 16px; line-height: 1.6; letter-spacing: 0; -webkit-font-smoothing: antialiased; }
::selection { background: var(--cpu); color: var(--ink); }
button, input { font: inherit; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
button, a { touch-action: manipulation; }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--cpu-ink); outline-offset: 5px; }
p, h1, h2, h3, figure { margin: 0; }
h1, h2, h3 { font-weight: 500; line-height: 1.1; text-wrap: balance; }
h2 { font-size: 48px; }
img { display: block; max-width: 100%; }
button { border: 0; }
code, pre, .mono { font-family: var(--mono); font-weight: 400; }
code { font-size: .87em; }
pre { margin: 0; }
p code { overflow-wrap: anywhere; }
fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }
button:disabled { opacity: .45; cursor: not-allowed; }
.shell { width: min(100% - 112px, 1280px); margin-inline: auto; }
.icon { flex: 0 0 auto; object-fit: contain; }
.eyebrow { font-family: var(--mono); font-size: 11px; line-height: 1.5; font-weight: 400; }
.skip-link { position: fixed; z-index: 10; top: 10px; left: 10px; padding: 12px 20px; color: var(--white); background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { height: 84px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 600; line-height: 1; }
.brand-mark { width: 28px; height: 28px; display: block; flex: 0 0 auto; }
.site-header nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 500; }
.nav-link { display: inline-flex; align-items: center; gap: 4px; min-height: 44px; }
.nav-source { gap: 7px; }
.nav-link:hover { color: var(--cpu-ink); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 48px; padding: 0 22px; background: var(--ink); color: var(--paper); border: 1px solid var(--ink); border-radius: 3px; font-size: 14px; font-weight: 500; transition: background .2s, color .2s, transform .2s; }
.button .icon { filter: invert(1); transition: transform .2s; }
.button:hover { background: #35472b; transform: translateY(-2px); }
.button:hover .icon { transform: translate(2px, -2px); }
.button-small { min-height: 39px; padding: 0 15px; font-size: 12px; gap: 18px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; min-height: 44px; font-size: 13px; font-weight: 500; }
.text-link .icon { transition: transform .2s; }
.text-link:hover .icon { transform: translate(2px, 2px); }
.hero { position: relative; }
.hero-inner { padding-top: 35px; }
.hero-eyebrow { display: flex; align-items: center; justify-content: center; gap: 9px; }
.status-dot { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: var(--cpu-ink); box-shadow: 0 0 0 4px #bfeb682e; }
.hero h1 { font-size: 188px; line-height: .95; text-align: center; font-weight: 600; margin: 13px 0 22px; animation: word-enter .85s cubic-bezier(.16, 1, .3, 1) both; }
.wordmark-dot { color: #77a932; }
.hero-lead { font-size: 26px; font-weight: 500; line-height: 1.35; text-align: center; }
.hero-description { max-width: 640px; margin: 14px auto 0; font-size: 15px; line-height: 1.7; text-align: center; color: var(--muted); text-wrap: balance; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 25px; }
.mobile-break { display: none; }
.hero-figure { margin-top: 36px; padding-bottom: 24px; }
.timeline-labels { display: flex; justify-content: space-between; align-items: center; font-size: 10px; line-height: 1; color: var(--muted); }
.timeline-labels > span { display: flex; align-items: center; gap: 9px; }
.tiny-cross { font-size: 17px; color: var(--ink); }
.timeline-axis-line { display: inline-block; width: 64px; height: 1px; background: var(--line); }
#profile-canvas { display: block; width: 100%; height: 126px; margin-top: 8px; cursor: crosshair; touch-action: pan-y; }
.timeline-caption { display: flex; justify-content: space-between; align-items: center; min-height: 22px; font-size: 10px; color: var(--muted); gap: 10px; }
.timeline-caption a { display: inline-flex; align-items: center; gap: 5px; }
.timeline-caption a:hover { color: var(--ink); }
.clients-band { border-block: 1px solid var(--line); }
.clients-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 90px; }
.clients-inner > .eyebrow { font-size: 9px; max-width: 100px; color: var(--muted); }
.client-names { display: flex; align-items: center; gap: 36px; }
.client-names > span { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 500; white-space: nowrap; }
.clients-extra { font-size: 9px; color: var(--muted); }
.section { padding-block: 96px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.section-label { color: var(--muted); margin-bottom: 24px; }
.section-aside { font-size: 15px; line-height: 1.65; color: var(--muted); padding-bottom: 4px; }
.evidence-section { background: var(--white); }
.evidence-section[data-mode='render'] { --accent: var(--render); --accent-ink: var(--render-ink); }
.evidence-section[data-mode='build'] { --accent: var(--build); --accent-ink: var(--build-ink); }
.evidence-toolbar { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.signal-tabs { display: flex; gap: 30px; }
.signal-tab { position: relative; display: flex; align-items: center; gap: 9px; padding: 15px 0 19px; background: none; color: var(--muted); font-size: 14px; font-weight: 500; border-bottom: 2px solid transparent; margin-bottom: -1px; }
.signal-tab[aria-selected='true'] { color: var(--ink); border-color: var(--accent-ink); }
.signal-tab[aria-selected='true'] .icon { background: var(--accent); outline: 5px solid var(--accent); border-radius: 2px; }
.signal-tab:hover { color: var(--ink); }
.tab-index { font-size: 9px; margin-left: 8px; color: var(--muted); }
.tab-build-mobile { display: none; }
.example-label { font-size: 9px; display: flex; align-items: center; gap: 7px; color: var(--muted); }
.example-label > span { width: 5px; height: 5px; background: var(--muted); }
.evidence-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; padding-block: 32px 18px; align-items: start; }
.chart-region { min-width: 0; }
.chart-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.chart-heading h3 { font-size: 12px; font-weight: 400; }
.chart-heading > span { font-size: 10px; color: var(--muted); }
.evidence-rows { display: grid; gap: 6px; }
.evidence-row { width: 100%; text-align: left; padding: 12px 12px 14px; background: none; border: 1px solid transparent; border-radius: 3px; transition: background .2s, border-color .2s; }
.evidence-row:hover, .evidence-row:focus-visible { background: #f5f6f3; }
.evidence-row[aria-pressed='true'] { border-color: color-mix(in srgb, var(--accent) 65%, var(--white)); background: color-mix(in srgb, var(--accent) 13%, var(--white)); }
.row-top { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: 10px; }
.row-name { font-family: var(--mono); font-size: 12px; overflow-wrap: anywhere; }
.row-rank { font-size: 9px; color: var(--muted); display: inline-block; width: 23px; }
.row-value { font-family: var(--mono); font-size: 12px; white-space: nowrap; }
.row-bar-track { display: block; width: 100%; height: 13px; background: #f0f2ed; border-radius: 1px; }
.row-bar { display: flex; gap: 2px; height: 100%; background: var(--accent); border-radius: 1px; transform-origin: left; animation: bar-enter .6s cubic-bezier(.16, 1, .3, 1) both; }
.row-bar.segmented { background: transparent; }
.row-bar > span { display: block; height: 100%; min-width: 2px; background: var(--accent); }
.row-bar > span:nth-child(2) { background: color-mix(in srgb, var(--accent) 78%, var(--ink)); }
.row-bar > span:nth-child(3) { background: color-mix(in srgb, var(--accent) 55%, var(--ink)); }
.row-bar > span:nth-child(4) { background: color-mix(in srgb, var(--accent) 32%, var(--ink)); }
.evidence-rows:has(.evidence-row:hover) .evidence-row:not(:hover) .row-bar { opacity: .52; }
.chart-context { margin: 24px 12px 0; min-height: 29px; }
.sample-strip { display: flex; align-items: stretch; gap: 2px; height: 20px; }
.sample-strip > span { flex: 1; background: #e8ebe4; transition: background .18s; }
.sample-strip > span.is-related { background: var(--accent-ink); }
.context-caption { display: flex; justify-content: space-between; margin-top: 7px; font-size: 9px; color: var(--muted); }
.commit-strip { display: flex; gap: 16px; }
.commit-marker { flex: 1; display: flex; align-items: center; gap: 8px; font-size: 9px; }
.commit-marker > span { display: block; height: 18px; width: 5px; background: var(--accent); }
.chunk-legend { display: flex; flex-wrap: wrap; gap: 5px 14px; font-size: 9px; color: var(--muted); }
.chunk-legend > span { display: inline-flex; align-items: center; gap: 5px; }
.chunk-legend i { width: 7px; height: 7px; background: var(--accent); }
.chunk-legend > span:nth-child(2) i { background: color-mix(in srgb, var(--accent) 78%, var(--ink)); }
.chunk-legend > span:nth-child(3) i { background: color-mix(in srgb, var(--accent) 55%, var(--ink)); }
.chunk-legend > span:nth-child(4) i { background: color-mix(in srgb, var(--accent) 32%, var(--ink)); }
.chart-note { margin: 18px 12px 0; max-width: 480px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.response-region { min-width: 0; }
.response-pane, .config-pane { border-radius: 4px; background: var(--code); color: #e9ede4; overflow: hidden; }
.response-header, .config-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 48px; padding: 0 20px; border-bottom: 1px solid #41473e; }
.response-header > span { display: flex; align-items: center; gap: 9px; font-size: 11px; }
.response-dot { width: 6px; height: 6px; background: var(--accent); }
.response-body { padding: 22px 24px 18px; }
.response-caption { font-size: 8px; color: #a8b09f; }
.response-body pre { height: 202px; margin-top: 14px; font-size: 13px; line-height: 1.85; overflow: auto; white-space: pre-wrap; overflow-wrap: anywhere; }
.response-body code { font-size: inherit; }
.json-key { color: #b3bbaa; }
.json-string { color: var(--accent, #bfeb68); }
.json-number, .json-boolean { color: #f0b89d; }
.response-bottom { display: flex; align-items: center; justify-content: space-between; min-height: 40px; padding-inline: 24px; font-size: 9px; border-top: 1px solid #41473e; color: #a8b09f; }
.response-bottom .icon { filter: invert(1); opacity: .6; }
.icon-button { position: relative; width: 36px; height: 36px; border-radius: 3px; display: inline-flex; align-items: center; justify-content: center; background: transparent; flex: 0 0 auto; transition: background .15s; }
.icon-button:hover { background: #20251f12; }
.icon-button.inverse:hover { background: #ffffff12; }
.icon-button.inverse .icon { filter: invert(1); opacity: .85; }
.icon-button.inverse:focus-visible { outline-color: var(--cpu); outline-offset: 0; }
[data-tooltip]::after { position: absolute; z-index: 3; top: calc(100% + 5px); right: 0; content: attr(data-tooltip); opacity: 0; pointer-events: none; white-space: nowrap; font-family: var(--font); font-size: 10px; font-weight: 400; background: var(--ink); color: var(--paper); padding: 4px 8px; border-radius: 3px; transition: opacity .15s; }
[data-tooltip]:is(:hover, :focus-visible)::after { opacity: 1; }
.inverse[data-tooltip]::after { top: auto; bottom: 1px; right: 38px; background: #e9ede4; color: var(--ink); }
.evidence-finding { display: flex; gap: 13px; margin-top: 19px; min-height: 56px; }
.finding-mark { color: var(--accent-ink); font-size: 22px; line-height: 1.25; }
.evidence-finding p { color: var(--muted); font-size: 12px; line-height: 1.65; }
.evidence-provenance { border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-block: 15px 0; font-size: 9px; color: var(--muted); }
.evidence-provenance a { display: inline-flex; align-items: center; gap: 7px; }
.evidence-provenance a:hover { color: var(--ink); }
.toolkit-section { border-bottom: 1px solid var(--line); }
.tool-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tool { display: flex; flex-direction: column; padding: 30px 30px 20px; min-width: 0; }
.tool:first-child { padding-left: 0; }
.tool:last-child { padding-right: 0; }
.tool + .tool { border-left: 1px solid var(--line); }
.tool-render { --accent: var(--render); }
.tool-build { --accent: var(--build); }
.tool-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.tool-symbol { width: 48px; height: 48px; border-radius: 4px; background: var(--accent); display: inline-flex; align-items: center; justify-content: center; }
.tool-top > .mono { font-size: 9px; color: var(--muted); }
.tool h3 { font-size: 29px; line-height: 1.2; margin-bottom: 16px; }
.tool > p:not(.tool-caveat) { color: var(--muted); font-size: 13px; line-height: 1.75; min-height: 92px; }
.capability-list { list-style: none; padding: 0; margin: 21px 0 23px; font-size: 12px; }
.capability-list li { display: flex; align-items: baseline; gap: 9px; margin-bottom: 8px; }
.capability-list li::before { content: '+'; color: var(--muted); font-family: var(--mono); }
.tool-caveat { margin-top: auto; padding-top: 18px; border-top: 1px dashed var(--line); min-height: 85px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.package-link { display: flex; justify-content: space-between; align-items: center; gap: 8px; font-size: 10px; margin-top: 25px; overflow-wrap: anywhere; }
.package-link .registry-logo { width: 28px; height: 18px; object-fit: cover; }
.package-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.tool-bottom { margin-top: 23px; padding-top: 17px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.tool-bottom > span { display: inline-flex; align-items: center; gap: 5px; font-size: 9px; color: var(--muted); white-space: nowrap; }
.tool-bottom > span .icon { opacity: .6; }
.tool-bottom a { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 500; }
.tool-bottom a:hover .icon { transform: translateX(3px); }
.workflow-section { background: var(--white); }
.workflow-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; margin: 0; padding: 0; list-style: none; }
.step-track { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.step-number { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; flex: 0 0 auto; font-size: 10px; }
.step-line { flex: 1; height: 1px; background: var(--line); }
.workflow-steps li:last-child .step-number { background: var(--cpu); border-color: var(--cpu); }
.workflow-steps h3 { font-size: 23px; margin-bottom: 14px; }
.workflow-steps p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.step-artifact { display: block; margin-top: 24px; font-size: 8px; color: var(--muted); }
.workflow-footnote { margin-top: 36px; padding-top: 23px; border-top: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.install-section { background: #ecf0e6; border-block: 1px solid var(--line); }
.install-grid { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 68px; }
.server-picker legend { margin-bottom: 15px; font-size: 10px; color: var(--muted); }
.server-option { display: flex; gap: 12px; align-items: center; cursor: pointer; border-bottom: 1px solid #d5dccc; padding: 17px 0; }
.server-option input { width: 16px; height: 16px; margin: 0; accent-color: var(--ink); flex: 0 0 auto; }
.server-option-text { flex: 1; min-width: 0; }
.server-option strong { display: block; font-size: 13px; font-weight: 500; }
.server-option-text > .mono { display: block; font-size: 9px; color: var(--muted); margin-top: 3px; }
.server-swatch { display: inline-block; flex: 0 0 auto; width: 7px; height: 7px; }
.swatch-cpu { background: #add659; }
.swatch-render { background: #df917d; }
.swatch-build { background: #819ddd; }
.server-option:has(input:not(:checked)) { opacity: .55; }
.install-note { display: flex; align-items: flex-start; gap: 10px; margin-top: 26px; color: var(--muted); font-size: 11px; }
.install-note .icon { margin-top: 3px; opacity: .65; }
.client-tabs { display: flex; gap: 23px; min-height: 41px; align-items: flex-start; margin-bottom: 10px; }
.client-tabs button { background: none; color: var(--muted); font-size: 12px; padding: 0 0 9px; border-bottom: 2px solid transparent; min-height: 35px; }
.client-tabs button[aria-selected='true'] { color: var(--ink); border-color: var(--ink); font-weight: 500; }
.config-header { font-size: 11px; }
.config-header-actions { display: flex; gap: 16px; align-items: center; }
.config-header-actions > .mono { color: #a8b09f; font-size: 9px; }
.config-code { height: 266px; padding: 25px 23px; line-height: 2; font-size: 11px; white-space: pre-wrap; overflow: auto; overflow-wrap: anywhere; scrollbar-color: #69715f var(--code); scrollbar-width: thin; }
.config-code code { font-size: inherit; }
.shell-command { color: var(--cpu); }
.shell-package { color: #e9ede4; }
.config-status { display: flex; align-items: center; gap: 7px; min-height: 37px; border-top: 1px solid #41473e; padding-inline: 22px; font-size: 8px; color: #b3bbaa; }
.config-status > span:last-child { margin-left: auto; }
.config-status-dot { width: 5px; height: 5px; background: var(--cpu); }
.config-instruction { color: var(--muted); font-size: 11px; margin-top: 14px; min-height: 36px; }
.starter-prompt { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 19px; margin-top: 7px; border-top: 1px solid #d5dccc; }
.starter-prompt .eyebrow { font-size: 9px; color: var(--muted); }
.starter-prompt p { font-size: 13px; margin-top: 8px; line-height: 1.6; }
.nvm-note { margin-top: 34px; border-top: 1px solid #d5dccc; padding-top: 16px; font-size: 12px; }
.nvm-note summary { display: flex; align-items: center; gap: 9px; width: fit-content; min-height: 32px; }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
.nvm-note > div { padding: 14px 0 2px 26px; max-width: 820px; color: var(--muted); font-size: 12px; }
.nvm-note .text-link { margin-top: 5px; font-size: 12px; }
.details-chevron { transition: transform .2s; }
details[open] .details-chevron { transform: rotate(180deg); }
.faq-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; }
.faq-grid h2 { font-size: 39px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 69px; padding-block: 18px; font-size: 14px; font-weight: 500; }
.faq-list summary .icon { transition: transform .2s; }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list details > p, .faq-list details > div { padding: 0 30px 22px 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.faq-list details > div > p + p { margin-top: 12px; }
.site-footer { background: var(--code); color: #e9ede4; padding-top: 65px; }
.footer-main { display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; padding-bottom: 65px; }
.footer-main .section-label { color: #b5bea9; font-size: 9px; }
.footer-main h2 { font-size: 36px; }
.footer-main p:not(.section-label) { color: #b5bea9; font-size: 12px; margin-top: 17px; }
.repo-links { align-self: center; }
.repo-links a { display: flex; align-items: center; gap: 13px; min-height: 57px; border-bottom: 1px solid #41473e; font-size: 14px; }
.repo-links a > .icon { margin-left: auto; filter: invert(1); transition: transform .2s; }
.repo-links a:hover { color: var(--cpu); }
.repo-links a:hover > .icon { transform: translate(2px, -2px); }
.site-footer a:focus-visible { outline-color: var(--cpu); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 90px; border-top: 1px solid #41473e; }
.footer-bottom > .mono { color: #b5bea9; font-size: 10px; }
.footer-bottom .brand { font-size: 20px; }
.footer-bottom .brand-mark { filter: brightness(0) invert(1); }
.back-to-top { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; color: #b5bea9; }
.back-to-top .icon { filter: invert(1); }
.toast { position: fixed; z-index: 9; bottom: 24px; left: 50%; max-width: calc(100% - 32px); padding: 11px 18px; background: var(--ink); color: var(--paper); border: 1px solid #6c7861; border-radius: 4px; box-shadow: 0 5px 20px #00000014; font-size: 12px; text-align: center; transform: translate(-50%, 15px); opacity: 0; pointer-events: none; transition: opacity .18s, transform .18s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.noscript-note { margin-top: 20px; font-size: 13px; }
.reveal.is-ready { transition: opacity .65s ease, transform .65s cubic-bezier(.16, 1, .3, 1); }
.reveal.is-ready:not(.is-visible) { opacity: 0; transform: translateY(18px); }
.tool:nth-child(2).is-ready, .workflow-steps li:nth-child(2).is-ready { transition-delay: .08s; }
.tool:nth-child(3).is-ready, .workflow-steps li:nth-child(3).is-ready { transition-delay: .16s; }
@keyframes word-enter { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bar-enter { from { transform: scaleX(.1); } to { transform: scaleX(1); } }

@media (min-width: 1600px) {
  .hero-inner { padding-top: 45px; }
  .hero h1 { font-size: 204px; }
  .hero-figure { margin-top: 42px; }
}

@media (max-width: 1199px) {
  .shell { width: calc(100% - 80px); }
  .hero h1 { font-size: 156px; }
  .client-names { gap: 22px; }
  .client-names > span { font-size: 12px; }
  .clients-extra { display: none; }
  .evidence-grid { gap: 36px; }
  .signal-tabs { gap: 25px; }
  .tab-index { display: none; }
  .tool { padding-inline: 24px; }
  .tool h3 { font-size: 25px; }
  .tool-caveat { min-height: 103px; }
  .tool > p:not(.tool-caveat) { min-height: 115px; }
  .install-grid { grid-template-columns: 220px minmax(0, 1fr); gap: 44px; }
  .client-tabs { gap: 17px; }
  .client-tabs button { font-size: 11px; }
  .footer-main { gap: 44px; }
}

@media (max-width: 899px) {
  .shell { width: calc(100% - 56px); }
  .site-header { height: 72px; }
  .site-header nav { gap: 24px; }
  .hero h1 { font-size: 125px; }
  .hero-lead { font-size: 23px; }
  .hero-description { font-size: 14px; }
  .clients-inner { flex-direction: column; justify-content: center; gap: 14px; padding-block: 22px; }
  .clients-inner > .eyebrow { max-width: none; }
  .client-names { gap: 24px; }
  .section { padding-block: 72px; }
  h2 { font-size: 39px; }
  .section-aside { font-size: 12px; }
  .evidence-grid { gap: 24px; }
  .response-body { padding: 20px 16px 14px; }
  .response-body pre { font-size: 11px; }
  .response-header, .response-bottom { padding-inline: 16px; }
  .row-name, .row-value { font-size: 10px; }
  .row-rank { width: 18px; }
  .tool { padding-inline: 18px; }
  .tool h3 { font-size: 22px; }
  .tool > p:not(.tool-caveat) { min-height: 137px; font-size: 12px; }
  .capability-list { font-size: 11px; min-height: 95px; }
  .package-link { font-size: 8px; }
  .tool-bottom a { font-size: 10px; gap: 6px; white-space: nowrap; }
  .tool-caveat { min-height: 121px; }
  .workflow-steps { gap: 26px; }
  .workflow-steps h3 { font-size: 20px; }
  .workflow-steps p { font-size: 12px; }
  .step-artifact { font-size: 7px; }
  .install-grid { grid-template-columns: 180px minmax(0, 1fr); gap: 28px; }
  .client-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 12px; }
  .client-tabs button { padding: 5px 0; }
  .config-code { height: 240px; }
  .faq-grid { grid-template-columns: 1fr 1.5fr; gap: 40px; }
  .faq-grid h2 { font-size: 32px; }
  .faq-list summary { font-size: 12px; }
  .footer-main h2 { font-size: 30px; }
  .repo-links a { font-size: 11px; }
}

@media (max-width: 639px) {
  html { scroll-padding-top: 20px; }
  .shell { width: calc(100% - 40px); }
  .site-header { height: 65px; }
  .brand { font-size: 19px; gap: 7px; }
  .brand-mark { width: 25px; height: 25px; }
  .site-header .nav-link { display: none; }
  .button-small { font-size: 11px; min-height: 35px; padding-inline: 12px; gap: 14px; }
  .hero-inner { padding-top: 28px; }
  .hero-eyebrow { font-size: 8px; gap: 8px; }
  .hero h1 { font-size: 64px; margin: 20px 0 23px; }
  .hero-lead { font-size: 22px; line-height: 1.35; }
  .mobile-break { display: block; }
  .hero-description { font-size: 12px; line-height: 1.75; margin-top: 14px; max-width: 350px; }
  .hero-description > br { display: none; }
  .hero-actions { gap: 20px; margin-top: 22px; }
  .hero-actions .button { min-height: 43px; padding-inline: 16px; font-size: 12px; gap: 19px; }
  .hero-actions .text-link { font-size: 10px; gap: 7px; }
  .hero-figure { margin-top: 32px; padding-bottom: 22px; }
  .timeline-labels, .timeline-caption { font-size: 8px; }
  .timeline-labels > span { gap: 6px; }
  .timeline-axis-line { width: 26px; }
  #profile-canvas { height: 112px; }
  .timeline-caption { gap: 8px; min-height: 23px; }
  .timeline-caption output { max-width: 63%; }
  .timeline-caption a { gap: 3px; flex-shrink: 0; }
  .clients-inner { gap: 14px; min-height: 115px; padding-block: 18px; }
  .clients-inner > .eyebrow { font-size: 8px; }
  .client-names { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px 30px; }
  .client-names > span { font-size: 12px; gap: 8px; }
  .client-names .icon { width: 16px; height: 16px; }
  .section { padding-block: 58px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-label { font-size: 9px; margin-bottom: 17px; }
  h2 { font-size: 34px; }
  .section-aside { margin-top: 20px; font-size: 12px; line-height: 1.6; }
  .section-aside br { display: none; }
  .signal-tabs { gap: 24px; flex: 1; justify-content: space-between; }
  .signal-tab { font-size: 12px; padding: 14px 2px 17px; gap: 9px; }
  .signal-tab .icon { width: 16px; height: 16px; }
  .tab-long-label { display: none; }
  .tab-build-desktop { display: none; }
  .tab-build-mobile { display: inline; }
  .example-label { display: none; }
  .evidence-grid { grid-template-columns: minmax(0, 1fr); gap: 29px; padding-top: 25px; }
  .chart-heading { margin-bottom: 12px; }
  .chart-heading h3 { font-size: 11px; }
  .evidence-row { padding: 10px 10px 12px; }
  .row-name, .row-value { font-size: 11px; }
  .row-bar-track { height: 12px; }
  .chart-context { margin-top: 20px; }
  .chart-note { font-size: 10px; margin-top: 16px; }
  .response-body { padding: 18px 20px 16px; }
  .response-body pre { font-size: 12px; height: 194px; }
  .response-caption { font-size: 8px; }
  .response-header, .response-bottom { padding-inline: 20px; }
  .evidence-finding { min-height: auto; }
  .evidence-finding p { font-size: 11px; }
  .evidence-provenance { font-size: 8px; align-items: flex-start; }
  .evidence-provenance > span { max-width: 180px; }
  .evidence-provenance > a { white-space: nowrap; gap: 3px; }
  .tool-grid { grid-template-columns: minmax(0, 1fr); border-bottom: 0; }
  .tool { padding: 28px 0 22px; border-bottom: 1px solid var(--line); }
  .tool + .tool { border-left: 0; }
  .tool h3 { font-size: 29px; }
  .tool h3 br { display: none; }
  .tool > p:not(.tool-caveat) { min-height: 0; font-size: 13px; }
  .tool-top { margin-bottom: 21px; }
  .capability-list { min-height: 0; font-size: 12px; margin-block: 19px; }
  .tool-caveat { min-height: 0; font-size: 11px; }
  .package-link { font-size: 11px; margin-top: 22px; }
  .tool-bottom { margin-top: 20px; }
  .tool-bottom a { font-size: 12px; }
  .workflow-steps { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .step-track { margin-bottom: 19px; }
  .workflow-steps h3 { font-size: 24px; }
  .workflow-steps p { font-size: 13px; }
  .step-artifact { font-size: 8px; margin-top: 16px; }
  .workflow-footnote { font-size: 10px; margin-top: 25px; }
  .install-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .server-picker fieldset { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
  .server-picker legend { margin-bottom: 10px; }
  .server-option { align-items: flex-start; gap: 8px; padding: 12px 0; }
  .server-option input { margin-top: 2px; width: 14px; height: 14px; }
  .server-option strong { font-size: 11px; line-height: 1.4; }
  .server-option-text > .mono { font-size: 7px; margin-top: 5px; }
  .server-option .server-swatch { display: none; }
  .install-note { font-size: 10px; margin-top: 15px; align-items: center; }
  .install-note br { display: none; }
  .install-note .icon { margin-top: 0; }
  .client-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; align-items: stretch; }
  .client-tabs button { font-size: 10px; line-height: 1.45; padding-bottom: 9px; }
  .config-header { padding-inline: 15px; font-size: 10px; }
  .config-code { padding: 20px 16px; height: 258px; font-size: 10px; line-height: 2.1; }
  .config-status { padding-inline: 16px; font-size: 8px; }
  .config-instruction { font-size: 10px; }
  .starter-prompt { align-items: flex-start; }
  .starter-prompt p { font-size: 12px; }
  .nvm-note { margin-top: 25px; font-size: 11px; }
  .nvm-note > div { padding-left: 0; font-size: 11px; }
  .faq-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .faq-grid h2 { font-size: 34px; }
  .faq-grid h2 br { display: none; }
  .faq-list summary { min-height: 68px; font-size: 13px; }
  .faq-list details > p, .faq-list details > div { font-size: 12px; padding-right: 15px; }
  .site-footer { padding-top: 45px; }
  .footer-main { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-bottom: 38px; }
  .footer-main h2 { font-size: 31px; }
  .footer-main p:not(.section-label) { font-size: 11px; }
  .repo-links a { font-size: 12px; }
  .footer-bottom { min-height: 105px; flex-wrap: wrap; gap: 0; padding-block: 19px; }
  .footer-bottom .brand { font-size: 18px; }
  .footer-bottom > .mono { order: 3; width: 100%; font-size: 8px; }
  .back-to-top { font-size: 10px; }
}

@media (max-width: 374px) {
  .shell { width: calc(100% - 32px); }
  .hero h1 { font-size: 60px; }
  .hero-lead { font-size: 20px; }
  .hero-actions { gap: 15px; }
  .hero-actions .button { padding-inline: 13px; gap: 13px; }
  .hero-actions .text-link { font-size: 9px; }
  .timeline-caption { font-size: 7px; }
  .client-names { gap: 12px 20px; }
  .client-names > span { font-size: 11px; }
  h2 { font-size: 30px; }
  .signal-tabs { gap: 18px; }
  .response-body pre { font-size: 11px; }
  .server-picker fieldset { gap: 8px; }
  .server-option { gap: 6px; }
  .server-option strong { font-size: 10px; }
  .config-header { font-size: 9px; }
  .config-header-actions { gap: 4px; }
}

@media (min-width: 640px) and (max-width: 699px) {
  .hero h1 { font-size: 112px; }
}

@media (min-width: 480px) and (max-width: 639px) {
  .hero h1 { font-size: 84px; }
}

@media (max-width: 339px) {
  .hero h1 { font-size: 55px; }
}

@media (min-width: 900px) and (max-height: 800px) {
  .hero-inner { padding-top: 20px; }
  .hero h1 { font-size: 146px; margin-block: 10px 16px; }
  .hero-lead { font-size: 22px; }
  .hero-description { font-size: 14px; margin-top: 10px; }
  .hero-actions { margin-top: 18px; }
  .hero-figure { margin-top: 24px; padding-bottom: 16px; }
  #profile-canvas { height: 95px; }
}

@media (min-width: 900px) and (max-height: 680px) {
  .hero h1 { font-size: 126px; }
  .hero-lead { font-size: 20px; }
  .hero-figure { margin-top: 18px; }
  #profile-canvas { height: 75px; }
}

@media (min-width: 480px) and (max-height: 520px) {
  .site-header { height: 56px; }
  .hero-inner { padding-top: 10px; }
  .hero-eyebrow { font-size: 9px; }
  .hero h1 { font-size: 72px; margin-block: 6px 10px; }
  .hero-lead { font-size: 20px; }
  .mobile-break { display: none; }
  .hero-description { display: none; }
  .hero-actions { margin-top: 12px; }
  .hero-actions .button { min-height: 38px; }
  .hero-figure { margin-top: 14px; padding-bottom: 8px; }
  #profile-canvas { height: 38px; }
}

@media (min-width: 480px) and (max-height: 360px) {
  .site-header { height: 48px; }
  .hero-inner { padding-top: 6px; }
  .hero h1 { font-size: 56px; margin-block: 4px 6px; }
  .hero-lead { font-size: 18px; }
  .hero-figure { margin-top: 8px; padding-bottom: 4px; }
  #profile-canvas { height: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  .reveal.is-ready:not(.is-visible) { opacity: 1; transform: none; }
}