:root {
  --ink: #1a1a1a;
  --ink-deep: #0a0a0a;
  --paper: #ffffff;
  --paper-warm: #faf8f4;
  --rule: #e8e4dc;
  --muted: #666666;
  --gold: #c5a572;
  --gold-deep: #a88a55;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--paper); color: var(--ink); -webkit-font-smoothing: antialiased; }
body {
  font-family: 'Inter', -apple-system, sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.005em;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -0.005em;
}
.kicker {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.kicker-rule { display: inline-block; padding-bottom: 6px; border-bottom: 1px solid var(--gold); }

.masthead { border-bottom: 1px solid var(--rule); padding: 28px 48px 22px; text-align: center; background: var(--paper); }
.masthead-rule { font-size: 10px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.masthead-title { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 500; line-height: 1; }
.masthead-tagline { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 16px; color: var(--muted); margin-top: 10px; }
.nav { display: flex; justify-content: center; gap: 36px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--rule); font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 500; }
.nav a { color: var(--ink); transition: color .2s; }
.nav a:hover { color: var(--gold-deep); }

.article-head { max-width: 820px; margin: 0 auto; padding: 72px 48px 32px; text-align: center; }
.article-head .kicker { display: inline-block; margin-bottom: 22px; }
.article-head h1 { font-size: 64px; line-height: 1.05; margin-bottom: 24px; }
.article-head h1 em { font-style: italic; color: var(--gold-deep); }
.article-deck { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 22px; color: var(--muted); line-height: 1.45; max-width: 680px; margin: 0 auto 32px; }
.byline { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); padding-bottom: 32px; border-bottom: 1px solid var(--rule); margin-bottom: 0; }
.byline strong { color: var(--ink); font-weight: 500; }

.article-hero { width: 100%; max-width: 1280px; margin: 16px auto 0; }
.article-hero img { width: 100%; height: auto; filter: grayscale(8%) contrast(1.02); }
.article-hero figcaption { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 14px; color: var(--muted); text-align: center; padding: 16px 48px; max-width: 780px; margin: 0 auto; }

.article-body { max-width: 720px; margin: 0 auto; padding: 56px 32px 80px; font-size: 18px; line-height: 1.75; color: var(--ink); }
.article-body > p { margin-bottom: 26px; }
.article-body > p:first-of-type::first-letter {
  font-family: 'Cormorant Garamond', serif;
  font-size: 78px;
  float: left;
  line-height: 0.85;
  padding: 8px 14px 0 0;
  color: var(--gold-deep);
  font-weight: 500;
}
.article-body h2 {
  font-size: 36px;
  margin: 56px 0 22px;
  line-height: 1.15;
}
.article-body h2::before {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 22px;
}
.article-body h3 {
  font-size: 24px;
  margin: 40px 0 16px;
  line-height: 1.2;
  font-style: italic;
}
.article-body figure {
  margin: 48px -80px;
}
.article-body figure img {
  width: 100%;
  filter: grayscale(8%);
}
.article-body figure figcaption {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--muted);
  text-align: center;
  padding-top: 12px;
}
.article-body blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  line-height: 1.3;
  font-style: italic;
  color: var(--ink);
  text-align: center;
  padding: 36px 0;
  margin: 48px -40px;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}
.article-body blockquote cite {
  display: block;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 18px;
}
.article-body .pull {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-style: italic;
  line-height: 1.4;
  color: var(--ink);
  margin: 36px 0;
  padding-left: 28px;
  border-left: 2px solid var(--gold);
}
.article-body ul, .article-body ol {
  margin: 0 0 28px 28px;
}
.article-body li { margin-bottom: 10px; }
.article-body strong { font-weight: 500; color: var(--ink-deep); }

.article-footer-rule {
  text-align: center;
  padding: 32px 0 8px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  color: var(--muted);
  border-top: 1px solid var(--gold);
  max-width: 320px;
  margin: 48px auto 0;
}

.related {
  background: var(--paper-warm);
  padding: 72px 48px;
}
.related-inner { max-width: 1100px; margin: 0 auto; }
.related-head { text-align: center; margin-bottom: 48px; }
.related-head .kicker { display: inline-block; margin-bottom: 14px; }
.related-head h3 { font-size: 32px; line-height: 1.1; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.related-card .kicker { display: block; margin-bottom: 8px; }
.related-card h4 { font-size: 22px; margin-bottom: 10px; line-height: 1.2; }
.related-card p { font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--muted); font-size: 15px; line-height: 1.5; margin-bottom: 12px; }
.related-card a.read { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink); border-bottom: 1px solid var(--gold); padding-bottom: 3px; }

.footer { background: var(--ink-deep); color: rgba(255,255,255,0.7); padding: 72px 48px 40px; text-align: center; }
.footer h5 { font-family: 'Cormorant Garamond', serif; font-size: 32px; color: var(--paper); margin-bottom: 10px; }
.footer .tag { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 16px; color: rgba(255,255,255,0.65); margin-bottom: 36px; }
.footer-links { display: flex; justify-content: center; gap: 28px; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 32px; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,0.7); }
.footer-links a:hover { color: var(--gold); }
.footer .legal { font-size: 11px; letter-spacing: 0.12em; color: rgba(255,255,255,0.4); padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.1); max-width: 800px; margin: 0 auto; line-height: 1.7; }

@media (max-width: 900px) {
  .masthead { padding: 22px 22px 18px; }
  .masthead-title { font-size: 38px; }
  .nav { gap: 18px; flex-wrap: wrap; }
  .article-head { padding: 48px 24px 24px; }
  .article-head h1 { font-size: 38px; }
  .article-body { padding: 36px 24px 56px; font-size: 17px; }
  .article-body figure { margin: 32px 0; }
  .article-body blockquote { font-size: 22px; margin: 32px 0; padding: 24px 0; }
  .article-body h2 { font-size: 28px; }
  .related { padding: 48px 24px; }
  .related-grid { grid-template-columns: 1fr; gap: 32px; }
}
