:root {
  --bg: #05020b;
  --panel: rgba(12, 8, 18, 0.84);
  --panel-soft: rgba(19, 13, 28, 0.74);
  --text: #fff6ef;
  --muted: rgba(255, 246, 239, 0.72);
  --line: rgba(255, 255, 255, 0.1);
  --hot-pink: #ff2f7a;
  --electric: #31e6c6;
  --gold: #ffcf56;
  --blue: #6aa8ff;
  --max: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 47, 122, 0.18), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(49, 230, 198, 0.14), transparent 26%),
    radial-gradient(circle at 50% 100%, rgba(106, 168, 255, 0.08), transparent 32%),
    linear-gradient(180deg, #09040f 0%, #040208 100%);
  color: var(--text);
  font-family: "SF Pro Display", "Inter", "Segoe UI", sans-serif;
}

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

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

.site-shell {
  width: 100%;
  overflow: clip;
}

.hero,
.support-band,
.showcase,
.split-detail,
.launch-band {
  position: relative;
}

.hero {
  min-height: 100vh;
  padding: 24px clamp(18px, 3vw, 44px) 40px;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.86fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: end;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(4, 2, 8, 0.92) 16%, rgba(4, 2, 8, 0.42) 52%, rgba(4, 2, 8, 0.88) 100%),
    linear-gradient(180deg, rgba(4, 2, 8, 0.24) 0%, rgba(4, 2, 8, 0.8) 100%),
    url("/assets/campusops-social-teaser.png") center/cover no-repeat;
  opacity: 0.96;
}

.hero-noise {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 130px 130px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.22), rgba(0,0,0,0));
  pointer-events: none;
  z-index: 0;
}

.topbar,
.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.topbar {
  grid-column: 1 / -1;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--electric), var(--hot-pink));
  box-shadow: 0 0 0 8px rgba(255,255,255,0.04), 0 0 28px rgba(49, 230, 198, 0.3);
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.brand-copy span {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.topnav {
  justify-self: center;
  display: inline-flex;
  gap: 28px;
  color: var(--muted);
  font-size: 0.95rem;
}

.topnav a {
  position: relative;
}

.topnav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: linear-gradient(90deg, var(--hot-pink), var(--electric));
  opacity: 0;
  transform: scaleX(0.2);
  transition: opacity 180ms ease, transform 180ms ease;
}

.topnav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.top-cta,
.cta-primary,
.cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.top-cta,
.cta-secondary {
  background: rgba(10, 8, 15, 0.5);
  border-color: var(--line);
}

.cta-primary {
  color: #08111a;
  background: linear-gradient(120deg, var(--electric), #5c9dff 72%);
  box-shadow: 0 16px 44px rgba(49, 230, 198, 0.2);
}

.top-cta:hover,
.cta-primary:hover,
.cta-secondary:hover {
  transform: translateY(-1px);
}

.hero-copy,
.hero-visual {
  max-width: var(--max);
  width: 100%;
}

.hero-copy {
  margin: 0 auto 0 0;
  align-self: center;
  max-width: 620px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
  color: var(--gold);
}

.hero h1 {
  margin: 0;
  max-width: 8ch;
  font-size: clamp(3.4rem, 8vw, 7.1rem);
  line-height: 0.93;
}

.lede {
  margin: 22px 0 0;
  max-width: 32rem;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.58;
  color: var(--muted);
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-points {
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.hero-points div {
  display: grid;
  gap: 5px;
  max-width: 29rem;
}

.hero-points dt {
  font-weight: 700;
  font-size: 0.96rem;
}

.hero-points dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.hero-visual {
  margin: 0 0 0 auto;
  display: flex;
  justify-content: flex-end;
}

.poster-frame {
  position: relative;
  width: min(100%, 540px);
  transform: translateY(12px);
}

.poster-frame::before {
  content: "";
  position: absolute;
  inset: -16px -18px 30px;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0));
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
}

.hero-poster {
  position: relative;
  width: 100%;
  aspect-ratio: 0.79;
  object-fit: cover;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 34px 90px rgba(0,0,0,0.5);
}

.poster-chip {
  position: absolute;
  padding: 11px 15px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  background: rgba(10, 8, 15, 0.72);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.3);
}

.chip-top {
  top: 18px;
  right: 18px;
  color: var(--electric);
}

.chip-middle {
  left: 18px;
  bottom: 98px;
  max-width: 240px;
}

.chip-bottom {
  left: 18px;
  bottom: 28px;
  color: var(--gold);
}

.support-band,
.showcase,
.split-detail,
.launch-band {
  max-width: var(--max);
  margin: 0 auto;
  padding-inline: clamp(18px, 3vw, 44px);
}

.support-band {
  padding-top: 34px;
}

.support-intro {
  display: grid;
  gap: 10px;
  max-width: 720px;
}

.support-intro h2,
.showcase h2,
.detail-panel h2,
.launch-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.support-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.support-grid article {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.support-grid span {
  color: var(--hot-pink);
  font-weight: 800;
  font-size: 0.86rem;
  letter-spacing: 0.14em;
}

.support-grid h3 {
  margin: 10px 0 8px;
  font-size: 1.2rem;
}

.support-grid p,
.showcase p,
.detail-panel p,
.launch-copy p,
.feature-list li {
  color: var(--muted);
  line-height: 1.62;
}

.showcase {
  padding-top: 68px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.9fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
}

.feature-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.feature-list li {
  padding-left: 22px;
  position: relative;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hot-pink), var(--electric));
  box-shadow: 0 0 18px rgba(49, 230, 198, 0.3);
}

.showcase-visual {
  display: flex;
  justify-content: flex-end;
}

.showcase-image {
  width: min(100%, 540px);
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 70px rgba(0,0,0,0.4);
}

.split-detail {
  padding-top: 72px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.detail-panel {
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
}

.detail-panel.alt {
  border-color: rgba(49, 230, 198, 0.24);
}

.launch-band {
  margin-top: 84px;
  margin-bottom: 44px;
  padding-top: 28px;
  padding-bottom: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.launch-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-copy,
.hero-visual,
.support-band,
.showcase,
.split-detail,
.launch-band {
  animation: fadeUp 600ms ease both;
}

.hero-visual {
  animation-delay: 90ms;
}

.support-band {
  animation-delay: 120ms;
}

.showcase {
  animation-delay: 150ms;
}

@media (max-width: 1080px) {
  .hero,
  .showcase,
  .split-detail,
  .launch-band {
    grid-template-columns: 1fr;
  }

  .topbar {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .topnav {
    justify-self: start;
    flex-wrap: wrap;
    gap: 18px;
  }

  .hero {
    min-height: auto;
    align-items: start;
    padding-bottom: 30px;
  }

  .hero-visual,
  .showcase-visual {
    justify-content: flex-start;
    margin: 0;
  }

  .launch-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .hero {
    padding: 18px 16px 26px;
    gap: 24px;
  }

  .support-band,
  .showcase,
  .split-detail,
  .launch-band {
    padding-inline: 16px;
  }

  .support-grid,
  .split-detail {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 16vw, 4.4rem);
  }

  .poster-chip {
    font-size: 0.74rem;
  }

  .chip-middle {
    max-width: 200px;
  }
}
