:root {
  color-scheme: light;
  --paper: #f4eddf;
  --paper-deep: #e8dcc7;
  --ink: #29241f;
  --muted: #6d6257;
  --burgundy: #6d1f2c;
  --rule: #aa9b89;
  font-family: Georgia, 'Times New Roman', serif;
  background: var(--paper-deep);
  color: var(--ink);
}

* { box-sizing: border-box; }

body { margin: 0; min-width: 0; }

.newspaper {
  width: min(100% - 2rem, 66rem);
  margin: 1.25rem auto;
  padding: clamp(1.25rem, 4vw, 4rem);
  background: var(--paper);
  box-shadow: 0 0.5rem 2.5rem rgb(54 39 24 / 14%);
}

.masthead { text-align: center; border-top: 0.35rem solid var(--ink); border-bottom: 0.1rem solid var(--ink); padding: 0.7rem 0 1rem; }
.edition, .kicker { margin: 0; text-transform: uppercase; letter-spacing: 0.11em; font-size: 0.72rem; font-weight: bold; color: var(--burgundy); }
h1 { margin: 0.2rem 0; font-size: clamp(2.45rem, 8vw, 5.8rem); line-height: 0.9; letter-spacing: -0.055em; }
.subhead { max-width: 38rem; margin: 0.75rem auto 0; color: var(--muted); font-size: clamp(1rem, 2vw, 1.2rem); font-style: italic; }

.case-column { width: min(100%, 47rem); margin: clamp(2rem, 6vw, 4.5rem) auto; }
.kicker { border-bottom: 1px solid var(--rule); padding-bottom: 0.65rem; }
.case-title { margin: 1rem 0 0.5rem; font-size: clamp(2rem, 5.2vw, 4rem); line-height: 1; letter-spacing: -0.035em; }
.case-summary { margin: 1.25rem 0; font-size: clamp(1.05rem, 2.2vw, 1.28rem); line-height: 1.65; }
.case-summary:first-letter { color: var(--burgundy); float: left; font-size: 4.6em; font-weight: bold; line-height: 0.72; margin: 0.08em 0.09em 0 0; }
.source-links { display: flex; flex-wrap: wrap; gap: 0.65rem; margin: 1.4rem 0; }
.source-links a, .explore-button { border: 1px solid var(--burgundy); color: var(--burgundy); background: transparent; padding: 0.55rem 0.8rem; font: inherit; font-weight: bold; text-decoration: none; cursor: pointer; }
.source-links a:hover, .source-links a:focus-visible, .explore-button:hover:not(:disabled), .explore-button:focus-visible { color: var(--paper); background: var(--burgundy); outline-offset: 3px; }
.explore-button:disabled { cursor: not-allowed; opacity: 0.55; }
.status { color: var(--muted); font-style: italic; font-size: 1.1rem; }
.footer { border-top: 0.1rem solid var(--ink); color: var(--muted); font-size: 0.88rem; line-height: 1.45; }

@media (max-width: 35rem) {
  .newspaper { width: 100%; margin: 0; min-height: 100vh; box-shadow: none; }
  .source-links a, .explore-button { width: 100%; text-align: center; }
}
