:root {
  --eco-technology: #5b21b6;
  --eco-institutional: #2f6b67;
  --eco-impact: #b84c17;
}

body[data-va-page="connect"] {
  min-height: 100svh;
}

.ecosystem-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 36px), 1180px);
  margin-inline: auto;
  padding: max(16px, env(safe-area-inset-top)) 0 max(24px, env(safe-area-inset-bottom));
}

.skip-link { min-height: 44px; }
.skip-link:focus:not(:focus-visible) { transform: translateY(-160%); }
.ecosystem-shell [hidden] { display: none !important; }

.ecosystem-header {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 7px 9px 7px 12px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255,255,255,.74), rgba(255,252,249,.48));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.96), 0 12px 34px rgba(48,27,76,.055);
  backdrop-filter: blur(18px) saturate(124%);
}

.ecosystem-brand,
.back-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-radius: 11px;
}

.ecosystem-brand { gap: 10px; }
.ecosystem-brand img { width: 34px; height: 37px; object-fit: contain; }
.ecosystem-brand span { display: grid; gap: 3px; }
.ecosystem-brand strong { font-size: 15px; letter-spacing: -.025em; line-height: 1; }
.ecosystem-brand small {
  color: var(--color-purple);
  font: 600 9px/1 var(--font-meta);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.back-link {
  gap: 8px;
  padding: 0 13px;
  border: 1px solid rgba(91,33,182,.13);
  background: rgba(255,255,255,.5);
  color: var(--color-copy);
  font-size: 12px;
  font-weight: 650;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms var(--ease-connect), background 180ms ease;
}
.back-link svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.back-link:hover { transform: translateY(-1px); border-color: rgba(91,33,182,.32); background: rgba(255,255,255,.86); color: var(--color-purple-deep); }

.ecosystem-header__actions { display: inline-flex; align-items: center; gap: 6px; }
.fullscreen-toggle {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid rgba(91,33,182,.1);
  border-radius: 11px;
  background: rgba(255,255,255,.4);
  color: var(--color-muted);
  cursor: pointer;
  font-size: 11px;
  font-weight: 650;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms var(--ease-connect), background 180ms ease;
}
.fullscreen-toggle svg { width: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.fullscreen-toggle:hover { transform: translateY(-1px); border-color: rgba(91,33,182,.28); background: rgba(255,255,255,.82); color: var(--color-purple-deep); }
.fullscreen-toggle:active { transform: translateY(0); }
.is-fullscreen .fullscreen-toggle { border-color: rgba(91,33,182,.22); background: rgba(91,33,182,.06); color: var(--color-purple); }

.ecosystem-hero {
  display: grid;
  justify-items: center;
  max-width: 760px;
  margin: 38px auto 22px;
  text-align: center;
}
.ecosystem-eyebrow {
  color: var(--color-purple);
  font: 600 10px/1.2 var(--font-meta);
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ecosystem-hero h1 {
  margin-top: 11px !important;
  font-size: clamp(34px, 4.6vw, 58px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .98;
}
.ecosystem-hero h1 em { color: var(--color-purple); font-family: Georgia, serif; font-weight: 400; }
.ecosystem-hero > p:last-child {
  max-width: 610px;
  margin-top: 13px !important;
  color: var(--color-copy);
  font-size: 14px;
  line-height: 1.55;
}

.view-switch {
  display: flex;
  width: max-content;
  margin: 0 auto 15px;
  padding: 4px;
  border: 1px solid rgba(91,33,182,.13);
  border-radius: 14px;
  background: rgba(255,255,255,.52);
  box-shadow: 0 8px 28px rgba(48,27,76,.045);
  backdrop-filter: blur(16px);
}
.view-switch button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--color-muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 650;
}
.view-switch button svg { width: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.view-switch button[aria-selected="true"] {
  background: rgba(255,255,255,.94);
  box-shadow: 0 4px 15px rgba(50,28,75,.09), inset 0 0 0 1px rgba(91,33,182,.11);
  color: var(--color-purple-deep);
}

.ecosystem-panel,
.directory-panel {
  border: 1px solid rgba(255,255,255,.84);
  border-radius: 25px;
  background: linear-gradient(145deg, rgba(255,255,255,.73), rgba(249,245,250,.53) 60%, rgba(255,248,243,.48));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.98), var(--shadow-object);
  backdrop-filter: blur(22px) saturate(120%);
}
.ecosystem-panel { padding: 16px 16px 12px; }

.map-legend {
  display: flex;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.legend-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--color-muted);
  font: 500 9px/1.2 var(--font-meta);
  letter-spacing: .04em;
}
.legend-item i { width: 6px; height: 6px; border-radius: 50%; background: var(--category-color); box-shadow: 0 0 0 4px color-mix(in srgb, var(--category-color) 9%, transparent); }

.map-stage {
  position: relative;
  height: clamp(430px, 46vw, 520px);
  min-height: 430px;
  overflow: hidden;
  border-radius: 18px;
  isolation: isolate;
}
.map-stage::before {
  position: absolute;
  inset: 4% 7%;
  z-index: -2;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(91,33,182,.07), rgba(91,33,182,.018) 35%, transparent 67%);
  content: "";
}
.map-stage::after {
  position: absolute;
  z-index: -1;
  width: 210px;
  height: 210px;
  left: calc(50% - 105px);
  top: calc(50% - 105px);
  border: 1px solid rgba(91,33,182,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(91,33,182,.018), 0 0 0 92px rgba(91,33,182,.01);
  content: "";
}
.map-paths { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.map-paths path {
  fill: none;
  stroke: rgba(91,33,182,.13);
  stroke-dasharray: 2 5;
  stroke-linecap: round;
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
  transition: opacity 280ms ease, stroke 280ms ease, stroke-width 280ms ease;
}
.map-paths path[data-path-category="institutional"] { stroke: rgba(47,107,103,.14); }
.map-paths path[data-path-category="impact"] { stroke: rgba(184,76,23,.13); }
.map-stage[data-active-category] .map-paths path { opacity: .27; }
.map-stage[data-active-category="technology"] [data-path-category="technology"],
.map-stage[data-active-category="institutional"] [data-path-category="institutional"],
.map-stage[data-active-category="impact"] [data-path-category="impact"] {
  opacity: 1;
  stroke: var(--category-color, var(--color-purple));
  stroke-width: 1.7;
}

.ecosystem-nodes { position: absolute; inset: 0; }
.ecosystem-node {
  --category-color: var(--eco-technology);
  position: absolute;
  z-index: 2;
  left: calc(var(--x) * 1%);
  top: calc(var(--y) * 1%);
  display: grid;
  width: 134px;
  min-height: 76px;
  place-items: center;
  gap: 5px;
  padding: 10px 9px 8px;
  border: 1px solid rgba(43,32,49,.095);
  border-radius: 15px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 10px 25px rgba(49,31,59,.055), inset 0 1px 0 #fff;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: opacity 260ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms var(--ease-connect), background 220ms ease;
  backdrop-filter: blur(10px);
}
.ecosystem-node[data-category="institutional"] { --category-color: var(--eco-institutional); }
.ecosystem-node[data-category="impact"] { --category-color: var(--eco-impact); }
.ecosystem-node__logos { display: flex; width: 100%; height: 31px; align-items: center; justify-content: center; gap: 6px; color: #151515; }
.ecosystem-node__logos img { max-width: calc(100% * var(--logo-scale, .86)); max-height: calc(31px * var(--logo-scale, .86)); object-fit: contain; }
.ecosystem-node__logos.is-dual img { max-width: 49%; max-height: 25px; }
.ecosystem-node__logos .logo-monochrome { width: 33px; }
.ecosystem-node > span:last-child {
  max-width: 100%;
  overflow: hidden;
  color: var(--color-copy);
  font-size: 9px;
  font-weight: 650;
  line-height: 1.18;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ecosystem-node:hover { transform: translate(-50%, -50%) translateY(-3px); border-color: color-mix(in srgb, var(--category-color) 34%, transparent); box-shadow: 0 15px 30px rgba(58,35,75,.11), 0 0 0 4px color-mix(in srgb, var(--category-color) 6%, transparent); }
.ecosystem-node[aria-pressed="true"] {
  z-index: 4;
  border-color: rgba(91,33,182,.55);
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 42px rgba(91,33,182,.17), 0 0 0 5px rgba(91,33,182,.09);
  transform: translate(-50%, -50%) translateY(-3px) scale(1.025);
}
.map-stage.has-selection .ecosystem-node:not([aria-pressed="true"]) { opacity: .56; }
.map-stage[data-idle-category] .ecosystem-node { opacity: .48; }
.map-stage[data-idle-category="technology"] .ecosystem-node[data-category="technology"],
.map-stage[data-idle-category="institutional"] .ecosystem-node[data-category="institutional"],
.map-stage[data-idle-category="impact"] .ecosystem-node[data-category="impact"] { opacity: 1; }

.vita-core {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 222px;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid rgba(91,33,182,.22);
  border-radius: 25px;
  background: radial-gradient(circle at 50% 4%, rgba(255,255,255,.98), transparent 52%), linear-gradient(145deg, rgba(255,255,255,.96), rgba(247,241,251,.9));
  box-shadow: 0 24px 65px rgba(67,38,89,.17), 0 0 0 7px rgba(91,33,182,.04), inset 0 1px 0 #fff;
  transform: translate(-50%, -50%);
  transition: width 260ms var(--ease-connect), min-height 260ms var(--ease-connect);
}
.map-stage.has-selection .vita-core { width: 252px; min-height: 246px; }
.vita-core::after { position: absolute; inset: auto -26px -43px; height: 92px; border-radius: 50%; background: radial-gradient(circle, rgba(232,82,10,.13), transparent 70%); content: ""; pointer-events: none; }
.vita-core__default { display: grid; min-height: 190px; place-items: center; align-content: center; gap: 5px; padding: 18px; }
.vita-core__default img { position: relative; z-index: 1; width: 48px; height: 52px; object-fit: contain; }
.vita-core__default p { font-size: 18px; font-weight: 700; letter-spacing: -.035em; }
.vita-core__default small { color: var(--color-purple); font: 600 8px/1.2 var(--font-meta); letter-spacing: .1em; text-transform: uppercase; }
.vita-core__hint { margin-top: 8px; color: var(--color-muted); font-size: 9px; }
.vita-core__orbit { position: absolute; width: 116px; height: 116px; border: 1px solid rgba(91,33,182,.09); border-radius: 50%; }
.vita-core__orbit::before { position: absolute; inset: 15px; border: 1px solid rgba(91,33,182,.08); border-radius: inherit; content: ""; }
.vita-core__orbit i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--color-purple-light); box-shadow: 0 0 10px rgba(91,33,182,.6); }
.vita-core__orbit i:nth-child(1) { left: 10px; top: 24px; }
.vita-core__orbit i:nth-child(2) { right: 1px; top: 56px; background: var(--color-orange); }
.vita-core__orbit i:nth-child(3) { bottom: 1px; left: 48px; }

.vita-core__detail { min-height: 190px; padding: 17px 18px 16px; }
.map-stage.has-selection .vita-core__detail { min-height: 246px; }
.core-detail__context { display: flex; align-items: center; gap: 7px; color: var(--color-purple); font: 600 8px/1.2 var(--font-meta); letter-spacing: .08em; text-transform: uppercase; }
.core-detail__context img { width: 17px; height: 19px; object-fit: contain; }
.core-detail__category { display: inline-flex; margin-top: 12px; align-items: center; gap: 6px; color: var(--color-muted); font: 500 8px/1.2 var(--font-meta); letter-spacing: .04em; }
.core-detail__category i { width: 5px; height: 5px; border-radius: 50%; background: var(--category-color); }
.vita-core__detail h2 { margin-top: 5px !important; font-size: 18px; letter-spacing: -.04em; line-height: 1.08; }
.core-detail__relationship { margin-top: 6px !important; color: var(--color-orange-deep); font-size: 10px; font-weight: 700; line-height: 1.35; }
.core-detail__description { margin-top: 7px !important; color: var(--color-copy); font-size: 9px; line-height: 1.45; }
.core-detail__actions { display: flex; margin-top: 11px; align-items: center; justify-content: space-between; }
.core-detail__visit { display: inline-flex; min-height: 44px; align-items: center; gap: 6px; color: var(--color-purple-deep); font-size: 10px; font-weight: 700; }
.core-detail__visit svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.core-detail__close { width: 40px; height: 40px; padding: 0; border: 0; border-radius: 10px; background: rgba(91,33,182,.06); color: var(--color-muted); cursor: pointer; }
.core-detail__close svg { width: 16px; margin: auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.7; }

.map-instruction { padding: 1px 0 4px; color: var(--color-muted); font-size: 10px; text-align: center; }

.directory-panel { padding: 22px; }
.directory-groups { display: grid; gap: 24px; }
.directory-group__heading { display: flex; align-items: center; gap: 9px; margin-bottom: 10px; }
.directory-group__heading i { width: 7px; height: 7px; border-radius: 50%; background: var(--category-color); }
.directory-group__heading h2 { font-size: 15px; letter-spacing: -.025em; }
.directory-group__heading span { color: var(--color-muted); font: 500 8px/1.2 var(--font-meta); letter-spacing: .05em; text-transform: uppercase; }
.directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.directory-card {
  --category-color: var(--eco-technology);
  display: grid;
  min-height: 148px;
  grid-template-columns: 74px 1fr;
  align-items: center;
  gap: 13px;
  padding: 15px;
  border: 1px solid rgba(43,32,49,.09);
  border-radius: 16px;
  background: rgba(255,255,255,.68);
  box-shadow: inset 0 1px 0 #fff;
}
.directory-card[data-category="institutional"] { --category-color: var(--eco-institutional); }
.directory-card[data-category="impact"] { --category-color: var(--eco-impact); }
.directory-card__logo { display: flex; min-height: 54px; align-items: center; justify-content: center; gap: 5px; padding: 8px; border-radius: 12px; background: rgba(250,248,245,.8); color: #151515; }
.directory-card__logo img { max-width: 100%; max-height: 38px; object-fit: contain; }
.directory-card__logo.is-dual img { max-width: 48%; max-height: 28px; }
.directory-card__logo .logo-monochrome { width: 34px; }
.directory-card__copy { min-width: 0; }
.directory-card__copy h3 { margin: 0; font-size: 13px; letter-spacing: -.025em; line-height: 1.25; }
.directory-card__relationship { margin-top: 5px !important; color: var(--category-color); font-size: 9px; font-weight: 700; line-height: 1.35; }
.directory-card__description { margin-top: 6px !important; color: var(--color-muted); font-size: 9px; line-height: 1.45; }
.directory-card__copy a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; gap: 5px; margin-top: 3px; color: var(--color-purple-deep); font-size: 9px; font-weight: 700; }
.directory-card__copy a svg { width: 13px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.ecosystem-cta {
  display: flex;
  min-height: 130px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 16px;
  padding: 25px 29px;
  overflow: hidden;
  border: 1px solid rgba(91,33,182,.14);
  border-radius: 22px;
  background: radial-gradient(circle at 82% 15%, rgba(232,82,10,.1), transparent 33%), linear-gradient(125deg, rgba(91,33,182,.095), rgba(255,255,255,.72));
  box-shadow: 0 16px 42px rgba(48,27,76,.07);
}
.ecosystem-cta span { color: var(--color-purple); font: 600 9px/1.2 var(--font-meta); letter-spacing: .12em; text-transform: uppercase; }
.ecosystem-cta h2 { margin-top: 7px !important; font-size: clamp(20px, 2.5vw, 29px); letter-spacing: -.045em; line-height: 1.1; }
.ecosystem-cta a { display: inline-flex; min-height: 48px; flex: 0 0 auto; align-items: center; gap: 10px; padding: 0 18px; border-radius: 13px; background: var(--color-purple); box-shadow: 0 12px 26px rgba(91,33,182,.2); color: #fff !important; font-size: 12px; font-weight: 700; transition: transform 180ms var(--ease-connect), background 180ms ease; }
.ecosystem-cta a:hover { transform: translateY(-2px); background: var(--color-purple-deep); }
.ecosystem-cta a svg { width: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }

.ecosystem-footer { display: flex; min-height: 58px; align-items: center; justify-content: center; gap: 20px; color: var(--color-muted); font-size: 9px; }
.ecosystem-footer span + span::before,
.ecosystem-footer a::before { margin-right: 20px; color: rgba(91,33,182,.28); content: "·"; }
.ecosystem-footer a { min-height: 44px; display: inline-flex; align-items: center; }

[data-enter] { animation: ecosystem-enter .65s var(--ease-connect) both; }
.ecosystem-hero[data-enter] { animation-delay: .08s; }
.view-switch[data-enter] { animation-delay: .16s; }
.ecosystem-node { animation: node-enter .62s var(--ease-connect) both; animation-delay: calc(.16s + var(--delay, 0) * 25ms); }

:where(.ecosystem-brand, .back-link, .view-switch button, .ecosystem-node, .core-detail__visit, .core-detail__close, .directory-card a, .ecosystem-cta a):focus-visible {
  outline: 3px solid rgba(91,33,182,.28);
  outline-offset: 3px;
}

@keyframes ecosystem-enter { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }
@keyframes node-enter { from { opacity: 0; transform: translate(-50%, -42%) scale(.94); } to { opacity: 1; transform: translate(-50%, -50%) scale(1); } }

@media (max-width: 1050px) {
  .ecosystem-node { width: 122px; }
  .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) and (min-width: 701px) {
  .map-stage { height: 690px; max-height: none; }
  .ecosystem-node { width: 130px; }
  .ecosystem-node[data-node-id="nvidia"] { --x: 12 !important; --y: 12 !important; }
  .ecosystem-node[data-node-id="aws"] { --x: 37 !important; --y: 7 !important; }
  .ecosystem-node[data-node-id="microsoft"] { --x: 63 !important; --y: 7 !important; }
  .ecosystem-node[data-node-id="google"] { --x: 88 !important; --y: 12 !important; }
  .ecosystem-node[data-node-id="anthropic"] { --x: 15 !important; --y: 27 !important; }
  .ecosystem-node[data-node-id="elevenlabs"] { --x: 85 !important; --y: 27 !important; }
  .ecosystem-node[data-node-id="unitrento"] { --x: 11 !important; --y: 49 !important; }
  .ecosystem-node[data-node-id="soi"] { --x: 12 !important; --y: 69 !important; }
  .ecosystem-node[data-node-id="cinformi"] { --x: 30 !important; --y: 87 !important; }
  .ecosystem-node[data-node-id="astalli"] { --x: 50 !important; --y: 93 !important; }
  .ecosystem-node[data-node-id="impact-hub"] { --x: 70 !important; --y: 87 !important; }
  .ecosystem-node[data-node-id="ipsia-acli"] { --x: 88 !important; --y: 69 !important; }
  .map-paths { opacity: .58; }
}

@media (max-width: 700px) {
  .ecosystem-shell { width: min(calc(100% - 22px), 620px); padding-top: 10px; }
  .ecosystem-header { min-height: 54px; }
  .ecosystem-brand img { width: 31px; height: 34px; }
  .back-link span, .fullscreen-toggle span { display: none; }
  .back-link, .fullscreen-toggle { width: 44px; justify-content: center; padding: 0; }
  .ecosystem-hero { margin: 28px auto 19px; }
  .ecosystem-hero h1 { font-size: clamp(34px, 11vw, 47px); }
  .ecosystem-hero > p:last-child { max-width: 380px; font-size: 13px; }
  .view-switch { width: 100%; }
  .view-switch button { flex: 1; justify-content: center; }
  .ecosystem-panel { padding: 12px; }
  .map-legend { flex-wrap: wrap; gap: 9px 15px; padding: 2px 5px 11px; }
  .map-stage { display: grid; height: auto; min-height: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; overflow: visible; }
  .map-stage::before, .map-stage::after, .map-paths { display: none; }
  .ecosystem-nodes { position: static; display: contents; }
  .ecosystem-node {
    position: static;
    width: auto;
    min-width: 0;
    min-height: 84px;
    transform: none;
    animation-name: ecosystem-enter;
  }
  .ecosystem-node:hover,
  .ecosystem-node[aria-pressed="true"] { transform: translateY(-2px); }
  .vita-core { position: relative; left: auto; top: auto; width: 100%; min-height: 176px; grid-column: 1 / -1; grid-row: 1; transform: none; }
  .map-stage.has-selection .vita-core { width: 100%; }
  .vita-core__default { min-height: 176px; }
  .map-instruction { padding-top: 12px; }
  .directory-panel { padding: 15px; }
  .directory-groups { gap: 22px; }
  .directory-grid { grid-template-columns: 1fr; }
  .directory-card { min-height: 138px; grid-template-columns: 76px 1fr; }
  .ecosystem-cta { display: grid; justify-items: start; padding: 23px; }
  .ecosystem-cta a { width: 100%; justify-content: center; }
  .ecosystem-footer { flex-wrap: wrap; gap: 0 12px; padding-top: 9px; }
  .ecosystem-footer span + span::before,
  .ecosystem-footer a::before { margin-right: 12px; }
}

@media (max-width: 380px) {
  .ecosystem-node { min-height: 80px; padding-inline: 6px; }
  .ecosystem-node > span:last-child { font-size: 8px; }
  .directory-card { grid-template-columns: 64px 1fr; padding: 12px; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-enter], .ecosystem-node { animation: none !important; }
  .ecosystem-node, .map-paths path, .back-link, .ecosystem-cta a { transition-duration: .01ms !important; }
  .connection-field__light { animation: none !important; }
}
