.launch-shell {
  max-width: 1440px;
  padding: 0 64px;
  margin: auto;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  border-bottom: 1px solid var(--border);
}
header .logo {
  width: 184px;
}
nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
nav a {
  display: grid;
  place-items: center;
  min-height: 44px;
  min-width: 44px;
  color: var(--muted);
  border-radius: 50%;
}
nav a[aria-current] {
  background: var(--text);
  color: white;
}
nav a:hover {
  outline: 1px solid var(--border);
}
nav span {
  color: #a1a1aa;
}
main {
  flex: 1;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: 64px;
  padding: 64px 0 72px;
}
.intro {
  padding: 16px 0;
}
.status {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--border);
  background: #fff8;
  border-radius: 30px;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
.status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #715893;
  box-shadow: 0 0 0 4px #ebe2f7;
}
h1 {
  font-size: clamp(48px, 5.6vw, 80px);
  font-weight: 650;
  line-height: 1.01;
  letter-spacing: -0.065em;
}
h1 b {
  font-weight: inherit;
}
h1 span {
  display: inline-block;
  position: relative;
  z-index: 0;
}
h1 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -8px;
  height: 0.24em;
  background: var(--holo);
  z-index: -1;
  border-radius: 3px;
}
.lead {
  font-size: 18px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 43ch;
  margin-top: 30px;
}
.launch-note {
  display: flex;
  gap: 16px;
  margin-top: 42px;
  padding-top: 26px;
  border-top: 1px solid var(--border);
}
.spark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  background: var(--holo);
  border: 1px solid #0000000a;
  border-radius: 14px;
  font-size: 26px;
}
.launch-note h2 {
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1.35;
}
.launch-note p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 4px;
}
.art {
  position: relative;
  isolation: isolate;
  background: #101012;
  min-height: 540px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 28px 50px -36px #17111c66;
}
.art:before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, #b7a2df33, transparent 68%);
  inset: 100px 0 auto auto;
  z-index: -1;
}
.art-caption {
  position: absolute;
  top: 28px;
  left: 28px;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #c9c9cf;
}
.orbit {
  position: absolute;
  border: 1px solid #ffffff12;
  border-radius: 50%;
  width: 480px;
  height: 480px;
  transform: rotate(-30deg);
  z-index: -1;
}
.orbit.two {
  width: 340px;
  height: 610px;
}
.card {
  position: absolute;
  width: 242px;
  height: 342px;
  border-radius: 17px;
  border: 1px solid #ffffff77;
  box-shadow: 0 20px 50px #0007;
  background: var(--holo);
}
.card.back {
  transform: rotate(-17deg) translate(-33px, -5px);
  background:
    repeating-linear-gradient(135deg, #ffffff30 0 1px, transparent 1px 9px),
    linear-gradient(145deg, #cbb5eb, #daeae1 50%, #f4d8b3);
}
.card.front {
  transform: rotate(9deg) translate(12px, 8px);
  color: #16131b;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.card-top {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.04em;
}
.card-window {
  position: relative;
  flex: 1;
  border-radius: 8px;
  margin: 12px 0;
  background: linear-gradient(155deg, #18161d, #40334e 65%, #18161d);
  overflow: hidden;
  border: 1px solid #ffffff77;
}
.star {
  font-size: 145px;
  position: absolute;
  left: 15px;
  top: -15px;
  color: #d7c8f4;
  text-shadow: 0 0 50px #f9e9c7;
}
.small-star {
  position: absolute;
  right: 18px;
  bottom: 10px;
  color: #f9edbc;
  font-size: 75px;
}
.circle {
  position: absolute;
  width: 175px;
  height: 175px;
  border: 1px solid #fffa;
  border-radius: 50%;
  bottom: -80px;
  left: -35px;
}
.card-bottom {
  position: relative;
}
.card-bottom > span:first-child {
  font-size: 8px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 6px;
}
.card-bottom b {
  font-size: 27px;
  line-height: 0.9;
  letter-spacing: -0.07em;
  display: block;
}
.stripes {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 25px;
  background: repeating-linear-gradient(
    90deg,
    #17131b 0 2px,
    transparent 2px 4px
  );
}
.art-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 27px;
  left: 28px;
  right: 28px;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #c9c9cf;
}
.art-bottom > span:last-child {
  font-size: 24px;
}
footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid var(--border);
  padding: 24px 0 28px;
  font-size: 12px;
  color: var(--muted);
}
footer > p:first-child {
  font-size: 14px;
  color: var(--text);
}
footer span {
  margin: 0 8px;
}
@media (min-width: 1500px) {
  main {
    gap: 100px;
  }
}
@media (max-width: 1050px) {
  .launch-shell {
    padding: 0 32px;
  }
  main {
    gap: 35px;
  }
  .art {
    min-height: 500px;
  }
  h1 {
    font-size: 58px;
  }
}
@media (max-width: 760px) {
  .launch-shell {
    padding: 0 24px;
  }
  header {
    padding: 22px 0;
  }
  header .logo {
    width: 158px;
  }
  main {
    grid-template-columns: 1fr;
    padding: 40px 0;
    gap: 38px;
  }
  .intro {
    padding: 0;
  }
  h1 {
    font-size: clamp(48px, 9vw, 66px);
  }
  .status {
    margin-bottom: 24px;
  }
  .lead {
    font-size: 17px;
    margin-top: 24px;
  }
  .launch-note {
    margin-top: 28px;
    padding-top: 23px;
  }
  .art {
    min-height: 440px;
  }
  .card {
    width: 215px;
    height: 305px;
  }
  .star {
    font-size: 125px;
  }
  .art-caption {
    font-size: 10px;
  }
  .art-bottom {
    font-size: 9px;
  }
  footer {
    padding: 22px 0;
    gap: 8px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .card.front {
    animation: arrive 0.8s ease-out both;
  }
  @keyframes arrive {
    from {
      opacity: 0;
      translate: 0 15px;
    }
    to {
      opacity: 1;
      translate: 0 0;
    }
  }
}
