/* themanwhowasntthere.com -- Silver Gelatin v2 */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;1,9..40,400&family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;1,6..72,400&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --paper: #EEEAE4;
  --ink: #1A1816;
  --mid: #7A756E;
  --rule: #CCC7BF;
  --ghost: #DEDAD4;
}

html { font-size: 16px; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Newsreader', Georgia, serif;
  font-size: 19px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--ink); }
a:hover { opacity: 0.65; }

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

/* -- Layout ------------------------------------------------ */

.col {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 32px;
}

.col-narrow {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 32px;
}

/* -- Header ------------------------------------------------ */

.site-header {
  padding: 28px 0;
}

.site-header .col {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.wordmark {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mid);
  text-decoration: none;
}

.wordmark:hover { color: var(--ink); opacity: 1; }

.header-nav {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mid);
}

.header-nav a {
  color: var(--mid);
  text-decoration: none;
  margin-left: 28px;
}

.header-nav a:hover { color: var(--ink); opacity: 1; }

/* -- Featured image plate --------------------------------- */

.plate {
  margin: 0 0 48px;
}

.plate img {
  width: 100%;
  display: block;
}

/* -- Article feed (homepage) ------------------------------- */

.feed-rule {
  border: none;
  border-top: 1px solid var(--rule);
  margin: 0;
}

.feed-item {
  padding: 64px 0 80px;
}

.feed-header {
  margin-bottom: 40px;
}

.feed-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 16px;
}

.feed-title {
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.feed-title a {
  text-decoration: none;
  color: var(--ink);
}

.feed-title a:hover { opacity: 0.65; }

.feed-date {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--mid);
}

/* -- Article body (shared homepage + article pages) -------- */

.article-body h2 {
  font-family: 'Newsreader', Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  margin: 48px 0 16px;
  color: var(--ink);
}

.article-body h3 {
  font-family: 'Newsreader', Georgia, serif;
  font-size: 19px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.4;
  margin: 36px 0 12px;
  color: var(--ink);
}

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

.article-body a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--rule);
}

.article-body a:hover {
  text-decoration-color: var(--ink);
  opacity: 1;
}

.article-body blockquote {
  border-left: 2px solid var(--rule);
  padding-left: 24px;
  margin: 36px 0;
  color: var(--mid);
  font-style: italic;
}

/* -- Article page ------------------------------------------ */

.article-header {
  padding: 64px 0 40px;
}

.article-header .feed-eyebrow {
  margin-bottom: 16px;
}

.article-headline {
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}

.article-meta {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--mid);
}

.article-content {
  padding-bottom: 80px;
}

/* -- Related reading --------------------------------------- */

.related {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--rule);
  font-size: 15px;
  line-height: 1.6;
  color: var(--mid);
}

.related a {
  color: var(--mid);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--rule);
}

.related a:hover {
  color: var(--ink);
  text-decoration-color: var(--ink);
  opacity: 1;
}

/* -- About page -------------------------------------------- */

.about-header {
  padding: 64px 0 32px;
}

.about-title {
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.about-body {
  padding-bottom: 80px;
}

.about-body p {
  margin-bottom: 20px;
}

/* -- Footer ------------------------------------------------ */

.site-footer {
  border-top: 1px solid var(--rule);
  padding: 48px 0 64px;
}

.footer-about {
  max-width: 520px;
  margin: 0 auto 32px;
  text-align: center;
  font-size: 15px;
  line-height: 1.65;
  color: var(--mid);
}

.footer-nav {
  text-align: center;
  margin-bottom: 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-nav a {
  color: var(--mid);
  text-decoration: none;
  margin: 0 16px;
}

.footer-nav a:hover { color: var(--ink); opacity: 1; }

.footer-copy {
  text-align: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: var(--mid);
  letter-spacing: 0.04em;
}

/* -- Responsive -------------------------------------------- */

@media (max-width: 719px) {
  .col { padding: 0 20px; }
  .col-narrow { padding: 0 20px; }
  body { font-size: 18px; }
  .feed-item { padding: 48px 0 64px; }
  .article-header { padding: 48px 0 32px; }
}
