:root {
  --space: #0b1026;
  --space-2: #121a3d;
  --purple: #7c3cff;
  --blue: #31c8ff;
  --green: #4df0a4;
  --yellow: #ffe66d;
  --pink: #ff5ea8;
  --white: #ffffff;
  --muted: #b9c4ff;
  --card: rgba(255, 255, 255, 0.1);
  --card-strong: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--white);
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 20% 10%, rgba(49, 200, 255, 0.25), transparent 30%),
    radial-gradient(circle at 80% 0%, rgba(124, 60, 255, 0.28), transparent 28%),
    radial-gradient(circle at 50% 60%, rgba(255, 94, 168, 0.12), transparent 34%),
    linear-gradient(135deg, #080b19 0%, var(--space) 45%, #160c33 100%);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.8) 1px, transparent 1px),
    radial-gradient(circle, rgba(255, 255, 255, 0.45) 1px, transparent 1px);
  background-position: 0 0, 28px 38px;
  background-size: 86px 86px, 112px 112px;
  opacity: 0.28;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(8, 11, 25, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav,
.section-shell,
.footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.brand,
.nav-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-family: "Baloo 2", cursive;
  font-size: 1.5rem;
  font-weight: 800;
  text-decoration: none;
}

.brand-avatar {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border: 2px solid rgba(77, 240, 164, 0.75);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(77, 240, 164, 0.24);
}

.nav-links {
  gap: 22px;
  color: var(--muted);
  font-weight: 800;
}

.nav-links a {
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.nav-links a:hover {
  color: var(--white);
  transform: translateY(-1px);
}

.nav-button {
  padding: 10px 16px;
  color: var(--white) !important;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  align-items: center;
  gap: 52px;
  min-height: 620px;
  padding: 58px 0 48px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: "Baloo 2", cursive;
  line-height: 0.95;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(3.4rem, 8vw, 6.9rem);
  letter-spacing: -0.06em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.3rem, 5vw, 4.35rem);
  letter-spacing: -0.045em;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.65rem;
}

.hero-text,
.section-heading p,
.merch-copy p,
.video-card p,
.product-card p,
.mission-list p,
.channel-card-copy p,
.cta p,
.footer {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-text {
  max-width: 620px;
  font-size: 1.24rem;
}

.hero-actions,
.cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  font-weight: 900;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.primary {
  color: #081021;
  background: linear-gradient(135deg, var(--yellow), var(--green));
  box-shadow: 0 18px 42px rgba(77, 240, 164, 0.28);
}

.secondary,
.light {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.light {
  background: var(--white);
  color: var(--space);
}

.hero-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05)),
    radial-gradient(circle at center, rgba(49, 200, 255, 0.28), transparent 52%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 44px;
  box-shadow: var(--shadow);
}

.orbit {
  position: absolute;
  inset: 70px 36px;
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  transform: rotate(-16deg);
}

.orbit-two {
  inset: 116px 10px;
  transform: rotate(24deg);
}

.planet {
  position: absolute;
  right: 44px;
  bottom: 58px;
  width: 112px;
  height: 112px;
  background: linear-gradient(135deg, var(--pink), var(--yellow));
  border-radius: 50%;
  box-shadow: inset -18px -18px 0 rgba(113, 31, 135, 0.22), 0 20px 44px rgba(255, 94, 168, 0.26);
}

.astronaut {
  position: absolute;
  top: 46%;
  left: 50%;
  width: 210px;
  transform: translate(-50%, -50%) rotate(-5deg);
  animation: float 5s ease-in-out infinite;
}

.helmet {
  width: 178px;
  height: 158px;
  margin: 0 auto -16px;
  background: linear-gradient(135deg, #f7fbff, #b9c9ff);
  border: 10px solid rgba(255, 255, 255, 0.82);
  border-radius: 48% 48% 44% 44%;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.25);
}

.visor {
  width: 112px;
  height: 72px;
  margin: 36px auto 0;
  background: linear-gradient(135deg, #101935, #31c8ff);
  border-radius: 24px;
  box-shadow: inset 16px 10px 0 rgba(255, 255, 255, 0.14);
}

.body-suit {
  display: grid;
  width: 170px;
  height: 170px;
  margin: 0 auto;
  place-items: center;
  color: #0a1430;
  font-family: "Baloo 2", cursive;
  font-size: 3.2rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--green), var(--blue));
  border: 10px solid rgba(255, 255, 255, 0.72);
  border-radius: 42px 42px 58px 58px;
}

.stars span {
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--yellow);
  border-radius: 50%;
  box-shadow: 0 0 18px var(--yellow);
}

.stars span:nth-child(1) { top: 48px; left: 70px; }
.stars span:nth-child(2) { top: 112px; right: 108px; background: var(--green); }
.stars span:nth-child(3) { bottom: 150px; left: 56px; background: var(--blue); }
.stars span:nth-child(4) { bottom: 70px; left: 180px; }
.stars span:nth-child(5) { top: 250px; right: 64px; background: var(--pink); }

.channel-card {
  display: flex;
  min-height: 500px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  padding: 42px;
  text-align: center;
}

.channel-glow {
  position: absolute;
  inset: 12%;
  background:
    radial-gradient(circle at 50% 42%, rgba(77, 240, 164, 0.34), transparent 28%),
    radial-gradient(circle at 50% 50%, rgba(49, 200, 255, 0.2), transparent 45%);
  filter: blur(6px);
}

.channel-avatar {
  position: relative;
  z-index: 1;
  width: min(250px, 68vw);
  aspect-ratio: 1;
  object-fit: cover;
  border: 8px solid rgba(255, 255, 255, 0.86);
  border-radius: 36px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38), 0 0 60px rgba(77, 240, 164, 0.24);
  transform: rotate(-3deg);
}

.channel-card-copy {
  position: relative;
  z-index: 1;
}

.channel-card-copy h2 {
  margin-bottom: 8px;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
}

.channel-card-copy strong {
  color: var(--white);
}

.channel-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.channel-badges span {
  padding: 8px 12px;
  color: #091022;
  background: linear-gradient(135deg, var(--yellow), var(--green));
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 900;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 104px;
}

.stats article,
.video-card,
.mission-list article,
.product-card {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.stats article {
  padding: 26px;
  border-radius: 28px;
}

.stats strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Baloo 2", cursive;
  font-size: 2.35rem;
  line-height: 1;
}

.stats span {
  color: var(--muted);
  font-weight: 800;
}

.feature-section,
.roadmap,
.missions,
.merch,
.cta {
  padding: 102px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.goal-card {
  max-width: 860px;
  margin: 0 auto;
  padding: 30px;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 230, 109, 0.18), transparent 34%),
    var(--card);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.goal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.goal-header span {
  color: var(--muted);
  font-weight: 900;
}

.goal-header strong {
  font-family: "Baloo 2", cursive;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
}

.progress-bar {
  overflow: hidden;
  height: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
}

.progress-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--yellow));
  border-radius: inherit;
  box-shadow: 0 0 24px rgba(77, 240, 164, 0.45);
}

.milestones {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.milestones span {
  display: grid;
  min-height: 44px;
  place-items: center;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  font-weight: 900;
}

.milestones .done {
  color: #07101d;
  background: var(--green);
}

.video-showcase {
  display: grid;
  gap: 28px;
}

.featured-embed-card,
.video-panel,
.top-video-card {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.featured-embed-card {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: 28px;
  align-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 230, 109, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(124, 60, 255, 0.38), rgba(49, 200, 255, 0.16));
  border-radius: 38px;
}

.embed-frame,
.thumbnail-link {
  position: relative;
  overflow: hidden;
  background: #050816;
}

.embed-frame {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.32);
}

.embed-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.featured-embed-copy {
  padding-right: 8px;
}

.featured-embed-copy h3 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
}

.compact-button {
  min-height: 46px;
  margin-top: 8px;
  padding: 0 18px;
}

.video-panel {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-radius: 38px;
}

.video-panel::before {
  position: absolute;
  top: -120px;
  right: -120px;
  width: 260px;
  height: 260px;
  content: "";
  background: radial-gradient(circle, rgba(77, 240, 164, 0.18), transparent 68%);
  pointer-events: none;
}

.video-panel-heading {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.video-panel-heading h3 {
  margin-bottom: 0;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.video-panel-heading a {
  color: var(--green);
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.top-video-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(230px, auto);
  gap: 18px;
}

.top-video-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border-radius: 28px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.top-video-card:hover {
  border-color: rgba(77, 240, 164, 0.42);
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.4);
  transform: translateY(-4px);
}

.large-card {
  grid-column: span 2;
  grid-row: span 2;
  background: linear-gradient(145deg, rgba(255, 230, 109, 0.13), rgba(124, 60, 255, 0.16));
}

.wide-card {
  display: grid;
  grid-column: span 2;
  grid-template-columns: minmax(0, 1.15fr) minmax(170px, 0.85fr);
}

.thumbnail-link {
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 0;
}

.large-card .thumbnail-link {
  aspect-ratio: 16 / 10;
}

.wide-card .thumbnail-link {
  aspect-ratio: auto;
  min-height: 100%;
}

.thumbnail-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, opacity 220ms ease;
}

.thumbnail-link:hover img {
  opacity: 0.84;
  transform: scale(1.05);
}

.play-badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding-left: 3px;
  color: #0a1024;
  background: var(--white);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
}

.video-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
}

.large-card .video-card-copy {
  padding: 24px;
}

.video-card-copy h3 {
  margin-bottom: 0;
  font-size: 1.28rem;
  line-height: 1.08;
}

.large-card .video-card-copy h3 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.video-card-copy p:not(.tag) {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.tag {
  margin-bottom: 8px;
  color: var(--yellow) !important;
  font-size: 0.86rem !important;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card-icon {
  display: block;
  margin-bottom: 28px;
  font-size: 3rem;
}

.mission-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.mission-list article {
  padding: 30px;
  border-radius: 34px;
}

.mission-list span {
  display: inline-grid;
  width: 52px;
  height: 52px;
  margin-bottom: 30px;
  place-items: center;
  color: #081021;
  background: var(--green);
  border-radius: 18px;
  font-weight: 900;
}

.merch {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 34px;
  align-items: start;
}

.merch-copy {
  position: sticky;
  top: 110px;
}

.merch-drop {
  align-items: center;
}

.shirt-drop-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(260px, 0.78fr);
  gap: 28px;
  align-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 230, 109, 0.2), transparent 34%),
    radial-gradient(circle at 90% 80%, rgba(77, 240, 164, 0.16), transparent 38%),
    var(--card);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 38px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.shirt-photo-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 16px;
}

.shirt-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 330px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.3);
}

.featured-shirt-photo {
  min-height: 460px;
}

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

.shirt-photo figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 12px;
  color: #07101d;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.shirt-drop-copy h3 {
  margin-bottom: 14px;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
}

.shirt-drop-copy p,
.shirt-details {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.shirt-details {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.shirt-details li {
  position: relative;
  padding-left: 28px;
}

.shirt-details li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: "✦";
}

.cta {
  justify-content: space-between;
  margin-bottom: 70px;
  padding: 44px;
  background: linear-gradient(135deg, var(--purple), #1eb5ff);
  border-radius: 38px;
  box-shadow: var(--shadow);
}

.cta h2 {
  margin-bottom: 0;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0 44px;
}

.footer p {
  margin-bottom: 0;
}

.footer a {
  color: var(--green);
  font-weight: 900;
  text-decoration: none;
}

@keyframes float {
  0%, 100% { transform: translate(-50%, -50%) rotate(-5deg); }
  50% { transform: translate(-50%, -56%) rotate(4deg); }
}

@media (max-width: 980px) {
  .hero,
  .merch,
  .shirt-drop-card,
  .featured-embed-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .top-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .large-card,
  .wide-card {
    grid-column: span 2;
  }

  .wide-card {
    grid-template-columns: 1fr;
  }

  .wide-card .thumbnail-link {
    aspect-ratio: 16 / 9;
  }

  .mission-list {
    grid-template-columns: 1fr 1fr;
  }

  .featured-embed-copy {
    padding: 0 8px 8px;
  }

  .merch-copy {
    position: static;
  }
}

@media (max-width: 720px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .nav-button {
    width: 100%;
    text-align: center;
  }

  .hero {
    padding-top: 44px;
  }

  .hero-card {
    min-height: 430px;
    border-radius: 30px;
  }

  .channel-card {
    min-height: auto;
    padding: 28px;
  }

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

  .milestones {
    grid-template-columns: repeat(3, 1fr);
  }

  .stats,
  .top-video-grid,
  .merch-grid,
  .mission-list {
    grid-template-columns: 1fr;
  }

  .large-card,
  .wide-card {
    grid-column: span 1;
    grid-row: span 1;
  }

  .video-panel,
  .shirt-drop-card {
    padding: 18px;
    border-radius: 28px;
  }

  .shirt-photo-grid {
    grid-template-columns: 1fr;
  }

  .shirt-photo,
  .featured-shirt-photo {
    min-height: 360px;
  }

  .video-panel-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .feature-section,
  .roadmap,
  .missions,
  .merch,
  .cta {
    padding: 64px 0;
  }

  .cta,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta {
    padding: 30px;
  }
}
