/*
 * Calden — Comunicación y conocimiento + Contacto
 * Scope estricto: el body recibe .calden-xd-scope sólo en las seis páginas objetivo.
 */

body.calden-xd-scope {
	--calden-navy: #00263d;
	--calden-cyan: #00b8c3;
	--calden-mint: #41f8ce;
	--calden-teal: #00a0af;
	--calden-intro: rgba(0, 184, 195, 0.1);
	--calden-line: #bde9e8;
	--calden-shell: 1360px;
	color: var(--calden-navy);
	background: #fff;
}

body.calden-xd-scope .site-main,
body.calden-xd-scope main#content,
body.calden-xd-scope .content-area,
body.calden-xd-scope .site-main > article,
body.calden-xd-scope .page-content,
body.calden-xd-scope .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.calden-xd-scope .page-header,
body.calden-xd-scope .entry-title {
	display: none;
}

body.calden-xd-scope .calden-xd-page,
body.calden-xd-scope .calden-xd-page * {
	box-sizing: border-box;
}

body.calden-xd-scope .calden-xd-page {
	width: 100%;
	margin: 0;
	overflow: clip;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 400;
	color: var(--calden-navy);
	background: #fff;
	-webkit-font-smoothing: antialiased;
}

body.calden-xd-scope .calden-xd-page :where(h1, h2, h3, p) {
	margin: 0;
	font-family: inherit;
	color: inherit;
}

body.calden-xd-scope .calden-xd-shell {
	width: min(calc(100% - 72px), var(--calden-shell));
	margin-inline: auto;
}

body.calden-xd-scope .calden-xd-eyebrow {
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #007f89;
}

/* Header global, modificado sólo dentro del scope de estas páginas. */
body.calden-xd-scope .elementor-location-header,
body.calden-xd-scope .elementor-12224,
body.calden-xd-scope .elementor-12224 .elementor-element-3e6d6998 {
	background: var(--calden-navy) !important;
}

body.calden-xd-scope .elementor-12224 .elementor-element-3e6d6998,
body.calden-xd-scope .elementor-12224 .elementor-element-3e6d6998 > .elementor-container {
	min-height: 140px;
}

body.calden-xd-scope .elementor-12224 .elementor-element-3e6d6998 > .elementor-container {
	width: min(calc(100% - 72px), var(--calden-shell));
	max-width: var(--calden-shell) !important;
}

body.calden-xd-scope .elementor-12224 .elementor-element-736859ab img {
	display: block;
	width: 208px;
	height: auto;
}

body.calden-xd-scope .elementor-12224 .elementor-nav-menu--main .elementor-item,
body.calden-xd-scope .elementor-12224 .elementor-nav-menu--main .elementor-sub-item {
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 20px !important;
}

body.calden-xd-scope .elementor-12224 .elementor-nav-menu--main .elementor-item:focus-visible,
body.calden-xd-scope .elementor-12224 .elementor-nav-menu--dropdown .elementor-item:focus-visible {
	outline: 2px solid var(--calden-mint);
	outline-offset: 4px;
}

/* Hero común. 880/1920 = 45,833vw, lo que conserva la escala del artboard. */
body.calden-xd-scope .calden-xd-hero {
	position: relative;
	display: grid;
	width: 100%;
	height: min(880px, 45.833vw);
	min-height: 470px;
	place-items: center;
	overflow: hidden;
	background: var(--calden-navy);
}

body.calden-xd-scope .calden-xd-hero__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

body.calden-xd-scope .calden-xd-hero__title {
	position: relative;
	z-index: 1;
	max-width: min(80vw, 1220px);
	font-size: clamp(42px, 3.334vw, 64px);
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: -0.02em;
	text-align: center;
	text-wrap: balance;
	color: #fff;
	text-shadow: 0 1px 20px rgba(0, 38, 61, 0.2);
}

/* Introducciones. */
body.calden-xd-scope .calden-xd-intro {
	display: flex;
	min-height: 430px;
	align-items: center;
	background: var(--calden-intro);
}

body.calden-xd-scope .calden-xd-intro .calden-xd-shell {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body.calden-xd-scope .calden-xd-intro--communication .calden-xd-eyebrow {
	margin-bottom: 30px;
}

body.calden-xd-scope .calden-xd-intro__title {
	max-width: 1130px;
	font-size: clamp(36px, 2.5vw, 48px);
	font-weight: 400;
	line-height: 1.3334;
	letter-spacing: -0.01em;
	text-wrap: balance;
}

body.calden-xd-scope .calden-xd-intro--contact .calden-xd-intro__title {
	max-width: 1120px;
}

/* Comunicación: composición editorial desktop. */
body.calden-xd-communication-page .calden-xd-communication__content {
	min-height: 0;
	padding: 112px 0;
	background: #fff;
}

body.calden-xd-scope .calden-xd-editorial-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(72px, 6.25vw, 120px);
	align-items: start;
}

body.calden-xd-scope .calden-xd-section-heading {
	margin-bottom: 44px;
}

body.calden-xd-scope .calden-xd-card {
	padding: 0 0 42px;
	border-bottom: 1px solid var(--calden-line);
}

body.calden-xd-scope .calden-xd-card + .calden-xd-card {
	margin-top: 48px;
}

body.calden-xd-scope .calden-xd-card__title,
body.calden-xd-scope .calden-xd-edition__title,
body.calden-xd-scope .calden-xd-hvh__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

body.calden-xd-scope .calden-xd-card__title {
	max-width: 560px;
	margin-bottom: 12px;
}

body.calden-xd-scope .calden-xd-card__meta {
	max-width: 560px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

body.calden-xd-scope .calden-xd-read {
	position: relative;
	display: inline-flex;
	width: 82px;
	height: 32px;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--calden-mint);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	color: var(--calden-navy);
	background: transparent;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body.calden-xd-scope .calden-xd-read::before,
body.calden-xd-scope .calden-xd-mobile-toggle::before {
	position: absolute;
	inset: -6px;
	content: "";
}

body.calden-xd-scope .calden-xd-read:hover {
	border-color: var(--calden-mint);
	color: var(--calden-navy);
	background: var(--calden-mint);
}

body.calden-xd-scope .calden-xd-read__icon {
	display: none;
}

body.calden-xd-scope .calden-xd-read:focus-visible,
body.calden-xd-scope .calden-xd-mobile-toggle:focus-visible,
body.calden-xd-scope .calden-xd-contact button:focus-visible,
body.calden-xd-scope .calden-xd-contact input:focus-visible,
body.calden-xd-scope .calden-xd-contact textarea:focus-visible {
	outline: 3px solid var(--calden-teal);
	outline-offset: 4px;
}

body.calden-xd-scope .calden-xd-hvh {
	margin-top: 100px;
}

body.calden-xd-scope .calden-xd-hvh__feature {
	display: flex;
	width: min(100%, 394px);
	min-height: 550px;
	padding: 26px 12px 34px;
	flex-direction: column;
	background: #e5fafa;
}

body.calden-xd-scope .calden-xd-hvh__cover {
	display: block;
	width: 187px;
	height: auto;
	max-width: 100%;
	border-radius: 0;
	object-fit: contain;
	object-position: center;
}

body.calden-xd-scope .calden-xd-hvh__copy {
	margin-top: 54px;
}

body.calden-xd-scope .calden-xd-hvh__title {
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: -0.02em;
}

body.calden-xd-scope .calden-xd-hvh__title span {
	display: block;
}

body.calden-xd-scope .calden-xd-hvh__description {
	max-width: 360px;
	font-size: 18px;
	line-height: 25px;
}

body.calden-xd-scope .calden-xd-editions {
	margin-top: 44px;
}

body.calden-xd-scope .calden-xd-edition {
	padding-bottom: 34px;
	border-bottom: 1px solid var(--calden-line);
}

body.calden-xd-scope .calden-xd-edition + .calden-xd-edition {
	margin-top: 38px;
}

body.calden-xd-scope .calden-xd-edition__title {
	margin-bottom: 18px;
}

body.calden-xd-scope .calden-xd-card--brief {
	padding-bottom: 46px;
}

body.calden-xd-scope .calden-xd-card--brief + .calden-xd-card--brief {
	margin-top: 58px;
}

body.calden-xd-scope .calden-xd-mobile-toggle {
	display: none;
}

body.calden-xd-scope .calden-xd-unavailable {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	padding: 0 14px;
	border: 1px dashed var(--calden-line);
	border-radius: 999px;
	font-size: 14px;
	line-height: 20px;
	color: #526b79;
}

/*
 * Comunicación desktop 2026: composición del artboard 8755cf7c.
 * Todo el rediseño queda encapsulado desde 1025px; los estilos mobile
 * aprobados continúan debajo, sin compartir geometría con esta vista.
 */
body.calden-xd-scope .calden-xd-desktop-label,
body.calden-xd-scope .calden-xd-filters,
body.calden-xd-scope .calden-xd-carousel-nav,
body.calden-xd-scope .calden-xd-tags,
body.calden-xd-scope .calden-xd-hvh__eyebrow,
body.calden-xd-scope .calden-xd-hvh__monogram {
	display: none;
}

@media (min-width: 1025px) {
	body.calden-xd-communication-page .calden-xd-intro {
		min-height: 525px;
	}

	body.calden-xd-communication-page .calden-xd-intro--communication .calden-xd-eyebrow {
		margin-bottom: 34px;
		font-size: 16px;
		font-weight: 500;
		line-height: 22px;
		letter-spacing: 0.08em;
	}

	body.calden-xd-communication-page .calden-xd-intro__title {
		max-width: 1030px;
		font-size: clamp(42px, 2.65vw, 51px);
		line-height: 1.27;
		letter-spacing: -0.018em;
	}

	body.calden-xd-communication-page .calden-xd-communication__content {
		padding: 54px 0 132px;
	}

	body.calden-xd-communication-page .calden-xd-editorial-grid {
		display: flex;
		width: min(calc(100% - 72px), var(--calden-shell));
		gap: 0;
		flex-direction: column;
	}

	body.calden-xd-communication-page .calden-xd-filters {
		display: flex;
		order: 1;
		gap: 8px;
		align-items: center;
		margin-bottom: 62px;
		flex-wrap: wrap;
	}

	body.calden-xd-communication-page .calden-xd-filter {
		display: inline-flex;
		min-height: 47px;
		align-items: center;
		justify-content: center;
		padding: 10px 50px;
		border: 0;
		border-radius: 999px;
		font-family: inherit;
		font-size: 15px;
		font-weight: 400;
		line-height: 20px;
		color: #778b95;
		background: #edf0f2;
		cursor: pointer;
		transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
	}

	body.calden-xd-communication-page .calden-xd-filter:hover {
		color: var(--calden-navy);
		background: #e2e7e9;
	}

	body.calden-xd-communication-page .calden-xd-filter.is-active {
		color: var(--calden-navy);
		background: #d6dde0;
	}

	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-mobile-label {
		display: none;
	}

	body.calden-xd-communication-page .calden-xd-desktop-label {
		display: inline;
	}

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

	body.calden-xd-communication-page .calden-xd-tag {
		display: inline-flex;
		min-height: 34px;
		align-items: center;
		padding: 7px 18px;
		border-radius: 999px;
		font-size: 13px;
		font-weight: 400;
		line-height: 18px;
		color: #526b79;
		background: #e9eef0;
	}

	body.calden-xd-communication-page .calden-xd-featured {
		display: flex;
		width: 100%;
		min-height: 505px;
		margin: 0 0 78px;
		padding: 46px 30px;
		border: 0;
		border-radius: 30px;
		flex-direction: column;
		align-items: flex-start;
		background: #e4f8f9;
	}

	body.calden-xd-communication-page .calden-xd-featured .calden-xd-card__title {
		max-width: 1050px;
		margin: 0 0 24px;
		font-size: clamp(42px, 2.5vw, 48px);
		font-weight: 400;
		line-height: 1.13;
		letter-spacing: -0.025em;
		text-wrap: balance;
	}

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

	body.calden-xd-communication-page .calden-xd-section-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 38px;
		padding-top: 0;
		border-top: 0;
	}

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

	body.calden-xd-communication-page .calden-xd-section-heading {
		font-size: 16px;
		font-weight: 500;
		line-height: 22px;
		letter-spacing: 0.08em;
	}

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

	body.calden-xd-communication-page .calden-xd-carousel-button {
		position: relative;
		display: inline-flex;
		width: 52px;
		height: 52px;
		align-items: center;
		justify-content: center;
		border: 0;
		border-radius: 50%;
		color: var(--calden-navy);
		background: var(--calden-mint);
		cursor: pointer;
		transition: opacity 180ms ease, transform 180ms ease;
	}

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

	body.calden-xd-communication-page button.calden-xd-carousel-button:not(:disabled):focus,
	body.calden-xd-communication-page button.calden-xd-carousel-button:not(:disabled):active {
		border-color: transparent !important;
		color: #fff !important;
		background: #007f89 !important;
		box-shadow: none !important;
	}

	body.calden-xd-communication-page button.calden-xd-carousel-button:not(:disabled):active {
		transform: scale(0.96);
	}

	body.calden-xd-communication-page .calden-xd-carousel-button::before {
		width: 11px;
		height: 11px;
		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:disabled {
		border-color: transparent !important;
		color: var(--calden-navy) !important;
		background: var(--calden-mint) !important;
		opacity: 0.32;
		cursor: default;
	}

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

	body.calden-xd-communication-page .calden-xd-publications__track {
		display: flex;
		gap: 16px;
		align-items: flex-start;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 2px 0 18px;
		scroll-behavior: smooth;
		scroll-snap-type: none;
		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: calc((min(calc(100vw - 72px), var(--calden-shell)) - 16px) / 2);
		min-width: calc((min(calc(100vw - 72px), var(--calden-shell)) - 16px) / 2);
		min-height: 352px;
		margin: 0;
		padding: 20px;
		border: 1px solid #d8e1e5;
		border-radius: 30px;
		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 22px;
		font-size: 28px;
		font-weight: 600;
		line-height: 1.28;
		letter-spacing: -0.018em;
	}

	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: 24px;
	}

	body.calden-xd-communication-page .calden-xd-read {
		width: 36px;
		height: 36px;
		min-width: 36px;
		margin-top: 28px;
		border: 0;
		border-radius: 50%;
		color: var(--calden-mint);
		background: #d9fef5;
	}

	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;
		vector-effect: non-scaling-stroke;
	}

	body.calden-xd-communication-page .calden-xd-read:hover {
		border: 0;
		color: #fff;
		background: var(--calden-mint);
		transform: translateY(-5px);
	}

	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(-5px);
	}

	body.calden-xd-communication-page .calden-xd-briefs {
		order: 3;
		margin-top: 70px;
		padding-top: 70px;
		border-top: 1px solid var(--calden-line);
	}

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

	body.calden-xd-communication-page .calden-xd-briefs__grid {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 29px;
		row-gap: 28px;
		align-items: start;
	}

	body.calden-xd-communication-page .calden-xd-card--brief {
		display: flex;
		min-height: 330px;
		margin: 0;
		padding: 20px;
		border: 1px solid #d8e1e5;
		border-radius: 30px;
		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 15px;
		font-size: 20px;
		line-height: 1.35;
	}

	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: 23px;
	}

	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: calc(100% + 36px);
		min-height: clamp(440px, 45vw, 630px);
		margin-left: -18px;
		padding: 0;
		border-radius: 30px;
		align-items: flex-start;
		justify-content: center;
		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(90deg, rgba(0, 38, 61, 0.96) 0%, rgba(0, 38, 61, 0.82) 42%, rgba(0, 38, 61, 0.18) 80%);
		content: "";
	}

	body.calden-xd-communication-page .calden-xd-hvh__feature::after {
		position: absolute;
		z-index: 1;
		top: -80px;
		right: -55px;
		width: 720px;
		height: 720px;
		border: 115px 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;
		border-radius: 0;
		object-fit: cover;
		object-position: center;
	}

	body.calden-xd-communication-page .calden-xd-hvh__copy {
		position: static;
		z-index: 2;
		width: auto;
		margin: 0;
		color: #fff;
	}

	body.calden-xd-communication-page .calden-xd-hvh__eyebrow {
		position: absolute;
		top: 44px;
		left: 44px;
		display: block;
		margin: 0;
		font-size: 15px;
		font-weight: 500;
		line-height: 20px;
		letter-spacing: 0.12em;
		color: var(--calden-mint);
	}

	body.calden-xd-communication-page .calden-xd-hvh__title {
		position: absolute;
		top: 142px;
		left: 50.6%;
		margin: 0;
		font-size: clamp(80px, 8.3vw, 160px);
		font-weight: 700;
		line-height: 0.82;
		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: absolute;
		top: 355px;
		left: 50.6%;
		max-width: 560px;
		font-size: 20px;
		line-height: 1.45;
		color: #fff;
	}

	body.calden-xd-communication-page .calden-xd-editions {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 28px;
		row-gap: 40px;
		margin-top: 56px;
	}

	body.calden-xd-communication-page .calden-xd-edition {
		display: flex;
		min-height: 190px;
		margin: 0;
		padding: 24px;
		border: 1px solid #d8e1e5;
		border-radius: 30px;
		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 .calden-xd-tags {
		margin-bottom: 24px;
	}

	body.calden-xd-communication-page .calden-xd-edition__title {
		margin: 0 0 7px;
		font-size: 19px;
		line-height: 1.38;
	}

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

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

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

	body.calden-xd-communication-page .calden-xd-filtered-out {
		display: none !important;
	}
}

/* Contacto: 430px de intro + 818px de formulario según artboard desktop. */
body.calden-xd-contact-page .calden-xd-contact__form {
	display: flex;
	min-height: 818px;
	align-items: center;
	justify-content: center;
	padding: 80px 36px;
	background: #fff;
}

body.calden-xd-scope .calden-xd-contact__form-inner {
	width: min(100%, 812px);
	margin-inline: auto;
}

body.calden-xd-scope .calden-xd-contact .wpforms-container,
body.calden-xd-scope .calden-xd-contact .wpforms-form {
	width: 100%;
	margin: 0;
}

body.calden-xd-scope .calden-xd-contact .wpforms-field-container {
	display: flex;
	flex-direction: column;
	gap: 34px;
}

body.calden-xd-scope .calden-xd-contact .wpforms-field {
	position: relative;
	width: 100% !important;
	padding: 0 !important;
}

body.calden-xd-scope .calden-xd-contact .wpforms-field-label {
	display: block;
	margin: 0 0 12px !important;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 22px !important;
	color: var(--calden-navy) !important;
}

body.calden-xd-scope .calden-xd-contact .wpforms-required-label {
	color: var(--calden-navy) !important;
}

body.calden-xd-scope .calden-xd-contact input[type="text"],
body.calden-xd-scope .calden-xd-contact input[type="email"],
body.calden-xd-scope .calden-xd-contact textarea {
	display: block;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 4px 0 8px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--calden-navy) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 16px !important;
	line-height: 22px !important;
	color: var(--calden-navy) !important;
	background: transparent !important;
	appearance: none;
}

body.calden-xd-scope .calden-xd-contact input[type="text"],
body.calden-xd-scope .calden-xd-contact input[type="email"] {
	height: 44px !important;
}

body.calden-xd-scope .calden-xd-contact textarea {
	height: 96px !important;
	min-height: 96px !important;
	resize: vertical;
}

body.calden-xd-scope .calden-xd-contact .wpforms-submit-container {
	margin: 50px 0 0 !important;
	padding: 0 !important;
}

body.calden-xd-scope .calden-xd-contact button[type="submit"] {
	display: inline-flex !important;
	width: 182px !important;
	height: 56px !important;
	min-height: 56px !important;
	align-items: center;
	justify-content: center;
	padding: 0 24px !important;
	border: 2px solid var(--calden-mint) !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	color: var(--calden-navy) !important;
	background: var(--calden-mint) !important;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

body.calden-xd-scope .calden-xd-contact button[type="submit"]:hover {
	border-color: var(--calden-navy) !important;
	color: #fff !important;
	background: var(--calden-navy) !important;
}

body.calden-xd-scope .calden-xd-contact button[type="submit"]:disabled {
	cursor: wait;
	opacity: 0.7;
}

body.calden-xd-scope .calden-xd-contact .wpforms-error,
body.calden-xd-scope .calden-xd-contact .wpforms-error-container {
	margin-top: 7px !important;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #a62435 !important;
}

html.calden-js body.calden-xd-scope .wpforms-error-noscript,
html.calden-js body.calden-xd-scope #wpforms-error-noscript {
	display: none !important;
}

body.calden-xd-scope .calden-xd-contact .wpforms-confirmation-container-full {
	border: 1px solid var(--calden-teal);
	color: var(--calden-navy);
	background: var(--calden-intro);
}

/* Footer compartido: geometría acotada sin editar la plantilla 12219. */
body.calden-xd-scope .elementor-location-footer,
body.calden-xd-scope .elementor-12219,
body.calden-xd-scope .elementor-12219 .elementor-element-375b84d4 {
	background: var(--calden-navy) !important;
}

body.calden-xd-scope .elementor-12219 .elementor-element-375b84d4 {
	min-height: 578px;
	padding-block: 78px 44px;
}

body.calden-xd-scope .elementor-12219 .elementor-element-375b84d4 > .e-con-inner {
	width: min(calc(100% - 72px), var(--calden-shell));
	max-width: var(--calden-shell) !important;
}

body.calden-xd-scope .elementor-12219 .elementor-element-78b71acb img {
	display: block;
	width: 208px;
	height: auto;
}

body.calden-xd-scope .elementor-12219 a:focus-visible {
	outline: 2px solid var(--calden-mint);
	outline-offset: 4px;
}

@media (max-width: 1024px) {
	body.calden-xd-scope .elementor-12224 .elementor-element-3e6d6998,
	body.calden-xd-scope .elementor-12224 .elementor-element-3e6d6998 > .elementor-container {
		min-height: 80px !important;
		height: 80px !important;
	}

	body.calden-xd-scope .elementor-12224 .elementor-element-3e6d6998 {
		padding: 0 36px !important;
	}

	body.calden-xd-scope .elementor-12224 .elementor-element-3e6d6998 > .elementor-container {
		width: 100% !important;
		max-width: none !important;
	}

	body.calden-xd-scope .elementor-12224 .elementor-element-3e6db2d7 {
		width: auto !important;
		min-width: 134.43px;
		flex: 0 0 134.43px;
	}

	body.calden-xd-scope .elementor-12224 .elementor-element-16202499 {
		width: auto !important;
		margin-left: auto;
		flex: 0 0 44px;
	}

	body.calden-xd-scope .elementor-12224 .elementor-element-736859ab,
	body.calden-xd-scope .elementor-12224 .elementor-element-736859ab .elementor-widget-container,
	body.calden-xd-scope .elementor-12224 .elementor-element-736859ab a {
		display: block;
		width: 134.43px !important;
		height: 26.32px;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.calden-xd-scope .elementor-12224 .elementor-element-736859ab img {
		width: 134.43px !important;
		height: 26.32px !important;
		object-fit: contain;
	}

	body.calden-xd-scope .elementor-12224 .elementor-element-649abb66,
	body.calden-xd-scope .elementor-12224 .elementor-element-649abb66 .elementor-widget-container {
		width: 44px !important;
		height: 44px !important;
		margin: 0 !important;
	}

	body.calden-xd-scope .elementor-12224 .elementor-menu-toggle {
		display: flex !important;
		width: 44px !important;
		height: 44px !important;
		min-width: 44px;
		min-height: 44px;
		align-items: center;
		justify-content: center;
		margin: 0 !important;
		padding: 10px !important;
		border: 0 !important;
		border-radius: 0 !important;
		color: var(--calden-teal) !important;
		background: transparent !important;
	}

	body.calden-xd-scope .elementor-12224 .elementor-menu-toggle svg {
		width: 24px !important;
		height: 24px !important;
		fill: currentColor !important;
	}

	body.calden-xd-scope .elementor-12224 .elementor-menu-toggle:focus-visible {
		outline: 2px solid var(--calden-mint);
		outline-offset: 0;
	}

	body.calden-xd-scope .elementor-12224 .elementor-nav-menu--dropdown {
		border: 0;
		background: var(--calden-navy);
	}

	body.calden-xd-scope .elementor-12224 .elementor-nav-menu--dropdown .elementor-item {
		font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
		font-size: 16px;
		line-height: 24px;
		color: #fff;
	}

	body.calden-xd-scope .calden-xd-hero {
		min-height: 410px;
	}

	body.calden-xd-scope .calden-xd-editorial-grid {
		gap: 56px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	body.calden-xd-communication-page .calden-xd-editorial-grid {
		display: flex;
		gap: 0;
		flex-direction: column;
	}

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

	body.calden-xd-communication-page .calden-xd-featured + .calden-xd-section-header + .calden-xd-publications__viewport .calden-xd-card:first-child {
		margin-top: 48px;
	}

	body.calden-xd-communication-page .calden-xd-hvh,
	body.calden-xd-communication-page .calden-xd-briefs {
		margin-top: 88px;
	}
}

@media (max-width: 767px) {
	body.calden-xd-scope .calden-xd-shell {
		width: calc(100% - 72px);
	}

	body.calden-xd-scope .calden-xd-hero {
		height: 366px;
		min-height: 366px;
	}

	body.calden-xd-scope .calden-xd-hero__image {
		width: 100%;
		height: 366px;
		object-fit: cover;
		object-position: center;
	}

	body.calden-xd-scope .calden-xd-hero__title {
		width: min(358px, calc(100% - 72px));
		max-width: none;
		font-size: 26px;
		line-height: 32px;
		letter-spacing: 0;
	}

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

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

	body.calden-xd-contact-page .calden-xd-intro {
		min-height: 184px;
		height: 184px;
	}

	body.calden-xd-scope .calden-xd-intro--communication .calden-xd-eyebrow {
		margin-bottom: 23px;
		font-weight: 400;
	}

	body.calden-xd-scope .calden-xd-intro__title {
		max-width: 358px;
		font-size: 24px;
		line-height: 32px;
		letter-spacing: -0.01em;
		text-wrap: pretty;
	}

	body.calden-xd-contact-page .calden-xd-intro__title {
		max-width: 346px;
	}

	body.calden-xd-communication-page .calden-xd-communication__content {
		min-height: 0;
		padding: 32px 0 59px;
	}

	body.calden-xd-scope .calden-xd-editorial-grid {
		display: block;
	}

	body.calden-xd-scope .calden-xd-section-heading {
		margin: 0 0 31px 2px;
		font-weight: 400;
	}

	body.calden-xd-scope .calden-xd-card {
		padding: 0;
		border: 0;
	}

	body.calden-xd-scope .calden-xd-card + .calden-xd-card {
		margin-top: 66px;
	}

	body.calden-xd-scope .calden-xd-card__title,
	body.calden-xd-scope .calden-xd-edition__title,
	body.calden-xd-scope .calden-xd-hvh__title {
		font-size: 16px;
		line-height: 24px;
	}

	body.calden-xd-scope .calden-xd-card__title {
		max-width: 314px;
		margin-bottom: 7px;
	}

	body.calden-xd-scope .calden-xd-card__meta {
		max-width: 318px;
		margin-bottom: 14px;
		font-size: 16px;
		line-height: 22px;
	}

	body.calden-xd-scope .calden-xd-hvh {
		margin-top: 63px;
	}

	body.calden-xd-scope .calden-xd-hvh__feature {
		width: 100%;
		min-height: 0;
		padding: 0;
		background: transparent;
	}

	body.calden-xd-scope .calden-xd-hvh__cover {
		display: none;
	}

	body.calden-xd-scope .calden-xd-hvh__copy {
		margin-top: 0;
	}

	body.calden-xd-scope .calden-xd-hvh__title {
		margin-bottom: 7px;
		font-size: 16px;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: 0;
	}

	body.calden-xd-scope .calden-xd-hvh__title span {
		display: inline;
	}

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

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

	body.calden-xd-communication-page .calden-xd-featured + .calden-xd-section-header + .calden-xd-publications__viewport .calden-xd-card:first-child {
		margin-top: 66px;
	}

	body.calden-xd-scope .calden-xd-hvh__description {
		max-width: 319px;
		font-size: 16px;
		line-height: 22px;
	}

	body.calden-xd-scope .calden-xd-editions {
		margin-top: 40px;
	}

	body.calden-xd-scope .calden-xd-edition {
		padding: 0;
		border: 0;
	}

	body.calden-xd-scope .calden-xd-edition + .calden-xd-edition {
		margin-top: 39px;
	}

	body.calden-xd-scope .calden-xd-edition__title {
		margin-bottom: 14px;
	}

	body.calden-xd-scope .calden-xd-briefs {
		margin-top: 78px;
	}

	body.calden-xd-scope .calden-xd-card--brief + .calden-xd-card--brief {
		margin-top: 57px;
	}

	body.calden-xd-scope .calden-xd-card--brief:nth-child(3) .calden-xd-card__title {
		max-width: 320px;
	}

	html.calden-js body.calden-xd-scope .calden-xd-mobile-toggle {
		position: relative;
		display: flex;
		grid-column: 1 / -1;
		width: 104px;
		height: 32px;
		align-items: center;
		justify-content: center;
		margin: 52px auto 0;
		padding: 0;
		border: 0;
		border-radius: 999px;
		font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 21px;
		color: var(--calden-navy);
		background: var(--calden-mint);
	}

	body.calden-xd-scope .calden-xd-mobile-extra[hidden] {
		display: none !important;
	}

	/* Contacto: formulario 629–1159 del artboard mobile. */
	body.calden-xd-contact-page .calden-xd-contact__form {
		min-height: 529px;
		padding: 31px 36px 54px;
		align-items: flex-start;
	}

	body.calden-xd-scope .calden-xd-contact__form-inner {
		width: 358px;
		max-width: 100%;
	}

	body.calden-xd-scope .calden-xd-contact .wpforms-field-container {
		gap: 30px;
	}

	body.calden-xd-scope .calden-xd-contact .wpforms-field-label {
		margin-bottom: 8px !important;
	}

	body.calden-xd-scope .calden-xd-contact input[type="text"],
	body.calden-xd-scope .calden-xd-contact input[type="email"] {
		height: 28px !important;
		padding: 0 0 5px !important;
	}

	body.calden-xd-scope .calden-xd-contact textarea {
		height: 64px !important;
		min-height: 64px !important;
		padding: 0 0 5px !important;
	}

	body.calden-xd-scope .calden-xd-contact .wpforms-submit-container {
		margin-top: 31px !important;
	}

	body.calden-xd-scope .calden-xd-contact button[type="submit"] {
		position: relative;
		width: 82px !important;
		height: 32px !important;
		min-height: 32px !important;
		padding: 0 !important;
		font-size: 14px !important;
	}

	body.calden-xd-scope .calden-xd-contact button[type="submit"]::before {
		position: absolute;
		inset: -6px;
		content: "";
	}

	/* Footer mobile: fuente XD 430×691, alineada desde x=36. */
	body.calden-xd-scope .elementor-12219 .elementor-element-375b84d4 {
		min-height: 691px;
		padding: 66px 36px 40px !important;
	}

	body.calden-xd-scope .elementor-12219 .elementor-element-375b84d4 > .e-con-inner {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.calden-xd-scope .elementor-12219 .elementor-element-78b71acb,
	body.calden-xd-scope .elementor-12219 .elementor-element-78b71acb .elementor-widget-container {
		width: 134.43px !important;
		margin: 0 !important;
	}

	body.calden-xd-scope .elementor-12219 .elementor-element-78b71acb img {
		width: 134.43px !important;
		height: 26.32px !important;
		/* El PNG conserva padding alfa vertical: cover llena la caja XD sin letterbox lateral. */
		object-fit: cover;
		object-position: center;
	}

	body.calden-xd-scope .elementor-12219 .elementor-element-12381e9b {
		margin-top: 6px !important;
	}

	body.calden-xd-scope .elementor-12219 .elementor-element-7971d74a .elementor-heading-title {
		font-size: 11px !important;
		line-height: 16px !important;
	}

	body.calden-xd-scope .elementor-12219 .e-con-inner,
	body.calden-xd-scope .elementor-12219 .e-con,
	body.calden-xd-scope .elementor-12219 .elementor-widget-wrap,
	body.calden-xd-scope .elementor-12219 .elementor-widget-container,
	body.calden-xd-scope .elementor-12219 .elementor-icon-list-items {
		align-items: flex-start !important;
		text-align: left !important;
	}

	body.calden-xd-scope .elementor-12219 .elementor-mobile-align-center,
	body.calden-xd-scope .elementor-12219 .elementor-heading-title,
	body.calden-xd-scope .elementor-12219 .elementor-icon-list-item,
	body.calden-xd-scope .elementor-12219 p {
		justify-content: flex-start !important;
		text-align: left !important;
	}
}

@media (max-width: 389px) {
	body.calden-xd-scope .elementor-12224 .elementor-element-3e6d6998 {
		padding-inline: 24px !important;
	}

	body.calden-xd-scope .calden-xd-shell {
		width: calc(100% - 48px);
	}

	body.calden-xd-contact-page .calden-xd-contact__form,
	body.calden-xd-scope .elementor-12219 .elementor-element-375b84d4 {
		padding-inline: 24px !important;
	}
}

/*
 * Comunicación mobile provisional 2026.
 * Traslada el sistema visual del artboard desktop a tablet y teléfono sin
 * modificar Contacto ni el breakpoint desktop aprobado (>= 1025 px).
 */
@media (max-width: 1024px) {
	body.calden-xd-communication-page {
		--calden-mobile-gutter: 36px;
	}

	body.calden-xd-communication-page .calden-xd-communication__content {
		min-height: 0;
		padding: 48px 0 96px;
	}

	body.calden-xd-communication-page .calden-xd-editorial-grid {
		display: flex;
		width: min(calc(100% - var(--calden-mobile-gutter) - var(--calden-mobile-gutter)), var(--calden-shell));
		gap: 0;
		flex-direction: column;
	}

	body.calden-xd-communication-page .calden-xd-filters {
		display: flex;
		order: 1;
		width: calc(100% + var(--calden-mobile-gutter));
		gap: 8px;
		align-items: center;
		margin: 0 0 48px;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 7px var(--calden-mobile-gutter) 9px 0;
		scrollbar-width: none;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
	}

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

	body.calden-xd-communication-page .calden-xd-filter {
		display: inline-flex;
		min-height: 44px;
		align-items: center;
		justify-content: center;
		padding: 9px 18px;
		border: 0;
		border-radius: 999px;
		flex: 0 0 auto;
		font-family: inherit;
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
		white-space: nowrap;
		color: #526b79;
		background: #edf0f2;
		cursor: pointer;
		transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
	}

	body.calden-xd-communication-page button.calden-xd-filter:hover,
	body.calden-xd-communication-page button.calden-xd-filter:focus {
		border-color: transparent !important;
		color: var(--calden-navy) !important;
		background: #e2e7e9 !important;
	}

	body.calden-xd-communication-page button.calden-xd-filter.is-active {
		border-color: transparent !important;
		color: var(--calden-navy) !important;
		background: #d6dde0 !important;
	}

	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: 3px;
	}

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

	body.calden-xd-communication-page .calden-xd-publications > .calden-xd-section-heading.calden-xd-mobile-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-tags {
		display: flex;
		gap: 8px;
		align-items: center;
		margin: 0 0 22px;
		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: 999px;
		font-size: 12px;
		font-weight: 400;
		line-height: 18px;
		color: #526b79;
		background: #e9eef0;
	}

	body.calden-xd-communication-page .calden-xd-featured {
		display: flex;
		width: 100%;
		min-height: 430px;
		margin: 0 0 56px;
		padding: 30px;
		border: 0;
		border-radius: 26px;
		flex-direction: column;
		align-items: flex-start;
		background: #e4f8f9;
	}

	body.calden-xd-communication-page .calden-xd-featured .calden-xd-card__title {
		max-width: 760px;
		margin: 0 0 22px;
		font-size: 36px;
		font-weight: 400;
		line-height: 1.16;
		letter-spacing: -0.022em;
		text-wrap: balance;
	}

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

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

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

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

	body.calden-xd-communication-page .calden-xd-section-header .calden-xd-desktop-label,
	body.calden-xd-communication-page .calden-xd-briefs > .calden-xd-section-heading .calden-xd-desktop-label {
		display: inline;
	}

	body.calden-xd-communication-page .calden-xd-briefs > .calden-xd-section-heading .calden-xd-mobile-label {
		display: none;
	}

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

	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: var(--calden-mint);
		cursor: pointer;
		transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
	}

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

	body.calden-xd-communication-page button.calden-xd-carousel-button:not(:disabled):focus,
	body.calden-xd-communication-page button.calden-xd-carousel-button:not(:disabled):active {
		border-color: transparent !important;
		color: #fff !important;
		background: #007f89 !important;
		box-shadow: none !important;
	}

	body.calden-xd-communication-page button.calden-xd-carousel-button:not(:disabled):active {
		transform: scale(0.96);
	}

	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:disabled {
		border-color: transparent !important;
		color: var(--calden-navy) !important;
		background: var(--calden-mint) !important;
		opacity: 0.32;
		cursor: default;
	}

	body.calden-xd-communication-page .calden-xd-publications__viewport,
	body.calden-xd-communication-page .calden-xd-briefs__grid,
	body.calden-xd-communication-page .calden-xd-editions {
		width: calc(100% + var(--calden-mobile-gutter));
		max-width: none;
	}

	body.calden-xd-communication-page .calden-xd-publications__viewport {
		overflow: hidden;
	}

	body.calden-xd-communication-page .calden-xd-publications__track,
	body.calden-xd-communication-page .calden-xd-briefs__grid,
	body.calden-xd-communication-page .calden-xd-editions {
		display: flex;
		gap: 16px;
		align-items: flex-start;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 6px 0 18px;
		scroll-behavior: smooth;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
	}

	body.calden-xd-communication-page .calden-xd-publications__track .calden-xd-card,
	body.calden-xd-communication-page .calden-xd-card--brief,
	body.calden-xd-communication-page .calden-xd-edition {
		display: flex;
		width: min(82vw, 420px);
		min-width: min(82vw, 420px);
		margin: 0;
		padding: 22px;
		border: 1px solid #d8e1e5;
		border-radius: 26px;
		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 {
		min-height: 360px;
	}

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

	body.calden-xd-communication-page .calden-xd-featured + .calden-xd-section-header + .calden-xd-publications__viewport .calden-xd-card:first-child {
		margin-top: 0;
	}

	body.calden-xd-communication-page .calden-xd-publications__track .calden-xd-card__title {
		max-width: 100%;
		margin: 0 0 18px;
		font-size: 25px;
		font-weight: 600;
		line-height: 1.28;
		letter-spacing: -0.016em;
	}

	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: 23px;
	}

	body.calden-xd-communication-page .calden-xd-read {
		width: 36px;
		height: 36px;
		min-width: 36px;
		margin-top: 24px;
		border: 0;
		border-radius: 50%;
		color: var(--calden-mint);
		background: #d9fef5;
	}

	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;
		vector-effect: non-scaling-stroke;
	}

	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 {
		border: 0;
		color: #fff !important;
		background: var(--calden-mint) !important;
		transform: translateY(-3px);
	}

	body.calden-xd-communication-page .calden-xd-briefs {
		order: 3;
		width: 100%;
		margin: 64px 0 0;
		padding: 56px 0 0;
		border-top: 1px solid var(--calden-line);
	}

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

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

	body.calden-xd-communication-page .calden-xd-card--brief .calden-xd-card__title {
		max-width: 100%;
		margin: 0 0 15px;
		font-size: 20px;
		line-height: 1.34;
	}

	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: 23px;
	}

	body.calden-xd-communication-page .calden-xd-hvh {
		order: 4;
		width: 100%;
		margin: 64px 0 0;
	}

	body.calden-xd-communication-page .calden-xd-hvh__feature {
		position: relative;
		display: flex;
		width: 100%;
		min-height: 480px;
		margin: 0;
		padding: 0;
		border-radius: 26px;
		align-items: flex-start;
		justify-content: 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(90deg, rgba(0, 38, 61, 0.96) 0%, rgba(0, 38, 61, 0.8) 58%, rgba(0, 38, 61, 0.45) 100%);
		content: "";
	}

	body.calden-xd-communication-page .calden-xd-hvh__feature::after {
		position: absolute;
		z-index: 1;
		top: -54px;
		right: -170px;
		width: 430px;
		height: 430px;
		border: 70px 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;
		border-radius: 0;
		object-fit: cover;
		object-position: center;
	}

	body.calden-xd-communication-page .calden-xd-hvh__copy {
		position: static;
		z-index: 2;
		width: 100%;
		margin: 0;
		color: #fff;
	}

	body.calden-xd-communication-page .calden-xd-hvh__title {
		position: absolute;
		top: 78px;
		left: 42px;
		margin: 0;
		font-size: 96px;
		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,
	body.calden-xd-communication-page .calden-xd-edition__hvh-v {
		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: absolute;
		top: 220px;
		left: 42px;
		max-width: 460px;
		font-size: 18px;
		line-height: 1.45;
		color: #fff;
	}

	body.calden-xd-communication-page .calden-xd-hvh__description .calden-xd-desktop-label {
		display: inline;
	}

	body.calden-xd-communication-page .calden-xd-editions {
		margin: 34px 0 0;
	}

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

	body.calden-xd-communication-page .calden-xd-edition .calden-xd-tags {
		margin-bottom: 20px;
	}

	body.calden-xd-communication-page .calden-xd-edition__title {
		max-width: 100%;
		margin: 0 0 7px;
		font-size: 19px;
		line-height: 1.38;
	}

	body.calden-xd-communication-page .calden-xd-edition__title .calden-xd-desktop-label {
		display: inline;
	}

	body.calden-xd-communication-page .calden-xd-edition__title .calden-xd-mobile-label {
		display: none;
	}

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

	body.calden-xd-communication-page .calden-xd-unavailable {
		margin-top: auto;
	}

	body.calden-xd-communication-page .calden-xd-mobile-toggle {
		display: none !important;
	}

	body.calden-xd-communication-page .calden-xd-filtered-out {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	body.calden-xd-communication-page .calden-xd-publications__track .calden-xd-card,
	body.calden-xd-communication-page .calden-xd-card--brief,
	body.calden-xd-communication-page .calden-xd-edition {
		width: calc((100% - var(--calden-mobile-gutter) - 16px) / 2);
		min-width: calc((100% - var(--calden-mobile-gutter) - 16px) / 2);
		max-width: none;
	}
}

@media (max-width: 767px) {
	body.calden-xd-communication-page {
		--calden-mobile-gutter: 24px;
	}

	body.calden-xd-communication-page .calden-xd-shell {
		width: calc(100% - var(--calden-mobile-gutter) - var(--calden-mobile-gutter));
	}

	body.calden-xd-communication-page .calden-xd-hero__title {
		width: calc(100% - var(--calden-mobile-gutter) - var(--calden-mobile-gutter));
		font-size: 28px;
		line-height: 34px;
	}

	body.calden-xd-communication-page .calden-xd-intro {
		height: auto;
		min-height: 280px;
		padding: 46px 0;
	}

	body.calden-xd-communication-page .calden-xd-intro--communication .calden-xd-eyebrow {
		margin-bottom: 24px;
		font-size: 14px;
		line-height: 20px;
	}

	body.calden-xd-communication-page .calden-xd-intro__title {
		max-width: 100%;
		font-size: 28px;
		line-height: 36px;
	}

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

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

	body.calden-xd-communication-page .calden-xd-filter {
		min-height: 44px;
		padding-inline: 16px;
	}

	body.calden-xd-communication-page .calden-xd-featured {
		min-height: 390px;
		margin-bottom: 48px;
		padding: 24px;
		border-radius: 24px;
	}

	body.calden-xd-communication-page .calden-xd-featured .calden-xd-card__title {
		margin-bottom: 18px;
		font-size: 28px;
		line-height: 1.2;
	}

	body.calden-xd-communication-page .calden-xd-section-header {
		gap: 12px;
		align-items: flex-end;
		margin-bottom: 24px;
	}

	body.calden-xd-communication-page .calden-xd-section-header .calden-xd-section-heading {
		max-width: calc(100% - 110px);
	}

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

	body.calden-xd-communication-page .calden-xd-publications__track,
	body.calden-xd-communication-page .calden-xd-briefs__grid,
	body.calden-xd-communication-page .calden-xd-editions {
		scroll-snap-type: x mandatory;
	}

	body.calden-xd-communication-page .calden-xd-publications__track .calden-xd-card,
	body.calden-xd-communication-page .calden-xd-card--brief,
	body.calden-xd-communication-page .calden-xd-edition {
		width: min(calc(100% - var(--calden-mobile-gutter) - 6px), 366px);
		min-width: min(calc(100% - var(--calden-mobile-gutter) - 6px), 366px);
		padding: 20px;
		border-radius: 24px;
	}

	body.calden-xd-communication-page .calden-xd-publications__track .calden-xd-card {
		min-height: 380px;
	}

	body.calden-xd-communication-page .calden-xd-publications__track .calden-xd-card__title {
		font-size: 22px;
		line-height: 1.3;
	}

	body.calden-xd-communication-page .calden-xd-briefs {
		margin-top: 56px;
		padding-top: 48px;
	}

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

	body.calden-xd-communication-page .calden-xd-hvh {
		margin-top: 56px;
	}

	body.calden-xd-communication-page .calden-xd-hvh__feature {
		min-height: clamp(400px, 105vw, 450px);
		border-radius: 24px;
	}

	body.calden-xd-communication-page .calden-xd-hvh__feature::before {
		background: linear-gradient(180deg, rgba(0, 38, 61, 0.56) 0%, rgba(0, 38, 61, 0.78) 54%, rgba(0, 38, 61, 0.96) 100%);
	}

	body.calden-xd-communication-page .calden-xd-hvh__feature::after {
		top: -45px;
		right: -185px;
		width: 390px;
		height: 390px;
		border-width: 62px;
	}

	body.calden-xd-communication-page .calden-xd-hvh__copy {
		position: absolute;
		inset: 46px 24px 26px;
		display: flex;
		width: auto;
		flex-direction: column;
		justify-content: flex-end;
	}

	body.calden-xd-communication-page .calden-xd-hvh__title {
		position: static;
		margin: 0 0 22px;
		font-size: clamp(64px, 18.5vw, 76px);
	}

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

	body.calden-xd-communication-page .calden-xd-editions {
		margin-top: 30px;
	}

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

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

	body.calden-xd-communication-page .calden-xd-featured,
	body.calden-xd-communication-page .calden-xd-publications__track .calden-xd-card,
	body.calden-xd-communication-page .calden-xd-card--brief,
	body.calden-xd-communication-page .calden-xd-edition {
		padding: 18px;
	}

	body.calden-xd-communication-page .calden-xd-hvh__copy {
		inset-inline: 20px;
	}

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

@media (prefers-reduced-motion: reduce) {
	body.calden-xd-scope *,
	body.calden-xd-scope *::before,
	body.calden-xd-scope *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media print {
	body.calden-xd-scope .elementor-location-header,
	body.calden-xd-scope .elementor-location-footer,
	body.calden-xd-scope .calden-xd-mobile-toggle {
		display: none !important;
	}

	body.calden-xd-scope .calden-xd-hero {
		height: 300px;
		min-height: 300px;
	}

	body.calden-xd-scope .calden-xd-mobile-extra {
		display: block !important;
	}
}
