.fab-auction-slider {
	--fab-height: clamp(300px, 24vw, 360px);
	--fab-gap: 3px;
	position: relative;
	width: min(100%, 1360px);
	height: var(--fab-height);
	margin: 0 auto;
	overflow: hidden;
	background: #070b10;
	color: #fff;
}

.fab-auction-slider,
.fab-auction-slider * {
	box-sizing: border-box;
}

.fab-auction-slider__viewport {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #070b10;
}

.fab-auction-slider__track {
	display: flex;
	width: 100%;
	height: 100%;
	will-change: transform;
	transform: translate3d(0, 0, 0);
	transition: transform 780ms cubic-bezier(0.22, 1, 0.36, 1);
}

.fab-auction-slide {
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0.96;
	transform: translateZ(0);
	transition: opacity 360ms ease;
}

.fab-auction-slide.is-active {
	opacity: 1;
}

.fab-auction-hero__media {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 62.5%) minmax(360px, 37.5%);
	gap: var(--fab-gap);
	width: 100%;
	height: 100%;
	min-height: 0;
	overflow: hidden;
	background: #070b10;
	color: #fff;
}

.fab-auction-hero__main,
.fab-auction-hero__thumb {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #101820;
}

.fab-auction-hero__image,
.fab-auction-hero__thumb-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.001) translateZ(0);
	backface-visibility: hidden;
	transition: transform 520ms ease, filter 520ms ease;
}

.fab-auction-hero__main:hover .fab-auction-hero__image,
.fab-auction-hero__thumb:hover .fab-auction-hero__thumb-image {
	transform: scale(1.025) translateZ(0);
	filter: saturate(1.04) contrast(1.03);
}

.fab-auction-hero__thumbs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: var(--fab-gap);
	width: 100%;
	height: 100%;
	min-height: 0;
}

.fab-auction-hero__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.3) 46%, rgba(0, 0, 0, 0.04) 100%),
		linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.08) 62%);
	pointer-events: none;
}

.fab-auction-hero__content {
	position: absolute;
	z-index: 3;
	left: clamp(22px, 4vw, 64px);
	bottom: clamp(16px, 2.2vw, 30px);
	width: min(620px, calc(62.5% - 58px));
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.48);
}

.fab-auction-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 10px;
}

.fab-auction-hero__badge {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 5px 9px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.fab-auction-hero__badge--featured {
	background: rgba(216, 31, 42, 0.96);
}

.fab-auction-hero__badge--live {
	background: rgba(18, 154, 96, 0.94);
}

.fab-auction-hero__badge--reserve {
	background: rgba(215, 168, 79, 0.94);
	color: #111;
}

.fab-auction-hero__title {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 4.3vw, 64px);
	font-weight: 900;
	line-height: 0.96;
	letter-spacing: 0;
}

.fab-auction-hero__subtitle {
	display: -webkit-box;
	max-width: 650px;
	margin: 12px 0 0;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(15px, 1.25vw, 20px);
	line-height: 1.42;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fab-auction-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.fab-auction-hero__metric {
	min-width: 150px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
	background: rgba(8, 13, 19, 0.72);
	backdrop-filter: blur(12px);
}

.fab-auction-hero__metric span {
	display: block;
	margin-bottom: 4px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.fab-auction-hero__metric strong {
	display: block;
	color: #fff;
	font-size: clamp(17px, 1.8vw, 26px);
	font-weight: 900;
	line-height: 1.1;
	white-space: nowrap;
}

.fab-auction-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: 14px;
	padding: 0 22px;
	border-radius: 4px;
	background: #d81f2a;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(216, 31, 42, 0.28);
	transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.fab-auction-hero__button:hover,
.fab-auction-hero__button:focus {
	background: #b91822;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 16px 36px rgba(216, 31, 42, 0.36);
}

.fab-auction-slider__arrow {
	position: absolute;
	top: 50%;
	z-index: 8;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 50%;
	background: rgba(12, 14, 18, 0.56);
	color: #fff;
	cursor: pointer;
	backdrop-filter: blur(12px);
	transform: translateY(-50%);
	transition: background-color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.fab-auction-slider__arrow span {
	display: block;
	margin-top: -4px;
	font-size: 38px;
	line-height: 1;
}

.fab-auction-slider__arrow:hover,
.fab-auction-slider__arrow:focus {
	background: rgba(216, 31, 42, 0.94);
	border-color: rgba(216, 31, 42, 0.94);
	color: #fff;
	transform: translateY(-50%) scale(1.04);
}

.fab-auction-slider__arrow--prev {
	left: 18px;
}

.fab-auction-slider__arrow--next {
	right: 18px;
}

.fab-auction-slider__dots {
	position: absolute;
	z-index: 9;
	left: 50%;
	bottom: 12px;
	display: flex;
	gap: 8px;
	transform: translateX(-50%);
}

.fab-auction-slider__dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.48);
	cursor: pointer;
	transition: width 220ms ease, background-color 220ms ease;
}

.fab-auction-slider__dots button.is-active {
	width: 24px;
	background: #d81f2a;
}

@media (max-width: 921px) {
	.fab-auction-slider {
		--fab-height: auto;
		width: 100%;
		height: auto;
	}

	.fab-auction-slider__viewport,
	.fab-auction-slider__track,
	.fab-auction-slide {
		height: auto;
	}

	.fab-auction-hero__media {
		grid-template-columns: 1fr;
		height: auto;
	}

	.fab-auction-hero__main {
		aspect-ratio: 16 / 9;
	}

	.fab-auction-hero__thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		grid-template-rows: 1fr;
		height: auto;
	}

	.fab-auction-hero__thumb {
		aspect-ratio: 1 / 1;
	}

	.fab-auction-hero__content {
		left: 58px;
		right: 58px;
		bottom: 34px;
		width: auto;
	}

	.fab-auction-hero__shade {
		background:
			linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.18) 68%, rgba(0, 0, 0, 0.04) 100%);
	}
}

@media (max-width: 640px) {
	.fab-auction-hero__main {
		aspect-ratio: 3 / 5;
	}

	.fab-auction-hero__thumbs {
		display: none;
	}

	.fab-auction-hero__content {
		left: 18px;
		right: 18px;
		bottom: 52px;
	}

	.fab-auction-hero__title {
		font-size: clamp(30px, 10vw, 44px);
	}

	.fab-auction-hero__subtitle {
		font-size: 15px;
	}

	.fab-auction-hero__meta {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		margin-top: 14px;
	}

	.fab-auction-hero__metric {
		min-width: 0;
		padding: 9px 10px;
	}

	.fab-auction-hero__metric strong {
		font-size: 16px;
	}

	.fab-auction-hero__button {
		width: 100%;
		min-height: 42px;
	}

	.fab-auction-slider__arrow {
		width: 38px;
		height: 38px;
	}

	.fab-auction-slider__arrow span {
		font-size: 30px;
	}

	.fab-auction-slider__arrow--prev {
		left: 10px;
	}

	.fab-auction-slider__arrow--next {
		right: 10px;
	}

	.fab-auction-slider__dots {
		bottom: 14px;
	}
}