/**
 * Page Mon histoire / À propos — design PEPS 2026.
 */

.peps-about-page {
	background-color: #ffeffc !important;
	padding: clamp(24px, 3vw, 40px) 5% clamp(32px, 4vw, 56px) 5% !important;
	margin: 0 !important;
}

.peps-about__panel {
	background: linear-gradient(180deg, #fff 0%, #fff9fc 100%);
	border: 1px solid rgba(232, 77, 138, 0.18);
	border-radius: 36px;
	box-shadow: 0 20px 50px rgba(232, 77, 138, 0.08);
	overflow: hidden;
}

/* Hero */
.peps-about__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
	gap: clamp(20px, 3vw, 40px);
	align-items: center;
	padding: clamp(28px, 3.5vw, 44px) clamp(24px, 3vw, 40px) clamp(24px, 3vw, 36px);
}

.peps-about__kicker {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px !important;
	font-family: Poppins, "Trebuchet MS", Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
	color: #e84d8a !important;
}

.peps-about__kicker-paw {
	font-size: 14px;
	line-height: 1;
}

.peps-about-page .peps-about__title,
.peps-about-page h1.peps-about__title,
.peps-about__title {
	margin: 0 0 16px !important;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
	font-size: clamp(1.75rem, 2.6vw, 2.45rem) !important;
	font-weight: 500 !important;
	line-height: 1.12 !important;
	color: #3d2b32 !important;
	text-transform: none !important;
}

.peps-about-page .peps-about__lead,
.peps-about__lead,
.peps-about__lead p {
	margin: 0 !important;
	font-family: Poppins, "Trebuchet MS", Arial, sans-serif !important;
	font-size: clamp(14px, 1.2vw, 16px) !important;
	line-height: 1.65 !important;
	color: #5a4f55 !important;
}

.peps-about__lead a {
	color: #e84d8a !important;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.peps-about__card-text p {
	margin: 0 !important;
	font-family: Poppins, "Trebuchet MS", Arial, sans-serif !important;
	font-size: 13px !important;
	line-height: 1.55 !important;
	color: #5a4f55 !important;
}

.peps-about__card-text a,
.peps-about__why-lead a,
.peps-about__note a {
	color: #e84d8a !important;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.peps-about-page .peps-about__why-lead,
.peps-about__why-lead,
.peps-about__why-lead p {
	margin: 0 0 24px !important;
	font-family: Poppins, "Trebuchet MS", Arial, sans-serif !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
	color: #5a4f55 !important;
	text-align: center;
}

.peps-about__why-lead p:last-child {
	margin-bottom: 0 !important;
}

.peps-about__hero-visual {
	position: relative;
	min-height: clamp(220px, 24vw, 300px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.peps-about__hero-splash {
	position: absolute;
	inset: 8% 0 8% 10%;
	background:
		radial-gradient(circle at 55% 45%, rgba(255, 182, 203, 0.55) 0%, rgba(255, 239, 252, 0) 68%),
		radial-gradient(circle at 30% 70%, rgba(255, 143, 178, 0.25) 0%, transparent 55%);
	border-radius: 50%;
}

.peps-about__hero-photo {
	position: relative;
	z-index: 1;
	width: clamp(180px, 20vw, 260px);
	height: clamp(180px, 20vw, 260px);
	border-radius: 50%;
	overflow: hidden;
	border: 6px solid #fff;
	box-shadow: 0 12px 32px rgba(61, 43, 50, 0.12);
}

.peps-about__hero-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* Sections */
.peps-about__section {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(220px, 360px);
	gap: clamp(24px, 3vw, 40px);
	align-items: start;
	padding: clamp(8px, 1.5vw, 16px) clamp(20px, 2.8vw, 36px) clamp(28px, 3.5vw, 44px);
	border-top: 1px solid rgba(232, 77, 138, 0.1);
}

.peps-about__section--reverse {
	grid-template-columns: minmax(220px, 360px) minmax(0, 1.15fr);
}

.peps-about__section--reverse .peps-about__section-media {
	order: -1;
}

.peps-about-page .peps-about__section-title,
.peps-about__section-title {
	margin: 0 0 16px !important;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
	font-size: clamp(1.4rem, 2vw, 1.75rem) !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	color: #3d2b32 !important;
	text-transform: none !important;
}

/* Accordéons (même langage que FAQ / fiche produit) */
.peps-about__accordion {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.peps-about__item {
	background: #fff;
	border: 1px solid rgba(232, 77, 138, 0.12);
	border-radius: 20px;
	overflow: hidden;
	margin: 0 !important;
	box-shadow: 0 8px 24px rgba(61, 43, 50, 0.05);
	transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.peps-about__item[open] {
	border-color: rgba(232, 77, 138, 0.28);
	box-shadow: 0 12px 32px rgba(232, 77, 138, 0.1);
}

.peps-about__summary {
	padding: 16px 18px;
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	list-style: none;
	color: #3d2b32;
}

.peps-about__summary::-webkit-details-marker {
	display: none;
}

.peps-about__question {
	flex: 1;
	min-width: 0;
	margin: 0 !important;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
	font-size: clamp(1.02rem, 1.25vw, 1.18rem) !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
	color: #3d2b32 !important;
	text-transform: none !important;
}

.peps-about__icon {
	margin-left: auto;
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: rgba(232, 77, 138, 0.1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.peps-about__icon svg {
	width: 16px;
	height: 16px;
	fill: #e84d8a;
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.peps-about__item[open] .peps-about__icon svg {
	transform: rotate(180deg);
}

.peps-about__summary:hover {
	background: rgba(232, 77, 138, 0.05);
}

.peps-about__item[open] > .peps-about__summary {
	background: rgba(232, 77, 138, 0.07);
}

.peps-about__summary:focus {
	outline: none;
}

.peps-about__summary:focus-visible {
	outline: 2px solid rgba(232, 77, 138, 0.35);
	outline-offset: 2px;
	border-radius: 16px;
}

.peps-about__acc-body {
	padding: 0 18px 18px;
	font-family: Poppins, "Trebuchet MS", Arial, sans-serif !important;
	font-size: 15px !important;
	line-height: 1.7 !important;
	color: #5a4f55 !important;
	border-top: 1px solid rgba(232, 77, 138, 0.1);
	padding-top: 14px;
}

.peps-about__acc-body > :first-child {
	margin-top: 0;
}

.peps-about__acc-body > :last-child {
	margin-bottom: 0;
}

.peps-about__acc-body p {
	margin: 0 0 1em !important;
	font-family: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
}

.peps-about__acc-body p:last-child {
	margin-bottom: 0 !important;
}

.peps-about__acc-body strong {
	color: #3d2b32;
	font-weight: 600;
}

.peps-about__acc-body h3,
.peps-about__acc-body h4 {
	margin: 1em 0 0.5em !important;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
	font-weight: 600 !important;
	color: #3d2b32 !important;
	text-transform: none !important;
}

.peps-about__acc-body h4 {
	font-family: Poppins, "Trebuchet MS", Arial, sans-serif !important;
	font-size: 14px !important;
	color: #e84d8a !important;
}

.peps-about__acc-body a {
	color: #e84d8a !important;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.peps-about__body,
.peps-about__body p,
.peps-about__body li {
	font-family: Poppins, "Trebuchet MS", Arial, sans-serif !important;
	font-size: 15px !important;
	line-height: 1.7 !important;
	color: #5a4f55 !important;
}

.peps-about__body p {
	margin: 0 0 1em !important;
}

.peps-about__body p:last-child {
	margin-bottom: 0 !important;
}

.peps-about__body strong {
	color: #3d2b32;
	font-weight: 600;
}

.peps-about__body h3 {
	margin: 1.4em 0 0.6em !important;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
	font-size: clamp(1.15rem, 1.4vw, 1.3rem) !important;
	font-weight: 600 !important;
	color: #3d2b32 !important;
	text-transform: none !important;
}

.peps-about__body h4 {
	margin: 1.2em 0 0.5em !important;
	font-family: Poppins, "Trebuchet MS", Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #e84d8a !important;
	text-transform: none !important;
}

.peps-about__body a {
	color: #e84d8a !important;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.peps-about__body ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.peps-about__body > ul > li {
	margin: 0 !important;
	padding: 0 !important;
}

.peps-about__media {
	padding: 12px;
	background: #fff;
	border: 1px solid rgba(232, 77, 138, 0.12);
	border-radius: 24px;
	box-shadow: 0 10px 28px rgba(61, 43, 50, 0.06);
}

.peps-about__media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
	object-fit: cover;
}

/* Pourquoi PEPS */
.peps-about__why {
	padding: clamp(28px, 3.5vw, 40px) clamp(20px, 2.8vw, 36px);
	background:
		radial-gradient(circle at 15% 20%, rgba(255, 182, 203, 0.22) 0%, transparent 45%),
		radial-gradient(circle at 85% 80%, rgba(255, 182, 203, 0.18) 0%, transparent 40%),
		linear-gradient(180deg, rgba(255, 239, 252, 0.7) 0%, rgba(255, 255, 255, 0.95) 100%);
	border-top: 1px solid rgba(232, 77, 138, 0.12);
}

.peps-about-page .peps-about__why-title,
.peps-about__why-title {
	margin: 0 0 8px !important;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
	font-size: clamp(1.4rem, 2vw, 1.75rem) !important;
	font-weight: 500 !important;
	color: #3d2b32 !important;
	text-align: center;
	text-transform: none !important;
}

.peps-about__why-layout {
	display: grid;
	grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
	gap: clamp(20px, 2.5vw, 32px);
	align-items: start;
}

.peps-about__why-photo {
	padding: 10px;
	background: #fff;
	border: 1px solid rgba(232, 77, 138, 0.12);
	border-radius: 24px;
	box-shadow: 0 10px 28px rgba(61, 43, 50, 0.06);
}

.peps-about__why-photo img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
	object-fit: cover;
}

.peps-about__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.peps-about__card {
	padding: 18px 16px;
	background: #fff;
	border: 1px solid rgba(232, 77, 138, 0.1);
	border-radius: 18px;
	box-shadow: 0 8px 22px rgba(61, 43, 50, 0.05);
}

.peps-about__card-icon {
	display: block;
	margin-bottom: 8px;
	font-size: 22px;
	line-height: 1;
}

.peps-about-page .peps-about__card h3,
.peps-about__card h3 {
	margin: 0 0 8px !important;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
	font-size: 1.1rem !important;
	font-weight: 600 !important;
	color: #3d2b32 !important;
	text-transform: none !important;
}

.peps-about-page .peps-about__card p,
.peps-about__card p {
	margin: 0 !important;
	font-family: Poppins, "Trebuchet MS", Arial, sans-serif !important;
	font-size: 13px !important;
	line-height: 1.55 !important;
	color: #5a4f55 !important;
}

.peps-about__note {
	margin-top: 18px;
	padding: 14px 16px;
	background: rgba(232, 77, 138, 0.06);
	border: 1px solid rgba(232, 77, 138, 0.14);
	border-radius: 16px;
	font-family: Poppins, "Trebuchet MS", Arial, sans-serif !important;
	font-size: 13px !important;
	line-height: 1.55 !important;
	color: #5a4f55 !important;
}

.peps-about__note strong {
	color: #3d2b32;
}

/* CTA */
.peps-about__closing {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px 24px;
	padding: clamp(28px, 3.5vw, 40px) clamp(20px, 3vw, 36px);
	border-top: 1px solid rgba(232, 77, 138, 0.12);
	text-align: center;
}

.peps-about-page .peps-about__cta-btn,
.peps-about__cta-btn {
	display: inline-flex !important;
	align-items: center !important;
	padding: 13px 28px !important;
	border-radius: 999px !important;
	background: #e84d8a !important;
	border: 1.5px solid #e84d8a !important;
	color: #fff !important;
	font-family: Poppins, "Trebuchet MS", Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	text-transform: none !important;
	box-shadow: 0 10px 24px rgba(232, 77, 138, 0.22) !important;
	transition: background 0.25s ease;
}

.peps-about-page .peps-about__cta-btn:hover,
.peps-about-page .peps-about__cta-btn:focus,
.peps-about__cta-btn:hover,
.peps-about__cta-btn:focus {
	background: #d43d78 !important;
	border-color: #d43d78 !important;
	color: #fff !important;
}

.peps-about-page .peps-about__cta-link,
.peps-about__cta-link {
	font-family: Poppins, "Trebuchet MS", Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #3d2b32 !important;
	text-decoration: underline !important;
	text-underline-offset: 3px !important;
}

.peps-about-page .peps-about__cta-link:hover,
.peps-about__cta-link:hover {
	color: #e84d8a !important;
}

@media (max-width: 1024px) {
	.peps-about__hero,
	.peps-about__section,
	.peps-about__section--reverse,
	.peps-about__why-layout {
		grid-template-columns: 1fr;
	}

	.peps-about__hero-visual {
		order: -1;
		min-height: 220px;
	}

	.peps-about__section--reverse .peps-about__section-media {
		order: 0;
	}
}

@media (max-width: 767px) {
	.peps-about-page {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.peps-about__panel {
		border-radius: 28px;
	}

	.peps-about__hero {
		padding: 24px 18px 20px;
	}

	.peps-about__section,
	.peps-about__why {
		padding-left: 16px;
		padding-right: 16px;
	}

	.peps-about__cards {
		grid-template-columns: 1fr;
	}

	.peps-about__closing {
		flex-direction: column;
	}

	.peps-about__summary {
		padding: 14px 16px;
	}

	.peps-about__acc-body {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.peps-about__item,
	.peps-about__icon svg {
		transition: none;
	}
}
