html {
	scroll-behavior: smooth;
}

body.acg-landing-blank-template {
	margin: 0;
	background: #faf6ef;
	overflow-x: hidden;
}

body.acg-landing-blank-template #page,
body.acg-landing-blank-template .site,
body.acg-landing-blank-template .site-content,
body.acg-landing-blank-template .content-area,
body.acg-landing-blank-template .woocommerce,
body.acg-landing-blank-template .woocommerce-page {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.acg-project-template .site,
.acg-project-template body {
	max-width: 100%;
	overflow-x: hidden;
}

.acg-landing {
	--ac-bg: #faf6ef;
	--ac-brown: #6b3a1f;
	--ac-brown-dark: #4a2510;
	--ac-orange: #e8941a;
	--ac-orange-light: #f5a623;
	--ac-border: #d4c4a8;
	--ac-text: #3b1f0a;
	--ac-cream: #fff9f0;
	--ac-surface: #ffffff;
	--ac-surface-soft: #f2f6f7;
	--ac-ink-strong: #102131;
	--ac-ink-soft: #5d6b78;
	--ac-teal: #0f766e;
	--ac-teal-bright: #17b7a6;
	--ac-shadow-soft: 0 28px 60px rgba(35, 44, 58, 0.12);
	--ac-shadow-strong: 0 34px 72px rgba(18, 28, 38, 0.28);
	--ac-side-px: clamp(20px, 4vw, 64px);
	background: var(--ac-bg);
	color: var(--ac-text);
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	padding-bottom: 96px;
}

.acg-landing * {
	box-sizing: border-box;
	outline: none !important;
}

.acg-landing *:focus,
.acg-landing *:focus-visible {
	outline: none !important;
}

.hw-container,
.hw-section-inner {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0 var(--ac-side-px);
}

.acg-notices {
	position: fixed;
	top: 24px;
	left: 24px;
	width: min(360px, calc(100vw - 32px));
	max-width: calc(100vw - 32px);
	margin: 0;
	padding: 0;
	z-index: 1190;
	pointer-events: none;
}

.acg-notices .woocommerce-notices-wrapper {
	display: grid;
	gap: 10px;
	max-width: none;
	margin: 0;
	pointer-events: auto;
}

.acg-notices .woocommerce-message,
.acg-notices .woocommerce-error,
.acg-notices .woocommerce-info {
	position: relative;
	margin: 0;
	padding: 12px 14px 12px 42px;
	border-radius: 18px;
	border: 1px solid rgba(16, 33, 49, 0.12);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 42px rgba(16, 33, 49, 0.14);
	backdrop-filter: blur(14px);
	color: var(--ac-ink-strong);
	font-size: 12px;
	line-height: 1.45;
	list-style: none;
}

.acg-notices .woocommerce-message::before,
.acg-notices .woocommerce-error::before,
.acg-notices .woocommerce-info::before {
	left: 14px;
	top: 12px;
	font-size: 14px;
}

.acg-notices .woocommerce-message {
	border-color: rgba(15, 118, 110, 0.18);
	box-shadow: 0 18px 42px rgba(15, 118, 110, 0.14);
}

.acg-notices .woocommerce-info {
	border-color: rgba(23, 104, 229, 0.18);
	box-shadow: 0 18px 42px rgba(23, 104, 229, 0.14);
}

.acg-notices .woocommerce-error {
	border-color: rgba(193, 56, 45, 0.22);
	box-shadow: 0 18px 42px rgba(193, 56, 45, 0.14);
}

.acg-notices .woocommerce-error li,
.acg-notices .woocommerce-message li,
.acg-notices .woocommerce-info li {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
}

.acg-notices .woocommerce-error li + li,
.acg-notices .woocommerce-message li + li,
.acg-notices .woocommerce-info li + li {
	margin-top: 4px;
}

.acg-notices .button,
.acg-notices a.button,
.acg-notices .woocommerce-button {
	float: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 8px 0 0;
	padding: 8px 11px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.acg-notices a {
	word-break: break-word;
}

.acg-notices .restore-item,
.acg-notices .wc-forward {
	margin-right: 6px;
}

.acg-language-switcher {
	--ac-ink-strong: #102131;
	--ac-teal: #0f766e;
	--ac-teal-bright: #17b7a6;
	position: fixed;
	top: 22px;
	right: clamp(18px, 3vw, 36px);
	z-index: 1200;
	pointer-events: none;
	padding-left: 16px;
	max-width: calc(100vw - 28px);
}

.acg-language-switcher__inner {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	border: 1px solid rgba(16, 33, 49, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 40px rgba(16, 33, 49, 0.16);
	backdrop-filter: blur(16px);
	pointer-events: auto;
}

.acg-language-switcher__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	padding: 10px 14px;
	border-radius: 999px;
	color: var(--ac-ink-strong);
	background: transparent;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.acg-language-switcher__link:hover,
.acg-language-switcher__link:focus-visible {
	background: rgba(15, 118, 110, 0.1);
	color: var(--ac-teal);
	box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.18);
	transform: translateY(-1px);
}

.acg-language-switcher__link.is-active {
	background: #5a3418;
	color: #fff;
	box-shadow: 0 12px 24px rgba(15, 118, 110, 0.28);
}

.hw-breadcrumb {
	padding: 14px 0 10px;
	font-size: 11px;
	letter-spacing: 0.1em;
	font-weight: 600;
	color: var(--ac-brown);
	text-transform: uppercase;
}

.hw-breadcrumb a {
	color: var(--ac-brown);
	text-decoration: none;
	transition: color 0.2s;
}

.hw-breadcrumb a:hover {
	color: var(--ac-orange);
}

.hw-bc-sep {
	color: var(--ac-border);
	margin: 0 8px;
}

.hw-bc-cur {
	color: var(--ac-orange);
	font-weight: 700;
}

.hw-hero-wrap {
	padding: 8px 0 0;
}

.hw-hero-title {
	font-size: clamp(26px, 4.5vw, 56px);
	font-weight: 900;
	line-height: 1.06;
	color: var(--ac-brown);
	text-transform: uppercase;
	letter-spacing: -0.02em;
	padding: 0 0 18px;
	margin: 0;
	max-width: 900px;
}

.hw-hero-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	overflow: hidden;
}

.hw-hero-media {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	min-height: 320px;
	overflow: hidden;
	background: var(--ac-brown);
	border-radius: 14px 14px 0 0;
}

.hw-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hw-hero-sidebar {
	background: var(--ac-cream);
	padding: 0;
	display: flex;
	flex-direction: column;
	border-radius: 0 0 14px 14px;
}

.hw-meta-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.hw-meta-cell {
	padding: 20px 22px;
	border: 1px solid var(--ac-border);
	margin: -1px 0 0 -1px;
}

.hw-meta-label,
.hw-kv-label,
.hw-town-name,
.hw-pc-footer-label,
.hw-form-field label {
	display: block;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.14em;
	color: var(--ac-orange);
	text-transform: uppercase;
	margin-bottom: 7px;
}

.hw-meta-value {
	font-size: 13.5px;
	font-weight: 800;
	color: var(--ac-brown);
	text-transform: uppercase;
	letter-spacing: 0.03em;
	overflow-wrap: anywhere;
}

.hw-purchase-bar {
	padding: 22px 22px 18px;
	border: 1px solid var(--ac-border);
	border-top: none;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hw-purchase-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ac-brown);
	margin-bottom: 10px;
}

.hw-purchase-label a {
	color: var(--ac-orange);
	font-size: 10px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.hw-price-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border: 1px solid var(--ac-border);
	border-radius: 10px;
	padding: 18px 20px;
	margin-bottom: 8px;
	gap: 14px;
}

.hw-price-info {
	flex: 1;
	min-width: 0;
}

.hw-price-type {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ac-brown);
	margin-bottom: 4px;
}

.hw-price-amount,
.hw-pc-footer-amount {
	font-size: 28px;
	font-weight: 900;
	color: var(--ac-orange);
	line-height: 1;
	letter-spacing: -0.01em;
}

.hw-price-due,
.hw-pc-footer-due {
	font-size: 10px;
	color: #999;
	font-weight: 600;
	letter-spacing: 0.06em;
	margin-top: 4px;
	text-transform: uppercase;
}

.hw-buy-btn,
.hw-contact-btn,
.hw-form-submit,
.hw-sticky-cta a,
.hw-sticky-cta button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 16px 28px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	border-radius: 10px;
	transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.hw-buy-btn,
.hw-form-submit,
.hw-sticky-cta .hw-cta-primary {
	background: var(--ac-orange);
	color: #fff;
}

.hw-buy-btn:hover,
.hw-buy-btn:focus,
.hw-buy-btn:focus-visible,
.hw-form-submit:hover,
.hw-form-submit:focus,
.hw-form-submit:focus-visible,
.hw-sticky-cta .hw-cta-primary:hover {
	background: #111111 !important;
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(17, 17, 17, 0.24);
}

.hw-contact-btn,
.hw-form-submit-secondary,
.hw-sticky-cta .hw-cta-secondary {
	background: var(--ac-brown);
	color: #fff;
}

.hw-contact-btn:hover,
.hw-contact-btn:focus,
.hw-contact-btn:focus-visible,
.hw-form-submit-secondary:hover,
.hw-form-submit-secondary:focus,
.hw-form-submit-secondary:focus-visible,
.hw-sticky-cta .hw-cta-secondary:hover {
	background: #111111 !important;
	color: #ffffff !important;
}

.hw-contact-btn {
	width: 100%;
	margin-top: auto;
}

.hw-nav-wrap {
	position: sticky;
	top: 0;
	z-index: 9000;
	background: var(--ac-brown);
	box-shadow: 0 2px 16px rgba(107, 58, 31, 0.22);
	margin-top: 18px;
}

.hw-nav {
	display: flex;
	gap: 0;
	overflow-x: auto;
	scrollbar-width: none;
	padding: 0 var(--ac-side-px);
}

.hw-nav::-webkit-scrollbar {
	display: none;
}

.hw-nav-item {
	color: rgba(255, 255, 255, 0.7);
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 20px 26px;
	cursor: pointer;
	white-space: nowrap;
	border-bottom: 3px solid transparent;
	text-decoration: none;
	transition: border-color 0.25s, color 0.25s;
}

.hw-nav-item:hover,
.hw-nav-item.is-active,
.hw-nav-item.active {
	color: #fff;
}

.hw-nav-item.is-active,
.hw-nav-item.active {
	border-bottom-color: var(--ac-orange);
}

.hw-sec-heading {
	text-align: center;
	padding: 48px 24px 36px;
	background: transparent;
}

.hw-sup {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(24px, 3.5vw, 40px);
	font-weight: 400;
	font-style: italic;
	color: var(--ac-brown);
	line-height: 1;
	letter-spacing: 0.02em;
}

.hw-diamond {
	display: block;
	font-size: 15px;
	color: var(--ac-orange);
	line-height: 2.2;
	letter-spacing: 0.1em;
}

.hw-sub {
	display: flex;
	align-items: center;
	gap: 18px;
	justify-content: center;
}

.hw-sub-line {
	width: 70px;
	height: 2px;
	background: var(--ac-orange);
	flex-shrink: 0;
	border-radius: 1px;
}

.hw-sub-text {
	font-size: clamp(15px, 2vw, 20px);
	font-weight: 800;
	color: var(--ac-brown);
	text-transform: uppercase;
	letter-spacing: 0.22em;
	line-height: 1;
	white-space: nowrap;
}

.hw-tab-bar {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	justify-content: center;
}

.hw-tab {
	padding: 14px 26px;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
	background: var(--ac-brown);
	border: none;
	border-radius: 8px 8px 0 0;
	transition: background 0.2s;
}

.hw-tab:hover {
	background: var(--ac-brown-dark);
}

.hw-tab.is-active,
.hw-tab.active {
	background: var(--ac-orange);
}

.hw-tab-panel {
	display: none;
	padding: 36px 32px;
	background: var(--ac-cream);
	border-radius: 0 0 12px 12px;
}

.hw-tab-panel.is-active,
.hw-tab-panel.active {
	display: block;
}

.hw-details-layout,
.hw-towns-layout,
.hw-plan-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
}

.hw-details-desc,
.hw-towns-text {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 17px;
	line-height: 1.85;
	color: var(--ac-text);
}

.hw-details-kv,
.hw-towns-list {
	background: var(--ac-brown);
	color: #fff;
	border-radius: 12px;
	overflow: hidden;
	align-self: start;
}

.hw-kv-row,
.hw-town-row {
	padding: 20px 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hw-kv-row:last-child,
.hw-town-row:last-child {
	border-bottom: none;
}

.hw-kv-value,
.hw-town-dist {
	font-size: 14.5px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.02em;
	overflow-wrap: anywhere;
}

.hw-gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.hw-photo-big {
	grid-column: span 1;
	grid-row: span 2;
}

.hw-gallery-grid > div,
.hw-photos-grid > div {
	min-width: 0;
}

.hw-gallery-grid img,
.hw-photos-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	cursor: pointer;
	border-radius: 10px;
	transition: opacity 0.2s, transform 0.25s;
}

.hw-gallery-grid img {
	min-height: 180px;
}

.hw-gallery-grid img:hover,
.hw-photos-grid img:hover {
	opacity: 0.92;
	transform: scale(1.015);
}

.hw-map-embed,
.hw-map-canvas {
	width: 100%;
	height: 520px;
	border: none;
	display: block;
	border-radius: 12px;
	overflow: hidden;
}

.hw-plan-stage {
	background: #d8d8d8;
	padding: 10px;
	border-radius: 14px;
}

.acg-kmz-panel[hidden] {
	display: none !important;
}

.hw-plan-chip {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(232, 148, 26, 0.14);
	color: var(--ac-orange-light);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.hw-purchase-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hw-purchase-card ul li {
	position: relative;
	padding-left: 24px;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 15px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.88);
	margin-bottom: 12px;
}
.hw-purchase-card ul li::before {
	content: '▸';
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 14px;
	color: var(--ac-orange);
}

.hw-plan-grid.is-point-viewer {
	gap: 24px;
	align-items: stretch;
}

.hw-plan-grid.is-point-viewer .hw-plan-stage {
	order: 2;
	position: relative;
	padding: 3px;
	border-radius: 32px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background:
		radial-gradient(circle at top left, rgba(23, 183, 166, 0.22), transparent 30%),
		radial-gradient(circle at bottom right, rgba(255, 179, 71, 0.18), transparent 24%),
		linear-gradient(155deg, #141b22 0%, #243241 52%, #334255 100%);
	box-shadow: var(--ac-shadow-strong);
}

.hw-plan-grid.is-point-viewer .acg-kmz-panel {
	order: 1;
	padding: 28px;
	border: 1px solid rgba(16, 33, 49, 0.08);
	background: linear-gradient(180deg, #fffdfa 0%, #f5f8f8 100%);
	color: var(--ac-ink-strong);
	box-shadow: var(--ac-shadow-soft);
	min-height: 640px;
}

.hw-plan-grid.is-point-viewer .hw-map-canvas {
	height: 640px;
	border-radius: 26px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
	background: #d8dfdf;
}

.hw-plan-grid.is-point-viewer .hw-plan-chip {
	margin-bottom: 0;
	background: rgba(15, 118, 110, 0.12);
	color: var(--ac-teal);
}

.hw-plan-grid.is-point-viewer .acg-kmz-panel h3 {
	margin: 0;
	font-size: clamp(28px, 3vw, 36px);
	line-height: 1.05;
	text-transform: none;
	letter-spacing: -0.03em;
	color: var(--ac-ink-strong);
}

.hw-plan-grid.is-point-viewer .acg-kmz-panel p {
	margin: 0;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: var(--ac-ink-soft);
}

.acg-kmz-viewer {
	display: flex;
	flex-direction: column;
	gap: 18px;
	height: 100%;
}

.acg-kmz-viewer__intro {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.acg-kmz-viewer__eyebrow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.acg-kmz-viewer__eyebrow-text {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #7a8794;
}

.acg-kmz-spotlight {
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: var(--ac-ink-strong);
	box-shadow: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.acg-kmz-spotlight__label,
.acg-kmz-spotlight__meta {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.acg-kmz-spotlight__label {
	color: #6b7280;
}

.acg-kmz-spotlight strong {
	font-size: 23px;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--ac-ink-strong);
}

.acg-kmz-spotlight p {
	color: #334155 !important;
	font-size: 14px;
	line-height: 1.55;
	font-weight: 500;
}

.acg-kmz-spotlight__meta {
	color: var(--ac-teal);
}

.acg-kmz-spotlight__lot {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 8px;
}

.acg-kmz-spotlight__lot span {
	display: block;
	padding: 10px 12px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.86);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	color: #1f2937;
}

.acg-kmz-toolbar {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.acg-kmz-toolbar__controls {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 190px;
	gap: 12px;
	align-items: stretch;
}

.acg-kmz-search {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 16px;
	border-radius: 18px;
	border: 1px solid rgba(16, 33, 49, 0.12);
	background: #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 10px 24px rgba(16, 33, 49, 0.06);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.acg-kmz-search:focus-within {
	border-color: rgba(15, 118, 110, 0.3);
	box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.08), 0 12px 24px rgba(16, 33, 49, 0.08);
}

.acg-kmz-search__icon {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	color: #64748b;
}

.acg-kmz-search__icon svg,
.acg-kmz-control svg {
	width: 100%;
	height: 100%;
	display: block;
}

.acg-kmz-search input,
.acg-kmz-search input[type='search'] {
	width: 100%;
	height: 50px;
	padding: 0;
	border: 0 !important;
	background: transparent !important;
	font-size: 14px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color: var(--ac-ink-strong);
	outline: none !important;
	box-shadow: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: textfield !important;
	border-radius: 0 !important;
}

.acg-kmz-search input:focus,
.acg-kmz-search input:focus-visible {
	border: 0 !important;
	outline: none !important;
	box-shadow: none !important;
}

.acg-kmz-search input[type='search']::-webkit-search-decoration,
.acg-kmz-search input[type='search']::-webkit-search-cancel-button,
.acg-kmz-search input[type='search']::-webkit-search-results-button,
.acg-kmz-search input[type='search']::-webkit-search-results-decoration {
	-webkit-appearance: none;
	appearance: none;
	display: none;
}

.acg-kmz-search input[type='search']::-ms-clear,
.acg-kmz-search input[type='search']::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

.acg-kmz-search input::placeholder {
	color: #7c8b99;
}

.acg-kmz-toolbar__status {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
	color: #44515e;
}

.acg-kmz-filter-select {
	display: grid;
	gap: 6px;
	padding: 10px 14px 12px;
	border-radius: 18px;
	border: 1px solid rgba(16, 33, 49, 0.12);
	background: #ffffff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 10px 24px rgba(16, 33, 49, 0.06);
}

.acg-kmz-filter-select span {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #64748b;
}

.acg-kmz-filter-select select {
	width: 100%;
	border: 0;
	background: transparent;
	font-size: 14px;
	font-weight: 700;
	color: var(--ac-ink-strong);
	outline: none;
	padding: 0;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.acg-kmz-list {
	flex: 1 1 auto;
	min-height: 0;
	max-height: 100%;
	overflow: auto;
	padding-right: 0;
	border-radius: 24px;
	border: 1px solid rgba(16, 33, 49, 0.08);
	background: #ffffff;
}

.acg-kmz-list__table-wrap {
	overflow: hidden;
	border-radius: 24px;
}

.acg-kmz-list__table {
	width: 100%;
	min-width: 520px;
	border-collapse: separate;
	border-spacing: 0;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.acg-kmz-list__table thead th {
	padding: 16px 18px;
	border-bottom: 1px solid rgba(16, 33, 49, 0.08);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: left;
	color: #64748b;
	background: #f8fbfc;
}

.acg-kmz-list__table thead th + th,
.acg-kmz-list__row td + td {
	border-left: 1px solid rgba(16, 33, 49, 0.08);
}

.acg-kmz-list__table thead th:first-child {
	border-top-left-radius: 24px;
}

.acg-kmz-list__table thead th:last-child {
	border-top-right-radius: 24px;
}

.acg-kmz-list__table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 24px;
}

.acg-kmz-list__table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 24px;
}

.acg-kmz-list__row {
	cursor: pointer;
	transition: background 0.2s ease, box-shadow 0.2s ease;
}

.acg-kmz-list__row td {
	padding: 18px;
	border-bottom: 1px solid rgba(16, 33, 49, 0.06);
	font-size: 14px;
	line-height: 1.4;
	color: #334155;
	background: #ffffff;
}

.acg-kmz-list__row td strong {
	display: block;
	font-size: 15px;
	line-height: 1.25;
	color: var(--ac-ink-strong);
}

.acg-kmz-list__row:hover td,
.acg-kmz-list__row.is-active td {
	background: #eefaf7;
}

.acg-kmz-list__row.is-active td {
	box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.18);
	color: #0f172a;
}

.acg-kmz-list__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
}

.acg-kmz-list__status.is-available {
	background: rgba(15, 118, 110, 0.12);
	color: #0f766e;
}

.acg-kmz-list__status.is-reserved {
	background: rgba(217, 119, 6, 0.14);
	color: #b45309;
}

.acg-kmz-list__status.is-sold,
.acg-kmz-list__status.is-blocked,
.acg-kmz-list__status.is-unknown {
	background: rgba(71, 85, 105, 0.14);
	color: #475569;
}

.acg-kmz-spotlight-actions {
	display: grid;
	gap: 14px;
	margin-top: 16px;
}

.acg-kmz-cta-card {
	display: grid;
	gap: 12px;
	padding: 18px;
	border-radius: 24px;
	border: 1px solid rgba(16, 33, 49, 0.1);
	background: #ffffff;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.acg-kmz-cta-card--reservation {
	border-color: rgba(245, 158, 11, 0.4);
	background: linear-gradient(180deg, rgba(255, 251, 235, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.acg-kmz-cta-card--purchase {
	border-color: rgba(15, 118, 110, 0.26);
	background: linear-gradient(180deg, rgba(240, 253, 250, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.acg-kmz-cta-card__eyebrow,
.acg-kmz-cta-card__label {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #64748b;
}

.acg-kmz-cta-card strong {
	font-size: 1.7rem;
	line-height: 1;
	letter-spacing: -0.04em;
	color: var(--ac-ink-strong);
}

.acg-kmz-cta-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #475569 !important;
}

.acg-kmz-cta-card__buttons,
.acg-kmz-cta-card__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.acg-kmz-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 16px;
	border-radius: 16px;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.acg-kmz-cta-button:hover,
.acg-kmz-cta-button:focus,
.acg-kmz-cta-button:focus-visible {
	transform: translateY(-1px);
}

.acg-kmz-cta-button--primary {
	background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
	color: #ffffff;
	box-shadow: 0 14px 28px rgba(245, 158, 11, 0.24);
}

.acg-kmz-cta-button--secondary {
	background: linear-gradient(140deg, var(--ac-teal) 0%, var(--ac-teal-bright) 100%);
	color: #ffffff;
	box-shadow: 0 14px 28px rgba(15, 118, 110, 0.22);
}

.acg-kmz-cta-button--ghost {
	background: #ffffff;
	border-color: rgba(16, 33, 49, 0.12);
	color: var(--ac-ink-strong);
	box-shadow: 0 10px 22px rgba(16, 33, 49, 0.08);
}

.acg-kmz-cta-button--disabled {
	background: #e2e8f0;
	color: #64748b;
	pointer-events: none;
	box-shadow: none;
}

.acg-kmz-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 15px;
	border: 1px solid rgba(16, 33, 49, 0.1);
	border-radius: 20px;
	background: linear-gradient(180deg, #ffffff 0%, #f6fafb 100%);
	text-align: left;
	cursor: pointer;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.acg-kmz-item:hover,
.acg-kmz-item.is-active {
	transform: translateY(-1px);
	border-color: rgba(15, 118, 110, 0.28);
	box-shadow: 0 18px 30px rgba(15, 118, 110, 0.12);
}

.acg-kmz-item.is-active {
	background: linear-gradient(180deg, #ffffff 0%, #eaf9f6 100%);
	box-shadow: 0 22px 34px rgba(15, 118, 110, 0.18);
}

.acg-kmz-item.is-hidden,
.acg-kmz-empty.is-hidden {
	display: none;
}

.acg-kmz-item__badge {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: linear-gradient(150deg, var(--ac-teal) 0%, var(--ac-teal-bright) 100%);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	display: grid;
	place-items: center;
	box-shadow: 0 14px 28px rgba(15, 118, 110, 0.24);
}

.acg-kmz-item__body {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.acg-kmz-item__body strong {
	font-size: 17px;
	line-height: 1.14;
	color: var(--ac-ink-strong);
	overflow-wrap: anywhere;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.acg-kmz-item__body small,
.acg-kmz-item__meta {
	display: block;
	font-size: 12.5px;
	line-height: 1.38;
	color: #576474;
	overflow-wrap: anywhere;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.acg-kmz-item__meta {
	font-weight: 700;
	color: var(--ac-teal);
	letter-spacing: 0.02em;
}

.acg-kmz-item__lot-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}

.acg-kmz-item__lot-chip {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(15, 118, 110, 0.12);
	color: #0f766e;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.acg-kmz-empty {
	padding: 18px;
	border-radius: 18px;
	border: 1px dashed rgba(87, 100, 116, 0.34);
	background: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	line-height: 1.7;
	color: #556371;
}

.acg-kmz-pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 2px;
}

.acg-kmz-pagination.is-hidden {
	display: none;
}

.acg-kmz-pagination__pages {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.acg-kmz-pagination__nav,
.acg-kmz-pagination__page {
	border: 1px solid rgba(16, 33, 49, 0.1);
	background: #fff;
	color: var(--ac-ink-strong);
	height: 42px;
	min-width: 42px;
	padding: 0 14px;
	border-radius: 14px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.acg-kmz-pagination__nav:hover,
.acg-kmz-pagination__page:hover,
.acg-kmz-pagination__page.is-active {
	transform: translateY(-1px);
	box-shadow: 0 12px 20px rgba(16, 33, 49, 0.08);
}

.acg-kmz-pagination__page.is-active {
	background: linear-gradient(140deg, var(--ac-teal) 0%, var(--ac-teal-bright) 100%);
	border-color: transparent;
	color: #fff;
}

.acg-kmz-pagination__nav[disabled] {
	opacity: 0.45;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

.acg-kmz-pagination__ellipsis {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #7c8b99;
}

.acg-kmz-controls {
	position: absolute;
	top: 28px;
	right: 28px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	z-index: 500;
}

.acg-kmz-control {
	width: 54px;
	height: 54px;
	border: 1px solid rgba(16, 33, 49, 0.16);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.98) !important;
	color: #102131 !important;
	display: grid;
	place-items: center;
	backdrop-filter: blur(12px);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.22);
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.acg-kmz-control:hover,
.acg-kmz-control:focus,
.acg-kmz-control:focus-visible {
	transform: translateY(-1px);
	background: #ffffff !important;
	color: #102131 !important;
	border-color: rgba(15, 118, 110, 0.34);
	box-shadow: 0 20px 38px rgba(15, 23, 42, 0.28);
}

.acg-kmz-summary {
	position: absolute;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%);
	display: grid;
	grid-template-columns: repeat(4, minmax(88px, 1fr));
	width: min(760px, calc(100% - 72px));
	background: rgba(255, 255, 255, 0.97);
	border-radius: 24px;
	padding: 14px 18px;
	box-shadow: 0 30px 54px rgba(15, 23, 42, 0.2);
	backdrop-filter: blur(12px);
	z-index: 500;
}

.acg-kmz-summary div {
	padding: 0 14px;
	text-align: center;
	border-right: 1px solid rgba(148, 163, 184, 0.22);
}

.acg-kmz-summary div:last-child {
	border-right: 0;
}

.acg-kmz-summary strong,
.acg-kmz-summary span {
	display: block;
}

.acg-kmz-summary strong {
	font-size: 24px;
	line-height: 1;
	font-weight: 800;
	margin-bottom: 6px;
	color: var(--ac-ink-strong);
}

.acg-kmz-summary div:nth-child(1) strong {
	color: var(--ac-teal);
}

.acg-kmz-summary div:nth-child(2) strong {
	color: #2563eb;
}

.acg-kmz-summary div:nth-child(3) strong {
	color: #f59e0b;
}

.acg-kmz-summary div:nth-child(4) strong {
	color: #1f2937;
}

.acg-kmz-summary span {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5f6d7a;
}

.acg-map-pin-wrapper {
	background: transparent;
	border: 0;
	--acg-map-pin-bg-start: #1fb96e;
	--acg-map-pin-bg-end: #11834d;
	--acg-map-pin-pulse: rgba(31, 185, 110, 0.26);
	--acg-map-pin-shadow: rgba(17, 131, 77, 0.34);
	--acg-map-pin-text: #ffffff;
}

.acg-map-pin-wrapper.is-status-sold {
	--acg-map-pin-bg-start: #df4c47;
	--acg-map-pin-bg-end: #a2221d;
	--acg-map-pin-pulse: rgba(223, 76, 71, 0.22);
	--acg-map-pin-shadow: rgba(162, 34, 29, 0.34);
}

.acg-map-pin-wrapper.is-status-reserved,
.acg-map-pin-wrapper.is-status-blocked {
	--acg-map-pin-bg-start: #f29d38;
	--acg-map-pin-bg-end: #bf640d;
	--acg-map-pin-pulse: rgba(242, 157, 56, 0.24);
	--acg-map-pin-shadow: rgba(191, 100, 13, 0.34);
}

.acg-map-pin-wrapper.is-status-unknown {
	--acg-map-pin-bg-start: #7b8794;
	--acg-map-pin-bg-end: #475569;
	--acg-map-pin-pulse: rgba(123, 135, 148, 0.2);
	--acg-map-pin-shadow: rgba(71, 85, 105, 0.28);
}

.acg-map-pin {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 52px;
	height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	background: linear-gradient(155deg, var(--acg-map-pin-bg-start) 0%, var(--acg-map-pin-bg-end) 100%);
	border: 2px solid rgba(255, 255, 255, 0.92);
	box-shadow: 0 16px 28px var(--acg-map-pin-shadow);
	transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.acg-map-pin__core {
	position: relative;
	z-index: 2;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.02em;
	color: var(--acg-map-pin-text);
}

.acg-map-pin__pulse {
	position: absolute;
	inset: -6px;
	border-radius: 999px;
	background: var(--acg-map-pin-pulse);
	animation: acg-map-pulse 1.8s ease-out infinite;
	z-index: 1;
}

.acg-map-pin-wrapper.is-active,
.acg-map-pin-wrapper:hover {
	z-index: 700 !important;
}

.acg-map-pin-wrapper.is-active .acg-map-pin,
.acg-map-pin-wrapper:hover .acg-map-pin {
	box-shadow: 0 20px 36px var(--acg-map-pin-shadow);
	transform: scale(1.08);
}

.acg-map-pin-wrapper.is-muted .acg-map-pin,
.acg-map-pin-wrapper.is-muted .acg-map-pin__pulse {
	opacity: 0.34;
}

.acg-map-popup {
	min-width: 260px;
	max-width: 320px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	border-radius: 0 !important;
}

.acg-map-popup__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 10px;
	margin-bottom: 10px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #ffffff;
	background: #11834d;
}

.acg-map-popup__badge.is-sold {
	background: #a2221d;
}

.acg-map-popup__badge.is-reserved,
.acg-map-popup__badge.is-blocked {
	background: #bf640d;
}

.acg-map-popup__badge.is-unknown {
	background: #475569;
}

.acg-map-popup__title {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.2;
	color: var(--ac-ink-strong);
}

.acg-map-popup__details {
	display: flex;
	flex-direction: column;
	gap: 1px;
	margin-bottom: 8px;
}

.acg-map-popup__row,
.acg-map-popup__description,
.acg-map-popup__meta {
	margin: 0;
	font-size: 12px;
	line-height: 1.38;
	color: #475569;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.acg-map-popup__field {
	font-weight: 800;
	color: #1f2937;
	margin-right: 4px;
}

.acg-map-popup__value {
	color: #475569;
}

.acg-map-popup__meta {
	display: block;
	font-size: 11px;
	line-height: 1.5;
	color: #6b7280;
}

.hw-plan-grid.is-point-viewer .leaflet-control-zoom {
	border: 0;
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
}

.hw-plan-grid.is-point-viewer .leaflet-control-zoom a {
	width: 42px;
	height: 42px;
	line-height: 42px;
	border: 0;
	color: #132331;
}

@keyframes acg-map-pulse {
	0% {
		transform: scale(0.86);
		opacity: 0.7;
	}

	70% {
		transform: scale(1.1);
		opacity: 0;
	}

	100% {
		transform: scale(1.14);
		opacity: 0;
	}
}

.hw-photos-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	padding-bottom: 32px;
}

.hw-photos-grid img {
	height: 260px;
}

.hw-purchase-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
	padding-bottom: 60px;
}

.hw-purchase-card {
	background: var(--ac-brown);
	color: #fff;
	padding: 36px 32px 0;
	display: flex;
	flex-direction: column;
	border-radius: 14px;
	overflow: hidden;
}

.hw-pc-type {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ac-orange);
	margin-bottom: 8px;
}

.hw-pc-title {
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.06em;
	margin: 0 0 12px;
}

.hw-pc-terms {
	font-size: 10.5px;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 24px;
	line-height: 1.7;
	font-weight: 600;
}

.hw-pc-footer {
	background: rgba(0, 0, 0, 0.18);
	margin: 0 -32px;
	padding: 24px 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: auto;
}

.hw-form-section {
	background: var(--ac-cream);
	padding: 72px var(--ac-side-px) 140px;
}

.hw-form-inner {
	max-width: 860px;
	margin: 0 auto;
}

.hw-form-title {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ac-brown);
	margin: 0 0 32px;
	text-align: center;
}

.hw-form-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	margin-bottom: 18px;
}

.hw-form-field input,
.hw-form-field textarea,
.hw-form-field select {
	width: 100%;
	padding: 15px 16px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	background: #ffffff !important;
	font-size: 15px;
	color: var(--ac-text) !important;
	outline: none;
	font-family: 'Montserrat', sans-serif;
	transition: border-color 0.2s, box-shadow 0.2s;
	opacity: 1 !important;
	-webkit-text-fill-color: var(--ac-text);
	box-shadow: 0 0 0 1000px #ffffff inset !important;
}

.hw-form-field label {
	color: var(--ac-brown) !important;
	opacity: 1 !important;
}

.hw-form-field input::placeholder,
.hw-form-field textarea::placeholder {
	color: #7b6b5a !important;
	opacity: 1;
}

.hw-form-field input[readonly],
.hw-form-field textarea[readonly],
.hw-form-field select[readonly] {
	background: #f6ede0 !important;
	color: var(--ac-brown) !important;
	border-color: #e1cfad;
	-webkit-text-fill-color: var(--ac-brown);
	box-shadow: 0 0 0 1000px #f6ede0 inset !important;
}

.hw-form-field input:focus,
.hw-form-field textarea:focus {
	border-color: var(--ac-orange);
	box-shadow: 0 0 0 3px rgba(232, 148, 26, 0.15);
}

.hw-form-field textarea {
	min-height: 140px;
	resize: vertical;
}

textarea#acg-message {
	line-height: 1.2;
}

.hw-form-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 8px;
}

.hw-form-status {
	font-size: 13px;
	color: var(--ac-brown);
	font-weight: 600;
}

.hw-empty-state {
	padding: 48px 32px;
	background: var(--ac-cream);
	border-radius: 12px;
	color: var(--ac-brown);
	font-weight: 700;
	text-align: center;
}

.hw-sticky-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: var(--ac-brown);
	border-top: 3px solid var(--ac-orange);
	padding: 0;
	display: flex;
}

.hw-sticky-cta a,
.hw-sticky-cta button {
	flex: 1;
	text-align: center;
	padding: 18px 14px;
	border-radius: 0;
}

.hw-sticky-cta .hw-cta-secondary {
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.acg-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	background: rgba(0, 0, 0, 0.92);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.acg-lightbox.is-open {
	display: flex;
}

.acg-lightbox img {
	max-width: 100%;
	max-height: 90vh;
	display: block;
	border-radius: 10px;
}

.acg-lightbox button {
	position: absolute;
	top: 20px;
	right: 20px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #fff;
	padding: 12px 20px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	border-radius: 8px;
}

.acg-modal-open {
	overflow: hidden;
}

.acg-whatsapp-modal[hidden] {
	display: none;
}

.acg-whatsapp-modal {
	position: fixed;
	inset: 0;
	z-index: 100001;
}

.acg-whatsapp-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(18, 10, 3, 0.72);
}

.acg-whatsapp-dialog {
	position: relative;
	width: min(720px, calc(100% - 32px));
	margin: 48px auto;
	background: var(--ac-cream);
	border-radius: 18px;
	padding: 32px;
	box-shadow: 0 30px 80px rgba(32, 18, 10, 0.3);
	max-height: calc(100vh - 96px);
	overflow: auto;
}

.acg-whatsapp-dialog h3 {
	margin: 0 0 10px;
	font-size: 26px;
	line-height: 1.1;
	color: var(--ac-brown);
}

.acg-whatsapp-dialog p {
	margin: 0 0 22px;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 16px;
	line-height: 1.75;
	color: var(--ac-text);
}

.acg-whatsapp-close {
	position: absolute;
	top: 10px;
	right: 12px;
	border: 0;
	background: transparent;
	font-size: 32px;
	line-height: 1;
	color: var(--ac-brown);
	cursor: pointer;
}

.leaflet-container {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

@media (min-width: 900px) {
	.hw-hero-layout {
		grid-template-columns: 1fr 420px;
		gap: 0;
	}

	.hw-hero-media {
		aspect-ratio: auto;
		min-height: 560px;
		border-radius: 14px 0 0 14px;
	}

	.hw-hero-sidebar {
		border-radius: 0 14px 14px 0;
	}

	.hw-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.hw-gallery-grid .hw-photo-big {
		grid-column: 2 / 4;
		grid-row: 1 / 3;
	}

	.hw-details-layout {
		grid-template-columns: 1fr 380px;
	}

	.hw-towns-layout {
		grid-template-columns: 1fr 340px;
	}

	.hw-purchase-grid,
	.hw-form-row {
		grid-template-columns: 1fr 1fr;
	}

	.hw-plan-grid.is-point-viewer {
		grid-template-columns: minmax(320px, 0.54fr) minmax(0, 1.16fr);
	}

	.hw-photos-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.hw-photos-grid img {
		height: 300px;
	}

	.hw-tab-panel {
		padding: 48px;
	}
}

@media (min-width: 1200px) {
	.hw-hero-layout {
		grid-template-columns: 1fr 460px;
	}

	.hw-hero-media {
		min-height: 620px;
	}

	.hw-photos-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.hw-photos-grid img {
		height: 320px;
	}

	.hw-details-layout {
		grid-template-columns: 1fr 420px;
	}

	.hw-towns-layout {
		grid-template-columns: 1fr 380px;
	}

	.hw-tab-panel {
		padding: 56px 64px;
	}

	.hw-map-embed,
	.hw-map-canvas {
		height: 580px;
	}
}

@media (max-width: 899px) {
	.acg-notices {
		top: 14px;
		left: 14px;
		width: min(320px, calc(100vw - 28px));
		max-width: calc(100vw - 28px);
	}

	.acg-notices .woocommerce-message,
	.acg-notices .woocommerce-error,
	.acg-notices .woocommerce-info {
		padding: 11px 12px 11px 38px;
		border-radius: 16px;
		font-size: 11px;
		line-height: 1.4;
	}

	.acg-notices .woocommerce-message::before,
	.acg-notices .woocommerce-error::before,
	.acg-notices .woocommerce-info::before {
		left: 12px;
		top: 11px;
		font-size: 13px;
	}

	.acg-notices .button,
	.acg-notices a.button,
	.acg-notices .woocommerce-button {
		padding: 7px 10px;
		font-size: 9px;
	}

	.acg-language-switcher {
		top: 14px;
		right: 14px;
		left: auto;
	}

	.acg-language-switcher__inner {
		gap: 6px;
		padding: 6px;
	}

	.acg-language-switcher__link {
		min-width: 42px;
		padding: 9px 12px;
		font-size: 10px;
		letter-spacing: 0.14em;
	}

	.hw-nav-item {
		padding: 16px 16px;
		font-size: 9.5px;
		letter-spacing: 0.1em;
	}

	.hw-breadcrumb {
		padding: 10px 0 8px;
	}

	.hw-hero-wrap {
		padding: 4px 0 0;
	}

	.hw-hero-title {
		padding-bottom: 12px;
	}

	.hw-meta-grid {
		grid-template-columns: 1fr;
	}

	.hw-price-box,
	.hw-pc-footer,
	.hw-town-row,
	.hw-form-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.hw-price-box,
	.hw-pc-footer,
	.hw-town-row {
		gap: 12px;
	}

	.hw-price-box .hw-buy-btn,
	.hw-pc-footer .hw-buy-btn,
	.hw-form-submit,
	.hw-form-submit-secondary {
		width: 100%;
	}

	.hw-sub {
		flex-wrap: wrap;
		gap: 12px;
	}

	.hw-sub-line {
		width: 44px;
	}

	.hw-sub-text {
		white-space: normal;
		text-align: center;
		letter-spacing: 0.14em;
		line-height: 1.35;
	}

	.hw-purchase-card {
		padding: 28px 22px 0;
	}

	.hw-pc-footer {
		margin: 0 -22px;
		padding: 20px 22px;
	}

	.hw-tab-panel {
		padding: 32px 24px;
	}

	.hw-sec-heading {
		padding: 56px 20px 36px;
	}

	.hw-photos-grid img {
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.hw-sticky-cta {
		flex-direction: column;
	}

	.hw-sticky-cta .hw-cta-secondary {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
	}

	.acg-whatsapp-dialog {
		padding: 24px 20px;
		margin: 24px auto;
		max-height: calc(100vh - 48px);
	}

	.hw-plan-grid.is-point-viewer {
		gap: 18px;
	}

	.hw-plan-grid.is-point-viewer .acg-kmz-panel {
		padding: 22px;
		min-height: auto;
	}

	.hw-plan-grid.is-point-viewer .hw-plan-stage {
		padding: 14px;
		border-radius: 24px;
	}

	.hw-plan-grid.is-point-viewer .hw-map-canvas {
		height: 520px;
		border-radius: 20px;
	}

	.acg-kmz-viewer__eyebrow {
		align-items: flex-start;
	}

	.acg-kmz-pagination {
		flex-direction: column;
		align-items: stretch;
	}

	.acg-kmz-toolbar__controls,
	.acg-kmz-cta-card__buttons,
	.acg-kmz-cta-card__actions {
		grid-template-columns: 1fr;
	}

	.acg-kmz-pagination__nav {
		width: 100%;
	}

	.acg-kmz-summary {
		position: static;
		transform: none;
		width: 100%;
		margin-top: 14px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.acg-kmz-summary div:nth-child(2) {
		border-right: 0;
	}

	.acg-kmz-summary div:nth-child(-n + 2) {
		padding-bottom: 12px;
		margin-bottom: 12px;
		border-bottom: 1px solid rgba(148, 163, 184, 0.22);
	}

	.acg-kmz-controls {
		top: 22px;
		right: 22px;
		gap: 10px;
	}

	.acg-kmz-control {
		width: 48px;
		height: 48px;
		border-radius: 16px;
	}
}

/* Legal / Fiscal Footer */
.acg-v2-legal-footer {
	background: #0d1c2e;
	color: rgba(255, 255, 255, 0.45);
	font-size: 12px;
	line-height: 1.5;
	padding: 16px 24px;
}

.acg-v2-legal-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 12px;
}

.acg-v2-legal-footer__label {
	font-weight: 600;
	color: rgba(255, 255, 255, 0.65);
}

.acg-v2-legal-footer__sep {
	color: rgba(255, 255, 255, 0.2);
	font-size: 14px;
}
