:root {
  color-scheme: dark;
  font-family: "Courier New", Courier, monospace;
  background: #06080d;
  color: #f2f5f1;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #06080d;
}

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

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid rgb(255 255 255 / 0.16);
  background: rgb(4 6 10 / 0.42);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #ff3b2f;
  color: #ff3b2f;
  font-size: 0.86rem;
  box-shadow: 0 0 18px rgb(255 59 47 / 0.35);
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 34px);
  font-size: 0.72rem;
  font-weight: 700;
}

nav a {
  padding: 10px 0;
}

.nav-play {
  border-bottom: 2px solid #ff3b2f;
  color: #ffb3ad;
}

.parent-link {
  display: inline-flex;
  margin-left: 18px;
  padding: 12px 0;
  border-bottom: 1px solid rgb(174 240 176 / 0.52);
  color: #dfffe0;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero {
  position: relative;
  display: flex;
  min-height: min(900px, 94svh);
  align-items: flex-end;
  padding: 130px clamp(22px, 7vw, 112px) clamp(94px, 12vh, 130px);
  overflow: hidden;
  isolation: isolate;
  background-image:
    linear-gradient(90deg, rgb(2 4 8 / 0.96) 0%, rgb(2 4 8 / 0.7) 38%, rgb(2 4 8 / 0.16) 72%),
    linear-gradient(0deg, #06080d 0%, transparent 34%),
    url("/branding/jet-dead-social-v15.jpg");
  background-position: center;
  background-size: cover;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: repeating-linear-gradient(0deg, transparent 0 4px, rgb(255 255 255 / 0.025) 4px 5px);
  content: "";
  pointer-events: none;
}

.hero-content {
  width: min(650px, 92vw);
}

.eyebrow {
  margin: 0 0 12px;
  color: #aef0b0;
  font-size: 0.75rem;
  font-weight: 700;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  max-width: 620px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.6rem, 7vw, 6.6rem);
  line-height: 0.93;
  text-shadow: 0 8px 42px rgb(0 0 0 / 0.8);
}

.hero-copy {
  max-width: 570px;
  margin: 24px 0 30px;
  color: #d9e2e7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.55;
}

.launch-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid #ff5549;
  background: #d91f15;
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 700;
  box-shadow: 0 12px 34px rgb(255 48 32 / 0.32);
  transition: background 160ms ease, transform 160ms ease;
}

.launch-button:hover,
.launch-button:focus-visible {
  background: #f12a1f;
  transform: translateY(-2px);
}

.launch-icon {
  font-size: 1.4rem;
  transform: rotate(-12deg);
}

.scroll-cue {
  position: absolute;
  right: clamp(22px, 5vw, 80px);
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #b8c6ce;
  font-size: 0.68rem;
  font-weight: 700;
}

.scroll-cue span:last-child {
  color: #ff5549;
  font-size: 1.4rem;
}

.games-section {
  padding: 74px clamp(22px, 7vw, 112px) 90px;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 0.025) 1px, transparent 1px),
    #06080d;
  background-size: 64px 64px;
}

.section-heading {
  max-width: 1200px;
  margin: 0 auto 34px;
}

h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 4rem);
}

.game-feature {
  display: grid;
  width: min(1200px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.8fr);
  border-top: 1px solid rgb(255 255 255 / 0.18);
  border-bottom: 1px solid rgb(255 255 255 / 0.18);
}

.game-art {
  display: block;
  min-height: 360px;
  overflow: hidden;
}

.game-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.game-art:hover img {
  transform: scale(1.025);
}

.game-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 66px);
  background: #10151d;
}

.status {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #aef0b0;
  font-size: 0.7rem;
  font-weight: 700;
}

.status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #58e77b;
  box-shadow: 0 0 12px #58e77b;
}

.game-details h3,
.future-strip h3 {
  margin: 0;
  color: #ff3b2f;
  font-size: clamp(2rem, 4vw, 4rem);
}

.game-details > p:not(.status),
.future-strip > p:last-child {
  margin: 20px 0 28px;
  color: #bcc8ce;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}

.game-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.launch-button.compact {
  min-height: 48px;
  padding: 0 18px;
}

.text-link {
  padding: 10px 0;
  border-bottom: 1px solid rgb(77 216 255 / 0.55);
  color: #d7f7ff;
  font-size: 0.72rem;
  font-weight: 700;
}

.future-strip {
  width: min(1200px, 100%);
  margin: 58px auto 0;
  padding: 42px 0 10px;
  border-top: 1px solid rgb(77 216 255 / 0.3);
}

.future-strip h3 {
  color: #ffffff;
  font-size: clamp(1.4rem, 3vw, 2.6rem);
}

.future-strip > p:last-child {
  max-width: 650px;
  margin-bottom: 0;
}

.safety-strip {
  display: grid;
  width: min(1200px, 100%);
  margin: 48px auto 0;
  grid-template-columns: minmax(220px, 0.85fr) minmax(280px, 1.25fr) auto;
  gap: 28px;
  align-items: center;
  padding: 34px 0 6px;
  border-top: 1px solid rgb(174 240 176 / 0.32);
}

.safety-strip h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.2rem, 2.4vw, 2rem);
}

.safety-strip ul {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 12px 22px;
  color: #d9e2e7;
  font-family: Arial, Helvetica, sans-serif;
  list-style: none;
}

.safety-strip li::before {
  color: #aef0b0;
  content: "✓ ";
  font-weight: 700;
}

.parent-hero {
  min-height: 58svh;
  padding: 150px clamp(22px, 7vw, 112px) 78px;
  background:
    linear-gradient(90deg, rgb(2 4 8 / 0.96) 0%, rgb(2 4 8 / 0.72) 56%, rgb(2 4 8 / 0.36) 100%),
    url("/branding/jet-dead-social-v15.jpg");
  background-position: center;
  background-size: cover;
}

.parent-content {
  width: min(780px, 92vw);
}

.parent-notes {
  padding: 68px clamp(22px, 7vw, 112px) 84px;
  background: #06080d;
}

.note-grid {
  display: grid;
  width: min(1200px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgb(255 255 255 / 0.16);
  border-left: 1px solid rgb(255 255 255 / 0.16);
}

.note-grid article {
  min-height: 210px;
  padding: 28px;
  border-right: 1px solid rgb(255 255 255 / 0.16);
  border-bottom: 1px solid rgb(255 255 255 / 0.16);
  background: #10151d;
}

.note-grid h3 {
  margin: 0 0 14px;
  color: #aef0b0;
  font-size: 1.15rem;
}

.note-grid p,
.parent-summary {
  color: #bcc8ce;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

.note-grid p {
  margin: 0;
}

.parent-summary {
  width: min(850px, 100%);
  margin: 34px auto 0;
  font-size: 1rem;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(22px, 7vw, 112px);
  border-top: 1px solid rgb(255 255 255 / 0.14);
  background: #030508;
  color: #81909a;
  font-size: 0.68rem;
}

footer a {
  color: #ff7770;
}

@media (max-width: 760px) {
  .site-header {
    min-height: 64px;
  }

  .brand span:last-child,
  nav > a:first-child {
    display: none;
  }

  .hero {
    min-height: 88svh;
    padding: 110px 22px 92px;
    background-image:
      linear-gradient(0deg, #06080d 0%, rgb(2 4 8 / 0.2) 50%, rgb(2 4 8 / 0.35) 100%),
      linear-gradient(90deg, rgb(2 4 8 / 0.78), transparent 80%),
      url("/branding/jet-dead-social-v15.jpg");
    background-position: 62% center;
  }

  h1 {
    max-width: 330px;
    font-size: clamp(2.6rem, 14vw, 4.4rem);
  }

  .hero-copy {
    max-width: 330px;
  }

  .scroll-cue {
    right: 22px;
  }

  .games-section {
    padding: 58px 18px 70px;
  }

  .game-feature {
    grid-template-columns: 1fr;
  }

  .safety-strip {
    grid-template-columns: 1fr;
  }

  .safety-strip ul,
  .note-grid {
    grid-template-columns: 1fr;
  }

  .game-art {
    min-height: 0;
    aspect-ratio: 1200 / 630;
  }

  .game-details {
    padding: 30px 22px 34px;
  }

  .parent-link {
    margin: 12px 0 0;
  }

  .parent-hero {
    min-height: 62svh;
    padding: 112px 22px 62px;
  }

  .parent-notes {
    padding: 58px 18px 70px;
  }

  footer {
    padding: 24px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
