/**
 * Pages légales — mentions, confidentialité, cookies.
 */

.ed-page--legal .ed-shell-hero__lead:empty {
	display: none;
}

/* ——— Bande sombre (éditeur, données, cookies utilisés) ——— */
.ed-legal-spotlight.ed-editorial-spotlight--legal {
	background: linear-gradient(180deg, #131210 0%, #0c0b0a 100%);
}

.ed-legal-spotlight__inner {
	padding-top: clamp(72px, 9vh, 104px);
	padding-bottom: clamp(72px, 9vh, 104px);
}

.ed-legal-spotlight__grid {
	display: grid;
	grid-template-columns: minmax(0, 140px) minmax(0, 1fr);
	column-gap: clamp(32px, 5vw, 72px);
	align-items: start;
}

.ed-legal-spotlight__kicker {
	margin: 0;
}

.ed-legal-spotlight__title {
	margin: 0 0 28px;
	max-width: 22ch;
	font-family: var(--o3w-font-display);
	font-size: clamp(2rem, 4.2vw, 3.5rem);
	font-weight: 500;
	line-height: 1.06;
	letter-spacing: -0.03em;
	color: rgba(255, 255, 255, 0.96);
}

.ed-legal-prose--dark {
	max-width: 42rem;
	font-size: 17px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.68);
}

.ed-legal-prose--dark p {
	margin: 0 0 1.15em;
}

.ed-legal-prose--dark p:last-child {
	margin-bottom: 0;
}

.ed-legal-prose--dark h3 {
	margin: 1.75em 0 0.65em;
	font-family: var(--o3w-font-heading);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
}

.ed-legal-prose--dark strong {
	font-weight: 600;
	color: rgba(255, 255, 255, 0.88);
}

.ed-legal-prose--dark a {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.ed-legal-prose--dark a:hover {
	color: #fff;
}

.ed-legal-prose--dark ul {
	margin: 0.5em 0 0;
	padding-left: 1.15em;
}

.ed-legal-prose--dark li {
	margin-bottom: 0.45em;
}

/* ——— Sections claires ——— */
.ed-legal-body__inner {
	box-sizing: border-box;
	max-width: var(--ed-shell-max, 1680px);
	margin-inline: auto;
	padding: clamp(56px, 7vh, 80px) var(--ed-shell-pad-x, 96px) clamp(64px, 8vh, 96px);
}

.ed-legal-body--intro .ed-legal-body__inner {
	padding-bottom: clamp(32px, 4vh, 48px);
}

.ed-legal-section + .ed-legal-section {
	margin-top: clamp(48px, 6vh, 72px);
	padding-top: clamp(48px, 6vh, 72px);
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ed-legal-section__grid {
	display: grid;
	grid-template-columns: minmax(0, 140px) minmax(0, 1fr);
	column-gap: clamp(32px, 5vw, 72px);
	align-items: start;
}

.ed-legal-section__kicker {
	margin: 0 0 12px;
}

.ed-legal-section__title {
	margin: 0 0 20px;
	max-width: 28ch;
	font-family: var(--o3w-font-display);
	font-size: clamp(1.65rem, 2.8vw, 2.25rem);
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: -0.02em;
}

.ed-legal-prose {
	max-width: 42rem;
	font-size: clamp(15px, 1.05vw, 17px);
	line-height: 1.65;
	color: rgba(28, 26, 24, 0.72);
}

.ed-legal-prose p {
	margin: 0 0 1.1em;
}

.ed-legal-prose p:last-child {
	margin-bottom: 0;
}

.ed-legal-prose h3 {
	margin: 1.5em 0 0.5em;
	font-family: var(--o3w-font-heading);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(28, 26, 24, 0.45);
}

.ed-legal-prose a {
	color: var(--o3w-accent);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.ed-legal-prose a:hover {
	color: var(--o3w-accent-deep);
}

/* Crédits photos compacts */
.o3w-photo-credits--compact {
	margin: 1.25em 0 0;
	padding: 0;
	list-style: none;
}

.o3w-photo-credits--compact li {
	margin: 0 0 0.65em;
	padding: 0;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(28, 26, 24, 0.62);
}

.o3w-photo-credits--compact strong {
	font-weight: 500;
	color: rgba(28, 26, 24, 0.85);
}

/* Préférences cookies (page politique cookies) */
.ed-legal-cookie-prefs .ed-legal-section__grid {
	align-items: start;
}

.ed-legal-cookie-prefs .o3w-cookie-preferences__form {
	margin-top: 0.25rem;
}

.ed-legal-cookie-prefs .o3w-cookie-preferences__fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.ed-legal-cookie-prefs .o3w-cookie-preferences__legend {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.ed-legal-cookie-prefs .o3w-cookie-preferences__hint {
	margin: 0 0 1rem;
}

@media (max-width: 900px) {
	.ed-legal-spotlight__grid,
	.ed-legal-section__grid {
		grid-template-columns: 1fr;
		row-gap: 12px;
	}

	.ed-legal-spotlight__title {
		max-width: none;
	}
}
