/* 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: 18px; }
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: 1.1rem;
}
/* From Wed 2026-09-09: Today's Headlines — one story per line, marker + rule */
.jump-toc .hl {
  display: block;
  color: var(--ink);
  font-size: 0.95rem;
  margin: 0;
  padding: 0.45rem 0 0.45rem 0.15rem;
  border-bottom: 1px solid rgba(10, 31, 68, 0.18);
}
.jump-toc .hl a { color: var(--ink); text-decoration: none; }
.jump-toc .hl .mark { color: var(--gold); margin-right: 0.45rem; }
.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; }

.masthead .brand-mark {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 0.6rem;
}

.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; }
.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;
}
.beat-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.emblem {
  width: 64px;
  height: 64px;
  object-fit: cover;
  flex: 0 0 auto;
}
@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; }
}
