/* Montana Blotter — Floating Broadsheet
 *
 * Layered on top of mb-design-system.css. Two-phase design:
 *   1. Core broadsheet (lines 1-560) — masthead, lead, rail, blotter list,
 *      table, sponsor, pullquote, disclaimer, responsive collapse.
 *   2. Art-direction layer (lines 561+) — stack-of-papers, emblem, dateline,
 *      stop-press, fleuron divider, counties grid, page-2 preview.
 *
 * No edits to mb-design-system.css; safe to revert by removing the
 * ?newspaper=1 query-flag swap in app.py.
 */

/* ════════════════════════════════════════════════════════════════════════
   PHASE 1 — CORE BROADSHEET
   ════════════════════════════════════════════════════════════════════════ */

/* ── Substrate: the "desk" behind the paper ────────────────────────────
 * Dark warm tone so the cream broadsheet has somewhere to sit. Wood-grain
 * via two radial highlights + low-opacity repeating-linear-gradients (no images).
 */
.mb-newspaper-stage {
  background-color: #1c1a16;
  background-image:
    radial-gradient(1200px 600px at 12% -10%, rgba(255, 220, 170, 0.06), transparent 60%),
    radial-gradient(900px 500px at 90% 110%, rgba(255, 220, 170, 0.04), transparent 60%),
    repeating-linear-gradient(0deg, rgba(255, 245, 220, 0.018) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(90deg, rgba(255, 245, 220, 0.012) 0 1px, transparent 1px 3px);
  padding: clamp(20px, 4vw, 48px) clamp(20px, 3vw, 48px) clamp(48px, 8vw, 96px);
  min-height: 100vh;
}

/* ── Broadsheet: the hovering paper ──────────────────────────────────── */
.mb-newspaper {
  max-width: 1320px;
  margin: 0 auto;
  background:
    repeating-linear-gradient(0deg, rgba(40, 28, 12, 0.018) 0 1px, transparent 1px 2px),
    radial-gradient(ellipse at top, #fbf8f0 0%, #f5efe1 70%, #ece4d0 100%);
  color: #1d1a14;
  border: 1px solid rgba(20, 14, 4, 0.15);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.6) inset,
    0 2px 4px rgba(0, 0, 0, 0.25),
    0 18px 48px -12px rgba(0, 0, 0, 0.45),
    0 40px 80px -24px rgba(0, 0, 0, 0.55);
  padding: clamp(20px, 3vw, 40px) clamp(20px, 3vw, 44px) clamp(28px, 4vw, 56px);
  position: relative;
}

/* Tiny "stitch" corners, very subtle */
.mb-newspaper::before, .mb-newspaper::after {
  content: ""; position: absolute; width: 10px; height: 10px;
  border: 1px solid rgba(20, 14, 4, 0.18);
}
.mb-newspaper::before { top: 10px; left: 10px; border-right: 0; border-bottom: 0; }
.mb-newspaper::after  { bottom: 10px; right: 10px; border-left: 0; border-top: 0; }

/* ── Masthead ────────────────────────────────────────────────────────── */
.mb-np-masthead {
  text-align: center;
  border-top: 4px double #15110a;
  border-bottom: 4px double #15110a;
  padding: 18px 0 14px;
  margin-bottom: 22px;
}
.mb-np-edition {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 10px;
  font-family: var(--font-mono); font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: #5b5141;
  padding-bottom: 10px; border-bottom: 1px solid rgba(20, 14, 4, 0.25);
}
.mb-np-edition__center { flex: 1 1 auto; text-align: center; color: #1d1a14; letter-spacing: 0.22em; }
.mb-np-edition__left, .mb-np-edition__right { flex: 0 0 auto; color: #5b5141; }
.mb-np-edition__right { text-align: right; }

.mb-np-title {
  margin: 14px 0 4px;
  font-family: var(--font-serif-display);
  font-variation-settings: "opsz" 144, "wght" 700;
  font-size: clamp(48px, 8vw, 92px); line-height: 0.95;
  letter-spacing: -0.02em; color: #0f0c07;
  /* Letterpress: slight inset highlight + offset shadow reads as pressed type */
  text-shadow:
    0 1px 0 rgba(255, 252, 244, 0.55),
    0 -1px 0 rgba(20, 14, 4, 0.06),
    1px 2px 0 rgba(20, 14, 4, 0.18);
  position: relative; display: inline-block;
}
/* Subtle paper-grain overlay just behind the title — only visible on the
 * letterpress panel, doesn't bleed onto the rest of the page. */
.mb-np-title::before {
  content: "";
  position: absolute;
  inset: -8px -22px;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(40, 28, 12, 0.04) 0px,
      rgba(40, 28, 12, 0.04) 1px,
      transparent 1px, transparent 3px
    );
  z-index: -1; pointer-events: none;
}
.mb-np-subtitle {
  margin: 0;
  font-family: var(--font-serif-display);
  font-style: italic;
  font-variation-settings: "opsz" 24, "wght" 400;
  font-size: clamp(14px, 1.4vw, 18px);
  color: #4a4133; letter-spacing: 0.02em;
}
.mb-np-rule-double {
  border: 0; border-top: 1px solid #15110a; border-bottom: 1px solid #15110a;
  height: 4px; margin: 12px 0 0;
}

.mb-np-nav {
  display: flex; flex-wrap: wrap; justify-content: center;
  font-family: var(--font-sans); font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em;
  padding: 10px 0 0; margin-top: 10px;
}
.mb-np-nav a {
  padding: 6px 14px; color: #1d1a14; text-decoration: none;
  border-right: 1px solid rgba(20, 14, 4, 0.18);
}
.mb-np-nav a:last-child { border-right: 0; }
.mb-np-nav a:hover { color: #96261f; }
.mb-np-nav a.is-active { color: #96261f; }

/* ── Headline + kicker system ───────────────────────────────────────── */
.mb-np-kicker {
  display: inline-block;
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: #96261f;
  padding-bottom: 4px; border-bottom: 2px solid #96261f;
}
.mb-np-h1 {
  margin: 12px 0 8px;
  font-family: var(--font-serif-display);
  font-variation-settings: "opsz" 96, "wght" 700;
  font-size: clamp(32px, 4.4vw, 56px); line-height: 1.02;
  letter-spacing: -0.015em; color: #0f0c07;
}
.mb-np-h2 {
  margin: 0 0 8px;
  font-family: var(--font-serif-display);
  font-variation-settings: "opsz" 48, "wght" 700;
  font-size: clamp(22px, 2.4vw, 30px); line-height: 1.1;
  letter-spacing: -0.01em; color: #0f0c07;
}
.mb-np-h3 {
  margin: 0;
  font-family: var(--font-serif-display);
  font-variation-settings: "opsz" 36, "wght" 600;
  font-size: 18px; line-height: 1.2; color: #0f0c07;
}

/* ── Lead report — above the fold, with drop cap ────────────────────── */
.mb-np-lead {
  display: grid; grid-template-columns: 2.1fr 1fr;
  gap: clamp(20px, 2.5vw, 36px);
  padding: 24px 0 28px; border-bottom: 3px solid #15110a;
}
.mb-np-lead__body { min-width: 0; }
.mb-np-lead__deck {
  margin: 0 0 14px;
  font-family: var(--font-serif-display);
  font-variation-settings: "opsz" 24, "wght" 400;
  font-style: italic; font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.4; color: #2e2820;
}
.mb-np-lead__summary {
  position: relative;
  font-family: var(--font-serif-display);
  font-variation-settings: "opsz" 18, "wght" 400;
  font-size: 17px; line-height: 1.55; color: #1f1a13;
}
/* Drop cap on the first paragraph */
.mb-np-lead__summary > p:first-of-type::first-letter,
.mb-np-dropcap::first-letter {
  font-family: var(--font-serif-display);
  font-variation-settings: "opsz" 144, "wght" 700;
  font-size: 5.6em; line-height: 0.86; float: left;
  padding: 6px 10px 0 0; margin: 4px 4px -4px 0;
  color: #96261f; font-feature-settings: "kern" 1;
}
.mb-np-byline {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px;
  margin-top: 16px;
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase; color: #5b5141;
}
.mb-np-byline strong { color: #1d1a14; letter-spacing: 0.14em; }
.mb-np-byline .dot {
  width: 3px; height: 3px; border-radius: 50%;
  background: #5b5141; display: inline-block;
}
.mb-np-readmore {
  display: inline-block; margin-top: 14px;
  font-family: var(--font-mono); font-size: 12px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: #96261f;
  text-decoration: none; border-bottom: 2px solid #96261f; padding-bottom: 2px;
}
.mb-np-readmore:hover { color: #0f0c07; border-bottom-color: #0f0c07; }

/* ── Side rail (above the fold) — vertical hairline divider ─────────── */
.mb-np-rail {
  border-left: 1px solid rgba(20, 14, 4, 0.3);
  padding-left: clamp(16px, 2vw, 28px); min-width: 0;
  display: flex; flex-direction: column; gap: 22px;
}
.mb-np-rail__title {
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: #96261f;
  margin: 0 0 6px; padding-bottom: 4px;
  border-bottom: 1px solid rgba(20, 14, 4, 0.3);
}
.mb-np-rail__item { padding: 10px 0; border-bottom: 1px dotted rgba(20, 14, 4, 0.25); }
.mb-np-rail__item:last-child { border-bottom: 0; }
.mb-np-rail__item h3 {
  margin: 0 0 4px;
  font-family: var(--font-serif-display);
  font-variation-settings: "opsz" 36, "wght" 600;
  font-size: 16px; line-height: 1.2; color: #0f0c07;
}
.mb-np-rail__item p { margin: 0; font-size: 13px; line-height: 1.5; color: #2e2820; }
.mb-np-rail__meta {
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.12em; text-transform: uppercase; color: #5b5141; margin-top: 4px;
}

/* ── Section divider (kept for legacy compat; fleuron below is the
       preferred visual now) ─────────────────────────────────────────── */
.mb-np-section-bar {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  margin: 32px 0 18px;
}
.mb-np-section-bar::before, .mb-np-section-bar::after {
  content: ""; flex: 1 1 auto; height: 1px; background: #15110a;
}
.mb-np-section-bar__label {
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  letter-spacing: 0.32em; text-transform: uppercase;
  color: #1d1a14; padding: 0 6px;
}

/* ── Two-column "today's blotter" inside the lead section ───────────── */
.mb-np-blotter { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(20, 14, 4, 0.3); }
.mb-np-blotter__title {
  display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 10px;
}
.mb-np-blotter__title h2 {
  margin: 0;
  font-family: var(--font-serif-display);
  font-variation-settings: "opsz" 36, "wght" 700;
  font-size: 22px; color: #0f0c07;
}
.mb-np-blotter__title a {
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase; color: #96261f;
  text-decoration: none; border-bottom: 1px solid #96261f;
}
.mb-np-blotter__row {
  display: grid; grid-template-columns: 56px 110px 1fr;
  gap: 14px; padding: 8px 0;
  border-top: 1px dotted rgba(20, 14, 4, 0.25);
  font-size: 14px; line-height: 1.4; align-items: baseline;
}
.mb-np-blotter__row:first-of-type { border-top: 0; }
.mb-np-blotter__row time {
  font-family: var(--font-mono); font-size: 11px;
  color: #5b5141; letter-spacing: 0.08em;
}
.mb-np-blotter__row .county {
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: #1d1a14;
}

/* ── Editorial table (latest jail bookings) — real newspaper table ──── */
.mb-np-table {
  width: 100%; border-collapse: collapse;
  font-family: var(--font-sans); font-size: 13px;
  background: transparent; margin-top: 8px;
}
.mb-np-table thead th {
  text-align: left;
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: #5b5141;
  padding: 8px 10px; border-top: 2px solid #15110a; border-bottom: 1px solid #15110a;
  background: transparent;
}
.mb-np-table tbody td {
  padding: 10px; border-bottom: 1px dotted rgba(20, 14, 4, 0.25);
  vertical-align: top; color: #1f1a13;
}
.mb-np-table tbody tr:hover td { background: rgba(212, 175, 110, 0.08); }
.mb-np-table td.mono {
  font-family: var(--font-mono); font-size: 12px;
  color: #5b5141; white-space: nowrap;
}

/* ── Sponsor "advertisement" block — small, restrained ─────────────── */
.mb-np-advert {
  border-top: 1px solid rgba(20, 14, 4, 0.3);
  border-bottom: 1px solid rgba(20, 14, 4, 0.3);
  padding: 12px 0; margin: 24px 0;
}
.mb-np-advert__label {
  display: block; text-align: center;
  font-family: var(--font-mono); font-size: 9px; font-weight: 700;
  letter-spacing: 0.34em; text-transform: uppercase; color: #5b5141;
  margin-bottom: 10px;
}
.mb-np-advert__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.mb-np-advert__card {
  border: 1px solid rgba(20, 14, 4, 0.2);
  background: rgba(255, 252, 244, 0.6); padding: 12px 14px;
}
.mb-np-advert__card h3 {
  margin: 0 0 6px;
  font-family: var(--font-serif-display);
  font-variation-settings: "opsz" 36, "wght" 600;
  font-size: 15px; color: #0f0c07;
}
.mb-np-advert__card p { margin: 0 0 8px; font-size: 12px; line-height: 1.5; color: #2e2820; }
.mb-np-advert__actions { display: flex; gap: 8px; flex-wrap: wrap; }
.mb-np-advert__btn {
  display: inline-block;
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 5px 9px; border: 1px solid #1d1a14;
  background: transparent; color: #1d1a14; text-decoration: none;
}
.mb-np-advert__btn--filled { background: #1d1a14; color: #fbf8f0; }
.mb-np-advert__btn:hover { background: #96261f; border-color: #96261f; color: #fbf8f0; }

/* ── Pull quote ─────────────────────────────────────────────────────── */
.mb-np-pullquote {
  font-family: var(--font-serif-display);
  font-variation-settings: "opsz" 72, "wght" 600;
  font-style: italic; font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.3; color: #15110a;
  border-top: 3px double #15110a; border-bottom: 3px double #15110a;
  padding: 18px 0; margin: 24px 0; text-align: center; letter-spacing: -0.005em;
}
.mb-np-pullquote::before { content: "\201C"; color: #96261f; margin-right: 4px; }
.mb-np-pullquote::after  { content: "\201D"; color: #96261f; margin-left: 4px; }

/* ── Disclaimer ─────────────────────────────────────────────────────── */
.mb-np-disclaimer {
  margin: 24px 0 0; padding-top: 14px;
  border-top: 1px solid rgba(20, 14, 4, 0.3);
  font-family: var(--font-serif-display);
  font-style: italic; font-variation-settings: "opsz" 18, "wght" 400;
  font-size: 12px; color: #5b5141; text-align: center;
}

/* ── Responsive — Phase 1 ───────────────────────────────────────────── */
@media (max-width: 900px) {
  .mb-np-lead { grid-template-columns: 1fr; gap: 24px; }
  .mb-np-rail { border-left: 0; padding-left: 0; border-top: 2px solid #15110a; padding-top: 22px; }
  .mb-np-blotter__row { grid-template-columns: 50px 1fr; }
  .mb-np-blotter__row .county { grid-column: 1 / -1; order: 2; padding-left: 64px; margin-top: -4px; }
  .mb-np-blotter__row .text { grid-column: 2 / -1; order: 1; }
}
@media (max-width: 600px) {
  .mb-np-edition { flex-direction: column; text-align: center; }
  .mb-np-edition__left, .mb-np-edition__right { text-align: center; }
  .mb-np-nav { font-size: 10px; }
  .mb-np-nav a { padding: 6px 8px; }
  .mb-np-table thead { display: none; }
  .mb-np-table tbody td { display: block; padding: 4px 8px; border: 0; }
  .mb-np-table tbody tr { display: block; padding: 8px 0; border-bottom: 1px dotted rgba(20,14,4,.3); }
}

/* ════════════════════════════════════════════════════════════════════════
   PHASE 2 — ART-DIRECTION LAYER
   Pure decoration; no data or layout-flow changes. Adds:
   - stack-of-papers behind the broadsheet
   - masthead emblem (small ornament between edition line and title)
   - stop-press bar (red live-update strip)
   - dateline strip (location · weather · conditions · wind)
   - fleuron divider (typographic * * * section break)
   - counties grid (4×N "From Around the State")
   - page-2 preview (3 cards for inside sections)
   - standfirst (italic intro paragraph under headlines)
   - late-strip (red LATE EDITION tag on lead)
   - editorial byline (italic byline under the lead)
   ════════════════════════════════════════════════════════════════════════ */

/* ── Stack of papers behind the broadsheet ───────────────────────────
 * Two thin paper-edge strips peek out behind the broadsheet so it reads
 * as a sheet sitting on a small stack of earlier editions. Pure CSS — no
 * images, no extra markup. Only the pseudo-elements are added; the
 * template wraps `.mb-newspaper` with `.mb-newspaper-stack` when used.
 *
 * Note: pseudo-elements use `position: absolute` + positive offsets and
 * a slightly different background, so they're visible behind the broad-
 * sheet *without* relying on negative z-index (which gets trapped behind
 * the stage's background).
 */
.mb-newspaper-stack {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}
.mb-newspaper-stack::before,
.mb-newspaper-stack::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, #f0e9d8 0%, #e6dcbf 100%);
  border: 1px solid rgba(20, 14, 4, 0.14);
  box-shadow: 0 14px 36px -16px rgba(0, 0, 0, 0.5);
}
.mb-newspaper-stack::before { left: -10px; right: 10px;  transform: translate(10px, 8px)  rotate(0.5deg); }
.mb-newspaper-stack::after  { left: 10px;  right: -10px; transform: translate(-8px, 14px) rotate(-0.4deg); }
.mb-newspaper-stack > .mb-newspaper { position: relative; z-index: 1; }

/* ── Masthead emblem ──────────────────────────────────────────────────
 * Three-part ornament: thin rule, mark (SVG or text), year, then rule.
 * Sits between the edition line and the title.
 */
.mb-np-emblem {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 8px 0 2px;
  color: #15110a;
}
.mb-np-emblem__rule {
  flex: 1 1 auto;
  height: 1px;
  background: rgba(20, 14, 4, 0.45);
  max-width: 180px;
}
.mb-np-emblem__mark {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
}
.mb-np-emblem__mark svg { display: block; }
.mb-np-emblem__year {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: #5b5141;
  text-transform: uppercase;
}

/* ── Stop-press bar ───────────────────────────────────────────────────
 * Narrow red bar with a blinking dot + "Late Edition" line, just under
 * the masthead. Adds the "this is alive" feeling of a real front page.
 */
.mb-np-stoppress {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #96261f;
  color: #fbf8f0;
  padding: 6px 14px;
  margin: 14px 0 0;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-top: 2px solid #15110a;
  border-bottom: 2px solid #15110a;
}
.mb-np-stoppress__pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: #fbf8f0; flex: 0 0 auto;
  animation: mb-np-blink 2.4s var(--ease-standard) infinite;
}
@keyframes mb-np-blink {
  0%, 60%, 100% { opacity: 1; }
  70%, 90% { opacity: 0.25; }
}

/* ── Dateline strip ───────────────────────────────────────────────────
 * Single thin row directly under the masthead. Four items separated by
 * hairlines. Location · Temperature · Conditions · Wind.
 */
.mb-np-dateline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  padding: 8px 0 10px;
  margin: 0 0 18px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5b5141;
  border-bottom: 1px solid rgba(20, 14, 4, 0.25);
}
.mb-np-dateline__item {
  padding: 6px 18px 4px;
  border-right: 1px solid rgba(20, 14, 4, 0.25);
  display: flex; gap: 8px; align-items: baseline;
  flex: 0 1 auto;
  min-width: 0;
}
.mb-np-dateline__item:nth-last-child(-n+2) { border-right: 0; }
/* On narrow screens, hide the right border on every other item so the
   dividers don't stack up when the grid wraps. */
@media (max-width: 900px) {
  .mb-np-dateline__item { border-right: 0; padding: 4px 12px; }
}
.mb-np-dateline__item:last-child { border-right: 0; }
.mb-np-dateline__label { color: #5b5141; }
.mb-np-dateline__value {
  color: #1d1a14; font-weight: 700; letter-spacing: 0.18em;
}

/* ── Ornament (fleuron) — * * * typographic section divider ───────────
 * Three centered typographic bullets flanked by hairline rules, with a
 * section label. The "ornament" is the editorial standard; "fleuron"
 * is the typographic synonym.
 */
.mb-np-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 36px 0 20px;
  color: #15110a;
}
.mb-np-ornament::before, .mb-np-ornament::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: #15110a;
}
.mb-np-ornament__rule {
  flex: 1 1 auto;
  height: 1px;
  background: #15110a;
}
.mb-np-ornament__mark {
  font-family: var(--font-serif-display);
  font-variation-settings: "opsz" 96, "wght" 600;
  font-size: 22px;
  letter-spacing: 0.4em;
  padding-right: 0.4em;
  color: #96261f;
  line-height: 1;
}
.mb-np-fleuron { display: none; }  /* legacy alias */

/* ── Counties grid (From Around the State) ──────────────────────────── */
.mb-np-counties {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 2px solid #15110a;
  border-bottom: 2px solid #15110a;
  margin-top: 14px;
}
.mb-np-county {
  padding: 14px 16px;
  border-right: 1px solid rgba(20, 14, 4, 0.25);
  border-bottom: 1px solid rgba(20, 14, 4, 0.25);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: background var(--duration-fast) var(--ease-standard);
}
.mb-np-county:nth-child(4n) { border-right: 0; }
.mb-np-county:hover { background: rgba(212, 175, 110, 0.15); }
.mb-np-county__name {
  font-family: var(--font-serif-display);
  font-variation-settings: "opsz" 36, "wght" 700;
  font-size: 17px; line-height: 1.15; color: #0f0c07;
}
.mb-np-county__count {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5b5141;
}
.mb-np-county__count strong { color: #96261f; font-weight: 700; }

/* ── Page-2 preview (Inside Today's Paper) ──────────────────────────── */
.mb-np-page2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 14px;
}
.mb-np-page2__card {
  border: 1px solid rgba(20, 14, 4, 0.3);
  border-top: 3px solid #15110a;
  background: rgba(255, 252, 244, 0.55);
  padding: 14px 16px;
  display: flex; flex-direction: column; gap: 6px;
  text-decoration: none; color: inherit;
  transition: background var(--duration-fast) var(--ease-standard);
}
.mb-np-page2__card:hover { background: rgba(212, 175, 110, 0.2); }
.mb-np-page2__pageno {
  font-family: var(--font-mono);
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: #96261f;
}
.mb-np-page2__title {
  margin: 0;
  font-family: var(--font-serif-display);
  font-variation-settings: "opsz" 36, "wght" 700;
  font-size: 18px; line-height: 1.15; color: #0f0c07;
}
.mb-np-page2__dek { margin: 0; font-size: 12px; line-height: 1.5; color: #2e2820; }
.mb-np-page2__cta {
  margin-top: 6px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #96261f;
  border-bottom: 1px solid #96261f;
  align-self: flex-start;
  padding-bottom: 1px;
}

/* ── Standfirst (italic intro paragraph under a headline) ──────────── */
.mb-np-standfirst {
  margin: 0 0 16px;
  font-family: var(--font-serif-display);
  font-variation-settings: "opsz" 24, "wght" 400;
  font-style: italic;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.4;
  color: #3a3128;
  max-width: 56ch;
}
.mb-np-standfirst--lead { font-size: clamp(17px, 1.7vw, 21px); }

/* ── Late-strip (LATE EDITION red tag on the lead kicker) ──────────── */
.mb-np-late-strip {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 8px;
  background: #96261f;
  color: #fbf8f0;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  vertical-align: middle;
  transform: translateY(-3px);
}

/* ── Editorial byline (italic) — used under the lead ────────────────── */
.mb-np-byline-2 {
  font-family: var(--font-serif-display);
  font-style: italic;
  font-variation-settings: "opsz" 18, "wght" 400;
  font-size: 13px;
  color: #4a4133;
  margin-top: 12px;
}
.mb-np-byline-2 strong {
  font-style: normal;
  font-weight: 700;
  color: #1d1a14;
}

/* ── Responsive — Phase 2 ───────────────────────────────────────────── */
@media (max-width: 900px) {
  .mb-np-counties { grid-template-columns: repeat(2, 1fr); }
  .mb-np-page2 { grid-template-columns: 1fr; }
  .mb-np-dateline { gap: 0; font-size: 10px; }
  .mb-np-dateline__item { padding: 0 10px; }
}
@media (max-width: 600px) {
  .mb-np-counties { grid-template-columns: 1fr; }
  .mb-np-dateline { gap: 4px 0; font-size: 10px; }
  .mb-newspaper-stack::before, .mb-newspaper-stack::after { display: none; }
  .mb-np-stoppress { font-size: 10px; padding: 6px 10px; gap: 8px; letter-spacing: 0.16em; }
  .mb-np-emblem__rule { max-width: 80px; }
  .mb-np-ornament__mark { font-size: 18px; }
}

/* ── ART-DIRECTION ROUND 3 ───────────────────────────────────────────
 * Letterpress title, classified-strip ads, section index strip,
 * reading-time stamps. Each is decorative — no functional dependency.
 */

/* ── Classified strip ─────────────────────────────────────────────────
 * Real newspapers run lawyer/bail listings as classified ads in tiny
 * type under "Help Wanted · Professional Services". Three columns, each
 * with a category kicker, headline, address line, and price/rate line.
 */
.mb-np-classifieds {
  border-top: 1px solid #15110a;
  border-bottom: 1px solid #15110a;
  border-radius: 0;
  background: rgba(255, 252, 244, 0.65);
  margin: 24px 0;
  padding: 14px 16px 16px;
}
.mb-np-classifieds__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0 0 10px;
  margin: 0 0 12px;
  border-bottom: 1px solid rgba(20, 14, 4, 0.35);
  background: transparent;
  color: #5b5141;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.mb-np-classifieds__head > span:first-child {
  color: #96261f;
  letter-spacing: 0.32em;
}
.mb-np-classifieds__head-right {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.18em;
  opacity: 0.7;
  font-style: italic;
}
.mb-np-classifieds__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
}
.mb-np-classifieds__item {
  padding: 10px 12px;
  border-right: 1px solid rgba(20, 14, 4, 0.3);
  border-bottom: 1px dotted rgba(20, 14, 4, 0.25);
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  color: #1d1a14;
}
.mb-np-classifieds__item:last-child { border-right: 0; }
.mb-np-classifieds__cat {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #96261f;
}
.mb-np-classifieds__title {
  font-family: var(--font-serif-display);
  font-variation-settings: "opsz" 24, "wght" 700;
  font-size: 14px;
  line-height: 1.15;
  color: #0f0c07;
}
.mb-np-classifieds__title a { color: inherit; text-decoration: none; }
.mb-np-classifieds__title a:hover { text-decoration: underline; }
.mb-np-classifieds__body {
  font-size: 11px;
  line-height: 1.4;
  color: #2e2820;
}
.mb-np-classifieds__price {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #1d1a14;
  border-top: 1px dotted rgba(20, 14, 4, 0.35);
  padding-top: 4px;
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.mb-np-classifieds__price-tag {
  color: #96261f;
  font-weight: 700;
}

/* ── Section index strip ──────────────────────────────────────────────
 * Page A-2 / B-1 / C-3 style table-of-contents at the bottom of the broadsheet.
 */
.mb-np-sectionindex {
  margin: 28px 0 0;
  border-top: 3px double #15110a;
  border-bottom: 3px double #15110a;
  padding: 18px 0 14px;
}
.mb-np-sectionindex__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 12px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #5b5141;
}
.mb-np-sectionindex__head strong { color: #1d1a14; font-size: 11px; letter-spacing: 0.22em; }
.mb-np-sectionindex__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0;
}
.mb-np-sectionindex__row {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: baseline;
  gap: 10px;
  padding: 6px 12px;
  border-right: 1px dotted rgba(20, 14, 4, 0.25);
  border-bottom: 1px dotted rgba(20, 14, 4, 0.25);
  text-decoration: none;
  color: #1d1a14;
}
.mb-np-sectionindex__row:hover { background: rgba(212, 175, 110, 0.1); }
.mb-np-sectionindex__row:last-child { border-right: 0; }
.mb-np-sectionindex__pageno {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #96261f;
}
.mb-np-sectionindex__label {
  font-family: var(--font-serif-display);
  font-variation-settings: "opsz" 24, "wght" 600;
  font-size: 14px;
  color: #0f0c07;
  line-height: 1.2;
}
.mb-np-sectionindex__dots {
  border-bottom: 1px dotted rgba(20, 14, 4, 0.4);
  align-self: center;
  height: 1px;
  margin: 0 4px;
}
.mb-np-sectionindex__page {
  font-family: var(--font-mono);
  font-size: 11px;
  color: #5b5141;
  letter-spacing: 0.06em;
}

/* ── Reading-time stamps ──────────────────────────────────────────────
 * Small monospace "→ 2 MIN READ" markers on stories.
 */
.mb-np-readtime {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5b5141;
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid rgba(20, 14, 4, 0.3);
}
.mb-np-readtime::before { content: "\2192\00a0"; color: #96261f; }

/* ── Page-2 card refinement ─────────────────────────────────────────── */
.mb-np-page2__title {
  font-family: var(--font-serif-display);
  font-variation-settings: "opsz" 36, "wght" 700;
  font-size: 18px;
  line-height: 1.15;
  color: #0f0c07;
}
.mb-np-page2__title + .mb-np-readtime { display: block; margin: 4px 0 0; padding-left: 0; border-left: 0; }

/* ── Responsive ─────────────────────────────────────────────────────── */
@media (max-width: 700px) {
  .mb-np-classifieds__grid { grid-template-columns: 1fr; }
  .mb-np-classifieds__item { border-right: 0; }
  .mb-np-sectionindex__row { grid-template-columns: 50px 1fr auto; padding: 6px 8px; }
}

/* ── ART-DIRECTION ROUND 4 ───────────────────────────────────────────
 * Column rules, weather widget on the lead, animated ink stamp,
 * aged-edge mask. Each is decorative — no functional dependency.
 */

/* ── Column rules ─────────────────────────────────────────────────────
 * Two vertical hairline guides running the full height of the broadsheet
 * body, at the 1/3 and 2/3 marks. Classical broadsheet detail — gives the
 * page the visual rhythm of a printed sheet divided into columns without
 * forcing a rigid grid layout. Pointer-events disabled so the rules
 * don't intercept clicks. Hidden on mobile where the layout is single-
 * column anyway.
 */
.mb-newspaper {
  position: relative;
}
.mb-newspaper > .mb-newspaper-stack-rule {
  display: none;  /* placeholder for future use */
}
.mb-newspaper::before,
.mb-newspaper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(20, 14, 4, 0.18);
  pointer-events: none;
  z-index: 0;
}
/* Note: the broadsheet's existing ::before/::after are the stitch-corner
 * borders. We add the column rules via a separate pseudo via background
 * gradients on a wrapper. Instead of fighting that, we use a third
 * technique: a fixed-aspect SVG mask via a wrapper element. */

.mb-np-column-rules {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(to right, rgba(20, 14, 4, 0.16) 0, rgba(20, 14, 4, 0.16) 1px, transparent 1px, transparent 100%),
    linear-gradient(to right, rgba(20, 14, 4, 0.16) 0, rgba(20, 14, 4, 0.16) 1px, transparent 1px, transparent 100%);
  background-size: 1px 100%, 1px 100%;
  background-position: 33.333% 0, 66.666% 0;
  background-repeat: no-repeat;
}
.mb-np-column-rules--offset {
  /* For sections that should align to column-rule 1/3 only */
  background-image: linear-gradient(to right, rgba(20, 14, 4, 0.16) 0, rgba(20, 14, 4, 0.16) 1px, transparent 1px, transparent 100%);
  background-size: 1px 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

/* The broadsheet itself needs `position: relative` (already set) and the
 * column rules need to render below the text but above the substrate.
 * Lower z-index than content, above the paper itself. */
.mb-newspaper-stack > .mb-newspaper > .mb-np-column-rules { z-index: 0; }
.mb-newspaper-stack > .mb-newspaper > *:not(.mb-np-column-rules) { position: relative; z-index: 1; }

/* ── Weather widget on the lead report ───────────────────────────────
 * Small monospace inset block showing current weather + forecast for the
 * lead's location. Inline SVG icon for sun/cloud.
 */
.mb-np-weather {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  margin: 0 0 14px;
  border: 1px solid rgba(20, 14, 4, 0.3);
  border-top: 2px solid #15110a;
  background: rgba(255, 252, 244, 0.65);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #1d1a14;
  max-width: 480px;
}
.mb-np-weather__icon {
  flex: 0 0 32px;
  width: 32px; height: 32px;
  color: #96261f;
}
.mb-np-weather__icon svg { display: block; }
.mb-np-weather__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-transform: uppercase;
}
.mb-np-weather__top {
  display: flex; align-items: baseline; gap: 8px;
  font-size: 14px; font-weight: 700;
}
.mb-np-weather__temp { color: #96261f; font-size: 18px; }
.mb-np-weather__cond { color: #1d1a14; letter-spacing: 0.12em; }
.mb-np-weather__loc { color: #5b5141; font-size: 10px; letter-spacing: 0.18em; }
.mb-np-weather__hi-lo {
  flex: 0 0 auto;
  display: flex; gap: 8px;
  font-size: 11px; color: #5b5141;
}
.mb-np-weather__hi-lo strong { color: #1d1a14; }

/* ── Animated ink stamp ──────────────────────────────────────────────
 * "FILED · DAILY EDITION" stamp — top-right, sits inside the masthead's
 * interior (below the edition line and the top double rule) so it does
 * not collide with the rule. No rotation — color + border + opacity
 * alone read as a stamp pressed onto the paper. Fades in on load with
 * a short delay; respects prefers-reduced-motion.
 */
.mb-np-inkstamp {
  position: absolute;
  top: 36px;
  right: 28px;
  z-index: 3;
  pointer-events: none;
  border: 1.5px solid #96261f;
  border-radius: 3px;
  padding: 4px 9px;
  font-family: var(--font-serif-display);
  font-variation-settings: "opsz" 36, "wght" 700;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #96261f;
  background: rgba(255, 252, 244, 0.85);
  text-shadow: 0.4px 0.4px 0 rgba(20, 14, 4, 0.18);
  box-shadow:
    inset 0 0 0 1px rgba(150, 38, 31, 0.2),
    inset 0 0 6px rgba(150, 38, 31, 0.06);
  /* Start at full opacity; the brief fade-in below adds the "ink press" effect
   * without making the stamp invisible at first paint (e.g. screenshots). */
  opacity: 1;
  animation: mb-np-stamp-in 0.6s var(--ease-standard) 0.05s both;
  white-space: nowrap;
}
.mb-np-inkstamp__sub {
  display: block;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.22em;
  font-weight: 700;
  margin-top: 2px;
  color: #5b5141;
}
@keyframes mb-np-stamp-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .mb-np-inkstamp {
    animation: none;
    opacity: 1;
  }
}

/* ── Aged edge (subtle deckle) ───────────────────────────────────────
 * Decorative noise + warm-ink tint along the very top and bottom 6px
 * of the broadsheet so the edges read as a slightly worn paper edge.
 * Pure CSS — no SVG mask asset needed (which was the failure mode of
 * the original implementation: the SVG mask was declared but never
 * loaded, so the effect was invisible). The current approach uses two
 * stacked repeating-gradients with a slightly visible warm-ink tone at
 * low opacity — the band reads as paper edge, not as decoration.
 */
.mb-np-agededge {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
  /* Top 6px: warm-ink banded noise; bottom 6px: mirror. The repeating-
   * linear gradient gives small density variations (the "deckle")
   * while the linear-gradient overlay adds a soft warm wash that
   * reads as "this paper has been folded/handled". */
  background:
    repeating-linear-gradient(
      90deg,
      rgba(20, 14, 4, 0.08) 0 1px,
      transparent 1px 3px,
      rgba(20, 14, 4, 0.05) 3px 4px,
      transparent 4px 7px
    ) 0 0 / 100% 6px repeat-x,
    linear-gradient(
      to bottom,
      rgba(150, 110, 60, 0.10) 0%,
      rgba(150, 110, 60, 0) 100%
    ) 0 0 / 100% 14px repeat-x,
    repeating-linear-gradient(
      90deg,
      rgba(20, 14, 4, 0.08) 0 1px,
      transparent 1px 3px,
      rgba(20, 14, 4, 0.05) 3px 4px,
      transparent 4px 7px
    ) 0 100% / 100% 6px repeat-x,
    linear-gradient(
      to top,
      rgba(150, 110, 60, 0.10) 0%,
      rgba(150, 110, 60, 0) 100%
    ) 0 100% / 100% 14px repeat-x;
}
.mb-newspaper > .mb-np-agededge { z-index: 4; }

/* ── Responsive ─────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .mb-np-column-rules { display: none; }
  .mb-np-inkstamp { top: 10px; right: 10px; font-size: 9px; padding: 4px 8px; }
}
@media (max-width: 600px) {
  .mb-np-weather { flex-wrap: wrap; }
  .mb-np-inkstamp { display: none; }
}

/* ── Responsive ─────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .mb-newspaper *, .mb-newspaper *::before, .mb-newspaper *::after,
  .mb-np-stoppress__pulse {
    transition: none !important;
    animation: none !important;
  }
}

/* ── Hide legacy site header on the broadsheet only ─────────────────
 * The broadsheet has its own top nav (Front Page / Blotter / Counties /
 * etc.) inside the masthead. The legacy `mb-masthead` strip above
 * (with the stats row and "Public records, reported plainly" tagline)
 * was useful as persistent site chrome on other pages, but on the
 * floating-newspaper art direction it competes with the broadsheet's
 * own masthead crest. Scoped to a body class added only on
 * `?newspaper=1`, so the default `/` still shows the legacy header.
 *
 * Note: the legacy header markup is `<header><div class="mb-masthead">...`
 * so we hide the entire `<header>` element by structural position, and
 * also any `.mb-masthead` element rendered at the document level.
 */
body.mb-newspaper-body > header,
body.mb-newspaper-body > header.mb-masthead,
body.mb-newspaper-body > .mb-main > header.mb-masthead {
  display: none;
}

/* ════════════════════════════════════════════════════════════════════════
   ROUND 5 POLISH — folio, decks, menu collapse, stack hint
   Each is a small additive fix to the issues the visual QA flagged.
   ════════════════════════════════════════════════════════════════════════ */

/* ── Broadsheet footer folio ─────────────────────────────────────────
 * Italic centered line at the very bottom of the broadsheet: "A1 · The
 * Montana Blotter · Thursday, July 23, 2026 · Page 1 of 8". Closes the
 * publication metaphor. Sits above the disclaimer, separated by a
 * triple rule. Small, italic, centered — never louder than the
 * disclaimer above it.
 */
.mb-np-folio {
  margin: 32px 0 0;
  padding: 14px 0 0;
  border-top: 3px double #15110a;
  text-align: center;
  font-family: var(--font-serif-display);
  font-variation-settings: "opsz" 18, "wght" 400;
  font-style: italic;
  font-size: 12px;
  color: #4a4133;
  letter-spacing: 0.04em;
}
.mb-np-folio strong {
  font-style: normal;
  font-weight: 700;
  color: #1d1a14;
  letter-spacing: 0.16em;
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}
.mb-np-folio .sep {
  display: inline-block;
  margin: 0 8px;
  color: #96261f;
  font-style: normal;
  font-weight: 700;
}

/* ── Hed → deck hierarchy ───────────────────────────────────────────
 * Optional italic standfirst/deck for any h2 / h3 in the broadsheet.
 * Real broadsheets always pair a hed (h2) with a one-line italic deck
 * underneath — that's the single highest-leverage edit for "this looks
 * like an actual newspaper". Drop on any h2/h3 by placing a sibling
 * <p class="mb-np-h2-deck"> or <p class="mb-np-h3-deck"> right after.
 */
.mb-np-h2-deck,
.mb-np-h3-deck {
  margin: -4px 0 14px;
  font-family: var(--font-serif-display);
  font-variation-settings: "opsz" 24, "wght" 400;
  font-style: italic;
  font-size: clamp(14px, 1.3vw, 17px);
  line-height: 1.35;
  color: #4a4133;
  max-width: 64ch;
}
.mb-np-h3-deck {
  font-size: 13px;
  font-variation-settings: "opsz" 18, "wght" 400;
  color: #5b5141;
  margin: -2px 0 8px;
}

/* ── Mobile nav collapse (≤480px) ───────────────────────────────────
 * At narrow widths the 9-pill nav wraps to 4+ lines and crowds the
 * masthead. On phones we collapse the nav into a sticky "Menu" button
 * that reveals the same links on tap. Implemented with a details/summary
 * element in the template (no JS); CSS handles the rest.
 */
.mb-np-nav-toggle {
  display: none;
}
@media (max-width: 480px) {
  .mb-np-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .mb-np-nav > a {
    /* Hide individual links on phones; the menu toggle takes over. */
    display: none;
  }
  .mb-np-nav-toggle {
    display: inline-block;
    order: -1;
    width: 100%;
    text-align: center;
    padding: 8px 12px;
    margin: 0 0 8px;
    border: 1px solid #15110a;
    background: #fbf8f0;
    color: #1d1a14;
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    cursor: pointer;
    list-style: none;
    user-select: none;
  }
  .mb-np-nav-toggle::-webkit-details-marker { display: none; }
  .mb-np-nav-toggle::before {
    content: "\2630\00a0";  /* hamburger glyph */
    margin-right: 4px;
    color: #96261f;
  }
  /* When <details> is open, reveal all nav links */
  details[open] .mb-np-nav > a {
    display: inline-block;
    width: auto;
    border-right: 1px solid rgba(20, 14, 4, 0.18);
  }
  details[open] .mb-np-nav {
    gap: 0;
  }
  details[open] .mb-np-nav-toggle::before {
    content: "\2715\00a0";  /* close X glyph */
  }
}

/* ── Stronger stack-of-papers hint ─────────────────────────────────
 * Two extra sheets peek out behind the broadsheet: one tilted 1.2° to
 * the right (peek at -10px), one tilted -0.9° to the left (peek at
 * +14px). Lower opacity (0.85) and softer shadow than the broadsheet
 * so they read as "papers underneath" not "papers on top of each
 * other". Hidden at ≤600px (same breakpoint that already hides the
 * existing ::before/::after).
 */
.mb-newspaper-stack {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}
/* Stronger hints — use two separate pseudo-elements with offsets and
 * rotations, behind the broadsheet. The existing ::before/::after are
 * left untouched for backward compat; the new layer adds the second
 * sheet behind the main broadsheet so the "stack of papers" metaphor
 * is unambiguous at a glance. */
.mb-newspaper-stack .mb-newspaper-stack-hint {
  position: absolute;
  left: 50%;
  width: min(100%, 1310px);
  height: 12px;
  background: linear-gradient(180deg, #efe7d2 0%, #d8cfb6 100%);
  border: 1px solid rgba(20, 14, 4, 0.14);
  border-radius: 2px;
  pointer-events: none;
  z-index: 0;
  transform-origin: center center;
}
.mb-newspaper-stack .mb-newspaper-stack-hint--bottom {
  bottom: -10px;
  transform: translateX(-50%) rotate(-0.6deg);
  box-shadow: 0 18px 36px -16px rgba(0, 0, 0, 0.45);
  opacity: 0.92;
}
.mb-newspaper-stack .mb-newspaper-stack-hint--top {
  top: 6px;
  transform: translateX(-50%) translateX(8px) rotate(0.8deg);
  box-shadow: 0 12px 28px -10px rgba(0, 0, 0, 0.35);
  opacity: 0.88;
}
.mb-newspaper-stack > .mb-newspaper { position: relative; z-index: 1; }
@media (max-width: 600px) {
  .mb-newspaper-stack .mb-newspaper-stack-hint { display: none; }
}
