
/* Hubs Séjours, Partenaires, Nous Soutenir, Philosophie */
.gbe-main--sejours,
.gbe-main--partenaires,
.gbe-main--soutenir,
.gbe-main--philosophie {
	padding: 0 !important;
	gap: 0;
	max-width: none;
	overflow-x: clip;
	background: var(--gbe-sand, #f7f1df);
}

.gbe-main--sejours > .wp-block-html,
.gbe-main--partenaires > .wp-block-html,
.gbe-main--soutenir > .wp-block-html,
.gbe-main--philosophie > .wp-block-html {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.gbe-hub-hero {
	padding: clamp(3rem, 8vw, 5rem) clamp(1rem, 3vw, 1.5rem) clamp(4.5rem, 10vw, 6rem);
	color: var(--gbe-white);
	text-align: center;
	background:
		linear-gradient(180deg, rgba(35, 21, 12, 0.5) 0%, rgba(31, 91, 42, 0.75) 100%),
		var(--gbe-hub-hero-image, none) center / cover no-repeat,
		linear-gradient(135deg, #23150c 0%, #1f5b2a 100%);
}

.gbe-hub-hero--partenaires {
	background:
		linear-gradient(180deg, rgba(35, 21, 12, 0.55) 0%, rgba(74, 37, 12, 0.7) 100%),
		var(--gbe-hub-hero-image, none) center / cover no-repeat,
		linear-gradient(135deg, #1f5b2a 0%, #4a250c 100%);
}

.gbe-hub-hero--soutenir {
	background:
		linear-gradient(180deg, rgba(184, 121, 19, 0.45) 0%, rgba(31, 91, 42, 0.85) 100%),
		var(--gbe-hub-hero-image, none) center / cover no-repeat,
		linear-gradient(135deg, #b87913 0%, #1f5b2a 100%);
}

.gbe-hub-hero__title {
	font-size: clamp(2.25rem, 5.5vw, 3.35rem);
	color: var(--gbe-white) !important;
	margin: 0 0 0.75rem;
	line-height: 1.15;
}

.gbe-hub-hero__lead {
	max-width: 38rem;
	margin: 0 auto 1.35rem;
	line-height: 1.55;
	color: rgba(255, 250, 240, 0.95);
}

.gbe-hub-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: center;
}

.gbe-hub-hero__btn {
	display: inline-block;
	padding: 0.55rem 1.2rem;
	border-radius: 999px;
	font-weight: 600;
	text-decoration: none;
}

.gbe-hub-hero__btn--fill {
	background: var(--gbe-green);
	color: var(--gbe-white);
	border: 1px solid rgba(255, 250, 240, 0.35);
}

.gbe-hub-hero__btn--outline {
	border: 1px solid rgba(255, 250, 240, 0.65);
	color: var(--gbe-white);
}

.gbe-hub-intro {
	max-width: 1140px;
	margin: 0 auto;
	padding: clamp(1rem, 3vw, 1.5rem);
	line-height: 1.65;
}

.gbe-hub-annuaire {
	max-width: 1140px;
	margin: 0 auto 2rem;
	padding: 0 clamp(1rem, 3vw, 1.5rem);
}

.gbe-hub-annuaire h2 {
	color: var(--gbe-green);
	margin-bottom: 1rem;
}

.gbe-hub-rubriques .gbe-culture-rubrique--feature .gbe-culture-subtopics {
	display: none;
}

.gbe-hub-cta {
	padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 3vw, 1.5rem);
	background: linear-gradient(120deg, #1f5b2a 0%, #4a250c 100%);
	color: var(--gbe-white);
	text-align: center;
}

.gbe-hub-cta__inner {
	max-width: 640px;
	margin: 0 auto;
}

.gbe-hub-cta h2 {
	color: var(--gbe-white);
	margin: 0 0 0.65rem;
}

.gbe-hub-cta .gbe-culture-rubrique__btn {
	background: var(--gbe-white);
	color: var(--gbe-green) !important;
	margin-top: 0.75rem;
}

.gbe-philosophie-content {
	max-width: 820px;
	margin: 0 auto;
	padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 3vw, 1.5rem);
	line-height: 1.65;
}

.gbe-philosophie-pillars {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin: 2rem 0;
}

.gbe-philosophie-pillar {
	background: var(--gbe-white);
	border-radius: 12px;
	padding: 1.25rem;
	box-shadow: 0 4px 16px rgba(35, 21, 12, 0.06);
}

.gbe-philosophie-pillar h2 {
	font-size: 1.15rem;
	color: var(--gbe-green);
	margin: 0 0 0.5rem;
}

.gbe-philosophie-quote {
	margin: 2rem 0;
	padding: 1rem 1.25rem;
	border-left: 4px solid var(--gbe-gold);
	background: rgba(255, 255, 255, 0.65);
}

.gbe-philosophie-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.gbe-hub-btn-ghost {
	background: transparent !important;
	color: var(--gbe-green) !important;
	border: 1px solid var(--gbe-green);
}

@media (max-width: 720px) {
	.gbe-philosophie-pillars {
		grid-template-columns: 1fr;
	}
}
