@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Special+Elite&family=Source+Sans+3:wght@400;600;700;800&display=swap");

:root {
  --bg: #f8edd7;
  --ink: #161316;
  --muted: #54484d;
  --card: rgba(255, 250, 240, 0.92);
  --line: #20171b;
  --accent: #c32026;
  --accent-2: #0d4866;
  --paper-shadow: 0 10px 0 #1b1719, 0 22px 40px rgba(9, 7, 8, 0.22);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  font-family: "Source Sans 3", "Trebuchet MS", sans-serif;
  color: var(--ink);
  line-height: 1.55;
  background:
    radial-gradient(circle at 1px 1px, rgba(0, 0, 0, 0.09) 1px, transparent 0) 0 0 / 14px 14px,
    linear-gradient(150deg, #ffe4c3 0%, #ffefdf 45%, #e4eef8 100%);
}

.bg-shape {
  position: fixed;
  z-index: -1;
  border-radius: 999px;
  filter: blur(30px);
  opacity: 0.48;
}

.bg-shape-a {
  width: 26rem;
  height: 26rem;
  background: #ec4f2c;
  left: -8rem;
  top: 13rem;
}

.bg-shape-b {
  width: 24rem;
  height: 24rem;
  background: #2c7ea0;
  right: -7rem;
  top: 34rem;
}

.site-header {
  position: sticky;
  top: 0;
  backdrop-filter: blur(7px);
  background: rgba(248, 237, 215, 0.92);
  border-bottom: 3px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 1rem;
  z-index: 50;
}

.brand {
  color: var(--ink);
  text-decoration: none;
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 1.65rem;
  letter-spacing: 0.04em;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.94rem;
  border-bottom: 2px solid transparent;
}

nav a:hover {
  border-bottom-color: var(--accent);
}

main {
  width: min(1080px, 92vw);
  margin: 2.2rem auto 5rem;
  display: grid;
  gap: 1.35rem;
}

.hero,
.panel {
  background: var(--card);
  border: 3px solid var(--line);
  box-shadow: var(--paper-shadow);
  padding: clamp(1rem, 2.2vw, 2rem);
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "EVIDENCE";
  position: absolute;
  right: -1rem;
  top: 0.6rem;
  transform: rotate(8deg);
  background: #f5d262;
  border: 2px solid var(--line);
  padding: 0.1rem 0.6rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.breaking {
  display: inline-block;
  margin: 0;
  padding: 0.25rem 0.55rem;
  background: var(--accent);
  border: 2px solid #000;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--accent-2);
  margin: 0.55rem 0 0;
}

h1,
h2,
h3 {
  font-family: "Bebas Neue", "Impact", sans-serif;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

h1 {
  margin: 0.55rem 0 0.85rem;
  font-size: clamp(2.5rem, 7.3vw, 5rem);
}

h2 {
  margin-top: 0;
  font-size: clamp(1.9rem, 4.2vw, 3rem);
}

h3 {
  font-size: 1.3rem;
}

.lead {
  max-width: 68ch;
  font-size: 1.1rem;
}

.hero-actions {
  margin: 1.2rem 0 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  border-radius: 0;
  padding: 0.72rem 1.15rem;
  text-decoration: none;
  display: inline-block;
  font-weight: 800;
  border: 2px solid #111;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(100deg, var(--accent), #ef5329);
}

.btn-secondary {
  color: var(--accent-2);
  background: #d9edf5;
}

.notice {
  margin-bottom: 0;
  color: #41363b;
}

.live-pill {
  display: inline-block;
  background: #d91313;
  color: #fff;
  border: 2px solid #111;
  padding: 0.02rem 0.4rem;
  margin-right: 0.35rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.06em;
}

.feed-grid {
  display: grid;
  gap: 0.9rem;
}

.feed-column {
  background: #fff;
  border: 2px solid var(--line);
  padding: 0.7rem;
}

.feed-column h3 {
  margin-top: 0;
}

.feed-list {
  display: grid;
  gap: 0.65rem;
  max-height: 560px;
  overflow: auto;
}

.feed-item {
  border: 1px solid #1a1619;
  padding: 0.6rem;
  background: #fbfaf8;
}

.feed-item h4 {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.01rem;
}

.feed-item p {
  margin: 0.35rem 0 0;
}

.feed-meta {
  color: #4f4348;
  font-size: 0.84rem;
  font-weight: 700;
}

.feed-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.chip {
  display: inline-block;
  border: 1px solid #151215;
  padding: 0.1rem 0.35rem;
  font-size: 0.78rem;
  background: #f5e8d4;
}

.x-spotlight {
  display: grid;
  gap: 0.9rem;
}

.x-spotlight blockquote.twitter-tweet {
  margin: 0;
}

.clips-grid {
  display: grid;
  gap: 0.9rem;
}

.clip-card {
  margin: 0;
  background: #fff;
  border: 2px solid var(--line);
  padding: 0.5rem;
  box-shadow: 0 6px 0 #191417;
}

.clip-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  border: 2px solid #1a1619;
}

.clip-card figcaption {
  margin-top: 0.45rem;
  font-size: 0.88rem;
}

.timeline {
  display: grid;
  gap: 0.8rem;
}

.timeline article {
  background: #fff;
  border: 2px solid var(--line);
  border-left: 8px solid var(--accent-2);
  padding: 0.7rem 0.9rem;
}

.timeline h3 {
  margin: 0.1rem 0;
}

.timeline p {
  margin: 0;
}

.checklist {
  columns: 1;
}

.intake-form {
  display: grid;
  gap: 0.85rem;
}

.intake-form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 700;
}

input,
select,
textarea {
  border: 2px solid #131013;
  border-radius: 0;
  padding: 0.65rem 0.75rem;
  font: inherit;
  color: var(--ink);
  background: #fff;
}

textarea {
  resize: vertical;
}

.consent {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 600;
}

.consent input[type="checkbox"] {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0;
}

.contact-direct {
  margin-top: 1rem;
}

.form-status {
  margin-top: 0.8rem;
  padding: 0.55rem 0.7rem;
  border: 2px solid #1a1619;
  background: #fff;
  font-weight: 700;
}

.form-status.info {
  background: #eef7fb;
}

.form-status.success {
  background: #eaf9ec;
}

.form-status.warn {
  background: #fff3dd;
}

.fine-print {
  color: #4a3f45;
  font-size: 0.9rem;
}

#sources ol {
  padding-left: 1.2rem;
}

#sources li {
  margin-bottom: 0.45rem;
}

#sources a,
.panel a {
  color: #0f4568;
}

.site-footer {
  border-top: 3px solid var(--line);
  padding: 1rem;
  text-align: center;
  color: var(--muted);
  font-family: "Special Elite", serif;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  animation: rise 0.6s ease forwards;
}

.reveal:nth-child(2) { animation-delay: 80ms; }
.reveal:nth-child(3) { animation-delay: 140ms; }
.reveal:nth-child(4) { animation-delay: 200ms; }
.reveal:nth-child(5) { animation-delay: 260ms; }
.reveal:nth-child(6) { animation-delay: 320ms; }

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 860px) {
  .timeline {
    grid-template-columns: 1fr 1fr;
  }

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

  .x-spotlight {
    grid-template-columns: 1fr 1fr;
  }

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

  .checklist {
    columns: 2;
    column-gap: 2rem;
  }
}
