:root{--bg:#faf9f6;--fg:#2b2b28;--muted:#6b6b63;--accent:#a85c32;}
*{box-sizing:border-box;}
body{margin:0;background:var(--bg);color:var(--fg);font-family:Georgia,'Times New Roman',serif;line-height:1.6;}
header{padding:2.5rem 1.5rem 1rem;max-width:640px;margin:0 auto;}
header h1{font-size:1.6rem;margin:0 0 .25rem;}
header p{color:var(--muted);margin:0;font-size:.95rem;}
nav{max-width:640px;margin:0 auto;padding:0 1.5rem 1.5rem;border-bottom:1px solid #e5e2da;}
nav a{color:var(--accent);text-decoration:none;margin-right:1.2rem;font-size:.9rem;}
nav a:hover{text-decoration:underline;}
main{max-width:640px;margin:0 auto;padding:2rem 1.5rem 4rem;}
main p{margin:0 0 1.1rem;}
footer{max-width:640px;margin:0 auto;padding:1.5rem;color:var(--muted);font-size:.8rem;border-top:1px solid #e5e2da;}
