* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Georgia', serif; background: #f5f0e8; color: #1a1a1a; }

header {
  border-bottom: 4px double #1a1a1a;
  padding: 1rem 2rem;
  text-align: center;
  background: #fff;
}
header .dateline {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 0.5rem;
}
header h1 {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
}
header h1 a { color: inherit; text-decoration: none; }
header .tagline {
  font-size: 0.8rem;
  font-style: italic;
  color: #555;
  margin-top: 0.4rem;
}

nav {
  background: #1a1a1a;
  color: #fff;
  display: flex;
  gap: 0;
  overflow-x: auto;
  padding: 0 2rem;
}
nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.6rem 1rem;
  white-space: nowrap;
}
nav a:hover { background: #333; }

.container { max-width: 1200px; margin: 0 auto; padding: 1.5rem 2rem; }

.grid { display: grid; grid-template-columns: 2fr 1fr; gap: 2rem; }

.lead-story { border-bottom: 2px solid #1a1a1a; padding-bottom: 1.5rem; margin-bottom: 1.5rem; }
.lead-story h2 { font-size: 2.2rem; line-height: 1.15; margin-bottom: 0.5rem; }
.lead-story h2 a { color: inherit; text-decoration: none; }
.lead-story .deck { font-size: 1rem; color: #444; font-style: italic; margin-bottom: 0.75rem; }
.lead-story p { font-size: 0.95rem; line-height: 1.7; color: #222; margin-bottom: 0.75rem; }
.read-more { font-size: 0.85rem; font-weight: bold; }

.byline { font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: #777; margin-bottom: 0.5rem; }

.stories { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }

.story { border-top: 2px solid #1a1a1a; padding-top: 0.75rem; }
.story h3 { font-size: 1.05rem; line-height: 1.3; margin-bottom: 0.3rem; }
.story h3 a { color: inherit; text-decoration: none; }
.story p { font-size: 0.82rem; line-height: 1.6; color: #333; }
.story-thumb { width: 100%; height: 140px; object-fit: cover; display: block; margin-bottom: 0.5rem; border: 1px solid #1a1a1a; }

figure { margin: 0 0 1rem 0; }
figure img { width: 100%; height: auto; display: block; border: 1px solid #1a1a1a; }
figcaption { font-size: 0.72rem; color: #666; margin-top: 0.35rem; font-style: italic; }
figcaption a { color: #666; }

.lead-image img { max-height: 420px; object-fit: cover; }
.article-image img { max-height: 480px; object-fit: cover; }

.sidebar { border-left: 2px solid #1a1a1a; padding-left: 1.5rem; }

.sidebar-section { margin-bottom: 1.5rem; border-bottom: 1px solid #ccc; padding-bottom: 1rem; }
.sidebar-section h4 {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: #1a1a1a;
  color: #fff;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.75rem;
}
.sidebar-section ul { list-style: none; }
.sidebar-section li { font-size: 0.82rem; padding: 0.3rem 0; border-bottom: 1px dotted #ccc; line-height: 1.4; }
.sidebar-section li a { color: inherit; }

/* Article page */
.article-page { max-width: 800px; margin: 0 auto; }
.article-meta { font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: #777; margin-bottom: 0.75rem; }
.article-page h2 { font-size: 2rem; line-height: 1.2; margin-bottom: 0.75rem; }
.article-page .deck { font-size: 1.05rem; color: #444; font-style: italic; margin-bottom: 1.25rem; }
.article-page p { font-size: 0.98rem; line-height: 1.75; color: #222; margin-bottom: 1rem; }
.sources { margin-top: 2rem; padding-top: 1rem; border-top: 2px solid #1a1a1a; }
.sources h4 {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.sources ul { list-style: none; }
.sources li { font-size: 0.8rem; padding: 0.2rem 0; word-break: break-all; }
.sources a { color: #1a1a1a; }

/* Archive page */
.archive-list { list-style: none; max-width: 800px; margin: 0 auto; }
.archive-list li { padding: 0.6rem 0; border-bottom: 1px dotted #ccc; font-size: 0.95rem; }
.archive-list a { color: #1a1a1a; font-weight: bold; text-decoration: none; }
.archive-list a:hover { text-decoration: underline; }
.archive-meta { font-weight: normal; color: #777; font-size: 0.8rem; }

footer {
  background: #1a1a1a;
  color: #aaa;
  text-align: center;
  font-size: 0.7rem;
  padding: 1rem;
  margin-top: 2rem;
  letter-spacing: 0.05em;
}
