:root {
	--hb-milk: #faf8f3;
	--hb-sand: #d7c9b5;
	--hb-warm-beige: #eae3d8;
	--hb-olive: #6f7a5b;
	--hb-graphite: #3b3b38;
	--hb-wood: #6b4c3f;
	--hb-sage: #a7b59a;
}

.zt-home-cta__booking-form {
	margin: clamp(26px, 4vw, 42px) auto 0;
	max-width: 1180px;
	text-align: left;
	width: 100%;
}

.zt-home-cta__booking-form .hb-search {
	background: rgb(18 30 24 / 72%);
	border: 1px solid rgb(255 255 255 / 32%);
	backdrop-filter: blur(12px);
}

/* Gallery, slider and lightbox refinements. */
.hb-house-media,
[data-hb-card-gallery] {
	touch-action: pan-y;
}

.hb-house-media__counter {
	background: rgb(23 32 28 / 82%);
	border: 1px solid rgb(255 255 255 / 26%);
	border-radius: 999px;
	bottom: 14px;
	color: #fff;
	font-size: 12px;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	padding: 8px 11px;
	pointer-events: none;
	position: absolute;
	right: 14px;
	z-index: 2;
}

.hb-lightbox figure {
	overflow: hidden;
}

.hb-lightbox [data-hb-lightbox-image] {
	transition: transform 180ms ease;
}

.hb-lightbox__zoom {
	display: flex;
	gap: 6px;
	left: 18px;
	position: absolute;
	top: 18px;
	z-index: 4;
}

.hb-lightbox__zoom button {
	align-items: center;
	background: rgb(23 32 28 / 82%);
	border: 1px solid rgb(255 255 255 / 35%);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 22px;
	height: 40px;
	justify-content: center;
	padding: 0;
	width: 40px;
}

.hb-estate-gallery {
	margin-top: clamp(32px, 5vw, 72px);
}

.hb-estate-gallery__grid {
	display: grid;
	gap: clamp(10px, 1.4vw, 20px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hb-estate-gallery__item,
.hb-estate-gallery__slide {
	background: #e7e7df;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.hb-estate-gallery__item {
	aspect-ratio: 1;
}

.hb-estate-gallery__item img,
.hb-estate-gallery__slide img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.hb-estate-gallery__item:hover img,
.hb-estate-gallery__item:focus-visible img,
.hb-estate-gallery__slide:hover img,
.hb-estate-gallery__slide:focus-visible img {
	transform: scale(1.035);
}

.hb-estate-gallery__caption {
	background: linear-gradient(transparent, rgb(12 20 16 / 78%));
	bottom: 0;
	display: grid;
	gap: 4px;
	left: 0;
	padding: 48px 18px 16px;
	position: absolute;
	right: 0;
}

.hb-estate-gallery__caption strong {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(23px, 2vw, 34px);
	font-weight: 500;
	line-height: 1;
}

.hb-estate-gallery__caption small {
	display: -webkit-box;
	font-size: 12px;
	line-height: 1.45;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.hb-estate-gallery--slider {
	--hb-gallery-visible: 1;
	margin-top: clamp(30px, 4vw, 54px);
}

.hb-estate-gallery__viewport {
	overflow: hidden;
	touch-action: pan-y;
}

.hb-estate-gallery__track {
	display: flex;
	gap: 0;
	transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.hb-estate-gallery__slide {
	aspect-ratio: 4 / 3;
	flex: 0 0 calc(100% / var(--hb-gallery-visible));
}

.hb-estate-gallery__slide::after,
.hb-estate-gallery__item::after {
	border: 1px solid rgb(255 255 255 / 22%);
	content: "";
	inset: 10px;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.hb-estate-gallery--slider .hb-estate-gallery__caption {
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 260ms ease, transform 260ms ease;
}

.hb-estate-gallery--slider .hb-estate-gallery__slide:hover .hb-estate-gallery__caption,
.hb-estate-gallery--slider .hb-estate-gallery__slide:focus-visible .hb-estate-gallery__caption {
	opacity: 1;
	transform: translateY(0);
}

.hb-estate-gallery__controls {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-top: 22px;
}

.hb-estate-gallery__arrows {
	display: flex;
	gap: 8px;
}

.hb-estate-gallery__arrows button {
	align-items: center;
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 50%;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	font-size: 20px;
	height: 44px;
	justify-content: center;
	padding: 0;
	transition: background 180ms ease, color 180ms ease;
	width: 44px;
}

.hb-estate-gallery__arrows button:hover,
.hb-estate-gallery__arrows button:focus-visible {
	background: #d5a24a;
	color: #17201c;
}

.hb-estate-gallery__all {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.hb-estate-gallery__pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: clamp(32px, 5vw, 58px);
}

.hb-estate-gallery__pagination .page-numbers {
	align-items: center;
	border: 1px solid rgba(35, 48, 40, 0.2);
	border-radius: 4px;
	color: #233028;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	min-width: 42px;
	padding: 0 10px;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.hb-estate-gallery__pagination .page-numbers.current,
.hb-estate-gallery__pagination a.page-numbers:hover,
.hb-estate-gallery__pagination a.page-numbers:focus-visible {
	background: #233028;
	border-color: #233028;
	color: #faf8f3;
}

@media (max-width: 760px) {
	.hb-estate-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media (max-width: 430px) {
	.hb-estate-gallery__grid {
		gap: 8px;
		grid-template-columns: minmax(0, 1fr);
	}

	.hb-estate-gallery__controls {
		align-items: flex-start;
		flex-direction: column;
	}

	.hb-estate-gallery__all {
		align-self: flex-start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hb-estate-gallery__track {
		transition-duration: 0.01ms;
	}
}

/* Plant collection and QR cards. */
.hb-plants-section {
	background: #edf0e9;
	color: #233028;
	position: relative;
	scroll-margin-top: 125px;
}

.hb-plants-section--landing {
	margin-top: clamp(2rem, 6vw, 6rem);
	padding: clamp(3.5rem, 8vw, 8rem) 0;
}

.hb-plants-section__inner,
.hb-plant-single__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1380px;
	padding: 0 clamp(14px, 4vw, 48px);
	width: 100%;
}

.hb-plants-section__header {
	align-items: end;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.hb-plants-section__header h1,
.hb-plants-section__header h2,
.hb-plant-profile h1 {
	color: #233028;
	font-family: var(--zt-font-heading, Georgia, serif);
	font-size: clamp(2.4rem, 5rem, 5rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0.35rem 0 1rem;
}

.hb-plants-section__header p {
	margin-bottom: 0;
	max-width: 650px;
}

.hb-plant-card__link {
	border-bottom: 1px solid currentColor;
	color: #233028;
	flex: 0 0 auto;
	font-size: 0.78rem;
	font-weight: 700;
	padding-bottom: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.hb-plant-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 2rem;
}

.hb-plant-categories a {
	align-items: center;
	background: #faf8f3;
	border: 1px solid rgba(35, 48, 40, 0.16);
	border-radius: 4px;
	color: #233028;
	display: inline-flex;
	font-size: 0.82rem;
	gap: 8px;
	padding: 8px 11px;
	text-decoration: none;
	transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.hb-plant-categories a:hover,
.hb-plant-categories a.is-active {
	background: #233028;
	border-color: #233028;
	color: #faf8f3;
	transform: translateY(-2px);
}

.hb-plant-categories a.is-active small {
	color: #e1b45f;
}

.hb-plant-categories small {
	color: #7a5f31;
	font-weight: 700;
}

.hb-plant-grid {
	display: grid;
	gap: clamp(18px, 2.2vw, 30px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hb-plants-section--landing .hb-plant-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hb-plant-grid--count-1 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hb-plant-grid--count-2 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hb-plant-card {
	background: #faf8f3;
	border: 1px solid rgba(35, 48, 40, 0.14);
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	position: relative;
	transition: border-color 350ms ease, box-shadow 350ms ease, transform 350ms ease;
}

.hb-plant-card:hover {
	border-color: rgba(35, 48, 40, 0.3);
	box-shadow: 0 24px 50px rgba(35, 48, 40, 0.14);
	transform: translateY(-5px);
}

.hb-plant-card__media {
	aspect-ratio: 4 / 3;
	display: block;
	overflow: hidden;
	position: relative;
}

.hb-plant-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 800ms cubic-bezier(0.2, 0.75, 0.25, 1);
	width: 100%;
}

.hb-plant-card:hover .hb-plant-card__media img {
	transform: scale(1.035);
}

.hb-plant-card__media span {
	background: rgba(35, 48, 40, 0.88);
	bottom: 14px;
	color: #faf8f3;
	font-size: 0.68rem;
	font-weight: 700;
	left: 14px;
	opacity: 0;
	padding: 7px 9px;
	position: absolute;
	text-transform: uppercase;
	transform: translateY(8px);
	transition: opacity 260ms ease, transform 260ms ease;
}

.hb-plant-card:hover .hb-plant-card__media span,
.hb-plant-card:focus-within .hb-plant-card__media span {
	opacity: 1;
	transform: translateY(0);
}

.hb-plant-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	padding: clamp(20px, 2.3vw, 30px);
}

.hb-plant-card h3 {
	font-family: var(--zt-font-heading, Georgia, serif);
	font-size: clamp(1.75rem, 2.4vw, 2.35rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 5px 0;
}

.hb-plant-card h3 a {
	color: inherit;
	text-decoration: none;
}

.hb-plant-card__latin {
	font-family: Georgia, serif;
	font-size: 0.92rem;
	font-style: italic;
	margin: 0 0 18px;
}

.hb-plant-card__excerpt {
	color: #59635d;
	font-size: 0.93rem;
	line-height: 1.65;
	margin: 0 0 24px;
}

.hb-plant-card__footer {
	align-items: end;
	border-top: 1px solid rgba(35, 48, 40, 0.14);
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 18px;
}

.hb-plant-card__period {
	font-size: 0.83rem;
	margin: 0 0 14px;
}

.hb-plant-card__period span {
	display: block;
	font-size: 0.66rem;
	font-weight: 700;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.hb-plant-card__qr {
	flex: 0 0 auto;
	background: #fff;
	border: 1px solid rgba(35, 48, 40, 0.12);
	border-radius: 3px;
	margin: 0;
	padding: 4px;
}

.hb-plant-card__qr img {
	display: block;
	height: auto;
	width: 62px;
}

.hb-plant-archive,
.hb-plant-single {
	background: #f6f5f0;
	color: #233028;
	min-height: 70vh;
	padding: clamp(8rem, 11vw, 10rem) 0 clamp(4rem, 8vw, 8rem);
}

.hb-plant-archive .hb-plants-section {
	background: transparent;
}

.hb-plant-archive > .hb-plants-section__inner {
	padding: 0 clamp(14px, 4vw, 48px);
}

.hb-plant-archive .hb-plants-section .hb-plants-section__inner {
	max-width: none;
	padding: 0;
}

.hb-plant-archive .hb-breadcrumbs {
	margin-bottom: clamp(28px, 4vw, 52px);
}

.hb-plants-section--catalog .hb-plants-section__header {
	margin-bottom: clamp(28px, 4vw, 48px);
}

.hb-plant-pagination {
	margin-top: clamp(36px, 6vw, 72px);
}

.hb-plant-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hb-plant-pagination a,
.hb-plant-pagination span {
	align-items: center;
	border: 1px solid rgba(35, 48, 40, 0.2);
	border-radius: 4px;
	color: #233028;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	min-width: 42px;
	padding: 0 10px;
	text-decoration: none;
}

.hb-plant-pagination .current,
.hb-plant-pagination a:hover {
	background: #233028;
	border-color: #233028;
	color: #faf8f3;
}

.hb-plants-more {
	display: flex;
	justify-content: center;
	margin-top: clamp(34px, 5vw, 64px);
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 600ms ease, transform 600ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.hb-plants-more.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.hb-plants-more__button {
	align-items: center;
	background: #233028;
	border: 1px solid #233028;
	border-radius: 4px;
	color: #faf8f3;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 700;
	gap: 34px;
	justify-content: space-between;
	min-width: 220px;
	overflow: hidden;
	padding: 16px 18px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 260ms ease, color 260ms ease, transform 260ms ease;
}

.hb-plants-more__button::before {
	background: #e1b45f;
	content: "";
	inset: 0;
	position: absolute;
	transform: translateX(-102%);
	transition: transform 420ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.hb-plants-more__button span,
.hb-plants-more__button i {
	font-style: normal;
	position: relative;
	z-index: 1;
}

.hb-plants-more__button i {
	transition: transform 260ms ease;
}

.hb-plants-more__button:hover,
.hb-plants-more__button:focus-visible {
	color: #17201c;
	transform: translateY(-3px);
}

.hb-plants-more__button:hover::before,
.hb-plants-more__button:focus-visible::before {
	transform: translateX(0);
}

.hb-plants-more__button:hover i,
.hb-plants-more__button:focus-visible i {
	transform: translateX(5px);
}

.hb-plant-profile {
	display: grid;
	gap: clamp(24px, 5vw, 70px);
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.hb-plant-profile__media img {
	border-radius: 6px;
	display: block;
	height: min(72vh, 740px);
	object-fit: cover;
	width: 100%;
}

.hb-plant-profile__media small {
	display: block;
	font-size: 0.68rem;
	margin-top: 7px;
}

.hb-plant-profile__header {
	align-self: center;
}

.hb-plant-profile__header h1 {
	font-size: clamp(3rem, 6vw, 6rem);
}

.hb-plant-profile__latin {
	font-family: Georgia, serif;
	font-size: 1.35rem;
	font-style: italic;
}

.hb-plant-profile__intro {
	font-size: 1.05rem;
	max-width: 520px;
}

.hb-plant-profile__facts {
	display: grid;
	gap: 0;
	grid-column: 1 / -1;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hb-plant-profile__facts section {
	border-top: 1px solid rgba(35, 48, 40, 0.18);
	padding: 24px 28px 24px 0;
}

.hb-plant-profile__facts section:nth-child(even) {
	padding-left: 28px;
}

.hb-plant-profile__facts h2 {
	font-size: 0.75rem;
	letter-spacing: 0;
	text-transform: uppercase;
}

.hb-plant-profile__qr {
	align-items: center;
	background: #233028;
	border-radius: 6px;
	color: #faf8f3;
	display: flex;
	gap: 24px;
	grid-column: 1 / -1;
	padding: 24px;
}

.hb-plant-profile__qr img {
	background: #faf8f3;
	border-radius: 3px;
	height: auto;
	width: 130px;
}

.hb-plant-profile__qr p {
	margin-bottom: 0;
}

.hb-plant-profile__document-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.hb-plant-profile__document-actions .hb-button {
	border-color: #faf8f3;
}

.hb-plant-profile__document-actions .hb-button--light {
	background: #faf8f3;
	color: #233028;
}

.hb-plant-profile__content {
	grid-column: 1 / -1;
}

@media (max-width: 900px) {
	.hb-plant-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hb-plant-profile {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.hb-plants-section__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 1rem;
	}

	.hb-plants-section__header h1,
	.hb-plants-section__header h2,
	.hb-plant-profile h1 {
		font-size: clamp(2.6rem, 14vw, 3.5rem);
		hyphens: none;
		line-height: 0.98;
		max-width: 100%;
		overflow-wrap: normal;
		word-break: normal;
	}

	.hb-plants-section__header p {
		font-size: 1rem;
		line-height: 1.65;
		max-width: 100%;
	}

	.hb-plant-grid,
	.hb-plant-profile__facts {
		grid-template-columns: minmax(0, 1fr);
	}

	.hb-plant-profile__facts section:nth-child(even) {
		padding-left: 0;
	}

	.hb-plant-profile__qr {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 280px) {
	.hb-plants-section__inner,
	.hb-plant-single__inner {
		padding-left: 8px;
		padding-right: 8px;
	}

	.hb-plant-card__body {
		padding-left: 12px;
	}

	.hb-plant-card__qr {
		padding: 3px;
	}

	.hb-plant-card__qr img {
		width: 48px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hb-plant-card,
	.hb-plant-card__media img,
	.hb-plant-card__media span,
	.hb-plants-more__button,
	.hb-plants-more,
	.hb-plants-more__button::before,
	.hb-plants-more__button i {
		transition-duration: 0.01ms !important;
	}
}

.hb-button {
	background: var(--hb-graphite);
	border: 1px solid var(--hb-graphite);
	color: var(--hb-milk);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	padding: 0.75rem 1rem;
	text-decoration: none;
}

.hb-button:focus {
	outline: 2px solid var(--hb-olive);
	outline-offset: 2px;
}

.hb-search:not(.hb-search--compact),
.hb-account,
.hb-account-details {
	background: var(--hb-milk);
	border: 1px solid rgba(59, 59, 56, 0.14);
	color: var(--hb-graphite);
	padding: 1.25rem;
}

.hb-form {
	background: transparent;
	border: 0;
	color: inherit;
	padding: 0;
}

.hb-search__filters,
.hb-form__grid {
	display: grid;
	gap: 0.875rem;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.hb-search__field {
	display: block;
}

.hb-search__field > span {
	display: block;
	font-size: 0.72rem;
	font-weight: 600;
	text-transform: uppercase;
}

.hb-search--compact {
	background: transparent;
	border: 0;
	padding: 0;
}

.hb-search--compact .hb-search__filters {
	grid-template-columns: repeat(4, minmax(110px, 1fr)) auto;
}

.hb-search input,
.hb-search select,
.hb-form input {
	background: #fff;
	border: 1px solid rgba(59, 59, 56, 0.22);
	box-sizing: border-box;
	display: block;
	font: inherit;
	margin-top: 0.35rem;
	min-height: 42px;
	padding: 0.55rem 0.65rem;
	width: 100%;
}

.hb-map {
	aspect-ratio: 16 / 9;
	background: var(--hb-warm-beige);
	border: 1px solid rgba(59, 59, 56, 0.18);
	min-height: 360px;
}

/* Gutenberg feature repeater: static with one item, Swiper carousel with two or more. */
.zt-home-section.hb-feature-slider {
	background: transparent;
	box-sizing: border-box;
	color: var(--hb-feature-text);
	margin: clamp(48px, 7vw, 104px) auto;
	max-width: 1180px;
	min-width: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: calc(100% - clamp(24px, 5vw, 64px));
}

.hb-feature-slider__viewport,
.hb-feature-slider__track {
	min-width: 0;
}

.hb-feature-slide {
	display: grid;
	grid-template-columns: minmax(0, 52fr) minmax(0, 48fr);
	min-height: var(--hb-feature-min-height);
	overflow: hidden;
	width: 100%;
}

.hb-feature-slide__media {
	background: #d8ddd3;
	margin: 0;
	min-height: 100%;
	overflow: hidden;
}

.hb-feature-slide__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	transform: scale(1.015);
	transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.hb-feature-slide.swiper-slide-active .hb-feature-slide__media img,
.hb-feature-slider.is-static .hb-feature-slide__media img {
	transform: scale(1);
}

.hb-feature-slide__content {
	align-items: flex-start;
	background: var(--hb-feature-bg);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: clamp(36px, 5vw, 68px);
}

.hb-feature-slide.is-image-right .hb-feature-slide__media {
	order: 2;
}

.hb-feature-slide.is-image-right .hb-feature-slide__content {
	order: 1;
}

.hb-feature-slide__content .zt-eyebrow {
	color: var(--hb-feature-accent);
	margin: 0 0 12px;
}

.hb-feature-slide__content h2 {
	color: inherit;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: var(--hb-feature-title-size);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0 0 clamp(22px, 3vw, 34px);
	overflow-wrap: anywhere;
}

.hb-feature-slide__text {
	font-size: var(--hb-feature-body-size);
	line-height: 1.65;
	max-width: 560px;
}

.hb-feature-slide__text p {
	margin: 0 0 12px;
}

.hb-feature-slide__content .zt-text-link {
	color: inherit;
	margin-top: 18px;
}

.hb-feature-slider__arrow {
	align-items: center;
	background: rgba(250, 248, 243, 0.94);
	border: 1px solid rgba(39, 52, 46, 0.25);
	border-radius: 50%;
	color: #27342e;
	cursor: pointer;
	display: flex;
	height: 46px;
	justify-content: center;
	margin: 0;
	transition: background 220ms ease, color 220ms ease, transform 220ms ease;
	width: 46px;
}

.hb-feature-slider__arrow::after {
	display: none;
}

.hb-feature-slider__arrow:hover,
.hb-feature-slider__arrow:focus-visible {
	background: var(--hb-feature-accent);
	color: #fff;
	transform: scale(1.06);
}

.hb-feature-slider__arrow span {
	font-size: 21px;
	line-height: 1;
}

.hb-feature-slider__pagination.swiper-pagination {
	bottom: 18px;
	left: 50%;
	width: 50%;
}

.hb-feature-slider__pagination .swiper-pagination-bullet {
	background: var(--hb-feature-text);
	height: 7px;
	opacity: 0.35;
	transition: opacity 220ms ease, width 220ms ease;
	width: 7px;
}

.hb-feature-slider__pagination .swiper-pagination-bullet-active {
	background: var(--hb-feature-accent);
	border-radius: 4px;
	opacity: 1;
	width: 24px;
}

.zt-home-section.hb-repeater-section {
	background: var(--hb-repeater-bg);
	color: var(--hb-repeater-text);
	font-family: var(--hb-repeater-body-font);
	font-size: var(--hb-repeater-body-size);
	padding: var(--hb-repeater-section-padding) clamp(16px, 4vw, 40px);
}

.hb-repeater-section > * {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	width: 100%;
}

.hb-repeater-heading h2 {
	color: inherit;
	font-family: var(--hb-repeater-heading-font);
	font-size: var(--hb-repeater-title-size);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 24px;
	overflow-wrap: anywhere;
}

.hb-repeater-heading .zt-eyebrow {
	color: var(--hb-repeater-accent);
}

.hb-repeater-heading > :last-child {
	margin-bottom: 0;
}

.hb-repeater-heading--wide {
	margin-bottom: 48px;
}

.zt-home-section.hb-faq-repeater {
	display: grid;
	gap: clamp(40px, 7vw, 96px);
	grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
	margin: 0;
	max-width: none;
}

.hb-faq-repeater > * {
	margin: 0;
	max-width: none;
}

.hb-faq-repeater__item {
	border-bottom: 1px solid color-mix(in srgb, var(--hb-repeater-text) 24%, transparent);
	padding: 22px 0;
}

.hb-faq-repeater__item:first-child {
	border-top: 1px solid color-mix(in srgb, var(--hb-repeater-text) 24%, transparent);
}

.hb-faq-repeater__item summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-family: var(--hb-repeater-heading-font);
	font-size: var(--hb-repeater-item-title-size);
	gap: 20px;
	justify-content: space-between;
	letter-spacing: 0;
	line-height: 1.15;
	list-style: none;
}

.hb-faq-repeater__item summary::-webkit-details-marker {
	display: none;
}

.hb-faq-repeater__item summary::after {
	color: var(--hb-repeater-accent);
	content: "+";
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
}

.hb-faq-repeater__item[open] summary::after {
	content: "−";
}

.hb-faq-repeater__answer {
	line-height: 1.65;
	max-width: 720px;
	padding: 16px 48px 0 0;
}

.hb-faq-repeater__answer p {
	margin: 0 0 12px;
}

.hb-cards-repeater__grid {
	display: grid;
	gap: var(--hb-repeater-gap);
	grid-template-columns: repeat(var(--hb-repeater-columns), minmax(0, 1fr));
}

.hb-cards-repeater__card {
	background: var(--hb-repeater-card-bg);
	border: 1px solid color-mix(in srgb, var(--hb-repeater-text) 18%, transparent);
	border-radius: var(--hb-repeater-radius);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
}

.hb-cards-repeater__card figure {
	margin: 0;
}

.hb-cards-repeater__card img {
	aspect-ratio: 16 / 10;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.hb-cards-repeater__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: var(--hb-repeater-card-padding);
}

.hb-cards-repeater__content .zt-eyebrow {
	color: var(--hb-repeater-accent);
}

.hb-cards-repeater__content h3 {
	display: -webkit-box;
	font-family: var(--hb-repeater-heading-font);
	font-size: var(--hb-repeater-item-title-size);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 8px 0 16px;
	overflow-wrap: anywhere;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.hb-cards-repeater__text {
	display: -webkit-box;
	line-height: 1.6;
	min-height: 4.8em;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.hb-cards-repeater__text p {
	margin: 0 0 16px;
}

.hb-cards-repeater__content .zt-text-link {
	align-self: flex-start;
	color: inherit;
	margin-top: auto;
}

@media (max-width: 980px) {
	.hb-feature-slide {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.hb-feature-slide__content {
		padding: clamp(28px, 4vw, 44px);
	}

	.zt-home-section.hb-faq-repeater {
		gap: 40px;
		grid-template-columns: 1fr;
	}

	.hb-cards-repeater__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.zt-home-section.hb-feature-slider {
		margin: 40px auto;
		width: calc(100% - 24px);
	}

	.hb-feature-slide {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.hb-feature-slide__media,
	.hb-feature-slide.is-image-right .hb-feature-slide__media {
		aspect-ratio: 4 / 3;
		min-height: 0;
		order: 1;
	}

	.hb-feature-slide__content,
	.hb-feature-slide.is-image-right .hb-feature-slide__content {
		min-height: 380px;
		order: 2;
		padding: 30px 24px 54px;
	}

	.hb-feature-slide__content h2 {
		font-size: min(var(--hb-feature-title-size), 48px);
	}

	.hb-feature-slider__arrow {
		height: 40px;
		top: calc(37.5% - 20px);
		width: 40px;
	}

	.hb-feature-slider__pagination.swiper-pagination {
		bottom: 18px;
		left: 0;
		width: 100%;
	}

	.hb-map {
		aspect-ratio: auto;
		max-width: 100%;
		min-height: 320px;
		width: 100%;
	}

	.hb-repeater-heading h2 {
		font-size: min(var(--hb-repeater-title-size), 48px);
	}

	.hb-cards-repeater__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 360px) {
	.zt-home-section.hb-feature-slider {
		width: calc(100% - 16px);
	}

	.hb-feature-slide__content {
		min-height: 340px;
		padding: 24px 16px 50px;
	}

	.hb-feature-slide__content h2 {
		font-size: min(var(--hb-feature-title-size), 36px);
	}

	.hb-search,
	.hb-form,
	.hb-account,
	.hb-account-details,
	.hb-repeater-section,
	.hb-repeater-section * {
		min-width: 0;
	}

	.hb-search:not(.hb-search--compact),
	.hb-form,
	.hb-account,
	.hb-account-details {
		padding: 0.75rem;
	}

	.hb-search__filters,
	.hb-form__grid,
	.hb-search--compact .hb-search__filters {
		grid-template-columns: minmax(0, 1fr);
	}

	.hb-search input,
	.hb-search select,
	.hb-form input,
	.hb-button {
		max-width: 100%;
		min-width: 0;
		width: 100%;
	}

	.hb-button {
		justify-content: center;
		overflow-wrap: anywhere;
		text-align: center;
		white-space: normal;
	}

	.zt-home-section.hb-repeater-section {
		padding-left: 12px;
		padding-right: 12px;
	}

	.hb-repeater-heading h2 {
		font-size: min(var(--hb-repeater-title-size), 36px);
	}

	.hb-repeater-heading--wide {
		margin-bottom: 32px;
	}

	.hb-faq-repeater__item summary {
		font-size: min(var(--hb-repeater-item-title-size), 24px);
		gap: 8px;
		overflow-wrap: anywhere;
	}

	.hb-faq-repeater__item summary::after {
		flex: 0 0 auto;
	}

	.hb-faq-repeater__answer {
		padding-right: 0;
	}

	.hb-cards-repeater__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.hb-cards-repeater__content {
		padding: min(var(--hb-repeater-card-padding), 16px);
	}
}

.hb-notice {
	background: var(--hb-warm-beige);
	border-left: 4px solid var(--hb-olive);
	padding: 1rem;
}

/* Catalog and single house templates. */
.hb-page,
.hb-page * {
	box-sizing: border-box;
}

.hb-page {
	background: #f4f5ef;
	color: #252a27;
	min-width: 0;
	overflow: clip;
	padding: clamp(44px, 4vw, 64px) 0 clamp(70px, 9vw, 120px);
}

.hb-page__inner {
	margin: 0 auto;
	max-width: 1438px;
	padding: 0 clamp(16px, 2.2vw, 32px);
	width: 100%;
}

.hb-catalog-builder {
	padding-top: clamp(34px, 5vw, 72px);
}

.hb-breadcrumbs {
	align-items: center;
	color: #657068;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 8px;
	margin-bottom: clamp(30px, 5vw, 64px);
}

.hb-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.hb-page-header {
	margin-bottom: clamp(42px, 7vw, 88px);
	max-width: 830px;
}

.hb-page-header h1,
.hb-house-header h1 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(48px, 7vw, 104px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.88;
	margin: 8px 0 24px;
	overflow-wrap: anywhere;
}

.hb-page-header > p:last-child,
.hb-house-header > div > p:last-child {
	font-size: clamp(15px, 1.4vw, 19px);
	line-height: 1.7;
	max-width: 680px;
}

.hb-eyebrow {
	color: #315c46;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0;
	text-transform: uppercase;
}

.hb-catalog-layout {
	align-items: start;
	display: grid;
	gap: clamp(28px, 4vw, 56px);
	grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
}

.hb-catalog-builder--without-filters .hb-page__inner {
	max-width: 1600px;
}

.hb-catalog-layout--without-filters {
	display: block;
}

.hb-catalog-layout--without-filters .hb-catalog-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hb-catalog-main,
.hb-catalog-sidebar {
	min-width: 0;
}

.hb-catalog-main > .hb-map {
	border: 0;
	margin-bottom: clamp(28px, 4vw, 52px);
}

.hb-catalog-sidebar {
	position: sticky;
	top: 110px;
}

.hb-filter-trigger,
.hb-filter-backdrop,
.hb-filter-dialog__header {
	display: none;
}

.hb-filter-dialog {
	min-width: 0;
}

.hb-catalog-filters {
	background: #fff;
	border: 1px solid #dce0d7;
	padding: clamp(18px, 2.5vw, 30px);
}

.hb-catalog-filters__heading {
	align-items: baseline;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 26px;
}

.hb-catalog-filters__heading strong {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 30px;
	font-weight: 500;
}

.hb-catalog-filters__heading a {
	color: #315c46;
	font-size: 12px;
}

.hb-filter-field {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.hb-filter-field > span,
.hb-filter-group legend {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.hb-filter-field input,
.hb-filter-field select,
.hb-filter-group input[type="number"] {
	background: #fff;
	border: 1px solid #cdd3ca;
	border-radius: 0;
	font: inherit;
	min-height: 44px;
	min-width: 0;
	padding: 8px 10px;
	width: 100%;
}

.hb-filter-dates {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 14px;
}

.hb-filter-group {
	border: 0;
	border-top: 1px solid #e1e4dd;
	display: grid;
	gap: 10px;
	margin: 24px 0 0;
	min-width: 0;
	padding: 22px 0 0;
}

.hb-filter-group legend {
	padding: 0 8px 0 0;
}

.hb-filter-check {
	align-items: center;
	display: grid;
	gap: 9px;
	grid-template-columns: auto 1fr auto;
}

.hb-filter-check input {
	accent-color: #315c46;
}

.hb-filter-check small {
	color: #7b837d;
}

.hb-catalog-filters > .hb-button {
	justify-content: center;
	margin-top: 28px;
	width: 100%;
}

.hb-catalog-toolbar {
	border-bottom: 1px solid #d9ddd5;
	margin-bottom: 24px;
}

.hb-catalog-toolbar p {
	color: #657068;
	font-size: 13px;
}

.hb-catalog-grid {
	display: grid;
	gap: clamp(20px, 3vw, 34px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hb-house-card {
	background: #fff;
	border: 1px solid #dce0d7;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	transition: transform 280ms ease, box-shadow 280ms ease;
}

.hb-house-card:hover {
	box-shadow: 0 20px 54px rgb(34 46 39 / 10%);
	transform: translateY(-4px);
}

.hb-house-card__media {
	background: #dce0d7;
	display: block;
	overflow: hidden;
}

.hb-house-card__gallery {
	background: #dce0d7;
	position: relative;
}

.hb-house-card__media img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: 100%;
}

.hb-house-card:hover .hb-house-card__media img {
	transform: scale(1.035);
}

.hb-house-card__thumbs {
	display: grid;
	gap: 5px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	padding: 6px;
}

.hb-house-card__thumbs button {
	background: #fff;
	border: 2px solid transparent;
	cursor: pointer;
	height: 46px;
	overflow: hidden;
	padding: 0;
}

.hb-house-card__thumbs button.is-active {
	border-color: #d5a24a;
}

.hb-house-card__thumbs img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hb-house-card__arrow {
	align-items: center;
	background: rgb(23 35 28 / 80%);
	border: 1px solid rgb(255 255 255 / 48%);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 36px;
	justify-content: center;
	position: absolute;
	top: calc((100% - 58px) / 2);
	transform: translateY(-50%);
	transition: background-color 180ms ease, transform 180ms ease;
	width: 36px;
	z-index: 2;
}

.hb-house-card__arrow:hover {
	background: #315c46;
	transform: translateY(-50%) scale(1.06);
}

.hb-house-card__arrow--prev {
	left: 10px;
}

.hb-house-card__arrow--next {
	right: 10px;
}

.hb-house-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	padding: clamp(18px, 2.5vw, 28px);
}

.hb-house-card h2 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 8px 0 18px;
	overflow-wrap: anywhere;
}

.hb-house-card h2 a,
.hb-mini-card {
	color: inherit;
	text-decoration: none;
}

.hb-house-card__meta {
	align-items: baseline;
	border-bottom: 1px solid #e5e8e2;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 8px 14px;
	justify-content: space-between;
	margin-bottom: 18px;
	padding-bottom: 14px;
}

.hb-house-card__meta strong {
	color: #315c46;
	font-size: 17px;
}

.hb-house-card__meta small {
	font-size: 10px;
	font-weight: 400;
}

.hb-house-card__body > p {
	line-height: 1.6;
}

.hb-house-card__body > .hb-button {
	align-self: flex-start;
	margin-top: auto;
}

.hb-house-card__calendar {
	border-top: 1px solid #e5e8e2;
	margin: 16px 0 22px;
	padding-top: 14px;
}

.hb-house-card__calendar summary {
	color: #315c46;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
}

.hb-calendar {
	background: #fff;
	border: 1px solid #dce0d7;
	min-width: 0;
	padding: 14px;
	width: 100%;
}

.hb-calendar--compact {
	border: 0;
	margin-top: 14px;
	padding: 0;
}

.hb-calendar__header {
	align-items: center;
	display: grid;
	gap: 6px;
	grid-template-columns: 30px minmax(0, 1fr) 30px;
	margin-bottom: 12px;
	text-align: center;
}

.hb-calendar__header strong {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 21px;
	font-weight: 600;
	overflow-wrap: anywhere;
}

.hb-calendar__header button {
	background: transparent;
	border: 1px solid #d5dbd2;
	color: #315c46;
	cursor: pointer;
	height: 30px;
	padding: 0;
	width: 30px;
}

.hb-calendar__weekdays,
.hb-calendar__grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.hb-calendar__weekdays span {
	color: #7f8781;
	font-size: 9px;
	padding: 5px 0;
	text-align: center;
}

.hb-calendar__grid button {
	aspect-ratio: 1;
	background: transparent;
	border: 0;
	border-radius: 50%;
	box-sizing: border-box;
	color: #252a27;
	cursor: pointer;
	font: inherit;
	font-size: 11px;
	min-height: 0;
	min-width: 0;
	padding: 0;
}

.hb-calendar__grid button.is-free.is-current-month {
	background: var(--hb-calendar-free, #edf4ef);
	border: 1px solid #d3dfd6;
	color: #274c39;
}

.hb-calendar__grid button.is-free:hover,
.hb-calendar__grid button.is-selected {
	background: var(--hb-calendar-selected, #315c46);
	border-color: var(--hb-calendar-selected, #315c46);
	color: #fff;
}

.hb-calendar__grid button.is-busy {
	background-color: var(--hb-calendar-busy, #eedbd5);
	background-image: repeating-linear-gradient(135deg, transparent 0, transparent 4px, rgb(124 56 44 / 9%) 4px, rgb(124 56 44 / 9%) 8px);
	border: 1px solid #d09b8d;
	color: #7c382c;
	cursor: not-allowed;
	font-weight: 700;
	text-decoration: line-through;
}

.hb-calendar__grid button.is-today {
	box-shadow: inset 0 0 0 2px #d5a24a;
}

.hb-calendar__grid button.is-other-month {
	opacity: 0.32;
}

.hb-calendar__grid button:disabled:not(.is-busy) {
	cursor: not-allowed;
	opacity: 0.22;
}

.hb-calendar__legend {
	display: flex;
	flex-wrap: wrap;
	font-size: 10px;
	gap: 10px;
	margin-top: 12px;
}

.hb-calendar__legend span {
	align-items: center;
	display: inline-flex;
	gap: 5px;
}

.hb-calendar__legend i {
	background: var(--hb-calendar-free, #edf4ef);
	border: 1px solid #b8c0b7;
	border-radius: 50%;
	display: inline-block;
	height: 9px;
	width: 9px;
}

.hb-calendar__legend .is-busy {
	background-color: var(--hb-calendar-busy, #eedbd5);
	background-image: repeating-linear-gradient(135deg, transparent 0, transparent 3px, rgb(124 56 44 / 10%) 3px, rgb(124 56 44 / 10%) 6px);
	border-color: #d1a99e;
}

.hb-calendar__legend .is-selected {
	background: var(--hb-calendar-selected, #315c46);
	border-color: var(--hb-calendar-selected, #315c46);
}

.hb-calendar__message,
.hb-form__message {
	color: #315c46;
	font-size: 11px;
	line-height: 1.45;
	margin: 10px 0 0;
}

.hb-archive .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 44px;
}

.hb-archive .page-numbers {
	align-items: center;
	border: 1px solid #cfd5cc;
	color: #315c46;
	display: inline-flex;
	justify-content: center;
	min-height: 42px;
	min-width: 42px;
	padding: 8px 12px;
	text-decoration: none;
}

.hb-archive .page-numbers.current {
	background: #315c46;
	border-color: #315c46;
	color: #fff;
}

.hb-house-header {
	align-items: end;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-bottom: clamp(34px, 5vw, 64px);
}

.hb-house-price {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	margin: 0;
	white-space: nowrap;
}

.hb-house-price strong {
	color: #315c46;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 42px;
	font-weight: 500;
}

.hb-house-price span {
	font-size: 11px;
	text-transform: uppercase;
}

.hb-house-media {
	align-items: stretch;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1.7fr) minmax(230px, 0.7fr);
	margin-bottom: clamp(56px, 8vw, 110px);
}

.hb-house-media a,
.hb-house-media img {
	display: block;
	min-width: 0;
	width: 100%;
}

.hb-house-media img {
	height: 100%;
	object-fit: cover;
}

.hb-house-media__main {
	aspect-ratio: 16 / 10;
	background: #dce0d7;
	overflow: hidden;
}

.hb-house-media__stage {
	min-width: 0;
	position: relative;
}

.hb-house-media__stage .hb-house-media__main {
	height: 100%;
}

.hb-house-media__arrow {
	align-items: center;
	background: rgb(23 35 28 / 78%);
	border: 1px solid rgb(255 255 255 / 45%);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 0;
	height: 44px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 180ms ease, transform 180ms ease;
	width: 44px;
	z-index: 2;
}

.hb-house-card__arrow::before,
.hb-house-media__arrow::before,
.hb-lightbox__nav::before {
	border-color: currentcolor;
	border-style: solid;
	border-width: 0 2px 2px 0;
	content: "";
	display: block;
	height: 9px;
	width: 9px;
}

.hb-house-card__arrow--prev::before,
.hb-house-media__arrow--prev::before,
.hb-lightbox__nav--prev::before {
	transform: rotate(135deg) translate(-1px, -1px);
}

.hb-house-card__arrow--next::before,
.hb-house-media__arrow--next::before,
.hb-lightbox__nav--next::before {
	transform: rotate(-45deg) translate(-1px, -1px);
}

.hb-house-media__arrow:hover {
	background: #315c46;
	transform: translateY(-50%) scale(1.05);
}

.hb-house-media__arrow--prev {
	left: 16px;
}

.hb-house-media__arrow--next {
	right: 16px;
}

.hb-house-media__thumbs {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	min-height: 0;
}

.hb-house-media__thumbs a {
	min-height: 0;
	overflow: hidden;
	position: relative;
}

.hb-house-media__thumbs a.is-active {
	box-shadow: inset 0 0 0 3px #d5a24a;
}

.hb-house-media--left {
	grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.7fr);
}

.hb-house-media--left .hb-house-media__stage {
	order: 2;
}

.hb-house-media--left .hb-house-media__thumbs {
	order: 1;
}

.hb-house-media--bottom,
.hb-house-media--bottom-center {
	grid-template-columns: minmax(0, 1fr);
}

.hb-house-media--bottom .hb-house-media__thumbs {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-template-rows: minmax(110px, 190px);
}

.hb-house-media--bottom-center .hb-house-media__thumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.hb-house-media--bottom-center .hb-house-media__thumbs a {
	aspect-ratio: 4 / 3;
	flex: 0 1 210px;
}

.hb-house-media__thumbs--count-1 {
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: minmax(0, 1fr);
}

.hb-house-media__thumbs--count-2 {
	grid-template-columns: minmax(0, 1fr);
}

.hb-house-media__thumbs--count-3 a:first-child {
	grid-column: 1 / -1;
}

.hb-house-media__more {
	align-items: center;
	background: rgb(22 34 27 / 72%);
	color: #fff;
	display: flex;
	font-size: 13px;
	font-weight: 600;
	inset: 0;
	justify-content: center;
	position: absolute;
}

.hb-house-media__video {
	aspect-ratio: 16 / 9;
	background: #17231c;
	grid-column: 1 / -1;
	overflow: hidden;
}

@media (max-width: 1050px) {
	.hb-house-media--left .hb-house-media__stage,
	.hb-house-media--left .hb-house-media__thumbs {
		order: initial;
	}
}

.hb-house-media__video iframe,
.hb-house-media__video video,
.hb-house-media__video .wp-video,
.hb-house-media__video .wp-video-shortcode {
	border: 0;
	display: block;
	height: 100% !important;
	max-width: none;
	object-fit: cover;
	width: 100%;
}

.hb-house-layout {
	align-items: start;
	display: grid;
	gap: clamp(26px, 4vw, 54px);
	grid-template-columns: minmax(210px, 270px) minmax(0, 1fr) minmax(220px, 280px);
}

.hb-house-calendar-column,
.hb-house-related-column {
	min-width: 0;
	position: sticky;
	top: 110px;
}

.hb-house-calendar-column h2,
.hb-house-content h2,
.hb-house-sidebar h2 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(29px, 3vw, 42px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 8px 0 22px;
}

.hb-house-content {
	min-width: 0;
}

.hb-house-facts {
	border-bottom: 1px solid #d9ddd5;
	border-top: 1px solid #d9ddd5;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 0 42px;
}

.hb-house-facts div {
	border-bottom: 1px solid #e0e3dd;
	display: grid;
	gap: 4px;
	padding: 16px 8px 16px 0;
}

.hb-house-facts dt {
	color: #707a73;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
}

.hb-house-facts dd {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 24px;
	margin: 0;
	overflow-wrap: anywhere;
}

.hb-house-description {
	font-size: 16px;
	line-height: 1.8;
}

.hb-house-description img {
	height: auto;
	max-width: 100%;
}

.hb-booking-panel {
	background: #fff;
	border: 1px solid #dce0d7;
	margin: clamp(48px, 7vw, 82px) 0;
	padding: clamp(20px, 4vw, 44px);
}

.hb-booking-panel .hb-form__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hb-form label {
	display: grid;
	font-size: 11px;
	font-weight: 600;
	gap: 6px;
}

.hb-form input,
.hb-form textarea,
.hb-form select {
	background: #fff;
	border: 1px solid #cdd3ca;
	border-radius: 0;
	font: inherit;
	font-weight: 400;
	min-width: 0;
	padding: 10px;
	width: 100%;
}

.hb-form__field--wide {
	grid-column: 1 / -1;
}

.hb-form__field > span i {
	color: var(--hb-accent, #a4752b);
	font-style: normal;
}

.hb-form__field input[type="checkbox"] {
	height: 20px;
	margin: 2px 0 0;
	min-height: 20px;
	width: 20px;
}

.hb-form__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.hb-form__actions .hb-button {
	margin: 0;
}

.hb-form__cancel {
	background: transparent;
	border: 1px solid #a64a42;
	color: #8c3029;
}

.hb-form__cancel[hidden] {
	display: none;
}

body.hb-booking-confirmation-open {
	overflow: hidden;
}

.hb-booking-confirmation {
	align-items: center;
	background: rgba(18, 31, 25, 0.96);
	color: #faf8f3;
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	padding: 24px;
	position: fixed;
	transition: opacity 320ms ease;
	z-index: 100000;
}

.hb-booking-confirmation.is-visible {
	opacity: 1;
}

.hb-booking-confirmation__inner {
	max-width: 760px;
	text-align: center;
	transform: translateY(24px);
	transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.hb-booking-confirmation.is-visible .hb-booking-confirmation__inner {
	transform: translateY(0);
}

.hb-booking-confirmation__inner > span {
	color: #e1b45f;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.hb-booking-confirmation__inner h2 {
	color: inherit;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(48px, 9vw, 112px);
	font-weight: 500;
	line-height: 0.92;
	margin: 20px 0;
}

.hb-booking-confirmation__inner p {
	font-size: clamp(16px, 2vw, 20px);
	margin: 0 auto 30px;
	max-width: 620px;
}

.hb-form > label {
	margin: 14px 0;
}

.hb-house-faq {
	margin-top: clamp(50px, 8vw, 90px);
}

.hb-house-faq details {
	border-bottom: 1px solid #d9ddd5;
}

.hb-house-faq details:first-of-type {
	border-top: 1px solid #d9ddd5;
}

.hb-house-faq summary {
	cursor: pointer;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(22px, 2.4vw, 30px);
	font-weight: 500;
	list-style: none;
	padding: 22px 38px 22px 0;
	position: relative;
}

.hb-house-faq summary::after {
	color: #315c46;
	content: "+";
	position: absolute;
	right: 4px;
}

.hb-house-faq details[open] summary::after {
	content: "−";
}

.hb-house-faq details > div {
	line-height: 1.7;
	padding: 0 34px 18px 0;
}

.hb-house-sidebar section + section {
	border-top: 1px solid #d9ddd5;
	margin-top: 34px;
	padding-top: 24px;
}

.hb-house-sidebar h2 {
	font-size: 28px;
}

.hb-mini-card {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 74px minmax(0, 1fr);
	margin-bottom: 14px;
}

.hb-mini-card img {
	aspect-ratio: 1;
	height: 74px;
	object-fit: cover;
	width: 74px;
}

.hb-mini-card span {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.hb-mini-card strong {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 19px;
	font-weight: 600;
	line-height: 1;
	overflow-wrap: anywhere;
}

.hb-mini-card small {
	color: #315c46;
}

.hb-lightbox[hidden] {
	display: none;
}

.hb-lightbox {
	align-items: center;
	background: rgb(16 22 18 / 94%);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: clamp(16px, 4vw, 60px);
	position: fixed;
	z-index: 100000;
}

.hb-lightbox > [data-hb-lightbox-close] {
	background: transparent;
	border: 1px solid rgb(255 255 255 / 50%);
	color: #fff;
	cursor: pointer;
	font-size: 26px;
	height: 44px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 44px;
}

.hb-lightbox__nav {
	align-items: center;
	background: rgb(255 255 255 / 10%);
	border: 1px solid rgb(255 255 255 / 45%);
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 0;
	height: 52px;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
}

.hb-lightbox__nav--prev {
	left: 20px;
}

.hb-lightbox__nav--next {
	right: 20px;
}

.hb-lightbox figure {
	margin: 0;
	max-height: 100%;
	max-width: 1180px;
}

.hb-lightbox img {
	display: block;
	max-height: calc(100vh - 150px);
	max-width: 100%;
	object-fit: contain;
}

.hb-lightbox figcaption {
	color: #fff;
	display: grid;
	gap: 4px;
	padding-top: 14px;
}

.hb-lightbox-open {
	overflow: hidden;
}

.zt-hero-booking__eyebrow {
	color: #d5a24a;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 0.45rem;
	text-transform: uppercase;
}

.zt-hero-booking__intro {
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.95rem;
	line-height: 1.5;
	margin: -0.35rem 0 1rem;
	max-width: 680px;
}

.hb-hero-content {
	align-items: var(--hb-hero-align, left);
	display: flex;
	flex-direction: column;
	text-align: var(--hb-hero-align, left);
}

.hb-hero-content .zt-hero-booking__title {
	color: var(--hb-hero-title-color, #fff);
	font-family: var(--hb-hero-title-font, "Cormorant Garamond", Georgia, serif);
	font-size: clamp(28px, var(--hb-hero-title-size, 64px), 110px);
	width: 100%;
}

.hb-hero-content .zt-hero-booking__eyebrow,
.hb-hero-content .zt-hero-booking__intro {
	width: min(100%, 760px);
}

.hb-hero-content .zt-hero-booking {
	margin-top: 0.35rem;
}

.hb-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: var(--hb-hero-align, flex-start);
	margin: 0 0 1rem;
	width: 100%;
}

.hb-hero-actions .zt-button {
	min-height: 46px;
}

@media (max-width: 480px) {
	.hb-hero-content .zt-hero-booking__title {
		font-size: clamp(30px, 14vw, 52px);
		hyphens: auto;
		overflow-wrap: anywhere;
	}
}

@media (max-width: 260px) {
	.hb-hero-content .zt-hero-booking__title {
		font-size: 30px;
	}
}

@media (max-width: 480px) {
	.hb-hero-actions,
	.hb-hero-actions .zt-button {
		width: 100%;
	}
}

.hb-choice {
	min-width: 0;
	position: relative;
	width: 100%;
}

.hb-native-select {
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.zt-hero-booking .hb-choice__trigger {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.42);
	color: #fff;
	cursor: pointer;
	display: flex;
	font: inherit;
	justify-content: space-between;
	margin: 0;
	min-height: 44px;
	overflow: hidden;
	padding: 0.7rem 2.6rem 0.7rem 0.85rem;
	position: relative;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.zt-hero-booking .hb-choice__trigger::after {
	border-bottom: 1px solid currentcolor;
	border-right: 1px solid currentcolor;
	content: "";
	height: 7px;
	position: absolute;
	right: 14px;
	top: calc(50% - 5px);
	transform: rotate(45deg);
	transition: transform 180ms ease;
	width: 7px;
}

.hb-choice.is-open .hb-choice__trigger::after {
	transform: translateY(4px) rotate(225deg);
}

.hb-choice__dropdown {
	-webkit-backdrop-filter: blur(18px) saturate(140%);
	backdrop-filter: blur(18px) saturate(140%);
	background: rgba(17, 28, 23, 0.97);
	border: 1px solid rgba(213, 162, 74, 0.72);
	bottom: calc(100% + 8px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
	left: 0;
	min-width: min(320px, calc(100vw - 32px));
	padding: 8px;
	position: absolute;
	z-index: 120;
}

.hb-choice__dropdown[hidden] {
	display: none;
}

.hb-choice__search {
	background: rgba(255, 255, 255, 0.08) !important;
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
	color: #fff !important;
	margin: 0 0 7px !important;
	min-height: 40px !important;
	width: 100%;
}

.hb-choice__list {
	display: grid;
	gap: 2px;
	max-height: min(280px, 48vh);
	overflow-y: auto;
	overscroll-behavior: contain;
}

.zt-hero-booking .hb-choice__option {
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, 0.86);
	cursor: pointer;
	font: inherit;
	min-height: 38px;
	padding: 8px 10px;
	text-align: left;
	width: 100%;
}

.zt-hero-booking .hb-choice__option:hover,
.zt-hero-booking .hb-choice__option:focus-visible {
	background: rgba(213, 162, 74, 0.16);
	color: #fff;
	outline: 1px solid rgba(213, 162, 74, 0.46);
}

.zt-hero-booking .hb-choice__option.is-selected {
	background: #d5a24a;
	color: #17201c;
	font-weight: 700;
}

@media (max-width: 480px) {
	.hb-choice__dropdown {
		max-width: calc(100vw - 24px);
		min-width: 100%;
	}
}

.hb-search__results {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}

.zt-hero-booking .hb-search--compact .hb-search__results:not(:empty) {
	backdrop-filter: blur(18px);
	background: rgb(18 28 22 / 82%);
	border: 1px solid rgb(255 255 255 / 32%);
	box-shadow: 0 18px 46px rgb(10 18 14 / 24%);
	left: auto;
	margin-top: 10px;
	max-height: 260px;
	overflow-y: auto;
	padding: 10px;
	position: static;
	right: auto;
	top: auto;
}

.hb-search-result {
	align-items: center;
	background: rgb(255 255 255 / 92%);
	border: 1px solid rgb(39 52 46 / 12%);
	color: #27342e;
	display: grid;
	gap: 12px;
	grid-template-columns: 76px minmax(0, 1fr);
	min-height: 92px;
	padding: 8px;
}

.hb-search-result img {
	aspect-ratio: 1;
	height: 76px;
	object-fit: cover;
	width: 76px;
}

.hb-search-result h3,
.hb-search-result p {
	margin: 0;
}

.hb-search-result h3,
.hb-search-result h3 a {
	color: #27342e;
}

.hb-search-result h3 a {
	text-decoration: none;
}

.hb-search-result h3 a:hover,
.hb-search-result h3 a:focus-visible {
	color: #9f6d24;
}

.hb-search-result p {
	color: #59645d;
	font-size: 14px;
	margin-top: 4px;
}

.hb-map-popup {
	display: grid;
	gap: 5px;
}

@media (max-width: 1180px) {
	.hb-house-layout {
		grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	}

	.hb-house-related-column {
		grid-column: 1 / -1;
		position: static;
	}

	.hb-house-sidebar {
		display: grid;
		gap: 30px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hb-house-sidebar section + section {
		border-left: 1px solid #d9ddd5;
		border-top: 0;
		margin-top: 0;
		padding-left: 30px;
		padding-top: 0;
	}
}

@media (max-width: 940px) {
	.hb-catalog-layout {
		display: flex;
		flex-direction: column;
	}

	.hb-catalog-layout--without-filters .hb-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hb-catalog-sidebar {
		order: -1;
		position: static;
		width: 100%;
	}

	.hb-catalog-filters {
		display: grid;
		gap: 14px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hb-catalog-filters__heading,
	.hb-catalog-filters > .hb-button {
		grid-column: 1 / -1;
	}

	.hb-filter-group,
	.hb-filter-dates {
		margin-top: 0;
	}

	.hb-house-media {
		grid-template-columns: 1fr;
	}

	.hb-house-media__thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		grid-template-rows: minmax(0, 1fr);
	}

	.hb-house-media__thumbs a {
		aspect-ratio: 1;
	}

	.hb-house-media__thumbs--count-1 {
		grid-template-columns: minmax(0, 1fr);
	}

	.hb-house-media__thumbs--count-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hb-house-media__thumbs--count-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hb-house-media__thumbs--count-3 a:first-child {
		grid-column: auto;
	}
}

@media (max-width: 720px) {
	body.hb-filters-open {
		overscroll-behavior: none;
	}

	.hb-page {
		padding-top: 28px;
	}

	.hb-archive {
		padding-bottom: 86px;
	}

	.hb-catalog-sidebar,
	.hb-filter-controller {
		height: 0;
		min-height: 0;
		width: 100%;
	}

	.hb-filter-trigger {
		align-items: center;
		background: #17201c;
		border: 1px solid rgb(255 255 255 / 24%);
		border-radius: 6px;
		bottom: max(16px, env(safe-area-inset-bottom));
		box-shadow: 0 12px 36px rgb(16 28 21 / 28%);
		color: #fff;
		display: flex;
		font: inherit;
		font-size: 13px;
		font-weight: 700;
		gap: 9px;
		justify-content: center;
		left: 50%;
		min-height: 48px;
		padding: 10px 20px;
		position: fixed;
		text-transform: uppercase;
		transform: translateX(-50%);
		z-index: 78;
	}

	.hb-filter-trigger small {
		align-items: center;
		background: #d5a24a;
		border-radius: 50%;
		color: #17201c;
		display: flex;
		font-size: 10px;
		height: 21px;
		justify-content: center;
		min-width: 21px;
		padding: 2px;
	}

	.hb-filter-backdrop {
		background: rgb(7 12 9 / 62%);
		display: block;
		inset: 0;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		transition: opacity 220ms ease;
		visibility: hidden;
		z-index: 79;
	}

	.hb-filter-dialog {
		background: #f7f8f5;
		border: 1px solid #dce0d7;
		border-radius: 8px;
		bottom: max(8px, env(safe-area-inset-bottom));
		box-shadow: 0 24px 70px rgb(7 12 9 / 38%);
		left: 50%;
		max-height: calc(100svh - 16px);
		overflow-y: auto;
		overscroll-behavior: contain;
		position: fixed;
		transform: translate(-50%, calc(100% + 28px));
		transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 220ms ease;
		visibility: hidden;
		width: min(calc(100% - 16px), 460px);
		z-index: 80;
	}

	.hb-filter-dialog__header {
		align-items: center;
		background: #17201c;
		color: #fff;
		display: flex;
		justify-content: space-between;
		min-height: 58px;
		padding: 10px 14px 10px 18px;
		position: sticky;
		top: 0;
		z-index: 2;
	}

	.hb-filter-dialog__header strong {
		font-family: "Cormorant Garamond", Georgia, serif;
		font-size: 26px;
		font-weight: 500;
	}

	.hb-filter-dialog__header button {
		align-items: center;
		background: transparent;
		border: 1px solid rgb(255 255 255 / 30%);
		border-radius: 4px;
		color: #fff;
		cursor: pointer;
		display: flex;
		font-size: 25px;
		height: 40px;
		justify-content: center;
		line-height: 1;
		padding: 0;
		width: 40px;
	}

	.hb-filter-dialog .hb-catalog-filters {
		border: 0;
		margin: 0;
	}

	.hb-filter-controller.is-open .hb-filter-backdrop {
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
	}

	.hb-filter-controller.is-open .hb-filter-dialog {
		transform: translate(-50%, 0);
		visibility: visible;
	}

	.hb-filter-controller.is-open .hb-filter-trigger {
		opacity: 0;
		pointer-events: none;
	}

	.hb-page__inner {
		padding-left: 14px;
		padding-right: 14px;
	}

	.hb-catalog-grid,
	.hb-house-layout,
	.hb-house-sidebar {
		grid-template-columns: minmax(0, 1fr);
	}

	.hb-house-calendar-column {
		position: static;
	}

	.hb-house-content {
		grid-row: 2;
	}

	.hb-house-related-column {
		grid-column: auto;
		grid-row: 3;
	}

	.hb-house-sidebar section + section {
		border-left: 0;
		border-top: 1px solid #d9ddd5;
		margin-top: 12px;
		padding-left: 0;
		padding-top: 24px;
	}

	.hb-house-header {
		align-items: start;
		flex-direction: column;
	}

	.hb-house-price {
		align-items: flex-start;
	}

	.hb-house-media__thumbs {
		align-content: start;
		grid-auto-rows: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
		row-gap: 6px;
	}

	.hb-house-media__thumbs--count-1 {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: none;
	}

	.hb-lightbox__nav {
		bottom: 18px;
		top: auto;
		transform: none;
	}
}

@media (max-width: 480px) {
	.hb-catalog-filters,
	.hb-filter-dates,
	.hb-booking-panel .hb-form__grid,
	.hb-house-facts {
		grid-template-columns: minmax(0, 1fr);
	}

	.hb-catalog-filters > * {
		grid-column: auto;
	}

	.hb-catalog-filters__heading,
	.hb-catalog-filters > .hb-button {
		grid-column: 1;
	}

	.hb-house-card__body > .hb-button,
	.hb-booking-panel .hb-button {
		justify-content: center;
		width: 100%;
	}

	.hb-house-media__thumbs {
		gap: 6px;
	}
}

@media (max-width: 260px) {
	.hb-page__inner {
		padding-left: 8px;
		padding-right: 8px;
	}

	.hb-page-header h1,
	.hb-house-header h1 {
		font-size: 42px;
	}

	.hb-catalog-filters,
	.hb-house-card__body,
	.hb-booking-panel {
		padding: 12px;
	}

	.hb-calendar {
		padding: 6px;
	}

	.hb-calendar__grid button {
		font-size: 9px;
	}

	.hb-calendar__weekdays span {
		font-size: 7px;
	}

	.hb-mini-card {
		grid-template-columns: 58px minmax(0, 1fr);
	}

	.hb-mini-card img {
		height: 58px;
		width: 58px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hb-house-card,
	.hb-house-card__media img {
		transition: none;
	}
}

/* Full-width Gutenberg map used as the final block before the footer. */
.hb-home-map {
	background: #f4f5ef;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.hb-home-map__heading {
	display: grid;
	gap: 12px 42px;
	grid-template-columns: minmax(0, 0.7fr) minmax(280px, 0.3fr);
	margin: 0 auto;
	max-width: 1438px;
	padding: 76px clamp(20px, 4vw, 64px) 42px;
}

.hb-home-map__heading .zt-eyebrow {
	grid-column: 1 / -1;
	margin: 0;
}

.hb-home-map__heading h2 {
	color: #17201c;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(44px, 6vw, 82px);
	font-weight: 500;
	line-height: 0.94;
	margin: 0;
}

.hb-home-map__heading > p:last-child {
	align-self: end;
	color: #59645e;
	line-height: 1.7;
	margin: 0 0 6px;
}

.hb-home-map__contacts {
	border-top: 1px solid rgb(23 32 28 / 20%);
	display: grid;
	gap: 10px;
	grid-column: 2;
	margin-top: 10px;
	padding-top: 22px;
}

.hb-home-map__contacts h3 {
	color: #17201c;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 4px;
}

.hb-home-map__contacts a {
	align-items: baseline;
	color: #17201c;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	text-decoration: none;
}

.hb-home-map__contacts a span {
	color: #69736d;
	font-size: 11px;
	text-transform: uppercase;
}

.hb-home-map__contacts a:hover strong,
.hb-home-map__contacts a:focus-visible strong {
	color: #a67525;
}

.hb-home-map__canvas,
.hb-home-map__canvas .hb-map {
	border: 0;
	border-radius: 0;
	height: var(--hb-home-map-height, 560px);
	margin: 0;
	max-width: none;
	min-height: 320px;
	width: 100%;
}

.hb-home-map__canvas .leaflet-container {
	font-family: Montserrat, Arial, sans-serif;
}

@media (max-width: 720px) {
	.hb-home-map__heading {
		grid-template-columns: minmax(0, 1fr);
		padding: 56px 16px 30px;
	}

	.hb-home-map__heading .zt-eyebrow {
		grid-column: auto;
	}

	.hb-home-map__heading h2 {
		font-size: 48px;
	}

	.hb-home-map__contacts {
		grid-column: auto;
	}

	.hb-home-map__canvas,
	.hb-home-map__canvas .hb-map {
		height: min(var(--hb-home-map-height, 560px), 66svh);
	}
}

@media (max-width: 260px) {
	.hb-home-map__heading {
		padding-left: 8px;
		padding-right: 8px;
	}

	.hb-home-map__heading h2 {
		font-size: 36px;
	}
}
.hb-form__locked-time {
	cursor: not-allowed;
	opacity: 0.72;
	pointer-events: none;
}

@media (max-width: 720px) {
	.hb-house-media__thumbs {
		display: none !important;
	}
}
