@font-face {
  font-family: Inter;
  src: url('/assets/inter-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: Mono;
  src: url('/assets/mono-latin.woff2') format('woff2');
  font-display: swap;
}
:root {
  font-family: Inter, Arial, sans-serif;
  color: #202424;
  background: #f6f5f1;
  font-synthesis: none;
  --line: #d6d8d2;
  --blue: #1674be;
  --muted: #646c68;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
a:hover {
  color: var(--blue);
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #1674be;
  outline-offset: 5px;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 540;
  letter-spacing: -0.055em;
}
p {
  line-height: 1.65;
}
.skip {
  position: absolute;
  top: -100px;
  left: 20px;
  background: white;
  padding: 15px;
  z-index: 10;
}
.skip:focus {
  top: 12px;
}
.journal-header {
  height: 100px;
  margin: 0 4.5%;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.journal-header img {
  width: 132px;
  display: block;
}
.journal-header nav {
  display: flex;
  gap: 40px;
  font-size: 13px;
}
.journal-header [aria-current='page'] {
  border-bottom: 2px solid var(--blue);
  padding-bottom: 6px;
}
.journal-intro,
.entries,
.journal-empty,
.journal-about,
.article-header,
.article-cover,
.article-layout,
.related-entries,
.journal-footer {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
}
.eyebrow,
.post-meta,
.intro-bottom,
.section-label,
.entry-number,
.footer-line,
.preview-notice {
  font:
    10px/1.6 Mono,
    monospace;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.eyebrow {
  color: var(--muted);
}
.journal-intro {
  padding-top: 66px;
}
.journal-intro > .eyebrow span {
  margin: 0 18px;
  color: #b5b9b2;
}
.journal-intro-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  align-items: end;
  gap: 8%;
  margin: 40px 0 66px;
}
.journal-intro h1 {
  font-size: clamp(64px, 7.4vw, 108px);
  line-height: 1.02;
}
.journal-intro h1 em {
  font-style: normal;
  color: var(--blue);
}
.intro-note {
  max-width: 330px;
  padding-bottom: 9px;
}
.intro-note p {
  font-size: 19px;
  line-height: 1.6;
  margin: 30px 0 24px;
}
.journal-bars {
  display: flex;
  gap: 5px;
  width: 110px;
  height: 7px;
  transform: skew(-12deg);
}
.journal-bars i {
  flex: 1;
  background: #3299d0;
}
.journal-bars i:nth-child(2) {
  background: #e0543e;
}
.journal-bars i:nth-child(3) {
  background: #e9b215;
}
.journal-bars i:nth-child(4) {
  background: #20964c;
}
.quiet-link {
  font-size: 12px;
  color: var(--muted);
}
.intro-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  color: var(--muted);
}
.entries {
  padding-top: 85px;
  padding-bottom: 50px;
}
.section-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
  margin-bottom: 35px;
}
.section-label h2 {
  font: inherit;
  letter-spacing: inherit;
}
.featured-entry {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 6%;
  align-items: center;
}
.entry-art {
  display: block;
  overflow: hidden;
  background: #e8eae4;
}
.entry-art img {
  display: block;
  width: 100%;
  aspect-ratio: 1.4;
  object-fit: cover;
  transition: transform 0.4s;
}
.entry-art:hover img {
  transform: scale(1.025);
}
.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 13px;
  color: var(--muted);
  font-size: 9px;
}
.post-meta span:last-child {
  white-space: nowrap;
}
.featured-copy h3 {
  font-size: clamp(30px, 3.6vw, 50px);
  line-height: 1.12;
  margin: 22px 0;
}
.featured-copy p {
  font-size: 16px;
  color: var(--muted);
  margin-bottom: 27px;
}
.text-link {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding: 12px 0;
  border-bottom: 1px solid #202424;
}
.entry-list {
  margin-top: 50px;
}
.entry-row {
  display: grid;
  grid-template-columns: 55px 1fr 50px;
  gap: 20px;
  padding: 36px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.entry-number {
  color: #949b95;
}
.entry-row h3 {
  font-size: 32px;
  line-height: 1.2;
  margin: 10px 0;
}
.entry-row p {
  max-width: 680px;
  font-size: 15px;
  color: var(--muted);
}
.entry-arrow {
  font-size: 30px;
  text-align: right;
}
.journal-empty {
  padding-top: 100px;
  padding-bottom: 105px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  align-items: center;
}
.empty-number {
  font-weight: 600;
  font-size: clamp(140px, 24vw, 350px);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #b6beb5;
  letter-spacing: -0.1em;
}
.journal-empty h2 {
  font-size: clamp(32px, 3.7vw, 52px);
  line-height: 1.15;
  margin: 24px 0;
}
.journal-empty p {
  color: var(--muted);
  font-size: 16px;
  max-width: 420px;
  margin-bottom: 18px;
}
.journal-about {
  background: #e9ede6;
  padding-top: 68px;
  padding-bottom: 68px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 8%;
}
.journal-about .eyebrow {
  grid-column: 1/-1;
  margin-bottom: 28px;
}
.journal-about h2 {
  font-size: 48px;
  line-height: 1.12;
  grid-row: 2/4;
}
.journal-about p {
  font-size: 17px;
  max-width: 430px;
}
.journal-about .text-link {
  justify-self: start;
  margin-top: 16px;
}
.journal-footer {
  padding-top: 65px;
  padding-bottom: 25px;
}
.journal-footer > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.journal-footer img {
  width: 140px;
}
.journal-footer p {
  font-size: 26px;
  letter-spacing: -0.04em;
  line-height: 1.3;
}
.footer-links {
  display: flex;
  gap: 30px;
  font-size: 12px;
  margin: 35px 0 45px;
}
.footer-links a:last-child {
  margin-left: auto;
  color: var(--muted);
}
.footer-line {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 9px;
}
.article-header {
  padding-top: 50px;
  padding-bottom: 55px;
}
.article-header > .post-meta {
  margin: 65px 0 23px;
}
.article-header h1 {
  font-size: clamp(44px, 6.2vw, 88px);
  line-height: 1.05;
  max-width: 1020px;
  text-wrap: balance;
}
.article-deck {
  max-width: 770px;
  font-size: 21px;
  line-height: 1.6;
  color: var(--muted);
  margin: 28px 0 34px;
}
.article-cover {
  margin-top: 0;
  margin-bottom: 65px;
}
.article-cover img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  display: block;
}
.article-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 740px);
  justify-content: space-between;
  gap: 55px;
  padding-bottom: 60px;
}
.article-aside {
  align-self: start;
  position: sticky;
  top: 30px;
  padding-right: 15px;
}
.article-aside ol {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.55;
}
.article-aside li + li {
  margin-top: 14px;
}
.share-links {
  margin-top: 40px;
  border-top: 1px solid var(--line);
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  font-size: 12px;
}
.share-links button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: inherit;
}
.share-status {
  font-size: 11px;
  color: var(--blue);
  min-height: 16px;
}
.article-body {
  min-width: 0;
  font-size: 18px;
  line-height: 1.8;
  overflow-wrap: break-word;
}
.article-body p,
.article-body ul,
.article-body ol,
.article-body blockquote,
.article-body pre,
.article-body table {
  margin: 0 0 26px;
}
.article-body h2 {
  font-size: 34px;
  line-height: 1.2;
  margin: 55px 0 23px;
  scroll-margin-top: 25px;
}
.article-body h3 {
  font-size: 25px;
  line-height: 1.3;
  margin: 35px 0 18px;
  scroll-margin-top: 25px;
}
.article-body > h2:first-child {
  margin-top: 0;
}
.article-body a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.article-body li {
  padding-left: 5px;
  margin-bottom: 9px;
}
.article-body blockquote {
  border-left: 3px solid #e5b21c;
  padding: 10px 0 10px 25px;
  font-size: 23px;
  letter-spacing: -0.02em;
}
.article-body blockquote p:last-child {
  margin-bottom: 0;
}
.article-body img {
  display: block;
  width: 100%;
  height: auto;
  margin: 32px 0;
}
.article-body pre {
  background: #242e29;
  color: #e9ede6;
  padding: 25px;
  overflow: auto;
  font:
    13px/1.7 Mono,
    monospace;
  white-space: pre;
  overflow-wrap: normal;
  border-radius: 2px;
}
.article-body code {
  font-family: Mono, monospace;
  font-size: 0.8em;
  background: #e4e8e1;
  padding: 3px 5px;
}
.article-body pre code {
  background: transparent;
  padding: 0;
  font-size: inherit;
}
.article-body table {
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  font-size: 14px;
}
.article-body th,
.article-body td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  min-width: 120px;
}
.article-body th {
  background: #e9ede6;
}
.article-body hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 40px 0;
}
.article-body figcaption {
  font-size: 12px;
  color: var(--muted);
}
.article-end {
  margin-top: 65px;
  border-top: 1px solid var(--line);
  padding-top: 35px;
}
.article-end p {
  font-size: 25px;
  letter-spacing: -0.04em;
  margin: 25px 0 8px;
}
.related-entries {
  padding-top: 25px;
  padding-bottom: 70px;
}
.related-entry {
  display: grid;
  grid-template-columns: 170px 1fr 25px;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 25px 0;
}
.related-entry h3 {
  font-size: 30px;
}
.preview-notice {
  background: #ffedb1;
  text-align: center;
  padding: 12px 20px;
  font-size: 9px;
}
@media (min-width: 1600px) {
  .journal-intro,
  .entries,
  .journal-empty,
  .journal-about,
  .article-header,
  .article-cover,
  .article-layout,
  .related-entries,
  .journal-footer {
    padding-left: 85px;
    padding-right: 85px;
  }
}
@media (max-width: 850px) {
  .journal-intro-grid {
    grid-template-columns: 1.5fr 1fr;
    gap: 6%;
  }
  .journal-intro h1 {
    font-size: 66px;
  }
  .intro-note p {
    font-size: 16px;
  }
  .article-layout {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 35px;
  }
  .article-body {
    font-size: 17px;
  }
  .article-header h1 {
    font-size: 60px;
  }
  .featured-entry {
    gap: 30px;
  }
  .journal-about h2 {
    font-size: 40px;
  }
  .intro-bottom {
    font-size: 8px;
  }
}
@media (max-width: 600px) {
  .journal-header {
    height: 82px;
    margin: 0 6%;
  }
  .journal-header img {
    width: 108px;
  }
  .journal-header nav {
    gap: 16px;
    font-size: 10px;
  }
  .journal-header nav a:first-child span {
    display: none;
  }
  .journal-intro {
    padding-top: 38px;
  }
  .journal-intro > .eyebrow {
    font-size: 8px;
  }
  .journal-intro > .eyebrow span {
    margin: 0 8px;
  }
  .journal-intro-grid {
    display: block;
    margin: 32px 0 36px;
  }
  .journal-intro h1 {
    font-size: clamp(49px, 13.4vw, 76px);
    line-height: 1.04;
  }
  .intro-note {
    max-width: 100%;
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 22px 10px;
    align-items: center;
    padding: 0;
  }
  .intro-note .journal-bars {
    grid-column: 1/-1;
    width: 91px;
    height: 6px;
  }
  .intro-note p {
    grid-column: 1/-1;
    margin: 0;
    max-width: 335px;
    font-size: 16px;
  }
  .intro-note .quiet-link {
    grid-column: 1/-1;
    font-size: 11px;
  }
  .intro-bottom span:last-child {
    display: none;
  }
  .journal-empty {
    padding-top: 55px;
    padding-bottom: 60px;
    grid-template-columns: 64px 1fr;
    gap: 22px;
    align-items: start;
  }
  .empty-number {
    font-size: 66px;
    margin-top: 26px;
    letter-spacing: -0.08em;
  }
  .journal-empty .eyebrow {
    font-size: 8px;
  }
  .journal-empty h2 {
    font-size: 31px;
    margin: 17px 0;
  }
  .journal-empty p {
    font-size: 14px;
  }
  .text-link {
    font-size: 12px;
    gap: 18px;
  }
  .journal-about {
    padding-top: 40px;
    padding-bottom: 42px;
    display: block;
  }
  .journal-about .eyebrow {
    display: block;
    margin-bottom: 22px;
  }
  .journal-about h2 {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .journal-about p {
    font-size: 15px;
  }
  .journal-footer {
    padding-top: 42px;
  }
  .journal-footer img {
    width: 116px;
  }
  .journal-footer p {
    font-size: 23px;
  }
  .footer-links {
    gap: 20px;
    font-size: 10px;
    margin: 32px 0;
  }
  .footer-line {
    font-size: 7px;
    align-items: center;
    gap: 20px;
  }
  .footer-line .journal-bars {
    width: 68px;
    height: 5px;
    flex-shrink: 0;
  }
  .entries {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .featured-entry {
    display: block;
  }
  .featured-copy {
    padding-top: 25px;
  }
  .featured-copy h3 {
    font-size: 35px;
    margin: 17px 0;
  }
  .featured-copy p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .entry-list {
    margin-top: 35px;
  }
  .entry-row {
    grid-template-columns: 25px 1fr 20px;
    gap: 12px;
    padding: 25px 0;
  }
  .entry-row h3 {
    font-size: 26px;
  }
  .entry-row p {
    font-size: 14px;
  }
  .post-meta {
    font-size: 8px;
    gap: 6px 10px;
  }
  .entry-arrow {
    font-size: 22px;
  }
  .article-header {
    padding-top: 30px;
    padding-bottom: 32px;
  }
  .article-header > .post-meta {
    margin: 42px 0 20px;
  }
  .article-header h1 {
    font-size: clamp(38px, 10.5vw, 60px);
    line-height: 1.08;
  }
  .article-deck {
    font-size: 17px;
    margin: 22px 0 27px;
  }
  .article-cover {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 32px;
  }
  .article-cover img {
    aspect-ratio: 1.3;
    object-fit: cover;
  }
  .article-layout {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px;
  }
  .article-aside {
    position: static;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 24px;
  }
  .article-aside nav ol {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 14px;
  }
  .article-aside li + li {
    margin: 0;
  }
  .article-aside ol a {
    font-size: 11px;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .share-links {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    border: none;
    margin: 20px 0 0;
    padding: 0;
    font-size: 11px;
  }
  .share-links > .eyebrow {
    display: none;
  }
  .share-status:empty {
    display: none;
  }
  .share-status {
    min-height: 0;
  }
  .article-body {
    font-size: 17px;
    line-height: 1.8;
  }
  .article-body h2 {
    font-size: 29px;
    margin-top: 42px;
  }
  .article-body h3 {
    font-size: 23px;
  }
  .article-body blockquote {
    font-size: 21px;
    padding-left: 20px;
  }
  .article-body pre {
    padding: 20px;
    font-size: 12px;
  }
  .article-end {
    margin-top: 45px;
  }
  .related-entries {
    padding-bottom: 40px;
  }
  .related-entry {
    grid-template-columns: 1fr 20px;
    gap: 10px;
  }
  .related-entry .eyebrow {
    grid-column: 1/-1;
  }
  .related-entry h3 {
    font-size: 26px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
