.tech-v2 {
  --tech-ink: #171717;
  --tech-muted: #525252;
  --tech-line: #d9dce5;
  --tech-blue: #4a4aff;
  --tech-green: #00a878;
  --tech-cyan: #00a6c8;
  --tech-amber: #f59e0b;
  --tech-red: #e53e3e;
  --tech-black: #090a0d;
  --tech-paper: #f5f6f8;
  background: #fff;
}

.tech-v2,
.tech-v2 * {
  letter-spacing: 0;
}

.tech-v2 .top {
  background: rgba(255, 255, 255, 0.96);
}

.tech-v2 .btn {
  min-height: 42px;
  padding: 0 20px;
  border-radius: 8px;
  border-color: var(--tech-blue);
  background: var(--tech-blue);
  font-weight: 800;
}

.tech-v2 .btn.secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff !important;
  background: rgba(9, 10, 13, 0.56);
}

.tech-v2 main {
  overflow: clip;
}

.tech-v2 .hero {
  position: relative;
  display: flex;
  min-height: min(680px, calc(100svh - 128px));
  padding: 0;
  border: 0;
  color: #fff;
  background: var(--tech-black);
  isolation: isolate;
}

.tech-v2 .hero-proof {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  overflow: hidden;
  background: #111318;
}

.tech-v2 .proof-video {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.tech-v2 .proof-video video {
  width: 100%;
  height: 100%;
  min-height: min(680px, calc(100svh - 128px));
  display: block;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.74) contrast(1.06);
}

.tech-v2 .proof-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(9, 10, 13, 0.45);
  pointer-events: none;
}

.tech-v2 .proof-video:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.42);
}

.tech-v2 .proof-label {
  position: absolute;
  z-index: 2;
  top: 28px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 4px;
  color: #fff;
  background: rgba(9, 10, 13, 0.76);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.tech-v2 .proof-video:first-child .proof-label {
  right: 24px;
}

.tech-v2 .proof-video:last-child .proof-label {
  left: 24px;
  border-color: rgba(0, 255, 185, 0.52);
  color: #8fffdc;
}

.tech-v2 .proof-caption {
  position: absolute;
  z-index: 3;
  right: 76px;
  bottom: 18px;
  width: min(460px, calc(50% - 70px));
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(9, 10, 13, 0.78);
  font-size: 11px;
  line-height: 1.45;
  backdrop-filter: blur(10px);
}

.tech-v2 .hero-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(9, 10, 13, 0.42);
  pointer-events: none;
}

.tech-v2 .hero-inner {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 40px));
  min-height: min(680px, calc(100svh - 128px));
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 44px 0 76px;
}

.tech-v2 .hero-copy {
  width: min(760px, 68%);
  padding: 28px 36px 20px 0;
}

.tech-v2 .hero .eyebrow {
  min-height: 28px;
  padding: 0;
  border-radius: 0;
  color: #8fffdc;
  background: transparent;
  letter-spacing: 0;
}

.tech-v2 .hero h1 {
  max-width: 760px;
  margin: 18px 0 20px;
  color: #fff;
  font-size: 64px;
  line-height: 1;
}

.tech-v2 .hero .lead {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.58;
}

.tech-v2 .hero-actions {
  margin-top: 24px;
}

.tech-v2 .hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.tech-v2 .hero-fact {
  display: grid;
  grid-template-columns: 8px 1fr;
  gap: 8px;
  align-items: center;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 700;
}

.tech-v2 .hero-fact::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tech-green);
}

.tech-v2 section {
  position: relative;
  padding: 86px 0;
  border-bottom: 1px solid var(--tech-line);
}

.tech-v2 .band-paper {
  background: var(--tech-paper);
}

.tech-v2 .band-dark {
  color: #fff;
  background: var(--tech-black);
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.tech-v2 .band-dark h2,
.tech-v2 .band-dark h3 {
  color: #fff;
}

.tech-v2 .band-dark p,
.tech-v2 .band-dark li {
  color: rgba(255, 255, 255, 0.7);
}

.tech-v2 .section-head {
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: 70px;
  margin-bottom: 46px;
}

.tech-v2 .kicker {
  color: var(--tech-blue);
  letter-spacing: 0;
}

.tech-v2 .band-dark .kicker {
  color: #8fffdc;
}

.tech-v2 h2 {
  max-width: 760px;
  font-size: 48px;
  line-height: 1.05;
}

.tech-v2 h3 {
  font-size: 20px;
}

.tech-v2 p,
.tech-v2 li {
  line-height: 1.68;
}

.tech-v2 .challenge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--tech-line);
  border-bottom: 1px solid var(--tech-line);
}

.tech-v2 .proof-transcript {
  margin: 0 0 30px;
  border-top: 1px solid var(--tech-line);
  border-bottom: 1px solid var(--tech-line);
  background: #fff;
}

.tech-v2 .proof-transcript summary {
  padding: 16px 0;
  color: var(--tech-ink);
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.tech-v2 .proof-transcript p {
  max-width: 980px;
  margin: 0;
  padding: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
}

.tech-v2 .video-explainer {
  background:
    linear-gradient(90deg, rgba(74, 74, 255, 0.12) 1px, transparent 1px) 0 0 / 80px 100%,
    var(--tech-black);
}

.tech-v2 .video-explainer .section-head {
  align-items: end;
  margin-bottom: 36px;
}

.tech-v2 .video-explainer .section-head p:last-child {
  margin-bottom: 0;
}

.tech-v2 .video-explainer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(250px, 0.55fr);
  gap: 30px;
  align-items: stretch;
}

.tech-v2 .video-explainer-media {
  min-width: 0;
  margin: 0;
}

.tech-v2 .video-explainer-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: #000;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.tech-v2 .video-explainer-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.tech-v2 .video-explainer-media figcaption {
  max-width: 880px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.55;
}

.tech-v2 .video-chapter-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.tech-v2 .video-chapter-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  color: #8fffdc;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.tech-v2 .video-chapters {
  flex: 1;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
}

.tech-v2 .video-chapters li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.tech-v2 .video-chapters a {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding: 14px 0;
  color: #fff;
  text-decoration: none;
  transition: color 160ms ease, padding-left 160ms ease;
}

.tech-v2 .video-chapters a:hover {
  padding-left: 6px;
  color: #8fffdc;
}

.tech-v2 .video-chapters time {
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 850;
}

.tech-v2 .video-chapters span {
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
}

.tech-v2 .video-youtube-link {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
  text-decoration: none;
}

.tech-v2 .video-youtube-link:hover {
  color: #8fffdc;
}

.tech-v2 .video-chapters a:focus-visible,
.tech-v2 .video-youtube-link:focus-visible {
  outline: 2px solid #8fffdc;
  outline-offset: 4px;
  color: #8fffdc;
}

.tech-v2 .challenge {
  min-width: 0;
  padding: 26px 28px 30px;
  border-right: 1px solid var(--tech-line);
}

.tech-v2 .challenge:last-child {
  border-right: 0;
}

.tech-v2 .challenge-index {
  display: block;
  margin-bottom: 22px;
  color: var(--tech-blue);
  font-size: 12px;
  font-weight: 900;
}

.tech-v2 .micro-visual {
  height: 154px;
  margin: 22px 0 20px;
}

.tech-v2 .frame-field {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 5px;
  align-items: end;
  height: 100%;
}

.tech-v2 .frame-sample {
  position: relative;
  height: var(--height, 76%);
  min-height: 46px;
  border: 1px solid #cfd3dd;
  background: #fff;
}

.tech-v2 .frame-sample::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 10px;
  left: 5px;
  height: 8px;
  border: 1px solid var(--tech-red);
  background: rgba(229, 62, 62, 0.12);
}

.tech-v2 .frame-sample:nth-child(2n)::after {
  transform: translateY(-3px);
}

.tech-v2 .cost-line {
  grid-column: 1 / -1;
  height: 8px;
  margin-top: 8px;
  background: repeating-linear-gradient(
    90deg,
    var(--tech-red) 0,
    var(--tech-red) 8px,
    transparent 8px,
    transparent 13px
  );
}

.tech-v2 .candidate-frame {
  position: relative;
  height: 100%;
  border: 1px solid #cfd3dd;
  background:
    linear-gradient(#cdd3dc, #cdd3dc) 10% 16% / 28% 9% no-repeat,
    linear-gradient(#b9c0cb, #b9c0cb) 64% 28% / 22% 7% no-repeat,
    linear-gradient(#dfe3e9, #dfe3e9) 0 0 / 100% 100% no-repeat;
}

.tech-v2 .candidate-box {
  position: absolute;
  border: 2px solid var(--tech-red);
}

.tech-v2 .candidate-box.subtitle {
  right: 10%;
  bottom: 12%;
  left: 10%;
  height: 18%;
}

.tech-v2 .candidate-box.scene {
  top: 12%;
  left: 7%;
  width: 34%;
  height: 16%;
  border-color: var(--tech-amber);
}

.tech-v2 .candidate-box.product {
  top: 42%;
  right: 8%;
  width: 28%;
  height: 18%;
  border-color: var(--tech-cyan);
}

.tech-v2 .flicker-field {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  height: 100%;
}

.tech-v2 .flicker-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid #cfd3dd;
  background: #c8ced8;
}

.tech-v2 .flicker-frame::before {
  content: "";
  position: absolute;
  right: 12%;
  bottom: 15%;
  left: 12%;
  height: 25%;
  background: #f6f7f9;
  transform: translate(var(--x, 0), var(--y, 0));
}

.tech-v2 .flicker-frame:nth-child(2) {
  --x: 4px;
  --y: -3px;
}

.tech-v2 .flicker-frame:nth-child(3) {
  --x: -5px;
  --y: 2px;
}

.tech-v2 .flicker-frame:nth-child(4) {
  --x: 2px;
  --y: 5px;
}

.tech-v2 .systems-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: 60px;
  align-items: center;
}

.tech-v2 .editorial-figure {
  position: relative;
  margin: 42px 0 0;
  overflow: hidden;
  border: 1px solid var(--tech-line);
  border-radius: 8px;
  background: #0d1015;
}

.tech-v2 .editorial-figure picture {
  display: block;
}

.tech-v2 .editorial-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.tech-v2 .editorial-figure figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  max-width: 520px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(9, 10, 13, 0.78);
  font-size: 11px;
  line-height: 1.45;
  backdrop-filter: blur(10px);
}

.tech-v2 .editorial-figure-wide {
  grid-column: 1 / -1;
  margin: 0 0 12px;
}

.tech-v2 .scenario-figure {
  margin: 0 0 30px;
}

.tech-v2 .systems-copy {
  max-width: 520px;
}

.tech-v2 .systems-copy p {
  font-size: 18px;
}

.tech-v2 .instrument {
  border: 1px solid var(--tech-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(18, 25, 45, 0.1);
  overflow: hidden;
}

.tech-v2 .instrument-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid var(--tech-line);
  color: var(--tech-muted);
  background: #f7f8fa;
  font-size: 12px;
  font-weight: 850;
}

.tech-v2 .instrument-lights {
  display: flex;
  gap: 6px;
}

.tech-v2 .instrument-lights i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tech-green);
}

.tech-v2 .instrument-lights i:nth-child(2) {
  background: var(--tech-amber);
}

.tech-v2 .instrument-lights i:nth-child(3) {
  background: var(--tech-blue);
}

.tech-v2 .temporal-map {
  position: relative;
  min-height: 390px;
  padding: 38px 28px 34px 100px;
  background:
    linear-gradient(#eceef3 1px, transparent 1px) 0 0 / 100% 54px,
    linear-gradient(90deg, #eceef3 1px, transparent 1px) 0 0 / 88px 100%,
    #fff;
}

.tech-v2 .track-label {
  position: absolute;
  left: 18px;
  color: var(--tech-muted);
  font-size: 11px;
  font-weight: 850;
}

.tech-v2 .track-label:nth-of-type(1) {
  top: 64px;
}

.tech-v2 .track-label:nth-of-type(2) {
  top: 172px;
}

.tech-v2 .track-label:nth-of-type(3) {
  top: 280px;
}

.tech-v2 .track {
  position: relative;
  height: 86px;
  margin-bottom: 22px;
}

.tech-v2 .track-line {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  height: 2px;
  background: #cfd3dd;
}

.tech-v2 .track-span {
  position: absolute;
  top: 24px;
  left: var(--left);
  width: var(--width);
  height: 34px;
  border: 2px solid var(--signal);
  border-radius: 4px;
  background: color-mix(in srgb, var(--signal) 10%, white);
}

.tech-v2 .track-span::before,
.tech-v2 .track-span::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--signal);
}

.tech-v2 .track-span::before {
  left: -5px;
}

.tech-v2 .track-span::after {
  right: -5px;
}

.tech-v2 .guard-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
  color: var(--tech-muted);
  font-size: 12px;
  font-weight: 800;
}

.tech-v2 .guard-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.tech-v2 .guard-legend i {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--signal);
}

.tech-v2 .restoration-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--tech-line);
  border-left: 1px solid var(--tech-line);
}

.tech-v2 .restoration-method {
  min-width: 0;
  padding: 34px;
  border-right: 1px solid var(--tech-line);
  border-bottom: 1px solid var(--tech-line);
}

.tech-v2 .restoration-method header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.tech-v2 .method-state {
  color: var(--tech-red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tech-v2 .restoration-method.stable .method-state {
  color: var(--tech-green);
}

.tech-v2 .sequence {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 28px 0 22px;
}

.tech-v2 .sequence-frame {
  aspect-ratio: 0.76;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, #8f98a7 0 42%, #cbd0d8 42% 100%);
}

.tech-v2 .sequence-frame::after {
  content: "";
  position: absolute;
  right: 9%;
  bottom: 13%;
  left: 9%;
  height: 22%;
  background: var(--patch, #edf0f4);
  transform: translate(var(--shift-x, 0), var(--shift-y, 0));
}

.tech-v2 .unstable .sequence-frame:nth-child(2) {
  --shift-x: 4px;
  --shift-y: -2px;
  --patch: #dce2e9;
}

.tech-v2 .unstable .sequence-frame:nth-child(3) {
  --shift-x: -4px;
  --shift-y: 3px;
  --patch: #f5f5f5;
}

.tech-v2 .unstable .sequence-frame:nth-child(4) {
  --shift-x: 2px;
  --shift-y: 5px;
  --patch: #d4dae2;
}

.tech-v2 .unstable .sequence-frame:nth-child(5) {
  --shift-x: -2px;
  --shift-y: -3px;
  --patch: #ebedf1;
}

.tech-v2 .production-pipeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.tech-v2 .production-pipeline::before {
  content: "";
  position: absolute;
  top: 45px;
  right: 8.33%;
  left: 8.33%;
  height: 2px;
  background: rgba(143, 255, 220, 0.35);
}

.tech-v2 .pipe {
  z-index: 1;
  min-height: 250px;
  padding: 28px 22px 24px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  color: #fff;
  background: transparent;
}

.tech-v2 .pipe:last-child {
  border-right: 0;
}

.tech-v2 .pipe::before {
  margin: 0 0 34px;
  border: 4px solid var(--tech-black);
  background: #8fffdc;
  color: var(--tech-black);
  box-shadow: 0 0 0 1px rgba(143, 255, 220, 0.5);
}

.tech-v2 .pipe p {
  color: rgba(255, 255, 255, 0.66);
}

.tech-v2 .scenario-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--tech-line);
  border-bottom: 1px solid var(--tech-line);
}

.tech-v2 .scenario {
  padding: 36px 38px;
}

.tech-v2 .scenario:first-child {
  border-right: 1px solid var(--tech-line);
}

.tech-v2 .scenario h3 {
  max-width: 430px;
  font-size: 28px;
}

.tech-v2 .scenario ul {
  max-width: 520px;
  margin-top: 20px;
}

.tech-v2 .scenario li + li {
  margin-top: 9px;
}

.tech-v2 .routing-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(560px, 1.28fr);
  gap: 54px;
  align-items: center;
}

.tech-v2 .version-list {
  border-top: 1px solid var(--tech-line);
  border-bottom: 1px solid var(--tech-line);
}

.tech-v2 .version {
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 20px;
  padding: 18px 0;
}

.tech-v2 .version-name {
  font-size: 18px;
}

.tech-v2 .version-name span {
  font-size: 12px;
}

.tech-v2 .version p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.tech-v2 .routing-chart {
  position: relative;
  min-height: 480px;
  border-left: 2px solid #aeb4c0;
  border-bottom: 2px solid #aeb4c0;
  background:
    linear-gradient(#e8eaf0 1px, transparent 1px) 0 0 / 100% 25%,
    linear-gradient(90deg, #e8eaf0 1px, transparent 1px) 0 0 / 25% 100%;
}

.tech-v2 .axis-y,
.tech-v2 .axis-x {
  position: absolute;
  color: var(--tech-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.tech-v2 .axis-y {
  top: 4px;
  left: 12px;
}

.tech-v2 .axis-x {
  right: 4px;
  bottom: 10px;
}

.tech-v2 .route-node {
  position: absolute;
  left: var(--x);
  bottom: var(--y);
  width: min(170px, 29%);
  padding: 13px;
  border: 1px solid var(--node-color);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 30px rgba(18, 25, 45, 0.08);
  transform: translate(-50%, 50%);
}

.tech-v2 .route-node strong {
  display: block;
  color: var(--tech-ink);
  font-size: 14px;
}

.tech-v2 .route-node span {
  display: block;
  margin-top: 5px;
  color: var(--tech-muted);
  font-size: 11px;
  line-height: 1.4;
}

.tech-v2 .delivery-boundary {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-top: 34px;
  padding: 24px 0;
  border-top: 1px solid var(--tech-line);
  border-bottom: 1px solid var(--tech-line);
}

.tech-v2 .delivery-boundary strong {
  color: var(--tech-blue);
  font-size: 18px;
}

.tech-v2 .delivery-boundary p {
  margin: 0;
}

.tech-v2 .route-node::before {
  content: "";
  position: absolute;
  top: 14px;
  left: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--node-color);
}

.tech-v2 .advantage-statement {
  max-width: 920px;
  margin-bottom: 46px;
  color: #fff;
  font-size: 42px;
  font-weight: 850;
  line-height: 1.12;
}

.tech-v2 .answer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--tech-line);
  border-left: 1px solid var(--tech-line);
}

.tech-v2 .answer {
  min-width: 0;
  padding: 26px;
  border-right: 1px solid var(--tech-line);
  border-bottom: 1px solid var(--tech-line);
  background: #fff;
}

.tech-v2 .answer h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

.tech-v2 .answer p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.tech-v2 .answer code {
  padding: 1px 4px;
  border-radius: 4px;
  color: #2c2689;
  background: #ecf0ff;
  font-size: 12px;
}

.tech-v2 .advantage-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.tech-v2 .advantage {
  padding: 30px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.tech-v2 .advantage:last-child {
  border-right: 0;
}

.tech-v2 .advantage strong {
  display: block;
  margin-bottom: 12px;
  color: #8fffdc;
  font-size: 18px;
}

.tech-v2 .refs a,
.tech-v2 .links a {
  border-radius: 8px;
  box-shadow: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.tech-v2 .refs a:hover,
.tech-v2 .links a:hover {
  border-color: var(--tech-blue);
  transform: translateY(-2px);
}

@media (max-width: 1040px) {
  .tech-v2 .hero h1 {
    font-size: 50px;
  }

  .tech-v2 h2 {
    font-size: 40px;
  }

  .tech-v2 .systems-layout,
  .tech-v2 .routing-layout {
    grid-template-columns: 1fr;
  }

  .tech-v2 .systems-copy {
    max-width: 720px;
  }

  .tech-v2 .production-pipeline {
    grid-template-columns: repeat(3, 1fr);
  }

  .tech-v2 .production-pipeline::before {
    display: none;
  }

  .tech-v2 .pipe:nth-child(3) {
    border-right: 0;
  }

  .tech-v2 .pipe:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .tech-v2 .answer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tech-v2 .video-explainer-layout {
    grid-template-columns: 1fr;
  }

  .tech-v2 .video-chapter-panel {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    align-items: start;
  }

  .tech-v2 .video-chapter-head {
    display: grid;
    gap: 4px;
    padding-right: 24px;
  }

  .tech-v2 .video-chapters {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }

  .tech-v2 .video-chapters a {
    padding-right: 16px;
    padding-left: 20px;
  }

  .tech-v2 .video-chapters a:hover {
    padding-left: 26px;
  }

  .tech-v2 .video-youtube-link {
    grid-column: 2;
    padding-left: 20px;
  }
}

@media (max-width: 760px) {
  .tech-v2 .hero {
    min-height: min(600px, calc(100svh - 112px));
  }

  .tech-v2 .hero-proof {
    grid-template-columns: 1fr 1fr;
    opacity: 0.66;
  }

  .tech-v2 .proof-video video {
    min-height: min(600px, calc(100svh - 112px));
    object-position: center;
  }

  .tech-v2 .hero-shade {
    background: rgba(9, 10, 13, 0.58);
  }

  .tech-v2 .hero-inner {
    width: min(100% - 28px, 1180px);
    min-height: min(600px, calc(100svh - 112px));
    padding: 32px 0 76px;
  }

  .tech-v2 .hero-copy {
    width: 100%;
    padding: 0 0 34px;
  }

  .tech-v2 .hero h1 {
    margin: 14px 0 16px;
    font-size: 36px;
    line-height: 1.02;
  }

  .tech-v2 .hero .lead {
    font-size: 15px;
    line-height: 1.48;
  }

  .tech-v2 .hero-actions {
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 18px;
  }

  .tech-v2 .hero-actions .btn {
    min-height: 40px;
    padding: 0 12px;
    font-size: 14px;
  }

  .tech-v2 .hero-facts {
    margin-top: 18px;
    padding-top: 14px;
    gap: 7px 14px;
  }

  .tech-v2 .proof-label {
    top: 14px;
    font-size: 10px;
  }

  .tech-v2 .proof-video:first-child .proof-label {
    right: 10px;
  }

  .tech-v2 .proof-video:last-child .proof-label {
    left: 10px;
  }

  .tech-v2 .proof-caption {
    right: 64px;
    bottom: 12px;
    left: 12px;
    width: auto;
    padding: 8px 9px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(9, 10, 13, 0.88);
    font-size: 11px;
  }

  .tech-v2 section {
    padding: 62px 0;
  }

  .tech-v2 h2 {
    font-size: 34px;
  }

  .tech-v2 .section-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .tech-v2 .video-explainer {
    background:
      linear-gradient(90deg, rgba(74, 74, 255, 0.1) 1px, transparent 1px) 0 0 / 54px 100%,
      var(--tech-black);
  }

  .tech-v2 .video-explainer .section-head {
    margin-bottom: 28px;
  }

  .tech-v2 .video-explainer-layout {
    gap: 22px;
  }

  .tech-v2 .video-chapter-panel {
    display: flex;
    align-items: stretch;
  }

  .tech-v2 .video-chapter-head {
    display: flex;
    padding-right: 0;
  }

  .tech-v2 .video-chapters {
    border-left: 0;
  }

  .tech-v2 .video-chapters a {
    grid-template-columns: 44px minmax(0, 1fr);
    padding-right: 0;
    padding-left: 0;
  }

  .tech-v2 .video-chapters a:hover {
    padding-left: 4px;
  }

  .tech-v2 .video-youtube-link {
    padding-left: 0;
  }

  .tech-v2 .challenge-grid,
  .tech-v2 .scenario-split,
  .tech-v2 .restoration-grid,
  .tech-v2 .advantage-rail {
    grid-template-columns: 1fr;
  }

  .tech-v2 .challenge,
  .tech-v2 .scenario,
  .tech-v2 .restoration-method,
  .tech-v2 .advantage {
    border-right: 0;
    border-bottom: 1px solid var(--tech-line);
  }

  .tech-v2 .band-dark .advantage {
    border-bottom-color: rgba(255, 255, 255, 0.22);
  }

  .tech-v2 .challenge:last-child,
  .tech-v2 .scenario:last-child,
  .tech-v2 .restoration-method:last-child,
  .tech-v2 .advantage:last-child {
    border-bottom: 0;
  }

  .tech-v2 .temporal-map {
    min-height: 350px;
    padding-right: 18px;
    padding-left: 78px;
    background-size: 100% 54px, 70px 100%, auto;
  }

  .tech-v2 .production-pipeline {
    grid-template-columns: 1fr;
  }

  .tech-v2 .pipe {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .tech-v2 .pipe:nth-child(3) {
    border-right: 0;
  }

  .tech-v2 .routing-chart {
    min-height: 390px;
  }

  .tech-v2 .route-node {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    padding: 11px;
    transform: none;
  }

  .tech-v2 .route-node strong {
    font-size: 14px;
  }

  .tech-v2 .refs,
  .tech-v2 .links,
  .tech-v2 .answer-grid {
    grid-template-columns: 1fr;
  }

  .tech-v2 .routing-chart {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    min-height: 0;
    padding: 44px 10px 46px;
  }

  .tech-v2 .delivery-boundary,
  .tech-v2 .version {
    grid-template-columns: 1fr;
  }

  .tech-v2 .editorial-figure {
    margin-top: 30px;
  }

  .tech-v2 .editorial-figure-wide,
  .tech-v2 .scenario-figure {
    margin-top: 0;
  }

  .tech-v2 .editorial-figure figcaption {
    position: static;
    max-width: none;
    border: 0;
    border-radius: 0;
    background: #111318;
  }

  .tech-v2 .advantage-statement {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tech-v2 *,
  .tech-v2 *::before,
  .tech-v2 *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
