/* Home H2 — variantes de card */
.h2-card--landscape .h2-card__title {
	font-size: 0.95rem;
}

.h2-card--featured .h2-card__title {
	font-size: 1.1rem;
}

/* Solo tarjetas grandes de Internacional (foreach $big) */
.h2-int__row--big .h2-card__title--overlay {
	font-size: 1.2rem;
}

.h2-card--thumb-below .h2-card__media {
	margin-bottom: 0.35rem;
}

.h2-destino__center .h2-card--hero .h2-card__link {
	position: relative;
}

/* Cultura: espacio entre artículos del bloque central */
.h2-col--cultura-center .h2-card {
	margin-bottom: 1.5rem;
}

.h2-col--cultura-center .h2-card:last-of-type {
	margin-bottom: 0;
}

.h2-cruce__left .h2-card--hero .h2-card__excerpt--overlay,
.h2-aero__center .h2-card--hero .h2-card__excerpt--overlay {
	padding-bottom: clamp(1.75rem, 6vw, 2.5rem);
}

.h2-aero__center .h2-card--hero .h2-card__title--overlay {
	font-size: 1.4rem;
	margin-bottom: 5.9rem;
}

@media screen and (max-width: 782px) {
	.h2-card--landscape .h2-card__title {
		font-size: clamp(0.85rem, 3.5vw, 0.95rem);
	}

	.h2-card--featured .h2-card__title {
		font-size: clamp(0.95rem, 3.8vw, 1.1rem);
	}
}
