:root {
  --paper: #f4efe6;
  --paper-soft: #faf7f0;
  --ink: #263238;
  --muted: #6f746f;
  --sage: #9eada0;
  --sage-deep: #687b70;
  --clay: #b48472;
  --rose: #c5a0a4;
  --blue: #647b8c;
  --ochre: #b9a06a;
  --line: rgba(38, 50, 56, 0.14);
  --shadow: 0 24px 80px rgba(42, 48, 46, 0.12);
  --radius: 8px;
  --max: 1180px;
  --serif: "Times New Roman", "Noto Serif CJK SC", "Songti SC", SimSun, serif;
  --display: Georgia, "Times New Roman", "Noto Serif CJK SC", "Songti SC", SimSun, serif;
  --zh-serif: "Noto Serif CJK SC", "Source Han Serif SC", "Songti SC", SimSun, serif;
  --zh-kaiti: "KaiTi", "STKaiti", "Kaiti SC", "Noto Serif CJK SC", "Songti SC", serif;
  --hero-text-y: clamp(124px, 19vh, 226px);
  --hero-keywords-x: 0px;
  --hero-keywords-width: 620px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration-color: rgba(38, 50, 56, 0.28);
  text-underline-offset: 0.22em;
}

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

.copy-protected,
.copy-protected * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

[hidden] {
  display: none !important;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 58px;
  padding: 7px clamp(18px, 4vw, 48px);
  border-bottom: 1px solid rgba(38, 50, 56, 0.08);
  background: rgba(250, 247, 240, 0.52);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-size: 1.16rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.brand-logo {
  width: 46px;
  height: 46px;
  object-fit: contain;
  object-position: center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  border-radius: 999px;
  padding: 7px 10px;
  color: #40504a;
  font-size: 0.94rem;
  font-weight: 600;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  background: rgba(158, 173, 160, 0.2);
}

.site-nav .lang-toggle {
  min-width: 38px;
  border: 1px solid rgba(64, 80, 74, 0.18);
  padding-inline: 9px;
  text-align: center;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(38, 50, 56, 0.18);
  border-radius: 50%;
  background: var(--paper-soft);
  color: var(--ink);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.section-band {
  scroll-margin-top: 68px;
  border-bottom: 1px solid rgba(38, 50, 56, 0.09);
  padding: clamp(58px, 8vw, 108px) clamp(18px, 4vw, 48px);
}

.section-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.home-depth {
  position: relative;
  overflow: clip;
  background:
    linear-gradient(90deg, rgba(250, 247, 240, 0.82) 0%, rgba(250, 247, 240, 0.54) 36%, rgba(250, 247, 240, 0.04) 76%),
    linear-gradient(180deg, rgba(250, 247, 240, 0.02) 0%, rgba(250, 247, 240, 0.08) 48%, rgba(250, 247, 240, 0.32) 100%),
    url("../images/hero/hero-collage.png");
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
}

.home-depth::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(250, 247, 240, 0) 0%, rgba(250, 247, 240, 0.04) 55%, rgba(250, 247, 240, 0.24) 100%);
  pointer-events: none;
}

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, var(--max));
  align-items: center;
  min-height: 94svh;
  padding-top: clamp(82px, 10vw, 116px);
  padding-bottom: clamp(38px, 6vw, 72px);
  background: transparent;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(244, 239, 230, 0), rgba(244, 239, 230, 0.24));
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 900px);
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 66px);
  align-items: end;
  justify-self: start;
  margin-right: auto;
  margin-left: clamp(0px, 3vw, 46px);
  text-align: left;
}

.profile-photo {
  width: clamp(188px, 23vw, 286px);
  aspect-ratio: 0.74;
  object-fit: cover;
  flex: 0 0 auto;
  border: 1px solid rgba(38, 50, 56, 0.16);
  border-radius: 12px;
  box-shadow: 0 20px 52px rgba(38, 50, 56, 0.16);
}

.hero-text {
  align-self: end;
  padding-bottom: clamp(4px, 2vw, 24px);
  transform: translateY(var(--hero-text-y));
}

.eyebrow,
.card-kicker {
  margin: 0 0 12px;
  color: var(--sage-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 3.7vw, 3.85rem);
  line-height: 1;
  letter-spacing: 0.015em;
  white-space: nowrap;
  font-weight: 500;
}

.page-hero {
  padding-top: clamp(112px, 13vw, 162px);
  background:
    linear-gradient(90deg, rgba(250, 247, 240, 0.92), rgba(250, 247, 240, 0.72)),
    linear-gradient(135deg, #f4efe6, #e7ddd0);
}

.page-hero .section-inner {
  max-width: 940px;
}

.page-hero h1 {
  white-space: normal;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 26px 0 0;
  color: #4f5c57;
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
}

main > .section-band:first-child:not(.hero):not(.page-hero) {
  padding-top: clamp(112px, 12vw, 152px);
}

h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 3.8vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 500;
}

h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.08rem, 1.4vw, 1.35rem);
  line-height: 1.25;
  font-weight: 600;
}

.hero-line {
  max-width: 58ch;
  margin: clamp(20px, 3vw, 32px) 0 0;
  color: #384741;
  font-size: clamp(1.08rem, 1.42vw, 1.24rem);
  letter-spacing: 0.01em;
  font-style: italic;
}

.keyword-row {
  display: grid;
  gap: 7px;
  width: min(100%, var(--hero-keywords-width));
  max-width: var(--hero-keywords-width);
  margin: clamp(22px, 3.5vw, 38px) 0 0;
  transform: translateX(var(--hero-keywords-x));
  padding-top: 15px;
  border-top: 1px solid rgba(38, 50, 56, 0.18);
}

.keyword-line {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
  align-items: baseline;
  line-height: 1.5;
}

.keyword-line-final {
  margin-top: 0;
}

.keyword-row span {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  color: #41504a;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.035em;
  text-transform: none;
}

.filter-button {
  border: 1px solid rgba(38, 50, 56, 0.14);
  border-radius: 999px;
  background: rgba(250, 247, 240, 0.72);
  padding: 8px 12px;
  color: #41504a;
  font-size: 0.92rem;
  font-weight: 600;
}

.keyword-line span:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
  color: rgba(65, 80, 74, 0.48);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(38, 50, 56, 0.18);
  border-radius: 999px;
  background: rgba(250, 247, 240, 0.78);
  padding: 10px 17px;
  color: #2f3b37;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  border-color: #35423c;
  background: #211b18;
  color: #fffaf2;
}

.button:hover,
.button:focus-visible,
.filter-button:hover,
.filter-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(38, 50, 56, 0.12);
}

.two-column,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 80px);
}

.about-band {
  position: relative;
  z-index: 2;
  min-height: auto;
  margin-top: 0;
  border-bottom-color: rgba(38, 50, 56, 0.08);
  background:
    linear-gradient(180deg, rgba(250, 247, 240, 0.08), rgba(250, 247, 240, 0.46) 24%, rgba(250, 247, 240, 0.72) 100%);
  transform: translateZ(0);
}

.about-layout {
  display: grid;
  gap: clamp(28px, 5vw, 44px);
}

.about-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 64px);
  color: #34433e;
  max-width: none;
  font-size: clamp(1.12rem, 1.32vw, 1.28rem);
  line-height: 1.72;
}

.about-copy p {
  margin: 0 0 18px;
}

.about-heading {
  max-width: 860px;
}

.about-heading .eyebrow {
  margin-bottom: 14px;
  color: rgba(62, 82, 74, 0.92);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.45vw, 2.25rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0.01em;
  text-transform: none;
}

.about-column {
  display: grid;
  align-content: start;
}

.about-column .text-link {
  justify-self: start;
  margin-top: 10px;
}

.about-label {
  justify-self: end;
  width: min(100%, 520px);
}

.about-label .eyebrow {
  margin: 0;
  color: rgba(62, 82, 74, 0.92);
  font-family: var(--display);
  font-size: clamp(3.1rem, 6.7vw, 7.2rem);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: none;
}

.text-link {
  color: #435e52;
  font-weight: 800;
}

.section-heading {
  display: grid;
  gap: 10px;
  max-width: 820px;
  margin-bottom: clamp(28px, 5vw, 48px);
}

.section-heading.with-actions {
  max-width: none;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
}

.home-section-title {
  color: var(--sage-deep);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.45vw, 2.25rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0.04em;
  text-transform: none;
}

.featured-band {
  background: #eee4d8;
}

.archive-band {
  background: #f8f3ea;
}

.featured-grid,
.card-grid,
.creative-grid,
.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.featured-carousel {
  display: grid;
  grid-auto-columns: minmax(300px, 34%);
  grid-auto-flow: column;
  grid-template-columns: none;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 4px 4px 18px;
  scroll-snap-type: inline proximity;
  scrollbar-color: rgba(52, 66, 60, 0.34) transparent;
}

.featured-carousel .feature-card {
  scroll-snap-align: start;
}

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

.feature-card,
.project-card,
.creative-panel,
.archive-link {
  border: 1px solid rgba(38, 50, 56, 0.12);
  border-radius: var(--radius);
  background: var(--paper-soft);
  padding: clamp(20px, 3vw, 28px);
  box-shadow: 0 16px 48px rgba(42, 48, 46, 0.08);
}

.cover-slot {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(38, 50, 56, 0.1);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(250, 247, 240, 0.88), rgba(216, 208, 194, 0.58)),
    radial-gradient(circle at 22% 24%, rgba(111, 127, 113, 0.2), transparent 28%),
    radial-gradient(circle at 82% 76%, rgba(180, 132, 114, 0.18), transparent 30%);
  background-position: center;
  background-size: cover;
}

.cover-slot::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(38, 50, 56, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(38, 50, 56, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.38;
}

.feature-cover {
  aspect-ratio: 16 / 9;
  background-position: center;
  background-size: 105% auto;
  margin-bottom: 8px;
}

.feature-cover::after {
  opacity: 0;
}

.story-cover {
  width: 118px;
}

.archive-link {
  display: grid;
  grid-template-rows: 28px auto;
  min-height: 212px;
  align-content: start;
  gap: 14px;
  color: #2f3b37;
  padding-top: clamp(38px, 4vw, 54px);
  text-align: center;
  text-decoration: none;
}

.archive-link span {
  align-self: center;
  color: var(--sage-deep);
  font-size: clamp(0.82rem, 0.95vw, 0.92rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.archive-link strong {
  font-family: var(--display);
  font-size: clamp(1.08rem, 1.45vw, 1.36rem);
  font-weight: 650;
  line-height: 1.25;
}

.archive-link:hover,
.archive-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 56px rgba(42, 48, 46, 0.12);
}

.journey-link {
  background: #dde4da;
}

.research-link {
  background: #e4d3c7;
}

.journalism-link {
  background: #eadadd;
}

.creativity-link {
  background: #d9e0e3;
}

.feature-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-card.sage {
  background: #dde4da;
}

.feature-card.clay {
  background: #e4d3c7;
}

.feature-card.rose {
  background: #eadadd;
}

.feature-card p,
.project-card p,
.creative-panel p {
  color: #56615d;
}

.feature-card a,
.project-card a,
.story-row a,
.journalism-card a,
.creative-panel a {
  color: #344e45;
  font-weight: 800;
}

.journey-band {
  background:
    linear-gradient(90deg, rgba(250, 247, 240, 0.78), rgba(250, 247, 240, 0.52)),
    linear-gradient(180deg, rgba(250, 247, 240, 0.18), rgba(250, 247, 240, 0.72)),
    url("../images/hero/hero-collage.png"),
    repeating-linear-gradient(90deg, rgba(38, 50, 56, 0.06) 0 1px, transparent 1px 80px),
    repeating-linear-gradient(0deg, rgba(38, 50, 56, 0.05) 0 1px, transparent 1px 80px);
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

.journey-band .section-heading {
  max-width: 760px;
  margin-bottom: clamp(24px, 4vw, 38px);
}

.journey-band .section-heading h2 {
  max-width: 720px;
  font-size: clamp(1.95rem, 3.35vw, 3.45rem);
  line-height: 1.08;
}

.journey-layout {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(240px, 1fr);
  justify-content: start;
  gap: clamp(28px, 6vw, 90px);
  align-items: start;
}

.timeline {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: clamp(18px, 2.5vw, 26px);
  border: 1px solid rgba(86, 107, 96, 0.16);
  border-radius: var(--radius);
  background: rgba(250, 247, 240, 0.68);
  box-shadow: 0 18px 52px rgba(38, 50, 56, 0.08);
  backdrop-filter: blur(6px);
  list-style: none;
}

.timeline li {
  position: relative;
  border-left: 2px solid rgba(180, 132, 114, 0.32);
  padding: 0 0 2px 16px;
}

.timeline time {
  display: block;
  margin-bottom: 3px;
  color: #263238;
  font-family: var(--display);
  font-size: clamp(1.24rem, 1.65vw, 1.52rem);
  font-weight: 500;
  line-height: 1.12;
  text-transform: none;
}

.timeline h3 {
  margin: 0;
  color: #8f6f62;
  font-size: clamp(0.92rem, 1vw, 1.02rem);
  line-height: 1.28;
  font-weight: 650;
}

.timeline p {
  margin: 4px 0 0;
  max-width: 56ch;
  color: #59645f;
  font-size: clamp(0.86rem, 0.92vw, 0.94rem);
  line-height: 1.5;
}

.journey-photo-wall {
  position: relative;
  min-height: clamp(340px, 42vw, 520px);
  overflow: visible;
}

.journey-photo {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: var(--z);
  width: clamp(86px, var(--w), 154px);
  aspect-ratio: 4 / 3;
  border: 6px solid rgba(255, 253, 247, 0.96);
  border-bottom-width: 15px;
  border-radius: 4px;
  background: #fffdf7;
  box-shadow: 0 16px 34px rgba(38, 50, 56, 0.18);
  object-fit: cover;
  transform: rotate(var(--r));
  transform-origin: center;
}

.journey-photo:nth-child(3n) {
  aspect-ratio: 3 / 4;
}

.journey-photo:nth-child(4n) {
  aspect-ratio: 1 / 1;
}

.research-band {
  background: #f8f3ea;
}

.research-band .section-heading.with-actions {
  align-items: start;
  border-bottom: 1px solid rgba(38, 50, 56, 0.1);
  padding-bottom: clamp(18px, 3vw, 28px);
}

.research-band .section-heading h2 {
  max-width: 720px;
}

.research-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(16px, 2vw, 22px);
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.filter-button {
  cursor: pointer;
}

.filter-button.active {
  background: #647b8c;
  color: #fff;
}

.project-card {
  display: flex;
  min-height: 350px;
  flex-direction: column;
  gap: 13px;
}

.research-band .project-card {
  min-height: 390px;
  border-color: rgba(176, 141, 79, 0.62);
  box-shadow:
    inset 0 0 0 1px rgba(214, 188, 133, 0.46),
    0 16px 44px rgba(38, 50, 56, 0.07);
  background: rgba(250, 247, 240, 0.86);
  padding: clamp(20px, 2.4vw, 26px);
}

.research-band .project-card h3 {
  display: -webkit-box;
  min-height: 4.65em;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #263238;
  font-size: clamp(1.12rem, 1.35vw, 1.32rem);
  line-height: 1.55;
}

.project-card.is-hidden {
  display: none;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
}

.research-band .card-meta {
  min-height: 2.6em;
  align-content: start;
  line-height: 1.35;
}

.research-band .card-meta span {
  display: inline-flex;
  align-items: center;
}

.abstract,
.why,
.version-note {
  margin: 0;
}

.version-note {
  color: #7b594e;
  font-size: 0.92rem;
  font-style: italic;
}

.research-band .abstract {
  display: -webkit-box;
  min-height: 6.1em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.project-card a {
  margin-top: auto;
}

.research-band .project-card a {
  align-self: start;
  border: 1px solid rgba(52, 78, 69, 0.22);
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(250, 247, 240, 0.7);
  color: #344e45;
  text-decoration: none;
}

.research-band .why {
  color: #59645f;
}

.journalism-band {
  background: #ede3dc;
}

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

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

.journalism-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  border: 1px solid rgba(38, 50, 56, 0.12);
  border-radius: var(--radius);
  background: rgba(250, 247, 240, 0.78);
  padding: 18px;
  box-shadow: 0 16px 46px rgba(38, 50, 56, 0.07);
}

.journalism-spotlight {
  grid-column: 1 / -1;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  background: #eadadd;
}

.journalism-card .story-cover {
  width: 100%;
  align-self: stretch;
}

.journalism-card-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 9px;
}

.journalism-card-content p {
  margin: 0;
  color: #59645f;
}

.journalism-card-content a {
  margin-top: auto;
  color: #344e45;
  font-weight: 800;
}

.story-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 32px);
  align-items: center;
  min-height: clamp(220px, 23vw, 310px);
  overflow: hidden;
  border: 1px solid rgba(38, 50, 56, 0.12);
  border-radius: var(--radius);
  background: rgba(250, 247, 240, 0.74);
  padding: clamp(22px, 3vw, 34px);
  box-shadow: 0 16px 44px rgba(38, 50, 56, 0.08);
}

.story-row::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(250, 247, 240, 0.74) 0%, rgba(250, 247, 240, 0.42) 58%, rgba(250, 247, 240, 0.12) 100%),
    linear-gradient(180deg, rgba(250, 247, 240, 0.08), rgba(250, 247, 240, 0.22));
  pointer-events: none;
}

.story-row > :not(.story-cover) {
  position: relative;
  z-index: 2;
}

.story-row > div:not(.story-cover) {
  max-width: min(100%, 580px);
  border: 1px solid rgba(250, 247, 240, 0.86);
  border-radius: 7px;
  background: rgba(250, 247, 240, 0.92);
  padding: clamp(14px, 2vw, 22px);
  box-shadow: 0 16px 44px rgba(38, 50, 56, 0.12);
}

.story-row > a {
  justify-self: end;
  border: 1px solid rgba(52, 78, 69, 0.28);
  border-radius: 999px;
  background: rgba(250, 247, 240, 0.84);
  padding: 7px 13px;
  color: #22312c;
  box-shadow: 0 10px 28px rgba(38, 50, 56, 0.1);
  text-decoration-color: rgba(34, 49, 44, 0.5);
}

.story-row .story-cover {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  opacity: 1;
}

.story-row .story-cover::after {
  opacity: 0;
}

.story-row p {
  margin: 6px 0 0;
  color: #59645f;
}

.story-type {
  color: #7b594e;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
}

.beijing-news-band {
  min-height: 100svh;
  background: #f6f2ea;
  padding-top: clamp(84px, 8vw, 116px);
}

.beijing-news-hero {
  display: grid;
  gap: 12px;
  max-width: 800px;
  margin-bottom: clamp(24px, 4vw, 44px);
  border-bottom: 1px solid rgba(38, 50, 56, 0.16);
  padding-bottom: clamp(18px, 3vw, 30px);
}

.beijing-news-hero h1 {
  font-size: clamp(2.05rem, 4.2vw, 3.85rem);
  line-height: 1.02;
  white-space: normal;
}

.news-subtitle {
  display: grid;
  gap: 6px;
  color: #4f5c57;
  font-size: clamp(0.98rem, 1.18vw, 1.12rem);
  line-height: 1.48;
}

.news-subtitle p {
  margin: 0;
}

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

.work-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  gap: 14px;
  border: 1px solid rgba(38, 50, 56, 0.14);
  border-radius: var(--radius);
  background: rgba(250, 247, 240, 0.74);
  padding: clamp(20px, 3vw, 28px);
  box-shadow: 0 18px 50px rgba(38, 50, 56, 0.07);
}

.work-source {
  margin: 0;
  color: #7b594e;
  font-size: 0.82rem;
  font-weight: 700;
}

.work-tags {
  align-self: start;
  margin: 0;
  border: 1px solid rgba(38, 50, 56, 0.18);
  border-radius: 999px;
  padding: 5px 10px;
  color: #4f5c57;
  font-size: 0.82rem;
  line-height: 1.4;
}

.work-summary {
  margin: 0;
  color: #4f5c57;
}

.work-card a {
  margin-top: auto;
  color: #344e45;
  font-weight: 800;
}

.creativity-band {
  background: #f5efe5;
}

.creative-intro {
  max-width: 720px;
  margin: -18px 0 34px;
  color: #4f5c57;
  font-size: clamp(1.04rem, 1.45vw, 1.22rem);
}

.creative-studio-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.creative-category {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 420px;
  border: 1px solid rgba(38, 50, 56, 0.12);
  border-radius: var(--radius);
  padding: clamp(20px, 3vw, 28px);
  box-shadow: 0 16px 48px rgba(42, 48, 46, 0.08);
}

.creative-category-heading {
  display: grid;
  gap: 8px;
  min-height: 142px;
  border-bottom: 1px solid rgba(38, 50, 56, 0.14);
  padding-bottom: 18px;
}

.creative-category-heading h3 {
  font-size: clamp(1.34rem, 1.8vw, 1.7rem);
}

.creative-category-heading p:not(.card-kicker),
.creative-empty {
  margin: 0;
  color: #56615d;
}

.creative-items {
  display: grid;
  gap: 14px;
}

.creative-work-card {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(38, 50, 56, 0.1);
  border-radius: 7px;
  background: rgba(250, 247, 240, 0.58);
  padding: 14px;
}

.creative-work-card .card-kicker,
.creative-work-card p,
.creative-work-card h3 {
  margin: 0;
}

.creative-work-card h3 {
  font-size: clamp(1.04rem, 1.28vw, 1.22rem);
}

.creative-work-card a {
  color: #344e45;
  font-weight: 800;
}

.creative-work-card p:not(.card-kicker) {
  color: #56615d;
}

.creative-cover {
  aspect-ratio: 16 / 9;
}

.essay-panel {
  background: #dfe5df;
}

.ai-panel {
  background: #e7d5ce;
}

.multimedia-panel {
  background: #d9e0e3;
}

.media-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 28px;
}

.media-strip span {
  display: block;
  height: 82px;
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(38, 50, 56, 0.08), rgba(38, 50, 56, 0)),
    #f5efe5;
}

.media-strip span:nth-child(2) {
  background-color: #c9b9ad;
}

.media-strip span:nth-child(3) {
  background-color: #aab8b0;
}

.media-strip span:nth-child(4) {
  background-color: #8f9eaa;
}

.contact-band {
  background: #34413c;
  color: #fffaf2;
}

.contact-hero {
  padding-top: clamp(96px, 10vw, 132px);
  padding-bottom: clamp(34px, 5vw, 58px);
  background:
    linear-gradient(120deg, rgba(250, 247, 240, 0.94), rgba(232, 222, 212, 0.72)),
    #f5efe7;
}

.contact-hero .section-inner {
  max-width: 860px;
}

.contact-hero h1 {
  max-width: 820px;
  font-size: clamp(2.2rem, 4.6vw, 4.4rem);
  line-height: 1.04;
  white-space: normal;
}

.contact-hero p:not(.eyebrow) {
  max-width: 760px;
  color: #4f5c57;
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
  line-height: 1.7;
}

.contact-page-band {
  min-height: calc(100svh - 58px);
  padding-top: clamp(112px, 12vw, 152px);
  background:
    linear-gradient(180deg, rgba(239, 232, 223, 0.8), rgba(246, 242, 234, 0.95)),
    #f6f2ea;
  color: #2b3834;
}

.contact-page-heading {
  max-width: none;
  margin-bottom: clamp(34px, 5vw, 56px);
  border-bottom: 1px solid rgba(86, 107, 96, 0.18);
  padding-bottom: clamp(18px, 3vw, 28px);
}

.contact-page-heading h1 {
  font-size: clamp(3.2rem, 6.4vw, 6.4rem);
  line-height: 0.98;
  white-space: normal;
}

.contact-page-band .contact-layout {
  align-items: start;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 64px);
}

.contact-page-band .contact-summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  border-left: 1px solid rgba(107, 119, 106, 0.28);
  padding-left: clamp(18px, 3vw, 30px);
}

.contact-page-band .contact-summary h2 {
  max-width: 720px;
  color: #263238;
  font-size: clamp(1.5rem, 2.2vw, 2.15rem);
  line-height: 1.26;
  font-weight: 500;
}

.contact-page-band .contact-summary p:not(.eyebrow) {
  max-width: 620px;
  color: #58655e;
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.72;
}

.contact-page-band .eyebrow,
.contact-page-band p,
.contact-page-band .contact-links a {
  color: #566b60;
}

.contact-page-band .contact-links a {
  border-color: rgba(86, 107, 96, 0.24);
  background: rgba(250, 247, 240, 0.58);
}

.contact-page-band .contact-form {
  border-color: rgba(86, 107, 96, 0.16);
  background: rgba(250, 247, 240, 0.72);
  box-shadow: 0 18px 50px rgba(38, 50, 56, 0.08);
}

.contact-page-band .contact-form label {
  color: #52635b;
}

.contact-page-band .contact-form input,
.contact-page-band .contact-form textarea {
  border-color: rgba(86, 107, 96, 0.2);
  background: rgba(255, 252, 247, 0.94);
  color: #263238;
}

.compact-contact {
  padding-block: clamp(48px, 6vw, 76px);
}

.contact-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(22px, 4vw, 48px);
  align-items: end;
}

.contact-summary h2 {
  max-width: 820px;
  font-size: clamp(1.18rem, 1.8vw, 1.65rem);
  line-height: 1.65;
  font-weight: 500;
}

.contact-band .eyebrow,
.contact-band p,
.contact-links a {
  color: #e7ddd0;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.contact-links a {
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 999px;
  padding: 9px 13px;
  text-decoration: none;
}

.contact-form {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 250, 242, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.06);
  padding: clamp(18px, 3vw, 28px);
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: #e7ddd0;
  font-size: 0.88rem;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 250, 242, 0.2);
  border-radius: 6px;
  background: rgba(255, 250, 242, 0.96);
  padding: 11px 12px;
  color: var(--ink);
}

.contact-form textarea {
  resize: vertical;
}

.viewer-band {
  background: #f8f3ea;
  padding-top: 18px;
}

.document-viewer-hero {
  padding-top: clamp(86px, 10vw, 112px);
  padding-bottom: clamp(16px, 3vw, 28px);
}

.document-viewer-hero h1 {
  font-size: clamp(1.9rem, 3.4vw, 3.2rem);
}

.viewer-actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.pdf-canvas-list {
  display: grid;
  gap: clamp(14px, 2vw, 24px);
  justify-items: center;
  min-height: 80svh;
}

.pdf-canvas-page {
  display: grid;
  width: min(100%, 980px);
  min-height: 70svh;
  place-items: center;
  border: 1px solid rgba(38, 50, 56, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 48px rgba(38, 50, 56, 0.1);
}

.pdf-canvas-page canvas {
  display: block;
  max-width: 100%;
  height: auto;
  background: #fff;
  pointer-events: none;
}

.markdown-view {
  min-height: 70svh;
  white-space: pre-wrap;
  border: 1px solid rgba(38, 50, 56, 0.16);
  border-radius: var(--radius);
  background: #fffaf2;
  padding: clamp(18px, 3vw, 34px);
  color: #34433e;
  font-size: 1.08rem;
  line-height: 1.68;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px clamp(18px, 4vw, 48px);
  background: #3f4f24;
  color: #f5efe7;
}

.site-footer a {
  color: #f5efe7;
  font-size: 0.94rem;
  font-style: italic;
  letter-spacing: 0.01em;
  text-decoration-color: rgba(245, 239, 231, 0.62);
  text-underline-offset: 0.18em;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #e5d2a3;
}

.audio-toggle {
  position: fixed;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(58px, 5.8vw, 78px);
  z-index: 12;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-height: 0;
  border: 1px solid rgba(38, 50, 56, 0.14);
  border-radius: 50%;
  background: rgba(250, 247, 240, 0.74);
  backdrop-filter: blur(14px);
  color: #2f3b37;
  padding: 0;
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow: 0 16px 44px rgba(38, 50, 56, 0.14);
  cursor: pointer;
}

.audio-toggle:hover,
.audio-toggle:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 20px 52px rgba(38, 50, 56, 0.18);
}

.audio-icon {
  display: block;
  width: 3px;
  height: 0;
  margin-left: 2px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
}

.audio-toggle[data-state="playing"] .audio-icon {
  position: relative;
  width: 12px;
  height: 14px;
  margin-left: 0;
  border: 0;
}

.audio-toggle[data-state="playing"] .audio-icon::before,
.audio-toggle[data-state="playing"] .audio-icon::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 4px;
  border-radius: 2px;
  background: currentColor;
}

.audio-toggle[data-state="playing"] .audio-icon::before {
  left: 1px;
}

.audio-toggle[data-state="playing"] .audio-icon::after {
  right: 1px;
}

html[lang="zh-CN"] body {
  font-family: var(--zh-serif);
}

html[lang="zh-CN"] h1[data-i18n-key="Xiangjun Liu"] {
  font-weight: 800;
}

html[lang="zh-CN"] .brand span[data-i18n-key="Xiangjun Liu"] {
  font-weight: 700;
}

html[lang="zh-CN"] .hero-line {
  font-family: var(--zh-kaiti);
  font-style: normal;
  font-weight: 500;
}

html[lang="zh-CN"] .contact-summary h2 {
  font-family: var(--zh-kaiti);
  font-size: clamp(1.02rem, 1.46vw, 1.32rem);
  font-weight: 500;
}

html[lang="zh-CN"] .home-section-title,
html[lang="zh-CN"] .about-heading .eyebrow {
  font-family: var(--zh-serif);
  font-weight: 650;
}

@media (max-width: 980px) {
  .home-depth {
    background-attachment: scroll;
  }

  .hero,
  .two-column,
  .journey-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .journey-photo-wall {
    display: flex;
    min-height: 0;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding-top: 6px;
  }

  .journey-photo {
    position: static;
    width: clamp(82px, 24vw, 132px);
    transform: rotate(var(--mobile-r, var(--r)));
  }

  .hero {
    position: relative;
    min-height: auto;
  }

  .hero-copy {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-left: 0;
    text-align: center;
  }

  .hero-text {
    padding-bottom: 0;
    transform: none;
  }

  .keyword-row {
    justify-content: center;
    margin-inline: auto;
    transform: none;
  }

  .about-band {
    min-height: auto;
    margin-top: 0;
  }

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

  .about-copy {
    grid-template-columns: 1fr;
  }

  .about-heading .eyebrow {
    font-size: clamp(2.8rem, 12vw, 5.2rem);
  }

  .hero-copy {
    width: min(100%, var(--max));
    justify-self: center;
  }

  .section-heading.with-actions {
    grid-template-columns: 1fr;
  }

  .filter-group {
    justify-content: flex-start;
  }

  .featured-grid:not(.featured-carousel),
  .card-grid,
  .creative-grid,
  .archive-grid,
  .work-grid,
  .journalism-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journalism-card,
  .journalism-spotlight,
  .creative-studio-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .site-header {
    min-height: 58px;
  }

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

  .site-nav {
    position: fixed;
    inset: 58px 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid rgba(38, 50, 56, 0.12);
    border-radius: var(--radius);
    background: var(--paper-soft);
    padding: 10px;
    box-shadow: var(--shadow);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 13px 14px;
  }

  .section-band {
    padding-block: 52px;
  }

  .hero {
    padding-top: 78px;
  }

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

  .profile-photo {
    width: min(68vw, 220px);
  }

  .featured-grid:not(.featured-carousel),
  .card-grid,
  .creative-grid,
  .archive-grid,
  .work-grid,
  .journalism-grid {
    grid-template-columns: 1fr;
  }

  .featured-carousel {
    grid-auto-columns: minmax(260px, 82%);
  }

  .story-row {
    grid-template-columns: 1fr;
  }

  .story-cover {
    width: 100%;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding-block: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button,
  .filter-button {
    transition: none;
  }
}
