:root {
  --bg: #02070f;
  --bg-2: #04101c;
  --navy: #071a2e;
  --ink: #e9f4ff;
  --muted: #9bb4c9;
  --gold: #f0b90b;
  --gold-2: #ffd54a;
  --gold-deep: #c9a227;
  --cyan: #7ee7ff;
  --cyan-dim: rgba(126, 231, 255, 0.14);
  --line: rgba(126, 231, 255, 0.16);
  --glass: rgba(4, 16, 28, 0.62);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius: 22px;
  --nav-h: 78px;
  --font-display: "Cinzel", "Noto Serif SC", Georgia, serif;
  --font-cn: "Noto Serif SC", "Songti SC", "SimSun", serif;
  --font-body: "Outfit", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
}

body.cursor-crab,
body.cursor-crab a,
body.cursor-crab button {
  cursor: none;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
}

code {
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 80;
  background: var(--gold);
  color: #141414;
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 700;
}

.skip-link:focus {
  top: 16px;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  letter-spacing: 0.34em;
  font-size: 0.72rem;
  font-weight: 700;
}

h1, h2, h3 {
  font-family: var(--font-display);
  line-height: 0.95;
  letter-spacing: 0.08em;
  margin: 0;
}

h2 {
  font-size: clamp(2.1rem, 5vw, 4.4rem);
  font-weight: 900;
}

h3 {
  font-size: 1.35rem;
  letter-spacing: 0.12em;
}

.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* Cursor */
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  pointer-events: none;
  z-index: 100;
  mix-blend-mode: screen;
  transform: translate(-100px, -100px);
  opacity: 0;
}

.cursor.is-on {
  opacity: 1;
}

.cursor__core {
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 16px var(--gold);
}

.cursor__claw {
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(240, 185, 11, 0.45);
  border-radius: 50%;
  transform: rotate(18deg);
}

/* Ocean */
.ocean {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.ocean__gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 700px at 50% -10%, rgba(90, 170, 220, 0.18), transparent 55%),
    radial-gradient(900px 500px at 80% 20%, rgba(240, 185, 11, 0.08), transparent 50%),
    linear-gradient(180deg, #07182b 0%, #030b16 42%, #01050c 100%);
}

.ocean__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
}

.ocean__glow--gold {
  width: 42vw;
  height: 42vw;
  right: -8vw;
  top: 8vh;
  background: rgba(240, 185, 11, 0.12);
  animation: drift 18s ease-in-out infinite;
}

.ocean__glow--cyan {
  width: 36vw;
  height: 36vw;
  left: -10vw;
  top: 30vh;
  background: rgba(80, 180, 220, 0.14);
  animation: drift 22s ease-in-out infinite reverse;
}

.ocean__glow--deep {
  width: 50vw;
  height: 30vw;
  left: 20vw;
  bottom: -12vw;
  background: rgba(0, 40, 80, 0.5);
}

.ocean__rays {
  position: absolute;
  inset: 0;
}

.ocean__rays span {
  position: absolute;
  top: -18%;
  width: 14vw;
  height: 130%;
  background: linear-gradient(180deg, rgba(180, 230, 255, 0.16), transparent 68%);
  filter: blur(10px);
  transform-origin: top center;
  animation: ray 16s ease-in-out infinite;
}

.ocean__caustic {
  position: absolute;
  inset: -10%;
  background:
    radial-gradient(circle at 20% 10%, rgba(126, 231, 255, 0.08) 0 2%, transparent 22%),
    radial-gradient(circle at 70% 0%, rgba(240, 185, 11, 0.06) 0 3%, transparent 24%);
  animation: caustic 20s linear infinite;
}

.ocean__noise {
  position: absolute;
  inset: 0;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.ocean__bubbles span,
.ocean__particles span {
  position: absolute;
  bottom: -8%;
  border-radius: 50%;
  opacity: 0.35;
}

.ocean__bubbles span {
  border: 1px solid rgba(180, 230, 255, 0.4);
  background: rgba(180, 230, 255, 0.08);
  animation: bubble linear infinite;
}

.ocean__particles span {
  background: rgba(240, 185, 11, 0.55);
  animation: particle linear infinite;
}

@keyframes drift {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-4%, 6%); }
}

@keyframes ray {
  0%, 100% { opacity: 0.25; transform: rotate(var(--r, -12deg)) translateX(0); }
  50% { opacity: 0.55; transform: rotate(calc(var(--r, -12deg) + 4deg)) translateX(2vw); }
}

@keyframes caustic {
  from { transform: translateX(-2%) rotate(0.001deg); }
  to { transform: translateX(2%) rotate(0.001deg); }
}

@keyframes bubble {
  0% { transform: translate3d(0, 0, 0) scale(1); opacity: 0; }
  12% { opacity: 0.45; }
  100% { transform: translate3d(var(--dx, 20px), -110vh, 0) scale(1.15); opacity: 0; }
}

@keyframes particle {
  0% { transform: translate3d(0, 0, 0); opacity: 0; }
  20% { opacity: 0.6; }
  100% { transform: translate3d(var(--dx, -30px), -80vh, 0); opacity: 0; }
}

/* Nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  transition: background 0.35s var(--ease), backdrop-filter 0.35s var(--ease);
}

.nav.is-scrolled {
  background: rgba(2, 8, 16, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.28);
}

.nav__bar {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  min-height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.92rem;
  z-index: 42;
}

.nav__brand img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(240, 185, 11, 0.3), 0 0 18px rgba(240, 185, 11, 0.18);
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav__links a {
  font-size: 0.84rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 0.2s ease, transform 0.2s ease;
}

.nav__links a:hover {
  color: var(--ink);
}

.nav__links .btn--primary,
.nav__links .btn--primary:hover {
  color: #141414;
}

.nav__toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: rgba(4, 16, 28, 0.6);
  border-radius: 12px;
  padding: 0;
  cursor: pointer;
  z-index: 42;
}

.nav__toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  transition: 0.25s var(--ease);
}

.nav__toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav__toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav__toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav__progress {
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, var(--gold), var(--cyan));
}

/* Buttons */
.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s ease, border-color 0.25s ease;
}

.btn--primary {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #141414;
  box-shadow: 0 8px 28px rgba(240, 185, 11, 0.28);
}

.btn--ghost {
  background: rgba(8, 28, 48, 0.55);
  border-color: var(--line);
  color: var(--ink);
  backdrop-filter: blur(10px);
}

.btn--nav {
  min-height: 42px;
  padding: 0 18px;
}

.btn--lg {
  min-height: 56px;
  padding: 0 28px;
}

.btn--icon svg {
  flex-shrink: 0;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 25%, rgba(255, 255, 255, 0.45) 50%, transparent 75%);
  transform: translateX(-130%);
  transition: transform 0.6s var(--ease);
  z-index: -1;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn--primary:hover {
  box-shadow: 0 14px 36px rgba(240, 185, 11, 0.42);
}

.btn:hover::after {
  transform: translateX(130%);
}

.btn:active {
  transform: translateY(0);
}

.btn__claws {
  position: absolute;
  inset: -2px;
  pointer-events: none;
}

.btn__claws::before,
.btn__claws::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 14px;
  border: 2px solid #141414;
  border-radius: 40% 70% 30% 70%;
  opacity: 0;
  transform: translateY(-50%) scale(0.4);
  transition: 0.28s var(--ease);
}

.btn__claws::before {
  left: 8px;
  transform: translateY(-50%) rotate(-28deg) scale(0.4);
}

.btn__claws::after {
  right: 8px;
  transform: translateY(-50%) rotate(28deg) scale(0.4);
}

.btn--buy:hover .btn__claws::before,
.btn--buy:hover .btn__claws::after {
  opacity: 0.55;
  transform: translateY(-50%) scale(1);
}

.btn--buy:hover .btn__claws::before {
  transform: translateY(-50%) rotate(-28deg) scale(1);
}

.btn--buy:hover .btn__claws::after {
  transform: translateY(-50%) rotate(28deg) scale(1);
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding: 12px 0 72px;
  overflow: hidden;
}

.hero__sky {
  position: absolute;
  inset: -8% 0 40% 18%;
  pointer-events: none;
  opacity: 0.55;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 88%),
    linear-gradient(90deg, transparent 0%, #000 28%, #000 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(180deg, #000 0%, transparent 88%),
    linear-gradient(90deg, transparent 0%, #000 28%, #000 100%);
  mask-composite: intersect;
}

.hero__sky img {
  width: 100%;
  height: 160%;
  object-fit: cover;
  object-position: 50% 0%;
  filter: saturate(1.1) contrast(1.05);
  animation: sky-drift 24s ease-in-out infinite;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(340px, 1.08fr);
  gap: 24px 48px;
  align-items: center;
  width: min(1280px, calc(100% - 48px));
}

.hero__copy {
  position: relative;
  max-width: 560px;
  padding-bottom: 12px;
}

.hero__copy::before {
  content: "";
  position: absolute;
  inset: -40px -60px -40px -40px;
  background: radial-gradient(ellipse at 20% 40%, rgba(2, 7, 15, 0.82) 0%, rgba(2, 7, 15, 0.5) 46%, transparent 74%);
  z-index: -1;
  pointer-events: none;
}

.bnb-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px 7px 8px;
  border: 1px solid rgba(240, 185, 11, 0.35);
  border-radius: 999px;
  background: rgba(240, 185, 11, 0.08);
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  font-weight: 700;
}

.bnb-badge__mark {
  width: 16px;
  height: 16px;
}

.bnb-badge--compact {
  padding: 6px 10px 6px 7px;
}

.hero__title {
  margin: 22px 0 8px;
  font-size: clamp(3.1rem, 6.6vw, 6.4rem);
  font-weight: 900;
  letter-spacing: 0.045em;
}

.hero__title-line {
  display: block;
}

.hero__title-line--gold {
  color: var(--gold);
  text-shadow: 0 0 42px rgba(240, 185, 11, 0.28);
}

.hero__ticker {
  margin: 0 0 18px;
  font-family: var(--font-cn);
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  color: var(--gold-2);
  letter-spacing: 0.18em;
}

.hero__headline {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  letter-spacing: 0.22em;
}

.hero__support {
  margin: 0 0 28px;
  max-width: 420px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.hero .reveal {
  animation: hero-in 0.9s var(--ease) both;
}

.hero .reveal[data-delay="80"] { animation-delay: 80ms; }
.hero .reveal[data-delay="160"] { animation-delay: 160ms; }
.hero .reveal[data-delay="220"] { animation-delay: 220ms; }
.hero .reveal[data-delay="280"] { animation-delay: 280ms; }
.hero .reveal[data-delay="340"] { animation-delay: 340ms; }
.hero .reveal[data-delay="420"] { animation-delay: 420ms; }

@keyframes hero-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__visual {
  position: relative;
  height: min(78vh, 680px);
  min-height: 460px;
}

.hero__bloom {
  position: absolute;
  width: 72%;
  height: 58%;
  left: 16%;
  top: 4%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(186, 230, 255, 0.28), rgba(240, 185, 11, 0.14) 42%, transparent 70%);
  filter: blur(26px);
  animation: pulse-glow 7s ease-in-out infinite;
  pointer-events: none;
}

.hero__scene {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  animation: float-art 8s ease-in-out infinite;
}

.hero__scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 36%;
  transform: scale(1.08);
  transform-origin: 52% 40%;
  -webkit-mask-image: radial-gradient(ellipse 78% 84% at 52% 48%, #000 38%, transparent 74%);
  mask-image: radial-gradient(ellipse 78% 84% at 52% 48%, #000 38%, transparent 74%);
}

.hero__shimmer {
  position: absolute;
  inset: 8% 12%;
  border-radius: 50%;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 36%),
    radial-gradient(circle at 50% 18%, rgba(126, 231, 255, 0.16), transparent 42%);
  mix-blend-mode: screen;
  animation: water 10s ease-in-out infinite;
  -webkit-mask-image: radial-gradient(ellipse 70% 75% at 50% 45%, #000 30%, transparent 72%);
  mask-image: radial-gradient(ellipse 70% 75% at 50% 45%, #000 30%, transparent 72%);
}

.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 2;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  letter-spacing: 0.28em;
  font-size: 0.62rem;
}

.hero__scroll b {
  width: 1px;
  height: 38px;
  background: linear-gradient(180deg, var(--gold), transparent);
  animation: scroll-line 2s ease-in-out infinite;
}

@keyframes float-art {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes pulse-glow {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes water {
  0%, 100% { opacity: 0.45; transform: translateY(0); }
  50% { opacity: 0.8; transform: translateY(-8px); }
}

@keyframes sky-drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1.02); }
  50% { transform: translate3d(-1.5%, 1%, 0) scale(1.06); }
}

@keyframes scroll-line {
  0% { transform: scaleY(0.4); opacity: 0.3; transform-origin: top; }
  50% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(0.4); opacity: 0.3; transform-origin: bottom; }
}

/* Marquee */
.marquee {
  border-block: 1px solid var(--line);
  background: rgba(240, 185, 11, 0.04);
  overflow: hidden;
  padding: 14px 0;
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.marquee--reverse .marquee__track {
  animation-direction: reverse;
  animation-duration: 34s;
}

.marquee span {
  padding-right: 12px;
  font-family: var(--font-display);
  letter-spacing: 0.28em;
  font-size: 0.82rem;
  color: var(--gold);
  white-space: nowrap;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Showcase */
.showcase {
  padding: 120px 0 80px;
}

.showcase__head {
  margin-bottom: 36px;
}

.showcase__frame {
  position: relative;
  border-radius: 30px;
  padding: 2px;
  overflow: hidden;
  transform: perspective(1200px) rotateX(3deg);
  box-shadow: var(--shadow);
}

.showcase__glow {
  position: absolute;
  inset: 8% 6%;
  background: radial-gradient(circle, rgba(240, 185, 11, 0.22), transparent 65%);
  filter: blur(30px);
  z-index: 0;
}

.showcase__orbit {
  position: absolute;
  inset: -45%;
  background: conic-gradient(from 0deg, transparent 0 58%, var(--gold) 72%, var(--cyan) 82%, transparent 92%);
  animation: orbit 8s linear infinite;
  pointer-events: none;
}

@keyframes orbit {
  to { transform: rotate(360deg); }
}

.showcase__shot {
  position: relative;
  z-index: 1;
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  background: #02070f;
}

.showcase__shot img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Divider walker */
.divider {
  position: relative;
  height: 48px;
  margin: 10px 0 20px;
  overflow: hidden;
}

.crab-walker {
  position: absolute;
  top: 8px;
  left: -8%;
  width: 54px;
  color: var(--gold);
  animation: walk 22s linear infinite;
  filter: drop-shadow(0 0 8px rgba(240, 185, 11, 0.4));
}

.crab-walker svg {
  width: 54px;
  height: 34px;
  animation: scuttle 0.45s ease-in-out infinite;
}

@keyframes walk {
  0% { left: -8%; transform: scaleX(1); }
  49.9% { left: 104%; transform: scaleX(1); }
  50% { left: 104%; transform: scaleX(-1); }
  100% { left: -8%; transform: scaleX(-1); }
}

@keyframes scuttle {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-3px) rotate(4deg); }
}

/* About / crab effect */
.about {
  padding: 90px 0 70px;
}

.about__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}

.about__lead {
  margin: 22px 0 18px;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.4vw, 2.7rem);
  line-height: 1.15;
  letter-spacing: 0.04em;
}

.about__body {
  margin: 0 0 14px;
  color: var(--muted);
  max-width: 520px;
  font-size: 1.05rem;
}

.source {
  margin-top: 72px;
  text-align: center;
}

.source__frame {
  position: relative;
  max-width: 580px;
  margin: 18px auto 0;
  padding: 18px 18px 12px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(18, 42, 68, 0.55), rgba(6, 16, 28, 0.85));
  border: 1px solid var(--line);
}

.source__glow {
  position: absolute;
  inset: 12% 10%;
  background: radial-gradient(circle, rgba(240, 185, 11, 0.14), transparent 70%);
  filter: blur(22px);
  pointer-events: none;
}

.x-embed {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  min-height: 180px;
}

.x-embed .twitter-tweet {
  margin: 0 auto !important;
}

.x-embed .twitter-tweet:not(.twitter-tweet-rendered) {
  width: 100%;
  max-width: 550px;
  background: #15202b;
  color: #e7e9ea;
  padding: 20px 22px;
  border-radius: 16px;
  text-align: left;
  font-size: 1.12rem;
  line-height: 1.55;
  font-family: var(--font-cn), var(--font-body);
}

.x-embed .twitter-tweet:not(.twitter-tweet-rendered) a {
  color: var(--gold);
}

.x-embed .twitter-tweet.twitter-tweet-rendered {
  background: transparent;
  padding: 0;
}

.x-embed iframe {
  margin: 0 auto !important;
  max-width: 100%;
}

.source__fallback {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 8px;
  color: var(--gold);
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.source__fallback:hover {
  color: var(--gold-2);
}

.bucket {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: end center;
}

.bucket__light {
  position: absolute;
  top: 0;
  width: 120px;
  height: 70%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent);
  filter: blur(8px);
  animation: ray 10s ease-in-out infinite;
}

.bucket__climber {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 84px;
  color: var(--gold-2);
  animation: climb-loop 5.5s ease-in-out infinite;
  filter: drop-shadow(0 8px 16px rgba(240, 185, 11, 0.35));
  z-index: 2;
}

.bucket__climber svg {
  width: 84px;
  height: 52px;
}

.bucket__vessel {
  width: min(100%, 340px);
  height: 230px;
  border: 3px solid rgba(180, 200, 220, 0.2);
  border-bottom: 0;
  border-radius: 18px 18px 80px 80px;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.45)),
    radial-gradient(circle at 50% 120%, rgba(240, 185, 11, 0.08), transparent 50%);
  overflow: hidden;
  position: relative;
}

.bucket__shadow-crab {
  position: absolute;
  color: rgba(90, 120, 150, 0.55);
  animation: tug 3.8s ease-in-out infinite;
}

.bucket__shadow-crab svg {
  width: 58px;
  height: 36px;
}

.bucket__shadow-crab.c1 { left: 18%; bottom: 28px; animation-delay: 0s; }
.bucket__shadow-crab.c2 { left: 40%; bottom: 16px; width: 70px; color: rgba(70, 95, 120, 0.7); animation-delay: 0.4s; }
.bucket__shadow-crab.c3 { left: 62%; bottom: 34px; animation-delay: 0.8s; }
.bucket__shadow-crab.c4 { left: 28%; bottom: 70px; opacity: 0.5; animation-delay: 1.1s; }
.bucket__shadow-crab.c5 { left: 54%; bottom: 78px; opacity: 0.4; animation-delay: 1.6s; }

.bucket__caption {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  letter-spacing: 0.22em;
  font-size: 0.68rem;
  color: var(--muted);
  white-space: nowrap;
}

@keyframes climb-loop {
  0%, 100% { transform: translate(-50%, 18px); }
  55% { transform: translate(-50%, -8px); }
}

@keyframes tug {
  0%, 100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  70% { transform: translateY(6px); }
}

/* Escape */
.escape {
  padding: 80px 0 110px;
}

.escape__head {
  margin-bottom: 56px;
}

.escape__layout {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 28px;
}

.escape__spine {
  position: relative;
}

.escape__line {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 50%;
  width: 2px;
  margin: 0;
  background: rgba(126, 231, 255, 0.12);
  border-radius: 99px;
  overflow: hidden;
  transform: translateX(-50%);
}

.escape__line b {
  display: block;
  width: 100%;
  height: 25%;
  background: linear-gradient(180deg, var(--gold), var(--cyan));
  transition: height 0.45s var(--ease);
}

.escape__climber {
  position: sticky;
  top: 42vh;
  width: 52px;
  margin: 0 auto;
  color: var(--gold);
  z-index: 1;
  filter: drop-shadow(0 0 10px rgba(240, 185, 11, 0.4));
}

.escape__climber svg {
  width: 52px;
  height: 32px;
}

.escape__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 28px;
}

.escape__step {
  padding: 32px 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(10, 32, 52, 0.55), rgba(4, 12, 22, 0.7));
  box-shadow: var(--shadow);
  transition: transform 0.35s var(--ease), border-color 0.35s ease;
}

.escape__step.is-active {
  border-color: rgba(240, 185, 11, 0.45);
  transform: translateY(-4px);
}

.escape__num {
  display: block;
  color: var(--gold);
  font-family: var(--font-display);
  letter-spacing: 0.28em;
  margin-bottom: 10px;
}

.escape__step h3 {
  margin-bottom: 10px;
}

.escape__step p {
  margin: 0;
  color: var(--muted);
  max-width: 560px;
}

/* Token */
.token {
  padding: 40px 0 80px;
}

.token__head,
.howto__head {
  margin-bottom: 36px;
}

.token-card {
  position: relative;
  max-width: 720px;
  padding: 32px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(18, 42, 68, 0.8), rgba(6, 16, 28, 0.92));
  overflow: hidden;
  transition: transform 0.35s var(--ease);
}

.token-card:hover {
  transform: translateY(-6px);
}

.token-card__edge {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(160deg, var(--gold), transparent 35%, var(--cyan) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.token-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

.token-card__top img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
}

.token-card__list {
  display: grid;
  gap: 18px;
  margin: 0;
}

.token-card__list dt {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.token-card__list dd {
  margin: 4px 0 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.token-card__ticker {
  font-family: var(--font-cn);
  color: var(--gold);
}

.token-card__ca dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.token-card__ca code {
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid var(--line);
  font-size: 0.98rem;
}

.copy-btn {
  position: relative;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(240, 185, 11, 0.4);
  background: rgba(240, 185, 11, 0.12);
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.12em;
  cursor: pointer;
  overflow: hidden;
}

.copy-btn__done {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #141414;
  transform: translateY(110%);
  transition: transform 0.28s var(--ease);
}

.copy-btn.is-copied .copy-btn__done {
  transform: translateY(0);
}

/* How to buy */
.howto {
  padding: 20px 0 100px;
}

.howto__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.howto__card {
  padding: 28px 24px 32px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(6, 20, 36, 0.7);
  min-height: 220px;
  transition: transform 0.35s var(--ease), border-color 0.35s ease;
}

.howto__card:hover {
  transform: translateY(-6px);
  border-color: rgba(240, 185, 11, 0.35);
}

.howto__n {
  display: block;
  color: var(--gold);
  font-family: var(--font-display);
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}

.howto__card p {
  color: var(--muted);
  margin: 12px 0 0;
}

.howto__cta {
  margin-top: 32px;
}

/* Chart */
.chart {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background: radial-gradient(900px 400px at 50% 0%, rgba(240, 185, 11, 0.1), transparent 60%);
}

.chart__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
}

.candles {
  position: absolute;
  left: 50%;
  bottom: 8%;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 220px;
  transform: translateX(-50%);
}

.candles i {
  display: block;
  width: 10px;
  border-radius: 3px;
  background: var(--gold);
  position: relative;
  animation: candle 3.4s ease-in-out infinite;
}

.candles i::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 130%;
  top: -15%;
  background: currentColor;
  transform: translateX(-50%);
  opacity: 0.7;
}

.candles i:nth-child(odd) {
  background: var(--cyan);
  color: var(--cyan);
}

.chart__inner {
  position: relative;
  text-align: center;
}

.chart__note {
  color: var(--muted);
  max-width: 460px;
  margin: 18px auto 28px;
}

@keyframes candle {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(1.18); }
}

/* Community */
.community {
  padding: 80px 0 120px;
}

.community__inner {
  text-align: center;
  padding: 72px 24px;
  border-radius: 36px;
  border: 1px solid var(--line);
  background:
    radial-gradient(600px 220px at 50% 0%, rgba(240, 185, 11, 0.12), transparent 55%),
    rgba(5, 16, 28, 0.7);
}

.community__copy {
  color: var(--muted);
  font-size: 1.15rem;
  margin: 18px 0 32px;
}

.community__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* Footer */
.footer {
  padding: 48px 0 32px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35));
}

.footer__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer__brand img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
}

.footer__brand strong {
  display: block;
  font-family: var(--font-display);
  letter-spacing: 0.16em;
}

.footer__brand span {
  font-family: var(--font-cn);
  color: var(--gold);
}

.footer__links {
  display: flex;
  gap: 22px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.footer__links a:hover {
  color: var(--gold);
}

.footer__chain {
  margin: 0;
  color: var(--gold);
  letter-spacing: 0.14em;
  font-size: 0.82rem;
}

.footer__disclaimer {
  width: min(1180px, calc(100% - 48px));
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 0.85rem;
}

/* Reveals */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.reveal[data-reveal="slide-left"] {
  transform: translateX(-36px);
}

.reveal[data-reveal="slide-right"] {
  transform: translateX(36px);
}

.reveal[data-reveal="scale-in"] {
  transform: scale(0.96);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

/* Responsive */
@media (max-width: 1024px) {
  .about__grid,
  .howto__steps {
    grid-template-columns: 1fr;
  }

  .hero__grid {
    gap: 28px;
  }

  .nav__links {
    position: fixed;
    inset: 0;
    z-index: 41;
    background: rgba(2, 8, 16, 0.96);
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    transform: translateX(100%);
    transition: transform 0.35s var(--ease);
  }

  .nav__links.is-open {
    transform: none;
  }

  .nav__toggle {
    display: block;
  }

  .nav__links a {
    font-size: 1.05rem;
  }
}

@media (max-width: 860px) {
  .hero__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero {
    min-height: auto;
    padding: 8px 0 56px;
  }

  .hero__sky {
    inset: 0 0 58% 0;
    opacity: 0.3;
  }

  .hero__visual {
    order: -1;
    height: 42vh;
    min-height: 260px;
    max-height: 360px;
  }

  .hero__scene img {
    object-position: 50% 34%;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 78%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 78%, transparent 100%);
  }

  .hero__copy {
    max-width: none;
  }

  .hero__copy::before {
    inset: -12px -24px;
  }

  .hero__scroll {
    display: none;
  }
}

@media (max-width: 768px) {
  body.cursor-crab,
  body.cursor-crab a,
  body.cursor-crab button {
    cursor: auto;
  }

  .cursor {
    display: none;
  }

  .wrap,
  .hero__grid,
  .footer__disclaimer {
    width: min(1180px, calc(100% - 32px));
  }

  .hero__title {
    font-size: clamp(3rem, 16vw, 4.6rem);
  }

  .hero__actions,
  .community__actions {
    display: grid;
  }

  .hero__actions .btn,
  .community__actions .btn,
  .howto__cta .btn {
    width: 100%;
  }

  .escape__layout {
    grid-template-columns: 36px 1fr;
  }

  .token-card__ca dd {
    flex-direction: column;
    align-items: flex-start;
  }

  .showcase {
    padding-top: 72px;
  }

  .showcase__frame {
    transform: none;
  }

  .footer__grid {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 430px) {
  .hero__title {
    font-size: clamp(2.7rem, 14vw, 3.6rem);
  }

  .hero__ticker {
    letter-spacing: 0.12em;
  }

  .hero__visual {
    height: 38vh;
    min-height: 220px;
  }

  .token-card {
    padding: 22px 18px;
  }

  .community__inner {
    padding: 48px 18px;
  }

  .btn {
    letter-spacing: 0.1em;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .cursor {
    display: none;
  }

  body,
  body.cursor-crab,
  body.cursor-crab a,
  body.cursor-crab button {
    cursor: auto;
  }
}

@media (hover: none) {
  body.cursor-crab,
  body.cursor-crab a,
  body.cursor-crab button {
    cursor: auto;
  }

  .cursor {
    display: none;
  }
}
