/*
 * gravite-equipe-dg.css
 * Styles pour les 3 template parts de la page mère :
 * - part-presentation-dg.php  (.gm-hero ...)
 * - part-cta-infolettre.php   (.gm-newsletter ...)
 * - part-journalistes.php     (.jrn- ...)
 * À placer dans /assets/css/ du thème (voir enqueue-gravite-equipe-dg.php).
 */

/* ---------- Présentation DG (.gm-hero) ---------- */
.gm-hero {
	--pink: #E6007E;
	--pink-dark: #B8005F;
	--navy: #1B1440;
	--bg-soft: #F4F3FA;
	--text-dark: #1D1B34;
	--text-muted: #6B6880;
	max-width: 1140px;
	margin: 50px auto;
	padding: 0 20px;
	font-family: inherit;
	color: var(--text-dark);
}
.gm-hero-inner {
	display: grid;
	grid-template-columns: 340px 1fr;
	gap: 56px;
	align-items: center;
}
.gm-hero-photo {
	position: relative;
}
.gm-hero-photo-shape {
	position: absolute;
	top: -18px;
	left: -18px;
	width: 100%;
	height: 100%;
	background: var(--pink);
	border-radius: 18px;
	z-index: 0;
}
.gm-hero-photo img {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 18px;
	display: block;
}
.gm-hero-photo-tag {
	position: relative;
	z-index: 2;
	margin: -46px 16px 0;
	background: #fff;
	border-radius: 10px;
	padding: 12px 16px;
	box-shadow: 0 4px 18px rgba(27, 20, 64, .14);
}
.gm-hero-photo-tag strong {
	display: block;
	font-size: 1rem;
	font-weight: 700;
}
.gm-hero-photo-tag span {
	display: block;
	font-size: .8rem;
	color: var(--text-muted);
	margin-top: 2px;
}
.gm-eyebrow {
	display: inline-block;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--pink-dark);
	background: #FCE6F1;
	padding: 5px 12px;
	border-radius: 999px;
	margin-bottom: 14px;
}
.gm-hero-content h2 {
	font-size: 2rem;
	line-height: 1.15;
	margin: 0 0 4px;
}
.gm-role {
	font-size: 1rem;
	color: var(--pink-dark);
	font-weight: 600;
	margin: 0 0 18px;
}
.gm-hero-content p {
	font-size: .98rem;
	line-height: 1.7;
	color: var(--text-dark);
	margin: 0 0 14px;
}
.gm-stats {
	display: flex;
	gap: 28px;
	margin: 26px 0;
	padding: 20px 0;
	border-top: 1px solid #E3E1EE;
	border-bottom: 1px solid #E3E1EE;
}
.gm-stat {
	display: flex;
	flex-direction: column;
}
.gm-stat-num {
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--navy);
	line-height: 1.1;
}
.gm-stat-label {
	font-size: .78rem;
	color: var(--text-muted);
	margin-top: 2px;
	max-width: 120px;
}
.gm-mastheads {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 26px;
}
.gm-mastheads span,
.gm-mastheads a {
	font-size: .76rem;
	font-weight: 600;
	color: var(--navy);
	background: var(--bg-soft);
	padding: 6px 12px;
	border-radius: 999px;
	text-decoration: none;
	transition: background .15s ease;
}
.gm-mastheads a:hover {
	background: #EAE7F5;
}
.gm-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.gm-btn {
	display: inline-block;
	font-size: .9rem;
	font-weight: 700;
	text-decoration: none;
	padding: 12px 22px;
	border-radius: 999px;
	transition: opacity .15s ease;
}
.gm-btn:hover { opacity: .85; }
.gm-btn-primary {
	background: var(--pink);
	color: #fff;
}
.gm-btn-ghost {
	background: transparent;
	color: var(--navy);
	border: 1.5px solid #D9D7E6;
}
@media (max-width: 780px) {
	.gm-hero-inner { grid-template-columns: 1fr; gap: 32px; }
	.gm-hero-photo { max-width: 320px; margin: 0 auto; }
}

/* ---------- Bande infolettre (.gm-newsletter) ---------- */
.gm-newsletter {
	--pink: #E6007E;
	--pink-dark: #B8005F;
	--navy: #1B1440;
	max-width: 1140px;
	margin: 46px auto;
	padding: 0 20px;
}
.gm-newsletter-inner {
	background: #fff;
	border-radius: 16px;
	padding: 28px 32px;
	display: flex;
	align-items: center;
	gap: 22px;
	flex-wrap: wrap;
}
.gm-newsletter-icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #FCE6F1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gm-newsletter-icon svg {
	width: 22px;
	height: 22px;
	stroke: var(--pink-dark);
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.gm-newsletter-text {
	flex: 1;
	min-width: 220px;
}
.gm-newsletter-eyebrow {
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--pink-dark);
	margin: 0 0 4px;
}
.gm-newsletter-title {
	font-size: 1.02rem;
	font-weight: 600;
	color: var(--navy);
	margin: 0;
	line-height: 1.4;
}
.gm-newsletter-btn {
	flex-shrink: 0;
	display: inline-block;
	font-size: .9rem;
	font-weight: 700;
	color: #fff;
	background: var(--pink);
	text-decoration: none;
	padding: 12px 22px;
	border-radius: 999px;
	transition: opacity .15s ease;
}
.gm-newsletter-btn:hover { opacity: .85; color: #FCE6F1; }
@media (max-width: 560px) {
	.gm-newsletter-inner { flex-direction: column; align-items: flex-start; text-align: left; }
	.gm-newsletter-btn { width: 100%; text-align: center; }
}

/* ---------- Notre équipe (.jrn-) ---------- */
.jrn-wrap {
	--pink: #E6007E;
	--pink-dark: #B8005F;
	--navy: #1B1440;
	--text-muted: #6B6880;
	max-width: 1140px;
	margin: 70px auto;
	padding: 0 20px;
}
.jrn-header {
	text-align: center;
	margin-bottom: 40px;
}
.jrn-eyebrow {
	display: inline-block;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--pink-dark);
	background: #FCE6F1;
	padding: 5px 12px;
	border-radius: 999px;
	margin-bottom: 14px;
}
.jrn-title {
	font-size: 2rem;
	font-weight: 700;
	color: var(--navy);
	margin: 0 0 10px;
	line-height: 1.15;
}
.jrn-subtitle {
	font-size: .98rem;
	color: var(--text-muted);
	max-width: 520px;
	margin: 0 auto;
	line-height: 1.6;
}
.jrn-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 26px;
}
.jrn-card {
	background: var(--navy);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 18px rgba(27, 20, 64, .12);
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 28px 22px 24px;
	transition: transform .2s ease, box-shadow .2s ease;
}
.jrn-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(27, 20, 64, .22);
}
.jrn-photo {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	object-fit: cover;
	object-position: top center;
	display: block;
	margin: 0 auto 16px;
	border: 3px solid rgba(255,255,255,.18);
}
.jrn-body {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.jrn-name {
	font-weight: 700;
	font-size: 1.05rem;
	line-height: 1.3;
	margin: 0 0 4px;
	color: #fff !important;
}
.jrn-poste {
	font-size: .85rem;
	margin: 0;
	line-height: 1.4;
	color: #D9D5EC !important;
}
.jrn-contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid rgba(255,255,255,.18);
}
.jrn-contact a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: .82rem;
	color: #F2F0FA !important;
	text-decoration: none;
	word-break: break-word;
}
.jrn-contact a:hover { color: #fff !important; text-decoration: underline; }
.jrn-contact svg {
	flex-shrink: 0;
	width: 15px;
	height: 15px;
	fill: none;
	stroke: var(--pink);
	stroke-width: 1.8;
}
.jrn-contact svg.jrn-icon-fill {
	fill: var(--pink);
	stroke: none;
}
.jrn-empty { text-align: center; padding: 60px 20px; color: #777; }
@media (max-width: 900px) {
	.jrn-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
	.jrn-grid { grid-template-columns: 1fr; }
}
