/* Brabant Letterpress — broadsheet / letterpress editorial */
:root {
  --bg: #f3ede2;
  --paper: #ede5d3;
  --ink: #1a1a1a;
  --ink-soft: #4a4540;
  --red: #aa182c;
  --rust: #8e2412;
  --display: 'Iowan Old Style', 'Palatino', Georgia, serif;
  --body: 'Iowan Old Style', 'Palatino', Georgia, serif;
  --label: 'Inter', 'Helvetica Neue', system-ui, sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: var(--bg); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.62; }
a { color: var(--red); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--rust); }
img { max-width: 100%; height: auto; display: block; }

.masthead { background: var(--ink); color: var(--bg); border-bottom: 4px double var(--bg); }
.masthead__inner { max-width: 1180px; margin: 0 auto; padding: 18px 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.title { display: inline-flex; flex-direction: column; gap: 0.2rem; text-decoration: none; color: var(--bg); }
.title__big { font-family: var(--display); font-size: 2rem; line-height: 0.95; font-weight: 900; letter-spacing: -0.01em; }
.title__rule { width: 80px; height: 3px; background: var(--red); margin: 2px 0; }
.title__sub { font-family: var(--label); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bg); opacity: 0.7; }
.nav { display: flex; gap: 1.6rem; }
.nav a { text-decoration: none; color: var(--bg); font-family: var(--label); font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700; padding-bottom: 3px; border-bottom: 1px solid transparent; }
.nav a:hover, .nav a.current { color: var(--red); border-color: var(--red); }

.masthead-banner { background: var(--bg); border-bottom: 1px solid var(--ink); padding: 5rem 1.5rem 4.5rem; text-align: center; }
.masthead-banner__inner { max-width: 820px; margin: 0 auto; }
.kicker { font-family: var(--label); font-size: 0.74rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--red); margin: 0 0 1.6rem; font-weight: 700; }
.head-display { font-family: var(--display); font-size: clamp(2.8rem, 6vw, 4.6rem); line-height: 1; font-weight: 900; margin: 0 0 1.8rem; color: var(--ink); letter-spacing: -0.02em; }
.head-display__em { color: var(--red); font-style: italic; font-weight: 700; }
.lede { font-size: 1.1rem; line-height: 1.65; color: var(--ink); max-width: 660px; margin: 0 auto 1.6rem; }
.ornament { font-family: var(--display); font-size: 1.4rem; letter-spacing: 0.6em; color: var(--red); margin-top: 1rem; }

.archive-section { max-width: 1180px; margin: 0 auto; padding: 5rem 1.5rem; }
.archive-section__head { text-align: center; max-width: 720px; margin: 0 auto 3rem; }
.archive-section--essays { padding-top: 3rem; }
.head-section { font-family: var(--display); font-size: clamp(1.9rem, 3.4vw, 2.6rem); line-height: 1.15; font-weight: 800; color: var(--ink); margin: 0 0 0.9rem; }

.broad-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; gap: 0; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.broad { position: relative; display: block; background-size: cover; background-position: center; background-color: var(--paper); border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); text-decoration: none; overflow: hidden; }
.broad::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(26,26,26,0) 45%, rgba(26,26,26,0.85) 100%); z-index: 1; }
.broad.tall { grid-row: span 2; }
.broad.wide { grid-column: span 2; }
.broad__overlay { position: absolute; bottom: 0.9rem; left: 1rem; right: 1rem; z-index: 2; color: var(--bg); display: flex; flex-direction: column; gap: 0.2rem; }
.broad__year { font-family: var(--label); font-size: 0.7rem; letter-spacing: 0.24em; color: var(--red); font-weight: 800; }
.broad__title { font-family: var(--display); font-size: 1.1rem; line-height: 1.2; font-weight: 700; }

.paper-list { display: flex; flex-direction: column; gap: 0; border-top: 2px solid var(--ink); }
.paper-card { display: grid; grid-template-columns: 80px 1fr; gap: 1.5rem; padding: 2.2rem 0; border-bottom: 1px solid var(--ink); }
.paper-card__num { font-family: var(--display); font-size: 1.6rem; font-weight: 900; color: var(--red); padding-left: 0.3rem; }
.paper-card__txt h3 { margin: 0 0 0.4rem; font-family: var(--display); font-size: 1.55rem; line-height: 1.2; font-weight: 800; }
.paper-card__txt h3 a { color: var(--ink); text-decoration: none; }
.paper-card__txt h3 a:hover { color: var(--red); text-decoration: underline; }
.paper-card__meta { font-family: var(--label); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 0.7rem; }
.paper-card__txt p { font-size: 1.02rem; line-height: 1.6; margin: 0 0 0.8rem; color: var(--ink); }
.paper-card__more { font-family: var(--label); font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red); font-weight: 700; text-decoration: none; }
.paper-card__more:hover { color: var(--rust); text-decoration: underline; }

.quoted { background: var(--ink); color: var(--bg); padding: 5rem 1.5rem; border-top: 4px double var(--bg); border-bottom: 4px double var(--bg); }
.big-quote { max-width: 820px; margin: 0 auto; font-family: var(--display); font-style: italic; font-size: clamp(1.5rem, 3.2vw, 2.1rem); line-height: 1.4; text-align: center; }
.big-quote cite { display: block; font-style: normal; font-family: var(--label); font-size: 0.76rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); margin-top: 1.4rem; font-weight: 700; }
.big-quote cite a { color: var(--red); }

.essay { max-width: 760px; margin: 0 auto; padding: 4rem 1.5rem 3rem; }
.essay__head { text-align: center; margin-bottom: 3rem; }
.essay__title { font-family: var(--display); font-size: clamp(2.2rem, 5vw, 3.4rem); line-height: 1.08; font-weight: 900; color: var(--ink); margin: 0.8rem 0 1.4rem; }
.essay__meta { font-family: var(--label); font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); display: flex; gap: 0.5rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2.2rem; }
.essay__hero { aspect-ratio: 16 / 9; background-size: cover; background-position: center; border: 2px solid var(--ink); filter: contrast(1.06) saturate(0.95); }
.essay__body { font-size: 1.08rem; line-height: 1.72; }
.essay__body > p:first-child::first-letter { font-family: var(--display); font-size: 4.8rem; float: left; line-height: 0.86; padding: 0.45rem 0.65rem 0 0; color: var(--red); font-weight: 900; }
.essay__body p { margin: 0 0 1.3rem; }
.essay__body h2 { font-family: var(--display); font-size: 1.55rem; line-height: 1.22; color: var(--ink); margin: 2.6rem 0 0.7rem; font-weight: 800; border-top: 2px solid var(--ink); padding-top: 1.3rem; }
.essay__body blockquote { border-left: 3px solid var(--red); margin: 2rem 0; padding: 0.4rem 0 0.4rem 1.4rem; font-style: italic; font-size: 1.18rem; color: var(--ink); }
.essay__body ul, .essay__body ol { margin: 1.1rem 0 1.6rem; padding-left: 1.4rem; }
.essay__body li { margin-bottom: 0.55rem; }
.essay__body em { color: var(--red); font-style: italic; }
.essay__body strong { color: var(--ink); }

.related { max-width: 760px; margin: 0 auto 4rem; padding: 2rem 1.5rem; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.related h2 { font-family: var(--label); font-size: 0.78rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--red); margin: 0 0 1rem; font-weight: 800; }
.related ul { list-style: none; padding: 0; margin: 0; }
.related li { margin: 0.4rem 0; }
.related a { display: flex; gap: 0.6rem; align-items: baseline; text-decoration: none; font-family: var(--display); font-size: 1.1rem; color: var(--ink); font-weight: 700; }
.related a:hover { color: var(--red); }
.related .arrow { color: var(--red); }

.about-section { max-width: 760px; margin: 0 auto; padding: 4rem 1.5rem; text-align: left; }
.about-section .kicker, .about-section .head-section { text-align: left; }
.bio { display: grid; grid-template-columns: 200px 1fr; gap: 2.2rem; margin: 2rem 0 3rem; }
.bio__portrait { aspect-ratio: 3 / 4; background-size: cover; background-position: center; border: 2px solid var(--ink); filter: grayscale(0.4) contrast(1.05); }
.bio__lede { font-size: 1.12rem; color: var(--ink); margin: 0 0 1.4rem; font-style: italic; }
.about__h { font-family: var(--display); font-size: 1.4rem; color: var(--ink); margin: 2.4rem 0 0.7rem; font-weight: 800; border-top: 2px solid var(--ink); padding-top: 1.2rem; }
.about__ul { padding-left: 1.4rem; }
.about__ul li { margin-bottom: 0.55rem; }

.colophon { background: var(--bg); border-top: 4px double var(--ink); margin-top: 4rem; padding: 0; }
.colophon__inner { max-width: 1180px; margin: 0 auto; padding: 3rem 1.5rem; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.4rem; }
.colophon__col h4 { font-family: var(--label); font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); margin: 0 0 1rem; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 0.5rem; }
.colophon__col--lead p { font-size: 0.96rem; line-height: 1.6; color: var(--ink); margin: 0; }
.colophon__col ul { list-style: none; padding: 0; margin: 0; }
.colophon__col li { margin: 0.35rem 0; }
.colophon__col a { color: var(--ink); text-decoration: none; font-size: 1rem; font-weight: 600; }
.colophon__col a:hover { color: var(--red); text-decoration: underline; }
.colophon__col p { font-size: 0.92rem; line-height: 1.55; color: var(--ink); margin: 0; }
.colophon__bottom { background: var(--ink); color: var(--bg); padding: 1.1rem 1.5rem; font-family: var(--label); font-size: 0.72rem; letter-spacing: 0.18em; text-align: center; font-weight: 600; }

@media (max-width: 880px) {
  .broad-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
  .broad.wide { grid-column: span 2; }
  .broad.tall { grid-row: span 2; }
  .bio { grid-template-columns: 1fr; }
  .bio__portrait { width: 55%; max-width: 220px; }
  .colophon__inner { grid-template-columns: 1fr 1fr; }
  .paper-card { grid-template-columns: 60px 1fr; gap: 1rem; }
  .paper-card__num { font-size: 1.3rem; }
}
@media (max-width: 520px) {
  .colophon__inner { grid-template-columns: 1fr; }
  .nav { gap: 0.9rem; }
  .nav a { font-size: 0.7rem; letter-spacing: 0.14em; }
  .broad-grid { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .broad.wide, .broad.tall { grid-column: auto; grid-row: auto; }
}
