:root {
  --navy: #030b18;
  --navy-2: #071528;
  --panel: rgba(8, 22, 42, 0.72);
  --line: rgba(126, 200, 255, 0.16);
  --ink: #eef6ff;
  --mute: #8aa6c7;
  --blue: #1a86ff;
  --blue-hot: #4db3ff;
  --amber: #ff8a1a;
  --gold: #ffd24a;
  --crimson: #ff4d2e;
  --glass: rgba(6, 16, 32, 0.55);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
  --font-troll: "Fredoka", sans-serif;
  --font-banner: "Oswald", sans-serif;
  --font-body: "Sora", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--navy);
  color: var(--ink);
  font-family: var(--font-body);
}

body {
  overflow-x: hidden;
}

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

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

button {
  font: inherit;
  cursor: pointer;
}

.world {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(1200px 600px at 50% -10%, rgba(26, 134, 255, 0.16), transparent 60%),
    radial-gradient(900px 520px at 88% 18%, rgba(255, 138, 26, 0.1), transparent 58%),
    linear-gradient(180deg, #04101f 0%, #030b18 46%, #061427 100%);
}

.haze {
  position: absolute;
  filter: blur(70px);
  opacity: 0.45;
}

.haze-blue {
  width: 42vw;
  height: 42vw;
  left: -8vw;
  top: 18vh;
  background: rgba(26, 134, 255, 0.22);
  animation: drift 16s ease-in-out infinite;
}

.haze-amber {
  width: 36vw;
  height: 36vw;
  right: -6vw;
  top: 8vh;
  background: rgba(255, 138, 26, 0.16);
  animation: drift 18s ease-in-out infinite reverse;
}

.iso {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(126, 200, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 200, 255, 0.12) 1px, transparent 1px);
  background-size: 72px 72px;
  transform: perspective(800px) rotateX(58deg) scale(1.8);
  transform-origin: center 70%;
  mask-image: linear-gradient(180deg, transparent, #000 35%, #000 70%, transparent);
}

.scan {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0 3px,
    rgba(255, 255, 255, 0.015) 3px 4px
  );
  animation: scan 9s linear infinite;
}

.grain {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.arrow-ghost {
  position: absolute;
  inset: 8% 6% auto;
  width: 88%;
  height: 70vh;
  overflow: visible;
}

.arrow-shaft {
  fill: none;
  stroke: url(#stonkGrad);
  stroke-width: 46;
  stroke-linecap: round;
  filter: drop-shadow(0 0 18px rgba(255, 138, 26, 0.35));
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  animation: draw 4.5s ease forwards, pulse 3.6s ease-in-out 4.5s infinite;
}

.arrow-head {
  fill: url(#stonkGrad);
  opacity: 0;
  animation: pop 0.8s ease 3.6s forwards;
}

#field {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.rail {
  position: fixed;
  top: 0;
  width: 92px;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
}

.rail-w { left: 0; }
.rail-e { right: 0; }

.rail-track {
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: ticker 28s linear infinite;
}

.rail-e .rail-track {
  animation-duration: 34s;
  animation-direction: reverse;
}

.quote {
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: rgba(7, 18, 34, 0.45);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.quote b {
  display: block;
  color: var(--blue-hot);
}

.quote span {
  color: var(--gold);
}

.hud,
.dock,
main,
.colophon {
  position: relative;
  z-index: 2;
}

.hud {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
  pointer-events: none;
}

.hud > * {
  pointer-events: auto;
}

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

.sig-seal {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 210, 74, 0.5);
  box-shadow: 0 0 0 4px rgba(26, 134, 255, 0.16), 0 0 22px rgba(255, 138, 26, 0.3);
  animation: seal 4s ease-in-out infinite;
}

.sig-seal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sig-name {
  display: block;
  font-family: var(--font-troll);
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: lowercase;
  color: #fff;
  -webkit-text-stroke: 3px #070b12;
  paint-order: stroke fill;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.45), 0 0 24px rgba(26, 134, 255, 0.35);
}

.sig-sym {
  display: block;
  margin-top: 3px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--mute);
}

.hud-cluster {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chip {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--glass);
  border: 1px solid var(--line);
  backdrop-filter: blur(12px);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.chip img {
  width: 18px;
  height: 18px;
}

img[src*="x.svg"] {
  filter: drop-shadow(0 0 6px rgba(238, 246, 255, 0.55));
}

img[src*="dexscreener.svg"] {
  filter: drop-shadow(0 0 6px rgba(77, 179, 255, 0.55));
}

img[src*="solana.svg"] {
  filter: drop-shadow(0 0 6px rgba(26, 134, 255, 0.55));
}

.chip:hover,
.buy:hover,
.btn:hover,
.join-links a:hover,
.mini:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 138, 26, 0.55);
  box-shadow: 0 10px 24px rgba(255, 138, 26, 0.16);
}

.buy,
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 12px 18px;
  font-family: var(--font-troll);
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.buy,
.btn-amber {
  background: linear-gradient(180deg, var(--gold), var(--amber));
  color: #1a0d04;
  box-shadow: 0 0 24px rgba(255, 138, 26, 0.28);
}

.buy img,
.btn img,
.mini img {
  width: 16px;
  height: 16px;
}

.btn-ghost {
  background: rgba(8, 20, 38, 0.7);
  border-color: var(--line);
  color: var(--ink);
}

.dock {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(5, 12, 24, 0.72);
  border: 1px solid var(--line);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  z-index: 5;
}

.dock a {
  padding: 10px 16px;
  border-radius: 999px;
  font-family: var(--font-troll);
  font-size: 14px;
  color: var(--mute);
  transition: background 0.25s ease, color 0.25s ease;
}

.dock a.is-on,
.dock a:hover {
  background: rgba(26, 134, 255, 0.16);
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 24px 140px;
}

.hero-orbit {
  position: absolute;
  top: 38%;
  left: 50%;
  width: min(560px, 86vw);
  height: min(560px, 86vw);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero-orbit span {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 6px 10px;
  border: 1px solid var(--line);
  background: rgba(6, 16, 32, 0.7);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--blue-hot);
  animation: orbit 22s linear infinite;
  animation-delay: calc(var(--i) * -3.6s);
}

.emblem {
  width: min(340px, 68vw);
  aspect-ratio: 1;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.18s ease;
  margin-bottom: 28px;
}

.emblem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 28px;
  background: rgba(4, 12, 24, 0.35);
  border: 3px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 0 0 10px rgba(26, 134, 255, 0.08),
    0 20px 50px rgba(0, 0, 0, 0.45),
    0 0 40px rgba(255, 138, 26, 0.18);
}

.emblem-ring,
.emblem-ring.delay {
  position: absolute;
  inset: -16px;
  border-radius: 50%;
  border: 1px dashed rgba(77, 179, 255, 0.45);
  animation: spin 18s linear infinite;
}

.emblem-ring.delay {
  inset: -28px;
  border-color: rgba(255, 138, 26, 0.28);
  animation-duration: 26s;
  animation-direction: reverse;
}

.chain-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(8, 20, 38, 0.7);
  border: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--mute);
}

.chain-pill img {
  width: 16px;
  height: 16px;
}

.chain-pill i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3ee87a;
  box-shadow: 0 0 10px #3ee87a;
  animation: blink 1.6s ease-in-out infinite;
}

.wordmark {
  margin: 0;
  font-family: var(--font-troll);
  font-weight: 700;
  font-size: clamp(52px, 11vw, 112px);
  line-height: 0.9;
  text-transform: lowercase;
  color: #fff;
  -webkit-text-stroke: 7px #05070d;
  paint-order: stroke fill;
  text-shadow:
    0 0 18px rgba(255, 255, 255, 0.5),
    0 0 36px rgba(26, 134, 255, 0.4),
    0 12px 0 rgba(0, 0, 0, 0.25);
  animation: glow 3.4s ease-in-out infinite;
}

.wordmark.tiny {
  font-size: 28px;
  -webkit-text-stroke: 3px #05070d;
}

.ticker-line {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 14px 0 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.lede {
  max-width: 640px;
  margin: 18px auto 0;
  font-size: 18px;
  line-height: 1.6;
  color: #cfe3ff;
}

.ticket {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  padding: 14px 16px 14px 22px;
  min-width: min(560px, 92vw);
  background:
    radial-gradient(circle at left, transparent 8px, rgba(8, 20, 38, 0.88) 8px),
    radial-gradient(circle at right, transparent 8px, rgba(8, 20, 38, 0.88) 8px);
  background-position: left center, right center;
  background-size: 16px 100%, 16px 100%;
  background-repeat: no-repeat;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.ticket-k {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--amber);
}

.ticket code {
  flex: 1;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ticket button {
  border: 0;
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(26, 134, 255, 0.18);
  color: var(--ink);
  font-family: var(--font-troll);
}

.ticket button.is-hot {
  background: var(--amber);
  color: #1a0d04;
}

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

.brief,
.climb-wrap,
.tape {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 40px 0 80px;
}

.brief-head {
  margin-bottom: 28px;
}

.eyebrow {
  margin: 0 0 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue-hot);
}

.eyebrow.light {
  color: #d8ecff;
}

.banner-type {
  margin: 0;
  font-family: var(--font-banner);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(40px, 7vw, 76px);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffffff 0%, #c5d6ea 68%, #8aa6c7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 16px rgba(26, 134, 255, 0.45));
}

.section-note {
  max-width: 560px;
  color: var(--mute);
  line-height: 1.6;
}

.brief-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 22px;
}

.stamp,
.dossier,
.facts article,
.order,
.terminal,
.join-links a {
  background: var(--panel);
  border: 1px solid var(--line);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.stamp {
  padding: 28px;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 92% 100%, 0 100%);
}

.stamp-mark {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border: 3px solid var(--amber);
  color: var(--amber);
  font-family: var(--font-banner);
  font-style: italic;
  letter-spacing: 0.12em;
  transform: rotate(-8deg);
  box-shadow: 0 0 18px rgba(255, 138, 26, 0.2);
  animation: stamp 3.8s ease-in-out infinite;
}

.stamp p,
.dossier p,
.facts p,
.order p,
.join-body p {
  color: var(--mute);
  line-height: 1.7;
}

.stamp ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}

.stamp li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.stamp li span {
  color: var(--mute);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dossier {
  padding: 32px;
}

.dossier h3,
.facts h3,
.order h3 {
  font-family: var(--font-troll);
  font-size: 26px;
  margin: 0 0 12px;
}

.bio {
  color: #d8ecff !important;
  font-size: 18px;
}

.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 22px;
}

.facts article {
  padding: 22px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.facts article:hover,
.order:hover {
  transform: translateY(-6px);
  border-color: rgba(77, 179, 255, 0.4);
}

.facts small,
.order-no {
  font-family: var(--font-mono);
  color: var(--amber);
  letter-spacing: 0.14em;
}

.climb {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: end;
  min-height: 420px;
}

.climb-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.climb-line path {
  fill: none;
  stroke: url(#climbGrad);
  stroke-width: 4;
  stroke-dasharray: 8 10;
  animation: dash 18s linear infinite;
  filter: drop-shadow(0 0 8px rgba(255, 138, 26, 0.45));
}

.order {
  position: relative;
  padding: 22px 20px 24px;
  z-index: 1;
}

.order:nth-child(2) { margin-bottom: 110px; }
.order:nth-child(3) { margin-bottom: 74px; }
.order:nth-child(4) { margin-bottom: 38px; }
.order:nth-child(5) { margin-bottom: 0; }

.order-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin: 10px 0 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
}

.order-icon img {
  width: 24px;
  height: 24px;
}

.order-icon.sol img {
  width: 28px;
  height: 28px;
}

.mini {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--blue-hot);
  font-family: var(--font-troll);
  font-size: 14px;
}

.terminal {
  overflow: hidden;
}

.terminal-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(4, 12, 24, 0.8);
}

.live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.live i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #15f2c0;
  box-shadow: 0 0 10px #15f2c0;
  animation: blink 1.4s ease-in-out infinite;
}

.pair {
  font-family: var(--font-mono);
  color: var(--mute);
  font-size: 12px;
}

.terminal-screen {
  height: min(680px, 70vh);
  background: #0b1220;
}

.terminal-screen iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.join {
  position: relative;
  margin-top: 20px;
}

.join-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 1;
  overflow: hidden;
}

.join-art,
.join-veil {
  position: absolute;
  inset: 0;
}

.join-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #030b18;
}

.join-veil {
  background:
    linear-gradient(180deg, rgba(3, 11, 24, 0.12) 0%, rgba(3, 11, 24, 0.28) 42%, rgba(3, 11, 24, 0.78) 100%),
    linear-gradient(90deg, rgba(3, 11, 24, 0.45), transparent 48%);
}

.join-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 110px;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.55);
}

.join-body > p {
  max-width: 640px;
  color: #dceaff;
}

.join-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.join-links a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.join-links img {
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
}

.join-links span {
  font-family: var(--font-troll);
  font-size: 22px;
}

.join-links small {
  color: var(--mute);
  font-family: var(--font-mono);
  letter-spacing: 0.08em;
}

.colophon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 18px 0 110px;
  color: var(--mute);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  animation: none;
}

.reveal.is-in {
  animation: rise 0.8s ease forwards;
}

@keyframes drift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(24px, -18px, 0); }
}

@keyframes scan {
  0% { transform: translateY(0); }
  100% { transform: translateY(4px); }
}

@keyframes draw {
  to { stroke-dashoffset: 0; }
}

@keyframes pulse {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}

@keyframes pop {
  to { opacity: 0.8; }
}

@keyframes ticker {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}

@keyframes seal {
  0%, 100% { box-shadow: 0 0 0 4px rgba(26, 134, 255, 0.16), 0 0 22px rgba(255, 138, 26, 0.3); }
  50% { box-shadow: 0 0 0 6px rgba(26, 134, 255, 0.28), 0 0 28px rgba(255, 210, 74, 0.42); }
}

@keyframes orbit {
  from { transform: rotate(0deg) translateX(230px) rotate(0deg); }
  to { transform: rotate(360deg) translateX(230px) rotate(-360deg); }
}

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

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.25; }
}

@keyframes glow {
  0%, 100% { text-shadow: 0 0 18px rgba(255, 255, 255, 0.5), 0 0 36px rgba(26, 134, 255, 0.4); }
  50% { text-shadow: 0 0 22px rgba(255, 255, 255, 0.7), 0 0 48px rgba(255, 138, 26, 0.35); }
}

@keyframes stamp {
  0%, 100% { transform: rotate(-8deg) scale(1); }
  50% { transform: rotate(-6deg) scale(1.04); }
}

@keyframes dash {
  to { stroke-dashoffset: -240; }
}

@keyframes ken {
  from { transform: scale(1.04) translateY(0); }
  to { transform: scale(1.1) translateY(-12px); }
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .rail { display: none; }
  .brief-grid,
  .facts,
  .climb,
  .join-links {
    grid-template-columns: 1fr;
  }
  .climb {
    min-height: 0;
  }
  .order:nth-child(n) {
    margin-bottom: 0;
  }
  .climb-line {
    display: none;
  }
  .hero-orbit {
    display: none;
  }
  .hud {
    padding: 14px 16px;
  }
  .sig-type {
    display: none;
  }
  .buy span {
    display: none;
  }

  .join-stage {
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
  }

  .join-art {
    position: relative;
    aspect-ratio: 3 / 1;
  }

  .join-veil {
    display: none;
  }

  .join-body {
    position: relative;
    padding: 28px 0 120px;
  }
}

@media (max-width: 720px) {
  .join-stage {
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
  }

  .join-art {
    position: relative;
    aspect-ratio: 3 / 1;
  }

  .join-veil {
    display: none;
  }

  .join-body {
    position: relative;
    padding: 28px 0 120px;
  }

  .dock a {
    padding: 10px 11px;
    font-size: 12px;
  }
  .ticket {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .wordmark {
    -webkit-text-stroke: 4px #05070d;
  }
  .terminal-bar {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
