:root{--bg:#f6f3ee;--ink:#2b2622;--muted:#7a6f66;--accent:#8a5a2b;--card:#fffdf9}
*{box-sizing:border-box}body{margin:0;font:17px/1.6 Georgia,"Times New Roman",serif;color:var(--ink);background:var(--bg)}
header{padding:2.2rem 1rem 1rem;max-width:760px;margin:0 auto}header h1{margin:0;font-weight:normal;font-size:1.9rem;letter-spacing:.02em}
header p{margin:.3rem 0 0;color:var(--muted)}nav a{color:var(--accent);margin-right:1.2rem;text-decoration:none}nav a:hover{text-decoration:underline}
main{max-width:760px;margin:0 auto;padding:0 1rem 3rem}article{background:var(--card);border:1px solid #e6dfd5;border-radius:6px;padding:1.2rem 1.4rem;margin:1.2rem 0}
article h2{margin:.1rem 0 .4rem;font-size:1.25rem;font-weight:normal}time{color:var(--muted);font-size:.9rem}
footer{max-width:760px;margin:0 auto;padding:1rem;color:var(--muted);font-size:.85rem;border-top:1px solid #e6dfd5}
img{max-width:100%;border-radius:4px}
