:root { --ink: #20201e; --muted: #6d6962; --paper: #f5f1e8; --line: #d9d2c4; --accent: #a6452f; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 18px/1.65 Georgia, 'Times New Roman', serif; }
a { color: inherit; text-decoration-color: #bf826d; text-underline-offset: .15em; }
a:hover { color: var(--accent); }
.shell { width: min(100% - 2rem, 760px); margin-inline: auto; }
.site-header { border-bottom: 1px solid var(--line); padding: 1.1rem 0; }
.site-header .shell { display: flex; align-items: baseline; justify-content: space-between; }
.brand { font: 700 1.2rem/1.2 system-ui, sans-serif; text-decoration: none; letter-spacing: -.03em; }
.site-header nav { font: 700 .85rem/1 system-ui, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.intro, .section-header { padding: clamp(3.5rem, 11vw, 7rem) 0 3rem; }
.eyebrow, .post-date, .tags { color: var(--muted); font: 700 .72rem/1.3 system-ui, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.6rem, 8vw, 5rem); margin: .2rem 0 1rem; }
h2 { font-size: clamp(1.7rem, 4vw, 2.4rem); margin: .2rem 0 .5rem; }
h3 { font-size: 1.45rem; margin: .2rem 0 .4rem; }
.button { display: inline-block; margin-top: .7rem; padding: .7rem 1rem; color: white; background: var(--accent); font: 700 .85rem/1 system-ui, sans-serif; text-decoration: none; }
.latest { padding-bottom: 4rem; }
.post-list { list-style: none; margin: 1rem 0 4rem; padding: 0; }
.post-list article { padding: 1.7rem 0; border-top: 1px solid var(--line); }
.post-list p { margin: .3rem 0 0; }.post-list .post-date { margin: 0; }
.post { max-width: 680px; padding: clamp(3rem, 9vw, 6rem) 0 2rem; }
.post header { border-bottom: 1px solid var(--line); padding-bottom: 1.7rem; margin-bottom: 2rem; }
.post-body p, .post-body ul, .post-body ol { margin: 0 0 1.25rem; }
.post-body img { max-width: 100%; height: auto; }.post-body pre { overflow-x: auto; }.post-nav { border-top: 1px solid var(--line); padding: 1.5rem 0 4rem; }.site-footer { border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; padding: 1.5rem 0 3rem; }
@media (max-width: 500px) { body { font-size: 17px; }.shell { width: min(100% - 1.4rem, 760px); } }
