/* Front-page gallery, reviews, FAQ, and carousel add-on sections.
 * Loaded only on the front page; extracted from swiss-modern.css to keep the global layer lean.
 */

.hong-swiss-modern .hong-home-gallery,
.hong-swiss-modern .hong-home-reviews {
	background: var(--hong-white);
	margin: 84px 0 92px;
	padding: 0;
}

.hong-swiss-modern .hong-home-gallery__shell,
.hong-swiss-modern .hong-home-reviews__shell {
	margin: 0 auto;
	max-width: 1400px;
	padding: 0 32px;
}

.hong-swiss-modern .hong-home-gallery__intro,
.hong-swiss-modern .hong-home-reviews__intro {
	align-items: end;
	border-top: 1px solid var(--hong-line);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	padding-top: 28px;
}

.hong-swiss-modern .hong-home-gallery__kicker,
.hong-swiss-modern .hong-home-reviews__kicker {
	color: var(--hong-accent);
	font-family: var(--hong-mono);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.hong-swiss-modern .hong-home-gallery__title,
.hong-swiss-modern .hong-home-reviews__title {
	font-size: clamp(28px, 3.4vw, 42px);
	line-height: 0.98;
	margin: 0;
	max-width: 12ch;
}

.hong-swiss-modern .hong-home-gallery__aside,
.hong-swiss-modern .hong-home-reviews__text {
	max-width: 40ch;
}

.hong-swiss-modern .hong-home-gallery__aside p,
.hong-swiss-modern .hong-home-reviews__text {
	margin: 0;
}

.hong-swiss-modern .hong-home-gallery__cta,
.hong-swiss-modern .hong-home-reviews__cta {
	display: inline-flex;
	margin-top: 20px;
}

.hong-swiss-modern .hong-carousel {
	margin-top: 30px;
}

.hong-swiss-modern .hong-carousel__controls {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin-bottom: 16px;
}

.hong-swiss-modern .hong-carousel__button {
	appearance: none;
	background: var(--hong-white);
	border: 1px solid var(--hong-line);
	border-radius: 0;
	color: var(--hong-ink);
	cursor: pointer;
	font-family: var(--hong-mono);
	font-size: 10px;
	font-weight: 600;
	height: 46px;
	letter-spacing: 0.08em;
	padding: 0 16px;
	text-transform: uppercase;
}

.hong-swiss-modern .hong-carousel__viewport {
	-ms-overflow-style: none;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.hong-swiss-modern .hong-carousel__viewport::-webkit-scrollbar {
	display: none;
}

.hong-swiss-modern .hong-carousel__track {
	display: flex;
	gap: 24px;
}

.hong-swiss-modern .hong-home-gallery .hong-carousel__slide,
.hong-swiss-modern .hong-home-reviews .hong-carousel__slide {
	flex: 0 0 calc((100% - 48px) / 3);
}

.hong-swiss-modern .hong-gallery-card,
.hong-swiss-modern .hong-home-review-card,
.hong-swiss-modern .hong-home-reviews__empty {
	background: var(--hong-white);
	border: 1px solid var(--hong-line);
	border-top: 2px solid var(--hong-accent);
	min-height: 100%;
}

.hong-swiss-modern .hong-gallery-card__media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.hong-swiss-modern .hong-gallery-card__image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hong-swiss-modern .hong-gallery-card__body {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 20px 20px 22px;
}

.hong-swiss-modern .hong-gallery-card__label,
.hong-swiss-modern .hong-home-review-card__meta,
.hong-swiss-modern .hong-home-review-card__source {
	color: var(--hong-gray-600);
	font-family: var(--hong-mono);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hong-swiss-modern .hong-gallery-card__title {
	font-size: clamp(28px, 2.4vw, 38px);
	line-height: 0.98;
	margin: 0;
	max-width: 12ch;
}

.hong-swiss-modern .hong-gallery-card__text {
	color: var(--hong-gray-600);
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
	max-width: 28ch;
}

.hong-swiss-modern .hong-home-review-card {
	display: flex;
	flex-direction: column;
	padding: 20px 20px 18px;
}

.hong-swiss-modern .hong-home-review-card__topline {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.hong-swiss-modern .hong-home-review-card__rating {
	align-items: center;
	display: flex;
	gap: 10px;
}

.hong-swiss-modern .hong-home-review-card__stars {
	color: var(--hong-accent);
	font-size: 16px;
	letter-spacing: 0.1em;
}

.hong-swiss-modern .hong-home-review-card__score {
	color: var(--hong-gray-600);
	font-family: var(--hong-mono);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hong-swiss-modern .hong-home-review-card__descriptor {
	color: var(--hong-gray-600);
	font-family: var(--hong-mono);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin: 16px 0 0;
	text-transform: uppercase;
}

.hong-swiss-modern .hong-home-review-card__quote {
	color: var(--hong-ink);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.66;
	margin: 16px 0 0;
	max-width: none;
}

.hong-swiss-modern .hong-home-review-card__quote p {
	margin: 0;
}

.hong-swiss-modern .hong-home-review-card__footer {
	align-items: center;
	display: flex;
	gap: 14px;
	margin-top: auto;
	padding-top: 18px;
}

.hong-swiss-modern .hong-home-review-card__avatar {
	align-items: center;
	background: var(--hong-white);
	border: 1px solid var(--hong-line);
	display: inline-flex;
	font-family: var(--hong-mono);
	font-size: 13px;
	font-weight: 600;
	height: 44px;
	justify-content: center;
	letter-spacing: 0.06em;
	min-width: 44px;
}

.hong-swiss-modern .hong-home-review-card__author-wrap {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.hong-swiss-modern .hong-home-review-card__author {
	color: var(--hong-ink);
	font-family: var(--hong-mono);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin: 0;
	text-transform: uppercase;
}

.hong-swiss-modern .hong-home-review-card__source {
	line-height: 1.4;
	margin: 0;
}

.hong-swiss-modern .hong-home-faq {
	background: var(--hong-white);
	margin: 72px 0 88px;
	padding: 0;
}

.hong-swiss-modern .hong-home-faq__shell {
	margin: 0 auto;
	max-width: 1400px;
	padding: 0 32px;
}

.hong-swiss-modern .hong-home-faq__intro {
	border-top: 1px solid var(--hong-line);
	padding-top: 28px;
}

.hong-swiss-modern .hong-home-faq__kicker {
	color: var(--hong-accent);
	font-family: var(--hong-mono);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.hong-swiss-modern .hong-home-faq__title {
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.02;
	margin: 0;
	max-width: 12ch;
}

.hong-swiss-modern .hong-home-faq__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 26px;
}

.hong-swiss-modern .hong-home-faq__item {
	background: var(--hong-paper);
	border: 1px solid var(--hong-line);
	padding: 0;
}

.hong-swiss-modern .hong-home-faq__question {
	cursor: pointer;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.15;
	list-style: none;
	padding: 22px 22px 18px;
}

.hong-swiss-modern .hong-home-faq__question::-webkit-details-marker {
	display: none;
}

.hong-swiss-modern .hong-home-faq__answer {
	padding: 0 22px 22px;
}

.hong-swiss-modern .hong-home-faq__answer p {
	color: var(--hong-gray-600);
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
	max-width: 42ch;
}

.hong-swiss-modern .hong-home-reviews__empty p {
	color: var(--hong-gray-600);
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	max-width: 30ch;
}

@media (max-width: 1180px) {
	.hong-swiss-modern .hong-home-gallery__intro,
.hong-swiss-modern .hong-home-reviews__intro {
		grid-template-columns: 1fr;
	}

}

@media (max-width: 980px) {
	.hong-swiss-modern .hong-home-gallery__shell,
.hong-swiss-modern .hong-home-reviews__shell {
		padding: 0 24px;
	}

	.hong-swiss-modern .hong-home-faq__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hong-swiss-modern .hong-home-gallery .hong-carousel__slide,
.hong-swiss-modern .hong-home-reviews .hong-carousel__slide {
		flex-basis: calc((100% - 24px) / 2);
	}

}

@media (max-width: 760px) {
	.hong-swiss-modern .hong-home-gallery,
.hong-swiss-modern .hong-home-reviews,
.hong-swiss-modern .hong-home-faq {
		margin: 88px 0 72px;
	}

	.hong-swiss-modern .hong-home-faq__grid {
		grid-template-columns: 1fr;
	}

	.hong-swiss-modern .hong-home-gallery__title,
.hong-swiss-modern .hong-home-reviews__title {
		max-width: none;
	}

	.hong-swiss-modern .hong-home-gallery .hong-carousel__slide,
.hong-swiss-modern .hong-home-reviews .hong-carousel__slide {
		flex-basis: 85%;
	}

}

@media (max-width: 540px) {
	.hong-swiss-modern .hong-home-gallery__shell,
.hong-swiss-modern .hong-home-reviews__shell,
.hong-swiss-modern .hong-home-faq__shell {
		padding: 0 18px;
	}

	.hong-swiss-modern .hong-gallery-card__body {
		padding-left: 18px;
		padding-right: 18px;
	}

	.hong-swiss-modern .hong-home-faq__question,
.hong-swiss-modern .hong-home-faq__answer {
		padding-left: 18px;
		padding-right: 18px;
	}

	.hong-swiss-modern .hong-home-review-card__topline,
.hong-swiss-modern .hong-home-review-card__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.hong-swiss-modern .hong-home-gallery .hong-carousel__slide,
.hong-swiss-modern .hong-home-reviews .hong-carousel__slide {
		flex-basis: 100%;
	}

}

.hong-swiss-modern .hong-home-review-card__quote {
	font-size: 13px;
	line-height: 1.62;
}
