body.blog-page {
  background: #fff;
}

.blog-page main {
  padding-top: 0;
}

.blog-page section {
  padding: 0;
  border-bottom: 0;
  scroll-margin-top: 0;
}

.blog-page [data-lang] {
  display: none;
}

body.blog-page[data-current-lang="en"] [data-lang="en"],
body.blog-page[data-current-lang="zh"] [data-lang="zh"] {
  display: block;
}

.blog-masthead {
  border-bottom: 0;
  background: #fff;
}

.blog-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0 0;
}

.home-link {
  color: var(--muted);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-link:hover,
.home-link:focus {
  text-decoration: none;
}

.lang-toggle {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.lang-toggle__button {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  padding: 0 0 2px;
  font: inherit;
  cursor: pointer;
}

.lang-toggle__button.is-active {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.blog-hero,
.article-hero {
  padding: 24px 0 28px;
}

.blog-hero h1,
.article-hero h1 {
  max-width: 760px;
}

.article-meta,
.section-head,
.essay-card,
.archive-note,
.article-panel,
.article-body {
  max-width: 760px;
}

.essay-card__summary,
.article-body {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

.blog-main,
.article-main {
  padding: 28px 0 56px;
}

.blog-section + .blog-section {
  margin-top: 44px;
}

.section-head {
  margin-bottom: 12px;
}

.essay-card {
  padding: 18px 0 20px;
  border-top: 0;
}

.series-card {
  max-width: 760px;
  padding: 18px 0 20px;
  border-top: 0;
}

.series-card h3 {
  margin-bottom: 8px;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.28rem;
  line-height: 1.25;
}

.series-card p {
  margin-bottom: 0;
  color: #2a3444;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1rem;
}

.essay-card__meta,
.article-meta {
  color: var(--muted);
  font-size: 0.94rem;
}

.essay-card h3 {
  margin-bottom: 8px;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.34rem;
  font-weight: 700;
  line-height: 1.28;
}

.archive-note {
  padding-top: 14px;
  border-top: 0;
  color: var(--muted);
}

.archive-note p,
.article-meta {
  margin-bottom: 0;
}

.back-link {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.95rem;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

body.blog-page[data-current-lang="en"] .article-meta[data-lang="en"],
body.blog-page[data-current-lang="zh"] .article-meta[data-lang="zh"] {
  display: flex;
}

.translation-note,
.article-placeholder {
  border: 0;
  border-left: 2px solid var(--line);
  background: transparent;
  padding: 0 0 0 14px;
}

.article-placeholder {
  margin-top: 10px;
}

.article-body {
  font-size: 1.05rem;
  line-height: 1.85;
}

.article-body p {
  margin-bottom: 16px;
}


.article-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 22px 0 26px;
}

.article-compare__column {
  padding: 0;
}

.article-compare__column ul {
  margin-bottom: 0;
}

.article-closer {
  color: var(--muted);
  font-size: 0.98rem;
}

.blog-footer {
  border-top: 0;
}

@media (max-width: 720px) {

  .article-compare {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .blog-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .blog-hero,
  .article-hero {
    padding-top: 18px;
    padding-bottom: 24px;
  }

  .essay-card h3 {
    font-size: 1.22rem;
  }
}
