.subnav {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin: -8px 0 30px;
}
.subnav a {
  border: 1px solid #0c1720;
  border-radius: 999px;
  padding: .55rem 1rem;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.subnav a:hover,
.subnav a.active {
  background: #0c1720;
  color: #fff;
}
.category-path {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  margin-bottom: 18px;
}
.article-head .category-path .kicker { margin-bottom: 0; }
.category-path span { color: #6c7378; }
@media (max-width: 640px) {
  .category-path { justify-content: flex-start; }
}

/* Hero side stories: preserve the complete horizontal image above the copy. */
.side-news a {
  display: block;
}
.side-news img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  margin-bottom: 16px;
  background: #0c1720;
}
.side-news h2 {
  margin-top: 6px;
}
@media (max-width: 900px) {
  .side-news a { display: block; }
}
