:root {
  --ink: #090909;
  --paper: #f8f5ef;
  --white: #fffdf8;
  --red: #b40910;
  --red-hot: #dc111b;
  --blue: #72c7ef;
  --line: rgba(9, 9, 9, 0.16);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", system-ui, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.55) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.55) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.42;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 74px;
  padding: 12px clamp(18px, 4vw, 54px);
  border-bottom: 3px solid var(--ink);
  background: rgba(248, 245, 239, 0.92);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-size: clamp(1rem, 2.4vw, 1.55rem);
  line-height: 1;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  object-fit: cover;
  background: var(--white);
}

.nav-links,
.site-footer div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-links a,
.site-footer a,
.button,
.contract-box button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 3px solid var(--ink);
  border-radius: 4px;
  background: var(--white);
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.nav-links a:hover,
.site-footer a:hover,
.button:hover,
.contract-box button:hover:not(:disabled) {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}

.hero {
  display: grid;
  border-bottom: 5px solid var(--ink);
  background: var(--white);
}

.hero-art {
  position: relative;
  height: clamp(330px, 38vw, 540px);
  border-bottom: 5px solid var(--ink);
  background: var(--white);
  overflow: hidden;
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-copy {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 16px;
  padding: clamp(24px, 4vw, 42px) 18px clamp(26px, 4.5vw, 48px);
  overflow: hidden;
  text-align: center;
}

.kicker {
  margin: 0;
  color: var(--red);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 100%;
  margin-bottom: 0;
  color: var(--red);
  font-size: clamp(4.5rem, 15vw, 9.2rem);
  line-height: 0.82;
  overflow-wrap: anywhere;
  text-shadow: 6px 6px 0 var(--ink);
  text-transform: uppercase;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2.2rem, 6vw, 5.2rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.tagline {
  max-width: 780px;
  margin-bottom: 8px;
  font-size: clamp(1.7rem, 4vw, 3.2rem);
  line-height: 0.98;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.button {
  min-width: min(220px, 100%);
  max-width: calc(100% - 8px);
  min-height: 56px;
  font-size: 1.22rem;
}

.button.primary {
  color: var(--white);
  background: var(--red);
}

.button.secondary {
  background: var(--blue);
}

.ticker-strip {
  display: flex;
  gap: 26px;
  overflow: hidden;
  padding: 18px clamp(18px, 4vw, 54px);
  border-bottom: 5px solid var(--ink);
  color: var(--white);
  background: var(--ink);
  font-size: clamp(1.2rem, 3vw, 2.1rem);
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker-strip span {
  flex: 0 0 auto;
}

.about-section,
.meme-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(44px, 8vw, 96px) clamp(18px, 4vw, 54px);
  border-bottom: 5px solid var(--ink);
}

.section-copy p:not(.kicker),
.fine-print,
.site-footer p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 1.9vw, 1.22rem);
  font-weight: 800;
  line-height: 1.45;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.stat-grid article {
  min-height: 150px;
  padding: 18px;
  border: 4px solid var(--ink);
  border-radius: 6px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.stat-grid strong {
  display: block;
  color: var(--red);
  font-size: clamp(2.7rem, 7vw, 5rem);
  line-height: 0.9;
}

.stat-grid span {
  display: block;
  margin-top: 10px;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
}

.meme-panel {
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1fr);
  background: var(--white);
}

.meme-panel img {
  width: min(430px, 100%);
  border: 5px solid var(--ink);
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.contract-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  max-width: 620px;
  padding: 10px;
  border: 4px solid var(--ink);
  border-radius: 6px;
  background: var(--paper);
}

.contract-box span {
  min-width: 0;
  padding: 12px 10px;
  overflow-wrap: anywhere;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 900;
}

.contract-box button {
  min-width: 94px;
}

.contract-box button:disabled {
  color: rgba(9, 9, 9, 0.4);
  box-shadow: none;
  cursor: not-allowed;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(18px, 4vw, 54px);
  color: var(--white);
  background: var(--ink);
}

.site-footer p {
  max-width: 860px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer a {
  color: var(--ink);
}

@media (max-width: 860px) {
  .site-header,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .nav-links,
  .site-footer div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 8px;
  }

  .nav-links a,
  .site-footer a {
    min-width: 0;
    box-shadow: 3px 3px 0 var(--ink);
  }

  .hero-art,
  .hero-art img {
    height: 330px;
  }

  .about-section,
  .meme-panel {
    grid-template-columns: 1fr;
  }

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

  .meme-panel img {
    justify-self: center;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-links a,
  .site-footer a {
    box-shadow: none;
  }

  .brand span {
    white-space: normal;
  }

  .hero {
    min-height: auto;
  }

  .hero-art,
  .hero-art img {
    height: 300px;
  }

  h1 {
    max-width: calc(100vw - 48px);
    font-size: clamp(2.8rem, 15.5vw, 3.75rem);
    text-shadow: 3px 3px 0 var(--ink);
  }

  .tagline {
    max-width: min(310px, calc(100vw - 56px));
    font-size: clamp(1.12rem, 5.2vw, 1.28rem);
    line-height: 1.08;
    text-wrap: balance;
  }

  .contract-box {
    grid-template-columns: 1fr;
  }
}
