/*
 * Source-lock layer
 *
 * Cette feuille centralise les cotes explicites reprises depuis:
 * - SOURCE/styles.css
 * - Bijoux en Argent 925 et Plaque or - L'Atelier d'Amaya.html
 *
 * But: une seule couche pilote les proportions et espacements de la home.
 */

/* :root bloc retiré Sprint 9 J3 — audit B CSS-CASCADE-DOMINANCE.md §6.7 + §8.1 étape 2.
   Les 10 variables --joaya-home-* / --joaya-header-* / --joaya-source-gap-* migrées vers main.css :root (ligne ~1291).
   Valeurs identiques préservées. --joaya-home-shell était déjà dupliqué dans main.css. */

/* SOURCE/styles.css .container */
.joaya-shell {
	width: min(calc(100% - (var(--joaya-home-gutter-mobile) * 2)), var(--joaya-home-shell));
}

@media (min-width: 1024px) {
	.joaya-shell {
		width: min(calc(100% - (var(--joaya-home-gutter-desktop) * 2)), var(--joaya-home-shell));
	}
}

/* SOURCE HTML: header h-[84px] lg:h-[148px] + highlighted white background */
.site-header {
	position: sticky;
	top: 0;
	z-index: 90;
	overflow: visible;
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid rgba(49, 41, 35, 0.06);
	backdrop-filter: blur(14px);
	transition: background-color 240ms ease, color 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

body.home .site-header {
	position: fixed;
	inset: 0 0 auto;
	min-height: var(--joaya-header-desktop-height);
	background: transparent;
	border-bottom-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: none;
	box-shadow: none;
	color: #fff;
}

body.home .site-header::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.98);
	opacity: 0;
	transition: opacity 200ms ease;
	pointer-events: none;
}

body.home .site-header > * {
	position: relative;
	z-index: 1;
}

body.home .site-header.is-solid,
body.home .site-header.is-nav-active,
body.home .site-header.is-search-open {
	color: var(--joaya-ink);
	border-bottom-color: rgba(49, 41, 35, 0.08);
	backdrop-filter: blur(14px);
}

body.home .site-header.is-solid::before,
body.home .site-header.is-nav-active::before,
body.home .site-header.is-search-open::before {
	opacity: 1;
}

body.joaya-page-has-hero-header .site-header {
	position: fixed;
	inset: 0 0 auto;
	min-height: var(--joaya-header-desktop-height);
	background: transparent;
	border-bottom-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: none;
	box-shadow: none;
	color: #fff;
}

body.joaya-page-has-hero-header .site-header::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.98);
	opacity: 0;
	transition: opacity 200ms ease;
	pointer-events: none;
}

body.joaya-page-has-hero-header .site-header > * {
	position: relative;
	z-index: 1;
}

body.joaya-page-has-hero-header .site-header.is-solid,
body.joaya-page-has-hero-header .site-header.is-nav-active,
body.joaya-page-has-hero-header .site-header.is-search-open {
	color: var(--joaya-ink);
	border-bottom-color: rgba(49, 41, 35, 0.08);
	backdrop-filter: blur(14px);
}

body.joaya-page-has-hero-header .site-header.is-solid::before,
body.joaya-page-has-hero-header .site-header.is-nav-active::before,
body.joaya-page-has-hero-header .site-header.is-search-open::before {
	opacity: 1;
}

/* SOURCE HTML: py-4 desktop, min-w-[130px], lg:w-[136px], w-6 h-6 icons */
.site-header__main {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(130px, 1fr) auto minmax(130px, 1fr);
	align-items: center;
	min-height: var(--joaya-header-main-desktop);
	padding: 0;
	gap: 1rem;
	overflow: visible;
	background: transparent;
	box-shadow: none;
}

.site-header__meta,
.site-header__actions {
	display: flex;
	align-items: center;
	min-width: 130px;
	font-size: 0.875rem;
	font-weight: 400;
}

.site-header__meta {
	justify-self: start;
	gap: 0.75rem;
	text-transform: uppercase;
}

.site-header__actions {
	justify-self: end;
	gap: 0.5rem;
}

.site-header__meta-link,
.site-header__locale,
.site-header__icon-link,
.site-header__icon-button,
.site-header__toggle,
.joaya-primary-nav__link {
	color: inherit;
}

.site-header__locale {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.site-header__locale::after {
	content: "";
	width: 0.4rem;
	height: 0.4rem;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: rotate(45deg) translateY(-0.08rem);
}

.site-branding {
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-branding__link,
.custom-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-top: 0.46rem;
	padding-bottom: 0.08rem;
}

.site-branding img,
.custom-logo {
	display: block;
	width: auto;
	height: 5.95rem;
	max-width: none;
	max-height: 5.95rem;
	object-fit: contain;
	object-position: center;
	opacity: 1;
	transform: scale(1);
	transform-origin: center center;
	transition: filter 240ms ease, opacity 240ms ease;
}

.site-branding__mark {
	font-family: var(--joaya-serif);
	font-size: clamp(2.4rem, 4vw, 3.4rem);
	letter-spacing: 0.02em;
}

body.home .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .site-branding img,
body.home .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .custom-logo,
body.joaya-page-has-hero-header .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .site-branding img,
body.joaya-page-has-hero-header .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .custom-logo {
	filter: brightness(0) invert(1) drop-shadow(0 0.2rem 0.75rem rgba(0, 0, 0, 0.16));
}

.site-header__toggle,
.site-header__icon-link,
.site-header__icon-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
}

.site-header__toggle svg,
.site-header__icon-link svg,
.site-header__icon-button svg {
	width: 1.5rem;
	height: 1.5rem;
}

.site-header__cart-count {
	position: absolute;
	top: 0.15rem;
	right: 0.05rem;
	min-width: 1rem;
	height: 1rem;
	padding: 0 0.18rem;
	border-radius: 999px;
	background: var(--joaya-lilac);
	color: #fff;
	font-size: 0.62rem;
	font-weight: 700;
	line-height: 1rem;
	text-align: center;
}

.site-header__navigation {
	position: relative;
	z-index: 1;
	overflow: visible;
	margin-top: 0;
	border-top: 0;
	border-bottom: 1px solid rgba(49, 41, 35, 0.06);
	background: transparent;
	box-shadow: none;
}

body.home .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .site-header__navigation {
	border-bottom-color: rgba(255, 255, 255, 0.18);
}

body.joaya-page-has-hero-header .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .site-header__navigation {
	border-bottom-color: rgba(255, 255, 255, 0.18);
}

.site-header__navigation-inner {
	position: relative;
	min-height: var(--joaya-header-nav-desktop);
	overflow: visible;
}

.joaya-primary-nav__list {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	overflow: visible;
	white-space: nowrap;
}

.joaya-primary-nav__item {
	position: relative;
	display: flex;
	align-items: center;
}

.joaya-primary-nav__item--mega {
	position: static;
}

.joaya-primary-nav__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.55rem;
	padding: 1.25rem;
	border-bottom: 2px solid transparent;
	font-size: 0.99rem;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
	transition: color 500ms ease, font-weight 500ms ease, border-color 500ms ease;
}

.joaya-primary-nav__item:hover > .joaya-primary-nav__link,
.joaya-primary-nav__item:focus-within > .joaya-primary-nav__link {
	color: var(--joaya-lilac);
	border-color: rgba(200, 162, 214, 0.48);
}

.joaya-mega-panel {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 20;
	width: min(calc(100vw - 2rem), 68rem);
	padding: 1.35rem;
	border: 1px solid rgba(49, 41, 35, 0.08);
	background: rgba(255, 255, 255, 0.99);
	box-shadow: 0 22px 44px rgba(18, 18, 18, 0.08);
	transform: translateX(-50%) translateY(0.7rem);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
}

.joaya-primary-nav__item:hover > .joaya-mega-panel,
.joaya-primary-nav__item:focus-within > .joaya-mega-panel {
	transform: translateX(-50%) translateY(0);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.joaya-mega-panel--columns {
	display: grid;
	grid-template-columns: minmax(14rem, 17rem) minmax(0, 1fr);
	align-items: stretch;
	gap: 1.25rem;
}

.joaya-mega-panel__intro,
.joaya-mega-panel__column {
	display: grid;
	align-content: start;
	gap: 0.68rem;
	min-width: 0;
}

.joaya-mega-panel__intro h3 {
	margin: 0;
	font-size: clamp(1.65rem, 2.1vw, 2.05rem);
	line-height: 1;
}

.joaya-mega-panel__intro .eyebrow {
	margin: 0;
	color: var(--joaya-lilac);
}

.joaya-mega-panel__intro .joaya-button {
	justify-self: start;
	min-height: 2.65rem;
	margin-top: 0.15rem;
	padding: 0.75rem 1.05rem;
	border-radius: 0;
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.joaya-mega-panel__intro p:last-of-type {
	margin: 0;
	color: var(--joaya-muted);
}

.joaya-mega-panel__columns {
	display: grid;
	grid-template-columns: minmax(13rem, 1fr) minmax(22rem, 26rem);
	align-items: stretch;
	gap: 1.1rem;
}

.joaya-mega-panel__heading {
	font-family: var(--joaya-sans);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.25;
	text-transform: uppercase;
	color: var(--joaya-ink);
}

.joaya-mega-panel__links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.34rem 0.95rem;
}

.joaya-mega-panel--pampilles-interchangeables .joaya-mega-panel__heading {
	display: none;
}

.joaya-mega-panel__links a,
.joaya-mega-panel__intro p {
	font-size: 0.84rem;
	line-height: 1.35;
	color: rgba(49, 41, 35, 0.74);
}

.joaya-mega-panel__links a {
	padding-block: 0.18rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: color 180ms ease, transform 180ms ease;
}

.joaya-mega-panel__links a:hover,
.joaya-mega-panel__links a:focus-visible {
	color: var(--joaya-lilac);
	outline: none;
	transform: translateX(0.16rem);
}

.joaya-mega-panel__visual {
	display: flex;
	align-items: flex-end;
	min-height: 14rem;
	padding: 1rem;
	border-radius: 0;
	color: #fff;
	background-position: center;
	background-size: cover;
}

.joaya-mega-panel__visual span {
	font-family: var(--joaya-serif);
	font-size: 1.75rem;
	line-height: 1;
}

.joaya-mega-panel--cards {
	--joaya-mega-card-media-height: clamp(18rem, 26.5vw, 21rem);
	--joaya-mega-card-body-height: 5.8rem;
	width: min(calc(100vw - 2rem), 42rem);
	padding: 1.1rem;
}

.joaya-mega-panel__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	gap: 0.95rem;
}

.joaya-mega-card {
	display: grid;
	grid-template-rows: var(--joaya-mega-card-media-height) minmax(var(--joaya-mega-card-body-height), 1fr);
	overflow: hidden;
	border: 1px solid rgba(49, 41, 35, 0.08);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.9);
	height: 100%;
}

.joaya-mega-card__media {
	display: block;
	width: 100%;
	height: 100%;
	min-height: var(--joaya-mega-card-media-height);
	background-position: center;
	background-size: cover;
}

.joaya-mega-card__body {
	display: grid;
	grid-template-rows: auto 1fr;
	align-content: start;
	gap: 0.3rem;
	min-height: var(--joaya-mega-card-body-height);
	padding: 0.85rem 0.85rem 0.95rem;
}

.joaya-mega-card__body strong {
	display: block;
	font-family: var(--joaya-sans);
	font-size: 0.98rem;
	font-weight: 500;
	line-height: 1.28;
	color: var(--joaya-ink);
}

.joaya-mega-card__body span {
	display: block;
	font-size: 0.84rem;
	line-height: 1.45;
	color: rgba(49, 41, 35, 0.74);
}

.joaya-mega-card:hover .joaya-mega-card__body strong,
.joaya-mega-card:focus-visible .joaya-mega-card__body strong {
	color: var(--joaya-lilac);
}

.joaya-mega-card:focus-visible {
	outline: 1px solid var(--joaya-lilac);
	outline-offset: 0.18rem;
}

.joaya-mega-panel__model-rail {
	overflow: hidden;
	min-width: 0;
	padding: 0.45rem;
	border: 1px solid rgba(49, 41, 35, 0.08);
	background: rgba(255, 255, 255, 0.9);
}

.joaya-mega-panel__model-track {
	display: flex;
	align-items: stretch;
	width: max-content;
	gap: 0.55rem;
	transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.joaya-mega-model-card {
	display: grid;
	flex: 0 0 7.35rem;
	gap: 0.42rem;
	color: var(--joaya-ink);
	text-decoration: none;
}

.joaya-mega-model-card__media {
	display: block;
	aspect-ratio: 0.82;
	background-position: center;
	background-size: cover;
}

.joaya-mega-model-card__label {
	font-family: var(--joaya-sans);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	color: rgba(49, 41, 35, 0.76);
}

.joaya-mega-model-card:hover .joaya-mega-model-card__label,
.joaya-mega-model-card:focus-visible .joaya-mega-model-card__label {
	color: var(--joaya-lilac);
}

.joaya-mega-model-card:focus-visible {
	outline: 1px solid var(--joaya-lilac);
	outline-offset: 0.18rem;
}

@media (prefers-reduced-motion: reduce) {
	.joaya-mega-panel__model-track {
		transition: none;
	}
}

.joaya-site-overlay {
	position: fixed;
	inset: 0;
	z-index: 70;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	transition: opacity 200ms ease;
}

.joaya-site-overlay.is-active {
	opacity: 1;
}

body.joaya-offer-guard-open {
	overflow: hidden;
}

.joaya-offer-guard[hidden] {
	/* !important retiré Sprint 9 J4-J5 — audit B confirmait safe (pattern [hidden] standard, aucune autre règle CSS ne cible ce sélecteur) */
	display: none;
}

.joaya-offer-guard {
	position: fixed;
	inset: 0;
	z-index: 240;
	display: grid;
	place-items: center;
	padding: clamp(1rem, 3vw, 2.5rem);
}

.joaya-offer-guard__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(49, 41, 35, 0.38);
	backdrop-filter: blur(6px);
}

.joaya-offer-guard__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 520px);
	padding: clamp(1.5rem, 4vw, 2.4rem);
	border: 1px solid rgba(200, 162, 214, 0.42);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 28px 80px rgba(49, 41, 35, 0.18);
	color: var(--joaya-ink);
}

.joaya-offer-guard__kicker {
	margin: 0 0 0.85rem;
	color: var(--joaya-lilac);
	font-family: var(--joaya-sans);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.joaya-offer-guard__dialog h2 {
	margin: 0;
	font-family: var(--joaya-serif);
	font-size: clamp(2.1rem, 6vw, 3.2rem);
	font-weight: 500;
	line-height: 0.98;
	letter-spacing: 0;
}

.joaya-offer-guard__dialog p:not(.joaya-offer-guard__kicker) {
	margin: 1.1rem 0 0;
	color: var(--joaya-muted);
	font-family: var(--joaya-sans);
	font-size: 0.96rem;
	line-height: 1.65;
}

.joaya-offer-guard__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.joaya-offer-guard__button {
	min-height: 48px;
	border: 1px solid var(--joaya-action-bg);
	border-radius: 0;
	padding: 0.85rem 1rem;
	font-family: var(--joaya-sans);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.joaya-offer-guard__button--primary {
	background: var(--joaya-action-bg);
	color: #fff;
}

.joaya-offer-guard__button--light {
	border-color: rgba(200, 162, 214, 0.72);
	background: #fff;
	color: var(--joaya-ink);
}

.joaya-offer-guard__button:hover,
.joaya-offer-guard__button:focus-visible {
	border-color: var(--joaya-lilac);
	outline: none;
}

.joaya-offer-guard__button--primary:hover,
.joaya-offer-guard__button--primary:focus-visible {
	background: var(--joaya-lilac);
	color: #fff;
}

.joaya-offer-guard__button--light:hover,
.joaya-offer-guard__button--light:focus-visible {
	background: var(--joaya-surface-tint);
}

@media (max-width: 640px) {
	.joaya-offer-guard {
		align-items: end;
		padding: 0.75rem;
	}

	.joaya-offer-guard__dialog {
		padding: 1.35rem;
	}

	.joaya-offer-guard__actions {
		grid-template-columns: 1fr;
	}
}

.site-header__search {
	position: relative;
	padding: 0;
}

.site-header__search-panel {
	position: fixed;
	top: var(--joaya-header-desktop-height);
	right: 0;
	left: 0;
	z-index: 95;
	display: grid;
	gap: 2rem;
	max-height: calc(100dvh - var(--joaya-header-desktop-height));
	overflow: auto;
	width: auto;
	padding: clamp(1.35rem, 2.6vw, 2.25rem) var(--joaya-home-gutter-mobile) clamp(2rem, 4vw, 3.25rem);
	border-bottom: 1px solid rgba(49, 41, 35, 0.08);
	border-radius: 0;
	background: #fff;
	box-shadow: 0 1.8rem 4rem rgba(18, 18, 18, 0.1);
}

.site-header__search-panel[hidden] {
	/* !important retiré Sprint 9 J4-J5 — audit B confirmait safe (pattern [hidden] standard, aucune autre règle CSS ne cible ce sélecteur) */
	display: none;
}

.site-header__search-form {
	display: none;
	align-items: center;
	grid-template-columns: minmax(0, 1fr) auto;
	width: min(100%, 40rem);
	margin: 0 auto;
	border-bottom: 1px solid var(--joaya-action-bg);
	background: transparent;
	color: var(--joaya-action-bg);
}

.site-header__search.is-open .site-header__search-form {
	display: grid;
}

.site-header__search-field {
	width: 100%;
	height: 3.45rem;
	padding: 0 0.75rem 0 0;
	border: 0;
	background: transparent;
	color: var(--joaya-action-bg);
	font-size: 1rem;
}

.site-header__search-field::placeholder {
	color: rgba(36, 57, 97, 0.48);
}

.site-header__search-field:focus {
	outline: none;
	box-shadow: none;
}

.site-header__search-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.2rem;
	height: 3.2rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--joaya-action-bg);
	cursor: pointer;
}

.site-header__search-submit svg {
	width: 1.35rem;
	height: 1.35rem;
}

.site-header__search-results {
	display: grid;
	gap: 1.9rem;
	width: min(100%, var(--joaya-home-shell));
	margin: 0 auto;
	color: var(--joaya-action-bg);
}

.site-header__search-results[hidden] {
	/* !important retiré Sprint 9 J4-J5 — audit B confirmait safe (pattern [hidden] standard, aucune autre règle CSS ne cible ce sélecteur) */
	display: none;
}

.site-header__search-state {
	font-size: 0.92rem;
	color: rgba(36, 57, 97, 0.7);
}

.site-header__search-section {
	display: grid;
	gap: 1rem;
}

.site-header__search-section h2,
.site-header__search-empty strong {
	margin: 0;
	font-family: var(--joaya-sans);
	font-size: 1.08rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	color: var(--joaya-action-bg);
}

.site-header__search-suggestions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem 1.25rem;
}

.site-header__search-suggestions a {
	display: inline-grid;
	gap: 0.1rem;
	color: rgba(36, 57, 97, 0.8);
	text-decoration: none;
}

.site-header__search-suggestions a:hover,
.site-header__search-suggestions a:focus-visible,
.site-header__search-section-header a:hover,
.site-header__search-section-header a:focus-visible {
	color: var(--joaya-lilac);
	outline: none;
}

.site-header__search-section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.site-header__search-section-header a,
.site-header__search-empty a {
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--joaya-action-bg);
	text-decoration: underline;
	text-underline-offset: 0.2rem;
}

.site-header__search-products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.45rem 2.25rem;
}

.site-header__search-product {
	display: grid;
	grid-template-columns: 7.2rem minmax(0, 1fr);
	gap: 0.85rem;
	align-items: center;
	color: var(--joaya-action-bg);
	text-decoration: none;
}

.site-header__search-product:hover strong,
.site-header__search-product:focus-visible strong {
	color: var(--joaya-lilac);
}

.site-header__search-product:focus-visible {
	outline: 1px solid var(--joaya-lilac);
	outline-offset: 0.3rem;
}

.site-header__search-product-image {
	display: block;
	overflow: hidden;
	aspect-ratio: 1;
	background: var(--joaya-surface-muted);
}

.site-header__search-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.site-header__search-product-body {
	display: grid;
	gap: 0.28rem;
	min-width: 0;
}

.site-header__search-product-body strong {
	font-size: 0.98rem;
	font-weight: 500;
	line-height: 1.42;
	color: var(--joaya-action-bg);
	transition: color 160ms ease;
}

.site-header__search-product-body small {
	font-size: 0.74rem;
	color: rgba(36, 57, 97, 0.54);
}

.site-header__search-product-body em {
	font-style: normal;
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--joaya-action-bg);
}

.site-header__search-empty {
	display: grid;
	gap: 0.7rem;
	max-width: 38rem;
	margin: 0 auto;
	text-align: center;
}

.site-header__search-empty p {
	margin: 0;
	color: rgba(36, 57, 97, 0.68);
}

.site-header__search-hints {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	padding-top: 0.35rem;
}

.site-header__search-hints button {
	min-height: 2.15rem;
	padding: 0.45rem 0.75rem;
	border: 1px solid rgba(200, 162, 214, 0.5);
	border-radius: 0;
	background: rgba(200, 162, 214, 0.08);
	color: var(--joaya-action-bg);
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	cursor: pointer;
}

.site-drawer {
	border-top: 1px solid rgba(49, 41, 35, 0.06);
	background: rgba(255, 255, 255, 0.98);
}

.site-drawer__inner {
	display: grid;
	gap: var(--joaya-space-4);
	padding: var(--joaya-space-4) 0 var(--joaya-space-5);
}

.site-drawer__header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--joaya-space-3);
}

.site-drawer__close {
	padding: 0.7rem 1rem;
	border: 1px solid var(--joaya-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
	color: var(--joaya-ink);
	font: inherit;
}

.site-drawer__tree,
.site-drawer__submenu-groups,
.site-drawer__submenu-links,
.site-drawer__submenu-cards {
	display: grid;
	gap: 0.8rem;
}

.site-drawer__tree-link,
.site-drawer__tree-toggle,
.site-drawer__submenu-group,
.site-drawer__card,
.site-drawer__view-all {
	display: block;
	padding: 1rem 1.1rem;
	border: 1px solid var(--joaya-border);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.88);
}

.site-drawer__tree-toggle {
	width: 100%;
	color: var(--joaya-ink);
	font: inherit;
	text-align: left;
}

.site-drawer__tree-toggle[aria-expanded="true"] {
	border-color: rgba(110, 138, 107, 0.35);
}

.site-drawer__view-all {
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 0.2rem;
}

.site-drawer__submenu {
	display: grid;
	gap: 0.8rem;
	padding-top: 0.75rem;
}

.site-drawer__submenu-title {
	display: inline-flex;
	margin-bottom: 0.7rem;
	font-family: var(--joaya-serif);
	font-size: 1.35rem;
}

.site-drawer__submenu-links a {
	color: var(--joaya-muted);
}

.site-drawer__card {
	overflow: hidden;
	padding: 0;
}

.site-drawer__card-media {
	display: block;
	aspect-ratio: 1.2;
	background-position: center;
	background-size: cover;
}

.site-drawer__card-title {
	display: block;
	padding: 1rem 1.1rem;
	font-family: var(--joaya-serif);
	font-size: 1.4rem;
}

@media (min-width: 1024px) {
	.site-header__main {
		grid-template-columns: minmax(12rem, 1fr) auto minmax(12rem, 1fr);
	}

	.site-header__meta {
		display: flex;
	}

	.site-header__toggle,
	.site-drawer {
		/* !important retiré Sprint 9 J4-J5 — audit B confirmait safe (verrou desktop, ligne ordre source > .site-header__toggle ligne 229, spécificité identique = cette règle gagne naturellement) */
		display: none;
	}

	.site-header__navigation {
		display: block;
	}

	.site-header__search-panel {
		padding-right: var(--joaya-home-gutter-desktop);
		padding-left: var(--joaya-home-gutter-desktop);
	}

	.site-header__search.is-open > .site-header__icon-button {
		visibility: hidden;
		pointer-events: none;
	}

	.site-header__search-form {
		position: absolute;
		z-index: 100;
		top: 50%;
		right: 0;
		width: min(31.5rem, calc(100vw - 34rem));
		min-width: 22rem;
		margin: 0;
		transform: translateY(-50%);
		box-shadow: none;
	}
}

/* Hero source */
.home-hero {
	margin: 0;
}

.home-hero__banner {
	position: relative;
	display: block;
	background: #e6d6cb;
	/* CLS fix (P0-ULTIME Q4) : réserve la hauteur desktop RÉELLE déjà rendue
	   (47.5rem, cf. règle "Final polish pass" plus bas) dès la règle de base,
	   pour supprimer le layout shift au chargement. Valeur identique à celle
	   appliquée actuellement → zéro changement visuel (C37). Les media queries
	   mobile (max-width:1023px et en dessous) continuent d'écraser cette valeur. */
	min-height: 47.5rem;
}

.home-hero__media,
.home-hero__overlay {
	position: absolute;
	inset: 0;
}

.home-hero__media {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-hero__overlay {
	display: flex;
	align-items: center;
	padding-top: var(--joaya-header-desktop-height);
}

.home-hero__copy {
	display: grid;
	align-content: start;
	gap: 1rem;
	margin-left: max(3rem, calc((100vw - var(--joaya-home-shell)) / 2 + var(--joaya-home-gutter-desktop)));
	color: #fff;
}

.home-hero__title {
	font-family: var(--joaya-sans);
	font-size: clamp(2.5rem, 4vw, 3.5rem);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.home-hero__subtitle {
	max-width: 24rem;
	font-size: 1.1rem;
	line-height: 1.45;
}

.home-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 21.5625rem;
	min-height: 3.45rem;
	margin-top: 15px;
	padding: 0.85rem 1.5rem;
	font-size: 1.1rem;
	letter-spacing: 0.08em;
	color: var(--joaya-ink);
	background: var(--joaya-cta-bg);
}

/* Source headings: display:flex; gap:10px; 32px title; 16px link */
.home-section {
	padding-top: 4.5rem;
	padding-bottom: 0;
}

.home-section__intro--categories,
.home-bestsellers__heading,
.home-trends__heading {
	margin-bottom: 1.8rem;
}

.home-section__intro--categories h2,
.home-bestsellers__title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: var(--joaya-source-gap-10);
	font-family: var(--joaya-sans);
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
}

.home-section__intro--categories h2 em,
.home-bestsellers__title em {
	font-style: italic;
	font-weight: 600;
	color: var(--joaya-lilac);
}

.home-bestsellers__more {
	font-size: 1rem;
	font-style: italic;
	text-decoration: underline;
	text-underline-offset: 0.18rem;
}

/* Contained grids */
.home-collections__track,
.home-editorial__grid,
.home-trends__grid {
	gap: var(--joaya-source-gap-15);
}

.home-collections__track {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-collection-card {
	position: relative;
	display: block;
	overflow: hidden;
}

.home-collection-card__visual {
	display: block;
	aspect-ratio: 314 / 548;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-collection-card__overlay {
	position: absolute;
	inset: auto 0 0;
	display: flex;
	align-items: flex-end;
	padding: 1.35rem 1.2rem;
	min-height: 7rem;
	background: linear-gradient(180deg, rgba(20, 16, 14, 0) 0%, rgba(20, 16, 14, 0.54) 100%);
}

.home-editorial__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Source utility: md:h-[25rem] banners */
.home-editorial-card {
	position: relative;
	display: block;
	min-height: 25rem;
	overflow: hidden;
}

.home-editorial-card__content {
	position: relative;
	z-index: 1;
	display: grid;
	align-content: end;
	height: 100%;
	padding: 2rem;
	color: #fff;
	text-align: left;
}

/* Product sliders: grid-cols-2 gap-4 / lg:grid-cols-4 + source Glider values */
.home-bestsellers__heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: var(--joaya-source-gap-10);
}

.home-bestsellers__slider {
	margin: 0 -0.5rem;
}

.home-bestsellers__slider:not(.glider-is-initialized) .home-bestsellers__nav {
	display: none;
}

.glider {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.glider::-webkit-scrollbar {
	display: none;
}

.glider-track {
	display: flex;
	width: 100%;
}

.home-bestsellers__grid {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x proximity;
}

.home-bestsellers__track {
	padding: 0 0 0.25rem;
}

.home-bestsellers__track .joaya-product-card {
	padding: 0 0.5rem;
}

.home-bestsellers__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 1rem;
}

.home-bestsellers__arrow {
	width: 2rem;
	height: 2rem;
}

.home-bestsellers__dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.home-duo,
.home-materials,
.home-loyalty {
	padding-top: 4.5rem;
}

.home-duo__grid,
.home-materials__grid {
	display: grid;
	gap: 1px;
}

.home-duo__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-materials__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-duo-card,
.home-material-card {
	position: relative;
	display: block;
	overflow: hidden;
}

.home-duo-card__content {
	position: absolute;
	left: 3rem;
	right: 3rem;
	bottom: 3rem;
	z-index: 1;
	display: grid;
	gap: 0.85rem;
	max-width: 32rem;
	color: #fff;
}

.home-material-card__title {
	position: absolute;
	inset: 2rem 2rem auto;
	z-index: 1;
	font-family: var(--joaya-serif);
	font-size: clamp(2rem, 2.9vw, 2.55rem);
	font-weight: 500;
	line-height: 1.1;
	color: #fff;
	text-align: center;
}

.home-trends__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-trend-card {
	position: relative;
	display: block;
	overflow: hidden;
}

.home-trend-card__image {
	aspect-ratio: 1 / 1;
}

.home-trend-card__title {
	position: absolute;
	top: 1.55rem;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 0 1rem;
	font-family: var(--joaya-sans);
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.25;
	color: #fff;
	text-align: center;
}

.home-trends__cta {
	display: flex;
	justify-content: center;
	margin-top: 1.25rem;
}

.home-loyalty__banner {
	position: relative;
	display: block;
	min-height: 25.75rem;
	overflow: hidden;
}

.home-loyalty__content {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 1.5rem;
	min-height: 25.75rem;
	color: #fff;
}

.home-loyalty__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 21rem;
	min-height: 4.1rem;
	margin-top: 1.35rem;
	font-size: 1rem;
	background: rgba(176, 75, 108, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.24);
}

@media (max-width: 1023px) {
	body.home .site-header,
	body.joaya-page-has-hero-header .site-header {
		position: sticky;
		min-height: var(--joaya-header-mobile-height);
		background: rgba(255, 255, 255, 0.98);
		color: var(--joaya-ink);
		border-bottom-color: rgba(49, 41, 35, 0.08);
		backdrop-filter: blur(14px);
	}

	body.home .site-header::before,
	body.joaya-page-has-hero-header .site-header::before {
		opacity: 1;
	}

	body.home .site-header .site-branding img,
	body.joaya-page-has-hero-header .site-header .site-branding img {
		filter: none;
	}

	.site-header__meta {
		display: none;
	}

	.site-header__navigation {
		display: none;
	}

	.site-header__search-form {
		position: fixed;
		z-index: 100;
		top: calc(var(--joaya-header-mobile-height) + 0.75rem);
		right: var(--joaya-home-gutter-mobile);
		left: var(--joaya-home-gutter-mobile);
		width: auto;
		margin: 0;
		background: #fff;
		box-shadow: none;
	}

	.site-header__search-panel {
		top: calc(var(--joaya-header-mobile-height) + 5.25rem);
		max-height: calc(100dvh - var(--joaya-header-mobile-height) - 5.25rem);
		padding-right: var(--joaya-home-gutter-mobile);
		padding-left: var(--joaya-home-gutter-mobile);
	}

	.site-header__search-products {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.site-header__search-product {
		grid-template-columns: 5.5rem minmax(0, 1fr);
	}

	.home-hero__banner {
		min-height: 39rem;
	}

	.home-hero__overlay {
		padding-top: var(--joaya-header-mobile-height);
		align-items: flex-end;
	}

	.home-hero__copy {
		width: calc(100% - 2rem);
		margin: 0 auto 2rem;
	}

	.home-hero__button {
		min-width: 16rem;
		font-size: 0.92rem;
	}

	.home-collections__track,
	.home-bestsellers__grid,
	.home-trends__grid {
		grid-auto-flow: column;
		grid-auto-columns: minmax(15rem, 72vw);
		grid-template-columns: none;
		overflow-x: auto;
		padding-bottom: 0.2rem;
		scroll-snap-type: x proximity;
	}

	.home-collections__track > *,
	.home-bestsellers__grid > *,
	.home-trends__grid > * {
		scroll-snap-align: start;
	}

	.home-editorial__grid,
	.home-duo__grid,
	.home-materials__grid,
	.home-loyalty__content {
		grid-template-columns: 1fr;
	}
}

/* Layout calibration overrides */

.home-editorial__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
}

.home-editorial-card {
	min-height: 34rem;
}

.home-editorial-card__image,
.home-duo-card__image,
.home-material-card__image,
.home-trend-card__image,
.home-loyalty__media {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-editorial-card__image,
.home-duo-card__image,
.home-material-card__image,
.home-loyalty__media {
	position: absolute;
	inset: 0;
}

.home-bestsellers__track .joaya-product-card__media {
	display: block;
	width: 100%;
	aspect-ratio: 314 / 372;
	height: auto;
	overflow: hidden;
}

.home-bestsellers__track .joaya-product-card__media-link,
.home-bestsellers__track .joaya-product-card__image,
.home-bestsellers__track .joaya-product-card__image--placeholder,
.home-bestsellers__track .joaya-product-card__media img {
	display: block;
	width: 100%;
	height: 100%;
}

.home-bestsellers__track .joaya-product-card__image,
.home-bestsellers__track .joaya-product-card__media img {
	object-fit: cover;
}

.home-duo-card {
	min-height: 34rem;
}

.home-material-card {
	min-height: 31rem;
}

.home-trends__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-loyalty__brand {
	display: inline-flex;
	align-items: baseline;
	gap: 0.25rem;
}

/*
 * Composition pass
 *
 * Ajustements de hiérarchie et d'ordre visuel.
 */

body.home .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .site-header__meta,
body.home .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .site-header__meta a,
body.home .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .site-header__meta span,
body.home .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .site-header__actions,
body.home .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .site-header__icon-link,
body.home .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .site-header__icon-button,
body.home .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .site-header__toggle,
body.home .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .joaya-primary-nav__link {
	color: #fff;
}

body.joaya-page-has-hero-header .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .site-header__meta,
body.joaya-page-has-hero-header .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .site-header__meta a,
body.joaya-page-has-hero-header .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .site-header__meta span,
body.joaya-page-has-hero-header .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .site-header__actions,
body.joaya-page-has-hero-header .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .site-header__icon-link,
body.joaya-page-has-hero-header .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .site-header__icon-button,
body.joaya-page-has-hero-header .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .site-header__toggle,
body.joaya-page-has-hero-header .site-header:not(.is-solid):not(.is-nav-active):not(.is-search-open) .joaya-primary-nav__link {
	color: #fff;
}

.home-hero__eyebrow {
	padding: 0.3rem 0.8rem;
	font-family: var(--joaya-serif);
	font-size: clamp(2rem, 2.9vw, 2.7rem);
	font-style: italic;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: none;
	color: #fff;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.14);
}

.home-hero__subtitle {
	max-width: 28rem;
	font-size: 1.05rem;
}

.home-hero__button {
	min-width: 18rem;
	min-height: 3.55rem;
	margin-top: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 0;
	background: transparent;
	color: #fff;
	font-size: 0.98rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.home-hero__banner:hover .home-hero__button,
.home-hero__banner:focus-visible .home-hero__button {
	background: rgba(255, 244, 204, 0.95);
	color: var(--joaya-ink);
	border-color: rgba(255, 244, 204, 0.95);
}

.home-offers__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--joaya-source-gap-15);
}

.home-offer-card__media {
	display: block;
	height: 18rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-offer-card__body {
	display: grid;
	gap: 0.45rem;
	padding: 1.25rem 1.2rem 1.35rem;
}

.home-collections__cta .joaya-button,
.home-trends__cta .joaya-button {
	min-width: 15rem;
	min-height: 3.65rem;
	padding: 1rem 1.75rem;
	border-radius: 0;
	font-size: 1.02rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	box-shadow: none;
}

.home-collections__cta .joaya-button {
	min-width: 17rem;
	color: var(--joaya-ink);
	background: #fff;
	border: 1px solid rgba(49, 41, 35, 0.1);
	letter-spacing: 0.2em;
}

.home-trends__cta .joaya-button {
	color: var(--joaya-ink);
	background: var(--joaya-surface);
	border: 1px solid rgba(49, 41, 35, 0.1);
}

.home-collections__cta .joaya-button:hover,
.home-collections__cta .joaya-button:focus-visible,
.home-trends__cta .joaya-button:hover,
.home-trends__cta .joaya-button:focus-visible {
	background: var(--joaya-cta-bg);
}

.home-editorial {
	padding-top: 4rem;
}

.home-editorial-card {
	min-height: 35rem;
}

.home-duo-card {
	min-height: 24.5rem;
}

.home-material-card__title {
	font-size: clamp(2.25rem, 2.85vw, 2.95rem);
}

.home-trend-card__title {
	top: auto;
	bottom: 1.85rem;
	font-size: 1.42rem;
	line-height: 1.2;
}

.home-loyalty__media {
	background-size: cover;
	background-position: center;
}

.home-loyalty__banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(25, 21, 20, 0.38), rgba(25, 21, 20, 0.24) 54%, rgba(25, 21, 20, 0.28));
}

.home-loyalty__content {
	position: relative;
	z-index: 1;
	grid-template-columns: 1fr;
	justify-items: center;
	align-content: center;
	gap: 0.45rem;
	padding: 3rem 0;
	text-align: center;
}

.home-loyalty__brand {
	display: block;
	font-size: clamp(2.9rem, 5vw, 5.2rem);
}

.home-loyalty__brand-sub {
	display: block;
	font-family: var(--joaya-serif);
	font-size: clamp(2rem, 3.8vw, 4rem);
	font-style: italic;
	line-height: 0.95;
	color: #fff;
}

.home-loyalty__title {
	font-size: clamp(1.5rem, 2vw, 2.15rem);
	line-height: 1.1;
}

.home-loyalty__button {
	margin-top: 0.7rem;
	border: 0;
	border-radius: 0;
	min-width: 18rem;
	min-height: 3.7rem;
	background: rgba(255, 244, 204, 0.94);
	color: var(--joaya-ink);
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.home-highlights__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
}

.home-highlight-card {
	position: relative;
	display: block;
	overflow: hidden;
}

.home-highlight-card__visual {
	display: block;
	aspect-ratio: 314 / 360;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-highlight-card__overlay {
	position: absolute;
	inset: auto 0 0;
	padding: 1.4rem 1.15rem;
	background: linear-gradient(180deg, rgba(20, 16, 14, 0), rgba(20, 16, 14, 0.54));
}

.home-highlight-card__overlay strong {
	font-family: var(--joaya-sans);
	font-size: 1.15rem;
	font-weight: 500;
	line-height: 1.45;
	color: #fff;
}

.home-story-band {
	padding: 4.5rem 0 0;
}

.home-story-band__inner {
	width: 100%;
	padding: 4rem 0;
	background: linear-gradient(180deg, rgba(200, 162, 214, 0.12), rgba(200, 162, 214, 0.22) 48%, rgba(200, 162, 214, 0.12));
}

.home-story-band__inner p {
	max-width: min(74rem, calc(100% - 6.25rem));
	margin: 0 auto;
	font-size: 1.08rem;
	line-height: 1.85;
	color: #4a4457;
}

.home-story-band__inner p + p {
	margin-top: 1.25rem;
}

.home-promise {
	padding-top: 3rem;
}

.home-promise__strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid rgba(124, 110, 145, 0.24);
	border-bottom: 1px solid rgba(124, 110, 145, 0.24);
}

.home-promise__item {
	padding: 1.9rem 1.75rem;
}

.home-promise__item + .home-promise__item {
	border-left: 1px solid rgba(124, 110, 145, 0.24);
}

.home-promise__item h3 {
	margin-bottom: 0.35rem;
	font-family: var(--joaya-sans);
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.4;
}

.home-promise__item p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.45;
	color: #6a5e55;
}

.home-newsletter {
	position: relative;
	margin-top: 4.5rem;
	overflow: hidden;
}

.home-newsletter__media {
	position: absolute;
	inset: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.34;
}

.home-newsletter__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 30rem);
	align-items: center;
	gap: 2rem;
	padding: 3.6rem 0;
}

.home-newsletter__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.88rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--joaya-sage-deep);
}

.home-newsletter__copy h2 {
	margin-bottom: 0.7rem;
	font-size: clamp(1.55rem, 2.4vw, 2.15rem);
	line-height: 1.18;
}

.home-newsletter__copy p:last-child {
	margin: 0;
	color: #675a52;
}

.home-newsletter__form-wrap {
	padding: 0;
	background: transparent;
	backdrop-filter: none;
}

.home-newsletter__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: end;
}

.home-newsletter__form input {
	min-height: 3.95rem;
	padding: 0 0 0.45rem;
	border: 0;
	border-bottom: 1px solid rgba(49, 41, 35, 0.24);
	border-radius: 0;
	font-size: 0.95rem;
	letter-spacing: 0.08em;
	background: transparent;
}

.home-newsletter__submit {
	min-width: 12rem;
	min-height: 3.5rem;
	padding: 0 1.4rem;
	border: 1px solid rgba(49, 41, 35, 0.22);
	border-radius: 0;
	font-family: var(--joaya-sans);
	font-size: 0.94rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--joaya-ink);
	background: transparent;
}

.home-newsletter__submit:hover,
.home-newsletter__submit:focus-visible {
	background: var(--joaya-cta-bg);
}

.home-newsletter__message {
	margin: 0 0 0.8rem;
	font-size: 0.92rem;
}

.site-footer {
	padding-top: 2rem;
}

.site-footer__instagram {
	padding: 4rem 0 3.6rem;
	border-top: 0;
	border-bottom: 0;
}

.site-footer__instagram h2 {
	font-family: "Snell Roundhand", "Brush Script MT", "Segoe Script", cursive;
	font-size: clamp(4rem, 8vw, 6.4rem);
	font-style: normal;
	font-weight: 400;
	line-height: 0.95;
	color: var(--joaya-ink);
}

.site-footer__instagram-copy p,
.site-footer__instagram-tag {
	font-size: clamp(1.5rem, 2.4vw, 2.1rem);
	color: var(--joaya-ink);
}

.site-footer__instagram-copy p {
	margin-top: 0.35rem;
}

.site-footer__instagram-copy strong,
.site-footer__instagram-tag strong {
	color: var(--joaya-lilac);
	font-weight: 700;
}

.site-footer__instagram-tag span {
	color: var(--joaya-ink);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.7fr));
	gap: 2rem;
	padding: 1.5rem 0 2.25rem;
	border-top: 1px solid rgba(49, 41, 35, 0.08);
}

.site-footer__brand {
	max-width: 26rem;
}

.site-footer__logo {
	width: auto;
	height: 7rem;
	margin-bottom: 1rem;
}

.site-footer__brand p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.7;
	color: #5e554f;
}

.site-footer__column h3 {
	margin-bottom: 0.95rem;
	font-family: var(--joaya-sans);
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.site-footer__menu {
	display: grid;
	gap: 0.55rem;
}

.site-footer__menu a {
	font-size: 0.98rem;
	color: #5a5048;
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 0 0;
	border-top: 1px solid rgba(49, 41, 35, 0.08);
}

@media (max-width: 1023px) {
	.home-hero__banner {
		min-height: 36rem;
	}

	.home-hero__overlay {
		padding-top: calc(var(--joaya-header-mobile-height) + 4rem);
	}

	.home-offers__grid,
	.home-highlights__grid,
	.home-promise__strip,
	.home-newsletter__inner,
	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.home-editorial-card,
	.home-duo-card {
		min-height: 23rem;
	}

	.home-story-band__inner p {
		max-width: calc(100% - 3rem);
	}

	.home-newsletter__form {
		grid-template-columns: 1fr;
	}

	.site-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

/*
 * Final polish pass
 *
 * Ajustements finaux de hiérarchie, respiration et tunnel d'offre.
 */

.home-hero__banner {
	aspect-ratio: auto;
	min-height: 47.5rem;
}

.home-hero__media {
	background-position: center top;
}

.home-hero__overlay {
	align-items: flex-start;
	padding-top: calc(var(--joaya-header-desktop-height) + 7rem);
}

.home-hero__copy {
	display: block;
	position: relative;
	width: min(42rem, calc(100% - (var(--joaya-home-gutter-mobile) * 2)));
	padding-top: 0;
}

.home-hero__body {
	display: grid;
	gap: 0.75rem;
	padding-top: 3.65rem;
}

.home-hero__eyebrow {
	position: absolute;
	top: -1.35rem;
	left: 0;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	font-size: clamp(2.9rem, 3.9vw, 3.8rem);
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.01em;
	text-shadow: 0 0.35rem 1.4rem rgba(0, 0, 0, 0.12);
	transform: none;
}

.home-hero__title {
	max-width: min(42rem, 100%);
	font-size: clamp(1.95rem, 2.45vw, 2.45rem);
	line-height: 1.08;
}

.home-hero__button {
	border-color: rgba(255, 255, 255, 0.28);
	background: transparent;
}

.home-offers {
	padding: 4.25rem 0 4.5rem;
	background: var(--joaya-page-bg);
}

.home-offers__header {
	margin-bottom: 2rem;
}

.home-offers__header h2 {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: var(--joaya-source-gap-10);
	font-family: var(--joaya-sans);
	font-size: clamp(2.05rem, 2.7vw, 2.55rem);
	font-weight: 400;
	line-height: 1.2;
	color: var(--joaya-lilac);
}

.home-offer-card {
	display: grid;
	grid-template-rows: 18.75rem auto;
	overflow: hidden;
	border: 1px solid rgba(49, 41, 35, 0.08);
	background: var(--joaya-surface);
	box-shadow: 0 1rem 2.4rem rgba(49, 41, 35, 0.05);
	transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.home-offer-card:hover,
.home-offer-card:focus-visible {
	transform: translateY(-0.3rem);
	border-color: rgba(110, 138, 107, 0.22);
	box-shadow: 0 1.35rem 3rem rgba(49, 41, 35, 0.1);
}

.home-offer-card__media {
	height: auto;
	min-height: 18.75rem;
}

.home-offer-card__body {
	gap: 0.55rem;
	padding: 1.5rem 1.4rem 1.7rem;
	background: linear-gradient(180deg, rgba(200, 162, 214, 0.18), rgba(200, 162, 214, 0.28));
}

.home-bestsellers__track .joaya-product-card__link {
	color: inherit;
	text-decoration: none;
}

.joaya-product-card__media-link {
	display: block;
	height: 100%;
}

.joaya-product-card__wish {
	border: 0;
	background: transparent;
	cursor: pointer;
	transition: transform 180ms ease, color 180ms ease, opacity 180ms ease;
}

.joaya-product-card__wish-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.joaya-product-card__wish svg {
	fill: transparent;
}

.joaya-product-card__wish.is-active {
	color: #cf6f86;
}

.joaya-product-card__wish.is-active svg {
	fill: currentColor;
}

.joaya-product-card__wish:hover,
.joaya-product-card__wish:focus-visible {
	transform: scale(1.08);
	color: #cf6f86;
}

.joaya-product-card__wish.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

.home-collection-card__overlay {
	padding: 1.55rem 1.3rem;
}

.home-collection-card__overlay strong,
.home-highlight-card__overlay strong {
	font-size: 1.42rem;
	font-weight: 400;
	line-height: 1.25;
}

.home-loyalty__banner {
	min-height: 24.4rem;
}

.home-loyalty__banner::before {
	background:
		linear-gradient(90deg, rgba(9, 9, 9, 0.66), rgba(9, 9, 9, 0.46) 48%, rgba(9, 9, 9, 0.58)),
		linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.34));
}

.home-loyalty__media {
	background-position: center center;
	background-size: cover;
	filter: saturate(1.02) contrast(1.04);
}

.home-loyalty__content {
	position: relative;
	min-height: 24.4rem;
}

.home-loyalty__content::before {
	content: "";
	position: absolute;
	inset: 50% auto auto 50%;
	width: min(38rem, calc(100% - 3rem));
	height: calc(100% - 6rem);
	transform: translate(-50%, -50%);
	background: rgba(12, 12, 12, 0.24);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-loyalty__content > * {
	position: relative;
	z-index: 1;
}

.home-story-band__inner {
	padding: 5rem 0;
	background: linear-gradient(180deg, rgba(200, 162, 214, 0) 0%, rgba(200, 162, 214, 0.06) 18%, rgba(200, 162, 214, 0.1) 50%, rgba(200, 162, 214, 0.06) 82%, rgba(200, 162, 214, 0) 100%);
}

.home-newsletter {
	margin-top: 4.75rem;
	background: #101715;
}

.home-newsletter__eyebrow {
	color: rgba(255, 255, 255, 0.72);
}

.home-newsletter__copy h2,
.home-newsletter__copy p:last-child,
.home-newsletter__form input,
.home-newsletter__submit,
.home-newsletter__message {
	color: #fff;
}

.home-newsletter__copy h2 {
	max-width: 30rem;
}

.home-newsletter__copy p:last-child {
	color: rgba(255, 255, 255, 0.84);
}

.home-newsletter__form input {
	min-height: 4.45rem;
	padding: 0 0 0.55rem;
	border-bottom-color: rgba(255, 255, 255, 0.5);
	font-size: 1rem;
	letter-spacing: 0.1em;
}

.home-newsletter__form input::placeholder {
	color: rgba(255, 255, 255, 0.72);
}

.home-newsletter__submit {
	min-width: 13rem;
	min-height: 4rem;
	border-color: rgba(255, 255, 255, 0.38);
	background: transparent;
}

.home-newsletter__submit:hover,
.home-newsletter__submit:focus-visible {
	background: var(--joaya-cta-bg);
	color: var(--joaya-ink);
	border-color: var(--joaya-cta-bg);
}

.home-duo-card {
	min-height: 26rem;
}

.home-highlight-card__overlay {
	display: flex;
	justify-content: center;
	text-align: center;
}

@media (max-width: 1023px) {
	.home-hero__banner {
		min-height: 32rem;
	}

	.home-hero__eyebrow {
		margin-bottom: -0.85rem;
		font-size: 2.35rem;
		transform: translateY(-1rem);
	}

	.home-offers__grid {
		grid-template-columns: 1fr;
	}

	.site-footer__column,
	.site-footer__column:last-child {
		text-align: left;
	}

	.site-footer__column:last-child .site-footer__menu {
		justify-items: start;
	}
}

/* Final refinement pass: hero, offers, loyalty, newsletter and footer */
@media (min-width: 1024px) {
	.site-footer__grid {
		grid-template-columns: 18rem minmax(20rem, 1fr) 18rem;
	}

	.site-footer__column:first-child,
	.site-footer__column:last-child {
		width: 18rem;
		min-width: 18rem;
	}
}

.home-hero__body {
	display: grid;
	gap: 0.82rem;
	margin-top: 4.95rem !important;
	padding-top: 0;
	transform: translateY(9.45rem);
}

.home-hero__eyebrow {
	top: 0.25rem !important;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: clamp(3.15rem, 4.25vw, 4.3rem);
	line-height: 0.96;
	box-shadow: none;
}

.home-offer-card {
	border-color: rgba(49, 41, 35, 0.1);
	box-shadow: 0 0.9rem 2rem rgba(49, 41, 35, 0.045);
}

.home-offer-card__media {
	height: 19rem;
}

.home-offer-card__body {
	gap: 0.7rem;
	padding: 1.45rem 1.35rem 1.5rem;
	background: rgba(200, 162, 214, 0.22);
}

.home-offer-card__eyebrow {
	font-size: 0.82rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--joaya-sage-deep);
}

.home-offers__header h2 {
	color: var(--joaya-lilac);
}

.home-offer-card__body strong {
	font-family: var(--joaya-sans);
	font-size: 0.99rem;
	font-weight: 400;
	line-height: 1.35;
	color: #4c5e8b;
}

.home-offer-card__text {
	font-family: var(--joaya-sans);
	font-size: 0.96rem;
	line-height: 1.45;
	color: #5e554f;
}

.home-offer-card__price {
	margin-top: 0.15rem;
	font-family: var(--joaya-sans);
	font-size: 1.02rem;
	font-weight: 600;
	line-height: 1.2;
	color: #071d49;
}

.home-offers__shipping {
	margin-top: 1.35rem;
	text-align: left;
}

.home-offers {
	padding-bottom: 2.45rem;
}

.home-offers + .joaya-shell .home-collections {
	padding-top: 1.35rem !important;
}

.home-editorial-card__content {
	transform: translateY(-1.55rem);
}

.home-duo-card {
	min-height: 28rem;
}

.home-collection-card__overlay strong,
.home-highlight-card__overlay strong {
	font-size: 1.56rem;
}

.home-highlight-card__overlay {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	width: 100%;
	padding-inline: 1.5rem;
}

.home-highlight-card__overlay strong {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	max-width: none;
	min-height: 4.95rem;
	line-height: 1.34;
	text-align: center;
	text-wrap: balance;
}

.home-loyalty__banner {
	min-height: 23.2rem;
}

.home-loyalty__banner::before {
	background:
		linear-gradient(90deg, rgba(10, 10, 10, 0.7), rgba(10, 10, 10, 0.46) 48%, rgba(10, 10, 10, 0.62)),
		linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.3));
}

.home-loyalty__media {
	filter: saturate(1.04) contrast(1.08) brightness(0.96);
}

.home-loyalty__content {
	min-height: 23.2rem;
	gap: 0.65rem;
	padding-block: 2.8rem;
}

.home-loyalty__content::before {
	width: min(41rem, calc(100% - 2.5rem));
	height: calc(100% - 7.6rem);
	background: radial-gradient(ellipse at center, rgba(10, 10, 10, 0.5) 0%, rgba(10, 10, 10, 0.34) 48%, rgba(10, 10, 10, 0.14) 72%, rgba(10, 10, 10, 0) 100%);
	filter: blur(14px);
	border: 0;
	box-shadow: none;
}

.home-loyalty__button {
	border: 1px solid rgba(255, 255, 255, 0.42) !important;
	background: transparent !important;
	color: #fff !important;
}

.home-loyalty__button:hover,
.home-loyalty__button:focus-visible {
	background: var(--joaya-cta-bg) !important;
	color: var(--joaya-ink) !important;
	border-color: var(--joaya-cta-bg) !important;
}

.home-story-band {
	position: relative;
	padding-bottom: 0;
	margin-bottom: 0;
	background: transparent;
}

.home-story-band::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 58%;
	width: 100vw;
	height: calc(100% + 12rem);
	transform: translateX(-50%);
	background: linear-gradient(180deg, rgba(200, 162, 214, 0) 0%, rgba(200, 162, 214, 0.034) 18%, rgba(200, 162, 214, 0.072) 42%, rgba(200, 162, 214, 0.056) 68%, rgba(200, 162, 214, 0.018) 88%, rgba(200, 162, 214, 0) 100%);
	pointer-events: none;
	z-index: 0;
}

.home-story-band__inner {
	padding-bottom: 2.35rem;
	background: transparent;
	position: relative;
	z-index: 1;
}

.home-story-band__inner p {
	color: var(--joaya-lilac);
}

.home-promise {
	position: relative;
	margin-top: 2.65rem;
	padding-top: 0;
	padding-bottom: 2.4rem;
	background: transparent;
	isolation: isolate;
	z-index: 1;
}

.home-promise__strip {
	background: transparent;
}

.home-promise::before {
	content: none;
}

.home-newsletter {
	min-height: 21.9rem;
}

.home-newsletter__media {
	opacity: 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	filter: none;
}

.home-newsletter__inner {
	min-height: 21.9rem;
	padding: 3.1rem 0 2.9rem;
}

.home-newsletter__eyebrow {
	margin-bottom: 1.2rem;
	font-size: 1.18rem;
	transform: translateY(-0.15rem);
}

.home-newsletter__copy h2 {
	font-size: clamp(1.55rem, 2.3vw, 2.05rem);
	margin-bottom: 1.85rem;
}

.home-newsletter__copy p:last-child {
	margin-top: 0;
	padding-top: 0.6rem;
	max-width: 33rem;
}

.home-newsletter__form input::placeholder {
	color: var(--joaya-cta-bg);
	opacity: 1;
}

.joaya-product-card__wish {
	color: var(--joaya-ink);
}

.joaya-product-card__wish svg {
	fill: transparent;
	stroke: currentColor;
}

.joaya-product-card__wish path {
	fill: transparent !important;
	stroke: currentColor !important;
}

.joaya-product-card__wish:hover,
.joaya-product-card__wish:focus-visible {
	transform: none;
	color: #cf6f86;
}

.joaya-product-card__wish:hover path,
.joaya-product-card__wish:focus-visible path {
	fill: currentColor !important;
}

@media (min-width: 1024px) {
	.home-hero__title {
		text-wrap: balance;
	}

	.home-hero__eyebrow {
		left: 2.7rem !important;
	}
}

.joaya-product-card__wish.is-active,
.joaya-product-card__wish.is-active:hover,
.joaya-product-card__wish.is-active:focus-visible {
	color: #cf6f86;
}

.joaya-product-card__wish.is-active svg {
	fill: currentColor;
}

.joaya-product-card__wish.is-active path {
	fill: currentColor !important;
}

.home-bestsellers__track .joaya-product-card {
	display: grid;
	grid-template-rows: auto auto;
	gap: 0.65rem;
}

.home-bestsellers__track .joaya-product-card__link,
.home-bestsellers__track .joaya-product-card__body {
	display: grid !important;
	gap: 0.42rem !important;
	height: auto !important;
	padding: 0 !important;
	text-decoration: none;
}

.home-bestsellers__track .joaya-product-card__content {
	display: grid !important;
	gap: 0.26rem !important;
	min-width: 0;
}

.home-bestsellers__track .joaya-product-card__title {
	display: -webkit-box !important;
	overflow: hidden;
	margin: 0 !important;
	color: #4c5e8b !important;
	font-size: 0.99rem !important;
	font-weight: 400 !important;
	line-height: 1.35 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-bestsellers__track .joaya-product-card__eyebrow {
	display: none !important;
}

.home-bestsellers__track .joaya-product-card__price {
	display: block !important;
	padding-left: 0 !important;
	color: #071d49 !important;
	font-size: 1.02rem !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
}

.home-bestsellers__track .joaya-product-card__price .amount,
.home-bestsellers__track .joaya-product-card__price .woocommerce-Price-amount {
	display: inline-block;
	color: inherit !important;
}

.joaya-product-card__media {
	position: relative;
}

.joaya-product-card__wish {
	z-index: 3;
}

@media (max-width: 1023px) {
	.home-hero__body {
		margin-top: 3.1rem;
	}

	.home-hero__eyebrow {
		position: absolute;
		top: -1.8rem;
		left: 0;
		margin: 0;
		padding: 0;
		transform: none;
		font-size: 2.55rem;
	}

	.home-duo-card {
		min-height: 24.75rem;
	}

	.home-newsletter__inner {
		padding: 2.6rem 0;
	}

}

@media (min-width: 1024px) {
	.site-footer__column:first-child,
	.site-footer__column:last-child {
		display: grid;
		justify-items: center;
		align-content: start;
		text-align: center;
	}

	.site-footer__column:first-child .site-footer__menu,
	.site-footer__column:last-child .site-footer__menu {
		justify-items: center;
	}

	.site-footer__instagram-copy {
		width: max-content;
		margin: 0 auto;
	}

	.site-footer__instagram h2 {
		margin: 0;
		transform: translateX(-7.6rem);
	}

	.site-footer__instagram-copy p {
		width: max-content;
		margin-top: 2rem;
		margin-left: auto;
		transform: translateX(8.6rem);
	}

	.site-footer__instagram-tag {
		width: max-content;
		margin: 2rem auto 0;
		transform: translateX(-3.9rem);
	}
}

.site-footer {
	background-image: linear-gradient(180deg, rgba(200, 162, 214, 0.028) 0%, rgba(200, 162, 214, 0.05) 20%, rgba(200, 162, 214, 0.074) 56%, rgba(200, 162, 214, 0.038) 84%, rgba(200, 162, 214, 0.015) 100%);
}

.site-footer__instagram {
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.site-footer__brand {
	max-width: 25rem;
	margin: 0 auto;
	text-align: center;
}

.site-footer__logo {
	height: 8.75rem;
	margin: 0 auto 1.2rem;
}

.site-footer__instagram h2 {
	font-size: clamp(3.5rem, 7vw, 5.5rem);
	font-weight: 120;
	letter-spacing: 0;
}

.site-footer__instagram-copy p {
	margin-top: 2.25rem;
}

.site-footer__instagram-tag {
	margin-top: 2.35rem;
}

/* Responsive refinement pass: tablet and mobile */
@media (max-width: 1023px) {
	.site-drawer[hidden] {
		/* !important retiré Sprint 9 J4-J5 — audit B confirmait safe (pattern [hidden] standard, mutuellement exclusif de :not([hidden]) ligne 2910, aucune autre règle ne contredit) */
		display: none;
	}

	.site-drawer:not([hidden]) {
		display: block !important;
		position: fixed;
		top: var(--joaya-header-mobile-height);
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 88;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		border-top: 1px solid rgba(49, 41, 35, 0.08);
		background: rgba(255, 255, 255, 0.985);
	}

	.joaya-shell {
		width: min(calc(100% - 2rem), var(--joaya-home-shell));
	}

	.site-header__main {
		grid-template-columns: 2.3rem minmax(0, 1fr) max-content;
		min-height: var(--joaya-header-mobile-height);
		padding-inline: clamp(0.75rem, 3.1vw, 1rem);
		column-gap: clamp(0.72rem, 2.8vw, 1rem);
	}

	.site-header__actions {
		justify-self: end;
		flex-shrink: 0;
		min-width: auto;
		gap: clamp(0.14rem, 0.8vw, 0.28rem);
	}

	.site-header__search {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 2rem;
	}

	.site-header__toggle,
	.site-header__icon-link,
	.site-header__icon-button {
		width: 2rem;
		height: 2rem;
		line-height: 1;
	}

	.site-header__toggle svg,
	.site-header__icon-link svg,
	.site-header__icon-button svg {
		width: 1.32rem;
		height: 1.32rem;
	}

	.site-branding {
		padding-block: 0.2rem 0.35rem;
	}

	.site-branding__link,
	.custom-logo-link {
		padding-top: 0.2rem;
		padding-bottom: 0.25rem;
	}

	.site-branding img,
	.custom-logo {
		/* !important x2 retirés Sprint 9 J4-J5 — audit B confirmait safe (override custom-logo WP, règle de base ligne 201 même spécificité (0,1,1), cette règle gagne par ordre source dans @media mobile) */
		height: 4.1rem;
		max-height: 4.1rem;
	}

	.site-drawer__inner {
		min-height: calc(100dvh - var(--joaya-header-mobile-height));
		align-content: start;
		padding-top: 1.25rem;
		padding-bottom: 2rem;
	}

	.site-drawer__menu,
	.site-drawer__tree,
	.site-drawer__tree-item {
		display: grid;
		gap: 0.8rem;
	}

	.site-drawer__submenu[hidden] {
		/* !important retiré Sprint 9 J4-J5 — audit B confirmait safe (pattern [hidden] standard, sélecteur unique non contredit par d'autres règles CSS) */
		display: none;
	}

	.home-hero__banner {
		min-height: 34rem;
	}

	.home-hero__overlay {
		align-items: flex-start;
		padding-top: calc(var(--joaya-header-mobile-height) + 2.4rem);
	}

	.home-hero__copy {
		width: min(22rem, calc(100% - 2rem));
		margin-left: 1rem;
		margin-right: 1rem;
	}

	.home-hero__eyebrow {
		position: relative;
		top: auto !important;
		left: 0 !important;
		display: block;
		margin: 0;
		font-size: clamp(2.2rem, 8vw, 3rem);
		line-height: 0.96;
		transform: none;
	}

	.home-hero__body {
		margin-top: 0.85rem !important;
		gap: 0.75rem;
		transform: translateY(2.4rem);
	}

	.home-hero__title {
		max-width: 15rem;
		font-size: clamp(2rem, 8.2vw, 2.75rem);
	}

	.home-hero__subtitle {
		max-width: 18rem;
		font-size: 1rem;
	}

	.home-hero__button {
		width: min(100%, 18rem);
		min-width: 0;
	}

	.home-section,
	.home-duo,
	.home-materials,
	.home-loyalty {
		padding-top: 3rem;
	}

	.home-offers {
		padding-top: 2.75rem;
		padding-bottom: 1.75rem;
	}

	.home-offers__header {
		margin-bottom: 1.2rem;
	}

	.home-offers__grid {
		gap: 1rem;
	}

	.home-offer-card__media {
		height: 15.5rem;
	}

	.home-offers + .joaya-shell .home-collections {
		padding-top: 1.9rem !important;
	}

	.home-section__intro--categories,
	.home-bestsellers__heading,
	.home-trends__heading {
		margin-bottom: 1.25rem;
	}

	.home-section__intro--categories h2,
	.home-bestsellers__title {
		gap: 0.45rem;
		font-size: 1.72rem;
	}

	.home-collections__track,
	.home-trends__grid {
		grid-auto-columns: minmax(15rem, 76vw);
		gap: 1rem;
	}

	.home-collections__cta,
	.home-trends__cta {
		margin-top: 1rem;
	}

	.home-editorial {
		padding-top: 3rem;
	}

	.home-editorial__grid {
		grid-template-columns: 1fr;
		gap: 1px;
	}

	.home-editorial-card {
		min-height: 24rem;
	}

	.home-bestsellers__slider {
		margin-inline: -0.25rem;
	}

	.home-bestsellers__track .joaya-product-card {
		padding-inline: 0.25rem;
	}

	.home-duo__grid,
	.home-materials__grid,
	.home-highlights__grid,
	.home-promise__strip,
	.home-newsletter__inner,
	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.home-duo-card,
	.home-material-card {
		min-height: 21rem;
	}

	.home-material-card__title {
		inset: 1.5rem 1.25rem auto;
		font-size: clamp(1.8rem, 7vw, 2.3rem);
	}

	.home-highlight-card__overlay strong {
		min-height: 0;
		font-size: 1.32rem;
	}

	.home-promise {
		margin-top: 2rem;
		padding-bottom: 1.8rem;
	}

	.home-promise__item {
		padding: 1.35rem 1.2rem;
	}

	.home-promise__item + .home-promise__item {
		border-left: 0;
		border-top: 1px solid rgba(124, 110, 145, 0.24);
	}

	.home-story-band {
		padding-top: 3rem;
	}

	.home-story-band::after {
		top: 46%;
		height: calc(100% + 7rem);
	}

	.home-story-band__inner p {
		max-width: calc(100% - 2rem);
	}

	.home-newsletter {
		min-height: 0;
		margin-top: 3.2rem;
	}

	.home-newsletter__inner {
		min-height: 0;
		gap: 1.5rem;
		padding: 2.4rem 0;
	}

	.home-newsletter__copy h2 {
		max-width: 19rem;
		font-size: clamp(1.55rem, 6vw, 2rem);
	}

	.home-newsletter__form {
		grid-template-columns: 1fr;
		gap: 0.75rem;
	}

	.home-newsletter__form input {
		min-height: 3.8rem;
	}

	.home-newsletter__submit {
		width: 100%;
		min-height: 3.4rem;
	}

	.site-footer__instagram {
		padding: 3rem 0 2.4rem;
	}

	.site-footer__instagram h2 {
		font-size: clamp(2.8rem, 12vw, 4.2rem);
		text-align: left;
		transform: none !important;
	}

	.site-footer__instagram-copy,
	.site-footer__instagram-copy p,
	.site-footer__instagram-tag {
		width: 100%;
		margin-left: 0 !important;
		transform: none !important;
	}

	.site-footer__instagram-copy p {
		margin-top: 1rem;
	}

	.site-footer__instagram-tag {
		margin-top: 1.25rem;
	}

	.site-footer__brand {
		order: -1;
		max-width: 20rem;
	}

	.site-footer__logo {
		height: 6.75rem;
	}

	.site-footer__column,
	.site-footer__column:first-child,
	.site-footer__column:last-child {
		display: grid;
		width: auto !important;
		min-width: 0 !important;
		text-align: center;
		justify-items: center;
		justify-self: stretch;
	}

	.site-footer__column .site-footer__menu,
	.site-footer__column:first-child .site-footer__menu,
	.site-footer__column:last-child .site-footer__menu {
		justify-items: center;
	}

	.site-footer__bottom {
		padding-top: 1.5rem;
		gap: 0.5rem;
		align-items: flex-start;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.site-header__main {
		padding-inline: 1.25rem;
	}

	.site-branding img,
	.custom-logo {
		/* !important x2 retirés Sprint 9 J4-J5 — audit B confirmait safe (override custom-logo WP en tablette 768-1023, règle de base ligne 201 même spécificité (0,1,1), cette règle gagne par ordre source dans @media tablette) */
		height: 4.55rem;
		max-height: 4.55rem;
	}

	.home-hero__banner {
		min-height: 38rem;
	}

	.home-hero__overlay {
		padding-top: calc(var(--joaya-header-mobile-height) + 0.45rem);
	}

	.home-hero__copy {
		width: min(24rem, calc(100% - 3rem));
		margin-left: 1.5rem;
	}

	.home-hero__eyebrow {
		font-size: clamp(2.55rem, 5.8vw, 3.35rem);
	}

	.home-hero__body {
		margin-top: 1.05rem !important;
		transform: translateY(0.2rem);
	}

	.home-hero__button {
		min-width: 16.5rem;
		min-height: 3.2rem;
		padding-inline: 1rem;
		font-size: 0.78rem;
		letter-spacing: 0.1em;
		white-space: nowrap;
	}

	.home-offers__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-collections__track,
	.home-trends__grid {
		grid-auto-flow: row;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		overflow: visible;
	}

	.home-editorial__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.home-editorial-card {
		min-height: 28rem;
	}

	.home-duo__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-materials__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.home-highlights__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.home-promise__strip {
		grid-template-columns: 1fr;
	}

	.home-promise__item + .home-promise__item {
		border-left: 0;
		border-top: 1px solid rgba(124, 110, 145, 0.24);
	}

	.home-newsletter__inner {
		grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.9fr);
		align-items: center;
		gap: 2rem;
	}

	.site-footer__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		align-items: start;
		gap: 1.5rem;
	}

	.site-footer__brand {
		max-width: 21rem;
	}

	.site-footer__instagram-copy {
		max-width: 32rem;
		margin: 0 auto;
		text-align: center;
	}

	.site-footer__instagram h2 {
		text-align: center;
		transform: none !important;
	}

	.site-footer__instagram-copy p {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.45rem;
		width: auto;
		max-width: 100%;
		margin: 1.15rem auto 0;
		transform: none !important;
		text-align: center;
		white-space: nowrap;
		font-size: clamp(1.05rem, 2vw, 1.45rem);
	}

	.site-footer__instagram-tag {
		width: auto;
		max-width: 100%;
		margin: 1.25rem auto 0;
		transform: none !important;
		text-align: center;
		white-space: nowrap;
		font-size: clamp(1.05rem, 2vw, 1.45rem);
	}
}

@media (min-width: 640px) and (max-width: 767px) {
	.home-hero__banner {
		min-height: 33rem;
	}

	.home-hero__overlay {
		padding-top: calc(var(--joaya-header-mobile-height) + 0.2rem);
	}

	.home-hero__copy {
		width: min(22rem, calc(100% - 2.2rem));
	}

	.home-hero__eyebrow {
		font-size: clamp(2.2rem, 7vw, 2.9rem);
	}

	.home-hero__body {
		position: relative;
		top: 1.35rem;
		margin-top: 1rem !important;
		transform: none !important;
	}

	.home-hero__button {
		width: min(100%, 15.6rem);
		min-height: 3rem;
		padding-inline: 0.8rem;
		font-size: 0.74rem;
		letter-spacing: 0.08em;
		white-space: nowrap;
	}

	.site-footer__instagram-copy {
		max-width: 100%;
		text-align: center;
	}

	.site-footer__instagram h2 {
		text-align: center;
		transform: none !important;
	}

	.site-footer__instagram-copy p,
	.site-footer__instagram-tag {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.35rem;
		width: auto;
		max-width: calc(100% - 2rem);
		margin-left: auto;
		margin-right: auto;
		transform: none !important;
		text-align: center;
		white-space: nowrap;
		font-size: 1.08rem;
	}

	.site-footer__instagram-copy p {
		margin-top: 1rem;
	}

	.site-footer__instagram-tag {
		margin-top: 1.1rem;
	}
}

@media (max-width: 639px) {
	.home-hero__banner {
		min-height: 29.5rem;
	}

	.home-hero__overlay {
		padding-top: calc(var(--joaya-header-mobile-height) + 0.05rem);
	}

	.home-hero__copy {
		width: calc(100% - 2rem);
	}

	.home-hero__eyebrow {
		font-size: clamp(1.95rem, 8vw, 2.55rem);
	}

	.home-hero__body {
		position: relative;
		top: 1.95rem;
		margin-top: 1.35rem !important;
		transform: none !important;
	}

	.home-hero__title {
		max-width: 14rem;
		font-size: clamp(1.62rem, 8.2vw, 2.2rem);
	}

	.home-hero__button {
		width: min(100%, 15.25rem);
		min-height: 3rem;
		padding-inline: 0.8rem;
		font-size: 0.72rem;
		letter-spacing: 0.08em;
		white-space: nowrap;
		text-align: center;
	}

	.home-editorial-card__content {
		justify-items: center;
		padding: 1.15rem 1.1rem 1.25rem;
		gap: 0.42rem;
		text-align: center;
		transform: translateY(-0.45rem);
	}

	.home-editorial-card__kicker {
		font-size: 0.84rem;
		letter-spacing: 0.08em;
	}

	.home-editorial-card__content strong {
		max-width: 16rem;
		font-size: 1.92rem;
		line-height: 0.96;
	}

	.home-editorial-card__content small {
		max-width: 15rem;
		font-size: 0.92rem;
		line-height: 1.32;
	}

	.home-collection-card__overlay {
		padding: 1rem 0.85rem;
	}

	.home-collection-card__overlay strong {
		display: block;
		width: 100%;
		margin: 0 auto;
		max-width: 10rem !important;
		font-size: 0.95rem !important;
		line-height: 1.12;
		text-align: center;
		text-wrap: balance;
		overflow-wrap: break-word;
		word-break: break-word;
		hyphens: auto;
	}

	.home-trends__grid {
		grid-auto-flow: column;
		grid-auto-columns: minmax(13.5rem, 72vw);
		grid-template-columns: none !important;
		overflow-x: auto;
		overflow-y: hidden;
		gap: 0.9rem;
		padding-bottom: 0.2rem;
		scroll-snap-type: x proximity;
	}

	.home-trends__grid > * {
		scroll-snap-align: start;
	}

	.home-trend-card__title {
		bottom: 1.15rem;
		padding: 0 0.7rem;
		font-size: 1.18rem;
		line-height: 1.18;
		text-wrap: balance;
	}

	.site-footer__instagram {
		padding: 2.8rem 0 2.3rem;
	}

	.site-footer__instagram-copy {
		max-width: 100%;
		text-align: center;
	}

	.site-footer__instagram h2 {
		text-align: center;
		transform: none !important;
	}

	.site-footer__instagram-copy p {
		width: 100%;
		max-width: 18.5rem;
		margin: 0.95rem auto 0;
		transform: none !important;
		text-align: center;
	}

	.site-footer__instagram-tag {
		width: 100%;
		max-width: 19.5rem;
		margin: 1.1rem auto 0;
		transform: none !important;
		text-align: center;
	}
}

/* Responsive final lock: drawer scroll, footer centering, mobile duo card */
@media (max-width: 1023px) {
	body.joaya-menu-open {
		overflow: auto !important;
	}

	.site-drawer:not([hidden]) {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		bottom: auto;
		height: auto;
		max-height: calc(100dvh - var(--joaya-header-mobile-height));
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		touch-action: pan-y;
	}

	.site-drawer__inner {
		display: block;
		min-height: auto;
		height: auto;
		padding-bottom: max(7rem, env(safe-area-inset-bottom));
	}

	.site-drawer__menu {
		display: block;
		overflow: visible;
		padding-bottom: 0;
	}

	.site-drawer__tree {
		display: grid;
		gap: 0.8rem;
	}
}

@media (min-width: 640px) and (max-width: 1023px) {
	.home-newsletter {
		min-height: 23.2rem;
	}

	.home-newsletter__media {
		display: block !important;
		opacity: 1 !important;
		background-position: center center !important;
		background-size: cover !important;
		filter: none !important;
	}

	.home-newsletter__inner {
		grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.9fr) !important;
		min-height: 23.2rem;
		align-items: center;
		gap: 2rem;
		padding: 3.1rem 0 2.9rem;
	}

	.home-newsletter__copy {
		max-width: 30rem;
		margin: 0 auto;
		text-align: center;
	}

	.home-newsletter__eyebrow,
	.home-newsletter__copy h2,
	.home-newsletter__copy p:last-child {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.home-newsletter__copy h2 {
		max-width: 30rem;
		font-size: clamp(1.55rem, 2.3vw, 2.05rem);
		line-height: 1.22;
		margin-bottom: 1.85rem;
	}

	.home-newsletter__copy p:last-child {
		max-width: 33rem;
		margin-top: 0;
		padding-top: 0.6rem;
	}

	.site-footer__instagram-copy p,
	.site-footer__instagram-tag {
		display: block !important;
		width: min(100%, 33rem);
		max-width: 33rem;
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center;
		white-space: normal !important;
		line-height: 1.42;
		font-size: clamp(1rem, 2vw, 1.22rem);
	}

	.site-footer__instagram-copy p {
		margin-top: 1rem;
	}

	.site-footer__instagram-tag {
		margin-top: 1.2rem;
	}
}

@media (max-width: 639px) {
	.site-footer__instagram-copy p,
	.site-footer__instagram-tag {
		display: block !important;
		width: min(100%, 17.5rem);
		max-width: 17.5rem;
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center;
		white-space: normal !important;
		line-height: 1.45;
	}

}
