
:root {
  --accent: hsl(173, 62%, 48%);
  --accent-soft: hsl(173, 25%, 97%);
  --text: #0c4a6e;
  --bg: #f0f9ff;
  --radius: 8px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body.bc9552b { font-family: 'Trebuchet MS', sans-serif; background: var(--bg); color: var(--text); line-height: 1.75; }
h1, h2, h3 { font-family: Garamond, 'Times New Roman', serif; }
header img.logo { max-height: 72px; margin-bottom: 0.75rem; }
.cover { width: 100%; max-height: 360px; object-fit: cover; display: block; }
nav { background: rgba(0,0,0,0.03); padding: 0.85rem; text-align: center; }
nav a { color: var(--accent); margin: 0 0.5rem; text-decoration: none; font-weight: 600; }
main { max-width: 1060px; margin: 2rem auto; padding: 0 1.25rem; }
article { background: #fff; padding: 2rem; border-radius: var(--radius); box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.article-image { margin: 1.25rem 0; }
.article-image img { width: 100%; max-height: 420px; object-fit: cover; border-radius: calc(var(--radius) * 0.5); display: block; }
.author { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid #e2e8f0; font-size: 0.92rem; color: #64748b; }
footer { text-align: center; padding: 2rem; color: #64748b; font-size: 0.85rem; margin-top: 2rem; }
footer .social a { margin: 0 0.5rem; color: var(--accent); }
header.split-header { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1.5rem; text-align: left; padding: 1.5rem 2rem; background: var(--accent); color: #fff; }
nav a { background: var(--accent-soft); padding: 0.4rem 1rem; border-radius: 999px; margin: 0 0.25rem; }
.split-body { display: grid; grid-template-columns: 1fr 280px; gap: 2rem; } @media(max-width:768px){ .split-body { grid-template-columns: 1fr; } } header.split-header { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1.5rem; text-align: left; padding: 1.5rem 2rem; }

.post-list{display:grid;gap:1.25rem;margin-top:1.5rem}
.post-teaser h2{margin:0 0 .4rem}
.post-teaser p{margin:0;opacity:.9}
article.post h1{margin-top:0}
