.article-hub-hero {
  margin-bottom: var(--space-10);
  padding: var(--space-10) var(--space-8);
  background: #f7f8f5;
  border-top: 3px solid var(--gold-primary);
  border-bottom: 1px solid var(--cream-border);
}

.article-hub-hero__eyebrow,
.article-hub-section__eyebrow,
.article-hub-theme__label {
  margin-bottom: var(--space-3);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: var(--weight-medium);
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--gold-primary);
}

.article-hub-hero__title {
  max-width: 820px;
  margin: 0 0 var(--space-4);
  font-family: var(--font-display);
  font-size: clamp(var(--text-4xl), 5vw, 4.55rem);
  font-weight: var(--weight-extralight);
  letter-spacing: 0;
  line-height: 1.05;
  color: var(--ink-primary);
}

.article-hub-hero__lead {
  max-width: 740px;
  margin: 0 0 var(--space-6);
  font-size: var(--text-lg);
  font-weight: var(--weight-light);
  line-height: 1.7;
  color: var(--ink-secondary);
}

.article-hub-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  align-items: center;
  margin-bottom: var(--space-8);
}

.article-hub-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-3);
}

.article-hub-metric {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  min-height: 106px;
  padding: var(--space-5);
  background: #ffffff;
  border: 1px solid var(--cream-border);
  border-radius: 8px;
  text-decoration: none;
}

.article-hub-metric:hover {
  border-color: var(--cream-border-mid);
}

.article-hub-metric__value {
  font-family: var(--font-display);
  font-size: var(--text-4xl);
  font-weight: var(--weight-light);
  line-height: 1;
  color: var(--ink-primary);
}

.article-hub-metric__label {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--ink-secondary);
}

.article-hub-section {
  margin-bottom: var(--space-12);
}

.article-hub-section__head {
  margin-bottom: var(--space-6);
}

.article-hub-section__title {
  max-width: 780px;
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: var(--weight-light);
  letter-spacing: 0;
  line-height: 1.18;
  color: var(--ink-primary);
}

.article-hub-feature {
  display: block;
  padding: var(--space-7);
  background: #ffffff;
  border: 1px solid var(--cream-border);
  border-top: 3px solid var(--gold-primary);
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
}

.article-hub-feature:hover {
  border-color: var(--cream-border-mid);
}

.article-hub-feature__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  align-items: center;
  margin-bottom: var(--space-4);
}

.article-hub-feature h3 {
  max-width: 860px;
  margin: 0 0 var(--space-4);
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: var(--weight-light);
  letter-spacing: 0;
  line-height: 1.18;
  color: var(--ink-primary);
}

.article-hub-feature__summary {
  max-width: 850px;
  margin: 0 0 var(--space-5);
  font-size: var(--text-lg);
  line-height: 1.7;
  color: var(--ink-secondary);
}

.article-hub-feature__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-4);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--ink-secondary);
}

.article-hub-feature__cta {
  color: var(--gold-primary);
}

.article-hub-theme-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
}

.article-hub-theme {
  display: block;
  padding: var(--space-6);
  background: #ffffff;
  border: 1px solid var(--cream-border);
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
}

.article-hub-theme:hover {
  border-color: var(--cream-border-mid);
}

.article-hub-theme__label,
.article-hub-theme__title,
.article-hub-theme__body {
  display: block;
}

.article-hub-theme__title {
  margin: 0 0 var(--space-3);
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: var(--weight-light);
  letter-spacing: 0;
  line-height: 1.25;
  color: var(--ink-primary);
}

.article-hub-theme__body {
  font-size: var(--text-base);
  line-height: 1.65;
  color: var(--ink-secondary);
}

.article-hub-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-5);
}

.article-hub-category {
  margin-bottom: var(--space-10);
}

.article-hub-category:last-child {
  margin-bottom: 0;
}

.article-hub-category__head {
  display: flex;
  justify-content: space-between;
  gap: var(--space-4);
  align-items: baseline;
  margin-bottom: var(--space-4);
  padding-bottom: var(--space-3);
  border-bottom: 1px solid var(--cream-border);
}

.article-hub-category__head h3 {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: var(--weight-medium);
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--ink-primary);
}

.article-hub-category__head h3 a {
  color: inherit;
  text-decoration: none;
}

.article-hub-category__head h3 a:hover {
  color: var(--gold-muted);
}

.article-hub-category__head span {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.article-hub-list .article-card {
  padding: var(--space-5) var(--space-6);
  background: #ffffff;
  border-color: var(--cream-border);
  border-radius: 8px;
  box-shadow: none;
}

.article-hub-list .article-card:hover {
  border-color: var(--cream-border-mid);
  box-shadow: none;
}

.article-hub-list .article-card__title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: var(--weight-light);
  letter-spacing: 0;
  line-height: 1.25;
  color: var(--ink-primary);
}

.article-hub-list .article-card__title:hover {
  color: var(--gold-muted);
}

.article-hub-list .article-card__excerpt {
  font-size: var(--text-base);
  line-height: 1.6;
  color: var(--ink-secondary);
}

.article-hub-list .article-card__read-time,
.article-hub-list .article-card__arrow {
  color: var(--ink-faint);
}

.article-hub-list .article-card:hover .article-card__arrow {
  color: var(--gold-primary);
}

@media (max-width: 900px) {
  .article-hub-metrics,
  .article-hub-theme-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .article-hub-hero {
    padding: var(--space-7) var(--space-5);
  }

  .article-hub-metrics,
  .article-hub-theme-grid {
    grid-template-columns: 1fr;
  }

  .article-hub-feature,
  .article-hub-theme,
  .article-hub-list .article-card {
    padding: var(--space-5);
  }

  .article-hub-category__head {
    align-items: flex-start;
    flex-direction: column;
    gap: var(--space-2);
  }
}
