.block-1 {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.block-2 {
	position: relative;
	z-index: 4;
}

.call-container {
	gap: 34px;
}

.call {
	position: relative;
	width: 210px;
	height: 210px;
	margin: 18px;
	background:
		radial-gradient(circle at 32% 24%, #fff78a 0%, #ffe70e 40%, #f5d300 100%);
	box-shadow:
		0 24px 60px rgba(0, 0, 0, .34),
		inset 0 1px 0 rgba(255, 255, 255, .65);
	transform: translateZ(0);
	overflow: visible;
}

.call::before {
	content: "01";
	position: absolute;
	top: 24px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(0, 82, 136, .55);
	font-family: 'ProximaNova-Black', Arial, sans-serif;
	font-size: 1.2rem;
	letter-spacing: .14em;
}

.call:nth-child(2)::before {
	content: "02";
}

.call:nth-child(3)::before {
	content: "03";
}

.call::after {
	content: "";
	position: absolute;
	inset: 13px;
	border: 1px solid rgba(0, 82, 136, .22);
	border-radius: 50%;
	pointer-events: none;
}

.call-content {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 42px 28px 30px;
	border-radius: 50%;
	overflow: visible;
}

.call h4 {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	width: 170px;
	margin: 0;
	color: #071018;
	font-family: 'ProximaNova-Black', Arial, sans-serif;
	font-size: 2.0rem;
	line-height: 1.05;
	letter-spacing: 0;
	text-wrap: balance;
	transform: translate(-50%, -42%);
}

.call ul {
	position: absolute;
	left: 36px;
	right: 36px;
	top: 75px;
	margin: 0;
	padding: 0;
	color: #071018;
	font-size: 1.42rem;
	line-height: 1.22;
	text-align: center;
	opacity: 0;
	transform: translateY(18px) scale(.98);
}

.call ul li {
	position: relative;
	padding: 0 0 10px;
	background: none;
}

.call ul li::before {
	display: none;
}

.call:hover,
.call:focus-within {
	width: 330px;
	height: 330px;
	margin: 0;
	box-shadow:
		0 28px 80px rgba(0, 0, 0, .42),
		0 0 0 16px rgba(255, 255, 255, .2),
		inset 0 1px 0 rgba(255, 255, 255, .75);
	transform: translateY(42px);
}

.call:hover .call-content,
.call:focus-within .call-content {
	width: 100%;
	height: 100%;
	padding: 50px 34px 34px;
	border-radius: 50%;
	overflow: visible;
}

.call:hover h4,
.call:focus-within h4 {
	top: 28px;
	width: auto;
	min-width: 320px;
	max-width: 390px;
	padding: 9px 22px 8px;
	border-radius: 999px;
	background: rgba(0, 82, 136, .96);
	color: #fff;
	font-size: 2.65rem;
	line-height: .94;
	box-shadow:
		0 18px 42px rgba(0, 0, 0, .42),
		inset 0 0 0 2px rgba(255, 231, 14, .55);
	text-shadow: 0 2px 0 rgba(0, 0, 0, .18);
	transform: translate(-50%, -100%);
}

.call:hover ul,
.call:focus-within ul {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.call,
.call:hover,
.call-content,
.call:hover .call-content,
.call h4,
.call ul {
	transition: all .42s cubic-bezier(.2, .8, .2, 1);
}

.block-1 > .container {
	position: relative;
	z-index: 3;
}

.yuko-sequence {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
	opacity: 0;
	transition: opacity .35s ease;
}

.block-1.is-sequence-ready .yuko-sequence {
	opacity: 1;
}

.block-1.is-sequence-ready .barrel,
.block-1.is-sequence-ready .canister {
	opacity: 0;
	pointer-events: none;
}

@media (max-width: 767px) {
	.yuko-sequence {
		display: none;
	}

	.block-1.is-sequence-ready .barrel,
	.block-1.is-sequence-ready .canister {
		opacity: 1;
	}

	.call-container {
		gap: 22px;
	}

	.call,
	.call:hover,
	.call:focus-within {
		width: min(310px, calc(100vw - 44px));
		height: min(310px, calc(100vw - 44px));
		margin: 14px auto;
		transform: none;
	}

	.call-content,
	.call:hover .call-content,
	.call:focus-within .call-content {
		padding: 44px 30px 30px;
	}

	.call h4,
	.call:hover h4,
	.call:focus-within h4 {
		top: 32px;
		width: min(330px, calc(100vw - 36px));
		min-width: 0;
		padding: 8px 18px;
		background: rgba(0, 82, 136, .96);
		color: #fff;
		font-size: 2.35rem;
		line-height: .98;
		box-shadow:
			0 18px 42px rgba(0, 0, 0, .42),
			inset 0 0 0 2px rgba(255, 231, 14, .55);
		text-shadow: 0 2px 0 rgba(0, 0, 0, .18);
		transform: translate(-50%, -92%);
	}

	.call ul {
		left: 30px;
		right: 30px;
		top: 78px;
		opacity: 1;
		transform: none;
		font-size: 1.28rem;
	}
}
