.graphics-hero figure img {
  object-position: center;
}

.graphics-intro {
  padding-bottom: 82px;
}

.stack-map {
  padding: 0 clamp(24px, 7vw, 110px) 120px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 0;
}

.stack-visual {
  min-height: 650px;
  position: relative;
  overflow: hidden;
  background: #07111f;
  border: 1px solid rgba(10, 21, 39, .18);
}

.stack-visual img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
}

.stack-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(4, 12, 23, .82));
}

.stack-visual figcaption {
  position: absolute;
  z-index: 2;
  left: 28px;
  bottom: 25px;
  color: #b5c5d8;
  font: 700 11px/1.4 "Courier New", monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.stack-copy {
  padding: 58px;
  color: #fff;
  background: #0b182a;
}

.stack-label {
  margin-bottom: 34px;
  color: var(--cyan);
  font: 700 11px/1.35 "Courier New", monospace;
  letter-spacing: .12em;
}

.stack-copy h2 {
  margin: 0 0 42px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -.055em;
}

.stack-copy h2 em {
  color: var(--cyan);
  font-style: normal;
}

.stack-copy ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.stack-copy li {
  padding: 17px 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.stack-copy li > span {
  color: var(--cyan);
  font: 700 11px/1.45 "Courier New", monospace;
}

.stack-copy li div {
  display: grid;
  gap: 2px;
}

.stack-copy li b {
  font-size: 16px;
}

.stack-copy li small {
  color: #aab7c7;
  font-size: 13px;
  line-height: 1.55;
}

.runtime-check {
  padding: 110px clamp(24px, 7vw, 110px);
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 7vw;
  color: #fff;
  background: #07111f;
}

.runtime-heading h2 {
  margin: 0 0 28px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: -.06em;
}

.runtime-heading h2 em {
  color: var(--cyan);
  font-style: normal;
}

.runtime-heading > p:last-child {
  max-width: 560px;
  color: #b8c3d0;
  font-size: 16px;
  line-height: 1.75;
}

.runtime-results {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-self: center;
  border-top: 1px solid rgba(255, 255, 255, .15);
  border-left: 1px solid rgba(255, 255, 255, .15);
}

.runtime-results article {
  min-height: 230px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, .15);
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  background:
    linear-gradient(rgba(77, 141, 223, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 141, 223, .07) 1px, transparent 1px);
  background-size: 24px 24px;
}

.runtime-results article > span {
  color: var(--cyan);
  font: 700 11px/1.35 "Courier New", monospace;
}

.runtime-results article > b {
  margin-top: auto;
  font-size: clamp(14px, 1.25vw, 17px);
  white-space: nowrap;
}

.runtime-status {
  margin-top: 12px;
  color: #9eacbd;
  font: 700 12px/1.4 "Courier New", monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.runtime-results article.supported {
  background-color: rgba(18, 61, 77, .38);
}

.runtime-results article.supported .runtime-status {
  color: var(--cyan);
}

.runtime-results article.unavailable {
  background-color: rgba(24, 34, 49, .86);
}

.runtime-results article.unavailable .runtime-status {
  color: #bdc5d0;
}

.directory-heading {
  padding-bottom: 70px;
}

.graphics-directory .controls {
  grid-template-columns: minmax(245px, 1fr) 660px minmax(170px, .65fr) minmax(170px, .65fr);
}

.graphics-directory .filter-buttons button {
  flex: 1 1 auto;
  min-width: 0;
}

.graphics-list .model-card {
  overflow: hidden;
}

.tech-plate {
  height: 180px;
  margin: 24px -32px 0;
  position: relative;
  overflow: hidden;
  color: #9fc9ff;
  background-color: #07111f;
  background-image:
    linear-gradient(rgba(87, 139, 208, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 139, 208, .1) 1px, transparent 1px);
  background-size: 25px 25px;
  border-top: 1px solid rgba(82, 216, 255, .18);
  border-bottom: 1px solid rgba(82, 216, 255, .18);
}

.tech-plate:before,
.tech-plate:after,
.tech-plate i {
  content: "";
  position: absolute;
  display: block;
}

.tech-plate-label {
  position: absolute;
  z-index: 3;
  left: 20px;
  bottom: 15px;
  color: #8fa5bf;
  font: 700 10px/1.3 "Courier New", monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tech-plate.api:before {
  width: 82px;
  height: 82px;
  left: 50%;
  top: 50%;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 20px rgba(22, 103, 255, .16),
    0 0 0 42px rgba(22, 103, 255, .08);
}

.tech-plate.api:after {
  width: 150px;
  height: 1px;
  left: calc(50% - 75px);
  top: 50%;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  box-shadow: 0 -38px rgba(82, 216, 255, .32), 0 38px rgba(82, 216, 255, .32);
}

.tech-plate.engine:before {
  width: 128px;
  height: 82px;
  left: calc(50% - 64px);
  top: 36px;
  border: 1px solid var(--cyan);
  transform: skewY(-8deg);
  box-shadow: 17px 17px rgba(22, 103, 255, .18), -17px 34px rgba(82, 216, 255, .08);
}

.tech-plate.engine:after {
  width: 42px;
  height: 42px;
  left: calc(50% - 21px);
  top: 56px;
  background: var(--blue);
  box-shadow: 0 0 26px rgba(82, 216, 255, .45);
}

.tech-plate.spatial:before {
  width: 112px;
  height: 92px;
  left: calc(50% - 56px);
  top: 38px;
  border: 1px solid var(--cyan);
  background:
    linear-gradient(135deg, rgba(22, 103, 255, .36), transparent 58%),
    repeating-linear-gradient(90deg, transparent 0 21px, rgba(82, 216, 255, .2) 22px);
  transform: perspective(280px) rotateX(55deg) rotateZ(45deg);
  box-shadow: 24px 24px rgba(22, 103, 255, .11);
}

.tech-plate.spatial:after {
  width: 6px;
  height: 6px;
  left: 50%;
  top: 49%;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 20px var(--cyan);
}

.tech-plate.visualisation:before {
  width: 160px;
  height: 92px;
  left: calc(50% - 80px);
  top: 38px;
  border-left: 1px solid rgba(82, 216, 255, .5);
  border-bottom: 1px solid rgba(82, 216, 255, .5);
  background:
    linear-gradient(145deg, transparent 0 31%, rgba(82, 216, 255, .85) 32% 33%, transparent 34% 48%, rgba(22, 103, 255, .9) 49% 51%, transparent 52%);
}

.tech-plate.visualisation:after {
  width: 12px;
  height: 56px;
  left: calc(50% - 55px);
  top: 68px;
  background: #2256aa;
  box-shadow: 34px -22px #2684ff, 68px 12px #52d8ff, 102px -42px #174aa1;
}

.tech-plate.format:before {
  width: 130px;
  height: 74px;
  left: calc(50% - 65px);
  top: 42px;
  border: 1px solid var(--cyan);
  background: rgba(22, 103, 255, .13);
  transform: skewY(-7deg);
  box-shadow:
    12px 15px rgba(82, 216, 255, .12),
    24px 30px rgba(22, 103, 255, .12);
}

.tech-plate.format:after {
  width: 72px;
  height: 1px;
  left: calc(50% - 36px);
  top: 78px;
  background: var(--cyan);
  box-shadow: 0 18px rgba(82, 216, 255, .6), 0 36px rgba(82, 216, 255, .3);
}

.tech-plate.simulation:before {
  width: 104px;
  height: 104px;
  left: calc(50% - 52px);
  top: 30px;
  border: 1px solid rgba(82, 216, 255, .66);
  border-radius: 50%;
  box-shadow: inset 0 0 38px rgba(22, 103, 255, .22);
}

.tech-plate.simulation:after {
  width: 136px;
  height: 46px;
  left: calc(50% - 68px);
  top: 59px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.tech-plate.simulation i {
  width: 9px;
  height: 9px;
  left: calc(50% + 56px);
  top: 58px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
}

.tech-plate.accent-1 {
  filter: hue-rotate(-8deg);
}

.tech-plate.accent-2 {
  filter: hue-rotate(9deg);
}

.tech-plate.accent-3 {
  background-position: 8px 8px;
}

.graphics-list .model-title {
  margin-top: 25px;
}

.graphics-list .model-summary {
  min-height: 168px;
}

.graphics-list .openness.standard {
  color: #045468;
  background: #d9f5fb;
}

.graphics-list .openness.mature {
  color: #234c2c;
  background: #e0f2df;
}

.graphics-list .openness.active {
  color: #32468a;
  background: #e4e9ff;
}

.graphics-list .openness.emerging {
  color: #72540c;
  background: #f8edc7;
}

.capability-pill.web,
.capability-pill.xr {
  color: #064b61;
  background: #dcf4f8;
}

.capability-pill.desktop,
.capability-pill.mobile {
  color: #23468c;
  background: #e3eaff;
}

.capability-pill.geospatial,
.capability-pill.scene,
.capability-pill.interchange {
  color: #215344;
  background: #e0f2e8;
}

.capability-pill.compute,
.capability-pill.rendering {
  color: #5b3b13;
  background: #f6ead8;
}

.interoperability {
  padding: 120px clamp(24px, 7vw, 110px);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 7vw;
  color: #fff;
  background: #0b182a;
}

.interoperability-copy {
  align-self: center;
}

.interoperability h2 {
  margin: 0 0 30px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: -.06em;
}

.interoperability h2 em {
  color: var(--cyan);
  font-style: normal;
}

.interoperability-copy > p:not(.kicker) {
  color: #bcc7d3;
  font-size: 17px;
  line-height: 1.75;
}

.interop-points {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.interop-points article {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 40px .55fr 1fr;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.interop-points span {
  color: var(--cyan);
  font: 700 11px/1.45 "Courier New", monospace;
}

.interop-points b {
  font-size: 15px;
}

.interop-points p {
  margin: 0;
  color: #aab7c7;
  font-size: 14px;
  line-height: 1.6;
}

.interoperability > figure {
  min-height: 610px;
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(91, 165, 255, .24);
  background: #07111f;
}

.interoperability > figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
}

.interoperability > figure:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(4, 12, 23, .84));
}

.interoperability figcaption {
  position: absolute;
  z-index: 2;
  left: 25px;
  right: 25px;
  bottom: 22px;
  display: flex;
  justify-content: space-between;
  color: #abc0d8;
  font: 700 10px/1.4 "Courier New", monospace;
  letter-spacing: .1em;
}

.pipeline-decisions {
  padding: 120px clamp(24px, 7vw, 110px);
}

.pipeline-decisions > div:first-child {
  margin-bottom: 65px;
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 7vw;
  align-items: end;
}

.pipeline-decisions h2,
.research-links h2 {
  margin: 0;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: -.06em;
}

.pipeline-decisions h2 em,
.research-links h2 em {
  color: var(--blue);
  font-style: normal;
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.decision-grid article {
  min-height: 290px;
  padding: 27px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.decision-grid span {
  color: var(--blue);
  font: 700 11px/1.35 "Courier New", monospace;
}

.decision-grid h3 {
  margin: 74px 0 14px;
  font-size: 21px;
  line-height: 1.3;
}

.decision-grid p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.68;
}

.research-links {
  padding: 115px clamp(24px, 7vw, 110px);
  background: #e8ecf1;
}

.research-links-head {
  margin-bottom: 58px;
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 7vw;
  align-items: end;
}

.research-links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.research-links-grid a {
  min-height: 330px;
  padding: 29px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background .2s ease, transform .2s ease;
}

.research-links-grid a:hover {
  position: relative;
  z-index: 1;
  background: #fff;
  transform: translateY(-2px);
}

.research-links-grid span {
  color: var(--blue);
  font: 700 11px/1.4 "Courier New", monospace;
  letter-spacing: .08em;
}

.research-links-grid b {
  margin-top: 68px;
  font-size: 24px;
  line-height: 1.25;
}

.research-links-grid p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.68;
}

.research-links-grid em {
  margin-top: auto;
  color: var(--blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 1590px) {
  .graphics-directory .controls {
    grid-template-columns: minmax(240px, 1.2fr) repeat(2, minmax(175px, .7fr));
  }
}

@media (max-width: 1180px) {
  .stack-map,
  .runtime-check,
  .interoperability {
    grid-template-columns: 1fr;
  }

  .stack-visual {
    min-height: 560px;
  }

  .runtime-results {
    grid-template-columns: repeat(5, 1fr);
  }

  .interoperability > figure {
    min-height: 560px;
  }

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

@media (max-width: 960px) {
  .runtime-results {
    grid-template-columns: repeat(2, 1fr);
  }

  .runtime-results article {
    min-height: 170px;
  }

  .pipeline-decisions > div:first-child,
  .research-links-head {
    grid-template-columns: 1fr;
  }

  .decision-grid,
  .research-links-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .stack-map,
  .runtime-check,
  .interoperability,
  .pipeline-decisions,
  .research-links {
    padding-left: 22px;
    padding-right: 22px;
  }

  .stack-map {
    padding-bottom: 82px;
  }

  .stack-visual,
  .interoperability > figure {
    min-height: 390px;
  }

  .stack-copy {
    padding: 35px 26px;
  }

  .runtime-check,
  .interoperability,
  .pipeline-decisions,
  .research-links {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .runtime-results {
    grid-template-columns: 1fr 1fr;
  }

  .runtime-results article {
    min-height: 155px;
  }

  .graphics-directory .filter-buttons {
    display: flex;
    margin-right: -18px;
    padding-right: 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .graphics-directory .filter-buttons button {
    flex: 0 0 auto;
    min-width: 76px;
  }

  .tech-plate {
    margin-left: -32px;
    margin-right: -32px;
  }

  .interoperability {
    gap: 50px;
  }

  .interop-points article {
    grid-template-columns: 34px 1fr;
  }

  .interop-points p {
    grid-column: 2;
  }

  .decision-grid,
  .research-links-grid {
    grid-template-columns: 1fr;
  }

  .decision-grid article {
    min-height: 245px;
  }

  .research-links-grid a {
    min-height: 285px;
  }
}

@media (max-width: 430px) {
  .runtime-results {
    grid-template-columns: 1fr;
  }

  .runtime-results article {
    min-height: 125px;
  }

  .interoperability figcaption {
    flex-wrap: wrap;
    gap: 8px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .model-card,
  .research-links-grid a {
    transition: none;
  }
}
