.ske-certificate-showcase {
	box-sizing: border-box;
	overflow: hidden;
	padding: 82px 24px 58px;
	background-color: #fbfaf6;
	background-image: url("silicone-certificate-background.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ske-certificate-showcase *,
.ske-certificate-showcase *::before,
.ske-certificate-showcase *::after {
	box-sizing: border-box;
}

.ske-cert-heading {
	margin: 0 0 35px;
	text-align: center;
}

.ske-cert-kicker {
	margin: 0 0 14px !important;
	color: #bd7543;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .18em;
}

.ske-cert-heading h2 {
	margin: 0 !important;
	color: #183f35;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 500;
	line-height: 1.05;
}

.ske-cert-heading h2::after {
	display: block;
	width: 72px;
	height: 2px;
	margin: 20px auto 16px;
	content: "";
	background: #c77b42;
}

.ske-cert-subtitle {
	margin: 0 !important;
	color: #52635d;
	font-size: 17px;
}

.ske-cert-stage {
	position: relative;
	width: min(1320px, 100%);
	height: 670px;
	margin: 0 auto;
}

.ske-mobile-gallery {
	display: none;
}

.ske-cert {
	--x: 0;
	--tilt: 0deg;
	position: absolute;
	bottom: 0;
	display: block;
	padding: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	background: transparent;
	transform: translateX(var(--x)) translateY(0) rotate(var(--tilt));
	transform-origin: center bottom;
	transition: transform .42s ease, filter .42s ease;
}

.ske-cert img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 20px 30px rgba(35, 48, 41, .18);
	transition: box-shadow .42s ease;
}

.ske-cert:hover,
.ske-cert:focus-visible,
.ske-cert.is-active {
	z-index: 20 !important;
	transform: translateX(var(--x)) translateY(-38px) scale(1.055) rotate(0deg);
}

.ske-cert:hover img,
.ske-cert:focus-visible img,
.ske-cert.is-active img {
	box-shadow: 0 30px 42px rgba(35, 48, 41, .30);
}

.ske-cert:focus-visible {
	outline: 3px solid #bd7543;
	outline-offset: 4px;
}

.ske-cert-1 {
	bottom: 18px;
	left: 1%;
	z-index: 1;
	width: 22%;
	--tilt: -7deg;
}

.ske-cert-2 {
	bottom: 8px;
	left: 17%;
	z-index: 3;
	width: 26%;
	--tilt: -3deg;
}

.ske-cert-3 {
	bottom: 0;
	left: 50%;
	z-index: 7;
	width: 33%;
	--x: -50%;
}

.ske-cert-4 {
	bottom: 8px;
	right: 17%;
	z-index: 3;
	width: 26%;
	--tilt: 3deg;
}

.ske-cert-5 {
	bottom: 18px;
	right: 1%;
	z-index: 1;
	width: 22%;
	--tilt: 7deg;
}

.ske-cert-proofs {
	display: flex;
	width: min(760px, 100%);
	margin: 16px auto 0;
	border-top: 1px solid rgba(24, 63, 53, .18);
	border-bottom: 1px solid rgba(24, 63, 53, .18);
}

.ske-cert-proof {
	display: flex;
	flex: 1;
	gap: 10px;
	align-items: baseline;
	justify-content: center;
	padding: 19px 10px;
}

.ske-cert-proof + .ske-cert-proof {
	border-left: 1px solid rgba(24, 63, 53, .18);
}

.ske-cert-proof strong {
	color: #bd7543;
	font-size: 23px;
}

.ske-cert-proof span {
	color: #244b40;
	font-size: 15px;
}

@media (max-width: 760px) {
	.ske-certificate-showcase {
		overflow: hidden;
		padding: 54px 16px 34px;
	}

	.ske-cert-heading {
		margin-bottom: 27px;
	}

	.ske-cert-kicker {
		font-size: 11px;
	}

	.ske-cert-heading h2 {
		font-size: clamp(42px, 14vw, 56px);
	}

	.ske-cert-heading h2::after {
		margin: 16px auto 14px;
	}

	.ske-cert-subtitle {
		max-width: 290px;
		margin: 0 auto !important;
		font-size: 16px;
		line-height: 1.5;
	}

	.ske-cert-stage {
		display: none;
	}

	.ske-mobile-gallery {
		display: block;
		width: 100%;
	}

	.ske-mobile-main {
		position: relative;
		height: min(112vw, 435px);
		margin: 0 -42px;
		touch-action: pan-y;
	}

	.ske-mobile-panel {
		position: absolute;
		top: 0;
		left: 18%;
		width: min(82vw, 318px);
		height: 100%;
		margin: 0;
		opacity: .32;
		pointer-events: none;
		transform: translateX(-50%) translateY(18px) rotate(-5deg) scale(.89);
		transition: opacity .28s ease, transform .32s ease;
	}

	.ske-mobile-panel:nth-child(2) {
		left: 32%;
		z-index: 1;
		transform: translateX(-50%) translateY(9px) rotate(-2.5deg) scale(.93);
	}

	.ske-mobile-panel:nth-child(3) {
		left: 68%;
		z-index: 1;
		transform: translateX(-50%) translateY(9px) rotate(2.5deg) scale(.93);
	}

	.ske-mobile-panel:nth-child(4),
	.ske-mobile-panel:nth-child(5) {
		left: 82%;
		transform: translateX(-50%) translateY(18px) rotate(5deg) scale(.89);
	}

	.ske-mobile-panel.is-active {
		z-index: 4;
		left: 50%;
		opacity: 1;
		pointer-events: auto;
		transform: translateX(-50%) translateY(0) scale(1);
	}

	.ske-mobile-panel img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
		background: #fffefa;
		box-shadow: 0 18px 30px rgba(35, 48, 41, .18);
	}

	.ske-mobile-thumbnails {
		display: flex;
		gap: 9px;
		justify-content: center;
		margin-top: 23px;
		overflow-x: auto;
		padding: 3px 1px 8px;
		scrollbar-width: none;
	}

	.ske-mobile-thumbnails::-webkit-scrollbar {
		display: none;
	}

	.ske-mobile-thumb {
		width: 52px;
		height: 72px;
		padding: 3px;
		flex: 0 0 52px;
		border: 1px solid rgba(24, 63, 53, .16);
		border-radius: 7px;
		cursor: pointer;
		background: #fffefa;
	}

	.ske-mobile-thumb.is-active {
		border: 2px solid #c77b42;
	}

	.ske-mobile-thumb img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.ske-mobile-dots {
		display: flex;
		gap: 9px;
		justify-content: center;
		margin: 10px 0 22px;
	}

	.ske-mobile-dot {
		display: block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #ddd1c2;
	}

	.ske-mobile-dot.is-active {
		background: #c77b42;
	}

	.ske-cert-proofs {
		width: 100%;
		margin-top: 0;
	}

	.ske-cert-proof {
		gap: 3px;
		flex-direction: column;
		align-items: center;
		padding: 14px 5px;
		text-align: center;
	}

	.ske-cert-proof strong {
		font-size: 18px;
	}

	.ske-cert-proof span {
		font-size: 12px;
		line-height: 1.3;
	}
}

.ske-certificate-showcase-editor .ske-cert-editor-slots {
	display: grid;
	grid-template-columns: repeat(5, minmax(110px, 1fr));
	gap: 14px;
	width: min(1100px, 100%);
	margin: 0 auto;
}

.ske-certificate-showcase-editor .ske-cert-picker {
	display: flex;
	min-height: 185px;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border: 1px solid rgba(24, 63, 53, .2);
	background: rgba(255, 255, 255, .72);
}

.ske-certificate-showcase-editor .ske-cert-picker img {
	width: 100%;
	max-height: 150px;
	object-fit: contain;
}

.ske-certificate-showcase-editor .ske-cert-empty {
	display: grid;
	min-height: 120px;
	width: 100%;
	place-items: center;
	color: #52635d;
	font-size: 13px;
	text-align: center;
}

.ske-certificate-showcase-editor .ske-editor-note {
	margin: 18px auto 0;
	color: #52635d;
	font-size: 13px;
	text-align: center;
}

.ske-proof-fields {
	margin-bottom: 16px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ddd;
}

@media (max-width: 760px) {
	.ske-certificate-showcase-editor .ske-cert-editor-slots {
		grid-template-columns: repeat(2, minmax(120px, 1fr));
	}
}
