body.article-hub-page {
  background: #ffffff;
  color: #111111;
}

.article-hub {
  padding-top: var(--header-height, 118px);
  background: #ffffff;
  color: #111111;
  font-family: "Inter", Arial, sans-serif;
}

.article-hub-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.article-hub-hero {
  padding: 34px 0 30px;
  border-bottom: 1px solid #e4e4e4;
}

.article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 44px;
  align-items: center;
}

.featured-article-media,
.article-card-media,
.editor-pick-media,
.article-list-media {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: grid;
  place-items: center;
  background: #f2f2f2;
  color: inherit;
  text-decoration: none;
}

.featured-article-media {
  aspect-ratio: 16 / 10;
  min-height: 310px;
}

.featured-article-media img,
.article-card-media img,
.editor-pick-media img,
.article-list-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: transform 0.2s ease;
}

.featured-article-media:hover img,
.article-card:hover .article-card-media img,
.editor-pick-card:hover .editor-pick-media img,
.article-list-row:hover .article-list-media img {
  transform: scale(1.015);
}

.article-hero-copy {
  min-width: 0;
}

.article-eyebrow {
  margin: 0 0 14px;
  color: #d40000;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.article-hero-copy h1 {
  margin: 0;
  color: #080808;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
}

.article-hero-description {
  margin: 18px 0 0;
  color: #252525;
  font-size: 17px;
  line-height: 1.55;
  max-width: 58ch;
}

.article-hero-meta {
  margin: 18px 0 0;
  color: #606060;
  font-size: 14px;
  font-weight: 700;
}

.article-read-button,
.article-load-more-button,
.article-newsletter-form button {
  min-height: 46px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
}

.article-read-button {
  margin-top: 24px;
  padding: 0 18px;
  border: 0;
  background: #d40000;
  color: #ffffff;
  transition: background 0.2s ease, transform 0.2s ease;
}

.article-read-button:hover {
  background: #a90000;
  transform: translateY(-1px);
}

.article-hub-section {
  padding: 34px 0;
}

.article-hub-section + .article-hub-section {
  border-top: 1px solid #e6e6e6;
}

.article-section-head {
  margin-bottom: 18px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.article-section-head h2 {
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  color: #070707;
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.article-section-head h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  background: #d40000;
}

.article-section-head a,
.article-inline-link {
  color: #d40000;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.article-section-head a::after,
.article-inline-link::after {
  content: " ->";
}

.latest-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
}

.article-card,
.editor-pick-card,
.article-list-row,
.article-topic-card,
.article-video-card,
.most-read-row {
  color: inherit;
  text-decoration: none;
}

.article-card {
  display: grid;
  gap: 12px;
}

.article-card-media {
  aspect-ratio: 16 / 10;
}

.article-card h3,
.editor-pick-card h3,
.article-list-row h3,
.article-video-card h3 {
  margin: 0;
  color: #101010;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
}

.article-card p,
.editor-pick-card p,
.article-list-row p,
.article-video-card p,
.most-read-copy p {
  margin: 0;
}

.article-card-summary,
.editor-pick-summary,
.article-list-summary {
  color: #333333;
  font-size: 14px;
  line-height: 1.45;
}

.article-card-meta,
.editor-pick-meta,
.article-list-meta,
.article-video-meta,
.most-read-copy p {
  color: #747474;
  font-size: 12px;
  font-weight: 700;
}

.editor-picks-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 28px;
}

.editor-pick-card {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.editor-pick-card.is-large h3 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.editor-pick-media {
  aspect-ratio: 16 / 10;
}

.editor-pick-stack {
  display: grid;
  gap: 20px;
}

.editor-pick-stack .editor-pick-card {
  grid-template-columns: minmax(130px, 0.84fr) minmax(0, 1fr);
  align-items: start;
}

.article-topic-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.article-topic-card {
  min-height: 92px;
  padding: 18px 12px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  text-align: center;
  background: #f2f2f2;
  color: #111111;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.article-topic-card:hover {
  background: #e9e9e9;
  transform: translateY(-1px);
}

.article-topic-card.is-active {
  background: #111111;
  color: #ffffff;
}

.article-topic-card.is-active strong {
  color: #ffffff;
}

.article-topic-card.is-active span span {
  color: rgba(255, 255, 255, 0.76);
}

.article-topic-card > span {
  display: grid;
  justify-items: center;
}

.article-topic-card strong {
  display: block;
  color: #101010;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0;
}

.article-topic-card span span {
  display: block;
  margin-top: 8px;
  color: #737373;
  font-size: 12px;
  font-weight: 700;
}

.article-list {
  display: grid;
}

.article-list-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid #e2e2e2;
  align-items: center;
}

.article-list-row:first-child {
  padding-top: 0;
}

.article-list-media {
  aspect-ratio: 16 / 10;
}

.article-list-copy {
  display: grid;
  gap: 9px;
}

.article-list-actions {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-top: 26px;
}

.article-load-more-button {
  padding: 0 20px;
  border: 1px solid #d40000;
  background: #ffffff;
  color: #d40000;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.article-load-more-button:hover {
  background: #d40000;
  color: #ffffff;
  transform: translateY(-1px);
}

.article-list-count,
.article-list-end {
  color: #767676;
  font-size: 12px;
  font-weight: 800;
}

.article-video-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.article-video-card {
  display: grid;
  gap: 10px;
}

.article-video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 5px;
  background: #111111;
}

.article-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-video-duration {
  position: absolute;
  right: 8px;
  bottom: 8px;
  min-height: 23px;
  padding: 0 7px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  background: #d40000;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
}

.most-read-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
  list-style: none;
  counter-reset: most-read;
}

.most-read-row {
  counter-increment: most-read;
  min-width: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.most-read-row::before {
  content: counter(most-read);
  color: #080808;
  font-size: 34px;
  line-height: 0.95;
  font-weight: 900;
}

.most-read-copy {
  min-width: 0;
}

.most-read-copy h3 {
  margin: 0 0 5px;
  color: #101010;
  font-size: 16px;
  line-height: 1.22;
  font-weight: 900;
}

.article-hub-newsletter {
  padding: 28px 0 42px;
}

.article-newsletter-panel {
  padding: 28px;
  border-radius: 6px;
  background: #f2f2f2;
  text-align: center;
}

.article-newsletter-panel h2 {
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
  font-weight: 900;
}

.article-newsletter-panel p {
  margin: 10px auto 0;
  max-width: 62ch;
  color: #363636;
  font-size: 14px;
  line-height: 1.45;
}

.article-newsletter-form {
  width: min(520px, 100%);
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.article-newsletter-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.article-newsletter-form input[type="email"] {
  min-height: 44px;
  min-width: 0;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 0 14px;
  background: #ffffff;
  color: #111111;
  font: inherit;
  font-size: 14px;
}

.article-newsletter-form button {
  padding: 0 18px;
  border: 0;
  background: #d40000;
  color: #ffffff;
}

.article-newsletter-status.is-error {
  color: #9b1c1c;
}

.article-empty-state {
  padding: 22px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  color: #555555;
  font-weight: 700;
}

@media (max-width: 900px) {
  .article-hero-grid,
  .editor-picks-layout {
    grid-template-columns: 1fr;
  }

  .featured-article-media {
    min-height: 0;
  }

  .latest-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-topic-grid,
  .article-video-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .article-hub {
    padding-top: var(--header-height, 112px);
  }

  .article-hub-container {
    width: min(100% - 28px, 1120px);
  }

  .article-hub-hero {
    padding-top: 26px;
  }

  .article-hero-copy h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .latest-article-grid,
  .editor-pick-stack .editor-pick-card,
  .article-list-row,
  .most-read-list {
    grid-template-columns: 1fr;
  }

  .article-topic-grid,
  .article-video-strip {
    grid-template-columns: 1fr;
  }

  .article-newsletter-form {
    grid-template-columns: 1fr;
  }
}
