@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@400; 500;600;700&family=Unbounded:wght@500;700&display=swap');
:root {
  --color-black: 12,12,12;
  --color-bg: 245,243,236;
  --color-bg-secondary: 12,12,12;
  --color-white: 245,243,236;
  --color-gray-100: 245,243,236;
  --color-gray-200: 228,224,214;
  --color-gray-300: 196,190,178;
  --color-gray-400: 150,144,132;
  --color-gray-500: 120,116,108;
  --color-gray-600: 90,86,80;
  --color-gray-700: 58,56,52;
  --color-gray-800: 28,28,28;
  --color-gray-900: 12,12,12;
  --color-primary: 226,0,26;
  --color-secondary: 245,243,236;
  --color-accent: 226,0,26;
  --color-primary-dark: 160,0,18;
  --color-primary-light: 255,220,220;
  --color-deep-navy: 12,12,12;
  --color-slate: 70,66,60;
  --primary: rgb(var(--color-primary));
  --secondary: rgb(var(--color-secondary));
  --accent: rgb(var(--color-accent));
  --inverse: rgb(var(--color-bg));
  --bg-primary: rgb(var(--color-bg));
  --bg-secondary: rgb(var(--color-black));
  --bg-accent: rgb(var(--color-accent));
  --bg-inverse: rgb(var(--color-black));
  --bg-light: rgb(var(--color-bg));
  --text-primary: rgb(var(--color-black));
  --text-secondary: rgb(var(--color-slate));
  --text-accent: rgb(var(--color-accent));
  --text-inverse: rgb(var(--color-bg));
  --transition-function: cubic-bezier(0.4, 0, 0.2, 1);
  --transition-duration: 0.35s
}
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  color: var(--text-primary);
  line-height: 1;
  font-family: "Sofia Sans",sans-serif;
  font-size: 1.125rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: "Sofia Sans",sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0)
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
dl,
ol,
ul {
  padding: 0;
  margin: 0
}
html {
  scroll-behavior: smooth;
  background-color: rgb(var(--color-bg));
  color: var(--text-primary);
  overflow-x: hidden;
  max-width: 100%;
  transition: background-color .3s var(--transition-function),color .3s var(--transition-function)
}
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
  transition: background-color .3s var(--transition-function),color .3s var(--transition-function)
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.loaded body {
  opacity: 1
}
.wrapper {
  padding-top: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  max-width: 100%
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>main {
  min-width: 0
}
[class*=__container] {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 .9375rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .9375rem 1fr minmax(auto,73.125rem) 1fr .9375rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
.menu__list {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.menu__link {
  position: relative;
  color: var(--text-inverse);
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: .05em;
  transition: color .3s ease
}
.menu__link:hover {
  color: var(--accent)
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
html {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth
}
body {
  font-family: "Sofia Sans",sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  color: var(--text-primary);
  background: rgb(var(--color-bg))
}
:where([id]) {
  scroll-margin-top: 6rem
}
:focus-visible {
  outline: 3px solid rgb(var(--color-accent));
  outline-offset: 3px
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: .75rem 1.125rem;
  border: 2px solid rgb(var(--color-black));
  border-radius: 0;
  font-family: Unbounded,sans-serif;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  background: rgb(var(--color-bg));
  color: rgb(var(--color-black))
}
.btn--primary {
  background: rgb(var(--color-accent));
  border-color: rgb(var(--color-accent));
  color: rgb(var(--color-bg))
}
.btn--primary:hover {
  background: rgb(var(--color-black));
  border-color: rgb(var(--color-black));
  color: rgb(var(--color-bg))
}
.btn--ghost {
  background: rgba(0,0,0,0)
}
.btn--ghost:hover {
  background: rgb(var(--color-black));
  color: rgb(var(--color-bg))
}
.btn--sm {
  min-height: 2.625rem;
  padding: .5rem .75rem;
  font-size: .8125rem
}
.btn--fw {
  width: 100%
}
.form {
  display: grid;
  gap: 1rem
}
.form__field {
  display: grid;
  gap: .375rem
}
.form label {
  font-family: Unbounded,sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase
}
.form input,
.form textarea {
  width: 100%;
  padding: .75rem 0;
  border: 0;
  border-bottom: 2px solid rgb(var(--color-black));
  border-radius: 0;
  background: rgba(0,0,0,0);
  color: var(--text-primary);
  font-family: "Sofia Sans",sans-serif;
  font-size: 1.125rem
}
.form textarea {
  min-height: 8.75rem;
  resize: vertical
}
.form__note,
.form__success {
  margin: 0;
  font-size: .9375rem;
  color: var(--text-secondary)
}
.form__note a {
  color: var(--text-accent);
  font-weight: 700
}
.faq__list {
  margin: 0;
  padding: 0;
  border-top: 3px solid rgb(var(--color-black))
}
.faq-item {
  border-bottom: 3px solid rgb(var(--color-black))
}
.faq-item__question {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.125rem 0;
  border: 0;
  background: rgba(0,0,0,0);
  text-align: left;
  font-family: Unbounded,sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.2;
  color: var(--text-primary);
  cursor: pointer
}
.faq-item__question::after {
  content: "+";
  flex: 0 0 auto;
  font-size: 1.75rem;
  line-height: 1;
  color: rgb(var(--color-accent))
}
.faq-item__answer {
  display: none;
  padding: 0 0 1.125rem;
  color: var(--text-secondary)
}
.faq-item__answer p {
  margin: 0
}
.faq-item.active .faq-item__answer {
  display: block
}
.faq-item.active .faq-item__question::after {
  content: "–"
}
.header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgb(var(--color-black));
  color: rgb(var(--color-bg));
  border-bottom: 6px solid rgb(var(--color-accent))
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 4.75rem
}
.header__brand {
  display: inline-flex;
  align-items: center;
  gap: .625rem;
  text-decoration: none;
  color: rgb(var(--color-bg))
}
.header__leaf {
  width: 1.375rem;
  height: 1.375rem;
  color: rgb(var(--color-accent))
}
.header__name {
  font-family: Unbounded,sans-serif;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1;
  text-transform: uppercase
}
.header__list {
  display: flex;
  align-items: center;
  gap: .25rem;
  margin: 0;
  padding: 0
}
.header__link {
  padding: .5rem .625rem;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(var(--color-bg))
}
.header__link.is-active,
.header__link:hover {
  background: rgb(var(--color-accent));
  color: rgb(var(--color-bg))
}
.header__burger {
  display: none;
  position: relative;
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  background: rgba(0,0,0,0);
  cursor: pointer
}
.header__burger span,
.header__burger span::after,
.header__burger span::before {
  display: block;
  position: absolute;
  left: .75rem;
  width: 1.25rem;
  height: 2px;
  background: rgb(var(--color-bg))
}
.header__burger span {
  top: 1.3125rem
}
.header__burger span::after,
.header__burger span::before {
  content: "";
  left: 0
}
.header__burger span::before {
  top: -.4375rem
}
.header__burger span::after {
  top: .4375rem
}
html.menu-open .header__burger span {
  background: rgba(0,0,0,0)
}
html.menu-open .header__burger span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
html.menu-open .header__burger span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.footer {
  padding: 2.5rem 0 1.75rem;
  background: rgb(var(--color-black));
  color: rgb(var(--color-bg));
  border-top: 6px solid rgb(var(--color-accent))
}
.footer__name {
  margin: 0;
  font-family: Unbounded,sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: .95;
  text-transform: uppercase
}
.footer__copy,
.footer__line,
.footer__note {
  margin: .75rem 0 0;
  max-width: 40em;
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(var(--color-gray-300))
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1rem;
  margin-top: 1.25rem
}
.footer__nav a {
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(var(--color-bg))
}
.footer__nav a:hover {
  color: rgb(var(--color-accent))
}
.cookie-notice {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: rgb(var(--color-accent));
  color: rgb(var(--color-bg));
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
  visibility: hidden
}
.cookie-notice.active {
  -webkit-transform: none;
  transform: none;
  visibility: visible
}
.cookie-notice__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 73.125rem;
  margin-inline: auto;
  padding: .875rem .9375rem
}
.cookie-notice__text {
  margin: 0;
  font-size: .9375rem
}
.cookie-notice__text a {
  color: inherit;
  font-weight: 700
}
.cookie-notice__actions {
  display: flex;
  gap: .5rem;
  flex-shrink: 0
}
.cookie-notice .btn--primary {
  background: rgb(var(--color-black));
  border-color: rgb(var(--color-black));
  color: rgb(var(--color-bg))
}
.cookie-notice .btn--ghost {
  border-color: rgb(var(--color-black));
  background: rgba(0,0,0,0);
  color: rgb(var(--color-black))
}
.cookie-notice .btn--ghost:hover {
  background: rgb(var(--color-black));
  color: rgb(var(--color-bg))
}
.cover {
  padding: 4rem 0 3rem;
  background: rgb(var(--color-black));
  color: rgb(var(--color-bg))
}
.cover__edition {
  margin: 0 0 1rem;
  font-family: Unbounded,sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgb(var(--color-accent))
}
.cover__title {
  margin: 0;
  width: 100%;
  max-width: none;
  font-family: Unbounded,sans-serif;
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.045em;
  color: rgb(var(--color-bg))
}
.cover__title em {
  display: block;
  margin-top: .5rem;
  font-style: normal;
  color: rgb(var(--color-accent))
}
.cover__dek {
  margin: 1.375rem 0 0;
  max-width: 38em;
  color: rgb(var(--color-gray-300))
}
.cover__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.75rem
}
.cover__link {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding: 0 1rem;
  background: rgb(var(--color-accent));
  color: rgb(var(--color-bg));
  font-family: Unbounded,sans-serif;
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none
}
.cover__link--quiet {
  background: rgba(0,0,0,0);
  color: rgb(var(--color-bg));
  box-shadow: inset 0 0 0 2px rgb(var(--color-bg))
}
.essay,
.faq,
.spread {
  padding: 3rem 0;
  background: rgb(var(--color-bg));
  color: rgb(var(--color-black))
}
.bands,
.index,
.letter {
  padding: 3rem 0;
  background: rgb(var(--color-black));
  color: rgb(var(--color-bg))
}
.section-kicker {
  margin: 0 0 .875rem;
  font-family: Unbounded,sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgb(var(--color-accent))
}
.spread__grid {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: 1.75rem 2.5rem;
  align-items: start
}
.spread__statement {
  margin: 0;
  font-family: Unbounded,sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.04em
}
.spread__list {
  margin: 0;
  padding: 0;
  list-style: none
}
.spread__list li {
  display: grid;
  grid-template-columns: 3.25rem minmax(0,1fr);
  gap: .625rem;
  padding: .875rem 0;
  border-top: 2px solid rgb(var(--color-black))
}
.spread__list span {
  font-family: Unbounded,sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: rgb(var(--color-accent))
}
.spread__list h3 {
  margin: 0;
  font-family: Unbounded,sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -.03em
}
.spread__list p {
  margin: .25rem 0 0;
  grid-column: 2;
  color: var(--text-secondary)
}
.toc {
  margin: 0;
  padding: 0;
  list-style: none
}
.toc__link {
  display: grid;
  grid-template-columns: 3.5rem minmax(0,1.4fr) minmax(8.75rem,.6fr);
  gap: .625rem 1rem;
  align-items: baseline;
  padding: 1.125rem 0;
  border-top: 2px solid rgb(var(--color-bg));
  text-decoration: none;
  color: rgb(var(--color-bg))
}
.toc__meta,
.toc__num {
  font-family: Unbounded,sans-serif;
  font-weight: 700;
  color: rgb(var(--color-accent))
}
.toc__num {
  font-size: 1.125rem
}
.toc__title {
  font-family: Unbounded,sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.04em
}
.toc__excerpt {
  grid-column: 2/-1;
  color: rgb(var(--color-gray-300))
}
.essay__text {
  margin: 0;
  max-width: 40em;
  font-size: 1.375rem;
  line-height: 1.45
}
.band {
  display: grid;
  grid-template-columns: minmax(10rem,.6fr) minmax(0,1.4fr);
  gap: .75rem 1.5rem;
  padding: 1.25rem 0;
  border-top: 2px solid rgb(var(--color-accent))
}
.band h3 {
  margin: 0;
  font-family: Unbounded,sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.05
}
.band ul {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none
}
.band li {
  color: rgb(var(--color-gray-300))
}
.letter__intro {
  margin: 0 0 1.25rem;
  font-family: Unbounded,sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.04em
}
.letter__meta {
  margin: 1rem 0 0;
  color: rgb(var(--color-gray-300))
}
.letter .form label {
  color: rgb(var(--color-accent))
}
.letter .form input,
.letter .form textarea {
  border-bottom-color: rgb(var(--color-bg));
  color: rgb(var(--color-bg))
}
.letter .form__note,
.letter .form__success {
  color: rgb(var(--color-gray-300))
}
.letter .btn--primary {
  background: rgb(var(--color-bg));
  border-color: rgb(var(--color-bg));
  color: rgb(var(--color-black))
}
.letter .btn--primary:hover {
  background: rgb(var(--color-accent));
  border-color: rgb(var(--color-accent));
  color: rgb(var(--color-bg))
}
.bands .section-kicker,
.essay .section-kicker,
.faq .section-kicker,
.index .section-kicker,
.letter .section-kicker,
.spread .section-kicker {
  color: rgb(var(--color-accent))
}
.rail-mast {
  padding: 2.25rem 0 1.75rem;
  background: rgb(var(--color-black));
  color: rgb(var(--color-bg));
  border-bottom: 8px solid rgb(var(--color-accent))
}
.rail-mast__kicker {
  margin: 0 0 .75rem;
  font-family: Unbounded,sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgb(var(--color-accent))
}
.rail-mast__row {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr);
  gap: 1rem 2.5rem;
  align-items: end
}
.rail-mast h1 {
  margin: 0;
  font-family: Unbounded,sans-serif;
  font-weight: 700;
  line-height: .9;
  letter-spacing: -.05em;
  text-transform: uppercase
}
.rail-mast p {
  margin: 0;
  color: rgb(var(--color-gray-300))
}
.rail-band {
  padding: 1.75rem 0 2.25rem;
  background: rgb(var(--color-bg));
  color: rgb(var(--color-black));
  border-bottom: 3px solid rgb(var(--color-black))
}
.rail-band__grid {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: .5rem 2.25rem;
  align-items: start
}
.rail-band__index {
  margin: 0;
  font-family: Unbounded,sans-serif;
  font-weight: 700;
  line-height: .8;
  letter-spacing: -.06em;
  color: rgb(var(--color-accent))
}
.rail-band h2 {
  margin: 0 0 1.125rem;
  font-family: Unbounded,sans-serif;
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.04em;
  text-transform: uppercase
}
.rail-band dl {
  display: grid;
  gap: 1.125rem;
  margin: 0
}
.rail-band dt {
  font-family: Unbounded,sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgb(var(--color-accent))
}
.rail-band dd {
  margin: .375rem 0 0;
  color: var(--text-secondary)
}
.rail-band--ink {
  background: rgb(var(--color-black));
  color: rgb(var(--color-bg));
  border-bottom-color: rgb(var(--color-accent))
}
.rail-band--ink dd {
  color: rgb(var(--color-gray-300))
}
.manifesto__open {
  padding: 3rem 0 2.25rem;
  background: rgb(var(--color-black));
  color: rgb(var(--color-bg));
  border-bottom: 8px solid rgb(var(--color-accent))
}
.manifesto__open h1 {
  margin: 0;
  max-width: none;
  font-family: Unbounded,sans-serif;
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.05em;
  text-transform: uppercase
}
.manifesto__kicker {
  margin: 0 0 .875rem;
  font-family: Unbounded,sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgb(var(--color-accent))
}
.manifesto__strip {
  padding: 2rem 0;
  background: rgb(var(--color-bg));
  color: rgb(var(--color-black));
  border-bottom: 3px solid rgb(var(--color-black))
}
.manifesto__strip:nth-child(even) {
  background: rgb(var(--color-black));
  color: rgb(var(--color-bg))
}
.manifesto__strip:nth-child(even) .manifesto__prose p {
  color: rgb(var(--color-gray-300))
}
.manifesto__row {
  display: grid;
  grid-template-columns: minmax(11.25rem,.38fr) minmax(0,1fr);
  gap: .75rem 3rem;
  align-items: start
}
.manifesto__close h2,
.manifesto__strip h2 {
  margin: 0;
  font-family: Unbounded,sans-serif;
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: rgb(var(--color-accent))
}
.manifesto__prose p {
  margin: 0 0 .75rem;
  color: var(--text-secondary)
}
.manifesto__prose p:last-child {
  margin-bottom: 0
}
.manifesto__close {
  padding: 2.25rem 0 3rem;
  background: rgb(var(--color-bg));
  color: rgb(var(--color-black))
}
.manifesto__close h2 {
  margin-bottom: .5rem
}
.manifesto__close ol {
  margin: 0;
  padding: 0;
  list-style: none
}
.manifesto__close li {
  display: grid;
  grid-template-columns: 4.5rem minmax(0,1fr);
  gap: .75rem 1.25rem;
  align-items: start;
  padding: 1rem 0;
  border-top: 3px solid rgb(var(--color-black))
}
.manifesto__close span {
  font-family: Unbounded,sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.04em
}
.manifesto__close p {
  margin: 0
}
.notes {
  padding-bottom: 4rem;
  background: rgb(var(--color-bg));
  color: rgb(var(--color-black))
}
.notes__mast {
  padding: 3rem 0 1.75rem
}
.notes__mast h1 {
  margin: 0;
  font-family: Unbounded,sans-serif;
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.045em;
  text-transform: uppercase
}
.notes__lead {
  margin: .75rem 0 0;
  max-width: 36em;
  color: var(--text-secondary)
}
.notes__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem
}
.note-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.375rem 1.25rem 1.125rem;
  background: rgb(var(--color-bg));
  border: 2px solid rgb(var(--color-black));
  border-top: 6px solid rgb(var(--color-accent));
  color: inherit;
  text-decoration: none
}
.note-card__excerpt,
.note-card__meta,
.note-card__more,
.note-card__title {
  display: block
}
.note-card__meta {
  margin-bottom: .75rem;
  font-family: Unbounded,sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgb(var(--color-accent))
}
.note-card__title {
  font-family: Unbounded,sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.03em
}
.note-card__excerpt {
  margin-top: .75rem;
  color: var(--text-secondary)
}
.note-card__more {
  margin-top: auto;
  padding-top: 1.125rem;
  font-family: Unbounded,sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase
}
.note-card:focus-visible,
.note-card:hover {
  background: rgb(var(--color-black));
  color: rgb(var(--color-bg))
}
.note-card:focus-visible .note-card__excerpt,
.note-card:hover .note-card__excerpt {
  color: rgb(var(--color-gray-300))
}
.note-card:focus-visible .note-card__more,
.note-card:hover .note-card__more {
  color: rgb(var(--color-accent))
}
.reading {
  padding: 3rem 0 4.5rem;
  background: rgb(var(--color-bg));
  border-top: 8px solid rgb(var(--color-accent))
}
.reading__kicker {
  margin: 0 0 .75rem;
  font-family: Unbounded,sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgb(var(--color-accent))
}
.reading h1 {
  margin: 0;
  font-family: Unbounded,sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.045em
}
.reading__lead {
  margin: 1.125rem 0 .5rem;
  max-width: 40em;
  font-size: 1.25rem;
  color: var(--text-secondary)
}
.reading h2 {
  margin: 2rem 0 .5rem;
  padding-top: .75rem;
  border-top: 3px solid rgb(var(--color-black));
  font-family: Unbounded,sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.15
}
.reading h3 {
  margin: 1.125rem 0 .375rem;
  font-family: Unbounded,sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.03em;
  color: rgb(var(--color-accent))
}
.reading li,
.reading p {
  color: var(--text-secondary)
}
.reading ol,
.reading ul {
  margin: 0 0 .75rem;
  padding-left: 1.2em
}
.reading li {
  margin: .25rem 0
}
.reading__related {
  margin-top: 2rem;
  padding: 1.125rem;
  background: rgb(var(--color-black));
  color: rgb(var(--color-bg))
}
.reading__related h2 {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
  color: rgb(var(--color-accent))
}
.reading__related a,
.reading__related li {
  color: rgb(var(--color-bg))
}
.reading__back {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1rem
}
.reading__back a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0 .875rem;
  background: rgb(var(--color-accent));
  color: rgb(var(--color-bg));
  font-family: Unbounded,sans-serif;
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none
}
.reading {
  background: rgb(var(--color-bg))
}
.contact-page {
  padding: 3.5rem 0 4.5rem;
  background: rgb(var(--color-black));
  color: rgb(var(--color-bg))
}
.contact-page h1 {
  margin: 0 0 .75rem;
  font-family: Unbounded,sans-serif;
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.045em;
  text-transform: uppercase
}
.contact-page__lead {
  margin: 0 0 1.5rem;
  max-width: 40em;
  color: rgb(var(--color-gray-300))
}
.contact-page .form label {
  color: rgb(var(--color-accent))
}
.contact-page .form input,
.contact-page .form textarea {
  border-bottom-color: rgb(var(--color-bg));
  color: rgb(var(--color-bg))
}
.contact-page .form__note,
.contact-page .form__success {
  color: rgb(var(--color-gray-300))
}
.contact-page .btn--primary {
  background: rgb(var(--color-accent));
  border-color: rgb(var(--color-accent));
  color: rgb(var(--color-bg))
}
.legal {
  padding: 3.5rem 0 4.5rem;
  background: rgb(var(--color-bg));
  border-top: 8px solid rgb(var(--color-accent))
}
.legal h1 {
  margin: 0 0 .875rem;
  font-family: Unbounded,sans-serif;
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.045em;
  text-transform: uppercase
}
.legal__lead {
  margin: 0 0 1.125rem;
  font-size: 1.25rem;
  color: var(--text-secondary)
}
.legal h2 {
  margin: 1.75rem 0 .5rem;
  font-family: Unbounded,sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -.03em;
  text-transform: uppercase
}
.legal li,
.legal p {
  color: var(--text-secondary)
}
.legal ol,
.legal ul {
  margin: 0 0 .75rem;
  padding-left: 1.2em
}
.legal li {
  list-style-type: disc;
  margin: .25rem 0
}
.legal a {
  color: rgb(var(--color-accent));
  font-weight: 700
}
@media (min-width:47.99875em) {
  .menu__body {
    display: contents
  }
  .menu__link {
    color: var(--inverse)
  }
  .menu__link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0;
    color: var(--inverse);
    background: var(--accent);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    transition: -webkit-transform .4s cubic-bezier(.7,0,.3,1);
    transition: transform .4s cubic-bezier(.7,0,.3,1);
    transition: transform .4s cubic-bezier(.7,0,.3,1),-webkit-transform .4s cubic-bezier(.7,0,.3,1)
  }
  .menu__link:hover {
    color: var(--accent)
  }
  .menu__link:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
  }
}
@media (min-width:75em) {
  .menu__list {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
  }
  .cover__title {
    font-size: 4rem
  }
  .rail-mast h1 {
    font-size: 4.5rem
  }
  .rail-band__index {
    font-size: 6rem
  }
  .rail-band h2 {
    font-size: 2.5rem
  }
  .manifesto__open h1 {
    font-size: 4.75rem
  }
  .manifesto__close h2,
  .manifesto__strip h2 {
    font-size: 2rem
  }
  .notes__mast h1 {
    font-size: 4rem
  }
  .reading h1 {
    font-size: 3.25rem
  }
  .contact-page h1 {
    font-size: 4rem
  }
  .legal h1 {
    font-size: 4rem
  }
}
@media (max-width:20em) {
  .menu__list {
    -webkit-column-gap: .625rem;
    -moz-column-gap: .625rem;
    column-gap: .625rem
  }
  .cover__title {
    font-size: 2.125rem
  }
  .rail-mast h1 {
    font-size: 2.25rem
  }
  .rail-band__index {
    font-size: 3.5rem
  }
  .rail-band h2 {
    font-size: 1.75rem
  }
  .manifesto__open h1 {
    font-size: 2.25rem
  }
  .manifesto__close h2,
  .manifesto__strip h2 {
    font-size: 1.5rem
  }
  .notes__mast h1 {
    font-size: 2.125rem
  }
  .reading h1 {
    font-size: 1.875rem
  }
  .contact-page h1 {
    font-size: 2.25rem
  }
  .legal h1 {
    font-size: 2.25rem
  }
}
@media (max-width:61.99875em) {
  .header__brand {
    position: relative;
    z-index: 75
  }
  .header__burger {
    display: block;
    z-index: 75
  }
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 70;
    width: 100vw;
    height: 100dvh;
    padding: 6.75rem 1.25rem 2rem;
    background: rgb(var(--color-accent));
    opacity: 0;
    visibility: hidden;
    pointer-events: none
  }
  .header__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0
  }
  .header__link {
    display: block;
    width: 100%;
    padding: .75rem 0;
    border-bottom: 2px solid rgb(var(--color-black));
    font-family: Unbounded,sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -.04em;
    text-transform: none;
    color: rgb(var(--color-black))
  }
  .header__link.is-active,
  .header__link:hover {
    background: rgba(0,0,0,0);
    color: rgb(var(--color-bg))
  }
  html.menu-open .header__nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
  }
  .band,
  .band ul,
  .spread__grid,
  .toc__link {
    grid-template-columns: 1fr
  }
  .spread__list p,
  .toc__excerpt {
    grid-column: auto
  }
  .rail-band__grid,
  .rail-mast__row {
    grid-template-columns: 1fr
  }
  .manifesto__close li,
  .manifesto__row {
    grid-template-columns: 1fr
  }
  .notes__grid {
    grid-template-columns: 1fr
  }
}
@media (max-width:47.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    top: 0;
    left: -100%;
    transition: all .5s var(--transition-function);
    padding: 5.3125rem .9375rem .9375rem;
    background-color: rgba(var(--color-white),.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: auto;
    z-index: 99
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 5.3125rem;
    top: 0;
    left: -100%;
    background: rgba(var(--color-black),.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: left .5s var(--transition-function);
    z-index: 100
  }
  html.menu-open .menu__body {
    left: 0
  }
  html.menu-open .menu__body::before {
    left: 0
  }
  .menu__list {
    flex-direction: column;
    align-items: stretch;
    row-gap: 1.5625rem;
    width: 100%
  }
  .menu__item {
    width: 100%;
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    transition: all .5s ease
  }
  .menu__item:nth-child(1) {
    transition-delay: .1s
  }
  .menu__item:nth-child(2) {
    transition-delay: .2s
  }
  .menu__item:nth-child(3) {
    transition-delay: .3s
  }
  .menu__item:nth-child(4) {
    transition-delay: .4s
  }
  .menu__item:nth-child(5) {
    transition-delay: .5s
  }
  .menu__item:nth-child(6) {
    transition-delay: .6s
  }
  .menu__item:nth-child(7) {
    transition-delay: .7s
  }
  .menu__item:nth-child(8) {
    transition-delay: .8s
  }
  .menu__item:nth-child(9) {
    transition-delay: .9s
  }
  .menu__item:nth-child(10) {
    transition-delay: 1s
  }
  html.menu-open .menu__item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  .menu__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right,var(--text-primary) 0,transparent 100%);
    opacity: .1
  }
  .menu__link {
    width: 100%;
    font-size: 1.75rem;
    padding: 1.25rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color .3s ease,-webkit-transform .3s ease;
    transition: color .3s ease,transform .3s ease;
    transition: color .3s ease,transform .3s ease,-webkit-transform .3s ease
  }
  .menu__link::after {
    content: "";
    width: .375rem;
    height: .375rem;
    border-right: 1px solid var(--text-secondary);
    border-bottom: 1px solid var(--text-secondary);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: .5;
    margin-right: .625rem
  }
  .footer__name {
    font-size: 2rem
  }
  .cookie-notice__inner {
    flex-direction: column;
    align-items: stretch
  }
  .cover {
    padding-top: 2.25rem
  }
  .letter__intro,
  .spread__statement {
    font-size: 1.75rem
  }
  .toc__title {
    font-size: 1.375rem
  }
}
@media (min-width:20em)and (max-width:75em) {
  .menu__list {
    -webkit-column-gap: clamp(.625rem ,.3977272727rem + 1.1363636364vw ,1.25rem);
    -moz-column-gap: clamp(.625rem ,.3977272727rem + 1.1363636364vw ,1.25rem);
    column-gap: clamp(.625rem ,.3977272727rem + 1.1363636364vw ,1.25rem)
  }
  .cover__title {
    font-size: clamp(2.125rem ,1.4431818182rem + 3.4090909091vw ,4rem)
  }
  .rail-mast h1 {
    font-size: clamp(2.25rem ,1.4318181818rem + 4.0909090909vw ,4.5rem)
  }
  .rail-band__index {
    font-size: clamp(3.5rem ,2.5909090909rem + 4.5454545455vw ,6rem)
  }
  .rail-band h2 {
    font-size: clamp(1.75rem ,1.4772727273rem + 1.3636363636vw ,2.5rem)
  }
  .manifesto__open h1 {
    font-size: clamp(2.25rem ,1.3409090909rem + 4.5454545455vw ,4.75rem)
  }
  .manifesto__close h2,
  .manifesto__strip h2 {
    font-size: clamp(1.5rem ,1.3181818182rem + .9090909091vw ,2rem)
  }
  .notes__mast h1 {
    font-size: clamp(2.125rem ,1.4431818182rem + 3.4090909091vw ,4rem)
  }
  .reading h1 {
    font-size: clamp(1.875rem ,1.375rem + 2.5vw ,3.25rem)
  }
  .contact-page h1 {
    font-size: clamp(2.25rem ,1.6136363636rem + 3.1818181818vw ,4rem)
  }
  .legal h1 {
    font-size: clamp(2.25rem ,1.6136363636rem + 3.1818181818vw ,4rem)
  }
}
@media (prefers-reduced-motion:reduce) {
  *,
  *::after,
  *::before {
    transition: none!important;
    scroll-behavior: auto!important
  }
}