html.fdsp-adminbar-hidden {
	margin-top: 0 !important;
}

body.fdsp-adminbar-hidden {
	margin-top: 0 !important;
}

body.fdsp-adminbar-hidden #wpadminbar {
	display: none !important;
}

:root {
	--fdsp-scroll-progress: 0;
}

.fdsp-footer-shell {
	width: min(1200px, calc(100% - 2rem));
	margin: 0 auto;
	padding: 1.15rem 0 calc(5.5rem + env(safe-area-inset-bottom, 0px));
}

.fdsp-footer-card {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.9fr);
	gap: 1.2rem;
	padding: 1.25rem;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 16px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 245, 248, 0.96)),
		radial-gradient(circle at top right, rgba(171, 33, 35, 0.12), transparent 40%);
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.fdsp-footer-brand {
	display: grid;
	gap: 0.55rem;
}

.fdsp-footer-kicker {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8f1719;
}

.fdsp-footer-brand h2 {
	margin: 0;
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	line-height: 1.08;
	color: #111827;
}

.fdsp-footer-brand p {
	margin: 0;
	max-width: 42rem;
	font-size: 0.98rem;
	line-height: 1.55;
	color: #4b5563;
}

.fdsp-footer-call {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 42px;
	margin-top: 0.2rem;
	padding: 0.7rem 1rem;
	border-radius: 999px;
	background: #111111;
	color: #ffffff;
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 180ms ease, transform 180ms ease;
}

.fdsp-footer-call:hover {
	background: #2a2a2a;
	transform: translateY(-1px);
}

.fdsp-footer-links-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	align-content: start;
}

.fdsp-footer-section {
	display: grid;
	gap: 0.55rem;
}

.fdsp-footer-section h3 {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #6b7280;
}

.fdsp-footer-nav-link {
	display: inline-flex;
	align-items: center;
	color: #111827;
	font-size: 0.96rem;
	font-weight: 650;
	line-height: 1.3;
	text-decoration: none;
	width: fit-content;
	transition: color 180ms ease, transform 180ms ease;
}

.fdsp-footer-nav-link:hover {
	color: #8f1719;
	transform: translateX(1px);
}

.fdsp-footer-chip-wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0.45rem;
	width: 100%;
	margin: 0.75rem auto 0;
}

.fdsp-footer-meta-text {
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: #6b7280;
}

.fdsp-version-chip {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	background: rgba(244, 176, 0, 0.14);
	color: #6a4b00;
	padding: 2px 7px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.7rem;
	line-height: 1.2;
}

@media (max-width: 782px) {
	.fdsp-footer-shell {
		padding-top: 0.9rem;
	}

	.fdsp-footer-card {
		grid-template-columns: 1fr;
		padding: 1rem;
		gap: 1rem;
	}

	.fdsp-footer-links-grid {
		grid-template-columns: 1fr;
		gap: 0.9rem;
	}

	.fdsp-footer-chip-wrap {
		justify-content: center;
		flex-wrap: wrap;
		row-gap: 0.3rem;
	}
}

.fdsp-home {
	max-width: 1100px;
	margin: 0 auto;
	padding: 2rem 0;
	display: grid;
	gap: 1rem;
	width: 100%;
	max-width: min(1100px, 100%);
	box-sizing: border-box;
}

.fdsp-fold-slideshow {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	max-width: 100%;
	min-width: 0;
}

.fdsp-slide-viewport {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	min-height: 0;
	background: #f3f4f6;
	max-width: 100%;
}

.fdsp-slide {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	align-items: stretch;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 520ms ease, transform 520ms ease;
	max-width: 100%;
	pointer-events: none;
}

.fdsp-slide.is-active {
	position: relative;
	opacity: 1;
	transform: translateY(0);
	z-index: 2;
	pointer-events: auto;
}

.fdsp-slide-media {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 100%;
	overflow: hidden;
	padding: 1rem 1rem 1.2rem;
	background:
		radial-gradient(circle at center, rgba(255, 255, 255, 0.92) 0%, rgba(229, 231, 235, 0.92) 100%);
}

.fdsp-slide img {
	width: auto;
	height: auto;
	max-width: calc(100% - 0.2rem);
	max-height: calc(100% - 0.2rem);
	border-radius: 14px;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 18px 30px rgba(15, 23, 42, 0.18));
}

.fdsp-slide-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.35rem;
	padding: 1.65rem 1.6rem 1.55rem;
	background:
		linear-gradient(180deg, rgba(248, 250, 252, 0.98) 0%, rgba(238, 242, 247, 0.98) 100%),
		radial-gradient(circle at top right, rgba(171, 33, 35, 0.08), transparent 36%);
	color: #111827;
	border-left: 1px solid rgba(15, 23, 42, 0.06);
}

.fdsp-slide-copy h3 {
	margin: 0;
	max-width: 12ch;
	font-size: clamp(1.6rem, 2.9vw, 2.5rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 0.98;
	text-wrap: balance;
}

.fdsp-slide-copy p {
	margin: 0.2rem 0 0;
	max-width: 34ch;
	font-size: clamp(0.98rem, 1.35vw, 1.08rem);
	line-height: 1.6;
	letter-spacing: -0.01em;
	color: #4b5563;
}

.fdsp-slide-cta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: calc(0.7rem + (var(--fdsp-scroll-progress) * 0.28rem));
	margin-top: 0.95rem;
}

.fdsp-slide-cta-row .fdsp-home-btn {
	position: relative;
	background:
		linear-gradient(180deg, #1b1b1d 0%, #101113 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #ffffff;
	min-height: calc(48px + (var(--fdsp-scroll-progress) * 10px));
	padding: calc(0.62rem + (var(--fdsp-scroll-progress) * 0.16rem)) calc(0.92rem + (var(--fdsp-scroll-progress) * 0.18rem)) calc(0.58rem + (var(--fdsp-scroll-progress) * 0.16rem));
	font-size: calc(0.92rem + (var(--fdsp-scroll-progress) * 0.1rem));
	font-weight: 700;
	box-shadow:
		0 12px 24px rgba(15, 23, 42, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
	overflow: hidden;
}

.fdsp-slide-cta-row .fdsp-home-btn:hover {
	background:
		linear-gradient(180deg, #232427 0%, #16171a 100%);
	transform: translateY(-1px);
	box-shadow:
		0 16px 28px rgba(15, 23, 42, 0.26),
		inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.fdsp-slide-cta-row .fdsp-home-btn.fdsp-home-btn-outline {
	background: #ffffff;
	border-color: #111111;
	color: #111111;
}

.fdsp-home-btn-rotating {
	display: inline-grid;
	grid-template-columns: 1fr auto;
	grid-template-areas:
		"prefix accent"
		". rotator";
	align-items: center;
	column-gap: 0.7rem;
	row-gap: 0.08rem;
	min-width: min(100%, 14.5rem);
}

.fdsp-home-btn-rotating::before {
	content: "";
	position: absolute;
	inset: 1px;
	border-radius: inherit;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 36%),
		radial-gradient(circle at top right, rgba(171, 33, 35, 0.24), transparent 34%);
	pointer-events: none;
}

.fdsp-home-btn-rotating::after {
	content: "\2197";
	grid-area: accent;
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.55rem;
	height: 1.55rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.88);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.fdsp-home-btn-prefix {
	grid-area: prefix;
	position: relative;
	z-index: 1;
	opacity: 0.76;
	font-size: 0.72em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fdsp-home-btn-rotator {
	grid-area: rotator;
	position: relative;
	z-index: 1;
	display: inline-block;
	min-width: 8.5ch;
	font-size: calc(0.98em + (var(--fdsp-scroll-progress) * 0.06));
	letter-spacing: 0.005em;
	line-height: 1;
	text-align: right;
	justify-self: end;
}

.fdsp-slide-placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: repeating-linear-gradient(
		-45deg,
		#e2e8f0,
		#e2e8f0 14px,
		#f1f5f9 14px,
		#f1f5f9 28px
	);
	color: #334155;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.fdsp-slide-indicator-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 10px;
	padding: 2px 0;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: thin;
	scrollbar-color: rgba(100, 116, 139, 0.4) transparent;
}

.fdsp-slide-indicator {
	flex: 1 0 0;
	min-width: 0;
	height: 7px;
	border: 1px solid rgba(100, 116, 139, 0.45);
	border-radius: 999px;
	background: linear-gradient(180deg, #eef2f7 0%, #dce3ed 100%);
	padding: 0;
	cursor: pointer;
	overflow: hidden;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.fdsp-slide-indicator[title] {
	cursor: pointer;
}

.fdsp-slide-indicator-fill {
	display: block;
	height: 100%;
	width: 0%;
	background: linear-gradient(90deg, rgba(171, 33, 35, 0.82), #ab2123);
}

.fdsp-slide-indicator-row::-webkit-scrollbar {
	height: 4px;
}

.fdsp-slide-indicator-row::-webkit-scrollbar-track {
	background: transparent;
}

.fdsp-slide-indicator-row::-webkit-scrollbar-thumb {
	background: rgba(100, 116, 139, 0.38);
	border-radius: 999px;
}

.fdsp-slide-indicator-row::-webkit-scrollbar-thumb:hover {
	background: rgba(71, 85, 105, 0.56);
}

.fdsp-slide-indicator.is-active .fdsp-slide-indicator-fill {
	animation: fdspSlideProgress var(--fdsp-slide-duration, 4200ms) linear forwards;
}

.fdsp-slide-indicator.is-complete .fdsp-slide-indicator-fill {
	width: 100%;
}

@keyframes fdspSlideProgress {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}

.fdsp-home-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #111111;
	color: #ffffff;
	border-radius: 999px;
	padding: calc(0.5rem + (var(--fdsp-scroll-progress) * 0.16rem)) calc(0.9rem + (var(--fdsp-scroll-progress) * 0.28rem));
	font-size: calc(0.95rem + (var(--fdsp-scroll-progress) * 0.07rem));
	text-decoration: none;
	font-weight: 600;
	line-height: 1.1;
	transform: translateY(calc(var(--fdsp-scroll-progress) * -2px));
	transform-origin: left center;
	transition: transform 120ms cubic-bezier(0.16, 1, 0.3, 1), background-color 140ms ease, padding 120ms cubic-bezier(0.16, 1, 0.3, 1), font-size 120ms cubic-bezier(0.16, 1, 0.3, 1);
}

.fdsp-home-btn:hover {
	background: #2a2a2a;
}

.fdsp-home-btn-outline {
	background: #ffffff;
	color: #111111;
	border: 1px solid #111111;
}

.fdsp-home-card {
	background: #ffffff;
	border: 1px solid #ececec;
	border-radius: 12px;
	padding: 1rem;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.fdsp-home-card h2,
.fdsp-home-card h3 {
	margin-top: 0;
}

.fdsp-home-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.55rem;
}

.fdsp-home-card-head h2 {
	margin: 0;
}

.fdsp-home-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0.3rem 0.65rem;
	border-radius: 999px;
	background: rgba(143, 23, 25, 0.08);
	color: #8f1719;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fdsp-home-lead {
	margin: 0;
	font-size: 1rem;
	line-height: 1.55;
	color: #374151;
}

.fdsp-home-card-story {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 250, 0.98)),
		radial-gradient(circle at top right, rgba(171, 33, 35, 0.08), transparent 34%);
}

.fdsp-home-story-title {
	margin: 0;
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	font-weight: 800;
	line-height: 1.15;
	color: #111827;
	max-width: 36rem;
}

.fdsp-home-story-copy {
	display: grid;
	gap: 0.85rem;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.fdsp-home-story-copy p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.65;
	color: #475569;
	max-width: 58rem;
}

.fdsp-home-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.fdsp-home-contact-line {
	margin: 0.2rem 0 0;
	font-size: 1.1rem;
	font-weight: 700;
}

.fdsp-home-contact-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1rem;
	padding-top: 0.95rem;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.fdsp-home-meta-label {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6b7280;
}

.fdsp-home-meta-copy {
	margin: 0.28rem 0 0;
	font-size: 0.94rem;
	line-height: 1.5;
	color: #4b5563;
}

.fdsp-home-location-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 120px;
	gap: 1rem;
	align-items: center;
}

.fdsp-home-location-copy p {
	margin: 0;
}

.fdsp-home-map-mini {
	position: relative;
	justify-self: end;
	width: 120px;
	height: 92px;
	border-radius: 16px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 245, 249, 0.98)),
		repeating-linear-gradient(
			90deg,
			transparent,
			transparent 19px,
			rgba(148, 163, 184, 0.14) 19px,
			rgba(148, 163, 184, 0.14) 20px
		),
		repeating-linear-gradient(
			0deg,
			transparent,
			transparent 19px,
			rgba(148, 163, 184, 0.14) 19px,
			rgba(148, 163, 184, 0.14) 20px
		);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
	overflow: hidden;
}

.fdsp-home-map-grid {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(140deg, transparent 36%, rgba(143, 23, 25, 0.12) 36%, rgba(143, 23, 25, 0.12) 44%, transparent 44%),
		linear-gradient(30deg, transparent 52%, rgba(15, 23, 42, 0.08) 52%, rgba(15, 23, 42, 0.08) 58%, transparent 58%);
}

.fdsp-home-map-pin {
	position: absolute;
	right: 28px;
	top: 26px;
	width: 18px;
	height: 18px;
	border-radius: 999px 999px 999px 0;
	background: #ab2123;
	transform: rotate(-45deg);
	box-shadow: 0 8px 16px rgba(171, 33, 35, 0.28);
	z-index: 1;
}

.fdsp-home-map-pin::after {
	content: "";
	position: absolute;
	inset: 4px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
}

.fdsp-home-hours-panel {
	padding: 0.95rem 1rem;
	border-radius: 14px;
	background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
	border: 1px solid rgba(15, 23, 42, 0.08);
}

.fdsp-home-hours-status {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6b7280;
}

.fdsp-home-hours-dot {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: #1f9d55;
	box-shadow: 0 0 0 5px rgba(31, 157, 85, 0.12);
}

.fdsp-home-hours-time {
	margin: 0.5rem 0 0;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	font-weight: 800;
	line-height: 1.05;
	color: #111827;
}

@media (max-width: 782px) {
	.fdsp-footer-shell {
		padding-bottom: calc(6.75rem + env(safe-area-inset-bottom, 0px));
	}

	.fdsp-slide-viewport {
		min-height: 0;
		overflow: visible;
		background: transparent;
		width: 100%;
	}

	.fdsp-slide {
		position: relative;
		inset: auto;
		display: none;
		grid-template-columns: 1fr;
		opacity: 1;
		transform: none;
		transition: none;
		width: 100%;
		max-width: 100%;
	}

	.fdsp-slide.is-active {
		display: grid;
	}

	.fdsp-slide-media {
		min-height: clamp(180px, 48vw, 228px);
		padding: 0.65rem 0.65rem 0.8rem;
	}

	.fdsp-slide img {
		max-width: 100%;
		max-height: min(42vw, 210px);
		border-radius: 12px;
	}

	.fdsp-slide-copy {
		gap: 0.28rem;
		padding: 1rem 0.98rem 1.02rem;
		border-left: 0;
		border-top: 1px solid rgba(15, 23, 42, 0.06);
	}

	.fdsp-slide-copy h3 {
		max-width: none;
		font-size: clamp(1.2rem, 6vw, 1.58rem);
	}

	.fdsp-slide-copy p {
		max-width: none;
		font-size: 0.93rem;
		line-height: 1.5;
	}

	.fdsp-home-card-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.fdsp-home-contact-row,
	.fdsp-home-location-row {
		grid-template-columns: 1fr;
	}

	.fdsp-home-map-mini {
		justify-self: start;
	}

	.fdsp-home-card,
	.fdsp-footer-card {
		border-radius: 14px;
	}

	.fdsp-slide-cta-row .fdsp-home-btn {
		width: 100%;
		justify-content: center;
		min-height: calc(46px + (var(--fdsp-scroll-progress) * 8px));
		padding: calc(0.68rem + (var(--fdsp-scroll-progress) * 0.1rem)) calc(0.86rem + (var(--fdsp-scroll-progress) * 0.12rem)) calc(0.62rem + (var(--fdsp-scroll-progress) * 0.1rem));
		font-size: calc(0.88rem + (var(--fdsp-scroll-progress) * 0.06rem));
	}

	.fdsp-home-btn-rotating {
		min-width: 0;
		width: 100%;
		column-gap: 0.58rem;
	}

	.fdsp-home-btn-rotating::after {
		width: 1.45rem;
		height: 1.45rem;
		font-size: 0.74rem;
	}

	.fdsp-home-btn-rotator {
		min-width: 7.8ch;
	}

	.fdsp-slide-indicator-row {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		gap: 5px;
		padding: 2px 0 5px;
		scroll-padding-inline: 0.85rem;
		-webkit-overflow-scrolling: touch;
	}

	.fdsp-slide-indicator {
		flex: 0 0 30px;
		height: 6px;
	}

	.fdsp-home,
	.fdsp-fold-slideshow {
		overflow-x: clip;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fdsp-slide {
		transition: none;
	}

	.fdsp-slide-indicator.is-active .fdsp-slide-indicator-fill {
		animation: none;
		width: 100%;
	}
}
