.lac-service-template,
.post-type-archive-services,
.tax-service_category {
	--lac-brand: rgb(251, 112, 0);
	--lac-brand-dark: #e45f00;
	--lac-black: #090909;
	--lac-dark: #121212;
	--lac-ink: #171717;
	--lac-text: #5f6368;
	--lac-muted: #a8adb4;
	--lac-line: #e8e8e8;
	--lac-soft: #f7f7f7;
	background: #fff;
	color: var(--lac-text);
	overflow-x: hidden;
}

.lac-service-template *,
.lac-service-template *:before,
.lac-service-template *:after {
	box-sizing: border-box;
}

.lac-service-template .elementor-section:has(.lac-empty-service-block),
.lac-service-template .elementor-widget-shortcode:has(.lac-empty-service-block),
.lac-service-template .elementor-shortcode:has(.lac-empty-service-block) {
	display: none !important;
}

.lac-service-template .container,
.post-type-archive-services .lac-section .container,
.tax-service_category .lac-section .container {
	width: 100%;
	max-width: 1440px;
	padding-left: 32px;
	padding-right: 32px;
}

.lac-service-template :where(h1, h2, h3, h4, .lac-btn, .lac-section-kicker, .lac-breadcrumbs),
.post-type-archive-services :where(h1, h2, h3, .lac-btn, .lac-section-kicker),
.tax-service_category :where(h1, h2, h3, .lac-btn, .lac-section-kicker) {
	font-family: "Plus Jakarta Sans", Arial, sans-serif;
	letter-spacing: 0;
}

.lac-rich-text {
	font-size: 16px;
	line-height: 1.75;
	color: var(--lac-text);
}

.lac-rich-text p {
	margin: 0 0 18px;
}

.lac-rich-text p:last-child {
	margin-bottom: 0;
}

.lac-rich-text ul,
.lac-rich-text ol {
	margin: 18px 0 0;
	padding-left: 18px;
}

.lac-rich-text li {
	margin: 7px 0;
}

.lac-rich-text strong {
	color: var(--lac-ink);
}

.lac-breadcrumbs,
.lac-section-kicker {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
	margin: 0;
	color: var(--lac-muted);
	font-size: 10px;
	font-weight: 800;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: .12em;
}

.lac-breadcrumbs a,
.lac-breadcrumbs span {
	color: inherit;
}

.lac-breadcrumbs a:hover,
.lac-breadcrumbs span:last-child,
.lac-section-kicker {
	color: var(--lac-brand);
}

.lac-btn,
.lac-service-template .th-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 15px 26px;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.lac-btn:hover,
.lac-service-template .th-btn:hover {
	transform: translateY(-1px);
}

.lac-btn--primary,
.lac-service-template .th-btn,
.lac-service-template .th-btn.style2 {
	background: var(--lac-brand);
	color: #fff;
	border-color: var(--lac-brand);
}

.lac-btn--primary:hover,
.lac-service-template .th-btn:hover {
	background: var(--lac-brand-dark);
	color: #fff;
	border-color: var(--lac-brand-dark);
}

.lac-btn--secondary {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, .22);
}

.lac-btn--secondary:hover {
	border-color: var(--lac-brand);
	color: var(--lac-brand);
}

.lac-btn-arrow:after {
	content: "+";
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
}

.lac-service-hero {
	padding: 42px 0 0;
	background: #fff;
}

.lac-service-breadcrumb {
	margin-bottom: 58px;
}

.lac-service-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(430px, 1fr);
	gap: 90px;
	align-items: center;
}

.lac-service-hero__content {
	min-width: 0;
	max-width: 680px;
}

.lac-hero-title {
	max-width: 100%;
	margin: 0 0 30px;
	color: var(--lac-black);
	font-size: clamp(52px, 4.6vw, 78px);
	font-weight: 900;
	line-height: .88;
	text-transform: uppercase;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
	text-wrap: balance;
}

.lac-hero-title span {
	display: block;
}

.lac-hero-title__muted {
	color: #d2d4d8;
}

.lac-hero-title__accent {
	color: var(--lac-brand);
}

.lac-service-hero__description {
	max-width: 650px;
	margin-bottom: 26px;
	color: #6b7280;
	font-size: 16px;
	line-height: 1.75;
}

.lac-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.lac-service-hero__media {
	position: relative;
	min-width: 0;
}

.lac-service-hero__image {
	position: relative;
	min-height: 560px;
	background: var(--lac-black);
	overflow: hidden;
}

.lac-service-hero__image img {
	width: 100%;
	height: 100%;
	min-height: 560px;
	object-fit: cover;
	filter: grayscale(100%) contrast(1.12);
	transform: scale(1.01);
}

.lac-service-hero__image:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 54px;
	height: 54px;
	background: #fff;
}

.lac-service-hero__scan:before {
	content: "";
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 2;
	width: 22px;
	height: 22px;
	border: 2px solid var(--lac-brand);
}

.lac-service-hero__scan:after {
	content: "";
	position: absolute;
	right: 26px;
	top: 16px;
	z-index: 3;
	width: 2px;
	height: 22px;
	background: var(--lac-brand);
}

.lac-service-hero__corner {
	position: absolute;
	left: -12px;
	bottom: -12px;
	z-index: 2;
	width: 70px;
	height: 70px;
	border-left: 4px solid var(--lac-brand);
	border-bottom: 4px solid var(--lac-brand);
}

.lac-service-highlights {
	margin-top: 92px;
	padding: 44px 0;
	background: var(--lac-soft);
}

.lac-highlight-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 22px;
	background: #fff;
	border: 1px solid var(--lac-line);
}

.lac-highlight-card {
	min-height: 138px;
	padding: 28px 30px;
	border-right: 1px solid var(--lac-line);
	background: #fff;
}

.lac-highlight-card:last-child {
	border-right: 0;
}

.lac-highlight-card__icon {
	display: block;
	margin-bottom: 18px;
	color: var(--lac-brand);
	font-size: 13px;
	font-weight: 900;
}

.lac-highlight-card h3 {
	margin: 0;
	color: var(--lac-ink);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
}

.lac-section {
	padding: 82px 0;
}

.lac-editorial-block {
	background: #fff;
}

.lac-editorial-block--service_includes {
	padding-top: 92px;
	padding-bottom: 92px;
}

.lac-editorial-block--when_needed,
.lac-cost {
	background: var(--lac-soft);
}

.lac-editorial-block__grid {
	display: grid;
	grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
	gap: 80px;
	align-items: start;
}

.lac-editorial-block__grid--no-heading {
	display: block;
}

.lac-editorial-block__grid--no-heading .lac-editorial-block__content {
	max-width: 860px;
	margin: 0 auto;
}

.lac-editorial-block__heading h2,
.lac-section-heading h2,
.lac-cost-panel .sec-title,
.lac-faq .sec-title,
.lac-reviews .sec-title {
	margin: 0;
	color: var(--lac-black);
	font-size: clamp(34px, 3vw, 52px);
	font-weight: 900;
	line-height: .98;
	text-transform: uppercase;
}

.lac-editorial-block__heading h2:after,
.lac-section-heading span {
	content: "";
	display: block;
	width: 36px;
	height: 3px;
	margin-top: 18px;
	background: var(--lac-brand);
}

.lac-capabilities {
	padding: 92px 0;
	background: var(--lac-black);
	color: rgba(255, 255, 255, .72);
}

.lac-capabilities__grid {
	display: grid;
	grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
	gap: 80px;
}

.lac-capabilities__intro h2 {
	margin: 14px 0 22px;
	color: #fff;
	font-size: clamp(42px, 4vw, 68px);
	font-weight: 900;
	line-height: .9;
	text-transform: uppercase;
}

.lac-capabilities__intro p {
	max-width: 330px;
	margin: 0;
	color: rgba(255, 255, 255, .55);
	line-height: 1.75;
}

.lac-capabilities__list {
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.lac-capability-row {
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr);
	gap: 34px;
	padding: 30px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.lac-capability-row__number {
	color: rgba(255, 255, 255, .16);
	font-size: 44px;
	font-weight: 900;
	line-height: 1;
}

.lac-capability-row h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.3;
	text-transform: uppercase;
}

.lac-capability-row p {
	max-width: 780px;
	margin: 0;
	color: rgba(255, 255, 255, .55);
	font-size: 14px;
	line-height: 1.75;
}

.lac-editorial-block--when_needed .lac-rich-text ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 70px;
	margin-top: 28px;
	padding-left: 0;
	list-style: none;
}

.lac-editorial-block--when_needed .lac-rich-text li {
	position: relative;
	margin: 0;
	padding-left: 18px;
	color: var(--lac-ink);
	font-weight: 700;
}

.lac-editorial-block--when_needed .lac-rich-text li:before {
	content: "";
	position: absolute;
	left: 0;
	top: .75em;
	width: 6px;
	height: 6px;
	background: var(--lac-brand);
}

.lac-cost-factor h3:before {
	content: "";
	position: absolute;
	left: -12px;
	top: .5em;
	width: 6px;
	height: 6px;
	background: var(--lac-brand);
}

.lac-editorial-block--repair_replacement .lac-editorial-block__grid {
	grid-template-columns: 1fr;
	gap: 0;
}

.lac-editorial-block--repair_replacement .lac-editorial-block__heading {
	max-width: 1140px;
	margin: 0 auto 36px;
}

.lac-editorial-block--repair_replacement .lac-editorial-block__content {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	max-width: 1140px;
	margin: 0 auto;
}

.lac-editorial-block--repair_replacement .lac-editorial-block__content p {
	padding: 48px;
	margin: 0;
	background: #fff;
	border: 1px solid var(--lac-line);
}

.lac-editorial-block--repair_replacement .lac-editorial-block__content p:nth-child(2) {
	background: var(--lac-black);
	color: rgba(255, 255, 255, .72);
	border-color: var(--lac-black);
}

.lac-editorial-block--repair_replacement .lac-editorial-block__content p:last-child {
	grid-column: 1 / -1;
	padding: 18px 48px 0;
	background: transparent;
	border: 0;
	color: var(--lac-text);
	font-size: 13px;
	text-align: center;
}

.lac-process {
	background: #fff;
}

.lac-section-heading--center {
	text-align: center;
	margin-bottom: 58px;
}

.lac-section-heading--center span {
	margin-left: auto;
	margin-right: auto;
}

.lac-process-timeline {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 42px 70px;
}

.lac-process-step__number {
	display: block;
	margin-bottom: 14px;
	color: var(--lac-brand);
	font-size: 14px;
	font-weight: 900;
}

.lac-process-step h3 {
	margin: 0 0 10px;
	color: var(--lac-black);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.35;
	text-transform: uppercase;
}

.lac-process-step p {
	margin: 0;
	color: var(--lac-text);
	font-size: 14px;
	line-height: 1.7;
}

.lac-cost-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 80px;
	align-items: start;
}

.lac-cost-panel .title-area {
	margin-bottom: 24px;
}

.lac-cost-panel__equipment .lac-rich-text {
	padding-left: 22px;
	border-left: 3px solid var(--lac-brand);
}

.lac-cost-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--lac-line);
	border-left: 1px solid var(--lac-line);
	background: #fff;
}

.lac-cost-factor {
	padding: 16px 18px 16px 30px;
	border-right: 1px solid var(--lac-line);
	border-bottom: 1px solid var(--lac-line);
}

.lac-cost-factor h3 {
	position: relative;
	margin: 0;
	color: var(--lac-ink);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
}

.lac-cost-factor p {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.55;
}

.lac-reviews {
	padding: 80px 0;
	background: #fff;
}

.lac-google-reviews .ti-widget,
.lac-review-grid {
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
}

.lac-related {
	padding: 42px 0 28px;
	background: #fff;
	border-top: 1px solid var(--lac-line);
}

.lac-related__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.lac-related-link {
	display: inline-flex;
	flex-direction: column;
	max-width: 260px;
	padding: 13px 16px;
	border: 1px solid var(--lac-line);
	color: var(--lac-ink);
	text-decoration: none;
	background: #fff;
}

.lac-related-link:hover {
	border-color: var(--lac-brand);
	color: var(--lac-brand);
}

.lac-related-link strong {
	font-size: 12px;
	font-weight: 900;
	line-height: 1.3;
	text-transform: uppercase;
}

.lac-related-link small {
	margin-top: 7px;
	color: var(--lac-text);
	font-size: 12px;
	line-height: 1.45;
}

.lac-faq {
	background: #fff;
}

.lac-faq .title-area {
	margin-bottom: 36px;
}

.lac-faq__items {
	max-width: 980px;
	margin: 0 auto;
	border-top: 1px solid var(--lac-line);
}

.lac-faq-item {
	border-bottom: 1px solid var(--lac-line);
}

.lac-faq-item summary {
	position: relative;
	display: block;
	padding: 24px 42px 24px 0;
	color: var(--lac-black);
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

.lac-faq-item summary::-webkit-details-marker {
	display: none;
}

.lac-faq-item summary:after {
	content: "+";
	position: absolute;
	right: 0;
	top: 21px;
	color: var(--lac-black);
	font-size: 22px;
}

.lac-faq-item[open] summary:after {
	content: "-";
	color: var(--lac-brand);
}

.lac-faq-item .lac-rich-text {
	max-width: 850px;
	padding-bottom: 24px;
}

.lac-final-cta {
	padding: 110px 0;
	background: var(--lac-black);
	color: rgba(255, 255, 255, .62);
	text-align: center;
}

.lac-final-cta__inner {
	max-width: 780px;
	margin: 0 auto;
}

.lac-final-cta .sec-title {
	margin: 0 0 22px;
	color: #fff;
	font-size: clamp(42px, 4vw, 72px);
	font-weight: 900;
	line-height: .92;
	text-transform: uppercase;
}

.lac-final-cta .sec-title span,
.lac-final-cta .sec-title strong,
.lac-final-cta .sec-title em {
	color: var(--lac-brand);
	font-style: normal;
}

.lac-final-cta .lac-rich-text {
	max-width: 620px;
	margin: 0 auto;
	color: rgba(255, 255, 255, .58);
}

.lac-final-cta .lac-actions {
	justify-content: center;
}

.lac-services-hub-hero {
	padding: 70px 0;
	background: #fff;
}

.lac-services-hub-hero h1 {
	margin: 0 0 22px;
	color: var(--lac-black);
	font-size: clamp(48px, 5vw, 86px);
	font-weight: 900;
	line-height: .95;
	text-transform: uppercase;
}

.lac-services-index {
	background: var(--lac-soft);
}

.lac-service-group {
	margin-bottom: 54px;
}

.lac-service-group:last-child {
	margin-bottom: 0;
}

.lac-service-group h2 {
	margin: 0 0 22px;
	color: var(--lac-black);
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
}

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

.lac-card,
.lac-service-card {
	background: #fff;
	border: 1px solid var(--lac-line);
	box-shadow: none;
}

.lac-service-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 0;
	overflow: hidden;
}

.lac-service-card h3 {
	order: 2;
	margin: 0;
	padding: 18px 18px 8px;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
}

.lac-service-card h3 a {
	color: var(--lac-black);
}

.lac-service-card__image {
	order: 1;
	display: block;
	aspect-ratio: 4 / 3;
	background: #ddd;
	overflow: hidden;
}

.lac-service-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lac-service-card__text {
	order: 3;
	padding: 0 18px 18px;
	color: var(--lac-text);
	font-size: 14px;
	line-height: 1.55;
}

.lac-service-card__link {
	order: 4;
	margin: auto 18px 18px;
	color: var(--lac-brand);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	.lac-service-hero__grid {
		grid-template-columns: 1fr 1fr;
		gap: 46px;
	}

	.lac-hero-title {
		font-size: clamp(52px, 5.5vw, 76px);
	}

	.lac-highlight-grid,
	.lac-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lac-highlight-card:nth-child(2n) {
		border-right: 0;
	}

	.lac-editorial-block__grid,
	.lac-capabilities__grid,
	.lac-cost-panel {
		grid-template-columns: 1fr;
		gap: 42px;
	}
}

@media (max-width: 767px) {
	.lac-service-template {
		width: 100vw;
		max-width: 100vw;
	}

	.lac-service-template .container,
	.post-type-archive-services .lac-section .container,
	.tax-service_category .lac-section .container {
		width: 100vw;
		max-width: 100vw !important;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 0;
		margin-right: 0;
	}

	.lac-service-hero {
		padding-top: 28px;
	}

	.lac-service-breadcrumb {
		margin-bottom: 36px;
	}

	.lac-service-hero__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.lac-hero-title {
		font-size: clamp(34px, 10vw, 48px);
		line-height: .94;
	}

	.lac-service-hero__image,
	.lac-service-hero__image img {
		min-height: 360px;
	}

	.lac-service-highlights {
		margin-top: 52px;
	}

	.lac-highlight-grid,
	.lac-services-grid,
	.lac-process-timeline,
	.lac-cost-list,
	.lac-editorial-block--when_needed .lac-rich-text ul,
	.lac-editorial-block--repair_replacement .lac-editorial-block__content {
		grid-template-columns: 1fr;
	}

	.lac-highlight-card {
		border-right: 0;
		border-bottom: 1px solid var(--lac-line);
	}

	.lac-highlight-card:last-child {
		border-bottom: 0;
	}

	.lac-section,
	.lac-editorial-block--service_includes,
	.lac-capabilities,
	.lac-final-cta {
		padding: 64px 0;
	}

	.lac-editorial-block__heading h2,
	.lac-section-heading h2,
	.lac-cost-panel .sec-title,
	.lac-faq .sec-title,
	.lac-reviews .sec-title {
		font-size: 34px;
	}

	.lac-capability-row {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.lac-editorial-block--repair_replacement .lac-editorial-block__content p,
	.lac-editorial-block--repair_replacement .lac-editorial-block__content p:last-child {
		padding: 26px;
		text-align: left;
	}

	.lac-process-timeline {
		gap: 30px;
	}

	.lac-actions {
		width: 100%;
	}

	.lac-actions .lac-btn {
		width: 100%;
		white-space: normal;
		text-align: center;
	}

	.lac-rich-text,
	.lac-service-hero__description,
	.lac-highlight-card h3,
	.lac-capability-row p,
	.lac-process-step p,
	.lac-related-link {
		overflow-wrap: break-word;
	}
}
