:root {
  --paper: #f2efe7;
  --ink: #151515;
  --muted: #6c6a63;
  --line: #cbc6ba;
  --red: #d53a2f;
  --blue: #1c45d5;
  --yellow: #edc949;
  --max: 1240px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--red); }
img { display: block; width: 100%; }

.shell { width: min(calc(100% - 36px), var(--max)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  border-bottom: 1px solid var(--ink);
  backdrop-filter: blur(12px);
}

.header-row {
  min-height: 74px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.wordmark {
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .85;
  text-decoration: none;
}

.wordmark span { color: var(--red); }
.issue { font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; }

.nav { display: flex; justify-content: center; gap: 28px; }
.nav a { font-size: .79rem; text-transform: uppercase; letter-spacing: .08em; text-decoration: none; }
.header-note { justify-self: end; font: italic .86rem Georgia, serif; }
.menu-button { display: none; border: 0; background: transparent; font-size: 1.6rem; }

.ticker { border-bottom: 1px solid var(--line); overflow: hidden; white-space: nowrap; }
.ticker-track { display: flex; width: max-content; padding: 8px 0; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; animation: ticker 28s linear infinite; }
.ticker-group { display: flex; flex: none; align-items: center; }
.ticker-group span { display: flex; flex: none; align-items: center; }
.ticker-group span::after { content: "·"; margin: 0 24px; color: var(--red); font-weight: 700; }
@keyframes ticker { to { transform: translateX(-50%); } }

.hero {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 18px;
  padding: 18px 0 72px;
  border-bottom: 1px solid var(--ink);
}

.hero-copy { display: flex; flex-direction: column; justify-content: space-between; min-height: 640px; }
.kicker { margin: 0 0 18px; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.headline {
  max-width: 950px;
  margin: 0;
  font: 400 clamp(3.4rem, 8.2vw, 8.4rem)/.84 Georgia, "Times New Roman", serif;
  letter-spacing: -.075em;
}
.dek { max-width: 720px; margin: 36px 0 28px; font: 1.18rem/1.45 Georgia, serif; }
.meta { display: flex; gap: 18px; color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.read-link { display: inline-block; margin-top: 30px; font-size: .8rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }

.hero-art, .card-art, .article-visual {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  background: #ddd;
  isolation: isolate;
}

.art-walls {
  background:
    linear-gradient(121deg, transparent 0 47%, #101010 47.2% 48%, transparent 48.2%),
    linear-gradient(58deg, transparent 0 40%, rgba(255,255,255,.82) 40.2% 44%, transparent 44.2%),
    linear-gradient(90deg, #c02e25 0 31%, #e8ded0 31% 66%, #1d38aa 66%);
}
.art-walls::before { content: ""; position: absolute; width: 42%; aspect-ratio: 1; border: 10px solid #edc949; top: 12%; left: 31%; transform: rotate(9deg); }
.art-walls::after { content: ""; position: absolute; width: 62%; height: 2px; background: #111; bottom: 18%; left: 19%; transform: rotate(-14deg); }

.art-blue { background: radial-gradient(circle at 30% 24%, #3292e0 0 8%, transparent 8.5%), radial-gradient(circle at 67% 58%, #13129a 0 21%, transparent 21.5%), linear-gradient(142deg, #080d45, #1964c5 52%, #91c9e8); }
.art-blue::after { content: "S₃⁻"; position: absolute; right: 8%; bottom: 3%; color: rgba(255,255,255,.7); font: 6rem Georgia, serif; }
.art-brain { background: repeating-radial-gradient(ellipse at 55% 45%, transparent 0 18px, #171717 19px 21px, transparent 22px 32px), linear-gradient(130deg, #efcb3c 0 45%, #e5e0d5 45%); }
.art-archive { background: repeating-linear-gradient(90deg, #c9c3b8 0 14px, #f1eee7 14px 27px, #222 27px 29px); }
.art-archive::before { content: "A—Z"; position: absolute; inset: auto 9% 8%; background: var(--red); padding: 15px; color: white; font: 4rem/1 Georgia, serif; }
.art-pixel { background: conic-gradient(from 90deg at 25% 25%, #111 0 25%, #f0ede4 0 50%, #d53a2f 0 75%, #2447c8 0) 0 0/64px 64px; }
.art-slow { background: radial-gradient(circle, transparent 0 14%, #151515 14.5% 16%, transparent 16.5% 30%, #d53a2f 30.5% 33%, transparent 33.5%), #e9c94f; }

.section { padding: 70px 0; border-bottom: 1px solid var(--ink); }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 38px; }
.section-heading h2 { margin: 0; font: 400 clamp(2.2rem, 5vw, 4.8rem)/1 Georgia, serif; letter-spacing: -.05em; }
.section-heading p { max-width: 440px; margin: 0; color: var(--muted); font: italic 1rem Georgia, serif; }

.stories { display: grid; grid-template-columns: repeat(12, 1fr); gap: 32px 18px; }
.story-card { grid-column: span 4; border-top: 1px solid var(--ink); padding-top: 10px; }
.story-card.wide { grid-column: span 8; }
.story-card .card-art { min-height: 290px; margin-bottom: 16px; }
.story-card.wide .card-art { min-height: 430px; }
.story-card h3 { margin: 10px 0; font: 400 clamp(1.5rem, 2.7vw, 2.55rem)/1.02 Georgia, serif; letter-spacing: -.035em; }
.story-card p { max-width: 610px; margin: 0; color: var(--muted); font-size: .93rem; }
.story-card .meta { margin-top: 14px; }
.story-card a { text-decoration: none; }

.manifesto { display: grid; grid-template-columns: .6fr 1.4fr; gap: 40px; }
.manifesto blockquote { margin: 0; font: 400 clamp(2.5rem, 6vw, 6rem)/.98 Georgia, serif; letter-spacing: -.05em; }
.manifesto blockquote::first-letter { color: var(--red); }
.manifesto-copy { max-width: 720px; font: 1.08rem/1.65 Georgia, serif; }

.newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; background: var(--blue); color: white; padding: 55px; }
.newsletter h2 { margin: 0; font: 400 clamp(2.6rem, 6vw, 5.8rem)/.9 Georgia, serif; letter-spacing: -.06em; }
.newsletter p { max-width: 520px; }
.newsletter-form { display: flex; border-bottom: 1px solid white; }
.newsletter input { flex: 1; border: 0; outline: 0; padding: 15px 0; background: transparent; color: white; font: 1.1rem Georgia, serif; }
.newsletter input::placeholder { color: rgba(255,255,255,.65); }
.newsletter button { border: 0; background: transparent; color: white; font-weight: 700; cursor: pointer; }
.form-note { min-height: 24px; font-size: .8rem; opacity: .8; }

.page-head { padding: 90px 0 55px; border-bottom: 1px solid var(--ink); }
.page-head h1 { max-width: 1000px; margin: 0; font: 400 clamp(3.5rem, 9vw, 8.5rem)/.86 Georgia, serif; letter-spacing: -.075em; }
.page-head p { max-width: 680px; margin: 36px 0 0; font: 1.15rem/1.55 Georgia, serif; }

.article-head { padding: 65px 0 34px; }
.article-head h1 { max-width: 1150px; margin: 14px 0 30px; font: 400 clamp(3.3rem, 8vw, 7.7rem)/.89 Georgia, serif; letter-spacing: -.07em; }
.article-dek { max-width: 820px; font: 1.3rem/1.45 Georgia, serif; }
.article-visual { min-height: min(68vw, 760px); margin: 20px auto 0; background-position: center; background-size: cover; }
.article-visual img { width: 100%; height: 100%; margin: 0 auto; object-fit: cover; object-position: center; }
.article-layout { display: grid; grid-template-columns: 1fr minmax(0, 720px) 1fr; gap: 24px; padding: 58px 0 100px; }
.article-body { grid-column: 2; font: 1.12rem/1.75 Georgia, serif; }
.article-body h2 { margin: 2.4em 0 .6em; font: 400 2.35rem/1.05 Georgia, serif; letter-spacing: -.035em; }
.article-body p:first-child::first-letter { float: left; margin: .08em .12em 0 0; color: var(--red); font-size: 5.4rem; line-height: .75; }
.article-body blockquote { margin: 2.2em -80px; padding: 0 0 0 24px; border-left: 7px solid var(--yellow); font-size: 1.65rem; line-height: 1.35; }
.article-body .fact { margin: 2em 0; padding: 22px; border: 1px solid var(--line); font-family: Arial, sans-serif; font-size: .88rem; }
.article-body img { display: block; width: min(100%, 920px); height: auto; margin: 2.4em auto; object-position: center; }
.sources { margin-top: 60px; padding-top: 25px; border-top: 1px solid var(--ink); font-family: Arial, sans-serif; font-size: .78rem; }
.sources li { margin-bottom: 10px; }

.people { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 45px 0; }
.person { min-height: 260px; padding: 20px; display: flex; flex-direction: column; justify-content: flex-end; background: #ded8cc; }
.person:nth-child(2) { background: var(--yellow); }
.person:nth-child(3) { background: #c9d2eb; }
.person strong { font: 1.5rem Georgia, serif; }

.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 440px)); justify-content: center; gap: 18px; margin: 45px auto 80px; }
.contact-card { min-height: 220px; padding: 26px; border: 1px solid var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.contact-card > * { width: 100%; text-align: center; }
.contact-card h2 { margin: 0 0 14px; font: 2rem Georgia, serif; }
.contact-card a { font-weight: 700; }

.site-footer { padding: 32px 0 55px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 36px; }
.footer-grid h3 { margin: 0 0 12px; font: 2rem Georgia, serif; }
.footer-grid p, .footer-grid a { color: var(--muted); font-size: .79rem; }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.copyright { margin-top: 45px; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 860px) {
  .header-row { grid-template-columns: 1fr auto; }
  .nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 24px; flex-direction: column; background: var(--paper); border-bottom: 1px solid var(--ink); }
  .nav.open { display: flex; }
  .menu-button { display: block; }
  .header-note, .issue { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 540px; }
  .hero-art { min-height: 520px; }
  .story-card, .story-card.wide { grid-column: span 6; }
  .manifesto, .newsletter { grid-template-columns: 1fr; }
  .article-body blockquote { margin-left: 0; margin-right: 0; }
  .people { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 24px), var(--max)); }
  .hero { padding-bottom: 44px; }
  .hero-copy { min-height: 470px; }
  .hero-art { min-height: 390px; }
  .section { padding: 48px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .story-card, .story-card.wide { grid-column: 1 / -1; }
  .story-card.wide .card-art { min-height: 310px; }
  .newsletter { margin-inline: -12px; padding: 35px 22px; }
  .article-layout { display: block; padding-top: 38px; }
  .contact-grid, .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
