:root {
  --night: #071111;
  --ink: #102323;
  --jade: #0f4b47;
  --mist: #dbe5df;
  --paper: #f4efe5;
  --paper-strong: #fffaf0;
  --champagne: #d9b36d;
  --copper: #d66e49;
  --sage: #9fb7aa;
  --aqua: #8bd1ca;
  --glass-bg: rgba(8, 45, 41, 0.42);
  --glass-border: rgba(169, 221, 206, 0.22);
  --glass-highlight: rgba(255, 250, 240, 0.13);
  --line-dark: rgba(255, 250, 240, 0.16);
  --line-light: rgba(16, 35, 35, 0.16);
  --shadow: 0 32px 110px rgba(0, 0, 0, 0.38);
  --font-display: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", Georgia, "Times New Roman", serif;
  --font-body: "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --bg-x: 0px;
  --bg-y: 0px;
  --bg-warm-x: 0px;
  --bg-warm-y: 0px;
  --bg-scale: 1.045;
  --bg-brightness: 0.72;
  --bg-blur: 0px;
  --bg-warm: 0.18;
  --bg-line-y: 52%;
  --career-route-progress: 0;
  --career-route-glow: 0.24;
  --career-route-sheen: 0;
  font-family: var(--font-body);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--mist);
  background: var(--night);
  font-size: 16px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.background-stage {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #041111;
  pointer-events: none;
  filter: blur(5px);
}

.background-stage__webgl,
.background-stage__image,
.background-stage__warm,
.background-stage__veil,
.background-stage__grain {
  position: absolute;
  inset: 0;
}

.background-stage__webgl {
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.018);
  transform-origin: center;
  transition: opacity 900ms ease;
  will-change: opacity, filter, transform;
}

.background-stage__image {
  inset: -7%;
  z-index: 0;
  opacity: 1;
  background: url("assets/generated/content-art-bg.jpg") center / cover no-repeat;
  filter: saturate(1.08) brightness(var(--bg-brightness)) blur(var(--bg-blur));
  transform: translate3d(var(--bg-x), var(--bg-y), 0) scale(var(--bg-scale));
  transform-origin: center;
  transition: opacity 700ms ease;
  will-change: transform, filter;
}

.background-stage__warm {
  display: none;
  z-index: 1;
  opacity: 0;
  background: none;
}

.background-stage__veil {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(4, 22, 20, 0.76) 0%, rgba(4, 22, 20, 0.52) 44%, rgba(4, 22, 20, 0.18) 100%),
    linear-gradient(180deg, rgba(4, 22, 20, 0.08) 0%, rgba(4, 22, 20, 0.5) 100%);
}

.background-stage__grain {
  z-index: 3;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.6) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.6) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, black, transparent 78%);
}

.webgl-background .background-stage__webgl {
  display: none;
  opacity: 0;
}

.webgl-background .background-stage__image {
  opacity: 1;
}

.webgl-background .background-stage__warm {
  opacity: 0;
}

.webgl-background .background-stage__veil {
  background:
    linear-gradient(90deg, rgba(4, 22, 20, 0.76) 0%, rgba(4, 22, 20, 0.52) 44%, rgba(4, 22, 20, 0.18) 100%),
    linear-gradient(180deg, rgba(4, 22, 20, 0.08) 0%, rgba(4, 22, 20, 0.5) 100%);
}

main,
.site-header,
.site-footer {
  position: relative;
  z-index: 1;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.site-header {
  position: fixed;
  top: 24px;
  left: 50%;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 64px));
  min-height: 58px;
  padding: 8px 10px 8px 18px;
  color: rgba(255, 250, 240, 0.86);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: none;
  transform: translateX(-50%);
  transition:
    color 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    -webkit-backdrop-filter 220ms ease,
    backdrop-filter 220ms ease;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.site-header.is-scrolled,
.site-header.is-open {
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.09), rgba(255, 250, 240, 0.018)),
    rgba(13, 54, 49, 0.52);
  border-color: rgba(169, 221, 206, 0.22);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 250, 240, 0.14),
    inset 0 -1px 0 rgba(7, 17, 17, 0.26);
  -webkit-backdrop-filter: blur(36px) saturate(1.34);
  backdrop-filter: blur(36px) saturate(1.34);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.wordmark::before {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--ink);
  content: "S";
  background: var(--aqua);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 250, 240, 0.28), 0 14px 32px rgba(0, 0, 0, 0.2);
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 0.88rem;
}

.menu-toggle {
  display: none;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 70px;
  min-height: 40px;
  padding: 8px 13px;
  border-radius: 999px;
  text-align: center;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
  background: rgba(255, 250, 240, 0.86);
  transform: translateY(-1px);
  outline: none;
}

.nav-icon,
.chip-icon,
.route-icon {
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-icon {
  width: 16px;
  height: 16px;
  stroke-width: 1.9;
}

.hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  background: #0a2d29;
  isolation: isolate;
}

.hero-media,
.hero-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(4, 43, 39, 0.96) 0%, rgba(4, 43, 39, 0.82) 37%, rgba(4, 43, 39, 0.5) 68%, rgba(4, 43, 39, 0.68) 100%),
    linear-gradient(180deg, rgba(4, 43, 39, 0.18) 0%, rgba(4, 36, 32, 0.72) 100%),
    url("images/hero-scene.jpg") center 57% / cover no-repeat;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 0%, rgba(4, 28, 25, 0.18) 64%, rgba(4, 22, 20, 0.86) 100%),
    radial-gradient(circle at 78% 42%, rgba(255, 250, 240, 0.08), transparent 30%);
}

.hero-noise {
  opacity: 0.22;
  background-image:
    radial-gradient(circle at 20% 34%, rgba(217, 179, 109, 0.14), transparent 26%),
    radial-gradient(circle at 72% 18%, rgba(214, 110, 73, 0.12), transparent 30%),
    linear-gradient(90deg, transparent 0 49%, rgba(255, 250, 240, 0.08) 50%, transparent 51%);
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 82px;
  align-items: center;
  width: min(1200px, calc(100% - 72px));
  min-height: 92svh;
  margin: 0 auto;
  padding: 96px 0 58px;
}

.hero-copy {
  max-width: 730px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--champagne);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  width: 28px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--champagne), transparent);
}

.hero h1 {
  margin: 0;
  color: var(--paper-strong);
  font-family: var(--font-display);
  font-size: clamp(4.4rem, 8.8vw, 9.4rem);
  font-weight: 400;
  line-height: 0.92;
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.hero h1 span {
  display: block;
  margin-top: 22px;
  color: var(--aqua);
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  font-weight: 800;
  letter-spacing: 0.12em;
}

.hero-line {
  max-width: 580px;
  margin: 30px 0 0;
  color: rgba(255, 250, 240, 0.86);
  font-size: clamp(1.12rem, 2vw, 1.38rem);
  font-weight: 600;
}

.hero-meta,
.hobby-tags,
.focus-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-meta {
  margin-top: 34px;
}

.hero-meta span,
.hobby-tags span,
.focus-strip span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 8px 13px;
  color: rgba(255, 250, 240, 0.88);
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.09), rgba(255, 250, 240, 0.018)),
    rgba(11, 54, 49, 0.42);
  border: 1px solid rgba(169, 221, 206, 0.24);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 250, 240, 0.12), 0 10px 28px rgba(0, 0, 0, 0.14);
  -webkit-backdrop-filter: blur(12px) saturate(1.14);
  backdrop-filter: blur(12px) saturate(1.14);
}

.chip-icon {
  width: 14px;
  height: 14px;
  color: var(--aqua);
  stroke-width: 2;
}

.portrait-frame {
  position: relative;
  margin: 0;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.16), rgba(255, 250, 240, 0.03)),
    rgba(12, 58, 52, 0.5);
  border: 1px solid rgba(255, 250, 240, 0.28);
  border-radius: 8px;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 250, 240, 0.16);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  backdrop-filter: blur(22px) saturate(1.2);
}

.portrait-frame::before {
  position: absolute;
  inset: -18px 32px auto auto;
  width: 78px;
  height: 1px;
  content: "";
  background: var(--champagne);
}

.portrait-frame img {
  aspect-ratio: 4 / 5;
  border-radius: 6px;
}

.portrait-frame figcaption {
  display: grid;
  gap: 2px;
  padding: 14px 4px 2px;
  color: rgba(255, 250, 240, 0.68);
  font-size: 0.78rem;
}

.portrait-frame strong {
  color: var(--paper-strong);
  font-size: 0.95rem;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--ink);
  background: rgba(255, 250, 240, 0.88);
  border: 1px solid rgba(255, 250, 240, 0.34);
  border-radius: 50%;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
  transform: translateX(-50%);
  animation: scrollCueFloat 2.6s ease-in-out infinite;
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  backdrop-filter: blur(18px) saturate(1.18);
}

.scroll-cue span {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-1px, -1px);
}

@keyframes scrollCueFloat {
  0%,
  100% {
    transform: translate3d(-50%, 0, 0);
  }

  50% {
    transform: translate3d(-50%, -8px, 0);
  }
}

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

.reveal-item {
  opacity: 0;
  filter: blur(9px);
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 860ms cubic-bezier(0.2, 0.82, 0.2, 1),
    filter 860ms cubic-bezier(0.2, 0.82, 0.2, 1),
    transform 860ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

.reveal-photo {
  transform: translate3d(0, 38px, 0) scale(1.035);
}

.reveal-item.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.reveal-photo.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

h2,
h3,
p,
strong,
span {
  overflow-wrap: anywhere;
}

h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4.45vw, 4.75rem);
  font-weight: 400;
  line-height: 1.07;
  text-shadow: 0 18px 56px rgba(0, 0, 0, 0.34);
}

.about-section {
  padding: 96px 0;
  color: var(--mist);
  background: transparent;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.82fr);
  gap: 64px;
  align-items: end;
}

.about-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.14), rgba(255, 250, 240, 0.025) 52%),
    var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  box-shadow:
    0 30px 100px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 250, 240, 0.16),
    inset 0 -1px 0 rgba(7, 17, 17, 0.3);
  -webkit-backdrop-filter: blur(32px) saturate(1.28);
  backdrop-filter: blur(32px) saturate(1.28);
}

.about-panel::before {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 250, 240, 0.34), transparent);
  pointer-events: none;
}

.about-panel p {
  margin: 0;
  color: rgba(255, 250, 240, 0.76);
  font-size: 1.12rem;
}

.about-panel p + p {
  margin-top: 14px;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
  background: transparent;
  border: 0;
}

.stat-row div {
  min-height: 104px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.1), rgba(255, 250, 240, 0.02)),
    rgba(11, 54, 49, 0.36);
  border: 1px solid rgba(169, 221, 206, 0.18);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 250, 240, 0.12);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px) saturate(1.08);
}

.stat-row strong {
  display: block;
  color: var(--paper-strong);
  font-size: 1.3rem;
}

.stat-row span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 250, 240, 0.62);
  font-size: 0.88rem;
}

.career-section,
.moments-section,
.life-section {
  padding: 112px 0;
}

.career-section {
  background: transparent;
}

.career-section .section-shell {
  position: relative;
}

.center-title {
  position: relative;
  overflow: visible;
  max-width: 940px;
  margin: 0 auto 46px;
  padding: 0;
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.center-title h2 {
  font-size: clamp(2.6rem, 4.9vw, 4.9rem);
}

.career-map-visual {
  position: relative;
  height: 260px;
  margin: 4px auto 44px;
  overflow: hidden;
  color: rgba(255, 250, 240, 0.78);
  opacity: 0.92;
  pointer-events: none;
}

.career-map-visual::before {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 48%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(217, 179, 109, 0.18), rgba(214, 110, 73, 0.16), transparent);
}

.career-map-visual::after {
  position: absolute;
  inset: 8px 0 0;
  content: "";
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(169, 221, 206, 0.55) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 221, 206, 0.55) 1px, transparent 1px);
  background-size: 92px 54px;
  mask-image: radial-gradient(ellipse at center, black 0 46%, transparent 76%);
}

.career-map-visual svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.map-outline {
  fill: rgba(11, 54, 49, 0.18);
  stroke: rgba(169, 221, 206, 0.22);
  stroke-width: 1.3;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.24));
}

.map-route-halo,
.map-route-track,
.map-route-line,
.map-route-sheen {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.map-route-halo {
  stroke: url("#mapRouteGradient");
  stroke-width: 13;
  stroke-dasharray: var(--career-route-progress) 1;
  filter: url("#mapGlow");
  opacity: calc(var(--career-route-progress) * 0.2);
}

.map-route-track {
  stroke: rgba(255, 250, 240, 0.36);
  stroke-width: 1.05;
  stroke-dasharray: 0.008 0.024;
  opacity: 0.42;
}

.map-route-line {
  stroke: url("#mapRouteGradient");
  stroke-width: 2.35;
  stroke-dasharray: var(--career-route-progress) 1;
  filter: url("#mapGlow");
  opacity: var(--career-route-glow);
}

.map-route-sheen {
  stroke: rgba(255, 250, 240, 0.9);
  stroke-width: 3.5;
  stroke-dasharray: 0.026 0.974;
  stroke-dashoffset: calc(1 - var(--career-route-progress));
  filter: url("#mapGlow");
  opacity: var(--career-route-sheen);
}

.map-pin .pin-glow {
  fill: rgba(217, 179, 109, 0.2);
  stroke: none;
  filter: url("#mapGlow");
}

.map-pin .pin-ring {
  fill: rgba(255, 250, 240, 0.15);
  stroke: rgba(255, 250, 240, 0.78);
  stroke-width: 1.15;
  filter: drop-shadow(0 0 8px rgba(217, 179, 109, 0.36));
}

.map-pin .pin-core {
  fill: var(--champagne);
  stroke: rgba(255, 250, 240, 0.5);
  stroke-width: 0.7;
}

.map-pin--jingzhou .pin-glow {
  fill: rgba(214, 110, 73, 0.22);
}

.map-pin--jingzhou .pin-core {
  fill: var(--copper);
}

.map-pin--jingzhou text {
  fill: rgba(255, 176, 118, 0.92);
}

.map-pin text {
  fill: rgba(255, 250, 240, 0.62);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  paint-order: stroke;
  stroke: rgba(7, 17, 17, 0.55);
  stroke-width: 2.8px;
}

.route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  background: transparent;
  border: 0;
}

.route::before {
  display: none;
}

.route li {
  position: relative;
  min-height: 230px;
  padding: 24px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.13), rgba(255, 250, 240, 0.025) 54%),
    rgba(8, 45, 41, 0.46);
  border: 1px solid rgba(169, 221, 206, 0.2);
  border-radius: 8px;
  box-shadow:
    0 26px 84px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 250, 240, 0.14);
  -webkit-backdrop-filter: blur(28px) saturate(1.22);
  backdrop-filter: blur(28px) saturate(1.22);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.route li::after {
  position: absolute;
  right: -44px;
  bottom: -56px;
  width: 150px;
  height: 150px;
  content: "";
  background: radial-gradient(circle, rgba(217, 179, 109, 0.2), transparent 62%);
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.route li:hover {
  border-color: rgba(217, 179, 109, 0.34);
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.16), rgba(255, 250, 240, 0.035) 54%),
    rgba(8, 45, 41, 0.52);
}

.route li:hover::after {
  opacity: 1;
}

.route li:nth-child(even) {
  transform: translateY(18px);
}

.route li:nth-child(even):hover {
  transform: translateY(14px);
}

.route li:nth-child(odd):hover {
  transform: translateY(-4px);
}

.route-icon {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 28px;
  height: 28px;
  color: rgba(139, 209, 202, 0.62);
  stroke-width: 1.7;
}

.route span {
  display: block;
  color: var(--champagne);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.route strong {
  display: block;
  margin-top: 78px;
  color: var(--paper-strong);
  font-size: 1.55rem;
}

.route p {
  margin: 10px 0 0;
  color: rgba(219, 229, 223, 0.68);
  font-size: 0.95rem;
}

.route-marker,
.route-copy {
  display: contents;
}

.focus-strip {
  justify-content: center;
  margin-top: 28px;
}

.moments-section {
  color: var(--mist);
  background: transparent;
}

.split-title {
  position: relative;
  overflow: visible;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 54px;
  align-items: end;
  padding: 0;
  margin-bottom: 48px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.split-title h2 {
  font-size: clamp(2.25rem, 3.7vw, 4.05rem);
  line-height: 1.12;
}

.split-title p:last-child {
  margin: 0 0 8px;
  color: rgba(255, 250, 240, 0.66);
  font-family: var(--font-display);
  font-size: 1.03rem;
  line-height: 1.84;
}

.moment-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-rows: 292px;
  gap: 16px;
}

.moment-card {
  position: relative;
  margin: 0;
  padding: 8px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.2), rgba(255, 250, 240, 0.04)),
    rgba(8, 45, 41, 0.22);
  border: 1px solid rgba(169, 221, 206, 0.24);
  border-radius: 8px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 250, 240, 0.16);
  -webkit-backdrop-filter: blur(24px) saturate(1.18);
  backdrop-filter: blur(24px) saturate(1.18);
  transition: transform 220ms ease, border-color 220ms ease;
}

.moment-card img {
  position: absolute;
  inset: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 6px;
  clip-path: inset(0 round 6px);
  transition: transform 700ms ease, filter 700ms ease;
}

.moment-card:hover {
  border-color: rgba(217, 179, 109, 0.38);
  transform: translateY(-3px);
}

.moment-card:hover img {
  filter: saturate(1.05);
  transform: scale(1.025);
}

.moment-card.large {
  grid-row: span 2;
}

.moment-card::after,
.travel-board figure::after,
.citywalk-row figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.72));
}

.moment-card::after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 8px rgba(255, 250, 240, 0.04);
}

.moment-card figcaption,
.travel-board figcaption,
.citywalk-row figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px;
  color: var(--paper-strong);
}

.moment-card figcaption {
  left: 8px;
  right: 8px;
  bottom: 8px;
}

.moment-card span {
  display: block;
  color: var(--champagne);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.moment-card strong {
  display: block;
  margin-top: 6px;
  font-size: 1.25rem;
}

.life-section {
  background: transparent;
}

.life-intro {
  position: relative;
  overflow: visible;
  max-width: 980px;
  margin-bottom: 48px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.life-intro h2 {
  max-width: 900px;
  font-size: clamp(2.35rem, 4.3vw, 4.5rem);
}

.hobby-tags {
  margin-top: 26px;
}

.travel-board {
  display: grid;
  grid-template-areas:
    "telaviv setouchi xinjiang"
    "telaviv guizhou dali";
  grid-template-columns: 1.16fr 0.84fr 0.84fr;
  grid-template-rows: repeat(2, minmax(270px, 1fr));
  gap: 16px;
}

.travel-board figure,
.citywalk-row figure {
  position: relative;
  margin: 0;
  padding: 7px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.18), rgba(255, 250, 240, 0.035)),
    rgba(8, 45, 41, 0.2);
  border: 1px solid rgba(169, 221, 206, 0.22);
  border-radius: 8px;
  box-shadow: 0 26px 86px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 250, 240, 0.14);
  -webkit-backdrop-filter: blur(22px) saturate(1.14);
  backdrop-filter: blur(22px) saturate(1.14);
  transition: transform 220ms ease, border-color 220ms ease;
}

.travel-board img,
.citywalk-row img {
  position: absolute;
  inset: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border-radius: 6px;
  clip-path: inset(0 round 6px);
  transition: transform 700ms ease, filter 700ms ease;
}

.travel-board figure:hover,
.citywalk-row figure:hover {
  border-color: rgba(217, 179, 109, 0.34);
  transform: translateY(-3px);
}

.travel-board figure:hover img,
.citywalk-row figure:hover img {
  filter: saturate(1.05);
  transform: scale(1.025);
}

.travel-board figure::after,
.citywalk-row figure::after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 7px rgba(255, 250, 240, 0.04);
}

.travel-board figcaption,
.citywalk-row figcaption {
  left: 7px;
  right: 7px;
  bottom: 7px;
}

.travel-board .wide {
  grid-area: telaviv;
}

.travel-board .setouchi {
  grid-area: setouchi;
}

.travel-board figure:nth-child(3) {
  grid-area: xinjiang;
}

.travel-board .guizhou {
  grid-area: guizhou;
}

.travel-board .tall {
  grid-area: dali;
}

.travel-board .setouchi img {
  object-position: center bottom;
}

.travel-board .guizhou img {
  object-position: center bottom;
}

.travel-board .tall img {
  object-position: center 72%;
}

.citywalk-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.citywalk-row figure {
  aspect-ratio: 4 / 5;
}

.moment-card.reveal-item,
.travel-board figure.reveal-item,
.citywalk-row figure.reveal-item {
  transition:
    opacity 860ms cubic-bezier(0.2, 0.82, 0.2, 1),
    filter 860ms cubic-bezier(0.2, 0.82, 0.2, 1),
    transform 860ms cubic-bezier(0.2, 0.82, 0.2, 1),
    border-color 220ms ease;
  transition-delay:
    var(--reveal-delay, 0ms),
    var(--reveal-delay, 0ms),
    var(--reveal-delay, 0ms),
    0ms;
}

.closing-section {
  min-height: 72svh;
  display: grid;
  align-items: center;
  padding: 96px 0;
  background: transparent;
}

.closing-copy {
  position: relative;
  overflow: visible;
  max-width: 900px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.closing-copy p:last-child {
  margin: 28px 0 0;
  color: rgba(255, 250, 240, 0.78);
  font-size: 1.2rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 26px 36px;
  color: rgba(255, 250, 240, 0.56);
  background: rgba(5, 11, 11, 0.56);
  border-top: 1px solid rgba(255, 250, 240, 0.1);
  font-size: 0.86rem;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px) saturate(1.08);
}

@media (max-width: 980px) {
  .site-header {
    left: 20px;
    right: 20px;
    width: auto;
    transform: none;
  }

  .hero-inner,
  .about-grid,
  .split-title {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    width: min(100% - 40px, 760px);
    gap: 42px;
    padding-top: 118px;
  }

  .portrait-frame {
    width: min(340px, 82vw);
  }

  .section-shell {
    width: min(100% - 40px, 760px);
  }

  .about-grid {
    gap: 38px;
  }

  .career-map-visual {
    height: 218px;
    margin: 0 0 32px;
  }

  .career-map-visual svg {
    width: 900px;
    max-width: none;
    transform: translateX(calc((100vw - 900px) * 0.5));
  }

  .route {
    grid-template-columns: 1fr;
  }

  .route::before {
    display: none;
  }

  .route li {
    min-height: auto;
  }

  .route li:nth-child(even) {
    transform: none !important;
  }

  .route strong {
    margin-top: 34px;
  }

  .moment-grid,
  .travel-board,
  .citywalk-row {
    grid-template-columns: 1fr 1fr;
  }

  .travel-board {
    grid-template-areas:
      "telaviv setouchi"
      "xinjiang guizhou"
      "dali dali";
    grid-template-rows: repeat(3, 260px);
  }

  .moment-card.large,
  .travel-board .wide,
  .travel-board .tall {
    grid-row: span 1;
  }

  .moment-grid {
    grid-auto-rows: 260px;
  }
}

@media (max-width: 640px) {
  :root {
    --bg-scale: 1.08;
    --bg-brightness: 0.66;
  }

  body {
    font-size: 15px;
    line-height: 1.72;
  }

  section {
    scroll-margin-top: 82px;
  }

  .background-stage__image {
    inset: -10%;
  }

  .background-stage__veil {
    background:
      linear-gradient(90deg, rgba(4, 22, 20, 0.84) 0%, rgba(4, 22, 20, 0.58) 58%, rgba(4, 22, 20, 0.34) 100%),
      linear-gradient(180deg, rgba(4, 22, 20, 0.04) 0%, rgba(4, 22, 20, 0.54) 100%),
      linear-gradient(180deg, transparent var(--bg-line-y), rgba(255, 250, 240, 0.07), transparent calc(var(--bg-line-y) + 18%));
  }

  .site-header {
    top: 12px;
    left: 12px;
    right: 12px;
    gap: 8px;
    min-height: 48px;
    padding: 7px 7px 7px 10px;
    border-radius: 999px;
  }

  .wordmark {
    gap: 8px;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .wordmark::before {
    width: 30px;
    height: 30px;
  }

  .nav-links {
    width: auto;
    justify-content: space-between;
    gap: 2px;
    font-size: 0.82rem;
  }

  .nav-links a {
    gap: 4px;
    min-width: 40px;
    padding: 6px 5px;
    white-space: nowrap;
  }

  .nav-icon {
    width: 14px;
    height: 14px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-media {
    background:
      linear-gradient(90deg, rgba(4, 43, 39, 0.94) 0%, rgba(4, 43, 39, 0.78) 48%, rgba(4, 43, 39, 0.54) 100%),
      linear-gradient(180deg, rgba(4, 43, 39, 0.1) 0%, rgba(4, 36, 32, 0.76) 100%),
      url("images/hero-scene.jpg") center 55% / cover no-repeat;
  }

  .hero-inner {
    width: min(100% - 32px, 760px);
    min-height: 100svh;
    padding: 104px 0 58px;
  }

  .hero-copy {
    min-width: 0;
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(3.45rem, 18vw, 4.75rem);
    line-height: 0.96;
  }

  .hero h1 span {
    margin-top: 14px;
    font-size: clamp(0.92rem, 4.2vw, 1.08rem);
    letter-spacing: 0.1em;
  }

  .hero-line {
    max-width: 21em;
    margin-top: 24px;
    font-size: 1.03rem;
    line-height: 1.74;
  }

  .hero-meta {
    flex-wrap: nowrap;
    width: calc(100% + 32px);
    max-width: 100vw;
    margin: 28px -16px 0;
    padding: 0 16px 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 16px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .hero-meta::-webkit-scrollbar,
  .hobby-tags::-webkit-scrollbar,
  .focus-strip::-webkit-scrollbar,
  .citywalk-row::-webkit-scrollbar {
    display: none;
  }

  .hero-meta span,
  .hobby-tags span,
  .focus-strip span {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .portrait-frame {
    display: none;
  }

  .scroll-cue {
    display: none;
  }

  .about-section,
  .career-section,
  .moments-section,
  .life-section,
  .closing-section {
    padding: 64px 0;
  }

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

  .eyebrow,
  .section-kicker {
    margin-bottom: 14px;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  h2 {
    font-size: clamp(2.08rem, 9.7vw, 2.9rem);
    line-height: 1.08;
  }

  .about-panel,
  .center-title,
  .split-title,
  .life-intro,
  .closing-copy {
    padding: 22px;
  }

  .about-panel p {
    font-size: 1rem;
  }

  .stat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 24px;
  }

  .stat-row div {
    min-height: 88px;
    padding: 14px;
  }

  .stat-row div:last-child {
    grid-column: 1 / -1;
  }

  .stat-row strong {
    font-size: 1.12rem;
  }

  .stat-row span {
    font-size: 0.8rem;
  }

  .career-map-visual {
    height: 170px;
    margin: 10px -18px 28px;
  }

  .career-map-visual svg {
    width: 1040px;
    max-width: none;
    transform: translateX(-366px);
  }

  .map-outline {
    opacity: 0.62;
  }

  .map-pin text {
    font-size: 14px;
  }

  .moment-grid,
  .travel-board,
  .citywalk-row {
    grid-template-columns: 1fr;
  }

  .center-title {
    margin-bottom: 34px;
  }

  .center-title h2,
  .split-title h2,
  .closing-copy h2 {
    font-size: clamp(2.05rem, 9.4vw, 2.8rem);
  }

  .life-intro h2 {
    font-size: clamp(1.95rem, 8.8vw, 2.55rem);
  }

  .route {
    gap: 10px;
    margin-bottom: 12px;
  }

  .route li {
    min-height: 132px;
    padding: 18px 18px 18px 70px;
  }

  .route span {
    position: absolute;
    left: 20px;
    top: 21px;
    font-size: 0.7rem;
  }

  .route-icon {
    top: 18px;
    right: 18px;
    width: 24px;
    height: 24px;
  }

  .route strong {
    margin-top: 0;
    font-size: 1.35rem;
  }

  .route p {
    margin-top: 6px;
    font-size: 0.9rem;
    line-height: 1.58;
  }

  .hobby-tags,
  .focus-strip {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: calc(100% + 44px);
    margin-left: -22px;
    margin-right: -22px;
    padding: 0 22px 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 22px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .focus-strip {
    margin-top: 20px;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    padding-right: 16px;
    padding-left: 16px;
    scroll-padding-inline: 16px;
  }

  .split-title {
    gap: 18px;
    margin-bottom: 28px;
  }

  .split-title p:last-child {
    margin-bottom: 0;
    font-size: 0.96rem;
    line-height: 1.72;
  }

  .moment-grid,
  .travel-board {
    grid-auto-rows: 286px;
    gap: 14px;
  }

  .travel-board {
    grid-template-areas:
      "telaviv"
      "setouchi"
      "xinjiang"
      "guizhou"
      "dali";
    grid-template-rows: 310px 270px 270px 300px 390px;
  }

  .travel-board figcaption,
  .citywalk-row figcaption {
    padding: 16px;
    overflow-wrap: normal;
    white-space: nowrap;
  }

  .travel-board .setouchi img {
    object-position: center bottom;
  }

  .travel-board .guizhou img {
    object-position: center 70%;
  }

  .travel-board .tall img {
    object-position: center 74%;
  }

  .life-intro {
    margin-bottom: 30px;
  }

  .hobby-tags {
    margin-top: 22px;
  }

  .citywalk-row {
    display: flex;
    width: calc(100% + 32px);
    margin: 14px -16px 0;
    padding: 0 16px 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .citywalk-row figure {
    flex: 0 0 78%;
    aspect-ratio: 4 / 5;
    scroll-snap-align: start;
  }

  .closing-section {
    min-height: 58svh;
  }

  .site-footer {
    padding: 22px 16px;
  }

  .reveal-item {
    transform: translate3d(0, 28px, 0);
  }

  .reveal-photo {
    transform: translate3d(0, 30px, 0) scale(1.025);
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: 50%;
    appearance: none;
  }

  .menu-toggle span,
  .menu-toggle::before,
  .menu-toggle::after {
    position: absolute;
    left: 8px;
    top: 17px;
    display: block;
    width: 20px;
    height: 2px;
    content: "";
    background: currentColor;
    border-radius: 999px;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle::before {
    transform: translateY(-6px);
  }

  .menu-toggle::after {
    transform: translateY(6px);
  }

  .site-header.is-open .menu-toggle span {
    opacity: 0;
  }

  .site-header.is-open .menu-toggle::before {
    transform: rotate(45deg);
  }

  .site-header.is-open .menu-toggle::after {
    transform: rotate(-45deg);
  }

  .site-header {
    color: rgba(255, 250, 240, 0.92);
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .site-header.is-scrolled,
  .site-header.is-open {
    color: var(--ink);
    background:
      linear-gradient(135deg, rgba(255, 250, 240, 0.62), rgba(255, 250, 240, 0.34)),
      rgba(255, 250, 240, 0.3);
    border-color: rgba(255, 250, 240, 0.34);
    box-shadow:
      0 18px 54px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.52);
    -webkit-backdrop-filter: blur(42px) saturate(1.42);
    backdrop-filter: blur(42px) saturate(1.42);
  }

  .wordmark {
    color: inherit;
    font-weight: 700;
    letter-spacing: 0.18em;
  }

  .wordmark::before {
    display: none;
  }

  .nav-links {
    position: relative;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    color: #162829;
  }

  .nav-links a {
    display: none;
  }

  .nav-links::before {
    position: absolute;
    left: 8px;
    top: 10px;
    width: 20px;
    height: 15px;
    content: "";
    background:
      linear-gradient(currentColor, currentColor) 0 0 / 20px 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 6px / 20px 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 12px / 20px 2px no-repeat;
    border-radius: 2px;
  }

  .nav-links {
    position: absolute;
    top: 62px;
    right: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    justify-items: stretch;
    gap: 5px;
    width: 166px;
    height: auto;
    padding: 9px;
    color: #162829;
    background:
      linear-gradient(135deg, rgba(255, 250, 240, 0.9), rgba(255, 250, 240, 0.72)),
      rgba(255, 250, 240, 0.62);
    border: 1px solid rgba(255, 250, 240, 0.5);
    border-radius: 8px;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
    -webkit-backdrop-filter: blur(34px) saturate(1.26);
    backdrop-filter: blur(34px) saturate(1.26);
  }

  .nav-links::before {
    display: none;
  }

  .site-header.is-open .nav-links {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 0;
    min-height: 44px;
    padding: 10px 12px;
    color: #162829;
    font-size: 0.9rem;
    border-radius: 7px;
  }

  .hero {
    min-height: 100svh;
    background: #071111;
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(4, 20, 19, 0.18) 0%, rgba(4, 20, 19, 0.18) 42%, rgba(4, 20, 19, 0.56) 72%, rgba(4, 20, 19, 0.92) 100%),
      linear-gradient(90deg, rgba(4, 36, 32, 0.56) 0%, rgba(4, 36, 32, 0.16) 56%, rgba(4, 36, 32, 0.34) 100%),
      url("images/hero-scene.jpg") 52% center / cover no-repeat;
  }

  .hero-noise {
    opacity: 0.36;
    background-image:
      radial-gradient(circle at 18% 12%, rgba(217, 179, 109, 0.16), transparent 24%),
      radial-gradient(circle at 82% 34%, rgba(214, 110, 73, 0.2), transparent 26%),
      radial-gradient(circle at 24% 82%, rgba(139, 209, 202, 0.12), transparent 24%);
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0;
    width: min(100% - 48px, 760px);
    min-height: 100svh;
    padding: 96px 0 98px;
  }

  .portrait-frame {
    position: absolute;
    right: 0;
    bottom: clamp(188px, 24svh, 206px);
    display: block;
    width: 74px;
    margin: 0;
    padding: 4px;
    background:
      linear-gradient(145deg, rgba(255, 250, 240, 0.16), rgba(255, 250, 240, 0.035)),
      rgba(9, 48, 44, 0.22);
    border-color: rgba(169, 221, 206, 0.24);
    border-radius: 50%;
    box-shadow:
      0 20px 64px rgba(0, 0, 0, 0.36),
      inset 0 1px 0 rgba(255, 250, 240, 0.18);
    -webkit-backdrop-filter: blur(26px) saturate(1.16);
    backdrop-filter: blur(26px) saturate(1.16);
  }

  .portrait-frame::before,
  .portrait-frame figcaption {
    display: none;
  }

  .portrait-frame img {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-position: center 24%;
  }

  .hero-copy {
    position: relative;
    max-width: 100%;
    margin-top: auto;
    padding-left: 4px;
  }

  .eyebrow {
    margin-bottom: 12px;
    color: #ff9a75;
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 14.5vw, 4rem);
    line-height: 0.98;
    text-shadow: 0 20px 60px rgba(0, 0, 0, 0.48);
  }

  .hero h1 span {
    margin-top: 10px;
    color: rgba(139, 209, 202, 0.92);
    font-size: clamp(0.88rem, 3.6vw, 1rem);
    letter-spacing: 0.08em;
  }

  .hero-line {
    max-width: 20.5em;
    margin-top: 22px;
    color: rgba(255, 250, 240, 0.82);
    font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", serif;
    font-size: 1.02rem;
    font-weight: 400;
    line-height: 1.78;
  }

  .hero-meta {
    display: none;
  }

  .about-section,
  .career-section,
  .moments-section,
  .life-section {
    padding: 82px 0;
  }

  .section-shell {
    width: min(100% - 48px, 760px);
  }

  .section-kicker {
    color: #ff9a75;
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
  }

  h2,
  .center-title h2,
  .split-title h2,
  .life-intro h2,
  .closing-copy h2 {
    font-size: clamp(2rem, 8.4vw, 2.55rem);
    line-height: 1.16;
    text-shadow: 0 18px 52px rgba(0, 0, 0, 0.46);
  }

  .about-grid {
    gap: 30px;
  }

  .center-title,
  .split-title,
  .life-intro {
    padding: 0;
    margin-bottom: 34px;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .center-title::before,
  .split-title::before,
  .life-intro::before {
    display: none;
  }

  .center-title {
    max-width: none;
    text-align: left;
  }

  .split-title {
    display: block;
  }

  .split-title p:last-child {
    max-width: 21.5em;
    margin-top: 18px;
    color: rgba(255, 250, 240, 0.66);
    font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", serif;
    font-size: 0.98rem;
    line-height: 1.84;
  }

  .about-panel {
    padding: 24px;
    background:
      linear-gradient(145deg, rgba(255, 250, 240, 0.12), rgba(255, 250, 240, 0.024) 58%),
      rgba(9, 48, 44, 0.34);
    border-color: rgba(169, 221, 206, 0.18);
    box-shadow:
      0 24px 78px rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 250, 240, 0.12);
  }

  .about-panel p {
    color: rgba(255, 250, 240, 0.72);
    font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", serif;
    line-height: 1.88;
  }

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

  .stat-row div,
  .stat-row div:last-child {
    grid-column: auto;
    min-height: 72px;
    padding: 14px 16px;
    background: rgba(255, 250, 240, 0.08);
  }

  .stat-row div:last-child {
    grid-column: 1 / -1;
  }

  .career-map-visual {
    height: 188px;
    margin: 18px -24px 30px;
    opacity: 0.94;
  }

  .career-map-visual svg {
    width: 1060px;
    max-width: none;
    transform: translateX(-374px);
  }

  .career-map-visual::before {
    left: 0;
    right: 0;
    top: 50%;
    background: linear-gradient(90deg, transparent, rgba(217, 179, 109, 0.3), rgba(214, 110, 73, 0.22), transparent);
  }

  .career-map-visual::after {
    opacity: 0.18;
  }

  .map-outline {
    opacity: 0.78;
    stroke-width: 1.6;
  }

  .map-route-halo {
    stroke-width: 12;
  }

  .map-route-line {
    stroke-width: 2.75;
  }

  .map-route-track {
    stroke-width: 1.15;
  }

  .map-route-sheen {
    stroke-width: 4.2;
  }

  .map-pin .pin-ring {
    stroke-width: 1.35;
  }

  .map-pin .pin-core {
    stroke-width: 0.75;
  }

  .map-pin text {
    fill: rgba(255, 250, 240, 0.84);
    font-size: 14px;
    letter-spacing: 0.04em;
  }

  .route {
    gap: 12px;
  }

  .route li {
    min-height: 118px;
    padding: 18px 18px 18px 64px;
    background:
      linear-gradient(145deg, rgba(255, 250, 240, 0.1), rgba(255, 250, 240, 0.018) 60%),
      rgba(9, 48, 44, 0.34);
    border-color: rgba(169, 221, 206, 0.18);
  }

  .route span {
    top: 20px;
    left: 18px;
    color: #ffb176;
  }

  .route strong {
    font-size: 1.22rem;
  }

  .route p {
    color: rgba(255, 250, 240, 0.58);
    font-size: 0.88rem;
  }

  .hobby-tags,
  .focus-strip {
    flex-wrap: wrap;
    width: auto;
    margin: 22px 0 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .focus-strip {
    justify-content: flex-start;
    margin-top: 24px;
  }

  .hero-meta span,
  .hobby-tags span,
  .focus-strip span {
    flex: 0 1 auto;
    min-height: 32px;
    padding: 7px 12px;
    color: rgba(255, 250, 240, 0.78);
    background: rgba(255, 250, 240, 0.08);
    border-color: rgba(255, 250, 240, 0.12);
    box-shadow: none;
    -webkit-backdrop-filter: blur(18px) saturate(1.1);
    backdrop-filter: blur(18px) saturate(1.1);
  }

  .moment-grid {
    grid-auto-rows: 300px;
    gap: 16px;
  }

  .moment-card,
  .travel-board figure,
  .citywalk-row figure {
    padding: 6px;
    background:
      linear-gradient(145deg, rgba(255, 250, 240, 0.14), rgba(255, 250, 240, 0.03)),
      rgba(8, 45, 41, 0.2);
    border-color: rgba(255, 250, 240, 0.16);
    box-shadow: 0 24px 74px rgba(0, 0, 0, 0.3);
  }

  .moment-card img {
    inset: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }

  .travel-board {
    grid-template-rows: 312px 274px 274px 302px 392px;
  }

  .citywalk-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: auto;
    margin: 14px 0 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .citywalk-row figure {
    flex: initial;
    aspect-ratio: 4 / 5;
  }

  .closing-section {
    min-height: 54svh;
  }

  .closing-copy {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .closing-copy::before {
    display: none;
  }

  .background-stage__image {
    inset: -18%;
    background-image: url("images/bg-mobile-art-20260709.png");
    background-position: center 40%;
    filter: saturate(1.28) contrast(1.08) brightness(calc(var(--bg-brightness) + 0.12)) blur(var(--bg-blur));
  }

  .background-stage__warm {
    opacity: 0;
    background: none;
    mix-blend-mode: normal;
  }

  .background-stage__veil {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.42) 100%),
      linear-gradient(90deg, rgba(2, 12, 13, 0.28) 0%, rgba(2, 12, 13, 0.08) 52%, rgba(2, 12, 13, 0.32) 100%),
      radial-gradient(ellipse at 50% 18%, rgba(255, 250, 240, 0.08), transparent 36%);
  }

  .background-stage__grain {
    opacity: 0.055;
    background-size: 78px 78px;
    mask-image: linear-gradient(180deg, black 0 62%, transparent 94%);
  }

  .about-panel,
  .route li {
    border-radius: 18px;
    background:
      linear-gradient(145deg, rgba(255, 250, 240, 0.12), rgba(255, 250, 240, 0.018) 58%),
      linear-gradient(135deg, rgba(214, 110, 73, 0.13), transparent 42%),
      rgba(5, 36, 39, 0.42);
    border-color: rgba(169, 221, 206, 0.26);
    box-shadow:
      0 26px 90px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(255, 250, 240, 0.18),
      inset 0 -1px 0 rgba(7, 17, 17, 0.28);
    -webkit-backdrop-filter: blur(34px) saturate(1.42);
    backdrop-filter: blur(34px) saturate(1.42);
  }

  .route li {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 22px;
    align-items: center;
    min-height: 154px;
    padding: 26px 24px;
  }

  .route li::after {
    right: -26px;
    bottom: -44px;
    width: 132px;
    height: 132px;
    opacity: 0.62;
    background: radial-gradient(circle, rgba(217, 179, 109, 0.18), transparent 66%);
  }

  .route-marker {
    grid-column: 1;
    display: flex;
    min-height: 74px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .route-copy {
    grid-column: 2;
    display: flex;
    min-height: 74px;
    flex-direction: column;
    justify-content: center;
  }

  .route span {
    position: static;
    margin: 0;
    color: #ff9a75;
    font-size: 0.72rem;
    line-height: 1;
  }

  .route-icon {
    position: static;
    display: grid;
    width: 42px;
    height: 42px;
    padding: 10px;
    color: #ff9a75;
    background: rgba(255, 139, 105, 0.15);
    border: 1px solid rgba(255, 176, 118, 0.18);
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 250, 240, 0.12);
    -webkit-backdrop-filter: blur(18px) saturate(1.2);
    backdrop-filter: blur(18px) saturate(1.2);
  }

  .route strong {
    font-size: 1.46rem;
    line-height: 1.18;
  }

  .route p {
    max-width: 15.5em;
    margin-top: 8px;
    color: rgba(255, 250, 240, 0.68);
    font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", serif;
    font-size: 0.96rem;
  }

  .focus-strip span,
  .hobby-tags span {
    border-radius: 999px;
    background: rgba(255, 250, 240, 0.1);
    border-color: rgba(255, 250, 240, 0.18);
    -webkit-backdrop-filter: blur(22px) saturate(1.18);
    backdrop-filter: blur(22px) saturate(1.18);
  }

  .stat-row div,
  .stat-row div:last-child {
    border-radius: 16px;
    background:
      linear-gradient(145deg, rgba(255, 250, 240, 0.12), rgba(255, 250, 240, 0.025) 58%),
      rgba(7, 38, 39, 0.34);
    border-color: rgba(255, 250, 240, 0.16);
    box-shadow:
      0 18px 54px rgba(0, 0, 0, 0.22),
      inset 0 1px 0 rgba(255, 250, 240, 0.12);
    -webkit-backdrop-filter: blur(22px) saturate(1.18);
    backdrop-filter: blur(22px) saturate(1.18);
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(3, 16, 15, 0.16) 0%, rgba(3, 16, 15, 0.14) 42%, rgba(3, 16, 15, 0.5) 70%, rgba(3, 16, 15, 0.9) 100%),
      linear-gradient(90deg, rgba(3, 36, 32, 0.46) 0%, rgba(3, 36, 32, 0.1) 54%, rgba(3, 36, 32, 0.28) 100%),
      url("images/hero-scene.jpg") 52% center / cover no-repeat;
  }

  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(4, 22, 20, 0.1) 0%, rgba(4, 28, 25, 0.02) 38%, rgba(4, 22, 20, 0.42) 72%, rgba(4, 22, 20, 0.82) 100%),
      radial-gradient(circle at 48% 56%, rgba(255, 250, 240, 0.06), transparent 34%);
  }

  .portrait-frame {
    width: 74px;
    padding: 4px;
    background:
      linear-gradient(145deg, rgba(255, 250, 240, 0.14), rgba(255, 250, 240, 0.024)),
      rgba(9, 48, 44, 0.22);
    border-radius: 50%;
    -webkit-backdrop-filter: blur(16px) saturate(1.08);
    backdrop-filter: blur(16px) saturate(1.08);
  }

  .portrait-frame img {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-position: center 24%;
  }

  .scroll-cue {
    bottom: max(20px, env(safe-area-inset-bottom));
    display: grid;
    width: 42px;
    height: 42px;
    color: rgba(255, 250, 240, 0.92);
    background:
      linear-gradient(145deg, rgba(255, 250, 240, 0.18), rgba(255, 250, 240, 0.05)),
      rgba(5, 26, 25, 0.34);
    border-color: rgba(255, 250, 240, 0.22);
    box-shadow:
      0 18px 54px rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 250, 240, 0.22);
  }

  .moment-card,
  .travel-board figure,
  .citywalk-row figure {
    padding: 10px;
    border-radius: 16px;
    background:
      linear-gradient(145deg, rgba(255, 250, 240, 0.24), rgba(255, 250, 240, 0.05)),
      rgba(6, 37, 39, 0.3);
    border-color: rgba(255, 250, 240, 0.22);
    box-shadow:
      0 26px 82px rgba(0, 0, 0, 0.36),
      inset 0 1px 0 rgba(255, 250, 240, 0.22);
  }

  .moment-card img,
  .travel-board img,
  .citywalk-row img {
    inset: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 10px;
    clip-path: inset(0 round 10px);
  }

  .moment-card::after,
  .travel-board figure::after,
  .citywalk-row figure::after {
    box-shadow: inset 0 0 0 10px rgba(255, 250, 240, 0.055);
  }

  .moment-card figcaption,
  .travel-board figcaption,
  .citywalk-row figcaption {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .site-footer {
    color: rgba(255, 250, 240, 0.62);
    background: transparent;
    border-top-color: rgba(255, 250, 240, 0.1);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .webgl-background .background-stage__warm {
    opacity: 0;
  }

  .webgl-background .background-stage__veil {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.42) 100%),
      linear-gradient(90deg, rgba(2, 12, 13, 0.28) 0%, rgba(2, 12, 13, 0.08) 52%, rgba(2, 12, 13, 0.32) 100%),
      radial-gradient(ellipse at 50% 18%, rgba(255, 250, 240, 0.07), transparent 36%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-item,
  .reveal-photo,
  .reveal-item.is-visible,
  .reveal-photo.is-visible {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}
