/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #2f4762;
  background-color: #f3f4f6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #314258;
  text-decoration: none;
}
a:visited {
  color: rgb(21.6386861314, 29.1459854015, 38.8613138686);
}
a:hover {
  color: #2f4762;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #97a3b2;
  border-left: 4px solid white;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid white;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #97a3b2;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(76.755862069, 115.9503448276, 160.044137931);
  border-collapse: collapse;
  border: 1px solid white;
}
table tr:nth-child(even) {
  background-color: white;
}
table th, table td {
  padding: 9.999999999px 15px;
}
table th {
  background-color: white;
  border: 1px solid rgb(244.8, 244.8, 244.8);
  border-bottom-color: rgb(224.4, 224.4, 224.4);
}
table td {
  border: 1px solid white;
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid rgb(85.7209944751, 99.0801104972, 115.7790055249);
  border-bottom: 1px solid white;
  min-height: 55.95px;
  position: relative;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: rgb(85.7209944751, 99.0801104972, 115.7790055249);
}

.site-nav {
  float: right;
  line-height: 54px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #2f4762;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #f3f4f6;
    border: 1px solid white;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: rgb(85.7209944751, 99.0801104972, 115.7790055249);
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid white;
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #97a3b2;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1;
}

.page-heading {
  font-size: 32px;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #97a3b2;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  background: #f4f5f7;
  color: #526274;
  font-family: "Inter", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  max-width: 100%;
  overflow-x: clip;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #30455c;
  font-family: "STSong", "Songti SC", "Noto Serif SC", "Source Han Serif SC", serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.wrapper {
  max-width: 1180px;
}

.lab-body {
  min-width: 0;
  width: 100%;
}

.lab-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(48, 69, 92, 0.08);
  box-shadow: 0 2px 10px rgba(32, 43, 57, 0.04);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 50;
}

.lab-header__inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 100px;
  width: 100%;
}

.lab-brand {
  align-items: center;
  color: #30455c;
  display: inline-flex;
  gap: 16px;
  text-decoration: none;
}

.lab-brand__mark {
  align-items: center;
  background: #314458;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-family: "Noto Serif SC", "Source Han Serif SC", serif;
  font-size: 1.9rem;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.lab-brand__text {
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.lab-nav {
  margin-left: auto;
}

.lab-nav__list {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lab-nav__link {
  box-sizing: border-box;
  color: #526274;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 500;
  padding: 14px 10px;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.lab-nav__link:visited {
  color: #526274;
}

.lab-nav__link:hover,
.lab-nav__link:focus-visible,
.lab-nav__link.is-current {
  color: #30455c;
}

.lab-nav__link--button {
  align-items: center;
  background: #314458;
  border-radius: 12px;
  color: #ffffff;
  min-height: 58px;
  padding: 0 26px;
}

.lab-nav__link--button:visited {
  color: #ffffff;
}

.lab-nav__link--button:hover,
.lab-nav__link--button:focus-visible,
.lab-nav__link--button.is-current {
  background: #24384e;
  color: #ffffff;
}

.lab-nav-toggle {
  background: none;
  border: 0;
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}

.lab-nav-toggle span {
  background: #30455c;
  border-radius: 999px;
  display: block;
  height: 2px;
  width: 24px;
}

.site-main {
  overflow: hidden;
  overflow-x: clip;
}

.page-content {
  padding: 0;
}

.page-shell,
.landing-shell {
  background: #f4f5f7;
  overflow-x: clip;
}

.landing-hero {
  align-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.7)), url("/assets/uploads/site/hero-bg.png");
  background-position: center;
  background-size: cover;
  color: #ffffff;
  display: flex;
  min-height: calc(100vh - 100px);
  padding: 80px 0 100px;
  position: relative;
  text-align: center;
}

.landing-hero__content {
  margin: 0 auto;
  max-width: 860px;
}

.landing-badge {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  display: inline-flex;
  font-size: 1rem;
  margin-bottom: 26px;
  padding: 10px 18px;
}

.landing-title {
  color: #ffffff;
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.96;
  margin-bottom: 24px;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.28);
}

.landing-lead {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  line-height: 1.75;
  margin: 0 auto 36px;
  max-width: 840px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  width: 100%;
}

.hero-actions > * {
  max-width: 100%;
}

.button-primary,
.button-secondary {
  box-sizing: border-box;
  align-items: center;
  border-radius: 14px;
  display: inline-flex;
  font-size: 1.05rem;
  font-weight: 700;
  justify-content: center;
  min-height: 72px;
  min-width: 168px;
  padding: 0 32px;
  text-decoration: none;
}

.button-primary {
  background: #ffffff;
  color: #314458;
}

.button-primary:visited,
.button-primary:hover,
.button-primary:focus-visible {
  color: #314458;
}

.button-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.button-secondary:visited,
.button-secondary:hover,
.button-secondary:focus-visible {
  color: #ffffff;
}

.section-block {
  padding: 104px 0;
}

.section-block--light {
  background: #ffffff;
}

.section-block--soft {
  background: #f4f5f7;
}

.section-block--dark {
  background: #314458;
  color: #ffffff;
}

.section-block--dark h1,
.section-block--dark h2,
.section-block--dark h3,
.section-block--dark p,
.section-block--dark a {
  color: inherit;
}

.section-header {
  margin-bottom: 54px;
  text-align: center;
}

.section-header--left {
  text-align: left;
}

.section-kicker {
  color: #d46c1f;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.section-title,
.section-title--left {
  color: #30455c;
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
  font-size: clamp(3rem, 5vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin-bottom: 18px;
}

.section-title--left {
  text-align: left;
}

.section-intro {
  font-size: 1.18rem;
  line-height: 1.9;
  margin: 0 auto;
  max-width: 900px;
}

.about-grid {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1.05fr);
}

.about-accent-line {
  background: #d46c1f;
  border-radius: 999px;
  height: 6px;
  margin: 0 0 34px;
  width: 112px;
}

.about-copy {
  font-size: 1.22rem;
  line-height: 1.95;
  margin-bottom: 28px;
}

.about-copy strong {
  color: #30455c;
}

.stats-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stat-card {
  background: #f6f7fa;
  border-left: 5px solid #30455c;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(28, 38, 54, 0.08);
  padding: 22px 24px;
}

.stat-card--accent {
  border-left-color: #d46c1f;
}

.stat-card__value {
  color: #30455c;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.media-stack {
  position: relative;
}

.media-stack__image {
  border-radius: 24px;
  box-shadow: 0 24px 48px rgba(35, 52, 71, 0.16);
  display: block;
  height: 620px;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}

.media-stack::before,
.media-stack::after {
  border-radius: 999px;
  content: "";
  position: absolute;
  z-index: 0;
}

.media-stack::before {
  background: rgba(212, 108, 31, 0.12);
  height: 120px;
  left: -20px;
  top: -20px;
  width: 120px;
}

.media-stack::after {
  background: rgba(49, 68, 88, 0.08);
  bottom: -28px;
  height: 220px;
  right: -24px;
  width: 220px;
}

.research-grid,
.team-grid,
.publication-grid,
.contact-grid,
.project-grid {
  display: grid;
  gap: 34px;
}

.research-grid,
.team-grid,
.project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.research-card,
.member-card,
.publication-card,
.contact-card,
.project-card {
  background: #ffffff;
  border: 1px solid rgba(48, 69, 92, 0.1);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(28, 38, 54, 0.08);
  overflow: hidden;
}

.research-card__image,
.member-card__image {
  display: block;
  width: 100%;
}

.research-card__image {
  height: 260px;
  object-fit: cover;
}

.research-card__body,
.member-card__body,
.publication-card,
.contact-card,
.project-card {
  padding: 30px 30px 34px;
}

.icon-chip {
  align-items: center;
  border-radius: 16px;
  display: inline-flex;
  font-size: 1.5rem;
  height: 62px;
  justify-content: center;
  margin-bottom: 22px;
  width: 62px;
}

.icon-chip--blue {
  background: #dce7ff;
  color: #3567d7;
}

.icon-chip--orange {
  background: #fde7cd;
  color: #d96b11;
}

.icon-chip--green {
  background: #dff5e4;
  color: #29955b;
}

.card-meta {
  color: #d46c1f;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.card-title {
  color: #30455c;
  font-family: "Noto Serif SC", "Source Han Serif SC", serif;
  font-size: 1.75rem;
  margin-bottom: 14px;
}

.card-title a,
.card-title a:visited {
  color: inherit;
  text-decoration: none;
}

.card-title a:hover {
  color: #d46c1f;
}

.member-card__image {
  aspect-ratio: 4/5;
  object-fit: cover;
}

.member-card__image--placeholder {
  align-items: center;
  background: linear-gradient(135deg, #edf1f5, #dfe4ea);
  color: #7f8b99;
  display: flex;
  font-size: 4rem;
  justify-content: center;
}

.member-card__body p,
.research-card__body p,
.project-card p,
.contact-card p {
  font-size: 1.04rem;
  line-height: 1.8;
}

.member-profile__hero {
  align-items: start;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(280px, 360px) 1fr;
  margin-bottom: 42px;
}

.member-profile__media {
  margin: 0;
}

.member-profile__image {
  border-radius: 24px;
  box-shadow: 0 22px 48px rgba(20, 40, 57, 0.16);
  display: block;
  width: 100%;
}

.member-profile__role {
  color: #d46c1f;
  font-size: 1.08rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.member-profile__lead {
  font-size: 1.18rem;
  line-height: 1.9;
  margin-bottom: 18px;
}

.member-profile__body {
  border-top: 1px solid rgba(48, 69, 92, 0.1);
  color: #526274;
  font-size: 1.1rem;
  line-height: 1.9;
  padding-top: 30px;
}

.publication-card {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.12);
}

.publication-card .card-title,
.publication-card p,
.publication-card a {
  color: #ffffff;
}

.publication-card__journal {
  color: #d46c1f;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.publication-card__link {
  border-bottom: 3px solid #d46c1f;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  padding-bottom: 4px;
  text-decoration: none;
}

.contact-card strong,
.project-card strong {
  color: #30455c;
  display: block;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.site-footer-lab {
  background: #161f2e;
  color: rgba(255, 255, 255, 0.84);
  padding: 72px 0 34px;
}

.footer-grid {
  display: grid;
  gap: 54px;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
}

.footer-brand {
  color: #ffffff;
  font-size: 2.5rem;
  margin-bottom: 18px;
}

.footer-copy {
  font-size: 1.06rem;
  line-height: 1.9;
  max-width: 440px;
}

.footer-heading {
  color: #ffffff;
  font-size: 1.45rem;
  margin-bottom: 16px;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 56px;
  padding-top: 28px;
}

.footer-bottom__links {
  display: flex;
  gap: 22px;
}

.footer-bottom__links a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
}

.page-shell {
  padding: 86px 0 104px;
}

.page-shell p,
.page-shell li {
  font-size: 1.08rem;
  line-height: 1.95;
}

.page-shell ul {
  padding-left: 1.2rem;
}

@media (max-width: 1040px) {
  .about-grid,
  .research-grid,
  .team-grid,
  .project-grid,
  .publication-grid,
  .contact-grid,
  .member-profile__hero,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .about-grid,
  .member-profile__hero {
    gap: 32px;
  }
  .media-stack__image {
    height: 460px;
  }
}
.lab-body--nav-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lab-header {
    position: sticky;
  }
  .lab-header__inner {
    gap: 12px;
    min-height: 76px;
    position: relative;
  }
  .lab-brand {
    gap: 12px;
    min-width: 0;
  }
  .lab-brand__text {
    font-size: 1.28rem;
    letter-spacing: 0.01em;
  }
  .lab-nav-toggle {
    align-items: center;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    margin-left: auto;
    width: 44px;
  }
  .lab-nav {
    margin-left: 0;
    position: static;
  }
  .lab-nav__list {
    background: rgba(255, 255, 255, 0.985);
    border-radius: 0 0 24px 24px;
    border-top: 1px solid rgba(48, 69, 92, 0.08);
    box-shadow: 0 18px 40px rgba(20, 34, 52, 0.14);
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    gap: 10px;
    left: 0;
    list-style: none;
    margin: 0;
    max-height: calc(100svh - 76px);
    max-width: 100vw;
    overflow-y: auto;
    padding: 14px max(20px, env(safe-area-inset-right)) 20px max(20px, env(safe-area-inset-left));
    position: fixed;
    right: 0;
    top: 76px;
    width: 100vw;
    z-index: 80;
  }
  .lab-nav__list.is-open {
    display: flex;
  }
  .lab-nav__list li {
    width: 100%;
  }
  .lab-nav__link,
  .lab-nav__link:visited {
    align-items: center;
    background: #f4f7fb;
    border-radius: 14px;
    color: #30455c;
    justify-content: flex-start;
    min-height: 54px;
    padding: 0 18px;
    width: 100%;
  }
  .lab-nav__link.is-current {
    background: #eaf0f7;
  }
  .lab-nav__link--button,
  .lab-nav__link--button:visited {
    background: #314458;
    color: #ffffff;
    justify-content: center;
  }
  .landing-hero {
    background-position: center right 34%;
    min-height: auto;
    padding: 56px 0 52px;
  }
  .landing-hero__content {
    max-width: 100%;
  }
  .landing-badge {
    font-size: 0.88rem;
    margin-bottom: 18px;
    padding: 8px 14px;
  }
  .landing-title {
    font-size: clamp(2.7rem, 10vw, 4.4rem);
    letter-spacing: -0.025em;
    line-height: 0.98;
    margin-bottom: 18px;
  }
  .landing-lead {
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 24px;
    max-width: 36rem;
  }
  .hero-actions {
    gap: 12px;
  }
  .button-primary,
  .button-secondary {
    min-height: 58px;
    min-width: 0;
    padding: 0 22px;
  }
  .section-block,
  .page-shell {
    padding: 64px 0;
  }
  .section-header {
    margin-bottom: 34px;
  }
  .section-title,
  .section-title--left {
    font-size: clamp(2.2rem, 7vw, 3.3rem);
    line-height: 1.12;
  }
  .section-intro,
  .about-copy,
  .page-shell p,
  .page-shell li,
  .member-profile__lead,
  .member-profile__body {
    font-size: 1rem;
    line-height: 1.82;
  }
  .research-grid,
  .team-grid,
  .project-grid,
  .publication-grid,
  .contact-grid {
    gap: 22px;
  }
  .research-card__body,
  .member-card__body,
  .publication-card,
  .contact-card,
  .project-card,
  .stat-card {
    padding: 22px;
  }
  .footer-grid {
    gap: 34px;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-top: 34px;
  }
}
@media (max-width: 640px) {
  .wrapper {
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
  }
  .lab-header__inner {
    min-height: 72px;
  }
  .lab-brand__mark {
    font-size: 1.35rem;
    height: 42px;
    width: 42px;
  }
  .lab-brand__text {
    font-size: 1.08rem;
  }
  .lab-nav__list {
    max-height: calc(100svh - 72px);
    padding: 12px 16px 18px;
    top: 72px;
  }
  .lab-nav__link,
  .lab-nav__link:visited {
    min-height: 50px;
  }
  .landing-hero {
    background-position: center right 30%;
    padding: 42px 0 40px;
  }
  .landing-badge {
    font-size: 0.8rem;
    margin-bottom: 14px;
  }
  .landing-title {
    font-size: clamp(2.15rem, 12vw, 3.3rem);
    line-height: 1.02;
    margin-bottom: 14px;
  }
  .landing-lead {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
  .hero-actions > * {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .button-primary,
  .button-secondary {
    min-height: 56px;
    width: 100%;
  }
  .section-block,
  .page-shell {
    padding: 56px 0;
  }
  .section-header {
    margin-bottom: 28px;
  }
  .section-title,
  .section-title--left {
    font-size: clamp(2rem, 10vw, 2.8rem);
    margin-bottom: 14px;
  }
  .about-accent-line {
    height: 5px;
    margin-bottom: 24px;
    width: 100px;
  }
  .media-stack__image {
    height: 240px;
  }
  .research-card__image {
    height: 170px;
  }
  .team-grid {
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .team-grid > :only-child {
    grid-column: 1/-1;
    justify-self: center;
    max-width: 240px;
    width: 100%;
  }
  .member-card__image {
    aspect-ratio: 4/3;
    height: auto;
    max-height: 200px;
    object-position: center 18%;
  }
  .member-card__body {
    padding: 14px 14px 16px;
  }
  .member-card .card-title {
    font-size: 1.24rem;
    margin-bottom: 8px;
  }
  .member-card .card-meta {
    font-size: 0.98rem;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-transform: none;
  }
  .member-card__body p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 0;
    overflow: hidden;
  }
  .research-card,
  .member-card,
  .publication-card,
  .contact-card,
  .project-card {
    border-radius: 18px;
  }
  .research-card__body,
  .member-card__body,
  .publication-card,
  .contact-card,
  .project-card,
  .stat-card {
    padding: 20px;
  }
  .icon-chip {
    font-size: 1.25rem;
    height: 52px;
    margin-bottom: 16px;
    width: 52px;
  }
  .card-title {
    font-size: 1.34rem;
  }
  .member-profile__image {
    border-radius: 18px;
  }
  .site-footer-lab {
    padding: 48px 0 24px;
  }
  .footer-brand {
    font-size: 1.95rem;
  }
  .footer-heading {
    font-size: 1.22rem;
  }
  .footer-bottom__links {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 420px) {
  .lab-brand {
    gap: 10px;
  }
  .lab-brand__text {
    font-size: 1rem;
  }
  .landing-title {
    font-size: clamp(1.95rem, 11vw, 2.7rem);
  }
  .research-card__image {
    height: 150px;
  }
  .member-card__image {
    aspect-ratio: 4/4;
  }
  .landing-lead {
    font-size: 0.92rem;
  }
  .section-title,
  .section-title--left {
    font-size: clamp(1.85rem, 9vw, 2.45rem);
  }
  .research-card__body,
  .member-card__body,
  .publication-card,
  .contact-card,
  .project-card,
  .stat-card {
    padding: 18px;
  }
}
.lab-nav-toggle span {
  transition: transform 180ms ease, opacity 180ms ease;
}

.lab-nav-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.lab-nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.lab-nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Detail pages: member / news / project */
.page-shell--member-detail {
  padding-top: 72px;
}

.member-detail {
  margin: 0 auto;
  max-width: 1120px;
}

.member-detail__grid {
  align-items: start;
  display: grid;
  gap: 30px;
  grid-template-areas: "photo summary" "photo content";
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
}

.member-detail__photo {
  grid-area: photo;
  margin: 0;
}

.member-detail__image {
  aspect-ratio: 3/4;
  border-radius: 22px;
  box-shadow: 0 24px 52px rgba(29, 43, 60, 0.2);
  display: block;
  object-fit: cover;
  width: 100%;
}

.member-detail__summary {
  background: #fff;
  border: 1px solid rgba(48, 69, 92, 0.12);
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(28, 38, 54, 0.08);
  grid-area: summary;
  padding: 28px 30px;
}

.member-detail__name {
  color: #30455c;
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
  font-size: clamp(2.8rem, 6vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.02;
  margin: 10px 0 18px;
}

.member-detail__role {
  color: #d46c1f;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.member-detail__research {
  font-size: 1.13rem;
  line-height: 1.85;
  margin-bottom: 16px;
}

.member-detail__contact {
  margin: 0;
}

.member-detail__contact a {
  align-items: center;
  background: #eef3f8;
  border-radius: 999px;
  color: #30455c;
  display: inline-flex;
  font-weight: 600;
  padding: 8px 16px;
  text-decoration: none;
}

.member-detail__content,
.detail-content {
  background: #fff;
  border: 1px solid rgba(48, 69, 92, 0.1);
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(28, 38, 54, 0.06);
  padding: 28px 30px;
}

.member-detail__content {
  grid-area: content;
}

.member-detail__content p,
.member-detail__content li,
.detail-content p,
.detail-content li {
  font-size: 1.08rem;
  line-height: 1.9;
}

.detail-shell .wrapper {
  max-width: 980px;
}

.detail-hero {
  margin-bottom: 20px;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0 16px;
}

.detail-chip {
  background: #eef3f8;
  border: 1px solid rgba(48, 69, 92, 0.12);
  border-radius: 999px;
  color: #30455c;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 7px 12px;
}

.detail-cover {
  margin: 18px 0 0;
}

.detail-cover img {
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(28, 38, 54, 0.14);
  display: block;
  max-height: 420px;
  object-fit: cover;
  width: 100%;
}

.detail-summary {
  color: #526274;
  font-size: 1.08rem;
  line-height: 1.85;
  margin: 18px 0 0;
}

.detail-back {
  margin-top: 22px;
}

.detail-back a {
  color: #30455c;
  font-weight: 600;
  text-decoration: none;
}

.detail-back a:hover {
  color: #d46c1f;
}

@media (max-width: 1040px) {
  .member-detail__grid {
    grid-template-areas: "summary" "photo" "content";
    grid-template-columns: 1fr;
  }
  .member-detail__image {
    max-height: 520px;
  }
}
@media (max-width: 640px) {
  .page-shell--member-detail {
    padding-top: 56px;
  }
  .member-detail__summary,
  .member-detail__content,
  .detail-content {
    border-radius: 16px;
    padding: 20px;
  }
  .member-detail__name {
    font-size: clamp(2.2rem, 12vw, 3.2rem);
    margin-bottom: 12px;
  }
  .member-detail__role {
    font-size: 1.1rem;
  }
  .member-detail__research,
  .member-detail__content p,
  .member-detail__content li,
  .detail-summary,
  .detail-content p,
  .detail-content li {
    font-size: 1rem;
    line-height: 1.82;
  }
  .detail-cover img {
    max-height: 260px;
  }
}
/* Detail layout refinements for subpages */
.page-shell--member-detail {
  padding-top: 64px;
}

.member-detail__grid {
  gap: 34px;
  grid-template-areas: "photo summary" "content content";
  grid-template-columns: minmax(250px, 340px) minmax(0, 1fr);
}

.member-detail__grid--no-photo {
  grid-template-areas: "summary" "content";
  grid-template-columns: minmax(0, 1fr);
}

.member-detail__image {
  max-height: 560px;
}

@media (max-width: 1040px) {
  .member-detail__grid,
  .member-detail__grid--no-photo {
    grid-template-areas: "summary" "photo" "content";
    grid-template-columns: 1fr;
  }
  .member-detail__grid--no-photo {
    grid-template-areas: "summary" "content";
  }
}
@media (max-width: 360px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}
/* Mobile polish hotfixes: nav opacity, team cards, member detail */
.lab-header {
  background: #ffffff;
}

.member-detail__summary,
.member-detail__content {
  min-width: 0;
}

.member-detail__research,
.member-detail__content p,
.member-detail__content li {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.member-detail__contact a {
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: break-word;
}

@media (max-width: 900px) {
  .lab-header {
    background: #ffffff;
  }
  .lab-nav__list,
  .lab-nav__list.is-open {
    background: #ffffff;
  }
}
@media (max-width: 640px) {
  .team-grid {
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .team-grid .member-card__image {
    aspect-ratio: 4/5;
    max-height: 240px;
    object-fit: cover;
    object-position: center 12%;
  }
  .team-grid .member-card__body {
    padding: 12px 12px 14px;
  }
  .team-grid .member-card__body p {
    -webkit-line-clamp: 4;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .page-shell--member-detail {
    padding-top: 24px;
  }
  .member-detail__grid {
    gap: 16px;
    grid-template-areas: "photo" "summary" "content";
    grid-template-columns: 1fr;
  }
  .member-detail__grid--no-photo {
    grid-template-areas: "summary" "content";
  }
  .member-detail__image {
    max-height: 360px;
    object-position: center 15%;
  }
  .member-detail__summary,
  .member-detail__content,
  .detail-content {
    border-radius: 14px;
    padding: 18px;
  }
  .member-detail__name {
    font-size: clamp(1.9rem, 10vw, 2.7rem);
    line-height: 1.08;
    margin-bottom: 10px;
  }
  .member-detail__role {
    font-size: 1.02rem;
  }
  .member-detail__research,
  .member-detail__content p,
  .member-detail__content li,
  .detail-summary,
  .detail-content p,
  .detail-content li {
    font-size: 0.98rem;
    line-height: 1.78;
  }
}
@media (max-width: 420px) {
  .team-grid .member-card__image {
    aspect-ratio: 4/5;
    max-height: 220px;
  }
}
/* Member detail polish: full portrait image + markdown separators */
.member-detail__photo {
  background: #eef2f7;
  border-radius: 22px;
  overflow: hidden;
}

.member-detail__image {
  aspect-ratio: auto;
  height: auto;
  max-height: min(72vh, 620px);
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.member-detail__content hr {
  border: 0;
  border-top: 1px solid rgba(48, 69, 92, 0.16);
  margin: 1.1rem 0;
}

.member-detail__content hr + hr {
  display: none;
}

@media (max-width: 640px) {
  .member-detail__photo {
    border-radius: 16px;
  }
  .member-detail__image {
    max-height: 56vh;
  }
}
/* Member detail image refinement v2: natural ratio + smaller footprint */
.member-detail__photo {
  background: transparent;
  border-radius: 18px;
  justify-self: start;
  max-width: 340px;
}

.member-detail__image {
  border-radius: inherit;
  display: block;
  height: auto;
  max-height: none;
  object-fit: initial;
  width: 100%;
}

@media (max-width: 1040px) {
  .member-detail__photo {
    justify-self: center;
    max-width: min(74vw, 340px);
  }
}
@media (max-width: 640px) {
  .member-detail__photo {
    border-radius: 14px;
    max-width: min(72vw, 300px);
  }
  .member-detail__image {
    max-height: none;
  }
}
/* Core research visual upgrade */
.research-showcase {
  overflow: hidden;
  position: relative;
}

.research-showcase::before {
  background: radial-gradient(circle at 12% 22%, rgba(49, 69, 92, 0.1), transparent 58%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.research-showcase > .wrapper {
  position: relative;
  z-index: 1;
}

.research-showcase .section-header {
  margin-bottom: 42px;
}

.research-showcase .section-intro {
  max-width: 820px;
}

.research-showcase .research-grid {
  counter-reset: research-item;
  gap: 24px;
}

.research-showcase .research-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafd 100%);
  border: 1px solid rgba(48, 69, 92, 0.12);
  overflow: hidden;
  position: relative;
}

.research-showcase .research-card::after {
  color: rgba(48, 69, 92, 0.16);
  content: "0" counter(research-item);
  counter-increment: research-item;
  font-family: "Noto Serif SC", "Source Han Serif SC", serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 16px;
}

.research-showcase .research-card__image {
  height: 220px;
}

.research-showcase .research-card__body {
  padding: 24px 24px 26px;
}

.research-showcase .icon-chip {
  border-radius: 14px;
  height: 54px;
  margin-bottom: 16px;
  width: 54px;
}

.research-showcase .card-title {
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .research-showcase .research-grid {
    gap: 16px;
  }
  .research-showcase .research-card {
    display: grid;
    grid-template-columns: 38% 1fr;
  }
  .research-showcase .research-card__image {
    height: 100%;
    min-height: 160px;
  }
  .research-showcase .research-card__body {
    padding: 16px 16px 18px;
  }
  .research-showcase .icon-chip {
    height: 46px;
    margin-bottom: 10px;
    width: 46px;
  }
  .research-showcase .research-card__body p {
    font-size: 0.94rem;
    line-height: 1.65;
  }
}
@media (max-width: 520px) {
  .research-showcase .research-card {
    display: block;
  }
  .research-showcase .research-card__image {
    height: 160px;
    min-height: 0;
  }
  .research-showcase .research-card::after {
    right: 14px;
    top: 12px;
  }
}
/* Core research mobile image fix: avoid odd crop/stretch */
@media (max-width: 900px) {
  .research-showcase .research-card {
    display: block;
  }
  .research-showcase .research-card__image {
    aspect-ratio: 16/10;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 520px) {
  .research-showcase .research-card__image {
    aspect-ratio: 16/11;
  }
}

/*# sourceMappingURL=main.css.map */