.hd-monuments-page,
.hd-monuments-page * {
	box-sizing: border-box;
}

.hd-monuments-page {
	--hd-monuments-pink: #e53281;
	--hd-monuments-ink: #10232b;
	--hd-monuments-secondary: #4c5a60;
	--hd-monuments-paper: #f2f4f4;
	--hd-monuments-line: #dfe3e1;
	--hd-monuments-gold: #d7ae75;
	--pink-text-accessible: var(--hd-monuments-pink);
	--ink: var(--hd-monuments-ink);
	--secondary: var(--hd-monuments-secondary);
	--paper: var(--hd-monuments-paper);
	--line: var(--hd-monuments-line);
	--gold: var(--hd-monuments-gold);
}

.hd-monuments-page > .e-con-inner,
.hd-monuments-page.e-con {
	gap: 0;
}

.hd-monuments-shell,
.hd-monuments-page .hd-celebration-shell,
.hd-monuments-page .hd-contact-shell {
	width: min(calc(100% - 48px), 1180px);
	margin-inline: auto;
}

.hd-monuments-page h2 {
	margin: 7px 0 0;
	color: var(--hd-monuments-ink);
	font-size: clamp(1.85rem, 3.5vw, 2.6rem);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -.045em;
	text-wrap: balance;
}

.hd-monuments-microtitle {
	margin: 0;
	color: var(--hd-monuments-pink);
	font-size: max(.7rem, 12px);
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

/* Encabezado reutilizado, ajustado al contrato exacto de Monumentos. */
.hd-monuments-page .hd-celebration-hero {
	grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
	gap: 38px;
	padding: 40px;
}

.hd-monuments-page .hd-celebration-hero h1 {
	max-width: 10ch;
}

.hd-monuments-page .hd-celebration-hero-image {
	position: relative;
	aspect-ratio: 16 / 9;
}

.hd-monuments-page .hd-celebration-hero-image::after {
	position: absolute;
	inset: 58% 0 0;
	background: linear-gradient(to top, rgba(12, 37, 45, .72), transparent);
	content: "";
}

.hd-monuments-page .hd-celebration-hero-image figcaption {
	position: absolute;
	right: 18px;
	bottom: 14px;
	left: 18px;
	z-index: 1;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	color: #fff;
	font-size: .75rem;
	font-weight: 700;
	white-space: normal;
}

.hd-monuments-page .hd-celebration-hero-actions {
	margin-top: 22px;
}

.hd-monuments-page .hd-celebration-button {
	padding-inline: 19px;
}

/* Datos esenciales reutilizados. */
.hd-monuments-page .hd-celebration-facts {
	margin-top: 16px;
	border-radius: 20px;
}

.hd-monuments-page .hd-celebration-facts article {
	min-height: 88px;
	padding: 15px 18px;
}

.hd-monuments-page .hd-celebration-facts small {
	color: var(--hd-monuments-secondary);
	font-size: .7rem;
	text-transform: none;
}

.hd-monuments-page .hd-celebration-facts strong {
	margin-top: 4px;
	font-size: .82rem;
}

/* Introducción editorial reutilizada. */
.hd-monuments-page .hd-celebration-introduction {
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	gap: 48px;
	padding: 36px;
	border-radius: 28px;
}

.hd-monuments-page .hd-celebration-reading p {
	margin: 0 0 14px;
	font-size: .94rem;
	line-height: 1.72;
}

.hd-monuments-page .hd-celebration-reading p:last-child {
	margin-bottom: 0;
}

.hd-monuments-catalog,
.hd-monuments-page .hd-celebration-more {
	margin-top: 48px;
}

.hd-monuments-section-heading,
.hd-monuments-page .hd-celebration-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}

.hd-monuments-section-heading > p,
.hd-monuments-page .hd-celebration-section-heading > p {
	max-width: 35ch;
	margin: 0;
	color: var(--hd-monuments-secondary);
	font-size: .82rem;
	line-height: 1.55;
	text-align: right;
}

.hd-monuments-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.hd-monument-card {
	min-width: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--hd-monuments-line);
	border-radius: 18px;
	background: #fff;
}

.hd-monuments-page .hd-monument-card__main,
.hd-monuments-page .hd-monument-card__main:visited,
.hd-monuments-page .hd-monument-card__main:hover,
.hd-monuments-page .hd-monument-card__main:active {
	flex: 1;
	color: var(--hd-monuments-ink) !important;
	text-decoration: none;
}

.hd-monument-card figure {
	overflow: hidden;
	margin: 0;
	background: var(--hd-monuments-paper);
	aspect-ratio: 16 / 9;
}

.hd-monument-card img {
	width: 100% !important;
	height: 100% !important;
	display: block;
	object-fit: cover;
}

.hd-monument-card__main > div {
	padding: 14px;
}

.hd-monument-card small {
	color: var(--hd-monuments-secondary);
	font-size: .7rem;
	font-weight: 800;
}

.hd-monument-card h3 {
	margin: 5px 0 0;
	color: var(--hd-monuments-ink);
	font-size: .9rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -.02em;
}

.hd-monument-card p {
	margin: 9px 0 0;
	color: var(--hd-monuments-secondary);
	font-size: .76rem;
	line-height: 1.5;
}

.hd-monument-card__main > div > span {
	display: inline-block;
	margin-top: 12px;
	color: var(--hd-monuments-secondary);
	font-size: .7rem;
	font-weight: 800;
}

.hd-monuments-page .hd-monument-card__location,
.hd-monuments-page .hd-monument-card__location:visited,
.hd-monuments-page .hd-monument-card__location:hover,
.hd-monuments-page .hd-monument-card__location:active {
	min-height: 48px;
	display: flex;
	align-items: center;
	padding: 0 14px;
	border-top: 1px solid var(--hd-monuments-line);
	color: var(--hd-monuments-ink) !important;
	font-size: .72rem;
	font-weight: 800;
	text-decoration: none;
}

.hd-monument-card__location::before {
	margin-right: 7px;
	content: "⌖";
	color: var(--hd-monuments-secondary);
	font-size: 1rem;
}

.hd-monuments-page .hd-monuments-route {
	display: grid;
	grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
	align-items: center;
	gap: 38px;
	margin-top: 48px;
	padding: 32px;
	border-radius: 28px;
	background: var(--hd-monuments-ink) !important;
	color: #fff !important;
}

.hd-monuments-route figure {
	overflow: hidden;
	margin: 0;
	border-radius: 20px;
	aspect-ratio: 16 / 9;
}

.hd-monuments-route img {
	width: 100% !important;
	height: 100% !important;
	display: block;
	object-fit: cover;
}

.hd-monuments-page .hd-monuments-route .hd-monuments-microtitle {
	color: var(--hd-monuments-gold) !important;
}

.hd-monuments-page .hd-monuments-route h2,
.hd-monuments-page .hd-monuments-route h2.elementor-heading-title {
	color: #fff !important;
}

.hd-monuments-page .hd-monuments-route p:not(.hd-monuments-microtitle) {
	max-width: 58ch;
	margin: 15px 0 0;
	color: rgba(255, 255, 255, .78) !important;
	font-size: .9rem;
	line-height: 1.65;
}

.hd-monuments-button {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 22px;
	padding: 0 19px;
	border-radius: 999px;
	font-size: .76rem;
	font-weight: 800;
	text-decoration: none;
}

.hd-monuments-page .hd-monuments-button--light,
.hd-monuments-page .hd-monuments-button--light:visited,
.hd-monuments-page .hd-monuments-button--light:hover,
.hd-monuments-page .hd-monuments-button--light:active {
	background: #fff !important;
	color: var(--hd-monuments-ink) !important;
}

/* Páginas relacionadas: mismo widget, variante visual de Monumentos. */
.hd-monuments-page .hd-celebration-more {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.hd-monuments-page .hd-celebration-more-grid {
	gap: 10px;
	margin-top: 18px;
}

.hd-monuments-page .hd-celebration-more-grid a,
.hd-monuments-page .hd-celebration-more-grid a:visited,
.hd-monuments-page .hd-celebration-more-grid a:hover,
.hd-monuments-page .hd-celebration-more-grid a:active {
	position: relative;
	overflow: hidden;
	border: 0;
	border-radius: 16px;
	background: var(--hd-monuments-ink);
	color: #fff !important;
	aspect-ratio: 16 / 9;
}

.hd-monuments-page .hd-celebration-more-grid a::after {
	position: absolute;
	inset: 35% 0 0;
	background: linear-gradient(to top, rgba(12, 37, 45, .86), transparent);
	content: "";
}

.hd-monuments-page .hd-celebration-more-grid img {
	width: 100% !important;
	height: 100% !important;
	display: block;
	object-fit: cover;
}

.hd-monuments-page .hd-celebration-more-grid strong {
	position: absolute;
	right: 12px;
	bottom: 11px;
	left: 12px;
	z-index: 1;
	min-height: 0;
	display: block;
	padding: 0;
	color: #fff !important;
	font-size: .76rem;
	font-weight: 800;
	line-height: 1.2;
}

.hd-monuments-page :is(a, button, summary):focus-visible {
	outline: 3px solid var(--hd-monuments-pink);
	outline-offset: 3px;
}

@media (hover: hover) {
	.hd-monument-card img,
	.hd-monuments-page .hd-celebration-more-grid img {
		transition: transform 260ms ease;
	}

	.hd-monument-card:hover img,
	.hd-monuments-page .hd-celebration-more-grid a:hover img {
		transform: scale(1.025);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hd-monument-card img,
	.hd-monuments-page .hd-celebration-more-grid img {
		transition: none;
	}
}

@media (max-width: 900px) {
	.hd-monuments-page .hd-celebration-hero,
	.hd-monuments-page .hd-celebration-introduction,
	.hd-monuments-route {
		grid-template-columns: 1fr;
	}

	.hd-monuments-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hd-monuments-page .hd-celebration-more-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hd-monuments-page .hd-celebration-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.hd-monuments-shell,
	.hd-monuments-page .hd-celebration-shell,
	.hd-monuments-page .hd-contact-shell {
		width: min(calc(100% - 28px), 1180px);
	}

	.hd-monuments-page .hd-celebration-hero {
		gap: 24px;
		padding: 24px 18px;
	}

	.hd-monuments-page .hd-celebration-introduction,
	.hd-monuments-route {
		gap: 24px;
		margin-top: 32px;
		padding: 24px 18px;
		border-radius: 24px;
	}

	.hd-monuments-catalog,
	.hd-monuments-page .hd-celebration-more {
		margin-top: 32px;
	}

	.hd-monuments-section-heading,
	.hd-monuments-page .hd-celebration-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
	}

	.hd-monuments-section-heading > p,
	.hd-monuments-page .hd-celebration-section-heading > p {
		text-align: left;
	}

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

	.hd-monuments-page .hd-celebration-more-grid {
		gap: 8px;
	}
}
