:root {
  --ink: #19221d;
  --ink-soft: #59625b;
  --paper: #f2efe5;
  --paper-deep: #e6e0d2;
  --white: #fbfaf4;
  --signal: #e6542f;
  --signal-dark: #b83b20;
  --moss: #536f5a;
  --line: rgba(25, 34, 29, 0.18);
  --shadow: 0 24px 70px rgba(48, 45, 35, 0.14);
  --serif: "Iowan Old Style", "Baskerville", "Songti SC", "STSong", serif;
  --sans: "Avenir Next Condensed", "PingFang SC", "Hiragino Sans GB", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.65;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

.paper-grain {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.16;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.19'/%3E%3C/svg%3E");
}

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

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 16px clamp(22px, 5vw, 80px);
  border-bottom: 1px solid var(--line);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.wordmark-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 17px;
  font-style: italic;
}

.header-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--moss);
  box-shadow: 0 0 0 4px rgba(83, 111, 90, 0.12);
}

main {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 690px;
  padding: 44px clamp(22px, 7vw, 116px) 96px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 84% 20%, rgba(230, 84, 47, 0.17), transparent 24%),
    linear-gradient(90deg, transparent 0 66%, rgba(25, 34, 29, 0.04) 66% 66.1%, transparent 66.1%);
}

.hero::after {
  content: "ARCHIVE";
  position: absolute;
  right: -24px;
  bottom: -76px;
  color: rgba(25, 34, 29, 0.038);
  font-family: var(--serif);
  font-size: clamp(130px, 21vw, 340px);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1;
  pointer-events: none;
}

.hero-kicker {
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  align-items: end;
  gap: clamp(40px, 8vw, 130px);
  max-width: 1220px;
  margin-top: 90px;
}

.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 8vw, 126px);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 0.98;
}

.hero h1 em {
  color: var(--signal);
  font-weight: 500;
}

.hero-copy p {
  max-width: 430px;
  margin: 0 0 12px;
  padding-top: 22px;
  border-top: 2px solid var(--ink);
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(16px, 1.35vw, 20px);
}

.hero-stamp {
  position: absolute;
  top: 112px;
  right: clamp(22px, 7vw, 116px);
  display: grid;
  width: 116px;
  height: 116px;
  place-content: center;
  border: 1px solid rgba(25, 34, 29, 0.42);
  border-radius: 50%;
  text-align: center;
  transform: rotate(8deg);
}

.hero-stamp span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.hero-stamp strong {
  margin: -3px 0;
  font-family: var(--serif);
  font-size: 25px;
  font-style: italic;
}

.ledger {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, 1fr);
  min-height: 160px;
  border-bottom: 1px solid var(--line);
}

.ledger > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 26px clamp(20px, 3.5vw, 54px);
  border-right: 1px solid var(--line);
}

.ledger > *:last-child {
  border-right: 0;
}

.ledger-label {
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}

.metric-value {
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 68px);
  letter-spacing: -0.06em;
  line-height: 1;
}

.metric-label {
  margin-top: 12px;
  color: var(--ink-soft);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.metric-accent {
  color: var(--white);
  background: var(--signal);
}

.metric-accent .metric-label {
  color: rgba(255, 255, 255, 0.76);
}

.library {
  max-width: 1440px;
  margin: 0 auto;
  padding: 110px clamp(22px, 6vw, 88px) 130px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--signal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.section-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(44px, 5.5vw, 76px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1;
}

.result-count {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-style: italic;
}

.toolbar {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  align-items: center;
  gap: 30px;
  margin: 54px 0 44px;
  padding: 18px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.search-box {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.search-box svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.search-box input {
  width: 100%;
  padding: 7px 0;
  border: 0;
  outline: none;
  color: var(--ink);
  background: transparent;
  font-family: var(--serif);
  font-size: 18px;
}

.search-box input::placeholder {
  color: rgba(25, 34, 29, 0.43);
}

.search-box kbd {
  padding: 2px 8px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.38);
  font-size: 10px;
  box-shadow: 0 2px 0 rgba(25, 34, 29, 0.1);
}

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

.filter-button {
  padding: 8px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--ink-soft);
  background: transparent;
  font-size: 12px;
  cursor: pointer;
  transition: 180ms ease;
}

.filter-button:hover {
  color: var(--ink);
  border-color: var(--line);
}

.filter-button.is-active {
  color: var(--white);
  background: var(--ink);
}

.library-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 38px 24px;
}

.library-card {
  position: relative;
  display: grid;
  grid-column: span 6;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1.28fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(251, 250, 244, 0.68);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  animation: card-enter 620ms both;
}

.library-card:nth-child(2n) {
  transform: translateY(36px);
}

.library-card:hover,
.library-card:focus-visible {
  z-index: 2;
  border-color: rgba(25, 34, 29, 0.48);
  outline: none;
  box-shadow: var(--shadow);
  transform: translateY(-8px);
}

.library-card:nth-child(2n):hover,
.library-card:nth-child(2n):focus-visible {
  transform: translateY(28px);
}

.card-cover {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: var(--paper-deep);
}

.card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.82) contrast(1.04);
  transition: transform 620ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.video-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: inherit;
  place-content: center;
  gap: 16px;
  color: var(--white);
  text-align: center;
  background:
    radial-gradient(circle at 70% 28%, rgba(230, 84, 47, 0.72), transparent 26%),
    linear-gradient(145deg, #26342d 0%, #111713 100%);
}

.video-placeholder span {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  padding-left: 5px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  font-size: 24px;
}

.video-placeholder small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.video-placeholder.is-large span {
  width: 104px;
  height: 104px;
  font-size: 32px;
}

.library-card:hover .card-cover img {
  transform: scale(1.035);
}

.card-index {
  position: absolute;
  left: 12px;
  bottom: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--serif);
  font-size: 42px;
  font-style: italic;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.card-body {
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3.2vw, 42px);
}

.card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--signal-dark);
}

.status-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.status-badge[data-status="已读"] {
  color: var(--moss);
}

.status-badge[data-status="在读"] {
  color: #a1731b;
}

.status-badge[data-status="搁置"] {
  color: var(--ink-soft);
}

.card-body h3 {
  margin: 38px 0 18px;
  font-family: var(--serif);
  font-size: clamp(28px, 2.5vw, 40px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.card-summary {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 15px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.card-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 28px;
}

.card-author {
  color: var(--ink-soft);
  font-size: 11px;
}

.card-open {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 20px;
  transition: 180ms ease;
}

.library-card:hover .card-open {
  color: var(--white);
  background: var(--ink);
  transform: rotate(-18deg);
}

.empty-state {
  padding: 90px 24px;
  border: 1px dashed var(--line);
  text-align: center;
}

.empty-state span {
  color: var(--signal);
  font-family: var(--serif);
  font-size: 54px;
}

.empty-state h3 {
  margin: 4px 0;
  font-family: var(--serif);
  font-size: 28px;
}

.empty-state p {
  margin: 0 0 22px;
  color: var(--ink-soft);
}

.empty-state button {
  padding: 10px 18px;
  border: 1px solid var(--ink);
  color: var(--white);
  background: var(--ink);
  cursor: pointer;
}

.closing-note {
  position: relative;
  display: grid;
  grid-template-columns: 0.35fr 1.45fr 0.7fr;
  gap: clamp(30px, 5vw, 90px);
  align-items: end;
  padding: 100px clamp(22px, 7vw, 116px);
  color: var(--white);
  background: var(--ink);
}

.closing-number {
  color: var(--signal);
  font-family: var(--serif);
  font-size: clamp(80px, 10vw, 154px);
  font-style: italic;
  line-height: 0.75;
}

.closing-note blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 58px);
  letter-spacing: -0.04em;
  line-height: 1.16;
}

.closing-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 20px clamp(22px, 5vw, 80px);
  color: rgba(255, 255, 255, 0.52);
  background: var(--ink);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.detail-dialog {
  width: min(1180px, calc(100vw - 34px));
  max-height: calc(100vh - 34px);
  padding: 0;
  overflow: auto;
  border: 0;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 30px 100px rgba(16, 19, 17, 0.45);
}

.detail-dialog::backdrop {
  background: rgba(16, 19, 17, 0.68);
  backdrop-filter: blur(10px);
}

.dialog-close {
  position: sticky;
  z-index: 3;
  top: 18px;
  float: right;
  width: 44px;
  height: 44px;
  margin: 18px 18px -62px 0;
  border: 1px solid rgba(25, 34, 29, 0.3);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(251, 250, 244, 0.88);
  font-family: var(--serif);
  font-size: 28px;
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  min-height: 650px;
  border-bottom: 1px solid var(--line);
}

.detail-cover {
  min-height: 650px;
  background: var(--paper-deep);
}

.detail-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.detail-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 7vw, 100px);
}

.detail-overline {
  color: var(--signal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.detail-intro h2 {
  margin: 30px 0;
  font-family: var(--serif);
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.detail-summary {
  max-width: 650px;
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 18px;
}

.detail-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.detail-links a {
  padding: 10px 16px;
  border: 1px solid var(--ink);
  text-decoration: none;
  font-size: 12px;
  transition: 160ms ease;
}

.detail-links a:first-child,
.detail-links a:hover {
  color: var(--white);
  background: var(--ink);
}

.detail-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
  padding: 80px clamp(28px, 7vw, 100px);
}

.detail-section h3 {
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ink);
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 600;
}

.detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  position: relative;
  padding: 14px 0 14px 30px;
  border-bottom: 1px solid var(--line);
}

.detail-list li::before {
  content: "↳";
  position: absolute;
  left: 0;
  color: var(--signal);
}

.full-article {
  padding: 20px clamp(28px, 7vw, 100px) 110px;
  background:
    linear-gradient(90deg, transparent 0 13%, rgba(25, 34, 29, 0.045) 13% 13.1%, transparent 13.1%),
    var(--paper);
}

.full-article-heading {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: end;
  padding: 75px 0 36px;
  border-bottom: 2px solid var(--ink);
}

.full-article-heading span {
  color: var(--signal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.full-article-heading h3 {
  margin: 8px 0 0;
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1;
}

.full-article-heading p {
  max-width: 320px;
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 14px;
}

.article-page-nav {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  background: rgba(242, 239, 229, 0.9);
  backdrop-filter: blur(12px);
}

.article-page-nav a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink-soft);
  text-decoration: none;
  font-family: var(--serif);
  font-size: 12px;
  transition: 160ms ease;
}

.article-page-nav a:hover,
.article-page-nav a:focus-visible {
  color: var(--white);
  outline: none;
  background: var(--signal);
}

.article-pages {
  counter-reset: article-page;
}

.article-page {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: start;
  padding: 90px 0;
  border-bottom: 1px solid var(--ink);
  scroll-margin-top: 64px;
}

.article-page:nth-child(even) {
  grid-template-columns: minmax(0, 1.16fr) minmax(280px, 0.84fr);
}

.article-page:nth-child(even) .article-page-visual {
  order: 2;
}

.article-page:nth-child(even) .article-page-copy {
  order: 1;
}

.article-page.no-image {
  display: block;
}

.article-page.no-image .article-page-copy {
  max-width: 760px;
  margin: 0 auto;
}

.article-page-visual {
  position: sticky;
  top: 82px;
  margin: 0;
  padding: 13px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 24px 60px rgba(48, 45, 35, 0.12);
  transform: rotate(-0.7deg);
}

.article-page:nth-child(even) .article-page-visual {
  transform: rotate(0.7deg);
}

.article-page-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.article-page-number {
  position: absolute;
  z-index: 1;
  right: -20px;
  bottom: -28px;
  color: var(--signal);
  font-family: var(--serif);
  font-size: clamp(62px, 8vw, 104px);
  font-style: italic;
  line-height: 1;
  text-shadow: 2px 2px 0 var(--paper);
}

.article-page-copy {
  max-width: 650px;
  padding-top: 28px;
}

.article-page-kicker {
  color: var(--signal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.article-page-copy > h3 {
  margin: 18px 0 38px;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.article-prose {
  max-width: 42em;
}

.article-prose p {
  margin: 0 0 1.45em;
  color: #303a34;
  font-family: var(--serif);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.92;
  text-align: justify;
  text-justify: inter-ideograph;
}

.article-prose p:first-of-type::first-letter {
  float: left;
  margin: 0.1em 0.12em 0 0;
  color: var(--signal);
  font-family: var(--serif);
  font-size: 3.6em;
  line-height: 0.78;
}

.article-prose .is-english {
  padding-left: 20px;
  border-left: 2px solid var(--signal);
  color: var(--ink-soft);
  font-style: italic;
  text-align: left;
}

.article-prose .is-english::first-letter {
  float: none;
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.article-prose h4 {
  margin: 38px 0 18px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.35;
}

.article-prose ul {
  margin: 0 0 1.7em;
  padding-left: 1.35em;
  color: #303a34;
  font-family: var(--serif);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.8;
}

.article-prose li + li {
  margin-top: 0.55em;
}

.article-prose blockquote {
  margin: 0 0 1.7em;
  padding: 18px 24px;
  border-left: 3px solid var(--signal);
  color: var(--ink);
  background: rgba(251, 250, 244, 0.62);
  font-family: var(--serif);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.7;
}

.article-prose strong {
  color: var(--ink);
  font-weight: 700;
}

.article-missing {
  padding: 80px 0;
  color: var(--ink-soft);
  text-align: center;
}

@keyframes card-enter {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .hero-copy {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-copy p {
    max-width: 560px;
  }

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

  .ledger-label {
    display: none;
  }

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

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

  .library-card {
    grid-column: span 12;
  }

  .library-card:nth-child(2n) {
    transform: none;
  }

  .closing-note {
    grid-template-columns: 0.35fr 1.65fr;
  }

  .closing-note p {
    grid-column: 2;
  }

  .article-page,
  .article-page:nth-child(even) {
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
    gap: 46px;
  }
}

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

  .header-meta span:first-child,
  .header-meta .live-dot {
    display: none;
  }

  .hero {
    min-height: 610px;
    padding-top: 34px;
  }

  .hero-kicker span:last-child,
  .hero-stamp {
    display: none;
  }

  .hero-copy {
    margin-top: 110px;
  }

  .hero h1 {
    font-size: clamp(52px, 17vw, 78px);
  }

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

  .ledger > * {
    min-height: 130px;
    border-bottom: 1px solid var(--line);
  }

  .library {
    padding-top: 78px;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .toolbar {
    margin-top: 34px;
  }

  .search-box kbd {
    display: none;
  }

  .library-card {
    grid-template-columns: 1fr;
  }

  .card-cover {
    min-height: 360px;
    max-height: 480px;
  }

  .card-body {
    min-height: 350px;
  }

  .closing-note {
    grid-template-columns: 1fr;
  }

  .closing-note p {
    grid-column: 1;
  }

  footer {
    flex-direction: column;
  }

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

  .detail-cover {
    min-height: 520px;
    max-height: 74vh;
  }

  .detail-intro {
    padding: 52px 28px 64px;
  }

  .detail-sections {
    grid-template-columns: 1fr;
    gap: 52px;
    padding: 62px 28px;
  }

  .full-article {
    padding: 0 28px 70px;
  }

  .full-article-heading {
    align-items: start;
    flex-direction: column;
    gap: 22px;
    padding-top: 58px;
  }

  .article-page-nav {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .article-page,
  .article-page:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 64px 0;
  }

  .article-page:nth-child(even) .article-page-visual,
  .article-page:nth-child(even) .article-page-copy {
    order: initial;
  }

  .article-page-visual {
    position: relative;
    top: auto;
    max-width: 520px;
    transform: none;
  }

  .article-page:nth-child(even) .article-page-visual {
    transform: none;
  }

  .article-page-copy {
    padding-top: 0;
  }

  .article-prose p {
    font-size: 17px;
    line-height: 1.85;
  }
}

@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;
  }
}
