* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: Georgia, serif; max-width: 720px; margin: 2em auto; padding: 0 1em; line-height: 1.7; color: #2b2b2b; background: #fafaf5; }
header { border-bottom: 2px solid #c44; padding-bottom: 1em; margin-bottom: 2em; }
h1 { color: #c44; font-size: 1.8em; } h2 { color: #333; margin: 1em 0 0.5em; font-size: 1.3em; }
nav a { color: #888; text-decoration: none; margin-right: 0.8em; } nav a:hover { color: #c44; }
.lead { color: #666; font-style: italic; }
article { background: white; padding: 1.2em; margin-bottom: 1em; border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
.meta { color: #999; font-size: 0.85em; margin-bottom: 0.6em; }
