* { box-sizing: border-box; }

body {
	background: #0a0a0a;
	color: #222;
	font-family: Georgia, 'Times New Roman', serif;
	margin: 0;
	padding: 0;
}

.wrap {
	max-width: 1100px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 40px rgba(0,0,0,0.6);
}

.banner {
	width: 100%;
	background: #000;
	text-align: center;
}
.banner-img {
	width: 100%;
	max-width: 1100px;
	display: block;
	margin: 0 auto;
}

.mainnav {
	background: #14213d;
	border-bottom: 3px solid #b8860b;
	padding: 10px 16px;
	text-align: center;
	position: sticky;
	top: 0;
	z-index: 100;
}
.mainnav a {
	display: inline-block;
	color: #f5deb3;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.95em;
	padding: 8px 14px;
	margin: 2px;
	border-radius: 4px;
}
.mainnav a:hover {
	background: #b8860b;
	color: #14213d;
}
.mainnav a.satire-link {
	background: #7a0c0c;
	color: #fff;
}
.mainnav a.satire-link:hover {
	background: #a30f0f;
}

.content {
	padding: 30px 6% 20px 6%;
	line-height: 1.6;
}

.content h1 {
	font-family: 'Times New Roman', serif;
	color: #14213d;
	border-bottom: 3px solid #b8860b;
	padding-bottom: 10px;
}

.content h2 {
	color: #7a0c0c;
	margin-top: 2em;
}

.intro-lede {
	font-size: 1.15em;
	font-style: italic;
	color: #444;
	border-left: 4px solid #b8860b;
	padding-left: 16px;
	margin: 1.2em 0;
}

.stat-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 24px 0;
}
.stat-box {
	flex: 1 1 200px;
	background: #14213d;
	color: #fff;
	padding: 16px;
	border-radius: 6px;
	text-align: center;
}
.stat-box .num {
	display: block;
	font-size: 1.8em;
	font-weight: bold;
	color: #f5deb3;
}
.stat-box .lbl {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
}

.nav-tiles {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 28px 0;
}
.nav-tile {
	flex: 1 1 220px;
	display: block;
	background: #f7f3ea;
	border: 1px solid #ccc;
	border-left: 5px solid #b8860b;
	padding: 16px;
	text-decoration: none;
	color: #222;
	border-radius: 4px;
}
.nav-tile:hover {
	background: #efe6d0;
}
.nav-tile h3 {
	margin: 0 0 8px 0;
	color: #14213d;
	font-family: Arial, sans-serif;
}
.nav-tile.satire {
	border-left-color: #7a0c0c;
}

.table-scroll {
	overflow-x: auto;
	margin: 20px 0;
}

table.pardons {
	width: 100%;
	min-width: 900px;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.92em;
	margin: 0;
}
table.pardons th {
	background: #14213d;
	color: #f5deb3;
	text-align: left;
	padding: 10px 8px;
}
table.pardons td {
	padding: 10px 8px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}
table.pardons tr:nth-child(even) {
	background: #f7f3ea;
}
table.pardons .src a {
	color: #7a0c0c;
	font-size: 0.9em;
}

.disclaimer {
	background: #f2f2f2;
	border-top: 3px solid #b8860b;
	border-bottom: 3px solid #b8860b;
	padding: 16px 6%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	color: #444;
}

.support {
	text-align: center;
	padding: 20px;
}
.donate-img {
	max-width: 220px;
}
.support-text {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	color: #666;
	margin-top: 6px;
}

.footer {
	background: #14213d;
	color: #cacaca;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	padding: 16px;
}
.footer a {
	color: #f5deb3;
}

.timeline {
	list-style: none;
	margin: 0;
	padding: 0;
}
.timeline li {
	border-left: 3px solid #b8860b;
	padding: 6px 0 20px 20px;
	margin-left: 6px;
	position: relative;
}
.timeline li::before {
	content: '';
	position: absolute;
	left: -8px;
	top: 8px;
	width: 12px;
	height: 12px;
	background: #7a0c0c;
	border-radius: 50%;
}
.timeline .yr {
	font-weight: bold;
	color: #14213d;
	font-family: Arial, sans-serif;
}

.constitution-box {
	background: #fdf8ee;
	border: 1px solid #b8860b;
	padding: 18px 22px;
	font-family: 'Times New Roman', serif;
	font-style: italic;
	margin: 20px 0;
}

@media (max-width: 700px) {
	.content { padding: 20px 5%; }
	table.pardons { font-size: 0.8em; }
}
