@font-face {
  font-family: "Lexend Peta Local";
  src: url("./assets/fonts/LexendPeta-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #070707;
  --deep: #0d0d0c;
  --paper: #f2eee5;
  --panel-dark: #121211;
  --panel-warm: #1b1916;
  --soft: #e8e0d2;
  --ink: #f2eee5;
  --muted: #9b9488;
  --line: rgba(242, 238, 229, 0.13);
  --line-dark: rgba(242, 238, 229, 0.18);
  --accent: #d8bd82;
  --accent-soft: #f3dfaa;
  --steel: #7e9da0;
  --display: "Lexend Peta Local", "Arial Narrow", "Helvetica Neue", sans-serif;
  --body: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 50% -20%, rgba(216, 189, 130, 0.14), transparent 34rem),
    radial-gradient(circle at 92% 16%, rgba(126, 157, 160, 0.1), transparent 24rem),
    linear-gradient(rgba(242, 238, 229, 0.045) 1px, transparent 1px) 0 0 / 96px 96px,
    linear-gradient(90deg, rgba(242, 238, 229, 0.035) 1px, transparent 1px) 0 0 / 96px 96px,
    var(--black);
  font-family: var(--body);
  line-height: 1.58;
}

.scroll-progress {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
  width: 100%;
  height: 2px;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--accent), var(--accent-soft));
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

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

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
dl,
dd {
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-frame {
  width: min(1500px, calc(100% - 28px));
  margin: 14px auto;
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  overflow: clip;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 240px),
    var(--black);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 180px 1fr;
  min-height: 72px;
  border-bottom: 1px solid var(--line-dark);
  background: rgba(22, 22, 21, 0.76);
  backdrop-filter: blur(22px) saturate(1.2);
}

.mark,
.site-nav a {
  min-height: 72px;
  border-right: 1px solid var(--line-dark);
}

.mark {
  display: grid;
  place-items: center;
  align-content: center;
  font-family: var(--display);
  line-height: 1;
}

.mark span {
  font-size: 18px;
}

.mark small {
  margin-top: 5px;
  color: rgba(244, 243, 239, 0.55);
  font-size: 8px;
}

.site-nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.site-nav a {
  display: grid;
  place-items: center;
  font-family: var(--display);
  color: rgba(244, 243, 239, 0.75);
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  transition: background 220ms ease, color 220ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 28px;
  height: 1px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  background: var(--accent);
  transition: transform 220ms ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--paper);
  background: rgba(247, 244, 237, 0.045);
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: translateX(-50%) scaleX(1);
}

.menu-button {
  display: none;
}

.hero {
  padding: clamp(18px, 2vw, 32px);
}

.hero-panel {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --move-x: 0px;
  --move-y: 0px;
  position: relative;
  min-height: calc(100vh - 128px);
  overflow: hidden;
  border-radius: 16px;
  color: var(--paper);
  background:
    radial-gradient(circle at 50% 44%, rgba(242, 238, 229, 0.1), transparent 27rem),
    linear-gradient(180deg, #1d1d1b, #0e0e0d);
  box-shadow: 0 44px 140px rgba(0, 0, 0, 0.44);
  transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transition: transform 180ms ease-out;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 21%, rgba(242, 238, 229, 0.09) 21.1% 21.2%, transparent 21.3% 43%, rgba(242, 238, 229, 0.065) 43.1% 43.2%, transparent 43.3% 72%, rgba(242, 238, 229, 0.065) 72.1% 72.2%, transparent 72.3%),
    linear-gradient(rgba(242, 238, 229, 0.055) 1px, transparent 1px) 0 0 / 100% 92px;
  pointer-events: none;
}

.hero-meta {
  position: absolute;
  left: clamp(20px, 3vw, 52px);
  right: clamp(20px, 3vw, 52px);
  top: clamp(18px, 2.2vw, 34px);
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-family: var(--display);
  color: rgba(242, 238, 229, 0.46);
  font-size: 10px;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  transform: translate(var(--move-x), var(--move-y));
  transition: transform 180ms ease-out;
  pointer-events: none;
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 13, 12, 0.18), transparent 30%, transparent 58%, rgba(13, 13, 12, 0.82));
  mix-blend-mode: multiply;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: grayscale(1) contrast(1.04) brightness(0.94);
}

h1 {
  position: absolute;
  left: clamp(28px, 4.6vw, 78px);
  right: clamp(28px, 4.6vw, 78px);
  top: 49%;
  z-index: 4;
  transform: translate(var(--title-x, 0), calc(-50% + var(--title-y, 0)));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 46px);
  font-family: var(--display);
  color: rgba(242, 238, 229, 0.82);
  text-transform: uppercase;
  pointer-events: none;
  transition: transform 180ms ease-out;
}

.hero-name-en {
  font-size: clamp(52px, 8.9vw, 136px);
  line-height: 0.78;
  letter-spacing: 0.015em;
  opacity: 0.88;
  text-shadow: 0 20px 54px rgba(0, 0, 0, 0.36);
}

.hero-name-kong {
  justify-self: start;
  -webkit-mask-image: linear-gradient(90deg, #000 0 54%, transparent 66%);
  mask-image: linear-gradient(90deg, #000 0 54%, transparent 66%);
}

.hero-name-defei {
  justify-self: end;
  -webkit-mask-image: linear-gradient(90deg, transparent 0 55%, #000 68%);
  mask-image: linear-gradient(90deg, transparent 0 55%, #000 68%);
}

.hero-name-cn {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: clamp(18px, 2.4vw, 34px);
  padding: 9px 18px;
  border-top: 1px solid rgba(242, 238, 229, 0.2);
  border-bottom: 1px solid rgba(242, 238, 229, 0.2);
  color: rgba(242, 238, 229, 0.5);
  font-family: var(--body);
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: none;
  -webkit-mask-image: linear-gradient(90deg, #000 0 35%, transparent 43% 57%, #000 65% 100%);
  mask-image: linear-gradient(90deg, #000 0 35%, transparent 43% 57%, #000 65% 100%);
}

.hero-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-lead,
.primary-link {
  position: absolute;
  z-index: 5;
}

.hero-lead {
  left: clamp(24px, 3.4vw, 64px);
  bottom: clamp(86px, 9vw, 136px);
  width: min(620px, calc(100% - 48px));
  color: rgba(242, 238, 229, 0.78);
  font-size: clamp(15px, 1.4vw, 19px);
}

.hero-lead span {
  display: block;
  max-width: 440px;
}

.hero-lead strong {
  display: block;
  width: max-content;
  max-width: min(760px, 100%);
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(242, 238, 229, 0.32);
  color: rgba(242, 238, 229, 0.86);
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 700;
  line-height: 1.2;
  white-space: normal;
}

.primary-link {
  left: clamp(24px, 3.4vw, 64px);
  bottom: clamp(28px, 3.6vw, 58px);
  display: inline-grid;
  place-items: center;
  min-width: 174px;
  height: 48px;
  padding: 0 22px;
  color: var(--paper);
  background: var(--deep);
  font-family: var(--display);
  font-size: 10px;
  overflow: hidden;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.primary-link::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-110%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transition: transform 520ms ease;
}

.primary-link:hover {
  transform: translateY(-2px);
  color: var(--deep);
  background: var(--accent);
}

.primary-link:hover::after {
  transform: translateX(110%);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(20px, 0.45fr) repeat(10, minmax(0, 1fr)) minmax(20px, 0.45fr);
  border-top: 1px solid var(--line-dark);
}

.profile,
.honors,
.language,
.media {
  padding: clamp(72px, 9vw, 140px) 0;
}

.section-tag {
  grid-column: 2 / span 2;
  align-self: start;
  color: rgba(244, 243, 239, 0.48);
  font-family: var(--display);
  font-size: 10px;
}

.section-title {
  grid-column: 4 / span 7;
}

.section-title h2,
.honors-copy h2,
.method-title h2,
.contact-copy h2 {
  font-family: var(--display);
  font-size: clamp(36px, 6.4vw, 104px);
  line-height: 0.96;
  text-transform: uppercase;
}

.section-title p,
.method-title p,
.contact-copy p {
  max-width: 620px;
  margin-top: 22px;
  color: rgba(244, 243, 239, 0.68);
  font-size: clamp(15px, 1.3vw, 18px);
}

.profile-copy {
  grid-column: 4 / span 4;
  margin-top: clamp(42px, 5vw, 70px);
}

.profile-copy p {
  color: rgba(244, 243, 239, 0.76);
  font-size: clamp(16px, 1.45vw, 20px);
}

.profile-copy p + p {
  margin-top: 20px;
}

.identity-board {
  grid-column: 9 / span 3;
  margin-top: clamp(42px, 5vw, 70px);
  border: 1px solid var(--line-dark);
  background: rgba(17, 17, 16, 0.36);
}

.identity-board div {
  padding: 20px;
  border-bottom: 1px solid var(--line-dark);
}

.identity-board div:last-child {
  border-bottom: 0;
}

.identity-board dt {
  margin-bottom: 8px;
  color: var(--accent);
  font-family: var(--display);
  font-size: 9px;
}

.identity-board dd {
  color: rgba(244, 243, 239, 0.86);
  font-size: 15px;
}

.honors {
  background:
    radial-gradient(circle at 20% 22%, rgba(216, 189, 130, 0.12), transparent 28rem),
    radial-gradient(circle at 84% 76%, rgba(126, 157, 160, 0.1), transparent 26rem),
    var(--panel-dark);
  color: var(--paper);
  border-top: 0;
}

.honors .section-tag {
  color: rgba(242, 238, 229, 0.42);
}

.honors-portrait {
  grid-column: 2 / span 4;
  align-self: center;
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 620px);
  justify-self: center;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  box-shadow:
    0 0 0 1px rgba(216, 189, 130, 0.34),
    0 30px 90px rgba(0, 0, 0, 0.36);
}

.honors-portrait::before,
.honors-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

.honors-portrait::before {
  background:
    radial-gradient(circle at 50% 42%, rgba(242, 238, 229, 0.28), rgba(242, 238, 229, 0.11) 58%, transparent 59%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.015));
  box-shadow:
    inset 0 0 0 1px var(--line-dark),
    inset 0 -32px 70px rgba(0, 0, 0, 0.36);
}

.honors-portrait::after {
  inset: 0;
  border: 1px solid rgba(216, 189, 130, 0.34);
  opacity: 0.72;
}

.honors-portrait img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  object-position: 50% 16%;
  border-radius: 50%;
  clip-path: circle(50% at 50% 50%);
  transform: translate(-50%, -50%);
  filter: grayscale(1) contrast(1.13) brightness(0.9) drop-shadow(0 22px 38px rgba(0, 0, 0, 0.45));
}

.honors-copy {
  grid-column: 7 / span 5;
}

.honors-intro {
  max-width: 660px;
  margin-top: 22px;
  color: rgba(242, 238, 229, 0.72);
  font-size: clamp(15px, 1.3vw, 18px);
}

.honors-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 38px;
  border: 1px solid var(--line-dark);
}

.honors-list article {
  min-height: 220px;
  padding: clamp(18px, 2vw, 30px);
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.018);
  transition: background 220ms ease, transform 220ms ease;
}

.honors-list article:hover {
  background: rgba(216, 189, 130, 0.1);
  transform: translateY(-3px);
}

.honors-list article:nth-child(2n) {
  border-right: 0;
}

.honors-list article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.honors-list span,
.work-card span,
.method-steps span,
.media-grid span,
.contact-copy span {
  font-family: var(--display);
  font-size: 9px;
  color: var(--accent);
}

.honors-list h3,
.method-steps h3,
.media-grid h3 {
  margin: 14px 0 10px;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.05;
}

.honors-list p,
.method-steps p,
.media-grid p {
  color: rgba(242, 238, 229, 0.68);
}

.award-dossier {
  margin-top: 34px;
  border-top: 1px solid rgba(216, 189, 130, 0.38);
  border-bottom: 1px solid var(--line-dark);
}

.dossier-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  padding: 22px 0;
}

.dossier-heading span,
.dossier-index {
  color: var(--accent);
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 0.16em;
}

.dossier-heading h3 {
  max-width: 420px;
  font-family: var(--display);
  font-size: clamp(28px, 3.8vw, 56px);
  line-height: 0.95;
  text-align: right;
}

.award-dossier article {
  display: grid;
  grid-template-columns: 54px minmax(190px, 0.75fr) 1fr;
  gap: clamp(14px, 2vw, 26px);
  padding: 22px 0;
  border-top: 1px solid var(--line-dark);
  transition: padding-left 220ms ease, background 220ms ease;
}

.award-dossier article:hover {
  padding-left: 12px;
  background: linear-gradient(90deg, rgba(216, 189, 130, 0.08), transparent 54%);
}

.award-dossier strong {
  display: block;
  color: rgba(242, 238, 229, 0.92);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.25;
}

.award-dossier em {
  display: block;
  margin-top: 8px;
  color: rgba(242, 238, 229, 0.45);
  font-family: var(--display);
  font-size: 8px;
  font-style: normal;
  line-height: 1.7;
  text-transform: uppercase;
}

.award-dossier p {
  color: rgba(242, 238, 229, 0.7);
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.85;
}

.honor-stats {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  gap: 14px 18px;
  align-items: center;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line-dark);
}

.honor-stats strong {
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1;
}

.honor-stats span {
  color: rgba(242, 238, 229, 0.58);
  font-size: 14px;
}

.honor-galaxy {
  grid-column: 2 / span 10;
  position: relative;
  min-height: clamp(460px, 56vw, 690px);
  margin-top: clamp(28px, 5vw, 68px);
  overflow: hidden;
}

.galaxy-orbit {
  position: absolute;
  inset: 0;
  z-index: 3;
  --orbit-radius: min(39vw, 520px);
  transform-origin: center;
  animation: orbit-rotate 96s linear infinite;
  will-change: rotate;
}

.orbit-inner {
  --orbit-radius: min(23vw, 305px);
  animation-duration: 64s;
  animation-direction: reverse;
}

.honor-galaxy::before,
.honor-galaxy::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border: 1px solid rgba(242, 238, 229, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.honor-galaxy::before {
  width: min(68vw, 720px);
  aspect-ratio: 1;
  background:
    repeating-radial-gradient(circle, rgba(242, 238, 229, 0.09) 0 1px, transparent 1px 12px),
    radial-gradient(circle, rgba(216, 189, 130, 0.18), transparent 60%);
  animation: galaxy-spin 46s linear infinite;
}

.honor-galaxy::after {
  width: min(43vw, 470px);
  aspect-ratio: 1;
  box-shadow:
    0 0 0 64px rgba(242, 238, 229, 0.022),
    0 0 0 128px rgba(242, 238, 229, 0.014);
}

.galaxy-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  translate: -50% -50%;
  display: grid;
  place-items: center;
  align-content: center;
  width: clamp(160px, 19vw, 230px);
  aspect-ratio: 1;
  border: 1px solid rgba(242, 238, 229, 0.2);
  border-radius: 50%;
  background: rgba(18, 18, 17, 0.78);
  backdrop-filter: blur(12px);
  text-align: center;
}

.galaxy-core span,
.galaxy-core em {
  color: rgba(242, 238, 229, 0.46);
  font-family: var(--display);
  font-size: 9px;
  font-style: normal;
}

.galaxy-core strong {
  margin: 8px 0;
  font-family: var(--display);
  font-size: clamp(20px, 2.2vw, 34px);
  line-height: 1;
}

.award-node {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: var(--size);
  aspect-ratio: 1;
  translate: -50% -50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242, 238, 229, 0.18);
  border-radius: 50%;
  color: rgba(242, 238, 229, 0.78);
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.16), rgba(18, 18, 17, 0.78)),
    rgba(18, 18, 17, 0.84);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
  cursor: pointer;
  font-family: var(--display);
  font-size: 10px;
  transform:
    rotate(var(--a))
    translateX(var(--orbit-radius))
    rotate(calc(-1 * var(--a)));
  transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.award-node::before {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(215, 195, 155, 0.44);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 220ms ease, transform 220ms ease;
}

.award-node.inner {
  color: rgba(242, 238, 229, 0.62);
  background: rgba(18, 18, 17, 0.58);
}

.award-node:hover,
.award-node:focus-visible,
.award-node.is-active {
  color: var(--paper);
  background: rgba(216, 189, 130, 0.22);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.46);
  outline: none;
}

.award-node span {
  display: block;
  animation: orbit-counter 96s linear infinite;
}

.orbit-inner .award-node span {
  animation-name: orbit-counter-reverse;
  animation-duration: 64s;
}

.award-node:hover::before,
.award-node:focus-visible::before,
.award-node.is-active::before {
  opacity: 1;
  transform: scale(1.08);
}

.award-popover {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 5;
  width: min(520px, calc(100% - 40px));
  min-height: 138px;
  translate: -50% 22px;
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line-dark);
  background: rgba(18, 18, 17, 0.92);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.44);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, translate 220ms ease;
}

.award-popover.is-open {
  opacity: 1;
  translate: -50% 0;
  pointer-events: auto;
}

.award-popover img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  filter: grayscale(1) contrast(1.05);
}

.award-popover strong {
  display: block;
  padding-right: 28px;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.15;
}

.award-popover p {
  margin-top: 10px;
  color: rgba(242, 238, 229, 0.68);
}

.award-close {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 26px;
  height: 26px;
  border: 0;
  color: rgba(242, 238, 229, 0.5);
  background: transparent;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.works {
  padding: clamp(72px, 9vw, 130px) 0;
  overflow: hidden;
}

.works-head {
  border-top: 0;
}

.work-ribbon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(1420px, calc(100% - 40px));
  margin: 58px auto 0;
  border: 1px solid var(--line-dark);
}

.work-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 390px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(17, 17, 16, 0.32);
  overflow: hidden;
  transition: background 260ms ease, transform 260ms ease;
}

.work-card:last-child {
  border-right: 0;
}

.work-card:nth-child(4n) {
  border-right: 0;
}

.work-card:nth-last-child(-n + 4) {
  border-bottom: 0;
}

.work-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: grayscale(1) contrast(1.06);
  border-bottom: 1px solid var(--line-dark);
  transition: filter 220ms ease, transform 220ms ease;
}

.work-card:hover img {
  filter: grayscale(0.08) contrast(1.06) saturate(0.88);
  transform: scale(1.035);
}

.work-card:hover {
  background: rgba(247, 244, 237, 0.055);
  transform: translateY(-5px);
}

.work-card div {
  padding: clamp(18px, 2vw, 28px);
}

.work-card h3 {
  margin: 12px 0;
  font-size: clamp(24px, 2.6vw, 42px);
  line-height: 1;
}

.work-card p {
  color: rgba(244, 243, 239, 0.68);
  font-size: 14px;
}

.work-card.featured h3 {
  font-size: clamp(38px, 5vw, 78px);
}

.work-card.featured {
  grid-column: span 2;
}

@keyframes galaxy-spin {
  to {
    rotate: 360deg;
  }
}

@keyframes orbit-rotate {
  to {
    rotate: 360deg;
  }
}

@keyframes orbit-counter {
  to {
    rotate: -360deg;
  }
}

@keyframes orbit-counter-reverse {
  to {
    rotate: 360deg;
  }
}

.method-title {
  grid-column: 2 / span 5;
  align-self: start;
}

.method-visual {
  grid-column: 8 / span 4;
  grid-row: span 2;
  align-self: center;
  justify-self: center;
  width: min(100%, 560px);
}

.method-visual img {
  width: 100%;
  min-height: 0;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 50%;
  filter: grayscale(1) contrast(1.08) brightness(0.9);
  border: 1px solid var(--line-dark);
  border-radius: 0;
  clip-path: none;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(242, 238, 229, 0.08);
}

.method-steps {
  grid-column: 2 / span 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 58px;
  border: 1px solid var(--line-dark);
}

.method-steps article {
  padding: clamp(18px, 2vw, 28px);
  border-right: 1px solid var(--line-dark);
}

.method-steps article:last-child {
  border-right: 0;
}

.method-steps p,
.media-grid p {
  color: rgba(244, 243, 239, 0.68);
}

.media {
  background: #151514;
}

.media-grid {
  grid-column: 4 / span 7;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 52px;
  border: 1px solid var(--line-dark);
}

.media-grid article {
  min-height: 260px;
  padding: clamp(20px, 2vw, 30px);
  border-right: 1px solid var(--line-dark);
  background: linear-gradient(180deg, rgba(247, 244, 237, 0.025), transparent);
  transition: background 220ms ease, transform 220ms ease;
}

.media-grid article:hover {
  background: rgba(247, 244, 237, 0.055);
  transform: translateY(-4px);
}

.media-grid article:last-child {
  border-right: 0;
}

.links-panel {
  grid-column: 4 / span 7;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.links-panel a {
  display: inline-grid;
  place-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line-dark);
  color: rgba(244, 243, 239, 0.82);
  font-size: 14px;
  transition: background 180ms ease, color 180ms ease;
}

.links-panel a:hover {
  color: var(--deep);
  background: var(--accent);
}

.event-showcase {
  grid-column: 2 / span 10;
  position: relative;
  margin-top: clamp(44px, 6vw, 78px);
  padding-top: 28px;
  border-top: 1px solid var(--line-dark);
}

.event-head {
  display: grid;
  grid-template-columns: minmax(0, 0.32fr) minmax(0, 1fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

.event-head span {
  color: var(--accent);
  font-family: var(--display);
  font-size: 9px;
}

.event-head h3 {
  margin: 0;
  font-size: clamp(28px, 4.6vw, 74px);
  line-height: 0.98;
}

.event-controls {
  position: absolute;
  right: 0;
  top: 24px;
  display: flex;
  gap: 8px;
}

.event-controls button {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid var(--line-dark);
  color: rgba(242, 238, 229, 0.78);
  background: rgba(17, 17, 16, 0.62);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.event-controls button:hover {
  color: var(--deep);
  background: var(--accent);
  transform: translateY(-2px);
}

.event-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(360px, 42vw);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.event-track::-webkit-scrollbar {
  display: none;
}

.event-slide {
  position: relative;
  margin: 0;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.02);
  scroll-snap-align: start;
  overflow: hidden;
}

.event-slide img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 50%, rgba(242, 238, 229, 0.08), transparent 58%),
    #080808;
  filter: grayscale(1) contrast(1.04) brightness(0.9);
  transition: filter 240ms ease, transform 320ms ease;
}

.event-slide:hover img {
  filter: grayscale(0.08) contrast(1.04) saturate(0.92);
  transform: scale(1.035);
}

.event-slide figcaption {
  min-height: 48px;
  padding: 13px 16px 15px;
  border-top: 1px solid var(--line-dark);
  color: rgba(242, 238, 229, 0.7);
  font-size: 13px;
  line-height: 1.35;
}

.contact {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 640px;
  border-top: 1px solid var(--line-dark);
  background:
    radial-gradient(circle at 70% 36%, rgba(216, 189, 130, 0.12), transparent 24rem),
    var(--panel-dark);
  color: var(--paper);
}

.contact-copy {
  display: grid;
  align-content: center;
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(34px, 6vw, 90px);
}

.contact-copy p {
  color: rgba(242, 238, 229, 0.68);
}

.contact-lines {
  display: grid;
  margin-top: 34px;
  border-top: 1px solid var(--line-dark);
}

.contact-lines a,
.contact-lines span {
  min-height: 54px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line-dark);
  color: rgba(242, 238, 229, 0.78);
}

.contact-lines a:hover {
  color: var(--steel);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .site-frame {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .topbar {
    grid-template-columns: 150px 1fr;
  }

  .section-grid {
    grid-template-columns: 22px repeat(6, minmax(0, 1fr)) 22px;
  }

  .section-tag {
    grid-column: 2 / span 6;
    margin-bottom: 24px;
  }

  .section-title,
  .profile-copy,
  .identity-board,
  .honors-portrait,
  .honors-copy,
  .honor-galaxy,
  .method-title,
  .method-visual,
  .method-steps,
  .media-grid,
  .links-panel,
  .event-showcase {
    grid-column: 2 / span 6;
  }

  .honors-portrait {
    margin-bottom: 34px;
  }

  .work-ribbon {
    grid-template-columns: repeat(2, 1fr);
  }

  .work-card,
  .work-card:nth-child(4n),
  .work-card:nth-last-child(-n + 4) {
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
  }

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

  .work-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .work-card {
    border-bottom: 1px solid var(--line-dark);
  }

  .method-visual {
    margin-top: 42px;
  }
}

@media (max-width: 760px) {
  body {
    background:
      radial-gradient(circle at 50% -12%, rgba(216, 189, 130, 0.12), transparent 22rem),
      linear-gradient(rgba(242, 238, 229, 0.05) 1px, transparent 1px) 0 0 / 58px 58px,
      linear-gradient(90deg, rgba(242, 238, 229, 0.045) 1px, transparent 1px) 0 0 / 58px 58px,
      var(--black);
  }

  .topbar {
    grid-template-columns: 132px 1fr 64px;
  }

  .mark {
    min-height: 64px;
  }

  .menu-button {
    grid-column: 3;
    display: grid;
    place-items: center;
    width: 64px;
    min-height: 64px;
    border: 0;
    border-left: 1px solid var(--line-dark);
    background: transparent;
    color: var(--paper);
  }

  .menu-button span:not(.sr-only) {
    width: 22px;
    height: 1px;
    background: currentColor;
  }

  .menu-button span:not(.sr-only) + span:not(.sr-only) {
    margin-top: -18px;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    display: none;
    grid-template-columns: 1fr;
    background: rgba(32, 32, 31, 0.96);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    min-height: 52px;
    border-top: 1px solid var(--line-dark);
    border-right: 0;
  }

  .hero {
    padding: 12px;
  }

  .hero-panel {
    min-height: 780px;
    border-radius: 16px;
  }

  .hero-meta {
    flex-direction: column;
  }

  .hero-image {
    align-items: stretch;
    padding-top: 0;
  }

  .hero-image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-position: 56% 50%;
  }

  h1 {
    top: 43%;
    left: 24px;
    right: 24px;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .hero-name-en {
    font-size: clamp(48px, 15.8vw, 74px);
    line-height: 0.86;
  }

  .hero-name-kong,
  .hero-name-defei {
    -webkit-mask-image: linear-gradient(90deg, #000 0 48%, transparent 64%);
    mask-image: linear-gradient(90deg, #000 0 48%, transparent 64%);
  }

  .hero-name-defei {
    justify-self: start;
    margin-left: 14vw;
  }

  .hero-name-cn {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    margin-top: 12px;
    padding: 7px 11px;
    font-size: 11px;
    -webkit-mask-image: linear-gradient(90deg, #000 0 44%, transparent 58%);
    mask-image: linear-gradient(90deg, #000 0 44%, transparent 58%);
  }

  .hero-lead {
    bottom: 86px;
    font-size: 14px;
  }

  .hero-lead strong {
    width: 100%;
    font-size: clamp(11px, 3vw, 13px);
    white-space: normal;
  }

  .profile,
  .honors,
  .language,
  .media,
  .works {
    padding: 64px 0;
  }

  .section-title h2,
  .honors-copy h2,
  .method-title h2,
  .contact-copy h2 {
    font-size: clamp(34px, 12vw, 58px);
  }

  .honors-list,
  .method-steps,
  .media-grid,
  .work-ribbon,
  .contact {
    grid-template-columns: 1fr;
  }

  .dossier-heading {
    display: grid;
    align-items: start;
  }

  .dossier-heading h3 {
    text-align: left;
  }

  .award-dossier article {
    grid-template-columns: 42px 1fr;
  }

  .award-dossier article p {
    grid-column: 2;
  }

  .honors-list article,
  .honors-list article:nth-child(2n),
  .method-steps article,
  .media-grid article,
  .work-card {
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .honors-list article:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line-dark);
  }

  .honors-list article:last-child,
  .method-steps article:last-child,
  .media-grid article:last-child,
  .work-card:last-child {
    border-bottom: 0;
  }

  .honor-galaxy {
    min-height: 560px;
    margin-top: 24px;
  }

  .honors-portrait {
    width: min(86vw, 520px);
  }

  .honor-galaxy::before {
    width: 560px;
  }

  .honor-galaxy::after {
    width: 330px;
  }

  .galaxy-core {
    width: 146px;
  }

  .orbit-outer {
    --orbit-radius: 185px;
  }

  .orbit-inner {
    --orbit-radius: 108px;
  }

  .award-node {
    width: calc(var(--size) * 0.72);
    font-size: 8px;
  }

  .award-popover {
    grid-template-columns: 82px 1fr;
    gap: 14px;
    bottom: 14px;
    padding: 14px;
  }

  .honor-stats {
    grid-template-columns: auto 1fr;
  }

  .work-card {
    min-height: auto;
  }

  .work-card.featured {
    grid-column: span 1;
  }

  .method-visual img {
    min-height: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .event-head {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-right: 96px;
  }

  .event-controls {
    top: 26px;
  }

  .event-track {
    grid-auto-columns: minmax(280px, 82vw);
    gap: 12px;
  }

  .contact {
    min-height: 0;
  }
}
