:root {
  --ink: #162b46;
  --ink-soft: #223957;
  --paper: #f7f9fc;
  --paper-deep: #edf2f7;
  --white: #ffffff;
  --brand-blue: #3998f7;
  --brand-red: #f23f37;
  --brand-green: #5ec141;
  --blue: var(--brand-blue);
  --blue-light: #94c6f6;
  --green-light: #9dde8d;
  --coral-light: #f39a96;
  --line: rgba(22, 43, 70, 0.16);
  --line-dark: rgba(255, 255, 255, 0.2);
  --muted: #68778b;
  --mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
  --sans: "Manrope", Arial, sans-serif;
  --serif: "Manrope", Arial, sans-serif;
  --page: min(90vw, 1600px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::selection {
  color: var(--white);
  background: var(--blue);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
p,
figure,
ol,
ul {
  margin-top: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--blue);
  font: 500 12px var(--mono);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.scroll-progress {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--brand-blue) 0 33.333%, var(--brand-red) 33.333% 66.666%, var(--brand-green) 66.666%);
  transform: scaleX(0);
  transform-origin: left center;
}

.eyebrow,
.section-code,
.card-index,
.stream-top,
.panel-bar,
.panel-caption,
.privacy-note,
.week-index,
.week-main small,
.week-output span,
.role-matrix thead,
.role-matrix tbody th,
.owner-label,
.cadence,
.developer-visual figcaption,
.deliverables > article > span,
.deliverables > article > b,
.topbar-links,
.nav-cta {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eyebrow,
.section-code {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.eyebrow-light {
  color: rgba(248, 246, 239, 0.55);
}

em {
  font-family: var(--serif);
  font-style: normal;
  font-weight: 600;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 255px;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font: 500 11px var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button b {
  font-size: 18px;
  font-weight: 400;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--blue);
}

.button-primary::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-blue) 0 33.333%, var(--brand-red) 33.333% 66.666%, var(--brand-green) 66.666%);
  content: "";
}

.button-primary:hover {
  color: var(--ink);
  background: var(--white);
  border-color: var(--ink);
}

.button-invert {
  color: var(--ink);
  background: var(--white);
}

.button-invert:hover {
  color: var(--white);
  background: var(--blue);
}

.section {
  position: relative;
  padding: 140px 5vw;
  overflow: hidden;
}

.section > * {
  width: var(--page);
  margin-right: auto;
  margin-left: auto;
}

.section-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.section-head::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 72px;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-blue) 0 33.333%, var(--brand-red) 33.333% 66.666%, var(--brand-green) 66.666%);
  content: "";
}

.dark-section {
  isolation: isolate;
  color: var(--white);
  background:
    radial-gradient(circle at 91% 2%, rgba(240, 68, 63, 0.13), transparent 18%),
    radial-gradient(circle at 99% 35%, rgba(89, 196, 63, 0.1), transparent 24%),
    radial-gradient(circle at 77% 17%, rgba(77, 143, 198, 0.26), transparent 34%),
    radial-gradient(circle at 4% 104%, rgba(45, 93, 143, 0.18), transparent 38%),
    linear-gradient(128deg, #06111e 0%, #0c2540 50%, #071827 100%);
}

.dark-section::after {
  position: absolute;
  z-index: 0;
  top: -28%;
  right: -14%;
  width: min(86vw, 1380px);
  min-height: 620px;
  aspect-ratio: 1.65 / 1;
  background:
    radial-gradient(
      ellipse 58% 35% at 52% 50%,
      transparent 60%,
      rgba(156, 207, 237, 0.24) 60.25%,
      rgba(96, 163, 207, 0.08) 61.4%,
      transparent 63.5%
    ),
    radial-gradient(
      ellipse 40% 57% at 70% 52%,
      transparent 61%,
      rgba(230, 242, 250, 0.12) 61.25%,
      rgba(96, 163, 207, 0.04) 62.4%,
      transparent 64.5%
    ),
    linear-gradient(
      116deg,
      transparent 22%,
      rgba(90, 155, 200, 0.02) 38%,
      rgba(137, 194, 228, 0.13) 44%,
      rgba(255, 255, 255, 0.025) 49%,
      transparent 57%
    );
  content: "";
  opacity: 0.9;
  pointer-events: none;
  transform: rotate(-13deg);
}

.dark-section > * {
  position: relative;
  z-index: 1;
}

.dark-section .section-head {
  border-color: var(--line-dark);
}

/* A visual checkpoint between the principle and the operating streams */
.decision-gate {
  position: relative;
  padding: 0 5vw clamp(84px, 9vw, 144px);
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.decision-gate__frame {
  position: relative;
  display: flex;
  align-items: stretch;
  width: var(--page);
  min-height: clamp(620px, 55vw, 820px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: #081321;
  box-shadow: 0 42px 110px rgba(1, 8, 18, 0.42);
}

.decision-gate__media {
  position: absolute;
  inset: 0;
}

.decision-gate__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 19, 33, 0.99) 0%, rgba(8, 19, 33, 0.92) 26%, rgba(8, 19, 33, 0.38) 53%, rgba(8, 19, 33, 0.04) 76%),
    linear-gradient(0deg, rgba(8, 19, 33, 0.8) 0%, transparent 30%);
  content: "";
}

.decision-gate__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.decision-gate__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(57%, 800px);
  padding: clamp(48px, 6vw, 96px);
}

.decision-gate__kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 clamp(36px, 5vw, 74px);
  color: rgba(255, 255, 255, 0.64);
  font: 500 10px/1.4 var(--mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.decision-gate__kicker span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}

.decision-gate__kicker b {
  color: var(--blue-light);
  font-weight: 500;
}

.decision-gate__copy h2 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(48px, 5.2vw, 82px);
  line-height: 0.96;
}

.decision-gate__copy h2 em {
  color: #77a9e2;
}

.decision-gate__lead {
  max-width: 610px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.65;
}

.decision-gate__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: clamp(46px, 6vw, 86px) 0 0;
  padding: 0;
  list-style: none;
}

.decision-gate__steps li {
  display: grid;
  gap: 6px;
  padding: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.decision-gate__steps li:first-child {
  padding-left: 0;
  border-left: 0;
}

.decision-gate__steps span,
.decision-gate__steps small,
.decision-gate__break {
  font-family: var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.decision-gate__steps span {
  color: #77a9e2;
  font-size: 9px;
}

.decision-gate__steps strong {
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 650;
}

.decision-gate__steps small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  line-height: 1.45;
}

.decision-gate__wildlife {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.decision-gate__frog {
  position: absolute;
  right: clamp(30px, 2.8vw, 44px);
  bottom: clamp(56px, 4.5vw, 68px);
  width: clamp(122px, 10.4vw, 166px);
  transform-origin: 50% 100%;
  filter: drop-shadow(0 14px 20px rgba(0, 4, 10, 0.42));
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.decision-gate__frog.is-alert {
  transform: translateY(-4px) rotate(-1.4deg);
}

.decision-gate__frog img {
  width: 100%;
  height: auto;
}

.decision-gate__eye {
  position: absolute;
  top: 13.8%;
  width: 17.2%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
}

.decision-gate__eye::after {
  position: absolute;
  z-index: 2;
  inset: -2px;
  border-radius: 50%;
  background: linear-gradient(180deg, #17344f 0%, #0b1d30 68%, #07111f 100%);
  box-shadow: inset 0 -1px rgba(119, 169, 226, 0.34);
  content: "";
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition: transform 70ms ease-in;
}

.decision-gate__frog.is-blinking .decision-gate__eye::after {
  transform: scaleY(1);
}

.decision-gate__eye--left {
  left: 22.2%;
}

.decision-gate__eye--right {
  left: 60.4%;
}

.decision-gate__eye i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38%;
  aspect-ratio: 1;
  border: 1px solid rgba(119, 169, 226, 0.5);
  border-radius: 50%;
  background:
    radial-gradient(circle at 68% 30%, rgba(255, 255, 255, 0.95) 0 8%, transparent 9%),
    radial-gradient(circle at 50% 52%, #07111f 0 54%, #214dff 56% 72%, #07111f 74% 100%);
  box-shadow: 0 1px 4px rgba(0, 4, 10, 0.5);
  transform: translate(-50%, -50%);
  transition: transform 90ms linear;
  will-change: transform;
}

.decision-gate__fly {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  opacity: 0;
  filter: drop-shadow(0 2px 4px rgba(0, 4, 10, 0.7));
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}

.decision-gate__fly::before,
.decision-gate__fly::after {
  position: absolute;
  top: 0;
  width: 9px;
  height: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(119, 169, 226, 0.25));
  clip-path: polygon(50% 0, 100% 42%, 58% 100%, 0 64%);
  content: "";
}

.decision-gate__fly::before {
  left: 0;
  transform: rotate(-26deg);
  transform-origin: 100% 70%;
}

.decision-gate__fly::after {
  right: 0;
  transform: scaleX(-1) rotate(-26deg);
  transform-origin: 0 70%;
}

.decision-gate__fly i {
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 6px;
  width: 7px;
  height: 11px;
  background: linear-gradient(160deg, #77a9e2, #091321 62%);
  clip-path: polygon(50% 0, 100% 30%, 72% 100%, 28% 100%, 0 30%);
}

.decision-gate__fly.is-flying::before {
  animation: decision-fly-wing-left 70ms ease-in-out infinite alternate;
}

.decision-gate__fly.is-flying::after {
  animation: decision-fly-wing-right 70ms ease-in-out infinite alternate-reverse;
}

@keyframes decision-fly-wing-left {
  to {
    transform: rotate(-10deg) scaleY(0.55);
  }
}

@keyframes decision-fly-wing-right {
  to {
    transform: scaleX(-1) rotate(-10deg) scaleY(0.55);
  }
}

.decision-gate__break {
  position: absolute;
  z-index: 3;
  right: clamp(20px, 2.5vw, 40px);
  bottom: clamp(20px, 2.5vw, 40px);
  display: grid;
  gap: 5px;
  min-width: 180px;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.62);
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: rgba(8, 19, 33, 0.7);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
  cursor: pointer;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.decision-gate__break span {
  font-size: 8px;
}

.decision-gate__break strong {
  color: var(--white);
  font-size: 10px;
  font-weight: 500;
  transition: color 180ms ease, letter-spacing 180ms ease;
}

.decision-gate__break.is-wildlife-active {
  color: var(--blue-light);
  border-color: rgba(119, 169, 226, 0.76);
  background: rgba(19, 44, 75, 0.9);
  animation: decision-break-prompt 920ms ease-in-out infinite;
}

.decision-gate__break.is-wildlife-active strong {
  color: #dcecff;
  letter-spacing: 0.12em;
}

.decision-gate__break:hover,
.decision-gate__break:focus-visible {
  color: var(--blue-light);
  border-color: rgba(119, 169, 226, 0.7);
  background: rgba(19, 44, 75, 0.86);
  transform: translateY(-2px);
}

.decision-gate__break:focus-visible {
  outline: 2px solid var(--blue-light);
  outline-offset: 4px;
}

@keyframes decision-break-prompt {
  0%, 100% {
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.06), 0 0 0 0 rgba(119, 169, 226, 0);
  }

  50% {
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 0 0 7px rgba(119, 169, 226, 0.11), 0 10px 28px rgba(33, 77, 255, 0.2);
  }
}

@media (max-width: 980px) {
  .decision-gate__copy {
    width: 66%;
    padding: 48px;
  }

  .decision-gate__copy h2 {
    font-size: clamp(44px, 6.6vw, 64px);
  }

  .decision-gate__lead {
    max-width: 520px;
  }
}

h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 5.4vw, 86px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

h2 em {
  color: var(--blue);
  letter-spacing: -0.055em;
}

.lead-copy {
  font-size: clamp(18px, 1.55vw, 25px);
  line-height: 1.45;
  letter-spacing: -0.035em;
}

.statement-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
  gap: clamp(50px, 8vw, 140px);
  align-items: end;
  margin-top: 80px;
}

.statement-grid.compact {
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
}

.statement-copy p:last-child,
.inventory-copy > p,
.developer-copy > p:not(.big-quote),
.result-intro > p {
  margin-bottom: 0;
  color: #4c4d4b;
  line-height: 1.75;
}

.statement-copy .lead-copy {
  margin-bottom: 28px;
  color: var(--ink);
  line-height: 1.5;
}

/* Hero */
.hero {
  position: relative;
  height: 100svh;
  min-height: min(680px, 100svh);
  overflow: clip;
  color: var(--white);
  background: var(--ink);
  isolation: isolate;
  --hero-progress: 0;
}

.hero-sticky {
  position: relative;
  height: 100svh;
  min-height: min(680px, 100svh);
  padding: 0 5vw;
  overflow: hidden;
  background: #10243d;
  isolation: isolate;
}

.hero-sticky::before {
  position: absolute;
  z-index: 5;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  content: "";
  opacity: 0.12;
  pointer-events: none;
  mix-blend-mode: screen;
}

.hero-sticky::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 36, 61, 0.92) 0%, rgba(16, 36, 61, 0.34) 40%, rgba(16, 36, 61, 0.12) 70%, rgba(16, 36, 61, 0.48) 100%),
    linear-gradient(0deg, rgba(16, 36, 61, 0.9) 0%, transparent 35%, rgba(16, 36, 61, 0.3) 100%);
  content: "";
  pointer-events: none;
}

.topbar {
  position: absolute;
  z-index: 30;
  top: 14px;
  right: 5vw;
  left: 5vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 64px;
  padding: 0 16px;
  border: 1px solid rgba(225, 239, 249, 0.18);
  border-radius: 14px;
  background: rgba(7, 22, 37, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 50px rgba(2, 9, 18, 0.18);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
  backdrop-filter: blur(22px) saturate(130%);
}

.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  width: fit-content;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-logo {
  flex: 0 0 auto;
  width: 68px;
  height: 33px;
  padding: 4px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.94);
  object-fit: contain;
}

.topbar-links {
  display: flex;
  gap: clamp(18px, 3vw, 50px);
  color: rgba(248, 246, 239, 0.62);
  font-size: 10px;
}

.topbar-links a,
.nav-cta {
  transition: color 160ms ease;
}

.topbar-links a:hover,
.nav-cta:hover {
  color: #fff;
}

.nav-cta {
  justify-self: end;
  font-size: 10px;
}

.nav-cta span {
  margin-left: 18px;
  color: var(--brand-green);
  font-size: 16px;
}

.hero-grid {
  position: absolute;
  z-index: 3;
  inset: 86px 5vw 0;
  border-right: 1px solid rgba(248, 246, 239, 0.1);
  border-left: 1px solid rgba(248, 246, 239, 0.1);
  background-image:
    linear-gradient(rgba(248, 246, 239, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 246, 239, 0.08) 1px, transparent 1px);
  background-size: 100% 25%, 25% 100%;
}

.hero-orbit {
  position: absolute;
  z-index: 4;
  top: 17%;
  right: -1vw;
  width: min(50vw, 800px);
  aspect-ratio: 1;
  border: 1px solid rgba(156, 194, 230, 0.35);
  border-radius: 50%;
  opacity: calc(0.2 + var(--hero-progress) * 0.55);
  pointer-events: none;
  transform: rotate(calc(var(--hero-progress) * 140deg)) scale(calc(0.9 + var(--hero-progress) * 0.24));
  transition: opacity 120ms linear;
}

.hero-orbit::after,
.hero-orbit::before {
  position: absolute;
  content: "";
}

.hero-orbit::before {
  inset: 18%;
  border: 1px dashed rgba(248, 246, 239, 0.18);
  border-radius: inherit;
}

.hero-orbit::after {
  top: -5px;
  left: 48%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand-red);
  box-shadow: 0 0 18px var(--brand-red);
}

.hero-media {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  background: #10243d;
}

.hero-media::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: radial-gradient(circle at 57% 52%, transparent 0%, rgba(16, 36, 61, 0.12) 43%, rgba(16, 36, 61, 0.6) 100%);
  content: "";
  pointer-events: none;
}

.hero-media-fallback,
.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: contrast(1.04) saturate(0.86) brightness(1.04);
  transform: scale(1.025);
  transition: opacity 180ms ease;
  will-change: opacity;
}

.hero-media-fallback {
  object-fit: cover;
  object-position: center center;
}

.hero-canvas {
  opacity: 0;
}

.hero-media.is-ready .hero-canvas {
  opacity: 1;
}

.hero-media.is-ready .hero-media-fallback {
  opacity: 0;
}

.hero-content {
  position: absolute;
  z-index: 10;
  top: 86px;
  right: 5vw;
  bottom: 82px;
  left: 5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: auto;
  opacity: var(--scene-opacity, 1);
  pointer-events: var(--scene-pointer, auto);
  transform: translate3d(0, var(--scene-y, 0), 0) scale(var(--scene-scale, 1));
  transform-origin: left center;
  will-change: opacity, transform;
}

.hero-content h1 {
  display: flex;
  flex-direction: column;
  margin: 20px 0 40px;
  font-size: clamp(68px, 10.6vw, 166px);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.085em;
  text-shadow: 0 12px 55px rgba(0, 0, 0, 0.48);
  text-transform: uppercase;
}

.hero-content h1 > span:last-child {
  margin-top: 0.24em;
  font-size: 0.56em;
  letter-spacing: -0.075em;
}

.hero-content h1 em {
  color: var(--brand-blue);
  font-size: 1.08em;
  letter-spacing: -0.06em;
}

.hero-outline {
  color: rgba(255, 255, 255, 0.96);
  -webkit-text-stroke: 0;
  text-shadow: 0 0 45px rgba(0, 0, 0, 0.45);
}

.hero-r7 {
  position: relative;
  display: inline-block;
  color: var(--white);
  font-weight: inherit;
  -webkit-text-stroke: 0;
}

.hero-r7::after {
  position: absolute;
  right: 0.04em;
  bottom: -0.055em;
  left: 0.08em;
  height: 0.035em;
  background: linear-gradient(90deg, var(--brand-blue) 0 33.333%, var(--brand-red) 33.333% 66.666%, var(--brand-green) 66.666%);
  content: "";
}

.hero-statement {
  max-width: 590px;
  margin-bottom: 30px;
}

.hero-statement p {
  margin-bottom: 9px;
  color: rgba(248, 246, 239, 0.62);
  font-size: 15px;
  line-height: 1.7;
}

.hero-statement .hero-lead {
  color: var(--white);
  font-size: clamp(20px, 1.55vw, 27px);
  font-weight: 600;
  letter-spacing: -0.035em;
}

.hero-scenes {
  position: absolute;
  z-index: 11;
  inset: 86px 0 70px;
  pointer-events: none;
}

.hero-scene {
  position: absolute;
  top: 50%;
  left: 5vw;
  width: min(72vw, 1120px);
  opacity: var(--scene-opacity, 0);
  transform: translate3d(0, calc(-50% + var(--scene-y, 34px)), 0) scale(var(--scene-scale, 0.985));
  transform-origin: left center;
  will-change: opacity, transform;
}

.hero-scene h2 {
  max-width: 1050px;
  margin: 13px 0 28px;
  color: var(--white);
  font-size: clamp(62px, 8.1vw, 132px);
  line-height: 0.9;
  letter-spacing: -0.07em;
  text-shadow: 0 12px 55px rgba(0, 0, 0, 0.65);
}

.hero-scene h2 em {
  color: var(--brand-blue);
}

.hero-scene-right h2 em {
  color: var(--brand-red);
}

.hero-scene-final h2 em {
  color: var(--brand-green);
}

.hero-scene > p:not(.hero-scene-index) {
  max-width: 520px;
  margin: 0;
  color: rgba(248, 246, 239, 0.72);
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.65;
  letter-spacing: -0.025em;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.9);
}

.hero-scene-index {
  margin: 0;
  color: rgba(248, 246, 239, 0.5);
  font: 10px var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-scene-right {
  right: 5vw;
  left: auto;
  text-align: right;
  transform-origin: right center;
}

.hero-scene-right h2,
.hero-scene-right > p:not(.hero-scene-index) {
  margin-left: auto;
}

.hero-scene-final {
  top: auto;
  bottom: 9vh;
  transform: translate3d(0, var(--scene-y, 34px), 0) scale(var(--scene-scale, 0.985));
}

.hero-scene-final h2 {
  font-size: clamp(58px, 7.4vw, 120px);
}

.hero-text-link {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  margin-top: 26px;
  color: var(--white);
  font: 500 10px var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: auto;
}

.hero-text-link span {
  color: var(--blue-light);
  font-size: 18px;
  transition: transform 180ms ease;
}

.hero-text-link:hover span {
  transform: translate(3px, 3px);
}

.hero-metrics {
  position: absolute;
  z-index: 15;
  right: 5vw;
  bottom: 54px;
  display: flex;
  border: 1px solid rgba(248, 246, 239, 0.24);
  border-radius: 10px;
  background: rgba(10, 29, 48, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 18px 50px rgba(2, 9, 18, 0.2);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
  backdrop-filter: blur(22px) saturate(130%);
  opacity: var(--intro-opacity, 1);
  transform: translateY(var(--intro-y, 0));
  will-change: opacity, transform;
}

.hero-metrics > div {
  display: flex;
  flex-direction: column;
  min-width: 120px;
  padding: 14px 17px;
}

.hero-metrics > div + div {
  border-left: 1px solid rgba(248, 246, 239, 0.24);
}

.hero-metrics strong {
  color: var(--white);
  font: 400 25px var(--mono);
}

.hero-metrics > div:nth-child(1) strong { color: var(--brand-blue); }
.hero-metrics > div:nth-child(2) strong { color: var(--brand-red); }
.hero-metrics > div:nth-child(3) strong { color: var(--brand-green); }

.hero-metrics span {
  color: rgba(248, 246, 239, 0.48);
  font: 9px var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-scroll-ui {
  position: absolute;
  z-index: 18;
  right: 5vw;
  bottom: 28px;
  left: 5vw;
  display: grid;
  grid-template-columns: 170px 1fr 60px;
  gap: 20px;
  align-items: center;
  color: rgba(248, 246, 239, 0.48);
  font: 8px var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-scroll-ui i {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: rgba(248, 246, 239, 0.2);
}

.hero-scroll-ui i b {
  position: absolute;
  inset: 0;
  background: var(--blue-light);
  transform: scaleX(var(--hero-progress));
  transform-origin: left center;
}

.hero-scroll-ui > span:last-child {
  color: rgba(248, 246, 239, 0.72);
  text-align: right;
}

.hero-exit-transition {
  position: fixed;
  z-index: 800;
  inset: 0;
  display: grid;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(240, 68, 63, 0.78), transparent 25%),
    radial-gradient(circle at 11% 92%, rgba(89, 196, 63, 0.68), transparent 28%),
    linear-gradient(135deg, var(--brand-blue), #4387ce 68%, #326ca8);
  pointer-events: none;
  visibility: hidden;
  will-change: transform;
  place-items: center;
}

.hero-exit-transition::before,
.hero-exit-transition::after {
  position: absolute;
  inset: 0;
  content: "";
}

.hero-exit-transition::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px);
  background-size: 25% 25%;
}

.hero-exit-transition::after {
  background:
    radial-gradient(circle at 72% 45%, rgba(255, 255, 255, 0.28), transparent 18%),
    linear-gradient(115deg, transparent 45%, rgba(255, 255, 255, 0.08) 45.2%, transparent 45.5%);
}

.hero-exit-copy {
  position: relative;
  z-index: 1;
  width: var(--page);
}

.hero-exit-copy > p {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 0 0 34px;
  font: 500 10px var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-exit-copy > p b {
  font-size: 18px;
  font-weight: 400;
}

.hero-exit-copy > strong {
  display: block;
  max-width: 1120px;
  font-size: clamp(68px, 9.2vw, 150px);
  font-weight: 650;
  line-height: 0.84;
  letter-spacing: -0.085em;
}

.hero-exit-copy > strong em {
  color: rgba(255, 255, 255, 0.76);
}

.hero-exit-index {
  position: absolute;
  right: 0;
  bottom: -0.12em;
  color: transparent;
  font: 500 clamp(170px, 26vw, 430px)/0.7 var(--mono);
  letter-spacing: -0.12em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.28);
}

/* Task */
.task {
  background:
    radial-gradient(circle at 90% 22%, rgba(78, 127, 190, 0.1), transparent 24%),
    var(--paper);
}

.task::before,
.task::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.task::before {
  top: -18vw;
  right: -17vw;
  width: min(58vw, 900px);
  aspect-ratio: 1;
  border: 1px solid rgba(78, 127, 190, 0.22);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.58);
}

.task::after {
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-blue) 0 33.333%, var(--brand-red) 33.333% 66.666%, var(--brand-green) 66.666%);
  transform: scaleX(0);
  transform-origin: left center;
}

.task > * {
  position: relative;
  z-index: 1;
}

.task.is-entering::before {
  animation: task-orbit-in 1500ms cubic-bezier(0.18, 0.78, 0.18, 1) both;
}

.task.is-entering::after {
  animation: task-line-in 1100ms cubic-bezier(0.18, 0.78, 0.18, 1) both;
}

@keyframes task-orbit-in {
  0% { opacity: 0; transform: scale(0.58) rotate(-24deg); }
  55% { opacity: 0.85; }
  100% { opacity: 0.32; transform: scale(1) rotate(0); }
}

@keyframes task-line-in {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

.friction-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 110px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.friction-grid article {
  min-height: 365px;
  padding: 22px 20px 25px;
}

.friction-grid article + article {
  border-left: 1px solid var(--line);
}

.card-index {
  color: var(--muted);
  font-size: 10px;
}

.friction-grid h3 {
  margin: 30px 0 10px;
  font-size: clamp(23px, 2vw, 34px);
  font-weight: 600;
  letter-spacing: -0.055em;
}

.friction-grid p {
  max-width: 230px;
  margin: 0;
  color: #626360;
  font-size: 13px;
  line-height: 1.6;
}

.friction-mark {
  position: relative;
  height: 140px;
  margin: 32px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 28px 28px;
}

.friction-mark i {
  position: absolute;
  display: block;
}

.mark-local i {
  width: 24px;
  height: 24px;
  border: 1px solid var(--ink);
}

.mark-local i:nth-child(1) { top: 30px; left: 25%; }
.mark-local i:nth-child(2) { top: 58px; left: 45%; background: var(--blue); border-color: var(--blue); }
.mark-local i:nth-child(3) { top: 82px; left: 67%; }

.mark-hidden i {
  top: 30px;
  left: calc(50% - 39px);
  width: 78px;
  height: 78px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 0 13px var(--paper), 0 0 0 14px var(--line);
}

.mark-hidden i::after {
  position: absolute;
  inset: 24px;
  border-radius: inherit;
  background: var(--brand-red);
  content: "";
}

.mark-untested i:nth-child(1) {
  top: 25px;
  right: 20px;
  bottom: 25px;
  left: 20px;
  border: 1px dashed var(--ink);
  transform: skewX(-18deg);
}

.mark-untested i:nth-child(2) {
  top: 56px;
  left: calc(50% - 14px);
  width: 28px;
  height: 28px;
  background: var(--brand-red);
  transform: rotate(45deg);
}

.mark-effect {
  display: flex;
  align-items: end;
  gap: 8px;
  padding: 25px;
}

.mark-effect i {
  position: static;
  flex: 1;
  height: 22%;
  background: var(--ink);
}

.mark-effect i:nth-child(2) { height: 42%; }
.mark-effect i:nth-child(3) { height: 68%; }
.mark-effect i:nth-child(4) { height: 92%; background: var(--brand-green); }

.task-manifesto {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 40px;
  margin-top: 34px;
}

.task-manifesto span {
  color: var(--muted);
  font: 10px var(--mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.task-manifesto strong {
  font-size: clamp(19px, 2vw, 33px);
  letter-spacing: -0.05em;
}

/* Principle */
.principle::before {
  z-index: 0;
  position: absolute;
  top: 4%;
  right: -12vw;
  width: min(58vw, 930px);
  aspect-ratio: 1;
  border: 1px solid rgba(185, 218, 241, 0.22);
  border-radius: 50%;
  background: transparent;
  content: "";
}

.principle-title {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 8vw;
  align-items: end;
  margin-top: 80px;
}

.principle-title p {
  margin: 0;
  color: rgba(248, 246, 239, 0.58);
  font-size: 16px;
  line-height: 1.75;
}

.questions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 96px;
  overflow: hidden;
  border: 1px solid rgba(219, 237, 250, 0.17);
  border-radius: 22px;
  background: rgba(225, 240, 250, 0.045);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 28px 80px rgba(3, 12, 24, 0.26);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
  backdrop-filter: blur(22px) saturate(130%);
}

.questions article {
  min-height: 180px;
  padding: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.008));
  transition: background 180ms ease;
}

.questions article + article {
  border-left: 1px solid rgba(219, 237, 250, 0.14);
}

.questions article:hover {
  background: linear-gradient(145deg, rgba(205, 231, 248, 0.11), rgba(255, 255, 255, 0.025));
}

.questions span {
  color: var(--blue-light);
  font: 10px var(--mono);
}

.questions p {
  margin: 55px 0 0;
  color: rgba(248, 246, 239, 0.62);
  font-size: 15px;
}

.questions strong {
  display: block;
  color: var(--white);
  font-size: 21px;
  letter-spacing: -0.04em;
}

.method {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 80px;
  padding: 30px 28px 26px;
  border: 1px solid rgba(219, 237, 250, 0.14);
  border-radius: 18px;
  background: rgba(225, 240, 250, 0.035);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 20px 60px rgba(3, 12, 24, 0.18);
  list-style: none;
  counter-reset: none;
  -webkit-backdrop-filter: blur(16px) saturate(125%);
  backdrop-filter: blur(16px) saturate(125%);
}

.method li {
  position: relative;
  min-width: 0;
  padding-top: 28px;
  border-top: 2px solid rgba(248, 246, 239, 0.3);
}

.method li::before {
  position: absolute;
  top: -6px;
  left: 0;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ink);
  border: 2px solid var(--blue);
  content: "";
}

.method span {
  display: block;
  margin-bottom: 9px;
  color: rgba(248, 246, 239, 0.35);
  font: 9px var(--mono);
}

.method strong {
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 500;
}

.decision-line {
  display: flex;
  gap: 45px;
  margin-top: 40px;
  padding: 18px 22px;
  border: 1px solid rgba(219, 237, 250, 0.13);
  border-radius: 14px;
  background: rgba(225, 240, 250, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  color: rgba(248, 246, 239, 0.55);
  font: 10px var(--mono);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  backdrop-filter: blur(14px) saturate(120%);
}

.decision-line p {
  margin: 0;
}

.decision-line p:last-child {
  margin-left: auto;
}

.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
}

.status-go { background: var(--brand-green); box-shadow: 0 0 9px var(--brand-green); }
.status-stop { background: var(--brand-red); box-shadow: 0 0 9px rgba(240, 68, 63, 0.75); }

/* Streams */
.streams-section {
  background: var(--paper-deep);
}

.streams {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 90px;
}

.stream-card {
  --stream-accent: var(--brand-blue);
  position: relative;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 18px 52px rgba(31, 55, 82, 0.09);
  transition: background 240ms ease, box-shadow 240ms ease, transform 240ms ease;
  -webkit-backdrop-filter: blur(20px) saturate(125%);
  backdrop-filter: blur(20px) saturate(125%);
}

.stream-find { --stream-accent: var(--brand-blue); }
.stream-build { --stream-accent: var(--brand-red); }
.stream-prove { --stream-accent: var(--brand-green); }

.stream-card::before {
  position: absolute;
  top: -1px;
  right: 20px;
  left: 20px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: var(--stream-accent);
  content: "";
}

.stream-card:hover {
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    inset 0 1px 0 #fff,
    0 24px 64px rgba(31, 55, 82, 0.15);
  transform: translateY(-4px);
}

.stream-card:hover p,
.stream-card:hover .stream-top,
.stream-card:hover footer span {
  color: var(--muted);
}

.stream-card:hover footer {
  border-color: var(--line);
}

.stream-top {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 10px;
}

.stream-top span,
.stream-top small {
  color: var(--stream-accent);
}

.stream-top small {
  font: inherit;
}

.stream-visual {
  position: relative;
  height: 240px;
  margin: 25px 0 40px;
  overflow: hidden;
  color: var(--stream-accent);
  border: 1px solid currentColor;
  border-radius: 14px;
  background:
    radial-gradient(circle at 22% 18%, rgba(78, 127, 190, 0.13), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(231, 239, 247, 0.56));
}

.stream-visual i,
.stream-visual b {
  position: absolute;
  display: block;
}

.visual-find i {
  width: 38px;
  height: 38px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.visual-find i:nth-child(1) { top: 38px; left: 18%; }
.visual-find i:nth-child(2) { top: 126px; left: 28%; }
.visual-find i:nth-child(3) { top: 70px; right: 24%; }
.visual-find i:nth-child(4) { right: 15%; bottom: 27px; }

.visual-find b {
  top: calc(50% - 27px);
  left: calc(50% - 27px);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--stream-accent);
  box-shadow: 0 0 0 12px color-mix(in srgb, var(--stream-accent) 18%, transparent);
}

.visual-build i {
  top: 50%;
  width: 56px;
  height: 56px;
  background: currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.visual-build i:nth-child(1) { left: 13%; opacity: 0.22; }
.visual-build i:nth-child(2) { left: calc(50% - 28px); opacity: 0.6; }
.visual-build i:nth-child(3) { right: 13%; }

.visual-build b {
  top: 50%;
  left: 17%;
  width: 66%;
  height: 2px;
  background: var(--stream-accent);
}

.visual-prove i:first-child {
  top: 32px;
  bottom: 32px;
  left: calc(50% - 1px);
  width: 1px;
  background: currentColor;
  transform: rotate(30deg);
}

.visual-prove i:nth-child(2) {
  top: calc(50% - 54px);
  left: calc(50% - 54px);
  width: 108px;
  height: 108px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.visual-prove b {
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  width: 36px;
  height: 36px;
  background: var(--stream-accent);
  transform: rotate(45deg);
}

.stream-card h3 {
  margin: 0 0 18px;
  font-size: clamp(46px, 5vw, 82px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.09em;
}

.stream-card > p {
  min-height: 74px;
  margin-bottom: 40px;
  color: #5d5e5b;
  font-size: 13px;
  line-height: 1.7;
}

.stream-card footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.stream-card footer span {
  color: var(--muted);
  font: 9px var(--mono);
  text-transform: uppercase;
}

.stream-card footer strong {
  font-size: 11px;
  font-weight: 600;
  text-align: right;
}

/* Plan */
.plan-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 8vw;
  align-items: end;
  margin-top: 80px;
}

.plan-intro > div p:last-child {
  margin: 0;
  color: rgba(248, 246, 239, 0.55);
  line-height: 1.7;
}

.plan-intro .lead-copy {
  margin-bottom: 22px;
  color: var(--white);
}

.timeline {
  margin-top: 105px;
  overflow: hidden;
  border: 1px solid rgba(219, 237, 250, 0.15);
  border-radius: 22px;
  background: rgba(225, 240, 250, 0.035);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 80px rgba(3, 12, 24, 0.22);
  -webkit-backdrop-filter: blur(20px) saturate(125%);
  backdrop-filter: blur(20px) saturate(125%);
}

.timeline article {
  --week-accent: var(--brand-blue);
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) minmax(180px, 0.34fr);
  gap: 30px;
  align-items: center;
  min-height: 190px;
  padding: 0 24px;
  border-bottom: 1px solid var(--line-dark);
  transition: background 180ms ease, padding 180ms ease;
}

.timeline article:nth-child(2) { --week-accent: var(--brand-red); }
.timeline article:nth-child(3) { --week-accent: var(--brand-green); }
.timeline article:nth-child(4) { --week-accent: var(--brand-blue); }

.timeline article:last-child {
  border-bottom: 0;
}

.timeline article:hover {
  padding: 0 24px;
  background: rgba(201, 229, 248, 0.075);
}

.week-index {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-self: stretch;
  justify-content: space-between;
  padding: 24px 0;
  border-right: 1px solid var(--line-dark);
  box-shadow: inset 3px 0 0 var(--week-accent);
  color: rgba(248, 246, 239, 0.36);
  font-size: 9px;
}

.week-index b {
  color: var(--week-accent);
  font-weight: 400;
}

.week-main small {
  color: rgba(248, 246, 239, 0.38);
  font-size: 9px;
}

.week-main h3 {
  margin: 4px 0 12px;
  font-size: clamp(38px, 5vw, 76px);
  line-height: 1;
  letter-spacing: -0.085em;
}

.week-main p {
  max-width: 720px;
  margin: 0;
  color: rgba(248, 246, 239, 0.55);
  font-size: 13px;
  line-height: 1.6;
}

.week-output {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-self: end;
  width: 100%;
  padding-left: 24px;
  border-left: 1px solid var(--line-dark);
}

.week-output span {
  color: rgba(248, 246, 239, 0.35);
  font-size: 8px;
}

.week-output strong {
  font-size: 13px;
  font-weight: 500;
}

/* Operating model */
.operating {
  background:
    linear-gradient(135deg, rgba(78, 127, 190, 0.06) 0, rgba(78, 127, 190, 0) 38%),
    var(--paper);
}

.operating-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 8vw;
  align-items: end;
  margin-top: 80px;
}

.operating-intro .lead-copy {
  margin-bottom: 22px;
}

.operating-intro > div p:last-child {
  margin: 0;
  color: #4c4d4b;
  line-height: 1.7;
}

.role-matrix {
  margin-top: 90px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  box-shadow: 0 20px 60px rgba(22, 43, 70, 0.1);
}

.role-matrix table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.role-matrix th,
.role-matrix td {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.role-matrix tr > *:last-child {
  border-right: 0;
}

.role-matrix tbody tr:last-child > * {
  border-bottom: 0;
}

.role-matrix thead th {
  height: 64px;
  padding: 16px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 400;
  text-align: left;
}

.role-matrix thead th:first-child {
  width: 19%;
  color: rgba(248, 246, 239, 0.55);
  background: var(--ink);
}

.role-matrix thead span {
  display: block;
  margin-bottom: 5px;
  color: var(--blue);
}

.role-matrix tbody th {
  width: 19%;
  padding: 22px 18px;
  color: var(--white);
  background: var(--ink);
  text-align: left;
}

.role-matrix tbody th span,
.role-matrix tbody th small {
  display: block;
  color: rgba(248, 246, 239, 0.42);
  font-size: 8px;
  font-weight: 400;
}

.role-matrix tbody th strong {
  display: block;
  margin: 48px 0 8px;
  font-family: var(--sans);
  font-size: clamp(19px, 1.5vw, 25px);
  font-weight: 600;
  letter-spacing: -0.045em;
  text-transform: none;
}

.role-matrix td {
  position: relative;
  height: 230px;
  padding: 22px 18px 50px;
  transition: background 180ms ease;
}

.role-matrix td:hover {
  background: var(--white);
}

.role-matrix td p {
  margin: 0;
  color: #4c4d4b;
  font-size: 12px;
  line-height: 1.6;
}

.role-matrix td > strong {
  position: absolute;
  right: 18px;
  bottom: 20px;
  left: 18px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.role-matrix td.is-owner,
.role-matrix td.is-owner:hover {
  color: #fff;
  background: var(--blue);
}

.role-matrix tbody tr:nth-child(3) td.is-owner,
.role-matrix tbody tr:nth-child(3) td.is-owner:hover {
  background: var(--brand-red);
}

.role-matrix tbody tr:nth-child(4) td.is-owner,
.role-matrix tbody tr:nth-child(4) td.is-owner:hover {
  background: var(--brand-green);
}

.role-matrix td.is-owner p {
  color: rgba(255, 255, 255, 0.78);
}

.role-matrix td.is-owner > strong {
  border-color: rgba(255, 255, 255, 0.3);
}

.owner-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 8px;
  color: var(--blue);
  background: #fff;
  font-size: 7px;
}

.role-matrix tbody tr:nth-child(3) .owner-label { color: var(--brand-red); }
.role-matrix tbody tr:nth-child(4) .owner-label { color: var(--brand-green); }

.cadence {
  display: grid;
  grid-template-columns: 1.15fr repeat(4, 1fr);
  margin-top: 100px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.cadence > * {
  min-height: 190px;
  padding: 22px 18px;
}

.cadence > * + * {
  border-left: 1px solid var(--line);
}

.cadence-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
  background: var(--ink);
}

.cadence-title span,
.cadence article > span {
  color: var(--muted);
  font-size: 8px;
}

.cadence-title strong {
  font-family: var(--sans);
  font-size: 21px;
  line-height: 1.05;
  letter-spacing: -0.05em;
  text-transform: none;
}

.cadence article strong {
  display: block;
  margin: 55px 0 10px;
  font-family: var(--sans);
  font-size: 16px;
  text-transform: none;
}

.cadence article p {
  margin: 0;
  color: #4c4d4b;
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.5;
  text-transform: none;
}

/* Inventory */
.inventory {
  background:
    linear-gradient(90deg, transparent 50%, rgba(78, 127, 190, 0.045) 50%),
    var(--paper);
}

.inventory-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 0.75fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: center;
  margin-top: 85px;
}

.inventory-copy h2 {
  margin-bottom: 36px;
  font-size: clamp(43px, 5.2vw, 82px);
}

.inventory-copy > .lead-copy {
  margin-bottom: 45px;
  color: var(--ink);
}

.inventory-steps {
  margin: 0 0 40px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.inventory-steps li {
  display: grid;
  grid-template-columns: 43px 1fr;
  gap: 12px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.inventory-steps span {
  color: var(--blue);
  font: 10px var(--mono);
}

.inventory-steps p {
  margin: 0;
  color: #5d5e5b;
  font-size: 13px;
  line-height: 1.6;
}

.inventory-steps strong {
  color: var(--ink);
  font-weight: 600;
}

.copy-button.is-copied {
  color: var(--ink);
  background: var(--white);
  border-color: var(--ink);
}

.privacy-note {
  max-width: 500px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.6;
}

.privacy-note span {
  margin-right: 6px;
  color: var(--blue);
}

.inventory-panel {
  position: relative;
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 22px 70px rgba(22, 43, 70, 0.18);
}

.panel-bar {
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line-dark);
  color: rgba(248, 246, 239, 0.48);
  font-size: 8px;
}

.panel-bar span:last-child {
  color: var(--blue-light);
}

.scan-map {
  position: relative;
  height: 420px;
  overflow: hidden;
  background-image:
    linear-gradient(rgba(248, 246, 239, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 246, 239, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
}

.scan-ring,
.scan-core,
.scan-node {
  position: absolute;
}

.scan-ring {
  top: 50%;
  left: 50%;
  border: 1px solid rgba(248, 246, 239, 0.24);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ring-one {
  width: 260px;
  height: 260px;
}

.ring-two {
  width: 150px;
  height: 150px;
  border-style: dashed;
  border-color: var(--blue-light);
  animation: scan-spin 18s linear infinite;
}

@keyframes scan-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.scan-core {
  top: 50%;
  left: 50%;
  display: grid;
  width: 62px;
  height: 62px;
  color: #fff;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 45px rgba(78, 127, 190, 0.55);
  font: 9px var(--mono);
  transform: translate(-50%, -50%);
  place-items: center;
}

.scan-node {
  padding: 7px 9px;
  border: 1px solid rgba(248, 246, 239, 0.35);
  background: var(--ink);
  font: 7px var(--mono);
  font-style: normal;
}

.scan-node::after {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

.node-two::after,
.node-five::after { background: var(--brand-red); }

.node-three::after,
.node-four::after { background: var(--brand-green); }

.node-one { top: 12%; left: 22%; }
.node-two { top: 22%; right: 10%; }
.node-three { right: 13%; bottom: 20%; }
.node-four { bottom: 13%; left: 18%; }
.node-five { top: 45%; left: 6%; }
.node-one::after, .node-four::after, .node-five::after { top: 9px; right: -4px; }
.node-two::after, .node-three::after { top: 9px; left: -4px; }

.report-preview {
  border-top: 1px solid var(--line-dark);
}

.report-preview > div {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 15px;
  padding: 13px 16px;
  border-bottom: 1px solid var(--line-dark);
  align-items: center;
}

.report-preview span,
.report-preview b {
  color: rgba(248, 246, 239, 0.34);
  font: 8px var(--mono);
}

.report-preview p {
  margin: 0;
  font-size: 11px;
}

.report-preview b {
  color: var(--blue-light);
  font-weight: 400;
}

.panel-caption {
  margin: 0;
  padding: 16px;
  color: rgba(248, 246, 239, 0.45);
  font-size: 8px;
  line-height: 1.6;
}

/* Developer */
.developer {
  background: var(--paper-deep);
}

.developer-grid {
  display: grid;
  grid-template-columns: minmax(350px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(55px, 9vw, 150px);
  align-items: start;
  margin-top: 85px;
}

.developer-visual {
  margin-bottom: 0;
}

.developer-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 54%;
  filter: contrast(1.02) saturate(0.95);
}

.developer-visual figcaption {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  color: var(--muted);
  font-size: 8px;
}

.developer-copy {
  padding-top: 4vw;
}

.big-quote {
  margin-bottom: 40px;
  font-size: clamp(35px, 4vw, 66px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.065em;
}

.developer-copy > p:not(.big-quote) {
  max-width: 620px;
  margin-bottom: 45px;
  font-size: 16px;
}

.benefit-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.benefit-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 6px 12px;
  padding: 18px 16px 20px 0;
  border-bottom: 1px solid var(--line);
}

.benefit-list li:nth-child(even) {
  padding-left: 20px;
  border-left: 1px solid var(--line);
}

.benefit-list span {
  grid-row: span 2;
  color: var(--blue);
  font: 9px var(--mono);
}

.benefit-list li:nth-child(2) span { color: var(--brand-red); }
.benefit-list li:nth-child(3) span { color: var(--brand-green); }

.benefit-list strong {
  font-size: 15px;
  font-weight: 600;
}

.benefit-list p {
  margin: 0;
  color: #646561;
  font-size: 11px;
  line-height: 1.55;
}

.value-equation {
  display: grid;
  grid-template-columns: auto 1fr 30px auto 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 40px;
  padding: 18px;
  color: var(--white);
  background: var(--ink);
}

.value-equation span {
  color: rgba(248, 246, 239, 0.4);
  font: 8px var(--mono);
  text-transform: uppercase;
}

.value-equation strong {
  font-size: 11px;
  font-weight: 500;
}

.value-equation i {
  color: var(--blue-light);
  font-style: normal;
  text-align: center;
}

/* Result */
.result {
  padding-bottom: clamp(20px, 2vw, 32px);
}

.result::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 35vw;
  height: 35vw;
  background: radial-gradient(circle at top right, rgba(156, 194, 230, 0.25), transparent 64%);
  content: "";
}

.result-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 8vw;
  align-items: end;
  margin-top: 80px;
}

.result-intro > p {
  color: rgba(248, 246, 239, 0.58);
  font-size: 16px;
}

.deliverables {
  margin-top: 100px;
  overflow: hidden;
  border: 1px solid rgba(219, 237, 250, 0.15);
  border-radius: 22px;
  background: rgba(225, 240, 250, 0.035);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 80px rgba(3, 12, 24, 0.22);
  -webkit-backdrop-filter: blur(20px) saturate(125%);
  backdrop-filter: blur(20px) saturate(125%);
}

.deliverables article {
  display: grid;
  grid-template-columns: 70px minmax(200px, 0.7fr) minmax(260px, 1fr) 100px;
  gap: 20px;
  align-items: center;
  min-height: 94px;
  padding: 0 24px;
  border-bottom: 1px solid var(--line-dark);
  transition: color 180ms ease, background 180ms ease, padding 180ms ease;
}

.deliverables article:last-child {
  border-bottom: 0;
}

.deliverables article:hover {
  padding: 0 24px;
  color: #fff;
  background: rgba(201, 229, 248, 0.085);
}

.deliverables > article > span,
.deliverables > article > b {
  color: rgba(248, 246, 239, 0.34);
  font-size: 9px;
}

.deliverables article:nth-child(3n + 1) > b { color: var(--blue-light); }
.deliverables article:nth-child(3n + 2) > b { color: #ff827c; }
.deliverables article:nth-child(3n) > b { color: #8fdd7c; }

.deliverables h3 {
  margin: 0;
  font-size: clamp(20px, 2.1vw, 34px);
  font-weight: 500;
  letter-spacing: -0.055em;
}

.deliverables p {
  margin: 0;
  color: rgba(248, 246, 239, 0.5);
  font-size: 12px;
  line-height: 1.5;
}

.deliverables article:hover p,
.deliverables article:hover > b,
.deliverables article:hover > span {
  color: rgba(255, 255, 255, 0.75);
}

.deliverables > article > b {
  justify-self: end;
  font-weight: 400;
}

.final-word {
  position: relative;
  margin-top: 150px;
  padding: 85px 0 45px;
  border-top: 1px solid var(--line-dark);
}

.final-word::before {
  position: absolute;
  top: -7px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 20px var(--blue);
  content: "";
}

.final-word > p {
  margin-bottom: 18px;
  color: rgba(248, 246, 239, 0.42);
  font: 10px var(--mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.final-word-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 7vw;
  align-items: end;
}

.final-word h2 {
  max-width: 1050px;
}

.final-word-summary {
  margin: 0 0 9px;
  color: rgba(248, 246, 239, 0.62);
  font-size: clamp(15px, 1.3vw, 20px);
  line-height: 1.7;
  letter-spacing: -0.025em;
}

.final-capability {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 75px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.final-capability article {
  --capability-accent: var(--brand-blue);
  display: flex;
  flex-direction: column;
  gap: 42px;
  min-height: 145px;
  padding: 20px;
}

.final-capability article:nth-child(2) { --capability-accent: var(--brand-red); }
.final-capability article:nth-child(3) { --capability-accent: var(--brand-green); }

.final-capability article + article {
  border-left: 1px solid var(--line-dark);
}

.final-capability span {
  color: var(--capability-accent);
  font: 9px var(--mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.final-capability strong {
  font-size: clamp(17px, 1.6vw, 25px);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.final-word > .button {
  margin-top: 42px;
}

.closing-scene {
  --closing-reveal-x: 50%;
  --closing-reveal-y: 50%;
  --closing-reveal-size: clamp(240px, 28vw, 440px);
  position: relative;
  min-height: clamp(520px, 50.625vw, 810px);
  margin-top: 95px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background: #05080d;
  isolation: isolate;
}

.closing-scene::before,
.closing-scene::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
    background 900ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.closing-scene::before {
  background:
    linear-gradient(90deg, rgba(5, 8, 13, 0.94) 0%, rgba(5, 8, 13, 0.76) 32%, rgba(5, 8, 13, 0.16) 72%, rgba(5, 8, 13, 0.06) 100%),
    linear-gradient(0deg, rgba(5, 8, 13, 0.78) 0%, transparent 43%);
}

.closing-scene::after {
  z-index: 2;
  background-image:
    linear-gradient(rgba(248, 246, 239, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 246, 239, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  box-shadow: inset 0 0 140px rgba(78, 127, 190, 0.18);
}

.closing-scene-video,
.closing-scene-still,
.closing-scene-day {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.74) contrast(1.08) brightness(0.82);
  transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 900ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.closing-scene-still {
  opacity: 0;
  clip-path: polygon(0 0, 0 0, -14% 100%, -14% 100%);
  filter: saturate(0.54) contrast(1.18) brightness(0.58);
  transform: scale(1.035);
  transition: opacity 180ms ease,
    clip-path 1200ms cubic-bezier(0.65, 0, 0.25, 1),
    filter 1400ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1400ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: clip-path, filter, transform;
}

.closing-scene-video {
  transition: opacity 1200ms cubic-bezier(0.65, 0, 0.25, 1),
    filter 1350ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.closing-scene-day {
  z-index: 2;
  opacity: 0;
  filter: saturate(1) contrast(1) brightness(1.04);
  transform: scale(1.015);
  -webkit-mask-image: radial-gradient(
    circle var(--closing-reveal-size) at var(--closing-reveal-x) var(--closing-reveal-y),
    #000 0%,
    #000 44%,
    rgba(0, 0, 0, 0.94) 58%,
    rgba(0, 0, 0, 0.5) 76%,
    transparent 100%
  );
  mask-image: radial-gradient(
    circle var(--closing-reveal-size) at var(--closing-reveal-x) var(--closing-reveal-y),
    #000 0%,
    #000 44%,
    rgba(0, 0, 0, 0.94) 58%,
    rgba(0, 0, 0, 0.5) 76%,
    transparent 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.closing-scene.is-ended .closing-scene-video {
  opacity: 0;
  filter: saturate(0.56) contrast(1.14) brightness(0.67) blur(3px);
  transform: scale(1.035);
}

.closing-scene.is-ended .closing-scene-still {
  opacity: 1;
  clip-path: polygon(0 0, 114% 0, 100% 100%, 0 100%);
  filter: saturate(0.74) contrast(1.08) brightness(0.82);
  transform: scale(1);
}

.closing-scene-night-wipe {
  position: absolute;
  z-index: 2;
  inset: -18%;
  background: linear-gradient(
    90deg,
    transparent 16%,
    rgba(83, 132, 194, 0.05) 32%,
    rgba(126, 174, 226, 0.24) 44%,
    rgba(35, 66, 105, 0.48) 52%,
    rgba(4, 10, 24, 0.52) 63%,
    transparent 84%
  );
  opacity: 0;
  pointer-events: none;
  transform: translateX(-116%) skewX(-11deg);
  filter: blur(18px);
}

.closing-scene.is-ended .closing-scene-night-wipe {
  animation: closing-night-wipe 1200ms cubic-bezier(0.65, 0, 0.25, 1) both;
}

.closing-scene.is-ended::after {
  box-shadow: inset 0 0 180px rgba(78, 127, 190, 0.28);
}

@keyframes closing-night-wipe {
  0% {
    opacity: 0;
    transform: translateX(-116%) skewX(-11deg);
  }

  18% {
    opacity: 0.68;
  }

  78% {
    opacity: 0.58;
  }

  100% {
    opacity: 0;
    transform: translateX(116%) skewX(-11deg);
  }
}

.closing-scene-topline,
.closing-scene-footer,
.closing-scene-copy > p {
  font-family: var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.closing-scene-topline,
.closing-scene-footer {
  position: absolute;
  z-index: 3;
  right: clamp(22px, 3vw, 46px);
  left: clamp(22px, 3vw, 46px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(248, 246, 239, 0.58);
  font-size: 9px;
  transition: color 700ms ease, border-color 700ms ease;
}

.closing-scene-topline {
  top: clamp(20px, 2.5vw, 38px);
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(248, 246, 239, 0.24);
}

.closing-scene-brand {
  color: var(--white);
  letter-spacing: -0.03em;
  text-transform: none;
  transition: color 700ms ease;
}

.closing-scene-copy {
  position: absolute;
  z-index: 3;
  bottom: clamp(78px, 8vw, 126px);
  left: clamp(22px, 5vw, 80px);
  max-width: min(850px, 72%);
  transition: color 700ms ease, transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.closing-scene-copy > p {
  margin-bottom: 18px;
  color: var(--blue-light);
  font-size: 9px;
  transition: color 700ms ease;
}

.closing-scene-copy h2 {
  font-size: clamp(62px, 8.5vw, 136px);
  line-height: 0.8;
  letter-spacing: -0.085em;
  text-shadow: 0 4px 36px rgba(5, 8, 13, 0.32);
  transition: color 700ms ease, text-shadow 700ms ease;
}

.closing-scene-copy h2 em {
  color: var(--white);
  letter-spacing: -0.065em;
  transition: color 700ms ease;
}

.closing-scene-footer {
  bottom: clamp(20px, 2.5vw, 38px);
  padding-top: 15px;
  border-top: 1px solid rgba(248, 246, 239, 0.24);
}

.closing-scene-footer a {
  color: var(--white);
  transition: color 700ms ease;
}

.closing-scene-footer a:hover {
  color: var(--blue-light);
}

.closing-scene-footer b {
  margin-left: 12px;
  color: var(--blue-light);
  font-size: 14px;
  font-weight: 400;
  transition: color 700ms ease;
}

.closing-scene.is-ready:is(:hover, :focus-within) .closing-scene-day {
  opacity: 1;
  transform: scale(1);
}

.closing-scene-light-ui {
  position: absolute;
  z-index: 4;
  inset: 0;
  color: var(--ink);
  opacity: 0;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(
    circle var(--closing-reveal-size) at var(--closing-reveal-x) var(--closing-reveal-y),
    #000 0%,
    #000 44%,
    rgba(0, 0, 0, 0.94) 58%,
    rgba(0, 0, 0, 0.5) 76%,
    transparent 100%
  );
  mask-image: radial-gradient(
    circle var(--closing-reveal-size) at var(--closing-reveal-x) var(--closing-reveal-y),
    #000 0%,
    #000 44%,
    rgba(0, 0, 0, 0.94) 58%,
    rgba(0, 0, 0, 0.5) 76%,
    transparent 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.closing-scene-light-ui .closing-scene-topline,
.closing-scene-light-ui .closing-scene-footer {
  color: rgba(10, 11, 13, 0.62);
  border-color: rgba(10, 11, 13, 0.24);
}

.closing-scene-light-ui .closing-scene-brand,
.closing-scene-light-ui .closing-scene-copy,
.closing-scene-light-ui .closing-scene-copy h2 em,
.closing-scene-light-link {
  color: var(--ink);
}

.closing-scene-light-ui .closing-scene-copy > p,
.closing-scene-light-ui .closing-scene-footer b {
  color: var(--blue);
}

.closing-scene-light-ui .closing-scene-copy h2 {
  text-shadow: 0 4px 32px rgba(255, 255, 255, 0.46);
}

.closing-scene.is-ready:is(:hover, :focus-within) .closing-scene-light-ui {
  opacity: 1;
}

.toast {
  position: fixed;
  z-index: 600;
  right: 24px;
  bottom: 24px;
  padding: 14px 18px;
  color: #fff;
  background: var(--blue);
  font: 10px var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.matrix-portal-open {
  overflow: hidden;
}

.matrix-portal {
  position: fixed;
  z-index: 1200;
  inset: 0;
  overflow: hidden;
  color: #c9e3ff;
  background: #06111e;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 240ms ease, visibility 0s linear 240ms;
  isolation: isolate;
}

.matrix-portal::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 12% 58%, rgba(57, 152, 247, 0.24), transparent 34%),
    radial-gradient(circle at 50% 4%, rgba(242, 63, 55, 0.2), transparent 30%),
    radial-gradient(circle at 88% 58%, rgba(94, 193, 65, 0.2), transparent 34%);
  content: "";
}

.matrix-portal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.matrix-portal__rain,
.matrix-portal__scanlines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.matrix-portal__rain {
  z-index: -2;
}

.matrix-portal__scanlines {
  z-index: 3;
  background:
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 4px),
    linear-gradient(90deg, rgba(57, 152, 247, 0.08), rgba(242, 63, 55, 0.06) 50%, rgba(94, 193, 65, 0.08));
  mix-blend-mode: screen;
  opacity: 0.7;
  pointer-events: none;
}

.matrix-portal__intro {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(82vw, 860px);
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 0 0 18px rgba(57, 152, 247, 0.46);
  transition: opacity 360ms ease, transform 500ms cubic-bezier(0.7, 0, 0.84, 0);
}

.matrix-portal__intro span,
.matrix-portal__intro p {
  font: 500 clamp(9px, 1vw, 13px) var(--mono);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.matrix-portal__brand {
  position: relative;
  width: 72px;
  height: 54px;
  margin: 0 auto 18px;
}

.matrix-portal__brand i {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  transform: rotate(45deg);
}

.matrix-portal__brand i:nth-child(1) {
  top: 25px;
  left: 8px;
  background: var(--brand-blue);
  box-shadow: 0 0 24px rgba(57, 152, 247, 0.48);
}

.matrix-portal__brand i:nth-child(2) {
  top: 8px;
  left: 25px;
  background: var(--brand-red);
  box-shadow: 0 0 24px rgba(242, 63, 55, 0.42);
}

.matrix-portal__brand i:nth-child(3) {
  top: 25px;
  left: 42px;
  background: var(--brand-green);
  box-shadow: 0 0 24px rgba(94, 193, 65, 0.42);
}

.matrix-portal__intro span {
  display: inline-block;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-image: linear-gradient(90deg, var(--brand-blue), var(--brand-red), var(--brand-green)) 1;
  background: rgba(6, 17, 30, 0.86);
}

.matrix-portal__intro strong {
  display: block;
  margin: 24px 0 20px;
  color: #f4f8fc;
  font: 600 clamp(48px, 8vw, 126px) var(--sans);
  line-height: 0.82;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.matrix-portal__intro strong::after {
  display: block;
  width: min(180px, 40vw);
  height: 3px;
  margin: 22px auto 0;
  background: linear-gradient(90deg, var(--brand-blue) 0 33.333%, var(--brand-red) 33.333% 66.666%, var(--brand-green) 66.666%);
  content: "";
}

.matrix-portal__intro p {
  margin: 0;
  animation: matrix-pulse 800ms steps(2, end) infinite;
}

.matrix-portal__game {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  margin: 0;
  background: #07111f;
  opacity: 0;
  transform: scale(1.08);
  clip-path: inset(48% 0 48% 0);
  transition: opacity 180ms ease, transform 720ms cubic-bezier(0.16, 1, 0.3, 1), clip-path 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.matrix-portal.is-game .matrix-portal__intro {
  opacity: 0;
  transform: translate(-50%, -62%) scale(1.08);
  pointer-events: none;
}

.matrix-portal.is-game .matrix-portal__game {
  opacity: 1;
  transform: scale(1);
  clip-path: inset(0 0 0 0);
}

.matrix-portal.is-closing .matrix-portal__game {
  opacity: 0;
  transform: scale(0.98);
  clip-path: inset(48% 0 48% 0);
}

.matrix-portal__bar {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 58px;
  padding: max(10px, env(safe-area-inset-top)) clamp(16px, 3vw, 42px) 10px;
  border-bottom: 1px solid rgba(57, 152, 247, 0.3);
  background: rgba(6, 17, 30, 0.97);
  font: 500 10px var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.matrix-portal__back {
  width: max-content;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: #c9e3ff;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
  transition: color 160ms ease, text-shadow 160ms ease;
}

.matrix-portal__back:hover,
.matrix-portal__back:focus-visible {
  color: #fff;
  outline: none;
  text-shadow: 0 0 12px rgba(57, 152, 247, 0.74);
}

.matrix-portal__status {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(201, 227, 255, 0.68);
}

.matrix-portal__status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-green);
  box-shadow: 0 0 12px rgba(94, 193, 65, 0.72);
}

.matrix-portal__status b {
  padding-left: 8px;
  border-left: 1px solid rgba(57, 152, 247, 0.28);
  color: #e9f4ff;
  font-weight: 500;
}

.matrix-portal__frame-wrap {
  position: relative;
  min-height: 0;
  background: #07111f;
}

.matrix-score-gate {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 54px);
  overflow-y: auto;
  background:
    linear-gradient(rgba(6, 17, 30, 0.8), rgba(6, 17, 30, 0.95)),
    repeating-linear-gradient(90deg, rgba(57, 152, 247, 0.06) 0 1px, transparent 1px 58px);
  opacity: 1;
  transition: opacity 220ms ease, visibility 0s;
}

.matrix-score-gate.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 0s linear 220ms;
}

.matrix-score-gate__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: min(100%, 620px);
  border: 1px solid rgba(57, 152, 247, 0.38);
  background: rgba(7, 17, 31, 0.95);
  box-shadow: 0 0 80px rgba(57, 152, 247, 0.16);
}

.matrix-score-profile {
  min-width: 0;
  padding: clamp(24px, 4vw, 52px);
}

.matrix-score-profile {
  border-right: 0;
}

.matrix-score-profile > span,
.matrix-score-profile label > span,
.matrix-score-profile small {
  font-family: var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.matrix-score-profile > span {
  color: rgba(148, 198, 246, 0.66);
  font-size: 9px;
}

.matrix-score-profile h2 {
  margin: 22px 0 18px;
  color: #f4f8fc;
  font: 600 clamp(38px, 4.6vw, 68px) var(--sans);
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.matrix-score-profile h2 em {
  color: var(--blue-light);
  font-family: var(--serif);
}

.matrix-score-profile > p {
  max-width: 560px;
  margin-bottom: 30px;
  color: rgba(220, 236, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
}

.matrix-score-rules {
  display: grid;
  gap: 6px;
  margin: -10px 0 24px;
  padding: 12px 14px;
  border-left: 2px solid var(--brand-blue);
  background: rgba(57, 152, 247, 0.08);
}

.matrix-score-rules strong {
  color: var(--blue-light);
  font: 600 9px var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.matrix-score-rules p {
  margin: 0;
  color: rgba(220, 236, 255, 0.78);
  font-size: 12px;
  line-height: 1.55;
}

.matrix-score-profile label {
  display: grid;
  gap: 9px;
}

.matrix-score-profile label > span {
  color: rgba(148, 198, 246, 0.66);
  font-size: 9px;
}

.matrix-score-profile input {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(57, 152, 247, 0.48);
  border-radius: 0;
  outline: none;
  background: rgba(2, 9, 17, 0.62);
  color: #fff;
  font: 500 13px var(--mono);
}

.matrix-score-profile input:focus {
  border-color: var(--brand-blue);
  box-shadow: 0 0 22px rgba(57, 152, 247, 0.2);
}

.matrix-score-profile button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 50px;
  margin-top: 12px;
  padding: 0 14px;
  border: 1px solid var(--brand-blue);
  background: var(--brand-blue);
  color: var(--white);
  font: 600 10px var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.matrix-score-profile button:hover,
.matrix-score-profile button:focus-visible {
  border-color: var(--blue-light);
  background: #287bcf;
  outline: none;
}

.matrix-score-profile small {
  display: block;
  margin-top: 13px;
  color: rgba(148, 198, 246, 0.5);
  font-size: 8px;
  line-height: 1.5;
}

.matrix-score-profile small.is-error {
  color: var(--brand-red);
}

.matrix-portal__frame {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #07111f;
  opacity: 0;
  transition: opacity 240ms ease;
}

.matrix-portal__frame.is-loaded {
  opacity: 1;
}

.matrix-portal__loader {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(201, 227, 255, 0.72);
  background: #07111f;
  font: 500 10px var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.matrix-portal__loader.is-hidden {
  opacity: 0;
}

@keyframes matrix-pulse {
  50% {
    opacity: 0.45;
  }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms cubic-bezier(0.2, 0.75, 0.25, 1), transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1);
  will-change: opacity, transform;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .topbar-links {
    display: none;
  }

  .hero-content {
    margin-top: 0;
  }

  .hero-metrics > div {
    min-width: 100px;
  }

  .statement-grid,
  .statement-grid.compact,
  .principle-title,
  .plan-intro,
  .operating-intro,
  .result-intro {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .statement-copy,
  .principle-title > p,
  .plan-intro > div,
  .operating-intro > div,
  .result-intro > p,
  .statement-grid.compact > p {
    max-width: 640px;
  }

  .friction-grid {
    grid-template-columns: 1fr 1fr;
  }

  .friction-grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .friction-grid article:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .questions {
    grid-template-columns: 1fr 1fr;
  }

  .questions article:nth-child(3) {
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .questions article:nth-child(4) {
    border-top: 1px solid var(--line-dark);
  }

  .streams {
    grid-template-columns: 1fr;
  }

  .stream-card {
    display: grid;
    grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.2fr);
    gap: 0 40px;
  }

  .stream-top,
  .stream-card footer {
    grid-column: 1 / -1;
  }

  .stream-visual {
    grid-row: 2 / span 2;
  }

  .stream-card h3 {
    align-self: end;
  }

  .stream-card > p {
    min-height: auto;
  }

  .role-matrix {
    overflow-x: auto;
  }

  .role-matrix table {
    min-width: 1040px;
  }

  .cadence {
    grid-template-columns: 1fr 1fr;
  }

  .cadence-title {
    grid-column: 1 / -1;
    min-height: 120px;
  }

  .cadence > * + * {
    border-top: 1px solid var(--line);
  }

  .cadence article:nth-child(even) {
    border-left: 0;
  }

  .inventory-grid {
    grid-template-columns: 1fr 1fr;
    gap: 55px;
  }

  .developer-grid {
    gap: 55px;
  }

  .value-equation {
    grid-template-columns: auto 1fr;
  }

  .value-equation i {
    display: none;
  }
}

@media (max-width: 760px) {
  :root {
    --page: 86vw;
  }

  .section {
    padding: 86px 7vw;
  }

  .dark-section::after {
    top: -10%;
    right: -78%;
    width: 175vw;
    min-height: 470px;
    aspect-ratio: 1.45 / 1;
  }

  .principle::before {
    top: 11%;
    right: -54vw;
    width: 118vw;
  }

  .decision-gate {
    padding: 0 7vw 76px;
  }

  .decision-gate__frame {
    display: block;
    width: 86vw;
    min-height: 0;
    border-radius: 16px;
    box-shadow: 0 22px 60px rgba(1, 8, 18, 0.36);
  }

  .decision-gate__media {
    position: relative;
    aspect-ratio: 4 / 3;
  }

  .decision-gate__media::after {
    background: linear-gradient(0deg, rgba(8, 19, 33, 0.58) 0%, transparent 44%);
  }

  .decision-gate__media img {
    object-position: 60% center;
  }

  .decision-gate__copy {
    width: 100%;
    padding: 30px 24px 32px;
  }

  .decision-gate__kicker {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 32px;
  }

  .decision-gate__copy h2 {
    font-size: clamp(42px, 11.7vw, 58px);
  }

  .decision-gate__lead {
    margin-top: 22px;
    font-size: 14px;
  }

  .decision-gate__steps {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 38px;
  }

  .decision-gate__steps li,
  .decision-gate__steps li:first-child {
    grid-template-columns: 28px minmax(0, 0.85fr) 1fr;
    align-items: baseline;
    gap: 10px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .decision-gate__steps small {
    text-align: right;
  }

  .decision-gate__break {
    position: static;
    width: calc(100% - 48px);
    margin: 0 24px 24px;
  }

  .decision-gate__frog {
    right: 26px;
    bottom: 28px;
    width: 112px;
  }

  .decision-gate__fly {
    width: 15px;
    height: 12px;
  }

  .section-head {
    align-items: flex-start;
  }

  .section-code {
    max-width: 46vw;
    text-align: right;
  }

  h2 {
    font-size: clamp(39px, 12.2vw, 62px);
    line-height: 0.96;
  }

  .task .statement-grid h2 {
    font-size: clamp(38px, 10.8vw, 52px);
  }

  .hero {
    height: 100svh;
    min-height: min(700px, 100svh);
    padding: 0;
  }

  .hero-sticky {
    min-height: min(700px, 100svh);
    padding: 0 7vw;
  }

  .topbar {
    right: 7vw;
    left: 7vw;
    height: 58px;
    border-radius: 12px;
  }

  .nav-cta {
    font-size: 0;
  }

  .nav-cta span {
    margin: 0;
    font-size: 22px;
  }

  .hero-grid {
    inset: 70px 7vw 0;
    background-size: 100% 25%, 50% 100%;
  }

  .hero-media {
    inset: 0;
  }

  .hero-media::before {
    background:
      radial-gradient(circle at 50% 48%, transparent 0%, rgba(16, 36, 61, 0.08) 32%, rgba(16, 36, 61, 0.64) 100%);
  }

  .hero-media-fallback,
  .hero-canvas {
    transform: scale(1.06);
  }

  .hero-orbit {
    top: 22%;
    right: -58%;
    width: 112vw;
  }

  .hero-sticky::after {
    background:
      linear-gradient(180deg, rgba(16, 36, 61, 0.28) 0%, rgba(16, 36, 61, 0.05) 30%, rgba(16, 36, 61, 0.36) 58%, #10243d 100%),
      linear-gradient(90deg, rgba(16, 36, 61, 0.45) 0%, transparent 60%);
  }

  .hero-content {
    top: 70px;
    right: 7vw;
    bottom: 112px;
    left: 7vw;
    width: auto;
    margin: 0;
  }

  .hero-content h1 {
    margin: 17px 0 28px;
    font-size: clamp(67px, 22vw, 105px);
    line-height: 0.79;
  }

  .hero-content h1 > span:last-child {
    font-size: 0.5em;
    line-height: 0.92;
  }

  .hero-outline {
    font-size: 0.56em;
    -webkit-text-stroke-width: 1px;
  }

  .hero-statement {
    max-width: 96%;
    margin-bottom: 24px;
  }

  .hero-statement p {
    font-size: 13px;
  }

  .hero-statement .hero-lead {
    font-size: 18px;
  }

  .hero-scenes {
    inset: 70px 0 64px;
  }

  .hero-scene,
  .hero-scene-right {
    right: auto;
    left: 7vw;
    width: 86vw;
    text-align: left;
    transform-origin: left center;
  }

  .hero-scene-right h2,
  .hero-scene-right > p:not(.hero-scene-index) {
    margin-left: 0;
  }

  .hero-scene h2 {
    margin: 12px 0 22px;
    font-size: clamp(50px, 14vw, 76px);
    line-height: 0.92;
  }

  .hero-scene > p:not(.hero-scene-index) {
    max-width: 88%;
    font-size: 15px;
  }

  .hero-scene-final {
    top: auto;
    bottom: 10vh;
  }

  .hero-scene-final h2 {
    font-size: clamp(48px, 12.8vw, 70px);
  }

  .hero-metrics {
    right: 7vw;
    bottom: 53px;
    left: 7vw;
  }

  .hero-metrics > div {
    flex: 1;
    min-width: 0;
    padding: 11px;
  }

  .hero-metrics strong {
    font-size: 18px;
  }

  .hero-metrics span {
    font-size: 7px;
  }

  .hero-scroll-ui {
    right: 7vw;
    bottom: 20px;
    left: 7vw;
    grid-template-columns: 96px 1fr 46px;
    gap: 12px;
    font-size: 7px;
  }

  .hero-exit-copy > p {
    margin-bottom: 24px;
  }

  .hero-exit-copy > strong {
    max-width: 92%;
    font-size: clamp(55px, 16vw, 78px);
    line-height: 0.88;
  }

  .hero-exit-index {
    right: -5vw;
    bottom: -0.3em;
    font-size: clamp(160px, 55vw, 260px);
  }

  .statement-grid,
  .statement-grid.compact,
  .principle-title,
  .plan-intro,
  .operating-intro,
  .result-intro {
    margin-top: 50px;
  }

  .friction-grid {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .friction-grid article {
    min-height: auto;
    padding: 18px 0 28px;
  }

  .friction-grid article + article,
  .friction-grid article:nth-child(3),
  .friction-grid article:nth-child(4) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .friction-mark {
    height: 110px;
  }

  .task-manifesto {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .questions {
    grid-template-columns: 1fr;
    margin-top: 60px;
    border-radius: 16px;
  }

  .questions article {
    min-height: 145px;
  }

  .questions article + article,
  .questions article:nth-child(3),
  .questions article:nth-child(4) {
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .questions p {
    margin-top: 35px;
  }

  .method {
    grid-template-columns: 1fr 1fr;
    gap: 30px 0;
    margin-top: 60px;
    padding: 24px 18px 22px;
    border-radius: 16px;
  }

  .decision-line {
    flex-direction: column;
    gap: 15px;
  }

  .decision-line p:last-child {
    margin: 10px 0 0;
  }

  .streams {
    margin-top: 60px;
  }

  .stream-card {
    display: block;
    padding: 18px;
  }

  .stream-visual {
    height: 190px;
  }

  .stream-card h3 {
    font-size: 58px;
  }

  .timeline {
    margin-top: 65px;
    border-radius: 16px;
  }

  .timeline article {
    grid-template-columns: 56px 1fr;
    gap: 18px;
    padding: 20px 18px;
  }

  .timeline article:hover {
    padding: 20px 18px;
  }

  .week-index {
    padding: 0;
  }

  .week-output {
    grid-column: 2;
    justify-self: start;
    padding: 12px 0 0;
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .week-main h3 {
    font-size: 46px;
  }

  .role-matrix {
    margin-top: 60px;
    overflow: visible;
    border: 0;
    box-shadow: 0 18px 46px rgba(22, 43, 70, 0.12);
  }

  .role-matrix table,
  .role-matrix tbody,
  .role-matrix tr,
  .role-matrix th,
  .role-matrix td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .role-matrix thead {
    display: none;
  }

  .role-matrix tbody tr + tr {
    margin-top: 28px;
  }

  .role-matrix tbody th {
    width: 100%;
    padding: 18px;
    border: 1px solid var(--ink);
  }

  .role-matrix tbody th strong {
    margin-top: 24px;
    font-size: 24px;
  }

  .role-matrix td {
    height: auto;
    min-height: 190px;
    padding: 54px 18px 62px;
    border: 1px solid var(--ink);
    border-top: 0;
  }

  .role-matrix td::before {
    position: absolute;
    top: 18px;
    left: 18px;
    color: var(--blue);
    content: attr(data-week);
    font: 500 8px var(--mono);
    letter-spacing: 0.08em;
  }

  .role-matrix td.is-owner::before {
    color: rgba(255, 255, 255, 0.65);
  }

  .owner-label {
    top: 14px;
  }

  .cadence {
    grid-template-columns: 1fr;
    margin-top: 75px;
  }

  .cadence-title {
    grid-column: auto;
  }

  .cadence > * {
    min-height: 150px;
  }

  .cadence > * + *,
  .cadence article:nth-child(even) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .cadence article strong {
    margin-top: 35px;
  }

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

  .inventory-grid,
  .developer-grid {
    grid-template-columns: 1fr;
    gap: 70px;
    margin-top: 55px;
  }

  .inventory-copy h2 {
    font-size: 40px;
  }

  .inventory-panel {
    box-shadow: 11px 11px 0 var(--blue);
  }

  .scan-map {
    height: 350px;
  }

  .report-preview > div {
    grid-template-columns: 26px 1fr;
  }

  .report-preview b {
    grid-column: 2;
  }

  .developer-visual img {
    aspect-ratio: 4 / 5;
  }

  .developer-copy {
    padding: 0;
  }

  .big-quote {
    font-size: 38px;
  }

  .benefit-list {
    grid-template-columns: 1fr;
  }

  .benefit-list li:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

  .value-equation {
    grid-template-columns: 1fr;
  }

  .deliverables {
    margin-top: 65px;
    border-radius: 16px;
  }

  .deliverables article {
    grid-template-columns: 35px 1fr auto;
    gap: 12px;
    padding: 18px 16px;
  }

  .deliverables article:hover {
    padding: 18px 16px;
  }

  .deliverables p {
    grid-column: 2 / -1;
    grid-row: 2;
  }

  .final-word {
    margin-top: 100px;
    padding-top: 60px;
  }

  .final-word-grid,
  .final-capability {
    grid-template-columns: 1fr;
  }

  .final-word-grid {
    gap: 30px;
  }

  .final-word-summary {
    max-width: 520px;
  }

  .final-capability {
    margin-top: 48px;
  }

  .final-capability article {
    gap: 24px;
    min-height: 105px;
    padding: 16px 0;
  }

  .final-capability article + article {
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .closing-scene {
    min-height: 620px;
    margin-top: 70px;
  }

  .closing-scene::before {
    background:
      linear-gradient(0deg, rgba(5, 8, 13, 0.94) 0%, rgba(5, 8, 13, 0.62) 52%, rgba(5, 8, 13, 0.08) 100%),
      linear-gradient(90deg, rgba(5, 8, 13, 0.54), transparent 80%);
  }

  .closing-scene-video,
  .closing-scene-still,
  .closing-scene-day {
    object-position: 58% center;
  }

  .closing-scene-copy {
    right: 22px;
    bottom: 104px;
    max-width: none;
  }

  .closing-scene-copy h2 {
    font-size: clamp(58px, 18vw, 86px);
    line-height: 0.84;
  }

  .closing-scene-topline > span:last-child,
  .closing-scene-footer > span {
    display: none;
  }

  .closing-scene-footer {
    justify-content: flex-end;
  }

  .toast {
    right: 14px;
    bottom: 14px;
    left: 14px;
    text-align: center;
  }

  .matrix-portal__bar {
    grid-template-columns: 1fr auto;
    min-height: 52px;
    gap: 12px;
  }

  .matrix-portal__status {
    display: none;
  }

  .matrix-score-gate {
    display: block;
    padding: 14px;
  }

  .matrix-score-gate__panel {
    grid-template-columns: 1fr;
  }

  .matrix-score-profile {
    padding: 24px 20px;
  }

  .matrix-score-profile {
    border-right: 0;
  }
}

@media (max-height: 720px) {
  .hero,
  .hero-sticky {
    min-height: 100svh;
  }

  .topbar {
    top: 8px;
    height: 52px;
  }

  .hero-grid {
    inset-block-start: 68px;
  }

  .hero-content {
    top: 68px;
    bottom: 42px;
  }

  .hero-content .eyebrow {
    font-size: 8px;
  }

  .hero-content h1 {
    margin: 8px 0 13px;
    font-size: clamp(52px, 18vh, 86px);
  }

  .hero-statement {
    margin-bottom: 12px;
  }

  .hero-statement p {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 1.35;
  }

  .hero-statement .hero-lead {
    font-size: 15px;
  }

  .hero-content .button {
    min-width: 190px;
    min-height: 36px;
  }

  .hero-scenes {
    inset: 68px 0 42px;
  }

  .hero-scene h2 {
    margin: 8px 0 14px;
    font-size: clamp(48px, 18vh, 76px);
    line-height: 0.88;
  }

  .hero-scene > p:not(.hero-scene-index) {
    max-width: 620px;
    font-size: 14px;
    line-height: 1.4;
  }

  .hero-scene-final {
    bottom: 3vh;
  }

  .hero-scene-final h2 {
    font-size: clamp(43px, 16vh, 66px);
  }

  .hero-text-link {
    margin-top: 12px;
  }

  .hero-metrics {
    bottom: 38px;
    left: auto;
  }

  .hero-metrics > div {
    min-width: 85px;
    padding: 6px 10px;
  }

  .hero-metrics strong {
    font-size: 18px;
  }

  .hero-scroll-ui {
    bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero {
    height: 100svh;
    min-height: min(760px, 100svh);
  }

  .hero-sticky {
    position: relative;
  }

  .hero-scenes {
    display: none;
  }

  .hero-content {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-metrics {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-scroll-ui {
    display: none;
  }

  .hero-exit-transition {
    display: none;
  }

  .matrix-portal__intro p {
    animation: none;
  }

  .matrix-portal__game,
  .matrix-portal__intro {
    transition-duration: 0.01ms !important;
  }

  .decision-gate__fly {
    display: none;
  }

  .decision-gate__frog {
    transform: none !important;
  }

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
