:root { color-scheme: light; --ink: #302720; --muted: #76675c; --paper: #fbf7ef; --card: #fffdf8; --accent: #8b3f2f; --line: #dfd2c3; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 18px/1.68 Georgia, "Times New Roman", serif; }
a { color: var(--accent); text-decoration-thickness: .08em; text-underline-offset: .16em; }
.site-header, main, footer { width: min(760px, calc(100% - 2rem)); margin-inline: auto; }
.site-header { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 2rem 0 1rem; border-bottom: 1px solid var(--line); }
.site-title { color: var(--ink); font-size: 1.25rem; font-weight: 700; text-decoration: none; }
nav { display: flex; gap: 1.1rem; }
main { padding: 3rem 0 4rem; }
h1, h2 { line-height: 1.2; font-weight: 500; }
.intro { margin-bottom: 3rem; }
.intro h1 { font-size: clamp(2.2rem, 8vw, 4rem); margin: 0 0 .5rem; }
.intro p, .page-heading p, footer { color: var(--muted); }
.entry-card { margin: 0 0 3.25rem; padding: 1.7rem; background: var(--card); border: 1px solid var(--line); border-radius: .35rem; }
.entry-card h2, .journal-entry h1 { margin-top: 0; font-size: 1.2rem; }
.entry-card h2 a { color: var(--muted); }
.prose p, .entry-card p { margin: 1.15em 0; }
.archive-list { padding: 0; list-style: none; }
.archive-list li { padding: .75rem 0; border-bottom: 1px solid var(--line); }
.pagination, .entry-nav { justify-content: space-between; margin-top: 2.5rem; padding-top: 1rem; border-top: 1px solid var(--line); }
footer { padding: 1.5rem 0 2.5rem; border-top: 1px solid var(--line); font-size: .9rem; }
@media (max-width: 520px) { body { font-size: 16px; } .site-header { align-items: flex-start; flex-direction: column; } .entry-card { padding: 1.15rem; } }
