:root {
	--bec-bg: #16100d;
	--bec-bg-soft: #241a15;
	--bec-panel: rgba(43, 30, 23, 0.88);
	--bec-panel-strong: rgba(53, 37, 29, 0.96);
	--bec-border: rgba(171, 112, 67, 0.28);
	--bec-border-strong: rgba(216, 141, 76, 0.56);
	--bec-text: #f1e7db;
	--bec-text-soft: #cbb9a7;
	--bec-text-muted: #9f8a79;
	--bec-accent: #d9823f;
	--bec-accent-soft: #ffb16b;
	--bec-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
	--bec-shadow-soft: 0 16px 40px rgba(0, 0, 0, 0.22);
	--bec-radius-lg: 28px;
	--bec-radius-md: 20px;
	--bec-radius-sm: 14px;
	--bec-max: 1280px;
	--bec-gutter: clamp(20px, 4vw, 40px);
	--bec-section-gap: clamp(72px, 10vw, 132px);
	--bec-duration-fast: 220ms;
	--bec-duration-base: 420ms;
	--bec-duration-slow: 900ms;
}

body.bec-page {
	background:
		radial-gradient(circle at top right, rgba(216, 130, 60, 0.16), transparent 34%),
		radial-gradient(circle at left center, rgba(102, 65, 40, 0.18), transparent 30%),
		linear-gradient(180deg, #1b1410 0%, #110d0a 100%);
	color: var(--bec-text);
}

.bec-page .ct-header [data-row="middle"],
.bec-page .ct-header [data-device] [data-row="middle"] {
	background: transparent !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
}

.bec-page .ct-header [data-row="middle"] .ct-container,
.bec-page .ct-header [data-device] [data-row="middle"] .ct-container {
	min-height: 80px !important;
}

.bec-page #header.ct-header {
	position: sticky !important;
	top: 0;
	z-index: 9999;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.bec-page #header.ct-header::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(224, 157, 92, 0.5), rgba(255, 255, 255, 0));
	pointer-events: none;
}

.bec-page.admin-bar #header.ct-header {
	top: 32px;
}

.bec-page .ct-header [data-items] {
	gap: 8px !important;
}

.bec-page .ct-header [data-column="start"],
.bec-page .ct-header [data-column="start"] [data-items="primary"] {
	display: flex;
	align-items: center !important;
	height: 100%;
}

.bec-page .ct-header .ct-logo-container,
.bec-page .ct-header .site-branding {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px !important;
	height: 100%;
}

.bec-page .ct-header .site-logo-container {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	align-self: center !important;
	height: 100%;
}

.bec-page .ct-header .site-title-container {
	margin: 0;
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 8px !important;
	min-width: 0;
	height: 100%;
	align-self: center;
}

.bec-page .ct-header .site-title,
.bec-page .ct-header .site-title a {
	display: inline-flex;
	align-items: center;
	align-self: center;
	margin: 0;
	color: #fff4e8 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	white-space: nowrap;
	text-shadow: none !important;
	min-height: 28px;
}

.bec-page .ct-header .site-title a::after {
	content: none;
}

.bec-page .ct-header .site-logo-container img {
	width: auto;
	height: auto !important;
	max-height: 52px !important;
	max-width: none;
	display: block;
	margin: 0 auto;
	object-fit: contain;
	vertical-align: middle;
}

.bec-page .ct-header .ct-header-search,
.bec-page .ct-header .ct-header-trigger[data-id="search-input"],
.bec-page .ct-header .ct-toggle[data-panel="#search-modal"] {
	display: none !important;
}

.bec-page .ct-header .menu > li > a,
.bec-page .ct-header .ct-menu-link {
	color: #fff4e8 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: 0.04em;
	text-shadow: none !important;
	display: inline-flex !important;
	align-items: center !important;
}

.bec-page .ct-header .menu > li > a,
.bec-page .ct-header .ct-menu-link {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 80px !important;
}

.bec-page .ct-header .menu > li > a::after,
.bec-page .ct-header .ct-menu-link::after {
	background-color: #d9823f !important;
}

.bec-page .ct-header .menu > li.current-menu-item > a,
.bec-page .ct-header .menu > li > a:hover,
.bec-page .ct-header .ct-menu-link:hover {
	color: #ffd6ab !important;
	text-shadow: none !important;
}

.bec-page .ct-container-full,
.bec-page .hero-section[data-type='type-1'] {
	background: transparent;
}

.bec-shell {
	max-width: var(--bec-max);
	margin: 0 auto;
	padding: 0 var(--bec-gutter);
}

.bec-editor-main {
	overflow: clip;
}

.bec-editor-content {
	padding-bottom: clamp(48px, 6vw, 80px);
}

.bec-section {
	position: relative;
	padding: clamp(56px, 7vw, 96px) 0;
}

.bec-section + .bec-section {
	margin-top: var(--bec-section-gap);
}

.bec-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--bec-accent-soft);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.bec-eyebrow::before {
	content: "";
	width: 42px;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, var(--bec-accent) 100%);
}

.bec-title {
	margin: 18px 0 16px;
	color: var(--bec-text);
	font-size: clamp(34px, 6vw, 72px);
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.bec-subtitle,
.bec-copy {
	max-width: 720px;
	color: var(--bec-text-soft);
	font-size: clamp(16px, 1.8vw, 19px);
	line-height: 1.8;
}

.bec-grid {
	display: grid;
	gap: 24px;
}

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

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

.bec-grid-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bec-card {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--bec-border);
	border-radius: var(--bec-radius-md);
	background: linear-gradient(180deg, rgba(60, 43, 34, 0.94), rgba(31, 22, 18, 0.94));
	box-shadow: var(--bec-shadow-soft);
}

.bec-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 177, 107, 0.08), transparent 42%);
	pointer-events: none;
}

.bec-card:hover {
	transform: translateY(-8px);
	border-color: var(--bec-border-strong);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

.bec-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 30px;
}

.bec-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 24px;
	border-radius: 999px;
	border: 1px solid transparent;
	font-weight: 700;
	letter-spacing: 0.02em;
	transition:
		transform var(--bec-duration-fast) ease,
		box-shadow var(--bec-duration-fast) ease,
		background-color var(--bec-duration-fast) ease,
		border-color var(--bec-duration-fast) ease;
}

.bec-button:hover {
	transform: translateY(-2px);
}

.bec-button-primary {
	background: linear-gradient(135deg, #a95a24 0%, #e0904b 100%);
	color: #fff;
	box-shadow: 0 18px 35px rgba(178, 103, 42, 0.32);
}

.bec-button-secondary {
	border-color: var(--bec-border-strong);
	background: rgba(255, 255, 255, 0.02);
	color: var(--bec-text);
}

.bec-reveal {
	transition:
		opacity var(--bec-duration-base) ease,
		transform var(--bec-duration-base) ease;
}

.js .bec-reveal {
	opacity: 0;
	transform: translateY(24px);
}

.bec-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.bec-hero {
	position: relative;
	min-height: clamp(720px, 88vh, 920px);
	padding: 0;
	border-bottom: 1px solid rgba(217, 130, 63, 0.18);
}

.bec-hero-slider {
	position: relative;
	overflow: hidden;
	min-height: inherit;
}

.bec-hero-slide {
	position: absolute;
	inset: 0;
	display: grid;
	align-items: end;
	opacity: 0;
	pointer-events: none;
	transition: opacity var(--bec-duration-slow) ease;
}

.bec-hero-slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.bec-hero-media,
.bec-hero-overlay {
	position: absolute;
	inset: 0;
}

.bec-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.92) brightness(0.6);
	transform: scale(1.06);
	transition: transform 8s ease;
}

.bec-hero-slide.is-active .bec-hero-media img {
	transform: scale(1.14) translate3d(0, -1.5%, 0);
}

.bec-hero-overlay {
	background:
		linear-gradient(90deg, rgba(10, 8, 7, 0.88) 0%, rgba(10, 8, 7, 0.46) 52%, rgba(10, 8, 7, 0.18) 100%),
		linear-gradient(180deg, rgba(193, 112, 55, 0.12) 0%, transparent 28%),
		repeating-linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.035) 0,
			rgba(255, 255, 255, 0.035) 1px,
			transparent 1px,
			transparent 140px
		);
}

.bec-hero-content {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.7fr);
	gap: 40px;
	align-items: end;
	min-height: inherit;
	padding: clamp(120px, 18vh, 170px) var(--bec-gutter) clamp(70px, 10vh, 110px);
	max-width: var(--bec-max);
	margin: 0 auto;
}

.bec-hero-copy,
.bec-hero-meta {
	transform: translateY(26px);
	opacity: 0;
	transition:
		transform 700ms ease,
		opacity 700ms ease;
}

.bec-hero-slide.is-active .bec-hero-copy,
.bec-hero-slide.is-active .bec-hero-meta {
	transform: translateY(0);
	opacity: 1;
}

.bec-hero-panel {
	padding: 24px;
	border-radius: var(--bec-radius-lg);
	border: 1px solid var(--bec-border);
	background: rgba(28, 21, 18, 0.62);
	backdrop-filter: blur(12px);
	box-shadow: var(--bec-shadow);
}

body.bec-page .bec-hero .bec-title,
body.bec-page .bec-hero .bec-subtitle,
body.bec-page .bec-hero .bec-copy {
	color: var(--bec-text) !important;
	text-shadow: 0 12px 36px rgba(0, 0, 0, 0.55);
}

body.bec-page .bec-hero .bec-subtitle,
body.bec-page .bec-hero .bec-panel .bec-copy,
body.bec-page .bec-hero-panel .bec-copy {
	color: var(--bec-text-soft) !important;
}

body.bec-page .bec-hero .bec-eyebrow {
	color: var(--bec-accent-soft) !important;
}

.bec-hero-tags,
.bec-metric-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.bec-tag,
.bec-metric-chip {
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid rgba(222, 153, 97, 0.24);
	background: rgba(255, 255, 255, 0.03);
	color: var(--bec-text-soft);
	font-size: 13px;
}

.bec-slider-dots {
	position: absolute;
	left: 50%;
	bottom: 28px;
	z-index: 3;
	display: flex;
	gap: 10px;
	transform: translateX(-50%);
}

.bec-slider-dot {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.25);
}

.bec-slider-dot.is-active {
	background: var(--bec-accent);
	box-shadow: 0 0 0 6px rgba(217, 130, 63, 0.18);
}

.bec-video {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--bec-border);
	border-radius: var(--bec-radius-lg);
	background: #120d0b;
	box-shadow: var(--bec-shadow);
}

.bec-video iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.bec-video-play {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	width: 100%;
	border: 0;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(235, 240, 247, 0.82)),
		radial-gradient(circle at center, rgba(217, 130, 63, 0.18), transparent 34%);
	cursor: pointer;
}

.bec-video-play-icon {
	position: relative;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: var(--bec-accent);
	box-shadow: 0 18px 38px rgba(37, 48, 64, 0.22);
}

.bec-video-play-icon::after {
	content: "";
	position: absolute;
	left: 29px;
	top: 23px;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 20px solid #fff;
}

.bec-video.is-playing .bec-video-play {
	display: none;
}

.bec-counter {
	padding: 28px;
}

.bec-counter strong {
	display: block;
	margin-bottom: 8px;
	color: var(--bec-text);
	font-size: clamp(30px, 3vw, 48px);
}

.bec-card-body {
	padding: 28px;
}

.bec-card-title {
	margin: 0 0 10px;
	font-size: 24px;
	color: var(--bec-text);
}

.bec-card-copy {
	color: var(--bec-text-soft);
	line-height: 1.8;
}

.bec-list {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.bec-list li {
	position: relative;
	padding-left: 18px;
	margin-top: 10px;
	color: var(--bec-text-soft);
}

.bec-list li::before {
	content: "";
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--bec-accent);
}

.bec-news-card img,
.bec-media-frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bec-media-frame {
	overflow: hidden;
	border-radius: var(--bec-radius-md);
	min-height: 320px;
	border: 1px solid var(--bec-border);
}

.bec-contact-list {
	display: grid;
	gap: 16px;
}

.bec-contact-item {
	padding: 22px 24px;
}

.bec-home-overview {
	overflow: hidden;
}

.bec-home-overview::before,
.bec-home-company::before {
	content: "";
	position: absolute;
	inset: 8% auto auto 6%;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(217, 130, 63, 0.12), transparent 68%);
	pointer-events: none;
	animation: bec-home-soft-float 8s ease-in-out infinite;
}

.bec-home-product-card {
	transition:
		opacity 640ms cubic-bezier(0.22, 1, 0.36, 1),
		transform 640ms cubic-bezier(0.22, 1, 0.36, 1),
		border-color 220ms ease,
		box-shadow 220ms ease;
	transition-delay: calc(var(--bec-card-index, 0) * 80ms);
}

.js .bec-home-product-card.bec-reveal {
	transform: translateY(34px) scale(0.96);
}

.bec-home-product-card.is-visible {
	transform: translateY(0) scale(1);
}

.bec-home-product-card:hover {
	border-color: rgba(217, 130, 63, 0.34);
	box-shadow: 0 24px 54px rgba(26, 40, 61, 0.14);
	transform: translateY(-8px) scale(1.01);
}

.bec-home-product-carousel {
	position: relative;
	overflow: hidden;
	min-height: 430px;
	border-radius: var(--bec-radius-md);
	border: 1px solid rgba(217, 130, 63, 0.18);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 251, 0.94)),
		radial-gradient(circle at 78% 18%, rgba(217, 130, 63, 0.16), transparent 28%);
	box-shadow: 0 28px 66px rgba(26, 40, 61, 0.13);
}

.bec-home-product-carousel::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.78) 47%, transparent 60%),
		linear-gradient(rgba(83, 97, 118, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(83, 97, 118, 0.06) 1px, transparent 1px);
	background-size: 100% 100%, 38px 38px, 38px 38px;
	transform: translateX(-135%);
	pointer-events: none;
	animation: bec-home-carousel-sheen 5.2s ease-in-out infinite;
}

.bec-home-carousel-frame {
	position: relative;
	min-height: inherit;
}

.bec-home-carousel-slide {
	position: absolute;
	inset: 0;
	display: grid;
	align-items: end;
	margin: 0;
	opacity: 0;
	transform: scale(1.025);
	transition:
		opacity 780ms ease,
		transform 1400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.bec-home-carousel-slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.bec-home-carousel-slide img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.04) contrast(1.02);
}

.bec-home-carousel-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, transparent 44%, rgba(23, 32, 51, 0.58) 100%),
		radial-gradient(circle at 18% 16%, rgba(217, 130, 63, 0.18), transparent 24%);
	pointer-events: none;
}

.bec-home-carousel-slide figcaption {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 24px 28px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-shadow: 0 8px 24px rgba(0, 0, 0, 0.36);
}

.bec-home-carousel-dots {
	position: absolute;
	left: 28px;
	bottom: 18px;
	z-index: 3;
	display: flex;
	gap: 10px;
}

.bec-home-carousel-dot {
	width: 34px;
	height: 4px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.38);
	cursor: pointer;
}

.bec-home-carousel-dot.is-active {
	background: #ffb16b;
	box-shadow: 0 0 18px rgba(217, 130, 63, 0.34);
}

@keyframes bec-home-carousel-sheen {
	0%,
	34% {
		transform: translateX(-135%);
	}

	62%,
	100% {
		transform: translateX(135%);
	}
}

@keyframes bec-home-soft-float {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(18px, -14px, 0);
	}
}

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

	.bec-grid-3,
	.bec-grid-2,
	.bec-hero-content {
		grid-template-columns: 1fr;
	}

	.bec-hero-copy,
	.bec-hero-meta {
		max-width: 100%;
	}

	.bec-home-product-carousel {
		min-height: 360px;
	}
}

@media (max-width: 640px) {
	.bec-page .ct-header [data-row="middle"] .ct-container,
	.bec-page .ct-header [data-device] [data-row="middle"] .ct-container {
		min-height: 60px !important;
	}

	.bec-page.admin-bar #header.ct-header {
		top: 46px;
	}

	.bec-page .ct-header .ct-logo-container,
	.bec-page .ct-header .site-branding {
		gap: 8px;
	}

	.bec-page .ct-header .site-title,
	.bec-page .ct-header .site-title a {
		font-size: 11px !important;
		max-width: 56vw;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.bec-page .ct-header .site-logo-container img {
		max-height: 36px !important;
	}

	.bec-grid-4,
	.bec-grid-3,
	.bec-grid-2 {
		grid-template-columns: 1fr;
	}

	.bec-hero {
		min-height: 760px;
	}

	.bec-hero-content {
		padding-top: 130px;
		padding-bottom: 96px;
	}

	.bec-title {
		font-size: clamp(32px, 12vw, 48px);
	}

	.bec-home-product-carousel {
		min-height: 300px;
	}

	.bec-home-carousel-slide figcaption {
		padding: 20px;
		font-size: 15px;
	}
}

/* White site theme overrides. */
body.bec-page {
	--bec-bg: #ffffff;
	--bec-bg-soft: #f6f8fb;
	--bec-panel: rgba(255, 255, 255, 0.94);
	--bec-panel-strong: rgba(255, 255, 255, 0.98);
	--bec-border: rgba(34, 52, 75, 0.12);
	--bec-border-strong: rgba(217, 130, 63, 0.4);
	--bec-text: #172033;
	--bec-text-soft: #536176;
	--bec-text-muted: #7c8798;
	--bec-shadow: 0 20px 44px rgba(26, 40, 61, 0.1);
	--bec-shadow-soft: 0 12px 28px rgba(26, 40, 61, 0.08);
	background: #ffffff !important;
	color: var(--bec-text);
}

.bec-page .site-main,
.bec-page #main,
.bec-page .ct-container-full,
.bec-page .entry-content,
.bec-section {
	background: #ffffff;
}

.bec-card,
.bec-hero-panel {
	background: #ffffff;
}

.bec-card {
	border-color: var(--bec-border);
	box-shadow: var(--bec-shadow-soft);
}

.bec-card:hover {
	box-shadow: 0 24px 54px rgba(26, 40, 61, 0.14);
}

.bec-card::after {
	background: linear-gradient(135deg, rgba(217, 130, 63, 0.06), transparent 42%);
}

.bec-button-secondary,
.bec-tag,
.bec-metric-chip {
	background: #ffffff;
}

.bec-page .ct-header [data-row="middle"],
.bec-page .ct-header [data-device] [data-row="middle"] {
	background: rgba(255, 255, 255, 0.96) !important;
}

.bec-page #header.ct-header {
	box-shadow: 0 8px 24px rgba(26, 40, 61, 0.08);
}

.bec-page .ct-header .menu > li > a,
.bec-page .ct-header .ct-menu-link,
.bec-page .ct-header .site-title,
.bec-page .ct-header .site-title a {
	color: #d9823f !important;
	text-shadow: none !important;
}

.bec-page .ct-header .menu > li.current-menu-item > a,
.bec-page .ct-header .menu > li > a:hover,
.bec-page .ct-header .ct-menu-link:hover,
.bec-page .ct-header .site-title a:hover {
	color: #c45a16 !important;
}

.bec-hero .bec-title,
.bec-hero .bec-copy,
.bec-hero .bec-card-copy,
.bec-hero .bec-list li {
	color: #f1e7db;
}

.bec-hero .bec-title {
	text-shadow: 0 12px 36px rgba(0, 0, 0, 0.58);
}

.bec-page-hero {
	position: relative;
	overflow: hidden;
	min-height: auto;
	padding-top: 140px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(246, 248, 251, 0.78) 100%),
		linear-gradient(90deg, rgba(217, 130, 63, 0.06) 0%, transparent 26%, transparent 74%, rgba(83, 97, 118, 0.05) 100%),
		linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
	border-bottom: 1px solid var(--bec-border);
}

.bec-page-hero::before,
.bec-page-hero::after {
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.bec-page-hero::before {
	left: max(-160px, calc((100vw - var(--bec-max)) / 2 - 230px));
	top: 44px;
	bottom: 16px;
	width: min(34vw, 460px);
	border-radius: 42px;
	background:
		radial-gradient(circle at 32% 46%, rgba(217, 130, 63, 0.14), transparent 27%),
		radial-gradient(circle at 62% 28%, rgba(83, 97, 118, 0.09), transparent 22%),
		linear-gradient(135deg, rgba(217, 130, 63, 0.08), rgba(255, 255, 255, 0));
	border: 1px solid rgba(217, 130, 63, 0.1);
	box-shadow: inset 0 0 44px rgba(217, 130, 63, 0.05);
	mask-image: linear-gradient(90deg, transparent 0%, #000 26%, #000 88%, transparent 100%);
	animation: bec-hero-left-float 7s ease-in-out infinite;
}

.bec-page-hero::after {
	inset: 0;
	background:
		linear-gradient(rgba(83, 97, 118, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(83, 97, 118, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, transparent 0%, rgba(217, 130, 63, 0.1) 50%, transparent 100%);
	background-size: 56px 56px, 56px 56px, 100% 1px;
	background-position: 0 0, 0 0, 0 58%;
	opacity: 0.58;
	mask-image: linear-gradient(90deg, #000 0%, transparent 35%, transparent 65%, #000 100%);
	animation: bec-hero-grid-drift 12s linear infinite;
}

.bec-page-hero .bec-shell {
	position: relative;
	z-index: 3;
}

.bec-product-hero {
	background:
		linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 46%, rgba(246, 248, 251, 0.78) 100%),
		linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.bec-contact-hero {
	background:
		linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.97) 48%, rgba(246, 248, 251, 0.82) 100%),
		radial-gradient(circle at 78% 50%, rgba(217, 130, 63, 0.1), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.bec-about-hero {
	background:
		linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.97) 46%, rgba(246, 248, 251, 0.84) 100%),
		radial-gradient(circle at 78% 46%, rgba(217, 130, 63, 0.11), transparent 30%),
		linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.bec-about-signal {
	position: absolute;
	top: 48px;
	right: max(38px, calc((100vw - var(--bec-max)) / 2));
	bottom: 12px;
	width: min(39vw, 540px);
	min-width: 380px;
	z-index: 1;
	pointer-events: none;
	opacity: 0.82;
	mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 90%, transparent 100%);
}

.bec-about-signal::before {
	content: "";
	position: absolute;
	inset: 12px 0;
	border-radius: 36px;
	background:
		linear-gradient(120deg, rgba(217, 130, 63, 0.13), transparent 44%),
		linear-gradient(rgba(83, 97, 118, 0.09) 1px, transparent 1px),
		linear-gradient(90deg, rgba(83, 97, 118, 0.09) 1px, transparent 1px);
	background-size: auto, 46px 46px, 46px 46px;
	transform: perspective(720px) rotateX(58deg) rotateZ(-4deg);
	animation: bec-about-grid 11s linear infinite;
}

.bec-about-core,
.bec-about-ring,
.bec-about-dot,
.bec-about-link {
	position: absolute;
}

.bec-about-core {
	left: 56%;
	top: 50%;
	width: 72px;
	height: 72px;
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(217, 130, 63, 0.9), rgba(255, 177, 107, 0.82));
	box-shadow:
		0 0 0 10px rgba(217, 130, 63, 0.1),
		0 18px 44px rgba(217, 130, 63, 0.18);
	transform: translate(-50%, -50%) rotate(45deg);
	animation: bec-about-core 4.4s ease-in-out infinite;
}

.bec-about-ring {
	left: 56%;
	top: 50%;
	border-radius: 50%;
	border: 1px solid rgba(217, 130, 63, 0.22);
	transform: translate(-50%, -50%);
}

.bec-about-ring-1 {
	width: 190px;
	height: 190px;
	animation: bec-about-ring 5s ease-out infinite;
}

.bec-about-ring-2 {
	width: 280px;
	height: 280px;
	border-color: rgba(83, 97, 118, 0.14);
	animation: bec-about-ring 5s ease-out infinite 1.4s;
}

.bec-about-link {
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(217, 130, 63, 0.58), transparent);
	transform-origin: left center;
	animation: bec-about-link 3.8s ease-in-out infinite;
}

.bec-about-link-1 {
	left: 25%;
	top: 38%;
	width: 260px;
	transform: rotate(15deg);
}

.bec-about-link-2 {
	left: 31%;
	top: 66%;
	width: 250px;
	transform: rotate(-20deg);
	animation-delay: 0.6s;
}

.bec-about-dot {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #d9823f;
	box-shadow:
		0 0 0 7px rgba(217, 130, 63, 0.1),
		0 0 22px rgba(217, 130, 63, 0.28);
	animation: bec-about-dot 3s ease-in-out infinite;
}

.bec-about-dot-1 {
	left: 24%;
	top: 36%;
}

.bec-about-dot-2 {
	left: 30%;
	top: 65%;
	animation-delay: 0.45s;
}

.bec-about-dot-3 {
	right: 17%;
	top: 34%;
	animation-delay: 0.9s;
}

.bec-contact-signal {
	position: absolute;
	top: 46px;
	right: max(36px, calc((100vw - var(--bec-max)) / 2));
	bottom: 10px;
	width: min(40vw, 560px);
	min-width: 390px;
	z-index: 1;
	opacity: 0.86;
	pointer-events: none;
	mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 92%, transparent 100%);
}

.bec-contact-signal::before {
	content: "";
	position: absolute;
	inset: 10px 0;
	border-radius: 36px;
	background:
		linear-gradient(rgba(83, 97, 118, 0.1) 1px, transparent 1px),
		linear-gradient(90deg, rgba(83, 97, 118, 0.1) 1px, transparent 1px),
		radial-gradient(circle at 58% 50%, rgba(217, 130, 63, 0.12), transparent 24%);
	background-size: 38px 38px, 38px 38px, auto;
	transform: perspective(700px) rotateX(62deg) rotateZ(4deg);
	animation: bec-contact-grid 10s linear infinite;
}

.bec-contact-orbit,
.bec-contact-wave {
	position: absolute;
	left: 58%;
	top: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.bec-contact-orbit {
	width: 190px;
	height: 190px;
	border: 1px solid rgba(217, 130, 63, 0.22);
	box-shadow: inset 0 0 28px rgba(217, 130, 63, 0.06);
}

.bec-contact-orbit-2 {
	width: 290px;
	height: 290px;
	border-color: rgba(83, 97, 118, 0.14);
	animation: bec-contact-orbit 12s linear infinite;
}

.bec-contact-pin {
	position: absolute;
	left: 58%;
	top: 50%;
	width: 24px;
	height: 24px;
	border-radius: 50% 50% 50% 0;
	background: linear-gradient(135deg, #d9823f, #ffb16b);
	box-shadow:
		0 0 0 8px rgba(217, 130, 63, 0.12),
		0 14px 34px rgba(217, 130, 63, 0.24);
	transform: translate(-50%, -65%) rotate(-45deg);
}

.bec-contact-pin::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
}

.bec-contact-wave {
	width: 110px;
	height: 110px;
	border: 1px solid rgba(217, 130, 63, 0.32);
	animation: bec-contact-wave 3.6s ease-out infinite;
}

.bec-contact-wave-2 {
	animation-delay: 1.2s;
}

.bec-contact-line {
	position: absolute;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(217, 130, 63, 0.62), rgba(83, 97, 118, 0.2), transparent);
	transform-origin: left center;
	animation: bec-contact-line 3.2s ease-in-out infinite;
}

.bec-contact-line-1 {
	left: 18%;
	top: 38%;
	width: 260px;
	transform: rotate(11deg);
}

.bec-contact-line-2 {
	left: 38%;
	top: 66%;
	width: 230px;
	transform: rotate(-18deg);
	animation-delay: 0.7s;
}

.bec-contact-dot {
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #d9823f;
	box-shadow:
		0 0 0 6px rgba(217, 130, 63, 0.11),
		0 0 20px rgba(217, 130, 63, 0.28);
	animation: bec-contact-dot 2.8s ease-in-out infinite;
}

.bec-contact-dot-1 {
	left: 17%;
	top: 36%;
}

.bec-contact-dot-2 {
	left: 38%;
	top: 65%;
	animation-delay: 0.45s;
}

.bec-contact-dot-3 {
	right: 14%;
	top: 31%;
	animation-delay: 0.9s;
}

.bec-signal-field {
	position: absolute;
	top: 52px;
	right: max(24px, calc((100vw - var(--bec-max)) / 2));
	bottom: 14px;
	width: min(42vw, 620px);
	min-width: 420px;
	z-index: 1;
	opacity: 0.9;
	pointer-events: none;
	mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 88%, transparent 100%);
}

.bec-signal-field::before,
.bec-signal-field::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 40px;
}

.bec-signal-field::before {
	background:
		radial-gradient(circle at 72% 45%, rgba(217, 130, 63, 0.18), transparent 20%),
		radial-gradient(circle at 38% 68%, rgba(83, 97, 118, 0.13), transparent 24%),
		linear-gradient(120deg, transparent 0%, rgba(217, 130, 63, 0.08) 46%, transparent 72%);
	filter: blur(0.2px);
}

.bec-signal-field::after {
	border: 1px solid rgba(217, 130, 63, 0.12);
	box-shadow: inset 0 0 34px rgba(217, 130, 63, 0.06);
}

.bec-signal-grid {
	position: absolute;
	inset: 12px 0 10px;
	background:
		linear-gradient(rgba(83, 97, 118, 0.12) 1px, transparent 1px),
		linear-gradient(90deg, rgba(83, 97, 118, 0.12) 1px, transparent 1px);
	background-size: 42px 42px;
	opacity: 0.56;
	transform: perspective(720px) rotateX(58deg) rotateZ(-5deg) translateY(10px);
	transform-origin: center;
	animation: bec-signal-grid-drift 9s linear infinite;
}

.bec-signal-scan {
	position: absolute;
	top: 16%;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent 0%, rgba(217, 130, 63, 0.1) 20%, rgba(217, 130, 63, 0.72) 52%, transparent 100%);
	box-shadow: 0 0 20px rgba(217, 130, 63, 0.28);
	animation: bec-signal-scan 4.8s ease-in-out infinite;
}

.bec-signal-ring {
	position: absolute;
	right: 16%;
	top: 50%;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	border: 1px solid rgba(217, 130, 63, 0.24);
	transform: translate(50%, -50%);
	animation: bec-signal-pulse 3.6s ease-out infinite;
}

.bec-signal-ring-2 {
	width: 245px;
	height: 245px;
	border-color: rgba(83, 97, 118, 0.16);
	animation-delay: 1.2s;
}

.bec-signal-node {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d9823f;
	box-shadow:
		0 0 0 6px rgba(217, 130, 63, 0.12),
		0 0 22px rgba(217, 130, 63, 0.34);
	animation: bec-signal-node 2.8s ease-in-out infinite;
}

.bec-signal-node-1 {
	left: 20%;
	top: 32%;
}

.bec-signal-node-2 {
	left: 52%;
	top: 58%;
	animation-delay: 0.45s;
}

.bec-signal-node-3 {
	right: 17%;
	top: 38%;
	animation-delay: 0.9s;
}

.bec-signal-path {
	position: absolute;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(217, 130, 63, 0.58), rgba(83, 97, 118, 0.18), transparent);
	transform-origin: left center;
	opacity: 0.72;
}

.bec-signal-path-1 {
	left: 21%;
	top: 34%;
	width: 260px;
	transform: rotate(16deg);
	animation: bec-signal-flow 3.4s ease-in-out infinite;
}

.bec-signal-path-2 {
	left: 52%;
	top: 59%;
	width: 220px;
	transform: rotate(-24deg);
	animation: bec-signal-flow 3.8s ease-in-out infinite reverse;
}

.bec-page-hero .bec-title,
.bec-page-hero .bec-copy {
	color: var(--bec-text);
	text-shadow: none;
}

@keyframes bec-signal-grid-drift {
	0% {
		background-position: 0 0, 0 0;
	}

	100% {
		background-position: 42px 42px, 42px 42px;
	}
}

@keyframes bec-hero-left-float {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(10px, -8px, 0);
	}
}

@keyframes bec-hero-grid-drift {
	0% {
		background-position: 0 0, 0 0, 0 58%;
	}

	100% {
		background-position: 56px 56px, 56px 56px, 0 58%;
	}
}

@keyframes bec-signal-scan {
	0%,
	100% {
		opacity: 0;
		transform: translateY(0);
	}

	18%,
	72% {
		opacity: 1;
	}

	50% {
		transform: translateY(146px);
	}
}

@keyframes bec-signal-pulse {
	0% {
		opacity: 0;
		transform: translate(50%, -50%) scale(0.68);
	}

	42% {
		opacity: 0.75;
	}

	100% {
		opacity: 0;
		transform: translate(50%, -50%) scale(1.22);
	}
}

@keyframes bec-signal-node {
	0%,
	100% {
		transform: scale(0.92);
		opacity: 0.68;
	}

	50% {
		transform: scale(1.2);
		opacity: 1;
	}
}

@keyframes bec-signal-flow {
	0%,
	100% {
		opacity: 0.26;
		filter: saturate(1);
	}

	50% {
		opacity: 0.9;
		filter: saturate(1.45);
	}
}

@keyframes bec-contact-grid {
	0% {
		background-position: 0 0, 0 0, 0 0;
	}

	100% {
		background-position: 38px 38px, 38px 38px, 0 0;
	}
}

@keyframes bec-contact-orbit {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes bec-contact-wave {
	0% {
		opacity: 0.72;
		transform: translate(-50%, -50%) scale(0.58);
	}

	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.9);
	}
}

@keyframes bec-contact-line {
	0%,
	100% {
		opacity: 0.28;
		filter: saturate(1);
	}

	50% {
		opacity: 0.82;
		filter: saturate(1.45);
	}
}

@keyframes bec-contact-dot {
	0%,
	100% {
		opacity: 0.64;
		transform: scale(0.92);
	}

	50% {
		opacity: 1;
		transform: scale(1.18);
	}
}

@keyframes bec-about-grid {
	0% {
		background-position: 0 0, 0 0, 0 0;
	}

	100% {
		background-position: 0 0, 46px 46px, 46px 46px;
	}
}

@keyframes bec-about-core {
	0%,
	100% {
		transform: translate(-50%, -50%) rotate(45deg) scale(0.96);
	}

	50% {
		transform: translate(-50%, -50%) rotate(45deg) scale(1.06);
	}
}

@keyframes bec-about-ring {
	0% {
		opacity: 0.72;
		transform: translate(-50%, -50%) scale(0.62);
	}

	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.28);
	}
}

@keyframes bec-about-link {
	0%,
	100% {
		opacity: 0.24;
	}

	50% {
		opacity: 0.84;
	}
}

@keyframes bec-about-dot {
	0%,
	100% {
		opacity: 0.62;
		transform: scale(0.92);
	}

	50% {
		opacity: 1;
		transform: scale(1.18);
	}
}

.bec-about-profile {
	margin-top: 0;
	padding-top: clamp(72px, 9vw, 120px);
}

.bec-page-hero + .bec-about-profile {
	margin-top: 0;
}

.bec-about-text {
	max-width: none;
	width: 100%;
}

.bec-about-text .bec-title {
	font-size: clamp(30px, 4vw, 52px);
}

.bec-about-text .bec-copy {
	color: #253149;
	font-size: clamp(17px, 1.8vw, 20px);
	line-height: 2;
	max-width: none;
}

.bec-product-summary-grid .bec-card-title {
	font-size: 21px;
}

.bec-product-showcase .bec-shell {
	display: grid;
	gap: clamp(48px, 7vw, 88px);
}

.bec-page-hero + .bec-product-showcase {
	margin-top: 0;
}

.bec-product-detail {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(28px, 5vw, 64px);
	align-items: center;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid var(--bec-border);
	border-radius: var(--bec-radius-md);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 253, 0.96)),
		radial-gradient(circle at calc(16% + (var(--bec-product-index, 0) * 18%)) 0%, rgba(217, 130, 63, 0.16), transparent 28%);
	box-shadow: var(--bec-shadow-soft);
	transform-style: preserve-3d;
	transition:
		opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
		transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
		border-color 260ms ease,
		box-shadow 260ms ease;
	transition-delay: calc(var(--bec-product-index, 0) * 90ms);
	will-change: transform;
}

.js .bec-product-detail.bec-reveal {
	transform: translate3d(0, 42px, 0) scale(0.97);
}

.js .bec-product-detail.bec-reveal.is-visible {
	transform:
		perspective(1100px)
		rotateX(calc(var(--bec-tilt-y, 0) * -1deg))
		rotateY(calc(var(--bec-tilt-x, 0) * 1deg))
		translate3d(0, 0, 0)
		scale(1);
}

.bec-product-detail::before {
	content: "";
	position: absolute;
	inset: 1px;
	z-index: 0;
	border-radius: calc(var(--bec-radius-md) - 1px);
	background:
		linear-gradient(120deg, rgba(217, 130, 63, 0), rgba(217, 130, 63, 0.16), rgba(217, 130, 63, 0)) 0 0 / 220% 100%,
		linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0));
	opacity: 0;
	pointer-events: none;
	transition: opacity 260ms ease;
}

.bec-product-detail:hover,
.bec-product-detail:focus-within {
	border-color: rgba(217, 130, 63, 0.38);
	box-shadow:
		0 30px 70px rgba(26, 40, 61, 0.16),
		0 0 0 1px rgba(217, 130, 63, 0.1);
}

.bec-product-detail:hover::before,
.bec-product-detail:focus-within::before {
	opacity: 1;
	animation: bec-product-sheen 1800ms linear infinite;
}

.bec-product-detail > * {
	position: relative;
	z-index: 1;
}

.bec-product-detail.is-reversed .bec-product-detail-media {
	order: 2;
}

.bec-product-detail.is-reversed .bec-product-detail-copy {
	order: 1;
}

.bec-product-detail-media {
	position: relative;
	overflow: hidden;
	min-height: 340px;
	border-radius: var(--bec-radius-md);
	border: 1px solid var(--bec-border);
	background:
		linear-gradient(135deg, #f6f8fb 0%, #ffffff 100%);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.56);
	transform: translateZ(34px);
	transition:
		transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 260ms ease;
}

.bec-product-detail-media::before,
.bec-product-detail-media::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.bec-product-detail-media::before {
	z-index: 2;
	background:
		linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.72) 45%, transparent 58%);
	transform: translateX(-130%);
	transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.bec-product-detail-media::after {
	z-index: 1;
	background:
		radial-gradient(circle at 20% 18%, rgba(217, 130, 63, 0.28), transparent 24%),
		linear-gradient(180deg, transparent 52%, rgba(23, 32, 51, 0.16) 100%);
	mix-blend-mode: multiply;
	opacity: 0.68;
}

.bec-product-detail:hover .bec-product-detail-media,
.bec-product-detail:focus-within .bec-product-detail-media {
	transform: translateZ(46px) translateY(-4px);
	box-shadow: 0 22px 46px rgba(26, 40, 61, 0.16);
}

.bec-product-detail:hover .bec-product-detail-media::before,
.bec-product-detail:focus-within .bec-product-detail-media::before {
	transform: translateX(130%);
}

.bec-product-detail-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 340px;
	object-fit: cover;
	transform: scale(1.02);
	transition:
		transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
		filter 260ms ease;
}

.bec-product-detail:hover .bec-product-detail-media img,
.bec-product-detail:focus-within .bec-product-detail-media img {
	filter: saturate(1.08) contrast(1.04);
	transform: scale(1.08) translate3d(calc(var(--bec-tilt-x, 0) * -0.6px), calc(var(--bec-tilt-y, 0) * -0.6px), 0);
}

.bec-product-detail-copy {
	transform: translateZ(28px);
}

.bec-product-number {
	position: absolute;
	top: clamp(-20px, -2vw, -10px);
	right: 0;
	z-index: -1;
	color: rgba(217, 130, 63, 0.11);
	font-size: clamp(76px, 10vw, 136px);
	font-weight: 800;
	line-height: 1;
	pointer-events: none;
	transition:
		color 260ms ease,
		transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.bec-product-detail:hover .bec-product-number,
.bec-product-detail:focus-within .bec-product-number {
	color: rgba(217, 130, 63, 0.18);
	transform: translate3d(-8px, -6px, 0) scale(1.04);
}

.bec-product-detail-copy .bec-title {
	margin-top: 14px;
	font-size: clamp(28px, 4vw, 48px);
	transition: color 220ms ease;
}

.bec-product-detail:hover .bec-product-detail-copy .bec-title,
.bec-product-detail:focus-within .bec-product-detail-copy .bec-title {
	color: #c45a16;
}

.bec-product-detail-copy .bec-card-copy {
	margin-top: 16px;
}

@keyframes bec-product-sheen {
	0% {
		background-position: 220% 0, 0 0;
	}

	100% {
		background-position: -220% 0, 0 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bec-page-hero::before,
	.bec-page-hero::after,
	.bec-signal-grid,
	.bec-signal-scan,
	.bec-signal-ring,
	.bec-signal-node,
	.bec-signal-path,
	.bec-contact-signal::before,
	.bec-contact-orbit,
	.bec-contact-wave,
	.bec-contact-line,
	.bec-contact-dot,
	.bec-about-signal::before,
	.bec-about-core,
	.bec-about-ring,
	.bec-about-link,
	.bec-about-dot {
		animation: none !important;
	}

	.bec-product-detail,
	.bec-product-detail *,
	.bec-product-detail::before,
	.bec-product-detail-media::before,
	.bec-home-product-carousel::before,
	.bec-home-overview::before,
	.bec-home-company::before {
		animation: none !important;
		transition-duration: 1ms !important;
	}

	.js .bec-product-detail.bec-reveal,
	.js .bec-product-detail.bec-reveal.is-visible,
	.js .bec-home-product-card.bec-reveal,
	.bec-home-product-card.is-visible,
	.bec-product-detail:hover .bec-product-detail-media,
	.bec-product-detail:focus-within .bec-product-detail-media {
		transform: none !important;
	}
}

@media (max-width: 900px) {
	.bec-page-hero::before {
		left: -260px;
		width: 420px;
		opacity: 0.45;
	}

	.bec-page-hero::after {
		opacity: 0.34;
	}

	.bec-signal-field {
		right: -120px;
		width: 520px;
		min-width: 0;
		opacity: 0.42;
	}

	.bec-contact-signal {
		right: -130px;
		width: 500px;
		min-width: 0;
		opacity: 0.38;
	}

	.bec-about-signal {
		right: -120px;
		width: 500px;
		min-width: 0;
		opacity: 0.38;
	}

	.bec-product-detail,
	.bec-product-detail.is-reversed {
		grid-template-columns: 1fr;
	}

	.bec-product-detail.is-reversed .bec-product-detail-media,
	.bec-product-detail.is-reversed .bec-product-detail-copy {
		order: initial;
	}
}

body.bec-page .bec-hero:not(.bec-page-hero) .bec-title,
body.bec-page .bec-hero:not(.bec-page-hero) .bec-copy,
body.bec-page .bec-hero:not(.bec-page-hero) .bec-subtitle,
body.bec-page .bec-hero:not(.bec-page-hero) .bec-card-copy,
body.bec-page .bec-hero:not(.bec-page-hero) .bec-list li {
	color: #f1e7db !important;
}

body.bec-page .bec-hero:not(.bec-page-hero) .bec-title {
	text-shadow: 0 12px 36px rgba(0, 0, 0, 0.7);
}

body.bec-page .bec-hero:not(.bec-page-hero) .bec-hero-panel .bec-copy,
body.bec-page .bec-hero:not(.bec-page-hero) .bec-hero-panel .bec-card-copy {
	color: #536176 !important;
}
