/*
 * Comunicación y conocimiento — entrega definitiva 1.3.3.
 * Se carga después de calden-xd.css y sustituye únicamente la adaptación
 * provisional de esta página. Contacto, navbar, equipo y footer quedan fuera.
 */

body.calden-xd-communication-page .calden-xd-filtered-out,
body.calden-xd-communication-page .calden-xd-collapsed-out,
body.calden-xd-communication-page [hidden] {
	display: none !important;
}

body.calden-xd-communication-page .calden-xd-featured-block {
	width: 100%;
}

body.calden-xd-communication-page .calden-xd-featured-heading {
	display: block;
	margin-bottom: 28px;
}

body.calden-xd-communication-page .calden-xd-load-more {
	position: relative;
	display: none;
	min-width: 112px;
	height: 32px;
	min-height: 32px;
	align-items: center;
	justify-content: center;
	margin: 40px auto 0;
	padding: 0 20px;
	border: 0;
	border-radius: 999px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	color: var(--calden-cyan);
	background: #e5f8f9;
	cursor: pointer;
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

body.calden-xd-communication-page .calden-xd-disclosure-ready .calden-xd-load-more {
	display: flex;
}

body.calden-xd-communication-page .calden-xd-load-more::before {
	position: absolute;
	inset: -6px 0;
	content: "";
}

body.calden-xd-communication-page .calden-xd-load-more:hover {
	color: #ffffff;
	background: var(--calden-cyan);
}

body.calden-xd-communication-page .calden-xd-load-more:active {
	transform: scale(0.97);
}

body.calden-xd-communication-page .calden-xd-load-more:focus-visible {
	outline: 3px solid var(--calden-teal);
	outline-offset: 4px;
}

body.calden-xd-communication-page .calden-xd-briefs,
body.calden-xd-communication-page .calden-xd-hvh {
	width: 100%;
}

body.calden-xd-communication-page .calden-xd-hvh__description strong {
	font-weight: 700;
}

body.calden-xd-communication-page .calden-xd-edition .calden-xd-tags,
body.calden-xd-communication-page .calden-xd-edition__hvh,
body.calden-xd-communication-page .calden-xd-edition__hvh-v,
body.calden-xd-communication-page .calden-xd-mobile-toggle {
	display: none !important;
}

@media (min-width: 1025px) {
	body.calden-xd-communication-page .calden-xd-featured {
		margin-bottom: 78px;
	}

	body.calden-xd-communication-page .calden-xd-briefs__grid,
	body.calden-xd-communication-page .calden-xd-editions {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		overflow: visible;
		scroll-snap-type: none;
	}

	body.calden-xd-communication-page .calden-xd-card--brief,
	body.calden-xd-communication-page .calden-xd-edition {
		width: auto;
		min-width: 0;
	}

	body.calden-xd-communication-page .calden-xd-hvh__description {
		top: 335px;
		max-width: 660px;
	}

	body.calden-xd-communication-page .calden-xd-edition {
		min-height: 190px;
	}

}

@media (max-width: 1024px) {
	body.calden-xd-communication-page .calden-xd-shell {
		width: min(calc(100% - 72px), 760px);
	}

	body.calden-xd-communication-page .calden-xd-editorial-grid {
		display: flex;
		gap: 0;
		flex-direction: column;
	}

	body.calden-xd-communication-page .calden-xd-communication__content {
		padding: 64px 0 88px;
	}

	body.calden-xd-communication-page .calden-xd-filters {
		display: flex;
		order: 1;
		gap: 10px 8px;
		align-items: center;
		margin: 0 0 64px;
		padding: 0;
		flex-wrap: wrap;
		overflow: visible;
	}

	body.calden-xd-communication-page .calden-xd-filter {
		position: relative;
		display: inline-flex;
		width: auto;
		height: 32px;
		min-height: 32px;
		flex: 0 0 auto;
		align-items: center;
		justify-content: center;
		padding: 0 16px;
		border: 0;
		border-radius: 24px;
		font-family: inherit;
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		color: var(--calden-navy);
		background: rgba(0, 38, 61, 0.08);
		cursor: pointer;
		transition: background-color 180ms ease, color 180ms ease;
	}

	body.calden-xd-communication-page .calden-xd-filter::before {
		position: absolute;
		inset: -6px 0;
		content: "";
	}

	body.calden-xd-communication-page .calden-xd-filter:hover,
	body.calden-xd-communication-page .calden-xd-filter.is-active {
		color: var(--calden-navy);
		background: rgba(0, 38, 61, 0.16);
	}

	body.calden-xd-communication-page .calden-xd-filter:focus-visible,
	body.calden-xd-communication-page .calden-xd-carousel-button:focus-visible {
		outline: 3px solid var(--calden-teal);
		outline-offset: 4px;
	}

	body.calden-xd-communication-page .calden-xd-publications {
		order: 2;
		width: 100%;
	}

	body.calden-xd-communication-page .calden-xd-featured-heading,
	body.calden-xd-communication-page .calden-xd-section-heading {
		font-size: 14px;
		font-weight: 400;
		line-height: 17px;
		letter-spacing: 0.08em;
	}

	body.calden-xd-communication-page .calden-xd-featured {
		display: flex;
		width: 100%;
		min-height: 336px;
		margin: 0 0 64px;
		padding: 16px;
		border: 0;
		border-radius: 20px;
		flex-direction: column;
		align-items: flex-start;
		background: rgba(0, 184, 195, 0.1);
	}

	body.calden-xd-communication-page .calden-xd-tags {
		display: flex;
		gap: 8px;
		align-items: center;
		margin: 0 0 28px;
		flex-wrap: wrap;
	}

	body.calden-xd-communication-page .calden-xd-tag {
		display: inline-flex;
		min-height: 32px;
		align-items: center;
		padding: 6px 14px;
		border-radius: 24px;
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		color: var(--calden-navy);
		background: rgba(0, 38, 61, 0.08);
	}

	body.calden-xd-communication-page .calden-xd-featured .calden-xd-card__title {
		max-width: 100%;
		margin: 0 0 16px;
		font-size: 24px;
		font-weight: 700;
		line-height: 32px;
		letter-spacing: -0.01em;
	}

	body.calden-xd-communication-page .calden-xd-featured .calden-xd-card__meta {
		max-width: 100%;
		margin: 0 0 auto;
		font-size: 16px;
		line-height: 24px;
	}

	body.calden-xd-communication-page .calden-xd-section-header {
		display: flex;
		gap: 16px;
		align-items: center;
		justify-content: space-between;
		margin: 0 0 32px;
	}

	body.calden-xd-communication-page .calden-xd-section-header .calden-xd-section-heading {
		margin: 0;
	}

	body.calden-xd-communication-page .calden-xd-carousel-nav {
		display: flex;
		gap: 10px;
		flex: 0 0 auto;
	}

	body.calden-xd-communication-page .calden-xd-carousel-button {
		position: relative;
		display: inline-flex;
		width: 44px;
		height: 44px;
		align-items: center;
		justify-content: center;
		border: 0;
		border-radius: 50%;
		color: var(--calden-navy);
		background: rgba(65, 248, 206, 0.44);
		cursor: pointer;
	}

	body.calden-xd-communication-page .calden-xd-carousel-button::before {
		width: 10px;
		height: 10px;
		border-top: 2px solid currentColor;
		border-right: 2px solid currentColor;
		content: "";
	}

	body.calden-xd-communication-page .calden-xd-carousel-button--previous::before {
		transform: rotate(-135deg) translate(-1px, 1px);
	}

	body.calden-xd-communication-page .calden-xd-carousel-button--next::before {
		transform: rotate(45deg) translate(-1px, 1px);
	}

	body.calden-xd-communication-page .calden-xd-carousel-button:not(:disabled):hover,
	body.calden-xd-communication-page .calden-xd-carousel-button:not(:disabled):active {
		color: #fff;
		background: var(--calden-teal);
	}

	body.calden-xd-communication-page .calden-xd-carousel-button:disabled {
		opacity: 0.35;
		cursor: default;
	}

	body.calden-xd-communication-page .calden-xd-publications__viewport {
		width: calc(100vw - max(36px, (100vw - 760px) / 2));
		overflow: hidden;
	}

	body.calden-xd-communication-page .calden-xd-publications__track {
		display: flex;
		gap: 20px;
		align-items: stretch;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 2px 0 14px;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	body.calden-xd-communication-page .calden-xd-publications__track::-webkit-scrollbar {
		display: none;
	}

	body.calden-xd-communication-page .calden-xd-publications__track .calden-xd-card {
		display: flex;
		width: min(358px, calc(100vw - 72px));
		min-width: min(358px, calc(100vw - 72px));
		min-height: 315px;
		margin: 0;
		padding: 16px;
		border: 1px solid rgba(0, 38, 61, 0.2);
		border-radius: 20px;
		flex-direction: column;
		align-items: flex-start;
		scroll-snap-align: start;
		background: #fff;
	}

	body.calden-xd-communication-page .calden-xd-publications__track .calden-xd-card + .calden-xd-card {
		margin-top: 0;
	}

	body.calden-xd-communication-page .calden-xd-publications__track .calden-xd-card__title {
		max-width: 100%;
		margin: 0 0 14px;
		font-size: 20px;
		font-weight: 700;
		line-height: 28px;
	}

	body.calden-xd-communication-page .calden-xd-publications__track .calden-xd-card__meta {
		max-width: 100%;
		margin: 0 0 auto;
		font-size: 16px;
		line-height: 22px;
	}

	body.calden-xd-communication-page .calden-xd-read {
		position: relative;
		display: inline-flex;
		width: 36px;
		height: 36px;
		min-width: 36px;
		align-items: center;
		justify-content: center;
		margin-top: 24px;
		border: 0;
		border-radius: 50%;
		color: var(--calden-mint);
		background: rgba(65, 248, 206, 0.2);
	}

	body.calden-xd-communication-page .calden-xd-read__label {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		white-space: nowrap;
	}

	body.calden-xd-communication-page .calden-xd-read__icon {
		display: block;
		width: 16px;
		height: 16px;
		fill: none;
		stroke: currentColor;
		stroke-width: 2;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	body.calden-xd-communication-page .calden-xd-read:hover,
	body.calden-xd-communication-page .calden-xd-read:focus,
	body.calden-xd-communication-page .calden-xd-read:active {
		color: #fff !important;
		background: var(--calden-mint) !important;
		transform: translateY(-3px);
	}

	body.calden-xd-communication-page .calden-xd-briefs {
		order: 3;
		margin-top: 72px;
		padding-top: 0;
		border-top: 0;
	}

	body.calden-xd-communication-page .calden-xd-briefs > .calden-xd-section-heading {
		margin: 0 0 32px;
	}

	body.calden-xd-communication-page .calden-xd-briefs__grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
		align-items: stretch;
		overflow: visible;
		padding: 0;
		scroll-snap-type: none;
	}

	body.calden-xd-communication-page .calden-xd-card--brief {
		display: flex;
		width: auto;
		min-width: 0;
		min-height: 254px;
		margin: 0;
		padding: 16px;
		border: 1px solid rgba(0, 38, 61, 0.2);
		border-radius: 20px;
		flex-direction: column;
		align-items: flex-start;
		background: #fff;
	}

	body.calden-xd-communication-page .calden-xd-card--brief + .calden-xd-card--brief {
		margin-top: 0;
	}

	body.calden-xd-communication-page .calden-xd-card--brief .calden-xd-card__title {
		max-width: 100%;
		margin: 0 0 12px;
		font-size: 16px;
		font-weight: 700;
		line-height: 24px;
	}

	body.calden-xd-communication-page .calden-xd-card--brief .calden-xd-card__meta {
		max-width: 100%;
		margin: 0 0 auto;
		font-size: 16px;
		line-height: 22px;
	}

	body.calden-xd-communication-page .calden-xd-hvh {
		order: 4;
		margin-top: 80px;
	}

	body.calden-xd-communication-page .calden-xd-hvh__feature {
		position: relative;
		display: flex;
		width: 100vw;
		min-height: clamp(300px, 66vw, 500px);
		margin-left: calc(50% - 50vw);
		padding: 0;
		border-radius: 0;
		align-items: flex-start;
		overflow: hidden;
		isolation: isolate;
		background: var(--calden-navy);
	}

	body.calden-xd-communication-page .calden-xd-hvh__feature::before {
		position: absolute;
		inset: 0;
		z-index: 1;
		background: linear-gradient(180deg, rgba(0, 38, 61, 0.38) 0%, rgba(0, 38, 61, 0.88) 100%);
		content: "";
	}

	body.calden-xd-communication-page .calden-xd-hvh__feature::after {
		position: absolute;
		z-index: 1;
		top: -72px;
		right: -130px;
		width: 430px;
		height: 430px;
		border: 68px solid rgba(65, 248, 206, 0.16);
		border-radius: 50%;
		content: "";
	}

	body.calden-xd-communication-page .calden-xd-hvh__cover {
		position: absolute;
		inset: 0;
		z-index: 0;
		display: block;
		width: 100%;
		height: 100%;
		max-width: none;
		object-fit: cover;
		object-position: center;
	}

	body.calden-xd-communication-page .calden-xd-hvh__copy {
		position: relative;
		inset: auto;
		z-index: 2;
		display: flex;
		width: min(calc(100% - 72px), 760px);
		height: 100%;
		min-height: inherit;
		margin: 0 auto;
		padding: 36px 0 30px;
		flex-direction: column;
		justify-content: flex-end;
		color: #fff;
	}

	body.calden-xd-communication-page .calden-xd-hvh__eyebrow {
		position: absolute;
		top: 32px;
		left: 0;
		display: block;
		margin: 0;
		font-size: 14px;
		font-weight: 400;
		line-height: 17px;
		letter-spacing: 0.08em;
		color: var(--calden-mint);
	}

	body.calden-xd-communication-page .calden-xd-hvh__title {
		position: static;
		margin: 0 0 24px;
		font-size: clamp(72px, 18vw, 118px);
		font-weight: 700;
		line-height: 0.86;
		letter-spacing: -0.07em;
		color: #fff;
	}

	body.calden-xd-communication-page .calden-xd-hvh__monogram,
	body.calden-xd-communication-page .calden-xd-hvh__accent {
		display: inline !important;
	}

	body.calden-xd-communication-page .calden-xd-hvh__accent {
		color: var(--calden-mint);
	}

	body.calden-xd-communication-page .calden-xd-hvh__mobile-title {
		display: none !important;
	}

	body.calden-xd-communication-page .calden-xd-hvh__description {
		position: static;
		max-width: 650px;
		font-size: 16px;
		line-height: 23px;
		color: #fff;
	}

	body.calden-xd-communication-page .calden-xd-editions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
		align-items: stretch;
		margin-top: 48px;
		overflow: visible;
		padding: 0;
		scroll-snap-type: none;
	}

	body.calden-xd-communication-page .calden-xd-edition {
		display: flex;
		width: auto;
		min-width: 0;
		min-height: 200px;
		margin: 0;
		padding: 16px;
		border: 1px solid rgba(0, 38, 61, 0.2);
		border-radius: 20px;
		flex-direction: column;
		align-items: flex-start;
		background: #fff;
	}

	body.calden-xd-communication-page .calden-xd-edition + .calden-xd-edition {
		margin-top: 0;
	}

	body.calden-xd-communication-page .calden-xd-edition__title {
		margin: 0 0 8px;
		font-size: 16px;
		font-weight: 700;
		line-height: 24px;
	}

	body.calden-xd-communication-page .calden-xd-edition__meta {
		margin: 0 0 auto;
		font-size: 16px;
		line-height: 22px;
	}

}

@media (max-width: 767px) {
	body.calden-xd-communication-page .calden-xd-hero {
		height: 366px;
		min-height: 366px;
	}

	body.calden-xd-communication-page .calden-xd-hero__image {
		top: 0;
		left: 50%;
		inset-inline-start: 50%;
		width: auto;
		height: 366px;
		min-width: 810px;
		max-width: none;
		object-fit: cover;
		object-position: center;
		transform: translateX(-50%);
	}

	body.calden-xd-communication-page .calden-xd-hero__title {
		max-width: 210px;
		font-size: 26px;
		font-weight: 400;
		line-height: 32px;
		letter-spacing: 0;
	}

	body.calden-xd-communication-page .calden-xd-intro {
		min-height: 264px;
		align-items: flex-start;
		padding: 40px 0 32px;
		background: rgba(0, 184, 195, 0.1);
	}

	body.calden-xd-communication-page .calden-xd-intro--communication .calden-xd-eyebrow {
		margin-bottom: 20px;
		font-size: 14px;
		font-weight: 400;
		line-height: 17px;
		letter-spacing: 0.02em;
	}

	body.calden-xd-communication-page .calden-xd-intro__title {
		max-width: 100%;
		font-size: 24px;
		font-weight: 400;
		line-height: 32px;
		letter-spacing: -0.01em;
	}

	body.calden-xd-communication-page .calden-xd-communication__content {
		padding: 20px 0 72px;
	}

	body.calden-xd-communication-page .calden-xd-filters {
		margin-bottom: 24px;
	}

	body.calden-xd-communication-page .calden-xd-featured-heading {
		margin-bottom: 18px;
	}

	body.calden-xd-communication-page .calden-xd-briefs__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
	}

	body.calden-xd-communication-page .calden-xd-card--brief {
		min-height: 254px;
	}

	body.calden-xd-communication-page .calden-xd-hvh__feature {
		min-height: 390px;
	}

	body.calden-xd-communication-page .calden-xd-hvh__copy {
		width: calc(100% - 72px);
	}

	body.calden-xd-communication-page .calden-xd-hvh__title {
		font-size: clamp(72px, 19vw, 82px);
	}

	body.calden-xd-communication-page .calden-xd-edition {
		min-height: 200px;
	}
}

@media (max-width: 359px) {
	body.calden-xd-communication-page .calden-xd-shell,
	body.calden-xd-communication-page .calden-xd-hvh__copy {
		width: calc(100% - 40px);
	}

	body.calden-xd-communication-page .calden-xd-publications__viewport {
		width: calc(100vw - 20px);
	}

	body.calden-xd-communication-page .calden-xd-publications__track .calden-xd-card {
		width: calc(100vw - 40px);
		min-width: calc(100vw - 40px);
	}

	body.calden-xd-communication-page .calden-xd-editions {
		grid-template-columns: minmax(0, 1fr);
	}

	body.calden-xd-communication-page .calden-xd-hvh__description {
		font-size: 15px;
		line-height: 22px;
	}
}

@media print {
	body.calden-xd-communication-page .calden-xd-collapsed-out {
		display: flex !important;
	}

	body.calden-xd-communication-page .calden-xd-load-more {
		display: none !important;
	}
}

/* Ajustes solicitados por el cliente — paquete 1.3.3. */
body.calden-xd-communication-page .calden-xd-featured {
	min-height: 0;
}

body.calden-xd-communication-page .calden-xd-featured .calden-xd-card__meta {
	margin-bottom: 0;
}

body.calden-xd-communication-page .calden-xd-featured .calden-xd-read {
	margin-top: 28px;
}

body.calden-xd-communication-page .calden-xd-hvh__subtitle {
	color: #fff;
	font-weight: 700;
}

@media (min-width: 1025px) {
	body.calden-xd-communication-page .calden-xd-featured {
		padding: 36px 30px;
	}

	body.calden-xd-communication-page .calden-xd-publications__viewport {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	body.calden-xd-communication-page .calden-xd-publications__track {
		--calden-carousel-gap: 16px;
		width: 100%;
		gap: var(--calden-carousel-gap);
	}

	body.calden-xd-communication-page .calden-xd-publications__track .calden-xd-card {
		width: calc((100% - var(--calden-carousel-gap)) / 2);
		min-width: calc((100% - var(--calden-carousel-gap)) / 2);
		flex: 0 0 calc((100% - var(--calden-carousel-gap)) / 2);
	}

	body.calden-xd-communication-page .calden-xd-hvh__feature::before {
		background: linear-gradient(90deg, rgba(0, 38, 61, 0.96) 0%, rgba(0, 38, 61, 0.86) 52%, rgba(0, 38, 61, 0.58) 78%, rgba(0, 38, 61, 0.36) 100%);
	}

	body.calden-xd-communication-page .calden-xd-hvh__copy {
		position: relative;
		inset: auto;
		display: flex;
		width: min(620px, 44%);
		height: auto;
		min-height: inherit;
		margin: 0 4% 0 auto;
		padding: 96px 0 48px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		text-shadow: 0 1px 12px rgba(0, 38, 61, 0.55);
	}

	body.calden-xd-communication-page .calden-xd-hvh__eyebrow {
		position: absolute;
		top: 44px;
		left: 44px;
		z-index: 2;
	}

	body.calden-xd-communication-page .calden-xd-hvh__title {
		position: static;
		inset: auto;
		margin: 0 0 12px;
	}

	body.calden-xd-communication-page .calden-xd-hvh__subtitle {
		margin: 0 0 10px;
		font-size: 20px;
		line-height: 1.35;
	}

	body.calden-xd-communication-page .calden-xd-hvh__description {
		position: static;
		inset: auto;
		max-width: 560px;
		margin: 0;
		font-size: 20px;
		line-height: 1.45;
	}
}

@media (max-width: 1024px) {
	body.calden-xd-communication-page .calden-xd-hvh__copy {
		height: auto;
		min-height: inherit;
		padding-top: 92px;
	}

	body.calden-xd-communication-page .calden-xd-hvh__eyebrow {
		position: absolute;
		top: 32px;
		left: max(36px, calc((100% - 760px) / 2));
		z-index: 2;
	}

	body.calden-xd-communication-page .calden-xd-hvh__title {
		position: static;
		inset: auto;
		margin: 0 0 10px;
	}

	body.calden-xd-communication-page .calden-xd-hvh__subtitle {
		margin: 0 0 10px;
		font-size: 18px;
		line-height: 25px;
	}

	body.calden-xd-communication-page .calden-xd-hvh__description {
		position: static;
		inset: auto;
		margin: 0;
	}
}

@media (max-width: 359px) {
	body.calden-xd-communication-page .calden-xd-hvh__eyebrow {
		left: 20px;
	}
}
