:root {
  color-scheme: dark;
  --bg: #070908;
  --bg-2: #0d1210;
  --ink: #f5f7f3;
  --muted: #a8b3ab;
  --soft: #dce4dd;
  --green: #42ff91;
  --green-2: #b6ffd2;
  --line: rgba(214, 232, 219, 0.16);
  --panel: rgba(13, 18, 16, 0.74);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

.hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  isolation: isolate;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  z-index: -3;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(120deg, rgba(66, 255, 145, 0.08) 0%, rgba(66, 255, 145, 0) 38%),
    linear-gradient(90deg, rgba(7, 9, 8, 0.98) 0%, rgba(7, 9, 8, 0.88) 36%, rgba(7, 9, 8, 0.34) 70%, rgba(7, 9, 8, 0.55) 100%),
    linear-gradient(180deg, rgba(7, 9, 8, 0.28) 0%, rgba(7, 9, 8, 0.05) 52%, var(--bg) 100%);
}

.floating-field,
.float-item {
  pointer-events: none;
  user-select: none;
}

.floating-field {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.float-item {
  position: absolute;
  display: block;
  height: auto;
  opacity: 0.82;
  filter: drop-shadow(0 30px 42px rgba(0, 0, 0, 0.58));
  will-change: transform;
}

.hero-coin {
  right: -13vw;
  top: 9vh;
  width: clamp(150px, 18vw, 270px);
  animation: floatDrift 12s ease-in-out infinite;
}

.hero-hoodie {
  right: 3vw;
  top: 5vh;
  width: clamp(100px, 13vw, 200px);
  animation: floatLift 15s ease-in-out infinite;
}

.hero-shard {
  right: 24vw;
  top: 7vh;
  width: clamp(90px, 13vw, 185px);
  animation: floatDriftReverse 14s ease-in-out infinite;
}

.hero-candles {
  right: 11vw;
  top: 24vh;
  width: clamp(72px, 8vw, 118px);
  animation: floatLift 11s ease-in-out infinite;
}

.hero-bars {
  right: 0;
  bottom: 26vh;
  width: clamp(130px, 17vw, 240px);
  animation: floatDriftReverse 16s ease-in-out infinite;
}

.hero-sphere {
  right: 28vw;
  top: 33vh;
  width: clamp(95px, 12vw, 175px);
  opacity: 0.62;
  animation: floatDrift 18s ease-in-out infinite;
}

.market-orbit {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.market-orbit span {
  position: absolute;
  display: block;
  width: clamp(96px, 12vw, 170px);
  height: 1px;
  background: linear-gradient(90deg, rgba(66, 255, 145, 0), rgba(66, 255, 145, 0.72), rgba(66, 255, 145, 0));
  transform: rotate(-18deg);
  opacity: 0.64;
}

.market-orbit span:nth-child(1) {
  left: 48%;
  top: 18%;
}

.market-orbit span:nth-child(2) {
  left: 18%;
  bottom: 25%;
  width: clamp(130px, 18vw, 260px);
  transform: rotate(12deg);
}

.market-orbit span:nth-child(3) {
  right: 9%;
  bottom: 18%;
  transform: rotate(-36deg);
}

.nav {
  width: min(1180px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand,
.nav nav,
.actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  text-decoration: none;
  font-weight: 900;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: var(--green);
  color: #061008;
  box-shadow: 0 0 32px rgba(66, 255, 145, 0.34);
}

.nav nav {
  gap: 22px;
  color: var(--soft);
  font-size: 0.92rem;
}

.nav nav a {
  text-decoration: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(58px, 11vh, 136px) 0 80px;
}

.eyebrow,
.section-label,
.metrics span,
.timeline span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 14px;
}

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

h1 {
  max-width: 1120px;
  margin-bottom: 22px;
  font-size: clamp(5rem, 12.2vw, 11rem);
  line-height: 0.83;
  letter-spacing: 0;
}

.hero-title {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.55vw, 9px);
  width: max-content;
  max-width: 100%;
}

.title-symbol {
  display: block;
  width: clamp(116px, 13.5vw, 210px);
  height: auto;
  margin-left: clamp(-16px, -1.1vw, -8px);
  margin-right: clamp(-34px, -2.4vw, -18px);
  filter: drop-shadow(0 28px 32px rgba(0, 0, 0, 0.58)) drop-shadow(0 0 34px rgba(66, 255, 145, 0.3));
  transform-origin: center;
}

.title-word {
  display: inline-block;
}

.title-coin {
  width: clamp(116px, 11vw, 180px);
  height: auto;
  margin: 0 0 0 clamp(8px, 0.85vw, 16px);
  filter: drop-shadow(0 24px 32px rgba(0, 0, 0, 0.58)) drop-shadow(0 0 28px rgba(66, 255, 145, 0.26));
  transform-origin: center;
  animation: titleCoinFloat 8.5s ease-in-out infinite;
}

.lede {
  max-width: 620px;
  margin-bottom: 34px;
  color: var(--soft);
  font-size: clamp(1.22rem, 2vw, 1.65rem);
  line-height: 1.42;
}

.actions {
  flex-wrap: wrap;
  gap: 12px;
}

.actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
  backdrop-filter: blur(16px);
}

.actions .primary {
  border-color: transparent;
  background: var(--green);
  color: #061008;
}

.actions .swap-action {
  min-width: 158px;
  box-shadow: 0 0 34px rgba(66, 255, 145, 0.24);
}

.actions .swap-action:hover {
  transform: translateY(-1px);
}

.proof-strip {
  width: min(760px, 100%);
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: rgba(7, 9, 8, 0.55);
  backdrop-filter: blur(18px);
}

.proof-strip span {
  min-height: 56px;
  display: grid;
  place-items: center;
  padding: 10px;
  border-right: 1px solid var(--line);
  color: var(--soft);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.proof-strip span:last-child {
  border-right: 0;
}

.ticker-rail {
  position: absolute;
  right: -140px;
  bottom: 58px;
  width: 680px;
  height: 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(7, 9, 8, 0.66);
  transform: rotate(-6deg);
  backdrop-filter: blur(16px);
}

.ticker-rail div {
  width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 18px;
  color: var(--green-2);
  font-size: 0.76rem;
  font-weight: 900;
  animation: tickerMove 24s linear infinite;
}

.ticker-rail span {
  white-space: nowrap;
}

.band,
.metrics,
.contract-strip,
.live-panel,
.statement,
.airdrop,
.tokenomics,
.cta,
footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.band {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 54px;
  padding: 86px 0;
  border-top: 1px solid var(--line);
}

.intro h2,
.cta h2 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(2.45rem, 5vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.intro p {
  max-width: 820px;
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.72;
}

.statement {
  position: relative;
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
  gap: 34px;
  overflow: hidden;
  padding: 52px;
  margin-bottom: 88px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(66, 255, 145, 0.13), rgba(66, 255, 145, 0.02) 35%, rgba(182, 255, 210, 0.06) 100%),
    #0a0d0c;
}

.statement::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(214, 232, 219, 0.08);
  pointer-events: none;
}

.statement-floats {
  z-index: 0;
}

.statement-coin {
  left: -3%;
  top: -7%;
  width: clamp(118px, 16vw, 230px);
  opacity: 0.52;
  animation: floatDrift 17s ease-in-out infinite;
}

.statement-shard {
  left: 18%;
  top: 10%;
  width: clamp(130px, 18vw, 250px);
  opacity: 0.56;
  animation: floatLift 13s ease-in-out infinite;
}

.statement-rock {
  left: 52%;
  top: 34%;
  width: clamp(115px, 16vw, 230px);
  opacity: 0.64;
  animation: floatDriftReverse 18s ease-in-out infinite;
}

.statement-candles {
  left: 4%;
  bottom: 13%;
  width: clamp(100px, 13vw, 170px);
  opacity: 0.74;
  animation: floatLift 10s ease-in-out infinite;
}

.statement-copy,
.statement-panel {
  position: relative;
  z-index: 1;
}

.statement-copy span {
  display: block;
  margin-bottom: 18px;
  color: var(--green-2);
  font-weight: 900;
}

.statement-copy h2 {
  max-width: 740px;
  margin-bottom: 0;
  font-size: clamp(3rem, 7vw, 7.6rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.statement-panel {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 9, 8, 0.72);
  backdrop-filter: blur(18px);
}

.statement-panel p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.statement-panel strong {
  display: block;
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.statement-panel strong:last-child {
  margin-bottom: 0;
}

.airdrop {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: 34px;
  align-items: start;
  overflow: hidden;
  padding: 0 0 88px;
}

.airdrop > :not(.floating-field),
.tokenomics > :not(.floating-field) {
  position: relative;
  z-index: 1;
}

.airdrop-floats,
.tokenomics-floats {
  z-index: 0;
}

.airdrop-hoodie {
  left: 15%;
  top: 4%;
  width: clamp(90px, 12vw, 170px);
  opacity: 0.16;
  animation: floatLift 17s ease-in-out infinite;
}

.airdrop-network {
  left: 1%;
  bottom: 2%;
  width: clamp(90px, 12vw, 160px);
  opacity: 0.16;
  animation: floatDriftReverse 19s ease-in-out infinite;
}

.airdrop-coin {
  right: 1%;
  top: -8%;
  width: clamp(120px, 17vw, 230px);
  opacity: 0.12;
  animation: floatDrift 18s ease-in-out infinite;
}

.airdrop h2 {
  margin: 12px 0 20px;
  font-size: clamp(2.35rem, 4.8vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.airdrop-lede {
  max-width: 520px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.66;
}

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

.airdrop-grid article {
  min-width: 0;
  min-height: 300px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(66, 255, 145, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(13, 18, 16, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.airdrop-grid .elite {
  background:
    linear-gradient(180deg, rgba(182, 255, 210, 0.14), rgba(66, 255, 145, 0.035)),
    rgba(13, 18, 16, 0.82);
}

.airdrop-grid span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.airdrop-grid strong {
  display: block;
  margin: 34px 0 16px;
  font-size: clamp(3.8rem, 6vw, 6.6rem);
  line-height: 0.78;
  letter-spacing: 0;
}

.airdrop-grid p {
  color: var(--soft);
  line-height: 1.42;
}

.token-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.token-link:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 4px;
  border-radius: 6px;
}

.airdrop-grid code {
  display: block;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.73rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  transition: color 160ms ease, border-color 160ms ease;
}

.token-link:hover code {
  border-color: rgba(66, 255, 145, 0.42);
  color: var(--green-2);
}

.metrics {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  overflow: hidden;
  padding-bottom: 88px;
}

.metrics-floats {
  z-index: 0;
}

.metrics-hoodie {
  right: 2%;
  top: -6%;
  width: clamp(95px, 12vw, 175px);
  opacity: 0.1;
  animation: floatLift 18s ease-in-out infinite;
}

.metrics-shard {
  left: 11%;
  bottom: -12%;
  width: clamp(80px, 11vw, 150px);
  opacity: 0.1;
  animation: floatDriftReverse 16s ease-in-out infinite;
}

.metrics article,
.timeline article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.metrics article {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 210px;
  padding: 22px;
}

.metrics article::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  height: 2px;
  background: linear-gradient(90deg, var(--green), rgba(66, 255, 145, 0));
  opacity: 0.42;
}

.metrics strong {
  display: block;
  margin: 34px 0 16px;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: 0.82;
  letter-spacing: 0;
}

.metrics p,
.tokenomics p,
.timeline p,
footer p {
  color: var(--muted);
  line-height: 1.58;
}

.contract-strip {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 78px;
  margin-bottom: 88px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(66, 255, 145, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(13, 18, 16, 0.74);
}

.contract-strip span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contract-strip a {
  min-width: 0;
  color: var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(0.86rem, 1.7vw, 1.05rem);
  overflow-wrap: anywhere;
  text-decoration: none;
}

.contract-strip a:hover {
  color: var(--green-2);
}

.live-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1.18fr);
  gap: 34px;
  overflow: hidden;
  padding: 42px;
  margin-bottom: 88px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(66, 255, 145, 0.14), rgba(66, 255, 145, 0.025) 40%, rgba(255, 255, 255, 0.04)),
    rgba(13, 18, 16, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.live-panel > :not(.floating-field) {
  position: relative;
  z-index: 1;
}

.live-floats {
  z-index: 0;
}

.live-coin {
  right: 2%;
  top: -8%;
  width: clamp(120px, 17vw, 230px);
  opacity: 0.15;
  animation: floatDrift 17s ease-in-out infinite;
}

.live-bars {
  left: 3%;
  bottom: 0;
  width: clamp(96px, 13vw, 170px);
  opacity: 0.22;
  animation: floatLift 12s ease-in-out infinite;
}

.live-shard {
  right: 42%;
  bottom: -12%;
  width: clamp(110px, 15vw, 210px);
  opacity: 0.12;
  animation: floatDriftReverse 18s ease-in-out infinite;
}

.live-copy h2 {
  margin: 12px 0 18px;
  font-size: clamp(2.35rem, 4.8vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.live-copy p {
  max-width: 520px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.66;
}

.live-actions {
  margin-top: 30px;
}

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

.live-grid article {
  min-height: 188px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(66, 255, 145, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(7, 9, 8, 0.54);
}

.live-grid span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.live-grid strong {
  display: block;
  margin: 28px 0 14px;
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.live-grid p {
  color: var(--muted);
  line-height: 1.5;
}

.live-grid a {
  color: var(--green-2);
  font-weight: 850;
  text-decoration: none;
}

.live-grid a:hover {
  color: var(--green);
}

.tokenomics {
  position: relative;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 34px;
  overflow: hidden;
  padding: 0 0 88px;
}

.tokenomics-bars {
  right: 0;
  top: 7%;
  width: clamp(120px, 17vw, 230px);
  opacity: 0.18;
  animation: floatDriftReverse 16s ease-in-out infinite;
}

.tokenomics-coin {
  left: 17%;
  bottom: -9%;
  width: clamp(130px, 19vw, 270px);
  opacity: 0.13;
  animation: floatLift 20s ease-in-out infinite;
}

.tokenomics-shard {
  left: 43%;
  top: -6%;
  width: clamp(90px, 13vw, 180px);
  opacity: 0.13;
  animation: floatDrift 15s ease-in-out infinite;
}

.tokenomics h2 {
  margin: 12px 0 0;
  font-size: clamp(2.15rem, 4.2vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}

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

.tokenomics-grid article {
  min-height: 220px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(66, 255, 145, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(13, 18, 16, 0.74);
}

.tokenomics-grid span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tokenomics-grid strong {
  display: block;
  margin: 34px 0 16px;
  font-size: clamp(2rem, 3.8vw, 4rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.launch {
  position: relative;
  overflow: hidden;
}

.launch > :not(.floating-field) {
  position: relative;
  z-index: 1;
}

.launch-floats {
  z-index: 0;
}

.launch-candles {
  right: 2%;
  top: -1%;
  width: clamp(84px, 10vw, 145px);
  opacity: 0.16;
  animation: floatLift 13s ease-in-out infinite;
}

.launch-bars {
  left: -4%;
  bottom: 9%;
  width: clamp(110px, 15vw, 210px);
  opacity: 0.12;
  animation: floatDriftReverse 17s ease-in-out infinite;
}

.launch-shard {
  right: 31%;
  bottom: 3%;
  width: clamp(86px, 11vw, 150px);
  opacity: 0.13;
  animation: floatDrift 15s ease-in-out infinite;
}

.timeline article {
  min-height: 260px;
  padding: 22px;
}

.timeline h3 {
  margin: 42px 0 12px;
  font-size: 1.28rem;
  line-height: 1.12;
}

.cta {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  display: grid;
  align-content: center;
  padding: 70px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.cta-floats {
  z-index: 0;
}

.cta-bars {
  right: -3%;
  top: 16%;
  width: clamp(130px, 19vw, 260px);
  opacity: 0.56;
  animation: floatDriftReverse 16s ease-in-out infinite;
}

.cta-sphere {
  right: 12%;
  bottom: 18%;
  width: clamp(90px, 13vw, 170px);
  opacity: 0.3;
  animation: floatLift 14s ease-in-out infinite;
}

.cta-candles {
  right: 15%;
  top: 0;
  width: clamp(86px, 10vw, 145px);
  opacity: 0.54;
  animation: floatDrift 12s ease-in-out infinite;
}

.cta-coin {
  right: 4%;
  bottom: -12%;
  width: clamp(135px, 20vw, 270px);
  opacity: 0.34;
  animation: floatLift 18s ease-in-out infinite;
}

.cta p {
  position: relative;
  z-index: 1;
  color: var(--green-2);
  font-weight: 900;
}

.cta h2 {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

footer {
  padding: 38px 0 46px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.footer-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
}

.footer-links a:hover {
  border-color: rgba(66, 255, 145, 0.42);
  color: var(--green-2);
}

footer p {
  max-width: 920px;
  font-size: 0.95rem;
}

@keyframes floatDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-3deg);
  }

  50% {
    transform: translate3d(-22px, 18px, 0) rotate(2deg);
  }
}

@keyframes floatDriftReverse {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(9deg);
  }

  50% {
    transform: translate3d(20px, -16px, 0) rotate(5deg);
  }
}

@keyframes floatLift {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(2deg);
  }

  50% {
    transform: translate3d(10px, -24px, 0) rotate(-4deg);
  }
}

@keyframes titleDollarFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }

  50% {
    transform: translate3d(-4px, -12px, 0) rotate(3deg);
  }
}

@keyframes titleCoinFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-8deg);
  }

  50% {
    transform: translate3d(8px, -14px, 0) rotate(7deg);
  }
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }

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

@media (max-width: 920px) {
  .hero {
    min-height: 88svh;
  }

  .hero-image {
    object-position: 70% center;
  }

  .nav nav {
    display: none;
  }

  .proof-strip,
  .metrics,
  .airdrop-grid,
  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-coin {
    right: -15vw;
  }

  .hero-hoodie {
    right: -2vw;
  }

  .hero-shard {
    right: 18vw;
  }

  .ticker-rail {
    right: -220px;
    bottom: 40px;
  }

  .band {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .statement {
    grid-template-columns: 1fr;
    padding: 38px;
  }

  .statement-panel {
    max-width: 420px;
  }

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

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

  .live-panel {
    grid-template-columns: 1fr;
  }

  .airdrop-lede {
    max-width: 760px;
  }
}

@media (max-width: 560px) {
  .hero-content,
  .nav,
  .band,
  .metrics,
  .contract-strip,
  .live-panel,
  .statement,
  .airdrop,
  .tokenomics,
  .cta,
  footer {
    width: min(100% - 28px, 1180px);
  }

  .hero {
    min-height: auto;
  }

  .hero-image {
    opacity: 0.58;
    object-position: 74% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(7, 9, 8, 0.96) 0%, rgba(7, 9, 8, 0.76) 100%),
      linear-gradient(180deg, rgba(7, 9, 8, 0.1) 0%, var(--bg) 100%);
  }

  .hero-content {
    padding: 68px 0 44px;
  }

  h1 {
    font-size: clamp(2.9rem, 13.6vw, 4.6rem);
  }

  .hero-title {
    gap: 2px;
  }

  .title-symbol {
    width: clamp(54px, 17vw, 72px);
    margin-left: -8px;
    margin-right: -14px;
  }

  .title-coin {
    width: clamp(58px, 16vw, 72px);
    margin-left: 4px;
  }

  .proof-strip,
  .metrics,
  .airdrop-grid,
  .tokenomics-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .proof-strip span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-strip span:last-child {
    border-bottom: 0;
  }

  .band {
    padding: 58px 0;
  }

  .hero-coin {
    right: -28vw;
    top: 64px;
    width: 46vw;
    opacity: 0.34;
  }

  .hero-hoodie {
    right: -10vw;
    top: 22px;
    width: 35vw;
    opacity: 0.42;
  }

  .hero-shard {
    right: 24vw;
    top: 22px;
    width: 28vw;
    opacity: 0.36;
  }

  .hero-candles,
  .hero-bars,
  .hero-sphere {
    display: none;
  }

  .market-orbit,
  .ticker-rail {
    display: none;
  }

  .statement {
    min-height: 520px;
    padding: 28px;
    margin-bottom: 58px;
  }

  .statement-coin {
    left: -22%;
    top: -6%;
    width: 48vw;
  }

  .statement-shard {
    left: 46%;
    top: 0;
    width: 46vw;
    opacity: 0.42;
  }

  .statement-rock {
    left: 52%;
    top: 42%;
    width: 44vw;
    opacity: 0.38;
  }

  .statement-candles {
    display: none;
  }

  .statement-copy h2 {
    font-size: clamp(2.6rem, 13vw, 4.7rem);
  }

  .airdrop {
    padding-bottom: 58px;
  }

  .airdrop h2 {
    font-size: clamp(2.35rem, 12vw, 4.2rem);
  }

  .airdrop-hoodie {
    left: auto;
    right: -8%;
    top: 2%;
    width: 36vw;
    opacity: 0.1;
  }

  .airdrop-network,
  .airdrop-coin {
    display: none;
  }

  .airdrop-grid article {
    min-height: 240px;
  }

  .airdrop-grid strong {
    font-size: clamp(3.5rem, 18vw, 5.5rem);
  }

  .metrics-hoodie {
    right: -11%;
    top: 0;
    width: 36vw;
    opacity: 0.08;
  }

  .metrics-shard,
  .launch-shard {
    display: none;
  }

  .contract-strip {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 58px;
  }

  .live-panel {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px;
    margin-bottom: 58px;
  }

  .live-copy h2 {
    font-size: clamp(2.25rem, 11vw, 4rem);
  }

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

  .live-grid article {
    min-height: 170px;
  }

  .live-coin {
    right: -18%;
    top: 0;
    width: 54vw;
    opacity: 0.1;
  }

  .live-bars,
  .live-shard {
    display: none;
  }

  .tokenomics {
    padding-bottom: 58px;
  }

  .tokenomics h2 {
    font-size: clamp(2.25rem, 11vw, 4rem);
  }

  .tokenomics-bars {
    right: -18%;
    top: 4%;
    width: 52vw;
    opacity: 0.12;
  }

  .tokenomics-coin,
  .tokenomics-shard {
    display: none;
  }

  .launch-candles {
    right: -3%;
    top: 6%;
    width: 28vw;
    opacity: 0.12;
  }

  .launch-bars {
    left: auto;
    right: -18%;
    bottom: 2%;
    width: 48vw;
    opacity: 0.1;
  }

  .cta-bars {
    right: -30%;
    top: 18%;
    width: 56vw;
    opacity: 0.24;
  }

  .cta-sphere {
    right: 10%;
    bottom: 12%;
    width: 34vw;
    opacity: 0.18;
  }

  .cta-candles {
    display: none;
  }

  .cta-coin {
    right: -18%;
    width: 62vw;
    opacity: 0.28;
  }
}
