/* ============================================================
   page-guanyu-women.css — 关于我们 · Apple 极简品牌叙事布局
   ============================================================ */

html.theme-apple-minimal #home-nav {
  position: sticky;
  top: 0;
}

#page-guanyu a:not(.ab-section-nav__link):not(.ab-link-tile) {
  color: #2997ff;
  font-weight: 500;
  text-underline-offset: 3px;
}

#page-guanyu a:not(.ab-section-nav__link):not(.ab-link-tile):hover {
  text-decoration: underline;
}

/* —— Hero —— */
.ab-hero {
  position: relative;
  padding: 4rem 0 3rem;
  overflow: hidden;
}

/* —— 章节导航 —— */
.ab-section-nav {
  position: sticky;
  top: 4rem;
  z-index: 30;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #e5e5ea;
}

.ab-section-nav__list {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

.ab-section-nav__list::-webkit-scrollbar {
  display: none;
}

.ab-section-nav__link {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: #515154;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}

.ab-section-nav__link:hover {
  background: #f5f5f7;
  color: #1d1d1f;
  text-decoration: none;
}

.ab-section-nav__link.is-active {
  background: #1d1d1f;
  color: #fff;
}

/* —— 引用 —— */
.ab-quote {
  margin: 0 0 24px;
  padding: 0 0 0 20px;
  border-left: 3px solid #2997ff;
}

.ab-quote p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #1d1d1f;
  font-style: italic;
}

/* —— 适用团队 —— */
.ab-audience-row {
  display: flex;
  gap: 16px;
  padding: 24px;
  background: #f5f5f7;
  border-radius: 20px;
  border: 1px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ab-audience-row:hover {
  border-color: #e5e5ea;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.ab-audience-row__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e5e5ea;
}

.ab-audience-row__icon svg {
  width: 20px;
  height: 20px;
  color: #1d1d1f;
}

/* —— 合作路径 —— */
.ab-journey-split {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: flex-start;
}

@media (min-width: 1024px) {
  .ab-journey-split {
    flex-direction: row;
    gap: 4rem;
  }

  .ab-journey-split__aside {
    width: 40%;
    position: sticky;
    top: 7rem;
  }

  .ab-journey-split__steps {
    width: 60%;
  }
}

.ab-journey-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ab-journey-item {
  display: flex;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #e5e5ea;
}

.ab-journey-item:first-child {
  padding-top: 0;
}

.ab-journey-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ab-journey-item__num {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1d1d1f;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

/* —— 典型场景 —— */
.ab-scene-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

@media (min-width: 768px) {
  .ab-scene-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 32px;
  }
}

.ab-scene-item {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5ea;
}

.ab-scene-item:last-child,
.ab-scene-item:nth-last-child(2):nth-child(odd) {
  border-bottom: none;
}

@media (min-width: 768px) {
  .ab-scene-item:nth-last-child(2) {
    border-bottom: none;
  }
}

.ab-scene-item__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: #86868b;
}

/* —— 服务理念 —— */
.ab-value-card {
  padding: 28px;
  background: #f5f5f7;
  border-radius: 24px;
  border: 1px solid #e5e5ea;
}

.ab-value-card__num {
  display: block;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #86868b;
  letter-spacing: 0.05em;
}

/* —— 节点 —— */
.ab-region-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1f;
  background: #fff;
  border: 1px solid #e5e5ea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.ab-region-pill::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2997ff;
}

.ab-infra-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ab-infra-list__row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  line-height: 1.4;
}

.ab-infra-list__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ab-infra-list dt {
  margin: 0;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.ab-infra-list dd {
  margin: 0;
  font-weight: 500;
  color: #fff;
}

/* —— 相关入口 —— */
.ab-link-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 20px;
  background: #f5f5f7;
  border: 1px solid #e5e5ea;
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ab-link-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
}

.ab-link-tile svg {
  width: 20px;
  height: 20px;
  color: #1d1d1f;
}

.ab-link-tile strong {
  font-size: 14px;
  font-weight: 700;
  color: #1d1d1f;
}

.ab-link-tile span {
  font-size: 12px;
  color: #86868b;
  line-height: 1.4;
}

.ab-link-tile--dark {
  background: #1d1d1f;
  border-color: transparent;
}

.ab-link-tile--dark:hover {
  background: #000;
}

.ab-link-tile--dark svg,
.ab-link-tile--dark strong {
  color: #fff;
}

.ab-link-tile--dark span {
  color: rgba(255, 255, 255, 0.55);
}

/* —— scroll margin —— */
#ab-about,
#ab-audience,
#ab-journey,
#ab-offer,
#ab-scenes,
#ab-values,
#ab-regions,
#ab-links {
  scroll-margin-top: 7rem;
}

/* —— 响应式 —— */
@media (max-width: 600px) {
  .ab-hero {
    padding: 2.5rem 0 2rem;
  }

  .ab-quote p {
    font-size: 16px;
  }

  .ab-infra-list__row {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ab-link-tile:hover,
  .ab-audience-row:hover {
    transform: none;
  }
}
