:root {
  --bg: #061220;
  --bg-elev: #0c1e33;
  --sheet: #15293d;
  --text: #eaf4fb;
  --muted: #9fbace;
  --aqua: #45d0f0;
  --coral: #ff7a54;
  --amber: #ffc24d;
  --max: 920px;
  --pad: clamp(20px, 5vw, 40px);
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--text);
  background: radial-gradient(ellipse 120% 80% at 50% -20%, #1e3a52 0%, var(--bg) 55%);
}

* { box-sizing: border-box; }
body { margin: 0; line-height: 1.55; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--aqua); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--coral); }

.page { padding-bottom: 4rem; }

.hero {
  padding: calc(var(--pad) + 2rem) var(--pad) 3rem;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 2.5rem;
}

.hero__stack { text-align: center; max-width: 640px; margin: 0 auto; }
.hero__eyebrow {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--aqua);
  margin: 0 0 1rem;
}
.hero__title {
  font-size: clamp(2.8rem, 8vw, 4.2rem);
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.03em;
}
.hero__subtitle {
  font-size: clamp(1.1rem, 3vw, 1.45rem);
  color: var(--coral);
  margin: 0.35rem 0 1rem;
  font-weight: 500;
}
.hero__lede { color: var(--muted); margin: 0 0 1.5rem; font-size: 1.05rem; }
.hero__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.82rem;
}
.hero__links a {
  color: var(--text);
  text-decoration: none;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(69, 208, 240, 0.35);
}
.hero__visual {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(69, 208, 240, 0.2);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.hero__visual img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }

.band {
  padding: 3.5rem var(--pad);
  max-width: 1100px;
  margin: 0 auto;
}
.band--screens { padding-top: 1rem; }

.intro { margin-bottom: 2rem; }
.intro--right { text-align: right; max-width: var(--max); margin-left: auto; }
.intro__kick {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber);
}
.intro__title { font-size: clamp(1.6rem, 4vw, 2.2rem); margin: 0.4rem 0 0; }

.stripes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(159, 186, 206, 0.2);
}
.stripe {
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  gap: 1rem 1.25rem;
  align-items: start;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(159, 186, 206, 0.15);
}
.stripe__idx {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.8rem;
  color: var(--aqua);
  padding-top: 0.2rem;
}
.stripe__body h3 { margin: 0 0 0.35rem; font-size: 1.05rem; }
.stripe__body p { margin: 0; color: var(--muted); font-size: 0.95rem; max-width: 52ch; }
.stripe__tag {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  color: var(--coral);
  white-space: nowrap;
  align-self: center;
}

.stacked-shots { display: flex; flex-direction: column; gap: 2rem; }
.shot {
  margin: 0;
  background: var(--sheet);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(69, 208, 240, 0.12);
}
.shot img { width: 100%; max-height: 720px; object-fit: contain; background: #020810; }
.shot figcaption {
  padding: 0.85rem 1.1rem;
  font-size: 0.88rem;
  color: var(--muted);
  border-top: 1px solid rgba(159, 186, 206, 0.12);
}

.legal {
  padding: 2.5rem var(--pad);
  max-width: 720px;
  margin: 0 auto 0 0;
  margin-left: auto;
  padding-right: max(var(--pad), calc((100% - 720px) / 2 + var(--pad)));
}
.legal__body { color: var(--muted); font-size: 0.98rem; }
.legal__body p { margin: 0 0 1rem; }
.dropcap p:first-of-type::first-letter {
  float: left;
  font-size: 3.2rem;
  line-height: 0.85;
  padding-right: 0.12em;
  color: var(--aqua);
  font-weight: 700;
}

.btn {
  display: inline-block;
  padding: 0.65rem 1.1rem;
  background: var(--coral);
  color: var(--bg) !important;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}

.foot {
  text-align: center;
  padding: 2rem var(--pad);
  font-size: 0.82rem;
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
}

@media (max-width: 640px) {
  .stripe { grid-template-columns: 2.5rem 1fr; }
  .stripe__tag { grid-column: 2; justify-self: start; margin-top: -0.25rem; }
  .intro--right { text-align: left; }
}
