/* Daily World Briefing — Letter print + screen (The World Desk) */
:root {
  --cream: #FBF5E6;
  --ink: #111111;
  --navy: #0A1F44;
  --gold: #C9A227;
}
* { box-sizing: border-box; }
html { font-size: 19px; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
}
.page {
  max-width: 8.5in;
  margin: 0 auto;
  padding: 0.6in 0.7in 0.75in;
}
@media print {
  @page { size: letter; margin: 0.55in; }
  body { background: white; }
  .page { max-width: none; padding: 0; }
  a { color: inherit; text-decoration: none; }
  .ask-grok { color: var(--gold) !important; text-decoration: underline; }
}
.masthead h1 {
  font-family: Georgia, serif;
  font-size: 2rem;
  color: var(--navy);
  margin: 0.2rem 0;
  font-style: italic;
}
.masthead .meta {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold);
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  padding: 0.35rem 0;
}
.jump-toc h2 { color: var(--gold); font-family: Helvetica, Arial, sans-serif; font-size: 1rem; }
.jump-toc .topic {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 0.85rem;
}
.jump-toc .stories { color: var(--ink); font-size: 0.95rem; margin: 0.2rem 0 0.4rem; }
.beat { margin-top: 2rem; page-break-before: always; }
.beat-tag {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gold);
  font-size: 1.05rem;
}
.feature-img { width: 100%; height: auto; margin: 0.6rem 0 1rem; display: block; }
.story { margin: 1.25rem 0 1.75rem; }
.story h3 {
  color: var(--gold);
  font-size: 1.35rem;
  line-height: 1.25;
  margin: 0 0 0.5rem;
}
.story p { margin: 0 0 0.75rem; }
.sources {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.78rem;
  font-style: italic;
  color: var(--gold);
  margin-top: 0.5rem;
}
.ask-grok {
  font-family: Helvetica, Arial, sans-serif;
  color: var(--gold);
  font-size: 0.9rem;
  display: inline-block;
  margin-top: 0.35rem;
}
.continued { font-style: italic; color: #444; font-size: 0.85rem; }

.date {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
}
.jump-toc .topic a { color: var(--gold); text-decoration: none; }
.jump-toc .stories a { color: #111111; text-decoration: none; }
.jump-toc .stories a:hover { text-decoration: underline; }
.star { color: var(--gold); }
.feature { margin: 0.45rem 0 0.9rem; }
.feature-caption {
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 0.78rem;
  color: #333333;
  line-height: 1.35;
  margin: 0.15rem 0 0.85rem;
}
@media print {
  .feature-img { max-height: 2.7in; object-fit: cover; object-position: center; }
  .beat { break-before: page; }
  .story h3 { break-after: avoid; }
  .sources, .ask-grok { break-inside: avoid; }
}
