/**
 * BienHabillé — Hub Styles (/styles/) — charte navy / cream / or
 */

.bh-page-clothing-hub {
	font-family: "Manrope", system-ui, sans-serif;
	color: var(--bh-hub-ink, #2b2a26);
	background: var(--bh-hub-cream, #f6f1ea);
}

/* Hero hub */
.bh-page-clothing-hub .bh-seo-landing-hero {
	background: var(--bh-hub-navy, #16293d);
	color: var(--bh-hub-cream, #f6f1ea);
	padding: clamp(3rem, 7vw, 4.5rem) 0;
}

.bh-page-clothing-hub .bh-seo-landing-hero__eyebrow {
	font-family: "Oswald", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.34em;
	text-transform: uppercase;
	color: var(--bh-hub-gold, #c9a227);
	opacity: 1;
}

.bh-page-clothing-hub .bh-seo-landing-hero__title {
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-size: clamp(2.5rem, 6vw, 4rem);
	line-height: 1.05;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: var(--bh-hub-cream, #f6f1ea);
}

.bh-page-clothing-hub .bh-seo-landing-hero__intro {
	font-size: clamp(1rem, 2vw, 1.2rem);
	line-height: 1.6;
	max-width: 52ch;
	color: rgba(246, 241, 234, 0.88);
	opacity: 1;
}

.bh-page-clothing-hub .bh-seo-landing-hero__breadcrumb-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.55rem;
	list-style: none;
	margin: 0 0 1.75rem;
	padding: 0;
	font-size: 0.82rem;
}

.bh-page-clothing-hub .bh-seo-landing-hero__breadcrumb-item:not(:last-child)::after {
	content: "›";
	margin-left: 0.55rem;
	opacity: 0.65;
}

.bh-page-clothing-hub .bh-seo-landing-hero__breadcrumb a {
	color: rgba(246, 241, 234, 0.65);
	text-decoration: none;
}

.bh-page-clothing-hub .bh-seo-landing-hero__breadcrumb span[aria-current] {
	font-weight: 600;
	color: var(--bh-hub-cream, #f6f1ea);
}

/* Intro éditoriale hub */
.bh-page-clothing-hub .bh-clothing-hub-section--intro .bh-text-editor {
	background: var(--bh-hub-cream, #f6f1ea);
	padding: 0;
}

.bh-page-clothing-hub .bh-text-editor--serif .bh-text-editor__content {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 400;
	font-size: clamp(1.15rem, 2.2vw, 1.55rem);
	line-height: 1.65;
	color: var(--bh-hub-ink, #2b2a26);
}

.bh-page-clothing-hub .bh-text-editor--align-center .bh-text-editor__content {
	text-align: center;
	max-width: 780px;
	margin: 0 auto;
}

.bh-page-clothing-hub .bh-text-editor__content em {
	font-style: italic;
	color: var(--bh-hub-navy, #16293d);
}

/* Grille enfants thématisée */
.bh-page-clothing-hub .bh-catgrid__item--accent {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	border: 1px solid rgba(43, 42, 38, 0.1);
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bh-page-clothing-hub .bh-catgrid__item--accent:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.bh-page-clothing-hub .bh-catgrid__item--accent .bh-catgrid__image-wrapper {
	position: relative;
	border-radius: 0;
}

.bh-page-clothing-hub .bh-catgrid__item--accent .bh-catgrid__image-wrapper::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 40%, var(--bh-catgrid-accent, #16293d) 100%);
	opacity: 0.35;
	pointer-events: none;
}

.bh-page-clothing-hub .bh-catgrid__subtitle {
	display: block;
	padding: 0 14px 16px;
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--bh-hub-body, rgba(43, 42, 38, 0.72));
}

.bh-page-clothing-hub .bh-catgrid__item--accent .bh-catgrid__title {
	display: block;
	padding: 14px 14px 6px;
	font-family: "Oswald", sans-serif;
	font-size: 1.35rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--bh-catgrid-accent, var(--bh-hub-navy, #16293d));
}

.bh-page-clothing-hub .bh-clothing-hub-section--grid {
	background: var(--bh-hub-cream, #f6f1ea);
}

/* Composer hub */
.bh-page-clothing-hub .bh-seo-composer-cta {
	background: var(--bh-hub-navy, #16293d);
	color: var(--bh-hub-cream, #f6f1ea);
	padding: clamp(3.5rem, 7vw, 5rem) 0;
	border-radius: 0;
}

.bh-page-clothing-hub .bh-seo-composer-cta__title {
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	text-transform: uppercase;
	color: var(--bh-hub-cream, #f6f1ea);
}

.bh-page-clothing-hub .bh-seo-composer-cta__button {
	background: var(--bh-hub-gold, #c9a227);
	color: var(--bh-hub-navy, #16293d);
	border: 0;
	border-radius: 999px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 16px 36px;
}

.bh-page-clothing-hub .bh-seo-related-links--cards .bh-seo-related-links__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.bh-page-clothing-hub .bh-seo-related-links__card {
	background: #fff;
	border: 1px solid rgba(43, 42, 38, 0.1);
}

/* Split banner vedettes */
.bh-page-clothing-hub .bh-split-banner {
	min-height: 420px;
}

.bh-page-clothing-hub .bh-split-banner__title {
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.bh-page-clothing-hub .bh-split-banner__subtitle {
	font-size: 0.95rem;
	opacity: 0.9;
}

.bh-page-clothing-hub .bh-split-banner__btn {
	background: var(--bh-hub-gold, #c9a227);
	color: var(--bh-hub-navy, #16293d);
	border-radius: 999px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 12px 28px;
}

@media (max-width: 860px) {
	.bh-page-clothing-hub .bh-seo-related-links--cards .bh-seo-related-links__cards {
		grid-template-columns: 1fr;
	}
}
