* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: Georgia, 'Iowan Old Style', 'Palatino Linotype', serif; background: #faf8f3; color: #2b2b2b; line-height: 1.65; }
a { color: #6b4423; text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.2s; }
a:hover { border-bottom-color: #6b4423; }
header { background: #f3eee2; border-bottom: 1px solid #e0d7c2; }
nav { display: flex; justify-content: space-between; align-items: center; padding: 1.2rem 2rem; max-width: 780px; margin: 0 auto; }
.logo { font-size: 1.35rem; font-weight: 700; font-style: italic; color: #3a2818; }
nav ul { display: flex; list-style: none; gap: 1.5rem; }
nav ul a { font-size: 0.95rem; color: #5a4633; }
main { max-width: 780px; margin: 0 auto; padding: 3rem 2rem 4rem; }
.hero { margin-bottom: 3rem; padding-bottom: 2rem; border-bottom: 1px solid #e0d7c2; }
.hero h1 { font-size: 2.2rem; margin-bottom: 0.5rem; color: #2b2b2b; }
.lede { font-size: 1.1rem; color: #6b6055; font-style: italic; }
.posts h2, .about-strip h2 { font-size: 1rem; text-transform: uppercase; letter-spacing: 0.15em; color: #8a7c6a; margin-bottom: 1.5rem; font-weight: normal; }
.card { margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px dashed #d4cbb5; }
.card:last-child { border-bottom: none; }
.card h3 { font-size: 1.3rem; margin-bottom: 0.4rem; color: #2b2b2b; }
.card p { color: #4d4438; }
.card small { display: block; margin-top: 0.5rem; color: #9a8c7a; font-size: 0.85rem; }
.about-strip { margin-top: 3rem; padding: 1.5rem; background: #f3eee2; border-left: 3px solid #c2a878; border-radius: 0 4px 4px 0; }
.about-strip p { color: #4d4438; }
footer { text-align: center; padding: 2rem; color: #8a7c6a; font-size: 0.85rem; border-top: 1px solid #e0d7c2; }
