body,
.navbar,
.nav-link,
.btn,
.article-style,
.card-text,
.contact-value,
.contact-value a {
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.section-heading h1,
.portrait-title h2,
.pub-title,
.publication-column-title,
.section-subheading {
  font-family: "Source Serif 4", Georgia, serif;
}

body {
  color: #1f2937;
}

.home-section {
  padding: 4.25rem 0;
}

#about .portrait-title h2 {
  font-family: "Montserrat", "Source Sans 3", sans-serif;
  font-size: 1.34rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.14;
  margin-bottom: .45rem;
}

#about .portrait-title h3 {
  font-family: "Roboto", "Source Sans 3", sans-serif;
  font-weight: 500;
}

.profile-name-cn {
  margin-bottom: .7rem;
  color: #5d6a79;
  font-family: "Roboto", "Source Sans 3", sans-serif;
  font-size: .92rem;
  letter-spacing: .03em;
}

#about .section-subheading,
#about .quote-text {
  font-family: "Source Serif 4", Georgia, serif;
}

#about .article-style,
#about .article-style p,
#about .profile-note,
#about .profile-note p,
#about .quote-source,
#about .description p {
  font-family: "Roboto", "Source Sans 3", sans-serif;
}

.section-heading {
  margin-bottom: 1rem !important;
}

.section-heading h1 {
  letter-spacing: .015em;
  font-weight: 600;
}

.navbar-brand {
  font-size: 1.15rem;
}

.nav-link {
  font-size: .98rem;
  font-weight: 500;
}

.article-style p,
.card-text p {
  margin-bottom: .8rem;
  line-height: 1.72;
}

.row.experience {
  margin-bottom: .15rem;
}

#experience .container,
#education .container,
#publications .container,
#teaching .container,
#service .container,
#contact .container {
  max-width: 960px;
}

#experience .row.experience .col-auto,
#education .row.experience .col-auto {
  position: relative;
}

#experience .row.experience .col-auto::before,
#education .row.experience .col-auto::before {
  content: "";
  position: absolute;
  top: -.6rem;
  bottom: -.6rem;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(21, 101, 192, .14), rgba(21, 101, 192, .34), rgba(21, 101, 192, .14));
}

#experience .row.experience:first-of-type .col-auto::before,
#education .row.experience:first-of-type .col-auto::before {
  top: 50%;
}

#experience .row.experience:last-of-type .col-auto::before,
#education .row.experience:last-of-type .col-auto::before {
  bottom: 50%;
}

#experience .row.experience .col-auto .border-right,
#education .row.experience .col-auto .border-right {
  border-right: 0 !important;
}

#experience .row.experience .m-2,
#education .row.experience .m-2 {
  position: relative;
  z-index: 1;
}

#experience .row.experience .badge,
#education .row.experience .badge {
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  background: #d8e8fb;
  box-shadow: 0 0 0 1px rgba(21, 101, 192, .22);
}

#experience .row.experience .exp-fill,
#education .row.experience .exp-fill {
  background: #1565c0;
  box-shadow: 0 0 0 1px rgba(21, 101, 192, .3);
}

.academic-summary {
  margin-top: 1.15rem;
}

.academic-summary .fa-li {
  color: #1565c0;
}

.academic-summary .description p {
  margin-bottom: .28rem;
}

.scholar-card,
.contact-panel {
  height: 100%;
  padding: 1.15rem 1.3rem;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  box-shadow: 0 14px 32px rgba(15, 23, 42, .045);
}

.institution-mark {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.institution-mark--wide {
  width: 88px;
}

.institution-logo {
  width: auto;
  height: auto;
  max-width: 52px;
  max-height: 52px;
  object-fit: contain;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 2px 6px rgba(15, 23, 42, .06));
}

.institution-logo--wide {
  max-width: 80px;
  max-height: 38px;
}

img.institution-logo[src$="ciomp-emblem.png"],
img.institution-logo[src$="university-of-cambridge.png"],
img.institution-logo[src$="chongqing-university.png"] {
  max-width: 54px;
  max-height: 54px;
}

.institution-mark--warm {
  background: linear-gradient(180deg, #fffdf7 0%, #f7f1df 100%);
  border-color: rgba(191, 145, 35, .18);
}

.institution-mark--muted {
  background: linear-gradient(180deg, #fafbfc 0%, #eef1f4 100%);
  border-color: rgba(96, 112, 130, .14);
}

.scholar-card h3,
.publication-column-title {
  margin-bottom: .7rem;
  color: #0f172a;
  font-size: 1.16rem;
  font-weight: 600;
}

.scholar-card p,
.scholar-card li,
.contact-panel p,
.contact-panel li {
  color: #526071;
}

.scholar-card ul,
.publication-list,
.contact-list-clean,
.education-mini-list {
  margin-bottom: 0;
}

.publication-list,
.education-mini-list {
  list-style: none;
  padding-left: 0;
}

.publication-list li,
.education-mini-item {
  padding: .95rem 0;
  border-top: 1px solid rgba(15, 23, 42, .08);
}

.publication-list li:first-child,
.education-mini-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.pub-title {
  display: block;
  margin-bottom: .3rem;
  color: #0f172a;
  font-weight: 600;
}

.pub-meta {
  color: #5b6576;
  font-size: .96rem;
}

.publication-stack + .publication-stack {
  margin-top: 1rem;
}

.profile-note {
  margin-top: 0;
  padding: .95rem 1.15rem;
  border-radius: 16px;
  border: 1px solid rgba(21, 101, 192, .12);
  background: linear-gradient(135deg, rgba(21, 101, 192, .08), rgba(255, 255, 255, .96));
}

.profile-note p:last-child {
  margin-bottom: 0;
}

.profile-focus {
  margin: 0 0 1rem;
}

.profile-focus-label {
  margin-bottom: .55rem;
  color: #0f172a;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.02rem;
  font-weight: 600;
}

.profile-focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .6rem .8rem;
}

.profile-focus-grid a {
  display: block;
  padding: .7rem .85rem;
  border-radius: 12px;
  border: 1px solid rgba(21, 101, 192, .1);
  background: linear-gradient(180deg, rgba(248, 251, 255, .92), rgba(255, 255, 255, .98));
  color: #284867;
  font-size: .94rem;
  line-height: 1.45;
  text-decoration: none;
}

.profile-focus-grid a:hover {
  text-decoration: none;
  background: linear-gradient(180deg, rgba(238, 245, 255, .96), rgba(255, 255, 255, .98));
}

.network-icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.network-svg-icon {
  width: 1.95rem;
  height: 1.95rem;
  display: block;
  opacity: .92;
}

.quote-card {
  margin: 1rem 0 1.65rem 0;
  padding: 1.05rem 1.35rem 1.15rem;
  border-radius: 16px;
  border-left: 4px solid #1565c0;
  border-right: 0;
  background: linear-gradient(180deg, rgba(21, 101, 192, .06), rgba(255, 255, 255, .98));
  max-width: 100%;
  text-align: left;
}

.quote-text {
  margin-bottom: .35rem;
  color: #11233b;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.3rem;
  font-style: italic;
}

.quote-source {
  margin-top: .9rem;
  margin-bottom: 0;
  display: block;
  color: #5b6576;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: right;
}

.quote-source::before {
  content: "\2014\2014  ";
}

.education-group-label {
  margin: 1rem 0 .85rem;
  color: #0f172a;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.education-tag {
  display: inline-block;
  margin-bottom: .45rem;
  padding: .2rem .55rem;
  border-radius: 999px;
  background: #eef5ff;
  color: #1565c0;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.education-mini-title {
  display: block;
  margin-bottom: .2rem;
  color: #0f172a;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
}

.education-mini-meta,
.education-mini-note {
  color: #5b6576;
}

.education-mini-note {
  margin-top: .3rem;
  font-size: .94rem;
}

.timeline-note {
  margin-bottom: .45rem;
}

.stack-card + .stack-card {
  margin-top: 1rem;
}

#research-focus .container,
#publications .container,
#teaching .container,
#service .container,
#contact .container {
  max-width: 920px;
}

#research-focus,
#publications,
#teaching,
#service,
#contact {
  position: relative;
}

#research-focus .home-section-bg,
#publications .home-section-bg,
#teaching .home-section-bg,
#service .home-section-bg,
#contact .home-section-bg {
  background: linear-gradient(180deg, rgba(247, 249, 252, .82), rgba(255, 255, 255, 0));
}

.editorial-panel {
  padding: 1.5rem 0 0;
  border-top: 1px solid rgba(15, 23, 42, .12);
}

.editorial-lead {
  max-width: 46rem;
  margin-bottom: 1rem;
  color: #10253f;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.48rem;
  line-height: 1.58;
}

.editorial-sublead {
  max-width: 42rem;
  margin-bottom: 1.2rem;
  color: #556273;
  font-size: 1rem;
  line-height: 1.8;
}

.keyword-cloud--editorial a {
  margin-right: .55rem;
  margin-bottom: .6rem;
  background: #fff;
  color: #25476f;
}

.publication-editorial-group + .publication-editorial-group {
  margin-top: 1.5rem;
}

.publication-editorial-title {
  margin-bottom: .8rem;
  color: #0f172a;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.18rem;
  font-weight: 600;
}

.publication-editorial-list {
  margin: 0;
  padding-left: 1.35rem;
}

.publication-editorial-list li + li {
  margin-top: 1rem;
}

.publication-editorial-list li::marker {
  color: #1565c0;
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 600;
}

.editorial-stack {
  padding: .35rem 0 0;
  border-top: 1px solid rgba(15, 23, 42, .12);
}

.editorial-row {
  padding: 1rem 0 1.15rem;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.editorial-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.editorial-label {
  margin-bottom: .35rem;
  color: #0f172a;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 600;
}

.editorial-copy,
.editorial-copy p,
.editorial-copy li {
  color: #556273;
  line-height: 1.76;
}

.editorial-copy ul {
  margin-bottom: 0;
  padding-left: 1.1rem;
}

#education .card {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .045);
}

#education .card:not(.card-nondegree):not(.card-prior-study) {
  border-left: 4px solid rgba(21, 101, 192, .78);
}

#education .card.card-nondegree {
  background: linear-gradient(180deg, rgba(248, 250, 252, .42) 0%, rgba(243, 245, 247, .36) 100%);
  border-color: rgba(120, 132, 146, .1);
  box-shadow: none;
  border-left: 0;
  opacity: .9;
}

#education .card.card-prior-study {
  background: linear-gradient(180deg, rgba(248, 250, 252, .36) 0%, rgba(242, 245, 248, .32) 100%);
  border-color: rgba(96, 112, 130, .12);
  border-left: 0;
  box-shadow: none;
  opacity: .86;
}

#education .card.card-nondegree .education-tag,
#education .card.card-prior-study .education-tag {
  background: rgba(119, 132, 145, .1);
  color: #677586;
}

#education .card.card-nondegree .exp-title,
#education .card.card-nondegree .exp-company,
#education .card.card-prior-study .exp-title,
#education .card.card-prior-study .exp-company {
  color: #596675 !important;
}

#education .card.card-nondegree .card-text,
#education .card.card-prior-study .card-text,
#education .card.card-nondegree .exp-meta,
#education .card.card-prior-study .exp-meta {
  color: #7a8794 !important;
}

#education .card.card-nondegree .institution-logo,
#education .card.card-prior-study .institution-logo {
  filter: grayscale(.2);
  opacity: .82;
}

.section-actions {
  margin-top: 1rem;
}

.section-actions .btn {
  margin-right: .65rem;
  margin-bottom: .65rem;
}

.contact-list-clean {
  list-style: none;
  padding-left: 0;
}

.contact-list-clean li {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  margin-bottom: .85rem;
}

.contact-list-clean li:last-child {
  margin-bottom: 0;
}

.contact-list-clean i {
  width: 1.25rem;
  margin-top: .2rem;
  color: #1565c0;
  text-align: center;
}

.contact-label {
  display: block;
  margin-bottom: .12rem;
  color: #0f172a;
  font-weight: 600;
}

.footer-clean {
  color: rgba(0, 0, 0, .7);
}

@media (max-width: 767.98px) {
  .home-section {
    padding: 3.5rem 0;
  }

  .scholar-card,
  .contact-panel {
    margin-bottom: .9rem;
  }

  .quote-text {
    font-size: 1.16rem;
  }

  .profile-focus-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  #about .portrait-title h2 {
    white-space: nowrap;
  }
}
