:root {
  --surface: #f4f9fc;
  --surface-soft: #eaf4fa;
  --surface-deep: #dbeaf3;
  --text: #111820;
  --text-soft: #566777;
  --accent: #2d6fa3;
  --accent-dark: #1e557e;
  --radius: 18px;
  --section-pad: clamp(92px, 11vh, 124px);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 64px;
}

html[data-motion="off"] {
  scroll-behavior: auto;
}

html[data-motion="off"] *,
html[data-motion="off"] *::before,
html[data-motion="off"] *::after {
  animation-duration: .01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: .01ms !important;
}

body {
  background: var(--surface) url("assets/liquid-source-v2.jpg") center / cover fixed no-repeat;
}

.site-shell {
  position: relative;
  z-index: 2;
  min-height: 100dvh;
  background: transparent;
}

#liquid-canvas,
.wash {
  position: fixed;
}

.topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 60;
  width: 100%;
}

.nav a {
  position: relative;
  padding: 12px 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  text-decoration: none;
}

.nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .35s var(--ease);
}

.nav a:hover::after,
.nav a[aria-current="location"]::after {
  transform: scaleX(1);
}

.top-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
}

.motion-toggle {
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(17, 21, 28, .16);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, .38);
  cursor: pointer;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .04em;
  transition: transform .3s var(--ease), background-color .3s ease;
}

.motion-toggle:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .72);
}

.motion-toggle:active {
  transform: translateY(-1px) scale(.98);
}

.hero {
  min-height: 100dvh;
  padding-top: clamp(88px, 11vh, 112px);
}

.hit-zone {
  cursor: pointer;
}

.feature {
  color: inherit;
  text-decoration: none;
}

.feature-icon {
  width: auto;
  min-width: 30px;
  font-size: 7px;
  letter-spacing: .12em;
}

.page-section {
  position: relative;
  z-index: 2;
  min-height: 100dvh;
  overflow: hidden;
  padding: var(--section-pad) clamp(20px, 5vw, 76px) clamp(64px, 8vh, 92px);
  color: var(--text);
  background: transparent;
  backdrop-filter: none;
}

.page-section::before {
  content: attr(data-water-word);
  position: absolute;
  z-index: 0;
  top: 14%;
  left: 50%;
  width: max-content;
  color: rgba(255, 255, 255, .22);
  font-size: clamp(112px, 19vw, 286px);
  font-weight: 850;
  line-height: .8;
  letter-spacing: -.085em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .28);
  transform: translateX(-50%);
  pointer-events: none;
  user-select: none;
}

.page-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(180deg, rgba(244, 250, 253, .10), transparent 46%, rgba(244, 250, 253, .08));
  pointer-events: none;
}

.experience-section {
  background: transparent;
}

.campus-section {
  background: transparent;
}

.section-inner {
  position: relative;
  z-index: 2;
  width: min(1420px, 100%);
  margin: 0 auto;
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: clamp(28px, 4vh, 44px);
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(42px, 5.2vw, 76px);
  font-weight: 800;
  line-height: .96;
  letter-spacing: -.065em;
}

.section-heading p {
  max-width: 54ch;
  margin: 0;
  color: var(--text-soft);
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.75;
}

.education-layout {
  display: grid;
  grid-template-columns: 1.18fr .92fr .72fr;
  gap: clamp(14px, 1.5vw, 22px);
  min-height: clamp(500px, 60vh, 650px);
}

.school-card,
.awards-panel,
.campus-portrait,
.experience-card {
  border-radius: var(--radius);
}

.school-card {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background: var(--surface-deep);
  box-shadow: 0 26px 70px rgba(35, 83, 118, .12);
}

.school-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(.16, 1, .3, 1);
}

.school-card-tongji img {
  object-position: 50% 43%;
}

.school-card-hainan img {
  object-position: 50% 42%;
}

.school-card:hover img {
  transform: scale(1.025);
}

.school-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 26, 37, .02) 26%, rgba(13, 26, 37, .82) 100%);
  pointer-events: none;
}

.school-card-copy {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(22px, 2.4vw, 34px);
  color: #f8fbfd;
}

.school-date,
.experience-date {
  margin: 0 0 7px;
  color: rgba(248, 251, 253, .72);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .07em;
}

.school-card h3 {
  margin: 0;
  font-size: clamp(28px, 2.5vw, 42px);
  letter-spacing: -.045em;
}

.school-card-copy > p:not(.school-date) {
  margin: 6px 0 0;
  color: rgba(248, 251, 253, .82);
  font-size: 12px;
}

.school-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.school-stats span {
  display: grid;
  gap: 4px;
  color: rgba(248, 251, 253, .7);
  font-size: 9px;
  line-height: 1.35;
}

.school-stats strong {
  color: #f8fbfd;
  font-size: clamp(15px, 1.25vw, 19px);
  font-weight: 750;
}

.awards-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
  padding: clamp(24px, 2.5vw, 38px);
  border: 1px solid rgba(45, 111, 163, .13);
  background: rgba(255, 255, 255, .62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.award-total {
  display: grid;
  gap: 3px;
}

.award-total strong {
  color: var(--accent);
  font-size: clamp(58px, 6vw, 88px);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.075em;
}

.award-total span {
  color: var(--text-soft);
  font-size: 12px;
}

.awards-panel ul {
  display: grid;
  gap: 15px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.awards-panel li {
  padding-left: 14px;
  border-left: 2px solid rgba(45, 111, 163, .38);
  color: #344657;
  font-size: clamp(11px, .92vw, 13px);
  line-height: 1.55;
}

.experience-heading {
  margin-bottom: 10px;
}

.coverflow {
  --album-card-width: clamp(370px, 35vw, 510px);
  position: relative;
  min-height: clamp(590px, 70vh, 680px);
  outline: none;
}

.coverflow::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 6%;
  bottom: 70px;
  left: -22%;
  width: 34%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .34), transparent);
  filter: blur(18px);
  transform: translateX(0) skewX(-12deg);
  pointer-events: none;
}

.coverflow.is-changing::after {
  animation: album-water-sweep .76s cubic-bezier(.22, 1, .36, 1);
}

@keyframes album-water-sweep {
  0% { opacity: 0; transform: translateX(0) skewX(-12deg); }
  38% { opacity: .75; }
  100% { opacity: 0; transform: translateX(430%) skewX(-12deg); }
}

.coverflow:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 6px;
  border-radius: var(--radius);
}

.coverflow-stage {
  position: absolute;
  inset: 0 0 62px;
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 44px);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px max(24px, calc((100% - var(--album-card-width)) / 2));
  perspective: 1600px;
  transform-style: preserve-3d;
  scroll-padding-inline: max(24px, calc((100% - var(--album-card-width)) / 2));
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  touch-action: pan-y pinch-zoom;
  cursor: grab;
}

.coverflow-stage::-webkit-scrollbar {
  display: none;
}

.coverflow-stage.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.experience-card {
  position: relative;
  flex: 0 0 var(--album-card-width);
  width: var(--album-card-width);
  height: clamp(490px, 57vh, 550px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .44);
  border-radius: var(--radius);
  color: #f8fbfd;
  background: #172431;
  box-shadow: 0 32px 80px rgba(30, 69, 99, .22);
  transform-style: preserve-3d;
  transform-origin: center;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  user-select: none;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1), opacity .7s cubic-bezier(.22, 1, .36, 1), filter .7s cubic-bezier(.22, 1, .36, 1), box-shadow .7s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.experience-card.is-active {
  box-shadow: 0 38px 96px rgba(30, 69, 99, .30), inset 0 1px 0 rgba(255, 255, 255, .25);
}

.experience-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) contrast(.96);
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
  transform: scale(1.015);
  transition: transform .9s cubic-bezier(.22, 1, .36, 1), filter .7s ease;
}

.experience-card.is-active img {
  filter: saturate(.92) contrast(.98);
  transform: scale(1.075);
}

.experience-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 24, 36, .02) 13%, rgba(11, 24, 36, .26) 43%, rgba(11, 24, 36, .96) 76%);
  pointer-events: none;
}

.experience-card-copy {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(22px, 2.4vw, 32px);
  transition: opacity .5s ease, transform .7s cubic-bezier(.22, 1, .36, 1), filter .7s ease;
}

.experience-card:not(.is-active) .experience-card-copy {
  opacity: .20;
  filter: blur(.8px);
  transform: translateY(22px);
}

.experience-card.is-active .experience-card-copy {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.experience-card h3 {
  max-width: 17ch;
  margin: 0;
  font-size: clamp(23px, 2vw, 31px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.experience-role {
  margin: 7px 0 0;
  color: rgba(248, 251, 253, .78);
  font-size: 11px;
  font-weight: 650;
}

.experience-summary {
  margin: 14px 0 0;
  color: rgba(248, 251, 253, .78);
  font-size: 11px;
  line-height: 1.65;
}

.experience-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 17px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.experience-metrics-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.experience-metrics span {
  display: grid;
  gap: 3px;
  color: rgba(248, 251, 253, .62);
  font-size: 8px;
  line-height: 1.3;
}

.experience-metrics strong {
  color: #f8fbfd;
  font-size: 17px;
}

.coverflow-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 52px;
}

.coverflow-button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0 0 3px;
  border: 1px solid rgba(45, 111, 163, .28);
  border-radius: 999px;
  color: var(--accent-dark);
  background: rgba(255, 255, 255, .62);
  cursor: pointer;
  font-size: 27px;
  line-height: 1;
  transition: transform .3s cubic-bezier(.22, 1, .36, 1), background-color .3s ease;
}

.coverflow-button:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .92);
}

.coverflow-button:active {
  transform: translateY(-1px) scale(.98);
}

.coverflow-button:disabled {
  opacity: .30;
  cursor: not-allowed;
  transform: none;
}

.coverflow-status {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 48px;
  color: var(--text-soft);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.coverflow-status span:first-child {
  color: var(--accent-dark);
  font-size: 16px;
  font-weight: 750;
}

.coverflow-dots {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 76px;
}

.coverflow-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(45, 111, 163, .28);
  cursor: pointer;
  transition: width .45s cubic-bezier(.22, 1, .36, 1), background-color .35s ease, transform .25s ease;
}

.coverflow-dot:hover {
  transform: scale(1.25);
}

.coverflow-dot.is-active {
  width: 24px;
  background: var(--accent-dark);
}

.coverflow-hint {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  color: var(--text-soft);
  font-size: 10px;
  letter-spacing: .05em;
  transform: translateY(-50%);
}

.campus-layout {
  display: grid;
  grid-template-columns: minmax(340px, .84fr) minmax(0, 1.16fr);
  gap: clamp(30px, 5vw, 82px);
  align-items: center;
}

.campus-portrait {
  position: relative;
  align-self: center;
  min-height: 610px;
  max-height: 74vh;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(58, 77, 93, .16);
}

.campus-portrait img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 54% center;
}

.campus-content {
  min-width: 0;
}

.leadership-block {
  padding: clamp(23px, 2.3vw, 34px);
  border: 1px solid rgba(45, 111, 163, .15);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.leadership-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.leadership-title h3,
.campus-notes h3 {
  margin: 0;
  font-size: clamp(18px, 1.55vw, 24px);
  letter-spacing: -.035em;
}

.leadership-title p {
  flex: 0 0 auto;
  margin: 0;
  color: var(--text-soft);
  font-size: 10px;
}

.leadership-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin: 23px 0 18px;
}

.leadership-metrics span {
  display: grid;
  gap: 4px;
  color: var(--text-soft);
  font-size: 9px;
  line-height: 1.35;
}

.leadership-metrics strong {
  color: var(--accent-dark);
  font-size: clamp(17px, 1.5vw, 23px);
  letter-spacing: -.035em;
}

.leadership-block > p {
  margin: 0;
  color: #405363;
  font-size: 12px;
  line-height: 1.75;
}

.campus-notes {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(18px, 2.4vw, 34px);
  margin-top: 25px;
}

.campus-notes article {
  padding-top: 19px;
  border-top: 1px solid rgba(45, 111, 163, .2);
}

.campus-notes p {
  margin: 9px 0 0;
  color: var(--text-soft);
  font-size: 11px;
  line-height: 1.7;
}

.life-strip {
  display: grid;
  grid-template-columns: .78fr 1.22fr 1fr;
  gap: 11px;
  margin-top: 24px;
}

.life-strip figure {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 142px;
  margin: 0;
  overflow: visible;
  background: transparent;
}

.life-strip img {
  width: 100%;
  height: 100%;
  min-height: 142px;
  overflow: hidden;
  border-radius: var(--radius);
  object-fit: cover;
  transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}

.life-strip figure:first-child img {
  object-position: center 28%;
}

.life-strip figure:hover img {
  transform: scale(1.04);
}

.life-strip figcaption {
  position: static;
  padding: 7px 2px 0;
  color: var(--text-soft);
  background: transparent;
  font-size: 9px;
  line-height: 1;
}

.site-footer {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(45, 111, 163, .14);
  color: var(--text-soft);
  font-size: 11px;
}

.site-footer span {
  color: var(--text);
  font-weight: 750;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:last-child {
  margin-left: auto;
}

.site-footer a:hover {
  color: var(--accent-dark);
}

.closing-section {
  position: relative;
  z-index: 2;
  min-height: 100dvh;
  overflow: hidden;
  color: #f5f9fc;
  background: transparent;
}

.closing-wrapper,
.closing-content,
.closing-hero,
.closing-image-container {
  position: absolute;
  inset: 0;
}

.closing-wrapper {
  isolation: isolate;
}

.closing-image-container {
  z-index: 0;
  overflow: hidden;
  border-radius: var(--radius);
  opacity: .84;
  transform: scale(.72);
  transform-origin: center;
  transition: transform 1.15s cubic-bezier(.16, 1, .3, 1), opacity 1s ease;
  will-change: transform;
}

.closing-image-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 28, 43, .10), rgba(9, 28, 43, .24) 48%, rgba(9, 28, 43, .76)),
    linear-gradient(90deg, rgba(16, 48, 72, .42), transparent 62%);
  pointer-events: none;
}

.closing-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
  filter: saturate(.86) contrast(.96);
  transform: scale(1.12);
  transition: transform 1.35s cubic-bezier(.16, 1, .3, 1), filter 1s ease;
  will-change: transform;
}

.closing-content {
  z-index: 2;
  pointer-events: none;
}

.closing-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(104px, 14vh, 150px) clamp(24px, 6vw, 88px) clamp(28px, 5vh, 52px);
}

.closing-copy {
  max-width: 760px;
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .78s .30s ease, transform .92s .30s cubic-bezier(.16, 1, .3, 1);
  pointer-events: auto;
}

.closing-kicker {
  margin: 0 0 14px;
  color: rgba(245, 249, 252, .72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .23em;
}

.closing-copy h2 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(52px, 7.4vw, 108px);
  font-weight: 820;
  line-height: .92;
  letter-spacing: -.075em;
  text-wrap: balance;
}

.closing-copy > p:not(.closing-kicker) {
  max-width: 32ch;
  margin: 22px 0 0;
  color: rgba(245, 249, 252, .82);
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.75;
}

.closing-cta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 48px;
  margin-top: 26px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #15364e;
  background: rgba(246, 251, 253, .94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.16, 1, .3, 1), background-color .3s ease;
}

.closing-cta:hover {
  transform: translateY(-3px);
  background: #f5f9fc;
}

.closing-cta:active {
  transform: translateY(-1px) scale(.98);
}

.closing-footer {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: auto;
  padding-top: 34px;
  border-top: 1px solid rgba(245, 249, 252, .28);
  color: rgba(245, 249, 252, .72);
  font-size: 10px;
  letter-spacing: .04em;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .72s .52s ease, transform .82s .52s cubic-bezier(.16, 1, .3, 1);
  pointer-events: auto;
}

.closing-footer span:first-child {
  color: #f5f9fc;
  font-weight: 760;
}

.closing-footer a {
  margin-left: auto;
  color: inherit;
  text-decoration: none;
}

.closing-footer a:hover {
  color: #f5f9fc;
}

.closing-section.is-entered .closing-image-container {
  opacity: 1;
  transform: scale(1);
}

.closing-section.is-entered .closing-image-container img {
  filter: saturate(.92) contrast(.98);
  transform: scale(1.02);
}

.closing-section.is-entered .closing-copy,
.closing-section.is-entered .closing-footer {
  opacity: 1;
  transform: translateY(0);
}

html.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s cubic-bezier(.22, 1, .36, 1), transform .75s cubic-bezier(.22, 1, .36, 1);
}

html.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 821px) {
  .character-stage {
    top: clamp(76px, 9vh, 98px);
  }
}

@media (min-width: 1121px) {
  .page-section {
    padding-top: 78px;
    padding-bottom: 26px;
  }

  .section-heading {
    gap: 8px;
    margin-bottom: 18px;
  }

  .section-heading h2 {
    font-size: clamp(52px, 4.3vw, 64px);
  }

  .section-heading p {
    line-height: 1.55;
  }

  .education-layout {
    height: calc(100dvh - 215px);
    min-height: 0;
  }

  .school-card,
  .awards-panel {
    min-height: 0;
  }

  .awards-panel ul {
    gap: 10px;
    margin-top: 18px;
  }

  .awards-panel li {
    font-size: 10.5px;
  }

  .coverflow {
    height: calc(100dvh - 238px);
    min-height: 0;
  }

  .experience-card {
    height: clamp(440px, calc(100dvh - 280px), 500px);
  }

  .campus-layout {
    min-height: calc(100dvh - 104px);
    grid-template-rows: minmax(0, 1fr) auto;
    align-items: stretch;
  }

  .campus-portrait {
    min-height: 0;
    max-height: none;
  }

  .campus-content .section-heading {
    margin-bottom: 16px;
  }

  .leadership-block {
    padding: 20px 24px;
  }

  .leadership-metrics {
    margin: 14px 0 11px;
  }

  .campus-notes {
    gap: 22px;
    margin-top: 13px;
  }

  .campus-notes article {
    padding-top: 12px;
  }

  .campus-notes p {
    margin-top: 6px;
    line-height: 1.55;
  }

  .life-strip {
    margin-top: 13px;
  }

  .life-strip figure {
    min-height: 0;
    height: auto;
  }

  .life-strip img {
    min-height: 108px;
    height: 108px;
  }

  .site-footer {
    margin-top: 13px;
    padding-top: 10px;
  }
}

@media (max-width: 1120px) {
  .education-layout {
    grid-template-columns: 1.1fr .9fr;
    min-height: auto;
  }

  .awards-panel {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: .45fr 1.55fr;
    align-items: end;
    min-height: 0;
  }

  .awards-panel ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
  }

  .campus-layout {
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
    gap: 34px;
  }

  .campus-portrait {
    min-height: 570px;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 60px;
  }

  .top-actions {
    gap: 6px;
  }

  .motion-toggle {
    min-height: 32px;
    padding: 6px 9px;
    font-size: 9px;
  }

  .hero {
    min-height: 100dvh;
    padding-top: 88px;
  }

  .page-section {
    min-height: 100dvh;
    padding: 88px 20px 64px;
  }

  .education-layout {
    grid-template-columns: 1fr 1fr;
  }

  .school-card {
    min-height: 500px;
  }

  .coverflow {
    min-height: 630px;
  }

  .experience-card {
    --album-card-width: min(72vw, 420px);
  }

  .campus-layout {
    grid-template-columns: 1fr;
  }

  .campus-portrait {
    min-height: min(72vh, 640px);
    max-height: none;
  }

  .site-footer {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .top-cta span:last-child {
    display: none;
  }

  .top-cta {
    min-height: 32px;
    padding: 7px 10px;
  }

  .hero {
    min-height: max(720px, 100dvh);
    padding-top: 90px;
  }

  .section-heading h2 {
    font-size: clamp(40px, 13vw, 56px);
  }

  .education-layout {
    grid-template-columns: 1fr;
  }

  .school-card {
    min-height: 520px;
  }

  .school-card-hainan {
    min-height: 470px;
  }

  .school-stats {
    gap: 8px;
  }

  .school-stats strong {
    font-size: 14px;
  }

  .awards-panel {
    display: flex;
    min-height: 0;
  }

  .awards-panel ul {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .coverflow {
    --album-card-width: min(82vw, 342px);
    min-height: 620px;
    margin-right: -20px;
    margin-left: -20px;
  }

  .coverflow-stage {
    right: -20px;
    left: -20px;
  }

  .experience-card {
    flex-basis: var(--album-card-width);
    width: var(--album-card-width);
    height: 505px;
  }

  .coverflow-hint {
    display: none;
  }

  .coverflow-controls {
    gap: 10px;
  }

  .coverflow-dots {
    min-width: 68px;
    gap: 5px;
  }

  .experience-card h3 {
    font-size: 22px;
  }

  .experience-summary {
    font-size: 10.5px;
  }

  .experience-metrics {
    gap: 7px;
  }

  .experience-metrics strong {
    font-size: 15px;
  }

  .campus-portrait {
    min-height: 480px;
  }

  .leadership-title {
    display: grid;
    gap: 5px;
  }

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

  .campus-notes {
    grid-template-columns: 1fr;
  }

  .life-strip {
    display: flex;
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 20px 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .life-strip::-webkit-scrollbar {
    display: none;
  }

  .life-strip figure {
    flex: 0 0 74vw;
    min-height: 220px;
    scroll-snap-align: center;
  }

  .life-strip img {
    min-height: 220px;
  }

  .site-footer {
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  .site-footer a:last-child {
    width: 100%;
    margin-left: 0;
  }

  .closing-image-container {
    transform: scale(.84);
  }

  .closing-image-container img {
    object-position: center 58%;
  }

  .closing-hero {
    padding: 94px 22px 28px;
  }

  .closing-copy h2 {
    max-width: 8ch;
    font-size: clamp(46px, 14vw, 64px);
  }

  .closing-copy > p:not(.closing-kicker) {
    max-width: 26ch;
    margin-top: 18px;
  }

  .closing-cta {
    margin-top: 22px;
  }

  .closing-footer {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 14px;
    padding-top: 18px;
  }

  .closing-footer a {
    width: auto;
    margin-left: 0;
    justify-self: end;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:not([data-motion="on"]) .closing-image-container,
  html:not([data-motion="on"]) .closing-image-container img,
  html:not([data-motion="on"]) .closing-copy,
  html:not([data-motion="on"]) .closing-footer {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .motion-toggle,
  .awards-panel,
  .leadership-block,
  .coverflow-button {
    backdrop-filter: none;
    background: #eef5f9;
  }
}

@supports not (backdrop-filter: blur(1px)) {
  .topbar {
    background: rgba(238, 248, 253, .94);
  }

}
