@font-face {
  font-family: "Metamorphous";
  src: url("/fonts/metamorphous-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --paper: #e8e9e3;
  --paper-deep: #d5d8d0;
  --ink: #17191b;
  --accent: #174f6c;
  --accent-dark: #0d344b;
  --rule: #687078;
  --focus: #b8321a;
  --night: #11151a;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink);
  background: #82898a;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  line-height: 1.55;
  background-image: repeating-linear-gradient(0deg, transparent 0 23px, rgb(255 255 255 / 5%) 24px);
}

a {
  color: var(--accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

a:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2;
  padding: 0.5rem;
  background: var(--paper);
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  width: min(64rem, 100%);
  min-height: 100vh;
  margin-inline: auto;
  background: var(--paper);
  border-inline: 1px solid var(--rule);
}

.site-header,
main {
  padding: 1rem clamp(1rem, 4vw, 2rem);
}

.site-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  min-height: 10rem;
  padding-block: 0.75rem;
  background: var(--night);
  border-bottom: 1px solid var(--rule);
}

.tagline {
  flex: 0 0 auto;
  margin: 0 0 0.5rem;
  color: #f7f7f2;
  text-align: right;
  white-space: nowrap;
}

.wordmark {
  display: block;
  width: fit-content;
  max-width: 100%;
}

.wordmark img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 8.5rem;
  object-fit: contain;
}

.site-nav,
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  padding: 0.55rem clamp(1rem, 4vw, 2rem);
  background: var(--paper-deep);
  border-block: 1px solid #fff;
  border-bottom-color: var(--rule);
  font-family: "Metamorphous", Palatino, "Palatino Linotype", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5;
}

.site-nav a[aria-current="page"],
.footer-nav a[aria-current="page"] {
  color: var(--ink);
  text-decoration-thickness: 3px;
}

main {
  min-height: 28rem;
}

h1,
h2 {
  line-height: 1.15;
  letter-spacing: 0;
}

h2 {
  margin-top: 2rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--rule);
  font-size: 1.3rem;
}

.intro {
  max-width: 46rem;
}

.intro h1 {
  margin-bottom: 0.4rem;
}

.lede {
  font-size: 1.1rem;
}

.feature-block {
  display: grid;
  grid-template-columns: minmax(10rem, 0.7fr) minmax(0, 1.3fr);
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--rule);
}

.product-media {
  position: relative;
  display: block;
  align-self: start;
}

.product-logo {
  display: block;
  width: 100%;
  height: auto;
}

.feature-copy {
  padding-bottom: 0.25rem;
}

.product-columns {
  display: grid;
  grid-template-columns: minmax(11rem, 0.8fr) minmax(0, 1.35fr) minmax(13rem, 0.85fr);
  gap: 1.25rem;
  align-items: start;
}

.home-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(16rem, 1fr);
  gap: 1.75rem;
  align-items: start;
}

.home-sidebar {
  padding-left: 1.25rem;
  border-left: 1px solid var(--rule);
}

.home-layout section:first-child h2 {
  margin-top: 1.5rem;
}

.review-band {
  margin-top: 1.5rem;
}

.newsletter {
  padding: 0.75rem;
  background: var(--paper-deep);
  border: 1px solid var(--rule);
}

.newsletter label {
  display: block;
  font-weight: 700;
}

.newsletter-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.4rem;
  margin-top: 0.25rem;
}

.newsletter input,
.newsletter button {
  min-height: 2.75rem;
  border: 1px solid var(--rule);
  border-radius: 0;
  font: inherit;
}

.newsletter input {
  min-width: 0;
  padding: 0.45rem;
  background: #fff;
}

.newsletter button {
  padding-inline: 0.8rem;
  color: #fff;
  background: var(--accent-dark);
  cursor: pointer;
}

.small-print {
  font-size: 0.85rem;
}

.newsletter-status {
  min-height: 1.5em;
  margin-block: 0.5rem 0;
  font-weight: 700;
}

.reviews figure {
  margin: 0;
  padding: 0.9rem 0;
  border-bottom: 1px dotted var(--rule);
}

.reviews blockquote,
.reviews blockquote p {
  margin: 0;
}

.reviews figcaption {
  margin-top: 0.4rem;
  font-size: 0.9rem;
}

.product-media .video-frame {
  width: 100%;
  margin-top: 0.75rem;
}

.video-frame {
  width: min(100%, 35rem);
  aspect-ratio: 16 / 9;
  margin: 0.75rem auto 0;
  background: #000;
  border: 1px solid var(--rule);
}

.video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-fallback {
  margin: 0.35rem 0 0;
  text-align: center;
}

.video-fallback a {
  color: var(--accent);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.product-facts {
  align-self: start;
  padding: 0 1rem 1rem;
  background: var(--paper-deep);
  border: 1px solid var(--rule);
}

.product-facts dt,
.soundtrack-credits dt {
  font-weight: 700;
}

.product-facts dd,
.soundtrack-credits dd {
  margin: 0 0 0.75rem;
}

.soundtrack-feature {
  display: grid;
  grid-template-columns: minmax(10rem, 0.7fr) minmax(0, 1.3fr);
  gap: 1rem;
  align-items: start;
}

.soundtrack-cover {
  display: block;
  width: 100%;
  max-width: 20rem;
  height: auto;
  border: 1px solid var(--rule);
}

.feature-list li {
  margin-bottom: 0.55rem;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.gallery figure {
  margin: 0;
}

.gallery figcaption {
  margin-top: 0.2rem;
  text-align: center;
  font-size: 0.9rem;
  font-style: italic;
}

.gallery img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--rule);
}

.gallery-link {
  display: block;
}

.gallery-link:hover img {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.lightbox {
  width: min(92vw, 75rem);
  max-width: none;
  padding: 2.75rem 1rem 1rem;
  color: #fff;
  background: var(--night);
  border: 1px solid #fff;
}

.lightbox::backdrop {
  background: rgb(0 0 0 / 82%);
}

.lightbox img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 78vh;
  margin-inline: auto;
}

.lightbox-caption {
  max-width: 60rem;
  margin: 0.75rem auto 0;
}

.lightbox-close {
  position: absolute;
  top: 0.35rem;
  right: 0.55rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  font: 1.75rem/1 Georgia, serif;
  cursor: pointer;
}

.release-row {
  padding-block: 1rem;
  border-bottom: 1px dotted var(--rule);
}

.release-row h3,
.latest-news h3 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.1rem;
}

.release-row p,
.latest-news p {
  margin: 0.4rem 0;
}

.latest-news + .latest-news {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px dotted var(--rule);
}

.store-links {
  padding: 0;
  list-style: none;
}

.news-destinations {
  margin-block: 0.5rem 0;
  padding-left: 1.25rem;
  list-style: square;
  line-height: 1.3;
}

.news-destinations li {
  margin-block: 0.15rem;
}

.news-signup {
  margin-block: 0.75rem 0.9rem;
}

.news-signup h2,
.news-directory #news-elsewhere {
  margin-block: 0 0.5rem;
}

.news-signup > p {
  margin-block: 0.35rem;
}

.news-signup .newsletter {
  margin-block: 0.5rem 0;
  padding: 0.5rem;
}

.news-signup .newsletter input,
.news-signup .newsletter button {
  min-height: 2.4rem;
}

.news-signup .newsletter-status {
  min-height: 1.2em;
  margin-block: 0.25rem 0;
}

.press-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(15rem, 0.85fr);
  gap: 1.75rem;
  align-items: start;
}

.press-downloads {
  padding: 0 1rem 1rem;
  background: var(--paper-deep);
  border: 1px solid var(--rule);
}

.press-downloads ul {
  padding-left: 1.25rem;
}

.press-downloads li {
  margin-bottom: 0.55rem;
}

.factsheet {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 0.35rem 1rem;
}

.factsheet dt {
  font-weight: 700;
}

.factsheet dd {
  margin: 0;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  padding: 0;
  list-style: none;
}

.social-links a {
  display: grid;
  grid-template-columns: 2rem auto;
  gap: 0.5rem;
  align-items: center;
}

.social-links img {
  display: block;
  width: 2rem;
  height: 2rem;
}

.team-list article {
  padding-block: 0.75rem;
  border-bottom: 1px dotted var(--rule);
}

.team-list h3,
.team-list p {
  margin: 0 0 0.35rem;
}

.store-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
  gap: 0.6rem;
}

.feature-block .store-links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.25rem;
}

.release-row .store-links {
  max-width: 32rem;
}

.store-links a {
  display: grid;
  width: 100%;
  height: 4.5rem;
  padding: 0.5rem;
  place-items: center;
  background: transparent;
  border: 0;
}

.store-links img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 2.75rem;
  height: auto;
  filter: brightness(0) saturate(100%);
  object-fit: contain;
}

.store-links img[alt="PlayStation"] {
  width: 10.5rem;
}

.store-links img[alt="Xbox"] {
  max-height: 3.25rem;
}

.site-footer {
  font-size: 0.9rem;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}

.footer-meta {
  padding: 0.65rem clamp(1rem, 4vw, 2rem) 1rem;
}

.footer-meta span {
  margin-left: auto;
}

@media (max-width: 35rem) {
  .site-shell {
    border-inline: 0;
  }

  .tagline {
    flex-basis: 7rem;
    margin-top: 0.35rem;
    font-size: 0.8rem;
    white-space: normal;
  }

  .tagline span {
    display: block;
  }

  .footer-meta span {
    width: 100%;
    margin-left: 0;
  }

  .wordmark {
    width: 72%;
  }

  .wordmark img {
    height: auto;
    max-height: 7rem;
  }

  .home-layout,
  .feature-block,
  .product-columns,
  .gallery,
  .soundtrack-feature,
  .press-layout {
    grid-template-columns: 1fr;
  }

  .factsheet {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .factsheet dd {
    margin-bottom: 0.75rem;
  }

  .home-sidebar {
    padding-left: 0;
    border-left: 0;
  }

}

@media (forced-colors: active) {
  a:focus-visible {
    outline-color: Highlight;
  }
}

.feature-media {
  display: block;
  align-self: start;
  color: inherit;
}

.feature-title {
  display: block;
  width: min(100%, 11rem);
  height: auto;
  margin: 0 auto 0.5rem;
}

.feature-cover {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--rule);
}