﻿/* Desktop title refinements: cleaner weight and no awkward orphaned wraps. */

.ecosystem-hero .container {
  grid-template-columns: minmax(0, 1fr) minmax(540px, 1fr);
  gap: 32px;
}

.ecosystem-hero h1,
.platform-statement-copy h2,
.scene-copy h1,
.section-heading h2,
.contact-copy h2,
.case-card h3 {
  font-family: "Microsoft YaHei UI", "PingFang SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
}

.ecosystem-hero h1 {
  max-width: none;
  margin-bottom: 24px;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.platform-statement {
  grid-template-columns: minmax(470px, 0.92fr) minmax(0, 1.08fr);
  gap: 56px;
}

.platform-statement-copy h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.scene-copy h1 {
  font-size: 46px;
  white-space: nowrap;
}

.section-heading.centered {
  max-width: 980px;
}

.section-heading.centered h2 {
  white-space: nowrap;
}

.section-heading.centered p {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
}

.platform-page #architecture .section-heading.split {
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
  gap: 48px;
}

.platform-page #architecture .section-heading h2 {
  font-size: 32px;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.platform-page #applications .section-heading h2 {
  font-size: 35px;
  white-space: nowrap;
}

.theme-vehicle #capabilities .section-heading h2 {
  font-size: 30px;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.theme-vehicle .contact-copy h2 {
  font-size: 29px;
  white-space: nowrap;
}

.case-card {
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
}

.case-card h3 {
  font-size: 27px;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.theme-vehicle .kicker,
.theme-rto .kicker {
  color: var(--scene);
}

@media (max-width: 1280px) {
  .ecosystem-hero .container {
    grid-template-columns: minmax(0, 1fr) minmax(530px, 1fr);
    gap: 24px;
  }

  .ecosystem-hero h1 {
    font-size: 42px;
  }

  .platform-statement {
    grid-template-columns: minmax(445px, 0.92fr) minmax(0, 1.08fr);
    gap: 44px;
  }

  .platform-statement-copy h2 {
    font-size: 34px;
  }

  .scene-copy h1 {
    font-size: 42px;
  }

  .section-heading.centered h2 {
    font-size: 40px;
  }

  .platform-page #architecture .section-heading h2 {
    font-size: 30px;
  }

  .platform-page #applications .section-heading h2 {
    font-size: 34px;
  }

  .case-card h3 {
    font-size: 25px;
  }
}


/* Long approved scene names: preserve a strong, single-line desktop heading. */
.theme-anxiao .scene-copy h1 {
  font-size: 40px;
}

.theme-paint .scene-copy h1 {
  font-size: 36px;
}

.dropdown-link[href="anxiao-platform.html"] .dropdown-copy strong,
.dropdown-link[href="paint-bake-assessment.html"] .dropdown-copy strong,
.application-card[href="anxiao-platform.html"] h3,
.application-card[href="paint-bake-assessment.html"] h3,
.related-card[href="anxiao-platform.html"] strong,
.related-card[href="paint-bake-assessment.html"] strong {
  white-space: nowrap;
}

@media (max-width: 1280px) {
  .theme-anxiao .scene-copy h1 {
    font-size: 38px;
  }

  .theme-paint .scene-copy h1 {
    font-size: 34px;
  }
}