@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald.ttf") format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SDNoise";
  src: url("../fonts/sdnoisespaceedit.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body, p, pre, h1, h2, h3, h4 {
  margin: 0;
}

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
}

body {
  min-height: 100vh;
  background-color: #0b0b0d;
  color: #e9e7e3;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background-image: linear-gradient(180deg, rgba(9, 8, 10, 0.62) 0%, rgba(9, 8, 10, 0.3) 28%, rgba(9, 8, 10, 0.34) 55%, rgba(9, 8, 10, 0.9) 100%), url("../img/keyart-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  body {
    background-attachment: scroll;
  }
  body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(9, 8, 10, 0.6), rgba(9, 8, 10, 0.9)), url("../img/keyart-bg.jpg") center/cover;
  }
}

* {
  box-sizing: border-box;
  text-decoration: none;
}
*:focus-visible {
  outline: 2px solid #e11d24;
  outline-offset: 2px;
}

a {
  color: #ff5c5f;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

main.container {
  padding-top: 24px;
  padding-bottom: 8px;
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 11, 13, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid #23232a;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 60px;
}
.header-inner a.brand {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
  font-family: "Oswald", "Arial Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
}
.header-inner a.brand .two {
  color: #c1121f;
}
.header-inner a.brand:hover {
  color: #ffffff;
}
.header-inner nav.nav {
  display: flex;
  gap: 6px;
}
.header-inner nav.nav a {
  font-family: "Oswald", "Arial Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #9a968d;
  padding: 6px 12px;
  border-bottom: 2px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.header-inner nav.nav a:hover {
  color: #e9e7e3;
}
.header-inner nav.nav a.active {
  color: #ffffff;
  border-bottom-color: #c1121f;
}
.header-inner div.link {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}
.header-inner div.link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 3px;
  opacity: 0.72;
  transition: opacity 0.15s ease, background 0.15s ease;
}
.header-inner div.link a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.06);
}
.header-inner div.link a img {
  width: 22px;
  height: 22px;
}

div.box-group {
  margin-bottom: 28px;
}
div.box-group h2 {
  display: flex;
  align-items: center;
  font-family: "SDNoise", "Oswald", "Arial Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 14px;
}
div.box-group h2::before {
  content: "";
  display: inline-block;
  width: 4px;
  align-self: stretch;
  background: #c1121f;
  margin-right: 12px;
  flex: 0 0 auto;
}
div.box-group h2::before {
  position: relative;
  top: -0.085em;
}
div.box-group .box {
  background: #16161a;
  border: 1px solid #2c2c33;
  border-left: 3px solid #7c0c14;
  border-radius: 4px;
  padding: 18px 22px;
  color: #e9e7e3;
}
div.box-group .box:not(:last-child) {
  margin-bottom: 12px;
}
div.box-group .box p {
  line-height: 1.6;
  color: #d9d6d0;
}
div.box-group .box p + p {
  margin-top: 10px;
}
div.box-group .box a {
  color: #ff5c5f;
  text-decoration: underline;
}
div.box-group .box h3 {
  font-family: "SDNoise", "Oswald", "Arial Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 23px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 6px;
}

div.box-group + div.box-group {
  margin-top: 64px;
}

div.inner_column {
  max-width: 860px;
  margin: 0 auto;
}

.page-title {
  font-family: "Oswald", "Arial Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin: 8px 0 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: #1c1c21;
  border: 1px solid #2c2c33;
  border-radius: 4px;
  color: #e9e7e3;
  font-family: "Oswald", "Arial Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: border-color 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn img {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}
.btn .label {
  font-size: 15px;
}
.btn .sub {
  margin-left: auto;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #9a968d;
}
.btn:hover {
  border-color: #c1121f;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(193, 18, 31, 0.35);
}
.btn:active {
  transform: translateY(0);
}
.btn.primary {
  background: linear-gradient(180deg, #e11d24, #7c0c14);
  border-color: #c1121f;
  color: #ffffff;
}
.btn.primary .sub {
  color: rgba(255, 255, 255, 0.85);
}
.btn.primary:hover {
  box-shadow: 0 8px 22px rgba(193, 18, 31, 0.35);
}

.screenshot {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #2c2c33;
  border-radius: 3px;
  cursor: zoom-in;
}

#img-enlarge {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  cursor: zoom-out;
}

footer {
  border-top: 1px solid #23232a;
  margin-top: 40px;
  padding: 20px 0 24px;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 18px;
}
.footer-inner p {
  font-size: 13px;
  color: #9a968d;
}
.footer-inner p.alt-names {
  color: #87847c;
}
.footer-inner p.other-game {
  margin-left: auto;
}
.footer-inner p.other-game a {
  color: #9a968d;
  margin-left: 12px;
}
.footer-inner p.other-game a:hover {
  color: #e9e7e3;
}

@media (max-width: 720px) {
  .header-inner {
    gap: 10px;
  }
  .header-inner a.brand {
    font-size: 20px;
  }
  .header-inner nav.nav a {
    padding: 6px 8px;
    font-size: 14px;
  }
  .page-title {
    font-size: 32px;
  }
  div.box-group h2 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .header-inner div.link {
    display: none;
  }
  .header-inner nav.nav {
    margin-left: auto;
  }
}
@media (max-width: 520px) {
  .footer-inner p.other-game {
    margin-left: 0;
  }
  .footer-inner p.other-game a {
    margin-left: 0;
    margin-right: 12px;
  }
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald.ttf") format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SDNoise";
  src: url("../fonts/sdnoisespaceedit.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
div.home .hero {
  text-align: center;
  padding: 72px 16px 44px;
}
div.home .hero .logo {
  line-height: 0;
}
div.home .hero .logo img {
  width: 100%;
  max-width: 600px;
  height: auto;
  filter: drop-shadow(0 4px 22px rgba(0, 0, 0, 0.9));
}
div.home .hero .tagline {
  color: #e8e3dc;
  font-size: 18px;
  line-height: 1.55;
  margin: 22px auto 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.95), 0 0 3px rgba(0, 0, 0, 0.9);
}
div.home .hero .ea-badge {
  display: inline-block;
  margin-top: 26px;
  font-family: "Oswald", "Arial Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(193, 18, 31, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 3px;
  padding: 8px 16px;
}
div.home .hero .hero-cta {
  margin-top: 26px;
}
div.home div.btngroup {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
div.home div.btngroup a.btn {
  flex: 1 1 calc(50% - 5px);
  min-height: 52px;
}
div.home .trailer {
  margin-bottom: 28px;
}
div.home .responsive-iframe {
  position: relative;
  padding-top: 56.25%;
  border: 1px solid #2c2c33;
  border-radius: 6px;
  overflow: hidden;
}
div.home .responsive-iframe iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
div.home .trailer-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  border: 1px solid #2c2c33;
  border-radius: 6px;
  background: #0e0e11;
  background-image: radial-gradient(80% 120% at 50% 0%, rgba(193, 18, 31, 0.14), transparent 60%);
  color: #9a968d;
  font-family: "Oswald", "Arial Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 14px;
}
div.home .gallery-frame {
  position: relative;
  margin-bottom: 28px;
}
div.home #screenshot-gallery {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  border-radius: 6px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
div.home #screenshot-gallery::-webkit-scrollbar {
  display: none;
}
div.home #screenshot-gallery .screenshot {
  flex: 0 0 100%;
  scroll-snap-align: center;
  border-radius: 6px;
  cursor: zoom-in;
}
div.home .gallery-nav {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 34px;
  height: 56px;
  padding: 0;
  background: rgba(22, 22, 26, 0.92);
  border: 1px solid #2c2c33;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
div.home .gallery-nav:hover {
  background: #c1121f;
  border-color: #e11d24;
}
div.home .gallery-nav.prev {
  left: -44px;
}
div.home .gallery-nav.next {
  right: -44px;
}
div.home .gallery-nav::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
div.home .gallery-nav.prev::before {
  border-width: 8px 12px 8px 0;
  border-color: transparent #e9e7e3 transparent transparent;
}
div.home .gallery-nav.next::before {
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #e9e7e3;
}
@media (max-width: 1220px) {
  div.home .gallery-nav {
    display: none;
  }
}
div.home .steam-widget {
  margin-bottom: 28px;
}
div.home .steam-widget iframe {
  width: 100%;
  height: 190px;
  display: block;
  border-radius: 6px;
}
@media (max-width: 720px) {
  div.home .hero {
    padding: 48px 14px 32px;
  }
  div.home .hero .tagline {
    font-size: 16px;
  }
  div.home div.btngroup a.btn {
    flex: 1 1 100%;
  }
}
div.support .factsheet, div.press .factsheet {
  line-height: 1.9;
  color: #d9d6d0;
}
div.support .factsheet b, div.press .factsheet b {
  color: #e11d24;
  font-weight: 700;
}
div.support .asset-links, div.press .asset-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
div.support .asset-links a.btn, div.press .asset-links a.btn {
  flex: 0 0 auto;
}
div.support .screenshot.stacked, div.press .screenshot.stacked {
  cursor: zoom-in;
}
div.support .screenshot.stacked:not(:last-child), div.press .screenshot.stacked:not(:last-child) {
  margin-bottom: 10px;
}