:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-muted: #f4f5f6;
  --surface-deep: #151515;
  --text: #111111;
  --text-soft: #4c5157;
  --text-muted: #7b8087;
  --line: #151515;
  --line-soft: #d9dde2;
  --line-faint: #eceff2;
  --accent: #6f2c91;
  --accent-strong: #4d1a68;
  --accent-soft: #f4eef8;
  --pending-bg: #fff6d8;
  --pending-text: #70530b;
  --max-width: 1180px;
  --wide-width: 1360px;
  --header-height: 86px;
  --radius: 0;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Noto Sans SC",
    "Microsoft YaHei",
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.72;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--accent);
}

p,
h1,
h2,
h3,
h4,
ul,
ol {
  margin-top: 0;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(100% - 56px, var(--wide-width));
  height: var(--header-height);
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 32px;
}

.nav-links {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  min-width: 0;
}

.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: var(--text);
  text-decoration: none;
  font-size: 0.91rem;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -1px;
  height: 4px;
  background: transparent;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  background: var(--accent);
}

.nav-toggle {
  display: none;
  align-self: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--surface);
  padding: 10px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--text);
}

.language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-width: 52px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--surface);
  color: var(--text);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
}

.language-toggle:hover {
  background: var(--accent);
  color: #ffffff;
}

main {
  background: var(--bg);
}

.section {
  width: min(100% - 64px, var(--max-width));
  margin: 0 auto;
  padding: 82px 0;
  scroll-margin-top: 110px;
}

.section + .section {
  border-top: 1px solid var(--line);
}

.section-muted {
  width: 100%;
  max-width: none;
  padding-left: max(32px, calc((100% - var(--max-width)) / 2));
  padding-right: max(32px, calc((100% - var(--max-width)) / 2));
  background: var(--surface-muted);
}

.compact-section {
  padding-top: 72px;
}

.profile-section > .section-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 34px;
  text-align: center;
}

.profile-section > .section-heading .eyebrow,
.profile-section > .section-heading h2 {
  grid-column: 1;
}

.profile-section > .section-heading h2 {
  justify-self: center;
}

.research-section > .section-heading {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.research-section > .section-heading h2 {
  grid-column: 1;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 14px;
  align-items: start;
  margin-bottom: 42px;
  text-align: center;
}

.section-heading .eyebrow {
  grid-column: 1;
}

.section-heading h2 {
  grid-column: 1;
  margin-bottom: 0;
  font-size: clamp(2rem, 4.4vw, 4.7rem);
  font-weight: 850;
  line-height: 0.94;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow) {
  grid-column: 1;
  max-width: 780px;
  margin: 12px auto 0;
  color: var(--text-soft);
  font-size: 1.02rem;
}

.eyebrow {
  margin: 0;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--line);
}

.hero-content {
  width: min(100% - 64px, var(--wide-width));
  min-height: min(720px, calc(100vh - var(--header-height)));
  margin: 0 auto;
  padding: 72px 0 64px;
  display: grid;
  grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
  gap: clamp(44px, 6vw, 96px);
  align-items: start;
}

.hero-content .eyebrow {
  margin-bottom: 16px;
}

.hero-profile {
  align-self: start;
  padding-top: 48px;
}

.hero-avatar {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid var(--line);
  background: #ffffff;
}

.hero-nameplate {
  --hero-name-size: clamp(1.55rem, 1.85vw, 2.05rem);
  display: grid;
  gap: 10px;
  margin-top: 24px;
  text-align: center;
}

.hero-intro {
  display: grid;
  align-content: center;
  gap: 0;
  max-width: 900px;
  padding-top: 112px;
}

.hero h1 {
  max-width: none;
  margin: 0;
  font-size: var(--hero-name-size);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

.hero-title {
  display: grid;
  gap: 6px;
  max-width: 780px;
  margin: 0;
  padding-left: 0;
  border-left: 0;
  color: var(--text);
  font-size: var(--hero-name-size);
  font-weight: 750;
  line-height: 1.24;
}

.hero-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 22px 0 0;
  padding: 0;
  background: transparent;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero-meta p {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 14px 0;
  border-right: 0;
  border-bottom: 1px solid var(--line-faint);
}

.hero-meta p:last-child {
  border-bottom: 0;
}

.hero-meta strong {
  color: var(--text);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: 0;
}

.hero-meta span,
.hero-meta a {
  color: var(--text-soft);
  font-size: 1.2rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.hero-summary {
  max-width: 880px;
  margin-bottom: 0;
  color: var(--text-soft);
  font-size: 1.6rem;
  line-height: 1.74;
}

.hero-summary a {
  color: var(--link);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero-content::after {
  content: none;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 56px;
  align-items: start;
}

.profile-panel {
  width: 100%;
  padding: 0;
  background: var(--surface-deep);
  color: #ffffff;
  border: 1px solid var(--surface-deep);
}

.profile-card {
  box-shadow: none;
}

.avatar {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 0;
  border: 0;
}

.profile-meta {
  padding: 24px;
}

.profile-meta p {
  display: grid;
  gap: 5px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.profile-meta p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.profile-meta strong {
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.profile-meta span,
.profile-meta a {
  color: rgba(255, 255, 255, 0.82);
  overflow-wrap: anywhere;
}

.info-block,
.student-group,
.course-card,
.contact-grid article {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
}

.profile-card,
.info-block,
.student-group,
.course-card,
.contact-grid article {
  padding: 26px 0 0;
}

.profile-card {
  padding: 0;
}

.info-block h3,
.student-group h3,
.course-card h3,
.contact-grid h3 {
  margin-bottom: 18px;
  font-size: 1.34rem;
  font-weight: 850;
  line-height: 1.18;
}

.plain-list,
.course-card ul {
  padding-left: 0;
  list-style: none;
}

.plain-list {
  display: grid;
  gap: 0;
}

.plain-list li {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 22px;
  padding: 14px 0;
  border-top: 1px solid var(--line-faint);
  color: var(--text-soft);
}

.plain-list li:first-child {
  border-top: 0;
}

.plain-list span,
.student-card p span:not(.tag) {
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 780;
}

.profile-section .plain-list li {
  font-size: 1.16rem;
  line-height: 1.62;
}

.profile-section .plain-list span {
  font-size: 1.02rem;
}

.research-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 56px;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  counter-reset: research;
}

.research-list li {
  position: relative;
  min-height: 98px;
  padding: 22px 0 22px 72px;
  border-top: 1px solid var(--line);
  color: var(--text);
  font-size: clamp(1.15rem, 1.6vw, 1.55rem);
  font-weight: 780;
  line-height: 1.25;
  counter-increment: research;
}

.research-list li::before {
  content: counter(research, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 22px;
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.publication-list {
  display: grid;
  gap: 0;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  counter-reset: publications 43;
  border-bottom: 1px solid var(--line);
}

.publication-list li {
  position: relative;
  display: grid;
  grid-template-columns: 78px 84px minmax(0, 1fr);
  gap: 8px 22px;
  padding: 21px 0 21px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  counter-increment: publications -1;
}

.publication-list li::before {
  content: counter(publications, decimal-leading-zero);
  grid-column: 1;
  grid-row: 1 / span 2;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.publication-list p {
  grid-column: 3;
  margin-bottom: 4px;
  overflow-wrap: anywhere;
}

.publication-list p:first-of-type {
  margin-top: -2px;
  color: var(--text);
  font-size: 1.06rem;
  line-height: 1.45;
}

.publication-list p:not(:first-of-type) {
  color: var(--text-soft);
}

.publication-list .pub-year {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 850;
}

.publication-list strong {
  color: var(--text);
}

.publication-list a {
  text-decoration-color: transparent;
}

.publication-list a:hover {
  text-decoration-color: var(--accent);
}

.pub-note {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-left: 6px;
  padding: 1px 8px;
  background: var(--surface-muted);
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.students-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 52px;
}

.student-group {
  overflow: visible;
}

.student-group-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.student-group-header h3 {
  margin-bottom: 0;
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
  line-height: 1.18;
}

.student-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line-faint);
  border-bottom: 1px solid var(--line-faint);
}

.student-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  min-height: 520px;
  padding: 46px 30px 50px;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line-faint);
  border-radius: 0;
  text-align: center;
  box-shadow: none;
}

.student-card:nth-child(3n) {
  border-right: 0;
}

.student-card:nth-child(n + 4) {
  border-top: 1px solid var(--line-faint);
}

.student-card img {
  width: min(88%, 294px);
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  border: 0;
  background: var(--surface-muted);
  margin: 0 auto 36px;
}

.student-card > div {
  width: 100%;
  padding: 0;
}

.student-role {
  display: none;
}

.student-card h4 {
  margin: 0 0 14px;
  color: #242424;
  font-family: Georgia, "Times New Roman", "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(1.65rem, 2.45vw, 2.3rem);
  font-weight: 850;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.student-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 1.28rem;
  line-height: 1.55;
}

.student-card .student-email {
  min-height: 1.5em;
  margin-top: 8px;
  color: var(--link);
  font-size: 1.08rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.alumni-list {
  display: grid;
  gap: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--line);
}

.alumni-list li {
  display: grid;
  grid-template-columns: minmax(120px, 0.28fr) minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  padding: 22px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
}

.alumni-list strong {
  font-size: 1.22rem;
  font-weight: 850;
  line-height: 1.35;
}

.alumni-list span {
  color: var(--text-soft);
  font-size: 1.18rem;
  line-height: 1.45;
  white-space: normal;
}

.prospective {
  max-width: 900px;
  margin-left: auto;
  padding-left: 32px;
  border-left: 6px solid var(--accent);
  border-top: 0;
}

.prospective h3 {
  font-size: clamp(1.5rem, 2.4vw, 2.35rem);
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-left: 6px;
  padding: 4px 10px;
  border-radius: 0;
  font-size: 0.98rem;
  font-weight: 780;
  white-space: nowrap;
}

.tag.pending {
  background: var(--pending-bg);
  color: var(--pending-text);
}

.status-note {
  color: var(--text-muted);
  font-size: 0.95rem;
}

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

.course-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
}

.course-card li {
  margin-bottom: 0;
  padding: 11px 0;
  color: var(--text-soft);
  border-top: 1px solid var(--line-faint);
}

.course-card li:first-child,
.course-card li:nth-child(2) {
  border-top-color: var(--line);
}

.timeline {
  display: grid;
  gap: 0;
  max-width: 980px;
  margin-left: auto;
  border-bottom: 1px solid var(--line);
}

.grant-item {
  display: grid;
  grid-template-columns: 172px minmax(0, 1fr);
  gap: 28px;
  padding: 22px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
}

.grant-item time {
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 850;
}

.grant-item h3 {
  margin-bottom: 4px;
  font-size: 1.15rem;
  font-weight: 850;
  line-height: 1.35;
}

.grant-item p {
  color: var(--text-soft);
}

.award-list {
  display: grid;
  gap: 0;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--line);
}

.award-list li {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  padding: 16px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
}

.award-list li > span:first-child {
  color: var(--accent);
  font-weight: 850;
}

.contact-section {
  width: 100%;
  max-width: none;
  padding: 78px max(32px, calc((100% - var(--max-width)) / 2));
  background: var(--surface-deep);
  color: #ffffff;
  border-top: 0;
}

.contact-section .section-heading {
  color: #ffffff;
}

.contact-section .section-heading h2 {
  color: #ffffff;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.contact-grid article {
  border-top-color: rgba(255, 255, 255, 0.36);
}

.contact-grid h3 {
  color: #ffffff;
}

.contact-grid p {
  color: rgba(255, 255, 255, 0.76);
  overflow-wrap: anywhere;
}

.contact-grid a {
  color: #ffffff;
}

.site-footer {
  display: grid;
  gap: 5px;
  padding: 24px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--surface-deep);
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
  font-size: 0.9rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.72);
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--surface);
  color: var(--text);
  box-shadow: none;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}

.back-to-top:hover {
  transform: translateY(-2px);
  background: var(--accent);
  color: #ffffff;
}

@media (max-width: 1120px) {
  :root {
    --header-height: 74px;
  }

  .nav {
    width: min(100% - 32px, var(--wide-width));
  }

  .nav-toggle {
    display: inline-block;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(var(--header-height) + 10px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    background: var(--surface);
    border: 1px solid var(--line);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    min-height: 48px;
    padding: 0 16px;
    border-top: 1px solid var(--line-faint);
  }

  .nav-links a:first-child {
    border-top: 0;
  }

  .nav-links a::after {
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 4px;
    height: auto;
  }

  .hero-content {
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
    gap: 36px;
    min-height: auto;
    padding-top: 72px;
    align-items: start;
  }

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

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

  .student-card {
    border-right: 1px solid var(--line-faint);
    border-top: 0;
  }

  .student-card:nth-child(3n) {
    border-right: 1px solid var(--line-faint);
  }

  .student-card:nth-child(2n) {
    border-right: 0;
  }

  .student-card:nth-child(n + 3) {
    border-top: 1px solid var(--line-faint);
  }
}

@media (max-width: 840px) {
  body {
    font-size: 15px;
  }

  main {
    background: var(--bg);
  }

  .section {
    width: min(100% - 32px, var(--max-width));
    padding: 62px 0;
  }

  .section-muted,
  .contact-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 30px;
  }

  .section-heading .eyebrow,
  .section-heading h2,
  .section-heading p:not(.eyebrow) {
    grid-column: 1;
  }

  .section-heading h2 {
    font-size: clamp(2rem, 12vw, 3.6rem);
  }

  .hero-content {
    width: min(100% - 32px, var(--wide-width));
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 56px 0;
  }

  .hero-profile {
    width: min(100%, 320px);
    padding-top: 0;
  }

  .hero-nameplate {
    --hero-name-size: clamp(1.55rem, 7vw, 2.2rem);
  }

  .hero-intro {
    padding-top: 0;
  }

  .hero-title {
    padding-left: 0;
    border-left: 0;
  }

  .hero-meta {
    grid-template-columns: 1fr;
  }

  .hero-meta p {
    border-right: 0;
    border-bottom: 1px solid var(--line-faint);
  }

  .hero-meta p:last-child {
    border-bottom: 0;
  }

  .info-grid,
  .course-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .profile-panel {
    position: static;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .avatar {
    height: 100%;
    min-height: 250px;
  }

  .research-list,
  .timeline {
    max-width: none;
    margin-left: 0;
  }

  .research-list {
    grid-template-columns: 1fr;
  }

  .publication-list li {
    grid-template-columns: 54px 70px minmax(0, 1fr);
    gap: 8px 14px;
  }

  .course-card ul {
    grid-template-columns: 1fr;
  }

  .course-card li:nth-child(2) {
    border-top-color: var(--line-faint);
  }

  .prospective {
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  :root {
    --header-height: 68px;
  }

  .section {
    width: min(100% - 28px, var(--max-width));
    padding: 54px 0;
  }

  .hero-content {
    width: min(100% - 28px, var(--wide-width));
  }

  .profile-panel {
    display: block;
  }

  .avatar {
    height: 310px;
  }

  .plain-list li,
  .grant-item,
  .award-list li,
  .alumni-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .publication-list li {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .publication-list li::before {
    grid-column: 1;
  }

  .publication-list .pub-year {
    grid-column: 2;
    grid-row: 1;
  }

  .publication-list p {
    grid-column: 2;
  }

  .student-list {
    grid-template-columns: 1fr;
  }

  .student-card,
  .student-card:nth-child(2n),
  .student-card:nth-child(3n) {
    min-height: 0;
    border-right: 0;
  }

  .student-card:nth-child(n + 2) {
    border-top: 1px solid var(--line-faint);
  }

  .student-card img {
    width: min(72%, 214px);
    height: auto;
  }

  .prospective {
    padding-left: 18px;
    border-left-width: 5px;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
  }
}
