:root {
  color-scheme: dark;
  --ink: #f7efe1;
  --muted: #b9af9d;
  --night: #0b1012;
  --coal: #11181a;
  --copper: #e98d44;
  --amber: #f8c66b;
  --glass: rgba(247, 239, 225, 0.08);
  --line: rgba(247, 239, 225, 0.18);
}

* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  font-family: "IBM Plex Sans", "Avenir Next", sans-serif;
  background:
    radial-gradient(circle at 18% 24%, rgba(233, 141, 68, 0.24), transparent 28rem),
    radial-gradient(circle at 78% 72%, rgba(248, 198, 107, 0.14), transparent 26rem),
    linear-gradient(145deg, #070a0b 0%, var(--night) 44%, #1b1711 100%);
}

body::before {
  position: fixed;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.46;
  background-image:
    linear-gradient(rgba(247, 239, 225, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 239, 225, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

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

.hero {
  position: relative;
  display: grid;
  width: min(1120px, 100%);
  min-height: min(650px, calc(100svh - 2rem));
  grid-template-columns: minmax(0, 1fr) 20rem;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.75rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(105deg, rgba(17, 24, 26, 0.94), rgba(17, 24, 26, 0.62)),
    repeating-linear-gradient(135deg, rgba(247, 239, 225, 0.08) 0 1px, transparent 1px 18px);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.hero::after {
  position: absolute;
  right: -16rem;
  bottom: -20rem;
  width: 44rem;
  height: 44rem;
  content: "";
  border: 1px solid rgba(248, 198, 107, 0.2);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 198, 107, 0.18), transparent 62%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.eyebrow {
  width: fit-content;
  margin: 0 0 1.25rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(233, 141, 68, 0.52);
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  max-width: 11ch;
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(3.7rem, 8vw, 7.2rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: 0;
}

.lede {
  max-width: 38rem;
  margin: 1.6rem 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.7;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.3rem;
}

.primary-cta {
  display: inline-flex;
  min-height: 4rem;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 1rem 1.25rem 1rem 1.55rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  color: #211308;
  font-weight: 800;
  text-decoration: none;
  background:
    linear-gradient(135deg, var(--amber), var(--copper)),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  box-shadow:
    0 0 0 8px rgba(233, 141, 68, 0.1),
    0 18px 42px rgba(233, 141, 68, 0.28);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.primary-cta:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 0 10px rgba(248, 198, 107, 0.14),
    0 24px 54px rgba(233, 141, 68, 0.36);
}

.primary-cta:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 5px;
}

.primary-cta svg {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
}

.status-panel {
  position: relative;
  z-index: 2;
  align-self: end;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(8, 11, 12, 0.56);
  backdrop-filter: blur(18px);
}

.status-panel p,
.status-panel span {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.status-panel strong {
  display: block;
  margin: 0.3rem 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.25rem;
  line-height: 1;
}

.orbital-map {
  position: absolute;
  inset: auto 2rem 2rem auto;
  width: min(46vw, 33rem);
  aspect-ratio: 1;
  opacity: 0.86;
}

.orbit {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(247, 239, 225, 0.18);
  border-radius: 50%;
  transform: rotate(-18deg) skew(-8deg);
}

.orbit-two {
  inset: 25%;
  border-color: rgba(248, 198, 107, 0.28);
  transform: rotate(28deg) skew(14deg);
}

.orbit-three {
  inset: 39%;
  border-color: rgba(233, 141, 68, 0.32);
  transform: rotate(64deg) skew(-16deg);
}

.star {
  position: absolute;
  width: 0.7rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 32px rgba(248, 198, 107, 0.85);
}

.star-one {
  top: 17%;
  right: 31%;
}

.star-two {
  right: 16%;
  bottom: 36%;
  width: 0.45rem;
}

.star-three {
  bottom: 22%;
  left: 28%;
  width: 0.55rem;
  background: var(--ink);
}

@media (max-width: 820px) {
  .hero {
    min-height: calc(100svh - 2rem);
    grid-template-columns: 1fr;
    align-items: end;
    padding: 1.35rem;
  }

  .orbital-map {
    top: -4rem;
    right: -7rem;
    width: 24rem;
  }

  h1 {
    font-size: clamp(3.35rem, 18vw, 5.7rem);
  }

  .lede {
    font-size: 1rem;
  }

  .primary-cta {
    width: 100%;
  }
}
