body.page-sym .page {
  width: min(860px, calc(100% - 40px));
}

.sym-hero {
  max-width: 780px;
  margin-bottom: 28px;
}

.sym-hero__action {
  margin-top: 22px;
}

.steam-button {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid var(--accent);
  border-radius: 6px;
  background: var(--accent);
  color: var(--bg);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.steam-button:hover {
  filter: brightness(0.94);
  text-decoration: none;
}

.steam-button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.sym-cover {
  margin: 0 0 34px;
}

.sym-cover a,
.sym-gallery a {
  display: block;
  border: 1px solid var(--line);
  background: #1f1f1f;
}

.sym-cover a:focus-visible,
.sym-gallery a:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.sym-cover img,
.sym-gallery img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.sym-cover figcaption,
.sym-gallery__caption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.82rem;
}

.sym-facts {
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

body.page-standard .sym-facts {
  margin-top: 0;
}

.sym-facts h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sym-facts dl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0;
}

.sym-facts dl > div {
  min-width: 0;
}

.sym-facts dt {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sym-facts dd {
  margin: 0;
  font-size: 0.94rem;
}

.section-kicker {
  margin-bottom: 5px;
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sym-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 26px;
}

.sym-gallery a {
  transition: border-color 140ms ease, transform 140ms ease;
}

.sym-gallery a:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}

.sym-timeline {
  padding: 0;
  list-style: none;
}

body.page-standard .sym-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 26px;
  margin: 0;
  padding: 0 0 30px;
}

.sym-timeline li::before {
  position: absolute;
  top: 8px;
  bottom: -8px;
  left: 139px;
  width: 1px;
  background: var(--line);
  content: "";
}

.sym-timeline li::after {
  position: absolute;
  top: 7px;
  left: 135px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  background: var(--bg);
  content: "";
}

.sym-timeline li:last-child {
  padding-bottom: 0;
}

.sym-timeline li:last-child::before {
  display: none;
}

.sym-timeline time {
  color: var(--accent);
  font-size: 0.79rem;
  font-weight: 750;
  letter-spacing: 0.03em;
}

body.page-standard .sym-timeline h3 {
  margin: -3px 0 5px;
  font-size: 1.05rem;
}

.sym-timeline p {
  color: var(--muted);
}

.sym-steam-card {
  margin: 52px 0 0;
  padding: 26px;
  border: 1px solid var(--accent);
  background: var(--accent-soft);
}

body.page-standard .sym-steam-card h2 {
  margin-top: 4px;
}

.sym-steam-card p:last-child {
  margin: 18px 0 0;
}

.sym-sources {
  margin-top: 52px;
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--panel-alt);
}

body.page-standard .sym-sources li {
  margin-bottom: 0.55rem;
}

@media (max-width: 700px) {
  .sym-facts dl {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 18px;
  }

  .sym-gallery {
    grid-template-columns: 1fr;
  }

  body.page-standard .sym-timeline li {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 0 0 28px 22px;
  }

  .sym-timeline li::before {
    top: 7px;
    bottom: -7px;
    left: 3px;
  }

  .sym-timeline li::after {
    top: 6px;
    left: -1px;
  }

  body.page-standard .sym-timeline h3 {
    margin-top: 0;
  }

  .sym-steam-card,
  .sym-sources {
    padding: 20px 18px;
  }
}
