/**
 * Credenciadores — layout dark premium.
 */

.aa-credenciadores-page {
	background: #0a0a0a;
}

.aa-credenciadores-page #Content,
.aa-credenciadores-page .content_wrapper,
.aa-credenciadores-page .sections_group {
	background: #0a0a0a !important;
}

.aa-credenciadores-page .section-page-footer {
	display: none;
}

body.page-id-106 #Subheader,
body.page-credenciadores #Subheader {
	display: none !important;
}

.aa-cd {
	color: #e5e5e5;
}

.aa-cd__inner {
	max-width: 72rem;
	margin: 0 auto;
	padding: 0 1.25rem;
}

.aa-cd__title {
	margin: 0 0 1rem;
	font-family: "Cinzel", "Playfair Display", Georgia, serif;
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	font-weight: 600;
	line-height: 1.2;
	color: #c2a36a;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.aa-cd__title--hero {
	font-size: clamp(1.85rem, 3.6vw, 2.75rem);
	margin-bottom: 1.25rem;
}

.aa-cd__title--center {
	text-align: center;
}

.aa-cd__divider {
	width: 100%;
	max-width: 14rem;
	height: 2px;
	margin: 0 0 1.75rem;
	background: linear-gradient(90deg, transparent 0%, #c2a36a 20%, #c2a36a 80%, transparent 100%);
}

.aa-cd__divider--center {
	margin-left: auto;
	margin-right: auto;
}

/* Hero — liderança */
.aa-cd__hero {
	padding: 5.5rem 0 6rem;
}

.aa-cd__hero-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 3rem 4rem;
	align-items: center;
	min-width: 0;
}

.aa-cd__hero-grid > * {
	min-width: 0;
	max-width: 100%;
}

.aa-cd__leader-name {
	margin: 0 0 0.5rem;
	font-family: "Cinzel", "Playfair Display", Georgia, serif;
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	font-weight: 600;
	line-height: 1.25;
	color: #e5e5e5;
	letter-spacing: 0.02em;
}

.aa-cd__leader-role {
	margin: 0 0 1.5rem;
	font-family: "Montserrat", "Lato", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	color: #c2a36a;
	letter-spacing: 0.03em;
}

.aa-cd__bio {
	margin: 0;
	padding: 0;
	list-style: none;
}

.aa-cd__bio-item {
	position: relative;
	margin: 0 0 0.75rem;
	padding-left: 1.1rem;
	font-family: "Montserrat", "Lato", Arial, sans-serif;
	font-size: 0.98rem;
	font-weight: 300;
	line-height: 1.65;
	color: #a0a0a0;
}

.aa-cd__bio-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	background: #c2a36a;
	opacity: 0.85;
}

.aa-cd__bio-item:last-child {
	margin-bottom: 0;
	color: #e5e5e5;
	font-weight: 400;
}

.aa-cd__hero-media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 320px;
}

.aa-cd__hero-media::before {
	content: "";
	position: absolute;
	z-index: 0;
	inset: 8% 5% 15%;
	background: radial-gradient(
		circle,
		rgba(194, 163, 106, 0.2) 0%,
		rgba(10, 10, 10, 0) 70%
	);
	filter: blur(50px);
	pointer-events: none;
}

.aa-cd__portrait {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	max-width: 420px;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
	-webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
	mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
}

/* Grid de equipe */
.aa-cd__team {
	padding: 0 0 6rem;
}

.aa-cd__team-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

.aa-cd__card {
	box-sizing: border-box;
	padding: 1.25rem 1.25rem 1.5rem;
	text-align: center;
	background: #111111;
	border: 1px solid transparent;
	border-radius: 0.75rem;
	transition: border-color 0.3s ease, transform 0.3s ease;
}

.aa-cd__card:hover {
	border-color: #c2a36a;
}

.aa-cd__card-photo-wrap {
	overflow: hidden;
	margin-bottom: 1rem;
	border-radius: 0.5rem;
}

.aa-cd__card-photo {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}

.aa-cd__card:hover .aa-cd__card-photo {
	filter: grayscale(0%);
}

.aa-cd__card-name {
	margin: 0 0 0.35rem;
	font-family: "Cinzel", "Playfair Display", Georgia, serif;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.3;
	color: #c2a36a;
}

.aa-cd__card-role {
	margin: 0;
	font-family: "Montserrat", "Lato", Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 1.5;
	color: #a0a0a0;
}

@media (min-width: 640px) {
	.aa-cd__team-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1025px) {
	.aa-cd__team-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.aa-cd__hero {
		padding: 4rem 0 4.5rem;
	}

	.aa-cd__hero-grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.aa-cd__hero-media {
		order: -1;
		min-height: 260px;
	}

	.aa-cd__hero-copy {
		order: 1;
	}

	.aa-cd__team {
		padding-bottom: 4.5rem;
	}
}

@media (max-width: 640px) {
	.aa-cd__hero {
		padding: 3.25rem 0 3.5rem;
	}

	.aa-cd__inner {
		padding: 0 1rem;
	}

	.aa-cd__portrait {
		max-width: 320px;
	}
}
