/* Grounds brand overlay on Canvas Home Living */

:root {
	--cnvs-themecolor: #4B5333;
	--cnvs-themecolor-rgb: 75, 83, 51;
	--cnvs-body-font: "Outfit", sans-serif;
	--cnvs-primary-font: "Fraunces", "Times New Roman", serif;
	--cnvs-body-bg: #FEFAF2;
	--g-olive: #4B5333;
	--g-cream: #FEFAF2;
	--g-sand: #CDB290;
	--g-ink: #171310;
}

html {
	scroll-behavior: smooth;
}

.g-skip {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 9999;
	padding: 0.75rem 1rem;
	background: #fff;
	color: var(--g-ink);
	font-weight: 600;
}

.g-skip:focus {
	left: 0.5rem;
	top: 0.5rem;
}

#logo {
	overflow: visible;
}

#logo a.g-logo {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	width: auto;
	text-decoration: none !important;
}

#header-wrap #logo img.g-logo-mark,
.g-logo-mark {
	width: 44px;
	height: 44px;
	max-height: none;
	margin: 0;
	border-radius: 8px;
	object-fit: contain;
	object-position: center;
	flex-shrink: 0;
	background: var(--g-cream);
}

.g-wordmark {
	font-family: var(--cnvs-primary-font);
	font-size: 1.65rem;
	font-weight: 500;
	letter-spacing: -0.03em;
	color: var(--g-olive);
	line-height: 1;
}

#header .header-row #logo {
	min-height: 72px;
	display: flex;
	align-items: center;
}

.hero-image-one {
	background-image: url("../images/generated/hero-inline-1.jpg") !important;
}

.hero-image-one.size-sm {
	background-image: url("../images/generated/hero-inline-3.jpg") !important;
}

.hero-image-one.square {
	background-image: url("../images/generated/slide-equipment.jpg") !important;
}

.g-hero-title {
	text-transform: none;
}

@media (max-width: 767.98px) {
	.g-facts .display-5 {
		font-size: 1.35rem;
	}
	.g-facts .col-4 {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 0.75rem;
	}
}

.g-kicker {
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-size: 0.75rem;
	color: var(--g-olive);
}

.g-page-intro h1 {
	font-family: var(--cnvs-primary-font);
	font-weight: 500;
}

.g-card-img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 4px;
}

.g-work-grid img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.g-program {
	background: #fff;
	border: 1px solid rgba(75, 83, 51, 0.12);
	padding: 2.25rem;
	height: 100%;
}

.g-program h3 {
	font-family: var(--cnvs-primary-font);
	font-weight: 500;
}

.g-program .g-price-note {
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--g-olive);
}

@-webkit-keyframes g-ticker {
	0% { transform: translate3d(0, 0, 0); }
	100% { transform: translate3d(-100%, 0, 0); }
}
@keyframes g-ticker {
	0% { transform: translate3d(0, 0, 0); }
	100% { transform: translate3d(-100%, 0, 0); }
}

.g-ticker-wrap {
	--ticker-duration: 48s;
	width: 100%;
	overflow: hidden;
	padding-left: 100%;
	box-sizing: content-box;
	border-top: 1px solid rgba(75, 83, 51, 0.12);
	border-bottom: 1px solid rgba(75, 83, 51, 0.12);
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.g-ticker-wrap .g-ticker {
	display: inline-block;
	white-space: nowrap;
	padding-right: 100%;
	animation: g-ticker var(--ticker-duration) linear infinite;
}

.g-ticker-wrap .g-ticker-item {
	display: inline-block;
	padding: 0 2.5rem;
	font-family: var(--cnvs-primary-font);
	font-size: 1.35rem;
	color: var(--g-olive);
}

.g-area-chip {
	display: inline-block;
	padding: 0.35rem 0.85rem;
	border: 1px solid rgba(75, 83, 51, 0.2);
	margin: 0.25rem;
	font-size: 0.85rem;
	letter-spacing: 0.04em;
}

.breadcrumb a {
	color: var(--g-olive);
}

#gotoTop {
	background-color: var(--g-olive);
}

.form-control.border-form-control:focus {
	border-color: var(--g-olive);
	box-shadow: none;
}

form.g-contact-form {
	position: relative;
}

.g-altcha {
	margin: 0.75rem 0;
}

.g-altcha altcha-widget {
	--altcha-color-border: rgba(75, 83, 51, 0.25);
	--altcha-color-border-focus: var(--g-olive);
	--altcha-color-text: var(--g-ink);
	--altcha-max-width: 100%;
	display: block;
}

.g-hp {
	position: absolute !important;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.contact-home > .form-result {
	margin-bottom: 1rem;
}

.g-contact-form button[disabled] {
	opacity: 0.65;
	pointer-events: none;
}

.g-article p {
	font-size: 1.1rem;
	line-height: 1.7;
}

.g-article h2 {
	font-family: var(--cnvs-primary-font);
	font-weight: 500;
	margin-top: 2.5rem;
}

@media (max-width: 767.98px) {
	.g-wordmark {
		font-size: 1.35rem;
	}
	#header-wrap #logo img.g-logo-mark,
	.g-logo-mark {
		width: 36px;
		height: 36px;
	}
	.g-ticker-wrap .g-ticker-item {
		font-size: 1.1rem;
		padding: 0 1.5rem;
	}
}
