/* FDSH advanced component variants built on the shared control engine. */

.fdsh-hero__visual {
	position: relative;
	min-width: 0;
	min-height: 380px;
}

.fdsh-hero__media {
	position: relative;
	z-index: 2;
}

.fdsh-hero__main-image,
.fdsh-hero__main-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fdsh-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.fdsh-hero__title-before,
.fdsh-hero__title-after,
.fdsh-hero__title-accent {
	display: inline;
}

.fdsh-hero__title-accent--block {
	display: block;
}

.fdsh-hero__proofs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.fdsh-hero__proof {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
}

.fdsh-hero__proof-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: var(--fdsh-color-olive);
}

.fdsh-hero__proof strong,
.fdsh-hero__proof span {
	display: block;
}

.fdsh-hero__proof-note {
	margin-top: 22px;
}

.fdsh-hero__secondary-wrap,
.fdsh-hero__tertiary-wrap,
.fdsh-hero__decor-wrap {
	position: absolute;
	z-index: 3;
	pointer-events: none;
}

.fdsh-hero__secondary-wrap {
	right: 0;
	bottom: 0;
	width: 34%;
}

.fdsh-hero__tertiary-wrap {
	left: 5%;
	top: 4%;
	width: 26%;
}

.fdsh-hero__decor-wrap {
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.fdsh-hero__decor-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fdsh-hero__badge {
	--fdsh-badge-x: 0px;
	--fdsh-badge-y: 0px;
	position: absolute;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border: 1px solid var(--fdsh-color-border);
	background: var(--fdsh-color-white);
	transform: translate(var(--fdsh-badge-x), var(--fdsh-badge-y));
}

.fdsh-hero__badge--top-left { top: 4%; left: 0; }
.fdsh-hero__badge--top-right { top: 4%; right: 0; }
.fdsh-hero__badge--middle-left { top: 44%; left: 0; }
.fdsh-hero__badge--middle-right { top: 44%; right: 0; }
.fdsh-hero__badge--bottom-left { bottom: 6%; left: 0; }
.fdsh-hero__badge--bottom-right { right: 0; bottom: 6%; }

.fdsh-hero--institutional-collage .fdsh-hero__visual,
.fdsh-hero--portrait-editorial .fdsh-hero__visual {
	min-height: 520px;
}

.fdsh-hero--minimal .fdsh-hero__visual,
.fdsh-hero--text-only .fdsh-hero__visual {
	display: none;
}

/* Split Content advanced compositions. */
.fdsh-split__checklist {
	display: grid;
	gap: 14px;
	margin-top: 24px;
}

.fdsh-split__checklist-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.fdsh-split__checklist-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: var(--fdsh-color-olive);
}

.fdsh-split__checklist-title,
.fdsh-split__checklist-text {
	display: block;
}

.fdsh-split__secondary-media {
	position: absolute;
	right: -4%;
	bottom: -4%;
	z-index: 3;
	width: 34%;
}

.fdsh-split__secondary-panel {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4;
	max-width: 48%;
	padding: 18px;
	border: 1px solid var(--fdsh-color-border);
	background: var(--fdsh-color-white);
}

.fdsh-split__results {
	margin-top: 24px;
}

.fdsh-split__kpis-heading {
	margin-bottom: 10px;
}

.fdsh-split__kpis {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.fdsh-split__kpi {
	padding: 14px 0;
	border-top: 1px solid var(--fdsh-color-border);
}

.fdsh-split__kpi strong,
.fdsh-split__kpi span {
	display: block;
}

.fdsh-split--two-panels .fdsh-split__content,
.fdsh-split--two-panels .fdsh-split__media,
.fdsh-split--dark-panel .fdsh-split__content,
.fdsh-split--institutional-showcase .fdsh-split__content,
.fdsh-split--mission-vision .fdsh-split__content,
.fdsh-split--territory-anchor .fdsh-split__content {
	min-width: 0;
}

.fdsh-split--dark-panel .fdsh-split__content {
	background: var(--fdsh-color-ink);
	color: var(--fdsh-color-white);
}

.fdsh-split--dark-panel .fdsh-split__title,
.fdsh-split--dark-panel .fdsh-split__text,
.fdsh-split--dark-panel .fdsh-split__checklist-title,
.fdsh-split--dark-panel .fdsh-split__checklist-text {
	color: inherit;
}

.fdsh-split--territory-anchor .fdsh-split__media,
.fdsh-split--institutional-showcase .fdsh-split__media {
	position: relative;
}

/* Cards Grid expanded variants. */
.fdsh-cards__eyebrow {
	margin-bottom: 10px;
	color: var(--fdsh-color-olive);
	text-transform: uppercase;
	letter-spacing: .08em;
}

.fdsh-cards__number {
	margin-bottom: 12px;
	color: var(--fdsh-color-olive);
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .08em;
}

.fdsh-cards__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	color: var(--fdsh-color-olive);
}

.fdsh-cards__subtitle {
	margin-top: 6px;
}

.fdsh-cards__meta {
	margin-top: 14px;
}

.fdsh-cards--team .fdsh-cards__item,
.fdsh-cards--article .fdsh-cards__item {
	padding: 0;
}

.fdsh-cards--team .fdsh-cards__media,
.fdsh-cards--article .fdsh-cards__media {
	margin: 0;
}

.fdsh-cards--team .fdsh-cards__title,
.fdsh-cards--team .fdsh-cards__subtitle,
.fdsh-cards--team .fdsh-cards__text,
.fdsh-cards--team .fdsh-cards__meta,
.fdsh-cards--team .fdsh-card-link,
.fdsh-cards--article .fdsh-cards__title,
.fdsh-cards--article .fdsh-cards__subtitle,
.fdsh-cards--article .fdsh-cards__text,
.fdsh-cards--article .fdsh-cards__meta,
.fdsh-cards--article .fdsh-card-link {
	margin-left: 20px;
	margin-right: 20px;
}

.fdsh-cards--team .fdsh-cards__title,
.fdsh-cards--article .fdsh-cards__title {
	margin-top: 18px;
}

.fdsh-cards--value .fdsh-cards__item {
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	text-align: center;
}

.fdsh-cards--value .fdsh-cards__item:last-child {
	border-right: 0;
}

.fdsh-cards--profile .fdsh-cards__item,
.fdsh-cards--icon-grid .fdsh-cards__item {
	text-align: center;
}

.fdsh-cards--numbered .fdsh-cards__number {
	font-size: 1rem;
}

@media (max-width: 1024px) {
	.fdsh-hero__proofs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.fdsh-split__kpis {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.fdsh-hero__proofs,
	.fdsh-split__kpis {
		grid-template-columns: 1fr;
	}
	.fdsh-hero__secondary-wrap,
	.fdsh-hero__tertiary-wrap,
	.fdsh-split__secondary-media,
	.fdsh-split__secondary-panel {
		position: relative;
		inset: auto;
		width: 100%;
		max-width: none;
		margin-top: 18px;
	}
	.fdsh-hero__badge {
		position: relative;
		inset: auto;
		margin-top: 8px;
	}
}


/* v0.7.1 — mockup fidelity helpers. */
.fdsh-hero__proofs--visual-rail {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 6;
	margin: 0;
	background: var(--fdsh-color-white);
	border: 1px solid var(--fdsh-color-border);
}
.fdsh-hero__proofs--visual-rail .fdsh-hero__proof {
	padding: 20px 18px;
	border-right: 1px solid var(--fdsh-color-border);
}
.fdsh-hero__proofs--visual-rail .fdsh-hero__proof:last-child {
	border-right: 0;
}
.fdsh-values__eyebrow {
	margin: 0 0 12px;
	color: var(--fdsh-color-olive);
	text-transform: uppercase;
	letter-spacing: .10em;
	font-size: 12px;
	font-weight: 600;
}
.fdsh-values__description {
	max-width: 760px;
	margin: 14px 0 30px;
}
.fdsh-values--icon-grid .fdsh-values__heading,
.fdsh-values--icon-grid .fdsh-values__eyebrow,
.fdsh-values--icon-grid .fdsh-values__description {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.fdsh-values--icon-grid .fdsh-values__item {
	text-align: center;
}
.fdsh-values__icon,
.fdsh-cards__icon,
.fdsh-metrics__icon,
.fdsh-steps__icon,
.fdsh-contact__icon {
	transform:
		translate(var(--fdsh-icon-x, 0), var(--fdsh-icon-y, 0))
		rotate(var(--fdsh-icon-rotate, 0deg));
	transform-origin: center center;
}
@media (max-width: 767px) {
	.fdsh-hero__proofs--visual-rail {
		position: relative;
		inset: auto;
	}
	.fdsh-hero__proofs--visual-rail .fdsh-hero__proof {
		border-right: 0;
		border-bottom: 1px solid var(--fdsh-color-border);
	}
	.fdsh-hero__proofs--visual-rail .fdsh-hero__proof:last-child {
		border-bottom: 0;
	}
}

/* ============================================================
   v0.7.1 — mockup-fidelity defaults
   These are safe baseline constraints. Elementor per-element
   selectors remain able to override them at every breakpoint.
   ============================================================ */
.fdsh-values__icon svg,
.fdsh-values__icon i,
.fdsh-metrics__icon svg,
.fdsh-metrics__icon i,
.fdsh-steps__icon svg,
.fdsh-steps__icon i,
.fdsh-cards__icon svg,
.fdsh-cards__icon i,
.fdsh-contact__icon svg,
.fdsh-contact__icon i,
.fdsh-hero__proof-icon svg,
.fdsh-hero__proof-icon i,
.fdsh-statement__icon svg,
.fdsh-statement__icon i {
	width: 1em;
	height: 1em;
	font-size: 1em;
	color: currentColor;
	fill: currentColor;
}

.fdsh-values__icon { font-size: 34px; color: var(--fdsh-color-olive); }
.fdsh-metrics__icon { font-size: 28px; color: var(--fdsh-color-beige); }
.fdsh-steps__icon { font-size: 28px; color: var(--fdsh-color-olive); }
.fdsh-cards__icon { font-size: 30px; color: var(--fdsh-color-olive); }
.fdsh-hero__proof-icon { font-size: 22px; color: var(--fdsh-color-olive); }
.fdsh-statement__icon { font-size: 24px; color: var(--fdsh-color-olive); }

.fdsh-metrics--intro-left-band .fdsh-metrics__grid {
	align-items: stretch;
	gap: 0;
}
.fdsh-metrics--intro-left-band .fdsh-metrics__item {
	min-width: 0;
	padding: 8px 24px;
	border: 0;
	border-left: 1px solid rgba(255,255,255,.24);
	background: transparent;
}
.fdsh-metrics--intro-left-band .fdsh-metrics__item:first-child {
	border-left: 0;
}
.fdsh-metrics--intro-left-band .fdsh-metrics__icon {
	margin-bottom: 16px;
}

.fdsh-values--icon-grid .fdsh-values__grid {
	align-items: start;
}
.fdsh-values--icon-grid .fdsh-values__icon {
	margin-bottom: 14px;
}

.fdsh-cards--icon-grid .fdsh-cards__media,
.fdsh-cards--minimal .fdsh-cards__media {
	min-height: 0;
}

.fdsh-split__media {
	min-width: 0;
}
.fdsh-split__image {
	display: block;
	width: 100%;
	min-height: 320px;
	object-fit: cover;
}

.fdsh-editorial__media img,
.fdsh-cards__media img {
	display: block;
}

.fdsh-statement--quote .fdsh-statement__inner {
	display: grid;
	grid-template-columns: auto minmax(0,1fr);
	align-items: center;
	max-width: var(--fdsh-container,1280px);
}
.fdsh-statement--quote .fdsh-statement__title::before {
	content: none;
}

@media (max-width: 1024px) {
	.fdsh-metrics--intro-left-band .fdsh-metrics__item:nth-child(odd) { border-left: 0; }
}

@media (max-width: 767px) {
	.fdsh-metrics--intro-left-band .fdsh-metrics__item,
	.fdsh-metrics--intro-left-band .fdsh-metrics__item:first-child,
	.fdsh-metrics--intro-left-band .fdsh-metrics__item:nth-child(odd) {
		border-left: 0;
		border-top: 1px solid rgba(255,255,255,.24);
		padding: 20px 0;
	}
	.fdsh-metrics--intro-left-band .fdsh-metrics__item:first-child { border-top: 0; }
	.fdsh-statement--quote .fdsh-statement__inner { grid-template-columns: 1fr; }
}

/* The validated institutional hero places the proof rail after the media,
   not over the photograph. Keep it in normal flow so the rail never masks
   documentary imagery. */
.fdsh-hero__proofs--visual-rail {
	position: relative;
	inset: auto;
}


/* ============================================================
   v0.7.2 — Who We Are fidelity refinements
   ============================================================ */
.fdsh-hero__proof-note {
	--fdsh-hero-note-rule-color: var(--fdsh-color-olive);
	--fdsh-hero-note-rule-width: 38px;
	--fdsh-hero-note-rule-thickness: 1px;
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	column-gap: 18px;
	margin-top: 34px;
	padding-top: 34px;
}
.fdsh-hero__proof-note::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: var(--fdsh-hero-note-rule-width);
	height: var(--fdsh-hero-note-rule-thickness);
	background: var(--fdsh-hero-note-rule-color);
}
.fdsh-hero__proof-note-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--fdsh-color-olive);
	font-size: 42px;
}
.fdsh-hero__proof-note-copy,
.fdsh-hero__proof-note-copy p { margin: 0; }

.fdsh-values--intro-left-values .fdsh-values__grid {
	align-items: stretch;
}
.fdsh-values--intro-left-values .fdsh-values__item {
	height: 100%;
}

.fdsh-statement--quote {
	overflow: hidden;
}
.fdsh-statement--quote .fdsh-statement__inner {
	position: relative;
	isolation: isolate;
}
.fdsh-statement--quote .fdsh-statement__content {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: var(--fdsh-color-olive);
	padding-left: 32px;
	position: relative;
	z-index: 2;
}
.fdsh-statement__decor-icon {
	position: absolute;
	right: 0;
	bottom: -46px;
	z-index: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 180px;
	color: var(--fdsh-color-beige);
	opacity: .28;
	pointer-events: none;
}
.fdsh-statement__decor-icon svg,
.fdsh-statement__decor-icon i {
	width: 1em;
	height: 1em;
	font-size: 1em;
	color: currentColor;
	fill: currentColor;
}

@media (max-width: 767px) {
	.fdsh-hero__proof-note {
		grid-template-columns: 1fr;
		row-gap: 14px;
	}
	.fdsh-statement--quote .fdsh-statement__content {
		padding-left: 20px;
	}
	.fdsh-statement__decor-icon {
		font-size: 112px;
		right: -18px;
		bottom: -26px;
	}
}

/* v0.7.2 — ensure the quote band uses a single editorial divider. */
.fdsh-statement--quote .fdsh-statement__inner {
	border-left: 0;
	padding-left: 0;
}

/* Shared editorial dividers (v0.7.5). */
.fdsh-split__eyebrow-divider,
.fdsh-values__heading-divider {
	display: block;
	width: 34px;
	height: 1px;
	background: var(--fdsh-color-olive, #B6A700);
}
.fdsh-values__heading-divider {
	margin: 0 auto 18px;
}


/* v0.7.6 — reusable editorial markers for field/action sections. */
.fdsh-split__sequence {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin: 0 0 16px;
	background: #EEF0E4;
	color: var(--fdsh-color-olive, #B6A700);
	clip-path: circle(50%);
	font-weight: 600;
}
.fdsh-split__lead {
	margin: 10px 0 14px;
	font-weight: 600;
	color: var(--fdsh-color-olive, #B6A700);
}
.fdsh-statement--centered .fdsh-statement__inner--with-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.fdsh-statement--centered .fdsh-statement__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	clip-path: circle(50%);
}

/* v0.7.7 — Measuring Change reusable editorial patterns. */
.fdsh-hero__proofs--content {
	gap: 0;
	margin-top: 34px;
}
.fdsh-hero__proofs--content .fdsh-hero__proof {
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 0 22px;
	border-right: 1px solid var(--fdsh-color-border);
}
.fdsh-hero__proofs--content .fdsh-hero__proof:first-child { padding-left: 0; }
.fdsh-hero__proofs--content .fdsh-hero__proof:last-child { padding-right: 0; border-right: 0; }

.fdsh-steps--connected .fdsh-steps__grid {
	gap: 28px;
}
.fdsh-steps--connected .fdsh-steps__item {
	padding: 0;
	border: 0;
	background: transparent;
}
.fdsh-steps--connected .fdsh-steps__number {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin: 0 0 22px;
	background: var(--fdsh-color-off-white);
	clip-path: circle(50%);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
}
.fdsh-steps--connected .fdsh-steps__icon {
	margin: 0 0 20px;
	font-size: 38px;
}
.fdsh-steps--connected .fdsh-steps__item:not(:last-child)::after {
	top: var(--fdsh-step-connector-y, 26px);
	height: 0;
	background: none;
	border-top: var(--fdsh-step-connector-width, 1px) var(--fdsh-step-connector-style, dotted) var(--fdsh-step-connector-color, #D4B894);
}

.fdsh-cards--media-icon-overlap .fdsh-cards__heading,
.fdsh-cards--media-icon-overlap .fdsh-cards__description,
.fdsh-cards--media-icon-overlap .fdsh-cards__eyebrow {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.fdsh-cards--media-icon-overlap .fdsh-cards__grid { align-items: stretch; }
.fdsh-cards--media-icon-overlap .fdsh-cards__item {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0;
	background: var(--fdsh-color-white);
	border: 1px solid var(--fdsh-color-border);
	overflow: visible;
}
.fdsh-cards--media-icon-overlap .fdsh-cards__media {
	width: 100%;
	margin: 0;
}
.fdsh-cards--media-icon-overlap .fdsh-cards__content {
	position: relative;
	flex: 1;
	padding: 44px 22px 28px;
	text-align: center;
}
.fdsh-cards--media-icon-overlap .fdsh-cards__icon {
	display: grid;
	place-items: center;
	width: 70px;
	height: 70px;
	margin: -78px auto 18px;
	background: var(--fdsh-color-white);
	border: 1px solid var(--fdsh-color-border);
	clip-path: circle(50%);
	font-size: 32px;
}
.fdsh-cards--media-icon-overlap .fdsh-cards__title { margin-top: 0; }

.fdsh-metrics--band .fdsh-metrics__grid { gap: 0; }
.fdsh-metrics--band .fdsh-metrics__item {
	padding: 8px 28px;
	border: 0;
	border-right: 1px solid rgba(255,255,255,.28);
}
.fdsh-metrics--band .fdsh-metrics__item:last-child { border-right: 0; }
.fdsh-metrics--band .fdsh-metrics__icon { margin-bottom: 14px; }

@media (max-width: 1024px) {
	.fdsh-steps--connected .fdsh-steps__item:not(:last-child)::after { display: none; }
	.fdsh-hero__proofs--content .fdsh-hero__proof { padding: 0 16px; }
}
@media (max-width: 767px) {
	.fdsh-hero__proofs--content .fdsh-hero__proof {
		padding: 16px 0;
		border-right: 0;
		border-bottom: 1px solid var(--fdsh-color-border);
	}
	.fdsh-hero__proofs--content .fdsh-hero__proof:last-child { border-bottom: 0; }
	.fdsh-cards--media-icon-overlap .fdsh-cards__content { padding-inline: 18px; }
	.fdsh-metrics--band .fdsh-metrics__item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
	.fdsh-metrics--band .fdsh-metrics__item:last-child { border-bottom: 0; }
}
\n\n/* Research & Knowledge reusable section heading decoration. */
.fdsh-cards--heading-dividers .fdsh-cards__heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--fdsh-cards-heading-divider-gap, 22px);
	text-align: center;
}
.fdsh-cards--heading-dividers .fdsh-cards__heading::before,
.fdsh-cards--heading-dividers .fdsh-cards__heading::after {
	content: "";
	width: var(--fdsh-cards-heading-divider-width, 80px);
	height: 1px;
	background: var(--fdsh-cards-heading-divider-color, var(--fdsh-color-olive));
	flex: 0 0 auto;
}
@media (max-width: 767px) {
	.fdsh-cards--heading-dividers .fdsh-cards__heading::before,
	.fdsh-cards--heading-dividers .fdsh-cards__heading::after { width: 34px; }
}
