:root {
  color-scheme: dark;
  --ink: #07111e;
  --deep: #0d1b32;
  --blue: #1e90ff;
  --cyan: #63e6ff;
  --gold: #ffd166;
  --orange: #ff8a3d;
  --cream: #fff4d6;
  --white: #ffffff;
  --muted: rgba(255, 244, 214, 0.72);
  --line: rgba(255, 244, 214, 0.18);
  --shadow: 0 26px 90px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(99, 230, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(99, 230, 255, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 16% 8%, rgba(30, 144, 255, 0.34), transparent 34rem),
    radial-gradient(circle at 86% 2%, rgba(255, 138, 61, 0.20), transparent 32rem),
    linear-gradient(135deg, #06101c 0%, #0a1630 48%, #151025 100%);
  background-size: 54px 54px, 54px 54px, auto, auto, auto;
  color: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100vh;
}

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

.topbar {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(7, 17, 30, 0.78);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.brand-icon {
  border: 2px solid var(--gold);
  display: inline-flex;
  height: 42px;
  overflow: hidden;
  width: 42px;
}

.brand-icon img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

nav {
  display: flex;
  gap: clamp(12px, 3vw, 26px);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

nav a {
  color: var(--muted);
}

nav a:hover {
  color: var(--cyan);
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 78px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 540px);
  min-height: 94vh;
  padding: 112px clamp(18px, 5vw, 72px) 52px;
}

.kicker,
.section-label {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 950;
  margin: 0 0 14px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(58px, 12vw, 166px);
  line-height: 0.82;
  margin-bottom: 26px;
  max-width: 980px;
  text-transform: uppercase;
}

.hero-text {
  color: var(--muted);
  font-size: clamp(18px, 2.2vw, 25px);
  line-height: 1.45;
  margin-bottom: 30px;
  max-width: 650px;
}

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

.button {
  align-items: center;
  border: 2px solid transparent;
  display: inline-flex;
  font-size: 14px;
  font-weight: 950;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  text-transform: uppercase;
}

.button.primary {
  background: var(--gold);
  color: var(--ink);
}

.button.secondary {
  border-color: var(--line);
  color: var(--cream);
}

.button:hover,
.text-link:hover {
  transform: translateY(-2px);
}

.stage-card {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid var(--gold);
  box-shadow: var(--shadow);
  margin: 0;
  padding: 12px;
  transform: rotate(1.6deg);
}

.stage-card img,
.proof img {
  display: block;
  height: auto;
  width: 100%;
}

.stage-card figcaption {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 12px 2px 0;
  text-transform: uppercase;
}

.stage-card figcaption span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.stage-card figcaption strong {
  color: var(--gold);
  font-size: 18px;
  text-align: right;
}

.marquee {
  background: var(--gold);
  color: var(--ink);
  display: flex;
  font-size: clamp(17px, 3vw, 34px);
  font-weight: 950;
  gap: clamp(18px, 5vw, 70px);
  overflow: hidden;
  padding: 16px clamp(18px, 5vw, 72px);
  text-transform: uppercase;
  white-space: nowrap;
}

.legend,
.bio-panel,
.token-panel,
.setlist,
.proof {
  padding: clamp(58px, 9vw, 110px) clamp(18px, 5vw, 72px);
}

.legend {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
}

h2 {
  font-size: clamp(34px, 6vw, 80px);
  line-height: 0.96;
  margin-bottom: 0;
  text-transform: uppercase;
}

.legend > p,
.token-copy p,
.proof-copy p {
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
}

.cards {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 clamp(18px, 5vw, 72px);
}

.cards article,
.tracks article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  padding: clamp(22px, 4vw, 34px);
}

.cards span {
  color: var(--gold);
  display: block;
  font-size: 12px;
  font-weight: 950;
  margin-bottom: 34px;
  text-transform: uppercase;
}

h3 {
  font-size: 22px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.cards p,
.tracks p {
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 0;
}

.bio-panel {
  align-items: start;
  display: grid;
  gap: clamp(26px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1fr);
}

.bio-card {
  background: rgba(255, 244, 214, 0.10);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: clamp(24px, 4vw, 40px);
}

.bio-card p {
  color: var(--cream);
  font-size: clamp(19px, 2.2vw, 28px);
  line-height: 1.35;
}

.bio-lines {
  border-top: 1px solid var(--line);
  margin-top: 28px;
  padding-top: 20px;
}

.bio-lines span {
  color: var(--cyan);
  display: block;
  font-size: 12px;
  font-weight: 950;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.bio-lines strong {
  display: block;
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.35;
}

.token-panel {
  align-items: center;
  display: grid;
  gap: clamp(26px, 5vw, 70px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 500px);
}

.token-copy p {
  margin-top: 24px;
  max-width: 690px;
}

.token-card {
  background: var(--cream);
  box-shadow: var(--shadow);
  color: var(--ink);
  display: grid;
  gap: 1px;
  padding: 10px;
}

.token-card > div {
  background: #dcedff;
  padding: 18px;
}

.token-card span {
  display: block;
  font-size: 12px;
  font-weight: 950;
  margin-bottom: 8px;
  opacity: 0.66;
  text-transform: uppercase;
}

.token-card strong {
  display: block;
  font-size: clamp(20px, 3vw, 32px);
  line-height: 1;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.token-card .button.secondary {
  border-color: rgba(7, 17, 30, 0.22);
  color: var(--ink);
}

.setlist {
  background: rgba(30, 144, 255, 0.10);
}

.tracks {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
}

.tracks strong {
  color: var(--orange);
  display: block;
  font-size: 14px;
  font-weight: 950;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.proof {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 520px);
}

.proof img {
  border: 12px solid var(--cream);
  box-shadow: var(--shadow);
  transform: rotate(-1deg);
}

.text-link {
  border-bottom: 2px solid var(--cyan);
  color: var(--cyan);
  display: inline-block;
  font-weight: 950;
  margin-top: 8px;
  text-transform: uppercase;
}

footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font-size: 13px;
  font-weight: 950;
  justify-content: space-between;
  padding: 24px clamp(18px, 5vw, 72px);
  text-transform: uppercase;
}

@media (max-width: 860px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
  }

  .hero,
  .legend,
  .bio-panel,
  .token-panel,
  .proof {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 154px;
  }

  .stage-card {
    transform: none;
  }

  .cards,
  .tracks {
    grid-template-columns: 1fr;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 520px) {
  nav {
    flex-wrap: wrap;
  }

  h1 {
    font-size: 56px;
  }

  .brand {
    font-size: 14px;
  }

  .marquee {
    font-size: 18px;
  }
}
