/**
 * BBP Site Core V2
 * Component-scoped, dependency-free responsive styles.
 */

:root {
	--bbp-v2-brand: #083c78;
	--bbp-v2-brand-dark: #061f3a;
	--bbp-v2-accent: #f4a132;
	--bbp-v2-cyan: #12afc3;
	--bbp-v2-ink: #151719;
	--bbp-v2-raised: #202326;
	--bbp-v2-soft: #f2f4f7;
	--bbp-v2-line: rgba(21, 23, 25, .16);
	--bbp-v2-white: #fff;
	--bbp-v2-content: 1600px;
	--bbp-v2-gutter: clamp(20px, 4vw, 72px);
	--bbp-v2-ease: cubic-bezier(.77, 0, .175, 1);
	--bbp-v2-header-height: 84px;
}

.bbp-v2-active,
.bbp-v2-active button,
.bbp-v2-active input,
.bbp-v2-active textarea,
.bbp-v2-active select {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bbp-v2-active {
	color: var(--bbp-v2-ink);
	overflow-x: clip;
}

.bbp-v2-active.bbp-v2-scroll-locked {
	overflow: hidden;
}

.bbp-v2-active [hidden] {
	display: none !important;
}

.bbp-v2-active :where(a, button, input, textarea, select):focus-visible {
	outline: 3px solid var(--bbp-v2-accent);
	outline-offset: 3px;
}

.bbp-v2-kicker {
	margin: 0 0 12px;
	color: var(--bbp-v2-cyan);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.bbp-v2-button,
.bbp-v2-text-link {
	align-items: center;
	display: inline-flex;
	font-weight: 700;
	text-decoration: none;
}

.bbp-v2-button {
	background: var(--bbp-v2-brand);
	border: 1px solid var(--bbp-v2-brand);
	color: var(--bbp-v2-white);
	font-size: 14px;
	justify-content: center;
	min-height: 50px;
	padding: 13px 28px;
	text-transform: uppercase;
	transition: background .25s ease, border-color .25s ease, color .25s ease;
}

.bbp-v2-button:hover {
	background: var(--bbp-v2-accent);
	border-color: var(--bbp-v2-accent);
	color: var(--bbp-v2-ink);
}

.bbp-v2-button--light {
	background: var(--bbp-v2-white);
	border-color: var(--bbp-v2-white);
	color: var(--bbp-v2-ink);
}

.bbp-v2-text-link {
	color: currentColor;
	gap: 10px;
	min-height: 44px;
	padding-block: 8px;
}

.bbp-v2-text-link::after {
	content: "\2192";
	transition: transform .25s ease;
}

.bbp-v2-text-link:hover::after {
	transform: translateX(6px);
}

.bbp-v2-editor-notice {
	background: #fff8e8;
	border-left: 4px solid var(--bbp-v2-accent);
	color: var(--bbp-v2-ink);
	margin: 12px;
	padding: 16px;
}

/* Header and navigation */
/*
 * Elementor Theme Builder places the global header widget inside an e-con
 * container. Elementor assigns that container default block padding, but the
 * BBP navigation itself is fixed. Keep the wrapper flow-neutral so it cannot
 * reserve a white strip above the first page section.
 */
body.bbp-v2-active .elementor-location-header,
body.bbp-v2-active .elementor-location-header > .elementor-element.e-con,
body.bbp-v2-active .elementor-location-header > .elementor-element.e-con > .e-con-inner {
	margin-block: 0 !important;
	min-block-size: 0 !important;
	padding-block: 0 !important;
}

body.bbp-v2-active .elementor-location-header > .elementor-element.e-con {
	--margin-top: 0px;
	--margin-bottom: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
}

.bbp-v2-header {
	background: transparent;
	border-bottom: 0;
	inset: var(--wp-admin--admin-bar--height, 0) 0 auto;
	position: fixed;
	transition: background .35s ease, border-color .35s ease, transform .55s var(--bbp-v2-ease);
	z-index: 9000;
}

.bbp-v2-header.is-scrolled {
	background: rgba(6, 31, 58, .98);
	border-bottom-color: rgba(255, 255, 255, .12);
}

.bbp-v2-header--divider {
	border-bottom: 1px solid rgba(255, 255, 255, .38);
}

.bbp-v2-header.is-drawer-open {
	background: var(--bbp-v2-white);
	border-bottom-color: var(--bbp-v2-line);
}

.bbp-v2-header.is-drawer-open .bbp-v2-header__brand img {
	filter: none;
}

.bbp-v2-header.is-hidden {
	transform: translateY(calc(-100% - var(--wp-admin--admin-bar--height, 0px)));
}

.bbp-v2-header__bar {
	align-items: stretch;
	display: flex;
	height: var(--bbp-v2-header-height);
	margin: 0 auto;
	max-width: 1760px;
	padding: 0 var(--bbp-v2-gutter);
}

/*
 * The desktop header uses matching outer columns so the navigation stays on
 * the visual centre of the viewport, independently of the logo and CTA width.
 * This mirrors the reference site's calm, centred navigation rather than
 * allowing the utility actions to pull it to the left.
 */
@media (min-width: 1201px) {
	.bbp-v2-header__bar {
		display: grid;
		grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
	}

	.bbp-v2-header__brand {
		margin-right: 0;
	}

	.bbp-v2-header .bbp-v2-header__brand img {
		height: 68px;
		max-width: 260px;
	}

	.bbp-v2-nav,
	.bbp-v2-nav > ul {
		justify-content: center;
	}

	.bbp-v2-header__utilities {
		justify-self: end;
		margin-left: 0;
	}
}

.bbp-v2-header__brand {
	align-items: center;
	color: var(--bbp-v2-white);
	display: flex;
	flex: 0 0 auto;
	font-size: 28px;
	font-weight: 800;
	margin-right: clamp(36px, 5vw, 100px);
	text-decoration: none;
}

.bbp-v2-header .bbp-v2-header__brand img {
	display: block;
	height: 56px;
	max-width: 220px;
	object-fit: contain;
	width: auto;
	/* Keep the supplied BBP artwork in its original blue/orange colours. */
	filter: none;
}

.bbp-v2-nav {
	display: flex;
	flex: 1;
}

.bbp-v2-nav > ul {
	align-items: stretch;
	display: flex;
	gap: clamp(20px, 2.4vw, 48px);
	list-style: none;
	margin: 0;
	padding: 0;
}

.bbp-v2-nav__item {
	align-items: stretch;
	display: flex;
}

.bbp-v2-nav__link {
	align-items: center;
	background: none;
	border: 0;
	color: var(--bbp-v2-white);
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	padding: 0;
	text-decoration: none;
}

.bbp-v2-nav__link::after {
	background: var(--bbp-v2-cyan);
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .35s var(--bbp-v2-ease);
	width: 100%;
}

.bbp-v2-nav__item {
	position: relative;
}

.bbp-v2-nav__item:hover > .bbp-v2-nav__link::after,
.bbp-v2-nav__item:focus-within > .bbp-v2-nav__link::after {
	transform: scaleX(1);
	transform-origin: left;
}

.bbp-v2-nav__link > span {
	color: var(--bbp-v2-cyan);
	font-size: 18px;
	font-weight: 400;
	transition: transform .3s ease;
}

.bbp-v2-nav__link[aria-expanded="true"] > span {
	transform: rotate(45deg);
}

.bbp-v2-nav-panel {
	background: rgba(255, 255, 255, .99);
	box-shadow: 0 30px 80px rgba(0, 0, 0, .2);
	color: var(--bbp-v2-brand-dark);
	left: 0;
	min-height: 400px;
	position: fixed;
	right: 0;
	top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--bbp-v2-header-height));
}

.bbp-v2-nav-panel__inner {
	display: grid;
	grid-template-columns: minmax(260px, .85fr) minmax(320px, 1.15fr);
	margin: 0 auto;
	max-width: 1760px;
	min-height: 400px;
	padding: 0 var(--bbp-v2-gutter);
}

.bbp-v2-nav-panel__links {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 42px;
}

.bbp-v2-nav-panel__links a {
	color: #5b626b;
	font-size: 15px;
	padding: 9px 0;
	text-decoration: none;
	transition: color .2s ease, transform .2s ease;
}

.bbp-v2-nav-panel__links a:hover,
.bbp-v2-nav-panel__links a:focus-visible {
	color: var(--bbp-v2-brand);
	transform: translateX(5px);
}

.bbp-v2-nav-panel__links .bbp-v2-nav-panel__heading {
	color: var(--bbp-v2-brand-dark);
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 12px;
}

.bbp-v2-nav-panel__preview {
	background: var(--bbp-v2-raised);
	min-height: 280px;
	overflow: hidden;
	position: relative;
}

.bbp-v2-nav-panel__preview img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.bbp-v2-nav-panel__preview p {
	background: linear-gradient(transparent, rgba(0, 0, 0, .78));
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 64px 28px 28px;
	position: absolute;
	right: 0;
}

.bbp-v2-header__utilities {
	align-items: center;
	display: flex;
	gap: 0;
	margin-left: auto;
}

.bbp-v2-header__utilities button,
.bbp-v2-drawer__actions button {
	background: transparent;
	border: 0;
	color: var(--bbp-v2-white);
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	min-height: 44px;
	padding: 10px 16px;
	text-transform: uppercase;
}

.bbp-v2-header__utilities button:last-child {
	background: var(--bbp-v2-brand);
	color: var(--bbp-v2-white);
	margin-left: 8px;
}

.bbp-v2-header__search-trigger {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	padding: 0;
	width: 44px;
}

.bbp-v2-header__search-trigger img {
	display: block;
	height: 24px;
	width: 24px;
}

.bbp-v2-header .bbp-v2-drawer-toggle,
.bbp-v2-header .bbp-v2-drawer {
	display: none;
}

.bbp-v2-search {
	inset: 0;
	position: fixed;
	z-index: 9010;
}

.bbp-v2-search__backdrop {
	background: rgba(4, 12, 22, .76);
	border: 0;
	inset: 0;
	position: absolute;
	width: 100%;
}

.bbp-v2-search__inner {
	align-items: flex-start;
	color: var(--bbp-v2-white);
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 22vh var(--bbp-v2-gutter) 80px;
	position: relative;
	transform: translateY(0);
}

.bbp-v2-search__close {
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 50%;
	color: var(--bbp-v2-white);
	cursor: pointer;
	font-size: 34px;
	height: 52px;
	line-height: 1;
	min-width: 52px;
	position: absolute;
	right: var(--bbp-v2-gutter);
	top: calc(var(--bbp-v2-header-height) + 20px);
	width: 52px;
}

.bbp-v2-search__form {
	margin: 0 auto;
	max-width: 720px;
	width: 100%;
}

.bbp-v2-search__form label {
	display: block;
	font-size: clamp(34px, 3vw, 44px);
	font-weight: 700;
	line-height: 1.04;
	margin-bottom: 20px;
}

.bbp-v2-search__form > div {
	background: var(--bbp-v2-white);
	display: flex;
	max-width: 620px;
}

.bbp-v2-search__form input {
	background: var(--bbp-v2-white);
	border: 0;
	color: var(--bbp-v2-ink);
	flex: 1;
	font-size: 16px;
	min-width: 0;
	padding: 14px 18px;
}

.bbp-v2-search__form button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--bbp-v2-white);
	display: flex;
	flex: 0 0 44px;
	height: 44px;
	justify-content: center;
	margin: 3px 4px 3px 0;
	padding: 0;
	width: 44px;
}

.bbp-v2-search__form button img {
	background: var(--bbp-v2-cyan);
	border-radius: 50%;
	display: block;
	height: 32px;
	padding: 7px;
	width: 32px;
}

body.elementor-editor-active .bbp-v2-header {
	position: relative;
}

/* Hero */
.bbp-v2-page-hero,
.bbp-v2-page-hero > .e-con-inner {
	max-width: none !important;
	padding: 0 !important;
}

.bbp-v2-page-hero {
	overflow: hidden;
}

.bbp-v2-hero {
	background: var(--bbp-v2-brand-dark);
	color: var(--bbp-v2-white);
	min-height: var(--bbp-v2-hero-min-height, 100svh);
	overflow: hidden;
	position: relative;
}

.bbp-v2-hero--home {
	height: var(--bbp-v2-hero-min-height, 100svh);
	min-height: var(--bbp-v2-hero-min-height, 100svh);
}

.bbp-v2-hero--inner {
	height: 500px;
	min-height: 500px;
}

.bbp-v2-hero--products {
	height: 435px;
	min-height: 435px;
}

.bbp-v2-hero-widget--inner .bbp-v2-hero {
	height: 500px;
	min-height: 500px;
}

.bbp-v2-hero-widget--products .bbp-v2-hero {
	height: 405px;
	min-height: 405px;
}

.bbp-v2-hero__slides,
.bbp-v2-hero__slide {
	min-height: inherit;
}

.bbp-v2-hero--home .bbp-v2-hero__slides,
.bbp-v2-hero--home .bbp-v2-hero__slide {
	height: var(--bbp-v2-hero-min-height, 100svh);
	min-height: var(--bbp-v2-hero-min-height, 100svh);
}

.bbp-v2-hero__slide {
	display: grid;
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .8s ease;
	width: 100%;
}

.bbp-v2-hero__slide.is-active {
	opacity: 1;
	position: relative;
	z-index: 1;
}

.bbp-v2-hero__media,
.bbp-v2-hero__media picture,
.bbp-v2-hero__media img,
.bbp-v2-hero__shade {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.bbp-v2-hero__media img {
	object-fit: cover;
}

.bbp-v2-hero__shade {
	background: rgba(4, 15, 28, .42);
	z-index: 1;
}

.bbp-v2-hero__slide.is-quiet .bbp-v2-hero__shade {
	background: transparent !important;
}

.bbp-v2-hero__content {
	align-self: center;
	margin: 0 auto;
	max-width: var(--bbp-v2-content);
	padding: calc(var(--bbp-v2-header-height) + 50px) var(--bbp-v2-gutter) 80px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.bbp-v2-hero__slide--copy-left-bottom .bbp-v2-hero__content,
.bbp-v2-hero__slide--copy-right-bottom .bbp-v2-hero__content {
	align-self: end;
	padding-bottom: clamp(74px, 10vh, 140px);
}

.bbp-v2-hero__slide--copy-top-center .bbp-v2-hero__content {
	align-self: start;
	padding-top: calc(var(--bbp-v2-header-height) + clamp(60px, 10vh, 120px));
	text-align: center;
}

.bbp-v2-hero__slide--copy-center .bbp-v2-hero__content {
	text-align: center;
}

.bbp-v2-hero__slide--copy-right-center .bbp-v2-hero__content,
.bbp-v2-hero__slide--copy-right-bottom .bbp-v2-hero__content {
	padding-left: max(52%, var(--bbp-v2-gutter));
}

.bbp-v2-hero__slide--copy-top-center .bbp-v2-hero__content > *,
.bbp-v2-hero__slide--copy-center .bbp-v2-hero__content > * {
	margin-left: auto;
	margin-right: auto;
}

.bbp-v2-hero__eyebrow {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .18em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.bbp-v2-hero__heading {
	color: inherit;
	font-size: clamp(42px, 5.5vw, 96px);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: .98;
	margin: 0;
	max-width: 960px;
	text-wrap: balance;
}

.bbp-v2-hero-widget--inner .bbp-v2-hero__heading {
	font-size: clamp(42px, 4.5vw, 76px);
}

.bbp-v2-hero__description {
	font-size: clamp(16px, 1.2vw, 21px);
	line-height: 1.6;
	margin: 24px 0 30px;
	max-width: 660px;
}

.bbp-v2-slider__arrows {
	display: flex;
	justify-content: space-between;
	left: 0;
	padding: 0 clamp(18px, 3vw, 56px);
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}

.bbp-v2-slider__arrows button,
.bbp-v2-family-stage__arrows button,
.bbp-v2-process__controls button {
	align-items: center;
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .2);
	color: var(--bbp-v2-white);
	cursor: pointer;
	display: inline-flex;
	font-size: 22px;
	height: 58px;
	justify-content: center;
	pointer-events: auto;
	width: 58px;
}

.bbp-v2-slider__arrows button:hover,
.bbp-v2-family-stage__arrows button:hover,
.bbp-v2-process__controls button:hover {
	background: var(--bbp-v2-cyan);
	border-color: var(--bbp-v2-cyan);
}

.bbp-v2-slider__dots {
	bottom: 30px;
	display: flex;
	gap: 10px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 3;
}

.bbp-v2-slider__dots button {
	background: transparent;
	border: 0;
	cursor: pointer;
	height: 44px;
	padding: 0;
	position: relative;
	width: 44px;
}

.bbp-v2-slider__dots button::before {
	background: rgba(255, 255, 255, .48);
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: background .25s ease, width .25s ease;
	width: 32px;
}

.bbp-v2-slider__dots button.is-active::before {
	background: var(--bbp-v2-cyan);
	width: 42px;
}

/* Product family stage */
.bbp-v2-family-stage {
	background: var(--bbp-v2-ink);
	color: var(--bbp-v2-white);
	min-height: min(900px, 100svh);
	overflow: hidden;
	position: relative;
}

.bbp-v2-family-stage__section-heading {
	margin: 0;
	padding: 50px var(--bbp-v2-gutter) 0;
}

.bbp-v2-family-stage__viewport {
	min-height: 720px;
	position: relative;
}

.bbp-v2-family-stage__panel {
	display: grid;
	grid-template-rows: auto 1fr;
	inset: 0;
	min-height: 720px;
	opacity: 0;
	position: absolute;
	transition: opacity .65s ease;
}

.bbp-v2-family-stage__panel.is-active {
	opacity: 1;
	position: relative;
	z-index: 1;
}

.bbp-v2-family-stage__copy {
	margin: 0 auto;
	max-width: 1100px;
	padding: clamp(42px, 7vh, 84px) var(--bbp-v2-gutter) 8px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.bbp-v2-family-stage__copy h2 {
	color: var(--bbp-v2-white);
	font-size: clamp(36px, 4vw, 68px);
	letter-spacing: .02em;
	line-height: 1.04;
	margin: 0;
	text-transform: uppercase;
}

.bbp-v2-family-stage__copy > p:not(.bbp-v2-kicker) {
	color: rgba(255, 255, 255, .72);
	line-height: 1.5;
	margin: 14px auto;
	max-width: 900px;
}

.bbp-v2-family-stage__visual {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 470px;
	overflow: hidden;
	padding: 18px var(--bbp-v2-gutter) 70px;
	position: relative;
}

.bbp-v2-family-stage__mark,
.bbp-v2-catalogue__mark,
.bbp-v2-product-card__mark {
	color: transparent;
	font-weight: 800;
	letter-spacing: -.07em;
	line-height: .8;
	-webkit-text-stroke: 2px rgba(18, 175, 195, .55);
	user-select: none;
}

.bbp-v2-family-stage__mark {
	font-size: clamp(240px, 38vw, 700px);
	inset: 50% auto auto 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.bbp-v2-family-stage__visual img {
	filter: drop-shadow(0 30px 35px rgba(0, 0, 0, .45));
	max-height: 430px;
	max-width: min(760px, 70vw);
	object-fit: contain;
	position: relative;
	z-index: 1;
}

.bbp-v2-family-stage__arrows {
	display: flex;
	justify-content: space-between;
	left: 0;
	padding: 0 clamp(20px, 4vw, 72px);
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 52%;
	z-index: 3;
}

.bbp-v2-family-stage__tabs {
	border-top: 1px solid rgba(255, 255, 255, .22);
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
	min-height: 124px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.bbp-v2-family-stage__tabs button {
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, .65);
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.28;
	min-width: 210px;
	padding: 32px 22px 24px;
	position: relative;
	text-wrap: balance;
	text-transform: uppercase;
	white-space: normal;
}

.bbp-v2-family-stage__tabs button::before {
	background: var(--bbp-v2-cyan);
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: -1px;
	transform: scaleX(0);
	transition: transform .35s ease;
}

.bbp-v2-family-stage__tabs button > span {
	border: 3px solid currentColor;
	border-radius: 50%;
	display: block;
	height: 17px;
	margin: 0 auto 14px;
	width: 17px;
}

.bbp-v2-family-stage__tabs button.is-active {
	color: var(--bbp-v2-cyan);
}

.bbp-v2-family-stage__tabs button.is-active::before {
	transform: scaleX(1);
}

/* Reference-style milestone timeline */
.bbp-v2-milestone {
	background: var(--bbp-v2-white);
	color: var(--bbp-v2-ink);
	overflow: hidden;
	scroll-margin-top: var(--bbp-v2-header-height, 82px);
}

.bbp-v2-milestone__inner {
	margin: 0 auto;
	max-width: 1920px;
	min-height: 940px;
	padding: clamp(58px, 5vw, 92px) var(--bbp-v2-gutter) 0;
	position: relative;
}

.bbp-v2-milestone__intro {
	max-width: 520px;
	position: relative;
	z-index: 4;
}

.bbp-v2-milestone__intro h2 {
	color: var(--bbp-v2-brand);
	font-size: clamp(42px, 3vw, 56px);
	line-height: 1;
	margin: 0 0 24px;
}

.bbp-v2-milestone__intro > p:not(.bbp-v2-kicker) {
	font-size: clamp(16px, 1.15vw, 19px);
	line-height: 1.45;
	margin: 0 0 24px;
	max-width: 500px;
}

.bbp-v2-milestone__intro .bbp-v2-button {
	min-height: 44px;
	padding: 10px 18px;
}

.bbp-v2-milestone__stage {
	margin: -24px calc(var(--bbp-v2-gutter) * -0.3) 0;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.bbp-v2-milestone__stage::-webkit-scrollbar {
	display: none;
}

.bbp-v2-milestone__canvas {
	height: 455px;
	min-width: 1120px;
	position: relative;
}

.bbp-v2-milestone__curve {
	height: 100%;
	left: 6%;
	max-width: none;
	object-fit: fill;
	position: absolute;
	top: 0;
	transition: opacity .7s ease;
	width: 86%;
}

.bbp-v2-milestone__items {
	inset: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

.bbp-v2-milestone__item {
	height: 0;
	position: absolute;
	width: 0;
}

.bbp-v2-milestone__item:nth-child(1) { left: 9.4%; top: 56.5%; }
.bbp-v2-milestone__item:nth-child(2) { left: 28.2%; top: 61.4%; }
.bbp-v2-milestone__item:nth-child(3) { left: 51.4%; top: 42.5%; }
.bbp-v2-milestone__item:nth-child(4) { left: 71.3%; top: 45.6%; }
.bbp-v2-milestone__item:nth-child(5) { left: 87.8%; top: 31%; }

.bbp-v2-milestone__marker {
	background: rgba(8, 60, 120, .001);
	border: 2px solid transparent;
	border-radius: 50%;
	cursor: pointer;
	height: 50px;
	left: 0;
	min-width: 50px;
	padding: 0;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	transition: border-color .2s ease, box-shadow .2s ease;
	width: 50px;
}

.bbp-v2-milestone__item.is-active .bbp-v2-milestone__marker {
	border-color: rgba(8, 60, 120, .42);
	box-shadow: 0 0 0 7px rgba(8, 60, 120, .08);
}

.bbp-v2-milestone__copy {
	left: 0;
	position: absolute;
	transition: opacity .55s ease, color .25s ease;
	width: 230px;
}

.bbp-v2-milestone__item.is-below .bbp-v2-milestone__copy {
	top: 30px;
	transform: translateX(-50%);
}

.bbp-v2-milestone__item.is-above .bbp-v2-milestone__copy {
	bottom: 30px;
	transform: translateX(-50%);
}

.bbp-v2-milestone__item:first-child .bbp-v2-milestone__copy {
	transform: translateX(-10%);
}

.bbp-v2-milestone__item:last-child .bbp-v2-milestone__copy {
	text-align: right;
	transform: translateX(-90%);
}

.bbp-v2-milestone__copy strong {
	color: var(--bbp-v2-brand-dark);
	display: block;
	font-size: clamp(28px, 2.3vw, 40px);
	line-height: 1;
	margin-bottom: 8px;
}

.bbp-v2-milestone__copy h3 {
	font-size: 17px;
	line-height: 1.15;
	margin: 0 0 8px;
}

.bbp-v2-milestone__copy p {
	color: #4b5562;
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
}

.bbp-v2-milestone__item.is-active .bbp-v2-milestone__copy h3 {
	color: var(--bbp-v2-brand);
}

.bbp-v2-milestone.is-enhanced:not(.is-revealed) .bbp-v2-milestone__curve,
.bbp-v2-milestone.is-enhanced:not(.is-revealed) .bbp-v2-milestone__copy {
	opacity: 0;
}

.bbp-v2-milestone.is-revealed .bbp-v2-milestone__item:nth-child(2) .bbp-v2-milestone__copy { transition-delay: .08s; }
.bbp-v2-milestone.is-revealed .bbp-v2-milestone__item:nth-child(3) .bbp-v2-milestone__copy { transition-delay: .16s; }
.bbp-v2-milestone.is-revealed .bbp-v2-milestone__item:nth-child(4) .bbp-v2-milestone__copy { transition-delay: .24s; }
.bbp-v2-milestone.is-revealed .bbp-v2-milestone__item:nth-child(5) .bbp-v2-milestone__copy { transition-delay: .32s; }

.bbp-v2-milestone__factory {
	clip-path: polygon(4% 100%, 4% 52%, 37% 52%, 49% 10%, 100% 22%, 100% 100%);
	height: clamp(340px, 32vw, 520px);
	margin: -210px calc(var(--bbp-v2-gutter) * -1) 0;
	overflow: hidden;
	position: relative;
	width: calc(100% + (var(--bbp-v2-gutter) * 2));
	z-index: 1;
}

.bbp-v2-milestone__factory img {
	height: 100%;
	object-fit: cover;
	object-position: center 55%;
	width: 100%;
}

/*
 * Brand-story timeline: follows the reference composition rather than the
 * earlier selectable project-step treatment.  The curve artwork already
 * contains the five visual nodes, so no second ring/button is drawn above it.
 */
.bbp-v2-milestone--brand-curve .bbp-v2-milestone__inner {
	max-width: 1520px;
	min-height: 0;
	padding: clamp(76px, 8vw, 140px) 0 0;
}

.bbp-v2-milestone--brand-curve .bbp-v2-milestone__intro {
	max-width: 470px;
	padding-inline: clamp(24px, 3vw, 0px);
}

.bbp-v2-milestone--brand-curve .bbp-v2-milestone__intro h2 {
	color: var(--bbp-v2-cyan);
	font-size: clamp(42px, 3.1vw, 58px);
	line-height: 1.04;
}

.bbp-v2-milestone--brand-curve .bbp-v2-milestone__stage {
	margin: clamp(46px, 5vw, 78px) 0 0;
	overflow: visible;
}

.bbp-v2-milestone--brand-curve .bbp-v2-milestone__canvas {
	height: 390px;
	min-width: 0;
	width: 100%;
}

.bbp-v2-milestone--brand-curve .bbp-v2-milestone__curve {
	height: auto;
	left: 0;
	object-fit: contain;
	object-position: center;
	top: 52px;
	width: 100%;
}

.bbp-v2-milestone--brand-curve .bbp-v2-milestone__items {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.67fr) minmax(0, 1fr) minmax(0, 1.22fr) minmax(0, .78fr);
	inset: 0;
	position: relative;
	z-index: 2;
}

.bbp-v2-milestone--brand-curve .bbp-v2-milestone__item {
	height: auto;
	position: relative;
	width: auto;
}

.bbp-v2-milestone--brand-curve .bbp-v2-milestone__item--1 { padding-top: 294px; }
.bbp-v2-milestone--brand-curve .bbp-v2-milestone__item--2 { padding-top: 108px; }
.bbp-v2-milestone--brand-curve .bbp-v2-milestone__item--3 { padding-top: 205px; }
.bbp-v2-milestone--brand-curve .bbp-v2-milestone__item--4 { padding-top: 24px; }
.bbp-v2-milestone--brand-curve .bbp-v2-milestone__item--5 { padding-top: 120px; text-align: right; }

.bbp-v2-milestone--brand-curve .bbp-v2-milestone__copy {
	left: auto;
	position: relative;
	transform: none;
	width: min(100%, 285px);
}

.bbp-v2-milestone--brand-curve .bbp-v2-milestone__item--5 .bbp-v2-milestone__copy {
	margin-left: auto;
}

.bbp-v2-milestone--brand-curve .bbp-v2-milestone__copy strong {
	color: var(--bbp-v2-ink);
	font-size: clamp(28px, 2.35vw, 40px);
}

.bbp-v2-milestone--brand-curve .bbp-v2-milestone__copy h3 {
	font-size: 17px;
	font-weight: 500;
}

.bbp-v2-milestone--brand-curve .bbp-v2-milestone__factory {
	background: var(--bbp-v2-cyan);
	clip-path: none;
	height: auto;
	margin: 0 calc(50% - 50vw);
	overflow: hidden;
	padding: 0;
	width: 100vw;
}

.bbp-v2-milestone--brand-curve .bbp-v2-milestone__factory img {
	display: block;
	height: auto;
	max-width: none;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

/* Process carousel */
.bbp-v2-process {
	background: var(--bbp-v2-soft);
	overflow: hidden;
	padding: clamp(64px, 8vw, 130px) var(--bbp-v2-gutter);
}

.bbp-v2-process__header {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 42px;
	max-width: var(--bbp-v2-content);
}

.bbp-v2-process__header h2 {
	color: var(--bbp-v2-brand-dark);
	font-size: clamp(34px, 4vw, 68px);
	margin: 0;
}

.bbp-v2-process__controls {
	display: flex;
	gap: 1px;
}

.bbp-v2-process__controls button {
	background: var(--bbp-v2-brand-dark);
	border-color: var(--bbp-v2-brand-dark);
}

.bbp-v2-process__viewport {
	overflow: visible;
}

.bbp-v2-process__track {
	display: flex;
	gap: clamp(18px, 2vw, 34px);
	margin: 0 auto;
	max-width: var(--bbp-v2-content);
	transition: transform .65s var(--bbp-v2-ease);
}

.bbp-v2-process__slide {
	background: var(--bbp-v2-white);
	flex: 0 0 min(58vw, 860px);
	opacity: .48;
	transform: scale(.94);
	transition: opacity .55s ease, transform .55s ease;
}

.bbp-v2-process__slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.bbp-v2-process__media {
	aspect-ratio: 16 / 9;
	background: var(--bbp-v2-brand-dark);
	overflow: hidden;
	position: relative;
}

.bbp-v2-process__media img {
	height: 100%;
	object-fit: cover;
	transition: transform .8s ease;
	width: 100%;
}

.bbp-v2-process__slide.is-active .bbp-v2-process__media img {
	transform: scale(1.025);
}

.bbp-v2-process__number {
	bottom: 0;
	color: rgba(255, 255, 255, .9);
	font-size: clamp(72px, 9vw, 150px);
	font-weight: 700;
	line-height: .74;
	position: absolute;
	right: 16px;
}

.bbp-v2-process__copy {
	min-height: 230px;
	padding: clamp(25px, 3vw, 46px);
}

.bbp-v2-process__copy h3 {
	color: var(--bbp-v2-brand-dark);
	font-size: clamp(26px, 2.4vw, 42px);
	margin: 0 0 14px;
}

.bbp-v2-process__copy > p:not(.bbp-v2-kicker) {
	line-height: 1.65;
	margin: 0 0 20px;
}

/* Product page catalogue */
.bbp-v2-products {
	background: var(--bbp-v2-white);
	margin: 0 auto;
	max-width: 1760px;
	padding: clamp(52px, 7vw, 112px) var(--bbp-v2-gutter);
}

.bbp-v2-products__heading {
	color: var(--bbp-v2-brand-dark);
	font-size: clamp(34px, 4vw, 66px);
	margin: 0 0 48px;
}

.bbp-v2-products__layout {
	align-items: start;
	display: grid;
	gap: clamp(28px, 4vw, 70px);
	grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
}

.bbp-v2-products__rail {
	background: #eef0f2;
	border-top: 0;
	position: sticky;
	top: calc(var(--bbp-v2-header-height) + 24px);
}

.bbp-v2-products__rail button {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--bbp-v2-line);
	color: #5a626c;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding: 18px;
	text-align: left;
	width: 100%;
	white-space: normal;
	overflow-wrap: anywhere;
}

.bbp-v2-products__rail button.is-active {
	color: var(--bbp-v2-brand);
	font-weight: 700;
	padding-left: 24px;
	position: relative;
}

body:not(.elementor-editor-active) .bbp-v2-editor-only-placeholder {
	display: none !important;
}

.bbp-v2-products__rail button.is-active::before {
	background: var(--bbp-v2-accent);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
}

.bbp-v2-products__grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(var(--bbp-v2-product-columns, 3), minmax(0, 1fr));
}

.bbp-v2-product-card {
	aspect-ratio: 1 / 1.05;
	background: var(--bbp-v2-soft);
	border: 1px solid var(--bbp-v2-white);
	min-height: 0;
	overflow: hidden;
	position: relative;
}

.bbp-v2-product-card__main {
	color: var(--bbp-v2-ink);
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	height: 100%;
	padding: clamp(18px, 2vw, 32px);
	text-decoration: none;
}

.bbp-v2-product-card__copy {
	position: relative;
	z-index: 2;
}

.bbp-v2-product-card__model {
	color: var(--bbp-v2-brand);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .12em;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.bbp-v2-product-card__title {
	color: var(--bbp-v2-brand-dark);
	font-size: clamp(18px, 1.35vw, 25px);
	line-height: 1.12;
	margin: 0;
}

.bbp-v2-product-card__excerpt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #68707a;
	display: -webkit-box;
	font-size: 13px;
	line-height: 1.45;
	margin: 9px 0 0;
	overflow: hidden;
}

.bbp-v2-product-card__visual {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 0;
	overflow: hidden;
	position: relative;
}

.bbp-v2-product-card__mark {
	font-size: clamp(74px, 9vw, 170px);
	opacity: .18;
	position: absolute;
}

.bbp-v2-product-card__visual img {
	height: auto;
	max-height: 100%;
	max-width: 94%;
	object-fit: contain;
	position: relative;
	transition: transform .55s var(--bbp-v2-ease);
	z-index: 1;
}

.bbp-v2-product-card:hover .bbp-v2-product-card__visual img,
.bbp-v2-product-card:focus-within .bbp-v2-product-card__visual img {
	transform: scale(1.08);
}

.bbp-v2-product-card__rfq {
	align-items: center;
	background: var(--bbp-v2-brand);
	border: 0;
	bottom: 0;
	color: var(--bbp-v2-white);
	cursor: pointer;
	display: flex;
	font-size: 22px;
	height: 50px;
	justify-content: center;
	position: absolute;
	right: 0;
	width: 50px;
	z-index: 3;
}

.bbp-v2-product-card__rfq:hover {
	background: var(--bbp-v2-accent);
	color: var(--bbp-v2-ink);
}

.bbp-v2-products__pagination {
	display: flex;
	gap: 8px;
	justify-content: center;
	padding-top: 38px;
}

.bbp-v2-products__pagination button {
	background: transparent;
	border: 1px solid var(--bbp-v2-line);
	color: var(--bbp-v2-brand-dark);
	cursor: pointer;
	height: 44px;
	width: 44px;
}

.bbp-v2-products__pagination button.is-active {
	background: var(--bbp-v2-brand);
	border-color: var(--bbp-v2-brand);
	color: var(--bbp-v2-white);
}

.bbp-v2-products__empty {
	padding: 60px 0;
	text-align: center;
}

.bbp-v2-products--empty {
	padding-bottom: clamp(64px, 8vw, 132px);
	padding-top: clamp(64px, 8vw, 132px);
}

.bbp-v2-products__empty-stage {
	background:
		linear-gradient(135deg, rgba(8, 60, 120, .96), rgba(4, 31, 58, .98));
	border-top: 4px solid var(--bbp-v2-accent);
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(270px, .85fr);
	min-height: 390px;
	overflow: hidden;
}

.bbp-v2-products__empty-copy {
	align-items: start;
	color: var(--bbp-v2-white);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(36px, 5vw, 82px);
}

.bbp-v2-products__empty-copy .bbp-v2-kicker {
	color: #8ee8f3;
	margin-bottom: 18px;
}

.bbp-v2-products__empty-copy h2 {
	font-size: clamp(32px, 3.6vw, 62px);
	line-height: 1.04;
	margin: 0 0 22px;
	max-width: 680px;
}

.bbp-v2-products__empty-copy > p:not(.bbp-v2-kicker) {
	color: #d9e4f1;
	font-size: clamp(16px, 1.35vw, 20px);
	line-height: 1.62;
	margin: 0;
	max-width: 620px;
}

.bbp-v2-products__empty-cta {
	background: var(--bbp-v2-accent);
	border: 1px solid var(--bbp-v2-accent);
	color: var(--bbp-v2-ink);
	margin-top: 30px;
}

.bbp-v2-products__empty-cta:hover,
.bbp-v2-products__empty-cta:focus-visible {
	background: var(--bbp-v2-white);
	border-color: var(--bbp-v2-white);
	color: var(--bbp-v2-brand-dark);
}

.bbp-v2-products__empty-checklist {
	align-self: stretch;
	background: rgba(255, 255, 255, .96);
	color: var(--bbp-v2-ink);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(36px, 4vw, 72px);
}

.bbp-v2-products__empty-checklist > p {
	color: var(--bbp-v2-brand);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	margin: 0 0 24px;
	text-transform: uppercase;
}

.bbp-v2-products__empty-checklist ul {
	border-top: 1px solid var(--bbp-v2-line);
	list-style: none;
	margin: 0;
	padding: 0;
}

.bbp-v2-products__empty-checklist li {
	border-bottom: 1px solid var(--bbp-v2-line);
	font-size: clamp(16px, 1.35vw, 20px);
	font-weight: 600;
	line-height: 1.35;
	padding: 22px 0 22px 26px;
	position: relative;
}

.bbp-v2-products__empty-checklist li::before {
	background: var(--bbp-v2-accent);
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 31px;
	width: 8px;
}

/* Related cards */
.bbp-v2-related {
	margin: 0 auto;
	max-width: 1760px;
	padding: clamp(64px, 8vw, 130px) var(--bbp-v2-gutter);
}

.bbp-v2-related__heading {
	color: var(--bbp-v2-brand-dark);
	font-size: clamp(34px, 4vw, 66px);
	margin: 0 0 44px;
}

.bbp-v2-related__grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bbp-v2-related-card {
	background: var(--bbp-v2-soft);
	min-height: 480px;
	overflow: hidden;
	position: relative;
}

.bbp-v2-related-card__media {
	height: 58%;
	overflow: hidden;
}

.bbp-v2-related-card__media img {
	height: 100%;
	object-fit: cover;
	transition: transform .7s var(--bbp-v2-ease);
	width: 100%;
}

.bbp-v2-related-card:hover img {
	transform: scale(1.06);
}

.bbp-v2-related-card__copy {
	padding: clamp(24px, 3vw, 44px);
}

.bbp-v2-related-card__copy h3 {
	color: var(--bbp-v2-brand-dark);
	font-size: clamp(22px, 2vw, 34px);
	margin: 0 0 12px;
}

.bbp-v2-related-card__copy > p:not(.bbp-v2-kicker) {
	line-height: 1.55;
}

/* Native Elementor layout hooks emitted by the V2 template generator. */
.bbp-v2-company-timeline,
.bbp-v2-company-timeline > .e-con-inner,
.bbp-v2-numbered-cards__grid,
.bbp-v2-numbered-cards__grid > .e-con-inner {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bbp-v2-numbered-card {
	min-width: 0;
}

/* RFQ section and panel */
.bbp-v2-rfq-section {
	background: var(--bbp-v2-brand-dark);
	color: var(--bbp-v2-white);
	display: grid;
	gap: clamp(44px, 7vw, 120px);
	grid-template-columns: minmax(0, .8fr) minmax(460px, 1.2fr);
	padding: clamp(64px, 9vw, 150px) max(var(--bbp-v2-gutter), calc((100vw - var(--bbp-v2-content)) / 2));
}

.bbp-v2-rfq-section__intro h2 {
	color: inherit;
	font-size: clamp(42px, 5vw, 82px);
	line-height: 1;
	margin: 0 0 22px;
}

.bbp-v2-rfq-section__intro > p:not(.bbp-v2-kicker) {
	color: rgba(255, 255, 255, .7);
	font-size: 18px;
	line-height: 1.65;
}

.bbp-v2-rfq-form-wrap {
	color: inherit;
}

.bbp-v2-rfq-form__title {
	color: inherit;
	font-size: clamp(25px, 2.4vw, 38px);
	margin: 0 0 10px;
}

.bbp-v2-rfq-form__notice {
	background: rgba(244, 161, 50, .12);
	border-left: 3px solid var(--bbp-v2-accent);
	font-size: 12px;
	line-height: 1.45;
	margin: 0 0 22px;
	padding: 10px 12px;
}

.bbp-v2-rfq-form__grid {
	display: grid;
	gap: 18px 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bbp-v2-field {
	margin: 0;
}

.bbp-v2-field--wide {
	grid-column: 1 / -1;
}

.bbp-v2-field label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.bbp-v2-field :where(input:not([type="checkbox"]), textarea) {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 0;
	color: var(--bbp-v2-white);
	display: block;
	min-height: 48px;
	padding: 12px 14px;
	width: 100%;
}

.bbp-v2-field textarea {
	resize: vertical;
}

.bbp-v2-field--privacy {
	margin: 18px 0;
}

.bbp-v2-field--privacy label {
	align-items: flex-start;
	display: flex;
	gap: 10px;
	letter-spacing: 0;
	line-height: 1.45;
	text-transform: none;
}

.bbp-v2-field--honeypot {
	height: 0;
	inset: auto auto auto -10000px;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.bbp-v2-rfq-form__status {
	font-weight: 700;
	margin: 14px 0 0;
}

.bbp-v2-rfq-form.is-submitting {
	opacity: .65;
	pointer-events: none;
}

.bbp-v2-panel {
	inset: 0;
	position: fixed;
	z-index: 10020;
}

.bbp-v2-panel__backdrop {
	backdrop-filter: blur(7px);
	background: rgba(3, 11, 20, .72);
	border: 0;
	inset: 0;
	position: absolute;
	width: 100%;
}

.bbp-v2-panel__sheet {
	background: var(--bbp-v2-brand-dark);
	color: var(--bbp-v2-white);
	height: 100%;
	margin-left: auto;
	max-width: 720px;
	overflow-y: auto;
	padding: clamp(58px, 7vw, 100px) clamp(28px, 5vw, 70px);
	position: relative;
	width: min(92vw, 720px);
}

.bbp-v2-panel__close {
	background: transparent;
	border: 0;
	color: var(--bbp-v2-white);
	cursor: pointer;
	font-size: 42px;
	position: absolute;
	right: 24px;
	top: 18px;
}

/* Floating tools and full-screen catalogue */
.bbp-v2-floating-tools {
	background: var(--bbp-v2-brand-dark);
	box-shadow: 0 14px 40px rgba(0, 0, 0, .24);
	display: flex;
	flex-direction: column;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(100%, -50%);
	transition: opacity .3s ease, transform .45s var(--bbp-v2-ease);
	z-index: 8990;
}

.bbp-v2-floating-tools.is-visible {
	opacity: 1;
	transform: translate(0, -50%);
}

.bbp-v2-floating-tools button {
	align-items: center;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	color: var(--bbp-v2-white);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-size: 10px;
	gap: 5px;
	height: 72px;
	justify-content: center;
	text-transform: uppercase;
	width: 72px;
}

.bbp-v2-floating-tools button:hover {
	background: var(--bbp-v2-cyan);
}

.bbp-v2-floating-tools button > span:first-child {
	font-size: 21px;
}

.bbp-v2-catalogue {
	inset: 0;
	position: fixed;
	z-index: 10010;
}

.bbp-v2-catalogue__backdrop {
	backdrop-filter: blur(12px);
	background: rgba(3, 11, 20, .86);
	border: 0;
	inset: 0;
	position: absolute;
	width: 100%;
}

.bbp-v2-catalogue__sheet {
	display: grid;
	grid-template-columns: minmax(0, 54fr) minmax(0, 46fr);
	height: 100%;
	position: relative;
}

.bbp-v2-catalogue__list {
	backdrop-filter: blur(20px);
	background: rgba(6, 31, 58, .92);
	color: var(--bbp-v2-white);
	overflow-y: auto;
	padding: clamp(36px, 6vw, 90px) clamp(28px, 5vw, 80px);
}

.bbp-v2-catalogue__header {
	align-items: start;
	border-bottom: 1px solid rgba(255, 255, 255, .22);
	display: grid;
	grid-template-columns: 1fr auto;
	margin-bottom: 26px;
	padding-bottom: 26px;
}

.bbp-v2-catalogue__header .bbp-v2-kicker {
	grid-column: 1;
}

.bbp-v2-catalogue__header h2 {
	color: inherit;
	font-size: clamp(38px, 5vw, 76px);
	grid-column: 1;
	margin: 0;
}

.bbp-v2-catalogue__header button {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .35);
	color: inherit;
	cursor: pointer;
	font-size: 34px;
	grid-column: 2;
	grid-row: 1 / 3;
	height: 54px;
	width: 54px;
}

.bbp-v2-catalogue__group {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.bbp-v2-catalogue__group > button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--bbp-v2-white);
	cursor: pointer;
	display: flex;
	font-size: clamp(17px, 1.5vw, 24px);
	font-weight: 700;
	justify-content: space-between;
	padding: 20px 0;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

.bbp-v2-catalogue__group > button span:last-child {
	color: var(--bbp-v2-cyan);
	font-size: 26px;
	transition: transform .3s ease;
}

.bbp-v2-catalogue__group > button[aria-expanded="true"] span:last-child {
	transform: rotate(45deg);
}

.bbp-v2-catalogue__group ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px;
}

.bbp-v2-catalogue__group a {
	align-items: baseline;
	color: rgba(255, 255, 255, .68);
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(90px, .25fr) 1fr;
	padding: 9px 0;
	text-decoration: none;
}

.bbp-v2-catalogue__group a span {
	color: var(--bbp-v2-cyan);
	font-size: 12px;
	font-weight: 700;
}

.bbp-v2-catalogue__group a:hover,
.bbp-v2-catalogue__group a:focus-visible {
	color: var(--bbp-v2-white);
}

.bbp-v2-catalogue__preview {
	align-items: center;
	background: rgba(21, 23, 25, .96);
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: clamp(30px, 5vw, 80px);
	position: relative;
}

.bbp-v2-catalogue__mark {
	font-size: clamp(150px, 24vw, 470px);
	opacity: .28;
	position: absolute;
}

.bbp-v2-catalogue__preview img {
	filter: drop-shadow(0 26px 30px rgba(0, 0, 0, .5));
	max-height: 70vh;
	max-width: 88%;
	object-fit: contain;
	position: relative;
	transition: opacity .22s ease, transform .35s ease;
	z-index: 1;
}

.bbp-v2-catalogue__preview p {
	bottom: clamp(24px, 4vw, 60px);
	color: var(--bbp-v2-white);
	font-size: 15px;
	font-weight: 700;
	left: clamp(24px, 4vw, 60px);
	margin: 0;
	position: absolute;
	right: clamp(24px, 4vw, 60px);
	text-align: center;
	z-index: 2;
}

@media (max-width: 1200px) {
	:root {
		--bbp-v2-header-height: 74px;
	}

	.bbp-v2-header .bbp-v2-nav,
	.bbp-v2-header .bbp-v2-header__utilities {
		display: none;
	}

	.bbp-v2-header__bar {
		justify-content: space-between;
	}

	.bbp-v2-header .bbp-v2-drawer-toggle {
		align-self: center;
		background: transparent;
		border: 0;
		cursor: pointer;
		display: grid;
		gap: 7px;
		height: 48px;
		place-content: center;
		width: 48px;
	}

	.bbp-v2-drawer-toggle > span:not(.screen-reader-text) {
		background: var(--bbp-v2-white);
		display: block;
		height: 2px;
		transition: transform .35s ease;
		width: 28px;
	}

	.bbp-v2-header.is-drawer-open .bbp-v2-drawer-toggle > span:not(.screen-reader-text) {
		background: var(--bbp-v2-brand-dark);
	}

	.bbp-v2-drawer-toggle[aria-expanded="true"] > span:nth-last-child(2) {
		transform: translateY(4.5px) rotate(45deg);
	}

	.bbp-v2-drawer-toggle[aria-expanded="true"] > span:last-child {
		transform: translateY(-4.5px) rotate(-45deg);
	}

	.bbp-v2-header .bbp-v2-drawer {
		background: var(--bbp-v2-white);
		display: block;
		inset: calc(var(--wp-admin--admin-bar--height, 0px) + var(--bbp-v2-header-height)) 0 0;
		overflow-y: auto;
		padding: 24px var(--bbp-v2-gutter) 44px;
		pointer-events: none;
		position: fixed;
		opacity: 0;
		transform: translateX(100%);
		transition:
			transform 600ms var(--bbp-v2-ease),
			opacity 600ms var(--bbp-v2-ease),
			visibility 0s linear 600ms;
		visibility: hidden;
		will-change: transform, opacity;
	}

	.bbp-v2-drawer.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
		transition:
			transform 600ms var(--bbp-v2-ease),
			opacity 600ms var(--bbp-v2-ease),
			visibility 0s linear 0s;
		visibility: visible;
	}

	.bbp-v2-drawer ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.bbp-v2-drawer__item {
		border-bottom: 1px solid var(--bbp-v2-line);
	}

	.bbp-v2-drawer__row {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}

	.bbp-v2-drawer__row > :where(a, span) {
		color: var(--bbp-v2-ink);
		font-size: clamp(18px, 2.2vw, 20px);
		line-height: 1.2;
		padding: 21px 0;
		text-decoration: none;
	}

	.bbp-v2-drawer__row button {
		background: transparent;
		border: 0;
		color: var(--bbp-v2-brand);
		font-size: 30px;
		height: 54px;
		width: 54px;
	}

	.bbp-v2-drawer__row button[aria-expanded="true"] > span:last-child {
		display: inline-block;
		transform: rotate(45deg);
	}

	.bbp-v2-drawer__submenu {
		padding: 0 0 22px 20px !important;
	}

	.bbp-v2-drawer__submenu a {
		color: #59616b;
		display: block;
		min-height: 52px;
		padding: 15px 0;
		text-decoration: none;
	}

	.bbp-v2-drawer__actions {
		display: flex;
		gap: 8px;
		padding-top: 28px;
	}

	.bbp-v2-drawer__actions button {
		color: var(--bbp-v2-brand-dark);
	}

	.bbp-v2-drawer__actions button:last-child {
		background: var(--bbp-v2-brand);
		color: var(--bbp-v2-white);
	}

	.bbp-v2-hero__slide--copy-right-center .bbp-v2-hero__content,
	.bbp-v2-hero__slide--copy-right-bottom .bbp-v2-hero__content {
		padding-left: 45%;
	}
}

@media (max-width: 1024px) {
	.bbp-v2-milestone__inner {
		min-height: 850px;
		padding-top: 64px;
	}

	.bbp-v2-milestone__intro {
		max-width: 560px;
	}

	.bbp-v2-milestone__stage {
		-ms-overflow-style: none;
		margin-left: calc(var(--bbp-v2-gutter) * -1);
		margin-right: calc(var(--bbp-v2-gutter) * -1);
		overflow-x: auto;
		overflow-y: hidden;
		overscroll-behavior-inline: contain;
		scrollbar-width: none;
	}

	.bbp-v2-milestone__canvas {
		height: 430px;
		min-width: 1180px;
	}

	.bbp-v2-milestone__factory {
		height: 330px;
		margin-top: -110px;
		width: calc(100% + var(--bbp-v2-gutter));
	}

	.bbp-v2-hero-widget--inner .bbp-v2-hero {
		height: 360px;
		min-height: 360px;
	}

	.bbp-v2-page-hero--solutions .bbp-v2-hero__description {
		display: none;
	}

	.bbp-v2-hero-widget--products .bbp-v2-hero {
		height: 300px;
		min-height: 300px;
	}

	.bbp-v2-company-timeline,
	.bbp-v2-company-timeline > .e-con-inner,
	.bbp-v2-numbered-cards__grid,
	.bbp-v2-numbered-cards__grid > .e-con-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bbp-v2-service-support__cards,
	.bbp-v2-service-support__cards > .e-con-inner {
		margin-top: 0 !important;
	}

	.bbp-v2-service-support-card {
		width: 100% !important;
	}

	.bbp-v2-products__layout {
		display: block;
	}

	.bbp-v2-products__empty-stage {
		grid-template-columns: 1fr;
	}

	.bbp-v2-products__empty-checklist {
		min-height: 0;
	}

	.bbp-v2-products__rail {
		display: grid;
		grid-template-columns: 1fr;
		margin-bottom: 28px;
		overflow: visible;
		position: static;
	}

	.bbp-v2-products__rail button {
		border-bottom: 1px solid var(--bbp-v2-line);
		min-width: 0;
		padding: 16px;
		text-align: left;
	}

	.bbp-v2-products__rail button.is-active {
		padding-left: 22px;
	}

	.bbp-v2-products__rail button.is-active::before {
		height: 100%;
		inset: 0 auto 0 0;
		width: 4px;
	}

	.bbp-v2-products__grid {
		--bbp-v2-product-columns: 3 !important;
	}

	.bbp-v2-product-card__excerpt {
		display: none;
	}

	.bbp-v2-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bbp-v2-rfq-section {
		gap: 34px;
		grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
		padding-left: 28px;
		padding-right: 28px;
	}

	.bbp-v2-catalogue__sheet {
		grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
	}
}

/* At portrait-tablet widths, three catalogue cards do not leave a reliable
 * text block above the product visual. Keep the product comparison readable
 * before the compact two-column phone treatment takes over. */
@media (max-width: 900px) {
	.bbp-v2-products__grid {
		--bbp-v2-product-columns: 2 !important;
	}
}

@media (max-width: 767px) {
	:root {
		--bbp-v2-header-height: 66px;
		--bbp-v2-gutter: 20px;
	}

	.bbp-v2-products {
		padding-top: 28px;
	}

	.bbp-v2-products--empty {
		padding-bottom: 48px;
		padding-top: 48px;
	}

	.bbp-v2-products__heading {
		font-size: clamp(32px, 10vw, 46px);
		margin-bottom: 28px;
	}

	.bbp-v2-products__empty-copy,
	.bbp-v2-products__empty-checklist {
		padding: 34px 24px;
	}

	.bbp-v2-products__empty-copy h2 {
		font-size: clamp(30px, 9vw, 42px);
	}

	.bbp-v2-products__empty-copy > p:not(.bbp-v2-kicker) {
		font-size: 16px;
	}

	.bbp-v2-products__empty-checklist li {
		font-size: 16px;
		padding-bottom: 18px;
		padding-top: 18px;
	}

	.bbp-v2-products__empty-checklist li::before {
		top: 26px;
	}

	.bbp-v2-milestone__inner {
		min-height: 0;
		padding: 48px var(--bbp-v2-gutter) 0;
	}

	.bbp-v2-milestone__intro h2 {
		font-size: clamp(38px, 11vw, 54px);
	}

	.bbp-v2-milestone__stage {
		margin-top: 18px;
		scroll-padding-inline: 48px;
		touch-action: pan-x;
	}

	.bbp-v2-milestone__canvas {
		height: 390px;
		min-width: 1040px;
	}

	.bbp-v2-milestone__copy {
		width: 205px;
	}

	.bbp-v2-milestone__copy strong {
		font-size: 30px;
	}

	.bbp-v2-milestone__copy h3 {
		font-size: 16px;
	}

	.bbp-v2-milestone__copy p {
		font-size: 13px;
	}

	.bbp-v2-milestone__factory {
		clip-path: polygon(0 100%, 0 30%, 40% 30%, 53% 5%, 100% 20%, 100% 100%);
		height: 250px;
		margin: -76px calc(var(--bbp-v2-gutter) * -1) 0;
		width: calc(100% + (var(--bbp-v2-gutter) * 2));
	}

	.bbp-v2-products__grid {
		--bbp-v2-product-columns: 2 !important;
	}

	.bbp-v2-header .bbp-v2-header__brand img {
		height: 38px;
		max-width: 140px;
	}

	.bbp-v2-drawer__row > :where(a, span) {
		font-size: 19px;
	}

	.bbp-v2-drawer__actions {
		flex-wrap: wrap;
	}

	.bbp-v2-search__form > div {
		display: block;
	}

	.bbp-v2-search__form button {
		min-height: 48px;
		width: 100%;
	}

	.bbp-v2-hero--home {
		height: 54vw;
		min-height: 0;
	}

	.bbp-v2-hero--inner,
	.bbp-v2-hero--products {
		height: 44vw;
		min-height: 0;
	}

	.bbp-v2-hero-widget--inner .bbp-v2-hero,
	.bbp-v2-hero-widget--products .bbp-v2-hero {
		height: 165px;
		min-height: 165px;
	}

	.bbp-v2-solution-story__row,
	.bbp-v2-solution-story__row > .e-con-inner {
		flex-direction: column !important;
	}

	.bbp-v2-solution-story__row--image-right-overlap,
	.bbp-v2-solution-story__row--image-right-overlap > .e-con-inner {
		flex-direction: column-reverse !important;
	}

	.bbp-v2-solution-story__visual,
	.bbp-v2-solution-story__copy {
		margin: 0 !important;
		width: 100% !important;
	}

	.bbp-v2-hero__content,
	.bbp-v2-hero__slide--copy-right-center .bbp-v2-hero__content,
	.bbp-v2-hero__slide--copy-right-bottom .bbp-v2-hero__content {
		align-self: center;
		padding: calc(var(--bbp-v2-header-height) + 10px) var(--bbp-v2-gutter) 14px;
		text-align: left;
	}

	.bbp-v2-hero__slide--copy-top-center .bbp-v2-hero__content {
		align-self: start;
		padding-top: calc(var(--bbp-v2-header-height) + 10px);
		text-align: center;
	}

	.bbp-v2-hero__heading {
		font-size: clamp(19px, 6.4vw, 28px);
		line-height: 1.02;
	}

	.bbp-v2-page-hero--solutions .bbp-v2-hero__content,
	.bbp-v2-page-hero--service .bbp-v2-hero__content {
		align-self: end;
		padding: 0 var(--bbp-v2-gutter) 14px;
	}

	.bbp-v2-page-hero--solutions .bbp-v2-hero__eyebrow,
	.bbp-v2-page-hero--service .bbp-v2-hero__eyebrow {
		display: none;
	}

	.bbp-v2-page-hero--solutions .bbp-v2-hero__heading,
	.bbp-v2-page-hero--service .bbp-v2-hero__heading {
		font-size: clamp(20px, 5.9vw, 23px);
		line-height: 1.02;
		max-width: 330px;
	}

	.bbp-v2-hero__description {
		display: none;
	}

	.bbp-v2-hero__eyebrow {
		font-size: 9px;
		letter-spacing: .12em;
		margin-bottom: 7px;
	}

	.bbp-v2-hero__content .bbp-v2-button {
		font-size: 12px;
		margin-top: 10px;
		min-height: 44px;
		padding: 10px 16px;
	}

	.bbp-v2-slider__arrows {
		display: none;
	}

	.bbp-v2-slider__dots {
		bottom: 26px;
	}

	.bbp-v2-family-stage {
		min-height: 270px;
	}

	.bbp-v2-family-stage__section-heading {
		display: none;
	}

	.bbp-v2-family-stage__viewport,
	.bbp-v2-family-stage__panel {
		min-height: 270px;
	}

	.bbp-v2-family-stage__copy {
		max-width: 70%;
		padding: 28px 16px 0;
	}

	.bbp-v2-family-stage__copy h2 {
		font-size: clamp(19px, 5.5vw, 27px);
	}

	.bbp-v2-family-stage__copy > p:not(.bbp-v2-kicker) {
		display: none;
	}

	.bbp-v2-family-stage__copy .bbp-v2-text-link {
		font-size: 12px;
	}

	.bbp-v2-family-stage__visual {
		min-height: 155px;
		padding: 0 20px 18px;
	}

	.bbp-v2-family-stage__visual img {
		max-height: 145px;
		max-width: 82vw;
	}

	.bbp-v2-family-stage__mark {
		font-size: 45vw;
	}

	.bbp-v2-family-stage__arrows {
		display: flex;
		padding: 0 10px;
		top: 58%;
	}

	.bbp-v2-family-stage__arrows button {
		font-size: 18px;
		height: 44px;
		width: 44px;
	}

	.bbp-v2-family-stage__tabs {
		display: none;
	}

	.bbp-v2-process {
		padding-left: 0;
		padding-right: 0;
	}

	.bbp-v2-process__header {
		padding: 0 var(--bbp-v2-gutter);
	}

	.bbp-v2-process__track {
		gap: 14px;
		padding: 0 var(--bbp-v2-gutter);
	}

	.bbp-v2-process__slide {
		flex-basis: calc(100vw - 54px);
	}

	.bbp-v2-process__controls button {
		height: 46px;
		width: 46px;
	}

	.bbp-v2-related__grid {
		display: flex;
		gap: 16px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}

	.bbp-v2-related-card {
		flex: 0 0 84vw;
		scroll-snap-align: start;
	}

	.bbp-v2-rfq-form__grid {
		grid-template-columns: 1fr;
	}

	.bbp-v2-field--wide {
		grid-column: auto;
	}

	.bbp-v2-rfq-section {
		grid-template-columns: 1fr;
		padding-left: var(--bbp-v2-gutter);
		padding-right: var(--bbp-v2-gutter);
	}

	.bbp-v2-floating-tools {
		bottom: 18px;
		flex-direction: row;
		right: 14px;
		top: auto;
		transform: translateY(calc(100% + 34px));
	}

	.bbp-v2-floating-tools.is-visible {
		transform: translateY(0);
	}

	.bbp-v2-floating-tools button {
		height: 56px;
		width: 62px;
	}

	.bbp-v2-floating-tools button > span:last-child {
		display: none;
	}

	.bbp-v2-catalogue__sheet {
		display: block;
	}

	.bbp-v2-catalogue__list {
		height: 100%;
		padding: 34px 22px;
	}

	.bbp-v2-catalogue__preview {
		display: none;
	}

	.bbp-v2-catalogue__group a {
		display: block;
	}

	.bbp-v2-catalogue__group a span {
		display: block;
		margin-bottom: 3px;
	}
}

/*
 * Page-level reference reconstructions
 *
 * These rules deliberately sit after the component defaults: Elementor emits
 * the page sections as native Containers, while the visual language is driven
 * here so the directory, solution matrix and contact page remain editable.
 */

/* Products: directory rail + image-first product wall. */
.bbp-v2-products-directory--rail-grid .bbp-v2-products:not(.bbp-v2-products--empty) {
	max-width: 1920px;
	padding: clamp(46px, 5.5vw, 92px) clamp(24px, 4vw, 78px) clamp(82px, 8vw, 140px);
}

.bbp-v2-products-directory--rail-grid .bbp-v2-products:not(.bbp-v2-products--empty) .bbp-v2-products__heading {
	color: var(--bbp-v2-ink);
	font-size: clamp(42px, 4.2vw, 68px);
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: .94;
	margin: 0 0 clamp(34px, 4vw, 68px);
	text-transform: uppercase;
}

.bbp-v2-products-directory--rail-grid .bbp-v2-products__layout {
	gap: clamp(32px, 3.1vw, 60px);
	grid-template-columns: minmax(260px, 335px) minmax(0, 1fr);
}

.bbp-v2-products-directory--rail-grid .bbp-v2-products__rail {
	background: transparent;
	padding: 0;
}

.bbp-v2-products-directory--rail-grid .bbp-v2-products__rail button {
	align-items: center;
	background: #e7e7e7;
	border: 0;
	display: grid;
	font-size: clamp(15px, 1.1vw, 20px);
	font-weight: 400;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) 42px;
	margin-bottom: 1px;
	min-height: 60px;
	padding: 8px 12px 8px 28px;
	transition: background .3s ease, color .3s ease, padding .3s ease;
}

.bbp-v2-products-directory--rail-grid .bbp-v2-products__rail button:hover,
.bbp-v2-products-directory--rail-grid .bbp-v2-products__rail button:focus-visible,
.bbp-v2-products-directory--rail-grid .bbp-v2-products__rail button.is-active {
	background: var(--bbp-v2-brand);
	color: var(--bbp-v2-white);
	font-weight: 600;
	padding-left: 32px;
}

.bbp-v2-products-directory--rail-grid .bbp-v2-products__rail button.is-active::before {
	display: none;
}

.bbp-v2-products-directory--rail-grid .bbp-v2-products__rail-icon {
	align-items: center;
	display: flex;
	height: 42px;
	justify-content: center;
	overflow: hidden;
	width: 42px;
}

.bbp-v2-products-directory--rail-grid .bbp-v2-products__rail-icon img {
	height: 100%;
	object-fit: contain;
	transition: filter .3s ease, transform .3s ease;
	width: 100%;
}

.bbp-v2-products-directory--rail-grid .bbp-v2-products__rail button:hover .bbp-v2-products__rail-icon img,
.bbp-v2-products-directory--rail-grid .bbp-v2-products__rail button:focus-visible .bbp-v2-products__rail-icon img,
.bbp-v2-products-directory--rail-grid .bbp-v2-products__rail button.is-active .bbp-v2-products__rail-icon img {
	filter: brightness(0) invert(1);
	transform: translateX(3px);
}

.bbp-v2-products-directory--rail-grid .bbp-v2-products__grid {
	gap: clamp(28px, 3vw, 48px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bbp-v2-products-directory--rail-grid .bbp-v2-product-card {
	aspect-ratio: 1 / 1;
	background: #f7f8f9;
	border: 0;
}

.bbp-v2-products-directory--rail-grid .bbp-v2-product-card__main {
	display: block;
	padding: 0;
}

.bbp-v2-products-directory--rail-grid .bbp-v2-product-card__copy {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.bbp-v2-products-directory--rail-grid .bbp-v2-product-card__visual {
	height: 100%;
	padding: clamp(14px, 2vw, 34px);
}

.bbp-v2-products-directory--rail-grid .bbp-v2-product-card__mark {
	display: none;
}

.bbp-v2-products-directory--rail-grid .bbp-v2-product-card__visual img {
	height: 100%;
	max-height: none;
	max-width: none;
	object-fit: contain;
	width: 100%;
}

.bbp-v2-products-directory--rail-grid .bbp-v2-product-card__rfq {
	background: rgba(6, 31, 58, .92);
	border: 1px solid rgba(255, 255, 255, .82);
	bottom: 16px;
	height: 46px;
	right: 16px;
	transition: background .25s ease, color .25s ease, transform .25s ease;
	width: 46px;
}

.bbp-v2-products-directory--rail-grid .bbp-v2-product-card__rfq:hover,
.bbp-v2-products-directory--rail-grid .bbp-v2-product-card__rfq:focus-visible {
	background: var(--bbp-v2-accent);
	color: var(--bbp-v2-ink);
	transform: translateY(-4px);
}

/* Solutions: an explicit technical application matrix, not free-flowing cards. */
.bbp-v2-solutions-applications {
	background: #f2f4f7 !important;
	padding: clamp(72px, 8vw, 132px) max(var(--bbp-v2-gutter), calc((100vw - 1520px) / 2)) !important;
}

.bbp-v2-solutions-applications > .e-con-inner {
	gap: 0 !important;
	max-width: 1520px !important;
}

.bbp-v2-solutions-applications > .e-con-inner > .elementor-element:first-child {
	margin-bottom: 14px;
}

.bbp-v2-solutions-applications > .e-con-inner > .elementor-element:nth-child(2) {
	margin-bottom: clamp(28px, 3.2vw, 52px);
}

.bbp-v2-solutions-applications__grid,
.bbp-v2-solutions-applications__grid > .e-con-inner {
	display: grid !important;
	gap: clamp(16px, 1.6vw, 26px) !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	width: 100% !important;
}

.bbp-v2-solutions-application-card {
	background: var(--bbp-v2-white) !important;
	border: 1px solid #dde1e6 !important;
	box-sizing: border-box;
	display: flex !important;
	flex-direction: column !important;
	min-height: 385px;
	padding: clamp(28px, 2.5vw, 44px) !important;
	width: auto !important;
}

.bbp-v2-solutions-application-card > .elementor-element:first-child .elementor-heading-title {
	color: var(--bbp-v2-accent) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: .1em;
}

.bbp-v2-solutions-application-card > .elementor-element:nth-child(2) .elementor-heading-title {
	color: var(--bbp-v2-ink) !important;
	font-size: clamp(23px, 1.8vw, 31px) !important;
	line-height: 1.08 !important;
	margin: 12px 0 0;
}

.bbp-v2-solutions-application-card > .elementor-element:nth-child(3) {
	margin-top: 18px;
}

.bbp-v2-solutions-application-card > .elementor-element:nth-child(4) {
	border-top: 1px solid #e4e7ea;
	margin-top: 22px;
	padding-top: 18px;
}

.bbp-v2-solutions-application-card > .elementor-element:nth-child(3) .elementor-widget-container,
.bbp-v2-solutions-application-card > .elementor-element:nth-child(4) .elementor-widget-container {
	color: #4e5966;
	font-size: 15px;
	line-height: 1.55;
}

.bbp-v2-solutions-application-card > .elementor-element:last-child {
	margin-top: auto;
	padding-top: 26px;
}

.bbp-v2-solutions-application-card .elementor-button {
	background: var(--bbp-v2-brand) !important;
	border-radius: 0 !important;
	font-size: 13px;
	min-height: 44px;
	padding: 11px 18px;
}

/* Contact: background-led contact ledger, then a clear image / text split and light form. */
.bbp-v2-contact-details {
	background-position: center center !important;
	background-size: cover !important;
	padding: clamp(78px, 7.2vw, 116px) max(var(--bbp-v2-gutter), calc((100vw - 1520px) / 2)) !important;
}

.bbp-v2-contact-details > .e-con-inner {
	gap: 0 !important;
	max-width: 1520px !important;
}

.bbp-v2-contact-details__intro {
	align-items: flex-start !important;
	display: flex !important;
	flex-direction: column !important;
	margin-bottom: clamp(72px, 9vw, 150px);
}

.bbp-v2-contact-details__heading .elementor-heading-title {
	color: var(--bbp-v2-ink) !important;
	font-size: clamp(44px, 4.1vw, 62px) !important;
	line-height: 1 !important;
}

.bbp-v2-contact-details__lead {
	color: #4e5863 !important;
	font-size: 16px !important;
	line-height: 1.55 !important;
	margin-top: 18px;
	max-width: 650px;
}

.bbp-v2-contact-details__grid,
.bbp-v2-contact-details__grid > .e-con-inner {
	display: grid !important;
	gap: clamp(42px, 5.5vw, 96px) 0 !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	width: 100% !important;
}

.bbp-v2-contact-detail {
	background: transparent !important;
	border-color: rgba(69, 76, 84, .28) !important;
	border-width: 0 1px 0 0 !important;
	min-height: 140px;
	padding: 0 clamp(30px, 5vw, 90px) !important;
	width: auto !important;
}

.bbp-v2-contact-detail:first-child {
	padding-left: 0 !important;
}

.bbp-v2-contact-detail:nth-child(3) {
	border-right: 0 !important;
}

.bbp-v2-contact-detail:last-child {
	border-right: 0 !important;
	grid-column: 1 / -1;
	padding-left: 0 !important;
}

.bbp-v2-contact-detail .elementor-heading-title {
	color: #6d7785 !important;
	font-size: clamp(16px, 1.3vw, 22px) !important;
	font-weight: 400 !important;
	margin-bottom: 16px;
}

.bbp-v2-contact-detail .elementor-widget-text-editor {
	color: var(--bbp-v2-ink) !important;
	font-size: clamp(18px, 1.55vw, 26px) !important;
	font-weight: 700;
	line-height: 1.32;
}

.bbp-v2-contact-details__status {
	border-top: 1px solid rgba(69, 76, 84, .28);
	color: #5f6974 !important;
	font-size: 12px !important;
	margin: clamp(32px, 4vw, 60px) 0 0;
	padding-top: 16px;
}

.bbp-v2-contact-story {
	margin: 0 auto;
	max-width: 1520px;
	padding: clamp(74px, 8vw, 150px) var(--bbp-v2-gutter);
}

.bbp-v2-contact-story__row,
.bbp-v2-contact-story__row > .e-con-inner {
	display: grid !important;
	gap: clamp(36px, 4vw, 70px) !important;
	grid-template-columns: minmax(0, .78fr) minmax(0, 1fr) !important;
	min-height: 510px;
}

.bbp-v2-contact-story__visual,
.bbp-v2-contact-story__copy {
	width: auto !important;
}

.bbp-v2-contact-story__visual {
	overflow: hidden;
}

.bbp-v2-contact-story__visual .elementor-widget-container,
.bbp-v2-contact-story__visual img {
	display: block;
	height: 100%;
	width: 100%;
}

.bbp-v2-contact-story__visual img {
	object-fit: cover;
}

.bbp-v2-contact-story__copy {
	align-self: center;
	padding: clamp(8px, 2vw, 30px) 0;
}

.bbp-v2-contact-story__copy .elementor-heading-title {
	font-size: clamp(34px, 3.3vw, 52px) !important;
	line-height: 1.06 !important;
}

.bbp-v2-contact-story__copy .elementor-widget-text-editor {
	color: #343b43;
	font-size: 17px;
	line-height: 1.68;
}

.bbp-v2-contact-rfq-shell .bbp-v2-rfq-section--reference {
	background: #f2f2f2;
	padding-bottom: clamp(82px, 8vw, 128px);
	padding-top: clamp(64px, 6vw, 94px);
}

.bbp-v2-contact-rfq-shell .bbp-v2-rfq-section--reference .bbp-v2-rfq-section__intro h2 {
	font-size: clamp(38px, 3.4vw, 52px);
	text-transform: uppercase;
}

.bbp-v2-contact-rfq-shell .bbp-v2-rfq-form-wrap--inline-reference .bbp-v2-rfq-form__grid {
	gap: 20px 30px;
}

.bbp-v2-contact-rfq-shell .bbp-v2-rfq-form-wrap--inline-reference .bbp-v2-field :where(input:not([type="checkbox"]), textarea) {
	border: 0;
	border-radius: 4px;
	box-shadow: 0 0 12px rgba(0, 0, 0, .12);
}

.bbp-v2-contact-rfq-shell .bbp-v2-rfq-form-wrap--inline-reference .bbp-v2-rfq-form__submit {
	background: var(--bbp-v2-brand);
	border-radius: 4px;
	min-height: 54px;
}

@media (max-width: 1200px) {
	.bbp-v2-products-directory--rail-grid .bbp-v2-products__layout {
		display: grid;
		grid-template-columns: minmax(210px, 270px) minmax(0, 1fr);
	}

	.bbp-v2-products-directory--rail-grid .bbp-v2-products__rail {
		display: block;
		margin-bottom: 0;
		position: sticky;
	}

	.bbp-v2-products-directory--rail-grid .bbp-v2-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bbp-v2-solutions-applications__grid,
	.bbp-v2-solutions-applications__grid > .e-con-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.bbp-v2-contact-details__grid,
	.bbp-v2-contact-details__grid > .e-con-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.bbp-v2-contact-detail:nth-child(2) {
		border-right: 0 !important;
	}

	.bbp-v2-contact-detail:nth-child(3),
	.bbp-v2-contact-detail:last-child {
		grid-column: auto;
	}

	.bbp-v2-contact-story__row,
	.bbp-v2-contact-story__row > .e-con-inner {
		grid-template-columns: minmax(0, .9fr) minmax(0, 1fr) !important;
	}
}

@media (max-width: 767px) {
	.bbp-v2-products-directory--rail-grid .bbp-v2-products:not(.bbp-v2-products--empty) {
		padding-left: 20px;
		padding-right: 20px;
	}

	.bbp-v2-products-directory--rail-grid .bbp-v2-products__layout {
		display: block;
	}

	.bbp-v2-products-directory--rail-grid .bbp-v2-products__rail {
		display: grid;
		gap: 1px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-bottom: 22px;
		position: static;
	}

	.bbp-v2-products-directory--rail-grid .bbp-v2-products__rail button {
		font-size: 13px;
		grid-template-columns: minmax(0, 1fr) 30px;
		min-height: 54px;
		padding: 6px 8px 6px 14px;
	}

	.bbp-v2-products-directory--rail-grid .bbp-v2-products__rail button:hover,
	.bbp-v2-products-directory--rail-grid .bbp-v2-products__rail button:focus-visible,
	.bbp-v2-products-directory--rail-grid .bbp-v2-products__rail button.is-active {
		padding-left: 17px;
	}

	.bbp-v2-products-directory--rail-grid .bbp-v2-products__rail-icon {
		height: 30px;
		width: 30px;
	}

	.bbp-v2-products-directory--rail-grid .bbp-v2-products__grid {
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bbp-v2-products-directory--rail-grid .bbp-v2-product-card__visual {
		padding: 10px;
	}

	.bbp-v2-products-directory--rail-grid .bbp-v2-product-card__rfq {
		bottom: 10px;
		height: 38px;
		right: 10px;
		width: 38px;
	}

	.bbp-v2-solutions-applications {
		padding: 58px 20px 66px !important;
	}

	.bbp-v2-solutions-applications__grid,
	.bbp-v2-solutions-applications__grid > .e-con-inner {
		grid-template-columns: 1fr !important;
	}

	.bbp-v2-solutions-application-card {
		min-height: 0;
		padding: 28px 24px !important;
	}

	.bbp-v2-contact-details {
		min-height: 0 !important;
		padding: 64px 20px !important;
	}

	.bbp-v2-contact-details__intro {
		margin-bottom: 52px;
	}

	.bbp-v2-contact-details__grid,
	.bbp-v2-contact-details__grid > .e-con-inner {
		gap: 0 !important;
		grid-template-columns: 1fr !important;
	}

	.bbp-v2-contact-detail,
	.bbp-v2-contact-detail:first-child,
	.bbp-v2-contact-detail:nth-child(2),
	.bbp-v2-contact-detail:nth-child(3),
	.bbp-v2-contact-detail:last-child {
		border-bottom: 1px solid rgba(69, 76, 84, .28) !important;
		border-right: 0 !important;
		grid-column: auto;
		min-height: 0;
		padding: 24px 0 !important;
	}

	.bbp-v2-contact-story {
		padding: 58px 20px 70px;
	}

	.bbp-v2-contact-story__row,
	.bbp-v2-contact-story__row > .e-con-inner {
		grid-template-columns: 1fr !important;
		min-height: 0;
	}

	.bbp-v2-contact-story__visual {
		height: 300px;
	}

	.bbp-v2-contact-story__copy {
		padding: 0;
	}

	.bbp-v2-contact-rfq-shell .bbp-v2-rfq-section--reference {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 500px) {
	.bbp-v2-company-timeline,
	.bbp-v2-company-timeline > .e-con-inner,
	.bbp-v2-numbered-cards__grid,
	.bbp-v2-numbered-cards__grid > .e-con-inner {
		grid-template-columns: 1fr;
	}

	.bbp-v2-footer__main--compact-under-500 {
		display: none !important;
	}

	.bbp-v2-products {
		padding-left: 12px;
		padding-right: 12px;
	}

	.bbp-v2-products__grid {
		--bbp-v2-product-columns: 2 !important;
	}

	.bbp-v2-product-card {
		aspect-ratio: .82;
	}

	.bbp-v2-product-card__main {
		padding: 14px;
	}

	.bbp-v2-product-card__title {
		font-size: 16px;
	}

	.bbp-v2-product-card__model {
		font-size: 11px;
	}

	.bbp-v2-product-card__rfq {
		height: 44px;
		width: 44px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bbp-v2-active *,
	.bbp-v2-active *::before,
	.bbp-v2-active *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* Products / Solutions / Contact: source-derived inside-banner and directory
 * architecture. These rules are isolated to the three V2 page generators. */
.bbp-v2-products-directory--reference .bbp-v2-products {
	max-width: 1680px;
	padding: clamp(42px, 5vw, 88px) var(--bbp-v2-gutter) clamp(84px, 8vw, 132px);
}

.bbp-v2-products-directory--reference .bbp-v2-products__heading {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.bbp-v2-products-directory--reference .bbp-v2-products__layout {
	display: block;
}

.bbp-v2-products-directory--reference .bbp-v2-products__rail {
	background: transparent;
	border-bottom: 1px solid var(--bbp-v2-line);
	border-top: 1px solid var(--bbp-v2-line);
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 0 0 clamp(38px, 4vw, 66px);
	position: static;
}

.bbp-v2-products-directory--reference .bbp-v2-products__rail button,
body.bbp-v2-active .bbp-v2-products-directory--reference .bbp-v2-products__rail button {
	align-items: center;
	background: transparent;
	border: 0;
	border-right: 1px solid var(--bbp-v2-line);
	color: var(--bbp-v2-ink);
	display: flex;
	flex-direction: column;
	font-size: 13px;
	font-weight: 500;
	gap: 10px;
	justify-content: center;
	min-height: 118px;
	padding: 16px 10px;
	text-align: center;
	text-transform: uppercase;
}

.bbp-v2-products-directory--reference .bbp-v2-products__rail button:last-child {
	border-right: 0;
}

.bbp-v2-products-directory--reference .bbp-v2-products__rail button::before {
	display: none;
}

.bbp-v2-products-directory--reference .bbp-v2-products__rail button:hover,
.bbp-v2-products-directory--reference .bbp-v2-products__rail button:focus-visible,
.bbp-v2-products-directory--reference .bbp-v2-products__rail button.is-active,
body.bbp-v2-active .bbp-v2-products-directory--reference .bbp-v2-products__rail button.is-active {
	background: var(--bbp-v2-brand);
	color: var(--bbp-v2-white);
	font-weight: 700;
	padding-left: 10px;
}

.bbp-v2-products-directory--reference .bbp-v2-products__rail-icon {
	height: 38px;
	width: 52px;
}

.bbp-v2-products-directory--reference .bbp-v2-products__rail-icon img {
	filter: none;
	object-fit: contain;
}

.bbp-v2-products-directory--reference .bbp-v2-products__rail button:hover .bbp-v2-products__rail-icon img,
.bbp-v2-products-directory--reference .bbp-v2-products__rail button:focus-visible .bbp-v2-products__rail-icon img,
.bbp-v2-products-directory--reference .bbp-v2-products__rail button.is-active .bbp-v2-products__rail-icon img {
	filter: brightness(0) invert(1);
	transform: none;
}

.bbp-v2-products-directory--reference .bbp-v2-products__grid {
	gap: clamp(16px, 2.2vw, 34px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bbp-v2-products-directory--reference .bbp-v2-product-card {
	aspect-ratio: 1 / 1;
	background: #f7f8f9;
	border: 0;
}

.bbp-v2-products-directory--reference .bbp-v2-product-card__main {
	padding: clamp(14px, 1.7vw, 28px);
}

.bbp-v2-products-directory--reference .bbp-v2-product-card__copy {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.bbp-v2-products-directory--reference .bbp-v2-product-card__visual {
	height: 100%;
	padding: 0;
}

.bbp-v2-products-directory--reference .bbp-v2-product-card__mark {
	display: none;
}

.bbp-v2-products-directory--reference .bbp-v2-product-card__visual img {
	height: 100%;
	max-height: none;
	object-fit: contain;
	width: 100%;
}

.bbp-v2-products-directory--reference .bbp-v2-product-card__rfq {
	background: var(--bbp-v2-brand-dark);
	border: 0;
	bottom: 0;
	height: 50px;
	right: 0;
	width: 50px;
}

.bbp-v2-products-directory--reference .bbp-v2-product-card__rfq:hover,
.bbp-v2-products-directory--reference .bbp-v2-product-card__rfq:focus-visible {
	background: var(--bbp-v2-cyan);
	color: var(--bbp-v2-ink);
}

.bbp-v2-solutions-areas {
	background: #fff;
	padding: clamp(72px, 7vw, 126px) var(--bbp-v2-gutter) clamp(92px, 9vw, 150px);
}

.bbp-v2-solutions-areas > .e-con-inner {
	max-width: 1520px !important;
}

.bbp-v2-solutions-areas__intro {
	margin: 0 auto clamp(42px, 5vw, 76px);
	max-width: 880px;
	text-align: center;
}

.bbp-v2-solutions-areas__intro .elementor-heading-title {
	font-size: clamp(42px, 4.1vw, 64px) !important;
	line-height: 1 !important;
	margin: 0;
	text-transform: none;
}

.bbp-v2-solutions-areas__intro .elementor-widget-text-editor {
	color: #505a65;
	font-size: 17px;
	line-height: 1.65;
	margin: 20px auto 0;
	max-width: 760px;
}

.bbp-v2-solutions-areas__grid,
.bbp-v2-solutions-areas__grid > .e-con-inner {
	display: grid !important;
	gap: clamp(18px, 2vw, 32px) !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.bbp-v2-solutions-area-card {
	background: #f6f7f8;
	overflow: hidden;
	position: relative;
	width: auto !important;
}

.bbp-v2-solutions-area-card__image,
.bbp-v2-solutions-area-card__image .elementor-widget-container,
.bbp-v2-solutions-area-card__image img {
	display: block;
	width: 100%;
}

.bbp-v2-solutions-area-card__image {
	aspect-ratio: 1.18 / 1;
	overflow: hidden;
}

.bbp-v2-solutions-area-card__image img {
	height: 100%;
	object-fit: cover;
	transition: transform .45s var(--bbp-v2-ease);
}

.bbp-v2-solutions-area-card:hover .bbp-v2-solutions-area-card__image img {
	transform: scale(1.04);
}

.bbp-v2-solutions-area-card__copy {
	background: #fff;
	min-height: 112px;
	padding: 22px 24px 26px;
}

.bbp-v2-solutions-area-card__copy .elementor-heading-title {
	color: var(--bbp-v2-ink);
	font-size: clamp(18px, 1.35vw, 24px) !important;
	line-height: 1.17 !important;
	margin: 0;
}

.bbp-v2-contact-details {
	/* The Contact generator supplies a BBP staging background image and a
	 * readable white overlay. Do not flatten it to white: the source layout
	 * keeps the contact ledger as a distinct image-backed stage. */
	background-position: center center !important;
	background-size: cover !important;
}

.bbp-v2-contact-details__intro {
	margin-bottom: clamp(72px, 9vw, 150px);
}

@media (max-width: 1024px) {
	.bbp-v2-products-directory--reference .bbp-v2-products__rail {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.bbp-v2-products-directory--reference .bbp-v2-products__rail button:nth-child(3n) {
		border-right: 0;
	}

	.bbp-v2-products-directory--reference .bbp-v2-products__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.bbp-v2-solutions-areas__grid,
	.bbp-v2-solutions-areas__grid > .e-con-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	.bbp-v2-products-directory--reference .bbp-v2-products {
		padding-left: 16px;
		padding-right: 16px;
	}

	.bbp-v2-products-directory--reference .bbp-v2-products__rail {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-bottom: 24px;
	}

	.bbp-v2-products-directory--reference .bbp-v2-products__rail button,
	body.bbp-v2-active .bbp-v2-products-directory--reference .bbp-v2-products__rail button {
		border-bottom: 1px solid var(--bbp-v2-line);
		font-size: 11px;
		min-height: 94px;
		padding: 10px 6px;
	}

	.bbp-v2-products-directory--reference .bbp-v2-products__rail button:nth-child(3n) {
		border-right: 1px solid var(--bbp-v2-line);
	}

	.bbp-v2-products-directory--reference .bbp-v2-products__rail button:nth-child(2n) {
		border-right: 0;
	}

	.bbp-v2-products-directory--reference .bbp-v2-products__grid {
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bbp-v2-products-directory--reference .bbp-v2-product-card__rfq {
		height: 40px;
		width: 40px;
	}

	.bbp-v2-solutions-areas {
		padding-left: 20px;
		padding-right: 20px;
	}

	.bbp-v2-solutions-areas__intro .elementor-heading-title {
		font-size: 36px !important;
	}

	.bbp-v2-solutions-areas__grid,
	.bbp-v2-solutions-areas__grid > .e-con-inner {
		grid-template-columns: 1fr !important;
	}

	.bbp-v2-solutions-area-card__image {
		aspect-ratio: 1.35 / 1;
	}
}

/*
 * Elementor global-style isolation.
 *
 * Elementor kits can load generic button rules after this plugin and otherwise
 * recolour native buttons in Theme Builder templates. These scoped selectors
 * deliberately outrank kit-level button rules without affecting non-BBP UI.
 */
body.bbp-v2-active :is(
	.bbp-v2-header,
	.bbp-v2-search,
	.bbp-v2-hero,
	.bbp-v2-family-stage,
	.bbp-v2-milestone,
	.bbp-v2-process,
	.bbp-v2-products,
	.bbp-v2-panel,
	.bbp-v2-floating-tools,
	.bbp-v2-catalogue
) button {
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
	text-shadow: none;
}

body.bbp-v2-active .bbp-v2-milestone .bbp-v2-milestone__marker,
body.bbp-v2-active .bbp-v2-milestone .bbp-v2-milestone__marker:hover,
body.bbp-v2-active .bbp-v2-milestone .bbp-v2-milestone__marker:focus,
body.bbp-v2-active .bbp-v2-milestone .bbp-v2-milestone__marker:active {
	background: rgba(8, 60, 120, .001);
	border: 2px solid transparent;
	border-radius: 50%;
	color: var(--bbp-v2-brand);
}

body.bbp-v2-active .bbp-v2-milestone .bbp-v2-milestone__item.is-active .bbp-v2-milestone__marker {
	border-color: rgba(8, 60, 120, .42);
}

body.bbp-v2-active .bbp-v2-header .bbp-v2-nav__link,
body.bbp-v2-active .bbp-v2-header .bbp-v2-nav__link:hover,
body.bbp-v2-active .bbp-v2-header .bbp-v2-nav__link:focus,
body.bbp-v2-active .bbp-v2-header .bbp-v2-nav__link:active {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--bbp-v2-white);
}

body.bbp-v2-active .bbp-v2-header .bbp-v2-header__utilities button,
body.bbp-v2-active .bbp-v2-header .bbp-v2-header__utilities button:hover,
body.bbp-v2-active .bbp-v2-header .bbp-v2-header__utilities button:focus,
body.bbp-v2-active .bbp-v2-header .bbp-v2-header__utilities button:active {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--bbp-v2-white);
}

body.bbp-v2-active .bbp-v2-header .bbp-v2-header__utilities button:last-child,
body.bbp-v2-active .bbp-v2-header .bbp-v2-header__utilities button:last-child:hover,
body.bbp-v2-active .bbp-v2-header .bbp-v2-header__utilities button:last-child:focus,
body.bbp-v2-active .bbp-v2-header .bbp-v2-header__utilities button:last-child:active {
	background: var(--bbp-v2-brand);
	color: var(--bbp-v2-white);
}

body.bbp-v2-active .bbp-v2-search .bbp-v2-search__backdrop,
body.bbp-v2-active .bbp-v2-search .bbp-v2-search__backdrop:hover,
body.bbp-v2-active .bbp-v2-search .bbp-v2-search__backdrop:focus,
body.bbp-v2-active .bbp-v2-search .bbp-v2-search__backdrop:active {
	background: rgba(4, 12, 22, .76);
	border: 0;
	border-radius: 0;
	color: transparent;
}

body.bbp-v2-active .bbp-v2-search .bbp-v2-search__close,
body.bbp-v2-active .bbp-v2-search .bbp-v2-search__close:hover,
body.bbp-v2-active .bbp-v2-search .bbp-v2-search__close:focus,
body.bbp-v2-active .bbp-v2-search .bbp-v2-search__close:active {
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 50%;
	color: var(--bbp-v2-white);
}

body.bbp-v2-active .bbp-v2-search .bbp-v2-search__form button,
body.bbp-v2-active .bbp-v2-search .bbp-v2-search__form button:hover,
body.bbp-v2-active .bbp-v2-search .bbp-v2-search__form button:focus,
body.bbp-v2-active .bbp-v2-search .bbp-v2-search__form button:active {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--bbp-v2-ink);
}

body.bbp-v2-active .bbp-v2-header .bbp-v2-drawer-toggle,
body.bbp-v2-active .bbp-v2-header .bbp-v2-drawer-toggle:hover,
body.bbp-v2-active .bbp-v2-header .bbp-v2-drawer-toggle:focus,
body.bbp-v2-active .bbp-v2-header .bbp-v2-drawer-toggle:active,
body.bbp-v2-active .bbp-v2-header .bbp-v2-drawer__row button,
body.bbp-v2-active .bbp-v2-header .bbp-v2-drawer__row button:hover,
body.bbp-v2-active .bbp-v2-header .bbp-v2-drawer__row button:focus,
body.bbp-v2-active .bbp-v2-header .bbp-v2-drawer__row button:active {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--bbp-v2-brand);
}

body.bbp-v2-active .bbp-v2-header .bbp-v2-drawer__actions button,
body.bbp-v2-active .bbp-v2-header .bbp-v2-drawer__actions button:hover,
body.bbp-v2-active .bbp-v2-header .bbp-v2-drawer__actions button:focus,
body.bbp-v2-active .bbp-v2-header .bbp-v2-drawer__actions button:active {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--bbp-v2-brand-dark);
}

body.bbp-v2-active .bbp-v2-header .bbp-v2-drawer__actions button:last-child,
body.bbp-v2-active .bbp-v2-header .bbp-v2-drawer__actions button:last-child:hover,
body.bbp-v2-active .bbp-v2-header .bbp-v2-drawer__actions button:last-child:focus,
body.bbp-v2-active .bbp-v2-header .bbp-v2-drawer__actions button:last-child:active {
	background: var(--bbp-v2-brand);
	color: var(--bbp-v2-white);
}

body.bbp-v2-active .bbp-v2-hero .bbp-v2-slider__arrows button,
body.bbp-v2-active .bbp-v2-family-stage .bbp-v2-family-stage__arrows button {
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 0;
	color: var(--bbp-v2-white);
}

body.bbp-v2-active .bbp-v2-hero .bbp-v2-slider__arrows button:hover,
body.bbp-v2-active .bbp-v2-family-stage .bbp-v2-family-stage__arrows button:hover {
	background: var(--bbp-v2-cyan);
	border-color: var(--bbp-v2-cyan);
	color: var(--bbp-v2-white);
}

body.bbp-v2-active .bbp-v2-hero .bbp-v2-slider__dots button,
body.bbp-v2-active .bbp-v2-family-stage .bbp-v2-family-stage__tabs button {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.bbp-v2-active .bbp-v2-hero .bbp-v2-hero__media img {
	display: block;
	height: 100%;
	max-width: none;
	object-fit: cover;
	width: 100%;
}

body.bbp-v2-active .bbp-v2-family-stage .bbp-v2-family-stage__tabs button {
	color: rgba(255, 255, 255, .65);
}

body.bbp-v2-active .bbp-v2-family-stage .bbp-v2-family-stage__tabs button.is-active {
	color: var(--bbp-v2-cyan);
}

body.bbp-v2-active .bbp-v2-process .bbp-v2-process__controls button {
	background: var(--bbp-v2-brand-dark);
	border: 1px solid var(--bbp-v2-brand-dark);
	border-radius: 0;
	color: var(--bbp-v2-white);
}

body.bbp-v2-active .bbp-v2-process .bbp-v2-process__controls button:hover {
	background: var(--bbp-v2-cyan);
	border-color: var(--bbp-v2-cyan);
}

body.bbp-v2-active .bbp-v2-products .bbp-v2-products__rail button {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--bbp-v2-line);
	border-radius: 0;
	box-shadow: none;
	color: #5a626c;
}

body.bbp-v2-active .bbp-v2-products .bbp-v2-products__rail button.is-active {
	color: var(--bbp-v2-brand);
}

body.bbp-v2-active .bbp-v2-products .bbp-v2-product-card__rfq {
	background: var(--bbp-v2-brand);
	border: 0;
	border-radius: 0;
	color: var(--bbp-v2-white);
}

body.bbp-v2-active .bbp-v2-products .bbp-v2-product-card__rfq:hover {
	background: var(--bbp-v2-accent);
	color: var(--bbp-v2-ink);
}

body.bbp-v2-active .bbp-v2-products .bbp-v2-products__pagination button {
	background: transparent;
	border: 1px solid var(--bbp-v2-line);
	border-radius: 0;
	color: var(--bbp-v2-brand-dark);
}

body.bbp-v2-active .bbp-v2-products .bbp-v2-products__pagination button.is-active {
	background: var(--bbp-v2-brand);
	border-color: var(--bbp-v2-brand);
	color: var(--bbp-v2-white);
}

body.bbp-v2-active .bbp-v2-panel .bbp-v2-panel__backdrop,
body.bbp-v2-active .bbp-v2-panel .bbp-v2-panel__backdrop:hover,
body.bbp-v2-active .bbp-v2-panel .bbp-v2-panel__backdrop:focus,
body.bbp-v2-active .bbp-v2-panel .bbp-v2-panel__backdrop:active {
	background: rgba(3, 11, 20, .72);
	border: 0;
	border-radius: 0;
	color: transparent;
}

body.bbp-v2-active .bbp-v2-panel .bbp-v2-panel__close,
body.bbp-v2-active .bbp-v2-panel .bbp-v2-panel__close:hover,
body.bbp-v2-active .bbp-v2-panel .bbp-v2-panel__close:focus,
body.bbp-v2-active .bbp-v2-panel .bbp-v2-panel__close:active {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--bbp-v2-white);
}

body.bbp-v2-active .bbp-v2-floating-tools button {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	border-radius: 0;
	color: var(--bbp-v2-white);
}

body.bbp-v2-active .bbp-v2-floating-tools button:hover {
	background: var(--bbp-v2-cyan);
	color: var(--bbp-v2-white);
}

body.bbp-v2-active .bbp-v2-catalogue .bbp-v2-catalogue__backdrop {
	background: rgba(3, 11, 20, .86);
	border: 0;
	border-radius: 0;
	color: transparent;
}

body.bbp-v2-active .bbp-v2-catalogue .bbp-v2-catalogue__header button {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 0;
	color: var(--bbp-v2-white);
}

body.bbp-v2-active .bbp-v2-catalogue .bbp-v2-catalogue__group > button {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--bbp-v2-white);
}

/* V2.1.0 reference-composition modules. */
.bbp-v2-home-capabilities {
	background: var(--bbp-v2-white);
}

.bbp-v2-home-capabilities .bbp-v2-home-capabilities__grid,
.bbp-v2-home-capabilities .bbp-v2-home-capabilities__grid > .e-con-inner {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
}

.bbp-v2-home-capability-card {
	--width: 100% !important;
	isolation: isolate;
	justify-content: flex-start;
	min-width: 0;
	overflow: hidden;
	position: relative;
	width: 100% !important;
}

.bbp-v2-home-capability-card::before {
	background: linear-gradient(180deg, rgba(3, 13, 24, .12) 8%, rgba(3, 13, 24, .22) 44%, rgba(3, 13, 24, .92) 100%);
	content: "";
	inset: 0;
	position: absolute;
	transition: background .45s ease;
	z-index: -1;
}

.bbp-v2-home-capability-card:hover::before,
.bbp-v2-home-capability-card:focus-within::before {
	background: linear-gradient(180deg, rgba(3, 13, 24, .2) 2%, rgba(3, 13, 24, .46) 42%, rgba(3, 13, 24, .96) 100%);
}

.bbp-v2-home-capability-card > .elementor-element {
	position: relative;
	z-index: 1;
}

.bbp-v2-home-capability-card__number {
	margin-bottom: auto;
}

.bbp-v2-home-capability-card__title {
	margin-top: auto;
}

.bbp-v2-home-capability-card__copy,
.bbp-v2-home-capability-card__button {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .35s ease, transform .45s var(--bbp-v2-ease);
}

.bbp-v2-home-capability-card:hover .bbp-v2-home-capability-card__copy,
.bbp-v2-home-capability-card:hover .bbp-v2-home-capability-card__button,
.bbp-v2-home-capability-card:focus-within .bbp-v2-home-capability-card__copy,
.bbp-v2-home-capability-card:focus-within .bbp-v2-home-capability-card__button {
	opacity: 1;
	transform: translateY(0);
}

.bbp-v2-process--showcase {
	background: var(--bbp-v2-white);
	padding: clamp(34px, 3vw, 48px) 0 clamp(38px, 3.4vw, 54px);
	position: relative;
}

.bbp-v2-process--showcase .bbp-v2-process__header {
	display: block;
	margin-bottom: clamp(16px, 1.6vw, 24px);
	max-width: 800px;
	padding: 0 var(--bbp-v2-gutter);
	text-align: center;
}

.bbp-v2-process--showcase .bbp-v2-process__header h2 {
	color: var(--bbp-v2-ink);
	font-size: clamp(36px, 3.6vw, 54px);
	line-height: .98;
}

.bbp-v2-process--showcase .bbp-v2-process__description {
	color: #5a626c;
	font-size: clamp(14px, 1.1vw, 16px);
	line-height: 1.5;
	margin: 12px auto 0;
	max-width: 680px;
}

.bbp-v2-process--showcase .bbp-v2-process__controls {
	display: flex;
	inset: 52% var(--bbp-v2-gutter) auto;
	justify-content: space-between;
	pointer-events: none;
	position: absolute;
	z-index: 4;
}

.bbp-v2-process--showcase .bbp-v2-process__controls button {
	pointer-events: auto;
}

.bbp-v2-process__controls button {
	align-items: center;
	display: inline-flex;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.bbp-v2-process__controls button img {
	display: block;
	filter: brightness(0) invert(1);
	height: 22px;
	width: 22px;
}

.bbp-v2-process--showcase .bbp-v2-process__track {
	gap: clamp(18px, 2vw, 32px);
	margin: 0;
	max-width: none;
	padding: 0;
	width: max-content;
}

.bbp-v2-process--showcase .bbp-v2-process__slide {
	background: transparent;
	box-shadow: 0 22px 60px rgba(4, 19, 35, .08);
	flex: 0 0 min(44vw, 820px);
	opacity: .34;
	transform: scale(.76);
	transform-origin: center;
}

.bbp-v2-process--showcase .bbp-v2-process__slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.bbp-v2-process--showcase .bbp-v2-process__media {
	aspect-ratio: 16 / 9;
}

.bbp-v2-process--showcase .bbp-v2-process__number {
	display: none;
}

.bbp-v2-process--showcase .bbp-v2-process__copy {
	display: none;
}

.bbp-v2-process--showcase .bbp-v2-process__copy h3 {
	color: var(--bbp-v2-ink);
	font-size: clamp(24px, 2.25vw, 38px);
}

.bbp-v2-process--showcase .bbp-v2-process__dots {
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: clamp(14px, 1.5vw, 22px);
}

.bbp-v2-process--showcase .bbp-v2-process__dots button {
	background: transparent;
	border: 2px solid #a9afb7;
	border-radius: 50%;
	height: 13px;
	padding: 0;
	width: 13px;
}

.bbp-v2-process--showcase .bbp-v2-process__dots button.is-active {
	background: var(--bbp-v2-cyan);
	border-color: var(--bbp-v2-cyan);
}

.bbp-v2-process--recommendations {
	--bbp-v2-recommendation-gap: 0px;
	--bbp-v2-recommendation-gutter: max(var(--bbp-v2-gutter), calc((100cqw - 1720px) / 2));
	--bbp-v2-recommendation-lane: min(calc(100cqw - 200px), 1520px);
	background: #dedede;
	container-type: inline-size;
	padding: clamp(30px, 2.5vw, 40px) 0 clamp(34px, 2.8vw, 44px);
	position: relative;
}

.bbp-v2-process--recommendations .bbp-v2-process__header {
	display: block;
	margin-bottom: clamp(24px, 2vw, 32px);
	max-width: var(--bbp-v2-content);
	padding: 0 var(--bbp-v2-gutter);
	text-align: center;
}

.bbp-v2-process--recommendations .bbp-v2-process__header h2 {
	color: var(--bbp-v2-ink);
	font-size: clamp(34px, 2.8vw, 44px);
	font-weight: 700;
	line-height: 1;
}

.bbp-v2-process--recommendations .bbp-v2-process__controls {
	display: flex;
	inset: 58% clamp(22px, 3vw, 54px) auto;
	justify-content: space-between;
	pointer-events: none;
	position: absolute;
	transform: translateY(-50%);
	z-index: 4;
}

.bbp-v2-process--recommendations .bbp-v2-process__controls button {
	background: #6d6d6d;
	border: 0;
	border-radius: 50%;
	height: 48px;
	pointer-events: auto;
	width: 48px;
}

body.bbp-v2-active .bbp-v2-process--recommendations .bbp-v2-process__controls button,
body.bbp-v2-active .bbp-v2-process--recommendations .bbp-v2-process__controls button:hover,
body.bbp-v2-active .bbp-v2-process--recommendations .bbp-v2-process__controls button:focus-visible {
	background: #6d6d6d;
	border: 0;
	border-radius: 50%;
}

.bbp-v2-process--recommendations .bbp-v2-process__track {
	gap: var(--bbp-v2-recommendation-gap);
	margin: 0;
	max-width: none;
	padding: 0;
	width: max-content;
}

.bbp-v2-process--recommendations .bbp-v2-process__viewport {
	container-type: inline-size;
	margin: 0 auto;
	overflow: hidden;
	width: var(--bbp-v2-recommendation-lane);
}

.bbp-v2-process--recommendations .bbp-v2-process__slide {
	background: transparent;
	border-left: 1px solid #9fa2a5;
	border-right: 1px solid #9fa2a5;
	display: grid;
	flex: 0 0 calc((100cqw - var(--bbp-v2-recommendation-gap)) / 2);
	grid-template-areas: "copy media";
	grid-template-columns: minmax(240px, .78fr) minmax(300px, 1.22fr);
	height: 300px;
	min-height: 300px;
	opacity: 1;
	overflow: hidden;
	transform: none;
}

.bbp-v2-process--recommendations .bbp-v2-process__media {
	align-items: center;
	aspect-ratio: auto;
	background: var(--bbp-v2-white);
	display: flex;
	grid-area: media;
	height: 300px;
	justify-content: center;
	min-height: 0;
	padding: 10px clamp(16px, 1.8vw, 28px) 14px;
}

.bbp-v2-process--recommendations .bbp-v2-process__media img {
	box-sizing: border-box;
	display: block;
	height: 100% !important;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain !important;
	object-position: center center;
	padding: 0;
	width: 100% !important;
}

.bbp-v2-process--recommendations .bbp-v2-process__number {
	display: none;
}

.bbp-v2-process--recommendations .bbp-v2-process__copy {
	align-self: center;
	grid-area: copy;
	min-height: 0;
	padding: clamp(18px, 1.8vw, 30px);
}

.bbp-v2-process--recommendations .bbp-v2-process__copy .bbp-v2-kicker {
	display: none;
}

.bbp-v2-process--recommendations .bbp-v2-process__copy h3 {
	color: var(--bbp-v2-ink);
	font-size: clamp(27px, 2.1vw, 34px);
	line-height: 1;
}

.bbp-v2-process--recommendations .bbp-v2-process__copy > p:not(.bbp-v2-kicker) {
	font-size: clamp(15px, 1.05vw, 18px);
	line-height: 1.25;
	margin-bottom: 14px;
}

.bbp-v2-process--recommendations .bbp-v2-text-link {
	background: var(--bbp-v2-white);
	border-radius: 50%;
	color: var(--bbp-v2-ink);
	font-size: 0;
	height: 42px;
	justify-content: center;
	min-height: 42px;
	padding: 0;
	width: 42px;
}

.bbp-v2-process--recommendations .bbp-v2-text-link::after {
	display: none;
}

.bbp-v2-process--recommendations .bbp-v2-text-link i {
	display: block;
	font-size: 15px;
}

.bbp-v2-related-section--home .bbp-v2-related {
	/* Direct structural translation of the reference Home "index_page5" module. */
	max-width: 1520px;
	padding: 20px 0 120px;
}

.bbp-v2-related-section--home .bbp-v2-related__heading {
	color: var(--bbp-v2-ink);
	font-size: 45px;
	font-weight: 600;
	margin: 0 0 50px;
	text-align: left;
}

.bbp-v2-related-section--home .bbp-v2-related__grid {
	gap: 0 65px;
}

.bbp-v2-related-section--home .bbp-v2-related-card {
	background: transparent;
	border: 0;
	min-height: 0;
	overflow: visible;
}

.bbp-v2-related-section--home .bbp-v2-related-card__media {
	aspect-ratio: auto;
	height: auto;
}

.bbp-v2-related-section--home .bbp-v2-related-card__media img {
	display: block;
	height: auto;
	object-fit: initial;
}

.bbp-v2-related-section--home .bbp-v2-related-card__copy {
	border-left: 2px solid #ccc;
	box-sizing: border-box;
	min-height: 185px;
	padding: 30px 10px 0 20px;
}

.bbp-v2-related-section--home .bbp-v2-related-card__copy .bbp-v2-kicker {
	display: none;
}

.bbp-v2-related-section--home .bbp-v2-related-card__copy h3 {
	color: #333;
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 27px;
}

.bbp-v2-related-section--home .bbp-v2-related-card__copy > p:not(.bbp-v2-kicker) {
	color: #333;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	margin: 0;
}

.bbp-v2-related-section--home .bbp-v2-related-card__copy .bbp-v2-text-link {
	display: block;
	float: right;
	font-size: 16px;
	font-weight: 300;
	margin: 10px 10px 0 0;
	padding: 5px 11px;
}

.bbp-v2-related-section--home .bbp-v2-related-card:hover .bbp-v2-text-link,
.bbp-v2-related-section--home .bbp-v2-related-card:focus-within .bbp-v2-text-link {
	background: var(--bbp-v2-brand);
	border-radius: 5px;
	color: var(--bbp-v2-white);
}

@media (max-width: 1200px) {
	/* The source Home hides this desktop resource module below the desktop breakpoint. */
	.bbp-v2-related-section--home {
		display: none;
	}
}

.bbp-v2-rfq-section--reference {
	background: #f2f4f7;
	color: var(--bbp-v2-ink);
	display: block;
	padding: clamp(42px, 3.5vw, 54px) var(--bbp-v2-gutter);
}

.bbp-v2-rfq-section--reference .bbp-v2-rfq-section__intro {
	margin: 0 auto clamp(20px, 2vw, 28px);
	max-width: 980px;
	text-align: center;
}

.bbp-v2-rfq-section--reference .bbp-v2-rfq-section__intro h2 {
	color: var(--bbp-v2-ink);
	font-size: clamp(40px, 3.7vw, 54px);
	line-height: 1;
	margin-bottom: 16px;
}

.bbp-v2-rfq-section--reference .bbp-v2-rfq-section__intro > p:not(.bbp-v2-kicker) {
	color: #5a626c;
	font-size: clamp(15px, 1.25vw, 18px);
}

.bbp-v2-rfq-section--reference .bbp-v2-rfq-section__form {
	margin: 0 auto;
	max-width: 980px;
}

.bbp-v2-rfq-form-wrap--inline-reference .bbp-v2-rfq-form__notice {
	background: transparent;
	border: 0;
	color: #68717c;
	font-size: 11px;
	margin: 0 0 18px;
	padding: 0;
	text-align: center;
}

.bbp-v2-rfq-form-wrap--inline-reference .bbp-v2-rfq-form__grid {
	gap: 10px 12px;
}

.bbp-v2-rfq-form-wrap--inline-reference .bbp-v2-field > label:not(:has(input)) {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.bbp-v2-rfq-form-wrap--inline-reference .bbp-v2-field :where(input:not([type="checkbox"]), textarea) {
	background: var(--bbp-v2-white);
	border: 1px solid #cfd5dc;
	color: var(--bbp-v2-ink);
	min-height: 50px;
	padding: 12px 16px;
}

.bbp-v2-rfq-form-wrap--inline-reference .bbp-v2-field textarea {
	height: 112px;
	min-height: 112px;
}

.bbp-v2-rfq-form-wrap--inline-reference .bbp-v2-field :where(input:not([type="checkbox"]), textarea):focus {
	border-color: var(--bbp-v2-brand);
	box-shadow: 0 0 0 2px rgba(8, 60, 120, .12);
	outline: 0;
}

.bbp-v2-rfq-form-wrap--inline-reference .bbp-v2-field--privacy {
	color: #5a626c;
	margin: 12px auto;
	max-width: 720px;
}

@media (min-width: 1100px) {
	.bbp-v2-footer__main > .e-con-inner {
		padding: 32px 48px 26px !important;
	}

	.bbp-v2-footer__main-row {
		flex-wrap: nowrap !important;
		gap: 24px !important;
		padding: 0 !important;
	}

	.bbp-v2-footer__main-row > .e-con {
		gap: 6px !important;
		padding: 0 !important;
	}

	.bbp-v2-footer__brand {
		--width: 31% !important;
		width: 31% !important;
	}

	.bbp-v2-footer__column--navigation {
		--width: 18% !important;
		width: 18% !important;
	}

	.bbp-v2-footer__column--products {
		--width: 23% !important;
		width: 23% !important;
	}

	.bbp-v2-footer__column--contact {
		--width: 20% !important;
		width: 20% !important;
	}

	.bbp-v2-footer__column .elementor-button,
	.bbp-v2-footer__column .elementor-button-content-wrapper {
		font-size: 13px !important;
		line-height: 1.2 !important;
	}

	.bbp-v2-footer__column .elementor-button {
		padding: 4px 0 !important;
	}

	.bbp-v2-footer__legal > .e-con-inner {
		padding: 14px 48px !important;
	}

	.bbp-v2-footer__legal-row {
		padding: 0 !important;
	}
}

.bbp-v2-rfq-form-wrap--inline-reference .bbp-v2-rfq-form__submit {
	background: var(--bbp-v2-brand);
	border: 1px solid var(--bbp-v2-brand);
	color: var(--bbp-v2-white);
	display: block;
	margin: 0 auto;
	min-width: min(100%, 360px);
}

.bbp-v2-rfq-form-wrap--inline-reference .bbp-v2-rfq-form__submit:hover,
.bbp-v2-rfq-form-wrap--inline-reference .bbp-v2-rfq-form__submit:focus-visible {
	background: var(--bbp-v2-cyan);
	border-color: var(--bbp-v2-cyan);
}

@media (max-width: 1024px) {
	.bbp-v2-home-capabilities {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}

	.bbp-v2-home-capability-card__copy,
	.bbp-v2-home-capability-card__button {
		display: none;
	}

	.bbp-v2-process--showcase .bbp-v2-process__slide {
		flex-basis: min(72vw, 720px);
	}

	.bbp-v2-process--recommendations {
		--bbp-v2-recommendation-lane: min(calc(100cqw - 72px), 1080px);
	}

	.bbp-v2-process--recommendations .bbp-v2-process__slide {
		flex-basis: 100cqw;
		grid-template-columns: minmax(0, .92fr) minmax(210px, 1.08fr);
	}
}

@media (max-width: 767px) {
	.bbp-v2-home-capabilities {
		padding: 34px 8px !important;
	}

	.bbp-v2-home-capabilities .bbp-v2-home-capabilities__grid,
	.bbp-v2-home-capabilities .bbp-v2-home-capabilities__grid > .e-con-inner {
		gap: 1px;
	}

	.bbp-v2-home-capability-card {
		min-height: 330px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.bbp-v2-home-capability-card__number {
		font-size: 10px;
	}

	.bbp-v2-process--showcase {
		padding-bottom: 70px;
		padding-top: 64px;
	}

	.bbp-v2-process--showcase .bbp-v2-process__header {
		margin-bottom: 32px;
	}

	.bbp-v2-process--showcase .bbp-v2-process__header h2,
	.bbp-v2-process--recommendations .bbp-v2-process__header h2 {
		font-size: clamp(36px, 11vw, 52px);
	}

	.bbp-v2-process--showcase .bbp-v2-process__description {
		font-size: 14px;
	}

	.bbp-v2-process--showcase .bbp-v2-process__controls {
		display: none;
	}

	.bbp-v2-process--showcase .bbp-v2-process__track {
		gap: 14px;
		padding: 0;
	}

	.bbp-v2-process--showcase .bbp-v2-process__slide {
		box-shadow: 0 15px 38px rgba(4, 19, 35, .08);
		flex-basis: calc(100vw - 48px);
		opacity: .32;
		transform: scale(.92);
	}

	.bbp-v2-process--showcase .bbp-v2-process__copy {
		min-height: 190px;
		padding: 24px 20px;
	}

	.bbp-v2-process--recommendations {
		--bbp-v2-recommendation-lane: 100cqw;
		padding-bottom: 46px;
		padding-top: 38px;
	}

	.bbp-v2-process--recommendations .bbp-v2-process__header {
		padding: 0 20px;
	}

	.bbp-v2-process--recommendations .bbp-v2-process__controls button {
		height: 46px;
		width: 46px;
	}

	.bbp-v2-process--recommendations .bbp-v2-process__track {
		gap: 14px;
		padding: 0;
	}

	.bbp-v2-process--recommendations .bbp-v2-process__slide {
		display: flex;
		flex-direction: column-reverse;
		flex-basis: 100cqw;
		height: auto;
		min-height: 0;
		overflow: visible;
	}

	.bbp-v2-process--recommendations .bbp-v2-process__media {
		aspect-ratio: 4 / 3;
		height: auto;
		min-height: 0;
		padding: 8px 16px;
	}

	.bbp-v2-process--recommendations .bbp-v2-process__media img {
		height: auto !important;
		max-height: none;
		width: 100% !important;
	}

	.bbp-v2-process--recommendations .bbp-v2-process__copy {
		padding: 28px 24px 34px;
	}

	.bbp-v2-process--recommendations .bbp-v2-process__copy h3 {
		font-size: clamp(32px, 10vw, 40px);
	}

	.bbp-v2-rfq-section--reference {
		padding-left: 20px;
		padding-right: 20px;
	}

	.bbp-v2-rfq-form-wrap--inline-reference .bbp-v2-rfq-form__grid {
		grid-template-columns: 1fr;
	}

	.bbp-v2-rfq-form-wrap--inline-reference .bbp-v2-field--wide {
		grid-column: auto;
	}

	.bbp-v2-rfq-form-wrap--inline-reference .bbp-v2-rfq-form__submit {
		width: 100%;
	}
}

/* Home product-family stage: synchronous reference-carousel architecture.
 * This is intentionally scoped to the Home section so other editable product
 * widgets keep their independent layouts. */
.bbp-v2-home-family {
	background: #151719 !important;
	overflow: hidden;
}

.bbp-v2-home-family .bbp-v2-family-stage {
	background:
		radial-gradient(ellipse at 50% 43%, rgba(24, 43, 58, .82) 0%, rgba(21, 24, 28, .88) 42%, #151719 76%),
		#151719;
	color: var(--bbp-v2-white);
	display: grid;
	grid-template-rows: minmax(0, 1fr) 128px;
	height: clamp(760px, 100svh, 930px);
	min-height: 0;
	position: relative;
}

.bbp-v2-home-family .bbp-v2-family-stage__section-heading {
	display: none;
}

.bbp-v2-home-family .bbp-v2-family-stage__filters {
	height: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 0;
}

.bbp-v2-home-family .bbp-v2-family-stage__viewport {
	min-height: 0;
	overflow: hidden;
	position: relative;
}

.bbp-v2-home-family .bbp-v2-family-stage__panel {
	display: block;
	inset: 0;
	min-height: 0;
	position: absolute;
}

.bbp-v2-home-family .bbp-v2-family-stage__panel.is-active {
	animation: bbp-v2-family-stage-enter .5s ease both;
	height: 100%;
	position: relative;
}

.bbp-v2-home-family .bbp-v2-family-stage__copy {
	margin: 0 auto;
	max-width: 1040px;
	padding: clamp(30px, 4vh, 58px) var(--bbp-v2-gutter) 0;
	position: relative;
	text-align: center;
	z-index: 3;
}

.bbp-v2-home-family .bbp-v2-family-stage__copy .bbp-v2-kicker {
	color: var(--bbp-v2-cyan);
	font-size: 11px;
	letter-spacing: .19em;
	margin-bottom: 14px;
}

.bbp-v2-home-family .bbp-v2-family-stage__copy h2 {
	font-size: clamp(30px, 2.45vw, 46px);
	letter-spacing: .055em;
	line-height: 1.06;
	margin: 0;
	max-width: 100%;
	text-transform: uppercase;
	white-space: nowrap;
}

.bbp-v2-home-family .bbp-v2-family-stage__copy > p:not(.bbp-v2-kicker) {
	color: rgba(255, 255, 255, .82);
	font-size: clamp(13px, .92vw, 16px);
	line-height: 1.5;
	margin: 8px auto 0;
	max-width: 880px;
}

.bbp-v2-home-family .bbp-v2-family-stage__copy .bbp-v2-text-link {
	color: var(--bbp-v2-white);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: .02em;
	margin-top: 12px;
	text-transform: none;
}

.bbp-v2-home-family .bbp-v2-family-stage__copy .bbp-v2-text-link::after {
	content: "\2192";
	font-size: 17px;
	line-height: .8;
	transition: transform .2s ease;
}

.bbp-v2-home-family .bbp-v2-family-stage__copy .bbp-v2-text-link:hover::after,
.bbp-v2-home-family .bbp-v2-family-stage__copy .bbp-v2-text-link:focus-visible::after {
	transform: translateX(4px);
}

.bbp-v2-home-family .bbp-v2-family-stage__visual {
	align-items: center;
	display: flex;
	inset: 164px 0 0;
	justify-content: center;
	min-height: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 1;
}

.bbp-v2-home-family .bbp-v2-family-stage__mark {
	color: transparent;
	font-size: clamp(320px, 52vw, 900px);
	font-weight: 800;
	left: 50%;
	letter-spacing: -.12em;
	line-height: .72;
	position: absolute;
	top: 49%;
	transform: translate(-50%, -50%);
	-webkit-text-stroke: 2px rgba(18, 175, 195, .66);
	white-space: nowrap;
	z-index: 0;
}

.bbp-v2-home-family .bbp-v2-family-stage__media {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	max-width: 720px;
	position: relative;
	width: min(51vw, 720px);
	z-index: 2;
}

.bbp-v2-home-family .bbp-v2-family-stage__visual > img,
.bbp-v2-home-family .bbp-v2-family-stage__media img {
	filter: var(--bbp-v2-family-cutout, none) drop-shadow(0 32px 34px rgba(0, 0, 0, .52));
	height: min(64vh, 610px);
	mix-blend-mode: normal;
	object-fit: contain;
	position: relative;
	transition: transform .45s ease;
	width: 100%;
	z-index: 1;
}

.bbp-v2-home-family .bbp-v2-family-stage__media:hover img,
.bbp-v2-home-family .bbp-v2-family-stage__media:focus-visible img {
	transform: scale(1.025);
}

.bbp-v2-home-family .bbp-v2-family-stage__arrows {
	left: 0;
	padding: 0 clamp(24px, 4vw, 78px);
	right: 0;
	top: 56%;
	transform: translateY(-50%);
	z-index: 5;
}

.bbp-v2-home-family .bbp-v2-family-stage__arrows button {
	background: rgba(255, 255, 255, .075);
	border: 0;
	border-radius: 50%;
	box-shadow: none;
	height: 72px;
	transition: background .2s ease, transform .2s ease;
	width: 72px;
}

.bbp-v2-home-family .bbp-v2-family-stage__arrows button:hover,
.bbp-v2-home-family .bbp-v2-family-stage__arrows button:focus-visible {
	background: rgba(18, 175, 195, .82);
	transform: scale(1.05);
}

.bbp-v2-home-family .bbp-v2-family-stage__tabs {
	border-top: 1px solid rgba(255, 255, 255, .26);
	display: flex;
	height: 128px;
	min-height: 128px;
	overflow: hidden;
	position: relative;
	z-index: 4;
}

.bbp-v2-home-family .bbp-v2-family-stage__tabs button {
	align-items: center;
	border: 0;
	color: rgba(255, 255, 255, .84);
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	font-size: clamp(10px, .76vw, 13px);
	font-weight: 500;
	justify-content: center;
	line-height: 1.18;
	min-width: 0;
	padding: 0 12px 13px;
	text-wrap: balance;
	white-space: normal;
}

.bbp-v2-home-family .bbp-v2-family-stage__tabs button::before {
	display: none;
}

.bbp-v2-home-family .bbp-v2-family-stage__tabs button > span {
	background: #151719;
	border: 3px solid currentColor;
	height: 17px;
	margin: -9px 0 11px;
	width: 17px;
}

.bbp-v2-home-family .bbp-v2-family-stage__tabs button.is-active {
	color: var(--bbp-v2-cyan);
}

.bbp-v2-home-family .bbp-v2-family-stage__tabs button:focus-visible,
.bbp-v2-home-family .bbp-v2-family-stage__arrows button:focus-visible,
.bbp-v2-home-family .bbp-v2-family-stage__media:focus-visible,
.bbp-v2-home-family .bbp-v2-family-stage__copy .bbp-v2-text-link:focus-visible {
	outline: 2px solid var(--bbp-v2-cyan);
	outline-offset: 4px;
}

@keyframes bbp-v2-family-stage-enter {
	from { opacity: 0; }
	to { opacity: 1; }
}

@media (max-width: 1200px) {
	.bbp-v2-home-family .bbp-v2-family-stage {
		height: 860px;
	}

	.bbp-v2-home-family .bbp-v2-family-stage__visual {
		inset: 176px 0 0;
	}

	.bbp-v2-home-family .bbp-v2-family-stage__media {
		width: min(60vw, 680px);
	}
}

@media (max-width: 1024px) {
	.bbp-v2-home-family {
		scroll-margin-top: 90px;
	}

	.bbp-v2-home-family .bbp-v2-family-stage {
		height: 880px;
		grid-template-rows: minmax(0, 1fr) 122px;
	}

	.bbp-v2-home-family .bbp-v2-family-stage__copy {
		max-width: 780px;
		padding-top: 106px;
	}

	.bbp-v2-home-family .bbp-v2-family-stage__copy h2 {
		font-size: clamp(27px, 4vw, 40px);
		white-space: normal;
	}

	.bbp-v2-home-family .bbp-v2-family-stage__visual {
		inset: 248px 0 0;
	}

	.bbp-v2-home-family .bbp-v2-family-stage__mark {
		font-size: clamp(280px, 58vw, 620px);
	}

	.bbp-v2-home-family .bbp-v2-family-stage__media {
		width: min(71vw, 660px);
	}

	.bbp-v2-home-family .bbp-v2-family-stage__visual > img,
	.bbp-v2-home-family .bbp-v2-family-stage__media img {
		height: 460px;
	}

	.bbp-v2-home-family .bbp-v2-family-stage__arrows {
		padding: 0 28px;
		top: 58%;
	}

	.bbp-v2-home-family .bbp-v2-family-stage__tabs button {
		font-size: 10px;
		padding-left: 7px;
		padding-right: 7px;
	}
}

@media (max-width: 767px) {
	.bbp-v2-home-family .bbp-v2-family-stage {
		display: block;
		height: 620px;
		min-height: 620px;
	}

	.bbp-v2-home-family .bbp-v2-family-stage__viewport {
		height: 620px;
	}

	.bbp-v2-home-family .bbp-v2-family-stage__copy {
		max-width: min(100% - 72px, 480px);
		padding: 92px 0 0;
	}

	.bbp-v2-home-family .bbp-v2-family-stage__copy .bbp-v2-kicker {
		font-size: 9px;
		margin-bottom: 10px;
	}

	.bbp-v2-home-family .bbp-v2-family-stage__copy h2 {
		font-size: clamp(24px, 7.4vw, 34px);
		letter-spacing: .035em;
	}

	.bbp-v2-home-family .bbp-v2-family-stage__copy > p:not(.bbp-v2-kicker) {
		display: -webkit-box;
		font-size: 12px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.bbp-v2-home-family .bbp-v2-family-stage__copy .bbp-v2-text-link {
		font-size: 12px;
		margin-top: 8px;
	}

	.bbp-v2-home-family .bbp-v2-family-stage__visual {
		inset: 250px 0 0;
	}

	.bbp-v2-home-family .bbp-v2-family-stage__mark {
		font-size: clamp(210px, 75vw, 360px);
		top: 48%;
	}

	.bbp-v2-home-family .bbp-v2-family-stage__media {
		width: min(94vw, 390px);
	}

	.bbp-v2-home-family .bbp-v2-family-stage__visual > img,
	.bbp-v2-home-family .bbp-v2-family-stage__media img {
		height: 330px;
	}

	.bbp-v2-home-family .bbp-v2-family-stage__arrows {
		padding: 0 10px;
		top: 61%;
	}

	.bbp-v2-home-family .bbp-v2-family-stage__arrows button {
		height: 52px;
		width: 52px;
	}

	.bbp-v2-home-family .bbp-v2-family-stage__tabs {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bbp-v2-home-family .bbp-v2-family-stage__panel.is-active {
		animation: none;
	}

	.bbp-v2-home-family .bbp-v2-family-stage__visual > img,
	.bbp-v2-home-family .bbp-v2-family-stage__media img,
	.bbp-v2-home-family .bbp-v2-family-stage__copy .bbp-v2-text-link::after {
		transition: none;
	}
}

/*
 * Products, Solutions and Contact: exact information architecture derived
 * from the locally archived reference source. These selectors deliberately
 * override the earlier V2 experiments rather than changing generic widgets.
 */

/* Products: inside banner -> left category rail -> 3-column image wall. */
.bbp-v2-products-directory--reference .bbp-v2-products {
	max-width: 1920px;
	padding: clamp(46px, 5.5vw, 92px) clamp(24px, 4vw, 78px) clamp(82px, 8vw, 140px);
}

.bbp-v2-products-directory--reference .bbp-v2-products__layout {
	display: grid;
	gap: clamp(32px, 3.1vw, 60px);
	grid-template-columns: minmax(260px, 335px) minmax(0, 1fr);
}

.bbp-v2-products-directory--reference .bbp-v2-products__rail {
	background: transparent;
	border: 0;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	position: static;
}

.bbp-v2-products-directory--reference .bbp-v2-products__rail button,
body.bbp-v2-active .bbp-v2-products-directory--reference .bbp-v2-products__rail button {
	align-items: center;
	background: #e7e7e7;
	border: 0;
	border-bottom: 1px solid #fff;
	color: var(--bbp-v2-ink);
	display: grid;
	font-size: clamp(15px, 1.1vw, 20px);
	font-weight: 400;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) 42px;
	justify-content: stretch;
	margin: 0;
	min-height: 60px;
	padding: 8px 12px 8px 28px;
	text-align: left;
	text-transform: none;
	transition: background .3s ease, color .3s ease, padding .3s ease;
}

.bbp-v2-products-directory--reference .bbp-v2-products__rail button:last-child {
	border-right: 0;
}

.bbp-v2-products-directory--reference .bbp-v2-products__rail button:hover,
.bbp-v2-products-directory--reference .bbp-v2-products__rail button:focus-visible,
.bbp-v2-products-directory--reference .bbp-v2-products__rail button.is-active,
body.bbp-v2-active .bbp-v2-products-directory--reference .bbp-v2-products__rail button.is-active {
	background: var(--bbp-v2-brand);
	color: var(--bbp-v2-white);
	font-weight: 600;
	padding-left: 32px;
}

.bbp-v2-products-directory--reference .bbp-v2-products__rail-icon {
	align-items: center;
	display: flex;
	height: 42px;
	justify-content: center;
	overflow: hidden;
	width: 42px;
}

.bbp-v2-products-directory--reference .bbp-v2-products__rail-icon img {
	height: 100%;
	object-fit: contain;
	transition: filter .3s ease, transform .3s ease;
	width: 100%;
}

.bbp-v2-products-directory--reference .bbp-v2-products__rail button:hover .bbp-v2-products__rail-icon img,
.bbp-v2-products-directory--reference .bbp-v2-products__rail button:focus-visible .bbp-v2-products__rail-icon img,
.bbp-v2-products-directory--reference .bbp-v2-products__rail button.is-active .bbp-v2-products__rail-icon img {
	filter: brightness(0) invert(1);
	transform: translateX(3px);
}

.bbp-v2-products-directory--reference .bbp-v2-products__grid {
	gap: clamp(28px, 3vw, 48px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bbp-v2-products-directory--reference .bbp-v2-product-card {
	aspect-ratio: 1 / 1;
	background: #f7f8f9;
	border: 0;
}

.bbp-v2-products-directory--reference .bbp-v2-product-card__main {
	display: block;
	padding: 0;
}

.bbp-v2-products-directory--reference .bbp-v2-product-card__visual {
	height: 100%;
	padding: clamp(14px, 2vw, 34px);
}

.bbp-v2-products-directory--reference .bbp-v2-product-card__visual img {
	height: 100%;
	max-height: none;
	max-width: none;
	object-fit: contain;
	width: 100%;
}

.bbp-v2-products-directory--reference .bbp-v2-product-card__rfq {
	background: rgba(6, 31, 58, .92);
	border: 1px solid rgba(255, 255, 255, .82);
	bottom: 16px;
	height: 46px;
	right: 16px;
	width: 46px;
}

/* Solutions: header lanes plus a 3-column, offset application image wall. */
.bbp-v2-solutions-areas {
	background: #fff;
	padding: 0 max(var(--bbp-v2-gutter), calc((100vw - 1520px) / 2)) clamp(120px, 10vw, 180px);
}

.bbp-v2-solutions-areas > .e-con-inner {
	max-width: 1520px !important;
}

.bbp-v2-solutions-areas__intro,
.bbp-v2-solutions-areas__intro > .e-con-inner {
	align-items: center !important;
	display: grid !important;
	gap: clamp(42px, 8vw, 160px) !important;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
	height: clamp(330px, 31vw, 445px);
	margin: 0;
	max-width: none;
	text-align: left;
	position: relative;
	z-index: 2;
}

.bbp-v2-solutions-areas__intro .elementor-heading-title {
	color: #000 !important;
	font-size: clamp(46px, 4.7vw, 72px) !important;
	line-height: 1 !important;
	margin: 0;
	text-transform: none;
}

.bbp-v2-solutions-areas__intro .elementor-widget-text-editor {
	color: #000;
	font-size: 18px;
	line-height: 1.34;
	margin: 0;
	max-width: 412px;
}

.bbp-v2-solutions-areas__grid,
.bbp-v2-solutions-areas__grid > .e-con-inner {
	align-items: start !important;
	display: grid !important;
	gap: clamp(150px, 12vw, 205px) clamp(38px, 6.1vw, 100px) !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	width: 100% !important;
	position: relative;
	z-index: 1;
}

.bbp-v2-solutions-area-card {
	background: transparent;
	overflow: visible;
	width: auto !important;
}

.bbp-v2-solutions-area-card:nth-child(3n + 2) {
	transform: translateY(calc(-1 * clamp(120px, 10vw, 190px)));
}

.bbp-v2-solutions-area-card__image {
	aspect-ratio: 1.18 / 1;
	overflow: hidden;
}

.bbp-v2-solutions-area-card__copy {
	background: transparent;
	min-height: 0;
	padding: 30px 0 0;
}

.bbp-v2-solutions-area-card__copy .elementor-heading-title {
	color: #000 !important;
	font-size: clamp(18px, 1.2vw, 22px) !important;
	font-weight: 400;
	line-height: 1 !important;
}

/* Contact: preserve the separate image banner, then the image-backed ledger. */
.bbp-v2-contact-details {
	background-position: center center !important;
	background-size: cover !important;
	min-height: 760px !important;
}

.bbp-v2-contact-details__intro {
	margin-bottom: clamp(72px, 9vw, 150px);
}

@media (max-width: 1024px) {
	.bbp-v2-products-directory--reference .bbp-v2-products__layout {
		grid-template-columns: 1fr;
	}

	.bbp-v2-products-directory--reference .bbp-v2-products__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.bbp-v2-solutions-areas {
		padding: 0 6% 104px;
	}

	.bbp-v2-solutions-areas__intro,
	.bbp-v2-solutions-areas__intro > .e-con-inner {
		gap: 24px !important;
		grid-template-columns: 1fr;
		height: auto;
		padding: 96px 0 64px;
	}

	.bbp-v2-solutions-areas__grid,
	.bbp-v2-solutions-areas__grid > .e-con-inner {
		gap: 48px 34px !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.bbp-v2-solutions-area-card:nth-child(3n + 2) {
		transform: none;
	}

	.bbp-v2-contact-details {
		min-height: 620px !important;
	}
}

@media (max-width: 767px) {
	.bbp-v2-products-directory--reference .bbp-v2-products {
		padding-left: 16px;
		padding-right: 16px;
	}

	.bbp-v2-products-directory--reference .bbp-v2-products__rail button,
	body.bbp-v2-active .bbp-v2-products-directory--reference .bbp-v2-products__rail button {
		font-size: 15px;
		min-height: 56px;
		padding-left: 18px;
	}

	.bbp-v2-products-directory--reference .bbp-v2-products__grid {
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bbp-v2-products-directory--reference .bbp-v2-product-card__rfq {
		bottom: 10px;
		height: 40px;
		right: 10px;
		width: 40px;
	}

	.bbp-v2-solutions-areas {
		padding: 0 20px 80px;
	}

	.bbp-v2-solutions-areas__intro,
	.bbp-v2-solutions-areas__intro > .e-con-inner {
		padding: 64px 0 42px;
	}

	.bbp-v2-solutions-areas__intro .elementor-heading-title {
		font-size: clamp(38px, 11vw, 52px) !important;
	}

	.bbp-v2-solutions-areas__grid,
	.bbp-v2-solutions-areas__grid > .e-con-inner {
		gap: 42px !important;
		grid-template-columns: 1fr !important;
	}

	.bbp-v2-solutions-area-card__image {
		aspect-ratio: 1.35 / 1;
	}

	.bbp-v2-contact-details {
		min-height: 0 !important;
	}
}

/* Brand-curve timeline breakpoint overrides. Kept last so they win over the
 * legacy interactive-timeline media rules above. */
@media (max-width: 1200px) {
	.bbp-v2-milestone--brand-curve .bbp-v2-milestone__inner {
		padding-inline: var(--bbp-v2-gutter);
	}

	.bbp-v2-milestone--brand-curve .bbp-v2-milestone__intro {
		padding-inline: 0;
	}

	.bbp-v2-milestone--brand-curve .bbp-v2-milestone__stage {
		margin-top: 42px;
	}

	.bbp-v2-milestone--brand-curve .bbp-v2-milestone__canvas {
		height: auto;
		min-width: 0;
	}

	.bbp-v2-milestone--brand-curve .bbp-v2-milestone__curve {
		display: none;
	}

	.bbp-v2-milestone--brand-curve .bbp-v2-milestone__items {
		gap: 38px 32px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		position: relative;
	}

	.bbp-v2-milestone--brand-curve .bbp-v2-milestone__item,
	.bbp-v2-milestone--brand-curve .bbp-v2-milestone__item--1,
	.bbp-v2-milestone--brand-curve .bbp-v2-milestone__item--2,
	.bbp-v2-milestone--brand-curve .bbp-v2-milestone__item--3,
	.bbp-v2-milestone--brand-curve .bbp-v2-milestone__item--4,
	.bbp-v2-milestone--brand-curve .bbp-v2-milestone__item--5 {
		padding-top: 0;
		text-align: left;
	}

	.bbp-v2-milestone--brand-curve .bbp-v2-milestone__copy,
	.bbp-v2-milestone--brand-curve .bbp-v2-milestone__item--5 .bbp-v2-milestone__copy {
		margin-left: 0;
		max-width: 100%;
	}

	.bbp-v2-milestone--brand-curve .bbp-v2-milestone__factory {
		margin-inline: calc(50% - 50vw);
		width: 100vw;
	}
}

@media (max-width: 600px) {
	.bbp-v2-milestone--brand-curve .bbp-v2-milestone__inner {
		padding-top: 72px;
	}

	.bbp-v2-milestone--brand-curve .bbp-v2-milestone__items {
		gap: 34px;
		grid-template-columns: 1fr;
	}

	.bbp-v2-milestone--brand-curve .bbp-v2-milestone__factory img {
		min-height: 190px;
		object-fit: cover;
		object-position: center;
	}
}
