.technology-exploration-page {
  color: var(--white);
  background:
    radial-gradient(circle at 78% 16%, rgba(37, 63, 246, 0.22), transparent 32%),
    linear-gradient(180deg, #101114 0%, #15161a 44%, #f4f4f4 44%, #f4f4f4 100%);
}

.technology-exploration-page .site-header {
  color: var(--white);
}

.tech-system {
  overflow: hidden;
}

.tech-system-hero {
  position: relative;
  min-height: 100svh;
  padding: 138px 0 76px;
  background:
    linear-gradient(120deg, rgba(19, 19, 21, 0.98), rgba(19, 19, 21, 0.88) 48%, rgba(19, 19, 21, 0.96)),
    radial-gradient(circle at 78% 38%, rgba(116, 152, 253, 0.2), transparent 34%);
}

.tech-system-grid {
  position: absolute;
  inset: 0;
  opacity: 0.52;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 82%, transparent);
}

.tech-system-hero::before {
  content: "";
  position: absolute;
  top: 154px;
  right: 2vw;
  width: min(640px, 46vw);
  height: 74%;
  border: 1px solid rgba(116, 152, 253, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(116, 152, 253, 0.28) 1px, transparent 1px),
    linear-gradient(rgba(116, 152, 253, 0.18) 1px, transparent 1px),
    radial-gradient(circle at 56% 42%, rgba(202, 239, 86, 0.12), transparent 28%);
  background-size: 72px 72px, 72px 72px, auto;
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent);
  opacity: 0.42;
}

.tech-system-hero::after {
  content: "";
  position: absolute;
  top: 136px;
  right: 5vw;
  width: min(620px, 43vw);
  height: 70%;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 30%, rgba(202, 239, 86, 0.52) 0 4px, transparent 5px),
    radial-gradient(circle at 42% 42%, rgba(116, 152, 253, 0.5) 0 4px, transparent 5px),
    radial-gradient(circle at 58% 28%, rgba(202, 239, 86, 0.44) 0 5px, transparent 6px),
    radial-gradient(circle at 76% 52%, rgba(116, 152, 253, 0.44) 0 4px, transparent 5px),
    radial-gradient(circle at 88% 36%, rgba(202, 239, 86, 0.38) 0 4px, transparent 5px),
    linear-gradient(24deg, transparent 31%, rgba(116, 152, 253, 0.28) 31.2% 31.6%, transparent 31.8%),
    linear-gradient(118deg, transparent 42%, rgba(202, 239, 86, 0.24) 42.2% 42.6%, transparent 42.8%),
    linear-gradient(152deg, transparent 55%, rgba(116, 152, 253, 0.24) 55.2% 55.6%, transparent 55.8%);
  filter: drop-shadow(0 0 24px rgba(116, 152, 253, 0.18));
  opacity: 0.62;
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent);
}

.tech-system-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(640px, 1.26fr);
  gap: clamp(34px, 4.6vw, 64px);
  align-items: center;
  width: min(var(--wide), calc(100% - 64px));
  margin: 0 auto;
}

.tech-system-copy {
  padding-top: 24px;
}

.tech-eyebrow,
.tech-section-heading p {
  margin: 0 0 16px;
  color: var(--lime);
  font-size: 0.76rem;
  font-weight: 860;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tech-section-heading p {
  color: var(--flight-blue);
}

.section-dark .tech-section-heading p {
  color: var(--lime);
}

.tech-system-copy h1 {
  max-width: 590px;
  margin: 0;
  font-family: var(--font-primary);
  font-size: clamp(2.85rem, 4.7vw, 5.35rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.tech-system-copy > p {
  max-width: 570px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
}

.tech-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.tech-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  color: var(--black-sky);
  background: var(--lime);
  border: 1px solid var(--lime);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 850;
}

.tech-hero-actions a + a {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
}

.tech-intelligence-map {
  position: relative;
  min-height: 650px;
  perspective: 1400px;
}

.tech-intelligence-map::before {
  content: "";
  position: absolute;
  inset: 9% 4% 7%;
  border: 1px solid rgba(116, 152, 253, 0.2);
  border-radius: 22px;
  background:
    radial-gradient(circle at 55% 42%, rgba(202, 239, 86, 0.13), transparent 26%),
    linear-gradient(110deg, rgba(37, 63, 246, 0.15), rgba(255, 255, 255, 0.025) 52%, rgba(116, 152, 253, 0.1));
  box-shadow:
    inset 0 0 80px rgba(37, 63, 246, 0.1),
    0 38px 100px rgba(0, 0, 0, 0.25);
  transform: rotateX(58deg) rotateZ(-10deg);
  transform-origin: 50% 62%;
}

.tech-intelligence-map::after {
  content: "";
  position: absolute;
  inset: 17% 13% 17%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  border-radius: 18px;
  opacity: 0.42;
  transform: rotateX(58deg) rotateZ(-10deg);
  transform-origin: 50% 62%;
}

.tech-operating-stack {
  position: relative;
  z-index: 1;
  height: 100%;
}

.tech-layer {
  position: absolute;
  border-radius: 12px;
  backdrop-filter: blur(18px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 24px 80px rgba(0, 0, 0, 0.22);
}

.tech-layer span {
  display: block;
  margin-bottom: 14px;
  color: var(--lime);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tech-layer strong {
  display: block;
  max-width: 460px;
  color: var(--white);
  font-family: var(--font-primary);
  font-size: clamp(1.15rem, 1.7vw, 1.75rem);
  line-height: 1.05;
}

.layer-reality {
  left: 4%;
  right: 10%;
  bottom: 6%;
  min-height: 182px;
  padding: 24px 26px;
  background:
    linear-gradient(120deg, rgba(19, 19, 21, 0.92), rgba(19, 19, 21, 0.72)),
    rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.layer-reality ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.layer-reality li {
  min-height: 36px;
  padding: 10px 11px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 760;
}

.layer-vims {
  left: 11%;
  right: 18%;
  bottom: 31%;
  min-height: 176px;
  padding: 24px 26px;
  background:
    linear-gradient(135deg, rgba(37, 63, 246, 0.28), rgba(255, 255, 255, 0.07)),
    rgba(19, 19, 21, 0.76);
  border: 1px solid rgba(116, 152, 253, 0.36);
}

.visibility-records {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin-top: 22px;
}

.visibility-records p {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  padding: 11px 12px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 780;
}

.visibility-records em {
  color: var(--lime);
  font-style: normal;
}

.layer-signals {
  top: 21%;
  left: 33%;
  width: min(300px, 36%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle, rgba(202, 239, 86, 0.2), rgba(37, 63, 246, 0.13) 38%, rgba(255, 255, 255, 0.025) 39%, transparent 66%),
    repeating-conic-gradient(from 12deg, rgba(116, 152, 253, 0.2) 0 4deg, transparent 4deg 24deg);
  border: 1px solid rgba(202, 239, 86, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(202, 239, 86, 0.12);
}

.signal-node {
  position: absolute;
  max-width: 138px;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(19, 19, 21, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 780;
  text-align: center;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  animation: signalFloat 6s ease-in-out infinite;
}

.signal-core {
  display: grid !important;
  place-items: center;
  width: 112px;
  height: 112px;
  margin: 0 !important;
  color: var(--black-sky) !important;
  background: var(--lime);
  border-radius: 999px;
  font-size: 0.82rem !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 0 18px rgba(202, 239, 86, 0.08);
  animation: techPulse 3.8s ease-in-out infinite;
}

.signal-a {
  top: 20%;
  left: 9%;
}

.signal-b {
  top: 15%;
  right: 4%;
  animation-delay: -1.4s;
}

.signal-c {
  bottom: 18%;
  left: 3%;
  animation-delay: -2.8s;
}

.signal-d {
  right: 8%;
  bottom: 16%;
  animation-delay: -4.2s;
}

.layer-via {
  top: 7%;
  right: 1%;
  width: 45%;
  min-height: 176px;
  padding: 24px 26px;
  background:
    radial-gradient(circle at 74% 22%, rgba(202, 239, 86, 0.18), transparent 36%),
    linear-gradient(135deg, rgba(37, 63, 246, 0.56), rgba(19, 19, 21, 0.72));
  border: 1px solid rgba(116, 152, 253, 0.34);
}

.scenario-lines {
  position: absolute;
  right: 18px;
  bottom: 22px;
  left: 28px;
  display: grid;
  gap: 9px;
}

.scenario-lines i {
  display: block;
  height: 2px;
  background: linear-gradient(90deg, rgba(202, 239, 86, 0.75), rgba(116, 152, 253, 0.18), transparent);
}

.scenario-lines i:nth-child(2) {
  width: 74%;
}

.scenario-lines i:nth-child(3) {
  width: 52%;
}

.layer-decisions {
  top: 1%;
  left: 5%;
  width: 36%;
  min-height: 170px;
  padding: 24px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
    rgba(19, 19, 21, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.layer-decisions div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.layer-decisions p {
  margin: 0;
  padding: 9px 11px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 780;
}

.tech-intelligence-map {
  min-height: auto;
  padding: 22px 24px 24px;
  background:
    radial-gradient(circle at 46% 48%, rgba(202, 239, 86, 0.14), transparent 26%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.026)),
    rgba(19, 19, 21, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 36px 100px rgba(0, 0, 0, 0.28);
  perspective: none;
}

.tech-intelligence-map::before {
  inset: 22px 24px 24px;
  border-color: rgba(116, 152, 253, 0.18);
  border-radius: 14px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 38px 38px;
  box-shadow: none;
  transform: none;
}

.tech-intelligence-map::after {
  display: none;
}

.tech-map-header {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 11px;
  margin: 0 0 20px;
  padding: 0 10px;
}

.tech-map-caption {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
  font-weight: 840;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
}

.tech-signal-key {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0;
  pointer-events: none;
}

.tech-signal-key span {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 13px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(19, 19, 21, 0.68);
  border: 1px solid rgba(116, 152, 253, 0.2);
  border-radius: 999px;
  box-shadow: 0 0 28px rgba(37, 63, 246, 0.1);
  font-size: 0.72rem;
  font-weight: 860;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tech-signal-key span:nth-child(2) {
  border-color: rgba(202, 239, 86, 0.24);
}

.tech-engine-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.86fr 1.16fr 0.6fr 1.16fr 0.86fr;
  gap: 12px;
  align-items: stretch;
}

.tech-engine-flow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4%;
  right: 4%;
  height: 2px;
  background: linear-gradient(90deg, rgba(116, 152, 253, 0.2), rgba(116, 152, 253, 0.58), rgba(202, 239, 86, 0.7), rgba(116, 152, 253, 0.58), rgba(116, 152, 253, 0.2));
  transform: translateY(-50%);
}

.flow-node,
.flow-engine,
.flow-signals,
.tech-outcome-line {
  position: relative;
  z-index: 1;
}

.flow-node,
.flow-engine {
  min-height: 390px;
  padding: 22px;
  border-radius: 12px;
  backdrop-filter: blur(18px);
}

.flow-node {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.flow-engine {
  background:
    radial-gradient(circle at 72% 16%, rgba(202, 239, 86, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(37, 63, 246, 0.56), rgba(19, 19, 21, 0.78));
  border: 1px solid rgba(116, 152, 253, 0.42);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.045),
    0 30px 90px rgba(37, 63, 246, 0.2);
}

.via-engine {
  background:
    radial-gradient(circle at 72% 16%, rgba(202, 239, 86, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(19, 19, 21, 0.8), rgba(37, 63, 246, 0.6));
  border-color: rgba(202, 239, 86, 0.36);
}

.flow-node span,
.flow-engine span,
.tech-outcome-line span {
  display: block;
  margin-bottom: 16px;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.flow-node strong,
.flow-engine h2,
.tech-outcome-line strong {
  display: block;
  margin: 0;
  color: var(--white);
  font-family: var(--font-primary);
  font-size: clamp(1.3rem, 2.1vw, 2.35rem);
  line-height: 1;
}

.flow-engine h2 {
  font-size: clamp(2.1rem, 3.6vw, 4.1rem);
}

.flow-node p,
.flow-engine p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.02rem;
  line-height: 1.48;
}

.flow-node ul,
.decision-node div {
  display: grid;
  gap: 8px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.flow-node li,
.decision-node p,
.engine-proof b,
.flow-signals i {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 820;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.engine-proof {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 52px;
}

.engine-proof b {
  color: var(--white);
}

.flow-signals {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  min-height: 390px;
}

.flow-signals .signal-core {
  width: 104px;
  height: 104px;
  margin-bottom: 8px !important;
}

.flow-signals i {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  text-align: center;
  animation: signalFloat 6s ease-in-out infinite;
}

.flow-signals i:nth-child(3) {
  animation-delay: -1.7s;
}

.flow-signals i:nth-child(4) {
  animation-delay: -3.4s;
}

.decision-node {
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055)),
    rgba(19, 19, 21, 0.64);
}

.decision-node div {
  display: none;
}

.decision-node p {
  margin: 0;
}

.tech-outcome-line {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 16px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
}

.tech-outcome-line span {
  margin: 0;
  color: var(--sky-mist);
}

.tech-outcome-line strong {
  font-family: var(--font-secondary);
  font-size: 0.86rem;
  font-weight: 790;
  letter-spacing: 0.01em;
}

.tech-engine-flow {
  grid-template-columns: minmax(0, 1fr) 132px minmax(0, 1fr);
  grid-template-areas:
    "reality reality reality"
    "vims signals via"
    "decision decision decision";
  align-items: stretch;
}

.tech-engine-flow::before {
  top: 49%;
  left: 18%;
  right: 18%;
}

.reality-node {
  grid-area: reality;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 20px;
  align-items: end;
  min-height: auto;
}

.reality-node strong {
  justify-self: start;
  transform: translate(38px, 34px);
}

.vims-engine {
  grid-area: vims;
}

.flow-signals {
  grid-area: signals;
}

.via-engine {
  grid-area: via;
}

.decision-node {
  grid-area: decision;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 20px;
  align-items: center;
  min-height: auto;
  padding: 14px 20px;
}

.reality-node ul,
.decision-node div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}

.reality-node li {
  min-width: 132px;
  white-space: nowrap;
}

.flow-engine,
.flow-signals {
  min-height: 318px;
}

.flow-engine h2 {
  font-size: clamp(2.25rem, 2.85vw, 3.25rem);
}

.decision-node strong {
  font-size: clamp(1.25rem, 1.6vw, 1.7rem);
}

.engine-proof {
  margin-top: 24px;
}

.tech-outcome-line {
  display: none;
}

.tech-spine-section,
.tech-capability-section,
.tech-context-section {
  color: var(--black-sky);
  background: var(--soft-grey);
}

.tech-spine-section {
  padding: 86px 0 92px;
}

.tech-section-heading {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto 34px;
}

.tech-section-heading h2 {
  max-width: 850px;
  margin: 0;
  font-family: var(--font-primary);
  font-size: clamp(2.1rem, 4vw, 4.55rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.tech-spine {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  width: min(var(--wide), calc(100% - 48px));
  margin: 0 auto;
  border: 1px solid rgba(19, 19, 21, 0.12);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(19, 19, 21, 0.12);
}

.tech-spine article {
  min-height: 250px;
  padding: 24px;
  background: var(--white);
}

.tech-spine article:nth-child(2),
.tech-spine article:nth-child(4) {
  background: #eef2ff;
}

.tech-spine article:nth-child(6) {
  color: var(--white);
  background: var(--black-sky);
}

.tech-spine span,
.tech-roles-grid span,
.tech-platform-core > span,
.tech-capability-grid span,
.tech-context-grid span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  color: var(--black-sky);
  background: var(--lime);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tech-spine p {
  margin: 94px 0 0;
  color: rgba(19, 19, 21, 0.7);
  font-size: 0.92rem;
}

.tech-spine article:nth-child(6) p {
  color: rgba(255, 255, 255, 0.72);
}

.tech-roles-section {
  padding: 92px 0 102px;
}

.tech-roles-section .tech-section-heading h2 {
  max-width: 940px;
}

.tech-roles-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr 1fr;
  gap: 18px;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.tech-roles-grid article {
  min-height: 420px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
}

.tech-roles-grid .is-bridge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(202, 239, 86, 0.18), transparent 44%),
    rgba(255, 255, 255, 0.04);
}

.tech-roles-grid h3,
.tech-context-grid h3 {
  margin: 92px 0 0;
  font-family: var(--font-primary);
  font-size: clamp(1.65rem, 2.5vw, 2.7rem);
  line-height: 1;
}

.tech-roles-grid .is-bridge h3 {
  margin-top: 26px;
}

.tech-roles-grid p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.tech-roles-grid ul {
  display: grid;
  gap: 12px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.tech-roles-grid li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.93rem;
}

.tech-roles-grid li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--sky-mist);
  border-radius: 999px;
}

.tech-capability-section {
  padding: 92px 0 100px;
}

.tech-capability-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 18px;
  width: min(var(--wide), calc(100% - 48px));
  margin: 0 auto;
}

.tech-platform-core,
.tech-capability-grid article {
  background: var(--white);
  border: 1px solid rgba(19, 19, 21, 0.1);
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(19, 19, 21, 0.06);
}

.tech-platform-core {
  min-height: 520px;
  padding: 30px;
  background:
    linear-gradient(160deg, rgba(19, 19, 21, 0.98), rgba(19, 19, 21, 0.9)),
    var(--black-sky);
  color: var(--white);
}

.tech-platform-core h3 {
  max-width: 420px;
  margin: 116px 0 0;
  font-family: var(--font-primary);
  font-size: clamp(1.9rem, 3vw, 3.25rem);
  line-height: 0.98;
}

.tech-platform-core p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.tech-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.tech-capability-grid article {
  min-height: 254px;
  padding: 22px;
}

.tech-capability-grid article:nth-child(2),
.tech-capability-grid article:nth-child(3),
.tech-capability-grid article:nth-child(5) {
  background: #eef2ff;
}

.tech-capability-grid p {
  margin: 90px 0 0;
  color: rgba(19, 19, 21, 0.68);
  font-size: 0.9rem;
}

.tech-context-section {
  padding: 90px 0 104px;
}

.tech-context-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.tech-context-grid article {
  min-height: 310px;
  padding: 26px;
  background: var(--white);
  border: 1px solid rgba(19, 19, 21, 0.1);
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(19, 19, 21, 0.07);
}

.tech-context-grid h3 {
  margin-top: 84px;
  color: var(--black-sky);
}

.tech-context-grid p {
  margin: 18px 0 0;
  color: rgba(19, 19, 21, 0.68);
}

@keyframes techPulse {
  0%,
  100% {
    opacity: 0.72;
    transform: translateY(-50%) scale(0.95);
  }

  50% {
    opacity: 1;
    transform: translateY(-50%) scale(1.08);
  }
}

@keyframes signalFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@media (max-width: 1180px) {
  .tech-system-shell {
    grid-template-columns: 1fr;
  }

  .tech-system-copy h1,
  .tech-system-copy > p {
    max-width: 860px;
  }

  .tech-intelligence-map {
    min-height: auto;
  }

  .tech-engine-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "reality reality"
      "vims via"
      "signals signals"
      "decision decision";
  }

  .tech-engine-flow::before {
    display: none;
  }

  .flow-signals {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: auto;
  }

  .flow-signals .signal-core {
    justify-self: start;
  }

  .flow-node,
  .flow-engine {
    min-height: 310px;
  }

  .tech-spine {
    grid-template-columns: repeat(3, 1fr);
  }

  .tech-roles-grid {
    grid-template-columns: 1fr;
  }

  .tech-capability-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .technology-exploration-page {
    background: var(--black-sky);
  }

  .tech-system-hero {
    min-height: auto;
    padding: 112px 0 54px;
  }

  .tech-system-hero::before,
  .tech-system-hero::after {
    display: none;
  }

  .tech-system-shell,
  .tech-section-heading,
  .tech-spine,
  .tech-roles-grid,
  .tech-capability-layout,
  .tech-context-grid {
    width: min(100% - 28px, var(--max));
  }

  .tech-system-copy h1 {
    font-size: clamp(3rem, 15vw, 4.85rem);
  }

  .tech-hero-actions {
    display: grid;
  }

  .tech-intelligence-map {
    min-height: auto;
    margin-top: 24px;
    perspective: none;
    padding: 18px;
  }

  .tech-intelligence-map::before,
  .tech-intelligence-map::after {
    display: none;
  }

  .tech-operating-stack {
    display: grid;
    gap: 14px;
  }

  .tech-map-header {
    justify-items: start;
    gap: 18px;
    margin-bottom: 22px;
    padding: 0;
  }

  .tech-map-caption {
    justify-content: flex-start;
    line-height: 1.35;
    text-align: left;
    white-space: normal;
  }

  .tech-signal-key {
    position: relative;
    top: auto;
    right: auto;
    flex-wrap: wrap;
    margin-bottom: 14px;
  }

  .reality-node strong {
    transform: none;
  }

  .tech-engine-flow {
    grid-template-columns: 1fr;
    grid-template-areas:
      "reality"
      "vims"
      "signals"
      "via"
      "decision";
    gap: 12px;
  }

  .flow-node,
  .flow-engine,
  .flow-signals {
    min-height: auto;
    padding: 18px;
  }

  .reality-node,
  .decision-node {
    display: block;
  }

  .flow-node ul,
  .engine-proof,
  .decision-node div {
    margin-top: 24px;
  }

  .flow-node ul,
  .decision-node div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reality-node li {
    min-width: 0;
  }

  .flow-signals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-signals .signal-core {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .flow-engine h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .flow-engine p {
    margin-top: 14px;
  }

  .tech-outcome-line {
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 14px;
  }

  .tech-spine-section,
  .tech-roles-section,
  .tech-capability-section,
  .tech-context-section {
    padding: 68px 0;
  }

  .tech-spine,
  .tech-capability-grid,
  .tech-context-grid {
    grid-template-columns: 1fr;
  }

  .tech-spine article,
  .tech-platform-core,
  .tech-capability-grid article,
  .tech-context-grid article {
    min-height: 210px;
  }

  .tech-spine p,
  .tech-capability-grid p {
    margin-top: 62px;
  }

  .tech-platform-core h3 {
    margin-top: 74px;
  }

  .tech-roles-grid article {
    min-height: auto;
  }

  .tech-roles-grid h3,
  .tech-context-grid h3 {
    margin-top: 64px;
  }
}
