:root {
  --ink: #071522;
  --text: #1d2d38;
  --muted: #5a6972;
  --line: #d9e5e8;
  --soft-line: #edf3f4;
  --teal: #006b7d;
  --teal-dark: #004f60;
  --teal-soft: #e9f5f7;
  --amber: #d98a00;
  --amber-soft: #fff7e7;
  --paper: #ffffff;
  --wash: #f7fbfb;
  --content: 1180px;
  --radius: 6px;
  --shadow: 0 22px 54px rgba(7, 21, 34, 0.08);
  color-scheme: light;
}

/* Five-subject public-review system. */
.subject-blueprint,
.benefit-blueprint {
  width: 100%;
  max-width: 680px;
  justify-self: end;
  margin: 0;
}

.subject-blueprint-canvas,
.benefit-blueprint-canvas {
  position: relative;
  min-height: 480px;
  border-top: 1px solid var(--soft-line);
  border-bottom: 1px solid var(--soft-line);
  background-color: #fff;
  background-image:
    linear-gradient(rgba(0, 107, 125, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 107, 125, 0.055) 1px, transparent 1px);
  background-size: 32px 32px;
}

.subject-blueprint-canvas > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.subject-blueprint-canvas > svg path {
  fill: none;
  stroke: var(--teal);
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.subject-blueprint-canvas > svg .blueprint-output-line {
  stroke-width: 3;
}

#campus-arrow path,
#reviewer-arrow path,
#capture-arrow path {
  fill: var(--teal);
  stroke: none;
}

.blueprint-node,
.blueprint-core,
.blueprint-output {
  position: absolute;
  z-index: 2;
  display: grid;
  align-content: center;
  background: #fff;
  color: var(--ink);
}

.blueprint-node {
  width: 158px;
  min-height: 74px;
  border: 1.5px solid var(--teal);
  padding: 13px 15px;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.blueprint-node small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
}

.blueprint-nw {
  top: 47px;
  left: 18px;
}

.blueprint-ne {
  top: 47px;
  right: 18px;
}

.blueprint-sw {
  bottom: 47px;
  left: 18px;
}

.blueprint-se {
  right: 18px;
  bottom: 47px;
}

.blueprint-core {
  top: 170px;
  left: calc(50% - 108px);
  width: 216px;
  min-height: 140px;
  border: 2px solid var(--teal-dark);
  padding: 20px;
  box-shadow: 7px 7px 0 var(--teal-soft);
  text-align: center;
}

.blueprint-core small,
.blueprint-output small {
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

.blueprint-core strong {
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.08;
}

.blueprint-output {
  top: 180px;
  right: 0;
  width: 170px;
  min-height: 120px;
  border: 2px solid var(--ink);
  padding: 17px;
}

.blueprint-output strong {
  margin-top: 7px;
  font-size: 19px;
  line-height: 1.1;
}

.blueprint-output::after {
  width: 56px;
  height: 3px;
  margin-top: 13px;
  background: var(--amber);
  content: "";
}

.subject-blueprint figcaption,
.benefit-blueprint figcaption {
  max-width: 540px;
  margin: 14px 0 0 auto;
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.benefit-blueprint-canvas {
  display: grid;
  min-height: 430px;
  align-content: center;
  padding: 58px 32px;
}

.benefit-route-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.benefit-route-steps span {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 146px;
  align-content: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 18px 14px;
  background: #fff;
}

.benefit-route-steps span:not(:last-child)::after {
  position: absolute;
  z-index: 3;
  top: calc(50% - 14px);
  right: -15px;
  width: 28px;
  height: 28px;
  border-top: 2px solid var(--teal);
  border-right: 2px solid var(--teal);
  background: #fff;
  content: "";
  transform: rotate(45deg);
}

.benefit-route-steps small {
  color: var(--teal-dark);
  font-size: 11px;
  font-style: normal;
  font-weight: 820;
}

.benefit-route-steps strong {
  margin: 8px 0 5px;
  color: var(--ink);
  font-size: 20px;
}

.benefit-route-steps em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.benefit-guardrail {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 28px;
  border-top: 3px solid var(--amber);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.benefit-guardrail small {
  color: #835500;
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

.benefit-guardrail strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}

.route-registration {
  position: absolute;
  width: 24px;
  height: 24px;
}

.route-registration::before,
.route-registration::after {
  position: absolute;
  background: #8aa0a7;
  content: "";
}

.route-registration::before {
  top: 11px;
  width: 24px;
  height: 1px;
}

.route-registration::after {
  left: 11px;
  width: 1px;
  height: 24px;
}

.route-registration-nw {
  top: -12px;
  left: -12px;
}

.route-registration-se {
  right: -12px;
  bottom: -12px;
}

.benefit-pathways {
  margin-top: 40px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.benefit-pathways h3 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 21px;
}

.question-set-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.question-set-list article {
  min-width: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 26px;
}

.question-set-list article:last-child {
  grid-column: 1 / -1;
}

.question-set-list span {
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

.question-set-list h3 {
  margin: 13px 0 15px;
  color: var(--ink);
  font-size: 21px;
}

.question-set-list ul,
.capture-category-list ul {
  margin: 0;
  padding-left: 20px;
  color: var(--text);
}

.question-set-list li + li,
.capture-category-list li + li {
  margin-top: 7px;
}

.capture-category-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.capture-category-list article {
  display: grid;
  min-width: 0;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 26px;
}

.capture-category-list article:last-child {
  grid-column: 1 / -1;
}

.capture-category-list article > span {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 820;
}

.capture-category-list h3 {
  margin: 0 0 15px;
  color: var(--ink);
  font-size: 21px;
}

@media (max-width: 1120px) {
  .subject-blueprint,
  .benefit-blueprint {
    max-width: none;
    justify-self: stretch;
  }

  .subject-blueprint-canvas,
  .benefit-blueprint-canvas {
    min-height: 440px;
  }
}

@media (max-width: 680px) {
  .subject-blueprint-canvas {
    display: grid;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
  }

  .subject-blueprint-canvas > svg {
    display: none;
  }

  .blueprint-node,
  .blueprint-core,
  .blueprint-output {
    position: relative;
    inset: auto;
    width: auto;
    min-height: 84px;
    padding: 13px;
  }

  .blueprint-core,
  .blueprint-output {
    grid-column: 1 / -1;
  }

  .blueprint-core {
    min-height: 112px;
  }

  .blueprint-output {
    min-height: 102px;
  }

  .subject-blueprint figcaption,
  .benefit-blueprint figcaption {
    text-align: left;
  }

  .benefit-blueprint-canvas {
    min-height: 0;
    padding: 22px 14px;
  }

  .benefit-route-steps {
    grid-template-columns: 1fr;
  }

  .benefit-route-steps span {
    min-height: 90px;
  }

  .benefit-route-steps span:not(:last-child)::after {
    top: auto;
    right: calc(50% - 12px);
    bottom: -13px;
    width: 24px;
    height: 24px;
    transform: rotate(135deg);
  }

  .benefit-guardrail,
  .question-set-list,
  .capture-category-list {
    grid-template-columns: 1fr;
  }

  .question-set-list article:last-child,
  .capture-category-list article:last-child {
    grid-column: auto;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
dl,
ul,
figure {
  margin-top: 0;
}

p:last-child,
ul:last-child,
dl:last-child,
figure:last-child {
  margin-bottom: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 30;
  transform: translateY(-140%);
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  font-weight: 760;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 max(28px, calc((100vw - var(--content)) / 2));
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 760;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 2px solid var(--teal);
  border-radius: 4px;
}

.brand-mark span {
  width: 8px;
  height: 8px;
  border: 2px solid var(--teal);
  border-radius: 50%;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 680;
  white-space: nowrap;
}

.site-nav a {
  border-bottom: 2px solid transparent;
  padding: 4px 0;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  border-color: var(--teal);
  color: var(--teal-dark);
  outline: 0;
}

.site-nav-toggle {
  display: none;
}

.site-nav-toggle-icon {
  display: grid;
  gap: 3px;
  width: 15px;
}

.site-nav-toggle-icon > span {
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.hero {
  display: grid;
  width: min(1368px, calc(100% - 32px));
  min-height: 640px;
  grid-template-columns: minmax(540px, 0.72fr) minmax(640px, 1.18fr);
  align-items: center;
  gap: 28px;
  margin: 0 auto;
  padding: 66px 0 54px;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 590px;
}

.hero h1 {
  max-width: 720px;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: clamp(58px, 4.4vw, 64px);
  font-weight: 840;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
}

.hero h1 span:first-child {
  white-space: normal;
}

.hero-lede {
  max-width: 590px;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.48;
}

.hero-note {
  max-width: 560px;
  color: var(--text);
  font-size: 18px;
}

.hero-actions,
.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid var(--teal);
  border-radius: 4px;
  padding: 0 22px;
  color: var(--teal-dark);
  font-size: 15px;
  font-weight: 780;
  line-height: 1;
}

.button svg,
.text-link svg,
.draft-list svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-primary {
  background: var(--teal);
  color: #fff;
}

.button-secondary {
  background: #fff;
}

.button:hover,
.button:focus-visible {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  color: #fff;
  outline: 0;
}

.hero-map {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 820px;
  justify-self: end;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.hero-map::before {
  content: none;
}

.hero-map img {
  width: 100%;
  height: auto;
}

.status-strip,
.evidence-section,
.surface-section,
.drafts-section,
.review-section,
.notice-section,
.fast-path-section,
.pathway-invite,
.assistant-hero,
.assistant-shell,
.review-tasks-section,
.feedback-use-section,
.page-hero,
.brief-section,
.guide-grid,
.channels-section,
.contact-section,
.site-footer {
  width: min(var(--content), calc(100% - 64px));
  margin: 0 auto;
}

.status-strip {
  display: grid;
  grid-template-columns: minmax(270px, 0.7fr) minmax(480px, 1fr);
  gap: 42px;
  padding: 38px 0 44px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.status-strip h2,
.section-heading h2,
.review-copy h2,
.notice-section h2,
.pathway-invite h2,
.assistant-hero h1,
.assistant-intro h2,
.assistant-result h2,
.feedback-use-section h2,
.page-hero h1,
.brief-lede h2,
.guide-intro h2,
.channels-section h2 {
  color: var(--ink);
  font-weight: 820;
  letter-spacing: 0;
}

.status-strip h2 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.15;
}

.status-strip p {
  max-width: 450px;
  color: var(--text);
}

.status-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.status-facts div {
  min-height: 94px;
  padding: 18px;
  background: #fff;
}

.status-facts dt {
  margin-bottom: 6px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 800;
}

.status-facts dd {
  margin: 0;
  color: var(--ink);
  font-weight: 650;
}

.evidence-section,
.surface-section,
.fast-path-section,
.pathway-invite,
.assistant-shell,
.review-tasks-section,
.feedback-use-section,
.drafts-section,
.review-section,
.brief-section,
.guide-grid,
.channels-section,
.contact-section {
  padding: 64px 0;
  border-bottom: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(420px, 1fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading h2,
.review-copy h2,
.brief-lede h2,
.guide-intro h2,
.channels-section h2 {
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 1.08;
}

.section-heading p,
.review-copy p,
.pathway-invite p,
.assistant-hero p,
.assistant-intro p,
.feedback-use-section li,
.brief-lede p,
.guide-intro p,
.channels-section p,
.notice-section p,
.page-hero p {
  color: var(--text);
}

.compact-heading {
  grid-template-columns: minmax(260px, 360px) minmax(420px, 1fr);
}

.loop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.surface-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.fast-path-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(520px, 1fr);
  gap: 42px;
  align-items: start;
}

.fast-path-copy h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 38px;
  font-weight: 820;
  line-height: 1.08;
}

.fast-path-copy p {
  color: var(--text);
}

.fast-path-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fast-path-list li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 16px;
}

.fast-path-list span,
.prompt-card span {
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 830;
}

.fast-path-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
}

.fast-path-list p {
  margin: 0;
  color: var(--text);
}

.prompt-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.prompt-card {
  min-height: 190px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 20px;
}

.prompt-card h3 {
  margin: 12px 0 8px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.18;
}

.prompt-card p {
  color: var(--text);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.pathway-invite {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(380px, 0.72fr) auto;
  gap: 26px;
  align-items: center;
  background: var(--wash);
  box-shadow: 0 0 0 100vmax var(--wash);
  clip-path: inset(0 -100vmax);
}

.pathway-invite h2,
.assistant-intro h2,
.feedback-use-section h2 {
  margin: 0 0 12px;
  font-size: 38px;
  line-height: 1.08;
}

.pathway-steps {
  display: grid;
  gap: 10px;
  border-left: 3px solid var(--teal);
  padding-left: 18px;
}

.pathway-steps span {
  color: var(--ink);
  font-weight: 760;
}

.assistant-hero {
  display: grid;
  width: min(1368px, calc(100% - 64px));
  min-height: clamp(620px, calc(100vh - 112px), 740px);
  grid-template-columns: minmax(470px, 0.82fr) minmax(570px, 1.18fr);
  gap: 52px;
  align-items: center;
  padding: 58px 0 52px;
  border-bottom: 1px solid var(--line);
}

.assistant-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.assistant-hero h1 {
  max-width: 610px;
  margin: 0 0 26px;
  font-size: clamp(54px, 4.5vw, 68px);
  line-height: 0.97;
}

.assistant-hero .assistant-hero-lede {
  max-width: 570px;
  margin-bottom: 0;
  color: var(--text);
  font-size: 19px;
  line-height: 1.55;
}

.assistant-hero-boundary {
  display: flex;
  max-width: 560px;
  align-items: flex-start;
  gap: 11px;
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 670;
  line-height: 1.45;
}

.assistant-hero-boundary svg {
  width: 20px;
  min-width: 20px;
  fill: none;
  stroke: var(--teal-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.review-route {
  width: 100%;
  max-width: 720px;
  justify-self: end;
  margin: 0;
}

.review-route-canvas {
  position: relative;
  min-height: 500px;
  background:
    linear-gradient(rgba(0, 107, 125, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 107, 125, 0.055) 1px, transparent 1px);
  background-size: 32px 32px;
  border-top: 1px solid var(--soft-line);
  border-bottom: 1px solid var(--soft-line);
}

.route-registration,
.destination-frame-mark {
  position: absolute;
  z-index: 3;
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.route-registration::before,
.route-registration::after,
.destination-frame-mark::before,
.destination-frame-mark::after {
  position: absolute;
  background: #8aa0a7;
  content: "";
}

.route-registration::before,
.destination-frame-mark::before {
  top: 11px;
  left: 0;
  width: 24px;
  height: 1px;
}

.route-registration::after,
.destination-frame-mark::after {
  top: 0;
  left: 11px;
  width: 1px;
  height: 24px;
}

.route-registration-nw {
  top: -12px;
  left: -12px;
}

.route-registration-ne {
  top: -12px;
  right: -12px;
}

.route-registration-sw {
  bottom: -12px;
  left: -12px;
}

.route-registration-se {
  right: -12px;
  bottom: -12px;
}

.review-route-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.route-line {
  fill: none;
  stroke: var(--teal);
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2.25;
  vector-effect: non-scaling-stroke;
}

.route-line-output {
  stroke-width: 3.25;
}

#route-arrow path {
  fill: var(--teal);
}

.route-step {
  position: absolute;
  z-index: 2;
  display: grid;
  width: min(430px, 64%);
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}

.route-step-one {
  top: 40px;
  left: 20px;
}

.route-step-two {
  top: 208px;
  left: 20px;
}

.route-step-three {
  top: 376px;
  left: 20px;
}

.route-index {
  position: relative;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1.5px solid var(--teal-dark);
  border-radius: 50%;
  background: #fff;
  color: var(--teal-dark);
  font-size: 26px;
  font-weight: 820;
  line-height: 1;
}

.route-index::before,
.route-index::after {
  position: absolute;
  z-index: -1;
  background: #8aa0a7;
  content: "";
}

.route-index::before {
  top: -13px;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 13px;
}

.route-index::after {
  top: calc(50% - 0.5px);
  left: -13px;
  width: 13px;
  height: 1px;
}

.route-copy {
  display: grid;
  gap: 2px;
  padding: 9px 12px 10px 0;
  background: transparent;
}

.route-copy::after {
  width: 9px;
  height: 9px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--amber);
  content: "";
}

.route-copy strong {
  width: fit-content;
  max-width: 100%;
  padding-right: 10px;
  background: #fff;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}

.route-copy > span {
  width: fit-content;
  max-width: 100%;
  padding-right: 10px;
  background: #fff;
  color: var(--text);
  font-size: 14px;
  font-weight: 620;
  line-height: 1.35;
}

.route-risk {
  position: absolute;
  z-index: 2;
  top: 292px;
  left: 48%;
  width: 31px;
  color: #b74b49;
}

.route-risk svg,
.destination-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.route-destination {
  position: absolute;
  z-index: 2;
  top: 140px;
  right: 0;
  display: flex;
  width: 220px;
  min-height: 238px;
  flex-direction: column;
  justify-content: center;
  border: 2px solid var(--ink);
  padding: 24px;
  background: #fff;
  box-shadow: 8px 8px 0 var(--teal-soft);
}

.route-destination::before,
.route-destination::after {
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: var(--teal-dark);
  content: "";
}

.route-destination::before {
  top: 9px;
  left: 9px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.route-destination::after {
  right: 9px;
  bottom: 9px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.destination-icon {
  width: 34px;
  margin-bottom: 18px;
  color: var(--teal);
}

.route-destination strong {
  max-width: 180px;
  color: var(--ink);
  font-size: 27px;
  line-height: 1.02;
}

.destination-frame {
  position: absolute;
  z-index: 1;
  top: 127px;
  right: -13px;
  width: 246px;
  height: 266px;
  border: 1px solid rgba(7, 21, 34, 0.72);
  pointer-events: none;
}

.destination-frame-mark::before,
.destination-frame-mark::after {
  background: var(--ink);
}

.destination-frame-nw {
  top: -12px;
  left: -12px;
}

.destination-frame-ne {
  top: -12px;
  right: -12px;
}

.destination-frame-sw {
  bottom: -12px;
  left: -12px;
}

.destination-frame-se {
  right: -12px;
  bottom: -12px;
}

.destination-caption {
  position: absolute;
  top: 410px;
  right: -13px;
  display: grid;
  width: 246px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.destination-caption::before,
.destination-caption::after {
  height: 1px;
  background: #8aa0a7;
  content: "";
}

.destination-rule {
  width: 82px;
  height: 3px;
  margin-top: 20px;
  background: var(--amber);
}

@media (prefers-reduced-motion: no-preference) {
  .route-line {
    animation: route-draw 900ms ease-out both;
    stroke-dasharray: 820;
    stroke-dashoffset: 820;
  }

  .route-line-two {
    animation-delay: 120ms;
  }

  .route-line-three {
    animation-delay: 240ms;
  }

  .route-line-output {
    animation-delay: 760ms;
    animation-duration: 420ms;
  }

  .route-destination {
    animation: route-arrive 500ms 850ms ease-out both;
  }
}

@keyframes route-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes route-arrive {
  from {
    opacity: 0;
    transform: translateX(12px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.assistant-shell {
  border-bottom: 1px solid var(--line);
}

.assistant-intro {
  max-width: 820px;
  margin-bottom: 30px;
}

.assistant-workspace {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(390px, 0.78fr);
  gap: 28px;
  align-items: start;
}

.assistant-form {
  display: grid;
  gap: 22px;
}

.assistant-form fieldset {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin: 0;
  padding: 20px;
}

.assistant-form legend {
  padding: 0 8px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 820;
}

.choice-grid,
.time-grid {
  display: grid;
  gap: 10px;
}

.choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.time-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.choice-option {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-height: 66px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  background: #fff;
  color: var(--ink);
  font-weight: 730;
  cursor: pointer;
}

.compact-choice {
  min-height: 54px;
}

.choice-option input {
  width: 17px;
  height: 17px;
  margin: 3px 0 0;
  accent-color: var(--teal);
}

.choice-option:has(input:checked) {
  border-color: var(--teal);
  background: var(--teal-soft);
}

.choice-option:focus-within {
  border-color: var(--teal);
  outline: 3px solid rgba(0, 107, 125, 0.16);
}

.assistant-result {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 24px;
  box-shadow: var(--shadow);
}

.assistant-result h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.1;
}

.assistant-result > p {
  color: var(--text);
}

.result-panel {
  border-left: 3px solid var(--teal);
  background: var(--wash);
  padding: 14px 16px;
}

.result-panel span,
.task-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.result-panel a {
  color: var(--ink);
  font-size: 20px;
  font-weight: 820;
}

.result-panel p {
  color: var(--ink);
  font-weight: 690;
}

.copy-button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid var(--teal);
  border-radius: 4px;
  background: #fff;
  padding: 0 12px;
  color: var(--teal-dark);
  font: inherit;
  font-weight: 780;
  cursor: pointer;
}

.copy-button:hover,
.copy-button:focus-visible {
  background: var(--teal);
  color: #fff;
  outline: 0;
}

.assistant-actions {
  display: grid;
  gap: 12px;
}

.assistant-actions .button {
  width: 100%;
}

.assistant-boundary {
  border-top: 1px solid var(--line);
  padding-top: 14px;
  color: var(--muted);
  font-size: 14px;
}

.task-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.task-card {
  display: grid;
  min-height: 154px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 16px;
}

.task-card strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.25;
}

.task-card:hover,
.task-card:focus-visible {
  border-color: var(--teal);
  background: var(--teal-soft);
  outline: 0;
}

.feedback-use-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(480px, 1fr);
  gap: 42px;
  align-items: start;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 0 0 100vmax var(--ink);
  clip-path: inset(0 -100vmax);
}

.feedback-use-section h2,
.feedback-use-section .eyebrow,
.feedback-use-section li {
  color: #fff;
}

.feedback-use-section ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 24px;
}

.assistant-context {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--teal-soft);
  padding: 14px;
}

.assistant-context span {
  display: block;
  margin-bottom: 4px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.assistant-context p {
  margin: 0;
  color: var(--ink);
  font-weight: 690;
}

.is-hidden {
  display: none;
}

.surface-card {
  min-height: 252px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 24px;
}

.surface-card span {
  display: block;
  margin-bottom: 16px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 830;
}

.surface-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.18;
}

.surface-card p {
  color: var(--text);
}

.loop-step {
  min-height: 238px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.loop-step span,
.brief-panel span,
.guide-card span,
.draft-list span {
  display: block;
  margin-bottom: 16px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 830;
}

.loop-step h3,
.guide-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.2;
}

.loop-step p,
.guide-card p,
.brief-panel p {
  color: var(--text);
}

.draft-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.draft-list a {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 20px;
  min-height: 76px;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  color: var(--ink);
}

.draft-list a:hover,
.draft-list a:focus-visible {
  color: var(--teal-dark);
  outline: 0;
}

.draft-list span {
  margin-bottom: 0;
}

.draft-list strong {
  font-size: 20px;
  font-weight: 780;
  line-height: 1.25;
}

.draft-list svg {
  justify-self: end;
}

.review-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(420px, 1fr);
  gap: 68px;
  align-items: start;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 0 0 100vmax var(--ink);
  clip-path: inset(0 -100vmax);
}

.review-copy h2,
.review-copy p {
  color: #fff;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  color: var(--teal-dark);
  font-weight: 780;
}

.review-section .text-link {
  color: #9bd6df;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--ink);
  outline: 0;
}

.review-section .text-link:hover,
.review-section .text-link:focus-visible {
  color: #fff;
}

.review-checks {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.review-checks li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  color: #e7eef0;
  font-size: 18px;
}

.review-checks span {
  width: 12px;
  height: 12px;
  margin-top: 9px;
  border: 2px solid #9bd6df;
  border-radius: 50%;
}

.notice-section {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 44px 0 56px;
  border-bottom: 1px solid var(--line);
}

.notice-mark {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 3px solid var(--amber);
  border-radius: 50%;
  color: var(--amber);
  font-size: 38px;
  font-weight: 840;
  line-height: 1;
}

.notice-section h2 {
  margin-bottom: 10px;
  font-size: 30px;
}

.notice-section p {
  max-width: 900px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 0 44px;
  color: var(--muted);
  font-size: 14px;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer a {
  color: var(--teal-dark);
  font-weight: 760;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 22px;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  align-items: end;
  padding: 72px 0 50px;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  margin-bottom: 18px;
  font-size: 68px;
  line-height: 1;
}

.page-hero p {
  max-width: 800px;
  margin-bottom: 24px;
  font-size: 20px;
}

.page-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}

.page-meta div {
  display: flex;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 8px 10px;
  background: #fff;
}

.page-meta dt,
.page-meta dd {
  margin: 0;
  font-size: 13px;
}

.page-meta dt {
  color: var(--teal-dark);
  font-weight: 800;
}

.page-meta dd {
  color: var(--ink);
  font-weight: 650;
}

.brief-lede {
  display: grid;
  grid-template-columns: 84px minmax(0, 860px);
  gap: 28px;
  align-items: start;
  margin-bottom: 38px;
}

.doc-mark {
  position: relative;
  width: 62px;
  height: 78px;
  border: 3px solid var(--teal);
  border-radius: 4px;
}

.doc-mark::before,
.doc-mark::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  height: 3px;
  background: var(--teal);
}

.doc-mark::before {
  top: 26px;
}

.doc-mark::after {
  top: 42px;
}

.brief-grid,
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.brief-panel,
.guide-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 22px;
}

.brief-panel ul {
  margin: 0;
  padding-left: 20px;
  color: var(--text);
}

.brief-panel li + li {
  margin-top: 8px;
}

.wide-panel {
  grid-column: span 2;
}

.doctrine-panel {
  grid-row: span 2;
}

.guide-grid {
  padding-top: 64px;
}

.guide-intro {
  grid-column: span 3;
  max-width: 780px;
  margin-bottom: 12px;
}

.channels-section {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(340px, 440px);
  gap: 58px;
  align-items: start;
}

.channel-list {
  display: grid;
  gap: 10px;
}

.channel-list a {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 14px 16px;
  color: var(--teal-dark);
  font-weight: 760;
}

.channel-list a:hover,
.channel-list a:focus-visible {
  border-color: var(--teal);
  color: var(--ink);
  outline: 0;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(440px, 1fr);
  gap: 58px;
  align-items: start;
}

.contact-copy,
.contact-form {
  min-width: 0;
}

.contact-copy h2,
.contact-direct h3 {
  color: var(--ink);
  font-weight: 820;
  letter-spacing: 0;
}

.contact-copy h2 {
  margin-bottom: 14px;
  font-size: 38px;
  line-height: 1.08;
}

.contact-copy p {
  color: var(--text);
}

.contact-direct {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  border-left: 3px solid var(--teal);
  padding-left: 18px;
}

.contact-direct h3 {
  margin: 0 0 2px;
  font-size: 20px;
}

.contact-direct a,
.notice-section a:not(.text-link) {
  color: var(--teal-dark);
  font-weight: 760;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-direct a:hover,
.contact-direct a:focus-visible,
.notice-section a:not(.text-link):hover,
.notice-section a:not(.text-link):focus-visible {
  color: var(--ink);
  outline: 0;
}

.contact-form {
  display: grid;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 24px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field span,
.checkbox-field span {
  color: var(--ink);
  font-weight: 730;
}

.form-field em {
  color: var(--muted);
  font-style: normal;
  font-weight: 620;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
  line-height: 1.4;
}

.form-field textarea {
  min-height: 174px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus,
.checkbox-field input:focus-visible {
  border-color: var(--teal);
  outline: 3px solid rgba(0, 107, 125, 0.16);
}

.form-field input[aria-invalid="true"],
.form-field select[aria-invalid="true"],
.form-field textarea[aria-invalid="true"] {
  border-color: #9c2f2f;
}

.checkbox-field {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--teal);
}

.contact-form .button {
  width: fit-content;
}

.form-status,
.form-feedback {
  min-height: 24px;
  margin: 0;
  color: var(--teal-dark);
  font-weight: 720;
}

.form-disclosure {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.form-disclosure a {
  color: var(--teal-dark);
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-disclosure a:hover,
.form-disclosure a:focus-visible {
  color: var(--ink);
  outline: 0;
}

.grecaptcha-badge {
  right: 0 !important;
  visibility: hidden;
}

.form-feedback:empty,
.field-error:empty {
  display: none;
}

.form-success:not(:empty) {
  border: 1px solid #badfca;
  border-radius: 4px;
  background: #f2faf5;
  padding: 12px 14px;
  color: #14512b;
}

.form-error:not(:empty),
.field-error:not(:empty) {
  color: #8a1f1f;
}

.field-error {
  font-size: 14px;
  font-weight: 720;
}

.contact-form button[disabled] {
  cursor: progress;
  opacity: 0.68;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (min-width: 1620px) {
  .hero {
    width: min(1760px, calc(100% - 176px));
    grid-template-columns: minmax(620px, 0.9fr) minmax(720px, 1.1fr);
    gap: 44px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero h1 {
    max-width: 760px;
    font-size: clamp(64px, 3.6vw, 72px);
  }

  .hero-map {
    max-width: 900px;
  }
}

@media (max-width: 1220px) {
  .hero {
    width: min(var(--content), calc(100% - 64px));
    grid-template-columns: minmax(520px, 0.95fr) minmax(520px, 0.95fr);
    gap: 36px;
  }

  .hero-copy {
    max-width: 610px;
  }

  .hero-map {
    max-width: 680px;
  }

  .task-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 18px 28px;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero,
  .pathway-invite,
  .assistant-hero,
  .assistant-workspace,
  .feedback-use-section,
  .status-strip,
  .section-heading,
  .fast-path-layout,
  .review-section,
  .page-hero,
  .channels-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    gap: 42px;
    padding-top: 52px;
  }

  .hero h1 {
    font-size: 66px;
  }

  .assistant-hero {
    min-height: 0;
    gap: 38px;
    padding: 52px 0 46px;
  }

  .assistant-hero-copy {
    max-width: 760px;
  }

  .assistant-hero h1 {
    max-width: 760px;
    font-size: 68px;
  }

  .review-route {
    max-width: 760px;
    justify-self: start;
  }

  .hero-map {
    max-width: 860px;
  }

  .status-facts,
  .loop-grid,
  .surface-grid,
  .prompt-grid,
  .brief-grid,
  .guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-intro {
    grid-column: span 2;
  }

  .page-actions {
    margin-top: 0;
  }

  .assistant-result {
    position: static;
  }

  .task-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0 12px;
    padding: 16px 22px;
  }

  .brand {
    min-width: 0;
    white-space: normal;
  }

  .site-nav-toggle {
    display: inline-flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 8px 11px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #fff;
    color: var(--ink);
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 740;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid var(--line);
    font-size: 14px;
    max-width: 100%;
    white-space: normal;
  }

  [data-navigation-ready="true"] .site-nav {
    display: none;
  }

  [data-navigation-ready="true"][data-navigation-open="true"] .site-nav {
    display: grid;
  }

  .site-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 7px 8px;
    border: 1px solid var(--line);
    border-radius: 4px;
    text-align: center;
  }

  .hero,
  .status-strip,
  .evidence-section,
  .surface-section,
  .drafts-section,
  .review-section,
  .notice-section,
  .fast-path-section,
  .pathway-invite,
  .assistant-hero,
  .assistant-shell,
  .review-tasks-section,
  .feedback-use-section,
  .page-hero,
  .brief-section,
  .guide-grid,
  .channels-section,
  .contact-section,
  .site-footer {
    width: min(var(--content), calc(100% - 44px));
  }

  .hero {
    padding: 42px 0 38px;
  }

  .hero h1 {
    font-size: 38px;
    line-height: 1.03;
  }

  .hero h1 span:first-child {
    white-space: normal;
  }

  .hero-lede,
  .page-hero p {
    font-size: 18px;
  }

  .hero-note {
    font-size: 16px;
  }

  .button,
  .hero-actions,
  .page-actions {
    width: 100%;
  }

  .button {
    padding: 0 16px;
  }

  .hero-map::before {
    top: 12px;
    bottom: 12px;
    left: 12px;
  }

  .status-strip,
  .evidence-section,
  .drafts-section,
  .review-section,
  .fast-path-section,
  .pathway-invite,
  .assistant-shell,
  .review-tasks-section,
  .feedback-use-section,
  .brief-section,
  .guide-grid,
  .channels-section {
    padding: 42px 0;
  }

  .contact-section {
    padding: 42px 0;
  }

  .status-facts,
  .loop-grid,
  .surface-grid,
  .prompt-grid,
  .choice-grid,
  .time-grid,
  .task-grid,
  .brief-grid,
  .guide-grid,
  .form-row,
  .brief-lede,
  .notice-section {
    grid-template-columns: 1fr;
  }

  .status-facts div,
  .loop-step {
    min-height: auto;
  }

  .section-heading h2,
  .fast-path-copy h2,
  .review-copy h2,
  .pathway-invite h2,
  .assistant-intro h2,
  .assistant-result h2,
  .feedback-use-section h2,
  .contact-copy h2,
  .brief-lede h2,
  .guide-intro h2,
  .channels-section h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  .draft-list a {
    grid-template-columns: 1fr 28px;
    gap: 8px 14px;
  }

  .draft-list span {
    grid-column: 1 / -1;
  }

  .draft-list strong {
    font-size: 18px;
  }

  .page-hero {
    padding: 46px 0 38px;
  }

  .page-hero h1 {
    font-size: 44px;
  }

  .page-meta {
    display: grid;
  }

  .wide-panel,
  .doctrine-panel,
  .guide-intro {
    grid-column: auto;
    grid-row: auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .contact-form {
    padding: 20px;
  }

  .assistant-hero {
    gap: 32px;
    padding: 42px 0 38px;
  }

  .assistant-hero h1 {
    font-size: 42px;
    line-height: 1.02;
  }

  .assistant-hero .assistant-hero-lede {
    font-size: 17px;
  }

  .assistant-hero-boundary {
    font-size: 12px;
  }

  .review-route {
    width: 100%;
    max-width: none;
  }

  .review-route-canvas {
    display: grid;
    min-height: 0;
    gap: 0;
    border-top: 0;
    border-bottom: 0;
    background: none;
  }

  .review-route-canvas::before,
  .review-route-canvas::after,
  .review-route-lines,
  .route-registration,
  .route-risk,
  .destination-frame,
  .destination-caption {
    display: none;
  }

  .route-step {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
  }

  .route-index {
    width: 52px;
    height: 52px;
    font-size: 19px;
  }

  .route-index::before,
  .route-index::after {
    display: none;
  }

  .route-copy {
    padding: 0;
    background: transparent;
  }

  .route-copy strong,
  .route-copy > span {
    background: transparent;
  }

  .route-copy::after {
    position: absolute;
    right: 2px;
    width: 8px;
    height: 8px;
    margin: 0;
  }

  .route-copy strong {
    font-size: 17px;
  }

  .route-copy span {
    padding-right: 18px;
    font-size: 13px;
  }

  .route-destination {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    min-height: 0;
    margin-top: 22px;
    padding: 24px;
    box-shadow: 6px 6px 0 var(--teal-soft);
  }

  .destination-icon {
    width: 30px;
    margin-bottom: 14px;
  }

  .route-destination strong {
    max-width: 270px;
    font-size: 25px;
  }

  .destination-rule {
    margin-top: 16px;
  }

  .assistant-form fieldset,
  .assistant-result {
    padding: 18px;
  }

  .task-card {
    min-height: auto;
  }

  .contact-form .button {
    width: 100%;
  }

  .contact-direct a {
    display: block;
    max-width: 100%;
  }

}
@media (max-width: 360px) {
  .hero h1 {
    font-size: 36px;
  }

  .hero h1 span:first-child {
    white-space: normal;
  }

  .contact-copy h2 {
    font-size: 28px;
  }
}

.document-hero {
  align-items: start;
}

.document-toc,
.document-page {
  width: min(var(--content), calc(100% - 64px));
  margin: 0 auto;
}

.document-toc {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px 0;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.document-toc a {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 780;
}

.document-toc a:hover,
.document-toc a:focus-visible {
  border-color: var(--teal);
  color: var(--ink);
  outline: 0;
}

.document-page {
  padding: 56px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 92px;
}

.document-page h2 {
  max-width: 900px;
  margin-bottom: 20px;
  color: var(--ink);
  font-size: 42px;
  font-weight: 840;
  line-height: 1.08;
}

.document-page h3 {
  margin: 30px 0 10px;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.2;
}

.document-page p,
.document-page li {
  max-width: 980px;
  color: var(--text);
}

.document-status {
  margin-bottom: 14px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 820;
  text-transform: uppercase;
}

.table-wrap {
  max-width: 1040px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

td:first-child {
  width: 28%;
  color: var(--ink);
  font-weight: 760;
}

tr:last-child td {
  border-bottom: 0;
}

.compact-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 22px;
  max-width: 980px;
  padding-left: 20px;
}

.question-columns,
.checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1080px;
}

.question-columns article,
.checklist-grid article,
.callout {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 22px;
}

.question-columns h3,
.checklist-grid h3 {
  margin-top: 0;
}

.callout {
  max-width: 900px;
  margin-top: 24px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 760;
}

.legal-page {
  max-width: 980px;
}

.legal-page h2 {
  font-size: 32px;
}

.js body {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 140ms ease,
    transform 140ms ease;
}

.js body.is-loaded {
  opacity: 1;
  transform: translateY(0);
}

.js body.is-leaving {
  opacity: 0.9;
  transform: translateY(2px);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .js body,
  .js body.is-loaded,
  .js body.is-leaving {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 860px) {
  .document-toc,
  .document-page {
    width: min(var(--content), calc(100% - 44px));
  }

  .document-page h2 {
    font-size: 34px;
  }

  .compact-list,
  .question-columns,
  .checklist-grid {
    grid-template-columns: 1fr;
  }
}

/* Shared subject-page and website review-intake pattern. */
.subject-hero,
.subject-progress,
.subject-section,
.subject-neighbors,
.intake-hero,
.review-intake-layout,
.github-option,
.review-confirmation {
  width: min(var(--content), calc(100% - 64px));
  margin-right: auto;
  margin-left: auto;
}

.subject-hero {
  display: grid;
  width: min(1368px, calc(100% - 64px));
  min-height: 650px;
  grid-template-columns: minmax(500px, 0.9fr) minmax(580px, 1.1fr);
  gap: 52px;
  align-items: center;
  padding: 58px 0 52px;
  border-bottom: 1px solid var(--line);
}

.subject-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.subject-hero h1,
.intake-hero h1,
.review-confirmation h1 {
  margin: 0;
  color: var(--ink);
  font-weight: 840;
  letter-spacing: 0;
}

.subject-hero h1 {
  max-width: 650px;
  font-size: clamp(50px, 4.2vw, 66px);
  line-height: 0.99;
}

.subject-hero-lede {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--text);
  font-size: 19px;
  line-height: 1.55;
}

.subject-boundary {
  max-width: 600px;
  margin: 24px 0 0;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 680;
}

.evidence-gate {
  width: 100%;
  max-width: 680px;
  justify-self: end;
  margin: 0;
}

.evidence-gate-grid {
  position: relative;
  min-height: 480px;
  border-top: 1px solid var(--soft-line);
  border-bottom: 1px solid var(--soft-line);
  background-image:
    linear-gradient(rgba(0, 107, 125, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 107, 125, 0.055) 1px, transparent 1px);
  background-size: 32px 32px;
}

.evidence-gate-grid > svg {
  position: absolute;
  inset: 20px 0;
  width: 100%;
  height: calc(100% - 40px);
  overflow: visible;
}

.evidence-gate-grid > svg path {
  fill: none;
  stroke: var(--teal);
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2.2;
  vector-effect: non-scaling-stroke;
}

.evidence-gate-grid > svg .gate-output-line {
  stroke-width: 3.2;
}

#evidence-arrow path {
  fill: var(--teal);
  stroke: none;
}

.gate-node,
.gate-core,
.gate-output {
  position: absolute;
  z-index: 2;
  display: grid;
  align-content: center;
  background: #fff;
  color: var(--ink);
}

.gate-node {
  width: 158px;
  min-height: 70px;
  border: 1.5px solid var(--teal);
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 780;
  text-align: center;
}

.gate-energy {
  top: 42px;
  left: 18px;
}

.gate-water {
  top: 42px;
  right: 18px;
}

.gate-people {
  bottom: 42px;
  left: 18px;
}

.gate-data {
  right: 18px;
  bottom: 42px;
}

.gate-core {
  top: 162px;
  left: calc(50% - 100px);
  width: 200px;
  min-height: 150px;
  border: 2px solid var(--teal-dark);
  padding: 20px;
  box-shadow: 7px 7px 0 var(--teal-soft);
  text-align: center;
}

.gate-core small,
.gate-output small {
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

.gate-core strong {
  margin-top: 8px;
  font-size: 25px;
  line-height: 1.06;
}

.gate-output {
  top: 174px;
  right: 0;
  width: 175px;
  min-height: 126px;
  border: 2px solid var(--ink);
  padding: 18px;
}

.gate-output strong {
  margin-top: 7px;
  font-size: 20px;
  line-height: 1.08;
}

.gate-output::after {
  width: 64px;
  height: 3px;
  margin-top: 14px;
  background: var(--amber);
  content: "";
}

.gate-registration {
  position: absolute;
  width: 24px;
  height: 24px;
}

.gate-registration::before,
.gate-registration::after {
  position: absolute;
  background: #8aa0a7;
  content: "";
}

.gate-registration::before {
  top: 11px;
  width: 24px;
  height: 1px;
}

.gate-registration::after {
  left: 11px;
  width: 1px;
  height: 24px;
}

.gate-registration-one {
  top: -12px;
  left: -12px;
}

.gate-registration-two {
  right: -12px;
  bottom: -12px;
}

.evidence-gate figcaption {
  max-width: 520px;
  margin: 14px 0 0 auto;
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.subject-progress {
  position: sticky;
  top: 0;
  z-index: 9;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.subject-progress a {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  border-right: 1px solid var(--line);
  padding: 0 18px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 760;
}

.subject-progress a:last-child {
  border-right: 0;
}

.subject-progress span {
  color: var(--teal-dark);
  font-size: 11px;
}

.subject-progress a:hover,
.subject-progress a:focus-visible {
  background: var(--teal-soft);
  color: var(--teal-dark);
  outline: 0;
}

.subject-section {
  padding: 70px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 68px;
}

.subject-section-heading {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(480px, 1.15fr);
  gap: 62px;
  align-items: end;
  margin-bottom: 34px;
}

.subject-section-heading h2,
.submit-review-section h2,
.intake-hero h1,
.review-intake-brief h2,
.form-heading h2,
.github-option h2 {
  margin: 0;
  color: var(--ink);
  font-weight: 830;
  letter-spacing: 0;
}

.subject-section-heading h2,
.submit-review-section h2,
.review-intake-brief h2,
.form-heading h2,
.github-option h2 {
  font-size: 38px;
  line-height: 1.08;
}

.subject-section-heading > p {
  max-width: 680px;
  margin: 0;
  color: var(--text);
  font-size: 17px;
}

.proposal-ledger {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.proposal-ledger article {
  min-height: 230px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px;
}

.proposal-ledger span,
.formal-principle > span {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 830;
  text-transform: uppercase;
}

.proposal-ledger h3 {
  margin: 42px 0 10px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.16;
}

.proposal-ledger p {
  color: var(--text);
}

.pressure-test-section {
  background: var(--wash);
  box-shadow: 0 0 0 100vmax var(--wash);
  clip-path: inset(0 -100vmax);
}

.pressure-workspace {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  border: 1px solid var(--line);
  background: #fff;
}

.pressure-controls {
  display: grid;
  align-content: start;
  border-right: 1px solid var(--line);
  background: var(--wash);
}

.pressure-control {
  min-height: 64px;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 0 18px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 760;
  text-align: left;
  cursor: pointer;
}

.pressure-control:hover,
.pressure-control:focus-visible,
.pressure-control.is-active {
  background: #fff;
  color: var(--teal-dark);
  outline: 0;
}

.pressure-control.is-active {
  border-left: 4px solid var(--teal);
  padding-left: 14px;
}

.pressure-output {
  padding: 30px;
}

.pressure-output-head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.pressure-output-head > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1.5px solid var(--teal-dark);
  border-radius: 50%;
  color: var(--teal-dark);
  font-size: 18px;
  font-weight: 820;
}

.pressure-output-head p {
  margin: 0 0 4px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.pressure-output-head h3 {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.13;
}

.pressure-ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 24px 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.pressure-ledger div {
  min-height: 142px;
  padding: 18px;
  background: #fff;
}

.pressure-ledger dt {
  margin-bottom: 8px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.pressure-ledger dd {
  margin: 0;
  color: var(--text);
}

.pressure-question {
  border-left: 3px solid var(--amber);
  padding: 4px 0 4px 20px;
}

.pressure-question > p {
  margin: 0 0 8px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.pressure-question blockquote {
  max-width: 760px;
  margin: 0 0 20px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 720;
  line-height: 1.35;
}

.formal-principle {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  margin-bottom: 30px;
  border-top: 3px solid var(--teal);
  border-bottom: 1px solid var(--line);
  padding: 26px 0;
}

.formal-principle p {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  font-weight: 690;
}

.requirement-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.requirement-list article {
  display: grid;
  min-height: 180px;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px;
}

.requirement-list article > span {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 820;
}

.requirement-list h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}

.requirement-list p {
  margin: 0;
  color: var(--text);
  font-size: 15px;
}

.terms-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.terms-strip article {
  border-top: 3px solid var(--teal);
  padding-top: 17px;
}

.terms-strip h3,
.not-alignment h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 19px;
}

.terms-strip p,
.not-alignment p {
  color: var(--text);
}

.not-alignment {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 34px;
  margin-top: 42px;
  border-top: 1px solid var(--amber);
  padding-top: 24px;
}

.submit-review-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(430px, 1fr);
  gap: 70px;
  align-items: center;
  background: var(--wash);
  box-shadow: 0 0 0 100vmax var(--wash);
  clip-path: inset(0 -100vmax);
}

.submit-review-section h2 {
  margin-bottom: 14px;
}

.submit-review-actions {
  display: grid;
  gap: 12px;
}

.submit-review-actions .button {
  width: 100%;
}

.submit-review-actions > p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.subject-neighbors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.subject-neighbors a {
  display: grid;
  min-height: 108px;
  align-content: center;
  gap: 3px;
  padding: 24px;
}

.subject-neighbors a + a {
  border-left: 1px solid var(--line);
  text-align: right;
}

.subject-neighbors span {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 810;
  text-transform: uppercase;
}

.subject-neighbors strong {
  color: var(--ink);
  font-size: 20px;
}

.subject-neighbors a:hover,
.subject-neighbors a:focus-visible {
  background: var(--teal-soft);
  outline: 0;
}

.intake-hero {
  display: grid;
  grid-template-columns: minmax(460px, 1fr) minmax(420px, 0.9fr);
  gap: 60px;
  align-items: end;
  padding: 66px 0 54px;
  border-bottom: 1px solid var(--line);
}

.intake-hero h1 {
  max-width: 700px;
  font-size: 56px;
  line-height: 1;
}

.intake-hero > div > p:last-child {
  max-width: 640px;
  margin: 22px 0 0;
  font-size: 19px;
}

.intake-route,
.confirmation-route {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.intake-route li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 3px 14px;
  border-top: 1px solid var(--line);
  padding: 14px 0;
}

.intake-route li:last-child {
  border-bottom: 1px solid var(--line);
}

.intake-route span {
  grid-row: span 2;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 830;
}

.intake-route strong {
  color: var(--ink);
}

.intake-route small {
  color: var(--muted);
  font-size: 13px;
}

.review-intake-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(560px, 1.25fr);
  gap: 56px;
  align-items: start;
  padding: 68px 0;
  border-bottom: 1px solid var(--line);
}

.review-intake-brief {
  position: sticky;
  top: 24px;
}

.review-intake-brief h2 {
  margin-bottom: 20px;
}

.review-intake-brief ul {
  display: grid;
  gap: 12px;
  padding-left: 22px;
}

.intake-boundary-note {
  margin-top: 28px;
  border-left: 3px solid var(--amber);
  padding: 4px 0 4px 18px;
}

.intake-boundary-note strong {
  color: var(--ink);
}

.intake-boundary-note p {
  margin: 6px 0 0;
  color: var(--text);
  font-size: 14px;
}

.review-feedback-form {
  width: 100%;
}

.form-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.form-heading h2 {
  margin-bottom: 8px;
}

.form-heading > p:last-child {
  color: var(--muted);
  font-size: 14px;
}

.review-prefill-context {
  border-left: 3px solid var(--teal);
  background: var(--teal-soft);
  padding: 14px 16px;
}

.review-prefill-context span {
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 830;
  text-transform: uppercase;
}

.review-prefill-context p {
  margin: 4px 0 0;
  color: var(--ink);
  font-weight: 690;
}

.review-radio-group {
  display: grid;
  gap: 10px;
  border: 0;
  margin: 0;
  padding: 0;
}

.review-radio-group legend {
  margin-bottom: 10px;
  color: var(--ink);
  font-weight: 760;
}

.review-radio-group label {
  display: grid;
  min-height: 52px;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid var(--line);
  padding: 12px 14px;
  cursor: pointer;
}

.review-radio-group label:has(input:checked) {
  border-color: var(--teal);
  background: var(--teal-soft);
}

.review-radio-group input {
  width: 17px;
  height: 17px;
  accent-color: var(--teal);
}

.github-option {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) auto;
  gap: 48px;
  align-items: center;
  padding: 52px 0;
  border-bottom: 1px solid var(--line);
}

.github-option h2 {
  margin-bottom: 8px;
}

.github-option p {
  max-width: 720px;
}

.review-confirmation {
  max-width: 900px;
  padding: 90px 0;
}

.confirmation-mark {
  position: relative;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  margin-bottom: 28px;
  border: 2px solid var(--teal);
  border-radius: 50%;
}

.confirmation-mark span {
  width: 28px;
  height: 15px;
  transform: rotate(-45deg);
  border-bottom: 3px solid var(--teal);
  border-left: 3px solid var(--teal);
}

.review-confirmation h1 {
  max-width: 780px;
  font-size: 56px;
  line-height: 1;
}

.review-confirmation > p:not(.eyebrow) {
  max-width: 720px;
  margin: 22px 0 36px;
  color: var(--text);
  font-size: 18px;
}

.confirmation-route {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.confirmation-route li {
  display: grid;
  min-height: 190px;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px;
}

.confirmation-route span {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 830;
}

.confirmation-route strong {
  color: var(--ink);
  font-size: 18px;
}

.confirmation-route p {
  margin: 8px 0 0;
  color: var(--text);
  font-size: 14px;
}

@media (prefers-reduced-motion: no-preference) {
  .evidence-gate-grid > svg path {
    animation: evidence-route-in 850ms ease-out both;
    stroke-dasharray: 620;
    stroke-dashoffset: 620;
  }

  .evidence-gate-grid > svg path:nth-child(2) {
    animation-delay: 100ms;
  }

  .evidence-gate-grid > svg path:nth-child(3) {
    animation-delay: 200ms;
  }

  .evidence-gate-grid > svg path:nth-child(4) {
    animation-delay: 300ms;
  }

  .evidence-gate-grid > svg .gate-output-line {
    animation-delay: 700ms;
  }
}

@keyframes evidence-route-in {
  to {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 1120px) {
  .subject-hero {
    grid-template-columns: 1fr;
  }

  .subject-hero-copy {
    max-width: 820px;
  }

  .subject-hero h1 {
    max-width: 800px;
  }

  .evidence-gate {
    max-width: 760px;
    justify-self: start;
  }

  .subject-section-heading,
  .submit-review-section,
  .intake-hero,
  .review-intake-layout,
  .github-option {
    grid-template-columns: 1fr;
  }

  .review-intake-brief {
    position: static;
  }

  .proposal-ledger,
  .requirement-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .github-option {
    gap: 20px;
  }
}

@media (max-width: 680px) {
  .subject-hero,
  .subject-progress,
  .subject-section,
  .subject-neighbors,
  .intake-hero,
  .review-intake-layout,
  .github-option,
  .review-confirmation {
    width: min(var(--content), calc(100% - 44px));
  }

  .subject-hero {
    min-height: 0;
    gap: 38px;
    padding: 44px 0 38px;
  }

  .subject-hero h1,
  .intake-hero h1,
  .review-confirmation h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  .subject-hero-lede,
  .intake-hero > div > p:last-child {
    font-size: 17px;
  }

  .evidence-gate-grid {
    display: grid;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border: 0;
    background: none;
  }

  .evidence-gate-grid > svg,
  .gate-registration {
    display: none;
  }

  .gate-node,
  .gate-core,
  .gate-output {
    position: relative;
    inset: auto;
    width: auto;
    min-height: 80px;
    padding: 13px;
  }

  .gate-core,
  .gate-output {
    grid-column: 1 / -1;
  }

  .gate-core {
    min-height: 112px;
  }

  .gate-output {
    min-height: 100px;
  }

  .evidence-gate figcaption {
    text-align: left;
  }

  .subject-progress {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subject-progress a:nth-child(2) {
    border-right: 0;
  }

  .subject-progress a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .subject-section,
  .review-intake-layout {
    padding: 48px 0;
  }

  .subject-section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .subject-section-heading h2,
  .submit-review-section h2,
  .review-intake-brief h2,
  .form-heading h2,
  .github-option h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  .proposal-ledger,
  .requirement-list,
  .terms-strip,
  .pressure-ledger,
  .confirmation-route,
  .subject-neighbors {
    grid-template-columns: 1fr;
  }

  .proposal-ledger article,
  .requirement-list article {
    min-height: 0;
  }

  .proposal-ledger h3 {
    margin-top: 22px;
  }

  .pressure-workspace {
    grid-template-columns: 1fr;
  }

  .pressure-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .pressure-control {
    border-right: 1px solid var(--line);
    padding: 10px 12px;
    text-align: center;
  }

  .pressure-control.is-active {
    border-left: 0;
    border-bottom: 4px solid var(--teal);
    padding-left: 12px;
  }

  .pressure-output {
    padding: 20px;
  }

  .pressure-output-head h3 {
    font-size: 23px;
  }

  .pressure-ledger div {
    min-height: 0;
  }

  .pressure-question {
    padding-left: 14px;
  }

  .pressure-question blockquote {
    font-size: 18px;
  }

  .pressure-question .button {
    width: 100%;
  }

  .formal-principle,
  .not-alignment {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .submit-review-section {
    gap: 28px;
  }

  .subject-neighbors a + a {
    border-top: 1px solid var(--line);
    border-left: 0;
    text-align: left;
  }

  .intake-hero {
    gap: 34px;
    padding: 48px 0 40px;
  }

  .review-feedback-form {
    padding: 20px;
  }

  .github-option {
    padding: 44px 0;
  }

  .github-option .button {
    width: 100%;
  }

  .review-confirmation {
    padding: 62px 0;
  }

  .confirmation-route li {
    min-height: 0;
  }
}

/* Draft Library front door. */
.draft-hub-hero,
.draft-hub-index,
.draft-hub-entry,
.draft-hub-boundary {
  width: min(var(--content), calc(100% - 64px));
  margin-right: auto;
  margin-left: auto;
}

.draft-hub-hero {
  display: grid;
  min-height: 430px;
  grid-template-columns: minmax(420px, 1fr) minmax(360px, 0.72fr);
  gap: 86px;
  align-items: center;
  padding: 66px 0 58px;
  border-bottom: 1px solid var(--line);
}

.draft-hub-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
}

.draft-hub-hero > div:last-child {
  border-left: 3px solid var(--teal);
  padding-left: 28px;
}

.draft-hub-hero > div:last-child p {
  margin: 0 0 24px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.55;
}

.draft-hub-index {
  position: sticky;
  top: 0;
  z-index: 9;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.draft-hub-index a {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 9px;
  border-right: 1px solid var(--line);
  padding: 0 14px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 760;
}

.draft-hub-index a:last-child {
  border-right: 0;
}

.draft-hub-index span {
  color: var(--teal-dark);
  font-size: 11px;
}

.draft-hub-index a:hover,
.draft-hub-index a:focus-visible {
  background: var(--teal-soft);
  color: var(--teal-dark);
  outline: 0;
}

.draft-hub-entry {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) 250px;
  gap: 34px;
  align-items: center;
  padding: 58px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 68px;
}

.draft-hub-number {
  color: var(--teal-dark);
  font-size: 43px;
  font-weight: 850;
  line-height: 1;
}

.draft-hub-copy h2,
.draft-hub-boundary h2 {
  margin: 0;
  color: var(--ink);
  font-weight: 830;
  letter-spacing: 0;
}

.draft-hub-copy h2 {
  font-size: 35px;
  line-height: 1.08;
}

.draft-hub-copy > p:not(.eyebrow) {
  max-width: 680px;
  color: var(--text);
}

.draft-hub-question {
  margin: 18px 0 0;
  border-left: 3px solid var(--amber);
  padding-left: 15px;
}

.draft-hub-actions {
  display: grid;
  gap: 14px;
  justify-items: stretch;
}

.draft-hub-actions .button {
  width: 100%;
}

.draft-hub-actions .text-link {
  justify-self: start;
  font-size: 13px;
}

.draft-hub-boundary {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1fr);
  gap: 70px;
  align-items: center;
  padding: 64px 0;
  background: var(--wash);
  box-shadow: 0 0 0 100vmax var(--wash);
  clip-path: inset(0 -100vmax);
}

.draft-hub-boundary h2 {
  font-size: 36px;
  line-height: 1.08;
}

.draft-hub-boundary p {
  margin: 0 0 20px;
  color: var(--text);
}

@media (max-width: 960px) {
  .draft-hub-hero,
  .draft-hub-boundary {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .draft-hub-entry {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .draft-hub-actions {
    grid-column: 2;
    grid-template-columns: minmax(220px, 280px) minmax(180px, 1fr);
    align-items: center;
  }
}

@media (max-width: 680px) {
  .draft-hub-hero,
  .draft-hub-index,
  .draft-hub-entry,
  .draft-hub-boundary {
    width: min(var(--content), calc(100% - 36px));
  }

  .draft-hub-hero {
    min-height: 0;
    padding: 48px 0 42px;
  }

  .draft-hub-hero h1 {
    font-size: 42px;
  }

  .draft-hub-index {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .draft-hub-index a {
    border-bottom: 1px solid var(--line);
  }

  .draft-hub-entry {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 46px 0;
  }

  .draft-hub-actions {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .draft-hub-copy h2,
  .draft-hub-boundary h2 {
    font-size: 30px;
  }
}

/* Public-surface coherence refresh. */
.home-hero,
.home-status,
.home-entry,
.home-review-flow,
.home-mission,
.home-boundary,
.public-page-hero,
.plain-brief-section,
.review-promises,
.review-subject-picker,
.useful-feedback-section,
.review-channel-section,
.stewardship-today,
.stewardship-separation,
.funding-hold,
.stewardship-next {
  width: min(var(--content), calc(100% - 64px));
  margin-right: auto;
  margin-left: auto;
}

.home-hero {
  display: grid;
  width: min(1400px, calc(100% - 64px));
  min-height: 690px;
  grid-template-columns: minmax(470px, 0.82fr) minmax(650px, 1.18fr);
  gap: 54px;
  align-items: center;
  padding: 54px 0 50px;
  border-bottom: 1px solid var(--line);
}

.home-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 610px;
}

.home-hero h1,
.public-page-hero h1 {
  margin: 0;
  color: var(--ink);
  font-weight: 850;
  letter-spacing: 0;
}

.home-hero h1 {
  max-width: 610px;
  font-size: 72px;
  line-height: 0.97;
}

.home-hero-lede {
  max-width: 600px;
  margin: 24px 0 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.42;
}

.home-hero-note {
  max-width: 590px;
  margin: 18px 0 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.55;
}

.home-hero-boundary {
  max-width: 590px;
  margin: 23px 0 0;
  border-top: 1px solid var(--line);
  padding-top: 15px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 680;
}

.home-subject-navigator {
  width: 100%;
  max-width: 760px;
  justify-self: end;
  margin: 0;
}

.home-subject-map {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}

.home-map-grid path {
  fill: none;
  stroke: rgba(0, 107, 125, 0.075);
  stroke-width: 1;
}

.home-map-connectors path {
  fill: none;
  stroke: var(--teal);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.home-map-core rect {
  fill: #fff;
  stroke: var(--ink);
  stroke-width: 2.5;
  filter: drop-shadow(8px 8px 0 var(--teal-soft));
}

.home-map-core path {
  stroke: var(--amber);
  stroke-width: 4;
}

.map-core-kicker,
.map-node-number {
  fill: var(--teal-dark);
  font-family: inherit;
  font-size: 12px;
  font-weight: 820;
}

.map-core-title {
  fill: var(--ink);
  font-family: inherit;
  font-size: 25px;
  font-weight: 850;
}

.home-subject-link {
  outline: 0;
}

.home-subject-link g {
  cursor: pointer;
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 180ms ease;
}

.home-subject-link rect {
  fill: #fff;
  stroke: var(--teal);
  stroke-width: 1.5;
  transition: fill 180ms ease, stroke 180ms ease, stroke-width 180ms ease;
}

.home-subject-link path {
  stroke: var(--amber);
  stroke-width: 3;
  transition: stroke-width 180ms ease;
}

.map-node-title {
  fill: var(--ink);
  font-family: inherit;
  font-size: 18px;
  font-weight: 820;
  transition: fill 180ms ease;
}

.home-subject-link:hover g,
.home-subject-link:focus-visible g {
  transform: translateY(-5px);
}

.home-subject-link:hover rect,
.home-subject-link:focus-visible rect {
  fill: var(--teal-dark);
  stroke: var(--teal-dark);
  stroke-width: 3;
}

.home-subject-link:hover .map-node-number,
.home-subject-link:hover .map-node-title,
.home-subject-link:focus-visible .map-node-number,
.home-subject-link:focus-visible .map-node-title {
  fill: #fff;
}

.home-subject-link:hover path,
.home-subject-link:focus-visible path {
  stroke-width: 5;
}

.home-map-registration path {
  fill: none;
  stroke: #8aa0a7;
  stroke-width: 1;
}

.home-subject-navigator figcaption {
  max-width: 580px;
  margin: 10px 0 0 auto;
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.home-subject-shortcuts {
  display: none;
}

.home-status {
  display: grid;
  grid-template-columns: minmax(350px, 0.9fr) minmax(560px, 1.2fr);
  gap: 70px;
  align-items: center;
  padding: 48px 0;
  border-bottom: 1px solid var(--line);
}

.home-status h2,
.home-section-heading h2,
.home-mission h2,
.home-boundary h2,
.review-channel-section h2,
.funding-hold h2,
.stewardship-next h2 {
  margin: 0;
  color: var(--ink);
  font-weight: 830;
  letter-spacing: 0;
}

.home-status h2 {
  font-size: 35px;
  line-height: 1.08;
}

.home-status > div > p:last-child {
  max-width: 560px;
  color: var(--text);
}

.home-status dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.home-status dl div {
  min-height: 94px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 18px;
}

.home-status dt {
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

.home-status dd {
  margin: 8px 0 0;
  color: var(--ink);
  font-weight: 740;
}

.home-entry,
.home-review-flow,
.review-promises,
.review-subject-picker,
.useful-feedback-section,
.stewardship-today,
.stewardship-separation {
  padding: 74px 0;
  border-bottom: 1px solid var(--line);
}

.home-section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.home-section-heading h2 {
  font-size: 44px;
  line-height: 1.05;
}

.home-section-heading > p:last-child:not(.eyebrow) {
  max-width: 700px;
  color: var(--text);
  font-size: 17px;
}

.home-entry-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.home-entry-options article {
  min-height: 310px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 30px;
}

.home-entry-options article > span,
.stewardship-ledger article > span {
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

.home-entry-options h3 {
  max-width: 480px;
  margin: 52px 0 12px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.08;
}

.home-entry-options p {
  max-width: 500px;
  color: var(--text);
}

.home-entry-options .button {
  margin-top: 16px;
}

.home-review-flow {
  background: var(--wash);
  box-shadow: 0 0 0 100vmax var(--wash);
  clip-path: inset(0 -100vmax);
}

.home-review-flow ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.home-review-flow li {
  min-height: 220px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 25px;
  background: #fff;
}

.home-review-flow li > span {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 820;
}

.home-review-flow h3 {
  margin: 50px 0 9px;
  color: var(--ink);
  font-size: 22px;
}

.home-review-flow p {
  color: var(--text);
}

.home-mission,
.plain-brief-section,
.stewardship-next {
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(500px, 1.15fr);
  gap: 80px;
  align-items: start;
  padding: 78px 0;
  border-bottom: 1px solid var(--line);
}

.home-mission h2,
.stewardship-next h2 {
  font-size: 42px;
  line-height: 1.06;
}

.home-mission > div:last-child,
.plain-brief-copy,
.stewardship-next > div:last-child {
  color: var(--text);
  font-size: 17px;
}

.home-boundary {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 0;
  border-top: 1px solid var(--amber);
  padding: 42px 0 54px;
}

.home-boundary h2 {
  font-size: 28px;
}

.home-boundary p {
  max-width: 900px;
  color: var(--text);
}

.public-page-hero {
  display: grid;
  min-height: 560px;
  grid-template-columns: minmax(500px, 1.1fr) minmax(360px, 0.7fr);
  gap: 80px;
  align-items: center;
  padding: 64px 0 58px;
  border-bottom: 1px solid var(--line);
}

.public-page-hero h1 {
  max-width: 760px;
  font-size: 64px;
  line-height: 0.99;
}

.public-page-lede {
  max-width: 720px;
  margin: 25px 0 0;
  color: var(--text);
  font-size: 20px;
  line-height: 1.5;
}

.public-page-aside {
  display: grid;
  align-content: center;
  min-height: 340px;
  border: 2px solid var(--ink);
  padding: 30px;
  box-shadow: 8px 8px 0 var(--teal-soft);
}

.public-page-aside span {
  margin-top: 20px;
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

.public-page-aside span:first-child {
  margin-top: 0;
}

.public-page-aside strong {
  margin: 9px 0 4px;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.12;
}

.public-page-aside p {
  color: var(--text);
}

.review-promises ul,
.stewardship-separation ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.review-promises li {
  display: grid;
  min-height: 118px;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px;
}

.review-promises li span {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 820;
}

.review-promises li p {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 720;
}

.review-subject-links {
  display: grid;
  border-top: 1px solid var(--line);
}

.review-subject-links a {
  display: grid;
  grid-template-columns: 52px minmax(240px, 0.8fr) minmax(360px, 1.2fr);
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 24px 18px;
  color: var(--ink);
}

.review-subject-links a:hover,
.review-subject-links a:focus-visible {
  background: var(--teal-soft);
  outline: 0;
}

.review-subject-links span {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 820;
}

.review-subject-links strong {
  font-size: 20px;
}

.review-subject-links small {
  color: var(--text);
  font-size: 14px;
}

.useful-feedback-grid,
.stewardship-ledger {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.useful-feedback-grid article,
.stewardship-ledger article {
  min-height: 220px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px;
}

.useful-feedback-grid article > span {
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 820;
}

.useful-feedback-grid h3,
.stewardship-ledger h3 {
  margin: 48px 0 9px;
  color: var(--ink);
  font-size: 20px;
}

.useful-feedback-grid p,
.stewardship-ledger p {
  color: var(--text);
}

.review-channel-section,
.funding-hold {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(360px, 0.75fr);
  gap: 74px;
  align-items: center;
  padding: 68px 0;
  border-bottom: 1px solid var(--line);
  background: var(--wash);
  box-shadow: 0 0 0 100vmax var(--wash);
  clip-path: inset(0 -100vmax);
}

.review-channel-section h2,
.funding-hold h2 {
  font-size: 39px;
  line-height: 1.07;
}

.review-channel-section p,
.funding-hold p {
  color: var(--text);
}

.review-channel-actions,
.funding-ready-list {
  display: grid;
  gap: 12px;
}

.review-channel-actions .button {
  width: 100%;
}

.stewardship-separation li {
  display: grid;
  min-height: 132px;
  gap: 8px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px;
}

.stewardship-separation li strong {
  color: var(--ink);
  font-size: 19px;
}

.stewardship-separation li span {
  color: var(--text);
}

.funding-ready-list span {
  border: 1px solid var(--line);
  padding: 14px 16px;
  background: #fff;
  color: var(--ink);
  font-weight: 720;
}

.contact-page-hero {
  min-height: 500px;
}

.contact-section {
  align-items: start;
}

.contact-copy > .eyebrow {
  margin-bottom: 8px;
}

.contact-copy h2 {
  font-size: 38px;
  line-height: 1.08;
}

@media (max-width: 1120px) {
  .home-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .home-hero-copy {
    max-width: 780px;
  }

  .home-subject-navigator {
    max-width: 820px;
    justify-self: stretch;
  }

  .public-page-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .public-page-aside {
    min-height: 0;
  }

  .home-status,
  .home-mission,
  .plain-brief-section,
  .stewardship-next,
  .review-channel-section,
  .funding-hold {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .useful-feedback-grid,
  .stewardship-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .home-hero,
  .home-status,
  .home-entry,
  .home-review-flow,
  .home-mission,
  .home-boundary,
  .public-page-hero,
  .plain-brief-section,
  .review-promises,
  .review-subject-picker,
  .useful-feedback-section,
  .review-channel-section,
  .stewardship-today,
  .stewardship-separation,
  .funding-hold,
  .stewardship-next {
    width: min(var(--content), calc(100% - 36px));
  }

  .home-hero {
    gap: 42px;
    padding: 46px 0 42px;
  }

  .home-hero h1,
  .public-page-hero h1 {
    font-size: 44px;
    line-height: 1;
  }

  .home-hero-lede {
    font-size: 19px;
  }

  .home-subject-map {
    display: none;
  }

  .home-subject-shortcuts {
    display: grid;
    grid-template-columns: 1fr;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }

  .home-subject-shortcuts a {
    display: flex;
    min-height: 58px;
    align-items: center;
    gap: 12px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 0 16px;
    color: var(--ink);
    font-weight: 750;
  }

  .home-subject-shortcuts span {
    color: var(--teal-dark);
    font-size: 11px;
  }

  .home-subject-navigator figcaption {
    margin-top: 12px;
    text-align: left;
  }

  .home-status,
  .home-mission,
  .plain-brief-section,
  .stewardship-next,
  .review-channel-section,
  .funding-hold {
    padding: 52px 0;
  }

  .home-status dl,
  .home-entry-options,
  .home-review-flow ol,
  .review-promises ul,
  .useful-feedback-grid,
  .stewardship-ledger,
  .stewardship-separation ul {
    grid-template-columns: 1fr;
  }

  .home-entry,
  .home-review-flow,
  .review-promises,
  .review-subject-picker,
  .useful-feedback-section,
  .stewardship-today,
  .stewardship-separation {
    padding: 54px 0;
  }

  .home-section-heading h2,
  .home-mission h2,
  .stewardship-next h2,
  .review-channel-section h2,
  .funding-hold h2 {
    font-size: 32px;
  }

  .home-entry-options article,
  .home-review-flow li,
  .useful-feedback-grid article,
  .stewardship-ledger article {
    min-height: 0;
  }

  .review-subject-links a {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .review-subject-links small {
    grid-column: 2;
  }

  .public-page-hero {
    padding: 48px 0 44px;
  }

  .public-page-aside {
    padding: 22px;
  }

  .home-boundary {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 16px;
  }
}
