:root {
  color-scheme: dark;
  --bg: #0b1423;
  --surface: #122238;
  --surface-2: #0d1b2f;
  --ink: #f5f7fb;
  --ink-muted: rgba(245, 247, 251, 0.72);
  --border: rgba(122, 155, 192, 0.4);
  --accent: #4cd1ff;
  --accent-2: #65f2d4;
  --accent-3: #f6b36b;
  --accent-4: #ffd7a1;
}

body {
  font-family: "Sora", sans-serif;
  background: radial-gradient(120% 120% at 50% -20%, rgba(101, 242, 212, 0.18), transparent 55%),
    linear-gradient(180deg, #0b1423 0%, #09101c 100%);
  color: var(--ink);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(11, 20, 35, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.topbar-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 14px 24px;
  gap: 16px;
}

.brand {
  font-family: "Cinzel", serif;
  letter-spacing: 0.12em;
  font-size: 20px;
  color: var(--ink);
}

.topbar-links {
  display: none;
  gap: 28px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink-muted);
  justify-self: center;
  justify-content: center;
}

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

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
}

.pill {
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1.5px solid var(--border);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
}

.pill.solid {
  background: var(--accent-2);
  color: #0b1423;
}

.pill.ghost {
  background: rgba(18, 34, 56, 0.72);
  color: var(--ink);
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1.5px solid var(--border);
  background: rgba(18, 34, 56, 0.72);
  color: var(--ink);
}

.mobile-menu {
  display: none;
  padding: 0 24px 16px;
}

.menu-card {
  background: rgba(18, 34, 56, 0.9);
  border: 1.5px solid var(--border);
  border-radius: 22px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  align-items: center;
  text-align: center;
}

.hero-zone {
  position: relative;
  padding: 80px 0 120px;
  background: linear-gradient(180deg, rgba(12, 26, 45, 0.96) 0%, rgba(9, 16, 28, 0.96) 70%);
  overflow: hidden;
}

.hero-zone::before {
  content: "";
  position: absolute;
  top: -30%;
  left: 50%;
  width: 140%;
  height: 80%;
  transform: translateX(-50%);
  background: radial-gradient(circle at 50% 30%, rgba(76, 209, 255, 0.28), transparent 60%);
  opacity: 0.8;
  z-index: 0;
}

.hero-pattern {
  position: absolute;
  inset: -40% -20% -20% -20%;
  background-image: radial-gradient(rgba(101, 242, 212, 0.12) 2px, transparent 2px),
    repeating-linear-gradient(160deg, rgba(76, 209, 255, 0.08) 0 16px, transparent 16px 40px),
    radial-gradient(circle at 60% 20%, rgba(246, 179, 107, 0.16), transparent 40%);
  background-size: 32px 32px, 180px 180px, 100% 100%;
  opacity: 0.9;
  z-index: 1;
}

.spark {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(101, 242, 212, 0.9) 0%, rgba(76, 209, 255, 0.2) 70%);
  box-shadow: 0 0 18px rgba(76, 209, 255, 0.6);
  border: 1px solid rgba(101, 242, 212, 0.4);
  mix-blend-mode: screen;
}

.spark-1 {
  top: 120px;
  left: 12%;
}

.spark-2 {
  top: 240px;
  right: 14%;
}

.spark-3 {
  top: 420px;
  left: 22%;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 0 24px;
}

.hero-art {
  width: min(620px, 92vw);
  border-radius: 28px;
  overflow: hidden;
  border: 1.5px solid var(--border);
  box-shadow: 0 24px 48px rgba(5, 10, 20, 0.6), 0 0 30px rgba(76, 209, 255, 0.2);
}

.hero-art img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-tag {
  background: rgba(255, 215, 161, 0.9);
  color: #0b1423;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1.5px solid var(--border);
}

.hero-title {
  font-family: "Cinzel", serif;
  font-size: clamp(3rem, 9vw, 5.4rem);
  letter-spacing: 0.1em;
  color: #f8fbff;
  text-shadow: 0 0 24px rgba(76, 209, 255, 0.35), 0 12px 24px rgba(4, 7, 14, 0.55);
}

.hero-sub {
  font-size: 18px;
  color: var(--ink-muted);
}

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

.ca-chip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  background: rgba(18, 34, 56, 0.75);
  color: var(--ink);
  border: 1.5px solid var(--border);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  text-align: center;
}

.ca-label {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10px;
  color: var(--ink-muted);
}

.ca-copy {
  border-radius: 999px;
  border: 1px solid var(--border);
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.ticker {
  background: #0b1423;
  border-block: 1.5px solid var(--border);
  color: var(--ink);
  transform: none;
  margin-top: 0;
  position: relative;
  z-index: 4;
  overflow: hidden;
}

.ticker-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  padding: 16px 0;
  animation: marquee 34s linear infinite;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.ticker-group {
  display: inline-flex;
  gap: 32px;
  padding-right: 32px;
}

.ticker-track span {
  font-size: 16px;
  letter-spacing: 0.18em;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.section-shell {
  padding: 90px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin-bottom: 36px;
}

.section-title h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(2rem, 5vw, 3rem);
}

.section-kicker {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--ink-muted);
}

.section-sub {
  max-width: 540px;
  margin: 0 auto;
  color: var(--ink-muted);
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
  justify-items: center;
}

.about-panel {
  background: rgba(18, 34, 56, 0.82);
  border: 1.5px solid var(--border);
  border-radius: 22px;
  padding: 22px;
  text-align: center;
  display: grid;
  gap: 14px;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.14);
  justify-items: center;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

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

.panel-art {
  width: 100%;
  height: 160px;
  border-radius: 16px;
  border: 1.5px solid var(--border);
  background: linear-gradient(135deg, rgba(101, 242, 212, 0.8) 0%, rgba(76, 209, 255, 0.9) 100%);
  overflow: hidden;
}

.panel-art.alt {
  background: linear-gradient(135deg, rgba(255, 215, 161, 0.9) 0%, rgba(246, 179, 107, 0.9) 100%);
}

.panel-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.join-card {
  background: linear-gradient(135deg, rgba(18, 34, 56, 0.92), rgba(9, 16, 28, 0.96));
  color: var(--ink);
  border: 1.5px solid var(--border);
  border-radius: 26px;
  padding: 32px;
  max-width: 760px;
  margin: 0 auto;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.join-card h2 {
  font-family: "Cinzel", serif;
  font-size: 28px;
}

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

.footer {
  background: var(--bg);
  color: var(--ink);
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-muted);
  justify-content: center;
}

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

@media (min-width: 1024px) {
  .topbar-links {
    display: flex;
  }

  .icon-button {
    display: none;
  }
}

@media (max-width: 1023px) {
  .mobile-menu {
    display: block;
  }
}
