/*
Theme Name: Усадьба Затишье
Theme URI: https://asgroups.dev/
Author: Александр
Author URI: https://asgroups.dev/
Description: Легкая тема для сайта бронирования загородных домов.
Version: 0.11.30
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: zatishe-booking
*/
.hb-catalog-main > .hb-map
 {
    z-index: 0;
}

/* Editorial pages: prices, journal and managed gallery. */
.zt-gallery-page,
.zt-prices-page,
.zt-blog-page {
	padding: clamp(132px, 14vw, 190px) clamp(16px, 3vw, 44px) clamp(72px, 9vw, 130px);
}

.zt-gallery-page > h1,
.zt-prices-page > h1,
.zt-blog-page > h1 {
	font-family: var(--zt-display-font);
	font-size: clamp(52px, 8vw, 118px);
	font-weight: 400;
	line-height: 0.9;
	margin: 14px 0 22px;
}

.zt-page-lead {
	font-size: clamp(17px, 2vw, 22px);
	line-height: 1.55;
	max-width: 760px;
}

.zt-gallery-page__intro {
	margin-inline: auto;
	position: relative;
	text-align: center;
}

.zt-gallery-page__intro::before {
	color: rgb(23 32 28 / 5%);
	content: "ГАЛЕРЕЯ";
	font-family: var(--zt-display-font);
	font-size: clamp(72px, 15vw, 210px);
	left: 50%;
	line-height: 0.72;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.zt-gallery-page__intro .zt-page-lead {
	margin-inline: auto;
}

.zt-price-document {
	align-items: center;
	background: var(--zt-header-bg, #17201c);
	color: #fff;
	gap: 24px;
	margin-top: clamp(34px, 5vw, 64px);
	padding: clamp(24px, 4vw, 48px);
}

.zt-price-document > .wp-block-group {
	margin: 0;
}

.zt-price-document .zt-eyebrow,
.zt-price-document h2,
.zt-price-document p {
	color: inherit;
}

.zt-price-document h2 {
	font-family: var(--zt-display-font);
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 400;
	margin: 4px 0 8px;
}

.zt-price-document p {
	margin-bottom: 0;
}

.zt-price-document .wp-block-button__link {
	background: var(--zt-accent);
	border-radius: 0;
	color: #1f291f;
	white-space: nowrap;
}

.zt-price-notes {
	border-bottom: 1px solid rgba(45, 54, 47, 0.16);
	border-top: 1px solid rgba(45, 54, 47, 0.16);
	gap: 0;
	margin: clamp(32px, 5vw, 64px) 0 12px;
}

.zt-price-notes > .wp-block-column {
	min-width: 0;
	padding: clamp(22px, 3vw, 38px);
}

.zt-price-notes > .wp-block-column + .wp-block-column {
	border-left: 1px solid rgba(45, 54, 47, 0.16);
}

.zt-price-notes h3 {
	font-family: var(--zt-display-font);
	font-size: clamp(27px, 3vw, 38px);
	font-weight: 500;
	margin: 0 0 10px;
}

.zt-prices-page {
	padding-top: clamp(56px, 6vw, 88px);
}

.zt-prices-hero {
	margin-bottom: clamp(52px, 8vw, 108px);
	text-align: center;
}

.zt-prices-hero .zt-page-lead {
	margin-inline: auto;
	max-width: 900px;
}

.zt-pricing-section {
	border-top: 1px solid rgb(23 32 28 / 18%);
	margin-top: clamp(48px, 7vw, 96px);
	padding-top: clamp(28px, 4vw, 52px);
}

.zt-pricing-section--primary {
	border-top-color: var(--zt-accent);
}

.zt-pricing-section__heading {
	align-items: flex-start;
	gap: 18px;
	margin-bottom: clamp(24px, 4vw, 42px);
}

.zt-pricing-section__heading > div:last-child {
	margin: 0;
}

.zt-pricing-section__heading .zt-eyebrow {
	margin: 2px 0 5px;
}

.zt-pricing-section__heading h2,
.zt-pricing-info h2 {
	font-family: var(--zt-display-font);
	font-size: clamp(36px, 5vw, 64px);
	font-weight: 400;
	line-height: 0.98;
	margin: 0;
}

.zt-pricing-section__icon {
	align-items: center;
	border: 1px solid rgb(23 32 28 / 18%);
	border-radius: 50%;
	display: flex;
	flex: 0 0 52px;
	font-size: 23px;
	height: 52px;
	justify-content: center;
	margin: 0;
	width: 52px;
}

.zt-pricing-table {
	border: 1px solid rgb(23 32 28 / 16%);
	border-radius: 6px;
	margin: 0;
	overflow: hidden;
}

.zt-pricing-table table {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.zt-pricing-table :is(th, td) {
	border: 0;
	border-bottom: 1px solid rgb(23 32 28 / 13%);
	padding: 19px clamp(16px, 2.5vw, 34px);
	text-align: left;
	vertical-align: middle;
}

.zt-pricing-table th {
	background: #eef0e8;
	color: var(--zt-olive);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.zt-pricing-table tbody tr:last-child td {
	border-bottom: 0;
}

.zt-pricing-table td:last-child,
.zt-pricing-table--houses td:nth-last-child(2) {
	font-weight: 600;
}

.zt-pricing-table td small {
	color: rgb(23 32 28 / 62%);
	display: block;
	font-size: 12px;
	margin-top: 5px;
}

.zt-pricing-table--houses a {
	color: inherit;
	text-decoration-color: var(--zt-gold);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.zt-pricing-table--houses a:hover,
.zt-pricing-table--houses a:focus-visible {
	color: var(--zt-rust);
}

.zt-pricing-callout {
	background: #eef0e8;
	border-left: 3px solid var(--zt-accent);
	margin: 18px 0 0;
	padding: 18px 22px;
}

.zt-pricing-included {
	background: #eef0e8;
	border: 0;
	margin-inline: calc(clamp(16px, 3vw, 44px) * -1);
	padding: clamp(36px, 6vw, 76px) clamp(16px, 3vw, 44px);
}

.zt-pricing-included__grid {
	gap: 0;
	margin: 0;
}

.zt-pricing-included__grid > .wp-block-column {
	border-left: 1px solid rgb(23 32 28 / 18%);
	padding: 4px clamp(20px, 3vw, 42px) 8px;
}

.zt-pricing-included__grid h3 {
	font-family: var(--zt-display-font);
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 500;
	margin: 0 0 18px;
}

.zt-pricing-included__grid ul,
.zt-pricing-info ul {
	display: grid;
	gap: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.zt-pricing-included__grid li,
.zt-pricing-info li {
	padding-left: 22px;
	position: relative;
}

.zt-pricing-included__grid li::before,
.zt-pricing-info li::before {
	color: var(--zt-accent);
	content: "•";
	font-size: 20px;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 2px;
}

.zt-pricing-footnote {
	color: rgb(23 32 28 / 68%);
	font-style: italic;
	margin: 16px 0 0;
}

.zt-pricing-pair {
	align-items: stretch;
	gap: clamp(20px, 3vw, 40px);
	margin-top: clamp(48px, 7vw, 96px);
}

.zt-pricing-pair > .wp-block-column,
.zt-pricing-section--compact {
	display: flex;
	flex-direction: column;
}

.zt-pricing-section--compact {
	border-top-color: var(--zt-accent);
	margin: 0;
	width: 100%;
}

.zt-pricing-section--compact .zt-pricing-table {
	margin-top: auto;
}

.zt-pricing-info {
	background: var(--zt-header-bg, #17201c);
	color: #faf8f3;
	margin-top: clamp(56px, 8vw, 112px);
	padding: clamp(38px, 6vw, 78px);
}

.zt-pricing-info :is(.zt-eyebrow, h2) {
	color: inherit;
}

.zt-pricing-info ul {
	margin: 30px 0 36px;
	max-width: 980px;
}

.zt-pricing-info .wp-block-button__link {
	background: var(--zt-accent);
	color: #17201c;
}

@media (max-width: 760px) {
	.zt-prices-page {
		padding-top: 32px;
	}

	.zt-prices-hero {
		margin-bottom: 50px;
		text-align: left;
	}

	.zt-pricing-section__heading {
		gap: 12px;
	}

	.zt-pricing-section__icon {
		flex-basis: 42px;
		font-size: 19px;
		height: 42px;
		width: 42px;
	}

	.zt-pricing-table {
		border: 0;
		overflow: visible;
	}

	.zt-pricing-table :is(table, tbody, tr, td) {
		display: block;
		width: 100%;
	}

	.zt-pricing-table thead {
		display: none;
	}

	.zt-pricing-table tr {
		border: 1px solid rgb(23 32 28 / 16%);
		border-radius: 6px;
		margin-bottom: 12px;
		padding: 8px 14px;
	}

	.zt-pricing-table td {
		align-items: baseline;
		display: grid;
		gap: 12px;
		grid-template-columns: minmax(86px, 0.8fr) minmax(0, 1.2fr);
		padding: 11px 0;
		word-break: normal;
	}

	.zt-pricing-table td::before {
		color: var(--zt-olive);
		content: "Позиция";
		font-size: 10px;
		font-weight: 600;
		text-transform: uppercase;
	}

	.zt-pricing-table td:last-child::before {
		content: "Стоимость";
	}

	.zt-pricing-table--houses td:nth-child(1)::before { content: "Дом"; }
	.zt-pricing-table--houses td:nth-child(2)::before { content: "Вместимость"; }
	.zt-pricing-table--houses td:nth-child(3)::before { content: "Будние дни"; }
	.zt-pricing-table--houses td:nth-child(4)::before { content: "Выходные"; }

	.zt-pricing-included {
		margin-inline: -14px;
		padding-inline: 14px;
	}

	.zt-pricing-included__grid > .wp-block-column {
		border-left: 0;
		border-top: 1px solid rgb(23 32 28 / 18%);
		padding: 24px 0;
	}

	.zt-pricing-pair {
		gap: 42px;
	}

	.zt-pricing-info {
		margin-inline: -14px;
		padding: 36px 20px;
	}
}

.zt-blog-grid.wp-block-post-template {
	align-items: stretch;
	gap: clamp(18px, 2.5vw, 32px);
	margin-top: clamp(44px, 6vw, 78px);
}

.zt-blog-grid > li {
	display: flex;
	min-width: 0;
}

.zt-blog-card {
	background: #fff;
	border: 1px solid rgba(45, 54, 47, 0.14);
	border-radius: 6px;
	display: flex;
	flex: 1;
	flex-direction: column;
	overflow: hidden;
	padding: 0 0 24px;
	transition: box-shadow 260ms ease, transform 260ms ease;
}

.zt-blog-card:hover {
	box-shadow: 0 22px 50px rgba(29, 38, 32, 0.12);
	transform: translateY(-5px);
}

.zt-blog-card .wp-block-post-featured-image {
	margin: 0 0 22px;
	overflow: hidden;
}

.zt-blog-card .wp-block-post-featured-image img {
	transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.zt-blog-card:hover .wp-block-post-featured-image img {
	transform: scale(1.035);
}

.zt-blog-card .wp-block-post-date,
.zt-blog-card .wp-block-post-title,
.zt-blog-card .wp-block-post-excerpt {
	margin-left: 24px;
	margin-right: 24px;
}

.zt-blog-card .wp-block-post-date {
	color: var(--zt-olive);
	font-size: 11px;
	text-transform: uppercase;
}

.zt-blog-card .wp-block-post-title {
	display: -webkit-box;
	font-family: var(--zt-display-font);
	font-size: clamp(29px, 2.8vw, 40px);
	font-weight: 500;
	line-height: 1;
	margin-bottom: 14px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.zt-blog-card .wp-block-post-excerpt {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.zt-blog-card .wp-block-post-excerpt__excerpt {
	display: -webkit-box;
	line-height: 1.55;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.zt-blog-card .wp-block-post-excerpt__more-link {
	color: var(--zt-olive);
	font-size: 12px;
	margin-top: auto;
	padding-top: 20px;
	text-transform: uppercase;
}

/* Dynamic journal cards and article layout. */
.zt-blog-grid:not(.wp-block-post-template) {
	display: grid;
	gap: clamp(22px, 2.5vw, 36px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(44px, 6vw, 78px);
}

.zt-blog-grid:not(.wp-block-post-template) .zt-blog-card {
	min-width: 0;
}

.zt-blog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 24px 26px;
}

.zt-blog-card__body h2 {
	display: -webkit-box;
	font-family: var(--zt-display-font);
	font-size: clamp(28px, 2.5vw, 38px);
	font-weight: 500;
	line-height: 1.02;
	margin: 14px 0;
	min-height: 2.04em;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.zt-blog-card__body h2 a {
	color: inherit;
	text-decoration: none;
}

.zt-blog-card__excerpt {
	display: -webkit-box;
	line-height: 1.55;
	margin: 0 0 22px;
	min-height: 4.65em;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.zt-blog-card__link {
	color: var(--zt-olive);
	font-size: 12px;
	margin-top: auto;
	text-transform: uppercase;
}

.zt-blog-meta {
	align-items: center;
	color: color-mix(in srgb, var(--zt-text) 68%, transparent);
	display: flex;
	flex-wrap: wrap;
	font-size: 11px;
	gap: 8px 15px;
	text-transform: uppercase;
}

.zt-blog-views {
	align-items: center;
	display: inline-flex;
	gap: 5px;
	margin-left: auto;
}

.zt-blog-views svg {
	fill: none;
	height: 15px;
	stroke: currentColor;
	stroke-width: 1.5;
	width: 15px;
}

.zt-blog-media {
	aspect-ratio: 4 / 3;
	background: #e8ebe5;
	display: block;
	overflow: hidden;
	position: relative;
}

.zt-blog-card__media {
	aspect-ratio: 4 / 3;
	background: #e8ebe5;
	display: block;
	overflow: hidden;
}

.zt-blog-card__media img {
	height: 100%;
	object-fit: cover;
	transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.zt-blog-media__viewport,
.zt-blog-media__track,
.zt-blog-media__slide {
	height: 100%;
	width: 100%;
}

.zt-blog-media__viewport {
	overflow: hidden;
}

.zt-blog-media__track {
	display: flex;
	transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.zt-blog-media__slide {
	flex: 0 0 100%;
	overflow: hidden;
}

.zt-blog-media img {
	height: 100%;
	object-fit: cover;
	transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.zt-blog-card:hover .zt-blog-media img,
.zt-blog-card:hover .zt-blog-card__media img {
	transform: scale(1.035);
}

.zt-blog-media__arrow {
	align-items: center;
	background: rgb(250 248 243 / 92%);
	border: 1px solid rgba(45, 54, 47, 0.18);
	border-radius: 50%;
	color: var(--zt-text);
	cursor: pointer;
	display: flex;
	font-size: 18px;
	height: 40px;
	justify-content: center;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	z-index: 2;
}

.zt-blog-media__arrow--prev { left: 12px; }
.zt-blog-media__arrow--next { right: 12px; }

.zt-blog-media__dots {
	bottom: 12px;
	display: flex;
	gap: 7px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2;
}

.zt-blog-media__dots button {
	background: rgba(255, 255, 255, 0.62);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height: 8px;
	padding: 0;
	transition: background-color 180ms ease, transform 180ms ease;
	width: 8px;
}

.zt-blog-media__dots button.is-active {
	background: var(--zt-accent);
	transform: scale(1.35);
}

.zt-blog-media--empty {
	align-items: center;
	color: var(--zt-olive);
	display: flex;
	justify-content: center;
	text-decoration: none;
}

.zt-pagination {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: clamp(36px, 5vw, 64px);
}

.zt-pagination .page-numbers {
	align-items: center;
	border: 1px solid rgba(45, 54, 47, 0.24);
	color: var(--zt-text);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	min-width: 42px;
	padding: 0 12px;
	text-decoration: none;
}

.zt-pagination .page-numbers.current,
.zt-pagination .page-numbers:hover {
	background: var(--zt-header-bg, #17201c);
	border-color: var(--zt-header-bg, #17201c);
	color: #fff;
}

.zt-single-post {
	margin: 0 auto;
	max-width: 1438px;
	padding: clamp(72px, 7vw, 96px) clamp(16px, 3vw, 44px) clamp(70px, 8vw, 120px);
}

.zt-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 7px;
	margin: 0;
	text-transform: uppercase;
}

.zt-breadcrumbs a { color: var(--zt-olive); }

.zt-global-breadcrumbs {
	box-sizing: border-box;
	height: 0;
	margin: 0 auto;
	max-width: 1438px;
	padding: 0 clamp(16px, 3vw, 44px);
	position: relative;
	top: clamp(38px, 4vw, 56px);
	z-index: 5;
}

.zt-global-breadcrumbs + .zt-container {
	padding-top: clamp(5rem, 7vw, 7rem);
}

.zt-breadcrumbs--seo :is(.rank-math-breadcrumb, #breadcrumbs, .breadcrumbs) {
	margin: 0;
}

.zt-single-post__header {
	max-width: 1040px;
}

.zt-single-post__header h1 {
	font-family: var(--zt-display-font);
	font-size: clamp(50px, 7vw, 104px);
	font-weight: 400;
	line-height: 0.92;
	margin: 12px 0 28px;
}

.zt-blog-meta--single {
	font-size: 12px;
	max-width: 700px;
}

.zt-single-post__featured,
.zt-single-post__gallery {
	aspect-ratio: 16 / 8;
	margin-top: clamp(32px, 5vw, 66px);
	overflow: hidden;
}

.zt-single-post__gallery .zt-blog-media {
	aspect-ratio: 16 / 8;
}

.zt-single-post__featured a,
.zt-single-post__featured img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.zt-single-post__layout {
	display: grid;
	gap: clamp(40px, 6vw, 84px);
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	margin-top: clamp(40px, 6vw, 76px);
}

.zt-single-post__content {
	font-size: 18px;
	line-height: 1.75;
	min-width: 0;
}

.zt-single-post__content > * {
	max-width: 820px;
}

.zt-single-post__content > .wp-block-gallery {
	display: none;
}

.zt-single-post__content h2,
.zt-single-post__content h3 {
	font-family: var(--zt-display-font);
	font-weight: 500;
	line-height: 1.05;
}

.zt-single-post__content h2 { font-size: clamp(38px, 4.5vw, 58px); }
.zt-single-post__content h3 { font-size: clamp(29px, 3vw, 40px); }

.zt-post-sidebar {
	align-self: start;
	display: grid;
	gap: 34px;
	position: sticky;
	top: 118px;
}

.zt-post-sidebar__section {
	border-top: 1px solid rgba(45, 54, 47, 0.2);
	padding-top: 18px;
}

.zt-post-sidebar__section > h2 {
	font-family: var(--zt-display-font);
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 16px;
}

.zt-post-sidebar__list {
	display: grid;
	gap: 14px;
}

.zt-post-mini {
	align-items: center;
	color: inherit;
	display: grid;
	gap: 13px;
	grid-template-columns: 78px minmax(0, 1fr);
	text-decoration: none;
}

.zt-post-mini__image {
	aspect-ratio: 1;
	overflow: hidden;
}

.zt-post-mini__image img {
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
	width: 100%;
}

.zt-post-mini:hover img { transform: scale(1.06); }

.zt-post-mini__copy {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.zt-post-mini strong {
	display: -webkit-box;
	font-family: var(--zt-display-font);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.05;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.zt-post-mini small {
	color: color-mix(in srgb, var(--zt-text) 64%, transparent);
	font-size: 10px;
	text-transform: uppercase;
}

.zt-single-post__content .wp-block-gallery {
	gap: 10px;
}

.zt-single-post__content .wp-block-gallery figure {
	aspect-ratio: 1;
	overflow: hidden;
}

.zt-single-post__content .wp-block-gallery img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.zt-toc {
	background: #f1eee7;
	border-left: 3px solid var(--zt-accent);
	margin: 32px 0 48px;
	max-width: 760px;
	padding: 24px 28px;
}

.zt-toc > p {
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.zt-toc ol {
	display: grid;
	gap: 7px;
	list-style: decimal-leading-zero;
	margin: 0;
	padding-left: 26px;
}

.zt-toc__level-3 {
	margin-left: 18px;
}

.zt-lightbox__zoom {
	display: flex;
	gap: 6px;
	left: 16px;
	position: absolute;
	top: 16px;
	z-index: 3;
}

.zt-lightbox__zoom button {
	align-items: center;
	background: rgb(20 28 24 / 82%);
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 21px;
	height: 40px;
	justify-content: center;
	padding: 0;
	width: 40px;
}

.zt-lightbox__media img {
	transition: transform 180ms ease;
}

.zt-lightbox__media img.is-zoomed {
	cursor: zoom-out;
}

.zt-lightbox__source {
	color: var(--zt-accent);
	display: inline-block;
	font-size: 12px;
	margin-top: 10px;
	text-transform: uppercase;
}

@media (max-width: 760px) {
	.zt-gallery-page,
	.zt-prices-page,
	.zt-blog-page {
		padding-left: 14px;
		padding-right: 14px;
	}

	.zt-price-notes > .wp-block-column + .wp-block-column {
		border-left: 0;
		border-top: 1px solid rgba(45, 54, 47, 0.16);
	}

	.zt-blog-grid.wp-block-post-template {
		grid-template-columns: minmax(0, 1fr);
	}

	.zt-blog-grid:not(.wp-block-post-template),
	.zt-single-post__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.zt-post-sidebar {
		position: static;
	}

	.zt-single-post__featured {
		aspect-ratio: 4 / 3;
	}

	.zt-single-post__gallery,
	.zt-single-post__gallery .zt-blog-media {
		aspect-ratio: 4 / 3;
	}

	.zt-global-breadcrumbs {
		top: 28px;
	}
}

@media (max-width: 280px) {
	.zt-gallery-page,
	.zt-prices-page,
	.zt-blog-page {
		padding-left: 8px;
		padding-right: 8px;
	}

	.zt-gallery-page > h1,
	.zt-prices-page > h1,
	.zt-blog-page > h1 {
		font-size: 42px;
	}

	.zt-blog-card .wp-block-post-date,
	.zt-blog-card .wp-block-post-title,
	.zt-blog-card .wp-block-post-excerpt {
		margin-left: 16px;
		margin-right: 16px;
	}
}


.hb-cards-repeater__content {
     color: #27342e;
}
@font-face {
	font-display: swap;
	font-family: "Cormorant Garamond";
	font-style: normal;
	font-weight: 400 600;
	src: url("assets/fonts/cormorant-garamond-cyrillic.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-display: swap;
	font-family: "Cormorant Garamond";
	font-style: normal;
	font-weight: 400 600;
	src: url("assets/fonts/cormorant-garamond-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-display: swap;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400 600;
	src: url("assets/fonts/montserrat-cyrillic.woff2") format("woff2");
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-display: swap;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400 600;
	src: url("assets/fonts/montserrat-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--zt-milk: #faf8f3;
	--zt-sand: #d7c9b5;
	--zt-beige: #eae3d8;
	--zt-olive: #6f7a5b;
	--zt-graphite: #3b3b38;
	--zt-wood: #6b4c3f;
	--zt-sage: #a7b59a;
	--zt-accent: #d5a24a;
	--zt-line: rgba(59, 59, 56, 0.16);
	--zt-shadow: 0 18px 45px rgba(59, 59, 56, 0.12);
}

* {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
}

html {
	-webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

ul,
ol {
	margin-block: 0;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
input,
select,
textarea,
fieldset {
	max-width: 100%;
}

fieldset {
	border: 0;
	margin: 0;
	min-inline-size: 0;
	padding: 0;
}

legend {
	padding: 0;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

[hidden] {
	display: none !important;
}

html {
	scroll-behavior: smooth;
	scrollbar-color: var(--zt-accent) #e8e5dd;
	scrollbar-width: thin;
}

*::-webkit-scrollbar {
	height: 10px;
	width: 10px;
}

*::-webkit-scrollbar-track {
	background: #e8e5dd;
}

*::-webkit-scrollbar-thumb {
	background: var(--zt-accent);
	border: 2px solid #e8e5dd;
	border-radius: 999px;
}

*::-webkit-scrollbar-thumb:hover {
	background: #b7832e;
}

::selection {
	background: var(--zt-accent);
	color: #fff;
}

body {
	background: var(--zt-milk);
	color: var(--zt-graphite);
	display: flex;
	flex-direction: column;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
	min-height: 100vh;
}

body,
button,
input,
textarea,
select {
	letter-spacing: 0;
}

.zt-skip-link {
	background: #faf8f3;
	color: #17201c;
	font-weight: 700;
	left: 1rem;
	padding: 0.8rem 1rem;
	position: fixed;
	top: 1rem;
	transform: translateY(-180%);
	transition: transform 160ms ease;
	z-index: 100000;
}

.zt-skip-link:focus {
	outline: 3px solid #d5a24a;
	outline-offset: 3px;
	transform: translateY(0);
}

:where(a, button, input, select, textarea, summary):focus-visible {
	outline: 3px solid #d5a24a;
	outline-offset: 3px;
}

a {
	color: inherit;
}

img {
	height: auto;
	max-width: 100%;
}

.site-header {
	align-items: center;
	background: var(--zt-header-bg, #17201c);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--zt-header-radius, 8px);
	box-shadow: 0 16px 40px rgba(15, 23, 18, 0.2);
	color: var(--zt-header-text, var(--zt-milk));
	display: flex;
	gap: 1.5rem;
	justify-content: space-between;
	margin: 1rem auto 0;
	max-width: var(--zt-header-max-width, 1380px);
	padding: 0.85rem clamp(1rem, 3vw, 2.5rem);
	position: sticky;
	top: calc(1rem + var(--zt-admin-offset, 0px));
	width: calc(100% - 2rem);
	z-index: 20;
	transition: background-color 240ms ease, border-color 240ms ease, box-shadow 240ms ease, color 240ms ease, padding 240ms ease, top 180ms ease;
}

.home .site-header,
.front-page .site-header {
	background: var(--zt-header-bg, #17201c);
	border-color: rgba(255, 255, 255, 0.16);
	color: var(--zt-header-text, var(--zt-milk));
	left: 50%;
	margin-bottom: 0;
	position: fixed;
	right: auto;
	transform: translateX(-50%);
	width: min(calc(100% - 2rem), var(--zt-header-max-width, 1380px));
}

.home .site-header.is-scrolled,
.front-page .site-header.is-scrolled {
	background: var(--zt-header-bg, #17201c);
	border-color: rgba(255, 255, 255, 0.16);
	box-shadow: 0 18px 46px rgba(15, 23, 18, 0.28);
	padding-bottom: 0.7rem;
	padding-top: 0.7rem;
}

.site-branding {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 0.65rem;
	text-decoration: none;
}

.brand-logo__botanical {
	color: var(--zt-accent);
	flex: 0 0 auto;
	height: 56px;
	width: 36px;
}

.brand-logo--header .brand-logo__botanical {
	color: var(--zt-header-accent, var(--zt-accent));
}

.brand-logo__image {
	display: block;
	height: auto;
	max-height: 60px;
	max-width: 220px;
	width: auto;
}

.brand-logo__type {
	align-items: center;
	display: grid;
	justify-items: center;
}

.brand-logo__eyebrow {
	font-size: 0.52rem;
	line-height: 1;
	text-transform: uppercase;
}

.brand-logo__name {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 0.82;
	text-transform: uppercase;
}

.brand-logo__rule {
	background: currentcolor;
	display: block;
	height: 1px;
	margin-top: 0.45rem;
	width: 72%;
}

.site-nav > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-nav a {
	font-size: 0.82rem;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 160ms ease;
}

.site-nav > ul > li > a::after {
	background: var(--zt-header-accent, var(--zt-accent));
	bottom: -0.45rem;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 220ms ease;
	width: 100%;
}

.site-nav > ul > .menu-item-has-children > a {
	padding-right: 1rem;
}

.site-nav > ul > .menu-item-has-children > a::before {
	border-bottom: 1px solid currentcolor;
	border-right: 1px solid currentcolor;
	content: "";
	height: 5px;
	position: absolute;
	right: 0;
	top: 35%;
	transform: rotate(45deg);
	width: 5px;
}

.site-nav > ul > li:hover > a,
.site-nav > ul > li:focus-within > a,
.site-nav > ul > li.is-scroll-current > a {
	color: var(--zt-header-accent, var(--zt-accent));
}

.site-nav > ul > li:hover > a::after,
.site-nav > ul > li:focus-within > a::after,
.site-nav > ul > li.is-scroll-current > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.site-nav li {
	list-style: none;
	position: relative;
}

.footer-socials a:has(.footer-socials__handle) {
	border-radius: 6px;
	gap: 8px;
	padding: 7px 10px;
	width: auto;
}

.footer-socials__handle {
	font-size: 12px;
	letter-spacing: 0;
	text-transform: none;
}

.site-nav .sub-menu {
	background: var(--zt-header-bg, #17201c);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(10, 16, 13, 0.28);
	display: grid;
	gap: 0;
	left: -1rem;
	margin: 0;
	min-width: 230px;
	opacity: 0;
	padding: 0.55rem;
	position: absolute;
	top: calc(100% + 1rem);
	transform: translateY(-8px);
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	visibility: hidden;
	z-index: 24;
}

.site-nav .sub-menu::before {
	content: "";
	height: 1rem;
	left: 0;
	position: absolute;
	top: -1rem;
	width: 100%;
}

.site-nav .sub-menu a {
	display: block;
	padding: 0.7rem 0.8rem;
	text-transform: none;
}

.site-nav .sub-menu a:hover,
.site-nav .sub-menu a:focus-visible {
	background: rgba(213, 162, 74, 0.14);
	color: var(--zt-header-accent, var(--zt-accent));
}

.site-nav .sub-menu .sub-menu {
	left: calc(100% + 0.5rem);
	top: -0.55rem;
}

.site-nav li:hover > .sub-menu,
.site-nav li:focus-within > .sub-menu {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.site-menu-toggle,
.site-submenu-toggle,
.site-nav__mobile-actions {
	display: none;
}

.site-header__actions {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	white-space: nowrap;
}

.site-phone,
.site-booking-link {
	font-size: 0.82rem;
	text-decoration: none;
	text-transform: uppercase;
}

.site-booking-link {
	border: 1px solid currentColor;
	min-height: 40px;
	padding: 0.55rem 0.85rem;
}

.site-main {
	flex: 1 0 auto;
	min-height: 70vh;
}

.zt-container {
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 4vw, 2rem);
}

.zt-hero {
	background:
		linear-gradient(90deg, rgba(250, 248, 243, 0.96), rgba(250, 248, 243, 0.72)),
		url("assets/images/hero-placeholder.svg") center/cover no-repeat;
	border-bottom: 1px solid var(--zt-line);
	min-height: 78vh;
}

.zt-page-builder > .zt-hero:first-child,
.zt-page-builder > .zt-section:first-child {
	margin-top: 0;
}

.zt-hero--image {
	background:
		linear-gradient(90deg, rgba(250, 248, 243, 0.96), rgba(250, 248, 243, 0.62)),
		var(--zt-hero-image) center/cover no-repeat;
}

.zt-hero--media {
	background: var(--zt-hero-image) center/cover no-repeat, var(--zt-graphite);
	border-bottom: 0;
	color: var(--zt-milk);
	isolation: isolate;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
}

.zt-hero__media {
	inset: 0;
	position: absolute;
}

.zt-hero__media {
	z-index: -2;
}

.zt-hero__media img,
.zt-hero__media video {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.zt-hero-booking-wrap,
.zt-hero-booking {
	cursor: default;
}

.zt-hero-booking input:not([type="date"]),
.zt-hero-booking textarea {
	cursor: text;
}

.zt-hero-booking input[type="date"],
.zt-hero-booking select,
.zt-hero-booking button,
.zt-hero-booking .hb-button {
	cursor: pointer;
}

.zt-hero__inner {
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	min-height: 78vh;
	place-items: center;
}

.zt-hero__inner--royal {
	min-height: 100vh;
	padding-bottom: 9rem;
	padding-top: 8rem;
}

.zt-hero__copy {
	max-width: 680px;
}

.zt-hero--media .zt-eyebrow,
.zt-hero--media .zt-lead {
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.34);
}

.zt-hero--media .zt-title {
	text-shadow: 0 8px 34px rgba(0, 0, 0, 0.38);
}

.zt-hero-map {
	align-items: center;
	background: rgba(250, 248, 243, 0.84);
	border: 1px solid var(--zt-line);
	box-shadow: var(--zt-shadow);
	display: flex;
	min-height: 360px;
	padding: 1.5rem;
	width: 100%;
}

.zt-hero--media .zt-hero-map {
	background: rgba(250, 248, 243, 0.72);
	border-color: rgba(250, 248, 243, 0.4);
	justify-self: end;
	max-width: 330px;
	min-height: 270px;
}

.zt-hero-map img {
	filter: sepia(0.16) saturate(0.82);
	width: 100%;
}

.zt-hero-services {
	border-top: 1px solid rgba(250, 248, 243, 0.28);
	bottom: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	inset-inline: 0;
	position: absolute;
}

.zt-hero-services a {
	align-items: center;
	background: rgba(18, 21, 17, 0.44);
	border-right: 1px solid rgba(250, 248, 243, 0.24);
	color: var(--zt-milk);
	display: flex;
	min-height: 92px;
	padding: 1rem clamp(1rem, 3vw, 2rem);
	text-decoration: none;
	text-transform: uppercase;
}

.zt-hero-services a::after {
	content: "→";
	margin-left: auto;
}

.zt-eyebrow {
	font-size: 0.78rem;
	text-transform: uppercase;
}

.zt-title {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(3.5rem, 10vw, 8rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.9;
	margin: 0.5rem 0 1rem;
	text-transform: uppercase;
}

.zt-lead {
	font-size: clamp(1rem, 2vw, 1.25rem);
	max-width: 560px;
}

.zt-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.875rem;
	margin-top: 2rem;
}

.zt-button {
	align-items: center;
	background: var(--zt-graphite);
	border: 1px solid var(--zt-graphite);
	color: var(--zt-milk);
	display: inline-flex;
	min-height: 44px;
	padding: 0.75rem 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.zt-button--light {
	background: transparent;
	color: var(--zt-graphite);
}

.zt-button--cream {
	background: var(--zt-milk);
	border-color: var(--zt-milk);
	color: var(--zt-graphite);
}

.zt-button--glass {
	background: rgba(250, 248, 243, 0.08);
	border-color: rgba(250, 248, 243, 0.64);
	color: var(--zt-milk);
}

.zt-panel {
	background: rgba(250, 248, 243, 0.9);
	border: 1px solid var(--zt-line);
	box-shadow: var(--zt-shadow);
	padding: 1.25rem;
	width: 100%;
}

.zt-panel h2,
.zt-section h2 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.4rem);
	font-weight: 400;
	line-height: 1;
	margin: 0 0 1rem;
}

.zt-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.zt-section--muted {
	background: var(--zt-beige);
	border-block: 1px solid var(--zt-line);
}

.zt-section__lead {
	max-width: 760px;
}

.zt-sign-grid {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.zt-sign {
	background: var(--zt-olive);
	border: 1px solid rgba(250, 248, 243, 0.35);
	color: var(--zt-milk);
	display: flex;
	justify-content: space-between;
	min-height: 74px;
	padding: 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.zt-sign::after {
	content: "→";
}

.zt-split {
	align-items: start;
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
}

.zt-card {
	background: var(--zt-milk);
	border: 1px solid var(--zt-line);
	min-height: 180px;
	padding: 1.25rem;
}

.zt-card h3 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 0.75rem;
}

.zt-house-card img {
	aspect-ratio: 4 / 3;
	display: block;
	margin-bottom: 1rem;
	object-fit: cover;
	width: 100%;
}

.zt-house-card h3 a,
.zt-text-link {
	text-decoration: none;
}

.zt-text-link {
	border-bottom: 1px solid currentColor;
	font-size: 0.82rem;
	text-transform: uppercase;
}

.site-footer {
	background: #17201c;
	color: #f8f5ed;
	flex: 0 0 auto;
	padding: 0 clamp(1rem, 4vw, 4rem);
}

.zt-contact {
	display: grid;
	font-style: normal;
	gap: 0.75rem;
}

.zt-contact a,
.footer-nav a,
.footer-socials a,
.site-footer__bottom a {
	text-decoration: none;
	text-underline-offset: 0.25rem;
}

.zt-contact a:hover,
.footer-nav a:hover,
.footer-socials a:hover,
.site-footer__bottom a:hover {
	color: var(--zt-accent);
	text-decoration: underline;
}

.site-footer__main {
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(250px, 1.5fr) repeat(3, minmax(145px, 0.7fr));
	margin: 0 auto;
	max-width: 1380px;
	padding: 4rem 0 2.75rem;
}

.site-footer__brand p {
	color: rgba(248, 245, 237, 0.7);
	margin: 1.4rem auto 0;
	max-width: 390px;
	text-align: center;
}

.footer-brand {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	margin: 0 auto;
	max-width: 280px;
	text-decoration: none;
}

.brand-logo--footer .brand-logo__botanical {
	height: 82px;
	width: 52px;
}

.brand-logo--footer .brand-logo__eyebrow {
	font-size: 0.62rem;
}

.brand-logo--footer .brand-logo__name {
	font-size: 2.65rem;
	line-height: 0.8;
	margin-top: 0.15rem;

}

.brand-logo--footer .brand-logo__rule {
	margin-top: 0.65rem;
	width: 62%;
}

.site-footer__title {
	color: var(--zt-accent);
	font-size: 0.72rem;
	font-weight: 600;
	margin: 0 0 1.4rem;
	text-transform: uppercase;
}

.footer-nav__list {
	display: grid;
	gap: 0.65rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-socials a {
	align-items: center;
	border: 1px solid rgba(248, 245, 237, 0.32);
	border-radius: 50%;
	color: #f8f5ed;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
	width: 44px;
}

.footer-socials a:hover {
	background: var(--zt-accent);
	border-color: var(--zt-accent);
	color: #17201c;
	text-decoration: none;
	transform: translateY(-2px);
}

.footer-socials a:focus-visible {
	outline: 3px solid var(--zt-accent);
	outline-offset: 3px;
}

.footer-socials svg {
	fill: currentcolor;
	height: 20px;
	width: 20px;
}

.footer-socials svg[fill="none"] {
	fill: none;
}

.zt-contact span {
	color: rgba(248, 245, 237, 0.7);
	max-width: 240px;
}

.site-footer__bottom {
	align-items: center;
	border-top: 1px solid rgba(248, 245, 237, 0.16);
	display: grid;
	font-size: 0.72rem;
	gap: 1rem 2rem;
	grid-template-columns: minmax(max-content, 1fr) auto auto minmax(max-content, 1fr);
	margin: 0 auto;
	max-width: 1380px;
	padding: 1rem 0;
	text-transform: uppercase;
}

.site-footer__bottom > a {
	white-space: nowrap;
}

.site-footer__bottom > a:first-of-type {
	justify-self: end;
}

.site-footer__bottom p {
	margin: 0;
}

.zt-motion-ready .site-footer__bottom .zt-reveal {
	opacity: 1;
	transform: none;
}

.site-footer__creator {
	align-items: center;
	display: inline-flex;
	gap: 0.4rem;
	justify-self: end;
	white-space: nowrap;
}

@media (max-width: 1180px) and (min-width: 761px) {
	.site-footer__bottom {
		grid-template-columns: 1fr auto;
	}

	.site-footer__bottom > a:first-of-type,
	.site-footer__creator {
		justify-self: start;
	}
}

.site-footer__creator a,
.site-footer__creator span {
	color: var(--zt-accent);
	font-weight: 600;
}

.zt-back-to-top {
	align-items: center;
	background: var(--zt-accent);
	border: 1px solid rgba(255, 255, 255, 0.55);
	bottom: 1.5rem;
	box-shadow: 0 12px 30px rgba(25, 30, 26, 0.2);
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: Arial, sans-serif;
	font-size: 1.45rem;
	height: 48px;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 1.5rem;
	transform: translateY(12px);
	transition: background-color 160ms ease, opacity 220ms ease, transform 220ms ease;
	width: 48px;
	z-index: 19;
}

.zt-back-to-top:hover {
	background: #b7832e;
}

.zt-back-to-top:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.zt-back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.zt-back-to-top.is-docked {
	bottom: auto;
	position: absolute;
	top: var(--zt-back-to-top-position);
}

.zt-motion-ready .zt-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 560ms ease-out var(--zt-reveal-delay, 0ms), transform 560ms cubic-bezier(0.22, 1, 0.36, 1) var(--zt-reveal-delay, 0ms);
}

.zt-motion-ready .zt-reveal--from-left {
	transform: translateX(-42px);
}

.zt-motion-ready .zt-reveal--from-right {
	transform: translateX(42px);
}

.zt-motion-ready .zt-reveal--scale {
	transform: scale(0.965);
}

.zt-motion-ready .zt-reveal--clip {
	clip-path: inset(0 0 100% 0);
	opacity: 1;
	transform: none;
	transition: clip-path 880ms cubic-bezier(0.22, 1, 0.36, 1) var(--zt-reveal-delay, 0ms);
}

.zt-motion-ready .zt-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.zt-motion-ready .zt-reveal--from-left.is-visible,
.zt-motion-ready .zt-reveal--from-right.is-visible,
.zt-motion-ready .zt-reveal--scale.is-visible {
	transform: none;
}

.zt-motion-ready .zt-reveal--clip.is-visible {
	clip-path: inset(0);
}

.zt-parallax-shell {
	overflow: hidden;
}

.zt-parallax-target {
	transform: translate3d(0, var(--zt-parallax-y, 0), 0) scale(1.08);
	transform-origin: center;
	will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.site-header,
	.zt-back-to-top,
	.zt-lightbox,
	.zt-lightbox__dialog,
	.zt-motion-ready .zt-reveal {
		transition-duration: 0.01ms;
	}

	.zt-motion-ready .zt-reveal {
		opacity: 1;
		transform: none;
	}

	.zt-motion-ready .zt-reveal--clip {
		clip-path: inset(0);
	}

	.zt-hero__media video {
		display: none;
	}
}

/* Keep the public header usable while an administrator toolbar is present. */
body.admin-bar {
	--zt-admin-bar-height: 32px;
}

body.admin-bar .site-header {
	--zt-admin-offset: var(--wp-admin--admin-bar--height, var(--zt-admin-bar-height));
}

@media (max-width: 782px) {
	body.admin-bar {
		--zt-admin-bar-height: 46px;
	}
}

@media (max-width: 760px) {
	body.admin-bar .site-header,
	body.admin-bar.home .site-header,
	body.admin-bar.front-page .site-header {
		top: var(--zt-admin-offset, var(--zt-admin-bar-height));
	}
}

/* A consistent soft interaction rhythm, including animated FAQ disclosure. */
.zt-motion-ready .zt-reveal {
	transition-duration: 680ms, 680ms;
}

.zt-motion-ready .zt-reveal--clip {
	transition-duration: 960ms;
}

:is(.site-nav a, .footer-nav a, .zt-contact a, .zt-text-link, .footer-socials a) {
	transition: color 200ms ease, opacity 200ms ease, border-color 200ms ease, background-color 200ms ease, transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

:is(.site-nav a, .footer-nav a, .zt-contact a, .zt-text-link):hover {
	transform: translateY(-1px);
}

:is(.hb-search input, .hb-search select, .hb-form input, textarea) {
	transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, color 220ms ease;
}

:is(.hb-search input, .hb-search select, .hb-form input, textarea):focus {
	box-shadow: 0 0 0 3px rgba(213, 162, 74, 0.2);
}

.zt-smooth-details {
	transition: background-color 240ms ease, border-color 240ms ease;
}

.zt-smooth-details > summary {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	list-style: none;
	transition: color 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.zt-smooth-details > summary::-webkit-details-marker {
	display: none;
}

.zt-smooth-details > summary::after,
.hb-faq-repeater__item.zt-smooth-details > summary::after {
	color: var(--zt-accent, #d5a24a);
	content: "+";
	flex: 0 0 auto;
	font-family: Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	transform: rotate(0deg);
	transition: color 220ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.zt-smooth-details[open] > summary::after,
.hb-faq-repeater__item.zt-smooth-details[open] > summary::after {
	content: "+";
	transform: rotate(45deg);
}

.zt-smooth-details.is-faq-closing > summary::after {
	transform: rotate(0deg);
}

.zt-smooth-details > summary:hover,
.zt-smooth-details > summary:focus-visible {
	color: #a74d3a;
}

.zt-smooth-details > summary:focus-visible {
	outline: 2px solid var(--zt-accent, #d5a24a);
	outline-offset: 6px;
}

@media (prefers-reduced-motion: reduce) {
	.zt-motion-ready .zt-reveal,
	.zt-motion-ready .zt-reveal--clip,
	.zt-smooth-details,
	.zt-smooth-details > summary,
	.zt-smooth-details > summary::after,
	:is(.site-nav a, .footer-nav a, .zt-contact a, .zt-text-link, .footer-socials a),
	:is(.hb-search input, .hb-search select, .hb-form input, textarea) {
		transition-duration: 0.01ms;
		transition-delay: 0ms;
	}
}

@media (max-width: 360px) {
	body.admin-bar .site-header,
	body.admin-bar.home .site-header,
	body.admin-bar.front-page .site-header {
		top: calc(0.35rem + var(--zt-admin-offset, var(--zt-admin-bar-height)));
	}

	#wpadminbar {
		max-width: 100vw;
		min-width: 0 !important;
		width: 100% !important;
	}

	#wpadminbar .quicklinks > ul {
		display: flex !important;
		min-width: 0;
	}

	#wpadminbar #wp-admin-bar-root-default {
		max-width: calc(100% - 36px);
		overflow: hidden;
	}

	#wpadminbar #wp-admin-bar-top-secondary {
		inset: 0 0 auto auto;
		position: absolute;
	}

	#wpadminbar .ab-top-menu > li > .ab-item {
		align-items: center;
		display: flex;
		font-size: 0 !important;
		justify-content: center;
		min-width: 36px;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 36px;
	}

	#wpadminbar .ab-icon,
	#wpadminbar .ab-item::before {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#wpadminbar .ab-label {
		display: none !important;
	}

	#wpadminbar .ab-sub-wrapper {
		max-width: calc(100vw - 8px);
		right: 4px !important;
	}
}

@media (max-width: 760px) {
	body.zt-menu-open {
		overscroll-behavior: none;
	}

	.zt-hero__media video {
		display: none;
	}

	.site-header,
	.home .site-header,
	.front-page .site-header {
		border-radius: 0 0 var(--zt-header-radius, 8px) var(--zt-header-radius, 8px);
		border-top: 0;
		left: 0;
		margin-top: 0;
		max-width: none;
		right: 0;
		top: 0;
		transform: none;
		width: 100%;
	}

	body.zt-menu-open::after {
		background: rgba(7, 12, 9, 0.58);
		content: "";
		inset: 0;
		position: fixed;
		z-index: 19;
	}

	.site-header {
		align-items: center;
		flex-direction: row;
		gap: 0.75rem;
		padding: 0.7rem 0.85rem;
	}

	.site-branding {
		min-width: 0;
		position: relative;
		z-index: 24;
	}

	.brand-logo--header {
		gap: 0.45rem;
	}

	.brand-logo--header .brand-logo__botanical {
		height: 42px;
		width: 27px;
	}

	.brand-logo--header .brand-logo__eyebrow {
		font-size: 0.45rem;
	}

	.brand-logo--header .brand-logo__name {
		font-size: 1.5rem;
	}

	.brand-logo--header .brand-logo__image {
		max-height: 42px;
		max-width: 220px;
	}

	.site-header__actions {
		display: none;
	}

	.site-menu-toggle {
		align-items: center;
		background: transparent;
		border: 1px solid rgba(255, 255, 255, 0.48);
		border-radius: var(--zt-header-radius, 8px);
		color: var(--zt-header-text, #fff);
		cursor: pointer;
		display: flex;
		flex: 0 0 44px;
		height: 44px;
		justify-content: center;
		margin-left: auto;
		padding: 0;
		position: relative;
		z-index: 24;
	}

	.site-menu-toggle:hover,
	.site-menu-toggle:focus-visible {
		background: var(--zt-header-accent, var(--zt-accent));
		border-color: var(--zt-header-accent, var(--zt-accent));
		color: var(--zt-header-bg, #17201c);
	}

	.site-menu-toggle:focus-visible {
		outline: 3px solid #fff;
		outline-offset: 3px;
	}

	.site-menu-toggle svg {
		height: 22px;
		width: 22px;
	}

	.site-menu-toggle__close {
		display: none;
	}

	.site-header.is-menu-open .site-menu-toggle__open {
		display: none;
	}

	.site-header.is-menu-open .site-menu-toggle__close {
		display: block;
	}

	.site-nav {
		background: var(--zt-header-bg, #17201c);
		border: 0;
		border-radius: 0;
		box-shadow: 0 24px 60px rgba(7, 12, 9, 0.36);
		display: block;
		inset: 0;
		left: 0;
		max-height: 100svh;
		opacity: 0;
		overflow-y: auto;
		overscroll-behavior: contain;
		padding: 5.5rem 1.2rem 1.2rem;
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 0;
		transform: translateY(-100%);
		transition: opacity 220ms ease, transform 280ms cubic-bezier(0.22, 1, 0.36, 1), visibility 220ms ease;
		visibility: hidden;
		width: 100vw;
		will-change: transform;
		z-index: 22;
	}

	body.admin-bar .site-nav {
		inset: var(--zt-admin-offset, var(--zt-admin-bar-height)) 0 0;
		max-height: calc(100svh - var(--zt-admin-offset, var(--zt-admin-bar-height)));
	}

	.site-header.is-menu-open .site-nav {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	.site-nav > ul {
		display: grid;
		gap: 0;
	}

	.site-nav > ul > li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	}

	.site-nav > ul > li > a {
		display: block;
		font-family: "Cormorant Garamond", Georgia, serif;
		font-size: 2.15rem;
		line-height: 1;
		padding: 0.85rem 3rem 0.85rem 0;
		text-transform: none;
	}

	.site-nav > ul > li > a::after {
		display: none;
	}

	.site-nav > ul > .menu-item-has-children > a::before {
		display: none;
	}

	.site-submenu-toggle {
		align-items: center;
		background: transparent;
		border: 0;
		color: var(--zt-header-accent, var(--zt-accent));
		cursor: pointer;
		display: flex;
		height: 44px;
		justify-content: center;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0.45rem;
		width: 44px;
		z-index: 2;
	}

	.site-submenu-toggle svg {
		height: 20px;
		transition: transform 180ms ease;
		width: 20px;
	}

	.site-nav .is-submenu-open > .site-submenu-toggle svg {
		transform: rotate(180deg);
	}

	.site-nav .sub-menu {
		background: rgba(255, 255, 255, 0.06);
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: none;
		margin: 0 0 0.8rem;
		min-width: 0;
		opacity: 1;
		padding: 0.35rem;
		position: static;
		transform: none;
		visibility: visible;
	}

	.site-nav .sub-menu::before {
		display: none;
	}

	.site-nav .is-submenu-open > .sub-menu {
		display: grid;
	}

	.site-nav .sub-menu a {
		font-size: 0.95rem;
		padding: 0.7rem 0.8rem;
	}

	.site-nav__mobile-actions {
		display: grid;
		gap: 0.7rem;
		margin-top: 1.25rem;
	}

	.site-nav__mobile-actions a {
		align-items: center;
		border: 1px solid rgba(255, 255, 255, 0.3);
		display: flex;
		font-size: 0.78rem;
		justify-content: center;
		min-height: 46px;
		padding: 0.65rem;
		text-transform: uppercase;
	}

	.site-nav__mobile-actions .site-nav__booking {
		background: var(--zt-header-accent, var(--zt-accent));
		border-color: var(--zt-header-accent, var(--zt-accent));
		color: var(--zt-header-bg, #17201c);
	}

	.site-footer__main {
		gap: 2.5rem;
		grid-template-columns: 1fr;
		padding: 4rem 0 3rem;
	}

	.site-footer__bottom {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.site-footer__creator {
		justify-self: start;
	}

	.home .site-header.is-scrolled,
	.front-page .site-header.is-scrolled {
		align-items: center;
		flex-direction: row;
		gap: 0.75rem;
	}

	.home .site-header.is-scrolled .site-phone,
	.front-page .site-header.is-scrolled .site-phone {
		display: none;
	}

	.home .site-header,
	.front-page .site-header {
		margin-bottom: 0;
	}

	.zt-hero__inner {
		grid-template-columns: 1fr;
		place-items: start;
	}

	.zt-hero__inner--royal {
		padding-bottom: 18rem;
		padding-top: 12rem;
	}

	.zt-hero--media .zt-hero-map {
		display: none;
	}

	.zt-hero-services {
		grid-template-columns: 1fr 1fr;
	}

	.zt-hero-services a {
		min-height: 72px;
	}

	.zt-split {
		grid-template-columns: 1fr;
	}
}

/* Extreme narrow screens: keep every interactive surface usable down to 220px. */
@media (max-width: 360px) {
	html,
	body {
		max-width: 100%;
		overflow-x: clip;
	}

	.site-header *,
	.zt-page-builder *,
	.site-main *,
	.site-footer * {
		min-width: 0;
	}

	.site-header,
	.home .site-header,
	.front-page .site-header {
		gap: 0.4rem;
		padding: 0.55rem 0.65rem;
	}

	.brand-logo--header {
		gap: 0.35rem;
	}

	.brand-logo--header .brand-logo__botanical {
		height: 34px;
		width: 22px;
	}

	.brand-logo--header .brand-logo__eyebrow {
		font-size: 0.4rem;
	}

	.brand-logo--header .brand-logo__name {
		font-size: 1.2rem;
	}

	.brand-logo--header .brand-logo__image {
		max-height: 36px;
		max-width: 132px;
	}

	.site-menu-toggle {
		flex-basis: 40px;
		height: 40px;
	}

	.site-nav {
		padding: 4.75rem 0.75rem 0.75rem;
	}

	.site-nav > ul > li > a {
		font-size: 1.65rem;
		overflow-wrap: anywhere;
		padding-right: 2.5rem;
	}

	.zt-container,
	.zt-page-builder .zt-hero__inner--royal {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.zt-page-builder .zt-hero__inner--royal {
		padding-top: 4.75rem;
	}

	.zt-page-builder .zt-title {
		font-size: 2.5rem;
		overflow-wrap: anywhere;
	}

	.zt-page-builder .zt-lead {
		font-size: 1.05rem;
	}

	.zt-hero-booking__title {
		font-size: 2rem;
		overflow-wrap: anywhere;
	}

	.zt-hero-booking {
		padding: 0.65rem;
	}

	.zt-hero-booking .hb-search__filters,
	.zt-split--single .hb-search__filters {
		grid-template-columns: minmax(0, 1fr);
	}

	.zt-hero-booking .hb-button {
		grid-column: 1;
		white-space: normal;
		width: 100%;
	}

	.zt-page-builder .zt-hero-services {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zt-page-builder .zt-hero-services a {
		font-size: 0.66rem;
		min-height: 64px;
		overflow-wrap: anywhere;
		padding: 0.65rem 0.5rem;
	}

	.zt-home-section {
		padding: 3.25rem 0.75rem;
	}

	.zt-home-section > *,
	.zt-home-section > .wp-block-group__inner-container,
	.zt-home-section > .wp-block-columns,
	.zt-home-section .wp-block-column,
	.zt-home-section .wp-block-group__inner-container {
		max-width: 100%;
		width: 100%;
	}

	.zt-home-section .wp-block-columns,
	.zt-direct-layout {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.zt-home-section h1,
	.zt-home-section h2,
	.zt-home-section h3,
	.zt-home-section h4,
	.zt-home-cta h2,
	.zt-panel h2,
	.zt-section h2,
	.zt-card h3 {
		hyphens: auto;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.zt-home-section h2,
	.zt-home-cta h2,
	.zt-page-builder .zt-section#booking-search h2 {
		font-size: 2.15rem;
	}

	.zt-home-section h3,
	.zt-card h3 {
		font-size: 1.7rem;
	}

	.zt-home-facts .wp-block-column {
		padding: 1.25rem 0;
	}

	.zt-home-facts h3 {
		font-size: 3rem;
	}

	.zt-home-promise {
		min-height: 540px;
		padding-bottom: 3.5rem;
		padding-top: 3.5rem;
	}

	.zt-promise-word {
		font-size: 3rem;
		left: 0;
		text-align: center;
		width: 100%;
	}

	.zt-promise-copy {
		padding-top: 4.5rem;
	}

	.zt-home-promise h2,
	.zt-direct-copy h2 {
		font-size: 2.2rem;
	}

	.zt-grid,
	.zt-home-stay .zt-house-grid,
	.zt-sign-grid,
	.zt-product-grid,
	.zt-season-grid.wp-block-columns {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.zt-card,
	.zt-house-card,
	.zt-service-card,
	.zt-mood-card {
		max-width: 100%;
		width: 100%;
	}

	.single-house .zt-card,
	.single-house .zt-card > *,
	.single-house .zt-card .zt-container {
		min-width: 0;
		max-width: 100%;
	}

	.single-house .zt-title {
		font-size: 2.15rem;
		hyphens: auto;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.zt-card {
		padding: 1rem;
	}

	.zt-mood-card img,
	.zt-estate-gallery img {
		height: auto !important;
	}

	.zt-mood-card__content,
	.zt-lightbox__content {
		padding: 1rem;
	}

	.zt-direct-layout {
		gap: 2.5rem;
	}

	.zt-direct-step > .wp-block-group__inner-container {
		gap: 0.25rem 0.6rem;
		grid-template-columns: 36px minmax(0, 1fr);
	}

	.zt-direct-step h3 {
		font-size: 1.45rem;
	}

	.zt-day-step > .wp-block-group__inner-container {
		grid-template-columns: 42px minmax(0, 1fr);
	}

	.zt-home-day__content,
	.zt-home-season__content,
	.zt-territory-media .wp-block-media-text__content {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.wp-block-buttons,
	.zt-actions {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.wp-block-button,
	.wp-block-button__link,
	.zt-button {
		max-width: 100%;
		overflow-wrap: anywhere;
		white-space: normal;
		width: 100%;
	}

	.wp-block-button__link,
	.zt-button {
		justify-content: center;
		padding-left: 0.6rem;
		padding-right: 0.6rem;
		text-align: center;
	}

	.zt-motion-ready .zt-reveal,
	.zt-motion-ready .zt-reveal--from-left,
	.zt-motion-ready .zt-reveal--from-right,
	.zt-motion-ready .zt-reveal--scale {
		transform: translateY(20px);
	}

	.zt-motion-ready .zt-reveal.is-visible,
	.zt-motion-ready .zt-reveal--from-left.is-visible,
	.zt-motion-ready .zt-reveal--from-right.is-visible,
	.zt-motion-ready .zt-reveal--scale.is-visible {
		transform: none;
	}

	.site-footer {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.site-footer__main {
		gap: 2rem;
		padding-bottom: 2.5rem;
		padding-top: 3rem;
	}

	.brand-logo--footer .brand-logo__name {
		font-size: 2rem;
	}

	.site-footer__bottom,
	.site-footer__creator {
		overflow-wrap: anywhere;
	}

	.zt-lightbox {
		padding: 0.4rem;
	}

	.zt-lightbox__dialog {
		max-height: calc(100svh - 0.8rem);
		max-width: 100%;
		width: 100%;
	}

	.zt-lightbox__media,
	.zt-lightbox__media img {
		height: 42vh;
		min-height: 0;
	}

	.zt-lightbox__content h2 {
		font-size: 1.85rem;
		overflow-wrap: anywhere;
	}
}

@media (max-width: 260px) {
	body {
		font-size: 15px;
	}

	.brand-logo--header .brand-logo__name {
		font-size: 1.05rem;
	}

	.brand-logo--header .brand-logo__eyebrow {
		display: none;
	}

	.brand-logo--header .brand-logo__image {
		max-width: 112px;
	}

	.zt-page-builder .zt-title {
		font-size: 2.1rem;
	}

	.zt-hero-booking__title {
		font-size: 1.75rem;
	}

	.zt-promise-word {
		font-size: 2.4rem;
	}

	.zt-home-section h2,
	.zt-home-cta h2,
	.zt-home-promise h2,
	.zt-direct-copy h2,
	.zt-page-builder .zt-section#booking-search h2 {
		font-size: 1.9rem;
	}

	.zt-direct-step > .wp-block-group__inner-container,
	.zt-day-step > .wp-block-group__inner-container {
		grid-template-columns: minmax(0, 1fr);
	}

	.zt-direct-step > .wp-block-group__inner-container > *,
	.zt-day-step > .wp-block-group__inner-container > *,
	.zt-day-step > .wp-block-group__inner-container > p:last-child {
		grid-column: 1;
	}
}

/* Final hero positioning overrides all legacy desktop and mobile rules. */
.zt-page-builder .zt-hero__inner--booking {
	align-items: stretch;
	display: flex;
	justify-content: stretch;
}

.zt-page-builder .hb-hero-content {
	display: grid;
	flex: 1 1 auto;
	grid-template-rows: minmax(280px, 1fr) auto;
	min-height: 0;
	width: 100%;
}

.zt-page-builder .zt-hero-booking__content {
	align-self: center;
	justify-self: center;
	max-width: 980px;
	text-align: center;
	width: 100%;
}

.zt-page-builder .zt-hero-booking__content :is(.zt-hero-booking__eyebrow, .zt-hero-booking__title, .zt-hero-booking__intro) {
	margin-left: auto;
	margin-right: auto;
}

.zt-page-builder .zt-hero-booking__intro {
	max-width: 760px;
}

.zt-page-builder .zt-hero-booking__content .hb-hero-actions {
	justify-content: center;
}

.zt-page-builder .hb-hero-block--without-form .hb-hero-content {
	grid-template-rows: minmax(0, 1fr);
}

.zt-page-builder .zt-hero-booking {
	align-self: end;
	margin-top: clamp(20px, 3vh, 38px);
}

@media (max-width: 760px) {
	.zt-page-builder .zt-hero__inner--booking {
		padding-bottom: max(12px, env(safe-area-inset-bottom));
		padding-top: calc(5.75rem + env(safe-area-inset-top));
	}

	.zt-page-builder .hb-hero-content {
		grid-template-rows: minmax(300px, 1fr) auto;
	}

	.zt-page-builder .hb-hero-block--without-form .hb-hero-content {
		grid-template-rows: minmax(0, 1fr);
	}

	.zt-page-builder .zt-hero-booking__content {
		padding-inline: 2px;
	}

	.zt-page-builder .zt-hero-booking__content .hb-hero-actions {
		align-items: center;
		flex-direction: column;
	}

	.zt-home-values {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 300px) {
	.zt-home-values .wp-block-column {
		gap: 0.3rem;
		min-height: 84px;
		padding: 0.4rem 0.08rem;
	}

	.zt-home-values span {
		font-size: 1.2rem;
	}

	.zt-home-values strong {
		font-size: 0.46rem;
		line-height: 1.2;
		overflow-wrap: normal;
		word-break: normal;
	}
}

/* Center the hero message; keep the optional booking form on the lower edge. */
.zt-page-builder .zt-hero__inner--booking {
	align-items: stretch;
	display: flex;
	justify-content: stretch;
}

.zt-page-builder .hb-hero-content {
	display: grid;
	flex: 1 1 auto;
	grid-template-rows: minmax(280px, 1fr) auto;
	min-height: 0;
	width: 100%;
}

.zt-page-builder .zt-hero-booking__content {
	align-self: center;
	justify-self: center;
	max-width: 980px;
	text-align: center;
	width: 100%;
}

.zt-page-builder .zt-hero-booking__content :is(.zt-hero-booking__eyebrow, .zt-hero-booking__title, .zt-hero-booking__intro) {
	margin-left: auto;
	margin-right: auto;
}

.zt-page-builder .zt-hero-booking__intro {
	max-width: 760px;
}

.zt-page-builder .zt-hero-booking__content .hb-hero-actions {
	justify-content: center;
}

.zt-page-builder .hb-hero-block--without-form .hb-hero-content {
	grid-template-rows: minmax(0, 1fr);
}

.zt-page-builder .zt-hero-booking {
	align-self: end;
	margin-top: clamp(20px, 3vh, 38px);
}

@media (max-width: 760px) {
	.zt-page-builder .zt-hero__inner--booking {
		padding-bottom: max(12px, env(safe-area-inset-bottom));
		padding-top: calc(5.75rem + env(safe-area-inset-top));
	}

	.zt-page-builder .hb-hero-content {
		grid-template-rows: minmax(300px, 1fr) auto;
	}

	.zt-page-builder .hb-hero-block--without-form .hb-hero-content {
		grid-template-rows: minmax(0, 1fr);
	}

	.zt-page-builder .zt-hero-booking__content {
		padding-inline: 2px;
	}

	.zt-page-builder .zt-hero-booking__content .hb-hero-actions {
		align-items: center;
		flex-direction: column;
	}

	.zt-home-values {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

/* Keep words intact on narrow screens; wrap only at regular spaces. */
@media (max-width: 760px) {
	.site-main h1,
	.site-main h2,
	.site-main h3,
	.site-main h4,
	.site-main h5,
	.site-main h6,
	.site-main p,
	.site-main li,
	.site-main a,
	.site-main button,
	.site-main label,
	.site-footer h2,
	.site-footer h3,
	.site-footer p,
	.site-footer li,
	.site-footer a,
	.site-nav a,
	.zt-title,
	.zt-hero-booking__title {
		hyphens: none !important;
		overflow-wrap: normal !important;
		word-break: normal !important;
	}
}

/* Preloader */
.zt-preloader {
	display: none;
}

.zt-js .zt-preloader {
	align-items: center;
	background: var(--zt-preloader-bg, #17201c);
	color: var(--zt-preloader-accent, #d5a24a);
	display: flex;
	flex-direction: column;
	gap: 14px;
	inset: 0;
	justify-content: center;
	opacity: 1;
	position: fixed;
	transition: opacity 260ms cubic-bezier(0.22, 1, 0.36, 1), visibility 260ms ease;
	visibility: visible;
	z-index: 10000;
}

.zt-js .zt-preloader[hidden] {
	display: none;
}

.zt-preloader svg {
	animation: zt-preloader-glow 1.2s ease-in-out infinite alternate;
	filter: drop-shadow(0 0 2px currentcolor);
	height: var(--zt-preloader-size, 88px);
	overflow: visible;
	width: var(--zt-preloader-size, 88px);
}

.zt-preloader__text {
	color: var(--zt-preloader-text, #faf8f3);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 31px;
	text-transform: uppercase;
}

.zt-preloader__icon {
	align-items: center;
	animation: zt-preloader-glow 1.2s ease-in-out infinite alternate;
	display: flex;
	filter: drop-shadow(0 0 2px currentcolor);
	font-size: var(--zt-preloader-size, 88px);
	height: var(--zt-preloader-size, 88px);
	justify-content: center;
	line-height: 1;
	width: var(--zt-preloader-size, 88px);
}

.zt-preloader__image {
	animation: zt-preloader-glow 1.2s ease-in-out infinite alternate;
	display: block;
	filter: drop-shadow(0 0 2px currentcolor);
	height: var(--zt-preloader-size, 88px);
	object-fit: contain;
	width: var(--zt-preloader-size, 88px);
}

.zt-preloader__stem {
	animation: zt-preloader-stem 1.15s ease-in-out infinite alternate;
	opacity: 0.82;
}

.zt-preloader__leaf {
	animation: zt-preloader-leaf 900ms cubic-bezier(0.22, 1, 0.36, 1) infinite alternate;
	opacity: 0.55;
	transform: scale(0.9);
	transform-box: fill-box;
	transform-origin: center;
}

.zt-preloader__leaf--two {
	animation-delay: 180ms;
}

.zt-preloader.is-hidden {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

@keyframes zt-preloader-stem {
	to { opacity: 1; }
}

@keyframes zt-preloader-leaf {
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes zt-preloader-glow {
	to {
		filter: drop-shadow(0 0 11px currentcolor);
	}
}

/* Cookie consent */
.zt-cookie {
	align-items: center;
	background: #faf8f3;
	border: 1px solid rgb(23 32 28 / 18%);
	border-radius: 8px;
	bottom: max(18px, env(safe-area-inset-bottom));
	box-shadow: 0 18px 60px rgb(9 17 13 / 24%);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto;
	left: 50%;
	max-width: 1120px;
	opacity: 0;
	padding: 20px 22px;
	position: fixed;
	transform: translate(-50%, 24px);
	transition: opacity 260ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
	width: calc(100% - 32px);
	z-index: 120;
}

.zt-cookie[hidden] {
	display: none;
}

.zt-cookie.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

.zt-cookie__copy strong {
	color: #17201c;
	display: block;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 27px;
	font-weight: 600;
	line-height: 1.05;
	margin-bottom: 6px;
}

.zt-cookie__copy p {
	color: #5a625e;
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
}

.zt-cookie__copy a {
	color: #315c46;
	text-underline-offset: 3px;
}

.zt-cookie__actions {
	display: flex;
	gap: 8px;
}

.zt-cookie button {
	background: transparent;
	border: 1px solid #315c46;
	border-radius: 4px;
	color: #26372f;
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 600;
	min-height: 44px;
	padding: 10px 16px;
}

.zt-cookie .zt-cookie__accept {
	background: #315c46;
	color: #fff;
}

/* Services and legal pages */
.zt-services-page {
	background: #f5f5ef;
	padding-top: clamp(38px, 4vw, 58px);
}

.zt-services-hero {
	border-radius: 6px;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: min(1438px, calc(100% - clamp(32px, 5vw, 72px)));
	min-height: min(620px, 72svh) !important;
	overflow: hidden;
	width: auto;
}

.zt-services-hero .wp-block-cover__inner-container {
	margin: auto;
	max-width: 1240px;
	padding: 128px clamp(28px, 6vw, 88px) 76px;
	width: 100%;
}

.zt-services-hero .zt-eyebrow {
	color: #f0cc81;
}

.zt-services-hero h1 {
	color: #fff;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(58px, 7vw, 104px);
	font-weight: 500;
	line-height: 0.82;
	margin: 16px 0 28px;
	max-width: 980px;
}

.zt-global-breadcrumbs--services {
	color: rgba(255, 255, 255, 0.78);
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.48);
	top: clamp(152px, 12vw, 188px);
}

.zt-global-breadcrumbs--services .zt-breadcrumbs a {
	color: #f0cc81;
}

/* Compact services hero: framed media with breathing room around it. */
@media (max-width: 760px) {
	.zt-services-page {
		padding-top: 16px;
	}

	.zt-services-hero {
		border-radius: 4px;
		max-width: calc(100% - 20px);
		min-height: 560px !important;
	}

	.zt-services-hero .wp-block-cover__inner-container {
		padding: 164px 18px 48px;
	}

	.zt-services-hero h1 {
		font-size: clamp(46px, 16vw, 68px);
		line-height: 0.9;
	}

	.zt-global-breadcrumbs--services {
		top: 94px;
	}
}

.zt-services-hero p:not(.zt-eyebrow) {
	color: rgb(255 255 255 / 88%);
	font-size: 17px;
	line-height: 1.65;
	max-width: 600px;
}

.zt-services-intro,
.zt-services-list,
.zt-services-tiles,
.zt-services-cta {
	margin: 0 auto;
	max-width: 1438px;
	padding-left: clamp(20px, 4vw, 64px);
	padding-right: clamp(20px, 4vw, 64px);
}

.zt-services-houses {
	background: #eef0e8;
	margin: 0;
	padding: clamp(88px, 8vw, 132px) clamp(20px, 4vw, 64px);
}

.zt-services-houses > .hb-houses-widget {
	margin: 0 auto;
	max-width: 1438px;
	padding: 0;
}

.zt-services-houses .hb-houses-widget h2 {
	margin-bottom: 20px;
}

.zt-services-houses .hb-houses-widget__lead {
	margin: 0 0 44px;
}

.zt-services-intro {
	padding-bottom: 110px;
	padding-top: 110px;
}

.zt-services-intro h2,
.zt-services-list h2,
.zt-services-tiles h2,
.zt-services-cta h2 {
	color: #17201c;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(48px, 6vw, 84px);
	font-weight: 500;
	line-height: 0.96;
}

.zt-service-feature {
	background: #fff;
	margin-bottom: 22px;
	min-height: 560px;
}

.zt-service-feature .wp-block-media-text__media,
.zt-service-feature .wp-block-media-text__media img {
	height: 100%;
	min-height: 560px;
	object-fit: cover;
	width: 100%;
}

.zt-service-feature .wp-block-media-text__content {
	padding: clamp(36px, 7vw, 104px);
}

.zt-service-feature h2 {
	font-size: clamp(48px, 5vw, 76px);
	margin: 12px 0 24px;
}

.zt-service-feature p:not(.zt-eyebrow) {
	color: #59635d;
	line-height: 1.75;
}

.zt-services-tiles {
	padding-bottom: 110px;
	padding-top: 100px;
}

.zt-services-tiles > .wp-block-group__inner-container > h2 {
	margin-bottom: 44px;
}

.zt-service-tile {
	background: #fff;
	border-bottom: 3px solid #d5a24a;
	height: 100%;
}

.zt-service-tile figure,
.zt-service-tile img {
	aspect-ratio: 4 / 3;
	margin: 0;
	object-fit: cover;
	width: 100%;
}

.zt-service-tile h3,
.zt-service-tile p {
	margin-left: 24px;
	margin-right: 24px;
}

.zt-service-tile h3 {
	font-size: 34px;
	margin-bottom: 10px;
	margin-top: 24px;
}

.zt-service-tile p {
	color: #606862;
	line-height: 1.65;
	margin-bottom: 28px;
}

.zt-services-cta {
	padding-bottom: clamp(96px, 9vw, 144px);
	padding-top: clamp(96px, 9vw, 144px);
	text-align: center;
}

.zt-services-cta .zt-eyebrow {
	margin-bottom: 20px;
}

.zt-services-cta h2 {
	margin: 0 auto 28px;
}

.zt-services-cta p:not(.zt-eyebrow) {
	line-height: 1.75;
	margin-left: auto;
	margin-right: auto;
	max-width: 620px;
}

.zt-services-cta .wp-block-buttons {
	margin-top: 38px;
}

.zt-legal-page {
	background: #f5f5ef;
	padding: 88px 20px 110px;
}

.zt-legal-page__inner {
	margin: 0 auto;
	max-width: 920px;
}

.zt-legal-page h1 {
	color: #17201c;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(52px, 7vw, 92px);
	font-weight: 500;
	line-height: 0.95;
	margin: 16px 0 58px;
}

.zt-legal-page__content {
	background: #fff;
	border-top: 3px solid #d5a24a;
	padding: clamp(28px, 6vw, 72px);
}

.zt-legal-page__content h2 {
	color: #17201c;
	font-size: 34px;
	margin: 48px 0 16px;
}

.zt-legal-page__content h2:first-child {
	margin-top: 0;
}

.zt-legal-page__content p,
.zt-legal-page__content li {
	color: #555f59;
	line-height: 1.8;
}

@media (max-width: 760px) {
	.zt-cookie {
		bottom: max(10px, env(safe-area-inset-bottom));
		gap: 14px;
		grid-template-columns: minmax(0, 1fr);
		padding: 16px;
		width: calc(100% - 16px);
	}

	.zt-cookie__actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.zt-services-hero .wp-block-cover__inner-container {
		padding: 118px 16px 58px;
	}

	.zt-services-hero h1 {
		font-size: 60px;
	}

	.zt-services-intro,
	.zt-services-tiles,
	.zt-services-cta {
		padding-left: 16px;
		padding-right: 16px;
	}

	.zt-services-intro,
	.zt-services-tiles {
		padding-bottom: 70px;
		padding-top: 70px;
	}

	.zt-service-feature,
	.zt-service-feature .wp-block-media-text__media,
	.zt-service-feature .wp-block-media-text__media img {
		min-height: 0;
	}

	.zt-service-feature .wp-block-media-text__media img {
		aspect-ratio: 4 / 3;
	}

	.zt-legal-page {
		padding: 68px 12px 70px;
	}
}

@media (max-width: 260px) {
	.zt-cookie__actions {
		grid-template-columns: minmax(0, 1fr);
	}

	.zt-cookie button {
		padding-left: 8px;
		padding-right: 8px;
	}

	.zt-cookie {
		gap: 10px;
		padding: 10px;
	}

	.zt-cookie__copy strong {
		font-size: 22px;
	}

	.zt-cookie__copy p {
		font-size: 12px;
	}

	.zt-services-hero h1 {
		font-size: 42px;
	}

	.zt-services-intro,
	.zt-services-tiles,
	.zt-services-cta {
		padding-left: 8px;
		padding-right: 8px;
	}

	.zt-service-feature .wp-block-media-text__content,
	.zt-legal-page__content {
		padding: 20px 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.zt-preloader__stem,
	.zt-preloader__leaf {
		animation: none;
		opacity: 1;
		transform: none;
	}

	.zt-preloader svg,
	.zt-preloader__icon,
	.zt-preloader__image {
		animation: none;
		filter: drop-shadow(0 0 5px currentcolor);
	}
}

/* Oversized editorial words sit behind content and drift with the page. */
.zt-home-stay,
.zt-home-gallery,
.site-footer {
	isolation: isolate;
	overflow: clip;
	position: relative;
}

.zt-home-stay > *,
.zt-home-gallery > *,
.site-footer > * {
	position: relative;
	z-index: 1;
}

.zt-home-stay::after,
.zt-home-gallery::after,
.site-footer::before {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.72;
	pointer-events: none;
	position: absolute;
	text-transform: uppercase;
	user-select: none;
	white-space: nowrap;
	z-index: 0;
}

.zt-home-stay::after {
	color: rgba(23, 32, 28, 0.065);
	content: "ОТДЫХ";
	font-size: clamp(7rem, 17vw, 15rem);
	right: -0.06em;
	top: clamp(6rem, 11vw, 10rem);
	transform: translate3d(var(--zt-backdrop-shift, 0), 0, 0);
}

.zt-home-gallery::after {
	color: rgba(167, 77, 58, 0.075);
	content: "ПРИРОДА";
	font-size: clamp(6rem, 15vw, 13rem);
	left: -0.08em;
	top: clamp(5rem, 9vw, 8rem);
	transform: translate3d(var(--zt-backdrop-shift, 0), 0, 0);
}

.site-footer::before {
	bottom: 1.25rem;
	color: rgba(248, 245, 237, 0.055);
	content: "ЗАТИШЬЕ";
	font-size: clamp(6rem, 16vw, 14rem);
	left: 50%;
	transform: translate3d(calc(-50% + var(--zt-backdrop-shift, 0px)), 0, 0);
}

@media (max-width: 760px) {
	.zt-home-stay::after {
		font-size: clamp(5rem, 29vw, 8rem);
		right: -0.12em;
		top: 6rem;
	}

	.zt-home-gallery::after {
		font-size: clamp(4.5rem, 25vw, 7rem);
		left: -0.1em;
		top: 5rem;
	}

	.site-footer::before {
		bottom: 4rem;
		font-size: clamp(4.25rem, 24vw, 7rem);
	}
}

/* Scroll stack, repeated motion and the desktop pointer experience. */
.zt-scroll-stack {
	isolation: isolate;
	overflow: clip;
}

.zt-scroll-stack > .zt-stack-section {
	background-color: var(--zt-stack-surface, var(--zt-milk));
	box-shadow: 0 -20px 42px rgba(23, 32, 28, 0.09);
	margin-top: calc(-1 * clamp(18px, 4vw, 54px));
	position: relative;
	scroll-margin-top: 96px;
	z-index: var(--zt-stack-index, 2);
}

.zt-scroll-stack > .zt-stack-section::before {
	background: linear-gradient(90deg, transparent, rgba(213, 162, 74, 0.5), transparent);
	content: "";
	height: 1px;
	inset: 0 8% auto;
	opacity: 0.55;
	pointer-events: none;
	position: absolute;
}

.zt-motion-ready :is(.zt-card, .zt-house-card, .zt-service-card, .zt-mood-card, .hb-cards-repeater__card) {
	transition: box-shadow 320ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.zt-motion-ready :is(.zt-card, .zt-house-card, .zt-service-card, .zt-mood-card, .hb-cards-repeater__card):hover {
	box-shadow: 0 22px 48px rgba(23, 32, 28, 0.14);
	transform: translateY(-6px);
}

.zt-motion-ready :is(.wp-element-button, .wp-block-button__link, .hb-button, .site-booking-link, .zt-back-to-top) {
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.zt-motion-ready :is(.wp-element-button, .wp-block-button__link, .hb-button, .site-booking-link, .zt-back-to-top):hover {
	transform: translateY(-2px);
}

.zt-motion-ready :is(.wp-element-button, .wp-block-button__link, .hb-button, .site-booking-link, .zt-back-to-top):active {
	transform: translateY(0) scale(0.98);
}

@media (pointer: fine) and (prefers-reduced-motion: no-preference) {
	html.zt-custom-cursor,
	html.zt-custom-cursor * {
		cursor: none !important;
	}

	.zt-cursor {
		inset: 0 auto auto 0;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		transition: opacity 140ms ease;
		z-index: 100010;
	}

	.zt-cursor.is-visible {
		opacity: 1;
	}

	.zt-cursor__ring,
	.zt-cursor__dot {
		left: 0;
		pointer-events: none;
		position: absolute;
		top: 0;
		transform: translate(-50%, -50%);
	}

	.zt-cursor__ring {
		backdrop-filter: blur(2px);
		background: rgba(250, 248, 243, 0.08);
		border: 1px solid var(--zt-cursor-ring-color, #d5a24a);
		border-radius: 50%;
		height: var(--zt-cursor-ring-size, 34px);
		transition: background-color 180ms ease, border-radius 180ms ease, height 220ms cubic-bezier(0.22, 1, 0.36, 1), transform 160ms ease, width 220ms cubic-bezier(0.22, 1, 0.36, 1);
		width: var(--zt-cursor-ring-size, 34px);
	}

	.zt-cursor__dot {
		background: url("assets/images/cursor-leaf.svg") center / contain no-repeat;
		color: var(--zt-cursor-color, #d5a24a);
		height: var(--zt-cursor-size, 16px);
		line-height: 1;
		text-align: center;
		transition: opacity 140ms ease, transform 180ms ease;
		width: var(--zt-cursor-size, 16px);
	}

	.zt-cursor--arrow .zt-cursor__dot {
		background: none;
		font-family: Arial, sans-serif;
		font-size: var(--zt-cursor-size, 16px);
	}

	.zt-cursor--dot .zt-cursor__dot {
		background: var(--zt-cursor-color, #d5a24a);
		border-radius: 50%;
	}

	.zt-cursor--image .zt-cursor__dot {
		background: var(--zt-cursor-image) center / contain no-repeat;
	}

	.zt-cursor--direction-right:not(.zt-cursor--arrow):not(.zt-cursor--dot) .zt-cursor__dot {
		transform: translate(-50%, -50%) scaleX(-1);
	}

	.zt-cursor.is-active .zt-cursor__ring {
		background: rgba(213, 162, 74, 0.15);
		height: 46px;
		width: 46px;
	}

	.zt-cursor.is-active .zt-cursor__dot {
		transform: translate(-50%, -50%) rotate(12deg) scale(1.12);
	}

	.zt-cursor--direction-right:not(.zt-cursor--arrow):not(.zt-cursor--dot).is-active .zt-cursor__dot {
		transform: translate(-50%, -50%) rotate(-12deg) scaleX(-1) scale(1.12);
	}

	.zt-cursor.is-gallery .zt-cursor__ring {
		background: rgba(23, 32, 28, 0.5);
		height: 58px;
		width: 58px;
	}

	.zt-cursor.is-text .zt-cursor__ring {
		background: var(--zt-accent);
		border-radius: 2px;
		height: 28px;
		width: 2px;
	}

	.zt-cursor.is-text .zt-cursor__dot {
		opacity: 0;
	}

	.zt-cursor.is-pressed .zt-cursor__ring {
		transform: translate(-50%, -50%) scale(0.82);
	}
}

@media (max-width: 760px) and (prefers-reduced-motion: no-preference) {
	.zt-parallax-target {
		transform: translate3d(0, var(--zt-parallax-y, 0), 0) scale(1.05);
		will-change: transform;
	}

	.zt-scroll-stack > .zt-stack-section {
		box-shadow: 0 -14px 30px rgba(23, 32, 28, 0.08);
		margin-top: -18px;
		scroll-margin-top: 76px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.zt-motion-ready :is(.zt-card, .zt-house-card, .zt-service-card, .zt-mood-card, .hb-cards-repeater__card):hover,
	.zt-motion-ready :is(.wp-element-button, .wp-block-button__link, .hb-button, .site-booking-link, .zt-back-to-top):hover,
	.zt-motion-ready :is(.wp-element-button, .wp-block-button__link, .hb-button, .site-booking-link, .zt-back-to-top):active {
		transform: none;
	}
}

/* Gutenberg homepage */
.zt-page-builder {
	overflow: hidden;
}

.zt-page-builder > * {
	margin-block: 0;
}

.zt-page-builder .zt-hero--media {
	min-height: 92vh;
}

.zt-page-builder .zt-hero__inner--royal {
	align-content: center;
	min-height: 92vh;
	padding-bottom: 3rem;
	padding-top: 7.5rem;
}

.zt-page-builder .zt-hero__inner--booking {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.zt-page-builder .zt-hero__media img {
	object-position: center 58%;
}

.zt-page-builder .zt-title {
	font-size: 7rem;
	max-width: 920px;
}

.zt-page-builder .zt-lead {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.65rem;
	line-height: 1.25;
	max-width: 650px;
}

.zt-hero-booking-wrap {
	width: 100%;
}

.zt-hero-booking__title {
	color: #fff;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 1rem;
	text-shadow: 0 4px 24px rgba(0, 0, 0, 0.38);
}

.zt-hero-booking {
	-webkit-backdrop-filter: blur(20px) saturate(145%);
	backdrop-filter: blur(20px) saturate(145%);
	background: rgba(13, 20, 16, 0.46);
	border: 1px solid rgba(255, 255, 255, 0.38);
	box-shadow: 0 18px 50px rgba(10, 15, 12, 0.28);
	color: #fff;
	grid-column: 1 / -1;
	padding: 0.9rem;
	width: 100%;
}

.zt-hero-booking .hb-search {
	background: transparent;
	border: 0;
	color: inherit;
	padding: 0;
	position: relative;
}

.zt-hero-booking .hb-search__filters {
	align-items: end;
	display: grid;
	gap: 0.65rem;
	grid-template-columns: repeat(4, minmax(100px, 1fr)) auto;
}

.zt-hero-booking .hb-search__field > span {
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.65rem;
	margin-bottom: 0.25rem;
}

.zt-hero-booking .hb-search input,
.zt-hero-booking .hb-search select {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.42);
	color: #fff;
	color-scheme: dark;
	margin: 0;
	min-height: 44px;
}

.zt-hero-booking .hb-search select option {
	background: #fff;
	color: var(--zt-graphite);
}

.zt-hero-booking .hb-button {
	align-items: center;
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(255, 255, 255, 0.92);
	color: var(--zt-graphite);
	justify-content: center;
	min-height: 44px;
	white-space: nowrap;
}

.zt-hero-booking .hb-search__results:not(:empty) {
	background: #fff;
	box-shadow: 0 18px 40px rgba(31, 35, 29, 0.2);
	display: grid;
	gap: 0.75rem;
	left: 0;
	max-height: 300px;
	overflow-y: auto;
	padding: 1rem;
	position: absolute;
	right: 0;
	top: calc(100% + 1rem);
	z-index: 5;
}

.zt-hero-booking .hb-card {
	border-bottom: 1px solid var(--zt-line);
	padding-bottom: 0.75rem;
}

.zt-hero-booking .hb-card h3,
.zt-hero-booking .hb-card p {
	margin: 0.2rem 0;
}

.zt-page-builder .zt-hero-services a {
	font-size: 0.78rem;
	letter-spacing: 0;
}

.zt-page-builder .zt-section#booking-search {
	background: #eef0e8;
	border-bottom: 1px solid var(--zt-line);
	border-top: 0;
}

.zt-page-builder .zt-section#booking-search .zt-container {
	padding-bottom: 3.25rem;
	padding-top: 3.25rem;
}

.zt-page-builder .zt-section#booking-search h2 {
	font-size: 3rem;
}

.zt-split--single {
	grid-template-columns: 1fr;
}

.zt-split--single > div {
	display: grid;
	gap: 0 2rem;
	grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
}

.zt-split--single > div > .zt-eyebrow,
.zt-split--single > div > h2,
.zt-split--single > div > p {
	grid-column: 1;
}

.zt-split--single .hb-search {
	align-self: center;
	background: #fff;
	box-shadow: 0 16px 40px rgba(31, 35, 29, 0.08);
	grid-column: 2;
	grid-row: 1 / span 3;
}

.zt-split--single .hb-search__filters {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zt-split--single .hb-search__filters input,
.zt-split--single .hb-search__filters button {
	min-height: 48px;
}

.zt-home-section {
	padding: 7rem 2rem;
}

@supports (content-visibility: auto) {
	body.home .zt-page-builder > :not(.hb-hero-block) {
		contain-intrinsic-size: auto 800px;
		content-visibility: auto;
	}
}

.zt-home-section > * {
	margin-left: auto;
	margin-right: auto;
}

.zt-home-section h2,
.zt-home-cta h2 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 1.5rem;
	margin-top: 0;
}

.zt-home-section h3 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1.05;
}

.zt-home-section__lead {
	font-size: 1.12rem;
	max-width: 720px;
}

.zt-home-intro {
	background: #fff;
}

.zt-home-values {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin-top: clamp(2rem, 5vw, 4rem);
}

.zt-home-values .wp-block-column {
	align-items: center;
	background: var(--zt-milk);
	border: 1px solid rgba(49, 92, 70, 0.14);
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	justify-content: center;
	min-height: 145px;
	padding: 1.25rem 0.75rem;
	text-align: center;
}

.zt-home-values p {
	margin: 0;
}

.zt-home-values span {
	color: var(--zt-accent);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2rem;
}

.zt-home-values strong {
	font-size: 0.75rem;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	.zt-home-values {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 420px) {
	.zt-home-values {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.zt-home-values .wp-block-column {
		gap: 0.45rem;
		min-height: 108px;
		padding: 0.75rem 0.2rem;
	}

	.zt-home-values span {
		font-size: 1.55rem;
	}

	.zt-home-values strong {
		font-size: 0.58rem;
		line-height: 1.3;
		overflow-wrap: normal;
		word-break: normal;
	}
}

.zt-home-intro__grid {
	gap: 5rem;
}

.zt-home-lead {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.75rem;
	line-height: 1.35;
	margin-top: 0;
}

.zt-home-facts {
	border-bottom: 1px solid var(--zt-line);
	border-top: 1px solid var(--zt-line);
	gap: 0;
	margin-top: 4.5rem;
}

.zt-home-facts .wp-block-column {
	border-right: 1px solid var(--zt-line);
	padding: 1.75rem 2rem;
}

.zt-home-facts .wp-block-column:last-child {
	border-right: 0;
}

.zt-home-facts h3 {
	color: #315c46;
	font-size: 4rem;
	margin: 0;
}

.zt-home-facts p {
	font-size: 0.78rem;
	margin: 0.25rem 0 0;
	text-transform: uppercase;
}

.zt-home-promise {
	align-items: center;
	background: #a74d3a;
	color: #fff;
	display: grid;
	isolation: isolate;
	min-height: 720px;
	overflow: hidden;
	position: relative;
}

.zt-promise-word {
	color: rgba(255, 255, 255, 0.12);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 15rem;
	font-weight: 500;
	left: -2rem;
	letter-spacing: 0;
	line-height: 0.72;
	margin: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate3d(var(--zt-type-x, 0), -50%, 0);
	white-space: nowrap;
	z-index: 0;
}

.zt-promise-copy {
	margin-left: 34%;
	position: relative;
	z-index: 1;
}

.zt-home-promise .zt-eyebrow {
	color: #f2c66f;
}

.zt-home-promise h2 {
	font-size: 5.25rem;
	max-width: 820px;
}

.zt-home-promise .zt-home-section__lead {
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.2rem;
	max-width: 650px;
}

.zt-home-promise .wp-block-buttons {
	margin-top: 2.25rem;
}

.zt-home-promise .wp-block-button__link {
	background: #f8f5ed;
	border-color: #f8f5ed;
	color: #27342e;
}

.zt-home-promise .is-style-outline .wp-block-button__link {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.65);
	color: #fff;
}

.zt-home-stay {
	background: var(--zt-milk);
}

.zt-home-stay > .zt-section {
	padding: 0;
}

.zt-home-stay > .zt-section > .zt-container {
	max-width: none;
	padding: 2.5rem clamp(16px, 3vw, 42px) 1.5rem;
}

.zt-home-stay > .zt-section .zt-eyebrow:empty,
.zt-home-stay > .zt-section h2:empty {
	display: none;
}

.zt-home-stay .zt-house-grid {
	gap: clamp(20px, 2.4vw, 36px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zt-home-stay .zt-house-card {
	background: #fff;
	border-color: rgba(49, 92, 70, 0.16);
	min-height: 0;
	overflow: hidden;
	padding: 0 0 1.5rem;
}

.zt-home-stay .zt-house-card img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.zt-home-stay .zt-house-card h3,
.zt-home-stay .zt-house-card p,
.zt-home-stay .zt-house-card .zt-text-link {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

.hb-houses-widget .zt-house-grid {
	align-items: stretch;
	grid-template-columns: repeat(var(--hb-houses-columns, 3), minmax(0, 1fr));
}

.hb-houses-widget__lead {
	font-size: 1.05rem;
	line-height: 1.7;
	max-width: 760px;
}

.hb-houses-widget .zt-house-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
}

.zt-house-card__gallery {
	position: relative;
}

.zt-house-card__media {
	display: block;
	overflow: hidden;
}

.zt-house-card__media img {
	margin-bottom: 0;
}

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

.zt-house-card__thumbs button {
	background: transparent;
	border: 1px solid transparent;
	cursor: pointer;
	min-width: 0;
	padding: 0;
}

.zt-house-card__thumbs button.is-active {
	border-color: var(--zt-accent);
}

.zt-house-card__thumbs img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	margin: 0;
	object-fit: cover;
	width: 100%;
}

.zt-house-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.4rem 1.5rem 1.5rem;
}

.zt-home-stay .zt-house-card__body h3,
.zt-home-stay .zt-house-card__body p,
.zt-home-stay .zt-house-card__body .zt-text-link {
	margin-left: 0;
	margin-right: 0;
}

.zt-house-card__body h3 {
	display: -webkit-box;
	min-height: calc(var(--hb-house-title-lines, 2) * 1.05em);
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var(--hb-house-title-lines, 2);
}

.zt-house-card__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0 0 1rem;
}

.zt-house-card__facts span {
	border: 1px solid rgba(49, 92, 70, 0.18);
	font-size: 0.72rem;
	padding: 0.38rem 0.55rem;
	text-transform: uppercase;
}

.zt-house-card__excerpt {
	display: -webkit-box;
	line-height: 1.65;
	min-height: calc(var(--hb-house-text-lines, 3) * 1.65em);
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var(--hb-house-text-lines, 3);
}

.zt-house-card__excerpt p {
	margin-bottom: 0;
}

.zt-house-card__body > .zt-text-link {
	align-self: flex-start;
	margin-top: auto;
	padding-top: 1.35rem;
}

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

@media (max-width: 560px) {
	.hb-houses-widget .zt-house-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

.zt-home-moods {
	background: #eef0e8;
}

.zt-home-moods > h2 {
	max-width: 780px;
}

.zt-mood-grid {
	align-items: stretch;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 3.5rem;
}

.zt-mood-card {
	background: #17201c;
	color: #fff;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	transition: box-shadow 360ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.zt-mood-card:nth-child(2) {
	background: #a74d3a;
}

.zt-mood-card:nth-child(3) {
	background: #52624f;
}

.zt-mood-card figure {
	margin: 0;
	overflow: hidden;
}

.zt-mood-card img {
	aspect-ratio: 4 / 5;
	display: block;
	height: 460px;
	object-fit: cover;
	transition: filter 420ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.zt-mood-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 285px;
	padding: 2rem;
}

.zt-mood-card .zt-card-number {
	color: #f2c66f;
	margin-bottom: 2.75rem;
}

.zt-mood-card h3 {
	font-size: 2.65rem;
	margin: 0 0 1rem;
}

.zt-mood-card__content > p:not(.zt-card-number, .zt-mood-link) {
	color: rgba(255, 255, 255, 0.76);
}

.zt-mood-link {
	border-top: 1px solid rgba(255, 255, 255, 0.28);
	font-size: 0.72rem;
	font-weight: 600;
	margin-top: auto;
	padding-top: 1rem;
	text-transform: uppercase;
}

.zt-mood-link a {
	align-items: center;
	color: #fff;
	display: flex;
	justify-content: space-between;
	text-decoration: none;
}

.zt-mood-link span {
	font-size: 1.25rem;
	transition: transform 220ms ease;
}

.zt-mood-card:hover,
.zt-mood-card:focus-within {
	box-shadow: 0 24px 54px rgba(23, 32, 28, 0.18);
	transform: translateY(-8px);
}

.zt-mood-card:hover img,
.zt-mood-card:focus-within img {
	filter: saturate(1.08);
	transform: scale(1.045);
}

.zt-mood-card:hover .zt-mood-link span,
.zt-mood-card:focus-within .zt-mood-link span {
	transform: translateX(5px);
}

.zt-home-day {
	background: #e7ece5;
	padding-bottom: 0;
	padding-top: 0;
}

.zt-day-layout {
	align-items: stretch;
	gap: 0;
}

.zt-home-day__media {
	min-height: 700px;
	overflow: hidden;
}

.zt-home-day__media figure,
.zt-home-day__media img {
	height: 100%;
	width: 100%;
}

.zt-home-day__media img {
	object-fit: cover;
}

.zt-home-day__content {
	background: #f8f5ed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2.5rem, 6vw, 5.5rem);
}

.zt-day-steps {
	margin-top: 2.5rem;
}

.zt-day-step {
	border-top: 1px solid rgba(49, 92, 70, 0.24);
	padding: 1rem 0;
}

.zt-day-step > .wp-block-group__inner-container {
	align-items: baseline;
	display: grid;
	gap: 0.35rem 1.2rem;
	grid-template-columns: 68px minmax(150px, 0.75fr) minmax(0, 1fr);
}

.zt-day-step:last-child {
	border-bottom: 1px solid rgba(49, 92, 70, 0.24);
}

.zt-day-step > * {
	margin: 0 !important;
}

.zt-day-step h3 {
	font-size: 1.45rem;
}

.zt-day-step__time {
	color: #a74d3a;
	font-size: 0.7rem;
	font-weight: 600;
}

.zt-home-services {
	background: #27342e;
	color: #f8f5ed;
}

.zt-home-services .zt-eyebrow,
.zt-home-services .zt-card-number {
	color: #d5a24a;
}

.zt-service-grid {
	align-items: stretch;
	gap: 1rem;
	margin-top: 3rem;
}

.zt-service-card {
	border: 1px solid rgba(248, 245, 237, 0.2);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 370px;
	padding: 2rem;
}

.zt-service-card--media {
	padding: 0 0 2rem;
}

.zt-service-card--media > :not(figure) {
	margin-left: 2rem;
	margin-right: 2rem;
}

.zt-service-card figure {
	margin: 0 0 2rem;
}

.zt-service-card img {
	aspect-ratio: 16 / 8;
	display: block;
	object-fit: cover;
	width: 100%;
}

.zt-service-card h3,
.zt-product-grid h3,
.zt-price-card h3 {
	margin-bottom: 0.8rem;
	margin-top: 0.4rem;
}

.zt-card-number {
	font-size: 0.74rem;
	margin-bottom: auto;
	text-transform: uppercase;
}

.zt-home-services .wp-block-button__link {
	background: #f8f5ed;
	border-color: #f8f5ed;
	color: #27342e;
}

.zt-home-services .is-style-outline .wp-block-button__link {
	background: transparent;
	color: #f8f5ed;
}

.zt-service-grid--compact .zt-service-card {
	min-height: 250px;
}

.zt-home-territory {
	background: #fff;
}

.zt-territory-media {
	background: #f0e6d9;
}

.zt-territory-media .wp-block-media-text__media {
	height: 100%;
}

.zt-territory-media .wp-block-media-text__media img {
	height: 100%;
	min-height: 650px;
	object-fit: cover;
	width: 100%;
}

.zt-territory-media .wp-block-media-text__content {
	padding: 4rem;
}

.zt-plant-buttons {
	gap: 0.5rem;
	margin-top: 2rem;
}

.zt-plant-buttons .wp-block-button__link {
	font-size: 0.75rem;
	min-height: 38px;
	padding: 0.55rem 0.8rem;
}

.zt-home-products {
	background: #f3efe5;
}

.zt-product-grid {
	gap: 0;
	margin-top: 3rem;
}

.zt-product-grid .wp-block-column {
	border-left: 1px solid rgba(59, 59, 56, 0.2);
	min-height: 250px;
	padding: 1.75rem;
}

.zt-product-grid .wp-block-column:last-child {
	border-right: 1px solid rgba(59, 59, 56, 0.2);
}

.zt-product-grid .zt-card-number {
	color: #a74d3a;
}

.zt-home-seasons {
	background: #203029;
	color: #f8f5ed;
	padding-bottom: 0;
	padding-top: 0;
}

.zt-season-layout {
	align-items: stretch;
	gap: 0;
}

.zt-home-season__media {
	min-height: 640px;
	overflow: hidden;
}

.zt-home-season__media figure,
.zt-home-season__media img {
	height: 100%;
	width: 100%;
}

.zt-home-season__media img {
	object-fit: cover;
}

.zt-home-season__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2.5rem, 6vw, 5.5rem);
}

.zt-home-seasons .zt-eyebrow,
.zt-season-name {
	color: var(--zt-accent);
}

.zt-season-grid.wp-block-columns {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 3rem;
}

.zt-season-grid .wp-block-column {
	border-left: 1px solid rgba(248, 245, 237, 0.24);
	border-top: 1px solid rgba(248, 245, 237, 0.24);
	min-height: 150px;
	padding: 1.25rem;
}

.zt-season-grid .wp-block-column:nth-child(even) {
	border-right: 1px solid rgba(248, 245, 237, 0.24);
}

.zt-season-grid .wp-block-column:nth-last-child(-n + 2) {
	border-bottom: 1px solid rgba(248, 245, 237, 0.24);
}

.zt-season-name {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.65rem;
	font-weight: 500;
	margin-bottom: 0.45rem;
}

.zt-season-grid .wp-block-column p:last-child {
	color: rgba(248, 245, 237, 0.74);
	font-size: 0.88rem;
}

.zt-home-gallery {
	background: #151a18;
	color: #fff;
	padding-left: 0;
	padding-right: 0;
}

.zt-home-gallery > .zt-eyebrow,
.zt-home-gallery > h2 {
	max-width: 1180px;
	padding-left: 2rem;
	padding-right: 2rem;
}

.zt-page-builder .zt-estate-gallery.has-nested-images {
	display: grid !important;
	gap: 0;
	grid-template-columns: 1.3fr 0.7fr 0.7fr 1.3fr;
	margin-top: 3rem;
	width: 100%;
}

.zt-page-builder .zt-estate-gallery.has-nested-images figure.wp-block-image {
	flex: none !important;
	margin: 0;
	width: 100% !important;
}

.zt-estate-gallery img {
	height: 520px !important;
	object-fit: cover;
	width: 100%;
}

.zt-estate-gallery figure:nth-child(2) img,
.zt-estate-gallery figure:nth-child(3) img {
	filter: saturate(0.78);
}

.zt-gallery-trigger {
	cursor: zoom-in;
	outline: none;
	overflow: hidden;
}

.zt-gallery-trigger img {
	transition: filter 220ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.zt-gallery-trigger:hover img,
.zt-gallery-trigger:focus-visible img {
	filter: saturate(1);
	transform: scale(1.025);
}

.zt-gallery-trigger:focus-visible {
	box-shadow: inset 0 0 0 3px var(--zt-accent);
}

body.zt-lightbox-open {
	overflow: hidden;
}

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

.zt-lightbox {
	display: grid;
	inset: 0;
	opacity: 0;
	padding: clamp(1rem, 3vw, 2.5rem);
	place-items: center;
	position: fixed;
	transition: opacity 180ms ease;
	z-index: 100;
}

.zt-lightbox.is-open {
	opacity: 1;
}

.zt-lightbox__backdrop {
	background: rgba(9, 14, 11, 0.88);
	inset: 0;
	position: absolute;
}

.zt-lightbox__dialog {
	background: #f7f4ed;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 8px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(380px, 0.7fr);
	max-height: calc(100vh - 5rem);
	overflow: hidden;
	position: relative;
	transform: translateY(18px) scale(0.985);
	transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
	width: min(1380px, 100%);
	z-index: 1;
}

.zt-lightbox.is-simple .zt-lightbox__dialog {
	background: #0e1411;
	grid-template-columns: minmax(0, 1fr);
	width: min(1180px, 100%);
}

.zt-lightbox.is-simple .zt-lightbox__content {
	display: none;
}

.zt-lightbox.is-simple .zt-lightbox__media,
.zt-lightbox.is-simple .zt-lightbox__media img {
	height: min(84vh, 920px);
	min-height: 0;
}

.zt-lightbox.is-open .zt-lightbox__dialog {
	transform: translateY(0) scale(1);
}

.zt-lightbox__media {
	align-items: center;
	background: #0e1411;
	display: flex;
	justify-content: center;
	min-height: min(74vh, 820px);
	position: relative;
}

.zt-lightbox__media img {
	display: block;
	height: min(74vh, 820px);
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.zt-lightbox__content {
	align-content: center;
	color: var(--zt-graphite);
	display: grid;
	min-width: 0;
	padding: clamp(2rem, 4vw, 4rem);
}

.zt-lightbox__eyebrow {
	color: #315c46;
	font-size: 0.68rem;
	font-weight: 600;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.zt-lightbox__content h2 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.2rem, 3vw, 3.4rem);
	font-weight: 400;
	line-height: 1.02;
	margin: 0 0 1.4rem;
	overflow-wrap: normal;
	word-break: normal;
}

.zt-lightbox__content p {
	margin-top: 0;
}

.zt-lightbox__counter {
	border-top: 1px solid rgba(59, 59, 56, 0.2);
	font-size: 0.75rem;
	margin: 2rem 0 0;
	padding-top: 1rem;
}

.zt-lightbox__close,
.zt-lightbox__previous,
.zt-lightbox__next {
	align-items: center;
	background: rgba(14, 20, 17, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 46px;
	justify-content: center;
	padding: 0;
	position: absolute;
	transition: background-color 160ms ease, color 160ms ease;
	width: 46px;
	z-index: 3;
}

.zt-lightbox__close:hover,
.zt-lightbox__previous:hover,
.zt-lightbox__next:hover,
.zt-lightbox__close:focus-visible,
.zt-lightbox__previous:focus-visible,
.zt-lightbox__next:focus-visible {
	background: var(--zt-accent);
	color: #17201c;
}

.zt-lightbox__close:focus-visible,
.zt-lightbox__previous:focus-visible,
.zt-lightbox__next:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.zt-lightbox__close {
	right: 1rem;
	top: 1rem;
}

.zt-lightbox__previous,
.zt-lightbox__next {
	top: 50%;
	transform: translateY(-50%);
}

.zt-lightbox__previous {
	left: 1rem;
}

.zt-lightbox__next {
	right: 1rem;
}

.zt-lightbox svg {
	height: 22px;
	width: 22px;
}

.zt-home-direct {
	background: #17201c;
	color: #f8f5ed;
}

.zt-direct-layout {
	gap: clamp(3rem, 8vw, 8rem);
}

.zt-direct-copy {
	flex-basis: 44%;
}

.zt-home-direct .zt-eyebrow,
.zt-direct-step__number {
	color: #d5a24a;
}

.zt-direct-copy h2 {
	font-size: 4.5rem;
}

.zt-direct-copy .zt-home-section__lead {
	color: rgba(248, 245, 237, 0.72);
}

.zt-direct-copy .wp-block-buttons {
	margin-top: 2rem;
}

.zt-direct-copy .wp-block-button__link {
	background: #d5a24a;
	border-color: #d5a24a;
	color: #17201c;
}

.zt-direct-steps {
	border-bottom: 1px solid rgba(248, 245, 237, 0.22);
	flex-basis: 56%;
}

.zt-direct-step {
	border-top: 1px solid rgba(248, 245, 237, 0.22);
	padding: 1.75rem 0;
}

.zt-direct-step > .wp-block-group__inner-container {
	align-items: start;
	display: grid;
	gap: 0.3rem 1.5rem;
	grid-template-columns: 62px minmax(0, 1fr);
}

.zt-direct-step > .wp-block-group__inner-container > * {
	margin: 0;
}

.zt-direct-step__number {
	font-size: 0.76rem;
	font-weight: 600;
	grid-row: 1 / span 2;
	padding-top: 0.35rem;
}

.zt-direct-step h3 {
	font-size: 2rem;
}

.zt-direct-step p:last-child {
	color: rgba(248, 245, 237, 0.66);
}

.zt-home-prices {
	background: #fff;
}

.zt-home-prices > .zt-eyebrow,
.zt-home-prices > h2,
.zt-home-prices > .zt-home-section__lead {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.zt-home-prices > .zt-home-section__lead {
	max-width: 760px;
}

.zt-price-doc-button {
	justify-content: center;
	margin-top: 1.75rem;
}

.zt-price-doc-button .wp-block-button__link {
	background: transparent;
	border: 1px solid var(--zt-graphite);
	border-color: var(--zt-graphite);
	color: var(--zt-graphite);
}

.zt-price-doc-button .wp-block-button__link:hover,
.zt-price-doc-button .wp-block-button__link:focus-visible {
	background: var(--zt-graphite);
	color: #fff;
}

.hb-cards-repeater__card[id] {
	scroll-margin-top: 120px;
}

.zt-price-grid {
	gap: 1rem;
	margin-top: 3rem;
}

.zt-price-card {
	border: 1px solid var(--zt-line);
	display: flex;
	flex-direction: column;
	min-height: 330px;
	padding: 2rem;
}

.zt-price-card--accent {
	background: #a74d3a;
	border-color: #a74d3a;
	color: #fff;
}

.zt-price-note {
	border-top: 1px solid currentColor;
	font-size: 0.76rem;
	font-weight: 600;
	margin-top: auto;
	padding-top: 1rem;
	text-transform: uppercase;
}

.zt-home-faq {
	background: #eef0e8;
}

.zt-faq-grid {
	gap: 5rem;
}

.zt-faq-list details {
	border-bottom: 1px solid rgba(59, 59, 56, 0.22);
	padding: 1.4rem 0;
}

.zt-faq-list details:first-child {
	border-top: 1px solid rgba(59, 59, 56, 0.22);
}

.zt-faq-list summary {
	cursor: pointer;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.6rem;
	font-weight: 500;
}

.zt-faq-list details p {
	max-width: 620px;
}

.zt-home-cta {
	color: #fff;
}

.zt-home-cta .wp-block-cover__inner-container {
	width: min(100% - 2rem, 1180px);
}

.zt-home-cta h2 {
	font-size: 4.5rem;
}

.zt-home-cta .wp-block-button__link {
	background: #d5a24a;
	border: 1px solid #d5a24a;
	color: #1f231f;
}

.zt-home-cta .is-style-outline .wp-block-button__link {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.zt-page-builder .wp-block-button__link {
	border-radius: 0;
	font-size: 0.78rem;
	letter-spacing: 0;
	text-transform: uppercase;
	transition: box-shadow 220ms ease, transform 220ms ease;
}

.zt-page-builder .wp-block-button__link:hover,
.zt-page-builder .wp-block-button__link:focus-visible {
	box-shadow: 0 10px 24px rgba(23, 32, 28, 0.18);
	transform: translateY(-2px);
}

@media (max-width: 980px) {
	.site-footer__main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zt-page-builder .zt-title {
		font-size: 5.5rem;
	}

	.zt-split--single > div {
		grid-template-columns: 1fr;
	}

	.zt-split--single .hb-search {
		grid-column: 1;
		grid-row: auto;
		margin-top: 1rem;
	}

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

	.zt-hero-booking .hb-button {
		grid-column: 1 / -1;
	}

	.zt-home-stay .zt-house-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zt-promise-word {
		font-size: 10rem;
	}

	.zt-promise-copy {
		margin-left: 18%;
	}

	.zt-home-promise h2 {
		font-size: 4.25rem;
	}

	.zt-mood-card img {
		height: 360px;
	}

	.zt-mood-card__content {
		padding: 1.5rem;
	}

	.zt-mood-card h3 {
		font-size: 2.15rem;
	}

	.zt-direct-layout {
		gap: 3rem;
	}

	.zt-direct-copy h2 {
		font-size: 3.7rem;
	}

	.zt-page-builder .zt-estate-gallery.has-nested-images {
		grid-template-columns: 1fr 1fr;
	}

	.zt-estate-gallery img {
		height: 380px !important;
	}
}

@media (max-width: 760px) {
	.site-footer__main {
		grid-template-columns: 1fr;
	}

	.zt-page-builder .zt-hero--media,
	.zt-page-builder .zt-hero__inner--royal {
		min-height: max(720px, 100svh);
	}

	.zt-page-builder .zt-hero__inner--royal {
		padding-bottom: 1rem;
		padding-top: 5.75rem;
	}

	.zt-hero-booking__title {
		font-size: 2.55rem;
		margin-bottom: 0.65rem;
	}

	.zt-page-builder .zt-title {
		font-size: 3.65rem;
		line-height: 0.95;
	}

	.zt-page-builder .zt-lead {
		font-size: 1.3rem;
	}

	.zt-page-builder .zt-hero-services {
		grid-template-columns: 1fr 1fr;
	}

	.zt-page-builder .zt-section#booking-search .zt-container {
		padding-bottom: 2rem;
		padding-top: 2rem;
	}

	.zt-page-builder .zt-section#booking-search h2 {
		font-size: 2.3rem;
	}

	.zt-split--single .hb-search__filters {
		grid-template-columns: 1fr;
	}

	.zt-hero-booking {
		padding: 0.9rem;
	}

	.zt-hero-booking .hb-search__filters {
		grid-template-columns: 1fr 1fr;
	}

	.zt-hero-booking .hb-button {
		grid-column: 1 / -1;
	}

	.zt-home-section {
		padding: 4rem 1rem;
	}

	.zt-home-section h2,
	.zt-home-cta h2 {
		font-size: 2.8rem;
	}

	.zt-home-intro__grid,
	.zt-faq-grid {
		gap: 2rem;
	}

	.zt-home-facts .wp-block-column {
		border-bottom: 1px solid var(--zt-line);
		border-right: 0;
		padding-left: 0;
	}

	.zt-home-stay .zt-house-grid {
		grid-template-columns: 1fr;
	}

	.zt-home-promise {
		min-height: 620px;
		padding-bottom: 4.5rem;
		padding-top: 4.5rem;
	}

	.zt-promise-word {
		font-size: 5.25rem;
		left: -0.5rem;
		top: 20%;
		transform: translateY(-50%);
	}

	.zt-promise-copy {
		margin-left: 0;
		padding-top: 7.5rem;
	}

	.zt-home-promise h2 {
		font-size: 3rem;
	}

	.zt-home-promise .wp-block-buttons {
		align-items: stretch;
		flex-direction: column;
	}

	.zt-home-promise .wp-block-button,
	.zt-home-promise .wp-block-button__link {
		width: 100%;
	}

	.zt-mood-grid {
		grid-template-columns: 1fr;
		margin-top: 2.5rem;
	}

	.zt-mood-card img {
		aspect-ratio: 4 / 3;
		height: 360px;
	}

	.zt-mood-card__content {
		min-height: 250px;
		padding: 1.5rem;
	}

	.zt-mood-card:hover,
	.zt-mood-card:focus-within {
		transform: none;
	}

	.zt-direct-layout {
		display: grid;
		gap: 3.5rem;
		grid-template-columns: 1fr;
	}

	.zt-direct-copy h2 {
		font-size: 3rem;
	}

	.zt-direct-copy .wp-block-button,
	.zt-direct-copy .wp-block-button__link {
		width: 100%;
	}

	.zt-direct-step > .wp-block-group__inner-container {
		gap: 0.25rem 1rem;
		grid-template-columns: 42px minmax(0, 1fr);
	}

	.zt-direct-step h3 {
		font-size: 1.7rem;
	}

	.zt-home-day,
	.zt-home-seasons {
		padding-left: 0;
		padding-right: 0;
	}

	.zt-day-layout,
	.zt-season-layout {
		gap: 0;
	}

	.zt-home-day__media,
	.zt-home-season__media {
		min-height: 360px;
	}

	.zt-home-day__content,
	.zt-home-season__content {
		padding: 2.5rem 1rem;
	}

	.zt-day-step > .wp-block-group__inner-container {
		grid-template-columns: 54px minmax(0, 1fr);
	}

	.zt-day-step > .wp-block-group__inner-container > p:last-child {
		grid-column: 2;
	}

	.zt-season-grid.wp-block-columns {
		grid-template-columns: 1fr;
		margin-top: 2rem;
	}

	.zt-season-grid .wp-block-column,
	.zt-season-grid .wp-block-column:nth-child(even),
	.zt-season-grid .wp-block-column:nth-last-child(-n + 2) {
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
		border-top: 1px solid rgba(248, 245, 237, 0.24);
		min-height: 0;
		padding: 1rem 0;
	}

	.zt-season-grid .wp-block-column:last-child {
		border-bottom: 1px solid rgba(248, 245, 237, 0.24);
	}

	.zt-parallax-target {
		transform: translate3d(0, var(--zt-parallax-y, 0), 0) scale(1.05);
		will-change: transform;
	}

	.zt-service-card {
		min-height: 280px;
	}

	.zt-territory-media .wp-block-media-text__media img {
		min-height: 420px;
	}

	.zt-territory-media .wp-block-media-text__content {
		padding: 2rem 1.25rem;
	}

	.zt-product-grid .wp-block-column {
		border-bottom: 1px solid rgba(59, 59, 56, 0.2);
		border-right: 1px solid rgba(59, 59, 56, 0.2);
		min-height: 0;
	}

	.zt-page-builder .zt-estate-gallery.has-nested-images {
		grid-template-columns: 1fr;
	}

	.zt-estate-gallery img {
		height: 320px !important;
	}

	.zt-lightbox {
		padding: 0.75rem;
	}

	.zt-lightbox__dialog {
		grid-template-columns: 1fr;
		max-height: calc(100vh - 1.5rem);
		overflow-y: auto;
	}

	.zt-lightbox__media {
		min-height: 52vh;
	}

	.zt-lightbox__media img {
		height: 52vh;
	}

	.zt-lightbox__content {
		padding: 1.5rem;
	}

	.zt-lightbox__content h2 {
		font-size: 2.35rem;
	}

	.zt-lightbox__close {
		right: 0.75rem;
		top: 0.75rem;
	}
}

/* Keep narrow-screen overrides after all Gutenberg component styles. */
@media (max-width: 480px) {
	.single-house .zt-title {
		font-size: 2.4rem;
		hyphens: auto;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.zt-promise-word {
		font-size: 3.5rem;
		left: 0;
		text-align: center;
		width: 100%;
	}

	.zt-hero-booking,
	.zt-hero-booking .hb-search,
	.zt-hero-booking .hb-search__filters,
	.zt-hero-booking .hb-search__field,
	.zt-hero-booking input,
	.zt-hero-booking select,
	.zt-hero-booking button {
		min-width: 0;
	}

	.zt-hero-booking .hb-search__filters,
	.zt-split--single .hb-search__filters {
		grid-template-columns: minmax(0, 1fr);
	}

	.zt-hero-booking .hb-button {
		grid-column: 1;
		white-space: normal;
		width: 100%;
	}

	.zt-direct-layout {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.zt-motion-ready .zt-reveal,
	.zt-motion-ready .zt-reveal--from-left,
	.zt-motion-ready .zt-reveal--from-right,
	.zt-motion-ready .zt-reveal--scale {
		transform: translateY(20px);
	}

	.zt-motion-ready .zt-reveal.is-visible,
	.zt-motion-ready .zt-reveal--from-left.is-visible,
	.zt-motion-ready .zt-reveal--from-right.is-visible,
	.zt-motion-ready .zt-reveal--scale.is-visible {
		transform: none;
	}
}

@media (max-width: 360px) {
	.zt-container,
	.zt-page-builder .zt-hero__inner--royal {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.zt-page-builder .zt-hero__inner--royal {
		padding-top: 4.75rem;
	}

	.zt-page-builder .zt-title {
		font-size: 2.5rem;
		overflow-wrap: anywhere;
	}

	.zt-page-builder .zt-lead {
		font-size: 1.05rem;
	}

	.zt-hero-booking__title {
		font-size: 2rem;
		overflow-wrap: anywhere;
	}

	.zt-hero-booking {
		padding: 0.65rem;
	}

	.zt-hero-booking .hb-search__filters,
	.zt-split--single .hb-search__filters {
		grid-template-columns: minmax(0, 1fr);
	}

	.zt-hero-booking .hb-button {
		grid-column: 1;
		white-space: normal;
		width: 100%;
	}

	.zt-page-builder .zt-hero-services {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zt-page-builder .zt-hero-services a {
		font-size: 0.66rem;
		min-height: 64px;
		overflow-wrap: anywhere;
		padding: 0.65rem 0.5rem;
	}

	.zt-home-section {
		padding: 3.25rem 0.75rem;
	}

	.zt-home-section > *,
	.zt-home-section > .wp-block-group__inner-container,
	.zt-home-section > .wp-block-columns,
	.zt-home-section .wp-block-column,
	.zt-home-section .wp-block-group__inner-container {
		max-width: 100%;
		width: 100%;
	}

	.zt-home-section .wp-block-columns,
	.zt-direct-layout {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.zt-home-section h1,
	.zt-home-section h2,
	.zt-home-section h3,
	.zt-home-section h4,
	.zt-home-cta h2,
	.zt-panel h2,
	.zt-section h2,
	.zt-card h3 {
		hyphens: auto;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.zt-home-section h2,
	.zt-home-cta h2,
	.zt-page-builder .zt-section#booking-search h2 {
		font-size: 2.15rem;
	}

	.zt-home-section h3,
	.zt-card h3 {
		font-size: 1.7rem;
	}

	.zt-home-promise {
		min-height: 540px;
		padding-bottom: 3.5rem;
		padding-top: 3.5rem;
	}

	.zt-promise-word {
		font-size: 3rem;
		left: 0;
		text-align: center;
		width: 100%;
	}

	.zt-promise-copy {
		padding-top: 4.5rem;
	}

	.zt-home-promise h2,
	.zt-direct-copy h2 {
		font-size: 2.2rem;
	}

	.zt-grid,
	.zt-home-stay .zt-house-grid,
	.zt-sign-grid,
	.zt-product-grid,
	.zt-season-grid.wp-block-columns {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.zt-card,
	.zt-house-card,
	.zt-service-card,
	.zt-mood-card {
		max-width: 100%;
		width: 100%;
	}

	.zt-service-card {
		padding: 1rem;
	}

	.zt-service-card--media {
		padding: 0 0 1rem;
	}

	.zt-service-card--media > :not(figure) {
		margin-left: 0.75rem;
		margin-right: 0.75rem;
		max-width: calc(100% - 1.5rem);
		width: auto;
	}

	.zt-service-card--media > .wp-block-buttons {
		width: calc(100% - 1.5rem);
	}

	.zt-mood-card img,
	.zt-estate-gallery img {
		height: auto !important;
	}

	.zt-direct-layout {
		gap: 2.5rem;
	}

	.zt-direct-step > .wp-block-group__inner-container {
		gap: 0.25rem 0.6rem;
		grid-template-columns: 36px minmax(0, 1fr);
	}

	.zt-direct-step h3 {
		font-size: 1.45rem;
	}

	.zt-motion-ready .zt-reveal,
	.zt-motion-ready .zt-reveal--from-left,
	.zt-motion-ready .zt-reveal--from-right,
	.zt-motion-ready .zt-reveal--scale {
		transform: translateY(20px);
	}

	.zt-motion-ready .zt-reveal.is-visible,
	.zt-motion-ready .zt-reveal--from-left.is-visible,
	.zt-motion-ready .zt-reveal--from-right.is-visible,
	.zt-motion-ready .zt-reveal--scale.is-visible {
		transform: none;
	}

	.zt-lightbox {
		padding: 0.4rem;
	}

	.zt-lightbox__dialog {
		max-height: calc(100svh - 0.8rem);
		max-width: 100%;
		width: 100%;
	}

	.zt-lightbox__media,
	.zt-lightbox__media img {
		height: 42vh;
		min-height: 0;
	}

	.zt-lightbox__content h2 {
		font-size: 1.85rem;
		overflow-wrap: anywhere;
	}
}

@media (max-width: 260px) {
	.zt-page-builder .zt-title {
		font-size: 2.1rem;
	}

	.zt-hero-booking__title {
		font-size: 1.75rem;
	}

	.zt-promise-word {
		font-size: 2.4rem;
	}

	.zt-home-section h2,
	.zt-home-cta h2,
	.zt-home-promise h2,
	.zt-direct-copy h2,
	.zt-page-builder .zt-section#booking-search h2 {
		font-size: 1.9rem;
	}

	.zt-direct-step > .wp-block-group__inner-container,
	.zt-day-step > .wp-block-group__inner-container {
		grid-template-columns: minmax(0, 1fr);
	}

	.zt-direct-step > .wp-block-group__inner-container > *,
	.zt-day-step > .wp-block-group__inner-container > *,
	.zt-day-step > .wp-block-group__inner-container > p:last-child {
		grid-column: 1;
	}
}
