/* AEXGrid / Quiet circuitry. Real document flow. No canvas or 3D runtime. */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; scrollbar-color: #334854 #070707; scrollbar-width: thin; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: not-allowed; }
button, summary { color: inherit; }
button { border-radius: 0; }
button:focus-visible, a:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--cyan); outline-offset: 5px; }
:focus:not(:focus-visible) { outline: none; }
::selection { color: #090909; background: var(--cyan); }
[hidden] { display: none !important; }
h1, h2, h3, h4, p { margin: 0; }
svg { display: block; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; }
.emblem { width: 34px; height: 34px; color: var(--cyan); flex: 0 0 auto; }
.mono, .small-label, .eyebrow { font-family: var(--font-mono); }
.small-label { font-size: 10px; letter-spacing: .09em; line-height: 1.5; color: var(--text-muted); }
.muted { color: var(--text-muted); }
.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: 100; top: 12px; left: 16px; padding: 12px 20px; background: var(--cyan); color: #090909; transform: translateY(-170%); font-weight: 650; }
.skip-link:focus { transform: translateY(0); }
.background-grid { position: fixed; z-index: -1; inset: 0; pointer-events: none; background-image: linear-gradient(#29425712 1px, transparent 1px), linear-gradient(90deg, #29425712 1px, transparent 1px), radial-gradient(ellipse at 50% 28%, #13131388, transparent 67%); background-size: 48px 48px, 48px 48px, 100% 100%; }
.background-grid::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #07070700 8%, #07070744 25%, #07070788 50%, #07070744 75%, #07070700 92%); }

/* A compact, ordinary header: the perimeter remains the primary experience. */
.site-header { height: var(--header-height); position: fixed; z-index: 40; inset: 0 0 auto; padding: 0 36px; display: flex; align-items: center; gap: 32px; background: #070707f5; border-bottom: 1px solid #1e1e1e85; }
.wordmark { display: inline-flex; gap: 11px; align-items: center; min-height: 44px; font-size: 25px; letter-spacing: -.9px; white-space: nowrap; }
.wordmark b { font-weight: 730; }
.wordmark__grid { font-weight: 380; color: #cad8e6; }
.wordmark .emblem { width: 31px; height: 31px; }
.header-descriptor { font-family: var(--font-mono); letter-spacing: .12em; font-size: 9px; color: var(--text-muted); padding-left: 26px; border-left: 1px solid var(--line); }
.header-nav { display: flex; gap: 27px; margin-left: auto; align-items: center; font-size: 12px; color: #b9c6d1; }
.header-nav a { min-height: 44px; display: flex; align-items: center; position: relative; transition: color 150ms ease; }
.header-nav a:hover, .header-nav a[aria-current] { color: var(--text); }
.header-nav a[aria-current]::after { content: ''; position: absolute; height: 2px; bottom: 3px; width: 15px; background: var(--cyan); }
.header-download { border: 1px solid #536674; min-height: 40px; display: inline-flex; align-items: center; gap: 19px; padding: 0 17px; font-size: 12px; font-weight: 560; background: #111111; transition: border-color 150ms ease, background 150ms ease; }
.header-download:hover { background: #1a1a1a; border-color: var(--cyan); }
.header-download .icon { width: 16px; height: 16px; color: var(--cyan); }
.mobile-menu { display: none; }

/* Anchored agents and their orthogonal circuits. */
.agent-network { position: fixed; z-index: 5; inset: 0; pointer-events: none; }
.agent-navigation { position: absolute; inset: 0; pointer-events: none; }
.agent-node { position: absolute; width: 136px; height: 132px; left: var(--anchor-x, -300px); top: var(--anchor-y, -300px); transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; pointer-events: auto; isolation: isolate; color: #bbc7d2; }
.agent-node__index { height: 16px; font: 9px/16px var(--font-mono); letter-spacing: .08em; color: #afbac6; opacity: .9; }
.agent-node__index span { color: var(--text-muted); margin-left: 3px; }
.agent-node__figure { position: relative; width: 66px; height: 81px; display: block; transition: transform 180ms var(--ease-out); }
.robot { width: 64px; height: 84px; overflow: visible; image-rendering: pixelated; }
.agent-node__figure .robot { width: 62px; height: 81px; position: relative; z-index: 2; opacity: .78; transition: opacity 160ms ease, filter 200ms ease; }
.agent-node__halo { position: absolute; width: 92px; height: 92px; top: -5px; left: -14px; border-radius: 50%; z-index: 0; background: radial-gradient(circle, color-mix(in srgb, var(--agent-color) 13%, transparent), transparent 68%); opacity: 0; transition: opacity 180ms ease; }
.agent-node__label { display: flex; align-items: center; gap: 6px; min-height: 21px; font-size: 13px; font-weight: 590; letter-spacing: -.1px; transition: color 150ms ease; }
.agent-node__indicator { width: 4px; height: 4px; background: #72869b; display: inline-block; }
.agent-node__descriptor { color: var(--text-muted); font-family: var(--font-mono); font-size: 9px; line-height: 16px; letter-spacing: -.1px; }
.agent-node__socket { display: none; }
.agent-node:hover .agent-node__figure { transform: translateY(-2px); }
.agent-node:hover .robot, .agent-node:focus-visible .robot, .agent-node.is-selected .robot { opacity: 1; }
.agent-node:hover .agent-node__label, .agent-node.is-selected .agent-node__label { color: var(--agent-color); }
.agent-node.is-selected .agent-node__halo, .agent-node:hover .agent-node__halo { opacity: 1; }
.agent-node.is-selected .agent-node__indicator { background: var(--agent-color); box-shadow: 0 0 7px color-mix(in srgb, var(--agent-color) 40%, transparent); }
.agent-node.is-selected .robot { filter: drop-shadow(0 0 3px color-mix(in srgb, var(--agent-color) 18%, transparent)); }
.agent-node.is-activating .agent-core { filter: drop-shadow(0 0 3px var(--agent-color)); }
.agent-node:focus-visible { outline-offset: 7px; outline-color: var(--agent-color); }
.agent-eyes { animation: visor-blink 8s linear infinite; animation-delay: var(--entrance-delay, 1s); }
@keyframes visor-blink { 0%, 94%, 98%, 100% { opacity: 1; } 95%, 96% { opacity: .25; } }
.network-enter .agent-node { animation: node-entrance 380ms var(--ease-out) both; animation-delay: var(--entrance-delay); }
@keyframes node-entrance { from { opacity: 0; } to { opacity: 1; } }
.circuit-layer { position: absolute; width: 100%; height: 100%; inset: 0; overflow: visible; pointer-events: none; }
.network-enter .circuit-layer { animation: circuit-reveal 700ms ease both; }
@keyframes circuit-reveal { from { opacity: 0; } to { opacity: 1; } }
.route path, .stage-rails path { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.route__base { stroke: #496276; stroke-width: 1; opacity: .32; }
.route__core { stroke: currentColor; stroke-width: 1.1; opacity: 0; transition: opacity 200ms ease; }
.route.is-active .route__core { opacity: .86; filter: drop-shadow(0 0 2px currentColor); }
.route__port { fill: var(--bg); stroke: currentColor; stroke-width: 1; opacity: .42; transform-box: fill-box; transform-origin: center; }
.route__port-ticks { stroke: currentColor; stroke-width: .7; opacity: .25; }
.route.is-active .route__port { opacity: 1; fill: currentColor; }
.route.is-active .route__port-ticks { opacity: .75; }
.route__packet { fill: none; stroke: #e6ffff; stroke-width: 2.8; filter: drop-shadow(0 0 3px currentColor); }
.stage-rails path { stroke: #5e8093; stroke-width: 1; opacity: .16; }

/* Sections are normal-flow, never a fixed-height clipped content panel. */
main { position: relative; z-index: 2; outline: none; }
.section { min-height: 100svh; padding: 114px 0 80px; display: flex; flex-direction: column; justify-content: center; scroll-margin-top: 0; }
.section__inner { width: var(--stage-width); max-width: 940px; margin: 0 auto; position: relative; }
.section-heading { margin-bottom: 30px; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--section-color); font-size: 10px; letter-spacing: .12em; font-weight: 500; margin-bottom: 20px; min-height: 16px; }
.eyebrow__line { width: 20px; height: 1px; background: var(--section-color); }
.section-ordinal { margin-left: auto; font-size: 10px; color: var(--section-color); letter-spacing: .07em; }
.section-ordinal span { color: var(--text-muted); }
.section-title { font-size: clamp(40px, 3.7vw, 56px); font-weight: 560; letter-spacing: -.055em; line-height: 1.1; max-width: 100%; text-wrap: balance; }
.section-title > span { color: #aebdc9; font-weight: 460; }
.section-title:focus-visible { outline-offset: 9px; border-radius: 2px; }
.section-description { color: var(--text-secondary); font-size: 15px; line-height: 1.75; max-width: 660px; margin-top: 17px; text-wrap: pretty; }
.section--home { padding-top: 116px; padding-bottom: 68px; }
.section--home .section-heading { margin-bottom: 25px; }
.section--home .section-title { font-size: clamp(42px, 3.9vw, 58px); line-height: 1.06; }
.section--home .section-title > span { color: #dbe7ee; }
.section--home .section-description { max-width: 635px; }
.section--home .eyebrow { margin-bottom: 17px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 44px; padding: 11px 19px; border: 1px solid transparent; font-size: 12px; font-weight: 600; line-height: 1.5; transition: background 160ms ease, border-color 160ms ease, color 160ms ease; }
.button .icon { width: 17px; height: 17px; }
.button--primary { color: #0c0c0c; background: var(--cyan); border-color: var(--cyan); }
.button--primary:hover { background: #a1f4f7; border-color: #a1f4f7; }
.button--secondary { border-color: #405364; background: #131313; color: var(--text); }
.button--secondary:hover { border-color: var(--section-color, var(--cyan)); background: #191919; }
.button--unavailable { border-color: #435365; color: #b5c1cf; background: #141414; min-width: 238px; }
.text-link { font-size: 12px; color: var(--text); display: inline-flex; align-items: center; gap: 10px; font-weight: 520; min-height: 44px; }
.text-link:hover { color: var(--section-color, var(--cyan)); }
.text-link .icon { width: 17px; height: 17px; color: var(--section-color, var(--cyan)); }
.home-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 19px; }
.home-actions__note { display: flex; gap: 9px; align-items: center; color: var(--text-muted); font-size: 11px; }
.small-cross { color: var(--cyan); font-family: var(--font-mono); font-size: 18px; }
.status-square { display: inline-block; width: 5px; height: 5px; background: var(--cyan); margin-right: 7px; vertical-align: 1px; }
.status-square--amber { background: var(--amber); }

/* The centerpiece: a locally drawn workbench concept, never a fake video. */
.demo-stage { --port-light: 0; position: relative; margin: 0; background: #090909; border: 1px solid #3c5668; box-shadow: 0 12px 42px #00000029; }
.demo-stage__topbar { position: absolute; top: 0; left: 0; right: 0; height: 35px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; font-family: var(--font-mono); font-size: 9px; letter-spacing: .045em; border-bottom: 1px solid #33485c80; background: #0f0f0ff0; z-index: 2; color: #d3e0ea; }
.demo-stage__topbar-right { display: flex; align-items: center; gap: 16px; color: #95a9bc; font-size: 8px; }
.demo-stage__topbar .icon { width: 12px; height: 12px; color: #91a5b6; }
.demo-stage__media { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; }
.workspace-poster { width: 100%; height: 100%; }
.custom-poster { width: 100%; height: 100%; object-fit: cover; }
.demo-stage__caption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; align-items: center; gap: 14px; min-height: 79px; padding: 15px 24px; border-top: 1px solid #293f52; background: #0e0e0ef5; }
.demo-stage__caption-mark { color: var(--cyan); width: 34px; height: 34px; border: 1px solid #355968; display: grid; place-items: center; background: #19191955; }
.demo-stage__caption-mark .icon { width: 18px; height: 18px; }
.demo-stage__caption strong { font-size: 16px; font-weight: 550; letter-spacing: -.25px; color: #e2edf3; }
.demo-stage__caption p { font-size: 10px; color: #a1b2c1; margin-top: 2px; }
.demo-stage__pending { margin-left: auto; font-size: 8px; text-align: right; letter-spacing: .08em; line-height: 1.7; color: #9cb0c0; }
.frame-corner { position: absolute; width: 9px; height: 9px; border-color: #96c9d5; border-style: solid; border-width: 0; z-index: 3; pointer-events: none; }
.frame-corner--tl { top: -1px; left: -1px; border-top-width: 1px; border-left-width: 1px; }
.frame-corner--tr { top: -1px; right: -1px; border-top-width: 1px; border-right-width: 1px; }
.frame-corner--bl { bottom: -1px; left: -1px; border-bottom-width: 1px; border-left-width: 1px; }
.frame-corner--br { bottom: -1px; right: -1px; border-bottom-width: 1px; border-right-width: 1px; }
.demo-stage--configured .demo-stage__topbar { position: relative; }
.demo-stage video { width: 100%; height: 100%; display: block; background: #050505; }
.video-error { position: absolute; inset: 0; display: flex; flex-wrap: wrap; align-content: center; justify-content: center; align-items: center; gap: 16px; background: #0f0f0ff9; padding: 24px; text-align: center; }
.video-error h3, .video-error p { flex-basis: 100%; }
.video-error p { color: var(--text-secondary); }
.transcript-link { display: inline-flex; padding: 10px 0; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }

/* Features: one editorial explorer, not six repeated icon cards. */
.feature-explorer { border: 1px solid #334153; background: #0c0c0c; }
.editorial-tabs { display: flex; border-bottom: 1px solid #354354; background: #0e0e0e; }
.editorial-tabs [role='tab'] { flex: 1; border: 0; background: transparent; min-height: 62px; padding: 0 24px; display: flex; align-items: center; gap: 11px; text-align: left; color: #aab8c8; font-size: 13px; position: relative; }
.editorial-tabs [role='tab'] .mono { color: #9e91ba; font-size: 10px; }
.editorial-tabs [role='tab'] .icon { width: 16px; height: 16px; margin-left: auto; opacity: .35; }
.editorial-tabs [role='tab'] + [role='tab'] { border-left: 1px solid #1f1f1f; }
.editorial-tabs [role='tab'][aria-selected='true'] { color: #eee9fb; background: #131313; }
.editorial-tabs [role='tab'][aria-selected='true']::after { content: ''; position: absolute; bottom: -1px; left: 24px; right: 24px; height: 2px; background: var(--section-color); }
.editorial-tabs [role='tab'][aria-selected='true'] .icon { color: var(--section-color); opacity: 1; }
.editorial-tabs [role='tab']:hover { background: #141414; }
.editorial-tabs [role='tab']:focus-visible { outline-offset: -4px; z-index: 2; }
.feature-panel { display: grid; grid-template-columns: 43% 57%; min-height: 365px; }
.feature-panel:focus-visible { outline-offset: -4px; }
.feature-illustration { position: relative; border-right: 1px solid #1f1f1f; display: flex; align-items: center; justify-content: center; padding: 34px 26px; min-height: 365px; overflow: hidden; background-image: linear-gradient(#36516814 1px, transparent 1px), linear-gradient(90deg, #36516814 1px, transparent 1px); background-size: 24px 24px; background-color: #0d0d0d; }
.diagram-coordinate { position: absolute; top: 19px; left: 21px; font-family: var(--font-mono); font-size: 8px; letter-spacing: .08em; color: #9badbc; }
.diagram-coordinate--bottom { top: auto; bottom: 19px; color: #a495c2; }
.mini-workspace { width: 100%; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; padding-top: 12px; }
.mini-room { border: 1px solid #4b797c; background: #141414; min-height: 126px; position: relative; }
.mini-room--violet { border-color: #776293; background: #131313; transform: translateY(-20px); }
.mini-room__name { border-bottom: 1px solid #719d9b45; font-family: var(--font-mono); font-size: 9px; padding: 7px 9px; display: block; color: #c5e0e0; }
.mini-room--violet .mini-room__name { color: #d9cff2; border-bottom-color: #9175bb55; }
.mini-room > div { display: flex; gap: 1px; padding: 10px 4px; align-items: center; justify-content: center; }
.mini-room .robot { width: 43px; height: 57px; }
.mini-room__trunk { position: absolute; height: 21px; left: 25%; right: 25%; bottom: 51px; border-bottom: 1px solid #789ca9; border-left: 1px solid #789ca9; border-right: 1px solid #789ca9; }
.mini-workspace__caption { grid-column: 1 / -1; margin-top: 46px; font: 8px var(--font-mono); color: #a0b4c3; text-align: center; letter-spacing: .04em; }
.mini-workspace__caption i { display: inline-block; width: 4px; height: 4px; margin-right: 3px; background: var(--violet); }
.feature-panel__copy { padding: 29px 29px 25px; }
.feature-panel__copy > .small-label { color: var(--violet); }
.feature-panel__copy h3 { font-size: 23px; line-height: 1.27; letter-spacing: -.65px; font-weight: 550; margin-top: 10px; margin-bottom: 11px; }
.feature-panel__copy > p { font-size: 12px; line-height: 1.8; color: var(--text-secondary); }
.feature-panel__copy dl { margin: 22px 0 0; }
.feature-panel__copy dl > div + div { margin-top: 16px; }
.feature-panel__copy dt { font-size: 12px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.feature-bullet { color: var(--violet); font: 15px var(--font-mono); }
.feature-panel__copy dd { margin: 5px 0 0 21px; font-size: 11px; line-height: 1.75; color: var(--text-secondary); }
.section-bottomline { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-top: 17px; }
.context-note { color: var(--text-muted); display: flex; align-items: flex-start; gap: 8px; font-size: 10px; line-height: 1.7; margin-top: 18px; max-width: 700px; }
.context-note .icon { width: 13px; height: 13px; margin-top: 2px; flex-shrink: 0; }
.section-bottomline .context-note { margin-top: 7px; max-width: 470px; }
.section-bottomline .text-link { white-space: nowrap; font-size: 11px; min-height: 30px; }
.mini-hierarchy { display: flex; align-items: center; flex-direction: column; width: 100%; }
.mini-role { display: flex; gap: 12px; align-items: center; padding: 8px 15px; border: 1px solid #58766d; background: #141414; }
.mini-role .robot { width: 38px; height: 50px; }
.mini-role > span { font-size: 12px; }
.mini-branch { width: 130px; height: 34px; border-top: 1px solid #658880; border-left: 1px solid #658880; border-right: 1px solid #658880; margin-top: 24px; position: relative; }
.mini-branch::before { content: ''; width: 1px; height: 24px; position: absolute; left: 50%; top: -24px; background: #658880; }
.mini-workers { display: flex; justify-content: space-between; width: 201px; gap: 24px; }
.mini-workers > div { width: 76px; display: flex; flex-direction: column; align-items: center; padding: 7px; background: #131313; border: 1px solid #456275; }
.mini-workers .robot { width: 40px; height: 53px; }
.mini-workers span { font-size: 10px; color: var(--text-secondary); }
.context-stack { width: 234px; position: relative; padding: 10px 0 0; }
.context-stack__front { border: 1px solid #6a759d; background: #121212; padding: 17px; position: relative; }
.context-stack__back { position: absolute; inset: -7px 12px 16px -12px; border: 1px solid #4b556f; background: #101010; }
.context-stack__front > .mono { font-size: 8px; color: #b7bce0; }
.context-profile { display: flex; align-items: center; gap: 10px; margin: 16px 0; }
.context-profile .robot { width: 36px; height: 48px; }
.context-profile b { display: block; font-size: 12px; font-weight: 550; }
.context-profile span { display: block; font-size: 8px; color: var(--text-secondary); margin-top: 3px; }
.context-line { height: 3px; background: #456078; width: 100%; margin-top: 9px; }
.context-line--short { width: 65%; background: #34465e; }
.context-footer { border-top: 1px solid #384d67; padding-top: 13px; margin-top: 18px; font: 8px var(--font-mono); color: #b0c3d9; }

/* Workflow hierarchy: actual HTML labels, with an explicit report demonstration. */
.workflow-illustration { border: 1px solid #262626; background: #0c0c0c; }
.diagram-topline { display: flex; justify-content: space-between; align-items: center; min-height: 39px; padding: 0 20px; border-bottom: 1px solid #222222; font: 8px var(--font-mono); letter-spacing: .06em; color: #b1c3cc; }
.diagram-topline > span:last-child { color: #93a5af; }
.diagram-topline .status-square { background: var(--mint); }
.workflow-tree { position: relative; padding: 21px 25px 25px; }
.workflow-wires { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.workflow-wire { fill: none; stroke: #5b8076; stroke-width: 1.1; opacity: .65; }
.workflow-packet { fill: none; stroke: #a4ffd6; stroke-width: 2.5; filter: drop-shadow(0 0 2px #86e2b8); }
.workflow-root { width: max-content; max-width: 100%; min-width: 232px; display: flex; align-items: center; justify-content: center; gap: 13px; margin: 0 auto; border: 1px solid #4a7168; background: #141414; padding: 7px 20px 7px 13px; position: relative; z-index: 2; }
.workflow-root .robot { width: 42px; height: 55px; }
.workflow-root h3 { font-size: 13px; font-weight: 560; }
.workflow-root .small-label { font-size: 8px; color: #a0cab8; }
.workflow-root__port { position: absolute; bottom: -3px; left: calc(50% - 2px); width: 5px; height: 5px; background: var(--mint); }
.workflow-rooms { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 38px; }
.workflow-room { position: relative; border: 1px solid #272727; padding: 16px 18px; background: #11111188; }
.workflow-room--violet { border-color: #49435d; background: #11111188; }
.workflow-room__label { position: absolute; top: -11px; left: 12px; padding: 0 8px; background: #0e0e0e; font-size: 10px; font-weight: 500; color: #b1c8c7; }
.workflow-room__label .mono { font-size: 8px; margin-right: 8px; color: var(--mint); }
.workflow-room--violet .workflow-room__label .mono { color: var(--violet); }
.workflow-manager { display: flex; align-items: center; gap: 10px; justify-content: center; position: relative; z-index: 2; width: max-content; margin: 0 auto; max-width: 100%; padding: 6px 17px 6px 10px; background: #171717; border: 1px solid #45685f; }
.workflow-room--violet .workflow-manager { border-color: #686082; background: #161616; }
.workflow-manager .robot { width: 34px; height: 45px; }
.workflow-manager h4 { font-size: 12px; font-weight: 530; }
.workflow-manager .small-label { font-size: 7px; color: #adc4bd; }
.worker-branches { height: 28px; }
.workflow-workers { display: flex; justify-content: space-around; gap: 18px; }
.workflow-worker { display: flex; flex-direction: column; align-items: center; width: 86px; padding: 7px 5px 8px; position: relative; z-index: 2; background: #111111; border: 1px solid #3a4f61; }
.workflow-worker .robot { width: 36px; height: 47px; }
.workflow-worker > span { font-size: 9px; color: #b6c3ce; margin-top: 2px; }
.workflow-review { min-height: 87px; padding: 17px 23px; border-top: 1px solid #242424; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #0f0f0f; transition: background 250ms ease, border-color 250ms ease; }
.review-label { display: flex; align-items: center; gap: 12px; }
.review-icon { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid #537264; color: #9fceb3; }
.review-icon .icon { width: 16px; height: 16px; }
.review-label h3 { font-size: 12px; font-weight: 550; }
.review-label p { font-size: 10px; color: var(--text-secondary); margin-top: 3px; }
.workflow-review .button { font-size: 11px; gap: 17px; min-height: 40px; }
.workflow-review.is-reviewed { background: #1a1a1a; border-top-color: #86e2b8; }
.workflow-root.is-reporting, .workflow-manager.is-reporting { border-color: #b2ffda; box-shadow: 0 0 10px #86e2b826; }

/* Provider/application concept explorer. Neutral, original marks only. */
.connections-explorer { border: 1px solid #334557; background: #0d0d0d; }
.connection-map { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; justify-items: center; min-height: 265px; padding: 44px 35px 27px; background-image: linear-gradient(#36516814 1px, transparent 1px), linear-gradient(90deg, #36516814 1px, transparent 1px); background-size: 26px 26px; }
.connection-map__wires { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.connection-map__wires path, .connection-map__wires rect { fill: #0d0d0d; stroke: #4d7599; stroke-width: 1.2; transition: stroke 220ms ease; }
.connection-map__wires path { fill: none; }
[data-selected-tab='providers'] .provider-wire { stroke: #8cbfe9; }
[data-selected-tab='applications'] .application-wire { stroke: #c0b0f0; }
.connection-end { display: flex; flex-direction: column; gap: 11px; position: relative; z-index: 2; }
.connection-pill { display: flex; align-items: center; gap: 9px; padding: 6px 13px; min-height: 45px; background: #131313; border: 1px solid #3d5f7f; color: #c1d7e8; font-size: 10px; }
.connection-pill .robot { width: 25px; height: 33px; }
.connection-pill .icon { width: 20px; height: 20px; color: #97b7d8; }
.connection-pill > .application-symbol { font: 25px/1 var(--font-mono); color: #b8a9da; width: 21px; }
.connection-end--application .connection-pill { border-color: #5d536f; background: #131313; }
.connection-end > .small-label { font-size: 8px; text-align: center; margin-top: 3px; color: #9aafc1; }
.connection-hub { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 112px; height: 134px; background: #131313; border: 1px solid #7091a3; z-index: 2; position: relative; box-shadow: 0 0 0 8px #0d0d0d; }
.connection-hub .emblem { width: 48px; height: 48px; margin-bottom: 9px; }
.connection-hub > span:not(.connection-hub__sub) { font-size: 19px; letter-spacing: -.6px; font-weight: 370; }
.connection-hub b { font-weight: 650; }
.connection-hub__sub { font: 7px var(--font-mono); letter-spacing: .16em; color: #b6c6d3; margin-top: 4px; }
.connection-tabs { border-top: 1px solid #354354; }
.connection-tabs [role='tab'] { min-height: 53px; font-size: 12px; }
.connection-panel { padding: 25px 27px; display: grid; grid-template-columns: 1.4fr 1fr; align-items: center; gap: 35px; min-height: 166px; }
.connection-panel h3 { font-size: 21px; font-weight: 540; letter-spacing: -.45px; margin-bottom: 10px; }
.connection-panel > div > p { font-size: 11px; line-height: 1.9; color: var(--text-secondary); }
.compatibility-note { font-size: 11px; line-height: 1.8; color: #b4c5d5; padding: 17px; border: 1px solid #334b61; background: #131313; display: flex; gap: 10px; align-items: flex-start; }
.compatibility-note .icon { width: 16px; height: 16px; color: #9ec9ed; margin-top: 2px; }
.confirmed-connections { list-style: none; margin: 0; padding: 0; }
.confirmed-connections li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.confirmed-connections strong { font-size: 14px; }
.confirmed-connections p { font-size: 12px; color: var(--text-secondary); }

/* Honest commercial states, presented as finished editorial components. */
.pricing-placeholder, .download-placeholder { border: 1px solid #464739; background: #0e0e0e; display: grid; grid-template-columns: 34% 66%; position: relative; }
.pricing-art { display: flex; align-items: center; justify-content: center; position: relative; min-height: 318px; overflow: hidden; background-image: linear-gradient(#7368480f 1px, transparent 1px), linear-gradient(90deg, #7368480f 1px, transparent 1px); background-size: 23px 23px; }
.pricing-art__outer, .pricing-art__inner { position: absolute; width: 194px; height: 194px; border: 1px solid #74634340; }
.pricing-art__inner { width: 172px; height: 172px; border-color: #74634320; }
.pricing-chip { width: 120px; height: 132px; border: 1px solid #c8a969; background: #28281f; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 6px 6px 0 #111111, 6px 6px 0 1px #766e5145; }
.pricing-chip > .mono { font-size: 7px; color: #d7c7a2; letter-spacing: .02em; margin-top: 16px; }
.pricing-chip__slots { display: flex; flex-direction: column; gap: 9px; }
.pricing-chip__slots i { display: block; width: 44px; height: 6px; border: 1px solid #dbb878; background: #8d75415e; }
.pricing-chip__slots i:nth-child(2) { width: 32px; }
.pricing-chip__slots i:nth-child(3) { width: 21px; }
.chip-pin { position: absolute; left: 21px; right: 21px; height: 5px; background: repeating-linear-gradient(90deg, #af9963 0 3px, transparent 3px 12px); }
.chip-pin--top { top: -6px; }
.chip-pin--bottom { bottom: -6px; }
.pricing-art__cross { position: absolute; color: #ba9d66; font: 17px var(--font-mono); }
.pricing-art__cross--one { top: 47px; left: 36px; }
.pricing-art__cross--two { bottom: 42px; right: 27px; }
.pricing-placeholder__copy, .download-placeholder__copy { padding: 42px 36px 34px 28px; align-self: center; }
.availability-label { font: 9px var(--font-mono); letter-spacing: .07em; color: #e0c18c; display: inline-flex; align-items: center; gap: 8px; }
.availability-label i { width: 5px; height: 5px; border: 1px solid #d8b578; }
.pricing-placeholder__copy h3, .download-placeholder__copy h3 { font-size: 28px; font-weight: 520; line-height: 1.23; letter-spacing: -.9px; margin-top: 16px; max-width: 360px; text-wrap: balance; }
.pricing-placeholder__copy p, .download-placeholder__copy > p:not(.download-reason) { color: var(--text-secondary); font-size: 12px; line-height: 1.9; margin-top: 15px; max-width: 380px; }
.pricing-placeholder__copy .text-link { margin-top: 19px; color: #e0c18c; font-size: 11px; }
.pricing-detail-row, .download-detail-row { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr 1fr; margin: 0; padding: 22px 29px; border-top: 1px solid #424636; background: #111111; }
.pricing-detail-row > div + div, .download-detail-row > div + div { border-left: 1px solid #272727; padding-left: 26px; }
.pricing-detail-row dt, .download-detail-row dt { font-size: 11px; color: #ccd5dc; margin-bottom: 5px; }
.pricing-detail-row dd, .download-detail-row dd { margin: 0; font: 9px/1.5 var(--font-mono); color: #adbaC7; }
.published-plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); gap: 16px; }
.published-plan { padding: 27px; background: var(--surface); border: 1px solid #4b5144; display: flex; flex-direction: column; gap: 17px; }
.published-plan h3 { font-size: 22px; }
.published-plan__price { font-size: 30px; color: #edc17d; }
.published-plan > p:not(.published-plan__price) { font-size: 13px; color: var(--text-secondary); }
.published-plan ul { list-style: none; padding: 0; margin: 0; }
.published-plan li { display: flex; gap: 9px; font-size: 12px; margin: 10px 0; }
.published-plan li .icon { width: 15px; height: 15px; color: var(--mint); }
.published-plan > a { margin-top: auto; }
.download-placeholder { border-color: #414c67; background: #0f0f0f; }
.download-art { position: relative; min-height: 320px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-bottom: 16px; background-image: linear-gradient(#666e8e12 1px, transparent 1px), linear-gradient(90deg, #666e8e12 1px, transparent 1px); background-size: 23px 23px; }
.download-art .robot { width: 104px; height: 136px; position: relative; z-index: 1; }
.download-art__platform { width: 140px; height: 13px; border: 1px solid #8397d0; background: #323b5766; margin-top: 15px; position: relative; }
.download-art__platform::after { content: ''; width: 112px; height: 6px; border-bottom: 1px solid #495571; position: absolute; top: 12px; left: 13px; }
.download-art__label { color: #b0bfe0; font-size: 8px; letter-spacing: .09em; margin-top: 21px; }
.download-art__bracket { width: 15px; height: 15px; position: absolute; top: 48px; border-top: 1px solid #586890; }
.download-art__bracket--tl { left: 35px; border-left: 1px solid #586890; }
.download-art__bracket--tr { right: 35px; border-right: 1px solid #586890; }
.download-placeholder__copy { padding-top: 34px; padding-bottom: 29px; }
.download-placeholder__copy h3 { max-width: 340px; }
.download-placeholder__copy .button { margin-top: 22px; font-size: 11px; }
.download-reason { font-size: 9px; color: #a6b3c7; line-height: 1.7; margin-top: 9px; }
.download-detail-row { background: #111111; border-top-color: #39455b; }
.download-detail-row > div + div { border-left-color: #364257; }
.release-list { display: flex; flex-direction: column; gap: 13px; }
.release-card { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding: 25px; border: 1px solid #3d5169; background: var(--surface); }
.release-card h3 { font-size: 23px; }
.release-card p { font-size: 12px; color: var(--text-secondary); }
.release-checksum { flex-basis: 100%; display: flex; flex-direction: column; gap: 4px; }
.release-checksum code { overflow-wrap: anywhere; font-size: 11px; }
.site-footer { margin-top: 45px; padding-top: 23px; border-top: 1px solid #1f1f1f; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.footer-identity { display: flex; gap: 10px; align-items: center; }
.footer-identity .emblem { width: 28px; height: 28px; color: #a5b9d7; }
.footer-identity > span { display: flex; flex-direction: column; }
.footer-identity b { font-weight: 550; font-size: 12px; }
.footer-identity span span { color: #97a9ba; font-size: 9px; margin-top: 1px; }
.site-footer nav { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; justify-content: flex-end; font-size: 11px; }
.site-footer .text-link { font-size: 10px; }

/* Quiet viewport chrome. Nothing scrolls inside the stage. */
.scene-chrome { pointer-events: none; position: fixed; z-index: 12; inset: auto 0 0; height: 56px; }
.motion-control { position: absolute; bottom: 14px; left: 31px; min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 0 8px; background: transparent; border: none; color: #a9bbc8; font: 9px var(--font-mono); pointer-events: auto; }
.motion-control .icon { width: 12px; height: 12px; }
.motion-control:hover { color: var(--cyan); }
.motion-control:disabled { cursor: default; }
.scroll-cue { display: flex; align-items: center; gap: 12px; position: absolute; left: 50%; bottom: 13px; transform: translateX(-50%); color: #a5b7c4; font: 8px var(--font-mono); letter-spacing: .13em; min-height: 35px; pointer-events: auto; }
.scroll-cue .icon { width: 12px; height: 12px; color: #a2c0ce; }
.scroll-cue__line { width: 29px; height: 1px; background: #536e7d; }
.section-progress { position: absolute; bottom: 23px; right: 36px; color: #c6d7e4; font: 9px var(--font-mono); display: flex; flex-direction: column; gap: 7px; }
.section-progress__tracks { display: flex; gap: 4px; }
.section-progress__tracks span { width: 14px; height: 2px; background: #3d5264; }
.section-progress__tracks .is-active { background: var(--cyan); }
#progress-label { margin-left: 14px; font-size: 8px; color: #bdc9d3; }
.noscript-note { color: var(--text-secondary); font-size: 14px; padding: 22px; }
[data-motion='paused'] .ambient { animation-play-state: paused !important; }

/* Short desktop: preserve the video footprint by tightening only vertical rhythm. */
@media (max-height: 800px) and (min-width: 1121px) and (pointer: fine) {
  :root { --header-height: 64px; }
  .site-header { padding: 0 28px; gap: 25px; }
  .header-descriptor { display: none; }
  .section { padding-top: 93px; padding-bottom: 50px; }
  .section--home { padding-top: 88px; padding-bottom: 29px; }
  .section-title, .section--home .section-title { font-size: 43px; line-height: 1.05; }
  .eyebrow, .section--home .eyebrow { margin-bottom: 12px; font-size: 9px; }
  .section-description { font-size: 13px; line-height: 1.6; margin-top: 11px; max-width: 600px; }
  .section-heading { margin-bottom: 21px; }
  .section--home .section-heading { margin-bottom: 17px; }
  .home-actions { margin-top: 12px; }
  .home-actions .button { min-height: 38px; padding-top: 8px; padding-bottom: 8px; }
  .home-actions__note { font-size: 10px; }
  .scroll-cue { display: none; }
  .motion-control { bottom: 7px; }
  .section-progress { bottom: 15px; }
  .feature-panel { min-height: 330px; }
  .feature-illustration { min-height: 330px; padding-left: 19px; padding-right: 19px; }
  .feature-panel__copy { padding: 23px; }
  .feature-panel__copy h3 { font-size: 21px; }
  .feature-panel__copy dl { margin-top: 17px; }
  .editorial-tabs [role='tab'] { min-height: 53px; }
  .context-note { margin-top: 13px; }
  .workflow-tree { padding-top: 15px; padding-bottom: 18px; }
  .workflow-review { min-height: 73px; padding-top: 12px; padding-bottom: 12px; }
  .workflow-rooms { margin-top: 32px; }
  .workflow-room { padding: 13px 16px; }
  .connection-map { min-height: 230px; padding-top: 34px; }
  .connection-panel { min-height: 151px; padding: 20px 24px; gap: 24px; }
  .connection-map .diagram-coordinate { top: 15px; }
  .pricing-art, .download-art { min-height: 287px; }
  .pricing-placeholder__copy, .download-placeholder__copy { padding-top: 28px; padding-bottom: 27px; }
  .site-footer { margin-top: 28px; padding-top: 17px; }
}

/* Compact mode is selected by usable dimensions OR a coarse primary pointer. */
@media (max-width: 1120px), (max-height: 659px), (pointer: coarse) {
  :root { --header-height: 64px; }
  .site-header { gap: 18px; padding: 0 25px; }
  .header-descriptor { display: none; }
  .header-nav { gap: 21px; }
  .header-download { margin-left: 0; }
  .agent-network { --nav-columns: 6; top: var(--header-height); bottom: auto; height: 88px; background: #0a0a0aef; border-bottom: 1px solid #324354; z-index: 30; }
  .agent-navigation { display: grid; grid-template-columns: repeat(var(--nav-columns), minmax(0, 1fr)); grid-auto-rows: 64px; gap: 10px 0; padding: 8px 15px 16px; }
  .agent-node { position: relative; width: auto; height: 64px; left: auto; top: auto; transform: none; justify-content: center; gap: 3px; }
  .agent-node__index, .agent-node__descriptor { display: none; }
  .agent-node__figure { width: 29px; height: 38px; }
  .agent-node__figure .robot { width: 29px; height: 38px; }
  .agent-node__halo { width: 56px; height: 56px; top: -10px; left: -13px; }
  .agent-node__label { font-size: 10px; min-height: 18px; line-height: 1.2; font-weight: 580; }
  .agent-node__indicator { width: 3px; height: 3px; }
  .agent-node:focus-visible { outline-offset: -3px; }
  .agent-node:hover .agent-node__figure { transform: none; }
  .section { padding-top: 188px; padding-bottom: 55px; min-height: 100svh; }
  .section__inner { width: min(840px, calc(100% - 2 * var(--content-gutter))); }
  .section-title, .section--home .section-title { font-size: clamp(35px, 5vw, 54px); }
  .section-description { font-size: 15px; }
  .section--home .section-heading { margin-bottom: 25px; }
  .section--home { padding-bottom: 47px; }
  .section-ordinal { font-size: 9px; }
  .scene-chrome { height: 0; }
  .motion-control { background: #0c0c0c; border: 1px solid #35485a; bottom: 12px; left: 14px; font-size: 9px; min-height: 35px; padding: 0 11px; }
  .section-progress, .scroll-cue { display: none; }
}
@media (max-width: 760px) {
  .header-nav { display: none; }
  .header-download { margin-left: auto; }
  .site-header { gap: 16px; }
  .mobile-menu { display: block; }
  .mobile-menu summary { display: flex; align-items: center; justify-content: center; min-height: 44px; width: 35px; list-style: none; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary .icon { width: 21px; height: 21px; }
  .mobile-menu > nav { position: absolute; left: 12px; right: 12px; top: 58px; z-index: 60; background: #121212; padding: 9px; border: 1px solid #526879; box-shadow: 0 16px 48px #0007; }
  .mobile-menu > nav a { display: flex; align-items: center; gap: 16px; min-height: 48px; padding: 0 15px; color: #d0deea; font-size: 14px; }
  .mobile-menu > nav a .mono { color: var(--cyan); font-size: 10px; }
  .mobile-menu > nav a .icon { width: 16px; height: 16px; margin-left: auto; color: #9ebdd0; }
  .mobile-menu > nav a[aria-current] { background: #1d1d1d; }
  .connection-panel { grid-template-columns: 1fr; gap: 18px; }
  .connection-map { padding-left: 18px; padding-right: 18px; }
  .connection-pill { font-size: 9px; padding: 6px 9px; }
  .workflow-rooms { gap: 22px; }
  .workflow-manager { padding-left: 8px; padding-right: 10px; gap: 7px; }
  .workflow-room { padding-left: 12px; padding-right: 12px; }
  .workflow-workers { gap: 10px; }
  .pricing-placeholder, .download-placeholder { grid-template-columns: 32% 68%; }
  .pricing-art__outer { width: 156px; height: 178px; }
  .pricing-art__inner { width: 142px; height: 155px; }
  .pricing-placeholder__copy, .download-placeholder__copy { padding-left: 24px; padding-right: 22px; }
}
@media (max-width: 679px) {
  :root { --content-gutter: 23px; }
  .agent-network { --nav-columns: 3; height: 148px; }
  .agent-navigation { grid-auto-rows: 59px; gap: 10px 0; padding: 8px 15px 14px; }
  .agent-node { height: 59px; gap: 0; }
  .agent-node__figure, .agent-node__figure .robot { width: 27px; height: 35px; }
  .agent-node__label { font-size: 10px; }
  .section { padding-top: 245px; padding-bottom: 50px; }
  .section--home { padding-top: 241px; padding-bottom: 46px; }
  .section-title, .section--home .section-title { font-size: clamp(34px, 6.8vw, 43px); line-height: 1.09; letter-spacing: -.055em; }
  .section-title > span { color: #b8c8d5; }
  .eyebrow, .section--home .eyebrow { font-size: 8px; gap: 8px; letter-spacing: .07em; margin-bottom: 16px; }
  .eyebrow__line { width: 12px; }
  .section-ordinal { display: none; }
  .section-description { font-size: 13px; line-height: 1.75; margin-top: 16px; }
  .section-heading, .section--home .section-heading { margin-bottom: 25px; }
  .section--home .section-description { max-width: 490px; }
  .home-actions { align-items: flex-start; flex-direction: column; gap: 10px; margin-top: 18px; }
  .home-actions .button { width: 100%; justify-content: space-between; min-height: 46px; padding-left: 15px; padding-right: 15px; font-size: 12px; }
  .home-actions__note { font-size: 10px; }
  .demo-stage__topbar { height: 26px; padding: 0 9px; font-size: 7px; }
  .demo-stage__topbar-right { font-size: 6px; gap: 6px; }
  .demo-stage__topbar-right .icon { display: none; }
  .demo-stage__caption { gap: 9px; min-height: 57px; padding: 11px; }
  .demo-stage__caption-mark { width: 26px; height: 26px; flex-shrink: 0; }
  .demo-stage__caption-mark .icon { width: 15px; height: 15px; }
  .demo-stage__caption strong { font-size: 12px; font-weight: 550; }
  .demo-stage__caption p { font-size: 8px; line-height: 1.5; max-width: 235px; }
  .demo-stage__pending { display: none; }
  .editorial-tabs [role='tab'] { min-height: 53px; padding: 0 13px; gap: 7px; font-size: 11px; }
  .editorial-tabs [role='tab'] .mono { font-size: 8px; }
  .editorial-tabs [role='tab'] .icon { display: none; }
  .editorial-tabs [role='tab'][aria-selected='true']::after { left: 13px; right: 13px; }
  .feature-panel { grid-template-columns: 1fr; }
  .feature-illustration { min-height: 234px; padding: 30px 34px; border-right: 0; border-bottom: 1px solid #1f1f1f; }
  .diagram-coordinate { font-size: 7px; top: 13px; left: 16px; }
  .diagram-coordinate--bottom { top: auto; bottom: 12px; }
  .mini-workspace { max-width: 276px; padding-top: 22px; gap: 14px; }
  .mini-room { min-height: 108px; }
  .mini-room__name { font-size: 8px; padding: 5px 8px; }
  .mini-room .robot { width: 35px; height: 46px; }
  .mini-room > div { padding: 8px 3px; }
  .mini-workspace__caption { margin-top: 27px; font-size: 7px; }
  .mini-room__trunk { bottom: 31px; }
  .feature-panel__copy { padding: 25px 23px 27px; }
  .feature-panel__copy h3 { font-size: 25px; max-width: 260px; }
  .feature-panel__copy > p { font-size: 13px; }
  .feature-panel__copy dt { font-size: 13px; }
  .feature-panel__copy dd { font-size: 12px; }
  .feature-panel__copy > .small-label { font-size: 9px; }
  .section-bottomline { flex-direction: column; gap: 8px; }
  .context-note { font-size: 10px; }
  .section-bottomline .text-link { font-size: 12px; min-height: 44px; }
  .mini-hierarchy { flex-direction: row; justify-content: center; gap: 38px; padding: 16px 0; }
  .mini-role { flex-direction: column; gap: 6px; padding: 10px; }
  .mini-role > span { font-size: 9px; }
  .mini-branch { height: 120px; width: 25px; border: 0; border-left: 1px solid #658880; border-bottom: 1px solid #658880; border-top: 1px solid #658880; position: absolute; top: calc(50% - 60px); left: calc(50% - 10px); margin: 0; }
  .mini-branch::before { height: 1px; width: 17px; top: 50%; left: -17px; }
  .mini-workers { flex-direction: column; width: auto; gap: 16px; }
  .mini-workers > div { flex-direction: row; width: 86px; padding: 6px; gap: 6px; }
  .mini-workers .robot { width: 26px; height: 34px; }
  .mini-workers span { font-size: 8px; }
  .context-stack { width: 231px; margin: 14px 0; }
  .diagram-topline { font-size: 6px; min-height: 34px; padding: 0 10px; gap: 8px; }
  .workflow-tree { padding: 19px 10px 17px; }
  .workflow-root { min-width: 205px; gap: 11px; padding: 8px 15px 8px 10px; }
  .workflow-root .robot { width: 34px; height: 44px; }
  .workflow-root h3 { font-size: 11px; }
  .workflow-root .small-label { font-size: 7px; }
  .workflow-rooms { gap: 12px; margin-top: 38px; }
  .workflow-room { padding: 14px 6px 9px; }
  .workflow-room__label { font-size: 8px; left: 3px; top: -9px; padding: 0 4px; }
  .workflow-room__label .mono { font-size: 7px; margin-right: 5px; }
  .workflow-manager { flex-direction: column; padding: 6px 5px 8px; gap: 0; width: 91px; text-align: center; }
  .workflow-manager .robot { width: 28px; height: 37px; }
  .workflow-manager .small-label { font-size: 6px; line-height: 1.8; }
  .workflow-manager h4 { font-size: 9px; }
  .workflow-workers { gap: 6px; }
  .workflow-worker { width: 51px; padding: 5px 2px 6px; }
  .workflow-worker .robot { width: 25px; height: 33px; }
  .workflow-worker > span { font-size: 8px; }
  .worker-branches { height: 26px; }
  .workflow-review { padding: 18px 15px; flex-direction: column; align-items: stretch; gap: 15px; }
  .review-label { gap: 10px; }
  .review-label h3 { font-size: 11px; }
  .review-label p { font-size: 9px; }
  .review-icon { width: 27px; height: 27px; }
  .workflow-review .button { min-height: 44px; justify-content: space-between; }
  .connection-map { min-height: 235px; padding: 33px 13px 18px; grid-template-columns: 1fr 90px 1fr; }
  .connection-pill { flex-direction: column; gap: 1px; font-size: 7px; padding: 6px 5px; min-height: 58px; justify-content: center; }
  .connection-pill .robot { width: 22px; height: 29px; }
  .connection-pill .icon { width: 20px; height: 20px; margin-bottom: 3px; }
  .connection-end { gap: 10px; }
  .connection-end > .small-label { font-size: 5px; letter-spacing: .02em; margin-top: 1px; }
  .connection-hub { width: 71px; height: 105px; box-shadow: 0 0 0 4px #0d0d0d; }
  .connection-hub .emblem { width: 34px; height: 34px; }
  .connection-hub > span:not(.connection-hub__sub) { font-size: 14px; }
  .connection-hub__sub { font-size: 5px; }
  .connection-tabs [role='tab'] { font-size: 10px; padding: 0 13px; }
  .connection-panel { padding: 23px 20px; gap: 22px; }
  .connection-panel h3 { font-size: 24px; }
  .connection-panel > div > p { font-size: 12px; }
  .compatibility-note { font-size: 11px; padding: 14px; }
  .pricing-placeholder, .download-placeholder { grid-template-columns: 1fr; }
  .pricing-art { min-height: 218px; border-bottom: 1px solid #393e37; }
  .pricing-art__outer { width: 184px; height: 176px; }
  .pricing-art__inner { width: 164px; height: 154px; }
  .pricing-chip { width: 106px; height: 120px; }
  .pricing-art__cross--one { top: 27px; left: 29px; }
  .pricing-art__cross--two { bottom: 23px; right: 31px; }
  .pricing-placeholder__copy, .download-placeholder__copy { padding: 28px 23px; }
  .pricing-placeholder__copy h3, .download-placeholder__copy h3 { font-size: 29px; }
  .pricing-placeholder__copy p, .download-placeholder__copy > p:not(.download-reason) { font-size: 13px; }
  .pricing-detail-row, .download-detail-row { padding: 20px 23px; grid-template-columns: 1fr; gap: 16px; }
  .pricing-detail-row > div, .download-detail-row > div { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
  .pricing-detail-row > div + div, .download-detail-row > div + div { border: 0; padding: 0; }
  .pricing-detail-row dt, .download-detail-row dt { font-size: 11px; margin: 0; }
  .pricing-detail-row dd, .download-detail-row dd { font-size: 9px; }
  .download-art { min-height: 236px; border-bottom: 1px solid #354054; padding: 20px 0; }
  .download-art .robot { width: 83px; height: 109px; }
  .download-art__platform { width: 131px; margin-top: 9px; }
  .download-art__platform::after { width: 105px; }
  .download-art__bracket { top: 34px; }
  .download-art__label { margin-top: 23px; }
  .download-placeholder__copy .button { width: 100%; font-size: 11px; }
  .download-reason { font-size: 9px; }
  .site-footer { flex-direction: column; align-items: flex-start; gap: 15px; margin-top: 30px; padding-top: 23px; }
  .site-footer nav { justify-content: flex-start; gap: 15px; }
  .footer-identity b { font-size: 13px; }
  .footer-identity span span { font-size: 10px; }
  .site-footer .text-link { font-size: 11px; }
}
@media (max-width: 420px) {
  .site-header { padding: 0 19px; gap: 12px; }
  .wordmark { font-size: 22px; gap: 7px; }
  .wordmark .emblem { width: 27px; height: 27px; }
  .header-download { font-size: 10px; padding: 0 12px; gap: 12px; min-height: 36px; }
  .mobile-menu summary { width: 28px; }
  .section--home .section-title { font-size: 36px; }
}
@media (max-width: 350px) {
  :root { --content-gutter: 18px; }
  .section-title, .section--home .section-title { font-size: 32px; }
  .header-download { padding: 0 9px; gap: 6px; }
  .wordmark { font-size: 21px; }
  .site-header { padding: 0 14px; gap: 8px; }
  .home-actions__note { font-size: 9px; }
  .connection-map { grid-template-columns: 1fr 78px 1fr; padding-left: 9px; padding-right: 9px; }
  .workflow-rooms { gap: 8px; }
}
/* Short landscape never inherits a two-row navigation wall. */
@media (min-width: 600px) and (max-height: 540px) {
  :root { --header-height: 56px; }
  .agent-network { --nav-columns: 6; height: 72px; }
  .agent-navigation { grid-auto-rows: 51px; padding: 5px 15px 16px; }
  .agent-node { height: 51px; }
  .agent-node__figure, .agent-node__figure .robot { width: 24px; height: 31px; }
  .agent-node__label { font-size: 9px; }
  .section, .section--home { padding-top: 158px; padding-bottom: 45px; }
  .section__inner { width: min(740px, calc(100% - 88px)); }
  .section-title, .section--home .section-title { font-size: 38px; }
  .section-description { font-size: 13px; }
  .motion-control { bottom: 7px; left: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-delay: 0ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .agent-eyes { animation: none !important; }
}
@media print {
  .site-header, .agent-network, .scene-chrome, .background-grid { display: none; }
  body { background: white; color: black; }
  .section { padding: 25px 0; min-height: auto; break-inside: avoid; }
  .section__inner { width: 100%; }
  .section-title, .section-title > span, .section-description { color: black; }
  [role='tabpanel'][hidden] { display: block !important; }
}
