.bj-showcase-reviews {
	margin: 48px 0;
}

body.bj-review-lightbox-open {
	overflow: hidden;
}

.bj-showcase-reviews--product {
	margin-top: 40px;
}

.bj-showcase-reviews__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bj-review-proof {
	background: linear-gradient(135deg, rgba(17, 17, 17, 0.96) 0%, rgba(43, 43, 46, 0.94) 100%);
	border-radius: 24px;
	box-shadow: 0 28px 60px -42px rgba(0, 0, 0, 0.45);
	color: #ffffff;
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 24px;
}

.bj-review-proof__head {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.bj-review-proof__eyebrow {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.bj-review-proof__title {
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 1.2;
	margin: 0;
}

.bj-review-proof__rating {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.bj-review-proof__rating strong {
	font-size: 1.2rem;
	line-height: 1;
}

.bj-review-proof__stars,
.bj-review-proof__quote-stars {
	display: inline-flex;
	font-size: 1rem;
	gap: 2px;
}

.bj-review-proof__stars .bj-review-card__star,
.bj-review-proof__quote-stars .bj-review-card__star {
	color: rgba(255, 255, 255, 0.2);
}

.bj-review-proof__stars .bj-review-card__star.is-filled,
.bj-review-proof__quote-stars .bj-review-card__star.is-filled {
	color: #ffbf37;
}

.bj-review-proof__quotes {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bj-review-proof__quote {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 100%;
	padding: 16px;
}

.bj-review-proof__quote p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.94rem;
	line-height: 1.55;
	margin: 0;
}

.bj-review-proof__quote span {
	color: #ffffff;
	font-size: 0.88rem;
	font-weight: 700;
}

.bj-review-proof__link {
	align-items: center;
	color: #ffffff;
	display: inline-flex;
	gap: 8px;
	font-weight: 700;
	text-decoration: none;
}

.bj-review-proof__link:hover {
	opacity: 0.88;
}

.bj-review-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 241, 243, 0.96) 100%);
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 24px;
	box-shadow: 0 28px 60px -46px rgba(0, 0, 0, 0.26);
	display: flex;
	flex-direction: column;
	gap: 16px;
	height: 100%;
	min-width: 320px;
	padding: 24px;
}

.bj-review-card__head {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

.bj-review-card__author {
	color: #111111;
	display: block;
	font-size: 1.05rem;
	line-height: 1.2;
}

.bj-review-card__meta {
	color: #6c717b;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.88rem;
	gap: 8px;
	margin-top: 6px;
}

.bj-review-card__stars {
	display: inline-flex;
	flex-shrink: 0;
	font-size: 1.05rem;
	gap: 2px;
	letter-spacing: 0.04em;
}

.bj-review-card__star {
	color: rgba(17, 17, 17, 0.18);
}

.bj-review-card__star.is-filled {
	color: #ffb000;
}

.bj-review-card__body {
	color: #2e2e31;
	font-size: 0.97rem;
	line-height: 1.65;
}

.bj-review-card__body p {
	margin: 0;
}

.bj-review-card__body p + p {
	margin-top: 10px;
}

.bj-review-card__gallery {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bj-review-card__image {
	aspect-ratio: 1;
	border-radius: 16px;
	display: block;
	overflow: hidden;
}

.bj-review-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
	width: 100%;
}

.bj-review-card__image:hover img,
.bj-review-card__image:focus img {
	transform: scale(1.04);
}

.bj-review-card__product {
	align-items: flex-start;
	border-top: 1px solid rgba(17, 17, 17, 0.08);
	color: #111111;
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: auto;
	padding-top: 14px;
	text-decoration: none;
}

.bj-review-card__product-label {
	color: #6c717b;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bj-review-card__product-name {
	font-weight: 700;
	line-height: 1.35;
}

.bj-review-carousel {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: auto minmax(0, 1fr) auto;
}

.bj-review-carousel__viewport {
	align-items: start;
	display: grid;
	gap: 18px;
	grid-auto-columns: minmax(320px, 1fr);
	grid-auto-flow: column;
	overflow-x: auto;
	padding-bottom: 10px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}

.bj-review-carousel__viewport::-webkit-scrollbar {
	height: 10px;
}

.bj-review-carousel__viewport::-webkit-scrollbar-thumb {
	background: rgba(17, 17, 17, 0.18);
	border-radius: 999px;
}

.bj-review-carousel__viewport .bj-review-card {
	align-self: start;
	height: auto;
	scroll-snap-align: start;
}

.bj-review-carousel__control {
	align-items: center;
	background: linear-gradient(135deg, #111111 0%, #2c2c2f 100%);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 20px 36px -28px rgba(0, 0, 0, 0.65);
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.8rem;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.bj-review-carousel__control:disabled {
	cursor: default;
	opacity: 0.35;
}

body[data-bj-theme="dark"] .bj-review-card {
	background: linear-gradient(180deg, #3b3b3b 0%, #2f2f2f 100%);
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: 0 28px 60px -46px rgba(0, 0, 0, 0.5);
}

body[data-bj-theme="dark"] .bj-review-card__author,
body[data-bj-theme="dark"] .bj-review-card__product,
body[data-bj-theme="dark"] .bj-review-card__product-name {
	color: #f4f6f8;
}

body[data-bj-theme="dark"] .bj-review-card__body {
	color: #d7dbe1;
}

body[data-bj-theme="dark"] .bj-review-card__meta,
body[data-bj-theme="dark"] .bj-review-card__product-label {
	color: #a4aab4;
}

body[data-bj-theme="dark"] .bj-review-card__product {
	border-top-color: rgba(255, 255, 255, 0.08);
}

body[data-bj-theme="dark"] .bj-review-proof {
	background: linear-gradient(135deg, #414141 0%, #303030 100%);
}

.bj-review-lightbox {
	align-items: center;
	background: rgba(10, 10, 12, 0.82);
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	padding: 24px;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.2s ease;
	z-index: 9999;
}

.bj-review-lightbox.is-open {
	opacity: 1;
	pointer-events: auto;
}

.bj-review-lightbox__dialog {
	max-height: 92vh;
	max-width: min(960px, 100%);
	position: relative;
}

.bj-review-lightbox__image {
	border-radius: 22px;
	box-shadow: 0 28px 70px -42px rgba(0, 0, 0, 0.55);
	display: block;
	max-height: 92vh;
	max-width: 100%;
}

.bj-review-lightbox__nav {
	align-items: center;
	background: rgba(17, 17, 17, 0.92);
	border: 0;
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 2rem;
	height: 52px;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	z-index: 2;
}

.bj-review-lightbox__nav--prev {
	left: 12px;
}

.bj-review-lightbox__nav--next {
	right: 12px;
}

.bj-review-lightbox__counter {
	background: rgba(17, 17, 17, 0.78);
	border-radius: 999px;
	color: #ffffff;
	font-size: 0.86rem;
	font-weight: 700;
	left: 50%;
	line-height: 1;
	padding: 10px 14px;
	position: absolute;
	top: 14px;
	transform: translateX(-50%);
	z-index: 2;
}

.bj-review-lightbox__close {
	align-items: center;
	background: rgba(17, 17, 17, 0.9);
	border: 0;
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.8rem;
	height: 44px;
	justify-content: center;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 44px;
}

@media (max-width: 1024px) {
	.bj-showcase-reviews__grid {
		grid-template-columns: 1fr;
	}

	.bj-review-proof__quotes {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.bj-showcase-reviews {
		margin: 36px 0;
	}

	.bj-review-carousel {
		grid-template-columns: 1fr;
	}

	.bj-review-carousel__control {
		display: none;
	}

	.bj-review-carousel__viewport {
		grid-auto-columns: minmax(280px, 88vw);
	}

	.bj-review-card {
		border-radius: 20px;
		min-width: 280px;
		padding: 20px;
	}

	.bj-review-proof {
		border-radius: 20px;
		padding: 20px;
	}

	.bj-review-proof__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.bj-review-proof__rating {
		align-items: flex-start;
	}

	.bj-review-card__gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.bj-review-lightbox {
		padding: 16px;
	}

	.bj-review-lightbox__nav {
		font-size: 1.7rem;
		height: 44px;
		width: 44px;
	}

	.bj-review-lightbox__nav--prev {
		left: 8px;
	}

	.bj-review-lightbox__nav--next {
		right: 8px;
	}

	.bj-review-lightbox__counter {
		font-size: 0.8rem;
		padding: 8px 12px;
		top: 10px;
	}

	.bj-review-lightbox__close {
		font-size: 1.5rem;
		height: 40px;
		right: 8px;
		top: 8px;
		width: 40px;
	}
}
