/**
 * Homepage supplement sections — align with yabohotelep.com (#c9a868 gold).
 */
.ybh-wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1rem;
}

.ybh-home-section {
	padding: 3rem 0;
	border-top: 1px solid #f0ebe3;
	background: #fff;
}

.ybh-eyebrow {
	color: #c9a868;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin: 0 0 0.5rem;
}

.ybh-section-title {
	font-family: Georgia, "Times New Roman", "Songti SC", serif;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	color: #1a1208;
	margin: 0 0 0.75rem;
}

.ybh-section-lead {
	color: #6b7280;
	max-width: 42rem;
	margin: 0 0 2rem;
	line-height: 1.6;
}

.ybh-blog-grid--elementor.grid {
	display: grid;
}

.ybh-blog-grid--preview {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media (min-width: 768px) {
	.ybh-blog-grid--preview {
		grid-template-columns: repeat(3, 1fr);
	}
}

.ybh-pressgo-blog-grid .yb-blog-card,
.ybh-pressgo-blog-grid .grid .yb-blog-card {
	height: 100%;
}

.ybh-pressgo-geo-markets .ybh-geo-chips {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}


@media (min-width: 768px) {
	.ybh-blog-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.ybh-blog-card {
	background: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 1rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.ybh-blog-card__media img {
	width: 100%;
	height: 12rem;
	object-fit: cover;
	display: block;
}

.ybh-blog-card__body {
	padding: 1.25rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.ybh-blog-card__date {
	font-size: 0.75rem;
	color: #9ca3af;
}

.ybh-blog-card__title {
	font-size: 1rem;
	font-weight: 700;
	margin: 0.5rem 0;
	line-height: 1.35;
}

.ybh-blog-card__title a {
	color: #1a1208;
	text-decoration: none;
}

.ybh-blog-card__title a:hover {
	color: #c9a868;
}

.ybh-blog-card__excerpt {
	font-size: 0.875rem;
	color: #6b7280;
	margin: 0;
	flex: 1;
}

.ybh-section-cta {
	margin-top: 2rem;
	text-align: center;
}

.ybh-btn {
	display: inline-block;
	padding: 0.65rem 1.25rem;
	border-radius: 4px;
	font-weight: 600;
	text-decoration: none;
}

.ybh-btn--outline {
	border: 1px solid #c9a868;
	color: #9a7432;
	background: rgba(201, 168, 104, 0.12);
}

.ybh-btn--outline:hover {
	background: rgba(201, 168, 104, 0.22);
}

/* ── Browse by market (ya GeoMarketsBrowse / theme-chip-link) ───────── */

.ybh-geo-browse {
	border-top: 1px solid #f3f4f6;
	background: #fff;
	padding: 2.5rem 0 3rem;
}

.ybh-geo-browse--muted {
	background: #f8f8f8;
}

.ybh-pressgo-geo-markets .ybh-geo-browse {
	border-top: none;
	padding: 0;
	background: transparent;
}

.ybh-geo-browse__title {
	font-family: Georgia, "Times New Roman", "Songti SC", serif;
	font-size: clamp(1.5rem, 3vw, 1.875rem);
	font-weight: 600;
	color: #c9a868;
	margin: 0;
	line-height: 1.25;
}

.ybh-geo-browse__sub {
	max-width: 42rem;
	margin: 0.5rem 0 1.5rem;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #4b5563;
}

@media (min-width: 768px) {
	.ybh-geo-browse__sub {
		font-size: 1rem;
	}
}

.ybh-geo-browse__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.theme-chip-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border: 1px solid #e5e7eb;
	background: color-mix(in srgb, #fff 65%, transparent);
	padding: 0.4375rem 0.875rem;
	min-height: 44px;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: color-mix(in srgb, #171717 88%, transparent);
	text-decoration: none;
	touch-action: manipulation;
	transition:
		color 0.15s ease,
		border-color 0.15s ease,
		background-color 0.15s ease,
		transform 0.12s ease,
		box-shadow 0.15s ease;
	-webkit-tap-highlight-color: transparent;
}

.theme-chip-link:hover {
	border-color: #c9a868;
	color: #c9a868;
	background: color-mix(in srgb, #c9a868 10%, transparent);
	box-shadow: 0 2px 8px color-mix(in srgb, #c9a868 18%, transparent);
}

.theme-chip-link:active {
	transform: scale(0.97);
	border-color: #c9a868;
	color: #c9a868;
	background: color-mix(in srgb, #c9a868 18%, transparent);
}

.theme-chip-link:focus-visible {
	outline: 2px solid #c9a868;
	outline-offset: 2px;
}

@media (max-width: 767px) {
	.ybh-geo-browse__list {
		gap: 0.5rem;
	}

	.theme-chip-link {
		font-size: 0.8125rem;
		padding: 0.5rem 0.75rem;
		line-height: 1.35;
	}
}

/* Legacy alias — old markup still maps to chip style */
.ybh-geo-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border: 1px solid #e5e7eb;
	background: color-mix(in srgb, #fff 65%, transparent);
	padding: 0.4375rem 0.875rem;
	min-height: 44px;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: color-mix(in srgb, #171717 88%, transparent);
	text-decoration: none;
}

/* Hero carousel overlay on PressGo hero.image */
.ybh-hero-carousel {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.ybh-hero-carousel__slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 1.2s ease;
}

.ybh-hero-carousel__slide.is-active {
	opacity: 1;
}

.elementor-top-section:first-of-type .elementor-background-overlay {
	z-index: 1;
}

.elementor-top-section:first-of-type .elementor-container {
	position: relative;
	z-index: 2;
}

/* Factory inline video */
.ybh-factory-video-wrap {
	position: relative;
	display: block;
}

.ybh-factory-video-wrap img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0.75rem;
}

.ybh-factory-video {
	width: 100%;
	border-radius: 0.75rem;
	background: #000;
}

.ybh-factory-video__play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 4rem;
	height: 4rem;
	border: none;
	border-radius: 50%;
	background: linear-gradient(135deg, #e8c878 0%, #c9a868 55%, #a8843a 100%);
	color: #1a1208;
	font-size: 1.25rem;
	cursor: pointer;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.ybh-factory-video__play:hover {
	filter: brightness(1.05);
}
