:root {
  --eco-bg: #05070a;
  --eco-bg-soft: #080b0f;
  --eco-surface: #0b0f14;
  --eco-text: #eef2f6;
  --eco-text-soft: #b6c0cb;
  --eco-muted: #7f8a96;
  --eco-line: rgba(226, 234, 242, 0.15);
  --eco-line-strong: rgba(226, 234, 242, 0.28);
  --eco-accent: #78b8ff;
  --eco-accent-strong: #a7d2ff;
  --eco-max: 1320px;
  --eco-header: 84px;
  --eco-serif: "Noto Serif SC", "Songti SC", STSong, SimSun, serif;
  --eco-sans: Inter, "Noto Sans SC", "Microsoft YaHei", system-ui, sans-serif;
}

html[data-theme="light"] {
  --eco-bg: #f4f6f8;
  --eco-bg-soft: #eceff2;
  --eco-surface: #ffffff;
  --eco-text: #111820;
  --eco-text-soft: #475564;
  --eco-muted: #6b7885;
  --eco-line: rgba(17, 24, 32, 0.14);
  --eco-line-strong: rgba(17, 24, 32, 0.28);
  --eco-accent: #1769b3;
  --eco-accent-strong: #0d4d86;
}

html {
  scroll-padding-top: calc(var(--eco-header) + 18px);
}

body.ecosystem-home {
  background: var(--eco-bg);
  color: var(--eco-text);
  font-family: var(--eco-sans);
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}

.ecosystem-home .site-shell,
.ecosystem-home main {
  background: var(--eco-bg);
}

.ecosystem-home .skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: #05070a;
  background: #ffffff;
  transform: translateY(-140%);
}

.ecosystem-home .skip-link:focus {
  transform: translateY(0);
}

.ecosystem-home .topbar {
  min-height: var(--eco-header);
  padding: 12px max(28px, calc((100vw - var(--eco-max)) / 2));
  background: rgba(5, 7, 10, 0.9);
  border-color: var(--eco-line);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

html[data-theme="light"] .ecosystem-home .topbar {
  background: rgba(244, 246, 248, 0.92);
}

.ecosystem-home .brand {
  gap: 13px;
  color: var(--eco-text);
  font-size: 18px;
  font-weight: 650;
}

.ecosystem-home .brand img {
  width: 70px;
  height: 42px;
  flex-basis: 70px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: none;
}

html[data-theme="light"] .ecosystem-home .brand img {
  filter: grayscale(1) brightness(0.3) contrast(1.42);
}

.ecosystem-home .brand-lockup {
  gap: 0;
}

.ecosystem-home .brand-lockup > span {
  line-height: 1.25;
}

.ecosystem-home .brand-lockup small {
  color: var(--eco-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
}

.ecosystem-home .nav {
  gap: 30px;
  color: var(--eco-text-soft);
  font-size: 14px;
  font-weight: 550;
}

.ecosystem-home .nav a {
  color: inherit;
}

.ecosystem-home .nav a::after {
  bottom: -11px;
  height: 1px;
  background: var(--eco-accent);
}

.ecosystem-home .nav a:hover,
.ecosystem-home .nav a[aria-current="page"] {
  color: var(--eco-text);
}

.ecosystem-home .nav-contact {
  min-height: 42px;
  padding: 0 18px;
  border-color: var(--eco-line-strong);
  border-radius: 4px;
}

.ecosystem-home .nav-contact:hover {
  color: var(--eco-text);
  background: rgba(120, 184, 255, 0.08);
  border-color: var(--eco-accent);
}

.ecosystem-home .nav .nav-contact {
  min-height: auto;
  display: inline;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
}

.ecosystem-home .nav .nav-contact:hover {
  border: 0;
  background: transparent;
  color: var(--eco-text);
}

.ecosystem-home .header-actions {
  gap: 10px;
}

.ecosystem-home .theme-toggle,
.ecosystem-home .menu-toggle {
  min-height: 42px;
  padding: 0 13px;
  color: var(--eco-text-soft);
  background: transparent;
  border: 1px solid var(--eco-line);
  border-radius: 4px;
}

.ecosystem-home .theme-toggle:hover,
.ecosystem-home .menu-toggle:hover {
  color: var(--eco-text);
  border-color: var(--eco-line-strong);
}

.ecosystem-home .menu-toggle {
  display: none;
}

.ecosystem-home .theme-toggle {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #efd995;
}

html[data-theme="light"] .ecosystem-home .theme-toggle {
  color: #151a20;
}

.ecosystem-home .theme-toggle:hover {
  border-color: transparent;
  background: rgba(239, 217, 149, 0.08);
  color: #ffe9a7;
}

html[data-theme="light"] .ecosystem-home .theme-toggle:hover {
  background: rgba(17, 24, 39, 0.055);
  color: #05080c;
}

.ecosystem-home .ecosystem-hero {
  position: relative;
  isolation: isolate;
  min-height: 700px;
  height: calc(100svh - 110px);
  max-height: 900px;
  overflow: hidden;
  border-bottom: 1px solid var(--eco-line);
  background: var(--eco-bg);
}

.ecosystem-home .ecosystem-hero-art,
.ecosystem-home .era-art,
.ecosystem-home .ess-art,
.ecosystem-home .future-art {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ecosystem-home .ecosystem-hero-art {
  object-position: center center;
  opacity: 0.92;
  animation: fabric-breathe 22s ease-in-out infinite alternate;
}

html:not([data-theme="light"]) .ecosystem-home .ecosystem-hero-art {
  opacity: 1;
  animation: none;
}

.ecosystem-home .ecosystem-hero-shade,
.ecosystem-home .era-shade,
.ecosystem-home .ess-shade,
.ecosystem-home .future-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: rgba(5, 7, 10, 0.18);
}

html[data-theme="light"] .ecosystem-home .ecosystem-hero-art,
html[data-theme="light"] .ecosystem-home .era-art,
html[data-theme="light"] .ecosystem-home .ess-art,
html[data-theme="light"] .ecosystem-home .future-art,
html[data-theme="light"] .ecosystem-home .ecosystem-visual img,
html[data-theme="light"] .ecosystem-home .mission-section > img {
  filter: grayscale(1) invert(1) contrast(0.72);
  opacity: 0.32;
}

html[data-theme="light"] .ecosystem-home .ecosystem-hero-shade,
html[data-theme="light"] .ecosystem-home .era-shade,
html[data-theme="light"] .ecosystem-home .ess-shade,
html[data-theme="light"] .ecosystem-home .future-shade {
  background: rgba(244, 246, 248, 0.22);
}

.ecosystem-home .ecosystem-hero-inner,
.ecosystem-home .section-frame {
  width: min(calc(100% - 96px), var(--eco-max));
  margin: 0 auto;
}

.ecosystem-home .ecosystem-hero-inner {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto auto;
  align-items: end;
  padding: clamp(76px, 10vh, 118px) 0 30px;
}

.ecosystem-home .ecosystem-hero-copy {
  width: min(720px, 56%);
  align-self: center;
}

.ecosystem-home .eyebrow,
.ecosystem-home .section-kicker {
  margin: 0 0 24px;
  color: var(--eco-accent);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
  letter-spacing: 0;
}

.ecosystem-home .eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ecosystem-home .eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: var(--eco-accent);
}

.ecosystem-home .eyebrow span {
  color: var(--eco-text);
}

.ecosystem-home .ecosystem-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--eco-text);
  font-family: var(--eco-serif);
  font-size: 80px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.ecosystem-home .ecosystem-hero h1 em {
  color: var(--eco-text);
  font-style: normal;
}

.ecosystem-home .ecosystem-hero h1 em::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 14px;
  border-radius: 50%;
  background: var(--eco-accent);
  vertical-align: 0.14em;
  box-shadow: 0 0 24px rgba(120, 184, 255, 0.7);
}

.ecosystem-home .hero-lead {
  max-width: 610px;
  margin: 30px 0 0;
  color: var(--eco-text-soft);
  font-size: 19px;
  line-height: 1.75;
}

.ecosystem-home .hero-actions,
.ecosystem-home .ess-actions,
.ecosystem-home .contact-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.ecosystem-home .primary-action,
.ecosystem-home .text-action {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 20px;
  color: var(--eco-text);
  font-family: var(--eco-sans);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
}

.ecosystem-home .primary-action {
  color: #05070a;
  background: var(--eco-text);
  border: 1px solid var(--eco-text);
}

.ecosystem-home .primary-action:hover {
  color: #05070a;
  background: #ffffff;
  border-color: #ffffff;
}

html[data-theme="light"] .ecosystem-home .primary-action {
  color: #ffffff;
  background: #111820;
  border-color: #111820;
}

.ecosystem-home .text-action {
  color: var(--eco-text-soft);
  border: 1px solid var(--eco-line-strong);
}

.ecosystem-home .text-action:hover {
  color: var(--eco-text);
  border-color: var(--eco-accent);
}

.ecosystem-home .hero-query {
  width: min(760px, 66%);
  margin: 0 auto 28px;
}

.ecosystem-home .hero-query > label {
  display: block;
  margin-bottom: 9px;
  color: var(--eco-muted);
  font-size: 12px;
  font-weight: 550;
}

.ecosystem-home .hero-query > div {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 7px;
  background: rgba(5, 7, 10, 0.68);
  border: 1px solid var(--eco-line-strong);
  border-radius: 4px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

html[data-theme="light"] .ecosystem-home .hero-query > div {
  background: rgba(255, 255, 255, 0.72);
}

.ecosystem-home .hero-query input {
  min-width: 0;
  flex: 1;
  min-height: 46px;
  padding: 0 14px;
  color: var(--eco-text);
  background: transparent;
  border: 0;
  outline: 0;
}

.ecosystem-home .hero-query input::placeholder {
  color: var(--eco-muted);
  opacity: 1;
}

.ecosystem-home .hero-query button {
  min-height: 46px;
  padding: 0 18px;
  color: #05070a;
  background: var(--eco-text);
  border: 1px solid var(--eco-text);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
}

html[data-theme="light"] .ecosystem-home .hero-query button {
  color: #ffffff;
  background: #111820;
  border-color: #111820;
}

.ecosystem-home .hero-query > p {
  margin: 8px 8px 0;
  color: var(--eco-muted);
  font-size: 11px;
}

.ecosystem-home .hero-foot {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--eco-line);
}

.ecosystem-home .hero-foot p,
.ecosystem-home .hero-foot a {
  margin: 0;
  color: var(--eco-muted);
  font-size: 13px;
  font-weight: 550;
}

.ecosystem-home .hero-foot a {
  color: var(--eco-text-soft);
}

.ecosystem-home .hero-foot a:hover {
  color: var(--eco-accent);
}

.ecosystem-home .era-section,
.ecosystem-home .ess-section,
.ecosystem-home .future-section,
.ecosystem-home .mission-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--eco-line);
}

.ecosystem-home .era-section {
  min-height: 700px;
  background: var(--eco-bg);
}

.ecosystem-home .era-art {
  object-position: center;
  opacity: 0.72;
}

.ecosystem-home .era-layout {
  min-height: 700px;
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(520px, 1.22fr);
  align-items: center;
  gap: 80px;
  padding: 92px 0;
}

.ecosystem-home .section-copy {
  position: relative;
  z-index: 1;
  max-width: 540px;
}

.ecosystem-home .section-copy h2,
.ecosystem-home .centered-heading h2,
.ecosystem-home .ess-copy h2,
.ecosystem-home .mission-inner h2,
.ecosystem-home .contact-layout h2 {
  margin: 0;
  color: var(--eco-text);
  font-family: var(--eco-serif);
  font-size: 54px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: 0;
  text-wrap: balance;
}

.ecosystem-home .section-intro,
.ecosystem-home .centered-heading > p:last-child {
  margin: 28px 0 0;
  color: var(--eco-text-soft);
  font-size: 17px;
  line-height: 1.9;
}

.ecosystem-home .era-progress {
  align-self: end;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--eco-line-strong);
}

.ecosystem-home .era-progress li {
  min-height: 190px;
  padding: 26px 24px 22px;
  border-right: 1px solid var(--eco-line);
}

.ecosystem-home .era-progress li:last-child {
  border-right: 0;
}

.ecosystem-home .era-progress span {
  display: block;
  margin-bottom: 38px;
  color: var(--eco-accent);
  font-size: 12px;
  font-weight: 650;
}

.ecosystem-home .era-progress strong {
  display: block;
  color: var(--eco-text);
  font-family: var(--eco-serif);
  font-size: 20px;
  font-weight: 600;
}

.ecosystem-home .era-progress p {
  margin: 8px 0 0;
  color: var(--eco-muted);
  font-size: 14px;
}

.ecosystem-home .ecosystem-section {
  padding: 106px 0 88px;
  overflow: hidden;
  background: var(--eco-bg);
  border-bottom: 1px solid var(--eco-line);
}

.ecosystem-home .centered-heading {
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
}

.ecosystem-home .centered-heading .section-kicker {
  margin-bottom: 20px;
}

.ecosystem-home .centered-heading > p:last-child {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.ecosystem-home .ecosystem-visual {
  width: 100%;
  height: clamp(440px, 38vw, 560px);
  margin: 34px auto -50px;
  overflow: hidden;
  background: transparent;
}

.ecosystem-home .ecosystem-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 56%;
  mix-blend-mode: screen;
  opacity: 0.88;
}

html[data-theme="light"] .ecosystem-home .ecosystem-visual img {
  filter: grayscale(1) invert(1) brightness(1.65) contrast(1.28);
  mix-blend-mode: multiply;
  opacity: 0.34;
}

.ecosystem-home .ecosystem-paths {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--eco-line-strong);
  border-bottom: 1px solid var(--eco-line);
}

.ecosystem-home .ecosystem-paths > a {
  min-height: 244px;
  padding: 26px 32px;
  border-right: 1px solid var(--eco-line);
  transition: background-color 200ms ease;
}

.ecosystem-home .ecosystem-paths > a:last-child {
  border-right: 0;
}

.ecosystem-home .ecosystem-paths > a:hover {
  background: rgba(120, 184, 255, 0.045);
}

.ecosystem-home .ecosystem-paths span {
  color: var(--eco-muted);
  font-size: 11px;
  font-weight: 600;
}

.ecosystem-home .ecosystem-paths h3 {
  margin: 32px 0 14px;
  color: var(--eco-text);
  font-family: var(--eco-serif);
  font-size: 29px;
  font-weight: 600;
}

.ecosystem-home .ecosystem-paths p {
  margin: 0;
  color: var(--eco-text-soft);
  font-size: 15px;
  line-height: 1.8;
}

.ecosystem-home .ecosystem-paths strong {
  display: block;
  margin-top: 22px;
  color: var(--eco-accent);
  font-size: 13px;
  font-weight: 600;
}

.ecosystem-home .ess-section {
  padding: 108px 0 0;
  background: var(--eco-bg);
}

.ecosystem-home .ess-art {
  height: 680px;
  object-position: center top;
  opacity: 0.68;
}

.ecosystem-home .ess-shade {
  height: 680px;
  background: rgba(5, 7, 10, 0.14);
}

.ecosystem-home .ess-layout {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: 100px;
  align-items: center;
  padding-bottom: 70px;
}

.ecosystem-home .ess-copy {
  position: relative;
  z-index: 1;
  max-width: 560px;
}

.ecosystem-home .product-index {
  margin: 0 0 16px;
  color: var(--eco-muted);
  font-size: 12px;
}

.ecosystem-home .ess-copy h2 {
  font-size: 72px;
  line-height: 1.08;
}

.ecosystem-home .ess-copy h2 span {
  display: block;
  margin-top: 12px;
  font-family: var(--eco-sans);
  font-size: 26px;
  font-weight: 600;
}

.ecosystem-home .ess-layers {
  position: relative;
  z-index: 1;
  align-self: end;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--eco-line-strong);
}

.ecosystem-home .ess-layers li {
  min-height: 108px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--eco-line);
}

.ecosystem-home .ess-layers li > span {
  color: var(--eco-accent);
  font-size: 12px;
  font-weight: 600;
}

.ecosystem-home .ess-layers strong {
  display: block;
  color: var(--eco-text);
  font-size: 17px;
  font-weight: 600;
}

.ecosystem-home .ess-layers p {
  margin: 5px 0 0;
  color: var(--eco-muted);
  font-size: 14px;
  line-height: 1.65;
}

.ecosystem-home .agent-team {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 84px;
  padding: 56px 0 84px;
  border-top: 1px solid var(--eco-line-strong);
}

.ecosystem-home .agent-team header h3 {
  max-width: 490px;
  margin: 0;
  color: var(--eco-text);
  font-family: var(--eco-serif);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.5;
}

.ecosystem-home .agent-roster {
  border-top: 1px solid var(--eco-line-strong);
}

.ecosystem-home .agent-roster > div {
  display: grid;
  grid-template-columns: 180px 150px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 70px;
  border-bottom: 1px solid var(--eco-line);
}

.ecosystem-home .agent-roster span {
  color: var(--eco-muted);
  font-size: 10px;
  font-weight: 600;
}

.ecosystem-home .agent-roster strong {
  color: var(--eco-text);
  font-size: 16px;
  font-weight: 600;
}

.ecosystem-home .agent-roster p {
  margin: 0;
  color: var(--eco-text-soft);
  font-size: 14px;
}

.ecosystem-home .future-section {
  min-height: 820px;
  padding: 105px 0 86px;
  background: var(--eco-bg-soft);
}

.ecosystem-home .future-art {
  object-position: center;
  opacity: 0.63;
}

.ecosystem-home .future-layout {
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(540px, 1.22fr);
  grid-template-rows: 1fr auto;
  gap: 72px 96px;
  align-items: center;
}

.ecosystem-home .future-directions {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--eco-line-strong);
}

.ecosystem-home .future-directions a {
  min-height: 142px;
  display: grid;
  grid-template-columns: 92px 180px 1fr;
  gap: 22px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--eco-line);
  transition: padding-left 180ms ease;
}

.ecosystem-home .future-directions a:hover {
  padding-left: 10px;
}

.ecosystem-home .future-directions span {
  color: var(--eco-accent);
  font-size: 11px;
  font-weight: 600;
}

.ecosystem-home .future-directions strong {
  color: var(--eco-text);
  font-family: var(--eco-serif);
  font-size: 20px;
  font-weight: 600;
}

.ecosystem-home .future-directions p {
  margin: 0;
  color: var(--eco-text-soft);
  font-size: 14px;
  line-height: 1.75;
}

.ecosystem-home .application-links {
  grid-column: 1 / -1;
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 18px 0;
  border-top: 1px solid var(--eco-line-strong);
  border-bottom: 1px solid var(--eco-line);
}

.ecosystem-home .application-links p {
  margin: 0 auto 0 0;
  color: var(--eco-muted);
  font-size: 12px;
  font-weight: 600;
}

.ecosystem-home .application-links a {
  color: var(--eco-text-soft);
  font-size: 14px;
  font-weight: 550;
}

.ecosystem-home .application-links a:hover {
  color: var(--eco-accent);
}

.ecosystem-home .mission-section {
  min-height: 500px;
  display: grid;
  place-items: center;
  background: var(--eco-bg);
}

.ecosystem-home .mission-section > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  opacity: 0.66;
}

.ecosystem-home .mission-inner {
  padding: 90px 0 100px;
  text-align: center;
}

.ecosystem-home .mission-inner h2 {
  max-width: 980px;
  margin: 0 auto;
  font-size: 58px;
  line-height: 1.38;
}

.ecosystem-home .mission-inner > p:last-child {
  max-width: 680px;
  margin: 34px auto 0;
  color: var(--eco-text-soft);
  font-size: 17px;
}

.ecosystem-home .contact-section {
  padding: 60px 0;
  background: var(--eco-bg);
  border-bottom: 0;
}

.ecosystem-home .contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(340px, 1.1fr) auto;
  gap: 64px;
  align-items: end;
}

.ecosystem-home .contact-layout .section-kicker {
  margin-bottom: 16px;
}

.ecosystem-home .contact-layout h2 {
  font-size: 40px;
}

.ecosystem-home .contact-layout > p {
  margin: 0;
  color: var(--eco-text-soft);
  font-size: 15px;
}

.ecosystem-home .contact-actions {
  margin: 0;
  gap: 12px;
}

.ecosystem-home .footer {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  color: var(--eco-muted);
  background: var(--eco-bg);
  border-top: 0;
}

.ecosystem-home .footer-meta {
  width: min(calc(100% - 96px), var(--eco-max));
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  padding: 30px 154px 38px 0;
  border-top: 1px solid var(--eco-line);
}

.ecosystem-home .footer-meta p {
  margin: 0;
  font-size: 12px;
}

/* XiaoYan uses the same visual language as the site rather than a mascot widget. */
.ecosystem-home .ai-launcher {
  right: 24px;
  bottom: 24px;
  min-width: 118px;
  min-height: 50px;
  gap: 9px;
  padding: 5px 14px 5px 6px;
  color: var(--eco-text);
  background: rgba(8, 11, 15, 0.94);
  border: 1px solid var(--eco-line-strong);
  border-radius: 4px;
  box-shadow: none;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.ecosystem-home .ai-launcher img {
  width: 38px;
  height: 38px;
  display: block;
  object-fit: cover;
  object-position: center 22%;
  border: 1px solid var(--eco-line-strong);
  border-radius: 50%;
}

.ecosystem-home .ai-launcher span {
  font-size: 13px;
  font-weight: 600;
}

.ecosystem-home.hero-in-view .ai-launcher {
  pointer-events: none;
  opacity: 0;
  transform: translateY(12px);
}

.ecosystem-home .ai-panel {
  top: var(--eco-header);
  right: 0;
  bottom: 0;
  width: min(430px, 100vw);
  max-height: none;
  color: var(--eco-text);
  background: rgba(8, 11, 15, 0.98);
  border: 0;
  border-left: 1px solid var(--eco-line-strong);
  border-radius: 0;
  box-shadow: -28px 0 70px rgba(0, 0, 0, 0.34);
}

html[data-theme="light"] .ecosystem-home .ai-panel,
html[data-theme="light"] .ecosystem-home .ai-launcher {
  background: rgba(255, 255, 255, 0.97);
}

.ecosystem-home .ai-panel-head {
  min-height: 78px;
  padding: 14px 18px;
  border-color: var(--eco-line);
}

.ecosystem-home .ai-panel-head img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--eco-line-strong);
}

.ecosystem-home .ai-panel-title strong {
  color: var(--eco-text);
}

.ecosystem-home .ai-panel-title span {
  color: var(--eco-muted);
}

.ecosystem-home .ai-close {
  color: var(--eco-text-soft);
  background: transparent;
  border-color: var(--eco-line);
  border-radius: 3px;
}

.ecosystem-home .ai-messages {
  padding: 22px 18px;
}

.ecosystem-home .ai-message {
  grid-template-columns: 30px minmax(0, 1fr);
}

.ecosystem-home .ai-message.user {
  grid-template-columns: minmax(0, 1fr);
}

.ecosystem-home .ai-message-avatar {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: cover;
  object-position: center 22%;
  border: 1px solid var(--eco-line);
  border-radius: 50%;
}

.ecosystem-home .ai-bubble {
  color: var(--eco-text-soft);
  background: transparent;
  border: 1px solid var(--eco-line);
  border-radius: 4px;
}

.ecosystem-home .ai-message.user .ai-bubble {
  color: var(--eco-text);
  background: rgba(120, 184, 255, 0.08);
  border-color: rgba(120, 184, 255, 0.28);
}

.ecosystem-home .ai-overview {
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  color: var(--eco-text-soft);
  background: transparent;
  border-color: var(--eco-line);
  border-radius: 4px;
}

.ecosystem-home .ai-overview img {
  width: 74px;
  height: 94px;
  display: block;
  object-fit: cover;
  object-position: center 20%;
  border: 1px solid var(--eco-line);
  border-radius: 3px;
}

.ecosystem-home .ai-knowledge {
  border-left-color: var(--eco-line-strong);
  color: var(--eco-muted);
}

.ecosystem-home .ai-knowledge span {
  color: var(--eco-text-soft);
}

.ecosystem-home .ai-suggestions {
  padding: 0 18px 16px;
}

.ecosystem-home .ai-suggestion {
  color: var(--eco-text-soft);
  background: transparent;
  border-color: var(--eco-line);
  border-radius: 3px;
}

.ecosystem-home .ai-suggestion:hover {
  color: var(--eco-text);
  border-color: var(--eco-accent);
}

.ecosystem-home .ai-form {
  gap: 8px;
  padding: 14px 18px 18px;
  border-color: var(--eco-line);
  background: var(--eco-bg-soft);
}

.ecosystem-home .ai-form input {
  min-width: 0;
  color: var(--eco-text);
  background: transparent;
  border-color: var(--eco-line-strong);
  border-radius: 3px;
}

.ecosystem-home .ai-form button {
  color: var(--eco-bg);
  background: var(--eco-text);
  border-color: var(--eco-text);
  border-radius: 3px;
}

.ecosystem-home .ai-form button:not(:disabled):hover {
  filter: brightness(0.92);
}

.ecosystem-home .ai-form button:focus-visible {
  outline: 2px solid var(--eco-accent);
  outline-offset: 2px;
}

.ecosystem-home .ai-form .ai-stop {
  color: var(--eco-text-soft);
  background: transparent;
  border-color: var(--eco-line-strong);
}

.ecosystem-home .ai-retry {
  min-height: 36px;
  margin-top: 8px;
  padding: 0 12px;
  color: var(--eco-accent);
  background: transparent;
  border: 1px solid var(--eco-line);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.ecosystem-home .ai-panel[data-model-state="unavailable"] .ai-panel-title span {
  color: #d9a26b;
}

.ecosystem-home .ai-actions a,
.ecosystem-home .ai-overview-links a {
  color: var(--eco-accent);
}

@keyframes fabric-breathe {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.028);
  }
}

@media (max-width: 1180px) {
  .ecosystem-home .nav {
    gap: 20px;
    font-size: 13px;
  }

  .ecosystem-home .ecosystem-hero-inner,
  .ecosystem-home .section-frame,
  .ecosystem-home .footer {
    width: min(calc(100% - 64px), var(--eco-max));
  }

  .ecosystem-home .ecosystem-hero-copy {
    width: min(620px, 58%);
  }

  .ecosystem-home .ecosystem-hero h1 {
    font-size: 68px;
  }

  .ecosystem-home .era-layout,
  .ecosystem-home .ess-layout,
  .ecosystem-home .future-layout {
    gap: 62px;
  }

  .ecosystem-home .section-copy h2,
  .ecosystem-home .centered-heading h2,
  .ecosystem-home .mission-inner h2 {
    font-size: 48px;
  }

  .ecosystem-home .agent-team {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (min-width: 981px) and (max-width: 1080px) {
  .ecosystem-home .nav {
    position: static;
    inset: auto;
    width: auto;
    height: auto;
    max-height: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    padding: 0;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
  }

  .ecosystem-home .nav a,
  .ecosystem-home .nav a:nth-child(5),
  .ecosystem-home .nav a:nth-child(6) {
    min-height: auto;
    display: flex;
    border-bottom: 0;
  }

  .ecosystem-home .nav-contact {
    min-height: 40px;
    margin-top: 0;
    padding: 0 12px;
    border: 1px solid var(--eco-line-strong);
  }

  .ecosystem-home .menu-toggle {
    display: none;
  }
}

@media (max-width: 980px) {
  .ecosystem-home .topbar {
    padding-right: 24px;
    padding-left: 24px;
  }

  .ecosystem-home .nav {
    position: fixed;
    z-index: 120;
    top: var(--eco-header) !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    width: 100vw !important;
    min-height: calc(100vh - var(--eco-header)) !important;
    min-height: calc(100dvh - var(--eco-header)) !important;
    height: calc(100vh - var(--eco-header)) !important;
    height: calc(100dvh - var(--eco-header)) !important;
    max-height: none !important;
    flex: none !important;
    align-self: auto !important;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 28px 24px;
    overflow-y: auto;
    color: var(--eco-text);
    background: var(--eco-bg);
  }

  html[data-theme="light"] .ecosystem-home .nav {
    background: var(--eco-bg);
  }

  .ecosystem-home .nav.is-open {
    display: flex;
  }

  .ecosystem-home .nav a {
    min-height: 58px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--eco-line);
  }

  .ecosystem-home .nav a::after {
    display: none;
  }

  .ecosystem-home .nav-contact {
    justify-content: flex-start;
    margin-top: 16px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--eco-line);
    border-radius: 0;
  }

  .ecosystem-home .menu-toggle {
    display: inline-flex;
  }

  .ecosystem-home .ecosystem-hero {
    min-height: 760px;
    height: auto;
    max-height: none;
  }

  .ecosystem-home .ecosystem-hero-art {
    object-position: 62% center;
    opacity: 0.66;
  }

  html:not([data-theme="light"]) .ecosystem-home .ecosystem-hero-art {
    opacity: 0.72;
  }

  .ecosystem-home .ecosystem-hero-shade {
    background: rgba(5, 7, 10, 0.34);
  }

  .ecosystem-home .ecosystem-hero-inner {
    grid-template-rows: auto auto auto;
    gap: 36px;
    padding: 106px 0 30px;
  }

  .ecosystem-home .ecosystem-hero-copy {
    width: min(670px, 86%);
  }

  .ecosystem-home .hero-query {
    width: 100%;
    margin-bottom: 0;
  }

  .ecosystem-home .era-layout,
  .ecosystem-home .ess-layout,
  .ecosystem-home .future-layout {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 64px;
    padding: 100px 0;
  }

  .ecosystem-home .era-section {
    min-height: 0;
  }

  .ecosystem-home .era-art {
    object-position: 66% center;
    opacity: 0.44;
  }

  .ecosystem-home .era-layout {
    padding-bottom: 70px;
  }

  .ecosystem-home .era-progress {
    align-self: auto;
  }

  .ecosystem-home .ecosystem-section {
    padding: 106px 0 90px;
  }

  .ecosystem-home .ecosystem-visual {
    margin-bottom: -18px;
  }

  .ecosystem-home .ecosystem-paths {
    grid-template-columns: 1fr;
  }

  .ecosystem-home .ecosystem-paths > a {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--eco-line);
  }

  .ecosystem-home .ecosystem-paths > a:last-child {
    border-bottom: 0;
  }

  .ecosystem-home .ecosystem-paths h3 {
    margin-top: 24px;
  }

  .ecosystem-home .ess-section {
    padding-top: 106px;
  }

  .ecosystem-home .ess-art,
  .ecosystem-home .ess-shade {
    height: 760px;
  }

  .ecosystem-home .ess-art {
    object-position: 64% top;
    opacity: 0.42;
  }

  .ecosystem-home .ess-layout {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .ecosystem-home .ess-layers {
    align-self: auto;
  }

  .ecosystem-home .agent-team {
    padding-top: 66px;
    padding-bottom: 90px;
  }

  .ecosystem-home .future-section {
    min-height: 0;
    padding: 106px 0 90px;
  }

  .ecosystem-home .future-art {
    object-position: 68% center;
    opacity: 0.4;
  }

  .ecosystem-home .future-layout {
    padding: 0;
  }

  .ecosystem-home .application-links {
    grid-column: auto;
    flex-wrap: wrap;
  }

  .ecosystem-home .application-links p {
    width: 100%;
    flex-basis: 100%;
  }

  .ecosystem-home .contact-layout {
    grid-template-columns: 1fr 1fr;
    gap: 34px 52px;
  }

  .ecosystem-home .contact-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  :root {
    --eco-header: 72px;
  }

  .ecosystem-home .topbar {
    min-height: var(--eco-header);
    padding: 9px 16px;
  }

  .ecosystem-home .brand {
    gap: 9px;
    font-size: 15px;
  }

  .ecosystem-home .brand img {
    width: 56px;
    height: 34px;
    flex-basis: 56px;
  }

  .ecosystem-home .brand-lockup small {
    font-size: 8px;
  }

  .ecosystem-home .theme-toggle,
  .ecosystem-home .menu-toggle {
    min-height: 38px;
    padding: 0 10px;
    font-size: 12px;
  }

  .ecosystem-home .ecosystem-hero-inner,
  .ecosystem-home .section-frame,
  .ecosystem-home .footer {
    width: calc(100% - 36px);
  }

  .ecosystem-home .ecosystem-hero {
    min-height: 760px;
  }

  .ecosystem-home .ecosystem-hero-art {
    width: 150%;
    max-width: none;
    left: -50%;
    object-position: 74% center;
    opacity: 0.5;
  }

  html:not([data-theme="light"]) .ecosystem-home .ecosystem-hero-art {
    opacity: 0.58;
  }

  .ecosystem-home .ecosystem-hero-inner {
    gap: 28px;
    padding: 72px 0 22px;
  }

  .ecosystem-home .ecosystem-hero-copy {
    width: 100%;
  }

  .ecosystem-home .eyebrow,
  .ecosystem-home .section-kicker {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .ecosystem-home .eyebrow span {
    display: none;
  }

  .ecosystem-home .ecosystem-hero h1 {
    font-size: 39px;
    line-height: 1.22;
  }

  .ecosystem-home .ecosystem-hero h1 em::after {
    width: 6px;
    height: 6px;
    margin-left: 8px;
  }

  .ecosystem-home .hero-lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.75;
  }

  .ecosystem-home .hero-actions,
  .ecosystem-home .ess-actions,
  .ecosystem-home .contact-actions {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
  }

  .ecosystem-home .primary-action,
  .ecosystem-home .text-action {
    min-height: 46px;
    padding: 0 16px;
  }

  .ecosystem-home .hero-query > div {
    min-height: 54px;
    padding: 5px;
  }

  .ecosystem-home .hero-query input {
    min-height: 44px;
    padding: 0 10px;
    font-size: 14px;
  }

  .ecosystem-home .hero-query button {
    min-height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }

  .ecosystem-home .hero-foot {
    align-items: flex-start;
    gap: 20px;
    padding-top: 16px;
  }

  .ecosystem-home .hero-foot p,
  .ecosystem-home .hero-foot a {
    font-size: 11px;
  }

  .ecosystem-home .era-layout,
  .ecosystem-home .ess-layout,
  .ecosystem-home .future-layout {
    gap: 46px;
    padding: 78px 0 64px;
  }

  .ecosystem-home .section-copy h2,
  .ecosystem-home .centered-heading h2,
  .ecosystem-home .mission-inner h2,
  .ecosystem-home .contact-layout h2 {
    font-size: 36px;
    line-height: 1.4;
  }

  .ecosystem-home .section-intro,
  .ecosystem-home .centered-heading > p:last-child {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.85;
  }

  .ecosystem-home .era-progress {
    grid-template-columns: 1fr;
  }

  .ecosystem-home .era-progress li {
    min-height: 0;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 4px 18px;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--eco-line);
  }

  .ecosystem-home .era-progress span {
    grid-row: 1 / 3;
    margin: 0;
  }

  .ecosystem-home .era-progress p {
    margin-top: 2px;
  }

  .ecosystem-home .ecosystem-section,
  .ecosystem-home .future-section {
    padding: 78px 0 66px;
  }

  .ecosystem-home .ecosystem-visual {
    width: 132%;
    height: auto;
    aspect-ratio: 1.45;
    margin: 24px -16% -6px;
  }

  .ecosystem-home .ecosystem-visual img {
    object-fit: cover;
    object-position: center 54%;
  }

  .ecosystem-home .ecosystem-paths > a {
    padding: 26px 6px;
  }

  .ecosystem-home .ecosystem-paths h3 {
    font-size: 25px;
  }

  .ecosystem-home .ess-section {
    padding-top: 78px;
  }

  .ecosystem-home .ess-copy h2 {
    font-size: 58px;
  }

  .ecosystem-home .ess-copy h2 span {
    font-size: 22px;
  }

  .ecosystem-home .ess-layers li {
    grid-template-columns: 38px 1fr;
    gap: 10px;
  }

  .ecosystem-home .agent-team {
    gap: 32px;
    padding: 54px 0 70px;
  }

  .ecosystem-home .agent-team header h3 {
    font-size: 30px;
  }

  .ecosystem-home .agent-roster > div {
    grid-template-columns: 1fr auto;
    gap: 3px 16px;
    padding: 15px 0;
  }

  .ecosystem-home .agent-roster span {
    grid-column: 1 / -1;
  }

  .ecosystem-home .agent-roster p {
    text-align: right;
  }

  .ecosystem-home .future-layout {
    padding: 0;
  }

  .ecosystem-home .future-directions a {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 24px 0;
  }

  .ecosystem-home .future-directions strong {
    font-size: 19px;
  }

  .ecosystem-home .application-links {
    gap: 12px 22px;
  }

  .ecosystem-home .application-links a {
    width: calc(50% - 12px);
  }

  .ecosystem-home .mission-section {
    min-height: 520px;
  }

  .ecosystem-home .mission-inner {
    padding: 84px 0 96px;
  }

  .ecosystem-home .mission-inner > p:last-child {
    font-size: 15px;
  }

  .ecosystem-home .contact-section {
    padding: 62px 0;
  }

  .ecosystem-home .contact-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ecosystem-home .contact-actions {
    grid-column: auto;
  }

  .ecosystem-home .footer-meta {
    width: calc(100% - 32px);
    flex-direction: column;
    gap: 6px;
    padding: 24px 0 86px;
  }

  .ecosystem-home .ai-launcher {
    right: 14px;
    bottom: 14px;
    width: auto;
    min-width: 104px;
    min-height: 44px;
    padding: 4px 12px 4px 5px;
  }

  .ecosystem-home .ai-launcher img {
    width: 34px;
    height: 34px;
  }

  .ecosystem-home .ai-launcher span {
    display: inline;
  }

  .ecosystem-home .ai-panel {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: min(82svh, 720px);
    border-top: 1px solid var(--eco-line-strong);
    border-left: 0;
  }
}

@media (max-height: 850px) and (min-width: 701px) {
  .ecosystem-home .ecosystem-hero {
    min-height: 620px;
    height: calc(100svh - 100px);
  }

  .ecosystem-home .ecosystem-hero-inner {
    padding-top: 54px;
  }

  .ecosystem-home .ecosystem-hero h1 {
    font-size: 60px;
  }

  .ecosystem-home .hero-lead {
    margin-top: 20px;
    font-size: 16px;
  }

  .ecosystem-home .hero-actions {
    margin-top: 22px;
  }

  .ecosystem-home .hero-query {
    margin-bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ecosystem-home *,
  .ecosystem-home *::before,
  .ecosystem-home *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

