/*
Theme Name: Kaalo Diary
Theme URI: https://kaalodiary.com
Author: Kaalo Diary
Description: द्विभाषी (नेपाली / English) तथ्य जाँच र जवाफदेहिता पोर्टल — विवादित नियुक्ति ट्र्याकर, आयोगका प्रतिवेदन, टाइमलाइन। Bilingual fact-check & accountability news theme.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: kaalodiary
*/

:root {
	--ink: #0b0b0c;
	--ink-2: #161618;
	--ink-3: #232326;
	--paper: #f3eee6;
	--paper-2: #ebe4d8;
	--card: #ffffff;
	--text: #17171a;
	--muted: #5f5a53;
	--line: #ddd4c6;
	--red: #e11d2e;
	--red-deep: #9b1422;
	--blue: #1d3f9a;
	--amber: #b45309;
	--amber-bg: #fef3c7;
	--green: #166534;
	--green-bg: #dcfce7;
	--grey-bg: #e7e5e4;
	--radius: 4px;
	--wrap: 1200px;
	--f-body: "Mukta", system-ui, -apple-system, "Segoe UI", sans-serif;
	--f-disp: "Teko", "Mukta", Impact, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--paper);
	color: var(--text);
	font-family: var(--f-body);
	font-size: 18px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}
body.lang-en { font-size: 17px; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-color: rgba(225, 29, 46, .5); text-underline-offset: 3px; }
a:hover { color: var(--red); }
h1, h2, h3, h4 { line-height: 1.2; margin: 0 0 .5em; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; }
[hidden] { display: none !important; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 16px; }
.wrap.narrow { max-width: 780px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; z-index: 99; background: #fff; padding: 8px 12px; }
.muted { color: var(--muted); }
.small { font-size: .85em; }

/* ---------- Top bar ---------- */
.topbar { background: #000; color: #bdb7ad; font-size: 14px; }
.topbar-in { display: flex; justify-content: space-between; align-items: center; min-height: 36px; gap: 12px; }
.topbar-right { display: flex; align-items: center; gap: 10px; }
.soc { text-decoration: none; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--ink-3); color: #fff; font-size: 13px; }
.soc:hover { background: var(--red); color: #fff; }
.langswitch { display: flex; border: 1px solid #3a3a3e; border-radius: 999px; overflow: hidden; }
.langswitch a { text-decoration: none; padding: 2px 12px; color: #d6d0c6; font-weight: 600; }
.langswitch a.on { background: var(--red); color: #fff; }

/* ---------- Masthead ---------- */
.masthead { background: var(--ink); color: #fff; border-bottom: 4px solid var(--red); position: relative; z-index: 20; }
.mast-in { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 20px; padding-top: 18px; padding-bottom: 14px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; }
.brand:hover { color: #fff; }
.logo-mark svg { width: 42px; height: 50px; display: block; }
.logo-text { display: flex; flex-direction: column; line-height: .9; }
.logo-ne { font-family: var(--f-disp); font-weight: 700; font-size: 46px; letter-spacing: .5px; }
.logo-en { font-family: var(--f-disp); font-size: 17px; letter-spacing: 6px; color: var(--red); font-weight: 600; margin-top: 2px; }
.logo-img { max-height: 64px; width: auto; }
.mast-tag { margin: 0; color: #a8a29a; font-size: 15px; border-left: 2px solid var(--red); padding-left: 12px; }
.mast-search { display: flex; background: var(--ink-3); border-radius: 999px; overflow: hidden; }
.mast-search input { background: transparent; border: 0; color: #fff; padding: 8px 14px; width: 200px; font: inherit; font-size: 15px; }
.mast-search input::placeholder { color: #8a857e; }
.mast-search button { background: var(--red); border: 0; color: #fff; width: 40px; font-size: 18px; }
.menu-toggle { display: none; background: transparent; border: 1px solid #3a3a3e; border-radius: var(--radius); padding: 8px 10px; color: #fff; align-items: center; gap: 4px; flex-direction: column; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: #fff; }
.menu-toggle em { font-style: normal; font-size: 11px; line-height: 1; margin-top: 2px; }

.primary-nav { background: var(--ink-2); border-top: 1px solid #242428; }
.primary-nav .nav { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; }
.primary-nav .nav a { display: block; padding: 10px 16px; text-decoration: none; color: #e9e4db; font-weight: 600; font-size: 17px; border-bottom: 3px solid transparent; }
.primary-nav .nav a:hover, .primary-nav .current-menu-item > a { color: #fff; border-bottom-color: var(--red); }
.primary-nav .sub-menu { display: none; }

/* ---------- Ticker ---------- */
.ticker { display: flex; background: var(--red); color: #fff; overflow: hidden; font-weight: 600; }
.ticker-label { background: #000; padding: 6px 16px; font-family: var(--f-disp); font-size: 20px; letter-spacing: 1px; flex: none; position: relative; z-index: 2; }
.ticker-track { overflow: hidden; flex: 1; mask-image: linear-gradient(90deg, transparent, #000 30px, #000 calc(100% - 30px), transparent); }
.ticker-move { display: inline-flex; white-space: nowrap; animation: kd-tick 60s linear infinite; padding: 6px 0; }
.ticker:hover .ticker-move { animation-play-state: paused; }
.ticker-item { padding: 0 28px; position: relative; }
.ticker-item::after { content: "◆"; position: absolute; right: -6px; opacity: .6; font-size: 10px; top: 50%; transform: translateY(-50%); }
@keyframes kd-tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-move { animation: none; } .ticker-track { overflow-x: auto; } }

/* ---------- Buttons & badges ---------- */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; border-radius: var(--radius); font-weight: 700; text-decoration: none; border: 2px solid transparent; line-height: 1.2; font-size: 17px; }
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-deep); color: #fff; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--red); color: #fff; }
.btn-ghost { border-color: currentColor; color: var(--ink); }
.btn-ghost-light { border-color: rgba(255,255,255,.7); color: #fff; }
.btn-ghost-light:hover { background: #fff; color: var(--ink); }

.badge { display: inline-block; font-weight: 700; font-size: 13px; line-height: 1; padding: 6px 9px 5px; border-radius: 3px; letter-spacing: .2px; white-space: nowrap; }
.badge.big { font-family: var(--f-disp); font-size: 30px; padding: 8px 16px 4px; letter-spacing: .5px; border: 3px solid currentColor; background: transparent !important; transform: rotate(-3deg); }
.v-true { background: var(--green-bg); color: var(--green); }
.v-partly, .v-context { background: var(--amber-bg); color: var(--amber); }
.v-misleading { background: #ffedd5; color: #c2410c; }
.v-false { background: #fee2e2; color: #b91c1c; }
.v-unproven { background: var(--grey-bg); color: #44403c; }
.v-explainer { background: #dbeafe; color: var(--blue); }
.s-red { background: var(--red); color: #fff; }
.s-amber { background: #f59e0b; color: #1c1917; }
.s-green { background: #16a34a; color: #fff; }
.s-grey { background: #57534e; color: #fff; }
.ev-documented { background: #111; color: #fff; }
.ev-reported { background: #e7e5e4; color: #111; }
.ev-alleged { background: #fef3c7; color: #92400e; }
.ev-denied { background: #dbeafe; color: #1e3a8a; }
.on-media { position: absolute; left: 12px; top: 12px; box-shadow: 0 2px 8px rgba(0,0,0,.25); }

/* ---------- Hero ---------- */
.hero { position: relative; color: #fff; background: var(--ink); overflow: hidden; min-height: 560px; display: flex; align-items: flex-end; }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.45) 55%, rgba(0,0,0,.1) 100%); }
.hero-in { position: relative; z-index: 2; display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: end; padding-top: 70px; padding-bottom: 150px; }
.stencil-kicker { display: inline-block; font-family: var(--f-disp); font-size: 22px; letter-spacing: 2px; text-transform: uppercase; color: #fff; background: var(--red); padding: 4px 12px 0; transform: rotate(-1.5deg); margin-bottom: 18px; box-shadow: 4px 4px 0 #000; }
.hero-title { font-family: var(--f-disp); font-weight: 700; font-size: clamp(40px, 6vw, 76px); line-height: .98; margin: 0 0 18px; text-shadow: 0 3px 24px rgba(0,0,0,.6); }
.lang-en .hero-title { text-transform: uppercase; letter-spacing: .5px; }
.hero-text { font-size: 20px; max-width: 560px; color: #e9e3da; margin: 0 0 24px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-feature { background: rgba(11,11,12,.86); border-top: 5px solid var(--red); padding: 24px; backdrop-filter: blur(4px); position: relative; }
.hero-feature .kicker { color: #ff8a93; }
.hero-feature h2 { font-size: 26px; margin: 8px 0 10px; }
.hero-feature h2 a { text-decoration: none; }
.hero-feature p { color: #cfc9bf; margin: 0 0 12px; font-size: 16px; }
.hero-feature .stamp { position: absolute; right: 18px; top: -24px; }
.hero-feature .stamp .badge.big { background: #fff !important; }
.more { font-weight: 700; text-decoration: none; color: var(--red); }
.hero-feature .more { color: #ff8a93; }

.kicker { display: inline-block; font-weight: 800; font-size: 13px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--red); text-decoration: none; }
.kicker.light { color: #ff8a93; }

/* ---------- Memorial ---------- */
.memorial { background: #000; color: #fff; position: relative; margin-top: -90px; z-index: 3; }
.memorial::before { content: ""; position: absolute; left: 0; right: 0; top: -30px; height: 31px; background: #000; clip-path: polygon(0 60%, 4% 30%, 9% 55%, 14% 20%, 20% 60%, 27% 35%, 33% 70%, 40% 25%, 47% 55%, 53% 30%, 60% 65%, 66% 25%, 72% 55%, 79% 30%, 85% 60%, 91% 20%, 96% 50%, 100% 30%, 100% 100%, 0 100%); }
.mem-in { display: grid; grid-template-columns: auto 1fr; gap: 12px 40px; align-items: center; padding-top: 26px; padding-bottom: 26px; }
.mem-head { display: flex; align-items: center; gap: 16px; }
.mem-head h2 { font-family: var(--f-disp); font-size: 34px; margin: 0; line-height: 1; }
.mem-head p { margin: 4px 0 0; color: #a8a29a; font-size: 15px; }
.candle { width: 16px; height: 44px; background: linear-gradient(#f5f5f4, #d6d3d1); border-radius: 3px; position: relative; flex: none; margin-top: 16px; }
.candle i { position: absolute; left: 50%; top: -20px; width: 14px; height: 20px; margin-left: -7px; background: radial-gradient(ellipse at 50% 70%, #fff7c2 0 20%, #ffb627 45%, rgba(255,90,54,0) 70%); border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%; animation: kd-flame 1.6s ease-in-out infinite alternate; }
@keyframes kd-flame { from { transform: scale(1) rotate(-2deg); } to { transform: scale(1.12, .92) rotate(3deg); } }
.stats { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.stats li { border-left: 1px solid #2a2a2e; padding: 0 18px; }
.stats strong { display: block; font-family: var(--f-disp); font-size: 52px; line-height: 1; color: var(--red); }
.stats span { color: #d6d0c6; font-size: 15px; }
.mem-note { grid-column: 1 / -1; margin: 0; font-size: 14px; color: #8f8980; }
.mem-note a { color: #ff8a93; }

/* ---------- Blocks ---------- */
.block { padding: 56px 0; }
.block-dark { background: var(--ink); color: #fff; background-image: radial-gradient(circle at 90% 0%, rgba(225,29,46,.25), transparent 40%); }
.block-paper { background: var(--paper-2); }
.block-head { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 22px; }
.block-lede { color: #bdb7ad; max-width: 760px; margin: -8px 0 26px; }
.sec-title { font-family: var(--f-disp); font-size: 40px; margin: 0; line-height: 1; position: relative; padding-left: 18px; }
.sec-title::before { content: ""; position: absolute; left: 0; top: 2px; bottom: 8px; width: 7px; background: var(--red); }
.sec-title.light { color: #fff; }
.view-all { font-weight: 700; text-decoration: none; color: var(--red); white-space: nowrap; }
.block-dark .view-all { color: #ff8a93; }

.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- Article cards ---------- */
.card { background: var(--card); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 1px 0 var(--line), 0 10px 30px -18px rgba(0,0,0,.35); transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-3px); box-shadow: 0 1px 0 var(--line), 0 18px 36px -18px rgba(0,0,0,.45); }
.card-media { position: relative; display: block; aspect-ratio: 16 / 10; background: var(--ink); overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.card-body h3 { font-size: 21px; margin: 6px 0 8px; }
.card-body h3 a { text-decoration: none; }
.card-body p { color: var(--muted); margin: 0 0 12px; font-size: 16px; flex: 1; }
.meta { font-size: 13px; color: var(--muted); }

.art { position: absolute; inset: 0; display: grid; place-items: center; background: #111; background-image: repeating-linear-gradient(-45deg, rgba(255,255,255,.035) 0 12px, transparent 12px 24px); overflow: hidden; }
.art-q { position: absolute; right: -10px; bottom: -70px; font-family: var(--f-disp); font-size: 260px; line-height: 1; color: rgba(225,29,46,.22); }
.art-stamp { font-family: var(--f-disp); font-size: 40px; border: 4px solid currentColor; padding: 6px 18px 0; color: #fff; letter-spacing: 1px; mix-blend-mode: normal; }
.art-false .art-stamp { color: #ff5a5a; }
.art-true .art-stamp, .art-mostly .art-stamp { color: #4ade80; }
.art-partly .art-stamp, .art-context .art-stamp { color: #fbbf24; }
.art-misleading .art-stamp { color: #fb923c; }
.art-explainer .art-stamp { color: #93c5fd; }

/* ---------- Person cards ---------- */
.people .card-person { background: var(--ink-2); color: #fff; box-shadow: none; border: 1px solid #2a2a2e; }
.people.light-cards .card-person { background: var(--card); color: var(--text); border: 0; box-shadow: 0 1px 0 var(--line), 0 10px 30px -18px rgba(0,0,0,.35); }
.person-link { display: flex; flex-direction: column; text-decoration: none; height: 100%; }
.person-link:hover { color: inherit; }
.photo { margin: 0; position: relative; aspect-ratio: 4 / 5; background: #1d1d20; overflow: hidden; color: #fff; }
.photo img.duo { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.12) brightness(.95); transition: filter .3s; }
.photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(155,20,34,.55)); mix-blend-mode: multiply; pointer-events: none; }
.card-person:hover .photo img.duo { filter: grayscale(.2) contrast(1.05); }
.photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; font-size: 11px; padding: 4px 8px; background: rgba(0,0,0,.55); color: #ddd; z-index: 2; }
.photo.placeholder { display: grid; place-items: center; }
.photo.placeholder svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.photo.placeholder span { position: relative; z-index: 2; margin-top: auto; align-self: end; font-size: 12px; color: #9c968d; padding: 8px; }
.light-cards .photo.placeholder, .profile .photo.placeholder { color: #fff; }
.person-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.person-body h3 { font-size: 22px; margin: 4px 0 0; }
.person-body .pos { margin: 0; font-weight: 600; color: #ff8a93; font-size: 15px; line-height: 1.35; }
.light-cards .person-body .pos { color: var(--red-deep); }
.person-body .why { margin: 0; font-size: 14px; color: #b3ada4; line-height: 1.45; flex: 1; }
.light-cards .person-body .why { color: var(--muted); }
.person-body .meta { color: #8f8980; font-size: 12px; }
.person-body .badge { align-self: flex-start; }

/* ---------- Reports ---------- */
.report-card { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 26px; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.report-card::before { content: ""; position: absolute; right: -40px; top: -40px; width: 180px; height: 180px; border: 18px solid rgba(225,29,46,.25); border-radius: 50%; }
.rc-label { font-family: var(--f-disp); letter-spacing: 3px; color: var(--red); font-size: 18px; text-transform: uppercase; }
.report-card h3 { font-family: var(--f-disp); font-size: 38px; margin: 0; line-height: 1; }
.report-card h3 a { text-decoration: none; }
.rc-meta { color: #a8a29a; font-size: 15px; margin: 6px 0 16px; }
.rc-finds { margin: 0 0 18px; padding-left: 20px; color: #ddd7cd; font-size: 16px; flex: 1; }
.rc-finds li { margin-bottom: 6px; }
.report-card .more { color: #ff8a93; }

.table-title { font-family: var(--f-disp); font-size: 34px; margin: 48px 0 6px; line-height: 1.05; }
.note-strong { background: #fff; border-left: 5px solid var(--amber); padding: 10px 14px; font-size: 15px; margin: 0 0 16px; }
.table-wrap { overflow-x: auto; margin-bottom: 22px; }
.acc-table { width: 100%; border-collapse: collapse; background: #fff; font-size: 16px; }
.acc-table th { text-align: left; background: var(--ink); color: #fff; padding: 10px 12px; font-weight: 700; font-size: 14px; letter-spacing: .3px; }
.acc-table td { padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.acc-table tr:nth-child(even) td { background: #faf8f4; }
.lv { display: inline-block; font-size: 12px; font-weight: 800; padding: 3px 7px 2px; border-radius: 3px; margin-right: 4px; }
.lv-crim { background: var(--red); color: #fff; }
.lv-inv { background: #f59e0b; color: #1c1917; }
.lv-dept { background: #1d3f9a; color: #fff; }
.lv-other { background: #e7e5e4; color: #111; }

/* ---------- Timelines ---------- */
.hscroll-timeline { list-style: none; margin: 0; padding: 20px 0 8px; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(200px, 1fr); gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; border-top: 3px solid var(--ink); }
.hscroll-timeline li { position: relative; padding: 18px 18px 0 0; scroll-snap-align: start; }
.hscroll-timeline li::before { content: ""; position: absolute; top: -29px; left: 0; width: 16px; height: 16px; background: var(--red); border: 3px solid var(--paper-2); border-radius: 50%; }
.hscroll-timeline time { display: block; font-weight: 800; color: var(--red-deep); font-size: 14px; }
.hscroll-timeline strong { display: block; font-size: 16px; line-height: 1.35; margin-top: 4px; }

.timeline { list-style: none; margin: 0; padding: 0 0 0 28px; border-left: 4px solid var(--ink); }
.timeline li { position: relative; padding: 0 0 30px 12px; }
.timeline li::before { content: ""; position: absolute; left: -40px; top: 4px; width: 20px; height: 20px; background: var(--red); border: 4px solid var(--paper); border-radius: 50%; }
.timeline time { font-weight: 800; color: var(--red-deep); font-size: 15px; letter-spacing: .3px; }
.timeline h3 { font-size: 22px; margin: 2px 0 6px; }
.timeline p { margin: 0; color: var(--muted); }

/* ---------- Page heroes ---------- */
.page-hero { background: var(--paper-2); padding: 48px 0 36px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-family: var(--f-disp); font-size: clamp(40px, 5.5vw, 64px); line-height: 1; margin: 0 0 12px; }
.page-hero p, .page-hero .lede { font-size: 19px; max-width: 760px; color: var(--muted); margin: 0; }
.page-hero.dark { background: var(--ink); color: #fff; background-image: radial-gradient(circle at 85% 20%, rgba(225,29,46,.35), transparent 45%), repeating-linear-gradient(-45deg, rgba(255,255,255,.025) 0 10px, transparent 10px 20px); border: 0; }
.page-hero.dark p, .page-hero.dark .lede { color: #cfc9bf; }
.big-search { display: flex; gap: 8px; margin-top: 18px; max-width: 560px; }
.big-search input { flex: 1; padding: 12px 14px; font: inherit; border: 2px solid var(--ink); border-radius: var(--radius); }

/* ---------- Article ---------- */
.article-head { padding: 44px 0 20px; }
.article-head h1 { font-size: clamp(32px, 4.6vw, 48px); line-height: 1.15; margin: 10px 0 12px; font-weight: 800; }
.byline { color: var(--muted); font-size: 15px; margin: 0; }
.verdict-box { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; background: var(--ink); color: #fff; padding: 22px 24px; border-radius: var(--radius); margin: 8px 0 28px; border-left: 8px solid var(--red); }
.vb-label { display: block; font-size: 12px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: #ff8a93; margin-bottom: 4px; }
.vb-claim p { margin: 0; font-size: 20px; font-weight: 600; line-height: 1.4; }
.vb-verdict { text-align: center; }
.verdict-box .badge.big { background: #fff !important; }
.vb-true, .vb-mostly { border-left-color: #22c55e; }
.vb-partly, .vb-context { border-left-color: #f59e0b; }
.vb-misleading { border-left-color: #f97316; }
.vb-unproven { border-left-color: #a8a29e; }
.vb-explainer { border-left-color: #3b82f6; }
.article-media { margin: 0 0 24px; }
.article-media figcaption { font-size: 14px; color: var(--muted); margin-top: 6px; }
.notice { background: #fff7ed; border: 1px solid #fed7aa; padding: 10px 14px; font-size: 15px; border-radius: var(--radius); }

.prose { font-size: 1.08em; }
.prose p { margin: 0 0 1.1em; }
.prose h2 { font-size: 28px; margin: 1.6em 0 .5em; }
.prose h3 { font-size: 22px; margin: 1.4em 0 .4em; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.prose li { margin-bottom: .45em; }
.prose blockquote { margin: 1.4em 0; padding: 6px 0 6px 20px; border-left: 5px solid var(--red); font-size: 1.1em; font-weight: 600; }
.prose table { width: 100%; border-collapse: collapse; margin: 0 0 1.4em; font-size: .92em; background: #fff; }
.prose th, .prose td { border: 1px solid var(--line); padding: 8px 10px; text-align: left; vertical-align: top; }
.prose th { background: var(--ink); color: #fff; }
.prose .box { background: #fff; border-top: 4px solid var(--ink); padding: 14px 18px; margin: 0 0 1.2em; }

.why-box { background: #fff; border-left: 6px solid var(--red); padding: 16px 20px; margin: 28px 0; box-shadow: 0 10px 30px -22px rgba(0,0,0,.5); }
.why-box .vb-label { color: var(--red); }
.why-box p { margin: 0; font-size: 19px; font-weight: 600; }

.reply-box { background: #eef2ff; border: 1px solid #c7d2fe; padding: 16px 20px; border-radius: var(--radius); margin: 30px 0 20px; }
.reply-box h3 { font-size: 18px; margin: 0 0 6px; color: var(--blue); }
.reply-box p { margin: 0; }
.sources { margin: 24px 0; padding: 18px 20px; background: #fff; border-top: 4px solid var(--ink); }
.sources h3 { font-size: 18px; margin: 0 0 8px; }
.sources ol { margin: 0; padding-left: 1.3em; font-size: 15px; }
.sources li { margin-bottom: 6px; }
.sources .host { color: var(--muted); font-size: 12px; }
.correction { background: #fef3c7; padding: 12px 16px; margin: 0 0 20px; font-size: 15px; }
.evidence-help { font-size: 14px; color: var(--muted); }

.share { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; padding: 18px 0; border-top: 1px solid var(--line); margin-top: 20px; }
.share > span { font-weight: 700; margin-right: 4px; }
.sh { min-width: 38px; height: 38px; padding: 0 10px; display: inline-grid; place-items: center; border-radius: 999px; background: var(--ink); color: #fff; text-decoration: none; border: 0; font-weight: 700; font-size: 15px; }
.sh:hover { background: var(--red); color: #fff; }
.sh.wa { background: #128c3e; }
.sh.fb { background: #1d4ed8; }

/* ---------- Profile ---------- */
.profile-head { background: var(--ink); color: #fff; padding: 40px 0; background-image: radial-gradient(circle at 80% 10%, rgba(225,29,46,.3), transparent 45%); }
.profile-grid { display: grid; grid-template-columns: 300px 1fr; gap: 36px; align-items: start; }
.profile-photo { border: 4px solid #fff; box-shadow: 10px 10px 0 var(--red); }
.profile-main h1 { font-family: var(--f-disp); font-size: clamp(42px, 5vw, 64px); line-height: 1; margin: 8px 0 2px; }
.alt-name { color: #a8a29a; margin: 0 0 8px; font-size: 18px; }
.profile-pos { font-size: 21px; font-weight: 700; color: #ff8a93; margin: 0 0 12px; }
.badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; margin: 0; }
.facts div { border-top: 1px solid #333; padding-top: 8px; }
.facts dt { font-size: 12px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: #8f8980; }
.facts dd { margin: 2px 0 0; font-size: 17px; }
.facts.inline { display: flex; flex-wrap: wrap; gap: 20px; margin: 10px 0 18px; }
.facts.inline div { border-top: 2px solid var(--ink); }
.facts.inline dt { color: var(--muted); }

.findings { background: #fff; padding: 20px 24px; margin: 30px 0; border-top: 5px solid var(--red); }
.findings h2, .criticism h2 { font-family: var(--f-disp); font-size: 32px; margin: 0 0 10px; }
.findings li { margin-bottom: 8px; }
.criticism { background: var(--paper-2); padding: 20px 24px; margin: 30px 0; border-left: 5px solid var(--amber); }
.criticism li { margin-bottom: 8px; }
.report h2 { font-size: 26px; }

/* ---------- Filters ---------- */
.filters { display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; }
.filter-search { padding: 12px 14px; font: inherit; border: 2px solid var(--ink); border-radius: var(--radius); max-width: 420px; background: #fff; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { border: 2px solid var(--ink); background: transparent; padding: 5px 14px; border-radius: 999px; font-weight: 700; font-size: 15px; color: var(--ink); }
.chip.on, .chip:hover { background: var(--ink); color: #fff; }

/* ---------- Tip band ---------- */
.tip-band { background: var(--red); color: #fff; padding: 40px 0; background-image: repeating-linear-gradient(-45deg, rgba(0,0,0,.06) 0 14px, transparent 14px 28px); }
.tip-in { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.tip-band h2 { font-family: var(--f-disp); font-size: 42px; margin: 0; line-height: 1; }
.tip-band p { margin: 6px 0 0; max-width: 640px; }
.tip-band .btn-red { background: #000; }
.tip-band .btn-ghost { color: #fff; }
.tip-buttons { display: flex; gap: 10px; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: #000; color: #b3ada4; padding: 50px 0 20px; font-size: 15px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 30px; }
.foot-brand { font-family: var(--f-disp); font-size: 38px; color: #fff; line-height: 1; margin-bottom: 10px; }
.foot-brand span { display: block; font-size: 15px; letter-spacing: 6px; color: var(--red); }
.site-footer h4 { color: #fff; font-size: 16px; margin: 0 0 10px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 6px; }
.site-footer a { color: #e2ddd4; text-decoration: none; }
.site-footer a:hover { color: var(--red); }
.site-footer .btn-ghost { color: #fff; }
.foot-bottom { border-top: 1px solid #222; margin-top: 30px; padding-top: 16px; font-size: 13px; }
.disclaimer { color: #8f8980; }
.pager { margin-top: 30px; }
.pager .nav-links { display: flex; gap: 6px; flex-wrap: wrap; }
.pager .page-numbers { padding: 6px 12px; background: #fff; text-decoration: none; border-radius: var(--radius); font-weight: 700; }
.pager .current { background: var(--ink); color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
	.mast-tag { display: none; }
	.mast-in { grid-template-columns: 1fr auto auto; }
	.grid-4 { grid-template-columns: repeat(3, 1fr); }
	.foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
	body { font-size: 17px; }
	.mast-in { grid-template-columns: 1fr auto; padding-top: 12px; padding-bottom: 12px; }
	.mast-search { display: none; }
	.menu-toggle { display: inline-flex; }
	.primary-nav { display: none; }
	.primary-nav.open { display: block; }
	.primary-nav .nav { flex-direction: column; padding: 6px 0 12px; }
	.primary-nav .nav a { border-bottom: 1px solid #242428; padding: 12px 4px; }
	.primary-nav .wrap::after { content: ""; }
	.logo-ne { font-size: 38px; }
	.hero { min-height: 0; }
	.hero-in { grid-template-columns: 1fr; padding-top: 48px; padding-bottom: 120px; gap: 36px; }
	.hero::after { background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.85)); }
	.mem-in { grid-template-columns: 1fr; }
	.stats { grid-template-columns: repeat(2, 1fr); gap: 16px 0; }
	.grid-3, .grid-2 { grid-template-columns: 1fr; }
	.grid-4 { grid-template-columns: repeat(2, 1fr); gap: 14px; }
	.profile-grid { grid-template-columns: 1fr; }
	.profile-photo { max-width: 240px; }
	.verdict-box { grid-template-columns: 1fr; text-align: left; }
	.vb-verdict { text-align: left; }
	.tip-in { flex-direction: column; align-items: flex-start; }
	.sec-title { font-size: 34px; }
	.block { padding: 40px 0; }
	.acc-table thead { display: none; }
	.acc-table, .acc-table tbody, .acc-table tr, .acc-table td { display: block; width: 100%; }
	.acc-table tr { border-bottom: 3px solid var(--ink); padding: 8px 0; background: #fff; }
	.acc-table td { border: 0; padding: 4px 12px; }
	.acc-table td::before { content: attr(data-label); display: block; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); }
	.acc-table tr:nth-child(even) td { background: #fff; }
}
@media (max-width: 520px) {
	.topbar .today { display: none; }
	.topbar-in { justify-content: flex-end; }
	.grid-4 { grid-template-columns: 1fr 1fr; }
	.person-body h3 { font-size: 18px; }
	.person-body .why { display: none; }
	.person-body { padding: 10px 12px 12px; }
	.stats strong { font-size: 42px; }
	.facts { grid-template-columns: 1fr; }
	.hero-feature .stamp { top: -20px; right: 10px; }
	.badge.big { font-size: 24px; }
	.foot-grid { grid-template-columns: 1fr; }
	.hero-title { font-size: 40px; }
}
