:root {
  --ink: #171916; --ink-soft: #292c27; --muted: #66695f; --paper: #f3f0e8; --paper-deep: #e8e2d5; --card: #fffdf7;
  --line: #d9d4c7; --signal: #f27922; --signal-dark: #a8430c; --signal-wash: #ffdfb7; --safe: #557242;
  --shadow: 0 24px 70px rgba(27, 29, 24, .1); color-scheme: light;
}
* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink);
  background:
    linear-gradient(90deg, transparent 0 27px, rgba(242, 121, 34, .12) 28px, transparent 29px),
    radial-gradient(circle at 8% 4%, #fff8e7 0, transparent 27%), var(--paper);
  font: 16px/1.5 "Avenir Next", Avenir, "Segoe UI", sans-serif;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid rgba(242, 121, 34, .38); outline-offset: 3px; }
.skip-link { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link:focus { position: fixed; z-index: 30; top: 8px; left: 8px; width: auto; height: auto; margin: 0; padding: 10px 14px; clip-path: none; color: #fff; background: var(--ink); }
.site-head {
  position: relative; z-index: 10; max-width: 1240px; min-height: 84px; margin: auto; padding: 18px 28px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px;
}
.brand { display: flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px 4px 12px 4px; background: var(--ink); color: var(--card); font: 700 24px/1 Georgia, serif; }
.brand b, .brand small { display: block; }
.brand b { font: 700 18px/1.1 Georgia, serif; letter-spacing: .02em; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 700; }
.site-nav a:hover { color: var(--ink); }
.master-link { justify-self: end; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 800; }
.page-shell { max-width: 1240px; margin: auto; padding: 42px 28px 100px; }
.parametrator-page .page-shell { padding-top: 18px; }
.parametrator-intro { max-width: 850px; padding: 10px 0 28px; }
.parametrator-intro h1 { font-size: clamp(30px, 4vw, 44px); letter-spacing: -.025em; }
.parametrator-intro .lede { margin: 12px 0; font-size: 16px; }
.intro-note { margin: 12px 0; color: var(--muted); font-size: 13px; }
.intro-start { display: inline-flex; align-items: center; min-height: 44px; color: var(--signal-dark); font-size: 14px; font-weight: 700; text-underline-offset: 4px; }
.parametrator-page .calculator-section { margin: 0 0 28px; padding: 0; border: 0; background: none; }
.parametrator-help { max-width: 850px; margin-bottom: 32px; }
.parametrator-help > p { color: var(--muted); font-size: 14px; }
.parametrator-help details { padding: 6px 0; border-bottom: 1px solid var(--line); }
.parametrator-help summary { min-height: 44px; padding: 10px 0; cursor: pointer; font-weight: 700; }
.parametrator-help details p { margin: 6px 0 14px; font-size: 14px; }
.parametrator-help a { color: var(--signal-dark); text-underline-offset: 4px; }
.parametrator-page .site-footer { padding-top: 24px; padding-bottom: 24px; }
.kicker, .step-index, .result-kicker, .rail-label { margin: 0 0 10px; color: var(--signal-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-weight: 500; line-height: 1.04; }
h1 { max-width: 800px; margin: 0; font-size: clamp(48px, 5.5vw, 76px); letter-spacing: -.045em; }
h2 { margin: 0; font-size: clamp(38px, 5vw, 58px); letter-spacing: -.025em; }
h3 { margin: 0; font-size: 27px; letter-spacing: -.015em; }
.hero { min-height: 620px; padding: 46px 0 70px; display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(340px, .76fr); gap: clamp(40px, 7vw, 94px); align-items: center; }
.hero-copy { min-width: 0; }
.lede { max-width: 700px; margin: 24px 0; color: var(--muted); font-size: clamp(17px, 2vw, 21px); }
.hero-actions { margin: 30px 0; display: flex; flex-wrap: wrap; gap: 10px; }
.action-link { min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid var(--ink); border-radius: 10px; color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 850; }
.action-link-primary { background: var(--ink); color: #fff; }
.action-link-primary:hover { border-color: var(--signal); background: var(--signal); }
.action-link-secondary:hover { background: var(--card); }
.action-link-quiet { padding-inline: 10px; border-color: transparent; color: var(--muted); }
.action-link-quiet:hover { color: var(--ink); text-decoration: underline; text-decoration-color: var(--signal); text-underline-offset: 5px; }
.boundary { max-width: 690px; display: flex; gap: 12px; align-items: center; }
.boundary > span { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--signal-wash); color: var(--signal-dark); font-weight: 900; }
.boundary p { margin: 0; font-size: 14px; }
.route-board {
  position: relative; min-height: 486px; padding: 30px; overflow: hidden; color: #f4f0e6; border-radius: 8px 32px 8px 32px; background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), var(--ink);
  background-size: 24px 24px; box-shadow: var(--shadow);
}
.route-board::after { content: ""; position: absolute; right: -55px; bottom: -75px; width: 220px; height: 220px; border: 1px solid rgba(242,121,34,.55); border-radius: 50%; box-shadow: 0 0 0 28px rgba(242,121,34,.06), 0 0 0 58px rgba(242,121,34,.04); }
.route-board-head { padding-bottom: 18px; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid #454841; }
.route-board-head span { color: var(--signal); font: 11px/1.2 monospace; letter-spacing: .08em; }
.route-board-head b { max-width: 170px; text-align: right; font-size: 13px; }
.route-map { position: relative; z-index: 1; margin: 28px 0 0; padding: 0; list-style: none; }
.route-map li { position: relative; min-height: 76px; display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; }
.route-map li:not(:last-child)::after { content: ""; position: absolute; left: 18px; top: 38px; width: 1px; height: 38px; background: var(--signal); }
.route-map li > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #5b5e56; border-radius: 50%; background: var(--ink); color: var(--signal); font: 11px/1 monospace; }
.route-map b, .route-map small { display: block; }
.route-map b { margin: 1px 0 4px; font-size: 14px; }
.route-map small { color: #aeb1a8; font-size: 11px; }
.route-note { position: absolute; z-index: 1; right: 28px; bottom: 22px; max-width: 180px; margin: 0; color: var(--signal); font: 800 13px/1.2 monospace; letter-spacing: .08em; text-align: right; }
.proof-strip { margin-bottom: 120px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.proof-strip article { min-height: 132px; padding: 24px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; }
.proof-strip article + article { border-left: 1px solid var(--line); }
.proof-strip strong { color: var(--signal); font: 500 54px/1 "Iowan Old Style", Georgia, serif; }
.proof-strip span { max-width: 230px; font-size: 13px; font-weight: 700; }
.explain-section, .trust-section { padding: 0 0 120px; }
.section-heading { max-width: 860px; margin-bottom: 46px; }
.section-heading > p:last-child { max-width: 670px; margin: 20px 0 0; color: var(--muted); font-size: 18px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.process-grid article { min-height: 300px; padding: 26px; border: 1px solid var(--line); border-radius: 4px 22px 4px 22px; background: rgba(255,253,247,.62); }
.process-grid article:nth-child(2) { margin-top: 32px; }
.process-grid article:nth-child(3) { margin-top: 64px; }
.process-grid article > span { display: block; margin-bottom: 76px; color: var(--signal-dark); font: 12px/1 monospace; }
.process-grid p, .trust-grid p { margin: 16px 0 0; color: var(--muted); font-size: 14px; }
.calculator-section {
  margin: 0 -28px 120px; padding: clamp(48px, 6vw, 72px) 28px 76px;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(232, 226, 213, .58), rgba(255, 253, 247, .16));
}
.calculator-heading { margin-bottom: 38px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 430px); gap: 40px; align-items: end; }
.calculator-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; }
.calculator-heading h2 { max-width: 760px; font-size: clamp(34px, 4vw, 50px); }
.parametrator { scroll-margin-top: 20px; }
.outcome-section { margin: 0 -28px 120px; padding: clamp(42px, 7vw, 82px); display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: 76px; color: #f5f1e8; background: var(--ink); }
.kicker-light { color: #ff9a50; }
.outcome-copy p:last-child { max-width: 520px; color: #afb2a9; font-size: 17px; }
.outcome-list { border-top: 1px solid #474a44; }
.outcome-list article { padding: 22px 0; display: grid; grid-template-columns: 42px 1fr; gap: 18px; border-bottom: 1px solid #474a44; }
.outcome-list span { color: var(--signal); font: 11px/1.5 monospace; }
.outcome-list b { font-size: 15px; }
.outcome-list p { margin: 5px 0 0; color: #afb2a9; font-size: 13px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.trust-grid article { min-height: 180px; padding: 24px; border-top: 3px solid var(--signal); background: var(--card); box-shadow: 0 12px 40px rgba(27,29,24,.06); }
.trust-grid b { font-family: "Iowan Old Style", Georgia, serif; font-size: 22px; font-weight: 500; }
.final-call { padding: 54px 0 20px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 56px; align-items: end; border-top: 1px solid var(--ink); }
.final-call h2 { max-width: 760px; }
.final-call .hero-actions { margin: 0; justify-content: flex-end; }
.parametrator { min-height: 520px; border: 1px solid var(--line); border-radius: 28px; overflow: hidden; background: var(--card); box-shadow: var(--shadow); }
.draft-panel { padding: 16px 24px; border-bottom: 1px solid var(--line); background: #f7f5ef; }
.draft-panel p { margin: 0 0 5px; font-size: 13px; font-weight: 700; }
.draft-panel > small { display: block; max-width: 850px; color: var(--muted); font-size: 12px; }
.draft-actions { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 8px; }
.draft-actions button { min-height: 44px; padding: 6px 0; border: 0; background: none; color: var(--signal-dark); text-decoration: underline; text-underline-offset: 4px; cursor: pointer; font-size: 13px; }
.draft-actions button:disabled { opacity: .5; cursor: wait; }
.parametrator-grid { display: grid; grid-template-columns: 270px minmax(0, 1fr); min-height: 660px; }
.step-rail { padding: 32px 24px; color: #ece9de; background: var(--ink); }
.step-rail ol { margin: 26px 0; padding: 0; list-style: none; }
.step-rail li { position: relative; }
.step-rail li:not(:last-child)::after { content: ""; position: absolute; left: 17px; top: 39px; width: 1px; height: 25px; background: #4a4d46; }
.step-rail button { width: 100%; min-height: 55px; padding: 7px 0; display: grid; grid-template-columns: 35px 1fr 18px; gap: 8px; align-items: center; color: #999c93; border: 0; background: none; text-align: left; cursor: pointer; }
.step-rail button > span { width: 35px; height: 35px; display: grid; place-items: center; z-index: 1; border: 1px solid #4a4d46; border-radius: 50%; background: var(--ink); font-size: 11px; }
.step-rail button b { font-size: 14px; font-weight: 600; }
.step-rail button small { display: block; margin-top: 3px; font-size: 11px; font-weight: 400; line-height: 1.3; }
.step-rail button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; border-radius: 6px; }
.step-rail .rail-toggle { display: none; }
.step-rail .active button { color: #fff; }
.step-rail .active button > span { border-color: var(--signal); background: var(--signal); }
.step-rail .done button { color: #d6d8d0; }
.step-rail .done button > span { border-color: var(--safe); }
.step-rail i { color: #95b47f; font-style: normal; }
.step-rail .attention button { color: #ffd1ad; }
.step-rail .attention button > span { border-color: var(--signal); }
.step-rail .attention i { color: #ff9a50; font-weight: 900; }
.rail-foot { margin-top: 30px; color: #85887f; font-size: 11px; }
.workbench { min-width: 0; padding: 34px clamp(22px, 5vw, 68px) 50px; }
.progress-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 18px; margin-bottom: 20px; color: var(--muted); font-size: 12px; }
.question-card { max-width: 780px; }
#stepTitle { scroll-margin-top: 20px; font-family: inherit; font-size: clamp(24px, 3vw, 32px); font-weight: 700; line-height: 1.2; letter-spacing: -.02em; }
h2 { margin: 0; font-size: clamp(38px, 5vw, 58px); letter-spacing: -.02em; }
.step-note { margin: 9px 0 27px; color: var(--muted); }
.fields { display: grid; gap: 20px; }
.field { margin: 0; padding: 0; border: 0; }
.field > legend, .number-field > label > b { display: block; margin-bottom: 8px; font-size: 15px; }
.field > small, .number-field small { display: block; margin: -4px 0 9px; color: var(--muted); font-size: 12px; }
.number-field { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.number-input { display: flex; align-items: center; gap: 7px; }
.number-field input { width: 108px; min-height: 48px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; text-align: center; font-weight: 800; }
.zero-action { min-height: 44px; padding: 0 11px; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--muted); cursor: pointer; font-size: 12px; font-weight: 800; white-space: nowrap; }
.field.missing { margin: -9px; padding: 9px; border-radius: 12px; background: #fff5e5; box-shadow: inset 3px 0 #d85a20; }
.field-missing-note { display: block; margin: 4px 0 8px; color: #a8430c; font-size: 11px; font-style: normal; font-weight: 800; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.choice { min-width: 0; cursor: pointer; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice > span { min-height: 54px; padding: 12px 14px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.choice input:checked + span { border-color: var(--signal); box-shadow: inset 4px 0 var(--signal); background: #fff9ef; }
.choice input:focus-visible + span { outline: 3px solid rgba(242, 121, 34, .38); }
.choice small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.toggle-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.toggle { min-width: 0; cursor: pointer; }
.toggle input { position: absolute; opacity: 0; pointer-events: none; }
.toggle > span { min-height: 58px; padding: 11px 46px 11px 14px; display: flex; position: relative; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.toggle > span::after { content: ""; position: absolute; right: 14px; top: 50%; width: 20px; height: 20px; border: 1px solid #aaa598; border-radius: 6px; transform: translateY(-50%); }
.toggle input:checked + span { border-color: var(--signal); box-shadow: inset 4px 0 var(--signal); background: #fff9ef; }
.toggle input:checked + span::after { content: "✓"; display: grid; place-items: center; border-color: var(--signal); background: var(--signal); color: #fff; font-size: 13px; font-weight: 900; }
.toggle input:focus-visible + span { outline: 3px solid rgba(242, 121, 34, .38); outline-offset: 3px; }
.toggle small { margin-top: 2px; color: var(--muted); font-size: 11px; }
fieldset:disabled, input:disabled { opacity: .45; cursor: not-allowed; }
.form-error { min-height: 24px; margin: 14px 0 0; color: #a1331f; font-size: 13px; font-weight: 700; }
.actions { margin-top: 24px; display: flex; justify-content: space-between; gap: 12px; }
.actions button, .secondary-action, .transfer button { min-height: 48px; padding: 0 20px; border: 1px solid var(--line); border-radius: 11px; background: #fff; cursor: pointer; font-weight: 800; }
.actions .primary-action { margin-left: auto; border-color: var(--ink); background: var(--ink); color: #fff; }
.actions button:disabled { opacity: .5; cursor: wait; }
.result-card { max-width: 780px; margin-top: 28px; padding: clamp(20px, 4vw, 34px); border-radius: 18px; background: #f0eee6; }
.result-card h3 { margin: 0 0 12px; font-size: clamp(26px, 4vw, 38px); }
.result-head { display: flex; justify-content: space-between; gap: 16px; }
.result-head > span { height: max-content; padding: 6px 9px; border-radius: 20px; background: #ffdfb7; color: var(--signal-dark); white-space: nowrap; font-size: 11px; font-weight: 800; }
.kit-list { margin: 22px 0; border-top: 1px solid var(--line); }
.kit-list article { padding: 13px 0; display: grid; grid-template-columns: 100px 1fr auto; gap: 12px; border-bottom: 1px solid var(--line); }
.kit-list article span { color: var(--muted); font: 12px/1.4 monospace; }
.result-meta { display: flex; flex-wrap: wrap; gap: 10px 28px; font-size: 13px; }
.result-card summary { min-height: 44px; padding-top: 12px; cursor: pointer; font-weight: 800; }
.result-card li { margin: 6px 0; }
.answers-summary { margin-top: 24px; border-top: 1px solid var(--line); }
.answers-summary summary { min-height: 44px; padding: 12px 0; cursor: pointer; font-weight: 800; }
.answers-summary > p, .estimated-answers > p { color: var(--muted); font-size: 13px; }
.answers-summary h3 { margin-top: 20px; font: 700 16px/1.4 "Avenir Next", sans-serif; }
.answer-list { margin: 8px 0; padding: 0; list-style: none; }
.answer-list li { margin: 0; }
.answer-list button { display: flex; justify-content: space-between; align-items: start; gap: 16px; width: 100%; min-height: 48px; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); text-align: left; cursor: pointer; font-size: 13px; }
.answer-list button > b { flex: 1; font-weight: 600; }
.answer-list button > span { flex: 1; text-align: right; }
.answer-list small, .answer-list em { display: block; margin-top: 4px; font-size: 11px; }
.answer-list small { color: var(--muted); }.answer-list em { color: var(--signal-dark); font-style: normal; }
.missing-question-list { margin: 18px 0 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.missing-question-list li { margin: 0; }
.missing-question-list button { width: 100%; min-height: 54px; padding: 10px 13px; display: flex; justify-content: space-between; gap: 14px; align-items: center; border: 1px solid #e4c99f; border-radius: 10px; background: #fffdf7; color: var(--ink); text-align: left; cursor: pointer; }
.missing-question-list button:hover { border-color: var(--signal); }
.missing-question-list button span { color: var(--muted); font-size: 11px; text-align: right; }
.secondary-action { margin-top: 18px; border-color: var(--signal); background: var(--signal); color: #fff; }
.transfer { margin-top: 18px; padding: 16px; border: 1px dashed #b2aa99; border-radius: 12px; }
.transfer p, .transfer small { margin: 0; display: block; color: var(--muted); font-size: 12px; }
.transfer strong { margin: 6px 12px 6px 0; display: inline-block; font: 800 26px/1 monospace; letter-spacing: .08em; }
.transfer button { min-height: 44px; }
.error { background: #fff0ea; }.needs-data { background: #fff6df; }.ready { background: #eef3e9; }
.loading-card { padding: 70px; }.loading-line { width: 55%; height: 15px; margin: 12px 0; display: block; border-radius: 8px; background: #e8e3d8; }.loading-line.short { width: 32%; }
.site-footer { max-width: 1240px; margin: auto; padding: 55px 28px; display: flex; align-items: center; justify-content: space-between; gap: 36px; color: var(--muted); border-top: 1px solid var(--line); font-size: 12px; }
.site-footer p { max-width: 570px; margin: 0; text-align: right; }
.footer-brand { flex: 0 0 auto; }
.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; }
@media (max-width: 860px) {
  body { background: radial-gradient(circle at 8% 4%, #fff8e7 0, transparent 22%), var(--paper); }
  .site-head { min-height: 70px; padding: 14px 18px; display: flex; justify-content: space-between; gap: 12px; }.brand small, .site-nav a:not(:first-child), .master-link { display: none; }
  .site-nav { margin-left: auto; display: flex; gap: 0; }.site-nav a:first-child { min-height: 44px; padding: 0 12px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); }
  .page-shell { padding: 20px 14px 68px; }h1 { font-size: clamp(42px, 13vw, 58px); }.lede { font-size: 16px; }
  .hero { min-height: 0; padding: 28px 0 68px; display: block; }.hero-actions { display: grid; grid-template-columns: 1fr; }.action-link { width: 100%; }.action-link-quiet { justify-content: flex-start; }.boundary { align-items: flex-start; }
  .route-board { min-height: 450px; margin-top: 45px; padding: 23px; }.route-board-head b { max-width: 140px; }.route-note { right: 22px; }
  .proof-strip { margin-bottom: 82px; display: block; }.proof-strip article { min-height: 96px; padding: 18px 8px; }.proof-strip article + article { border-top: 1px solid var(--line); border-left: 0; }.proof-strip strong { font-size: 44px; }
  .explain-section, .trust-section { padding-bottom: 82px; }.section-heading { margin-bottom: 32px; }.section-heading > p:last-child { font-size: 16px; }
  .process-grid { display: block; }.process-grid article, .process-grid article:nth-child(2), .process-grid article:nth-child(3) { min-height: 0; margin: 10px 0; }.process-grid article > span { margin-bottom: 38px; }
  .calculator-section { margin: 0 -14px 82px; padding: 42px 14px 58px; }.calculator-heading { display: block; }.calculator-heading > p { margin-top: 18px; }
  .parametrator { border-radius: 18px; }.parametrator-grid { display: block; min-height: 0; }.step-rail { padding: 18px; }
  .step-rail ol { margin: 12px 0 0; display: none; }.step-rail.is-open ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .step-rail li::after, .step-rail i, .rail-foot, .step-rail .rail-label { display: none; }
  .step-rail button { min-height: 76px; display: grid; grid-template-columns: 28px minmax(0, 1fr); padding: 4px 0; }.step-rail button > span { width: 28px; height: 28px; }.step-rail button b { font-size: 13px; overflow-wrap: anywhere; }
  .step-rail .rail-toggle { min-height: 44px; display: flex; justify-content: space-between; align-items: center; color: #fff; font-weight: 700; }
  .step-rail .rail-toggle > span { width: auto; height: auto; border: 0; background: transparent; font-size: 20px; }
  .step-rail.is-open .rail-toggle > span { transform: rotate(180deg); }
  .workbench { padding: 22px 18px 32px; }
  .choice-grid, .toggle-fields { grid-template-columns: 1fr; }.number-field { align-items: flex-start; flex-direction: column; }.number-input { width: 100%; }.number-field input { width: 100%; }.zero-action { flex: 0 0 auto; }.missing-question-list button { align-items: flex-start; flex-direction: column; }.missing-question-list button span { text-align: left; }
  .actions button { padding: 0 14px; }.result-head { flex-direction: column; }.result-head > span { align-self: flex-start; }.kit-list article { grid-template-columns: 1fr auto; }.kit-list article span { grid-column: 1 / -1; }
  .transfer button { width: 100%; }
  .outcome-section { margin: 0 -14px 82px; padding: 42px 22px; display: block; }.outcome-list { margin-top: 36px; }
  .trust-grid { display: block; }.trust-grid article { min-height: 0; margin: 10px 0; }
  .final-call { display: block; }.final-call .hero-actions { margin-top: 28px; }
  .site-footer { padding: 38px 18px; display: block; }.site-footer p { margin-top: 24px; text-align: left; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
