:root {
  --paper: #f3efe7;
  --ink: #11110f;
  --muted: #6e6a61;
  --line: rgba(17,17,15,.22);
  --red: #a61f19;
  --white: #fbfaf6;
  --mono: "IBM Plex Mono", monospace;
  --sans: "Libre Franklin", sans-serif;
  --serif: "Newsreader", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
button, input { font: inherit; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; background: var(--ink); color: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.masthead { position: sticky; top: 0; z-index: 10; background: rgba(243,239,231,.94); backdrop-filter: blur(16px); border-bottom: 1px solid var(--ink); }
.masthead__line { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem 20px; border-bottom: 1px solid var(--line); font: 500 .67rem/1 var(--mono); letter-spacing: .08em; }
.brand-row { min-height: 78px; display: flex; align-items: center; gap: 2rem; width: min(1180px, calc(100% - 40px)); margin: auto; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; font: 600 1.2rem/1 var(--sans); letter-spacing: -.03em; }
.brand__signal { width: 9px; height: 9px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(166,31,25,.12); }
.nav { margin-left: auto; display: flex; gap: 1.5rem; }
.nav a { text-decoration: none; font: 500 .72rem/1 var(--mono); letter-spacing: .05em; }
.menu-toggle { display: none; margin-left: auto; border: 0; background: none; font: 500 .72rem var(--mono); }
.ticker { display: grid; grid-template-columns: auto 1fr; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--paper); color: var(--muted); }
.ticker__label { position: relative; z-index: 2; display: flex; align-items: center; padding: .65rem 1rem; border-right: 1px solid var(--line); background: var(--paper); color: var(--red); font: 500 .62rem var(--mono); letter-spacing: .12em; }
.ticker__viewport { overflow: hidden; }
.ticker__track { width: max-content; padding: .65rem 0; white-space: nowrap; font: 400 .62rem var(--mono); letter-spacing: .08em; animation: crawl 3600s linear infinite; }
@keyframes crawl { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.hero { padding: clamp(5rem, 11vw, 10rem) 0 4rem; }
.hero__eyebrow, .kicker { display: block; margin-bottom: 1rem; color: var(--red); font: 500 .68rem var(--mono); letter-spacing: .12em; }
.hero h1 { max-width: 930px; margin: 0; font: 500 clamp(3.5rem, 9vw, 8rem)/.88 var(--serif); letter-spacing: -.065em; }
.hero__dek { max-width: 760px; margin: 2.2rem 0; font: 400 clamp(1.1rem, 2vw, 1.45rem)/1.5 var(--sans); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 1.15rem; border: 1px solid var(--ink); cursor: pointer; text-decoration: none; font: 500 .76rem var(--mono); letter-spacing: .04em; }
.button--dark { background: var(--ink); color: var(--white); }
.button--ghost { background: transparent; }
.hero__stats { display: grid; grid-template-columns: repeat(3, 1fr); margin: 5rem 0 0; padding: 1.5rem 0 0; border-top: 1px solid var(--ink); }
.hero__stats div { padding-right: 2rem; }
.hero__stats dt { font: 500 2.6rem var(--serif); }
.hero__stats dd { margin: .3rem 0 0; color: var(--muted); font: .7rem var(--mono); text-transform: uppercase; }
.section-rule { padding: 5rem 0; border-top: 1px solid var(--ink); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2rem; }
.section-heading h2, .author h2 { margin: 0; font: 500 clamp(2.2rem, 5vw, 4.6rem)/1 var(--serif); letter-spacing: -.045em; }
.text-button { border: 0; border-bottom: 1px solid var(--ink); background: none; padding: 0 0 .25rem; cursor: pointer; font: .75rem var(--mono); }
.feature-card { min-height: 460px; display: grid; align-content: end; padding: clamp(1.5rem, 4vw, 4rem); background: var(--ink); color: var(--white); cursor: pointer; }
.feature-card:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.feature-card__meta { margin-bottom: auto; color: #c8c3b9; font: .68rem var(--mono); letter-spacing: .08em; }
.feature-card h3 { max-width: 900px; margin: 5rem 0 1.5rem; font: 500 clamp(2.4rem, 6vw, 5.7rem)/.95 var(--serif); letter-spacing: -.05em; }
.feature-card blockquote { max-width: 780px; margin: 0; font: 400 clamp(1rem, 2vw, 1.35rem)/1.5 var(--sans); }
.feature-card__hint { margin-top: 2rem; color: #c8c3b9; font: 500 .62rem var(--mono); letter-spacing: .1em; }
.archive-heading { margin-bottom: 1rem; }
.result-count { color: var(--muted); font: .7rem var(--mono); }
.archive-tools { display: grid; gap: 1rem; margin: 2rem 0 3rem; }
.search-box { display: grid; grid-template-columns: 90px 1fr; align-items: center; border-block: 1px solid var(--ink); }
.search-box span { font: .68rem var(--mono); letter-spacing: .08em; }
.search-box input { width: 100%; padding: 1.2rem 0; border: 0; outline: 0; background: transparent; font: 400 1rem var(--sans); }
.filters { display: flex; flex-wrap: wrap; gap: .5rem; }
.filter { border: 1px solid var(--line); background: transparent; padding: .55rem .75rem; cursor: pointer; font: .66rem var(--mono); }
.filter.is-active { background: var(--ink); color: white; border-color: var(--ink); }
.column-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.column-card { min-height: 330px; display: flex; flex-direction: column; padding: 1.4rem; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: transparent; cursor: pointer; transition: background .2s ease, color .2s ease; }
.column-card:hover { background: var(--ink); color: var(--white); }
.column-card__number, .column-card__topic { font: .64rem var(--mono); letter-spacing: .06em; }
.column-card__number { color: var(--red); }
.column-card h3 { margin: 2.5rem 0 1rem; font: 500 clamp(1.65rem, 2.5vw, 2.4rem)/1 var(--serif); letter-spacing: -.035em; }
.column-card p { margin: 0; line-height: 1.5; }
.column-card__topic { margin-top: auto; padding-top: 2rem; color: var(--muted); }
.column-card:hover .column-card__topic { color: #c8c3b9; }
.load-more { width: 100%; margin-top: 1rem; padding: 1rem; border: 1px solid var(--ink); background: transparent; cursor: pointer; font: .72rem var(--mono); }
.author { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 2rem; }
.author__copy p { max-width: 670px; font-size: 1.2rem; line-height: 1.55; }
.author__note { color: var(--muted); font-size: .9rem !important; }
.author__mark { align-self: start; justify-self: end; font: 500 clamp(5rem, 12vw, 10rem)/.75 var(--serif); color: transparent; -webkit-text-stroke: 1px var(--ink); }
.reader { width: min(760px, calc(100% - 24px)); max-height: calc(100vh - 24px); padding: clamp(1.5rem, 5vw, 4rem); border: 0; background: var(--white); color: var(--ink); box-shadow: 0 24px 90px rgba(0,0,0,.35); }
.reader::backdrop { background: rgba(17,17,15,.72); backdrop-filter: blur(5px); }
.reader__close { position: absolute; right: 1rem; top: .7rem; border: 0; background: none; font: 2rem var(--serif); cursor: pointer; }
.reader__meta { color: var(--red); font: .68rem var(--mono); letter-spacing: .08em; }
.reader h2 { margin: 2rem 0; font: 500 clamp(2.5rem, 7vw, 5rem)/.95 var(--serif); letter-spacing: -.05em; }
.reader blockquote { margin: 0 0 2rem; padding-left: 1.2rem; border-left: 3px solid var(--red); font: 400 1.25rem/1.5 var(--serif); }
.reader p { line-height: 1.65; }
.reader__thought { font-weight: 600; }
.reader__tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: 2rem; }
.reader__tags span { border: 1px solid var(--line); padding: .4rem .55rem; font: .62rem var(--mono); }
.reader__rights { margin-top: 2.5rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; }
.footer { display: flex; justify-content: space-between; gap: 1rem; padding: 2rem 0; border-top: 1px solid var(--ink); font: .65rem var(--mono); }
@media (max-width: 800px) {
  .masthead__line span:nth-child(2) { display: none; }
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 1rem 20px 1.5rem; background: var(--paper); border-bottom: 1px solid var(--ink); }
  .nav.is-open { display: grid; }
  .ticker__label { padding-inline: .75rem; }
  .hero { padding-top: 4rem; }
  .hero__stats { grid-template-columns: 1fr; gap: 1.2rem; }
  .section-heading { align-items: start; flex-direction: column; }
  .column-grid { grid-template-columns: 1fr; }
  .column-card { min-height: 270px; }
  .author { grid-template-columns: 1fr; }
  .author__mark { justify-self: start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker__track { animation: none; }
}