/* 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__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__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__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__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;
	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: 20px !important;
	color: rgba(32, 33, 29, .61);
	font-size: 13px;
	line-height: 1.65;
}

body.page-id-1695 .property-explorer__empty > button {
	display: flex;
	width: 100%;
	min-height: 50px;
	margin-top: 29px;
	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-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: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 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 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__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); }
}

/* 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"] {
	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;
	}
}

@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__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: 150px 1fr;
		grid-template-rows: auto 1fr auto;
		min-height: 360px;
		padding: 30px 40px;
		column-gap: 34px;
	}

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

	body.page-id-1695 .property-explorer__empty-orbit {
		grid-row: 2 / 4;
		margin: auto;
	}

	body.page-id-1695 .property-explorer__empty h3 {
		align-self: end;
	}

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

	body.page-id-1695 .property-explorer__empty > button {
		grid-column: 2;
	}

	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__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__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__empty {
		display: flex;
		min-height: 378px;
		padding: 25px 28px 28px;
	}

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

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

	body.page-id-1695 .property-explorer__empty > p:not(.property-explorer__index) {
		margin-top: 15px !important;
	}

	body.page-id-1695 .property-explorer__empty > button {
		margin-top: 23px;
	}

	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__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;
	}
}
