.newspaper-environment {
  padding: 80px 1rem 60px; background: #110e0b; display: flex; justify-content: center;
  border-bottom: 1px solid rgba(207, 168, 91, 0.15);
}
@media (min-width: 768px) { .newspaper-environment { padding: 100px 1.5rem 80px; } }

.broadside-paper {
  max-width: 1080px; width: 100%; background: var(--newsprint); color: var(--ink-black);
  padding: clamp(1.5rem, 4vw, 3.5rem); box-shadow: 0 30px 70px rgba(0,0,0,0.95); position: relative;
}
.broadside-header { text-align: center; border-bottom: 3px double var(--ink-black); padding-bottom: 0.9rem; margin-bottom: 1.2rem; }
.broadside-dateline {
  display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 0.68rem;
  font-weight: 700; border-top: 1px solid var(--ink-black); border-bottom: 1px solid var(--ink-black);
  padding: 4px 0; margin-bottom: 1.4rem; text-transform: uppercase; letter-spacing: 0.1em;
}
.broadside-masthead { font-family: var(--font-news); font-size: clamp(2rem, 5vw, 4.2rem); font-weight: 900; line-height: 0.95; text-transform: uppercase; }
.broadside-masthead a { text-decoration: none; color: inherit; }

.chronicle-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; margin-top: 1.5rem; }
@media (min-width: 800px) { .chronicle-grid { grid-template-columns: 2fr 1fr; } }

.article-headline { font-family: var(--font-news); font-size: clamp(1.4rem, 2.5vw, 2.3rem); font-weight: 700; line-height: 1.15; margin-bottom: 0.8rem; }
.article-headline a { text-decoration: none; color: inherit; }
.article-headline a:hover { color: #8c2424; }

.article-byline-bar {
  display: flex; gap: 12px; font-family: var(--font-mono); font-size: 0.65rem;
  color: #555; text-transform: uppercase; border-bottom: 1px solid rgba(0,0,0,0.15);
  padding-bottom: 6px; margin-bottom: 1rem;
}
.article-body-text { font-family: var(--font-news); font-size: 0.92rem; line-height: 1.7; text-align: justify; margin-bottom: 1.5rem; }
.article-body-text p { margin-bottom: 1rem; }

.primary-source-callout {
  background: #e4dac2; border: 1px solid rgba(0,0,0,0.25); border-left: 4px solid #161311;
  padding: 1rem; margin: 1.5rem 0; font-family: var(--font-typewriter); font-size: 0.78rem;
}

/* Explore More Stories Grid */
.stories-catalog-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.25rem; margin-top: 2rem;
}
.story-thumb-card {
  background: #fbf7ec; border: 1px solid rgba(0,0,0,0.2); padding: 1.2rem;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1); display: flex; flex-direction: column; justify-content: space-between;
}
.story-thumb-card h4 { font-family: var(--font-news); font-size: 1.1rem; line-height: 1.25; margin: 6px 0; }
.story-thumb-card p { font-family: var(--font-editorial); font-size: 0.78rem; color: #444; line-height: 1.4; margin-bottom: 12px; }