/**
 * Page « Retours & échanges » — charte Oswald / Manrope, ink / cream / gold.
 */
body.bh-page-retours {
	--bh-ret-ink: var(--bh-brand-navy);
	--bh-ret-cream: var(--bh-brand-cream);
	--bh-ret-gold: var(--bh-brand-gold);
	--bh-ret-body: var(--bh-brand-body);
	--bh-ret-line: var(--bh-brand-line);
	font-family: Manrope, system-ui, sans-serif;
	color: var(--bh-ret-ink);
}

body.bh-page-retours .bh-page__content,
body.bh-page-retours .bh-site-content--elementor .elementor.elementor[data-elementor-id] {
	max-width: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

body.bh-page-retours .elementor.elementor[data-elementor-id] > .e-con {
	--padding-block-start: 0;
	--padding-block-end: 0;
	--padding-inline-start: 0;
	--padding-inline-end: 0;
	max-width: none;
}

body.bh-page-retours .elementor.elementor[data-elementor-id] > .e-con > .e-con-inner {
	max-width: 1080px;
	width: 100%;
	margin-inline: auto;
	padding-inline: 0;
}

body.bh-page-retours .bh-hub-section--hero > .e-con-inner {
	max-width: 1080px;
}

body.bh-page-retours .bh-hub-section--cream:not(.bh-hub-section--hero) {
	background: var(--bh-ret-cream);
}

body.bh-page-retours .bh-hub-section--white {
	background: #fff;
}

body.bh-page-retours .elementor.elementor[data-elementor-id] > .e-con.bh-hub-section--hero {
	padding-top: 0 !important;
	padding-inline: 0 !important;
	padding-bottom: 48px !important;
	background: linear-gradient(180deg, var(--bh-ret-cream), #efe7db);
}

body.bh-page-retours .elementor.elementor[data-elementor-id] > .e-con:not(.bh-hub-section--hero) {
	padding-top: 92px !important;
	padding-bottom: 92px !important;
}

body.bh-page-retours .bh-seo-landing-hero,
body.bh-page-retours .bh-hub-ret-hero .bh-seo-landing-hero {
	background: transparent;
	padding: 0 !important;
}

body.bh-page-retours .bh-seo-landing-hero .bh-container {
	max-width: none;
	padding: 0;
}

body.bh-page-retours .bh-seo-landing-hero__eyebrow {
	font-family: Manrope, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--bh-ret-gold);
	margin: 0 0 18px;
}

body.bh-page-retours .bh-seo-landing-hero__h1,
body.bh-page-retours .bh-seo-landing-hero__title {
	font-family: Oswald, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: clamp(2rem, 4.5vw, 3.2rem);
	line-height: 1.05;
	margin: 0 0 20px;
	color: var(--bh-ret-ink);
	max-width: 14ch;
}

body.bh-page-retours .bh-hub-ret-hero .bh-seo-landing-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	grid-template-rows: auto auto;
	gap: 6px 48px;
	align-items: start;
}

body.bh-page-retours .bh-hub-ret-hero .bh-seo-landing-hero__content {
	grid-column: 1;
	grid-row: 1;
}

body.bh-page-retours .bh-hub-ret-hero .bh-seo-landing-hero__badge {
	grid-column: 1;
	grid-row: 2;
	max-width: 420px;
	width: 100%;
	margin-top: 0;
}

body.bh-page-retours .bh-hub-ret-hero .bh-seo-landing-hero__badge img {
	display: block;
	width: 100%;
	height: auto;
}

body.bh-page-retours .bh-hub-ret-hero .bh-seo-landing-hero__image {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: start;
	display: block;
	min-width: 0;
	background: transparent;
}

body.bh-page-retours .bh-hub-ret-hero .bh-seo-landing-hero__image img {
	display: block;
	width: 100%;
	max-width: 420px;
	height: auto;
	margin-inline: auto;
	border-radius: 14px;
	object-fit: contain;
	background: transparent;
}

body.bh-page-retours .bh-seo-landing-hero__intro {
	font-size: 1.12rem;
	line-height: 1.65;
	color: var(--bh-ret-body);
	max-width: 54ch;
	margin: 0;
}

/* Conditions */
body.bh-page-retours .bh-hub-ret-conditions > .e-con-inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	align-items: start;
}

body.bh-page-retours .bh-hub-ret-conditions .bh-brand-story {
	grid-column: 1 / -1;
	margin-bottom: 8px;
}

body.bh-page-retours .bh-hub-ret-conditions .bh-brand-story__title {
	font-family: Oswald, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	line-height: 1.08;
	margin: 0 0 10px;
	color: var(--bh-ret-ink);
}

body.bh-page-retours .bh-hub-ret-conditions .bh-brand-story__subtitle {
	font-size: 1.05rem;
	line-height: 1.6;
	color: var(--bh-ret-body);
	max-width: 58ch;
	margin: 0 0 16px;
}

body.bh-page-retours .bh-hub-ret-conditions .bh-icon-box.bh-icon-box--top {
	flex-direction: column;
	align-items: flex-start !important;
	text-align: left !important;
	background: #fff;
	border: 1px solid var(--bh-ret-line);
	border-top: 3px solid var(--bh-ret-gold);
	padding: 28px 24px;
	height: 100%;
}

body.bh-page-retours .bh-hub-ret-conditions .bh-icon-box::before {
	display: none;
}

body.bh-page-retours .bh-hub-ret-conditions .bh-icon-box__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: rgba(201, 162, 39, 0.14);
	color: var(--bh-ret-ink);
	font-size: 1.25rem;
}

body.bh-page-retours .bh-hub-ret-conditions .bh-icon-box__title {
	font-family: Oswald, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-size: 1rem;
	margin: 0 0 12px;
	color: var(--bh-ret-ink);
}

body.bh-page-retours .bh-hub-ret-conditions .bh-icon-box__desc {
	font-size: 0.92rem;
	line-height: 1.6;
	color: var(--bh-ret-body);
	margin: 0;
}

/* Timeline + visuel parcours */
body.bh-page-retours .bh-hub-ret-etapes > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(240px, 360px);
	gap: 48px;
	align-items: start;
}

body.bh-page-retours .bh-hub-ret-etapes .bh-brand-story--stacked .bh-brand-story__title:empty,
body.bh-page-retours .bh-hub-ret-etapes .bh-brand-story--stacked .bh-brand-story__subtitle:empty,
body.bh-page-retours .bh-hub-ret-etapes .bh-brand-story--stacked .bh-brand-story__text:empty {
	display: none;
}

body.bh-page-retours .bh-hub-ret-etapes .bh-brand-story--visual-only .bh-brand-story__content {
	display: none;
}

body.bh-page-retours .bh-hub-ret-etapes .bh-brand-story--stacked.bh-brand-story--visual-only {
	align-self: start;
	position: sticky;
	top: 24px;
}

body.bh-page-retours .bh-hub-ret-etapes .bh-brand-story--stacked .bh-brand-story__image img {
	display: block;
	width: 100%;
	max-width: 360px;
	height: auto;
	aspect-ratio: 360 / 480;
	margin-inline: auto;
	border-radius: 14px;
	object-fit: contain;
}

body.bh-page-retours .bh-hub-ret-etapes .bh-timeline__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin: 0 0 8px;
	border-radius: 50%;
	background: rgba(201, 162, 39, 0.16);
	color: var(--bh-ret-ink);
	font-size: 1rem;
}

body.bh-page-retours .bh-hub-ret-etapes .bh-timeline__item:last-of-type .bh-timeline__icon {
	width: 56px;
	height: 56px;
	border-radius: 0;
	background: transparent url("../../images/retours/ret-remboursement-icon.svg") center / contain no-repeat;
}

body.bh-page-retours .bh-hub-ret-etapes .bh-timeline__item:last-of-type .bh-timeline__icon svg,
body.bh-page-retours .bh-hub-ret-etapes .bh-timeline__item:last-of-type .bh-timeline__icon i {
	display: none;
}

body.bh-page-retours .bh-hub-ret-etapes .bh-timeline__eyebrow {
	font-family: Manrope, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--bh-ret-gold);
	margin: 0 0 12px;
}

body.bh-page-retours .bh-hub-ret-etapes .bh-timeline__section-title {
	font-family: Oswald, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: clamp(1.9rem, 3vw, 2.4rem);
	line-height: 1.05;
	margin: 0 0 28px;
	color: var(--bh-ret-ink);
}

body.bh-page-retours .bh-hub-ret-etapes .bh-timeline--vertical {
	position: relative;
	border-left: 2px solid var(--bh-ret-line);
	margin-top: 8px;
	padding-left: 32px;
}

body.bh-page-retours .bh-hub-ret-etapes .bh-timeline__item {
	position: relative;
	padding-bottom: 28px;
}

body.bh-page-retours .bh-hub-ret-etapes .bh-timeline__item::before {
	content: "";
	position: absolute;
	left: -39px;
	top: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--bh-ret-gold);
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px var(--bh-ret-line);
}

body.bh-page-retours .bh-hub-ret-etapes .bh-timeline__year {
	font-family: Oswald, sans-serif;
	font-weight: 600;
	font-size: 1rem;
	color: var(--bh-ret-gold);
	margin: 0 0 4px;
}

body.bh-page-retours .bh-hub-ret-etapes .bh-timeline__title {
	font-family: Oswald, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.05rem;
	margin: 0 0 8px;
	color: var(--bh-ret-ink);
}

body.bh-page-retours .bh-hub-ret-etapes .bh-timeline__content p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--bh-ret-body);
}

/* Politique */
body.bh-page-retours .bh-hub-ret-politique .bh-brand-story--text-only .bh-brand-story__content {
	max-width: 720px;
}

body.bh-page-retours .bh-brand-story__title {
	font-family: Oswald, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: clamp(1.5rem, 3vw, 2rem);
	margin: 0 0 12px;
	color: var(--bh-ret-ink);
}

body.bh-page-retours .bh-brand-story__subtitle {
	font-size: 1.05rem;
	line-height: 1.6;
	color: var(--bh-ret-body);
	margin: 0 0 20px;
}

body.bh-page-retours .bh-brand-story__text p:not(.bh-hub-ret-faq__mark) {
	font-size: 1rem;
	line-height: 1.75;
	color: var(--bh-ret-body);
	margin: 0 0 16px;
}

/* FAQ + marque verticale */
body.bh-page-retours .bh-hub-ret-faq > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(5.5rem, 11rem) minmax(0, 1fr);
	gap: 40px;
	align-items: start;
}

body.bh-page-retours .bh-hub-ret-faq .bh-brand-story--stacked .bh-brand-story__title:empty,
body.bh-page-retours .bh-hub-ret-faq .bh-brand-story--stacked .bh-brand-story__subtitle:empty {
	display: none;
}

body.bh-page-retours .bh-hub-ret-faq .bh-brand-story--stacked .bh-brand-story__text {
	margin: 0;
}

body.bh-page-retours .bh-hub-ret-faq .bh-brand-story__text .bh-hub-ret-faq__mark {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 2px;
	margin: 0;
	padding: 0;
	font-family: Oswald, sans-serif;
	font-weight: 700;
	font-size: clamp(4rem, 15vw, 12rem);
	line-height: 0.82;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: var(--bh-ret-ink);
}

body.bh-page-retours .bh-hub-ret-faq .bh-brand-story__text .bh-hub-ret-faq__mark span {
	display: block;
	font: inherit;
	color: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

body.bh-page-retours .bh-hub-ret-faq .bh-seo-landing-section-title,
body.bh-page-retours .bh-hub-ret-faq .bh-seo-faq__title {
	font-family: Oswald, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: clamp(1.5rem, 3vw, 2rem);
	margin: 0 0 24px;
	color: var(--bh-ret-ink);
}

body.bh-page-retours .bh-seo-faq__item {
	border: 1px solid var(--bh-ret-line);
	border-bottom: 0;
}

body.bh-page-retours .bh-seo-faq__item:last-child {
	border-bottom: 1px solid var(--bh-ret-line);
}

body.bh-page-retours .bh-seo-faq__question {
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-size: 0.95rem;
	padding: 18px 20px;
	color: var(--bh-ret-ink);
}

body.bh-page-retours .bh-seo-faq__answer {
	padding: 0 20px 18px;
	color: var(--bh-ret-body);
	font-size: 0.95rem;
	line-height: 1.6;
}

/* CTA livraison */
body.bh-page-retours .bh-hub-ret-cta > .e-con-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

body.bh-page-retours .bh-hub-ret-cta .bh-brand-story--stacked {
	max-width: min(560px, 92vw);
	width: 100%;
}

body.bh-page-retours .bh-hub-ret-cta .bh-brand-story--stacked .bh-brand-story__title:empty,
body.bh-page-retours .bh-hub-ret-cta .bh-brand-story--stacked .bh-brand-story__subtitle:empty,
body.bh-page-retours .bh-hub-ret-cta .bh-brand-story--stacked .bh-brand-story__text:empty {
	display: none;
}

body.bh-page-retours .bh-hub-ret-cta .bh-brand-story__image {
	display: flex;
	justify-content: center;
}

body.bh-page-retours .bh-hub-ret-cta .bh-brand-story__image img {
	width: 100%;
	height: auto;
	max-width: min(560px, 92vw);
	margin-inline: auto;
	display: block;
	border-radius: 0;
	background: transparent;
	image-rendering: -webkit-optimize-contrast;
	transform: translateX(-4%);
}

body.bh-page-retours .bh-hub-ret-cta .bh-cta-block {
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
	width: 100%;
}

body.bh-page-retours .bh-hub-ret-cta .bh-cta-block__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

body.bh-page-retours .bh-hub-ret-cta .bh-cta-block--band .bh-cta-block__band {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: min(420px, 92vw);
	margin-inline: auto;
	gap: 12px;
}

body.bh-page-retours .bh-hub-ret-cta .bh-cta-block--band .bh-cta-block__desc {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.6;
	color: var(--bh-ret-body);
	text-align: center;
}

body.bh-page-retours .bh-hub-ret-cta .bh-cta-block--band .bh-cta-block__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Oswald, sans-serif;
	font-weight: 700;
	font-size: clamp(2rem, 8.5vw, 2.85rem);
	line-height: 1;
	letter-spacing: 0;
	color: var(--bh-ret-ink);
}

body.bh-page-retours .bh-hub-ret-cta .bh-cta-block--band .bh-cta-block__title-ch {
	flex: 0 0 auto;
}

body.bh-page-retours .bh-hub-ret-cta .bh-cta-block__title {
	font-family: Oswald, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	margin: 0 0 14px;
	color: var(--bh-ret-ink);
}

body.bh-page-retours .bh-hub-ret-cta .bh-cta-block__desc {
	font-size: 1.05rem;
	line-height: 1.6;
	color: var(--bh-ret-body);
	margin: 0 0 28px;
	max-width: 640px;
}

body.bh-page-retours .bh-hub-ret-cta .bh-cta-block__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	background: var(--bh-ret-gold);
	color: var(--bh-ret-ink);
	font-family: Oswald, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	text-decoration: none;
	border: 0;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

body.bh-page-retours .bh-hub-ret-cta .bh-cta-block--band .bh-cta-block__btn {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	white-space: nowrap;
}

body.bh-page-retours .bh-hub-ret-cta .bh-cta-block__btn:hover {
	opacity: 0.92;
	transform: translateY(-1px);
}

/* Maillage — titres typographiques */
body.bh-page-retours .bh-hub-ret-maillage .bh-seo-related-links__card {
	position: relative;
	padding-top: 36px;
}

body.bh-page-retours .bh-hub-ret-maillage .bh-seo-related-links__card::before {
	display: none;
}

body.bh-page-retours .bh-hub-ret-maillage .bh-seo-related-links__card-title {
	font-family: Oswald, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	line-height: 0.9;
	letter-spacing: -0.01em;
	color: var(--bh-ret-ink);
}

body.bh-page-retours .bh-seo-related-links__section-title {
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-size: clamp(1.5rem, 3vw, 2rem);
	margin: 0 0 32px;
	color: var(--bh-ret-ink);
}

body.bh-page-retours .bh-seo-related-links--cards .bh-seo-related-links__cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

body.bh-page-retours .bh-seo-related-links--cards .bh-seo-related-links__card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 36px;
	background: var(--bh-ret-cream);
	border: 1px solid var(--bh-ret-line);
	text-decoration: none;
	color: var(--bh-ret-ink);
	transition: border-color 0.2s ease, transform 0.2s ease;
}

body.bh-page-retours .bh-seo-related-links--cards .bh-seo-related-links__card:hover {
	border-color: var(--bh-ret-gold);
	transform: translateY(-2px);
}

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

body.bh-page-retours .bh-seo-related-links__card-arrow {
	color: var(--bh-ret-gold);
	font-size: 1.3rem;
	margin-top: 8px;
}

@media (max-width: 860px) {
	body.bh-page-retours .bh-hub-ret-hero .bh-seo-landing-hero__inner {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	body.bh-page-retours .bh-hub-ret-hero .bh-seo-landing-hero__content,
	body.bh-page-retours .bh-hub-ret-hero .bh-seo-landing-hero__badge,
	body.bh-page-retours .bh-hub-ret-hero .bh-seo-landing-hero__image {
		grid-column: 1;
		grid-row: auto;
	}

	body.bh-page-retours .bh-hub-ret-hero .bh-seo-landing-hero__badge {
		max-width: 100%;
	}

	body.bh-page-retours .bh-hub-ret-conditions > .e-con-inner {
		grid-template-columns: 1fr;
	}

	body.bh-page-retours .bh-hub-ret-etapes > .e-con-inner {
		grid-template-columns: 1fr;
	}

	body.bh-page-retours .bh-hub-ret-etapes .bh-brand-story--stacked {
		order: -1;
		max-width: 320px;
		margin: 0 auto 8px;
	}

	body.bh-page-retours .bh-hub-ret-faq > .e-con-inner {
		grid-template-columns: 1fr;
	}

	body.bh-page-retours .bh-hub-ret-faq .bh-brand-story--stacked {
		max-width: none;
		margin: 0;
		justify-self: center;
	}

	body.bh-page-retours .bh-hub-ret-faq .bh-brand-story__text .bh-hub-ret-faq__mark {
		font-size: clamp(3.5rem, 18vw, 6rem);
	}

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

@media (max-width: 760px) {
	body.bh-page-retours .elementor.elementor[data-elementor-id] > .e-con.bh-hub-section--hero {
		padding-top: 0 !important;
		padding-inline: 0 !important;
		padding-bottom: 36px !important;
	}

	body.bh-page-retours .bh-hub-ret-hero .bh-seo-landing-hero__inner {
		gap: 24px;
	}

	body.bh-page-retours .elementor.elementor[data-elementor-id] > .e-con:not(.bh-hub-section--hero) {
		padding-top: 64px !important;
		padding-bottom: 64px !important;
	}

	body.bh-page-retours .elementor.elementor[data-elementor-id] > .e-con > .e-con-inner {
		padding-inline: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.bh-page-retours .bh-hub-ret-cta .bh-cta-block__btn:hover,
	body.bh-page-retours .bh-seo-related-links--cards .bh-seo-related-links__card:hover {
		transform: none;
	}
}
