/* blog-personal — long-form editorial. Cream bg, serif body, drop caps. */
*, *::before, *::after { box-sizing: border-box; }
html { font-size: var(--fs-base, 19px); }
body { margin: 0; font-family: var(--f-body, 'Lora', Charter, Georgia, serif); background: var(--c-bg, #FAF7F0); color: var(--c-text, #1A1A1A); line-height: var(--lh, 1.75); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--c-accent, #B45309); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { text-decoration-thickness: 2px; }
code, pre { font-family: var(--f-code); }
pre { background: #F5F1E8; padding: 1rem; overflow-x: auto; border-radius: 4px; font-size: 0.85rem; }
code { background: #F5F1E8; padding: 0.1em 0.3em; border-radius: 3px; font-size: 0.85em; }
.container { max-width: var(--max-w, 640px); margin: 0 auto; padding: 0 1.5rem; }
.site-header { padding: 2.5rem 0 1.5rem; text-align: center; }
.brand { font-family: var(--f-heading, 'Inter', sans-serif); font-weight: 700; font-size: 1.5rem; letter-spacing: -0.01em; color: var(--c-primary, #1A1A1A); }
.tagline { color: var(--c-muted, #78716C); margin: 0.5rem 0 1rem; font-style: italic; font-size: 0.95rem; }
.primary-nav { display: flex; justify-content: center; gap: 2rem; padding-top: 0.5rem; border-top: 1px solid rgba(0,0,0,0.1); margin-top: 1rem; }
.primary-nav a { color: var(--c-text); text-decoration: none; font-family: var(--f-heading, sans-serif); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; }
.primary-nav a:hover { color: var(--c-accent); }
.site-main { padding: 3rem 0 6rem; }
.page-title { font-family: var(--f-heading); font-size: 1.5rem; margin: 0 0 2rem; text-align: center; letter-spacing: -0.01em; }
.posts { list-style: none; padding: 0; margin: 0; }
.post-card { padding: 2.5rem 0; border-bottom: 1px solid rgba(0,0,0,0.08); }
.post-card .cover img { margin-bottom: 1rem; border-radius: 4px; }
.post-card h2 { font-family: var(--f-heading); font-size: 1.65rem; font-weight: 700; margin: 0.5rem 0; line-height: 1.25; letter-spacing: -0.01em; }
.post-card h2 a { color: var(--c-primary); text-decoration: none; }
.post-card h2 a:hover { color: var(--c-accent); }
.post-card .meta { color: var(--c-muted); font-size: 0.85rem; font-style: italic; }
.post-card .excerpt { color: var(--c-text); margin: 0.75rem 0; }
.read-more { font-family: var(--f-heading); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; text-decoration: none; }
.post-single .post-header { text-align: center; margin-bottom: 2.5rem; }
.post-single .post-header h1 { font-family: var(--f-heading); font-size: 2.5rem; font-weight: 800; margin: 0 0 1rem; letter-spacing: -0.02em; line-height: 1.15; color: var(--c-primary); }
.post-single .meta { color: var(--c-muted); font-size: 0.85rem; font-style: italic; }
.post-single .cover { margin: 2.5rem 0; }
.post-body > p:first-of-type::first-letter { font-family: var(--f-heading); float: left; font-size: 4rem; line-height: 0.85; font-weight: 800; margin: 0.35rem 0.5rem 0 0; color: var(--c-accent, #B45309); }
.post-body p { margin: 1.25rem 0; text-align: justify; hyphens: auto; }
.post-body h2 { font-family: var(--f-heading); color: var(--c-primary); margin-top: 2.5rem; font-size: 1.5rem; font-weight: 700; }
.post-body h3 { font-family: var(--f-heading); color: var(--c-primary); margin-top: 1.75rem; }
.post-body blockquote { font-size: 1.4rem; font-style: italic; color: var(--c-primary); border: none; margin: 2rem auto; padding: 0; text-align: center; max-width: 90%; line-height: 1.4; }
.post-body blockquote::before { content: '"'; font-size: 2em; color: var(--c-accent); line-height: 0; vertical-align: -0.4em; margin-right: 0.1em; }
.post-footer { margin-top: 3.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(0,0,0,0.1); text-align: center; }
.post-footer a { font-family: var(--f-heading); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; text-decoration: none; }
.error-page { text-align: center; padding: 6rem 0; }
.error-page h1 { font-family: var(--f-heading); font-size: 3rem; font-weight: 800; }
.site-footer { border-top: 1px solid rgba(0,0,0,0.1); padding: 2rem 0; color: var(--c-muted); font-size: 0.85rem; font-style: italic; text-align: center; }
.empty { color: var(--c-muted); font-style: italic; text-align: center; }
