:root {
  --ink: #1a1a1a;
  --charcoal: #1a1a1a;
  --muted: #5f5b55;
  --paper: #f9f8f6;
  --surface: #f9f8f6;
  --surface-soft: #eeeae3;
  --line: #1a1a1a;
  --line-strong: #1a1a1a;
  --sage: #1a1a1a;
  --copper: #ea580c;
  --bluegreen: #ea580c;
  --gold: #ea580c;
  --shadow: none;
  --container-max: 1440px;
  --container-wide: 1560px;
  --page-gutter: clamp(20px, 4.5vw, 64px);
}

* {
  box-sizing: border-box;
  min-width: 0;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: auto;
}

body {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background:
    linear-gradient(rgba(17, 17, 15, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 15, 0.026) 1px, transparent 1px),
    var(--paper);
  background-size: 44px 44px, 44px 44px, auto;
  color: var(--ink);
  font-family:
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.62;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

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

img {
  max-width: 100%;
}

main {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body,
  main {
    overflow-x: clip;
  }
}

section[id] {
  scroll-margin-top: 92px;
}

#top {
  scroll-margin-top: 92px;
}

.motion-ready .reveal-item {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 420ms ease,
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

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

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 0%;
  height: 3px;
  background: var(--copper);
  transform-origin: left center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 74px;
  padding-block: 14px;
  padding-inline: max(var(--page-gutter), calc((100vw - var(--container-wide)) / 2));
  background: rgba(244, 241, 233, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(20px);
}

.brand {
  display: grid;
  flex: 0 0 auto;
  gap: 1px;
  min-width: 210px;
}

.brand span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 700;
}

.brand small {
  color: var(--muted);
  font-size: 0.76rem;
}

.header-actions {
  display: flex;
  order: 3;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.language-toggle {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.72);
}

.lang-button {
  min-height: 30px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  color: var(--muted);
  font-size: 0.78rem;
}

.lang-button.active {
  background: var(--ink);
  color: var(--surface);
}

.menu-button {
  display: none;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--surface);
  cursor: pointer;
}

nav {
  display: flex;
  order: 2;
  flex: 0 1 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
  margin-left: auto;
  color: var(--charcoal);
  font-size: 0.94rem;
}

nav a {
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition:
    color 160ms ease,
    border-color 160ms ease;
}

nav a:hover {
  color: var(--copper);
  border-color: currentColor;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(380px, 0.68fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: center;
  min-height: calc(100svh - 74px);
  padding-block: clamp(56px, 8vw, 108px) 52px;
  padding-inline: max(var(--page-gutter), calc((100vw - var(--container-max)) / 2));
}

.section-label {
  margin: 0 0 16px;
  color: var(--bluegreen);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0;
}

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

h1,
h2,
h3 {
  max-width: 100%;
  min-width: 0;
  text-wrap: balance;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-weight: 500;
  line-height: 1.04;
}

h1 {
  max-width: 920px;
  margin-bottom: 26px;
  font-size: clamp(3.2rem, 6vw, 6.6rem);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.45rem, 4.3vw, 5rem);
}

h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}

.hero-copy p:not(.section-label),
.section-heading p:not(.section-label),
.about-grid p,
.venture-copy p,
.case-detail p,
.focus-grid p,
.note-card p,
.timeline-detail p {
  color: var(--muted);
}

.hero-copy p:not(.section-label) {
  max-width: 760px;
  font-size: 1.14rem;
}

.hero-actions,
.editor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-size: 0.94rem;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  border-color: var(--copper);
}

.button-dark {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--surface);
}

.button-quiet {
  color: var(--muted);
}

.hero-board {
  position: relative;
  --board-x: 76%;
  --board-y: 68%;
  min-height: 640px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(rgba(17, 17, 15, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 15, 0.045) 1px, transparent 1px),
    rgba(255, 253, 247, 0.74);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-board::before {
  position: absolute;
  inset: 22px;
  content: "";
  border: 1px solid rgba(17, 17, 15, 0.1);
  border-radius: 8px;
  pointer-events: none;
}

.hero-board::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    radial-gradient(circle at var(--board-x) var(--board-y), rgba(184, 147, 69, 0.16), transparent 19%),
    radial-gradient(circle at 74% 70%, rgba(98, 114, 100, 0.12), transparent 28%);
  pointer-events: none;
  transition: background 260ms ease;
}

.board-line {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 0.8rem;
}

.orbital-map {
  position: absolute;
  inset: 76px 44px 86px;
  border: 1px solid rgba(17, 17, 15, 0.08);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.18);
  overflow: hidden;
}

.orbital-map::before,
.orbital-map::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(49, 92, 100, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.orbital-map::before {
  top: 16%;
  left: -10%;
  width: 108%;
  height: 54%;
  transform: rotate(8deg);
}

.orbital-map::after {
  right: -22%;
  bottom: 12%;
  width: 90%;
  height: 42%;
  transform: rotate(-14deg);
}

.orbit {
  position: absolute;
  border: 1px solid rgba(49, 92, 100, 0.22);
  border-radius: 50%;
  animation: rotateOrbital 28s linear infinite;
}

.orbit-one {
  inset: 20% 16%;
  transform: rotate(-7deg);
}

.orbit-two {
  inset: 36% 4% 10%;
  animation-duration: 36s;
  animation-direction: reverse;
}

.map-pin {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  box-shadow:
    0 0 0 6px rgba(255, 253, 247, 0.82),
    0 0 0 7px rgba(17, 17, 15, 0.12);
}

.pin-one {
  top: 34%;
  left: 31%;
  background: var(--sage);
}

.pin-two {
  right: 27%;
  bottom: 31%;
  background: var(--copper);
}

.board-card {
  position: absolute;
  z-index: 6;
  display: grid;
  gap: 7px;
  width: 260px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.9);
  box-shadow: 0 16px 38px rgba(17, 17, 15, 0.08);
  cursor: pointer;
  text-align: left;
  backdrop-filter: blur(16px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.board-card:hover,
.board-card.active {
  transform: translateY(-4px);
  border-color: var(--copper);
  background: var(--surface);
}

.board-card span {
  color: var(--bluegreen);
  font-size: 0.78rem;
  font-weight: 700;
}

.board-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
}

.board-card small {
  color: var(--muted);
  font-size: 0.88rem;
}

.board-card:nth-of-type(1) {
  top: 88px;
  left: 34px;
}

.board-card:nth-of-type(2) {
  right: 28px;
  top: 238px;
}

.board-card:nth-of-type(3) {
  left: 82px;
  bottom: 64px;
}

.board-image {
  position: absolute;
  right: 36px;
  bottom: 36px;
  z-index: 5;
  width: min(46%, 430px);
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: 0 18px 46px rgba(17, 17, 15, 0.12);
  opacity: 0.94;
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    opacity 260ms ease;
}

.hero-board:hover .board-image {
  opacity: 1;
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(17, 17, 15, 0.14);
}

.board-image img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.board-image figcaption {
  position: absolute;
  left: 12px;
  bottom: 10px;
  padding: 6px 8px;
  border: 1px solid rgba(17, 17, 15, 0.12);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.82);
  color: var(--bluegreen);
  font-size: 0.72rem;
  backdrop-filter: blur(14px);
}

.marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: var(--surface);
}

.marquee #marqueeTrack {
  display: flex;
  min-width: max-content;
  width: max-content;
  animation: slideMarquee 46s linear infinite;
  will-change: transform;
}

.marquee-group {
  display: flex;
  flex: 0 0 auto;
}

.marquee span {
  padding: 17px 28px;
  color: rgba(255, 253, 247, 0.78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  white-space: nowrap;
}

.about-section,
.work-section,
.capabilities-section,
.notes-section,
.timeline-section,
.venture-section,
.contact-section,
.admin-section {
  width: 100%;
  max-width: 100%;
  padding-block: clamp(76px, 9vw, 128px);
  padding-inline: max(var(--page-gutter), calc((100vw - var(--container-max)) / 2));
  border-top: 1px solid var(--line);
}

.section-heading {
  display: grid;
  width: 100%;
  max-width: var(--container-max);
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: end;
  margin-bottom: 44px;
  margin-inline: auto;
}

.section-heading.compact {
  grid-template-columns: minmax(0, 0.7fr) minmax(260px, 0.3fr);
  align-items: end;
}

.section-heading.compact .section-label {
  grid-column: 1 / -1;
}

.section-heading.compact h2 {
  grid-column: 1;
  max-width: 12ch;
}

.section-heading.compact p:not(.section-label),
.section-heading.compact .text-link {
  grid-column: 2;
}

.section-heading p:not(.section-label) {
  max-width: 620px;
  margin-bottom: 0;
  font-size: 1.05rem;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 0.64fr);
  gap: clamp(24px, 6vw, 88px);
  width: 100%;
  max-width: min(1180px, var(--container-max));
  margin-inline: auto;
}

.about-grid p {
  margin-bottom: 0;
  font-size: clamp(1.08rem, 1.35vw, 1.32rem);
  line-height: 1.72;
}

.about-section .section-heading {
  grid-template-columns: minmax(120px, 0.14fr) minmax(0, 0.86fr);
  align-items: start;
  margin-bottom: clamp(30px, 4vw, 54px);
}

.about-section .section-heading h2 {
  max-width: 15ch;
  font-size: clamp(3.15rem, 4.6vw, 5.45rem);
  line-height: 1.07;
}

html[lang="zh-CN"] .about-section .section-heading h2 {
  max-width: 16ch;
  font-size: clamp(2.85rem, 4.05vw, 4.85rem);
  line-height: 1.12;
}

.about-grid {
  grid-template-columns: minmax(120px, 0.14fr) repeat(2, minmax(0, 0.43fr));
  max-width: var(--container-max);
  gap: clamp(28px, 5vw, 82px);
}

.about-grid p:first-child {
  grid-column: 2;
}

.about-grid p:last-child {
  grid-column: 3;
}

.about-section,
.venture-section {
  padding-block: clamp(68px, 7vw, 108px);
}

.work-controls,
.timeline-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  max-width: var(--container-max);
  margin-bottom: 18px;
  margin-inline: auto;
}

.pill {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  cursor: pointer;
  font-size: 0.9rem;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.pill:hover {
  transform: translateY(-1px);
  border-color: var(--copper);
}

.pill.active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--surface);
}

.work-grid {
  display: grid;
  width: 100%;
  max-width: var(--container-max);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-inline: auto;
}

.work-card {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 360px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.72);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.work-card:hover {
  transform: translateY(-4px);
  border-color: var(--copper);
  background: var(--surface);
  box-shadow: 0 18px 46px rgba(17, 17, 15, 0.08);
}

.work-card-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  min-height: 42px;
  color: var(--bluegreen);
}

.work-card-top span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

.work-card-top small {
  max-width: 220px;
  text-align: right;
  color: var(--muted);
  font-size: 0.78rem;
}

.work-card h3 {
  max-width: 620px;
  font-size: 2rem;
}

.work-card p {
  color: var(--muted);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.tag-row span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.78rem;
}

.work-card:hover .tag-row span {
  border-color: rgba(167, 88, 61, 0.28);
  color: var(--copper);
}

.case-stage {
  display: grid;
  grid-template-columns: minmax(290px, 0.38fr) minmax(0, 0.72fr);
  min-height: 560px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.64);
  overflow: hidden;
}

.case-list {
  border-right: 1px solid var(--line);
}

.case-item:hover,
.case-item.active {
  background: var(--ink);
  color: var(--surface);
}

.case-item small {
  color: var(--bluegreen);
  font-size: 0.78rem;
  font-weight: 700;
}

.case-item:hover small,
.case-item.active small {
  color: #d7c48e;
}

.case-item strong {
  font-size: 1.06rem;
}

.case-item span {
  color: var(--muted);
  font-size: 0.9rem;
}

.case-item:hover span,
.case-item.active span {
  color: rgba(255, 253, 247, 0.74);
}

.case-detail {
  display: grid;
  align-content: start;
  gap: 26px;
  padding: clamp(24px, 4vw, 40px);
}

.case-detail-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
}

.tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--bluegreen);
  font-size: 0.82rem;
  font-weight: 700;
}

.case-detail h3 {
  margin-top: 12px;
  font-size: 3.2rem;
}

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

.case-meta div,
.impact-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.case-meta span,
.impact-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.82rem;
}

.case-meta strong,
.impact-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: 1.28rem;
  line-height: 1.2;
}

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

.case-columns h4 {
  margin: 0 0 8px;
  color: var(--copper);
}

.capabilities-section,
.notes-section {
  background: #ecebe4;
}

.text-link {
  align-self: end;
  width: fit-content;
  border-bottom: 1px solid currentColor;
  color: var(--copper);
}

.capability-grid {
  display: grid;
  width: 100%;
  max-width: var(--container-max);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-inline: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
}

.capability-grid article {
  min-height: 270px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition:
    background 180ms ease,
    color 180ms ease;
}

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

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

.capability-grid article:hover {
  background: var(--ink);
  color: var(--surface);
}

.capability-grid span {
  display: block;
  margin-bottom: 42px;
  color: var(--copper);
  font-weight: 700;
}

.capability-grid article:hover p {
  color: rgba(255, 253, 247, 0.74);
}

.notes-layout {
  display: grid;
  grid-template-columns: minmax(310px, 0.42fr) minmax(0, 0.72fr);
  gap: 24px;
}

.note-editor,
.contact-form {
  display: grid;
  gap: 16px;
  align-self: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.note-editor label,
.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--charcoal);
  font-size: 0.9rem;
  font-weight: 700;
}

.note-editor input,
.note-editor textarea,
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf6;
  color: var(--ink);
  font-size: 1rem;
}

.note-editor input,
.contact-form input {
  min-height: 44px;
  padding: 0 12px;
}

.note-editor textarea,
.contact-form textarea {
  resize: vertical;
  min-height: 150px;
  padding: 12px;
}

.note-editor input:focus,
.note-editor textarea:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(167, 88, 61, 0.22);
  border-color: var(--copper);
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.published-notes {
  display: grid;
  width: 100%;
  max-width: var(--container-max);
  gap: 14px;
  margin-inline: auto;
}

.note-card {
  display: grid;
  gap: 10px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.note-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(17, 17, 15, 0.08);
}

.note-card time,
.note-card span {
  color: var(--bluegreen);
  font-size: 0.8rem;
  font-weight: 700;
}

.note-card h3 {
  margin-bottom: 0;
}

.timeline-board {
  display: grid;
  width: 100%;
  max-width: var(--container-max);
  grid-template-columns: minmax(0, 0.68fr) minmax(300px, 0.36fr);
  gap: 24px;
  margin-inline: auto;
}

.timeline-track {
  display: grid;
  gap: 16px;
  padding-left: 22px;
  border-left: 2px solid var(--line-strong);
}

.milestone {
  position: relative;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 18px;
  width: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.72);
  cursor: pointer;
  text-align: left;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.milestone::before {
  position: absolute;
  top: 24px;
  left: -30px;
  width: 13px;
  height: 13px;
  content: "";
  border: 2px solid var(--paper);
  border-radius: 4px;
  background: var(--bluegreen);
  box-shadow: 0 0 0 1px rgba(17, 17, 15, 0.24);
}

.milestone:hover,
.milestone.active {
  transform: translateX(4px);
  border-color: var(--copper);
  background: var(--surface);
}

.milestone time {
  color: var(--copper);
  font-weight: 700;
}

.milestone strong {
  display: block;
  margin-bottom: 6px;
}

.milestone span {
  color: var(--muted);
}

.timeline-detail {
  position: sticky;
  top: 96px;
  align-self: start;
  min-height: 310px;
  padding: 24px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--surface);
}

.timeline-detail p {
  color: rgba(255, 253, 247, 0.76);
}

.timeline-detail ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.timeline-detail li {
  padding-left: 16px;
  border-left: 2px solid var(--gold);
  color: rgba(255, 253, 247, 0.84);
}

.venture-section {
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: minmax(300px, 0.72fr) minmax(380px, 0.56fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
  background: #e6e9e2;
}

.venture-section > * {
  max-width: 100%;
}

.venture-copy p:not(.section-label) {
  max-width: 660px;
  font-size: clamp(0.98rem, 1.08vw, 1.08rem);
  line-height: 1.7;
}

.venture-copy h2 {
  max-width: 12ch;
  font-size: clamp(3.05rem, 4.7vw, 5.6rem);
  line-height: 1.07;
}

html[lang="zh-CN"] .venture-copy h2 {
  max-width: 12ch;
  font-size: clamp(2.9rem, 4.2vw, 5.05rem);
  line-height: 1.1;
}

.venture-panel {
  display: grid;
  gap: 12px;
  align-content: center;
}

.venture-stack {
  display: grid;
  justify-self: end;
  width: min(100%, 680px);
  gap: 14px;
  align-content: start;
}

.venture-visual {
  position: relative;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: 0 18px 48px rgba(17, 17, 15, 0.1);
}

.venture-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.venture-visual figcaption {
  position: absolute;
  left: 14px;
  bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(17, 17, 15, 0.12);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.84);
  color: var(--bluegreen);
  font-size: 0.76rem;
  backdrop-filter: blur(14px);
}

.venture-node-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.venture-node {
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  cursor: pointer;
  font-size: 0.95rem;
  transition:
    transform 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.venture-node:hover {
  transform: translateY(-2px);
}

.venture-node.active {
  background: var(--ink);
  color: var(--surface);
}

.venture-panel p {
  min-height: 112px;
  margin: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: clamp(1.25rem, 1.55vw, 1.7rem);
  line-height: 1.38;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.64fr) minmax(300px, 0.42fr);
  gap: clamp(28px, 6vw, 72px);
}

.contact-section > * {
  max-width: 100%;
}

.contact-email {
  display: inline-block;
  margin-top: 26px;
  border-bottom: 1px solid currentColor;
  color: var(--copper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.site-footer {
  display: grid;
  gap: clamp(38px, 6vw, 88px);
  padding-block: clamp(58px, 8vw, 112px) 32px;
  padding-inline: max(var(--page-gutter), calc((100vw - var(--container-wide)) / 2));
  background: var(--ink);
  color: var(--surface);
}

.footer-statement {
  display: grid;
  max-width: 1180px;
  gap: 16px;
}

.footer-kicker {
  margin-bottom: 0;
  color: rgba(255, 253, 247, 0.56);
  font-size: 0.86rem;
}

.footer-line {
  max-width: 900px;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: clamp(2.2rem, 4.6vw, 4.9rem);
  line-height: 1.06;
  text-wrap: balance;
}

html[lang="zh-CN"] .footer-line {
  max-width: 840px;
  font-size: clamp(1.8rem, 3.2vw, 3.55rem);
  line-height: 1.18;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 253, 247, 0.14);
  color: rgba(255, 253, 247, 0.74);
}

.footer-meta span {
  font-family: Georgia, "Times New Roman", serif;
  color: rgba(255, 253, 247, 0.9);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  margin-left: 0;
  color: rgba(255, 253, 247, 0.72);
}

.footer-nav a {
  border-bottom: 1px solid transparent;
}

.footer-nav a:hover {
  color: var(--surface);
  border-color: currentColor;
}

@keyframes rotateOrbital {
  to {
    transform: rotate(360deg);
  }
}

@keyframes slideMarquee {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1100px) {
  .hero,
  .about-grid,
  .venture-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

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

  .about-grid p:first-child,
  .about-grid p:last-child {
    grid-column: auto;
  }

  .venture-stack {
    justify-self: stretch;
    width: 100%;
  }

  .hero-board {
    min-height: 560px;
  }

  h1 {
    font-size: clamp(3.2rem, 8vw, 5rem);
  }

  h2 {
    font-size: clamp(2.45rem, 6.8vw, 4rem);
  }

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

  .capability-grid article:nth-child(2) {
    border-right: 0;
  }

  .capability-grid article:nth-child(1),
  .capability-grid article:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 860px) {
  .site-header {
    align-items: center;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
  }

  nav {
    position: fixed;
    inset: 74px 16px auto 16px;
    display: none;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
  }

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

  nav a {
    padding: 10px 0;
  }

  .section-heading,
  .section-heading.compact,
  .case-stage,
  .work-grid,
  .notes-layout,
  .timeline-board {
    grid-template-columns: 1fr;
  }

  .section-heading.compact .section-label,
  .section-heading.compact h2,
  .section-heading.compact p:not(.section-label),
  .section-heading.compact .text-link {
    grid-column: 1;
  }

  .case-list {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .case-meta,
  .case-columns {
    grid-template-columns: 1fr;
  }

  .timeline-detail {
    position: static;
  }

  h1 {
    font-size: clamp(3rem, 8vw, 3.8rem);
  }

  h2 {
    font-size: clamp(2.2rem, 6.4vw, 3rem);
  }

  .case-detail h3 {
    font-size: 2.4rem;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-top: 44px;
  }

  .site-header {
    flex-wrap: wrap;
    gap: 12px;
  }

  .brand {
    min-width: 0;
  }

  .header-actions {
    margin-left: 0;
  }

  h1 {
    font-size: clamp(2.45rem, 11vw, 2.82rem);
  }

  h2 {
    font-size: clamp(2rem, 8vw, 2.12rem);
  }

  .hero-copy p:not(.section-label) {
    font-size: 1rem;
  }

  .hero-actions .button,
  .editor-actions .button,
  .contact-form .button {
    width: 100%;
  }

  .hero-board {
    display: grid;
    gap: 12px;
    min-height: auto;
  }

  .orbital-map,
  .board-image,
  .board-card {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .orbital-map {
    min-height: 240px;
    order: 2;
  }

  .board-card:nth-of-type(1),
  .board-card:nth-of-type(2),
  .board-card:nth-of-type(3) {
    inset: auto;
  }

  .board-image {
    order: 6;
  }

  .board-image figcaption {
    left: 10px;
    bottom: 10px;
  }

  .capability-grid,
  .venture-node-grid {
    grid-template-columns: 1fr;
  }

  .capability-grid article,
  .capability-grid article:nth-child(2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .capability-grid article:last-child {
    border-bottom: 0;
  }

  .milestone,
  .case-detail-header {
    grid-template-columns: 1fr;
  }

  .site-footer {
    gap: 34px;
  }

  .footer-meta,
  .footer-nav {
    justify-content: flex-start;
  }
}

/* Base layout refresh */
body {
  background:
    linear-gradient(rgba(26, 26, 26, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 26, 26, 0.045) 1px, transparent 1px),
    var(--paper);
  background-size: 30px 30px, 30px 30px, auto;
  color: var(--ink);
  font-weight: 500;
}

.scroll-progress {
  height: 4px;
  background: var(--copper);
}

.site-header {
  min-height: 72px;
  border-bottom: 1px solid var(--ink);
  background: rgba(249, 248, 246, 0.96);
  backdrop-filter: none;
}

.brand span,
nav,
.button,
.pill,
.lang-button,
.menu-button,
.section-label,
.footer-kicker,
.work-card-top small,
.tag-row span,
.note-card time,
.note-card span,
.form-status,
.board-line,
.board-card span,
.board-image figcaption,
.venture-visual figcaption,
.case-item small,
.tag,
.case-meta span,
.impact-card span {
  font-family:
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.brand {
  gap: 3px;
}

.brand span {
  font-size: 0.98rem;
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

nav {
  gap: 18px;
}

nav a {
  border-bottom: 2px solid transparent;
}

nav a:hover {
  color: var(--ink);
  border-color: var(--copper);
}

h1,
h2,
h3,
.board-card strong,
.case-meta strong,
.impact-card strong,
.footer-line {
  font-family:
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 980px;
  margin-bottom: 28px;
  font-size: 5.15rem;
  line-height: 0.86;
}

h2,
.about-section .section-heading h2,
.venture-copy h2 {
  max-width: 13ch;
  font-size: 4.85rem;
  line-height: 0.88;
}

h3 {
  line-height: 0.98;
}

html[lang="zh-CN"] h1 {
  font-size: 4.45rem;
  line-height: 0.96;
}

html[lang="zh-CN"] h2,
html[lang="zh-CN"] .about-section .section-heading h2,
html[lang="zh-CN"] .venture-copy h2 {
  max-width: 12ch;
  font-size: 4.15rem;
  line-height: 1.02;
}

.section-label {
  margin-bottom: 18px;
  color: var(--copper);
}

.hero {
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.74fr);
  gap: 1px;
  align-items: stretch;
  min-height: calc(100svh - 72px);
  padding-top: 54px;
  padding-bottom: 46px;
}

.hero-copy {
  display: grid;
  align-content: center;
  padding: clamp(22px, 3vw, 42px);
  border: 1px solid var(--ink);
  border-right: 0;
  background: rgba(249, 248, 246, 0.82);
}

.hero-copy p:not(.section-label) {
  max-width: 760px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: 1.24rem;
  font-style: italic;
  line-height: 1.58;
}

.hero-actions,
.editor-actions,
.work-controls,
.timeline-switch {
  gap: 1px;
}

.button,
.pill,
.language-toggle,
.lang-button,
.menu-button {
  border-radius: 0;
}

.language-toggle {
  gap: 1px;
  padding: 0;
  border-color: var(--ink);
  background: var(--ink);
}

.lang-button {
  min-height: 34px;
  background: var(--paper);
  color: var(--ink);
}

.lang-button.active,
.pill.active,
.button-dark {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.button,
.pill,
.menu-button {
  border-color: var(--ink);
  background: var(--paper);
  color: var(--ink);
}

.button {
  min-height: 46px;
  padding: 0 18px;
}

.button:hover,
.pill:hover,
.venture-node:hover,
.milestone:hover,
.milestone.active {
  transform: translateX(4px);
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.button-quiet {
  color: var(--ink);
}

.hero-board {
  min-height: 640px;
  padding: 24px;
  border-color: var(--ink);
  border-radius: 0;
  background:
    linear-gradient(rgba(26, 26, 26, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 26, 26, 0.075) 1px, transparent 1px),
    var(--paper);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: none;
}

.hero-board::before {
  inset: 24px;
  border-color: var(--ink);
  border-radius: 0;
}

.hero-board::after {
  display: none;
}

.board-line {
  color: var(--ink);
}

.orbital-map {
  inset: 82px 42px 92px;
  border-color: var(--ink);
  border-radius: 0;
  background: transparent;
}

.orbital-map::before,
.orbital-map::after,
.orbit {
  border-color: rgba(26, 26, 26, 0.42);
}

.map-pin {
  width: 10px;
  height: 10px;
  border-radius: 0;
  box-shadow: 0 0 0 5px var(--paper), 0 0 0 6px var(--ink);
}

.pin-one,
.pin-two {
  background: var(--copper);
}

.board-card {
  gap: 9px;
  width: 276px;
  padding: 18px;
  border-color: var(--ink);
  border-radius: 0;
  background: var(--paper);
  box-shadow: none;
  backdrop-filter: none;
}

.board-card:hover,
.board-card.active {
  transform: translateX(4px);
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.board-card span {
  color: var(--copper);
}

.board-card strong {
  font-size: 1.25rem;
  line-height: 0.96;
}

.board-card small {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.board-card:hover small,
.board-card.active small {
  color: rgba(249, 248, 246, 0.72);
}

.board-image,
.venture-visual {
  border-color: var(--ink);
  border-radius: 0;
  box-shadow: none;
}

.hero-board:hover .board-image {
  box-shadow: none;
}

.board-image figcaption,
.venture-visual figcaption {
  left: 0;
  bottom: 0;
  padding: 8px 10px;
  border: 1px solid var(--ink);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  backdrop-filter: none;
}

.marquee {
  border-color: var(--ink);
}

.marquee span {
  color: var(--paper);
  font-family:
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-section,
.work-section,
.capabilities-section,
.notes-section,
.timeline-section,
.venture-section,
.contact-section,
.admin-section {
  border-top: 1px solid var(--ink);
}

.capabilities-section,
.notes-section,
.venture-section {
  background: var(--surface-soft);
}

.text-link,
.contact-email {
  border-bottom: 2px solid currentColor;
  color: var(--ink);
  font-family:
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.text-link:hover,
.contact-email:hover {
  color: var(--copper);
}

.work-grid,
.published-notes {
  gap: 1px;
  border: 1px solid var(--ink);
  background: var(--ink);
}

.work-card,
.note-card {
  border: 0;
  border-radius: 0;
  background: var(--paper);
  box-shadow: none;
}

.work-card:hover,
.note-card:hover {
  transform: translateX(4px);
  background: var(--paper);
  box-shadow: none;
}

.work-card-top {
  color: var(--copper);
}

.work-card-top span {
  font-family:
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 0.9;
}

.work-card-top small {
  color: var(--ink);
}

.work-card h3 {
  font-size: 2.3rem;
}

.work-card p,
.note-card p,
.about-grid p,
.venture-copy p,
.section-heading p:not(.section-label),
.timeline-detail p {
  color: var(--muted);
}

.tag-row {
  gap: 1px;
}

.tag-row span,
.tag {
  border-color: var(--ink);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
}

.work-card:hover .tag-row span {
  border-color: var(--ink);
  color: var(--ink);
}

.capability-grid,
.case-stage {
  border-color: var(--ink);
  border-radius: 0;
  background: var(--ink);
}

.capability-grid article,
.case-meta div,
.impact-card,
.note-editor,
.contact-form {
  border-color: var(--ink);
  border-radius: 0;
  background: var(--paper);
}

.capability-grid span,
.note-card time,
.note-card span {
  color: var(--copper);
}

.capability-grid article:hover {
  background: var(--ink);
  color: var(--paper);
}

.note-editor input,
.note-editor textarea,
.contact-form input,
.contact-form textarea {
  border-color: var(--ink);
  border-radius: 0;
  background: var(--paper);
}

.note-editor input:focus,
.note-editor textarea:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--copper);
  outline: 2px solid var(--copper);
  outline-offset: 2px;
}

.timeline-track {
  border-left-color: var(--ink);
}

.milestone {
  border-color: var(--ink);
  border-radius: 0;
  background: var(--paper);
}

.milestone::before {
  border-color: var(--paper);
  border-radius: 0;
  background: var(--copper);
  box-shadow: 0 0 0 1px var(--ink);
}

.milestone time {
  color: var(--copper);
}

.milestone:hover span,
.milestone.active span {
  color: rgba(249, 248, 246, 0.74);
}

.timeline-detail {
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--ink);
  color: var(--paper);
}

.timeline-detail .section-label {
  color: var(--copper);
}

.timeline-detail li {
  border-left-color: var(--copper);
}

.venture-node-grid {
  gap: 1px;
  border: 1px solid var(--ink);
  background: var(--ink);
}

.venture-node {
  border: 0;
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
}

.venture-node.active {
  background: var(--ink);
  color: var(--paper);
}

.venture-panel p {
  border-color: var(--ink);
  border-radius: 0;
  background: var(--paper);
  font-style: italic;
}

.contact-section {
  background: var(--paper);
}

.footer-line {
  font-size: 4.7rem;
  line-height: 0.92;
}

.footer-nav {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  h1,
  html[lang="zh-CN"] h1 {
    font-size: 4.7rem;
  }

  h2,
  .about-section .section-heading h2,
  .venture-copy h2,
  html[lang="zh-CN"] h2,
  html[lang="zh-CN"] .about-section .section-heading h2,
  html[lang="zh-CN"] .venture-copy h2 {
    font-size: 3.5rem;
    line-height: 0.94;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-copy {
    border-right: 1px solid var(--ink);
    border-bottom: 0;
  }

  .footer-line,
  html[lang="zh-CN"] .footer-line {
    font-size: 3.5rem;
  }
}

@media (max-width: 860px) {
  nav {
    inset: 72px 16px auto 16px;
    border-color: var(--ink);
    border-radius: 0;
    background: var(--paper);
    box-shadow: none;
  }

  h1,
  html[lang="zh-CN"] h1 {
    font-size: 3.35rem;
    line-height: 0.92;
  }

  h2,
  .about-section .section-heading h2,
  .venture-copy h2,
  html[lang="zh-CN"] h2,
  html[lang="zh-CN"] .about-section .section-heading h2,
  html[lang="zh-CN"] .venture-copy h2 {
    max-width: 14ch;
    font-size: 2.75rem;
    line-height: 0.96;
  }

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

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

  .brand small {
    display: none;
  }

  .hero {
    padding-top: 28px;
  }

  .hero-copy {
    padding: 20px;
  }

  h1,
  html[lang="zh-CN"] h1 {
    font-size: 2.55rem;
    line-height: 0.96;
  }

  h2,
  .about-section .section-heading h2,
  .venture-copy h2,
  html[lang="zh-CN"] h2,
  html[lang="zh-CN"] .about-section .section-heading h2,
  html[lang="zh-CN"] .venture-copy h2 {
    max-width: 16ch;
    font-size: 2.12rem;
    line-height: 1;
  }

  .hero-copy p:not(.section-label) {
    font-size: 1.04rem;
  }

  .hero-actions,
  .work-controls,
  .timeline-switch {
    gap: 6px;
  }

  .hero-board {
    padding: 18px;
  }

  .orbital-map {
    min-height: 220px;
  }

  .board-card:hover,
  .board-card.active,
  .work-card:hover,
  .note-card:hover {
    transform: none;
  }

  .work-card h3 {
    font-size: 1.75rem;
  }

  .footer-line,
  html[lang="zh-CN"] .footer-line {
    font-size: 2.28rem;
    line-height: 1;
  }
}

/* Artist style / editorial archive edition */
:root {
  --ink: #1f1d1a;
  --charcoal: #2b2823;
  --muted: #777067;
  --paper: #f8f4ed;
  --surface: #fbf8f2;
  --surface-soft: #eee7dc;
  --line: rgba(31, 29, 26, 0.22);
  --line-strong: rgba(31, 29, 26, 0.44);
  --copper: #7d3d32;
  --bluegreen: #4f5943;
  --gold: #8f7758;
}

body {
  background:
    linear-gradient(rgba(31, 29, 26, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 29, 26, 0.018) 1px, transparent 1px),
    var(--paper);
  background-size: 46px 46px, 46px 46px, auto;
  font-weight: 400;
}

.site-header {
  min-height: 66px;
  border-bottom-color: rgba(31, 29, 26, 0.16);
  background: rgba(248, 244, 237, 0.86);
  backdrop-filter: blur(18px);
}

.brand span,
h1,
h2,
h3,
.board-card strong,
.footer-line,
.portal-card strong,
.contact-email {
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.brand span {
  font-size: 1.05rem;
}

.brand small,
nav,
.button,
.pill,
.lang-button,
.menu-button,
.section-label,
.footer-kicker,
.work-card-top small,
.tag-row span,
.note-card time,
.note-card span,
.form-status,
.board-line,
.board-card span,
.board-image figcaption,
.venture-visual figcaption,
.portal-card span,
.portal-card small {
  font-family:
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

h1 {
  max-width: 10.8ch;
  font-size: clamp(4.7rem, 8vw, 8.9rem);
  line-height: 0.88;
}

h2,
.about-section .section-heading h2,
.venture-copy h2 {
  max-width: 12.8ch;
  font-size: clamp(3.2rem, 6.2vw, 7.2rem);
  line-height: 0.94;
}

html[lang="zh-CN"] h1 {
  max-width: 11.2ch;
  font-size: clamp(3.45rem, 5vw, 5.45rem);
  line-height: 1.1;
}

html[lang="zh-CN"] h2,
html[lang="zh-CN"] .about-section .section-heading h2,
html[lang="zh-CN"] .venture-copy h2 {
  max-width: 11ch;
  font-size: clamp(3rem, 5.2vw, 5.8rem);
  line-height: 1.08;
}

nav {
  gap: clamp(10px, 1.4vw, 20px);
}

nav a {
  opacity: 0.78;
  border-bottom: 1px solid transparent;
}

.nav-external,
nav a:hover {
  color: var(--copper);
}

.hero {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  gap: clamp(28px, 6vw, 94px);
  min-height: calc(100svh - 66px);
  padding-top: clamp(54px, 8vw, 114px);
  padding-bottom: clamp(52px, 7vw, 88px);
}

.hero-copy {
  padding: 0;
  border: 0;
  background: transparent;
}

.hero-copy p:not(.section-label) {
  max-width: 650px;
  color: var(--charcoal);
  font-size: clamp(1.15rem, 1.35vw, 1.42rem);
}

.hero-actions {
  gap: clamp(18px, 3vw, 38px);
  margin-top: 42px;
}

.button,
.pill,
.menu-button {
  min-height: 34px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--charcoal);
}

.button-dark,
.pill.active {
  background: transparent;
  color: var(--copper);
}

.button:hover,
.pill:hover {
  transform: translateX(3px);
  background: transparent;
  color: var(--copper);
}

.language-toggle {
  border-color: rgba(31, 29, 26, 0.24);
  background: rgba(251, 248, 242, 0.68);
}

.lang-button {
  border-bottom: 0;
  background: transparent;
}

.lang-button.active {
  background: var(--charcoal);
  color: var(--surface);
}

.hero-board {
  min-height: 610px;
  padding: 0;
  border: 0;
  background:
    linear-gradient(rgba(31, 29, 26, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 29, 26, 0.035) 1px, transparent 1px),
    rgba(251, 248, 242, 0.54);
  background-size: 34px 34px, 34px 34px, auto;
}

.board-card {
  border-color: rgba(31, 29, 26, 0.28);
  background: rgba(251, 248, 242, 0.9);
}

.board-card:hover,
.board-card.active {
  transform: translateY(-3px);
  background: var(--charcoal);
  color: var(--surface);
}

.board-image img,
.venture-visual img {
  filter: saturate(0.68) contrast(0.96);
}

.marquee {
  border-color: rgba(31, 29, 26, 0.16);
  background: transparent;
}

.marquee span {
  color: rgba(31, 29, 26, 0.62);
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.about-section,
.work-section,
.capabilities-section,
.notes-section,
.timeline-section,
.venture-section,
.contact-section,
.admin-section,
.portal-section {
  padding-block: clamp(90px, 11vw, 170px);
  border-top-color: rgba(31, 29, 26, 0.15);
}

.capabilities-section,
.notes-section,
.venture-section,
.portal-section {
  background: rgba(238, 231, 220, 0.55);
}

.work-grid,
.published-notes {
  gap: clamp(22px, 3vw, 42px);
  border: 0;
  background: transparent;
}

.work-card,
.note-card {
  border: 0;
  border-top: 1px solid rgba(31, 29, 26, 0.2);
  background: transparent;
}

.work-card:hover,
.note-card:hover {
  transform: translateY(-4px);
  background: transparent;
}

.work-card-top span {
  color: var(--copper);
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: clamp(3.2rem, 5vw, 5.8rem);
  font-weight: 400;
}

.work-card h3 {
  max-width: 9.8ch;
  font-size: clamp(2.2rem, 3.6vw, 4.3rem);
  line-height: 0.98;
}

.tag-row span,
.tag {
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(31, 29, 26, 0.28);
  background: transparent;
  color: var(--muted);
}

.capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 0;
  background: transparent;
}

.capability-grid article {
  min-height: 360px;
  border-color: rgba(31, 29, 26, 0.18);
  background: rgba(251, 248, 242, 0.34);
}

.note-card {
  grid-template-columns: minmax(90px, 0.18fr) minmax(0, 0.68fr) minmax(96px, 0.14fr);
}

.note-card h3 {
  font-size: clamp(2rem, 3.2vw, 4rem);
}

.contact-email {
  color: var(--copper);
}

.footer-line {
  max-width: 1180px;
  font-size: clamp(3rem, 7vw, 7.4rem);
  line-height: 0.94;
}

.portal-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.72fr);
  gap: clamp(36px, 7vw, 112px);
  align-items: end;
  padding-inline: max(var(--page-gutter), calc((100vw - var(--container-max)) / 2));
}

.portal-intro h2 {
  max-width: 10.6ch;
  margin-bottom: 24px;
}

.portal-intro p:not(.section-label) {
  max-width: 560px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.2vw, 1.24rem);
}

.portal-grid {
  display: grid;
  gap: clamp(18px, 3vw, 32px);
}

.portal-card {
  position: relative;
  display: grid;
  min-height: 260px;
  align-content: space-between;
  gap: 22px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(31, 29, 26, 0.2);
  background: rgba(251, 248, 242, 0.5);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.portal-card::before {
  position: absolute;
  inset: 12px;
  content: "";
  border: 1px solid rgba(31, 29, 26, 0.08);
  pointer-events: none;
}

.portal-card:hover {
  transform: translateY(-6px);
  border-color: rgba(31, 29, 26, 0.44);
  background: var(--surface);
}

.portal-card strong {
  font-size: clamp(2.1rem, 3.4vw, 4rem);
  line-height: 0.96;
}

.portal-card p {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
}

.portal-card small {
  width: fit-content;
  color: var(--copper);
  border-bottom: 1px solid currentColor;
}

.portal-card-journal {
  margin-left: clamp(0px, 6vw, 84px);
}

@media (max-width: 1100px) {
  .hero,
  .portal-section {
    grid-template-columns: 1fr;
  }

  .hero-board {
    min-height: 540px;
  }

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

  .portal-card-journal {
    margin-left: 0;
  }
}

@media (max-width: 860px) {
  .note-card {
    grid-template-columns: 1fr;
  }

  .note-card p,
  .note-card time {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

@media (max-width: 620px) {
  h1,
  html[lang="zh-CN"] h1 {
    max-width: 10.5ch;
    font-size: clamp(3.05rem, 14vw, 4.5rem);
    line-height: 0.94;
  }

  html[lang="zh-CN"] h1 {
    max-width: 9.5ch;
    font-size: clamp(2.85rem, 12vw, 3.9rem);
    line-height: 1.08;
  }

  h2,
  .about-section .section-heading h2,
  .venture-copy h2,
  html[lang="zh-CN"] h2,
  html[lang="zh-CN"] .about-section .section-heading h2,
  html[lang="zh-CN"] .venture-copy h2 {
    max-width: 12ch;
    font-size: clamp(2.55rem, 11vw, 3.6rem);
    line-height: 1;
  }

  .hero-actions .button,
  .editor-actions .button,
  .contact-form .button {
    width: auto;
  }

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