/* The existing flight, with a short introduction and five readable process stops. */
html { scroll-behavior: auto; }
.process-page .top {
  transform: none;
  transition: none;
}

.process-page .index a { color: var(--grey-3); }
.process-page .index a:hover { color: var(--paper); }
.process-page :is(#offer, #built, #door) { scroll-margin-top: 80px; }
.process-page a:focus-visible,
.process-page button:focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 4px;
}

.process-page .flight { height: 460vh; height: 460svh; }
.process-page .hero {
  --intro-opacity: 1;
  --caption-opacity: 0;
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  min-height: 540px;
  box-sizing: border-box;
  padding: 0;
  isolation: isolate;
}
.process-page .fv,
.process-page .fr img {
  object-fit: cover;
  object-position: 60% 50%;
}
.process-page .fr { opacity: 1; }
.process-page .fv { z-index: 0; }
.process-page .hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(14,26,37,.98), rgba(14,26,37,.84) 10%, rgba(14,26,37,.32) 25%, rgba(14,26,37,0) 42%);
}
.process-page .hero-shade::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: var(--intro-opacity);
  background: linear-gradient(90deg, rgba(14,26,37,.76), rgba(14,26,37,.38) 38%, rgba(14,26,37,0) 70%);
}

.process-page .hero .hero-intro {
  position: absolute;
  inset: clamp(102px, 14vh, 158px) 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  height: auto;
  padding: 0;
  opacity: var(--intro-opacity);
}
.process-page .hero-intro .lab { color: var(--paper); font-size: 12px; }
.process-page .hero-intro h1 {
  max-width: 650px;
  margin: 0;
  color: var(--paper);
  font: 600 clamp(44px, 4.2vw, 62px)/1.04 var(--block);
  letter-spacing: .01em;
  text-transform: uppercase;
  text-wrap: balance;
}
.process-page .hero-summary {
  max-width: 44ch;
  margin: 0;
  color: var(--paper);
  font: 400 17px/1.55 var(--sans);
  text-wrap: pretty;
}
.process-page .hero-intro .btns { margin-top: 6px; gap: 20px; }
.process-page .hero-skip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--grey-3);
  font: 400 14px/1.4 var(--sans);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: var(--line-on-ink);
}
.process-page .hero-skip:hover { color: var(--paper); text-decoration-color: currentColor; }
.process-page .hero.intro-out .hero-intro { pointer-events: none; visibility: hidden; }

.process-page .hero .process-caption {
  position: absolute;
  inset: auto 0 132px;
  display: block;
  height: auto;
  padding: 0;
  opacity: var(--caption-opacity);
  pointer-events: none;
}
.process-page .process-kicker {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin: 0 0 10px;
}
.process-page .process-number {
  color: var(--grey-3);
  font: 400 12px/1.4 var(--mono);
  font-variant-numeric: tabular-nums;
}
.process-page .process-label {
  color: var(--paper);
  font: 600 34px/1 var(--block);
  letter-spacing: .035em;
  text-transform: uppercase;
}
.process-page #process-description {
  max-width: 48ch;
  margin: 0;
  color: var(--paper);
  font: 400 17px/1.5 var(--sans);
  text-wrap: pretty;
}

.process-page .keys {
  inset: auto 0 58px;
  gap: 28px;
  flex-wrap: nowrap;
  padding: 0 24px;
  opacity: 1;
}
.process-page .key {
  box-sizing: border-box;
  min-width: 44px;
  min-height: 44px;
  padding: 12px 8px;
  color: var(--grey-3);
  text-shadow: none;
  font: 500 13px/1.2 var(--block);
  letter-spacing: .12em;
  white-space: nowrap;
  opacity: 1;
  transition: none;
}
.process-page .key:hover,
.process-page .key.on { color: var(--paper); }
.process-page .process-active .key.on { color: var(--forge); }
.process-page .key.on { font-weight: 600; }
.process-page .hero .process-controls {
  position: absolute;
  z-index: 3;
  inset: auto 0 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-sizing: border-box;
  width: min(1136px, calc(100% - 48px));
  height: auto;
  margin: 0 auto;
  padding: 0;
  opacity: 1;
}
.process-page .process-replay,
.process-page .process-next {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--grey-3);
  font: 400 12px/1.4 var(--sans);
  cursor: pointer;
}
.process-page .process-replay:hover,
.process-page .process-next:hover { color: var(--paper); }
.process-page .process-next { margin-left: auto; }
.process-page :is(.hero-skip, .process-next, .header-contact) { gap: 7px; }
.process-page .header-contact { display: inline-flex; align-items: center; }
.process-page .process-scroll-hint {
  display: inline-block;
  color: var(--forge);
  font: 500 11px/1.35 var(--mono);
  letter-spacing: .025em;
  text-transform: uppercase;
  white-space: nowrap;
}
.process-page .process-scroll-hint::after {
  content: "\00a0\2588" / "";
  display: inline;
  animation: process-cursor-blink 1.2s steps(1, end) infinite;
}
.process-page .process-scroll-hint > span[aria-hidden="true"] { display: none; }
.process-page .process-prompt {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 auto;
}
.process-page .hero[data-chapter-state="opening"] .process-replay { visibility: hidden; }
.process-page .process-prompt + .process-next { margin-left: 0; }
.process-page .process-caption { transition: opacity .16s ease-out; }
.process-page .hero.chapter-playing .process-caption { transition: none; opacity: 0; }
.process-page .video-note { display: none; }

/* Keep every process description available to assistive technology. */
.process-page .process-summary {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.process-page .process-summary ol { margin: 0; padding: 0; list-style: none; }
.process-page .process-summary li { min-width: 0; list-style: none; }
.process-page .process-summary h3 {
  margin: 0 0 10px;
  color: var(--paper);
  font: 600 25px/1.2 var(--block);
  text-transform: uppercase;
  letter-spacing: .025em;
}
.process-page .process-summary p { margin: 0; color: var(--grey-3); font: 400 15px/1.6 var(--sans); }

@media (max-width: 860px) {
  .process-page .hero-intro h1 { font-size: 48px; }
  .process-page .hero-summary { max-width: 40ch; }
  .process-page .keys { gap: 18px; }
}

@media (max-width: 680px) {
  .process-page .top .wrap { width: calc(100% - 36px); gap: 16px; }
  .process-page .top .lockup { gap: 8px; }
  .process-page .top .wm { font-size: 17px; }
  .process-page .top .index { gap: 0; }
  .process-page .top .index a,
  .process-page .top .index button { display: none; }
  .process-page .top .index :is(a[href="#door"], .header-contact) { display: inline-flex; align-items: center; min-height: 44px; }
  .process-page .hero { min-height: 600px; }
  .process-page .fv,
  .process-page .fr img { object-fit: contain; object-position: 50% 56%; }
  .process-page .hero-shade { background: linear-gradient(0deg, rgba(14,26,37,.98), rgba(14,26,37,.78) 13%, rgba(14,26,37,0) 34%); }
  .process-page .hero-shade::before { background: linear-gradient(180deg, rgba(14,26,37,.65), rgba(14,26,37,0) 45%); }
  .process-page .hero .hero-intro { top: 88px; width: calc(100% - 40px); gap: 16px; }
  .process-page .hero-intro .lab { font-size: 11px; letter-spacing: .12em; }
  .process-page .hero-intro h1 { font-size: clamp(36px, 9.5vw, 48px); line-height: 1.06; letter-spacing: 0; }
  .process-page .hero-summary { max-width: 36ch; font-size: 15px; line-height: 1.5; }
  .process-page .hero-intro .btns { gap: 16px; margin-top: 2px; }
  .process-page .hero-intro .vbtn.big { padding: 0 16px; font-size: 12px; }
  .process-page .hero-skip { font-size: 12px; }
  .process-page .hero .process-caption { bottom: 132px; width: calc(100% - 40px); }
  .process-page .process-kicker { gap: 12px; margin-bottom: 9px; }
  .process-page .process-label { font-size: 30px; }
  .process-page .process-number { font-size: 11px; }
  .process-page #process-description { max-width: 37ch; font-size: 15px; line-height: 1.5; }
  .process-page .keys { bottom: 62px; gap: 4px; padding: 0 16px; justify-content: space-between; }
  .process-page .key { padding: 12px 4px; font-size: 12px; letter-spacing: .055em; }
  .process-page .hero .process-controls { bottom: max(10px, env(safe-area-inset-bottom)); width: calc(100% - 40px); }
  .process-page .process-replay,
  .process-page .process-next { font-size: 11px; }
  .process-page .hero .process-controls { gap: 12px; }
}

@media (max-height: 660px) and (min-width: 681px) {
  .process-page .hero .hero-intro { top: 86px; gap: 14px; }
  .process-page .hero-intro h1 { font-size: 44px; }
  .process-page .hero-summary { font-size: 15px; }
  .process-page .hero .process-caption { bottom: 115px; }
  .process-page .process-label { font-size: 30px; }
}

/* Still mode uses the same opening and a normal, readable process list. */
:is(.reduced-motion, .no-video, .no-js) .process-page .flight { height: auto; }
:is(.reduced-motion, .no-video, .no-js) .process-page .hero { position: relative; --intro-opacity: 1 !important; }
:is(.reduced-motion, .no-video, .no-js) .process-page .hero .hero-intro { opacity: 1; visibility: visible; pointer-events: auto; }
:is(.reduced-motion, .no-video, .no-js) .process-page .fv,
:is(.reduced-motion, .no-video, .no-js) .process-page .keys,
:is(.reduced-motion, .no-video, .no-js) .process-page .process-caption,
:is(.reduced-motion, .no-video, .no-js) .process-page .process-scroll-hint,
:is(.reduced-motion, .no-video, .no-js) .process-page .process-prompt,
:is(.reduced-motion, .no-video, .no-js) .process-page .process-replay { display: none; }
:is(.reduced-motion, .no-video, .no-js) .process-page .fr { opacity: 1 !important; transform: none !important; }
:is(.reduced-motion, .no-video, .no-js) .process-page .process-summary {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  width: min(1136px, calc(100% - 48px));
  height: auto;
  margin: 0 auto;
  padding: 64px 0;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: normal;
  border-bottom: 1px solid var(--rule-on-ink);
}
:is(.reduced-motion, .no-video, .no-js) .process-page .process-summary > ol { display: contents; }
.no-video .process-page .video-note {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 64px;
  left: max(24px, calc((100% - 1136px) / 2));
  max-width: calc(100% - 48px);
  margin: 0;
  color: var(--grey-3);
  font: 400 12px/1.5 var(--sans);
}
@media (max-width: 860px) {
  :is(.reduced-motion, .no-video, .no-js) .process-page .process-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
}
@media (max-width: 480px) {
  :is(.reduced-motion, .no-video, .no-js) .process-page .process-summary { grid-template-columns: 1fr; width: calc(100% - 40px); padding: 40px 0; gap: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .process-page .flight { height: auto; }
  .process-page .hero { position: relative; --intro-opacity: 1 !important; }
  .process-page .hero .hero-intro { opacity: 1; visibility: visible; pointer-events: auto; }
  .process-page .fv,
  .process-page .keys,
  .process-page .process-caption,
  .process-page .process-scroll-hint,
  .process-page .process-prompt,
  .process-page .process-replay { display: none; }
  .process-page .fr { opacity: 1 !important; transform: none !important; }
  .process-page .process-summary {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 28px;
    width: min(1136px, calc(100% - 48px));
    height: auto;
    margin: 0 auto;
    padding: 48px 0;
    overflow: visible;
    clip: auto;
    clip-path: none;
    white-space: normal;
    border-bottom: 1px solid var(--rule-on-ink);
  }
  .process-page .process-summary > ol { display: contents; }
  .process-page .process-caption { transition: none; }
}

/* Keep the opening copy together and clear of the central object. */
@media (min-width: 861px) {
  .process-page .hero .hero-intro {
    inset: clamp(88px, 10vh, 144px) 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .process-page .hero-intro h1 {
    max-width: none;
    font-size: clamp(38px, 3.8vw, 54px);
    line-height: 1.04;
    text-wrap: nowrap;
  }
  .process-page .hero-summary {
    max-width: 280px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--paper);
  }
  .process-page .hero-intro .btns { gap: 16px; margin: 4px 0 0; }
  .process-page .hero-intro .vbtn.big { padding: 0 16px; font-size: 12px; }
  .process-page .hero-skip { font-size: 12px; }
  .process-page .hero-shade::before {
    background: linear-gradient(180deg, rgba(14,26,37,.64), rgba(14,26,37,.22) 25%, rgba(14,26,37,0) 40%);
  }
}
@media (min-width: 1601px) {
  .process-page .hero-summary { max-width: 440px; }
}
@media (min-width: 861px) and (max-width: 1150px) {
  .process-page .hero-intro h1 { font-size: 38px; }
  .process-page .hero-summary { max-width: 190px; font-size: 14px; }
  .process-page .hero-intro .btns { flex-direction: column; align-items: flex-start; gap: 0; }
}
@media (min-width: 861px) and (max-height: 660px) {
  .process-page .hero .hero-intro { top: 80px; gap: 10px; }
  .process-page .hero-intro h1 { font-size: 38px; }
  .process-page .hero-summary { font-size: 14px; }
  .process-page .hero-intro .vbtn.big { height: 42px; }
}

/* At each stop, the caption occupies the clear part of that frame. */
.process-page .hero.chapter-playing .process-prompt {
  visibility: hidden;
  pointer-events: none;
}
.process-page .hero.process-active:not(.chapter-playing) .process-caption {
  pointer-events: auto;
}
.process-page .hero.chapter-playing .process-caption {
  pointer-events: none;
}

@media (min-width: 861px) {
  .process-page .process-prompt {
    min-height: 44px;
    gap: 24px;
    margin: 0;
  }
  .process-page .process-controls > .process-prompt {
    position: absolute;
    left: 50%;
    bottom: clamp(120px, 14vh, 180px);
    flex-direction: column;
    gap: 4px;
    transform: translateX(-50%);
  }
  .process-page .hero .process-caption {
    top: max(74px, 8.2vh);
    right: auto;
    bottom: auto;
    left: max(24px, calc((100% - 1136px) / 2));
    width: min(610px, calc(100% - 48px));
    margin: 0;
  }
  .process-page .process-kicker { gap: 14px; margin-bottom: 8px; }
  .process-page .process-label { font-size: 32px; }
  .process-page #process-description {
    max-width: 56ch;
    font-size: 16px;
    line-height: 1.4;
  }
  .process-page .process-caption > .process-prompt { margin-top: 8px; }
  .process-page .hero:is([data-chapter-index="0"], [data-chapter-index="1"], [data-chapter-index="3"]) .hero-shade::before {
    opacity: var(--caption-opacity);
    background: linear-gradient(180deg, rgba(14,26,37,.7), rgba(14,26,37,.32) 17%, rgba(14,26,37,0) 25%);
  }
  .process-page .hero[data-chapter-index="2"] .process-caption {
    top: 48vh;
    left: max(24px, calc(60vw - 56vh));
    width: min(300px, 32vh);
  }
  .process-page .hero[data-chapter-index="2"] #process-description,
  .process-page .hero[data-chapter-index="4"] #process-description { max-width: 30ch; }
  .process-page .hero[data-chapter-index="2"] .process-prompt,
  .process-page .hero[data-chapter-index="4"] .process-prompt { flex-wrap: wrap; gap: 0 18px; margin-top: 14px; }
  .process-page .hero[data-chapter-index="0"] .process-caption > .process-prompt {
    position: absolute;
    top: 0;
    left: 470px;
    width: max-content;
    margin: 0;
  }
  .process-page .hero[data-chapter-index="4"] .process-caption {
    top: max(82px, 11vh);
    right: clamp(24px, 4vw, 64px);
    left: auto;
    width: clamp(220px, 20vw, 280px);
  }
}

@media (min-width: 861px) and (max-height: 820px) {
  .process-page .hero:is([data-chapter-index="0"], [data-chapter-index="1"], [data-chapter-index="3"]) .process-caption {
    top: 68px;
  }
  .process-page .hero:is([data-chapter-index="0"], [data-chapter-index="1"], [data-chapter-index="3"]) .process-label { font-size: 28px; }
  .process-page .hero:is([data-chapter-index="0"], [data-chapter-index="1"], [data-chapter-index="3"]) .process-kicker { margin-bottom: 6px; }
  .process-page .hero:is([data-chapter-index="0"], [data-chapter-index="1"], [data-chapter-index="3"]) .process-caption > .process-prompt {
    position: absolute;
    top: 0;
    left: 470px;
    width: max-content;
    margin: 0;
  }
}

@media (min-width: 861px) and (max-height: 680px) {
  .process-page .hero:is([data-chapter-index="0"], [data-chapter-index="1"], [data-chapter-index="3"]) .process-caption {
    top: 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: min(1136px, calc(100% - 48px));
  }
  .process-page .hero:is([data-chapter-index="0"], [data-chapter-index="1"], [data-chapter-index="3"]) .process-kicker { flex: 0 0 auto; margin: 0; }
  .process-page .hero:is([data-chapter-index="0"], [data-chapter-index="1"], [data-chapter-index="3"]) #process-description { flex: 0 1 auto; max-width: 440px; }
  .process-page .hero:is([data-chapter-index="0"], [data-chapter-index="1"], [data-chapter-index="3"]) .process-caption > .process-prompt {
    position: static;
    flex: 0 0 auto;
    width: auto;
    margin: 0;
  }
}

/* The existing phone footer keeps its current placement until the phone pass. */
@media (max-width: 860px) {
  .process-page .process-controls > .process-prompt { position: static; transform: none; }
}

/* The stationary cue is unnecessary when the full process is written below. */
@media (min-width: 861px) {
  .process-page .hero[data-chapter-index="0"] .process-caption {
    display: block;
    top: 26vh;
    right: auto;
    bottom: auto;
    left: max(24px, calc(60vw - 76vh));
    width: min(610px, calc(100% - 48px));
  }
  .process-page .hero[data-chapter-index="0"] :is(.process-number, .process-label, #process-description) {
    color: var(--ink);
    text-shadow: none;
  }
  .process-page .hero[data-chapter-index="0"] .process-kicker { margin: 0 0 8px; }
  .process-page .hero[data-chapter-index="0"] #process-description { max-width: 56ch; }
  .process-page .hero[data-chapter-index="0"] .process-caption > .process-prompt {
    position: static;
    min-height: 0;
    width: max-content;
    margin: 8px 0 0;
  }
  .process-page .hero[data-chapter-index="0"] .hero-shade::before { opacity: 0; }
  .process-page .hero[data-chapter-index="4"] .process-caption {
    top: 96px;
    right: auto;
    bottom: auto;
    left: clamp(24px, 4vw, 64px);
    width: min(610px, calc(100% - 48px));
  }
  .process-page .hero[data-chapter-index="4"] #process-description { max-width: 44ch; }
  .process-page .hero[data-chapter-index="4"] .process-caption > .process-prompt {
    position: static;
    width: max-content;
    margin: 14px 0 0;
  }
}
@media (min-width: 861px) and (max-height: 820px) {
  .process-page .hero[data-chapter-index="0"] .process-caption { top: 25vh; }
  .process-page .hero[data-chapter-index="0"] .process-kicker { margin-bottom: 6px; }
  .process-page .hero[data-chapter-index="4"] .process-caption { top: 112px; width: 170px; }
  .process-page .hero[data-chapter-index="4"] .process-label { font-size: 28px; }
  .process-page .hero[data-chapter-index="4"] .process-caption > .process-prompt { position: static; margin-top: 12px; }
  .process-page .hero[data-chapter-index="4"] #process-description { font-size: 15px; line-height: 1.4; }
}
@media (min-width: 861px) and (max-height: 660px) {
  .process-page .hero[data-chapter-index="0"] .process-label { font-size: 24px; }
  .process-page .hero[data-chapter-index="0"] .process-kicker { margin-bottom: 4px; }
  .process-page .hero[data-chapter-index="0"] #process-description { font-size: 14px; line-height: 1.4; }
  .process-page .hero[data-chapter-index="0"] .process-caption > .process-prompt { margin-top: 4px; }
  .process-page .hero[data-chapter-index="0"] .process-scroll-hint { font-size: 10px; }
  .process-page .hero[data-chapter-index="4"] .process-caption {
    top: 112px;
    bottom: auto;
    left: 24px;
    width: 200px;
  }
  .process-page .hero[data-chapter-index="4"] .process-caption > .process-prompt {
    position: static;
    margin-top: 12px;
  }
  .process-page .hero[data-chapter-index="4"] #process-description { font-size: 15px; line-height: 1.4; }
  .process-page .hero[data-chapter-index="4"] .hero-shade::before {
    opacity: var(--caption-opacity);
    background: linear-gradient(90deg, rgba(14,26,37,.6), rgba(14,26,37,0) 35%);
  }
}

@media (min-width: 861px) and (max-width: 1600px) and (min-height: 821px) {
  .process-page .hero[data-chapter-index="4"] .process-caption {
    left: 24px;
    width: clamp(110px, calc(60vw - 76vh - 48px), 220px);
  }
  .process-page .hero[data-chapter-index="4"] .process-kicker { flex-direction: column; align-items: flex-start; gap: 6px; }
  .process-page .hero[data-chapter-index="4"] .process-caption > .process-prompt { width: 100%; }
  .process-page .hero[data-chapter-index="4"] .process-scroll-hint { max-width: 100%; white-space: normal; }
}

/* Phones retain the scroll cue now that there is no Next button. */
@media (max-width: 860px) {
  .process-page .process-controls > .process-prompt {
    position: absolute;
    left: 50%;
    bottom: 88px;
    transform: translateX(-50%);
    width: max-content;
    margin: 0;
  }
}

:is(.reduced-motion, .no-video, .no-js) .process-page .process-prompt { display: none; }
@media (prefers-reduced-motion: reduce) {
  .process-page .process-prompt { display: none; }
}

/* Beta stays in the dark space above the right side of the sheet. */
@media (min-width: 861px) {
  .process-page .hero[data-chapter-index="3"] .process-caption {
    display: block;
    top: max(68px, 8vh);
    right: calc(clamp(24px, 4vw, 64px) + 52px);
    bottom: auto;
    left: auto;
    width: 440px;
    max-width: calc(100% - 48px);
    margin: 0;
  }
  .process-page .hero[data-chapter-index="3"] .process-kicker { margin: 0 0 8px; }
  .process-page .hero[data-chapter-index="3"] #process-description { max-width: 100%; }
  .process-page .hero[data-chapter-index="3"] .process-caption > .process-prompt {
    position: static;
    min-height: 0;
    width: max-content;
    margin: 8px 0 0;
    transform: none;
  }
}

/* On shorter screens, the cue sits beside the copy to clear the paper. */
@media (min-width: 861px) and (max-height: 820px) {
  .process-page .hero[data-chapter-index="3"] .process-caption {
    top: 68px;
    width: 610px;
  }
  .process-page .hero[data-chapter-index="3"] .process-kicker { margin-bottom: 6px; }
  .process-page .hero[data-chapter-index="3"] #process-description { max-width: 370px; }
  .process-page .hero[data-chapter-index="3"] .process-caption > .process-prompt {
    position: absolute;
    top: 2px;
    left: 410px;
    margin: 0;
  }
}

@media (min-width: 861px) and (max-height: 660px) {
  .process-page .hero[data-chapter-index="3"] .process-caption { top: 64px; }
  .process-page .hero[data-chapter-index="3"] .process-label { font-size: 26px; }
  .process-page .hero[data-chapter-index="3"] .process-kicker { margin-bottom: 4px; }
  .process-page .hero[data-chapter-index="3"] #process-description { font-size: 15px; line-height: 1.4; }
}

/* Plan's terminal cue uses the header's solid obsidian base. */
@media (min-width: 861px) {
  .process-page .hero[data-chapter-index="0"] .process-caption .process-scroll-hint {
    padding: 8px 12px;
    border: 1px solid rgba(241, 245, 248, .16);
    background: var(--ink);
    color: var(--forge);
    text-shadow: none;
  }
}
@keyframes process-cursor-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .process-page .process-scroll-hint::after { animation: none; }
}
@media (min-width: 861px) and (max-height: 660px) {
  .process-page .hero[data-chapter-index="0"] .process-caption .process-scroll-hint {
    padding: 6px 10px;
    font-size: 10px;
  }
}

/* Keep the opening terminal cue visible while the first chapter starts. */
.process-page .hero.process-initiating .process-controls > .process-prompt {
  visibility: visible;
  pointer-events: none;
}

.process-page .hero.process-initiating .process-controls .process-scroll-hint {
  /* Match "Scroll to begin" plus its cursor so typing keeps the same origin. */
  min-inline-size: calc(17ch + .425em);
  text-align: left;
}

/* Move only Beta another 40px left on desktop. */
@media (min-width: 861px) {
  .process-page .hero[data-chapter-index="3"] .process-caption {
    right: calc(clamp(24px, 4vw, 64px) + 92px);
  }
}
