/**
 * Pergolas Boutique — estilos da homepage (Elementor + tema)
 */

:root {
	--pb-orange: #E68A2E;
	--pb-orange-footer: #E69138;
	--pb-dark: #1A1A1A;
	--pb-gray: #E8E8E8;
}

/* Header sobre hero */
.home .site-header,
.page-id-823 .site-header {
	background: transparent;
	box-shadow: none;
}

.home .site-header.is-scrolled,
.page-id-823 .site-header.is-scrolled {
	background: rgba(26, 26, 26, 0.92);
	backdrop-filter: blur(10px);
}

.site-branding .site-title {
	font-size: 1.1rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.main-navigation .nav-menu a {
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.header-actions .search-toggle {
	display: none;
}

/* About collage */
.pb-about-collage {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 12px;
	min-height: 420px;
}

.pb-about-main {
	grid-column: 1 / -1;
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.pb-about-badge {
	grid-column: 1;
	grid-row: 2;
	background: var(--pb-dark);
	color: #fff;
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.pb-about-badge-num {
	font-size: 2.5rem;
	font-weight: 800;
	line-height: 1;
}

.pb-about-badge-label {
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-top: 0.5rem;
}

.pb-about-secondary {
	grid-column: 2;
	grid-row: 2;
	width: 100%;
	height: 140px;
	object-fit: cover;
	margin-top: -40px;
}

/* Brands */
.pb-brands-wrap {
	width: 100%;
}

.pb-brands-bar {
	background: #000;
	color: var(--pb-orange);
	text-align: center;
	padding: 0.85rem 1rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.pb-brands-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	gap: 2rem;
	padding: 3rem 2rem;
	background: var(--pb-gray);
}

.pb-brand-item {
	text-align: center;
	font-size: 1.25rem;
	color: #333;
}

.pb-brand-item small {
	display: block;
	font-size: 0.65rem;
	letter-spacing: 0.08em;
	margin-top: 0.35rem;
	color: #666;
}

.pb-brand-alunotec strong { color: #1e5a8a; }
.pb-brand-brustor strong { color: #1a2b4a; }
.pb-brand-stobag strong { color: #1a2b4a; }

.pb-brands-more {
	text-align: center;
	padding: 0 0 2rem;
	margin: 0;
	background: var(--pb-gray);
	color: #333;
	font-size: 0.9rem;
}

/* Footer Pergolas */
.site-footer {
	background: var(--pb-orange-footer);
	color: #1a1a1a;
	padding: 4rem 0 2rem;
}

.site-footer .footer-logo {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.site-footer .footer-tagline {
	color: #1a1a1a;
	font-size: 0.95rem;
	max-width: 32ch;
}

.site-footer .footer-nav h4,
.site-footer .footer-contact h4 {
	color: #1a1a1a;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
}

.site-footer .footer-menu a {
	color: #1a1a1a;
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.site-footer .footer-contact address,
.site-footer .footer-contact a {
	color: #fff;
	font-style: normal;
}

.site-footer .footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
}

.site-footer .scroll-top {
	background: rgba(0, 0, 0, 0.2);
	border-color: rgba(255, 255, 255, 0.4);
}

/* Elementor page full width */
.elementor-page-content {
	padding-top: 0 !important;
}

.inspiro-elementor-page .elementor-page-content {
	padding-top: 0 !important;
}

@media (max-width: 768px) {
	.pb-about-collage {
		grid-template-columns: 1fr;
	}

	.pb-about-secondary {
		margin-top: 0;
		grid-column: 1;
		height: 200px;
	}

	.pb-brands-logos {
		flex-direction: column;
	}
}
