:root {
	--ldf-bg: #050607;
	--ldf-bg-soft: #090b0d;
	--ldf-panel: rgba(15, 17, 20, 0.78);
	--ldf-panel-strong: rgba(20, 23, 27, 0.92);
	--ldf-border: rgba(255, 255, 255, 0.12);
	--ldf-border-strong: rgba(255, 255, 255, 0.2);
	--ldf-text: #f5f7fb;
	--ldf-muted: #a2a8b2;
	--ldf-soft: #cdd2da;
	--ldf-red: #ff3d2e;
	--ldf-red-2: #ff642f;
	--ldf-bronze: #a9774d;
	--ldf-green: #6bd3a0;
	--ldf-radius: 8px;
	--ldf-width: min(92vw, 1440px);
}

body:has(.ldf-main-header),
body:has(.ldf-home),
body:has(.ldf-showcase) {
	background:
		radial-gradient(circle at 76% 0%, rgba(169, 119, 77, 0.15), transparent 28rem),
		linear-gradient(180deg, #080a0c 0%, #050607 56%, #030405 100%) !important;
	color: var(--ldf-text);
}

body:has(.ldf-main-header) .wp-site-blocks,
body:has(.ldf-home) .wp-site-blocks,
body:has(.ldf-showcase) .wp-site-blocks {
	padding-top: 0;
}

body:has(.ldf-main-header) header.wp-block-template-part {
	position: sticky;
	top: 0;
	z-index: 80;
	margin: 0;
}

.ldf-main-header,
.ldf-home,
.ldf-showcase,
.ldf-main-header *,
.ldf-home *,
.ldf-showcase * {
	box-sizing: border-box;
}

.ldf-main-header a,
.ldf-home a,
.ldf-showcase a {
	color: inherit;
	text-decoration: none;
}

.ldf-main-header {
	width: min(96vw, 1520px);
	margin: 18px auto 0;
	color: var(--ldf-text);
	font-family: Inter, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ldf-main-header__inner {
	display: flex;
	gap: 1rem;
	align-items: center;
	min-height: 74px;
	padding: 0.72rem 1rem 0.72rem 1.4rem;
	border: 1px solid var(--ldf-border);
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(31, 35, 42, 0.88), rgba(17, 20, 24, 0.82));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 80px rgba(0, 0, 0, 0.36);
	backdrop-filter: blur(24px);
}

.ldf-logo {
	display: inline-flex;
	flex: 0 0 178px;
	align-items: center;
	gap: 0.04em;
	color: #fff;
	font-size: clamp(1.45rem, 2vw, 2.25rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
}

.ldf-logo img {
	width: auto;
	max-width: 168px;
	max-height: 44px;
	filter: brightness(1.2);
}

.ldf-logo__mark {
	color: var(--ldf-red);
}

.ldf-logo small {
	font-size: 0.62em;
	font-weight: 700;
}

.ldf-main-nav {
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	gap: clamp(0.55rem, 1vw, 1.2rem);
	align-items: center;
	min-width: 0;
}

.ldf-main-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	min-height: 44px;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(0.78rem, 0.78vw, 0.92rem);
	font-weight: 500;
	white-space: nowrap;
}

.ldf-main-nav a:hover,
.ldf-main-nav a.is-active {
	color: #fff;
}

.ldf-main-nav a.is-active::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.95rem;
	height: 2px;
	background: var(--ldf-red);
	box-shadow: 0 0 22px var(--ldf-red);
	content: "";
}

.ldf-main-nav em,
.ldf-mobile-menu em {
	position: relative;
	top: -0.8em;
	display: inline-flex;
	padding: 0.1rem 0.35rem;
	border-radius: 999px;
	background: var(--ldf-red);
	color: #fff;
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 800;
}

.ldf-main-actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: flex-end;
	gap: 0.75rem;
}

.ldf-quote-btn,
.ldf-client-btn,
.ldf-primary-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	min-height: 48px;
	border-radius: 999px;
	font-size: 0.86rem;
	font-weight: 750;
	white-space: nowrap;
}

.ldf-quote-btn {
	padding: 0.5rem 0.55rem 0.5rem 1.1rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.03);
}

.ldf-quote-btn span,
.ldf-primary-btn span {
	display: inline-grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
}

.ldf-client-btn,
.ldf-primary-btn {
	padding: 0.55rem 0.95rem;
	border: 0;
	background: linear-gradient(135deg, var(--ldf-red), var(--ldf-red-2));
	color: #fff;
	box-shadow: 0 14px 38px rgba(255, 61, 46, 0.26);
}

.ldf-menu-toggle {
	display: none;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	cursor: pointer;
}

.ldf-menu-toggle span {
	display: block;
	width: 18px;
	height: 2px;
	background: #fff;
}

.ldf-mobile-menu[hidden] {
	display: none;
}

.ldf-mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: grid;
	justify-content: end;
	padding: 1rem;
	background: rgba(0, 0, 0, 0.46);
	backdrop-filter: blur(10px);
}

.ldf-mobile-menu__panel {
	width: min(360px, 92vw);
	align-self: start;
	display: grid;
	gap: 1rem;
	padding: 1.3rem;
	border: 1px solid var(--ldf-border);
	border-radius: 18px;
	background: rgba(17, 19, 23, 0.96);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.ldf-mobile-menu__panel > button {
	justify-self: end;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.ldf-mobile-menu__panel > a:not(.ldf-logo) {
	display: flex;
	justify-content: space-between;
	padding: 0.25rem 0;
	color: rgba(255, 255, 255, 0.78);
}

.ldf-mobile-menu__panel > div {
	display: flex;
	gap: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ldf-home,
.ldf-showcase {
	width: var(--ldf-width);
	margin: 0 auto;
	color: var(--ldf-text);
	font-family: Inter, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ldf-kicker {
	margin: 0 0 1rem;
	color: var(--ldf-red);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ldf-hero {
	position: relative;
	min-height: 780px;
	display: grid;
	align-items: end;
	overflow: hidden;
	margin: -110px calc((100% - 100vw) / 2) 0;
	padding: 13rem max(4vw, calc((100vw - 1440px) / 2)) 2rem;
	isolation: isolate;
}

.ldf-hero::before {
	position: absolute;
	inset: 0;
	z-index: -3;
	background-image: var(--ldf-hero-image);
	background-size: cover;
	background-position: center;
	filter: saturate(0.82) contrast(1.06) brightness(0.78);
	content: "";
}

.ldf-hero::after {
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.47) 40%, rgba(0, 0, 0, 0.18) 70%, rgba(0, 0, 0, 0.76) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.06) 48%, #050607 100%);
	content: "";
}

.ldf-hero__inner {
	width: var(--ldf-width);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 160px;
	gap: 2rem;
	align-items: end;
}

.ldf-hero h1 {
	max-width: 970px;
	margin: 0;
	color: #fff;
	font-size: clamp(4rem, 8.1vw, 9.8rem);
	font-weight: 300;
	line-height: 0.9;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ldf-hero h1 span {
	display: block;
}

.ldf-hero h1 span:nth-child(2),
.ldf-hero h1 span:nth-child(4),
.ldf-about-band h2 span,
.ldf-showcase h1 span {
	color: var(--ldf-red);
}

.ldf-hero__copy > p:not(.ldf-kicker) {
	max-width: 520px;
	margin: 1.7rem 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1rem;
}

.ldf-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 2rem;
}

.ldf-play-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	min-height: 52px;
	padding: 0.55rem 1rem;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.ldf-play-btn span {
	display: inline-grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 50%;
	font-size: 0.75rem;
}

.ldf-metrics {
	display: grid;
	gap: 1.4rem;
	padding-bottom: 4.2rem;
}

.ldf-metrics div {
	position: relative;
	padding-left: 1.4rem;
}

.ldf-metrics div::before {
	position: absolute;
	top: 0.3rem;
	left: 0;
	width: 1px;
	height: calc(100% + 1.4rem);
	background: rgba(255, 255, 255, 0.36);
	content: "";
}

.ldf-metrics strong {
	display: block;
	color: #fff;
	font-size: clamp(1.55rem, 2.2vw, 2.15rem);
	font-weight: 500;
}

.ldf-metrics span {
	display: block;
	max-width: 90px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.78rem;
}

.ldf-solution-strip,
.ldf-panel,
.ldf-capability,
.ldf-about-band,
.ldf-filter-card,
.ldf-cta-card {
	border: 1px solid var(--ldf-border);
	background: var(--ldf-panel);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(20px);
}

.ldf-solution-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.5rem;
	margin: -0.8rem 0 0;
	padding: 1.1rem;
	border-radius: var(--ldf-radius);
}

.ldf-solution-strip article {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
	min-height: 96px;
}

.ldf-solution-strip article > span {
	display: inline-grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	color: var(--ldf-red);
	font-size: 1.4rem;
}

.ldf-solution-strip h2,
.ldf-footer h2 {
	margin: 0 0 0.35rem;
	color: #fff;
	font-size: 0.84rem;
	font-weight: 850;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.ldf-solution-strip p,
.ldf-capability p,
.ldf-about-band p {
	margin: 0;
	color: var(--ldf-muted);
	font-size: 0.9rem;
}

.ldf-panel {
	margin-top: 0.8rem;
	padding: 1.7rem;
	border-radius: var(--ldf-radius);
}

.ldf-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.3rem;
}

.ldf-section-head .ldf-kicker {
	margin-bottom: 0;
}

.ldf-text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	color: #fff;
	font-size: 0.84rem;
	font-weight: 750;
}

.ldf-text-link span,
.ldf-circle-link {
	display: inline-grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	background: transparent;
	color: #fff;
}

.ldf-home-projects {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.ldf-project-card {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--ldf-radius);
	background: #101216;
}

.ldf-project-card--home {
	min-height: 360px;
}

.ldf-project-card--showcase {
	min-height: 368px;
}

.ldf-project-card__media {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1.01);
	transition: transform 500ms ease, filter 500ms ease;
}

.ldf-project-card__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.83));
	content: "";
}

.ldf-project-card:hover .ldf-project-card__media {
	transform: scale(1.06);
	filter: saturate(1.12);
}

.ldf-project-card__body {
	position: absolute;
	inset: auto 0 0;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem;
}

.ldf-project-card h3,
.ldf-module-card h3 {
	margin: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 750;
}

.ldf-project-card p {
	margin: 0.25rem 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.83rem;
}

.ldf-project-card__type {
	margin-bottom: 0.3rem !important;
	color: rgba(255, 255, 255, 0.5) !important;
	font-size: 0.72rem !important;
}

.ldf-capability-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.8rem;
	margin-top: 0.8rem;
}

.ldf-capability {
	position: relative;
	min-height: 380px;
	overflow: hidden;
	padding: 1.7rem;
	border-radius: var(--ldf-radius);
}

.ldf-capability h2 {
	max-width: 360px;
	margin: 0 0 1rem;
	color: #fff;
	font-size: clamp(1.55rem, 2.1vw, 2rem);
	font-weight: 500;
	line-height: 1.12;
}

.ldf-capability--factory {
	background:
		linear-gradient(90deg, rgba(5, 6, 7, 0.96), rgba(5, 6, 7, 0.34)),
		url("https://images.unsplash.com/photo-1581092160607-ee22621dd758?auto=format&fit=crop&w=1100&q=80") center / cover;
}

.ldf-capability--factory .ldf-text-link {
	position: absolute;
	left: 1.7rem;
	bottom: 1.7rem;
}

.ldf-capability--config {
	background:
		linear-gradient(180deg, rgba(18, 21, 25, 0.98), rgba(7, 8, 9, 0.94)),
		radial-gradient(circle at 50% 58%, rgba(255, 61, 46, 0.18), transparent 16rem);
}

.ldf-config-preview {
	display: grid;
	grid-template-columns: 0.9fr 1fr;
	gap: 1rem;
	align-items: end;
	margin-top: 1rem;
}

.ldf-window-preview {
	min-height: 180px;
	border: 12px solid #14171b;
	border-right-width: 24px;
	background:
		linear-gradient(90deg, transparent 48%, rgba(255, 255, 255, 0.22) 49%, transparent 50%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02)),
		linear-gradient(135deg, rgba(255, 61, 46, 0.24), rgba(98, 119, 141, 0.2));
	box-shadow: 16px 20px 50px rgba(0, 0, 0, 0.45);
}

.ldf-config-fields {
	display: grid;
	gap: 0.65rem;
}

.ldf-config-fields label {
	display: grid;
	gap: 0.28rem;
	color: var(--ldf-muted);
	font-size: 0.72rem;
}

.ldf-config-fields select {
	width: 100%;
	min-height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
}

.ldf-color-dots {
	display: flex;
	gap: 0.5rem;
	margin-top: 0.2rem;
}

.ldf-color-dots span {
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 50%;
}

.ldf-color-dots span:nth-child(1) { background: #d7dce2; }
.ldf-color-dots span:nth-child(2) { background: #191b1f; }
.ldf-color-dots span:nth-child(3) { background: #8a8d91; }
.ldf-color-dots span:nth-child(4) { background: var(--ldf-red); }
.ldf-color-dots span:nth-child(5) { background: var(--ldf-bronze); }

.ldf-capability--config .ldf-primary-btn {
	position: absolute;
	right: 1.7rem;
	bottom: 1.7rem;
}

.ldf-dashboard-box {
	display: grid;
	gap: 1rem;
	margin-top: 1.5rem;
}

.ldf-dashboard-metric,
.ldf-progress {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.045);
}

.ldf-dashboard-metric {
	position: relative;
	min-height: 88px;
	padding: 1rem;
}

.ldf-dashboard-metric span,
.ldf-progress span {
	display: block;
	color: var(--ldf-muted);
	font-size: 0.78rem;
}

.ldf-dashboard-metric strong {
	display: block;
	margin-top: 0.25rem;
	font-size: 1.5rem;
}

.ldf-dashboard-metric em {
	position: absolute;
	top: 1rem;
	right: 1rem;
	color: var(--ldf-green);
	font-style: normal;
	font-size: 0.82rem;
}

.ldf-chart-line {
	height: 72px;
	border-radius: 6px;
	background:
		linear-gradient(110deg, transparent 0 24%, rgba(255, 61, 46, 0.9) 24% 26%, transparent 26% 43%, rgba(255, 61, 46, 0.9) 43% 45%, transparent 45% 61%, rgba(255, 61, 46, 0.9) 61% 63%, transparent 63%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent);
}

.ldf-progress {
	position: relative;
	padding: 0.85rem 1rem;
}

.ldf-progress::after {
	display: block;
	width: 86%;
	height: 3px;
	margin-top: 0.6rem;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--ldf-red), var(--ldf-bronze));
	content: "";
}

.ldf-progress strong {
	position: absolute;
	top: 0.85rem;
	right: 1rem;
}

.ldf-big-arrow {
	position: absolute;
	right: 1.7rem;
	bottom: 1.7rem;
	display: inline-grid;
	width: 64px;
	height: 64px;
	place-items: center;
	border: 1px solid rgba(255, 61, 46, 0.45);
	border-radius: 50%;
	color: var(--ldf-red);
	font-size: 1.8rem;
}

.ldf-about-band {
	display: grid;
	grid-template-columns: 0.9fr 1fr auto;
	gap: 2rem;
	align-items: center;
	min-height: 190px;
	margin-top: 0.8rem;
	padding: 1.9rem;
	border-radius: var(--ldf-radius);
	background:
		linear-gradient(90deg, rgba(5, 6, 7, 0.98), rgba(5, 6, 7, 0.76), rgba(5, 6, 7, 0.22)),
		url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1600&q=82") right center / 48% 100% no-repeat,
		var(--ldf-panel-strong);
}

.ldf-about-band h2 {
	max-width: 460px;
	margin: 0;
	color: #fff;
	font-size: clamp(2rem, 3.4vw, 4rem);
	font-weight: 400;
	line-height: 1.04;
}

.ldf-brand-strip {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1rem;
	align-items: center;
	padding: 2rem 0;
	color: rgba(255, 255, 255, 0.34);
	text-align: center;
}

.ldf-brand-strip span {
	font-size: clamp(1rem, 2vw, 1.35rem);
	font-weight: 850;
}

.ldf-module-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.ldf-module-card {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--ldf-radius);
	background: rgba(255, 255, 255, 0.04);
}

.ldf-module-card a {
	display: grid;
	min-height: 260px;
}

.ldf-module-card img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}

.ldf-module-card span {
	margin: 1rem 1rem 0.45rem;
	color: var(--ldf-red);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ldf-module-card h3 {
	margin: 0 1rem 1rem;
}

.ldf-showcase {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 2rem;
	padding: 3rem 0 5rem;
}

.ldf-showcase__sidebar {
	position: sticky;
	top: 116px;
	align-self: start;
	display: grid;
	gap: 1rem;
}

.ldf-showcase h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(2.8rem, 4.4vw, 5rem);
	font-weight: 300;
	line-height: 1.05;
	letter-spacing: 0;
}

.ldf-showcase__sidebar > p:not(.ldf-kicker) {
	margin: 0;
	color: var(--ldf-muted);
	font-size: 0.94rem;
}

.ldf-filter-card,
.ldf-cta-card {
	display: grid;
	gap: 0.6rem;
	padding: 1rem;
	border-radius: var(--ldf-radius);
}

.ldf-filter-card {
	margin-top: 1rem;
}

.ldf-filter-card h2,
.ldf-cta-card h2 {
	margin: 0.1rem 0 0.4rem;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ldf-filter-card a,
.ldf-filter-card button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	min-height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ldf-muted);
	font-size: 0.87rem;
	text-align: left;
	cursor: pointer;
}

.ldf-filter-card a.is-active {
	color: var(--ldf-red);
	font-weight: 750;
}

.ldf-cta-card {
	position: relative;
	min-height: 150px;
	margin-top: 0.5rem;
}

.ldf-cta-card > span {
	width: 36px;
	height: 36px;
	display: inline-grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	color: var(--ldf-red);
}

.ldf-cta-card h2 {
	max-width: 170px;
	font-size: 1.1rem;
	letter-spacing: 0;
	text-transform: none;
}

.ldf-cta-card p {
	max-width: 160px;
	margin: 0;
	color: var(--ldf-muted);
	font-size: 0.9rem;
}

.ldf-cta-card a {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	display: inline-grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--ldf-red), var(--ldf-red-2));
	color: #fff;
}

.ldf-showcase__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.ldf-showcase__grid .ldf-project-card:first-child,
.ldf-showcase__grid .ldf-project-card:nth-child(4) {
	grid-column: span 2;
}

.ldf-load-more {
	grid-column: 1 / -1;
	display: flex;
	justify-content: center;
	padding-top: 1.2rem;
}

.ldf-load-more a {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	min-height: 54px;
	padding: 0 1.5rem;
	border: 1px solid var(--ldf-border);
	border-radius: 999px;
	color: #fff;
	font-size: 0.9rem;
}

.ldf-load-more span {
	width: 16px;
	height: 16px;
	border: 2px solid var(--ldf-red);
	border-left-color: transparent;
	border-radius: 50%;
}

body.home .wp-site-blocks > footer.wp-block-template-part,
body.page-id-614 .wp-site-blocks > footer.wp-block-template-part {
	margin: 0;
	color: var(--ldf-text);
}

body.home .ldesign-site-footer,
body.page-id-614 .ldesign-site-footer {
	border-top-color: rgba(255, 255, 255, 0.08);
	background: transparent;
	color: var(--ldf-muted);
	box-shadow: none;
}

body.home .ldesign-site-footer a,
body.home .ldesign-site-footer p,
body.page-id-614 .ldesign-site-footer a,
body.page-id-614 .ldesign-site-footer p {
	color: var(--ldf-muted);
}

body.home .ldesign-site-footer h1,
body.home .ldesign-site-footer h2,
body.home .ldesign-site-footer h3,
body.home .ldesign-site-footer h4,
body.page-id-614 .ldesign-site-footer h1,
body.page-id-614 .ldesign-site-footer h2,
body.page-id-614 .ldesign-site-footer h3,
body.page-id-614 .ldesign-site-footer h4 {
	color: #fff;
}

body:has(.ldf-home) .sb-chat.sb-active > .sb-body,
body:has(.ldf-showcase) .sb-chat.sb-active > .sb-body {
	display: none !important;
}

body:has(.ldf-home) .sb-chat.sb-active .sb-chat-btn,
body:has(.ldf-showcase) .sb-chat.sb-active .sb-chat-btn {
	display: block !important;
}

body:has(.ldf-home) .sb-active .sb-chat-btn .sb-icon,
body:has(.ldf-showcase) .sb-active .sb-chat-btn .sb-icon {
	opacity: 1 !important;
}

body:has(.ldf-home) .sb-active .sb-chat-btn .sb-close,
body:has(.ldf-showcase) .sb-active .sb-chat-btn .sb-close {
	opacity: 0 !important;
	transform: rotate(90deg) !important;
}

@media (max-width: 1280px) {
	.ldf-main-nav {
		gap: 1rem;
	}

	.ldf-main-nav a {
		font-size: 0.84rem;
	}

	.ldf-client-btn {
		display: none;
	}
}

@media (max-width: 1120px) {
	.ldf-main-nav {
		display: none;
	}

	.ldf-menu-toggle {
		display: inline-grid;
	}

	.ldf-home-projects,
	.ldf-solution-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ldf-capability-grid,
	.ldf-module-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ldf-about-band {
		grid-template-columns: 1fr;
		background:
			linear-gradient(90deg, rgba(5, 6, 7, 0.98), rgba(5, 6, 7, 0.62)),
			url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1600&q=82") center / cover;
	}

	.ldf-showcase {
		grid-template-columns: 1fr;
	}

	.ldf-showcase__sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ldf-showcase__sidebar > .ldf-kicker,
	.ldf-showcase__sidebar > h1,
	.ldf-showcase__sidebar > p,
	.ldf-showcase__sidebar > .ldf-text-link {
		grid-column: 1 / -1;
	}
}

@media (max-width: 780px) {
	:root {
		--ldf-width: min(92vw, 720px);
	}

	.ldf-main-header {
		margin-top: 10px;
	}

	.ldf-main-header__inner {
		min-height: 62px;
		border-radius: 16px;
	}

	.ldf-quote-btn {
		display: none;
	}

	.ldf-hero {
		min-height: 720px;
		margin-top: -84px;
		padding-top: 9rem;
	}

	.ldf-hero__inner {
		grid-template-columns: 1fr;
	}

	.ldf-hero h1 {
		font-size: clamp(2.75rem, 11vw, 5rem);
	}

	.ldf-metrics {
		grid-template-columns: repeat(3, 1fr);
		gap: 0.8rem;
		padding-bottom: 0;
	}

	.ldf-metrics div {
		padding-left: 0;
	}

	.ldf-metrics div::before {
		display: none;
	}

	.ldf-brand-strip {
		grid-template-columns: repeat(3, 1fr);
	}

	.ldf-showcase__grid {
		grid-template-columns: 1fr;
	}

	.ldf-showcase__grid .ldf-project-card:first-child,
	.ldf-showcase__grid .ldf-project-card:nth-child(4) {
		grid-column: auto;
	}
}

@media (max-width: 620px) {
	.ldf-main-header__inner {
		padding-left: 1rem;
	}

	.ldf-logo img {
		max-width: 154px;
	}

	.ldf-hero__actions,
	.ldf-section-head,
	.ldf-mobile-menu__panel > div {
		align-items: flex-start;
		flex-direction: column;
	}

	.ldf-solution-strip,
	.ldf-home-projects,
	.ldf-capability-grid,
	.ldf-module-grid,
	.ldf-showcase__sidebar {
		grid-template-columns: 1fr;
	}

	.ldf-panel,
	.ldf-capability,
	.ldf-about-band {
		padding: 1rem;
	}

	.ldf-config-preview {
		grid-template-columns: 1fr;
	}

	.ldf-capability--config .ldf-primary-btn {
		position: static;
		margin-top: 1.2rem;
	}

	.ldf-brand-strip {
		grid-template-columns: repeat(2, 1fr);
	}
}
