/**
 * Unified interior-page banner.
 * Every image banner contains only breadcrumbs followed by the page title.
 */

.fb-unified-banner {
	--fb-banner-image: url("../images/hero-industrial.webp");
	--fb-banner-position: center;
	position: relative;
	display: flex;
	min-height: 250px;
	height: 250px;
	align-items: stretch;
	overflow: hidden;
	padding: 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	background-color: var(--fb-navy-deep);
	background-image:
		linear-gradient(90deg, rgba(3, 24, 45, 0.94) 0%, rgba(3, 24, 45, 0.78) 52%, rgba(3, 24, 45, 0.56) 100%),
		var(--fb-banner-image);
	background-position: center, var(--fb-banner-position);
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}

.fb-unified-banner::before,
.fb-unified-banner::after {
	display: none;
	content: none;
}

.fb-unified-banner .fb-unified-banner__inner {
	position: relative;
	z-index: 1;
	display: flex;
	width: var(--fb-shell);
	max-width: none;
	min-height: 0;
	height: 100%;
	margin-inline: auto;
	padding: 80px 0 28px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0;
}

.fb-unified-banner .site-breadcrumbs,
.fb-unified-banner .capabilities-source-breadcrumb,
.fb-unified-banner .fb-resource-breadcrumb {
	display: flex;
	min-height: 18px;
	flex: 0 0 auto;
	align-items: center;
	gap: 0;
	margin: 0 0 24px;
	padding: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
}

.fb-unified-banner .site-breadcrumbs a,
.fb-unified-banner .site-breadcrumbs span,
.fb-unified-banner .capabilities-source-breadcrumb a,
.fb-unified-banner .capabilities-source-breadcrumb strong,
.fb-unified-banner .fb-resource-breadcrumb a,
.fb-unified-banner .fb-resource-breadcrumb strong {
	color: inherit;
	font-weight: 400;
}

.fb-unified-banner .site-breadcrumbs span:last-child,
.fb-unified-banner .capabilities-source-breadcrumb strong,
.fb-unified-banner .fb-resource-breadcrumb strong {
	color: #fff;
	font-weight: 700;
}

.fb-unified-banner .site-breadcrumbs__sep,
.fb-unified-banner .capabilities-source-breadcrumb > span,
.fb-unified-banner .fb-resource-breadcrumb > span {
	padding-inline: 9px;
	color: rgba(255, 255, 255, 0.58);
}

.fb-unified-banner h1,
.archive-hero.fb-unified-banner h1,
.capabilities-source-hero.fb-unified-banner h1,
.fb-resource-hero.fb-unified-banner h1,
.about-v4__hero.fb-unified-banner h1 {
	max-width: min(980px, 100%);
	margin: 0;
	color: #fff;
	font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
	font-size: var(--fb-type-page-title);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.08;
	text-transform: uppercase;
}

/* The first content band begins at the same rhythm on every interior page. */
.fb-unified-banner + .product-controls-shell,
.fb-unified-banner + .industries-applications-directory,
.fb-unified-banner + .capabilities-source-directory,
.fb-unified-banner + .fb-resource-band,
.fb-unified-banner + .about-v4__band,
.fb-unified-banner + .quote-form-shell,
.fb-unified-banner + .sitemap-section,
.fb-unified-banner + .entry-content-shell,
.fb-unified-banner + .content-grid-wrap {
	padding-top: 48px;
}

@media (max-width: 760px) {
	.fb-unified-banner {
		min-height: 190px;
		height: 190px;
	}

	.fb-unified-banner .fb-unified-banner__inner {
		padding: 52px 0 20px;
	}

	.fb-unified-banner .site-breadcrumbs,
	.fb-unified-banner .capabilities-source-breadcrumb,
	.fb-unified-banner .fb-resource-breadcrumb {
		max-width: 100%;
		margin-bottom: 18px;
		overflow: hidden;
		font-size: 12px;
		white-space: nowrap;
	}

	.fb-unified-banner .site-breadcrumbs span:last-child {
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.fb-unified-banner h1,
	.archive-hero.fb-unified-banner h1,
	.capabilities-source-hero.fb-unified-banner h1,
	.fb-resource-hero.fb-unified-banner h1,
	.about-v4__hero.fb-unified-banner h1 {
		font-size: var(--fb-type-page-title);
		line-height: 1.08;
	}

	.fb-unified-banner + .product-controls-shell,
	.fb-unified-banner + .industries-applications-directory,
	.fb-unified-banner + .capabilities-source-directory,
	.fb-unified-banner + .fb-resource-band,
	.fb-unified-banner + .about-v4__band,
	.fb-unified-banner + .quote-form-shell,
	.fb-unified-banner + .sitemap-section,
	.fb-unified-banner + .entry-content-shell,
	.fb-unified-banner + .content-grid-wrap {
		padding-top: 36px;
	}
}
