.vicora-home-showcase{
	position:relative;
	width:100vw;
	max-width:100vw;
	margin-left:calc(50% - 50vw);
	margin-right:calc(50% - 50vw);
	padding:48px 28px 88px;
	background:#F2ECE4;
	clear:both;
	isolation:isolate;
}

.vicora-home-showcase__container{
	width:100%;
	max-width:1800px;
	margin:0 auto;
	padding:0;
	border-radius:0;
	background:transparent;
	box-shadow:none;
	overflow:visible;
}

.vicora-home-showcase__grid{
	position:relative;
	display:grid;
	grid-template-columns:repeat(6, minmax(0, 1fr));
	gap:18px;
	align-items:stretch;
	perspective:1800px;
	transform-style:preserve-3d;
}

.vicora-home-showcase__grid::before{
	content:"";
	position:absolute;
	left:2%;
	right:2%;
	bottom:-22px;
	height:36px;
	border-radius:50%;
	background:radial-gradient(ellipse, rgba(60,40,23,.22), rgba(60,40,23,0) 72%);
	filter:blur(13px);
	opacity:.7;
	pointer-events:none;
}

.vicora-home-showcase__card{
	position:relative;
	display:block;
	height:330px;
	min-width:0;
	border-radius:32px;
	overflow:hidden;
	text-decoration:none !important;
	border:1px solid rgba(215,177,108,.72);
	box-shadow:
		0 18px 34px rgba(26,18,12,.18),
		0 6px 12px rgba(26,18,12,.10),
		inset 0 1px 0 rgba(255,255,255,.34),
		inset -10px 0 18px rgba(0,0,0,.08);
	transform:translateY(0) rotateY(-3deg);
	transform-origin:center center;
	transform-style:preserve-3d;
	transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
	isolation:isolate;
}

.vicora-home-showcase__card:nth-child(even){
	transform:translateY(0) rotateY(3deg);
}

.vicora-home-showcase__card:hover,
.vicora-home-showcase__card:focus-visible{
	transform:translateY(-12px) rotateY(0deg) scale(1.025);
	border-color:rgba(230,193,121,.98);
	box-shadow:
		0 30px 58px rgba(26,18,12,.25),
		0 10px 18px rgba(26,18,12,.13),
		0 0 0 1px rgba(255,224,157,.30),
		inset 0 1px 0 rgba(255,255,255,.42);
}

.vicora-home-showcase__image{
	position:absolute;
	inset:0;
	z-index:0;
	width:100%;
	height:100% !important;
	max-width:none !important;
	object-fit:cover;
	object-position:center top;
	transition:transform .35s ease;
}

.vicora-home-showcase__card:hover .vicora-home-showcase__image,
.vicora-home-showcase__card:focus-visible .vicora-home-showcase__image{
	transform:scale(1.06);
}

.vicora-home-showcase__overlay{
	position:absolute;
	inset:0;
	z-index:1;
	background:
		linear-gradient(90deg, rgba(255,235,192,.10), transparent 20%, rgba(0,0,0,.12) 100%),
		linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.38));
	pointer-events:none;
}

.vicora-home-showcase__card::after{
	content:"";
	position:absolute;
	inset:8px;
	z-index:3;
	border:1px solid rgba(255,226,166,.28);
	border-radius:25px;
	box-shadow:inset 0 0 20px rgba(255,224,157,.06);
	pointer-events:none;
	transform:translateZ(5px);
}

.vicora-home-showcase__content{
	position:absolute;
	left:16px;
	right:16px;
	bottom:54px;
	z-index:2;
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:10px;
	color:#fff;
	text-align:center;
}

.vicora-home-showcase__icon{
	width:58px;
	height:58px;
	fill:none;
	stroke:#fff;
	stroke-width:1.7;
	stroke-linecap:round;
	stroke-linejoin:round;
	filter:drop-shadow(0 2px 9px rgba(0,0,0,.35));
}

.vicora-home-showcase__label{
	display:block;
	font-family:var(--ast-global-font-family-headings, "Playfair Display", "Cormorant Garamond", Georgia, serif);
	font-size:34px;
	font-weight:400;
	line-height:1;
	letter-spacing:0;
	color:#fff;
	text-shadow:0 2px 12px rgba(0,0,0,.35);
	white-space:nowrap;
}

@media (max-width: 1500px){
	.vicora-home-showcase__container{
		padding:0;
		border-radius:0;
	}
	.vicora-home-showcase__grid{
		gap:14px;
	}
	.vicora-home-showcase__card{
		height:300px;
		border-radius:28px;
	}
	.vicora-home-showcase__content{
		bottom:42px;
		gap:8px;
	}
	.vicora-home-showcase__icon{
		width:52px;
		height:52px;
	}
	.vicora-home-showcase__label{
		font-size:30px;
	}
}

@media (max-width: 1100px){
	.vicora-home-showcase{
		padding-left:18px;
		padding-right:18px;
	}
	.vicora-home-showcase__container{
		padding:0;
		border-radius:0;
	}
	.vicora-home-showcase__grid{
		display:flex;
		gap:14px;
		overflow-x:auto;
		padding:0 0 8px;
		scroll-snap-type:x mandatory;
		scrollbar-width:none;
		-webkit-overflow-scrolling:touch;
	}
	.vicora-home-showcase__grid::-webkit-scrollbar{
		display:none;
	}
	.vicora-home-showcase__card{
		flex:0 0 250px;
		height:340px;
		scroll-snap-align:center;
		transform:translateY(0) rotateY(-2deg);
	}
	.vicora-home-showcase__card:nth-child(even){
		transform:translateY(0) rotateY(2deg);
	}
}

@media (max-width: 600px){
	.vicora-home-showcase{
		padding:44px 12px 70px;
	}
	.vicora-home-showcase__container{
		padding:0;
		border-radius:0;
	}
	.vicora-home-showcase__card{
		flex-basis:218px;
		height:320px;
		border-radius:25px;
		transform:translateY(0);
	}
	.vicora-home-showcase__card:nth-child(even){
		transform:translateY(0);
	}
	.vicora-home-showcase__card:hover,
	.vicora-home-showcase__card:focus-visible{
		transform:translateY(-8px) scale(1.015);
	}
	.vicora-home-showcase__icon{
		width:48px;
		height:48px;
	}
	.vicora-home-showcase__label{
		font-size:28px;
	}
}
