:root {
  --paper: #eee7db;
  --paper-light: #f8f4eb;
  --ink: #1d211e;
  --ink-soft: #4d554f;
  --moss: #304a3e;
  --moss-dark: #23382f;
  --rust: #a94d35;
  --rust-dark: #7f3727;
  --brass: #a58343;
  --line: #c9bdab;
  --line-dark: #8a8072;
  --white: #fffdf8;
  --danger: #933c31;
  --shadow: 0 18px 50px rgba(29, 33, 30, 0.09);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  color-scheme: light;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(29, 33, 30, 0.025) 1px, transparent 1px),
    var(--paper);
  background-size: 100% 34px;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.62;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
  z-index: -1;
}

a { color: var(--rust-dark); text-underline-offset: 0.18em; }
a:hover { color: var(--rust); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 0.5rem;
  left: -100vw;
  z-index: 100;
  padding: 0.65rem 0.9rem;
  color: var(--white);
  background: var(--ink);
}
.skip-link:focus { left: 0.5rem; }

.shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  background: rgba(248, 244, 235, 0.95);
  border-bottom: 1px solid var(--line);
}

.site-header .shell {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  text-decoration: none;
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 700;
}

.brand-seal {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--paper-light);
  background: var(--ink);
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: -0.08em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-nav a { color: var(--ink-soft); text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--rust-dark); }

.nav-cta {
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--ink);
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--rust-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1, h2, h3 {
  font-family: var(--serif);
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.8rem);
  font-weight: 600;
  letter-spacing: -0.055em;
}

h2 {
  margin: 0;
  font-size: clamp(2.05rem, 4.5vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.035em;
}

h3 { margin: 0; font-size: 1.45rem; }
p { margin: 0 0 1rem; }

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 10vw, 8rem) 0 4.5rem;
  background: var(--paper-light);
  border-bottom: 1px solid var(--line);
}

.hero::after {
  content: "EXIT / 01";
  position: absolute;
  right: -0.15em;
  bottom: -0.28em;
  color: rgba(169, 77, 53, 0.075);
  font-family: var(--mono);
  font-size: clamp(5rem, 17vw, 15rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 1;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
}

.hero h1 em {
  display: block;
  color: var(--rust-dark);
  font-weight: 400;
}

.hero-aside {
  padding: 1.35rem 0 0 1.3rem;
  border-top: 3px solid var(--ink);
  border-left: 1px solid var(--line);
}

.hero-aside p { color: var(--ink-soft); font-size: 1.05rem; }
.hero-aside .micro-proof { margin: 1rem 0 0; font-family: var(--mono); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; }

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.72rem 1rem;
  border: 1px solid var(--ink);
  color: var(--paper-light);
  background: var(--ink);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover { color: var(--white); background: var(--rust-dark); border-color: var(--rust-dark); }
.button.secondary { color: var(--ink); background: transparent; }
.button.secondary:hover { color: var(--paper-light); background: var(--ink); }
.button.small { min-height: 40px; padding: 0.45rem 0.7rem; font-size: 0.76rem; }

.trust-strip {
  border-bottom: 1px solid var(--line);
  background: var(--moss);
  color: #e8ece6;
}

.trust-strip .shell {
  display: grid;
  grid-template-columns: 0.95fr 1fr 1fr 1fr;
}

.trust-item {
  min-height: 88px;
  display: flex;
  align-items: center;
  padding: 1rem 1.2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.88rem;
}
.trust-item:first-child { padding-left: 0; color: #cbd6cf; font-family: var(--mono); text-transform: uppercase; }
.trust-item:last-child { border-right: 0; }

.decision-band { padding: 2.2rem 0; background: #e9e0d2; border-bottom: 1px solid var(--line); }
.decision-band .shell { display: grid; grid-template-columns: 1.05fr 1.4fr; gap: 3rem; align-items: end; }
.decision-band-head h2 { max-width: 570px; font-size: clamp(1.8rem, 3.4vw, 3rem); }
.decision-options { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); }
.decision-options span { min-height: 54px; display: flex; align-items: center; padding: 0.7rem 0.4rem; border-bottom: 1px solid var(--line-dark); font-family: var(--mono); font-size: 0.75rem; text-transform: uppercase; }
.button-note { color: var(--ink-soft); font-family: var(--mono); font-size: 0.72rem; text-transform: uppercase; }

.section { padding: clamp(4rem, 9vw, 7.5rem) 0; }
.section.light { background: var(--paper-light); border-block: 1px solid var(--line); }
.section.dark { color: var(--paper-light); background: var(--ink); }
.section.dark .eyebrow { color: #d19b7e; }
.section.dark p { color: #bdc5bf; }

.section-intro {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: clamp(2rem, 7vw, 7rem);
  margin-bottom: 3rem;
}

.section-intro .lede {
  max-width: 680px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  line-height: 1.38;
}

.desk-list { border-top: 2px solid var(--ink); }
.desk {
  display: grid;
  grid-template-columns: 70px 1fr 1.15fr auto;
  gap: 1.4rem;
  align-items: center;
  padding: 1.45rem 0;
  border-bottom: 1px solid var(--line);
}

.desk-number { color: var(--rust-dark); font-family: var(--mono); font-size: 0.8rem; }
.desk p { margin: 0; color: var(--ink-soft); font-size: 0.94rem; }
.desk-link { white-space: nowrap; font-size: 0.82rem; font-weight: 800; text-transform: uppercase; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3rem;
  border-top: 1px solid #4b504c;
  border-left: 1px solid #4b504c;
}

.process-card {
  min-height: 280px;
  padding: 1.5rem;
  border-right: 1px solid #4b504c;
  border-bottom: 1px solid #4b504c;
}

.process-card .num {
  display: block;
  margin-bottom: 4rem;
  color: #d19b7e;
  font-family: var(--mono);
  font-size: 0.78rem;
}

.process-card h3 { margin-bottom: 0.75rem; color: var(--paper-light); }

.guide-pass-grid { margin: 1.5rem 0 2rem; }
.guide-pass-grid .process-card { min-height: 260px; color: var(--paper-light); background: var(--moss); }
.guide-pass-grid .process-card p { color: #d2dbd5; }

.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 3rem;
}

.compare-card {
  padding: clamp(1.4rem, 4vw, 2.5rem);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.compare-card.no { background: transparent; box-shadow: none; }
.compare-card h3 { margin-bottom: 1rem; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 0.7rem 0 0.7rem 1.7rem; border-top: 1px solid var(--line); }
.check-list li::before { position: absolute; left: 0; color: var(--moss); content: "✓"; font-weight: 900; }
.compare-card.no .check-list li::before { color: var(--rust-dark); content: "—"; }

.disclosure {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2rem;
  align-items: start;
  padding: 2rem;
  background: #e2d8c8;
  border: 1px solid var(--line-dark);
}
.disclosure p { color: var(--ink-soft); }
.disclosure strong { display: block; font-family: var(--serif); font-size: 1.5rem; line-height: 1.2; }

.final-cta {
  padding: clamp(4rem, 10vw, 8rem) 0;
  color: var(--paper-light);
  background: var(--rust-dark);
}
.final-cta .shell { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; }
.final-cta h2 { max-width: 800px; }
.final-cta .button { background: var(--paper-light); color: var(--ink); border-color: var(--paper-light); }

.site-footer {
  padding: 2.5rem 0;
  color: #c8cec9;
  background: var(--ink);
  font-size: 0.84rem;
}
.site-footer .shell { display: flex; justify-content: space-between; gap: 2rem; }
.site-footer a { color: var(--paper-light); }

.page-hero {
  padding: clamp(3.5rem, 9vw, 7rem) 0 3rem;
  background: var(--paper-light);
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { max-width: 980px; font-size: clamp(2.7rem, 6vw, 5.8rem); }
.page-hero .lede { max-width: 740px; margin-top: 1.4rem; color: var(--ink-soft); font-family: var(--serif); font-size: 1.3rem; }

.form-wrap {
  display: grid;
  grid-template-columns: minmax(0, 760px) 1fr;
  gap: 2rem;
  align-items: start;
}

.form-card {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.progress-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.progress-track { height: 5px; background: #ddd3c5; }
.progress-bar { width: 20%; height: 100%; background: var(--rust); transition: width 220ms ease; }

.form-step { display: none; min-height: 470px; padding: clamp(1.25rem, 4vw, 2.5rem); }
.form-step.active { display: block; animation: enter 220ms ease both; }
@keyframes enter { from { opacity: 0; transform: translateY(8px); } }
.form-step h2 { margin-bottom: 0.75rem; font-size: clamp(2rem, 4vw, 3.2rem); }
.step-copy { margin-bottom: 1.8rem; color: var(--ink-soft); }

.field { margin: 0 0 1.2rem; }
.field > label, .field legend {
  display: block;
  margin-bottom: 0.48rem;
  font-size: 0.86rem;
  font-weight: 800;
}
fieldset.field { padding: 0; border: 0; }

input[type="text"], input[type="email"], input[type="tel"], select, textarea {
  width: 100%;
  min-height: 50px;
  padding: 0.75rem;
  color: var(--ink);
  background: #fffdfa;
  border: 1px solid var(--line-dark);
  border-radius: 0;
}
textarea { min-height: 110px; resize: vertical; }

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
}

.choice {
  position: relative;
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 0.65rem;
  padding: 0.8rem;
  background: #faf7f0;
  border: 1px solid var(--line);
  cursor: pointer;
}
.choice:hover { border-color: var(--ink); }
.choice input { width: 18px; height: 18px; accent-color: var(--rust-dark); }
.choice:has(input:checked) { background: #efe2d4; border-color: var(--rust-dark); }
.choice span { font-size: 0.92rem; font-weight: 700; line-height: 1.3; }

.form-actions {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
}

.form-error {
  display: none;
  margin: 1rem 0 0;
  padding: 0.7rem;
  color: var(--danger);
  background: #f5e6e1;
  border-left: 4px solid var(--danger);
  font-weight: 700;
  font-size: 0.88rem;
}
.form-error.visible { display: block; }

.form-note {
  padding: 1.25rem;
  background: var(--moss);
  color: #edf1ee;
}
.form-note h3 { margin-bottom: 0.7rem; }
.form-note p, .form-note li { color: #d2dbd5; font-size: 0.9rem; }
.form-note ul { padding-left: 1.1rem; }

.prototype-flag {
  margin-bottom: 1.5rem;
  padding: 0.7rem 0.9rem;
  color: #4f3d20;
  background: #f1dfb6;
  border: 1px solid #c6a866;
  font-size: 0.82rem;
  font-weight: 700;
}

.route-result { display: none; }
.route-result.visible { display: block; }
.route-result .route-box { margin: 1.4rem 0; padding: 1.3rem; background: #e8eee9; border-left: 5px solid var(--moss); }
.route-result h3 { margin-bottom: 0.5rem; }

.legal-small { color: var(--ink-soft); font-size: 0.78rem; }
.inline-check { display: flex; align-items: flex-start; gap: 0.65rem; }
.inline-check input { margin-top: 0.35rem; accent-color: var(--rust-dark); }

.partner-spec {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2rem;
  margin-top: 2rem;
}
.spec-block { padding: 1.5rem; background: var(--white); border: 1px solid var(--line); }
.spec-block h3 { margin-bottom: 0.9rem; }
.spec-block ul { margin: 0; padding-left: 1.1rem; }
.spec-block li { margin-bottom: 0.55rem; }

.guide-layout { display: grid; grid-template-columns: 240px minmax(0, 720px); gap: 3rem; align-items: start; }
.guide-layout > *, .guide-body { min-width: 0; }
.guide-nav { position: sticky; top: 1rem; padding-top: 0.4rem; font-size: 0.84rem; }
.guide-nav strong { display: block; margin-bottom: 0.7rem; font-family: var(--mono); text-transform: uppercase; }
.guide-nav a { display: block; padding: 0.45rem 0; border-top: 1px solid var(--line); text-decoration: none; }
.guide-body h2 { margin: 2.4rem 0 1rem; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.guide-body h2:first-child { margin-top: 0; }
.guide-body h3 { margin: 1.6rem 0 0.7rem; }
.callout { margin: 1.5rem 0; padding: 1.1rem; background: var(--paper-light); border: 1px solid var(--line); }
.callout.warning { border-left: 5px solid var(--rust-dark); }

.guide-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.2rem;
  margin: 0 0 2rem;
  padding: 0 0 0.85rem;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.first-action {
  position: relative;
  margin: 1.6rem 0 2rem;
  padding: 1.4rem 1.5rem 1.25rem 4.5rem;
  color: var(--paper-light);
  background: var(--moss-dark);
  border-top: 3px solid var(--brass);
}
.first-action::before {
  content: "01";
  position: absolute;
  top: 1.15rem;
  left: 1.25rem;
  color: #d7c28f;
  font-family: var(--mono);
  font-size: 1.5rem;
  font-weight: 800;
}
.first-action strong { display: block; margin-bottom: 0.35rem; font-family: var(--serif); font-size: 1.35rem; }
.first-action p { margin: 0; color: #dfe5df; }

.route-table-wrap { margin: 1.5rem 0 2rem; overflow-x: auto; border-top: 3px solid var(--ink); }
.route-table { width: 100%; min-width: 650px; border-collapse: collapse; background: rgba(248, 244, 235, 0.55); font-size: 0.91rem; }
.route-table th, .route-table td { padding: 0.8rem 0.75rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.route-table th { color: var(--paper-light); background: var(--ink); font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.07em; text-transform: uppercase; }
.route-table td:first-child { font-family: var(--serif); font-size: 1.02rem; font-weight: 700; }

.source-note {
  margin: 2rem 0;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.86rem;
}
.source-note strong { color: var(--ink); font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }

.related-decisions { margin: 2.4rem 0 0; padding-top: 1.2rem; border-top: 3px solid var(--ink); }
.related-decisions > strong { font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; }
.related-decisions ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 0.8rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.related-decisions li { margin: 0; border-bottom: 1px solid var(--line); }
.related-decisions li:nth-child(odd) { border-right: 1px solid var(--line); }
.related-decisions a { display: block; min-height: 100%; padding: 0.85rem 1rem 0.85rem 0; text-decoration: none; font-family: var(--serif); font-size: 1.02rem; font-weight: 700; }
.article-cta { margin-top: 2.4rem; border-top: 5px solid var(--rust-dark); }
.print-checklist { margin: 1.5rem 0 2rem; border-top: 4px solid var(--ink); }
.checklist-block { padding: 1.1rem 0 0.8rem; border-bottom: 1px solid var(--line); break-inside: avoid; }
.checklist-block h3 { margin: 0 0 0.75rem; }
.checklist-block ul { margin: 0; padding: 0; list-style: none; }
.checklist-block li { display: grid; grid-template-columns: 1.1rem minmax(0, 1fr); gap: 0.65rem; margin: 0 0 0.7rem; }
.check-box { width: 1rem; height: 1rem; margin-top: 0.3rem; border: 1.5px solid var(--ink); background: var(--white); }

.tool-section { background: #f4efe6; }
.first-aid-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.first-aid-layout h2 { margin-bottom: 1.5rem; }
#first-aid-form fieldset { margin: 0 0 1.5rem; padding: 0; border: 0; }
#first-aid-form legend { margin-bottom: 0.65rem; font-weight: 800; }
#first-aid-form label { display: block; margin: 0.45rem 0; padding: 0.65rem 0.8rem; background: var(--white); border: 1px solid var(--line); border-radius: 3px; cursor: pointer; }
#first-aid-form label:has(input:checked) { border-color: var(--moss); background: #e5ebe2; }
#first-aid-form input { margin-right: 0.45rem; accent-color: var(--moss); }
.first-aid-result { padding: clamp(1.5rem, 4vw, 3rem); background: var(--moss-dark); color: var(--white); box-shadow: var(--shadow); }
.first-aid-result .eyebrow { color: #e0bf7c; }
.first-aid-result ol { margin: 1.5rem 0; padding-left: 1.4rem; }
.first-aid-result li { margin-bottom: 1rem; padding-left: 0.3rem; }
.first-aid-result .button { margin: 0.4rem 0.5rem 0.4rem 0; }
.first-aid-result .button.secondary { color: var(--white); border-color: var(--white); }
.tool-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 1.25rem;
  background: var(--ink);
  color: var(--paper-light);
}
.tool-summary > div { min-height: 115px; padding: 1.1rem; border-right: 1px solid rgba(255, 255, 255, 0.18); }
.tool-summary > div:last-child { border-right: 0; }
.tool-summary .eyebrow { display: block; color: #aeb6b0; }
.tool-summary strong { display: block; margin-top: 0.55rem; font-family: var(--serif); font-size: 2.5rem; }
.inventory-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 0.65rem; margin: 0 0 1rem; }
.text-button { padding: 0.55rem 0.2rem; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; font: inherit; font-size: 0.82rem; font-weight: 800; }
.text-button.danger { color: var(--danger); }
.inventory-status { margin-bottom: 1rem; padding: 0.85rem 1rem; color: var(--ink-soft); background: #fffdfa; border: 1px solid var(--line); font-size: 0.88rem; }
.inventory-list { display: grid; gap: 1rem; }
.inventory-card { padding: clamp(1rem, 3vw, 1.6rem); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.inventory-card-head { display: flex; align-items: start; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; padding-bottom: 0.9rem; border-bottom: 1px solid var(--line); }
.inventory-card-head h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
.inventory-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.35rem 1rem; }
.inventory-fields .field-wide { grid-column: 1 / -1; }
.inventory-fields textarea { min-height: 86px; }
.inventory-regulated[hidden] { display: none; }
.tool-next-step { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 2rem; align-items: start; margin-top: 2.5rem; padding: 2rem; color: var(--paper-light); background: var(--moss); }
.tool-next-step p { color: #d2dbd5; }

@media print {
  body:has(.first-aid-layout) .first-aid-layout > div, body:has(.first-aid-layout) .first-aid-result .button { display: none !important; }
  body:has(.first-aid-layout) .first-aid-layout { display: block; }
  body:has(.first-aid-layout) .first-aid-result { color: #000; background: #fff; box-shadow: none; padding: 0; }
  .site-header, .site-footer, .page-hero, .prototype-flag, .inventory-toolbar, .inventory-status, .tool-next-step, .section.light, .guide-nav, .article-cta, .print-control, [data-remove-group] { display: none !important; }
  body, .tool-section { background: #fff; }
  .section { padding: 0; }
  .shell { width: 100%; }
  .guide-layout { display: block; }
  .guide-body { max-width: none; }
  .guide-meta { margin-bottom: 1rem; }
  .process-card, .callout, .route-table-wrap { break-inside: avoid; }
  .inventory-card { break-inside: avoid; box-shadow: none; }
  .inventory-fields { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .first-aid-layout { grid-template-columns: 1fr; }
  .site-header .shell { min-height: 68px; }
  .site-nav a:not(.nav-cta) { display: none; }
  .hero-grid, .section-intro, .form-wrap, .disclosure, .partner-spec, .guide-layout, .tool-next-step, .decision-band .shell { grid-template-columns: 1fr; }
  .hero-aside { max-width: 560px; }
  .trust-strip .shell { grid-template-columns: 1fr 1fr; }
  .trust-item:first-child { padding-left: 1.2rem; }
  .trust-item:nth-child(2) { border-right: 0; }
  .desk { grid-template-columns: 50px 1fr; }
  .desk p, .desk-link { grid-column: 2; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: auto; }
  .process-card .num { margin-bottom: 2rem; }
  .guide-nav { position: static; }
  .first-action { padding-left: 1.25rem; }
  .first-action::before { position: static; display: block; margin-bottom: 0.45rem; }
  .related-decisions ul { grid-template-columns: 1fr; }
  .related-decisions li:nth-child(odd) { border-right: 0; }
  .inventory-fields { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 1.2rem, 1180px); }
  .brand { font-size: 1rem; }
  .brand-seal { width: 30px; height: 30px; }
  .nav-cta { padding: 0.45rem 0.55rem; }
  .hero { padding-top: 3.5rem; }
  .hero-grid { gap: 2rem; }
  .trust-strip .shell, .compare, .choice-grid, .tool-summary, .inventory-fields, .decision-options { grid-template-columns: 1fr; }
  .tool-summary > div { min-height: 82px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
  .tool-summary > div:last-child { border-bottom: 0; }
  .inventory-fields .field-wide { grid-column: 1; }
  .trust-item { min-height: 62px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
  .desk { gap: 0.7rem; }
  .final-cta .shell { grid-template-columns: 1fr; }
  .site-footer .shell { flex-direction: column; }
  .form-step { min-height: 0; }
  .form-actions { flex-direction: column-reverse; }
  .form-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
