/* ArtistAlmanac — Ghost theme stylesheet
   Editorial almanac aesthetic: parchment ground, deep navy ink, rust accents.
   Two type families: Iowan Old Style serif for editorial; system sans for UI.
   ============================================================================ */

:root {
  --parchment: #f0e9da;
  --parchment-2: #f5efe1;
  --surface: #faf5e6;
  --border: #ddd1b8;
  --border-soft: #e6dcc4;
  --ink: #1a2738;
  --ink-soft: #2d3e58;
  --text: #1a2738;
  --text-dim: #4a5568;
  --text-faint: #707d8f;
  --rust: #b45309;
  --rust-deep: #92400e;
  --rust-soft: #fbe9d3;
  --gold: #d97706;
  --shadow-card: 0 1px 2px rgba(26, 39, 56, 0.04), 0 4px 14px rgba(26, 39, 56, 0.06);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body {
  font-family: "Iowan Old Style", Georgia, "Times New Roman", serif;
  background: var(--parchment);
  color: var(--ink);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--rust);
  text-decoration: none;
  border-bottom: 1px solid rgba(180, 83, 9, 0.4);
  transition: border-color 100ms ease, color 100ms ease;
}
a:hover { color: var(--rust-deep); border-bottom-color: var(--rust-deep); }
button { font: inherit; cursor: pointer; }

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

.container { max-width: 1100px; margin: 0 auto; padding: 0 32px; }
.container.tight { max-width: 800px; }
.reading { max-width: 720px; margin: 0 auto; }

/* ============================================================================
   MASTHEAD + WORDMARK LOCKUP (constellation + title)
   ============================================================================ */

header.masthead {
  border-bottom: 3px double var(--ink);
  padding: 36px 0 18px;
  background: var(--parchment);
}

.masthead-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 12px;
  color: var(--text-dim);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}
.masthead-top a { border-bottom: 0; color: var(--ink); }
.masthead-top a:hover { color: var(--rust); }
.masthead-issue { color: var(--text-faint); }
.masthead-date { color: var(--text-faint); }
.masthead-cta {
  background: var(--ink);
  color: var(--parchment);
  border: 0;
  padding: 6px 12px;
  border-radius: 2px;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  cursor: pointer;
}
.masthead-cta:hover { background: var(--rust-deep); }

.wordmark {
  text-align: center;
  margin-bottom: 12px;
}
.wordmark-lockup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-bottom: 0;
}
.wordmark-lockup:hover { border-bottom: 0; }

/* The constellation mark. Color inherits; size is controlled here. */
.almanac-mark {
  width: 68px;
  height: 68px;
  flex-shrink: 0;
  color: var(--ink);
}

/* If the user uploaded a logo via Ghost admin, it replaces the SVG. */
.wordmark-logo {
  max-height: 90px;
  width: auto;
}

.wordmark-title {
  font-family: "Iowan Old Style", "Times New Roman", Georgia, serif;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.95;
  color: var(--ink);
  border-bottom: 0;
}
a.wordmark-title:hover { color: var(--ink); border-bottom: 0; }

.wordmark-sub {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  text-align: center;
  color: var(--text-dim);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-weight: 600;
  padding: 6px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-top: 18px;
}

/* ============================================================================
   PUBLICATION NAV
   ============================================================================ */

nav.publication {
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
  background: var(--parchment);
}
nav.publication ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
nav.publication a {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 13px;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  border-bottom: 0;
  font-weight: 600;
  padding: 4px 2px;
}
nav.publication a:hover { color: var(--rust); }
nav.publication a.active {
  color: var(--ink);
  border-bottom: 2px solid var(--rust);
  padding-bottom: 4px;
}
.nav-signin a,
.nav-account a { color: var(--rust); }

/* ============================================================================
   HERO ESSAY (index)
   ============================================================================ */

section.hero-essay { padding: 56px 0 40px; }

.hero-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 56px;
  align-items: start;
}

.essay-eyebrow {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--rust);
  font-weight: 700;
  margin-bottom: 18px;
}
.essay-eyebrow span { color: var(--text-faint); font-weight: 500; margin-left: 8px; }

h1.essay-title {
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin: 0 0 22px;
  color: var(--ink);
  max-width: 700px;
}
h1.essay-title a { color: var(--ink); border-bottom: 0; }
h1.essay-title a:hover { color: var(--rust); border-bottom: 0; }

.essay-deck {
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 22px;
  line-height: 1.45;
  color: var(--text-dim);
  font-style: italic;
  margin: 0 0 30px;
  max-width: 640px;
  border-left: 3px solid var(--rust);
  padding-left: 18px;
}

.essay-byline {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  color: var(--text-faint);
  font-size: 13px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
}
.essay-byline strong { color: var(--ink); font-weight: 600; }
.essay-byline .sep { margin: 0 10px; color: var(--border); }

.essay-excerpt {
  font-size: 19px;
  line-height: 1.7;
  color: var(--ink);
}
.essay-excerpt p { margin: 0 0 22px; }
.essay-excerpt p:first-child::first-letter {
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 88px;
  float: left;
  line-height: 0.85;
  margin: 6px 12px 0 0;
  color: var(--rust);
  font-weight: 700;
}

.essay-continue {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--rust);
  font-weight: 600;
  padding: 8px 18px;
  border: 1.5px solid var(--rust);
  background: transparent;
  border-radius: 2px;
  margin-top: 4px;
}
.essay-continue:hover {
  background: var(--rust);
  color: var(--parchment);
  border-color: var(--rust);
}

/* ============================================================================
   SUBSCRIBE PANEL (sticky aside)
   ============================================================================ */

.subscribe-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 26px 24px 28px;
  position: sticky;
  top: 28px;
  box-shadow: var(--shadow-card);
}
.sub-tag {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--rust);
  font-weight: 700;
  margin-bottom: 8px;
}
.sub-title {
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.012em;
  line-height: 1.2;
  margin-bottom: 14px;
  color: var(--ink);
}
.sub-tier {
  padding: 14px 0;
  border-top: 1px solid var(--border);
}
.sub-tier:last-of-type { padding-bottom: 0; }
.sub-tier-name {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-dim);
  font-weight: 600;
  margin-bottom: 4px;
}
.sub-tier-list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 13.5px;
  color: var(--text-dim);
}
.sub-tier-list li {
  padding: 3px 0 3px 16px;
  position: relative;
  line-height: 1.5;
}
.sub-tier-list li::before {
  content: "·";
  position: absolute;
  left: 4px; top: 0;
  color: var(--rust);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.sub-form { margin-top: 20px; }
.sub-form input {
  width: 100%;
  padding: 11px 14px;
  background: var(--parchment);
  border: 1px solid var(--border);
  border-radius: 2px;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 14px;
  color: var(--ink);
  margin-bottom: 8px;
}
.sub-form input:focus { outline: 2px solid var(--rust); outline-offset: -1px; }
.sub-form button {
  width: 100%;
  background: var(--ink);
  color: var(--parchment);
  border: 0;
  padding: 12px;
  border-radius: 2px;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  cursor: pointer;
  transition: background 100ms ease;
}
.sub-form button:hover { background: var(--rust-deep); }
.sub-fineprint {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  color: var(--text-faint);
  font-size: 11.5px;
  margin-top: 10px;
  text-align: center;
}

/* ============================================================================
   ARCHIVE GRID + ARTICLE CARDS
   ============================================================================ */

section.archive,
section.read-next {
  padding: 56px 0;
  border-top: 3px double var(--ink);
}
.archive-head { margin-bottom: 36px; }
.archive-eyebrow {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--rust);
  font-weight: 700;
  margin-bottom: 8px;
}
h2.archive-title {
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.018em;
  margin: 0 0 8px;
  color: var(--ink);
}
.archive-sub {
  color: var(--text-dim);
  font-size: 17px;
  margin: 0;
  max-width: 600px;
}
.archive-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 56px;
}

a.arch-item {
  border-top: 1px solid var(--border);
  padding-top: 18px;
  display: block;
  border-bottom: 0;
  color: inherit;
}
a.arch-item:hover { color: inherit; border-bottom: 0; }
.arch-arc {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--rust);
  font-weight: 700;
  margin-bottom: 8px;
}
.arch-title {
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.012em;
  line-height: 1.18;
  color: var(--ink);
  margin: 0 0 6px;
}
a.arch-item:hover .arch-title { color: var(--rust); }
.arch-deck {
  font-size: 15.5px;
  color: var(--text-dim);
  line-height: 1.5;
  margin: 0 0 10px;
  font-style: italic;
}
.arch-meta {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 11.5px;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.arch-meta .sep { margin: 0 8px; color: var(--border); }

.paid-tag {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 9.5px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: var(--ink);
  color: var(--parchment);
  padding: 1px 6px;
  border-radius: 2px;
  margin-left: 8px;
  font-weight: 700;
  vertical-align: 2px;
}
.paid-tag.inline { margin-left: 12px; vertical-align: 1px; }

/* ============================================================================
   PULL QUOTE BLOCK
   ============================================================================ */

section.pull-block {
  padding: 80px 0;
  border-top: 3px double var(--ink);
  border-bottom: 3px double var(--ink);
  background: var(--surface);
  text-align: center;
}
.pull-quote-big {
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 36px;
  line-height: 1.3;
  color: var(--ink);
  font-style: italic;
  max-width: 800px;
  margin: 0 auto 24px;
  letter-spacing: -0.012em;
}
.pull-quote-big::before {
  content: "\201C";
  font-size: 80px;
  color: var(--rust);
  line-height: 0;
  vertical-align: -28px;
  margin-right: 8px;
}
.pull-cite {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 12px;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
}

/* ============================================================================
   SINGLE POST + PAGE
   ============================================================================ */

article.single-post,
article.single-page { padding: 56px 0 32px; }

.post-header,
.page-header { margin-bottom: 36px; }

.page-title {
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 18px;
  color: var(--ink);
}
.page-deck {
  font-family: "Iowan Old Style", Georgia, serif;
  font-style: italic;
  color: var(--text-dim);
  font-size: 22px;
  line-height: 1.45;
  margin: 0;
}

.post-feature-image {
  margin: 0 0 36px;
}
.post-feature-image figcaption {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 12px;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: 8px;
  text-align: center;
}

.post-content {
  font-size: 19px;
  line-height: 1.75;
  color: var(--ink);
}
.post-content > * + * { margin-top: 1.2em; }
.post-content p { margin: 0 0 22px; }
.post-content p:first-of-type::first-letter {
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 88px;
  float: left;
  line-height: 0.85;
  margin: 6px 12px 0 0;
  color: var(--rust);
  font-weight: 700;
}
.post-content h2 {
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.014em;
  line-height: 1.15;
  margin: 56px 0 18px;
  color: var(--ink);
}
.post-content h3 {
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  margin: 40px 0 12px;
  color: var(--ink);
}
.post-content blockquote {
  margin: 36px 0;
  padding: 24px 28px;
  background: var(--surface);
  border-left: 3px solid var(--rust);
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  color: var(--ink);
}
.post-content blockquote p:last-child { margin: 0; }
.post-content em { font-style: italic; }
.post-content strong { font-weight: 700; }
.post-content code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 1px 6px;
  border-radius: 2px;
  font-size: 0.92em;
}
.post-content pre {
  background: var(--ink);
  color: var(--parchment);
  padding: 18px;
  border-radius: 2px;
  overflow-x: auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 14px;
  line-height: 1.5;
}
.post-content pre code { background: transparent; border: 0; padding: 0; color: inherit; }
.post-content ul, .post-content ol { margin: 0 0 22px; padding: 0 0 0 24px; }
.post-content li { margin-bottom: 6px; }
.post-content hr {
  border: 0;
  border-top: 1px solid var(--border);
  margin: 48px 0;
}
.post-content img,
.post-content figure { margin: 36px 0; }
.post-content figcaption {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 12px;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: 8px;
  text-align: center;
}

/* Koenig editor card widths */
.kg-width-wide { margin-left: -10%; margin-right: -10%; }
.kg-width-full { margin-left: -20%; margin-right: -20%; }
@media (max-width: 1100px) {
  .kg-width-wide, .kg-width-full { margin-left: 0; margin-right: 0; }
}

/* Koenig callout card */
.kg-callout-card {
  padding: 18px 22px;
  margin: 28px 0;
  background: var(--surface);
  border-left: 3px solid var(--rust);
}
.kg-callout-card .kg-callout-emoji { font-size: 22px; margin-right: 10px; }

/* Koenig bookmark card */
.kg-bookmark-card {
  border: 1px solid var(--border);
  margin: 28px 0;
}
.kg-bookmark-container {
  display: flex;
  text-decoration: none;
  border-bottom: 0;
  color: inherit;
}
.kg-bookmark-content { padding: 16px 18px; flex: 1; }
.kg-bookmark-title {
  font-family: "Iowan Old Style", Georgia, serif;
  font-weight: 700;
  font-size: 17px;
  color: var(--ink);
  margin-bottom: 4px;
}
.kg-bookmark-description {
  font-size: 13.5px;
  color: var(--text-dim);
  line-height: 1.4;
}

.post-footer {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.post-byline-end strong {
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 20px;
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
}
.post-byline-end p {
  font-size: 15px;
  color: var(--text-dim);
  margin: 0 0 18px;
}
.post-tags {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 12px;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: 18px;
}
.post-tags-label { margin-right: 12px; }
.post-tag {
  display: inline-block;
  margin-right: 10px;
  color: var(--rust);
  border-bottom: 1px solid rgba(180, 83, 9, 0.4);
}

/* ============================================================================
   PAYWALL CTA
   ============================================================================ */

.paywall-cta {
  margin: 48px 0 24px;
  padding: 36px 30px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 3px solid var(--rust);
  text-align: center;
}
.paywall-eyebrow {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--rust);
  font-weight: 700;
  margin-bottom: 10px;
}
.paywall-title {
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.014em;
  margin: 0 0 12px;
  color: var(--ink);
}
.paywall-deck {
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-dim);
  margin: 0 auto 22px;
  max-width: 520px;
}
.paywall-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.paywall-cta-primary {
  background: var(--ink);
  color: var(--parchment);
  padding: 11px 22px;
  border-radius: 2px;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  border-bottom: 0;
}
.paywall-cta-primary:hover { background: var(--rust-deep); color: var(--parchment); border-bottom: 0; }
.paywall-cta-secondary {
  color: var(--rust);
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 11px 0;
  border-bottom: 1px solid rgba(180, 83, 9, 0.4);
}

/* ============================================================================
   PAGINATION
   ============================================================================ */

nav.pagination {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
}
.pagination a { color: var(--ink); border-bottom: 0; }
.pagination a:hover { color: var(--rust); }
.pagination .page-number { color: var(--text-faint); letter-spacing: 0.08em; }

/* ============================================================================
   PUBLICATION FOOTER (dark)
   ============================================================================ */

footer.publication {
  background: var(--ink);
  color: #cbd5e1;
  padding: 48px 0 28px;
  margin-top: 64px;
}
footer.publication a {
  color: #fbbf24;
  border-bottom-color: rgba(251, 191, 36, 0.4);
}
footer.publication a:hover { color: #fde68a; }

.foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 36px;
}
.foot-mast {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  color: #f8fafc;
  letter-spacing: -0.014em;
  line-height: 1;
}
.foot-mast .almanac-mark {
  width: 36px;
  height: 36px;
  color: #fbbf24;
}
.foot-tag {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
  max-width: 340px;
}
footer.publication h4 {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #94a3b8;
  margin: 0 0 14px;
  font-weight: 600;
}
.foot-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 13.5px;
}
.foot-bottom {
  border-top: 1px solid #2d3e58;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", system-ui, sans-serif;
  font-size: 12px;
  color: #708096;
}

/* ============================================================================
   RESPONSIVE
   ============================================================================ */

@media (max-width: 800px) {
  body { font-size: 17px; }
  .wordmark-title { font-size: 48px; }
  .almanac-mark { width: 44px; height: 44px; }
  .wordmark-lockup { gap: 14px; }
  h1.essay-title { font-size: 34px; }
  .essay-deck { font-size: 18px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .archive-grid { grid-template-columns: 1fr; gap: 28px; }
  .pull-quote-big { font-size: 24px; }
  .pull-quote-big::before { font-size: 56px; vertical-align: -16px; }
  .foot-grid { grid-template-columns: 1fr; }
  nav.publication ul { gap: 18px; }
  .subscribe-panel { position: static; }
  .page-title { font-size: 32px; }
  .post-content { font-size: 17px; }
  .post-content h2 { font-size: 26px; margin-top: 40px; }
  .post-content p:first-of-type::first-letter,
  .essay-excerpt p:first-child::first-letter { font-size: 64px; margin-right: 8px; }
  .container { padding: 0 20px; }
}
