:root {
  color: #172321;
  background: #f7f4ed;
  font-family: Arial, "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; }
main { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 52px 0 36px; }
header { display: flex; justify-content: space-between; align-items: end; gap: 24px; border-bottom: 3px solid #172321; padding: 0 0 26px; margin-bottom: 28px; }
.eyebrow, .meta, .lead-label { margin: 0; color: #b84934; font-size: 12px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.topic { color: #275d58; margin-right: 7px; }
h1 { margin: 7px 0 8px; font-family: Georgia, "Songti SC", serif; font-size: 52px; line-height: 1; font-weight: 700; }
.intro { margin: 0; color: #52625d; font-size: 16px; }
.issue { min-width: 146px; text-align: right; border-left: 1px solid #aeb7af; padding-left: 18px; }
.issue strong { display: block; color: #275d58; font-size: 34px; line-height: 1; }
.issue span { display: block; color: #52625d; font-size: 12px; margin-top: 8px; white-space: nowrap; }
section { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 30px; }
.story { display: grid; grid-template-columns: 148px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid #ccd2c9; }
.story img, .image-fallback { width: 148px; height: 112px; object-fit: cover; background: #d9e3da; }
.image-fallback { display: grid; place-items: center; color: #275d58; font-size: 12px; font-weight: 700; }
.story-copy { min-width: 0; }
.story h2 { margin: 6px 0 8px; font-family: Georgia, "Songti SC", serif; font-size: 20px; line-height: 1.3; }
.story h2 a { color: inherit; text-decoration: none; }
.story h2 a:hover { color: #b84934; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.story-copy > p:last-child { margin: 0; color: #52625d; font-size: 14px; line-height: 1.65; }
.featured { grid-column: 1 / -1; grid-template-columns: 260px 1fr; gap: 24px; padding: 0 0 24px; border-top: 0; }
.featured img, .featured .image-fallback { width: 260px; height: 196px; }
.featured .story-copy { align-self: center; }
.featured h2 { font-size: 27px; margin: 8px 0 10px; }
.lead-label { color: #275d58; }
.featured .story-copy > p:last-child { font-size: 15px; }
.featured.no-cover { display: block; border-left: 4px solid #b84934; padding-left: 18px; }
.empty { grid-column: 1 / -1; padding: 42px 0; color: #52625d; }
footer { display: flex; gap: 10px; color: #52625d; font-size: 12px; border-top: 1px solid #ccd2c9; margin-top: 30px; padding-top: 18px; }
footer span { color: #b84934; font-weight: 700; }

@media (max-width: 720px) {
  main { width: min(100% - 28px, 1120px); padding-top: 30px; }
  header { align-items: start; }
  h1 { font-size: 42px; }
  .intro { font-size: 14px; line-height: 1.55; }
  .issue { min-width: auto; padding-left: 12px; }
  .issue strong { font-size: 25px; }
  .issue span { display: none; }
  section { display: block; }
  .story.featured { grid-template-columns: 112px 1fr; gap: 14px; }
  .story.featured img, .story.featured .image-fallback { width: 112px; height: 112px; }
  .story.featured h2 { font-size: 21px; margin-top: 5px; }
  .story.featured .story-copy > p:last-child { font-size: 13px; line-height: 1.55; }
  .story.featured.no-cover { display: block; padding-left: 14px; }
  .story { grid-template-columns: 112px 1fr; gap: 14px; }
  .story img, .image-fallback { width: 112px; height: 96px; }
  .story h2 { font-size: 17px; margin-top: 5px; }
  .story-copy > p:last-child { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; font-size: 13px; line-height: 1.55; }
}
