/* Scalable branding, real gameplay captures, and individual roster notes. */
.logo-title {
  margin: 0 0 var(--sq);
  line-height: 0;
  -webkit-text-stroke: 0;
}
.logo-title .game-logo {
  display: block;
  position: static;
  width: 100%;
  height: auto;
  transform: none;
}
.footer-logo {
  display: block;
  width: 252px;
  max-width: 100%;
  height: auto;
  margin-bottom: var(--sq);
}
.screenshot-card picture,
.screenshot-card picture img {
  display: block;
  width: 100%;
}
.screenshot-card picture img {
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}
.hero-art .tiny-note {
  position: relative;
  right: auto;
  bottom: auto;
  width: fit-content;
  max-width: 100%;
  margin: calc(var(--sq) * 2) 0 0 auto;
  transform: rotate(-3deg);
}
.crew {
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.4fr);
}
.crew-display,
.crew-display[data-faction="viking"] {
  background: none;
  border: 0;
  border-image: none;
  filter: none;
  padding: 0;
  transform: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sq);
  align-items: stretch;
}
.crew-display figure {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: solid transparent;
  border-width: 21px 42px 42px 21px;
  border-image: url('assets/note_yellow.png') 21 42 42 21 fill / 21px 42px 42px 21px stretch;
  transform: rotate(-2deg);
  filter: drop-shadow(1px 3px 2px #33291b20);
}
.crew-display[data-faction="viking"] figure {
  border-image-source: url('assets/note_orange.png');
}
.crew-display figure:nth-child(2n) {
  transform: rotate(3deg);
}
.crew-display figure:nth-child(3n) {
  transform: rotate(-3deg);
}
.crew-display picture img {
  height: calc(var(--sq) * 6);
}
.crew-display figcaption {
  margin-top: var(--sq);
  font-size: 18px;
  line-height: var(--sq);
  overflow-wrap: anywhere;
}
.crew-display small {
  font-size: 14px;
  letter-spacing: 0;
  line-height: var(--sq);
  gap: 3px;
  margin-top: var(--sq);
}
.eyebrow,
.platforms,
.art-caption,
.battle-heading,
.release .release-small,
footer > p {
  font-size: 14px;
  line-height: var(--sq);
}
.platforms {
  letter-spacing: .4px;
}
.platforms span {
  margin: 0 3px;
}
@media (max-width: 950px) {
  .crew {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 700px) {
  .crew-display,
  .crew-display[data-faction="viking"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .crew-display figcaption {
    font-size: 16px;
  }
  .battle-heading {
    letter-spacing: 0;
  }
}
