@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;700&family=Newsreader:opsz,wght@6..72,400;6..72,500;6..72,600&display=swap');

:root { --paper: #f4f1eb; --ink: #18201d; --muted: #68716d; --line: #d8d8cf; --accent: #0c7771; --accent-dark: #075853; --white: #fffdf8; }
* { box-sizing: border-box; }
html { background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent-dark); }
:focus-visible { outline: 3px solid #e4a23b; outline-offset: 4px; }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner, main, .footer-inner { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wordmark { display: flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: -.02em; }
.wordmark-mark { display: grid; place-items: center; width: 32px; height: 32px; background: var(--accent); color: var(--white); font: 500 .7rem 'DM Mono', monospace; letter-spacing: -.1em; }
nav { display: flex; gap: 24px; font-size: .88rem; color: var(--muted); }
nav a:hover { color: var(--ink); }
main { min-height: calc(100vh - 169px); }
.home-shell { padding: 80px 0 112px; }
.intro-row { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr); gap: 80px; align-items: end; padding-bottom: 72px; }
.eyebrow, .story-kicker { color: var(--accent-dark); font: 500 .71rem 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.05; letter-spacing: -.04em; }
h1 { font: 500 clamp(3.2rem, 7vw, 6rem)/.96 Newsreader, Georgia, serif; }
h1 em, .page-shell h1 em { color: var(--accent); font-style: normal; }
.intro-copy { max-width: 310px; margin: 0 0 5px; color: var(--muted); font-size: 1rem; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 0 0 16px; border-bottom: 1px solid var(--ink); }
.section-heading h2 { font-size: 1.15rem; letter-spacing: -.02em; }
.section-heading span, .section-heading a { color: var(--muted); font: .7rem 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .06em; }
.lead-story { padding: 38px 0 48px; border-bottom: 1px solid var(--line); max-width: 850px; }
.lead-story h2 { max-width: 850px; margin: 14px 0 18px; font: 500 clamp(2.2rem, 5vw, 4.6rem)/1 Newsreader, Georgia, serif; }
.story-kicker { display: flex; gap: 9px; align-items: center; }
.story-kicker span { color: #a8aea7; }
.story-description { max-width: 620px; margin: 0; color: var(--muted); font-size: 1.05rem; }
.read-link { display: inline-block; margin-top: 28px; color: var(--accent-dark); font-weight: 700; }
.read-link span, .card-arrow { color: var(--accent); }
.recent-heading { margin-top: 60px; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border-bottom: 1px solid var(--line); }
.story-card { position: relative; min-height: 250px; padding: 26px 26px 44px; background: var(--paper); }
.story-card h3 { margin: 18px 0 12px; font: 500 1.75rem/1.03 Newsreader, Georgia, serif; }
.story-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.card-arrow { position: absolute; right: 26px; bottom: 20px; font-size: 1.2rem; }
.empty-state { padding: 32px 0; color: var(--muted); }
.thoughts-shell { max-width: 900px; }
.thought-lead { max-width: 760px; margin-top: 48px; padding: 34px 0 38px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.thought-lead h2 { margin: 16px 0; font: 500 clamp(2.1rem, 5vw, 4.2rem)/1 Newsreader, Georgia, serif; }
.thought-lead > p:not(.story-kicker):not(.thought-disclaimer) { max-width: 700px; margin: 0; font: 500 clamp(1.35rem, 2.4vw, 2rem)/1.35 Newsreader, Georgia, serif; }
.thought-disclaimer { margin: 28px 0 0; color: var(--muted); font-size: .8rem; }
.thought-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); }
.thought-item { min-height: 220px; padding: 26px; background: var(--paper); }
.thought-item h2 { margin: 14px 0 12px; font: 500 1.7rem/1.05 Newsreader, Georgia, serif; }
.thought-item p { margin: 0; color: var(--muted); }
.thoughts-note { margin-top: 56px; color: var(--muted); font-size: .85rem; }
.page-shell { max-width: 820px; padding: 88px 0 112px; }
.page-shell h1 { margin: 16px 0 28px; }
.page-lede { max-width: 650px; margin: 0 0 44px; color: var(--muted); font-size: 1.2rem; }
.prose-page > p:not(.eyebrow):not(.page-lede) { max-width: 650px; font-size: 1.05rem; }
.callout, .transparency-note { margin-top: 44px; padding: 24px; border-left: 3px solid var(--accent); background: rgba(12,119,113,.07); }
.callout p, .transparency-note p { margin: 8px 0 0; color: var(--muted); }
.method-list { margin: 48px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); counter-reset: method; }
.method-list li { display: grid; grid-template-columns: 1fr 1.35fr; gap: 30px; padding: 22px 0; border-bottom: 1px solid var(--line); counter-increment: method; }
.method-list li::before { content: '0' counter(method); color: var(--accent); font: .7rem 'DM Mono', monospace; }
.method-list li strong { grid-column: 1; margin-left: 28px; margin-top: -17px; }
.method-list li span { grid-column: 2; color: var(--muted); }
.article-shell { max-width: 820px; margin: 0 auto; padding: 88px 0 112px; }
.article-header { padding-bottom: 54px; border-bottom: 1px solid var(--ink); }
.article-header h1 { margin: 20px 0 22px; font-size: clamp(3rem, 7vw, 6.2rem); }
.article-deck { max-width: 700px; margin: 0; color: var(--muted); font-size: 1.25rem; }
.article-body { padding: 48px 0 22px; font-family: Newsreader, Georgia, serif; font-size: 1.25rem; line-height: 1.65; }
.article-body p { margin: 0 0 24px; }
.article-body h2 { margin: 48px 0 16px; font: 500 2.1rem/1.1 Newsreader, Georgia, serif; }
.article-body h3 { margin: 36px 0 12px; font: 500 1.6rem/1.1 Newsreader, Georgia, serif; }
.sources { margin-top: 56px; }
.review-notes { margin-top: 56px; padding: 24px; background: rgba(24,32,29,.05); }
.review-notes p { color: var(--muted); font-size: .9rem; }
.review-notes ul { margin: 0; padding-left: 20px; color: var(--muted); font-size: .9rem; }
.sources ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.sources li { border-bottom: 1px solid var(--line); }
.sources a { display: flex; justify-content: space-between; gap: 24px; padding: 18px 0; }
.sources a span { color: var(--muted); font-size: .8rem; }
.archive-list { margin-top: 48px; border-top: 1px solid var(--ink); }
.archive-item { display: grid; grid-template-columns: 150px 1fr 110px; gap: 24px; align-items: baseline; padding: 22px 0; border-bottom: 1px solid var(--line); }
.archive-date, .archive-category { color: var(--muted); font: .7rem 'DM Mono', monospace; }
.archive-category { text-align: right; color: var(--accent-dark); }
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; gap: 32px; padding: 32px 0 48px; color: var(--muted); font-size: .85rem; }
.footer-inner p { margin: 0; }
.footer-inner strong { color: var(--ink); }
.footer-note { text-align: right; }
@media (max-width: 720px) { .header-inner, main, .footer-inner { width: min(100% - 32px, 1120px); } .header-inner { min-height: 72px; } nav { gap: 12px; font-size: .78rem; } .intro-row { grid-template-columns: 1fr; gap: 28px; padding-bottom: 56px; } .home-shell, .page-shell, .article-shell { padding: 56px 0 80px; } .story-grid { grid-template-columns: 1fr; background: transparent; gap: 12px; border: 0; } .story-card { border: 1px solid var(--line); } .method-list li { grid-template-columns: 1fr; gap: 8px; } .method-list li strong, .method-list li span { grid-column: 1; margin-left: 28px; } .sources a, .footer-inner { display: block; } .sources a span, .footer-note { display: block; margin-top: 6px; text-align: left; } .archive-item { grid-template-columns: 1fr; gap: 7px; } .archive-category { text-align: left; } }
@media (max-width: 720px) { .thought-list { grid-template-columns: 1fr; background: transparent; gap: 12px; } .thought-item { border: 1px solid var(--line); } }
