/**
 * BienHabillé — landing Style (mockup Old Money → générique via --bh-style-*)
 */

.bh-page-style-landing {
	--bh-style-forest-btn: #2e4632;
	--bh-style-white: #fbf9f4;
	--bh-style-ink: #2b2a26;
	--bh-style-body: rgba(43, 42, 38, 0.7);
	--bh-style-line: rgba(43, 42, 38, 0.14);
	--bh-style-ui-font: "Manrope", system-ui, sans-serif;
	background: var(--bh-style-cream, #f2ede3);
	color: var(--bh-style-ink);
	font-family: var(--bh-style-ui-font);
	-webkit-font-smoothing: antialiased;
}

/* ── HERO ── */
.bh-seo-landing-hero--style {
	background-color: var(--bh-style-accent, #2c3a2e);
	background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 22px 22px;
	color: var(--bh-style-cream, #f2ede3);
	padding: clamp(3.5rem, 8vw, 4.5rem) 0 clamp(4rem, 9vw, 4.75rem);
}

.bh-seo-landing-hero--style .bh-seo-landing-hero__inner {
	max-width: 1120px;
}

.bh-seo-landing-hero__breadcrumb-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.55rem;
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
	font-size: 0.82rem;
	text-transform: none;
	letter-spacing: 0;
}

.bh-seo-landing-hero__breadcrumb-item:not(:last-child)::after {
	content: "›";
	margin-left: 0.55rem;
	opacity: 0.65;
}

.bh-seo-landing-hero--style .bh-seo-landing-hero__breadcrumb a {
	color: rgba(242, 237, 227, 0.6);
	text-decoration: none;
}

.bh-seo-landing-hero--style .bh-seo-landing-hero__breadcrumb a:hover,
.bh-seo-landing-hero--style .bh-seo-landing-hero__breadcrumb span[aria-current] {
	color: var(--bh-style-cream, #f2ede3);
}

.bh-seo-landing-hero--style .bh-seo-landing-hero__breadcrumb span[aria-current] {
	font-weight: 600;
}

.bh-seo-landing-hero--style .bh-seo-landing-hero__eyebrow {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.34em;
	text-transform: uppercase;
	color: var(--bh-style-gold, #b98e3c);
	margin: 0 0 0.85rem;
	opacity: 1;
}

.bh-seo-landing-hero--style .bh-seo-landing-hero__title {
	font-family: var(--bh-style-title-font, "Playfair Display"), Georgia, serif;
	font-weight: 500;
	font-size: clamp(3.2rem, 9vw, 6.5rem);
	line-height: 0.95;
	color: var(--bh-style-cream, #f2ede3);
	margin: 0 0 1.5rem;
}

.bh-seo-landing-hero--style .bh-seo-landing-hero__intro {
	font-family: var(--bh-style-ui-font);
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	line-height: 1.55;
	max-width: 46ch;
	color: rgba(242, 237, 227, 0.86);
	margin: 0;
	opacity: 1;
}

/* ── INTRO ÉDITORIALE ── */
.bh-page-style-landing .bh-text-editor {
	background: var(--bh-style-cream, #f2ede3);
	padding: clamp(3.5rem, 7vw, 4.5rem) 0;
}

.bh-text-editor--serif .bh-text-editor__content {
	font-family: var(--bh-style-title-font, "Playfair Display"), Georgia, serif;
	font-weight: 400;
	font-size: clamp(1.3rem, 2.6vw, 1.85rem);
	line-height: 1.5;
	color: var(--bh-style-ink);
}

.bh-text-editor--align-center .bh-text-editor__content {
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
}

/* ── FILTRES STICKY ── */
.bh-style-landing-filter {
	position: sticky;
	top: 0;
	z-index: 40;
	background: var(--bh-style-cream, #f2ede3);
	border-top: 1px solid var(--bh-style-line);
	border-bottom: 1px solid var(--bh-style-line);
	transition: box-shadow 0.25s ease, background 0.2s ease;
}

.bh-style-landing-filter.is-stuck {
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
	background: rgba(242, 237, 227, 0.96);
	backdrop-filter: saturate(120%) blur(6px);
}

.bh-style-landing-filter__inner {
	padding: 16px 32px;
	transition: padding 0.2s ease;
}

.bh-style-landing-filter.is-stuck .bh-style-landing-filter__inner {
	padding: 7px 32px;
}

.bh-style-landing-filter__row--primary {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.bh-style-landing-filter__toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--bh-style-ui-font);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--bh-style-ink);
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}

.bh-style-landing-filter.is-stuck .bh-style-landing-filter__toggle {
	font-size: 0.76rem;
}

.bh-style-landing-filter__seasons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.bh-style-landing-filter__chip {
	font-family: var(--bh-style-ui-font);
	font-size: 0.84rem;
	font-weight: 600;
	color: var(--bh-style-ink);
	background: var(--bh-style-white, #fbf9f4);
	border: 1px solid var(--bh-style-line);
	border-radius: 999px;
	padding: 9px 18px;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.bh-style-landing-filter__chip.is-active {
	background: var(--bh-style-forest-btn, #2e4632);
	border-color: var(--bh-style-forest-btn, #2e4632);
	color: var(--bh-style-cream, #f2ede3);
}

.bh-style-landing-filter.is-stuck .bh-style-landing-filter__chip {
	font-size: 0.8rem;
	padding: 6px 14px;
}

.bh-style-landing-filter__tools {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
}

.bh-style-landing-filter__cols {
	display: flex;
	gap: 5px;
}

.bh-style-landing-filter__col-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 36px;
	background: var(--bh-style-white, #fbf9f4);
	border: 1px solid var(--bh-style-line);
	border-radius: 8px;
	cursor: pointer;
	color: var(--bh-style-body);
	transition: border-color 0.2s, color 0.2s;
	padding: 0;
}

.bh-style-landing-filter__col-btn.is-active {
	border-color: var(--bh-style-ink);
	color: var(--bh-style-ink);
	background: var(--bh-style-white, #fbf9f4);
}

.bh-style-landing-filter.is-stuck .bh-style-landing-filter__col-btn {
	width: 34px;
	height: 31px;
}

.bh-style-landing-filter__sort {
	font-family: var(--bh-style-ui-font);
	font-size: 0.86rem;
	color: var(--bh-style-ink);
	background: var(--bh-style-white, #fbf9f4);
	border: 1px solid var(--bh-style-line);
	border-radius: 8px;
	padding: 9px 14px;
	cursor: pointer;
}

.bh-style-landing-filter.is-stuck .bh-style-landing-filter__sort {
	padding: 6px 12px;
	font-size: 0.82rem;
}

.bh-style-landing-filter__colors-wrap {
	overflow: hidden;
}

.bh-style-landing-filter__colors {
	display: flex;
	gap: 9px;
	overflow-x: auto;
	padding: 14px 2px 4px;
	scrollbar-width: thin;
}

.bh-style-landing-filter.is-stuck .bh-style-landing-filter__colors {
	padding: 7px 2px 3px;
	gap: 7px;
}

.bh-style-landing-filter__swatch {
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: var(--swatch-color, #ccc);
	padding: 0;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.bh-style-landing-filter.is-stuck .bh-style-landing-filter__swatch {
	width: 17px;
	height: 17px;
}

.bh-style-landing-filter__swatch.is-active {
	transform: scale(1.12);
	box-shadow: 0 0 0 2px var(--bh-style-cream, #f2ede3), 0 0 0 4px var(--bh-style-gold, #b98e3c);
}

.bh-style-landing-filter__count {
	font-size: 0.84rem;
	color: var(--bh-style-body);
	margin: 8px 0 0;
}

.bh-style-landing-filter.is-stuck .bh-style-landing-filter__count {
	display: none;
}

/* ── GRILLE PRODUITS ── */
.bh-page-style-landing .bh-style-landing-grid,
.bh-page-style-landing .bh-products-grid--landing {
	background: var(--bh-style-cream, #f2ede3);
	padding: 40px 0 72px;
}

.bh-style-landing-grid__inner {
	display: grid;
	grid-template-columns: repeat(var(--cols, 4), 1fr);
	gap: 26px 22px;
}

.bh-style-landing-grid__item {
	position: relative;
}

.bh-page-style-landing .bh-style-landing-grid .bh-product-card__title {
	font-family: var(--bh-style-title-font, "Playfair Display"), Georgia, serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.bh-page-style-landing .bh-style-landing-grid .bh-product-card__title a:hover {
	color: var(--bh-style-gold, #b98e3c);
}

.bh-page-style-landing .bh-style-landing-grid .bh-product-card__ref {
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--bh-style-body);
	margin: 14px 0 5px;
}

.bh-page-style-landing .bh-style-landing-grid .bh-product-card__price {
	font-weight: 700;
	font-size: 1rem;
}

.bh-page-style-landing .bh-style-landing-grid .bh-product-card__quick-view {
	display: none;
}

.bh-page-style-landing .bh-style-landing-grid .bh-product-card__quick-add {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: auto;
	width: 100%;
	height: auto;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 0.25s ease, transform 0.25s ease;
	padding: 12px;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	justify-content: center;
}

.bh-page-style-landing .bh-style-landing-grid .bh-product-card__quick-add svg {
	display: none;
}

.bh-page-style-landing .bh-style-landing-grid .bh-product-card__quick-add::after {
	content: "Ajouter";
}

.bh-page-style-landing .bh-style-landing-grid .bh-product-card:hover .bh-product-card__quick-add {
	opacity: 1;
	transform: none;
}

.bh-style-landing-grid__empty,
.bh-products-grid__empty.bh-style-landing-grid__empty {
	grid-column: 1 / -1;
	text-align: center;
	color: var(--bh-style-body);
	padding: 40px 0;
}

.bh-style-landing-grid__inner.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

/* ── COMPOSER ── */
.bh-page-style-landing .bh-seo-composer-cta {
	background: var(--bh-style-accent, #2c3a2e);
	color: var(--bh-style-cream, #f2ede3);
	text-align: center;
	padding: clamp(4rem, 8vw, 5.25rem) 0;
	border: 0;
	border-radius: 0;
}

.bh-page-style-landing .bh-seo-composer-cta .bh-container {
	max-width: 640px;
}

.bh-page-style-landing .bh-seo-composer-cta__title {
	font-family: var(--bh-style-title-font, "Playfair Display"), Georgia, serif;
	font-weight: 500;
	font-size: clamp(1.7rem, 3.4vw, 2.6rem);
	line-height: 1.1;
	color: var(--bh-style-cream, #f2ede3);
	margin: 0 0 1rem;
}

.bh-page-style-landing .bh-seo-composer-cta__intro {
	color: rgba(242, 237, 227, 0.8);
	max-width: 44ch;
	margin: 0 auto;
	line-height: 1.6;
	font-size: 1rem;
}

.bh-page-style-landing .bh-seo-composer-cta__button,
.bh-page-style-landing .bh-seo-composer-cta a.button {
	display: inline-block;
	margin-top: 30px;
	font-family: var(--bh-style-ui-font);
	font-weight: 600;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--bh-style-accent, #2c3a2e);
	background: var(--bh-style-gold, #b98e3c);
	border: 0;
	padding: 17px 38px;
	border-radius: 999px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bh-page-style-landing .bh-seo-composer-cta__button:hover,
.bh-page-style-landing .bh-seo-composer-cta a.button:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
	color: var(--bh-style-accent, #2c3a2e);
}

/* ── LOOKBOOK ── */
.bh-page-style-landing .elementor-widget-bh-lookbook {
	background: var(--bh-style-white, #fbf9f4);
	padding: 72px 0;
}

/* ── FAQ ── */
.bh-page-style-landing .bh-seo-faq {
	background: var(--bh-style-cream, #f2ede3);
	padding: 72px 0;
}

.bh-page-style-landing .bh-seo-faq .bh-container {
	max-width: 760px;
}

.bh-page-style-landing .bh-seo-landing-section-title,
.bh-page-style-landing .bh-seo-faq__title {
	font-family: var(--bh-style-title-font, "Playfair Display"), Georgia, serif;
	font-weight: 500;
	font-size: clamp(1.7rem, 3.4vw, 2.6rem);
	text-align: center;
	margin-bottom: 28px;
}

.bh-page-style-landing .bh-seo-faq__item {
	border: 0;
	border-bottom: 1px solid var(--bh-style-line);
	border-radius: 0;
	padding: 0;
	background: transparent;
}

.bh-page-style-landing .bh-seo-faq__list .bh-seo-faq__item:first-child {
	border-top: 1px solid var(--bh-style-line);
}

.bh-page-style-landing .bh-seo-faq__question {
	font-family: var(--bh-style-title-font, "Playfair Display"), Georgia, serif;
	font-size: 1.18rem;
	font-weight: 400;
	padding: 22px 2px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

.bh-page-style-landing .bh-seo-faq__answer {
	color: var(--bh-style-body);
	font-size: 1rem;
	line-height: 1.65;
	margin: 0 2px 22px;
}

/* ── MAILLAGE ── */
.bh-page-style-landing .bh-seo-related-links {
	background: var(--bh-style-white, #fbf9f4);
	padding: 72px 0;
}

.bh-page-style-landing .bh-seo-related-links--cards .bh-seo-related-links__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.bh-page-style-landing .bh-seo-related-links__card {
	display: flex;
	flex-direction: column;
	gap: 9px;
	padding: 30px;
	background: var(--bh-style-cream, #f2ede3);
	border: 1px solid var(--bh-style-line);
	border-radius: 4px;
	text-decoration: none;
	color: var(--bh-style-ink);
	transition: transform 0.25s ease, border-color 0.25s ease;
}

.bh-page-style-landing .bh-seo-related-links__card:hover {
	transform: translateY(-3px);
	border-color: var(--bh-style-gold, #b98e3c);
}

.bh-page-style-landing .bh-seo-related-links__card-title {
	font-family: var(--bh-style-title-font, "Playfair Display"), Georgia, serif;
	font-size: 1.3rem;
}

.bh-page-style-landing .bh-seo-related-links__card-desc {
	font-size: 0.95rem;
	color: var(--bh-style-body);
	line-height: 1.55;
}

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
	.bh-style-landing-grid__inner {
		grid-template-columns: repeat(2, 1fr);
	}

	.bh-style-landing-filter__cols {
		display: none;
	}

	.bh-style-landing-filter__tools {
		width: 100%;
		margin-left: 0;
		justify-content: flex-end;
	}

	.bh-page-style-landing .bh-seo-related-links--cards .bh-seo-related-links__cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {
	.bh-style-landing-filter__inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.bh-page-style-landing .bh-seo-related-links--cards .bh-seo-related-links__cards {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bh-page-style-landing .bh-product-card:hover .bh-product-card__quick-add,
	.bh-page-style-landing .bh-seo-composer-cta__button:hover,
	.bh-page-style-landing .bh-seo-related-links__card:hover {
		transform: none;
	}
}

.bh-page-style-landing a:focus-visible,
.bh-page-style-landing button:focus-visible,
.bh-page-style-landing select:focus-visible {
	outline: 2px solid var(--bh-style-gold, #b98e3c);
	outline-offset: 3px;
}
