:root {
	--ink: #171717;
	--charcoal: #202124;
	--cream: #fff8ed;
	--gold: #FED902;
	--orange: #FD7102;
	--red: #FB1800;
	--violet: #B602ED;
	--blue: #0057FB;
	--green: #06D209;
	--darkgreen: #045901;
	--darkblue: #011E7F;
}

body {
	--page-accent: var(--green);
	--page-accent-ink: #071307;
	padding-top: 0;
	color: var(--ink);
	font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background: #fffdf8;
}

body:has(.home-intro) {
	--page-accent: var(--green);
	--page-accent-ink: #071307;
}


body:has(.home-intro) main {
	margin-top: 0;
}

body:has(.home-intro) .navbar {
	padding-top: 1rem;
}

body:has(.residential-hero) {
	--page-accent: var(--green);
	--page-accent-ink: #071307;
}

body:has(.commercial-hero) {
	--page-accent: var(--green);
	--page-accent-ink: #071307;
}


body:has(.contact-hero) {
	--page-accent: var(--green);
	--page-accent-ink: #071307;
}

main {
	overflow: hidden;
}

.hero-section,
.site-footer {
	background: #070707;
}

.site-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	background: transparent;
	border-bottom: 0;
	box-shadow: none;
}

.navbar {
	padding: 1rem 0;
}

.navbar-frame {
	align-items: flex-start;
	gap: clamp(1.25rem, 3vw, 3.5rem);
	padding-inline: clamp(2rem, 5vw, 5rem);
}

.brand-block {
	display: inline-flex;
	flex: 0 0 auto;
	flex-direction: column;
	align-items: center;
	gap: .25rem;
	margin: 0;
}

.navbar-collapse {
	align-self: flex-start;
	padding-top: 0;
}

.navbar-nav {
	flex-wrap: wrap;
	gap: .25rem .35rem;
}

.brand-logo {
	width: 300px;
	height: 300px;
	object-fit: contain;
}

.brand-copy {
	line-height: 1;
	margin-left: 10px;
	text-transform: uppercase;
}

.brand-name,
.brand-subtitle {
	display: block;
	letter-spacing: .08rem;
	font-weight: 1000;
}

.brand-name {
	font-size: 3rem;
	color: #ffffff;
}

.brand-subtitle {
	font-size: 2rem;
	color: var(--page-accent);
	text-align: center;
}

.nav-link {
	color: rgba(255, 255, 255, .82);
	font-weight: 700;
}

.nav-link:hover,
.nav-link:focus {
	color: var(--page-accent);
}

.btn-brand {
	background: var(--page-accent);
	border: 2px solid var(--page-accent);
	color: var(--page-accent-ink);
	font-weight: 800;
}

.btn-brand:hover,
.btn-brand:focus {
	border-color: var(--page-accent);
	background: transparent;
	color: #fff;
}

.language-dropdown {
	margin-top: 0;
}

.language-toggle {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	min-height: 36px;
	padding: .38rem .58rem;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 6px;
	color: #fff;
	background: rgba(255, 255, 255, .08);
	font: inherit;
	font-size: .78rem;
	font-weight: 800;
	line-height: 1;
	transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.language-toggle:hover,
.language-toggle:focus {
	border-color: var(--page-accent);
	background: rgba(255, 255, 255, .14);
	color: #fff;
}

.language-flag {
	position: relative;
	display: inline-block;
	flex: 0 0 auto;
	width: 1.25rem;
	height: .82rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .72);
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
	line-height: 1;
	vertical-align: middle;
}

.language-flag-us {
	background:
		linear-gradient(#3c3b6e 0 54%, transparent 54%),
		repeating-linear-gradient(to bottom, #b22234 0 7.69%, #fff 7.69% 15.38%);
	background-size: 42% 54%, 100% 100%;
	background-repeat: no-repeat;
}

.language-flag-mx {
	background: linear-gradient(to right, #006847 0 33.33%, #fff 33.33% 66.66%, #ce1126 66.66% 100%);
}

.language-flag-mx::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: .24rem;
	height: .24rem;
	border-radius: 50%;
	background: #b28b2e;
	content: "";
	transform: translate(-50%, -50%);
}

.language-current {
	min-width: 48px;
	text-align: left;
}

.language-menu {
	min-width: 10.5rem;
	padding: .35rem;
	border: 1px solid rgba(23, 23, 23, .16);
	border-radius: 6px;
	box-shadow: 0 18px 38px rgba(0, 0, 0, .18);
}

.language-option {
	display: flex;
	align-items: center;
	gap: .55rem;
	border-radius: 4px;
	font-weight: 800;
}

.language-option.active,
.language-option:active {
	color: var(--page-accent-ink);
	background: var(--page-accent);
}

.hero-section {
	color: #fff;
	padding: clamp(4rem, 8vw, 7rem) 0;
}

.hero-section h1,
.page-hero h1 {
	max-width: 900px;
	font-size: clamp(2.5rem, 6vw, 5.25rem);
	font-weight: 800;
	line-height: .98;
}

.hero-copy,
.page-hero p {
	max-width: 720px;
	font-size: 1.2rem;
	color: rgba(255, 255, 255, .82);
}

.eyebrow {
	color: var(--gold);
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .14rem;
	text-transform: uppercase;
}

.hero-logo-panel {
	display: grid;
	place-items: center;
	padding: 1rem;
}

.hero-logo-panel img {
	width: min(100%, 430px);
	filter: drop-shadow(0 28px 40px rgba(0, 0, 0, .45));
}

.service-overview,
.content-section {
	padding: 4.5rem 0;
}

.service-card,
.contact-panel {
	min-height: 100%;
	padding: 2rem;
	border: 1px solid rgba(23, 23, 23, .12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(23, 23, 23, .08);
}

.service-card {
	border-top: 8px solid var(--orange);
}

.service-card h2,
.content-section h2 {
	font-size: 1.35rem;
	font-weight: 800;
}

.accent-yellow { border-top-color: var(--gold); }
.accent-blue { border-top-color: var(--blue); }
.accent-green { border-top-color: var(--green); }

.page-hero {
	min-height: clamp(760px, 96svh, 1040px);
	padding: 0;
	color: #fff;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .84) 0%, rgba(0, 0, 0, .66) 37%, rgba(0, 0, 0, .22) 68%, rgba(0, 0, 0, .08) 100%),
		linear-gradient(0deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .06)),
		url("/images/gallery/Trucks.png") center 49% / cover no-repeat;
	border-bottom: 8px solid var(--green);
}

.residential-hero {
	border-bottom-color: var(--green);
}

.residential-hero .eyebrow {
	color: var(--orange);
}

.commercial-hero {
	border-bottom-color: var(--green);
}

.commercial-hero .eyebrow {
	color: var(--gold);
}

.residential-intro-section {
	padding: clamp(4.5rem, 8vw, 7rem) 0;
	background:
		linear-gradient(135deg, rgba(253, 113, 2, .1), transparent 38%),
		var(--cream);
}

.residential-intro-grid,
.residential-experience-grid {
	display: grid;
	grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
	gap: clamp(2.5rem, 6vw, 5rem);
	align-items: start;
}

.residential-intro-headin g .section-kicker,
.residential-experience-section .section-kicker,
.residential-gallery-heading .section-kicker {
	color: #b44c00;
}

.residential-intro-heading h2,
.residential-experience-grid h2,
.residential-gallery-heading h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 800;
	line-height: 1.08;
}

.residential-copy {
	display: grid;
	gap: 1.1rem;
}

.residential-copy p {
	margin: 0;
	color: #3f413a;
	font-size: 1.06rem;
	line-height: 1.78;
}

.residential-copy p:first-child {
	padding-left: 1.5rem;
	border-left: 6px solid var(--orange);
}

.residential-contact-section {
	padding: 3.5rem 0;
	color: #fff;
	background: #080808;
	border-bottom: 8px solid var(--orange);
}

.residential-contact-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3rem;
}

.residential-contact-section .section-kicker {
	color: var(--orange);
}

.residential-contact-section h2 {
	margin-bottom: .75rem;
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 800;
	line-height: 1.08;
}

.residential-contact-section p:last-child {
	margin: 0;
	color: rgba(255, 255, 255, .68);
}

.residential-contact-button {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	min-width: 260px;
	padding: 1.2rem 1.5rem;
	border: 2px solid var(--orange);
	color: #fff;
	text-decoration: none;
	transition: background .2s ease, color .2s ease;
}

.residential-contact-button span {
	margin-bottom: .2rem;
	color: var(--orange);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .12rem;
	text-transform: uppercase;
}

.residential-contact-button strong {
	font-size: 1.4rem;
}

.residential-contact-button:hover,
.residential-contact-button:focus {
	color: #171717;
	background: var(--orange);
}

.residential-contact-button:hover span,
.residential-contact-button:focus span {
	color: #171717;
}

.residential-experience-section {
	padding: clamp(4.5rem, 8vw, 7rem) 0;
	background: #fffdf8;
}

.residential-gallery-section {
	padding: clamp(4.5rem, 8vw, 7rem) 0;
	background:
		linear-gradient(180deg, rgba(253, 113, 2, .08), transparent 18rem),
		var(--cream);
}

.residential-gallery-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 3rem;
	margin-bottom: 2.25rem;
}

.residential-gallery-heading > p {
	max-width: 520px;
	margin: 0;
	color: #5e625e;
	font-size: 1.02rem;
	line-height: 1.7;
}

.residential-project-carousel .carousel-inner,
.residential-project-carousel .carousel-item {
	aspect-ratio: 16 / 8;
	background: #080808;
}

.residential-gallery-image {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;
	border: 0;
	background: #080808;
	cursor: pointer;
}

.residential-gallery-image::after {
	position: absolute;
	inset: 45% 0 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, .86));
	content: "";
}

.residential-gallery-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.residential-gallery-image:hover img,
.residential-gallery-image:focus img {
	transform: scale(1.025);
}

.residential-gallery-image:focus-visible {
	outline: 4px solid var(--orange);
	outline-offset: -4px;
}

.residential-gallery-image > span {
	position: absolute;
	right: 2rem;
	bottom: 1.75rem;
	left: 2rem;
	z-index: 1;
	color: #fff;
	font-size: clamp(1.5rem, 4vw, 3rem);
	font-weight: 800;
	line-height: 1;
	text-align: left;
}

.residential-gallery-modal .modal-content {
	border-color: rgba(253, 113, 2, .45);
}

.commercial-intro-section {
	padding: clamp(4.5rem, 8vw, 7rem) 0;
	background: #fffdf8;
}

.commercial-intro-grid {
	display: grid;
	grid-template-columns: minmax(260px, .75fr) minmax(0, 1.45fr);
	gap: clamp(3rem, 7vw, 7rem);
}

.commercial-intro-grid .section-kicker,
.commercial-capabilities-section .section-kicker,
.client-logo-section .section-kicker {
	color: #8a7200;
}

.commercial-intro-grid h2,
.client-logo-heading h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 800;
	line-height: 1.08;
}

.commercial-copy {
	position: relative;
	padding-left: 2rem;
	border-left: 4px solid var(--gold);
}

.commercial-copy p {
	margin-bottom: 1.5rem;
	color: #4f544f;
	font-size: 1.05rem;
	line-height: 1.85;
}

.commercial-copy p:last-child {
	margin-bottom: 0;
}

.commercial-contact-section {
	padding: 3.5rem 0;
	color: #fff;
	background: #080808;
	border-top: 8px solid var(--gold);
	border-bottom: 8px solid var(--gold);
}

.commercial-contact-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3rem;
}

.commercial-contact-section .section-kicker {
	color: var(--gold);
}

.commercial-contact-section h2 {
	margin-bottom: .75rem;
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 800;
	line-height: 1.08;
}

.commercial-contact-section p:last-child {
	margin: 0;
	color: rgba(255, 255, 255, .68);
}

.commercial-contact-button {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	min-width: 260px;
	padding: 1rem 1.25rem;
	border: 2px solid var(--gold);
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}

.commercial-contact-button span {
	margin-bottom: .2rem;
	color: var(--gold);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .08rem;
	text-transform: uppercase;
}

.commercial-contact-button strong {
	font-size: 1.4rem;
}

.commercial-contact-button:hover,
.commercial-contact-button:focus {
	color: #171717;
	background: var(--gold);
}

.commercial-contact-button:hover span,
.commercial-contact-button:focus span {
	color: #171717;
}

.commercial-gallery-section {
	padding: clamp(4.5rem, 8vw, 7rem) 0;
	background:
		linear-gradient(180deg, rgba(254, 217, 2, .08), transparent 18rem),
		#fffdf8;
}

.commercial-gallery-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 3rem;
	margin-bottom: 2.5rem;
}

.commercial-gallery-heading .section-kicker {
	color: #8a7200;
}

.commercial-gallery-heading h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 800;
	line-height: 1.08;
}

.commercial-gallery-heading > p {
	max-width: 520px;
	margin: 0;
	color: #5e625e;
	font-size: 1.02rem;
	line-height: 1.7;
}

.commercial-project-carousel {
	overflow: hidden;
	border: 1px solid rgba(23, 23, 23, .16);
	border-radius: 6px;
	background: #080808;
	box-shadow: 0 24px 55px rgba(23, 23, 23, .18);
}

.commercial-project-carousel .carousel-inner,
.commercial-project-carousel .carousel-item {
	aspect-ratio: 16 / 7;
}

.commercial-gallery-image {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;
	border: 0;
	background: #080808;
	cursor: zoom-in;
}

.commercial-gallery-image::after {
	position: absolute;
	inset: 45% 0 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, .86));
	content: "";
}

.commercial-gallery-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.commercial-gallery-image:hover img,
.commercial-gallery-image:focus img {
	transform: scale(1.025);
}

.commercial-gallery-image:focus-visible {
	outline: 4px solid var(--gold);
	outline-offset: -4px;
}

.commercial-gallery-image > span {
	position: absolute;
	right: 2rem;
	bottom: 1.75rem;
	left: 2rem;
	z-index: 1;
	color: #fff;
	font-size: clamp(1.2rem, 2.5vw, 2rem);
	font-weight: 800;
	text-align: left;
}

.commercial-project-carousel .carousel-control-prev,
.commercial-project-carousel .carousel-control-next {
	width: 10%;
}

.commercial-project-carousel .carousel-control-prev-icon,
.commercial-project-carousel .carousel-control-next-icon {
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .68);
	background-size: 52%;
}

.commercial-project-carousel .carousel-indicators [data-bs-target] {
	width: 28px;
	height: 4px;
	border: 0;
	background-color: #fff;
}

.commercial-project-carousel .carousel-indicators .active {
	background-color: var(--gold);
}

.commercial-capabilities-section {
	padding: clamp(4.5rem, 8vw, 7rem) 0;
	background: #080808;
}

.commercial-capabilities-section .section-heading h2 {
	color: var(--green);
}

.commercial-capabilities-section .section-heading > p:last-child {
	color: rgba(255, 255, 255, .68);
}

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

.commercial-capabilities-grid article {
	min-height: 270px;
	padding: 2rem;
	border: 1px solid rgba(255, 255, 255, .14);
	border-top: 8px solid var(--gold);
	border-radius: 6px;
	background: #111;
}

.commercial-capabilities-grid article > span {
	display: grid;
	width: 3rem;
	height: 3rem;
	margin-bottom: 2.5rem;
	place-items: center;
	border-radius: 50%;
	color: #171717;
	background: var(--gold);
	font-size: .8rem;
	font-weight: 800;
}

.commercial-capabilities-grid h3 {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 800;
}

.capabilities-title{
	color: var(--green);
}

.commercial-capabilities-grid p {
	margin: 0;
	color: rgba(255, 255, 255, .68);
	font-size: .94rem;
	line-height: 1.7;
}

.client-logo-section {
	padding: clamp(4.5rem, 8vw, 7rem) 0;
	background:
		linear-gradient(180deg, rgba(254, 217, 2, .08), transparent 18rem),
		#fffdf8;
}

.client-logo-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 2.5rem;
}


.client-logo-preview {
	overflow: hidden;
	padding-block: .5rem;
	mask-image: linear-gradient(90deg, transparent 0, #000 4rem, #000 calc(100% - 4rem), transparent 100%);
}

.client-logo-track {
	--client-logo-gap: 1rem;
	display: flex;
	gap: var(--client-logo-gap);
	width: max-content;
	animation: client-logo-marquee 46s linear infinite;
}

.client-logo-preview:hover .client-logo-track,
.client-logo-preview:focus-within .client-logo-track {
	animation-play-state: paused;
}

.client-logo-scroll {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem;
}

@keyframes client-logo-marquee {
	to {
		transform: translateX(calc(-50% - (var(--client-logo-gap) / 2)));
	}
}

.client-logo-placeholder,
.client-logo-card {
	display: grid;
	aspect-ratio: 5 / 3;
	min-width: 0;
	padding: 1rem;
	place-items: center;
	border: 1px solid rgba(23, 23, 23, .14);
	border-radius: 6px;
	color: #747874;
	background: #fff;
	box-shadow: 0 12px 28px rgba(23, 23, 23, .07);
}

.client-logo-preview .client-logo-card {
	flex: 0 0 clamp(160px, 18vw, 220px);
}

.client-logo-card img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 150px;
	max-height: 82px;
	object-fit: contain;
}

.client-feature-card {
	position: relative;
	overflow: hidden;
	border: 2px solid transparent;
	cursor: pointer;
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.client-feature-card span {
	position: absolute;
	right: .65rem;
	bottom: .55rem;
	left: .65rem;
	padding: .35rem .45rem;
	border-radius: 4px;
	color: #071307;
	background: rgba(6, 210, 9, .92);
	font-size: .72rem;
	font-weight: 900;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
}

.client-feature-card:hover,
.client-feature-card:focus {
	border-color: var(--green);
	box-shadow: 0 16px 34px rgba(6, 210, 9, .18);
	transform: translateY(-2px);
}

.client-feature-card span {
	display: none;
}

.client-logo-placeholder span {
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .06rem;
	text-align: center;
	text-transform: uppercase;
}


.client-logo-scroll {
	max-height: 60vh;
	overflow-y: auto;
	padding: .25rem .4rem .25rem .25rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.client-logo-text-card span {
	color: #171717;
	font-size: clamp(.82rem, 1.7vw, 1.05rem);
	font-weight: 900;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
}

.contact-hero {
	border-bottom-color: var(--green);
}

.about-letter-section {
	padding: clamp(4.5rem, 8vw, 7rem) 0;
	background:
		linear-gradient(135deg, rgba(6, 210, 9, .08), transparent 38%),
		var(--cream);
}

.about-letter-card {
	position: relative;
	overflow: hidden;
	max-width: 1120px;
	margin: 0 auto;
	padding: clamp(2rem, 5vw, 4rem);
	border: 1px solid rgba(6, 210, 9, .32);
	border-radius: 8px;
	background: rgba(255, 255, 255, .86);
	box-shadow: 0 24px 60px rgba(23, 23, 23, .1);
}

.about-letter-card::after {
	position: absolute;
	right: -5rem;
	bottom: -5rem;
	width: 16rem;
	height: 16rem;
	border-radius: 999px;
	background: rgba(6, 210, 9, .1);
	content: "";
}

.about-letter-card .section-kicker {
	color: var(--green);
}

.about-letter-card h2 {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin-bottom: 1.5rem;
	font-size: clamp(2rem, 4vw, 3.45rem);
	font-weight: 800;
	line-height: 1.05;
}

.about-letter-copy {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 1.2rem;
	color: #34362f;
	font-size: clamp(1.08rem, 1.7vw, 1.35rem);
	line-height: 1.65;
}

.about-letter-copy p {
	margin: 0;
}

.about-services {
	padding: clamp(1.25rem, 3vw, 2rem);
	border-left: 6px solid var(--green);
	border-radius: 6px;
	background: rgba(6, 210, 9, .06);
}

.about-services h3 {
	margin: 0 0 1rem;
	font-size: clamp(1.25rem, 2vw, 1.7rem);
	font-weight: 900;
}

.about-services ul {
	display: grid;
	gap: .85rem;
	margin: 0;
	padding-left: 1.4rem;
}

.about-services li::marker {
	color: var(--green);
}

.about-services strong {
	color: var(--green);
}

.about-signature {
	position: relative;
	z-index: 1;
	display: grid;
	gap: .25rem;
	margin-top: clamp(2rem, 5vw, 3.5rem);
	color: #34362f;
}

.about-signature span {
	font-size: 1.1rem;
}

.about-signature strong {
	color: var(--ink);
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	font-weight: 900;
}

.about-signature small {
	color: #5d625d;
	font-size: 1.05rem;
}


.contact-hero .eyebrow {
	color: var(--blue);
}

.contact-section {
	padding: clamp(4.5rem, 8vw, 7rem) 0;
	background:
		linear-gradient(180deg, rgba(0, 87, 251, .07), transparent 20rem),
		#fffdf8;
}

.contact-layout {
	display: grid;
	place-items: center;
}

.contact-details .section-kicker {
	color: var(--blue);
}

.contact-details h2 {
	margin-bottom: .8rem;
	font-size: clamp(1.8rem, 3vw, 2.7rem);
	font-weight: 800;
	line-height: 1.1;
}

.contact-details > p {
	color: rgba(255, 255, 255, .68);
	line-height: 1.7;
}

.contact-details {
	width: min(100%, 620px);
	padding: clamp(2rem, 4vw, 3rem);
	border-radius: 6px;
	color: #fff;
	background: #080808;
	border: 1px solid rgba(0, 87, 251, .65);
	border-bottom: 8px solid var(--blue);
	box-shadow:
		0 0 0 2px rgba(0, 87, 251, .18),
		0 18px 42px rgba(0, 87, 251, .18);
}

.contact-details > p {
	margin-bottom: 2rem;
	color: rgba(255, 255, 255, .68);
}

.contact-detail-link {
	display: flex;
	flex-direction: column;
	margin-top: .85rem;
	padding: 1rem 1.15rem;
	border: 2px solid var(--blue);
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}

.contact-detail-link span {
	margin-bottom: .2rem;
	color: #72a2ff;
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .08rem;
	text-transform: uppercase;
}

.contact-detail-link strong {
	font-size: 1.2rem;
	overflow-wrap: anywhere;
}

.contact-detail-link small {
	margin-top: .25rem;
	color: rgba(255, 255, 255, .68);
	font-size: .78rem;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.contact-detail-link:hover,
.contact-detail-link:focus {
	color: #fff;
	background: var(--blue);
}

.contact-detail-link:hover span,
.contact-detail-link:hover small,
.contact-detail-link:focus span,
.contact-detail-link:focus small {
	color: #fff;
}

.contact-map-panel {
	width: min(100%, 980px);
	margin: clamp(2rem, 5vw, 3.5rem) auto 0;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid rgba(6, 210, 9, .35);
	border-radius: 6px;
	background: #080808;
	box-shadow:
		0 0 0 2px rgba(6, 210, 9, .14),
		0 22px 55px rgba(6, 210, 9, .16);
}

.contact-map-panel .section-kicker {
	color: var(--green);
}

.contact-map-panel h2 {
	margin-bottom: 1.25rem;
	color: #fff;
	font-size: clamp(1.6rem, 3vw, 2.6rem);
	font-weight: 800;
	line-height: 1.1;
}

.contact-map-frame {
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border: 2px solid var(--green);
	border-radius: 6px;
	background: #111;
}

.contact-map-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.residential-hero,
.commercial-hero,
.contact-hero {
	border-bottom-color: var(--green);
}

.residential-hero .eyebrow,
.commercial-hero .eyebrow,
.contact-hero .eyebrow,
.residential-contact-section .section-kicker,
.commercial-contact-section .section-kicker,
.about-letter-card .section-kicker,
.contact-details .section-kicker,
.residential-experience-section .section-kicker,
.residential-gallery-heading .section-kicker,
.commercial-gallery-heading .section-kicker {
	color: var(--green);
}

.residential-intro-section,
.contact-section,
.commercial-gallery-section {
	background:
		linear-gradient(135deg, rgba(6, 210, 9, .08), transparent 38%),
		var(--cream);
}

.residential-copy p:first-child,
.commercial-copy {
	border-left-color: var(--green);
}

.residential-contact-section,
.commercial-contact-section {
	border-color: var(--green);
}

.residential-contact-button,
.commercial-contact-button,
.contact-detail-link {
	border-color: var(--green);
}

.residential-contact-button span,
.commercial-contact-button span,
.contact-detail-link span {
	color: var(--green);
}

.residential-contact-button:hover,
.residential-contact-button:focus,
.commercial-contact-button:hover,
.commercial-contact-button:focus,
.contact-detail-link:hover,
.contact-detail-link:focus {
	color: #071307;
	background: var(--green);
}

.residential-contact-button:hover span,
.residential-contact-button:focus span,
.commercial-contact-button:hover span,
.commercial-contact-button:focus span,
.contact-detail-link:hover span,
.contact-detail-link:hover small,
.contact-detail-link:focus span,
.contact-detail-link:focus small {
	color: #071307;
}

.contact-details {
	border-color: rgba(6, 210, 9, .65);
	border-bottom-color: var(--green);
	box-shadow:
		0 0 0 2px rgba(6, 210, 9, .18),
		0 18px 42px rgba(6, 210, 9, .18);
}


.residential-gallery-image:focus-visible,
.commercial-gallery-image:focus-visible {
	outline-color: var(--green);
}

.commercial-project-carousel .carousel-indicators .active,
.commercial-capabilities-grid article > span {
	background-color: var(--green);
}

.commercial-capabilities-grid article,
.commercial-clients-section {
	border-top-color: var(--green);
}

.client-logo-section {
	background:
		linear-gradient(180deg, rgba(6, 210, 9, .08), transparent 18rem),
		#fffdf8;
}


.narrow {
	max-width: 850px;
}

.site-footer {
	padding: 4.5rem 0 1.5rem;
	color: #fff;
	background: #080808;
	border-top: 8px solid var(--page-accent);
}

.footer-main {
	display: grid;
	grid-template-columns: minmax(260px, 1.5fr) repeat(2, minmax(150px, .75fr)) minmax(250px, 1fr);
	gap: 3rem;
	padding-bottom: 3.5rem;
}

.footer-brand-link {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.25rem;
	color: #fff;
	text-decoration: none;
}

.footer-logo {
	width: 82px;
	height: 82px;
	object-fit: contain;
}

.footer-brand-link strong,
.footer-brand-link small {
	display: block;
	text-transform: uppercase;
}

.footer-brand-link strong {
	font-size: 1rem;
	font-weight: 800;
}

.footer-brand-link small {
	color: var(--page-accent);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .08rem;
}

.footer-brand p {
	max-width: 330px;
	margin: 0;
	color: rgba(255, 255, 255, .62);
	font-size: .92rem;
	line-height: 1.7;
}

.footer-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .8rem;
}

.footer-column h2 {
	margin-bottom: .5rem;
	color: var(--page-accent);
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .1rem;
	text-transform: uppercase;
}

.footer-column a {
	color: rgba(255, 255, 255, .72);
	font-size: .9rem;
	text-decoration: none;
}

.footer-column a:hover,
.footer-column a:focus {
	color: var(--page-accent);
}

.footer-contact > p {
	margin-bottom: 1rem;
	color: var(--green);
}

.footer-phone {
	display: flex;
	flex-direction: column;
	padding: 1rem 1.2rem;
	border: 2px solid var(--page-accent);
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease;
}

.footer-email {
	margin-top: .75rem;
}

.footer-phone span {
	margin-bottom: .2rem;
	color: var(--page-accent);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .08rem;
	text-transform: uppercase;
}

.footer-phone strong {
	font-size: 1.35rem;
	overflow-wrap: anywhere;
}

.footer-phone small {
	margin-top: .25rem;
	color: rgba(255, 255, 255, .68);
	font-size: .78rem;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.footer-phone:hover,
.footer-phone:focus {
	color: var(--page-accent-ink);
	background: var(--page-accent);
}

.footer-phone:hover span,
.footer-phone:hover small,
.footer-phone:focus span {
	color: var(--page-accent-ink);
}

.footer-phone:focus small {
	color: var(--page-accent-ink);
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, .12);
	color: rgba(255, 255, 255, .48);
	font-size: .78rem;
}

.footer-designer {
	color: var(--page-accent);
	font-weight: 800;
}

.footer-licenses {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem 1rem;
	color: rgba(255, 255, 255, .65);
	font-weight: 700;
}

.footer-licenses span:not(:last-child)::after {
	margin-left: 1rem;
	color: var(--page-accent);
	content: "|";
}

.home-intro {
	position: relative;
	display: flex;
	align-items: center;
	min-height: clamp(760px, 96svh, 1040px);
	padding: clamp(5.5rem, 9vw, 8rem) 0;
	color: #fff;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, .84) 0%, rgba(0, 0, 0, .66) 37%, rgba(0, 0, 0, .22) 68%, rgba(0, 0, 0, .08) 100%),
		linear-gradient(0deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .06)),
		url("/images/gallery/Trucks.png") center 49% / cover no-repeat;
	border-bottom: 8px solid var(--green);
	overflow: hidden;
}

.home-intro .container {
	position: relative;
	z-index: 1;
	max-width: 1280px;
}

.home-intro .row {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(280px, .7fr);
	align-items: center !important;
	gap: clamp(3rem, 5vw, 5rem);
}

.home-intro .row > * {
	width: auto;
	max-width: none;
	padding: 0;
}

.home-intro h1 {
	max-width: 830px;
	margin: 0;
	font-size: clamp(2.7rem, 4.65vw, 4.8rem);
	font-weight: 800;
	line-height: 1.03;
	text-shadow: 0 3px 24px rgba(0, 0, 0, .52);
}

.home-intro-copy {
	position: relative;
	max-width: 370px;
	margin: 2.5rem 0 0;
	padding-top: 1.5rem;
	color: rgba(255, 255, 255, .72);
	font-size: 1.08rem;
	line-height: 1.75;
	text-shadow: 0 2px 18px rgba(0, 0, 0, .42);
}

.home-intro-copy::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 4rem;
	height: 3px;
	background: var(--green);
	content: "";
}

.hero-certifications {
	display: flex;
	align-items: stretch;
	gap: 1rem;
	margin-top: 1.75rem;
}

.certification-badge {
	display: grid;
	width: 182px;
	height: 158px;
	padding: .8rem;
	place-items: center;
	border: 1px solid rgba(6, 210, 9, .7);
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
	box-shadow:
		0 0 0 2px rgba(6, 210, 9, .42),
		0 0 24px rgba(6, 210, 9, .44),
		0 16px 36px rgba(6, 210, 9, .32);
}

.certification-badge img {
	display: block;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	object-fit: contain;
}

.section-kicker {
	margin-bottom: 1rem;
	color: var(--darkgreen);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .12rem;
	text-transform: uppercase;
}

.home-intro .section-kicker,
.call-section .section-kicker {
	color: var(--green);
}

.services-section {
	padding: clamp(4.5rem, 8vw, 7rem) 0;
	background:
		linear-gradient(180deg, rgba(6, 210, 9, .06), transparent 18rem),
		#fffdf8;
}

.section-heading {
	max-width: 680px;
	margin-bottom: 3rem;
}

.section-heading h2,
.mission-section h2,
.call-section h2 {
	margin-bottom: 1rem;
	font-size: clamp(2rem, 4vw, 3.4rem);
	font-weight: 800;
	line-height: 1.05;
}

.section-heading > p:last-child {
	color: #5e625e;
	font-size: 1.05rem;
	line-height: 1.7;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	max-width: 980px;
	margin: 0 auto;
	perspective: 1200px;
}

.service-flip-card {
	--service-color: var(--green);
	--service-back-ink: #fff;
	position: relative;
	height: 330px;
	padding: 0;
	border: 0;
	border-radius: 6px;
	color: inherit;
	background: transparent;
	font: inherit;
	text-align: left;
	cursor: pointer;
	perspective: 1200px;
}

.service-toggle {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.service-card-inner {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: transform .65s cubic-bezier(.2, .7, .2, 1);
}

.service-toggle:checked + .service-flip-card .service-card-inner {
	transform: rotateY(180deg);
}

@media (hover: hover) and (pointer: fine) {
	.service-flip-card:hover .service-card-inner {
		transform: rotateY(180deg);
	}
}

.service-toggle:focus-visible + .service-flip-card {
	outline: 3px solid var(--service-color);
	outline-offset: 5px;
}

.service-card-face {
	display: flex;
	position: absolute;
	inset: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(23, 23, 23, .12);
	border-top: 8px solid var(--service-color);
	border-radius: 6px;
	backface-visibility: hidden;
	box-shadow: 0 16px 35px rgba(23, 23, 23, .1);
}

.service-card-front {
	justify-content: space-between;
	padding: 2rem 1.6rem 1.6rem;
	background: #fff;
	pointer-events: auto;
}

.service-flip-control {
	position: absolute;
	inset: 0;
	z-index: 3;
	cursor: pointer;
}

.service-card-front::after {
	position: absolute;
	right: -1.25rem;
	bottom: 1rem;
	width: 13.5rem;
	height: 5.5rem;
	background:
		linear-gradient(to right, transparent 0 3%, var(--service-color) 8% 81%, transparent 100%),
		linear-gradient(to bottom,
			transparent 0 8%,
			var(--service-color) 8% 15%,
			transparent 15% 19%,
			var(--service-color) 19% 51%,
			transparent 51% 56%,
			var(--service-color) 56% 78%,
			transparent 78% 83%,
			var(--service-color) 83% 91%,
			transparent 91% 100%
		),
		radial-gradient(ellipse at 18% 48%, var(--service-color) 0 42%, transparent 67%),
		radial-gradient(ellipse at 68% 52%, var(--service-color) 0 46%, transparent 72%);
	clip-path: polygon(
		0 34%, 4% 24%, 9% 28%, 15% 14%, 22% 21%, 30% 8%,
		39% 17%, 48% 5%, 57% 14%, 67% 9%, 76% 18%, 86% 12%,
		94% 25%, 100% 21%, 96% 37%, 100% 48%, 95% 57%,
		100% 68%, 93% 73%, 97% 86%, 88% 80%, 81% 92%,
		71% 84%, 63% 96%, 54% 87%, 44% 94%, 36% 83%,
		27% 91%, 19% 78%, 11% 84%, 6% 70%, 0 75%, 4% 58%
	);
	content: "";
	opacity: .08;
	transform: rotate(-9deg);
	filter: saturate(1.15);
}

.service-card-front::before {
	position: absolute;
	right: -.75rem;
	bottom: .8rem;
	width: 12rem;
	height: 4.6rem;
	background:
		linear-gradient(to right, transparent 0 12%, var(--service-color) 12% 72%, transparent 94%) 0 8% / 100% 3px no-repeat,
		linear-gradient(to right, transparent 0 4%, var(--service-color) 9% 88%, transparent 100%) 0 28% / 100% 2px no-repeat,
		linear-gradient(to right, transparent 0 20%, var(--service-color) 20% 76%, transparent 96%) 0 52% / 100% 4px no-repeat,
		linear-gradient(to right, transparent 0 7%, var(--service-color) 14% 84%, transparent 100%) 0 76% / 100% 2px no-repeat,
		linear-gradient(to right, transparent 0 28%, var(--service-color) 28% 66%, transparent 91%) 0 94% / 100% 3px no-repeat;
	content: "";
	opacity: .08;
	transform: rotate(-9deg);
}

.service-mark {
	display: grid;
	width: 3.25rem;
	height: 3.25rem;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: var(--service-color);
	font-size: .9rem;
	font-weight: 800;
}

.service-illustration {
	position: absolute;
	top: 1.35rem;
	right: 1.25rem;
	z-index: 1;
	width: 5.75rem;
	height: 5.75rem;
	color: var(--service-color);
	fill: none;
	stroke: currentColor;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
	opacity: .72;
}

.service-name {
	position: relative;
	z-index: 1;
	max-width: 15rem;
	color: var(--ink);
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.15;
}

.service-arrow {
	display: grid;
	position: relative;
	z-index: 1;
	align-self: flex-end;
	width: 2.5rem;
	height: 2.5rem;
	place-items: center;
	border: 1px solid rgba(23, 23, 23, .18);
	border-radius: 50%;
	color: var(--service-color);
	background: rgba(255, 255, 255, .82);
	font-size: 1.5rem;
	font-weight: 500;
}

.service-card-back {
	justify-content: center;
	padding: 2rem;
	color: #fff;
	background: #111;
	text-decoration: none;
	cursor: pointer;
	pointer-events: none;
	transform: rotateY(180deg);
}

.service-toggle:checked + .service-flip-card .service-card-front {
	pointer-events: none;
}

.service-toggle:checked + .service-flip-card .service-card-back {
	pointer-events: auto;
}

@media (hover: hover) and (pointer: fine) {
	.service-flip-card:hover .service-card-front {
		pointer-events: none;
	}

	.service-flip-card:hover .service-card-back {
		pointer-events: auto;
	}
}

.service-card-back::after {
	position: absolute;
	right: -1.25rem;
	bottom: 1rem;
	width: 13.5rem;
	height: 5.5rem;
	background:
		linear-gradient(to right, transparent 0 3%, var(--service-color) 8% 81%, transparent 100%),
		linear-gradient(to bottom,
			transparent 0 8%,
			var(--service-color) 8% 15%,
			transparent 15% 19%,
			var(--service-color) 19% 51%,
			transparent 51% 56%,
			var(--service-color) 56% 78%,
			transparent 78% 83%,
			var(--service-color) 83% 91%,
			transparent 91% 100%
		),
		radial-gradient(ellipse at 18% 48%, var(--service-color) 0 42%, transparent 67%),
		radial-gradient(ellipse at 68% 52%, var(--service-color) 0 46%, transparent 72%);
	clip-path: polygon(
		0 34%, 4% 24%, 9% 28%, 15% 14%, 22% 21%, 30% 8%,
		39% 17%, 48% 5%, 57% 14%, 67% 9%, 76% 18%, 86% 12%,
		94% 25%, 100% 21%, 96% 37%, 100% 48%, 95% 57%,
		100% 68%, 93% 73%, 97% 86%, 88% 80%, 81% 92%,
		71% 84%, 63% 96%, 54% 87%, 44% 94%, 36% 83%,
		27% 91%, 19% 78%, 11% 84%, 6% 70%, 0 75%, 4% 58%
	);
	content: "";
	opacity: .08;
	transform: rotate(-9deg);
	filter: saturate(1.15);
}

.service-card-back::before {
	position: absolute;
	right: -.75rem;
	bottom: .8rem;
	width: 12rem;
	height: 4.6rem;
	background:
		linear-gradient(to right, transparent 0 12%, var(--service-color) 12% 72%, transparent 94%) 0 8% / 100% 3px no-repeat,
		linear-gradient(to right, transparent 0 4%, var(--service-color) 9% 88%, transparent 100%) 0 28% / 100% 2px no-repeat,
		linear-gradient(to right, transparent 0 20%, var(--service-color) 20% 76%, transparent 96%) 0 52% / 100% 4px no-repeat,
		linear-gradient(to right, transparent 0 7%, var(--service-color) 14% 84%, transparent 100%) 0 76% / 100% 2px no-repeat,
		linear-gradient(to right, transparent 0 28%, var(--service-color) 28% 66%, transparent 91%) 0 94% / 100% 3px no-repeat;
	content: "";
	opacity: .08;
	transform: rotate(-9deg);
}

.service-type {
	position: relative;
	z-index: 1;
	margin-bottom: 1.25rem;
	color: var(--service-color);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .1rem;
	text-transform: uppercase;
}

.service-card-back strong {
	position: relative;
	z-index: 1;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	line-height: 1.3;
}

.service-description {
	position: relative;
	z-index: 1;
	color: rgba(255, 255, 255, .76);
	font-size: .94rem;
	line-height: 1.65;
}

.service-back-action {
	position: relative;
	z-index: 2;
	align-self: flex-start;
	margin-top: 1.2rem;
	padding-bottom: .2rem;
	border-bottom: 2px solid var(--service-color);
	color: #fff;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .06rem;
	text-decoration: none;
	text-transform: uppercase;
}

.service-card-back:hover .service-back-action,
.service-card-back:focus .service-back-action {
	color: var(--service-color);
}

.service-commercial { --service-color: var(--gold); }
.service-residential { --service-color: var(--orange); }
.service-epoxy { --service-color: var(--blue); }
.service-drywall { --service-color: var(--red); }
.service-wall-covering { --service-color: var(--green); }
.service-cabinets { --service-color: var(--violet); }

.mission-section {
	padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(2.5rem, 5vw, 4rem);
	border-block: 2px solid rgba(5, 5, 5, .18);
	background: #edf5ec;
}

.mission-section .mission-statement {
	max-width: 760px;
	margin: 0 0 0 auto;
	color: var(--ink);
	font-size: clamp(1.35rem, 2.2vw, 2rem);
	font-weight: 600;
	line-height: 1.55;
}

.mission-section .col-lg-7 > p:last-child {
	max-width: 700px;
	margin-bottom: 0;
	color: #555b55;
	font-size: 1.05rem;
	line-height: 1.8;
}

.call-section {
	padding: 4rem 0;
	color: var(--green);
	background: #080808;
	border-bottom: 8px solid var(--green);
}

.call-section-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3rem;
}

.call-section h2 {
	margin-bottom: .75rem;
}

.call-section p:last-child {
	margin: 0;
	color: rgba(255, 255, 255, .7);
}

.call-button {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	min-width: 285px;
	padding: 1.15rem 1.5rem;
	border: 2px solid var(--green);
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease;
}

.call-button span {
	margin-bottom: .25rem;
	color: var(--green);
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .08rem;
	text-transform: uppercase;
}

.call-button strong {
	font-size: 1.65rem;
}

.call-button:hover,
.call-button:focus {
	color: #071307;
	background: var(--green);
}

.call-button:hover span,
.call-button:focus span {
	color: #071307;
}

.gallery-section {
	padding: clamp(1.75rem, 4vw, 3.5rem) 0 clamp(4.5rem, 8vw, 7rem);
	border-block: 2px solid rgba(5, 5, 5, .18);
	color: var(--ink);
	background: #edf5ec;
}

.recent-work-section {
	margin: 0;
}

.gallery-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 3rem;
	margin-bottom: 3rem;
}

.gallery-heading .section-kicker {
	color: var(--green);
	
}

.contact-kicker{
	color: var(--green);
	font-size: 35px;
}

.residential-contact-section h2,
.commercial-contact-section h2,
.call-section h2,
.contact-details > .contact-kicker {
	color: var(--green);
}

.gallery-heading h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.4rem);
	font-weight: 800;
	line-height: 1.05;
}

.gallery-heading > p {
	max-width: 520px;
	margin: 0;
	color: #5e625e;
	font-size: 1.02rem;
	line-height: 1.7;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.25rem, 3vw, 2rem);
}

.gallery-project {
	min-width: 0;
}

.gallery-project-featured {
	grid-column: 1 / -1;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.gallery-project-featured .gallery-project-title span {
	color: var(--green);
	font-size: clamp(1.75rem, 3vw, 2.45rem);
}

.gallery-project-featured .gallery-project-title strong {
	color: rgba(255, 255, 255, .7);
}

.gallery-project-featured .gallery-carousel .carousel-inner,
.gallery-project-featured .gallery-carousel .carousel-item {
	aspect-ratio: 16 / 7;
}

.gallery-project-title {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
	padding-bottom: .85rem;
	border-bottom: 1px solid rgba(4, 89, 1, .25);
	color: var(--green);
	text-decoration: none;
}

.gallery-project-title span {
	font-size: 1.35rem;
	font-weight: 800;
}

.gallery-project-title strong {
	color: #626662;
	font-size: .72rem;
	letter-spacing: .08rem;
	text-transform: uppercase;
	transition: color .2s ease;
}

.gallery-project-title:hover strong,
.gallery-project-title:focus strong {
	color: var(--ink);
}

.gallery-carousel {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 6px;
	background: #111;
	box-shadow: 0 22px 50px rgba(0, 0, 0, .32);
}

.gallery-carousel .carousel-inner,
.gallery-carousel .carousel-item {
	aspect-ratio: 4 / 3;
}

.gallery-single-image {
	aspect-ratio: 4 / 3;
}

.gallery-image-button {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;
	border: 0;
	background: #111;
	cursor: zoom-in;
}

.gallery-image-button img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.commercial-gallery-image img.gallery-logo-image,
.gallery-image-button img.gallery-logo-image,
.gallery-modal .carousel-item img.gallery-logo-image {
	box-sizing: border-box;
	padding: clamp(2rem, 6vw, 5rem);
	background: #fff;
	object-fit: contain;
}

.gallery-image-button:hover img,
.gallery-image-button:focus img {
	transform: scale(1.035);
}

.gallery-image-button:focus-visible {
	outline: 3px solid var(--green);
	outline-offset: -3px;
}

.gallery-carousel .carousel-control-prev,
.gallery-carousel .carousel-control-next {
	width: 13%;
}

.gallery-carousel .carousel-control-prev-icon,
.gallery-carousel .carousel-control-next-icon {
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .66);
	background-size: 52%;
}

.gallery-carousel .carousel-indicators {
	margin-bottom: .65rem;
}

.gallery-carousel .carousel-indicators [data-bs-target] {
	width: 22px;
	height: 4px;
	border: 0;
	background-color: #fff;
}

.gallery-carousel .carousel-indicators .active {
	background-color: var(--green);
}

.gallery-modal .modal-content {
	border: 1px solid rgba(6, 210, 9, .45);
	border-radius: 6px;
	color: #fff;
	background: #090909;
}

.gallery-modal .modal-header {
	border-bottom-color: rgba(255, 255, 255, .12);
}

.services-section .section-kicker,
.residential-intro-section .section-kicker,
.residential-experience-section .section-kicker,
.residential-gallery-section .section-kicker,
.commercial-intro-section .section-kicker,
.commercial-gallery-section .section-kicker,
.client-logo-section .section-kicker,
.about-letter-section .section-kicker,
.gallery-section .section-kicker {
	color: var(--darkgreen);
}

.hero-section .eyebrow,
.page-hero .eyebrow,
.home-intro .section-kicker,
.call-section .section-kicker,
.commercial-contact-section .section-kicker,
.commercial-capabilities-section .section-kicker,
.residential-contact-section .section-kicker,
.contact-details .section-kicker,
.contact-map-panel .section-kicker,
.site-footer .section-kicker,
.gallery-modal .section-kicker {
	color: var(--green);
}

.gallery-modal .modal-title {
	font-size: 1.2rem;
	font-weight: 800;
}

.gallery-modal .modal-body {
	padding: 0;
}

.gallery-modal .carousel-item {
	background: #050505;
}

.gallery-modal .carousel-item img {
	display: block;
	width: 100%;
	max-height: 78vh;
	object-fit: contain;
}

.gallery-modal-single {
	display: block;
	width: 100%;
	max-height: 78vh;
	object-fit: contain;
}

.client-site-modal .modal-content {
	overflow: hidden;
	border: 1px solid rgba(6, 210, 9, .45);
	border-radius: 6px;
	color: #fff;
	background: #090909;
}

.client-site-modal .modal-header {
	border-bottom-color: rgba(255, 255, 255, .12);
}

.client-site-modal .modal-title {
	font-size: 1.25rem;
	font-weight: 800;
}

.client-site-modal .modal-body {
	padding: 0;
}

.client-site-modal img {
	display: block;
	width: 100%;
	max-height: 68vh;
	object-fit: cover;
}

.client-site-modal p {
	margin: 0;
	padding: .85rem 1rem;
	color: rgba(255, 255, 255, .66);
	font-size: .78rem;
	line-height: 1.4;
}

@media (max-width: 991.98px) {

	.navbar-frame {
		align-items: flex-start;
	}

	.brand-logo {
		width: 120px;
		height: 120px;
	}

	.brand-subtitle {
		font-size: 1rem;
	}

	.navbar-toggler {
		margin-top: 1rem;
		margin-left: auto;
	}

	.navbar-collapse {
		flex-basis: 100%;
		align-self: stretch;
		padding-bottom: 0;
	}

	.navbar-nav {
		align-items: flex-start;
		padding-top: 1rem;
	}

	.language-dropdown {
		margin-top: 1rem;
	}

	.language-toggle {
		width: 100%;
		justify-content: space-between;
	}

	.commercial-gallery-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 1rem;
	}

	.residential-gallery-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 1rem;
	}

	.commercial-contact-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.residential-contact-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.commercial-intro-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.residential-intro-grid,
	.residential-experience-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.commercial-copy {
		padding-left: 1.5rem;
	}

	.commercial-capabilities-grid {
		grid-template-columns: 1fr;
	}


	.client-logo-scroll {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}



	.home-intro .row {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.home-intro {
		min-height: clamp(680px, 100svh, 920px);
		background:
			linear-gradient(90deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .72) 58%, rgba(0, 0, 0, .34) 100%),
			linear-gradient(0deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .12)),
			url("/images/gallery/Trucks.png") center 49% / cover no-repeat;
	}

	.home-intro-copy {
		max-width: 650px;
		margin-top: 0;
	}

	.hero-certifications {
		margin-top: 1.25rem;
	}

	.footer-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.service-flip-card {
		grid-column: span 1;
		height: 310px;
	}

	.call-section-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.gallery-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 1rem;
	}

	.gallery-grid {
		grid-template-columns: 1fr;
	}

	.gallery-project-featured {
		grid-column: auto;
	}
}

@media (max-width: 575.98px) {
	.commercial-project-carousel .carousel-inner,
	.commercial-project-carousel .carousel-item {
		aspect-ratio: 4 / 3;
	}

	.residential-project-carousel .carousel-inner,
	.residential-project-carousel .carousel-item {
		aspect-ratio: 4 / 3;
	}

	.gallery-project-featured .gallery-carousel .carousel-inner,
	.gallery-project-featured .gallery-carousel .carousel-item {
		aspect-ratio: 4 / 3;
	}

	.commercial-gallery-image > span {
		right: 1.25rem;
		bottom: 1.25rem;
		left: 1.25rem;
	}

	.residential-gallery-image > span {
		right: 1.25rem;
		bottom: 1.25rem;
		left: 1.25rem;
	}

	.commercial-contact-button {
		width: 100%;
		min-width: 0;
	}

	.residential-contact-button {
		width: 100%;
		min-width: 0;
	}

	.client-logo-heading {
		align-items: flex-start;
		flex-direction: column;
	}



	.client-logo-scroll {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}


	.brand-logo {
		width: 56px;
		height: 56px;
	}

	.brand-name {
		font-size: .86rem;
	}

	.brand-subtitle {
		font-size: .7rem;
	}

	.certification-badge {
		width: 156px;
		height: 136px;
	}

	.services-grid {
		grid-template-columns: 1fr;
	}

	.service-flip-card {
		height: 300px;
	}

	.call-button {
		width: 100%;
		min-width: 0;
	}


	.gallery-project-title {
		align-items: flex-start;
		flex-direction: column;
		gap: .3rem;
	}

	.footer-main {
		grid-template-columns: 1fr;
		gap: 2.25rem;
	}

	.footer-bottom {
		flex-direction: column;
		gap: .5rem;
	}

	.footer-licenses {
		flex-direction: column;
		gap: .3rem;
	}

	.footer-licenses span:not(:last-child)::after {
		content: none;
	}
}
