:root {
  --bg: #080a08;
  --panel: #101510;
  --paper: #e8e3cf;
  --acid: #39ff5f;
  --acid2: #87ff96;
  --ink: #050505;
  --muted: #8a927f;
  --warning: #f1d04a;
  --danger: #ff3b30;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 20% -10%, rgba(57, 255, 95, 0.18), transparent 28rem),
    linear-gradient(rgba(57, 255, 95, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(57, 255, 95, 0.035) 1px, transparent 1px),
    var(--bg);
  background-size: auto, 36px 36px, 36px 36px, auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  line-height: 1.35;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.nav {
  width: min(1160px, calc(100% - 24px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 14px auto;
  padding: 10px 12px;
  border: 1px solid rgba(57, 255, 95, 0.55);
  background: rgba(8, 10, 8, 0.92);
  box-shadow: 0 0 0 1px #000, 0 0 28px rgba(57, 255, 95, 0.16);
}

.mark { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; }
.mark img { width: 46px; height: 46px; border: 1px solid var(--acid); background: var(--paper); object-fit: cover; }
.mark span { color: var(--acid); font-size: 1.1rem; }

.nav nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; font-size: 0.82rem; text-transform: uppercase; }
.nav nav a { padding: 8px 10px; border: 1px solid rgba(232, 227, 207, 0.28); color: var(--paper); }
.nav nav a:hover { border-color: var(--acid); color: var(--acid); }

main, footer { width: min(1160px, calc(100% - 24px)); margin-inline: auto; }

.hero, .case, .audit, .steps article, .eu, .join {
  border: 1px solid rgba(57, 255, 95, 0.55);
  background: rgba(16, 21, 16, 0.94);
  box-shadow: 10px 10px 0 #000;
}

.hero { overflow: hidden; }
.banner { width: 100%; min-height: 190px; object-fit: cover; border-bottom: 1px solid rgba(57, 255, 95, 0.55); filter: saturate(1.08) contrast(1.08); }

.hero-floor { display: grid; grid-template-columns: minmax(0, 1fr) 330px; }
.headline { padding: 34px; background: linear-gradient(135deg, rgba(57, 255, 95, 0.08), transparent 42%); }

.stamp {
  width: fit-content;
  margin: 0 0 18px;
  padding: 6px 8px;
  border: 1px dashed var(--acid);
  color: var(--acid);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 18px;
  color: var(--acid);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(4.2rem, 15vw, 12rem);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(57, 255, 95, 0.55), 5px 5px 0 #000;
}

h2 {
  margin-bottom: 18px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.4rem, 7vw, 6rem);
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 12px;
  color: var(--acid);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2rem;
  line-height: 0.9;
  text-transform: uppercase;
}

.lead, .file p, .steps p, .eu p:last-child { max-width: 760px; font-size: 1.05rem; font-weight: 800; color: #d5d6c8; }
.lead { font-size: clamp(1.1rem, 2vw, 1.45rem); }

.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid var(--acid);
  background: #0a0d0a;
  color: var(--acid);
  font-weight: 900;
  text-transform: uppercase;
}
.btn:hover { background: var(--acid); color: var(--ink); }
.btn.hot { background: var(--acid); color: var(--ink); box-shadow: 0 0 18px rgba(57, 255, 95, 0.34); }
.btn.hot:hover { background: var(--paper); }

.receipt {
  border-left: 1px solid rgba(57, 255, 95, 0.55);
  background: var(--paper);
  color: var(--ink);
  padding: 22px;
}
.receipt > p { margin-bottom: 18px; font-weight: 900; text-align: center; border-bottom: 2px dashed var(--ink); padding-bottom: 12px; }
dl, dd { margin: 0; }
.receipt div { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px dashed rgba(5, 5, 5, 0.45); }
.receipt dt { color: #525646; text-transform: uppercase; }
.receipt dd { font-weight: 900; text-align: right; }
.receipt b { display: block; margin-top: 18px; padding: 12px; border: 3px solid var(--ink); color: var(--danger); text-align: center; transform: rotate(-2deg); }

.crawl { overflow: hidden; margin: 18px 0; border-block: 1px solid var(--acid); background: #000; color: var(--acid); }
.crawl div { width: max-content; display: flex; gap: 34px; padding: 13px 0; animation: crawl 18s linear infinite; }
.crawl span { font-family: Impact, sans-serif; font-size: clamp(1.6rem, 4vw, 3.5rem); white-space: nowrap; }

.case { display: grid; grid-template-columns: 360px minmax(0, 1fr); margin-bottom: 18px; }
.mugshot { display: grid; place-items: center; min-height: 400px; border-right: 1px solid rgba(57, 255, 95, 0.55); background: repeating-linear-gradient(90deg, #d9d5c5 0 24px, #c9c4b1 24px 48px); }
.mugshot img { width: min(82%, 290px); border: 1px solid var(--ink); background: var(--paper); filter: grayscale(0.2) contrast(1.08); }
.file { padding: 32px; }

.audit { margin-bottom: 18px; padding: 28px; }
.audit h2 { color: var(--warning); }
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(57, 255, 95, 0.55); border: 1px solid rgba(57, 255, 95, 0.55); }
.grid article { min-height: 190px; padding: 18px; background: #0b0f0b; }
.grid span { color: var(--danger); font-weight: 900; }
.grid b { display: block; margin: 28px 0 10px; color: var(--acid); font-size: 1.25rem; text-transform: uppercase; }
.grid p { margin-bottom: 0; color: #c8c9bc; font-weight: 800; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 18px; }
.steps article { min-height: 260px; padding: 22px; }
.steps small { display: block; margin-bottom: 70px; color: var(--warning); font-weight: 900; }

.eu { margin-bottom: 18px; padding: 30px; border-color: var(--warning); }
.eu h2 { max-width: 900px; color: var(--warning); }
.eu p:last-child { max-width: 980px; margin-bottom: 0; }

.join { margin-bottom: 18px; padding: 30px; background: linear-gradient(135deg, rgba(57, 255, 95, 0.14), rgba(16, 21, 16, 0.96)); }
.join h2 { color: var(--acid); }

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 28px;
  padding: 18px 0;
  color: var(--muted);
  font-weight: 900;
}
footer span:first-child { color: var(--acid); }

@keyframes crawl { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .crawl div { animation: none; }
}

@media (max-width: 880px) {
  .nav { align-items: flex-start; flex-direction: column; }
  .nav nav { justify-content: flex-start; }
  .hero-floor, .case, .grid, .steps { grid-template-columns: 1fr; }
  .receipt, .mugshot { border-left: 0; border-right: 0; border-top: 1px solid rgba(57, 255, 95, 0.55); }
  .headline, .file, .audit, .eu, .join { padding: 24px; }
}

@media (max-width: 540px) {
  .hero, .case, .audit, .steps article, .eu, .join { box-shadow: 5px 5px 0 #000; }
  .banner { min-height: 155px; }
  h1 { font-size: clamp(3.6rem, 18vw, 5.8rem); }
  h2 { font-size: clamp(2rem, 12vw, 3.5rem); }
  .actions { flex-direction: column; }
  .btn { width: 100%; }
}
