:root {
  --black: #050504;
  --ink: #11110f;
  --yellow: #ffd20a;
  --yellow-soft: #ffe15b;
  --cream: #fff9e8;
  --cream-2: #f6f0df;
  --muted: #c8c0aa;
  --line: #171712;
  --shadow: #d6aa00;
  --radius-lg: 42px;
  --radius-md: 28px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--cream);
  background-color: var(--black);
  background-image: url("./images/bg-pattern.png");
  background-repeat: repeat;
  background-size: 560px auto;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-pad {
  padding: 92px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 20px 0 10px;
}

.top-nav {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 8px 10px 8px 18px;
  color: var(--ink);
  background: var(--yellow);
  border: 3px solid var(--ink);
  border-radius: 999px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 86px;
}

.brand img,
.footer-logo img {
  width: 86px;
  height: 28px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex: 1;
  font-size: 13px;
  font-weight: 800;
}

.nav-links a {
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.nav-links a:hover {
  opacity: 0.68;
  transform: translateY(-1px);
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 999px;
  font-weight: 900;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.nav-cta {
  padding: 0 18px;
  color: var(--cream);
  background: var(--ink);
  font-size: 12px;
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--cream);
  cursor: pointer;
}

.nav-toggle span {
  width: 16px;
  height: 3px;
  background: var(--ink);
  border-radius: 999px;
}

.hero {
  padding-top: 72px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  align-items: center;
  gap: 54px;
}

.eyebrow,
.tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 12px;
  margin: 0 0 14px;
  color: var(--ink);
  background: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
}

.tag.dark {
  background: var(--ink);
  color: var(--cream);
}

.tag.light {
  background: var(--cream);
}

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

h1 {
  max-width: 630px;
  margin-bottom: 26px;
  color: var(--cream);
  font-size: clamp(64px, 6vw, 116px);
  line-height: 0.9;
  letter-spacing: 0;
  font-weight: 900;
}

h1 > span,
h2 > span,
.section-intro h2,
.token-copy h2,
.faq h2 {
  color: var(--yellow);
}

.hero-text {
  max-width: 550px;
  color: var(--cream);
  font-size: 22px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.btn {
  padding: 0 24px;
  color: var(--ink);
  background: var(--cream);
}

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

.btn-secondary {
  color: var(--cream);
  border-color: var(--cream);
  background: transparent;
  box-shadow: none;
}

.btn-dark {
  color: var(--cream);
  background: var(--ink);
  box-shadow: 0 5px 0 #7c6400;
}

.btn:hover,
.nav-cta:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 0 var(--shadow);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.hero-art {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.speech-bubble {
  position: absolute;
  top: 30px;
  right: 36px;
  max-width: 160px;
  padding: 14px 16px;
  color: var(--ink);
  background: var(--cream);
  border: 3px solid var(--ink);
  border-radius: 50%;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.05;
  transform: rotate(8deg);
}

.mascot {
  width: min(100%, 520px);
  min-height: 360px;
  object-fit: contain;
}

.mascot-float {
  animation: floating 5s ease-in-out infinite;
}

.stats {
  padding: 20px 0 80px;
}

.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--cream);
  border: 3px solid var(--ink);
  border-radius: var(--radius-md);
  box-shadow: 8px 8px 0 var(--shadow);
}

.stat-item {
  min-height: 86px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 18px 28px;
  border-right: 2px solid #d9d0ba;
}

.stat-item:last-child {
  border-right: 0;
}

.stat-item strong {
  font-size: 24px;
  line-height: 1;
}

.stat-item span {
  margin-top: 8px;
  color: #575244;
  font-size: 12px;
  font-weight: 800;
}

.section-intro {
  max-width: 790px;
  margin-bottom: 36px;
}

.intro-split,
.feature-heading {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: end;
  gap: 36px;
}

.section-intro h2 {
  margin-bottom: 16px;
  font-size: clamp(42px, 4.2vw, 76px);
  line-height: 0.95;
  letter-spacing: 0;
  font-weight: 900;
}

.section-intro p:not(.tag) {
  max-width: 670px;
  color: var(--cream);
  font-size: 22px;
  line-height: 1.55;
}

.section-mascot {
  justify-self: end;
  min-height: 210px;
  object-fit: contain;
}

.watch-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 28px;
  align-items: stretch;
}

.story-card,
.feature-card,
.agent-card,
.token-note,
.faq-item {
  color: var(--ink);
  background: var(--cream);
  border: 3px solid var(--ink);
  border-radius: var(--radius-md);
  box-shadow: 8px 8px 0 var(--yellow);
}

.story-card {
  min-height: 405px;
  padding: 34px;
  font-size: 18px;
  line-height: 1.58;
}

.story-card strong {
  display: block;
  margin-top: 22px;
  color: var(--yellow);
  text-shadow: 1px 1px 0 var(--ink);
}

.watch-list {
  display: grid;
  gap: 18px;
}

.mini-card,
.utility-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 88px;
  padding: 18px;
  color: var(--ink);
  background: var(--cream);
  border: 3px solid var(--ink);
  border-radius: var(--radius-md);
}

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

.mini-card img,
.feature-card img,
.utility-card img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.mini-card h3,
.feature-card h3,
.utility-card h4,
.agent-card h3 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.05;
}

.mini-card p,
.feature-card p,
.utility-card p,
.agent-card p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.feature-heading {
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: center;
  margin-bottom: 56px;
}

.feature-heading .tag {
  min-height: 64px;
  padding: 0 34px;
  margin-bottom: 42px;
  border: 4px solid #000;
  border-radius: 30px;
  box-shadow: 4px 5px 0 #000;
  font-size: 18px;
}

.feature-heading h2 {
  max-width: 820px;
  margin-bottom: 42px;
  color: var(--yellow);
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 900;
  text-shadow: 4px 5px 0 #000;
}

.feature-subtitle {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--cream);
  font-size: 22px;
  line-height: 1.45;
  font-weight: 500;
}

.feature-mascot {
  width: 390px;
  min-height: 360px;
}

.feature-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.95fr);
  gap: 56px;
  align-items: center;
  margin-bottom: 34px;
  padding: 58px 64px;
  color: #000;
  background: var(--cream);
  border: 4px solid #000;
  border-radius: 36px;
  box-shadow: 10px 12px 0 #000;
}

.feature-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-width: 62px;
  min-height: 48px;
  margin: 0 0 42px;
  padding: 0 20px;
  color: var(--cream);
  background: #000;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
}

.feature-number-core {
  min-width: 136px;
  margin-bottom: 34px;
  color: var(--cream);
}

.feature-hero h3 {
  max-width: 520px;
  margin-bottom: 28px;
  font-size: 56px;
  line-height: 1.02;
  font-weight: 900;
}

.feature-hero p {
  max-width: 650px;
  line-height: 1.45;
}

.feature-hero-actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 44px;
}

.spark-list {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.spark-list li {
  position: relative;
  padding-left: 34px;
}

.spark-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--yellow);
  text-shadow: 1px 1px 0 #000;
}

.feature-hero .spark-list li::before {
  color: var(--yellow);
  text-shadow: 1px 1px 0 #000;
}

.feature-hero .btn-dark {
  min-width: 310px;
  min-height: 54px;
  color: var(--cream);
  background: #000;
  box-shadow: none;
  font-size: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  min-height: 470px;
  padding: 50px 56px;
  color: #000;
  background: var(--cream);
  border: 4px solid #000;
  border-radius: 34px;
  box-shadow: 8px 10px 0 #000;
}

.feature-card .spark-list {
  margin-top: auto;
}

.feature-card h3 {
  max-width: 430px;
  margin-bottom: 24px;
  font-size: 38px;
  line-height: 1.05;
  font-weight: 900;
}

.feature-card p:not(.feature-number) {
  margin-bottom: 86px;
  color: #000;
  line-height: 1.5;
  font-weight: 500;
}

.feature-card.wide {
  grid-column: 1 / -1;
  min-height: 300px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.65fr) minmax(
      260px,
      0.65fr
    );
  gap: 54px;
  align-items: center;
}

.feature-card.wide p:not(.feature-number) {
  margin-bottom: 0;
  max-width: 560px;
}

.agents-panel {
  padding: 76px 72px 70px;
  color: #000;
  background: var(--yellow);
  border: 4px solid #000;
  border-radius: 42px;
  box-shadow: 12px 14px 0 #000;
}

.agents-head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 130px;
}

.agents-head .tag {
  min-height: 62px;
  padding: 0 28px;
  margin-bottom: 46px;
  border-width: 4px;
  box-shadow: 5px 7px 0 #000;
  font-size: 18px;
}

.agents-head h2 {
  margin: 0;
  color: var(--cream);
  font-size: clamp(62px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 900;
  -webkit-text-stroke: 4px #000;
  paint-order: stroke fill;
  text-shadow: 6px 7px 0 #000;
}

.agents-head p:not(.tag) {
  margin: 0;
  color: #000;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 500;
}

.agent-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 76px 44px;
}

.agent-card {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 112px 38px 38px;
  color: #000;
  background: var(--cream);
  border: 4px solid #000;
  border-radius: 28px;
  text-align: center;
  box-shadow: 8px 10px 0 #000;
}

.agent-avatar {
  position: absolute;
  top: -72px;
  left: 50%;
  width: 146px;
  height: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  background: #ffd04a;
  border: 4px solid #000;
  border-radius: 50%;
}

.agent-avatar img {
  width: 112px;
  height: 112px;
  margin: 0;
  object-fit: contain;
}

.agent-card h3 {
  margin: 0 0 18px;
  color: #000;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
}

.agent-traits {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0 0 28px;
  padding: 0 22px;
  color: var(--cream);
  background: #000;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.agent-card p:not(.agent-traits) {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
}

.agent-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 66px;
  margin-top: auto;
  padding: 12px 20px;
  color: #000;
  background: var(--yellow);
  border: 4px solid #000;
  border-radius: 18px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.agent-card a:hover {
  transform: scale(1.03);
  background: var(--yellow-soft);
}

.token-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1fr);
  gap: 54px;
  align-items: stretch;
}

.token-copy h2 {
  margin-bottom: 14px;
  font-size: clamp(46px, 4.5vw, 82px);
  line-height: 0.95;
}

.token-copy > p {
  max-width: 550px;
  font-size: 17px;
  line-height: 1.6;
}

.token-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 34px 0 28px;
}

.token-stats div {
  min-height: 92px;
  padding: 16px;
  color: var(--ink);
  background: var(--cream);
  border: 3px solid var(--ink);
  border-radius: var(--radius-md);
  box-shadow: 6px 6px 0 var(--shadow);
}

.token-stats span {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 4px 8px;
  color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.token-stats strong {
  display: block;
  font-size: 25px;
}

.token-note {
  padding: 26px;
}

.token-note h3,
.token-utility h3 {
  margin-bottom: 16px;
  color: var(--yellow);
  font-size: 30px;
  text-shadow: 1px 1px 0 var(--ink);
}

.token-note p {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.5;
}

.token-utility {
  position: relative;
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.token-mascot {
  position: absolute;
  top: -36px;
  right: 28px;
  width: 260px;
  min-height: 220px;
  object-fit: contain;
}

.utility-card {
  min-height: 96px;
  margin-bottom: 16px;
  color: var(--cream);
  background: #090908;
  border-color: var(--yellow);
  box-shadow: none;
}

.token-utility .utility-card {
  margin-bottom: 24px;
}

.token-utility .utility-card:last-child {
  margin-bottom: 0;
}

.utility-card h4 {
  color: var(--yellow);
}

.utility-card p {
  color: #d9d0ba;
}

.faq .section-intro {
  max-width: 1100px;
  margin-bottom: 40px;
}

.faq .section-intro h2 {
  max-width: none;
  white-space: nowrap;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  color: var(--ink);
  background: transparent;
  border: 0;
  text-align: left;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

.faq-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 50%;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 240ms ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 24px 22px;
  color: #4d4738;
  line-height: 1.55;
  font-weight: 700;
}

.faq-item.is-open .faq-icon {
  content: "-";
}

.site-footer {
  margin-top: 34px;
  padding: 34px 0;
  color: var(--ink);
  background: var(--cream);
  border-top: 3px solid var(--ink);
}

.site-footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.footer-links a:hover {
  background: var(--yellow);
  transform: translateY(-2px);
}

.card-lift {
  transition:
    transform 200ms ease,
    box-shadow 200ms ease;
}

.card-lift:hover {
  transform: translateY(-4px);
}

.reveal,
.load-reveal {
  opacity: 0;
  transform: translateY(28px);
}

.load-reveal.is-visible,
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
}

.delay-1.is-visible {
  transition-delay: 100ms;
}

.delay-2.is-visible {
  transition-delay: 200ms;
}

.delay-3.is-visible {
  transition-delay: 300ms;
}

.delay-4.is-visible {
  transition-delay: 400ms;
}

@keyframes floating {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@media (max-width: 980px) {
  .section-pad {
    padding: 74px 0;
  }

  .top-nav {
    position: relative;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 12px);
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: var(--yellow);
    border: 3px solid var(--ink);
    border-radius: 20px;
    box-shadow: 0 6px 0 var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 14px 12px;
  }

  .hero-grid,
  .watch-grid,
  .token-grid,
  .agents-head,
  .intro-split,
  .feature-heading {
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 360px;
  }

  .mascot {
    min-height: 300px;
  }

  .section-mascot {
    justify-self: start;
  }

  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-item:nth-child(2) {
    border-right: 0;
  }

  .stat-item:nth-child(-n + 2) {
    border-bottom: 2px solid #d9d0ba;
  }

  .feature-heading {
    grid-template-columns: 1fr;
  }

  .feature-mascot {
    justify-self: start;
  }

  .feature-hero,
  .feature-card.wide {
    grid-template-columns: 1fr;
  }

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

  .agent-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .token-utility {
    padding-top: 0;
  }

  .token-mascot {
    position: static;
    width: 220px;
    margin-left: auto;
    margin-bottom: 16px;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 18px;
  }

  .site-header {
    padding-top: 12px;
  }

  .top-nav {
    gap: 10px;
    padding: 8px;
  }

  .brand img,
  .footer-logo img {
    width: 74px;
  }

  .nav-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 11px;
  }

  .hero {
    padding-top: 50px;
  }

  h1 {
    font-size: 54px;
  }

  .hero-text,
  .section-intro p:not(.tag),
  .token-copy > p {
    font-size: 15px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .speech-bubble {
    right: 0;
    top: 6px;
    max-width: 136px;
    font-size: 13px;
  }

  .stats-bar,
  .feature-grid,
  .agent-grid,
  .token-stats {
    grid-template-columns: 1fr;
  }

  .stat-item {
    border-right: 0;
    border-bottom: 2px solid #d9d0ba;
  }

  .stat-item:last-child {
    border-bottom: 0;
  }

  .story-card,
  .feature-card,
  .agents-panel,
  .token-note {
    padding: 22px;
  }

  .mini-card,
  .utility-card {
    grid-template-columns: 46px 1fr;
  }

  .feature-hero {
    padding: 22px;
  }

  .feature-heading .tag,
  .agents-head .tag {
    min-height: 48px;
    margin-bottom: 24px;
    border-width: 3px;
    font-size: 14px;
  }

  .feature-heading h2 {
    font-size: 42px;
    text-shadow: 3px 4px 0 #000;
  }

  .feature-subtitle {
    font-size: 16px !important;
  }

  .feature-hero h3,
  .feature-card h3 {
    font-size: 32px;
  }

  .feature-hero,
  .feature-card,
  .agents-panel {
    padding: 28px;
  }

  .faq .section-intro h2 {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .feature-card p:not(.feature-number) {
    margin-bottom: 36px;
  }

  .agents-head {
    margin-bottom: 92px;
  }

  .agents-head h2 {
    font-size: 48px;
  }

  .agents-head p:not(.tag) {
    font-size: 18px;
  }

  .agents-panel {
    border-radius: 24px;
  }

  .agents-head h2 {
    -webkit-text-stroke: 2px #000;
    text-shadow: 4px 5px 0 #000;
  }

  .agent-card {
    min-height: 390px;
    padding: 96px 24px 28px;
  }

  .agent-avatar {
    top: -58px;
    width: 116px;
    height: 116px;
  }

  .agent-avatar img {
    width: 88px;
    height: 88px;
  }

  .agent-card h3 {
    font-size: 28px;
  }

  .agent-card p:not(.agent-traits),
  .agent-card a {
    font-size: 15px;
  }
}

/* Design calibration overrides */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.section-pad {
  padding: 112px 0;
}

.site-header {
  padding: 28px 0 14px;
}

.top-nav {
  min-height: 72px;
  gap: 36px;
  padding: 10px 16px 10px 30px;
  border: 4px solid #000;
  border-radius: 999px;
}

.brand {
  min-width: 124px;
}

.brand img {
  width: 124px;
  height: 44px;
  object-fit: contain;
}

.nav-links {
  gap: 44px;
  font-size: 14px;
  font-weight: 900;
}

.nav-cta {
  min-height: 48px;
  padding: 0 28px;
  color: var(--cream);
  background: #000;
  border-color: #000;
  border-radius: 999px;
  font-size: 13px;
  box-shadow: none;
}

h1 {
  max-width: 720px;
  font-size: clamp(64px, 6vw, 112px);
  line-height: 0.9;
  font-weight: 900;
}

.stats {
  padding: 28px 0 92px;
}

.story-card,
.feature-card,
.agent-card,
.token-note,
.faq-item,
.mini-card,
.utility-card,
.token-stats div,
.stats-bar {
  border-width: 4px;
  border-color: #000;
}

.feature-hero,
.agents-panel {
  border: 4px solid #000;
}

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

.agents {
  padding-top: 120px;
  padding-bottom: 120px;
}

.agents-panel {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 76px 64px 72px;
  border-radius: 42px;
}

.agent-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 82px 34px;
}

.agent-card {
  min-height: 460px;
  padding: 112px 32px 34px;
  border-radius: 30px;
}

.agent-avatar {
  top: -70px;
  width: 140px;
  height: 140px;
}

.agent-avatar img {
  width: 104px;
  height: 104px;
}

.agent-card h3 {
  margin-bottom: 18px;
  font-size: 28px;
}

.agent-traits {
  margin-bottom: 24px;
}

.agent-card p:not(.agent-traits) {
  max-width: 280px;
  margin: 0 auto 28px;
  font-size: 16px;
  line-height: 1.48;
}

.agent-card a {
  min-height: 62px;
  margin-top: auto;
  font-size: 16px;
}

.faq {
  padding-top: 120px;
  padding-bottom: 120px;
}

.faq .tag {
  min-height: 52px;
  padding: 0 28px;
  margin-bottom: 34px;
  border: 4px solid #000;
  border-radius: 24px;
  box-shadow: 4px 5px 0 #000;
  font-size: 16px;
}

.faq-list {
  gap: 22px;
}

.faq-item {
  background: var(--cream);
  border: 4px solid #000;
  border-radius: 18px;
}

.faq-question {
  min-height: 76px;
  padding: 24px 28px;
  color: #000;
  font-size: 20px;
  font-weight: 900;
}

.faq-answer p {
  padding: 0 28px 28px;
  color: #2b281f;
  font-size: 16px;
  line-height: 1.6;
}

.site-footer {
  margin-top: 0;
  padding: 42px 0 46px;
  color: #000;
  background: var(--cream);
  border-top: 4px solid #000;
}

.footer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}

.site-footer .footer-logo img {
  width: 118px;
  height: 42px;
  object-fit: contain;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 18px 0 8px;
  color: #000;
  background: var(--cream);
  border: 3px solid #000;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.footer-socials span {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
}

.footer-socials a:hover {
  background: var(--yellow);
  transform: translateY(-2px);
}

@media (max-width: 980px) {
  .container {
    padding: 0 28px;
  }

  .section-pad,
  .agents,
  .faq {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .top-nav {
    min-height: 64px;
    gap: 18px;
    padding: 8px 10px 8px 18px;
  }

  .brand img {
    width: 104px;
    height: 38px;
  }

  .agent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agents-panel {
    padding: 64px 38px 54px;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 20px;
  }

  .section-pad,
  .agents,
  .faq {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .faq .tag {
    min-height: 42px;
    padding: 0 20px;
    margin-bottom: 24px;
    border-width: 3px;
    font-size: 14px;
  }

  .top-nav {
    min-height: 58px;
  }

  .brand {
    min-width: 82px;
  }

  .brand img {
    width: 82px;
    height: 32px;
  }

  h1 {
    font-size: 54px;
  }

  .agents-panel {
    padding: 54px 24px 42px;
  }

  .agent-grid {
    grid-template-columns: 1fr;
    gap: 76px;
  }

  .agent-card {
    min-height: 410px;
    padding: 96px 24px 28px;
  }

  .footer-socials {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .footer-socials a {
    justify-content: flex-start;
    width: 100%;
  }
}

/* Figma node 83:387 precision pass */
.top-nav {
  min-height: 84px;
  padding: 14px 18px 14px 30px;
}

.nav-links {
  gap: 36px;
  font-size: 16px;
}

.nav-cta {
  min-width: 146px;
  min-height: 52px;
  padding: 0 24px;
  font-size: 16px;
}

.brand img {
  width: 130px;
  height: 43px;
}

.hero {
  padding-top: 84px;
}

.hero-text {
  max-width: 590px;
  line-height: 1.5;
}

.hero-actions .btn {
  min-height: 76px;
  padding: 0 32px;
  font-size: 20px;
}

.stats-bar {
  min-height: 154px;
  border-radius: 24px;
  box-shadow: 8px 8px 0 var(--yellow);
}

.stat-item strong {
  font-size: 30px;
}

.stat-item span {
  margin-top: 12px;
  font-size: 16px;
}

.agents-panel {
  max-width: 100%;
}

.site-footer {
  min-height: 228px;
  padding: 29px 0 26px;
}

.footer-container {
  min-height: 173px;
  gap: 32px;
}

.site-footer .footer-logo img {
  width: 130px;
  height: 43px;
}

.footer-socials {
  gap: 28px;
}

.footer-socials a {
  min-width: 146px;
  min-height: 52px;
  padding: 0 16px 0 13px;
  border-width: 3px;
  border-radius: 30px;
  box-shadow: 4px 4px 0 #000;
  font-size: 18px;
  font-weight: 700;
}

.footer-socials span {
  width: 28px;
  height: 28px;
}

@media (max-width: 980px) {
  .top-nav {
    min-height: 66px;
  }

  .hero-actions .btn {
    min-height: 56px;
    font-size: 17px;
  }

  .stats-bar,
  .stat-item {
    min-height: 118px;
  }

  .stat-item {
    padding: 24px 28px;
  }

  .stat-item strong {
    font-size: 34px;
  }
}

@media (max-width: 640px) {
  .top-nav {
    min-height: 58px;
  }

  .nav-cta {
    min-width: auto;
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }

  .hero-text {
    font-size: 16px;
  }

  .stats-bar,
  .stat-item {
    min-height: 96px;
  }

  .stat-item strong {
    font-size: 28px;
  }

  .footer-socials {
    gap: 14px;
  }

  .footer-socials a {
    min-width: 100%;
  }
}

/* About Catto section correction */
.watch {
  padding-top: 126px;
  padding-bottom: 126px;
}

.watch .intro-split {
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: center;
  gap: 70px;
  margin-bottom: 78px;
}

.watch .tag {
  min-height: 64px;
  padding: 0 34px;
  margin-bottom: 42px;
  border: 4px solid #000;
  border-radius: 30px;
  box-shadow: 4px 5px 0 #000;
  font-size: 18px;
}

.watch .section-intro h2 {
  max-width: 1000px;
  margin-bottom: 40px;
  color: var(--yellow);
  line-height: 1.08;
  text-shadow: 4px 5px 0 #000;
}

.watch .section-intro h2 span {
  color: var(--yellow);
}

.watch .section-intro p:not(.tag) {
  max-width: 760px;
  color: var(--cream);
  font-size: 22px;
  line-height: 1.48;
  font-weight: 500;
}

.watch .section-mascot {
  min-height: 330px;
  justify-self: end;
}

.watch-grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.9fr);
  gap: 70px;
}

.story-card {
  min-height: 560px;
  padding: 54px 52px;
  border: 4px solid #000;
  border-radius: 32px;
  font-size: 18px;
  line-height: 1.56;
  font-weight: 500;
}

.story-card p {
  margin-bottom: 36px;
}

.story-card p:last-child {
  margin-bottom: 0;
}

.story-card mark {
  padding: 0 7px;
  color: #000;
  background: var(--yellow);
}

.watch-list {
  gap: 28px;
}

.watch .mini-card {
  grid-template-columns: 92px 1fr;
  min-height: 132px;
  padding: 28px 38px;
  border: 4px solid #000;
}

.watch .mini-card.yellow {
  background: var(--yellow);
  box-shadow: 10px 12px 0 #000;
}

.watch .mini-card img {
  width: 64px;
  height: 64px;
  padding: 6px;
  background: var(--cream);
  border: 4px solid #000;
  border-radius: 50%;
}

.watch .mini-card h3 {
  margin-bottom: 14px;
  color: #000;
  font-size: 28px;
  line-height: 1.05;
}

.watch .mini-card p {
  max-width: 430px;
  color: #000;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
}

@media (max-width: 980px) {
  .watch .intro-split,
  .watch-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .watch .section-mascot {
    justify-self: center;
  }

  .story-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .watch {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .watch .tag {
    min-height: 48px;
    margin-bottom: 26px;
    padding: 0 22px;
    font-size: 15px;
  }

  .watch .section-intro h2 {
    font-size: 44px;
    text-shadow: 3px 4px 0 #000;
  }

  .watch .section-intro p:not(.tag) {
    font-size: 17px;
  }

  .watch .section-mascot {
    min-height: 250px;
    margin: 0 auto;
  }

  .story-card {
    padding: 30px 26px;
    font-size: 17px;
  }

  .watch .mini-card {
    grid-template-columns: 58px 1fr;
    min-height: 112px;
    padding: 22px;
  }

  .watch .mini-card img {
    width: 48px;
    height: 48px;
    border-width: 3px;
  }

  .watch .mini-card h3 {
    font-size: 26px;
  }

  .watch .mini-card p {
    font-size: 15px;
  }
}

/* Token section correction */
.agent-avatar {
  top: -60px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.agent-avatar img {
  width: 92px;
  height: 92px;
}

.token {
  padding-top: 126px;
  padding-bottom: 126px;
}

.token-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.95fr);
  column-gap: 78px;
  row-gap: 34px;
  align-items: stretch;
}

.token-copy .tag {
  min-height: 52px;
  padding: 0 28px;
  margin-bottom: 34px;
  border: 4px solid #000;
  border-radius: 24px;
  box-shadow: 4px 5px 0 #000;
  font-size: 16px;
}

.token-copy h2 {
  margin-bottom: 28px;
  color: var(--yellow);
  font-size: clamp(58px, 5.1vw, 78px);
  line-height: 1;
  text-shadow: 4px 5px 0 #000;
}

.token-copy > p {
  max-width: 640px;
  margin-bottom: 78px;
  font-size: 24px;
  line-height: 1.45;
}

.token-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin: 0 0 52px;
}

.token-stats div {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 28px 22px;
  background: var(--cream);
  border: 4px solid #000;
  border-radius: 22px;
  box-shadow: 8px 8px 0 var(--yellow);
  text-align: center;
}

.token-stats span {
  min-height: 34px;
  margin-bottom: 24px;
  background: var(--yellow);
  border: 3px solid #000;
  border-radius: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 900;
}

.token-stats strong {
  color: #000;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
}

.token-note {
  padding: 0;
  color: #000;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.token-note h3 {
  margin-bottom: 34px;
  color: var(--yellow);
  font-size: 40px;
  line-height: 1.05;
  text-shadow: 3px 4px 0 #000;
}

.money-card {
  margin-bottom: 28px;
  padding: 36px 34px;
  background: var(--yellow);
  border: 4px solid #000;
  border-radius: 24px;
  box-shadow: 8px 8px 0 #000;
}

.money-card span {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  margin-bottom: 22px;
  padding: 0 18px;
  background: var(--cream);
  border: 4px solid #000;
  border-radius: 12px;
  transform: rotate(-3deg);
  font-size: 22px;
  font-weight: 900;
}

.money-card p {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.token-utility {
  position: relative;
  padding-top: 284px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.token-mascot {
  position: absolute;
  top: -28px;
  right: 32px;
  width: 360px;
  min-height: 300px;
  object-fit: contain;
}

.token-utility h3 {
  margin-bottom: 40px;
  color: var(--yellow);
  font-size: 40px;
  line-height: 1.05;
  text-shadow: 3px 4px 0 #000;
}

.utility-card {
  grid-template-columns: 70px 1fr;
  gap: 24px;
  min-height: 140px;
  margin-bottom: 26px;
  padding: 28px;
  color: var(--cream);
  background: #111;
  border: 4px solid var(--yellow);
  border-radius: 22px;
  box-shadow: none;
}

.utility-card img {
  width: 60px;
  height: 60px;
  padding: 12px;
  background: var(--yellow);
  border-radius: 12px;
}

.utility-card h4 {
  margin-bottom: 12px;
  color: var(--cream);
  font-size: 24px;
  line-height: 1.15;
}

.utility-card p {
  color: var(--cream);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
}

@media (max-width: 980px) {
  .token-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .token-utility {
    padding-top: 0;
  }

  .token-mascot {
    position: static;
    margin: 0 0 24px auto;
  }
}

@media (max-width: 640px) {
  .agent-avatar {
    top: -54px;
    width: 108px;
    height: 108px;
  }

  .agent-avatar img {
    width: 82px;
    height: 82px;
  }

  .token {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .token-copy h2 {
    font-size: 44px;
  }

  .token-copy > p {
    margin-bottom: 40px;
    font-size: 17px;
  }

  .token-stats {
    grid-template-columns: 1fr;
  }

  .utility-card {
    grid-template-columns: 54px 1fr;
    padding: 22px;
  }

  .utility-card img {
    width: 48px;
    height: 48px;
    padding: 8px;
  }
}

/* Icon and avatar corrections */
.agent-avatar {
  width: 120px;
  height: 120px;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.agent-avatar img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.mini-emoji,
.utility-emoji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #000;
  background: var(--yellow);
  border: 4px solid #000;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
}

.mini-emoji {
  width: 64px;
  height: 64px;
}

.utility-emoji {
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 12px;
  font-size: 30px;
}

.footer-socials span img {
  object-fit: contain;
  filter: none;
}

.footer-copy {
  margin: -8px 0 0;
  color: rgba(10, 10, 10, 0.7);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 800;
}

/* Keep wallet network/address buttons visually balanced with nav controls */
#wallet-connect-root {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  transform: scale(0.8);
  transform-origin: right center;
}

@media (max-width: 980px) {
  #wallet-connect-root {
    transform: scale(0.76);
  }
}

@media (max-width: 640px) {
  .agent-avatar,
  .agent-avatar img {
    width: 120px;
    height: 120px;
  }

  .mini-emoji {
    width: 48px;
    height: 48px;
    border-width: 3px;
    font-size: 24px;
  }

  .utility-emoji {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }

  #wallet-connect-root {
    transform: scale(0.7);
  }
}

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

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

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