/*
 * Evidence Theatre
 * Isolated visual experiment for the approved How the handoff works content.
 */

.process-study {
  padding: 0;
  overflow: visible;
  background: var(--paper-soft, #f4f7f5);
}

.process-study .theatre[hidden] {
  display: none;
}

.process-study .theatre {
  width: 100%;
  max-width: none;
  min-height: 300vh;
  padding: 0;
  color: var(--ink, #0d2730);
  font-family: var(--font-body, "Atkinson Hyperlegible Next", sans-serif);
}

.theatre-track {
  min-height: 300vh;
  position: relative;
}

.theatre-scene {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
}

.theatre-heading {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: minmax(140px, 0.8fr) minmax(540px, 2.3fr) minmax(220px, 0.9fr);
  gap: clamp(24px, 3vw, 58px);
  align-items: start;
  padding: clamp(42px, 6vh, 72px) clamp(28px, 3.4vw, 64px) 28px;
}

.theatre-heading p,
.theatre-heading span,
.theatre-stage-note,
.theatre-record__label,
.theatre-field figcaption,
.chamber-aperture figcaption,
.custody-field figcaption {
  margin: 0;
  font-family: var(--font-body, "Atkinson Hyperlegible Next", sans-serif);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--steel, #617177);
}

.theatre-heading p {
  padding-top: 8px;
}

.theatre-heading h2 {
  max-width: 780px;
  margin: 0;
  font-family: var(--font-display, "Fira Sans Condensed", sans-serif);
  font-size: clamp(42px, 3.7vw, 58px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
}

.theatre-heading > span {
  max-width: 28ch;
  padding-top: 8px;
  font-weight: 500;
}

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

.theatre-record,
.chamber-surface,
.custody-record,
.custody-approval {
  background: var(--record-white, #fff);
}

.theatre-record strong,
.chamber-surface strong,
.custody-record strong,
.custody-approval strong,
.theatre-answer,
.chamber-answer,
.custody-answer {
  font-family: var(--font-display, "Fira Sans Condensed", sans-serif);
}

.theatre-record em,
.chamber-surface em,
.custody-record em {
  font-style: normal;
}

.theatre-record b,
.chamber-surface b,
.custody-record b {
  font-weight: 600;
}

.theatre [data-state-enter] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 420ms ease,
    transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.theatre [data-evidence-state="assigned"] [data-state-enter="assigned"],
.theatre [data-evidence-state="complete"] [data-state-enter="assigned"],
.theatre [data-evidence-state="approved"] [data-state-enter="assigned"],
.theatre [data-evidence-state="complete"] [data-state-enter="complete"],
.theatre [data-evidence-state="approved"] [data-state-enter="complete"],
.theatre [data-evidence-state="approved"] [data-state-enter="approved"] {
  opacity: 1;
  transform: translateY(0);
}

.state-complete {
  display: none;
}

.theatre [data-evidence-state="complete"] .state-opening,
.theatre [data-evidence-state="approved"] .state-opening {
  display: none;
}

.theatre [data-evidence-state="complete"] .state-complete,
.theatre [data-evidence-state="approved"] .state-complete {
  display: inline;
}

.theatre [data-evidence="ev-02"],
.theatre [data-evidence="ev-05"] {
  transition:
    transform 560ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 360ms ease,
    background-color 360ms ease;
}

.theatre [data-evidence-state="complete"] [data-evidence],
.theatre [data-evidence-state="approved"] [data-evidence] {
  border-color: var(--clearance, #2e6656);
  background-color: #f0f5f2;
  transform: translateX(0);
}

.theatre-answer,
.chamber-answer,
.custody-answer {
  position: relative;
}

.theatre-answer span,
.chamber-answer span,
.custody-answer span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 360ms ease,
    transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.theatre [data-evidence-state="opening"] .theatre-answer__opening,
.theatre [data-evidence-state="assigned"] .theatre-answer__opening,
.theatre [data-evidence-state="complete"] .theatre-answer__complete,
.theatre [data-evidence-state="approved"] .theatre-answer__approved {
  opacity: 1;
  transform: translateY(0);
}

.theatre-state-summary {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.theatre-state-summary strong {
  min-height: 42px;
}

/* A — Threshold stage */

body[data-active-process="a"] .process-study {
  background: var(--mist, #dce4e1);
}

.theatre-threshold .theatre-scene {
  display: grid;
  grid-template-columns: minmax(270px, 25vw) 70px minmax(680px, 1fr);
  grid-template-rows: 190px minmax(470px, 1fr) 120px;
  background: var(--mist, #dce4e1);
}

.theatre-threshold .theatre-heading {
  grid-column: 1 / -1;
  grid-row: 1;
}

.theatre-threshold .theatre-field {
  grid-column: 1;
  grid-row: 2 / 4;
  position: relative;
  z-index: 2;
  margin: 0 0 0 clamp(28px, 3.4vw, 64px);
  min-width: 0;
  overflow: hidden;
  background: var(--channel-ink, #0d2730);
}

.theatre-threshold .theatre-field img {
  object-position: 27% 50%;
  filter: saturate(0.78) contrast(1.03);
  transform: scale(1.035);
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.theatre-threshold [data-evidence-state="approved"] .theatre-field img {
  transform: scale(1);
}

.theatre-threshold .theatre-field figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 13px 16px;
  color: var(--record-white, #fff);
  background: rgba(13, 39, 48, 0.88);
}

.theatre-deadline {
  grid-column: 2;
  grid-row: 2 / 4;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-rows: auto 1fr repeat(4, auto);
  justify-items: center;
  gap: 9px;
  padding: 8px 0 4px;
  color: var(--steel, #617177);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.theatre-deadline__label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: 600;
}

.theatre-deadline i {
  position: relative;
  width: 1px;
  min-height: 80px;
  background: rgba(13, 39, 48, 0.24);
}

.theatre-deadline i::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 3px;
  height: calc(var(--theatre-progress, 0) * 100%);
  transform: translateX(-1px);
  background: var(--hold-orange, #d94d2b);
}

.theatre-deadline time {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.theatre-threshold .theatre-record {
  grid-column: 3;
  grid-row: 2;
  position: relative;
  z-index: 4;
  align-self: stretch;
  margin: 0 clamp(28px, 3.4vw, 64px) 20px 0;
  display: grid;
  grid-template-columns: minmax(420px, 1.65fr) minmax(220px, 0.85fr);
  grid-template-rows: 48px 100px minmax(230px, 1fr) 105px;
  overflow: hidden;
  border-top: 4px solid var(--channel-ink, #0d2730);
  box-shadow: 0 22px 60px rgba(13, 39, 48, 0.12);
}

.theatre-record__header {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 0 22px;
  border-bottom: 1px solid #cfd8d5;
  color: var(--steel, #617177);
  font-size: 12px;
}

.theatre-record__header strong {
  color: var(--channel-ink, #0d2730);
  font-family: var(--font-body, "Atkinson Hyperlegible Next", sans-serif);
  font-size: 13px;
}

.theatre-question {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  padding: 0 22px;
  border-bottom: 1px solid #cfd8d5;
}

.theatre-question span {
  color: var(--steel, #617177);
  font-size: 12px;
}

.theatre-question strong {
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1;
}

.theatre-evidence {
  grid-column: 1;
  grid-row: 3;
  padding: 24px 24px 20px;
  border-right: 1px solid #cfd8d5;
}

.theatre-record__label {
  margin-bottom: 16px;
}

.evidence-line {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 62px;
  padding: 0 14px;
  border-top: 1px solid #d9e0de;
  font-size: 13px;
}

.evidence-line:last-child {
  border-bottom: 1px solid #d9e0de;
}

.evidence-line > span {
  color: var(--steel, #617177);
  font-weight: 700;
}

.evidence-line > strong {
  font-family: var(--font-body, "Atkinson Hyperlegible Next", sans-serif);
  font-size: 14px;
}

.evidence-line > em {
  color: var(--channel-ink, #0d2730);
  font-size: 12px;
}

.evidence-line--present {
  border-left: 3px solid var(--clearance, #2e6656);
}

.evidence-line--missing {
  border-left: 3px solid var(--hold-orange, #d94d2b);
  transform: translateX(20px);
}

.theatre-owner {
  grid-column: 2;
  grid-row: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background: var(--paper, #f4f7f5);
}

.theatre-owner span,
.theatre-owner small {
  color: var(--steel, #617177);
  font-size: 12px;
  line-height: 1.4;
}

.theatre-owner strong {
  margin: 6px 0 10px;
  font-size: 34px;
  line-height: 1;
}

.theatre-human {
  grid-column: 1 / -1;
  grid-row: 4;
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  align-items: stretch;
  color: var(--record-white, #fff);
  background: var(--channel-ink, #0d2730);
}

.theatre-human p,
.theatre-human div {
  margin: 0;
  padding: 18px 22px;
}

.theatre-human p {
  color: #b7c7c3;
  font-size: 12px;
}

.theatre-human div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.theatre-human time {
  color: #b7c7c3;
  font-size: 11px;
}

.theatre-human strong {
  margin-top: 4px;
  font-size: 18px;
}

.theatre-threshold .theatre-answer {
  grid-column: 3;
  grid-row: 3;
  z-index: 6;
  margin: 0 clamp(28px, 3.4vw, 64px) 0 0;
  min-height: 96px;
  color: var(--record-white, #fff);
  background: var(--channel-ink, #0d2730);
}

.theatre-threshold .theatre-answer span {
  padding: 0 32px;
  font-size: clamp(34px, 3.1vw, 52px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 0.96;
}

.theatre-threshold .theatre-stage-note {
  display: none;
}

/* B — Evidence chamber */

body[data-active-process="b"] .process-study {
  background: var(--channel-ink, #0d2730);
}

.theatre-chamber .theatre-scene {
  color: var(--record-white, #fff);
  background: var(--channel-ink, #0d2730);
}

.theatre-chamber .theatre-heading p,
.theatre-chamber .theatre-heading > span {
  color: #aebfbb;
}

.chamber-surface {
  position: absolute;
  z-index: 3;
  inset: 205px clamp(28px, 3.4vw, 64px) 150px;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(460px, 1.4fr) minmax(220px, 0.7fr);
  grid-template-rows: 105px 1fr 106px;
  color: var(--channel-ink, #0d2730);
  overflow: hidden;
  border-top: 4px solid var(--hold-orange, #d94d2b);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.chamber-aperture {
  grid-column: 1;
  grid-row: 1 / -1;
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--mist, #dce4e1);
  clip-path: inset(0 0 0 0);
  transition: clip-path 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.theatre-chamber [data-evidence-state="complete"] .chamber-aperture,
.theatre-chamber [data-evidence-state="approved"] .chamber-aperture {
  clip-path: inset(0 18% 0 0);
}

.chamber-aperture img {
  object-position: 82% center;
  filter: saturate(0.72) contrast(1.08);
}

.chamber-aperture figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 13px 16px;
  color: var(--record-white, #fff);
  background: rgba(13, 39, 48, 0.88);
}

.chamber-identity {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: center;
  gap: 20px;
  padding: 0 28px;
  border-bottom: 1px solid #cfd8d5;
}

.chamber-identity span {
  color: var(--steel, #617177);
  font-size: 12px;
}

.chamber-identity strong {
  font-size: clamp(22px, 1.9vw, 32px);
  line-height: 1;
}

.chamber-evidence {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 24px 28px;
}

.chamber-record {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 0 16px;
  border: 1px solid #cfd8d5;
  border-left: 3px solid var(--hold-orange, #d94d2b);
  transform: translateX(26px);
}

.chamber-record--fixed {
  border-left-color: var(--clearance, #2e6656);
  transform: translateX(0);
}

.chamber-record span,
.chamber-record em {
  color: var(--steel, #617177);
  font-size: 12px;
}

.chamber-record strong {
  font-family: var(--font-body, "Atkinson Hyperlegible Next", sans-serif);
  font-size: 14px;
}

.chamber-owner {
  grid-column: 3;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border-left: 1px solid #cfd8d5;
  background: var(--paper, #f4f7f5);
}

.chamber-owner span,
.chamber-owner small {
  color: var(--steel, #617177);
  font-size: 12px;
  line-height: 1.4;
}

.chamber-owner strong {
  margin: 7px 0 10px;
  font-size: 40px;
  line-height: 0.95;
}

.chamber-clock {
  grid-column: 2;
  grid-row: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  padding: 0 28px;
  border-top: 1px solid #cfd8d5;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.chamber-clock time:not(:first-child) {
  text-align: center;
}

.chamber-human {
  grid-column: 2 / 4;
  grid-row: 3;
  z-index: 3;
  display: grid;
  grid-template-columns: 0.8fr 2fr;
  align-items: center;
  padding: 0 28px;
  color: var(--record-white, #fff);
  background: var(--clearance, #2e6656);
}

.chamber-human > span {
  color: #c9d9d4;
  font-size: 12px;
}

.chamber-human p {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
}

.chamber-human strong {
  font-size: 16px;
}

.chamber-answer {
  position: absolute;
  z-index: 6;
  right: clamp(28px, 3.4vw, 64px);
  bottom: 34px;
  left: clamp(28px, 3.4vw, 64px);
  height: 92px;
}

.chamber-answer span {
  justify-content: flex-end;
  color: var(--record-white, #fff);
  font-size: clamp(44px, 4vw, 66px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 0.95;
  text-align: right;
}

.theatre-chamber .theatre-stage-note {
  position: absolute;
  z-index: 7;
  bottom: 46px;
  left: clamp(28px, 3.4vw, 64px);
  max-width: 36ch;
  color: #aebfbb;
}

/* C — Custody split */

body[data-active-process="c"] .process-study {
  background: var(--paper, #f4f7f5);
}

.theatre-custody .theatre-scene {
  display: grid;
  grid-template-columns: 42% 58%;
  grid-template-rows: 190px 1fr 124px;
  background: var(--paper, #f4f7f5);
}

.theatre-custody .theatre-heading {
  grid-column: 1 / -1;
  grid-row: 1;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  column-gap: 16px;
}

.theatre-custody .theatre-heading > p {
  grid-column: 1 / 4;
}

.theatre-custody .theatre-heading > h2 {
  grid-column: 6 / 14;
  max-width: none;
  font-size: clamp(44px, 3.35vw, 52px);
  line-height: 0.96;
  text-wrap: initial;
}

.theatre-custody .theatre-heading > span {
  grid-column: 14 / 17;
  max-width: 22ch;
}

.custody-field {
  grid-column: 1;
  grid-row: 2 / 4;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: 1fr 144px;
  margin-left: clamp(28px, 3.4vw, 64px);
  overflow: hidden;
  background: var(--channel-ink, #0d2730);
}

.custody-field figure {
  position: relative;
  margin: 0;
  min-height: 0;
  overflow: hidden;
}

.custody-field img {
  object-position: 45% center;
  filter: saturate(0.76) contrast(1.06);
  transform: scale(1.06);
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.theatre-custody [data-evidence-state="approved"] .custody-field img {
  transform: scale(1);
}

.custody-field figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 13px 16px;
  color: var(--record-white, #fff);
  background: rgba(13, 39, 48, 0.88);
}

.custody-question {
  display: grid;
  grid-template-columns: minmax(112px, 0.72fr) minmax(0, 1.5fr);
  gap: 24px;
  align-items: center;
  padding: 24px 28px;
  color: var(--record-white, #fff);
}

.custody-question span {
  max-width: 14ch;
  color: #b7c7c3;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.custody-question strong {
  max-width: 16ch;
  font-family: var(--font-display, "Fira Sans Condensed", sans-serif);
  font-size: clamp(26px, 2.1vw, 32px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 0.98;
}

.custody-boundary {
  grid-column: 1 / 3;
  grid-row: 2;
  position: absolute;
  z-index: 8;
  top: 190px;
  bottom: 124px;
  left: 42%;
  width: 1px;
  color: var(--steel, #617177);
  font-family: var(--font-body, "Atkinson Hyperlegible Next", sans-serif);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.custody-boundary span {
  display: none;
}

.custody-boundary i {
  position: absolute;
  inset: 0;
  width: 1px;
  background: rgba(13, 39, 48, 0.24);
}

.custody-boundary i::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 4px;
  height: calc(var(--theatre-progress, 0) * 100%);
  transform: translateX(-2px);
  background: var(--hold-orange, #d94d2b);
}

.custody-record {
  grid-column: 2;
  grid-row: 2;
  position: relative;
  z-index: 3;
  align-self: stretch;
  margin: 0 clamp(28px, 3.4vw, 64px) 0 42px;
  padding: 28px 32px;
  border-top: 4px solid var(--channel-ink, #0d2730);
  box-shadow: 0 22px 60px rgba(13, 39, 48, 0.1);
}

.custody-record header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  min-height: 54px;
  margin: -28px -32px 24px;
  padding: 0 32px;
  border-bottom: 1px solid #cfd8d5;
  color: var(--steel, #617177);
  font-size: 12px;
}

.custody-record header strong {
  color: var(--channel-ink, #0d2730);
  font-family: var(--font-body, "Atkinson Hyperlegible Next", sans-serif);
  font-size: 13px;
}

.custody-evidence {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 82px;
  padding: 0 16px;
  border-top: 1px solid #d9e0de;
  border-left: 4px solid var(--hold-orange, #d94d2b);
  transform: translateX(-32px);
}

.custody-evidence:last-of-type {
  border-bottom: 1px solid #d9e0de;
}

.custody-evidence--present {
  border-left-color: var(--clearance, #2e6656);
  transform: translateX(0);
}

.custody-evidence span,
.custody-evidence em {
  color: var(--steel, #617177);
  font-size: 12px;
}

.custody-evidence strong {
  font-family: var(--font-body, "Atkinson Hyperlegible Next", sans-serif);
  font-size: 15px;
}

.custody-record aside {
  position: absolute;
  right: 32px;
  bottom: 128px;
  left: 32px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid #cfd8d5;
}

.custody-record aside span {
  color: var(--steel, #617177);
  font-size: 12px;
}

.custody-record aside strong {
  font-size: 30px;
}

.custody-approval {
  grid-column: 2;
  grid-row: 2 / 4;
  position: relative;
  z-index: 7;
  align-self: end;
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  min-height: 230px;
  margin: 0 clamp(28px, 3.4vw, 64px) 0 42px;
  color: var(--record-white, #fff);
  background: var(--clearance, #2e6656);
  box-shadow: 0 -22px 60px rgba(13, 39, 48, 0.14);
}

.custody-approval p,
.custody-approval div {
  margin: 0;
  padding: 30px 22px;
}

.custody-approval p {
  align-self: start;
  color: #cfddd9;
  font-size: 13px;
  line-height: 1.45;
}

.custody-approval div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.custody-approval time,
.custody-approval span {
  color: #cfddd9;
  font-size: 11px;
}

.custody-approval strong {
  margin: 8px 0 5px;
  font-size: 28px;
  line-height: 1;
}

.custody-answer {
  grid-column: 2;
  grid-row: 3;
  z-index: 9;
  min-height: 124px;
  margin: 0 clamp(28px, 3.4vw, 64px) 0 42px;
  color: var(--record-white, #fff);
  background: var(--channel-ink, #0d2730);
}

.custody-answer span {
  padding: 0 30px;
  font-size: clamp(34px, 3vw, 50px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 0.98;
}

.theatre-custody .theatre-stage-note {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .process-study .theatre,
  .theatre-track {
    min-height: auto;
  }

  .theatre-scene {
    position: relative;
    top: auto;
    height: 1000px;
  }

  .theatre *,
  .theatre *::before,
  .theatre *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .theatre-state-summary {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    padding: 42px clamp(28px, 3.4vw, 64px) 64px;
    clip: auto;
    overflow: visible;
    white-space: normal;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    list-style: none;
    background: var(--mist, #dce4e1);
  }

  .theatre-state-summary li {
    min-height: 150px;
    padding: 24px;
    color: var(--channel-ink, #0d2730);
    background: var(--record-white, #fff);
    font-size: 14px;
    line-height: 1.45;
  }

  .theatre-state-summary strong {
    display: block;
    margin-bottom: 10px;
    font-family: var(--font-display, "Fira Sans Condensed", sans-serif);
    font-size: 20px;
    line-height: 1.05;
  }
}

body[data-baseline="static"] .process-study .theatre,
body[data-baseline="static"] .theatre-track {
  min-height: auto;
}

body[data-baseline="static"] .theatre-scene {
  position: relative;
  top: auto;
  height: 1000px;
}

body[data-baseline="static"] .theatre-state-summary {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 42px clamp(28px, 3.4vw, 64px) 64px;
  clip: auto;
  overflow: visible;
  white-space: normal;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  list-style: none;
  background: var(--mist, #dce4e1);
}

body[data-baseline="static"] .theatre-state-summary li {
  min-height: 150px;
  padding: 24px;
  color: var(--channel-ink, #0d2730);
  background: var(--record-white, #fff);
  font-size: 14px;
  line-height: 1.45;
}

body[data-baseline="static"] .theatre-state-summary strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-display, "Fira Sans Condensed", sans-serif);
  font-size: 20px;
  line-height: 1.05;
}
