html body[data-qidian-page="services"] {
  --services-paper: #f7efe3;
  --services-paper-2: #efe2cf;
  --services-bg: #f3e8d9;
  --services-ink: #191311;
  --services-ink-soft: #5a4a3e;
  --services-gold: #9b713f;
  --services-gold-2: #775226;
  --services-dark: #131110;
  --services-dark-2: #0d0c0b;
  --services-dark-ink: #f7f0e5;
  --services-dark-soft: rgba(247, 240, 229, .78);
  --services-line: rgba(25, 19, 17, .14);
  --services-line-strong: rgba(25, 19, 17, .24);
  --services-dark-line: rgba(247, 240, 229, .16);
  background: var(--services-paper);
  color: var(--services-ink);
  overflow-x: clip;
}

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

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

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

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

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

html body[data-qidian-page="services"] .eyebrow {
  color: var(--services-gold-2) !important;
  letter-spacing: .18em;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

html body[data-qidian-page="services"] .btn {
  min-height: 44px;
}

html body.q-js[data-qidian-page="services"] .service-hero__copy.q-rise {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

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

html body[data-qidian-page="services"] .service-hero {
  padding: 28px 0 0;
}

html body[data-qidian-page="services"] .service-hero__grid,
html body[data-qidian-page="services"] .service-contact__grid {
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

html body[data-qidian-page="services"] .service-hero__grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
}

html body[data-qidian-page="services"] .service-hero__copy {
  color: var(--services-ink);
  min-width: 0;
}

html body[data-qidian-page="services"] .service-hero__copy h1 {
  margin: 12px 0 16px;
  color: var(--services-ink) !important;
  font-size: clamp(64px, 8.2vw, 120px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.055em !important;
  text-wrap: balance;
  max-width: 10ch;
}

html body[data-qidian-page="services"] .service-hero__copy p,
html body[data-qidian-page="services"] .service-priorities__head p,
html body[data-qidian-page="services"] .section-heading p,
html body[data-qidian-page="services"] .service-contact__copy p,
html body[data-qidian-page="services"] .service-path__copy p,
html body[data-qidian-page="services"] .proof-row p,
html body[data-qidian-page="services"] .start-row em,
html body[data-qidian-page="services"] .service-directory-group__head p {
  color: var(--services-ink-soft);
}

html body[data-qidian-page="services"] .service-hero__copy p {
  max-width: 42ch;
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.65;
}

html body[data-qidian-page="services"] .service-hero__status {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--services-line-strong);
  color: var(--services-gold-2);
  background: rgba(255, 255, 255, .24);
  letter-spacing: .12em;
  font-size: 12px;
  text-transform: uppercase;
}

html body[data-qidian-page="services"] .service-hero__visual {
  margin: 0;
  min-width: 0;
}

html body[data-qidian-page="services"] .service-hero__visual img {
  width: 100%;
  aspect-ratio: 2100 / 1400;
  object-fit: cover;
  border: 1px solid var(--services-line);
  background: var(--services-paper-2);
}

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

html body[data-qidian-page="services"] .service-jump a {
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 16px 14px;
  border-right: 1px solid var(--services-line);
  border-bottom: 1px solid var(--services-line);
  color: var(--services-ink);
}

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

html body[data-qidian-page="services"] .service-jump a span {
  color: var(--services-gold);
  letter-spacing: .18em;
  font-size: 12px;
  line-height: 1;
}

html body[data-qidian-page="services"] .service-priorities {
  margin-top: 44px;
  padding: 74px 0;
  background: var(--services-dark);
  color: var(--services-dark-ink);
}

html body[data-qidian-page="services"] .service-priorities__head {
  display: grid;
  gap: 18px;
}

html body[data-qidian-page="services"] .service-priorities__head .eyebrow,
html body[data-qidian-page="services"] .service-contact .eyebrow,
html body[data-qidian-page="services"] .service-priorities__head h2,
html body[data-qidian-page="services"] .service-priorities__head p,
html body[data-qidian-page="services"] .priority-line,
html body[data-qidian-page="services"] .priority-conclusion {
  color: var(--services-dark-ink);
}

html body[data-qidian-page="services"] .service-priorities__head h2 {
  margin: 0;
  font-size: clamp(36px, 4.8vw, 68px);
  line-height: 1.02;
  letter-spacing: -.05em;
  max-width: 12ch;
}

html body[data-qidian-page="services"] .service-priorities__head p {
  max-width: 54ch;
}

html body[data-qidian-page="services"] .service-priorities__head .eyebrow,
html body[data-qidian-page="services"] .service-contact .eyebrow {
  color: #d8bf92 !important;
}

html body[data-qidian-page="services"] .priority-lines {
  display: grid;
  margin-top: 30px;
  border-top: 1px solid var(--services-dark-line);
}

html body[data-qidian-page="services"] .priority-line {
  min-height: 44px;
  padding: 18px 0;
  border-bottom: 1px solid var(--services-dark-line);
  font-size: clamp(18px, 2.2vw, 32px);
  line-height: 1.35;
}

html body[data-qidian-page="services"] .priority-conclusion {
  margin-top: 28px;
  font-size: clamp(28px, 4vw, 60px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

html body[data-qidian-page="services"] .service-paths,
html body[data-qidian-page="services"] .service-proof,
html body[data-qidian-page="services"] .service-directory,
html body[data-qidian-page="services"] .regional-routes,
html body[data-qidian-page="services"] .service-start,
html body[data-qidian-page="services"] .service-contact {
  padding: 72px 0;
}

html body[data-qidian-page="services"] .section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 28px;
}

html body[data-qidian-page="services"] .section-heading h2 {
  margin: 4px 0 0;
  color: inherit;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.03;
  letter-spacing: -.045em;
  max-width: 13ch;
}

html body[data-qidian-page="services"] .section-heading p {
  max-width: 44ch;
  line-height: 1.65;
}

html body[data-qidian-page="services"] .service-paths {
  background: var(--services-paper);
  color: var(--services-ink);
}

html body[data-qidian-page="services"] .service-paths__list {
  display: grid;
  border-top: 1px solid var(--services-line);
}

html body[data-qidian-page="services"] .service-path {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  grid-template-areas:
    "eyebrow eyebrow"
    "copy media"
    "names names";
  gap: 22px 28px;
  padding: 28px 0 30px;
  border-bottom: 1px solid var(--services-line);
  min-width: 0;
}

html body[data-qidian-page="services"] .service-path--reverse {
  grid-template-areas:
    "eyebrow eyebrow"
    "media copy"
    "names names";
}

html body[data-qidian-page="services"] .service-path--dark {
  background: var(--services-dark) !important;
  color: var(--services-dark-ink) !important;
  border-bottom-color: var(--services-dark-line) !important;
}

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

html body[data-qidian-page="services"] .service-path--warm .service-path__eyebrow,
html body[data-qidian-page="services"] .service-path--warm .service-path__eyebrow em,
html body[data-qidian-page="services"] .service-path--warm .service-path__names-label {
  color: var(--services-gold-2) !important;
}

html body[data-qidian-page="services"] .service-path--warm .service-path__copy h3 {
  color: var(--services-ink) !important;
}

html body[data-qidian-page="services"] .service-path--warm .service-path__copy p {
  color: var(--services-ink-soft) !important;
}

html body[data-qidian-page="services"] .service-path--warm .service-path__names-list li,
html body[data-qidian-page="services"] .service-path--warm .service-path__names-list li span {
  color: var(--services-ink) !important;
}

html body[data-qidian-page="services"] .service-path--warm .service-path__media img {
  border-color: var(--services-line-strong) !important;
}

html body[data-qidian-page="services"] .service-path--warm .service-path__names {
  border-top-color: var(--services-line-strong) !important;
}

html body[data-qidian-page="services"] .service-path--warm .service-path__names-list li {
  border-bottom-color: var(--services-line-strong) !important;
}

html body[data-qidian-page="services"] .service-path--dark .service-path__eyebrow,
html body[data-qidian-page="services"] .service-path--dark .service-path__eyebrow em,
html body[data-qidian-page="services"] .service-path--dark .service-path__names-label {
  color: #d8bf92 !important;
}

html body[data-qidian-page="services"] .service-path--dark .service-path__copy h3 {
  color: var(--services-dark-ink) !important;
}

html body[data-qidian-page="services"] .service-path--dark .service-path__copy p {
  color: var(--services-dark-soft) !important;
}

html body[data-qidian-page="services"] .service-path--dark .service-path__names-list li,
html body[data-qidian-page="services"] .service-path--dark .service-path__names-list li span {
  color: var(--services-dark-ink) !important;
}

html body[data-qidian-page="services"] .service-path--dark .service-path__media img {
  border-color: var(--services-dark-line) !important;
}

html body[data-qidian-page="services"] .service-path--dark .service-path__names {
  border-top-color: var(--services-dark-line) !important;
}

html body[data-qidian-page="services"] .service-path--dark .service-path__names-list li {
  border-bottom-color: var(--services-dark-line) !important;
}

html body[data-qidian-page="services"] .service-path__eyebrow {
  grid-area: eyebrow;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: inherit;
  font-size: 13px;
  letter-spacing: .22em;
  text-transform: uppercase;
}

html body[data-qidian-page="services"] .service-path__eyebrow span {
  color: inherit;
  font-size: 46px;
  line-height: 1;
  letter-spacing: -.05em;
}

html body[data-qidian-page="services"] .service-path__eyebrow em {
  font-style: normal;
  color: var(--services-gold);
}

html body[data-qidian-page="services"] .service-path--dark .service-path__eyebrow em {
  color: #d8bf92;
}

html body[data-qidian-page="services"] .service-path__copy {
  grid-area: copy;
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
}

html body[data-qidian-page="services"] .service-path__copy h3 {
  margin: 0;
  color: inherit;
  font-size: clamp(30px, 3.6vw, 56px);
  line-height: 1.02;
  letter-spacing: -.045em;
  max-width: 12ch;
}

html body[data-qidian-page="services"] .service-path__copy p {
  margin: 0;
  max-width: 44ch;
  line-height: 1.68;
}

html body[data-qidian-page="services"] .service-path__media {
  grid-area: media;
  margin: 0;
  min-width: 0;
}

html body[data-qidian-page="services"] .service-path__media img {
  width: 100%;
  aspect-ratio: 2100 / 1400;
  object-fit: cover;
  border: 1px solid var(--services-line);
  background: rgba(255, 255, 255, .03);
}

html body[data-qidian-page="services"] .service-path__names {
  grid-area: names;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--services-line);
  min-width: 0;
}

html body[data-qidian-page="services"] .service-path__names-label {
  padding-top: 14px;
  color: inherit;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

html body[data-qidian-page="services"] .service-path__names-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

html body[data-qidian-page="services"] .service-path__names-list li {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--services-line);
  color: inherit;
  line-height: 1.55;
}

html body[data-qidian-page="services"] .service-path__names-list li:last-child {
  border-bottom: 0;
}

html body[data-qidian-page="services"] .service-path__names-list li span {
  color: inherit;
}

html body[data-qidian-page="services"] .service-proof {
  background: var(--services-paper);
  color: var(--services-ink);
}

html body[data-qidian-page="services"] .service-proof .section-heading p {
  color: var(--services-ink-soft);
}

html body[data-qidian-page="services"] .proof-list {
  display: grid;
  border-top: 1px solid var(--services-line);
}

html body[data-qidian-page="services"] .proof-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  min-height: 96px;
  padding: 18px 0;
  border-bottom: 1px solid var(--services-line);
  background: transparent !important;
  color: var(--services-ink) !important;
}

html body[data-qidian-page="services"] .proof-row__number {
  color: var(--services-gold-2);
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.04em;
}

html body[data-qidian-page="services"] .proof-row__body h3 {
  margin: 0 0 8px;
  color: var(--services-ink) !important;
  font-size: clamp(22px, 2.8vw, 34px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

html body[data-qidian-page="services"] .proof-row__body p {
  margin: 0;
  max-width: 52ch;
  color: var(--services-ink-soft) !important;
  line-height: 1.68;
}

html body[data-qidian-page="services"] .proof-row__link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
  color: #684718 !important;
  font-weight: 700;
}

html body[data-qidian-page="services"] .proof-cta {
  margin-top: 22px;
}

html body[data-qidian-page="services"] .service-proof .proof-cta .btn.ghost {
  color: #684718 !important;
  border: 1px solid #684718 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body[data-qidian-page="services"] .service-directory {
  background: var(--services-paper-2);
  color: var(--services-ink);
}

html body[data-qidian-page="services"] .service-directory__groups {
  display: grid;
  gap: 28px;
}

html body[data-qidian-page="services"] .service-directory-group {
  display: grid;
  grid-template-columns: minmax(160px, .34fr) minmax(0, 1fr);
  gap: 22px;
  padding: 24px 0 0;
  border-top: 1px solid var(--services-line);
  background: transparent !important;
}

html body[data-qidian-page="services"] .service-directory-group__head {
  display: grid;
  gap: 10px;
  min-width: 0;
}

html body[data-qidian-page="services"] .service-directory-group__head .eyebrow {
  font-size: 46px;
  line-height: 1;
  letter-spacing: -.05em;
  color: var(--services-gold-2);
}

html body[data-qidian-page="services"] .service-directory-group__head h3 {
  margin: 0;
  color: var(--services-ink);
  font-size: clamp(20px, 2.6vw, 36px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

html body[data-qidian-page="services"] .service-directory-group__head p {
  margin: 0;
  max-width: 30ch;
  line-height: 1.7;
}

html body[data-qidian-page="services"] .service-directory-group__list {
  display: grid;
  border-top: 1px solid var(--services-line);
  min-width: 0;
  background: transparent !important;
}

html body[data-qidian-page="services"] .service-directory-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 44px;
  padding: 14px 0;
  border-bottom: 1px solid var(--services-line);
  color: var(--services-ink);
  text-decoration: none;
  background: transparent !important;
}

html body[data-qidian-page="services"] .service-directory-row span {
  color: var(--services-gold-2);
  font-weight: 700;
  letter-spacing: .16em;
}

html body[data-qidian-page="services"] .service-directory-row b {
  display: block;
  color: inherit;
  font-size: 18px;
  line-height: 1.25;
}

html body[data-qidian-page="services"] .service-directory-row small {
  display: block;
  margin-top: 4px;
  color: var(--services-ink-soft);
  line-height: 1.55;
}

html body[data-qidian-page="services"] .service-directory-row em,
html body[data-qidian-page="services"] .regional-row em {
  color: var(--services-gold-2);
  font-style: normal;
  white-space: nowrap;
}

html body[data-qidian-page="services"] .regional-routes {
  background: var(--services-paper);
  color: var(--services-ink);
}

html body[data-qidian-page="services"] .regional-list {
  display: grid;
  border-top: 1px solid var(--services-line);
  background: transparent !important;
}

html body[data-qidian-page="services"] .regional-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 44px;
  padding: 14px 0;
  border-bottom: 1px solid var(--services-line);
  color: var(--services-ink);
  text-decoration: none;
  background: transparent !important;
}

html body[data-qidian-page="services"] .regional-row span {
  color: var(--services-gold-2);
  font-weight: 700;
  letter-spacing: .16em;
}

html body[data-qidian-page="services"] .regional-row b {
  color: inherit;
  font-size: 18px;
  line-height: 1.25;
}

html body[data-qidian-page="services"] .service-start {
  background: var(--services-dark);
  color: var(--services-dark-ink);
}

html body[data-qidian-page="services"] .service-start .section-heading h2,
html body[data-qidian-page="services"] .service-start .section-heading p,
html body[data-qidian-page="services"] .start-row b,
html body[data-qidian-page="services"] .start-row em {
  color: var(--services-dark-ink);
}

html body[data-qidian-page="services"] .start-list {
  display: grid;
  border-top: 1px solid var(--services-dark-line);
  background: transparent !important;
}

html body[data-qidian-page="services"] .start-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 44px;
  padding: 16px 0;
  border-bottom: 1px solid var(--services-dark-line);
  color: var(--services-dark-ink);
  background: transparent !important;
}

html body[data-qidian-page="services"] .start-row span {
  color: #d7b47b;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .16em;
}

html body[data-qidian-page="services"] .start-row p {
  margin: 0;
}

html body[data-qidian-page="services"] .start-row b {
  display: block;
  color: inherit;
  font-size: 20px;
  line-height: 1.2;
}

html body[data-qidian-page="services"] .start-row em {
  display: block;
  margin-top: 6px;
  color: var(--services-dark-soft);
  font-style: normal;
  line-height: 1.65;
}

html body[data-qidian-page="services"] .service-contact {
  background: var(--services-dark-2);
  color: var(--services-dark-ink);
}

html body[data-qidian-page="services"] .service-contact__grid {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  border-top: 1px solid var(--services-dark-line);
  padding-top: 4px;
}

html body[data-qidian-page="services"] .service-contact .eyebrow,
html body[data-qidian-page="services"] .service-contact h2,
html body[data-qidian-page="services"] .service-contact p {
  color: var(--services-dark-ink);
}

html body[data-qidian-page="services"] .service-contact h2 {
  margin: 10px 0 0;
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 1.02;
  letter-spacing: -.05em;
  max-width: 12ch;
}

html body[data-qidian-page="services"] .service-contact__copy p {
  max-width: 46ch;
  color: var(--services-dark-soft);
  line-height: 1.7;
}

html body[data-qidian-page="services"] .service-paths .section-heading p,
html body[data-qidian-page="services"] .service-directory .section-heading p,
html body[data-qidian-page="services"] .regional-routes .section-heading p,
html body[data-qidian-page="services"] .service-start .section-heading p {
  max-width: 46ch;
}

html body[data-qidian-page="services"] .service-paths .section-heading h2,
html body[data-qidian-page="services"] .service-proof .section-heading h2,
html body[data-qidian-page="services"] .service-directory .section-heading h2,
html body[data-qidian-page="services"] .regional-routes .section-heading h2,
html body[data-qidian-page="services"] .service-start .section-heading h2 {
  max-width: 12ch;
}

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

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

@media (max-width: 960px) {
  html body[data-qidian-page="services"] .service-hero__grid,
  html body[data-qidian-page="services"] .section-heading,
  html body[data-qidian-page="services"] .service-contact__grid,
  html body[data-qidian-page="services"] .service-directory-group {
    grid-template-columns: 1fr;
  }

  html body[data-qidian-page="services"] .service-path {
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "copy"
      "media"
      "names";
  }

  html body[data-qidian-page="services"] .service-path--reverse {
    grid-template-areas:
      "eyebrow"
      "copy"
      "media"
      "names";
  }

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

@media (max-width: 640px) {
  html body[data-qidian-page="services"] .shell {
    width: min(100vw - 24px, 1200px);
  }

  html body[data-qidian-page="services"] .service-hero__copy h1 {
    font-size: clamp(52px, 13vw, 72px) !important;
  }

  html body[data-qidian-page="services"] .service-jump,
  html body[data-qidian-page="services"] .service-directory-group__list,
  html body[data-qidian-page="services"] .regional-list,
  html body[data-qidian-page="services"] .start-list {
    grid-template-columns: 1fr;
  }

  html body[data-qidian-page="services"] .service-jump a,
  html body[data-qidian-page="services"] .service-directory-row,
  html body[data-qidian-page="services"] .regional-row,
  html body[data-qidian-page="services"] .proof-row,
  html body[data-qidian-page="services"] .start-row {
    grid-template-columns: 1fr;
  }

  html body[data-qidian-page="services"] .proof-row {
    gap: 10px;
  }

  html body[data-qidian-page="services"] .proof-row__link {
    justify-content: flex-start;
  }

  html body[data-qidian-page="services"] .service-directory-group__head .eyebrow {
    font-size: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body[data-qidian-page="services"] *,
  html body[data-qidian-page="services"] *::before,
  html body[data-qidian-page="services"] *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
    scroll-behavior: auto !important;
  }
}
