/*
Theme Name:  Future Heist
Template:    twentytwentyfive
Description: Future Heist — independent journalism
Version:     0.1.0
*/

/* ── LOGO WORDMARK ─────────────────────────────────────────────*/
.fh-logo {
	display: inline-flex;
	flex-direction: column;
	text-decoration: none;
	font-family: 'Unbounded', sans-serif;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}
.fh-logo-l1 {
	font-size: clamp(24px, 4vw, 36px);
	color: #CFC3A3;
}
.fh-logo-l2 {
	font-size: clamp(24px, 4vw, 36px);
	color: #C9901A;
}
.fh-logo {
	position: relative;
}

.fh-logo--footer .fh-logo-l1,
.fh-logo--footer .fh-logo-l2 { color: #6B5A3A; font-size: 14px; }
.fh-logo--footer:hover .fh-logo-l1,
.fh-logo--footer:hover .fh-logo-l2 { color: #CFC3A3; }

/* ── STRONG ────────────────────────────────────────────────────*/
strong, b {
	font-weight: 700;
	color: #1A1208;
}

/* ── ARTICLE CONTENT ───────────────────────────────────────────*/
.entry-content p,
.wp-block-post-content p {
	font-family: 'Lora', serif;
	font-size: 18px;
	line-height: 1.8;
	color: #1A1208;
	margin-bottom: 1.5em;
}

.entry-content a,
.wp-block-post-content a {
	color: #C44B22;
	font-weight: 600;
}

.entry-content a:hover,
.wp-block-post-content a:hover {
	color: #C9901A;
}

.entry-content blockquote,
.wp-block-post-content blockquote,
.wp-block-quote {
	border-left: 4px solid #C9901A;
	padding-left: 24px;
	margin-left: 0;
	font-style: italic;
	color: #2E2010;
}

/* ── POST LIST (INDEX / ARCHIVE) ───────────────────────────────*/
.post-list-item {
	padding: 32px 0;
	border-bottom: 1px solid #2E2010;
}

/* ── EYEBROW LABELS ────────────────────────────────────────────*/
.wp-block-post-terms a,
.post-terms {
	font-family: 'IBM Plex Mono', monospace !important;
	font-size: 10px !important;
	letter-spacing: 0.22em !important;
	text-transform: uppercase !important;
	color: #6B5A3A !important;
	text-decoration: none !important;
}

/* ── NAVIGATION ────────────────────────────────────────────────*/
.site-header .wp-block-navigation a {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 10px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #CFC3A3;
	text-decoration: none;
}
.site-header .wp-block-navigation a:hover {
	color: #C9901A;
}

/* ── PAGINATION ────────────────────────────────────────────────*/
.wp-block-query-pagination {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.wp-block-query-pagination a {
	color: #C44B22;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
	color: #C9901A;
	font-weight: 600;
}

/* ── RESPONSIVE ────────────────────────────────────────────────*/
@media (max-width: 600px) {
	.site-header-inner {
		flex-wrap: wrap;
		gap: 16px;
	}
}
