:root {
  --dark: #121212;
  --white: #fff;
  --muted: #b0b0b0;
  --line: rgba(233, 233, 233, 0.4);
  --primary: #4db0ff;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--dark); color: var(--white); font-family: Outfit, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
img, video { display: block; max-width: 100%; }
.grad {
  background: linear-gradient(90deg, #3c8cff 7.5%, #8164ff 53.5%, #c04b98);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

header {
  position: sticky; top: 0; z-index: 50;
  height: 68px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 24px; background: rgba(18,18,18,.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.logo img { height: 22px; width: auto; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a, .nav button.ghost {
  font-size: 14px; font-weight: 500; letter-spacing: .02em; opacity: .9;
}
.nav a:hover, .nav button.ghost:hover { opacity: 1; }
.products { position: relative; }
.mega {
  display: none; position: absolute; top: 100%; right: 0; margin-top: 12px;
  width: min(720px, 92vw); padding: 20px;
  background: #1a1a1a; border: 1px solid rgba(255,255,255,.08); border-radius: 16px;
  grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.products:hover .mega, .products:focus-within .mega { display: grid; }
.mega a {
  display: flex; flex-direction: column; gap: 8px; padding: 10px; border-radius: 12px;
}
.mega a:hover { background: rgba(255,255,255,.05); }
.mega img { height: 72px; width: 100%; object-fit: contain; background: #111; border-radius: 8px; }
.mega span { font-size: 12px; font-weight: 600; text-align: center; }
.connect {
  padding: 8px 16px; border-radius: 999px; background: #fff; color: #111;
  font-weight: 600; font-size: 13px;
}
.connect:hover { background: #e9e9e9; }

.hero { position: relative; min-height: calc(100vh - 68px); width: 100vw; overflow: hidden; }
.hero video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: bottom;
}
.hero-copy {
  position: relative; z-index: 1; height: calc(100vh - 68px);
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 52px 9.25vw 40px 3.75vw;
}
.hero-kicker { font-size: 3vw; font-weight: 400; text-transform: uppercase; line-height: 1; }
.hero-title { font-size: 6vw; font-weight: 800; text-transform: uppercase; line-height: .95; }
.explore {
  align-self: center; display: flex; flex-direction: column; align-items: center; gap: 8px;
  position: sticky; bottom: 40px;
}
.explore span {
  background: rgba(18,18,18,.15); border-radius: 999px; padding: 2px 10px;
  font-size: 13px; font-weight: 700;
}
.scroll-core {
  width: 6px; height: 32px; border-radius: 3px; background: #2f2f2f; position: relative; overflow: hidden;
}
.scroll-core i {
  position: absolute; left: 0; width: 6px; height: 14px; border-radius: 3px; background: #4db0ff;
  animation: drop 1.5s infinite;
}
@keyframes drop {
  0% { top: -16px; } 80% { top: 32px; } 100% { top: 32px; }
}

.wire { position: relative; }
.wire video { width: 100vw; height: 100vh; object-fit: cover; }
.highlights { padding: 80px 0 160px; }
.highlights h2 { font-size: 5vw; font-weight: 500; padding: 0 10vw 24px; }
.news-row {
  display: flex; justify-content: space-between; gap: 24px;
  border-top: .5px solid var(--line); padding: 56px 80px 56px 10vw;
}
.news-row:last-child { border-bottom: .5px solid var(--line); }
.news-img { width: 40vw; max-width: 732px; }
.news-img img { width: 100%; max-height: 280px; object-fit: contain; object-position: top; }
.news-body { width: 40vw; display: flex; gap: 24px; }
.news-date { font-size: 28px; font-weight: 200; line-height: 1.2; min-width: 64px; }
.news-date small { display: block; font-size: 18px; text-transform: capitalize; }
.news-title { font-size: 28px; font-weight: 300; line-height: 1.2; text-transform: capitalize; margin-bottom: 12px; }
.news-title:hover { text-decoration: underline; }
.tag {
  display: inline-block; border: 1px solid var(--muted); border-radius: 100px;
  padding: 2px 12px; font-size: 12px; font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; color: var(--muted);
}
.news-desc { margin-top: 12px; color: var(--muted); font-size: 16px; line-height: 1.4; }

.coin { position: relative; height: calc(100vh - 68px); overflow: hidden; }
.coin video { width: 100%; height: 100%; object-fit: cover; object-position: right; }
.coin-copy {
  position: absolute; top: 50%; left: 80px; transform: translateY(-50%);
  width: 40%; display: flex; gap: 8px; align-items: flex-start;
}
.vert { writing-mode: vertical-rl; font-size: 12px; letter-spacing: .08em; opacity: .8; padding-top: 12px; }
.coin-copy h3 { font-size: 12vw; font-weight: 900; line-height: .725; }
.coin-copy h3 + h3 { line-height: .8; margin-bottom: 12px; }
.coin-copy p { max-width: 462px; }
.coin-copy .lead { font-size: 30px; font-weight: 800; margin-bottom: 8px; }
.coin-copy .sub { font-size: 16px; font-weight: 400; opacity: .95; }

.airid { position: relative; height: 100vh; overflow: hidden; }
.airid .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.airid .shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, #121212 0%, transparent 9.5%, transparent 69%, #121212 100%);
}
.airid-inner {
  position: relative; z-index: 2; height: 100%;
  display: flex; align-items: center; justify-content: space-between; padding: 0 80px;
}
.airid-left { width: 30%; }
.airid-left h4 { font-size: 24px; font-weight: 700; margin-bottom: 16px; }
.airid-left p { font-size: 16px; line-height: 1.5; }
.airid-right { text-align: right; }
.airid-right .mints { font-size: 4vw; font-weight: 600; }
.airid-right .count { font-size: 6.25vw; font-weight: 700; }

.mocana { position: relative; padding: 12vw 0 320px; overflow: hidden; }
.mocana .bg, .mocana .shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.mocana .bg { object-fit: cover; }
.mocana .shade { background: linear-gradient(180deg, #121212 0%, transparent 38.5%); }
.mocana-planet {
  position: absolute; right: 0; top: 0; height: 100vh; max-width: 50vw;
  object-fit: contain; object-position: top; z-index: 2;
}
.mocana-inner { position: relative; z-index: 3; margin-left: 10vw; }
.mocana h2 { font-size: 8.75vw; font-weight: 700; line-height: .85; }
.mocana .hub { margin: 8px 0 80px 100px; font-size: 1.85vw; font-weight: 500; }
.cards { display: flex; gap: 1vw; align-items: flex-start; }
.rp-card, .cat-card {
  background: #252525; position: relative; overflow: hidden;
}
.rp-card { width: 25vw; height: 38vw; padding: 3.33vw 1.66vw 1.66vw; }
.rp-card img { width: 10vw; margin: 0 auto 16px; }
.rp-card .earn { font-size: 3.25vw; font-weight: 800; line-height: .9; }
.rp-card .rp { font-size: 7vw; font-weight: 800; line-height: .9; }
.rp-card .note { width: 13.75vw; margin-left: auto; text-align: right; font-size: 1.66vw; color: var(--muted); }
.explore-now {
  margin-top: 40px; height: 8vw; width: 25vw;
  border: 1px solid var(--line); display: flex; align-items: flex-end; justify-content: flex-end;
  padding: 20px; font-weight: 700; font-size: 18px; gap: 12px;
}
.explore-now:hover { border-width: 5px; }
.cats { display: grid; grid-template-columns: 1fr 1fr; gap: 1vw; margin-top: 15vw; }
.cat-card { width: 12.6vw; height: 12.9vw; padding: 2.1vw 1.05vw 1.05vw; display: flex; flex-direction: column; justify-content: space-between; }
.cat-card img { width: 6.75vw; margin: 0 auto; }
.cat-card span { font-size: 1.6vw; font-weight: 800; }
.shift { position: relative; top: 4vw; }

.community { position: relative; min-height: 96vw; padding: 80px 0; background: var(--dark); }
.sat { position: sticky; top: 68px; width: 35vw; }
.community-right { width: 50%; margin-left: auto; margin-right: 80px; }
.join { font-size: 2.4vw; font-weight: 300; }
.our { font-size: 6.5vw; font-weight: 700; line-height: 1.05; }
.community-right > img { width: 100%; margin: 8px 0 20px; }
.social-pills { display: flex; gap: 1.77vw; align-items: center; height: 5vw; width: 12.5vw; }
.social-pills a { width: 2vw; height: 2vw; display: grid; place-items: center; }
.stat-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.5vw; margin-top: -20px; justify-items: end;
}
.stat {
  background: #252525; width: 19.6vw; height: 32.5vw; padding: 20px;
  display: flex; flex-direction: column;
}
.stat .lbl { font-size: 20px; letter-spacing: 4px; text-transform: uppercase; font-weight: 300; }
.stat .ico { flex: 1; display: grid; place-items: center; font-size: 10.6vw; }
.stat .num { font-size: 5vw; font-weight: 800; }
.stat .users { font-size: 1.25vw; text-transform: uppercase; }

.partners { position: relative; padding: 80px 0; overflow: hidden; }
.partners .pbg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.partners-inner {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: 60px;
}
.partners h2 { font-size: 80px; font-weight: 700; line-height: .85; text-transform: uppercase; }
.partners .soon { font-size: 32px; font-weight: 300; color: var(--muted); line-height: 1.2; }
.p-wrap { width: 90vw; display: flex; flex-direction: column; gap: 14px; }
.p-row { display: flex; align-items: center; justify-content: center; gap: 14px; }
.p-dot {
  width: 64px; height: 64px; border-radius: 50%; background: #fff;
  display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0;
}
.p-dot img { width: 78%; height: 78%; object-fit: contain; }
@media (min-width: 768px) {
  .p-dot { width: 110px; height: 110px; }
  .p-row { gap: 11px; }
}
@media (min-width: 992px) {
  .p-dot { width: 142px; height: 142px; }
  .p-row { gap: 14px; }
}

footer {
  padding: 48px 80px; display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid rgba(255,255,255,.08); font-size: 13px; color: var(--muted);
}
footer .links { display: flex; gap: 20px; }

.toast {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%);
  background: #fff; color: #111; padding: 10px 16px; border-radius: 12px;
  font-weight: 600; z-index: 80; display: none;
}

@media (max-width: 991px) {
  .hero-kicker { font-size: 6vw; }
  .hero-title { font-size: 12vw; }
  .hero-copy { padding: 18px 7vw 40px 4.8vw; }
  .news-row { flex-direction: column; padding: 24px; }
  .news-img { display: none; }
  .news-body { width: 100%; }
  .news-title { font-size: 24px; }
  .coin { height: auto; padding: 40px 0; }
  .coin-copy { position: relative; left: 0; top: 0; transform: none; width: auto; padding: 0 24px 16px; flex-direction: row; }
  .coin-copy h3 { font-size: 27.5vw; }
  .coin video { height: auto; }
  .airid { height: auto; min-height: 100vh; }
  .airid-inner { flex-direction: column; padding: 40px 24px; align-items: stretch; }
  .airid-left, .airid-right { width: auto; }
  .airid-right { text-align: right; padding-top: 40%; }
  .airid-right .mints { font-size: 9.5vw; }
  .airid-right .count { font-size: 15.5vw; }
  .mocana-inner { margin-left: 24px; }
  .mocana h2 { font-size: 13.3vw; }
  .mocana .hub { font-size: 3.75vw; margin-left: 40px; }
  .rp-card { width: 45vw; height: 75vw; }
  .cat-card { width: 22.75vw; height: 23.5vw; }
  .explore-now { width: 45vw; height: 14vw; }
  .community-right { width: 60%; margin-right: 24px; }
  .stat { width: 30vw; height: 50vw; }
  .partners h2 { font-size: 40px; }
  .partners .soon { font-size: 16px; }
  .partners-inner { gap: 40px; padding: 40px 0; }
  .p-wrap { gap: 6px; }
  .p-row { gap: 6px; }
  header .nav a.desk { display: none; }
  footer { flex-direction: column; gap: 16px; padding: 32px 24px; }
}
