:root {
  --sv-cinnabar: #c93b2a;
  --sv-cinnabar-light: #e8998f;
  --sv-cinnabar-dark: #8a1f12;
  --sv-qing-light: #7aafaf;
  --sv-qing: #3d7070;
  --sv-qing-dark: #1e4040;
  --sv-ink-green-light: #4a7a40;
  --sv-ink-green: #2e4a18;
  --sv-ink-green-dark: #0f2206;
  --sv-xuan-light: #faf6ee;
  --sv-xuan: #f2ecd8;
  --sv-xuan-dark: #d8ceb0;
  --team-photo-filter-transition: 300ms ease;
}

.team-page {
  margin: 0;
  background: linear-gradient(180deg, var(--sv-xuan-light) 0%, var(--sv-xuan) 58%, var(--sv-xuan-dark) 100%);
  color: var(--sv-qing-dark);
  font-family: var(--font-din, "DIN 2014", "DIN2014", "DIN", sans-serif);
}

.team-page :lang(zh),
.team-page :lang(zh),
.team-page :lang(zh-Hans) {
  font-family: var(--sv-font-cn);
}

.team-page * {
  box-sizing: border-box;
}



.team-section {
  width: 100%;
}

.team-page .team-hero,
.team-page .team-groups,
.team-page .team-groups * {
  box-sizing: border-box;
}

.team-inner {
  width: min(calc(100% - (var(--sv-page-gutter, clamp(22px, 4.8vw, 64px)) * 2)), 1320px);
  margin-inline: auto;
}
 .team-hero {
  position: relative;
}

.team-page .pagehero.team-hero {
  padding-block: 0;
}

.team-hero > .team-inner {
  position: relative;
  z-index: 2;
  display: grid;
}

.team-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.56fr);
  gap: clamp(36px, 5.2vw, 90px);
  align-items: end;
}

.eyebrow,
.eyebrow--red { margin: 0 0 22px; font-family: var(--sv-font); font-size: 12px; line-height: 1.4; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sv-cinnabar); }

.team-hero .type-display-hero { margin: 0; max-width: 12ch; }
.team-hero .pagehero__lede { margin: 24px 0 0; }
.team-hero__proof { display: grid; gap: 0; align-self: stretch; border-left: 1px solid rgba(216, 206, 176, 0.9); padding-left: clamp(22px, 2.5vw, 34px); }
.team-hero__proof article { padding: clamp(14px, 1.8vw, 24px) 0; border-top: 1px solid rgba(216, 206, 176, 0.82); }
.team-hero__proof article:first-child { border-top: 0; padding-top: 0; }
.team-hero__proof span { display: block; margin-bottom: 8px; color: var(--hero-text, var(--sv-xuan-light)); font-size: clamp(32px, 3vw, 48px); line-height: 1; font-weight: 300; letter-spacing: -0.02em; }
.team-hero__proof p { margin: 0; max-width: 25ch; color: var(--hero-text-muted, rgba(250, 246, 238, 0.88)); font-size: clamp(11px, 0.84vw, 13px); line-height: 1.45; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

.team-groups { background: var(--sv-xuan); padding: clamp(54px, 7vw, 82px) 0; }
.group { padding: clamp(64px, 7vw, 96px) 0; border-top: 1px solid rgba(216, 206, 176, 0.72); }
.group:first-child { padding-top: 0; border-top: 0; }
.group__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 0;
  align-items: start;
  margin-bottom: clamp(24px, 3vw, 32px);
  padding-bottom: clamp(14px, 2vw, 20px);
  border-bottom: 1px solid rgba(216, 206, 176, 0.92);
}
.group__head .eyebrow { color: var(--sv-qing); display: inline-flex; align-items: center; gap: 10px; }
.group__head .eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--sv-cinnabar-light); }
.sv-section-title { margin: 0; max-width: 720px; font-family: var(--font-din, "DIN 2014", "DIN2014", "DIN", sans-serif); font-size: clamp(30px, 3.4vw, 48px); line-height: 1; font-weight: 700; letter-spacing: -0.025em; color: var(--sv-qing-dark); }
.group__summary {
  margin: 10px 0 0;
  width: 100%;
  max-width: none;
  justify-self: stretch;
  color: var(--sv-qing);
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.5;
}

.grid[data-team-grid] { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: clamp(26px, 2.5vw, 34px); row-gap: clamp(38px, 4vw, 56px); align-items: start; }
.team-profile { position: relative; min-width: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
.team-profile__photo { position: relative; display: grid; place-items: center; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: linear-gradient(135deg, rgba(216, 206, 176, 0.45), rgba(250, 246, 238, 0.78)); cursor: pointer; max-height: none; margin-bottom: clamp(18px, 1.8vw, 24px); }
.team-profile__photo::before { content: ""; width: clamp(54px, 5vw, 72px); aspect-ratio: 1; border: 1px solid rgba(61, 112, 112, 0.35); border-radius: 50%; background: radial-gradient(circle at 50% 34%, rgba(61, 112, 112, 0.18) 0 18%, transparent 19%), radial-gradient(ellipse at 50% 82%, rgba(61, 112, 112, 0.18) 0 38%, transparent 39%); }
.team-profile__photo::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(216, 206, 176, 0.45); pointer-events: none; }
.team-profile__photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: none; transition: filter var(--team-photo-filter-transition); }

/* Image styles are retained only as a defensive fallback if a future portrait is added. */
.team-profile__photo img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}

.team-profile:hover .team-profile__photo img,
.team-profile.is-active .team-profile__photo img,
.team-profile__photo:hover img { filter: none; }
.team-profile__name { margin-top: 0; color: var(--sv-qing-dark); font-family: var(--font-din, "DIN 2014", "DIN2014", "DIN", sans-serif); font-size: clamp(1.16rem, 1.45vw, 1.42rem); line-height: 1.13; font-weight: 700; letter-spacing: -0.016em; transition: color 180ms ease; }
.team-profile:hover .team-profile__name,
.team-profile:focus-within .team-profile__name { color: #133535; }
.team-profile__role { min-height: 44px; margin-top: 7px; color: var(--sv-qing); font-size: 0.92rem; line-height: 1.4; }

.team-page [lang="en"],
.team-page .team-profile__linkedin {
  font-family: var(--font-din, "DIN 2014", "DIN2014", "DIN", sans-serif);
}

.team-page--cn .team-profile__name [lang="en"],
.team-page--cn .team-profile__role [lang="en"],
.team-page--cn .team-bio-panel__body [lang="en"] {
  font-family: var(--font-din, "DIN 2014", "DIN2014", "DIN", sans-serif);
}

.team-profile__bio-toggle,
.team-profile__linkedin,
.team-bio-panel__close { appearance: none; border: 0; background: transparent; padding: 0; font-family: var(--font-din, "DIN 2014", "DIN2014", "DIN", sans-serif); font-size: 11px; line-height: 1.2; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sv-qing); text-decoration: none; cursor: pointer; }

.team-profile__bio-toggle,
.team-profile__linkedin { margin-top: 14px; position: relative; }
.team-profile__bio-toggle { margin-right: 16px; }
.team-profile__bio-toggle::after,
.team-profile__linkedin::after { content: none; }
.team-profile__bio-toggle:hover,
.team-profile__bio-toggle:focus-visible,
.team-profile__linkedin:hover,
.team-profile__linkedin:focus-visible { color: var(--sv-qing-dark); outline: 0; }
.team-profile__bio-toggle:hover,
.team-profile__bio-toggle:focus-visible,
.team-profile__linkedin:hover,
.team-profile__linkedin:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.12em;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(201, 59, 42, 0.72);
}
.team-profile.is-active .team-profile__bio-toggle { color: var(--sv-qing-dark); }
.team-profile__bio[hidden] { display: none !important; }

.team-profile__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 14px;
  margin-top: 14px;
}

.team-profile__actions .team-profile__bio-toggle,
.team-profile__actions .team-profile__linkedin {
  margin-top: 0;
  position: static;
}

.team-profile__actions .team-profile__bio-toggle {
  margin-right: 0;
}

.team-bio-panel { grid-column: 1 / -1; display: block; margin-top: -12px; padding: clamp(34px, 4vw, 52px); background: var(--sv-xuan-light); border: 1px solid rgba(216, 206, 176, 0.95); border-top: 1px solid rgba(216, 206, 176, 0.95); box-shadow: 0 10px 24px rgba(30, 64, 64, 0.06); }
.team-bio-panel__meta { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: baseline; column-gap: clamp(20px, 3vw, 40px); margin-bottom: clamp(22px, 2.6vw, 32px); padding-bottom: clamp(18px, 2vw, 24px); border-bottom: 1px solid rgba(216, 206, 176, 0.9); }
.team-bio-panel__meta h3 { grid-column: 1; margin: 0; color: var(--sv-qing-dark); font-size: clamp(28px, 3vw, 46px); line-height: 0.98; font-weight: 700; letter-spacing: -0.03em; }
.team-bio-panel__meta p { grid-column: 1; margin: 10px 0 0; color: var(--sv-qing); font-size: 15px; line-height: 1.45; }
.team-bio-panel__close { grid-column: 2; grid-row: 1; justify-self: end; align-self: start; white-space: nowrap; }
/* Body spans the FULL panel width as a single readable flow (no columns). */
.team-bio-panel__body { max-width: none; }
.team-bio-panel__body p { margin: 0; color: var(--sv-qing-dark); font-size: clamp(16px, 1.05vw, 18px); line-height: 1.66; }
.team-bio-panel__body p + p { margin-top: 16px; }
.team-bio-panel__close { color: var(--sv-cinnabar-light); }
.team-bio-panel__close:hover { color: var(--sv-qing-dark); }


.team-page .sv-footer {
  --footer-max: 1320px;
  --footer-gutter: clamp(22px, 4vw, 64px);
}

@media (max-width: 760px) {
  .team-inner {
    width: min(100% - 40px, 100%);
  }

  .team-groups {
    padding: clamp(56px, 9vw, 72px) 0;
  }

  .group {
    padding: clamp(56px, 9vw, 72px) 0;
  }

  .grid[data-team-grid] {
    row-gap: clamp(18px, 5vw, 22px);
  }
}
@media (max-width: 1180px) {
  .grid[data-team-grid] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .group__head { grid-template-columns: 1fr; gap: 34px; }
  .group__summary {
    border-left: 0;
    border-top: 1px solid rgba(216, 206, 176, 0.72);
    padding-left: 0;
    padding-top: var(--sv-section-intro-mobile-rule-gap);
  }
  .team-hero__layout { grid-template-columns: 1fr; gap: 38px; }
  .team-hero__proof { border-left: 0; border-top: 1px solid rgba(216, 206, 176, 0.9); padding-left: 0; padding-top: 14px; max-width: 600px; }
}

@media (max-width: 767px) {
  .team-page .pagehero.team-hero {
    min-height: auto;
    padding-block: 0;
  }

  .team-hero__proof { grid-template-columns: 1fr; margin-top: 2px; }
  .team-hero__proof article { padding: 14px 0; border-left: 0; border-top: 1px solid rgba(216, 206, 176, 0.9); }
  .team-hero__proof article:first-child { border-top: 0; padding-top: 0; }
  .grid[data-team-grid] { grid-template-columns: 1fr; }
  .team-profile {
    width: 100%;
    max-width: 100%;
  }
  .team-profile__photo {
    width: 100%;
    max-width: 100%;
    max-height: none;
    aspect-ratio: 1 / 1;
    height: auto;
    overflow: hidden;
  }
  .team-profile__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
  }
  .team-profile__role { min-height: 0; }
  .team-bio-panel { grid-template-columns: 1fr; padding: 30px; }
  .sv-section-title { font-size: clamp(28px, 9.2vw, 42px); }
}

/* Chinese mirror normalization: retained English terms inside zh bios keep the
   English DIN rendering via explicit lang attributes while CJK text inherits
   the approved Chinese typography system. */
.team-page--cn .team-bio-panel__body [lang="en"] {
  font-family: var(--font-din, "DIN 2014", "DIN2014", "DIN", sans-serif);
}


@media (max-width: 768px) {
  .team-hero {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding-top: 72px !important;
    padding-bottom: 88px !important;
  }

  .team-hero .hero-content,
  .team-hero-content,
  .team-hero .hero-inner,
  .team-hero .stats,
  .team-hero .hero-stats,
  .team-hero > .team-inner,
  .team-hero__layout,
  .team-hero__proof {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .team-hero .hero-stats,
  .team-hero .stats,
  .team-hero__proof {
    margin-top: 56px !important;
  }

  .team-hero + section {
    margin-top: 0 !important;
  }
}

/* 2026-07-10 · Match interior hero height to the homepage masthead. */
@media (min-width: 881px) {
  body.team-page .pagehero.team-hero > .team-inner { min-height: 650px; }
}


/* Privacy layer: obscure team portraits when printing or when a capture/print/save
   shortcut is detected. Browser pages cannot block operating-system screenshots,
   so this provides the strongest available in-page protection. */
.team-profile__photo,
.team-profile__photo img {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.team-profile__photo {
  isolation: isolate;
}

.team-profile__photo img {
  -webkit-user-drag: none;
}

.team-portrait-privacy-active .team-profile__photo img {
  filter: blur(18px) !important;
  opacity: 0.08;
}

.team-portrait-privacy-active .team-profile__photo::after {
  content: "Portrait protected";
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(242, 236, 216, 0.96);
  color: var(--sv-qing-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.team-page--cn.team-portrait-privacy-active .team-profile__photo::after {
  content: "头像受保护";
}

@media print {
  .team-profile__photo img {
    visibility: hidden !important;
  }

  .team-profile__photo::after {
    content: "Portrait protected" !important;
    position: absolute;
    inset: 0;
    z-index: 3;
    display: grid;
    place-items: center;
    padding: 16px;
    background: var(--sv-xuan-light);
    color: var(--sv-qing-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-align: center;
    text-transform: uppercase;
  }

  .team-page--cn .team-profile__photo::after {
    content: "头像受保护" !important;
  }
}
