body {
  background: #fdfbf6;
  color: #1f1d1a;
}

.shell {
  max-width: 1080px;
  margin: 0 auto;
  padding: 2rem 1.25rem 5rem;
}

.topbar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #1f1d1a;
  margin-bottom: 3rem;
}

.brand {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.issue {
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b6359;
}

.feature {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 3rem;
  border-bottom: 1px solid #ddd5c5;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 800px) {
  .feature {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.feature .kicker {
  margin: 0 0 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b03a2e;
}

.feature h1 {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 1.25rem;
}

.feature .dek {
  font-size: 1.1rem;
  color: #4d4842;
  margin: 0;
  max-width: 50ch;
}

.chart {
  background: #fff;
  border: 1px solid #ddd5c5;
  border-radius: 4px;
  padding: 1.25rem;
}

.chart h4 {
  margin: 0 0 0.4rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b6359;
}

.chart .big {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 2.4rem;
  letter-spacing: -0.02em;
  margin: 0;
}

.chart .delta {
  color: #2f7a4d;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 0.5rem;
}

.chart .delta.neg {
  color: #b03a2e;
}

.bars {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 4px;
  align-items: end;
  height: 80px;
  margin-top: 1rem;
}

.bars span {
  background: #b03a2e;
  border-radius: 2px 2px 0 0;
}

.col-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 760px) {
  .col-list {
    grid-template-columns: 1fr;
  }
}

.story .tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b03a2e;
  margin-bottom: 0.6rem;
}

.story h3 {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}

.story p {
  margin: 0 0 0.5rem;
  color: #4d4842;
  font-size: 0.95rem;
}

.byline {
  font-size: 0.85rem;
  color: #6b6359;
}

.back {
  margin-top: 3rem;
  font-size: 0.95rem;
}

.back a {
  color: #b03a2e;
}
