/* Version two extends the approved editorial system without changing its DNA. */
.narrative-chapters {
  background: var(--paper);
}

.narrative-chapter {
  display: grid;
  gap: 8vw;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
  padding: 120px 6vw;
}

.narrative-chapter + .narrative-chapter {
  border-top: 1px solid var(--ink);
}

.narrative-chapter h2,
.declaration-grid h2,
.lifeforce-section h2,
.people-story blockquote {
  font-size: clamp(48px, 6vw, 92px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .98;
  margin: 0;
}

.narrative-chapter p,
.declaration-grid p,
.lifeforce-section p,
.gathering-intro p,
.people-story p,
.empty-stories p,
.plan-note {
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.5;
  margin: 0 0 28px;
}

.chapter-tone-2 { background: var(--sky); }
.chapter-tone-3 { background: var(--ink); color: #fff; }
.chapter-tone-3 p { color: rgba(255,255,255,.72); }
.chapter-tone-4 { background: var(--acid); }

.capability-section .section-heading {
  align-items: start;
  gap: 8vw;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, .7fr);
  margin-bottom: 120px;
}

.capability-section .section-heading h2 {
  grid-column: 1;
  max-width: 980px;
}

.capability-section .section-heading > p:last-child {
  grid-column: 2;
  max-width: 520px;
}

.capability-section .closing-line {
  border-top: 1px solid rgba(255,255,255,.32);
  margin-top: 0;
  max-width: none;
  padding-top: 52px;
}

.editorial-figure {
  background: var(--ink);
  color: #fff;
  margin: 0;
  overflow: hidden;
}

.editorial-figure img {
  display: block;
  height: clamp(560px, 70vw, 980px);
  object-fit: cover;
  width: 100%;
}

.editorial-figure.landscape img { object-position: center 52%; }
.editorial-figure.culture img { object-position: center 42%; }
.editorial-figure.portrait-landscape img { object-position: center 48%; }
.editorial-figure.gathering img { height: clamp(600px, 64vw, 900px); object-position: center; }

.editorial-figure figcaption {
  align-items: center;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  letter-spacing: .08em;
  padding: 14px 6vw 16px;
  text-transform: uppercase;
}

.editorial-figure figcaption a,
.editorial-figure figcaption span { color: inherit; }
.editorial-figure figcaption a { text-decoration-color: rgba(255,255,255,.35); }

.real-image-sequence,
.culture-diptych {
  background: var(--ink);
  color: #fff;
  margin: 0;
}

.real-image-sequence > div {
  display: grid;
  gap: 3px;
  grid-template-columns: 1.05fr .95fr .8fr;
  height: clamp(650px, 76vw, 940px);
  overflow: hidden;
}

.real-image-sequence img,
.culture-diptych img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.real-image-sequence img:nth-child(1) { object-position: 48% center; }
.real-image-sequence img:nth-child(2) { object-position: 50% center; }
.real-image-sequence img:nth-child(3) { object-position: 58% center; }

.culture-diptych > div {
  display: grid;
  gap: 3px;
  grid-template-columns: 1.08fr .92fr;
  height: clamp(620px, 65vw, 900px);
  overflow: hidden;
}

.culture-diptych img:first-child { object-position: 56% center; }
.culture-diptych img:last-child { object-position: center; }

.real-image-sequence figcaption,
.culture-diptych figcaption {
  align-items: center;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  letter-spacing: .08em;
  padding: 14px 6vw 16px;
  text-transform: uppercase;
}

.culture-diptych figcaption a { color: inherit; text-decoration-color: rgba(255,255,255,.35); }

.declaration-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}

.declaration-grid article {
  border-right: 1px solid var(--ink);
  min-height: 600px;
  padding: 100px 6vw;
}

.declaration-grid article:last-child { border-right: 0; }
.declaration-grid p { margin-top: 180px; }

.lifeforce-section,
.people-story {
  display: grid;
  gap: 8vw;
  grid-template-columns: 1fr 1fr;
  padding: 120px 6vw;
}

.lifeforce-section > div,
.people-story > blockquote { align-self: end; }

.closing-manifesto {
  align-items: flex-end;
  background: var(--green);
  color: #fff;
  display: flex;
  gap: 6vw;
  justify-content: space-between;
  padding: 110px 6vw;
}

.closing-manifesto > p {
  font-size: clamp(42px, 5.5vw, 86px);
  letter-spacing: -.06em;
  line-height: 1;
  margin: 0;
  max-width: 1100px;
}

.horizon-section {
  background: var(--paper);
  padding: 120px 6vw;
}

.horizon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.horizon-grid article {
  border-left: 1px solid var(--ink);
  min-height: 430px;
  padding: 28px;
}

.horizon-grid article:first-child { border-left: 0; }
.horizon-grid h3 {
  font-size: clamp(32px, 3.3vw, 52px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: 1.02;
  margin: 170px 0 24px;
}
.horizon-grid p { color: var(--muted); line-height: 1.5; }
.plan-note { border-top: 1px solid var(--ink); margin: 70px 0 0; max-width: 960px; padding-top: 32px; }

.gathering-intro {
  background: var(--acid);
  padding: 110px 6vw;
}

.gathering-intro p {
  font-size: clamp(34px, 4.5vw, 70px);
  letter-spacing: -.05em;
  line-height: 1.06;
  max-width: 1250px;
}

.next-step-band {
  align-items: center;
  background: var(--acid);
  display: flex;
  justify-content: flex-end;
  min-height: 180px;
  padding: 40px 6vw;
}

.next-step-band .text-link { font-size: clamp(24px, 2.5vw, 40px); }

.people-story blockquote {
  border-left: 5px solid var(--coral);
  font-size: clamp(28px, 3.5vw, 54px);
  padding-left: 32px;
}

.stories-routes { padding-top: 120px; }
.empty-stories {
  align-items: center;
  background: var(--sky);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  padding: 90px 6vw;
  text-align: center;
}

.empty-stories > span { font-size: 100px; }
.empty-stories p { max-width: 720px; }

body[data-route="venezuela"] .site-header { color: #fff; }
body[data-route="venezuela"] .nav-cta { background: var(--acid); color: var(--ink); }

/* Governing public typography system */
body { font-family: Satoshi, Arial, sans-serif; font-weight: 400; }

.wordmark {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .88;
}

.site-nav { font-size: 15px; font-weight: 500; letter-spacing: 0; line-height: 1.2; }
.language-button { font-size: 11px; font-weight: 500; letter-spacing: .08em; }

.hero-copy h1 {
  font-size: var(--type-section);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .92;
}

.hero-copy {
  max-width: 820px;
  top: 20%;
}

.page-hero h1 {
  font-size: var(--type-section);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .92;
}

.definition-grid h2,
.section-heading h2,
.progression-intro h2,
.venezuela-feature h2,
.transparency-band h2,
.mission-section h2,
.why-section h2,
.failure-section h2,
.event-section h2,
.donations-section h2,
.record-section h2,
.narrative-chapter h2,
.declaration-grid h2,
.lifeforce-section h2,
.commitments-intro h2,
.footer-statement,
.closing-manifesto > p {
  font-size: var(--type-territory);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .92;
}

.definition-grid h2,
.section-heading h2,
.progression-intro h2,
.venezuela-feature h2,
.transparency-band h2,
.mission-section h2,
.why-section h2,
.failure-section h2,
.event-section h2,
.donations-section h2,
.record-section h2,
.narrative-chapter h2,
.declaration-grid h2,
.lifeforce-section h2,
.commitments-intro h2,
.footer-statement {
  font-size: var(--type-territory);
}

.story-chapter h2,
.story-ending h2,
.evidence-section h2 {
  font-size: var(--type-subhead);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .92;
}

.number-grid h3,
.principles-grid h3,
.deep-grid h3,
.report-grid h3,
.proof-grid h3,
.routes-grid h3,
.outcomes-list h3,
.status-columns h3,
.commitment-list h3,
.horizon-grid h3 {
  font-size: var(--type-subhead);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.02;
}

.page-lead {
  font-size: var(--type-intro) !important;
  letter-spacing: 0;
  line-height: 1.22 !important;
}

.definition-grid p,
.definition-grid blockquote,
.progression-intro p,
.venezuela-feature p,
.transparency-band > p:not(.kicker),
.mission-section p,
.why-section p,
.event-section > p:not(.kicker),
.record-section p,
.narrative-chapter p,
.declaration-grid p,
.lifeforce-section p,
.gathering-intro p,
.people-story p,
.people-story blockquote,
.plan-note,
.section-close p,
.closing-line,
.text-link {
  font-size: var(--type-body);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
}

.stage-grid h3 { font-size: var(--type-subhead); letter-spacing: -.03em; line-height: 1.02; }
.principles-grid h3 { font-size: var(--type-principle); letter-spacing: -.058em; line-height: .98; }
.card-index,
.commitment-index {
  color: var(--coral);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.3;
}

/* The plan reads as an editorial sequence, not a table. */
.stage-grid { display: block; }
.stage-grid article,
.stage-grid article:first-child {
  align-items: start;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.32);
  display: grid;
  gap: 3vw;
  grid-template-columns: 72px minmax(260px,.72fr) minmax(320px,1fr);
  min-height: 0;
  padding: 58px 0 68px;
}
.stage-grid article:last-child { border-bottom: 1px solid rgba(255,255,255,.32); }
.stage-grid article > span { padding-top: 10px; }
.stage-grid h3 { margin: 0; }
.stage-grid p { color: rgba(255,255,255,.72); font-size: var(--type-intro); line-height: 1.32; margin: 7px 0 0; }
.stage-grid ul {
  border: 0;
  display: grid;
  gap: 0;
  grid-column: 2;
  grid-template-columns: 1fr 1fr;
  margin: 8px 0 0;
  padding: 0;
}
.stage-grid li { border-top: 1px solid rgba(255,255,255,.2); font-size: 16px; line-height: 1.35; padding: 15px 18px 15px 0; }
.stage-grid li:nth-child(even) { padding-left: 18px; }

.horizon-grid { display: block; }
.horizon-grid article,
.horizon-grid article:first-child {
  align-items: start;
  border: 0;
  border-top: 1px solid var(--ink);
  display: grid;
  gap: 3vw;
  grid-template-columns: 72px minmax(280px,.75fr) minmax(320px,1fr);
  min-height: 0;
  padding: 48px 0 56px;
}
.horizon-grid article:last-child { border-bottom: 1px solid var(--ink); }
.horizon-grid h3 { margin: 0; }
.horizon-grid p { color: var(--muted); font-size: var(--type-intro); line-height: 1.32; margin: 6px 0 0; }
.plan-note {
  background: var(--acid);
  border: 0;
  margin: 88px 0 0;
  max-width: none;
  padding: clamp(36px,5vw,74px);
}

/* Outcomes have rhythm and hierarchy without boxed cards. */
.outcomes-section { background: var(--ink); color: #fff; padding: 120px 6vw; }
.outcomes-section .section-heading { display: block; margin-bottom: 70px; }
.outcomes-section .section-heading h2 { max-width: 1050px; }
.outcomes-list { display: grid; grid-template-columns: 1fr 1fr; }
.outcomes-list article {
  border-top: 1px solid rgba(255,255,255,.32);
  display: grid;
  gap: 22px 28px;
  grid-template-columns: 50px 1fr;
  min-height: 300px;
  padding: 34px 4vw 46px 0;
}
.outcomes-list article:nth-child(even) { border-left: 1px solid rgba(255,255,255,.32); padding-left: 4vw; }
.outcomes-list h3 { align-self: end; grid-column: 2; margin: 68px 0 0; }
.outcomes-list p { color: rgba(255,255,255,.68); font-size: var(--type-intro); grid-column: 2; line-height: 1.32; margin: 0; }

/* Event collaboration and public status use the same open editorial grid. */
.commitments-section { background: var(--paper); padding: 120px 6vw; }
.commitments-intro { display: grid; gap: 6vw; grid-template-columns: 1.1fr .7fr; margin-bottom: 100px; }
.commitments-intro h2 { margin: 0; }
.commitments-intro > p { align-self: end; color: var(--muted); font-size: var(--type-intro); line-height: 1.32; margin: 0; }
.event-collaboration .commitments-intro { margin-bottom: 0; }
.event-collaboration .commitments-intro > div { align-self: end; }
.event-collaboration .commitments-intro > div p { color: var(--muted); font-size: var(--type-intro); line-height: 1.32; margin: 0 0 24px; }
.event-collaboration .commitments-intro > div p:last-child { margin-bottom: 0; }
.commitment-list { border-bottom: 1px solid var(--ink); }
.commitment-list article {
  align-items: start;
  border-top: 1px solid var(--ink);
  display: grid;
  gap: 2.5vw;
  grid-template-columns: 58px .72fr .62fr 1.2fr;
  padding: 32px 0 42px;
}
.commitment-list h3 { margin: 0; }
.commitment-list p { color: var(--muted); font-size: clamp(18px,1.45vw,22px); line-height: 1.4; margin: 4px 0 0; }
.commitment-list .commitment-role { color: var(--ink); font-size: 15px; font-weight: 500; letter-spacing: .04em; line-height: 1.25; text-transform: uppercase; }
.people-commitments { background: var(--acid); }
body[data-route="people"] .page-hero { grid-template-columns: minmax(0,1.7fr) minmax(300px,.55fr); }
body[data-route="people"] .page-hero h1 { grid-column: 1; max-width: 960px; }
body[data-route="people"] .page-hero .page-lead { grid-column: 2; }

.status-editorial { padding: 0; }
.status-editorial .status-columns { gap: 1px; }
.status-editorial .status-columns > div {
  border: 0;
  min-height: 680px;
  padding: 100px 6vw;
}
.status-editorial .status-columns > div:first-child { background: var(--green); color: #fff; }
.status-editorial .status-columns > div:last-child { background: var(--sky); color: var(--ink); }
.status-editorial .status-columns h3 { margin: 0 0 80px; }
.status-editorial .status-columns li { border-color: currentColor; font-size: var(--type-intro); line-height: 1.32; padding: 22px 0; }

@media (max-width: 1180px) {
  .site-nav > a:not(.nav-cta) { display: none; }
}

@media (max-width: 1080px) {
  .capability-section .section-heading { grid-template-columns: 1fr; }
  .capability-section .section-heading h2,
  .capability-section .section-heading > p:last-child { grid-column: 1; max-width: 820px; }
  .narrative-chapter,
  .lifeforce-section,
  .people-story { grid-template-columns: 1fr; }
  .declaration-grid article { min-height: 520px; }
  .horizon-grid { grid-template-columns: 1fr; }
  .horizon-grid article { border-left: 0; border-top: 1px solid var(--ink); min-height: 300px; }
  .horizon-grid h3 { margin-top: 90px; }
}

@media (max-width: 760px) {
  :root {
    --type-primary: clamp(64px,19vw,88px);
    --type-editorial: clamp(58px,17vw,76px);
    --type-section: clamp(48px,15vw,66px);
    --type-territory: clamp(42px,13vw,60px);
    --type-subhead: clamp(30px,9vw,39px);
    --type-intro: clamp(20px,5.8vw,24px);
    --type-body: clamp(20px,6.2vw,27px);
    --type-process: clamp(44px,13vw,60px);
    --type-principle: clamp(38px,11vw,52px);
  }
  .wordmark { font-size: 18px; }
  .site-nav > a:not(.nav-cta) { display: block; font-size: clamp(34px,10vw,48px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
  .language-button { font-size: 18px; }
  .narrative-chapter,
  .lifeforce-section,
  .people-story,
  .horizon-section,
  .gathering-intro,
  .empty-stories { padding: 82px 24px; }

  .narrative-chapter h2,
  .declaration-grid h2,
  .lifeforce-section h2 { font-size: var(--type-territory); margin-bottom: 42px; }

  .people-story blockquote { font-size: var(--type-subhead); margin-bottom: 42px; }

  .declaration-grid { grid-template-columns: 1fr; }
  .declaration-grid article { border-bottom: 1px solid var(--ink); border-right: 0; min-height: 0; padding: 82px 24px; }
  .declaration-grid p { margin-top: 80px; }
  .closing-manifesto { align-items: flex-start; flex-direction: column; padding: 82px 24px; }
  .closing-manifesto > p { font-size: var(--type-territory); }
  .people-story blockquote { margin: 0; }
  .next-step-band { justify-content: flex-start; padding: 50px 24px; }
  .capability-section .section-heading { gap: 42px; grid-template-columns: 1fr; margin-bottom: 72px; }
  .capability-section .section-heading h2,
  .capability-section .section-heading > p:last-child { grid-column: 1; max-width: none; }
  .capability-section .closing-line { padding-top: 36px; }
  .editorial-figure img,
  .editorial-figure.gathering img { height: 62vh; min-height: 440px; }
  .editorial-figure figcaption { align-items: flex-start; flex-direction: column; gap: 7px; padding: 14px 24px 16px; }
  .real-image-sequence > div { grid-template-columns: 1fr 1fr; height: auto; }
  .real-image-sequence img { height: 46vh; min-height: 330px; }
  .real-image-sequence img:first-child { grid-column: 1 / -1; height: 68vh; min-height: 500px; }
  .culture-diptych > div { grid-template-columns: 1fr; height: auto; }
  .culture-diptych img { height: 58vh; min-height: 430px; }
  .real-image-sequence figcaption,
  .culture-diptych figcaption { align-items: flex-start; flex-direction: column; gap: 7px; padding: 14px 24px 16px; }
  body[data-route="venezuela"] .site-nav { color: #fff; }

  .stage-grid article,
  .stage-grid article:first-child,
  .horizon-grid article,
  .horizon-grid article:first-child {
    gap: 26px;
    grid-template-columns: 38px 1fr;
    padding: 34px 0 48px;
  }
  .stage-grid h3,
  .stage-grid p,
  .stage-grid ul,
  .horizon-grid h3,
  .horizon-grid p { grid-column: 2; }
  .stage-grid ul { grid-template-columns: 1fr; }
  .stage-grid li:nth-child(even) { padding-left: 0; }
  .plan-note { margin-top: 52px; padding: 34px 24px; }
  .outcomes-section,
  .commitments-section { padding: 82px 24px; }
  .outcomes-list { grid-template-columns: 1fr; }
  .outcomes-list article,
  .outcomes-list article:nth-child(even) { border-left: 0; min-height: 0; padding: 28px 0 42px; }
  .outcomes-list h3 { margin-top: 50px; }
  .commitments-intro { grid-template-columns: 1fr; margin-bottom: 64px; }
  .commitment-list article { gap: 18px 20px; grid-template-columns: 34px 1fr; padding: 28px 0 38px; }
  .commitment-list h3,
  .commitment-list p { grid-column: 2; }
  .commitment-list .commitment-role { margin-top: 4px; }
  .status-editorial .status-columns > div { min-height: 0; padding: 72px 24px; }
  .status-editorial .status-columns > div + div { margin-top: 0; }
  .status-editorial .status-columns h3 { margin-bottom: 48px; }
  body[data-route="people"] .page-hero { display: block; }
}
