html body[data-qidian-page="founder"] {
  --founder-paper: #f3eee5;
  --founder-paper-soft: #e8dece;
  --founder-ink: #17120d;
  --founder-ink-soft: #6a5748;
  --founder-dark: #11100d;
  --founder-gold: #765f43;
  --founder-gold-soft: #b69b72;
  --founder-line: rgba(23, 18, 13, .16);
  --founder-line-strong: rgba(23, 18, 13, .28);
  --founder-dark-line: rgba(243, 238, 229, .15);
  background: var(--founder-paper);
  color: var(--founder-ink);
  overflow-x: clip;
}

html body[data-qidian-page="founder"] *,
html body[data-qidian-page="founder"] *::before,
html body[data-qidian-page="founder"] *::after {
  box-sizing: border-box;
}

html body[data-qidian-page="founder"] a {
  color: inherit;
  text-decoration: none;
}

html body[data-qidian-page="founder"] img {
  display: block;
  max-width: 100%;
  height: auto;
}

html body[data-qidian-page="founder"] button,
html body[data-qidian-page="founder"] input,
html body[data-qidian-page="founder"] textarea,
html body[data-qidian-page="founder"] select {
  font: inherit;
}

html body[data-qidian-page="founder"] main {
  overflow-x: clip;
}

html body[data-qidian-page="founder"] main .q-rise,
html body[data-qidian-page="founder"] .qfootmap {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

html body[data-qidian-page="founder"] .shell {
  width: min(1240px, calc(100vw - 40px));
  margin: 0 auto;
}

html body[data-qidian-page="founder"] .eyebrow {
  color: var(--founder-gold);
  font: 700 12px/1.4 var(--qds-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  letter-spacing: .18em;
  text-transform: uppercase;
}

html body[data-qidian-page="founder"] .btn {
  min-height: 46px;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body[data-qidian-page="founder"] .btn.gold {
  background: var(--founder-gold-soft) !important;
  border-color: var(--founder-gold-soft) !important;
  color: #17120d !important;
}

html body[data-qidian-page="founder"] .btn.ghost {
  background: transparent !important;
  border-color: var(--founder-line-strong) !important;
  color: var(--founder-ink) !important;
}

html body[data-qidian-page="founder"] .founder-section--dark .btn.ghost {
  border-color: var(--founder-dark-line) !important;
  color: #f4ede0 !important;
}

html body[data-qidian-page="founder"] .site-head {
  background: rgba(17, 16, 13, .96);
  color: #f7f2e8;
  border-bottom: 1px solid rgba(247, 242, 232, .08);
}

html body[data-qidian-page="founder"] .brand b,
html body[data-qidian-page="founder"] .nav-links a,
html body[data-qidian-page="founder"] .nav-search,
html body[data-qidian-page="founder"] .nav-cta {
  letter-spacing: 0;
}

html body[data-qidian-page="founder"] .nav-links a {
  position: relative;
  color: rgba(247, 242, 232, .76);
}

html body[data-qidian-page="founder"] .nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 1px;
  background: var(--founder-gold-soft);
  content: "";
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .2s ease, transform .2s ease;
}

html body[data-qidian-page="founder"] .nav-links a:hover::after,
html body[data-qidian-page="founder"] .nav-links a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

html body[data-qidian-page="founder"] .nav-cta {
  background: var(--founder-gold-soft);
  color: var(--founder-dark);
  border-color: transparent;
}

html body[data-qidian-page="founder"] .footer {
  background: #0d0f0d;
  color: rgba(247, 242, 232, .66);
  border-top: 1px solid rgba(247, 242, 232, .08);
}

html body[data-qidian-page="founder"] .footer a:hover {
  color: var(--founder-paper);
}

html body[data-qidian-page="founder"] .footer-company b {
  color: var(--founder-paper);
}

html body[data-qidian-page="founder"] .founder-hero {
  padding: clamp(7rem, 11vw, 11rem) 0 0;
  background: var(--founder-paper);
}

html body[data-qidian-page="founder"] .founder-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr);
  gap: clamp(2.4rem, 6vw, 5rem);
  align-items: end;
  padding-bottom: clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid var(--founder-line);
}

html body[data-qidian-page="founder"] .founder-hero__copy {
  min-width: 0;
}

html body[data-qidian-page="founder"] .founder-hero__copy h1,
html body[data-qidian-page="founder"] .founder-section__title {
  font-family: var(--qds-serif, "Songti SC", "Noto Serif SC", STSong, serif);
  letter-spacing: -.06em;
  line-height: .95;
  font-weight: 600;
}

html body[data-qidian-page="founder"] .founder-hero__copy h1 {
  margin: .55rem 0 1.35rem;
  display: grid;
  width: fit-content;
  max-width: 100%;
  gap: .05em;
  color: var(--founder-ink) !important;
  font-size: clamp(52px, 7vw, 102px) !important;
}

html body[data-qidian-page="founder"] .founder-hero__copy h1 span {
  display: block;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

html body[data-qidian-page="founder"] .founder-hero__lead {
  margin: 0;
  max-width: 48ch;
  color: rgba(23, 18, 13, .76) !important;
  font-size: clamp(1.06rem, 1.55vw, 1.2rem);
  line-height: 1.9;
}

html body[data-qidian-page="founder"] .founder-hero__status {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 1.45rem;
  padding: 0 14px;
  border: 1px solid var(--founder-line-strong);
  color: var(--founder-gold);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
}

html body[data-qidian-page="founder"] .founder-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 2rem;
}

html body[data-qidian-page="founder"] .founder-hero__aside {
  display: grid;
  gap: 1rem;
}

html body[data-qidian-page="founder"] .founder-hero__figure {
  margin: 0;
}

html body[data-qidian-page="founder"] .founder-hero__figure img {
  width: 100%;
  border: 1px solid var(--founder-line);
  background: var(--founder-paper-soft);
}

html body[data-qidian-page="founder"] .founder-jump {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--founder-line);
}

html body[data-qidian-page="founder"] .founder-jump a {
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr) auto;
  gap: .95rem;
  align-items: start;
  min-height: 92px;
  padding: 14px 0;
  border-right: 1px solid var(--founder-line);
  border-bottom: 1px solid var(--founder-line);
  color: var(--founder-ink);
}

html body[data-qidian-page="founder"] .founder-jump a:nth-child(2n) {
  border-right: 0;
}

html body[data-qidian-page="founder"] .founder-jump span {
  color: var(--founder-gold);
  font: 600 .76rem/1.2 var(--qds-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  letter-spacing: .14em;
}

html body[data-qidian-page="founder"] .founder-jump b {
  display: block;
  color: var(--founder-ink) !important;
  font-size: 1.05rem;
}

html body[data-qidian-page="founder"] .founder-jump small {
  display: block;
  margin-top: .35rem;
  color: rgba(23, 18, 13, .66);
  line-height: 1.45;
}

html body[data-qidian-page="founder"] .founder-jump em {
  display: flex;
  gap: .35rem;
  font-style: normal;
  color: var(--founder-gold);
  white-space: nowrap;
}

html body[data-qidian-page="founder"] .founder-jump i,
html body[data-qidian-page="founder"] .founder-article__row i,
html body[data-qidian-page="founder"] .founder-verify__row i {
  font-style: normal;
  transition: transform .18s cubic-bezier(.16, 1, .3, 1);
}

html body[data-qidian-page="founder"] .founder-jump a:hover i,
html body[data-qidian-page="founder"] .founder-jump a:focus-visible i,
html body[data-qidian-page="founder"] .founder-article__row:hover i,
html body[data-qidian-page="founder"] .founder-article__row:focus-visible i,
html body[data-qidian-page="founder"] .founder-verify__row:hover i,
html body[data-qidian-page="founder"] .founder-verify__row:focus-visible i {
  transform: translateX(.35rem);
}

html body[data-qidian-page="founder"] .founder-section {
  padding: clamp(5rem, 9vw, 8.75rem) 0;
}

html body[data-qidian-page="founder"] .founder-section--dark {
  background: var(--founder-dark) !important;
  color: #f2eadc !important;
}

html body[data-qidian-page="founder"] .founder-section--warm {
  background: var(--founder-paper-soft) !important;
  color: var(--founder-ink) !important;
}

html body[data-qidian-page="founder"] .founder-section--warm .founder-section__title {
  color: var(--founder-ink) !important;
}

html body[data-qidian-page="founder"] .founder-section--warm .founder-section__copy,
html body[data-qidian-page="founder"] .founder-section--warm .founder-roles__note,
html body[data-qidian-page="founder"] .founder-section--warm .founder-role p,
html body[data-qidian-page="founder"] .founder-section--warm .founder-fit__item p,
html body[data-qidian-page="founder"] .founder-section--warm .founder-principle p,
html body[data-qidian-page="founder"] .founder-section--warm .founder-verify__row small,
html body[data-qidian-page="founder"] .founder-section--warm .founder-faq__item p {
  color: var(--founder-ink-soft) !important;
}

html body[data-qidian-page="founder"] .founder-section--warm .founder-verify__row b {
  color: var(--founder-ink) !important;
}

html body[data-qidian-page="founder"] .founder-section--dark .founder-section__title {
  color: #f2eadc !important;
}

html body[data-qidian-page="founder"] .founder-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, .95fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin-bottom: clamp(2.75rem, 6vw, 5rem);
}

html body[data-qidian-page="founder"] .founder-section__title {
  margin: .55rem 0 0;
  max-width: 12ch;
  font-size: clamp(2.7rem, 5.2vw, 6rem);
}

html body[data-qidian-page="founder"] .founder-section__copy {
  margin: 0;
  line-height: 1.86;
}

html body[data-qidian-page="founder"] .founder-section--dark .founder-section__copy {
  color: rgba(242, 234, 220, .82);
}

html body[data-qidian-page="founder"] .founder-section--warm .founder-section__copy {
  color: rgba(23, 18, 13, .78);
}

html body[data-qidian-page="founder"] .founder-section__actions {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
}

html body[data-qidian-page="founder"] .founder-roles__list,
html body[data-qidian-page="founder"] .founder-responsibility__list,
html body[data-qidian-page="founder"] .founder-fit__list,
html body[data-qidian-page="founder"] .founder-principles__list,
html body[data-qidian-page="founder"] .founder-work__facts,
html body[data-qidian-page="founder"] .founder-verify__list,
html body[data-qidian-page="founder"] .founder-faq__list {
  border-top: 1px solid var(--founder-line);
}

html body[data-qidian-page="founder"] .founder-role,
html body[data-qidian-page="founder"] .founder-responsibility__item,
html body[data-qidian-page="founder"] .founder-fit__item,
html body[data-qidian-page="founder"] .founder-principle,
html body[data-qidian-page="founder"] .founder-work__item {
  background: transparent !important;
}

html body[data-qidian-page="founder"] .founder-role {
  display: grid;
  grid-template-columns: 4.5rem minmax(10rem, .38fr) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
  min-height: 6rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--founder-line);
}

html body[data-qidian-page="founder"] .founder-role span,
html body[data-qidian-page="founder"] .founder-responsibility__item span,
html body[data-qidian-page="founder"] .founder-fit__item span,
html body[data-qidian-page="founder"] .founder-principle b,
html body[data-qidian-page="founder"] .founder-work__item span {
  color: var(--founder-gold-soft);
  font: 600 .78rem/1.2 var(--qds-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  letter-spacing: .14em;
}

html body[data-qidian-page="founder"] .founder-role b,
html body[data-qidian-page="founder"] .founder-responsibility__item b,
html body[data-qidian-page="founder"] .founder-fit__item b,
html body[data-qidian-page="founder"] .founder-work__item b,
html body[data-qidian-page="founder"] .founder-faq__item summary {
  margin: 0;
  color: inherit;
  font-family: var(--qds-serif, "Songti SC", "Noto Serif SC", STSong, serif);
  letter-spacing: -.03em;
}

html body[data-qidian-page="founder"] .founder-role b {
  font-size: clamp(1.35rem, 1.85vw, 2rem);
  color: var(--founder-ink) !important;
}

html body[data-qidian-page="founder"] .founder-role p,
html body[data-qidian-page="founder"] .founder-responsibility__item p,
html body[data-qidian-page="founder"] .founder-section__copy,
html body[data-qidian-page="founder"] .founder-contact__body p {
  margin: 0;
  line-height: 1.86;
}

html body[data-qidian-page="founder"] .founder-role p,
html body[data-qidian-page="founder"] .founder-fit__item p,
html body[data-qidian-page="founder"] .founder-principle p,
html body[data-qidian-page="founder"] .founder-work__item p,
html body[data-qidian-page="founder"] .founder-verify__row small,
html body[data-qidian-page="founder"] .founder-faq__item p {
  color: inherit;
}

html body[data-qidian-page="founder"] .founder-roles__note {
  margin: 1rem 0 0;
  color: rgba(23, 18, 13, .78);
  line-height: 1.8;
}

html body[data-qidian-page="founder"] .founder-responsibility__item {
  display: grid;
  grid-template-columns: 4.5rem minmax(10rem, .38fr) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
  min-height: 6rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--founder-dark-line);
}

html body[data-qidian-page="founder"] .founder-responsibility__item span {
  color: var(--founder-gold-soft);
}

html body[data-qidian-page="founder"] .founder-responsibility__item b {
  font-size: clamp(1.35rem, 1.85vw, 2rem);
  color: #f4ede0 !important;
}

html body[data-qidian-page="founder"] .founder-responsibility__item p {
  color: rgba(242, 234, 220, .86);
}

html body[data-qidian-page="founder"] .founder-field__list {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.4rem);
}

html body[data-qidian-page="founder"] .founder-field__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, .92fr);
  gap: clamp(1.8rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(1.3rem, 2vw, 1.8rem) 0;
  border-top: 1px solid var(--founder-dark-line);
  border-bottom: 1px solid var(--founder-dark-line);
  background: transparent !important;
}

html body[data-qidian-page="founder"] .founder-field__row:nth-child(even) .founder-field__media {
  order: 2;
}

html body[data-qidian-page="founder"] .founder-field__row:nth-child(even) .founder-field__copy {
  order: 1;
}

html body[data-qidian-page="founder"] .founder-field__media img {
  width: 100%;
  border: 1px solid var(--founder-dark-line);
  background: #0f0e0b;
}

html body[data-qidian-page="founder"] .founder-field__copy {
  min-width: 0;
}

html body[data-qidian-page="founder"] .founder-field__eyebrow {
  color: var(--founder-gold-soft) !important;
  margin-bottom: .35rem;
}

html body[data-qidian-page="founder"] .founder-field__copy h3 {
  margin: 0 0 .8rem;
  color: #f4ede0;
  font-family: var(--qds-serif, "Songti SC", "Noto Serif SC", STSong, serif);
  font-size: clamp(1.65rem, 2.2vw, 2.8rem);
  letter-spacing: -.03em;
}

html body[data-qidian-page="founder"] .founder-field__copy p {
  color: #f0e8db;
  line-height: 1.82;
}

html body[data-qidian-page="founder"] .founder-fit__item {
  display: grid;
  grid-template-columns: minmax(9rem, .34fr) minmax(0, 1fr);
  gap: 1rem 1.2rem;
  align-items: start;
  min-height: 6.5rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--founder-line);
  background: transparent !important;
}

html body[data-qidian-page="founder"] .founder-fit__item span {
  display: block;
  color: var(--founder-gold);
  font-family: var(--qds-serif, "Songti SC", "Noto Serif SC", STSong, serif);
  font-size: clamp(3.5rem, 5vw, 5rem);
  line-height: .9;
  letter-spacing: -.06em;
}

html body[data-qidian-page="founder"] .founder-fit__item b {
  display: block;
  margin-top: .15rem;
  font-size: clamp(1.15rem, 1.6vw, 1.8rem);
  color: var(--founder-ink) !important;
}

html body[data-qidian-page="founder"] .founder-fit__item p {
  margin: .6rem 0 0;
  color: rgba(23, 18, 13, .78);
  line-height: 1.82;
}

html body[data-qidian-page="founder"] .founder-principle {
  display: grid;
  grid-template-columns: 4.2rem minmax(0, 1fr);
  gap: 1rem 1.2rem;
  align-items: start;
  min-height: 6rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--founder-line);
  background: transparent !important;
}

html body[data-qidian-page="founder"] .founder-principle b {
  color: var(--founder-gold);
}

html body[data-qidian-page="founder"] .founder-principle h3 {
  margin: 0 0 .6rem;
  color: var(--founder-ink) !important;
  font-family: var(--qds-serif, "Songti SC", "Noto Serif SC", STSong, serif);
  font-size: clamp(1.25rem, 1.8vw, 2.1rem);
  letter-spacing: -.03em;
}

html body[data-qidian-page="founder"] .founder-principle p {
  color: rgba(23, 18, 13, .78);
}

html body[data-qidian-page="founder"] .founder-work__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--founder-dark-line);
  border-bottom: 1px solid var(--founder-dark-line);
}

html body[data-qidian-page="founder"] .founder-work__item {
  padding: 1.5rem 1.15rem 1.35rem 0;
  border-right: 1px solid var(--founder-dark-line);
  background: transparent !important;
}

html body[data-qidian-page="founder"] .founder-work__item:last-child {
  border-right: 0;
}

html body[data-qidian-page="founder"] .founder-work__item span {
  display: block;
  color: #f4d7a1;
  font-family: var(--qds-serif, "Songti SC", "Noto Serif SC", STSong, serif);
  font-size: clamp(3.8rem, 7vw, 6.5rem);
  line-height: .9;
  letter-spacing: -.06em;
}

html body[data-qidian-page="founder"] .founder-work__item b {
  display: block;
  margin-top: 1.2rem;
  font-size: clamp(1.15rem, 1.6vw, 1.8rem);
  color: #f4ede0 !important;
}

html body[data-qidian-page="founder"] .founder-work__item p {
  margin: .6rem 0 0;
  color: #f0e8db;
  line-height: 1.82;
}

html body[data-qidian-page="founder"] .founder-work__articles {
  border-top: 1px solid var(--founder-dark-line);
  margin-top: 1.2rem;
}

html body[data-qidian-page="founder"] .founder-article__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .8rem 1rem;
  align-items: start;
  min-height: 6rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--founder-dark-line);
}

html body[data-qidian-page="founder"] .founder-article__row b {
  display: block;
  color: #f4ede0;
  font-size: clamp(1.05rem, 1.5vw, 1.55rem);
  line-height: 1.4;
}

html body[data-qidian-page="founder"] .founder-article__row small {
  grid-column: 1 / -1;
  color: rgba(242, 234, 220, .62);
  word-break: break-all;
  line-height: 1.5;
}

html body[data-qidian-page="founder"] .founder-article__row em {
  display: flex;
  gap: .35rem;
  color: var(--founder-gold-soft);
  font-style: normal;
  white-space: nowrap;
}

html body[data-qidian-page="founder"] .founder-verify__row {
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr) minmax(15rem, .9fr);
  gap: 1rem 1.25rem;
  align-items: start;
  min-height: 4.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--founder-line);
  background: transparent !important;
}

html body[data-qidian-page="founder"] .founder-verify__row span {
  color: var(--founder-gold);
  font: 600 .78rem/1.2 var(--qds-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  letter-spacing: .12em;
}

html body[data-qidian-page="founder"] .founder-verify__row b {
  color: var(--founder-ink);
  font-size: 1.05rem;
}

html body[data-qidian-page="founder"] .founder-verify__row small {
  color: rgba(23, 18, 13, .62);
  word-break: break-all;
}

html body[data-qidian-page="founder"] .founder-faq__list {
  display: grid;
  gap: 1rem;
}

html body[data-qidian-page="founder"] .founder-faq__item {
  border: 1px solid var(--founder-line);
  background: transparent !important;
  color: var(--founder-ink) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
}

html body[data-qidian-page="founder"] .founder-faq__item[open] {
  background: transparent !important;
}

html body[data-qidian-page="founder"] .founder-faq__item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  padding: 1rem 1.15rem;
  cursor: pointer;
  list-style: none;
  color: var(--founder-ink) !important;
  font-size: clamp(1.1rem, 1.55vw, 1.55rem);
  background: transparent !important;
}

html body[data-qidian-page="founder"] .founder-faq__item summary::-webkit-details-marker {
  display: none;
}

html body[data-qidian-page="founder"] .founder-faq__item summary::after {
  content: "展开";
  color: var(--founder-gold);
  font: 600 .78rem/1.2 var(--qds-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  letter-spacing: .12em;
  white-space: nowrap;
}

html body[data-qidian-page="founder"] .founder-faq__item div {
  padding: 0 1.15rem 1.15rem;
  border-top: 1px solid var(--founder-line);
}

html body[data-qidian-page="founder"] .founder-faq__item p {
  margin: 0;
  color: var(--founder-ink);
  line-height: 1.86;
}

html body[data-qidian-page="founder"] .founder-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

html body[data-qidian-page="founder"] .founder-contact__title {
  color: #f4ede0 !important;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  margin: .55rem 0 0;
  max-width: 11ch;
}

html body[data-qidian-page="founder"] .founder-contact__body {
  margin: 0;
  color: rgba(242, 234, 220, .82);
}

html body[data-qidian-page="founder"] .founder-contact__body p {
  max-width: 44rem;
}

html body[data-qidian-page="founder"] .founder-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 1.6rem;
}

html body[data-qidian-page="founder"] .founder-contact__cases {
  color: var(--founder-gold-soft);
  font-weight: 700;
}

html body[data-qidian-page="founder"] .qfootmap {
  background: var(--founder-paper-soft);
  color: var(--founder-ink);
  border-top: 1px solid var(--founder-line);
}

html body[data-qidian-page="founder"] .qfootmap a {
  color: inherit;
}

html body[data-qidian-page="founder"] .qfootmap__cta b,
html body[data-qidian-page="founder"] .qfootmap h3 {
  color: var(--founder-ink);
}

html body[data-qidian-page="founder"] .qfootmap__cta span {
  color: rgba(23, 18, 13, .68);
}

html body[data-qidian-page="founder"] .qfootmap__more {
  color: var(--founder-gold);
}

html body[data-qidian-page="founder"] .qfootmap__grid,
html body[data-qidian-page="founder"] .qfootmap__col ul,
html body[data-qidian-page="founder"] .qfootmap__col li {
  border-color: var(--founder-line);
}

html body[data-qidian-page="founder"] .qfootmap__col li a:hover,
html body[data-qidian-page="founder"] .qfootmap__cta button:hover {
  color: var(--founder-gold);
}

html body[data-qidian-page="founder"] .qfootmap__cta button {
  background: transparent;
  color: var(--founder-ink);
  border: 1px solid var(--founder-line-strong);
  box-shadow: none;
}

html body[data-qidian-page="founder"] .qfootmap__cta button,
html body[data-qidian-page="founder"] .qfootmap__col a {
  transition: color .18s ease, border-color .18s ease;
}

html body[data-qidian-page="founder"] :focus-visible {
  outline: 2px solid #d5ae63;
  outline-offset: 4px;
}

@media (max-width: 1000px) {
  html body[data-qidian-page="founder"] .nav-links:not(.open) {
    display: none !important;
  }

  html body[data-qidian-page="founder"] .nav-links.open {
    display: flex !important;
  }

  html body[data-qidian-page="founder"] .founder-hero__grid,
  html body[data-qidian-page="founder"] .founder-section__head,
  html body[data-qidian-page="founder"] .founder-field__row,
  html body[data-qidian-page="founder"] .founder-contact__grid {
    grid-template-columns: 1fr;
  }

  html body[data-qidian-page="founder"] .founder-jump {
    grid-template-columns: 1fr;
    max-width: 40rem;
  }

  html body[data-qidian-page="founder"] .founder-jump a {
    border-right: 0;
  }

  html body[data-qidian-page="founder"] .founder-role,
  html body[data-qidian-page="founder"] .founder-responsibility__item,
  html body[data-qidian-page="founder"] .founder-principle,
  html body[data-qidian-page="founder"] .founder-verify__row {
    grid-template-columns: 4.5rem minmax(0, 1fr);
  }

  html body[data-qidian-page="founder"] .founder-role p,
  html body[data-qidian-page="founder"] .founder-responsibility__item p,
  html body[data-qidian-page="founder"] .founder-verify__row small {
    grid-column: 2 / -1;
  }

  html body[data-qidian-page="founder"] .founder-work__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body[data-qidian-page="founder"] .founder-work__item:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 620px) {
  html body[data-qidian-page="founder"] .shell {
    width: min(92vw, 1240px);
  }

  html body[data-qidian-page="founder"] .founder-hero {
    padding: 4.5rem 0 0;
  }

  html body[data-qidian-page="founder"] .founder-hero__copy h1 {
    width: 100%;
    font-size: clamp(52px, 14vw, 66px) !important;
  }

  html body[data-qidian-page="founder"] .founder-hero__copy h1 span {
    max-width: 7em;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  html body[data-qidian-page="founder"] .founder-hero__grid {
    padding-bottom: 1.8rem;
  }

  html body[data-qidian-page="founder"] .founder-work__facts,
  html body[data-qidian-page="founder"] .founder-jump {
    grid-template-columns: 1fr;
  }

  html body[data-qidian-page="founder"] .founder-work__item,
  html body[data-qidian-page="founder"] .founder-article__row,
  html body[data-qidian-page="founder"] .founder-verify__row {
    grid-template-columns: 1fr;
    border-right: 0;
  }

  html body[data-qidian-page="founder"] .founder-role,
  html body[data-qidian-page="founder"] .founder-responsibility__item,
  html body[data-qidian-page="founder"] .founder-principle,
  html body[data-qidian-page="founder"] .founder-fit__item,
  html body[data-qidian-page="founder"] .founder-field__row {
    grid-template-columns: 1fr;
  }

  html body[data-qidian-page="founder"] .founder-role p,
  html body[data-qidian-page="founder"] .founder-responsibility__item p,
  html body[data-qidian-page="founder"] .founder-verify__row small {
    grid-column: auto;
  }

  html body[data-qidian-page="founder"] .founder-field__row:nth-child(even) .founder-field__media,
  html body[data-qidian-page="founder"] .founder-field__row:nth-child(even) .founder-field__copy {
    order: initial;
  }

  html body[data-qidian-page="founder"] .founder-section {
    padding: 4.4rem 0;
  }

  html body[data-qidian-page="founder"] .founder-section__title,
  html body[data-qidian-page="founder"] .founder-contact__title {
    font-size: clamp(2.3rem, 11vw, 4rem);
  }

  html body[data-qidian-page="founder"] .founder-contact__actions {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body[data-qidian-page="founder"] .founder-jump i,
  html body[data-qidian-page="founder"] .founder-article__row i,
  html body[data-qidian-page="founder"] .founder-verify__row i,
  html body[data-qidian-page="founder"] .btn {
    transition: none;
  }
}
