:root {
  --void: #020412;
  --ship: #030617;
  --panel: #08122f;
  --cyan: #00ecff;
  --blue: #1268ff;
  --violet: #7a4cff;
  --purple: #b145ff;
  --white: #effcff;
  --soft: rgba(239, 252, 255, 0.78);
  --line: rgba(239, 252, 255, 0.18);
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 16%, rgba(0, 236, 255, 0.28), transparent 26rem),
    radial-gradient(circle at 18% 22%, rgba(122, 76, 255, 0.24), transparent 28rem),
    linear-gradient(145deg, #01020a 0%, var(--ship) 52%, #09021e 100%);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  background:
    linear-gradient(110deg, rgba(2, 4, 18, 0.94), rgba(2, 4, 18, 0.36) 48%, rgba(2, 4, 18, 0.9)),
    url("./assets/effective-fomo-banner.png") center / cover;
  opacity: 0.4;
  filter: saturate(1.12) contrast(1.08);
}

.speed-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.34;
  background:
    repeating-linear-gradient(118deg, transparent 0 28px, rgba(0, 236, 255, 0.08) 28px 30px),
    radial-gradient(circle at 8% 88%, rgba(177, 69, 255, 0.18), transparent 20rem);
  mix-blend-mode: screen;
}

a {
  color: inherit;
}

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

.site {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 16px 0 34px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(2, 4, 18, 0.74);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  color: var(--white);
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-bolt {
  width: 36px;
  height: 36px;
  border: 2px solid rgba(239, 252, 255, 0.7);
  border-radius: 8px;
  background:
    linear-gradient(135deg, transparent 0 35%, rgba(255, 255, 255, 0.8) 36% 44%, transparent 45%),
    linear-gradient(135deg, var(--violet), var(--blue) 50%, var(--cyan));
  clip-path: polygon(18% 0, 100% 0, 72% 38%, 100% 38%, 38% 100%, 51% 55%, 8% 55%);
  box-shadow:
    0 0 20px rgba(0, 236, 255, 0.5),
    0 0 30px rgba(122, 76, 255, 0.25);
}

.nav,
.actions,
.token-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nav {
  justify-content: flex-end;
}

.nav a,
.button {
  min-height: 40px;
  border: 1px solid rgba(239, 252, 255, 0.2);
  border-radius: 8px;
  padding: 11px 15px;
  color: var(--white);
  background: rgba(239, 252, 255, 0.075);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.nav a:hover,
.button:hover {
  border-color: rgba(0, 236, 255, 0.86);
  background: rgba(0, 236, 255, 0.13);
  box-shadow: 0 0 30px rgba(0, 236, 255, 0.2);
  transform: translateY(-2px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button.primary {
  color: #020412;
  border-color: rgba(0, 236, 255, 0.95);
  background: linear-gradient(135deg, var(--cyan), var(--blue) 54%, var(--violet));
  box-shadow: 0 14px 42px rgba(0, 236, 255, 0.22);
}

.button.ghost {
  color: var(--cyan);
}

.hero {
  --boost-x: 0px;
  --boost-y: 0px;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(330px, 0.98fr);
  align-items: center;
  gap: clamp(26px, 5vw, 74px);
  min-height: calc(100vh - 128px);
  padding: 28px 0 74px;
}

.mission-copy {
  position: relative;
}

.mission-copy::before {
  position: absolute;
  left: 0;
  top: -28px;
  width: 100%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--cyan), var(--violet), transparent);
  box-shadow: 0 0 26px rgba(0, 236, 255, 0.42);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

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

h1 {
  max-width: 10ch;
  margin-bottom: 20px;
  font-size: clamp(3.7rem, 12vw, 9.4rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow:
    0 0 26px rgba(0, 236, 255, 0.36),
    0 26px 56px rgba(0, 0, 0, 0.54);
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(1.9rem, 4vw, 4.15rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lead {
  max-width: 630px;
  margin-bottom: 24px;
  color: var(--soft);
  font-size: clamp(1.05rem, 2vw, 1.34rem);
  line-height: 1.55;
}

.readout-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.readout-row span {
  border: 1px solid rgba(0, 236, 255, 0.3);
  border-radius: 8px;
  padding: 8px 12px;
  color: rgba(239, 252, 255, 0.84);
  background: rgba(0, 236, 255, 0.1);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.velocity-core {
  position: relative;
  margin: 0;
  transform: translate(var(--boost-x), var(--boost-y));
  transition: transform 220ms ease;
}

.velocity-core::before {
  position: absolute;
  inset: 18% auto auto -10%;
  z-index: -1;
  width: 60%;
  height: 42%;
  content: "";
  background: linear-gradient(90deg, rgba(177, 69, 255, 0.65), rgba(0, 236, 255, 0.46), transparent);
  filter: blur(22px);
  transform: skewX(-24deg);
}

.core-ring {
  position: absolute;
  inset: -22px;
  z-index: -1;
  border: 1px solid rgba(0, 236, 255, 0.25);
  border-radius: 8px;
  background:
    radial-gradient(circle at 70% 32%, rgba(0, 236, 255, 0.34), transparent 30%),
    radial-gradient(circle at 18% 86%, rgba(122, 76, 255, 0.3), transparent 32%);
  filter: blur(3px);
}

.velocity-core img {
  width: min(540px, 100%);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(239, 252, 255, 0.2);
  border-radius: 8px;
  box-shadow:
    0 30px 100px rgba(0, 0, 0, 0.58),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.velocity-core figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 15px;
  border: 1px solid rgba(239, 252, 255, 0.2);
  border-radius: 8px;
  background: rgba(2, 4, 18, 0.7);
  backdrop-filter: blur(14px);
  text-transform: uppercase;
}

.velocity-core span {
  color: var(--cyan);
  font-weight: 950;
}

.velocity-core strong {
  color: var(--white);
  font-weight: 950;
}

.banner-runway {
  display: grid;
  grid-template-columns: 0.36fr 1fr;
  gap: 18px;
  align-items: stretch;
  margin: 0 0 66px;
}

.runway-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(0, 236, 255, 0.14), rgba(122, 76, 255, 0.14)),
    rgba(2, 4, 18, 0.68);
}

.banner-runway figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--void);
  box-shadow: 0 28px 88px rgba(0, 0, 0, 0.42);
}

.banner-runway img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}

.boost-statement {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: clamp(22px, 4vw, 60px);
  align-items: center;
  margin-bottom: 66px;
  padding: clamp(24px, 5vw, 52px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(100deg, rgba(0, 236, 255, 0.13), rgba(122, 76, 255, 0.08)),
    rgba(2, 4, 18, 0.68);
}

.boost-statement div {
  color: var(--cyan);
  font-size: clamp(2rem, 5vw, 5.2rem);
  font-weight: 950;
  line-height: 0.9;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.boost-statement p {
  margin: 0;
  color: rgba(239, 252, 255, 0.86);
  font-size: clamp(1.16rem, 2.2vw, 1.8rem);
  line-height: 1.4;
}

.protocol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 66px;
}

.protocol article,
.token-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(239, 252, 255, 0.08), rgba(239, 252, 255, 0.03)),
    rgba(2, 4, 18, 0.72);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.protocol article {
  min-height: 260px;
  padding: 24px;
}

.protocol span {
  display: inline-flex;
  margin-bottom: 54px;
  color: var(--cyan);
  font-weight: 950;
}

.protocol h2 {
  font-size: clamp(1.45rem, 3vw, 2.3rem);
}

.protocol p {
  margin-bottom: 0;
  color: rgba(239, 252, 255, 0.76);
  line-height: 1.55;
}

.token-card {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: clamp(20px, 4vw, 48px);
  align-items: start;
  margin-bottom: 54px;
  padding: clamp(24px, 5vw, 50px);
}

.token-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.token-card dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(239, 252, 255, 0.14);
}

.token-card dt {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.token-card dd {
  margin: 0;
  color: rgba(239, 252, 255, 0.82);
  font-weight: 800;
}

.token-actions {
  grid-column: 1 / -1;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 0 36px;
  border-top: 1px solid var(--line);
  color: rgba(239, 252, 255, 0.56);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

[data-reveal] {
  transform: translateY(22px);
  opacity: 0;
  transition:
    opacity 600ms ease,
    transform 600ms ease;
}

[data-reveal].is-visible {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 920px) {
  .topbar,
  .hero,
  .banner-runway,
  .boost-statement,
  .token-card {
    grid-template-columns: 1fr;
  }

  .topbar {
    align-items: stretch;
  }

  .nav {
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
  }

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

  .runway-copy {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .site {
    width: min(100% - 20px, 1220px);
  }

  .topbar {
    position: static;
    margin-top: 10px;
  }

  .nav a,
  .button {
    flex: 1 1 auto;
    min-width: 104px;
    padding: 10px 12px;
  }

  h1 {
    font-size: clamp(3.1rem, 19vw, 5.3rem);
  }

  .velocity-core figcaption {
    position: static;
    margin-top: 10px;
  }

  .token-card dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
