* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  background: #0e0e0e;
  color: #e6e6e6;
  line-height: 1.6;
}

.topbar {
  display: flex;
  justify-content: space-between;
  padding: 16px 32px;
  border-bottom: 1px solid #222;
  font-size: 14px;
}

.logo {
  letter-spacing: 2px;
}

.nav a {
  margin-left: 24px;
  color: #aaa;
  text-decoration: none;
}

.container {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 24px;
}

.hero h1 {
  font-size: 64px;
  letter-spacing: 4px;
}

.tagline {
  margin-top: 16px;
  font-size: 20px;
}

.subline {
  margin-top: 8px;
  color: #aaa;
}

.cta {
  display: inline-block;
  margin-top: 32px;
  color: #e6e6e6;
  text-decoration: none;
  border-bottom: 1px solid #555;
}

.offerings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 96px 0;
}

.card {
  border: 1px solid #222;
  padding: 24px;
}

.card span {
  display: block;
  margin-top: 16px;
  font-size: 12px;
  color: #777;
}

.statement {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 48px 0;
  text-align: center;
  font-size: 20px;
}

.materials {
  margin-top: 64px;
}

.materials ul {
  list-style: none;
  margin-top: 16px;
}

.materials li {
  margin-bottom: 8px;
  color: #bbb;
}

.footer {
  margin-top: 120px;
  padding: 32px;
  border-top: 1px solid #222;
  font-size: 12px;
}

.footer .links a {
  margin-right: 16px;
  color: #666;
  text-decoration: none;
}
.page h1 {
  font-size: 40px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.doc {
  border: 1px solid #222;
  padding: 24px;
  margin-top: 28px;
  background: rgba(255,255,255,0.02);
}

.doc-meta {
  font-size: 12px;
  letter-spacing: 2px;
  color: #777;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.doc h2 {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.redacted {
  background: #111;
  color: #111;
  padding: 0 6px;
  border-radius: 2px;
}

.missing {
  color: #666;
  font-style: italic;
}
.archive-list {
  margin-top: 32px;
}

.archive-item {
  border: 1px solid #222;
  padding: 18px 20px;
  margin-top: 14px;
  background: rgba(255,255,255,0.02);
}

.archive-item a {
  color: #e6e6e6;
  text-decoration: none;
}

.archive-item a:hover {
  text-decoration: underline;
}

.archive-line {
  font-size: 12px;
  letter-spacing: 2px;
  color: #777;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.archive-title {
  font-size: 18px;
  letter-spacing: 1px;
}

.leak {
  margin-top: 10px;
  color: #bbb;
}

.backlink {
  display: inline-block;
  margin-top: 24px;
  color: #aaa;
  text-decoration: none;
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
}
/* =========================
   CONSTITUTION DOCUMENT MODE
   ========================= */

body.constitution {
  background: #f2f2f2;
  color: #111;
  font-family: "Times New Roman", Georgia, serif;
  line-height: 1.8;
}

body.constitution .topbar {
  background: #e6e6e6;
  border-bottom: 1px solid #bbb;
}

body.constitution .logo,
body.constitution .nav a {
  color: #111;
}

body.constitution .nav a {
  opacity: 0.6;
}

body.constitution .container {
  max-width: 760px;
  margin: 96px auto;
  body.constitution .container{
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(2px);
}
  padding: 64px 72px;
  box-shadow: 0 0 0 1px #ccc;
}

/* Title */
body.constitution h1 {
  font-size: 28px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 48px;
}

/* Subtitle */
body.constitution .subline {
  text-align: center;
  font-size: 12px;
  color: #666;
  letter-spacing: 1px;
  margin-bottom: 64px;
}

/* Document blocks */
body.constitution .doc {
  border: none;
  padding: 0;
  margin-bottom: 48px;
  background: none;
}

/* Section labels */
body.constitution .doc-meta {
  font-size: 11px;
  letter-spacing: 2px;
  color: #444;
  margin-bottom: 16px;
}

/* Section headers */
body.constitution h2 {
  font-size: 16px;
  letter-spacing: 1px;
  margin: 32px 0 12px;
}

/* Redactions */
body.constitution .redacted {
  background: #000;
  color: #000;
}

/* Missing / undefined */
body.constitution .missing {
  font-size: 12px;
  color: #777;
  font-style: italic;
}

/* Footer link */
body.constitution a {
  color: #444;
}
/* Constitution seal */

body.constitution .constitution-seal {
  text-align: center;
  margin-bottom: 32px;
}

body.constitution .constitution-seal img {
  width: 72px;
  opacity: 0.85;
}
/* INDEX background stage */
.has-hero-bg {
  position: relative;
  min-height: 100vh;
}

.bg-stage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("Assets/img/extraturebuilding.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

/* Dark overlay for legibility + corporate uncanniness */
.bg-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.65) 0%,
    rgba(0,0,0,0.78) 55%,
    rgba(0,0,0,0.9) 100%
  );
}

/* Put all real content above background */
.site-layer {
  position: relative;
  z-index: 1;
}
.bg-report {
  position: fixed;
  inset: 0;
  background-image: url("/Assets/img/reportbackground.png"); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(1.5px) brightness(0.7) contrast(1.1);
opacity: 0.4;
  z-index: -1;
}
/* ============================= */
/* Constitution Background      */
/* ============================= */
.constitution-bg{
  position: fixed;
  inset: 0;
  background-image: url("Assets/img/constitution.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(20%) contrast(105%);
  opacity: 0.22;
  z-index: 0;
  pointer-events: none;
}
body.constitution .topbar,
body.constitution .container{
  position: relative;
  z-index: 1;
}
/* ============================= */
/* Contact Background            */
/* ============================= */

.bg-contact {
  position: fixed;
  inset: 0;
  background-image: url("Assets/img/contact.png"); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(1.2px) brightness(0.85) contrast(1.05);
  opacity: 0.28;
  z-index: -1;
}

/* keep content above the background */
body.contact .topbar,
body.contact .container {
  position: relative;
  z-index: 1;
}
.stamp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  font-size: 11px;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.3);
  pointer-events: none;
}
.byline {
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888;
}
.disclaimer {
  max-width: 900px;
  margin: 64px auto 0;
  padding: 0 24px;
  text-align: right;

  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #666;
}
/* ============================= */
/* Paid Artefacts (Unindexed)    */
/* ============================= */

body.paid-artefacts .container {
  max-width: 900px;
}

body.paid-artefacts .doc {
  background: rgba(255,255,255,0.02);
}

.artefact-item {
  border: 1px solid #222;
  padding: 18px 20px;
  margin-top: 14px;
  background: rgba(255,255,255,0.02);
}

.artefact-item a:hover {
  text-decoration: underline;
}

body.paid-artefacts h1 {
  letter-spacing: 3px;
}
/* ============================= */
/* Casino page: single “draft”   */
/* ============================= */

body.casino .casino-page h1{
  letter-spacing: 6px;
}

body.casino .casino-scroll{
  margin-top: 28px;
  border: 1px solid #222;
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(2px);
  padding: 22px 22px;
}

body.casino pre.casino-text{
  white-space: pre-wrap;
  word-break: break-word;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  line-height: 1.65;
  letter-spacing: 0.2px;
  color: rgba(230,230,230,0.92);
}

body.casino .subline{
  opacity: 0.75;
}
body.logfile .doc {
  background: rgba(255,255,255,0.015);
  border: 1px solid #1f1f1f;
}

body.logfile .doc,
body.logfile .doc p,
body.logfile .doc-meta,
body.logfile .missing {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  letter-spacing: 0.2px;
}

body.logfile .doc p {
  font-size: 13px;
  line-height: 1.75;
}

body.logfile .doc p strong {
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
body.constitution {
  background: #f2f2f2;
  color: #111;
  font-family: "Times New Roman", Georgia, serif;
  line-height: 1.8;

  font-size: 24px; 
}
body.constitution .doc p {
  font-size: 21px;
}