@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/instrument-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/instrument-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/newsreader-light-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/newsreader-light-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  color: #111;
  background: #fff;
  font-family: "Instrument Sans", system-ui, "Segoe UI", sans-serif;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.wrap {
  width: min(880px, calc(100% - 3rem));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  padding: 1.75rem 0;
}

.wordmark {
  flex: 0 0 auto;
}

.wordmark img {
  display: block;
  height: 28px;
  width: auto;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem 1.15rem;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.discord {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}

.discord img {
  display: block;
  width: 22px;
  height: 22px;
}

.discord:hover img {
  opacity: 0.55;
}

.site-nav a.discord:hover {
  text-decoration: none;
}

main {
  padding: 2.5rem 0 1rem;
}

.mark-break {
  display: flex;
  justify-content: center;
  width: min(880px, calc(100% - 3rem));
  margin: 3rem auto 2rem;
}

.mark-break img {
  width: 5.5rem;
  height: auto;
}

h1 {
  margin: 0 0 1.25rem;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2.5rem, 5.25vw, 3.5rem);
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.05;
  text-wrap: balance;
}

h2 {
  margin: 0 0 0.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.lede {
  margin: 0;
  font-size: 1.125rem;
}

.lede + .lede {
  margin-top: 1rem;
}

.stack p {
  margin: 0;
}

.stack p + p,
.shots + p {
  margin-top: 0.75rem;
}

.shots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-top: 1rem;
}

.shots img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

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

.steam-card {
  display: block;
  width: min(100%, 460px);
  margin-top: 0.85rem;
  background: #171a21;
  color: #66c0f4;
  text-decoration: none;
}

.steam-card img {
  display: block;
  width: 100%;
  height: auto;
}

.steam-card-copy {
  display: block;
  padding: 0.9rem 0.95rem 0.15rem;
  color: #c6d4df;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.45;
}

.steam-card-bar {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.75rem;
  padding: 0.7rem 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.95rem;
  font-weight: 600;
}

.steam-card svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  flex: 0 0 auto;
}

.steam-card:hover .steam-card-bar {
  color: #fff;
}

.stack {
  display: grid;
  gap: 2.75rem;
  margin-top: 2.5rem;
}

.facts {
  display: grid;
  gap: 0.55rem;
  margin: 2rem 0 0;
}

.facts div {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  gap: 1rem;
}

.facts dt,
.facts dd {
  margin: 0;
}

.facts dt {
  font-weight: 500;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 0 3rem;
  font-size: 0.95rem;
}

.site-footer p {
  margin: 0;
}

a:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}

@media (max-width: 720px) {
  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .facts div {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }

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

  .shots img {
    aspect-ratio: auto;
    object-fit: contain;
    height: auto;
  }
}
