.story-hero {
  padding: var(--space-hero-y) 0;
  background: var(--ink);
}

.story-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
  gap: 88px;
}

.story-hero h1,
.about-hero h1 {
  max-width: 880px;
  margin: 18px 0 0;
  font-family: var(--font-display);
  font-size: var(--type-hero);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: 0;
}

.story-hero h1 em,
.about-hero h1 em,
.about-not h2 em {
  color: var(--amber);
  font-style: normal;
}

.story-hero-layout > div > p {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted-dark);
  font-size: var(--type-lead);
  line-height: 1.65;
}

.story-meta {
  margin-top: 28px;
  color: #6f7376;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.story-route {
  border-top: 1px solid var(--line-dark);
}

.story-route > span {
  padding: 14px 0;
  display: block;
  color: #6e7275;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-route ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.story-route li {
  min-height: 58px;
  border-top: 1px solid var(--line-dark);
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 10px;
}

.story-route b {
  color: var(--amber);
  font-family: var(--font-mono);
  font-size: 9px;
}

.story-route p {
  margin: 0;
  color: #a5a8aa;
  font-size: 12px;
}

.story-body {
  padding: var(--space-section-y) 0;
  background: var(--paper);
  color: var(--ink);
}

.story-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 820px);
  justify-content: space-between;
  gap: 90px;
}

.story-index {
  position: sticky;
  top: calc(var(--header-height) + 30px);
  align-self: start;
  display: flex;
  flex-direction: column;
}

.story-index > span {
  padding-bottom: 13px;
  color: #9b7139;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-index a {
  padding: 12px 0;
  border-top: 1px solid var(--line-paper);
  color: #5f625f;
  font-size: 12px;
}

.story-index a:hover {
  color: var(--ink);
}

.story-chapter {
  scroll-margin-top: calc(var(--header-height) + 30px);
  padding: 0 0 58px;
  margin: 0 0 58px;
  border-bottom: 1px solid var(--line-paper);
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 28px;
}

.story-chapter:last-child {
  margin-bottom: 0;
}

.chapter-number {
  color: #9b7139;
  font-family: var(--font-mono);
  font-size: 10px;
}

.story-chapter small {
  color: #81591f;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-chapter h2 {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 650;
  line-height: 1.04;
}

.story-chapter p {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--muted-paper);
  font-size: 16px;
  line-height: 1.75;
}

.story-chapter blockquote {
  margin: 30px 0 0;
  padding: 18px 0 18px 24px;
  border-left: 2px solid var(--amber);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.25;
}

.story-chapter-dark {
  margin-left: -42px;
  margin-right: 0;
  padding: 48px 42px;
  border: 0;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
}

.story-chapter-dark p {
  color: var(--muted-dark);
}

.story-chapter-dark small {
  color: #d59a4f;
}

.story-chapter-dark blockquote {
  color: var(--white);
}

.story-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.story-outline {
  border-color: var(--line-paper);
  color: var(--ink);
}

.about-hero {
  padding: 72px 0 70px;
  background: var(--paper);
  color: var(--ink);
}

.about-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: 64px;
}

.about-hero h1 {
  font-size: var(--type-hero);
}

.about-hero h1 em {
  color: #bd7620;
}

.about-intro {
  padding-top: 26px;
  border-top: 1px solid var(--line-paper);
}

.about-intro p {
  margin: 0;
  color: var(--muted-paper);
  font-size: 16px;
  line-height: 1.7;
}

.about-intro p + p {
  margin-top: 17px;
}

.about-purpose,
.about-built,
.about-next {
  padding: 72px 0;
  background: var(--paper);
  color: var(--ink);
}

.about-purpose {
  border-top: 1px solid var(--line-paper);
}

.about-heading {
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  align-items: end;
  column-gap: 70px;
  row-gap: 14px;
}

.about-heading > .section-index {
  grid-column: 1 / -1;
}

.about-heading h2 {
  grid-column: 1;
  margin-top: 0;
}

.about-heading h2,
.about-not h2,
.about-built h2,
.about-open h2 {
  max-width: 760px;
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-size: var(--type-section);
  font-weight: 650;
  line-height: 1;
}

.about-heading h2 {
  margin-top: 0;
}

.about-heading > p {
  grid-column: 2;
  margin: 0;
  color: #505451;
  font-size: 15px;
  line-height: 1.65;
}

.purpose-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-paper);
  border-bottom: 1px solid var(--line-paper);
}

.purpose-list article {
  min-height: 194px;
  padding: 28px;
  border-right: 1px solid var(--line-paper);
}

.purpose-list article:last-child {
  border-right: 0;
}

.purpose-list span {
  color: #9b7139;
  font-family: var(--font-mono);
  font-size: 10px;
}

.purpose-list h3 {
  margin: 22px 0 0;
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1.1;
}

.purpose-list p {
  margin: 14px 0 0;
  color: #555955;
  font-size: 14px;
  line-height: 1.55;
}

.about-not {
  padding: 76px 0;
  background: var(--ink);
  color: var(--white);
}

.about-not-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(430px, 1.22fr);
  gap: 94px;
}

.not-list {
  border-top: 1px solid var(--line-dark);
}

.not-list > div {
  padding: 26px 0;
  border-bottom: 1px solid var(--line-dark);
}

.not-list b {
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.2;
}

.not-list p {
  margin: 10px 0 0;
  color: var(--muted-dark);
  font-size: 14px;
  line-height: 1.55;
}

.about-built-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  align-items: start;
  gap: 70px;
}

.built-statement p {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--muted-paper);
  font-size: 16px;
  line-height: 1.7;
}

.built-facts {
  margin: 0;
  border-top: 1px solid var(--line-paper);
}

.built-facts div {
  min-height: 72px;
  border-bottom: 1px solid var(--line-paper);
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  gap: 24px;
}

.built-facts dt {
  color: #74501f;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.built-facts dd {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.about-open {
  padding: 76px 0;
  background: var(--amber);
  color: var(--ink);
}

.about-open .section-index {
  color: #6f4b17;
}

.about-open-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 76px;
}

.about-open p {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(9, 10, 11, 0.66);
  font-size: 15px;
  line-height: 1.6;
}

.about-open-actions {
  display: flex;
  gap: 9px;
}

.about-next-list {
  border-top: 1px solid var(--line-paper);
}

.about-next-list a {
  min-height: 104px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-paper);
  display: grid;
  grid-template-columns: 130px 1fr 30px;
  align-items: center;
  gap: 28px;
}

.about-next-list span {
  color: #8f6a37;
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.about-next-list h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.15;
}

.about-next-list b {
  font-size: 22px;
  text-align: right;
}

@media (max-width: 900px) {
  .story-hero-layout,
  .about-hero-layout,
  .about-heading,
  .about-not-layout,
  .about-built-layout,
  .about-open-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .about-hero-layout {
    gap: 34px;
  }

  .about-heading {
    gap: 14px;
  }

  .about-heading > .section-index,
  .about-heading h2,
  .about-heading > p {
    grid-column: 1;
  }

  .story-hero h1,
  .about-hero h1 {
    font-size: var(--type-hero);
  }

  .story-route {
    max-width: 600px;
  }

  .story-layout {
    grid-template-columns: 1fr;
  }

  .story-index {
    display: none;
  }

  .story-chapters {
    max-width: 820px;
  }

  .story-chapter-dark {
    margin-left: 0;
    margin-right: 0;
  }

  .purpose-list {
    grid-template-columns: 1fr;
  }

  .purpose-list article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-paper);
  }

  .purpose-list article:last-child {
    border-bottom: 0;
  }

  .purpose-list h3 {
    margin-top: 28px;
  }

  .about-open-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 1100px) {
  .story-layout {
    grid-template-columns: 1fr;
  }

  .story-index {
    display: none;
  }

  .story-chapters {
    max-width: 820px;
  }

  .story-chapter-dark {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 560px) {
  .story-hero,
  .about-hero {
    padding: var(--space-hero-y) 0;
  }

  .story-hero h1,
  .about-hero h1 {
    font-size: var(--type-hero);
  }

  .story-hero-layout > div > p {
    font-size: var(--type-lead);
  }

  .story-body,
  .about-purpose,
  .about-built,
  .about-next,
  .about-not {
    padding: 58px 0;
  }

  .story-chapter {
    padding-bottom: 42px;
    margin-bottom: 42px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .story-chapter h2 {
    font-size: 31px;
  }

  .story-chapter p {
    font-size: 15px;
    line-height: 1.7;
  }

  .story-chapter blockquote {
    font-size: 20px;
  }

  .story-chapter-dark {
    padding: 30px 24px;
  }

  .story-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .about-heading,
  .about-open-layout {
    margin-bottom: 32px;
  }

  .about-heading {
    gap: 12px;
  }

  .about-heading h2,
  .about-not h2,
  .about-built h2,
  .about-open h2 {
    font-size: 36px;
  }

  .purpose-list article {
    padding: 26px 0;
  }

  .about-open-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .built-facts div {
    grid-template-columns: 100px 1fr;
  }

  .about-next-list a {
    min-height: 0;
    padding: 22px 0;
    grid-template-columns: 1fr 28px;
    gap: 8px;
  }

  .about-next-list span {
    grid-column: 1;
  }

  .about-next-list h3 {
    grid-column: 1;
    font-size: 21px;
  }

  .about-next-list b {
    grid-column: 2;
    grid-row: 1 / 3;
  }
}
