/* 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: 48px;
	height: 48px;
	max-height: none;
	margin: 0;
	padding: 0;
	border-radius: 0;
	object-fit: contain;
	object-position: center;
	flex-shrink: 0;
	background: transparent;
}

.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;
	font-size: clamp(2.4rem, 5vw, 5.25rem) !important;
}

.g-home-hero {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 1.25rem;
}

.g-home-hero > .container {
	min-height: 0 !important;
	height: auto !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.g-hero-facts {
	margin-top: 1.25rem;
	margin-bottom: 0 !important;
}

.g-hero-plate {
	position: relative;
	height: 28rem;
	margin: 0;
	overflow: hidden;
	background: url("../images/generated/hero-campus.jpg") center 40% / cover no-repeat;
}

.g-hero-plate-cap {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	margin: 0;
	padding: 0.5rem 1rem;
	background-color: var(--cnvs-body-bg);
	line-height: 1.4;
	font-size: 0.95rem;
}

.g-hero-plate::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 28%;
	z-index: 1;
	background: linear-gradient(transparent, var(--cnvs-body-bg));
	pointer-events: none;
}

@media (max-width: 767.98px) {
	.g-hero-plate {
		height: 18rem;
	}
}

@media (max-width: 1399.98px) {
	.g-facts .display-5 {
		font-size: clamp(1.35rem, 2.4vw, 2rem);
	}
}

@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-steps .fbox-icon {
	width: auto;
	height: auto;
	padding: 0;
	background: transparent;
	margin-left: auto;
	margin-right: auto;
}

.g-steps .fbox-icon i {
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	background: transparent;
	color: var(--g-olive);
	border: 1px solid rgba(75, 83, 51, 0.28);
	font-family: var(--cnvs-primary-font);
	font-size: 1.35rem;
	font-weight: 500;
	font-style: normal;
}

.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);
}

.g-scope {
	border-top: 1px solid rgba(75, 83, 51, 0.12);
}

.g-scope-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.g-scope-list li {
	border-bottom: 1px solid rgba(75, 83, 51, 0.12);
	padding: 0.9rem 0;
}

.g-scope-list li:first-child {
	padding-top: 0;
}

.g-scope-list strong {
	display: block;
	font-weight: 600;
	color: var(--g-ink);
}

.g-scope-list span {
	display: block;
	color: var(--cnvs-contrast-600, #5c5852);
	margin-top: 0.15rem;
}

@-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: 40px;
		height: 40px;
	}
	.g-ticker-wrap .g-ticker-item {
		font-size: 1.1rem;
		padding: 0 1.5rem;
	}
}
