.depth-page {
  --accent: #d41329;
  --accent-soft: #ed2940;
}
.depth-page .game-shell {
  max-width: 1040px;
}
.depth-page ::selection {
  color: #fff;
  background: var(--accent);
}
.depth-page .button {
  color: #fff;
  box-shadow:
    4px 4px 0 var(--bg),
    5px 5px 0 var(--accent);
}
.depth-page .eyebrow {
  color: #ccc;
}
.depth-page .text-link {
  color: var(--ink);
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
}
.depth-page .skip-link {
  color: #fff;
}
.game-header {
  padding: 36px 0;
  position: relative;
  z-index: 6;
}
.game-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  font-size: 12px;
}
.game-nav .nav-control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 12px 10px;
  border: 1px solid #555;
  background: #151515;
  color: #ddd;
  font: inherit;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.game-nav .nav-control:hover,
.game-nav details[open] > .nav-control {
  color: #fff;
  border-color: var(--accent);
  background: #251215;
}
.game-nav .nav-control span {
  color: var(--accent);
  display: inline;
  margin: 0;
  font-size: 13px;
}
.nav-dropdown {
  position: relative;
}
summary {
  cursor: pointer;
}
summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
.nav-dropdown summary {
  list-style: none;
}
.nav-dropdown summary::-webkit-details-marker {
  display: none;
}
.dropdown-links {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 100%;
  width: max-content;
  max-width: 280px;
  background: #161616;
  border: 1px solid var(--accent);
  padding: 6px;
  box-shadow: 6px 6px 0 #000;
  z-index: 7;
}
.game-nav .dropdown-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  color: #eee;
}
.game-nav .dropdown-links a:hover {
  background: #303030;
  color: #fff;
}
.game-nav .dropdown-links a span {
  display: inline;
  color: var(--accent);
  margin: 0;
}
.game-splash {
  text-align: center;
  border-color: #555;
}
.game-splash .window-bar {
  text-align: left;
  font-size: 10px;
}
.splash-content {
  padding: 58px 36px 42px;
}
.splash-content .eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
}
.game-splash h1 {
  font-size: clamp(78px, 13vw, 144px);
  line-height: 0.82;
  margin: 34px 0 28px;
}
.game-splash h1 > span {
  color: #f4f4f4;
  text-shadow: 4px 4px 0 #67101b;
}
.splash-image {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
  max-height: 440px;
  object-fit: contain;
  margin: 0 auto;
}
.splash-tagline {
  color: #bbb;
  font-size: 14px;
  margin: 0;
}
.game-splash .hero-bottom {
  font-size: 10px;
}
.game-status {
  color: #fff;
  border-left: 3px solid var(--accent);
  padding-left: 10px;
  white-space: nowrap;
}
.availability {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 0 50px;
  gap: 17px;
  text-align: center;
}
.availability p {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.12em;
}
.platform-button {
  min-width: 210px;
  justify-content: center;
  font-size: 20px;
}
.platform-button svg {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}
.availability-note {
  font-size: 10px;
  color: #aaa;
  letter-spacing: 0.07em;
  margin-top: 6px;
}
.trailer-section {
  border: 1px solid #555;
  background: #111;
}
.trailer-section h2,
.section-label h2 {
  font: inherit;
  margin: 0;
}
.trailer-section .window-bar {
  font-size: 11px;
}
.trailer-frame {
  aspect-ratio: 16/9;
  background: #090909;
  display: grid;
  place-items: center;
}
.trailer-frame iframe,
.trailer-frame video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.media-pending,
.gallery-pending {
  text-align: center;
  color: #999;
  font-size: 11px;
  letter-spacing: 0.12em;
}
.media-pending p,
.gallery-pending p {
  color: #ddd;
  margin: 12px 0;
}
.play-outline {
  display: inline-grid;
  place-items: center;
  width: 70px;
  height: 60px;
  color: var(--accent);
  border: 1px solid var(--accent);
  font-size: 40px;
  line-height: 1;
}
.game-section {
  padding: 64px 0;
  border-bottom: 1px solid var(--line);
}
.gameplay-section {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.game-section .section-title {
  font-size: clamp(46px, 7vw, 72px);
  line-height: 0.95;
}
.game-lead {
  color: #ccc;
  line-height: 1.9;
  max-width: 750px;
  margin: 24px auto;
}
.feature-list {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 40px auto 30px;
  max-width: 710px;
}
.feature-list li {
  position: relative;
  padding: 0 0 22px 28px;
  color: #bbb;
}
.feature-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 10px;
  left: 0;
  background: var(--accent);
}
.feature-list strong {
  color: #f4f4f4;
  font-weight: 500;
}
.game-footnote {
  font-size: 12px;
  line-height: 1.8;
  color: #aaa;
  margin: 24px 0 0;
}
.game-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.game-gallery figure {
  margin: 0;
  min-width: 0;
}
.game-gallery figure a {
  display: block;
  border: 1px solid #555;
  padding: 5px;
  background: #151515;
}
.game-gallery figure a:hover {
  border-color: var(--accent);
}
.game-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: contain;
  display: block;
  background: #090909;
}
.game-gallery figcaption {
  font-size: 11px;
  color: #aaa;
  margin-top: 10px;
}
.gallery-pending {
  grid-column: 1/-1;
  border: 1px dashed #555;
  aspect-ratio: 16/6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #111;
}
.gallery-pending > span:first-child {
  color: var(--accent);
  font-size: 28px;
}
.news-section {
  text-align: center;
}
.news-section .button {
  margin: 12px 0 0;
}
.news-list {
  margin: 40px 0 0;
  text-align: left;
}
.news-post {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) 20px;
  gap: 22px;
  padding: 24px 18px;
  border-top: 1px solid #444;
  align-items: center;
}
.news-post:last-child {
  border-bottom: 1px solid #444;
}
.news-post:hover {
  background: #201316;
}
.news-post time {
  font-size: 11px;
  color: #aaa;
}
.news-post h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.news-arrow {
  color: var(--accent);
  font-size: 20px;
}
.history-section {
  padding: 28px 0;
  border: 0;
}
.history-disclosure summary {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  list-style: none;
  font-size: 12px;
  color: #bbb;
}
.history-disclosure summary::-webkit-details-marker {
  display: none;
}
.history-disclosure summary span {
  color: var(--accent);
}
.history-copy {
  padding: 12px 0;
  color: #bbb;
  font-size: 14px;
  line-height: 1.9;
}
.game-footer {
  margin-top: 24px;
}
.faq-main {
  padding-top: 12px;
}
.contact-heading {
  padding: 30px 0 40px;
  text-align: center;
}
.contact-heading h1 {
  font-size: clamp(80px, 12vw, 130px);
  line-height: 0.88;
}
.contact-heading .game-lead {
  max-width: 660px;
}
.faq-list {
  border-top: 1px solid #555;
}
.faq-list details {
  border-bottom: 1px solid #555;
}
.faq-list summary {
  padding: 22px 32px 22px 0;
  position: relative;
  list-style: none;
  font-size: 16px;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  color: var(--accent);
  font-size: 22px;
  top: 16px;
}
.faq-list details[open] summary::after {
  content: "−";
}
.faq-list details[open] summary {
  color: #fff;
}
.faq-list details > div {
  color: #bbb;
  padding: 0 28px 20px 0;
  line-height: 1.9;
}
.faq-list p {
  margin: 0;
}
.faq-list a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-underline-offset: 4px;
}
.contact-panel {
  margin: 40px 0;
  border: 1px solid #555;
  border-top: 3px solid var(--accent);
  padding: 36px;
  background: #151515;
}
.contact-panel p:not(.eyebrow) {
  color: #bbb;
}
@media (max-width: 760px) {
  .game-header {
    padding: 24px 0;
  }
  .game-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    font-size: 11px;
  }
  .game-nav .nav-control {
    padding: 12px 6px;
  }
  .nav-dropdown:nth-child(2) .dropdown-links {
    left: auto;
    right: 0;
  }
  .dropdown-links {
    max-width: min(280px, calc(100vw - 44px));
  }
  .splash-content {
    padding: 44px 20px 32px;
  }
  .game-splash h1 {
    font-size: clamp(56px, 12vw, 94px);
  }
  .game-splash .window-bar {
    padding: 0 12px;
    font-size: 8px;
  }
  .game-splash .hero-bottom {
    font-size: 8px;
    padding: 12px;
    gap: 8px;
  }
  .splash-content .eyebrow {
    font-size: 9px;
    letter-spacing: 0.12em;
  }
  .game-section {
    padding: 42px 0;
  }
  .game-gallery {
    grid-template-columns: minmax(0, 1fr);
  }
  .gallery-pending {
    aspect-ratio: 16/9;
  }
  .news-post {
    grid-template-columns: minmax(0, 1fr) 20px;
    gap: 7px 14px;
    padding: 20px 10px;
  }
  .news-post time {
    grid-column: 1;
  }
  .news-post h3 {
    grid-column: 1;
    font-size: 14px;
  }
  .news-arrow {
    grid-column: 2;
    grid-row: 1/3;
  }
  .availability-note {
    font-size: 9px;
  }
  .game-lead,
  .feature-list {
    font-size: 14px;
  }
  .feature-list {
    margin-top: 28px;
  }
  .game-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }
  .game-footer .effects-toggle {
    text-align: left;
    justify-self: start;
  }
  .contact-panel {
    padding: 24px;
  }
  .faq-list summary {
    font-size: 14px;
  }
  .faq-list details > div {
    font-size: 14px;
    padding-right: 0;
  }
  .history-section {
    padding: 24px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .depth-page .effects-toggle {
    display: none;
  }
}
.trailer-link {
  margin: 0;
  padding: 11px 16px;
  border-top: 1px solid #444;
  text-align: right;
  font-size: 10px;
  color: #bbb;
}
.trailer-link a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-underline-offset: 4px;
}
.game-nav a[aria-current="page"] {
  border-color: var(--accent);
  color: #fff;
}
.trailer-poster {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.trailer-poster > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.trailer-poster > span {
  position: relative;
  background: #d41329;
  border: 1px solid #fff;
  color: #fff;
  padding: 16px 22px;
  font-size: 14px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 5px 5px 0 #000;
}
.trailer-poster:hover > span {
  background: #ed2940;
}
.trailer-poster:focus-visible {
  outline-offset: 4px;
}
.history-heading {
  font-family: Terminal, monospace;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
  color: #eee;
  margin: 20px 0 28px;
}
.depth-page .timeline time,
.depth-page .timeline-date {
  color: #bbb;
}
