.team-editorial-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(249,115,22,.035) 1px, transparent 1px),
    linear-gradient(rgba(249,115,22,.035) 1px, transparent 1px),
    var(--color-bg-page);
  background-size: 48px 48px;
}
.team-editorial-shell { padding-top: 2rem; }
.team-editorial-back {
  display: inline-flex; align-items: center; gap: .65rem;
  min-height: 44px; color: var(--color-text-muted); font-size: .75rem;
  font-weight: 700; letter-spacing: .12em; text-decoration: none;
}
.team-editorial-back span { color: var(--color-primary); font-size: 1.2rem; transition: transform .2s ease; }
.team-editorial-back:hover span { transform: translateX(-4px); }
.team-editorial-grid {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  align-items: center; gap: clamp(3rem, 7vw, 7rem); min-height: 650px;
  padding: 2.5rem 1.5rem 5.5rem;
}
.team-editorial-copy { position: relative; z-index: 2; padding-left: clamp(0rem, 3vw, 3rem); }
.team-editorial-kicker { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.75rem; color: var(--color-primary); }
.team-editorial-kicker span { font-family: var(--font-mono); font-size: .875rem; font-weight: 700; }
.team-editorial-kicker i { display: block; width: 72px; height: 1px; background: var(--color-primary); }
.team-editorial-kicker b { font-size: .75rem; letter-spacing: .3em; }
.team-editorial-copy h1 {
  margin: 0; color: var(--color-text-primary); font-family: var(--font-heading);
  font-size: clamp(4.5rem, 8vw, 7.25rem); font-weight: 800; line-height: .95;
  letter-spacing: -.06em;
}
.team-editorial-identity { display: flex; align-items: center; gap: 1rem; margin-top: 1.6rem; }
.team-editorial-name-en { font-family: var(--font-mono); color: var(--color-text-muted); font-size: .875rem; letter-spacing: .16em; text-transform: uppercase; }
.team-editorial-role { display: inline-flex; align-items: center; min-height: 34px; padding: .35rem 1rem; border-radius: var(--radius-full); background: var(--color-primary); color: #fff; font-size: .875rem; font-weight: 700; }
.team-editorial-lead { max-width: 610px; margin: 2.25rem 0 0; color: var(--color-text-body); font-size: 1.125rem; line-height: 2; }
.team-editorial-read {
  display: inline-flex; align-items: center; gap: .8rem; min-height: 44px; margin-top: 2rem;
  color: var(--color-text-primary); font-size: .8125rem; font-weight: 700; letter-spacing: .08em;
  text-decoration: none; border-bottom: 1px solid var(--color-text-primary);
}
.team-editorial-read span { color: var(--color-primary); }
.team-editorial-visual { position: relative; min-height: 520px; display: flex; align-items: center; justify-content: center; }
.team-editorial-orange-block {
  position: absolute; width: 330px; height: 410px; right: 1rem; top: 4rem;
  background: var(--gradient-primary); border-radius: 1rem 7rem 1rem 1rem;
  transform: rotate(4deg);
}
.team-editorial-portrait {
  position: relative; z-index: 2; width: 350px; margin: 0 2.5rem 0 0;
  border: 12px solid #fff; border-bottom-width: 0; border-radius: 1.25rem 1.25rem 0 0;
  background: #eef1f5; box-shadow: 0 30px 70px rgba(15,23,42,.18);
}
.team-editorial-portrait img { display: block; width: 100%; height: 430px; object-fit: cover; object-position: center top; border-radius: .55rem .55rem 0 0; }
.team-editorial-portrait figcaption {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  min-height: 58px; padding: 0 1.2rem; background: #fff; color: var(--color-text-primary);
}
.team-editorial-portrait figcaption span { font-size: .65rem; font-weight: 800; letter-spacing: .2em; }
.team-editorial-portrait figcaption b { color: var(--color-primary); font-family: var(--font-mono); font-size: .75rem; }
.team-editorial-vertical {
  position: absolute; right: -4.2rem; top: 50%; color: var(--color-text-placeholder);
  font-family: var(--font-mono); font-size: .625rem; letter-spacing: .18em;
  transform: rotate(90deg) translateY(-50%); transform-origin: center;
}

.team-detail-body-section { position: relative; background: var(--color-white); scroll-margin-top: 90px; }
.team-article-layout {
  display: grid; grid-template-columns: 140px minmax(0, 780px); justify-content: center;
  gap: clamp(2rem, 6vw, 6rem); padding: 2rem 0 5rem;
}
.team-article-aside { position: sticky; top: 110px; align-self: start; display: flex; flex-direction: column; color: var(--color-text-primary); }
.team-article-aside span { color: var(--color-primary); font-size: .6875rem; font-weight: 800; letter-spacing: .24em; }
.team-article-aside strong { margin-top: .65rem; font-family: var(--font-mono); font-size: 3.5rem; line-height: 1; }
.team-article-aside i { width: 1px; height: 88px; margin: 1.5rem 0; background: var(--color-divider); }
.team-article-aside small { color: var(--color-text-muted); font-size: .75rem; line-height: 1.8; letter-spacing: .08em; }
.team-rich-content { min-width: 0; color: var(--color-text-body); font-size: 1.0625rem; line-height: 2; overflow-wrap: anywhere; }
.team-rich-content h2, .team-rich-content h3, .team-rich-content h4 {
  position: relative; margin: 3.25rem 0 1.35rem; padding: 0 0 .9rem;
  border-bottom: 1px solid var(--color-divider); color: var(--color-text-primary); line-height: 1.3;
}
.team-rich-content h2 { font-size: clamp(1.75rem, 3vw, 2.4rem); }
.team-rich-content h3 { font-size: 1.45rem; }
.team-rich-content h2::after, .team-rich-content h3::after {
  content: ''; position: absolute; left: 0; bottom: -1px; width: 54px; height: 3px; background: var(--color-primary);
}
.team-rich-content h2:first-child, .team-rich-content h3:first-child { margin-top: 0; }
.team-rich-content p, .team-rich-content ul, .team-rich-content ol, .team-rich-content blockquote { margin: 0 0 1.5rem; }
.team-rich-content ul, .team-rich-content ol { padding-left: 1.5rem; }
.team-rich-content li { margin-bottom: .55rem; }
.team-rich-content a { color: var(--color-primary-dark); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.team-rich-content img { display: block; max-width: 100%; height: auto; margin: 2.25rem auto; border-radius: var(--radius-md); box-shadow: var(--shadow-md); }
.team-rich-content blockquote { padding: 1.4rem 1.6rem; border-left: 3px solid var(--color-primary); background: var(--color-primary-50); color: var(--color-text-secondary); }
.team-rich-content table { width: 100%; margin: 0 0 2rem; border-collapse: separate; border-spacing: 1.5rem 0; table-layout: fixed; }
.team-rich-content td,
.team-rich-content th { width: 50%; padding: 0; vertical-align: top; border: 0; }
.team-rich-content td > :first-child,
.team-rich-content th > :first-child { margin-top: 0; }
.team-detail-navigation {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; max-width: 1060px;
  margin: 0 auto; padding: 2rem 0; border-top: 1px solid var(--color-divider); color: var(--color-text-primary);
}
.team-nav-side { display: flex; flex-direction: column; align-items: flex-start; min-height: 48px; }
.team-nav-side small { margin-bottom: .3rem; color: var(--color-text-placeholder); font-size: .625rem; font-weight: 700; letter-spacing: .13em; }
.team-nav-side a, .team-nav-back { color: var(--color-text-primary); text-decoration: none; }
.team-nav-side a { font-size: 1rem; font-weight: 700; }
.team-nav-next { align-items: flex-end; text-align: right; }
.team-nav-back { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .65rem 1.3rem; border: 1px solid var(--color-divider); border-radius: var(--radius-full); font-size: .8125rem; font-weight: 700; }
.team-nav-back:hover { border-color: var(--color-primary); color: var(--color-primary-dark); }
.team-editorial-back:focus-visible, .team-editorial-read:focus-visible, .team-nav-side a:focus-visible, .team-nav-back:focus-visible { outline: 3px solid var(--color-primary-200); outline-offset: 4px; }
.team-not-found { min-height: 60vh; display: flex; align-items: center; }
.team-not-found p { margin: 1rem 0 1.5rem; color: var(--color-text-muted); }

@media (max-width: 1024px) {
  .team-editorial-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr); gap: 2rem; }
  .team-editorial-copy h1 { font-size: clamp(4rem, 9vw, 6rem); }
  .team-editorial-orange-block { width: 280px; height: 360px; }
  .team-editorial-portrait { width: 300px; margin-right: 1.5rem; }
  .team-editorial-portrait img { height: 380px; }
}

@media (max-width: 768px) {
  .team-editorial-shell { padding-top: 1rem; }
  .team-editorial-grid { grid-template-columns: 1fr; min-height: 0; gap: 2rem; padding: 1.75rem 0 4rem; }
  .team-editorial-copy { padding: 0 .25rem; }
  .team-editorial-copy h1 { font-size: clamp(3.5rem, 19vw, 5rem); }
  .team-editorial-identity { flex-wrap: wrap; }
  .team-editorial-lead { margin-top: 1.6rem; font-size: 1rem; line-height: 1.85; }
  .team-editorial-visual { min-height: 440px; }
  .team-editorial-orange-block { width: 260px; height: 330px; right: calc(50% - 150px); top: 3rem; }
  .team-editorial-portrait { width: min(290px, 82vw); margin: 0; border-width: 8px; border-bottom-width: 0; }
  .team-editorial-portrait img { height: 350px; }
  .team-editorial-vertical { display: none; }
  .team-article-layout { grid-template-columns: 1fr; gap: 2rem; padding: 1rem 0 3.5rem; }
  .team-article-aside { position: static; display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: .8rem; }
  .team-article-aside strong { margin: 0; font-size: 2rem; }
  .team-article-aside i { width: 100%; height: 1px; margin: 0; }
  .team-article-aside small { grid-column: 1 / -1; }
  .team-rich-content { font-size: 1rem; line-height: 1.9; }
  .team-rich-content h2 { margin-top: 2.5rem; }
  .team-detail-navigation { grid-template-columns: 1fr 1fr; gap: 1rem; padding-bottom: 1rem; }
  .team-nav-back { grid-column: 1 / -1; grid-row: 1; }
  .team-nav-side { grid-row: 2; }
}

@media (prefers-reduced-motion: reduce) {
  .team-editorial-back span { transition: none; }
  .team-editorial-back:hover span { transform: none; }
}