/* 招贤纳士 · 职业发展（原型 2.0 内容区）
   作用域：.xcpath，避免与全站 .section / .btn / .site-footer 冲突 */

body.recruit-page .recruit-body.xcpath {
  background: #fff;
  padding-top: 0;
  padding-bottom: 10px;
}

.xcpath {
  --blue-50: #F2F8FF;
  --blue-100: #E3F0FF;
  --blue-200: #C6E1FC;
  --blue-300: #9CCBFA;
  --blue-600: #0066CC;
  --blue-700: #0052A6;
  --blue-900: #0A2C5E;
  --theme-blue: #0050be;
  --fg-strong: #0F1B2A;
  --fg-body: #35455A;
  --fg-muted: #5E7089;
  --fg-faint: #8B9BAD;
  --fg-on-dark: #C9D8EE;
  --fg-on-dark-strong: #F2F8FF;
  --bg-subtle: #F5F7FA;
  --bg-deep: #071322;
  --border-1: #E3EAF3;
  --border-2: #D3DCE7;
  --t-consulting: #0066CC;
  --t-tech: #128C5A;
  --t-data: #0D9488;
  --t-business: #F97223;
  --t-function: #B98A2F;
  --t-management: #6B7FA3;
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-6: 24px;
  --sp-8: 32px;
  --sp-12: 48px;
  --sp-16: 64px;
  --sp-24: 96px;
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-full: 999px;
  --sh-1: 0 1px 2px rgba(10, 30, 60, .05);
  --sh-2: 0 4px 16px rgba(10, 30, 60, .07);
  --dur-micro: 120ms;
  --dur-state: 200ms;
  --dur-entrance: 480ms;
  --ease-out: cubic-bezier(.2, .7, .3, 1);
  --ease-state: cubic-bezier(.4, 0, .2, 1);
  color: var(--fg-body);
}

.xcpath a { text-decoration: none; }
.xcpath ul, .xcpath ol { margin: 0; padding: 0; list-style: none; }
.xcpath h1, .xcpath h2, .xcpath h3, .xcpath p { margin: 0; }

/* 区块标题：复用 careers 页 xclife-intro__kicker + 大标题（图3） */
/* 区块：封面 / 通道内页共用基础间距；相邻去顶距仅通道内页 */
.xcpath .xcpath-section { padding: 55px 0; }
.xcpath--channel .xcpath-section + .xcpath-section { padding-top: 0; }

.xcpath .xcpath-section--band {
  padding: var(--sp-16) 0;
  background: #f8fbff;
}
.xcpath .xcpath-section--band + .xcpath-section {
  padding-top: var(--sp-16);
}
.xcpath .xcpath-section-head { margin-bottom: var(--sp-8); }
.xcpath .xcpath-section-head .xclife-intro__kicker {
  margin-bottom: 6px;
  letter-spacing: .12em;
}
.xcpath .xcpath-section-head h2 {
  margin-top:8px;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}
.xcpath .xcpath-h3 {
  color: var(--fg-strong);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.xcpath .xcpath-body-lg { font-size: 17px; line-height: 1.75; }
.xcpath .xcpath-caption { font-size: 14px; line-height: 1.6; color: var(--fg-muted);
  margin-top: 20px;
}
.xcpath .xcpath-lede {
  margin-top: var(--sp-4);
  max-width: 720px;
  color: var(--fg-muted);
}
.xcpath .mono { font-variant-numeric: tabular-nums; }

.xcpath .xcpath-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  height: 44px;
  padding: 0 20px;
  border-radius: var(--r-sm);
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transition: background var(--dur-state) var(--ease-state),
              border-color var(--dur-state) var(--ease-state),
              color var(--dur-state) var(--ease-state);
}
.xcpath .xcpath-btn--secondary {
  background: #fff;
  border-color: var(--border-2);
  color: var(--fg-strong);
}
.xcpath .xcpath-btn--secondary:hover {
  border-color: var(--blue-600);
  color: var(--blue-600);
  background: var(--blue-50);
}

/* 通道图标 */
.xcpath-track-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 28px;
  height: 28px;
  color: var(--tc, var(--theme-blue));
}
.xcpath-track-ico img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.xcpath-track-ico svg {
  width: 16px;
  height: 16px;
}
.xcpath-dot {
  display: inline-block;
  flex: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tc, var(--theme-blue));
}

/* 数字带：与 .case-result-value（业务价值卡片）同款 */
.xcpath-stats {
  border-bottom: none;
  margin: 0;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}
.xcpath-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
  padding: var(--sp-8) 0;
}
.xcpath-stat { text-align: center; min-width: 0; }
.xcpath-stat__num {
  font-variant-numeric: tabular-nums;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: #0050be;
}
.xcpath-stat__num .unit {
  margin-left: 2px;
  font-size: 18px;
  color: var(--fg-muted);
}
.xcpath-stat__label {
  margin-top: var(--sp-1);
  font-size: 16px;
  color: var(--fg-muted);
}

/* 矩阵：字号统一 16px；左侧通道列收窄，职级名尽量单行 */
.xcpath-matrix-wrap { position: relative; }
.xcpath-matrix {
  display: grid;
  grid-template-columns: 136px repeat(6, minmax(0, 1fr));
  gap: 10px;
  font-size: 16px;
}
.xcpath-matrix__axis-cell {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  font-variant-numeric: tabular-nums;
  font-size: 16px;
  font-weight: 600;
  color: var(--fg-muted);
  border-bottom: 1px solid var(--border-2);
  white-space: nowrap;
}
.xcpath-matrix__axis-cell .lv-name {
  font-weight: 500;
  color: var(--fg-body);
  font-size: 16px;
}
.xcpath-matrix__corner {
  display: flex;
  align-items: flex-end;
  padding-bottom: var(--sp-2);
  font-size: 16px;
  color: var(--fg-muted);
  border-bottom: 1px solid var(--border-2);
  white-space: nowrap;
}
.xcpath-matrix__track-axis {
  position: sticky;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-height: 80px;
  padding-right: 6px;
  background: #fff;
}
.xcpath-matrix__track-name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--fg-strong);
  line-height: 1.3;
  white-space: nowrap;
}

.xcpath-role {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 18px 16px 18px 18px;
  background: #fff;
  border: 1px solid var(--border-1);
  border-left: 3px solid color-mix(in srgb, var(--tc) calc(var(--tc-o, .4) * 100%), transparent);
  border-radius: var(--r-md);
  box-shadow: var(--sh-1);
  font-size: 16px;
  transition: border-color 180ms var(--ease-state),
              transform 180ms var(--ease-state),
              box-shadow 180ms var(--ease-state),
              opacity var(--dur-state) var(--ease-state);
}
.xcpath-role__code {
  position: absolute;
  top: 6px;
  right: 10px;
  font-variant-numeric: tabular-nums;
  font-size: 12px;
  color: var(--fg-muted);
}
.xcpath-role__name {
  font-size: 16px;
  font-weight: 400;
  color: var(--fg-body);
  line-height: 26px;
}
.xcpath-role__name--long {
  font-size: 16px;

}
.xcpath-role--l4,
.xcpath-role--l5 { background: var(--tint); }
.xcpath-role--l4 .xcpath-role__name,
.xcpath-role--l5 .xcpath-role__name { font-weight: 500; }
.xcpath-role--l4 { border-left-color: color-mix(in srgb, var(--tc) 85%, transparent); }
.xcpath-role--l5 { border-left-color: var(--tc); }
.xcpath-role--l6 {
  background: var(--tc-deep);
  border-color: var(--tc-deep);
}
.xcpath-role--l6 .xcpath-role__name { color: #fff; }
.xcpath-role--l6 .xcpath-role__code { color: rgba(255, 255, 255, .75); }
a.xcpath-role--l6:hover {
  box-shadow: var(--sh-2);
  transform: translateY(-2px);
}
.xcpath-role--empty {
  justify-content: center;
  background: repeating-linear-gradient(45deg, rgba(15, 27, 42, .015) 0 6px, transparent 6px 12px), #fff;
  border: 1px dashed var(--border-2);
  box-shadow: none;
  transform: none !important;
}
.xcpath-role--empty .xcpath-role__empty-text {
  font-size: 16px;
  color: var(--fg-muted);
  white-space: nowrap;
}

/* CEO 条：网站主题蓝 #0050be */
.xcpath-ceo {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--sp-6);
  padding: var(--sp-6) var(--sp-8);
  background: var(--theme-blue);
  border-radius: var(--r-lg);
  border: none;
}
.xcpath-ceo__badge {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #fbf9c2;
  letter-spacing: .18em;
  white-space: nowrap;
}
.xcpath-ceo__title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .04em;
  white-space: nowrap;
}
.xcpath-ceo__desc {
  flex: 1;
  max-width: 780px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, .92);
  text-align: left;
}
.xcpath-ceo__desc p {
  margin: 0;
}

.xcpath-matrix.has-focus .xcpath-role:not(.is-focus),
.xcpath-matrix.has-focus .xcpath-matrix__track-axis:not(.is-focus) { opacity: .3; }
.xcpath-matrix .xcpath-role,
.xcpath-matrix .xcpath-matrix__track-axis {
  transition: opacity var(--dur-state) var(--ease-state);
}

/* 双轨 */
.xcpath-dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-6);
  align-items: stretch;
}
.xcpath-dual__card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border-1);
  border-radius: var(--r-md);
  padding: var(--sp-8);
  background: #fff;
}
.xcpath-dual__tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: var(--sp-3);
  font-size: 16px;
  color: var(--fg-muted);
}
.xcpath-dual__card .xcpath-h3 {
  margin-bottom: 0;
}
.xcpath-dual__card p {
  margin-top: var(--sp-3);
  color: var(--fg-muted);
  font-size: 16px;
  line-height: 1.75;
}
.xcpath-dual__tracks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: var(--sp-6);
}
.xcpath-dual__tracks--grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* 双轨内入口：色条 + 浅底；宽度随文字，不强制铺满 */
.xcpath-dual .xcpath-pill {
  display: inline-flex;
  width: auto;
  justify-content: center;
  height: 42px;
  padding: 0 16px;
  border-radius: 5px;
  border: 1px solid var(--border-1);
  border-left: 3px solid var(--tc, var(--theme-blue));
  background: #f8fafc;
  background: color-mix(in srgb, var(--tc, var(--theme-blue)) 7%, #fff);
  font-size: 15px;
  font-weight: 500;
  color: var(--fg-strong);
  box-sizing: border-box;
  transition: background var(--dur-state) var(--ease-state),
              border-color var(--dur-state) var(--ease-state),
              transform var(--dur-micro) var(--ease-state);
}
.xcpath-dual .xcpath-pill:hover {
  background: color-mix(in srgb, var(--tc, var(--theme-blue)) 14%, #fff);
  border-color: color-mix(in srgb, var(--tc, var(--theme-blue)) 35%, var(--border-1));
  color: var(--fg-strong);
  transform: translateY(-1px);
}

.xcpath-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 16px;
  border-radius: 5px;
  border: 1px solid var(--border-2);
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: var(--fg-body);
}
a.xcpath-pill:hover { border-color: var(--tc); color: var(--fg-strong); }

/* 通道卡片 */
.xcpath-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
}
.xcpath-card {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  padding: var(--sp-6);
  border: 1px solid var(--border-1);
  border-radius: var(--r-md);
  background: #fff;
  box-shadow: var(--sh-1);
  transition: transform 180ms var(--ease-state), box-shadow 180ms var(--ease-state),
              border-color var(--dur-state) var(--ease-state);
}
.xcpath-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-2);
  border-color: color-mix(in srgb, var(--tc) 40%, var(--border-1));
}
.xcpath-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
}
.xcpath-card__name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: var(--fg-strong);
  transition: color var(--dur-state) var(--ease-state);
}
.xcpath-card:hover .xcpath-card__name {
  color: #0050be;
}
.xcpath-card__arrow {
  display: block;
  width: 20px;
  height: 20px;
  flex: none;
  background: url(../images/icon-arrow-black.png) center / 16px auto no-repeat;
  transition: transform var(--dur-state) var(--ease-state),
              background-image var(--dur-state) var(--ease-state);
}
.xcpath-card:hover .xcpath-card__arrow {
  background-image: url(../images/icon-arrow.png);
  transform: translateX(4px);
}
.xcpath-card__desc {
  color: var(--fg-muted);
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

/* 通道详情 Hero（子页中间区顶部） */
.xcpath-track-hero {
  position: relative;
  margin: 0 0 var(--sp-12);
  padding: var(--sp-12) 0;
  background: var(--bg-deep);
  border-radius: 0 0 var(--r-lg) var(--r-lg);
}
.xcpath-track-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--tc, var(--blue-600));
  opacity: .9;
}
.xcpath-track-hero .xclife-intro__kicker { color: var(--blue-300); }
.xcpath-track-hero .xcpath-display {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}
.xcpath-track-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--tc);
  flex: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .12);
}
.xcpath-track-hero__desc {
  margin-top: var(--sp-3);
  max-width: 720px;
  color: var(--fg-on-dark);
}
.xcpath-track-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  margin-top: var(--sp-4);
}
.xcpath-track-hero .xcpath-pill {
  background: transparent;
  border-color: rgba(255, 255, 255, .28);
  color: var(--fg-on-dark-strong);
}
.xcpath-scope-pills {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  margin-top: var(--sp-4);
}

/* 晋升阶梯 */
.xcpath-ladder {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
}
.xcpath-ladder::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--tc);
  transform-origin: top center;
}
html.has-js .xcpath-ladder::before {
  transform: scaleY(0);
}
html.has-js .xcpath-ladder.is-drawn::before {
  transition: transform 900ms var(--ease-out);
  transform: scaleY(1);
}
.xcpath-ladder__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}
.xcpath-ladder-item {
  display: flex;
  align-items: center;
  gap: var(--sp-6);
}
.xcpath-ladder-item__dot {
  position: relative;
  z-index: 1;
  flex: none;
  width: 56px;
  display: flex;
  justify-content: center;
}
.xcpath-ladder-item__dot-inner {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--tc);
}
.xcpath-ladder-item__body { flex: 1; min-width: 0; }
.xcpath-ladder-item .xcpath-role { width: 100%; }
.xcpath-ladder-note {
  margin-top: var(--sp-4);
  text-align: center;
}
.xcpath-ladder-item--empty .xcpath-ladder-item__dot-inner {
  border-style: dashed;
  background: var(--bg-subtle);
}

/* 顶端角色卡 */
.xcpath-apex {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: var(--sp-8);
  align-items: center;
  padding: var(--sp-8);
  background: #061530;
  border-radius: var(--r-lg);
  position: relative;
  overflow: hidden;
  -webkit-border-radius: var(--r-lg);
  -moz-border-radius: var(--r-lg);
  -ms-border-radius: var(--r-lg);
  -o-border-radius: var(--r-lg);
}
.xcpath-apex::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #B98A2F;
}
.xcpath-apex__abbr {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  color: #fff;
  letter-spacing: .04em;
}
.xcpath-apex__abbr small {
  display: block;
  margin-top: var(--sp-2);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .35em;
  color: #B98A2F;
}
.xcpath-apex__body h3,
.xcpath-apex__body .xcpath-h3 { color: #fff; }
.xcpath-apex__body p {
  margin-top: var(--sp-2);
  color: var(--fg-on-dark);
}

/* 相邻通道 */
.xcpath-pager {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-6);
}
.xcpath-pager-card {
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
  min-height: 44px;
  padding: var(--sp-4) var(--sp-6);
  border: 1px solid var(--border-1);
  border-radius: var(--r-md);
  background: #fff;
  transition: border-color var(--dur-state) var(--ease-state),
              box-shadow 180ms var(--ease-state),
              transform 180ms var(--ease-state);
}
.xcpath-pager-card:hover {
  border-color: color-mix(in srgb, var(--tc) 40%, var(--border-1));
  box-shadow: var(--sh-2);
  transform: translateY(-2px);
}
.xcpath-pager-card__label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--fg-muted);
}
.xcpath-pager-card__arrow {
  display: block;
  width: 16px;
  height: 16px;
  flex: none;
  background: url(../images/icon-arrow-black.png) center / 14px auto no-repeat;
  transition: transform var(--dur-state) var(--ease-state),
              background-image var(--dur-state) var(--ease-state);
}
.xcpath-pager-card--prev .xcpath-pager-card__arrow { transform: rotate(180deg); }
.xcpath-pager-card--prev:hover .xcpath-pager-card__arrow {
  background-image: url(../images/icon-arrow.png);
  transform: rotate(180deg) translateX(-3px);
}
.xcpath-pager-card--next:hover .xcpath-pager-card__arrow {
  background-image: url(../images/icon-arrow.png);
  transform: translateX(3px);
}
.xcpath-pager-card__name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--fg-strong);
}
.xcpath-pager-card__name a {
  color: inherit;
  text-decoration: none;
}
.xcpath-pager-card__name a:hover {
  color: #0050be;
}
.xcpath-pager-card--next { text-align: right; }
.xcpath-pager-card--next .xcpath-pager-card__name { justify-content: flex-end; }
.xcpath-pager-card--next .xcpath-pager-card__label { justify-content: flex-end; }
.xcpath-back {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

/* 底部加入区 */
.xcpath-join-section { margin-top: 20px; padding-bottom: var(--sp-16); }
.xcpath-join {
  padding: 48px 40px;
  border-radius: 12px;
  background-image: url(../images/bg-carrers.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.xcpath-join h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.4;
}
.xcpath-join p {
  max-width: 560px;
  margin: 15px auto 24px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
.xcpath-join__actions { overflow: hidden; }
.xcpath-join__btn {
  display: inline-block;
  min-width: 140px;
  height: 44px;
  margin: 0 8px 8px;
  padding: 0 22px;
  border-radius: 22px;
  font-size: 16px;
  line-height: 44px;
  text-decoration: none;
  box-sizing: border-box;
}
.xcpath-join__btn--primary { color: #0050be; background: #fff; }
.xcpath-join__btn--primary:hover { color: #0050be; background: #eef4ff; }
.xcpath-join__btn--ghost {
  color: #fff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .35);
  line-height: 42px;
}
.xcpath-join__btn--ghost:hover { background: rgba(255, 255, 255, .22); color: #fff; }

/* 滚动渐入 */
html.has-js .xcpath .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity var(--dur-entrance) var(--ease-out),
              transform var(--dur-entrance) var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}
html.has-js .xcpath .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1199px) {
  .xcpath-matrix-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .xcpath-matrix {
    width: max-content;
    grid-template-columns: 48px repeat(6, minmax(148px, 1fr));
  }
  .xcpath-matrix__track-axis { min-height: 80px; padding-right: 4px; align-items: center; }
  .xcpath-matrix__track-name .tn-text { display: none; }
  .xcpath-matrix__track-name { justify-content: center; }
  .xcpath-ceo { flex-wrap: wrap; gap: var(--sp-4); }
  .xcpath-ceo__desc { text-align: center; }
  .xcpath-cards { grid-template-columns: repeat(2, 1fr); }
  .xcpath-dual { grid-template-columns: 1fr; }
  .xcpath .xcpath-section-head h2 { font-size: 24px; }
}

@media (max-width: 767px) {
  body.recruit-page .recruit-body.xcpath { padding-top: 0; }
  .xcpath-stats__grid { gap: var(--sp-4); }
  .xcpath-stat__num { font-size: 32px; }
  .xcpath .xcpath-section { padding: var(--sp-12) 0; }
  .xcpath--channel .xcpath-section + .xcpath-section { padding-top: 0; }
  .xcpath .xcpath-section-head h2 { font-size: 22px; }
  .xcpath .xcpath-body-lg { font-size: 16px; }
  .xcpath-matrix-scroll { overflow-x: visible; }
  .xcpath-matrix { width: 100%; grid-template-columns: 1fr; gap: var(--sp-4); }
  .xcpath-matrix__axis-cell,
  .xcpath-matrix__corner { display: none; }
  .xcpath-matrix__track-axis {
    position: static;
    min-height: 0;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 0 0 var(--sp-2);
    margin-bottom: var(--sp-2);
    border-bottom: 1px solid var(--border-1);
  }
  .xcpath-matrix__track-name .tn-text { display: inline; }
  .xcpath-role { min-height: 52px; padding: 12px 16px 12px 19px; }
  .xcpath-ceo {
    flex-direction: column;
    text-align: center;
    padding: var(--sp-6);
  }
  .xcpath-ceo__title { font-size: 18px; white-space: normal; }
  .xcpath-ceo__desc { text-align: center; font-size: 15px; }
  .xcpath-cards { grid-template-columns: 1fr; }
  .xcpath-track-hero { padding: var(--sp-8) 0; }
  .xcpath-track-hero .xcpath-display { font-size: 26px; }
  .xcpath-apex { grid-template-columns: 1fr; gap: var(--sp-4); padding: var(--sp-6); }
  .xcpath-apex__abbr { font-size: 44px; }
  .xcpath-pager { grid-template-columns: 1fr; }
  .xcpath-ladder-item { gap: var(--sp-3); }
  .xcpath-ladder-item__dot { width: 44px; }
  .xcpath-ladder::before { left: 21px; }
  .xcpath-join { padding: 36px 20px; }
  .xcpath-join h2 { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html.has-js .xcpath .reveal { opacity: 1; transform: none; }
  html.has-js .xcpath-ladder::before {
    transform: none !important;
    transition: none !important;
  }
  .xcpath-role,
  .xcpath-card,
  .xcpath-pager-card { transition: none !important; }
  .xcpath-card:hover { transform: none; }
}
