/**
 * Arquivo Projetos: contraste dos cards (fotografia + título).
 * Só a grelha do arquivo. Não mexe nos filtros nem no single.
 */

body.post-type-archive-projeto .projetos-listing .projetos-card__image {
	opacity: 1;
	mix-blend-mode: normal;
	filter: none;
	transform: none;
}

body.post-type-archive-projeto .projetos-listing .projetos-card__media {
	background: #1a2e34;
}

body.post-type-archive-projeto .projetos-listing .projetos-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: rgba(0, 27, 36, 0.22);
	opacity: 0;
	transition: opacity 0.3s ease;
}

body.post-type-archive-projeto .projetos-listing .projetos-card__badge {
	z-index: 2;
}

body.post-type-archive-projeto .projetos-listing .projetos-card__title {
	font-style: normal;
	font-weight: 600;
	font-size: 1.125rem;
	letter-spacing: 0.01em;
	line-height: 1.3;
	color: #003b4a;
}

body.post-type-archive-projeto .projetos-listing .projetos-card__placeholder-title {
	font-style: normal;
	font-weight: 600;
	color: #003b4a;
}

body.post-type-archive-projeto .projetos-listing .projetos-card__location {
	letter-spacing: 0.08em;
	color: #236373;
}

body.post-type-archive-projeto .projetos-listing .projetos-card__link:hover .projetos-card__image,
body.post-type-archive-projeto .projetos-listing .projetos-card__link:focus-visible .projetos-card__image {
	opacity: 1;
	transform: none;
}

body.post-type-archive-projeto .projetos-listing .projetos-card__link:hover .projetos-card__title,
body.post-type-archive-projeto .projetos-listing .projetos-card__link:focus-visible .projetos-card__title {
	color: #003b4a;
}

@media (hover: hover) and (pointer: fine) {
	body.post-type-archive-projeto .projetos-listing .projetos-card__link:hover .projetos-card__media::after,
	body.post-type-archive-projeto .projetos-listing .projetos-card__link:focus-visible .projetos-card__media::after {
		opacity: 1;
	}

	body.post-type-archive-projeto .projetos-listing .projetos-card__link:hover .projetos-card__title,
	body.post-type-archive-projeto .projetos-listing .projetos-card__link:focus-visible .projetos-card__title {
		color: #236373;
	}
}

@media (max-width: 767px) {
	body.post-type-archive-projeto .projetos-listing .projetos-card__title {
		font-size: 1.0625rem;
		color: #003b4a;
	}

	body.post-type-archive-projeto .projetos-listing .projetos-card__media::after {
		opacity: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.post-type-archive-projeto .projetos-listing .projetos-card__media::after {
		transition: none;
	}
}
