/* Single post — hero accent (#055B6C). Título Montserrat 56/72.8 w600. */
.raz-post-hero {
	background: var(--raz-accent);
	color: #fff;
	padding: 120px 0 48px;          /* mobile */
}
.raz-post-hero__meta {
	display: flex; flex-wrap: wrap; gap: 14px;
	font-family: var(--raz-font);
	font-weight: 600; font-size: 11px; line-height: 1; letter-spacing: 0.44px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.85);
	margin: 0 0 18px;
}
.raz-post-hero__title {
	font-family: var(--raz-font);
	font-weight: 600;
	font-size: 32px;                /* mobile */
	line-height: 1.25;
	letter-spacing: -0.8px;
	color: #fff;
	margin: 0;
	max-width: 20ch;
}
@media (min-width: 740px) {
	.raz-post-hero { padding: 150px 0 60px; }
	.raz-post-hero__title { font-size: 56px; line-height: 72.8px; letter-spacing: -1.512px; }
}
