/* Intentionally small. Every rule below has to earn its place. */

html {
  background: #FBF8F1;
  color: #1C1917;
  font-family: Charter, "Bitstream Charter", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 19px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  padding: 0;
}

.page {
  max-width: 34rem;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 4rem;
}

/* --- Header --- */

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-bottom: 3.5rem;
  padding-bottom: 0;
}

.site-header .name {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.site-header nav {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.85rem;
  color: #5A544A;
}

.site-header nav a {
  color: #5A544A;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.site-header nav a:hover {
  color: #7A2E1E;
  border-bottom-color: #7A2E1E;
}

.site-header nav .sep {
  margin: 0 0.45em;
  color: #C9C2B4;
}

/* --- Prose --- */

p {
  margin: 0 0 1em;
}

p + p {
  margin-top: 0;
}

h1, h2, h3 {
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 0.8em;
}

h1 {
  font-size: 1.35rem;
  margin-top: 0;
}

/* Section headings as sentences — quieter than body weight would suggest. */
h2 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 0.6em;
}

h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1.8rem;
}

a {
  color: #7A2E1E;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a:hover {
  color: #4D1D13;
}

hr {
  border: none;
  border-top: 1px solid #C9C2B4;
  margin: 2.5rem 0;
}

blockquote {
  margin: 1.2em 0;
  padding-left: 1em;
  border-left: 2px solid #C9C2B4;
  color: #2C2824;
}

em { font-style: italic; }
strong { font-weight: 600; }

/* --- Footer --- */

.site-footer {
  margin-top: 5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #C9C2B4;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.82rem;
  color: #5A544A;
  line-height: 1.5;
}

.site-footer p { margin: 0 0 0.4em; }

.site-footer a {
  color: #5A544A;
  text-decoration: underline;
  text-decoration-color: #C9C2B4;
}

.site-footer a:hover {
  color: #7A2E1E;
  text-decoration-color: #7A2E1E;
}

/* --- Responsive --- */

@media (max-width: 640px) {
  html { font-size: 18px; }
  .page { padding: 1.5rem 1.25rem 3rem; }
  .site-header { margin-bottom: 2.5rem; }
  .site-header nav { font-size: 0.8rem; }
}
