/* BNCÉRA About page */

.bncera-about-header .bncera-about-nav a.is-active,
.bncera-shop-header .bncera-shop-nav a.is-active {
	color: var(--bncera-gold);
}

.bncera-about-lead .elementor-heading-title {
	color: var(--bncera-text-on-light) !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(1.75rem, 3vw, 2.25rem) !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
}

.bncera-about-body p {
	margin: 0 0 1.25rem;
}

.bncera-about-photo {
	min-height: 420px;
}

.bncera-about-photo--ceo {
	min-height: 480px;
}

.bncera-about-tagline__text {
	margin: 0;
	color: var(--bncera-text-on-dark);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.75rem, 4vw, 3rem);
	font-weight: 400;
	line-height: 1.35;
	text-align: center;
	text-transform: none;
}

.bncera-about-ceo__greeting {
	margin: 0 0 1.5rem;
	color: var(--bncera-text-on-light);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.35rem;
	font-weight: 500;
	line-height: 1.6;
}

.bncera-about-ceo__signoff {
	margin: 2rem 0 0;
	color: var(--bncera-text-muted);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.6;
}

.bncera-about-service__title .elementor-heading-title {
	max-width: 720px;
	margin: 0 auto;
	color: var(--bncera-text-on-light) !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(1.5rem, 3vw, 2.25rem) !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
	text-transform: none !important;
}

.bncera-about-stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3rem;
}

.bncera-about-stats__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	min-width: 160px;
}

.bncera-about-stats__number {
	color: var(--bncera-gold);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 400;
	line-height: 1;
}

.bncera-about-stats__label {
	color: var(--bncera-text-on-dark-muted);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-align: center;
	text-transform: uppercase;
}

.bncera-about-rd__heading .elementor-heading-title {
	color: var(--bncera-text-on-light) !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(2rem, 4vw, 3rem) !important;
	font-weight: 500 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
}

.bncera-about-rd__subheading .elementor-heading-title {
	color: var(--bncera-green-mid) !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(1.35rem, 2.5vw, 1.75rem) !important;
	font-weight: 500 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
}

.bncera-about-rd__intro {
	font-size: 1.05rem;
	line-height: 1.75;
}

.bncera-about-rd__visual {
	min-height: 320px;
}

.bncera-about-rd__card-title .elementor-heading-title {
	color: var(--bncera-text-on-light) !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 0.82rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.1em !important;
	text-transform: none !important;
}

.bncera-about-rd__card-text {
	margin: 0;
	color: var(--bncera-text-muted);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.92rem;
	font-weight: 300;
	line-height: 1.75;
}

.bncera-about-footer__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5rem 2rem;
	margin-bottom: 1.5rem;
}

.bncera-about-footer__nav a {
	color: var(--bncera-text-on-dark-muted);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

.bncera-about-footer__nav a:hover {
	color: var(--bncera-gold);
}

@media (max-width: 767px) {
	.bncera-about-photo,
	.bncera-about-photo--ceo {
		min-height: 280px;
	}

	.bncera-about-footer__nav {
		flex-direction: column;
		align-items: center;
	}
}
