/* 团队介绍页专用样式（2.5.0，源自用户确认的 A 版完整 Demo styles.css，
   机械提取并作用域到 .wy-teampage；站点头部/页脚/导航样式不重复引入） */

.wy-teampage {
--forest: #143f36;
  --forest-deep: #0d3029;
  --forest-soft: #2d6458;
  --paper: #f6f0e6;
  --paper-deep: #eee4d3;
  --surface: #fbf8f2;
  --white: #fffdf9;
  --gold: #c88e2f;
  --gold-soft: #ead6ad;
  --ink: #1e2925;
  --muted: #65716c;
  --border: #d8cbb8;
  --border-strong: #bcae99;
  --shadow: 0 22px 70px rgba(56, 45, 28, 0.09);
  --radius: 16px;
  --radius-large: 24px;
  --page: min(1280px, calc(100% - 48px));
  --font-sans: "PingFang SC", "Hiragino Sans GB", "Source Han Sans SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
}

.wy-teampage button {
-webkit-tap-highlight-color: transparent;
}

.wy-teampage h1, .wy-teampage h2, .wy-teampage h3, .wy-teampage p, .wy-teampage figure, .wy-teampage ol, .wy-teampage ul, .wy-teampage dl, .wy-teampage dd {
margin-top: 0;
}

.wy-teampage h1, .wy-teampage h2, .wy-teampage h3 {
color: var(--forest-deep);
  line-height: 1.2;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.wy-teampage p, .wy-teampage li, .wy-teampage dd {
text-wrap: pretty;
}

.wy-teampage .section-shell {
width: var(--page);
  margin-inline: auto;
}

.wy-teampage .section-pad {
padding-block: clamp(78px, 8vw, 124px);
}

.wy-teampage .hero {
min-height: calc(100dvh - 74px);
  display: grid;
  grid-template-columns: minmax(330px, 0.78fr) minmax(600px, 1.35fr);
  align-items: center;
  gap: clamp(34px, 4vw, 72px);
  padding-block: 38px;
}

.wy-teampage .hero-copy {
position: relative;
  z-index: 2;
  padding-block: 18px;
}

.wy-teampage .breadcrumbs {
display: flex;
  gap: 10px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 14px;
}

.wy-teampage .breadcrumbs a {
color: var(--forest-soft);
}

.wy-teampage .hero h1 {
max-width: 690px;
  margin-bottom: 24px;
  font-size: clamp(44px, 4vw, 64px);
  font-weight: 780;
  line-height: 1.14;
}

.wy-teampage .hero-lead {
max-width: 36em;
  margin-bottom: 20px;
  color: #4f5d57;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.8;
}

.wy-teampage .hero-belief {
max-width: 34em;
  margin-bottom: 32px;
  padding-left: 16px;
  color: var(--forest-deep);
  font-weight: 700;
  border-left: 3px solid var(--gold);
}

.wy-teampage .hero-actions {
display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wy-teampage .button {
display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 23px;
  border: 1px solid var(--forest);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.wy-teampage .button:hover {
transform: translateY(-2px);
}

.wy-teampage .button:active {
transform: translateY(1px);
}

.wy-teampage .button-primary {
color: var(--white);
  background: var(--forest);
}

.wy-teampage .button-primary:hover {
background: var(--forest-deep);
}

.wy-teampage .button-ghost {
color: var(--forest-deep);
  background: transparent;
}

.wy-teampage .button-ghost:hover {
background: rgba(255, 253, 249, 0.72);
}

.wy-teampage .route-board {
position: relative;
  min-height: 590px;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 10%, rgba(200, 142, 47, 0.12), transparent 28%),
    var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow);
}

.wy-teampage .route-head {
position: relative;
  z-index: 3;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 26px 30px 8px;
}

.wy-teampage .route-head p {
margin-bottom: 0;
  color: var(--forest-soft);
  font-size: 14px;
  font-weight: 700;
}

.wy-teampage .route-head strong {
color: var(--forest-deep);
  font-size: 20px;
  line-height: 1.35;
}

.wy-teampage .route-stops {
position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 22px 30px 0;
  padding: 0;
  list-style: none;
}

.wy-teampage .route-stops::before {
content: "";
  position: absolute;
  top: 8px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, var(--forest-soft), var(--gold), var(--forest-soft));
}

.wy-teampage .route-stops li {
position: relative;
  padding-top: 23px;
  color: var(--forest-deep);
  font-size: 13px;
  text-align: center;
}

.wy-teampage .route-stops li::before {
content: "";
  position: absolute;
  top: 3px;
  left: 50%;
  width: 11px;
  height: 11px;
  background: var(--surface);
  border: 2px solid var(--forest-soft);
  border-radius: 50%;
  transform: translateX(-50%);
}

.wy-teampage .route-stops li:nth-child(3)::before, .wy-teampage .route-stops li:nth-child(5)::before {
border-color: var(--gold);
}

.wy-teampage .city-line-wrap {
position: absolute;
  right: -3%;
  bottom: 36px;
  left: -3%;
  height: 68%;
  display: flex;
  align-items: flex-end;
}

.wy-teampage .city-line-wrap::before {
content: "";
  position: absolute;
  inset: 9% 8% 12%;
  background: radial-gradient(ellipse at center, rgba(200, 142, 47, 0.08), transparent 66%);
}

.wy-teampage .city-line-wrap img {
position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.wy-teampage .route-board figcaption {
position: absolute;
  right: 28px;
  bottom: 18px;
  left: 28px;
  z-index: 4;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.wy-teampage .section-heading {
max-width: 760px;
  margin-bottom: clamp(42px, 5vw, 68px);
}

.wy-teampage .section-heading h2, .wy-teampage .complexity-intro h2, .wy-teampage .partnership-copy h2, .wy-teampage .faq-intro h2 {
margin-bottom: 18px;
  font-size: clamp(34px, 3.4vw, 52px);
}

.wy-teampage .section-heading p, .wy-teampage .complexity-intro p, .wy-teampage .partnership-copy p, .wy-teampage .faq-intro p {
margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.wy-teampage .compact-heading {
max-width: 890px;
}

.wy-teampage .problem-section {
background: var(--surface);
  border-block: 1px solid var(--border);
}

.wy-teampage .problem-map {
position: relative;
  min-height: 590px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 22px;
  padding: 34px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(20, 63, 54, 0.06), transparent 40%),
    linear-gradient(315deg, rgba(200, 142, 47, 0.10), transparent 34%),
    var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius-large);
}

.wy-teampage .problem-map::before, .wy-teampage .problem-map::after {
content: "";
  position: absolute;
  pointer-events: none;
}

.wy-teampage .problem-map::before {
top: 50%;
  right: 10%;
  left: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(45, 100, 88, 0.44), rgba(200, 142, 47, 0.42), rgba(45, 100, 88, 0.44), transparent);
}

.wy-teampage .problem-map::after {
top: 12%;
  bottom: 12%;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(45, 100, 88, 0.4), transparent);
}

.wy-teampage .problem-core, .wy-teampage .problem-node {
position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: var(--radius);
}

.wy-teampage .problem-core {
grid-column: 5 / 9;
  grid-row: 2;
  padding: 30px;
  color: var(--white);
  background: var(--forest-deep);
  box-shadow: 0 16px 40px rgba(13, 48, 41, 0.2);
  text-align: center;
}

.wy-teampage .problem-core span {
margin-bottom: 7px;
  color: #d9e8e3;
  font-size: 13px;
}

.wy-teampage .problem-core strong {
font-size: clamp(20px, 2vw, 28px);
  line-height: 1.55;
}

.wy-teampage .problem-node {
min-height: 134px;
  padding: 22px 24px;
  background: rgba(255, 253, 249, 0.9);
  border: 1px solid var(--border);
  box-shadow: 0 10px 28px rgba(56, 45, 28, 0.045);
}

.wy-teampage .problem-node span {
margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
}

.wy-teampage .problem-node strong {
color: var(--forest-deep);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.45;
}

.wy-teampage .node-a {
grid-column: 1 / 5; grid-row: 1;
}

.wy-teampage .node-b {
grid-column: 5 / 9; grid-row: 1; background: #e8eee8;
}

.wy-teampage .node-c {
grid-column: 9 / 13; grid-row: 1;
}

.wy-teampage .node-d {
grid-column: 1 / 5; grid-row: 3; background: #f3e7cf;
}

.wy-teampage .node-e {
grid-column: 5 / 9; grid-row: 3;
}

.wy-teampage .node-f {
grid-column: 9 / 13; grid-row: 3; background: #e8eee8;
}

.wy-teampage .complexity-section {
background: var(--paper-deep);
}

.wy-teampage .complexity-grid {
display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(540px, 1.5fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}

.wy-teampage .complexity-intro {
position: sticky;
  top: 120px;
}

.wy-teampage .complexity-list {
display: grid;
  gap: 0;
}

.wy-teampage .complexity-list article {
position: relative;
  padding: 8px 0 34px 44px;
  border-bottom: 1px solid var(--border-strong);
}

.wy-teampage .complexity-list article + article {
padding-top: 34px;
}

.wy-teampage .complexity-list article::before {
content: "";
  position: absolute;
  top: 19px;
  left: 2px;
  width: 18px;
  height: 2px;
  background: var(--gold);
}

.wy-teampage .complexity-list article + article::before {
top: 45px;
}

.wy-teampage .complexity-list h3 {
margin-bottom: 9px;
  font-size: 25px;
}

.wy-teampage .complexity-list p {
max-width: 42em;
  margin-bottom: 0;
  color: #56635e;
}

.wy-teampage .method-section {
background: var(--surface);
  border-bottom: 1px solid var(--border);
}

.wy-teampage .method-layout {
display: grid;
  grid-template-columns: minmax(440px, 1.05fr) minmax(480px, 1fr);
  gap: clamp(38px, 5vw, 72px);
  align-items: start;
}

.wy-teampage .method-visual {
position: sticky;
  top: 112px;
  margin: 0;
  padding: 16px;
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow);
}

.wy-teampage .method-visual img {
width: 100%;
  border-radius: calc(var(--radius) - 2px);
}

.wy-teampage .method-visual figcaption {
padding: 16px 10px 4px;
  color: var(--muted);
  font-size: 14px;
}

.wy-teampage .method-list {
margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: method;
}

.wy-teampage .method-list li {
position: relative;
  min-height: 116px;
  padding: 4px 0 30px 76px;
  counter-increment: method;
}

.wy-teampage .method-list li:not(:last-child)::after {
content: "";
  position: absolute;
  top: 48px;
  bottom: 2px;
  left: 24px;
  width: 1px;
  background: var(--border-strong);
}

.wy-teampage .method-list li::before {
content: counter(method, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--forest-deep);
  background: var(--paper-deep);
  border: 1px solid var(--border);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.wy-teampage .method-list h3 {
margin-bottom: 8px;
  font-size: 23px;
}

.wy-teampage .method-list p {
margin-bottom: 0;
  color: var(--muted);
}

.wy-teampage .method-principle {
margin: 54px 0 0;
  padding: 26px 32px;
  color: var(--white);
  background: var(--forest);
  border-radius: var(--radius);
  font-size: clamp(21px, 2.1vw, 30px);
  font-weight: 700;
  text-align: center;
}

.wy-teampage .team-section {
background: var(--paper);
}

.wy-teampage .lawyer-grid {
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.wy-teampage .lawyer-card {
min-width: 0;
  display: grid;
  grid-template-columns: 186px minmax(0, 1fr);
  gap: 26px;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-large);
  box-shadow: 0 16px 46px rgba(56, 45, 28, 0.06);
}

.wy-teampage .lawyer-photo {
align-self: start;
  overflow: hidden;
  background: var(--paper-deep);
  border-radius: var(--radius);
  aspect-ratio: 3 / 4;
}

.wy-teampage .lawyer-photo img {
width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.88) contrast(1.03);
}

.wy-teampage .lawyer-main {
min-width: 0;
}

.wy-teampage .lawyer-title {
display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.wy-teampage .lawyer-title h3 {
flex: 0 0 auto;
  margin-bottom: 0;
  font-size: 30px;
}

.wy-teampage .lawyer-title p {
margin-bottom: 0;
  color: var(--forest-soft);
  font-size: 13px;
  line-height: 1.55;
  text-align: right;
}

.wy-teampage .lawyer-firm {
margin-bottom: 14px;
  color: var(--forest-deep);
  font-size: 14px;
  font-weight: 700;
}

.wy-teampage .lawyer-bio {
margin-bottom: 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.wy-teampage .practice-tags {
display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.wy-teampage .practice-tags li {
padding: 5px 10px;
  color: var(--forest-deep);
  background: var(--paper-deep);
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.4;
}

.wy-teampage .lawyer-details {
margin-bottom: 18px;
}

.wy-teampage .lawyer-details div {
display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  padding: 4px 0;
  font-size: 13px;
}

.wy-teampage .lawyer-details dt {
color: var(--muted);
}

.wy-teampage .lawyer-details dd {
min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--ink);
}

.wy-teampage .lawyer-links {
display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
}

.wy-teampage .lawyer-links a, .wy-teampage .text-link {
min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--forest-deep);
  font-size: 14px;
  font-weight: 750;
}

.wy-teampage .collaboration-note {
display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 40px;
  margin-top: 28px;
  padding: 30px 34px;
  background: #e5ece7;
  border-radius: var(--radius);
}

.wy-teampage .collaboration-note p, .wy-teampage .collaboration-note strong {
margin: 0;
}

.wy-teampage .collaboration-note p {
color: #4f5d57;
}

.wy-teampage .collaboration-note strong {
align-self: center;
  color: var(--forest-deep);
  font-size: 20px;
  line-height: 1.55;
}

.wy-teampage .partnership-section {
background: var(--surface);
  border-block: 1px solid var(--border);
}

.wy-teampage .partnership-layout {
display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(560px, 1.25fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: center;
}

.wy-teampage .partnership-copy p {
max-width: 32em;
}

.wy-teampage .text-link {
margin-top: 22px;
}

.wy-teampage .partnership-path {
position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wy-teampage .partnership-path::before {
content: "";
  position: absolute;
  top: 8%;
  bottom: 8%;
  left: 22px;
  width: 2px;
  background: linear-gradient(var(--gold), var(--forest-soft));
}

.wy-teampage .partnership-path li {
position: relative;
  min-height: 98px;
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  margin-left: calc(var(--offset, 0) * 22px);
  padding: 18px 24px 18px 66px;
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.wy-teampage .partnership-path li + li {
margin-top: 12px;
}

.wy-teampage .partnership-path li:nth-child(2) {
--offset: 1;
}

.wy-teampage .partnership-path li:nth-child(3) {
--offset: 2;
}

.wy-teampage .partnership-path li:nth-child(4) {
--offset: 3; background: #e5ece7;
}

.wy-teampage .partnership-path li::before {
content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 16px;
  height: 16px;
  background: var(--surface);
  border: 3px solid var(--gold);
  border-radius: 50%;
  transform: translateY(-50%);
}

.wy-teampage .partnership-path span {
color: var(--muted);
  font-size: 13px;
}

.wy-teampage .partnership-path strong {
color: var(--forest-deep);
  font-size: 19px;
}

.wy-teampage .boundary-note {
margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
}

.wy-teampage .boundary-note p {
max-width: 78em;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.wy-teampage .values-section {
padding-block: clamp(70px, 7vw, 104px);
  background: var(--paper);
}

.wy-teampage .values-panel {
display: grid;
  grid-template-columns: minmax(330px, 0.8fr) minmax(600px, 1.3fr);
  gap: clamp(44px, 7vw, 100px);
  padding: clamp(42px, 6vw, 76px);
  color: var(--white);
  background:
    radial-gradient(circle at 90% 10%, rgba(200, 142, 47, 0.2), transparent 24%),
    var(--forest-deep);
  border-radius: var(--radius-large);
  box-shadow: 0 30px 80px rgba(13, 48, 41, 0.2);
}

.wy-teampage .values-lead p {
margin-bottom: 14px;
  color: #d8e7e1;
  font-size: 14px;
}

.wy-teampage .values-lead h2 {
margin-bottom: 0;
  color: var(--white);
  font-size: clamp(34px, 3.1vw, 48px);
}

.wy-teampage .values-content {
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 36px;
}

.wy-teampage .values-content article {
padding-top: 18px;
  border-top: 1px solid rgba(255, 253, 249, 0.28);
}

.wy-teampage .values-content .vision-block {
grid-column: 1 / -1;
}

.wy-teampage .values-content h3 {
margin-bottom: 8px;
  color: #efd39d;
  font-size: 18px;
}

.wy-teampage .values-content p {
margin-bottom: 0;
  color: #edf3f0;
  line-height: 1.85;
}

.wy-teampage .faq-section {
background: var(--paper-deep);
}

.wy-teampage .faq-layout {
display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(600px, 1.45fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: start;
}

.wy-teampage .faq-intro {
position: sticky;
  top: 120px;
}

.wy-teampage .faq-list details {
background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.wy-teampage .faq-list details + details {
margin-top: 12px;
}

.wy-teampage .faq-list summary {
position: relative;
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 17px 62px 17px 22px;
  color: var(--forest-deep);
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.wy-teampage .faq-list summary::-webkit-details-marker {
display: none;
}

.wy-teampage .faq-list summary::after {
content: "+";
  position: absolute;
  right: 20px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--forest-deep);
  background: var(--paper-deep);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 400;
}

.wy-teampage .faq-list details[open] summary::after {
content: "−";
}

.wy-teampage .faq-list details p {
margin: 0;
  padding: 0 62px 24px 22px;
  color: var(--muted);
}

.wy-teampage .contact-section {
background: var(--surface);
}

.wy-teampage .contact-panel {
display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: clamp(40px, 8vw, 100px);
  align-items: center;
  padding: clamp(34px, 5vw, 64px);
  background:
    linear-gradient(120deg, rgba(20, 63, 54, 0.08), transparent 55%),
    var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius-large);
}

.wy-teampage .contact-copy h2 {
max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(32px, 3.3vw, 48px);
}

.wy-teampage .contact-copy > p {
max-width: 44em;
  color: var(--muted);
}

.wy-teampage .contact-lines {
display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 28px;
}

.wy-teampage .contact-lines a {
min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--forest-deep);
  font-weight: 700;
}

.wy-teampage .qr-card {
padding: 18px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-align: center;
}

.wy-teampage .qr-card img {
width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.wy-teampage .qr-card p {
margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.wy-teampage .page-disclaimer {
margin-top: 24px;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 1180px) {
.wy-teampage {
--page: min(1120px, calc(100% - 40px));
}

.wy-teampage .hero {
grid-template-columns: minmax(320px, 0.85fr) minmax(520px, 1.15fr);
    gap: 32px;
}

.wy-teampage .hero h1 {
font-size: clamp(42px, 4.7vw, 60px);
}

.wy-teampage .route-board {
min-height: 540px;
}

.wy-teampage .lawyer-card {
grid-template-columns: 150px minmax(0, 1fr);
    gap: 20px;
}

.wy-teampage .lawyer-title {
display: block;
}

.wy-teampage .lawyer-title h3 {
margin-bottom: 5px;
}

.wy-teampage .lawyer-title p {
text-align: left;
}

.wy-teampage .partnership-path li:nth-child(n) {
margin-left: 0;
}
}

@media (max-width: 980px) {
.wy-teampage .hero {
min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 52px 72px;
}

.wy-teampage .hero-copy {
max-width: 760px;
}

.wy-teampage .hero h1 {
max-width: none;
}

.wy-teampage .route-board {
min-height: 560px;
}

.wy-teampage .problem-map {
min-height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
}

.wy-teampage .problem-map::before, .wy-teampage .problem-map::after {
display: none;
}

.wy-teampage .problem-core, .wy-teampage .node-a, .wy-teampage .node-b, .wy-teampage .node-c, .wy-teampage .node-d, .wy-teampage .node-e, .wy-teampage .node-f {
grid-column: auto;
    grid-row: auto;
}

.wy-teampage .problem-core {
grid-column: 1 / -1;
    min-height: 170px;
}

.wy-teampage .complexity-grid, .wy-teampage .method-layout, .wy-teampage .partnership-layout, .wy-teampage .values-panel, .wy-teampage .faq-layout {
grid-template-columns: 1fr;
}

.wy-teampage .complexity-intro, .wy-teampage .method-visual, .wy-teampage .faq-intro {
position: static;
}

.wy-teampage .method-layout {
gap: 54px;
}

.wy-teampage .lawyer-grid {
grid-template-columns: 1fr;
}

.wy-teampage .lawyer-card {
grid-template-columns: 190px minmax(0, 1fr);
}

.wy-teampage .collaboration-note {
grid-template-columns: 1fr;
    gap: 14px;
}

.wy-teampage .partnership-path {
max-width: 760px;
}

.wy-teampage .values-content {
max-width: 760px;
}

.wy-teampage .faq-intro {
max-width: 680px;
}
}

@media (max-width: 700px) {
.wy-teampage {
--page: calc(100% - 32px);
    --radius: 14px;
    --radius-large: 18px;
}

.wy-teampage .section-pad {
padding-block: 72px;
}

.wy-teampage .hero {
padding-block: 32px 56px;
}

.wy-teampage .breadcrumbs {
margin-bottom: 24px;
}

.wy-teampage .hero h1 {
margin-bottom: 20px;
    font-size: clamp(38px, 11vw, 52px);
    line-height: 1.18;
}

.wy-teampage .hero-lead {
font-size: 17px;
}

.wy-teampage .hero-actions {
display: grid;
    grid-template-columns: 1fr;
}

.wy-teampage .button {
width: 100%;
}

.wy-teampage .route-board {
min-height: 490px;
}

.wy-teampage .route-head {
display: block;
    padding: 22px 20px 4px;
}

.wy-teampage .route-head p {
margin-bottom: 3px;
}

.wy-teampage .route-head strong {
font-size: 18px;
}

.wy-teampage .route-stops {
grid-template-columns: repeat(5, minmax(64px, 1fr));
    gap: 0;
    margin: 20px 12px 0;
}

.wy-teampage .route-stops li {
font-size: 11px;
    line-height: 1.35;
}

.wy-teampage .city-line-wrap {
right: -24%;
    bottom: 58px;
    left: -24%;
    height: 65%;
}

.wy-teampage .route-board figcaption {
right: 16px;
    bottom: 14px;
    left: 16px;
    font-size: 11px;
}

.wy-teampage .section-heading h2, .wy-teampage .complexity-intro h2, .wy-teampage .partnership-copy h2, .wy-teampage .faq-intro h2 {
font-size: 34px;
}

.wy-teampage .section-heading p, .wy-teampage .complexity-intro p, .wy-teampage .partnership-copy p, .wy-teampage .faq-intro p {
font-size: 16px;
}

.wy-teampage .problem-map {
grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
}

.wy-teampage .problem-core {
grid-column: auto;
}

.wy-teampage .problem-node {
min-height: 112px;
}

.wy-teampage .complexity-list article {
padding-left: 34px;
}

.wy-teampage .complexity-list h3 {
font-size: 22px;
}

.wy-teampage .method-visual {
padding: 10px;
}

.wy-teampage .method-visual figcaption {
font-size: 12px;
}

.wy-teampage .method-list li {
padding-left: 66px;
}

.wy-teampage .method-principle {
margin-top: 36px;
    padding: 22px;
    font-size: 21px;
    text-align: left;
}

.wy-teampage .lawyer-card {
grid-template-columns: 112px minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
}

.wy-teampage .lawyer-photo {
grid-row: 1;
}

.wy-teampage .lawyer-title h3 {
font-size: 26px;
}

.wy-teampage .lawyer-title p, .wy-teampage .lawyer-firm {
font-size: 12px;
}

.wy-teampage .lawyer-bio, .wy-teampage .practice-tags, .wy-teampage .lawyer-details, .wy-teampage .lawyer-links {
grid-column: 1 / -1;
}

.wy-teampage .lawyer-main {
display: contents;
}

.wy-teampage .lawyer-title {
grid-column: 2;
}

.wy-teampage .lawyer-firm {
grid-column: 1 / -1;
    margin-top: 2px;
}

.wy-teampage .lawyer-bio {
margin-top: 2px;
}

.wy-teampage .collaboration-note {
padding: 24px;
}

.wy-teampage .partnership-path::before {
left: 17px;
}

.wy-teampage .partnership-path li {
min-height: 110px;
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 18px 18px 18px 52px;
}

.wy-teampage .partnership-path li::before {
left: 10px;
}

.wy-teampage .values-panel {
padding: 32px 24px;
}

.wy-teampage .values-content {
grid-template-columns: 1fr;
}

.wy-teampage .values-content .vision-block {
grid-column: auto;
}

.wy-teampage .faq-list summary {
padding-left: 18px;
    font-size: 16px;
}

.wy-teampage .faq-list details p {
padding-right: 18px;
    padding-left: 18px;
}

.wy-teampage .contact-panel {
grid-template-columns: 1fr;
    padding: 28px 22px;
}

.wy-teampage .qr-card {
width: min(100%, 260px);
    justify-self: center;
}
}

@media (max-width: 390px) {
.wy-teampage {
--page: calc(100% - 24px);
}

.wy-teampage .hero h1 {
font-size: 37px;
}

.wy-teampage .route-board {
min-height: 470px;
}

.wy-teampage .route-stops li span {
display: inline-block;
    max-width: 3em;
}

.wy-teampage .lawyer-card {
grid-template-columns: 96px minmax(0, 1fr);
}

.wy-teampage .lawyer-details div {
grid-template-columns: 66px minmax(0, 1fr);
}
}

@media (prefers-reduced-motion: reduce) {
.wy-teampage *::before, .wy-teampage *::after {
scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
}
}

@media print {
.wy-teampage .hero-actions, .wy-teampage .contact-section {
display: none;
}

.wy-teampage .section-pad {
padding-block: 32px;
}
}

/* —— 2.5.0 新增：四人层级（核心协同大卡 + 团队律师与专业支持次级卡） —— */
.wy-teampage .team-level-heading {
	margin: 0 0 22px;
	color: var(--forest-deep);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.wy-teampage .team-level-heading--minor {
	margin-top: 56px;
}

.wy-teampage .lawyer-grid--minor {
	margin-top: 0;
}

/* 次级卡仅在宽屏做差异化；≤980px 时完全沿用 A 版共享卡片断点规则，避免覆盖移动端布局 */
@media (min-width: 981px) {
	.wy-teampage .lawyer-card--minor {
		grid-template-columns: 150px minmax(0, 1fr);
		gap: 20px;
		padding: 20px;
	}

	.wy-teampage .lawyer-card--minor .lawyer-title h3 {
		font-size: 24px;
	}

	.wy-teampage .lawyer-card--minor .lawyer-bio {
		font-size: 14px;
	}
}
