/* ==================== 项目展示大图版 ==================== */
.section-vision-impact {
  padding: 90px 0;
  background: linear-gradient(180deg, #f5f8fc 0%, #eef4fb 100%);
}

.vision-header {
  text-align: center;
  margin-bottom: 52px;
}

.vision-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 16px;
}

.vision-title {
  margin: 0 0 10px;
  color: var(--text-dark);
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 700;
}

.vision-desc {
  margin: 0;
  font-size: 16px;
  color: var(--text-gray);
}

.project-showcase-large {
  max-width: 1220px;
  margin: 0 auto;
}

.psl-stage {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(0, 102, 204, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px rgba(0, 68, 128, 0.14);
}

.psl-item {
  display: none;
  min-height: 520px;
}

.psl-item.active {
  display: grid;
  grid-template-columns: 55% 45%;
}

.psl-image {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.psl-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.psl-item:hover .psl-image img {
  transform: scale(1.06);
}

.psl-image-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 32px;
  background: linear-gradient(180deg, transparent 0%, rgba(6, 29, 55, 0.68) 100%);
}

.psl-category {
  display: inline-flex;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.psl-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 40px;
}

.psl-tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 102, 204, 0.1), rgba(0, 184, 148, 0.16));
  color: var(--primary);
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
}

.psl-content h3 {
  margin: 0 0 18px;
  color: var(--text-dark);
  font-size: 30px;
  font-weight: 700;
}

.psl-desc {
  margin: 0 0 30px;
  color: var(--text-gray);
  font-size: 16px;
  line-height: 1.9;
}

.psl-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.psls-item {
  padding: 18px 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(0, 102, 204, 0.06), rgba(0, 184, 148, 0.08));
  text-align: center;
}

.psls-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--primary);
  font-size: 16px;
  font-weight: 700;
}

.psls-item span {
  color: var(--text-gray);
  font-size: 13px;
}

.psl-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
}

.psl-prev,
.psl-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: var(--primary);
  box-shadow: 0 10px 30px rgba(0, 102, 204, 0.16);
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.psl-prev:hover,
.psl-next:hover {
  transform: translateY(-3px);
  background: var(--primary);
  color: #fff;
}

.psl-dots {
  display: flex;
  gap: 10px;
}

.psl-dot {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 102, 204, 0.18);
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
}

.psl-dot.active {
  transform: scale(1.25);
  background: linear-gradient(135deg, var(--primary), var(--accent));
}

.psl-progress {
  width: 100%;
  height: 4px;
  margin-top: 20px;
  border-radius: 999px;
  background: rgba(0, 102, 204, 0.08);
  overflow: hidden;
}

.pslp-bar {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--primary), var(--accent));
}

/* ==================== 团队风采模块 ==================== */
.section-photo-wall {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 14%, rgba(0, 184, 148, 0.12), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(0, 102, 204, 0.14), transparent 26%),
    linear-gradient(180deg, #f5f8fc 0%, #eef4fb 52%, #f8fbfd 100%);
}

.section-photo-wall::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(88, 131, 188, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 131, 188, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, #000 44%, transparent 100%);
  pointer-events: none;
}

.photo-wall-header {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 42px;
}

.pw-label {
  display: inline-flex;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(0, 184, 148, 0.12);
  border: 1px solid rgba(0, 184, 148, 0.18);
  color: #179b80;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.pw-title {
  margin: 0 0 10px;
  color: #163b61;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 700;
}

.pw-desc {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(24, 58, 94, 0.7);
  font-size: 16px;
  line-height: 1.85;
}

.photo-wall-premium {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
}

.team-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 28px;
  align-items: stretch;
}

.team-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 0;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(104, 164, 222, 0.18);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 28px 60px rgba(89, 142, 186, 0.12);
}

.team-hero-media {
  position: relative;
  min-height: 620px;
}

.team-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 28, 52, 0.08), rgba(8, 28, 52, 0.22));
}

.team-hero-copy {
  padding: 42px 38px;
  background:
    radial-gradient(circle at top right, rgba(83, 195, 170, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 247, 255, 0.96));
}

.team-hero-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(0, 102, 204, 0.08);
  color: #0d7eff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.team-hero-copy h3 {
  margin: 0 0 16px;
  color: #163b61;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.22;
}

.team-hero-copy p {
  margin: 0;
  color: rgba(24, 58, 94, 0.78);
  font-size: 16px;
  line-height: 1.95;
}

.team-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.team-hero-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(104, 164, 222, 0.24);
  color: #2a6a98;
  font-size: 13px;
  font-weight: 600;
}

.team-photo-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 180px;
  gap: 20px;
}

.team-memory-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(104, 164, 222, 0.2);
  background: #dbeaf6;
  box-shadow: 0 24px 48px rgba(89, 142, 186, 0.12);
  transform: rotate(-1.4deg);
}

.team-memory-card:nth-child(2n) {
  transform: rotate(1.3deg);
}

.team-memory-card::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 50%;
  width: 72px;
  height: 16px;
  transform: translateX(-50%) rotate(-3deg);
  border-radius: 4px;
  background: rgba(236, 247, 255, 0.86);
  z-index: 3;
}

.team-memory-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, filter 0.7s ease;
}

.team-memory-card:hover img {
  transform: scale(1.06);
  filter: saturate(1.05);
}

.team-memory-copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 22px;
  background: linear-gradient(180deg, transparent 0%, rgba(5, 15, 30, 0.08) 12%, rgba(5, 15, 30, 0.82) 100%);
}

.team-memory-copy span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #dff6ef;
  font-size: 12px;
  font-weight: 700;
}

.team-memory-copy h3 {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.35;
}

.team-memory-tall {
  grid-row: span 2;
}

.team-memory-wide {
  grid-column: span 2;
}

.team-message-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.team-message-quote {
  padding: 24px 24px 22px;
  border-radius: 26px;
  border: 1px solid rgba(104, 164, 222, 0.18);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(89, 142, 186, 0.08);
}

.team-message-quote:nth-child(2) {
  transform: translateY(12px);
}

.team-message-quote p {
  margin: 0;
  color: #294e73;
  font-size: 15px;
  line-height: 1.85;
}

.team-message-quote strong {
  display: inline-flex;
  margin-top: 12px;
  color: #00a082;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .team-showcase-grid {
    grid-template-columns: 1fr;
  }

  .team-photo-mosaic {
    grid-auto-rows: 200px;
  }
}

@media (max-width: 992px) {
  .psl-item.active {
    grid-template-columns: 1fr;
  }

  .psl-image,
  .psl-item {
    min-height: 360px;
  }

  .psl-content {
    padding: 30px;
  }

  .psl-stats {
    grid-template-columns: 1fr;
  }

  .team-hero-card {
    grid-template-columns: 1fr;
  }

  .team-hero-media {
    min-height: 360px;
  }

  .team-message-strip {
    grid-template-columns: 1fr;
  }

  .team-message-quote:nth-child(2) {
    transform: none;
  }
}

@media (max-width: 768px) {
  .section-vision-impact,
  .section-photo-wall {
    padding: 72px 0;
  }

  .psl-content h3 {
    font-size: 24px;
  }

  .psl-desc {
    font-size: 15px;
  }

  .team-hero-copy {
    padding: 30px 24px;
  }

  .team-hero-copy h3 {
    font-size: 28px;
  }

  .team-photo-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .team-memory-card,
  .team-memory-card:nth-child(2n) {
    transform: none;
  }

  .team-memory-tall,
  .team-memory-wide {
    grid-row: auto;
    grid-column: auto;
  }

  .team-message-quote {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .vision-title,
  .pw-title {
    font-size: 28px;
  }

  .psl-content,
  .psl-image-overlay {
    padding: 22px;
  }

  .team-hero-card,
  .team-memory-card,
  .team-message-quote {
    border-radius: 22px;
  }

  .team-hero-media {
    min-height: 300px;
  }

  .team-hero-copy h3 {
    font-size: 24px;
  }

  .team-hero-copy p,
  .team-message-quote p {
    font-size: 14px;
  }

  .team-memory-copy {
    padding: 18px;
  }

  .team-memory-copy h3 {
    font-size: 18px;
  }
}
