:root {
  --tech-ink: #10212d;
  --tech-navy: #0b1d2a;
  --tech-navy-soft: #173345;
  --tech-gold: #c99b2d;
  --tech-teal: #147b82;
  --tech-red: #9a493d;
  --tech-paper: #ffffff;
  --tech-soft: #f3f6f7;
  --tech-line: #d7e0e4;
  --tech-muted: #566773;
  --tech-copy-font: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body.technology-page {
  background: var(--tech-paper);
  color: var(--tech-ink);
}

.tech-page,
.tech-page * {
  box-sizing: border-box;
}

.tech-page {
  overflow: hidden;
  font-family: var(--tech-copy-font);
}

.tech-page h1,
.tech-page h2,
.tech-page h3,
.tech-page p,
.tech-page ul,
.tech-page ol,
.tech-page dl,
.tech-page figure {
  margin-top: 0;
}

.tech-page h1,
.tech-page h2,
.tech-page h3 {
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
  text-wrap: balance;
  letter-spacing: 0;
}

.tech-page p {
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
  text-align: left;
  text-align: start;
  text-wrap: pretty;
  font-family: var(--tech-copy-font);
  letter-spacing: 0;
}

@supports (word-break: auto-phrase) {
  .tech-page h1,
  .tech-page h2,
  .tech-page h3,
  .tech-page p {
    word-break: auto-phrase;
  }
}

.tech-page a,
.tech-page button {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, opacity .18s ease;
}

.tech-page a:focus-visible,
.tech-page button:focus-visible {
  outline: 3px solid #2b8ca0;
  outline-offset: 3px;
}

.tech-section {
  padding: 92px 0;
  scroll-margin-top: 112px;
}

.tech-section--soft {
  background: var(--tech-soft);
}

.tech-section--dark {
  background: var(--tech-navy);
  color: #fff;
}

.tech-heading {
  max-width: 900px;
  margin-bottom: 46px;
}

.tech-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.tech-heading__index,
.tech-eyebrow,
.tech-kicker {
  display: block;
  margin-bottom: 15px;
  color: var(--tech-gold);
  font: 700 12px/1.5 "Roboto", sans-serif;
  letter-spacing: 0;
}

.tech-heading h2 {
  margin-bottom: 19px;
  color: var(--tech-ink);
  font: 700 38px/1.28 "Oswald", sans-serif;
}

.tech-heading p {
  margin-bottom: 0;
  color: var(--tech-muted);
  font-size: 15px;
  line-height: 1.85;
}

.tech-section--dark .tech-heading h2 {
  color: #fff;
}

.tech-section--dark .tech-heading p {
  color: #cbd6dc;
}

.tech-status {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding-left: 11px;
  border-left: 3px solid var(--tech-gold);
  color: #6a5420;
  font: 700 10px/1.4 "Roboto", sans-serif;
  letter-spacing: 0;
}

.tech-status--teal {
  border-left-color: var(--tech-teal);
  color: #17666b;
}

.tech-status--muted {
  border-left-color: #86949c;
  color: #62727d;
}

.tech-section--dark .tech-status {
  color: #f1d783;
}

.tech-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 20px;
  border: 1px solid var(--tech-ink);
  border-radius: 2px;
  background: var(--tech-ink);
  color: #fff;
  font: 700 13px/1.4 "Roboto", sans-serif;
  text-decoration: none;
  letter-spacing: 0;
}

.tech-button:hover,
.tech-button:focus {
  border-color: var(--tech-teal);
  background: var(--tech-teal);
  color: #fff;
  text-decoration: none;
}

.tech-button--secondary {
  background: transparent;
  color: var(--tech-ink);
}

.tech-button--secondary:hover,
.tech-button--secondary:focus {
  color: #fff;
}

.tech-button--light {
  border-color: #fff;
  background: #fff;
  color: var(--tech-navy);
}

.tech-button--light:hover,
.tech-button--light:focus {
  border-color: #d3e0e5;
  background: #d3e0e5;
  color: var(--tech-navy);
}

.tech-button--ghost-light {
  border-color: rgba(255,255,255,.68);
  background: transparent;
  color: #fff;
}

.tech-button--ghost-light:hover,
.tech-button--ghost-light:focus {
  border-color: #fff;
  background: #fff;
  color: var(--tech-navy);
}

.tech-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 0 5px;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.tech-text-link:hover,
.tech-text-link:focus {
  color: var(--tech-teal);
  text-decoration: none;
}

/* 01: hero */
.tech-hero {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  min-height: 548px;
  background: var(--tech-navy) url("../images/physical-ai-platform-cinematic-v3.jpg") center center / cover no-repeat;
  color: #fff;
  isolation: isolate;
}

.tech-hero > .container {
  width: 100%;
  min-width: 0;
}

.tech-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(7, 22, 32, .74);
  content: "";
}

.tech-hero__content {
  max-width: 940px;
  padding: 72px 0 62px;
}

.tech-hero .tech-eyebrow {
  margin-bottom: 18px;
  color: #ebc65d;
}

.tech-hero h1 {
  max-width: 780px;
  margin: 0 0 22px;
  color: #fff;
  font: 700 52px/1.18 "Oswald", sans-serif;
}

.tech-hero__lead {
  max-width: 840px;
  margin-bottom: 17px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.tech-hero__support {
  max-width: 830px;
  margin-bottom: 28px;
  color: #d9e2e6;
  font-size: 14px;
  line-height: 1.8;
}

.tech-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 14px;
}

.tech-hero__states {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 920px;
  margin: 34px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255,255,255,.34);
  list-style: none;
}

.tech-hero__states li {
  min-height: 52px;
  padding: 0 17px;
  border-left: 1px solid rgba(255,255,255,.2);
  color: #dbe4e8;
  font-size: 11px;
  line-height: 1.55;
}

.tech-hero__states li:first-child {
  padding-left: 0;
  border-left: 0;
}

.tech-hero__states strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 12px;
}

/* 02: Sky-Drones videos */
.tech-video-section {
  background: #fff;
}

.tech-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.tech-video-card {
  overflow: hidden;
  border: 1px solid var(--tech-line);
  border-top: 3px solid var(--tech-navy-soft);
  border-radius: 4px;
  background: #fff;
}

.tech-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #07131b;
}

.tech-youtube-player,
.tech-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}
.tech-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.tech-video-overlay[hidden] {
  display: none;
}

.tech-video-overlay.is-starting {
  background-color: #06131e;
  background-position: center;
  background-size: cover;
  cursor: progress;
}

.tech-video-overlay[data-video-overlay="flight"].is-starting {
  background-image: url("../assets/images/drone/swarm.webp");
}

.tech-video-overlay[data-video-overlay="cloud"].is-starting {
  background-image: url("../assets/images/drone/sky-drones-cloud.webp");
}

.tech-video-overlay.is-starting .tech-video-overlay__icon {
  opacity: 0;
}

.tech-video-overlay.is-starting::after {
  position: absolute;
  width: 34px;
  height: 34px;
  border: 3px solid rgba(255, 255, 255, .45);
  border-top-color: #fff;
  border-radius: 50%;
  content: "";
  animation: tech-video-spin .75s linear infinite;
}

@keyframes tech-video-spin {
  to { transform: rotate(360deg); }
}

.tech-video-overlay__icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  background: #ff0033;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .28);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  transition: transform .2s ease, background-color .2s ease;
}

.tech-video-overlay:hover .tech-video-overlay__icon,
.tech-video-overlay:focus-visible .tech-video-overlay__icon {
  transform: scale(1.06);
  background: #d9002b;
}

.tech-video-overlay__icon .fa {
  margin-left: 3px;
}

@media (max-width: 767px) {
  .tech-video-overlay__icon {
    width: 62px;
    height: 62px;
    font-size: 21px;
  }
}

.tech-video-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #cbd7dc;
  font: 700 12px/1.5 "Roboto", sans-serif;
  text-align: center;
}

.tech-video-copy {
  padding: 26px 26px 24px;
}

.tech-video-copy .tech-status {
  margin-bottom: 16px;
}

.tech-video-kicker {
  margin-bottom: 6px;
  color: var(--tech-teal);
  font: 700 11px/1.5 "Roboto", sans-serif;
}

.tech-video-copy h3 {
  margin-bottom: 12px;
  color: var(--tech-ink);
  font: 700 24px/1.35 "Oswald", sans-serif;
}

.tech-video-copy > p:last-of-type {
  min-height: 58px;
  margin-bottom: 0;
  color: var(--tech-muted);
  font-size: 14px;
  line-height: 1.8;
}

.tech-video-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid var(--tech-line);
}

.tech-video-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid #aebcc4;
  border-radius: 2px;
  background: #fff;
  color: var(--tech-ink);
  font-size: 12px;
  font-weight: 700;
}

.tech-video-control[hidden] {
  display: none;
}

.tech-video-control i {
  margin-right: 7px;
}

.tech-video-control:hover,
.tech-video-control:focus {
  border-color: var(--tech-teal);
  background: #eef6f6;
  color: #0f676d;
}

.tech-video-control[aria-pressed="true"] {
  border-color: var(--tech-red);
  background: #fff5f2;
  color: var(--tech-red);
}

.tech-video-state {
  margin-left: auto;
  color: #677983;
  font-size: 11px;
  line-height: 1.5;
}

/* 04: two edges */
.edge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.edge-card {
  position: relative;
  padding: 32px;
  border: 1px solid var(--tech-line);
  border-radius: 4px;
  background: #fff;
}

.edge-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.edge-card__icon {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  place-items: center;
  border: 1px solid #b7c6cd;
  color: var(--tech-teal);
  font-size: 21px;
}

.edge-card__label {
  margin-bottom: 7px;
  color: var(--tech-gold);
  font: 700 11px/1.5 "Roboto", sans-serif;
}

.edge-card h3 {
  margin-bottom: 18px;
  color: var(--tech-ink);
  font: 700 26px/1.4 "Oswald", sans-serif;
}

.edge-card ul,
.data-layer ul,
.domain-card ul,
.dx-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.edge-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 20px;
}

.edge-card li,
.data-layer li,
.domain-card li,
.dx-list li {
  position: relative;
  padding: 8px 0 8px 17px;
  border-bottom: 1px solid #e4eaed;
  color: #465b68;
  font-size: 13px;
  line-height: 1.6;
}

.edge-card li::before,
.data-layer li::before,
.domain-card li::before,
.dx-list li::before {
  position: absolute;
  top: 16px;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--tech-gold);
  content: "";
}

.edge-relationship {
  margin-top: 28px;
  padding: 25px 28px;
  border-left: 4px solid var(--tech-teal);
  background: var(--tech-navy);
  color: #fff;
}

.edge-relationship strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.6;
}

.edge-relationship p {
  margin-bottom: 0;
  color: #cbd6dc;
  font-size: 12px;
  line-height: 1.8;
}

/* 05: AI eye */
.ai-eye-layout {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  align-items: center;
  gap: 56px;
}

.ai-eye-figure {
  margin: 0;
}

.ai-eye-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.ai-eye-figure figcaption {
  margin-top: 10px;
  color: #6b7b84;
  font-size: 11px;
  line-height: 1.5;
}

.ai-eye-copy h2 {
  margin: 18px 0 20px;
  color: var(--tech-ink);
  font: 700 38px/1.32 "Oswald", sans-serif;
}

.ai-eye-copy > p {
  color: var(--tech-muted);
  font-size: 15px;
  line-height: 1.85;
}

.ai-eye-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 27px 0 22px;
  border-top: 1px solid #cdd8dd;
  border-left: 1px solid #cdd8dd;
}

.ai-eye-values div {
  min-height: 115px;
  padding: 18px;
  border-right: 1px solid #cdd8dd;
  border-bottom: 1px solid #cdd8dd;
}

.ai-eye-values dt {
  margin-bottom: 7px;
  color: var(--tech-teal);
  font: 700 13px/1.4 "Roboto", sans-serif;
}

.ai-eye-values dd {
  margin: 0;
  color: #4f626e;
  font-size: 12px;
  line-height: 1.7;
}

.ai-eye-stage {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 15px;
  padding: 13px 0;
  border-bottom: 1px solid #d9e1e4;
}

.ai-eye-stage p {
  margin: 0;
  color: #586a75;
  font-size: 12px;
  line-height: 1.7;
}

.ai-eye-copy .tech-text-link {
  margin-top: 18px;
}

/* 06: mesh network */
.mesh-figure {
  margin: 0;
}

.mesh-network {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px minmax(0, 1fr);
  align-items: center;
  gap: 32px;
  min-height: 520px;
  padding: 42px;
  border-radius: 4px;
  background: #0b1d2a;
  color: #fff;
}

.mesh-column {
  display: grid;
  gap: 13px;
}

.mesh-node {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  min-height: 62px;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.04);
  color: #eef4f6;
}

.mesh-column--left .mesh-node::after {
  position: absolute;
  top: 50%;
  width: 33px;
  height: 1px;
  background: rgba(74,177,184,.8);
  content: "";
}

.mesh-column--left .mesh-node::after {
  right: -34px;
}

.mesh-column--right .mesh-node::before {
  position: absolute;
  top: 50%;
  left: -34px;
  width: 33px;
  height: 1px;
  background: rgba(74,177,184,.8);
  content: "";
}

.mesh-node i {
  color: #e6bd52;
  font-size: 17px;
}

.mesh-node span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.mesh-core {
  position: relative;
  display: grid;
  width: 190px;
  height: 190px;
  margin: 0 auto;
  place-items: center;
  border: 1px solid #61aeb4;
  border-radius: 50%;
  box-shadow: 0 0 0 16px rgba(54,139,148,.12), 0 0 0 32px rgba(54,139,148,.06);
  text-align: center;
}

.mesh-core i {
  display: block;
  margin-bottom: 10px;
  color: #e7bd50;
  font-size: 28px;
}

.mesh-core strong {
  display: block;
  color: #fff;
  font: 700 15px/1.5 "Oswald", sans-serif;
}

.mesh-core span {
  display: block;
  margin-top: 4px;
  color: #9ec6cb;
  font-size: 10px;
  line-height: 1.45;
}

.mesh-figure figcaption {
  margin-top: 15px;
  color: #657780;
  font-size: 12px;
  line-height: 1.8;
}

.mesh-figure__media {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  border: 1px solid #c6d2d8;
  border-top: 3px solid var(--tech-teal);
  background: #fff;
  box-shadow: 0 20px 48px rgba(11, 29, 42, .1);
}

.mesh-figure__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mesh-figure__media:focus-visible {
  outline: 3px solid var(--tech-teal);
  outline-offset: -3px;
}

.mesh-figure__expand {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 2px;
  background: rgba(11, 29, 42, .88);
  color: #fff;
  font-size: 16px;
}

.mesh-figure__media:hover .mesh-figure__expand,
.mesh-figure__media:focus .mesh-figure__expand {
  background: var(--tech-teal);
}

@media (max-width: 767px) {
  .mesh-figure__media {
    box-shadow: 0 14px 30px rgba(11, 29, 42, .09);
  }

  .mesh-figure__expand {
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
.mesh-capabilities {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--tech-line);
  border-left: 1px solid var(--tech-line);
}

.mesh-capabilities li {
  min-height: 80px;
  padding: 18px;
  border-right: 1px solid var(--tech-line);
  border-bottom: 1px solid var(--tech-line);
  color: #526570;
  font-size: 12px;
  line-height: 1.65;
}

.mesh-capabilities i {
  display: block;
  margin-bottom: 8px;
  color: var(--tech-teal);
  font-size: 16px;
}

/* 07: data infrastructure */
.data-layers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.data-layer {
  padding: 28px 25px;
  border-top: 4px solid var(--tech-teal);
  border-right: 1px solid var(--tech-line);
  border-bottom: 1px solid var(--tech-line);
  border-left: 1px solid var(--tech-line);
  border-radius: 4px;
  background: #fff;
}

.data-layer:nth-child(2) {
  border-top-color: var(--tech-gold);
}

.data-layer:nth-child(3) {
  border-top-color: var(--tech-red);
}

.data-layer__number {
  display: block;
  margin-bottom: 10px;
  color: #83929a;
  font: 700 12px/1.4 "Roboto", sans-serif;
}

.data-layer h3 {
  min-height: 58px;
  margin-bottom: 13px;
  color: var(--tech-ink);
  font: 700 23px/1.35 "Oswald", sans-serif;
}

.data-layer__targets {
  min-height: 72px;
  margin-bottom: 16px;
  color: #5d6f79;
  font-size: 12px;
  line-height: 1.75;
}

.data-policy {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 30px;
  margin-top: 26px;
  padding: 27px 30px;
  background: var(--tech-navy);
  color: #fff;
}

.data-policy h3 {
  margin: 0;
  color: #fff;
  font: 700 19px/1.5 "Oswald", sans-serif;
}

.data-policy p {
  margin: 0;
  color: #cbd6dc;
  font-size: 12px;
  line-height: 1.75;
}

.data-values {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin: 24px 0 0;
  padding: 0;
  border-top: 1px solid var(--tech-line);
  border-left: 1px solid var(--tech-line);
  list-style: none;
}

.data-values li {
  display: grid;
  min-height: 72px;
  padding: 12px 8px;
  place-items: center;
  border-right: 1px solid var(--tech-line);
  border-bottom: 1px solid var(--tech-line);
  color: #40545f;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

/* 08: flywheel */
.flywheel {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  counter-reset: flywheel;
  list-style: none;
}

.flywheel li {
  position: relative;
  min-height: 192px;
  padding: 24px 18px 20px;
  border-top: 3px solid #fff;
  border-right: 1px solid rgba(255,255,255,.18);
  counter-increment: flywheel;
}

.flywheel li:last-child {
  border-right: 0;
}

.flywheel li::before {
  display: block;
  margin-bottom: 15px;
  color: #e7bd50;
  content: "0" counter(flywheel);
  font: 700 12px/1.4 "Roboto", sans-serif;
}

.flywheel strong {
  display: block;
  margin-bottom: 9px;
  color: #fff;
  font: 700 17px/1.35 "Oswald", sans-serif;
}

.flywheel span {
  color: #cbd6dc;
  font-size: 11px;
  line-height: 1.75;
}

.flywheel-governance {
  margin: 28px 0 0;
  padding: 18px 20px;
  border-left: 3px solid #e7bd50;
  background: rgba(255,255,255,.06);
  color: #dce4e8;
  font-size: 12px;
  line-height: 1.8;
}

/* 09: DX */
.dx-quote {
  margin: 0 0 35px;
  padding: 24px 28px;
  border-left: 4px solid var(--tech-gold);
  background: #fff;
  color: var(--tech-ink);
  font: 700 21px/1.6 "Oswald", sans-serif;
}

.dx-edge-visual {
  max-width: 1120px;
  margin: 0 auto 38px;
}

.dx-edge-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--tech-line);
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  background: #fff;
}

.tech-visual-caption {
  display: flex;
  min-height: 48px;
  margin: 0;
  padding: 7px 8px 7px 13px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--tech-line);
  border-radius: 0 0 4px 4px;
  background: #fff;
  color: #617580;
  font-size: 11px;
  line-height: 1.7;
  text-align: left;
}

.tech-visual-caption > span {
  min-width: 0;
}

.tech-visual-caption a {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--tech-line);
  border-radius: 2px;
  color: var(--tech-navy);
  font-size: 14px;
}

.tech-visual-caption a:hover,
.tech-visual-caption a:focus {
  border-color: var(--tech-teal);
  background: var(--tech-teal);
  color: #fff;
}

.dx-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.dx-panel {
  padding: 28px;
  border: 1px solid var(--tech-line);
  background: #fff;
}

.dx-panel h3 {
  margin-bottom: 17px;
  color: var(--tech-ink);
  font: 700 20px/1.45 "Oswald", sans-serif;
}

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

.dx-note {
  margin: 24px 0 0;
  color: #637681;
  font-size: 12px;
  line-height: 1.8;
}

/* 10: patents */
.patent-intro {
  max-width: 870px;
  margin-bottom: 36px;
  color: #cbd6dc;
  font-size: 14px;
  line-height: 1.85;
}

.patent-stack {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,.22);
  list-style: none;
  counter-reset: patents;
}

.patent-stack li {
  display: grid;
  grid-template-columns: 62px 280px 1fr;
  align-items: center;
  min-height: 82px;
  border-bottom: 1px solid rgba(255,255,255,.18);
  counter-increment: patents;
}

.patent-stack li::before {
  color: #e7bd50;
  content: "0" counter(patents);
  font: 700 12px/1.4 "Roboto", sans-serif;
}

.patent-stack strong {
  color: #fff;
  font: 700 17px/1.45 "Oswald", sans-serif;
}

.patent-stack span {
  color: #c5d1d7;
  font-size: 12px;
  line-height: 1.7;
}

.patent-note {
  margin: 28px 0 0;
  color: #e3ebee;
  font-size: 13px;
  font-weight: 700;
}

/* 11: application domains */
.domain-visual {
  max-width: 1040px;
  margin: 0 auto 38px;
  text-align: center;
}

.domain-visual img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid var(--tech-line);
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  background: #fff;
}

.domain-visual figcaption {
  margin-top: 10px;
  color: #697b85;
  font-size: 11px;
}

.domain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.domain-card {
  min-height: 340px;
  padding: 25px;
  border: 1px solid var(--tech-line);
  border-top: 3px solid var(--tech-navy-soft);
  border-radius: 4px;
  background: #fff;
}

.domain-card h3 {
  min-height: 54px;
  margin-bottom: 13px;
  color: var(--tech-ink);
  font: 700 20px/1.35 "Oswald", sans-serif;
}

.domain-card__layer {
  display: block;
  min-height: 43px;
  margin-bottom: 12px;
  padding: 8px 0;
  border-top: 1px solid var(--tech-line);
  border-bottom: 1px solid var(--tech-line);
  color: var(--tech-teal);
  font: 700 10px/1.5 "Roboto", sans-serif;
}

/* 12: ecosystem */
.partner-equation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
  align-items: stretch;
  margin-bottom: 30px;
}

.partner-pillar {
  padding: 30px;
  border: 1px solid var(--tech-line);
  background: #fff;
}

.partner-pillar .tech-status {
  margin-bottom: 16px;
}

.partner-pillar h3 {
  margin-bottom: 10px;
  color: var(--tech-ink);
  font: 700 25px/1.4 "Oswald", sans-serif;
}

.partner-pillar p {
  margin: 0;
  color: var(--tech-muted);
  font-size: 13px;
  line-height: 1.85;
}

.partner-plus {
  display: grid;
  place-items: center;
  color: var(--tech-gold);
  font-size: 25px;
  font-weight: 700;
}

.partner-copy {
  max-width: 900px;
  margin: 0;
  color: #4f626e;
  font-size: 15px;
  line-height: 1.85;
}

/* 13: CTA */
.tech-final {
  padding: 78px 0;
  background: var(--tech-navy-soft);
  color: #fff;
}

.tech-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
}

.tech-final h2 {
  margin-bottom: 15px;
  color: #fff;
  font: 700 38px/1.3 "Oswald", sans-serif;
}

.tech-final p {
  max-width: 760px;
  margin-bottom: 0;
  color: #d2dde2;
  font-size: 14px;
  line-height: 1.8;
}

.tech-final__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 14px;
  justify-content: flex-end;
  max-width: 390px;
}

.tech-final .tech-text-link {
  color: #fff;
}

.tech-final .tech-text-link:hover,
.tech-final .tech-text-link:focus {
  color: #bce3e5;
}

@media (max-width: 1199px) {
  .tech-hero h1 {
    font-size: 46px;
  }
  .mesh-network {
    grid-template-columns: minmax(0, 1fr) 190px minmax(0, 1fr);
    gap: 24px;
    padding: 34px;
  }
  .mesh-core {
    width: 164px;
    height: 164px;
  }
  .mesh-column--left .mesh-node::after,
  .mesh-column--right .mesh-node::before {
    width: 25px;
  }
  .mesh-column--left .mesh-node::after {
    right: -26px;
  }
  .mesh-column--right .mesh-node::before {
    left: -26px;
  }
  .flywheel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flywheel li:nth-child(3) {
    border-right: 0;
  }
  .flywheel li:nth-child(-n+3) {
    border-bottom: 1px solid rgba(255,255,255,.18);
  }
  .data-values {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .tech-section {
    padding: 76px 0;
  }
  .tech-heading h2,
  .ai-eye-copy h2,
  .tech-final h2 {
    font-size: 34px;
  }
  .tech-hero {
    min-height: 520px;
  }
  .tech-hero h1 {
    font-size: 42px;
  }
  .tech-hero__states {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tech-hero__states li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }
  .tech-video-grid,
  .edge-grid,
  .ai-eye-layout,
  .dx-grid,
  .tech-final__inner {
    grid-template-columns: 1fr;
  }
  .tech-video-copy > p:last-of-type {
    min-height: 0;
  }
  .ai-eye-layout {
    gap: 38px;
  }
  .ai-eye-figure {
    max-width: 675px;
  }
  .mesh-network {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .mesh-core {
    order: -1;
  }
  .mesh-column--left .mesh-node::after,
  .mesh-column--right .mesh-node::before {
    display: none;
  }
  .mesh-figure__media {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  border: 1px solid #c6d2d8;
  border-top: 3px solid var(--tech-teal);
  background: #fff;
  box-shadow: 0 20px 48px rgba(11, 29, 42, .1);
}

.mesh-figure__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mesh-figure__media:focus-visible {
  outline: 3px solid var(--tech-teal);
  outline-offset: -3px;
}

.mesh-figure__expand {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 2px;
  background: rgba(11, 29, 42, .88);
  color: #fff;
  font-size: 16px;
}

.mesh-figure__media:hover .mesh-figure__expand,
.mesh-figure__media:focus .mesh-figure__expand {
  background: var(--tech-teal);
}

@media (max-width: 767px) {
  .mesh-figure__media {
    box-shadow: 0 14px 30px rgba(11, 29, 42, .09);
  }

  .mesh-figure__expand {
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
.mesh-capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .data-layers,
  .domain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .data-policy {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .patent-stack li {
    grid-template-columns: 52px 230px 1fr;
  }
  .partner-equation {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .partner-plus {
    min-height: 48px;
  }
  .tech-final__actions {
    justify-content: flex-start;
    max-width: none;
  }
}

@media (max-width: 767px) {
  html {
    scroll-behavior: auto;
  }
  .tech-section {
    padding: 62px 0;
    scroll-margin-top: 76px;
  }
  .tech-heading {
    margin-bottom: 34px;
  }
  .tech-heading h2,
  .ai-eye-copy h2,
  .tech-final h2 {
    font-size: 29px;
    line-height: 1.36;
  }
  .tech-heading p,
  .ai-eye-copy > p {
    font-size: 14px;
    line-height: 1.8;
  }
  .tech-hero {
    min-height: 0;
    background-position: 58% center;
  }
  .tech-hero__content {
    padding: 58px 0 54px;
  }
  .tech-hero h1 {
    font-size: 35px;
    line-height: 1.24;
  }
  .tech-hero__lead {
    font-size: 16px;
    line-height: 1.8;
  }
  .tech-hero__actions,
  .tech-final__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .tech-button,
  .tech-hero .tech-text-link,
  .tech-final .tech-text-link {
    width: 100%;
  }
  .tech-hero .tech-text-link,
  .tech-final .tech-text-link {
    justify-content: center;
  }
  .tech-video-copy,
  .edge-card,
  .dx-panel,
  .partner-pillar {
    padding: 23px 20px;
  }
  .tech-video-copy h3,
  .edge-card h3,
  .partner-pillar h3 {
    font-size: 22px;
  }
  .tech-video-controls {
    align-items: stretch;
    flex-direction: column;
  }
  .tech-video-control {
    width: 100%;
  }
  .tech-video-state {
    margin-left: 0;
    text-align: center;
  }
  .edge-card ul,
  .dx-list {
    grid-template-columns: 1fr;
  }
  .edge-card__top {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .edge-relationship {
    padding: 22px 20px;
  }
  .ai-eye-values,
  .data-layers,
  .domain-grid {
    grid-template-columns: 1fr;
  }
  .ai-eye-stage {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .mesh-network {
    padding: 28px 18px;
  }
  .mesh-core {
    width: 154px;
    height: 154px;
  }
  .mesh-capabilities,
  .data-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .data-layer h3,
  .data-layer__targets {
    min-height: 0;
  }
  .data-policy {
    padding: 23px 20px;
  }
  .flywheel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flywheel li,
  .flywheel li:nth-child(3) {
    min-height: 178px;
    border-right: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
  }
  .flywheel li:nth-child(even) {
    border-right: 0;
  }
  .patent-stack li {
    grid-template-columns: 42px 1fr;
    gap: 10px;
    padding: 18px 0;
  }
  .patent-stack span {
    grid-column: 2;
  }
  .domain-card {
    min-height: 0;
  }
  .domain-card h3,
  .domain-card__layer {
    min-height: 0;
  }
  .tech-final {
    padding: 62px 0;
  }
}

@media (max-width: 480px) {
  .tech-hero__content {
    padding: 44px 0 38px;
  }
  .tech-hero h1 {
    margin-bottom: 17px;
    font-size: 33px;
  }
  .tech-hero__lead {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.7;
  }
  .tech-hero__support,
  .tech-hero__states {
    display: none;
  }
  .tech-hero__actions {
    gap: 8px;
  }
  .tech-hero .tech-button {
    min-height: 42px;
  }
  .mesh-capabilities,
  .data-values,
  .flywheel {
    grid-template-columns: 1fr;
  }
  .flywheel li,
  .flywheel li:nth-child(3),
  .flywheel li:nth-child(even) {
    min-height: 0;
    border-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .tech-page *,
  .tech-page *::before,
  .tech-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
/* Sky-Drones to Standard Link vertical integration */

.vertical-integration {
  margin-top: 84px;
  scroll-margin-top: 120px;
  padding-top: 62px;
  border-top: 1px solid var(--tech-line);
}

.vertical-integration__header {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 64px;
}

.vertical-integration__title .tech-status {
  margin-bottom: 17px;
}

.vertical-integration__kicker {
  margin-bottom: 9px;
  color: var(--tech-teal);
  font: 700 11px/1.5 "Roboto", sans-serif;
}

.vertical-integration__title h3 {
  margin-bottom: 0;
  color: var(--tech-ink);
  font: 700 34px/1.35 "Oswald", sans-serif;
}

.vertical-integration__title h3 > span {
  display: block;
  line-break: strict;
  text-wrap: balance;
}
.vertical-integration__title h3 > span:last-child {
  white-space: nowrap;
}

@media (max-width: 575px) {
  .vertical-integration__title h3 > span:last-child {
    font-size: 15px;
  }
}

@media (max-width: 359px) {
  .vertical-integration__title h3 > span:last-child {
    font-size: 13px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .vertical-integration__title h3 > span:last-child {
    font-size: 20px;
    white-space: nowrap;
  }
}

@media (min-width: 1200px) {
  .vertical-integration__title h3 > span:last-child {
    font-size: 23px;
    white-space: nowrap;
  }
}

.vertical-integration__copy {
  padding-left: 25px;
  border-left: 3px solid var(--tech-teal);
}

.vertical-integration__copy p {
  margin-bottom: 13px;
  color: var(--tech-muted);
  font-size: 14px;
  line-height: 1.8;
}

.vertical-integration__copy p:first-child {
  color: var(--tech-ink);
  font-size: 16px;
}

.vertical-integration__copy p:last-child {
  margin-bottom: 0;
}

.vertical-integration__image {
  position: relative;
  background: #fff;
}

.vertical-integration__image img {
  display: block;
  width: 100%;
  height: auto;
}

.vertical-integration__expand {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 2px;
  background: rgba(11,29,42,.9);
  color: #fff;
  font-size: 17px;
}

.vertical-integration__expand:hover,
.vertical-integration__expand:focus {
  background: var(--tech-teal);
  color: #fff;
}

.vertical-integration__figure figcaption {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: center;
  padding: 24px 28px;
  background: var(--tech-navy);
  color: #fff;
}

.vertical-integration__figure figcaption span {
  display: block;
  margin-bottom: 5px;
  color: #d6b965;
  font: 700 10px/1.4 "Roboto", sans-serif;
}

.vertical-integration__figure figcaption strong {
  display: block;
  font: 700 20px/1.45 "Oswald", sans-serif;
}

.vertical-integration__figure figcaption p {
  margin-bottom: 0;
  color: #cbd6dc;
  font-size: 12px;
  line-height: 1.8;
}

.vertical-integration__path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--tech-line);
}

.vertical-integration__path li {
  position: relative;
  min-height: 112px;
  padding: 21px 24px 0 55px;
  border-right: 1px solid var(--tech-line);
}

.vertical-integration__path li:last-child {
  border-right: 0;
}

.vertical-integration__path span {
  position: absolute;
  top: 21px;
  left: 18px;
  color: var(--tech-gold);
  font: 700 12px/1.5 "Roboto", sans-serif;
}

.vertical-integration__path strong {
  display: block;
  margin-bottom: 6px;
  color: var(--tech-ink);
  font: 700 13px/1.5 "Roboto", sans-serif;
}

.vertical-integration__path p {
  margin-bottom: 0;
  color: var(--tech-muted);
  font-size: 12px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .vertical-integration__header {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .vertical-integration__title h3 {
    font-size: 31px;
  }
}

@media (max-width: 767px) {
  .vertical-integration {
    margin-top: 58px;
    padding-top: 46px;
  }
  .vertical-integration__header {
    margin-bottom: 27px;
  }
  .vertical-integration__title h3 {
    font-size: 27px;
    line-height: 1.4;
  }
  .vertical-integration__copy {
    padding-left: 18px;
  }
  .vertical-integration__copy p {
    font-size: 13px;
  }
  .vertical-integration__figure figcaption {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 20px;
  }
  .vertical-integration__figure figcaption strong {
    font-size: 18px;
  }
  .vertical-integration__path {
    grid-template-columns: 1fr;
  }
  .vertical-integration__path li {
    min-height: 0;
    padding: 18px 16px 18px 52px;
    border-right: 0;
    border-bottom: 1px solid var(--tech-line);
  }
  .vertical-integration__path li:last-child {
    border-bottom: 0;
  }
  .vertical-integration__path span {
    top: 18px;
    left: 16px;
  }
  .vertical-integration__expand {
    top: 9px;
    right: 9px;
    width: 40px;
    height: 40px;
  }
}
/* Sky-Drones relationship and integration depth refinement */
.tech-video-section .tech-heading {
  margin-bottom: 30px;
}

.sky-drones-relationship {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  margin-bottom: 38px;
  border: 1px solid var(--tech-line);
  border-top: 2px solid var(--tech-gold);
  box-shadow: 0 14px 32px rgba(11,29,42,.08);
}

.sky-drones-relationship__identity,
.sky-drones-relationship__rights {
  display: flex;
  min-height: 104px;
  padding: 20px 26px;
  flex-direction: column;
  justify-content: center;
}

.sky-drones-relationship__identity {
  background: var(--tech-navy);
}

.sky-drones-relationship__rights {
  position: relative;
  border-left: 1px solid var(--tech-line);
  background: #f7f9fb;
}

.sky-drones-relationship__rights::before {
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: -1px;
  width: 3px;
  background: var(--tech-teal);
  content: "";
}

.sky-drones-relationship span {
  display: block;
  margin-bottom: 7px;
  color: var(--tech-teal);
  font: 700 10px/1.45 "Roboto", sans-serif;
}

.sky-drones-relationship__identity span {
  color: var(--tech-gold);
}

.sky-drones-relationship strong {
  display: block;
  color: var(--tech-ink);
  font: 700 21px/1.35 "Oswald", sans-serif;
}

.sky-drones-relationship__identity strong {
  color: #fff;
}

.vertical-integration__header {
  position: relative;
  width: 96%;
  max-width: 1040px;
  margin-right: auto;
  margin-bottom: 52px;
  margin-left: auto;
  align-items: center;
}

.platform-vision-gallery {
  display: grid;
  width: 100%;
  max-width: 760px;
  margin: 0 auto 52px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.platform-vision-gallery__item {
  min-width: 0;
  margin: 0;
}

.platform-vision-gallery__media {
  display: grid;
  overflow: hidden;
  aspect-ratio: 2.15 / 1;
  place-items: center;
  border: 1px solid #bdcbd3;
  border-bottom: 0;
  background: #fff;
}

.platform-vision-gallery__item--scale .platform-vision-gallery__media {
  border-top: 3px solid var(--tech-gold);
}

.platform-vision-gallery__item--partners .platform-vision-gallery__media {
  border-top: 3px solid var(--tech-teal);
}

.platform-vision-gallery__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.platform-vision-gallery .tech-visual-caption {
  min-height: 64px;
  padding: 9px 8px 9px 12px;
}

.platform-vision-gallery .tech-visual-caption small {
  display: block;
  margin-bottom: 2px;
  color: var(--tech-teal);
  font: 700 9px/1.4 "Roboto", sans-serif;
}

.platform-vision-gallery .tech-visual-caption strong {
  display: block;
  color: var(--tech-ink);
  font: 700 14px/1.45 "Oswald", sans-serif;
}

@media (max-width: 767px) {
  .platform-vision-gallery {
    width: 100%;
    margin-bottom: 44px;
    gap: 12px;
  }
  .platform-vision-gallery .tech-visual-caption {
    min-height: 58px;
  }
}

@media (max-width: 575px) {
  .platform-vision-gallery {
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .platform-vision-gallery .tech-visual-caption {
    min-height: 52px;
    padding: 7px 5px 7px 8px;
  }
  .platform-vision-gallery .tech-visual-caption small {
    font-size: 7px;
  }
  .platform-vision-gallery .tech-visual-caption strong {
    font-size: 11px;
    line-height: 1.4;
  }
  .platform-vision-gallery .tech-visual-caption a {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}

.vertical-integration__visual {
  position: relative;
  width: 72%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 16px 16px 0;
}

.vertical-integration__visual::before {
  position: absolute;
  top: -42px;
  bottom: auto;
  left: 50%;
  width: 1px;
  height: 42px;
  background: var(--tech-teal);
  content: "";
}

.vertical-integration__visual::after {
  position: absolute;
  top: -6px;
  left: calc(50% - 5px);
  z-index: 3;
  width: 11px;
  height: 11px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--tech-gold);
  box-shadow: 0 0 0 1px var(--tech-gold);
  content: "";
}

.vertical-integration__figure {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  border: 1px solid #bdcbd3;
  border-top: 3px solid var(--tech-teal);
  background: #fff;
  box-shadow: 7px 7px 0 #eff3f5, 15px 15px 0 #dce6eb, 0 30px 56px rgba(11,29,42,.2);
}

.vertical-integration__path {
  width: 88%;
  max-width: 940px;
  margin: 40px auto 0;
}

@media (max-width: 991px) {
  .vertical-integration__header {
    width: 92%;
    max-width: 760px;
    margin-bottom: 48px;
  }
  .vertical-integration__visual {
    width: 82%;
    max-width: 720px;
  }
  .vertical-integration__path {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .tech-video-section .tech-heading {
    margin-bottom: 24px;
  }
  .sky-drones-relationship {
    grid-template-columns: 1fr;
    margin-bottom: 29px;
  }
  .sky-drones-relationship__identity,
  .sky-drones-relationship__rights {
    min-height: 82px;
    padding: 16px 18px;
  }
  .sky-drones-relationship__rights {
    border-top: 1px solid var(--tech-line);
    border-left: 0;
  }
  .sky-drones-relationship__rights::before {
    display: none;
  }
  .sky-drones-relationship strong {
    font-size: 18px;
  }
  .vertical-integration__header {
    width: 100%;
    margin-bottom: 39px;
  }
  .vertical-integration__visual {
    width: calc(100% - 8px);
    padding: 0 7px 7px 0;
  }
  .vertical-integration__visual::before {
    top: -31px;
    height: 31px;
  }
  .vertical-integration__figure {
    box-shadow: 3px 3px 0 #eff3f5, 7px 7px 0 #dce6eb, 0 20px 38px rgba(11,29,42,.17);
  }
  .vertical-integration__path {
    width: 100%;
    margin-top: 31px;
  }
}
/* Platform vision: live SEO copy plus supplied visual diagrams */
.platform-vision-intro {
  width: 94%;
  max-width: 980px;
  margin: 0 auto 38px;
  text-align: left;
}

.platform-vision-intro .tech-status {
  margin-bottom: 14px;
}

.platform-vision-intro__kicker {
  margin-bottom: 9px;
  color: var(--tech-teal);
  font: 700 11px/1.5 "Roboto", sans-serif;
}

.platform-vision-intro h3 {
  max-width: 900px;
  margin-bottom: 18px;
  color: var(--tech-ink);
  font: 700 32px/1.38 "Oswald", sans-serif;
  text-wrap: balance;
}

.platform-vision-intro > p:not(.platform-vision-intro__kicker) {
  max-width: 940px;
  margin-bottom: 10px;
  color: var(--tech-muted);
  font-size: 14px;
  line-height: 1.9;
}

.platform-vision-intro > p:last-child {
  margin-bottom: 0;
}

.platform-vision-visuals {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.platform-vision-figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid #c6d2d8;
  background: #fff;
  box-shadow: 0 20px 48px rgba(11, 29, 42, .1);
}

.platform-vision-figure--architecture {
  border-top: 3px solid var(--tech-gold);
}

.platform-vision-figure--domains {
  max-width: 1080px;
  margin: 0 auto;
  border-top: 3px solid var(--tech-teal);
}

.platform-vision-figure__media {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  background: #fff;
}

.platform-vision-figure__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.platform-vision-figure__media:focus-visible {
  outline: 3px solid var(--tech-teal);
  outline-offset: -3px;
}

.platform-vision-figure__caption {
  display: flex;
  min-height: 68px;
  margin: 0;
  padding: 12px 14px 12px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--tech-line);
  background: #fff;
}

.platform-vision-figure__caption > span {
  min-width: 0;
}

.platform-vision-figure__caption small {
  display: block;
  margin-bottom: 3px;
  color: var(--tech-teal);
  font: 700 9px/1.4 "Roboto", sans-serif;
}

.platform-vision-figure__caption strong {
  display: block;
  color: var(--tech-ink);
  font: 700 17px/1.45 "Oswald", sans-serif;
}

.platform-vision-figure__caption > a {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--tech-line);
  border-radius: 2px;
  color: var(--tech-navy);
  font-size: 15px;
}

.platform-vision-figure__caption > a:hover,
.platform-vision-figure__caption > a:focus {
  border-color: var(--tech-teal);
  background: var(--tech-teal);
  color: #fff;
}

.platform-vision-domains {
  margin-top: 58px;
}

.platform-vision-domains__header {
  width: 92%;
  max-width: 900px;
  margin: 0 auto 26px;
}

.platform-vision-domains__header .tech-status {
  margin-bottom: 13px;
}

.platform-vision-domains__header h4 {
  margin-bottom: 11px;
  color: var(--tech-ink);
  font: 700 27px/1.45 "Oswald", sans-serif;
  text-wrap: balance;
}

.platform-vision-domains__header p {
  margin-bottom: 0;
  color: var(--tech-muted);
  font-size: 14px;
  line-height: 1.9;
}

@media (max-width: 991px) {
  .platform-vision-intro {
    width: 100%;
  }

  .platform-vision-intro h3 {
    font-size: 29px;
  }

  .platform-vision-domains__header {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .platform-vision-intro {
    margin-bottom: 28px;
  }

  .platform-vision-intro h3 {
    margin-bottom: 14px;
    font-size: 25px;
    line-height: 1.45;
  }

  .platform-vision-intro > p:not(.platform-vision-intro__kicker),
  .platform-vision-domains__header p {
    font-size: 13px;
    line-height: 1.85;
  }

  .platform-vision-figure {
    box-shadow: 0 14px 30px rgba(11, 29, 42, .09);
  }

  .platform-vision-figure__caption {
    min-height: 60px;
    padding: 9px 10px 9px 12px;
    gap: 10px;
  }

  .platform-vision-figure__caption strong {
    font-size: 14px;
  }

  .platform-vision-figure__caption > a {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .platform-vision-domains {
    margin-top: 38px;
  }

  .platform-vision-domains__header {
    margin-bottom: 18px;
  }

  .platform-vision-domains__header h4 {
    font-size: 23px;
  }
}

@media (max-width: 575px) {
  .platform-vision-intro h3 {
    font-size: 22px;
  }

  .platform-vision-figure__caption small {
    font-size: 8px;
  }

  .platform-vision-figure__caption strong {
    font-size: 13px;
  }
}
/* V6 / 03: APPRO Multi-platform Edge Ecosystem */
.appro-edge-alliance {
  padding-top: 116px;
  scroll-margin-top: 120px;
  border-top: 1px solid #c7d4da;
  border-bottom: 1px solid #c7d4da;
  background: #eaf0f3;
}

.appro-edge-alliance .appro-edge__heading {
  max-width: 1010px;
  margin-bottom: 34px;
}

.appro-edge__partnership {
  margin: 15px 0 0;
  padding-left: 17px;
  border-left: 2px solid var(--tech-gold);
  color: #314954;
  font-weight: 700;
}

.appro-edge__relationship {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) 68px minmax(0, .88fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #c8d5db;
  background: #fff;
  box-shadow: 0 18px 40px rgba(11, 29, 42, .1);
}

.appro-edge__partner {
  display: flex;
  min-width: 0;
  min-height: 218px;
  padding: 29px 34px;
  flex-direction: column;
  justify-content: center;
}

.appro-edge__partner--appro {
  padding: 20px;
  background: var(--tech-navy);
  color: #fff;
}

.appro-edge__brand-surface {
  display: flex;
  width: 100%;
  padding: 18px 20px 17px;
  flex-direction: column;
  justify-content: center;
  border-top: 2px solid #d4ae4b;
  background: #fff;
  box-shadow: inset 0 0 0 1px #d5dfe4;
}

.appro-edge__partner--standard {
  background: #fff;
}

.appro-edge__partner--standard img {
  display: block;
  width: 122px;
  height: auto;
  margin: 5px 0 11px;
}

.appro-edge__partner-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--tech-gold);
  font: 700 10px/1.45 "Roboto", sans-serif;
  letter-spacing: 0;
}

.appro-edge__brand-logo {
  display: block;
  width: 167px;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  background: transparent;
}

.appro-edge__product-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  grid-template-rows: 100px 100px;
  margin: 2px 0 13px;
  overflow: hidden;
  border-top: 1px solid #dce4e8;
  border-bottom: 1px solid #dce4e8;
  background: #fff;
}

.appro-edge__product-visual {
  display: flex;
  min-width: 0;
  min-height: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.appro-edge__product-visual--primary {
  grid-row: 1 / span 2;
  padding: 8px 13px 8px 0;
  border-right: 1px solid #dce4e8;
}

.appro-edge__product-visual--platform {
  padding: 8px 0 8px 13px;
}

.appro-edge__product-visual--platform + .appro-edge__product-visual--platform {
  border-top: 1px solid #e7edef;
}

.appro-edge__product-visual img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.appro-edge__standard-name {
  display: block;
  margin-bottom: 8px;
  color: var(--tech-ink);
  font: 600 24px/1.25 "Oswald", sans-serif;
  letter-spacing: 0;
}

.appro-edge__partner-role {
  display: block;
  color: #677985;
  font: 600 10px/1.6 "Roboto", sans-serif;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.appro-edge__partner--appro .appro-edge__partner-role {
  color: #455b67;
}

.appro-edge__ecosystem-kicker {
  display: block;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid #dce4e8;
  color: #8b661b;
  font: 700 9px/1.45 "Roboto", sans-serif;
  letter-spacing: 0;
}

.appro-edge__ecosystem-statuses {
  display: flex;
  gap: 12px;
  margin-top: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.appro-edge__ecosystem-badge {
  display: block;
  width: 160px;
  height: 68px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  background: #fff;
}

.appro-edge__ecosystem-badge--nvidia {
  width: 160px;
}

.appro-edge__ecosystem-badge--intel {
  width: 160px;
}

.appro-edge__ecosystem-status {
  display: inline-flex;
  width: 160px;
  min-height: 68px;
  max-width: 100%;
  padding: 10px 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c8d4db;
  background: #fff;
  color: #17324d;
  font: 700 12px/1.4 "Roboto", sans-serif;
  letter-spacing: 0;
  text-align: center;
}

.appro-edge__ecosystem-status--nvidia {
  border-color: #bfd0dd;
}

.appro-edge__connector {
  display: grid;
  min-width: 0;
  place-items: center;
  border-right: 1px solid #d3dde2;
  border-left: 1px solid #d3dde2;
  background: #f4f7f8;
  color: var(--tech-gold);
  font: 400 27px/1 "Oswald", sans-serif;
}

.appro-edge__states {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 24px 0 0;
  padding: 0;
  border: 1px solid #d2dde2;
  background: #fff;
  list-style: none;
}

.appro-edge__states li {
  display: flex;
  min-width: 0;
  min-height: 60px;
  padding: 12px 14px;
  border-right: 1px solid #d6e0e4;
  align-items: center;
  justify-content: center;
  color: #3f5661;
  font: 700 9px/1.55 "Roboto", sans-serif;
  letter-spacing: 0;
  text-align: center;
  overflow-wrap: anywhere;
}

.appro-edge__states li:last-child {
  border-right: 0;
}

.appro-edge__states li:nth-child(1),
.appro-edge__states li:nth-child(2) {
  color: #795915;
  background: #fffaf0;
}

.appro-edge__states li:nth-child(3) {
  color: #315f7a;
  background: #f2f7fa;
}

.appro-edge__states li:nth-child(4) {
  color: #17666b;
  background: #f0f8f7;
}

.appro-edge__roles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 40px;
  padding: 1px;
  background: #cbd7dc;
}

.appro-edge__role {
  min-width: 0;
  padding: 30px 32px;
  background: #fff;
  box-shadow: inset 0 3px 0 #aebdc5;
}

.appro-edge__role--appro,
.appro-edge__role--holonic {
  grid-column: 1 / -1;
}

.appro-edge__role--appro {
  box-shadow: inset 0 3px 0 var(--tech-gold);
}

.appro-edge__role--nvidia {
  box-shadow: inset 0 3px 0 #829f4f;
}

.appro-edge__role--intel {
  box-shadow: inset 0 3px 0 #3d8aa7;
}

.appro-edge__role--holonic {
  box-shadow: inset 0 3px 0 var(--tech-teal);
}

.appro-edge__role > span {
  display: block;
  margin-bottom: 9px;
  color: var(--tech-gold);
  font: 700 10px/1.45 "Roboto", sans-serif;
  letter-spacing: 0;
}

.appro-edge__role--nvidia > span {
  color: #617b33;
}

.appro-edge__role--intel > span {
  color: #276e8a;
}

.appro-edge__role--holonic > span {
  color: var(--tech-teal);
}

.appro-edge__role h3 {
  max-width: 760px;
  margin-bottom: 21px;
  color: var(--tech-ink);
  font: 600 22px/1.45 "Oswald", sans-serif;
  letter-spacing: 0;
}

.appro-edge__role ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.appro-edge__role--appro ul {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.appro-edge__role--holonic ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.appro-edge__role li {
  min-width: 0;
  padding: 10px 8px 10px 17px;
  border-bottom: 1px solid #dce4e8;
  color: #435964;
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.appro-edge__role li::before {
  margin-left: -12px;
  color: var(--tech-teal);
  content: "\2022";
}

.appro-edge__platform-note {
  margin: 18px 0 0;
  padding-top: 13px;
  border-top: 1px solid #dce4e8;
  color: #647782;
  font-size: 11px;
  line-height: 1.75;
}

.appro-edge__connection-copy {
  margin-top: 25px;
  padding: 21px 25px;
  border-left: 3px solid var(--tech-teal);
  background: #fff;
}

.appro-edge__connection-copy strong,
.appro-edge__connection-copy span {
  display: block;
}

.appro-edge__connection-copy strong {
  color: #203744;
  font-size: 16px;
  line-height: 1.75;
}

.appro-edge__connection-copy span {
  margin-top: 6px;
  color: #61747f;
  font: 600 11px/1.7 "Roboto", sans-serif;
  letter-spacing: 0;
}

.appro-edge__flow-heading {
  margin-top: 50px;
}

.appro-edge__flow-heading span {
  display: block;
  margin-bottom: 8px;
  color: var(--tech-gold);
  font: 700 10px/1.45 "Roboto", sans-serif;
  letter-spacing: 0;
}

.appro-edge__flow-heading h3 {
  margin-bottom: 20px;
  color: var(--tech-ink);
  font: 600 27px/1.4 "Oswald", sans-serif;
  letter-spacing: 0;
}

.appro-edge__flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 1px;
  background: #cbd7dc;
  list-style: none;
}

.appro-edge__flow li {
  position: relative;
  min-width: 0;
  min-height: 174px;
  padding: 25px 22px;
  background: #fff;
}

.appro-edge__flow li:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -8px;
  width: 16px;
  height: 26px;
  transform: translateY(-50%);
  background: #fff;
  color: var(--tech-teal);
  font-size: 25px;
  line-height: 1;
  content: "\203A";
}

.appro-edge__flow li > span {
  display: block;
  margin-bottom: 9px;
  color: #987126;
  font: 700 10px/1.45 "Roboto", sans-serif;
  letter-spacing: 0;
}

.appro-edge__flow strong {
  display: block;
  margin-bottom: 8px;
  color: #203542;
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.appro-edge__flow-platform {
  display: block;
  margin: -1px 0 8px;
  color: #2d718b;
  font: 700 10px/1.55 "Roboto", sans-serif;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.appro-edge__flow p {
  margin-bottom: 0;
  color: #60727d;
  font-size: 12px;
  line-height: 1.7;
}

.appro-edge__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 25px;
  border: 1px solid #cbd7dc;
  background: #fff;
}

.appro-edge__actions a {
  display: flex;
  min-width: 0;
  min-height: 62px;
  padding: 15px 18px;
  border-right: 1px solid #d5dfe3;
  align-items: center;
  justify-content: space-between;
  color: #203b49;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease;
}

.appro-edge__actions a:last-child {
  border-right: 0;
}

.appro-edge__actions a::after {
  margin-left: 12px;
  color: var(--tech-gold);
  font-size: 20px;
  line-height: 1;
  content: "\203A";
}

.appro-edge__actions a:hover,
.appro-edge__actions a:focus {
  background: #f4f8f9;
  color: var(--tech-teal);
}

.appro-edge__footer {
  display: flex;
  gap: 24px;
  margin-top: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

.appro-edge__footer p {
  max-width: 790px;
  margin: 0;
  color: #536670;
  font-size: 10px;
  line-height: 1.75;
}

.appro-edge__footer p span {
  display: block;
  color: #687a84;
  font: 500 10px/1.7 "Roboto", sans-serif;
  letter-spacing: 0;
}

.appro-edge__footer a {
  flex: 0 0 auto;
  padding-bottom: 4px;
  border-bottom: 1px solid #91a4ae;
  color: #405965;
  font-size: 11px;
  line-height: 1.6;
  text-decoration: none;
}

.appro-edge__footer a:hover,
.appro-edge__footer a:focus {
  border-bottom-color: var(--tech-teal);
  color: var(--tech-teal);
}

@media (max-width: 991px) {
  .appro-edge__states {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .appro-edge__states li:nth-child(2) {
    border-right: 0;
  }

  .appro-edge__states li:nth-child(-n+2) {
    border-bottom: 1px solid #d6e0e4;
  }

  .appro-edge__role {
    padding: 27px 24px;
  }

  .appro-edge__role--appro ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .appro-edge__flow {
    grid-template-columns: 1fr;
  }

  .appro-edge__flow li {
    min-height: 0;
    padding: 21px 23px;
  }

  .appro-edge__flow li:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -13px;
    transform: translateX(50%);
    content: "\2304";
  }
}

@media (max-width: 800px) {
  .appro-edge-alliance {
    padding-top: 110px;
    scroll-margin-top: 112px;
  }

  .appro-edge-alliance .appro-edge__heading {
    margin-bottom: 27px;
  }

  .appro-edge__relationship {
    grid-template-columns: 1fr;
  }

  .appro-edge__partner {
    min-height: 0;
    padding: 25px 24px;
  }

  .appro-edge__partner--appro {
    padding: 16px;
  }

  .appro-edge__connector {
    min-height: 44px;
    border-top: 1px solid #d3dde2;
    border-right: 0;
    border-bottom: 1px solid #d3dde2;
    border-left: 0;
  }

  .appro-edge__roles {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .appro-edge__role,
  .appro-edge__role--appro,
  .appro-edge__role--holonic {
    grid-column: auto;
  }

  .appro-edge__role--holonic ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .appro-edge__connection-copy {
    padding: 19px 20px;
  }

  .appro-edge__connection-copy strong {
    font-size: 14px;
  }

  .appro-edge__flow-heading {
    margin-top: 39px;
  }

  .appro-edge__flow-heading h3 {
    font-size: 24px;
  }

  .appro-edge__actions {
    grid-template-columns: 1fr;
  }

  .appro-edge__actions a {
    min-height: 56px;
    border-right: 0;
    border-bottom: 1px solid #d5dfe3;
  }

  .appro-edge__actions a:last-child {
    border-bottom: 0;
  }

  .appro-edge__footer {
    flex-direction: column;
    gap: 14px;
  }
}

@media (max-width: 575px) {
  .appro-edge-alliance {
    padding-top: 94px;
    scroll-margin-top: 96px;
  }

  .appro-edge__states {
    grid-template-columns: 1fr;
  }

  .appro-edge__states li,
  .appro-edge__states li:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #d6e0e4;
  }

  .appro-edge__states li:last-child {
    border-bottom: 0;
  }

  .appro-edge__brand-logo {
    width: 157px;
  }

  .appro-edge__brand-surface {
    padding: 17px 16px 15px;
  }

  .appro-edge__product-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: 168px 104px 104px;
  }

  .appro-edge__product-visual--primary {
    grid-row: auto;
    padding: 8px 0;
    border-right: 0;
    border-bottom: 1px solid #dce4e8;
  }

  .appro-edge__product-visual--platform {
    padding: 10px 0;
  }

  .appro-edge__ecosystem-statuses {
    flex-direction: column;
    align-items: flex-start;
  }

  .appro-edge__role ul,
  .appro-edge__role--appro ul,
  .appro-edge__role--holonic ul {
    grid-template-columns: 1fr;
  }
}
