:root {
  --ink: #171713;
  --ink-soft: #2f302a;
  --paper: #f4f0e7;
  --paper-deep: #e8e1d5;
  --paper-light: #faf8f2;
  --muted: #6b675e;
  --line: rgba(23, 23, 19, .21);
  --line-dark: rgba(244, 240, 231, .2);
  --accent: #a33a2a;
  --accent-dark: #7d281d;
  --ui: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Charter, "Bitstream Charter", Baskerville, Georgia, serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --measure: 43rem;
  --masthead-height: 3.6rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--masthead-height) + 1.5rem);
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--serif);
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

::selection {
  color: var(--ink);
  background: rgba(163, 58, 42, .22);
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: .75rem;
  left: .75rem;
  padding: .65rem .9rem;
  color: var(--paper-light);
  background: var(--accent-dark);
  font: 700 .75rem/1 var(--ui);
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateY(-160%);
}

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

#reading-progress {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--accent);
}

.site-masthead {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100vw;
  height: var(--masthead-height);
  color: var(--paper);
  background: var(--ink);
  border-bottom: 1px solid rgba(244, 240, 231, .15);
}

.masthead-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 100rem);
  min-width: 0;
  height: 100%;
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 2.5rem);
}

.masthead-title,
.release-date,
#toc-toggle {
  font-family: var(--ui);
  font-size: .68rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.masthead-title {
  flex: 0 1 auto;
  min-width: 0;
  text-decoration: none;
}

.masthead-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  height: 100%;
  gap: clamp(.85rem, 2vw, 2rem);
}

.release-date {
  color: #bdb8ad;
  white-space: nowrap;
}

#toc-toggle {
  height: 100%;
  min-width: 4.6rem;
  padding: 0 0 0 1rem;
  color: var(--paper);
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(244, 240, 231, .22);
  cursor: pointer;
}

#toc-toggle:hover {
  color: #fff;
}

.hero {
  min-height: calc(100svh - var(--masthead-height));
  color: var(--paper-light);
  background: var(--ink);
  border-bottom: 1px solid rgba(244, 240, 231, .15);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(20rem, 5fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
  width: min(100%, 100rem);
  min-height: calc(100svh - var(--masthead-height));
  margin: 0 auto;
  padding: clamp(4.5rem, 9vh, 8rem) clamp(1.25rem, 5vw, 5rem);
}

.hero-copy {
  min-width: 0;
  max-width: 59rem;
}

.eyebrow,
.section-kicker,
.diagram-kicker {
  margin: 0;
  font: 700 .69rem/1.2 var(--ui);
  letter-spacing: .2em;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 2rem;
  color: #aaa69d;
}

.eyebrow span {
  padding: 0 .55rem;
  color: var(--accent);
}

.hero h1 {
  margin: 0;
  font-family: var(--ui);
  font-size: clamp(4.4rem, 8.5vw, 8.8rem);
  font-weight: 780;
  line-height: .82;
  letter-spacing: -.075em;
}

.dek {
  max-width: 35rem;
  margin: clamp(2.2rem, 4vw, 3.4rem) 0 0;
  color: #d8d3ca;
  font-size: clamp(1.3rem, 2.1vw, 1.9rem);
  line-height: 1.3;
}

.hero-thesis {
  max-width: 40rem;
  margin: 1.7rem 0 0;
  padding-top: 1.4rem;
  color: #aaa69d;
  font-size: 1.02rem;
  font-style: italic;
  border-top: 1px solid var(--line-dark);
}

.begin {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin-top: 2.7rem;
  padding-bottom: .4rem;
  font: 700 .72rem/1 var(--ui);
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #716e67;
}

.begin:hover {
  border-color: var(--paper);
}

.hero-diagram {
  align-self: center;
  width: 100%;
  max-width: 35rem;
  justify-self: end;
  padding: 1.15rem 1.15rem 1rem;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(244, 240, 231, .3);
  box-shadow: 1.2rem 1.2rem 0 rgba(163, 58, 42, .7);
}

.diagram-kicker {
  padding: .2rem 0 .9rem;
  border-bottom: 1px solid var(--line);
}

.hero-diagram svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.loop-path {
  fill: none;
  stroke: var(--accent);
  stroke-width: 2.5;
}

#arrow path {
  fill: var(--accent);
}

.loop-node rect {
  fill: var(--paper-light);
  stroke: var(--ink);
  stroke-width: 1.5;
}

.loop-node text,
.constraint-label,
.constraint-sub {
  font-family: var(--ui);
  text-anchor: middle;
}

.loop-node text {
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .07em;
}

.loop-node .node-index {
  fill: var(--accent-dark);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
}

.loop-node .node-sub {
  fill: var(--muted);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0;
}

.constraint-line {
  stroke: var(--ink);
  stroke-width: 1;
}

.constraint-label {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
}

.constraint-sub {
  fill: var(--muted);
  font-family: var(--serif);
  font-size: 10px;
  font-style: italic;
}

.diagram-note {
  margin: -.5rem .2rem .15rem;
  padding-top: .9rem;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.45;
  border-top: 1px solid var(--line);
}

.reading-map {
  padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 5vw, 5rem);
  background: var(--paper-deep);
  border-bottom: 1px solid var(--line);
}

.reading-map-inner {
  width: min(100%, 90rem);
  margin: 0 auto;
}

.reading-map-header {
  display: grid;
  grid-template-columns: minmax(14rem, 1fr) minmax(18rem, 2fr);
  gap: 1rem 4rem;
  align-items: end;
  margin-bottom: 4.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--ink);
}

.section-kicker {
  grid-column: 1 / -1;
  color: var(--accent-dark);
}

.reading-map-header h2 {
  margin: 0;
  max-width: 11ch;
  font-family: var(--ui);
  font-size: clamp(2.8rem, 5.4vw, 5.2rem);
  line-height: .92;
  letter-spacing: -.055em;
}

.reading-map-header > p:last-child {
  max-width: 38rem;
  margin: 0 0 .3rem;
  color: var(--ink-soft);
  font-size: 1.15rem;
  line-height: 1.55;
}

.reading-map-grid {
  columns: 2 24rem;
  column-gap: clamp(3rem, 7vw, 8rem);
}

.map-group {
  display: grid;
  grid-template-columns: 2.1rem minmax(0, 1fr);
  break-inside: avoid;
  margin: 0 0 3.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.map-number {
  grid-row: 1 / span 2;
  margin: .22rem 0 0;
  color: var(--accent-dark);
  font: 700 .67rem/1 var(--mono);
}

.map-group h3 {
  margin: 0 0 .65rem;
  font: 720 1rem/1.25 var(--ui);
  letter-spacing: -.01em;
}

.map-group h3 a,
.map-group ol a {
  text-decoration: none;
}

.map-group h3 a:hover,
.map-group ol a:hover span:first-child {
  color: var(--accent-dark);
}

.map-group ol {
  grid-column: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}

.map-group li {
  margin: 0;
  border-top: 1px dotted rgba(23, 23, 19, .25);
}

.map-group li a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .5rem 0;
  color: var(--ink-soft);
  font-size: .89rem;
  line-height: 1.35;
}

.map-group li a span:last-child {
  color: var(--muted);
}

.reading-time {
  margin: 1rem 0 0;
  padding-top: 1rem;
  color: var(--muted);
  font: .7rem/1.5 var(--ui);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-top: 1px solid var(--line);
}

.reading-shell {
  position: relative;
  width: 100%;
}

#essay {
  min-width: 0;
  padding: clamp(5rem, 9vw, 9rem) 1.25rem clamp(7rem, 12vw, 12rem);
}

article {
  max-width: var(--measure);
  margin: 0 auto;
}

article > :first-child {
  margin-top: 0;
}

article h1,
article h2,
article h3 {
  position: relative;
  scroll-margin-top: calc(var(--masthead-height) + 2rem);
  font-family: var(--ui);
  text-wrap: balance;
}

article h1 {
  margin: 9rem 0 2.5rem;
  padding-top: 1.1rem;
  font-size: clamp(2.9rem, 5.2vw, 5rem);
  font-weight: 760;
  line-height: .94;
  letter-spacing: -.055em;
  text-transform: uppercase;
  border-top: 2px solid var(--ink);
}

article h1.reference-heading {
  margin-top: 10rem;
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
  color: var(--ink-soft);
  border-top-width: 1px;
}

article h2 {
  margin: 6rem 0 1.5rem;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 720;
  line-height: 1.06;
  letter-spacing: -.038em;
}

article h3 {
  margin: 3.6rem 0 1rem;
  font-size: 1.36rem;
  font-weight: 720;
  line-height: 1.2;
  letter-spacing: -.018em;
}

.heading-anchor {
  display: inline-block;
  margin-left: .45rem;
  color: transparent;
  font: 500 .55em/1 var(--mono);
  text-decoration: none;
  vertical-align: middle;
}

h1:hover .heading-anchor,
h2:hover .heading-anchor,
h3:hover .heading-anchor,
.heading-anchor:focus-visible {
  color: var(--accent);
}

article p {
  margin: 0 0 1.42rem;
  font-size: 1.125rem;
  line-height: 1.72;
}

article strong {
  font-weight: 700;
}

article a {
  color: var(--accent-dark);
  overflow-wrap: anywhere;
  text-decoration-thickness: .06em;
  text-underline-offset: .17em;
}

article a:hover {
  color: var(--accent);
}

article hr {
  width: 5rem;
  margin: 4.5rem auto;
  border: 0;
  border-top: 1px solid var(--line);
}

blockquote {
  margin: 3rem 0;
  padding: 1.2rem 0 1.2rem 1.7rem;
  color: var(--ink-soft);
  font-size: 1.37rem;
  font-style: italic;
  line-height: 1.45;
  border-left: 3px solid var(--accent);
}

blockquote p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

article ul,
article ol {
  margin: 0 0 1.7rem 1.15rem;
  padding-left: 1.05rem;
}

article li {
  margin-bottom: .58rem;
  padding-left: .25rem;
  font-size: 1.05rem;
}

article li::marker {
  color: var(--accent-dark);
}

.essay-figure {
  width: min(74rem, calc(100vw - 2.5rem));
  margin: 4.5rem 50%;
  padding: 1rem 0 0;
  transform: translateX(-50%);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.essay-figure--portrait {
  width: min(57rem, calc(100vw - 2.5rem));
}

.figure-media {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  background: var(--paper-light);
}

.figure-media picture {
  display: block;
  min-width: 44rem;
}

.essay-figure--portrait .figure-media picture {
  min-width: 34rem;
}

.essay-figure--01 .figure-media picture,
.essay-figure--06 .figure-media picture,
.essay-figure--08 .figure-media picture,
.essay-figure--09 .figure-media picture {
  min-width: 48rem;
}

.essay-figure--12 .figure-media picture {
  min-width: 38rem;
}

.figure-media img {
  display: block;
  width: 100%;
  height: auto;
}

figcaption {
  display: grid;
  grid-template-columns: 6.5rem minmax(0, 1fr);
  gap: 1rem;
  margin-top: 0;
  padding: .8rem 0 .95rem;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.5;
}

.figure-label {
  color: var(--ink);
  font: 750 .68rem/1.5 var(--ui);
  letter-spacing: .11em;
}

.figure-caption-text {
  font-style: italic;
}

.equation {
  width: min(58rem, calc(100vw - 2.5rem));
  margin: 2.4rem 50%;
  padding: 1.25rem 1.5rem;
  overflow-x: auto;
  transform: translateX(-50%);
  text-align: center;
  background: var(--paper-deep);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.equation math {
  display: inline-block;
  min-width: max-content;
  margin: 0 auto;
  font-size: 1.08rem;
  white-space: nowrap;
}

.inline-equation {
  display: inline-block;
  max-width: 100%;
  vertical-align: -.12em;
}

.inline-equation math {
  font-size: 1em;
}

pre {
  max-width: 100%;
  overflow-x: auto;
  padding: 1.2rem 1.35rem;
  color: var(--paper-light);
  background: var(--ink);
}

code {
  font: .86em/1.5 var(--mono);
}

.table-wrap {
  width: min(76rem, calc(100vw - 2.5rem));
  margin: 3rem 50%;
  overflow-x: auto;
  transform: translateX(-50%);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  overscroll-behavior-inline: contain;
}

table {
  width: 100%;
  min-width: 47rem;
  border-collapse: collapse;
  background: rgba(255, 255, 255, .25);
  font-family: var(--ui);
  font-size: .82rem;
  line-height: 1.48;
}

th,
td {
  padding: .78rem .82rem;
  vertical-align: top;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

tr:last-child td {
  border-bottom: 0;
}

th:last-child,
td:last-child {
  border-right: 0;
}

th {
  color: var(--paper-light);
  background: var(--ink-soft);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: left;
}

.footnotes {
  margin-top: 8rem;
  padding-top: 2rem;
  color: #45433c;
  border-top: 2px solid var(--ink);
}

.footnotes::before {
  display: block;
  margin-bottom: 1.5rem;
  content: "NOTES";
  font: 750 .72rem/1 var(--ui);
  letter-spacing: .15em;
}

.footnotes ol {
  margin-left: 0;
  padding-left: 1.3rem;
}

.footnotes li,
.footnotes p {
  font-size: .86rem;
  line-height: 1.55;
}

.footnotes li {
  margin-bottom: 1.15rem;
}

.footnote {
  display: inline-block;
  margin-left: .2rem;
  font-family: var(--ui);
  font-size: .72rem;
  font-weight: 700;
  text-decoration: none;
}

#toc-scrim {
  position: fixed;
  z-index: 89;
  inset: var(--masthead-height) 0 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(13, 13, 11, .58);
  transition: opacity .2s ease, visibility 0s linear .2s;
}

#toc-scrim.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

#toc {
  position: fixed;
  z-index: 90;
  top: var(--masthead-height);
  left: 0;
  width: min(24rem, 92vw);
  height: calc(100dvh - var(--masthead-height));
  padding: 1.5rem 1.25rem 2rem;
  overflow-y: auto;
  color: var(--paper);
  background: var(--ink);
  border-right: 1px solid var(--line-dark);
  transform: translateX(-102%);
  transition: transform .22s ease;
}

#toc.open {
  transform: translateX(0);
}

.toc-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  color: #9f9b92;
  border-bottom: 1px solid var(--line-dark);
  font: 700 .64rem/1 var(--ui);
  letter-spacing: .12em;
}

.toc-header p {
  margin: 0;
  color: var(--paper);
}

.toc-group {
  margin-bottom: 1.1rem;
}

.toc-part,
.toc-chapter,
.toc-top {
  display: block;
  text-decoration: none;
}

.toc-part {
  padding: .34rem 0;
  color: var(--paper);
  font: 720 .73rem/1.25 var(--ui);
  letter-spacing: .035em;
  text-transform: uppercase;
}

.toc-chapters {
  padding-left: .65rem;
  border-left: 1px solid var(--line-dark);
}

.toc-chapter {
  padding: .3rem 0;
  color: #aaa69d;
  font-size: .75rem;
  line-height: 1.3;
}

.toc-part:hover,
.toc-part.active,
.toc-chapter:hover,
.toc-chapter.active {
  color: #fff;
}

.toc-part.active,
.toc-chapter.active {
  position: relative;
}

.toc-part.active::before,
.toc-chapter.active::before {
  position: absolute;
  left: -.7rem;
  color: var(--accent);
  content: "•";
}

.toc-top {
  margin-top: 1.5rem;
  padding-top: 1rem;
  color: #9f9b92;
  border-top: 1px solid var(--line-dark);
  font: 700 .65rem/1 var(--ui);
  letter-spacing: .1em;
  text-transform: uppercase;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 3rem clamp(1.25rem, 5vw, 5rem);
  color: #aaa69d;
  background: var(--ink);
  border-top: 1px solid var(--line-dark);
  font: .72rem/1.55 var(--ui);
  letter-spacing: .025em;
}

footer p {
  margin: 0;
}

footer strong {
  color: var(--paper);
}

footer a {
  flex: none;
  color: var(--paper);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 1180px) {
  body.nav-open {
    overflow: visible;
  }

  .reading-shell {
    display: grid;
    grid-template-columns: 17rem minmax(0, 1fr);
    gap: clamp(2rem, 5vw, 6rem);
    width: min(100%, 100rem);
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 3vw, 3rem);
  }

  #toc {
    position: sticky;
    z-index: 1;
    top: calc(var(--masthead-height) + 1.5rem);
    align-self: start;
    width: auto;
    height: calc(100vh - var(--masthead-height) - 3rem);
    margin-top: 5rem;
    padding: 0 .75rem 2rem 0;
    color: var(--ink);
    background: transparent;
    border-right: 1px solid var(--line);
    transform: none;
    transition: none;
    scrollbar-width: thin;
  }

  .toc-header {
    color: var(--muted);
    border-color: var(--line);
  }

  .toc-header p,
  .toc-part {
    color: var(--ink);
  }

  .toc-chapters {
    border-color: var(--line);
  }

  .toc-chapter {
    color: var(--muted);
  }

  .toc-part:hover,
  .toc-part.active,
  .toc-chapter:hover,
  .toc-chapter.active {
    color: var(--accent-dark);
  }

  .toc-top {
    color: var(--muted);
    border-color: var(--line);
  }

  #toc-scrim {
    display: none;
  }

  #essay {
    padding-right: clamp(2rem, 5vw, 6rem);
    padding-left: 0;
  }

  .essay-figure {
    width: min(70rem, calc(100vw - 25rem));
  }

  .essay-figure--portrait {
    width: min(55rem, calc(100vw - 25rem));
  }

  .table-wrap {
    width: min(72rem, calc(100vw - 25rem));
  }

  .equation {
    width: min(57rem, calc(100vw - 25rem));
  }
}

@media (max-width: 960px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    gap: 4.5rem;
  }

  .hero-copy {
    width: 100%;
    max-width: 48rem;
    overflow: visible;
  }

  .hero-diagram {
    min-width: 0;
    width: min(100%, 38rem);
    justify-self: start;
  }

  .reading-map-header {
    grid-template-columns: 1fr;
  }

  .reading-map-header h2 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 680px) {
  :root {
    --masthead-height: 3.35rem;
  }

  .masthead-title {
    max-width: 11.5rem;
    overflow: hidden;
    font-size: .62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .release-date {
    display: block;
    font-size: .54rem;
    letter-spacing: .04em;
  }

  .release-long {
    display: none;
  }

  #toc-toggle {
    min-width: 3.8rem;
    padding-left: .75rem;
    font-size: .62rem;
  }

  .hero-inner {
    min-height: auto;
    overflow: visible;
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }

  .hero-copy {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(3.05rem, 15vw, 4.15rem);
    letter-spacing: -.07em;
    overflow-wrap: normal;
  }

  .dek {
    max-width: 100%;
    font-size: 1.22rem;
    overflow-wrap: anywhere;
  }

  .hero-thesis {
    max-width: 100%;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .hero-diagram {
    padding: .8rem;
    box-shadow: .65rem .65rem 0 rgba(163, 58, 42, .7);
  }

  .reading-map-grid {
    columns: 1;
  }

  .reading-map-header {
    margin-bottom: 3rem;
  }

  .reading-map-header > p:last-child {
    font-size: 1.02rem;
  }

  #essay {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  article p {
    font-size: 1.04rem;
    line-height: 1.7;
  }

  article h1 {
    margin-top: 6.5rem;
  }

  article h2 {
    margin-top: 4.8rem;
  }

  article h3 {
    margin-top: 3.1rem;
  }

  blockquote {
    padding-left: 1.15rem;
    font-size: 1.17rem;
  }

  .essay-figure,
  .essay-figure--portrait,
  .equation,
  .table-wrap {
    width: calc(100vw - 1.5rem);
  }

  .figure-media picture {
    min-width: 42rem;
  }

  .essay-figure--portrait .figure-media picture {
    min-width: 32rem;
  }

  .essay-figure--01 .figure-media picture,
  .essay-figure--06 .figure-media picture,
  .essay-figure--08 .figure-media picture,
  .essay-figure--09 .figure-media picture {
    min-width: 48rem;
  }

  .essay-figure--12 .figure-media picture {
    min-width: 38rem;
  }

  figcaption {
    grid-template-columns: 1fr;
    gap: .25rem;
  }

  .equation {
    padding-right: .8rem;
    padding-left: .8rem;
  }

  .equation math {
    font-size: 1rem;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  :root {
    --paper: #fff;
  }

  .skip-link,
  #reading-progress,
  .site-masthead,
  .begin,
  .reading-map,
  #toc,
  #toc-scrim,
  .heading-anchor,
  footer {
    display: none !important;
  }

  .hero {
    min-height: auto;
    color: #000;
    background: #fff;
    page-break-after: always;
  }

  .hero-inner {
    display: block;
    min-height: auto;
    padding: 2cm 1.5cm;
  }

  .hero h1 {
    color: #000;
    font-size: 56pt;
  }

  .eyebrow,
  .dek,
  .hero-thesis {
    color: #333;
  }

  .hero-diagram {
    display: none;
  }

  .reading-shell {
    display: block;
    width: auto;
    padding: 0;
  }

  #essay {
    padding: 0;
  }

  article {
    max-width: none;
  }

  article h1 {
    break-before: page;
  }

  .essay-figure,
  .essay-figure--portrait,
  .equation,
  .table-wrap {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    transform: none;
    break-inside: avoid;
  }

  .figure-media,
  .table-wrap,
  .equation {
    overflow: visible;
  }

  .figure-media picture,
  .essay-figure--portrait .figure-media picture,
  table {
    min-width: 0;
  }

  a {
    color: #000 !important;
  }
}
