/*
 * Sawmill Ridge — Five Acres in Perspective
 * Signature sales-page experience. Intentionally isolated from Elementor.
 */

body.page-id-1695 .acreage-experience {
	--acreage-limestone: #f0ede5;
	--acreage-paper: #faf7ef;
	--acreage-pine: #23342b;
	--acreage-pine-deep: #14231c;
	--acreage-charcoal: #20211d;
	--acreage-olive: #62634f;
	--acreage-sage: #8a9074;
	--acreage-gold: #ad8952;
	--acreage-gold-light: #d2b57d;
	--acreage-line-light: rgba(240, 237, 229, .24);
	--acreage-line-dark: rgba(32, 33, 29, .2);
	--acreage-sticky-offset: 0px;
	--acreage-progress: 0;
	--acreage-stage-progress: 0;
	--acreage-home-label-opacity: 1;
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0;
	color: var(--acreage-charcoal);
	background: var(--acreage-limestone);
	font-family: "Futra BT M", "Futura Heavy", Futura, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	isolation: isolate;
}

body.page-id-1695:has(> .sawmill-sitewide-sale-banner) .acreage-experience {
	--acreage-sticky-offset: 40px;
}

body.page-id-1695.admin-bar .acreage-experience {
	--acreage-sticky-offset: 32px;
}

body.page-id-1695.admin-bar:has(> .sawmill-sitewide-sale-banner) .acreage-experience {
	--acreage-sticky-offset: 72px;
}

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

body.page-id-1695 .acreage-experience h2,
body.page-id-1695 .acreage-experience h3,
body.page-id-1695 .acreage-experience p,
body.page-id-1695 .acreage-experience ol,
body.page-id-1695 .acreage-experience dl,
body.page-id-1695 .acreage-experience dd,
body.page-id-1695 .acreage-experience dt {
	margin: 0;
}

body.page-id-1695 .acreage-experience button,
body.page-id-1695 .acreage-experience a {
	font: inherit;
}

body.page-id-1695 .acreage-experience button {
	-webkit-appearance: none;
	appearance: none;
}

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

body.page-id-1695 .acreage-kicker {
	color: var(--acreage-gold-light);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .24em;
	text-transform: uppercase;
}

/* Temporarily clear the canvas of injected chat UI while the story is active. */
body.page-id-1695.acreage-experience-active > #chat-widget-container,
body.page-id-1695.acreage-experience-active > #chat-widget-minimized,
body.page-id-1695.acreage-experience-active > [id^="livechat-"],
body.page-id-1695.acreage-experience-active > iframe[src*="livechatinc.com"],
body.page-id-1695.acreage-experience-active > iframe[src*="livechat.com"] {
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/* Opening poster */

body.page-id-1695 .acreage-teaser {
	position: relative;
	display: grid;
	min-height: min(880px, 100svh);
	overflow: hidden;
	padding: 68px 20px 42px;
	color: var(--acreage-paper);
	background: var(--acreage-pine-deep);
	border-block: 1px solid rgba(210, 181, 125, .48);
}

body.page-id-1695 .acreage-teaser::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	width: 1px;
	content: "";
	background: rgba(210, 181, 125, .3);
}

body.page-id-1695 .acreage-teaser::after {
	position: absolute;
	right: -20px;
	bottom: -72px;
	z-index: 0;
	content: "5";
	color: transparent;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(300px, 82vw, 520px);
	font-weight: 400;
	line-height: .72;
	-webkit-text-stroke: 1px rgba(210, 181, 125, .11);
	pointer-events: none;
}

body.page-id-1695 .acreage-teaser__glow {
	position: absolute;
	top: 0;
	right: 0;
	width: min(44vw, 620px);
	height: 100%;
	border-left: 1px solid rgba(210, 181, 125, .12);
	box-shadow: inset 70px 0 120px rgba(173, 137, 82, .07);
	pointer-events: none;
}

body.page-id-1695 .acreage-teaser__content {
	position: relative;
	z-index: 4;
	align-self: start;
	max-width: 620px;
	padding-left: 18px;
}

body.page-id-1695 .acreage-teaser__content .acreage-kicker {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

body.page-id-1695 .acreage-teaser__content .acreage-kicker::before {
	width: 34px;
	height: 1px;
	content: "";
	background: currentColor;
}

body.page-id-1695 .acreage-teaser h2 {
	max-width: 760px;
	color: var(--acreage-paper);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(45px, 12.5vw, 68px);
	font-weight: 400;
	line-height: .96;
	letter-spacing: -.035em;
	text-wrap: balance;
}

body.page-id-1695 .acreage-teaser__lede {
	max-width: 570px;
	margin-top: 22px !important;
	color: rgba(250, 247, 239, .78);
	font-size: clamp(15px, 4.2vw, 18px);
	line-height: 1.65;
}

body.page-id-1695 .acreage-teaser__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 590px;
	margin-top: 30px;
	border-block: 1px solid var(--acreage-line-light);
}

body.page-id-1695 .acreage-teaser__facts span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 74px;
	padding: 13px 8px 12px 0;
	color: rgba(250, 247, 239, .68);
	font-size: 9px;
	line-height: 1.35;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body.page-id-1695 .acreage-teaser__facts span + span {
	padding-left: 10px;
	border-left: 1px solid var(--acreage-line-light);
}

body.page-id-1695 .acreage-teaser__facts strong {
	display: block;
	margin-bottom: 3px;
	color: var(--acreage-paper);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(19px, 5.2vw, 28px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: -.025em;
	text-transform: none;
}

body.page-id-1695 .acreage-launch,
body.page-id-1695 .acreage-final__button,
body.page-id-1695 .acreage-summary__primary,
body.page-id-1695 .acreage-summary__replay {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .13em;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition:
		color .25s ease,
		background-color .25s ease,
		border-color .25s ease,
		transform .25s ease;
}

body.page-id-1695 .acreage-launch {
	gap: 22px;
	margin-top: 30px;
	padding: 14px 16px 14px 22px;
	color: var(--acreage-pine-deep);
	background: var(--acreage-gold-light);
	border-color: var(--acreage-gold-light);
}

body.page-id-1695 .acreage-launch__arrow {
	display: grid;
	width: 27px;
	height: 27px;
	place-items: center;
	color: var(--acreage-paper);
	background: var(--acreage-pine);
	font-size: 14px;
	line-height: 1;
	transition: transform .25s ease;
}

body.page-id-1695 .acreage-teaser__hint {
	margin-top: 12px !important;
	color: rgba(250, 247, 239, .66);
	font-size: 10px;
	letter-spacing: .13em;
	text-transform: uppercase;
}

body.page-id-1695 .acreage-teaser__diorama {
	position: relative;
	z-index: 2;
	align-self: end;
	width: calc(100% + 80px);
	height: 330px;
	overflow: hidden;
	margin: -12px -60px -20px -20px;
	background: #72745b;
	border-block: 1px solid rgba(210, 181, 125, .3);
	perspective: 900px;
	transform-style: preserve-3d;
	pointer-events: none;
}

body.page-id-1695 .acreage-teaser__poster {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: 100% 52%;
	filter: saturate(.88) contrast(1.04) brightness(.78);
	transform: scale(1.48);
	transform-origin: 100% 52%;
	transition: filter .7s ease, transform 1.1s cubic-bezier(.2, .7, .2, 1);
}

body.page-id-1695 .acreage-teaser__diorama::after {
	position: absolute;
	inset: 0;
	z-index: 5;
	content: "";
	border: 1px solid rgba(210, 181, 125, .36);
	box-shadow:
		inset 0 0 0 7px rgba(20, 35, 28, .08),
		inset 0 0 90px rgba(20, 35, 28, .2);
	pointer-events: none;
}

body.page-id-1695 .acreage-teaser__rings {
	position: absolute;
	z-index: 1;
	inset: -10% -25% -20% -22%;
	opacity: .24;
	background-image:
		repeating-linear-gradient(0deg, rgba(210, 181, 125, .14) 0 1px, transparent 1px 38px),
		repeating-linear-gradient(90deg, rgba(210, 181, 125, .14) 0 1px, transparent 1px 38px);
	border: 1px solid rgba(210, 181, 125, .2);
	transform: rotateX(67deg) rotateZ(-26deg);
	transform-origin: 50% 55%;
	transition: opacity .5s ease;
}

body.page-id-1695 .acreage-teaser__parcel {
	position: absolute;
	z-index: 2;
	top: 11%;
	left: 12%;
	width: 80%;
	aspect-ratio: 1.62;
	background: #64694f;
	border: 2px solid var(--acreage-gold-light);
	box-shadow:
		0 22px 0 #303a2d,
		0 38px 42px rgba(0, 0, 0, .42);
	transform: rotateX(58deg) rotateZ(-25deg);
	transform-origin: center;
	transform-style: preserve-3d;
}

body.page-id-1695 .acreage-experience.is-poster-ready .acreage-teaser__parcel {
	opacity: 0;
}

body.page-id-1695 .acreage-experience.is-poster-error .acreage-teaser__poster {
	display: none;
}

body.page-id-1695 .acreage-teaser__parcel::before,
body.page-id-1695 .acreage-teaser__parcel::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

body.page-id-1695 .acreage-teaser__parcel::before {
	inset: 8%;
	border: 1px solid rgba(240, 237, 229, .17);
}

body.page-id-1695 .acreage-teaser__parcel::after {
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: rgba(240, 237, 229, .08);
}

body.page-id-1695 .acreage-teaser__parcel > span {
	position: absolute;
	display: block;
}

body.page-id-1695 .acreage-teaser__road {
	right: -7%;
	bottom: -16%;
	left: -7%;
	height: 14%;
	background: var(--acreage-charcoal);
	border-top: 2px solid #93846d;
	box-shadow: inset 0 4px 0 rgba(240, 237, 229, .12);
	transform: translateZ(3px);
}

body.page-id-1695 .acreage-teaser__drive {
	bottom: 1%;
	left: 47%;
	width: 9%;
	height: 51%;
	background: var(--acreage-limestone);
	border: 1px solid rgba(32, 33, 29, .24);
	border-radius: 90% 55% 12% 18%;
	transform: translateZ(7px) rotate(9deg);
	transform-origin: 50% 100%;
}

body.page-id-1695 .acreage-teaser__home {
	top: 36%;
	left: 36%;
	width: 25%;
	aspect-ratio: 1.58;
	background: var(--acreage-paper);
	border: 1px solid rgba(32, 33, 29, .45);
	box-shadow:
		0 11px 0 #d9d1c0,
		9px 20px 18px rgba(20, 35, 28, .34);
	transform: translateZ(18px);
}

body.page-id-1695 .acreage-teaser__home::before {
	position: absolute;
	inset: -8% -5% 34%;
	content: "";
	background: #2c302a;
	border: 1px solid #151713;
	clip-path: polygon(0 22%, 50% 0, 100% 22%, 93% 100%, 7% 100%);
}

body.page-id-1695 .acreage-teaser__home::after {
	position: absolute;
	right: 14%;
	bottom: -1px;
	width: 18%;
	height: 38%;
	content: "";
	background: #8f6842;
	border-inline: 1px solid rgba(32, 33, 29, .4);
}

body.page-id-1695 .acreage-teaser__tree {
	width: 8%;
	aspect-ratio: 1;
	background: #283c29;
	border: 2px solid #7f895d;
	border-radius: 50%;
	box-shadow:
		4px 8px 0 rgba(26, 42, 29, .8),
		8px 15px 14px rgba(20, 35, 28, .35);
	transform: translateZ(14px);
}

body.page-id-1695 .acreage-teaser__tree::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 32px;
	content: "";
	background: #6f5336;
	transform: translate(-50%, 0);
	transform-origin: top;
}

body.page-id-1695 .acreage-teaser__tree--one {
	top: 16%;
	left: 14%;
}

body.page-id-1695 .acreage-teaser__tree--two {
	top: 17%;
	right: 15%;
	width: 6%;
}

body.page-id-1695 .acreage-teaser__tree--three {
	right: 18%;
	bottom: 13%;
	width: 7%;
}

body.page-id-1695 .acreage-teaser__scale {
	position: absolute;
	z-index: 3;
	right: 6%;
	bottom: 1%;
	left: 8%;
	display: none;
	align-items: center;
	justify-content: space-between;
	color: rgba(250, 247, 239, .52);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .17em;
	text-transform: uppercase;
}

body.page-id-1695 .acreage-teaser__scale::before {
	position: absolute;
	right: 72px;
	left: 82px;
	height: 1px;
	content: "";
	background: rgba(210, 181, 125, .4);
}

body.page-id-1695 .acreage-experience:has(.acreage-launch[aria-expanded="true"]) .acreage-teaser,
body.page-id-1695 .acreage-experience.is-open .acreage-teaser {
	border-bottom-color: var(--acreage-gold);
}

/* Scroll-driven canvas */

body.page-id-1695 .acreage-story {
	position: relative;
	background: var(--acreage-limestone);
	scroll-margin-top: calc(var(--acreage-sticky-offset) + 8px);
}

body.page-id-1695 .acreage-scroll {
	position: relative;
	height: 440svh;
	min-height: 2500px;
	background: var(--acreage-pine-deep);
}

body.page-id-1695 .acreage-experience.has-no-canvas .acreage-scroll {
	display: none;
}

body.page-id-1695 .acreage-sticky {
	position: sticky;
	top: var(--acreage-sticky-offset);
	width: 100%;
	height: calc(100svh - var(--acreage-sticky-offset));
	min-height: 560px;
	overflow: hidden;
	color: var(--acreage-paper);
	background: var(--acreage-pine-deep);
	isolation: isolate;
}

body.page-id-1695 .acreage-canvas {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	background: #5e634e;
	opacity: 0;
	transition: opacity .55s ease;
}

body.page-id-1695 .acreage-canvas.is-ready,
body.page-id-1695 .acreage-experience.is-reduced-motion .acreage-canvas {
	opacity: 1;
}

body.page-id-1695 .acreage-atmosphere,
body.page-id-1695 .acreage-grain {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

body.page-id-1695 .acreage-atmosphere {
	background:
		linear-gradient(90deg, rgba(20, 35, 28, .8) 0%, rgba(20, 35, 28, .18) 44%, transparent 67%),
		linear-gradient(0deg, rgba(20, 35, 28, .54) 0%, transparent 42%);
	box-shadow:
		inset 0 0 0 1px rgba(210, 181, 125, .18),
		inset 0 0 160px rgba(10, 17, 13, .25);
}

body.page-id-1695 .acreage-grain {
	opacity: .16;
	background-image: repeating-linear-gradient(
		107deg,
		rgba(250, 247, 239, .045) 0 1px,
		transparent 1px 4px
	);
	mix-blend-mode: soft-light;
}

body.page-id-1695 .acreage-story__header,
body.page-id-1695 .acreage-readout,
body.page-id-1695 .acreage-narrative,
body.page-id-1695 .acreage-home-label,
body.page-id-1695 .acreage-progress,
body.page-id-1695 .acreage-proof,
body.page-id-1695 .acreage-final,
body.page-id-1695 .acreage-scroll-cue {
	position: absolute;
	z-index: 3;
}

body.page-id-1695 .acreage-story__header {
	top: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 58px;
	padding: 12px 20px;
	border-bottom: 1px solid rgba(250, 247, 239, .2);
}

body.page-id-1695 .acreage-story__header p {
	color: rgba(250, 247, 239, .72);
	font-size: 9px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .14em;
	text-transform: uppercase;
}

body.page-id-1695 .acreage-story__header p span {
	margin-inline: 5px;
	color: var(--acreage-gold-light);
}

body.page-id-1695 .acreage-skip {
	min-height: 44px;
	padding: 12px 0 10px;
	color: var(--acreage-paper);
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(210, 181, 125, .72);
	border-radius: 0;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .1em;
	text-transform: uppercase;
	cursor: pointer;
	transition: color .2s ease, border-color .2s ease;
}

body.page-id-1695 .acreage-readout {
	top: 84px;
	left: 20px;
	max-width: calc(100% - 40px);
	text-shadow: 0 2px 22px rgba(20, 35, 28, .38);
	transition: opacity .35s ease, transform .45s ease;
}

body.page-id-1695 .acreage-readout__chapter {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--acreage-gold-light);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

body.page-id-1695 .acreage-readout__chapter::before {
	width: 26px;
	height: 1px;
	content: "";
	background: currentColor;
}

body.page-id-1695 .acreage-readout__figure {
	display: flex;
	align-items: flex-end;
	gap: 9px;
	margin-top: 8px !important;
	color: var(--acreage-paper);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(66px, 19vw, 105px);
	font-weight: 400;
	line-height: .78;
	letter-spacing: -.065em;
}

body.page-id-1695 .acreage-readout__figure small {
	padding-bottom: .14em;
	font-family: "Futra BT M", "Futura Heavy", Futura, Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .14em;
	text-transform: uppercase;
}

body.page-id-1695 .acreage-readout__square-feet {
	margin-top: 13px !important;
	color: rgba(250, 247, 239, .68);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body.page-id-1695 .acreage-narrative {
	right: 20px;
	bottom: 104px;
	left: 20px;
	max-width: 520px;
	padding: 17px 18px 18px;
	background: rgba(20, 35, 28, .9);
	border-left: 2px solid var(--acreage-gold-light);
	box-shadow: 16px 20px 50px rgba(10, 17, 13, .18);
	transition: opacity .35s ease, transform .45s ease;
}

body.page-id-1695 .acreage-narrative__title {
	color: var(--acreage-paper);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(22px, 6vw, 30px);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -.02em;
	text-wrap: balance;
}

body.page-id-1695 .acreage-narrative__body {
	max-width: 470px;
	margin-top: 9px !important;
	color: rgba(250, 247, 239, .7);
	font-size: 12px;
	line-height: 1.6;
}

body.page-id-1695 .acreage-narrative.is-changing {
	opacity: 0;
	transform: translateY(8px);
}

body.page-id-1695 .acreage-home-label {
	top: 45%;
	right: 9%;
	display: none;
	align-items: center;
	gap: 10px;
	color: var(--acreage-paper);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .09em;
	text-shadow: 0 2px 12px rgba(20, 35, 28, .5);
	text-transform: uppercase;
	opacity: var(--acreage-home-label-opacity);
	pointer-events: none;
	transition: opacity .3s ease, transform .35s ease;
	will-change: opacity;
}

body.page-id-1695 .acreage-home-label.is-suppressed {
	visibility: hidden;
}

body.page-id-1695 .acreage-home-label__line {
	display: block;
	width: 56px;
	height: 1px;
	background: var(--acreage-gold-light);
	transform: rotate(-14deg);
	transform-origin: right;
}

body.page-id-1695 .acreage-progress {
	right: 20px;
	bottom: 68px;
	left: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 0;
	list-style: none;
	transition: opacity .3s ease;
}

body.page-id-1695 .acreage-progress::before {
	position: absolute;
	top: 4px;
	right: 4px;
	left: 4px;
	height: 1px;
	content: "";
	background: rgba(250, 247, 239, .28);
}

body.page-id-1695 .acreage-progress::after {
	position: absolute;
	top: 4px;
	right: 4px;
	left: 4px;
	height: 1px;
	content: "";
	background: var(--acreage-gold-light);
	transform: scaleX(var(--acreage-progress));
	transform-origin: left;
	transition: transform .12s linear;
}

body.page-id-1695 .acreage-progress li {
	position: relative;
	display: grid;
	gap: 8px;
	justify-items: center;
	color: rgba(250, 247, 239, .48);
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
	transition: color .3s ease;
}

body.page-id-1695 .acreage-progress li:first-child {
	justify-items: start;
}

body.page-id-1695 .acreage-progress li:last-child {
	justify-items: end;
}

body.page-id-1695 .acreage-progress li span {
	position: relative;
	z-index: 1;
	display: block;
	width: 9px;
	height: 9px;
	background: var(--acreage-pine-deep);
	border: 1px solid rgba(250, 247, 239, .52);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(20, 35, 28, .48);
	transition: background-color .3s ease, border-color .3s ease, transform .3s ease;
}

body.page-id-1695 .acreage-progress li.is-active {
	color: var(--acreage-paper);
}

body.page-id-1695 .acreage-progress li.is-complete {
	color: rgba(250, 247, 239, .78);
}

body.page-id-1695 .acreage-progress li.is-complete span {
	background: var(--acreage-gold);
	border-color: var(--acreage-gold-light);
}

body.page-id-1695 .acreage-progress li.is-active span {
	background: var(--acreage-gold-light);
	border-color: var(--acreage-gold-light);
	transform: scale(1.18);
}

body.page-id-1695 .acreage-proof {
	top: 47%;
	right: 20px;
	left: auto;
	width: min(58%, 230px);
	padding: 16px 0 15px 16px;
	background: rgba(20, 35, 28, .88);
	border-left: 1px solid var(--acreage-gold-light);
	opacity: 0;
	pointer-events: none;
	transform: translateY(16px);
	transition: opacity .45s ease, transform .5s ease;
}

body.page-id-1695 .acreage-proof[aria-hidden="false"],
body.page-id-1695 .acreage-proof.is-visible {
	opacity: 1;
	transform: translateY(0);
}

body.page-id-1695 .acreage-proof p {
	display: flex;
	align-items: flex-end;
	gap: 9px;
}

body.page-id-1695 .acreage-proof strong {
	color: var(--acreage-gold-light);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(54px, 16vw, 82px);
	font-weight: 400;
	line-height: .75;
	letter-spacing: -.06em;
}

body.page-id-1695 .acreage-proof p span {
	padding-bottom: 3px;
	color: var(--acreage-paper);
	font-size: 9px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body.page-id-1695 .acreage-proof small {
	display: block;
	margin-top: 12px;
	color: rgba(250, 247, 239, .67);
	font-size: 10px;
	line-height: 1.45;
}

body.page-id-1695 .acreage-final {
	right: 20px;
	bottom: 86px;
	left: 20px;
	max-width: 550px;
	padding: 22px 20px 21px;
	background: rgba(20, 35, 28, .94);
	border-block: 1px solid rgba(210, 181, 125, .5);
	opacity: 0;
	pointer-events: none;
	transform: translateY(18px);
	transition: opacity .5s ease, transform .55s ease;
}

body.page-id-1695 .acreage-final[aria-hidden="false"],
body.page-id-1695 .acreage-final.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

body.page-id-1695 .acreage-final h3 {
	margin-top: 8px;
	color: var(--acreage-paper);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(33px, 9.2vw, 48px);
	font-weight: 400;
	line-height: .98;
	letter-spacing: -.035em;
	text-wrap: balance;
}

body.page-id-1695 .acreage-final > p:not(.acreage-kicker) {
	max-width: 460px;
	margin-top: 12px;
	color: rgba(250, 247, 239, .72);
	font-size: 12px;
	line-height: 1.55;
}

body.page-id-1695 .acreage-final__button {
	margin-top: 18px;
	padding: 13px 18px;
	color: var(--acreage-pine-deep);
	background: var(--acreage-gold-light);
	border-color: var(--acreage-gold-light);
}

body.page-id-1695 .acreage-sticky:has(.acreage-final[aria-hidden="false"]) .acreage-readout,
body.page-id-1695 .acreage-sticky:has(.acreage-final[aria-hidden="false"]) .acreage-narrative,
body.page-id-1695 .acreage-sticky:has(.acreage-final[aria-hidden="false"]) .acreage-proof,
body.page-id-1695 .acreage-sticky:has(.acreage-final.is-visible) .acreage-readout,
body.page-id-1695 .acreage-sticky:has(.acreage-final.is-visible) .acreage-narrative,
body.page-id-1695 .acreage-sticky:has(.acreage-final.is-visible) .acreage-proof {
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
}

body.page-id-1695 .acreage-sticky:has(.acreage-final[aria-hidden="false"]) .acreage-progress,
body.page-id-1695 .acreage-sticky:has(.acreage-final[aria-hidden="false"]) .acreage-scroll-cue,
body.page-id-1695 .acreage-sticky:has(.acreage-final.is-visible) .acreage-progress,
body.page-id-1695 .acreage-sticky:has(.acreage-final.is-visible) .acreage-scroll-cue {
	opacity: 0;
	pointer-events: none;
}

body.page-id-1695 .acreage-scroll-cue {
	bottom: 20px;
	left: 50%;
	display: flex;
	align-items: center;
	gap: 8px;
	color: rgba(250, 247, 239, .58);
	font-size: 8px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .13em;
	text-transform: uppercase;
	transform: translateX(-50%);
	white-space: nowrap;
	transition: opacity .3s ease;
}

body.page-id-1695 .acreage-scroll-cue span {
	position: relative;
	display: block;
	width: 13px;
	height: 22px;
	border: 1px solid rgba(250, 247, 239, .55);
	border-radius: 9px;
}

body.page-id-1695 .acreage-scroll-cue span::after {
	position: absolute;
	top: 4px;
	left: 50%;
	width: 2px;
	height: 4px;
	content: "";
	background: var(--acreage-gold-light);
	border-radius: 2px;
	animation: acreage-scroll-dot 1.8s ease-in-out infinite;
	transform: translateX(-50%);
}

body.page-id-1695 .acreage-scroll-cue.is-hidden {
	opacity: 0;
}

body.page-id-1695 .acreage-experience.is-complete .acreage-scroll-cue {
	opacity: 0;
}

/* Static payoff below the scrubbed scene */

body.page-id-1695 .acreage-summary {
	position: relative;
	display: grid;
	gap: 44px;
	padding: 72px 20px 76px 38px;
	background: var(--acreage-limestone);
	border-bottom: 1px solid var(--acreage-line-dark);
}

body.page-id-1695 .acreage-summary::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	width: 1px;
	content: "";
	background: rgba(173, 137, 82, .55);
}

body.page-id-1695 .acreage-summary__copy {
	max-width: 720px;
}

body.page-id-1695 .acreage-summary .acreage-kicker {
	color: var(--acreage-gold);
}

body.page-id-1695 .acreage-summary h3 {
	max-width: 760px;
	margin-top: 13px;
	color: var(--acreage-charcoal);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 11vw, 70px);
	font-weight: 400;
	line-height: .98;
	letter-spacing: -.04em;
	text-wrap: balance;
}

body.page-id-1695 .acreage-summary__copy > p:not(.acreage-kicker) {
	max-width: 630px;
	margin-top: 21px;
	color: #5d5a50;
	font-size: 15px;
	line-height: 1.68;
}

body.page-id-1695 .acreage-summary__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
	margin-top: 28px;
}

body.page-id-1695 .acreage-summary__primary {
	padding: 14px 20px;
	color: var(--acreage-paper);
	background: var(--acreage-pine);
	border-color: var(--acreage-pine);
}

body.page-id-1695 .acreage-summary__replay {
	padding: 14px 20px;
	color: var(--acreage-pine);
	background: transparent;
	border-color: rgba(35, 52, 43, .54);
}

body.page-id-1695 .acreage-summary__numbers {
	border-top: 1px solid rgba(32, 33, 29, .28);
}

body.page-id-1695 .acreage-summary__numbers > div {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
	align-items: baseline;
	gap: 16px;
	padding: 17px 0 16px;
	border-bottom: 1px solid rgba(32, 33, 29, .2);
}

body.page-id-1695 .acreage-summary__numbers dt {
	color: #6f6b5f;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

body.page-id-1695 .acreage-summary__numbers dd {
	color: var(--acreage-charcoal);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(19px, 5.2vw, 28px);
	font-weight: 400;
	line-height: 1.05;
	text-align: right;
}

body.page-id-1695 .acreage-summary__note {
	color: #625e55;
	font-size: 10px;
	line-height: 1.55;
}

body.page-id-1695 .acreage-noscript {
	margin: 0;
	padding: 24px 20px;
	color: var(--acreage-paper);
	background: var(--acreage-pine);
	border-block: 1px solid var(--acreage-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 1.55;
	text-align: center;
}

body.page-id-1695 .acreage-experience.is-reduced-motion .acreage-scroll {
	height: auto;
	min-height: 0;
}

body.page-id-1695 .acreage-experience.is-reduced-motion .acreage-sticky {
	position: relative;
	top: auto;
	height: min(820px, calc(100svh - var(--acreage-sticky-offset)));
	min-height: 640px;
}

body.page-id-1695 .acreage-experience.is-reduced-motion .acreage-scroll-cue,
body.page-id-1695 .acreage-experience.is-reduced-motion .acreage-skip {
	display: none;
}

@keyframes acreage-scroll-dot {
	0%,
	100% {
		opacity: .35;
		transform: translate(-50%, 0);
	}
	50% {
		opacity: 1;
		transform: translate(-50%, 8px);
	}
}

/* Progressive enhancement: hover-capable devices */

@media (hover: hover) and (pointer: fine) {
	body.page-id-1695 .acreage-teaser:hover .acreage-teaser__poster {
		filter: saturate(.96) contrast(1.03) brightness(.88);
		transform: scale(1.52);
	}

	body.page-id-1695 .acreage-teaser:hover .acreage-teaser__rings {
		opacity: .42;
	}

	body.page-id-1695 .acreage-launch:hover,
	body.page-id-1695 .acreage-final__button:hover {
		color: var(--acreage-paper);
		background: transparent;
		border-color: var(--acreage-gold-light);
		transform: translateY(-2px);
	}

	body.page-id-1695 .acreage-launch:hover .acreage-launch__arrow {
		transform: translateY(3px);
	}

	body.page-id-1695 .acreage-summary__primary:hover {
		color: var(--acreage-pine);
		background: transparent;
		border-color: var(--acreage-pine);
		transform: translateY(-2px);
	}

	body.page-id-1695 .acreage-summary__replay:hover {
		color: var(--acreage-paper);
		background: var(--acreage-pine);
		border-color: var(--acreage-pine);
		transform: translateY(-2px);
	}

	body.page-id-1695 .acreage-skip:hover {
		color: var(--acreage-gold-light);
		border-color: currentColor;
	}
}

/* Phones use the concise lead-in and move directly into the interactive story. */

@media (max-width: 599px) {
	body.page-id-1695 .acreage-teaser {
		min-height: 0;
	}

	body.page-id-1695 .acreage-teaser__diorama {
		display: none;
	}
}

/*
 * Mobile gives the completed parcel an unobstructed beat before the final card.
 * The acreage chapters and milestone track remain visible during the expansion.
 */

@media (max-width: 599px), (max-width: 899px) and (pointer: coarse) {
	body.page-id-1695 .acreage-progress::after {
		transform: scaleX(var(--acreage-stage-progress));
	}

	body.page-id-1695 .acreage-experience.is-mobile-visual-focus .acreage-readout,
	body.page-id-1695 .acreage-experience.is-mobile-visual-focus .acreage-narrative,
	body.page-id-1695 .acreage-experience.is-mobile-visual-focus .acreage-progress,
	body.page-id-1695 .acreage-experience.is-mobile-visual-focus .acreage-proof,
	body.page-id-1695 .acreage-experience.is-mobile-visual-focus .acreage-home-label {
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		transition:
			opacity .35s ease,
			visibility 0s linear .45s;
	}

	body.page-id-1695 .acreage-experience.is-mobile-visual-focus .acreage-readout,
	body.page-id-1695 .acreage-experience.is-mobile-visual-focus .acreage-narrative {
		transform: translateY(10px);
		transition:
			opacity .35s ease,
			transform .45s ease,
			visibility 0s linear .45s;
	}

	body.page-id-1695 .acreage-experience:not(.is-reduced-motion) .acreage-final {
		transform: translateY(calc(100% + 110px));
		transition:
			opacity .5s ease,
			transform .7s cubic-bezier(.22, .61, .36, 1);
		will-change: opacity, transform;
	}

	body.page-id-1695 .acreage-experience.is-mobile-final .acreage-final {
		transform: translateY(0);
	}
}

/* Tablet and up */

@media (min-width: 600px) {
	body.page-id-1695 .acreage-teaser {
		padding: 84px 7vw 54px;
	}

	body.page-id-1695 .acreage-teaser::before,
	body.page-id-1695 .acreage-summary::before {
		left: 5vw;
	}

	body.page-id-1695 .acreage-teaser__content {
		padding-left: 0;
	}

	body.page-id-1695 .acreage-teaser__facts span {
		padding-right: 16px;
		font-size: 10px;
	}

	body.page-id-1695 .acreage-teaser__facts span + span {
		padding-left: 18px;
	}

	body.page-id-1695 .acreage-teaser__diorama {
		width: 110%;
		height: 390px;
		margin: -30px -10% -22px 0;
	}

	body.page-id-1695 .acreage-teaser__poster {
		object-position: 100% 50%;
		transform: scale(1.3);
	}

	body.page-id-1695 .acreage-story__header {
		min-height: 66px;
		padding-inline: 5vw;
	}

	body.page-id-1695 .acreage-story__header p,
	body.page-id-1695 .acreage-skip {
		font-size: 10px;
	}

	body.page-id-1695 .acreage-readout {
		top: 100px;
		left: 5vw;
	}

	body.page-id-1695 .acreage-readout__chapter,
	body.page-id-1695 .acreage-readout__square-feet {
		font-size: 10px;
	}

	body.page-id-1695 .acreage-readout__figure {
		font-size: clamp(88px, 15vw, 126px);
	}

	body.page-id-1695 .acreage-narrative {
		right: auto;
		bottom: 78px;
		left: 5vw;
		width: min(500px, 58vw);
		padding: 22px 24px 23px;
	}

	body.page-id-1695 .acreage-narrative__body,
	body.page-id-1695 .acreage-final > p:not(.acreage-kicker) {
		font-size: 13px;
	}

	body.page-id-1695 .acreage-home-label {
		display: flex;
	}

	body.page-id-1695 .acreage-progress {
		top: 50%;
		right: 4vw;
		bottom: auto;
		left: auto;
		display: grid;
		grid-template-columns: 1fr;
		gap: 34px;
		width: 70px;
		transform: translateY(-50%);
	}

	body.page-id-1695 .acreage-progress::before {
		top: 4px;
		right: auto;
		bottom: 4px;
		left: 4px;
		width: 1px;
		height: auto;
	}

	body.page-id-1695 .acreage-progress::after {
		top: 4px;
		right: auto;
		bottom: 4px;
		left: 4px;
		width: 1px;
		height: auto;
		transform: scaleY(var(--acreage-progress));
		transform-origin: top;
	}

	body.page-id-1695 .acreage-progress li,
	body.page-id-1695 .acreage-progress li:first-child,
	body.page-id-1695 .acreage-progress li:last-child {
		grid-template-columns: 9px 1fr;
		gap: 11px;
		align-items: center;
		justify-items: start;
	}

	body.page-id-1695 .acreage-proof {
		top: 42%;
		right: 10vw;
		width: min(310px, 34vw);
		padding: 24px 0 23px 24px;
	}

	body.page-id-1695 .acreage-proof small {
		max-width: 235px;
		font-size: 11px;
	}

	body.page-id-1695 .acreage-final {
		right: auto;
		bottom: 8vh;
		left: 5vw;
		width: min(550px, 70vw);
		padding: 28px 30px 29px;
	}

	body.page-id-1695 .acreage-scroll-cue {
		bottom: 24px;
	}

	body.page-id-1695 .acreage-summary {
		padding: 96px 7vw 92px;
	}

	body.page-id-1695 .acreage-summary__actions {
		flex-direction: row;
		align-items: center;
	}

	body.page-id-1695 .acreage-summary__primary,
	body.page-id-1695 .acreage-summary__replay {
		padding-inline: 24px;
	}
}

@media (min-width: 600px) and (max-width: 899px) and (pointer: coarse) {
	body.page-id-1695 .acreage-progress::after {
		transform: scaleY(var(--acreage-stage-progress));
	}
}

/* Desktop cinematic composition */

@media (min-width: 960px) {
	body.page-id-1695 .acreage-teaser {
		display: block;
		min-height: 0;
		padding: clamp(24px, 3vw, 46px) clamp(24px, 3.5vw, 58px);
	}

	body.page-id-1695 .acreage-teaser::before {
		left: clamp(13px, 1.7vw, 28px);
	}

	body.page-id-1695 .acreage-teaser::after {
		display: none;
	}

	body.page-id-1695 .acreage-experience.has-poster .acreage-teaser__content {
		position: absolute;
		inset: 0;
		z-index: 6;
		align-self: stretch;
		justify-self: stretch;
		width: 100%;
		height: 100%;
		max-width: none;
		padding: 0;
		pointer-events: none;
	}

	body.page-id-1695 .acreage-experience.has-poster .acreage-teaser__content > .acreage-kicker,
	body.page-id-1695 .acreage-experience.has-poster .acreage-teaser__content > h2,
	body.page-id-1695 .acreage-experience.has-poster .acreage-teaser__content > .acreage-teaser__lede,
	body.page-id-1695 .acreage-experience.has-poster .acreage-teaser__content > .acreage-teaser__facts {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		overflow: hidden !important;
		padding: 0 !important;
		margin: -1px !important;
		clip: rect(0 0 0 0) !important;
		white-space: nowrap !important;
	}

	body.page-id-1695 .acreage-experience.has-poster .acreage-teaser__facts {
		border: 0;
	}

	body.page-id-1695 .acreage-experience.has-poster .acreage-launch {
		position: absolute;
		bottom: 43px;
		left: 50%;
		min-width: 250px;
		margin: 0;
		pointer-events: auto;
		transform: translateX(-50%);
	}

	body.page-id-1695 .acreage-experience.has-poster .acreage-teaser__hint {
		position: absolute;
		bottom: 17px;
		left: 50%;
		width: max-content;
		max-width: calc(100% - 40px);
		margin: 0 !important;
		text-align: center;
		transform: translateX(-50%);
	}

	body.page-id-1695 .acreage-teaser__glow {
		display: none;
	}

	body.page-id-1695 .acreage-teaser__diorama {
		width: min(100%, 1536px);
		height: auto;
		aspect-ratio: 3 / 2;
		margin: 0 auto;
		background: var(--acreage-limestone);
		border: 1px solid rgba(210, 181, 125, .6);
		box-shadow: 0 35px 90px rgba(7, 14, 10, .34);
		perspective: none;
	}

	body.page-id-1695 .acreage-teaser__poster {
		object-fit: contain;
		object-position: center;
		filter: saturate(.94) contrast(1.02) brightness(.96);
		transform: none;
	}

	body.page-id-1695 .acreage-teaser__rings {
		inset: 0;
		opacity: 0;
		transform: none;
	}

	body.page-id-1695 .acreage-teaser__diorama::after {
		box-shadow:
			inset 0 0 0 8px rgba(20, 35, 28, .05),
			inset 0 0 130px rgba(20, 35, 28, .1);
	}

	body.page-id-1695 .acreage-teaser:hover .acreage-teaser__poster {
		filter: saturate(1) contrast(1.02) brightness(1);
		transform: scale(1.008);
	}

	body.page-id-1695 .acreage-teaser:hover .acreage-teaser__rings {
		opacity: .08;
	}

	body.page-id-1695 .acreage-experience.has-poster .acreage-launch:hover {
		transform: translate(-50%, -2px);
	}

	body.page-id-1695 .acreage-scroll {
		height: 520svh;
		min-height: 3400px;
	}

	body.page-id-1695 .acreage-story__header {
		min-height: 72px;
		padding-inline: clamp(40px, 4.8vw, 80px);
	}

	body.page-id-1695 .acreage-story__header p,
	body.page-id-1695 .acreage-skip {
		font-size: 11px;
	}

	body.page-id-1695 .acreage-readout {
		top: clamp(102px, 13vh, 142px);
		left: clamp(40px, 5.5vw, 92px);
	}

	body.page-id-1695 .acreage-readout__figure {
		margin-top: 13px !important;
		font-size: clamp(120px, 12vw, 190px);
	}

	body.page-id-1695 .acreage-readout__figure small {
		padding-bottom: .24em;
		font-size: 13px;
	}

	body.page-id-1695 .acreage-readout__square-feet {
		margin-top: 22px !important;
		font-size: 11px;
	}

	body.page-id-1695 .acreage-narrative {
		bottom: clamp(54px, 8vh, 96px);
		left: clamp(40px, 5.5vw, 92px);
		width: min(540px, 39vw);
		padding: 27px 30px 28px;
	}

	body.page-id-1695 .acreage-narrative__title {
		font-size: clamp(30px, 2.7vw, 44px);
	}

	body.page-id-1695 .acreage-narrative__body {
		margin-top: 12px !important;
		font-size: 14px;
	}

	body.page-id-1695 .acreage-home-label {
		right: clamp(110px, 14vw, 230px);
		font-size: 10px;
	}

	body.page-id-1695 .acreage-progress {
		right: clamp(38px, 4vw, 72px);
		gap: 44px;
	}

	body.page-id-1695 .acreage-progress li {
		font-size: 10px;
	}

	body.page-id-1695 .acreage-proof {
		top: 43%;
		right: clamp(110px, 15vw, 240px);
		width: min(360px, 27vw);
		padding: 28px 0 28px 28px;
	}

	body.page-id-1695 .acreage-proof strong {
		font-size: clamp(92px, 8vw, 132px);
	}

	body.page-id-1695 .acreage-proof p span {
		font-size: 11px;
	}

	body.page-id-1695 .acreage-proof small {
		max-width: 280px;
		margin-top: 18px;
		font-size: 12px;
	}

	body.page-id-1695 .acreage-final {
		bottom: clamp(50px, 8vh, 92px);
		left: clamp(40px, 5.5vw, 92px);
		width: min(610px, 44vw);
		max-width: none;
		padding: 34px 38px 35px;
	}

	body.page-id-1695 .acreage-final h3 {
		font-size: clamp(48px, 4.7vw, 74px);
	}

	body.page-id-1695 .acreage-final > p:not(.acreage-kicker) {
		margin-top: 16px;
		font-size: 15px;
	}

	body.page-id-1695 .acreage-final__button {
		margin-top: 24px;
		padding: 15px 22px;
	}

	body.page-id-1695 .acreage-summary {
		grid-template-columns: minmax(0, 1.12fr) minmax(350px, .88fr);
		gap: clamp(70px, 8vw, 140px);
		align-items: center;
		padding: clamp(110px, 10vw, 160px) clamp(64px, 8vw, 140px);
	}

	body.page-id-1695 .acreage-summary::before {
		left: clamp(35px, 4vw, 68px);
	}

	body.page-id-1695 .acreage-summary h3 {
		font-size: clamp(62px, 5.8vw, 94px);
	}

	body.page-id-1695 .acreage-summary__copy > p:not(.acreage-kicker) {
		font-size: 17px;
	}

	body.page-id-1695 .acreage-summary__numbers dd {
		font-size: clamp(25px, 2.1vw, 35px);
	}

	body.page-id-1695 .acreage-summary__note {
		grid-column: 1 / -1;
	}
}

@media (min-width: 1440px) {
	body.page-id-1695 .acreage-teaser {
		padding-inline: max(calc((100vw - 1440px) / 2 + 76px), 7vw);
	}

	body.page-id-1695 .acreage-teaser__content {
		max-width: 650px;
	}

	body.page-id-1695 .acreage-teaser__diorama {
		height: min(44vw, 720px);
	}

	body.page-id-1695 .acreage-story__header {
		padding-inline: max(calc((100vw - 1600px) / 2 + 60px), 4.5vw);
	}

	body.page-id-1695 .acreage-summary {
		padding-inline: max(calc((100vw - 1440px) / 2 + 74px), 8vw);
	}
}

/* Short landscape viewports */

@media (min-width: 600px) and (max-height: 720px) {
	body.page-id-1695 .acreage-sticky {
		min-height: 500px;
	}

	body.page-id-1695 .acreage-readout {
		top: 82px;
	}

	body.page-id-1695 .acreage-readout__figure {
		font-size: clamp(76px, 12vh, 100px);
	}

	body.page-id-1695 .acreage-readout__square-feet {
		margin-top: 10px !important;
	}

	body.page-id-1695 .acreage-narrative {
		bottom: 38px;
		padding-block: 18px;
	}

	body.page-id-1695 .acreage-narrative__title {
		font-size: 27px;
	}

	body.page-id-1695 .acreage-narrative__body {
		line-height: 1.45;
	}

	body.page-id-1695 .acreage-final {
		bottom: 30px;
		padding-block: 23px;
	}

	body.page-id-1695 .acreage-final h3 {
		font-size: 43px;
	}

	body.page-id-1695 .acreage-scroll-cue {
		display: none;
	}

}

/* Sale banner and WordPress admin-bar offsets on mobile */

@media (max-width: 782px) {
	body.page-id-1695:has(> .sawmill-sitewide-sale-banner) .acreage-experience {
		--acreage-sticky-offset: 30px;
	}

	body.page-id-1695.admin-bar .acreage-experience {
		--acreage-sticky-offset: 46px;
	}

	body.page-id-1695.admin-bar:has(> .sawmill-sitewide-sale-banner) .acreage-experience {
		--acreage-sticky-offset: 76px;
	}
}

/* Keyboard focus */

body.page-id-1695 .acreage-experience button:focus-visible,
body.page-id-1695 .acreage-experience a:focus-visible {
	outline: 3px solid var(--acreage-gold-light);
	outline-offset: 4px;
}

body.page-id-1695 .acreage-launch:focus-visible,
body.page-id-1695 .acreage-final__button:focus-visible {
	outline-color: var(--acreage-paper);
	box-shadow: 0 0 0 5px var(--acreage-pine-deep);
}

body.page-id-1695 .acreage-summary__primary:focus-visible {
	outline-color: var(--acreage-paper);
	box-shadow: 0 0 0 5px var(--acreage-pine-deep);
}

body.page-id-1695 .acreage-summary__replay:focus-visible {
	outline-color: var(--acreage-pine-deep);
	box-shadow: 0 0 0 2px var(--acreage-paper);
}

body.page-id-1695 .acreage-story:focus,
body.page-id-1695 .acreage-final:focus,
body.page-id-1695 .acreage-summary:focus {
	outline: none;
}

/* Reduced-motion presents a stable scene and immediate factual summary. */

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

	body.page-id-1695 .acreage-teaser__diorama,
	body.page-id-1695 .acreage-teaser__rings,
	body.page-id-1695 .acreage-teaser__parcel {
		transform-style: flat;
	}

	body.page-id-1695 .acreage-scroll {
		height: auto;
		min-height: 0;
	}

	body.page-id-1695 .acreage-sticky {
		position: relative;
		top: auto;
		height: min(820px, calc(100svh - var(--acreage-sticky-offset)));
		min-height: 640px;
	}

	body.page-id-1695 .acreage-scroll-cue {
		display: none;
	}

	body.page-id-1695 .acreage-summary__replay {
		display: none;
	}
}

/* Keep the entire story operable on short landscape viewports. */

@media (max-height: 620px) and (orientation: landscape) {
	body.page-id-1695 .acreage-sticky,
	body.page-id-1695 .acreage-experience.is-reduced-motion .acreage-sticky {
		height: calc(100svh - var(--acreage-sticky-offset));
		min-height: 0;
	}

	body.page-id-1695 .acreage-story__header {
		min-height: 48px;
		padding: 4px 3vw;
	}

	body.page-id-1695 .acreage-readout {
		top: 62px;
		left: 3vw;
		max-width: 42vw;
	}

	body.page-id-1695 .acreage-readout__figure {
		margin-top: 4px !important;
		font-size: clamp(46px, 13vh, 72px);
	}

	body.page-id-1695 .acreage-readout__square-feet {
		margin-top: 8px !important;
		font-size: 8px;
	}

	body.page-id-1695 .acreage-narrative {
		right: 3vw;
		bottom: 18px;
		left: auto;
		width: min(46vw, 460px);
		padding: 14px 16px 15px;
	}

	body.page-id-1695 .acreage-narrative__title {
		font-size: clamp(18px, 3.4vw, 26px);
	}

	body.page-id-1695 .acreage-narrative__body {
		margin-top: 6px !important;
		font-size: 10px;
		line-height: 1.4;
	}

	body.page-id-1695 .acreage-progress,
	body.page-id-1695 .acreage-scroll-cue,
	body.page-id-1695 .acreage-home-label {
		display: none;
	}

	body.page-id-1695 .acreage-proof {
		top: auto;
		right: 3vw;
		bottom: 18px;
		width: min(42vw, 250px);
		padding: 12px 0 12px 14px;
	}

	body.page-id-1695 .acreage-proof strong {
		font-size: clamp(44px, 12vh, 68px);
	}

	body.page-id-1695 .acreage-proof small {
		margin-top: 7px;
		font-size: 9px;
	}

	body.page-id-1695 .acreage-final {
		right: 3vw;
		bottom: 18px;
		left: auto;
		width: min(58vw, 550px);
		padding: 15px 18px 16px;
	}

	body.page-id-1695 .acreage-final h3 {
		margin-top: 5px;
		font-size: clamp(26px, 5.5vw, 40px);
	}

	body.page-id-1695 .acreage-final > p:not(.acreage-kicker) {
		margin-top: 7px;
		font-size: 10px;
		line-height: 1.4;
	}

	body.page-id-1695 .acreage-final__button {
		min-height: 44px;
		margin-top: 11px;
		padding: 11px 16px;
	}
}

@media (max-height: 620px) and (orientation: landscape) and (pointer: coarse) {
	body.page-id-1695 .acreage-scroll {
		height: 400svh;
		min-height: 1900px;
	}
}

/* Higher contrast without losing the brand hierarchy. */

@media (prefers-contrast: more) {
	body.page-id-1695 .acreage-experience {
		--acreage-line-light: rgba(255, 255, 255, .65);
		--acreage-line-dark: rgba(0, 0, 0, .55);
	}

	body.page-id-1695 .acreage-teaser__lede,
	body.page-id-1695 .acreage-narrative__body,
	body.page-id-1695 .acreage-final > p:not(.acreage-kicker),
	body.page-id-1695 .acreage-readout__square-feet,
	body.page-id-1695 .acreage-story__header p {
		color: var(--acreage-paper);
	}

	body.page-id-1695 .acreage-narrative,
	body.page-id-1695 .acreage-proof,
	body.page-id-1695 .acreage-final {
		background: var(--acreage-pine-deep);
		border: 1px solid var(--acreage-gold-light);
	}
}

@media (forced-colors: active) {
	body.page-id-1695 .acreage-experience,
	body.page-id-1695 .acreage-teaser,
	body.page-id-1695 .acreage-sticky,
	body.page-id-1695 .acreage-summary,
	body.page-id-1695 .acreage-narrative,
	body.page-id-1695 .acreage-proof,
	body.page-id-1695 .acreage-final {
		color: CanvasText;
		background: Canvas;
		border-color: CanvasText;
		forced-color-adjust: auto;
	}

	body.page-id-1695 .acreage-teaser h2,
	body.page-id-1695 .acreage-readout__figure,
	body.page-id-1695 .acreage-narrative__title,
	body.page-id-1695 .acreage-final h3,
	body.page-id-1695 .acreage-summary h3,
	body.page-id-1695 .acreage-experience p,
	body.page-id-1695 .acreage-experience strong,
	body.page-id-1695 .acreage-experience small {
		color: CanvasText;
		text-shadow: none;
	}

	body.page-id-1695 .acreage-launch,
	body.page-id-1695 .acreage-final__button,
	body.page-id-1695 .acreage-summary__primary,
	body.page-id-1695 .acreage-summary__replay,
	body.page-id-1695 .acreage-skip {
		color: ButtonText;
		background: ButtonFace;
		border: 2px solid ButtonText;
	}

	body.page-id-1695 .acreage-atmosphere,
	body.page-id-1695 .acreage-grain,
	body.page-id-1695 .acreage-teaser__glow,
	body.page-id-1695 .acreage-teaser__diorama {
		display: none;
	}

	body.page-id-1695 .acreage-teaser {
		display: block;
		min-height: 0;
		padding: 72px max(24px, 8vw);
	}

	body.page-id-1695 .acreage-teaser__content,
	body.page-id-1695 .acreage-experience.has-poster .acreage-teaser__content {
		position: relative;
		inset: auto;
		align-self: auto;
		justify-self: auto;
		width: auto;
		height: auto;
		max-width: 760px;
		padding: 0;
		pointer-events: auto;
	}

	body.page-id-1695 .acreage-teaser__content > .acreage-kicker,
	body.page-id-1695 .acreage-teaser__content > h2,
	body.page-id-1695 .acreage-teaser__content > .acreage-teaser__lede,
	body.page-id-1695 .acreage-teaser__content > .acreage-teaser__facts,
	body.page-id-1695 .acreage-experience.has-poster .acreage-teaser__content > .acreage-kicker,
	body.page-id-1695 .acreage-experience.has-poster .acreage-teaser__content > h2,
	body.page-id-1695 .acreage-experience.has-poster .acreage-teaser__content > .acreage-teaser__lede,
	body.page-id-1695 .acreage-experience.has-poster .acreage-teaser__content > .acreage-teaser__facts {
		position: static !important;
		width: auto !important;
		height: auto !important;
		overflow: visible !important;
		padding: revert !important;
		margin: revert !important;
		clip: auto !important;
		white-space: normal !important;
	}

	body.page-id-1695 .acreage-teaser__facts,
	body.page-id-1695 .acreage-experience.has-poster .acreage-teaser__facts {
		display: grid;
		border-block: 1px solid CanvasText;
	}

	body.page-id-1695 .acreage-launch,
	body.page-id-1695 .acreage-teaser__hint,
	body.page-id-1695 .acreage-experience.has-poster .acreage-launch,
	body.page-id-1695 .acreage-experience.has-poster .acreage-teaser__hint {
		position: static;
		width: auto;
		max-width: none;
		margin-top: 24px !important;
		transform: none;
	}

	body.page-id-1695 .acreage-progress li span {
		background: Canvas;
		border-color: CanvasText;
	}

	body.page-id-1695 .acreage-progress li.is-active span {
		background: Highlight;
		border-color: Highlight;
	}
}
