

html { scroll-behavior: smooth; }
.landing-geo [id] {
	scroll-margin-top: calc(var(--header-height, 54px) + 1.5rem);
}

body:has(.development-sticky-nav) .landing-geo [id] {
	scroll-margin-top: calc(var(--header-height, 54px) + 4.5rem);
}

.landing-geo {
	--lg-table-border: rgba(30, 41, 59, 0.10);
	--lg-table-stripe: rgba(30, 41, 59, 0.025);
	--lg-table-head-bg: var(--primary);
	--lg-table-head-fg: #ffffff;
	--lg-highlight-bg: var(--lightgold);
	--lg-highlight-border: var(--secondary);
	--lg-callout-bg: rgba(206, 168, 57, 0.06);
	--lg-callout-border: var(--secondary);
	--lg-check: #2c8a4a;
	--lg-cross: #b94a48;
	--lg-partial: #b8860b;
	--lg-radius: 0.5rem;
	--lg-shadow: 0 2px 16px rgba(30, 41, 59, 0.06);
	--lg-shadow-soft: 0 1px 3px rgba(30, 41, 59, 0.04);
}

.landing-geo,
.landing-geo h1,
.landing-geo h2,
.landing-geo h3,
.landing-geo h4,
.landing-geo p,
.landing-geo .landing-geo-hero__lede,
.landing-geo .landing-geo__section-lede,
.landing-geo .traveller-type__panel-description,
.landing-geo .comparison-table__description {
	font-family: var(--main-font);
	font-style: normal;
}
.landing-geo h1,
.landing-geo h2,
.landing-geo h3,
.landing-geo h4 {
	font-weight: 600;
}

.landing-geo h1 strong, .landing-geo h2 strong, .landing-geo h3 strong, .landing-geo h4 strong,
.landing-geo h1 b,      .landing-geo h2 b,      .landing-geo h3 b,      .landing-geo h4 b,
.landing-geo h1 em,     .landing-geo h2 em,     .landing-geo h3 em,     .landing-geo h4 em,
.landing-geo h1 i,      .landing-geo h2 i,      .landing-geo h3 i,      .landing-geo h4 i {
	font-family: var(--alt-font);
	font-style: italic;
	font-weight: bold;
	color: var(--secondary);
	letter-spacing: 0;
}

.landing-geo-hero {
	position: relative;
	padding-top: clamp(3rem, 8vw, 6rem);
	padding-bottom: clamp(3rem, 8vw, 6rem);
	background: linear-gradient(135deg, var(--lightgold) 0%, #ffffff 55%, rgba(206, 168, 57, 0.08) 100%);
	border-bottom: 1px solid var(--lg-table-border);
	overflow: hidden;
	min-height: clamp(22rem, 60vh, 36rem);
	display: flex;
	align-items: center;
}
.landing-geo-hero::before {
	content: "";
	position: absolute;
	right: -10%;
	top: -20%;
	width: 40rem;
	height: 40rem;
	background: radial-gradient(circle at center, rgba(202, 149, 0, 0.10), transparent 60%);
	pointer-events: none;
}
.landing-geo-hero__inner {position: relative;z-index: 2;width: 100%;}

.landing-geo-hero--has-image { padding-top: clamp(4rem, 10vw, 8rem); padding-bottom: clamp(4rem, 10vw, 8rem); }
.landing-geo-hero--has-image::before { display: none; }
.landing-geo-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.landing-geo-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(110deg, rgba(30, 41, 59, 0.85) 0%, rgba(30, 41, 59, 0.55) 45%, rgba(30, 41, 59, 0.10) 100%),
		linear-gradient(0deg, rgba(30, 41, 59, 0.20), transparent 50%);
	z-index: 1;
}
.landing-geo-hero--has-image .landing-geo-hero__eyebrow {
	color: #ffffff;
	border: 1px solid #ffffff;
	background: rgba(255, 255, 255, 0.04);
	padding: 0.6rem 1rem;
	border-radius: 3rem;
	margin-bottom: 2.1rem;
}
.landing-geo-hero--has-image .landing-geo-hero__title {
	color: #ffffff;
}
.landing-geo-hero--has-image .landing-geo-hero__lede {
	color: rgba(255, 255, 255, 0.85);
}
.landing-geo-hero--has-image .landing-geo-hero__cta--secondary {
	background-color: #ffffff;
	border-color: rgba(255, 255, 255, 0.6);
}
.landing-geo-hero--has-image .landing-geo-hero__cta--secondary:hover {
	background: #ffffff;
	color: var(--primary);
}

.landing-geo-hero__eyebrow {
	display: inline-block;
	font-family: var(--main-font);
	font-size: 0.78rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--secondary);
	border-top: 1px solid var(--secondary);
	border-bottom: 1px solid var(--secondary);
	padding: 0.45rem 0;
	margin-bottom: 1.4rem;
	font-weight: 500;
}

.landing-geo-hero__title {
	font-family: var(--main-font);
	font-size: clamp(2rem, 5vw, 3.4rem);
	line-height: 1.08;
	color: var(--primary);
	max-width: 58rem;
	margin: 0 0 1rem;
	font-weight: 500;
}

.landing-geo-hero__lede {
	font-size: clamp(1rem, 1.5vw, 1.18rem);
	color: rgba(30, 41, 59, 0.78);
	max-width: 52rem;
	margin: 0 0 1.8rem;
	line-height: 1.55;
}

.landing-geo-hero__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 0.9rem;
}

.landing-geo-hero__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.95rem 1.9rem;
	border-radius: 2rem;
	font-family: var(--main-font);
	font-weight: 500;
	font-size: 0.95rem;
	letter-spacing: 0.01em;
	text-decoration: none;
	transition: background var(--anim--hover-time) var(--anim--hover-ease),
	            color var(--anim--hover-time) var(--anim--hover-ease),
	            border-color var(--anim--hover-time) var(--anim--hover-ease),
	            transform var(--anim--hover-time) var(--anim--hover-ease);
}
.landing-geo-hero__cta--primary {
	background: var(--primary);
	color: #ffffff;
	border: 1px solid var(--primary);
	margin-right: 1rem;
}
.landing-geo-hero__cta--primary:hover {
	background: var(--secondary);
	border-color: var(--secondary);
	color: #ffffff;
}
.landing-geo-hero__cta--secondary {
	background: transparent;
	color: var(--primary);
	border: 1px solid var(--primary);
}
.landing-geo-hero__cta--secondary:hover {
	background: var(--primary);
	color: #ffffff;
}

.landing-geo__section-title {
	font-family: var(--main-font);
	font-size: clamp(2.6rem, 3.2vw, 3.2rem);
	color: var(--primary);
	margin: clamp(2rem, 5vw, 3.5rem) 0 1.5rem;
	line-height: 1.18;
	font-weight: 500;
	position: relative;
	padding-bottom: 1.7rem;
	margin-top: 0;
}
.landing-geo__section-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 4.5rem;
	height: 2px;
	background: var(--secondary);
}

.landing-geo__section-lede {
	font-size: 1.05rem;
	color: rgba(30, 41, 59, 0.78);
	max-width: 56rem;
	margin: 0 0 2.6rem;
	line-height: 1.6;
}

.landing-geo__subsection-title {
	font-family: var(--main-font);
	font-size: clamp(1.15rem, 2vw, 1.35rem);
	color: var(--primary);
	margin: clamp(1.4rem, 3vw, 2rem) 0 0.5rem;
	line-height: 1.3;
	font-weight: 500;
}

.landing-geo__list {
	padding-left: 1.3rem;
	margin: 0.4rem 0 1rem;
	line-height: 1.7;
	color: rgba(30, 41, 59, 0.85);
	list-style: none;
}
.landing-geo__list li {
	margin-bottom: 0.4rem;
	position: relative;
	padding-left: 0.3rem;
}
.landing-geo__list li::before {
	content: "";
	position: absolute;
	left: -0.9rem;
	top: 0.65rem;
	width: 0.4rem;
	height: 1px;
	background: var(--secondary);
}

.landing-geo__why-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.1rem;
	margin: 1.6rem 0 1.2rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
	.landing-geo__why-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
	.landing-geo__why-cards { grid-template-columns: 1fr; gap: 0; }
}

.landing-geo__why-card {
	background: var(--primary);
	color: #ffffff;
	border: 0;
	border-radius: 0;
	overflow: hidden;
	box-shadow: var(--lg-shadow-soft);
	display: flex;
	flex-direction: column;
}

.landing-geo__why-card .landing-geo__why-img { order: 1; }
.landing-geo__why-card h3 { order: 2; }
.landing-geo__why-card p { order: 3; }

.landing-geo__why-img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}
.landing-geo__why-card h3 {
	margin: 2rem 2.4rem 1rem;
	font-family: var(--main-font);
	font-size: 1.88rem;
	color: #ffffff;
	font-weight: 500;
	line-height: 1.2;
}
.landing-geo__why-card h3 strong,
.landing-geo__why-card h3 b,
.landing-geo__why-card h3 em,
.landing-geo__why-card h3 i {
	color: var(--secondary);
}
.landing-geo__why-card p {
	margin: 1.4rem 2.4rem 2.4rem;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.98rem;
	line-height: 1.65;
}
.landing-geo__why-card:not(:has(.landing-geo__why-img)) h3 { margin-top: 2rem; }

@media (min-width: 1024px) {
	.landing-geo__why-cards { grid-template-columns: repeat(4, 1fr); gap: 0; }

	.landing-geo__why-card {
		box-shadow: none;
		border-right: 1px solid rgba(255, 255, 255, 0.08);
		justify-content: flex-start;
	}
	.landing-geo__why-card:last-child {
		border-right: 0;
	}

	.landing-geo__why-img {
		aspect-ratio: 4 / 4;
		margin: 0;
		height: 100%;
		object-fit: cover;
	}
	.landing-geo__why-card h3 {
		margin: 2.2rem 2.4rem 0;
		font-size: clamp(1.2rem, 1.8vw, 1.8rem);
		line-height: 1.25;
	}
	.landing-geo__why-card p {
		margin: 1.4rem 2.4rem 2.2rem;
		font-size: 0.98rem;
		line-height: 1.6;
	}


	.landing-geo__why-card:nth-child(even) h3 { order: 1; margin-top: 2.2rem; }
	.landing-geo__why-card:nth-child(even) p  { order: 2; margin-bottom: 2.2rem; }
	.landing-geo__why-card:nth-child(even) .landing-geo__why-img { order: 3; }

}

.landing-geo__video-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.4rem;
	margin: 1.6rem 0;
}
@media (min-width: 768px) {
	.landing-geo__video-grid { grid-template-columns: repeat(2, 1fr); }
}
.landing-geo__video-wrap {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: var(--lg-radius);
	background: linear-gradient(135deg, var(--primary), #2d3f5b 60%, var(--secondary) 140%);
	box-shadow: var(--lg-shadow);
}
.landing-geo__video-wrap iframe {
	position: absolute; inset: 0;
	width: 100%; height: 100%;
	border: 0;
}
.landing-geo__video-placeholder {
	position: absolute; inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	text-align: center;
	padding: 1.5rem;
}
.landing-geo__video-placeholder strong {
	font-family: var(--main-font);
	font-size: 1.1rem;
	font-weight: 500;
}
.landing-geo__video-placeholder-icon {
	width: 3rem;
	height: 3rem;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.8rem;
	opacity: 0.85;
}
.landing-geo__video-caption {
	font-family: var(--main-font);
	font-style: italic;
	font-size: 0.92rem;
	color: rgba(30, 41, 59, 0.65);
	text-align: center;
	margin: 0.7rem 0 0;
}

.comparison-table {
	margin: clamp(1.8rem, 4vw, 3rem) 0;
}
.comparison-table__header-area {
	margin-bottom: 1.2rem;
}
.comparison-table__title {
	font-family: var(--main-font);
	font-size: clamp(1.5rem, 2.8vw, 2rem);
	color: var(--primary);
	margin: 0 0 0.5rem;
	line-height: 1.2;
	font-weight: 500;
	position: relative;
	padding-bottom: 0.7rem;
}
.comparison-table__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 3rem;
	height: 2px;
	background: var(--secondary);
}
.comparison-table__description {
	color: rgba(30, 41, 59, 0.78);
	max-width: 56rem;
	margin: 0 0 0.8rem;
	line-height: 1.6;
}
.comparison-table__scroll {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: var(--lg-radius);
	box-shadow: var(--lg-shadow);
	background: #ffffff;
}
.comparison-table__table {
	width: 100%;
	min-width: 40rem;
	border-collapse: collapse;
	font-family: var(--main-font);
	font-size: 0.92rem;
	background: #ffffff;
}
.comparison-table__head {
	background: var(--primary);
	color: #ffffff;
}
.comparison-table__th {
	text-align: left;
	padding: 0.95rem 1rem;
	font-weight: 500;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	vertical-align: top;
	font-family: var(--main-font);
}
.comparison-table__row > th,
.comparison-table__cell {
	padding: 0.85rem 1rem;
	border-bottom: 1px solid var(--lg-table-border);
	vertical-align: top;
	line-height: 1.55;
}
.comparison-table__row > th {
	font-family: var(--main-font);
	font-weight: 500;
	font-size: 0.98rem;
	color: var(--primary);
	background: rgba(30, 41, 59, 0.02);
	text-align: left;
	border-right: 1px solid var(--lg-table-border);
}
.comparison-table__row:nth-child(even) > .comparison-table__cell {
	background: var(--lg-table-stripe);
}
.comparison-table__row--highlight > th,
.comparison-table__row--highlight > .comparison-table__cell {
	background: var(--lg-highlight-bg);
	border-bottom-color: rgba(202, 149, 0, 0.25);
	font-weight: 500;
}
.comparison-table__row--highlight > th {
	box-shadow: inset 3px 0 0 var(--secondary);
	color: var(--primary);
}

.comparison-table__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.1rem;
	height: 1.1rem;
	margin-right: 0.45rem;
	vertical-align: -0.2rem;
	flex-shrink: 0;
}
.comparison-table__icon svg {
	width: 100%;
	height: 100%;
}
.comparison-table__cell--check .comparison-table__icon { color: var(--lg-check); }
.comparison-table__cell--cross .comparison-table__icon { color: var(--lg-cross); }
.comparison-table__cell--partial .comparison-table__icon { color: var(--lg-partial); }

.comparison-table__pill {
	display: inline-block;
	background: var(--secondary);
	color: #ffffff;
	padding: 0.15rem 0.6rem;
	border-radius: 999px;
	font-size: 0.7rem;
	font-weight: 500;
	margin-left: 0.4rem;
	vertical-align: middle;
	letter-spacing: 0.04em;
	font-family: var(--main-font);
}

.comparison-table__legend {
	font-family: var(--main-font);
	font-style: italic;
	font-size: 0.85rem;
	color: rgba(30, 41, 59, 0.65);
	margin: 0.8rem 0 0;
	line-height: 1.55;
}

.traveller-type {
	margin: clamp(1.8rem, 4vw, 3rem) 0;
	margin-top: 0;
	padding-top: 0;
}

.landing-geo .traveller-type:not(.comparison-tabs) {
	background: var(--lightgray);
	padding-top: clamp(2.4rem, 5vw, 4rem);
	padding-bottom: clamp(2.4rem, 5vw, 4rem);
	margin-top: clamp(2rem, 4vw, 3.5rem);
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.traveller-type__tablist {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	border-bottom: 1px solid var(--lg-table-border);
	margin-bottom: 1.2rem;
	padding-bottom: 1.6rem;
}
.traveller-type__tab {
	background: transparent;
	border: 1px solid var(--lg-table-border);
	color: var(--primary);
	padding: 0.65rem 1.2rem;
	border-radius: 2rem;
	font-family: var(--main-font);
	font-size: 1.02rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	cursor: pointer;
	transition: background var(--anim--hover-time) var(--anim--hover-ease),
	            color var(--anim--hover-time) var(--anim--hover-ease),
	            border-color var(--anim--hover-time) var(--anim--hover-ease);
}
.traveller-type__tab:hover {
	border-color: var(--secondary);
	color: #ffffff;
}
.traveller-type__tab[aria-selected="true"] {
	background: var(--primary);
	color: #ffffff;
	border-color: var(--primary);
}
.traveller-type__panel { display: none; }
.traveller-type__panel.is-active { display: block; }
.traveller-type__panel-description {
	color: rgba(30, 41, 59, 0.78);
	margin: 0 0 1rem;
	line-height: 1.6;
}
.traveller-type__accordion-trigger { display: none; }

@media (max-width: 767.98px) {
	.traveller-type__tablist { display: none; }
	.traveller-type__panel {
		display: block;
		border-bottom: 1px solid var(--lg-table-border);
	}
	.traveller-type__accordion-trigger {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 0.9rem 0;
		background: transparent;
		border: 0;
		font-family: var(--main-font);
		font-size: 1.1rem;
		font-weight: 500;
		color: var(--primary);
		cursor: pointer;
		text-align: left;
	}
	.traveller-type__accordion-trigger::after {
		content: "";
		width: 0.7rem;
		height: 0.7rem;
		border-right: 1.5px solid var(--secondary);
		border-bottom: 1.5px solid var(--secondary);
		transform: rotate(45deg);
		transition: transform var(--anim--hover-time) var(--anim--hover-ease);
	}
	.traveller-type__panel.is-active .traveller-type__accordion-trigger::after {
		transform: rotate(-135deg);
	}
	.traveller-type__panel-body { display: none; padding-bottom: 1rem; }
	.traveller-type__panel.is-active .traveller-type__panel-body { display: block; }
}

.landing-geo__villas-block {
	background:
		linear-gradient(135deg, rgba(202, 149, 0, 0.08), transparent 50%),
		linear-gradient(135deg, var(--primary) 0%, #2d3f5b 100%);
	color: #ffffff;
	border-radius: var(--lg-radius);
	padding: clamp(1.8rem, 4vw, 3.2rem);
	position: relative;
	overflow: hidden;
	margin: clamp(1.6rem, 4vw, 2.4rem) 0;
}
.landing-geo__villas-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.35;
	z-index: 0;
}
.landing-geo__villas-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(110deg, rgba(30, 41, 59, 0.92) 0%, rgba(30, 41, 59, 0.65) 50%, rgba(30, 41, 59, 0.35) 100%),
		radial-gradient(circle at 85% 15%, rgba(202, 149, 0, 0.25), transparent 55%);
	z-index: 1;
	pointer-events: none;
}
.landing-geo__villas-content { position: relative; z-index: 2; }
.landing-geo__villas-block h1,
.landing-geo__villas-block h2,
.landing-geo__villas-block h3 {
	color: #ffffff;
	font-family: var(--main-font);
	font-weight: 500;
}
.landing-geo__villas-block h2 {
	font-size: clamp(1.6rem, 3.2vw, 3.2rem);
	margin: 0 0 1rem;
	padding-bottom: 0.7rem;
	position: relative;
}
.landing-geo__villas-block h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 3rem;
	height: 2px;
	background: var(--secondary);
}
.landing-geo__villas-block p {
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.02rem;
	line-height: 1.6;
}

.landing-geo__villas-features {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin: 1.6rem 0;
}
@media (min-width: 640px) {
	.landing-geo__villas-features { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
	.landing-geo__villas-features { grid-template-columns: repeat(3, 1fr); }
}
.landing-geo__villas-feature {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	padding: 2rem 2rem;
	border-radius: var(--lg-radius);
	color: #ffffff;
}
.landing-geo__villas-feature strong {
	display: block;
	font-family: var(--main-font);
	margin-bottom: 0.3rem;
	font-size: 1.22rem;
	font-weight: bold;
}
.landing-geo__villas-feature span {
	font-size: 0.92rem;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.55;
}

.landing-geo__villas-block .landing-geo-hero__cta--primary {
	background: var(--secondary);
	border-color: var(--secondary);
	font-weight: bold;
	margin-top: 2rem;
}
.landing-geo__villas-block .landing-geo-hero__cta--primary:hover {
	background: #ffffff;
	color: var(--primary);
}

.landing-geo__property-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.4rem;
	margin: 1.6rem 0;
}
@media (min-width: 768px) {
	.landing-geo__property-grid { grid-template-columns: repeat(2, 1fr); }
}
.landing-geo__property-card {
	background: #ffffff;
	border: 1px solid var(--lg-table-border);
	border-radius: var(--lg-radius);
	overflow: hidden;
	box-shadow: var(--lg-shadow-soft);
	display: flex;
	flex-direction: column;
	transition: box-shadow var(--anim--hover-time) var(--anim--hover-ease),
	            transform var(--anim--hover-time) var(--anim--hover-ease);
}
.landing-geo__property-card:hover {
	box-shadow: var(--lg-shadow);
	transform: translateY(-3px);
}
.landing-geo__property-img {
	aspect-ratio: 16 / 10;
	background:
		linear-gradient(135deg, rgba(202, 149, 0, 0.15), transparent 60%),
		linear-gradient(135deg, var(--primary), #2d3f5b);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1.4rem;
	color: #ffffff;
	font-family: var(--main-font);
	font-weight: 500;
	font-size: 1.15rem;
	line-height: 1.3;
	position: relative;
}
.landing-geo__property-img-real {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}
.landing-geo__property-img::after {
	content: "";
	position: absolute;
	bottom: 1rem; left: 50%;
	transform: translateX(-50%);
	width: 2.5rem; height: 2px;
	background: var(--secondary);
}
.landing-geo__property-img small {
	display: block;
	font-family: var(--main-font);
	font-weight: 400;
	font-style: italic;
	font-size: 0.85rem;
	margin-top: 0.35rem;
	color: rgba(255, 255, 255, 0.75);
}
.landing-geo__property-body {
	padding: 1.3rem 1.5rem 1.4rem;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}
.landing-geo__property-body h3 {
	font-family: var(--main-font);
	margin: 0;
	color: var(--primary);
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.3;
}
.landing-geo__property-body p {
	margin: 0;
	color: rgba(30, 41, 59, 0.78);
	font-size: 0.95rem;
	line-height: 1.6;
}
.landing-geo__property-meta {
	font-family: var(--main-font);
	font-size: 0.82rem !important;
	color: var(--secondary) !important;
	padding-top: 0.7rem;
	border-top: 1px solid var(--lg-table-border);
	margin-top: 0.7rem !important;
	letter-spacing: 0.02em;
	font-weight: 500;
}
.landing-geo__property-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0.6rem 0 0;
	font-size: 0.85rem;
	font-family: var(--main-font);
}
.landing-geo__property-table th,
.landing-geo__property-table td {
	padding: 0.5rem 0.6rem;
	border-bottom: 1px solid var(--lg-table-border);
	text-align: left;
}
.landing-geo__property-table thead th {
	color: var(--primary);
	font-weight: 500;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.landing-geo__callout {
	position: relative;
	background: transparent;
	border-top: 1px solid rgba(202, 149, 0, 0.55);
	border-bottom: 1px solid rgba(202, 149, 0, 0.55);
	border-radius: 0;
	padding: 2.25rem 1.25rem 2rem;
	margin: 3rem auto;
	max-width: 68rem;
	font-family: var(--main-font);
	font-size: 0.92rem;
	line-height: 1.85;
	color: rgba(30, 41, 59, 0.78);
	letter-spacing: 0.005em;
	text-align: center;
	word-spacing: 0.04em;
}

.landing-geo__callout::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	width: 11px;
	height: 11px;
	transform: translateX(-50%) rotate(45deg);
	background: var(--secondary);
}

.landing-geo__callout strong {
	display: block;
	font-family: var(--alt-font);
	color: var(--secondary);
	font-weight: 600;
	font-size: 3.72rem;
	text-transform: uppercase;
	margin-bottom: 0.65rem;
	font-weight: bold;
	font-style: italic;
	text-transform: capitalize;
}
.landing-geo__callout strong::after {
	content: '';
	display: block;
	width: 1.5rem;
	height: 1px;
	background: var(--secondary);
	margin: 0.65rem auto 0;
}
@media (min-width: 768px) {
	.landing-geo__callout {padding: 2.5rem 2rem 2.25rem;font-size: 0.95rem;margin-bottom: 0;}
}
.a11y-mode .landing-geo__callout {
	color: var(--primary);
	border-color: var(--secondary);
}

.landing-geo__methodology {
	background: #ffffff;
	border: 1px solid var(--lg-table-border);
	border-left: 3px solid var(--secondary);
	padding: 1.4rem 1.6rem;
	border-radius: 0 var(--lg-radius) var(--lg-radius) 0;
	font-size: 0.92rem;
	color: rgba(30, 41, 59, 0.78);
	line-height: 1.65;
	box-shadow: var(--lg-shadow-soft);
}
.landing-geo__methodology h3 {
	font-family: var(--main-font);
	font-size: 1.05rem;
	color: var(--primary);
	margin: 1.1rem 0 0.4rem;
	font-weight: 500;
}
.landing-geo__methodology h3:first-child { margin-top: 0; }
.landing-geo__methodology a {
	color: var(--secondary);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color var(--anim--hover-time) var(--anim--hover-ease);
}
.landing-geo__methodology a:hover {
	border-bottom-color: var(--secondary);
}

.resort-comparison {
	margin: 0;
	padding-top: 0;
}
.resort-comparison__header {
	margin-bottom: 2.9rem;
}
.resort-comparison__title {
	font-size: clamp(1.6rem, 3vw, 3.2rem);
	color: var(--primary);
	margin: 2rem 0 1.5rem;
	line-height: 1.18;
	position: relative;
	padding-bottom: 0.7rem;
}
.resort-comparison__title::after {
	content: "";
	position: absolute;
	left: 0; bottom: 0;
	width: 3rem; height: 2px;
	background: var(--secondary);
}
.resort-comparison__description {
	color: rgba(30, 41, 59, 0.78);
	max-width: 58rem;
	margin: 0 0 0.6rem;
	line-height: 1.6;
}
.resort-comparison__legend {
	font-size: 0.85rem;
	color: rgba(30, 41, 59, 0.6);
	margin: 1rem 0 0;
	line-height: 1.55;
}

.resort-comparison__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.2rem;
	margin: 1.2rem 0;
}
@media (min-width: 720px) {
	.resort-comparison__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1180px) {
	.resort-comparison__grid { grid-template-columns: repeat(3, 1fr); }
}

.resort-comparison__layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.4rem;
	margin: 1.2rem 0;
	align-items: stretch;
}
@media (min-width: 900px) {
	.resort-comparison__layout {
		grid-template-columns: 28rem minmax(0, 1fr);
		gap: 1.6rem;
	}
}

.resort-comparison__featured-col { position: relative; display: flex; }
.resort-comparison__featured-col .resort-card { width: 100%; height: 100%; }

.resort-comparison__slider {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}
.resort-comparison__slider-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
	padding-bottom: 0.2rem;
}
.resort-comparison__slider-count {
	margin: 0;
	font-family: var(--main-font);
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(30, 41, 59, 0.6);
	font-weight: 500;
}
.resort-comparison__slider-current { color: var(--primary); font-weight: 600; }
.resort-comparison__slider-divider { margin: 0 0.25rem; opacity: 0.5; }

.resort-comparison__slider-nav {
	display: inline-flex;
	gap: 0.4rem;
}
.resort-comparison__slider-arrow {
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 999px;
	border: 1px solid var(--primary);
	background: transparent;
	color: var(--primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background var(--anim--hover-time) var(--anim--hover-ease),
	            color var(--anim--hover-time) var(--anim--hover-ease),
	            border-color var(--anim--hover-time) var(--anim--hover-ease),
	            opacity var(--anim--hover-time) var(--anim--hover-ease);
	padding: 0;
}
.resort-comparison__slider-arrow:hover {
	background: var(--primary);
	color: #ffffff;
}
.resort-comparison__slider-arrow[disabled] {
	opacity: 0.3;
	pointer-events: none;
	cursor: not-allowed;
}

.resort-comparison__slider-track {
	display: flex;
	gap: 1rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 0.4rem;
	scrollbar-width: thin;
	scrollbar-color: rgba(30, 41, 59, 0.3) transparent;
}
.resort-comparison__slider-track::-webkit-scrollbar { height: 6px; }
.resort-comparison__slider-track::-webkit-scrollbar-thumb {
	background: rgba(30, 41, 59, 0.25);
	border-radius: 999px;
}
.resort-comparison__slider-track::-webkit-scrollbar-thumb:hover { background: var(--secondary); }
.resort-comparison__slider-track::-webkit-scrollbar-track { background: transparent; }

.resort-comparison__slider-track .resort-card {
	flex: 0 0 auto;
	width: clamp(17rem, 75vw, 22rem);
	scroll-snap-align: start;
}
.resort-comparison__slider-track .resort-card:first-child { scroll-snap-align: start; }
.resort-comparison__slider-track .resort-card:last-child { margin-right: 0.4rem; }

.resort-card {
	background: #ffffff;
	border: 1px solid var(--lg-table-border);
	border-radius: var(--lg-radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: var(--lg-shadow-soft);
	transition: box-shadow var(--anim--hover-time) var(--anim--hover-ease),
	            transform var(--anim--hover-time) var(--anim--hover-ease),
	            border-color var(--anim--hover-time) var(--anim--hover-ease);
}
.resort-card:hover {
	box-shadow: var(--lg-shadow);
	transform: translateY(-3px);
}

.resort-card--featured {
	border-color: var(--secondary);
	position: relative;
	border-width: 0;
	background: #ffffff;
	box-shadow: 0 8px 32px rgba(202, 149, 0, 0.18);
}
.resort-card--featured::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: var(--lg-radius);
	pointer-events: none;
	box-shadow: inset 0 0 0 2px var(--secondary);
	z-index: 1;
}

.resort-card--featured .resort-card__media--featured {

	aspect-ratio: 16/9.8;
}

.resort-card--featured .resort-card__img--featured {

}

.resort-card--featured .resort-card__monogram--featured {
	font-size: clamp(2.4rem, 6vw, 3.6rem);
	color: var(--secondary);
}

.resort-card--featured .resort-card__badge--featured {
	background: var(--secondary);
	color: #ffffff;
	letter-spacing: 0.14em;
	padding: 0.35rem 0.85rem;
	box-shadow: 0 2px 8px rgba(202, 149, 0, 0.35);
}

.resort-card--featured .resort-card__body--featured {

}

.resort-card--featured .resort-card__head--featured {

}

.resort-card--featured .resort-card__name--featured {
	font-family: var(--alt-font);
	font-style: italic;
	font-weight: 500;
	color: var(--primary);
	font-size: clamp(2.25rem, 3vw, 2.5rem);
}

.resort-card--featured .resort-card__pill--featured {
	background: var(--secondary);
	color: #ffffff;
	letter-spacing: 0.06em;
}

.resort-card--featured .resort-card__specs--featured {

}

.resort-card--featured .resort-card__spec--featured {
	border-bottom-color: rgba(202, 149, 0, 0.18);
}

.resort-card--featured .resort-card__spec-label--featured {
	color: var(--secondary);
	letter-spacing: 0.1em;
	font-weight: 600;
}

.resort-card--featured .resort-card__spec-value--featured {
	color: var(--primary);
	font-weight: 500;
}

.resort-card--featured .resort-card__spec--check .resort-card__icon { color: var(--secondary); }
.resort-card--featured .resort-card__spec--check .resort-card__spec-value { color: var(--primary); font-weight: 500; }
.resort-card--featured .resort-card__spec--cross .resort-card__icon { color: rgba(185, 74, 72, 0.85); }
.resort-card--featured .resort-card__spec--partial .resort-card__icon { color: var(--lg-partial); }

.resort-card--slide {
	box-shadow: var(--lg-shadow-soft);
	background: #fafbfc;
	border-color: rgba(30, 41, 59, 0.08);
	position: relative;
}
.resort-card--slide .resort-card__spec--cross .resort-card__icon { color: rgba(30, 41, 59, 0.35); }
.resort-card--slide .resort-card__spec--cross .resort-card__spec-value { color: rgba(30, 41, 59, 0.5); }
.resort-card--slide .resort-card__spec--cross .resort-card__spec-label { color: rgba(30, 41, 59, 0.45); }
.resort-card--slide .resort-card__spec--check .resort-card__icon { color: rgba(44, 138, 74, 0.7); }
.resort-card--slide .resort-card__spec--partial .resort-card__icon { color: rgba(184, 134, 11, 0.7); }

.resort-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	background:
		linear-gradient(135deg, rgba(202, 149, 0, 0.12), transparent 60%),
		linear-gradient(135deg, var(--primary), #2d3f5b);
	overflow: hidden;
}
.resort-card__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.resort-card__monogram {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--alt-font);
	font-style: italic;
	font-weight: 500;
	font-size: clamp(2rem, 5vw, 3rem);
	color: rgba(255, 255, 255, 0.85);
	letter-spacing: 0.05em;
}
.resort-card__badge {
	position: absolute;
	top: 0.8rem;
	left: 0.8rem;
	background: var(--secondary);
	color: #ffffff;
	font-size: 0.7rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 0.3rem 0.7rem;
	border-radius: 999px;
	z-index: 2;
}

.resort-card__body {
	padding: 1.2rem 1.4rem 1.4rem;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	flex: 1;
}
.resort-card__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem 0.6rem;
}
.resort-card__name {
	font-size: 1.78rem;
	color: var(--primary);
	margin: 0 0 1rem;
	line-height: 1.25;
	flex: 1 1 auto;
	min-width: 0;
}
.resort-card__pill {
	display: inline-block;
	background: rgba(30, 41, 59, 1);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	padding: 0.2rem 0.6rem;
	border-radius: 999px;
	position: absolute;
	right: 1rem;
	top: 1rem;
	z-index: 1;
}
.resort-card--featured .resort-card__pill {
	background: var(--secondary);
	color: #ffffff;
}

.resort-card__specs {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 0;
}
.resort-card__spec {
	display: grid;
	grid-template-columns: 7.5rem 1fr;
	gap: 0.4rem 0.9rem;
	align-items: baseline;
	font-size: 0.9rem;
	line-height: 1.45;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid var(--lg-table-border);
}
.resort-card__spec:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
@media (max-width: 519.98px) {
	.resort-card__spec {
		grid-template-columns: 1fr;
		gap: 0.1rem;
	}
}
.resort-card__spec-label {
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(30, 41, 59, 0.55);
	margin: 0;
	font-weight: 500;
}
.resort-card__spec-value {
	margin: 0;
	color: rgba(30, 41, 59, 0.88);
	display: flex;
	align-items: baseline;
	gap: 0.4rem;
	flex-wrap: wrap;
}
.resort-card__spec--check .resort-card__spec-value { color: rgba(30, 41, 59, 0.92); }
.resort-card__spec--cross .resort-card__spec-value { color: rgba(30, 41, 59, 0.55); }
.resort-card__spec--partial .resort-card__spec-value { color: rgba(30, 41, 59, 0.78); }

.resort-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	flex-shrink: 0;
	align-self: center;
}
.resort-card__icon svg { width: 100%; height: 100%; }
.resort-card__icon--check   { color: var(--lg-check); }
.resort-card__icon--cross   { color: var(--lg-cross); }
.resort-card__icon--partial { color: var(--lg-partial); }

.resort-comparison__grid--compact { gap: 0.9rem; }
.resort-card--compact .resort-card__media { aspect-ratio: 4 / 1; }
.resort-card--compact .resort-card__monogram { font-size: clamp(1.4rem, 3vw, 1.8rem); }
.resort-card--compact .resort-card__body { padding: 1rem 1.2rem 1.2rem; }
.resort-card--compact .resort-card__name { font-size: 1.05rem; }
.resort-card--compact .resort-card__spec { font-size: 0.86rem; grid-template-columns: 6rem 1fr; }
@media (max-width: 519.98px) {
	.resort-card--compact .resort-card__spec { grid-template-columns: 1fr; }
}

.landing-geo__deep-dives {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin: 1.4rem 0;
}
@media (min-width: 768px) {
	.landing-geo__deep-dives { grid-template-columns: repeat(3, 1fr); }
}
.landing-geo__deep-dive {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 1.4rem 1.4rem 1.3rem;
	background: #ffffff;
	border: 1px solid var(--lg-table-border);
	border-left: 3px solid var(--secondary);
	border-radius: var(--lg-radius);
	text-decoration: none;
	color: inherit;
	box-shadow: var(--lg-shadow-soft);
	transition: box-shadow var(--anim--hover-time) var(--anim--hover-ease),
	            transform var(--anim--hover-time) var(--anim--hover-ease),
	            border-color var(--anim--hover-time) var(--anim--hover-ease);
	position: relative;
}
.landing-geo__deep-dive:hover {
	box-shadow: var(--lg-shadow);
	transform: translateY(-2px);
	border-left-color: var(--primary);
}
.landing-geo__deep-dive h3 {
	margin: 0;
	font-size: 1.1rem;
	color: var(--primary);
	line-height: 1.3;
}
.landing-geo__deep-dive p {
	margin: 0;
	color: rgba(30, 41, 59, 0.75);
	font-size: 0.92rem;
	line-height: 1.55;
}
.landing-geo__deep-dive-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: var(--lightgold);
	color: var(--secondary);
	font-weight: 600;
	margin-top: 0.5rem;
	transition: background var(--anim--hover-time) var(--anim--hover-ease),
	            color var(--anim--hover-time) var(--anim--hover-ease);
}
.landing-geo__deep-dive:hover .landing-geo__deep-dive-arrow {
	background: var(--secondary);
	color: #ffffff;
}

.a11y-mode .landing-geo {
	--lg-table-stripe: rgba(30, 41, 59, 0.06);
	--lg-highlight-bg: rgba(202, 149, 0, 0.18);
}
.a11y-mode .comparison-table__table,
.a11y-mode .comparison-table__row > th,
.a11y-mode .comparison-table__cell {
	border-bottom-color: rgba(30, 41, 59, 0.35);
}
.a11y-mode .landing-geo-hero::before { display: none; }
.a11y-mode .landing-geo__villas-block::before { display: none; }

.property-cards-section__grid {
	row-gap: 2rem;
}

.property-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border-radius: 0.75rem;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(30, 41, 59, 0.06), 0 8px 24px rgba(30, 41, 59, 0.06);
	height: 100%;
	transition: transform var(--anim--hover-time, 200ms) var(--anim--hover-ease, ease),
	            box-shadow var(--anim--hover-time, 200ms) var(--anim--hover-ease, ease);
}
.property-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(30, 41, 59, 0.08), 0 16px 40px rgba(30, 41, 59, 0.10);
}

.property-card__media {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--lightgray, #f5f5f5);
	text-decoration: none;
}
.property-card__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 600ms ease;
}
.property-card:hover .property-card__img {
	transform: scale(1.03);
}

.property-card__tag {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	display: inline-flex;
	align-items: center;
	padding: 0.25rem 0.75rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.4;
	background: var(--primary);
	color: #ffffff;
}
.property-card__tag--secondary { background: var(--secondary); color: #ffffff; }
.property-card__tag--accent    { background: var(--lightgold, #f3e6b8); color: var(--primary); }
.property-card__tag--neutral   { background: rgba(30, 41, 59, 0.08); color: var(--primary); }

.property-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1.25rem 1.25rem 1.5rem;
	flex: 1;
}

.property-card__header {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}
.property-card__title {
	margin: 0;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 600;
	color: var(--primary);
}
.property-card__title a {
	color: inherit;
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
	background-size: 0 1px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	transition: background-size 240ms ease;
}
.property-card__title a:hover { background-size: 100% 1px; }

.property-card__subtitle {
	margin: 0;
	font-size: 0.875rem;
	color: var(--secondary);
	font-weight: 500;
	letter-spacing: 0.02em;
}

.property-card__description {
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(30, 41, 59, 0.85);
}
.property-card__description > p:first-child { margin-top: 0; }
.property-card__description > p:last-child  { margin-bottom: 0; }

.property-card__meta {
	position: relative;
	margin: 0.25rem 0 0;
	padding: 0.85rem 0 0;
	border-top: 1px solid rgba(202, 149, 0, 0.45);
	background: transparent;
	font-family: var(--main-font);
	font-size: 0.78rem;
	line-height: 1.6;
	color: rgba(30, 41, 59, 0.7);
	letter-spacing: 0.015em;
}
.property-card__meta::before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	background: var(--secondary);
}

.property-card__cta {
	align-self: flex-start;
	margin-top: auto;
}

@media (min-width: 992px) {
	.property-cards-section__grid { row-gap: 2.5rem; }
}
