:root {
  --margin-axis: 32px;
  --axis-step: 40px;
  --page-top: 36px;
  --main-space: 40px;
  --section-space: 28px;
  --page-nav-space: 40px;
  --body-size: 16px;
  --body-leading: 16px;
  --wordmark-size: 27.2px;
  --wordmark-leading: 27.2px;
  --ink: #000;
  --paper: #fff;
}

html {
  background: var(--paper);
}

body {
  margin: 0;
  padding: var(--page-top) 24px 48px var(--margin-axis);
  color: var(--ink);
  background: var(--paper);
  font-family: "Times New Roman", Times, "Liberation Serif", "Nimbus Roman No9 L", "Nimbus Roman", "TeX Gyre Termes", "Noto Serif", serif;
  font-size: var(--body-size);
  line-height: var(--body-leading);
}

h1,
h2,
p {
  margin: 0;
}

h1,
h2 {
  font-size: inherit;
  font-weight: 400;
}

a,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}

a:focus {
  color: #000;
}

@media (hover: hover) {
  a:hover {
    color: #777;
  }

  .wordmark a:hover {
    color: #000;
  }
}

.site-header {
  margin-left: var(--axis-step);
}

.wordmark {
  font-size: var(--wordmark-size);
  font-weight: 700;
  line-height: var(--wordmark-leading);
  letter-spacing: 1.65px;
}

.wordmark a {
  color: #000;
  text-decoration: none;
}

.page-main {
  width: calc(100% - var(--axis-step));
  max-width: 680px;
  margin-top: var(--main-space);
}

.about-main .section {
  row-gap: 8px;
}

.entry,
.section {
  display: grid;
  grid-template-columns: var(--axis-step) minmax(0, 1fr);
}

.number,
.section-label {
  grid-column: 1;
}

.entry-details {
  min-width: 0;
  grid-column: 2;
}

.entry-title {
  display: block;
  margin: 0;
  color: var(--ink);
  font-size: calc(var(--body-size) + 1px);
  font-style: italic;
  font-weight: 400;
  line-height: inherit;
}

a.entry-title {
  text-decoration: underline;
}

.author {
  margin-top: 8px;
}

.entry-meta {
  margin-top: 8px;
}

.page-nav {
  margin-top: var(--page-nav-space);
}

.section-content {
  max-width: 560px;
  grid-column: 2;
  grid-row: 2;
}

.section-label a {
  display: block;
}

.section + .section {
  margin-top: var(--section-space);
}

.about-submissions,
.about-contact {
  margin: var(--section-space) 0 0 var(--axis-step);
}

.essay {
  max-width: 620px;
  margin: 52px 0 0 var(--axis-step);
}

.essay p + p {
  margin-top: 16px;
}

.future-nav {
  margin-left: var(--axis-step);
}

.future-nav a {
  display: block;
}

.publication-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.publication-entry + .publication-entry {
  margin-top: var(--section-space);
}

.publication-body {
  max-width: 620px;
  margin: 52px 0 0 var(--axis-step);
}

.audio-file a {
  text-decoration: underline;
}

.audio-description {
  max-width: 560px;
  margin-top: var(--section-space);
}

@media (max-width: 699px) {
  :root {
    --margin-axis: 12px;
    --axis-step: 36px;
    --page-top: 20px;
    --main-space: 36px;
    --section-space: 30px;
    --page-nav-space: 44px;
    --body-size: 17px;
    --body-leading: 18px;
    --wordmark-size: 24px;
    --wordmark-leading: 24px;
  }

  body {
    padding-right: 16px;
    padding-bottom: 36px;
  }

  .page-main {
    width: 100%;
  }

  .author,
  .entry-meta {
    margin-top: 9px;
  }

  .essay,
  .publication-body {
    margin-top: 46px;
  }

  .essay {
    line-height: 20px;
  }
}

/* Centered Baskerville working-site pass. Scoped to the three working pages. */
body.launch-page {
  padding: 44px 24px 64px;
  font-family: Baskerville, "Libre Baskerville", "Baskerville Old Face", Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
}

body.launch-page a,
body.launch-page a:visited,
body.launch-page a:hover,
body.launch-page a:active,
body.launch-page a:focus {
  color: #000;
  text-decoration: none;
}

.launch-page .site-header {
  margin-left: 0;
  text-align: center;
}

.launch-page .wordmark {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}

.launch-page .page-main {
  width: 100%;
  max-width: 560px;
  margin: 60px auto 0;
  text-align: left;
}

.launch-page .entry {
  display: block;
}

.launch-page .publication-line {
  margin: 0;
  font-size: 17.25px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
}

.home-page .publication-line,
.article-page .publication-line {
  text-align: center;
}

.launch-page .publication-title,
.launch-page .byline {
  font-weight: 400;
}

.launch-page .byline {
  white-space: nowrap;
}

.launch-page .page-nav {
  margin-top: 50px;
  font-size: 17.25px;
  text-align: left;
}

.launch-page .about-main {
  text-align: center;
}

.launch-page .about-copy {
  max-width: 520px;
  margin: 0 auto;
  font-size: 17.25px;
  line-height: 1.48;
}

.launch-page .about-contact {
  margin: 52px 0 0;
  font-size: 17.25px;
  line-height: 1.48;
  text-align: center;
}

.launch-page .article-main {
  text-align: left;
}

.launch-page .article-main .publication-title,
.launch-page .article-main .byline {
  font-style: normal;
}

.launch-page .article-main .byline {
  text-decoration: none;
}

.launch-page .essay {
  max-width: 560px;
  margin: 44px auto 0;
  font-size: 17.25px;
  line-height: 1.53;
  text-align: left;
}

.launch-page .essay p + p {
  margin-top: 1.35em;
}

.launch-page .essay sup {
  margin-left: 0.08em;
  font-size: 0.68em;
  line-height: 0;
  vertical-align: super;
}

.launch-page .essay sup a,
.launch-page .essay sup a:visited,
.launch-page .essay sup a:active {
  color: #000;
  text-decoration: none;
}

.home-page .publication-title,
.article-page .publication-title {
  font-style: normal;
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.1em;
}

.home-page .byline {
  font-style: normal;
  text-decoration: none;
}

@media (min-width: 700px) {
  .home-page .home-main {
    width: fit-content;
  }

}

@media (hover: hover) {
  body.launch-page a:hover {
    color: #666;
    text-decoration: none;
  }

  body.launch-page .wordmark a:hover {
    color: #000;
    text-decoration: none;
  }

  body.article-page .publication-title:hover,
  body.home-page .publication-title:hover {
    color: #666;
    text-decoration: underline;
    text-decoration-thickness: from-font;
    text-underline-offset: 0.1em;
  }

  body.article-page .essay sup a:hover {
    color: #666;
    text-decoration: none;
  }
}

body.launch-page a:focus-visible {
  color: #000;
  outline: 1px solid #000;
  outline-offset: 3px;
  text-decoration: none;
}

body.launch-page .wordmark a:focus-visible {
  outline-offset: 4px;
  text-decoration: none;
}

body.home-page .publication-title:focus-visible,
body.article-page .publication-title:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.1em;
}

@media (max-width: 699px) {
  body.launch-page {
    padding: 20px 18px 48px;
    font-size: 16px;
    line-height: 1.45;
  }

  .launch-page .wordmark {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .launch-page .page-main {
    width: 100%;
    margin-top: 54px;
  }

  .home-page .home-main {
    width: fit-content;
    max-width: 100%;
  }

  .launch-page .publication-line {
    font-size: 16px;
  }

  .launch-page .page-nav {
    margin-top: 56px;
    font-size: 16px;
  }

  .launch-page .about-contact {
    margin-top: 46px;
  }

  .launch-page .about-copy,
  .launch-page .about-contact {
    font-size: 16px;
  }

  .launch-page .essay {
    margin-top: 38px;
    font-size: 16px;
    line-height: 1.5;
  }

  .article-page .article-main,
  .article-page .essay {
    width: 100%;
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }

  .launch-page .essay p + p {
    margin-top: 1.3em;
  }
}
