/**
 * Giao diện 8 – Báo giấy cổ điển.
 * Nền kem, chữ serif toàn trang, kẻ cột như báo in, masthead căn giữa.
 * Font serif: Lora (Google, đầy đủ dấu tiếng Việt) thay cho Georgia/Times
 * vốn render dấu tiếng Việt không chuẩn.
 */

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,400&display=swap');

:root {
	--c-primary: #1a1a1a;
	--c-primary-dark: #000000;
	--c-accent: #8b1e12;
	--c-bg: #f7f3ea;
	--c-surface: #f7f3ea;
	--c-alt: #efe9db;
	--c-border: #d8d0bd;
	--c-nav-bg: #f7f3ea;
	--c-nav-text: #1a1a1a;
	--c-topbar-bg: #f7f3ea;
	--c-topbar-text: #7a7260;
	--c-footer-bg: #1a1a1a;
	--c-footer-text: #c9c2b1;
	--c-title: #1a1a1a;
	--c-section-title: #1a1a1a;
	--font-body: Lora, Carlito, Georgia, serif;
	--font-heading: Lora, Georgia, serif;
	--radius: 0px;
	--radius-lg: 0px;
	--section-title-border: 2px solid #1a1a1a;
}

.topbar { font-style: italic; }
.masthead { border-bottom: 3px double #1a1a1a; }
.site-title { color: #1a1a1a; letter-spacing: 2px; font-weight: 700; }
.site-tagline { font-style: italic; }

.main-nav { border-bottom: 1px solid #1a1a1a; }
.nav-home { border-right-color: var(--c-border); }
.nav-home:hover { background: var(--c-alt); color: #1a1a1a; }
.primary-menu > li > a { font-size: 13.5px; letter-spacing: 1.5px; font-weight: 600; }
.primary-menu > li > a:hover, .primary-menu > li.current-menu-item > a { background: #1a1a1a; color: #f7f3ea; }
.nav-toggle-bar { background: #1a1a1a; }

.section-title { letter-spacing: 2px; font-size: 17px; }
.card-excerpt, .post-meta { font-style: italic; }

/* Kẻ cột kiểu báo in */
.hero-classic .hero-grid { position: relative; }
@media (min-width: 768px) {
	.hero-classic .hero-main { border-right: 1px solid var(--c-border); padding-right: 28px; }
	.section-grid-a .section-lead { border-right: 1px solid var(--c-border); padding-right: 26px; }
}

.search-submit { background: #1a1a1a; }
.ticker-label { background: #8b1e12; }
.pagination .page-numbers.current { background: #1a1a1a; border-color: #1a1a1a; }
.thumb-placeholder { background: linear-gradient(135deg, #efe9db, #d8d0bd); }
