/**
 * Prototype pages (factory / showroom) — match yabohotelep.com layout & responsive breakpoints.
 */

.ybh-prototype-page-wrap.elementor-element,
.ybh-prototype-page-wrap .e-con-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Prototype pages (hero / full-bleed sections) must escape Elementor boxed 1280px wrapper. */
.elementor-page .ybh-prototype-page-wrap.e-con-boxed,
.elementor-page .ybh-prototype-page-wrap.e-con {
	--content-width: 100% !important;
	--padding-top: 0px !important;
	--padding-bottom: 0px !important;
	--padding-left: 0px !important;
	--padding-right: 0px !important;
	width: 100% !important;
	max-width: none !important;
}

.elementor-page .ybh-prototype-page-wrap > .e-con-inner {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
}

.elementor-page .ybh-prototype-page-wrap .elementor-widget-html,
.elementor-page .ybh-prototype-page-wrap .elementor-widget-html .elementor-widget-container {
	width: 100%;
	max-width: none;
}

.ybh-prototype-page {
	color: #39393f;
	font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
	line-height: 1.5;
}

.ybh-wrap {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
	box-sizing: border-box;
}

.ybh-breadcrumb-bar {
	padding-top: 1rem;
	color: #171717;
}

.ybh-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.875rem;
}

.ybh-breadcrumb__item:not(:last-child)::after {
	content: "/";
	margin-left: 0.5rem;
	color: #9ca3af;
}

.ybh-breadcrumb a {
	color: #525252;
	text-decoration: none;
}

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

.ybh-page-hero {
	padding-bottom: 1.25rem;
	color: #111827;
}

.ybh-eyebrow,
.ybh-section-eyebrow,
.ybh-showroom-hero__eyebrow {
	color: #c9a868;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-size: 0.8125rem;
	margin: 0 0 0.5rem;
}

.ybh-page-title {
	font-family: Georgia, "Times New Roman", "Songti SC", serif;
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0.75rem 0 1rem;
	max-width: 48rem;
}

.ybh-page-lead {
	color: #4b5563;
	font-size: 1rem;
	line-height: 1.65;
	max-width: 48rem;
	margin: 0;
}

.ybh-section {
	padding: 3.5rem 0;
}

.ybh-section--muted {
	background: #f8f8f8;
}

.ybh-section--tight {
	padding-top: 1.5rem;
}

.ybh-section--stats {
	padding: 1.5rem 0;
	background: #f8f8f8;
}

.ybh-section--accent {
	background: #faf8f4;
	text-align: center;
}

.ybh-section-intro {
	margin-bottom: 2rem;
}

.ybh-section-intro--center {
	text-align: center;
}

.ybh-section-intro--center .ybh-section-sub {
	margin-left: auto;
	margin-right: auto;
}

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

.ybh-section-sub {
	color: #4b5563;
	font-size: 1rem;
	line-height: 1.65;
	max-width: 42rem;
	margin: 0;
}

.ybh-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.75rem 1.25rem;
	border-radius: 4px;
	font-weight: 600;
	font-size: 0.9375rem;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: filter 0.15s ease;
}

.ybh-btn--gold {
	background: linear-gradient(135deg, #e8c878 0%, #c9a868 55%, #a8843a 100%);
	color: #1a1208 !important;
}

.ybh-btn--gold:hover {
	filter: brightness(1.05);
}

.ybh-btn--whatsapp {
	background: #25d366;
	color: #fff !important;
}

.ybh-btn--whatsapp:hover {
	filter: brightness(1.05);
}

.ybh-btn--outline {
	background: transparent;
	border: 1px solid #c9a868;
	color: #9a7b3c !important;
}

.ybh-btn--sm {
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
}

.ybh-grid {
	display: grid;
	gap: 1rem;
}

.ybh-grid--2,
.ybh-grid--3,
.ybh-grid--4 {
	grid-template-columns: 1fr;
}

@media (min-width: 640px) {
	.ybh-grid--2,
	.ybh-grid--4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

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

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

	.ybh-grid--4 {
		grid-template-columns: repeat(4, 1fr);
	}
}

.ybh-video-wrap {
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
	margin-bottom: 2.5rem;
}

.ybh-video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background: #111;
}

.ybh-stage-card {
	background: #fff;
	border: 1px solid #f3f4f6;
	border-radius: 0.75rem;
	padding: 1.25rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.ybh-stage-card__num {
	color: #c9a868;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.ybh-stage-card__title {
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0.5rem 0;
	color: #111827;
}

.ybh-stage-card__body {
	font-size: 0.875rem;
	color: #4b5563;
	margin: 0;
	line-height: 1.6;
}

.ybh-factory-carousel__track {
	display: flex;
	gap: 1rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	padding-bottom: 0.5rem;
}

.ybh-factory-carousel__track::-webkit-scrollbar {
	display: none;
}

.ybh-factory-carousel__slide {
	flex: 0 0 min(92vw, 22rem);
	scroll-snap-align: center;
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid #f3f4f6;
	background: #f8f8f8;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.ybh-factory-carousel__slide img {
	width: 100%;
	height: 11rem;
	object-fit: cover;
	display: block;
}

.ybh-factory-carousel__body {
	padding: 1rem 1.25rem 1.25rem;
}

.ybh-factory-carousel__body h3 {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 0.5rem;
	color: #111827;
}

.ybh-factory-carousel__body p {
	font-size: 0.875rem;
	color: #4b5563;
	margin: 0;
	line-height: 1.55;
}

.ybh-factory-carousel__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-top: 1rem;
}

.ybh-factory-carousel__btn {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 999px;
	border: 1px solid #e5e7eb;
	background: #fff;
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
	color: #374151;
}

.ybh-showroom-hero {
	position: relative;
	min-height: min(52vh, 520px);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.ybh-showroom-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ybh-showroom-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.2));
}

.ybh-showroom-hero__content {
	position: relative;
	color: #fff;
	padding-top: 5rem;
	padding-bottom: 2.5rem;
	z-index: 1;
}

.ybh-showroom-hero__title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.875rem, 5vw, 3rem);
	font-weight: 700;
	line-height: 1.15;
	max-width: 48rem;
	margin: 0 0 1rem;
}

.ybh-showroom-hero__sub {
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1rem, 2vw, 1.125rem);
	max-width: 42rem;
	margin: 0 0 1.5rem;
	line-height: 1.6;
}

.ybh-showroom-hero__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.ybh-showroom-nav {
	position: sticky;
	top: 4.5rem;
	z-index: 20;
	background: #fafaf9;
	border-bottom: 1px solid #e5e7eb;
}

.ybh-showroom-nav__desktop {
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.75rem 1rem;
}

.ybh-showroom-nav__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.ybh-showroom-nav__tab {
	padding: 0.5rem 0.75rem;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #374151;
	text-decoration: none;
	border: 1px solid transparent;
}

.ybh-showroom-nav__tab:hover {
	border-color: #e8d4a8;
	color: #c9a868;
	background: #fff;
}

.ybh-showroom-nav__actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-size: 0.8125rem;
}

.ybh-showroom-nav__actions a {
	color: #6b7280;
	text-decoration: none;
}

.ybh-showroom-nav__mobile {
	padding: 0.75rem 1rem 1rem;
}

.ybh-showroom-nav__kingkong {
	display: flex;
	gap: 0.5rem;
	overflow-x: auto;
	scrollbar-width: none;
	padding-bottom: 0.5rem;
}

.ybh-showroom-nav__kingkong::-webkit-scrollbar {
	display: none;
}

.ybh-showroom-nav__kk-item {
	flex: 0 0 auto;
	min-width: 4.5rem;
	text-align: center;
	text-decoration: none;
	color: #374151;
	font-size: 0.6875rem;
	font-weight: 600;
}

.ybh-showroom-nav__kk-item span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin: 0 auto 0.35rem;
	border-radius: 1rem;
	background: #fff;
	border: 1px solid #e5e7eb;
	font-size: 0.625rem;
}

.ybh-showroom-nav__factory-link {
	display: block;
	font-size: 0.8125rem;
	color: #c9a868;
	font-weight: 600;
	text-decoration: none;
	margin-top: 0.25rem;
}

@media (min-width: 768px) {
	.ybh-showroom-nav__mobile {
		display: none;
	}

	.ybh-showroom-nav__desktop {
		display: flex;
	}

	.ybh-factory-carousel__slide {
		flex-basis: calc(33.333% - 0.67rem);
		scroll-snap-align: start;
	}

	.ybh-factory-carousel__slide img {
		height: 13rem;
	}
}

/* Gallery / panorama entry */
.ybh-panorama-entry-btn {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 2rem;
	padding: 0;
	border: 1px solid rgba(232, 212, 168, 0.35);
	border-radius: 1rem;
	overflow: hidden;
	background: #1a1a1a;
	text-align: left;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ybh-panorama-entry-btn:hover {
	border-color: rgba(201, 168, 104, 0.6);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.ybh-panorama-entry-btn__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.55;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.ybh-panorama-entry-btn:hover .ybh-panorama-entry-btn__bg {
	opacity: 0.65;
	transform: scale(1.02);
}

.ybh-panorama-entry-btn__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.25));
}

.ybh-panorama-entry-btn__badge {
	position: absolute;
	right: 1rem;
	top: 1rem;
	z-index: 2;
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #e8d4a8;
	background: rgba(0, 0, 0, 0.45);
	border: 1px solid rgba(232, 212, 168, 0.3);
	border-radius: 999px;
	padding: 0.25rem 0.625rem;
	backdrop-filter: blur(4px);
}

.ybh-panorama-entry-btn__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-height: 7.5rem;
	padding: 1.25rem 1.5rem;
}

@media (min-width: 640px) {
	.ybh-panorama-entry-btn__inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		min-height: 8.5rem;
	}
}

.ybh-panorama-entry-btn__copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.ybh-panorama-entry-btn__eyebrow {
	font-size: 0.6875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: #e8d4a8;
	margin-bottom: 0.25rem;
}

.ybh-panorama-entry-btn__title {
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
}

@media (min-width: 640px) {
	.ybh-panorama-entry-btn__title {
		font-size: 1.25rem;
	}
}

.ybh-panorama-entry-btn__sub {
	margin-top: 0.35rem;
	font-size: 0.875rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.8);
	max-width: 42rem;
}

.ybh-panorama-entry-btn__cta {
	flex-shrink: 0;
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.625rem 1rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(4px);
	transition: background 0.2s ease, color 0.2s ease;
}

.ybh-panorama-entry-btn:hover .ybh-panorama-entry-btn__cta {
	background: #c9a868;
	color: #1a1a1a;
	border-color: #c9a868;
}

.ybh-gallery-card {
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
	margin: 0;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.ybh-gallery-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.ybh-gallery-card:hover img {
	transform: scale(1.02);
}

.ybh-gallery-card__360 {
	position: absolute;
	right: 0.75rem;
	top: 0.75rem;
	z-index: 2;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 0.375rem 0.75rem;
	cursor: pointer;
	backdrop-filter: blur(4px);
	transition: background 0.2s ease, color 0.2s ease;
}

.ybh-gallery-card__360:hover {
	background: #c9a868;
	color: #1a1a1a;
	border-color: #c9a868;
}

.ybh-gallery-card__caption {
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	padding: 1rem;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.72), transparent);
	color: #fff;
}

.ybh-gallery-card__caption strong {
	display: block;
	font-size: 0.9375rem;
	font-weight: 600;
}

.ybh-gallery-card__caption span {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.85);
	font-weight: 400;
}

/* Panorama modal */
body.ybh-panorama-open {
	overflow: hidden;
}

.ybh-panorama-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.ybh-panorama-modal[hidden] {
	display: none !important;
}

.ybh-panorama-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.72);
}

.ybh-panorama-modal__dialog {
	position: relative;
	width: min(96vw, 72rem);
	max-height: min(92vh, 720px);
	display: flex;
	flex-direction: column;
	background: #111;
	color: #fff;
	border: 1px solid #374151;
	border-radius: 0.75rem;
	overflow: hidden;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}

.ybh-panorama-modal__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.875rem 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 640px) {
	.ybh-panorama-modal__header {
		padding: 0.875rem 1.25rem;
	}
}

.ybh-panorama-modal__title {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
}

@media (min-width: 640px) {
	.ybh-panorama-modal__title {
		font-size: 1.125rem;
	}
}

.ybh-panorama-modal__sub {
	margin: 0.25rem 0 0;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.45;
}

@media (min-width: 640px) {
	.ybh-panorama-modal__sub {
		font-size: 0.875rem;
	}
}

.ybh-panorama-modal__close {
	flex-shrink: 0;
	width: 2rem;
	height: 2rem;
	border: none;
	border-radius: 0.375rem;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
}

.ybh-panorama-modal__stage {
	position: relative;
	min-height: min(58vh, 520px);
	background: #000;
}

.ybh-panorama-modal__viewer {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.ybh-panorama-modal__loading,
.ybh-panorama-modal__error {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	text-align: center;
	font-size: 0.875rem;
}

.ybh-panorama-modal__loading {
	background: rgba(0, 0, 0, 0.4);
	color: rgba(255, 255, 255, 0.8);
}

.ybh-panorama-modal__error {
	background: rgba(0, 0, 0, 0.7);
	color: rgba(255, 255, 255, 0.85);
}

.ybh-panorama-modal__hint {
	margin: 0;
	padding: 0.625rem 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 0.6875rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.55);
}

@media (min-width: 640px) {
	.ybh-panorama-modal__hint {
		padding: 0.625rem 1.25rem;
	}
}

/* Mobile workflow timeline */
.ybh-workflow-mobile {
	margin-top: 2rem;
}

.ybh-workflow-mobile__nodes {
	display: flex;
	align-items: center;
	padding: 0 0.125rem;
}

.ybh-workflow-mobile__node {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #e8c878 0%, #c9a868 55%, #a8843a 100%);
	color: #1a1208;
	font-size: 0.875rem;
	font-weight: 700;
}

.ybh-workflow-mobile__line {
	flex: 1 1 auto;
	height: 1px;
	min-width: 0.35rem;
	max-width: 1.25rem;
	background: linear-gradient(to right, rgba(201, 168, 104, 0.7), rgba(201, 168, 104, 0.25));
}

.ybh-workflow-mobile__labels {
	display: flex;
	gap: 0.25rem;
	margin: 0.5rem 0 0;
	padding: 0;
	list-style: none;
}

.ybh-workflow-mobile__labels li {
	flex: 1 1 0;
	min-width: 0;
	text-align: center;
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 1.35;
	color: #111827;
}

@media (min-width: 480px) {
	.ybh-workflow-mobile__labels li {
		font-size: 0.6875rem;
	}
}

@media (min-width: 768px) {
	.ybh-workflow-mobile {
		display: none;
	}
}

.ybh-workflow {
	display: none;
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
	gap: 0.75rem;
}

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

.ybh-region-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid #f3f4f6;
	background: #fff;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ybh-region-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
	border-color: rgba(232, 212, 168, 0.4);
}

.ybh-region-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.ybh-region-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ybh-region-card__badge {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	background: #c9a868;
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.25rem 0.75rem;
	border-radius: 999px;
}

.ybh-region-card__ports {
	position: absolute;
	left: 0.75rem;
	bottom: 0.75rem;
	background: rgba(0, 0, 0, 0.45);
	color: #fff;
	font-size: 0.6875rem;
	padding: 0.25rem 0.5rem;
	border-radius: 999px;
}

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

.ybh-region-card__body h3 {
	font-size: 1.0625rem;
	font-weight: 700;
	margin: 0 0 0.5rem;
	color: #111827;
}

.ybh-region-card__body p {
	font-size: 0.875rem;
	color: #4b5563;
	margin: 0 0 0.75rem;
	line-height: 1.55;
	flex: 1;
}

.ybh-region-card__body ul {
	list-style: none;
	margin: 0;
	padding: 0.75rem 0 0;
	border-top: 1px solid #f3f4f6;
}

.ybh-region-card__body li {
	font-size: 0.75rem;
	color: #4b5563;
	padding: 0.25rem 0 0.25rem 1rem;
	position: relative;
}

.ybh-region-card__body li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #c9a868;
	font-weight: 700;
}

.ybh-region-card__cta {
	font-size: 0.8125rem;
	font-weight: 600;
	color: #c9a868;
	margin-top: 0.75rem;
}

.ybh-region-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 2rem;
}

.ybh-region-links a {
	font-size: 0.875rem;
	font-weight: 600;
	color: #374151;
	text-decoration: none;
	padding: 0.5rem 1rem;
	border-radius: 999px;
	border: 1px solid #e5e7eb;
	background: #fff;
}

.ybh-stats-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	text-align: center;
}

.ybh-stats-row strong {
	display: block;
	font-size: clamp(1.5rem, 4vw, 2rem);
	color: #c9a868;
	font-family: Georgia, serif;
}

.ybh-stats-row span {
	display: block;
	font-size: 0.75rem;
	color: #4b5563;
	margin-top: 0.25rem;
	line-height: 1.35;
}

.ybh-service-card,
.ybh-value-card {
	background: #f8f8f8;
	border: 1px solid #f3f4f6;
	border-radius: 1rem;
	padding: 1.5rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.ybh-service-card h3,
.ybh-value-card h3 {
	font-size: 1.0625rem;
	font-weight: 700;
	margin: 0 0 0.5rem;
	color: #111827;
}

.ybh-service-card p,
.ybh-value-card p {
	font-size: 0.875rem;
	color: #4b5563;
	margin: 0;
	line-height: 1.6;
}

.ybh-value-card {
	background: #fff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
	padding: 2rem;
}

.ybh-workflow li {
	background: #fff;
	border-radius: 0.75rem;
	padding: 1.25rem 0.75rem;
	text-align: center;
	font-weight: 600;
	font-size: 0.875rem;
	color: #111827;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.ybh-workflow li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 999px;
	background: rgba(201, 168, 104, 0.15);
	color: #9a7b3c;
	font-size: 0.75rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.ybh-package-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid #f3f4f6;
	background: #fff;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.2s ease;
}

.ybh-package-card:hover {
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.ybh-package-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.ybh-package-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.ybh-package-card:hover .ybh-package-card__media img {
	transform: scale(1.04);
}

.ybh-package-card__phase {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	background: #c9a868;
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 700;
	padding: 0.25rem 0.75rem;
	border-radius: 999px;
}

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

.ybh-package-card__body h3 {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 0.5rem;
	color: #111827;
}

.ybh-package-card__body p {
	font-size: 0.875rem;
	color: #4b5563;
	margin: 0;
	line-height: 1.55;
	flex: 1;
}

.ybh-package-card__weeks {
	font-size: 0.75rem !important;
	color: #6b7280 !important;
	margin-top: 0.75rem !important;
	flex: none !important;
}

.ybh-package-card__cta {
	font-size: 0.8125rem;
	font-weight: 600;
	color: #c9a868;
	margin-top: 0.75rem;
}

.ybh-table-wrap {
	overflow-x: auto;
	margin-top: 2rem;
	border-radius: 1rem;
	border: 1px solid #e5e7eb;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.ybh-table {
	width: 100%;
	min-width: 520px;
	border-collapse: collapse;
	font-size: 0.875rem;
	text-align: left;
}

.ybh-table thead tr {
	background: #faf8f4;
	border-bottom: 1px solid #f3f4f6;
}

.ybh-table th,
.ybh-table td {
	padding: 1rem;
	vertical-align: top;
}

.ybh-table tbody tr {
	border-bottom: 1px solid #f9fafb;
}

.ybh-compare-table {
	display: none;
}

.ybh-compare-cards {
	display: grid;
	gap: 0.75rem;
	margin-top: 2rem;
}

@media (min-width: 768px) {
	.ybh-compare-table {
		display: block;
	}

	.ybh-compare-cards {
		display: none;
	}
}

.ybh-faq-list {
	max-width: 48rem;
	margin: 2rem auto 0;
}

.ybh-faq-list--plain {
	border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
}

.ybh-faq-item {
	border-bottom: 1px solid #e5e7eb;
	padding: 0.75rem 0;
}

.ybh-faq-item:last-child {
	border-bottom: none;
}

.ybh-faq-item summary,
.ybh-faq-item__summary {
	font-weight: 600;
	cursor: pointer;
	color: #111827;
	list-style: none;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.5rem;
	text-align: left;
}

.ybh-faq-item summary::-webkit-details-marker,
.ybh-faq-item__summary::-webkit-details-marker {
	display: none;
}

.ybh-faq-item__question {
	flex: 1;
	font-size: 1rem;
	line-height: 1.45;
}

.ybh-faq-item__toggle {
	flex-shrink: 0;
	margin-top: 0.125rem;
	font-size: 1.25rem;
	line-height: 1;
	color: #111827;
	user-select: none;
}

.ybh-faq-item__minus {
	display: none;
}

.ybh-faq-item[open] .ybh-faq-item__plus {
	display: none;
}

.ybh-faq-item[open] .ybh-faq-item__minus {
	display: inline;
}

.ybh-faq-item p,
.ybh-faq-item__answer {
	margin: 0.75rem 0 0;
	padding-right: 2rem;
	font-size: 0.9375rem;
	line-height: 1.7;
	color: #4b5563;
}
	line-height: 1.6;
}

.ybh-split {
	display: grid;
	gap: 2rem;
	align-items: start;
}

.ybh-checklist {
	list-style: none;
	margin: 1.5rem 0;
	padding: 0;
}

.ybh-checklist li {
	padding: 0.35rem 0 0.35rem 1.75rem;
	position: relative;
	color: #374151;
	font-size: 0.9375rem;
}

.ybh-checklist li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #c9a868;
	font-weight: 700;
}

.ybh-link-gold {
	color: #c9a868;
	font-weight: 600;
	text-decoration: none;
}

.ybh-visit-card {
	background: #faf8f4;
	border: 1px solid rgba(232, 212, 168, 0.3);
	border-radius: 1rem;
	padding: 1.5rem;
}

.ybh-visit-card h3 {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 0.75rem;
	color: #111827;
}

.ybh-visit-card p {
	font-size: 0.9375rem;
	color: #4b5563;
	line-height: 1.6;
	margin: 0 0 1.25rem;
}

.ybh-visit-card .ybh-btn {
	width: 100%;
}

.ybh-inline-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	margin-top: 1.5rem;
	font-size: 0.875rem;
}

.ybh-inline-links a {
	color: #c9a868;
	font-weight: 600;
	text-decoration: none;
}

.ybh-text-center {
	text-align: center;
}

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

	.ybh-showroom-hero__content {
		padding-bottom: 3.5rem;
	}
}

@media (max-width: 767px) {
	.ybh-section {
		padding: 2.5rem 0;
	}

	.ybh-showroom-hero__ctas .ybh-btn {
		width: 100%;
	}

	.ybh-stats-row span {
		font-size: 0.6875rem;
	}
}

/* ── Projects portfolio (ya /projects/) ─────────────────────────── */

.ybh-projects-cta-row {
	padding-bottom: 1.5rem;
}

.ybh-projects-cta-row__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
}

@media (min-width: 640px) {
	.ybh-projects-cta-row__inner {
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
}

.ybh-geo-market-grid {
	margin-top: 0.5rem;
}

.ybh-geo-market-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.5rem;
	border: 1px solid #f3f4f6;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ybh-geo-market-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.ybh-geo-market-card__icon {
	color: #c9a868;
	margin-bottom: 1rem;
	flex-shrink: 0;
}

.ybh-geo-market-card__title {
	font-size: 1.125rem;
	font-weight: 700;
	color: #111827;
	margin: 0 0 0.75rem;
}

.ybh-geo-market-card__body {
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #4b5563;
	margin: 0 0 1rem;
	flex: 1;
}

.ybh-geo-market-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.75rem;
}

.ybh-geo-market-card__tags--outline {
	margin-bottom: 0;
}

.ybh-tag {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	padding: 0.25rem 0.75rem;
	font-size: 0.75rem;
	line-height: 1.35;
}

.ybh-tag--gold {
	background: rgba(201, 168, 104, 0.15);
	color: #9a7432;
}

.ybh-tag--outline {
	border: 1px solid #e5e7eb;
	color: #4b5563;
	background: #fff;
}

.ybh-geo-market-card__link {
	margin-top: 1rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: #c9a868;
}

.ybh-project-filters {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 2rem;
}

.ybh-project-filters__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.ybh-filter-pill {
	border: 1px solid #e5e7eb;
	background: #fff;
	color: #374151;
	border-radius: 999px;
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.ybh-filter-pill:hover {
	border-color: #c9a868;
}

.ybh-filter-pill.is-active {
	background: #c9a868;
	border-color: #c9a868;
	color: #fff;
}

.ybh-project-filters__check {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	color: #374151;
	cursor: pointer;
}

.ybh-project-filters__check input {
	width: 1rem;
	height: 1rem;
	accent-color: #c9a868;
}

.ybh-project-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid #f3f4f6;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ybh-project-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}

.ybh-project-card__media {
	position: relative;
	overflow: hidden;
}

.ybh-project-card__media img {
	display: block;
	width: 100%;
	height: 12rem;
	object-fit: cover;
	transition: transform 0.5s ease;
}

@media (min-width: 640px) {
	.ybh-project-card__media img {
		height: 14rem;
	}
}

@media (min-width: 768px) {
	.ybh-project-card__media img {
		height: 15rem;
	}
}

.ybh-project-card:hover .ybh-project-card__media img {
	transform: scale(1.05);
}

.ybh-project-card__badges {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 2.5rem 1rem 1rem;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.ybh-project-badge {
	border-radius: 999px;
	padding: 0.2rem 0.65rem;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.ybh-project-badge--type {
	background: rgba(255, 255, 255, 0.95);
	color: #1f2937;
}

.ybh-project-badge--keys {
	background: rgba(201, 168, 104, 0.95);
	color: #fff;
}

.ybh-project-badge--onsite {
	background: rgba(5, 150, 105, 0.95);
	color: #fff;
	text-transform: none;
}

.ybh-project-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 1rem 1.25rem 1.25rem;
	text-align: left;
}

@media (min-width: 640px) {
	.ybh-project-card__body {
		padding: 1.25rem;
	}
}

.ybh-project-card__title {
	font-size: 1.0625rem;
	font-weight: 700;
	color: #111827;
	margin: 0;
	transition: color 0.15s ease;
}

.ybh-project-card:hover .ybh-project-card__title {
	color: #c9a868;
}

.ybh-project-card__location {
	margin: 0.25rem 0 0;
	font-size: 0.875rem;
	color: #6b7280;
}

.ybh-project-card__summary {
	margin: 0.5rem 0 0;
	flex: 1;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #4b5563;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ybh-project-card__cta {
	margin: 1rem 0 0;
	font-size: 0.875rem;
	font-weight: 600;
	color: #c9a868;
}

.ybh-project-empty {
	margin-top: 1.5rem;
	text-align: center;
	font-size: 0.875rem;
	color: #6b7280;
}

.ybh-case-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid #f3f4f6;
	border-radius: 1rem;
	background: #f8f8f8;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ybh-case-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}

.ybh-case-card img {
	display: block;
	width: 100%;
	height: 12rem;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.ybh-case-card:hover img {
	transform: scale(1.05);
}

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

.ybh-case-card__body h3 {
	margin: 0 0 0.5rem;
	font-size: 1.0625rem;
	font-weight: 700;
	color: #111827;
	transition: color 0.15s ease;
}

.ybh-case-card:hover .ybh-case-card__body h3 {
	color: #c9a868;
}

.ybh-case-card__body p {
	flex: 1;
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #4b5563;
}

.ybh-case-card__cta {
	margin-top: 1rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: #c9a868;
}

.ybh-section--browse {
	border-top: 1px solid #f3f4f6;
	padding-top: 2.5rem;
	padding-bottom: 3rem;
}

.ybh-browse-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.5rem, 3vw, 1.875rem);
	font-weight: 700;
	color: #c9a868;
	margin: 0 0 0.5rem;
}

.ybh-browse-sub {
	max-width: 42rem;
	margin: 0 0 1.5rem;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #4b5563;
}

.ybh-prototype-page--projects .ybh-geo-chips {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

@media (max-width: 639px) {
	.ybh-projects-cta-row__inner .ybh-btn {
		width: 100%;
	}
}

/* ── About page ─────────────────────────────────────────────────── */

.ybh-advantage-grid {
	margin-top: 2.5rem;
}

.ybh-advantage-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.5rem;
	border: 1px solid #f3f4f6;
	border-radius: 1rem;
	background: #f8f8f8;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.2s ease;
}

.ybh-advantage-card:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.ybh-advantage-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 1.25rem;
	border-radius: 9999px;
	background: rgba(201, 168, 104, 0.15);
	color: #c9a868;
	font-size: 1.25rem;
}

.ybh-advantage-card__title {
	margin: 0 0 0.5rem;
	font-size: 1.125rem;
	font-weight: 700;
	color: #111827;
}

.ybh-advantage-card__body {
	flex: 1;
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #4b5563;
}

.ybh-advantage-card .ybh-link-gold {
	margin-top: 0.75rem;
	padding-top: 0.25rem;
	font-size: 0.875rem;
}

.ybh-glance {
	margin-top: 3rem;
	border: 1px solid #f3f4f6;
	border-radius: 1rem;
	background: #f8f8f8;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.2s ease;
}

.ybh-glance[open] {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.ybh-glance__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.5rem;
	cursor: pointer;
	list-style: none;
	text-align: left;
}

.ybh-glance__summary::-webkit-details-marker {
	display: none;
}

.ybh-glance__summary-text {
	min-width: 0;
}

.ybh-glance__preview {
	margin: 0.25rem 0 0;
	font-size: 0.75rem;
	line-height: 1.5;
	color: #6b7280;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ybh-glance__toggle {
	flex-shrink: 0;
	padding: 0.25rem 0.75rem;
	border: 1px solid #f3f4f6;
	border-radius: 9999px;
	background: #f8f8f8;
	font-size: 0.75rem;
	font-weight: 500;
	color: #6b7280;
}

.ybh-glance[open] .ybh-glance__toggle {
	color: #9a7432;
	border-color: rgba(201, 168, 104, 0.3);
}

.ybh-glance__toggle-collapse {
	display: none;
}

.ybh-glance[open] .ybh-glance__toggle-expand {
	display: none;
}

.ybh-glance[open] .ybh-glance__toggle-collapse {
	display: inline;
}

.ybh-glance__body {
	padding: 0 1.5rem 1.5rem;
	border-top: 1px solid #f3f4f6;
}

.ybh-glance__intro {
	margin: 1rem 0 0;
	font-size: 0.75rem;
	line-height: 1.65;
	color: #4b5563;
}

.ybh-glance__facts {
	margin-top: 1.25rem;
	gap: 1rem;
}

.ybh-glance__fact-label {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #6b7280;
}

.ybh-glance__fact-value {
	margin: 0.25rem 0 0;
	font-size: 0.75rem;
	line-height: 1.5;
	color: #4b5563;
}

/* ── Contact page ─────────────────────────────────────────────────── */

.ybh-wrap--narrow {
	max-width: 56rem;
}

.ybh-contact-shell {
	padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
	.ybh-contact-shell {
		padding-bottom: 3rem;
	}

	.ybh-contact-intro {
		padding-top: 0.5rem;
	}
}

.ybh-prototype-page--contact .ybh-page-title {
	margin-bottom: 0.5rem;
	max-width: none;
	font-size: clamp(1.75rem, 4.2vw, 3rem);
}

.ybh-contact-form-panel__body .wpcf7-response-output {
	grid-column: 1 / -1;
	margin: 0;
	padding: 0.75rem 1rem;
	border-radius: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.ybh-contact-form-panel__body .wpcf7 form.sent .wpcf7-response-output {
	border: 1px solid #86efac;
	background: #f0fdf4;
	color: #166534;
}

.ybh-contact-form-panel__body .wpcf7 form.invalid .wpcf7-response-output,
.ybh-contact-form-panel__body .wpcf7 form.failed .wpcf7-response-output,
.ybh-contact-form-panel__body .wpcf7 form.spam .wpcf7-response-output {
	border: 1px solid #fecaca;
	background: #fef2f2;
	color: #991b1b;
}

.ybh-contact-form-panel__body .wpcf7-not-valid-tip {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.75rem;
	color: #b45309;
}

.ybh-contact-form-panel__body .wpcf7-form-control.wpcf7-not-valid {
	border-color: #f59e0b;
}

.ybh-wrap--form {
	max-width: 56rem;
}

.ybh-contact-form-panel__tag {
	margin-bottom: 0.5rem;
	font-size: 0.75rem;
	letter-spacing: 0.22em;
}

.ybh-breadcrumb-bar--narrow {
	padding-bottom: 0.5rem;
}

.ybh-contact-intro {
	padding: 1rem 0 0;
}

.ybh-contact-intro__title {
	margin: 0 0 1rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.875rem, 5vw, 3rem);
	font-weight: 700;
	line-height: 1.15;
	color: #111827;
}

.ybh-contact-intro__lead {
	max-width: 42rem;
	margin: 0 auto 2rem;
	font-size: clamp(1rem, 2.2vw, 1.125rem);
	line-height: 1.65;
	color: #4b5563;
}

.contact-channels {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.875rem;
	margin-bottom: 0.25rem;
	text-align: left;
}

@media (min-width: 640px) {
	.contact-channels {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1rem;
	}
}

.contact-channels__card {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 0.875rem;
	min-height: 5.5rem;
	padding: 1.125rem 1rem 1.125rem 1.125rem;
	border-radius: 1rem;
	border: 1px solid #ebe8e0;
	background: linear-gradient(160deg, #fff 0%, #faf8f4 100%);
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 14px rgba(0, 0, 0, 0.05);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-channels__card::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 3px;
	background: linear-gradient(90deg, #c9a868, #e8d4a8);
	opacity: 0;
	transition: opacity 0.2s ease;
}

.contact-channels__card:hover {
	transform: translateY(-2px);
	border-color: rgba(201, 168, 104, 0.45);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06), 0 12px 28px rgba(201, 168, 104, 0.12);
}

.contact-channels__card:hover::before {
	opacity: 1;
}

.contact-channels__card--whatsapp {
	background: linear-gradient(160deg, #fff 0%, #f0faf4 100%);
}

.contact-channels__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 0.875rem;
	background: rgba(201, 168, 104, 0.12);
	color: #9a7b3c;
}

.contact-channels__icon--phone {
	background: rgba(59, 130, 246, 0.08);
	color: #2563eb;
}

.contact-channels__icon--whatsapp {
	background: rgba(37, 211, 102, 0.1);
	color: #1fa855;
}

.contact-channels__icon-svg {
	font-size: 1.25rem;
}

.contact-channels__body {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	min-width: 0;
	flex: 1;
	padding-top: 0.125rem;
}

.contact-channels__label {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #6b7280;
	line-height: 1.2;
}

.contact-channels__value {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.4;
	color: #111827;
}

.contact-channels__card:hover .contact-channels__value {
	color: #9a7b3c;
}

.contact-channels__card--whatsapp:hover .contact-channels__value {
	color: #1fa855;
}

.contact-channels__arrow {
	flex-shrink: 0;
	margin-top: 0.125rem;
	font-size: 1rem;
	color: #9ca3af;
	opacity: 0;
	transform: translate(-2px, 2px);
	transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.contact-channels__card:hover .contact-channels__arrow {
	opacity: 1;
	transform: translate(0, 0);
	color: #c9a868;
}

.ybh-contact-form-panel {
	margin-top: 2.5rem;
	scroll-margin-top: 5rem;
}

@media (min-width: 768px) {
	.ybh-contact-form-panel {
		margin-top: 3rem;
		scroll-margin-top: 5.5rem;
	}
}

.ybh-contact-form-panel .ybh-wrap {
	border: 1px solid #f3f4f6;
	border-radius: 1.5rem;
	background: #fff;
	padding: 1rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

@media (min-width: 640px) {
	.ybh-contact-form-panel .ybh-wrap {
		padding: 1.5rem;
	}
}

@media (min-width: 768px) {
	.ybh-contact-form-panel .ybh-wrap {
		padding: 2rem;
	}
}

.ybh-contact-form-panel__header {
	margin-bottom: 1.5rem;
	text-align: center;
}

.ybh-contact-form-panel__sub {
	max-width: 32rem;
	margin: 0.5rem auto 0;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #6b7280;
}

@media (min-width: 768px) {
	.ybh-contact-form-panel__sub {
		font-size: 1rem;
	}
}

.ybh-contact-form-panel__hint {
	margin: 0.5rem auto 0;
	font-size: 0.8125rem;
	color: #9ca3af;
}

.ybh-contact-form-panel__body .wpcf7-form {
	display: grid;
	gap: 1rem;
	min-width: 0;
}

@media (min-width: 768px) {
	.ybh-contact-form-panel__body .wpcf7-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* CF7 hidden meta must not consume a grid cell (fixes blank left column). */
.ybh-contact-form-panel__body .wpcf7-form fieldset.hidden-fields-container {
	display: contents;
	margin: 0;
	padding: 0;
	border: 0;
}

.ybh-contact-form-panel__body .wpcf7-form > p {
	margin: 0;
	min-width: 0;
}

.ybh-contact-form-panel__body .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.ybh-contact-form-panel__body input[type="text"],
.ybh-contact-form-panel__body input[type="email"],
.ybh-contact-form-panel__body input[type="tel"],
.ybh-contact-form-panel__body input[type="number"],
.ybh-contact-form-panel__body select,
.ybh-contact-form-panel__body textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 0.875rem 1rem;
	border: 1px solid #e5e7eb;
	border-radius: 0.5rem;
	background: #fff;
	color: #111827;
	font-size: 0.9375rem;
	line-height: 1.4;
	outline: none;
	transition: border-color 0.15s ease;
}

.ybh-contact-form-panel__body select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	padding-right: 2.5rem;
}

.ybh-contact-form-panel__body select:invalid,
.ybh-contact-form-panel__body select option[value=""] {
	color: #9ca3af;
}

.ybh-contact-form-panel__body input:focus,
.ybh-contact-form-panel__body select:focus,
.ybh-contact-form-panel__body textarea:focus {
	border-color: #c9a868;
}

.ybh-contact-form-panel__body textarea {
	min-height: 7rem;
	resize: vertical;
}

.ybh-contact-form-panel__body .wpcf7-form p:has(textarea),
.ybh-contact-form-panel__body .wpcf7-form p:has(.wpcf7-turnstile),
.ybh-contact-form-panel__body .wpcf7-form p:has(input[type="submit"]),
.ybh-contact-form-panel__body .wpcf7-form > .wpcf7-turnstile,
.ybh-contact-form-panel__body .wpcf7-form > .ybh-contact-form-hint-wrap {
	grid-column: 1 / -1;
}

.ybh-contact-form-hint-wrap {
	margin: 0;
}

.ybh-contact-form-hint {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.5;
	color: #6b7280;
}

.ybh-contact-form-panel__body .wpcf7-turnstile {
	display: flex;
	justify-content: center;
	margin: 0.25rem 0 0.5rem;
}

.ybh-contact-form-panel__body .wpcf7-turnstile iframe {
	margin: 0 auto;
}

.ybh-contact-form-panel__body input[type="submit"],
.ybh-contact-form-panel__body .wpcf7-submit {
	width: 100%;
	padding: 1rem 1.5rem;
	border: none;
	border-radius: 0.5rem;
	background: linear-gradient(135deg, #e8c878 0%, #c9a868 55%, #a8843a 100%);
	color: #1a1208;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: filter 0.15s ease;
}

.ybh-contact-form-panel__body input[type="submit"]:hover {
	filter: brightness(1.05);
}

/* ── Blog index supplements ─────────────────────────────────────── */

.ybh-page-lead--center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 48rem;
}

.ybh-blog-hero {
	padding-bottom: 1.5rem;
}

.ybh-blog-articles-head {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

@media (min-width: 768px) {
	.ybh-blog-articles-head {
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
	}
}

.ybh-blog-articles-head__note {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	color: #6b7280;
}

.ybh-blog-cta__inner {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding: 2rem;
	border: 1px solid rgba(201, 168, 104, 0.18);
	border-radius: 1.5rem;
	background: linear-gradient(135deg, #faf8f4 0%, #fff 100%);
}

@media (min-width: 768px) {
	.ybh-blog-cta__inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding: 2.5rem;
	}
}

.ybh-blog-cta__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #c9a868;
}

.ybh-blog-cta__title {
	margin: 0 0 0.75rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.375rem, 3vw, 1.75rem);
	font-weight: 700;
	color: #111827;
}

.ybh-blog-cta__body {
	margin: 0;
	max-width: 42rem;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #4b5563;
}

.ybh-prototype-page--about .ybh-geo-chips,
.ybh-prototype-page--blog .ybh-geo-chips {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

