.tax-reform-band {
  max-width: 1180px;
  margin: 0 auto clamp(2.5rem, 6vw, 5rem);
  padding: clamp(1.5rem, 4vw, 3rem) 24px;
  background: var(--navy);
  color: #fff;
}

.tax-reform-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
}

.tax-reform-status,
.tax-article-state {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.tax-reform-status { margin: 0 0 14px; }
.tax-reform-status strong { font-size: .95rem; }
.tax-reform-status span,
.tax-article-state strong {
  border-radius: 999px;
  padding: 4px 9px;
  background: #f59e0b;
  color: #1f2937;
  font-size: .76rem;
}

.tax-reform-intro h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  line-height: 1.12;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.tax-reform-intro p:not(.tax-reform-status) {
  max-width: 68ch;
  margin: 18px 0 0;
  color: #d8e1ec;
}

.tax-reform-facts {
  display: grid;
  margin: 0;
  border-top: 1px solid #475569;
}

.tax-reform-facts div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid #475569; }
.tax-reform-facts dt { color: #aebccc; }
.tax-reform-facts dd { margin: 0; font-weight: 800; }

.tax-cluster-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.tax-cluster-nav a { border: 1px solid #475569; border-radius: 999px; padding: 8px 12px; color: #e5edf5; font-size: .86rem; }
.tax-cluster-nav a:hover { border-color: #5eead4; color: #99f6e4; }
.tax-cluster-nav span { margin-left: 7px; color: #94a3b8; }
.tax-cluster { scroll-margin-top: 92px; }
.tax-cluster-heading { display: flex; justify-content: space-between; gap: 18px; align-items: baseline; }
.tax-cluster-heading p { color: var(--muted); }
.tax-article-list { border-top: 2px solid var(--ink); }

.tax-article-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 110px;
  gap: clamp(1rem, 3vw, 2.25rem);
  align-items: start;
  padding: 22px 4px;
  border-bottom: 1px solid var(--line);
}

.tax-article-row:hover strong { color: var(--teal); }
.tax-article-row strong { display: block; font-size: clamp(1.02rem, 2vw, 1.22rem); line-height: 1.35; transition: color 160ms ease; }
.tax-article-row p { max-width: 72ch; margin: 7px 0 0; color: var(--muted); font-size: .92rem; }
.tax-year { font-weight: 900; color: var(--teal); }
.tax-effective { color: var(--muted); font-size: .78rem; text-align: right; }
.tax-article-state { margin: 14px 0 0; color: var(--muted); font-size: .78rem; }
.tax-article-state span,
.tax-article-state time { border: 1px solid var(--line); border-radius: 999px; padding: 4px 9px; background: #fff; }

@media (max-width: 760px) {
  .tax-reform-intro { grid-template-columns: 1fr; }
  .tax-article-row { grid-template-columns: 54px minmax(0, 1fr); gap: 12px; }
  .tax-effective { grid-column: 2; text-align: left; }
  .tax-cluster-heading { display: block; }
}
