/* Local study patch: keep source layout/animation, remove only commercial embed behavior. */

/* CJK localization: extend the three brand font stacks with matching Chinese faces.
   orpheus-pro / domaine-text (serif) → Songti; domaine-sans-text (sans) → PingFang.
   Latin glyphs keep rendering in the original brand faces. */
:root {
  --primary-font: "yushi-orpheus", "Songti SC", "STSong", "Noto Serif SC", "Source Han Serif SC", serif;
  --secondary-font: "yushi-domaine-sans-text", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --tertiary-font: "yushi-domaine-text", "Songti SC", "STSong", "Noto Serif SC", "Source Han Serif SC", serif;
}

/* Keep the fixed navigation crisp on the Yushi homepage. The source header
   adds a blurred, dark gradient veil that trails the content while scrolling. */
.wr25-about .wr25-header .fade-blur {
  display: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.wr25-about .wr25-header .header-navbar-background {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
}

.wr25-about .wr25-header-navbar--inner {
  color: #e7e1d2 !important;
  transition: color 260ms ease;
}

.wr25-about.yushi-nav-on-light .wr25-header-navbar--inner {
  color: #570016 !important;
}

.wr25-about .wr25-header .wr25-logo {
  transition: opacity 260ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.wr25-about.yushi-nav-logo-hidden .wr25-header .wr25-logo {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
}

/* CJK has no true italics — keep translated quotes/footnotes upright instead of faux-oblique. */
#about--wwd-quote q,
#about--quote q,
#about--who-we-are .italic {
  font-style: normal;
}

/* Drop the Latin closing quote glyph after the CJK full stop. */
#about--wwd-quote q::after,
#about--quote q::after {
  content: none !important;
}

/* Slight tracking so Songti display headings breathe like the Latin serif does. */
#about--wwd-quote q,
#about--quote q,
.about--wwd-block--title {
  letter-spacing: 0.02em;
}
html:not(.yushi-logo-ready) #about-canvas-container canvas {
  opacity: 0;
}

#about-canvas-container canvas {
  transition: opacity 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-hero-logo-fallback {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(390px, 36.1vw, 520px);
  height: auto;
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: none;
  transition: opacity 260ms ease;
  will-change: opacity;
}

html.yushi-logo-ready .yushi-hero-logo-fallback {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  #about-canvas-container canvas {
    display: none !important;
  }

  html.yushi-logo-ready .yushi-hero-logo-fallback {
    opacity: 1;
  }
}

html.yushi-slogan-ready #about-hero-slogan svg {
  opacity: 0 !important;
  visibility: hidden !important;
}

#about-hero-slogan {
  z-index: 2;
  pointer-events: none;
}

.yushi-hero-slogan {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(1180px, calc(100vw - 80px));
  transform: translate(-50%, -50%);
  color: #eee5cd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(0.02em, 0.6vw, 0.12em);
  font-family: "Songti SC", "STSong", "Noto Serif SC", "Source Han Serif SC", serif;
  font-size: clamp(54px, 6.9vw, 112px);
  line-height: 0.94;
  font-weight: 700;
  letter-spacing: 0.045em;
  white-space: nowrap;
  text-align: center;
  opacity: var(--yushi-slogan-opacity, 0);
  filter: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  will-change: opacity, transform;
}

.yushi-slogan-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.04em, 0.45vw, 0.16em);
  white-space: nowrap;
  isolation: isolate;
}

.yushi-slogan-char {
  display: inline-block;
  position: relative;
  z-index: 0;
  color: #efe6cc;
  text-shadow:
    -0.004em -0.005em 0 rgba(255, 251, 229, 0.18),
    0.009em 0.012em 0 rgba(43, 0, 14, 0.22);
  opacity: 0;
  transform: translate3d(var(--yushi-char-x, 0), 0, 0);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 960ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.yushi-slogan-char::before,
.yushi-slogan-char::after {
  content: attr(data-char);
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.yushi-slogan-char::before {
  display: none;
}

.yushi-slogan-char::after {
  display: none;
}

.yushi-hero-slogan.is-visible .yushi-slogan-char {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 767px) {
  .yushi-hero-logo-fallback {
    width: min(78vw, 360px);
  }

  .yushi-hero-slogan {
    width: min(680px, calc(100vw - 44px));
    font-size: clamp(38px, 11.8vw, 58px);
    letter-spacing: 0.035em;
    gap: 0.1em;
  }

  .yushi-slogan-line {
    gap: 0.06em;
  }
}

.wr25-logo .logo > div {
  width: auto !important;
  height: auto !important;
}

.wr25-logo .logo > div > svg {
  display: none !important;
}

.wr25-logo .logo > div::before {
  content: "YUSHI CAPITAL";
  display: block;
  color: currentColor;
  font-family: var(--secondary-font, sans-serif);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.22em;
  white-space: nowrap;
}

/* Footer brand lockup: YS monogram + wordmark, all currentColor so it follows
   --footer-text and the footer link hover color exactly like the original logo. */
.yushi-footer-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.yushi-footer-mark {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
}

.yushi-footer-wordmark {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.yushi-footer-cn {
  font-family: var(--secondary-font, sans-serif);
  font-size: 19px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.yushi-footer-en {
  font-family: var(--secondary-font, sans-serif);
  font-size: 9.5px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.31em;
  text-transform: uppercase;
  opacity: 0.85;
}

/* Preserve the original footer artwork and typography; only give the existing
   lockup more vertical breathing room. */
.wr25-about .wr25-footer > div > div {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.yushi-footer-brand {
  flex: 0 0 clamp(238px, 19vw, 320px);
}

.yushi-footer-details {
  position: relative;
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: minmax(280px, 1.1fr) minmax(240px, 0.9fr) 44px 150px;
  align-items: start;
  gap: clamp(30px, 4vw, 58px);
  min-width: 0;
  padding-bottom: 30px;
  font-family: var(--secondary-font, sans-serif);
}

.yushi-footer-meta {
  display: block;
  margin-bottom: 14px;
  color: currentColor;
  font-size: 8px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.24em;
  opacity: 0.46;
}

.yushi-footer-address {
  margin: 0;
  font-style: normal;
}

.yushi-footer-address p,
.yushi-footer-contact a,
.yushi-footer-email {
  color: currentColor;
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.045em;
}

.yushi-footer-address p {
  margin: 0;
}

.yushi-footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.yushi-footer-contact a,
.yushi-footer-email {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.yushi-footer-contact a::after,
.yushi-footer-email::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.48;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-footer-contact a:hover::after,
.yushi-footer-contact a:focus-visible::after,
.yushi-footer-email:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.yushi-footer-wechat {
  position: relative;
  align-self: center;
  justify-self: end;
}

.yushi-footer-wechat > button {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: currentColor;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  list-style: none;
  transition: background-color 220ms ease, color 220ms ease;
}

.yushi-footer-wechat > button svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.yushi-footer-wechat > button:hover,
.yushi-footer-wechat > button:focus-visible,
.yushi-footer-wechat.is-open > button {
  background: rgba(0, 0, 0, 0.055);
  color: #111;
  outline: none;
}

.yushi-footer-qr {
  position: absolute;
  top: -52px;
  right: auto;
  bottom: auto;
  left: calc(100% + 16px);
  z-index: 20;
  width: 156px;
  padding: 10px 10px 11px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  background: #f6f3eb;
  color: #111;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-7px) scale(0.98);
  transform-origin: left center;
  transition: opacity 200ms ease, transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-footer-qr img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.yushi-footer-qr span {
  display: block;
  padding-top: 8px;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.16em;
  text-align: center;
}

.yushi-footer-wechat:hover .yushi-footer-qr,
.yushi-footer-wechat:focus-within .yushi-footer-qr,
.yushi-footer-wechat.is-open .yushi-footer-qr {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.yushi-footer-copyright {
  position: absolute;
  right: auto;
  bottom: 0;
  left: 0;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.06em;
  opacity: 0.58;
}

@media (min-width: 768px) and (max-width: 1150px) {
  .yushi-footer-brand {
    flex-basis: 200px;
  }

  .yushi-footer-details {
    grid-template-columns: minmax(220px, 1fr) minmax(210px, 0.9fr) 44px 130px;
    gap: 20px;
  }

  .yushi-footer-qr {
    left: calc(100% + 12px);
    width: 136px;
  }
}

@media (max-width: 767px) {
  .wr25-about .wr25-footer > div > div {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .wr25-about .wr25-footer > div > div > .flex {
    gap: 34px;
  }

  .yushi-footer-brand {
    order: 0 !important;
    flex-basis: auto;
    padding-bottom: 0 !important;
  }

  .yushi-footer-details {
    order: 1;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr) 44px;
    gap: 22px 16px;
    width: 100%;
    padding-bottom: 28px;
  }

  .yushi-footer-copyright {
    right: 0;
    left: auto;
  }

  .yushi-footer-address p,
  .yushi-footer-contact a,
  .yushi-footer-email {
    font-size: 11px;
  }

  .yushi-footer-qr {
    top: calc(100% + 14px);
    right: -4px;
    bottom: auto;
    left: auto;
    width: 184px;
    transform-origin: right top;
  }

  .yushi-footer-wechat.is-open {
    margin-bottom: 218px;
  }
}

@media (max-width: 520px) {
  .yushi-footer-details {
    grid-template-columns: minmax(0, 1fr) 44px;
  }

  .yushi-footer-address,
  .yushi-footer-contact {
    grid-column: 1;
  }

  .yushi-footer-contact {
    grid-row: 2;
  }

  .yushi-footer-wechat {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

.pixel-study-subscription-placeholder {
  width: 100%;
  height: 16px;
  display: block;
  border: 0;
  background: transparent;
}

.pixel-study-subscription-placeholder span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.pixel-study-file-notice {
  position: fixed;
  inset: 24px auto auto 24px;
  z-index: 2147483647;
  max-width: 420px;
  padding: 16px 18px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font: 14px/1.45 system-ui, sans-serif;
}

.pixel-study-file-notice a {
  color: #0b6257;
}

.pixel-study-cjk-heading {
  font-family: var(--primary-font, "yushi-orpheus"), "Songti SC", "STSong", "Noto Serif SC", "Source Han Serif SC", serif;
  color: #fff;
  letter-spacing: 0.02em;
  text-shadow:
    -0.012em -0.01em 0 rgba(255, 255, 255, 0.08),
    0.035em 0.04em 0 rgba(38, 0, 12, 0.18);
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.about--wwd-block.pixel-study-reveal-now .about--wwd-block--number,
.about--wwd-block.pixel-study-reveal-now .about--wwd-block--title,
.about--wwd-block.pixel-study-reveal-now .about--wwd-block--title *,
.about--wwd-block.pixel-study-reveal-now .about--wwd-block--content,
.about--wwd-block.pixel-study-reveal-now .about--wwd-block--content * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

#subscription {
  min-height: 0 !important;
}

#subscription .pixel-study-subscription-placeholder + .text-p-small {
  margin-top: 1rem !important;
}

/* --------------------------------------------------------------------------
   Yushi Capital homepage — company narrative after the preserved About block
   -------------------------------------------------------------------------- */

.yushi-editorial-shell {
  width: min(calc(100% - 64px), 1352px);
  margin-inline: auto;
}

.yushi-focus .yushi-editorial-shell {
  width: min(calc(100% - 112px), 1100px);
}

/* The preserved hero canvas is fixed by the original experience. Keep it in
   the hero, while allowing the new editorial chapters to form opaque planes
   above it once the reader moves beyond About. */
.yushi-focus,
.yushi-services,
.yushi-process,
.yushi-selected,
.yushi-closing {
  position: relative;
  z-index: 2;
  isolation: isolate;
}

.yushi-eyebrow {
  margin: 0;
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.yushi-focus {
  overflow: hidden;
  padding-block: clamp(76px, 7vw, 100px) clamp(84px, 7.5vw, 108px);
  background: #e7e1d2;
}

.yushi-focus-header {
  display: block;
  max-width: 940px;
  margin-inline: auto;
  padding-bottom: clamp(36px, 3.5vw, 48px);
  text-align: center;
}

.yushi-focus-header > .yushi-eyebrow {
  margin: 0 0 18px;
  color: #8b612d;
}

.yushi-focus-heading {
  display: block;
}

.yushi-focus-heading h2 {
  max-width: none;
  margin: 0;
  color: #570016;
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: clamp(36px, 3.1vw, 44px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.16;
  white-space: nowrap;
}

.yushi-focus-heading h2 span {
  display: inline;
}

.yushi-focus-heading > p {
  max-width: 720px;
  margin: 20px auto 0;
  color: rgba(0, 0, 0, 0.56);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.72;
}

.yushi-focus-heading strong {
  color: #570016;
  font-weight: 500;
}

.yushi-focus-clusters {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(36px, 6vw, 92px);
  border-top: 1px solid rgba(87, 0, 22, 0.25);
}

.yushi-focus-clusters > button {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(0, 0, 0, 0.42);
  text-align: left;
  cursor: pointer;
  transition: color 300ms ease;
}

.yushi-focus-clusters > button::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #570016;
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-focus-clusters > button:hover,
.yushi-focus-clusters > button:focus-visible,
.yushi-focus-clusters > button.is-active {
  color: #570016;
  outline: 0;
}

.yushi-focus-clusters > button.is-active::before,
.yushi-focus-clusters > button:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.yushi-focus-clusters span,
.yushi-focus-clusters small,
.yushi-focus-tab span,
.yushi-focus-tab small,
.yushi-focus-panel-cluster,
.yushi-focus-panel li,
.yushi-focus-accordion small,
.yushi-focus-accordion li {
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
}

.yushi-focus-clusters span {
  color: #a87637;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.yushi-focus-clusters strong {
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.035em;
}

.yushi-focus-clusters small {
  color: rgba(0, 0, 0, 0.34);
  font-size: 10px;
  letter-spacing: 0.06em;
}

.yushi-focus-explorer {
  display: flex;
  height: 390px;
  margin-top: clamp(24px, 2.5vw, 34px);
  border-block: 1px solid rgba(87, 0, 22, 0.24);
  overflow: hidden;
  background: #570016;
  color: #e7e1d2;
}

.yushi-focus-slice {
  position: relative;
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  background: #e7e1d2;
  transition:
    flex-basis 680ms cubic-bezier(0.22, 1, 0.36, 1),
    flex-grow 680ms cubic-bezier(0.22, 1, 0.36, 1),
    background 420ms ease;
}

.yushi-focus-slice + .yushi-focus-slice {
  margin-left: -1px;
}

.yushi-focus-slice.is-active {
  flex: 2.55 1 0;
  background: #570016;
}

.yushi-focus-slice:nth-child(3n + 2):not(.is-active) {
  background: #e1dbce;
}

.yushi-focus-slice:nth-child(3n):not(.is-active) {
  background: #ede8dc;
}

.yushi-focus-slice::after {
  position: absolute;
  top: -24px;
  bottom: -24px;
  right: 0;
  z-index: 4;
  width: 1px;
  background: rgba(87, 0, 22, 0.22);
  content: "";
  pointer-events: none;
  transform: rotate(2.4deg);
  transform-origin: top center;
  transition: background 420ms ease;
}

.yushi-focus-slice.is-active::after {
  background: rgba(231, 225, 210, 0.24);
}

.yushi-focus-tab {
  position: relative;
  z-index: 3;
  display: flex;
  flex: 1 1 auto;
  width: auto;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 30px 18px;
  border: 0;
  background: transparent;
  color: #570016;
  cursor: pointer;
  transition: color 360ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-focus-tab::before {
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  left: -15px;
  z-index: -1;
  background: rgba(87, 0, 22, 0.045);
  clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
  content: "";
  opacity: 0;
  transition: opacity 300ms ease;
}

.yushi-focus-tab span {
  position: absolute;
  top: 25px;
  left: 24px;
  color: #a87637;
  font-size: 10px;
  letter-spacing: 0.12em;
  transform: none;
}

.yushi-focus-tab strong {
  display: block;
  margin: 0;
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-align: center;
  writing-mode: horizontal-tb;
}

.yushi-focus-tab small {
  display: block;
  max-width: 116px;
  margin-top: 14px;
  color: rgba(0, 0, 0, 0.36);
  font-size: 9px;
  line-height: 1.55;
  letter-spacing: 0.04em;
  text-align: center;
}

.yushi-focus-tab:hover {
  transform: translateY(-6px);
}

.yushi-focus-tab:focus-visible,
.yushi-focus-tab.is-active {
  color: #e7e1d2;
  outline: 0;
}

.yushi-focus-tab.is-active {
  flex: 0 0 38px;
  width: 38px;
  padding-inline: 0;
}

.yushi-focus-tab:hover::before,
.yushi-focus-tab:focus-visible::before {
  opacity: 1;
}

.yushi-focus-tab.is-active strong {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.yushi-focus-tab.is-active span {
  left: 50%;
  transform: translateX(-50%);
}

.yushi-focus-tab.is-active small {
  display: none;
}

.yushi-focus-tab.is-active::after {
  position: absolute;
  top: -20px;
  right: 0;
  bottom: -20px;
  width: 1px;
  background: rgba(231, 225, 210, 0.22);
  content: "";
  transform: rotate(2.4deg);
}

.yushi-focus-slice.is-active::before {
  position: absolute;
  inset: 0;
  background: url("../images/portfolio/patterns/pattern-01.svg") center / cover;
  content: "";
  opacity: 0.045;
  pointer-events: none;
}

.yushi-focus-panel {
  --yushi-focus-copy-width: clamp(176px, calc(29.8vw - 115px), 232px);
  position: relative;
  z-index: 2;
  display: flex;
  flex: 0 0 0;
  flex-direction: column;
  min-width: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(34px) scale(0.975);
  transform-origin: left center;
  transition:
    opacity 140ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1) 40ms;
}

.yushi-focus-panel.is-active {
  flex: 1 1 auto;
  min-width: 0;
  padding: 26px clamp(22px, 2.1vw, 30px) 24px;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
  transition:
    opacity 220ms ease 260ms,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1) 40ms;
}

.yushi-focus-panel-number {
  position: absolute;
  top: 26px;
  right: clamp(22px, 2.1vw, 30px);
  color: rgba(231, 225, 210, 0.38);
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.16em;
  pointer-events: none;
}

.yushi-focus-panel-cluster {
  position: relative;
  margin: 0;
  color: #d1a15c;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.yushi-focus-panel > .yushi-focus-panel-cluster,
.yushi-focus-panel > h3,
.yushi-focus-panel > .yushi-focus-panel-thesis,
.yushi-focus-panel > .yushi-focus-panel-description,
.yushi-focus-panel > ul {
  width: var(--yushi-focus-copy-width);
  flex: 0 0 auto;
}

.yushi-focus-panel h3 {
  position: relative;
  margin: 30px 0 12px;
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: clamp(34px, 2.8vw, 40px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.yushi-focus-panel-thesis {
  position: relative;
  max-width: 690px;
  margin: 0;
  color: #f0e7d6;
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.44;
}

.yushi-focus-panel-description {
  position: relative;
  max-width: 690px;
  margin: 10px 0 14px;
  color: rgba(231, 225, 210, 0.64);
  font-size: 12px;
  line-height: 1.55;
}

.yushi-focus-panel ul,
.yushi-focus-accordion ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(231, 225, 210, 0.28);
  list-style: none;
}

.yushi-focus-panel li,
.yushi-focus-accordion li {
  color: rgba(231, 225, 210, 0.75);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.yushi-focus-panel ul {
  gap: 6px 14px;
  padding-top: 10px;
}

.yushi-focus-panel li {
  font-size: 10px;
}

.yushi-focus-panel li::before,
.yushi-focus-accordion li::before {
  margin-right: 8px;
  color: #d1a15c;
  content: "—";
}

.yushi-focus-mobile {
  display: none;
}

/* Transaction execution — a restrained deal ledger, not a presentation timeline. */
.yushi-deal-path {
  position: relative;
  overflow: hidden;
  padding-block: clamp(84px, 7vw, 100px) clamp(90px, 7.5vw, 108px);
  background: #570016;
  color: #e7e1d2;
  isolation: isolate;
}

.yushi-deal-path::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 86% 14%, rgba(198, 147, 68, 0.12), transparent 29%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.018), transparent 48%);
  content: "";
  pointer-events: none;
}

.yushi-deal-path::after {
  position: absolute;
  top: -14%;
  right: -13%;
  bottom: -14%;
  z-index: 0;
  width: min(58vw, 820px);
  background: url("../images/portfolio/patterns/pattern-01.svg") center / 260px 262px;
  content: "";
  opacity: 0.035;
  pointer-events: none;
  transform: rotate(-4deg);
}

.yushi-deal-path .yushi-editorial-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 112px), 1100px);
}

.yushi-deal-header {
  padding-bottom: clamp(38px, 3.5vw, 48px);
}

.yushi-deal-header > .yushi-eyebrow {
  margin: 0 0 22px;
  color: #c69344;
}

.yushi-deal-header > .yushi-eyebrow span {
  margin-inline: 0.65em;
  color: rgba(231, 225, 210, 0.34);
}

.yushi-deal-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(56px, 8vw, 112px);
  align-items: end;
}

.yushi-deal-heading h2 {
  margin: 0;
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: clamp(44px, 4.25vw, 60px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.yushi-deal-heading h2 span {
  color: #f0e7d6;
}

.yushi-deal-statement {
  padding-bottom: 5px;
}

.yushi-deal-statement > span,
.yushi-deal-ledger-head,
.yushi-deal-number,
.yushi-deal-output small,
.yushi-deal-discipline span {
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
}

.yushi-deal-statement > span {
  display: block;
  margin-bottom: 13px;
  color: #c69344;
  font-size: 9px;
  letter-spacing: 0.16em;
}

.yushi-deal-statement p {
  margin: 0;
  color: rgba(231, 225, 210, 0.72);
  font-size: 14px;
  line-height: 1.75;
}

.yushi-deal-ledger {
  border-top: 1px solid rgba(231, 225, 210, 0.36);
}

.yushi-deal-ledger-head,
.yushi-deal-row {
  display: grid;
  grid-template-columns: 56px 185px minmax(0, 1fr) 250px;
  gap: 24px;
}

.yushi-deal-ledger-head {
  min-height: 32px;
  align-items: center;
  border-bottom: 1px solid rgba(231, 225, 210, 0.18);
  color: rgba(231, 225, 210, 0.38);
  font-size: 8px;
  letter-spacing: 0.15em;
}

.yushi-deal-ledger ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.yushi-deal-row {
  position: relative;
  min-height: 84px;
  align-items: center;
  border-bottom: 1px solid rgba(231, 225, 210, 0.2);
}

.yushi-deal-row::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: #c69344;
  content: "";
  opacity: 0;
  transform: scaleY(0.2);
  transition: opacity 260ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-deal-row::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(198, 147, 68, 0.075), transparent 72%);
  content: "";
  opacity: 0;
  transition: opacity 300ms ease;
}

.yushi-deal-row:hover::before {
  opacity: 1;
  transform: scaleY(1);
}

.yushi-deal-row:hover::after {
  opacity: 1;
}

.yushi-deal-number {
  color: #c69344;
  font-size: 9px;
  letter-spacing: 0.13em;
  transition: color 260ms ease;
}

.yushi-deal-row h3 {
  margin: 0;
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
  transition: color 260ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-deal-action {
  margin: 0;
  color: rgba(231, 225, 210, 0.66);
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.65;
  transition: color 260ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-deal-output {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-deal-output small {
  color: rgba(198, 147, 68, 0.76);
  font-size: 8px;
  letter-spacing: 0.12em;
}

.yushi-deal-output p {
  margin: 0;
  color: rgba(231, 225, 210, 0.78);
  font-size: 10px;
  letter-spacing: 0.025em;
  line-height: 1.55;
  transition: color 260ms ease;
}

.yushi-deal-row:hover h3,
.yushi-deal-row:hover .yushi-deal-action,
.yushi-deal-row:hover .yushi-deal-output {
  transform: translateX(6px);
}

.yushi-deal-row:hover h3,
.yushi-deal-row:hover .yushi-deal-output p {
  color: #f4ecdc;
}

.yushi-deal-row:hover .yushi-deal-action {
  color: rgba(231, 225, 210, 0.78);
}

.yushi-deal-discipline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  color: rgba(231, 225, 210, 0.52);
}

.yushi-deal-discipline span {
  color: #c69344;
  font-size: 8px;
  letter-spacing: 0.16em;
}

.yushi-deal-discipline p {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.08em;
}

/* Deal path v2 — an interactive convergence field native to the web. */
.yushi-deal-path {
  padding-block: clamp(82px, 7vw, 100px) clamp(92px, 8vw, 116px);
  background: #470010;
}

.yushi-deal-path::before {
  background:
    radial-gradient(circle at 88% 46%, rgba(209, 161, 92, 0.09), transparent 24%),
    radial-gradient(circle at 20% 84%, rgba(231, 225, 210, 0.035), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.012), transparent 52%);
}

.yushi-deal-path::after {
  display: none;
}

.yushi-deal-path .yushi-editorial-shell {
  width: min(calc(100% - 96px), 1200px);
}

.yushi-convergence-header {
  max-width: 780px;
}

.yushi-convergence-header > .yushi-eyebrow {
  margin: 0 0 18px;
  color: #c69344;
}

.yushi-convergence-header h2 {
  margin: 0;
  color: #f0e7d6;
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: clamp(34px, 3.25vw, 46px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.16;
}

.yushi-convergence-header > p:last-child {
  max-width: 720px;
  margin: 19px 0 0;
  color: rgba(231, 225, 210, 0.66);
  font-size: 13px;
  line-height: 1.8;
}

.yushi-deal-documents {
  position: absolute;
  z-index: 7;
  top: 0;
  right: 0;
  width: 340px;
  height: 232px;
}

.yushi-deal-document-set {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(7px) scale(0.985);
  transition:
    opacity 320ms ease,
    transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.yushi-deal-path.is-convergence-visible .yushi-deal-document-set.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition-delay: 90ms;
}

.yushi-deal-document-set > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
}

.yushi-deal-document-set > header span,
.yushi-deal-document-set > header em,
.yushi-deal-document-set > footer span {
  color: rgba(240, 231, 214, 0.64);
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
  font-size: 8px;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height: 1;
}

.yushi-deal-document-set > header em {
  color: rgba(240, 231, 214, 0.52);
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.yushi-deal-document-fan {
  position: absolute;
  top: 26px;
  right: 0;
  left: 0;
  height: 174px;
}

.yushi-deal-document {
  position: absolute;
  bottom: 3px;
  left: 50%;
  display: grid;
  width: 112px;
  height: 148px;
  align-content: space-between;
  margin-left: -56px;
  padding: 18px 12px;
  overflow: visible;
  border: 1px solid rgba(87, 0, 22, 0.16);
  border-radius: 0;
  box-shadow:
    0 11px 24px rgba(18, 0, 5, 0.17),
    inset 7px 0 12px rgba(87, 0, 22, 0.025),
    inset -7px 0 12px rgba(87, 0, 22, 0.025);
  background-color: #eee4d2;
  background-image:
    linear-gradient(90deg, rgba(87, 0, 22, 0.035), transparent 12%, transparent 88%, rgba(87, 0, 22, 0.03)),
    repeating-linear-gradient(0deg, rgba(87, 0, 22, 0.014) 0 1px, transparent 1px 5px),
    linear-gradient(112deg, rgba(255, 255, 255, 0.26), transparent 48%);
  background-size: 100% 100%, 100% 5px, 100% 100%;
  color: #570016;
  cursor: default;
  opacity: 0;
  transform: translate3d(0, 12px, 0) rotate(0deg) scaleX(0.975) scaleY(0.72);
  transform-origin: 50% 50%;
  transition:
    opacity 420ms ease,
    transform 920ms cubic-bezier(0.16, 1.04, 0.3, 1),
    box-shadow 260ms ease,
    border-color 260ms ease;
  transition-delay: 0ms;
}

.yushi-deal-document::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 4px;
  border-top: 1px solid rgba(87, 0, 22, 0.12);
  background: linear-gradient(180deg, rgba(87, 0, 22, 0.055), rgba(255, 255, 255, 0.18));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.34);
  content: "";
  pointer-events: none;
}

.yushi-deal-document::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  height: 4px;
  border-bottom: 1px solid rgba(87, 0, 22, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(87, 0, 22, 0.05));
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3);
  content: "";
  pointer-events: none;
}

.yushi-deal-document--ivory,
.yushi-deal-document--rose,
.yushi-deal-document--blue,
.yushi-deal-document--sage,
.yushi-deal-document--gold { --file-accent: #570016; }

.yushi-deal-document.is-primary {
  border-color: rgba(87, 0, 22, 0.28);
  background-color: #f1e7d6;
}

.yushi-deal-path.is-convergence-visible .yushi-deal-document-set.is-active .yushi-deal-document {
  z-index: var(--file-depth);
  opacity: 1;
  transform:
    translate3d(var(--file-shift), calc(-1 * var(--file-lift)), 0)
    rotate(var(--file-angle))
    scaleY(1);
  transition-delay: var(--file-delay);
}

.yushi-deal-path.is-convergence-visible .yushi-deal-document-set.is-active .yushi-deal-document:hover,
.yushi-deal-path.is-convergence-visible .yushi-deal-document-set.is-active .yushi-deal-document:focus-visible {
  z-index: 30;
  border-color: rgba(240, 231, 214, 0.72);
  box-shadow: 0 20px 42px rgba(18, 0, 5, 0.3);
  outline: none;
  transform:
    translate3d(var(--file-shift), calc(-1 * var(--file-lift) - 13px), 0)
    rotate(var(--file-angle))
    scale(1.025, 1.025);
  transition-delay: 0ms;
}

.yushi-deal-document-brand {
  position: absolute;
  z-index: 1;
  top: 17px;
  right: 0;
  left: 0;
  color: rgba(87, 0, 22, 0.48);
  line-height: 1;
  text-align: center;
}

.yushi-deal-document-brand b {
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: 6px;
  font-weight: 400;
  letter-spacing: 0.16em;
}

.yushi-deal-document small {
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 8px;
  color: rgba(87, 0, 22, 0.34);
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
  font-size: 5px;
  letter-spacing: 0.1em;
}

.yushi-deal-document i {
  position: absolute;
  z-index: 1;
  right: 50%;
  bottom: 18px;
  width: 14px;
  height: 1px;
  background: rgba(87, 0, 22, 0.26);
  transform: translateX(50%);
}

.yushi-deal-document strong {
  position: absolute;
  z-index: 1;
  top: 43px;
  left: 12px;
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: left;
  writing-mode: vertical-rl;
}

.yushi-deal-document.is-primary strong {
  top: 56px;
  right: 13px;
  left: 13px;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1.22;
  text-align: center;
  writing-mode: horizontal-tb;
}

.yushi-deal-document.is-primary i {
  top: 91px;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 18px;
  transform: translateX(-50%);
}

.yushi-deal-document-watermark {
  position: absolute;
  z-index: 0;
  right: 50%;
  bottom: 20px;
  width: 27px;
  height: 27px;
  background: #570016;
  opacity: 0.028;
  transform: translateX(50%);
  -webkit-mask: url("../images/yushi/hero/yushi-logo-master.svg") center / contain no-repeat;
  mask: url("../images/yushi/hero/yushi-logo-master.svg") center / contain no-repeat;
}

.yushi-deal-document.is-primary .yushi-deal-document-watermark {
  opacity: 0.055;
}

.yushi-deal-document-set > footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 18px;
  padding-top: 8px;
  pointer-events: none;
}

.yushi-deal-document-set > footer strong {
  overflow: hidden;
  color: rgba(240, 231, 214, 0.72);
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yushi-convergence-field {
  position: relative;
  height: 560px;
  margin-top: 24px;
  overflow: hidden;
}

.yushi-convergence-art {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.yushi-convergence-streams path,
.yushi-convergence-stream-flow use,
.yushi-convergence-spine,
.yushi-convergence-progress,
.yushi-convergence-runner {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.yushi-convergence-streams path {
  stroke: url("#yushi-stream-gradient");
  stroke-width: 0.72;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 0.72;
}

.yushi-convergence-streams path:nth-child(2n) {
  stroke-width: 0.52;
  opacity: 0.5;
}

.yushi-convergence-streams path:nth-child(3n) {
  opacity: 0.34;
}

.yushi-convergence-stream-flow use {
  stroke: url("#yushi-flow-gradient");
  stroke-width: 0.9;
  stroke-linecap: round;
  stroke-dasharray: 0.022 0.978;
  stroke-dashoffset: 0;
  opacity: 0;
  animation: yushi-stream-travel var(--stream-duration, 13s) linear infinite;
  animation-delay: var(--stream-delay, 0s);
  animation-play-state: paused;
}

.yushi-convergence-stream-flow use:nth-child(1) { --stream-duration: 13.8s; --stream-delay: -5.4s; }
.yushi-convergence-stream-flow use:nth-child(2) { --stream-duration: 16.4s; --stream-delay: -11.8s; }
.yushi-convergence-stream-flow use:nth-child(3) { --stream-duration: 12.6s; --stream-delay: -2.1s; }
.yushi-convergence-stream-flow use:nth-child(4) { --stream-duration: 15.2s; --stream-delay: -8.7s; }
.yushi-convergence-stream-flow use:nth-child(5) { --stream-duration: 17.1s; --stream-delay: -14.3s; }
.yushi-convergence-stream-flow use:nth-child(6) { --stream-duration: 13.1s; --stream-delay: -9.8s; }
.yushi-convergence-stream-flow use:nth-child(7) { --stream-duration: 15.8s; --stream-delay: -4.2s; }
.yushi-convergence-stream-flow use:nth-child(8) { --stream-duration: 12.9s; --stream-delay: -7.4s; }
.yushi-convergence-stream-flow use:nth-child(9) { --stream-duration: 16.8s; --stream-delay: -1.7s; }
.yushi-convergence-stream-flow use:nth-child(10) { --stream-duration: 14.6s; --stream-delay: -12.5s; }

.yushi-convergence-spine {
  stroke: rgba(231, 225, 210, 0.18);
  stroke-width: 1;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

.yushi-convergence-progress {
  stroke: rgba(209, 161, 92, 0.5);
  stroke-width: 1.15;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-linecap: round;
  opacity: 0.76;
}

.yushi-convergence-runner {
  stroke: rgba(240, 231, 214, 0.92);
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-dasharray: 0.065 0.935;
  stroke-dashoffset: 0;
  opacity: 0;
  animation: yushi-main-stream 7.8s linear infinite;
  animation-play-state: paused;
}

.yushi-convergence-sources circle {
  fill: #d1a15c;
  opacity: 0;
}

.yushi-deal-path.is-convergence-visible .yushi-convergence-streams path,
.yushi-deal-path.is-convergence-visible .yushi-convergence-spine,
.yushi-deal-path.is-convergence-visible .yushi-convergence-progress {
  animation: yushi-convergence-draw 1400ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.yushi-deal-path.is-convergence-visible .yushi-convergence-streams path:nth-child(2n) {
  animation-delay: 90ms;
}

.yushi-deal-path.is-convergence-visible .yushi-convergence-streams path:nth-child(3n) {
  animation-delay: 180ms;
}

.yushi-deal-path.is-convergence-visible .yushi-convergence-stream-flow use {
  opacity: 0.48;
}

.yushi-deal-path.is-convergence-visible .yushi-convergence-sources circle {
  animation: yushi-convergence-source-in 520ms ease forwards;
}

.yushi-deal-path.is-convergence-visible .yushi-convergence-sources circle:nth-child(2n) {
  animation-delay: 120ms;
}

.yushi-deal-path.is-convergence-active .yushi-convergence-streams,
.yushi-deal-path.is-convergence-active .yushi-convergence-stream-flow {
  transform-box: fill-box;
  transform-origin: center;
  animation: yushi-convergence-breathe 11s ease-in-out infinite alternate;
}

.yushi-deal-path.is-convergence-active .yushi-convergence-stream-flow use,
.yushi-deal-path.is-convergence-active .yushi-convergence-runner {
  animation-play-state: running;
  opacity: 0.52;
}

@keyframes yushi-convergence-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes yushi-convergence-source-in {
  from { opacity: 0; transform: translateX(-12px); }
  to { opacity: 0.66; transform: translateX(0); }
}

@keyframes yushi-stream-travel {
  to { stroke-dashoffset: -1; }
}

@keyframes yushi-main-stream {
  to { stroke-dashoffset: -1; }
}

@keyframes yushi-convergence-breathe {
  from { transform: translateY(-1.5px) scaleY(0.997); }
  to { transform: translateY(1.5px) scaleY(1.003); }
}

.yushi-convergence-nodes {
  position: absolute;
  inset: 0;
}

.yushi-convergence-node {
  position: absolute;
  top: var(--node-y);
  left: var(--node-x);
  display: grid;
  width: 132px;
  grid-template-rows: auto 28px auto;
  gap: 3px;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #e7e1d2;
  cursor: pointer;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 16px));
  transition: opacity 420ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-deal-path.is-convergence-visible .yushi-convergence-node {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.yushi-deal-path.is-convergence-visible .yushi-convergence-node:nth-child(2) { transition-delay: 90ms; }
.yushi-deal-path.is-convergence-visible .yushi-convergence-node:nth-child(3) { transition-delay: 180ms; }
.yushi-deal-path.is-convergence-visible .yushi-convergence-node:nth-child(4) { transition-delay: 270ms; }
.yushi-deal-path.is-convergence-visible .yushi-convergence-node:nth-child(5) { transition-delay: 360ms; }
.yushi-deal-path.is-convergence-visible .yushi-convergence-node:nth-child(6) { transition-delay: 450ms; }

.yushi-convergence-node > span {
  color: rgba(209, 161, 92, 0.62);
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
  font-size: 8px;
  letter-spacing: 0.12em;
  transition: color 260ms ease;
}

.yushi-convergence-node > i {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(231, 225, 210, 0.34);
  border-radius: 50%;
  transition: border-color 300ms ease, box-shadow 420ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-convergence-node > i::before {
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(209, 161, 92, 0.46);
  border-radius: 50%;
  content: "";
  opacity: 0;
  transform: scale(0.62);
  animation: yushi-node-pass 7.8s ease-out infinite;
  animation-play-state: paused;
}

.yushi-convergence-node:nth-child(1) > i::before { animation-delay: 0.55s; }
.yushi-convergence-node:nth-child(2) > i::before { animation-delay: 1.72s; }
.yushi-convergence-node:nth-child(3) > i::before { animation-delay: 2.89s; }
.yushi-convergence-node:nth-child(4) > i::before { animation-delay: 4.06s; }
.yushi-convergence-node:nth-child(5) > i::before { animation-delay: 5.23s; }
.yushi-convergence-node:nth-child(6) > i::before { animation-delay: 6.4s; }

.yushi-deal-path.is-convergence-active .yushi-convergence-node > i::before {
  animation-play-state: running;
}

.yushi-convergence-node > i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d1a15c;
  content: "";
  transform: translate(-50%, -50%);
  transition: background 260ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-convergence-node > strong {
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  opacity: 0.7;
  white-space: nowrap;
  transition: color 260ms ease, opacity 260ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-convergence-node > small {
  display: none;
}

.yushi-convergence-node:hover,
.yushi-convergence-node:focus-visible,
.yushi-convergence-node.is-active {
  outline: 0;
}

.yushi-convergence-node:hover > i,
.yushi-convergence-node:focus-visible > i,
.yushi-convergence-node.is-active > i {
  border-color: rgba(240, 231, 214, 0.88);
  box-shadow: 0 0 0 5px rgba(209, 161, 92, 0.06);
  transform: scale(1.16);
}

.yushi-convergence-node:hover > i::after,
.yushi-convergence-node:focus-visible > i::after,
.yushi-convergence-node.is-active > i::after {
  background: #f0e7d6;
  transform: translate(-50%, -50%) scale(1.28);
}

.yushi-convergence-node:hover > span,
.yushi-convergence-node:focus-visible > span,
.yushi-convergence-node.is-active > span {
  color: #d1a15c;
}

.yushi-convergence-node:hover > strong,
.yushi-convergence-node:focus-visible > strong,
.yushi-convergence-node.is-active > strong {
  color: #f0e7d6;
  opacity: 1;
  transform: translateY(4px);
}

@keyframes yushi-node-pass {
  0%, 76%, 100% {
    opacity: 0;
    transform: scale(0.62);
  }
  5% {
    opacity: 0.66;
  }
  14% {
    opacity: 0;
    transform: scale(1.58);
  }
}

.yushi-convergence-caption {
  position: absolute;
  right: 9%;
  bottom: 12px;
  left: 13%;
  height: 92px;
  border-top: 1px solid rgba(209, 161, 92, 0.3);
}

.yushi-convergence-panel {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 52px 150px minmax(0, 1fr);
  gap: 0 22px;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 240ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-convergence-panel.is-active {
  opacity: 1;
  transform: translateY(0);
}

.yushi-convergence-panel > span {
  color: #c69344;
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
  font-size: 8px;
  letter-spacing: 0.14em;
}

.yushi-convergence-panel h3 {
  margin: 0;
  color: #f0e7d6;
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.yushi-convergence-panel p {
  max-width: 610px;
  margin: 0;
  color: rgba(231, 225, 210, 0.7);
  font-size: 12px;
  line-height: 1.75;
}

/* Capital index — an ordered, continuously maintained view of the network. */
.yushi-capital-index {
  --capital-axis-x: 68.5%;
  position: relative;
  overflow: hidden;
  padding-block: clamp(112px, 10vw, 156px) clamp(120px, 11vw, 170px);
  background: #ebe5d8;
  color: #570016;
}

.yushi-capital-index::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 30%, rgba(255, 255, 255, 0.32), transparent 31%),
    linear-gradient(112deg, rgba(255, 255, 255, 0.15), transparent 46%);
  content: "";
  pointer-events: none;
}

.yushi-capital-index .yushi-editorial-shell {
  position: relative;
  width: min(calc(100% - 96px), 1200px);
}

.yushi-capital-index-header {
  max-width: 720px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 600ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-capital-index.is-capital-index-visible .yushi-capital-index-header {
  opacity: 1;
  transform: translateY(0);
}

.yushi-capital-index-header .yushi-eyebrow {
  margin: 0 0 19px;
  color: #9b702f;
}

.yushi-capital-index-header h2 {
  margin: 0;
  color: #570016;
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: clamp(38px, 3.6vw, 52px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.17;
}

.yushi-capital-index-header > p:last-child {
  max-width: 680px;
  margin: 21px 0 0;
  color: rgba(54, 44, 40, 0.68);
  font-size: 13px;
  line-height: 1.82;
}

.yushi-capital-index-frame {
  position: relative;
  margin-top: clamp(72px, 7vw, 96px);
  border-bottom: 1px solid rgba(87, 0, 22, 0.34);
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 620ms 180ms ease,
    transform 900ms 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-capital-index.is-capital-index-visible .yushi-capital-index-frame {
  opacity: 1;
  transform: translateY(0);
}

.yushi-capital-track {
  position: relative;
  display: grid;
  min-height: 132px;
  grid-template-columns: 205px minmax(0, 1fr);
  border-top: 1px solid rgba(87, 0, 22, 0.34);
}

.yushi-capital-track::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 1px;
  background: #570016;
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 1000ms 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-capital-track + .yushi-capital-track::before {
  transition-delay: 360ms;
}

.yushi-capital-index.is-capital-index-visible .yushi-capital-track::before {
  transform: scaleX(1);
}

.yushi-capital-track-meta {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: center;
  padding-right: 26px;
  background: #ebe5d8;
}

.yushi-capital-track-meta > span {
  color: #a77835;
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
  font-size: 8px;
  letter-spacing: 0.16em;
}

.yushi-capital-track-meta h3 {
  margin: 8px 0 9px;
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.yushi-capital-track-meta p {
  margin: 0;
  color: rgba(54, 44, 40, 0.52);
  font-size: 9px;
  letter-spacing: 0.02em;
  line-height: 1.65;
}

.yushi-capital-rail {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.yushi-capital-rail::before,
.yushi-capital-rail::after {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  width: 64px;
  content: "";
  pointer-events: none;
}

.yushi-capital-rail::before {
  left: 0;
  background: linear-gradient(90deg, #ebe5d8, rgba(235, 229, 216, 0));
}

.yushi-capital-rail::after {
  right: 0;
  background: linear-gradient(270deg, #ebe5d8, rgba(235, 229, 216, 0));
}

.yushi-capital-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.yushi-capital-layer--base {
  opacity: 0.2;
  filter: grayscale(1) sepia(0.2) saturate(0.65) contrast(0.9);
}

.yushi-capital-layer--focus {
  z-index: 2;
  opacity: 0.9;
  filter: saturate(0.66) contrast(0.94);
  -webkit-mask-image: linear-gradient(90deg, transparent 50%, #000 54%, #000 72%, transparent 76%);
  mask-image: linear-gradient(90deg, transparent 50%, #000 54%, #000 72%, transparent 76%);
}

.yushi-capital-marquee {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: max-content;
  align-items: center;
  animation: yushi-capital-forward 38s linear infinite;
  animation-play-state: paused;
  will-change: transform;
}

.yushi-capital-track--reverse .yushi-capital-marquee {
  animation-name: yushi-capital-reverse;
  animation-duration: 43s;
}

.yushi-capital-track--government .yushi-capital-marquee {
  animation-duration: 47s;
  animation-delay: -14s;
}

.yushi-capital-name-set {
  display: flex;
  flex: none;
  align-items: center;
  gap: clamp(42px, 4.8vw, 72px);
  padding-right: clamp(42px, 4.8vw, 72px);
}

.yushi-capital-logo {
  display: grid;
  width: clamp(118px, 10.8vw, 148px);
  height: 68px;
  flex: none;
  place-items: center;
}

.yushi-capital-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 47px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.yushi-capital-logo--xiaomi img {
  max-width: 48px;
  max-height: 48px;
}

.yushi-capital-logo--nio img,
.yushi-capital-logo--longi img {
  max-width: 116px;
}

.yushi-capital-index.is-capital-index-active:not(.is-capital-index-paused) .yushi-capital-marquee {
  animation-play-state: running;
}

.yushi-capital-index-frame:hover .yushi-capital-marquee {
  animation-play-state: paused !important;
}

@keyframes yushi-capital-forward {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes yushi-capital-reverse {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

.yushi-capital-aperture {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: var(--capital-axis-x);
  width: clamp(142px, 15vw, 184px);
  border-left: 1px solid rgba(87, 0, 22, 0.72);
  pointer-events: none;
}

.yushi-capital-aperture::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 68%);
  content: "";
}

.yushi-capital-aperture span,
.yushi-capital-aperture em {
  position: absolute;
  z-index: 1;
  left: 10px;
  color: #8f652a;
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
  font-size: 7px;
  font-style: normal;
  letter-spacing: 0.16em;
  line-height: 1;
}

.yushi-capital-aperture span {
  top: 12px;
}

.yushi-capital-aperture em {
  bottom: 12px;
}

.yushi-capital-criteria {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.yushi-capital-criteria p {
  margin: 0;
  color: rgba(54, 44, 40, 0.72);
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: 13px;
  letter-spacing: 0.03em;
}

.yushi-capital-criteria p span {
  margin-right: 20px;
  color: #9b702f;
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
  font-size: 8px;
  letter-spacing: 0.14em;
}

.yushi-capital-index-toggle {
  position: relative;
  width: 28px;
  height: 28px;
  flex: none;
  padding: 0;
  border: 1px solid rgba(87, 0, 22, 0.22);
  border-radius: 50%;
  background: transparent;
  color: #570016;
  cursor: pointer;
  transition: border-color 240ms ease, background 240ms ease;
}

.yushi-capital-index-toggle:hover,
.yushi-capital-index-toggle:focus-visible {
  border-color: rgba(87, 0, 22, 0.62);
  background: rgba(87, 0, 22, 0.035);
  outline: none;
}

.yushi-capital-index-toggle i::before,
.yushi-capital-index-toggle i::after {
  position: absolute;
  top: 9px;
  width: 1px;
  height: 8px;
  background: currentColor;
  content: "";
  transition: transform 240ms ease;
}

.yushi-capital-index-toggle i::before { left: 11px; }
.yushi-capital-index-toggle i::after { right: 11px; }

.yushi-capital-index.is-capital-index-paused .yushi-capital-index-toggle i::before {
  top: 8px;
  left: 11px;
  height: 10px;
  transform: rotate(-32deg) translate(2px, 1px);
  transform-origin: bottom;
}

.yushi-capital-index.is-capital-index-paused .yushi-capital-index-toggle i::after {
  top: 8px;
  right: 10px;
  height: 10px;
  transform: rotate(32deg) translate(-1px, 0);
  transform-origin: bottom;
}

.yushi-services {
  overflow: hidden;
  padding-block: clamp(116px, 12vw, 190px);
  background: #570016;
  color: #e7e1d2;
}

.yushi-section-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.36fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: end;
  padding-bottom: clamp(64px, 8vw, 112px);
}

.yushi-section-header .yushi-eyebrow {
  margin-bottom: 24px;
  color: #c69344;
}

.yushi-section-header h2,
.yushi-closing h2 {
  margin: 0;
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: clamp(52px, 7vw, 104px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.yushi-section-header > p,
.yushi-selected-intro > p {
  max-width: 390px;
  margin: 0 0 8px;
  color: rgba(231, 225, 210, 0.72);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.72;
}

.yushi-service-list {
  border-top: 1px solid rgba(231, 225, 210, 0.36);
}

.yushi-service-row {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(320px, 1fr) minmax(280px, 0.54fr);
  gap: clamp(30px, 5vw, 82px);
  align-items: center;
  min-height: 156px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(231, 225, 210, 0.36);
  transition: padding 280ms ease, color 280ms ease;
}

.yushi-service-row::before {
  position: absolute;
  inset: 0 -32px;
  z-index: 0;
  background: #e7e1d2;
  content: "";
  opacity: 0;
  transition: opacity 280ms ease;
}

.yushi-service-row:hover {
  padding-inline: 24px;
  color: #570016;
}

.yushi-service-row:hover::before {
  opacity: 1;
}

.yushi-service-row > * {
  position: relative;
  z-index: 1;
}

.yushi-service-row > span {
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.yushi-service-row h3 {
  margin: 0;
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.yushi-service-row p {
  margin: 0;
  color: rgba(231, 225, 210, 0.68);
  font-size: 15px;
  line-height: 1.75;
  transition: color 280ms ease;
}

.yushi-service-row:hover p {
  color: rgba(87, 0, 22, 0.78);
}

.yushi-lifecycle {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 42px;
  align-items: stretch;
  margin-top: clamp(80px, 9vw, 130px);
  padding-top: 26px;
  border-top: 1px solid rgba(231, 225, 210, 0.36);
}

.yushi-lifecycle > p {
  margin: 0;
  color: rgba(231, 225, 210, 0.66);
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.yushi-lifecycle ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.yushi-lifecycle li {
  min-height: 112px;
  padding: 2px 24px 20px;
  border-left: 1px solid rgba(231, 225, 210, 0.28);
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: clamp(20px, 1.8vw, 28px);
}

.yushi-lifecycle li span {
  display: block;
  margin-bottom: 26px;
  color: #c69344;
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.yushi-process {
  padding-block: clamp(116px, 12vw, 190px);
  background: #f6f4ee;
  color: #17120f;
}

.yushi-section-header--dark {
  color: #17120f;
}

.yushi-section-header--dark > p,
.yushi-selected-intro > p {
  color: rgba(23, 18, 15, 0.6);
}

.yushi-process-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-block: 1px solid rgba(87, 0, 22, 0.22);
  list-style: none;
}

.yushi-process-track li {
  position: relative;
  min-height: 270px;
  padding: 30px 24px;
}

.yushi-process-track li + li {
  border-left: 1px solid rgba(87, 0, 22, 0.22);
}

.yushi-process-track li::after {
  position: absolute;
  top: 47px;
  right: -5px;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #570016;
  content: "";
  transform: scale(0.72);
  transition: transform 260ms ease, background 260ms ease;
}

.yushi-process-track li:last-child::after {
  display: none;
}

.yushi-process-track li:hover::after {
  background: #c69344;
  transform: scale(1.22);
}

.yushi-process-track span,
.yushi-process-track small {
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
}

.yushi-process-track span {
  color: #570016;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.yushi-process-track strong {
  display: block;
  margin-top: 72px;
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1.2;
}

.yushi-process-track small {
  display: block;
  margin-top: 20px;
  color: rgba(23, 18, 15, 0.5);
  font-size: 11px;
  line-height: 1.65;
}

.yushi-selected {
  padding-block: clamp(110px, 12vw, 180px);
  background: #e7e1d2;
  color: #17120f;
}

.yushi-selected-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.yushi-selected-intro a,
.yushi-closing a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
  font-size: 13px;
  text-decoration: none;
  transition: gap 220ms ease, opacity 220ms ease;
}

.yushi-selected-intro a:hover,
.yushi-closing a:hover {
  gap: 18px;
  opacity: 0.66;
}

.yushi-selected-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(87, 0, 22, 0.22);
  border-left: 1px solid rgba(87, 0, 22, 0.22);
}

.yushi-selected-company {
  position: relative;
  display: grid;
  min-height: 190px;
  place-items: center;
  padding: 36px;
  overflow: hidden;
  border-right: 1px solid rgba(87, 0, 22, 0.22);
  border-bottom: 1px solid rgba(87, 0, 22, 0.22);
  background: rgba(246, 244, 238, 0.08);
  transition: background 240ms ease;
}

.yushi-selected-company:hover {
  background: rgba(246, 244, 238, 0.6);
}

.yushi-selected-company img {
  display: block;
  width: min(150px, 82%);
  max-height: 62px;
  object-fit: contain;
  filter: grayscale(1) brightness(0.66) contrast(1.08);
  opacity: 0.76;
  transition: filter 280ms ease, opacity 280ms ease, transform 280ms ease;
}

.yushi-selected-company:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-5px);
}

.yushi-selected-company > span {
  position: absolute;
  right: 18px;
  bottom: 14px;
  left: 18px;
  color: rgba(23, 18, 15, 0.48);
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 240ms ease, transform 240ms ease;
}

.yushi-selected-company:hover > span {
  opacity: 1;
  transform: translateY(0);
}

.yushi-capital-network {
  margin: 58px 0 0;
  padding-top: 28px;
  border-top: 1px solid rgba(87, 0, 22, 0.22);
  color: rgba(23, 18, 15, 0.58);
  font-size: clamp(17px, 1.6vw, 22px);
  text-align: center;
}

.yushi-closing {
  position: relative;
  display: flex;
  min-height: min(850px, 92svh);
  align-items: center;
  overflow: hidden;
  background: #570016;
  color: #e7e1d2;
  isolation: isolate;
  text-align: center;
}

.yushi-closing::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 50% 52%, rgba(198, 147, 68, 0.18), transparent 36%);
  content: "";
}

.yushi-closing-pattern {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("../images/portfolio/patterns/pattern-01.svg");
  background-position: center;
  background-size: 216px 217px;
  opacity: 0.14;
}

.yushi-closing .yushi-eyebrow {
  margin-bottom: 30px;
  color: #c69344;
}

.yushi-closing h2 {
  max-width: 1040px;
  margin-inline: auto;
  font-size: clamp(64px, 9vw, 140px);
  line-height: 0.92;
}

.yushi-closing a {
  margin-top: 64px;
  color: #e7e1d2;
}

/* Unported social/legal links should not appear on the Yushi Capital website. */
.wr25-about .wr25-footer ul {
  display: none !important;
}

.yushi-motion-ready .yushi-section-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 820ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-motion-ready .yushi-section-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .yushi-focus-header {
    display: block;
    max-width: 880px;
  }

  .yushi-focus-heading {
    display: block;
  }

  .yushi-focus-heading h2 {
    white-space: normal;
  }

  .yushi-focus-heading > p {
    max-width: 680px;
    margin: 20px auto 0;
  }
}

@media (max-width: 1023px) {
  .yushi-focus-panel {
    --yushi-focus-copy-width: clamp(150px, calc(35.8vw - 122px), 230px);
  }

  .yushi-focus-clusters {
    gap: 28px;
  }

  .yushi-focus-clusters small {
    display: none;
  }

  .yushi-focus-explorer {
    height: 400px;
  }

  .yushi-focus-slice {
    flex: 1 1 0;
  }

  .yushi-focus-slice.is-active {
    flex: 3.35 1 0;
  }

  .yushi-focus-slice::after {
    right: 0;
    left: auto;
  }

  .yushi-focus-tab {
    flex: 1 1 auto;
    width: auto;
    padding-inline: 10px;
  }

  .yushi-focus-tab strong {
    font-size: 18px;
  }

  .yushi-focus-tab small {
    display: none;
  }

  .yushi-focus-tab.is-active {
    flex: 0 0 34px;
    width: 34px;
  }

  .yushi-focus-tab.is-active strong {
    font-size: 18px;
  }

  .yushi-focus-panel {
    min-width: 0;
  }

  .yushi-focus-panel.is-active {
    padding: 34px 26px;
  }

  .yushi-focus-panel-number {
    top: 34px;
    right: 26px;
  }

  .yushi-focus-panel h3 {
    margin-top: 42px;
    font-size: 36px;
  }

  .yushi-focus-panel-thesis {
    font-size: 18px;
  }

  .yushi-focus-panel-description {
    display: none;
  }

  .yushi-service-row {
    grid-template-columns: 56px minmax(270px, 1fr) minmax(220px, 0.62fr);
    gap: 30px;
  }

  .yushi-lifecycle {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .yushi-process-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .yushi-process-track li:nth-child(4) {
    border-top: 1px solid rgba(87, 0, 22, 0.22);
    border-left: 0;
  }

  .yushi-process-track li:nth-child(n + 5) {
    border-top: 1px solid rgba(87, 0, 22, 0.22);
  }

}

@media (max-width: 767px) {
  .yushi-editorial-shell {
    width: calc(100% - 48px);
  }

  .yushi-focus .yushi-editorial-shell {
    width: calc(100% - 48px);
  }

  .yushi-focus {
    padding-block: 72px 88px;
  }

  .yushi-focus-header {
    display: block;
    padding-bottom: 42px;
    text-align: left;
  }

  .yushi-focus-header > .yushi-eyebrow {
    margin: 0 0 22px;
  }

  .yushi-focus-heading {
    display: block;
  }

  .yushi-focus-heading h2 {
    font-size: clamp(33px, 9vw, 38px);
    letter-spacing: -0.035em;
    line-height: 1.16;
  }

  .yushi-focus-heading h2 span {
    display: block;
  }

  .yushi-focus-heading > p {
    margin: 20px 0 0;
    font-size: 15px;
    line-height: 1.75;
  }

  .yushi-focus-clusters,
  .yushi-focus-explorer {
    display: none;
  }

  .yushi-focus-mobile {
    display: block;
    border-bottom: 1px solid rgba(87, 0, 22, 0.28);
  }

  .yushi-focus-accordion {
    border-top: 1px solid rgba(87, 0, 22, 0.28);
  }

  .yushi-focus-accordion summary {
    display: grid;
    grid-template-columns: 38px 1fr 22px;
    gap: 12px;
    align-items: center;
    min-height: 84px;
    color: #570016;
    cursor: pointer;
    list-style: none;
  }

  .yushi-focus-accordion summary::-webkit-details-marker {
    display: none;
  }

  .yushi-focus-accordion summary > span {
    color: #a87637;
    font-family: var(--secondary-font, "PingFang SC", sans-serif);
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .yushi-focus-accordion summary strong {
    font-family: var(--primary-font, "Songti SC", serif);
    font-size: 27px;
    font-weight: 400;
  }

  .yushi-focus-accordion summary i {
    position: relative;
    width: 17px;
    height: 17px;
  }

  .yushi-focus-accordion summary i::before,
  .yushi-focus-accordion summary i::after {
    position: absolute;
    top: 8px;
    left: 0;
    width: 17px;
    height: 1px;
    background: #570016;
    content: "";
    transition: transform 280ms ease;
  }

  .yushi-focus-accordion summary i::after {
    transform: rotate(90deg);
  }

  .yushi-focus-accordion[open] summary i::after {
    transform: rotate(0deg);
  }

  .yushi-focus-accordion-body {
    position: relative;
    overflow: hidden;
    margin-inline: -24px;
    padding: 34px 24px 38px;
    background: #570016;
    color: #e7e1d2;
  }

  .yushi-focus-accordion-body::before {
    position: absolute;
    inset: 0;
    background: url("../images/portfolio/patterns/pattern-01.svg") center / cover;
    content: "";
    opacity: 0.06;
    pointer-events: none;
  }

  .yushi-focus-accordion small,
  .yushi-focus-accordion h3,
  .yushi-focus-accordion p,
  .yushi-focus-accordion ul {
    position: relative;
  }

  .yushi-focus-accordion small {
    color: #d1a15c;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .yushi-focus-accordion h3 {
    margin: 24px 0 18px;
    color: #f0e7d6;
    font-family: var(--primary-font, "Songti SC", serif);
    font-size: 25px;
    font-weight: 400;
    line-height: 1.5;
  }

  .yushi-focus-accordion p {
    margin: 0 0 28px;
    color: rgba(231, 225, 210, 0.65);
    font-size: 14px;
    line-height: 1.75;
  }

  .yushi-focus-accordion ul {
    gap: 8px 18px;
    padding-top: 16px;
  }

  .yushi-services,
  .yushi-process,
  .yushi-selected {
    padding-block: 96px;
  }

  .yushi-section-header {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 64px;
  }

  .yushi-section-header h2 {
    font-size: clamp(46px, 13.8vw, 68px);
    line-height: 1.02;
  }

  .yushi-services .yushi-section-header h2,
  .yushi-process .yushi-section-header h2 {
    font-size: 44px;
    line-height: 1.08;
  }

  .yushi-section-header > p,
  .yushi-selected-intro > p {
    font-size: 16px;
  }

  .yushi-service-row {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 18px;
    min-height: 0;
    padding-block: 32px;
  }

  .yushi-service-row:hover {
    padding-inline: 0;
    color: inherit;
  }

  .yushi-service-row:hover::before {
    opacity: 0;
  }

  .yushi-service-row h3 {
    font-size: 31px;
  }

  .yushi-service-row p,
  .yushi-service-row:hover p {
    grid-column: 2;
    margin-top: 4px;
    color: rgba(231, 225, 210, 0.68);
  }

  .yushi-lifecycle {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 74px;
  }

  .yushi-lifecycle ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(231, 225, 210, 0.28);
  }

  .yushi-lifecycle li {
    min-height: 120px;
    padding: 20px 12px;
    border-bottom: 1px solid rgba(231, 225, 210, 0.28);
  }

  .yushi-lifecycle li:nth-child(odd) {
    border-left: 0;
  }

  .yushi-process-track {
    grid-template-columns: 1fr;
  }

  .yushi-process-track li,
  .yushi-process-track li:nth-child(4),
  .yushi-process-track li:nth-child(n + 5) {
    min-height: 176px;
    padding: 28px 0;
    border-top: 0;
    border-left: 0;
  }

  .yushi-process-track li + li,
  .yushi-process-track li:nth-child(4),
  .yushi-process-track li:nth-child(n + 5) {
    border-top: 1px solid rgba(87, 0, 22, 0.22);
  }

  .yushi-process-track li::after {
    display: none;
  }

  .yushi-process-track strong {
    margin-top: 40px;
    font-size: 30px;
  }

  .yushi-selected-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yushi-selected-company {
    min-height: 132px;
    padding: 24px 16px;
  }

  .yushi-selected-company > span {
    display: none;
  }

  .yushi-capital-network {
    margin-top: 42px;
    font-size: 16px;
    line-height: 1.75;
  }

  .yushi-closing {
    min-height: 720px;
  }

  .yushi-closing h2 {
    font-size: clamp(58px, 17.5vw, 88px);
    line-height: 0.96;
  }

  .yushi-closing a {
    margin-top: 52px;
  }

}

@media (max-width: 1023px) {
  .yushi-deal-path .yushi-editorial-shell {
    width: min(calc(100% - 72px), 1100px);
  }

  .yushi-deal-heading {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 48px;
  }

  .yushi-deal-heading h2 {
    font-size: 48px;
  }

  .yushi-deal-ledger-head,
  .yushi-deal-row {
    grid-template-columns: 44px 150px minmax(0, 1fr) 210px;
    gap: 18px;
  }

  .yushi-deal-row {
    min-height: 92px;
  }

  .yushi-deal-row h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .yushi-deal-path {
    padding-block: 78px 86px;
  }

  .yushi-deal-path .yushi-editorial-shell {
    width: calc(100% - 48px);
  }

  .yushi-deal-header {
    padding-bottom: 46px;
  }

  .yushi-deal-header > .yushi-eyebrow {
    margin-bottom: 20px;
    font-size: 9px;
    letter-spacing: 0.16em;
  }

  .yushi-deal-heading {
    display: block;
  }

  .yushi-deal-heading h2 {
    font-size: clamp(36px, 10vw, 42px);
    line-height: 1.14;
  }

  .yushi-deal-statement {
    margin-top: 30px;
    padding: 0;
  }

  .yushi-deal-statement p {
    font-size: 14px;
  }

  .yushi-deal-ledger-head {
    display: none;
  }

  .yushi-deal-ledger ol {
    border-top: 1px solid rgba(231, 225, 210, 0.26);
  }

  .yushi-deal-row {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 0 12px;
    min-height: 0;
    padding-block: 25px;
  }

  .yushi-deal-row h3 {
    grid-column: 2;
    font-size: 26px;
  }

  .yushi-deal-number {
    grid-row: 1 / span 3;
    padding-top: 6px;
  }

  .yushi-deal-action {
    grid-column: 2;
    margin-top: 8px;
    font-size: 12px;
  }

  .yushi-deal-output {
    display: block;
    grid-column: 2;
    margin-top: 14px;
  }

  .yushi-deal-output small,
  .yushi-deal-output p {
    display: inline;
  }

  .yushi-deal-output small {
    margin-right: 10px;
  }

  .yushi-deal-row:hover h3,
  .yushi-deal-row:hover .yushi-deal-action,
  .yushi-deal-row:hover .yushi-deal-output {
    transform: none;
  }

  .yushi-deal-discipline {
    display: block;
    min-height: 0;
    padding-top: 28px;
  }

  .yushi-deal-discipline p {
    margin-top: 10px;
    line-height: 1.7;
  }
}

@media (max-width: 1100px) {
  .yushi-deal-documents {
    position: relative;
    top: auto;
    right: auto;
    width: 340px;
    margin: 38px 0 0 auto;
  }

  .yushi-convergence-field {
    margin-top: 8px;
  }
}

@media (max-width: 1023px) {
  .yushi-convergence-header {
    max-width: 700px;
  }

  .yushi-convergence-header h2 {
    font-size: 34px;
  }

  .yushi-convergence-field {
    height: 520px;
  }

  .yushi-convergence-node {
    width: 112px;
  }

  .yushi-convergence-node > strong {
    font-size: 15px;
  }

  .yushi-convergence-caption {
    right: 8%;
    left: 8%;
  }
}

@media (max-width: 900px) {
  .yushi-convergence-header > .yushi-eyebrow {
    margin: 0 0 18px;
  }
}

@media (max-width: 767px) {
  .yushi-deal-path {
    padding-block: 128px 88px;
  }

  .yushi-convergence-header h2 {
    font-size: 32px;
    line-height: 1.22;
  }

  .yushi-convergence-header > p:last-child {
    max-width: 330px;
    margin-top: 15px;
    font-size: 12px;
  }

  .yushi-deal-documents {
    width: min(100%, 340px);
    height: 190px;
    margin: 42px auto 0;
  }

  .yushi-deal-document-fan {
    height: 134px;
  }

  .yushi-deal-document {
    width: 96px;
    height: 124px;
    margin-left: -48px;
  }

  .yushi-deal-path.is-convergence-visible .yushi-deal-document-set.is-active .yushi-deal-document:nth-last-child(n + 4) {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .yushi-deal-path.is-convergence-visible .yushi-deal-document-set.is-active .yushi-deal-document:nth-last-child(3) {
    z-index: 10;
    transform: translate3d(-54px, -2px, 0) rotate(-10deg);
  }

  .yushi-deal-path.is-convergence-visible .yushi-deal-document-set.is-active .yushi-deal-document:nth-last-child(2) {
    z-index: 11;
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  .yushi-deal-path.is-convergence-visible .yushi-deal-document-set.is-active .yushi-deal-document:last-child {
    z-index: 12;
    transform: translate3d(54px, -2px, 0) rotate(10deg);
  }

  .yushi-deal-document-set > footer strong {
    font-size: 12px;
  }

  .yushi-convergence-field {
    height: auto;
    min-height: 600px;
    margin-top: 34px;
  }

  .yushi-convergence-art {
    inset: auto auto auto 50%;
    top: 50%;
    left: 50%;
    width: 720px;
    height: 420px;
    opacity: 0.3;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .yushi-convergence-nodes {
    position: relative;
    display: grid;
  }

  .yushi-convergence-node {
    position: relative;
    top: auto !important;
    left: auto !important;
    display: grid;
    width: 100%;
    min-height: 94px;
    grid-template-columns: 30px 28px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 5px 13px;
    place-items: center start;
    padding: 16px 0;
    border-top: 1px solid rgba(231, 225, 210, 0.11);
    text-align: left;
    transform: translateY(12px);
  }

  .yushi-deal-path.is-convergence-visible .yushi-convergence-node {
    transform: translateY(0);
  }

  .yushi-convergence-node > span {
    grid-row: 1 / span 2;
  }

  .yushi-convergence-node > i {
    grid-row: 1 / span 2;
  }

  .yushi-convergence-node > strong {
    align-self: end;
    font-size: 16px;
  }

  .yushi-convergence-node > small {
    display: block;
    align-self: start;
    max-width: 290px;
    color: rgba(231, 225, 210, 0.58);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.65;
  }

  .yushi-convergence-node:hover > strong,
  .yushi-convergence-node:focus-visible > strong,
  .yushi-convergence-node.is-active > strong {
    transform: none;
  }

  .yushi-convergence-caption {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
}

@media (max-width: 1023px) {
  .yushi-capital-index .yushi-editorial-shell {
    width: min(calc(100% - 72px), 1100px);
  }

  .yushi-capital-track {
    grid-template-columns: 176px minmax(0, 1fr);
  }

  .yushi-capital-track-meta {
    padding-right: 20px;
  }

  .yushi-capital-track-meta h3 {
    font-size: 23px;
  }

  .yushi-capital-aperture {
    left: var(--capital-axis-x);
  }
}

@media (max-width: 767px) {
  .yushi-capital-index {
    padding-block: 128px 104px;
  }

  .yushi-capital-index .yushi-editorial-shell {
    width: calc(100% - 48px);
  }

  .yushi-capital-index-header h2 {
    font-size: 34px;
    line-height: 1.2;
  }

  .yushi-capital-index-header > p:last-child {
    max-width: 335px;
    margin-top: 17px;
    font-size: 12px;
    line-height: 1.78;
  }

  .yushi-capital-index-frame {
    margin-top: 58px;
  }

  .yushi-capital-track {
    display: block;
    min-height: 0;
  }

  .yushi-capital-track-meta {
    display: grid;
    min-height: 76px;
    grid-template-columns: 32px minmax(0, 1fr);
    align-content: center;
    padding: 16px 0 12px;
    background: transparent;
  }

  .yushi-capital-track-meta > span {
    grid-row: 1 / span 2;
    padding-top: 5px;
  }

  .yushi-capital-track-meta h3 {
    margin: 0 0 6px;
    font-size: 22px;
  }

  .yushi-capital-track-meta p {
    font-size: 9px;
  }

  .yushi-capital-rail {
    height: 84px;
  }

  .yushi-capital-rail::before,
  .yushi-capital-rail::after {
    width: 34px;
  }

  .yushi-capital-layer--focus {
    -webkit-mask-image: linear-gradient(90deg, transparent 36%, #000 41%, #000 65%, transparent 70%);
    mask-image: linear-gradient(90deg, transparent 36%, #000 41%, #000 65%, transparent 70%);
  }

  .yushi-capital-layer--focus::before {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: var(--capital-axis-x);
    width: 1px;
    background: rgba(87, 0, 22, 0.62);
    content: "";
  }

  .yushi-capital-name-set {
    gap: 36px;
    padding-right: 36px;
  }

  .yushi-capital-logo {
    width: 112px;
    height: 60px;
  }

  .yushi-capital-logo img {
    max-height: 40px;
  }

  .yushi-capital-aperture {
    display: none;
  }

  .yushi-capital-criteria {
    min-height: 60px;
    gap: 16px;
  }

  .yushi-capital-criteria p {
    max-width: 280px;
    font-size: 11px;
    line-height: 1.7;
  }

  .yushi-capital-criteria p span {
    display: block;
    margin: 0 0 4px;
  }
}

/* Closing chapter — Yushi as the route between technology, industry and capital. */
.yushi-capital-index .yushi-editorial-shell::after {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: var(--capital-axis-x);
  width: 1px;
  height: clamp(120px, 11vw, 170px);
  background: linear-gradient(180deg, rgba(87, 0, 22, 0.08), rgba(156, 112, 47, 0.68));
  content: "";
  pointer-events: none;
}

.yushi-closing {
  position: relative;
  display: block;
  min-height: 790px;
  padding-block: clamp(126px, 10vw, 154px) 72px;
  overflow: hidden;
  background: #4b0012;
  color: #ebe5d8;
  text-align: left;
}

.yushi-closing::after {
  z-index: -2;
  background:
    radial-gradient(circle at 72% 40%, rgba(198, 147, 68, 0.085), transparent 30%),
    linear-gradient(130deg, rgba(255, 255, 255, 0.012), transparent 48%);
}

.yushi-closing .yushi-editorial-shell {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 96px), 1200px);
}

.yushi-router-art {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  display: block;
  width: min(calc(100% - 96px), 1200px);
  height: 100%;
  pointer-events: none;
  transform: translateX(-50%);
}

.yushi-router-line,
.yushi-router-flow {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.yushi-router-line {
  stroke: rgba(198, 147, 68, 0.3);
  stroke-width: 0.85;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 1400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-closing.is-router-visible .yushi-router-line {
  stroke-dashoffset: 0;
}

.yushi-router-flow {
  stroke: rgba(235, 229, 216, 0.58);
  stroke-width: 1.1;
  stroke-linecap: round;
  stroke-dasharray: 0.045 0.955;
  opacity: 0;
  animation: yushi-router-travel 11s linear infinite;
  animation-play-state: paused;
}

.yushi-closing.is-router-active .yushi-router-flow {
  opacity: 0.42;
  animation-play-state: running;
}

@keyframes yushi-router-travel {
  to { stroke-dashoffset: -1; }
}

.yushi-router-copy {
  max-width: 760px;
}

.yushi-router-copy > * {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 600ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-router-copy .yushi-eyebrow {
  margin: 0 0 22px;
  color: #c69344;
  transition-delay: 180ms;
}

.yushi-closing .yushi-router-copy h2 {
  max-width: 760px;
  margin: 0;
  color: #ebe5d8;
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: clamp(42px, 4.5vw, 62px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.14;
  transition-delay: 260ms;
}

.yushi-router-copy > p:last-child {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(235, 229, 216, 0.64);
  font-size: 13px;
  line-height: 1.85;
  transition-delay: 350ms;
}

.yushi-closing.is-router-visible .yushi-router-copy > * {
  opacity: 1;
  transform: translateY(0);
}

.yushi-router-footer {
  display: grid;
  grid-template-columns: minmax(310px, 0.9fr) minmax(520px, 1.1fr);
  gap: 64px;
  align-items: stretch;
  margin-top: clamp(150px, 15vw, 210px);
  border-top: 1px solid rgba(235, 229, 216, 0.3);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 620ms 520ms ease, transform 760ms 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-closing.is-router-visible .yushi-router-footer {
  opacity: 1;
  transform: translateY(0);
}

.yushi-router-mission {
  display: grid;
  align-content: center;
  min-height: 116px;
}

.yushi-router-mission span {
  color: #c69344;
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
  font-size: 8px;
  letter-spacing: 0.18em;
}

.yushi-router-mission p {
  margin: 12px 0 0;
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: 18px;
  line-height: 1.5;
}

.yushi-router-actions {
  display: block;
  min-width: 0;
  perspective: 1600px;
}

.yushi-contact-flip {
  display: block;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1000 / 585;
  margin: 0 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.yushi-contact-flip-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-contact-flip-face {
  position: absolute;
  inset: 0;
  display: grid;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.yushi-contact-flip-front {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(235, 229, 216, 0.2);
  color: #ebe5d8;
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.35;
}

.yushi-contact-flip-front::after {
  position: absolute;
  right: 34px;
  bottom: 26px;
  left: 34px;
  height: 1px;
  background: #c69344;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-contact-flip-front small {
  display: block;
  margin-bottom: 10px;
  color: rgba(235, 229, 216, 0.48);
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.yushi-contact-flip-front i {
  margin-right: 4px;
  color: #c69344;
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
  font-size: 16px;
  font-style: normal;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-contact-flip-front em {
  position: absolute;
  right: 34px;
  bottom: 34px;
  color: rgba(235, 229, 216, 0.42);
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
  font-size: 8px;
  font-style: normal;
  letter-spacing: 0.08em;
}

.yushi-contact-flip-back {
  background: #ebe5d8;
  transform: rotateY(180deg);
}

.yushi-contact-flip-back img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (hover: hover) and (pointer: fine) {
  .yushi-contact-flip:hover .yushi-contact-flip-inner {
    transform: rotateY(180deg);
  }

  .yushi-contact-flip:hover .yushi-contact-flip-front::after {
    transform: scaleX(1);
  }

  .yushi-contact-flip:hover .yushi-contact-flip-front i {
    transform: translate(4px, -4px);
  }
}

.yushi-contact-flip:focus-visible {
  outline: 1px solid #c69344;
  outline-offset: 5px;
}

.yushi-contact-flip:focus-visible .yushi-contact-flip-inner,
.yushi-contact-flip[aria-pressed="true"] .yushi-contact-flip-inner {
  transform: rotateY(180deg);
}

.yushi-closing .yushi-router-actions a {
  position: relative;
  display: grid;
  min-height: 116px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: 0;
  padding: 22px 0 16px 34px;
  border-bottom: 0;
  border-left: 1px solid rgba(235, 229, 216, 0.2);
  color: #ebe5d8;
  font-family: var(--primary-font, "Songti SC", serif);
  font-size: 17px;
  line-height: 1.35;
  text-decoration: none;
  transition: color 260ms ease;
}

.yushi-closing .yushi-router-actions a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 34px;
  height: 1px;
  background: #c69344;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-router-actions small {
  display: block;
  margin-bottom: 8px;
  color: rgba(235, 229, 216, 0.48);
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.yushi-router-actions i {
  margin-right: 4px;
  color: #c69344;
  font-family: var(--secondary-font, "PingFang SC", sans-serif);
  font-size: 14px;
  font-style: normal;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.yushi-closing .yushi-router-actions a:hover,
.yushi-closing .yushi-router-actions a:focus-visible {
  gap: 24px;
  color: #fff8e9;
  opacity: 1;
  outline: none;
}

.yushi-closing .yushi-router-actions a:hover::after,
.yushi-closing .yushi-router-actions a:focus-visible::after {
  transform: scaleX(1);
}

.yushi-closing .yushi-router-actions a:hover i,
.yushi-closing .yushi-router-actions a:focus-visible i {
  transform: translate(4px, -4px);
}

@media (max-width: 1023px) {
  .yushi-closing .yushi-editorial-shell {
    width: min(calc(100% - 72px), 1100px);
  }

  .yushi-router-art {
    width: min(calc(100% - 72px), 1100px);
  }

  .yushi-router-footer {
    grid-template-columns: minmax(250px, 0.7fr) minmax(420px, 1.3fr);
    gap: 36px;
  }

  .yushi-closing .yushi-router-actions a {
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  .yushi-capital-index {
    --capital-axis-x: 53%;
  }

  .yushi-capital-index .yushi-editorial-shell::after {
    height: 104px;
  }

  .yushi-closing {
    min-height: 760px;
    padding-block: 128px 70px;
  }

  .yushi-closing .yushi-editorial-shell {
    width: calc(100% - 48px);
  }

  .yushi-router-art {
    left: 50%;
    width: calc(100% - 48px);
    transform: translateX(-65%);
  }

  .yushi-closing .yushi-router-copy h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  .yushi-router-copy > p:last-child {
    max-width: 330px;
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.8;
  }

  .yushi-router-footer {
    display: block;
    margin-top: 118px;
  }

  .yushi-router-mission {
    min-height: 112px;
  }

  .yushi-router-mission p {
    font-size: 16px;
  }

  .yushi-router-actions {
    display: block;
  }

  .yushi-closing .yushi-router-actions a {
    min-height: 88px;
    padding: 19px 0;
    border-top: 1px solid rgba(235, 229, 216, 0.2);
    border-left: 0;
  }

  .yushi-closing .yushi-router-actions a::after {
    left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .yushi-motion-ready .yushi-section-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .yushi-convergence-streams path,
  .yushi-convergence-spine,
  .yushi-convergence-progress {
    animation: none !important;
    stroke-dashoffset: 0;
  }

  .yushi-convergence-sources circle {
    animation: none !important;
    opacity: 1;
  }

  .yushi-convergence-stream-flow,
  .yushi-convergence-stream-flow use,
  .yushi-convergence-runner,
  .yushi-convergence-node > i::before {
    animation: none !important;
    opacity: 0;
  }

  .yushi-convergence-node,
  .yushi-deal-path.is-convergence-visible .yushi-convergence-node {
    opacity: 1;
    transition: none;
  }

  .yushi-deal-document-set,
  .yushi-deal-document,
  .yushi-deal-path.is-convergence-visible .yushi-deal-document-set.is-active,
  .yushi-deal-path.is-convergence-visible .yushi-deal-document-set.is-active .yushi-deal-document {
    transition: none;
  }

  .yushi-capital-index-header,
  .yushi-capital-index-frame,
  .yushi-capital-index.is-capital-index-visible .yushi-capital-index-header,
  .yushi-capital-index.is-capital-index-visible .yushi-capital-index-frame {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .yushi-capital-track::before,
  .yushi-capital-index.is-capital-index-visible .yushi-capital-track::before {
    transform: scaleX(1);
    transition: none;
  }

  .yushi-capital-marquee {
    animation: none !important;
    transform: none !important;
  }

  .yushi-capital-name-set + .yushi-capital-name-set {
    display: none;
  }

  .yushi-router-line {
    stroke-dashoffset: 0;
    transition: none;
  }

  .yushi-router-flow {
    animation: none !important;
    opacity: 0;
  }

  .yushi-router-copy > *,
  .yushi-router-footer,
  .yushi-closing.is-router-visible .yushi-router-copy > *,
  .yushi-closing.is-router-visible .yushi-router-footer {
    opacity: 1;
    transform: none;
    transition: none;
  }

}
