*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Verdana", Geneva, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #2c2c2c;
  background-color: #f8f7f4;
}

.container {
  max-width: 720px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
}

.site-header {
  background-color: #2c2c2c;
  padding: 0.5rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.site-header .container {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-name {
  color: #f8f7f4;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.site-name:hover {
  color: #d4d0c8;
}

nav a {
  color: #c8c4bc;
  text-decoration: none;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.9rem;
  margin-left: 1.5rem;
}

nav a:hover {
  color: #f8f7f4;
}

h1, h2, h3 {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.2;
  color: #2c2c2c;
}

h1 {
  font-size: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

a {
  color: #6b7c6e;
}

a:hover {
  color: #556b58;
}

.listing-list {
  list-style: none;
  padding: 0;
}

.listing-list li {
  padding: 0.4rem 0;
}

.listing-list a {
  text-decoration: none;
  font-size: 1.1rem;
}

article {
  margin-top: 1rem;
}

article h1 {
  margin-bottom: 0.25rem;
}

.quote {
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 2rem;
}

.social-links {
  list-style: none;
  padding: 0;
}

.social-links li {
  margin-bottom: 0.2rem;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}

.social-links svg {
  width: 20px;
  height: 20px;
  color: #5a5752;
}

.subtext {
  display: block;
  font-size: 0.8rem;
  color: #9a9692;
}

article .subtext {
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

article.story p {
  text-indent: 1.5em;
}
