/* Quincy Chimney & Masonry -- the derrick sheet.
   Granite gray and struck gold over dust cream. */
:root
{
	--qy8-brick: #A34423;
	--qy8-brick-dark: #732D15;
	--qy8-ember: #C79432;
	--qy8-ember-glow: #EDC167;
	--qy8-coast: #6E7276;
	--qy8-charcoal: #1B1C1E;
	--qy8-charcoal-2: #26272A;
	--qy8-charcoal-3: #323438;
	--qy8-cream: #F3F2EE;
	--qy8-cream-2: #E8E7E0;
	--qy8-ink: #1C1D1F;
	--qy8-muted: #696A64;
	--qy8-line: rgba(27,28,30,.12);
	--qy8-gold: #B98B2E;
	--qy8-green-ok: #2F805A;
	--qy8-radius: 16px;
	--qy8-radius-lg: 26px;
	--qy8-shadow-sm: 0 4px 14px rgba(27,28,30,.08);
	--qy8-shadow: 0 14px 40px rgba(27,28,30,.14);
	--qy8-shadow-lg: 0 30px 70px rgba(27,28,30,.26);
	--qy8-wrap: 1200px;
	--qy8-font: 'Overpass',system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
	--qy8-display: 'Economica','Arial Narrow',var(--qy8-font);
	--qy8-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(--qy8-font);
	color: var(--qy8-ink);
	background: var(--qy8-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(--qy8-brick);
	text-decoration: none;
}
a:hover
{
	color: var(--qy8-brick-dark);
}
button
{
	font-family: inherit;
}
h1,h2,h3,h4
{
	font-family: var(--qy8-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;
}
.yardspan8
{
	width: min(var(--qy8-wrap),92%);
	margin-inline: auto;
}
.midyard8
{
	text-align: center;
}
.stillyard8
{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}
.bypass-link8
{
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--qy8-brick);
	color: #fff;
	padding: 12px 20px;
	z-index: 9999;
}
.bypass-link8:focus
{
	left: 10px;
	top: 10px;
}
:focus-visible
{
	outline: 3px solid var(--qy8-ember);
	outline-offset: 3px;
}
#bg-fx-qy
{
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}
#emberCanvas-qy
{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: .55;
}
.dusthalo8
{
	position: absolute;
	border-radius: 50%;
	filter: blur(70px);
	opacity: .34;
	will-change: transform;
}
.dusthalo8-a
{
	width: 520px;
	height: 520px;
	background: radial-gradient(circle at 30% 30%,var(--qy8-ember),transparent 68%);
	top: -140px;
	left: -120px;
	animation: float1 26s ease-in-out infinite;
}
.dusthalo8-b
{
	width: 640px;
	height: 640px;
	background: radial-gradient(circle at 60% 40%,var(--qy8-brick),transparent 66%);
	top: 38%;
	right: -220px;
	animation: float2 32s ease-in-out infinite;
}
.dusthalo8-c
{
	width: 420px;
	height: 420px;
	background: radial-gradient(circle at 50% 50%,var(--qy8-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,.craneline8
{
	position: relative;
	z-index: 1;
}
.malletbtn8
{
	--qy8-bg: var(--qy8-brick);
	--qy8-fg: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .6rem;
	background: var(--qy8-bg);
	color: var(--qy8-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;
}
.malletbtn8:hover
{
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(178,58,33,.42);
	color: #fff;
}
.malletbtn8:active
{
	transform: translateY(-1px);
}
.malletbtn8::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%;
	}
}
.malletbtn8-forged
{
	--qy8-bg: linear-gradient(135deg,var(--qy8-ember),var(--qy8-brick));
	box-shadow: 0 10px 26px rgba(240,128,60,.4);
}
.malletbtn8-faded
{
	--qy8-bg: transparent;
	--qy8-fg: #fff;
	border: 2px solid rgba(255,255,255,.6);
	box-shadow: none;
}
.malletbtn8-faded:hover
{
	background: rgba(255,255,255,.12);
	box-shadow: none;
}
.malletbtn8-basalt
{
	--qy8-bg: var(--qy8-charcoal);
	box-shadow: 0 10px 26px rgba(27,28,30,.3);
}
.malletbtn8-heavy
{
	padding: 19px 38px;
	font-size: 1.12rem;
}
.malletbtn8-slab
{
	display: flex;
	width: 100%;
}
.craneline8
{
	background: var(--qy8-charcoal);
	color: #D7D6CC;
	font-size: .86rem;
	letter-spacing: .3px;
}
.craneline8 .yardspan8
{
	display: flex;
	flex-wrap: wrap;
	gap: 8px 26px;
	align-items: center;
	justify-content: space-between;
	padding: 9px 0;
}
.craneline8 b
{
	color: #fff;
}
.craneline8 .cl8-bead
{
	display: inline-flex;
	align-items: center;
	gap: 7px;
}
.forgelive-dot
{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #39C571;
	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);
	}
}
.capstone8
{
	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(--qy8-line);
	transition: box-shadow .3s,background .3s;
}
.capstone8.stoneworn
{
	box-shadow: 0 8px 30px rgba(27,28,30,.13);
	background: rgba(246,240,231,.96);
}
.capstone8 .yardspan8
{
	width: min(1360px,94%);
}
.gantry8
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: var(--qy8-header-h);
}
.cornerstone8
{
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--qy8-ink);
	flex: 0 0 auto;
}
.cornerstone8:hover
{
	color: var(--qy8-ink);
}
.cornerstone8-seal
{
	width: 46px;
	height: 46px;
	flex: 0 0 auto;
	filter: drop-shadow(0 4px 8px rgba(178,58,33,.3));
}
.cornerstone8-chit
{
	display: flex;
	flex-direction: column;
	line-height: 1.05;
}
.cornerstone8-chit strong
{
	font-family: var(--qy8-display);
	font-size: 1.06rem;
	letter-spacing: .6px;
	text-transform: uppercase;
}
.cornerstone8-chit span
{
	font-size: .7rem;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	color: var(--qy8-brick);
	font-weight: 600;
}
.adit8
{
	display: flex;
	align-items: center;
	gap: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.adit8 a
{
	color: var(--qy8-ink);
	font-weight: 600;
	font-size: .92rem;
	white-space: nowrap;
	position: relative;
	padding: 6px 0;
}
.adit8 a::after
{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background: var(--qy8-brick);
	transition: width .28s;
}
.adit8 a:hover::after,.adit8 a.onshift::after
{
	width: 100%;
}
.gantry8-drive
{
	display: flex;
	align-items: center;
	gap: 14px;
	flex: 0 0 auto;
}
.gantry8-digits
{
	display: flex;
	flex-direction: column;
	line-height: 1.1;
	text-align: right;
}
.gantry8-digits small
{
	font-size: .68rem;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	color: var(--qy8-muted);
}
.gantry8-digits b
{
	font-family: var(--qy8-display);
	font-size: 1.22rem;
	color: var(--qy8-brick);
}
.wedge8
{
	display: none;
	width: 48px;
	height: 44px;
	border: 1px solid var(--qy8-line);
	background: #fff;
	border-radius: 12px;
	cursor: pointer;
	padding: 0;
	position: relative;
}
.wedge8 span
{
	position: absolute;
	left: 13px;
	width: 22px;
	height: 2px;
	background: var(--qy8-ink);
	transition: .3s;
}
.wedge8 span:nth-child(1)
{
	top: 15px;
}
.wedge8 span:nth-child(2)
{
	top: 21px;
}
.wedge8 span:nth-child(3)
{
	top: 27px;
}
.wedge8[aria-expanded="true"] span:nth-child(1)
{
	top: 21px;
	transform: rotate(45deg);
}
.wedge8[aria-expanded="true"] span:nth-child(2)
{
	opacity: 0;
}
.wedge8[aria-expanded="true"] span:nth-child(3)
{
	top: 21px;
	transform: rotate(-45deg);
}
.quarryface8
{
	position: relative;
	color: #fff;
	padding: clamp(56px,8vw,104px) 0 clamp(70px,9vw,120px);
	overflow: hidden;
	isolation: isolate;
}
.quarryface8-dust
{
	position: absolute;
	inset: 0;
	z-index: -2;
}
.quarryface8-dust 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);
	}
}
.quarryface8::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%);
}
.quarryface8-benches
{
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 52px;
	align-items: center;
}
.benchtag8
{
	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);
}
.quarryface8 h1
{
	color: #fff;
	text-shadow: 0 6px 30px rgba(0,0,0,.4);
}
.quarryface8 h1 .goldvein8
{
	color: var(--qy8-ember-glow);
	display: inline-block;
}
.quarryface8-underscore
{
	font-size: clamp(1.02rem,1.5vw,1.2rem);
	color: #E5E4DC;
	max-width: 610px;
}
.quarryface8-mallets
{
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 30px 0 26px;
}
.quarryface8-plumbs
{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: .92rem;
	color: #E1E0D8;
}
.quarryface8-plumbs li
{
	display: flex;
	align-items: center;
	gap: 8px;
}
.plumbtick8
{
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: rgba(73,199,126,.2);
	display: grid;
	place-items: center;
}
.plumbtick8 svg
{
	width: 12px;
	height: 12px;
	stroke: #5BE18F;
	fill: none;
	stroke-width: 3;
}
.soundingcard
{
	background: linear-gradient(160deg,rgba(255,255,255,.98),rgba(246,240,231,.94));
	color: var(--qy8-ink);
	border-radius: var(--qy8-radius-lg);
	padding: 30px 28px;
	box-shadow: var(--qy8-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);
	}
}
.soundingcard-stamp
{
	position: absolute;
	top: -18px;
	right: -10px;
	background: var(--qy8-brick);
	color: #fff;
	font-family: var(--qy8-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);
	}
}
.soundingcard-reckon
{
	font-family: var(--qy8-display);
	font-size: clamp(3.4rem,7vw,4.6rem);
	line-height: 1;
	color: var(--qy8-brick);
	display: flex;
	align-items: flex-start;
	gap: 4px;
	justify-content: center;
	margin: 6px 0 2px;
}
.soundingcard-reckon sup
{
	font-size: .42em;
	margin-top: .32em;
}
.soundingcard h2
{
	font-size: 1.32rem;
	margin-bottom: 4px;
	text-align: center;
}
.soundingcard .soundingcard-undertone
{
	text-align: center;
	color: var(--qy8-muted);
	font-size: .9rem;
	margin-bottom: 16px;
}
.soundingcard-passes
{
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	display: grid;
	gap: 9px;
	font-size: .95rem;
}
.soundingcard-passes li
{
	display: flex;
	gap: 10px;
	align-items: flex-start;
}
.soundingcard-passes svg
{
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	margin-top: 3px;
	stroke: var(--qy8-brick);
	fill: none;
	stroke-width: 3;
}
.soundingcard-chipnote
{
	font-size: .76rem;
	color: var(--qy8-muted);
	text-align: center;
	margin: 12px 0 0;
	line-height: 1.5;
}
.railline8
{
	background: var(--qy8-charcoal-2);
	color: #C5C4BC;
	overflow: hidden;
	padding: 13px 0;
	border-block: 1px solid rgba(255,255,255,.07);
}
.railline8-haul
{
	display: flex;
	gap: 52px;
	white-space: nowrap;
	width: max-content;
	animation: scrollX 34s linear infinite;
	font-family: var(--qy8-display);
	letter-spacing: 2px;
	font-size: .94rem;
	text-transform: uppercase;
}
.railline8-haul span
{
	display: inline-flex;
	align-items: center;
	gap: 12px;
}
.railline8-haul b
{
	color: var(--qy8-ember);
}
@keyframes scrollX
{
	to
	{
		transform: translateX(-50%);
	}
}
section
{
	padding: clamp(56px,7vw,100px) 0;
	position: relative;
}
.benchhead8
{
	max-width: 760px;
	margin: 0 auto 52px;
}
.benchhead8.westyard8
{
	margin-inline: 0;
}
.chiselmark8
{
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--qy8-brick);
	font-weight: 800;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	font-size: .78rem;
	margin-bottom: 14px;
}
.chiselmark8::before
{
	content: "";
	width: 28px;
	height: 2px;
	background: var(--qy8-brick);
}
.leadline8
{
	font-size: 1.06rem;
	color: var(--qy8-muted);
}
.tone-dustcream
{
	background: linear-gradient(180deg,rgba(237,227,213,.75),rgba(246,240,231,.4));
}
.tone-nightquarry
{
	background: var(--qy8-charcoal);
	color: #D8D7CF;
}
.tone-nightquarry h2,.tone-nightquarry h3
{
	color: #fff;
}
.tone-nightquarry .leadline8
{
	color: #B1B0A8;
}
.tone-nightquarry .chiselmark8
{
	color: var(--qy8-ember-glow);
}
.tone-nightquarry .chiselmark8::before
{
	background: var(--qy8-ember);
}
.blockcount
{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 22px;
}
.blockcount-stone
{
	background: #fff;
	border-radius: var(--qy8-radius);
	padding: 26px 20px;
	text-align: center;
	box-shadow: var(--qy8-shadow-sm);
	border: 1px solid var(--qy8-line);
	transition: transform .3s,box-shadow .3s;
}
.blockcount-stone:hover
{
	transform: translateY(-7px);
	box-shadow: var(--qy8-shadow);
}
.blockcount-stone b
{
	display: block;
	font-family: var(--qy8-display);
	font-size: clamp(2rem,3.6vw,2.9rem);
	color: var(--qy8-brick);
	line-height: 1;
}
.blockcount-stone span
{
	font-size: .87rem;
	color: var(--qy8-muted);
	letter-spacing: .6px;
}
.cutwork8-rows
{
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(295px,1fr));
	gap: 26px;
}
.cutwork8
{
	background: #fff;
	border-radius: var(--qy8-radius-lg);
	overflow: hidden;
	box-shadow: var(--qy8-shadow-sm);
	border: 1px solid var(--qy8-line);
	display: flex;
	flex-direction: column;
	transition: transform .35s cubic-bezier(.2,.8,.3,1),box-shadow .35s;
}
.cutwork8:hover
{
	transform: translateY(-10px);
	box-shadow: var(--qy8-shadow-lg);
}
.cutwork8-slab
{
	position: relative;
	aspect-ratio: 16/10;
	overflow: hidden;
	background: var(--qy8-charcoal-3);
}
.cutwork8-slab img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s cubic-bezier(.2,.8,.3,1);
}
.cutwork8:hover .cutwork8-slab img
{
	transform: scale(1.09);
}
.cutwork8-slab::after
{
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg,transparent 42%,rgba(20,16,14,.72));
}
.cutwork8-stamp
{
	position: absolute;
	left: 18px;
	bottom: 16px;
	z-index: 2;
	width: 46px;
	height: 46px;
	border-radius: 13px;
	background: var(--qy8-brick);
	display: grid;
	place-items: center;
	box-shadow: 0 8px 20px rgba(178,58,33,.45);
}
.cutwork8-stamp svg
{
	width: 24px;
	height: 24px;
	stroke: #fff;
	fill: none;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.cutwork8-margins
{
	padding: 24px 24px 26px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.cutwork8-margins h3
{
	margin-bottom: 8px;
}
.cutwork8-margins p
{
	font-size: .95rem;
	color: var(--qy8-muted);
	margin-bottom: 16px;
}
.cutwork8-margins ul
{
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	font-size: .9rem;
	display: grid;
	gap: 6px;
}
.cutwork8-margins li
{
	display: flex;
	gap: 9px;
	align-items: flex-start;
	color: #454646;
}
.cutwork8-margins li::before
{
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--qy8-ember);
	flex: 0 0 auto;
	margin-top: 8px;
}
.cutwork8-line
{
	margin-top: auto;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: .95rem;
}
.cutwork8-line svg
{
	width: 16px;
	height: 16px;
	stroke: currentColor;
	fill: none;
	stroke-width: 2.4;
	transition: transform .3s;
}
.cutwork8:hover .cutwork8-line svg
{
	transform: translateX(5px);
}
.flatnote8-rows
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 52px;
	align-items: center;
}
.flatnote8-list
{
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.flatnote8-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;
}
.flatnote8-list li:hover
{
	transform: translateX(7px);
	border-color: rgba(240,128,60,.55);
	background: rgba(240,128,60,.08);
}
.flatnote8-list .fn8
{
	width: 38px;
	height: 38px;
	flex: 0 0 auto;
	border-radius: 11px;
	background: rgba(240,128,60,.16);
	display: grid;
	place-items: center;
}
.flatnote8-list .fn8 svg
{
	width: 20px;
	height: 20px;
	stroke: var(--qy8-ember-glow);
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.flatnote8-list b
{
	display: block;
	color: #fff;
	font-family: var(--qy8-display);
	letter-spacing: .5px;
	font-size: 1.02rem;
	text-transform: uppercase;
}
.flatnote8-list span
{
	font-size: .92rem;
	color: #ADACA4;
}
.flatnote8-slab
{
	position: relative;
	border-radius: var(--qy8-radius-lg);
	overflow: hidden;
	box-shadow: var(--qy8-shadow-lg);
}
.flatnote8-slab img
{
	width: 100%;
	aspect-ratio: 4/5;
	object-fit: cover;
}
.flatnote8-chit
{
	position: absolute;
	left: 20px;
	bottom: 20px;
	right: 20px;
	background: rgba(27,28,30,.82);
	backdrop-filter: blur(9px);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 16px;
	padding: 16px 18px;
	color: #fff;
}
.flatnote8-chit b
{
	font-family: var(--qy8-display);
	display: block;
	color: var(--qy8-ember-glow);
	letter-spacing: 1px;
}
.flatnote8-chit span
{
	font-size: .88rem;
	color: #C1C0B8;
}
.fourstrikes8
{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 24px;
	counter-reset: step;
	position: relative;
}
.fourstrikes8-strike
{
	background: #fff;
	border-radius: var(--qy8-radius);
	padding: 34px 24px 26px;
	box-shadow: var(--qy8-shadow-sm);
	border: 1px solid var(--qy8-line);
	position: relative;
	transition: transform .35s,box-shadow .35s;
}
.fourstrikes8-strike:hover
{
	transform: translateY(-8px);
	box-shadow: var(--qy8-shadow);
}
.fourstrikes8-chip
{
	position: absolute;
	top: -20px;
	left: 24px;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: linear-gradient(140deg,var(--qy8-ember),var(--qy8-brick));
	color: #fff;
	font-family: var(--qy8-display);
	font-size: 1.3rem;
	display: grid;
	place-items: center;
	box-shadow: 0 10px 22px rgba(178,58,33,.35);
}
.fourstrikes8-strike h3
{
	font-size: 1.12rem;
	margin-top: 8px;
}
.fourstrikes8-strike p
{
	font-size: .93rem;
	color: var(--qy8-muted);
	margin: 0;
}
.yardbook8
{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 16px;
}
.yardbook8-folio
{
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: var(--qy8-shadow-sm);
	aspect-ratio: 1;
	background: var(--qy8-charcoal-3);
}
.yardbook8-folio:nth-child(1),.yardbook8-folio:nth-child(6)
{
	grid-row: span 2;
	aspect-ratio: 1/2.06;
}
.yardbook8-folio img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s cubic-bezier(.2,.8,.3,1);
}
.yardbook8-folio:hover img
{
	transform: scale(1.1);
}
.yardbook8-folio 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;
}
.yardbook8-folio:hover figcaption
{
	transform: translateY(0);
	opacity: 1;
}
.yardwords8
{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 24px;
}
.yardword8
{
	background: #fff;
	border-radius: var(--qy8-radius);
	padding: 28px 26px;
	box-shadow: var(--qy8-shadow-sm);
	border: 1px solid var(--qy8-line);
	position: relative;
	transition: transform .35s,box-shadow .35s;
}
.yardword8:hover
{
	transform: translateY(-8px);
	box-shadow: var(--qy8-shadow);
}
.yardword8 .echoline8
{
	position: absolute;
	top: 16px;
	right: 22px;
	font-family: var(--qy8-display);
	font-size: 4.2rem;
	color: rgba(178,58,33,.13);
	line-height: 1;
}
.constel8
{
	display: flex;
	gap: 3px;
	margin-bottom: 12px;
}
.constel8 svg
{
	width: 18px;
	height: 18px;
	fill: var(--qy8-gold);
}
.yardword8 p
{
	font-size: .98rem;
	color: #454646;
}
.yardword8 footer
{
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 16px;
	border-top: 1px solid var(--qy8-line);
	padding-top: 14px;
}
.cameo8q
{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: linear-gradient(140deg,var(--qy8-brick),var(--qy8-ember));
	color: #fff;
	display: grid;
	place-items: center;
	font-family: var(--qy8-display);
	font-size: 1.05rem;
	flex: 0 0 auto;
}
.yardword8 footer b
{
	display: block;
	font-size: .95rem;
}
.yardword8 footer span
{
	font-size: .8rem;
	color: var(--qy8-muted);
}
.townblocks8
{
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}
.townblocks8 li
{
	background: #fff;
	border: 1px solid var(--qy8-line);
	border-radius: 60px;
	padding: 10px 20px;
	font-size: .92rem;
	font-weight: 600;
	box-shadow: var(--qy8-shadow-sm);
	transition: transform .25s,background .25s,color .25s,border-color .25s;
}
.townblocks8 li:hover
{
	transform: translateY(-4px);
	background: var(--qy8-brick);
	color: #fff;
	border-color: var(--qy8-brick);
}
.yardside-qa
{
	max-width: 880px;
	margin-inline: auto;
}
.yardside-qa details
{
	background: #fff;
	border: 1px solid var(--qy8-line);
	border-radius: 14px;
	margin-bottom: 12px;
	box-shadow: var(--qy8-shadow-sm);
	overflow: hidden;
	transition: box-shadow .3s;
}
.yardside-qa details[open]
{
	box-shadow: var(--qy8-shadow);
}
.yardside-qa summary
{
	cursor: pointer;
	list-style: none;
	padding: 20px 58px 20px 22px;
	font-weight: 700;
	font-size: 1.03rem;
	position: relative;
}
.yardside-qa summary::-webkit-details-marker
{
	display: none;
}
.yardside-qa summary::after
{
	content: "";
	position: absolute;
	right: 22px;
	top: 50%;
	width: 12px;
	height: 12px;
	border-right: 2.6px solid var(--qy8-brick);
	border-bottom: 2.6px solid var(--qy8-brick);
	transform: translateY(-70%) rotate(45deg);
	transition: transform .3s;
}
.yardside-qa details[open] summary::after
{
	transform: translateY(-25%) rotate(-135deg);
}
.yardside-qa .yardside-qa-margins
{
	padding: 0 22px 20px;
	color: var(--qy8-muted);
	font-size: .97rem;
}
.yardside-qa .yardside-qa-margins p:last-child
{
	margin-bottom: 0;
}
.derrickband8
{
	position: relative;
	color: #fff;
	text-align: center;
	overflow: hidden;
	isolation: isolate;
}
.derrickband8 .derrickband8-dust
{
	position: absolute;
	inset: 0;
	z-index: -2;
}
.derrickband8 .derrickband8-dust img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.derrickband8::before
{
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(120deg,rgba(140,43,22,.94),rgba(27,28,30,.9));
}
.derrickband8 h2
{
	color: #fff;
	font-size: clamp(2rem,4.4vw,3.3rem);
}
.derrickband8 p
{
	color: #ECEBE4;
	max-width: 660px;
	margin-inline: auto;
	font-size: 1.06rem;
}
.derrickband8-mallets
{
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 28px;
}
.derrickband8-digits
{
	display: block;
	font-family: var(--qy8-display);
	font-size: clamp(2rem,5vw,2.9rem);
	color: #fff;
	margin-top: 20px;
	letter-spacing: 1px;
}
.derrickband8-digits:hover
{
	color: var(--qy8-ember-glow);
}
.hancockyard8
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 44px;
	align-items: start;
}
.hancockyard8>*
{
	min-width: 0;
}
.hancockyard8-lines a,.foundation8 address a
{
	overflow-wrap: anywhere;
}
.toolcrib8
{
	background: #fff;
	border-radius: var(--qy8-radius-lg);
	padding: 34px 32px;
	box-shadow: var(--qy8-shadow);
	border: 1px solid var(--qy8-line);
}
.slotbed8
{
	margin-bottom: 16px;
}
.slotbed8 label
{
	display: block;
	font-weight: 700;
	font-size: .86rem;
	margin-bottom: 7px;
	letter-spacing: .4px;
}
.slotbed8 input,.slotbed8 select,.slotbed8 textarea
{
	width: 100%;
	padding: 14px 16px;
	border: 1.6px solid var(--qy8-line);
	border-radius: 12px;
	font-size: 1rem;
	font-family: inherit;
	background: #FAF9F6;
	color: var(--qy8-ink);
	transition: border-color .25s,box-shadow .25s,background .25s;
}
.slotbed8 input:focus,.slotbed8 select:focus,.slotbed8 textarea:focus
{
	outline: none;
	border-color: var(--qy8-brick);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(178,58,33,.12);
}
.slotbed8 textarea
{
	resize: vertical;
	min-height: 110px;
}
.twinbench8
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.cribchit8
{
	font-size: .79rem;
	color: var(--qy8-muted);
	margin-top: 12px;
	text-align: center;
}
.cribline8
{
	display: none;
	padding: 14px 16px;
	border-radius: 12px;
	font-size: .94rem;
	margin-bottom: 16px;
}
.cribline8.onkey8
{
	display: block;
	background: rgba(46,125,81,.1);
	color: #2F805A;
	border: 1px solid rgba(46,125,81,.3);
}
.cribline8.offkey8
{
	display: block;
	background: rgba(178,58,33,.1);
	color: var(--qy8-brick-dark);
	border: 1px solid rgba(178,58,33,.3);
}
.hancockyard8-lines
{
	list-style: none;
	padding: 0;
	margin: 0 0 26px;
	display: grid;
	gap: 16px;
}
.hancockyard8-lines li
{
	display: flex;
	gap: 16px;
	align-items: flex-start;
}
.hancockyard8-stamp
{
	width: 48px;
	height: 48px;
	flex: 0 0 auto;
	border-radius: 14px;
	background: rgba(178,58,33,.1);
	display: grid;
	place-items: center;
}
.hancockyard8-stamp svg
{
	width: 22px;
	height: 22px;
	stroke: var(--qy8-brick);
	fill: none;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.hancockyard8-lines b
{
	display: block;
	font-family: var(--qy8-display);
	letter-spacing: .6px;
	text-transform: uppercase;
	font-size: .95rem;
}
.hancockyard8-lines a,.hancockyard8-lines span
{
	color: var(--qy8-muted);
	font-size: 1rem;
}
.hancockyard8-lines a:hover
{
	color: var(--qy8-brick);
}
.plotmap8
{
	border-radius: var(--qy8-radius);
	overflow: hidden;
	box-shadow: var(--qy8-shadow-sm);
	border: 1px solid var(--qy8-line);
	line-height: 0;
}
.plotmap8 iframe
{
	width: 100%;
	height: 290px;
	border: 0;
}
.shiftboard8
{
	background: #fff;
	border: 1px solid var(--qy8-line);
	border-radius: var(--qy8-radius);
	padding: 22px 24px;
	box-shadow: var(--qy8-shadow-sm);
	margin-bottom: 26px;
}
.shiftboard8 dl
{
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 8px 18px;
	margin: 0;
	font-size: .95rem;
}
.shiftboard8 dt
{
	font-weight: 700;
}
.shiftboard8 dd
{
	margin: 0;
	text-align: right;
	color: var(--qy8-muted);
}
.foundation8
{
	background: var(--qy8-charcoal);
	color: #A3A29A;
	padding: 70px 0 0;
	font-size: .95rem;
}
.foundation8-rows
{
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
	gap: 38px;
	padding-bottom: 44px;
}
.foundation8 h4
{
	color: #fff;
	font-size: 1rem;
	letter-spacing: 1.6px;
	margin-bottom: 18px;
}
.foundation8 a
{
	color: #A3A29A;
}
.foundation8 a:hover
{
	color: var(--qy8-ember-glow);
}
.foundation8-lines
{
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
}
.foundation8-seal
{
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	color: #fff;
}
.foundation8-seal strong
{
	font-family: var(--qy8-display);
	font-size: 1.1rem;
	letter-spacing: .6px;
	text-transform: uppercase;
}
.foundation8-plinth
{
	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;
}
.derricklamp8
{
	position: fixed;
	right: 22px;
	bottom: 26px;
	z-index: 950;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: linear-gradient(135deg,var(--qy8-brick),var(--qy8-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;
}
.derricklamp8:hover
{
	transform: scale(1.06) translateY(-3px);
	color: #fff;
	box-shadow: 0 22px 52px rgba(178,58,33,.6);
}
.derricklamp8 .dl8-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;
}
.derricklamp8 .dl8-halo::before,.derricklamp8 .dl8-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;
}
.derricklamp8 .dl8-halo::after
{
	animation-delay: 1.3s;
}
@keyframes ring
{
	0%
	{
		transform: scale(1);
		opacity: .85;
	}
	100%
	{
		transform: scale(2.1);
		opacity: 0;
	}
}
.derricklamp8 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);
	}
}
.derricklamp8 .dl8-chit
{
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}
.derricklamp8 .dl8-chit small
{
	font-size: .66rem;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	opacity: .85;
	font-weight: 600;
}
.derricklamp8 .dl8-chit b
{
	font-family: var(--qy8-display);
	font-size: 1.12rem;
	letter-spacing: .6px;
}
.gangway8
{
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 960;
	background: rgba(27,28,30,.97);
	backdrop-filter: blur(12px);
	border-top: 1px solid rgba(255,255,255,.12);
	padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
}
.gangway8 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 8px;
}
.gangway8 a
{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	padding: 9px 4px;
	border-radius: 12px;
	color: #E3E2DA;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .4px;
	text-transform: uppercase;
}
.gangway8 a svg
{
	width: 19px;
	height: 19px;
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.gangway8 .gw8-line
{
	background: linear-gradient(135deg,var(--qy8-brick),var(--qy8-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);
	}
}
.hoistup8
{
	position: fixed;
	right: 26px;
	bottom: 104px;
	z-index: 940;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--qy8-charcoal);
	color: #fff;
	display: grid;
	place-items: center;
	box-shadow: var(--qy8-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: .3s;
	border: 0;
	cursor: pointer;
}
.hoistup8.hoisted
{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.hoistup8 svg
{
	width: 18px;
	height: 18px;
	stroke: #fff;
	fill: none;
	stroke-width: 2.6;
}
.unearthed8
{
	opacity: 0;
	transform: translateY(34px);
	transition: opacity .8s cubic-bezier(.2,.8,.3,1),transform .8s cubic-bezier(.2,.8,.3,1);
}
.unearthed8.hewn
{
	opacity: 1;
	transform: none;
}
.unearthed8.qcy1
{
	transition-delay: .1s;
}
.unearthed8.qcy2
{
	transition-delay: .2s;
}
.unearthed8.qcy3
{
	transition-delay: .3s;
}
.unearthed8.qcy4
{
	transition-delay: .4s;
}
.unearthed8.qcy5
{
	transition-delay: .5s;
}
.unearthed8.qcy6
{
	transition-delay: .6s;
}
@media (max-width:1080px)
{
	.quarryface8-benches
	{
		grid-template-columns: 1fr;
		gap: 44px;
	}
	.soundingcard
	{
		max-width: 520px;
	}
	.blockcount
	{
		grid-template-columns: repeat(2,1fr);
	}
	.fourstrikes8
	{
		grid-template-columns: repeat(2,1fr);
		row-gap: 38px;
	}
	.yardwords8
	{
		grid-template-columns: 1fr;
	}
	.foundation8-rows
	{
		grid-template-columns: 1fr 1fr;
	}
	.yardbook8
	{
		grid-template-columns: repeat(3,1fr);
	}
}
@media (max-width:1440px)
{
	.adit8
	{
		gap: 18px;
	}
	.adit8 a
	{
		font-size: .9rem;
	}
	.gantry8-digits
	{
		display: none;
	}
}
@media (max-width:1240px)
{
	.adit8
	{
		gap: 15px;
	}
	.adit8 a
	{
		font-size: .86rem;
	}
	.adit8 li:has(.gantry8-faint)
	{
		display: none;
	}
	.gantry8-faint
	{
		display: none;
	}
}
@media (max-width:1150px)
{
	.adit8
	{
		position: fixed;
		inset: var(--qy8-header-h) 0 auto 0;
		background: var(--qy8-cream);
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 10px 6% 26px;
		border-bottom: 1px solid var(--qy8-line);
		box-shadow: var(--qy8-shadow);
		transform: translateY(-135%);
		transition: transform .4s cubic-bezier(.2,.8,.3,1);
		max-height: calc(100vh - var(--qy8-header-h));
		overflow: auto;
	}
	.adit8.proppedwide
	{
		transform: translateY(0);
	}
	.adit8 li:has(.gantry8-faint)
	{
		display: block;
	}
	.gantry8-faint
	{
		display: block;
	}
	.adit8 li
	{
		border-bottom: 1px solid var(--qy8-line);
	}
	.adit8 a
	{
		display: block;
		padding: 15px 0;
		font-size: 1.05rem;
	}
	.wedge8
	{
		display: block;
	}
	.gantry8-digits
	{
		display: none;
	}
	.gantry8-drive .malletbtn8
	{
		padding: 12px 20px;
		font-size: .92rem;
	}
	.flatnote8-rows,.hancockyard8
	{
		grid-template-columns: 1fr;
		gap: 34px;
	}
	.derricklamp8
	{
		display: none;
	}
	.gangway8
	{
		display: block;
	}
	body
	{
		padding-bottom: 74px;
	}
	.hoistup8
	{
		bottom: 88px;
		right: 16px;
	}
}
@media (max-width:640px)
{
	body
	{
		font-size: 16px;
	}
	.craneline8 .yardspan8
	{
		justify-content: center;
		text-align: center;
		font-size: .8rem;
		gap: 6px 16px;
		padding: 7px 0;
	}
	.craneline8 .cl8-stow,.craneline8 .cl8-crier
	{
		display: none;
	}
	.gantry8-bell-chit
	{
		display: none;
	}
	.gantry8-drive .malletbtn8
	{
		padding: 12px 14px;
		border-radius: 50%;
	}
	.gantry8-drive
	{
		gap: 9px;
	}
	.blockcount,.fourstrikes8
	{
		grid-template-columns: 1fr 1fr;
		gap: 14px;
	}
	.yardbook8
	{
		grid-template-columns: repeat(2,1fr);
		gap: 10px;
	}
	.yardbook8-folio:nth-child(1),.yardbook8-folio:nth-child(6)
	{
		grid-row: span 1;
		aspect-ratio: 1;
	}
	.twinbench8
	{
		grid-template-columns: 1fr;
	}
	.toolcrib8
	{
		padding: 26px 20px;
	}
	.foundation8-rows
	{
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.quarryface8-mallets .malletbtn8
	{
		flex: 1 1 100%;
	}
	.gantry8
	{
		gap: 8px;
	}
	.cornerstone8
	{
		min-width: 0;
		gap: 9px;
	}
	.cornerstone8-seal
	{
		width: 38px;
		height: 38px;
	}
	.cornerstone8-chit
	{
		min-width: 0;
	}
	.cornerstone8-chit span
	{
		font-size: .56rem;
		letter-spacing: 1.2px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.cornerstone8-chit strong
	{
		font-size: .85rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.blockcount .blockcount-stone
	{
		padding: 20px 12px;
	}
	.cutwork8-margins,.toolcrib8
	{
		overflow-wrap: break-word;
	}
}
@media (max-width:400px)
{
	.yardspan8
	{
		width: 94%;
	}
	.fourstrikes8
	{
		grid-template-columns: 1fr;
		row-gap: 34px;
	}
	.blockcount
	{
		gap: 10px;
	}
	.cornerstone8-seal
	{
		width: 34px;
		height: 34px;
	}
	.cornerstone8-chit strong
	{
		font-size: .8rem;
	}
	.gantry8-drive .malletbtn8
	{
		padding: 11px 13px;
	}
	.wedge8
	{
		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;
	}
	.unearthed8
	{
		opacity: 1;
		transform: none;
	}
}
@media print
{
	.capstone8,.derricklamp8,.gangway8,.hoistup8,#bg-fx-qy,.railline8
	{
		display: none!important;
	}
	body
	{
		background: #fff;
		color: #000;
	}
}
.soundingcard-nocent
{
	font-family: var(--qy8-display);
	font-size: clamp(3rem,6.4vw,4.3rem);
	line-height: 1;
	color: var(--qy8-brick);
	text-align: center;
	letter-spacing: 2px;
	margin: 8px 0 2px;
}
.soundingcard-nocent small
{
	display: block;
	font-family: var(--qy8-font);
	font-size: .31em;
	letter-spacing: 3.4px;
	color: var(--qy8-coast);
	font-weight: 800;
	margin-top: 6px;
}
.soundingcard .soundingcard-passes svg
{
	stroke: var(--qy8-coast);
}
.stamp-nocent
{
	background: var(--qy8-coast);
	box-shadow: 0 8px 20px rgba(30,111,104,.42);
}
.plumbtick8-gray
{
	background: rgba(30,111,104,.22);
}
.plumbtick8-gray svg
{
	stroke: #C2C6CA;
}
.tremorchit8
{
	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;
}
.tremorchit8 svg
{
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
	margin-top: 2px;
	stroke: var(--qy8-brick);
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.tremorchit8 p
{
	margin: 0;
	font-size: .94rem;
}
.foreman-card8
{
	background: linear-gradient(158deg,var(--qy8-charcoal) 0%,var(--qy8-charcoal-2) 55%,#3A2718 100%);
	color: #D6D5CD;
	border-radius: var(--qy8-radius-lg);
	padding: 38px 34px;
	box-shadow: var(--qy8-shadow-lg);
	border: 1px solid rgba(255,255,255,.09);
	position: relative;
	overflow: hidden;
}
.foreman-card8::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;
}
.foreman-card8>*
{
	position: relative;
	z-index: 1;
}
.foreman-tag8
{
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--qy8-ember-glow);
	font-weight: 800;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	font-size: .74rem;
	margin-bottom: 12px;
}
.foreman-tag8::before
{
	content: "";
	width: 26px;
	height: 2px;
	background: var(--qy8-ember);
}
.foreman-card8 h3
{
	color: #fff;
	font-size: clamp(1.4rem,2.4vw,1.9rem);
	margin-bottom: 10px;
}
.foreman-card8 p
{
	color: #AFAEA6;
	font-size: .99rem;
}
.foreman-digits8
{
	display: block;
	font-family: var(--qy8-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;
}
.foreman-digits8:hover
{
	color: var(--qy8-ember-glow);
	transform: scale(1.03);
}
.foreman-shift8
{
	text-align: center;
	font-size: .92rem;
	margin: 18px 0 0;
	color: #AFAEA6;
}
.foreman-shift8 strong
{
	color: #fff;
}
.foreman-tally8
{
	margin-top: 26px;
	padding-top: 22px;
	border-top: 1px solid rgba(255,255,255,.12);
}
.foreman-tally8 h4
{
	color: #fff;
	font-size: .92rem;
	letter-spacing: 1.8px;
	margin-bottom: 14px;
}
.foreman-tally8 ol
{
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: ce;
	display: grid;
	gap: 12px;
}
.foreman-tally8 li
{
	counter-increment: ce;
	display: flex;
	gap: 13px;
	align-items: flex-start;
	font-size: .94rem;
	color: #BDBCB4;
}
.foreman-tally8 li::before
{
	content: counter(ce);
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	border-radius: 8px;
	background: rgba(242,145,63,.18);
	color: var(--qy8-ember-glow);
	font-family: var(--qy8-display);
	font-size: .9rem;
	display: grid;
	place-items: center;
	margin-top: 1px;
}
@media (max-width:640px)
{
	.foreman-card8
	{
		padding: 28px 22px;
	}
}
.yardword8 p
{
	font-size: .95rem;
	line-height: 1.62;
}
.yardword8 footer b
{
	font-size: .92rem;
	line-height: 1.3;
}
.yardword8 .cameo8q svg
{
	display: block;
}
@media (max-width:1080px)
{
	.yardwords8
	{
		gap: 22px;
	}
}
.gangway8 ul.gw8-pair
{
	grid-template-columns: 1.7fr 1fr;
}
/* narrow-bench allowances */
@media (max-width: 392px)
{
	.cornerstone8-chit strong
	{
		max-width: 46vw;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.gantry8-bell
	{
		padding-inline: 13px;
	}
}
.gangway8 ul
{
	grid-template-columns: 1fr;
}
.fourstrikes8 > *
{
	min-width: 0;
}
.fourstrikes8-strike h3
{
	overflow-wrap: anywhere;
}
.blockcount-stone b span
{
	font-size: inherit;
	color: inherit;
	letter-spacing: 0;
}
