/**
 * Bloc « Le Guide PEPS » — archives produits (toutes catégories).
 */

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

.peps-guide__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-guide__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(20px, 2.5vw, 32px);
}

.peps-guide__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-guide__kicker-paw {
	font-size: 14px;
	line-height: 1;
}

.peps-archive-guide .peps-guide__title,
.peps-archive-guide .peps-guide h2.peps-guide__title,
.peps-guide__title {
	margin: 0 0 16px !important;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
	font-size: clamp(1.85rem, 2.6vw, 2.55rem) !important;
	font-weight: 500 !important;
	line-height: 1.12 !important;
	color: #3d2b32 !important;
	text-transform: none !important;
}

.peps-archive-guide .peps-guide__intro,
.peps-guide__intro {
	margin: 0 0 12px !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;
	text-transform: none !important;
}

.peps-guide__intro:last-of-type {
	margin-bottom: 0 !important;
}

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

.peps-guide__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-guide__hero-splash::before,
.peps-guide__hero-splash::after {
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255, 143, 178, 0.14);
}

.peps-guide__hero-splash::before {
	top: 18%;
	left: 12%;
}

.peps-guide__hero-splash::after {
	bottom: 16%;
	right: 10%;
}

.peps-guide__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);
	background: linear-gradient(135deg, #fff9fc 0%, #ffeffc 100%);
}

.peps-guide__hero-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	background: transparent;
}

/* Grille 6 cartes */
.peps-guide__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(14px, 1.8vw, 20px);
	padding: 0 clamp(20px, 2.8vw, 36px) clamp(24px, 3vw, 36px);
}

.peps-guide__card {
	display: grid;
	grid-template-columns: minmax(100px, 120px) minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 12px 14px;
	background: #fff;
	border: 1px solid rgba(232, 77, 138, 0.1);
	border-radius: 20px;
	box-shadow: 0 8px 24px rgba(61, 43, 50, 0.05);
}

.peps-guide__card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 120px;
	flex-shrink: 0;
	background: transparent;
}

.peps-guide__card-icon svg,
.peps-guide__card-icon img {
	display: block;
	width: auto;
	height: auto;
	max-width: clamp(96px, 9vw, 118px);
	max-height: clamp(96px, 9vw, 118px);
	object-fit: contain;
}

.peps-guide__card-body {
	min-width: 0;
}

.peps-archive-guide .peps-guide__card-body h3.peps-guide__card-title,
.peps-archive-guide .peps-guide h3.peps-guide__card-title,
.peps-archive-guide .peps-guide__card-title,
.peps-guide__card-title {
	margin: 0 0 4px !important;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
	font-size: clamp(1rem, 1.12vw, 1.12rem) !important;
	font-weight: 600 !important;
	line-height: 1.15 !important;
	color: #3d2b32 !important;
	text-transform: none !important;
}

.peps-archive-guide .peps-guide__card-text,
.peps-guide__card-text {
	margin: 0 !important;
	font-family: Poppins, "Trebuchet MS", Arial, sans-serif !important;
	font-size: 11px !important;
	line-height: 1.4 !important;
	color: #5a4f55 !important;
	text-transform: none !important;
}

/* Bandeau CTA */
.peps-guide__cta {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(28px, 3.5vw, 40px) clamp(20px, 3vw, 36px);
	background:
		radial-gradient(circle at 12% 50%, rgba(255, 182, 203, 0.35) 0%, transparent 42%),
		radial-gradient(circle at 88% 50%, rgba(255, 182, 203, 0.35) 0%, transparent 42%),
		linear-gradient(90deg, rgba(255, 239, 252, 0.9) 0%, rgba(255, 220, 235, 0.55) 50%, rgba(255, 239, 252, 0.9) 100%);
	border-top: 1px solid rgba(232, 77, 138, 0.12);
}

.peps-guide__cta-inner {
	text-align: center;
	max-width: 720px;
}

.peps-guide__cta-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin: 0 0 20px !important;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
	font-size: clamp(1.35rem, 2vw, 1.75rem) !important;
	font-weight: 500 !important;
	color: #3d2b32 !important;
	text-transform: none !important;
}

.peps-guide__cta-line {
	flex: 1;
	max-width: 80px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(232, 77, 138, 0.45), transparent);
	position: relative;
}

.peps-guide__cta-line::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #e84d8a;
	transform: translate(-50%, -50%);
}

.peps-guide__cta-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px 24px;
}

.peps-archive-guide .peps-guide__cta-btn,
.peps-guide__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, color 0.25s ease;
}

.peps-archive-guide .peps-guide__cta-btn:hover,
.peps-archive-guide .peps-guide__cta-btn:focus,
.peps-guide__cta-btn:hover,
.peps-guide__cta-btn:focus {
	background: #d43d78 !important;
	border-color: #d43d78 !important;
	color: #fff !important;
}

.peps-archive-guide .peps-guide__cta-link,
.peps-guide__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;
	text-transform: none !important;
}

.peps-archive-guide .peps-guide__cta-link:hover,
.peps-archive-guide .peps-guide__cta-link:focus,
.peps-guide__cta-link:hover,
.peps-guide__cta-link:focus {
	color: #e84d8a !important;
}

.peps-guide__cta-beads {
	position: absolute;
	top: 50%;
	display: flex;
	flex-direction: column;
	gap: 8px;
	transform: translateY(-50%);
	pointer-events: none;
}

.peps-guide__cta-beads--left {
	left: clamp(12px, 2vw, 28px);
}

.peps-guide__cta-beads--right {
	right: clamp(12px, 2vw, 28px);
}

.peps-guide__cta-beads span {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	box-shadow: inset -2px -3px 5px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.07);
}

.peps-guide__cta-beads--left span:nth-child(1) { background: #f4a0b8; }
.peps-guide__cta-beads--left span:nth-child(2) { background: #c9a0dc; margin-left: 6px; }
.peps-guide__cta-beads--left span:nth-child(3) { background: #f5d76e; }
.peps-guide__cta-beads--left span:nth-child(4) { background: #fff; margin-left: 4px; }

.peps-guide__cta-beads--right span:nth-child(1) { background: #fff; margin-left: 4px; }
.peps-guide__cta-beads--right span:nth-child(2) { background: #f5d76e; }
.peps-guide__cta-beads--right span:nth-child(3) { background: #c9a0dc; margin-left: 6px; }
.peps-guide__cta-beads--right span:nth-child(4) { background: #f4a0b8; }

@media (max-width: 1024px) {
	.peps-guide__hero {
		grid-template-columns: 1fr;
		text-align: left;
	}

	.peps-guide__hero-copy {
		text-align: left;
	}

	.peps-guide__kicker {
		justify-content: flex-start;
	}

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

	.peps-guide__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

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

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

	.peps-guide__hero {
		padding: 24px 18px 18px;
	}

	.peps-guide__grid {
		grid-template-columns: 1fr;
		padding: 0 16px 24px;
	}

	.peps-guide__card {
		grid-template-columns: minmax(88px, 104px) minmax(0, 1fr);
		padding: 12px;
	}

	.peps-guide__card-icon {
		max-width: 104px;
	}

	.peps-guide__card-body h3.peps-guide__card-title,
	.peps-guide h3.peps-guide__card-title,
	.peps-guide__card-title {
		color: #3d2b32 !important;
		font-size: 1.05rem !important;
	}

	.peps-guide__card-icon svg,
	.peps-guide__card-icon img {
		max-width: 96px;
		max-height: 96px;
	}

	.peps-guide__cta-title {
		flex-direction: column;
		gap: 10px;
	}

	.peps-guide__cta-line {
		max-width: 120px;
	}

	.peps-guide__cta-beads {
		display: none;
	}

	.peps-guide__cta-actions {
		flex-direction: column;
	}
}
