/* Newspaper — multi-column front page */
[data-theme="newspaper"] { --nbg: #fffdf3; --ntext: #000; --nacc: #7a1a1a; }
[data-theme="newspaper"] body { background: var(--nbg); color: var(--ntext); font-family: "Times New Roman", Times, serif; }
[data-theme="newspaper"] .site-header { background: var(--nbg); border-bottom: 3px double var(--ntext); box-shadow: none; }
[data-theme="newspaper"] .nav-logo-text { font-family: "Old English Text MT", "Garamond", serif; font-size: 1.6rem; }
[data-theme="newspaper"] .nav-links a { color: var(--ntext); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; }

.np-masthead { text-align: center; padding: 30px 20px 14px; border-bottom: 6px double var(--ntext); }
.np-masthead h1 { font-family: "Old English Text MT", "Garamond", serif; font-size: 4rem; margin: 0; letter-spacing: -0.02em; color: var(--ntext); }
.np-masthead .np-dateline { font-size: 0.85rem; color: #444; margin-top: 6px; text-transform: uppercase; letter-spacing: 0.1em; }
.np-masthead p { font-style: italic; color: #555; margin: 10px 0 0; }

.np-front { max-width: 1200px; margin: 24px auto; padding: 0 20px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 24px; }
.np-front article { padding-right: 18px; }
.np-front article + article { border-left: 1px solid #d4cdb8; padding-left: 18px; padding-right: 0; }
.np-front h2 { font-family: "Times New Roman", Times, serif; font-size: 1.7rem; line-height: 1.2; font-weight: 700; margin: 0 0 8px; }
.np-front h2 a { color: var(--ntext); text-decoration: none; }
.np-front h2 a:hover { color: var(--nacc); text-decoration: underline; }
.np-front .np-kicker { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--nacc); font-weight: 700; margin-bottom: 6px; }
.np-front img { width: 100%; margin: 8px 0 10px; filter: grayscale(0.4) contrast(1.05); border: 1px solid #b8b09e; }
.np-front p { font-size: 0.95rem; line-height: 1.55; color: #222; margin: 6px 0; }
.np-front p:first-of-type::first-letter { float: left; font-size: 3.2rem; line-height: 0.85; margin: 5px 8px 0 0; font-weight: 700; color: var(--nacc); }

.np-section { max-width: 1200px; margin: 32px auto; padding: 0 20px; }
.np-section h2 { font-size: 1.3rem; text-transform: uppercase; letter-spacing: 0.1em; border-top: 3px double var(--ntext); border-bottom: 1px solid var(--ntext); padding: 10px 0; }
.np-list { columns: 3; column-gap: 24px; }
@media (max-width: 800px) { .np-front, .np-list { grid-template-columns: 1fr; columns: 1; } .np-front article + article { border-left: 0; padding-left: 0; border-top: 1px solid #d4cdb8; padding-top: 18px; } }
.np-list article { break-inside: avoid; padding-bottom: 18px; margin-bottom: 14px; border-bottom: 1px solid #d4cdb8; }
.np-list article h3 { font-size: 1.1rem; margin: 0 0 6px; }
.np-list article h3 a { color: var(--ntext); text-decoration: none; }
.np-list article h3 a:hover { color: var(--nacc); text-decoration: underline; }
.np-list article p { font-size: 0.88rem; color: #333; margin: 0; line-height: 1.5; }
.np-list .np-kicker { font-size: 0.72rem; color: var(--nacc); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }

[data-theme="newspaper"] .article-body { font-size: 1.05rem; line-height: 1.75; column-rule: 0; }
[data-theme="newspaper"] .article-body p:first-of-type::first-letter { float: left; font-size: 4.5rem; line-height: 0.85; margin: 6px 10px 0 0; color: var(--nacc); font-weight: 700; }
[data-theme="newspaper"] .article-header h1 { font-size: 2.6rem; line-height: 1.1; font-weight: 700; }
[data-theme="newspaper"] .badge { background: transparent; border: 1px solid var(--nacc); color: var(--nacc); font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.08em; border-radius: 0; }
[data-theme="newspaper"] .site-footer { background: var(--nbg); border-top: 6px double var(--ntext); color: #333; }
