:root {
  --black: #05020a;
  --ink: #090712;
  --plum: #210632;
  --violet: #8b37ff;
  --magenta: #ff28e7;
  --cyan: #29f8ee;
  --blue: #2d70ff;
  --white: #f8f5ff;
  --soft: rgba(248, 245, 255, 0.78);
  --line: rgba(248, 245, 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 18% 18%, rgba(41, 248, 238, 0.22), transparent 28rem),
    radial-gradient(circle at 82% 18%, rgba(255, 40, 231, 0.26), transparent 30rem),
    linear-gradient(150deg, var(--black) 0%, var(--ink) 44%, #15051f 100%);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 2, 10, 0.72), rgba(5, 2, 10, 0.92)),
    url("./assets/drops-banner.png") center / cover;
  filter: saturate(1.15) contrast(1.12);
  opacity: 0.28;
}

.light-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    radial-gradient(circle at 12% 22%, rgba(41, 248, 238, 0.18) 0 2px, transparent 3px),
    radial-gradient(circle at 70% 16%, rgba(255, 40, 231, 0.2) 0 2px, transparent 3px);
  background-size: 120px 120px, 170px 170px;
  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(5, 2, 10, 0.75);
  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-gem {
  width: 36px;
  height: 28px;
  border: 2px solid rgba(248, 245, 255, 0.82);
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 32%, rgba(255, 255, 255, 0.35) 46%, transparent 62%),
    linear-gradient(135deg, var(--cyan), var(--violet) 52%, var(--magenta));
  box-shadow:
    0 0 18px rgba(41, 248, 238, 0.45),
    0 0 28px rgba(255, 40, 231, 0.3);
}

.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(248, 245, 255, 0.2);
  border-radius: 999px;
  padding: 11px 15px;
  color: var(--white);
  background: rgba(248, 245, 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(41, 248, 238, 0.82);
  background: rgba(41, 248, 238, 0.12);
  box-shadow: 0 0 30px rgba(41, 248, 238, 0.18);
  transform: translateY(-2px);
}

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

.button.primary {
  border-color: rgba(255, 40, 231, 0.95);
  background: linear-gradient(135deg, var(--magenta), var(--violet) 50%, var(--cyan));
  box-shadow: 0 14px 38px rgba(255, 40, 231, 0.22);
}

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

.hero {
  --shine-x: 0px;
  --shine-y: 0px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.86fr);
  align-items: center;
  gap: clamp(24px, 5vw, 70px);
  min-height: calc(100vh - 128px);
  padding: 28px 0 74px;
}

.hero-copy {
  position: relative;
}

.hero-copy::before {
  position: absolute;
  left: 0;
  top: -24px;
  width: 160px;
  height: 8px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--magenta), transparent);
  box-shadow: 0 0 34px rgba(255, 40, 231, 0.52);
}

.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(4rem, 13vw, 10.4rem);
  line-height: 0.78;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.44),
    0 0 26px rgba(255, 40, 231, 0.36),
    0 24px 54px rgba(0, 0, 0, 0.52);
}

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

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

.drop-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.drop-line span {
  border: 1px solid rgba(255, 40, 231, 0.34);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(248, 245, 255, 0.84);
  background: rgba(255, 40, 231, 0.1);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.candy-stage {
  position: relative;
  margin: 0;
  transform: translate(var(--shine-x), var(--shine-y));
  transition: transform 220ms ease;
}

.candy-stage::before {
  position: absolute;
  inset: 9% -5% auto -4%;
  height: 38%;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(41, 248, 238, 0.42), rgba(255, 40, 231, 0.38));
  filter: blur(24px);
}

.halo {
  position: absolute;
  inset: -26px;
  z-index: -1;
  border-radius: 32px;
  background:
    radial-gradient(circle at 20% 30%, rgba(41, 248, 238, 0.28), transparent 34%),
    radial-gradient(circle at 82% 24%, rgba(255, 40, 231, 0.3), transparent 32%),
    linear-gradient(140deg, rgba(139, 55, 255, 0.12), rgba(5, 2, 10, 0));
  filter: blur(4px);
}

.candy-stage img {
  width: min(520px, 100%);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(248, 245, 255, 0.22);
  border-radius: 22px;
  box-shadow:
    0 30px 100px rgba(0, 0, 0, 0.56),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.candy-stage figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 15px;
  border: 1px solid rgba(248, 245, 255, 0.22);
  border-radius: 999px;
  background: rgba(5, 2, 10, 0.68);
  backdrop-filter: blur(14px);
  text-transform: uppercase;
}

.candy-stage span {
  color: var(--cyan);
  font-weight: 950;
}

.candy-stage strong {
  color: var(--white);
  font-weight: 950;
}

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

.bay-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(160deg, rgba(255, 40, 231, 0.18), rgba(41, 248, 238, 0.08)),
    rgba(5, 2, 10, 0.64);
}

.banner-bay figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--black);
  box-shadow: 0 28px 88px rgba(0, 0, 0, 0.4);
}

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

.ticker-statement {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: clamp(22px, 4vw, 60px);
  align-items: center;
  margin-bottom: 66px;
  padding: clamp(24px, 5vw, 52px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(100deg, rgba(41, 248, 238, 0.14), rgba(255, 40, 231, 0.08)),
    rgba(5, 2, 10, 0.65);
}

.ticker-statement div {
  color: var(--magenta);
  font-size: clamp(2.4rem, 6vw, 6.2rem);
  font-weight: 950;
  line-height: 0.88;
  text-transform: uppercase;
}

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

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

.formula article,
.token-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(150deg, rgba(248, 245, 255, 0.08), rgba(248, 245, 255, 0.03)),
    rgba(5, 2, 10, 0.72);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

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

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

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

.formula p {
  margin-bottom: 0;
  color: rgba(248, 245, 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(248, 245, 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(248, 245, 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(248, 245, 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-bay,
  .ticker-statement,
  .token-card {
    grid-template-columns: 1fr;
  }

  .topbar {
    align-items: stretch;
  }

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

  .hero {
    min-height: auto;
  }

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

  .bay-head {
    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.4rem, 22vw, 5.8rem);
  }

  .candy-stage figcaption {
    position: static;
    margin-top: 10px;
  }

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