:root {
  color-scheme: dark;
  --ink: #090b0d;
  --paper: #f6f7f7;
  --muted: #aeb7bd;
  --yellow: #ffd91a;
  --magenta: #ef2ba8;
  --lime: #a5df2b;
  --cyan: #1cc6db;
  --red: #f0443b;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

* { box-sizing: border-box; }

html { min-width: 320px; background: var(--ink); }

body {
  min-height: 100vh;
  margin: 0;
  color: var(--paper);
  background:
    linear-gradient(120deg, transparent 0 44%, rgba(28, 198, 219, .08) 44% 45%, transparent 45% 100%),
    radial-gradient(circle at 1px 1px, rgba(255, 255, 255, .16) 1px, transparent 1.5px),
    linear-gradient(145deg, #050607, #131920 55%, #080a0c);
  background-size: auto, 18px 18px, auto;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.launch-shell {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: clamp(1rem, 4vw, 3.5rem);
}

.launch-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(1080px, 100%);
  min-height: min(700px, calc(100vh - 2rem));
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: #101419;
  border: 3px solid var(--paper);
  box-shadow: 14px 14px 0 rgba(239, 43, 168, .9), -7px -7px 0 rgba(28, 198, 219, .75);
}

.launch-panel::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .18;
  background:
    repeating-linear-gradient(115deg, transparent 0 46px, rgba(255, 255, 255, .16) 47px 48px, transparent 49px 78px),
    radial-gradient(circle at 75% 36%, var(--yellow) 0 2px, transparent 2.5px);
  background-size: auto, 13px 13px;
  mask-image: linear-gradient(90deg, transparent 0 38%, #000 72%);
}

.color-rail {
  position: absolute;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: 10px;
}

.color-rail i:nth-child(1) { background: var(--cyan); }
.color-rail i:nth-child(2) { background: var(--magenta); }
.color-rail i:nth-child(3) { background: var(--lime); }
.color-rail i:nth-child(4) { background: var(--red); }
.color-rail i:nth-child(5) { background: var(--yellow); }

.masthead,
.launch-panel footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.3rem clamp(1.2rem, 4vw, 3rem);
  text-transform: uppercase;
  letter-spacing: .12em;
}

.masthead {
  border-bottom: 2px solid #343c43;
  font-size: .82rem;
  font-weight: 850;
}

.masthead p { margin: 0; }

.masthead span {
  padding: .35rem .55rem;
  color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--paper);
  box-shadow: 3px 3px 0 var(--magenta);
  font-size: .72rem;
}

.launch-lockup {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(320px, 1.2fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
  padding: clamp(2rem, 7vw, 6rem);
}

.mark-frame {
  position: relative;
  justify-self: center;
  width: min(100%, 360px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: linear-gradient(150deg, #fff, #d9dfe2);
  border: 4px solid var(--paper);
  box-shadow: 10px 10px 0 var(--cyan);
  transform: rotate(-2deg);
}

.mark-frame::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid var(--ink);
  pointer-events: none;
}

.mark-frame img {
  width: 76%;
  height: 76%;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .28));
}

.issue-stamp {
  position: absolute;
  right: -16px;
  top: -20px;
  display: grid;
  width: 68px;
  height: 54px;
  place-items: center;
  color: var(--ink);
  background: var(--yellow);
  border: 3px solid var(--ink);
  box-shadow: 4px 4px 0 var(--magenta);
  font: 950 1.3rem var(--display);
}

.eyebrow {
  display: inline-block;
  margin: 0 0 1rem;
  padding: .42rem .65rem;
  color: var(--ink);
  background: var(--cyan);
  border: 2px solid var(--paper);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font: 950 clamp(4.4rem, 10vw, 8.7rem)/.82 var(--display);
  letter-spacing: -.055em;
  text-transform: uppercase;
  text-wrap: balance;
}

.lede {
  max-width: 30ch;
  margin: 1.6rem 0;
  color: #d8dde0;
  font-size: clamp(1.15rem, 2.2vw, 1.6rem);
  font-weight: 650;
  line-height: 1.42;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  padding: .82rem 1rem;
  color: var(--ink);
  background: var(--paper);
  border: 3px solid var(--ink);
  box-shadow: 5px 5px 0 var(--lime);
  font-size: .88rem;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.status-light {
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(240, 68, 59, .18);
  animation: signal 1.8s ease-in-out infinite;
}

.launch-panel footer {
  color: var(--muted);
  border-top: 2px solid #343c43;
  font-size: .72rem;
  font-weight: 800;
}

.launch-panel footer strong { color: var(--paper); }

@keyframes signal {
  50% { transform: scale(.72); opacity: .62; }
}

@media (max-width: 760px) {
  .launch-shell { padding: .8rem; }
  .launch-panel { min-height: calc(100vh - 1.6rem); box-shadow: 7px 7px 0 var(--magenta), -4px -4px 0 var(--cyan); }
  .launch-lockup { grid-template-columns: 1fr; gap: 2.5rem; padding: 2.5rem 1.35rem 3rem; }
  .mark-frame { width: min(72vw, 290px); }
  .launch-copy { text-align: center; }
  .lede { margin-inline: auto; }
  .masthead, .launch-panel footer { align-items: flex-start; flex-direction: column; }
  h1 { font-size: clamp(3.6rem, 19vw, 6.2rem); }
}

@media (prefers-reduced-motion: reduce) {
  .status-light { animation: none; }
}
