/*
 * Critical Frame — refinamentos aprovados da Home (Fase 2)
 * Esta camada não altera a estrutura Gutenberg nem os Query Loops.
 */

.cf-intro__manifesto {
	font-weight: 800;
}

.cf-intro__manifesto .cf-manifesto__period {
	display: inline;
	color: var(--cf-red);
}

.cf-intro__label {
	display: flex;
	align-items: center;
	gap: 8px;
}

.cf-intro__brand {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 3px 7px 2px;
	color: #fff;
	background: var(--cf-red);
	letter-spacing: .13em;
}

.cf-intro__edition {
	color: #a9a59d;
	letter-spacing: .14em;
}

/* Reduz a dominância do destaque de Enquadramento somente no desktop. */
@media (min-width: 851px) {
	.cf-query--enquadramento .cf-post-grid > li:first-child .cf-post-card > .wp-block-group__inner-container {
		grid-template-columns: minmax(0, 1.35fr) minmax(300px, .85fr);
	}

	.cf-query--enquadramento .cf-post-grid > li:first-child .cf-post-card__media {
		min-height: 0;
		aspect-ratio: 2 / 1;
	}

	.cf-query--enquadramento .cf-post-grid > li:first-child .cf-post-card__body {
		min-height: 0;
	}

	.cf-query--enquadramento .cf-post-grid > li:first-child .cf-post-card__body {
		padding: clamp(26px, 3vw, 38px);
	}

	.cf-query--enquadramento .cf-post-grid > li:first-child .cf-post-card__title {
		max-width: 20ch;
		font-size: clamp(29px, 2.7vw, 36px);
	}
}

@media (max-width: 850px) {
	.cf-intro__label {
		justify-content: flex-start;
		gap: 7px;
	}
}

/*
 * Home 1.5.7 — ritmo editorial.
 * Escopo estrito à Home: papel em Enquadramento e respiro entre os cards das
 * duas grades seguintes, sem alterar blocos, consultas ou arquivos de categoria.
 */
.home .cf-editorial-section--enquadramento {
	color: #151517;
	background: var(--cf-paper);
	border-top-color: rgba(21, 21, 23, .18);
}

.home .cf-editorial-section--enquadramento .cf-section-head {
	border-bottom-color: rgba(21, 21, 23, .18);
}

.home .cf-editorial-section--enquadramento .cf-section-head__title,
.home .cf-editorial-section--enquadramento .cf-section-head__link,
.home .cf-editorial-section--enquadramento .cf-section-head__link:visited,
.home .cf-editorial-section--enquadramento .cf-post-card__title,
.home .cf-editorial-section--enquadramento .cf-post-card__title a,
.home .cf-editorial-section--enquadramento .cf-post-card__title a:visited {
	color: #151517;
}

.home .cf-editorial-section--enquadramento .cf-section-head__description,
.home .cf-editorial-section--enquadramento .cf-post-card__excerpt {
	color: #5e5a53;
}

.home .cf-editorial-section--enquadramento .cf-post-card__date {
	color: #716c63;
}

.home .cf-editorial-section--enquadramento .cf-query--enquadramento .cf-post-grid > li:first-child .cf-post-card {
	border-top-color: rgba(21, 21, 23, .2);
	border-bottom-color: rgba(21, 21, 23, .16);
}

.home .cf-editorial-section--enquadramento .cf-query--enquadramento .cf-post-grid > li:not(:first-child) .cf-post-card {
	border-top-color: rgba(21, 21, 23, .17);
}

.home .cf-editorial-section--enquadramento .cf-section-head__link:hover,
.home .cf-editorial-section--enquadramento .cf-section-head__link:focus-visible,
.home .cf-editorial-section--enquadramento .cf-post-card__terms a:hover,
.home .cf-editorial-section--enquadramento .cf-post-card__terms a:focus-visible,
.home .cf-editorial-section--enquadramento .cf-post-card__title a:hover,
.home .cf-editorial-section--enquadramento .cf-post-card__title a:focus-visible {
	color: var(--cf-red);
}

.home .cf-query--industria .cf-post-grid,
.home .cf-query--jogos .cf-post-grid {
	gap: 24px;
}

.home .cf-query--industria .cf-post-grid > li {
	border-right: 0;
}

@media (max-width: 1024px) {
	.home .cf-query--industria .cf-post-grid,
	.home .cf-query--jogos .cf-post-grid {
		gap: 20px;
	}
}

@media (max-width: 850px) {
	.home .cf-query--industria .cf-post-grid,
	.home .cf-query--jogos .cf-post-grid {
		gap: 18px;
	}

	.home .cf-editorial-section--enquadramento .cf-section-more,
	.home .cf-editorial-section--enquadramento .cf-section-more:visited {
		color: #151517;
	}

	.home .cf-query--industria .cf-post-grid > li:not(:first-child) .cf-post-card__body,
	.home .cf-query--jogos .cf-post-grid > li:not(:first-child) .cf-post-card__body {
		padding-top: 14px;
	}
}

@media (max-width: 560px) {
	.home .cf-query--industria .cf-post-grid,
	.home .cf-query--jogos .cf-post-grid {
		gap: 14px;
	}
}

/*
 * Home 1.5.8 — Jogos uniforme e transição editorial para Últimas.
 * A consulta permanece intacta: a grade comporta quatro itens elegíveis e
 * continua respeitando a exclusão dinâmica do Hero.
 */
.home .cf-editorial-section--jogos {
	background: #17181c;
}

.home .cf-query--jogos .cf-post-grid {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
	gap: 24px;
}

.home .cf-query--jogos .cf-post-grid > li,
.home .cf-query--jogos .cf-post-grid > li:first-child,
.home .cf-query--jogos .cf-post-grid > li:nth-child(2):last-child,
.home .cf-query--jogos .cf-post-grid > li:only-child {
	grid-column: auto;
}

.home .cf-query--jogos .cf-post-card {
	height: 100%;
}

.home .cf-query--jogos .cf-post-card__media,
.home .cf-query--jogos .cf-post-grid > li:first-child .cf-post-card__media,
.home .cf-query--jogos .cf-post-grid > li:only-child .cf-post-card__media {
	min-height: 0;
	aspect-ratio: 16 / 9;
}

.home .cf-query--jogos .cf-post-card__body,
.home .cf-query--jogos .cf-post-grid > li:first-child .cf-post-card__body,
.home .cf-query--jogos .cf-post-grid > li:only-child .cf-post-card__body {
	min-height: 190px;
	padding: 22px;
}

.home .cf-query--jogos .cf-post-card__title,
.home .cf-query--jogos .cf-post-grid > li:first-child .cf-post-card__title,
.home .cf-query--jogos .cf-post-grid > li:only-child .cf-post-card__title {
	max-width: none;
	font-size: clamp(20px, 1.8vw, 25px);
	line-height: 1.08;
}

.home .cf-query--jogos .cf-post-card__excerpt {
	display: none;
}

@media (max-width: 1024px) {
	.home .cf-query--jogos .cf-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}
}

@media (max-width: 850px) {
	.home .cf-query--jogos .cf-post-grid {
		gap: 18px;
	}

	.home .cf-query--jogos .cf-post-card__body,
	.home .cf-query--jogos .cf-post-grid > li:first-child .cf-post-card__body,
	.home .cf-query--jogos .cf-post-grid > li:only-child .cf-post-card__body {
		min-height: 0;
		padding: 18px;
	}

	.home .cf-query--jogos .cf-post-card__title,
	.home .cf-query--jogos .cf-post-grid > li:first-child .cf-post-card__title,
	.home .cf-query--jogos .cf-post-grid > li:only-child .cf-post-card__title {
		font-size: clamp(21px, 4vw, 27px);
	}
}

@media (max-width: 560px) {
	.home .cf-query--jogos .cf-post-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.home .cf-query--jogos .cf-post-grid > li .cf-post-card__media {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	.home .cf-query--jogos .cf-post-grid > li .cf-post-card__body,
	.home .cf-query--jogos .cf-post-grid > li:first-child .cf-post-card__body,
	.home .cf-query--jogos .cf-post-grid > li:not(:first-child) .cf-post-card__body {
		min-height: 0;
		padding: 18px;
	}

	.home .cf-query--jogos .cf-post-grid > li .cf-post-card__title,
	.home .cf-query--jogos .cf-post-grid > li:first-child .cf-post-card__title,
	.home .cf-query--jogos .cf-post-grid > li:not(:first-child) .cf-post-card__title {
		font-size: 22px;
	}
}
