.ecosystem-reference {
  --ecosystem-rx: 0deg;
  --ecosystem-ry: 0deg;
  width: min(100%, 690px);
  margin: 0;
  justify-self: center;
  perspective: 1400px;
}

.ecosystem-reference-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1419 / 1109;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  transform-style: preserve-3d;
  transform: rotateX(var(--ecosystem-rx)) rotateY(var(--ecosystem-ry));
  transition: transform .18s ease-out;
}

.ecosystem-reference-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 28px 26px rgba(22, 53, 79, .23));
}

.ecosystem-tier-name {
  position: absolute;
  z-index: 4;
  left: 50%;
  min-width: 230px;
  display: grid;
  justify-items: center;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .56);
  transform: translate(-50%, -50%) translateZ(26px);
  transition: transform .22s ease, filter .22s ease;
}

.ecosystem-tier-name:hover {
  filter: brightness(1.15);
  transform: translate(-50%, -53%) translateZ(38px) scale(1.025);
}

.ecosystem-tier-name > img {
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 7px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .35));
}

.ecosystem-tier-name strong {
  display: block;
  color: #fff;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: -.02em;
}

.ecosystem-tier-name small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  font-weight: 650;
}

.tier-name-omaf { top: 24%; }
.tier-name-omaf > img { width: 34px; height: 34px; }
.tier-name-esai { top: 51%; }
.tier-name-vde { top: 80%; }

@media (max-width: 1280px) {
  .ecosystem-reference { width: min(100%, 700px); }
}

@media (max-width: 760px) {
  .ecosystem-reference { width: 100%; }
  .ecosystem-tier-name { min-width: 0; width: 58%; }
  .ecosystem-tier-name > img { width: 27px; height: 27px; margin-bottom: 4px; }
  .ecosystem-tier-name strong { font-size: 18px; }
  .ecosystem-tier-name small { margin-top: 3px; font-size: 11px; }
  .tier-name-omaf > img { width: 24px; height: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .ecosystem-reference-visual,
  .ecosystem-tier-name { transition: none; }
}
