@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght,SOFT,WONK@9..144,400..900,0..100,0..1&family=JetBrains+Mono:wght@400;500;600&family=Newsreader:opsz,wght,ital@6..72,300..800,0..1&display=swap");

:root {
  --ink: #171b1f;
  --muted: #59616b;
  --line: #d9dde2;
  --paper: #F6F1E7;
  --white: #ffffff;
  --navy: #203247;
  --blue: #496a94;
  --sage: #7f8d7a;
  --gold: #b98b3f;
  --red: #8d3f36;
  --paper-2: #F6F1E7;
  --rule: #1d1b18;
  --accent: #b13f2d;
  --font-title: "Fraunces", "Source Han Serif SC", serif;
  --font-body: "Newsreader", "Source Han Serif SC", "Noto Serif SC", "Songti SC", serif;
  --font-mono: "JetBrains Mono", "IBM Plex Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --fs-display: clamp(70px, 10.5vw, 168px);
  --fs-h1: clamp(58px, 8vw, 116px);
  --fs-h2: clamp(34px, 4.2vw, 58px);
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: clamp(96px, 11vw, 144px);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.65;
  letter-spacing: 0;
  overflow-x: hidden;
}

.latin {
  margin-inline: 0.125em;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(44px, 7.2vw, 86px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.28;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: 12px;
  transform: translateY(-140%);
  background: var(--ink);
  color: var(--white);
  padding: 8px 12px;
  z-index: 50;
}

.skip-link:focus {
  transform: translateY(0);
}

.magazine-home {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  text-spacing-trim: trim-start;
  text-autospace: normal;
}

.magazine-home :where(h1, h2, h3) {
  font-family: var(--font-title);
  font-weight: 760;
  letter-spacing: -0.025em;
}

.magazine-home :where(p) {
  margin-bottom: 1em;
}

.magazine-home main {
  padding-bottom: var(--space-24);
}

.mag-shell {
  width: min(1360px, calc(100% - 48px));
  margin-inline: auto;
}

.mag-masthead {
  border-bottom: 1px solid var(--rule);
}

.mag-masthead-grid {
  min-height: 46px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: var(--space-6);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.mag-name {
  font-variant: small-caps;
  letter-spacing: 0.1em;
}

.mag-volume {
  margin: 0;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.mag-language {
  display: flex;
  justify-content: end;
  gap: 8px;
  color: var(--muted);
}

.mag-language a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.mag-language a.is-active {
  color: var(--ink);
}

.mag-hero {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-8);
  padding-block: var(--space-16) var(--space-24);
  align-items: end;
}

.mag-hero-copy {
  grid-column: span 8;
  min-width: 0;
}

.mag-kicker {
  margin: 0 0 var(--space-4);
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mag-display {
  max-width: none;
  margin: 0;
  font-size: var(--fs-display);
  line-height: 0.82;
  letter-spacing: -0.03em;
}

.mag-display .title-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.35em);
  animation: title-typeset 500ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: calc(var(--i) * 40ms);
  will-change: opacity, transform;
}

.mag-display .accent {
  position: relative;
  white-space: nowrap;
}

.mag-display .accent::after {
  content: "";
  position: absolute;
  left: -0.03em;
  right: -0.02em;
  bottom: 0.04em;
  height: 0.06em;
  background: currentColor;
  transform: rotate(-1deg);
  transform-origin: left center;
  opacity: 0.75;
}

@keyframes title-typeset {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mag-subtitle {
  max-width: min(680px, 100%);
  margin-top: var(--space-8);
  color: #34302b;
  font-size: clamp(24px, 3vw, 42px);
  font-style: italic;
  line-height: 1.14;
  text-indent: 0;
  overflow-wrap: anywhere;
}

.mag-cover-art {
  grid-column: span 4;
  margin: 0;
}

.mag-cover-art img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 53% 16%;
  --img-final-filter: grayscale(1) contrast(1.08);
  filter: var(--img-final-filter);
}

.mag-cover-art figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 1.45;
}

.mag-highlights,
.mag-about,
.mag-services,
.mag-experience,
.mag-firm,
.mag-contact-panel,
.mag-colophon {
  margin-top: var(--space-24);
}

.mag-highlights {
  padding-top: var(--space-8);
  border-top: 1px solid var(--rule);
}

.mag-highlights-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.45fr);
  gap: var(--space-8);
}

.mag-guide-list {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.mag-guide-row {
  min-height: 72px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 106px;
  gap: var(--space-4);
  align-items: center;
  border-bottom: 1px solid var(--rule);
}

.mag-guide-row:last-child {
  border-bottom: 0;
}

.mag-guide-row:hover {
  background: var(--paper-2);
}

.mag-guide-row span,
.mag-guide-row em {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
}

.mag-guide-row strong {
  font-family: var(--font-title);
  font-size: 22px;
  font-weight: 680;
  letter-spacing: -0.015em;
  line-height: 1.12;
}

.mag-guide-row:hover strong {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.mag-about {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-8);
  padding-top: var(--space-8);
  border-top: 1px solid var(--rule);
}

.mag-about > div {
  grid-column: span 5;
}

.mag-about h2,
.mag-section-head h2,
.mag-colophon h2 {
  margin-bottom: var(--space-6);
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.92;
}

.mag-about-text {
  max-width: 680px;
  font-size: clamp(21px, 2.15vw, 32px);
  line-height: 1.25;
  text-indent: 1em;
}

.mag-about-text::first-letter {
  float: none;
  margin: 0 0.08em 0 0;
  color: var(--accent);
  font-family: var(--font-title);
  font-size: 1.7em;
  line-height: 1;
}

.mag-now {
  grid-column: 6 / -1;
  border-left: 1px solid var(--rule);
  padding-left: var(--space-8);
}

.mag-now h3 {
  margin-bottom: var(--space-6);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mag-now ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mag-now li {
  padding-block: 14px;
  border-top: 1px solid rgba(29, 27, 24, 0.24);
  color: #34302b;
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.55;
}

.mag-section-head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-8);
  align-items: end;
  margin-bottom: var(--space-10, 40px);
}

.mag-section-head .mag-kicker {
  grid-column: span 3;
  margin: 0;
}

.mag-section-head h2 {
  grid-column: span 7;
  margin: 0;
}

.mag-section-link {
  grid-column: span 2;
  justify-self: end;
  align-self: center;
  border-bottom: 1px solid var(--rule);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.mag-section-head > p:not(.mag-kicker) {
  grid-column: span 2;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
  text-indent: 0;
}

.mag-section-link:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.mag-dispatch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.mag-dispatch-grid-compact {
  border-top: 1px solid var(--rule);
}

.mag-dispatch {
  display: block;
  padding: var(--space-6);
}

.mag-dispatch + .mag-dispatch {
  border-left: 1px solid var(--rule);
}

.mag-services,
.mag-experience,
.mag-firm,
.mag-contact-panel {
  padding-top: var(--space-8);
  border-top: 1px solid var(--rule);
}

.mag-service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.mag-service-card {
  padding: var(--space-6);
}

.mag-service-card + .mag-service-card {
  border-left: 1px solid var(--rule);
}

.mag-service-card span {
  display: block;
  margin-bottom: var(--space-6);
  color: var(--accent);
  font-family: var(--font-title);
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 760;
  line-height: 0.85;
  letter-spacing: -0.04em;
}

.mag-service-card h3,
.mag-experience-row h3 {
  font-size: 26px;
  line-height: 1.06;
}

.mag-service-card p {
  margin: 0;
  color: #3f3a34;
  font-size: 17px;
  line-height: 1.55;
  text-indent: 0;
}

.mag-experience-list {
  border-top: 1px solid var(--rule);
}

.mag-experience-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: var(--space-8);
  padding-block: var(--space-6);
  border-bottom: 1px solid var(--rule);
}

.mag-experience-row h3 {
  margin: 0;
}

.mag-experience-row ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mag-experience-row li {
  color: #34302b;
  font-size: 18px;
  line-height: 1.55;
}

.mag-experience-row li::before {
  content: "—";
  margin-right: 0.55em;
  color: var(--accent);
}

.mag-firm {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-8);
}

.mag-firm .mag-kicker {
  grid-column: span 3;
}

.mag-firm h2 {
  grid-column: span 3;
  margin: 0;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.92;
}

.mag-firm p:not(.mag-kicker) {
  grid-column: span 6;
  margin: 0;
  color: #34302b;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.28;
  text-indent: 0;
}

.mag-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr) 220px;
  gap: var(--space-8);
  align-items: start;
}

.mag-contact-panel h2 {
  margin-bottom: var(--space-4);
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.92;
}

.mag-contact-panel p {
  max-width: 620px;
  margin: 0;
  color: #34302b;
  font-size: 22px;
  line-height: 1.35;
  text-indent: 0;
}

.mag-contact-panel address {
  display: grid;
  gap: 10px;
  margin-top: 9px;
  color: #34302b;
  font-family: var(--font-mono);
  font-size: 12px;
  font-style: normal;
  line-height: 1.55;
}

.mag-contact-panel address a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mag-contact-panel figure {
  margin: 0;
}

.mag-contact-panel img {
  width: 100%;
  border: 1px solid var(--rule);
  background: #fff;
  padding: 10px;
}

.mag-contact-panel figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.mag-dispatch-media {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: var(--space-6);
  border: 1px solid var(--rule);
  overflow: hidden;
  position: relative;
}

.mag-dispatch-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  --img-final-filter: sepia(0.08) contrast(1.03);
  filter: var(--img-final-filter);
  transition: transform 450ms ease, filter 450ms ease;
}

.mag-dispatch:hover .mag-dispatch-media img {
  transform: scale(1.035);
}

.mag-dispatch-media figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: rgba(246, 241, 231, 0.9);
  padding: 5px 7px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mag-dispatch h3 {
  margin-bottom: var(--space-4);
  font-size: 31px;
  font-weight: 690;
  line-height: 1;
  letter-spacing: -0.02em;
}

.mag-dispatch p:not(.mag-kicker) {
  display: -webkit-box;
  min-height: 3.1em;
  margin-bottom: var(--space-6);
  overflow: hidden;
  color: #3f3a34;
  font-size: 17px;
  line-height: 1.5;
  text-indent: 1em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mag-dispatch footer {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.mag-colophon {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.7fr;
  gap: var(--space-8);
  padding-block: var(--space-8);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.55;
}

.mag-colophon h2 {
  margin-bottom: var(--space-4);
  font-family: var(--font-title);
}

.mag-colophon p,
.mag-colophon-meta {
  margin: 0;
  color: var(--muted);
  font-style: normal;
  text-indent: 0;
}

.mag-colophon-meta,
.mag-colophon nav {
  display: grid;
  align-content: start;
  gap: 8px;
}

.mag-colophon a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 200ms ease, text-decoration-thickness 200ms ease;
}

.mag-colophon a:hover {
  color: var(--accent);
  text-decoration-thickness: 2px;
}

.archive-page {
  padding-block: var(--space-16) var(--space-24);
}

.archive-titlebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--space-8);
  align-items: end;
}

.archive-titlebar h1 {
  max-width: none;
  margin: 0;
  font-family: var(--font-title);
  font-size: var(--fs-h1);
  line-height: 0.88;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

.archive-titlebar p {
  margin: 0 0 0.55em;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.archive-rule {
  height: 2px;
  margin-top: var(--space-8);
  background: var(--rule);
}

.archive-tools {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  gap: var(--space-8);
  align-items: end;
  margin-top: var(--space-8);
  padding-block: var(--space-4);
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
  backdrop-filter: blur(14px);
}

.archive-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.archive-filters button {
  position: relative;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 0 0 8px;
  text-transform: uppercase;
}

.archive-filters button + button::before {
  content: "·";
  position: absolute;
  left: -12px;
  color: var(--muted);
}

.archive-filters button.is-active {
  color: var(--ink);
}

.archive-filters button.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: var(--rule);
}

.archive-search {
  display: grid;
  gap: 6px;
}

.archive-search span {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.archive-search input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--rule);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 18px;
  outline: 0;
  padding: 0 0 9px;
}

.archive-search input::placeholder {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.archive-list {
  margin-top: var(--space-8);
  border-top: 1px solid var(--rule);
}

.archive-row-link {
  display: block;
}

.archive-row-link[hidden] {
  display: none;
}

.archive-row {
  min-height: 96px;
  display: grid;
  grid-template-columns: 104px 64px minmax(0, 1fr) 120px 96px 64px;
  gap: var(--space-4);
  align-items: center;
  border-bottom: 1px solid var(--rule);
}

.archive-thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  --img-final-filter: sepia(0.08) contrast(1.03);
  filter: var(--img-final-filter);
}

.archive-row-link:hover .archive-row {
  background: var(--paper-2);
}

.archive-number,
.archive-category,
.archive-date,
.archive-time {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.archive-row-link:hover .archive-number {
  color: var(--ink);
}

.archive-title {
  min-width: 0;
  padding-block: 18px;
}

.archive-title h2 {
  margin: 0 0 6px;
  font-family: var(--font-title);
  font-size: 24px;
  font-weight: 680;
  line-height: 1.08;
  letter-spacing: -0.015em;
  overflow-wrap: anywhere;
}

.archive-title p {
  margin: 0;
  color: var(--muted);
  display: -webkit-box;
  font-size: 15px;
  line-height: 1.35;
  overflow: hidden;
  overflow-wrap: anywhere;
  text-indent: 1em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

html[lang="zh-CN"] .archive-title h2,
html[lang="zh-CN"] .archive-title p {
  word-break: break-all;
}

.archive-row-link:hover h2 {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.archive-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: var(--space-12);
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.archive-pagination a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 200ms ease, text-decoration-thickness 200ms ease;
}

.archive-pagination a:hover {
  color: var(--accent);
  text-decoration-thickness: 2px;
}

.reading-progress {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 80;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.img-reveal {
  filter: grayscale(1) blur(8px);
  transition: filter 700ms ease;
  will-change: filter;
}

.img-reveal.is-developed {
  filter: var(--img-final-filter, none);
}

.article-page {
  padding-block: var(--space-16) var(--space-24);
}

.article-hero {
  border-bottom: 1px solid var(--rule);
  padding-bottom: var(--space-8);
}

.article-cover {
  margin: var(--space-8) 0 0;
  border-bottom: 1px solid var(--rule);
  padding-bottom: var(--space-8);
}

.article-cover img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  --img-final-filter: sepia(0.08) contrast(1.03);
  filter: var(--img-final-filter);
}

.article-kicker,
.article-meta {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.article-kicker {
  margin-bottom: var(--space-4);
  color: var(--accent);
}

.article-hero h1 {
  max-width: 1120px;
  margin: 0;
  font-family: var(--font-title);
  font-size: var(--fs-h1);
  line-height: 0.88;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}

.article-deck {
  max-width: 680px;
  margin-top: var(--space-6);
  color: #34302b;
  font-size: clamp(24px, 3vw, 40px);
  font-style: italic;
  line-height: 1.15;
  text-indent: 0;
}

.article-meta {
  margin: var(--space-6) 0 0;
}

.article-body img {
  width: 100%;
  --img-final-filter: sepia(0.08) contrast(1.02);
  filter: var(--img-final-filter);
}

.article-body figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.article-body {
  max-width: 680px;
  margin-top: var(--space-12);
  margin-inline: auto;
  color: #28241f;
  font-size: 21px;
  line-height: 1.8;
}

.article-body p {
  margin: 0 0 var(--space-6);
  text-indent: 2em;
}

.article-body > p:first-child::first-letter {
  float: left;
  margin: 0.12em 8px 0 0;
  color: var(--accent);
  font-family: var(--font-title);
  font-size: 4.7em;
  line-height: 0.72;
}

.article-body h2 {
  margin: var(--space-12) 0 var(--space-6);
  font-family: var(--font-title);
  font-size: var(--fs-h2);
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.article-body h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  margin-top: var(--space-4);
  background: var(--rule);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.article-body h2.rule-grown::after {
  transform: scaleX(1);
}

.article-body blockquote {
  width: min(820px, calc(100vw - 48px));
  margin: var(--space-8) 0 var(--space-8) -120px;
  color: var(--ink);
  font-family: var(--font-title);
  font-size: var(--fs-h2);
  font-style: italic;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.article-body blockquote p {
  margin: 0;
  text-indent: 0;
}

.article-body pre {
  margin: var(--space-8) 0;
  padding: var(--space-6);
  overflow-x: auto;
  background: var(--paper-2);
  border: 1px solid var(--rule);
  border-left: 3px solid var(--rule);
}

.article-body code {
  font-family: var(--font-mono);
  font-size: 0.78em;
}

.article-body :not(pre) > code {
  border-block: 1px solid rgba(29, 27, 24, 0.45);
  background: transparent;
  padding-inline: 0.12em;
}

.article-body a,
.article-footer a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 200ms ease, text-decoration-thickness 200ms ease;
}

.article-body a:hover,
.article-footer a:hover {
  color: var(--accent);
  text-decoration-thickness: 2px;
}

.article-body figure {
  margin: var(--space-8) 0;
}

.article-body figure img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 52% 17%;
}

.article-body sup {
  font-family: var(--font-mono);
  font-size: 0.62em;
  line-height: 0;
}

.article-notes {
  margin-top: var(--space-16);
  padding-top: var(--space-6);
  border-top: 1px solid var(--rule);
}

.article-notes h2 {
  margin: 0 0 var(--space-4);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-notes h2::after {
  display: none;
}

.article-notes ol {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.6;
}

.article-footer {
  max-width: 680px;
  margin: var(--space-16) auto 0;
}

.article-signature {
  margin-bottom: var(--space-8);
  color: #34302b;
  font-size: clamp(24px, 3vw, 38px);
  font-style: italic;
  line-height: 1.2;
  text-align: right;
  text-indent: 0;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: var(--space-12);
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
}

.article-tags a:hover {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.article-nextprev {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.article-nextprev a {
  display: grid;
  gap: 10px;
  padding: var(--space-6) 0;
}

.article-nextprev a + a {
  border-left: 1px solid var(--rule);
  padding-left: var(--space-6);
}

.article-nextprev span {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-nextprev strong {
  font-family: var(--font-title);
  font-size: 20px;
  font-weight: 680;
  letter-spacing: -0.015em;
  line-height: 1.1;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  .mag-display .title-word {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .img-reveal,
  .img-reveal.is-developed {
    filter: var(--img-final-filter, none);
  }

  .reading-progress {
    will-change: auto;
  }

  .article-body h2::after,
  .article-body h2.rule-grown::after {
    transform: scaleX(1);
  }
}

html[lang="zh-CN"] .magazine-home {
  font-family: "Newsreader", "Source Han Serif SC", "Noto Serif SC", "Songti SC", serif;
}

html[lang="zh-CN"] .magazine-home :where(h1, h2, h3, .mag-guide-row strong, .archive-title h2) {
  font-family: "Fraunces", "Source Han Serif SC", "Noto Serif SC", "Songti SC", serif;
}

html[lang="en"] .mag-display {
  max-width: min(920px, 100%);
  font-size: clamp(52px, 5.8vw, 86px);
  line-height: 0.96;
  letter-spacing: -0.018em;
}

html[lang="en"] .mag-display .title-word {
  display: inline;
}

html[lang="en"] .mag-subtitle {
  max-width: 760px;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.2;
}

html[lang="en"] .mag-firm {
  grid-template-columns: minmax(250px, 0.52fr) minmax(0, 1fr);
  align-items: start;
}

html[lang="en"] .mag-firm .mag-kicker {
  grid-column: 1 / -1;
}

html[lang="en"] .mag-firm h2 {
  grid-column: 1;
  max-width: 360px;
  font-size: clamp(34px, 3.7vw, 56px);
  line-height: 1;
  letter-spacing: -0.012em;
}

html[lang="en"] .mag-firm p:not(.mag-kicker) {
  grid-column: 2;
  min-width: 0;
  font-size: clamp(19px, 1.55vw, 24px);
  line-height: 1.45;
}

html[lang="zh-CN"] .mag-display {
  font-size: clamp(60px, 6.2vw, 104px);
  font-weight: 660;
  line-height: 1.14;
  letter-spacing: -0.012em;
}

html[lang="zh-CN"] .mag-subtitle {
  line-height: 1.28;
  letter-spacing: -0.01em;
}

html[lang="zh-CN"] .article-hero h1 {
  max-width: 1240px;
  font-size: clamp(58px, 7.3vw, 102px);
  line-height: 1.04;
  letter-spacing: -0.008em;
}

@media (max-width: 920px) {
  .mag-shell {
    width: min(100% - 32px, 1360px);
  }

  .mag-masthead-grid,
  .mag-hero,
  .mag-highlights,
  .mag-about,
  .mag-section-head,
  .mag-firm,
  .mag-contact-panel,
  .mag-colophon {
    grid-template-columns: 1fr;
  }

  .mag-masthead-grid {
    min-height: auto;
    padding-block: 14px;
    gap: 8px;
  }

  .mag-volume {
    order: 3;
  }

  .mag-language {
    justify-content: start;
  }

  .mag-hero {
    padding-block: var(--space-12) var(--space-20);
  }

  .mag-hero-copy,
  .mag-cover-art,
  .mag-about > div,
  .mag-now,
  .mag-section-head .mag-kicker,
  .mag-section-head h2,
  .mag-section-head > p:not(.mag-kicker),
  .mag-section-link,
  .mag-firm .mag-kicker,
  .mag-firm h2,
  .mag-firm p:not(.mag-kicker) {
    grid-column: auto;
  }

  .mag-section-link {
    justify-self: start;
  }

  .mag-display {
    font-size: clamp(58px, 17vw, 112px);
  }

  html[lang="en"] .mag-display {
    font-size: clamp(48px, 11vw, 78px);
    line-height: 1;
  }

  html[lang="en"] .mag-subtitle {
    font-size: clamp(22px, 4vw, 30px);
  }

  html[lang="zh-CN"] .mag-display {
    font-size: clamp(52px, 12vw, 82px);
    line-height: 1.16;
    letter-spacing: -0.01em;
  }

  .mag-now {
    border-left: 0;
    border-top: 1px solid var(--rule);
    padding: var(--space-6) 0 0;
  }

  html[lang="en"] .mag-firm {
    grid-template-columns: 1fr;
  }

  html[lang="en"] .mag-firm .mag-kicker,
  html[lang="en"] .mag-firm h2,
  html[lang="en"] .mag-firm p:not(.mag-kicker) {
    grid-column: auto;
  }

  .mag-highlights-grid {
    grid-template-columns: 1fr;
  }

  .mag-guide-row {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 8px var(--space-4);
    padding-block: 14px;
  }

  .mag-guide-row em {
    grid-column: 2;
  }

  .mag-dispatch-grid {
    grid-template-columns: 1fr;
  }

  .mag-service-grid {
    grid-template-columns: 1fr;
  }

  .mag-service-card + .mag-service-card {
    border-left: 0;
    border-top: 1px solid var(--rule);
  }

  .mag-experience-row {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .mag-dispatch + .mag-dispatch {
    border-left: 0;
    border-top: 1px solid var(--rule);
  }

  .archive-titlebar,
  .archive-tools {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .archive-titlebar p {
    margin: 0;
  }

  .archive-row {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 8px var(--space-4);
    padding-block: var(--space-4);
  }

  .archive-thumb {
    grid-row: 1 / span 5;
  }

  .archive-title {
    padding-block: 0;
  }

  .archive-number,
  .archive-title,
  .archive-category,
  .archive-date,
  .archive-time {
    grid-column: 2;
  }

  .article-body blockquote {
    width: auto;
    margin-left: 0;
  }

  .article-nextprev {
    grid-template-columns: 1fr;
  }

  .article-nextprev a + a {
    border-left: 0;
    border-top: 1px solid var(--rule);
    padding-left: 0;
  }
}

@media (max-width: 620px) {
  .mag-shell {
    width: min(100% - 28px, 1360px);
  }

  .mag-highlights,
  .mag-about,
  .mag-services,
  .mag-experience,
  .mag-firm,
  .mag-contact-panel,
  .mag-colophon {
    margin-top: var(--space-20);
  }

  .mag-display {
    font-size: clamp(44px, 15.5vw, 64px);
    line-height: 0.88;
  }

  html[lang="en"] .mag-display {
    font-size: clamp(42px, 12vw, 56px);
    line-height: 1.02;
  }

  html[lang="zh-CN"] .mag-display {
    font-size: clamp(40px, 12.5vw, 52px);
    line-height: 1.18;
    letter-spacing: -0.008em;
  }

  .mag-subtitle {
    font-size: 24px;
  }

  html[lang="zh-CN"] .mag-subtitle {
    font-size: 20px;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: 0;
  }

  .mag-about h2,
  .mag-section-head h2,
  .mag-colophon h2 {
    font-size: clamp(36px, 13vw, 58px);
  }

  .mag-about-text {
    font-size: 21px;
  }

  .mag-dispatch {
    padding-inline: 0;
  }

  .archive-titlebar h1 {
    font-size: clamp(38px, 12vw, 48px);
    line-height: 1;
  }

  .archive-tools {
    margin-inline: -14px;
    padding-inline: 14px;
  }

  .archive-filters {
    gap: 8px 16px;
  }

  .archive-title h2 {
    max-width: 100%;
    font-size: 20px;
    line-height: 1.15;
    white-space: normal !important;
    word-break: break-all !important;
  }

  .archive-title p {
    max-width: 100%;
    text-indent: 0;
    white-space: normal !important;
    word-break: break-all !important;
  }

  .archive-row {
    display: block;
  }

  .archive-thumb {
    display: none;
  }

  .archive-number,
  .archive-category,
  .archive-date,
  .archive-time {
    display: block;
    margin-top: 8px;
  }

  .archive-number {
    margin-top: 0;
  }

  .article-page {
    padding-block: var(--space-12) var(--space-20);
  }

  .article-hero h1 {
    font-size: clamp(44px, 14vw, 64px);
  }

  .article-body {
    font-size: 19px;
  }

  .article-body h2 {
    font-size: clamp(32px, 11vw, 46px);
  }

  .article-body blockquote {
    font-size: clamp(32px, 11vw, 46px);
  }

  .article-signature {
    text-align: left;
  }

  .article-tags {
    justify-content: flex-start;
  }

}
