body {
  margin: 0;
  background: #f5f0e3;
  color: #1e1d1a;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

a {
  color: #173f8a;
  text-decoration: underline;
}

a:hover {
  color: #0f2f66;
}

.page {
  max-width: 760px;
  margin: 0 auto;
  padding: 22px 16px 72px;
}

.site-header {
  margin-bottom: 34px;
}

.site-header h1 {
  margin: 0 0 10px;
  color: #8f4e41;
  font-size: 0.88rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header h1 a {
  color: inherit;
  text-decoration: none;
}

nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 1rem;
}

nav a[aria-current="page"] {
  color: #1e1d1a;
  text-decoration: none;
}

.content-block {
  display: block;
}

h2,
h3 {
  font-weight: normal;
  line-height: 1.25;
}

h2 {
  margin: 0 0 16px;
  color: #8f4e41;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

p {
  margin: 0 0 20px;
}

.lead {
  font-size: 1em;
}

.hero,
.founder-profile {
  display: block;
}

.hero::after,
.founder-profile::after {
  content: "";
  display: block;
  clear: both;
}

.hero-image,
.founder-image {
  float: right;
  width: min(40%, 250px);
  height: auto;
  margin: 2px 0 18px 24px;
  display: block;
}

.eyebrow,
.essay-meta,
.essay-byline,
.essay-back,
.essay-share,
.contact-note,
figcaption,
.table-caption {
  color: #5e5b55;
  font-size: 0.92rem;
}

.hero-copy h2,
.essay-page h2 {
  margin-bottom: 10px;
  color: #8f4e41;
  font-size: 2.05em;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.18;
}

.hero-copy h2 {
  max-width: 30rem;
}

.essay-page h2 {
  max-width: 34rem;
}

.editorial-note,
.info-card,
.contact-card {
  padding: 0;
  border: 0;
  background: transparent;
}

.info-grid {
  display: block;
  margin: 28px 0 0;
}

.info-card {
  margin-bottom: 26px;
}

.info-card h3,
.contact-card h3 {
  color: #8f4e41;
  font-size: 1rem;
}

.essays-intro {
  max-width: 38rem;
}

.essay-archive {
  margin: 28px 0 0;
  padding-left: 24px;
  list-style-type: square;
}

.essay-archive-item {
  margin-bottom: 18px;
}

.essay-archive-item::marker {
  color: #7a766f;
}

.essay-archive-item .essay-meta {
  margin-bottom: 3px;
}

.essay-archive-title {
  margin: 0;
  font-size: 1rem;
}

.essay-page {
  max-width: 100%;
}

.essay-page .essay-meta {
  margin-bottom: 20px;
}

.essay-intro {
  font-size: 1rem;
}

.essay-share {
  margin-top: 18px;
  margin-bottom: 28px;
}

.essay-page ul,
.contact-list,
.references-list {
  margin: 0 0 20px;
  padding-left: 24px;
}

.essay-page li,
.contact-list li,
.references-list li {
  margin-bottom: 8px;
}

.essay-page h3 {
  margin-top: 30px;
  font-size: 1rem;
}

figure {
  margin: 34px 0;
}

.essay-figure {
  max-width: 58%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.table-wrap {
  overflow-x: auto;
  margin: 34px 0 12px;
}

.essay-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}

.essay-table th,
.essay-table td {
  padding: 10px 12px;
  border: 1px solid #cfc7b8;
  text-align: left;
  vertical-align: top;
}

.essay-table th {
  background: #efe7d5;
  font-weight: normal;
}

.references-section {
  margin-top: 36px;
}

.founder-section {
  margin-top: 36px;
}

.contact-card {
  max-width: 38rem;
}

@media (max-width: 700px) {
  body {
    font-size: 14px;
  }

  .page {
    padding: 18px 14px 54px;
  }

  .hero-image,
  .founder-image {
    float: none;
    width: min(100%, 280px);
    margin: 0 0 18px;
  }

  .hero-copy h2,
  .essay-page h2 {
    font-size: 1.75em;
  }
}
