/* Just-But — 主样式,移植自 article.html 并扩展列表页 */
:root {
  --economist-red: #E3120B;
  --ink: #121212;
  --ink-soft: #3d3d3d;
  --ink-faint: #6b6b6b;
  --paper: #f9f7f2;
  --rule: #d9d4c8;
  --bg: #ffffff;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", "Songti SC", "SimSun", serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
.page { max-width: 760px; margin: 0 auto; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }

/* ── masthead ── */
.masthead {
  background: var(--economist-red);
  color: #fff;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.masthead .brand {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: Georgia, "Times New Roman", serif;
}
.masthead .brand a { color: #fff; }
.masthead .date { font-size: 12px; opacity: .92; text-align: right; line-height: 1.5; }

/* ── section tab ── */
.section-tab {
  padding: 18px 28px 0;
}
.section-tab .kicker {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--economist-red);
  border-bottom: 3px solid var(--economist-red);
  padding-bottom: 4px;
  font-family: "Helvetica Neue", Arial, "PingFang SC", sans-serif;
}

/* ── article head ── */
.article-head { padding: 22px 28px 0; }
h1 {
  font-size: 34px;
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: .2px;
}
.standfirst {
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-soft);
  font-style: italic;
}
.byline {
  margin-top: 16px;
  padding: 10px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  font-size: 12.5px;
  color: var(--ink-faint);
  font-family: "Helvetica Neue", Arial, "PingFang SC", sans-serif;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 12px;
}

/* ── body ── */
.article-body { padding: 24px 28px 8px; font-size: 16.5px; }
.article-body p { margin-bottom: 1.15em; text-align: justify; }
.article-body p:first-of-type::first-letter {
  font-size: 56px;
  font-weight: 700;
  float: left;
  line-height: .82;
  padding: 6px 10px 0 0;
  color: var(--economist-red);
}
.dateline { font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; }

.article-body h2 {
  font-size: 21px;
  margin: 1.5em 0 .7em;
  line-height: 1.35;
}
.article-body h2::before {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  background: var(--economist-red);
  margin-bottom: 10px;
}

.pullquote {
  margin: 1.6em 12px;
  padding: 18px 22px;
  border-left: 4px solid var(--economist-red);
  background: var(--paper);
  font-size: 19px;
  line-height: 1.55;
  font-style: italic;
  color: var(--ink-soft);
}

/* ── 猜你想看 ── */
.more-like-this {
  margin: 34px 28px 0;
  border-top: 3px solid var(--ink);
  padding-top: 16px;
}
.more-like-this .mlt-title {
  font-family: "Helvetica Neue", Arial, "PingFang SC", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.more-like-this .mlt-sub {
  font-size: 12px;
  color: var(--ink-faint);
  margin-bottom: 14px;
  font-family: "Helvetica Neue", Arial, "PingFang SC", sans-serif;
}
.mlt-item {
  display: flex;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
.mlt-item:last-child { border-bottom: none; }
.mlt-num {
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--economist-red);
  min-width: 30px;
  line-height: 1.2;
}
.mlt-text { font-size: 15.5px; line-height: 1.6; }

/* ── 资料来源 ── */
.source-note {
  margin: 34px 28px 0;
  border-top: 1px solid var(--rule);
  padding-top: 12px;
  font-size: 12px;
  color: var(--ink-faint);
  font-family: "Helvetica Neue", Arial, "PingFang SC", sans-serif;
  line-height: 1.7;
}
.source-note .source-title {
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-size: 11.5px;
}
.source-note .source-item a { color: var(--ink-faint); }
.source-note .source-item a:hover { color: var(--economist-red); }

/* ── footer ── */
.footer {
  margin-top: 34px;
  padding: 18px 28px 26px;
  background: var(--paper);
  border-top: 1px solid var(--rule);
  font-size: 12px;
  color: var(--ink-faint);
  font-family: "Helvetica Neue", Arial, "PingFang SC", sans-serif;
  line-height: 1.7;
}
.footer .satire-tag {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 10px;
  border: 1px solid var(--ink-faint);
  border-radius: 3px;
  font-size: 11px;
  letter-spacing: 1px;
}

/* ── 首页/列表页 ── */
.front-list { padding: 24px 28px 8px; }
.lead-item {
  border-bottom: 3px solid var(--ink);
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.lead-title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .2px;
}
.lead-standfirst {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-soft);
  font-style: italic;
}
.lead-meta {
  margin-top: 12px;
  font-size: 12.5px;
  color: var(--ink-faint);
  font-family: "Helvetica Neue", Arial, "PingFang SC", sans-serif;
}
.list-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
}
.list-item:last-child { border-bottom: none; }
.list-title { font-size: 17px; line-height: 1.5; }
.list-meta {
  font-size: 12.5px;
  color: var(--ink-faint);
  white-space: nowrap;
  font-family: "Helvetica Neue", Arial, "PingFang SC", sans-serif;
}
.empty-note { padding: 30px 28px; color: var(--ink-faint); font-style: italic; }
