:root {
  --ink: #100806;
  --ink-soft: #1d0d08;
  --dirt: #4d200d;
  --earth: #a84919;
  --wood: #c66b2d;
  --cream: #f2e0c2;
  --horn: #fff0cf;
  --line: #160b07;
  --pad: clamp(1.25rem, 5vw, 5.25rem);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--cream); }

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--ink);
  background: var(--cream);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-rendering: geometricPrecision;
}

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

.hero,
.growth,
.watch,
.token,
.chart-section,
.sitting,
.footer { position: relative; isolation: isolate; }

.hero {
  min-height: max(720px, 100svh);
  overflow: hidden;
  padding: 1.4rem var(--pad) 2.25rem;
  background: #f5e5c8;
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: -14vw;
  bottom: -38vh;
  width: min(1000px, 95vw);
  height: 72vh;
  content: "";
  background: #d98747;
  border-radius: 50% 50% 0 0;
  filter: blur(40px);
  opacity: .42;
}

.hero-glow {
  position: absolute;
  z-index: -1;
  inset: -20%;
  background: radial-gradient(ellipse at 66% 42%, rgba(221, 146, 79, .46), rgba(245, 229, 200, .08) 56%, transparent 70%);
  pointer-events: none;
}

.hero-nav {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 1440px;
  margin: 0 auto;
}

.nav-logo { width: clamp(7.5rem, 11vw, 10.5rem); }
.nav-logo img { width: 100%; height: auto; }

.hero-nav nav,
.footer-links,
.token-links { display: flex; align-items: center; gap: clamp(.8rem, 2vw, 1.6rem); }

.hero-nav nav a,
.footer-links a,
.token-links a {
  font-family: Arial, sans-serif;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hero-nav nav a { color: #301308; transition: color .2s ease; }
.hero-nav nav a:hover { color: #a94517; }

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 680px);
  padding-top: clamp(6.5rem, 14vh, 11rem);
}

.eyebrow {
  margin: 0 0 .8rem;
  color: #8c3515;
  font-family: Arial, sans-serif;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .17em;
  line-height: 1.2;
  text-transform: uppercase;
}

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

h1,
h2 {
  margin-bottom: 1.05rem;
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: .82;
  text-transform: uppercase;
}

h1 { max-width: 650px; font-size: clamp(4.8rem, 11vw, 10.8rem); }
h2 { font-size: clamp(3.5rem, 7.8vw, 8.5rem); }

.hero-line,
.scene-copy > p:not(.eyebrow),
.token-note,
.disclaimer {
  max-width: 29rem;
  color: #59210e;
  font-family: Arial, sans-serif;
  font-size: clamp(.94rem, 1.25vw, 1.1rem);
  font-weight: 600;
  line-height: 1.55;
}

.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem; margin-top: 2rem; }

.rough-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: .8rem 1.35rem;
  border: 3px solid var(--line);
  border-radius: 7px 10px 5px 8px;
  color: #1d0c06;
  background: #d97a36;
  box-shadow: 3px 4px 0 #060302, -1px -1px 0 rgba(255, 221, 172, .45) inset;
  font-size: .92rem;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-1.2deg);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.rough-button:hover { background: #f09a53; box-shadow: 5px 6px 0 #060302, -1px -1px 0 rgba(255, 221, 172, .45) inset; transform: rotate(.5deg) translate(-1px, -1px); }
.rough-button:focus-visible, .text-link:focus-visible, button:focus-visible, .hero-nav a:focus-visible, .footer-links a:focus-visible { outline: 3px solid #ffe1a9; outline-offset: 4px; }

.text-link {
  display: inline-block;
  padding: .5rem 0;
  border-bottom: 2px solid currentColor;
  color: #421708;
  font-family: Arial, sans-serif;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .2s ease;
}
.text-link:hover { color: #ad4719; }

.hero-bully {
  position: absolute;
  z-index: 1;
  right: clamp(-3rem, 1vw, 2rem);
  bottom: -1px;
  width: min(47vw, 45rem);
  min-width: 420px;
  height: min(87vh, 860px);
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 22px 25px rgba(0, 0, 0, .62));
  animation: hero-arrive 1.15s cubic-bezier(.2, .76, .23, 1) both;
}

.hero-floor {
  position: absolute;
  z-index: 2;
  right: 4vw;
  bottom: .2rem;
  margin: 0;
  color: rgba(63, 21, 8, .32);
  font-size: clamp(1rem, 2.2vw, 2rem);
  letter-spacing: .03em;
  line-height: 1;
  transform: rotate(-2deg);
}

.growth {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  align-items: center;
  min-height: 900px;
  overflow: hidden;
  padding: 7rem var(--pad);
  background: #cf7a3c;
}

.growth::before,
.token::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: repeating-linear-gradient(102deg, rgba(25, 9, 4, .11) 0 2px, transparent 2px 20px);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.growth::after {
  position: absolute;
  z-index: -1;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 65px;
  content: "";
  background: #e7b275;
  clip-path: polygon(0 64%, 7% 42%, 15% 57%, 24% 27%, 32% 49%, 39% 21%, 50% 51%, 60% 30%, 68% 55%, 80% 28%, 91% 48%, 100% 31%, 100% 100%, 0 100%);
}

.scene-copy { position: relative; z-index: 2; }
.scene-copy h2 { max-width: 700px; }
.grow-bully { justify-self: end; width: min(47vw, 660px); margin-right: 3vw; filter: drop-shadow(0 25px 0 rgba(29, 9, 4, .26)); }

.watch {
  display: grid;
  grid-template-columns: minmax(380px, 1fr) minmax(0, .9fr);
  align-items: center;
  min-height: 900px;
  overflow: hidden;
  padding: 7.5rem var(--pad) 6.5rem;
  color: #220d06;
  background: #e7b275;
}

.watch::before {
  position: absolute;
  z-index: -1;
  top: 7%;
  left: -5%;
  width: 58vw;
  height: 76%;
  content: "";
  background: radial-gradient(ellipse at center, rgba(193, 100, 42, .3), rgba(255, 239, 207, .18) 51%, transparent 72%);
  pointer-events: none;
}

.phone-bully { width: min(46vw, 590px); min-width: 340px; margin-left: 7vw; filter: drop-shadow(0 18px 22px rgba(86, 34, 11, .28)); }
.watch-copy { justify-self: end; padding-left: 4vw; }
.light-button { margin-top: 1.2rem; background: #c76026; }

.token {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(350px, 1.05fr);
  align-items: center;
  min-height: 900px;
  overflow: hidden;
  padding: 7rem var(--pad) 5rem;
  color: #1b0b06;
  background: #f0cf9b;
}

.token .eyebrow { color: #733014; }
.token-note { color: #51210f; }
.crate-bully { justify-self: end; width: min(53vw, 720px); margin: 0 -2vw -5rem 0; filter: drop-shadow(0 13px 0 rgba(63, 21, 8, .24)); }

.contract-copy,
.footer-contract {
  display: flex;
  align-items: center;
  gap: .85rem;
  width: min(100%, 40rem);
  margin: 1.6rem 0 1.25rem;
  padding: .8rem .8rem .8rem 1rem;
  border: 3px solid #260e06;
  border-radius: 5px 8px 5px 9px;
  background: rgba(255, 230, 193, .3);
  box-shadow: 3px 3px 0 #471807;
  cursor: pointer;
  text-align: left;
  transition: transform .2s ease, background .2s ease;
}

.contract-copy:hover,
.footer-contract:hover { background: rgba(255, 245, 222, .48); transform: translate(-1px, -1px) rotate(-.2deg); }
.contract-value,
.footer-contract > span:first-child { min-width: 0; overflow: hidden; font-family: "SFMono-Regular", Consolas, monospace; font-size: .72rem; font-weight: 800; letter-spacing: -.025em; text-overflow: ellipsis; white-space: nowrap; }
.copy-label { flex: 0 0 auto; margin-left: auto; padding: .42rem .48rem; border: 2px solid #260e06; border-radius: 3px 5px 3px 4px; background: #d46c2b; font-family: Arial, sans-serif; font-size: .63rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.token-links { flex-wrap: wrap; }
.dark-link { color: #2d1007; }
.dark-link:hover { color: #783216; }

.chart-section {
  padding: clamp(6rem, 12vw, 10rem) var(--pad);
  overflow: hidden;
  color: #220d06;
  background: #e8ba81;
}

.chart-section::before {
  display: none;
}

.chart-heading { max-width: 890px; margin: 0 auto 2.5rem; text-align: center; }
.chart-heading h2 { margin-bottom: 0; }

.chart-frame {
  position: relative;
  width: min(100%, 1120px);
  min-height: min(66vw, 630px);
  margin: 0 auto;
  overflow: hidden;
  border: 6px solid #2b1007;
  border-radius: 14px 8px 12px 9px;
  background: #fff7e7;
  box-shadow: 0 0 0 3px #c6642b, 10px 11px 0 rgba(92, 35, 12, .26), -2px -2px 0 rgba(255, 255, 255, .55) inset;
}

.chart-frame::before,
.chart-frame::after {
  position: absolute;
  z-index: 4;
  width: 14px;
  height: 14px;
  border: 2px solid #160805;
  border-radius: 50%;
  content: "";
  background: #d88a48;
  box-shadow: 0 0 0 2px rgba(249, 202, 144, .35) inset;
}
.chart-frame::before { top: 7px; left: 8px; }
.chart-frame::after { right: 8px; bottom: 7px; }
.chart-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.chart-waiting { display: grid; place-items: center; align-content: center; min-height: inherit; gap: 1rem; padding: 3rem; text-align: center; }
.chart-waiting p { max-width: 28rem; margin: 0; color: #56200d; font-family: Arial, sans-serif; font-size: .94rem; font-weight: 600; line-height: 1.45; }
.wait-dot { width: 18px; height: 18px; border: 3px solid #7d3012; border-right-color: #f4d29f; border-radius: 50%; animation: spin .9s linear infinite; }
.chart-fallback { margin-top: .4rem; }
.chart-frame.is-loaded .chart-waiting { display: none; }

.sitting {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
  align-items: center;
  min-height: 820px;
  overflow: hidden;
  padding: 5rem var(--pad) 0;
  background: #d98747;
}

.sitting::before {
  position: absolute;
  z-index: -1;
  left: -14vw;
  bottom: -42vw;
  width: 95vw;
  height: 68vw;
  content: "";
  background: #efa55d;
  border-radius: 50% 50% 0 0;
  opacity: .5;
}

.sit-bully { align-self: end; justify-self: center; width: min(52vw, 650px); margin-right: 2vw; filter: drop-shadow(0 15px 0 rgba(71, 22, 8, .25)); }

.footer {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, .85fr);
  align-items: end;
  min-height: 700px;
  overflow: hidden;
  padding: 6rem var(--pad) 3.25rem;
  color: #190b06;
  background: #e7b275;
  border-top: 3px solid #703015;
}

.footer::before {
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 34px;
  content: "";
  background: #d98747;
  clip-path: polygon(0 0, 8% 45%, 17% 17%, 26% 55%, 35% 23%, 44% 45%, 51% 15%, 61% 58%, 72% 25%, 82% 48%, 91% 17%, 100% 49%, 100% 0);
}

.footer-copy { position: relative; z-index: 2; align-self: center; max-width: 46rem; }
.footer-wordmark { width: min(340px, 75%); margin-bottom: 2.3rem; }
.footer h2 { max-width: 620px; margin-bottom: 1.15rem; }
.footer-contract { background: rgba(202, 102, 38, .18); }
.footer-links { flex-wrap: wrap; margin: 1.5rem 0 1.15rem; }
.footer-links a { border-bottom: 2px solid #371306; }
.footer-links a:hover { color: #933917; }
.disclaimer { max-width: 32rem; margin-bottom: 0; color: #5a2610; font-size: .74rem; }
.footer-face {
  position: absolute;
  z-index: 1;
  right: clamp(-2rem, 1vw, 1rem);
  bottom: -17rem;
  width: min(47vw, 560px);
  margin: 0;
  filter: drop-shadow(0 18px 0 rgba(112, 47, 17, .14));
}

[data-asset],
.scene-copy { opacity: 0; }
body.is-ready [data-asset] { opacity: 1; }
body.is-ready .hero-copy { animation: copy-in .75s .12s ease-out both; }
body.is-ready .hero-bully { opacity: 1; }
.scene.is-visible .scene-copy { animation: copy-in .65s ease-out both; }
.scene.is-visible .scene-art { animation: art-settle .9s cubic-bezier(.2, .76, .23, 1) both; }

@keyframes hero-arrive { from { opacity: 0; transform: translateX(9%) translateY(4%) rotate(1deg); } to { opacity: 1; transform: translateX(0) translateY(0) rotate(0); } }
@keyframes copy-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes art-settle { from { opacity: 0; transform: translateY(42px) rotate(2deg); } to { opacity: 1; transform: translateY(0) rotate(0); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 840px) {
  .hero { min-height: 780px; }
  .hero-copy { width: min(72%, 520px); padding-top: 7rem; }
  .hero-bully { right: -10rem; width: 70vw; min-width: 460px; height: 72vh; }
  .hero-floor { right: 1.5rem; }
  .growth, .watch, .token, .sitting, .footer { grid-template-columns: 1fr 1fr; }
  .growth { min-height: 760px; }
  .grow-bully { width: min(60vw, 570px); margin-right: -6vw; }
  .phone-bully { width: min(58vw, 520px); min-width: 300px; margin-left: -5vw; }
  .watch-copy { padding-left: 0; }
  .crate-bully { width: min(63vw, 590px); margin-right: -14vw; }
  .chart-frame { min-height: 540px; }
  .sit-bully { width: min(60vw, 560px); margin-right: -7vw; }
  .footer-face { right: -3rem; bottom: -14rem; width: min(53vw, 455px); }
}

@media (max-width: 600px) {
  .hero { min-height: 760px; padding-top: 1.05rem; }
  .hero-nav { gap: .75rem; }
  .hero-nav nav { gap: .65rem; }
  .hero-nav nav a { font-size: .64rem; }
  .nav-logo { width: 6.55rem; }
  .hero-copy { width: 100%; padding-top: 5.6rem; }
  h1 { font-size: clamp(4.5rem, 20vw, 6.2rem); }
  h2 { font-size: clamp(3.55rem, 17.5vw, 5.7rem); }
  .hero-line { max-width: 16rem; }
  .hero-bully { right: -8rem; bottom: -2px; width: 122vw; min-width: 0; height: 50vh; object-position: bottom right; }
  .hero-floor { font-size: .88rem; right: .8rem; bottom: .4rem; }

  .growth, .watch, .token, .sitting, .footer { display: block; min-height: 0; padding: 5.8rem var(--pad); }
  .growth { padding-bottom: 0; }
  .growth-copy, .watch-copy, .token-copy, .sitting-copy { max-width: 33rem; }
  .grow-bully { width: min(132vw, 590px); margin: 1.7rem -17vw -2.2rem auto; }

  .watch { min-height: 780px; padding-top: 5rem; }
  .watch::before { top: 12rem; left: -50%; width: 170vw; height: 60%; }
  .phone-bully { position: absolute; z-index: 1; right: -10rem; bottom: -2rem; width: 124vw; min-width: 0; margin: 0; }
  .watch-copy { position: relative; z-index: 2; width: 76%; }

  .token { padding-bottom: 0; }
  .crate-bully { width: min(135vw, 610px); margin: 2rem -31vw -1rem auto; }
  .contract-copy, .footer-contract { width: 100%; }
  .contract-value, .footer-contract > span:first-child { font-size: .64rem; }

  .chart-section { padding-top: 5.4rem; padding-bottom: 5.4rem; }
  .chart-frame { min-height: 455px; border-width: 5px; }
  .chart-waiting { padding: 2rem 1.25rem; }

  .sitting { padding-bottom: 0; }
  .sit-bully { width: min(135vw, 590px); margin: 1.5rem -24vw -1.8rem auto; }

  .footer { min-height: 760px; padding-top: 5.5rem; }
  .footer-copy { width: 83%; }
  .footer-wordmark { width: 85%; margin-bottom: 2rem; }
  .footer-face { right: -3rem; bottom: -11rem; width: 108vw; margin: 0; }
  .footer-copy { min-height: 640px; }
  .footer-contract { position: relative; z-index: 3; }
  .footer-links, .disclaimer { position: relative; z-index: 3; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
