:root {
  --bg: #fbfaf7;
  --paper: #ffffff;
  --ink: #1a1816;
  --ink-soft: #6e6a64;
  --rule: #d8d3ca;
  --accent: #6e3a1f;
  --serif: 'Iowan Old Style', 'Hoefler Text', Georgia, serif;
  --mono: 'Courier New', 'Iosevka', 'Menlo', monospace;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--serif); background: var(--bg); color: var(--ink); line-height: 1.85; -webkit-font-smoothing: antialiased; font-size: 17px; }
.container { max-width: 660px; margin: 0 auto; padding: 0 32px; }
a { color: var(--accent); text-decoration: none; border-bottom: 1px dotted var(--accent); }
a:hover { border-bottom-style: solid; }

header.journal { padding: 64px 0 32px; text-align: center; border-bottom: 1px solid var(--rule); }
.journal-issue { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 18px; }
.brand { font-family: var(--serif); font-style: italic; font-size: 38px; color: var(--ink); text-decoration: none; font-weight: 400; border: none; letter-spacing: 0.005em; display: inline-flex; align-items: center; gap: 8px; }
.brand-icon { width: 24px; height: 24px; flex-shrink: 0; vertical-align: middle; margin-right: 6px; }
.brand:hover { border: none; }
.tagline { font-family: var(--mono); font-size: 12px; color: var(--ink-soft); margin-top: 12px; letter-spacing: 0.04em; }
nav.journal-nav { margin-top: 28px; display: flex; justify-content: center; gap: 28px; }
nav.journal-nav a { font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; color: var(--ink-soft); border: none; }
nav.journal-nav a:hover { color: var(--ink); }

.editorial { padding: 64px 0; border-bottom: 1px solid var(--rule); }
.editorial h2 { font-family: var(--serif); font-style: italic; font-size: 24px; font-weight: 400; color: var(--ink); margin-bottom: 18px; }
.editorial p { margin-bottom: 16px; }
.editorial p:first-of-type::first-letter { font-family: var(--serif); font-size: 56px; line-height: 0.9; float: left; padding: 6px 12px 0 0; color: var(--accent); }

.entries { padding: 48px 0; }
.entries h2 { font-family: var(--mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 24px; font-weight: 400; }
.entry-row { padding: 20px 0; border-top: 1px solid var(--rule); }
.entry-row:last-child { border-bottom: 1px solid var(--rule); }
.entry-date { font-family: var(--mono); font-size: 11px; color: var(--ink-soft); letter-spacing: 0.06em; margin-bottom: 4px; }
.entry-title { font-family: var(--serif); font-style: italic; font-size: 19px; font-weight: 400; color: var(--ink); margin-bottom: 6px; }
.entry-row p { font-size: 15px; color: var(--ink-soft); line-height: 1.7; max-width: 56ch; }

.colophon { padding: 56px 0 80px; font-family: var(--mono); font-size: 12px; color: var(--ink-soft); line-height: 1.8; }
.colophon p { margin-bottom: 6px; }
.colophon a { font-family: inherit; }

article.page { padding: 56px 0; }
article.page .breadcrumb { font-family: var(--mono); font-size: 11px; color: var(--ink-soft); margin-bottom: 16px; border: none; }
article.page .breadcrumb a { color: inherit; border: none; }
article.page h1 { font-family: var(--serif); font-size: 36px; font-weight: 400; color: var(--ink); margin-bottom: 24px; line-height: 1.25; font-style: italic; }
article.page h2 { font-family: var(--serif); font-style: italic; font-size: 22px; font-weight: 400; color: var(--ink); margin-top: 36px; margin-bottom: 10px; }
article.page p { margin-bottom: 16px; }

/* Site images */
.editorial-img { width: 100%; max-height: 420px; object-fit: cover; display: block; margin: 24px auto; border-radius: 2px; }

body > header:not([class]) { padding: 28px 0; border-bottom: 1px solid var(--rule); text-align: center; }
body > header:not([class]) .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
body > header:not([class]) .brand { display: inline-flex; align-items: center; gap: 10px; font-size: 38px; }
body > header:not([class]) .brand-icon { width: 26px; height: 26px; flex-shrink: 0; color: var(--ink-soft); }
body > header:not([class]) nav { display: flex; gap: 22px; }
body > header:not([class]) nav a { font-family: var(--mono); font-size: 12px; color: var(--ink-soft); border: none; }
