:root {
	--joaya-cta-bg: #fff4cc;
	--joaya-blush: #e7d8c9;
	--joaya-lilac: #c8a2d6;
	--joaya-sage: #6e8a6b;
	--joaya-sage-deep: #52674f;
	--joaya-discount: #527a56;
	--joaya-action-bg: #243961;
	--joaya-ink: #312923;
	--joaya-muted: #6f6259;
	--joaya-page-bg: #fff;
	--joaya-surface: #fff;
	--joaya-surface-soft: #fbfbfa;
	--joaya-surface-muted: #f7f7f5;
	--joaya-surface-tint: #f4edf7;
	--joaya-sand: var(--joaya-surface-muted);
	--joaya-white: var(--joaya-surface);
	--joaya-border: rgba(49, 41, 35, 0.1);
	--joaya-border-strong: rgba(49, 41, 35, 0.16);
	--joaya-shadow: 0 22px 64px rgba(49, 41, 35, 0.08);
	--joaya-radius-lg: 30px;
	--joaya-radius-md: 22px;
	--joaya-radius-sm: 16px;
	--joaya-shell: 1320px;
	--joaya-space-1: 0.5rem;
	--joaya-space-2: 0.75rem;
	--joaya-space-3: 1rem;
	--joaya-space-4: 1.5rem;
	--joaya-space-5: 2rem;
	--joaya-space-6: 3rem;
	--joaya-space-7: 4rem;
	--joaya-space-8: 6rem;
	--joaya-space-9: 8rem;
	--joaya-serif: "Cormorant Garamond", "Times New Roman", serif;
	--joaya-sans: "Manrope", "Helvetica Neue", sans-serif;
	--joaya-transition: 320ms ease;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--joaya-sans);
	color: var(--joaya-ink);
	background: var(--joaya-page-bg);
	line-height: 1.6;
}

body.joaya-menu-open {
	overflow: hidden;
}

a {
	color: inherit;
	text-decoration: none;
	transition: opacity var(--joaya-transition), color var(--joaya-transition), transform var(--joaya-transition);
}

a:hover,
a:focus-visible {
	opacity: 0.82;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 var(--joaya-space-3);
	font-family: var(--joaya-serif);
	font-weight: 500;
	line-height: 1.02;
	letter-spacing: 0.01em;
}

p {
	margin: 0 0 var(--joaya-space-3);
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.joaya-shell {
	width: min(calc(100% - 2rem), var(--joaya-shell));
	margin: 0 auto;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-bottom: var(--joaya-space-3);
	padding: 0.42rem 0.95rem;
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--joaya-sage-deep);
	background: rgba(110, 138, 107, 0.08);
	border-radius: 999px;
}

.joaya-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.95rem 1.45rem;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.95rem;
	font-weight: 500;
}

.joaya-button--primary {
	color: #fff;
	background: var(--joaya-action-bg);
	box-shadow: 0 16px 32px rgba(36, 57, 97, 0.16);
}

.joaya-button--ghost {
	color: var(--joaya-ink);
	background: rgba(255, 255, 255, 0.72);
	border-color: var(--joaya-border);
}

.site-main {
	padding: 0 0 var(--joaya-space-8);
}

.home-section {
	padding: var(--joaya-space-8) 0 0;
}

.home-section__intro {
	max-width: 50rem;
	margin-bottom: var(--joaya-space-5);
}

.home-section__intro--compact {
	max-width: 42rem;
}

.home-section__intro h2 {
	font-size: clamp(2.1rem, 4.5vw, 4rem);
}

.home-section__intro p {
	max-width: 40rem;
	color: var(--joaya-muted);
}

.home-section__intro--split {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	gap: var(--joaya-space-4);
}

.home-bestsellers__grid,
.home-collections__grid,
.home-editorial__grid,
.home-promise__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--joaya-space-4);
}

.joaya-product-card,
.home-collection-card,
.home-editorial-card,
.joaya-note-card,
.home-cta__inner,
.content-article {
	border: 1px solid var(--joaya-border);
	border-radius: var(--joaya-radius-md);
	background: rgba(255, 255, 255, 0.78);
	box-shadow: var(--joaya-shadow);
}

.joaya-product-card,
.home-collection-card {
	overflow: hidden;
}

.joaya-product-card__link {
	display: grid;
	height: 100%;
}

.joaya-product-card__media {
	aspect-ratio: 4 / 5;
	background: linear-gradient(180deg, var(--joaya-surface-soft), var(--joaya-surface-muted));
}

.joaya-product-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.joaya-product-card__image--placeholder {
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle at 50% 30%, rgba(200, 162, 214, 0.24), transparent 18%),
		linear-gradient(140deg, rgba(200, 162, 214, 0.12), var(--joaya-surface-muted));
}

.joaya-product-card__body {
	display: grid;
	align-content: start;
	gap: 0.4rem;
	padding: 1.2rem;
}

.joaya-product-card__eyebrow {
	margin: 0;
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--joaya-muted);
}

.joaya-product-card__title {
	margin: 0;
	font-family: var(--joaya-serif);
	font-size: 1.7rem;
}

.joaya-product-card__price {
	margin: 0;
	color: var(--joaya-muted);
}

.joaya-product-card__cta {
	margin-top: 0.4rem;
	font-size: 0.88rem;
	color: var(--joaya-sage-deep);
}

.home-collection-card__visual {
	display: block;
	aspect-ratio: 4 / 5;
	background: linear-gradient(180deg, var(--joaya-surface-soft), var(--joaya-surface-muted));
	background-size: cover;
	background-position: center;
}

.home-collection-card__body {
	display: block;
	padding: 1.25rem;
}

.home-collection-card__body strong {
	display: block;
	margin-bottom: 0.75rem;
	font-family: var(--joaya-serif);
	font-size: 1.8rem;
	font-weight: 500;
}

.home-collection-card__body span:last-child {
	display: block;
	color: var(--joaya-muted);
}

.home-editorial-card {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 440px;
}

.home-editorial-card__image {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(49, 41, 35, 0.06), rgba(49, 41, 35, 0.32)),
		linear-gradient(160deg, rgba(200, 162, 214, 0.16), rgba(255, 255, 255, 0.16));
	background-size: cover;
	background-position: center;
}

.home-editorial-card__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: end;
	gap: 0.65rem;
	height: 100%;
	padding: 1.4rem;
	color: #fff;
}

.home-editorial-card__content .eyebrow {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
}

.home-editorial-card__content strong {
	font-family: var(--joaya-serif);
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 500;
}

.home-editorial-card__content span:last-child {
	max-width: 18rem;
	color: rgba(255, 255, 255, 0.86);
}

.joaya-note-card,
.home-cta__inner,
.content-article {
	padding: clamp(1.4rem, 3vw, 2.3rem);
}

.home-promise .joaya-note-card {
	background: linear-gradient(180deg, var(--joaya-surface), var(--joaya-surface-soft));
}

.joaya-note-card h3 {
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
}

.joaya-note-card p {
	color: var(--joaya-muted);
}

.home-cta__inner {
	text-align: center;
	background: linear-gradient(180deg, var(--joaya-surface), var(--joaya-surface-soft));
}

.home-cta__inner h2 {
	font-size: clamp(2.3rem, 4.6vw, 4rem);
}

.home-cta__inner p {
	max-width: 42rem;
	margin-inline: auto;
	color: var(--joaya-muted);
}

.content-shell {
	max-width: 920px;
}

.content-article__title {
	font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.site-footer {
	margin-top: var(--joaya-space-9);
	padding: var(--joaya-space-8) 0 var(--joaya-space-4);
	background: linear-gradient(180deg, var(--joaya-surface-soft), var(--joaya-surface));
	border-top: 1px solid rgba(49, 41, 35, 0.06);
}

.site-footer__intro {
	max-width: 52rem;
	margin-bottom: var(--joaya-space-6);
}

.site-footer__title {
	font-size: clamp(2rem, 4vw, 3.7rem);
}

.site-footer__text {
	max-width: 38rem;
	color: var(--joaya-muted);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--joaya-space-4);
}

.site-footer__column {
	padding: 1.25rem;
	border: 1px solid rgba(49, 41, 35, 0.08);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.78);
}

.site-footer__column h3 {
	margin-bottom: 0.85rem;
	font-size: 1.5rem;
}

.site-footer__menu {
	display: grid;
	gap: 0.7rem;
}

.site-footer__menu li,
.site-footer__menu a {
	color: var(--joaya-muted);
}

.site-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--joaya-space-3);
	padding-top: var(--joaya-space-5);
	margin-top: var(--joaya-space-5);
	border-top: 1px solid rgba(49, 41, 35, 0.08);
	color: var(--joaya-muted);
}

.shop-main {
	padding-bottom: var(--joaya-space-8);
}

.joaya-product-story {
	padding-top: var(--joaya-space-7);
}

.joaya-product-story__intro {
	max-width: 44rem;
	margin-bottom: var(--joaya-space-5);
}

.joaya-product-story__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--joaya-space-4);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	border: 0;
	border-radius: 0;
	padding: 0.95rem 1.35rem;
	background: var(--joaya-action-bg);
	color: #fff;
	font-weight: 500;
}

@media (min-width: 768px) {
	.home-bestsellers__grid,
	.home-editorial__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.home-collections__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-promise__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-footer__grid,
	.joaya-reassurance,
	.joaya-product-story__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.home-promise__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.home-collections__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.site-main {
		padding: 0 0 var(--joaya-space-7);
	}

	.site-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Maison Joaya faithful structure overrides */

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Révélation au focus clavier (skip-link WCAG 2.4.1) — invisible hors focus, C37-safe. */
.screen-reader-text:focus {
	position: fixed;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 0.75rem 1.25rem;
	margin: 0;
	overflow: visible;
	clip: auto;
	clip-path: none;
	background: #1a1a1a;
	color: #fff;
	font-size: 0.95rem;
	line-height: 1.2;
	text-decoration: none;
	border-radius: 6px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.home-cta__inner {
	border-radius: 26px;
}

.home-collections {
	padding-top: 0.5rem;
}

.home-collections__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.95rem;
}

.home-collection-card--feature {
	position: relative;
	min-height: 240px;
	border-radius: 22px;
}

.home-collection-card--feature .home-collection-card__visual {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}

.home-collection-card__overlay {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 240px;
	padding: 1.4rem;
	color: #fff;
	text-align: center;
}

.home-collection-card__overlay strong {
	font-family: var(--joaya-serif);
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	font-weight: 500;
}

.home-collections__cta {
	display: flex;
	justify-content: center;
	margin-top: 1.2rem;
}

.home-collections__cta .joaya-button {
	min-width: 220px;
	padding-inline: 1.85rem;
	font-size: 0.78rem;
	letter-spacing: 0.15em;
}

.home-editorial {
	padding-top: 0;
}

.home-editorial__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

.home-editorial-card {
	min-height: 260px;
	border-radius: 22px;
}

.home-editorial-card__content {
	align-items: flex-start;
	justify-content: flex-end;
	padding: 1.2rem;
}

.home-editorial-card__content strong {
	font-size: clamp(1.9rem, 4vw, 3rem);
}

.home-editorial-card__content span:last-child {
	max-width: 17rem;
	font-size: 0.96rem;
}

.home-bestsellers {
	padding-top: 0;
}

.home-bestsellers__heading {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.35rem;
}

.home-bestsellers__title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem;
	font-size: clamp(2.2rem, 5vw, 4rem);
}

.home-bestsellers__title span {
	color: var(--joaya-ink);
}

.home-bestsellers__title em {
	font-style: italic;
	font-weight: 600;
	color: #b68bc7;
}

.home-bestsellers__more,
.home-cta__secondary {
	text-decoration: underline;
	text-underline-offset: 0.2rem;
}

.home-bestsellers__grid {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(220px, 1fr);
	gap: 1rem;
	overflow-x: auto;
	padding-bottom: 0.25rem;
	scroll-snap-type: x proximity;
}

.home-bestsellers__grid > * {
	scroll-snap-align: start;
}

.joaya-product-card {
	border-radius: 22px;
}

.joaya-product-card__media {
	aspect-ratio: 0.82;
	background: rgba(255, 255, 255, 0.92);
}

.joaya-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.joaya-product-card__body {
	display: grid;
	gap: 0.3rem;
	padding: 1rem 1.05rem 1.2rem;
}

.joaya-product-card__eyebrow {
	margin: 0;
	font-size: 0.74rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--joaya-muted);
}

.joaya-product-card__title {
	margin: 0;
	font-family: var(--joaya-serif);
	font-size: 1.45rem;
	line-height: 1.1;
}

.joaya-product-card__price,
.joaya-product-card__cta {
	margin: 0;
}

.joaya-product-card__cta {
	font-size: 0.9rem;
	color: var(--joaya-sage-deep);
}

.home-promise {
	padding-top: 0.5rem;
}

.home-promise__grid {
	gap: 1rem;
}

.home-promise .joaya-note-card {
	padding: 1.35rem 1.1rem;
	text-align: center;
	background: rgba(255, 255, 255, 0.94);
}

.home-promise .joaya-note-card h3 {
	font-size: 1.25rem;
}

.home-cta__inner {
	display: grid;
	gap: 1rem;
	text-align: left;
	background: linear-gradient(180deg, var(--joaya-surface), var(--joaya-surface-soft));
}

.home-cta__inner p {
	max-width: 34rem;
	margin-inline: 0;
}

.home-cta__form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
	max-width: 40rem;
}

.home-cta__form input {
	height: 54px;
	padding: 0 0.2rem;
	border: 0;
	border-bottom: 1px solid var(--joaya-border-strong);
	background: transparent;
	font: inherit;
	color: var(--joaya-ink);
}

.home-cta__form input:focus {
	outline: 0;
	border-color: var(--joaya-sage);
}

.home-cta__message {
	margin: 0;
	font-size: 0.94rem;
}

.home-cta__message--success {
	color: var(--joaya-sage-deep);
}

.home-cta__message--error {
	color: #9f5d5d;
}

.site-footer {
	margin-top: 4rem;
	padding: 4rem 0 2rem;
}

.site-footer__services {
	margin-bottom: 3rem;
}

.site-footer__services-title {
	margin-bottom: 1.2rem;
	font-size: clamp(2rem, 4vw, 3rem);
}

.site-footer__service-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

.site-footer__service-card {
	display: block;
	overflow: hidden;
	border: 1px solid var(--joaya-border);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: var(--joaya-shadow);
}

.site-footer__service-media {
	display: block;
	aspect-ratio: 1.25;
	background-size: cover;
	background-position: center;
}

.site-footer__service-body {
	display: grid;
	gap: 0.35rem;
	padding: 1rem 1.1rem 1.2rem;
}

.site-footer__service-body strong {
	font-family: var(--joaya-serif);
	font-size: 1.45rem;
	font-weight: 500;
}

.site-footer__service-body span {
	color: var(--joaya-muted);
}

.site-footer__instagram {
	display: grid;
	gap: 0.8rem;
	/* Removed Sprint 9 J1-J2 — padding, border-top, border-bottom confirmed dead by audit B (CSS-CASCADE-DOMINANCE.md §4.5/§7). Kept by source-lock.css (padding line 2025; borders forced 0 !important line 2879). */
	margin: 0 0 2.5rem;
	text-align: center;
}

.site-footer__instagram h2 {
	margin-bottom: 0.35rem;
	font-size: clamp(2.4rem, 6vw, 4.8rem);
}

.site-footer__instagram-copy p,
.site-footer__instagram-tag {
	margin: 0;
	font-size: clamp(1rem, 2.5vw, 1.5rem);
}

.site-footer__instagram-tag {
	color: var(--joaya-muted);
}

.site-footer__grid {
	grid-template-columns: 1fr;
	gap: 1rem;
}

.site-footer__column {
	padding: 1.25rem;
	border-radius: 22px;
}

.site-footer__column h3 {
	font-size: 1.35rem;
}

@media (min-width: 768px) {
	.home-collections__grid,
	.home-editorial__grid,
	.site-footer__service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-cta__form {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: end;
	}
}

@media (min-width: 1024px) {
	.home-collections__grid,
	.home-editorial__grid,
	.site-footer__service-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.home-editorial__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.home-bestsellers__grid {
		grid-auto-flow: initial;
		grid-auto-columns: auto;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		overflow: visible;
	}

	.site-footer__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

/* Source-calibrated homepage finish */

:root {
	--joaya-shell: 1400px;
	--joaya-shell-padding: 1.5rem;
	--joaya-section-gap: 2.75rem;
	--joaya-grid-gap: 0.9375rem;
	--joaya-section-title-size: 2rem;
	--joaya-card-title-size: 2.25rem;
}

/* Removed Sprint 9 J1-J2 — confirmed dead by audit B (CSS-CASCADE-DOMINANCE.md §6). Kept by source-lock.css. */

.site-main {
	padding: 0 0 4.5rem;
}

.home-section {
	padding-top: var(--joaya-section-gap);
}

.home-hero {
	margin: 0;
}

.home-hero__banner {
	position: relative;
	display: block;
	min-height: clamp(25rem, 42vw, 33.5rem);
	overflow: hidden;
	background: #e9ddd2;
}

.home-hero__media,
.home-hero__overlay {
	position: absolute;
	inset: 0;
}

.home-hero__media {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-hero__overlay {
	position: relative;
	display: flex;
	align-items: center;
	min-height: inherit;
}

.home-hero__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.4rem;
	padding: clamp(2.2rem, 6vw, 5rem) var(--joaya-shell-padding);
	color: #fff;
}

.home-hero__title {
	display: grid;
	gap: 0.2rem;
	font-family: var(--joaya-sans);
	line-height: 1.08;
}

.home-hero__title em,
.home-hero__title strong {
	font-size: clamp(2.25rem, 5vw, 3.85rem);
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.03em;
}

.home-hero__button,
.home-collections__cta .joaya-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.35rem;
	padding: 0.95rem 1.75rem;
	border: 1px solid rgba(49, 41, 35, 0.08);
	border-radius: 0.45rem;
	background: var(--joaya-cta-bg);
	box-shadow: none;
	color: var(--joaya-ink);
	font-size: 0.88rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.home-section__intro--categories {
	margin-bottom: 1.4rem;
}

.home-section__intro--categories h2,
.home-bestsellers__title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.45rem;
	font-family: var(--joaya-sans);
	font-size: var(--joaya-section-title-size);
	line-height: 1.1;
	font-weight: 400;
}

.home-section__intro--categories em,
.home-bestsellers__title em {
	font-style: italic;
	font-weight: 600;
	color: var(--joaya-lilac);
}

.home-collections {
	padding-top: 2.35rem;
}

.home-collections__viewport {
	overflow: visible;
}

.home-collections__track {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--joaya-grid-gap);
}

.home-collection-card,
.home-editorial-card,
.joaya-product-card {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.home-collection-card--feature {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1 / 1.34;
}

.home-collection-card__visual {
	position: absolute;
	inset: 0;
	display: block;
	background-size: cover;
	background-position: center;
}

.home-collection-card__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 1.1rem;
	background: linear-gradient(180deg, rgba(28, 23, 20, 0.04) 28%, rgba(28, 23, 20, 0.26) 100%);
	color: #fff;
	text-align: center;
}

.home-collection-card__overlay strong {
	font-family: var(--joaya-sans);
	font-size: clamp(1.25rem, 2.4vw, 1.65rem);
	font-weight: 400;
}

.home-collections__cta {
	display: flex;
	justify-content: center;
	margin-top: 1.45rem;
}

.home-collections__cta .joaya-button {
	min-width: 15rem;
}

.home-editorial {
	padding-top: 2.5rem;
}

.home-editorial__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--joaya-grid-gap);
}

.home-editorial-card {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 18.75rem;
}

.home-editorial-card__image {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}

.home-editorial-card__content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 1.5rem;
	color: #fff;
	text-align: center;
}

.home-editorial-card__content strong {
	font-family: var(--joaya-sans);
	font-size: clamp(1.8rem, 3vw, var(--joaya-card-title-size));
	font-weight: 400;
	line-height: 1.08;
}

.home-bestsellers {
	padding-top: 2.75rem;
}

.home-bestsellers__heading {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.home-bestsellers__more {
	font-size: 1rem;
	font-style: italic;
	text-decoration: underline;
	text-underline-offset: 0.18rem;
}

.home-bestsellers__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.joaya-product-card__link {
	display: grid;
	gap: 0.45rem;
	height: 100%;
}

.joaya-product-card__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 314 / 372;
	background: rgba(255, 255, 255, 0.96);
}

.joaya-product-card__wish {
	position: absolute;
	top: 0.6rem;
	right: 0.55rem;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.8rem;
	height: 1.8rem;
	color: var(--joaya-ink);
}

.joaya-product-card__wish svg {
	width: 1.35rem;
	height: 1.35rem;
}

.joaya-product-card__image,
.joaya-product-card__image--placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.joaya-product-card__body {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.45rem 0 0;
}

.joaya-product-card__content {
	min-width: 0;
}

.joaya-product-card__title {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	font-family: var(--joaya-sans);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.joaya-product-card__eyebrow {
	margin: 0.18rem 0 0;
	font-size: 0.78rem;
	letter-spacing: 0;
	text-transform: none;
	color: var(--joaya-muted);
}

.joaya-product-card__price {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.08rem;
	margin: 0;
	padding-left: 0.5rem;
	font-size: 1rem;
	font-weight: 600;
	color: var(--joaya-ink);
	white-space: nowrap;
}

.joaya-product-card__price p {
	margin: 0;
}

.joaya-product-card__price .amount,
.joaya-product-card__price .woocommerce-Price-amount {
	color: inherit;
}

.home-bestsellers__fallback .joaya-note-card {
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: none;
}

@media (max-width: 1023px) {
	.home-hero__copy {
		width: min(16rem, 100%);
		padding: 2rem 1.5rem 2.5rem;
	}

	.home-hero__title em,
	.home-hero__title strong {
		font-size: clamp(2rem, 8.5vw, 3rem);
	}

	.home-hero__button {
		min-width: 14rem;
	}

	.home-collections__track,
	.home-bestsellers__grid {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: minmax(15rem, 72vw);
		overflow-x: auto;
		scroll-snap-type: x proximity;
		padding-bottom: 0.2rem;
	}

	.home-collections__track > *,
	.home-bestsellers__grid > * {
		scroll-snap-align: start;
	}

	.home-editorial__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media (min-width: 1024px) {
	:root {
		--joaya-shell-padding: 3.125rem;
	}

}

/* Final calibrated homepage override */

:root {
	--joaya-home-shell: 1400px;
	/* Variables migrées de source-lock.css Sprint 9 J3 — audit B CSS-CASCADE-DOMINANCE.md §6.7 (déplacement strict, valeurs identiques) */
	--joaya-home-gutter-mobile: 1.5rem;
	--joaya-home-gutter-desktop: 3.125rem;
	--joaya-header-desktop-height: 156px;
	--joaya-header-mobile-height: 84px;
	--joaya-header-main-desktop: 104px;
	--joaya-header-nav-desktop: 52px;
	--joaya-source-gap-10: 10px;
	--joaya-source-gap-15: 15px;
	--joaya-source-gap-16: 1rem;
}

body.home {
	background: var(--joaya-page-bg);
}

.joaya-button--outline {
	color: var(--joaya-ink);
	background: transparent;
	border-color: rgba(7, 29, 73, 0.34);
	box-shadow: none;
}

body.home .site-main {
	padding-top: 0;
}

.home-hero {
	margin: 0;
}

/* Removed Sprint 9 J1-J2 — confirmed dead by audit B (CSS-CASCADE-DOMINANCE.md §6). Kept by source-lock.css. */

.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: 9.25rem;
}

.home-hero__copy {
	display: grid;
	align-content: start;
	gap: 1rem;
	margin-left: max(3rem, calc((100vw - var(--joaya-home-shell)) / 2 + 3rem));
	color: #fff;
}

.home-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 2rem;
	padding: 0 0.95rem;
	font-size: 0.85rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.14);
}

.home-hero__title {
	font-family: var(--joaya-sans);
	font-size: clamp(2.35rem, 4.2vw, 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;
	padding: 0.85rem 1.5rem;
	font-size: 1rem;
	letter-spacing: 0.1em;
	color: var(--joaya-ink);
	background: var(--joaya-cta-bg);
}

.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: 0.35rem;
	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: #b65f78;
}

.home-collections__track {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.9375rem;
}

.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;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	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-collection-card__overlay strong {
	font-family: var(--joaya-sans);
	/* Removed Sprint 9 J1-J2 — font-size, font-weight confirmed dead by audit B (CSS-CASCADE-DOMINANCE.md §4.4/§7). Kept by source-lock.css (font-size 1.56rem line 2546, font-weight 400 line 2310, mobile 0.95rem !important line 3536). */
	color: #fff;
}

.home-collections__cta {
	display: flex;
	justify-content: center;
	margin-top: 1.55rem;
}

.home-collections__cta .joaya-button {
	min-width: 15.5rem;
	min-height: 3.2rem;
	padding: 0.8rem 1.25rem;
	font-size: 0.82rem;
	letter-spacing: 0.14em;
	color: var(--joaya-ink);
	background: transparent;
	border-color: rgba(7, 29, 73, 0.3);
	box-shadow: none;
}

.home-editorial__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.9375rem;
}

.home-editorial-card {
	position: relative;
	display: block;
	min-height: 25rem;
	overflow: hidden;
}

.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 {
	position: absolute;
	inset: 0;
}

.home-editorial-card__content {
	position: relative;
	z-index: 1;
	display: grid;
	align-content: end;
	height: 100%;
	padding: 2rem;
	color: #fff;
	text-align: left;
}

.home-editorial-card__kicker {
	font-size: 0.82rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.home-editorial-card__content strong {
	font-family: var(--joaya-serif);
	font-size: clamp(2rem, 3.4vw, 3rem);
	font-weight: 500;
	line-height: 0.98;
}

.home-editorial-card__content small {
	max-width: min(100%, 26rem);
	font-size: 1rem;
	line-height: 1.4;
}

.home-bestsellers__heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
}

.home-bestsellers__more {
	font-size: 1rem;
	font-style: italic;
	text-decoration: underline;
	text-underline-offset: 0.18rem;
}

.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;
}

.joaya-product-card {
	min-width: 0;
}

.joaya-product-card__link {
	display: grid;
	gap: 0.75rem;
}

.joaya-product-card__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 314 / 372;
	border-radius: 0;
	background: var(--joaya-surface-muted);
}

.joaya-product-card__wish {
	top: 0.85rem;
	right: 0.85rem;
	width: 1.8rem;
	height: 1.8rem;
	color: #071d49;
}

.joaya-product-card__body {
	display: grid;
	gap: 0.55rem;
	padding: 0;
}

.joaya-product-card__content {
	display: grid;
	gap: 0.28rem;
}

.joaya-product-card__title,
.joaya-product-card__eyebrow,
.joaya-product-card__price {
	font-family: var(--joaya-sans);
}

.joaya-product-card__title {
	margin: 0;
	font-size: 0.99rem;
	font-weight: 400;
	line-height: 1.35;
	color: #4c5e8b;
}

.joaya-product-card__eyebrow {
	display: none;
}

.joaya-product-card__price {
	align-items: flex-start;
	padding-left: 0;
	font-size: 1.02rem;
	font-weight: 600;
	color: #071d49;
}

.home-bestsellers__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 0 0;
}

.home-bestsellers__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	color: #071d49;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.home-bestsellers__arrow.hidden {
	display: none;
}

.home-bestsellers__arrow svg {
	width: 1.5rem;
	height: 1.5rem;
}

.home-bestsellers__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	min-height: 2rem;
	padding: 0 0.5rem;
}

.home-bestsellers__dots button {
	width: 0.45rem;
	height: 0.45rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(7, 29, 73, 0.22);
	text-indent: -9999px;
	overflow: hidden;
}

.home-bestsellers__dots .active {
	background: #071d49;
}

.home-duo,
.home-materials,
.home-loyalty {
	padding-top: 4.5rem;
}

.home-duo__grid,
.home-materials__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
}

.home-duo-card,
.home-material-card {
	position: relative;
	display: block;
	min-height: 31rem;
	overflow: hidden;
}

.home-duo-card__content {
	position: absolute;
	left: 3rem;
	bottom: 3rem;
	z-index: 1;
	display: grid;
	gap: 0.85rem;
	max-width: 25rem;
	color: #fff;
}

.home-duo-card__content small {
	font-size: 0.92rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.home-duo-card__content strong {
	font-family: var(--joaya-serif);
	font-size: clamp(2.8rem, 5vw, 4.4rem);
	font-weight: 500;
	line-height: 0.95;
}

.home-duo-card__content span {
	font-size: 1rem;
	line-height: 1.5;
}

.home-materials__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-material-card {
	min-height: 27.5rem;
}

.home-material-card__title {
	position: absolute;
	top: 2rem;
	left: 2rem;
	right: 2rem;
	z-index: 1;
	font-family: var(--joaya-sans);
	font-size: clamp(2rem, 2.9vw, 2.55rem);
	font-weight: 400;
	line-height: 1.1;
	color: #fff;
	text-align: center;
}

.home-trends__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.9375rem;
}

.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: 1.2rem;
	right: 1.2rem;
	z-index: 1;
	font-family: var(--joaya-sans);
	font-size: 1.15rem;
	font-weight: 400;
	color: #fff;
	text-align: center;
}

.home-trends__cta {
	display: flex;
	justify-content: center;
	margin-top: 1.35rem;
}

.home-trends__cta .joaya-button {
	min-width: 19.5rem;
	min-height: 3rem;
	font-size: 0.95rem;
	letter-spacing: 0.12em;
}

.home-loyalty__banner {
	position: relative;
	display: block;
	min-height: 25.75rem;
	overflow: hidden;
}

.home-loyalty__media {
	position: absolute;
	inset: 0;
}

.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__brand {
	font-family: var(--joaya-serif);
	font-size: clamp(2.6rem, 4.5vw, 4.8rem);
	line-height: 0.9;
	text-align: center;
}

.home-loyalty__brand em {
	font-style: italic;
	font-size: 0.8em;
}

.home-loyalty__title {
	display: block;
	font-family: var(--joaya-sans);
	font-size: clamp(2.3rem, 4vw, 4rem);
	font-weight: 400;
	line-height: 1.05;
	text-align: center;
}

.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);
}

.home-loyalty__offer {
	max-width: 20rem;
	margin-left: auto;
	font-family: var(--joaya-serif);
	font-size: clamp(1.9rem, 3vw, 3.2rem);
	line-height: 1.02;
	text-align: center;
}

@media (max-width: 1023px) {
	.home-hero__banner {
		min-height: 39rem;
	}

	.home-hero__overlay {
		padding-top: 5.25rem;
		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-bestsellers__nav {
		padding-top: 0.7rem;
	}

	.home-editorial__grid,
	.home-duo__grid,
	.home-materials__grid {
		grid-template-columns: 1fr;
	}

	.home-editorial-card,
	.home-duo-card,
	.home-material-card {
		min-height: 22rem;
	}

	.home-duo-card__content {
		left: 1.5rem;
		right: 1.5rem;
		bottom: 1.75rem;
	}

	.home-material-card__title {
		top: 1.5rem;
		left: 1.5rem;
		right: 1.5rem;
	}

	.home-loyalty__banner {
		min-height: 21rem;
	}

	.home-loyalty__content {
		grid-template-columns: 1fr;
		gap: 0.8rem;
		align-content: center;
		padding: 2rem 1.5rem;
		min-height: 21rem;
	}

	.home-loyalty__offer,
	.home-loyalty__brand,
	.home-loyalty__title {
		max-width: 100%;
		margin: 0;
		text-align: center;
	}

	.home-loyalty__button {
		min-width: 14rem;
		margin: 0 auto;
	}
}

/* ==========================================================================
   Contact page — layout 2 colonnes (info atelier / formulaire)
   Réutilise la base .legal-page (titre, header, breadcrumb).
   ========================================================================== */
.contact-page__layout {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) minmax(0, 1.4fr);
	gap: clamp(2rem, 4vw, 3.5rem);
	margin-top: clamp(2rem, 4vw, 3rem);
	align-items: start;
}

.contact-page__info {
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
	font-size: 0.95rem;
	line-height: 1.65;
	color: var(--mj-color-ink, #17264a);
}

.contact-page__info-block h2 {
	margin: 0 0 0.55rem;
	font-family: var(--mj-font-serif, Georgia, "Times New Roman", serif);
	font-size: 1.15rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	color: var(--mj-color-ink, #17264a);
}

.contact-page__info-block p {
	margin: 0 0 0.5rem;
}

.contact-page__info-note {
	font-size: 0.85rem;
	color: var(--mj-color-muted, #6f6d68);
}

.contact-page__contact-list,
.contact-page__social-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.contact-page__contact-list li {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.contact-page__contact-label {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--mj-color-muted, #6f6d68);
}

.contact-page__contact-value,
.contact-page__social-link {
	color: var(--mj-color-ink, #17264a);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.contact-page__contact-value:hover,
.contact-page__contact-value:focus,
.contact-page__social-link:hover,
.contact-page__social-link:focus {
	border-bottom-color: currentColor;
}

.contact-page__social-link span {
	color: var(--mj-color-muted, #6f6d68);
	font-size: 0.85rem;
	margin-left: 0.4rem;
}

.contact-page__form-wrap {
	background: #fff;
	padding: clamp(1.5rem, 3vw, 2.25rem);
	border: 1px solid #ebe4dd;
	border-radius: 4px;
}

.contact-page__form-title {
	margin: 0 0 1.25rem;
	font-family: var(--mj-font-serif, Georgia, "Times New Roman", serif);
	font-size: 1.35rem;
	font-weight: 500;
	color: var(--mj-color-ink, #17264a);
}

.contact-page__flash {
	margin: 0 0 1.25rem;
	padding: 0.85rem 1rem;
	font-size: 0.92rem;
	line-height: 1.5;
	border-radius: 3px;
	border: 1px solid transparent;
}

.contact-page__flash--success {
	background: #f1f4ec;
	border-color: #b9c7a4;
	color: #3b4b27;
}

.contact-page__flash--error {
	background: #fbeeea;
	border-color: #e3b9ad;
	color: #6e2614;
}

.contact-page__form-row {
	margin-bottom: 1.1rem;
}

.contact-page__form-row--split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.9rem;
}

.contact-page__form-field {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.contact-page__form-field label {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--mj-color-muted, #6f6d68);
}

.contact-page__required {
	color: #a35b3f;
}

.contact-page__form-field input[type="text"],
.contact-page__form-field input[type="email"],
.contact-page__form-field select,
.contact-page__form-field textarea {
	width: 100%;
	padding: 0.7rem 0.85rem;
	font-family: inherit;
	font-size: 0.95rem;
	color: var(--mj-color-ink, #17264a);
	background: #fdfbf8;
	border: 1px solid #d8cfc5;
	border-radius: 3px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-page__form-field input[type="text"]:focus,
.contact-page__form-field input[type="email"]:focus,
.contact-page__form-field select:focus,
.contact-page__form-field textarea:focus {
	outline: none;
	border-color: var(--mj-color-ink, #17264a);
	box-shadow: 0 0 0 3px rgba(23, 38, 74, 0.08);
}

.contact-page__form-field textarea {
	resize: vertical;
	min-height: 9rem;
	line-height: 1.55;
}

.contact-page__form-row--consent {
	margin-top: 1.4rem;
}

.contact-page__consent {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	font-size: 0.85rem;
	line-height: 1.55;
	color: var(--mj-color-ink, #17264a);
	cursor: pointer;
}

.contact-page__consent input[type="checkbox"] {
	margin-top: 0.2rem;
	flex-shrink: 0;
	accent-color: var(--mj-color-ink, #17264a);
}

.contact-page__consent-text a {
	color: var(--mj-color-ink, #17264a);
	text-decoration: underline;
}

.contact-page__form-row--submit {
	margin-top: 1.5rem;
}

.contact-page__submit {
	display: inline-block;
	padding: 0.95rem 2rem;
	font-family: inherit;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fff;
	background: var(--mj-color-ink, #17264a);
	border: 1px solid var(--mj-color-ink, #17264a);
	border-radius: 3px;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.15s ease;
}

.contact-page__submit:hover,
.contact-page__submit:focus {
	background: #0d1936;
	transform: translateY(-1px);
}

.contact-page__rgpd-note {
	margin: 1.25rem 0 0;
	font-size: 0.78rem;
	line-height: 1.55;
	color: var(--mj-color-muted, #6f6d68);
}

@media (max-width: 768px) {
	.contact-page__layout {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.contact-page__form-row--split {
		grid-template-columns: 1fr;
		gap: 1.1rem;
	}

	.contact-page__form-wrap {
		padding: 1.25rem;
	}
}

/* ---------------------------------------------------------------------------
 * Consentement RGPD du bandeau newsletter (home-cta.php).
 * Rangée pleine largeur sous le couple email/bouton (grille 2 colonnes).
 * ------------------------------------------------------------------------- */
.home-newsletter__consent {
	grid-column: 1 / -1;
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	margin: 0.35rem 0 0;
}

.home-newsletter__consent-checkbox {
	flex: 0 0 auto;
	width: 1.05rem;
	height: 1.05rem;
	margin-top: 0.15rem;
	accent-color: var(--joaya-action-bg);
	cursor: pointer;
}

.home-newsletter__consent-label {
	font-family: var(--joaya-sans);
	font-size: 0.78rem;
	line-height: 1.5;
	color: var(--joaya-muted);
	cursor: pointer;
}

.home-newsletter__consent-link {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.home-newsletter__consent-link:hover,
.home-newsletter__consent-link:focus-visible {
	color: var(--joaya-ink);
}

/* ---------------------------------------------------------------------------
 * Modale premium réutilisable (.joaya-modal) — succès newsletter & bienvenue.
 * Cohérente avec .joaya-offer-guard (ink/lilas, fond flouté, dialog blanc).
 * ------------------------------------------------------------------------- */
body.joaya-modal-open {
	overflow: hidden;
}

.joaya-modal[hidden] {
	display: none;
}

.joaya-modal {
	position: fixed;
	inset: 0;
	z-index: 260;
	display: grid;
	place-items: center;
	padding: clamp(1rem, 3vw, 2.5rem);
}

.joaya-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(49, 41, 35, 0.4);
	backdrop-filter: blur(6px);
}

.joaya-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 480px);
	padding: clamp(1.8rem, 4vw, 2.6rem);
	border: 1px solid rgba(200, 162, 214, 0.42);
	border-radius: 10px;
	background: var(--joaya-surface, #fff);
	box-shadow: 0 28px 80px rgba(49, 41, 35, 0.2);
	color: var(--joaya-ink);
	text-align: center;
	animation: joaya-modal-in 320ms ease both;
}

.joaya-modal__close {
	position: absolute;
	top: 0.6rem;
	right: 0.6rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--joaya-muted);
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	border-radius: 50%;
	transition: color 180ms ease, background-color 180ms ease;
}

.joaya-modal__close:hover,
.joaya-modal__close:focus-visible {
	color: var(--joaya-ink);
	background: var(--joaya-surface-tint, #f4edf7);
	outline: none;
}

.joaya-modal__eyebrow {
	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-modal__title {
	margin: 0;
	font-family: var(--joaya-serif);
	font-size: clamp(2rem, 5vw, 2.8rem);
	font-weight: 500;
	line-height: 1.02;
	letter-spacing: 0;
	color: var(--joaya-ink);
}

.joaya-modal__text {
	margin: 1rem 0 0;
	color: var(--joaya-muted);
	font-family: var(--joaya-sans);
	font-size: 0.96rem;
	line-height: 1.65;
}

.joaya-modal__actions {
	margin-top: 1.6rem;
}

.joaya-modal__button {
	display: inline-block;
	min-height: 48px;
	padding: 0.9rem 2.4rem;
	border: 1px solid var(--joaya-action-bg);
	border-radius: 0;
	background: var(--joaya-action-bg);
	color: #fff;
	font-family: var(--joaya-sans);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.joaya-modal__button:hover,
.joaya-modal__button:focus-visible {
	background: var(--joaya-lilac);
	border-color: var(--joaya-lilac);
	color: #fff;
	outline: none;
}

@keyframes joaya-modal-in {
	from {
		opacity: 0;
		transform: translateY(12px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 640px) {
	.joaya-modal {
		align-items: end;
		padding: 0.75rem;
	}

	.joaya-modal__dialog {
		padding: 1.6rem 1.35rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.joaya-modal__dialog {
		animation: none;
	}
}
