:root {
	--bide-ivory: #f6faf7;
	--bide-cream: #e7f1eb;
	--bide-white: #ffffff;
	--bide-forest: #173f32;
	--bide-forest-dark: #0f2e25;
	--bide-sage: #6f8879;
	--bide-charcoal: #1d2521;
	--bide-muted: #506158;
	--bide-amber: #2f7a5b;
	--bide-amber-text: #245b46;
	--bide-amber-on-dark: #c9efda;
	--bide-border: #cfddd5;
	--bide-border-strong: #b8cec2;
	--bide-control-border: #60776a;
	--bide-surface-soft: #eef5f1;
	--bide-surface-sage: #e3eee8;
	--bide-shadow: 0 22px 60px rgba( 25, 48, 39, 0.12 );
	--bide-shadow-soft: 0 12px 34px rgba( 25, 48, 39, 0.08 );
	--bide-radius-sm: 10px;
	--bide-radius-md: 18px;
	--bide-radius-lg: 28px;
	--bide-content: 1260px;
}

html {
	scroll-behavior: smooth;
}

body.bide-site {
	margin: 0;
	background: var( --bide-white );
	color: var( --bide-charcoal );
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	overflow-x: hidden;
}

body.bide-site a {
	color: inherit;
	touch-action: manipulation;
	-webkit-tap-highlight-color: rgba( 23, 63, 50, .15 );
}

body.bide-site [id] {
	scroll-margin-top: 96px;
}

body.bide-site :where( a, button, input, select, textarea, summary, [tabindex] ):focus-visible {
	outline: 3px solid var( --bide-white );
	outline-offset: 2px;
	box-shadow: 0 0 0 5px var( --bide-forest );
}

body.bide-site img {
	display: block;
	max-width: 100%;
}

body.bide-site :where( h1, h2, h3 ) {
	text-wrap: balance;
}

body.bide-site :where( p, li ) {
	text-wrap: pretty;
}

.bide-main {
	min-height: 60vh;
}

.bide-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba( 255, 255, 255, 0.97 );
	border-bottom: 1px solid rgba( 23, 63, 50, 0.10 );
	box-shadow: 0 3px 18px rgba( 16, 44, 35, 0.05 );
	backdrop-filter: blur( 14px );
}

.bide-header-shell,
.bide-footer-shell,
.bide-section-inner {
	width: min( var( --bide-content ), calc( 100% - 48px ) ) !important;
	margin-inline: auto !important;
}

.bide-header-shell {
	height: 64px;
	min-height: 64px;
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 24px;
}

.bide-header-logo {
	width: 132px !important;
	flex: 0 0 132px !important;
}

.bide-header-logo img {
	width: auto !important;
	height: 44px !important;
	object-fit: contain;
}

.bide-header-nav {
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	justify-content: center;
	gap: 4px;
	flex: 1 1 auto !important;
}

.bide-nav-link,
.bide-nav-link .elementor-button-wrapper {
	display: inline-flex;
}

.bide-nav-link,
.bide-header-cta {
	width: auto !important;
	flex: 0 0 auto !important;
}

.bide-nav-link .elementor-button {
	background: transparent !important;
	color: var( --bide-charcoal ) !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	min-height: 44px;
	padding: 13px 12px !important;
	border: 0 !important;
	border-radius: 8px !important;
}

.bide-nav-link .elementor-button:hover,
.bide-nav-link .elementor-button:focus-visible {
	background: var( --bide-cream ) !important;
	color: var( --bide-forest ) !important;
}

.bide-nav-link .elementor-button[aria-current] {
	background: var( --bide-cream ) !important;
	color: var( --bide-forest ) !important;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
}

.bide-header-cta .elementor-button,
.bide-primary-button .elementor-button,
.bide-form-submit {
	background: var( --bide-forest ) !important;
	color: #fff !important;
	border: 1px solid var( --bide-forest ) !important;
	border-radius: 8px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	padding: 16px 22px !important;
	box-shadow: none !important;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.bide-header-cta .elementor-button:hover,
.bide-primary-button .elementor-button:hover,
.bide-form-submit:hover {
	background: var( --bide-forest-dark ) !important;
	border-color: var( --bide-forest-dark ) !important;
	transform: translateY( -1px );
}

.bide-header-cta .elementor-button:focus-visible,
.bide-primary-button .elementor-button:focus-visible,
.bide-form-submit:focus-visible {
	outline: 3px solid var( --bide-white ) !important;
	outline-offset: 2px;
	box-shadow: 0 0 0 5px var( --bide-forest ) !important;
}

.bide-secondary-button .elementor-button {
	background: rgba( 255, 255, 255, 0.75 ) !important;
	color: var( --bide-forest ) !important;
	border: 1px solid rgba( 23, 63, 50, 0.42 ) !important;
	border-radius: 8px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	padding: 15px 22px !important;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.bide-secondary-button .elementor-button:hover {
	background: var( --bide-white ) !important;
	border-color: var( --bide-forest ) !important;
	transform: translateY( -1px );
}

.bide-mobile-nav-cta {
	display: none !important;
}

.bide-menu-toggle {
	display: none !important;
	width: 44px !important;
	height: 44px !important;
	align-items: center;
	justify-content: center;
}

.bide-menu-toggle .elementor-widget-container {
	width: 100%;
	height: 100%;
}

.bide-menu-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	appearance: none;
	background: var( --bide-white );
	color: var( --bide-forest );
	border: 1px solid var( --bide-control-border );
	border-radius: 8px;
	cursor: pointer;
	font: inherit;
	touch-action: manipulation;
	-webkit-tap-highlight-color: rgba( 23, 63, 50, .15 );
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.bide-menu-button:hover,
.bide-menu-button[aria-expanded="true"] {
	background: var( --bide-cream );
	border-color: var( --bide-forest );
}

.bide-menu-icon {
	display: flex;
	width: 20px;
	height: 16px;
	flex-direction: column;
	justify-content: space-between;
}

.bide-menu-icon span {
	display: block;
	width: 100%;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
	transform-origin: center;
	transition: transform .2s ease, opacity .2s ease;
}

.bide-menu-button[aria-expanded="true"] .bide-menu-icon span:nth-child( 1 ) {
	transform: translateY( 7px ) rotate( 45deg );
}

.bide-menu-button[aria-expanded="true"] .bide-menu-icon span:nth-child( 2 ) {
	opacity: 0;
}

.bide-menu-button[aria-expanded="true"] .bide-menu-icon span:nth-child( 3 ) {
	transform: translateY( -7px ) rotate( -45deg );
}

.bide-menu-button .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect( 0, 0, 0, 0 ) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.bide-section {
	padding: 88px 0;
}

.bide-section--cream {
	background: var( --bide-surface-soft );
}

.bide-section--white {
	background: var( --bide-white );
}

.bide-section--forest {
	background: var( --bide-forest-dark );
	color: #fff;
}

.bide-section--forest .bide-eyebrow .elementor-heading-title,
.bide-section--forest .bide-card-eyebrow .elementor-heading-title,
.bide-inquiry-panel .bide-eyebrow .elementor-heading-title,
.bide-application-content .bide-card-eyebrow .elementor-heading-title {
	color: var( --bide-amber-on-dark ) !important;
}

.bide-section--forest .bide-small-title .elementor-heading-title {
	color: #fff !important;
}

.bide-section--forest .bide-small-copy,
.bide-section--forest .bide-small-copy .elementor-widget-container {
	color: rgba( 255, 255, 255, .86 ) !important;
}

.bide-eyebrow .elementor-heading-title,
.bide-card-eyebrow .elementor-heading-title {
	margin: 0;
	color: var( --bide-amber-text );
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 13px !important;
	font-weight: 800 !important;
	letter-spacing: .10em;
	line-height: 1.4 !important;
	text-transform: uppercase;
}

.bide-display .elementor-heading-title,
.bide-section-title .elementor-heading-title {
	margin: 0;
	color: var( --bide-charcoal );
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500 !important;
	letter-spacing: -.025em;
}

.bide-display .elementor-heading-title {
	font-size: clamp( 46px, 4vw, 60px ) !important;
	line-height: 1.04 !important;
}

.bide-section-title .elementor-heading-title {
	font-size: clamp( 34px, 3.3vw, 50px ) !important;
	line-height: 1.08 !important;
}

.bide-on-dark .elementor-heading-title,
.bide-on-dark .elementor-widget-text-editor,
.bide-on-dark.elementor-widget-text-editor {
	color: #fff !important;
}

.bide-lead,
.bide-lead .elementor-widget-container {
	max-width: 680px;
	color: var( --bide-muted );
	font-size: 19px;
	line-height: 1.65;
}

.bide-hero {
	position: relative;
	isolation: isolate;
	min-height: 560px;
	display: flex !important;
	align-items: center !important;
	background-color: var( --bide-ivory );
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.bide-hero::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background: linear-gradient( 90deg, rgba( 246, 250, 247, .99 ) 0%, rgba( 246, 250, 247, .96 ) 34%, rgba( 246, 250, 247, .64 ) 52%, rgba( 246, 250, 247, .05 ) 72% );
	content: "";
	pointer-events: none;
}

.bide-hero-inner {
	position: relative;
	z-index: 1;
	padding-block: 64px;
}

.bide-hero-copy {
	width: min( 650px, 52% ) !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 16px;
}

.bide-hero .bide-lead,
.bide-hero .bide-lead .elementor-widget-container {
	font-size: 17px;
	line-height: 1.5;
}

.bide-button-row {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 16px;
	margin-top: 8px;
}

.bide-trust-strip {
	background: var( --bide-surface-soft );
	border-top: 1px solid rgba( 23, 63, 50, 0.08 );
	border-bottom: 1px solid rgba( 23, 63, 50, 0.08 );
	padding: 0 !important;
}

.bide-trust-grid {
	display: grid !important;
	grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
	gap: 0;
	padding: 0 !important;
	margin-block: 0 !important;
}

.bide-trust-item {
	display: grid !important;
	grid-template-columns: 30px 1fr;
	align-items: start;
	gap: 10px;
	padding: 18px 20px;
	border-right: 1px solid var( --bide-border );
}

.bide-trust-item:last-child {
	border-right: 0;
}

.bide-home-factory-intro {
	position: relative;
	overflow: hidden;
	border-top: 1px solid rgba( 23, 63, 50, 0.08 );
}

.bide-home-factory-layout {
	display: grid !important;
	grid-template-columns: minmax( 0, 0.98fr ) minmax( 360px, 1.02fr );
	align-items: center;
	gap: 64px;
}

.bide-home-proof-grid {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 12px;
}

.bide-home-proof-grid .bide-select-card {
	grid-template-columns: 38px 1fr;
	align-items: start;
	gap: 14px;
	background: rgba( 255, 255, 255, .72 );
	border-color: rgba( 23, 63, 50, .16 );
	box-shadow: none;
	padding: 16px 18px;
}

.bide-home-proof-grid .bide-select-card .elementor-icon {
	font-size: 21px !important;
}

.bide-home-proof-grid .bide-small-copy,
.bide-home-proof-grid .bide-small-copy .elementor-widget-container {
	font-size: 14px;
	line-height: 1.5;
}

.bide-home-proof-text,
.bide-home-proof-text .elementor-widget-container {
	margin: 0;
}

.bide-home-proof-list {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
	color: var( --bide-muted );
	font-size: 15px;
	line-height: 1.6;
}

.bide-home-proof-list li {
	position: relative;
	padding-left: 22px;
}

.bide-home-proof-list li::before {
	position: absolute;
	top: .72em;
	left: 0;
	width: 7px;
	height: 7px;
	background: var( --bide-amber );
	border-radius: 50%;
	content: "";
}

.bide-home-proof-list strong {
	color: var( --bide-forest );
}

.bide-home-factory-visuals {
	position: relative;
	display: block !important;
	padding: 14px;
	min-height: 0;
	background: linear-gradient( 145deg, rgba( 255, 255, 255, .96 ) 0%, rgba( 227, 238, 232, .94 ) 100% );
	border: 1px solid rgba( 23, 63, 50, .12 );
	border-radius: 34px;
	box-shadow: 0 26px 70px rgba( 25, 48, 39, .16 );
}

.bide-home-factory-card {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #fff;
	border: 0;
	border-radius: 24px;
	box-shadow: none;
}

.bide-home-factory-card--building {
	width: 100%;
}

.bide-home-factory-image,
.bide-home-factory-image .elementor-widget-container,
.bide-home-factory-image img {
	width: 100%;
}

.bide-home-factory-image img {
	display: block;
	height: 520px;
	min-height: 0;
	object-fit: cover;
	object-position: center center;
}

.bide-home-factory-card--single .bide-factory-caption .elementor-widget-container {
	padding: 18px 20px 20px;
}

.bide-trust-icon .elementor-icon,
.bide-process-icon .elementor-icon {
	color: var( --bide-forest ) !important;
	font-size: 21px !important;
}

.bide-trust-copy {
	display: flex !important;
	flex-direction: column !important;
	gap: 2px !important;
}

.bide-trust-copy .elementor-widget {
	margin: 0 !important;
}

.bide-small-title .elementor-heading-title {
	margin: 0;
	color: var( --bide-charcoal );
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.22 !important;
}

.bide-small-copy,
.bide-small-copy .elementor-widget-container {
	color: var( --bide-muted );
	font-size: 13px;
	line-height: 1.45;
}

.bide-trust-copy .bide-small-copy p {
	margin: 2px 0 0;
}

.bide-section-head {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 8px;
	max-width: 820px;
	margin: 0 auto 36px;
	padding: 0 !important;
	text-align: center;
}

#applications {
	padding-top: 32px;
	padding-bottom: 64px;
}

#applications .bide-section-title .elementor-heading-title {
	font-size: 44px !important;
}

.bide-section-head .bide-lead {
	margin-inline: auto;
}

.bide-card-grid {
	display: grid !important;
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	gap: 26px;
}

.bide-application-card,
.bide-product-card,
.bide-select-card,
.bide-process-card {
	overflow: hidden;
	background: var( --bide-white );
	border: 1px solid rgba( 23, 63, 50, 0.12 );
	border-radius: var( --bide-radius-md );
	box-shadow: var( --bide-shadow-soft );
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.bide-application-card {
	position: relative;
}

.bide-application-image img {
	width: 100%;
	height: 270px;
	object-fit: cover;
	transition: transform .35s ease;
}

.bide-application-image .elementor-widget-container,
.bide-product-image,
.bide-gallery-image .elementor-widget-container,
.bide-factory-image .elementor-widget-container,
.bide-company-documents-image .elementor-widget-container {
	overflow: hidden;
	background: var( --bide-white );
}

.bide-application-content {
	min-height: 196px;
	padding: 24px 24px 26px;
	background: var( --bide-forest );
	color: #fff;
	display: flex !important;
	flex-direction: column !important;
	gap: 10px;
}

.bide-card-title .elementor-heading-title {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 25px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
}

.bide-application-content .bide-card-title .elementor-heading-title,
.bide-application-content .elementor-widget-text-editor {
	color: #fff !important;
}

.bide-card-copy,
.bide-card-copy .elementor-widget-container {
	color: var( --bide-muted );
	font-size: 15px;
	line-height: 1.65;
}

.bide-application-content .bide-card-copy,
.bide-application-content .bide-card-copy .elementor-widget-container {
	color: rgba( 255, 255, 255, .88 );
}

.bide-inline-link .elementor-button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: flex-start;
	background: transparent !important;
	color: var( --bide-amber-text ) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	padding: 10px 0 2px !important;
	border: 0 !important;
}

.bide-inline-link .elementor-button:hover {
	color: var( --bide-forest ) !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.bide-application-content .bide-inline-link .elementor-button,
.bide-section--forest .bide-inline-link .elementor-button,
.bide-site-footer .bide-inline-link .elementor-button {
	color: var( --bide-amber-on-dark ) !important;
}

.bide-application-content .bide-inline-link .elementor-button:hover,
.bide-section--forest .bide-inline-link .elementor-button:hover,
.bide-site-footer .bide-inline-link .elementor-button:hover {
	color: #fff !important;
}

.bide-illustration-note,
.bide-illustration-note .elementor-widget-container {
	margin-top: 14px;
	text-align: left;
}

.bide-illustration-note .elementor-widget-container {
	position: relative;
	overflow: hidden;
	padding: 18px 20px 20px;
	background: linear-gradient( 135deg, rgba( 255, 255, 255, .96 ) 0%, var( --bide-surface-soft ) 100% );
	border: 1px solid rgba( 23, 63, 50, .14 );
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba( 25, 48, 39, .06 );
}

.bide-illustration-note p,
.bide-illustration-note strong,
.bide-illustration-note span {
	display: block;
}

.bide-illustration-note p {
	margin: 0;
}

.bide-illustration-note p::before {
	display: block;
	width: 36px;
	height: 3px;
	margin-bottom: 10px;
	background: var( --bide-amber );
	border-radius: 999px;
	content: "";
}

.bide-illustration-note strong {
	color: var( --bide-forest );
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
}

.bide-illustration-note span {
	margin-top: 6px;
	color: var( --bide-muted );
	font-size: 13.5px;
	line-height: 1.55;
}

.bide-two-column {
	display: grid !important;
	grid-template-columns: minmax( 0, .9fr ) minmax( 0, 1.1fr );
	align-items: center;
	gap: 64px;
}

.bide-stack {
	display: flex !important;
	flex-direction: column !important;
	gap: 20px;
}

.bide-selector-grid {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 14px;
}

.bide-select-card {
	display: grid !important;
	grid-template-columns: 48px 1fr;
	align-items: center;
	gap: 18px;
	padding: 22px 24px;
	box-shadow: 0 8px 24px rgba( 25, 48, 39, .06 );
}

.bide-select-card .elementor-icon {
	color: var( --bide-amber-text ) !important;
	font-size: 26px !important;
}

.bide-product-grid {
	display: grid !important;
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	gap: 24px;
}

.bide-product-card {
	display: flex !important;
	flex-direction: column !important;
	padding: 22px;
	min-width: 0;
}

.bide-product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 250px;
	margin-bottom: 22px;
	padding: 14px;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff;
	border: 1px solid var( --bide-border );
	border-radius: var( --bide-radius-sm );
}

.bide-product-image .elementor-widget-container {
	width: 100%;
}

.bide-product-image img {
	width: 100%;
	height: 220px;
	background: #fff;
	object-fit: contain;
	object-position: center;
}

.bide-product-card .bide-card-title {
	margin-bottom: 10px;
}

.bide-product-grid--products .bide-card-title .elementor-heading-title {
	font-size: clamp( 30px, 2.5vw, 32px ) !important;
	line-height: 1.14 !important;
}

.bide-product-card .bide-inline-link {
	margin-top: auto;
	padding-top: 12px;
}

.bide-concept-image img {
	width: 100%;
	border-radius: var( --bide-radius-lg );
	box-shadow: var( --bide-shadow );
}

.bide-page-hero {
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid rgba( 23, 63, 50, .08 );
}

.bide-page-hero .bide-two-column {
	grid-template-columns: minmax( 0, .92fr ) minmax( 0, 1.08fr );
}

.bide-page-visual {
	display: flex !important;
	flex-direction: column !important;
	gap: 12px;
}

.bide-page-hero-image img {
	width: 100%;
	height: 460px;
	object-fit: cover;
	border-radius: var( --bide-radius-lg );
	box-shadow: var( --bide-shadow );
}

.bide-factory-disclosure {
	max-width: 820px;
}

.bide-factory-gallery {
	display: grid !important;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 24px;
}

.bide-factory-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid var( --bide-border );
	border-radius: var( --bide-radius-md );
	box-shadow: var( --bide-shadow-soft );
}

.bide-factory-card--feature {
	grid-column: 1 / -1;
}

.bide-factory-image,
.bide-factory-image .elementor-widget-container,
.bide-factory-image img {
	width: 100%;
}

.bide-factory-image img {
	display: block;
	height: 640px;
	object-fit: cover;
}

.bide-factory-image--feature img,
.bide-factory-image--exterior img {
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.bide-factory-caption,
.bide-factory-caption .elementor-widget-container {
	margin: 0;
	text-align: left;
}

.bide-factory-caption .elementor-widget-container {
	padding: 18px 20px 20px;
	background: linear-gradient( 135deg, #fff 0%, var( --bide-surface-soft ) 100% );
	border-top: 1px solid var( --bide-border );
}

.bide-factory-caption p,
.bide-factory-caption strong,
.bide-factory-caption span {
	display: block;
}

.bide-factory-caption p {
	margin: 0;
}

.bide-factory-caption p::before {
	display: block;
	width: 34px;
	height: 3px;
	margin-bottom: 10px;
	background: var( --bide-amber );
	border-radius: 999px;
	content: "";
}

.bide-factory-caption strong {
	color: var( --bide-forest );
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.25;
}

.bide-factory-caption span {
	margin-top: 5px;
	color: var( --bide-muted );
	font-size: 13.5px;
	line-height: 1.55;
}

.bide-company-documents-layout {
	display: grid !important;
	grid-template-columns: minmax( 0, 0.82fr ) minmax( 0, 1.18fr );
	align-items: center;
	gap: 64px;
}

.bide-company-documents-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid var( --bide-border );
	border-radius: var( --bide-radius-md );
	box-shadow: var( --bide-shadow-soft );
}

.bide-company-documents-image,
.bide-company-documents-image .elementor-widget-container,
.bide-company-documents-image a,
.bide-company-documents-image img {
	display: block;
	width: 100%;
}

.bide-company-documents-image img {
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.bide-product-hero-image {
	padding: 22px;
	background: #fff;
	border: 1px solid var( --bide-border );
	border-radius: var( --bide-radius-lg );
	box-shadow: var( --bide-shadow-soft );
}

.bide-product-hero-image img {
	width: 100%;
	height: 460px;
	object-fit: contain;
}

.bide-detail-grid {
	display: grid !important;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 20px;
}

.bide-pill-row {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap;
	gap: 10px;
}

.bide-pill {
	width: auto !important;
	padding: 8px 12px;
	background: var( --bide-cream );
	border: 1px solid var( --bide-border );
	border-radius: 999px;
}

.bide-pill .elementor-heading-title {
	margin: 0;
	color: var( --bide-forest );
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

.bide-gallery-grid {
	display: grid !important;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 26px;
}

.bide-gallery-card {
	overflow: hidden;
	padding: 12px 12px 0;
	background: #fff;
	border: 1px solid var( --bide-border );
	border-radius: var( --bide-radius-md );
	box-shadow: var( --bide-shadow-soft );
}

.bide-gallery-image img {
	width: 100%;
	height: 560px;
	object-fit: cover;
	border-radius: 10px;
}

.bide-gallery-card .bide-card-copy {
	min-height: 72px;
	padding: 16px 14px 18px;
	background: var( --bide-surface-soft );
	border-top: 1px solid var( --bide-border );
}

/* Reusable evidence-led product detail V2. */
.bide-product-v2__hero {
	position: relative;
	overflow: hidden;
	padding: 104px 0 112px;
	background:
		radial-gradient( circle at 16% 20%, rgba( 47, 122, 91, .12 ), transparent 32% ),
		linear-gradient( 145deg, #fff 0%, #f6faf7 58%, #e6f0ea 100% );
}

.bide-product-v2__hero-inner {
	display: grid !important;
	grid-template-columns: minmax( 0, .82fr ) minmax( 0, 1.18fr );
	align-items: center;
	gap: clamp( 48px, 6vw, 82px );
}

.bide-product-v2__hero-media {
	min-width: 0;
}

.bide-product-v2__hero-scene-card {
	overflow: hidden;
	background: var( --bide-forest );
	border: 1px solid rgba( 23, 63, 50, .14 );
	border-radius: 26px;
	box-shadow: 0 30px 70px rgba( 20, 55, 43, .12 );
}

.bide-product-v2__hero-scene-image,
.bide-product-v2__placement-image {
	width: 100%;
}

.bide-product-v2__hero-scene-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.bide-product-v2__hero-scene-card--identity .bide-product-v2__hero-scene-image .elementor-widget-container,
.bide-product-v2__hero-scene-card--identity-tall .bide-product-v2__hero-scene-image .elementor-widget-container,
.bide-product-v2__hero-scene-card--identity-compact .bide-product-v2__hero-scene-image .elementor-widget-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: clamp( 390px, 32vw, 450px );
	overflow: hidden;
	box-sizing: border-box;
	padding: clamp( 30px, 4vw, 48px );
	background:
		radial-gradient( circle at 50% 42%, rgba( 47, 122, 91, .07 ), transparent 48% ),
		#fff;
}

.bide-product-v2__hero-scene-card--identity .bide-product-v2__hero-scene-image img,
.bide-product-v2__hero-scene-card--identity-tall .bide-product-v2__hero-scene-image img,
.bide-product-v2__hero-scene-card--identity-compact .bide-product-v2__hero-scene-image img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	aspect-ratio: auto;
	object-fit: contain;
}

.bide-product-v2__hero-scene-caption,
.bide-product-v2__hero-scene-caption .elementor-widget-container,
.bide-product-v2__hero-scene-caption p {
	margin: 0;
}

.bide-product-v2__hero-scene-caption .elementor-widget-container {
	padding: 17px 18px 19px;
	background: linear-gradient( 120deg, rgba( 255, 255, 255, .02 ), rgba( 201, 239, 218, .06 ) );
	border-top: 1px solid rgba( 255, 255, 255, .13 );
}

.bide-product-v2__hero-scene-caption p,
.bide-product-v2__hero-scene-caption strong,
.bide-product-v2__hero-scene-caption span {
	display: block;
}

.bide-product-v2__hero-scene-caption p::before {
	display: block;
	width: 34px;
	height: 3px;
	margin-bottom: 10px;
	background: var( --bide-amber-on-dark );
	border-radius: 999px;
	content: "";
}

.bide-product-v2__hero-scene-caption strong {
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.25;
}

.bide-product-v2__hero-scene-caption span {
	margin-top: 6px;
	color: rgba( 255, 255, 255, .82 );
	font-size: 13px;
	font-weight: 500;
	line-height: 1.55;
}

.bide-product-v2__hero-copy {
	max-width: 560px;
}

.bide-product-v2__snapshot {
	position: relative;
	z-index: 2;
	padding: 0 0 72px;
}

.bide-product-v2__snapshot-grid {
	display: grid !important;
	grid-template-columns: .85fr .7fr 1.15fr 1.7fr;
	margin-top: -38px !important;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba( 23, 63, 50, .12 );
	border-radius: 20px;
	box-shadow: 0 20px 55px rgba( 20, 55, 43, .11 );
}

.bide-product-v2__snapshot-item {
	min-width: 0;
	padding: 24px 22px;
	border-right: 1px solid var( --bide-border );
}

.bide-product-v2__snapshot-item:last-child {
	border-right: 0;
}

.bide-product-v2__snapshot-label .elementor-heading-title,
.bide-product-v2__spec-label .elementor-heading-title {
	margin: 0 0 8px;
	color: var( --bide-amber-text );
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 11px !important;
	font-weight: 900 !important;
	letter-spacing: .08em;
	line-height: 1.35 !important;
	text-transform: uppercase;
}

.bide-product-v2__snapshot-value,
.bide-product-v2__snapshot-value .elementor-widget-container,
.bide-product-v2__snapshot-value p {
	margin: 0;
	color: var( --bide-charcoal );
	font-size: 15px;
	font-weight: 650;
	line-height: 1.5;
}

.bide-product-v2__placement-grid {
	display: grid !important;
	grid-template-columns: minmax( 0, 1.35fr ) minmax( 280px, .65fr );
	align-items: start;
	gap: 26px;
}

.bide-product-v2__placement-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid var( --bide-border );
	border-radius: 20px;
	box-shadow: 0 18px 45px rgba( 25, 48, 39, .08 );
}

.bide-product-v2__placement-image img {
	display: block;
	width: 100%;
	height: 520px;
	object-fit: cover;
}

.bide-product-v2__placement-card--actual {
	width: 100%;
	max-width: 520px;
	justify-self: end;
}

.bide-product-v2__placement-card--actual .bide-product-v2__placement-image img {
	object-position: 50% 46%;
}

.bide-product-v2__placement-grid--single {
	grid-template-columns: minmax( 0, 760px );
	justify-content: center;
}

.bide-product-v2__placement-grid > .bide-product-v2__placement-card--identity:only-child,
.bide-product-v2__placement-grid > .bide-product-v2__placement-card--identity-tall:only-child,
.bide-product-v2__placement-grid > .bide-product-v2__placement-card--identity-compact:only-child {
	grid-column: 1 / -1;
}

.bide-product-v2__placement-card--identity,
.bide-product-v2__placement-card--identity-tall,
.bide-product-v2__placement-card--identity-compact {
	width: 100%;
	justify-self: center;
}

.bide-product-v2__placement-card--identity {
	max-width: 760px;
}

.bide-product-v2__placement-card--identity-tall {
	max-width: 560px;
}

.bide-product-v2__placement-card--identity-compact {
	max-width: 440px;
}

.bide-product-v2__placement-card--identity .bide-product-v2__placement-image .elementor-widget-container,
.bide-product-v2__placement-card--identity-tall .bide-product-v2__placement-image .elementor-widget-container,
.bide-product-v2__placement-card--identity-compact .bide-product-v2__placement-image .elementor-widget-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 520px;
	padding: clamp( 28px, 5vw, 56px );
	box-sizing: border-box;
	background: #fff;
}

.bide-product-v2__placement-card--identity .bide-product-v2__placement-image img,
.bide-product-v2__placement-card--identity-tall .bide-product-v2__placement-image img,
.bide-product-v2__placement-card--identity-compact .bide-product-v2__placement-image img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: contain;
	object-position: center;
}

.bide-product-v2__placement-card--identity-tall .bide-product-v2__placement-image .elementor-widget-container {
	min-height: 600px;
}

.bide-product-v2__placement-card--identity-tall .bide-product-v2__placement-image img {
	max-height: 560px;
}

.bide-product-v2__placement-card--identity-compact .bide-product-v2__placement-image .elementor-widget-container {
	min-height: 460px;
}

.bide-product-v2__placement-card--identity-compact .bide-product-v2__placement-image img {
	max-height: 420px;
}

.bide-product-v2__placement-caption,
.bide-product-v2__placement-caption .elementor-widget-container,
.bide-product-v2__placement-caption p {
	margin: 0;
}

.bide-product-v2__placement-caption .elementor-widget-container {
	padding: 18px 20px 20px;
	background: linear-gradient( 135deg, #fff 0%, var( --bide-surface-soft ) 100% );
	border-top: 1px solid var( --bide-border );
}

.bide-product-v2__placement-caption p,
.bide-product-v2__placement-caption strong,
.bide-product-v2__placement-caption span {
	display: block;
}

.bide-product-v2__placement-caption p::before {
	display: block;
	width: 34px;
	height: 3px;
	margin-bottom: 10px;
	background: var( --bide-amber );
	border-radius: 999px;
	content: "";
}

.bide-product-v2__placement-caption strong {
	color: var( --bide-forest );
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.25;
}

.bide-product-v2__placement-caption span {
	margin-top: 5px;
	color: var( --bide-muted );
	font-size: 13.5px;
	line-height: 1.55;
}

.bide-product-v2__method-grid {
	display: grid !important;
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	gap: 20px;
}

.bide-product-v2__method-step {
	position: relative;
	min-height: 260px;
	padding: 30px 28px;
	background: #fff;
	border: 1px solid var( --bide-border );
	border-top: 4px solid var( --bide-amber );
	border-radius: 18px;
	box-shadow: 0 14px 36px rgba( 25, 48, 39, .07 );
}

.bide-product-v2__method-number .elementor-heading-title {
	margin: 0 0 34px;
	color: rgba( 23, 63, 50, .28 );
	font-family: Georgia, "Times New Roman", serif;
	font-size: 42px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
}

.bide-product-v2__card-title .elementor-heading-title,
.bide-product-v2__rfq-item-title .elementor-heading-title {
	margin: 0 0 12px;
	color: var( --bide-forest );
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
}

.bide-product-v2__card-copy,
.bide-product-v2__card-copy .elementor-widget-container,
.bide-product-v2__card-copy p {
	margin: 0;
	color: var( --bide-muted );
	font-size: 15px;
	line-height: 1.65;
}

.bide-product-v2__information-inner {
	display: grid !important;
	grid-template-columns: minmax( 0, .88fr ) minmax( 0, 1.12fr );
	align-items: start;
	gap: clamp( 52px, 7vw, 94px );
}

.bide-product-v2__spec-list {
	display: grid !important;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 1px;
	overflow: hidden;
	background: var( --bide-border );
	border: 1px solid var( --bide-border );
	border-radius: 20px;
}

.bide-product-v2__spec-row {
	display: block !important;
	min-width: 0;
	padding: 22px 22px 24px;
	background: var( --bide-surface-soft );
}

.bide-product-v2__information-data {
	display: grid !important;
	gap: 14px;
}

.bide-product-v2__spec-label .elementor-heading-title {
	margin-bottom: 0;
}

.bide-product-v2__spec-value,
.bide-product-v2__spec-value .elementor-widget-container,
.bide-product-v2__spec-value p {
	margin: 0;
	color: var( --bide-charcoal );
	font-size: 15px;
	font-weight: 600;
	line-height: 1.55;
}

.bide-product-v2__data-note,
.bide-product-v2__data-note .elementor-widget-container,
.bide-product-v2__data-note p {
	margin: 0;
	color: #6d665d;
	font-size: 12px;
	line-height: 1.55;
}

.bide-product-v2__rfq-head {
	max-width: 800px;
	margin-bottom: 42px;
}

.bide-product-v2__rfq .bide-eyebrow .elementor-heading-title {
	color: var( --bide-amber-on-dark );
}

.bide-product-v2__rfq .bide-lead,
.bide-product-v2__rfq .bide-lead .elementor-widget-container {
	color: rgba( 255, 255, 255, .78 ) !important;
}

.bide-product-v2__rfq-grid {
	display: grid !important;
	grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
	gap: 16px;
}

.bide-product-v2__rfq-item {
	min-height: 190px;
	padding: 24px 22px;
	background: rgba( 255, 255, 255, .07 );
	border: 1px solid rgba( 255, 255, 255, .15 );
	border-radius: 16px;
}

.bide-product-v2__rfq-item-title .elementor-heading-title {
	color: #fff !important;
	font-size: 21px !important;
}

.bide-product-v2__rfq-item-copy,
.bide-product-v2__rfq-item-copy .elementor-widget-container,
.bide-product-v2__rfq-item-copy p {
	margin: 0;
	color: rgba( 255, 255, 255, .74 ) !important;
	font-size: 14px;
	line-height: 1.6;
}

.bide-product-v2__rfq-cta {
	width: max-content !important;
	margin-top: 32px;
}

.bide-product-v2__faq-inner {
	display: grid !important;
	grid-template-columns: minmax( 0, .72fr ) minmax( 0, 1.28fr );
	align-items: start;
	gap: clamp( 46px, 7vw, 90px );
}

/* Compact product category: environment -> repeatable models -> inquiry. */
.bide-category-entry-card .bide-product-image {
	padding: 0;
	background: #e8efe9;
}

.bide-category-entry-card .bide-product-image .elementor-widget-container,
.bide-category-entry-card .bide-product-image a {
	display: block;
	width: 100%;
}

.bide-category-entry-card .bide-product-image img {
	height: 220px;
	background: #e8efe9;
	object-fit: cover;
	object-position: center;
}

.bide-category-v3__hero {
	position: relative;
	min-height: clamp( 350px, 28.5vw, 440px );
	overflow: hidden;
	background: #dce8df;
}

.bide-category-v3__hero-image,
.bide-category-v3__hero-image .elementor-widget-container {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.bide-category-v3__hero-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 58%;
}

.bide-category-v3__hero-overlay-wrap {
	position: relative;
	z-index: 1;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start;
	justify-content: center;
	min-height: clamp( 350px, 28.5vw, 440px );
}

.bide-category-v3__hero-overlay {
	flex: 0 0 auto !important;
	align-self: flex-start;
	width: min( 520px, 48vw );
	min-height: 0;
	height: auto;
	gap: 12px !important;
	padding: 28px 30px;
	background: rgba( 10, 64, 46, .93 );
	border: 1px solid rgba( 255, 255, 255, .12 );
	border-radius: 24px;
	box-shadow: 0 24px 56px rgba( 8, 37, 28, .22 );
}

.bide-category-v3__hero-eyebrow .elementor-heading-title {
	color: rgba( 255, 255, 255, .86 ) !important;
}

.bide-category-v3__hero-title .elementor-heading-title {
	margin: 0;
	color: #fff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp( 38px, 3.25vw, 50px ) !important;
	font-weight: 500 !important;
	line-height: 1.02 !important;
}

.bide-category-v3__hero-lead,
.bide-category-v3__hero-lead .elementor-widget-container,
.bide-category-v3__hero-lead p {
	margin: 0;
	color: rgba( 255, 255, 255, .85 ) !important;
	font-size: 16px;
	line-height: 1.6;
}

.bide-category-v3__hero-cta {
	width: max-content !important;
}

.bide-category-v3__hero-cta .elementor-button,
.bide-category-v3__inquiry-cta .elementor-button {
	min-height: 48px;
	padding: 13px 28px !important;
	background: #f6f4ea !important;
	color: var( --bide-forest ) !important;
	font-weight: 800 !important;
}

.bide-category-v3__models {
	padding: clamp( 30px, 3vw, 42px ) 0 28px;
}

.bide-category-v3__models-inner {
	display: grid !important;
	gap: 22px;
}

.bide-category-v3__models-title .elementor-heading-title {
	margin: 0;
	color: var( --bide-forest );
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp( 38px, 4vw, 54px ) !important;
	font-weight: 500 !important;
	line-height: 1.05 !important;
}

.bide-category-v3__model-list {
	display: grid !important;
	gap: 22px;
}

.bide-category-v3__model-card {
	display: grid !important;
	grid-template-columns: minmax( 0, .92fr ) minmax( 260px, .9fr ) minmax( 240px, .78fr );
	align-items: center;
	min-height: 300px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba( 23, 63, 50, .18 );
	border-radius: 20px;
	box-shadow: 0 14px 40px rgba( 25, 48, 39, .07 );
}

.bide-category-v3__model-copy {
	justify-content: center;
	padding: 34px 12px 34px 38px;
}

.bide-category-v3__model-eyebrow {
	margin-bottom: -2px;
}

.bide-category-v3__model-name .elementor-heading-title {
	margin: 0;
	color: var( --bide-forest );
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp( 30px, 3vw, 42px ) !important;
	font-weight: 500 !important;
	line-height: 1.08 !important;
}

.bide-category-v3__model-description,
.bide-category-v3__model-description .elementor-widget-container,
.bide-category-v3__model-description p {
	margin: 0;
	color: var( --bide-muted );
	font-size: 15px;
	line-height: 1.65;
}

.bide-category-v3__model-link {
	width: max-content !important;
	padding-top: 4px;
}

.bide-category-v3__model-visual,
.bide-category-v3__model-image,
.bide-category-v3__model-image .elementor-widget-container {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.bide-category-v3__model-visual {
	min-height: 300px;
	padding: 22px;
	background: #fff;
}

.bide-category-v3__model-image img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 270px;
	object-fit: contain;
	object-position: center;
}

.bide-category-v3__contexts {
	display: grid !important;
	gap: 14px;
	padding: 28px 36px 28px 14px;
}

.bide-category-v3__context-item {
	display: grid !important;
	grid-template-columns: 30px 1fr;
	align-items: center;
	gap: 12px;
	min-height: 58px;
	padding: 12px 16px;
	background: #fff;
	border: 1px solid var( --bide-border );
	border-radius: 11px;
}

.bide-category-v3__context-icon .elementor-icon {
	color: var( --bide-forest ) !important;
	font-size: 22px !important;
}

.bide-category-v3__context-label .elementor-heading-title {
	margin: 0;
	color: var( --bide-charcoal );
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 14px !important;
	font-weight: 650 !important;
	line-height: 1.35 !important;
}

.bide-category-v3__inquiry-section {
	padding: 28px 0 80px;
}

.bide-category-v3__inquiry-band {
	display: grid !important;
	grid-template-columns: 72px minmax( 0, 1fr ) auto;
	align-items: center;
	gap: 26px;
	padding: 28px 38px;
	background: var( --bide-forest );
	border-radius: 20px;
	box-shadow: 0 18px 45px rgba( 20, 55, 43, .14 );
}

.bide-category-v3__inquiry-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border: 1px solid rgba( 255, 255, 255, .24 );
	border-radius: 16px;
}

.bide-category-v3__inquiry-icon .elementor-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	font-size: 28px !important;
}

.bide-category-v3__inquiry-icon .elementor-icon svg {
	width: 30px;
	height: 30px;
	fill: #fff !important;
}

.bide-category-v3__inquiry-copy-wrap {
	gap: 6px !important;
}

.bide-category-v3__inquiry-title .elementor-heading-title {
	margin: 0;
	color: #fff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp( 27px, 3vw, 38px ) !important;
	font-weight: 500 !important;
	line-height: 1.1 !important;
}

.bide-category-v3__inquiry-copy,
.bide-category-v3__inquiry-copy .elementor-widget-container,
.bide-category-v3__inquiry-copy p {
	margin: 0;
	color: rgba( 255, 255, 255, .78 ) !important;
	font-size: 16px !important;
	line-height: 1.55;
}

.bide-category-v3__inquiry-cta {
	width: max-content !important;
}

@media ( hover: hover ) and ( pointer: fine ) {
	.bide-application-card:hover,
	.bide-product-card:hover,
	.bide-select-card:hover,
	.bide-process-card:hover {
		border-color: rgba( 23, 63, 50, .24 );
		box-shadow: 0 20px 48px rgba( 25, 48, 39, .13 );
		transform: translateY( -4px );
	}

	.bide-application-card:hover .bide-application-image img {
		transform: scale( 1.025 );
	}
}

.bide-page-hero--solutions,
.bide-page-hero--resources {
	background: linear-gradient( 135deg, #ffffff 0%, #e7f1eb 100% );
}

.bide-page-hero--products,
.bide-product-detail-hero {
	background: linear-gradient( 180deg, #fff 0%, #eef5f1 100% );
}

.bide-page-hero--oem {
	background: linear-gradient( 135deg, #ffffff 0%, #f2f7f4 55%, #e3eee8 100% );
}

.bide-page-hero--about {
	background: linear-gradient( 135deg, #ffffff 0%, #e7f1eb 100% );
}

.bide-page-hero--contact {
	background: linear-gradient( 135deg, #ffffff 0%, #f2f7f4 62%, #e3eee8 100% );
}

.bide-page-hero--contact .bide-select-card {
	border-left: 3px solid var( --bide-amber );
}

.bide-page-hero--contact .bide-select-card a {
	color: var( --bide-forest );
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.bide-page-hero--contact .bide-select-card a:hover {
	color: var( --bide-forest-dark );
}

.bide-page-hero--contact .bide-small-copy,
.bide-page-hero--contact .bide-small-copy .elementor-widget-container {
	overflow-wrap: anywhere;
}

.bide-application-detail-hero--outdoor-public {
	background: var( --bide-surface-sage );
}

.bide-application-detail-hero--outdoor-public .bide-two-column > :first-child {
	order: 2;
}

.bide-application-detail-hero--outdoor-public .bide-two-column > :last-child {
	order: 1;
}

.bide-application-detail-hero--distribution-oem {
	background: linear-gradient( 135deg, #ffffff 0%, #e7f1eb 100% );
}

.bide-home-selection .bide-select-card,
.bide-home-planning .bide-concept-image img,
.bide-home-about .bide-two-column {
	border-color: rgba( 23, 63, 50, .18 );
}

/* One intentional image-leading split keeps long pages varied without turning
 * every section into the same zig-zag pattern. DOM order stays unchanged. */
.bide-home-planning .bide-two-column > :first-child {
	order: 2;
}

.bide-home-planning .bide-two-column > :last-child {
	order: 1;
}

.bide-home-about {
	position: relative;
	overflow: hidden;
}

.bide-home-about::after {
	position: absolute;
	right: -140px;
	bottom: -180px;
	width: 420px;
	height: 420px;
	background: radial-gradient( circle, rgba( 47, 122, 91, .16 ) 0%, rgba( 47, 122, 91, 0 ) 70% );
	content: "";
	pointer-events: none;
}

.bide-not-found .bide-section-inner {
	max-width: 1040px;
}

.bide-fact-list {
	display: flex !important;
	flex-direction: column !important;
	gap: 14px;
}

.bide-process-grid {
	display: grid !important;
	grid-template-columns: repeat( 6, minmax( 0, 1fr ) );
	gap: 14px;
}

.bide-process-card {
	position: relative;
	padding: 24px 20px;
	border-top: 3px solid rgba( 47, 122, 91, .72 );
	box-shadow: 0 8px 24px rgba( 25, 48, 39, .05 );
}

.bide-step-number .elementor-heading-title {
	margin: 0 0 16px;
	color: var( --bide-amber-text );
	font-size: 13px !important;
	font-weight: 900 !important;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.bide-faq .elementor-toggle-item {
	margin-bottom: 12px;
	background: #fff;
	border: 1px solid var( --bide-border );
	border-radius: 10px;
	overflow: hidden;
}

.bide-faq .elementor-tab-title,
.bide-faq .elementor-tab-content {
	border: 0 !important;
}

.bide-faq .elementor-tab-title {
	padding: 20px 22px !important;
	color: var( --bide-charcoal ) !important;
	font-weight: 800 !important;
}

.bide-faq .elementor-tab-content {
	padding: 0 22px 22px !important;
	color: var( --bide-muted ) !important;
}

.bide-inquiry-panel {
	padding: 84px 0;
	background: var( --bide-forest-dark );
	color: #fff;
}

.bide-inquiry-layout {
	display: grid !important;
	grid-template-columns: minmax( 0, .78fr ) minmax( 0, 1.22fr );
	align-items: start;
	gap: 72px;
}

.bide-inquiry-copy {
	display: flex !important;
	flex-direction: column !important;
	gap: 20px;
	position: sticky;
	top: 120px;
}

.bide-inquiry-copy .elementor-widget-text-editor {
	color: rgba( 255, 255, 255, .76 );
}

.bide-rfq-shell {
	background: #fff;
	color: var( --bide-charcoal );
	border: 1px solid rgba( 255, 255, 255, .32 );
	border-radius: 22px;
	padding: 30px;
	box-shadow: 0 28px 90px rgba( 0, 0, 0, .22 );
}

.bide-form-context {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	margin: 0 0 18px;
	padding: 11px 13px;
	border: 1px solid rgba( 23, 63, 50, .16 );
	border-radius: 8px;
	background: var( --bide-cream );
	color: var( --bide-charcoal );
	font-size: 14px;
}

.bide-form-context span {
	color: var( --bide-sage-dark );
	font-weight: 700;
}

.bide-form-context strong {
	font-weight: 800;
}

.bide-rfq-form {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 18px;
}

.bide-form-field {
	display: flex;
	flex-direction: column;
	gap: 7px;
	min-width: 0;
}

.bide-form-field--full {
	grid-column: 1 / -1;
}

.bide-form-field label,
.bide-form-field legend {
	color: var( --bide-charcoal );
	font-size: 13px;
	font-weight: 800;
}

.bide-form-field input[type="text"],
.bide-form-field input[type="email"],
.bide-form-field select,
.bide-form-field textarea {
	width: 100%;
	min-height: 48px;
	box-sizing: border-box;
	border: 1px solid var( --bide-control-border );
	border-radius: 8px;
	background: #fff;
	color: var( --bide-charcoal );
	font: inherit;
	font-size: 15px;
	padding: 11px 13px;
}

.bide-form-field textarea {
	min-height: 150px;
	resize: vertical;
}

.bide-form-field input:focus-visible,
.bide-form-field select:focus-visible,
.bide-form-field textarea:focus-visible {
	border-color: var( --bide-forest );
}

.bide-check-grid {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 9px 16px;
}

.bide-check-grid label,
.bide-form-consent label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	min-height: 44px;
	box-sizing: border-box;
	padding: 8px 10px;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 500;
	line-height: 1.45;
}

.bide-check-grid label:hover,
.bide-form-consent label:hover {
	background: var( --bide-cream );
}

.bide-form-consent a {
	color: var( --bide-forest );
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.bide-form-consent a:hover,
.bide-form-consent a:focus-visible {
	color: var( --bide-amber-text );
}

.bide-check-grid input[type="checkbox"],
.bide-form-consent input[type="checkbox"] {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	margin: 1px 0 0;
	accent-color: var( --bide-forest );
}

.bide-form-submit {
	cursor: pointer;
	touch-action: manipulation;
}

.bide-form-notice {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 22px;
	padding: 16px 18px;
	border-radius: 8px;
}

.bide-form-notice--success {
	background: #e7f3ec;
	color: #164b35;
}

.bide-form-notice--error {
	background: #fff0ed;
	color: #8a2f22;
}

.bide-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.bide-footer-shell {
	display: grid !important;
	grid-template-columns: 1.45fr .72fr .72fr .82fr;
	gap: 38px;
	padding-block: 64px 38px;
}

.bide-site-footer {
	background: #0b241c;
	color: #fff;
}

.bide-footer-logo img {
	width: 142px;
	height: auto;
}

.bide-site-footer .bide-footer-heading .elementor-heading-title {
	margin: 0;
	color: rgba( 255, 255, 255, .94 ) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.bide-site-footer .bide-footer-copy,
.bide-site-footer .bide-footer-copy .elementor-widget-container,
.bide-site-footer .bide-footer-copy p {
	color: rgba( 255, 255, 255, .76 ) !important;
	font-size: 14px;
}

.bide-footer-owner-contact {
	display: grid;
	gap: 8px;
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid rgba( 255, 255, 255, .14 );
}

.bide-footer-owner-contact p {
	margin: 0;
	overflow-wrap: anywhere;
}

.bide-footer-owner-contact strong {
	color: rgba( 255, 255, 255, .96 );
}

.bide-footer-owner-contact a {
	color: var( --bide-amber-on-dark ) !important;
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.bide-footer-owner-contact a:hover {
	color: #fff !important;
}

.bide-site-footer .bide-footer-link .elementor-button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: flex-start;
	background: transparent !important;
	color: rgba( 255, 255, 255, .86 ) !important;
	font-size: 14px !important;
	padding: 9px 0 !important;
}

.bide-site-footer .bide-footer-link .elementor-button:hover {
	color: #fff !important;
}

.bide-copyright {
	width: min( var( --bide-content ), calc( 100% - 48px ) );
	margin-inline: auto;
	padding: 22px 0 30px;
	border-top: 1px solid rgba( 255, 255, 255, .12 );
}

.bide-site-footer .bide-copyright,
.bide-site-footer .bide-copyright .elementor-widget-container,
.bide-site-footer .bide-copyright p {
	color: rgba( 255, 255, 255, .68 ) !important;
	font-size: 12px;
}

.bide-fallback-entry {
	width: min( 860px, calc( 100% - 48px ) );
	margin: 60px auto;
}

@media ( max-width: 1100px ) {
	.bide-header-nav {
		gap: 0;
	}

	.bide-nav-link .elementor-button {
		padding-inline: 8px !important;
	}

	.bide-process-grid {
		grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	}
}

@media ( max-width: 900px ) {
	.bide-menu-toggle {
		display: flex !important;
		margin-left: auto;
	}

	.bide-header-cta {
		display: none !important;
	}

	.bide-header-nav {
		display: none !important;
		position: absolute;
		left: 16px;
		right: 16px;
		top: calc( 100% + 8px );
		z-index: 20;
		width: auto !important;
		flex-direction: column !important;
		align-items: stretch;
		max-height: calc( 100vh - 96px );
		overflow-y: auto;
		overscroll-behavior: contain;
		padding: 12px;
		background: #fff;
		border: 1px solid var( --bide-border );
		border-radius: 12px;
		box-shadow: var( --bide-shadow );
	}

	.bide-header-nav.is-open {
		display: flex !important;
	}

	.bide-nav-link,
	.bide-nav-link .elementor-button-wrapper,
	.bide-nav-link .elementor-button {
		width: 100%;
	}

	.bide-nav-link .elementor-button {
		justify-content: flex-start;
		min-height: 48px;
		padding: 14px !important;
	}

	.bide-mobile-nav-cta {
		display: block !important;
		width: 100% !important;
		margin-top: 8px;
	}

	.bide-mobile-nav-cta .elementor-button-wrapper,
	.bide-mobile-nav-cta .elementor-button {
		width: 100%;
	}

	.bide-mobile-nav-cta .elementor-button {
		min-height: 48px;
		justify-content: center;
	}

	.bide-trust-grid {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}

	.bide-home-factory-layout {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.bide-home-proof-grid {
		grid-template-columns: 1fr;
	}

	.bide-home-factory-visuals {
		padding: 12px;
	}

	.bide-home-factory-card--single .bide-home-factory-image img {
		height: 460px;
	}

	.bide-trust-item:nth-child( 2 ) {
		border-right: 0;
	}

	.bide-trust-item:nth-child( -n + 2 ) {
		border-bottom: 1px solid var( --bide-border );
	}

	.bide-card-grid,
	.bide-product-grid {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}

	.bide-two-column,
	.bide-inquiry-layout {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.bide-factory-image img {
		height: 520px;
	}

	.bide-factory-image--feature img,
	.bide-factory-image--exterior img {
		height: auto;
	}

	.bide-page-hero .bide-two-column {
		grid-template-columns: 1fr;
	}

	.bide-gallery-image img {
		height: 440px;
	}

	.bide-inquiry-copy {
		position: static;
	}

	.bide-footer-shell {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}
}

@media ( max-width: 767px ) {
	.bide-header-shell,
	.bide-footer-shell,
	.bide-section-inner,
	.bide-copyright {
		width: min( 100% - 32px, var( --bide-content ) ) !important;
	}

	.bide-header-shell {
		height: 64px;
		min-height: 64px;
	}

	.bide-header-logo {
		width: 104px !important;
		flex-basis: 104px !important;
	}

	.bide-header-logo img {
		width: auto !important;
		height: 42px !important;
	}

	.bide-section {
		padding: 60px 0;
	}

	.bide-home-factory-intro {
		padding-top: 52px;
		padding-bottom: 52px;
	}

	.bide-page-hero {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.bide-hero {
		min-height: 710px;
		align-items: flex-start !important;
		background-size: auto 46% !important;
		background-position: right bottom !important;
	}

	.bide-hero::before {
		background: linear-gradient( 180deg, rgba( 246, 250, 247, 1 ) 0%, rgba( 246, 250, 247, .98 ) 52%, rgba( 246, 250, 247, .24 ) 72%, rgba( 246, 250, 247, 0 ) 100% );
	}

	.bide-hero-inner {
		padding-block: 52px 310px;
	}

	.bide-hero-copy {
		width: 100% !important;
		gap: 18px;
	}

	.bide-display .elementor-heading-title {
		font-size: clamp( 38px, 11.2vw, 44px ) !important;
		line-height: 1.06 !important;
	}

	.bide-section-title .elementor-heading-title {
		font-size: clamp( 32px, 9vw, 38px ) !important;
	}

	.bide-lead,
	.bide-lead .elementor-widget-container {
		font-size: 17px;
	}

	.bide-button-row {
		width: 100%;
		flex-direction: column !important;
		align-items: stretch !important;
	}

	.bide-button-row .elementor-widget-button,
	.bide-button-row .elementor-button-wrapper,
	.bide-button-row .elementor-button {
		width: 100%;
	}

	.bide-button-row .elementor-button {
		justify-content: center;
	}

	.bide-trust-grid,
	.bide-home-factory-visuals,
	.bide-card-grid,
	.bide-product-grid,
	.bide-detail-grid,
	.bide-gallery-grid,
	.bide-factory-gallery,
	.bide-company-documents-layout,
	.bide-process-grid,
	.bide-footer-shell {
		grid-template-columns: 1fr;
	}

	.bide-product-grid--products .bide-card-title .elementor-heading-title {
		font-size: 28px !important;
	}

	.bide-home-factory-visuals {
		padding: 10px;
		border-radius: 26px;
	}

	.bide-home-factory-card {
		border-radius: 20px;
	}

	.bide-home-factory-card--single .bide-home-factory-image img {
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.bide-factory-card--feature {
		grid-column: auto;
	}

	.bide-factory-image img {
		height: 430px;
	}

	.bide-factory-image--feature img,
	.bide-factory-image--exterior img {
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.bide-trust-item {
		border-right: 0;
		border-bottom: 1px solid var( --bide-border );
	}

	.bide-trust-item:last-child {
		border-bottom: 0;
	}

	.bide-application-image img {
		height: 230px;
	}

	.bide-application-content {
		min-height: auto;
		padding: 22px 20px 20px;
	}

	.bide-product-image img {
		height: 230px;
	}

	.bide-page-hero-image img,
	.bide-product-hero-image img,
	.bide-gallery-image img {
		height: 330px;
	}

	.bide-product-hero-image {
		padding: 16px;
	}

	.bide-pill-row {
		gap: 8px;
	}

	.bide-rfq-shell {
		padding: 22px 18px;
		border-radius: 18px;
	}

	.bide-rfq-form,
	.bide-check-grid {
		grid-template-columns: 1fr;
	}

	.bide-form-field,
	.bide-form-field--full {
		grid-column: 1;
	}

	.bide-footer-shell {
		gap: 34px;
	}

	.bide-application-detail-hero--outdoor-public .bide-two-column > :first-child,
	.bide-application-detail-hero--outdoor-public .bide-two-column > :last-child,
	.bide-home-planning .bide-two-column > :first-child,
	.bide-home-planning .bide-two-column > :last-child {
		order: initial;
	}

	.bide-inquiry-panel {
		padding: 64px 0;
	}
}

@media ( max-width: 1100px ) {
	.bide-product-v2__snapshot-grid {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}

	.bide-product-v2__snapshot-item:nth-child( 2 ) {
		border-right: 0;
	}

	.bide-product-v2__snapshot-item:nth-child( -n + 2 ) {
		border-bottom: 1px solid var( --bide-border );
	}

	.bide-product-v2__rfq-grid {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}
}

@media ( max-width: 900px ) {
	.bide-product-v2__hero-inner,
	.bide-product-v2__information-inner,
	.bide-product-v2__faq-inner {
		grid-template-columns: 1fr;
	}

	.bide-product-v2__hero-copy {
		max-width: 720px;
	}

	.bide-product-v2__hero-media {
		width: 100%;
		max-width: 760px;
	}

	.bide-product-v2__placement-grid {
		grid-template-columns: 1fr;
	}

	.bide-product-v2__placement-card--concept .bide-product-v2__placement-image img {
		height: auto;
		aspect-ratio: 3 / 2;
	}

	.bide-product-v2__placement-card--actual {
		justify-self: center;
	}

	.bide-product-v2__placement-card--actual .bide-product-v2__placement-image img {
		height: auto;
		aspect-ratio: 4 / 5;
	}
}

@media ( max-width: 767px ) {
	.bide-product-v2__hero {
		padding: 36px 0 52px;
	}

	.bide-product-v2__hero-inner {
		gap: 24px;
	}

	.bide-product-v2__hero-media {
		display: block !important;
	}

	.bide-product-v2__hero-scene-card {
		border-radius: 16px;
	}

	.bide-product-v2__hero-scene-card--identity .bide-product-v2__hero-scene-image .elementor-widget-container,
	.bide-product-v2__hero-scene-card--identity-tall .bide-product-v2__hero-scene-image .elementor-widget-container,
	.bide-product-v2__hero-scene-card--identity-compact .bide-product-v2__hero-scene-image .elementor-widget-container {
		height: min( 94vw, 380px );
		padding: clamp( 22px, 7vw, 32px );
	}

	.bide-product-v2__hero-scene-caption .elementor-widget-container {
		padding: 15px 16px 17px;
	}

	.bide-illustration-note .elementor-widget-container,
	.bide-factory-caption .elementor-widget-container,
	.bide-home-factory-card--single .bide-factory-caption .elementor-widget-container,
	.bide-product-v2__placement-caption .elementor-widget-container {
		padding: 15px 16px 17px;
	}

	.bide-illustration-note strong,
	.bide-factory-caption strong,
	.bide-product-v2__hero-scene-caption strong,
	.bide-product-v2__placement-caption strong {
		font-size: 16px;
	}

	.bide-illustration-note span,
	.bide-factory-caption span,
	.bide-product-v2__hero-scene-caption span,
	.bide-product-v2__placement-caption span {
		font-size: 13px;
	}

	.bide-product-v2__placement-card--identity,
	.bide-product-v2__placement-card--identity-tall,
	.bide-product-v2__placement-card--identity-compact {
		max-width: 100%;
		border-radius: 16px;
	}

	.bide-product-v2__placement-card--identity .bide-product-v2__placement-image .elementor-widget-container,
	.bide-product-v2__placement-card--identity-tall .bide-product-v2__placement-image .elementor-widget-container,
	.bide-product-v2__placement-card--identity-compact .bide-product-v2__placement-image .elementor-widget-container {
		min-height: 0;
		padding: clamp( 20px, 7vw, 32px );
	}

	.bide-product-v2__placement-card--identity .bide-product-v2__placement-image img,
	.bide-product-v2__placement-card--identity-tall .bide-product-v2__placement-image img,
	.bide-product-v2__placement-card--identity-compact .bide-product-v2__placement-image img {
		max-height: min( 112vw, 480px );
	}

	.bide-product-v2__placement-card--identity-compact .bide-product-v2__placement-image img {
		max-height: min( 105vw, 410px );
	}

	.bide-product-v2__snapshot {
		padding: 0 0 56px;
	}

	.bide-product-v2__snapshot-grid {
		grid-template-columns: 1fr;
		margin-top: 0 !important;
		border-radius: 16px;
	}

	.bide-product-v2__snapshot-item,
	.bide-product-v2__snapshot-item:nth-child( 2 ) {
		padding: 20px;
		border-right: 0;
		border-bottom: 1px solid var( --bide-border );
	}

	.bide-product-v2__snapshot-item:last-child {
		border-bottom: 0;
	}

	.bide-product-v2__method-grid,
	.bide-product-v2__rfq-grid {
		grid-template-columns: 1fr;
	}

	.bide-product-v2__method-step,
	.bide-product-v2__rfq-item {
		min-height: 0;
	}

	.bide-product-v2__method-number .elementor-heading-title {
		margin-bottom: 24px;
	}

	.bide-product-v2__information-inner,
	.bide-product-v2__faq-inner {
		gap: 38px;
	}

	.bide-product-v2__spec-row {
		padding: 20px;
	}

	.bide-product-v2__spec-list {
		grid-template-columns: 1fr;
	}

	.bide-product-v2__rfq-head {
		margin-bottom: 32px;
	}

	.bide-product-v2__rfq-cta {
		width: 100% !important;
	}

	.bide-product-v2__rfq-cta .elementor-button-wrapper,
	.bide-product-v2__rfq-cta .elementor-button {
		width: 100%;
	}

	.bide-product-v2__rfq-cta .elementor-button {
		justify-content: center;
	}
}

@media ( max-width: 1100px ) {
	.bide-category-v3__model-card {
		grid-template-columns: minmax( 0, 1fr ) minmax( 240px, .8fr );
	}

	.bide-category-v3__contexts {
		grid-column: 1 / -1;
		grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
		padding: 0 34px 32px;
	}
}

@media ( max-width: 767px ) {
	.bide-category-entry-card .bide-product-image img {
		height: 230px;
	}

	.bide-category-v3__hero,
	.bide-category-v3__hero-overlay-wrap {
		min-height: 540px;
	}

	.bide-category-v3__hero-image img {
		object-position: 58% center;
	}

	.bide-category-v3__hero-overlay-wrap {
		align-items: flex-end;
		padding-bottom: 24px;
	}

	.bide-category-v3__hero-overlay {
		width: 100%;
		padding: 23px 22px 25px;
		border-radius: 18px;
	}

	.bide-category-v3__hero-title .elementor-heading-title {
		font-size: 34px !important;
	}

	.bide-category-v3__hero-lead,
	.bide-category-v3__hero-lead .elementor-widget-container,
	.bide-category-v3__hero-lead p {
		font-size: 15px;
		line-height: 1.5;
	}

	.bide-category-v3__hero-cta,
	.bide-category-v3__hero-cta .elementor-button-wrapper,
	.bide-category-v3__hero-cta .elementor-button {
		width: 100% !important;
	}

	.bide-category-v3__hero-cta .elementor-button {
		justify-content: center;
	}

	.bide-category-v3__models {
		padding: 48px 0 20px;
	}

	.bide-category-v3__models-inner {
		gap: 18px;
	}

	.bide-category-v3__models-title .elementor-heading-title {
		font-size: 38px !important;
	}

	.bide-category-v3__model-card {
		grid-template-columns: 1fr;
		border-radius: 16px;
	}

	.bide-category-v3__model-copy {
		padding: 28px 24px 12px;
	}

	.bide-category-v3__model-name .elementor-heading-title {
		font-size: 33px !important;
	}

	.bide-category-v3__model-visual {
		min-height: 280px;
		padding: 18px 28px;
	}

	.bide-category-v3__model-image img {
		max-height: 260px;
	}

	.bide-category-v3__contexts {
		grid-column: auto;
		grid-template-columns: 1fr;
		padding: 0 24px 28px;
	}

	.bide-category-v3__inquiry-section {
		padding: 20px 0 56px;
	}

	.bide-category-v3__inquiry-band {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 26px 24px;
		border-radius: 16px;
	}

	.bide-category-v3__inquiry-icon {
		width: 56px;
		height: 56px;
	}

	.bide-category-v3__inquiry-title .elementor-heading-title {
		font-size: 30px !important;
	}

	.bide-category-v3__inquiry-cta,
	.bide-category-v3__inquiry-cta .elementor-button-wrapper,
	.bide-category-v3__inquiry-cta .elementor-button {
		width: 100% !important;
	}

	.bide-category-v3__inquiry-cta .elementor-button {
		justify-content: center;
	}
}

@media ( prefers-reduced-motion: reduce ) {
	html {
		scroll-behavior: auto;
	}

	body.bide-site *,
	body.bide-site *::before,
	body.bide-site *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}

	.bide-header-cta .elementor-button:hover,
	.bide-primary-button .elementor-button:hover,
	.bide-form-submit:hover {
		transform: none;
	}
}
