/* ================================================
   新希望官网 · 服务优势页专用样式 service-advantage.css
   包含：企业实力 / 专业团队 / 合作客户
   依赖：common.css（设计变量 + 复用组件类）
   ================================================ */

/* ========== 企业实力区 ========== */
.strength-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, var(--bg-white) 0%, var(--brand-green-pale) 70%, var(--bg-white) 100%);
}

.strength-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(1, 127, 64, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(1, 127, 64, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 24%, #000 76%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 24%, #000 76%, transparent);
}

.strength-container {
  position: relative;
  z-index: 1;
  padding: 0 24px;
}

.strength-section .section-desc {
  max-width: 760px;
}

.strength-showcase {
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(560px, 1.08fr);
  min-height: 520px;
  border: 1px solid rgba(1, 97, 47, 0.12);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--bg-white);
}

.strength-story {
  --photo-position: 50% 50%;
  position: relative;
  min-width: 0;
  padding: 52px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  background:
    radial-gradient(circle at 78% 15%, rgba(162, 242, 83, 0.2), transparent 28%),
    linear-gradient(150deg, var(--brand-green-deep) 0%, var(--brand-green-dark) 58%, var(--brand-green) 125%);
}

.strength-story::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(1, 64, 32, 0.94) 0%, rgba(1, 64, 32, 0.82) 56%, rgba(1, 64, 32, 0.56) 100%),
    radial-gradient(circle at 80% 18%, rgba(162, 242, 83, 0.16), transparent 30%);
}

.strength-story-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--photo-position, 50% 50%);
}

.strength-story-mark {
  position: absolute;
  right: -14px;
  top: 8px;
  font-family: var(--font-family-number);
  font-size: var(--font-size-148);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -10px;
  color: rgba(255, 255, 255, 0.035);
  user-select: none;
}

.strength-story-content,
.strength-mission {
  position: relative;
  z-index: 2;
}

.strength-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
  color: var(--gold);
  font-size: var(--font-size-12);
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.strength-kicker::before {
  content: '';
  width: 28px;
  height: 2px;
  background: currentColor;
}

.strength-story h3 {
  margin-bottom: 24px;
  color: #fff;
  font-size: var(--font-size-46);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 1px;
}

.strength-story-content > p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.72);
  font-size: var(--font-size-16);
  line-height: 1.85;
}

.strength-sector-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.strength-sector-list span {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.76);
  font-size: var(--font-size-12);
  letter-spacing: 0.5px;
}

.strength-mission {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.strength-mission-label {
  color: rgba(255, 255, 255, 0.42);
  font-family: var(--font-family-number);
  font-size: var(--font-size-12);
  letter-spacing: 2px;
}

.strength-mission strong {
  color: var(--gold-light);
  font-size: var(--font-size-18);
  letter-spacing: 1px;
}

.strength-proof {
  min-width: 0;
  padding: 42px;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 90% 0, rgba(162, 242, 83, 0.18), transparent 26%),
    var(--brand-green-pale);
}

.strength-proof-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.strength-proof-eyebrow,
.strength-authority-label {
  display: block;
  color: var(--brand-green);
  font-family: var(--font-family-number);
  font-size: var(--font-size-12);
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.strength-proof-head h3 {
  margin-top: 6px;
  color: var(--text-dark);
  font-size: var(--font-size-28);
  line-height: 1.35;
  letter-spacing: 0.5px;
}

.strength-proof-icon {
  width: 38px;
  height: 38px;
  color: var(--brand-green);
  flex: 0 0 auto;
}

.strength-authorities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.strength-authority {
  min-height: 174px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(1, 127, 64, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.strength-authority:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.strength-authority-primary {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(145deg, var(--brand-green-dark), var(--brand-green));
}

.strength-authority-seal,
.strength-authority-rank {
  display: flex;
  align-items: baseline;
  line-height: 1;
}

.strength-authority-seal {
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(162, 242, 83, 0.55);
  border-radius: 50%;
  color: var(--gold);
  box-shadow: inset 0 0 0 7px rgba(162, 242, 83, 0.08);
}

.strength-authority-seal strong,
.strength-authority-rank strong {
  font-family: var(--font-family-number);
  font-size: var(--font-size-46);
  font-weight: 800;
  letter-spacing: -2px;
}

.strength-authority-seal span,
.strength-authority-rank span {
  margin-left: 3px;
  font-size: var(--font-size-14);
  font-weight: 500;
}

.strength-authority-rank {
  color: var(--brand-green);
}

.strength-authority h4 {
  margin-top: 7px;
  color: var(--text-dark);
  font-size: var(--font-size-16);
  line-height: 1.55;
}

.strength-authority p {
  margin-top: 7px;
  color: var(--text-muted);
  font-size: var(--font-size-12);
  line-height: 1.65;
}

.strength-authority-primary .strength-authority-label,
.strength-authority-primary h4 {
  color: #fff;
}

.strength-authority-primary .strength-authority-label {
  opacity: 0.58;
}

.strength-authority-primary p {
  color: rgba(255, 255, 255, 0.58);
}

.strength-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
  padding: 22px 0;
  border-top: 1px solid rgba(1, 127, 64, 0.12);
  border-bottom: 1px solid rgba(1, 127, 64, 0.12);
}

.strength-metric {
  padding: 0 18px;
  text-align: center;
}

.strength-metric + .strength-metric {
  border-left: 1px solid rgba(1, 127, 64, 0.12);
}

.strength-metric strong {
  display: block;
  color: var(--brand-green-dark);
  font-family: var(--font-family-number);
  font-size: var(--font-size-36);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1px;
}

.strength-metric strong em {
  margin-left: 3px;
  color: var(--brand-green);
  font-size: var(--font-size-16);
  font-style: normal;
  letter-spacing: 0;
}

.strength-metric span {
  display: block;
  margin-top: 8px;
  color: var(--text-muted);
  font-size: var(--font-size-12);
}

.strength-trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: auto;
  padding-top: 22px;
}

.strength-trust-line span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--brand-green-dark);
  font-size: var(--font-size-12);
  font-weight: 600;
}

.strength-trust-line i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand-green-mid);
  box-shadow: 0 0 0 4px rgba(23, 207, 115, 0.12);
}

/* 企业实景照片位：替换 assets/images/company/ 下的同名图片即可 */
.strength-photo-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 72px;
}

.strength-photo-slot {
  --photo-position: 50% 50%;
  position: relative;
  min-width: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid rgba(1, 97, 47, 0.14);
  border-radius: var( --radius-sm);
  background: var(--brand-green-light);
  box-shadow: var(--shadow-card);
  isolation: isolate;
}

.strength-photo-slot::after {
  content: '';
  position: absolute;
  inset: 36% 0 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, rgba(1, 40, 20, 0.9));
}

.strength-photo-slot > img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--photo-position, 50% 50%);
  transition: transform 0.6s cubic-bezier(0.2, 0.75, 0.3, 1);
}

.strength-photo-slot:hover > img {
  transform: scale(1.045);
}

.strength-photo-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(1, 97, 47, 0.46);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.5), transparent),
    repeating-linear-gradient(135deg, rgba(1, 127, 64, 0.028) 0 8px, transparent 8px 16px);
}

.strength-photo-placeholder svg {
  width: 36px;
  height: 36px;
}

.strength-photo-placeholder span {
  font-size: var(--font-size-12);
  font-weight: 600;
  letter-spacing: 1px;
}

.strength-photo-slot figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 30px 24px 22px;
  color: #fff;
}

.strength-photo-slot figcaption span {
  display: block;
  margin-bottom: 5px;
  color: var(--gold);
  font-family: var(--font-family-number);
  font-size: var(--font-size-12);
  font-weight: 500;
  letter-spacing: 1.5px;
}

.strength-photo-slot figcaption strong {
  display: block;
  font-size: var(--font-size-18);
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.strength-photo-slot figcaption small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: var(--font-size-12);
  line-height: 1.5;
}

.strength-foundation {
  margin-top: 88px;
}

.strength-foundation-intro {
  margin-bottom: 26px;
}

.strength-foundation-intro > span {
  color: var(--brand-green);
  font-family: var(--font-family-number);
  font-size: var(--font-size-12);
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.strength-foundation-intro h3 {
  margin-top: 8px;
  color: var(--text-dark);
  font-size: var(--font-size-24);
  line-height: 1.45;
}

.strength-foundation-intro p {
  margin-top: 14px;
  color: var(--text-muted);
  font-size: var(--font-size-14);
  line-height: 1.8;
}

.strength-foundation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.strength-foundation-item {
  min-width: 0;
  min-height: 156px;
  padding: 26px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 36px rgba(1, 71, 36, 0.06);
}

.strength-foundation-no {
  color: var(--brand-green-mid);
  font-family: var(--font-family-number);
  font-size: var(--font-size-18);
  font-weight: 800;
  line-height: 1.2;
}

.strength-foundation-item h4 {
  margin-top: 24px;
  color: var(--text-dark);
  font-size: var(--font-size-16);
  line-height: 1.4;
}

.strength-foundation-item p {
  margin-top: 8px;
  color: var(--text-muted);
  font-size: var(--font-size-12);
  line-height: 1.65;
}

.strength-credentials {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 18px;
  padding: 20px 26px;
  border-radius: var(--radius-lg);
  color: rgba(255, 255, 255, 0.72);
  background: var(--brand-green-deep);
}

.strength-credentials-title {
  flex: 0 0 auto;
  padding-right: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--gold);
  font-size: var(--font-size-14);
  font-weight: 500;
  letter-spacing: 1px;
}

.strength-credentials-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 26px;
}

.strength-credentials-list span {
  position: relative;
  padding-left: 13px;
  font-size: var(--font-size-12);
}

.strength-credentials-list span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--brand-green-mid);
  transform: translateY(-50%);
}

/* ========== 专业团队区 ========== */
.team-section {
  position: relative;
  overflow: hidden;
  background: #f5f8f6;
}

.team-section::before {
  display: none;
}

.team-grid {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.team-section .section-desc {
  max-width: 680px;
}

.team-section .section-tag {
  letter-spacing: 2px;
}

.team-section .section-tag::before,
.team-section .section-tag::after {
  display: none;
}

/* 创始人品牌人物专题 */
.team-founder {
  display: grid;
  grid-template-columns: minmax(380px, 0.78fr) minmax(0, 1.22fr);
  column-gap: clamp(56px, 6vw, 104px);
  row-gap: 0;
  align-items: stretch;
  margin-bottom: 120px;
  padding: 10px clamp(0px, 3vw, 52px) 0;
  position: relative;
}

.team-founder-visual {
  width: 100%;
  max-width: 520px;
  justify-self: end;
  position: relative;
  padding: 20px 0 0 20px;
}

.team-founder-visual::before {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 20px;
  left: 0;
  z-index: -1;
  border-radius: var( --radius-sm);
  background:
    linear-gradient(90deg, transparent 0%, var(--brand-green-mid) 20%, var(--brand-green) 50%, var(--brand-green-mid) 80%, transparent 100%) -100px 0 / 100px 4px no-repeat,
    linear-gradient(#e5efe9, #e5efe9) 0 0 / 100% 100% no-repeat;
}

.team-founder-visual::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 42px;
  width: 4px;
  height: 92px;
  border-radius: 4px;
  background: var(--brand-green);
  transform-origin: bottom;
  will-change: bottom, opacity;
}

@keyframes founder-trace-up {
  0% {
    bottom: 42px;
    opacity: 1;
  }
  44% {
    bottom: calc(100% - 92px);
    opacity: 1;
  }
  50%,
  100% {
    bottom: calc(100% - 92px);
    opacity: 0;
  }
}

@keyframes founder-trace-right {
  0%,
  44% {
    background-position: -100px 0, 0 0;
  }
  48% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: calc(100% + 100px) 0, 0 0;
  }
}

.team-founder-visual:hover::after {
  animation: founder-trace-up 1.15s cubic-bezier(0.45, 0, 0.55, 1) both;
}

.team-founder-visual:hover::before {
  animation: founder-trace-right 1.15s cubic-bezier(0.45, 0, 0.55, 1) both;
}

@media (prefers-reduced-motion: reduce) {
  .team-founder-visual:hover::after,
  .team-founder-visual:hover::before {
    animation: none;
  }
}

.team-founder-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: var( --radius-sm);
  overflow: hidden;
  background: #e4ece7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.team-founder-photo::after {
  display: none;
}

.team-founder-photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--photo-position, 50% 35%);
}

.team-founder-photo > img[hidden] {
  display: none;
}

.team-founder-photo .photo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(1, 97, 47, 0.62);
  position: relative;
  z-index: 0;
}

.team-founder-photo .photo-placeholder svg {
  width: 80px;
  height: 80px;
  opacity: 0.5;
  margin-bottom: 16px;
}

.team-founder-photo .photo-placeholder .photo-text {
  font-size: var(--font-size-16);
  font-weight: 600;
  letter-spacing: 1px;
}

.team-founder-photo .photo-placeholder .photo-sub {
  font-size: var(--font-size-14);
  opacity: 0.5;
  margin-top: 4px;
}

.team-founder-profile {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 860px;
  padding-top: 18px;
}

.team-founder-profile::before {
  display: none;
}

.team-founder-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: var(--font-size-12);
  font-weight: 500;
  color: var(--brand-green);
  letter-spacing: 1px;
  margin-bottom: 22px;
}

.team-founder-label span {
  color: var(--brand-green);
  font-size: var(--font-size-12);
}

.team-founder-heading {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 24px;
}

.team-founder-name {
  flex: 0 0 auto;
  font-size: var(--font-size-48);
  font-weight: 800;
  color: var(--text-dark);
  letter-spacing: 3px;
  line-height: 1;
}

.team-founder-title {
  display: grid;
  flex: 1 1 auto;
  min-width: 0;
  gap: 5px;
  padding-bottom: 2px;
  font-size: var(--type-caption);
  line-height: 1.55;
  letter-spacing: 0.2px;
}

.team-founder-title-line {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 14px;
}

.team-founder-title-line > span {
  min-width: 0;
  color: var(--brand-green-dark);
  font-weight: 600;
}

.team-founder-title-line > strong {
  position: relative;
  padding-left: 12px;
  color: var(--text-dark);
  font-weight: 700;
  white-space: nowrap;
}

.team-founder-title-line > strong::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--brand-green-mid);
  transform: translateY(-50%);
}

.team-founder-belief {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  color: var(--brand-green-dark);
}

.team-founder-belief strong {
  font-size: var(--font-size-18);
  font-weight: 600;
  letter-spacing: 1.5px;
}

.team-founder-bio {
  font-size: var(--font-size-16);
  color: var(--text-body);
  line-height: 1.95;
  letter-spacing: 0.3px;
  margin-bottom: 24px;
}

.team-founder-roles {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(240px, 0.28fr) minmax(0, 1fr);
  min-height: 470px;
  margin-top: 58px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 82% -18%, rgba(162, 242, 83, 0.2), transparent 34%),
    linear-gradient(135deg, var(--brand-green-deep) 0%, var(--brand-green-dark) 48%, var(--brand-green) 100%);
  box-shadow: var(--shadow-lg);
  color: var(--bg-white);
  position: relative;
}

.team-founder-roles::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--brand-green-mid) 46%, transparent 88%);
}

.team-founder-roles-signature {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-width: 0;
  padding: 42px 34px 38px;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 31, 18, 0.2);
  position: relative;
}

.team-founder-roles-signature::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(132deg, transparent 0, transparent 32px, rgba(255, 255, 255, 0.035) 33px, transparent 34px);
  pointer-events: none;
}

.team-founder-roles-kicker {
  color: var(--gold);
  font-size: var(--type-caption);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  position: relative;
  z-index: 1;
}

.team-founder-roles-count {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-top: 38px;
  position: relative;
  z-index: 1;
}

.team-founder-roles-count strong {
  color: var(--gold);
  font-size: var(--font-size-112);
  font-weight: 200;
  line-height: 0.72;
  letter-spacing: -0.06em;
}

.team-founder-roles-count span {
  padding-bottom: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: var(--type-caption);
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}

.team-founder-roles-signature h4 {
  margin-top: auto;
  color: var(--bg-white);
  font-size: var(--font-size-26);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}

.team-founder-roles-seal {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(162, 242, 83, 0.48);
  border-radius: 50%;
  color: var(--gold);
  font-size: var(--font-size-22);
  font-weight: 700;
  position: absolute;
  right: 28px;
  bottom: 32px;
  z-index: 1;
}

.team-founder-roles-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 38px clamp(28px, 3vw, 48px);
}

.team-founder-role-tier {
  min-width: 0;
}

.team-founder-role-tier--lead {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.team-founder-role-tier-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.team-founder-role-tier-head > span {
  color: var(--gold);
  font-size: var(--type-caption);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.team-founder-role-tier-head h5 {
  color: rgba(255, 255, 255, 0.76);
  font-size: var(--type-caption);
  font-weight: 600;
  letter-spacing: 0.12em;
}

.team-founder-role-grid {
  display: grid;
  list-style: none;
}

.team-founder-role-grid--lead {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-founder-role-lower {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 30px;
}

.team-founder-role-tier--industry {
  padding-right: 30px;
}

.team-founder-role-tier--expert {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.team-founder-role-grid--industry {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.team-founder-role-grid--expert {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.team-founder-role {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
  min-height: 106px;
  min-width: 0;
  padding: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  position: relative;
  transition: transform 0.28s ease;
}

.team-founder-role::before {
  content: '';
  position: absolute;
  top: 0;
  left: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(162, 242, 83, 0.08);
}

.team-founder-role-index {
  color: rgba(162, 242, 83, 0.62);
  font-size: var(--type-caption);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.team-founder-role-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-width: 0;
}

.team-founder-role-copy > span {
  order: 2;
  color: rgba(255, 255, 255, 0.68);
  font-size: var(--type-caption);
  font-weight: 500;
  line-height: 1.65;
}

.team-founder-role-copy > strong {
  order: 1;
  margin-bottom: 10px;
  color: var(--bg-white);
  font-size: var(--font-size-20);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  transition: color 0.28s ease;
}

.team-founder-role--primary {
  min-height: 118px;
}

.team-founder-role--primary .team-founder-role-copy > strong {
  color: var(--gold);
  font-size: var(--font-size-24);
}

.team-founder-role:hover {
  transform: translateY(-4px);
}

.team-founder-role:hover .team-founder-role-copy > strong {
  color: var(--gold);
}

/* 人物身份章签：以三层中文身份谱系填充人物资料区 */
.team-founder-roles {
  display: block;
  min-height: 0;
  margin-top: auto;
  overflow: hidden;
  border: 1px solid rgba(1, 127, 64, 0.14);
  border-radius: var(--radius-md);
  background: var(--bg-white);
  box-shadow: var(--shadow-sm);
  color: var(--text-dark);
  position: relative;
}

.team-founder-roles::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 4px;
  height: auto;
  background: linear-gradient(180deg, var(--brand-green), var(--brand-green-mid));
}

.team-founder-roles-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px 15px 22px;
  border-bottom: 1px solid rgba(1, 127, 64, 0.12);
  background: linear-gradient(90deg, var(--brand-green-pale), rgba(255, 255, 255, 0.92));
}

.team-founder-roles-heading h4 {
  color: var(--brand-green-deep);
  font-size: var(--font-size-18);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.team-founder-roles-mark {
  width: 28px;
  height: 12px;
  flex: 0 0 auto;
  position: relative;
}

.team-founder-roles-mark::before,
.team-founder-roles-mark::after {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--brand-green);
}

.team-founder-roles-mark::before {
  top: 2px;
  width: 28px;
}

.team-founder-roles-mark::after {
  bottom: 2px;
  width: 18px;
  background: var(--brand-green-mid);
}

.team-founder-roles-body {
  display: block;
  min-width: 0;
  padding: 0;
}

.team-founder-role-tier {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  min-width: 0;
}

.team-founder-role-tier + .team-founder-role-tier {
  border-top: 1px solid rgba(1, 127, 64, 0.1);
}

.team-founder-role-tier--lead {
  padding-bottom: 0;
  border-bottom: 0;
}

.team-founder-role-tier--industry,
.team-founder-role-tier--expert {
  padding: 0;
  border: 0;
}

.team-founder-role-tier-head {
  display: grid;
  place-items: center;
  gap: 0;
  min-width: 0;
  margin: 0;
  padding: 12px;
  border-right: 1px solid rgba(1, 127, 64, 0.12);
}

.team-founder-role-tier-head h5 {
  color: var(--brand-green-deep);
  font-size: var(--type-caption);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}

.team-founder-role-tier--lead .team-founder-role-tier-head {
  background: var(--brand-green);
}

.team-founder-role-tier--lead .team-founder-role-tier-head h5 {
  color: var(--bg-white);
}

.team-founder-role-tier--industry .team-founder-role-tier-head {
  background: var(--brand-green-light);
}

.team-founder-role-tier--expert .team-founder-role-tier-head {
  background: var(--gold-pale);
}

.team-founder-role-grid {
  display: grid;
  align-items: stretch;
  min-width: 0;
  padding: 0;
  list-style: none;
}

.team-founder-role-grid--lead {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--bg-white);
}

.team-founder-role-grid--industry {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: rgba(240, 254, 247, 0.48);
}

.team-founder-role-grid--expert {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: rgba(245, 254, 235, 0.42);
}

.team-founder-role {
  display: flex;
  min-height: 0;
  min-width: 0;
  padding: 20px 14px;
  border-left: 1px solid rgba(1, 127, 64, 0.1);
  position: relative;
  transition: background-color 0.26s ease;
}

.team-founder-role:first-child {
  border-left: 0;
}

.team-founder-role::before {
  display: none;
}

.team-founder-role-copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-width: 0;
}

.team-founder-role-copy > span {
  order: 2;
  color: var(--text-muted);
  font-size: var(--type-caption);
  font-weight: 500;
  line-height: 1.5;
}

.team-founder-role-copy > strong {
  order: 1;
  margin-bottom: 5px;
  color: var(--brand-green-dark);
  font-size: var(--font-size-18);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  transition: color 0.26s ease;
}

.team-founder-role--primary {
  min-height: 0;
}

.team-founder-role--primary .team-founder-role-copy > strong {
  color: var(--brand-green-deep);
  font-size: var(--font-size-20);
}

.team-founder-role:hover {
  background: rgba(231, 254, 242, 0.72);
  transform: none;
}

.team-founder-role:hover .team-founder-role-copy > strong {
  color: var(--brand-green);
}

/* 核心专家无框人物画册 */
.team-experts-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}

.team-experts-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--brand-green);
  font-size: var(--font-size-12);
  font-weight: 600;
  letter-spacing: 1px;
}

.team-experts-title {
  font-size: var(--font-size-30);
  font-weight: 800;
  color: var(--text-dark);
  letter-spacing: 1px;
}

.team-experts-desc {
  font-size: var(--font-size-14);
  color: var(--text-muted);
  line-height: 1.8;
  letter-spacing: 0.3px;
  text-align: right;
}

.team-experts-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 38px);
}

.team-expert-card {
  min-width: 0;
  grid-column: span 2;
  background: transparent;
  position: relative;
}

.team-expert-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.team-expert-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.team-expert-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: var( --radius-sm);
  background: #e4ece7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.team-expert-photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--photo-position, 50% 36%);
  transition: transform 0.45s cubic-bezier(0.2, 0.75, 0.3, 1);
}

.team-expert-card:hover .team-expert-photo > img,
.team-expert-card:has(.team-expert-identity.is-open) .team-expert-photo > img {
  transform: scale(1.018);
}

/* 团队人物身份幕布：常显主职务，悬浮或点击展开完整履历 */
.team-expert-identity {
  display: block;
  height: 70px;
  margin-top: -70px;
  color: var(--bg-white);
  position: relative;
  z-index: 4;
}

.team-expert-identity-toggle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  grid-template-rows: auto auto;
  align-items: center;
  height: 70px;
  padding: 11px 16px 12px 18px;
  border-left: 3px solid var(--gold);
  background: linear-gradient(90deg, rgba(0, 73, 39, 0.96), rgba(1, 127, 64, 0.9));
  backdrop-filter: blur(8px);
  width: 100%;
  border: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.team-expert-identity-toggle > span {
  grid-column: 1;
  color: rgba(255, 255, 255, 0.68);
  font-size: var(--type-caption);
  font-weight: 500;
  margin-bottom: 2px;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.team-expert-identity-toggle > strong {
  grid-column: 1;
  color: var(--bg-white);
  font-size: var(--font-size-18);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.team-expert-identity-icon {
  grid-column: 2;
  grid-row: 1 / 3;
  width: 20px;
  height: 20px;
  position: relative;
  transition: transform 0.28s ease;
}

.team-expert-identity-icon::before,
.team-expert-identity-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: rgba(255, 255, 255, 0.82);
  transform: translate(-50%, -50%);
}

.team-expert-identity-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.team-expert-identity-body {
  display: block;
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  padding: 14px 18px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(0, 62, 34, 0.97), rgba(0, 89, 47, 0.97));
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  pointer-events: none;
  transition:
    opacity 0.28s ease,
    transform 0.34s cubic-bezier(0.22, 0.61, 0.36, 1),
    visibility 0.28s ease;
}

.team-expert-identity-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  padding: 10px 0;
}

.team-expert-identity-item + .team-expert-identity-item {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.team-expert-identity-item > span {
  color: rgba(255, 255, 255, 0.76);
  font-size: var(--type-caption);
  font-weight: 500;
  line-height: 1.6;
}

.team-expert-identity-item > strong {
  color: var(--bg-white);
  font-size: var(--font-size-14);
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}

.team-expert-card:hover .team-expert-identity-body,
.team-expert-identity.is-open .team-expert-identity-body {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.team-expert-card:hover .team-expert-identity-icon,
.team-expert-identity.is-open .team-expert-identity-icon {
  transform: rotate(45deg);
}

.team-expert-identity-toggle:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -3px;
}

.team-expert-photo .photo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--brand-green-dark);
  position: relative;
  z-index: 2;
  opacity: 0.5;
}

.team-expert-photo:has(> img:not([hidden])) .photo-placeholder {
  display: none;
}

.team-expert-photo .photo-placeholder svg {
  width: 56px;
  height: 56px;
  margin-bottom: 8px;
}

.team-expert-photo .photo-placeholder .photo-text {
  font-size: var(--font-size-14);
  font-weight: 600;
}

.team-expert-info {
  padding: 20px 2px 0;
}

.team-expert-name {
  font-size: var(--font-size-22);
  font-weight: 800;
  color: var(--text-dark);
  letter-spacing: 1px;
  margin: 5px 0 10px;
  line-height: 1.35;
}

.team-expert-title {
  font-size: var(--font-size-12);
  color: var(--brand-green);
  font-weight: 500;
  letter-spacing: 0.6px;
}

.team-expert-bio {
  font-size: var(--font-size-14);
  color: var(--text-muted);
  line-height: 1.75;
  letter-spacing: 0.2px;
}

.team-expert-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 14px;
}

.team-expert-tags span {
  position: relative;
  font-size: var(--font-size-12);
  color: var(--brand-green-dark);
  font-weight: 600;
  letter-spacing: 0.4px;
}

.team-expert-tags span + span::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--brand-green-mid);
  transform: translateY(-50%);
}

/* 创始人专属渐入：柔和肖像揭幕 + 品牌线生长 + 文案分层出现 */
@media (prefers-reduced-motion: no-preference) {
  .motion-ready .founder-reveal .team-founder-photo,
  .motion-ready .founder-reveal .team-founder-visual::before {
    transition:
      opacity 0.62s cubic-bezier(0.22, 0.61, 0.36, 1),
      transform 0.62s cubic-bezier(0.22, 0.61, 0.36, 1);
  }

  .motion-ready .founder-reveal .team-founder-visual::after {
    transition:
      opacity 0.48s ease 0.36s,
      transform 0.48s cubic-bezier(0.22, 0.61, 0.36, 1) 0.36s;
  }

  .motion-ready .founder-reveal .team-founder-label,
  .motion-ready .founder-reveal .team-founder-heading,
  .motion-ready .founder-reveal .team-founder-belief,
  .motion-ready .founder-reveal .team-founder-bio,
  .motion-ready .founder-reveal .team-founder-roles {
    transition:
      opacity 0.55s ease,
      transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  }

  .motion-ready .founder-reveal .team-founder-label,
  .motion-ready .founder-reveal .team-founder-heading {
    transition-delay: 0.1s;
  }

  .motion-ready .founder-reveal .team-founder-belief,
  .motion-ready .founder-reveal .team-founder-bio {
    transition-delay: 0.23s;
  }

  .motion-ready .founder-reveal .team-founder-roles {
    transition-delay: 0.36s;
  }

  .motion-ready .founder-reveal:not(.visible) .team-founder-photo {
    opacity: 0;
    transform: translateY(14px) scale(1.015);
  }

  .motion-ready .founder-reveal:not(.visible) .team-founder-visual::before {
    opacity: 0;
    transform: translateY(10px);
  }

  .motion-ready .founder-reveal:not(.visible) .team-founder-visual::after {
    opacity: 0;
    transform: scaleY(0);
  }

  .motion-ready .founder-reveal:not(.visible) .team-founder-label,
  .motion-ready .founder-reveal:not(.visible) .team-founder-heading,
  .motion-ready .founder-reveal:not(.visible) .team-founder-belief,
  .motion-ready .founder-reveal:not(.visible) .team-founder-bio,
  .motion-ready .founder-reveal:not(.visible) .team-founder-roles {
    opacity: 0;
    transform: translateY(10px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .founder-reveal,
  .founder-reveal *,
  .founder-reveal::before,
  .founder-reveal::after,
  .founder-reveal *::before,
  .founder-reveal *::after {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  .team-expert-photo > img {
    transition: none;
  }
}

/* ========== 合作客户区 ========== */
.clients-section {
  padding: 88px 0;
  background: #fff;
}

.clients-grid {
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.client-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var( --radius-sm);
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.client-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-green), var(--brand-green-mid));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.client-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--brand-green-light);
}

.client-card:hover::before {
  transform: scaleX(1);
}

.client-card-image {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.client-card:nth-child(1) .client-card-image {
  background: linear-gradient(135deg, #1A9444, #017F40);
}

.client-card:nth-child(2) .client-card-image {
  background: linear-gradient(135deg, #C8963E, #A07530);
}

.client-card:nth-child(3) .client-card-image {
  background: linear-gradient(135deg, #20B2AA, #008B8B);
}

.client-card:nth-child(4) .client-card-image {
  background: linear-gradient(135deg, #017F40, #01612F);
}

.client-card:nth-child(5) .client-card-image {
  background: linear-gradient(135deg, #B8860B, #8B6914);
}

.client-card:nth-child(6) .client-card-image {
  background: linear-gradient(135deg, #2E8B57, #1A6B3F);
}

.client-card-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.15) 0%, transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(0,0,0,0.1) 0%, transparent 50%);
}

.client-card-logo {
  width: 100%;
  height: auto;
  font-size: var(--font-size-28);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.client-card-logo > img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center;
}

.client-card-info {
  padding: 24px 22px;
}

.client-card-name {
  font-size: var(--font-size-18);
  font-weight: 500;
  color: var(--text-dark);
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.client-card-tag {
  display: inline-block;
  padding: 3px 10px;
  background: var(--brand-green-pale);
  border-radius: 4px;
  font-size: var(--font-size-12);
  color: var(--brand-green-dark);
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
}

.client-card-text {
  font-size: var(--font-size-14);
  color: var(--text-muted);
  line-height: 1.8;
  letter-spacing: 0.2px;
}

.client-card-duration {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border-soft);
  font-size: var(--font-size-12);
  color: var(--text-faint);
  letter-spacing: 0.3px;
}

.client-card-duration svg {
  width: 14px;
  height: 14px;
  color: var(--brand-green);
}

/* ========== 响应式 ========== */
@media (max-width: 1280px) {
  .strength-story {
    padding: 46px;
  }
  .strength-story h3 {
    font-size: var(--font-size-42);
  }
  .strength-proof {
    padding: 34px;
  }
  .strength-foundation-intro {
    padding: 0;
  }
  .strength-foundation-item {
    padding: 26px;
  }
  .team-founder {
    grid-template-columns: minmax(340px, 0.74fr) minmax(0, 1.26fr);
    column-gap: 50px;
    padding-right: 0;
    padding-left: 0;
  }
  .team-founder-name {
    font-size: var(--font-size-48);
  }
}

@media (max-width: 1179px) {
  .team-experts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-expert-card,
  .team-expert-card:nth-child(4) {
    grid-column: auto;
  }

  .team-expert-card:nth-child(5) {
    width: calc((100% - clamp(20px, 2.4vw, 38px)) / 2);
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media (max-width: 1024px) {
  .strength-showcase {
    grid-template-columns: 1fr;
  }
  .strength-story {
    min-height: 520px;
  }
  .strength-foundation {
    grid-template-columns: 1fr;
  }
  .strength-foundation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .strength-photo-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .strength-photo-slot:last-child {
    grid-column: 1 / -1;
    aspect-ratio: 2.4 / 1;
  }
  .team-founder {
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    column-gap: 46px;
    padding: 0;
    margin-bottom: 96px;
  }
  .team-founder-visual {
    max-width: 380px;
    padding: 16px 0 0 16px;
  }
  .team-founder-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .team-founder-name {
    font-size: var(--font-size-44);
  }
  .team-founder-profile {
    padding-top: 0;
  }
  .team-founder-roles {
    grid-template-columns: 220px minmax(0, 1fr);
    margin-top: 42px;
  }
  .team-founder-roles-signature {
    padding: 34px 26px 30px;
  }
  .team-founder-roles-count strong {
    font-size: var(--font-size-80);
  }
  .team-founder-roles-signature h4 {
    font-size: var(--font-size-22);
  }
  .team-founder-roles-body {
    padding: 32px 26px;
  }
  .team-founder-role-grid--lead {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 30px;
  }
  .team-founder-role-lower {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .team-founder-role-tier--industry {
    padding-right: 0;
  }
  .team-founder-role-tier--expert {
    padding-top: 28px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }
  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .strength-section,
  .team-section,
  .clients-section {
    padding: 56px 0;
  }
  .strength-container {
    padding: 0 16px;
  }
  .strength-story {
    min-height: 500px;
    padding: 36px 28px;
  }
  .strength-story h3 {
    font-size: var(--font-size-36);
  }
  .strength-proof {
    padding: 28px;
  }
  .strength-photo-gallery {
    display: flex;
    gap: 14px;
    margin-top: 56px;
    margin-right: -16px;
    padding-right: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .strength-photo-gallery::-webkit-scrollbar {
    display: none;
  }
  .strength-photo-slot,
  .strength-photo-slot:last-child {
    flex: 0 0 min(86vw, 380px);
    grid-column: auto;
    aspect-ratio: 4 / 3;
    scroll-snap-align: start;
  }
  .strength-authorities {
    grid-template-columns: 1fr;
  }
  .strength-authority {
    min-height: 168px;
  }
  .strength-foundation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .strength-foundation-item,
  .strength-foundation-item:nth-child(odd),
  .strength-foundation-item:nth-child(-n+2) {
    border-right: 0;
    border-bottom: 0;
  }
  .strength-credentials {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .strength-credentials-title {
    padding-right: 0;
    padding-bottom: 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .team-grid {
    padding: 0 16px;
  }
  .team-founder {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 48px;
    margin-bottom: 84px;
    padding: 0;
  }
  .team-founder-visual {
    width: min(100%, 390px);
    max-width: none;
    justify-self: start;
    padding: 16px 0 0 16px;
  }
  .team-founder-name {
    font-size: var(--font-size-36);
  }
  .team-founder-profile {
    max-width: none;
    padding-top: 0;
  }
  .team-founder-belief {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
  .team-founder-roles {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .team-founder-roles-signature {
    min-height: 250px;
    padding: 34px 30px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .team-founder-roles-count {
    margin-top: 30px;
  }
  .team-founder-roles-signature h4 {
    margin-top: auto;
  }
  .team-founder-roles-body {
    padding: 32px 28px 36px;
  }
  .team-founder-role-grid--expert {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .team-experts-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .team-experts-desc {
    text-align: left;
  }
  .team-experts-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .team-expert-card,
  .team-expert-card:nth-child(4),
  .team-expert-card:nth-child(5) {
    width: 100%;
    grid-column: auto;
  }
  .team-expert-card {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
  }
  .team-expert-photo {
    grid-column: 1;
    grid-row: 1;
    aspect-ratio: 3 / 4;
    border-radius: var(--radius-md);
  }
  .team-expert-identity {
    width: 100%;
    height: 58px;
    margin: 0;
    grid-column: 1;
    grid-row: 1;
    align-self: end;
  }
  .team-expert-identity-toggle {
    height: 58px;
    padding: 9px 10px 10px 12px;
  }
  .team-expert-identity-toggle > span {
    display: none;
  }
  .team-expert-identity-toggle > strong {
    align-self: center;
    grid-row: 1 / 3;
    font-size: var(--font-size-14);
  }
  .team-expert-identity-body {
    top: 100%;
    right: auto;
    bottom: auto;
    width: min(340px, calc(100vw - 32px));
  }
  .team-expert-info {
    grid-column: 2;
    grid-row: 1;
    padding: 0;
  }
  .team-expert-name {
    margin-top: 4px;
  }
  .clients-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .team-expert-card:has(.team-expert-identity.is-open) {
    grid-template-rows: auto auto;
  }
  .team-expert-identity.is-open {
    width: 100%;
    height: auto;
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: stretch;
  }
  .team-expert-identity.is-open .team-expert-identity-body {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

@media (max-width: 480px) {
  .strength-showcase,
  .strength-foundation {
    border-radius: var(--radius-lg);
  }
  .strength-story {
    min-height: 460px;
    padding: 30px 20px;
  }
  .strength-story h3 {
    font-size: var(--font-size-30);
  }
  .strength-story-content > p {
    font-size: var(--font-size-14);
  }
  .strength-mission {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .strength-proof {
    padding: 24px 20px;
  }
  .strength-proof-head h3 {
    font-size: var(--font-size-22);
  }
  .strength-proof-icon {
    display: none;
  }
  .strength-authority {
    min-height: 158px;
    padding: 22px;
  }
  .strength-metrics {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .strength-metric {
    padding: 18px 0;
  }
  .strength-metric + .strength-metric {
    border-top: 1px solid rgba(1, 127, 64, 0.12);
    border-left: 0;
  }
  .strength-foundation-grid {
    grid-template-columns: 1fr;
  }
  .strength-foundation-item {
    padding: 24px 20px;
  }
  .strength-foundation-item {
    grid-template-columns: 34px 1fr;
    gap: 12px;
  }
  .strength-credentials {
    padding: 20px;
  }
  .strength-credentials-list {
    align-items: flex-start;
    flex-direction: column;
  }
  .team-founder-visual {
    width: 100%;
    padding: 14px 0 0 14px;
  }
  .team-founder-heading {
    margin-bottom: 22px;
  }
  .team-founder-name {
    font-size: var(--font-size-34);
  }
  .team-founder-title {
    width: 100%;
  }
  .team-founder-title-line > strong {
    padding-left: 11px;
  }
  .team-founder-roles {
    border-radius: var(--radius-md);
  }
  .team-founder-roles-signature {
    min-height: 230px;
    padding: 28px 24px;
  }
  .team-founder-roles-count strong {
    font-size: var(--font-size-68);
  }
  .team-founder-roles-signature h4 {
    font-size: var(--font-size-22);
  }
  .team-founder-roles-seal {
    width: 46px;
    height: 46px;
    right: 22px;
    bottom: 26px;
    font-size: var(--font-size-20);
  }
  .team-founder-roles-body {
    padding: 28px 20px 32px;
  }
  .team-founder-role-tier--lead {
    padding-bottom: 24px;
  }
  .team-founder-role-tier-head {
    margin-bottom: 22px;
  }
  .team-founder-role-grid--lead,
  .team-founder-role-grid--industry,
  .team-founder-role-grid--expert {
    grid-template-columns: 1fr;
    row-gap: 22px;
  }
  .team-founder-role {
    min-height: 0;
    padding: 0 0 4px 18px;
  }
  .team-founder-role--primary {
    min-height: 0;
  }
  .team-founder-role--primary .team-founder-role-copy > strong {
    font-size: var(--font-size-22);
  }
  .team-expert-card {
    display: block;
  }
  .team-expert-photo {
    aspect-ratio: 4 / 5;
    border-radius: var(--radius-lg);
  }
  .team-expert-identity {
    width: 100%;
    height: 68px;
    margin-top: -68px;
  }
  .team-expert-identity-toggle {
    height: 68px;
    padding: 10px 14px 11px 16px;
  }
  .team-expert-identity-toggle > span {
    display: block;
  }
  .team-expert-identity-toggle > strong {
    grid-row: auto;
    font-size: var(--font-size-18);
  }
  .team-expert-identity-body {
    top: auto;
    right: 0;
    bottom: 100%;
    width: auto;
  }
  .team-expert-info {
    padding-top: 18px;
  }
  .team-experts-grid {
    gap: 48px;
  }
}

@media (max-width: 768px) and (prefers-reduced-motion: no-preference) {
  .motion-ready .founder-reveal .team-founder-photo,
  .motion-ready .founder-reveal .team-founder-visual::before {
    transition-duration: 0.5s;
  }

  .motion-ready .founder-reveal .team-founder-label,
  .motion-ready .founder-reveal .team-founder-heading,
  .motion-ready .founder-reveal .team-founder-belief,
  .motion-ready .founder-reveal .team-founder-bio,
  .motion-ready .founder-reveal .team-founder-roles {
    transition-duration: 0.46s;
  }

  .motion-ready .founder-reveal .team-founder-label,
  .motion-ready .founder-reveal .team-founder-heading {
    transition-delay: 0.06s;
  }

  .motion-ready .founder-reveal .team-founder-belief,
  .motion-ready .founder-reveal .team-founder-bio {
    transition-delay: 0.14s;
  }

  .motion-ready .founder-reveal .team-founder-roles {
    transition-delay: 0.22s;
  }

  .motion-ready .founder-reveal:not(.visible) .team-founder-photo,
  .motion-ready .founder-reveal:not(.visible) .team-founder-label,
  .motion-ready .founder-reveal:not(.visible) .team-founder-heading,
  .motion-ready .founder-reveal:not(.visible) .team-founder-belief,
  .motion-ready .founder-reveal:not(.visible) .team-founder-bio,
  .motion-ready .founder-reveal:not(.visible) .team-founder-roles {
    transform: translateY(8px);
  }
}

/* 身份章签响应式收束：覆盖上一轮档案式布局的断点设置 */
@media (min-width: 769px) {
  .team-founder-visual {
    display: flex;
    flex-direction: column;
  }
  .team-founder-photo {
    flex: 1 1 auto;
    min-height: 0;
    aspect-ratio: auto;
  }
}

@media (max-width: 1024px) {
  .team-founder-roles {
    margin-top: auto;
  }
  .team-founder-roles-body {
    padding: 0;
  }
  .team-founder-role-grid--lead {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 0;
  }
  .team-founder-role-tier--industry,
  .team-founder-role-tier--expert {
    padding: 0;
    border: 0;
  }
}

@media (max-width: 768px) {
  .team-founder-roles {
    margin-top: 0;
  }
  .team-founder-roles-body {
    padding: 0;
  }
  .team-founder-role-tier {
    grid-template-columns: 82px minmax(0, 1fr);
  }
  .team-founder-role-grid--lead {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 22px;
  }
  .team-founder-role-grid--industry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .team-founder-role-grid--expert {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .team-founder-roles-heading {
    padding: 13px 16px 12px 20px;
  }
  .team-founder-role-tier {
    grid-template-columns: 1fr;
  }
  .team-founder-role-tier-head {
    display: flex;
    justify-content: flex-start;
    padding: 10px 16px 9px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(1, 127, 64, 0.1);
  }
  .team-founder-role-tier-head h5 {
    writing-mode: horizontal-tb;
  }
  .team-founder-role-grid--lead,
  .team-founder-role-grid--industry,
  .team-founder-role-grid--expert {
    grid-template-columns: 1fr;
    row-gap: 0;
    padding: 0;
  }
  .team-founder-role {
    padding: 16px 18px;
    border-top: 1px solid rgba(1, 127, 64, 0.1);
    border-left: 0;
  }
  .team-founder-role:first-child {
    border-top: 0;
  }
  .team-founder-role--primary .team-founder-role-copy > strong {
    font-size: var(--font-size-20);
  }
}
