.skip-link {
  position: absolute;
}

.handoff-strip__identity,
.handoff-strip__state,
.handoff-strip__facts > div {
  display: grid;
  grid-template-rows: 15px auto;
  align-content: start;
}

.handoff-strip__identity > span,
.handoff-strip__state > span,
.handoff-strip__identity > strong,
.handoff-strip__state > strong,
.handoff-strip__facts dt,
.handoff-strip__facts dd {
  display: block;
}

.handoff-strip__identity > strong,
.handoff-strip__state > strong,
.handoff-strip__facts dd {
  align-self: start;
  margin-top: 7px;
  line-height: 1.25;
}

body[data-active-variant="c"] .field-opening {
  background: var(--navy-dark);
}

body[data-active-variant="c"] .handoff-strip {
  grid-template-columns:
    minmax(190px, 1.35fr)
    minmax(112px, 0.8fr)
    minmax(390px, 2.6fr)
    205px;
}

body[data-active-variant="c"] .opening-action {
  width: auto;
  min-width: 0;
  margin: 12px;
  gap: 7px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 1.15;
}

body[data-active-variant="c"] .opening-action [aria-hidden="true"] {
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

.pitch-study {
  min-height: 900px;
  padding: 142px 0 128px;
  border-bottom: 1px solid var(--rule);
  background: var(--paper-soft);
  scroll-margin-top: 0;
}

.pitch-variant {
  width: min(calc(100% - 80px), var(--frame));
  margin: 0 auto;
}

.pitch-intro {
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  column-gap: 16px;
  align-items: start;
}

.pitch-label {
  margin: 7px 0 0;
  color: var(--ink-muted);
  font-size: 14px;
  font-weight: 700;
}

.pitch-intro h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(54px, 5.1vw, 74px);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.035em;
}

.pitch-intro > p:last-child {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
}

.pitch-intro--ledger .pitch-label {
  grid-column: 1 / 4;
}

.pitch-intro--ledger h2 {
  grid-column: 4 / 11;
  max-width: 660px;
}

.pitch-intro--ledger > p:last-child {
  grid-column: 12 / 17;
  padding-top: 7px;
}

.handoff-ledger {
  margin-top: 88px;
  display: grid;
  grid-template-columns: minmax(0, 4.8fr) minmax(190px, 2.25fr) minmax(150px, 1.65fr) minmax(240px, 3.3fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}

.handoff-ledger__head,
.handoff-ledger__conclusion {
  grid-column: 1 / -1;
}

.handoff-ledger__head {
  min-height: 58px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 22px;
  border-bottom: 1px solid var(--rule);
  color: var(--ink-muted);
  font-size: 13px;
}

.handoff-ledger__head strong {
  color: var(--ink);
  font-size: 14px;
}

.handoff-ledger__head span:last-child {
  text-align: right;
}

.ledger-zone {
  min-height: 300px;
  padding: 28px 24px 32px;
}

.ledger-zone + .ledger-zone {
  border-left: 1px solid var(--rule);
}

.ledger-zone > span,
.ledger-zone__title > span,
.ledger-zone--deadline > span,
.ledger-zone--update > span {
  display: block;
  color: var(--ink-muted);
  font-size: 13px;
  font-weight: 700;
}

.ledger-zone__title {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.ledger-zone__title strong {
  font-size: 13px;
}

.ledger-zone--evidence ol {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ledger-zone--evidence li {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--rule);
}

.ledger-zone--evidence li:last-child {
  border-bottom: 1px solid var(--rule);
}

.ledger-zone--evidence li strong {
  font-size: 13px;
}

.ledger-zone--evidence li:nth-child(n + 2) strong {
  color: var(--signal);
}

.ledger-zone--owner > strong {
  display: block;
  margin-top: 30px;
  font-family: var(--display);
  font-size: 35px;
  line-height: 1;
}

.ledger-zone--owner p {
  max-width: 22ch;
  margin: 22px 0 0;
  color: var(--ink-muted);
  font-size: 15px;
  line-height: 1.5;
}

.ledger-zone--deadline {
  color: white;
  background: var(--navy);
}

.ledger-zone--deadline > span,
.ledger-zone--deadline small {
  color: #c5d1d4;
}

.ledger-zone--deadline > strong {
  display: block;
  margin-top: 62px;
  font-family: var(--display);
  font-size: 63px;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}

.ledger-zone--deadline small {
  display: block;
  margin-top: 9px;
}

.ledger-zone--update p {
  margin: 34px 0 0;
  font-family: var(--display);
  font-size: 27px;
  line-height: 1.08;
}

.ledger-zone--update > strong {
  display: block;
  margin-top: 34px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
  font-size: 13px;
}

.handoff-ledger__conclusion {
  min-height: 118px;
  display: grid;
  grid-template-columns: 1.2fr 2.3fr 1.2fr;
  align-items: center;
  gap: 28px;
  padding: 20px 24px;
  border-top: 1px solid var(--ink);
}

.handoff-ledger__conclusion > span {
  color: var(--ink-muted);
  font-size: 13px;
  font-weight: 700;
}

.handoff-ledger__conclusion > strong {
  font-family: var(--display);
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
}

.handoff-ledger__conclusion p {
  margin: 0;
  color: var(--ink-muted);
  line-height: 1.5;
}

body[data-active-variant="b"] .pitch-study {
  min-height: 1210px;
  padding-bottom: 150px;
  background: var(--paper);
}

.pitch-intro--field .pitch-label {
  grid-column: 1 / 4;
}

.pitch-intro--field h2 {
  grid-column: 5 / 13;
}

.pitch-intro--field > p:last-child {
  grid-column: 13 / 17;
  padding-top: 7px;
}

.edited-field {
  min-height: 804px;
  margin-top: 82px;
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  grid-template-rows: repeat(11, 62px);
  column-gap: 16px;
  row-gap: 12px;
  position: relative;
}

.edited-field::before {
  content: "";
  grid-column: 1 / 12;
  grid-row: 1 / 9;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--paper-soft);
}

.edited-field__evidence {
  z-index: 1;
  grid-column: 1 / 12;
  grid-row: 1 / 9;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  grid-template-rows: auto repeat(3, 1fr);
  column-gap: 42px;
}

.edited-field__evidence header {
  grid-column: 1 / -1;
  min-height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-bottom: 1px solid var(--rule);
  color: var(--ink-muted);
  font-size: 13px;
}

.edited-field__evidence header strong {
  color: var(--ink);
}

.evidence-finding {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 88px minmax(0, 1.5fr) minmax(180px, 0.9fr);
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--rule);
}

.evidence-finding > span {
  color: var(--ink-muted);
  font-size: 13px;
  font-weight: 700;
}

.evidence-finding > strong {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 600;
}

.evidence-finding > small {
  color: var(--ink-muted);
}

.evidence-finding--missing {
  position: relative;
}

.evidence-finding--missing::after {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: -28px;
  width: 4px;
  background: var(--signal);
}

.edited-field__owner,
.edited-field__approval {
  padding: 22px 24px;
}

.edited-field__owner {
  grid-column: 13 / 17;
  grid-row: 1 / 4;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--rule);
}

.edited-field__owner > span,
.edited-field__approval > span,
.edited-field__deadline > span,
.edited-field__conclusion > span {
  display: block;
  color: var(--ink-muted);
  font-size: 13px;
  font-weight: 700;
}

.edited-field__owner > strong {
  display: block;
  margin-top: 24px;
  font-family: var(--display);
  font-size: 36px;
  line-height: 1;
}

.edited-field__owner p {
  margin: 16px 0 0;
  color: var(--ink-muted);
  line-height: 1.45;
}

.edited-field__deadline {
  grid-column: 14 / 17;
  grid-row: 4 / 7;
  padding: 22px 24px;
  color: white;
  background: var(--navy);
}

.edited-field__deadline > span,
.edited-field__deadline small {
  color: #c5d1d4;
}

.edited-field__deadline strong {
  display: block;
  margin-top: 28px;
  font-family: var(--display);
  font-size: 58px;
  font-weight: 600;
  line-height: 0.9;
}

.edited-field__deadline small {
  display: block;
  margin-top: 8px;
}

.edited-field__conclusion {
  grid-column: 12 / 17;
  grid-row: 7 / 10;
  align-self: stretch;
  padding: 22px 0 0 24px;
  border-top: 1px solid var(--signal);
}

.edited-field__conclusion strong {
  display: block;
  margin-top: 24px;
  font-family: var(--display);
  font-size: 43px;
  font-weight: 600;
  line-height: 0.98;
}

.edited-field__approval {
  z-index: 2;
  grid-column: 4 / 13;
  grid-row: 9 / 12;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  grid-template-rows: auto 1fr;
  column-gap: 28px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: white;
}

.edited-field__approval p {
  grid-column: 1;
  grid-row: 2;
  margin: 18px 0 0;
  color: var(--ink-muted);
  line-height: 1.45;
}

.edited-field__approval strong {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  font-family: var(--display);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.08;
}

body[data-active-variant="c"] .pitch-study {
  min-height: 0;
  position: relative;
  overflow: hidden;
  padding-top: 104px;
  padding-bottom: 118px;
  color: white;
  background: var(--navy-dark);
}

.pitch-variant--state {
  position: relative;
}

.pitch-intro--state .pitch-label {
  grid-column: 1 / 4;
  color: #aebdc1;
}

.pitch-intro--state h2 {
  grid-column: 4 / 12;
  max-width: 720px;
  color: white;
  font-size: clamp(50px, 4.45vw, 64px);
  line-height: 0.99;
  letter-spacing: -0.03em;
  text-transform: none;
}

.pitch-intro--state > p:last-child {
  grid-column: 13 / 17;
  padding-top: 7px;
  color: #c5d1d4;
  font-size: 18px;
  line-height: 1.5;
}

.working-state {
  width: auto;
  margin: 66px clamp(0px, 1.7vw, 24px) 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  background: white;
}

.site-footer nav {
  font-size: 13px;
}

.site-footer nav a {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
}

body[data-baseline="static"] *,
body[data-baseline="static"] *::before,
body[data-baseline="static"] *::after {
  animation: none !important;
  scroll-behavior: auto !important;
  transition: none !important;
}

.working-state__head {
  min-height: 64px;
  display: grid;
  grid-template-columns: minmax(280px, 1.25fr) minmax(260px, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: 0 28px;
  border-bottom: 1px solid var(--rule);
}

.working-state__head > div {
  display: flex;
  gap: 16px;
}

.working-state__head span {
  color: var(--ink-muted);
  font-size: 13px;
}

.working-state__status {
  min-width: 108px;
  padding-left: 16px;
  border-left: 4px solid var(--signal);
  color: var(--signal);
  font-family: var(--display);
  font-size: 23px;
  font-weight: 600;
}

.working-state__question {
  min-height: 128px;
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(0, 2.65fr);
  align-items: center;
  gap: 40px;
  padding: 22px 28px;
  border-bottom: 1px solid var(--ink);
}

.working-state__question > span,
.working-state__answer > span {
  color: var(--ink-muted);
  font-size: 13px;
  font-weight: 700;
}

.working-state__question > strong {
  font-family: var(--display);
  font-size: 39px;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.working-state__facts {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(340px, 1fr);
  grid-template-rows: 1fr 1fr;
}

.working-state__fact {
  min-height: 128px;
  padding: 22px 28px;
}

.working-state__fact--evidence {
  grid-column: 1;
  grid-row: 1 / 3;
  min-height: 256px;
  border-right: 1px solid var(--rule);
}

.working-state__fact--owner {
  grid-column: 2;
  grid-row: 1;
}

.working-state__fact--update {
  grid-column: 2;
  grid-row: 2;
  border-top: 1px solid var(--rule);
}

.working-state__fact dt {
  color: var(--ink-muted);
  font-size: 13px;
  font-weight: 700;
}

.working-state__fact dd {
  margin: 23px 0 0;
}

.working-state__fact dd > strong,
.working-state__fact dd > span,
.working-state__fact dd > small {
  display: block;
}

.working-state__fact dd > strong {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.06;
}

.working-state__fact dd > span {
  max-width: 37ch;
  margin-top: 8px;
  color: var(--ink-muted);
  line-height: 1.42;
}

.working-state__fact dd > small {
  margin-top: 10px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.working-state__fact ul {
  max-width: 650px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.working-state__fact li {
  min-height: 48px;
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: center;
  border-top: 1px solid var(--rule);
}

.working-state__fact li:last-child {
  border-bottom: 1px solid var(--rule);
}

.working-state__fact li span {
  color: var(--signal);
  font-size: 12px;
  font-weight: 700;
}

.working-state__answer {
  min-height: 106px;
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(330px, 1.65fr) auto;
  align-items: center;
  gap: 36px;
  padding: 18px 28px;
  border-top: 1px solid var(--ink);
}

.working-state__answer > strong {
  font-family: var(--display);
  font-size: 39px;
  font-weight: 600;
  line-height: 1;
}

.working-state__answer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  text-decoration: none;
}

.working-state__answer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

html.reduce-motion .working-state__answer a span {
  transition-duration: 0s !important;
}

body:not([data-active-variant="c"]) .proof-study {
  display: none;
}

body[data-active-variant="c"] .product-section {
  display: none;
}

body[data-stage="transformation"] .proof-study,
body[data-stage="transformation"] .comparison-section {
  display: none;
}

body[data-stage="proof"] .transformation-study,
body[data-stage="proof"] .photo-change-study,
body[data-stage="proof"] .process-study,
body[data-stage="transformation"] .photo-change-study,
body[data-stage="transformation"] .process-study {
  display: none;
}

body[data-stage="photographic"] .transformation-study,
body[data-stage="photographic"] .proof-study,
body[data-stage="photographic"] .comparison-section,
body[data-stage="photographic"] .sequence-section {
  display: none;
}

.photo-change-study {
  min-height: 1160px;
  overflow: hidden;
  border-bottom: 1px solid var(--rule);
  background: var(--paper-soft);
}

.photo-change {
  width: min(calc(100% - 80px), var(--frame));
  min-height: 1160px;
  margin: 0 auto;
}

.photo-change__label {
  margin: 0 0 24px;
  color: var(--ink-muted);
  font-size: 14px;
  font-weight: 700;
}

.photo-change h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(54px, 5.1vw, 74px);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.035em;
  text-transform: none;
}

.photo-change figure {
  margin: 0;
}

.photo-change img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-change figcaption {
  color: var(--ink-muted);
  font-size: 13px;
  line-height: 1.35;
}

/* Photographic study A: the physical action enters first; the explanation sits on a clean edge. */
.photo-change--edge {
  position: relative;
  padding: 128px 0 150px;
}

.photo-edge__figure {
  width: 77%;
}

.photo-edge__figure img {
  height: 680px;
  object-position: 64% center;
}

.photo-edge__figure figcaption {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding-top: 13px;
}

.photo-edge__copy {
  position: absolute;
  z-index: 1;
  top: 218px;
  right: 0;
  width: 43.5%;
  padding: 54px 0 58px 54px;
  background: var(--paper-soft);
}

.photo-edge__copy h2 {
  max-width: 600px;
}

.photo-edge__copy > p:last-child {
  max-width: 39ch;
  margin: 36px 0 0;
  font-size: 19px;
  line-height: 1.5;
}

.photo-edge__consequence {
  width: 43.5%;
  margin: 68px 0 0 auto;
  padding-top: 28px;
  border-top: 1px solid var(--ink);
}

.photo-edge__consequence p {
  max-width: 43ch;
  margin: 0 0 32px;
  font-size: 17px;
  line-height: 1.5;
}

.photo-edge__consequence strong {
  display: block;
  max-width: 560px;
  font-family: var(--display);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.06;
}

/* Photographic study B: a clean reading surface cuts into one wide documentary frame. */
body[data-active-photo="b"] .photo-change-study {
  min-height: 1240px;
  background: white;
}

.photo-change--cut {
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  grid-template-rows: auto 680px auto;
  column-gap: 16px;
  min-height: 1240px;
  padding: 122px 0 144px;
}

.photo-cut__intro {
  z-index: 1;
  grid-column: 1 / 11;
  grid-row: 1;
  padding-bottom: 72px;
}

.photo-cut__intro h2 {
  max-width: 770px;
}

.photo-cut__figure {
  grid-column: 4 / 17;
  grid-row: 2;
  height: 680px;
}

.photo-cut__figure img {
  object-position: 66% center;
}

.photo-cut__figure figcaption {
  padding-top: 12px;
  text-align: right;
}

.photo-cut__text {
  z-index: 1;
  align-self: end;
  grid-column: 1 / 7;
  grid-row: 2;
  margin-bottom: 48px;
  padding: 44px 48px 48px 0;
  background: white;
}

.photo-cut__text p {
  max-width: 38ch;
  margin: 0 0 50px;
  font-size: 18px;
  line-height: 1.52;
}

.photo-cut__text strong {
  font-family: var(--display);
  font-size: 42px;
  font-weight: 600;
  line-height: 1.02;
}

.photo-cut__closing {
  grid-column: 9 / 17;
  grid-row: 3;
  max-width: 610px;
  margin: 86px 0 0 auto;
  font-size: 24px;
  line-height: 1.38;
}

/* Photographic study C: a dark operational conclusion acts as the hinge beside the field image. */
body[data-active-photo="c"] .photo-change-study {
  min-height: 1060px;
  background: var(--paper-soft);
}

.photo-change--hinge {
  min-height: 1060px;
  padding: 88px 0 108px;
}

.photo-hinge__intro {
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 38px;
}

.photo-hinge__intro > p:last-child {
  grid-column: 10 / 17;
  max-width: 45ch;
  margin: 0;
  font-size: 19px;
  line-height: 1.5;
}

.photo-hinge__composition {
  position: relative;
  min-height: 620px;
}

.photo-hinge__figure {
  width: 74%;
  height: 620px;
  margin-left: auto !important;
}

.photo-hinge__figure img {
  object-position: 64% center;
}

.photo-hinge__figure figcaption {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 12px;
}

.photo-hinge__statement {
  position: absolute;
  z-index: 1;
  top: 78px;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 42%;
  min-height: 426px;
  padding: 46px 48px 40px;
  color: white;
  background: var(--navy-dark);
  box-shadow: -100vw 0 0 var(--navy-dark);
}

.photo-hinge__card-label {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.photo-hinge__statement h2 {
  max-width: 490px;
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.photo-hinge__answer {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
}

.photo-hinge__answer span,
.photo-hinge__answer strong {
  display: block;
}

.photo-hinge__answer span {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.42;
}

.photo-hinge__answer strong {
  max-width: 390px;
  font-family: var(--display);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.photo-hinge__closing {
  display: grid;
  grid-template-columns: 28% 1fr;
  gap: 52px;
  width: 74%;
  margin: 48px 0 0 auto;
  padding-top: 24px;
  border-top: 1px solid var(--ink);
}

.photo-hinge__closing span {
  color: var(--ink-muted);
  font-size: 14px;
}

.photo-hinge__closing strong {
  max-width: 760px;
  font-family: var(--display);
  font-size: 31px;
  font-weight: 600;
  line-height: 1.08;
}

/* Section 4: three full-scale process compositions. */
.process-study {
  min-height: 1160px;
  overflow: hidden;
  border-bottom: 1px solid var(--rule);
  background: white;
}

.process-variant {
  width: min(calc(100% - 80px), var(--frame));
  min-height: 1160px;
  margin: 0 auto;
}

.process-label {
  margin: 0;
  color: var(--ink-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.process-variant h2,
.process-variant h3 {
  font-family: var(--display);
  font-weight: 600;
  text-transform: none;
}

.process-variant h2 {
  margin: 0;
  font-size: 58px;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.process-variant h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.015em;
}

/* Process A: one continuous time rail, with uneven widths set by consequence. */
body[data-active-process="a"] .process-study {
  min-height: 1190px;
  background: #dce4e1;
}

.process-variant--rail {
  min-height: 1190px;
  padding: 112px 0 128px;
}

.process-rail__intro {
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.process-rail__intro .process-label {
  grid-column: 1 / 4;
  padding-top: 8px;
}

.process-rail__intro h2 {
  grid-column: 4 / 11;
  max-width: 650px;
}

.process-rail__intro > p:last-child {
  grid-column: 12 / 17;
  max-width: 42ch;
  margin: 5px 0 0;
  font-size: 19px;
  line-height: 1.5;
}

.process-rail__opening {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 28px;
  align-items: center;
  width: 78%;
  margin-top: 74px;
  padding: 26px 32px;
  color: white;
  background: var(--navy-dark);
}

.process-rail__opening span,
.process-rail__opening small {
  font-size: 13px;
  line-height: 1.4;
}

.process-rail__opening strong {
  font-family: var(--display);
  font-size: 33px;
  font-weight: 600;
  line-height: 1.05;
}

.process-rail__steps {
  display: grid;
  grid-template-columns: 1.05fr 1.15fr 1.2fr 1.35fr;
  margin: 82px 0 0;
  padding: 0;
  border-top: 2px solid var(--ink);
  list-style: none;
}

.process-rail__steps li {
  position: relative;
  min-height: 350px;
  padding: 34px 28px 38px;
  border-left: 1px solid rgba(13, 39, 48, 0.28);
}

.process-rail__steps li:first-child {
  padding-left: 0;
  border-left: 0;
}

.process-rail__steps li::before {
  position: absolute;
  top: -8px;
  left: 28px;
  width: 14px;
  height: 14px;
  background: var(--ink);
  content: "";
}

.process-rail__steps li:first-child::before {
  left: 0;
  background: var(--signal);
}

.process-step__number,
.process-rail__steps time {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}

.process-step__number {
  margin-bottom: 9px;
  font-weight: 700;
}

.process-rail__steps time {
  min-height: 38px;
  color: var(--ink-muted);
}

.process-rail__steps h3 {
  max-width: 260px;
  margin-top: 28px;
}

.process-rail__steps p {
  max-width: 34ch;
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

.process-rail__closing {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  gap: 44px;
  align-items: center;
  width: 74%;
  margin: 62px 0 0 auto;
  padding: 30px 34px;
  color: white;
  background: var(--navy-dark);
}

.process-rail__closing span {
  font-size: 13px;
  line-height: 1.4;
}

.process-rail__closing strong {
  font-family: var(--display);
  font-size: 29px;
  font-weight: 600;
  line-height: 1.08;
}

/* Process B: a stable readiness sentence beside a vertical human-action sequence. */
body[data-active-process="b"] .process-study {
  min-height: 1300px;
  background: white;
}

.process-variant--vertical {
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  gap: 16px;
  min-height: 1300px;
  padding: 118px 0 132px;
}

.process-vertical__intro {
  grid-column: 1 / 7;
}

.process-vertical__intro h2 {
  max-width: 600px;
  margin-top: 42px;
  font-size: 64px;
}

.process-vertical__intro > p {
  max-width: 38ch;
  margin: 34px 0 0;
  font-size: 19px;
  line-height: 1.5;
}

.process-vertical__state {
  margin-top: 70px;
  padding: 36px 40px;
  color: white;
  background: var(--navy-dark);
}

.process-vertical__state span,
.process-vertical__state strong {
  display: block;
}

.process-vertical__state span {
  margin-bottom: 22px;
  font-size: 13px;
}

.process-vertical__state strong {
  font-family: var(--display);
  font-size: 42px;
  font-weight: 600;
  line-height: 1.03;
}

.process-vertical__steps {
  grid-column: 9 / 17;
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--ink);
  list-style: none;
}

.process-vertical__steps li {
  display: grid;
  grid-template-columns: 120px 1fr;
  column-gap: 30px;
  padding: 42px 0 46px;
  border-bottom: 1px solid var(--rule);
}

.process-vertical__steps li > div {
  grid-row: 1 / 3;
}

.process-vertical__steps li > div span,
.process-vertical__steps li > div time {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}

.process-vertical__steps li > div span {
  margin-bottom: 12px;
  font-weight: 700;
}

.process-vertical__steps li > div time {
  color: var(--ink-muted);
}

.process-vertical__steps p {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.5;
}

.process-vertical__closing {
  align-self: end;
  grid-column: 9 / 17;
  margin-top: 62px;
  padding-top: 28px;
  border-top: 1px solid var(--ink);
}

.process-vertical__closing span,
.process-vertical__closing strong {
  display: block;
}

.process-vertical__closing span {
  margin-bottom: 20px;
  color: var(--ink-muted);
  font-size: 13px;
}

.process-vertical__closing strong {
  max-width: 650px;
  font-family: var(--display);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.08;
}

/* Process C: the readiness answer changes across four full-width event bands. */
body[data-active-process="c"] .process-study {
  min-height: 1220px;
  background: var(--paper-soft);
}

.process-variant--bands {
  min-height: 1220px;
  padding: 110px 0 126px;
}

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

.process-bands__intro .process-label {
  grid-column: 1 / 4;
  padding-top: 8px;
}

.process-bands__intro h2 {
  grid-column: 4 / 12;
  max-width: 760px;
}

.process-bands__intro > p:last-child {
  grid-column: 13 / 17;
  margin: 4px 0 0;
  font-size: 18px;
  line-height: 1.5;
}

.process-bands__steps {
  margin: 88px 0 0;
  padding: 0;
  border-top: 2px solid var(--ink);
  list-style: none;
}

.process-bands__steps li {
  display: grid;
  grid-template-columns: 180px minmax(330px, 1fr) minmax(360px, 0.85fr);
  gap: 38px;
  align-items: center;
  min-height: 156px;
  padding: 30px 32px;
  border-bottom: 1px solid var(--rule);
}

.process-bands__steps li:first-child {
  border-left: 8px solid var(--signal);
}

.process-band__index span,
.process-band__index time {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}

.process-band__index span {
  margin-bottom: 9px;
  font-weight: 700;
}

.process-band__index time,
.process-bands__steps p {
  color: var(--ink-muted);
}

.process-bands__steps p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.45;
}

.process-bands__steps li > strong {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.08;
}

.process-bands__closing {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 42px;
  width: 76%;
  margin: 66px 0 0 auto;
  padding: 34px 38px;
  color: white;
  background: var(--navy-dark);
}

.process-bands__closing span {
  font-size: 14px;
  line-height: 1.4;
}

.process-bands__closing strong {
  font-family: var(--display);
  font-size: 31px;
  font-weight: 600;
  line-height: 1.08;
}

.transformation-study {
  min-height: 1120px;
  padding: 142px 0 150px;
  border-bottom: 1px solid var(--rule);
  background: white;
}

.change-variant {
  width: min(calc(100% - 80px), var(--frame));
  margin: 0 auto;
}

.change-intro {
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  column-gap: 16px;
  align-items: start;
}

.change-label {
  grid-column: 1 / 4;
  margin: 7px 0 0;
  color: var(--ink-muted);
  font-size: 14px;
  font-weight: 700;
}

.change-intro h2 {
  grid-column: 4 / 12;
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(48px, 4.35vw, 63px);
  font-weight: 600;
  line-height: 0.99;
  letter-spacing: -0.03em;
  text-transform: none;
}

.change-intro > p:last-child {
  grid-column: 13 / 17;
  margin: 0;
  padding-top: 6px;
  color: var(--ink-muted);
  font-size: 18px;
  line-height: 1.5;
}

.fragment-to-control {
  min-height: 650px;
  margin-top: 86px;
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  column-gap: 16px;
  align-items: stretch;
}

.fragment-field {
  grid-column: 1 / 10;
  min-height: 650px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--paper-soft);
}

.fragment-field > header {
  min-height: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 0 28px;
  border-bottom: 1px solid var(--rule);
  color: var(--ink-muted);
  font-size: 12px;
}

.fragment-field > header strong {
  color: var(--ink);
}

.work-fragment {
  position: absolute;
  padding-top: 12px;
  border-top: 1px solid var(--rule-dark);
}

.work-fragment span,
.work-fragment strong {
  display: block;
}

.work-fragment span {
  color: var(--ink-muted);
  font-size: 12px;
}

.work-fragment strong {
  margin-top: 9px;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.05;
}

.work-fragment--tms {
  top: 116px;
  left: 30px;
  width: 270px;
}

.work-fragment--release {
  top: 198px;
  right: 36px;
  width: 330px;
}

.work-fragment--carrier {
  top: 310px;
  left: 88px;
  width: 310px;
}

.work-fragment--appointment {
  top: 410px;
  right: 82px;
  width: 320px;
}

.work-fragment--update {
  top: 516px;
  left: 190px;
  width: 310px;
}

.fragment-field > p {
  position: absolute;
  right: 28px;
  bottom: 24px;
  max-width: 28ch;
  margin: 0;
  color: var(--ink-muted);
  font-size: 13px;
  line-height: 1.4;
  text-align: right;
}

.change-pivot {
  grid-column: 10 / 12;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.change-pivot span {
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.controlled-handoff {
  grid-column: 12 / 17;
  min-height: 650px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.controlled-handoff > header {
  min-height: 78px;
  padding: 20px 26px;
  display: grid;
  gap: 8px;
  border-bottom: 1px solid var(--ink);
}

.controlled-handoff > header span,
.controlled-handoff dt,
.controlled-handoff footer span {
  color: var(--ink-muted);
  font-size: 12px;
}

.controlled-handoff > header strong {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 600;
}

.controlled-handoff dl {
  margin: 0;
  padding: 0 26px;
}

.controlled-handoff dl div {
  min-height: 93px;
  display: grid;
  grid-template-columns: 128px 1fr;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--rule);
}

.controlled-handoff dd {
  margin: 0;
  font-weight: 700;
  line-height: 1.35;
}

.controlled-handoff footer {
  min-height: 124px;
  padding: 24px 26px;
  color: white;
  background: var(--navy-dark);
}

.controlled-handoff footer span {
  color: #b8c7ca;
}

.controlled-handoff footer strong {
  display: block;
  margin-top: 18px;
  font-family: var(--display);
  font-size: 31px;
  font-weight: 600;
  line-height: 1.03;
}

body[data-active-change="b"] .transformation-study {
  min-height: 1190px;
  background: var(--paper-soft);
}

.stacked-change {
  margin-top: 84px;
}

.stacked-change__before {
  min-height: 340px;
  width: calc(100% - 180px);
  padding: 30px 34px 26px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: white;
}

.stacked-change__before > header,
.stacked-change__after > header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 30px;
}

.stacked-change__before > header span,
.stacked-change__after > header span {
  color: var(--ink-muted);
  font-size: 12px;
  font-weight: 700;
}

.stacked-change__before > header strong,
.stacked-change__after > header strong {
  font-family: var(--display);
  font-size: 29px;
  font-weight: 600;
}

.before-scatter {
  min-height: 170px;
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 1fr 1fr;
  gap: 18px 16px;
}

.before-scatter p {
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid var(--rule);
}

.before-scatter p:nth-child(1) { grid-column: 1 / 4; }
.before-scatter p:nth-child(2) { grid-column: 5 / 8; }
.before-scatter p:nth-child(3) { grid-column: 9 / 13; }
.before-scatter p:nth-child(4) { grid-column: 3 / 7; }
.before-scatter p:nth-child(5) { grid-column: 8 / 12; }

.before-scatter span,
.before-scatter strong {
  display: block;
}

.before-scatter span {
  color: var(--ink-muted);
  font-size: 12px;
}

.before-scatter strong {
  margin-top: 8px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
}

.stacked-change__before > footer {
  color: var(--ink-muted);
  font-size: 13px;
}

.stacked-change__after {
  min-height: 350px;
  width: calc(100% - 120px);
  margin: 34px 0 0 auto;
  padding: 30px 34px 0;
  color: white;
  background: var(--navy-dark);
}

.stacked-change__after > header span {
  color: #b8c7ca;
}

.stacked-change__after dl {
  margin: 44px 0 0;
  display: grid;
  grid-template-columns: 1.35fr 1fr 0.82fr 1.55fr;
}

.stacked-change__after dl div {
  min-height: 104px;
  padding: 0 24px;
  border-left: 1px solid #49636a;
}

.stacked-change__after dl div:first-child {
  padding-left: 0;
  border-left: 0;
}

.stacked-change__after dt {
  color: #b8c7ca;
  font-size: 12px;
}

.stacked-change__after dd {
  margin: 22px 0 0;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.05;
}

.stacked-change__after > footer {
  min-height: 106px;
  margin: 0 -34px;
  padding: 22px 34px;
  display: grid;
  grid-template-columns: 1fr 2.4fr;
  align-items: center;
  gap: 32px;
  border-top: 1px solid #49636a;
}

.stacked-change__after > footer span {
  color: #b8c7ca;
  font-size: 12px;
}

.stacked-change__after > footer strong {
  font-family: var(--display);
  font-size: 29px;
  font-weight: 600;
}

body[data-active-change="c"] .transformation-study {
  min-height: 1120px;
  background: white;
}

.role-change {
  min-height: 640px;
  margin-top: 86px;
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  column-gap: 16px;
}

.role-change__today {
  grid-column: 1 / 7;
  padding: 34px 34px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--paper-soft);
}

.role-change__today > span,
.role-change__shared > header span,
.shared-question > span {
  color: var(--ink-muted);
  font-size: 12px;
  font-weight: 700;
}

.role-change__today h3 {
  margin: 46px 0 0;
  font-family: var(--display);
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
}

.role-change__today ol {
  margin: 56px 0 0;
  padding: 0;
  list-style: none;
}

.role-change__today li {
  min-height: 92px;
  display: grid;
  grid-template-columns: 122px 1fr;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--rule);
}

.role-change__today li:last-child {
  border-bottom: 1px solid var(--rule);
}

.role-change__today li strong {
  font-family: var(--display);
  font-size: 21px;
  font-weight: 600;
}

.role-change__today li span {
  color: var(--ink-muted);
}

.role-change__shared {
  grid-column: 8 / 17;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.role-change__shared > header {
  min-height: 72px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--rule);
}

.role-change__shared > header strong {
  font-family: var(--display);
  font-size: 25px;
  font-weight: 600;
}

.shared-question {
  min-height: 158px;
  padding: 28px 30px;
  color: white;
  background: var(--navy-dark);
}

.shared-question > span {
  color: #b8c7ca;
}

.shared-question > strong {
  display: block;
  margin-top: 34px;
  font-family: var(--display);
  font-size: 43px;
  font-weight: 600;
  line-height: 1;
}

.role-change__shared dl {
  margin: 0;
  padding: 0 30px;
}

.role-change__shared dl div {
  min-height: 94px;
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--rule);
}

.role-change__shared dt {
  color: var(--ink-muted);
  font-size: 12px;
}

.role-change__shared dd {
  margin: 0;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
}

.role-change__shared > footer {
  min-height: 70px;
  padding: 23px 30px;
  color: var(--ink-muted);
}

.proof-study {
  min-height: 1080px;
  padding: 142px 0 150px;
  border-bottom: 1px solid var(--rule);
  background: var(--paper-soft);
}

.proof-variant {
  width: min(calc(100% - 80px), var(--frame));
  margin: 0 auto;
}

.proof-intro {
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  column-gap: 16px;
  align-items: start;
}

.proof-label {
  grid-column: 1 / 4;
  margin: 7px 0 0;
  color: var(--ink-muted);
  font-size: 14px;
  font-weight: 700;
}

.proof-intro h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(48px, 4.35vw, 63px);
  font-weight: 600;
  line-height: 0.99;
  letter-spacing: -0.03em;
  text-transform: none;
}

.proof-intro > p:last-child {
  margin: 0;
  color: var(--ink-muted);
  font-size: 18px;
  line-height: 1.5;
}

.proof-intro--dossier h2,
.proof-intro--workspace h2 {
  grid-column: 4 / 12;
}

.proof-intro--dossier > p:last-child,
.proof-intro--workspace > p:last-child {
  grid-column: 13 / 17;
  padding-top: 6px;
}

.evidence-dossier {
  margin-top: 86px;
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 30px;
  align-items: stretch;
}

.source-record {
  grid-column: 1 / 11;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: white;
}

.source-record > header {
  min-height: 54px;
  display: grid;
  grid-template-columns: 92px 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 0 24px;
  border-bottom: 1px solid var(--rule);
  color: var(--ink-muted);
  font-size: 12px;
}

.source-record > header strong {
  color: var(--ink);
}

.source-record__body {
  min-height: 358px;
  padding: 38px 42px 34px;
}

.source-record__body > p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 13px;
  font-weight: 700;
}

.source-record__body h3 {
  max-width: 640px;
  margin: 38px 0 48px;
  font-family: var(--display);
  font-size: 52px;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.source-record__body dl {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 52px;
}

.source-record__body dl div,
.readiness-review dl div {
  display: grid;
  gap: 7px;
}

.source-record dt,
.readiness-review dt {
  color: var(--ink-muted);
  font-size: 12px;
}

.source-record dd,
.readiness-review dd {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.source-record > footer {
  min-height: 78px;
  padding: 20px 42px;
  border-top: 1px solid var(--rule);
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 1.45;
}

.readiness-review {
  grid-column: 12 / 17;
  padding: 30px 30px 28px;
  border-top: 1px solid var(--signal);
  border-bottom: 1px solid var(--ink);
  background: white;
}

.readiness-review > span {
  color: var(--ink-muted);
  font-size: 12px;
  font-weight: 700;
}

.readiness-review h3 {
  margin: 32px 0 0;
  font-family: var(--display);
  font-size: 44px;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.readiness-review > p {
  margin: 16px 0 0;
  color: var(--ink-muted);
}

.readiness-review ul {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.readiness-review li {
  min-height: 70px;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--rule);
}

.readiness-review li:last-child {
  border-bottom: 1px solid var(--rule);
}

.readiness-review li > span,
.readiness-review li > small {
  color: var(--signal);
  font-size: 11px;
  font-weight: 700;
}

.readiness-review li > strong {
  font-family: var(--display);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.05;
}

.readiness-review dl {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.approval-hold {
  grid-column: 5 / 17;
  min-height: 152px;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.1fr;
  align-items: center;
  gap: 34px;
  padding: 26px 30px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: white;
}

.approval-hold > div {
  display: grid;
  gap: 9px;
}

.approval-hold span,
.approval-hold small {
  color: var(--ink-muted);
  font-size: 12px;
}

.approval-hold strong {
  font-family: var(--display);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.08;
}

.approval-hold p {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
}

body[data-active-proof="b"] .proof-study {
  min-height: 1180px;
  background: white;
}

.proof-intro--conclusion .proof-label {
  grid-column: 1 / 4;
}

.proof-intro--conclusion h2 {
  grid-column: 5 / 12;
}

.proof-intro--conclusion > p:last-child {
  grid-column: 13 / 17;
  padding-top: 6px;
}

.conclusion-review {
  min-height: 724px;
  margin-top: 84px;
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  grid-template-rows: repeat(10, 60px);
  column-gap: 16px;
  row-gap: 12px;
}

.conclusion-review__answer {
  grid-column: 1 / 10;
  grid-row: 1 / 6;
  padding: 34px 38px;
  color: white;
  background: var(--navy-dark);
}

.conclusion-review__answer > span,
.conclusion-review__release > span,
.conclusion-review__action > span,
.conclusion-review__communication > span {
  font-size: 12px;
  font-weight: 700;
}

.conclusion-review__answer > span {
  color: #b8c7ca;
}

.conclusion-review__answer h3 {
  margin: 58px 0 0;
  font-family: var(--display);
  font-size: 63px;
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.035em;
}

.conclusion-review__answer p {
  max-width: 48ch;
  margin: 26px 0 0;
  color: #d8e1e2;
  font-size: 17px;
  line-height: 1.45;
}

.conclusion-review__release {
  grid-column: 11 / 17;
  grid-row: 1 / 4;
  padding: 30px 30px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--rule);
}

.conclusion-review__release strong,
.conclusion-review__release small {
  display: block;
}

.conclusion-review__release strong {
  margin-top: 34px;
  color: var(--present);
  font-family: var(--display);
  font-size: 31px;
  font-weight: 600;
}

.conclusion-review__release small {
  margin-top: 8px;
  color: var(--ink-muted);
}

.conclusion-review__missing {
  grid-column: 11 / 17;
  grid-row: 4 / 8;
  padding: 24px 30px;
  border-bottom: 1px solid var(--ink);
  background: var(--paper-soft);
}

.conclusion-review__missing header,
.conclusion-review__missing > div {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: center;
  gap: 12px;
}

.conclusion-review__missing header {
  min-height: 46px;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid var(--rule);
  color: var(--ink-muted);
  font-size: 12px;
}

.conclusion-review__missing > div {
  min-height: 72px;
  border-bottom: 1px solid var(--rule);
}

.conclusion-review__missing > div > span,
.conclusion-review__missing > div > small {
  color: var(--signal);
  font-size: 11px;
  font-weight: 700;
}

.conclusion-review__action {
  grid-column: 2 / 9;
  grid-row: 7 / 11;
  padding: 28px 34px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: white;
}

.conclusion-review__action h3 {
  margin: 24px 0 0;
  font-family: var(--display);
  font-size: 38px;
  font-weight: 600;
}

.conclusion-review__action > p {
  max-width: 44ch;
  margin: 12px 0 0;
  color: var(--ink-muted);
}

.conclusion-review__action dl {
  margin: 28px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.conclusion-review__action dl div {
  display: grid;
  gap: 7px;
}

.conclusion-review__action dt {
  color: var(--ink-muted);
  font-size: 12px;
}

.conclusion-review__action dd {
  margin: 0;
  font-weight: 700;
}

.conclusion-review__communication {
  grid-column: 9 / 17;
  grid-row: 9 / 11;
  padding: 24px 30px;
  border-top: 1px solid var(--signal);
  border-bottom: 1px solid var(--ink);
}

.conclusion-review__communication strong,
.conclusion-review__communication small {
  display: block;
}

.conclusion-review__communication strong {
  margin-top: 16px;
  font-family: var(--display);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.08;
}

.conclusion-review__communication small {
  margin-top: 10px;
  color: var(--ink-muted);
}

body[data-active-proof="c"] .proof-study {
  min-height: 1120px;
  background: var(--paper-soft);
}

.focused-workspace {
  margin-top: 84px;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(360px, 0.95fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: white;
}

.focused-workspace__head,
.focused-workspace__update,
.focused-workspace__answer {
  grid-column: 1 / -1;
}

.focused-workspace__head {
  min-height: 66px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 0 28px;
  border-bottom: 1px solid var(--rule);
}

.focused-workspace__head > div {
  display: flex;
  gap: 15px;
}

.focused-workspace__head span {
  color: var(--ink-muted);
  font-size: 12px;
}

.focused-workspace__state {
  padding-left: 15px;
  border-left: 4px solid var(--signal);
  color: var(--signal);
  font-family: var(--display);
  font-size: 24px;
}

.focused-workspace__evidence {
  min-height: 356px;
  padding: 30px 34px;
  border-right: 1px solid var(--rule);
}

.focused-workspace__evidence header,
.focused-workspace__evidence > div {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 20px;
}

.focused-workspace__evidence header {
  min-height: 48px;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid var(--ink);
  color: var(--ink-muted);
  font-size: 12px;
}

.focused-workspace__evidence > div {
  min-height: 82px;
  border-bottom: 1px solid var(--rule);
}

.focused-workspace__evidence > div > span,
.focused-workspace__evidence > div > small {
  font-size: 12px;
  font-weight: 700;
}

.focused-workspace__evidence > div > strong {
  font-family: var(--display);
  font-size: 25px;
  font-weight: 600;
}

.focused-workspace__evidence > div:not(.is-missing) > small {
  color: var(--present);
}

.focused-workspace__evidence > .is-missing > span,
.focused-workspace__evidence > .is-missing > small {
  color: var(--signal);
}

.focused-workspace__action {
  padding: 30px 34px;
}

.focused-workspace__action > span {
  color: var(--ink-muted);
  font-size: 12px;
  font-weight: 700;
}

.focused-workspace__action h3 {
  margin: 35px 0 0;
  font-family: var(--display);
  font-size: 33px;
  font-weight: 600;
  line-height: 1.04;
}

.focused-workspace__action dl {
  margin: 43px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.focused-workspace__action dl div {
  display: grid;
  gap: 7px;
}

.focused-workspace__action dt {
  color: var(--ink-muted);
  font-size: 12px;
}

.focused-workspace__action dd {
  margin: 0;
  font-weight: 700;
}

.focused-workspace__update {
  min-height: 112px;
  display: grid;
  grid-template-columns: 1fr 1.65fr auto;
  align-items: center;
  gap: 30px;
  padding: 22px 28px;
  border-top: 1px solid var(--ink);
}

.focused-workspace__update > div {
  display: grid;
  gap: 8px;
}

.focused-workspace__update span {
  color: var(--ink-muted);
  font-size: 12px;
}

.focused-workspace__update > div strong {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 600;
}

.focused-workspace__update p {
  margin: 0;
  color: var(--ink-muted);
}

.focused-workspace__update > strong {
  color: var(--signal);
  font-size: 12px;
}

.focused-workspace__answer {
  min-height: 112px;
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(340px, 1.6fr) auto;
  align-items: center;
  gap: 32px;
  padding: 20px 28px;
  border-top: 1px solid var(--ink);
}

.focused-workspace__answer > span {
  color: var(--ink-muted);
  font-size: 12px;
  font-weight: 700;
}

.focused-workspace__answer > strong {
  font-family: var(--display);
  font-size: 40px;
  font-weight: 600;
}

.focused-workspace__answer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  text-decoration: none;
}

.focused-workspace__answer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
