:root {
  --ink: #080808;
  --blood: #d91e18;
  --acid: #f3f315;
  --paper: #f4eee3;
  --smoke: #b7aaa1;
  --rust: #693b37;
  --surface: #171313;
  --display: "Rubik Glitch", Impact, sans-serif;
  --heavy: "Archivo Black", Impact, sans-serif;
  --mono: "Space Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--mono);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 99;
  opacity: .14;
  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='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.skip-link { position: absolute; top: -100px; left: 10px; z-index: 120; background: var(--acid); color: var(--ink); padding: 12px; }
.skip-link:focus { top: 10px; }

.ticker { background: var(--acid); color: var(--ink); border-bottom: 4px solid var(--ink); overflow: hidden; font: 14px/33px var(--heavy); letter-spacing: 1px; white-space: nowrap; }
.ticker__track { width: max-content; animation: crawl 24s linear infinite; }
.ticker span { margin: 0 22px; }
.ticker i { font-style: normal; color: var(--blood); }
@keyframes crawl { to { transform: translateX(-50%); } }

.site-header { height: 90px; padding: 0 4vw; display: flex; align-items: center; gap: 4vw; border-bottom: 1px solid #3b3030; background: rgba(8,8,8,.93); position: relative; z-index: 10; }
.brand { text-decoration: none; font-family: var(--heavy); display: flex; align-items: baseline; line-height: .8; transform: rotate(-1deg); white-space: nowrap; }
.brand__aga { font-family: var(--display); color: var(--blood); font-size: 43px; letter-spacing: -3px; }
.brand__meets { color: var(--paper); font-size: 22px; letter-spacing: -2px; }
.brand__lol { color: var(--acid); font: 11px var(--mono); margin-left: 4px; }
nav { display: flex; gap: 26px; margin-left: auto; }
nav a { color: var(--smoke); text-decoration: none; text-transform: uppercase; font: 11px var(--heavy); letter-spacing: .7px; }
nav a:hover { color: var(--acid); }
.header-cta { border: 2px solid var(--paper); padding: 11px 16px; text-decoration: none; text-transform: uppercase; font: 11px var(--heavy); box-shadow: 4px 4px 0 var(--blood); transition: .15s ease; }
.header-cta:hover { transform: translate(2px,2px); box-shadow: 2px 2px 0 var(--blood); }

.hero { min-height: 750px; position: relative; display: flex; align-items: center; padding: 80px 7vw 110px; isolation: isolate; border-bottom: 9px solid var(--blood); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #080808 0%, rgba(8,8,8,.94) 30%, rgba(8,8,8,.1) 73%), linear-gradient(0deg, #080808 0%, transparent 40%); z-index: -1; }
.hero__art { position: absolute; inset: 0; z-index: -2; background: #211 url("assets/underground-hero.svg") center/cover no-repeat; filter: saturate(.88) contrast(1.12); }
.hero__copy { position: relative; width: min(800px, 70vw); }
.kicker, .eyebrow { text-transform: uppercase; font: 12px var(--heavy); letter-spacing: 1.8px; }
.kicker span { display: inline-block; padding: 7px 9px; margin-right: 9px; background: var(--blood); color: white; transform: rotate(-2deg); }
h1 { margin: 25px 0 20px; font: clamp(72px, 9.2vw, 150px)/.72 var(--display); letter-spacing: -6px; text-transform: uppercase; text-shadow: 7px 7px 0 var(--blood); }
h1 em { color: var(--acid); font-style: normal; font-family: var(--heavy); font-size: .59em; letter-spacing: -5px; text-shadow: 5px 5px 0 var(--blood); }
.hero__small { font-size: .68em; }
.hero__lede { max-width: 650px; color: #e6ddd2; font: 16px/1.7 var(--mono); background: rgba(8,8,8,.6); padding: 8px 12px 8px 0; }
.hero__actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.button { border: 3px solid var(--ink); padding: 16px 20px; text-decoration: none; text-transform: uppercase; font: 13px var(--heavy); cursor: pointer; box-shadow: 7px 7px 0 var(--blood); transition: .15s ease; }
.button--acid { background: var(--acid); color: var(--ink); }
.button:hover { transform: translate(3px,3px) rotate(-1deg); box-shadow: 4px 4px 0 var(--blood); }
.text-link { font: 12px var(--heavy); text-transform: uppercase; text-underline-offset: 5px; }
.text-link span { color: var(--acid); font-size: 20px; }
.hero__stamp { position: absolute; right: 5vw; bottom: 38px; width: 190px; height: 190px; border: 5px double var(--acid); color: var(--acid); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transform: rotate(9deg); text-transform: uppercase; font: 10px var(--heavy); letter-spacing: 2px; box-shadow: inset 0 0 0 7px var(--ink), 0 0 0 3px var(--ink); }
.hero__stamp strong { font: 27px var(--heavy); letter-spacing: -2px; color: var(--paper); }
.hero__footnote { position: absolute; bottom: 18px; left: 7vw; color: var(--smoke); font-size: 10px; }

.manifesto { padding: 85px 5vw; background: var(--paper); color: var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(-1deg) scale(1.02); text-align: center; }
.manifesto p { margin: 4px; font: clamp(27px, 4vw, 66px)/1 var(--heavy); letter-spacing: -3px; }
mark { background: var(--acid); color: var(--ink); padding: 0 .12em; }

.section-grid { display: grid; grid-template-columns: 120px minmax(0,1fr) 380px; gap: 6vw; padding: 130px 6vw; }
.section-label { writing-mode: vertical-rl; display: flex; gap: 18px; align-items: center; color: var(--blood); font: 10px var(--heavy); letter-spacing: 2px; }
.section-label span { font: 54px var(--display); color: var(--acid); }
.meeting { background: repeating-linear-gradient(90deg, transparent 0 59px, rgba(255,255,255,.025) 60px), var(--ink); }
.meeting__main { align-self: center; }
.eyebrow { color: var(--blood); }
.meeting h2, .agenda h2, .bureaucracy h2, .rules h2, .rsvp h2 { font-family: var(--heavy); text-transform: uppercase; letter-spacing: -5px; margin: 15px 0; }
.meeting h2 { font-size: clamp(58px, 8vw, 112px); line-height: .82; }
.meeting h2 span { color: var(--acid); font-size: .32em; letter-spacing: 0; }
.big-copy { color: var(--smoke); max-width: 720px; font-size: 18px; line-height: 1.7; }
.notice-card { align-self: center; background: var(--paper); color: var(--ink); padding: 26px; border: 2px solid var(--ink); box-shadow: 12px 12px 0 var(--blood); }
.rotate-positive { transform: rotate(2deg); }
.notice-card__top { border-bottom: 4px solid var(--ink); padding-bottom: 10px; font: 9px var(--heavy); letter-spacing: 2px; }
.notice-card h3 { font: 28px/.95 var(--heavy); letter-spacing: -2px; }
.notice-card dl { border: 2px solid var(--ink); }
.notice-card dl div { display: grid; grid-template-columns: 90px 1fr; border-bottom: 1px solid var(--ink); }
.notice-card dl div:last-child { border-bottom: 0; }
.notice-card dt, .notice-card dd { margin: 0; padding: 8px; font-size: 10px; }
.notice-card dt { background: var(--ink); color: var(--paper); text-transform: uppercase; }
.scribble { color: var(--blood); font-weight: 700; font-style: italic; transform: rotate(-3deg); }

.agenda { background: var(--blood); color: white; padding: 100px 7vw 130px; position: relative; }
.agenda::before { content: "REVISED"; position: absolute; right: 4vw; top: 40px; color: rgba(0,0,0,.22); font: 130px var(--heavy); transform: rotate(8deg); }
.agenda__header { max-width: 950px; position: relative; }
.agenda .eyebrow { color: var(--paper); }
.agenda h2 { font-size: clamp(48px, 7vw, 96px); line-height: .9; }
.agenda h2 span { color: var(--acid); }
.agenda__list { list-style: none; padding: 0; margin: 70px 0 0; border-top: 4px solid var(--ink); position: relative; }
.agenda__list li { min-height: 105px; display: grid; grid-template-columns: 120px 1fr 60px; align-items: center; border-bottom: 2px solid var(--ink); transition: background .2s; }
.agenda__list li:hover { background: var(--acid); color: var(--ink); padding-left: 15px; }
.agenda__list time { font: 23px var(--heavy); }
.agenda__list div { display: flex; align-items: baseline; gap: 28px; }
.agenda__list strong { font: clamp(20px, 3vw, 40px) var(--heavy); letter-spacing: -2px; }
.agenda__list span { font-size: 12px; }
.agenda__list b { font: 35px var(--display); color: var(--acid); }
.agenda__list li:hover b { color: var(--blood); }

.minutes { grid-template-columns: 120px minmax(0,1fr) 100px; background: var(--paper); color: var(--ink); position: relative; }
.section-label--dark { color: var(--ink); }
.section-label--dark span { color: var(--blood); }
.transcript { max-width: 900px; border: 3px solid var(--ink); padding: 35px; box-shadow: 14px 14px 0 var(--ink); position: relative; }
.transcript::after { content: "EXHIBIT A"; position: absolute; top: -30px; right: 30px; background: var(--blood); color: white; padding: 8px 22px; font: 16px var(--heavy); transform: rotate(3deg); }
.transcript__heading { display: flex; justify-content: space-between; border-bottom: 2px dashed var(--ink); font-size: 10px; text-transform: uppercase; }
.transcript__heading span { color: var(--blood); font-weight: 700; }
blockquote { margin: 30px 0; font-size: clamp(14px, 1.7vw, 20px); line-height: 1.6; }
blockquote p { margin: 10px 0; }
blockquote b { font-family: var(--heavy); }
.redact-button { background: var(--ink); color: var(--paper); border: 0; padding: 14px; cursor: pointer; text-transform: uppercase; font: 10px var(--heavy); }
.redact-button:hover { background: var(--blood); }
.marginalia { color: var(--blood); font: 20px var(--heavy); transform: rotate(7deg); display: flex; gap: 10px; align-items: flex-start; }

.bureaucracy { padding: 130px 7vw; display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; background: #0d0d0d; }
.bureaucracy h2 { font-size: clamp(45px, 5vw, 76px); line-height: .91; }
.bureaucracy h2 em { color: var(--acid); font-style: normal; }
.bureaucracy__copy > p:last-child { color: var(--smoke); line-height: 1.8; }
.flowchart { display: grid; grid-template-columns: 1fr 40px 1fr 40px 1fr; align-items: center; gap: 12px; transform: rotate(-1deg); }
.flowchart i { text-align: center; color: var(--blood); font: 30px var(--heavy); }
.flow-node { min-height: 120px; border: 3px solid var(--paper); display: grid; place-items: center; text-align: center; font: 20px var(--heavy); box-shadow: 7px 7px 0 var(--rust); }
.flow-node--red { background: var(--blood); }
.flow-node--acid { background: var(--acid); color: var(--ink); border-color: var(--ink); }

.rules { padding: 120px 7vw 150px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; background: var(--surface); border-top: 2px solid var(--rust); }
.rules__intro { position: sticky; top: 40px; align-self: start; }
.rules h2 { font-size: clamp(42px, 5vw, 75px); line-height: .84; }
.rules__intro > p:last-of-type { color: var(--smoke); line-height: 1.7; }
.gavel { margin-top: 30px; background: transparent; color: var(--acid); border: 2px solid var(--acid); padding: 12px 16px; cursor: pointer; font: 11px var(--heavy); }
.gavel span { font-size: 25px; }
.gavel:hover { background: var(--acid); color: var(--ink); }
.rules__stack { display: flex; flex-direction: column; gap: 24px; }
.rule-card { min-height: 255px; padding: 35px; border: 3px solid var(--ink); color: var(--ink); box-shadow: 12px 12px 0 #000; transform: rotate(1deg); transition: transform .2s; }
.rule-card:nth-child(even) { transform: rotate(-1.3deg); }
.rule-card:hover { transform: rotate(0) translateX(-10px); }
.rule-card span { font: 11px var(--heavy); border-bottom: 2px solid; }
.rule-card h3 { font: clamp(28px, 3.3vw, 51px)/.95 var(--heavy); letter-spacing: -3px; margin: 22px 0; }
.rule-card p { font-size: 12px; }
.rule-card--red { background: var(--blood); color: white; }
.rule-card--paper { background: var(--paper); }
.rule-card--acid { background: var(--acid); }

.rsvp { min-height: 600px; background: var(--blood); display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; padding: 80px 9vw; gap: 8vw; border-top: 9px solid var(--acid); }
.rsvp__seal img { width: min(420px, 100%); aspect-ratio: 1; object-fit: contain; filter: drop-shadow(15px 15px 0 rgba(0,0,0,.5)); transform: rotate(-8deg); }
.rsvp .eyebrow { color: var(--paper); }
.rsvp h2 { font: clamp(72px, 10vw, 155px)/.75 var(--display); text-shadow: 7px 7px 0 var(--ink); }
.rsvp__copy > p:not(.eyebrow) { max-width: 680px; line-height: 1.7; }
.button--large { font-size: 16px; padding: 21px 27px; margin-top: 18px; }
.rsvp__status { font-size: 10px; text-transform: uppercase; }

footer { min-height: 200px; padding: 50px 6vw; display: grid; grid-template-columns: auto minmax(200px,600px) auto; align-items: center; gap: 6vw; border-top: 1px solid #332; color: var(--smoke); font-size: 10px; line-height: 1.7; }
.brand--footer .brand__aga { font-size: 54px; }
footer > a { color: var(--acid); text-transform: uppercase; font-family: var(--heavy); }

@media (max-width: 950px) {
  nav { display: none; }
  .site-header { justify-content: space-between; }
  .hero { min-height: 700px; padding-left: 6vw; }
  .hero__copy { width: 80vw; }
  .section-grid { grid-template-columns: 70px 1fr; }
  .notice-card { grid-column: 2; width: min(460px, 100%); }
  .meeting, .minutes { gap: 30px; }
  .marginalia { display: none; }
  .bureaucracy, .rules { grid-template-columns: minmax(0, 1fr); }
  .rules__intro { position: static; }
}

@media (max-width: 640px) {
  .ticker { font-size: 11px; }
  .site-header { height: 72px; padding: 0 18px; }
  .brand__aga { font-size: 34px; }
  .brand__meets { font-size: 17px; }
  .header-cta { display: none; }
  .hero { min-height: 720px; padding: 50px 20px 110px; align-items: flex-start; }
  .hero::after { background: linear-gradient(0deg, #080808 4%, rgba(8,8,8,.25) 55%, #080808 100%); }
  .hero__art { background-position: 66% center; opacity: .76; }
  .hero__copy { width: 100%; }
  h1 { font-size: clamp(61px, 21vw, 88px); letter-spacing: -4px; margin-top: 28px; }
  h1 em { letter-spacing: -3px; }
  .hero__lede { font-size: 13px; margin-top: 230px; background: rgba(8,8,8,.78); padding: 10px; }
  .hero__actions { display: block; }
  .hero__actions .button { display: block; text-align: center; }
  .text-link { display: inline-block; margin-top: 25px; }
  .hero__stamp { width: 112px; height: 112px; right: 15px; bottom: 24px; border-width: 3px; }
  .hero__stamp strong { font-size: 17px; }
  .hero__stamp span { font-size: 7px; }
  .hero__footnote { display: none; }
  .manifesto { padding: 55px 18px; }
  .manifesto p { font-size: 31px; letter-spacing: -2px; }
  .section-grid { display: block; padding: 80px 20px; }
  .section-label { writing-mode: initial; flex-direction: row; margin-bottom: 40px; }
  .section-label span { font-size: 38px; }
  .meeting h2 { font-size: 62px; }
  .notice-card { margin-top: 50px; padding: 22px; transform: rotate(1deg); }
  .agenda { padding: 80px 20px; }
  .agenda::before { font-size: 60px; }
  .agenda h2 { font-size: 45px; }
  .agenda__list li { grid-template-columns: 70px 1fr 30px; padding: 15px 0; }
  .agenda__list div { display: block; }
  .agenda__list strong { font-size: 23px; }
  .agenda__list span { display: block; margin-top: 5px; }
  .agenda__list b { font-size: 23px; }
  .transcript { padding: 22px 18px; box-shadow: 8px 8px 0 var(--ink); }
  .transcript__heading span { display: none; }
  .bureaucracy, .rules { padding: 85px 20px; }
  .bureaucracy h2 { font-size: 45px; letter-spacing: -3px; }
  .rules h2 { font-size: 39px; letter-spacing: -2px; }
  .flowchart { display: flex; flex-direction: column; align-items: stretch; gap: 9px; transform: none; }
  .flowchart i { transform: rotate(90deg); line-height: 20px; }
  .flow-node { min-height: 78px; width: 100%; font-size: 14px; }
  .rule-card { min-height: 230px; padding: 28px 22px; }
  .rule-card h3 { font-size: 30px; letter-spacing: -2px; }
  .rsvp { display: block; padding: 70px 20px; }
  .rsvp__seal { text-align: center; }
  .rsvp__seal img { width: 240px; }
  .rsvp h2 { font-size: 80px; margin-top: 40px; }
  .button--large { width: 100%; }
  footer { grid-template-columns: 1fr; padding: 55px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker__track { animation: none; }
  * { transition: none !important; }
}
