.banner-one {
	min-height: 100vh;
	overflow: hidden;
}

.robot {
	position: absolute !important;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	mix-blend-mode: exclusion;
}

.robot spline-viewer {
	display: block;
	width: 100%;
	height: 100%;
}

.contact-form .form-status {
	margin-top: 16px;
	font-size: 16px;
	min-height: 24px;
}

.contact-form .form-status.is-ok {
	color: #7dffb3;
}

.contact-form .form-status.is-err {
	color: #ff6b8a;
}

.gallery-block_one-image.is-live {
	aspect-ratio: 4 / 3;
	background: #0a0a0a;
}

.gallery-block_one-image.is-live img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.camera-live {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 4;
	padding: 4px 10px;
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(186, 2, 74, 0.82);
}

.gallery-block_one-image.is-offline::after {
	content: "NO SIGNAL";
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.2em;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.45);
	background: rgba(8, 8, 8, 0.55);
}

.media-shot {
	cursor: pointer;
	display: block;
	min-height: 220px;
	background: #0a0a0a;
}

.media-shot img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	aspect-ratio: 4 / 3;
}

.media-shot.is-empty::after {
	content: "TAP TO SHOOT";
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.18em;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.45);
}

.media-shot.is-busy::after {
	content: "SAVING...";
	background: rgba(8, 8, 8, 0.55);
}

.media-file {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.scout-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin-bottom: 18px;
	flex-wrap: wrap;
}

.scout-bar_link {
	font-size: 14px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.scout-bar_link.is-on {
	color: #7dffb3;
}

.scout-live {
	margin-bottom: 28px;
	min-height: 24px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.78);
}

.scout-live.is-ok {
	color: #7dffb3;
}

.scout-live.is-err {
	color: #ff6b8a;
}

.scout-card {
	min-height: 100%;
}

.scout-path,
.scout-signal {
	position: relative;
	z-index: 1;
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.62);
}

.scout-label {
	position: relative;
	z-index: 1;
	display: block;
	margin: 18px 0 8px;
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.scout-note {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(0, 0, 0, 0.35);
	color: #fff;
	outline: none;
}

.scout-chips {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0 16px;
}

.scout-chip,
.scout-pulse,
.scout-save,
.scout-stop {
	position: relative;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: transparent;
	color: #fff;
	padding: 8px 12px;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.scout-pulse,
.scout-save,
.scout-stop {
	margin-top: 16px;
	padding: 12px 16px;
}

.scout-chip:hover,
.scout-pulse:hover,
.scout-save:hover,
.scout-stop:hover {
	border-color: #fff;
}
