:root {
  --ink: #15140f;
  --paper: #fff8dc;
  --yellow: #ffef3f;
  --pink: #ff5fa2;
  --blue: #45b7ff;
  --green: #31d77b;
  --white: #fffef6;
  --border: 3px solid var(--ink);
  --shadow: 7px 7px 0 var(--ink);
  --radius: 18px;
  --display: "Archivo Black", Impact, sans-serif;
  --mono: "DM Mono", "Courier New", monospace;
  --body: "Space Mono", "Courier New", monospace;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 95, 162, 0.22), transparent 24rem),
    radial-gradient(circle at 86% 26%, rgba(69, 183, 255, 0.25), transparent 28rem),
    var(--paper);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.6;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(21, 20, 15, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 20, 15, 0.055) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
}

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

button {
  font: inherit;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  transform: translateY(-160%);
  border: var(--border);
  background: var(--yellow);
  font-weight: 700;
}

.skip-link:focus {
  transform: none;
}

:focus-visible {
  outline: 4px solid var(--blue);
  outline-offset: 4px;
}

.page-noise {
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image: repeating-linear-gradient(
    115deg,
    transparent 0,
    transparent 3px,
    rgba(21, 20, 15, 0.08) 3px,
    rgba(21, 20, 15, 0.08) 4px
  );
  mix-blend-mode: multiply;
}

.site-header {
  position: relative;
  z-index: 30;
  display: flex;
  max-width: 1440px;
  min-height: 96px;
  margin: 0 auto;
  padding: 1.25rem clamp(1.25rem, 4vw, 4.5rem);
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: var(--border);
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.logo-mark {
  padding: 0.35rem 0.6rem;
  transform: rotate(-2deg);
  border: var(--border);
  background: var(--yellow);
  box-shadow: 3px 3px 0 var(--ink);
  font-family: var(--display);
  font-size: 1.25rem;
  line-height: 1;
}

.logo-note,
.section-number,
.eyebrow,
.machine-top,
.machine-result,
.stat span,
footer {
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.4rem);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

nav a {
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

nav a:hover {
  text-decoration-color: var(--pink);
}

.nav-button {
  min-height: 44px;
  padding: 0.65rem 0.9rem;
  border: 2px solid var(--ink);
  background: var(--white);
  box-shadow: 3px 3px 0 var(--ink);
  text-decoration: none;
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease);
}

.nav-button:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 var(--ink);
}

.hero {
  display: grid;
  max-width: 1440px;
  min-height: calc(100vh - 96px);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 4vw, 4.5rem);
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.72fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}

.hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 1.5rem;
  padding: 0.45rem 0.7rem;
  align-items: center;
  gap: 0.55rem;
  border: 2px solid var(--ink);
  background: var(--white);
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(49, 215, 123, 0.25);
}

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

h1 {
  max-width: 820px;
  margin-bottom: 1.5rem;
  font-family: var(--display);
  font-size: clamp(4rem, 9.5vw, 9rem);
  letter-spacing: -0.075em;
  line-height: 0.77;
  text-transform: uppercase;
}

h1 span {
  position: relative;
  display: inline-block;
  color: var(--pink);
  -webkit-text-stroke: 2px var(--ink);
  text-shadow: 6px 6px 0 var(--ink);
}

.hero-disclaimer {
  max-width: 580px;
  margin-bottom: 2rem;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.button {
  display: inline-flex;
  min-height: 54px;
  padding: 0.85rem 1.15rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: var(--border);
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), background 180ms ease;
}

.button svg,
.fake-link svg,
.lever-button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: square;
}

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

.button-primary {
  background: var(--yellow);
}

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

.hero-machine {
  position: relative;
  width: min(100%, 440px);
  padding: 1rem;
  justify-self: end;
  transform: rotate(2deg);
  border: 4px solid var(--ink);
  border-radius: 24px 24px 14px 14px;
  background: var(--pink);
  box-shadow: 14px 14px 0 var(--ink);
}

.machine-top {
  display: flex;
  padding: 0.4rem 0.25rem 1rem;
  align-items: center;
  justify-content: space-between;
}

.machine-light {
  width: 13px;
  height: 13px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  animation: blink 1.4s steps(2, end) infinite;
}

.machine-screen {
  display: grid;
  padding: 1rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  border: 4px solid var(--ink);
  border-radius: 12px;
  background: var(--ink);
  box-shadow: inset 0 0 0 4px var(--white);
}

.reel {
  display: grid;
  min-width: 0;
  aspect-ratio: 1 / 1.05;
  place-items: center;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  font-family: var(--display);
  font-size: clamp(1.25rem, 4vw, 2.4rem);
  line-height: 1;
}

.reel.spinning {
  animation: reel-spin 160ms linear infinite;
}

.machine-result {
  min-height: 2.7rem;
  margin: 1rem 0 0.75rem;
  padding: 0.65rem;
  border: 2px dashed var(--ink);
  background: rgba(255, 255, 255, 0.56);
  text-align: center;
}

.lever-button {
  display: flex;
  width: 100%;
  min-height: 58px;
  padding: 0.85rem 1rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: 3px solid var(--ink);
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  cursor: pointer;
  font-family: var(--display);
  font-size: 0.9rem;
  transition: background 180ms ease, color 180ms ease;
}

.lever-button:hover {
  color: var(--ink);
  background: var(--yellow);
}

.hero-machine small {
  display: block;
  margin-top: 0.6rem;
  font-family: var(--mono);
  font-size: 0.64rem;
  text-align: center;
}

.sticker {
  position: absolute;
  top: -38px;
  right: -30px;
  display: grid;
  width: 100px;
  height: 100px;
  place-items: center;
  transform: rotate(12deg);
  border: var(--border);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 5px 5px 0 var(--ink);
  font-family: var(--display);
  font-size: 1rem;
  line-height: 1.05;
  text-align: center;
}

.ticker {
  overflow: hidden;
  border-top: var(--border);
  border-bottom: var(--border);
  background: var(--ink);
  color: var(--yellow);
}

.ticker-track {
  display: flex;
  width: max-content;
  min-height: 58px;
  align-items: center;
  gap: 1.5rem;
  animation: ticker 28s linear infinite;
  font-family: var(--display);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.ticker-track i {
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
  background: var(--pink);
}

.link-section,
.proof-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 4vw, 4.5rem);
}

.section-heading {
  display: grid;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  grid-template-columns: minmax(140px, 0.35fr) 1.3fr 0.8fr;
  gap: 2rem;
  align-items: end;
}

h2 {
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 6vw, 6.2rem);
  letter-spacing: -0.06em;
  line-height: 0.92;
  text-transform: uppercase;
}

.section-heading p,
.proof-copy p {
  margin-bottom: 0;
  font-weight: 700;
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 2.4vw, 2.5rem);
}

.link-card {
  position: relative;
  display: flex;
  min-height: 440px;
  padding: clamp(1.4rem, 2.4vw, 2rem);
  flex-direction: column;
  border: var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease);
}

.link-card:nth-child(2) {
  transform: translateY(2rem) rotate(1deg);
}

.link-card:hover {
  transform: translateY(-6px) rotate(-1deg);
  box-shadow: 12px 12px 0 var(--ink);
}

.link-card:nth-child(2):hover {
  transform: translateY(calc(2rem - 6px)) rotate(0deg);
}

.link-card-yellow {
  background: var(--yellow);
}

.link-card-pink {
  background: var(--pink);
}

.link-card-blue {
  background: var(--blue);
}

.card-index {
  position: absolute;
  top: 1.1rem;
  right: 1.2rem;
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 700;
}

.card-icon {
  width: 72px;
  height: 72px;
  margin-bottom: auto;
  fill: none;
  stroke: var(--ink);
  stroke-width: 3;
  stroke-linecap: square;
  stroke-linejoin: round;
}

.link-card h3 {
  margin: 2.5rem 0 0.75rem;
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.4vw, 2.3rem);
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.link-card p {
  margin-bottom: 1.7rem;
  font-size: 0.9rem;
  font-weight: 700;
}

.fake-link {
  display: flex;
  width: 100%;
  min-height: 50px;
  padding: 0.75rem 0;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-top: 3px solid var(--ink);
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.fake-link:hover svg {
  transform: translate(4px, -4px);
}

.fake-link svg {
  transition: transform 180ms var(--ease);
}

.proof-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(3rem, 8vw, 8rem);
  border-top: var(--border);
}

.proof-copy {
  position: sticky;
  top: 2rem;
  align-self: start;
}

.proof-copy h2 {
  margin: 1rem 0 1.5rem;
}

.stats {
  margin: 0;
}

.stat {
  display: grid;
  padding: 2rem 0;
  grid-template-columns: 1fr auto;
  gap: 0.5rem 1rem;
  align-items: end;
  border-bottom: var(--border);
}

.stat:first-child {
  border-top: var(--border);
}

.stat dt {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.stat dd {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 9vw, 8rem);
  letter-spacing: -0.08em;
  line-height: 0.75;
}

.stat span {
  grid-column: 1 / -1;
  color: rgba(21, 20, 15, 0.68);
}

.final-cta {
  display: flex;
  max-width: min(1310px, calc(100% - 2.5rem));
  margin: 0 auto clamp(1.25rem, 4vw, 4rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  border: 4px solid var(--ink);
  border-radius: 26px;
  background: var(--green);
  box-shadow: 12px 12px 0 var(--ink);
}

.final-cta h2 {
  margin: 0.8rem 0 1rem;
}

.final-cta p {
  margin-bottom: 0;
  font-weight: 700;
}

.button-dark {
  flex: 0 0 auto;
  color: var(--white);
  background: var(--ink);
  box-shadow: 7px 7px 0 rgba(255, 255, 255, 0.85);
}

.button-dark:hover {
  color: var(--ink);
  background: var(--yellow);
}

footer {
  display: flex;
  min-height: 100px;
  padding: 2rem clamp(1.25rem, 4vw, 4.5rem);
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-top: var(--border);
  background: var(--ink);
  color: var(--white);
}

footer p {
  margin-bottom: 0;
}

.toast {
  position: fixed;
  z-index: 100;
  right: 1.25rem;
  bottom: 1.25rem;
  max-width: min(380px, calc(100vw - 2.5rem));
  padding: 1rem 1.2rem;
  transform: translateY(140%);
  border: var(--border);
  background: var(--yellow);
  box-shadow: var(--shadow);
  opacity: 0;
  font-weight: 700;
  transition: transform 260ms var(--ease), opacity 260ms ease;
}

.toast.visible {
  transform: translateY(0);
  opacity: 1;
}

.confetti-layer {
  position: fixed;
  z-index: 90;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.confetti {
  position: absolute;
  top: -24px;
  width: 12px;
  height: 24px;
  border: 2px solid var(--ink);
  animation: confetti-fall 1.8s var(--ease) forwards;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms var(--ease), transform 600ms var(--ease);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-machine.reveal {
  transform: translateY(24px) rotate(2deg);
}

.hero-machine.reveal.visible {
  transform: translateY(0) rotate(2deg);
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

@keyframes blink {
  50% { background: var(--green); }
}

@keyframes reel-spin {
  50% { transform: translateY(4px); filter: blur(2px); }
}

@keyframes confetti-fall {
  to {
    transform: translate3d(var(--drift), 110vh, 0) rotate(760deg);
    opacity: 0.8;
  }
}

@media (max-width: 980px) {
  .site-header nav a:not(.nav-button) {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-machine {
    justify-self: start;
  }

  .section-heading,
  .proof-section {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
  }

  .section-heading p {
    max-width: 640px;
  }

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

  .link-card:last-child {
    grid-column: 1 / -1;
    min-height: 360px;
  }

  .proof-copy {
    position: static;
  }

  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 78px;
    padding-block: 0.8rem;
  }

  .logo-note,
  .nav-button {
    display: none;
  }

  .hero {
    min-height: calc(100vh - 78px);
    padding-top: 3.5rem;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.75rem);
  }

  h1 span {
    -webkit-text-stroke-width: 1.5px;
    text-shadow: 4px 4px 0 var(--ink);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-machine,
  .hero-machine.reveal,
  .hero-machine.reveal.visible {
    width: 100%;
    transform: none;
    box-shadow: 8px 8px 0 var(--ink);
  }

  .sticker {
    top: -42px;
    right: 8px;
    width: 84px;
    height: 84px;
    font-size: 0.82rem;
  }

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

  .link-card,
  .link-card:nth-child(2),
  .link-card:nth-child(2):hover {
    min-height: 390px;
    transform: none;
  }

  .link-card:last-child {
    grid-column: auto;
  }

  .stat dd {
    font-size: 4.6rem;
  }

  .final-cta {
    max-width: calc(100% - 2rem);
    box-shadow: 8px 8px 0 var(--ink);
  }

  .final-cta .button {
    width: 100%;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal,
  .hero-machine.reveal {
    transform: none;
    opacity: 1;
  }
}
