@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #f4f0e7;
  --muted: #c6c2b8;
  --night: #111213;
  --stone: #1b1d1e;
  --stone-light: #272a2b;
  --forest: #18231d;
  --gold: #d4ad4f;
  --gold-bright: #f0d67b;
  --red: #a52f2b;
  --blue: #4a7e9f;
  --line: #554a33;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--night);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--night);
  font-family: "Lato", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--gold-bright);
  text-underline-offset: 0.2em;
}

a:hover {
  color: #ffffff;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 23px;
}

p {
  margin: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--night);
  background: var(--gold-bright);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 12px max(24px, calc((100% - var(--max-width)) / 2));
  border-bottom: 1px solid rgba(212, 173, 79, 0.3);
  background: rgba(17, 18, 19, 0.92);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: "Cinzel", Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.site-header nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.site-header nav a {
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.site-header nav a:hover,
.site-header nav a[aria-current="page"] {
  color: var(--gold-bright);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 780px;
  height: 86svh;
  max-height: 920px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background: rgba(5, 7, 8, 0.42);
  box-shadow: inset 620px 0 200px rgba(5, 7, 8, 0.82);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(640px, calc(100% - 48px));
  margin: 92px max(24px, calc((100% - var(--max-width)) / 2)) 0;
}

.hero-logo {
  width: 390px;
  max-height: 260px;
  margin-bottom: 12px;
  object-fit: contain;
  object-position: left center;
}

.hero h1 {
  max-width: 620px;
  text-shadow: 0 3px 18px #000000;
}

.hero-copy {
  max-width: 600px;
  margin-top: 18px;
  color: #f4f0e7;
  font-size: 21px;
  line-height: 1.55;
  text-shadow: 0 2px 10px #000000;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 18px;
  border: 1px solid var(--gold);
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
}

.button-primary {
  color: #17120a;
  background: var(--gold-bright);
}

.button-primary:hover {
  color: #000000;
  background: #ffffff;
}

.button-secondary {
  color: var(--ink);
  background: rgba(17, 18, 19, 0.78);
}

.release-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
}

.fact-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  padding: 22px max(24px, calc((100% - var(--max-width)) / 2));
  background: var(--stone-light);
  border-bottom: 1px solid var(--line);
}

.fact-band div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 18px;
  border-right: 1px solid #464849;
}

.fact-band div:last-child {
  border-right: 0;
}

.fact-band strong {
  color: var(--gold-bright);
  font-family: "Cinzel", Georgia, serif;
  font-size: 28px;
}

.fact-band span {
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 96px max(24px, calc((100% - var(--max-width)) / 2));
}

.section-heading {
  max-width: 780px;
  margin-bottom: 48px;
}

.section-heading h2,
.showcase-copy h2 {
  margin-top: 8px;
}

.section-heading > p:last-child,
.showcase-copy > p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 19px;
}

.eyebrow {
  color: var(--gold-bright);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.modes {
  background: var(--night);
}

.mode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.mode-item {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 20px;
  min-height: 250px;
  padding: 28px;
  border: 1px solid #514528;
  border-top: 4px solid var(--red);
  border-radius: 6px;
  background: var(--stone);
}

.mode-item:last-child {
  border-top-color: var(--blue);
}

.mode-item p {
  margin-top: 14px;
  color: var(--muted);
}

.mode-number {
  color: #d85b45;
  font-family: "Cinzel", Georgia, serif;
  font-size: 40px;
  font-weight: 700;
}

.mode-number-beast {
  color: #75a8c6;
}

.showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.55fr);
  align-items: stretch;
  min-height: 650px;
  background: #0e1112;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.showcase-media {
  min-height: 540px;
  overflow: hidden;
}

.showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px max(30px, calc((100vw - var(--max-width)) / 2));
  border-left: 1px solid var(--line);
  background: var(--forest);
}

.feature-list {
  margin: 26px 0 0;
  padding-left: 22px;
  color: var(--ink);
}

.feature-list li + li {
  margin-top: 8px;
}

.battlefields {
  background: var(--stone);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #494949;
  border-radius: 6px;
  background: var(--night);
}

.gallery-main {
  grid-column: 1 / -1;
}

.gallery img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.gallery figcaption {
  min-height: 58px;
  padding: 15px 18px;
  color: var(--muted);
  font-size: 15px;
}

.feature-band {
  padding: 92px max(24px, calc((100% - var(--max-width)) / 2));
  background: #182025;
}

.section-heading.compact {
  margin-bottom: 36px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #485866;
  border-bottom: 1px solid #485866;
}

.feature-grid article {
  min-height: 190px;
  padding: 28px 22px;
  border-right: 1px solid #485866;
}

.feature-grid article:last-child {
  border-right: 0;
}

.feature-grid h3 {
  font-size: 19px;
}

.feature-grid p {
  margin-top: 13px;
  color: var(--muted);
  font-size: 15px;
}

.closing-band {
  display: grid;
  grid-template-columns: minmax(240px, 420px) minmax(0, 600px);
  align-items: center;
  justify-content: center;
  gap: 56px;
  padding: 66px 24px;
  background: #24191a;
  border-top: 1px solid #70413c;
  border-bottom: 1px solid var(--line);
}

.closing-band img {
  width: 100%;
  max-height: 270px;
  object-fit: contain;
}

.closing-band p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 18px;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px 40px;
  padding: 34px max(24px, calc((100% - var(--max-width)) / 2));
  color: #9f9f9b;
  background: #0b0c0d;
  font-size: 13px;
}

.site-footer nav {
  justify-content: flex-end;
}

.site-footer a {
  color: #d8d4ca;
}

.trademark-note {
  grid-column: 1 / -1;
  border-top: 1px solid #2b2d2e;
  padding-top: 16px;
}

.legal-page .site-header {
  position: relative;
}

.legal-shell {
  max-width: 920px;
  margin: 0 auto;
  padding: 80px 24px 110px;
}

.legal-heading {
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.legal-heading h1 {
  margin-top: 8px;
  font-size: 50px;
}

.legal-heading > p:last-child {
  margin-top: 12px;
  color: var(--muted);
}

.legal-summary {
  margin: 36px 0;
  padding: 22px 24px;
  border-left: 4px solid var(--gold);
  background: var(--forest);
}

.legal-summary strong {
  color: var(--gold-bright);
}

.legal-summary p {
  margin-top: 7px;
}

.legal-copy h2 {
  margin-top: 42px;
  font-size: 24px;
}

.legal-copy p,
.legal-copy ul {
  margin-top: 13px;
  color: #d7d4cc;
}

.legal-copy li + li {
  margin-top: 8px;
}

.not-found {
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: 24px;
  text-align: center;
  background: var(--stone);
}

.not-found main {
  max-width: 640px;
}

.not-found img {
  width: 420px;
  max-height: 280px;
  margin: 0 auto 12px;
  object-fit: contain;
}

.not-found h1 {
  margin-top: 7px;
  font-size: 46px;
}

.not-found p:not(.eyebrow) {
  margin: 16px 0 26px;
  color: var(--muted);
}

@media (max-width: 900px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 32px;
  }

  .hero {
    min-height: 720px;
    height: 84svh;
  }

  .hero-shade {
    background: rgba(5, 7, 8, 0.58);
    box-shadow: inset 420px 0 180px rgba(5, 7, 8, 0.76);
  }

  .fact-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .fact-band div:nth-child(2) {
    border-right: 0;
  }

  .fact-band div:nth-child(-n + 2) {
    border-bottom: 1px solid #464849;
  }

  .showcase {
    grid-template-columns: 1fr;
  }

  .showcase-copy {
    padding: 54px 32px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid article:nth-child(2) {
    border-right: 0;
  }

  .feature-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid #485866;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  .site-header {
    position: relative;
    align-items: flex-start;
    min-height: auto;
    padding: 12px 16px;
    background: #111213;
  }

  .brand span {
    display: none;
  }

  .site-header nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px 15px;
  }

  .site-header nav a {
    font-size: 13px;
  }

  .hero {
    min-height: 670px;
    height: 82svh;
  }

  .hero-media {
    object-position: 58% center;
  }

  .hero-shade {
    background: rgba(5, 7, 8, 0.62);
    box-shadow: inset 0 -250px 170px rgba(5, 7, 8, 0.72);
  }

  .hero-content {
    align-self: end;
    width: calc(100% - 32px);
    margin: 0 16px 42px;
  }

  .hero-logo {
    width: 300px;
    max-height: 200px;
    margin-bottom: 6px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fact-band {
    padding: 12px 16px;
  }

  .fact-band div {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 10px 7px;
    text-align: center;
  }

  .section,
  .feature-band {
    padding: 72px 18px;
  }

  .mode-grid,
  .gallery,
  .closing-band {
    grid-template-columns: 1fr;
  }

  .mode-item {
    grid-template-columns: 48px 1fr;
    min-height: auto;
    padding: 24px 20px;
  }

  .showcase-media {
    min-height: 330px;
  }

  .showcase-copy {
    padding: 48px 20px;
  }

  .gallery-main {
    grid-column: auto;
  }

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

  .feature-grid article,
  .feature-grid article:nth-child(2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #485866;
  }

  .feature-grid article:last-child {
    border-bottom: 0;
  }

  .closing-band {
    gap: 24px;
    padding: 52px 20px;
    text-align: center;
  }

  .closing-band img {
    max-height: 210px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px 18px;
  }

  .trademark-note {
    grid-column: auto;
  }

  .legal-shell {
    padding: 58px 18px 80px;
  }

  .legal-heading h1,
  .not-found h1 {
    font-size: 36px;
  }
}

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