/* Static pages — About, Contact, Editorial Policy. */
.static-page { max-width: 720px; margin: 0 auto; }
.static-page__title { font-size: 1.85rem; margin: 16px 0; }
.static-page__media img { border-radius: 4px; aspect-ratio: 16 / 9; object-fit: cover; margin-bottom: 20px; }
.static-page__content { font-size: 1.0625rem; }
.static-page__content p { margin: 0 0 1.2em; }
.static-page__content h2, .static-page__content h3 { margin: 1.6em 0 0.6em; }

.editorial-meta {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	background: var(--fmnews-subtle);
	border-radius: 6px;
	padding: 16px;
	margin: 24px 0;
	font-size: 0.9rem;
}
.editorial-meta dt { font-weight: 700; }
.editorial-meta dd { margin: 0 0 8px; color: var(--fmnews-muted); }
