/* Fairfield Chimney & Masonry -- the haywain sheet.
   Barn red and wheat gold over spruce; hay-field cream below. */

:root {
	--fj3-brick: #B24A28;
	--fj3-brick-dark: #7E3316;
	--fj3-ember: #E2B94E;
	--fj3-ember-glow: #F2D488;
	--fj3-coast: #2E5B48;
	--fj3-charcoal: #1A1C14;
	--fj3-charcoal-2: #252819;
	--fj3-charcoal-3: #313527;
	--fj3-cream: #F6F3E7;
	--fj3-cream-2: #EBE7D6;
	--fj3-ink: #1B1D15;
	--fj3-muted: #6D6C5E;
	--fj3-line: rgba(26,28,20,.12);
	--fj3-gold: #CBA23A;
	--fj3-green-ok: #347F56;
	--fj3-radius: 16px;
	--fj3-radius-lg: 26px;
	--fj3-shadow-sm: 0 4px 14px rgba(26,28,20,.08);
	--fj3-shadow: 0 14px 40px rgba(26,28,20,.14);
	--fj3-shadow-lg: 0 30px 70px rgba(26,28,20,.26);
	--fj3-wrap: 1200px;
	--fj3-font: 'Familjen Grotesk',system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
	--fj3-display: 'Fira Sans Condensed','Arial Narrow',var(--fj3-font);
	--fj3-header-h: 76px;
}

*,*::before,*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 90px;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: var(--fj3-font);
	color: var(--fj3-ink);
	background: var(--fj3-cream);
	font-size: 17px;
	line-height: 1.65;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--fj3-brick);
	text-decoration: none;
}

a:hover {
	color: var(--fj3-brick-dark);
}

button {
	font-family: inherit;
}

h1,h2,h3,h4 {
	font-family: var(--fj3-display);
	font-weight: 700;
	line-height: 1.08;
	margin: 0 0 .5em;
	letter-spacing: .4px;
	text-transform: uppercase;
}

h1 {
	font-size: clamp(2.15rem,5.4vw,4.15rem);
}

h2 {
	font-size: clamp(1.85rem,3.9vw,3rem);
}

h3 {
	font-size: clamp(1.15rem,1.7vw,1.45rem);
}

p {
	margin: 0 0 1.1em;
}

.acrespan3 {
	width: min(var(--fj3-wrap),92%);
	margin-inline: auto;
}

.midacre3 {
	text-align: center;
}

.stillfield3 {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

.shortlane-link3 {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--fj3-brick);
	color: #fff;
	padding: 12px 20px;
	z-index: 9999;
}

.shortlane-link3:focus {
	left: 10px;
	top: 10px;
}

:focus-visible {
	outline: 3px solid var(--fj3-ember);
	outline-offset: 3px;
}

#bg-fx-fj {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

#emberCanvas-fj {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: .55;
}

.duskmoth3 {
	position: absolute;
	border-radius: 50%;
	filter: blur(70px);
	opacity: .34;
	will-change: transform;
}

.duskmoth3-a {
	width: 520px;
	height: 520px;
	background: radial-gradient(circle at 30% 30%,var(--fj3-ember),transparent 68%);
	top: -140px;
	left: -120px;
	animation: float1 26s ease-in-out infinite;
}

.duskmoth3-b {
	width: 640px;
	height: 640px;
	background: radial-gradient(circle at 60% 40%,var(--fj3-brick),transparent 66%);
	top: 38%;
	right: -220px;
	animation: float2 32s ease-in-out infinite;
}

.duskmoth3-c {
	width: 420px;
	height: 420px;
	background: radial-gradient(circle at 50% 50%,var(--fj3-gold),transparent 65%);
	bottom: -120px;
	left: 22%;
	animation: float3 29s ease-in-out infinite;
}

@keyframes float1 {
	0%,100% {
		transform: translate3d(0,0,0) scale(1);
	}
	50% {
		transform: translate3d(90px,120px,0) scale(1.16);
	}
}

@keyframes float2 {
	0%,100% {
		transform: translate3d(0,0,0) scale(1.05);
	}
	50% {
		transform: translate3d(-120px,-90px,0) scale(.9);
	}
}

@keyframes float3 {
	0%,100% {
		transform: translate3d(0,0,0) scale(.95);
	}
	50% {
		transform: translate3d(70px,-110px,0) scale(1.2);
	}
}

main,header,footer,.weathervane3 {
	position: relative;
	z-index: 1;
}

.gatelatch3 {
	--fj3-bg: var(--fj3-brick);
	--fj3-fg: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .6rem;
	background: var(--fj3-bg);
	color: var(--fj3-fg);
	font-weight: 700;
	font-size: 1.02rem;
	padding: 16px 30px;
	border-radius: 60px;
	border: 0;
	cursor: pointer;
	letter-spacing: .3px;
	box-shadow: 0 10px 26px rgba(178,58,33,.32);
	transition: transform .22s cubic-bezier(.2,.8,.3,1),box-shadow .22s,background .22s;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.gatelatch3:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(178,58,33,.42);
	color: #fff;
}

.gatelatch3:active {
	transform: translateY(-1px);
}

.gatelatch3::after {
	content: "";
	position: absolute;
	top: 0;
	left: -60%;
	width: 40%;
	height: 100%;
	background: linear-gradient(100deg,transparent,rgba(255,255,255,.42),transparent);
	transform: skewX(-18deg);
	animation: sheen 4.5s ease-in-out infinite;
}

@keyframes sheen {
	0%,72% {
		left: -60%;
	}
	88%,100% {
		left: 135%;
	}
}

.gatelatch3-barnred {
	--fj3-bg: linear-gradient(135deg,var(--fj3-ember),var(--fj3-brick));
	box-shadow: 0 10px 26px rgba(240,128,60,.4);
}

.gatelatch3-pale {
	--fj3-bg: transparent;
	--fj3-fg: #fff;
	border: 2px solid rgba(255,255,255,.6);
	box-shadow: none;
}

.gatelatch3-pale:hover {
	background: rgba(255,255,255,.12);
	box-shadow: none;
}

.gatelatch3-night {
	--fj3-bg: var(--fj3-charcoal);
	box-shadow: 0 10px 26px rgba(26,28,20,.3);
}

.gatelatch3-broad {
	padding: 19px 38px;
	font-size: 1.12rem;
}

.gatelatch3-full {
	display: flex;
	width: 100%;
}

.weathervane3 {
	background: var(--fj3-charcoal);
	color: #DAD6C5;
	font-size: .86rem;
	letter-spacing: .3px;
}

.weathervane3 .acrespan3 {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 26px;
	align-items: center;
	justify-content: space-between;
	padding: 9px 0;
}

.weathervane3 b {
	color: #fff;
}

.weathervane3 .wv3-bead {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.barnlamp-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #31C36D;
	box-shadow: 0 0 0 0 rgba(73,199,126,.7);
	animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
	70% {
		box-shadow: 0 0 0 9px rgba(73,199,126,0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(73,199,126,0);
	}
}

.gable3 {
	position: sticky;
	top: 0;
	z-index: 900;
	background: rgba(246,240,231,.86);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--fj3-line);
	transition: box-shadow .3s,background .3s;
}

.gable3.loamworn {
	box-shadow: 0 8px 30px rgba(26,28,20,.13);
	background: rgba(246,240,231,.96);
}

.gable3 .acrespan3 {
	width: min(1360px,94%);
}

.porchrail3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: var(--fj3-header-h);
}

.farmmark3 {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--fj3-ink);
	flex: 0 0 auto;
}

.farmmark3:hover {
	color: var(--fj3-ink);
}

.farmmark3-sigil {
	width: 46px;
	height: 46px;
	flex: 0 0 auto;
	filter: drop-shadow(0 4px 8px rgba(178,58,33,.3));
}

.farmmark3-note {
	display: flex;
	flex-direction: column;
	line-height: 1.05;
}

.farmmark3-note strong {
	font-family: var(--fj3-display);
	font-size: 1.06rem;
	letter-spacing: .6px;
	text-transform: uppercase;
}

.farmmark3-note span {
	font-size: .7rem;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	color: var(--fj3-brick);
	font-weight: 600;
}

.breezeway3 {
	display: flex;
	align-items: center;
	gap: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.breezeway3 a {
	color: var(--fj3-ink);
	font-weight: 600;
	font-size: .92rem;
	white-space: nowrap;
	position: relative;
	padding: 6px 0;
}

.breezeway3 a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background: var(--fj3-brick);
	transition: width .28s;
}

.breezeway3 a:hover::after,.breezeway3 a.infield::after {
	width: 100%;
}

.porchrail3-drive {
	display: flex;
	align-items: center;
	gap: 14px;
	flex: 0 0 auto;
}

.porchrail3-digits {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
	text-align: right;
}

.porchrail3-digits small {
	font-size: .68rem;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	color: var(--fj3-muted);
}

.porchrail3-digits b {
	font-family: var(--fj3-display);
	font-size: 1.22rem;
	color: var(--fj3-brick);
}

.barnhinge3 {
	display: none;
	width: 48px;
	height: 44px;
	border: 1px solid var(--fj3-line);
	background: #fff;
	border-radius: 12px;
	cursor: pointer;
	padding: 0;
	position: relative;
}

.barnhinge3 span {
	position: absolute;
	left: 13px;
	width: 22px;
	height: 2px;
	background: var(--fj3-ink);
	transition: .3s;
}

.barnhinge3 span:nth-child(1) {
	top: 15px;
}

.barnhinge3 span:nth-child(2) {
	top: 21px;
}

.barnhinge3 span:nth-child(3) {
	top: 27px;
}

.barnhinge3[aria-expanded="true"] span:nth-child(1) {
	top: 21px;
	transform: rotate(45deg);
}

.barnhinge3[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.barnhinge3[aria-expanded="true"] span:nth-child(3) {
	top: 21px;
	transform: rotate(-45deg);
}

.homestead3 {
	position: relative;
	color: #fff;
	padding: clamp(56px,8vw,104px) 0 clamp(70px,9vw,120px);
	overflow: hidden;
	isolation: isolate;
}

.homestead3-shade {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.homestead3-shade img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.06);
	animation: kenburns 24s ease-in-out infinite alternate;
}

@keyframes kenburns {
	to {
		transform: scale(1.17) translate3d(-1.5%,-1.5%,0);
	}
}

.homestead3::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(100deg,rgba(18,14,12,.95) 0%,rgba(26,18,14,.86) 38%,rgba(181,57,31,.6) 74%,rgba(242,145,63,.42) 100%);
}

.homestead3-plots {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 52px;
	align-items: center;
}

.rowtag3 {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	background: rgba(255,255,255,.12);
	border: 1px solid rgba(255,255,255,.26);
	color: #fff;
	padding: 8px 17px;
	border-radius: 60px;
	font-size: .79rem;
	font-weight: 700;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	margin-bottom: 22px;
	backdrop-filter: blur(6px);
}

.homestead3 h1 {
	color: #fff;
	text-shadow: 0 6px 30px rgba(0,0,0,.4);
}

.homestead3 h1 .wheatline3 {
	color: var(--fj3-ember-glow);
	display: inline-block;
}

.homestead3-underrow {
	font-size: clamp(1.02rem,1.5vw,1.2rem);
	color: #E8E4D3;
	max-width: 610px;
}

.homestead3-latches {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 30px 0 26px;
}

.homestead3-fenceposts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: .92rem;
	color: #E4E0CF;
}

.homestead3-fenceposts li {
	display: flex;
	align-items: center;
	gap: 8px;
}

.fencecheck3 {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: rgba(73,199,126,.2);
	display: grid;
	place-items: center;
}

.fencecheck3 svg {
	width: 12px;
	height: 12px;
	stroke: #53DF8B;
	fill: none;
	stroke-width: 3;
}

.acrewalkcard {
	background: linear-gradient(160deg,rgba(255,255,255,.98),rgba(246,240,231,.94));
	color: var(--fj3-ink);
	border-radius: var(--fj3-radius-lg);
	padding: 30px 28px;
	box-shadow: var(--fj3-shadow-lg);
	border: 1px solid rgba(255,255,255,.6);
	position: relative;
	animation: floaty 6.5s ease-in-out infinite;
}

@keyframes floaty {
	0%,100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-13px);
	}
}

.acrewalkcard-earmark {
	position: absolute;
	top: -18px;
	right: -10px;
	background: var(--fj3-brick);
	color: #fff;
	font-family: var(--fj3-display);
	font-size: .82rem;
	letter-spacing: 1.4px;
	padding: 9px 16px;
	border-radius: 40px;
	box-shadow: 0 8px 20px rgba(178,58,33,.4);
	text-transform: uppercase;
	animation: wobble 5s ease-in-out infinite;
}

@keyframes wobble {
	0%,100% {
		transform: rotate(-3deg);
	}
	50% {
		transform: rotate(3deg);
	}
}

.acrewalkcard-worth {
	font-family: var(--fj3-display);
	font-size: clamp(3.4rem,7vw,4.6rem);
	line-height: 1;
	color: var(--fj3-brick);
	display: flex;
	align-items: flex-start;
	gap: 4px;
	justify-content: center;
	margin: 6px 0 2px;
}

.acrewalkcard-worth sup {
	font-size: .42em;
	margin-top: .32em;
}

.acrewalkcard h2 {
	font-size: 1.32rem;
	margin-bottom: 4px;
	text-align: center;
}

.acrewalkcard .acrewalkcard-underbreath {
	text-align: center;
	color: var(--fj3-muted);
	font-size: .9rem;
	margin-bottom: 16px;
}

.acrewalkcard-stations {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	display: grid;
	gap: 9px;
	font-size: .95rem;
}

.acrewalkcard-stations li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.acrewalkcard-stations svg {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	margin-top: 3px;
	stroke: var(--fj3-brick);
	fill: none;
	stroke-width: 3;
}

.acrewalkcard-smallhand {
	font-size: .76rem;
	color: var(--fj3-muted);
	text-align: center;
	margin: 12px 0 0;
	line-height: 1.5;
}

.hayline3 {
	background: var(--fj3-charcoal-2);
	color: #C8C4B3;
	overflow: hidden;
	padding: 13px 0;
	border-block: 1px solid rgba(255,255,255,.07);
}

.hayline3-wagon {
	display: flex;
	gap: 52px;
	white-space: nowrap;
	width: max-content;
	animation: scrollX 34s linear infinite;
	font-family: var(--fj3-display);
	letter-spacing: 2px;
	font-size: .94rem;
	text-transform: uppercase;
}

.hayline3-wagon span {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.hayline3-wagon b {
	color: var(--fj3-ember);
}

@keyframes scrollX {
	to {
		transform: translateX(-50%);
	}
}

section {
	padding: clamp(56px,7vw,100px) 0;
	position: relative;
}

.barnhead3 {
	max-width: 760px;
	margin: 0 auto 52px;
}

.barnhead3.westacre3 {
	margin-inline: 0;
}

.seedrow3 {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--fj3-brick);
	font-weight: 800;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	font-size: .78rem;
	margin-bottom: 14px;
}

.seedrow3::before {
	content: "";
	width: 28px;
	height: 2px;
	background: var(--fj3-brick);
}

.leadrow3 {
	font-size: 1.06rem;
	color: var(--fj3-muted);
}

.tone-haycream {
	background: linear-gradient(180deg,rgba(237,227,213,.75),rgba(246,240,231,.4));
}

.tone-nightbarn {
	background: var(--fj3-charcoal);
	color: #DBD7C6;
}

.tone-nightbarn h2,.tone-nightbarn h3 {
	color: #fff;
}

.tone-nightbarn .leadrow3 {
	color: #B4B09F;
}

.tone-nightbarn .seedrow3 {
	color: var(--fj3-ember-glow);
}

.tone-nightbarn .seedrow3::before {
	background: var(--fj3-ember);
}

.tallyboard3 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 22px;
}

.tallyboard3-post {
	background: #fff;
	border-radius: var(--fj3-radius);
	padding: 26px 20px;
	text-align: center;
	box-shadow: var(--fj3-shadow-sm);
	border: 1px solid var(--fj3-line);
	transition: transform .3s,box-shadow .3s;
}

.tallyboard3-post:hover {
	transform: translateY(-7px);
	box-shadow: var(--fj3-shadow);
}

.tallyboard3-post b {
	display: block;
	font-family: var(--fj3-display);
	font-size: clamp(2rem,3.6vw,2.9rem);
	color: var(--fj3-brick);
	line-height: 1;
}

.tallyboard3-post span {
	font-size: .87rem;
	color: var(--fj3-muted);
	letter-spacing: .6px;
}

.chore3-rows {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(295px,1fr));
	gap: 26px;
}

.chore3 {
	background: #fff;
	border-radius: var(--fj3-radius-lg);
	overflow: hidden;
	box-shadow: var(--fj3-shadow-sm);
	border: 1px solid var(--fj3-line);
	display: flex;
	flex-direction: column;
	transition: transform .35s cubic-bezier(.2,.8,.3,1),box-shadow .35s;
}

.chore3:hover {
	transform: translateY(-10px);
	box-shadow: var(--fj3-shadow-lg);
}

.chore3-board {
	position: relative;
	aspect-ratio: 16/10;
	overflow: hidden;
	background: var(--fj3-charcoal-3);
}

.chore3-board img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s cubic-bezier(.2,.8,.3,1);
}

.chore3:hover .chore3-board img {
	transform: scale(1.09);
}

.chore3-board::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg,transparent 42%,rgba(20,16,14,.72));
}

.chore3-brandiron {
	position: absolute;
	left: 18px;
	bottom: 16px;
	z-index: 2;
	width: 46px;
	height: 46px;
	border-radius: 13px;
	background: var(--fj3-brick);
	display: grid;
	place-items: center;
	box-shadow: 0 8px 20px rgba(178,58,33,.45);
}

.chore3-brandiron svg {
	width: 24px;
	height: 24px;
	stroke: #fff;
	fill: none;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.chore3-jotting {
	padding: 24px 24px 26px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.chore3-jotting h3 {
	margin-bottom: 8px;
}

.chore3-jotting p {
	font-size: .95rem;
	color: var(--fj3-muted);
	margin-bottom: 16px;
}

.chore3-jotting ul {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	font-size: .9rem;
	display: grid;
	gap: 6px;
}

.chore3-jotting li {
	display: flex;
	gap: 9px;
	align-items: flex-start;
	color: #48493D;
}

.chore3-jotting li::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--fj3-ember);
	flex: 0 0 auto;
	margin-top: 8px;
}

.chore3-latch {
	margin-top: auto;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: .95rem;
}

.chore3-latch svg {
	width: 16px;
	height: 16px;
	stroke: currentColor;
	fill: none;
	stroke-width: 2.4;
	transition: transform .3s;
}

.chore3:hover .chore3-latch svg {
	transform: translateX(5px);
}

.fieldsign3-rows {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 52px;
	align-items: center;
}

.fieldsign3-list {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fieldsign3-list li {
	display: flex;
	gap: 15px;
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 14px;
	padding: 16px 18px;
	align-items: flex-start;
	transition: transform .3s,border-color .3s,background .3s;
}

.fieldsign3-list li:hover {
	transform: translateX(7px);
	border-color: rgba(240,128,60,.55);
	background: rgba(240,128,60,.08);
}

.fieldsign3-list .fs3 {
	width: 38px;
	height: 38px;
	flex: 0 0 auto;
	border-radius: 11px;
	background: rgba(240,128,60,.16);
	display: grid;
	place-items: center;
}

.fieldsign3-list .fs3 svg {
	width: 20px;
	height: 20px;
	stroke: var(--fj3-ember-glow);
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.fieldsign3-list b {
	display: block;
	color: #fff;
	font-family: var(--fj3-display);
	letter-spacing: .5px;
	font-size: 1.02rem;
	text-transform: uppercase;
}

.fieldsign3-list span {
	font-size: .92rem;
	color: #B0AC9B;
}

.fieldsign3-board {
	position: relative;
	border-radius: var(--fj3-radius-lg);
	overflow: hidden;
	box-shadow: var(--fj3-shadow-lg);
}

.fieldsign3-board img {
	width: 100%;
	aspect-ratio: 4/5;
	object-fit: cover;
}

.fieldsign3-shingle {
	position: absolute;
	left: 20px;
	bottom: 20px;
	right: 20px;
	background: rgba(26,28,20,.82);
	backdrop-filter: blur(9px);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 16px;
	padding: 16px 18px;
	color: #fff;
}

.fieldsign3-shingle b {
	font-family: var(--fj3-display);
	display: block;
	color: var(--fj3-ember-glow);
	letter-spacing: 1px;
}

.fieldsign3-shingle span {
	font-size: .88rem;
	color: #C4C0AF;
}

.fourseasons3 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 24px;
	counter-reset: step;
	position: relative;
}

.fourseasons3-season {
	background: #fff;
	border-radius: var(--fj3-radius);
	padding: 34px 24px 26px;
	box-shadow: var(--fj3-shadow-sm);
	border: 1px solid var(--fj3-line);
	position: relative;
	transition: transform .35s,box-shadow .35s;
}

.fourseasons3-season:hover {
	transform: translateY(-8px);
	box-shadow: var(--fj3-shadow);
}

.fourseasons3-moon {
	position: absolute;
	top: -20px;
	left: 24px;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: linear-gradient(140deg,var(--fj3-ember),var(--fj3-brick));
	color: #fff;
	font-family: var(--fj3-display);
	font-size: 1.3rem;
	display: grid;
	place-items: center;
	box-shadow: 0 10px 22px rgba(178,58,33,.35);
}

.fourseasons3-season h3 {
	font-size: 1.12rem;
	margin-top: 8px;
}

.fourseasons3-season p {
	font-size: .93rem;
	color: var(--fj3-muted);
	margin: 0;
}

.fieldbook3 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 16px;
}

.fieldbook3-clipping {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: var(--fj3-shadow-sm);
	aspect-ratio: 1;
	background: var(--fj3-charcoal-3);
}

.fieldbook3-clipping:nth-child(1),.fieldbook3-clipping:nth-child(6) {
	grid-row: span 2;
	aspect-ratio: 1/2.06;
}

.fieldbook3-clipping img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s cubic-bezier(.2,.8,.3,1);
}

.fieldbook3-clipping:hover img {
	transform: scale(1.1);
}

.fieldbook3-clipping figcaption {
	position: absolute;
	inset: auto 0 0 0;
	padding: 34px 16px 14px;
	background: linear-gradient(transparent,rgba(20,16,14,.86));
	color: #fff;
	font-size: .85rem;
	font-weight: 600;
	transform: translateY(6px);
	opacity: 0;
	transition: .35s;
}

.fieldbook3-clipping:hover figcaption {
	transform: translateY(0);
	opacity: 1;
}

.fencewords3 {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 24px;
}

.fenceword3 {
	background: #fff;
	border-radius: var(--fj3-radius);
	padding: 28px 26px;
	box-shadow: var(--fj3-shadow-sm);
	border: 1px solid var(--fj3-line);
	position: relative;
	transition: transform .35s,box-shadow .35s;
}

.fenceword3:hover {
	transform: translateY(-8px);
	box-shadow: var(--fj3-shadow);
}

.fenceword3 .wellquote3 {
	position: absolute;
	top: 16px;
	right: 22px;
	font-family: var(--fj3-display);
	font-size: 4.2rem;
	color: rgba(178,58,33,.13);
	line-height: 1;
}

.haystars3 {
	display: flex;
	gap: 3px;
	margin-bottom: 12px;
}

.haystars3 svg {
	width: 18px;
	height: 18px;
	fill: var(--fj3-gold);
}

.fenceword3 p {
	font-size: .98rem;
	color: #48493D;
}

.fenceword3 footer {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 16px;
	border-top: 1px solid var(--fj3-line);
	padding-top: 14px;
}

.cameo3f {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: linear-gradient(140deg,var(--fj3-brick),var(--fj3-ember));
	color: #fff;
	display: grid;
	place-items: center;
	font-family: var(--fj3-display);
	font-size: 1.05rem;
	flex: 0 0 auto;
}

.fenceword3 footer b {
	display: block;
	font-size: .95rem;
}

.fenceword3 footer span {
	font-size: .8rem;
	color: var(--fj3-muted);
}

.flatsboard3 {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

.flatsboard3 li {
	background: #fff;
	border: 1px solid var(--fj3-line);
	border-radius: 60px;
	padding: 10px 20px;
	font-size: .92rem;
	font-weight: 600;
	box-shadow: var(--fj3-shadow-sm);
	transition: transform .25s,background .25s,color .25s,border-color .25s;
}

.flatsboard3 li:hover {
	transform: translateY(-4px);
	background: var(--fj3-brick);
	color: #fff;
	border-color: var(--fj3-brick);
}

.stile-qa {
	max-width: 880px;
	margin-inline: auto;
}

.stile-qa details {
	background: #fff;
	border: 1px solid var(--fj3-line);
	border-radius: 14px;
	margin-bottom: 12px;
	box-shadow: var(--fj3-shadow-sm);
	overflow: hidden;
	transition: box-shadow .3s;
}

.stile-qa details[open] {
	box-shadow: var(--fj3-shadow);
}

.stile-qa summary {
	cursor: pointer;
	list-style: none;
	padding: 20px 58px 20px 22px;
	font-weight: 700;
	font-size: 1.03rem;
	position: relative;
}

.stile-qa summary::-webkit-details-marker {
	display: none;
}

.stile-qa summary::after {
	content: "";
	position: absolute;
	right: 22px;
	top: 50%;
	width: 12px;
	height: 12px;
	border-right: 2.6px solid var(--fj3-brick);
	border-bottom: 2.6px solid var(--fj3-brick);
	transform: translateY(-70%) rotate(45deg);
	transition: transform .3s;
}

.stile-qa details[open] summary::after {
	transform: translateY(-25%) rotate(-135deg);
}

.stile-qa .stile-qa-jotting {
	padding: 0 22px 20px;
	color: var(--fj3-muted);
	font-size: .97rem;
}

.stile-qa .stile-qa-jotting p:last-child {
	margin-bottom: 0;
}

.harvestband3 {
	position: relative;
	color: #fff;
	text-align: center;
	overflow: hidden;
	isolation: isolate;
}

.harvestband3 .harvestband3-shade {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.harvestband3 .harvestband3-shade img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.harvestband3::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(120deg,rgba(140,43,22,.94),rgba(26,28,20,.9));
}

.harvestband3 h2 {
	color: #fff;
	font-size: clamp(2rem,4.4vw,3.3rem);
}

.harvestband3 p {
	color: #EFEBDA;
	max-width: 660px;
	margin-inline: auto;
	font-size: 1.06rem;
}

.harvestband3-latches {
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 28px;
}

.harvestband3-digits {
	display: block;
	font-family: var(--fj3-display);
	font-size: clamp(2rem,5vw,2.9rem);
	color: #fff;
	margin-top: 20px;
	letter-spacing: 1px;
}

.harvestband3-digits:hover {
	color: var(--fj3-ember-glow);
}

.commercepost3 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 44px;
	align-items: start;
}

.commercepost3>* {
	min-width: 0;
}

.commercepost3-lines a,.sill3 address a {
	overflow-wrap: anywhere;
}

.toolshed3 {
	background: #fff;
	border-radius: var(--fj3-radius-lg);
	padding: 34px 32px;
	box-shadow: var(--fj3-shadow);
	border: 1px solid var(--fj3-line);
}

.cropbox3 {
	margin-bottom: 16px;
}

.cropbox3 label {
	display: block;
	font-weight: 700;
	font-size: .86rem;
	margin-bottom: 7px;
	letter-spacing: .4px;
}

.cropbox3 input,.cropbox3 select,.cropbox3 textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1.6px solid var(--fj3-line);
	border-radius: 12px;
	font-size: 1rem;
	font-family: inherit;
	background: #FBFAF4;
	color: var(--fj3-ink);
	transition: border-color .25s,box-shadow .25s,background .25s;
}

.cropbox3 input:focus,.cropbox3 select:focus,.cropbox3 textarea:focus {
	outline: none;
	border-color: var(--fj3-brick);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(178,58,33,.12);
}

.cropbox3 textarea {
	resize: vertical;
	min-height: 110px;
}

.twinacre3 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.shednote3 {
	font-size: .79rem;
	color: var(--fj3-muted);
	margin-top: 12px;
	text-align: center;
}

.shedline3 {
	display: none;
	padding: 14px 16px;
	border-radius: 12px;
	font-size: .94rem;
	margin-bottom: 16px;
}

.shedline3.onrow3 {
	display: block;
	background: rgba(46,125,81,.1);
	color: #347F56;
	border: 1px solid rgba(46,125,81,.3);
}

.shedline3.offrow3 {
	display: block;
	background: rgba(178,58,33,.1);
	color: var(--fj3-brick-dark);
	border: 1px solid rgba(178,58,33,.3);
}

.commercepost3-lines {
	list-style: none;
	padding: 0;
	margin: 0 0 26px;
	display: grid;
	gap: 16px;
}

.commercepost3-lines li {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.commercepost3-brandiron {
	width: 48px;
	height: 48px;
	flex: 0 0 auto;
	border-radius: 14px;
	background: rgba(178,58,33,.1);
	display: grid;
	place-items: center;
}

.commercepost3-brandiron svg {
	width: 22px;
	height: 22px;
	stroke: var(--fj3-brick);
	fill: none;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.commercepost3-lines b {
	display: block;
	font-family: var(--fj3-display);
	letter-spacing: .6px;
	text-transform: uppercase;
	font-size: .95rem;
}

.commercepost3-lines a,.commercepost3-lines span {
	color: var(--fj3-muted);
	font-size: 1rem;
}

.commercepost3-lines a:hover {
	color: var(--fj3-brick);
}

.plotchart3 {
	border-radius: var(--fj3-radius);
	overflow: hidden;
	box-shadow: var(--fj3-shadow-sm);
	border: 1px solid var(--fj3-line);
	line-height: 0;
}

.plotchart3 iframe {
	width: 100%;
	height: 290px;
	border: 0;
}

.choretimes3 {
	background: #fff;
	border: 1px solid var(--fj3-line);
	border-radius: var(--fj3-radius);
	padding: 22px 24px;
	box-shadow: var(--fj3-shadow-sm);
	margin-bottom: 26px;
}

.choretimes3 dl {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 8px 18px;
	margin: 0;
	font-size: .95rem;
}

.choretimes3 dt {
	font-weight: 700;
}

.choretimes3 dd {
	margin: 0;
	text-align: right;
	color: var(--fj3-muted);
}

.sill3 {
	background: var(--fj3-charcoal);
	color: #A6A291;
	padding: 70px 0 0;
	font-size: .95rem;
}

.sill3-rows {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
	gap: 38px;
	padding-bottom: 44px;
}

.sill3 h4 {
	color: #fff;
	font-size: 1rem;
	letter-spacing: 1.6px;
	margin-bottom: 18px;
}

.sill3 a {
	color: #A6A291;
}

.sill3 a:hover {
	color: var(--fj3-ember-glow);
}

.sill3-lines {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
}

.sill3-hallmark {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	color: #fff;
}

.sill3-hallmark strong {
	font-family: var(--fj3-display);
	font-size: 1.1rem;
	letter-spacing: .6px;
	text-transform: uppercase;
}

.sill3-groundline {
	border-top: 1px solid rgba(255,255,255,.1);
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	justify-content: space-between;
	font-size: .84rem;
}

.lanternpost3 {
	position: fixed;
	right: 22px;
	bottom: 26px;
	z-index: 950;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: linear-gradient(135deg,var(--fj3-brick),var(--fj3-brick-dark));
	color: #fff;
	padding: 15px 24px 15px 17px;
	border-radius: 60px;
	font-weight: 800;
	letter-spacing: .4px;
	box-shadow: 0 16px 40px rgba(178,58,33,.5);
	transition: transform .3s cubic-bezier(.2,.8,.3,1),box-shadow .3s;
}

.lanternpost3:hover {
	transform: scale(1.06) translateY(-3px);
	color: #fff;
	box-shadow: 0 22px 52px rgba(178,58,33,.6);
}

.lanternpost3 .lp3-halo {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255,255,255,.18);
	display: grid;
	place-items: center;
	flex: 0 0 auto;
}

.lanternpost3 .lp3-halo::before,.lanternpost3 .lp3-halo::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,.6);
	animation: ring 2.6s ease-out infinite;
}

.lanternpost3 .lp3-halo::after {
	animation-delay: 1.3s;
}

@keyframes ring {
	0% {
		transform: scale(1);
		opacity: .85;
	}
	100% {
		transform: scale(2.1);
		opacity: 0;
	}
}

.lanternpost3 svg {
	width: 20px;
	height: 20px;
	stroke: #fff;
	fill: none;
	stroke-width: 2;
	animation: shake 3.2s ease-in-out infinite;
}

@keyframes shake {
	0%,86%,100% {
		transform: rotate(0);
	}
	90% {
		transform: rotate(-14deg);
	}
	94% {
		transform: rotate(14deg);
	}
}

.lanternpost3 .lp3-note {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.lanternpost3 .lp3-note small {
	font-size: .66rem;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	opacity: .85;
	font-weight: 600;
}

.lanternpost3 .lp3-note b {
	font-family: var(--fj3-display);
	font-size: 1.12rem;
	letter-spacing: .6px;
}

.cartpath3 {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 960;
	background: rgba(26,28,20,.97);
	backdrop-filter: blur(12px);
	border-top: 1px solid rgba(255,255,255,.12);
	padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
}

.cartpath3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 8px;
}

.cartpath3 a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	padding: 9px 4px;
	border-radius: 12px;
	color: #E6E2D1;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .4px;
	text-transform: uppercase;
}

.cartpath3 a svg {
	width: 19px;
	height: 19px;
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cartpath3 .cp3-latch {
	background: linear-gradient(135deg,var(--fj3-brick),var(--fj3-brick-dark));
	color: #fff;
	box-shadow: 0 6px 18px rgba(178,58,33,.5);
	animation: mbPulse 2.4s ease-in-out infinite;
}

@keyframes mbPulse {
	0%,100% {
		box-shadow: 0 6px 18px rgba(178,58,33,.5);
	}
	50% {
		box-shadow: 0 6px 26px rgba(240,128,60,.85);
	}
}

.hayloft3 {
	position: fixed;
	right: 26px;
	bottom: 104px;
	z-index: 940;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--fj3-charcoal);
	color: #fff;
	display: grid;
	place-items: center;
	box-shadow: var(--fj3-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: .3s;
	border: 0;
	cursor: pointer;
}

.hayloft3.dawnlit {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.hayloft3 svg {
	width: 18px;
	height: 18px;
	stroke: #fff;
	fill: none;
	stroke-width: 2.6;
}

.sprouted3 {
	opacity: 0;
	transform: translateY(34px);
	transition: opacity .8s cubic-bezier(.2,.8,.3,1),transform .8s cubic-bezier(.2,.8,.3,1);
}

.sprouted3.upgrown {
	opacity: 1;
	transform: none;
}

.sprouted3.ffd1 {
	transition-delay: .1s;
}

.sprouted3.ffd2 {
	transition-delay: .2s;
}

.sprouted3.ffd3 {
	transition-delay: .3s;
}

.sprouted3.ffd4 {
	transition-delay: .4s;
}

.sprouted3.ffd5 {
	transition-delay: .5s;
}

.sprouted3.ffd6 {
	transition-delay: .6s;
}

@media (max-width:1080px) {
	.homestead3-plots {
		grid-template-columns: 1fr;
		gap: 44px;
	}
	.acrewalkcard {
		max-width: 520px;
	}
	.tallyboard3 {
		grid-template-columns: repeat(2,1fr);
	}
	.fourseasons3 {
		grid-template-columns: repeat(2,1fr);
		row-gap: 38px;
	}
	.fencewords3 {
		grid-template-columns: 1fr;
	}
	.sill3-rows {
		grid-template-columns: 1fr 1fr;
	}
	.fieldbook3 {
		grid-template-columns: repeat(3,1fr);
	}
}

@media (max-width:1440px) {
	.breezeway3 {
		gap: 18px;
	}
	.breezeway3 a {
		font-size: .9rem;
	}
	.porchrail3-digits {
		display: none;
	}
}

@media (max-width:1240px) {
	.breezeway3 {
		gap: 15px;
	}
	.breezeway3 a {
		font-size: .86rem;
	}
	.breezeway3 li:has(.porchrail3-fainter) {
		display: none;
	}
	.porchrail3-fainter {
		display: none;
	}
}

@media (max-width:1150px) {
	.breezeway3 {
		position: fixed;
		inset: var(--fj3-header-h) 0 auto 0;
		background: var(--fj3-cream);
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 10px 6% 26px;
		border-bottom: 1px solid var(--fj3-line);
		box-shadow: var(--fj3-shadow);
		transform: translateY(-135%);
		transition: transform .4s cubic-bezier(.2,.8,.3,1);
		max-height: calc(100vh - var(--fj3-header-h));
		overflow: auto;
	}
	.breezeway3.bayopen {
		transform: translateY(0);
	}
	.breezeway3 li:has(.porchrail3-fainter) {
		display: block;
	}
	.porchrail3-fainter {
		display: block;
	}
	.breezeway3 li {
		border-bottom: 1px solid var(--fj3-line);
	}
	.breezeway3 a {
		display: block;
		padding: 15px 0;
		font-size: 1.05rem;
	}
	.barnhinge3 {
		display: block;
	}
	.porchrail3-digits {
		display: none;
	}
	.porchrail3-drive .gatelatch3 {
		padding: 12px 20px;
		font-size: .92rem;
	}
	.fieldsign3-rows,.commercepost3 {
		grid-template-columns: 1fr;
		gap: 34px;
	}
	.lanternpost3 {
		display: none;
	}
	.cartpath3 {
		display: block;
	}
	body {
		padding-bottom: 74px;
	}
	.hayloft3 {
		bottom: 88px;
		right: 16px;
	}
}

@media (max-width:640px) {
	body {
		font-size: 16px;
	}
	.weathervane3 .acrespan3 {
		justify-content: center;
		text-align: center;
		font-size: .8rem;
		gap: 6px 16px;
		padding: 7px 0;
	}
	.weathervane3 .wv3-stow,.weathervane3 .wv3-crier {
		display: none;
	}
	.porchrail3-latch-note {
		display: none;
	}
	.porchrail3-drive .gatelatch3 {
		padding: 12px 14px;
		border-radius: 50%;
	}
	.porchrail3-drive {
		gap: 9px;
	}
	.tallyboard3,.fourseasons3 {
		grid-template-columns: 1fr 1fr;
		gap: 14px;
	}
	.fieldbook3 {
		grid-template-columns: repeat(2,1fr);
		gap: 10px;
	}
	.fieldbook3-clipping:nth-child(1),.fieldbook3-clipping:nth-child(6) {
		grid-row: span 1;
		aspect-ratio: 1;
	}
	.twinacre3 {
		grid-template-columns: 1fr;
	}
	.toolshed3 {
		padding: 26px 20px;
	}
	.sill3-rows {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.homestead3-latches .gatelatch3 {
		flex: 1 1 100%;
	}
	.porchrail3 {
		gap: 8px;
	}
	.farmmark3 {
		min-width: 0;
		gap: 9px;
	}
	.farmmark3-sigil {
		width: 38px;
		height: 38px;
	}
	.farmmark3-note {
		min-width: 0;
	}
	.farmmark3-note span {
		font-size: .56rem;
		letter-spacing: 1.2px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.farmmark3-note strong {
		font-size: .85rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.tallyboard3 .tallyboard3-post {
		padding: 20px 12px;
	}
	.chore3-jotting,.toolshed3 {
		overflow-wrap: break-word;
	}
}

@media (max-width:400px) {
	.acrespan3 {
		width: 94%;
	}
	.fourseasons3 {
		grid-template-columns: 1fr;
		row-gap: 34px;
	}
	.tallyboard3 {
		gap: 10px;
	}
	.farmmark3-sigil {
		width: 34px;
		height: 34px;
	}
	.farmmark3-note strong {
		font-size: .8rem;
	}
	.porchrail3-drive .gatelatch3 {
		padding: 11px 13px;
	}
	.barnhinge3 {
		width: 44px;
	}
}

@media (prefers-reduced-motion:reduce) {
	*,*::before,*::after {
		animation-duration: .001ms!important;
		animation-iteration-count: 1!important;
		transition-duration: .001ms!important;
	}
	html {
		scroll-behavior: auto;
	}
	.sprouted3 {
		opacity: 1;
		transform: none;
	}
}

@media print {
	.gable3,.lanternpost3,.cartpath3,.hayloft3,#bg-fx-fj,.hayline3 {
		display: none!important;
	}
	body {
		background: #fff;
		color: #000;
	}
}

.acrewalkcard-nought {
	font-family: var(--fj3-display);
	font-size: clamp(3rem,6.4vw,4.3rem);
	line-height: 1;
	color: var(--fj3-brick);
	text-align: center;
	letter-spacing: 2px;
	margin: 8px 0 2px;
}

.acrewalkcard-nought small {
	display: block;
	font-family: var(--fj3-font);
	font-size: .31em;
	letter-spacing: 3.4px;
	color: var(--fj3-coast);
	font-weight: 800;
	margin-top: 6px;
}

.acrewalkcard .acrewalkcard-stations svg {
	stroke: var(--fj3-coast);
}

.earmark-nought {
	background: var(--fj3-coast);
	box-shadow: 0 8px 20px rgba(30,111,104,.42);
}

.fencecheck3-spruce {
	background: rgba(30,111,104,.22);
}

.fencecheck3-spruce svg {
	stroke: #A9CDB4;
}

.siloaside3 {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	background: rgba(242,145,63,.1);
	border: 1px solid rgba(242,145,63,.34);
	border-radius: 14px;
	padding: 16px 18px;
	margin-top: 24px;
}

.siloaside3 svg {
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
	margin-top: 2px;
	stroke: var(--fj3-brick);
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.siloaside3 p {
	margin: 0;
	font-size: .94rem;
}

.hand-card3 {
	background: linear-gradient(158deg,var(--fj3-charcoal) 0%,var(--fj3-charcoal-2) 55%,#3B2817 100%);
	color: #D9D5C4;
	border-radius: var(--fj3-radius-lg);
	padding: 38px 34px;
	box-shadow: var(--fj3-shadow-lg);
	border: 1px solid rgba(255,255,255,.09);
	position: relative;
	overflow: hidden;
}

.hand-card3::before {
	content: "";
	position: absolute;
	top: -90px;
	right: -70px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: radial-gradient(circle,rgba(242,145,63,.34),transparent 68%);
	filter: blur(14px);
	animation: float1 18s ease-in-out infinite;
}

.hand-card3>* {
	position: relative;
	z-index: 1;
}

.hand-tag3 {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--fj3-ember-glow);
	font-weight: 800;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	font-size: .74rem;
	margin-bottom: 12px;
}

.hand-tag3::before {
	content: "";
	width: 26px;
	height: 2px;
	background: var(--fj3-ember);
}

.hand-card3 h3 {
	color: #fff;
	font-size: clamp(1.4rem,2.4vw,1.9rem);
	margin-bottom: 10px;
}

.hand-card3 p {
	color: #B2AE9D;
	font-size: .99rem;
}

.hand-digits3 {
	display: block;
	font-family: var(--fj3-display);
	font-size: clamp(2.1rem,4.6vw,3rem);
	color: #fff;
	letter-spacing: 1px;
	margin: 20px 0 18px;
	text-align: center;
	transition: color .25s,transform .25s;
}

.hand-digits3:hover {
	color: var(--fj3-ember-glow);
	transform: scale(1.03);
}

.hand-times3 {
	text-align: center;
	font-size: .92rem;
	margin: 18px 0 0;
	color: #B2AE9D;
}

.hand-times3 strong {
	color: #fff;
}

.hand-steps3 {
	margin-top: 26px;
	padding-top: 22px;
	border-top: 1px solid rgba(255,255,255,.12);
}

.hand-steps3 h4 {
	color: #fff;
	font-size: .92rem;
	letter-spacing: 1.8px;
	margin-bottom: 14px;
}

.hand-steps3 ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: ce;
	display: grid;
	gap: 12px;
}

.hand-steps3 li {
	counter-increment: ce;
	display: flex;
	gap: 13px;
	align-items: flex-start;
	font-size: .94rem;
	color: #C0BCAB;
}

.hand-steps3 li::before {
	content: counter(ce);
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	border-radius: 8px;
	background: rgba(242,145,63,.18);
	color: var(--fj3-ember-glow);
	font-family: var(--fj3-display);
	font-size: .9rem;
	display: grid;
	place-items: center;
	margin-top: 1px;
}

@media (max-width:640px) {
	.hand-card3 {
		padding: 28px 22px;
	}
}

.fenceword3 p {
	font-size: .95rem;
	line-height: 1.62;
}

.fenceword3 footer b {
	font-size: .92rem;
	line-height: 1.3;
}

.fenceword3 .cameo3f svg {
	display: block;
}

@media (max-width:1080px) {
	.fencewords3 {
		gap: 22px;
	}
}

.cartpath3 ul.cp3-pair {
	grid-template-columns: 1.7fr 1fr;
}

/* narrow-lane allowances */
@media (max-width: 392px) {
	.farmmark3-note strong {
		max-width: 46vw;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.porchrail3-latch {
		padding-inline: 13px;
	}
}

.cartpath3 ul {
	grid-template-columns: 1fr;
}

.fourseasons3 > * {
	min-width: 0;
}

.fourseasons3-season h3 {
	overflow-wrap: anywhere;
}

.tallyboard3-post b span {
	font-size: inherit;
	color: inherit;
	letter-spacing: 0;
}
