:root {
  --ink: #11151c;
  --muted: #68717e;
  --paper: #f4f1eb;
  --white: #ffffff;
  --line: rgba(17, 21, 28, .13);
  --violet: #7458f6;
  --violet-dark: #5138d7;
  --lime: #c9f05d;
  --coral: #ff8066;
  --cyan: #59cfe0;
  --navy: #141827;
  --radius: 22px;
  --shadow: 0 28px 80px rgba(24, 24, 37, .11);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.5; overflow-x: hidden; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.section-shell { width: min(1180px, calc(100% - 56px)); margin-inline: auto; }
.ambient { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; opacity: .35; }
.ambient-one { width: 400px; height: 400px; background: #ac94ff; top: -180px; right: 3vw; }
.ambient-two { width: 280px; height: 280px; background: #d6f782; top: 580px; left: -180px; }
.site-header { position: relative; z-index: 10; width: min(1240px, calc(100% - 44px)); margin: 18px auto 0; padding: 12px 16px 12px 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.6); border-radius: 16px; background: rgba(255,255,255,.68); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(30,30,40,.05); }
.brand { display: flex; gap: 10px; align-items: center; font-size: 18px; letter-spacing: -.03em; }
.brand b { font-weight: 720; }
.brand-mark { width: 28px; height: 28px; position: relative; display: inline-flex; align-items: center; justify-content: center; }
.brand-mark i { width: 8px; height: 18px; background: var(--ink); border-radius: 8px; transform: rotate(30deg); position: absolute; }
.brand-mark i:first-child { transform: translateX(-7px) rotate(30deg); height: 12px; }
.brand-mark i:last-child { transform: translateX(7px) rotate(30deg); height: 23px; background: var(--violet); }
nav { display: flex; gap: 28px; font-size: 13px; color: #4d5560; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--violet-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; border-radius: 999px; font-weight: 650; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 10px 15px 10px 18px; }
.button-small span { font-size: 16px; }
.button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.button-primary { padding: 14px 18px 14px 22px; color: #fff; background: var(--ink); box-shadow: 0 8px 26px rgba(17,21,28,.16); }
.button-primary span { display: grid; place-items: center; width: 28px; height: 28px; margin-left: 8px; border-radius: 50%; background: var(--lime); color: var(--ink); }
.hero { padding: 92px 0 88px; }
.eyebrow { display: flex; align-items: center; justify-content: space-between; padding-bottom: 13px; border-bottom: 1px solid var(--line); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 700; }
.eyebrow span { color: var(--muted); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 52px; align-items: center; padding-top: 54px; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; font-size: clamp(60px, 7vw, 102px); line-height: .91; letter-spacing: -.075em; font-weight: 650; }
h1 em, .closing h2 em { color: var(--violet); font-family: Georgia, serif; font-weight: 400; }
.hero-lede { max-width: 650px; margin-bottom: 32px; color: #545e6b; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { padding-bottom: 3px; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 650; }
.text-link span { color: var(--violet); margin-left: 6px; }
.proof-row { display: flex; gap: 0; margin-top: 66px; }
.proof-row div { min-width: 132px; padding: 0 24px; border-right: 1px solid var(--line); }
.proof-row div:first-child { padding-left: 0; }
.proof-row div:last-child { border: 0; }
.proof-row strong { display: block; font-size: 26px; letter-spacing: -.04em; }
.proof-row span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(116,88,246,.18); border-radius: 50%; }
.orbit-one { width: 360px; height: 360px; animation: spin 30s linear infinite; }
.orbit-two { width: 490px; height: 490px; border-style: dashed; animation: spin 50s linear infinite reverse; }
.core-node { position: relative; z-index: 2; width: 190px; height: 190px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--ink); color: #fff; box-shadow: 0 32px 65px rgba(53,38,132,.28); }
.core-node small { color: var(--lime); letter-spacing: .18em; font-size: 9px; }
.core-node strong { font-family: Georgia, serif; font-weight: 400; font-size: 27px; }
.core-node > span:last-child { color: #aeb5c2; font-size: 11px; }
.node-pulse { position: absolute; inset: -9px; border: 1px solid rgba(116,88,246,.5); border-radius: 50%; animation: pulse 2.8s ease-out infinite; }
.satellite { position: absolute; z-index: 3; min-width: 112px; padding: 11px 14px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.8); border-radius: 12px; background: rgba(255,255,255,.86); backdrop-filter: blur(12px); box-shadow: 0 13px 35px rgba(25,25,35,.09); font-size: 12px; font-weight: 650; }
.satellite span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 6px; background: #eeeafe; color: var(--violet-dark); font-size: 9px; }
.sat-one { top: 40px; left: 48%; }
.sat-two { top: 130px; right: 2px; }
.sat-three { bottom: 110px; right: 15px; }
.sat-four { bottom: 28px; left: 44%; }
.sat-five { bottom: 110px; left: 0; }
.sat-six { top: 130px; left: -5px; }
.visual-caption { position: absolute; bottom: -10px; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.visual-caption span { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(201,240,93,.18); }
.principle-strip { padding: 22px 0; background: var(--lime); border-block: 1px solid rgba(17,21,28,.1); }
.flow-formula { display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 13px; font-weight: 700; }
.flow-formula span { text-align: center; }
.flow-formula b { color: var(--violet-dark); }
.concept { padding: 128px 0; }
.section-heading { display: grid; grid-template-columns: 1.45fr .55fr; gap: 60px; align-items: end; margin-bottom: 58px; }
.section-heading h2, .governance-copy h2 { margin: 10px 0 0; font-size: clamp(44px, 5.5vw, 72px); line-height: .98; letter-spacing: -.055em; font-weight: 620; }
.section-heading > p { margin-bottom: 5px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.kicker { color: var(--violet-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.concept-grid { display: grid; grid-template-columns: 1fr 120px 1fr; align-items: center; }
.concept-card { min-height: 420px; padding: 34px; position: relative; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.56); }
.concept-card.concept-primary { background: var(--white); box-shadow: var(--shadow); }
.card-number { position: absolute; top: 26px; right: 28px; color: #9299a3; font-size: 11px; }
.concept-icon { width: 72px; height: 72px; margin-bottom: 44px; display: grid; place-items: center; position: relative; border-radius: 18px; background: #eeeafd; }
.orchestrator-icon i { position: absolute; width: 12px; height: 12px; background: var(--violet); border-radius: 4px; }
.orchestrator-icon i:first-child { transform: translate(-16px, 13px); }
.orchestrator-icon i:last-child { transform: translate(16px, 13px); }
.orchestrator-icon:after, .orchestrator-icon:before { content: ""; position: absolute; width: 30px; height: 24px; border: solid var(--violet); border-width: 0 1px 1px; transform: translateY(5px); }
.specialist-icon { grid-template-columns: repeat(2, 13px); gap: 7px; background: #eef9e1; }
.specialist-icon i { width: 13px; height: 13px; border: 2px solid #66861e; border-radius: 4px; }
.card-label { color: var(--violet-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.concept-card h3 { margin: 4px 0 13px; font-size: 34px; letter-spacing: -.04em; }
.concept-card > p { color: var(--muted); max-width: 430px; }
.quiet-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 25px 0 0; list-style: none; }
.quiet-list li { padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; font-size: 10px; font-weight: 650; background: rgba(255,255,255,.6); }
.concept-connector { text-align: center; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.concept-connector i { display: block; width: 100%; height: 1px; background: var(--line); position: relative; margin-top: 12px; }
.concept-connector i:after { content: "→"; position: absolute; right: -3px; top: -12px; color: var(--violet); font-size: 17px; }
.lifecycle { padding: 120px 0; background: var(--navy); color: #fff; overflow: hidden; }
.section-heading.light .kicker { color: var(--lime); }
.section-heading.light > p { color: #9da7ba; }
.stage-tabs { display: grid; grid-template-columns: repeat(6, 1fr); margin-bottom: 18px; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; overflow: hidden; }
.stage-tab { padding: 16px 8px; border: 0; border-right: 1px solid rgba(255,255,255,.11); background: transparent; color: #8e97a8; cursor: pointer; font-size: 12px; font-weight: 650; transition: .25s ease; }
.stage-tab:last-child { border: 0; }
.stage-tab span { margin-right: 7px; font-size: 9px; opacity: .6; }
.stage-tab:hover { color: #fff; background: rgba(255,255,255,.05); }
.stage-tab.active { color: var(--ink); background: var(--lime); }
.stage-workbench { min-height: 486px; display: grid; grid-template-columns: .72fr 1.45fr .83fr; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); overflow: hidden; background: #191e2e; box-shadow: 0 32px 80px rgba(0,0,0,.25); }
.stage-summary, .subagent-panel, .orchestration-log { padding: 30px; }
.stage-summary { display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.09); background: linear-gradient(155deg, rgba(116,88,246,.17), transparent 65%); }
.stage-index { color: rgba(255,255,255,.1); font-size: 96px; line-height: 1; font-weight: 760; letter-spacing: -.08em; }
.stage-status { display: flex; align-items: center; gap: 7px; margin-top: 28px; color: var(--lime); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.stage-status i, .live-label i, .output-topbar i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(201,240,93,.1); }
.stage-summary h3 { margin: 4px 0 10px; font-size: 44px; letter-spacing: -.05em; }
.stage-summary > p { color: #98a2b4; font-size: 13px; line-height: 1.65; }
.stage-objective { margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.stage-objective small { display: block; color: #777f90; font-size: 8px; letter-spacing: .14em; }
.stage-objective strong { font-size: 13px; }
.subagent-panel { border-right: 1px solid rgba(255,255,255,.09); }
.panel-topline { display: flex; justify-content: space-between; padding-bottom: 16px; color: #9ba4b3; font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .13em; }
.subagent-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.agent-card { min-height: 84px; padding: 14px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; background: rgba(255,255,255,.025); transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.agent-card:hover { transform: translateY(-2px); border-color: rgba(201,240,93,.4); background: rgba(255,255,255,.05); }
.agent-card span { display: grid; place-items: center; width: 25px; height: 25px; margin-bottom: 10px; border-radius: 7px; background: rgba(116,88,246,.18); color: #ad9dff; font-size: 10px; }
.agent-card strong { display: block; font-size: 11px; }
.agent-card p { margin: 2px 0 0; color: #7f899a; font-size: 9px; }
.live-label { display: flex; align-items: center; gap: 6px; color: var(--lime); }
.orchestration-log ol { padding: 0; margin: 4px 0 22px; list-style: none; }
.flow-item { position: relative; padding: 0 0 23px 34px; opacity: .33; transition: opacity .35s ease; }
.flow-item:before { content: ""; position: absolute; left: 8px; top: 16px; width: 1px; height: calc(100% - 3px); background: rgba(255,255,255,.12); }
.flow-item:last-child:before { display: none; }
.flow-item i { position: absolute; left: 3px; top: 4px; width: 11px; height: 11px; border: 2px solid #697386; border-radius: 50%; background: #191e2e; }
.flow-item strong { display: block; font-size: 11px; }
.flow-item span { color: #798294; font-size: 9px; }
.flow-item.done { opacity: 1; }
.flow-item.done i { border-color: var(--lime); background: var(--lime); box-shadow: 0 0 0 4px rgba(201,240,93,.08); }
.replay-button { width: 100%; padding: 10px 12px; display: flex; justify-content: space-between; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; background: transparent; color: #aab2c0; cursor: pointer; font-size: 10px; }
.replay-button:hover { color: #fff; border-color: rgba(255,255,255,.25); }
.actions { padding: 130px 0; }
.interaction-demo { display: grid; grid-template-columns: 1fr 180px 1fr; gap: 30px; align-items: center; padding: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.mini-label { display: block; margin-bottom: 17px; color: #878f99; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.action-command { display: flex; align-items: center; gap: 15px; padding: 17px; border: 1px solid rgba(116,88,246,.25); border-radius: 14px; background: #f8f6ff; box-shadow: 0 12px 30px rgba(116,88,246,.08); }
.command-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: var(--violet); font-size: 22px; }
.action-command small { display: block; color: var(--violet-dark); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.action-command strong { display: block; font-size: 15px; }
.action-command p { margin: 2px 0 0; color: var(--muted); font-size: 10px; }
.command-arrow { margin-left: auto; color: var(--violet); }
.action-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.action-chips span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); font-size: 9px; }
.translation-core { text-align: center; }
.translation-ring { width: 112px; height: 112px; margin: 0 auto 10px; display: grid; place-items: center; border: 1px dashed rgba(116,88,246,.5); border-radius: 50%; animation: spin 25s linear infinite; }
.translation-ring div { width: 78px; height: 78px; display: flex; flex-direction: column; justify-content: center; border-radius: 50%; background: var(--ink); color: #fff; animation: spin 25s linear infinite reverse; }
.translation-ring span { color: var(--lime); font-size: 8px; }
.translation-ring strong { font-family: Georgia, serif; font-weight: 400; }
.translation-core > small { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.system-stack { display: grid; gap: 8px; }
.system-stack > div { display: flex; align-items: center; gap: 13px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; background: #f8f8f6; }
.system-stack > div > span { color: var(--violet); font-size: 9px; font-weight: 800; }
.system-stack p { display: flex; gap: 8px; margin: 0; font-size: 10px; color: var(--muted); }
.system-stack strong { color: var(--ink); min-width: 68px; }
.execution-demo { max-width: 720px; margin: 30px auto 0; border-radius: 18px; overflow: hidden; background: var(--navy); color: #fff; box-shadow: 0 24px 60px rgba(20,24,39,.2); }
.execution-topbar { display: flex; align-items: center; gap: 9px; padding: 13px 20px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.execution-topbar .live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(201,240,93,.12); }
.execution-log { list-style: none; margin: 0; padding: 18px 20px; display: grid; gap: 7px; min-height: 150px; }
.execution-log li { color: #b9c0cc; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; opacity: 0; transform: translateY(4px); transition: opacity .35s ease, transform .35s ease; }
.execution-log li.visible { opacity: 1; transform: none; }
.execution-summary { list-style: none; margin: 0; padding: 16px 20px 18px; display: grid; gap: 7px; border-top: 1px solid rgba(255,255,255,.1); }
.execution-summary li { position: relative; padding-left: 20px; color: var(--lime); font-size: 12px; opacity: 0; transform: translateY(4px); transition: opacity .35s ease, transform .35s ease; }
.execution-summary li.visible { opacity: 1; transform: none; }
.execution-summary li:before { content: "✓"; position: absolute; left: 0; }
.execution-composer { display: flex; gap: 10px; padding: 14px 20px 20px; border-top: 1px solid rgba(255,255,255,.1); }
.execution-composer input { flex: 1; min-width: 0; padding: 11px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.05); color: #fff; font-size: 12px; outline: none; }
.execution-composer input::placeholder { color: #7d8697; }
.execution-composer input:focus { border-color: rgba(201,240,93,.6); }
.button-compact { padding: 11px 12px 11px 18px; font-size: 12px; gap: 12px; }
.button-compact span { width: 24px; height: 24px; margin-left: 0; }
.governance { padding: 30px 0 130px; }
.governance-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.governance-copy p { max-width: 480px; margin: 25px 0; color: var(--muted); line-height: 1.7; }
.policy-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.policy-tags span { padding: 8px 11px; border-radius: 8px; background: #e7e3db; font-size: 10px; font-weight: 650; }
.gate-path { position: relative; display: grid; gap: 12px; }
.gate-line { position: absolute; left: 34px; top: 36px; bottom: 36px; width: 1px; background: var(--line); }
.gate-step { position: relative; display: grid; grid-template-columns: 44px 1fr auto; gap: 18px; align-items: center; padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.55); }
.gate-step > span { position: relative; z-index: 2; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); background: var(--paper); font-size: 9px; }
.gate-step small { display: block; color: var(--muted); font-size: 8px; letter-spacing: .12em; }
.gate-step strong { font-size: 13px; }
.gate-step > b { color: var(--muted); font-size: 9px; }
.gate-step.complete > span { color: #456400; border-color: #b8dd55; background: #e7f6be; }
.gate-step.complete > b { color: #628400; }
.gate-step.active { border-color: var(--violet); background: #fff; box-shadow: 0 14px 36px rgba(116,88,246,.12); }
.gate-step.active > span { color: #fff; background: var(--violet); }
.gate-step.active > b { padding: 5px 8px; border-radius: 6px; color: var(--violet-dark); background: #eeeafd; text-transform: uppercase; }
.approval-matrix { margin-top: 75px; display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: rgba(255,255,255,.45); }
.approval-matrix > div { min-height: 128px; padding: 24px; border-right: 1px solid var(--line); }
.approval-matrix > div:last-child { border: 0; }
.matrix-intro { background: var(--ink); color: #fff; }
.matrix-intro span { display: block; color: var(--lime); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.matrix-intro strong { display: block; margin-top: 18px; font-size: 19px; line-height: 1.25; }
.approval-matrix p { margin: 8px 0 14px; color: var(--muted); font-size: 10px; }
.approval-matrix b { font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.risk-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; }
.risk-dot.low { background: #94c925; }
.risk-dot.medium { background: #f0b04b; }
.risk-dot.high { background: var(--coral); }
.efficiency { padding: 120px 0; background: #33285f; color: #fff; }
.efficiency .section-heading > p { color: #b3accf; }
.efficiency-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.routing-card, .efficiency-metrics { border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.routing-card { padding: 34px; }
.routing-header { display: flex; justify-content: space-between; font-size: 12px; font-weight: 650; }
.routing-header small { color: #a9a2c3; font-weight: 400; }
.routing-bar { display: flex; gap: 4px; height: 64px; margin: 55px 0 26px; }
.routing-bar i { width: var(--w); border-radius: 8px; background: var(--lime); transform-origin: left; }
.routing-bar i:nth-child(2) { background: #9b85ff; }
.routing-bar i:nth-child(3) { background: var(--coral); }
.routing-legend { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.routing-legend > div { display: grid; grid-template-columns: 12px 50px 1fr; align-items: start; }
.route-dot { width: 7px; height: 7px; margin-top: 8px; border-radius: 50%; background: var(--lime); }
.route-dot.balanced { background: #9b85ff; }
.route-dot.deep { background: var(--coral); }
.routing-legend strong { font-size: 22px; }
.routing-legend p { color: #d2cde1; font-size: 10px; }
.routing-legend small { color: #948daa; }
.efficiency-metrics { display: grid; grid-template-rows: repeat(3, 1fr); padding: 0 28px; }
.efficiency-metrics article { display: grid; grid-template-columns: 36px 1fr; align-content: center; column-gap: 12px; border-bottom: 1px solid rgba(255,255,255,.1); }
.efficiency-metrics article:last-child { border: 0; }
.efficiency-metrics article > span { grid-row: span 2; color: var(--lime); font-size: 21px; }
.efficiency-metrics strong { font-size: 12px; }
.efficiency-metrics p { margin: 2px 0 0; color: #aaa3c0; font-size: 10px; }
.output-standard { padding: 130px 0; }
.output-card { border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.output-topbar { padding: 15px 20px; display: flex; justify-content: space-between; background: var(--ink); color: #fff; font-size: 9px; letter-spacing: .1em; }
.output-topbar span { display: flex; align-items: center; gap: 8px; color: var(--lime); }
.output-topbar small { color: #8e96a3; }
.output-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; }
.output-grid article { min-height: 190px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.output-grid article > span { display: block; margin-bottom: 20px; color: #8b929c; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.output-grid article p { margin: 9px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.output-grid article strong { font-size: 15px; }
.output-grid .output-result { grid-row: span 2; padding: 32px; background: #f7f5ff; }
.output-result h3 { margin-top: 58px; font-size: 30px; line-height: 1.14; letter-spacing: -.04em; }
.confidence { display: flex; align-items: center; gap: 12px; }
.confidence strong { font-size: 24px !important; }
.confidence > i { flex: 1; height: 5px; border-radius: 5px; background: #e6e7e9; overflow: hidden; }
.confidence > i b { display: block; width: 92%; height: 100%; background: var(--lime); }
.risk-label { display: flex; align-items: center; gap: 8px; }
.risk-label i { width: 8px; height: 8px; border-radius: 50%; background: #f0b04b; }
.output-grid button { width: 100%; margin-top: 18px; padding: 9px 11px; display: flex; justify-content: space-between; border: 0; border-radius: 8px; background: var(--ink); color: #fff; cursor: pointer; font-size: 9px; }
.output-grid button b { color: var(--lime); }
.closing { padding: 20px 0 130px; text-align: center; }
.closing h2 { max-width: 900px; margin: 18px auto 26px; font-size: clamp(54px, 7vw, 96px); line-height: .93; letter-spacing: -.065em; font-weight: 620; }
.closing p { max-width: 540px; margin: 0 auto 34px; color: var(--muted); font-size: 17px; }
.site-footer { min-height: 100px; padding-block: 25px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.site-footer .brand { color: var(--ink); font-size: 15px; }
.site-footer .brand-mark { transform: scale(.8); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 0% { transform: scale(.96); opacity: .8; } 80%,100% { transform: scale(1.16); opacity: 0; } }
@media (max-width: 980px) {
  nav { display: none; }
  .hero-grid, .section-heading, .governance-grid, .efficiency-grid { grid-template-columns: 1fr; }
  .hero-visual { margin-top: 25px; }
  .section-heading { gap: 22px; }
  .stage-workbench { grid-template-columns: 1fr 1.5fr; }
  .orchestration-log { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.09); }
  .orchestration-log ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .flow-item { padding-left: 22px; }
  .flow-item:before { display: none; }
  .interaction-demo { grid-template-columns: 1fr; }
  .translation-core { transform: rotate(90deg); margin: -18px 0; }
  .translation-core small { display: none; }
  .approval-matrix { grid-template-columns: 1fr 1fr; }
  .approval-matrix > div { border-bottom: 1px solid var(--line); }
}
@media (max-width: 680px) {
  .section-shell { width: min(100% - 32px, 1180px); }
  .site-header { width: calc(100% - 24px); }
  .site-header > .button { display: none; }
  .hero { padding-top: 60px; }
  h1 { font-size: 54px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .proof-row { flex-wrap: wrap; gap: 20px 0; }
  .proof-row div { flex: 1; min-width: 100px; padding: 0 13px; }
  .hero-visual { min-height: 410px; transform: scale(.82); margin-inline: -30px; }
  .orbit-one { width: 300px; height: 300px; }
  .orbit-two { width: 400px; height: 400px; }
  .sat-one { top: 10px; }
  .sat-four { bottom: 0; }
  .flow-formula { flex-wrap: wrap; justify-content: center; }
  .concept, .actions, .output-standard { padding: 85px 0; }
  .concept-grid { grid-template-columns: 1fr; gap: 14px; }
  .concept-connector { transform: rotate(90deg); height: 70px; width: 70px; margin: -8px auto; }
  .concept-connector span { display: none; }
  .stage-tabs { grid-template-columns: repeat(3, 1fr); }
  .stage-tab:nth-child(3) { border-right: 0; }
  .stage-tab:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.11); }
  .stage-workbench { grid-template-columns: 1fr; }
  .stage-summary, .subagent-panel { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .stage-objective { margin-top: 30px; }
  .subagent-grid { grid-template-columns: 1fr; }
  .orchestration-log { grid-column: auto; }
  .orchestration-log ol { grid-template-columns: 1fr; }
  .interaction-demo { padding: 22px; }
  .action-command { align-items: flex-start; }
  .action-command p { display: none; }
  .system-stack p { display: block; }
  .system-stack strong { display: block; }
  .execution-composer { flex-direction: column; }
  .governance { padding-bottom: 85px; }
  .approval-matrix { grid-template-columns: 1fr; }
  .approval-matrix > div { min-height: auto; border-right: 0; }
  .routing-legend { grid-template-columns: 1fr; }
  .routing-legend > div { grid-template-columns: 12px 60px 1fr; }
  .output-grid { grid-template-columns: 1fr; }
  .output-grid .output-result { grid-row: auto; }
  .output-result h3 { margin-top: 20px; }
  .site-footer { gap: 20px; flex-direction: column; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
