@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Mono:wght@400;500&family=Oswald:wght@400;500;600;700&display=swap");

:root {
  --ink: #100f0d;
  --paper: #e7d7b8;
  --red: #d7351f;
  --yellow: #ffbf22;
  --blue: #285a7a;
  --line: rgba(16, 15, 13, 0.35);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: #d7c49f;
  font-family: "Oswald", Impact, sans-serif;
}
body::before {
  position: fixed;
  z-index: 5;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}
.site-header {
  min-height: 118px;
  padding: 12px clamp(20px, 5vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f7ead3;
  background: var(--ink);
  border-bottom: 3px solid var(--yellow);
}
.brand img {
  display: block;
  width: 290px;
  height: 90px;
  object-fit: contain;
}
.header-action,
.button {
  text-transform: uppercase;
  font:
    500 12px "DM Mono",
    monospace;
  letter-spacing: 0.06em;
  text-decoration: none;
}
.header-nav {
  display: flex;
  gap: 20px;
}
.header-action {
  color: #f7ead3;
  border-bottom: 1px solid var(--yellow);
  padding-bottom: 3px;
}
.hero {
  min-height: 720px;
  padding: 105px clamp(20px, 12vw, 210px) 55px;
  color: #f8edda;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 35%, #b73120 0 2%, transparent 2.3%),
    radial-gradient(circle at 78% 35%, #932218 0 16%, transparent 16.4%),
    linear-gradient(125deg, #090a0a 0 50%, #182226 50% 100%);
}
.hero::after {
  content: "";
  position: absolute;
  right: -12vw;
  top: -8vw;
  width: min(60vw, 780px);
  height: min(60vw, 780px);
  border-radius: 50%;
  border: 32px solid var(--yellow);
  box-shadow:
    0 0 0 16px var(--red),
    0 0 0 34px var(--ink);
  transform: rotate(-13deg);
  opacity: 0.9;
}
.hero > * {
  position: relative;
  z-index: 1;
}
.eyebrow,
.section-marker {
  color: var(--yellow);
  font:
    500 11px "DM Mono",
    monospace;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: "Bebas Neue", Impact, sans-serif;
  line-height: 0.86;
  letter-spacing: 0.025em;
  font-weight: 400;
}
h1 {
  max-width: 700px;
  margin: 20px 0 24px;
  font-size: clamp(78px, 12vw, 178px);
}
h1 em {
  color: var(--yellow);
  font-style: normal;
}
.hero-copy {
  max-width: 500px;
  font:
    400 clamp(17px, 2vw, 22px)/1.45 "Oswald",
    sans-serif;
}
.button {
  display: inline-block;
  margin-top: 18px;
  padding: 15px 18px;
  color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--yellow);
  box-shadow: 5px 5px 0 var(--red);
}
.button:hover {
  background: #f8edda;
}
.hero-status {
  margin-top: 92px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 25px;
  color: #e7d7b8;
  font:
    11px "DM Mono",
    monospace;
}
.hero-status span::before {
  content: "●";
  margin-right: 6px;
  color: var(--red);
}
.manifesto {
  padding: 100px max(8vw, 30px);
  background: var(--paper);
  border-bottom: 4px solid var(--ink);
}
.manifesto .section-marker {
  color: var(--red);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.kicker {
  width: 100%;
  margin-bottom: 42px;
  color: var(--red);
  font:
    600 clamp(21px, 3.2vw, 50px) "DM Mono",
    monospace;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.22em;
}
.callouts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 2vw, 28px);
}
.callouts p {
  min-height: 250px;
  margin: 0;
  padding: clamp(22px, 3vw, 42px) clamp(18px, 2.5vw, 36px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--paper);
  background: var(--ink);
  border: 3px solid var(--ink);
  box-shadow: 7px 7px 0 var(--red);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(34px, 4vw, 64px);
  line-height: 0.92;
}
.callouts p:nth-child(2) {
  color: var(--ink);
  background: var(--yellow);
  transform: translateY(24px) rotate(1.2deg);
}
.callouts p:nth-child(3) {
  background: var(--red);
  transform: rotate(-1deg);
}
.callouts span {
  color: var(--yellow);
  font:
    11px "DM Mono",
    monospace;
}
.callouts p:nth-child(2) span {
  color: var(--red);
}
h2 {
  margin-bottom: 25px;
  font-size: clamp(50px, 7vw, 100px);
}
.manifesto-copy > p:last-child,
.comic-copy > p {
  max-width: 620px;
  font-size: 19px;
  line-height: 1.5;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.transmission {
  align-self: center;
  padding: 27px;
  color: #f7ead3;
  background: var(--ink);
  border: 3px solid var(--red);
  box-shadow: 8px 8px 0 var(--yellow);
  transform: rotate(2deg);
}
.transmission-label,
.stamp {
  font:
    11px "DM Mono",
    monospace;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.transmission p {
  margin: 18px 0 25px;
  color: var(--yellow);
  font-size: 27px;
  line-height: 1.1;
}
.stamp {
  padding: 5px 7px;
  display: inline-block;
  color: var(--ink);
  background: var(--yellow);
}
.roster {
  padding: 100px max(5vw, 20px);
  background: #1c2527;
  color: #f7ead3;
}
.section-heading {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: end;
  margin: 0 auto 55px;
  max-width: 1280px;
}
.section-heading h2 {
  margin: 15px 0 0;
}
.section-heading > p {
  max-width: 300px;
  color: #d7c49f;
  font:
    15px/1.55 "DM Mono",
    monospace;
}
.character-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1280px;
  margin: auto;
  gap: clamp(12px, 2vw, 32px);
}
.character {
  min-width: 0;
  outline: none;
  cursor: default;
}
.portrait {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background: var(--yellow);
  border: 4px solid var(--yellow);
  box-shadow: 0 0 0 4px var(--red);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 34% 43%;
  transform: scale(1.45);
  filter: saturate(0.9) contrast(1.08);
}
.character-mike .portrait img {
  object-position: 50% 40%;
}
.character-cliff .portrait img {
  object-position: 42% 42%;
}
.character-jackie .portrait img {
  object-position: 48% 42%;
}
.character h3 {
  margin: 24px 0 4px;
  font-size: clamp(32px, 3.3vw, 48px);
}
.role {
  color: var(--yellow);
  text-transform: uppercase;
  font:
    10px "DM Mono",
    monospace;
  letter-spacing: 0.06em;
}
.dossier {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    margin 0.35s ease;
  color: var(--ink);
  background: var(--paper);
  border-left: 4px solid var(--red);
}
.dossier p {
  padding: 14px;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}
.character:hover .portrait,
.character:focus .portrait {
  transform: scale(1.04) rotate(-2deg);
  box-shadow:
    0 0 0 4px var(--red),
    8px 8px 0 var(--ink);
}
.character:hover .dossier,
.character:focus .dossier {
  max-height: 150px;
  opacity: 1;
  margin-top: 15px;
}
.comic-feature {
  display: grid;
  grid-template-columns: minmax(270px, 0.7fr) 1.3fr;
  gap: clamp(35px, 8vw, 130px);
  align-items: center;
  padding: 110px max(8vw, 25px);
  background: var(--yellow);
  border-bottom: 4px solid var(--ink);
}
.comic-feature .section-marker {
  color: var(--red);
}
.comic-feature h2 {
  margin: 16px 0 26px;
}
.comic-note {
  font:
    11px "DM Mono",
    monospace;
  text-transform: uppercase;
  color: var(--red);
}
.comic-feature figure {
  margin: 0;
  transform: rotate(1.5deg);
  background: var(--ink);
  padding: 8px 8px 12px;
  box-shadow: 12px 12px 0 var(--red);
}
.comic-feature figure img {
  display: block;
  width: 100%;
}
.comic-feature figcaption {
  padding: 8px 3px 0;
  color: var(--paper);
  font:
    9px "DM Mono",
    monospace;
}
.comic-wall {
  padding: clamp(60px, 10vw, 150px) max(5vw, 20px);
  display: grid;
  grid-template-columns: minmax(0, 1050px);
  justify-content: center;
  gap: clamp(45px, 7vw, 100px);
  overflow: hidden;
  background: #1c2527;
}
.comic-wall-title {
  max-width: 520px;
  margin: 0;
  color: var(--yellow);
  font-family: "Oswald", sans-serif;
  font-size: clamp(28px, 3.4vw, 52px);
  font-weight: 600;
  line-height: 1.05;
  text-align: left;
  text-transform: none;
}
.comic-wall-subtitle {
  margin: calc(-1 * clamp(30px, 4vw, 48px)) 0 0;
  color: var(--paper);
  font:
    12px "DM Mono",
    monospace;
  letter-spacing: 0.08em;
}
.comic-wall figure {
  margin: 0;
  padding: 7px;
  background: var(--ink);
  border: 3px solid var(--yellow);
  box-shadow: 11px 11px 0 var(--red);
  cursor: zoom-in;
}
.comic-wall img {
  display: block;
  width: 100%;
}
.comic-wall figure:focus-visible {
  outline: 4px solid var(--paper);
  outline-offset: 6px;
}
.comic-wall figure:fullscreen {
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  box-shadow: none;
  cursor: zoom-out;
}
.comic-wall figure:fullscreen img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.strip-brian {
  transform: rotate(-1deg);
}
.strip-mike {
  transform: rotate(1deg);
}
.strip-cliff {
  transform: rotate(-0.8deg);
}
.strip-jackie {
  transform: rotate(1.2deg);
}
.purpose {
  padding: clamp(70px, 10vw, 130px) max(5vw, 20px);
  color: var(--ink);
  background: var(--paper);
}
.purpose > h2 {
  max-width: 1100px;
  margin: 0 auto 24px;
  font-size: clamp(52px, 7vw, 96px);
}
.purpose > details {
  max-width: 1100px;
  margin: auto;
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
}
.purpose > details > summary {
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font:
    500 14px "DM Mono",
    monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.purpose > details > summary span {
  font-size: 24px;
}
.purpose > details[open] > summary span {
  transform: rotate(45deg);
}
.statement-copy {
  max-width: 800px;
  padding: 8px 0 55px;
  font:
    17px/1.65 "Oswald",
    sans-serif;
}
.statement-copy h3,
.statement-copy h4 {
  margin: 50px 0 16px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  line-height: 0.95;
}
.statement-copy h3 {
  font-size: clamp(38px, 5vw, 62px);
}
.statement-copy h4 {
  font-size: 29px;
}
.statement-copy p,
.statement-copy li {
  margin-bottom: 14px;
}
.statement-copy ul,
.statement-copy ol {
  padding-left: 24px;
}
.statement-copy li::marker {
  color: var(--red);
  font-family: "DM Mono", monospace;
}
.statement-lead {
  color: var(--red);
  font-size: 24px;
  line-height: 1.35;
}
.statement-copy code {
  padding: 1px 4px;
  color: var(--paper);
  background: var(--ink);
  font:
    13px "DM Mono",
    monospace;
}
.statement-aside {
  margin: 36px 0;
  padding: 18px 20px;
  border: 2px solid var(--ink);
}
.statement-aside summary {
  cursor: pointer;
  font-weight: 600;
}
.closing {
  min-height: min(72vh, 720px);
  padding: clamp(80px, 12vw, 170px) max(5vw, 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--paper);
  background: var(--red);
}
.closing h2 {
  max-width: 1200px;
  margin: 0 auto;
  font-size: clamp(76px, 13vw, 190px);
  text-align: center;
}
.closing p {
  max-width: 720px;
  margin: 26px auto 0;
  font-size: clamp(24px, 3.5vw, 48px);
  line-height: 1.05;
  text-align: center;
}
.closing small {
  margin: 46px auto 0;
  font:
    10px "DM Mono",
    monospace;
  letter-spacing: 0.06em;
  text-align: center;
}
.principles {
  padding: 100px max(8vw, 25px);
  color: #f8edda;
  background: var(--red);
}
.principles .section-marker {
  color: var(--ink);
}
.principles h2 {
  margin: 17px 0 50px;
}
.principle-list {
  border-top: 2px solid var(--ink);
}
.principle-list p {
  margin: 0;
  padding: 17px 0;
  border-bottom: 2px solid var(--ink);
  font-size: clamp(21px, 3vw, 38px);
  line-height: 1.1;
}
.principle-list span {
  margin-right: 25px;
  font:
    11px "DM Mono",
    monospace;
  vertical-align: middle;
}
footer {
  padding: 30px max(5vw, 20px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--ink);
  color: var(--paper);
}
footer img {
  width: 180px;
  height: 55px;
  object-fit: contain;
}
footer p {
  margin: 0;
  font:
    10px "DM Mono",
    monospace;
  letter-spacing: 0.1em;
}
@media (max-width: 760px) {
  .site-header {
    min-height: 82px;
    gap: 12px;
  }
  .brand img {
    width: clamp(145px, 48vw, 200px);
    height: 60px;
  }
  .header-nav {
    flex-shrink: 0;
    gap: 12px;
  }
  .hero {
    min-height: 640px;
    padding-top: 80px;
  }
  .hero::after {
    top: auto;
    bottom: -30vw;
    right: -25vw;
    width: 100vw;
    height: 100vw;
    border-width: 18px;
  }
  .hero-status {
    margin-top: 70px;
  }
  .manifesto,
  .comic-feature {
    grid-template-columns: 1fr;
  }
  .callouts {
    grid-template-columns: 1fr;
  }
  .callouts p {
    min-height: 0;
    gap: 32px;
  }
  .callouts p:nth-child(2),
  .callouts p:nth-child(3) {
    transform: none;
  }
  .manifesto .section-marker {
    writing-mode: initial;
    transform: none;
  }
  .transmission {
    max-width: 390px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 28px;
  }
  .character-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 20px;
  }
  .comic-feature figure {
    max-width: 620px;
  }
  .comic-wall {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .strip-brian,
  .strip-mike,
  .strip-cliff,
  .strip-jackie {
    transform: none;
  }
  .principles {
    padding-top: 75px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .portrait,
  .dossier {
    transition: none;
  }
}
