/* Founder story module — isolated from the homepage scene system. */
.lingdi-founder-story {
  --lfs-ink: #f4f6f2;
  --lfs-muted: rgba(244, 246, 242, 0.7);
  --lfs-line: rgba(244, 246, 242, 0.2);
  --lfs-green: #c8ff3d;
  --lfs-bg: #050807;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  overflow: clip;
  color: var(--lfs-ink);
  background: var(--lfs-bg);
  border-top: 1px solid rgba(244, 246, 242, 0.08);
}

.lingdi-founder-story *,
.lingdi-founder-story *::before,
.lingdi-founder-story *::after {
  box-sizing: border-box;
}

.lingdi-founder-story__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  overflow: hidden;
  background: #050807;
}

.lingdi-founder-story__media picture,
.lingdi-founder-story__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.lingdi-founder-story__media img {
  object-fit: cover;
  object-position: 88% 42%;
  transform: scale(1.012);
  animation: lfs-photo-drift 24s ease-in-out infinite alternate;
}

.lingdi-founder-story__veil {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 85% 38%, rgba(5, 8, 7, 0) 0 18%, rgba(5, 8, 7, 0.13) 42%, rgba(5, 8, 7, 0.58) 78%),
    linear-gradient(90deg, #050807 0 24%, rgba(5, 8, 7, 0.96) 32%, rgba(5, 8, 7, 0.62) 48%, rgba(5, 8, 7, 0.06) 72%),
    linear-gradient(180deg, rgba(5, 8, 7, 0.1), rgba(5, 8, 7, 0.12) 64%, #050807 100%);
}

.lingdi-founder-story__grid {
  display: none;
}

.lingdi-founder-story__inner {
  width: min(100% - 64px, 1440px);
  min-height: 1480px;
  margin: 0 auto;
  padding: 116px 0 46px;
  position: relative;
}

.lingdi-founder-story__intro {
  width: min(40%, 590px);
  margin-left: 0;
}

.lingdi-founder-story__chapter,
.lingdi-founder-story__eyebrow,
.lingdi-founder-story__identity,
.lingdi-founder-story__year,
.lingdi-founder-story__tab-index,
.lingdi-founder-story__detail-meta,
.lingdi-founder-story__award {
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lingdi-founder-story__chapter,
.lingdi-founder-story__eyebrow {
  margin: 0;
  color: var(--lfs-green);
  font-size: 13px;
  font-weight: 760;
}

.lingdi-founder-story__eyebrow {
  margin-top: 18px;
  color: var(--lfs-muted);
}

.lingdi-founder-story__intro h2 {
  max-width: 720px;
  margin: 22px 0 24px;
  font-size: clamp(54px, 5.8vw, 96px);
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.lingdi-founder-story__lead {
  max-width: 670px;
  margin: 0;
  color: rgba(244, 246, 242, 0.85);
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.76;
}

.lingdi-founder-story__identity {
  margin: 26px 0 0;
  color: var(--lfs-muted);
  font-size: 12px;
  font-weight: 700;
}

.lingdi-founder-story__cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
  padding: 13px 0;
  border: 0;
  color: var(--lfs-green);
  text-decoration: none;
  font-size: 14px;
  font-weight: 760;
  transition: color 180ms ease, gap 180ms ease;
}

.lingdi-founder-story__cta:hover,
.lingdi-founder-story__cta:focus-visible {
  gap: 24px;
  color: #fff;
  background: transparent;
}

.lingdi-founder-story__status {
  display: none;
}

.lingdi-founder-story__timeline {
  display: flex;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 82px 0 0;
  padding: 0;
  list-style: none;
  border-top: 0;
  border-bottom: 0;
}

.lingdi-founder-story__item {
  min-width: 0;
  flex: 1 1 0;
}

.lingdi-founder-story__tab {
  width: 100%;
  min-height: 154px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border: 0;
  border-right: 0;
  color: var(--lfs-muted);
  background: transparent;
  text-align: left;
  font: inherit;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.lingdi-founder-story__item:last-child .lingdi-founder-story__tab {
  border-right: 0;
}

.lingdi-founder-story__tab:hover,
.lingdi-founder-story__tab:focus-visible,
.lingdi-founder-story__tab[aria-expanded="true"] {
  color: var(--lfs-ink);
  background: transparent;
}

.lingdi-founder-story__tab:focus-visible,
.lingdi-founder-story__cta:focus-visible {
  outline: 3px solid var(--lfs-green);
  outline-offset: 3px;
}

.lingdi-founder-story__tab-index,
.lingdi-founder-story__year {
  font-size: 11px;
  font-weight: 760;
}

.lingdi-founder-story__tab-index {
  color: var(--lfs-green);
}

.lingdi-founder-story__tab strong {
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.24;
}

.lingdi-founder-story__tab small {
  font-size: 12px;
  line-height: 1.45;
}

.lingdi-founder-story__detail {
  position: relative;
  z-index: 2;
  margin: 30px 0 0;
  padding: 0;
  border-left: 0;
  background: transparent;
}

.lingdi-founder-story__detail-meta {
  margin: 0 0 11px;
  color: var(--lfs-green);
  font-size: 11px;
  font-weight: 760;
}

.lingdi-founder-story__detail h3 {
  margin: 0;
  font-size: clamp(25px, 2.2vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.lingdi-founder-story__school-names {
  display: flex;
  flex-wrap: wrap;
  gap: .15em .38em;
}

.lingdi-founder-story__school-names span {
  white-space: nowrap;
}

.lingdi-founder-story__detail > p:last-child {
  max-width: 760px;
  margin: 15px 0 0;
  color: var(--lfs-muted);
  font-size: 15px;
  line-height: 1.7;
}

.lingdi-founder-story__institution-stage {
  display: flex;
  align-items: center;
  width: min(100%, 430px);
  min-height: 54px;
  margin: 16px 0 18px;
  gap: 26px;
}

.lingdi-founder-story__institution-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0;
  background: transparent;
}

.lingdi-founder-story__institution-mark + .lingdi-founder-story__institution-mark {
  border-left: 0;
}

.lingdi-founder-story__institution-mark img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.lingdi-founder-story__institution-mark--msu img {
  width: min(100%, 240px);
}

.lingdi-founder-story__institution-mark--umich {
  padding: 0;
  background: transparent;
}

.lingdi-founder-story__institution-mark--umich img {
  width: 58px;
}

.lingdi-founder-story__institution-stage--ey {
  width: min(100%, 220px);
  min-height: 92px;
  background: transparent;
}

.lingdi-founder-story__institution-mark--ey {
  padding: 0;
  background: transparent;
}

.lingdi-founder-story__institution-mark--ey img {
  width: min(100%, 210px);
}

.lingdi-founder-story__brand-stage {
  display: block;
  margin: 16px 0 18px;
  padding: 0;
  overflow: visible;
  position: relative;
  background: transparent;
}

.lingdi-founder-story__brand-stage::after {
  content: none;
}

.lingdi-founder-story__hey-lockup {
  display: grid;
  align-items: center;
  gap: 8px;
  padding-top: 0;
  position: relative;
  z-index: 1;
}

.lingdi-founder-story__rising-mark {
  display: block;
  width: min(100%, 350px);
}

.lingdi-founder-story__rising-mark img {
  display: block;
  width: 100%;
  height: auto;
}

.lingdi-founder-story__hey-lockup span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  letter-spacing: 0.11em;
}

.lingdi-founder-story__chameleon {
  box-sizing: border-box;
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  padding: 0;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.lingdi-founder-story__hey-wordmark {
  color: #fff;
  font-size: clamp(27px, 2.4vw, 40px);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
}

.lingdi-founder-story__award {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 760;
}

.lingdi-founder-story__power-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 230px);
  min-height: 48px;
  margin: 16px 0 18px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.lingdi-founder-story__power-mark img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.lingdi-founder-story__disclaimer {
  margin: 20px 0 0;
  color: rgba(244, 246, 242, 0.5);
  font-size: 11px;
  line-height: 1.55;
}

@media (min-width: 1200px) {
  .lingdi-founder-story__media {
    inset: clamp(24px, 3svh, 40px) 0 auto;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: min(960px, calc(100svh - 40px));
  }

  .lingdi-founder-story__media picture {
    flex: 0 0 auto;
    width: auto;
    height: 100%;
    aspect-ratio: 1600 / 2133;
    margin-left: auto;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 9%, #000 30%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 9%, #000 30%);
  }

  .lingdi-founder-story__media img {
    object-fit: contain;
    object-position: right top;
    transform: none;
    animation: none;
  }

  .lingdi-founder-story__veil {
    background:
      radial-gradient(circle at 82% 35%, rgba(5, 8, 7, 0) 0 22%, rgba(5, 8, 7, 0.08) 48%, rgba(5, 8, 7, 0.46) 84%),
      linear-gradient(90deg, #050807 0%, #050807 34%, rgba(5, 8, 7, 0.98) 42%, rgba(5, 8, 7, 0.76) 51%, rgba(5, 8, 7, 0.22) 63%, rgba(5, 8, 7, 0) 74%),
      linear-gradient(180deg, rgba(5, 8, 7, 0.14), rgba(5, 8, 7, 0.04) 55%, rgba(5, 8, 7, 0.46) 76%, #050807 100%);
  }

  .lingdi-founder-story__grid {
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 43%, transparent 88%);
    mask-image: linear-gradient(90deg, #000 0%, #000 43%, transparent 88%);
  }

  .lingdi-founder-story__inner {
    width: min(100% - 96px, 1600px);
    min-height: clamp(1180px, 128svh, 1380px);
    padding-top: clamp(88px, 8svh, 124px);
  }

  .lingdi-founder-story__intro,
  .lingdi-founder-story.is-enhanced .lingdi-founder-story__detail {
    width: min(40vw, 560px);
  }

  .lingdi-founder-story__intro {
    margin-right: auto;
    margin-left: 0;
  }

  .lingdi-founder-story__intro h2 {
    max-width: 560px;
    font-size: clamp(42px, 3vw, 48px);
    line-height: 1;
  }

  .lingdi-founder-story__lead {
    max-width: 550px;
    font-size: clamp(16px, 1.1vw, 17px);
    line-height: 1.7;
  }

  html[lang^="en"] .lingdi-founder-story__intro h2 {
    font-size: clamp(38px, 2.7vw, 44px);
    line-height: 1.04;
  }

  html[lang^="en"] .lingdi-founder-story__tab[data-founder-mobile-label="Tianpu"] {
    min-height: clamp(175px, calc(135px + 3.125vw), 180px);
  }

  .lingdi-founder-story.is-enhanced .lingdi-founder-story__inner {
    min-height: clamp(1180px, 128svh, 1380px);
  }

  .lingdi-founder-story.is-enhanced .lingdi-founder-story__timeline {
    position: absolute;
    inset: auto 0 38px;
    margin: 0;
  }

  .lingdi-founder-story.is-enhanced .lingdi-founder-story__detail {
    position: absolute;
    top: auto;
    right: auto;
    left: 0;
    bottom: calc(100% + 28px);
    width: min(47%, 650px);
    min-height: 0;
    margin: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .lingdi-founder-story.is-enhanced .lingdi-founder-story__detail[hidden] {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    pointer-events: none;
    transition: none;
  }

  .lingdi-founder-story:not(.is-enhanced) .lingdi-founder-story__timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 0;
  }

  .lingdi-founder-story:not(.is-enhanced) .lingdi-founder-story__item {
    border-bottom: 0;
  }

  .lingdi-founder-story:not(.is-enhanced) .lingdi-founder-story__detail {
    min-height: 260px;
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .lingdi-founder-story {
    padding-top: min(72svh, 740px);
  }

  .lingdi-founder-story__media {
    inset: 0 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
    height: min(74svh, 760px);
  }

  .lingdi-founder-story__media picture {
    flex: 0 0 auto;
    width: auto;
    height: 100%;
    aspect-ratio: 1600 / 2133;
  }

  .lingdi-founder-story__media img {
    object-fit: contain;
    object-position: center top;
    transform: none;
    animation: none;
  }

  .lingdi-founder-story__veil {
    background:
      linear-gradient(180deg, rgba(5, 8, 7, 0.05), rgba(5, 8, 7, 0.12) 46%, #050807 96%),
      linear-gradient(90deg, rgba(5, 8, 7, 0.05), rgba(5, 8, 7, 0.18));
  }

  .lingdi-founder-story__grid {
    opacity: 0.14;
    -webkit-mask-image: linear-gradient(180deg, transparent 28%, #000 86%);
    mask-image: linear-gradient(180deg, transparent 28%, #000 86%);
  }

  .lingdi-founder-story__inner {
    width: min(100% - 40px, 760px);
    min-height: 0;
    padding: 58px 0 70px;
  }

  .lingdi-founder-story__intro {
    width: 100%;
    margin: 0;
  }

  .lingdi-founder-story__intro h2 {
    max-width: 13ch;
    font-size: clamp(45px, 10vw, 76px);
  }

  .lingdi-founder-story__timeline {
    grid-template-columns: 1fr;
    margin-top: 54px;
    border-bottom: 0;
  }

  .lingdi-founder-story__item {
    border-bottom: 0;
  }

  .lingdi-founder-story__tab {
    min-height: 0;
    padding: 20px 0;
    border-right: 0;
    background: transparent;
  }

  .lingdi-founder-story__tab:hover,
  .lingdi-founder-story__tab:focus-visible,
  .lingdi-founder-story__tab[aria-expanded="true"] {
    background: transparent;
  }

  .lingdi-founder-story__tab strong {
    font-size: clamp(22px, 5.5vw, 34px);
  }

  .lingdi-founder-story__detail,
  .lingdi-founder-story__detail[hidden] {
    display: block;
    margin: 0 0 24px;
    padding: 0 0 24px 18px;
    background: transparent;
  }

  .lingdi-founder-story__detail h3 {
    font-size: clamp(26px, 6.2vw, 40px);
  }

  .lingdi-founder-story__brand-stage {
    padding: 20px;
  }

  .lingdi-founder-story__disclaimer {
    margin-top: 28px;
  }
}

@media (max-width: 520px) {
  .lingdi-founder-story {
    padding-top: min(61svh, 590px);
  }

  .lingdi-founder-story__media {
    height: min(61svh, 590px);
  }

  .lingdi-founder-story__inner {
    width: min(100% - 32px, 470px);
    padding-top: 46px;
  }

  .lingdi-founder-story__intro h2 {
    margin-top: 18px;
    font-size: clamp(43px, 12.6vw, 62px);
  }

  .lingdi-founder-story__lead {
    font-size: 16px;
    line-height: 1.72;
  }

  .lingdi-founder-story__cta {
    width: max-content;
    max-width: 100%;
  }

  .lingdi-founder-story__hey-lockup {
    gap: 7px;
  }

  .lingdi-founder-story__chameleon {
    width: 88px;
    height: 88px;
    flex-basis: 88px;
    padding: 0;
    transform: translateY(-7px);
  }

  .lingdi-founder-story__hey-wordmark {
    font-size: clamp(28px, 9vw, 41px);
    letter-spacing: 0.08em;
  }

  .lingdi-founder-story__award {
    line-height: 1.6;
  }
}

@media (max-width: 899px) {
  .lingdi-founder-story__intro h2 {
    max-width: 100%;
    font-size: clamp(42px, 8.4vw, 60px);
    line-height: 0.98;
    text-wrap: pretty;
  }

  .lingdi-founder-story__lead {
    max-width: 100%;
  }

  .lingdi-founder-story__institution-stage {
    gap: 18px;
  }

  .lingdi-founder-story__institution-mark--msu img {
    width: min(100%, 205px);
  }
}

@media (max-width: 700px) {
  .lingdi-founder-story__intro h2 {
    font-size: clamp(30px, 7.8vw, 33px);
    line-height: 1.04;
  }

  html[lang^="en"] .lingdi-founder-story__intro h2 {
    font-size: clamp(29px, 7.5vw, 32px);
    line-height: 1.06;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__status {
    display: block;
    margin: 44px 0 10px;
    color: rgba(244, 246, 242, 0.62);
    font-size: 11px;
    font-weight: 720;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__timeline {
    --lfs-mobile-tab-height: 68px;
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-height: calc(var(--lfs-mobile-tab-height) + var(--lfs-mobile-panel-height, 330px));
    margin-top: 0;
    padding: 0 0 var(--lfs-mobile-panel-height, 330px);
    border: 0;
    background: transparent;
    touch-action: pan-y;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__timeline::before {
    content: none;
  }

  .lingdi-founder-story[data-founder-active="1"] .lingdi-founder-story__timeline::before {
    background: none;
  }

  .lingdi-founder-story[data-founder-active="2"] .lingdi-founder-story__timeline::before {
    background: none;
  }

  .lingdi-founder-story[data-founder-active="3"] .lingdi-founder-story__timeline::before {
    background: none;
  }

  .lingdi-founder-story[data-founder-active="4"] .lingdi-founder-story__timeline::before {
    background: none;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__item {
    position: static;
    flex: 1 1 20%;
    min-width: 0;
    border: 0;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__tab {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: var(--lfs-mobile-tab-height);
    height: var(--lfs-mobile-tab-height);
    align-items: center;
    justify-content: center;
    padding: 8px 4px;
    border: 0;
    border-right: 0;
    color: rgba(244, 246, 242, 0.62);
    background: transparent;
    text-align: center;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__item:last-child .lingdi-founder-story__tab {
    border-right: 0;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__tab > * {
    display: none;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__tab::after {
    content: attr(data-founder-mobile-label);
    display: block;
    font-size: clamp(9px, 2.75vw, 12px);
    font-weight: 760;
    line-height: 1.24;
    letter-spacing: -0.01em;
    overflow-wrap: normal;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__tab::before {
    content: none;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__tab:hover,
  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__tab:focus-visible,
  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__tab[aria-expanded="true"] {
    color: #fff;
    background: transparent;
    transform: translateY(-2px);
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__tab[aria-expanded="true"]::before {
    content: none;
  }

  .lingdi-founder-story__cta {
    min-height: 44px;
    padding-inline: 0;
    border: 0;
    color: var(--lfs-green);
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__detail,
  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__detail[hidden] {
    position: absolute;
    top: var(--lfs-mobile-tab-height);
    right: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: auto;
    min-height: var(--lfs-mobile-panel-height, 330px);
    margin: 0;
    padding: 30px 0 28px;
    border: 0;
    border-top: 0;
    background: transparent;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__detail[hidden] {
    display: none;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__detail h3 {
    font-size: clamp(25px, 7vw, 34px);
    line-height: 1.08;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__school-names {
    display: grid;
    gap: 4px;
    font-size: clamp(18px, 5.35vw, 22px);
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__school-names span {
    min-width: 0;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__school-names .school-separator {
    display: none;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__detail > p:last-child {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.66;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__institution-stage {
    grid-template-columns: minmax(0, 1fr) 108px;
    min-height: 112px;
    margin: 16px 0 18px;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__institution-mark {
    padding: 0;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__institution-mark--umich {
    padding: 0;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__institution-mark--umich img {
    width: 84px;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__institution-stage--ey {
    grid-template-columns: 1fr;
    width: min(100%, 190px);
    min-height: 90px;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__institution-mark--ey {
    padding: 0;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__institution-mark--ey img {
    width: min(100%, 180px);
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__brand-stage {
    gap: 13px;
    margin-top: 17px;
    padding: 0;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__chameleon {
    width: 82px;
    height: 82px;
    flex-basis: 82px;
    padding: 0;
    transform: translateY(-7px);
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__hey-wordmark {
    font-size: clamp(27px, 9vw, 39px);
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__power-mark {
    min-height: 76px;
    margin-top: 17px;
    padding: 0;
  }

  .lingdi-founder-story.is-enhanced.is-mobile-stage .lingdi-founder-story__disclaimer {
    margin-top: 22px;
  }
}

@keyframes lfs-photo-drift {
  from { transform: scale(1.012) translate3d(0, 0, 0); }
  to { transform: scale(1.055) translate3d(-0.35%, -0.25%, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .lingdi-founder-story *,
  .lingdi-founder-story *::before,
  .lingdi-founder-story *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  .lingdi-founder-story__media img {
    transform: none;
  }
}
