:root {
  --ink: #10243a;
  --deep: #eaf7ff;
  --bone: #10243a;
  --bronze: #ff704d;
  --aegean: #08bfc7;
  --signal: #7047eb;
  --sky: #14b8f1;
  --sun: #ffd44d;
  --lime: #9bd532;
  --paper: #ffffff;
  --lavender: #eee8ff;
  --soft-blue: #dff6ff;
  --soft-coral: #fff0e8;
  --soft-yellow: #fff7cc;
  --shadow: 0 24px 70px rgb(16 36 58 / 18%);
  --fragment-duration: 220ms;
}

html,
body {
  background: #10243a;
}

body {
  color: var(--ink);
}

.stage {
  background: var(--paper);
}

.slide {
  color: var(--ink);
  background: var(--paper);
}

.slide[hidden] {
  display: none !important;
}

.eyebrow {
  color: var(--signal);
}

.byline,
.qr-caption,
.takeaway-aside,
.dashboard-placeholder span:last-child {
  color: var(--ink);
}

.render-logo {
  filter: none;
}

.slide-brand {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 30;
  width: 218px;
  height: 90px;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.slide--odyssey .slide-brand {
  filter: drop-shadow(0 2px 2px rgb(16 36 58 / 72%));
}

.slide--title {
  isolation: isolate;
  background: var(--soft-blue);
}

.slide--title::before,
.slide--title::after {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: -1;
}

.slide--title::before {
  top: -210px;
  right: -90px;
  width: 690px;
  height: 690px;
  border-radius: 50%;
  background: radial-gradient(circle 250px at center, var(--sun) 99.5%, transparent 100%);
  box-shadow: -510px 640px 0 70px var(--aegean);
}

.slide--title::after {
  right: 210px;
  bottom: -210px;
  width: 560px;
  height: 560px;
  border: 32px solid var(--signal);
  border-radius: 50%;
}

.slide--title .title-stack {
  width: 1400px;
  padding: 58px 64px;
  justify-self: center;
  border: 3px solid var(--ink);
  border-radius: 42px;
  background: var(--paper);
  box-shadow: 13px 13px 0 var(--ink);
}

.slide--title h1 {
  font-size: 122px;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.slide--title .title-line {
  display: block;
  white-space: nowrap;
}

.slide--title .subhead {
  margin-top: 12px;
  color: var(--signal);
  font-size: 38px;
  font-weight: 300;
}

.slide--title .byline-row {
  gap: 16px;
  margin-top: 20px;
}

.slide--title .byline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.slide--title .render-logo {
  width: 190px;
  height: 38px;
}

.slide--odyssey {
  position: relative;
  display: block;
  padding: 0;
  isolation: isolate;
  background: var(--sky);
}

.slide--odyssey::before {
  display: none;
}

.slide--odyssey::after {
  display: none;
}

.scene-stack,
.scene-image,
.slide-scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.scene-stack {
  z-index: 0;
  overflow: hidden;
}

.scene-image,
.slide-scene {
  object-fit: cover;
  object-position: center;
}

.scene-image {
  opacity: 1;
}

.scene-image[data-art-fragment] {
  opacity: 0;
  transform: scale(1.025);
  transition:
    opacity 240ms ease,
    transform 560ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.scene-image[data-art-fragment].is-current {
  opacity: 1;
  transform: scale(1);
}

.slide--odyssey > .statement,
.slide--odyssey > .fragment-stack {
  position: absolute;
  top: 155px;
  right: auto;
  bottom: auto;
  left: 70px;
  display: grid;
  align-content: center;
  width: 790px;
  min-height: 650px;
  padding: 52px 56px;
  border: 4px solid var(--ink);
  border-radius: 38px;
  color: var(--ink);
  background: rgb(255 255 255 / 94%);
  box-shadow: 14px 14px 0 var(--ink);
  z-index: 4;
}

.slide--odyssey .statement {
  gap: 34px;
}

.slide--odyssey .statement h1,
.slide--odyssey .statement-line {
  max-width: 680px;
}

.slide--odyssey .statement h1 {
  font-size: 112px;
  line-height: 0.94;
}

[data-slide="2"] .statement h1 {
  font-size: 126px;
}

[data-slide="3"] .statement h1 {
  font-size: 105px;
}

.slide--odyssey .subhead {
  max-width: 650px;
  color: var(--ink);
  font-size: 33px;
  line-height: 1.35;
}

.odyssey-accent,
.odyssey-stat {
  color: var(--signal);
}

.odyssey-accent {
  white-space: normal;
}

.odyssey-stat {
  font-size: 62px;
}

.slide--odyssey .fragment-stack {
  gap: 0;
}

[data-slide="5"] .fragment-stack {
  left: 20px;
  width: 600px;
}

.slide--odyssey .fragment-stack .fragment {
  grid-area: 1 / 1;
  transition: none;
}

.slide--odyssey .fragment.is-visible:not(.is-current) {
  opacity: 0;
}

.slide--odyssey .statement-line {
  font-size: 78px;
  line-height: 1.02;
}

[data-slide="6"] .statement-line {
  font-size: 69px;
}

.slide--moral {
  position: relative;
  overflow: hidden;
  padding: 150px;
  isolation: isolate;
  color: var(--ink);
  background: var(--sun);
}

.slide--moral::before,
.slide--moral::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.slide--moral::before {
  top: -260px;
  right: -180px;
  width: 720px;
  height: 720px;
  background: var(--signal);
}

.slide--moral::after {
  bottom: -500px;
  left: -240px;
  width: 760px;
  height: 760px;
  background: var(--aegean);
}

.moral-copy {
  display: grid;
  gap: 38px;
  width: min(100%, 1540px);
  z-index: 1;
}

.moral-copy p {
  max-width: 1200px;
  font-size: 64px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.moral-copy h1 {
  max-width: 1500px;
  font-size: 142px;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.moral-copy h1 span {
  color: var(--signal);
}

.slide-scene {
  z-index: 0;
}

.slide--handoff {
  isolation: isolate;
  background: var(--sun);
}

.slide--handoff::before,
.slide--handoff::after {
  position: absolute;
  border: 28px solid var(--signal);
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.slide--handoff::before {
  top: -170px;
  left: -160px;
  width: 520px;
  height: 520px;
}

.slide--handoff::after {
  right: -130px;
  bottom: -190px;
  width: 600px;
  height: 600px;
  border-color: var(--aegean);
}

.slide--handoff h1 {
  color: var(--ink);
}

.qr-frame.is-ready {
  border: 4px solid var(--ink);
  background: #ffffff;
  box-shadow: 10px 10px 0 var(--ink);
}

.qr-frame--closing.is-ready {
  box-shadow: 6px 6px 0 var(--ink);
}

.asset-placeholder {
  border-color: var(--signal);
  color: var(--signal);
}

.slide--holding {
  position: relative;
  display: block;
  padding: 0;
  isolation: isolate;
  text-align: left;
  background: var(--sky);
}

.slide--holding .holding-message {
  position: absolute;
  top: 150px;
  left: 70px;
  display: grid;
  gap: 24px;
  justify-items: start;
  width: 760px;
  padding: 48px 52px;
  border: 4px solid var(--ink);
  border-radius: 36px;
  background: rgb(255 255 255 / 94%);
  box-shadow: 14px 14px 0 var(--ink);
  z-index: 2;
}

.holding-message > p:first-child {
  max-width: 650px;
  font-size: 56px;
}

.holding-timer {
  color: var(--signal);
  font-size: 96px;
}

.slide--holding .holding-qr {
  right: auto;
  bottom: 60px;
  left: 280px;
  z-index: 2;
}

.slide--fake-ending {
  color: #ffffff;
  background: var(--signal);
}

.slide--fake-ending::before {
  background: var(--sun);
  box-shadow: -510px 640px 0 70px var(--aegean);
}

.slide--fake-ending .title-stack {
  border-color: #ffffff;
  color: #ffffff;
  background: rgb(112 71 235 / 94%);
  box-shadow: 18px 18px 0 #ffffff;
}

.slide--fake-ending .subhead,
.slide--fake-ending .fake-ending-detail {
  color: var(--sun);
}

.slide--denial {
  isolation: isolate;
  color: var(--signal);
  background: var(--sun);
}

.slide--denial::after {
  position: absolute;
  right: 120px;
  width: 470px;
  height: 470px;
  border: 44px solid var(--aegean);
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.slide--signal-gap {
  grid-template-columns: minmax(0, 1fr) 610px;
  gap: 72px;
  align-items: center;
  padding: 110px 90px;
  background: var(--soft-coral);
}

.signal-gap-copy {
  display: grid;
  align-content: center;
  gap: 34px;
  min-height: 720px;
  padding: 64px 68px;
  border: 4px solid var(--ink);
  border-radius: 38px;
  background: #ffffff;
  box-shadow: 14px 14px 0 var(--ink);
}

.signal-gap-copy .fragment-stack {
  gap: 42px;
}

.signal-gap-copy .statement-sub {
  max-width: 920px;
  font-size: 66px;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.signal-gap-copy .signal-gap-punchline {
  color: var(--signal);
  font-size: 50px;
  line-height: 1.12;
}

.signal-gap-map {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 720px;
  padding: 54px 58px;
  border: 4px solid var(--ink);
  border-radius: 38px;
  color: #ffffff;
  background: var(--ink);
  box-shadow: 14px 14px 0 var(--signal);
}

.signal-gap-label,
.signal-gap-step,
.signal-gap-cutoff {
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
}

.signal-gap-label {
  color: var(--soft-blue);
  font-size: 28px;
}

.signal-gap-route {
  position: relative;
  display: grid;
  align-content: center;
  gap: 26px;
  padding: 30px 0;
}

.signal-gap-route::before {
  position: absolute;
  top: 78px;
  bottom: 78px;
  left: 39px;
  width: 8px;
  border-radius: 8px;
  background: var(--aegean);
  content: "";
}

.signal-gap-step {
  position: relative;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 28px;
  align-items: center;
  font-size: 28px;
  z-index: 1;
}

.signal-gap-step span:first-child {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  color: var(--ink);
  background: var(--sun);
  font-size: 24px;
  font-weight: 700;
}

.signal-gap-step:nth-child(2) span:first-child {
  background: #ff8a66;
}

.signal-gap-step:nth-child(3) span:first-child {
  background: #49d3cf;
}

.signal-gap-step:nth-child(4) span:first-child {
  background: var(--lavender);
}

.signal-gap-cutoff {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 28px;
  align-items: center;
  color: #ff8a66;
  font-size: 30px;
}

.signal-gap-cutoff > span {
  width: 82px;
  height: 82px;
  border: 6px dashed #ff8a66;
  border-radius: 50%;
}

.signal-gap-cutoff strong {
  font: inherit;
}

.slide--reveal,
.slide--research,
.slide--closing {
  position: relative;
  display: block;
  padding: 0;
  isolation: isolate;
  background: var(--sky);
}

.slide--reveal .fragment-stack,
.research-content,
.closing-copy {
  position: absolute;
  top: 150px;
  left: 70px;
  width: 790px;
  padding: 52px 56px;
  border: 4px solid var(--ink);
  border-radius: 38px;
  color: var(--ink);
  background: rgb(255 255 255 / 94%);
  box-shadow: 14px 14px 0 var(--ink);
  z-index: 2;
}

.slide--reveal .fragment-stack {
  min-height: 740px;
  align-content: center;
  gap: 34px;
}

.slide--reveal .statement-line {
  max-width: 670px;
  font-size: 66px;
  line-height: 1.04;
}

.slide--reveal .assurance {
  color: var(--signal);
  font-size: 30px;
  line-height: 1.3;
}

.slide--dashboard {
  padding: 56px 56px 100px;
  background: var(--soft-blue);
}

.slide--atlas-demo {
  background: var(--soft-yellow);
}

.atlas-next {
  position: absolute;
  right: 262px;
  bottom: 20px;
  min-width: 146px;
  min-height: 58px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--font-mono);
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  z-index: 4;
}

.atlas-next:hover,
.atlas-next:focus-visible {
  color: var(--ink);
  background: var(--sun);
  outline: 4px solid var(--signal);
  outline-offset: 3px;
}

.dashboard-placeholder {
  border: 5px solid var(--ink);
  border-radius: 42px;
  color: var(--signal);
  background: #ffffff;
  box-shadow: 14px 14px 0 var(--ink);
}

.dashboard-frame {
  border: 5px solid var(--ink);
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 14px 14px 0 var(--ink);
}

.research-content {
  top: 155px;
  min-height: 700px;
  align-content: center;
  gap: 30px;
}

.research-content h1 {
  max-width: 675px;
  font-size: 78px;
  line-height: 1;
}

.research-content .subhead {
  color: var(--signal);
  font-size: 36px;
}

.slide--stats {
  background: var(--soft-yellow);
}

.stats-grid {
  gap: 36px;
}

.stat-block {
  min-height: 470px;
  padding: 60px 48px;
  border: 4px solid var(--ink);
  border-top: 4px solid var(--ink);
  border-radius: 34px;
  color: var(--ink);
  background: #ffffff;
  box-shadow: 12px 12px 0 var(--ink);
}

.stat-block:nth-child(1) {
  background: var(--sun);
}

.stat-block:nth-child(2) {
  background: #ff8a66;
}

.stat-block:nth-child(3) {
  background: #49d3cf;
}

.stat-value,
.stat-label {
  color: var(--ink);
}

[data-slide="21"] {
  color: #ffffff;
  background: var(--signal);
}

[data-slide="21"]::before {
  position: absolute;
  top: -180px;
  right: -140px;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: var(--sun);
  content: "";
}

[data-slide="21"] .fragment-stack {
  position: relative;
  z-index: 1;
}

[data-slide="21"] .statement-line {
  color: #ffffff;
  font-size: 98px;
}

[data-slide="21"] .statement-sub {
  color: var(--sun);
}

.slide--takeaway {
  isolation: isolate;
}

[data-slide="20"] {
  background: var(--soft-blue);
}

[data-slide="22"] {
  background: var(--soft-yellow);
}

[data-slide="19"] {
  background: var(--lavender);
}

.slide--takeaway::before {
  position: absolute;
  top: -220px;
  right: -170px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: var(--aegean);
  content: "";
  z-index: -1;
}

[data-slide="22"]::before {
  background: var(--signal);
}

[data-slide="19"]::before {
  background: var(--sun);
}

.takeaway-layout {
  grid-template-columns: minmax(0, 1fr) 470px;
  gap: 72px;
}

.takeaway-copy {
  padding: 52px 58px;
  border: 4px solid var(--ink);
  border-radius: 38px;
  background: #ffffff;
  box-shadow: 14px 14px 0 var(--ink);
}

.takeaway-copy h1 {
  color: var(--signal);
  font-size: 102px;
}

.takeaway-body {
  color: var(--ink);
  font-size: 39px;
}

.takeaway-kicker {
  color: var(--signal);
}

.takeaway-copy--dense h1 {
  font-size: 76px;
}

.takeaway-copy--dense .takeaway-body {
  font-size: 34px;
}

.takeaway-copy--dense .takeaway-aside {
  color: var(--signal);
}

.takeaway-qr {
  padding: 32px 28px;
  border: 4px solid var(--ink);
  border-radius: 38px;
  background: rgb(255 255 255 / 94%);
  box-shadow: 14px 14px 0 var(--ink);
}

.slide--closing {
  background: var(--sky);
}

.closing-copy {
  top: 70px;
  width: 770px;
  padding: 38px 46px;
}

.closing-copy h1 {
  font-size: 82px;
}

.closing-copy .subhead {
  color: var(--signal);
  font-size: 38px;
}

.contact {
  color: var(--ink);
  font-size: 24px;
}

.closing-qr-row {
  position: absolute;
  bottom: 62px;
  left: 70px;
  display: grid;
  grid-template-columns: repeat(3, 206px);
  gap: 32px;
  width: 770px;
  padding: 26px 30px;
  border: 4px solid var(--ink);
  border-radius: 34px;
  justify-content: center;
  background: rgb(255 255 255 / 94%);
  box-shadow: 14px 14px 0 var(--ink);
  z-index: 2;
}

.closing-qr {
  gap: 10px;
}

.qr-caption--closing {
  width: 206px;
  font-size: 17px;
}

.closing-footer {
  position: absolute;
  top: 50px;
  right: 58px;
  z-index: 2;
}

.closing-footer .render-logo {
  width: 180px;
  height: 64px;
}

/* Keep long QR destinations inside their visual cards. */
.slide--holding .holding-qr {
  width: 300px;
}

.qr-caption--holding {
  width: 300px;
  height: auto;
  min-height: 48px;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.2;
  overflow-wrap: anywhere;
  white-space: normal;
}

.takeaway-qr .qr-caption {
  width: 100%;
  max-width: 410px;
  height: auto;
  min-height: 52px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.25;
  overflow-wrap: anywhere;
  white-space: normal;
}

.qr-caption--closing {
  height: auto;
  min-height: 48px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.15;
  overflow-wrap: anywhere;
  white-space: normal;
}

@media (prefers-reduced-motion: reduce) {
  .scene-image[data-art-fragment] {
    transition: none;
  }
}

/* Phase 2 evidence workshop */
.slide-heading {
  display: grid;
  align-content: start;
  gap: 22px;
}

.slide-heading h1 {
  max-width: 1540px;
  font-size: 78px;
  line-height: 1;
}

.slide--exercise {
  grid-template-rows: auto auto 1fr;
  gap: 22px;
  padding: 70px 96px 100px;
  background: var(--sun);
}

.slide--exercise .slide-heading h1 {
  font-size: 76px;
}

.exercise-route {
  padding: 16px 22px;
  border: 4px solid var(--ink);
  border-radius: 18px;
  font-family: var(--font-mono);
  font-size: 22px;
  line-height: 1.3;
  background: var(--soft-coral);
}

.exercise-route strong {
  color: var(--signal);
}

.exercise-grid {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
}

.exercise-qr,
.resource-qr {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.instruction-card,
.regroup-card,
.evidence-card,
.scope-card,
.gate-grid article,
.method-grid article,
.guardrail-card {
  border: 4px solid var(--ink);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 12px 12px 0 var(--ink);
}

.instruction-card {
  display: grid;
  gap: 26px;
  padding: 42px 48px;
  font-family: var(--font-mono);
}

.instruction-card ol,
.resource-copy ol,
.prototype-grid ol,
.closing-action ol {
  display: grid;
  gap: 18px;
  margin: 0;
  padding-left: 42px;
  font-size: 30px;
  line-height: 1.32;
}

.privacy-note,
.resource-limit {
  padding: 18px 22px;
  border-radius: 16px;
  font-family: var(--font-mono);
  font-size: 23px;
  line-height: 1.35;
  background: var(--soft-coral);
}

.slide--regroup {
  place-items: center;
  background: var(--sky);
}

.regroup-card {
  display: grid;
  gap: 28px;
  width: 1420px;
  padding: 66px 72px;
}

.regroup-card h1 {
  font-size: 126px;
}

.regroup-card > p:not(.eyebrow) {
  font-size: 48px;
  line-height: 1.2;
}

.regroup-card .regroup-limit {
  padding-top: 28px;
  border-top: 4px solid var(--ink);
  font-family: var(--font-mono);
  font-size: 31px;
}

.slide--evidence,
.slide--scope,
.slide--gates,
.slide--method,
.slide--finding,
.slide--ambiguity,
.slide--workflow,
.slide--prototype,
.slide--calibrate-product,
.slide--calibrate-contract,
.slide--calibrate-delivery {
  grid-template-rows: auto 1fr auto;
  gap: 42px;
  padding: 72px 96px;
}

.slide--evidence {
  background: var(--soft-blue);
}

.evidence-grid,
.method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-self: stretch;
}

.evidence-card,
.method-grid article {
  display: grid;
  align-content: start;
  gap: 24px;
  padding: 34px 36px;
}

.evidence-card h2,
.scope-card h2,
.gate-grid h2,
.method-grid h2,
.guardrail-card h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.05;
}

.evidence-card > p:last-child,
.method-grid article > p:last-child {
  font-family: var(--font-mono);
  font-size: 27px;
  line-height: 1.35;
}

.card-number {
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 30px;
}

.evidence-card--room {
  background: var(--soft-yellow);
}

.evidence-card--missing {
  background: var(--soft-coral);
}

.slide--scope {
  background: var(--lavender);
}

.scope-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.scope-card {
  display: grid;
  align-content: start;
  gap: 28px;
  padding: 38px 42px;
}

.scope-card ul {
  display: grid;
  gap: 20px;
  margin: 0;
  padding-left: 34px;
  font-family: var(--font-mono);
  font-size: 27px;
  line-height: 1.3;
}

.scope-card > p {
  padding-top: 24px;
  border-top: 3px solid var(--ink);
  font-family: var(--font-mono);
  font-size: 22px;
  line-height: 1.35;
}

.scope-card--yes {
  background: var(--soft-blue);
}

.scope-card--no {
  background: var(--soft-coral);
}

.slide--gates {
  background: var(--soft-yellow);
}

.gate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.gate-grid article {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 27px 34px;
}

.gate-grid article:nth-child(2),
.gate-grid article:nth-child(3) {
  background: var(--soft-blue);
}

.gate-grid p {
  font-family: var(--font-mono);
  font-size: 24px;
  line-height: 1.28;
}

.source-note {
  font-family: var(--font-mono);
  font-size: 20px;
  line-height: 1.35;
}

.slide--method {
  background: #ffffff;
}

.method-grid article:nth-child(1) {
  background: var(--soft-yellow);
}

.method-grid article:nth-child(2) {
  background: var(--soft-blue);
}

.method-grid article:nth-child(3) {
  background: var(--soft-coral);
}

.slide--finding {
  background: var(--soft-blue);
}

.finding-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
}

.finding-number {
  margin-top: 24px;
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 142px;
  line-height: 0.9;
}

.finding-layout h1 {
  margin-top: 28px;
  font-size: 70px;
  line-height: 1;
}

.finding-detail {
  display: grid;
  gap: 30px;
  padding: 42px;
  border: 4px solid var(--ink);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 12px 12px 0 var(--ink);
}

.finding-detail > p:not(.source-note) {
  font-size: 34px;
  line-height: 1.24;
}

.finding-detail .sensitivity {
  color: var(--signal);
  font-family: var(--font-mono);
}

.number-grid,
.ambiguity-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
}

.number-card {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 34px 40px;
  border: 4px solid var(--ink);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 12px 12px 0 var(--ink);
}

.number-card:nth-child(2) {
  background: var(--soft-yellow);
}

.number-value {
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 90px;
  line-height: 1;
}

.number-label {
  font-family: var(--font-mono);
  font-size: 25px;
  line-height: 1.3;
}

.slide--ambiguity {
  background: var(--soft-coral);
}

.slide--ambiguity .slide-heading h1 {
  font-size: 66px;
}

.ambiguity-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.ambiguity-grid .number-card {
  padding: 30px 32px;
}

.ambiguity-grid .number-value {
  font-size: 76px;
}

.ambiguity-action {
  font-size: 35px;
}

.slide--atlas,
.slide--firstmile {
  align-items: center;
  padding: 76px 96px;
}

.slide--atlas {
  background: var(--soft-yellow);
}

.slide--firstmile {
  background: var(--lavender);
}

.resource-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  gap: 84px;
  align-items: center;
}

.resource-copy {
  display: grid;
  gap: 26px;
}

.resource-copy h1 {
  max-width: 1150px;
  font-size: 76px;
}

.resource-copy ol {
  font-family: var(--font-mono);
  font-size: 27px;
}

.resource-copy pre {
  margin: 0;
  padding: 28px 30px;
  border: 4px solid var(--ink);
  border-radius: 24px;
  overflow: hidden;
  color: #ffffff;
  font-family: var(--font-mono);
  font-size: 23px;
  line-height: 1.55;
  background: var(--ink);
}

.slide[data-slide="21"].slide--workflow {
  color: var(--ink);
  background: var(--soft-blue);
}

.slide[data-slide="21"].slide--workflow::before {
  display: none;
}

.workflow-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 25px;
  border: 4px solid var(--ink);
  border-radius: 22px;
  font-family: var(--font-mono);
  font-size: 25px;
  line-height: 1.25;
  background: #ffffff;
  box-shadow: 8px 8px 0 var(--ink);
  color: var(--ink);
}

.workflow-list li:last-child {
  grid-column: 1 / -1;
}

.workflow-list span {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  height: 48px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--signal);
}

.slide--prototype {
  background: var(--soft-yellow);
}

.prototype-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 44px;
  align-items: start;
}

.prototype-grid > ol {
  gap: 24px;
  padding: 34px 34px 34px 70px;
  border: 4px solid var(--ink);
  border-radius: 30px;
  font-family: var(--font-mono);
  font-size: 25px;
  background: #ffffff;
  box-shadow: 12px 12px 0 var(--ink);
}

.guardrail-card {
  display: grid;
  gap: 20px;
  padding: 34px 38px;
  background: var(--soft-coral);
}

.guardrail-card p {
  font-family: var(--font-mono);
  font-size: 22px;
  line-height: 1.3;
}

.slide--closing {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 80px 110px 58px;
  background: var(--sun);
}

.closing-action {
  display: grid;
  gap: 28px;
  max-width: 1450px;
}

.closing-action h1 {
  font-size: 112px;
}

.closing-action ol {
  max-width: 1350px;
  font-family: var(--font-mono);
  font-size: 31px;
  line-height: 1.3;
}

.closing-action .contact {
  color: var(--ink);
}

.slide--closing .closing-footer {
  position: static;
  display: flex;
  justify-content: flex-end;
}

/* Unified live-workshop visual system */
.slide--unified {
  --orb: var(--aegean);
  --ring: var(--signal);

  display: grid;
  grid-template: 1fr / 1fr;
  place-items: center;
  gap: 0;
  padding: 70px 90px;
  isolation: isolate;
}

.slide--unified::before {
  position: absolute;
  top: -250px;
  right: -170px;
  display: block;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: var(--orb);
  content: "";
  z-index: -1;
}

.slide--unified::after {
  position: absolute;
  bottom: -300px;
  left: -160px;
  width: 650px;
  height: 650px;
  border: 30px solid var(--ring);
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.slide--evidence,
.slide--finding,
.slide--workflow,
.slide--calibrate-contract,
.slide--champions {
  --orb: var(--sun);
  --ring: var(--signal);

  background: var(--sky);
}

.slide--scope,
.slide--firstmile,
.slide--calibrate-product,
.slide--credits {
  --orb: var(--aegean);
  --ring: var(--sun);

  background: var(--signal);
}

.slide--gates,
.slide--atlas,
.slide--prototype,
.slide--calibrate-delivery,
.slide--closing {
  --orb: var(--aegean);
  --ring: var(--signal);

  background: var(--sun);
}

.slide--method,
.slide--ambiguity,
.slide--handoff {
  --orb: var(--sun);
  --ring: var(--signal);

  background: #ff8a66;
}

.slide--closing {
  background: var(--sun);
}

.story-surface {
  position: relative;
  display: grid;
  align-content: start;
  gap: 28px;
  width: 100%;
  height: 900px;
  padding: 48px 56px;
  border: 4px solid var(--ink);
  border-radius: 38px;
  color: var(--ink);
  background: rgb(255 255 255 / 96%);
  box-shadow: 14px 14px 0 var(--ink);
  z-index: 1;
}

[data-slide="12"] .story-surface,
[data-slide="19"] .story-surface {
  grid-template-rows: auto 1fr;
}

[data-slide="13"] .story-surface {
  grid-template-rows: auto 1fr auto;
}

[data-slide="14"] .story-surface {
  grid-template-rows: auto 1fr auto;
}

[data-slide="13"] .gate-grid article {
  grid-template-columns: 1fr;
  align-content: center;
  gap: 24px;
  padding: 42px 52px;
}

[data-slide="13"] .gate-grid h2 {
  color: var(--signal);
  font-size: 128px;
  line-height: 0.85;
}

[data-slide="13"] .gate-grid p {
  max-width: 590px;
  font-size: 29px;
}

[data-slide="16"] .story-surface {
  grid-template-rows: auto 1fr auto;
}

[data-slide="17"] .story-surface {
  grid-template-rows: auto 1fr auto;
}

.surface-heading {
  display: grid;
  align-content: start;
  gap: 15px;
}

.surface-heading h1 {
  max-width: 1560px;
  font-size: 70px;
  line-height: 0.98;
}

.source-label {
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 24px;
  letter-spacing: 0.055em;
}

.finding-action {
  font-family: var(--font-mono);
}

.evidence-bands {
  display: grid;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 26px;
}

.evidence-band {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 0;
  padding: 24px 34px;
}

.evidence-band + .evidence-band {
  border-top: 4px solid var(--ink);
}

.evidence-band--docs {
  background: #ffffff;
}

.evidence-band--room {
  background: var(--soft-yellow);
}

.evidence-band--missing {
  background: var(--soft-coral);
}

.evidence-band > div {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 28px;
  align-items: center;
}

.evidence-band h2,
.scope-card h2,
.gate-grid h2,
.method-grid h2,
.guardrail-card h2 {
  margin: 0;
  font-size: 39px;
  line-height: 1.05;
}

.evidence-band > div > p,
.gate-grid p,
.method-grid article > div > p {
  font-family: var(--font-mono);
  font-size: 23px;
  line-height: 1.3;
}

.story-surface .card-number {
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 29px;
}

.story-surface .scope-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 26px;
}

.story-surface .scope-card {
  display: grid;
  align-content: center;
  gap: 24px;
  padding: 34px 40px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.story-surface .scope-card + .scope-card {
  border-left: 4px solid var(--ink);
}

.story-surface .scope-card ul {
  gap: 18px;
  font-size: 25px;
}

.story-surface .scope-card > p {
  font-size: 20px;
}

.story-surface .gate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 26px;
}

.story-surface .gate-grid article {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 0;
  padding: 28px 32px;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.story-surface .gate-grid article:nth-child(2n) {
  border-left: 4px solid var(--ink);
  background: var(--soft-blue);
}

.story-surface .gate-grid article:nth-child(n + 3) {
  border-top: 4px solid var(--ink);
}

.story-surface .method-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 26px;
}

.story-surface .method-grid article {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 142px;
  padding: 19px 28px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.method-boundary,
.success-action {
  font-family: var(--font-mono);
}

.method-boundary {
  padding: 17px 22px;
  border-radius: 16px;
  font-size: 21px;
  background: var(--soft-coral);
}

.story-surface .method-grid article + article {
  border-top: 4px solid var(--ink);
}

.story-surface .method-grid article > div {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 24px;
  align-items: center;
}

.story-surface > .source-note {
  font-size: 18px;
}

.finding-surface {
  grid-template-rows: auto 1fr;
}

.story-surface .finding-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 54px;
  align-items: center;
}

.finding-primary {
  display: grid;
  align-content: center;
}

.story-surface .finding-number {
  margin: 0 0 22px;
  color: var(--signal);
  font-size: 132px;
}

.story-surface .finding-layout h1 {
  margin: 0;
  max-width: 870px;
  font-size: 61px;
  line-height: 1;
}

.story-surface .finding-detail {
  display: grid;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 26px;
  box-shadow: none;
}

.comparison-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 22px;
  align-items: center;
  padding: 25px 28px;
  font-family: var(--font-mono);
  font-size: 21px;
  line-height: 1.25;
}

.comparison-row + .comparison-row {
  border-top: 4px solid var(--ink);
}

.comparison-row:nth-child(1) {
  background: var(--soft-yellow);
}

.comparison-row:nth-child(2) {
  background: var(--soft-blue);
}

.comparison-row strong {
  color: var(--signal);
  font-size: 50px;
  font-weight: 400;
}

.finding-action {
  padding: 25px 28px;
  border-top: 4px solid var(--ink);
  font-size: 22px;
  line-height: 1.3;
}

.story-surface .finding-detail .source-note {
  padding: 0 28px 24px;
  font-size: 16px;
}

.story-surface .number-grid,
.story-surface .ambiguity-grid {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 26px;
}

.story-surface .number-grid {
  grid-template-columns: 1fr 1fr;
  align-self: center;
}

.story-surface .ambiguity-grid {
  grid-template-columns: repeat(3, 1fr);
}

.story-surface .number-card {
  min-height: 290px;
  padding: 32px 38px;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.story-surface .number-card + .number-card {
  border-left: 4px solid var(--ink);
}

.story-surface .number-card:nth-child(2) {
  background: var(--soft-yellow);
}

.story-surface .number-value {
  font-size: 82px;
}

.story-surface .number-label {
  font-size: 24px;
}

.success-action {
  padding: 18px 22px;
  border-radius: 16px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.25;
  background: var(--signal);
}

.story-surface .ambiguity-grid .number-card {
  min-height: 270px;
  padding: 28px 30px;
}

.story-surface .ambiguity-grid .number-value {
  font-size: 70px;
}

.story-surface .ambiguity-grid .number-label {
  font-size: 20px;
}

.ambiguity-footer {
  display: flex;
}

.story-surface .ambiguity-action {
  display: grid;
  align-items: center;
  padding: 18px 22px;
  border-radius: 16px;
  color: #ffffff;
  font-size: 27px;
  background: var(--signal);
}

.story-surface.resource-layout {
  grid-template-columns: minmax(0, 1fr) 500px;
  gap: 62px;
  align-items: center;
  align-content: center;
}

.story-surface .resource-copy {
  gap: 24px;
}

.story-surface .resource-copy h1 {
  max-width: 1050px;
  font-size: 71px;
  line-height: 1;
}

.story-surface .resource-copy ol {
  gap: 16px;
  font-size: 25px;
}

.story-surface .resource-limit {
  font-size: 20px;
}

.story-surface .resource-copy pre {
  padding: 24px 26px;
  font-size: 21px;
}

.story-surface .resource-qr {
  padding: 28px 24px;
  border: 4px solid var(--ink);
  border-radius: 30px;
  background: var(--soft-blue);
}

.story-surface .resource-qr .qr-caption {
  width: 100%;
  max-width: 430px;
  height: auto;
  min-height: 48px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.22;
  overflow-wrap: anywhere;
  white-space: normal;
}

.story-surface .resource-qr .qr-frame {
  box-shadow: 10px 10px 0 var(--ink);
}

.calibrate-product-surface,
.calibrate-contract-surface,
.calibrate-delivery-surface {
  gap: 24px;
}

.calibrate-product-surface .surface-heading h1,
.calibrate-contract-surface .surface-heading h1,
.calibrate-delivery-surface .surface-heading h1 {
  max-width: 1520px;
  font-size: 58px;
  line-height: 1.02;
}

.calibrate-product-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 28px;
  min-height: 0;
}

.calibrate-code-panel {
  display: grid;
  align-content: center;
  gap: 18px;
  min-width: 0;
  padding: 28px;
  border: 4px solid var(--ink);
  border-radius: 26px;
  background: var(--soft-blue);
}

.calibrate-code-panel pre {
  margin: 0;
  padding: 28px 30px;
  overflow: hidden;
  border-radius: 20px;
  color: #ffffff;
  font-family: var(--font-mono);
  font-size: 22px;
  line-height: 1.55;
  background: var(--ink);
}

.calibrate-capabilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 26px;
  background: #ffffff;
}

.calibrate-capabilities article {
  display: grid;
  align-content: start;
  gap: 16px;
  min-width: 0;
  padding: 28px 30px;
}

.calibrate-capabilities article:nth-child(even) {
  border-left: 4px solid var(--ink);
  background: var(--soft-yellow);
}

.calibrate-capabilities article:nth-child(n + 3) {
  border-top: 4px solid var(--ink);
}

.calibrate-capabilities article:nth-child(3) {
  background: var(--soft-coral);
}

.calibrate-capabilities h2 {
  font-size: 34px;
  line-height: 1.05;
}

.calibrate-capabilities p {
  font-family: var(--font-mono);
  font-size: 23px;
  line-height: 1.3;
}

.signal-journey,
.delivery-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.signal-journey li,
.delivery-flow li {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 96px;
  padding: 16px 14px;
  border: 4px solid var(--ink);
  border-radius: 20px;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 21px;
  line-height: 1.22;
  background: #ffffff;
}

.signal-journey li:nth-child(even),
.delivery-flow li:nth-child(even) {
  background: var(--soft-yellow);
}

.signal-journey li:not(:last-child)::after,
.delivery-flow li:not(:last-child)::after {
  position: absolute;
  right: -18px;
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 27px;
  font-weight: 700;
  content: "›";
  z-index: 1;
}

.contract-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
  min-height: 0;
}

.field-contract,
.privacy-contract {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: 28px 30px;
  border: 4px solid var(--ink);
  border-radius: 26px;
  background: #ffffff;
}

.field-contract {
  background: var(--soft-yellow);
}

.field-contract > p:last-child {
  font-family: var(--font-mono);
  font-size: 21px;
  line-height: 1.35;
}

.identifier-order {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.identifier-order code {
  padding: 12px 16px;
  border: 3px solid var(--ink);
  border-radius: 14px;
  color: #ffffff;
  font-family: var(--font-mono);
  font-size: 22px;
  background: var(--signal);
}

.identifier-order span {
  font-family: var(--font-mono);
  font-size: 16px;
}

.privacy-contract ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding-left: 28px;
  font-family: var(--font-mono);
  font-size: 21px;
  line-height: 1.3;
}

.delivery-flow li {
  align-content: center;
  gap: 7px;
  min-height: 170px;
}

.delivery-flow strong {
  font-size: 22px;
}

.delivery-flow span {
  font-size: 17px;
}

.delivery-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 22px;
  background: #ffffff;
}

.delivery-facts p {
  display: grid;
  gap: 5px;
  min-width: 0;
  min-height: 96px;
  padding: 18px 20px;
  font-family: var(--font-mono);
}

.delivery-facts p + p {
  border-left: 4px solid var(--ink);
}

.delivery-facts strong {
  font-size: 21px;
}

.delivery-facts span {
  font-size: 16px;
}

.delivery-bottom {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
}

.scale-boundary,
.delivery-value {
  display: grid;
  align-content: center;
  min-height: 130px;
  padding: 20px 24px;
  border-radius: 20px;
  font-family: var(--font-mono);
  font-size: 19px;
  line-height: 1.32;
}

.scale-boundary {
  border: 4px solid var(--ink);
  background: var(--soft-coral);
}

.delivery-value {
  color: #ffffff;
  background: var(--signal);
}

.champion-surface,
.handoff-surface {
  gap: 24px;
}

.champion-surface .surface-heading h1,
.handoff-surface .surface-heading h1 {
  max-width: 1640px;
  font-size: 64px;
  line-height: 1;
}

.champion-steps {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 26px;
  list-style: none;
  background: #ffffff;
}

.champion-steps li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 0;
  padding: 15px 26px;
  font-family: var(--font-mono);
  font-size: 22px;
  line-height: 1.25;
}

.champion-steps li + li {
  border-top: 4px solid var(--ink);
}

.champion-steps li:nth-child(even) {
  background: var(--soft-blue);
}

.champion-steps span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #ffffff;
  font-family: var(--font-mono);
  font-weight: 700;
  background: var(--signal);
}

.champion-boundary {
  padding: 18px 24px;
  border: 4px solid var(--ink);
  border-radius: 20px;
  font-family: var(--font-mono);
  font-size: 21px;
  line-height: 1.3;
  background: var(--soft-coral);
}

.handoff-surface {
  grid-template-rows: auto 1fr;
}

.handoff-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  min-height: 0;
}

.handoff-grid article {
  display: grid;
  grid-template-columns: 76px 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 20px;
  align-content: center;
  min-width: 0;
  padding: 28px 30px;
  border: 4px solid var(--ink);
  border-radius: 24px;
  background: #ffffff;
}

.handoff-grid article:nth-child(2),
.handoff-grid article:nth-child(3) {
  background: var(--soft-yellow);
}

.handoff-grid .card-number {
  grid-row: 1 / 3;
  align-self: start;
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 30px;
}

.handoff-grid h2 {
  font-size: 34px;
  line-height: 1.05;
}

.handoff-grid article > p:last-child {
  align-self: end;
  font-family: var(--font-mono);
  font-size: 21px;
  line-height: 1.3;
}

.credit-surface {
  grid-template-columns: minmax(0, 1fr) 510px;
  gap: 58px;
  align-items: center;
}

.credit-copy {
  display: grid;
  align-content: center;
  gap: 22px;
}

.credit-copy h1 {
  max-width: 950px;
  font-size: 82px;
  line-height: 0.98;
}

.credit-dek {
  max-width: 1020px;
  font-family: var(--font-mono);
  font-size: 25px;
  line-height: 1.32;
}

.credit-steps {
  display: grid;
  gap: 0;
  margin: 4px 0 0;
  padding: 0;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 22px;
  list-style: none;
}

.credit-steps li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px 20px;
  font-family: var(--font-mono);
  font-size: 20px;
  line-height: 1.25;
  background: #ffffff;
}

.credit-steps li + li {
  border-top: 4px solid var(--ink);
}

.credit-steps li:nth-child(even) {
  background: var(--soft-blue);
}

.credit-steps span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 700;
  background: var(--signal);
}

.credit-limit {
  max-width: 1020px;
  font-family: var(--font-mono);
  font-size: 18px;
  line-height: 1.35;
}

.story-surface .credit-qr {
  padding: 26px 24px;
  background: var(--soft-yellow);
}

.story-surface .credit-qr .qr-frame {
  width: 448px;
  height: 448px;
}

.story-surface .credit-qr .qr-caption {
  max-width: 454px;
  min-height: 24px;
  font-size: 14px;
  overflow-wrap: normal;
  white-space: nowrap;
}

.slide[data-slide="21"].slide--workflow::before {
  display: block;
}

.slide[data-slide="21"].slide--workflow {
  background: var(--sky);
}

.story-surface .workflow-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0 0 0 12px;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 26px;
  list-style: none;
}

.story-surface .workflow-list li {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 0;
  padding: 15px 26px;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  font-size: 21px;
  background: #ffffff;
  box-shadow: none;
}

.story-surface .workflow-list li + li {
  border-top: 4px solid var(--ink);
}

.story-surface .workflow-list li:nth-child(even) {
  background: var(--soft-blue);
}

.story-surface .workflow-list span {
  position: relative;
  width: 46px;
  height: 46px;
  z-index: 1;
}

.story-surface .prototype-grid {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 0;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 26px;
}

.story-surface .prototype-grid > ol {
  align-content: center;
  gap: 21px;
  padding: 36px 38px 36px 72px;
  border: 0;
  border-radius: 0;
  font-size: 22px;
  box-shadow: none;
}

.story-surface .guardrail-card {
  align-content: center;
  gap: 19px;
  padding: 34px 38px;
  border: 0;
  border-left: 4px solid var(--ink);
  border-radius: 0;
  background: var(--soft-coral);
  box-shadow: none;
}

.story-surface .guardrail-card p {
  font-size: 20px;
}

.closing-surface {
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 56px;
  align-items: center;
  padding: 62px 68px 54px;
}

.closing-surface .closing-action {
  align-self: center;
  gap: 27px;
}

.closing-surface .closing-action h1 {
  font-size: 108px;
}

.closing-surface .closing-action ol {
  max-width: 1080px;
  font-size: 28px;
}

.closing-careers {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 30px 28px 28px;
  border: 4px solid var(--ink);
  border-radius: 30px;
  text-align: center;
  background: var(--soft-yellow);
  box-shadow: 10px 10px 0 var(--ink);
}

.closing-careers .eyebrow {
  font-size: 21px;
}

.closing-careers h2 {
  font-size: 38px;
  line-height: 1.05;
}

.closing-careers .qr-frame {
  width: 348px;
  height: 348px;
}

.closing-careers .qr-caption {
  width: 100%;
  height: auto;
  min-height: 24px;
  font-size: 18px;
}

.closing-referral {
  font-family: var(--font-mono);
  font-size: 18px;
  line-height: 1.35;
}

.closing-surface .closing-footer {
  position: static;
  align-self: end;
}

.closing-surface .closing-footer .render-logo {
  width: 180px;
}

/* Phase 3 research and action sequence */
.slide--study,
.slide--hypotheses,
.slide--implementation,
.slide--closing {
  --orb: var(--aegean);
  --ring: var(--signal);
  background: var(--sun);
}

.slide--composition,
.slide--calibrate-contract,
.slide--calibrate-setup {
  --orb: var(--sun);
  --ring: var(--signal);
  background: var(--sky);
}

.slide--success-research,
.slide--examples,
.slide--field-study,
.slide--calibrate-run {
  --orb: var(--sun);
  --ring: var(--signal);
  background: #ff8a66;
}

.study-surface,
.composition-surface,
.success-research-surface,
.hypothesis-surface,
.example-surface,
.atlas-intro-surface,
.atlas-workflow-surface,
.calibrate-intro-surface,
.calibrate-setup-surface,
.calibrate-run-surface,
.implementation-surface,
.field-study-surface {
  gap: 22px;
}

.study-surface .surface-heading h1,
.composition-surface .surface-heading h1,
.success-research-surface .surface-heading h1,
.hypothesis-surface .surface-heading h1,
.example-surface .surface-heading h1,
.atlas-intro-surface .surface-heading h1,
.atlas-workflow-surface .surface-heading h1,
.calibrate-intro-surface .surface-heading h1,
.calibrate-setup-surface .surface-heading h1,
.calibrate-run-surface .surface-heading h1,
.implementation-surface .surface-heading h1,
.field-study-surface .surface-heading h1 {
  font-size: 58px;
  line-height: 1;
}

.study-surface {
  grid-template-rows: auto 1fr auto;
}

.study-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  min-height: 0;
}

.study-hero {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 26px;
  align-items: center;
  padding: 28px 32px;
  border: 4px solid var(--ink);
  border-radius: 24px;
  background: var(--soft-yellow);
}

.study-number {
  color: var(--signal);
  font-family: var(--font-display);
  font-size: 112px;
  line-height: 0.82;
}

.study-hero > p:last-child {
  font-family: var(--font-mono);
  font-size: 23px;
  line-height: 1.25;
}

.study-support {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 24px;
  background: #ffffff;
}

.study-support article {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px 20px;
}

.study-support article + article {
  border-left: 4px solid var(--ink);
}

.study-support article:nth-child(2) {
  background: var(--soft-blue);
}

.study-support strong,
.condition-strip strong {
  color: var(--signal);
  font-family: var(--font-display);
}

.study-support strong {
  font-size: 64px;
  line-height: 0.9;
}

.study-support span {
  font-family: var(--font-mono);
  font-size: 18px;
  line-height: 1.2;
}

.condition-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 20px;
}

.condition-strip p {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 14px;
  align-items: center;
  padding: 17px 22px;
  background: #ffffff;
}

.condition-strip p + p {
  border-left: 4px solid var(--ink);
}

.condition-strip p:nth-child(2) {
  background: var(--soft-blue);
}

.condition-strip strong {
  font-size: 42px;
}

.condition-strip span {
  font-family: var(--font-mono);
  font-size: 17px;
  line-height: 1.18;
}

.study-surface .method-boundary,
.composition-surface .method-boundary,
.success-research-surface .method-boundary,
.hypothesis-surface .method-boundary,
.example-surface .method-boundary,
.atlas-intro-surface .method-boundary,
.calibrate-contract-surface .method-boundary,
.field-study-surface .method-boundary {
  padding: 13px 18px;
  font-size: 17px;
}

.composition-surface {
  grid-template-rows: auto 1fr auto;
}

.composition-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 24px;
}

.composition-hero p {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
  align-items: center;
  padding: 26px 32px;
  background: #ffffff;
}

.composition-hero p + p {
  border-left: 4px solid var(--ink);
  background: var(--soft-yellow);
}

.composition-hero strong {
  color: var(--signal);
  font-family: var(--font-display);
  font-size: 78px;
  line-height: 0.9;
}

.composition-hero span {
  font-family: var(--font-mono);
  font-size: 20px;
  line-height: 1.22;
}

.success-research-surface {
  grid-template-rows: auto 1fr auto;
}

.success-research-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 26px;
}

.success-research-grid article {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 30px 34px;
  background: #ffffff;
}

.success-research-grid article + article {
  border-left: 4px solid var(--ink);
}

.success-research-grid article:nth-child(2) {
  background: var(--soft-blue);
}

.success-research-grid strong {
  color: var(--signal);
  font-family: var(--font-display);
  font-size: 82px;
  line-height: 0.9;
}

.success-research-grid h2 {
  font-size: 30px;
}

.success-research-grid p {
  font-family: var(--font-mono);
  font-size: 20px;
  line-height: 1.25;
}

.hypothesis-surface {
  grid-template-rows: auto 1fr;
}

.hypothesis-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: stretch;
}

.hypothesis-hero {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 30px;
  align-items: center;
  padding: 34px 42px;
  border: 4px solid var(--ink);
  border-radius: 28px;
  background: var(--soft-yellow);
}

.hypothesis-hero strong {
  color: var(--signal);
  font-family: var(--font-display);
  font-size: 158px;
  line-height: 0.8;
}

.hypothesis-hero span {
  max-width: 400px;
  font-family: var(--font-mono);
  font-size: 30px;
  line-height: 1.2;
}

.hypothesis-breakdown {
  display: grid;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 28px;
}

.hypothesis-breakdown p {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px 28px;
  background: #ffffff;
}

.hypothesis-breakdown p + p {
  border-top: 4px solid var(--ink);
}

.hypothesis-breakdown p:nth-child(2) {
  background: var(--soft-blue);
}

.hypothesis-breakdown strong {
  color: var(--signal);
  font-family: var(--font-display);
  font-size: 58px;
}

.hypothesis-breakdown span {
  font-family: var(--font-mono);
  font-size: 21px;
}

.example-surface {
  grid-template-rows: auto 1fr;
}

.example-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 26px;
}

.example-grid article {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 28px;
  align-items: center;
  padding: 28px 34px;
  background: #ffffff;
}

.example-grid article:nth-child(2n) {
  border-left: 4px solid var(--ink);
  background: var(--soft-blue);
}

.example-grid article:nth-child(n + 3) {
  border-top: 4px solid var(--ink);
}

.example-grid h2 {
  font-size: 38px;
  line-height: 1;
}

.example-grid p {
  font-family: var(--font-mono);
  font-size: 18px;
  line-height: 1.26;
}

.atlas-intro-surface {
  grid-template-rows: auto 1fr auto auto;
}

.atlas-dek {
  font-family: var(--font-mono);
  font-size: 25px;
}

.atlas-capabilities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 26px;
}

.atlas-capabilities article {
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 24px;
  align-items: center;
  padding: 24px 30px;
  background: #ffffff;
}

.atlas-capabilities article:nth-child(2n) {
  border-left: 4px solid var(--ink);
  background: var(--soft-blue);
}

.atlas-capabilities article:nth-child(n + 3) {
  border-top: 4px solid var(--ink);
}

.atlas-capabilities strong {
  color: var(--signal);
  font-size: 34px;
}

.atlas-capabilities span {
  font-family: var(--font-mono);
  font-size: 20px;
  line-height: 1.25;
}

.atlas-scope,
.atlas-next {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.atlas-scope p,
.atlas-next p {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 14px;
  padding: 16px 20px;
  border: 3px solid var(--ink);
  border-radius: 16px;
  font-family: var(--font-mono);
  font-size: 17px;
  background: var(--soft-yellow);
}

.atlas-scope p:nth-child(2),
.atlas-next p:nth-child(2) {
  background: var(--soft-blue);
}

.atlas-workflow-surface {
  grid-template-rows: auto 1fr auto;
}

.atlas-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 4px solid var(--ink);
  border-radius: 26px;
  list-style: none;
}

.atlas-steps li {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 28px 30px;
  background: #ffffff;
}

.atlas-steps li + li {
  border-left: 4px solid var(--ink);
}

.atlas-steps li:nth-child(even) {
  background: var(--soft-yellow);
}

.atlas-steps li > span {
  color: var(--signal);
  font-family: var(--font-display);
  font-size: 52px;
  line-height: 0.9;
}

.atlas-steps strong {
  font-size: 32px;
}

.atlas-steps p {
  font-family: var(--font-mono);
  font-size: 19px;
  line-height: 1.3;
}

.calibrate-intro-surface {
  grid-template-rows: auto 1fr;
}

.evidence-handoff {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 26px;
}

.evidence-handoff article {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px 28px;
  background: #ffffff;
}

.evidence-handoff article + article {
  border-left: 4px solid var(--ink);
}

.evidence-handoff article:nth-child(2) {
  background: var(--soft-yellow);
}

.evidence-handoff h2 {
  font-size: 34px;
}

.evidence-handoff article > p:last-child {
  font-family: var(--font-mono);
  font-size: 19px;
  line-height: 1.25;
}

.calibrate-setup-surface,
.calibrate-run-surface {
  grid-template-rows: auto 1fr;
}

.calibrate-setup-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 28px;
  min-height: 0;
}

.calibrate-commands {
  display: grid;
  grid-template-rows: 0.7fr 1.45fr 1.15fr;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 26px;
}

.calibrate-commands article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 18px 24px;
  background: #ffffff;
}

.calibrate-commands article + article {
  border-top: 4px solid var(--ink);
}

.calibrate-commands article:nth-child(2) {
  background: var(--soft-blue);
}

.calibrate-commands span {
  color: var(--signal);
  font-family: var(--font-display);
  font-size: 52px;
  line-height: 1;
}

.calibrate-commands pre,
.calibrate-run-grid pre {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  font-family: var(--font-mono);
  font-size: 19px;
  line-height: 1.35;
  white-space: pre-wrap;
}

.calibrate-setup-qr {
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 18px;
  padding: 28px;
  border: 4px solid var(--ink);
  border-radius: 26px;
  background: var(--soft-yellow);
}

.calibrate-setup-qr .qr-frame {
  width: 390px;
  height: 390px;
  padding: 14px;
}

.calibrate-setup-qr .qr-caption {
  width: 390px;
  height: auto;
  min-height: 22px;
  font-size: 17px;
  white-space: nowrap;
}

.calibrate-contract-surface {
  grid-template-rows: auto 1fr;
}

.calibrate-boundaries {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 26px;
}

.calibrate-boundaries section {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: 28px 34px;
  background: #ffffff;
}

.calibrate-boundaries section + section {
  border-left: 4px solid var(--ink);
  background: var(--soft-yellow);
}

.calibrate-boundaries ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding-left: 28px;
  font-family: var(--font-mono);
  font-size: 22px;
  line-height: 1.3;
}

.implementation-surface {
  grid-template-rows: auto 1fr auto;
}

.calibrate-run-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 26px;
}

.calibrate-run-grid article {
  display: grid;
  align-content: center;
  gap: 26px;
  padding: 34px 38px;
  background: #ffffff;
}

.calibrate-run-grid article + article {
  border-left: 4px solid var(--ink);
  background: var(--soft-yellow);
}

.calibrate-run-grid pre {
  font-size: 20px;
}

.calibrate-present-url {
  padding: 18px 20px;
  border: 3px solid var(--ink);
  border-radius: 16px;
  font-family: var(--font-mono);
  font-size: 17px;
  line-height: 1.25;
  background: #ffffff;
}

.field-study-surface {
  grid-template-rows: auto 1fr;
}

.implementation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 26px;
}

.implementation-grid article {
  display: grid;
  align-content: start;
  gap: 22px;
  padding: 32px 38px;
  background: #ffffff;
}

.implementation-grid article + article {
  border-left: 4px solid var(--ink);
  background: var(--soft-blue);
}

.implementation-grid h2 {
  font-size: 38px;
  line-height: 1.05;
}

.implementation-grid ol {
  display: grid;
  gap: 18px;
  padding-left: 30px;
  font-family: var(--font-mono);
  font-size: 21px;
  line-height: 1.28;
}

.field-study-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 4px solid var(--ink);
  border-radius: 26px;
  list-style: none;
}

.field-study-steps li {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 26px 24px;
  font-family: var(--font-mono);
  font-size: 18px;
  line-height: 1.25;
  background: #ffffff;
}

.field-study-steps li + li {
  border-left: 4px solid var(--ink);
}

.field-study-steps li:nth-child(even) {
  background: var(--soft-blue);
}

.field-study-steps span {
  color: var(--signal);
  font-family: var(--font-display);
  font-size: 50px;
  line-height: 0.9;
}

.closing-surface {
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 20px;
  align-items: stretch;
  padding: 44px 56px;
}

.closing-heading h1 {
  font-size: 72px;
}

.closing-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 26px;
}

.closing-links article {
  display: grid;
  grid-template-columns: 1fr 340px;
  grid-template-rows: auto 1fr auto;
  gap: 14px 24px;
  align-items: center;
  padding: 24px 30px;
  background: #ffffff;
}

.closing-links article + article {
  border-left: 4px solid var(--ink);
  background: var(--soft-blue);
}

.closing-links--single {
  grid-template-columns: 1fr;
}

.closing-links--single article {
  grid-template-columns: minmax(0, 1fr) 430px;
  padding: 38px 54px;
}

.closing-links--single .qr-frame {
  width: 390px;
  height: 390px;
}

.slide--closing-hiring {
  --orb: var(--sun);
  --ring: var(--signal);
  background: var(--signal);
}

.closing-links h2 {
  grid-column: 1;
  font-size: 37px;
  line-height: 1.05;
}

.closing-links .qr-frame {
  grid-column: 2;
  grid-row: 1 / span 3;
  width: 332px;
  height: 332px;
  padding: 16px;
}

.closing-links .qr-caption {
  grid-column: 1;
  align-self: end;
  width: 100%;
  height: auto;
  font-size: 20px;
  text-align: left;
}

.closing-links .closing-referral {
  grid-column: 1;
  align-self: start;
  font-size: 16px;
}

.closing-surface > .contact {
  font-family: var(--font-mono);
  font-size: 18px;
}
