body {
  background: #fafaf9;
  color: #1c1917;
  font-family: "Charter", "Iowan Old Style", Georgia, serif;
}

.shell {
  max-width: 720px;
  margin: 0 auto;
  padding: 56px 24px 96px;
}

.topbar {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #78716c;
  margin-bottom: 56px;
  display: flex;
  justify-content: space-between;
}

.topbar .brand {
  font-weight: 700;
  color: #1c1917;
  letter-spacing: -0.01em;
  text-transform: none;
  font-size: 16px;
}

.topbar nav a {
  margin-left: 24px;
  text-decoration: none;
  color: #78716c;
}

article header {
  margin-bottom: 48px;
}

article .kicker {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #b45309;
  margin: 0 0 12px;
}

article h1 {
  font-size: 44px;
  line-height: 1.1;
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}

article .byline {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 14px;
  color: #78716c;
}

article .lede {
  font-size: 22px;
  line-height: 1.5;
  color: #44403c;
  font-style: italic;
  margin: 32px 0;
}

article p {
  font-size: 19px;
  line-height: 1.75;
  margin: 0 0 24px;
}

article h2 {
  font-size: 24px;
  margin-top: 48px;
  margin-bottom: 12px;
}

article blockquote {
  margin: 32px 0;
  padding: 0 0 0 24px;
  border-left: 3px solid #b45309;
  font-style: italic;
  color: #44403c;
  font-size: 20px;
}

.figure {
  margin: 40px 0;
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: 4px;
  padding: 32px;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

.figure h3 {
  margin: 0 0 16px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #78716c;
}

.matrix {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  font-size: 14px;
}

.matrix div {
  background: #fafaf9;
  border-radius: 4px;
  padding: 16px;
}

.matrix strong {
  display: block;
  margin-bottom: 4px;
  color: #1c1917;
}

.matrix span {
  color: #57534e;
}

.further {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid #e7e5e4;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 14px;
  color: #57534e;
}

.further h3 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: #78716c;
  margin: 0 0 12px;
}

.further ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.back {
  margin-top: 48px;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 13px;
}
