: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: grid; grid-template-columns: 100px minmax(0, 1fr); align-items: center; gap: 1.25rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.site-portrait { display: block; width: 100px; height: 100px; border-radius: 50%; object-fit: cover; }
.site-identity { min-width: 0; }
.site-title { display: inline-block; color: var(--ink); font-size: 1.55rem; font-weight: 700; line-height: 1.2; text-decoration: none; }
.site-tagline { margin: .15rem 0 .55rem; color: var(--muted); font-size: .95rem; line-height: 1.4; }
.site-nav { flex-wrap: wrap; gap: .25rem 1rem; line-height: 1.4; }
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); }
.search-form label { display: block; margin-bottom: .4rem; }
.search-controls { display: flex; gap: .65rem; }
.search-controls input { min-width: 0; flex: 1; padding: .65rem .75rem; color: var(--ink); background: var(--card); border: 1px solid var(--line); border-radius: .25rem; font: inherit; }
.search-controls button { padding: .65rem 1rem; color: var(--card); background: var(--accent); border: 1px solid var(--accent); border-radius: .25rem; font: inherit; cursor: pointer; }
.search-status { color: var(--muted); }
.search-results { padding: 0; list-style: none; }
.search-results li { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.search-results li > a { font-size: 1.1rem; }
.search-results p { margin: .35rem 0 0; color: var(--muted); }
.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 { grid-template-columns: 68px minmax(0, 1fr); align-items: start; gap: .9rem; padding: 1.25rem 0 1rem; } .site-portrait { width: 68px; height: 68px; } .site-title { font-size: 1.3rem; } .site-tagline { margin-bottom: .4rem; font-size: .9rem; } .site-nav { gap: .2rem .8rem; } .entry-card { padding: 1.15rem; } }
