/* ─── Post header ───────────────────── */

.post-header {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}

.post-header h1 {
  margin-top: 0;
  margin-bottom: 0.375rem;
}

.post-date {
  color: var(--ink-muted);
  font-size: 0.875rem;
  font-style: italic;
  letter-spacing: 0.03em;
}

/* ─── Post body ─────────────────────── */

article h2:first-of-type {
  margin-top: 1rem;
}

.post-hero {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border: 1px solid var(--border);
  margin-bottom: 1.5rem;
}

/* ─── Post list ─────────────────────── */

.post-list {
  margin-top: 0.25rem;
}

.post-entry {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
}

.post-entry:first-child {
  border-top: 1px solid var(--border);
}

.post-entry:hover .post-entry-title {
  color: var(--navy);
}

.post-entry-date {
  display: block;
  font-size: 0.8125rem;
  font-style: italic;
  color: var(--ink-muted);
  letter-spacing: 0.03em;
  margin-bottom: 0.25rem;
}

.post-entry-title {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 1.0625rem;
  color: var(--ink);
  margin-bottom: 0.375rem;
  line-height: 1.35;
  transition: color 0.15s;
  text-decoration: none;
}

.post-entry-desc {
  display: block;
  font-size: 0.9375rem;
  color: var(--ink-light);
  line-height: 1.55;
}
