/* Keep anchored article sections clear of the sticky header. */
.article-hero {
  padding-top: 16px;
  padding-bottom: 16px;
}

.article-back {
  margin-bottom: 16px;
}

.article-wrap {
  padding-top: 16px;
  padding-bottom: 16px;
}

.article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(240px, .55fr);
  gap: 54px;
  align-items: center;
}

.article-hero-grid > div:first-child {
  max-width: none;
}

.article-hero-grid .spike-emblem {
  width: 100%;
  min-height: 260px;
  margin: 0;
}

.article-hero-grid .spike-emblem img {
  width: min(320px, 100%);
  height: 100%;
  max-height: 300px;
  object-fit: contain;
  object-position: center bottom;
}

.article-hero-grid .article-image-gus {
  width: min(100%, 360px);
  min-height: 0;
  aspect-ratio: auto;
  justify-self: center;
  align-self: center;
}

.article-hero-grid .article-image-gus img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.article-hero-grid .article-image-amber {
  width: min(100%, 360px);
  min-height: 0;
  aspect-ratio: auto;
  justify-self: center;
  align-self: center;
}

.article-hero-grid .article-image-amber img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.article-content [id] {
  scroll-margin-top: 108px;
}

@media (max-width: 800px) {
  .article-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .article-hero-grid .spike-emblem {
    min-height: 160px;
  }

  .article-content [id] {
    scroll-margin-top: 92px;
  }
}
