:root {
  --ink: #10110d;
  --paper: #f4f0e8;
  --acid: #d9ff43;
  --blue: #344cff;
  --orange: #ff5938;
  --line: rgba(16,17,13,.22);
  --sans: "DM Sans", sans-serif;
  --serif: "Instrument Serif", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; width: 100%; }
.noise { position: fixed; inset: 0; pointer-events: none; z-index: 30; opacity: .18; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E"); }
.eyebrow, .kicker { margin: 0; font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.site-header { min-height: 78px; padding: 0 3.2vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; border-bottom: 1px solid var(--line); background: var(--paper); position: relative; z-index: 10; }
.brand { font-weight: 800; letter-spacing: -.055em; font-size: 1.2rem; display: flex; align-items: center; gap: .35rem; width: fit-content; white-space: nowrap; }
.brand em { font-family: var(--serif); font-weight: 400; color: var(--orange); }
.brand-dot { width: 11px; height: 11px; display: inline-block; border-radius: 50%; background: var(--orange); box-shadow: 10px 0 0 var(--blue), 5px -9px 0 var(--acid); margin-right: 9px; flex: 0 0 auto; }
.site-header nav { display: flex; align-items: center; gap: 1.6rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.text-button { border: 0; background: none; padding: 0; cursor: pointer; text-transform: uppercase; letter-spacing: .1em; }
.site-header nav a:hover, .text-button:hover { text-decoration: underline; text-underline-offset: 5px; }
.edition-stamp { justify-self: end; margin: 0; font-size: .67rem; text-transform: uppercase; letter-spacing: .09em; }

.cover { padding: clamp(1rem, 2vw, 2rem) 3.2vw 0; }
.cover-stage { min-height: min(72vh, 760px); position: relative; overflow: hidden; background-color: var(--ink); background-size: cover; background-position: center top; color: white; isolation: isolate; }
.cover-stage > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center top; transform-origin: center top; opacity: .72; transform: scale(1.03); transition: opacity .65s ease, transform 7s linear; }
.cover-stage > img.is-ready { opacity: .82; transform: scale(1.1); }
.cover-stage.is-portrait > img { object-fit: contain; object-position: center top; background: rgba(9,10,7,.28); transform: none; }
.cover-stage.is-portrait > img.is-ready { opacity: .94; transform: none; }
.cover-wash { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(9,10,7,.92) 0%, rgba(9,10,7,.58) 48%, rgba(9,10,7,.06) 78%), linear-gradient(0deg, rgba(9,10,7,.68), transparent 45%); }
.cover-copy { position: absolute; z-index: 2; left: clamp(1.5rem, 5vw, 5rem); bottom: clamp(4.8rem, 11vh, 8rem); width: min(760px, 72vw); }
.cover-number { margin: 0 0 2rem; color: var(--acid); font-size: .72rem; letter-spacing: .14em; }
.cover-edition { margin: 0 0 .8rem; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.cover-copy h1 { margin: 0; font-size: clamp(2.8rem, 6.6vw, 7.2rem); line-height: .86; letter-spacing: -.058em; text-wrap: balance; }
.cover-stage.has-long-title .cover-copy h1 { font-size: clamp(2.4rem, 4.8vw, 5rem); line-height: .9; }
.cover-stage.has-very-long-title .cover-copy h1 { font-size: clamp(2rem, 3.8vw, 3.8rem); line-height: .94; }
.cover-stage.has-overflow-title .cover-copy h1 { font-size: clamp(1.55rem, 3vw, 3rem); line-height: .96; }
.cover-editor { margin: 1rem 0 1.6rem; font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.cover-link { display: inline-flex; gap: .7rem; align-items: center; border-bottom: 1px solid var(--acid); padding: 0 0 .45rem; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.cover-link span { color: var(--acid); font-size: 1.1rem; }
.cover-controls { position: absolute; z-index: 3; left: clamp(1.5rem, 5vw, 5rem); right: clamp(1.5rem, 3vw, 3rem); bottom: 1.5rem; display: flex; align-items: center; gap: 1rem; }
.cover-controls > button { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: rgba(0,0,0,.18); color: white; cursor: pointer; backdrop-filter: blur(10px); }
.cover-controls > button:hover { background: var(--acid); color: var(--ink); border-color: var(--acid); }
.carousel-dots { flex: 1; display: flex; gap: .45rem; }
.carousel-dot { height: 3px; flex: 1; max-width: 72px; padding: 0; border: 0; background: rgba(255,255,255,.35); cursor: pointer; transition: flex .3s; position: relative; overflow: hidden; }
.carousel-dot::after { content: ""; position: absolute; inset: 0; background: var(--acid); transform: scaleX(0); transform-origin: left; }
.carousel-dot.is-active { flex: 1.7; }
.carousel-dot.is-active::after { animation: carousel-progress 4s linear forwards; }
@keyframes carousel-progress { to { transform: scaleX(1); } }

.hero { min-height: 46vh; padding: 5rem 3.2vw; display: grid; grid-template-columns: 1fr auto; align-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 78% 50%, rgba(217,255,67,.95) 0 7%, transparent 7.3%), radial-gradient(circle at 82% 60%, rgba(52,76,255,.95) 0 13%, transparent 13.3%); }
.hero h2 { margin: 1.2rem 0 0; max-width: 900px; font-size: clamp(4rem, 9.3vw, 9rem); font-weight: 800; letter-spacing: -.078em; line-height: .76; text-transform: uppercase; position: relative; z-index: 2; }
.hero h2 span, .hero h2 em { display: block; }
.hero h2 em { margin-left: 14vw; color: var(--orange); font-family: var(--serif); font-weight: 400; text-transform: none; transform: rotate(-2deg); text-shadow: 3px 3px 0 var(--paper); }
.hero-orbit { --orbit-radius: 86px; position: absolute; width: 250px; height: 250px; right: calc(18% - 125px); top: calc(60% - 125px); animation: spin 28s linear infinite; }
.hero-orbit span { position: absolute; left: 50%; top: 50%; font-size: .55rem; letter-spacing: .15em; font-weight: 800; transform: rotate(var(--orbit-angle)) translateX(var(--orbit-radius)) translate(-50%, -50%); transform-origin: 0 0; }
.hero-orbit span:nth-child(1) { --orbit-angle: 0deg; }.hero-orbit span:nth-child(2) { --orbit-angle: 90deg; }.hero-orbit span:nth-child(3) { --orbit-angle: 180deg; }.hero-orbit span:nth-child(4) { --orbit-angle: 270deg; }
.round-link { width: 64px; height: 64px; border: 2px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font-size: 1.8rem; transition: .25s; position: relative; z-index: 3; }
.round-link:hover { background: var(--ink); color: var(--acid); transform: rotate(-20deg); }
@keyframes spin { to { transform: rotate(360deg); } }

.network-intro { padding: 7rem 8vw; display: grid; grid-template-columns: .35fr 1.65fr; gap: 3rem; border-top: 1px solid var(--ink); }
.network-intro h2 { margin: 0; font-size: clamp(3.2rem, 7vw, 7rem); line-height: .86; letter-spacing: -.06em; }
.network-intro h2 em { color: var(--blue); font-family: var(--serif); font-weight: 400; }
.network-intro div > p { max-width: 720px; margin: 2.3rem 0 0; font-size: clamp(1rem, 1.5vw, 1.3rem); line-height: 1.5; }

.blog-menu { padding: 1.5rem 3.2vw 2rem; border-block: 1px solid var(--ink); display: grid; grid-template-columns: 170px 1fr; gap: 1.5rem; align-items: start; }
.blog-menu-label { padding-top: .6rem; font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.blog-links { display: flex; flex-wrap: wrap; gap: .6rem; }
.blog-links a { border: 1px solid var(--ink); border-radius: 999px; padding: .58rem .85rem; font-size: .67rem; text-transform: uppercase; letter-spacing: .06em; transition: .2s; }
.blog-links a:hover { background: var(--blue); border-color: var(--blue); color: white; transform: translateY(-2px); }

.ticker { background: var(--ink); color: var(--acid); overflow: hidden; }
.ticker-track { display: flex; gap: 2.2rem; width: max-content; padding: 1rem 0; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; animation: ticker 25s linear infinite; }
.ticker-track b { color: white; font-size: .95rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.curation { padding: 9rem 3.2vw 7rem; }
.section-head { display: grid; grid-template-columns: 1.35fr .65fr; gap: 4rem; align-items: end; border-bottom: 1px solid var(--ink); padding-bottom: 3rem; }
.section-head h2, .special-head h2, .interviews-title h2, .manifesto blockquote, dialog h2 { font-size: clamp(3.8rem, 8vw, 8rem); line-height: .82; letter-spacing: -.065em; margin: 1.2rem 0 0; }
.section-head h2 em, .special-head h2 em, .interviews-title h2 em { font-family: var(--serif); font-weight: 400; color: var(--blue); }
.update-block { border-left: 1px solid var(--ink); padding-left: 2rem; }
.update-block span { font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.update-block strong { display: block; font-size: 1.5rem; margin: .5rem 0 1rem; }
.update-block p { color: #4c4d47; line-height: 1.5; font-size: .9rem; }
.filters { display: flex; align-items: center; gap: .7rem; margin: 2rem 0 4rem; overflow-x: auto; padding-bottom: .5rem; }
.filters > div { display: contents; }
.filter { white-space: nowrap; border: 1px solid var(--ink); background: transparent; border-radius: 999px; padding: .65rem 1rem; cursor: pointer; font-size: .7rem; text-transform: uppercase; letter-spacing: .07em; }
.filter:hover, .filter.is-active { background: var(--ink); color: var(--paper); }

.articles { display: grid; grid-template-columns: repeat(12, 1fr); gap: 5rem 1.4rem; }
.article-card { grid-column: span 4; min-width: 0; }
.article-card:nth-child(5n + 1) { grid-column: span 7; }
.article-card:nth-child(5n + 2) { grid-column: span 5; padding-top: 9rem; }
.article-card.is-hidden { display: none; }
.card-image { aspect-ratio: 4/3; background: #d8d3c9; overflow: hidden; position: relative; display: block; }
.article-card:nth-child(5n + 1) .card-image { aspect-ratio: 16/10; }
.card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.6)); opacity: .55; }
.card-image img { height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.05); transition: transform .7s cubic-bezier(.2,.75,.2,1), filter .5s; }
.article-card:hover img { transform: scale(1.045); filter: saturate(1.08); }
.score { position: absolute; z-index: 2; right: 1rem; top: 1rem; background: var(--acid); width: 62px; height: 62px; border-radius: 50%; display: grid; place-content: center; text-align: center; transform: rotate(8deg); }
.score b { font-size: 1.25rem; line-height: 1; }.score small { font-size: .5rem; }
.card-index { position: absolute; z-index: 2; bottom: .6rem; left: .8rem; color: white; font-family: var(--serif); font-size: 4rem; line-height: 1; }
.card-body { padding-top: 1.2rem; }
.card-meta { display: flex; gap: 1rem; justify-content: space-between; font-size: .62rem; text-transform: uppercase; letter-spacing: .09em; }
.edition { color: var(--blue); font-weight: 800; }
.article-card h3 { font-size: clamp(1.65rem, 2.6vw, 3rem); line-height: .98; letter-spacing: -.045em; margin: .8rem 0 .55rem; }
.article-card h3 a:hover { color: var(--blue); }
.byline { margin: 0 0 1.2rem; font-family: var(--serif); font-style: italic; font-size: 1.13rem; }
.summary { font-size: .92rem; line-height: 1.62; color: #454640; }
.card-foot { border-top: 1px solid var(--line); padding-top: 1rem; margin-top: 1.2rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.reason { font-size: .59rem; text-transform: uppercase; letter-spacing: .08em; background: #e0ddd5; padding: .45rem .65rem; }
.read-link { font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; white-space: nowrap; }.read-link span { color: var(--orange); font-size: 1rem; }
.loading-card { grid-column: 1 / -1; min-height: 340px; display: grid; place-content: center; text-align: center; }
.loading-card span { width: 70px; height: 70px; border-radius: 50%; border: 8px solid #ddd8cf; border-top-color: var(--blue); margin: auto; animation: spin 1s linear infinite; }

.special-section { padding: 8rem 3.2vw; background: var(--acid); }
.special-head { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 3rem; margin-bottom: 4rem; }
.special-head h2 { margin-top: .7rem; }.special-head h2 em { color: var(--orange); }
.special-head > p:last-child { max-width: 420px; justify-self: end; line-height: 1.55; }
.special-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem 1rem; }
.special-card { min-width: 0; }
.special-image { display: block; aspect-ratio: 4/3; overflow: hidden; background: #c5d944; }
.special-image img { height: 100%; object-fit: cover; filter: grayscale(.35); transition: .4s; }.special-card:hover img { transform: scale(1.04); filter: grayscale(0); }
.special-meta { margin: 1rem 0 .5rem; color: var(--blue); font-size: .59rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.special-card h3 { margin: 0; font-size: 1.25rem; line-height: 1.05; letter-spacing: -.03em; }.special-card h3 a:hover { color: var(--blue); }
.special-editor { margin: .65rem 0 0; font-family: var(--serif); font-style: italic; }

.interviews-section { padding: 9rem 3.2vw; background: var(--blue); color: white; }
.interviews-title h2 em { color: var(--acid); }
.daily-interview { margin-top: 4rem; display: grid; grid-template-columns: 1.15fr .85fr; min-height: 560px; background: var(--paper); color: var(--ink); }
.daily-interview-image { min-height: 100%; overflow: hidden; }.daily-interview-image img { height: 100%; object-fit: cover; }
.daily-interview-copy { padding: clamp(2rem, 5vw, 5rem); display: flex; flex-direction: column; justify-content: center; }
.daily-interview-copy h3 { margin: 1.2rem 0; font-size: clamp(2.2rem, 4vw, 4.5rem); line-height: .9; letter-spacing: -.055em; }
.daily-interview-editor { margin: 0 0 1.4rem; font-family: var(--serif); font-size: 1.2rem; font-style: italic; }
.daily-interview-summary { color: #4c4d47; line-height: 1.6; }
.pill-button { width: fit-content; background: var(--acid); color: var(--ink); border: 0; border-radius: 999px; padding: 1rem 1.4rem; cursor: pointer; font-weight: 800; }
.interview-read { margin-top: 1.2rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.interview-archive-head { margin: 6rem 0 2rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.45); display: flex; justify-content: space-between; align-items: end; }
.interview-archive-head h3 { margin: 0; font-size: 2rem; }.interview-archive-head span { font-size: .67rem; text-transform: uppercase; letter-spacing: .1em; }
.interview-archive { display: grid; grid-template-columns: repeat(4, minmax(240px, 1fr)); gap: 2rem 1rem; overflow-x: auto; padding-bottom: 1rem; }
.interview-archive .special-meta { color: var(--acid); }.interview-archive .special-editor { color: #c8cbff; }

.manifesto { background: var(--orange); color: var(--ink); padding: 8rem 8vw; min-height: 80vh; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.manifesto::after { content: "✦"; position: absolute; right: -3vw; top: -9vw; color: var(--acid); font-size: 32vw; line-height: 1; opacity: .9; }
.manifesto blockquote { max-width: 1100px; margin: 2rem 0 4rem; position: relative; z-index: 1; }
.manifesto blockquote em { font-family: var(--serif); color: white; font-weight: 400; }
.manifesto-grid { display: grid; grid-template-columns: 1fr auto; gap: 4rem; align-items: end; max-width: 900px; position: relative; z-index: 1; }
.manifesto-grid p { line-height: 1.55; max-width: 560px; }

footer { padding: 5rem 3.2vw 2rem; background: var(--ink); color: var(--paper); display: grid; grid-template-columns: .75fr .75fr 1.5fr; gap: 4rem; }
.footer-brand-block { align-self: start; }.footer-brand { color: white; }.footer-brand em { color: var(--acid); }
.ownership { margin: 1.6rem 0 0; max-width: 300px; color: #aaa99f; font-size: .8rem; line-height: 1.5; }.ownership a { color: white; text-decoration: underline; text-underline-offset: 4px; }
.footer-credits { display: grid; gap: 1.5rem; }.footer-credits p { margin: 0; }.footer-credits span, .footer-label { display: block; color: #8d8e87; margin-bottom: .35rem; font-size: .59rem; text-transform: uppercase; letter-spacing: .11em; }.footer-credits strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.footer-network { align-self: start; }.footer-blog-list { display: flex; flex-wrap: wrap; gap: .5rem .8rem; }.footer-blog-list a { color: #c9c8c1; font-size: .7rem; border-bottom: 1px solid #4c4d47; padding-bottom: .2rem; }.footer-blog-list a:hover { color: var(--acid); border-color: var(--acid); }
.footer-legal { grid-column: 1 / -1; margin: 2rem 0 0; padding-top: 1.5rem; border-top: 1px solid #34352f; color: #777870; font-size: .65rem; line-height: 1.5; }

dialog { width: min(1000px, calc(100vw - 2rem)); max-height: calc(100vh - 2rem); border: 0; padding: clamp(2rem, 6vw, 5rem); background: var(--acid); color: var(--ink); }
dialog::backdrop { background: rgba(16,17,13,.8); backdrop-filter: blur(8px); }
dialog h2 { font-size: clamp(3.2rem, 7vw, 6.5rem); max-width: 820px; }
.dialog-close { position: absolute; top: 1rem; right: 1.2rem; border: 0; background: none; font-size: 2.5rem; cursor: pointer; }
.method-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--ink); margin-top: 3rem; border: 1px solid var(--ink); }
.method-list article { background: var(--acid); padding: 1.4rem; }.method-list b { color: var(--blue); }.method-list h3 { margin: 2rem 0 .5rem; }.method-list p, .method-note { font-size: .8rem; line-height: 1.5; }
.method-note { max-width: 620px; margin: 2rem 0 0 auto; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }.site-header nav { display: none; }.edition-stamp { font-size: .58rem; }
  .cover { padding-inline: 0; padding-top: 0; }.cover-stage { min-height: 70svh; }.cover-copy { width: calc(100% - 3rem); left: 1.5rem; }.cover-copy h1 { font-size: clamp(2.6rem, 12vw, 5rem); }
  .hero { min-height: 42vh; padding: 4rem 5vw; }.hero h2 { font-size: clamp(3.6rem, 15vw, 7rem); }.hero h2 em { margin-left: 0; }.hero-orbit { opacity: .58; }.round-link { display: none; }
  .network-intro { grid-template-columns: 1fr; padding: 5rem 5vw; }.blog-menu { grid-template-columns: 1fr; }
  .section-head, .special-head { grid-template-columns: 1fr; }.update-block { border-left: 0; border-top: 1px solid var(--ink); padding: 1.5rem 0 0; }.special-head > p:last-child { justify-self: start; }
  .article-card, .article-card:nth-child(5n + 1), .article-card:nth-child(5n + 2) { grid-column: span 6; padding-top: 0; }
  .special-grid { grid-template-columns: repeat(2, 1fr); }.daily-interview { grid-template-columns: 1fr; }.daily-interview-image { min-height: 420px; }
  .interview-archive { grid-template-columns: repeat(2, minmax(260px, 1fr)); }
  footer { grid-template-columns: 1fr 1fr; }.footer-network { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .site-header { min-height: 68px; padding: 0 1rem; }.brand { font-size: .92rem; }.edition-stamp { max-width: 100px; text-align: right; line-height: 1.25; }
  .cover-stage { min-height: 73svh; }.cover-wash { background: linear-gradient(0deg, rgba(9,10,7,.94), rgba(9,10,7,.08) 85%); }.cover-copy { bottom: 5.3rem; }.cover-number { margin-bottom: 1rem; }.cover-copy h1 { font-size: clamp(2.4rem, 13vw, 4.2rem); line-height: .9; }.cover-editor { font-size: 1rem; }.cover-controls { left: 1.5rem; right: 1.5rem; }
  .hero { min-height: 36vh; }.hero h2 { font-size: 15vw; line-height: .79; }.hero-orbit { --orbit-radius: 40px; width: 190px; height: 190px; right: calc(18% - 95px); top: calc(60% - 95px); }.hero-orbit span { font-size: .45rem; letter-spacing: .1em; }
  .network-intro h2 { font-size: 3.2rem; }.blog-menu { padding-inline: 1rem; }.blog-links { flex-wrap: nowrap; overflow-x: auto; padding-bottom: .5rem; }.blog-links a { flex: 0 0 auto; }
  .curation, .special-section, .interviews-section { padding: 6rem 1rem; }.section-head h2, .special-head h2, .interviews-title h2, .manifesto blockquote { font-size: 3.6rem; }
  .article-card, .article-card:nth-child(5n + 1), .article-card:nth-child(5n + 2) { grid-column: 1 / -1; }.card-foot { align-items: flex-start; flex-direction: column; }
  .special-grid { grid-template-columns: 1fr; }.daily-interview-image { min-height: 300px; }.daily-interview-copy { padding: 2rem 1.3rem; }.daily-interview-copy h3 { font-size: 2.4rem; }
  .interview-archive { grid-template-columns: repeat(11, 82vw); }.interview-archive-head { align-items: start; flex-direction: column; gap: .5rem; }
  .manifesto { padding: 6rem 1rem; min-height: 72vh; }.manifesto-grid { grid-template-columns: 1fr; }.manifesto::after { font-size: 70vw; opacity: .28; }
  footer { grid-template-columns: 1fr; padding-inline: 1rem; }.footer-network { grid-column: auto; }.method-list { grid-template-columns: 1fr 1fr; }
}

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