/* 关于我们 — 对齐首页字体与主色 #00A85A */
body.company-about-page {
  background: #fff;
}

.company-about-page main.site-main {
  padding-bottom: 0;
  padding-top: 0;
}

.about-page {
  --about-primary: var(--theme-default-color, #00a85a);
  --about-primary-dark: var(--home-color-primary-dark, #05763a);
  --about-primary-soft: color-mix(in srgb, var(--about-primary) 10%, transparent);
  --about-ink: var(--home-color-text, #101828);
  --about-text: var(--home-color-text-soft, #4a5565);
  --about-muted: var(--home-color-text-muted, #6a7282);
  --about-line: var(--home-color-border, #e5e7eb);
  --about-bg: var(--home-color-surface, #f9fafb);
  --about-map-ocean: #fff;
  --about-map-land: #e8eaed;
  --about-map-land-stroke: #d5dbe3;
  --about-dark: #05080d;
  --about-shadow: var(--home-shadow-soft, 0 20px 50px rgba(16, 24, 40, 0.08));
  --about-radius-lg: var(--home-radius-lg, 24px);
  color: var(--about-ink);
  font-family: var(--site-font-family);
}

/* 区块标题 — 统一居中（与「品牌荣誉」about-title-block 一致） */
.about-section-head.about-title-block {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
}

/* 顶部全宽 Banner（旧版 about-banner 已迁移至 page-banner） */
.about-hero.page-banner {
  background: #eef2f6;
}

.about-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #101828;
}

.about-banner__media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Sections */
.about-section {
  padding: 80px 0;
}

@media (min-width: 1024px) {
  .about-section {
    padding: 112px 0;
  }
}

/* 公司简介：与 Banner 自然衔接 */
.about-section--profile {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding-top: 56px;
  background: #fff;
}

@media (min-width: 1024px) {
  .about-section--profile {
    padding-top: 72px;
  }
}

/* 英文眉标 + 主标题 + 绿色短下划线 */
.about-title-block__eyebrow {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--about-primary);
}

.about-title-block__title {
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: var(--about-ink);
}

.about-title-block__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 2px;
  background: var(--about-primary);
}

.about-title-block__lead {
  max-width: 720px;
  margin: -16px auto 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  color: var(--about-text);
}

.about-title-block__lead--on-dark {
  color: rgba(255, 255, 255, 0.68);
}

.about-title-block--dark .about-title-block__eyebrow {
  color: #3fe28d;
}

.about-title-block--dark .about-title-block__title {
  color: #fff;
}

.about-section--gray {
  background: var(--about-bg);
}

/* 企业文化与品牌荣誉紧邻时，去掉重复的大间距 */
.about-culture:has(+ .about-honors-section) {
  padding-bottom: 0;
}

.about-culture + .about-honors-section {
  padding-top: 48px;
}

@media (min-width: 1024px) {
  .about-culture + .about-honors-section {
    padding-top: 56px;
  }
}

.about-section--dark {
  background: var(--about-dark);
  color: #fff;
}

/* Intro */
.about-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: stretch;
}

.about-intro-card {
  padding: 42px;
  border-radius: var(--about-radius-lg);
  background: #fff;
  border: 1px solid var(--about-line);
  box-shadow: var(--about-shadow);
}

.about-intro-card p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--about-text);
}

.about-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 34px;
}

@media (min-width: 768px) {
  .about-stat-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.about-stat {
  padding: 28px 20px;
  border-radius: 22px;
  background: var(--about-primary-soft);
  border: 1px solid color-mix(in srgb, var(--about-primary) 16%, transparent);
}

.about-stat strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 600;
  line-height: 1;
  color: var(--about-primary);
}

.about-stat span {
  font-size: 14px;
  font-weight: 600;
  color: var(--about-text);
}

.about-intro-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--about-radius-lg);
  background: var(--about-intro-image, none) center / cover no-repeat;
  box-shadow: var(--about-shadow);
}

.about-intro-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 8, 13, 0.76), rgba(5, 8, 13, 0.06));
}

.about-intro-visual__text {
  position: absolute;
  z-index: 2;
  left: 32px;
  right: 32px;
  bottom: 32px;
  color: #fff;
}

.about-intro-visual__text strong {
  display: block;
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 600;
}

.about-intro-visual__text span {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

/* Capabilities */
.about-cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

@media (min-width: 900px) {
  .about-page {
    --about-paired-body-h: 562px;
  }

  .about-capabilities-section .about-cap-grid {
    min-height: var(--about-paired-body-h);
    align-content: start;
  }
}

.about-cap-card {
  position: relative;
  min-height: 270px;
  padding: 34px;
  overflow: hidden;
  border-radius: var(--about-radius-lg);
  background: #fff;
  border: 1px solid var(--about-line);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.about-cap-card::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--about-primary-soft);
}

.about-cap-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--about-primary) 22%, transparent);
  box-shadow: var(--about-shadow);
}

.about-cap-card__icon {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--about-primary-soft);
  color: var(--about-primary);
  font-size: 20px;
  font-weight: 700;
}

.about-cap-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.about-cap-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--about-text);
}

/* Tab 切换（服务站 / 企业文化） */
.about-switch__toolbar {
  margin-bottom: 32px;
}

.about-switch__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 32px;
}

.about-switch__tab {
  padding: 0 4px 12px;
  border: none;
  border-bottom: 2px solid transparent;
  background: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--about-muted);
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.about-switch__tab.is-active,
.about-switch__tab:hover {
  color: var(--about-ink);
}

.about-switch__tab.is-active {
  border-bottom-color: var(--about-primary);
}

.about-switch__panel {
  display: none;
}

.about-switch__panel.is-active {
  display: block;
}

.about-stations__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--about-shadow);
}

@media (min-width: 900px) {
  .about-stations__card {
    flex-direction: row;
    min-height: 360px;
  }
}

.about-stations__visual {
  flex: 1 1 50%;
  min-height: 220px;
  background: var(--about-bg);
}

.about-stations__visual img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.about-stations__body {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 32px 28px;
}

@media (min-width: 900px) {
  .about-stations__body {
    padding: 48px 56px;
  }
}

.about-stations__badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #eef6ff;
  font-size: 13px;
  font-weight: 500;
}

.about-stations__badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--about-primary);
}

.about-stations__body h3 {
  margin: 0;
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 600;
}

.about-stations__body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--about-text);
}

.about-stations__phone {
  font-size: clamp(1.375rem, 3vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--about-ink);
}

/* 发展历程 — 白底开放布局，内容区高度对齐核心能力 */
.about-section--timeline {
  background: #fff;
}

.about-timeline-section .about-section-head {
  text-align: center;
}

.about-timeline {
  margin-top: 0;
}

.about-timeline__stage {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.5vw, 32px);
}

@media (min-width: 900px) {
  .about-timeline-section .about-timeline__stage {
    min-height: var(--about-paired-body-h, 562px);
    box-sizing: border-box;
  }
}

.about-timeline__years-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 20px);
  flex-shrink: 0;
}

.about-timeline__years-wrap {
  flex: 0 1 auto;
  max-width: min(680px, calc(100% - 100px));
  overflow: hidden;
}

.about-timeline__years-track {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: max-content;
  max-width: none;
  margin-inline: auto;
  gap: clamp(18px, 3.5vw, 40px);
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.about-timeline__year {
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--about-muted);
  font: inherit;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: color 0.25s ease, transform 0.25s ease;
}

.about-timeline__year:hover {
  color: var(--about-text);
}

.about-timeline__year.is-active {
  color: var(--about-primary);
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  font-weight: 700;
}

.about-timeline__arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--about-line);
  border-radius: 50%;
  background: #fff;
  color: var(--about-muted);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.about-timeline__arrow:hover:not(:disabled) {
  color: var(--about-primary);
  border-color: color-mix(in srgb, var(--about-primary) 35%, transparent);
  background: var(--about-primary-soft);
}

.about-timeline__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.about-timeline__viewport {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.about-timeline__track {
  display: flex;
  align-items: stretch;
  height: 100%;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.about-timeline__panel {
  flex: 0 0 100%;
  min-width: 100%;
  height: 100%;
}

.about-timeline__panel-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 0;
}

@media (min-width: 900px) {
  .about-timeline__panel-grid {
    justify-content: stretch;
    align-items: stretch;
  }
}

.about-timeline__media {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 2vw, 20px);
}

@media (min-width: 900px) {
  .about-timeline__media {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
  }
}

.about-timeline__cover {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 220px;
  overflow: hidden;
  border-radius: 12px;
}

@media (min-width: 900px) {
  .about-timeline__cover {
    flex: 1 1 auto;
    min-height: 0;
    aspect-ratio: auto;
  }
}

.about-timeline__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-timeline__summary {
  width: 100%;
  margin: 0;
  padding: 0 4px;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.65;
  color: var(--about-text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  flex-shrink: 0;
}

@media (max-width: 899px) {
  .about-timeline__arrow {
    width: 36px;
    height: 36px;
    font-size: 1.25rem;
  }

  .about-timeline__years-track {
    gap: 20px;
  }
}

/* 企业文化 */
.about-culture__card {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}

.about-culture__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px 28px;
  text-align: center;
}

@media (min-width: 900px) {
  .about-culture__body {
    padding: 40px 48px;
  }
}

.about-culture__badge {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--about-primary) 10%, #fff);
  font-size: 13px;
  font-weight: 600;
  color: var(--about-primary);
}

.about-culture__badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--about-primary);
}

.about-culture__name {
  margin: 0;
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 600;
  line-height: 1.35;
  color: var(--about-ink);
}

.about-culture__tag {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--about-primary);
}

.about-culture__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: var(--about-text);
  max-width: 52rem;
}

.about-culture__block {
  width: 100%;
  max-width: 52rem;
}

.about-culture__block--practice {
  padding: 18px 20px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--about-primary) 6%, #fff);
  border: 1px solid color-mix(in srgb, var(--about-primary) 14%, transparent);
}

/* 品牌荣誉 — 4 列证书墙（参考：上图下文、白底卡片） */
.about-honors-section {
  background: var(--about-bg);
}

.about-honors-section .about-section-head {
  text-align: center;
}

.about-honors-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: stretch;
}

@media (min-width: 768px) {
  .about-honors-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (min-width: 1024px) {
  .about-honors-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 20px;
  }
}

.about-honor-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  overflow: hidden;
}

.about-honor-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 3 / 4;
  padding: clamp(16px, 2.5vw, 24px);
  box-sizing: border-box;
  background: #fff;
}

.about-honor-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.about-honor-card__empty {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border: 1px dashed color-mix(in srgb, var(--about-primary) 28%, transparent);
  font-size: 13px;
  color: var(--about-muted);
}

.about-honor-card__title {
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  padding: 12px clamp(12px, 2vw, 16px) clamp(16px, 2.5vw, 20px);
  box-sizing: border-box;
  text-align: center;
  font-size: clamp(13px, 1.4vw, 14px);
  font-weight: 400;
  line-height: 1.65;
  color: var(--about-text);
}

/* 团队介绍 */
.about-team-lead {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 56px;
  padding: 40px;
  border-radius: var(--about-radius-lg);
  background: linear-gradient(135deg, var(--about-primary-softer, #f4fbf7) 0%, #fff 55%);
  border: 1px solid color-mix(in srgb, var(--about-primary) 18%, transparent);
  box-shadow: var(--about-shadow);
}

.about-team-lead__photo {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(145deg, var(--about-primary) 0%, var(--about-primary-dark) 100%);
}

.about-team-lead__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-team-lead__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 72px;
  font-weight: 600;
  color: #fff;
}

.about-team-lead__badge {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--about-primary);
  background: var(--about-primary-soft);
}

.about-team-lead__name {
  margin: 0 0 8px;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 600;
  color: var(--about-ink);
}

.about-team-lead__role {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--about-primary);
}

.about-team-lead__bio {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  color: var(--about-text);
}

.about-team-tech__heading {
  margin: 0 0 28px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: var(--about-ink);
}

.about-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-team-card {
  padding: 28px 22px;
  border-radius: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--about-line);
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-team-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--about-shadow);
}

.about-team-card__photo {
  width: 96px;
  height: 96px;
  margin: 0 auto 18px;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--about-primary) 0%, var(--about-primary-dark) 100%);
}

.about-team-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-team-card__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

.about-team-card__name {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 600;
  color: var(--about-ink);
}

.about-team-card__role {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--about-primary);
}

.about-team-card__bio {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--about-text);
}

/* 全球化布局 — 与上下白底区块连成一体 */
.about-section--global {
  padding-top: 48px;
  padding-bottom: 80px;
  background: var(--about-map-ocean);
}

@media (min-width: 1024px) {
  .about-section--global {
    padding-top: 64px;
  }
}

@media (min-width: 1024px) {
  .about-section--global {
    padding-bottom: 100px;
  }
}

.about-global__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 48px;
  margin: 0 auto 40px;
}

.about-global__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 100px;
  text-align: center;
}

.about-global__stat strong {
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--about-primary);
}

.about-global__stat span {
  font-size: 14px;
  color: var(--about-muted);
}

.about-global__map-wrap {
  margin-bottom: 32px;
  overflow: hidden;
}

.about-global__map {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 1;
  min-height: 280px;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 768px) {
  .about-global__map {
    min-height: 360px;
  }
}

@media (min-width: 1024px) {
  .about-global__map {
    min-height: 440px;
    max-width: 1280px;
  }
}

@media (min-width: 1280px) {
  .about-global__map {
    min-height: 500px;
  }
}

.about-global__map-canvas {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: transparent;
}

.about-global__map-svg,
.about-global__map-bg {
  display: block;
  width: 100%;
  height: 100%;
}

.about-global__map-svg[hidden] {
  display: none;
}

.about-global__map-fallback {
  position: absolute;
  inset: 0;
}

.about-global__map-svg.is-map-ready ~ .about-global__map-fallback {
  display: none;
}

.about-global__map-bg {
  object-fit: cover;
  object-position: center;
}

.about-global__map-svg .about-global__country {
  fill: var(--about-map-land);
  stroke: var(--about-map-land-stroke);
  stroke-width: 0.4;
  vector-effect: non-scaling-stroke;
  transition: fill 0.35s ease;
}

.about-global__map-svg.is-map-ready .about-global__country {
  animation: about-global-land-in 0.6s ease backwards;
}

.about-global__map-svg.is-map-ready .about-global__country:nth-child(3n) {
  animation-delay: 0.05s;
}

.about-global__map-svg.is-map-ready .about-global__country:nth-child(3n + 1) {
  animation-delay: 0.12s;
}

.about-global__map-svg.is-map-ready .about-global__country:nth-child(3n + 2) {
  animation-delay: 0.18s;
}

@keyframes about-global-land-in {
  from {
    opacity: 0;
    fill: var(--about-map-ocean);
  }

  to {
    opacity: 1;
    fill: var(--about-map-land);
  }
}

.about-global__markers {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.about-global__marker {
  position: absolute;
  left: var(--marker-x, 50%);
  top: var(--marker-y, 50%);
  z-index: 2;
  display: flex;
  align-items: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.about-global__marker--right {
  flex-direction: row;
}

.about-global__marker--left {
  flex-direction: row-reverse;
}

.about-global__dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--about-primary);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--about-primary) 22%, transparent);
}

.about-global__marker-label {
  position: relative;
  margin: 0 10px;
  padding: 8px 12px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(16, 24, 40, 0.1);
  white-space: nowrap;
}

.about-global__marker-label::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1px;
  background: var(--about-primary);
  opacity: 0.55;
}

.about-global__marker--right .about-global__marker-label::before {
  right: 100%;
  margin-right: 2px;
}

.about-global__marker--left .about-global__marker-label::before {
  left: 100%;
  margin-left: 2px;
}

.about-global__marker-label strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--about-ink);
  line-height: 1.3;
}

.about-global__marker-label span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: var(--about-muted);
  line-height: 1.35;
}

.about-global__facilities {
  margin-top: 8px;
}

.about-global__facilities-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 20px 24px;
  background: var(--about-bg);
  border-radius: 999px;
}

@media (min-width: 768px) {
  .about-global__facilities-inner {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 48px;
    padding: 24px 32px;
  }
}

@media (min-width: 1024px) {
  .about-global__facilities-inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 28px 40px;
  }
}

.about-global__facility {
  text-align: center;
  padding: 4px 8px;
}

.about-global__facility-value {
  display: block;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--about-primary);
}

.about-global__facility-title {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 600;
  color: var(--about-ink);
}

.about-global__facility-locs {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--about-muted);
}

/* 滚动进入视口后逐项显现 */
.about-global [data-global-reveal] {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-global [data-global-reveal].is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.about-global__marker[data-global-reveal] {
  transform: translate(-50%, -50%) scale(0.92);
}

.about-global__marker[data-global-reveal].is-revealed {
  transform: translate(-50%, -50%) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .about-global [data-global-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .about-global__marker[data-global-reveal] {
    transform: translate(-50%, -50%);
  }
}

/* 响应式见 public/css/site-responsive.css */
