* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: Georgia, 'Times New Roman', serif;
  background: #111111;
  color: #d4d0c8;
  font-size: 16px;
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
.site { max-width: 680px; margin: 0 auto; padding: 2rem 1.5rem; }
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #2a2a2a;
  margin-bottom: 3rem;
}
.nav-brand {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #d4d0c8;
}
.nav-links { display: flex; gap: 24px; }
.nav-links a { font-size: 13px; color: #666; }
.nav-links a:hover { color: #d4d0c8; }
.hero { margin-bottom: 3rem; }
.hero-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 1rem;
}
.hero-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  color: #e8e4dc;
}
.hero-sub {
  font-size: 15px;
  color: #888;
  max-width: 520px;
  line-height: 1.8;
}
hr.divider {
  border: none;
  border-top: 1px solid #2a2a2a;
  margin: 2.5rem 0;
}
.section-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 1.5rem;
}
.post-row {
  padding: 1.25rem 0;
  border-bottom: 1px solid #2a2a2a;
}
.post-row:first-of-type { border-top: 1px solid #2a2a2a; }
.post-date { font-size: 12px; color: #555; margin-bottom: 4px; }
.post-title {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 6px;
  color: #d4d0c8;
}
.post-title a:hover { text-decoration: underline; }
.post-excerpt { font-size: 13px; color: #666; line-height: 1.7; }
.page-title {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #e8e4dc;
}
.page-body { font-size: 15px; color: #888; line-height: 1.9; max-width: 560px; }
.page-body p { margin-bottom: 1.25rem; }
.contact-form { max-width: 480px; margin-top: 2rem; }
.form-group { margin-bottom: 1.25rem; }
label { display: block; font-size: 13px; color: #666; margin-bottom: 6px; }
input, textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #2a2a2a;
  font-family: Georgia, serif;
  font-size: 14px;
  color: #d4d0c8;
  background: #1a1a1a;
  border-radius: 4px;
}
input:focus, textarea:focus {
  outline: none;
  border-color: #555;
}
textarea { height: 120px; resize: vertical; }
button[type="submit"] {
  padding: 10px 24px;
  background: #d4d0c8;
  color: #111;
  border: none;
  font-family: Georgia, serif;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
}
button[type="submit"]:hover { background: #e8e4dc; }
.footer {
  margin-top: 4rem;
  padding-top: 1.5rem;
  border-top: 1px solid #2a2a2a;
  font-size: 12px;
  color: #444;
}
