/* Sawmill Ridge — cinematic property explorer, isolated from Elementor. */

body.page-id-1695 .property-explorer {
	--map-pine: #14231c;
	--map-pine-deep: #0e1d17;
	--map-paper: #faf7ef;
	--map-limestone: #f0ede5;
	--map-charcoal: #20211d;
	--map-olive: #62634f;
	--map-sage: #8b9a7a;
	--map-gold: #ad8952;
	--map-gold-light: #d2b57d;
	--map-copper: #b6704b;
	--map-border-light: rgba(240, 237, 229, .2);
	--map-border-dark: rgba(32, 33, 29, .16);
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	padding: clamp(88px, 10vw, 152px) clamp(18px, 4vw, 64px) 46px;
	color: var(--map-paper);
	background:
		radial-gradient(circle at 12% 18%, rgba(173, 137, 82, .1), transparent 31%),
		linear-gradient(145deg, #172a21 0%, var(--map-pine-deep) 56%, #101b16 100%);
	font-family: "Futra BT M", "Futura Heavy", Futura, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	isolation: isolate;
}

body.page-id-1695 .property-explorer::before,
body.page-id-1695 .property-explorer::after {
	position: absolute;
	z-index: -1;
	content: "";
	pointer-events: none;
}

body.page-id-1695 .property-explorer::before {
	inset: 0;
	background-image:
		linear-gradient(rgba(210, 181, 125, .025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(210, 181, 125, .025) 1px, transparent 1px);
	background-size: 58px 58px;
	mask-image: linear-gradient(to bottom, transparent, #000 17%, #000 82%, transparent);
}

body.page-id-1695 .property-explorer::after {
	top: -26vw;
	right: -17vw;
	width: min(78vw, 1080px);
	aspect-ratio: 1;
	border: 1px solid rgba(210, 181, 125, .1);
	border-radius: 50%;
	box-shadow:
		0 0 0 11vw rgba(210, 181, 125, .025),
		0 0 0 22vw rgba(210, 181, 125, .018);
}

body.page-id-1695 .property-explorer,
body.page-id-1695 .property-explorer *,
body.page-id-1695 .property-explorer *::before,
body.page-id-1695 .property-explorer *::after {
	box-sizing: border-box;
}

body.page-id-1695 .property-explorer h2,
body.page-id-1695 .property-explorer h3,
body.page-id-1695 .property-explorer p,
body.page-id-1695 .property-explorer dl,
body.page-id-1695 .property-explorer dd,
body.page-id-1695 .property-explorer dt,
body.page-id-1695 .property-explorer ul {
	margin: 0;
}

body.page-id-1695 .property-explorer button,
body.page-id-1695 .property-explorer select,
body.page-id-1695 .property-explorer a {
	font: inherit;
}

body.page-id-1695 .property-explorer button,
body.page-id-1695 .property-explorer select {
	-webkit-appearance: none;
	appearance: none;
}

body.page-id-1695 .property-explorer button {
	border-radius: 0;
}

body.page-id-1695 .property-explorer [hidden] {
	display: none !important;
}

body.page-id-1695 .property-explorer .sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
}

body.page-id-1695 .property-explorer__aura {
	position: absolute;
	top: 19%;
	left: 50%;
	z-index: -1;
	width: 92vw;
	height: 55vw;
	max-height: 860px;
	background: radial-gradient(ellipse, rgba(173, 137, 82, .08), transparent 67%);
	filter: blur(25px);
	transform: translateX(-50%);
	pointer-events: none;
}

body.page-id-1695 .property-explorer__intro {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr);
	gap: clamp(52px, 8vw, 132px);
	align-items: end;
	width: min(100%, 1450px);
	margin: 0 auto clamp(50px, 6vw, 88px);
}

body.page-id-1695 .property-explorer__kicker {
	display: flex;
	gap: 24px;
	align-items: center;
	margin-bottom: 23px !important;
	color: var(--map-gold-light);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .24em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__kicker span:first-child {
	display: flex;
	gap: 13px;
	align-items: center;
}

body.page-id-1695 .property-explorer__kicker span:first-child::before {
	width: 38px;
	height: 1px;
	content: "";
	background: currentColor;
}

body.page-id-1695 .property-explorer__kicker span + span {
	color: rgba(250, 247, 239, .46);
}

body.page-id-1695 .property-explorer__intro h2 {
	max-width: 900px;
	color: var(--map-paper);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(50px, 6.25vw, 96px);
	font-weight: 400;
	line-height: .92;
	letter-spacing: -.052em;
	text-wrap: balance;
}

body.page-id-1695 .property-explorer__lede {
	max-width: 760px;
	margin-top: 30px !important;
	color: rgba(250, 247, 239, .68);
	font-size: clamp(15px, 1.4vw, 19px);
	line-height: 1.7;
}

body.page-id-1695 .property-explorer__facts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-self: end;
	border-block: 1px solid var(--map-border-light);
}

body.page-id-1695 .property-explorer__facts div {
	display: flex;
	min-height: 110px;
	padding: 21px 17px 19px;
	flex-direction: column;
	justify-content: center;
}

body.page-id-1695 .property-explorer__facts div + div {
	border-left: 1px solid var(--map-border-light);
}

body.page-id-1695 .property-explorer__facts dt {
	color: var(--map-paper);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(25px, 2.3vw, 37px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: -.035em;
}

body.page-id-1695 .property-explorer__facts dd {
	margin-top: 8px;
	color: rgba(250, 247, 239, .5);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__instrument {
	position: relative;
	width: min(100%, 1536px);
	min-height: 760px;
	overflow: hidden;
	margin: 0 auto;
	background: var(--map-pine);
	border: 1px solid rgba(210, 181, 125, .42);
	box-shadow:
		0 42px 110px rgba(0, 0, 0, .33),
		0 0 0 1px rgba(240, 237, 229, .025) inset;
}

body.page-id-1695 .property-explorer__instrument::before {
	position: absolute;
	inset: 0;
	z-index: 9;
	content: "";
	border: 11px solid rgba(10, 20, 16, .2);
	pointer-events: none;
}

body.page-id-1695 .property-explorer__toolbar {
	position: relative;
	z-index: 20;
	display: flex;
	min-height: 76px;
	padding: 11px 15px 11px 22px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	background: #f3efe5;
	border-bottom: 1px solid rgba(32, 33, 29, .14);
	color: var(--map-charcoal);
}

body.page-id-1695 .property-explorer__identity {
	display: flex;
	min-width: 230px;
	align-items: center;
	gap: 13px;
}

body.page-id-1695 .property-explorer__identity-mark {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	color: var(--map-paper);
	background: var(--map-pine);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	letter-spacing: .08em;
}

body.page-id-1695 .property-explorer__identity > span:last-child {
	display: flex;
	flex-direction: column;
}

body.page-id-1695 .property-explorer__identity strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.15;
}

body.page-id-1695 .property-explorer__identity small {
	margin-top: 4px;
	color: rgba(32, 33, 29, .53);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__toolbar-actions {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	gap: 8px;
}

body.page-id-1695 .property-explorer__mode {
	display: flex;
	padding: 4px;
	background: rgba(32, 33, 29, .065);
}

body.page-id-1695 .property-explorer__mode button {
	display: flex;
	min-width: 78px;
	min-height: 40px;
	padding: 8px 12px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: rgba(32, 33, 29, .58);
	background: transparent;
	border: 0;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
	cursor: pointer;
	transition: color .25s ease, background-color .25s ease, box-shadow .25s ease;
}

body.page-id-1695 .property-explorer__mode button span {
	width: 8px;
	height: 8px;
	background: var(--map-pine);
	border: 1px solid rgba(32, 33, 29, .25);
	border-radius: 50%;
}

body.page-id-1695 .property-explorer__mode button + button span {
	background: var(--map-limestone);
}

body.page-id-1695 .property-explorer__mode button.is-active {
	color: var(--map-charcoal);
	background: #fffdf7;
	box-shadow: 0 3px 11px rgba(32, 33, 29, .08);
}

body.page-id-1695 .property-explorer__filter,
body.page-id-1695 .property-explorer__jump {
	position: relative;
	display: flex;
	min-width: 174px;
	min-height: 48px;
	padding: 7px 42px 6px 14px;
	flex-direction: column;
	justify-content: center;
	background: #fffdf7;
	border: 1px solid rgba(32, 33, 29, .13);
	cursor: pointer;
}

body.page-id-1695 .property-explorer__jump {
	min-width: 128px;
	padding-block: 0;
}

body.page-id-1695 .property-explorer__filter::after,
body.page-id-1695 .property-explorer__jump::after {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 7px;
	content: "";
	border-right: 1px solid var(--map-charcoal);
	border-bottom: 1px solid var(--map-charcoal);
	transform: translateY(-70%) rotate(45deg);
	pointer-events: none;
}

body.page-id-1695 .property-explorer__filter > span {
	position: relative;
	z-index: 1;
	color: rgba(32, 33, 29, .46);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	pointer-events: none;
}

body.page-id-1695 .property-explorer__filter select,
body.page-id-1695 .property-explorer__jump select {
	width: 100%;
	padding: 0;
	color: var(--map-charcoal);
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

body.page-id-1695 .property-explorer__filter select {
	margin-top: 2px;
}

body.page-id-1695 .property-explorer__filter:has(select:disabled) {
	opacity: .46;
	cursor: not-allowed;
}

body.page-id-1695 .property-explorer__filter select:disabled {
	cursor: not-allowed;
}

body.page-id-1695 .property-explorer__expand {
	display: flex;
	min-width: 106px;
	min-height: 48px;
	padding: 9px 15px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: var(--map-paper);
	background: var(--map-pine);
	border: 1px solid var(--map-pine);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color .25s ease, transform .25s ease;
}

body.page-id-1695 .property-explorer__expand span,
body.page-id-1695 .property-explorer__map-controls button:last-child span {
	position: relative;
	width: 13px;
	height: 13px;
	border: 1px solid currentColor;
}

body.page-id-1695 .property-explorer__expand span::before,
body.page-id-1695 .property-explorer__expand span::after {
	position: absolute;
	inset: 3px;
	content: "";
	border-top: 1px solid currentColor;
	border-left: 1px solid currentColor;
}

body.page-id-1695 .property-explorer__expand span::after {
	transform: rotate(180deg);
}

body.page-id-1695 .property-explorer__workspace {
	display: grid;
	grid-template-columns: minmax(0, 1fr) clamp(340px, 27vw, 410px);
	min-height: 660px;
}

body.page-id-1695 .property-explorer__map-column {
	position: relative;
	min-width: 0;
	min-height: 660px;
}

body.page-id-1695 .property-explorer__phases {
	position: absolute;
	top: 22px;
	left: 50%;
	z-index: 18;
	display: grid;
	grid-template-columns: auto repeat(2, minmax(124px, 1fr));
	min-width: 350px;
	overflow: hidden;
	padding: 4px;
	align-items: stretch;
	gap: 1px;
	color: var(--map-paper);
	background: rgba(10, 24, 18, .83);
	border: 1px solid rgba(210, 181, 125, .28);
	box-shadow:
		0 18px 48px rgba(0, 0, 0, .28),
		0 0 0 1px rgba(250, 247, 239, .025) inset;
	backdrop-filter: blur(18px) saturate(1.15);
	transform: translateX(-50%);
}

body.page-id-1695 .property-explorer__phases::after {
	position: absolute;
	right: 7px;
	bottom: 0;
	left: 7px;
	height: 2px;
	content: "";
	background: repeating-linear-gradient(90deg, rgba(210, 181, 125, .38) 0 1px, transparent 1px 12px);
	opacity: .45;
	pointer-events: none;
}

body.page-id-1695 .property-explorer[data-map-mode="survey"] .property-explorer__phases {
	color: var(--map-charcoal);
	background: rgba(244, 240, 230, .9);
	border-color: rgba(32, 33, 29, .2);
	box-shadow: 0 18px 45px rgba(67, 58, 39, .15);
}

body.page-id-1695 .property-explorer__phases-label {
	display: flex;
	min-width: 78px;
	padding: 0 13px 0 9px;
	align-items: center;
	color: rgba(250, 247, 239, .44);
	border-right: 1px solid rgba(250, 247, 239, .1);
	font-size: 6px;
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: .17em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer[data-map-mode="survey"] .property-explorer__phases-label {
	color: rgba(32, 33, 29, .48);
	border-color: rgba(32, 33, 29, .11);
}

body.page-id-1695 .property-explorer__phase {
	position: relative;
	display: grid;
	min-width: 0;
	min-height: 52px;
	overflow: hidden;
	padding: 8px 10px;
	grid-template-columns: 10px 1fr auto;
	align-items: center;
	gap: 9px;
	color: rgba(250, 247, 239, .5);
	background: rgba(250, 247, 239, .035);
	border: 1px solid transparent;
	text-align: left;
	cursor: pointer;
	transition:
		color .28s ease,
		background-color .28s ease,
		border-color .28s ease,
		box-shadow .28s ease;
}

body.page-id-1695 .property-explorer__phase::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: "";
	background: var(--map-gold-light);
	box-shadow: 0 0 11px rgba(210, 181, 125, .72);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .4s cubic-bezier(.22, 1, .36, 1);
}

body.page-id-1695 .property-explorer__phase-status {
	position: relative;
	display: block;
	width: 9px;
	height: 9px;
	border: 1px solid currentColor;
	border-radius: 50%;
	transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

body.page-id-1695 .property-explorer__phase-status::after {
	position: absolute;
	inset: 2px;
	content: "";
	background: currentColor;
	border-radius: 50%;
	opacity: 0;
	transform: scale(.2);
	transition: opacity .25s ease, transform .25s ease;
}

body.page-id-1695 .property-explorer__phase > span:nth-child(2) {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

body.page-id-1695 .property-explorer__phase small {
	font-size: 5px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__phase strong {
	margin-top: 2px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}

body.page-id-1695 .property-explorer__phase em {
	min-width: 22px;
	color: inherit;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1;
	text-align: right;
	opacity: .58;
}

body.page-id-1695 .property-explorer__phase.is-active {
	color: var(--map-charcoal);
	background: rgba(250, 247, 239, .96);
	border-color: rgba(210, 181, 125, .26);
	box-shadow: 0 5px 16px rgba(0, 0, 0, .14);
}

body.page-id-1695 .property-explorer__phase.is-active::before {
	transform: scaleX(1);
}

body.page-id-1695 .property-explorer__phase.is-active .property-explorer__phase-status::after {
	opacity: 1;
	transform: scale(1);
}

body.page-id-1695 .property-explorer__phase.is-active .property-explorer__phase-status {
	color: var(--map-pine);
	box-shadow: 0 0 0 3px rgba(173, 137, 82, .12), 0 0 12px rgba(173, 137, 82, .22);
}

body.page-id-1695 .property-explorer__phase:hover:not(.is-active),
body.page-id-1695 .property-explorer__phase:focus-visible:not(.is-active) {
	color: var(--map-gold-light);
	background: rgba(210, 181, 125, .09);
	border-color: rgba(210, 181, 125, .18);
}

body.page-id-1695 .property-explorer[data-map-mode="survey"] .property-explorer__phase:not(.is-active) {
	color: rgba(32, 33, 29, .52);
	background: rgba(32, 33, 29, .035);
}

body.page-id-1695 .property-explorer[data-map-mode="survey"] .property-explorer__phase.is-active {
	background: #fffdf7;
}

body.page-id-1695 .property-explorer__instrument.has-no-phases .property-explorer__phases {
	border-color: rgba(210, 181, 125, .52);
	box-shadow: 0 18px 54px rgba(0, 0, 0, .36), 0 0 28px rgba(173, 137, 82, .08);
}

body.page-id-1695 .property-explorer__viewport {
	position: absolute;
	inset: 0;
	overflow: hidden;
	background: var(--map-pine-deep);
	outline: none;
	cursor: grab;
	touch-action: none;
	transition: background-color .45s ease;
}

body.page-id-1695 .property-explorer__viewport::before,
body.page-id-1695 .property-explorer__viewport::after {
	position: absolute;
	inset: 0;
	z-index: 3;
	content: "";
	pointer-events: none;
}

body.page-id-1695 .property-explorer__viewport::before {
	opacity: .16;
	background-image:
		radial-gradient(circle at 12% 28%, rgba(255, 255, 255, .26) 0 1px, transparent 1.4px),
		radial-gradient(circle at 83% 67%, rgba(255, 255, 255, .18) 0 1px, transparent 1.4px);
	background-position: 0 0, 11px 7px;
	background-size: 23px 19px, 31px 29px;
	mix-blend-mode: soft-light;
}

body.page-id-1695 .property-explorer__viewport::after {
	box-shadow:
		inset 0 0 100px rgba(0, 0, 0, .25),
		inset 0 0 0 1px rgba(210, 181, 125, .08);
}

body.page-id-1695 .property-explorer[data-map-mode="survey"] .property-explorer__viewport::after {
	box-shadow:
		inset 0 0 90px rgba(77, 66, 45, .08),
		inset 0 0 0 1px rgba(32, 33, 29, .1);
}

body.page-id-1695 .property-explorer__viewport.has-map-hit {
	cursor: pointer;
}

body.page-id-1695 .property-explorer__viewport.is-dragging {
	cursor: grabbing;
}

body.page-id-1695 .property-explorer__canvas {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
}

body.page-id-1695 .property-explorer__loading {
	position: absolute;
	inset: 0;
	z-index: 14;
	display: grid;
	place-content: center;
	place-items: center;
	gap: 18px;
	color: var(--map-gold-light);
	background: var(--map-pine-deep);
	transition: opacity .5s ease, visibility .5s ease;
}

body.page-id-1695 .property-explorer__loading span {
	position: relative;
	width: 78px;
	height: 78px;
	border: 1px solid rgba(210, 181, 125, .24);
	border-radius: 50%;
	animation: map-orbit 1.8s linear infinite;
}

body.page-id-1695 .property-explorer__loading span::before {
	position: absolute;
	top: -3px;
	left: 50%;
	width: 7px;
	height: 7px;
	content: "";
	background: var(--map-gold-light);
	border-radius: 50%;
	box-shadow: 0 0 18px var(--map-gold-light);
}

body.page-id-1695 .property-explorer__loading p {
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__instrument.is-ready .property-explorer__loading {
	opacity: 0;
	visibility: hidden;
}

body.page-id-1695 .property-explorer__phase-empty {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 7;
	display: grid;
	width: min(330px, calc(100% - 130px));
	padding: 30px 32px 27px;
	place-items: center;
	color: var(--map-paper);
	background: rgba(10, 24, 18, .78);
	border: 1px solid rgba(210, 181, 125, .28);
	box-shadow: 0 26px 70px rgba(0, 0, 0, .35);
	text-align: center;
	transform: translate(-50%, -45%);
	backdrop-filter: blur(18px);
	animation: map-phase-empty-in .42s cubic-bezier(.22, 1, .36, 1) both;
}

body.page-id-1695 .property-explorer[data-map-mode="survey"] .property-explorer__phase-empty {
	color: var(--map-charcoal);
	background: rgba(250, 247, 239, .9);
	border-color: rgba(32, 33, 29, .16);
}

body.page-id-1695 .property-explorer__phase-empty > span {
	color: var(--map-gold-light);
	font-size: 6px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer[data-map-mode="survey"] .property-explorer__phase-empty > span {
	color: var(--map-gold);
}

body.page-id-1695 .property-explorer__phase-empty > strong {
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 3.1vw, 42px);
	font-weight: 400;
	line-height: .98;
	letter-spacing: -.04em;
}

body.page-id-1695 .property-explorer__phase-empty button {
	min-height: 42px;
	margin-top: 23px;
	padding: 9px 17px;
	color: var(--map-pine);
	background: var(--map-gold-light);
	border: 1px solid var(--map-gold-light);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	cursor: pointer;
	transition: color .2s ease, background-color .2s ease;
}

body.page-id-1695 .property-explorer__phase-empty button:hover {
	color: var(--map-paper);
	background: transparent;
}

body.page-id-1695 .property-explorer__tooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	min-width: 142px;
	padding: 12px 14px;
	flex-direction: column;
	color: var(--map-charcoal);
	background: rgba(250, 247, 239, .96);
	border-left: 2px solid var(--map-gold);
	box-shadow: 0 16px 38px rgba(0, 0, 0, .28);
	pointer-events: none;
	will-change: transform;
}

body.page-id-1695 .property-explorer__tooltip span {
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__tooltip strong {
	margin-top: 3px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 400;
}

body.page-id-1695 .property-explorer__tooltip small {
	margin-top: 2px;
	color: rgba(32, 33, 29, .52);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__featured-tether {
	--featured-color: var(--map-gold-light);
	position: absolute;
	z-index: 11;
	height: 1px;
	pointer-events: none;
	transform-origin: left center;
}

body.page-id-1695 .property-explorer__featured-tether[data-featured-category="twenty"] { --featured-color: var(--map-copper); }
body.page-id-1695 .property-explorer__featured-tether[data-featured-category="ten"] { --featured-color: var(--map-gold-light); }
body.page-id-1695 .property-explorer__featured-tether[data-featured-category="five"] { --featured-color: #748f84; }

body.page-id-1695 .property-explorer__featured-tether span {
	position: absolute;
	inset: 0;
	display: block;
	background: linear-gradient(90deg, var(--featured-color), rgba(250, 247, 239, .64));
	box-shadow: 0 0 9px color-mix(in srgb, var(--featured-color) 62%, transparent);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .58s cubic-bezier(.22, 1, .36, 1);
}

body.page-id-1695 .property-explorer__featured-tether::before,
body.page-id-1695 .property-explorer__featured-tether::after {
	position: absolute;
	top: 50%;
	width: 6px;
	height: 6px;
	content: "";
	background: var(--featured-color);
	border: 1px solid rgba(250, 247, 239, .8);
	border-radius: 50%;
	box-shadow: 0 0 13px var(--featured-color);
	opacity: 0;
	transform: translate(-50%, -50%) scale(.3);
	transition: opacity .24s ease, transform .48s cubic-bezier(.22, 1, .36, 1);
}

body.page-id-1695 .property-explorer__featured-tether::before { left: 0; }
body.page-id-1695 .property-explorer__featured-tether::after { left: 100%; }
body.page-id-1695 .property-explorer__featured-tether.is-open span { transform: scaleX(1); }
body.page-id-1695 .property-explorer__featured-tether.is-open::before,
body.page-id-1695 .property-explorer__featured-tether.is-open::after {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

body.page-id-1695 .property-explorer__featured-preview {
	--featured-color: var(--map-gold-light);
	--featured-origin-x: 50%;
	--featured-origin-y: 50%;
	position: absolute;
	z-index: 12;
	width: clamp(360px, 43%, 560px);
	aspect-ratio: 16 / 9;
	overflow: hidden;
	color: var(--map-paper);
	background: #08130f;
	border: 1px solid color-mix(in srgb, var(--featured-color) 78%, rgba(250, 247, 239, .4));
	box-shadow:
		0 34px 80px rgba(0, 0, 0, .5),
		0 0 0 1px rgba(250, 247, 239, .06) inset,
		0 0 36px color-mix(in srgb, var(--featured-color) 20%, transparent);
	border-radius: 2px;
	opacity: 0;
	clip-path: inset(46% 47% round 999px);
	pointer-events: none;
	transform: scale(.06);
	transform-origin: var(--featured-origin-x) var(--featured-origin-y);
	contain: layout paint;
	isolation: isolate;
	transition:
		opacity .18s ease,
		clip-path .72s cubic-bezier(.22, 1, .36, 1),
		transform .72s cubic-bezier(.22, 1, .36, 1),
		box-shadow .42s ease;
	will-change: transform, clip-path, opacity;
}

body.page-id-1695 .property-explorer__featured-preview[data-featured-category="twenty"] { --featured-color: var(--map-copper); }
body.page-id-1695 .property-explorer__featured-preview[data-featured-category="ten"] { --featured-color: var(--map-gold-light); }
body.page-id-1695 .property-explorer__featured-preview[data-featured-category="five"] { --featured-color: #748f84; }

body.page-id-1695 .property-explorer__featured-preview.is-open {
	opacity: 1;
	clip-path: inset(0 round 2px);
	pointer-events: auto;
	transform: scale(1);
}

body.page-id-1695 .property-explorer__featured-preview.is-open.is-settled {
	clip-path: none;
	transform: none;
	transition: opacity .18s ease, box-shadow .42s ease;
	will-change: auto;
}

body.page-id-1695 .property-explorer__featured-preview.is-pinned {
	box-shadow:
		0 36px 90px rgba(0, 0, 0, .56),
		0 0 0 1px var(--featured-color) inset,
		0 0 52px color-mix(in srgb, var(--featured-color) 30%, transparent);
}

body.page-id-1695 .property-explorer__featured-preview.is-closing { pointer-events: none; }

body.page-id-1695 .property-explorer__featured-preview:fullscreen {
	top: 0 !important;
	left: 0 !important;
	width: 100vw;
	height: 100vh;
	aspect-ratio: auto;
	border: 0;
	clip-path: none;
	transform: none;
}

body.page-id-1695 .property-explorer__featured-media,
body.page-id-1695 .property-explorer__featured-frame {
	position: absolute;
	inset: 0;
}

body.page-id-1695 .property-explorer__featured-preview iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: #08130f;
	border: 0;
}

body.page-id-1695 .property-explorer__featured-loading {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: grid;
	place-content: center;
	place-items: center;
	gap: 11px;
	color: rgba(250, 247, 239, .72);
	background:
		radial-gradient(circle at 50% 44%, color-mix(in srgb, var(--featured-color) 14%, transparent), transparent 36%),
		#0a1812;
	transition: opacity .4s ease, visibility .4s ease;
}

body.page-id-1695 .property-explorer__featured-loading span {
	width: 30px;
	height: 30px;
	border: 1px solid rgba(250, 247, 239, .18);
	border-top-color: var(--featured-color);
	border-radius: 50%;
	animation: map-orbit 1.1s linear infinite;
}

body.page-id-1695 .property-explorer__featured-loading small {
	font-size: 6px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__featured-preview.is-loaded .property-explorer__featured-loading {
	opacity: 0;
	visibility: hidden;
}

body.page-id-1695 .property-explorer__featured-shade {
	position: absolute;
	inset: 0;
	z-index: 3;
	background:
		linear-gradient(180deg, rgba(5, 12, 9, .58), transparent 35%),
		linear-gradient(0deg, rgba(5, 12, 9, .92), transparent 58%);
	pointer-events: none;
}

body.page-id-1695 .property-explorer__featured-meta {
	position: absolute;
	top: 13px;
	right: 54px;
	left: 15px;
	z-index: 5;
	display: flex;
	align-items: center;
	color: rgba(250, 247, 239, .75);
	font-size: 6px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__featured-meta span {
	display: flex;
	align-items: center;
	gap: 8px;
}

body.page-id-1695 .property-explorer__featured-meta i {
	width: 6px;
	height: 6px;
	background: var(--featured-color);
	border-radius: 50%;
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--featured-color) 17%, transparent), 0 0 12px var(--featured-color);
}

body.page-id-1695 .property-explorer__featured-close {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 7;
	display: grid;
	width: 36px;
	height: 36px;
	padding: 0;
	place-items: center;
	color: var(--map-paper);
	background: rgba(8, 19, 15, .68);
	border: 1px solid rgba(250, 247, 239, .24);
	font-family: Arial, sans-serif;
	font-size: 17px;
	cursor: pointer;
}

body.page-id-1695 .property-explorer__featured-caption {
	position: absolute;
	bottom: 53px;
	left: 17px;
	z-index: 5;
	pointer-events: none;
}

body.page-id-1695 .property-explorer__featured-caption > p:first-child {
	color: var(--featured-color);
	font-size: 6px;
	font-weight: 700;
	letter-spacing: .17em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__featured-caption h3 {
	margin-top: 3px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(27px, 3.2vw, 42px);
	font-weight: 400;
	line-height: .9;
	letter-spacing: -.045em;
}

body.page-id-1695 .property-explorer__featured-caption > p:last-child {
	margin-top: 7px;
	color: rgba(250, 247, 239, .68);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__featured-caption > p:last-child strong {
	color: var(--map-paper);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
}

body.page-id-1695 .property-explorer__featured-controls {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 6;
	display: grid;
	grid-template-columns: auto auto 1fr 45px;
	min-height: 45px;
	background: rgba(7, 17, 13, .96);
	border-top: 1px solid rgba(250, 247, 239, .13);
}

body.page-id-1695 .property-explorer__featured-controls button {
	display: flex;
	min-width: 0;
	padding: 8px 12px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	color: rgba(250, 247, 239, .78);
	background: transparent;
	border: 0;
	border-right: 1px solid rgba(250, 247, 239, .11);
	font-size: 6px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
	cursor: pointer;
	transition: color .2s ease, background-color .2s ease;
}

body.page-id-1695 .property-explorer__featured-controls button:hover,
body.page-id-1695 .property-explorer__featured-controls button:focus-visible {
	color: var(--map-paper);
	background: color-mix(in srgb, var(--featured-color) 18%, transparent);
}

body.page-id-1695 .property-explorer__featured-controls button b { font: inherit; }

body.page-id-1695 .property-explorer__featured-controls [data-featured-play] > span {
	position: relative;
	width: 9px;
	height: 10px;
}

body.page-id-1695 .property-explorer__featured-controls [data-featured-play][aria-pressed="false"] > span::before {
	position: absolute;
	top: 1px;
	left: 2px;
	content: "";
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid var(--featured-color);
}

body.page-id-1695 .property-explorer__featured-controls [data-featured-play][aria-pressed="true"] > span::before,
body.page-id-1695 .property-explorer__featured-controls [data-featured-play][aria-pressed="true"] > span::after {
	position: absolute;
	top: 1px;
	bottom: 1px;
	width: 2px;
	content: "";
	background: var(--featured-color);
}

body.page-id-1695 .property-explorer__featured-controls [data-featured-play][aria-pressed="true"] > span::before { left: 1px; }
body.page-id-1695 .property-explorer__featured-controls [data-featured-play][aria-pressed="true"] > span::after { right: 1px; }

body.page-id-1695 .property-explorer__featured-controls [data-featured-sound] > span {
	position: relative;
	width: 9px;
	height: 9px;
	border: 1px solid var(--featured-color);
	border-radius: 50%;
}

body.page-id-1695 .property-explorer__featured-controls [data-featured-sound][aria-pressed="false"] > span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 1px;
	content: "";
	background: var(--featured-color);
	transform: translate(-50%, -50%) rotate(-45deg);
}

body.page-id-1695 .property-explorer__featured-controls [data-featured-select] {
	justify-content: flex-start;
	color: var(--map-paper);
}

body.page-id-1695 .property-explorer__featured-controls [data-featured-fullscreen] {
	position: relative;
	padding: 0;
	border-right: 0;
}

body.page-id-1695 .property-explorer__featured-controls [data-featured-fullscreen] span {
	width: 13px;
	height: 13px;
	border: 1px solid currentColor;
}

body.page-id-1695 .property-explorer__map-meta {
	position: absolute;
	right: 28px;
	bottom: 22px;
	left: 28px;
	z-index: 5;
	display: flex;
	justify-content: space-between;
	color: rgba(250, 247, 239, .42);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
	pointer-events: none;
}

body.page-id-1695 .property-explorer[data-map-mode="survey"] .property-explorer__map-meta {
	color: rgba(32, 33, 29, .46);
}

body.page-id-1695 .property-explorer__north {
	position: absolute;
	top: 32px;
	left: 31px;
	z-index: 5;
	display: grid;
	width: 30px;
	justify-items: center;
	color: rgba(250, 247, 239, .65);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	pointer-events: none;
}

body.page-id-1695 .property-explorer__north i {
	position: relative;
	display: block;
	width: 1px;
	height: 42px;
	margin-top: 8px;
	background: currentColor;
}

body.page-id-1695 .property-explorer__north i::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 7px;
	height: 7px;
	content: "";
	border-top: 1px solid currentColor;
	border-left: 1px solid currentColor;
	transform: translate(-50%, -1px) rotate(45deg);
}

body.page-id-1695 .property-explorer[data-map-mode="survey"] .property-explorer__north {
	color: rgba(32, 33, 29, .6);
}

body.page-id-1695 .property-explorer__map-controls {
	position: absolute;
	top: 28px;
	right: 28px;
	z-index: 8;
	display: grid;
	width: 43px;
	background: rgba(20, 35, 28, .82);
	border: 1px solid rgba(240, 237, 229, .18);
	box-shadow: 0 9px 30px rgba(0, 0, 0, .2);
	backdrop-filter: blur(12px);
}

body.page-id-1695 .property-explorer[data-map-mode="survey"] .property-explorer__map-controls {
	background: rgba(250, 247, 239, .9);
	border-color: rgba(32, 33, 29, .16);
}

body.page-id-1695 .property-explorer__map-controls button {
	display: grid;
	width: 41px;
	height: 42px;
	padding: 0;
	place-items: center;
	color: rgba(250, 247, 239, .78);
	background: transparent;
	border: 0;
	font-family: Arial, sans-serif;
	font-size: 19px;
	cursor: pointer;
	transition: color .2s ease, background-color .2s ease;
}

body.page-id-1695 .property-explorer[data-map-mode="survey"] .property-explorer__map-controls button {
	color: rgba(32, 33, 29, .72);
}

body.page-id-1695 .property-explorer__map-controls button + button {
	border-top: 1px solid rgba(240, 237, 229, .13);
}

body.page-id-1695 .property-explorer[data-map-mode="survey"] .property-explorer__map-controls button + button {
	border-color: rgba(32, 33, 29, .12);
}

body.page-id-1695 .property-explorer__map-controls button:last-child span {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

body.page-id-1695 .property-explorer__map-controls button:last-child span::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 2px;
	content: "";
	background: currentColor;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

body.page-id-1695 .property-explorer__gesture {
	position: absolute;
	bottom: 48px;
	left: 50%;
	z-index: 5;
	display: flex;
	padding: 8px 11px;
	align-items: center;
	gap: 8px;
	color: rgba(250, 247, 239, .5);
	background: rgba(14, 29, 23, .56);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	transform: translateX(-50%);
	pointer-events: none;
	transition: opacity .3s ease;
}

body.page-id-1695 .property-explorer__gesture span {
	display: block;
	width: 8px;
	height: 12px;
	border: 1px solid currentColor;
	border-radius: 6px;
}

body.page-id-1695 .property-explorer__viewport.is-dragging .property-explorer__gesture,
body.page-id-1695 .property-explorer__viewport.has-map-hit .property-explorer__gesture {
	opacity: 0;
}

body.page-id-1695 .property-explorer__rail {
	position: relative;
	z-index: 6;
	display: flex;
	min-width: 0;
	min-height: 660px;
	flex-direction: column;
	color: var(--map-charcoal);
	background: var(--map-paper);
	border-left: 1px solid rgba(32, 33, 29, .15);
}

body.page-id-1695 .property-explorer__rail::before {
	position: absolute;
	top: 67px;
	right: 0;
	left: 0;
	height: 1px;
	content: "";
	background: linear-gradient(90deg, var(--map-gold), transparent 45%);
	opacity: .45;
}

body.page-id-1695 .property-explorer__rail-tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 68px;
	padding-inline: 25px;
	border-bottom: 1px solid rgba(32, 33, 29, .1);
}

body.page-id-1695 .property-explorer__rail-tabs button {
	position: relative;
	padding: 0;
	color: rgba(32, 33, 29, .46);
	background: transparent;
	border: 0;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
	cursor: pointer;
}

body.page-id-1695 .property-explorer__rail-tabs button::after {
	position: absolute;
	right: 20%;
	bottom: -1px;
	left: 20%;
	height: 2px;
	content: "";
	background: var(--map-gold);
	transform: scaleX(0);
	transition: transform .25s ease;
}

body.page-id-1695 .property-explorer__rail-tabs button.is-active {
	color: var(--map-charcoal);
}

body.page-id-1695 .property-explorer__rail-tabs button.is-active::after {
	transform: scaleX(1);
}

body.page-id-1695 .property-explorer__rail-panel {
	position: relative;
	min-height: 0;
	flex: 1;
}

body.page-id-1695 .property-explorer__empty {
	display: flex;
	height: 100%;
	min-height: 590px;
	padding: 37px clamp(30px, 3vw, 52px) 44px;
	flex-direction: column;
}

body.page-id-1695 .property-explorer__index {
	color: rgba(32, 33, 29, .44);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .21em;
}

body.page-id-1695 .property-explorer__empty-orbit {
	position: relative;
	width: 148px;
	height: 148px;
	margin: auto auto 42px;
	border: 1px solid rgba(173, 137, 82, .24);
	border-radius: 50%;
}

body.page-id-1695 .property-explorer__empty-orbit::before,
body.page-id-1695 .property-explorer__empty-orbit::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	border: 1px solid rgba(173, 137, 82, .15);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

body.page-id-1695 .property-explorer__empty-orbit::before {
	width: 93px;
	height: 93px;
}

body.page-id-1695 .property-explorer__empty-orbit::after {
	width: 21px;
	height: 21px;
	background: var(--map-pine);
	box-shadow: 0 0 0 7px rgba(20, 35, 28, .08);
}

body.page-id-1695 .property-explorer__empty-orbit span,
body.page-id-1695 .property-explorer__empty-orbit i {
	position: absolute;
	background: var(--map-gold);
	border-radius: 50%;
	box-shadow: 0 0 12px rgba(173, 137, 82, .45);
}

body.page-id-1695 .property-explorer__empty-orbit span {
	top: 13px;
	left: 37px;
	width: 7px;
	height: 7px;
}

body.page-id-1695 .property-explorer__empty-orbit i {
	right: 23px;
	bottom: 27px;
	width: 5px;
	height: 5px;
}

body.page-id-1695 .property-explorer__empty h3 {
	max-width: 270px;
	margin-top: 26px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 3.2vw, 47px);
	font-weight: 400;
	line-height: .98;
	letter-spacing: -.04em;
}

body.page-id-1695 .property-explorer__empty > p:not(.property-explorer__index) {
	max-width: 280px;
	margin-top: 13px !important;
	color: rgba(32, 33, 29, .61);
	font-size: 13px;
	line-height: 1.65;
}

body.page-id-1695 .property-explorer__featured-list {
	display: grid;
	margin-top: 21px;
	border-top: 1px solid rgba(32, 33, 29, .16);
}

body.page-id-1695 .property-explorer__featured-list-head {
	display: flex;
	min-height: 27px;
	padding: 7px 1px 6px;
	align-items: center;
	justify-content: space-between;
	color: rgba(32, 33, 29, .48);
	font-size: 6px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__featured-list-head em {
	color: var(--map-gold);
	font-style: normal;
}

body.page-id-1695 .property-explorer__featured-list > button {
	--featured-color: var(--map-gold-light);
	position: relative;
	display: grid;
	min-height: 56px;
	overflow: hidden;
	padding: 8px 8px 8px 4px;
	grid-template-columns: 34px minmax(0, 1fr) minmax(56px, auto);
	align-items: center;
	gap: 10px;
	color: var(--map-charcoal);
	background: transparent;
	border: 0;
	border-top: 1px solid rgba(32, 33, 29, .12);
	text-align: left;
	cursor: pointer;
	transition: color .24s ease, background-color .24s ease, padding .35s cubic-bezier(.22, 1, .36, 1);
}

body.page-id-1695 .property-explorer__featured-list > button[data-featured-category="twenty"] { --featured-color: var(--map-copper); }
body.page-id-1695 .property-explorer__featured-list > button[data-featured-category="ten"] { --featured-color: var(--map-gold); }
body.page-id-1695 .property-explorer__featured-list > button[data-featured-category="five"] { --featured-color: #748f84; }

body.page-id-1695 .property-explorer__featured-list > button::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	content: "";
	background: var(--featured-color);
	box-shadow: 0 0 13px var(--featured-color);
	transform: scaleY(0);
	transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}

body.page-id-1695 .property-explorer__featured-list > button:hover,
body.page-id-1695 .property-explorer__featured-list > button:focus-visible,
body.page-id-1695 .property-explorer__featured-list > button.is-active {
	padding-inline: 9px 6px;
	background: rgba(32, 33, 29, .055);
	outline-offset: -2px;
}

body.page-id-1695 .property-explorer__featured-list > button:hover::before,
body.page-id-1695 .property-explorer__featured-list > button:focus-visible::before,
body.page-id-1695 .property-explorer__featured-list > button.is-active::before {
	transform: scaleY(1);
}

body.page-id-1695 .property-explorer__featured-play {
	position: relative;
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--featured-color) 70%, rgba(32, 33, 29, .2));
	border-radius: 50%;
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--featured-color) 11%, transparent);
}

body.page-id-1695 .property-explorer__featured-play::before {
	position: absolute;
	inset: -5px;
	content: "";
	border: 1px solid color-mix(in srgb, var(--featured-color) 32%, transparent);
	border-radius: 50%;
	animation: map-featured-breathe 2.4s ease-in-out infinite;
}

body.page-id-1695 .property-explorer__featured-play i {
	width: 0;
	height: 0;
	margin-left: 2px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid var(--featured-color);
}

body.page-id-1695 .property-explorer__featured-list > button > span:nth-child(2) {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

body.page-id-1695 .property-explorer__featured-list > button small {
	color: rgba(32, 33, 29, .48);
	font-size: 6px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__featured-list > button strong {
	margin-top: 2px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

body.page-id-1695 .property-explorer__featured-list-acreage {
	display: grid;
	min-width: 56px;
	padding-left: 10px;
	align-self: stretch;
	align-content: center;
	justify-items: end;
	border-left: 1px solid color-mix(in srgb, var(--featured-color) 38%, rgba(32, 33, 29, .12));
}

body.page-id-1695 .property-explorer__featured-list-acreage strong {
	margin: 0;
	color: var(--map-charcoal);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 21px;
	font-weight: 400;
	font-variant-numeric: tabular-nums;
	line-height: .9;
	letter-spacing: -.055em;
}

body.page-id-1695 .property-explorer__featured-list-acreage small {
	margin-top: 4px;
	color: var(--featured-color);
	font-size: 5.5px;
	letter-spacing: .16em;
}

body.page-id-1695 .property-explorer__empty > button {
	display: flex;
	width: 100%;
	min-height: 50px;
	margin-top: auto;
	padding: 12px 2px;
	align-items: center;
	justify-content: space-between;
	color: var(--map-charcoal);
	background: transparent;
	border: 0;
	border-block: 1px solid rgba(32, 33, 29, .16);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
	cursor: pointer;
}

body.page-id-1695 .property-explorer__empty > button span {
	font-size: 14px;
}

body.page-id-1695 .property-explorer__lot {
	min-height: 590px;
	padding: 34px clamp(29px, 3vw, 46px) 34px;
	animation: map-detail-in .52s cubic-bezier(.22, 1, .36, 1) both;
}

body.page-id-1695 .property-explorer__lot-heading {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 12px;
}

body.page-id-1695 .property-explorer__lot-heading p,
body.page-id-1695 .property-explorer__directory-head p {
	color: var(--map-gold);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__lot-heading h3 {
	margin-top: 3px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -.04em;
}

body.page-id-1695 .property-explorer__availability {
	max-width: 116px;
	padding: 7px 8px;
	color: #53604b;
	background: rgba(139, 154, 122, .15);
	border: 1px solid rgba(83, 96, 75, .22);
	font-size: 6px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .1em;
	text-align: center;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__acreage {
	display: flex;
	margin-top: 37px !important;
	align-items: end;
	gap: 10px;
}

body.page-id-1695 .property-explorer__acreage strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(66px, 6vw, 92px);
	font-weight: 400;
	line-height: .78;
	letter-spacing: -.065em;
}

body.page-id-1695 .property-explorer__acreage span {
	padding-bottom: 4px;
	color: rgba(32, 33, 29, .5);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__lot-rule {
	position: relative;
	height: 1px;
	margin: 32px 0 24px;
	background: rgba(32, 33, 29, .14);
}

body.page-id-1695 .property-explorer__lot-rule span {
	position: absolute;
	top: -2px;
	left: 31%;
	width: 5px;
	height: 5px;
	background: var(--map-gold);
	border-radius: 50%;
}

body.page-id-1695 .property-explorer__lot-copy {
	color: rgba(32, 33, 29, .64);
	font-size: 12px;
	line-height: 1.7;
}

body.page-id-1695 .property-explorer__lot-data {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 25px;
	border-block: 1px solid rgba(32, 33, 29, .13);
}

body.page-id-1695 .property-explorer__lot-data div {
	padding: 16px 10px 16px 0;
}

body.page-id-1695 .property-explorer__lot-data div + div {
	padding-left: 16px;
	border-left: 1px solid rgba(32, 33, 29, .13);
}

body.page-id-1695 .property-explorer__lot-data dt {
	color: rgba(32, 33, 29, .42);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__lot-data dd {
	margin-top: 7px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.55;
}

body.page-id-1695 .property-explorer__lot-actions {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 8px;
	margin-top: 27px;
}

body.page-id-1695 .property-explorer__lot-actions a,
body.page-id-1695 .property-explorer__lot-actions button {
	display: flex;
	min-height: 50px;
	padding: 12px 17px;
	align-items: center;
	justify-content: center;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .11em;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}

body.page-id-1695 .property-explorer__lot-actions a {
	color: var(--map-paper);
	background: var(--map-pine);
	border: 1px solid var(--map-pine);
}

body.page-id-1695 .property-explorer__lot-actions button {
	color: var(--map-charcoal);
	background: transparent;
	border: 1px solid rgba(32, 33, 29, .25);
}

body.page-id-1695 .property-explorer__call {
	margin-top: 18px !important;
	color: rgba(32, 33, 29, .48);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .06em;
	text-align: center;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__call a {
	color: var(--map-charcoal);
	text-decoration-color: rgba(32, 33, 29, .3);
	text-underline-offset: 3px;
}

body.page-id-1695 .property-explorer__rail-panel[data-rail-panel="directory"] {
	display: flex;
	height: 592px;
	min-height: 0;
	padding: 25px 20px 20px;
	flex-direction: column;
}

body.page-id-1695 .property-explorer__directory-head {
	display: flex;
	padding: 0 5px 17px;
	align-items: end;
	justify-content: space-between;
	gap: 10px;
}

body.page-id-1695 .property-explorer__directory-head strong {
	display: block;
	margin-top: 4px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 400;
}

body.page-id-1695 .property-explorer__directory-head button {
	padding: 5px 0;
	color: rgba(32, 33, 29, .48);
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(32, 33, 29, .2);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
	cursor: pointer;
}

body.page-id-1695 .property-explorer__directory {
	display: grid;
	min-height: 0;
	overflow: auto;
	padding-right: 4px;
	grid-auto-rows: min-content;
	scrollbar-color: rgba(173, 137, 82, .55) transparent;
	scrollbar-width: thin;
}

body.page-id-1695 .property-explorer__directory-phase {
	display: grid;
	grid-auto-rows: min-content;
}

body.page-id-1695 .property-explorer__directory-phase + .property-explorer__directory-phase {
	margin-top: 14px;
}

body.page-id-1695 .property-explorer__directory-phase-head {
	position: sticky;
	top: 0;
	z-index: 2;
	display: flex;
	min-height: 32px;
	padding: 7px 12px;
	align-items: center;
	justify-content: space-between;
	color: rgba(32, 33, 29, .56);
	background: rgba(250, 247, 239, .96);
	border-top: 1px solid rgba(173, 137, 82, .3);
	backdrop-filter: blur(8px);
}

body.page-id-1695 .property-explorer__directory-phase-head > span {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__directory-phase-head i {
	display: block;
	width: 6px;
	height: 6px;
	background: var(--map-gold);
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(173, 137, 82, .11);
}

body.page-id-1695 .property-explorer__directory-phase-head small {
	font-size: 6px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__directory-item {
	display: grid;
	grid-template-columns: 1fr 1fr 22px;
	min-height: 67px;
	padding: 9px 13px;
	align-items: center;
	gap: 8px;
	color: var(--map-charcoal);
	background: transparent;
	border: 0;
	border-top: 1px solid rgba(32, 33, 29, .12);
	text-align: left;
	cursor: pointer;
	transition: background-color .22s ease, color .22s ease, padding .22s ease;
}

body.page-id-1695 .property-explorer__directory-item.is-featured {
	--featured-color: var(--map-gold);
	box-shadow: 2px 0 0 var(--featured-color) inset;
}

body.page-id-1695 .property-explorer__directory-item.is-featured[data-featured-category="twenty"] { --featured-color: var(--map-copper); }
body.page-id-1695 .property-explorer__directory-item.is-featured[data-featured-category="ten"] { --featured-color: var(--map-gold); }
body.page-id-1695 .property-explorer__directory-item.is-featured[data-featured-category="five"] { --featured-color: #748f84; }

body.page-id-1695 .property-explorer__directory-item.is-featured > i {
	color: var(--featured-color);
	font-size: 9px;
	text-shadow: 0 0 9px var(--featured-color);
}

body.page-id-1695 .property-explorer__directory-item:last-child {
	border-bottom: 1px solid rgba(32, 33, 29, .12);
}

body.page-id-1695 .property-explorer__directory-item span {
	display: flex;
	align-items: baseline;
	gap: 6px;
}

body.page-id-1695 .property-explorer__directory-item b {
	padding: 3px 4px 2px;
	color: var(--map-gold);
	background: rgba(173, 137, 82, .1);
	border: 1px solid rgba(173, 137, 82, .2);
	font-size: 5px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .06em;
}

body.page-id-1695 .property-explorer__directory-item strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 400;
}

body.page-id-1695 .property-explorer__directory-item small {
	color: rgba(32, 33, 29, .46);
	font-size: 6px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__directory-item i {
	font-size: 13px;
	font-style: normal;
	text-align: right;
	transition: transform .22s ease;
}

body.page-id-1695 .property-explorer__directory-item:hover,
body.page-id-1695 .property-explorer__directory-item:focus-visible,
body.page-id-1695 .property-explorer__directory-item.is-selected {
	padding-inline: 17px 10px;
	color: var(--map-paper);
	background: var(--map-pine);
	outline: none;
}

body.page-id-1695 .property-explorer__directory-item:hover small,
body.page-id-1695 .property-explorer__directory-item:focus-visible small,
body.page-id-1695 .property-explorer__directory-item.is-selected small {
	color: rgba(250, 247, 239, .52);
}

body.page-id-1695 .property-explorer__directory-item:hover b,
body.page-id-1695 .property-explorer__directory-item:focus-visible b,
body.page-id-1695 .property-explorer__directory-item.is-selected b {
	color: var(--map-gold-light);
	background: rgba(210, 181, 125, .09);
	border-color: rgba(210, 181, 125, .22);
}

body.page-id-1695 .property-explorer__directory-item:hover i,
body.page-id-1695 .property-explorer__directory-item:focus-visible i,
body.page-id-1695 .property-explorer__directory-item.is-selected i {
	transform: translate(2px, -2px);
}

body.page-id-1695 .property-explorer__legend {
	position: relative;
	z-index: 15;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	min-height: 56px;
	padding: 0 22px;
	align-items: center;
	gap: 24px;
	color: rgba(250, 247, 239, .55);
	background: #112019;
	border-top: 1px solid rgba(210, 181, 125, .17);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body.page-id-1695 .property-explorer__legend > p {
	display: flex;
	align-items: center;
	gap: 9px;
}

body.page-id-1695 .property-explorer__legend-hint {
	justify-content: end;
	text-align: right;
}

body.page-id-1695 .property-explorer__legend-line {
	width: 26px;
	height: 1px;
	background: var(--map-gold-light);
	box-shadow: 0 0 6px rgba(210, 181, 125, .5);
}

body.page-id-1695 .property-explorer__legend ul {
	display: flex;
	padding: 0;
	align-items: center;
	gap: 23px;
	list-style: none;
}

body.page-id-1695 .property-explorer__legend li {
	display: flex;
	align-items: center;
	gap: 7px;
}

body.page-id-1695 .property-explorer__legend li span {
	width: 7px;
	height: 7px;
	border: 1px solid rgba(250, 247, 239, .35);
	border-radius: 50%;
}

body.page-id-1695 .property-explorer__legend li .is-ten { background: var(--map-gold-light); }
body.page-id-1695 .property-explorer__legend li .is-fifteen { background: var(--map-sage); }
body.page-id-1695 .property-explorer__legend li .is-twenty { background: var(--map-copper); }
body.page-id-1695 .property-explorer__legend li .is-five { background: #748f84; }

body.page-id-1695 .property-explorer__disclaimer {
	width: min(100%, 1536px);
	margin: 22px auto 0 !important;
	color: rgba(250, 247, 239, .38);
	font-size: 8px;
	line-height: 1.55;
	letter-spacing: .055em;
	text-align: center;
}

body.page-id-1695 .property-explorer__noscript {
	width: min(100%, 900px);
	margin: 25px auto 0 !important;
	padding: 18px;
	color: var(--map-paper);
	border: 1px solid var(--map-border-light);
	text-align: center;
}

body.page-id-1695 .property-explorer__noscript a {
	color: var(--map-gold-light);
}

body.page-id-1695 .property-explorer__close {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 30;
	display: none;
	min-height: 44px;
	padding: 8px 13px;
	align-items: center;
	gap: 12px;
	color: var(--map-paper);
	background: rgba(14, 29, 23, .88);
	border: 1px solid rgba(240, 237, 229, .25);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	cursor: pointer;
}

body.page-id-1695 .property-explorer__close span {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

body.page-id-1695 .property-explorer__instrument.has-map-error .property-explorer__loading {
	padding: 30px;
	color: var(--map-paper);
	text-align: center;
}

body.page-id-1695 .property-explorer__instrument.has-map-error .property-explorer__loading a {
	color: var(--map-gold-light);
}

body.page-id-1695 .property-explorer button:focus-visible,
body.page-id-1695 .property-explorer select:focus-visible,
body.page-id-1695 .property-explorer a:focus-visible,
body.page-id-1695 .property-explorer__viewport:focus-visible {
	outline: 3px solid #e5b75f;
	outline-offset: 3px;
}

body.page-id-1695 .property-explorer__mode button:hover,
body.page-id-1695 .property-explorer__map-controls button:hover {
	color: var(--map-gold);
}

body.page-id-1695 .property-explorer__expand:hover {
	background: #263b31;
	transform: translateY(-1px);
}

body.page-id-1695 .property-explorer__lot-actions a:hover {
	color: var(--map-pine);
	background: var(--map-gold-light);
	border-color: var(--map-gold-light);
}

body.page-id-1695 .property-explorer__lot-actions button:hover {
	border-color: var(--map-gold);
}

@keyframes map-orbit {
	to { transform: rotate(360deg); }
}

@keyframes map-detail-in {
	from { opacity: 0; transform: translateY(18px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes map-phase-empty-in {
	from { opacity: 0; transform: translate(-50%, calc(-45% + 18px)); }
	to { opacity: 1; transform: translate(-50%, -45%); }
}

@keyframes map-featured-breathe {
	0%, 100% { opacity: .34; transform: scale(.88); }
	50% { opacity: .86; transform: scale(1.12); }
}

/* Immersive mode works through Fullscreen where supported and a fixed layer on iOS. */

body.property-explorer-open {
	overflow: hidden !important;
}

body.page-id-1695.property-explorer-open > #chat-widget-container,
body.page-id-1695.property-explorer-open > #chat-widget-minimized,
body.page-id-1695.property-explorer-open > [id^="livechat-"],
body.page-id-1695.property-explorer-open > iframe[src*="livechatinc.com"],
body.page-id-1695.property-explorer-open > iframe[src*="livechat.com"],
body.page-id-1695.property-explorer-in-view > #chat-widget-container,
body.page-id-1695.property-explorer-in-view > #chat-widget-minimized,
body.page-id-1695.property-explorer-in-view > [id^="livechat-"],
body.page-id-1695.property-explorer-in-view > iframe[src*="livechatinc.com"],
body.page-id-1695.property-explorer-in-view > iframe[src*="livechat.com"] {
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

body.page-id-1695 .property-explorer.is-immersive .property-explorer__instrument,
body.page-id-1695 .property-explorer__instrument:fullscreen {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: flex;
	width: 100vw;
	height: 100dvh;
	max-width: none;
	min-height: 0;
	margin: 0;
	flex-direction: column;
	background: var(--map-pine);
	border: 0;
}

body.page-id-1695 .property-explorer.is-immersive .property-explorer__toolbar,
body.page-id-1695 .property-explorer__instrument:fullscreen .property-explorer__toolbar {
	flex: 0 0 76px;
}

body.page-id-1695 .property-explorer.is-immersive .property-explorer__workspace,
body.page-id-1695 .property-explorer__instrument:fullscreen .property-explorer__workspace {
	min-height: 0;
	flex: 1;
}

body.page-id-1695 .property-explorer.is-immersive .property-explorer__map-column,
body.page-id-1695 .property-explorer.is-immersive .property-explorer__rail,
body.page-id-1695 .property-explorer__instrument:fullscreen .property-explorer__map-column,
body.page-id-1695 .property-explorer__instrument:fullscreen .property-explorer__rail {
	min-height: 0;
}

body.page-id-1695 .property-explorer.is-immersive .property-explorer__close,
body.page-id-1695 .property-explorer__instrument:fullscreen .property-explorer__close {
	display: flex;
}

body.page-id-1695 .property-explorer.is-immersive .property-explorer__north,
body.page-id-1695 .property-explorer__instrument:fullscreen .property-explorer__north {
	top: 83px;
}

body.page-id-1695 .property-explorer.is-immersive .property-explorer__legend,
body.page-id-1695 .property-explorer__instrument:fullscreen .property-explorer__legend {
	flex: 0 0 56px;
}

@media (max-width: 1180px) {
	body.page-id-1695 .property-explorer__intro {
		grid-template-columns: minmax(0, 1fr) 380px;
		gap: 55px;
	}

	body.page-id-1695 .property-explorer__workspace {
		grid-template-columns: minmax(0, 1fr) 350px;
	}

	body.page-id-1695 .property-explorer__identity {
		display: none;
	}

	body.page-id-1695 .property-explorer__phases {
		grid-template-columns: repeat(2, minmax(116px, 1fr));
		min-width: 266px;
	}

	body.page-id-1695 .property-explorer__phases-label {
		display: none;
	}
}

@media (max-width: 920px) {
	body.page-id-1695 .property-explorer {
		padding-inline: 22px;
	}

	body.page-id-1695 .property-explorer__intro {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	body.page-id-1695 .property-explorer__facts {
		max-width: 620px;
	}

	body.page-id-1695 .property-explorer__instrument {
		min-height: 1040px;
	}

	body.page-id-1695 .property-explorer__toolbar {
		align-items: stretch;
	}

	body.page-id-1695 .property-explorer__workspace {
		grid-template-columns: 1fr;
		grid-template-rows: 610px 430px;
	}

	body.page-id-1695 .property-explorer__map-column {
		min-height: 610px;
	}

	body.page-id-1695 .property-explorer__phases {
		top: 18px;
	}

	body.page-id-1695 .property-explorer__rail {
		min-height: 430px;
		border-top: 1px solid rgba(32, 33, 29, .15);
		border-left: 0;
	}

	body.page-id-1695 .property-explorer__empty {
		display: grid;
		grid-template-columns: minmax(0, .82fr) minmax(300px, 1.18fr);
		grid-template-rows: auto auto 1fr auto;
		min-height: 360px;
		padding: 25px 34px;
		column-gap: 32px;
	}

	body.page-id-1695 .property-explorer__index {
		grid-column: 1;
		grid-row: 1;
	}

	body.page-id-1695 .property-explorer__empty h3 {
		grid-column: 1;
		grid-row: 2;
		align-self: end;
		margin-top: 18px;
	}

	body.page-id-1695 .property-explorer__empty > p:not(.property-explorer__index) {
		grid-column: 1;
		grid-row: 3;
		align-self: start;
	}

	body.page-id-1695 .property-explorer__featured-list {
		grid-column: 2;
		grid-row: 1 / 5;
		align-self: stretch;
		margin-top: 0;
	}

	body.page-id-1695 .property-explorer__empty > button {
		grid-column: 1;
		grid-row: 4;
		margin-top: 14px;
	}

	body.page-id-1695 .property-explorer__featured-preview {
		width: min(520px, calc(100% - 100px));
	}

	body.page-id-1695 .property-explorer__lot {
		display: grid;
		grid-template-columns: .8fr 1.2fr;
		min-height: 360px;
		padding: 30px 40px;
		column-gap: 45px;
	}

	body.page-id-1695 .property-explorer__lot-heading,
	body.page-id-1695 .property-explorer__acreage,
	body.page-id-1695 .property-explorer__lot-rule {
		grid-column: 1;
	}

	body.page-id-1695 .property-explorer__lot-copy,
	body.page-id-1695 .property-explorer__lot-data,
	body.page-id-1695 .property-explorer__lot-actions,
	body.page-id-1695 .property-explorer__call {
		grid-column: 2;
	}

	body.page-id-1695 .property-explorer__lot-copy {
		grid-row: 1;
		align-self: end;
	}

	body.page-id-1695 .property-explorer__lot-data {
		grid-row: 2;
		margin-top: 13px;
	}

	body.page-id-1695 .property-explorer__lot-actions {
		grid-row: 3;
		margin-top: 15px;
	}

	body.page-id-1695 .property-explorer__call {
		grid-row: 4;
	}

	body.page-id-1695 .property-explorer__rail-panel[data-rail-panel="directory"] {
		height: 362px;
	}
}

@media (max-width: 680px) {
	body.page-id-1695 .property-explorer {
		padding: 78px 14px 32px;
	}

	body.page-id-1695 .property-explorer::before {
		background-size: 42px 42px;
	}

	body.page-id-1695 .property-explorer__intro {
		gap: 34px;
		margin-bottom: 43px;
	}

	body.page-id-1695 .property-explorer__kicker {
		align-items: start;
		flex-direction: column;
		gap: 9px;
	}

	body.page-id-1695 .property-explorer__intro h2 {
		font-size: clamp(49px, 14.4vw, 69px);
	}

	body.page-id-1695 .property-explorer__lede {
		margin-top: 23px !important;
		font-size: 15px;
	}

	body.page-id-1695 .property-explorer__facts div {
		min-height: 88px;
		padding: 13px 9px;
	}

	body.page-id-1695 .property-explorer__facts dt {
		font-size: clamp(21px, 7.1vw, 29px);
	}

	body.page-id-1695 .property-explorer__facts dd {
		font-size: 6px;
		line-height: 1.45;
	}

	body.page-id-1695 .property-explorer__instrument {
		min-height: 1010px;
	}

	body.page-id-1695 .property-explorer__toolbar {
		display: block;
		min-height: 119px;
		padding: 9px;
	}

	body.page-id-1695 .property-explorer__toolbar-actions {
		display: grid;
		grid-template-columns: 1fr 1fr 48px;
		gap: 6px;
	}

	body.page-id-1695 .property-explorer__mode {
		grid-column: 1 / -1;
	}

	body.page-id-1695 .property-explorer__mode button {
		min-height: 34px;
		flex: 1;
	}

	body.page-id-1695 .property-explorer__filter,
	body.page-id-1695 .property-explorer__jump {
		min-width: 0;
		min-height: 48px;
	}

	body.page-id-1695 .property-explorer__expand {
		min-width: 0;
		width: 48px;
		padding: 0;
		font-size: 0;
	}

	body.page-id-1695 .property-explorer__expand span {
		width: 16px;
		height: 16px;
	}

	body.page-id-1695 .property-explorer__workspace {
		grid-template-rows: 455px 435px;
	}

	body.page-id-1695 .property-explorer__map-column {
		min-height: 455px;
	}

	body.page-id-1695 .property-explorer__phases {
		top: 18px;
		right: 70px;
		left: 70px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		min-width: 0;
		padding: 3px;
		transform: none;
	}

	body.page-id-1695 .property-explorer__phase {
		min-height: 45px;
		padding: 7px 8px;
		grid-template-columns: 8px 1fr;
		gap: 7px;
	}

	body.page-id-1695 .property-explorer__phase-status {
		width: 8px;
		height: 8px;
	}

	body.page-id-1695 .property-explorer__phase em {
		display: none;
	}

	body.page-id-1695 .property-explorer__phase small {
		display: none;
	}

	body.page-id-1695 .property-explorer__phase strong {
		margin: 0;
		font-size: 10px;
	}

	body.page-id-1695 .property-explorer__viewport {
		touch-action: pan-y;
	}

	body.page-id-1695 .property-explorer.is-immersive .property-explorer__viewport {
		touch-action: none;
	}

	body.page-id-1695 .property-explorer__north {
		top: 22px;
		left: 22px;
	}

	body.page-id-1695 .property-explorer__map-controls {
		top: 20px;
		right: 20px;
	}

	body.page-id-1695 .property-explorer__map-meta {
		right: 19px;
		bottom: 15px;
		left: 19px;
	}

	body.page-id-1695 .property-explorer__gesture {
		bottom: 39px;
		white-space: nowrap;
	}

	body.page-id-1695 .property-explorer__phase-empty {
		width: min(270px, calc(100% - 64px));
		padding: 25px 24px 23px;
	}

	body.page-id-1695 .property-explorer__gesture {
		font-size: 0;
	}

	body.page-id-1695 .property-explorer__gesture::after {
		content: "Tap a lot · expand to roam";
		font-size: 7px;
	}

	body.page-id-1695 .property-explorer__rail {
		min-height: 435px;
	}

	body.page-id-1695 .property-explorer__rail-tabs {
		min-height: 57px;
	}

	body.page-id-1695 .property-explorer__featured-tether {
		display: none;
	}

	body.page-id-1695 .property-explorer__featured-preview {
		width: min(380px, calc(100% - 20px));
		max-height: 43dvh;
		aspect-ratio: 16 / 9;
		clip-path: inset(48% 48% round 999px);
	}

	body.page-id-1695 .property-explorer__featured-preview.is-open {
		clip-path: inset(0 round 2px);
	}

	body.page-id-1695 .property-explorer__featured-close {
		top: 6px;
		right: 6px;
		width: 44px;
		height: 44px;
	}

	body.page-id-1695 .property-explorer__featured-meta {
		top: 12px;
		right: 58px;
	}

	body.page-id-1695 .property-explorer__featured-caption {
		bottom: 50px;
		left: 14px;
	}

	body.page-id-1695 .property-explorer__featured-caption h3 {
		font-size: 29px;
	}

	body.page-id-1695 .property-explorer__featured-controls {
		grid-template-columns: auto auto 1fr 44px;
		min-height: 44px;
	}

	body.page-id-1695 .property-explorer__featured-controls button {
		min-height: 44px;
		padding-inline: 9px;
		font-size: 5px;
	}

	body.page-id-1695 .property-explorer__empty {
		display: flex;
		min-height: 378px;
		padding: 19px 21px 20px;
	}

	body.page-id-1695 .property-explorer__empty-orbit {
		display: none;
	}

	body.page-id-1695 .property-explorer__empty h3 {
		max-width: 250px;
		margin-top: 10px;
		font-size: 33px;
	}

	body.page-id-1695 .property-explorer__empty > p:not(.property-explorer__index) {
		display: none;
	}

	body.page-id-1695 .property-explorer__featured-list {
		width: 100%;
		margin-top: 11px;
	}

	body.page-id-1695 .property-explorer__featured-list-head {
		min-height: 22px;
		padding-block: 5px 4px;
	}

	body.page-id-1695 .property-explorer__featured-list > button {
		min-height: 47px;
		padding-block: 5px;
		grid-template-columns: 30px minmax(0, 1fr) minmax(49px, auto);
		gap: 8px;
	}

	body.page-id-1695 .property-explorer__featured-list-acreage {
		min-width: 49px;
		padding-left: 8px;
	}

	body.page-id-1695 .property-explorer__featured-list-acreage strong {
		font-size: 18px;
	}

	body.page-id-1695 .property-explorer__featured-play {
		width: 25px;
		height: 25px;
	}

	body.page-id-1695 .property-explorer__empty > button {
		min-height: 44px;
		margin-top: 11px;
	}

	body.page-id-1695 .property-explorer__lot {
		display: block;
		min-height: 378px;
		padding: 25px 26px 27px;
	}

	body.page-id-1695 .property-explorer__lot-heading h3 {
		font-size: 34px;
	}

	body.page-id-1695 .property-explorer__acreage {
		margin-top: 26px !important;
	}

	body.page-id-1695 .property-explorer__acreage strong {
		font-size: 61px;
	}

	body.page-id-1695 .property-explorer__lot-rule {
		margin: 22px 0 18px;
	}

	body.page-id-1695 .property-explorer__lot-copy,
	body.page-id-1695 .property-explorer__lot-data {
		display: none;
	}

	body.page-id-1695 .property-explorer__lot-actions {
		margin-top: 24px;
		grid-template-columns: 1fr 44px;
	}

	body.page-id-1695 .property-explorer__lot-actions button {
		overflow: hidden;
		padding: 0;
		font-size: 0;
	}

	body.page-id-1695 .property-explorer__lot-actions button::before {
		content: "↗";
		font-size: 14px;
	}

	body.page-id-1695 .property-explorer__rail-panel[data-rail-panel="directory"] {
		height: 378px;
	}

	body.page-id-1695 .property-explorer__legend {
		grid-template-columns: 1fr;
		min-height: 64px;
		padding: 13px 16px;
		gap: 9px;
	}

	body.page-id-1695 .property-explorer__legend > p:first-child,
	body.page-id-1695 .property-explorer__legend-hint {
		display: none;
	}

	body.page-id-1695 .property-explorer__legend ul {
		justify-content: space-between;
		gap: 10px;
	}

	body.page-id-1695 .property-explorer__legend li {
		font-size: 6px;
	}

	body.page-id-1695 .property-explorer__disclaimer {
		font-size: 7px;
		text-align: left;
	}

	/* Mobile immersive explorer: map above, compact details sheet below. */
	body.page-id-1695 .property-explorer.is-immersive .property-explorer__toolbar {
		display: none;
	}

	body.page-id-1695 .property-explorer.is-immersive .property-explorer__phases {
		top: 13px;
		right: 68px;
		left: 102px;
	}

	body.page-id-1695 .property-explorer.is-immersive .property-explorer__workspace {
		display: grid;
		grid-template-rows: minmax(0, 62dvh) minmax(270px, 38dvh);
		flex: 1;
	}

	body.page-id-1695 .property-explorer.is-immersive .property-explorer__map-column,
	body.page-id-1695 .property-explorer.is-immersive .property-explorer__rail {
		min-height: 0;
	}

	body.page-id-1695 .property-explorer.is-immersive .property-explorer__rail-tabs {
		min-height: 48px;
	}

	body.page-id-1695 .property-explorer.is-immersive .property-explorer__rail-panel {
		overflow: auto;
	}

	body.page-id-1695 .property-explorer.is-immersive .property-explorer__empty,
	body.page-id-1695 .property-explorer.is-immersive .property-explorer__lot {
		min-height: 222px;
	}

	body.page-id-1695 .property-explorer.is-immersive .property-explorer__legend {
		display: none;
	}

	body.page-id-1695 .property-explorer.is-immersive .property-explorer__close {
		top: 13px;
		left: 13px;
	}

	body.page-id-1695 .property-explorer.is-immersive .property-explorer__north {
		top: 74px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.page-id-1695 .property-explorer *,
	body.page-id-1695 .property-explorer *::before,
	body.page-id-1695 .property-explorer *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}

@media (forced-colors: active) {
	body.page-id-1695 .property-explorer__viewport,
	body.page-id-1695 .property-explorer__rail,
	body.page-id-1695 .property-explorer__toolbar {
		border: 2px solid CanvasText;
	}

	body.page-id-1695 .property-explorer__directory-item.is-selected {
		outline: 3px solid Highlight;
	}

	body.page-id-1695 .property-explorer__phase[aria-pressed="true"] {
		outline: 3px solid Highlight;
		outline-offset: -3px;
	}
}
