:root {
  --ink: #13211d;
  --ink-soft: #344640;
  --forest: #173d32;
  --forest-deep: #0d2d25;
  --sage: #a9c0ae;
  --sage-pale: #dce6dc;
  --cream: #f5f1e8;
  --paper: #fbfaf6;
  --white: #fffefa;
  --clay: #d26f4f;
  --line: rgba(19, 33, 29, .14);
  --shadow: 0 24px 80px rgba(18, 43, 35, .12);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 44px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img, svg { display: block; }
.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; top: 12px; left: 12px; z-index: 1000; transform: translateY(-150%); background: var(--ink); color: white; padding: 10px 15px; border-radius: 8px; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: var(--shell); margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.is-scrolled { background: rgba(251,250,246,.88); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-shell { width: var(--shell); height: 78px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; gap: 11px; align-items: center; text-decoration: none; font-size: 14px; font-weight: 800; letter-spacing: .19em; }
.wordmark svg { width: 30px; height: 30px; }
.wordmark svg path:first-child { fill: var(--forest); stroke: none; }
.wordmark svg path:not(:first-child) { fill: none; stroke: var(--cream); stroke-width: 1.5; }
.primary-nav { display: flex; gap: 28px; align-items: center; }
.primary-nav > a { position: relative; font-size: 14px; font-weight: 600; color: var(--ink-soft); text-decoration: none; }
.primary-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--ink); transition: right .25s ease; }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { right: 0; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 7px; }
.nav-toggle span:not(.sr-only) { width: 22px; height: 1.5px; background: var(--ink); transition: transform .25s ease; }

.button { appearance: none; border: 0; border-radius: 999px; min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; font-weight: 750; font-size: 14px; letter-spacing: -.01em; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .primary-nav a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .dialog-close:focus-visible, .text-button:focus-visible { outline: 3px solid rgba(210,111,79,.42); outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--forest); box-shadow: 0 13px 34px rgba(23,61,50,.18); }
.button-primary:hover { background: var(--forest-deep); box-shadow: 0 17px 42px rgba(23,61,50,.24); }
.button-dark { color: var(--white); background: var(--ink); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 13px; }
.button-light { background: var(--cream); color: var(--forest-deep); }
.button-outline-light { color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.38); }

.hero { min-height: 760px; padding-top: 152px; padding-bottom: 90px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 76px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 21px; color: var(--forest); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 700px; margin-bottom: 29px; font-size: clamp(54px, 6vw, 86px); font-weight: 660; }
h1 em, h2 em { color: var(--clay); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lede { max-width: 620px; margin-bottom: 34px; color: var(--ink-soft); font-size: clamp(18px, 2vw, 21px); line-height: 1.55; letter-spacing: -.02em; }
.hero-actions { display: flex; gap: 28px; align-items: center; }
.text-link { font-size: 14px; font-weight: 750; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.text-link:hover span { transform: translateY(4px); }
.microcopy { margin: 14px 0 0 8px; color: #64736e; font-size: 12px; }

.system-map { position: relative; min-height: 580px; overflow: hidden; border: 1px solid rgba(23,61,50,.13); border-radius: 38px; background: radial-gradient(circle at 50% 47%, rgba(169,192,174,.3), transparent 32%), linear-gradient(145deg,#eef1e9,#e6e9df); box-shadow: var(--shadow); isolation: isolate; }
.system-map::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(23,61,50,.045) 1px, transparent 1px), linear-gradient(90deg,rgba(23,61,50,.045) 1px,transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to bottom, black, transparent); }
.map-caption { position: absolute; top: 23px; left: 26px; display: flex; align-items: center; gap: 9px; color: #52635d; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #6cab7a; box-shadow: 0 0 0 6px rgba(108,171,122,.12); animation: breathe 2.4s ease-in-out infinite; }
.map-lines { position: absolute; inset: 42px 0 0; width: 100%; height: calc(100% - 42px); }
.map-lines path { fill: none; stroke: rgba(23,61,50,.28); stroke-width: 1.2; stroke-dasharray: 5 7; animation: dash 14s linear infinite; }
.map-node { position: absolute; z-index: 2; min-width: 126px; padding: 14px 15px; border: 1px solid rgba(23,61,50,.15); border-radius: 13px; background: rgba(251,250,246,.87); box-shadow: 0 9px 28px rgba(23,61,50,.07); backdrop-filter: blur(10px); }
.map-node > span:not(.node-kicker) { display: block; margin-bottom: 4px; color: var(--clay); font-size: 9px; font-weight: 800; }
.map-node strong { display: block; font-size: 13px; }
.map-node small { display: block; margin-top: 2px; color: #66766f; font-size: 10px; }
.node-center { top: 216px; left: 50%; width: 190px; padding: 21px; transform: translateX(-50%); border-color: var(--forest); color: var(--white); background: var(--forest); box-shadow: 0 20px 50px rgba(23,61,50,.26); }
.node-center::before { content: ""; position: absolute; inset: -14px; z-index: -1; border: 1px solid rgba(23,61,50,.18); border-radius: 20px; animation: breathe-border 3s ease-in-out infinite; }
.node-center .node-kicker { display: block; margin-bottom: 8px; color: var(--sage); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.node-center strong { font-size: 18px; }
.node-center small { color: rgba(255,255,255,.6); }
.node-a { top: 72px; left: 30px; }.node-b { top: 73px; right: 28px; }.node-c { bottom: 96px; left: 21px; }.node-d { right: 18px; bottom: 76px; }.node-e { bottom: 27px; left: 50%; transform: translateX(-50%); }
.signal-card { position: absolute; z-index: 4; right: 26px; left: 26px; bottom: 20px; min-height: 88px; padding: 16px 18px; border: 1px solid rgba(210,111,79,.32); border-radius: 14px; background: rgba(251,250,246,.96); box-shadow: 0 12px 34px rgba(23,61,50,.09); }
.signal-card > span { color: var(--clay); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.signal-card p { margin: 3px 0 2px; font-size: 13px; font-weight: 750; }
.signal-card small { color: #65746f; font-size: 10px; }

.principles-strip { border-block: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); }
.principles-strip div { min-height: 76px; display: flex; align-items: center; justify-content: center; gap: 15px; border-right: 1px solid var(--line); color: var(--ink-soft); font-size: 13px; font-weight: 650; }
.principles-strip div:last-child { border-right: 0; }
.principles-strip span { color: var(--clay); font-size: 9px; font-weight: 900; }

.problem-section { padding-block: 150px 160px; }
.section-intro { max-width: 850px; }
.section-intro h2 { margin-bottom: 28px; font-size: clamp(42px, 5vw, 69px); font-weight: 610; }
.section-intro > p:last-child { max-width: 700px; color: var(--ink-soft); font-size: 18px; line-height: 1.6; }
.problem-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.problem-card { min-height: 370px; padding: 34px; border-right: 1px solid var(--line); background: var(--white); transition: background .25s ease, transform .25s ease; }
.problem-card:last-child { border-right: 0; }
.problem-card:hover { background: #f0f2ea; }
.card-number { display: inline-flex; width: 38px; height: 25px; align-items: center; justify-content: center; margin-bottom: 68px; border: 1px solid var(--line); border-radius: 999px; color: var(--clay); font-size: 9px; font-weight: 800; }
.problem-card h3 { margin-bottom: 14px; font-size: 24px; letter-spacing: -.035em; }
.problem-card p { min-height: 88px; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.card-line { width: 100%; height: 1px; margin: 27px 0 19px; background: var(--line); }
.problem-card strong { font-size: 13px; }

.method-section { padding-block: 150px; color: var(--white); background: var(--forest-deep); }
.section-intro-light .eyebrow { color: var(--sage); }
.section-intro-light > p:last-child { color: rgba(255,255,255,.65); }
.method-list { margin: 80px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.method-list li { min-height: 150px; display: grid; grid-template-columns: 90px 1fr 220px; gap: 24px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); }
.method-index { color: var(--sage); font-size: 11px; font-weight: 800; }
.method-list h3 { margin: 0 0 7px; font-size: 30px; letter-spacing: -.04em; }
.method-list p { max-width: 570px; margin: 0; color: rgba(255,255,255,.62); font-size: 15px; }
.method-label { justify-self: end; padding: 8px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: var(--sage-pale); font-size: 10px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }

.outcome-section { padding-block: 150px; }
.before-after { position: relative; margin-top: 72px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 28px; overflow: hidden; }
.state-column { min-height: 430px; padding: 48px; }
.state-before { background: #eceae3; }
.state-after { color: white; background: var(--forest); }
.state-label { margin-bottom: 58px; font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.state-after .state-label { color: var(--sage); }
.state-column ul { margin: 0; padding: 0; list-style: none; }
.state-column li { min-height: 57px; display: grid; grid-template-columns: 15px 1fr; gap: 15px; align-items: start; padding-block: 16px; border-bottom: 1px solid rgba(19,33,29,.12); font-size: 15px; }
.state-after li { border-color: rgba(255,255,255,.14); }
.state-column li span { width: 8px; height: 8px; margin-top: 7px; border-radius: 50%; background: #a6aaa5; }
.state-after li span { background: var(--sage); box-shadow: 0 0 0 5px rgba(169,192,174,.13); }
.transformation-mark { position: absolute; top: 50%; left: 50%; z-index: 3; transform: translate(-50%,-50%); }
.transformation-mark svg { width: 66px; height: 66px; }
.transformation-mark circle { fill: var(--cream); stroke: var(--line); }
.transformation-mark path { fill: none; stroke: var(--forest); stroke-width: 2; }

.agent-section { padding-block: 140px; background: #e6eadd; }
.agent-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 95px; align-items: center; }
.agent-copy h2 { margin-bottom: 28px; font-size: clamp(42px,5vw,66px); font-weight: 610; }
.agent-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.agent-guardrail { margin-top: 32px; padding: 20px 22px; border-left: 2px solid var(--clay); background: rgba(255,255,255,.45); color: var(--ink-soft); font-size: 13px; }
.agent-guardrail span { display: block; margin-bottom: 3px; color: var(--ink); font-weight: 800; }
.change-console { padding: 30px; border: 1px solid rgba(23,61,50,.14); border-radius: 24px; background: var(--paper); box-shadow: 0 28px 70px rgba(23,61,50,.16); }
.console-top { display: flex; align-items: center; gap: 10px; margin-bottom: 40px; color: #5b6a65; font-size: 9px; font-weight: 850; letter-spacing: .11em; }
.console-top small { margin-left: auto; color: #7e8b86; }
.change-console h3 { margin-bottom: 11px; font-size: 26px; letter-spacing: -.035em; }
.change-console > p { color: var(--ink-soft); font-size: 14px; line-height: 1.6; }
.change-diff { margin-top: 22px; padding: 13px 15px; border-radius: 9px; color: #79584c; background: #f4e7df; font: 12px ui-monospace, SFMono-Regular, Menlo, monospace; }
.change-diff span { margin-right: 10px; }
.change-add { margin-top: 8px; color: #315a49; background: #e1eadf; }
.change-flow { margin: 32px 0 24px; display: flex; align-items: center; justify-content: space-between; }
.change-flow span { color: #7c8984; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.change-flow span.active { color: var(--forest); }
.change-flow i { width: 36px; height: 1px; background: var(--line); }
.console-actions { padding-top: 20px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 16px; }
.console-actions button { border: 0; border-radius: 999px; padding: 11px 17px; color: white; background: var(--forest); font-size: 11px; font-weight: 800; pointer-events: none; }
.console-actions span { color: #697772; font-size: 10px; }

.fit-section { padding-block: 150px; }
.fit-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.fit-card { min-height: 178px; padding: 30px; display: grid; grid-template-columns: 45px 1fr; gap: 20px; align-items: start; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.fit-card span { color: var(--clay); font-size: 10px; font-weight: 900; }
.fit-card p { max-width: 430px; margin: 0; font-size: 17px; line-height: 1.55; }

.diagnostic-band { padding-block: 115px; color: white; background: var(--clay); }
.diagnostic-band-inner { display: grid; grid-template-columns: 1fr 310px; gap: 80px; align-items: center; }
.diagnostic-band .eyebrow { color: #fff4ed; }
.diagnostic-band h2 { max-width: 760px; margin-bottom: 25px; font-size: clamp(44px,5vw,70px); font-weight: 610; }
.diagnostic-band p:not(.eyebrow) { max-width: 710px; margin: 0; color: rgba(255,255,255,.82); font-size: 17px; }
.diagnostic-cta { display: flex; flex-direction: column; align-items: stretch; gap: 14px; }
.diagnostic-cta small { text-align: center; color: rgba(255,255,255,.74); font-size: 10px; }

.about-section { padding-block: 145px; display: grid; grid-template-columns: 310px 1fr; gap: 100px; align-items: center; }
.about-mark { width: 280px; height: 330px; display: flex; align-items: end; padding: 24px; border-radius: 140px 140px 24px 24px; color: var(--sage); background: radial-gradient(circle at 50% 40%,#275346,var(--forest-deep) 65%); font-family: Georgia,serif; font-size: 62px; font-style: italic; }
.about-copy h2 { max-width: 740px; margin-bottom: 30px; font-size: clamp(42px,5vw,67px); font-weight: 610; }
.about-copy > p:not(.eyebrow) { max-width: 690px; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }

.site-footer { padding-top: 80px; color: white; background: #0b211c; }
.footer-main { min-height: 190px; display: flex; justify-content: space-between; align-items: start; }
.wordmark-light svg path:first-child { fill: var(--sage); }
.wordmark-light svg path:not(:first-child) { stroke: var(--forest-deep); }
.footer-main p { margin: 19px 0 0; color: rgba(255,255,255,.55); font-size: 14px; }
.footer-bottom { min-height: 70px; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.48); font-size: 11px; }
.footer-bottom div { display: flex; gap: 22px; }
.footer-bottom a { text-decoration: none; }

.diagnostic-dialog { width: min(960px, calc(100% - 30px)); max-height: min(900px, calc(100dvh - 30px)); padding: 0; border: 0; border-radius: 28px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 100px rgba(5,22,17,.35); }
.diagnostic-dialog::backdrop { background: rgba(7,25,20,.68); backdrop-filter: blur(8px); }
.dialog-shell { min-height: min(760px, calc(100dvh - 30px)); display: flex; flex-direction: column; padding: 30px 42px 38px; }
.dialog-header { display: flex; align-items: center; justify-content: space-between; }
.dialog-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font-size: 28px; line-height: 1; cursor: pointer; }
.progress-row { margin: 42px 0 55px; display: grid; grid-template-columns: 55px 1fr auto; gap: 18px; align-items: center; }
.progress-row > span, .progress-row > small { color: #6b7974; font-size: 9px; font-weight: 850; letter-spacing: .11em; }
.progress-track { height: 2px; overflow: hidden; background: var(--line); }
.progress-track i { display: block; width: 20%; height: 100%; background: var(--clay); transition: width .35s ease; }
.diagnostic-dialog form { flex: 1; display: flex; flex-direction: column; }
.form-step { display: none; max-width: 780px; width: 100%; margin-inline: auto; }
.form-step.is-active { display: block; animation: step-in .35s ease; }
.form-eyebrow { margin-bottom: 13px; color: var(--clay); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.form-step h2, .analysis-state h2, .result-state h2 { margin-bottom: 14px; font-size: clamp(36px,5vw,55px); font-weight: 610; letter-spacing: -.05em; line-height: 1.02; }
.form-lede { margin-bottom: 30px; color: var(--ink-soft); font-size: 15px; }
.field-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.field { display: grid; gap: 8px; }
.field > span { font-size: 11px; font-weight: 800; }
.field small { color: #73807c; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 54px; padding: 0 15px; border: 1px solid var(--line); border-radius: 11px; outline: none; color: var(--ink); background: white; }
.field select { appearance: none; background-image: linear-gradient(45deg,transparent 50%,#64736e 50%),linear-gradient(135deg,#64736e 50%,transparent 50%); background-position: calc(100% - 19px) 23px,calc(100% - 14px) 23px; background-size: 5px 5px,5px 5px; background-repeat: no-repeat; }
.field textarea { min-height: 100px; padding-block: 13px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(23,61,50,.08); }
.field-wide { grid-column: 1 / -1; margin-top: 24px; }
.choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.choice-grid label, .choice-stack label { position: relative; cursor: pointer; }
.choice-grid input, .choice-stack input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { min-height: 66px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 12px; display: flex; align-items: center; background: white; font-size: 13px; font-weight: 700; transition: .2s ease; }
.choice-grid input:checked + span, .choice-stack input:checked + span { border-color: var(--forest); color: var(--forest); background: #e8eee6; box-shadow: inset 0 0 0 1px var(--forest); }
.choice-grid input:focus-visible + span, .choice-stack input:focus-visible + span { outline: 3px solid rgba(210,111,79,.35); outline-offset: 2px; }
.choice-stack { display: grid; gap: 9px; }
.choice-stack label > span { min-height: 70px; padding: 12px 17px; border: 1px solid var(--line); border-radius: 12px; display: grid; background: white; transition: .2s ease; }
.choice-stack strong { font-size: 13px; }
.choice-stack small { color: #6e7a76; font-size: 11px; }
.goal-grid label > span { min-height: 60px; }
.consent { position: relative; margin-top: 25px; display: grid; grid-template-columns: 18px 1fr; gap: 12px; align-items: start; color: var(--ink-soft); font-size: 12px; cursor: pointer; }
.consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--forest); }
.honeypot { position: absolute; left: -10000px; }
.field-error, .form-error { min-height: 18px; margin: 10px 0 0; color: #a23e25; font-size: 12px; }
.form-error { text-align: center; }
.form-actions { max-width: 780px; width: 100%; margin: auto auto 0; padding-top: 30px; display: flex; align-items: center; justify-content: space-between; }
.text-button { min-height: 40px; padding: 0; border: 0; color: var(--ink-soft); background: transparent; font-size: 13px; font-weight: 750; cursor: pointer; }
.analysis-state, .result-state { max-width: 780px; width: 100%; margin: auto; }
.analysis-state { text-align: center; }
.analysis-orbit { position: relative; width: 120px; height: 120px; margin: 20px auto 40px; display: grid; place-items: center; }
.analysis-orbit i { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--forest); font-family: Georgia,serif; font-size: 29px; }
.analysis-orbit span { position: absolute; inset: 0; border: 1px solid rgba(23,61,50,.22); border-radius: 50%; animation: orbit 3s linear infinite; }
.analysis-orbit span:nth-child(2) { inset: 12px; animation-duration: 2.3s; animation-direction: reverse; }
.analysis-orbit span:nth-child(3) { inset: -13px; border-style: dashed; animation-duration: 7s; }
.analysis-steps { margin-top: 42px; display: flex; justify-content: center; gap: 30px; color: #8a9591; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.analysis-steps span.is-active { color: var(--clay); }
.result-state { padding-bottom: 15px; }
.result-summary { max-width: 700px; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.result-signal { margin: 28px 0; padding: 16px 18px; border-left: 3px solid var(--clay); background: #eee9df; }
.result-signal span, .result-label { display: block; margin-bottom: 5px; color: #6d7974; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.result-signal strong { display: block; font-size: 18px; }
.result-signal small { color: #66746f; font-size: 10px; }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding-block: 26px; border-block: 1px solid var(--line); }
.result-grid ol { margin: 10px 0 0; padding-left: 22px; }
.result-grid li, .result-grid p:not(.result-label) { color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.result-grid li { margin-bottom: 8px; padding-left: 5px; }
.result-grid .result-label:not(:first-child) { margin-top: 22px; }
.result-next { margin-top: 25px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.result-next div { display: grid; }
.result-next span { color: #64736e; font-size: 11px; }
.result-disclaimer { margin: 19px 0 0; color: #7a8682; font-size: 9px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.72,.22,1); }
.reveal.is-visible { opacity: 1; transform: none; }

.legal-page { min-height: 100vh; padding-top: 150px; }
.legal-shell { width: min(760px,calc(100% - 44px)); margin: 0 auto; padding-bottom: 120px; }
.legal-shell h1 { margin-bottom: 20px; font-size: clamp(45px,7vw,74px); }
.legal-shell .updated { margin-bottom: 55px; color: #6c7874; font-size: 12px; }
.legal-shell h2 { margin: 45px 0 14px; font-size: 25px; letter-spacing: -.03em; }
.legal-shell p, .legal-shell li { color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.legal-shell a { color: var(--forest); font-weight: 700; }

@keyframes dash { to { stroke-dashoffset: -120; } }
@keyframes breathe { 50% { transform: scale(.78); opacity: .65; } }
@keyframes breathe-border { 50% { inset: -20px; opacity: .25; } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes step-in { from { opacity: 0; transform: translateX(16px); } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .nav-toggle { display: flex; }
  .nav-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4.2px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.2px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 78px 0 auto; display: grid; gap: 0; padding: 18px 16px 24px; border-bottom: 1px solid var(--line); background: var(--paper); transform: translateY(-130%); opacity: 0; transition: .28s ease; }
  .primary-nav.is-open { transform: none; opacity: 1; }
  .primary-nav > a { padding: 17px 8px; border-bottom: 1px solid var(--line); font-size: 17px; }
  .primary-nav .button { margin-top: 18px; }
  .hero { padding-top: 138px; grid-template-columns: 1fr; gap: 65px; }
  .system-map { min-height: 600px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 310px; border-right: 0; border-bottom: 1px solid var(--line); }
  .problem-card:last-child { border-bottom: 0; }
  .card-number { margin-bottom: 42px; }
  .agent-grid { grid-template-columns: 1fr; gap: 60px; }
  .diagnostic-band-inner { grid-template-columns: 1fr; gap: 45px; }
  .diagnostic-cta { max-width: 310px; }
  .about-section { grid-template-columns: 230px 1fr; gap: 50px; }
  .about-mark { width: 220px; height: 270px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); --radius: 18px; }
  html { scroll-padding-top: 76px; }
  .nav-shell { height: 68px; }
  .primary-nav { top: 68px; height: calc(100dvh - 68px); align-content: start; }
  .wordmark svg { width: 27px; height: 27px; }
  .wordmark { font-size: 12px; }
  .hero { min-height: auto; padding-top: 118px; padding-bottom: 76px; gap: 48px; }
  h1 { font-size: clamp(49px,14.5vw,68px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hero-actions .text-link { text-align: center; }
  .microcopy { margin-left: 0; text-align: center; }
  .system-map { min-height: 535px; border-radius: 24px; }
  .map-node { min-width: 105px; padding: 11px; }
  .node-center { top: 198px; width: 166px; }
  .node-a { top: 67px; left: 14px; }.node-b { top: 68px; right: 13px; }.node-c { bottom: 91px; left: 10px; }.node-d { right: 9px; bottom: 80px; }.node-e { bottom: 17px; }
  .signal-card { right: 13px; left: 13px; bottom: 16px; display: none; }
  .principles-strip { grid-template-columns: 1fr; padding: 10px 0; }
  .principles-strip div { min-height: 52px; justify-content: start; padding-left: 24px; border-right: 0; }
  .problem-section, .outcome-section, .fit-section, .about-section { padding-block: 95px; }
  .method-section, .agent-section { padding-block: 95px; }
  .section-intro h2, .agent-copy h2, .diagnostic-band h2, .about-copy h2 { font-size: 43px; }
  .section-intro > p:last-child { font-size: 16px; }
  .problem-grid { margin-top: 45px; }
  .problem-card { min-height: auto; padding: 27px; }
  .problem-card p { min-height: auto; }
  .method-list { margin-top: 55px; }
  .method-list li { padding-block: 28px; grid-template-columns: 42px 1fr; gap: 12px; }
  .method-label { display: none; }
  .before-after { grid-template-columns: 1fr; margin-top: 48px; }
  .state-column { min-height: auto; padding: 32px 25px; }
  .state-label { margin-bottom: 28px; }
  .transformation-mark { top: 50%; }
  .transformation-mark svg { width: 52px; height: 52px; transform: rotate(90deg); }
  .agent-grid { gap: 40px; }
  .change-console { padding: 23px 19px; }
  .change-flow i { width: 13px; }
  .console-actions { align-items: flex-start; flex-direction: column; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-card { min-height: 142px; padding: 24px; }
  .diagnostic-band { padding-block: 88px; }
  .about-section { grid-template-columns: 1fr; gap: 42px; }
  .about-mark { width: 170px; height: 205px; }
  .footer-main { min-height: 230px; flex-direction: column; gap: 38px; }
  .footer-main .button { width: 100%; }
  .footer-bottom { padding-block: 24px; align-items: flex-start; flex-direction: column; gap: 16px; }
  .diagnostic-dialog { width: 100%; max-width: none; max-height: 100dvh; height: 100dvh; border-radius: 0; }
  .dialog-shell { min-height: 100dvh; padding: 19px 18px 24px; overflow-y: auto; }
  .progress-row { margin: 27px 0 39px; grid-template-columns: 48px 1fr; }
  .progress-row small { display: none; }
  .form-step h2, .analysis-state h2, .result-state h2 { font-size: 38px; }
  .field-grid, .choice-grid, .result-grid { grid-template-columns: 1fr; }
  .field-wide { margin-top: 0; }
  .form-actions { position: sticky; bottom: -24px; margin-top: 28px; padding: 18px 0 24px; background: linear-gradient(transparent,var(--paper) 22%); }
  .form-actions .button { min-height: 50px; }
  .analysis-steps { gap: 10px; flex-wrap: wrap; }
  .result-next { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
