/* Direct interaction vocabulary: scan, unfold, browse, connect. */
:root {
  --v8-white: #fff;
  --v8-paper: #f1f2f7;
  --v8-ink: #16171c;
  --v8-blue: #244bff;
  --v8-muted: #737681;
}
.home-ecosystem,
.home-ecosystem .partner-logos,
.continuous-about .about-scroll-chapter,
.continuous-about .partner-strip,
.continuous-about .customer-section,
.continuous-about .certifications,
.continuous-about .partner-logos,
.continuous-about .customer-logos,
.continuous-about .about-proof {
  background: #fff;
}
.partner-logos a,
.customer-logos > div,
.cert-grid .cert {
  background: #fff !important;
}
.partner-logos img,
.customer-logos img,
.cert-grid img {
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}
.home-ecosystem {
  border-radius: 28px 28px 0 0;
  margin: 0 20px;
  padding-top: 80px;
  padding-bottom: 85px;
}
.home-ecosystem .partner-logos {
  margin-top: 50px;
  min-height: 100px;
  align-items: center;
}
.partner-logos > a {
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.partner-logos > a:hover,
.partner-logos > a:focus-visible {
  transform: translateY(-10px);
}
.content-hero.hub-hero {
  height: 185svh;
  min-height: 1100px;
  overflow: visible;
  display: block;
  padding: 0 20px;
}
.content-pin {
  height: 100svh;
  min-height: 660px;
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: 34% 66%;
  align-items: center;
  padding: 128px 0 45px;
  gap: 0;
  overflow: hidden;
}
.content-hero .hub-heading {
  position: relative;
  left: auto;
  top: auto;
  color: var(--v8-ink);
  padding: 0 28px 0 calc(var(--gutter) - 20px);
  pointer-events: auto;
}
.content-hero .hub-heading h1 {
  font-size: clamp(40px, 4.1vw, 70px);
  line-height: 1.15;
  color: var(--v8-ink);
  letter-spacing: -0.055em;
}
.content-hero .hub-heading .eyebrow {
  color: #626777;
  font-size: 10px;
}
.content-hero .back-link {
  color: #666b78;
  margin-bottom: 45px;
}
.content-hero .hub-summary {
  color: #676c79;
  font-size: 13px;
  max-width: 310px;
  line-height: 1.9;
}
.content-hero .hub-scroll {
  color: var(--v8-ink);
  left: calc(var(--gutter) - 20px);
  bottom: 20px;
  gap: 26px;
}
.direct-scene {
  --scrub: 0.3;
  --pointer-x: 0.5;
  --pointer-y: 0.5;
  position: relative;
  isolation: isolate;
  min-width: 0;
  background: #101117;
  color: #fff;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  min-height: 460px;
  outline-offset: 4px;
  touch-action: pan-y;
}
.direct-scene:focus-visible {
  outline: 2px solid var(--v8-blue);
}
.direct-tools {
  position: absolute;
  bottom: 0;
  left: 28px;
  right: 28px;
  height: 57px;
  border-top: 1px solid #ffffff20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  font: 9px/1.5 var(--mono);
  color: #a8aabc;
  z-index: 5;
}
.direct-tools label,
.architecture-inspector-tools label {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  font: 10px var(--mono);
}
.direct-tools input {
  width: 85px;
  accent-color: #879cff;
  cursor: ew-resize;
  height: 28px;
}
.direct-tools label > span {
  font-size: 9px;
}
.scanner-caption,
.stack-caption,
.archive-top,
.instrument-caption {
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font: 9px var(--mono);
  color: #989da9;
  z-index: 3;
}
.scanner-scene {
  background: #101117;
}
.document-table {
  position: absolute;
  inset: 95px 8% 150px;
  transform: perspective(1200px) rotateY(calc((var(--pointer-x) - 0.5) * -5deg));
  background: #181a23;
  box-shadow: 0 30px 90px #0006;
  border-radius: 6px;
  overflow: visible;
}
.source-document,
.decoded-document {
  position: absolute;
  inset: 0;
  padding: 34px 40px;
  overflow: hidden;
  border-radius: 6px;
}
.source-document {
  background: #f6f6f8;
  color: #262833;
}
.doc-kind {
  font: 9px var(--mono);
  letter-spacing: 0.1em;
  opacity: 0.65;
}
.source-document h2 {
  font-weight: 500;
  font-size: clamp(23px, 2.4vw, 38px);
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin: 20px 0 25px;
  color: #17191f;
}
.doc-rule {
  height: 1px;
  background: #cfd1dc;
}
.document-fields {
  margin: 22px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.document-fields > div:last-child {
  grid-column: 1/-1;
}
.document-fields small {
  display: block;
  font-size: 9px;
  color: #888b97;
  margin-bottom: 6px;
}
.document-fields strong {
  font: 12px var(--mono);
  font-weight: 400;
}
.document-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 80%;
}
.document-lines i {
  display: block;
  height: 3px;
  background: #dcdfe7;
}
.document-lines i:nth-child(3n) {
  width: 60%;
}
.decoded-document {
  background: #244bff;
  color: white;
  clip-path: inset(0 calc((1 - var(--scrub)) * 100%) 0 0);
  box-shadow: inset 0 0 80px #0027c1;
}
.decoded-document pre {
  font: clamp(12px, 1.3vw, 18px)/1.9 var(--mono);
  color: #fff;
  margin: 30px 0;
  white-space: pre-wrap;
}
.decoded-document p {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 20px;
}
.recognition-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.recognition-tags span {
  font: 9px var(--mono);
  border: 1px solid #ffffff50;
  padding: 6px 8px;
  border-radius: 4px;
}
.scan-beam {
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: calc(var(--scrub) * 100%);
  width: 2px;
  background: #c6d7ff;
  box-shadow: 0 0 28px 6px #7b9fff66;
  z-index: 3;
  pointer-events: none;
}
.scan-beam > span {
  position: absolute;
  top: -23px;
  left: -27px;
  background: #dae3ff;
  color: #142556;
  border-radius: 20px;
  font: 8px var(--mono);
  padding: 6px 10px;
  white-space: nowrap;
}
.scanner-footer {
  position: absolute;
  bottom: 80px;
  left: 8%;
  right: 8%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  font-size: 11px;
  color: #a9adbb;
}
.scanner-footer p {
  max-width: 260px;
}
.scanner-footer a {
  color: #fff;
  white-space: nowrap;
}
.stack-scene {
  background: #101117;
}
.stack-space {
  position: absolute;
  inset: 15% 4% 16%;
  perspective: 1100px;
  display: grid;
  place-items: center;
}
.stack-model {
  width: 64%;
  height: 60%;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(calc(53deg + (var(--pointer-y) - 0.5) * 10deg))
    rotateZ(calc(-28deg + (var(--pointer-x) - 0.5) * 12deg));
}
.cloud-plane {
  position: absolute;
  inset: 0;
  border: 1px solid #9fb3ff90;
  border-radius: 8px;
  background: #1e2f71ed;
  box-shadow: 0 20px 70px #0004;
  transform: translateZ(
    calc((1.5 - var(--layer)) * (28px + var(--scrub) * 85px))
  );
  transform-style: preserve-3d;
  display: flex;
  flex-direction: column;
  padding: 23px;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  transition:
    background 0.3s,
    border-color 0.3s;
}
.cloud-plane:nth-child(1) {
  background: #244bfff2;
}
.cloud-plane:nth-child(2) {
  background: #f1f3fbef;
  color: #1a2441;
}
.cloud-plane:nth-child(3) {
  background: #344067f5;
}
.cloud-plane:nth-child(4) {
  background: #171d2df5;
}
.cloud-plane:hover,
.cloud-plane:focus-visible {
  border-color: #fff;
  box-shadow: 0 0 70px #244bff66;
  background: #4263ff;
  color: #fff;
  outline: 3px solid #aebcff;
  outline-offset: 5px;
}
.plane-grid {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(#96abff 1px, transparent 1px),
    linear-gradient(90deg, #96abff 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(125deg, transparent, #000);
}
.plane-index {
  font: 9px var(--mono);
  letter-spacing: 0.15em;
  position: relative;
}
.cloud-plane strong {
  font-size: clamp(22px, 2.5vw, 38px);
  font-weight: 400;
  margin: auto 0 15px;
  position: relative;
}
.cloud-plane small {
  font: 8px var(--mono);
  position: relative;
}
.plane-arrow {
  position: absolute;
  right: 22px;
  top: 18px;
  font-size: 28px;
}
.plane-nodes {
  position: absolute;
  right: 20px;
  bottom: 25px;
  display: grid;
  grid-template-columns: repeat(3, 10px);
  gap: 5px;
}
.plane-nodes i {
  height: 10px;
  border: 1px solid currentColor;
  opacity: 0.5;
}
.stack-key {
  position: absolute;
  bottom: 78px;
  left: 28px;
  right: 28px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  font-size: 10px;
  color: #696d7c;
}
.stack-key [data-active],
.route-key [data-active],
.scope-labels [data-active] {
  color: #fff;
}
.archive-hero.hub-hero {
  height: 240svh;
}
.archive-hero .content-pin {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 116px;
  gap: 20px;
}
.archive-hero .hub-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  padding-right: 30px;
}
.archive-hero .back-link {
  position: absolute;
  right: 30px;
  top: 0;
  font-size: 9px;
}
.archive-hero .hub-heading .eyebrow {
  grid-column: 1/-1;
  margin-bottom: 12px;
}
.archive-hero .hub-heading h1 {
  font-size: clamp(32px, 3.8vw, 58px);
}
.archive-hero .hub-heading h1 br {
  display: none;
}
.archive-hero .hub-summary {
  margin: 0 0 4px auto;
  max-width: 270px;
  font-size: 12px;
}
.archive-hero .hub-scroll {
  display: none;
}
.archive-scene {
  background: #dedfe8;
  min-height: 380px;
  flex: 1;
  color: #1a1c25;
}
.archive-top {
  color: #707582;
}
.archive-window {
  position: absolute;
  top: 60px;
  bottom: 88px;
  left: 0;
  right: 0;
  overflow: hidden;
  cursor: grab;
}
.archive-window:active {
  cursor: grabbing;
}
.archive-reel {
  position: relative;
  height: 100%;
  display: flex;
  gap: 30px;
  padding: 0 10%;
  will-change: transform;
  transform: translate3d(calc(var(--archive-travel, 0px) * -1), 0, 0);
}
.archive-card {
  flex: 0 0 69%;
  height: 100%;
  min-width: 0;
  background: white;
  border-radius: 10px;
  padding: 23px 30px 18px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 15px 40px #171c3620;
  transform: rotate(calc(var(--card-angle, 0) * 1deg));
  transition: transform 0.45s;
  user-select: none;
}
.archive-card img {
  width: 100%;
  min-height: 0;
  flex: 1;
  object-fit: contain;
  padding: 15px 0;
  pointer-events: none;
}
.archive-card-top {
  font: 9px var(--mono);
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: #67748d;
}
.archive-card-top > span:last-child {
  font-size: 20px;
  color: #244bff;
}
.archive-card-title {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #e7e9ef;
}
.archive-card-title h2 {
  font-size: clamp(22px, 2.7vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.045em;
  margin: 0;
  font-weight: 500;
}
.archive-card-title > span {
  font: 14px var(--mono);
  color: #9095a3;
}
.archive-ticks {
  position: absolute;
  bottom: 66px;
  left: 10%;
  right: 10%;
  height: 13px;
  display: flex;
  justify-content: space-between;
}
.archive-ticks i {
  height: 6px;
  width: 1px;
  background: #a4a9ba;
}
.archive-ticks i:nth-child(5n + 1) {
  height: 12px;
}
.archive-ticks:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 16px;
  background: #244bff;
  left: calc(var(--scrub) * 100%);
  top: -2px;
  border-radius: 2px;
}
.archive-scene .direct-tools {
  color: #717686;
  border-color: #b5bacb;
}
.archive-scene input {
  accent-color: #244bff;
}
.connection-hero.hub-hero {
  height: 175svh;
}
.connection-hero .content-pin {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 128px;
  gap: 24px;
}
.connection-hero .hub-heading {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: end;
}
.connection-hero .back-link {
  display: none;
}
.connection-hero .hub-heading .eyebrow {
  grid-column: 1/-1;
  margin-bottom: 16px;
}
.connection-hero .hub-heading h1 {
  font-size: clamp(34px, 3.5vw, 56px);
}
.connection-hero .hub-summary {
  margin: 0 0 4px auto;
  max-width: 290px;
}
.connection-hero .hub-scroll {
  display: none;
}
.connection-scene {
  background: #fff;
  color: #16171c;
  min-height: 330px;
  flex: 1;
}
.connection-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.connection-type {
  position: absolute;
  inset: 16% 5% 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: clamp(65px, 10.7vw, 175px);
  font-weight: 500;
  line-height: 0.83;
  letter-spacing: -0.075em;
  pointer-events: none;
}
.connection-type > span:first-child {
  transform: translateX(calc(var(--scrub) * 12%));
  color: #244bff;
}
.connection-type > span:last-child {
  transform: translateX(calc((1 - var(--scrub)) * 4%));
}
.connection-period {
  font-size: 0.6em;
  display: inline-block;
  transform: rotate(calc(var(--scrub) * 90deg));
  margin-left: 20px;
}
.connection-labels {
  position: absolute;
  bottom: 75px;
  left: 6%;
  right: 6%;
  display: flex;
  justify-content: space-between;
  font: 10px var(--mono);
  color: #747989;
}
.connection-scene .direct-tools {
  color: #737681;
  border-color: #e1e4eb;
}
.connection-scene input {
  accent-color: #244bff;
}
.signal-chapter {
  padding: 80px 20px 100px;
  overflow: hidden;
}
.signal-heading {
  padding: 0 calc(var(--gutter) - 20px) 45px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
}
.signal-heading > .eyebrow {
  grid-column: 1/-1;
}
.signal-heading h2 {
  font-size: clamp(34px, 4.3vw, 68px);
  letter-spacing: -0.055em;
  line-height: 1.15;
  font-weight: 500;
  margin: 0;
}
.signal-heading > p:last-child {
  font-size: 13px;
  color: #747988;
  max-width: 260px;
  justify-self: end;
  line-height: 1.8;
}
.signal-scene {
  height: 580px;
  min-height: 520px;
  background: #101117;
  cursor: crosshair;
}
.signal-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.signal-word {
  position: absolute;
  top: 10%;
  left: 3%;
  font-size: clamp(65px, 14.9vw, 240px);
  line-height: 1;
  letter-spacing: -0.075em;
  font-weight: 500;
  opacity: 0.12;
  pointer-events: none;
  transform: translateX(calc((var(--scrub) - 0.5) * -3%));
}
.signal-nodes {
  position: absolute;
  bottom: 87px;
  left: 4%;
  right: 4%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  align-items: start;
}
.signal-node {
  border-top: 1px solid #5d657a;
  padding: 17px 0 15px;
  position: relative;
  color: #8f95a5;
  min-height: 135px;
  transition:
    color 0.3s,
    transform 0.5s,
    border-color 0.3s;
}
.signal-node-code {
  font: 9px var(--mono);
  letter-spacing: 0.1em;
}
.signal-node strong {
  display: block;
  font-weight: 400;
  font-size: 18px;
  margin-top: 12px;
}
.signal-node p {
  font-size: 11px;
  line-height: 1.8;
  margin-top: 12px;
  max-width: 170px;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.3s,
    transform 0.4s;
}
.signal-node-arrow {
  position: absolute;
  right: 0;
  top: 12px;
  opacity: 0;
}
.signal-node[data-active],
.signal-node:hover,
.signal-node:focus-visible {
  color: #fff;
  border-color: #7a98ff;
  transform: translateY(-14px);
}
.signal-node[data-active] p,
.signal-node:hover p,
.signal-node:focus-visible p {
  opacity: 1;
  transform: translateY(0);
}
.signal-node[data-active] .signal-node-arrow {
  opacity: 1;
}
.continuous-about .about-section {
  padding: 0 20px 80px;
  background: var(--paper);
}
.continuous-about .about-section > .shell {
  max-width: none;
  width: 100%;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 0 20px;
  align-items: start;
  padding: 0;
}
.about-chapter-nav {
  position: sticky;
  top: 135px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 28px 10px;
  grid-column: 1;
  grid-row: 1 / span 3;
}
.about-chapter-nav a {
  font-size: 11px;
  line-height: 1.7;
  padding: 16px 0 16px 15px;
  border-left: 1px solid #d1d5e0;
  color: #8a909e;
  transition:
    color 0.3s,
    border-color 0.3s;
}
.about-chapter-nav a[aria-current] {
  color: #244bff;
  border-color: #244bff;
}
.continuous-about .about-scroll-chapter {
  grid-column: 2;
  min-width: 0;
  min-height: 75svh;
  padding: 80px 5%;
  border-radius: 20px;
  margin-bottom: 25px;
  scroll-margin-top: 115px;
  display: block;
}
.continuous-about .about-scroll-chapter .shell {
  padding: 0;
  width: 100%;
  max-width: none;
}
.continuous-about .about-scroll-chapter .partner-strip {
  padding: 0 0 60px;
}
.continuous-about .about-scroll-chapter .partner-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 20px;
  padding: 30px 0;
}
.continuous-about .about-scroll-chapter .partner-logos > a {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.continuous-about .certifications {
  padding: 35px 0 0;
  border-top: 1px solid #e1e4eb;
}
.continuous-about .cert-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.continuous-about .cert img {
  width: 100%;
  max-height: 130px;
  object-fit: contain;
}
.continuous-about .about-layout {
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
  min-height: 52svh;
}
.continuous-about .about-layout h2 {
  font-size: clamp(30px, 3.2vw, 50px);
  line-height: 1.3;
}
.continuous-about .about-description {
  font-size: 13px;
  line-height: 2;
}
.continuous-about .customer-section {
  padding: 0;
}
.continuous-about .customer-logos {
  grid-template-columns: repeat(4, 1fr);
}
.continuous-about .customer-logos > div {
  transition: transform 0.35s;
}
.continuous-about .customer-logos > div:hover {
  transform: translateY(-9px);
  z-index: 2;
}
.continuous-about .customer-heading {
  margin-bottom: 35px;
}
.continuous-about .customer-heading h2 {
  font-size: 30px;
}
.solution-hero-v8.interior-hero {
  min-height: 0 !important;
  height: auto !important;
  padding: 140px var(--gutter) 65px !important;
  background: var(--paper) !important;
  display: grid;
  grid-template-columns: 37% 63%;
  align-items: center;
  gap: 0;
  overflow: visible;
}
.solution-hero-v8 .interior-hero-copy {
  position: relative !important;
  inset: auto !important;
  max-width: none !important;
  width: 100%;
  padding: 0 35px 0 0 !important;
  text-align: left !important;
  color: var(--ink) !important;
  pointer-events: auto !important;
}
.solution-hero-v8 .interior-hero-copy h1,
.solution-hero-v8 .interior-hero-copy h1 span {
  color: #16171c !important;
  font-size: clamp(34px, 3.6vw, 57px) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.055em;
}
.solution-hero-v8 .interior-hero-copy p {
  color: #727987 !important;
  max-width: 330px;
  font-size: 13px !important;
  line-height: 1.9 !important;
}
.solution-hero-v8 .interior-breadcrumb a {
  color: #656e83 !important;
}
.solution-instrument {
  height: 570px;
  min-width: 0;
}
.solution-instrument .direct-scene {
  border-radius: 20px;
}
.instrument-caption {
  font-size: 8px;
}
.delivery-path {
  position: absolute;
  inset: 110px 7% 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: center;
}
.delivery-path:before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 1px;
  background: #4c536e;
}
.delivery-path:after {
  content: "";
  position: absolute;
  left: 8%;
  width: calc(var(--scrub) * 84%);
  top: 50%;
  height: 2px;
  background: #688aff;
  box-shadow: 0 0 20px #244bff;
}
.delivery-milestone {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  color: #868d9f;
  transform: translateY(calc(sin(var(--scrub) * 3.14) * -15px));
}
.milestone-number {
  font: 12px var(--mono);
  opacity: 0.6;
}
.delivery-milestone strong {
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}
.milestone-orbit {
  width: 65px;
  height: 65px;
  position: relative;
  background: #11141e;
  border: 1px solid #535e85;
  border-radius: 50%;
  transition:
    transform 0.5s,
    background 0.4s;
}
.milestone-orbit i {
  position: absolute;
  inset: 9px;
  border: 1px solid #5c6fa4;
  border-radius: 50%;
  transform: rotateX(60deg) rotateZ(calc(var(--scrub) * 360deg));
}
.milestone-orbit i:nth-child(2) {
  transform: rotateY(60deg) rotateZ(calc(var(--scrub) * -360deg));
}
.milestone-orbit i:last-child {
  inset: 27px;
  background: #889dda;
}
.delivery-milestone[data-active] {
  color: #fff;
}
.delivery-milestone[data-active] .milestone-orbit {
  background: #244bff;
  transform: scale(1.4);
  border-color: #a6bcff;
  box-shadow: 0 0 50px #244bff65;
}
.route-drawing {
  position: absolute;
  top: 90px;
  left: 6%;
  width: 88%;
  height: 60%;
  overflow: visible;
}
.route-base {
  fill: none;
  stroke: #30384c;
  stroke-width: 2;
}
.route-active {
  fill: none;
  stroke: #547dff;
  stroke-width: 3;
  stroke-dasharray: 1;
  stroke-dashoffset: calc(1 - var(--scrub));
  filter: drop-shadow(0 0 7px #244bff);
}
.route-active.secondary-route {
  stroke: #bacaff;
  stroke-dashoffset: calc(1 - var(--scrub) * 0.8);
}
.route-node circle:first-child {
  fill: #101117;
  stroke: #5d75b1;
  stroke-width: 1;
}
.route-node circle:nth-child(2) {
  fill: #718acd;
}
.route-node text {
  fill: #8994ad;
  font: 12px monospace;
}
.route-node[data-active] circle:first-child {
  fill: #244bff;
  stroke: #bbcfff;
  stroke-width: 2;
}
.route-key,
.scope-labels {
  position: absolute;
  bottom: 93px;
  left: 8%;
  right: 8%;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  color: #7b849b;
}
.failover-scene .secondary-route {
  opacity: calc(var(--scrub));
}
.failover-scene .route-active:not(.secondary-route) {
  opacity: calc(1 - var(--scrub) * 0.7);
}
.scope-screen {
  position: absolute;
  top: 85px;
  bottom: 150px;
  left: 6%;
  right: 6%;
  overflow: hidden;
}
.scope-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#33426740 1px, transparent 1px),
    linear-gradient(90deg, #33426740 1px, transparent 1px);
  background-size: 32px 32px;
}
.scope-wave {
  position: absolute;
  left: 0;
  top: calc(var(--wave) * 30%);
  width: 100%;
  height: 35%;
  fill: none;
  stroke: #809dff;
  stroke-width: 1.6;
  filter: drop-shadow(0 0 6px #315eff);
  transform: translateX(calc((var(--scrub) - 0.5) * (var(--wave) + 1) * -40px));
}
.scope-wave:nth-of-type(2) {
  stroke: #e5edff;
}
.scope-wave:nth-of-type(3) {
  stroke: #4164dc;
}
.scope-sweep {
  position: absolute;
  left: calc(var(--scrub) * 100%);
  top: 0;
  bottom: 0;
  width: 2px;
  background: #d4e1ff;
  box-shadow: -25px 0 60px 15px #244bff70;
}
.capacity-grid {
  position: absolute;
  inset: 100px 12% 150px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
  perspective: 500px;
  transform: perspective(700px) rotateX(calc((var(--pointer-y) - 0.5) * 15deg))
    rotateY(calc((var(--pointer-x) - 0.5) * -20deg));
}
.capacity-grid i {
  border: 1px solid #4b618e;
  background: #1a2540;
  border-radius: 4px;
  transform: translateZ(calc(var(--slot-lit, 0) * 40px));
  transition:
    background 0.25s,
    transform 0.35s,
    border-color 0.2s;
}
.capacity-grid i[data-active] {
  --slot-lit: 1;
  background: #244bff;
  border-color: #a9beff;
  box-shadow: 0 0 28px #244bff50;
}
.architecture-viewport {
  display: block;
  overflow: hidden !important;
  cursor: zoom-in;
  touch-action: pan-y;
}
.architecture-viewport > img {
  transform: scale(var(--inspect-zoom, 1)) !important;
  transform-origin: var(--inspect-x, 50%) var(--inspect-y, 50%);
  transition: transform 0.3s !important;
  will-change: transform;
}
.architecture-inspector-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 18px;
  font: 9px/1.6 var(--mono);
  color: #6c758a;
  border-top: 1px solid #e0e5ef;
  background: #fff;
}
.architecture-inspector-tools input {
  width: 85px;
  accent-color: #244bff;
  height: 25px;
}
.architecture-inspector:focus-within {
  outline: 2px solid #8ca4ff;
  outline-offset: 4px;
}
.contact-direct.hub-hero {
  overflow: hidden;
  isolation: isolate;
}
.contact-direct .hub-heading {
  z-index: 3;
}
.contact-thread {
  position: absolute;
  inset: 110px 20px 20px;
  border-radius: 24px;
  background: #244bff;
  overflow: hidden;
  z-index: 0;
}
.contact-thread > span {
  position: absolute;
  right: 5%;
  bottom: 7%;
  font-size: clamp(80px, 13vw, 200px);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.8;
  color: #ffffff20;
  pointer-events: none;
}
.reading-line {
  position: fixed;
  left: 0;
  top: 95px;
  height: 2px;
  background: #244bff;
  width: calc(var(--reading, 0) * 100%);
  z-index: 30;
  pointer-events: none;
}
@media (min-width: 801px) {
  .direct-scene[data-scene]:not(.archive-scene):not(.signal-scene) {
    cursor: crosshair;
  }
  .continuous-about .about-scroll-chapter {
    opacity: calc(0.7 + var(--chapter-visibility, 0.3));
    transform: translateY(calc((1 - var(--chapter-visibility, 1)) * 20px));
  }
}
@media (max-width: 1100px) {
  .content-pin {
    grid-template-columns: 37% 63%;
  }
  .content-hero .hub-heading {
    padding-right: 22px;
  }
  .content-hero .hub-heading h1 {
    font-size: 43px;
  }
  .source-document,
  .decoded-document {
    padding: 28px;
  }
  .document-table {
    inset: 85px 7% 150px;
  }
  .signal-node strong {
    font-size: 15px;
  }
  .signal-node p {
    font-size: 10px;
  }
  .continuous-about .about-section > .shell {
    grid-template-columns: 145px minmax(0, 1fr);
  }
  .continuous-about .about-layout {
    display: block;
  }
  .continuous-about .about-proof {
    margin-top: 45px;
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
  }
  .continuous-about .about-proof img {
    max-width: 120px;
  }
  .continuous-about .proof-stats {
    flex: 1;
  }
  .continuous-about .customer-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .content-hero.hub-hero {
    padding: 0 10px;
    height: 170svh;
    min-height: 1000px;
  }
  .content-pin {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 98px 0 20px;
    gap: 24px;
    height: 100svh;
    overflow: hidden;
  }
  .content-hero .hub-heading {
    padding: 0 12px;
    flex-shrink: 0;
    display: block;
  }
  .content-hero .back-link {
    display: none;
  }
  .content-hero .hub-heading .eyebrow {
    font-size: 8px;
    margin-bottom: 12px;
  }
  .content-hero .hub-heading h1 {
    font-size: 34px;
    line-height: 1.15;
  }
  .content-hero .hub-heading h1 br {
    display: none;
  }
  .content-hero .hub-summary {
    font-size: 11px;
    line-height: 1.7;
    max-width: none;
    margin: 15px 0 0;
  }
  .content-hero .hub-scroll {
    display: none;
  }
  .direct-scene {
    border-radius: 17px;
    min-height: 0;
    flex: 1;
  }
  .direct-tools {
    height: 49px;
    left: 18px;
    right: 18px;
    gap: 10px;
    font-size: 7px;
    line-height: 1.8;
  }
  .direct-tools label > span {
    display: none;
  }
  .direct-tools input {
    width: 65px;
  }
  .scanner-caption,
  .stack-caption,
  .archive-top,
  .instrument-caption {
    top: 20px;
    left: 20px;
    right: 20px;
    font-size: 7px;
  }
  .scanner-caption > span:last-child,
  .stack-caption > span:last-child,
  .archive-top > span:last-child {
    display: none;
  }
  .document-table {
    inset: 72px 7% 114px;
  }
  .source-document,
  .decoded-document {
    padding: 22px;
  }
  .source-document h2 {
    font-size: 23px;
    margin: 18px 0;
  }
  .doc-kind {
    font-size: 7px;
  }
  .document-fields {
    margin: 17px 0;
    gap: 13px;
  }
  .document-fields strong {
    font-size: 10px;
  }
  .document-fields small {
    font-size: 8px;
  }
  .document-lines {
    gap: 6px;
  }
  .decoded-document pre {
    font-size: 10px;
    line-height: 1.9;
    margin: 24px 0;
  }
  .recognition-tags span {
    font-size: 7px;
    padding: 4px;
  }
  .decoded-document p {
    font-size: 11px;
  }
  .scanner-footer {
    bottom: 62px;
    font-size: 9px;
    gap: 20px;
  }
  .scanner-footer p {
    max-width: 150px;
  }
  .stack-space {
    inset: 12% 4% 22%;
  }
  .stack-model {
    width: 62%;
    height: 50%;
  }
  .cloud-plane {
    padding: 17px;
    transform: translateZ(
      calc((1.5 - var(--layer)) * (17px + var(--scrub) * 50px))
    );
  }
  .cloud-plane strong {
    font-size: 25px;
    margin: auto 0 10px;
  }
  .plane-index {
    font-size: 7px;
  }
  .cloud-plane small {
    font-size: 6px;
    max-width: 120px;
  }
  .plane-arrow {
    font-size: 22px;
    right: 12px;
    top: 10px;
  }
  .plane-nodes {
    right: 12px;
    bottom: 20px;
    grid-template-columns: repeat(3, 6px);
    gap: 3px;
  }
  .plane-nodes i {
    height: 6px;
  }
  .stack-key {
    bottom: 72px;
    left: 20px;
    right: 20px;
    gap: 10px;
    font-size: 9px;
  }
  .archive-hero.hub-hero {
    height: 215svh;
  }
  .archive-window {
    top: 57px;
    bottom: 88px;
  }
  .archive-reel {
    gap: 18px;
    padding: 0 7%;
  }
  .archive-card {
    flex-basis: 87%;
    padding: 20px 16px;
  }
  .archive-card-top {
    font-size: 7px;
  }
  .archive-card-title h2 {
    font-size: 24px;
  }
  .archive-card-title > span {
    font-size: 11px;
  }
  .archive-ticks {
    left: 7%;
    right: 7%;
  }
  .connection-type {
    font-size: 16vw;
    inset: 21% 5% 23%;
  }
  .connection-type > span:first-child {
    font-size: 22vw;
  }
  .connection-type > span:last-child {
    font-size: 14vw;
    margin-top: 8px;
  }
  .connection-period {
    margin-left: 3px;
  }
  .connection-labels {
    font-size: 7px;
    left: 7%;
    right: 7%;
    bottom: 80px;
  }
  .signal-chapter {
    padding: 35px 10px 65px;
  }
  .signal-heading {
    display: block;
    padding: 0 12px 30px;
  }
  .signal-heading h2 {
    font-size: 35px;
  }
  .signal-heading > p:last-child {
    font-size: 11px;
    margin-top: 20px;
    max-width: 260px;
  }
  .signal-scene {
    height: 650px;
    min-height: 650px;
  }
  .signal-word {
    font-size: 16vw;
    top: 9%;
    left: 2%;
  }
  .signal-nodes {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 15px;
    bottom: 64px;
    left: 6%;
    right: 6%;
  }
  .signal-node {
    min-height: 150px;
    padding: 15px 0 0;
  }
  .signal-node-code {
    font-size: 7px;
  }
  .signal-node strong {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 9px;
  }
  .signal-node p {
    font-size: 9px;
    line-height: 1.7;
    margin-top: 8px;
    opacity: 0.65;
    transform: none;
  }
  .signal-node-arrow {
    font-size: 13px;
  }
  .signal-node[data-active] {
    transform: translateY(-9px);
  }
  .signal-node[data-active] p {
    opacity: 1;
  }
  .home-ecosystem {
    margin: 0 10px;
    border-radius: 18px 18px 0 0;
    padding: 50px 20px 60px;
  }
  .home-ecosystem h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  .home-ecosystem .partner-logos {
    margin-top: 30px;
    gap: 30px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .home-ecosystem .partner-logos img {
    max-width: 130px;
  }
  .continuous-about .about-section {
    padding: 0 10px 50px;
  }
  .continuous-about .about-section > .shell {
    display: block;
  }
  .about-chapter-nav {
    position: sticky;
    top: 79px;
    z-index: 6;
    flex-direction: row;
    background: #f1f2f7f5;
    padding: 10px 5px;
    gap: 18px;
    backdrop-filter: blur(15px);
  }
  .about-chapter-nav a {
    font-size: 9px;
    border-left: 0;
    border-bottom: 1px solid #d1d5e0;
    padding: 10px 0;
  }
  .continuous-about .about-scroll-chapter {
    padding: 45px 22px;
    min-height: 0;
    scroll-margin-top: 145px;
    border-radius: 16px;
    margin-bottom: 18px;
  }
  .continuous-about .about-layout h2 {
    font-size: 30px;
  }
  .continuous-about .about-description {
    font-size: 12px;
  }
  .continuous-about .about-proof {
    display: block;
  }
  .continuous-about .about-proof img {
    margin: 0 auto 25px;
    max-width: 145px;
  }
  .continuous-about .about-scroll-chapter .partner-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .continuous-about .about-scroll-chapter .partner-logos > a {
    height: 70px;
  }
  .continuous-about .about-scroll-chapter .partner-logos img {
    max-width: 125px;
  }
  .continuous-about .cert-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .continuous-about .customer-logos {
    grid-template-columns: repeat(2, 1fr);
  }
  .continuous-about .customer-heading h2 {
    font-size: 27px;
  }
  .solution-hero-v8.interior-hero {
    padding: 115px 10px 35px !important;
    display: block;
  }
  .solution-hero-v8 .interior-hero-copy {
    padding: 0 12px 28px !important;
  }
  .solution-hero-v8 .interior-hero-copy h1,
  .solution-hero-v8 .interior-hero-copy h1 span {
    font-size: 34px !important;
  }
  .solution-hero-v8 .interior-hero-copy p {
    font-size: 12px !important;
    max-width: none;
  }
  .solution-instrument {
    height: 420px;
  }
  .solution-instrument .direct-scene {
    height: 100%;
  }
  .instrument-caption {
    font-size: 7px;
  }
  .instrument-caption > span:last-child {
    display: none;
  }
  .delivery-path {
    inset: 85px 5% 80px;
    gap: 5px;
  }
  .delivery-milestone {
    gap: 27px;
  }
  .milestone-orbit {
    width: 45px;
    height: 45px;
  }
  .milestone-orbit i:last-child {
    inset: 18px;
  }
  .delivery-milestone strong {
    font-size: 10px;
  }
  .milestone-number {
    font-size: 9px;
  }
  .route-key,
  .scope-labels {
    left: 7%;
    right: 7%;
    bottom: 83px;
    font-size: 9px;
  }
  .route-drawing {
    top: 55px;
  }
  .route-node text {
    font-size: 16px;
  }
  .scope-screen {
    top: 70px;
    bottom: 135px;
  }
  .capacity-grid {
    inset: 75px 10% 125px;
    gap: 8px;
  }
  .architecture-inspector-tools {
    font-size: 7px;
    padding: 10px;
    gap: 10px;
  }
  .architecture-inspector-tools label {
    font-size: 8px;
    gap: 7px;
  }
  .architecture-inspector-tools input {
    width: 60px;
  }
  .contact-thread {
    inset: 94px 10px 10px;
    border-radius: 18px;
  }
  .contact-thread > span {
    font-size: 22vw;
    bottom: 14%;
    right: 7%;
  }
  .reading-line {
    top: 79px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .content-hero.hub-hero {
    height: auto;
    min-height: 0;
  }
  .content-pin {
    position: relative;
    min-height: 750px;
    height: auto;
  }
  .content-hero .direct-scene {
    height: 560px;
    min-height: 560px;
  }
  .content-hero .content-pin {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .content-hero .hub-heading {
    padding-bottom: 25px;
  }
  .direct-scene *,
  .architecture-viewport > img,
  .about-scroll-chapter,
  .partner-logos > a,
  .customer-logos > div {
    transition: none !important;
    animation: none !important;
  }
  .signal-node p {
    opacity: 1;
    transform: none;
  }
  .signal-node,
  .connection-type > span,
  .delivery-milestone {
    transform: none !important;
  }
  .continuous-about .about-scroll-chapter {
    opacity: 1 !important;
    transform: none !important;
  }
  .archive-card {
    transform: none;
  }
  .content-hero .hub-scroll {
    display: none;
  }
  @media (max-width: 800px) {
    .content-pin {
      min-height: 0;
    }
    .content-hero .direct-scene {
      height: 500px;
      min-height: 500px;
    }
  }
}
/* Keep all sample fields readable in a laptop-height viewport. */
@media (min-width: 801px) and (max-height: 820px) {
  .document-table {
    inset: 83px 8% 127px;
  }
  .source-document,
  .decoded-document {
    padding: 23px 30px;
  }
  .source-document h2 {
    font-size: 25px;
    margin: 17px 0;
  }
  .document-fields {
    margin: 17px 0;
    gap: 12px;
  }
  .document-fields small {
    font-size: 8px;
  }
  .document-fields strong {
    font-size: 10px;
  }
  .document-lines {
    gap: 5px;
    width: 65%;
  }
  .document-lines i {
    height: 2px;
  }
  .decoded-document pre {
    font-size: 12px;
    line-height: 1.65;
    margin: 17px 0;
  }
  .recognition-tags span {
    font-size: 8px;
    padding: 4px 6px;
  }
  .decoded-document p {
    font-size: 11px;
    margin-top: 12px;
  }
  .scanner-footer {
    bottom: 72px;
  }
}
/* Clear the old absolutely-positioned mobile heading offsets. */
.content-hero .hub-heading {
  right: auto;
  bottom: auto;
}
.insight-cover.detail-cover {
  padding: 0 !important;
  background: #244bff !important;
}
.insight-cover .type-scene {
  width: 100%;
  height: 100%;
  min-height: 500px;
  background: #244bff;
  border-radius: 0;
}
.type-caption {
  position: absolute;
  left: 6%;
  top: 8%;
  font: 10px var(--mono);
  color: #c4d0ff;
}
.type-glyphs {
  position: absolute;
  inset: 25% 5% 25%;
  display: flex;
  align-items: center;
  font-size: clamp(60px, 10vw, 170px);
  letter-spacing: -0.075em;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  perspective: 1000px;
  z-index: 2;
}
.type-glyphs > span {
  display: inline-block;
  transform: translateY(
      calc(sin(var(--scrub) * 6.28 + var(--glyph) * 0.65) * 35px)
    )
    rotateY(calc((var(--pointer-x) - 0.5) * -30deg));
  text-shadow: 0 15px 40px #082aaa60;
}
.type-lines {
  position: absolute;
  inset: 20% 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: perspective(650px) rotateY(calc((var(--pointer-x) - 0.5) * 25deg))
    rotateZ(-13deg);
}
.type-lines i {
  height: 1px;
  background: #d4dfff35;
}
.type-summary {
  position: absolute;
  left: 6%;
  bottom: 17%;
  font-size: 15px;
  color: #e0e7ff;
}
@media (max-width: 800px) {
  .type-glyphs {
    font-size: 21vw;
  }
  .type-summary {
    font-size: 12px;
  }
  .type-caption {
    font-size: 8px;
  }
  .insight-cover .type-scene {
    min-height: 480px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .type-glyphs > span,
  .type-lines {
    transform: none !important;
  }
}
@media (max-width: 800px) {
  .signal-node p {
    opacity: 0.9;
  }
  .signal-node {
    color: #a4aec3;
  }
}
.hub-contact .contact-direct .hub-heading h1,
.hub-contact .contact-direct .hub-mail {
  color: #fff;
}
.hub-contact .contact-direct .hub-heading .eyebrow,
.hub-contact .contact-direct .back-link {
  color: #d3ddff;
}
