:root {
  --ink: #14252b;
  --navy: #16323c;
  --navy-deep: #0e252e;
  --paper: #f5f0e6;
  --paper-deep: #ece3d3;
  --white: #fffdf8;
  --copper: #b7633b;
  --copper-dark: #8f4327;
  --sage: #667d6a;
  --sage-soft: #dfe7dd;
  --gold: #d5a84c;
  --muted: #657178;
  --line: #d8d3c7;
  --warning: #7d241f;
  --warning-deep: #601814;
  --shadow: 0 22px 60px rgba(20, 37, 43, .11);
}

/* v2.6 story-led landing page */
.story-nav { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.story-nav a { color: var(--muted); font-size: 11px; font-weight: 650; text-decoration: none; }
.story-nav a:hover, .story-nav a:focus { color: var(--copper-dark); text-decoration: underline; }
.story-hero h1 { max-width: 820px; }
.story-hero .story-thesis { border-left: 4px solid var(--gold); color: #f5e8ca; font-size: clamp(21px, 3vw, 29px); line-height: 1.42; margin: 32px 0 0; max-width: 980px; padding-left: 24px; }
.story-hero .hero-boundary { font-size: 15px; max-width: 900px; }
.story-hero .hero-boundary strong { color: #fff; }
.story-orientation, .story-section { margin: 0 auto; max-width: 1240px; padding: 84px 28px; }
.story-orientation > div:first-child { display: grid; gap: 24px; grid-template-columns: .52fr 1.48fr; }
.story-orientation .eyebrow, .story-heading .eyebrow { color: var(--copper-dark); font-size: 11px; font-weight: 700; letter-spacing: .16em; margin: 0; text-transform: uppercase; }
.story-orientation h2, .story-heading h2 { color: var(--navy); font-size: clamp(31px, 4.4vw, 48px); font-weight: 450; letter-spacing: -.03em; line-height: 1.08; margin: 0; }
.story-steps { display: grid; gap: 0; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 46px 0 0; padding: 0; }
.story-steps li { border-left: 1px solid var(--line); display: flex; gap: 14px; padding: 2px 24px; }
.story-steps li:first-child { border-left: 0; padding-left: 0; }
.story-steps li > span { align-items: center; background: var(--navy); border-radius: 50%; color: #fff; display: flex; flex: 0 0 auto; font-size: 11px; font-weight: 700; height: 28px; justify-content: center; width: 28px; }
.story-steps strong { color: var(--navy); display: block; font-size: 15px; line-height: 1.35; }
.story-steps p { color: var(--muted); font-size: 12px; line-height: 1.65; margin: 8px 0 0; }
.current-picture, .choices-story, .evidence-status { max-width: none; padding-left: max(28px, calc((100vw - 1184px) / 2)); padding-right: max(28px, calc((100vw - 1184px) / 2)); }
.current-picture { background: var(--white); }
.choices-story { background: var(--paper-deep); }
.evidence-status { background: var(--navy); color: #fff; }
.story-heading { display: grid; gap: 24px 50px; grid-template-columns: .42fr 1.08fr .5fr; margin-bottom: 50px; }
.story-heading .eyebrow { padding-top: 8px; }
.story-heading > p:last-child { color: var(--muted); font-size: 15px; line-height: 1.75; margin: 0; }
.story-heading > p:last-child strong { color: var(--ink); }
.headline-equation { align-items: stretch; display: grid; gap: 12px; grid-template-columns: 1fr auto 1fr auto 1.15fr; margin: 0 auto 36px; max-width: 1080px; }
.headline-equation > div { background: #eef2ed; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; min-height: 116px; padding: 24px; }
.headline-equation > b { align-self: center; color: var(--copper-dark); font-size: 28px; font-weight: 400; }
.headline-equation span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.headline-equation strong { color: var(--navy); font-size: clamp(24px, 3vw, 34px); font-weight: 520; margin-top: 9px; }
.headline-equation .equation-result { background: var(--navy); border-color: var(--navy); }
.headline-equation .equation-result span { color: #b9ccc7; }
.headline-equation .equation-result strong { color: #fff; }
.commitment-share { margin: 42px auto; max-width: 1080px; }
.commitment-bar { display: flex; height: 64px; overflow: hidden; }
.commitment-bar span { align-items: center; display: flex; font-size: 13px; font-weight: 700; justify-content: center; min-width: 0; white-space: nowrap; }
.school-share { background: var(--copper); color: #fff; }
.other-share { background: var(--sage-soft); color: var(--navy); }
.commitment-share figcaption { color: var(--muted); font-size: 12px; line-height: 1.6; margin-top: 12px; text-align: center; }
.meaning-grid { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; margin: 46px auto 24px; max-width: 1080px; }
.meaning-card { border-top: 5px solid var(--sage); padding: 30px; }
.meaning-card.means { background: #edf3ea; }
.meaning-card.does-not { background: #f7e6dd; border-top-color: var(--copper); }
.meaning-card > span, .plain-conclusion > span, .not-ready-box span { color: var(--copper-dark); font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.meaning-card h3 { color: var(--navy); font-size: 22px; font-weight: 520; line-height: 1.35; margin: 15px 0 10px; }
.meaning-card p { color: #526168; font-size: 13px; line-height: 1.7; margin: 0; }
.source-strip { align-items: center; background: #f1ece2; display: grid; gap: 14px 24px; grid-template-columns: auto 1fr 1.4fr; margin: 0 auto; max-width: 1080px; padding: 18px 22px; }
.source-strip strong { color: var(--navy); font-size: 12px; }
.source-strip span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.change-cards { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.change-cards article { background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--copper); padding: 30px; }
.change-cards article > span { color: var(--muted); display: block; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.change-cards strong { color: var(--navy); display: block; font-size: clamp(23px, 2.6vw, 31px); font-weight: 520; margin: 18px 0 10px; }
.change-cards b { color: var(--copper-dark); display: block; font-size: 13px; }
.change-cards p { color: var(--muted); font-size: 12px; line-height: 1.65; margin: 16px 0 0; }
.plain-conclusion { background: var(--navy); color: #fff; margin-top: 24px; padding: 34px; }
.plain-conclusion > span { color: #e8bd67; }
.plain-conclusion p { color: #c9d5d2; font-size: 14px; line-height: 1.7; margin: 14px 0 0; max-width: 980px; }
.plain-conclusion p strong { color: #fff; font-size: 18px; font-weight: 520; }
.decision-table-wrap { overflow-x: auto; }
.decision-story-table { border-collapse: collapse; min-width: 900px; width: 100%; }
.decision-story-table th { background: var(--navy); color: #fff; font-size: 11px; letter-spacing: .05em; padding: 16px 18px; text-align: left; text-transform: uppercase; }
.decision-story-table td { background: rgba(255,253,248,.82); border-bottom: 1px solid var(--line); color: #536168; font-size: 12px; line-height: 1.65; padding: 20px 18px; vertical-align: top; }
.decision-story-table td:first-child { color: var(--navy); width: 25%; }
.decision-story-table td strong { display: block; font-size: 15px; }
.decision-story-table td span { color: var(--copper-dark); display: block; font-size: 10px; font-weight: 700; letter-spacing: .06em; margin-top: 7px; text-transform: uppercase; }
.age-warning { background: #fff4dc; border-left: 5px solid var(--gold); display: grid; gap: 12px 30px; grid-template-columns: .35fr 1.65fr; margin-top: 24px; padding: 26px 30px; }
.age-warning strong { color: var(--navy); font-size: 18px; }
.age-warning p { color: #5c6262; font-size: 12px; line-height: 1.7; margin: 0; }
.affordability-formula { align-items: stretch; display: grid; gap: 8px; grid-template-columns: repeat(9, auto); overflow-x: auto; padding-bottom: 6px; }
.affordability-formula > div { align-items: center; background: var(--white); border: 1px solid var(--line); display: flex; justify-content: center; min-height: 96px; min-width: 150px; padding: 16px; text-align: center; }
.affordability-formula > b { align-self: center; color: var(--copper-dark); font-size: 23px; font-weight: 400; }
.affordability-formula span { color: var(--navy); font-size: 12px; font-weight: 650; line-height: 1.45; }
.affordability-formula .formula-answer { background: var(--sage); border-color: var(--sage); }
.affordability-formula .formula-answer span { color: #fff; }
.affordability-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); margin-top: 24px; }
.affordability-grid article { border: 1px solid var(--line); padding: 24px; }
.affordability-grid span { color: var(--copper-dark); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.affordability-grid h3 { color: var(--navy); font-size: 18px; font-weight: 520; line-height: 1.35; margin: 14px 0 8px; }
.affordability-grid p { color: var(--muted); font-size: 12px; line-height: 1.65; margin: 0; }
.not-ready-box { background: #f7e6dd; border: 1px solid #e3beb0; display: grid; gap: 18px 34px; grid-template-columns: .75fr 1.25fr; margin-top: 26px; padding: 34px; }
.not-ready-box > div { grid-row: span 2; }
.not-ready-box strong { color: var(--warning-deep); display: block; font-size: 24px; font-weight: 520; line-height: 1.3; margin-top: 12px; }
.not-ready-box p, .not-ready-box li { color: #5d5653; font-size: 12px; line-height: 1.65; }
.not-ready-box p { margin: 0; }
.not-ready-box ul { columns: 2; margin: 0; padding-left: 18px; }
.evidence-status .story-heading h2, .evidence-status .story-heading > p:last-child { color: #fff; }
.evidence-status .story-heading .eyebrow { color: #e8bd67; }
.evidence-counts { display: grid; gap: 1px; grid-template-columns: repeat(6, 1fr); }
.evidence-counts article { background: rgba(255,255,255,.06); min-height: 130px; padding: 24px 18px; }
.evidence-counts strong { color: #fff; display: block; font-size: 32px; font-weight: 500; }
.evidence-counts span { color: #bfcfcb; display: block; font-size: 11px; line-height: 1.5; margin-top: 10px; }
.contract-note { border-left: 4px solid var(--gold); display: grid; gap: 26px; grid-template-columns: .45fr 1.55fr; margin-top: 26px; padding: 8px 0 8px 24px; }
.contract-note strong { color: #fff; font-size: 17px; }
.contract-note p { color: #c7d3d0; font-size: 12px; line-height: 1.7; margin: 0; }
.contract-note code { color: #f1ca7d; }
.report-door-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); }
.report-door { background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--sage); color: inherit; display: block; padding: 30px; text-decoration: none; }
.report-door:hover, .report-door:focus { box-shadow: var(--shadow); transform: translateY(-2px); }
.report-door.primary-door { border-top-color: var(--copper); }
.report-door > span { color: var(--copper-dark); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.report-door h3 { color: var(--navy); font-size: 22px; font-weight: 520; line-height: 1.3; margin: 16px 0 10px; }
.report-door p { color: var(--muted); font-size: 12px; line-height: 1.65; }
.report-door b { color: var(--copper-dark); font-size: 12px; }
.compact-boundary { padding-top: 70px; }
.compact-boundary .landing-rights { grid-template-columns: .8fr 1.4fr 1fr; }

@media (max-width: 980px) {
  .story-nav { display: none; }
  .story-orientation > div:first-child, .story-heading { grid-template-columns: 1fr; }
  .story-steps { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
  .story-steps li:nth-child(3) { border-left: 0; padding-left: 0; }
  .headline-equation { grid-template-columns: 1fr; }
  .headline-equation > b { display: none; }
  .change-cards, .affordability-grid { grid-template-columns: repeat(2, 1fr); }
  .evidence-counts { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 680px) {
  .story-orientation, .story-section { padding: 58px 20px; }
  .story-steps, .meaning-grid, .change-cards, .affordability-grid, .report-door-grid { grid-template-columns: 1fr; }
  .story-steps li, .story-steps li:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); padding: 18px 0 0; }
  .story-steps li:first-child { border-top: 0; }
  .commitment-bar { height: auto; }
  .commitment-bar span { font-size: 10px; min-height: 58px; white-space: normal; }
  .source-strip, .age-warning, .not-ready-box, .contract-note, .compact-boundary .landing-rights { grid-template-columns: 1fr; }
  .not-ready-box > div { grid-row: auto; }
  .not-ready-box ul { columns: 1; }
  .evidence-counts { grid-template-columns: repeat(2, 1fr); }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.portal-page { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif; font-weight: 400; }
body.portal-page a { color: inherit; }

.prototype-banner {
  background: linear-gradient(135deg, var(--warning-deep), var(--warning));
  color: #fff;
  padding: 14px max(22px, calc((100vw - 1184px) / 2));
  position: relative;
  z-index: 100;
}
.prototype-banner strong {
  display: block;
  font-size: 12px;
  letter-spacing: .075em;
  line-height: 1.35;
  text-transform: uppercase;
}
.prototype-banner span {
  color: #f5d9d5;
  display: block;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 4px;
  max-width: 1184px;
}

.portal-context {
  align-items: center;
  background: rgba(245, 240, 230, .96);
  border-bottom: 1px solid rgba(20, 37, 43, .12);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  min-height: 64px;
  padding: 10px max(22px, calc((100vw - 1184px) / 2));
}
.portal-context .portal-brand {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  gap: 10px;
  line-height: 1.3;
  text-decoration: none;
}
.portal-context .portal-mark {
  align-items: center;
  background: var(--navy);
  border-radius: 50%;
  color: var(--paper);
  display: inline-flex;
  flex: 0 0 auto;
  font-family: Georgia, serif;
  font-size: 16px;
  height: 34px;
  justify-content: center;
  width: 34px;
}
.portal-context .portal-home-link {
  border-bottom: 1px solid currentColor;
  color: var(--copper-dark);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.portal-hero {
  background: radial-gradient(circle at 86% 12%, rgba(213,168,76,.18), transparent 25%), linear-gradient(135deg,var(--navy-deep),var(--navy) 65%,#254b51);
  color: var(--white);
  padding: 76px max(24px, calc((100vw - 1184px) / 2)) 68px;
}
.portal-hero .eyebrow,
.portal-section .eyebrow {
  color: #cb805a;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .17em;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.portal-hero h1 {
  font-family: inherit;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.08;
  margin: 0 0 28px;
  max-width: 1080px;
}
.portal-hero .lede {
  color: #d4dddb;
  font-size: 19px;
  line-height: 1.7;
  margin: 0;
  max-width: 800px;
}
.portal-hero .project-purpose {
  border-left: 3px solid var(--gold);
  color: #f4e5c7;
  font-family: inherit;
  font-size: 18px;
  line-height: 1.5;
  margin: 38px 0 0;
  max-width: 900px;
  padding-left: 22px;
}
.portal-hero .hero-boundary {
  color: #bdcbc8;
  font-size: 14px;
  line-height: 1.7;
  margin: 24px 0 0;
  max-width: 850px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-actions a {
  background: var(--copper);
  border: 1px solid var(--copper);
  color: #fff !important;
  font-size: 12px;
  font-weight: 650;
  padding: 12px 16px;
  text-decoration: none;
}
.hero-actions a.secondary { background: transparent; border-color: #8ca09c; color: #eef4f2 !important; }

.landing-boundary {
  display: grid;
  gap: 42px 62px;
  grid-template-columns: .7fr 1.3fr;
  margin: 0 auto;
  max-width: 1240px;
  padding: 88px 28px;
}
.landing-boundary .eyebrow,
.project-overview .eyebrow,
.begin-section .eyebrow {
  color: var(--copper-dark);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .17em;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.boundary-heading h2 {
  font-family: inherit;
  font-size: clamp(31px, 4vw, 42px);
  font-weight: 450;
  letter-spacing: -.025em;
  line-height: 1.08;
  margin: 0;
}
.boundary-copy { border-left: 4px solid var(--warning); padding-left: 30px; }
.boundary-copy p { color: #3f4d52; font-size: 14px; line-height: 1.75; margin: 0 0 18px; }
.boundary-copy p:last-child { margin-bottom: 0; }
.boundary-copy .control-line { color: var(--warning-deep); }
.landing-rights {
  background: var(--white);
  border: 1px solid var(--line);
  display: grid;
  gap: 18px 28px;
  grid-column: 1 / -1;
  grid-template-columns: 1fr 2fr;
  padding: 28px 30px;
}
.landing-rights p { color: #596268; font-size: 11px; line-height: 1.65; margin: 0; }
.landing-rights strong { color: var(--navy); }

.project-overview { background: var(--paper-deep); }
.overview-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.overview-card {
  background: rgba(255,253,248,.9);
  border: 1px solid var(--line);
  border-top: 4px solid var(--sage);
  padding: 30px;
}
.overview-card:nth-child(2) { border-top-color: var(--gold); }
.overview-card:nth-child(3) { border-top-color: var(--copper); }
.overview-card:nth-child(4) { border-top-color: var(--navy); }
.overview-card > span { color: var(--copper-dark); font-family: "Courier New", monospace; font-size: 10px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.overview-card h3 { color: var(--navy); font-family: inherit; font-size: 24px; font-weight: 500; line-height: 1.2; margin: 22px 0 12px; }
.overview-card p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 0 0 10px; }
.overview-card p:last-child { margin-bottom: 0; }
.overview-card.scenario-card { background: var(--navy); border-color: var(--navy); grid-column: 1 / -1; }
.overview-card.scenario-card > span { color: #e8bd67; }
.overview-card.scenario-card h3 { color: #fff; }
.overview-card.scenario-card p { color: #c8d4d1; max-width: 930px; }

.definition-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.definition-panel { border: 1px solid var(--line); padding: 30px; }
.definition-panel.helps { background: #edf3ea; border-top: 5px solid var(--sage); }
.definition-panel.limits { background: #f7eade; border-top: 5px solid var(--copper); }
.definition-panel h3 { font-family: inherit; font-size: 24px; font-weight: 500; margin: 0 0 18px; }
.definition-panel ul { color: #46545a; font-size: 13px; line-height: 1.65; margin: 0; padding-left: 20px; }
.definition-panel li + li { margin-top: 8px; }
.evidence-standard { align-items: center; background: var(--white); border: 1px solid var(--line); display: grid; gap: 22px; grid-template-columns: .55fr 1.45fr; margin-top: 18px; padding: 24px 28px; }
.evidence-standard strong { color: var(--copper-dark); font-family: inherit; font-size: 20px; font-weight: 550; }
.evidence-standard p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; }

.begin-section {
  align-items: center;
  background: var(--navy);
  color: #fff;
  display: grid;
  gap: 34px;
  grid-template-columns: 1.15fr 1fr auto;
  margin: 0 auto;
  max-width: 1184px;
  padding: 42px;
}
.begin-section .eyebrow { color: #e8bd67; }
.begin-section h2 { font-family: inherit; font-size: clamp(29px, 4vw, 40px); font-weight: 450; letter-spacing: -.025em; line-height: 1.1; margin: 0; }
.begin-section > p { color: #c8d4d1; font-size: 13px; line-height: 1.7; margin: 0; }
.begin-section > a { border: 1px solid #8ca09c; color: #fff !important; font-size: 12px; font-weight: 650; padding: 12px 16px; text-decoration: none; white-space: nowrap; }

.portal-section {
  margin: 0 auto;
  max-width: 1240px;
  padding: 88px 28px;
}
.portal-section h2 {
  font-family: inherit;
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 450;
  letter-spacing: -.025em;
  line-height: 1.1;
  margin: 0;
}
.section-intro {
  align-items: end;
  display: grid;
  gap: 34px;
  grid-template-columns: 1.2fr .8fr;
  margin-bottom: 42px;
}
.section-intro > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.path-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.path-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 5px solid var(--copper);
  box-shadow: 0 12px 32px rgba(20,37,43,.07);
  display: flex;
  flex-direction: column;
  min-height: 335px;
  padding: 32px;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease;
}
.path-card:hover,
.path-card:focus-visible { box-shadow: var(--shadow); transform: translateY(-3px); }
.path-card:nth-child(2) { border-top-color: var(--gold); }
.path-card:nth-child(3) { border-top-color: #2f6873; }
.path-card:nth-child(4) { border-top-color: var(--sage); }
.path-card:nth-child(5) { border-top-color: var(--navy); }
.path-card.process-path { grid-column: 1 / -1; min-height: 275px; }
.path-number {
  color: var(--copper-dark);
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.path-card h3 {
  font-family: inherit;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -.018em;
  line-height: 1.12;
  margin: 32px 0 13px;
}
.path-card p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0; }
.path-card ul { color: #3d4d53; font-size: 12px; line-height: 1.55; margin: 18px 0 26px; padding-left: 18px; }
.path-card .path-action {
  align-items: center;
  color: var(--copper-dark);
  display: flex;
  font-size: 12px;
  font-weight: 650;
  gap: 8px;
  margin-top: auto;
}
.path-card .path-action::after { content: "→"; font-size: 17px; }

.source-path-card {
  align-items: center;
  background: var(--navy);
  border: 1px solid var(--navy-deep);
  color: var(--white);
  display: grid;
  gap: 28px;
  grid-template-columns: .55fr 1.65fr .7fr;
  margin-top: 18px;
  padding: 28px 32px;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease;
}
.source-path-card:hover,
.source-path-card:focus-visible { box-shadow: var(--shadow); transform: translateY(-3px); }
.source-path-card .path-number { color: #e8bd67; }
.source-path-copy { display: grid; gap: 7px; }
.source-path-copy strong { color: #fff; font-family: inherit; font-size: 22px; font-weight: 500; }
.source-path-copy > span { color: #c8d4d1; font-size: 13px; line-height: 1.6; }
.source-path-card .path-action { color: #f4e5c7; font-size: 12px; font-weight: 650; justify-self: end; }
.source-path-card .path-action::after { content: " →"; font-size: 17px; }

.soon-map-section { background: #f7f3eb; }
.soon-map-status { align-items: center; background: #f7eade; border-left: 5px solid var(--copper); display: flex; gap: 18px; margin-bottom: 38px; padding: 17px 22px; }
.soon-map-status span { background: var(--copper); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .1em; padding: 6px 9px; text-transform: uppercase; }
.soon-map-status strong { color: var(--copper-dark); font-size: 12px; }
.soon-map-grid { display: grid; gap: 1px; grid-template-columns: repeat(5,1fr); margin-top: 38px; }
.soon-map-grid a { background: var(--white); border: 1px solid var(--line); display: block; min-height: 245px; padding: 25px; text-decoration: none; }
.soon-map-grid a:hover, .soon-map-grid a:focus-visible { border-top: 5px solid var(--copper); padding-top: 21px; }
.soon-map-grid span { color: var(--copper-dark); display: block; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.soon-map-grid strong { color: var(--navy); display: block; font-family: inherit; font-size: 19px; font-weight: 500; line-height: 1.35; margin: 30px 0 11px; }
.soon-map-grid p { color: var(--muted); font-size: 11px; line-height: 1.6; margin: 0; }

.shared-section { background: var(--paper-deep); }
.shared-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 42px;
}
.shared-grid article { background: rgba(255,253,248,.82); min-height: 190px; padding: 26px; }
.shared-grid span { color: var(--copper-dark); font-family: "Courier New", monospace; font-size: 9px; font-weight: 650; }
.shared-grid h3 { font-family: inherit; font-size: 21px; font-weight: 500; margin: 34px 0 10px; }
.shared-grid p { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 0; }

.route-note {
  background: var(--navy);
  color: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 26px;
  padding: 30px;
}
.route-note strong { color: #f4e5c7; display: block; font-family: inherit; font-size: 19px; font-weight: 500; margin-bottom: 8px; }
.route-note p { color: #bdcbc8; font-size: 12px; line-height: 1.6; margin: 0; }

.portal-disclaimer {
  background: #f7eade;
  border-left: 5px solid var(--copper);
  margin: 0 auto 48px;
  max-width: 1184px;
  padding: 24px 28px;
}
.portal-disclaimer strong { color: var(--copper-dark); display: block; font-size: 12px; letter-spacing: .05em; margin-bottom: 7px; text-transform: uppercase; }
.portal-disclaimer p { color: #554d48; font-size: 12px; line-height: 1.7; margin: 0; }

.portal-legal-footer {
  background: var(--navy-deep);
  color: #aab9b7;
  display: grid;
  font-size: 10px;
  gap: 36px;
  grid-template-columns: 1.2fr .8fr;
  line-height: 1.65;
  padding: 34px max(22px, calc((100vw - 1184px) / 2));
}
.portal-legal-footer p { margin: 0; }
.portal-legal-footer strong { color: #e2e9e7; }
.portal-legal-footer .copyright,
.portal-legal-footer p:last-child { justify-self: end; text-align: right; }
.portal-print-footer { display: none; }

@media (max-width: 800px) {
  .prototype-banner { padding: 13px 18px; }
  .portal-context { align-items: flex-start; padding: 11px 18px; }
  .portal-context .portal-brand { font-size: 12px; }
  .portal-hero { padding: 74px 22px 70px; }
  .portal-hero .lede { font-size: 17px; }
  .portal-section { padding: 68px 20px; }
  .landing-boundary { grid-template-columns: 1fr; padding: 68px 20px; }
  .landing-rights { grid-column: auto; grid-template-columns: 1fr; }
  .section-intro, .route-note, .source-path-card, .definition-grid, .evidence-standard, .begin-section { grid-template-columns: 1fr; }
  .overview-grid { grid-template-columns: 1fr; }
  .overview-card.scenario-card { grid-column: auto; }
  .begin-section { margin: 0 20px; padding: 32px 28px; }
  .begin-section > a { justify-self: start; }
  .source-path-card .path-action { justify-self: start; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card.process-path { grid-column: auto; }
  .path-card { min-height: 300px; padding: 27px; }
  .shared-grid { grid-template-columns: 1fr 1fr; }
  .soon-map-grid { grid-template-columns: 1fr 1fr; }
  .portal-legal-footer { grid-template-columns: 1fr; }
  .portal-legal-footer .copyright,
  .portal-legal-footer p:last-child { justify-self: start; text-align: left; }
}

@media (max-width: 520px) {
  .prototype-banner strong { font-size: 11px; }
  .prototype-banner span { font-size: 10px; }
  .portal-context { display: grid; }
  .portal-context .portal-home-link { margin-left: 44px; }
  .shared-grid { grid-template-columns: 1fr; }
  .soon-map-grid { grid-template-columns: 1fr; }
  .soon-map-status { align-items: flex-start; flex-direction: column; }
}

@media print {
  .prototype-banner { background: #fff !important; border: 2px solid #7d241f; color: #601814; padding: 8px 10px; }
  .prototype-banner span { color: #601814; }
  .portal-context, .portal-home-link { display: none !important; }
  .portal-hero { background: #fff !important; color: #000; padding: 28px 0; }
  .portal-hero .lede, .portal-hero .project-purpose, .portal-hero .hero-boundary { color: #222; }
  .hero-actions { display: none; }
  .landing-boundary, .portal-section { padding-left: 0; padding-right: 0; }
  .landing-rights, .overview-card, .definition-panel, .evidence-standard, .begin-section { break-inside: avoid; }
  .begin-section { background: #fff; border: 1px solid #777; color: #000; margin: 0; }
  .begin-section > p { color: #222; }
  .begin-section > a { display: none; }
  .path-card { break-inside: avoid; box-shadow: none; }
  .portal-legal-footer { background: #fff; color: #222; padding: 20px 0 44px; }
  .portal-legal-footer strong { color: #000; }
  .portal-print-footer {
    background: #fff;
    border-top: 1px solid #777;
    bottom: 0;
    color: #222;
    display: block;
    font-size: 6.5pt;
    left: 0;
    line-height: 1.3;
    padding: 4px 0;
    position: fixed;
    right: 0;
    text-align: center;
  }
}
