@import "tailwindcss";

@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/anton-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono-400-latin.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono-600-latin.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono-700-latin.woff2") format("woff2");
}

:root {
  --ink: #17150f;
  --paper: #f4eddd;
  --red: #ed3d28;
  --blue: #1d4ed8;
  --yellow: #f1c545;
  --green: #1f9b61;
  --font-display: "Anton";
  --font-sans: "Inter";
  --font-mono: "IBM Plex Mono";
  --site-max-width: 1600px;
  --site-edge: max(0px, calc((100vw - var(--site-max-width)) / 2));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--ink);
  font-family: var(--font-sans), Arial, sans-serif;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

main {
  width: min(100%, var(--site-max-width));
  min-height: 100vh;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  background: var(--paper);
  box-shadow: 0 0 0 3px var(--ink), 0 0 72px #0009;
}

.paper-noise {
  position: fixed;
  inset: 0 auto 0 50%;
  width: min(100%, var(--site-max-width));
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 20;
  opacity: 0.15;
  background-image:
    repeating-linear-gradient(7deg, transparent 0 4px, #1b170d0a 5px 6px),
    radial-gradient(circle at 30% 20%, #fff 0 1px, transparent 1.5px);
  background-size: auto, 7px 7px;
  mix-blend-mode: multiply;
}

.site-header {
  height: 72px;
  padding: 0 clamp(20px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid var(--ink);
  position: relative;
  z-index: 10;
}

.logo {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font: 700 14px/1 var(--font-mono), monospace;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.logo-dot,
.blink {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--red);
  display: inline-block;
  box-shadow: 0 0 0 4px #ed3d2824;
  animation: blink 1.35s step-end infinite;
}

@keyframes blink {
  50% { opacity: 0.28; }
}

.mini-share {
  border: 2px solid var(--ink);
  background: var(--yellow);
  padding: 10px 18px;
  font: 700 12px/1 var(--font-mono), monospace;
  box-shadow: 4px 4px 0 var(--ink);
  cursor: pointer;
}

.mini-share:active {
  transform: translate(3px, 3px);
  box-shadow: 1px 1px 0 var(--ink);
}

.hero {
  min-height: 950px;
  padding: 58px 20px 52px;
  text-align: center;
  position: relative;
  background:
    linear-gradient(90deg, transparent 49.8%, #1b170d14 50%, transparent 50.2%),
    var(--paper);
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  background: var(--ink);
  color: var(--paper);
  font: 700 11px/1 var(--font-mono), monospace;
  letter-spacing: 0.08em;
  transform: rotate(-1deg);
}

h1,
h2 {
  margin: 0;
  font-family: var(--font-display), Impact, sans-serif;
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.025em;
}

h1 {
  margin-top: 24px;
  font-size: clamp(74px, 13.5vw, 186px);
  line-height: 1;
}

h1 span {
  color: var(--red);
  text-shadow: 4px 4px 0 var(--ink);
  -webkit-text-stroke: 2px var(--ink);
}

.hero-deck {
  margin: 25px auto 0;
  font: 600 clamp(16px, 2vw, 22px)/1.4 var(--font-mono), monospace;
  max-width: 700px;
}

.hero-stage {
  width: min(800px, 100%);
  height: 450px;
  margin: 8px auto 0;
  position: relative;
}

.mitch-stack {
  height: 520px;
  width: min(346.667px, 80vw);
  aspect-ratio: 2 / 3;
  max-width: 80vw;
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
  filter: drop-shadow(12px 13px 0 #17150f);
  transform-origin: bottom center;
  animation: micro-wobble 5s ease-in-out infinite;
  pointer-events: none;
}

.mitch {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.mitch-closed {
  opacity: 0;
  clip-path: inset(13% 31% 76% 31%);
  transition: opacity 45ms linear;
  will-change: opacity;
}

.hero-stage.eyes-closed .mitch-closed {
  opacity: 1;
}

.hero-stage.startled .mitch-stack {
  animation: wake-jolt 900ms cubic-bezier(0.2, 1.5, 0.45, 1);
}

.hero-stage.startled::after {
  content: "!";
  position: absolute;
  z-index: 4;
  left: calc(50% + 128px);
  top: 20px;
  color: var(--red);
  font: 900 80px/1 var(--font-display), Impact, sans-serif;
  text-shadow: 3px 3px 0 var(--ink);
  animation: wake-pop 900ms ease-out both;
  transform: rotate(9deg);
}

@keyframes micro-wobble {
  0%, 100% { transform: translateX(-50%) rotate(-0.35deg); }
  50% { transform: translateX(-50%) rotate(0.35deg); }
}

@keyframes wake-jolt {
  0% { transform: translateX(-50%) scale(1) rotate(0); }
  16% { transform: translateX(-50%) translateY(-18px) scale(1.055) rotate(1.4deg); }
  38% { transform: translateX(-50%) translateY(2px) scale(1.015) rotate(-0.8deg); }
  62% { transform: translateX(-50%) translateY(-4px) scale(1.025) rotate(0.35deg); }
  100% { transform: translateX(-50%) scale(1) rotate(-0.35deg); }
}

@keyframes wake-pop {
  0% { opacity: 0; transform: translateY(14px) scale(0.4) rotate(18deg); }
  18% { opacity: 1; transform: translateY(-8px) scale(1.25) rotate(9deg); }
  70% { opacity: 1; transform: translateY(-4px) scale(1) rotate(9deg); }
  100% { opacity: 0; transform: translateY(-18px) scale(0.7) rotate(4deg); }
}

.speech-bubble {
  position: absolute;
  z-index: 3;
  top: 48px;
  right: -18px;
  background: white;
  border: 4px solid var(--ink);
  border-radius: 52% 48% 55% 45% / 48% 53% 47% 52%;
  padding: 30px 34px 27px;
  font: 700 15px/1.1 var(--font-mono), monospace;
  text-align: center;
  transform: rotate(3deg);
  box-shadow: 6px 7px 0 var(--ink);
}

.speech-bubble::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 10px;
  bottom: -35px;
  width: 48px;
  height: 43px;
  background: var(--ink);
  clip-path: polygon(0 100%, 100% 0, 68% 0);
  transform: rotate(4deg);
}

.speech-bubble::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 16px;
  bottom: -26px;
  width: 37px;
  height: 34px;
  background: white;
  clip-path: polygon(0 100%, 100% 0, 67% 0);
  transform: rotate(4deg);
}

.speech-bubble em {
  color: var(--red);
  font-style: normal;
}

.stamp {
  position: absolute;
  z-index: 2;
  font: 700 25px/1 var(--font-mono), monospace;
  color: var(--red);
  border: 5px solid var(--red);
  padding: 11px;
  opacity: 0.85;
}

.stamp-left {
  left: 18px;
  top: 96px;
  transform: rotate(-15deg);
}

.official-ribbon {
  position: absolute;
  bottom: -33px;
  left: 50%;
  width: min(660px, 94%);
  transform: translateX(-50%) rotate(-1deg);
  background: var(--yellow);
  border: 3px solid var(--ink);
  padding: 14px 20px;
  font: 700 16px/1 var(--font-mono), monospace;
  box-shadow: 7px 7px 0 var(--ink);
  z-index: 4;
}

.official-ribbon strong {
  color: var(--green);
}

.clock-wrap {
  margin: 65px auto 0;
}

.clock-wrap > p {
  margin: 0 0 12px;
  font: 700 11px/1 var(--font-mono), monospace;
  letter-spacing: 0.12em;
}

.counter {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(4px, 1vw, 14px);
}

.counter-card {
  display: grid;
  gap: 7px;
}

.counter-card strong {
  min-width: clamp(58px, 10vw, 118px);
  padding: 10px 7px 7px;
  color: var(--paper);
  background: var(--ink);
  border-radius: 4px;
  font: 700 clamp(32px, 6vw, 68px)/1 var(--font-mono), monospace;
  box-shadow: inset 0 -4px #000, 4px 4px 0 #897e68;
}

.counter-card span {
  font: 700 10px/1 var(--font-mono), monospace;
  letter-spacing: 0.12em;
}

.colon {
  padding-top: 11px;
  font: 700 clamp(28px, 5vw, 58px)/1 var(--font-mono), monospace;
}

.clock-wrap small {
  display: block;
  margin: 20px auto 0;
  max-width: 650px;
  font: 400 11px/1.5 var(--font-mono), monospace;
}

.vote-section {
  padding: 110px 20px 100px;
  background: var(--red);
  border-top: 5px solid var(--ink);
  border-bottom: 5px solid var(--ink);
  text-align: center;
}

.vote-section h2,
.facts-section h2 {
  margin-top: 24px;
  font-size: clamp(58px, 9vw, 122px);
}

.section-intro {
  max-width: 610px;
  margin: 24px auto 38px;
  font: 600 15px/1.5 var(--font-mono), monospace;
}

.vote-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  align-items: center;
  max-width: 930px;
  margin: 0 auto;
}

.vote-card {
  min-height: 325px;
  border: 4px solid var(--ink);
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  box-shadow: 10px 10px 0 var(--ink);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.vote-card:hover {
  transform: translate(-3px, -3px) rotate(-0.5deg);
  box-shadow: 14px 14px 0 var(--ink);
}

.vote-card.dead:hover {
  transform: translate(3px, -3px) rotate(0.5deg);
}

.vote-card.selected {
  outline: 7px solid var(--yellow);
  outline-offset: -14px;
}

.vote-card:disabled {
  cursor: wait;
}

.vote-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--green);
  color: white;
  font: 700 38px/1 var(--font-mono), monospace;
}

.dead .vote-icon {
  background: var(--ink);
}

.vote-label {
  margin-top: 17px;
  font: 400 75px/0.9 var(--font-display), Impact, sans-serif;
}

.vote-copy {
  margin: 10px 0 18px;
  font: 600 12px/1.4 var(--font-mono), monospace;
}

.vote-card strong {
  font: 700 30px/1 var(--font-mono), monospace;
}

.versus {
  z-index: 2;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 4px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  font: 700 22px/1 var(--font-mono), monospace;
  transform: rotate(-8deg);
}

.tally {
  max-width: 930px;
  margin: 40px auto 0;
}

.tally-bar {
  height: 25px;
  border: 3px solid var(--ink);
  background: var(--ink);
  padding: 3px;
}

.tally-bar span {
  height: 100%;
  display: block;
  background: var(--green);
  transition: width 0.5s ease;
}

.tally p {
  margin: 14px 0 4px;
  font: 700 13px/1.4 var(--font-mono), monospace;
}

.tally small {
  font: 400 11px/1.4 var(--font-mono), monospace;
}

.meter-section {
  background: var(--ink);
  color: var(--paper);
  padding: 100px clamp(20px, 6vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  gap: 8vw;
  align-items: center;
}

.section-kicker.dark {
  background: var(--yellow);
  color: var(--ink);
}

.meter-copy h2 {
  margin-top: 24px;
  color: var(--yellow);
  font-size: clamp(54px, 6.8vw, 94px);
  line-height: 1;
  letter-spacing: 0.01em;
  font-kerning: normal;
}

.meter-copy > p {
  max-width: 620px;
  font: 500 16px/1.6 var(--font-mono), monospace;
}

.meter-copy ul {
  list-style: none;
  padding: 0;
  margin: 35px 0 0;
  border-top: 1px solid #f4eddd4d;
}

.meter-copy li {
  padding: 13px 0;
  border-bottom: 1px solid #f4eddd4d;
  font: 600 12px/1.4 var(--font-mono), monospace;
}

.meter-copy li span {
  color: var(--yellow);
  display: inline-block;
  width: 50px;
}

.meter-machine {
  background: #dad1bd;
  color: var(--ink);
  border: 5px solid var(--paper);
  padding: 34px;
  box-shadow: 14px 14px 0 var(--red);
  transform: rotate(1.5deg);
}

.gauge {
  border: 4px solid var(--ink);
  background: #f7f0e1;
  padding: 34px 27px 25px;
  text-align: center;
}

.gauge.rolling {
  animation: shake 0.14s linear infinite;
}

@keyframes shake {
  0%, 100% { transform: translateX(-2px); }
  50% { transform: translateX(2px); }
}

.gauge-number {
  font: 400 105px/0.85 var(--font-display), Impact, sans-serif;
  color: var(--red);
}

.gauge-label {
  margin: 10px 0 24px;
  font: 700 13px/1 var(--font-mono), monospace;
}

.gauge-track {
  height: 32px;
  border: 4px solid var(--ink);
  background: var(--red);
}

.gauge-track span {
  display: block;
  height: 100%;
  background: var(--green);
  border-right: 4px solid var(--ink);
  transition: width 0.15s ease;
}

.gauge-ends {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font: 700 8px/1 var(--font-mono), monospace;
}

.meter-machine button,
.share-section button {
  width: 100%;
  margin-top: 22px;
  padding: 17px;
  border: 4px solid var(--ink);
  background: var(--yellow);
  color: var(--ink);
  cursor: pointer;
  font: 700 13px/1 var(--font-mono), monospace;
  box-shadow: 7px 7px 0 var(--ink);
}

.meter-machine button:active,
.share-section button:active {
  transform: translate(4px, 4px);
  box-shadow: 3px 3px 0 var(--ink);
}

.lindsey-ghost {
  position: fixed;
  z-index: 80;
  top: 53%;
  width: min(410px, 38vw);
  height: min(520px, 69vh);
  pointer-events: none;
  opacity: 0;
  transition:
    transform 680ms cubic-bezier(0.22, 0.9, 0.24, 1.18),
    opacity 260ms ease;
  will-change: transform, opacity;
}

.lindsey-ghost.side-right {
  right: calc(var(--site-edge) - 18px);
  left: auto;
  transform: translate(112%, -50%);
}

.lindsey-ghost.side-left {
  right: auto;
  left: calc(var(--site-edge) - 18px);
  transform: translate(-112%, -50%);
}

.lindsey-ghost.side-right.is-visible,
.lindsey-ghost.side-left.is-visible {
  opacity: 0.94;
  transform: translate(0, -50%);
}

.lindsey-ghost img {
  position: absolute;
  right: -48px;
  bottom: 0;
  display: block;
  width: min(300px, 27vw);
  height: auto;
  opacity: 0.88;
  filter:
    saturate(1.16)
    drop-shadow(0 0 9px rgba(94, 211, 255, 0.95))
    drop-shadow(-8px 8px 0 rgba(31, 94, 187, 0.28));
  animation: ghost-signal 1.8s steps(2, end) infinite;
}

.lindsey-ghost.side-left img {
  right: auto;
  left: -48px;
  transform: scaleX(-1);
  filter:
    saturate(1.16)
    drop-shadow(0 0 9px rgba(94, 211, 255, 0.95))
    drop-shadow(8px 8px 0 rgba(31, 94, 187, 0.28));
}

.ghost-speech {
  position: absolute;
  z-index: 1;
  left: -8px;
  top: 190px;
  width: 180px;
  padding: 18px 16px 16px;
  border: 3px solid var(--ink);
  border-radius: 48% 52% 46% 54%;
  background: #f8f5e9;
  color: var(--ink);
  box-shadow: 6px 6px 0 rgba(38, 121, 218, 0.82);
  text-align: center;
  font: 800 14px/1.12 var(--font-mono), monospace;
  letter-spacing: -0.025em;
  transform: rotate(-3deg);
  isolation: isolate;
}

.ghost-speech::before,
.ghost-speech::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -92px;
  top: 29px;
  width: 92px;
  height: 26px;
  background: var(--ink);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  pointer-events: none;
}

.ghost-speech::after {
  right: -86px;
  top: 34px;
  width: 86px;
  height: 16px;
  background: #f8f5e9;
}

.lindsey-ghost.side-left .ghost-speech {
  right: -8px;
  left: auto;
  transform: rotate(3deg);
}

.lindsey-ghost.side-left .ghost-speech::before,
.lindsey-ghost.side-left .ghost-speech::after {
  right: auto;
  left: -92px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.lindsey-ghost.side-left .ghost-speech::after {
  left: -86px;
}

.ghost-speech em {
  color: #287cd1;
  font-style: normal;
}

@keyframes ghost-signal {
  0%,
  100% {
    opacity: 0.84;
  }
  50% {
    opacity: 0.96;
  }
}

.sightings-section {
  padding: 105px clamp(20px, 6vw, 96px);
  background:
    linear-gradient(rgba(244, 237, 221, 0.88), rgba(244, 237, 221, 0.88)),
    repeating-linear-gradient(0deg, transparent 0 23px, #17150f12 24px 25px);
  border-top: 5px solid var(--ink);
  border-bottom: 5px solid var(--ink);
}

.sightings-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.sightings-heading h2 {
  margin-top: 24px;
  font-size: clamp(78px, 11vw, 164px);
  line-height: 0.98;
  color: var(--red);
  text-shadow: 4px 5px 0 var(--ink);
  -webkit-text-stroke: 2px var(--ink);
}

.sightings-heading > p {
  max-width: 390px;
  padding: 20px;
  border: 3px solid var(--ink);
  background: var(--yellow);
  box-shadow: 8px 8px 0 var(--ink);
  font: 700 13px/1.5 var(--font-mono), monospace;
  transform: rotate(1.2deg);
}

.sightings-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 75px;
}

.sightings-grid figure {
  margin: 0;
  padding: 12px 12px 18px;
  min-width: 0;
  background: #fffaf0;
  border: 3px solid var(--ink);
  box-shadow: 10px 11px 0 var(--ink);
}

.sightings-grid figure:nth-child(1) {
  transform: rotate(-1.7deg);
}

.sightings-grid figure:nth-child(2) {
  transform: translateY(16px) rotate(1.1deg);
}

.sightings-grid figure:nth-child(3) {
  transform: rotate(-0.8deg);
}

.sighting-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: var(--ink);
}

.sighting-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.12);
}

.sighting-stamp {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border: 3px solid var(--red);
  color: var(--red);
  background: #fffaf0d9;
  font: 800 12px/1 var(--font-mono), monospace;
  transform: rotate(-6deg);
}

.sighting-circle {
  position: absolute;
  left: 43%;
  top: 27%;
  width: 22%;
  aspect-ratio: 1;
  border: 5px solid var(--red);
  border-radius: 50%;
  transform: rotate(-12deg);
  box-shadow: 0 0 0 2px #fff3;
}

.sightings-grid figcaption {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 15px;
}

.sightings-grid figcaption strong {
  font: 400 29px/0.95 var(--font-display), Impact, sans-serif;
}

.sightings-grid figcaption span {
  font: 700 9px/1.4 var(--font-mono), monospace;
  letter-spacing: 0.04em;
}

.sighting-submit {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
  gap: 7vw;
  margin-top: 105px;
  padding: 55px;
  background: var(--ink);
  color: var(--paper);
  border: 4px solid var(--ink);
  box-shadow: 13px 13px 0 var(--red);
}

.sighting-submit h3 {
  margin-top: 24px;
  color: var(--yellow);
  font-size: clamp(62px, 7vw, 106px);
  line-height: 0.8;
}

.sighting-submit > div > p {
  margin-top: 25px;
  max-width: 540px;
  font: 600 13px/1.65 var(--font-mono), monospace;
}

.sighting-submit > div > .sighting-privacy {
  margin-top: 16px;
  color: #f4edddbb;
  font-size: 9px;
  line-height: 1.55;
}

.sighting-submit form,
.sighting-submit label {
  display: flex;
  flex-direction: column;
}

.sighting-submit form {
  gap: 15px;
}

.sighting-submit label {
  gap: 7px;
  font: 800 10px/1.2 var(--font-mono), monospace;
  letter-spacing: 0.05em;
}

.sighting-submit input,
.sighting-submit textarea {
  width: 100%;
  border: 3px solid var(--paper);
  border-radius: 0;
  background: #fffaf0;
  color: var(--ink);
  padding: 14px;
  font: 600 13px/1.4 var(--font-mono), monospace;
}

.sighting-submit textarea {
  min-height: 110px;
  resize: vertical;
}

.sighting-submit button {
  margin-top: 4px;
  padding: 17px;
  border: 4px solid var(--paper);
  background: var(--red);
  color: white;
  cursor: pointer;
  box-shadow: 7px 7px 0 var(--yellow);
  font: 800 12px/1 var(--font-mono), monospace;
}

.sighting-status {
  min-height: 18px;
  color: var(--yellow);
  font: 700 10px/1.4 var(--font-mono), monospace;
}

.sightings-disclaimer {
  margin-top: 45px;
  text-align: center;
  font: 800 10px/1.5 var(--font-mono), monospace;
  letter-spacing: 0.05em;
}

.facts-section {
  padding: 110px clamp(20px, 6vw, 96px) 90px;
}

.facts-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.facts-heading h2 {
  text-align: right;
  white-space: nowrap;
  font-size: clamp(60px, 6.8vw, 92px);
  line-height: 0.98;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  border: 3px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
}

.timeline article {
  padding: 32px;
  min-height: 280px;
  min-width: 0;
}

.timeline article + article {
  border-left: 3px solid var(--ink);
}

.timeline time {
  display: inline-block;
  background: var(--red);
  color: white;
  padding: 7px 10px;
  font: 700 11px/1 var(--font-mono), monospace;
  transform: rotate(-2deg);
}

.timeline h3 {
  margin: 22px 0 12px;
  font: 400 39px/0.95 var(--font-display), Impact, sans-serif;
}

.timeline p {
  margin: 0;
  font: 500 13px/1.6 var(--font-mono), monospace;
}

.ambulance-footage {
  margin: 22px 0 0;
}

.ambulance-footage video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 3px solid var(--ink);
  background: var(--ink);
}

.ambulance-footage figcaption {
  margin-top: 7px;
  font: 800 8px/1.45 var(--font-mono), monospace;
  letter-spacing: 0.035em;
}

.ambulance-footage figcaption a {
  color: var(--blue);
  text-underline-offset: 2px;
}

.ambulance-footage figcaption span {
  display: block;
  margin-top: 5px;
  font-weight: 600;
  letter-spacing: 0;
}

.timeline .photo-card {
  padding: 24px;
}

.proof-photo {
  display: block;
  margin: 18px 0;
  color: var(--ink);
  text-decoration: none;
}

.proof-photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 3px solid var(--ink);
  filter: grayscale(0.15) contrast(1.03);
}

.proof-photo span {
  display: block;
  margin-top: 6px;
  font-family: var(--font-mono), monospace;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.denim-question {
  margin-top: 18px;
  padding: 15px;
  background: var(--yellow);
  border: 3px solid var(--ink);
  box-shadow: 5px 5px 0 var(--red);
  transform: rotate(-0.6deg);
}

.denim-question strong {
  color: var(--red);
  font: 900 9px/1.2 var(--font-mono), monospace;
}

.denim-question p {
  margin-top: 8px;
  font-size: 10px;
  line-height: 1.45;
}

.sources {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 36px;
  font: 700 10px/1.4 var(--font-mono), monospace;
}

.sources a {
  color: var(--blue);
  text-underline-offset: 3px;
}

.timeline .latest-photo-card {
  padding: 24px;
}

.latest-photo-card h3 {
  font-size: 34px;
}

.timeline-meme {
  margin: 18px 0 0;
  padding: 8px;
  background: var(--paper);
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 var(--red);
  transform: rotate(0.4deg);
}

.timeline-meme img {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid var(--ink);
}

.timeline-meme figcaption {
  display: grid;
  gap: 6px;
  padding: 13px 3px 4px;
  color: var(--ink);
}

.timeline-meme figcaption strong {
  font: 400 27px/1 var(--font-display), Impact, sans-serif;
}

.timeline-meme figcaption span {
  font: 800 8px/1.5 var(--font-mono), monospace;
}

.mcconnell-standard {
  position: relative;
  overflow: hidden;
  padding: 105px clamp(20px, 6vw, 96px) 65px;
  color: var(--paper);
  background: var(--blue);
  border-top: 5px solid var(--ink);
  border-bottom: 5px solid var(--ink);
}

.mcconnell-standard::after {
  content: "REPLACE?";
  position: absolute;
  right: -42px;
  top: 110px;
  color: #ffffff0e;
  font: 400 clamp(150px, 25vw, 380px)/0.7 var(--font-display), Impact, sans-serif;
  transform: rotate(-8deg);
  pointer-events: none;
}

.standard-stamp {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 11px 15px;
  color: var(--ink);
  background: var(--yellow);
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 var(--red);
  font: 800 11px/1 var(--font-mono), monospace;
  transform: rotate(-2deg);
}

.standard-setup {
  position: relative;
  z-index: 1;
  margin: 48px 0 12px;
  color: var(--yellow);
  font: 800 13px/1 var(--font-mono), monospace;
  letter-spacing: 0.08em;
}

.mcconnell-standard h2 {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0;
  font-size: clamp(66px, 9.4vw, 144px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  text-shadow: 5px 6px 0 var(--ink);
}

.mcconnell-standard h2 span {
  color: var(--red);
  -webkit-text-stroke: 2px var(--ink);
}

.standard-action {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
  align-items: center;
  gap: 55px;
  margin-top: 70px;
  padding: 35px;
  color: var(--ink);
  background: var(--paper);
  border: 4px solid var(--ink);
  box-shadow: 12px 12px 0 var(--red);
}

.standard-action p {
  margin: 0;
  max-width: 700px;
  font: 600 14px/1.6 var(--font-mono), monospace;
}

.standard-action .standard-label {
  margin-bottom: 12px;
  color: var(--red);
  font: 900 18px/1.3 var(--font-mono), monospace;
}

.standard-action a {
  display: block;
  padding: 20px;
  color: var(--ink);
  background: var(--yellow);
  border: 4px solid var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
  text-align: center;
  text-decoration: none;
  font: 900 12px/1.35 var(--font-mono), monospace;
}

.standard-action a:hover {
  background: var(--red);
  color: white;
}

.standard-action a:active {
  transform: translate(4px, 4px);
  box-shadow: 3px 3px 0 var(--ink);
}

.bernie-brief {
  position: relative;
  z-index: 1;
  margin-top: 55px;
  padding: 39px 42px;
  color: var(--paper);
  background: var(--ink);
  border: 4px solid var(--paper);
  box-shadow: 11px 11px 0 var(--yellow);
  transform: rotate(-0.45deg);
}

.bernie-brief p {
  margin: 0;
  max-width: 1000px;
  font: 600 13px/1.7 var(--font-mono), monospace;
}

.bernie-brief .bernie-title {
  margin-bottom: 17px;
  color: var(--yellow);
  font: 400 clamp(47px, 6vw, 85px)/0.95 var(--font-display), Impact, sans-serif;
  letter-spacing: 0.008em;
}

.august-three {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 35px;
  align-items: center;
  margin-top: 48px;
  padding: 32px 36px;
  color: var(--ink);
  background: var(--yellow);
  border: 4px solid var(--ink);
  box-shadow: 11px 11px 0 var(--red);
}

.august-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px 8px;
  background: var(--paper);
  border: 4px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
  transform: rotate(-3deg);
}

.august-date strong {
  font: 900 18px/1 var(--font-mono), monospace;
}

.august-date span {
  color: var(--red);
  font: 400 83px/0.9 var(--font-display), Impact, sans-serif;
}

.august-three p {
  margin: 0;
  font: 650 12px/1.6 var(--font-mono), monospace;
}

.august-three .standard-label {
  margin-bottom: 10px;
  color: var(--red);
  font-weight: 900;
}

.august-three .august-punchline {
  margin-top: 15px;
  font-weight: 900;
}

.standard-fine-print {
  position: relative;
  z-index: 1;
  margin: 42px 0 0;
  color: #f4edddc7;
  font: 700 9px/1.6 var(--font-mono), monospace;
  letter-spacing: 0.045em;
}

.standard-fine-print a {
  margin-left: 9px;
  color: var(--yellow);
  text-underline-offset: 3px;
}

.merch-section {
  padding: 105px clamp(20px, 5vw, 80px) 80px;
  color: var(--paper);
  background: var(--ink);
  border-bottom: 5px solid var(--ink);
}

.merch-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 55px;
}

.merch-heading h2 {
  margin-top: 27px;
  color: var(--yellow);
  font-size: clamp(82px, 11vw, 166px);
  line-height: 0.9;
  letter-spacing: -0.025em;
}

.merch-heading h2 span {
  color: var(--paper);
  text-shadow: 5px 6px 0 var(--red);
}

.merch-heading > p {
  max-width: 430px;
  margin: 0 0 8px;
  padding: 23px;
  color: var(--ink);
  background: var(--yellow);
  border: 3px solid var(--paper);
  box-shadow: 9px 9px 0 var(--red);
  font: 700 14px/1.55 var(--font-mono), monospace;
  transform: rotate(1deg);
}

.merch-heading > p strong {
  color: var(--red);
}

.merch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 80px;
}

.merch-card {
  min-width: 0;
  color: var(--ink);
  background: var(--paper);
  border: 4px solid var(--paper);
  box-shadow: 10px 11px 0 var(--red);
}

.merch-card:nth-child(1) {
  transform: rotate(-0.8deg);
}

.merch-card:nth-child(2) {
  transform: translateY(13px) rotate(0.6deg);
}

.merch-card:nth-child(3) {
  transform: rotate(-0.45deg);
}

.merch-card:nth-child(4) {
  transform: translateY(9px) rotate(0.45deg);
}

.merch-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--blue);
}

.merch-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.merch-image span {
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding: 9px 12px;
  color: var(--ink);
  background: var(--yellow);
  border: 3px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  font: 900 11px/1 var(--font-mono), monospace;
  transform: rotate(-3deg);
}

.merch-dead .merch-image span {
  color: white;
  background: var(--red);
}

.merch-ghost .merch-image span {
  color: var(--paper);
  background: #287cd1;
}

.merch-turtle .merch-image span {
  background: #95a755;
}

.merch-card-copy {
  padding: 25px 22px 24px;
}

.merch-card-copy > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.merch-card-copy p {
  margin: 0;
  font: 400 31px/0.95 var(--font-display), Impact, sans-serif;
}

.merch-card-copy strong {
  color: var(--red);
  font: 900 15px/1 var(--font-mono), monospace;
  white-space: nowrap;
}

.merch-card-copy small {
  display: block;
  min-height: 62px;
  margin-top: 15px;
  font: 600 11px/1.5 var(--font-mono), monospace;
}

.merch-card-copy button {
  width: 100%;
  margin-top: 19px;
  padding: 15px 10px;
  color: var(--paper);
  background: var(--blue);
  border: 3px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  cursor: pointer;
  font: 900 10px/1 var(--font-mono), monospace;
}

.merch-card-copy button:hover {
  background: var(--red);
}

.merch-card-copy button:active {
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 var(--ink);
}

.merch-status {
  min-height: 25px;
  margin: 58px auto 0;
  color: var(--yellow);
  text-align: center;
  font: 900 11px/1.5 var(--font-mono), monospace;
}

.merch-fine-print {
  margin: 18px auto 0;
  max-width: 860px;
  color: #f4edddaa;
  text-align: center;
  font: 700 9px/1.6 var(--font-mono), monospace;
  letter-spacing: 0.045em;
}

.merch-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: #17150fd9;
}

.merch-dialog {
  position: fixed;
  inset: 0;
  width: min(560px, calc(100vw - 34px));
  margin: auto;
  padding: 42px;
  border: 5px solid var(--ink);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 14px 14px 0 var(--red);
}

dialog.merch-dialog::backdrop {
  background: #17150fd9;
}

.merch-dialog-close {
  position: absolute;
  top: 10px;
  right: 13px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: 700 34px/1 var(--font-mono), monospace;
}

.merch-dialog h3 {
  margin: 25px 0 15px;
  font: 400 clamp(62px, 10vw, 94px)/0.82 var(--font-display), Impact, sans-serif;
}

.merch-dialog > p {
  margin: 0 0 24px;
  font: 600 12px/1.55 var(--font-mono), monospace;
}

.merch-dialog form,
.merch-dialog form > label {
  display: flex;
  flex-direction: column;
}

.merch-dialog form {
  gap: 14px;
}

.merch-dialog form > label {
  gap: 8px;
  font: 800 10px/1.3 var(--font-mono), monospace;
}

.merch-dialog input[type="email"] {
  width: 100%;
  padding: 14px;
  border: 3px solid var(--ink);
  color: var(--ink);
  background: white;
  font: 600 14px/1.3 var(--font-mono), monospace;
}

.merch-dialog form > .merch-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 9px;
  text-transform: none;
  font-weight: 600;
}

.merch-consent input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--green);
}

.merch-dialog form > button {
  padding: 16px;
  border: 3px solid var(--ink);
  color: var(--paper);
  background: var(--blue);
  box-shadow: 5px 5px 0 var(--ink);
  cursor: pointer;
  font: 900 10px/1 var(--font-mono), monospace;
}

.merch-dialog-status {
  min-height: 18px;
  margin: 3px 0 0;
  color: var(--red);
  font: 800 9px/1.45 var(--font-mono), monospace;
}

.share-section {
  padding: 105px 20px 110px;
  text-align: center;
  background: var(--yellow);
  border-top: 5px solid var(--ink);
}

.share-section p {
  font: 700 13px/1 var(--font-mono), monospace;
}

.share-section h2 {
  font-size: clamp(65px, 10vw, 145px);
  line-height: 1;
}

.share-section button {
  width: auto;
  min-width: min(440px, 88vw);
  background: var(--red);
  color: white;
  margin-top: 36px;
}

footer {
  background: var(--ink);
  color: var(--paper);
  padding: 30px clamp(20px, 5vw, 80px);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  font: 600 9px/1.6 var(--font-mono), monospace;
  letter-spacing: 0.06em;
}

footer p {
  max-width: 680px;
  margin: 0;
}

@media (max-width: 760px) {
  .lindsey-ghost {
    top: 58%;
    width: 255px;
    height: 330px;
  }

  .lindsey-ghost.side-right {
    right: -10px;
  }

  .lindsey-ghost.side-left {
    left: -10px;
  }

  .lindsey-ghost img {
    right: -32px;
    width: 180px;
  }

  .lindsey-ghost.side-left img {
    right: auto;
    left: -32px;
  }

  .ghost-speech {
    top: 135px;
    left: -4px;
    width: 128px;
    padding: 13px 10px 12px;
    font-size: 10px;
    box-shadow: 4px 4px 0 rgba(38, 121, 218, 0.82);
  }

  .ghost-speech::before {
    right: -62px;
    top: 47px;
    width: 62px;
    height: 20px;
  }

  .ghost-speech::after {
    right: -57px;
    top: 51px;
    width: 57px;
    height: 12px;
  }

  .lindsey-ghost.side-left .ghost-speech {
    right: -4px;
  }

  .lindsey-ghost.side-left .ghost-speech::before {
    left: -62px;
  }

  .lindsey-ghost.side-left .ghost-speech::after {
    left: -57px;
  }

  .site-header {
    height: 62px;
  }

  .mini-share {
    box-shadow: 3px 3px 0 var(--ink);
  }

  .hero {
    min-height: 830px;
    padding-top: 42px;
  }

  h1 {
    font-size: clamp(62px, 21vw, 108px);
  }

  h1 span {
    text-shadow: 2px 3px 0 var(--ink);
    -webkit-text-stroke: 1px var(--ink);
  }

  .hero-stage {
    height: 385px;
  }

  .mitch-stack {
    height: 420px;
    width: min(280px, 80vw);
  }

  .speech-bubble {
    right: -8px;
    top: 38px;
    padding: 18px 19px 16px;
    font-size: 10px;
    box-shadow: 4px 4px 0 var(--ink);
  }

  .stamp-left {
    left: -14px;
    top: 93px;
    font-size: 15px;
  }

  .official-ribbon {
    bottom: -11px;
    font-size: 11px;
  }

  .clock-wrap {
    margin-top: 41px;
  }

  .counter {
    gap: 4px;
  }

  .counter-card strong {
    min-width: 60px;
    font-size: 30px;
  }

  .colon {
    font-size: 28px;
  }

  .vote-section,
  .facts-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .vote-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .versus {
    margin: -14px auto;
  }

  .vote-card {
    min-height: 270px;
  }

  .meter-section {
    grid-template-columns: 1fr;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .meter-machine {
    transform: none;
    padding: 22px;
  }

  .sightings-heading {
    display: block;
  }

  .sightings-heading > p {
    margin-top: 40px;
  }

  .sightings-heading h2 {
    font-size: clamp(66px, 20vw, 104px);
  }

  .sightings-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .sightings-grid figure:nth-child(2) {
    transform: rotate(1.1deg);
  }

  .mcconnell-standard {
    padding-top: 75px;
  }

  .mcconnell-standard h2 {
    font-size: clamp(54px, 16vw, 88px);
    line-height: 0.98;
  }

  .standard-action {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 52px;
    padding: 24px;
  }

  .standard-action a {
    min-width: 0;
  }

  .bernie-brief {
    padding: 30px 24px;
  }

  .august-three {
    grid-template-columns: 1fr;
    padding: 25px;
  }

  .august-date {
    width: 126px;
  }

  .merch-heading {
    display: block;
  }

  .merch-heading h2 {
    font-size: clamp(66px, 20vw, 108px);
  }

  .merch-heading > p {
    margin-top: 45px;
  }

  .merch-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 60px;
  }

  .merch-card:nth-child(2) {
    transform: rotate(0.6deg);
  }

  .sighting-submit {
    grid-template-columns: 1fr;
    padding: 30px 22px;
  }

  .facts-heading {
    display: block;
  }

  .facts-heading h2 {
    text-align: left;
    margin-top: 25px;
    white-space: normal;
    font-size: clamp(58px, 18vw, 88px);
    line-height: 0.94;
  }

  .timeline-meme figcaption strong {
    font-size: 34px;
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline article + article {
    border-left: 0;
    border-top: 3px solid var(--ink);
  }

  footer {
    flex-direction: column;
  }
}

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