:root {
  --paper: #ffffff;
  --ink: #1a1a1a;
  --prose: #424242;
  --link: #017693;
  --rule: rgba(26, 26, 26, 0.86);
  --soft-rule: rgba(26, 26, 26, 0.22);
}

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

body {
  margin: 0;
  color: var(--prose);
  background: var(--paper);
  font-family: "Adobe Garamond Pro", "EB Garamond", Garamond, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

a,
.copy-email {
  color: var(--link);
  text-decoration-line: underline;
  text-decoration-thickness: 0.055em;
  text-underline-offset: 0.16em;
  text-decoration-skip-ink: auto;
}

a:hover,
.copy-email:hover {
  text-decoration-thickness: 0.1em;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--link);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10;
  padding: 8px 12px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  width: min(960px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  border-bottom: 1px solid var(--rule);
}

.site-name {
  color: var(--ink);
  font-size: 1.03rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.site-header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2px 25px;
}

.site-header nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-size: 0.91rem;
  text-decoration-color: transparent;
}

.site-header nav a:hover {
  color: var(--link);
  text-decoration-color: currentColor;
}

.introduction {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  grid-template-areas: "portrait copy";
  gap: 56px;
  align-items: center;
  padding: 48px 0 56px;
  border-bottom: 1px solid var(--rule);
}

.introduction-copy {
  grid-area: copy;
  min-width: 0;
}

h1,
h2,
p,
figure,
ol {
  margin-top: 0;
}

h1 {
  margin-bottom: 28px;
  color: var(--ink);
  font-size: clamp(3.2rem, 6.6vw, 4.45rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.96;
}

.draft-slot {
  color: var(--prose);
  font-style: italic;
}

.introduction-copy > .draft-slot {
  margin-bottom: 11px;
  font-size: 1.2rem;
  line-height: 1.48;
}

.introduction-copy > .draft-slot-secondary {
  font-size: 1.05rem;
}

.introduction-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
  margin: 30px 0 0;
  font-size: 0.98rem;
}

.copy-email {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin: -10px;
  padding: 10px;
}

.copy-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.portrait {
  grid-area: portrait;
  margin-bottom: 0;
}

.portrait img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  display: block;
  border: 1px solid var(--rule);
  object-fit: cover;
  object-position: center;
}

.portrait figcaption {
  margin-top: 8px;
  color: var(--prose);
  font-size: 0.81rem;
  font-style: italic;
}

.content-section {
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr);
  gap: 42px;
  padding: 38px 0 44px;
  border-bottom: 1px solid var(--rule);
  scroll-margin-top: 18px;
}

.section-label {
  align-self: start;
}

.section-label h2 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.22rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
  text-transform: lowercase;
}

.section-label > a {
  color: var(--prose);
  font-size: 0.83rem;
}

.section-content {
  min-width: 0;
}

.section-introduction {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: 1.06rem;
}

.ledger {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.ledger-row {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 25px;
  padding: 18px 0 20px;
  border-top: 1px solid var(--soft-rule);
}

.ledger-row:first-child {
  border-top-color: var(--rule);
}

.ledger-meta {
  display: flex;
  flex-direction: column;
  color: var(--prose);
  font-size: 0.77rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.015em;
  line-height: 1.45;
}

.ledger-entry {
  min-width: 0;
}

.entry-title {
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
}

a.entry-title {
  color: var(--link);
}

.ledger-entry p {
  max-width: 650px;
  margin: 6px 0 0;
  color: var(--prose);
  font-size: 0.91rem;
  line-height: 1.44;
}

.now-copy p {
  max-width: 650px;
  margin-bottom: 8px;
  font-size: 1.06rem;
}

.now-copy .update-line {
  margin-bottom: 0;
  font-size: 0.87rem;
}

.site-footer {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--prose);
  font-size: 0.83rem;
}

.site-footer p {
  margin-bottom: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.footer-links a {
  color: var(--prose);
}

@media (max-width: 920px) {
  .site-shell {
    width: min(100% - 36px, 660px);
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 1px;
    padding: 21px 0 10px;
  }

  .site-header nav {
    justify-content: flex-start;
    gap: 0 21px;
  }

  .introduction {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "portrait";
    gap: 38px;
    padding: 42px 0 48px;
  }

  .introduction-copy {
    max-width: 580px;
  }

  h1 {
    font-size: clamp(3.25rem, 13vw, 4.55rem);
  }

  .portrait {
    width: min(520px, 100%);
  }

  .content-section {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 32px 0 36px;
  }

  .section-label {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
  }
}

@media (max-width: 500px) {
  body {
    font-size: 18px;
  }

  .site-shell {
    width: calc(100% - 28px);
  }

  .site-header nav {
    width: 100%;
    justify-content: space-between;
    gap: 0 8px;
  }

  .site-header nav a {
    font-size: 0.82rem;
  }

  .introduction-copy > .draft-slot {
    font-size: 1.1rem;
  }

  .ledger-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ledger-meta {
    flex-direction: row;
    gap: 8px;
  }

  .ledger-meta span + span::before {
    content: "·";
    margin-right: 8px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 22px 0;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media print {
  .site-shell {
    width: 100%;
  }

  .site-header nav,
  .copy-email,
  .copy-status {
    display: none;
  }

  a {
    color: var(--ink);
  }
}

/* Approved V1 editorial treatment. */

:root {
  --link: #006aa6;
}

body {
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  font-size: 17px;
  line-height: 1.55;
  font-kerning: normal;
  font-variant-numeric: oldstyle-nums proportional-nums;
}

.site-name,
h1,
.section-label h2 {
  font-family: "Adobe Garamond Pro", "EB Garamond", Garamond, "Times New Roman", serif;
}

.site-name {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.15rem;
  font-style: normal;
  letter-spacing: 0.05em;
}

.site-name-mark {
  width: auto;
  height: 40px;
  display: block;
  flex: none;
}

.site-header nav {
  gap: 2px 21px;
}

h1 {
  font-size: clamp(3.58rem, 6.6vw, 4.98rem);
}

.position-block {
  margin: -8px 0 24px;
  color: var(--ink);
  font-size: 1.06rem;
  line-height: 1.3;
}

.position-block p {
  margin-bottom: 0;
}

.position-block p + p {
  color: var(--prose);
}

.introduction-text {
  color: var(--prose);
  font-size: 1rem;
  line-height: 1.55;
}

.introduction-text p {
  margin-bottom: 13px;
}

.introduction-text p:last-child {
  margin-bottom: 0;
}

.portrait {
  margin: 0;
}

.section-label h2 {
  font-size: 1.36rem;
}

.section-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  font-size: 0.83rem;
  line-height: 1.45;
}

.section-links a,
.study-link-placeholder {
  color: var(--prose);
}

.study-link-placeholder {
  font-style: italic;
  opacity: 0.78;
}

.entry-title {
  font-size: 1.2rem;
}

.ledger-entry p {
  font-size: 0.96rem;
}

.writing-ledger .ledger-row {
  padding: 14px 0 16px;
}

.writing-ledger .ledger-row + .ledger-row {
  border-top-color: rgba(26, 26, 26, 0.12);
}

.writing-ledger .ledger-entry p {
  margin-top: 4px;
}

.ledger-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin: -10px 0;
  padding: 10px 0;
}

.footer-links .copy-email {
  margin: -10px 0;
  padding: 10px 0;
}

@media (max-width: 920px) {
  .section-links {
    flex-direction: row;
    gap: 12px;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 16px;
  }

  .site-header nav {
    width: auto;
    justify-content: flex-start;
    gap: 0 15px;
  }

  h1 {
    font-size: clamp(3.45rem, 13vw, 4.8rem);
  }
}

@media print {
  .study-link-placeholder {
    display: none;
  }
}
