:root {
  --black: #0b090c;
  --paper: #f0eadf;
  --paper-2: #ddd4c5;
  --ink: #171219;
  --muted: #746b70;
  --pink: #f22779;
  --orange: #ff6b2c;
  --cyan: #32c8d0;
  --line: rgba(23,18,25,.22);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { background: var(--black); scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.6 Arial, Helvetica, sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 100; padding: .7rem 1rem; background: #fff; }

.site-header { position: sticky; top: 0; z-index: 20; color: #fff; background: rgba(11,9,12,.95); border-bottom: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(12px); }
.nav { width: min(var(--max), calc(100% - 2rem)); min-height: 66px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { color: #fff; text-decoration: none; font-weight: 900; letter-spacing: -.05em; font-size: 1.14rem; }
.brand span { color: var(--pink); }
.nav-links { display: flex; align-items: center; gap: 1.3rem; font-size: .89rem; }
.nav-links a { color: #d4cdd2; text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { color: #fff; }
.independent { padding: .25rem .55rem; border: 1px solid #6d5d69; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.hero { min-height: 670px; display: grid; align-items: center; position: relative; color: #fff; background: #120e12 url('/assets/archive-desk.webp') center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,9,12,.97) 0%, rgba(11,9,12,.73) 45%, rgba(11,9,12,.14) 78%); }
.hero-inner { width: min(var(--max), calc(100% - 2rem)); margin: auto; padding: 6.5rem 0; position: relative; z-index: 1; }
.stamp { display: inline-block; margin-bottom: 1.1rem; padding: .35rem .55rem; color: var(--black); background: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; transform: rotate(-1.5deg); }
.hero h1 { max-width: 780px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.8rem, 9vw, 7.8rem); font-weight: 900; line-height: .82; letter-spacing: -.075em; }
.hero h1 em { color: var(--pink); font-style: italic; }
.hero-copy { max-width: 590px; margin: 1.8rem 0 2rem; color: #d2c9cf; font-size: 1.1rem; }
.button { display: inline-flex; align-items: center; min-height: 46px; padding: .72rem 1rem; color: #fff; background: var(--pink); text-decoration: none; font-weight: 800; }
.button:hover, .button:focus-visible { background: #ff458c; }

.ticker { overflow: hidden; color: #fff; background: var(--pink); border-top: 1px solid #ff75a8; border-bottom: 1px solid #a80f4e; }
.ticker-inner { width: min(var(--max), calc(100% - 2rem)); margin: auto; padding: .68rem 0; font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }

.section { width: min(var(--max), calc(100% - 2rem)); margin: auto; padding: 5.2rem 0; }
.section-head { display: grid; grid-template-columns: 1fr .62fr; gap: 3rem; align-items: end; margin-bottom: 2.2rem; }
.eyebrow { margin: 0 0 .8rem; color: var(--pink); font-size: .74rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.section h2, .archive-head h1, .article-head h1 { font-family: Georgia, 'Times New Roman', serif; }
.section h2 { margin: 0; font-size: clamp(2.5rem, 5.5vw, 5rem); line-height: .93; letter-spacing: -.055em; }
.section-head > p { margin: 0; color: var(--muted); }

.feature-grid { display: grid; grid-template-columns: 1.4fr 1fr; border-top: 2px solid var(--ink); }
.feature-card { min-height: 345px; padding: 1.8rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; display: flex; flex-direction: column; justify-content: space-between; }
.feature-card:nth-child(2n) { border-right: 0; }
.feature-card:hover, .feature-card:focus-visible { color: #fff; background: var(--black); }
.feature-card .meta { color: var(--pink); font-size: .73rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.feature-card h3 { max-width: 14ch; margin: 3rem 0 .8rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1; letter-spacing: -.04em; }
.feature-card p { max-width: 48ch; margin: 0; color: var(--muted); }
.feature-card:hover p, .feature-card:focus-visible p { color: #beb3ba; }
.feature-card .arrow { margin-top: 2rem; font-size: 1.3rem; }

.black-section { color: #fff; background: var(--black); }
.archive-list { border-top: 1px solid #56434f; }
.archive-row { min-height: 112px; display: grid; grid-template-columns: 110px 1fr 1.1fr 30px; gap: 1.2rem; align-items: center; border-bottom: 1px solid #41323a; text-decoration: none; }
.archive-row:hover h3, .archive-row:focus-visible h3 { color: var(--pink); }
.archive-row .year { color: var(--orange); font-size: .74rem; font-weight: 900; letter-spacing: .08em; }
.archive-row h3 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 1.45rem; line-height: 1.1; }
.archive-row p { margin: 0; color: #a99ca4; font-size: .9rem; }

.manifesto { color: var(--black); background: var(--orange); }
.manifesto .section { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5rem; }
.manifesto blockquote { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.4rem, 5vw, 4.8rem); font-weight: 900; line-height: .97; letter-spacing: -.05em; }
.manifesto p { max-width: 46ch; margin: 0; align-self: end; font-weight: 700; }

.archive-head, .article-head { color: #fff; background: var(--black); }
.archive-head-inner, .article-head-inner { width: min(960px, calc(100% - 2rem)); margin: auto; padding: 5.5rem 0 4rem; }
.crumbs { margin: 0 0 2.5rem; color: #9f929b; font-size: .82rem; }
.crumbs a { color: #d2c8ce; }
.archive-head h1, .article-head h1 { max-width: 850px; margin: 0; font-size: clamp(3.1rem, 7vw, 6.8rem); line-height: .88; letter-spacing: -.067em; }
.dek { max-width: 690px; margin: 1.6rem 0 0; color: #c3b8bf; font-size: 1.1rem; }

.article-wrap { width: min(960px, calc(100% - 2rem)); margin: auto; padding: 4rem 0 6rem; display: grid; grid-template-columns: 190px minmax(0, 680px); gap: 4rem; }
.article-meta { color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.archive-badge { display: inline-block; margin-bottom: 1rem; padding: .3rem .5rem; color: #fff; background: var(--pink); }
.prose { font-size: 1.07rem; }
.prose h2 { margin: 2.7rem 0 .95rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.9rem, 3.5vw, 2.8rem); line-height: 1; letter-spacing: -.04em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 2rem 0 .65rem; font-size: 1.3rem; }
.prose p { margin: 0 0 1.25rem; }
.prose ul, .prose ol { padding-left: 1.35rem; }
.prose li { margin: .55rem 0; }
.note { margin: 2rem 0; padding: 1.3rem 1.45rem; color: #fff; background: var(--black); border-left: 6px solid var(--pink); }
.route-table { width: 100%; margin: 1.8rem 0; border-collapse: collapse; font-size: .92rem; }
.route-table th, .route-table td { padding: .85rem .7rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.route-table th { width: 34%; }
.related { margin-top: 3.2rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.related-links { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.related-links a { padding: 1rem; color: #fff; background: var(--black); text-decoration: none; font-weight: 800; line-height: 1.2; }
.related-links a:hover { color: var(--pink); }

.site-footer { color: #a99da5; background: #050406; border-top: 1px solid #382a32; }
.footer-inner { width: min(var(--max), calc(100% - 2rem)); margin: auto; padding: 3rem 0; display: grid; grid-template-columns: 1.25fr .75fr; gap: 3rem; }
.footer-inner strong { color: #fff; }
.footer-inner p { max-width: 60ch; margin: .7rem 0 0; font-size: .85rem; }
.footer-links { display: flex; justify-content: flex-end; gap: 1rem; flex-wrap: wrap; font-size: .85rem; }

@media (max-width: 850px) {
  .hero { min-height: 610px; background-position: 64% center; }
  .section-head, .manifesto .section, .article-wrap { grid-template-columns: 1fr; gap: 1.5rem; }
  .archive-row { grid-template-columns: 80px 1fr 28px; padding: 1rem 0; }
  .archive-row p { display: none; }
  .article-meta { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
}

@media (max-width: 580px) {
  .nav-links a:not(.independent) { display: none; }
  .hero-inner { padding: 5rem 0; }
  .feature-grid, .related-links, .footer-inner { grid-template-columns: 1fr; }
  .feature-card { min-height: 270px; border-right: 0; }
  .section { padding: 4rem 0; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
