/* NHP Site Manager 2.0.1 — compatibility-first frontend additions. */

.nhp-services-v3__item[href] {
	color: inherit;
	text-decoration: none !important;
}

.nhp-sm-services-fallback {
	background: #edf3eb;
	border-block: 1px solid #dce6da;
}

.nhp-sm-services-fallback .nhp-services-v3__inner {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: auto;
	max-width: 1480px;
}

.nhp-sm-services-fallback .nhp-services-v3__item {
	align-items: center;
	border-right: 1px solid #d5e2d4;
	display: flex;
	gap: 12px;
	justify-content: center;
	min-height: 94px;
	padding: 16px;
}

.nhp-sm-services-fallback .nhp-services-v3__icon svg {
	fill: none;
	height: 40px;
	stroke: #519452;
	stroke-width: 2;
	width: 40px;
}

.nhp-sm-services-fallback h3 {
	font-size: 13px;
	margin: 0 0 4px;
}

.nhp-sm-services-fallback p {
	color: #6b786d;
	font-size: 11px;
	margin: 0;
}

/* Homepage hero repair is activated by JS only when the original slider CSS is missing. */
.nhp-hero-v3.nhp-sm-hero-repair,
.nhp-hero-v3.nhp-sm-hero-repair * {
	box-sizing: border-box;
}

.nhp-hero-v3.nhp-sm-hero-repair {
	--nhp-green: #1d7137;
	--nhp-green-dark: #115629;
	--nhp-green-light: #4e9b5b;
	background: #142419;
	font-family: "Plus Jakarta Sans", Arial, sans-serif;
	height: clamp(500px, 37.5vw, 570px);
	isolation: isolate;
	left: 50%;
	margin-left: -50vw;
	max-width: 100vw;
	overflow: hidden;
	position: relative;
	width: 100vw;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__track,
.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__slide {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__slide {
	opacity: 0;
	transition: opacity 0.9s ease, visibility 0.9s ease;
	visibility: hidden;
	z-index: 1;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__slide.is-active {
	opacity: 1;
	visibility: visible;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__slide img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__overlay {
	background: linear-gradient(90deg, rgba(5,20,10,.9), rgba(8,34,17,.76) 38%, rgba(8,31,16,.36) 68%, rgba(3,14,7,.1)), linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.03) 60%, rgba(0,0,0,.24));
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__container {
	align-items: center;
	display: flex;
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: min(1480px, calc(100% - 72px));
	z-index: 4;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__content {
	padding: 48px 0 68px;
	width: min(700px, 62%);
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__eyebrow {
	align-items: center;
	color: #bcebc5;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: .11em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__eyebrow::before {
	background: #7acb88;
	content: "";
	height: 2px;
	width: 34px;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__title {
	color: #fff;
	font-size: clamp(48px, 5vw, 76px);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: 1.02;
	margin: 0;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__title span {
	display: block;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__title-two {
	color: #8dd698;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__description {
	color: rgba(255,255,255,.82);
	font-size: 16px;
	line-height: 1.75;
	margin: 22px 0 0;
	max-width: 610px;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__button {
	align-items: center;
	border-radius: 5px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	gap: 14px;
	justify-content: center;
	min-height: 51px;
	padding: 12px 20px;
	text-decoration: none !important;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__button svg,
.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__arrow svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__button svg {
	height: 17px;
	width: 17px;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__button--primary {
	background: var(--nhp-green);
	color: #fff !important;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__button--secondary {
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.45);
	color: #fff !important;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	margin-top: 26px;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__meta span {
	align-items: center;
	color: rgba(255,255,255,.74);
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	gap: 7px;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__meta i {
	background: #83d18f;
	border-radius: 50%;
	height: 6px;
	width: 6px;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__arrow {
	align-items: center;
	background: rgba(255,255,255,.12);
	border: 1px solid rgba(255,255,255,.24);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 48px;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	z-index: 5;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__arrow svg {
	height: 22px;
	width: 22px;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__arrow--previous { left: 24px; }
.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__arrow--next { right: 24px; }

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__dots {
	align-items: center;
	bottom: 24px;
	display: flex;
	gap: 9px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 6;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__dot {
	background: rgba(255,255,255,.4);
	border: 0;
	border-radius: 20px;
	height: 8px;
	padding: 0;
	transition: width .25s ease, background .25s ease;
	width: 8px;
}

.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__dot.is-active {
	background: #65bf74;
	width: 28px;
}

/* Project showcase remains managed by this plugin. */
.nhp-projects-v1 {
	background: #f6f9f7;
	box-sizing: border-box;
	font-family: "Plus Jakarta Sans", Arial, sans-serif;
	padding: 82px 20px;
}

.nhp-projects-v1__container { margin: auto; max-width: 1380px; }
.nhp-projects-v1__header { align-items: end; display: flex; gap: 30px; justify-content: space-between; margin-bottom: 34px; }
.nhp-projects-v1 h2 { font-size: clamp(34px, 4vw, 58px); margin: 8px 0 12px; }
.nhp-projects-v1__heading p { line-height: 1.7; max-width: 700px; }
.nhp-projects-v1__eyebrow { color: #c7972e; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.nhp-projects-v1__cta { background: #0b765f; border-radius: 10px; color: #fff !important; display: inline-flex; font-weight: 800; padding: 15px 20px; text-decoration: none; }
.nhp-projects-v1__stage { position: relative; }
.nhp-projects-v1__viewport { border-radius: 24px; overflow: hidden; }
.nhp-projects-v1__track { position: relative; }
.nhp-projects-v1__slide { display: none; }
.nhp-projects-v1__slide.is-active { display: block; }
.nhp-projects-v1__image-wrap { background: #0b2d24; border-radius: 24px; height: min(65vw, 720px); overflow: hidden; position: relative; }
.nhp-projects-v1__image { height: 100%; object-fit: cover; width: 100%; }
.nhp-projects-v1__shade { background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.72)); inset: 0; position: absolute; }
.nhp-projects-v1__topline { color: #fff; display: flex; justify-content: space-between; left: 22px; position: absolute; right: 22px; top: 22px; }
.nhp-projects-v1__project-badge { background: rgba(5,70,54,.9); border-radius: 30px; font-size: 11px; font-weight: 800; padding: 8px 12px; }
.nhp-projects-v1__caption { bottom: 28px; color: #fff; left: 30px; position: absolute; right: 30px; }
.nhp-projects-v1__caption span { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.nhp-projects-v1__caption h3 { color: #fff; font-size: clamp(27px, 4vw, 52px); margin: 8px 0 5px; }
.nhp-projects-v1__nav { background: #fff; border: 0; border-radius: 50%; box-shadow: 0 10px 25px rgba(0,0,0,.18); cursor: pointer; font-size: 30px; height: 48px; position: absolute; top: 50%; width: 48px; z-index: 3; }
.nhp-projects-v1__nav--previous { left: -20px; }
.nhp-projects-v1__nav--next { right: -20px; }
.nhp-projects-v1__dots { display: flex; gap: 8px; justify-content: center; margin-top: 22px; }
.nhp-projects-v1__dots button { background: #aabbb4; border: 0; border-radius: 50%; height: 8px; padding: 0; width: 8px; }
.nhp-projects-v1__dots button.is-active { background: #d6a848; border-radius: 20px; width: 28px; }

/* Managed FAQ and page additions. */
.nhp-sm-faq { margin: 0 auto; max-width: 1120px; padding: 80px 20px; }
.nhp-sm-faq-hero { margin-bottom: 45px; text-align: center; }
.nhp-sm-faq-hero > span { color: #b88910; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.nhp-sm-faq-hero h1 { font-size: clamp(40px, 5vw, 68px); margin: 12px 0; }
.nhp-sm-faq-hero p { color: #68766f; font-size: 17px; line-height: 1.7; margin: auto; max-width: 760px; }
.nhp-sm-faq-item { background: #fff; border: 1px solid #dfe9e4; border-radius: 14px; margin-bottom: 12px; overflow: hidden; }
.nhp-sm-faq-item button { align-items: center; background: #fff; border: 0; color: #173d32; cursor: pointer; display: flex; font-size: 16px; font-weight: 800; justify-content: space-between; padding: 20px 22px; text-align: left; width: 100%; }
.nhp-sm-faq-item button b { color: #0b765f; font-size: 25px; }
.nhp-sm-faq-answer { color: #65766f; display: none; line-height: 1.75; padding: 0 22px 20px; }
.nhp-sm-faq-item.is-open .nhp-sm-faq-answer { display: block; }
.nhp-sm-faq-contact { align-items: center; background: #edf5f1; border-radius: 16px; display: flex; justify-content: space-between; margin-top: 30px; padding: 24px; }
.nhp-sm-faq-contact a { background: #0b765f; border-radius: 9px; color: #fff !important; font-weight: 800; padding: 13px 17px; text-decoration: none; }

.nhp-sm-page-hero,
.nhp-sm-page-cta {
	background-position: center;
	background-size: cover;
	left: 50%;
	margin-left: -50vw;
	position: relative;
	width: 100vw;
}

.nhp-sm-page-hero { align-items: center; background-color: #063e32; color: #fff; display: flex; min-height: 470px; padding: 70px max(24px, calc((100vw - 1380px)/2)); }
.nhp-sm-page-hero > div { max-width: 760px; }
.nhp-sm-page-hero span { color: #efca63; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.nhp-sm-page-hero h1 { color: #fff; font-size: clamp(46px, 6vw, 82px); line-height: 1.06; margin: 14px 0 20px; }
.nhp-sm-page-hero p { color: rgba(255,255,255,.75); font-size: 18px; line-height: 1.75; }
.nhp-sm-page-cta { background-color: #064536; color: #fff; padding: 70px 24px; text-align: center; }
.nhp-sm-page-cta > div { margin: auto; max-width: 860px; }
.nhp-sm-page-cta h2 { color: #fff; font-size: clamp(34px, 4vw, 58px); margin: 0 0 14px; }
.nhp-sm-page-cta p { color: rgba(255,255,255,.72); font-size: 17px; }
.nhp-sm-page-cta a { background: #d5a52c; border-radius: 9px; color: #062d24 !important; display: inline-flex; font-weight: 800; margin-top: 20px; padding: 15px 20px; text-decoration: none; }

.nhp-sm-footer { background: #052d24; color: #fff; position: relative; z-index: 10; }
.nhp-sm-footer-grid { display: grid; gap: 50px; grid-template-columns: 1.4fr 1fr 1.2fr 1fr; margin: auto; max-width: 1450px; padding: 75px 24px; }
.nhp-sm-footer h3 { color: #efca63; }
.nhp-sm-footer p,
.nhp-sm-footer a { color: rgba(255,255,255,.68); }
.nhp-sm-footer ul { list-style: none; margin: 0; padding: 0; }
.nhp-sm-footer li { margin-bottom: 10px; }
.nhp-sm-footer a { text-decoration: none; }
.nhp-sm-footer-brand img { max-height: 80px; max-width: 230px; object-fit: contain; }
.nhp-sm-footer-brand > strong { font-size: 24px; }
.nhp-sm-footer-social { display: flex; flex-direction: column; gap: 9px; }
.nhp-sm-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.52); padding: 18px 24px; text-align: center; }
.nhp-sm-hide-theme-footer .site-footer,
.nhp-sm-hide-theme-footer footer#colophon,
.nhp-sm-hide-theme-footer .ast-footer-overlay { display: none !important; }

@media (max-width: 900px) {
	.nhp-sm-services-fallback .nhp-services-v3__inner { grid-template-columns: repeat(2, 1fr); }
	.nhp-sm-footer-grid { grid-template-columns: 1fr; }
	.nhp-projects-v1__nav--previous { left: 8px; }
	.nhp-projects-v1__nav--next { right: 8px; }
	.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__content { width: min(700px, 78%); }
}

@media (max-width: 600px) {
	.nhp-projects-v1 { padding: 60px 14px; }
	.nhp-projects-v1__header { align-items: flex-start; flex-direction: column; }
	.nhp-projects-v1__image-wrap { height: 380px; }
	.nhp-sm-faq-contact { align-items: flex-start; flex-direction: column; gap: 15px; }
	.nhp-sm-page-hero { min-height: 390px; }
	.nhp-sm-services-fallback .nhp-services-v3__inner { grid-template-columns: 1fr; }
	.nhp-sm-services-fallback .nhp-services-v3__item { justify-content: flex-start; }
	.nhp-hero-v3.nhp-sm-hero-repair { height: 500px; }
	.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__container { width: calc(100% - 36px); }
	.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__content { padding-bottom: 62px; width: 100%; }
	.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__title { font-size: 38px; }
	.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__description { font-size: 14px; }
	.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__button { width: 100%; }
	.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__arrow { display: none; }
	.nhp-hero-v3.nhp-sm-hero-repair .nhp-hero-v3__meta { display: none; }
}
