body.home .rg-home-3d-tour {
	box-sizing: border-box;
	position: relative;
	width: min(1720px, calc(100% - 96px));
	min-height: 560px;
	margin: 18px auto 0;
	overflow: hidden;
	background: #080909;
	border: 1px solid rgba(255, 0, 0, 0.42);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

body.home .rg-home-3d-tour__stage {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 36px 20px;
	background:
		linear-gradient(135deg, rgba(255, 0, 0, 0.12), rgba(8, 9, 9, 0) 36%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.18));
	text-align: center;
}

body.home .rg-home-3d-tour__stage:before {
	content: "";
	width: 86px;
	height: 86px;
	border: 2px solid #f20b0b;
	background:
		linear-gradient(#f20b0b, #f20b0b) center / 34px 2px no-repeat,
		linear-gradient(90deg, transparent 23px, #f20b0b 24px, #f20b0b 26px, transparent 27px) center / 52px 52px no-repeat;
	transform: rotate(-12deg);
}

body.home .rg-home-3d-tour__eyebrow {
	color: #f20b0b;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

body.home .rg-home-3d-tour__title {
	color: #fff;
	font-size: clamp(28px, 4vw, 54px);
	font-weight: 900;
	line-height: 0.95;
	text-transform: uppercase;
}

body.home .rg-home-3d-tour__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	min-height: 48px;
	padding: 0 22px;
	color: #fff;
	background: #f20b0b;
	border: 1px solid #f20b0b;
	border-radius: 0;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

body.home .rg-home-3d-tour__button:hover,
body.home .rg-home-3d-tour__button:focus-visible {
	background: #b70000;
	border-color: #ff1b1b;
	transform: translateY(-1px);
	outline: none;
}

body.home .rg-home-3d-tour.is-loading .rg-home-3d-tour__button {
	pointer-events: none;
	opacity: 0.68;
}

body.home .rg-home-3d-tour.is-loaded .rg-home-3d-tour__stage {
	display: none;
}

body.home .rg-home-3d-tour__iframe {
	display: block;
	width: 100%;
	height: 600px;
	min-height: 560px;
	border: 0;
	background: #080909;
}

@media (max-width: 767px) {
	body.home .rg-home-3d-tour {
		width: min(100% - 28px, 680px);
		min-height: 420px;
		margin-top: 14px;
	}

	body.home .rg-home-3d-tour__stage {
		gap: 14px;
		padding: 28px 16px;
	}

	body.home .rg-home-3d-tour__stage:before {
		width: 68px;
		height: 68px;
		background:
			linear-gradient(#f20b0b, #f20b0b) center / 28px 2px no-repeat,
			linear-gradient(90deg, transparent 18px, #f20b0b 19px, #f20b0b 21px, transparent 22px) center / 42px 42px no-repeat;
	}

	body.home .rg-home-3d-tour__button {
		min-width: 172px;
		min-height: 44px;
		font-size: 13px;
	}

	body.home .rg-home-3d-tour__iframe {
		height: 420px;
		min-height: 420px;
	}
}
