/* BNCÉRA homepage styles (Elementor + theme-agnostic) */

body.home .site-main,
body.page-template-elementor_header_footer .site-main,
body.page-template-elementor_canvas .site-main,
body.elementor-page .site-main {
	max-width: none;
	padding: 0;
}

body.page-template-elementor_canvas {
	margin: 0;
}

.bncera-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid var(--bncera-border-gold);
}

.bncera-site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1.25rem 1.5rem;
}

.bncera-logo {
	color: var(--bncera-text-on-dark);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-decoration: none;
}

.bncera-logo span {
	color: var(--bncera-gold);
}

.bncera-site-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 1.25rem;
}

.bncera-site-nav a,
.bncera-site-nav__lang {
	color: var(--bncera-text-on-dark-muted);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
}

.bncera-site-nav a:hover {
	color: var(--bncera-gold);
}

.bncera-site-nav__lang {
	color: var(--bncera-gold);
}

.bncera-hero .elementor-heading-title.bncera-eyebrow,
.bncera-eyebrow {
	color: var(--bncera-gold) !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 0.8rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.35em !important;
	text-transform: uppercase;
}

.bncera-hero__title {
	margin: 1rem 0 1.5rem;
	color: var(--bncera-text-on-dark);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
}

.bncera-hero__tagline {
	max-width: 640px;
	margin: 0 auto 2rem;
	color: var(--bncera-text-on-dark-muted);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.8;
	text-align: center;
}

.bncera-section-title .elementor-heading-title,
.bncera-section-title {
	color: var(--bncera-text-on-light) !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(1.75rem, 3vw, 2.5rem) !important;
	font-weight: 500 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
}

.bncera-light .elementor-heading-title,
.bncera-light {
	color: var(--bncera-text-on-dark) !important;
}

.bncera-body {
	color: var(--bncera-text-muted);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.98rem;
	font-weight: 300;
	line-height: 1.85;
}

.bncera-center {
	text-align: center;
}

.bncera-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 360px;
	background: linear-gradient(145deg, var(--bncera-green-soft) 0%, #d4e8de 100%);
	border: 1px solid var(--bncera-border);
}

.bncera-image-placeholder span {
	color: var(--bncera-green-mid);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.8rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.bncera-card-title .elementor-heading-title,
.bncera-card-title {
	color: var(--bncera-text-on-light) !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 0.85rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.18em !important;
}

.bncera-hero .elementor-button,
.bncera-products .elementor-button,
.bncera-rd .elementor-button,
.bncera-history .elementor-button {
	margin-top: 0.5rem;
}

.bncera-hero .elementor-button-link,
.bncera-products .elementor-button-link,
.bncera-rd .elementor-button-link,
.bncera-history .elementor-button-link,
.elementor-button {
	background: transparent !important;
	border: 1px solid var(--bncera-gold) !important;
	border-radius: 0 !important;
	color: var(--bncera-gold) !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 0.75rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.16em !important;
	padding: 0.9rem 1.75rem !important;
	text-transform: uppercase;
}

.bncera-hero .elementor-button-link:hover,
.bncera-history .elementor-button-link:hover,
.bncera-products .elementor-button-link:hover,
.bncera-rd .elementor-button-link:hover {
	background: var(--bncera-gold) !important;
	color: var(--bncera-green-deep) !important;
}

.bncera-history .elementor-button-link,
.bncera-hero .elementor-button-link {
	color: var(--bncera-gold-light) !important;
}

.bncera-faq__list {
	max-width: 760px;
	margin: 0 auto;
}

.bncera-faq__item {
	border-bottom: 1px solid var(--bncera-border);
	padding: 1rem 0;
}

.bncera-faq__item summary {
	cursor: pointer;
	color: var(--bncera-text-on-light);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
	list-style: none;
}

.bncera-faq__item summary::-webkit-details-marker {
	display: none;
}

.bncera-faq__item p {
	margin: 0.75rem 0 0;
	color: var(--bncera-text-muted);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.92rem;
	font-weight: 300;
	line-height: 1.7;
}

.bncera-site-footer {
	color: var(--bncera-text-on-dark-muted);
	font-family: Montserrat, Arial, sans-serif;
}

.bncera-footer__labels {
	display: flex;
	justify-content: center;
	gap: 3rem;
	margin-bottom: 2rem;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.bncera-footer__labels span {
	color: var(--bncera-gold);
}

.bncera-footer__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 2rem;
	max-width: 720px;
	margin: 0 auto 2rem;
	text-align: center;
}

.bncera-footer__col p {
	margin: 0.35rem 0;
	font-size: 0.9rem;
	font-weight: 300;
}

.bncera-footer__credit {
	margin: 0;
	text-align: center;
	color: var(--bncera-text-on-dark-muted);
	font-size: 0.75rem;
	letter-spacing: 0.08em;
}

@media (max-width: 767px) {
	.bncera-site-header__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.bncera-site-nav {
		justify-content: flex-start;
		gap: 0.75rem;
	}

	.bncera-footer__labels {
		flex-direction: column;
		align-items: center;
		gap: 0.75rem;
	}
}
