/* ================================================
   docentes.css — Doing Nutrition
   Página /docentes/ — grid de cards
   ================================================ */

/* ─── Divi resets ─────────────────────────────────── */
#et-boc, #et-main-area, #main-content,
.et_pb_pagebuilder_layout,
.et_builder_inner_content {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	box-shadow: none !important;
	max-width: 100% !important;
}
#sidebar, .et_right_sidebar, .et_left_sidebar { display: none !important; }
#main-content, #content-area { width: 100% !important; float: none !important; }
html, body { overflow-x: hidden !important; }

/* ─── Scope ───────────────────────────────────────── */
.dn-docentes {
	font-family: var(--dn-font-body);
	color: var(--dn-text-700);
	background: var(--dn-white);
}
.dn-docentes *, .dn-docentes *::before, .dn-docentes *::after { box-sizing: border-box; }
.dn-docentes :where(p)  { margin: 0; }
.dn-docentes a  { text-decoration: none; }
.dn-docentes img { max-width: 100%; height: auto; display: block; }

/* ─── Container ───────────────────────────────────── */
.dn-docentes .dn-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
}

/* ─── Eyebrow ─────────────────────────────────────── */
.dn-docentes .dn-eyebrow {
	display: inline-block;
	font-size: .6875rem;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--dn-orange-500, #D97706);
	margin-bottom: .75rem;
}

/* ─── Reveal on scroll ────────────────────────────── */
.dn-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .6s ease, transform .6s ease;
}
.dn-reveal.dn-reveal--in { opacity: 1; transform: none; }


/* ================================================
   HERO — editorial, 2 columnas
   ================================================ */
.dn-docentes-hero {
	padding: 6rem 0 5.5rem;
	background: var(--dn-bg-soft);
	position: relative;
	overflow: hidden;
}

.dn-docentes-hero__inner {
	display: grid;
	grid-template-columns: 55fr 45fr;
	align-items: center;
	gap: 3rem;
}

.dn-docentes-hero__content {
	position: relative;
	z-index: 1;
}

/* ─── Animación de entrada del texto ─────────────── */
@keyframes dn-hero-in {
	from { opacity: 0; transform: translateX(-16px); }
	to   { opacity: 1; transform: translateX(0); }
}

.dn-docentes-hero__content .dn-eyebrow {
	opacity: 0;
	animation: dn-hero-in .65s cubic-bezier(.25,.46,.45,.94) forwards;
	animation-delay: .1s;
}
.dn-docentes-hero__title {
	opacity: 0;
	animation: dn-hero-in .65s cubic-bezier(.25,.46,.45,.94) forwards;
	animation-delay: .28s;
}
.dn-docentes-hero__sub {
	opacity: 0;
	animation: dn-hero-in .65s cubic-bezier(.25,.46,.45,.94) forwards;
	animation-delay: .46s;
}

.dn-docentes-hero__title {
	font-family: var(--dn-font-heading);
	font-size: clamp(1.9rem, 4vw, 2.75rem);
	font-weight: 700;
	letter-spacing: -.03em;
	color: var(--dn-text-900);
	line-height: 1.05;
	margin: .5rem 0 1.25rem;
}

.dn-docentes-hero__title em {
	font-family: 'Instrument Serif', Georgia, serif;
	font-style: italic;
	font-weight: 400;
	font-size: clamp(3.25rem, 8vw, 5.5rem);
	letter-spacing: -.02em;
	line-height: .9;
	color: var(--dn-green-700, #15803D);
	display: block;
	margin-top: .1em;
}

.dn-docentes-hero__sub {
	font-size: 1.0625rem;
	color: var(--dn-text-500);
	line-height: 1.7;
	max-width: 420px;
}

/* ─── Flags cluster ───────────────────────────────── */
@keyframes dn-float {
	0%, 100% { transform: rotate(var(--rot, 0deg)) translateY(0); }
	50%       { transform: rotate(var(--rot, 0deg)) translateY(-9px); }
}

.dn-flags-cluster {
	position: relative;
	width: 340px;
	height: 380px;
	margin: 0 auto;
}

.dn-flag-card {
	position: absolute;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 6px 22px rgba(0,0,0,.13), 0 2px 6px rgba(0,0,0,.08);
	animation: dn-float 4s ease-in-out infinite;
	line-height: 0;
}
.dn-flag-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Tamaños — proporciones reales de bandera (3:2) */
.dn-fc--xl { width: 100px; height: 67px; }
.dn-fc--lg { width: 84px;  height: 56px; }
.dn-fc--md { width: 70px;  height: 47px; }
.dn-fc--sm { width: 56px;  height: 37px; }

/* Posiciones + rotaciones — cluster apretado ~340px */
.dn-fc--f1  { top:   0px; left:  10px; --rot: -4deg; }   /* CHL */
.dn-fc--f2  { top:  12px; left: 188px; --rot:  2deg; }   /* ESP */
.dn-fc--f3  { top:   4px; left: 264px; --rot: -2deg; }   /* COL */
.dn-fc--f5  { top:  78px; left:   0px; --rot:  3deg; }   /* ECU */
.dn-fc--f4  { top:  86px; left:  98px; --rot: -1deg; }   /* ARG */
.dn-fc--f6  { top:  80px; left: 260px; --rot:  4deg; }   /* BRA */
.dn-fc--f12 { top: 170px; left:   0px; --rot: -3deg; }   /* BOL */
.dn-fc--f9  { top: 178px; left:  68px; --rot:  3deg; }   /* PY  */
.dn-fc--f7  { top: 182px; left: 136px; --rot:  2deg; }   /* MEX */
.dn-fc--f8  { top: 176px; left: 252px; --rot: -2deg; }   /* URY */
.dn-fc--f10 { top: 272px; left:  80px; --rot: -1deg; }   /* PER */
.dn-fc--f11 { top: 270px; left: 212px; --rot:  2deg; }   /* VEN */

/* Delays escalonados */
.dn-fc--f1  { animation-delay: 0.0s;  animation-duration: 4.1s; }
.dn-fc--f2  { animation-delay: 0.6s;  animation-duration: 3.7s; }
.dn-fc--f3  { animation-delay: 1.2s;  animation-duration: 4.4s; }
.dn-fc--f4  { animation-delay: 0.3s;  animation-duration: 5.0s; }
.dn-fc--f5  { animation-delay: 0.9s;  animation-duration: 3.9s; }
.dn-fc--f6  { animation-delay: 1.5s;  animation-duration: 4.2s; }
.dn-fc--f7  { animation-delay: 0.2s;  animation-duration: 4.6s; }
.dn-fc--f8  { animation-delay: 1.1s;  animation-duration: 3.8s; }
.dn-fc--f9  { animation-delay: 0.7s;  animation-duration: 4.3s; }
.dn-fc--f10 { animation-delay: 1.8s;  animation-duration: 4.0s; }
.dn-fc--f11 { animation-delay: 0.4s;  animation-duration: 4.5s; }
.dn-fc--f12 { animation-delay: 1.3s;  animation-duration: 3.6s; }

/* Mobile: hero en 1 columna, flags en flex wrap */
@media (max-width: 860px) {
	.dn-docentes-hero__inner {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.dn-flags-cluster {
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: .6rem;
		margin: 0;
	}
	.dn-flag-card {
		position: static !important;
		width: 58px !important;
		height: 39px !important;
	}
}


/* ================================================
   GRID DE CARDS
   ================================================ */
.dn-docentes-grid-section {
	padding: 5rem 0 7rem;
	background: #fff;
}

.dn-docentes-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	align-items: start;
}

@media (max-width: 960px) {
	.dn-docentes-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
	.dn-docentes-grid { grid-template-columns: 1fr; }
}


/* ─── Card ────────────────────────────────────────── */
.dn-card {
	background: #fff;
	border: 1px solid #EEEAE0;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.dn-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 48px rgba(0, 0, 0, .09);
	border-color: #E0DACC;
}

/* Foto — cuadrada, llena el ancho */
.dn-card__foto {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: var(--dn-bg-soft);
	position: relative;
	flex-shrink: 0;
}
.dn-card__foto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
	transition: transform .5s ease;
}
.dn-card:hover .dn-card__foto img {
	transform: scale(1.05);
}
.dn-card__iniciales {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--dn-font-heading);
	font-size: 3rem;
	font-weight: 700;
	color: var(--dn-green-700, #15803D);
	letter-spacing: .04em;
	text-transform: uppercase;
	background: var(--dn-green-100, #D1FAE5);
}

/* Body */
.dn-card__body {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: .5rem;
	flex: 1;
}

.dn-card__esp {
	font-size: .65rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--dn-orange-500, #D97706);
}

.dn-card__nombre {
	font-family: var(--dn-font-heading);
	font-size: clamp(1.1rem, 2vw, 1.3rem);
	font-weight: 700;
	color: var(--dn-text-900);
	margin: 0;
	line-height: 1.2;
}

/* País */
.dn-card__pais {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	font-size: .8rem;
	color: var(--dn-text-500);
	margin-top: .1rem;
}
.dn-card__pais img {
	width: 20px;
	height: 14px;
	object-fit: cover;
	border-radius: 2px;
	display: inline-block;
	box-shadow: 0 1px 3px rgba(0,0,0,.15);
}

.dn-card__bio {
	font-size: .9rem;
	color: var(--dn-text-500);
	line-height: 1.7;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	flex: 1;
}

/* Social */
.dn-card__social {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-top: .75rem;
	padding-top: .75rem;
	border-top: 1px solid #F0ECE4;
}

.dn-social-btn {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	font-size: .78rem;
	font-weight: 500;
	color: var(--dn-text-700);
	border: 1px solid #DEDAD2;
	border-radius: 100px;
	padding: .35rem .85rem;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
	white-space: nowrap;
}
.dn-social-btn:hover {
	background: var(--dn-green-700, #15803D);
	color: #fff;
	border-color: var(--dn-green-700, #15803D);
}


/* ─── Empty state ─────────────────────────────────── */
.dn-docentes-empty {
	text-align: center;
	padding: 5rem 0;
	color: var(--dn-text-500);
	font-size: 1rem;
	grid-column: 1 / -1;
}
