:root {
  color-scheme: light;
  --ink: #111113;
  --muted: #68686f;
  --soft: #f5f5f7;
  --line: #e5e5ea;
  --glass: rgba(255, 255, 255, 0.82);
  --accent: #0066cc;
  --accent-deep: #004b9b;
  --sage: #d8e4df;
  --clay: #e9ded2;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  background: #fff;
  color: var(--ink);
  line-height: 1.5;
}

.cursor-fluid-canvas {
  position: fixed;
  inset: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  padding: 0 28px;
  background: var(--glass);
  border-bottom: 1px solid transparent;
  backdrop-filter: saturate(180%) blur(18px);
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header[data-elevated="true"] {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.9);
}

.brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 38px;
  margin-left: 12px;
  opacity: 0.92;
  transition: opacity 220ms ease, transform 220ms ease;
}

.brand::after {
  position: absolute;
  inset: 4px 7px;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(181, 28, 34, 0.16), transparent 70%);
  content: "";
  opacity: 0;
  transform: scale(0.86);
  transition: opacity 220ms ease, transform 240ms ease;
  pointer-events: none;
}

.brand:hover {
  opacity: 1;
  transform: translateY(-1px) scale(1.035);
}

.brand:hover::after {
  opacity: 1;
  transform: scale(1);
}

.brand img {
  display: block;
  width: 112px;
  height: auto;
  max-height: 32px;
  object-fit: contain;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 28px);
  margin-left: auto;
  padding-right: 44px;
  color: #333338;
  font-size: 0.88rem;
}

nav a {
  position: relative;
  padding: 5px 0;
  transition: color 180ms ease, text-shadow 220ms ease;
}

nav a::before {
  position: absolute;
  inset: -7px -11px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 102, 204, 0.2), rgba(0, 102, 204, 0.08) 42%, transparent 72%);
  content: "";
  opacity: 0;
  transform: scale(0.86);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}

nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

nav a:hover::after {
  transform: scaleX(1);
}

nav a:hover {
  color: #0f1720;
  text-shadow: 0 0 10px rgba(0, 102, 204, 0.32), 0 0 22px rgba(0, 102, 204, 0.18);
}

nav a:hover::before {
  opacity: 1;
  transform: scale(1);
}

.section-shell {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  min-height: min(clamp(590px, calc(667px - 5.1vw), 610px), calc(82svh - 58px));
  padding: 74px clamp(28px, 5vw, 72px) 58px;
  overflow: hidden;
  background: linear-gradient(90deg, #d7d9dc 0%, #ececee 48%, #ebeced 100%);
}

html.backup-site .hero {
  background: linear-gradient(to top, #000 0%, #0d0e10 55%, #202226 100%);
}

html.backup-site .hero-lede {
  color: #b8bbc1;
}

html.backup-site .hero h1 {
  color: #d6d8dd;
}

html.backup-site .hero-photo {
  content: url("assets/yongkang-chen-hero-dark.png?v=20260710-edge-clean-v1");
  filter: saturate(0.9);
}

@media (max-width: 860px) {
  html.backup-site .hero::before {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.36) 42%,
      rgba(0, 0, 0, 0.7) 64%,
      rgba(0, 0, 0, 0.82) 100%
    );
  }

  html.backup-site .hero h1 {
    color: #d6d8dd;
  }

  html.backup-site .hero-lede {
    color: #c4c6cb;
  }
}

.hero-photo {
  position: absolute;
  left: clamp(34px, calc(10vw - 78px), 73px);
  bottom: 0;
  margin-left: -2px;
  z-index: 0;
  width: auto;
  height: min(550px, calc(12.75vw + 357px), calc(100% - 42px));
  object-fit: contain;
  object-position: left bottom;
  filter: saturate(0.9);
  transform: translate(clamp(18px, calc(15.3vw - 153px), 78px), -22px) scale(1.07);
  transform-origin: center 8.62%;
}

.hero::before {
  display: none;
}

.hero-copy {
  position: relative;
  right: max(
    clamp(0px, calc(65vw - 858px), 124px),
    calc(100vw - 1404px)
  );
  z-index: 1;
  width: clamp(390px, 46vw, 560px);
  transform: translate(-2px, 50px);
}

@media (min-width: 1600px) {
  .hero-copy {
    right: calc(100vw - 1544px);
    width: 700px;
    transform: translate(-2px, 18px);
  }

  .hero-copy .hero-lede {
    max-width: 700px;
  }
}

@media (max-width: 1120px) and (min-width: 861px) {
  .hero {
    min-height: min(610px, calc(82svh - 58px));
    padding-right: clamp(24px, 4vw, 48px);
    padding-left: clamp(24px, 4vw, 48px);
  }

  .hero-photo {
    left: clamp(18px, 3vw, 34px);
    height: min(500px, calc(100% - 62px));
    transform: translate(12px, -16px) scale(1.05);
  }

  .hero-copy {
    right: 0;
    width: clamp(390px, 46vw, 560px);
    transform: translate(-2px, 42px);
  }
}

@media (max-width: 980px) and (min-width: 861px) {
  .hero {
    min-height: 660px;
  }

  .hero-photo {
    height: min(470px, calc(100% - 116px));
    transform: translate(-6px, -10px) scale(1.01);
  }

  .hero-copy {
    width: clamp(360px, 45vw, 440px);
    transform: translate(-2px, 28px);
  }
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  margin-bottom: 18px;
  color: #777983;
  font-size: clamp(0.68rem, 0.78vw, 0.84rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.28;
  text-transform: none;
  white-space: nowrap;
}

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

h1 {
  margin-bottom: 18px;
  color: #898b93;
  font-size: clamp(2rem, 3.55vw, 3.35rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.94;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero h1 {
  color: #8c9098;
  font-weight: 400;
}

.text-lift {
  display: inline-flex;
  overflow: visible;
  perspective: 620px;
}

.text-lift-char {
  display: inline-block;
  opacity: 0;
  filter: blur(8px);
  transform: translateY(0.78em) rotateX(54deg) skewY(3deg);
  transform-origin: 50% 100%;
  text-shadow: none;
  transition:
    opacity 900ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 900ms ease,
    text-shadow 260ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(80ms + var(--letter-index) * 48ms);
  will-change: transform, opacity, filter;
}

.text-lift-space {
  width: 0.28em;
}

.text-lift.is-visible .text-lift-char {
  opacity: 1;
  filter: blur(0);
  transform:
    translateX(0)
    translateY(0)
    rotateX(0deg)
    skewY(0deg);
  text-shadow: none;
}

.hero-lede {
  max-width: 560px;
  margin-bottom: 14px;
  color: #33343a;
  font-size: clamp(0.68rem, 0.78vw, 0.84rem);
  letter-spacing: 0;
  line-height: 1.58;
  text-align: justify;
  text-align-last: left;
}

.hero-actions,
.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button,
.contact-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 19px;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 600;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover,
.contact-links a:hover {
  transform: translateY(-1px);
}

.primary {
  background: var(--accent);
  color: #fff;
}

.primary:hover {
  background: var(--accent-deep);
}

.secondary,
.contact-links a {
  border: 1px solid #d2d2d7;
  background: #fff;
}

.secondary:hover,
.contact-links a:hover {
  border-color: #a7a7af;
}

.metrics-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.metrics-band div,
.metrics-band .metric-card {
  min-height: 145px;
  padding: 34px clamp(24px, calc((100vw - var(--max)) / 2), 72px);
  background: var(--soft);
}

.metrics-band strong,
.metrics-band span {
  display: block;
}

.metrics-band .metric-card {
  position: relative;
  display: block;
  overflow: hidden;
  color: inherit;
  text-align: center;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 540ms cubic-bezier(0.22, 1, 0.36, 1),
    background 220ms ease, transform 540ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--metric-delay, 0ms);
  will-change: opacity, transform;
}

.metrics-band .metric-card::after {
  position: absolute;
  inset: 28px 42px auto auto;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 113, 227, 0.18), transparent 68%);
  content: "";
  opacity: 0;
  transform: scale(0.72);
  transition: opacity 220ms ease, transform 260ms ease;
  pointer-events: none;
}

.metrics-band .metric-card:hover {
  background: #f1f4f8;
  transform: translateY(-3px);
}

.metrics-band .metric-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

.metrics-band strong {
  margin-bottom: 7px;
  color: #08090b;
  font-size: clamp(1.6rem, 4vw, 2.55rem);
  line-height: 1;
  opacity: 0;
  transform: translateY(12px) scale(0.96);
  transform-origin: left center;
  transition: opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    color 180ms ease, text-shadow 180ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--metric-delay, 0ms) + 90ms);
  white-space: nowrap;
  will-change: opacity, transform;
}

.metrics-band.is-visible .metric-card {
  opacity: 1;
  transform: translateY(0);
}

.metrics-band.is-visible .metric-card:hover {
  transform: translateY(-3px);
}

.metrics-band.is-visible strong {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.metrics-band.is-settled .metric-card,
.metrics-band.is-settled strong {
  transition-delay: 0ms;
  will-change: auto;
}

.metrics-band .metric-card:hover strong {
  animation: metric-pop 520ms cubic-bezier(0.22, 1, 0.36, 1);
  color: var(--accent);
  text-shadow: 0 10px 26px rgba(0, 113, 227, 0.22);
}

@keyframes metric-pop {
  0% {
    transform: translateX(0) scale(1.1);
  }

  34% {
    transform: translateX(2px) scale(1.1);
  }

  58% {
    transform: translateX(-1px) scale(1.1);
  }

  100% {
    transform: translateX(0) scale(1.1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand,
  .brand::after,
  .metrics-band .metric-card,
  .metrics-band .metric-card::after,
  .metrics-band strong {
    transition: none;
  }

  .brand:hover {
    transform: none;
  }

  .metrics-band .metric-card:hover strong {
    animation: none;
    transform: scale(1.04);
  }

  .metrics-band .metric-card,
  .metrics-band strong,
  .research-panel-label,
  .research-text-item,
  #publications .section-heading,
  .publication {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}

.metrics-band span {
  max-width: 320px;
  margin-inline: auto;
  color: var(--muted);
  font-size: clamp(0.68rem, 0.78vw, 0.84rem);
  line-height: 1.45;
  white-space: nowrap;
}

.metrics-band .metric-card > strong,
.metrics-band .metric-card > span {
  position: relative;
  top: 8px;
}

.intro-grid,
.profile-section,
#publications,
.artworks-section {
  padding: 112px 0;
}

.intro-grid,
.profile-columns {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 92px);
}

.profile-columns {
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.04fr);
  column-gap: clamp(116px, 13vw, 178px);
}

.section-heading {
  max-width: 520px;
}

.section-heading.narrow {
  max-width: 720px;
  margin-bottom: 42px;
}

#publications .section-heading.narrow {
  max-width: none;
}

#publications .section-heading h2,
.contact-band h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  line-height: 1.12;
}

#publications .section-heading h2 {
  color: #898b93;
  white-space: nowrap;
}

#works .section-heading h2 {
  color: #898b93;
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  line-height: 1.12;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.75rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.04;
}

.research-visual-section {
  --research-layout-max: 1600px;
  position: relative;
  overflow: hidden;
  background: #000;
  padding: 46px 0;
}

.research-visual-section img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 861px) {
  .research-visual-section img {
    width: min(100%, var(--research-layout-max));
    margin-inline: auto;
    transform: translateY(15px);
  }

  .research-visual-section .research-text-panel {
    left: max(0px, calc((100vw - var(--research-layout-max)) / 2));
    transform: translateY(0);
  }
}

.research-text-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: grid;
  align-content: center;
  width: clamp(410px, 40vw, 520px);
  padding: clamp(24px, 4.3vw, 58px) calc(clamp(26px, 4vw, 68px) - 20px)
    clamp(24px, 4.3vw, 58px) calc(clamp(26px, 4vw, 68px) + 20px);
  background: #000;
  color: #fff;
  transform: translateY(3px);
}

.research-panel-label {
  margin: 0 0 clamp(28px, 4vw, 52px);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0;
  filter: blur(6px);
  transform: translateY(34px);
  transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1), filter 900ms ease,
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.research-text-list {
  display: grid;
  gap: clamp(30px, 4.2vw, 58px);
}

.research-text-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  opacity: 0;
  filter: blur(7px);
  transform: translateY(42px);
  transition: opacity 980ms cubic-bezier(0.22, 1, 0.36, 1), filter 980ms ease,
    transform 980ms cubic-bezier(0.22, 1, 0.36, 1);
}

.research-index {
  color: #0874d8;
  font-size: clamp(1.25rem, 2.1vw, 1.72rem);
  font-weight: 700;
  line-height: 1;
  transition: color 420ms ease, text-shadow 540ms ease;
}

.research-text-item h3 {
  margin-bottom: 9px;
  color: #fff;
  font-size: clamp(0.9rem, 1.15vw, 1.08rem);
  line-height: 1.22;
}

.research-text-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.68rem, 0.72vw, 0.78rem);
  line-height: 1.28;
  text-align: justify;
  text-align-last: left;
}

.research-visual-section.is-visible .research-panel-label,
.research-visual-section.is-visible .research-text-item {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.research-visual-section.is-visible .research-panel-label {
  transition-delay: 80ms;
}

.research-visual-section.is-visible .research-text-item:nth-child(1) {
  transition-delay: 180ms;
}

.research-visual-section.is-visible .research-text-item:nth-child(2) {
  transition-delay: 320ms;
}

.research-visual-section.is-visible .research-text-item:nth-child(3) {
  transition-delay: 460ms;
}

.research-visual-section.is-visible .research-index {
  color: #1f8cff;
  text-shadow: 0 0 18px rgba(0, 113, 227, 0.34);
}

.research-list {
  display: grid;
  gap: 20px;
}

.research-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.research-list span {
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 700;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.12rem;
  letter-spacing: 0;
}

.research-list p,
.publication p,
.publication span,
.timeline span,
.compact-list p {
  color: var(--muted);
}

.research-list p,
.publication p {
  margin-bottom: 0;
}

.publication-list {
  border-top: 1px solid var(--line);
}

#publications .section-heading {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

#publications.is-visible .section-heading {
  opacity: 1;
  transform: translateY(0);
}

.publication {
  display: grid;
  grid-template-columns: 92px minmax(0, 900px);
  gap: clamp(18px, 4vw, 52px);
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 560ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1), border-color 320ms ease,
    background-color 320ms ease;
  transition-delay: var(--publication-delay, 0ms);
  will-change: opacity, transform;
}

#publications.is-visible .publication {
  opacity: 1;
  transform: translateY(0);
}

#publications.is-visible .publication:hover {
  border-color: rgba(0, 102, 204, 0.22);
  background-color: rgba(0, 102, 204, 0.018);
}

#publications.is-settled .section-heading,
#publications.is-settled .publication {
  will-change: auto;
}

.publication > div:last-child {
  width: min(100%, 900px);
}

.publication.featured {
  padding-top: 38px;
}

.pub-year {
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(3px);
}

.publication h3 {
  width: min(100%, 900px);
  margin: 0 0 8px;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.02;
}

.publication h3 a {
  display: block;
  width: 100%;
  color: inherit;
  text-align: justify;
  text-align-last: left;
  text-decoration-color: var(--line);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

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

.publication p {
  width: min(100%, 900px);
  margin-bottom: 6px;
  font-size: 0.82rem;
}

.publication span {
  display: inline-block;
  max-width: 900px;
  font-size: 0.8rem;
}

.publication .author-note {
  color: var(--accent);
}

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

.profile-section > .section-heading {
  max-width: 760px;
  text-align: left;
  margin-bottom: 48px;
}

.profile-section > .section-heading h2 {
  color: #898b93;
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  font-weight: 600;
  line-height: 1.08;
  white-space: nowrap;
  margin: 0;
  text-align: left;
}

.profile-columns > section > h3 {
  margin-top: 0;
  text-align: left;
}

.profile-columns > section {
  min-width: 0;
}

.profile-columns > section:nth-child(2) {
  transform: translateX(46px);
}

.profile-columns h3 {
  margin-bottom: 22px;
  font-size: 1.02rem;
  text-transform: uppercase;
}

.timeline {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  align-items: start;
}

.timeline time {
  color: var(--muted);
  padding-top: 6px;
  font-size: 0.88rem;
  line-height: 1.34;
  white-space: nowrap;
}

.timeline strong,
.timeline span {
  display: block;
}

.timeline span {
  margin-top: 4px;
  max-width: 286px;
  font-size: 0.88rem;
  line-height: 1.46;
}

.timeline .school-name {
  display: grid;
  grid-template-columns: minmax(0, 286px) 18px;
  column-gap: 42px;
  align-items: center;
  width: 346px;
  font-size: 0.88rem;
  line-height: 1.34;
}

.school-label {
  display: block;
  margin-top: 0;
  color: var(--ink);
  white-space: nowrap;
}

.school-logo {
  width: auto;
  max-width: 18px;
  height: 16px;
  margin-top: 7px;
  object-fit: contain;
  opacity: 0.82;
  transform: translateX(-38px);
}

.compact-list {
  display: grid;
  gap: 12px;
}

.compact-list p {
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.profile-copy {
  display: grid;
  gap: 16px;
  max-width: 620px;
}

.profile-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.62;
  text-align: justify;
  text-align-last: left;
}

.profile-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 56px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.profile-fact {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-width: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.profile-fact:nth-child(2) {
  justify-self: center;
}

.profile-fact:nth-child(3) {
  justify-self: end;
}

.profile-fact svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: currentColor;
  opacity: 0.72;
}

.profile-fact-cv svg {
  width: 14px;
  height: 14px;
}

.profile-fact span {
  color: #8f929a;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.profile-fact strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-memberships {
  display: grid;
  gap: 6px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.profile-memberships p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.46;
}

a.profile-fact:hover strong {
  color: var(--accent);
}

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

.reviewer-section {
  padding: 96px 0 112px;
  border-top: 1px solid var(--line);
}

.reviewer-page {
  min-height: calc(100svh - 132px);
  padding: 116px 0;
}

.reviewer-section .section-heading h2 {
  color: #898b93;
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  line-height: 1.12;
}

.reviewer-page .section-heading h1 {
  color: #111113;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 600;
  line-height: 1.05;
  text-transform: none;
  white-space: nowrap;
}

.reviewer-subtitle {
  max-width: 840px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.certificate-rows {
  display: grid;
  gap: 14px;
}

.certificate-row {
  display: grid;
  gap: 14px;
}

.certificate-row-elsevier {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.certificate-row-other {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.certificate-row a {
  display: grid;
  align-content: space-between;
  min-height: 118px;
  padding: 18px;
  border: 1px solid var(--line);
  background: #f7f7f8;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.certificate-row a:hover {
  border-color: #c8c8cf;
  background: #fff;
  transform: translateY(-1px);
}

.certificate-row span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.certificate-row strong {
  color: var(--ink);
  font-size: clamp(0.86rem, 1vw, 0.98rem);
  line-height: 1.28;
}

.works-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.works-group {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 210px;
  padding: clamp(26px, 4vw, 44px);
  background: #fff;
}

.works-group-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.works-group-link::after {
  position: absolute;
  right: clamp(22px, 3vw, 36px);
  bottom: clamp(20px, 3vw, 32px);
  z-index: 1;
  color: rgba(255, 255, 255, 0.78);
  content: "View works";
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.works-group-link:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.works-group > * {
  position: relative;
  z-index: 1;
}

.works-group:first-child {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)),
    url("assets/aid-design-work.jpg");
  background-position: center 48%;
  background-size: cover;
}

.works-group:first-child h3,
.works-group:first-child p:not(.works-index) {
  color: #fff;
}

.works-group:first-child p:not(.works-index) {
  color: rgba(255, 255, 255, 0.84);
}

.works-group:nth-child(2) {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)),
    url("assets/calligraphy-art-work.jpg");
  background-position: center, calc(88% - 3px) calc(26% + 25px);
  background-repeat: no-repeat;
  background-size: 100% 100%, 145% auto;
}

.works-group:nth-child(2) h3,
.works-group:nth-child(2) p:not(.works-index) {
  color: #fff;
}

.works-group:nth-child(2) p:not(.works-index) {
  color: rgba(255, 255, 255, 0.84);
}

.works-index {
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.88rem;
  font-weight: 700;
}

.works-group h3 {
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 2.4vw, 2.05rem);
  line-height: 1.05;
}

.works-group p:not(.works-index) {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.works-page {
  min-height: calc(100vh - 74px);
  padding: 132px 0 110px;
}

.works-page h1 {
  max-width: 760px;
  color: #111;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  font-weight: 700;
  line-height: 0.96;
  text-transform: none;
  white-space: normal;
}

.design-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(40px, 4.5vw, 64px) clamp(28px, 3.8vw, 48px);
  margin-top: 58px;
}

.design-work-card {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.design-work-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  background: #f4f4f6;
  transition: opacity 180ms ease;
}

.design-work-cover-01 {
  width: 110%;
}

.design-work-card h2 {
  margin: 12px 0 6px;
  color: #111;
  font-size: clamp(0.76rem, 0.96vw, 0.90rem);
  font-weight: 700;
  line-height: 1.15;
}

.design-work-card h2.nowrap-title {
  white-space: nowrap;
}

.design-work-card p {
  margin: 0;
  color: #24272d;
  font-size: clamp(0.72rem, 0.9vw, 0.84rem);
  line-height: 1.28;
  width: 100%;
  white-space: normal;
  text-overflow: clip;
  overflow: visible;
}

.design-detail-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3vw, 40px);
  margin-top: clamp(34px, 5vw, 58px);
}

.design-detail-gallery img {
  display: block;
  width: 100%;
  height: auto;
  background: #f4f4f6;
}

.art-works-page h1 {
  max-width: 900px;
  color: #111;
  font-size: clamp(1rem, 1.45vw, 1.32rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: none;
  white-space: normal;
}

.design-works-page h1 {
  max-width: 900px;
  color: #111;
  font-size: clamp(1rem, 1.45vw, 1.32rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: none;
  white-space: nowrap;
}

.art-work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(38px, 5vw, 70px) clamp(22px, 3vw, 36px);
  margin-top: 58px;
}

.art-work-card {
  min-width: 0;
  overflow: hidden;
}

.art-work-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.art-work-link img {
  transition: filter 180ms ease, transform 180ms ease;
}

.art-work-link .art-work-thumb {
  transition: filter 180ms ease, transform 180ms ease;
}

.art-work-link:hover img {
  filter: brightness(0.96);
  transform: translateY(-2px);
}

.art-work-link:hover .art-work-thumb {
  filter: brightness(0.96);
  transform: translateY(-2px);
}

.art-work-card img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: 54% 48%;
  background: #ececf0;
}

.art-work-thumb {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #ececf0;
  background-position: 50% 8%;
  background-repeat: no-repeat;
  background-size: 158% auto;
}

.art-work-cover-hanshan {
  background-image: url("assets/art-hanshan/hanshan-cover.jpg");
  background-position: calc(50% - 18px) -50px;
  background-size: 150% auto;
}

.art-work-cover-huang-shangu {
  background-image: url("assets/art-huang-shangu/huang-shangu-cover-cropped.jpg");
  background-position: calc(54% - 82px) 48%;
  background-size: auto 113%;
}

.art-work-cover-landscape-01 {
  background-image: url("assets/art-landscape-01/landscape-01-2019.jpg?v=20260709-replace");
  background-position: 50% 50%;
  background-size: 103% auto;
}

.art-work-card h2 {
  margin: 12px 0 6px;
  color: #111;
  font-size: clamp(0.76rem, 0.96vw, 0.90rem);
  font-weight: 700;
  line-height: 1.15;
}

.art-work-card p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(0.72rem, 0.9vw, 0.84rem);
  line-height: 1.28;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.art-detail-meta {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.art-detail-page {
  padding-bottom: 120px;
}

.art-detail-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: end;
}

.art-detail-heading h1 {
  max-width: 900px;
  margin-bottom: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
}

.art-detail-heading--mobile-wrap .art-detail-meta {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.art-detail-meta {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.art-detail-cover {
  margin: 58px auto 0;
  max-width: min(720px, 100%);
  background: #f4f4f6;
}

.art-detail-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.art-detail-cover-landscape {
  max-width: min(860px, 100%);
}

.art-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 34px);
  margin-top: clamp(34px, 5vw, 58px);
}

.art-detail-gallery-single {
  grid-template-columns: minmax(0, 1fr);
}

.art-detail-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #f4f4f6;
}

.art-sketch-gallery figure {
  margin: 0;
}

.art-sketch-gallery img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.art-sketch-gallery figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.4;
}

.art-sketch-gallery-single {
  grid-template-columns: minmax(0, 720px);
}

.contact-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1fr);
  gap: clamp(34px, 8vw, 112px);
  align-items: start;
  padding: 52px max(24px, calc((100vw - var(--max)) / 2)) 64px;
  background:
    radial-gradient(circle at calc(86% - 66px) 86%, rgba(24, 62, 146, 0.34), transparent 35%),
    radial-gradient(circle at calc(68% - 66px) 58%, rgba(10, 28, 84, 0.18), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 42%),
    #08090d;
  color: #fff;
}

.contact-brand-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  justify-items: start;
}

.contact-logo {
  display: block;
  width: min(112px, 48vw);
  height: auto;
  transform: translateY(-18px);
}

.wechat-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  margin-top: -8px;
}

.wechat-row img {
  display: block;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  object-fit: cover;
}

.wechat-row span,
.contact-panel strong {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.wechat-row strong {
  color: #fff;
  font-size: 0.86rem;
  line-height: 1.25;
}

.contact-note {
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.74rem;
  line-height: 1.4;
  white-space: nowrap;
}

.mobile-break {
  display: inline;
}

.contact-panel {
  position: absolute;
  top: 50%;
  right: max(24px, calc((100vw - var(--max)) / 2));
  left: auto;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-self: end;
  transform: translateY(-50%);
}

.contact-panel a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 214px;
  min-height: 50px;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  line-height: 1.35;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.contact-panel a:first-child {
  transform: none;
}

.contact-panel a:nth-child(2) {
  transform: none;
}

.contact-panel a img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  object-fit: contain;
}

.contact-panel a span {
  display: block;
  text-align: center;
  white-space: nowrap;
}

.contact-panel a:hover {
  border-color: #fff;
  color: #fff;
  transform: translateY(-1px);
}

.contact-panel a:first-child:hover {
  transform: translateY(-1px);
}

.contact-panel a:nth-child(2):hover {
  transform: translateY(-1px);
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  color: var(--muted);
  font-size: 0.9rem;
}

footer a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

@media (max-width: 1200px) and (min-width: 861px) {
  .profile-columns > section:nth-child(2) {
    transform: none;
  }

  .contact-panel {
    right: 24px;
    left: auto;
    transform: translateY(-50%);
  }

  .contact-panel a,
  .contact-panel a:first-child,
  .contact-panel a:nth-child(2) {
    transform: none;
  }

  .contact-panel a:hover,
  .contact-panel a:first-child:hover,
  .contact-panel a:nth-child(2):hover {
    transform: translateY(-1px);
  }
}

@media (max-width: 860px) {
  .site-header {
    height: auto;
    min-height: 58px;
    gap: 16px;
    padding-block: 12px;
  }

  .brand {
    margin-left: 3px;
  }

  nav {
    position: relative;
    left: -5.5px;
    gap: 14px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .hero,
  .intro-grid,
  .profile-columns,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .hero {
    align-items: flex-start;
    min-height: 640px;
    padding: 82px 24px 52px;
  }

  .hero-photo {
    left: clamp(12px, 5vw, 40px);
    height: min(390px, calc(100% - 220px));
    object-position: left bottom;
    transform: translate(0, 0) scale(1);
  }

  .hero::before {
    display: block;
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
      90deg,
      rgba(248, 248, 250, 0.28) 0%,
      rgba(248, 248, 250, 0.72) 44%,
      rgba(248, 248, 250, 0.92) 100%
    );
  }

  .hero-copy {
    width: min(100%, 430px);
    margin-left: auto;
    transform: translate(-2px, 0);
  }

  .hero-copy .hero-lede {
    position: relative;
    top: 20px;
  }

  .profile-columns > section:nth-child(2) {
    transform: none;
  }

  .profile-facts {
    gap: 14px;
  }

  .research-visual-section {
    padding: 0;
  }

  .research-visual-section img {
    width: 155%;
    max-width: none;
    margin-left: -55%;
    transform: translateY(20px);
  }

  .research-text-panel {
    position: relative;
    width: auto;
    padding: 42px 24px;
    transform: none;
  }

  .contact-note {
    white-space: normal;
  }

  .mobile-break {
    display: block;
  }

  .metrics-band {
    grid-template-columns: 1fr;
  }

  .metrics-band .metric-card {
    text-align: left;
  }

  .metrics-band .metric-card > strong,
  .metrics-band .metric-card > span {
    top: 16px;
  }

  .metrics-band span {
    margin-inline: 0;
  }

  .intro-grid,
  .profile-section,
  #publications,
  .artworks-section,
  .reviewer-section {
    padding: 78px 0;
  }

  .certificate-row-elsevier,
  .certificate-row-other {
    grid-template-columns: 1fr 1fr;
  }

  .works-groups {
    grid-template-columns: 1fr;
  }

  .works-page {
    padding: 96px 0 84px;
  }

  .design-work-grid {
    grid-template-columns: 1fr;
  }

  .art-work-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .art-detail-heading,
  .art-detail-gallery {
    grid-template-columns: 1fr;
  }

  .contact-band {
    justify-items: start;
  }

  .contact-brand-block {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    position: static;
    inset: auto;
    width: 100%;
    flex-wrap: wrap;
    justify-self: start;
    justify-content: start;
    transform: none;
  }

  .contact-panel a,
  .contact-panel a:first-child,
  .contact-panel a:nth-child(2) {
    transform: none;
  }

  .contact-panel a:hover,
  .contact-panel a:first-child:hover,
  .contact-panel a:nth-child(2):hover {
    transform: translateY(-1px);
  }
}

@media (max-width: 620px) {
  html,
  body {
    overflow-x: hidden;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    width: 100%;
    gap: 9px;
    font-size: 0.72rem;
    justify-content: space-between;
    overflow-x: visible;
  }

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

  .hero {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    min-height: 620px;
    padding: 64px 24px 44px;
  }

  .hero-photo {
    left: -3%;
    display: block;
    bottom: -2px;
    width: min(88vw, 360px);
    height: auto;
    max-height: 470px;
    transform: translate(-1px, -8px) scale(1.33);
    transform-origin: center 8.62%;
    opacity: 1;
    object-fit: contain;
    object-position: left bottom;
  }

  .hero::before {
    display: block;
    background: linear-gradient(
      to bottom,
      rgba(248, 248, 250, 0.86) 0%,
      rgba(248, 248, 250, 0.86) 72%,
      rgba(248, 248, 250, 0.64) 100%
    );
  }

  .hero-copy {
    position: relative;
    z-index: 2;
  }

  .hero-copy {
    width: 100%;
    margin-left: 0;
    transform: translate(-2px, 0);
  }

  h1 {
    font-size: clamp(2rem, 12vw, 3.05rem);
    white-space: normal;
  }

  .text-lift {
    display: flex;
    flex-wrap: wrap;
    perspective: 520px;
    width: 100%;
  }

  .text-lift-char {
    filter: blur(9px);
    transform: translateY(1em) rotateX(62deg) skewY(4deg);
    transition-duration: 980ms;
    transition-delay: calc(90ms + var(--letter-index) * 54ms);
  }

  .text-lift-space {
    display: block;
    flex-basis: 100%;
    width: 100%;
    height: 0.05em;
  }

  #publications .section-heading h2 {
    white-space: normal;
  }

  #profile .section-heading h2 {
    white-space: normal;
  }

  .brand {
    width: 88px;
    height: 34px;
  }

  .brand img {
    width: 84px;
    max-height: 25px;
  }

  .publication,
  .research-list article,
  .timeline li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

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

  .profile-fact,
  .profile-fact:nth-child(2),
  .profile-fact:nth-child(3) {
    justify-self: start;
  }

  .profile-fact-cv svg {
    width: 17px;
    height: 17px;
    flex-basis: 17px;
    padding: 1.5px;
    margin-inline: 0;
  }

  .certificate-row-elsevier,
  .certificate-row-other {
    grid-template-columns: 1fr;
  }

  .art-work-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .art-work-card {
    width: 100%;
  }

  .art-work-card h2,
  .art-work-card p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .research-text-item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 18px;
  }

  .pub-year {
    font-size: 0.82rem;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}

/* Profile membership layout polish */
.profile-memberships {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(0, 1fr);
  column-gap: clamp(36px, 7vw, 96px);
  row-gap: 8px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.profile-membership-column {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.profile-memberships p {
  margin: 0;
}

@media (max-width: 760px) {
  .profile-memberships {
    grid-template-columns: 1fr;
  }
}
/* End profile membership layout polish */

/* Contact link entrance motion */
.contact-panel.contact-reveal-ready a {
  opacity: 0;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 rgba(31, 140, 255, 0);
  transform: translate3d(-72px, 0, 0) scale(0.92);
  transition: border-color 180ms ease, color 180ms ease,
    box-shadow 760ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 680ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.contact-panel.contact-reveal-ready a:nth-child(2) {
  transform: translate3d(72px, 0, 0) scale(0.92);
  transition-delay: 220ms;
}

.contact-panel.contact-reveal-ready.is-contact-visible a,
.contact-panel.contact-reveal-ready.is-contact-visible a:nth-child(2) {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 32px rgba(31, 140, 255, 0.13);
  transform: translate3d(0, 0, 0);
}

.contact-panel.contact-reveal-ready.is-contact-visible a:hover,
.contact-panel.contact-reveal-ready.is-contact-visible a:first-child:hover,
.contact-panel.contact-reveal-ready.is-contact-visible a:nth-child(2):hover {
  transform: translateY(-1px);
}

.contact-panel.is-contact-settled a {
  transition-delay: 0ms;
  will-change: auto;
}

@media (max-width: 860px) {
  .contact-panel.contact-reveal-ready a,
  .contact-panel.contact-reveal-ready a:nth-child(2) {
    transform: translate3d(0, 48px, 0) scale(0.94);
  }

  .contact-panel.contact-reveal-ready a:nth-child(2) {
    transition-delay: 240ms;
  }

  .contact-panel.contact-reveal-ready.is-contact-visible a,
  .contact-panel.contact-reveal-ready.is-contact-visible a:nth-child(2) {
    transform: translate3d(0, 0, 0);
  }
}

/* End contact link entrance motion */

/* Emphasized one-time metric entrance */
.metrics-band .metric-card {
  transform: translate3d(0, 38px, 0) scale(0.985);
  transition: opacity 680ms cubic-bezier(0.16, 1, 0.3, 1),
    background 220ms ease, transform 780ms cubic-bezier(0.16, 1, 0.3, 1);
}

.metrics-band strong {
  color: var(--accent);
  transform: translate3d(0, 24px, 0) scale(0.82);
  transition: opacity 620ms cubic-bezier(0.16, 1, 0.3, 1),
    color 720ms cubic-bezier(0.16, 1, 0.3, 1),
    text-shadow 180ms ease, transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.metrics-band.is-visible .metric-card {
  transform: translate3d(0, 0, 0) scale(1);
}

.metrics-band.is-visible strong {
  color: #08090b;
  transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .metrics-band .metric-card {
    opacity: 0;
    transform: translate3d(0, 38px, 0) scale(0.985);
    transition: opacity 680ms cubic-bezier(0.16, 1, 0.3, 1),
      background 220ms ease, transform 780ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .metrics-band strong {
    color: var(--accent);
    opacity: 0;
    transform: translate3d(0, 24px, 0) scale(0.82);
    transition: opacity 620ms cubic-bezier(0.16, 1, 0.3, 1),
      color 720ms cubic-bezier(0.16, 1, 0.3, 1),
      transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .metrics-band.is-visible .metric-card,
  .metrics-band.is-visible strong {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .metrics-band.is-visible strong {
    color: #08090b;
  }
}
/* End emphasized one-time metric entrance */

@media (max-width: 620px) {
  .brand {
    margin-left: -9px;
  }
}
