body.elementor-page {
	margin: 0;
}

.ci-home {
	--gap: 0;
	gap: 0;
}

.ci-hero {
	--min-height: min(780px, 84vh);
	min-height: min(780px, 84vh);
}

.elementor-element.elementor-element-e49513a,
.elementor-element.elementor-element-5d37339,
.elementor-element.elementor-element-09f25a5,
.elementor-element.elementor-element-77affd2 {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.elementor-element.elementor-element-e49513a > .e-con,
.elementor-element.elementor-element-5d37339 > .e-con,
.elementor-element.elementor-element-09f25a5 > .e-con,
.elementor-element.elementor-element-77affd2 > .e-con {
	--width: auto;
	width: auto;
}

.elementor-element.elementor-element-09f25a5 {
	gap: 18px;
}

.ci-gallery__image,
.ci-gallery__image .elementor-widget-container,
.ci-gallery__image a {
	display: block;
	height: 100%;
}

.ci-gallery__image img {
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
	width: 100%;
}

.ci-gallery__image a:hover img {
	transform: scale(1.025);
}

.elementor-element.elementor-element-f32557e {
	align-items: flex-start;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.elementor-element.elementor-element-f32557e > .e-con {
	--width: auto;
	width: auto;
}

@media (max-width: 1024px) {
	.elementor-element.elementor-element-e49513a,
.elementor-element.elementor-element-5d37339,
.elementor-element.elementor-element-09f25a5,
.elementor-element.elementor-element-77affd2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.ci-hero {
		--min-height: 680px;
		min-height: 680px;
	}

	.elementor-element.elementor-element-e49513a,
.elementor-element.elementor-element-5d37339,
.elementor-element.elementor-element-09f25a5,
.elementor-element.elementor-element-77affd2,
	.elementor-element.elementor-element-f32557e {
		grid-template-columns: minmax(0, 1fr);
	}
}
.ci-home {
	--padding-top: 0;
	--padding-right: 0;
	--padding-bottom: 0;
	--padding-left: 0;
	padding: 0;
}
/* Premium refinement v1 */
:root {
	--ci-ink: #1b2823;
	--ci-muted: #64706a;
	--ci-paper: #fbfaf7;
	--ci-surface: #f2f4f0;
	--ci-yellow: #e6c66b;
	--ci-yellow-dark: #c8a747;
	--ci-green: #315f50;
	--ci-green-dark: #23473c;
	--ci-coral: #bd7c68;
	--ci-border: #dce2dc;
	--ci-white: #ffffff;
	--ci-shadow: 0 18px 50px rgba(27, 40, 35, 0.08);
	--ci-container: 1180px;
}

body {
	-webkit-font-smoothing: antialiased;
	background: var(--ci-paper);
	color: var(--ci-ink);
	font-family: Aptos, "Segoe UI", Arial, sans-serif;
	text-rendering: optimizeLegibility;
}

.ci-home {
	background: var(--ci-paper);
}

.ci-home .elementor-heading-title {
	font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
	font-weight: 600;
	line-height: 1.06;
}

.ci-nav {
	--min-height: 76px;
	--padding-top: 0;
	--padding-right: 28px;
	--padding-bottom: 0;
	--padding-left: 28px;
	align-items: center;
	backdrop-filter: blur(14px);
	background: rgba(251, 250, 247, 0.94);
	border-bottom: 1px solid rgba(27, 40, 35, 0.1);
	box-shadow: 0 8px 30px rgba(27, 40, 35, 0.035);
	min-height: 76px;
	position: sticky;
	top: 0;
	z-index: 100;
}

.ci-nav > .e-con-inner {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: auto 1fr;
	justify-content: space-between;
	max-width: var(--ci-container);
}

.ci-nav__brand {
	margin: 0;
}

.ci-nav__brand .elementor-heading-title {
	color: var(--ci-ink);
	font-size: 1.35rem;
	white-space: nowrap;
}

.ci-nav__brand a {
	color: inherit;
	text-decoration: none;
}

.ci-nav .elementor-widget-html {
	justify-self: end;
}

.ci-nav__links {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: flex-end;
}

.ci-nav__links a {
	color: #34413b;
	font-size: 0.9rem;
	font-weight: 650;
	position: relative;
	text-decoration: none;
	transition: color 160ms ease;
}

.ci-nav__links a:not(.ci-nav__cta)::after {
	background: var(--ci-green);
	bottom: -7px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
	width: 100%;
}

.ci-nav__links a:hover {
	color: var(--ci-green);
}

.ci-nav__links a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.ci-nav__links .ci-nav__cta {
	background: var(--ci-green);
	border: 1px solid var(--ci-green);
	border-radius: 6px;
	color: var(--ci-white);
	padding: 10px 16px;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ci-nav__links .ci-nav__cta:hover {
	background: var(--ci-green-dark);
	border-color: var(--ci-green-dark);
	color: var(--ci-white);
	transform: translateY(-1px);
}

.ci-hero {
	--min-height: min(760px, calc(100vh - 76px));
	background-position: center;
	isolation: isolate;
	min-height: min(760px, calc(100vh - 76px));
	padding-bottom: 112px;
	padding-top: 112px;
}

.ci-hero::before {
	background: linear-gradient(90deg, rgba(17, 29, 24, 0.9) 0%, rgba(17, 29, 24, 0.73) 42%, rgba(17, 29, 24, 0.16) 72%, rgba(17, 29, 24, 0.04) 100%);
}

.ci-hero > .e-con-inner {
	max-width: var(--ci-container);
}

.ci-hero > .e-con-inner > * {
	max-width: 650px;
}

.ci-hero .ci-kicker {
	color: #f0d98f;
	font-size: 0.76rem;
	letter-spacing: 0.15em;
}

.ci-hero__title .elementor-heading-title {
	color: var(--ci-white);
	font-size: clamp(3.15rem, 6vw, 5.45rem);
	letter-spacing: 0;
	max-width: 680px;
}

.ci-hero__text {
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.18rem;
	line-height: 1.75;
	max-width: 560px;
}

.ci-hero .elementor-widget {
	animation: ci-enter 600ms both;
}

.ci-hero .elementor-widget:nth-child(2) {
	animation-delay: 80ms;
}

.ci-hero .elementor-widget:nth-child(3) {
	animation-delay: 150ms;
}

.ci-hero .elementor-widget:nth-child(4) {
	animation-delay: 220ms;
}

.ci-button .elementor-button {
	background: var(--ci-yellow);
	border-color: var(--ci-yellow);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
	color: var(--ci-ink);
	min-height: 52px;
	padding: 15px 24px;
	transition: background-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.ci-button .elementor-button:hover {
	background: #f0d98f;
	border-color: #f0d98f;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
	transform: translateY(-2px);
}

.ci-trust {
	--padding-top: 0;
	--padding-right: 28px;
	--padding-bottom: 0;
	--padding-left: 28px;
	background: var(--ci-white);
	border-bottom: 1px solid var(--ci-border);
}

.ci-trust > .e-con-inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: var(--ci-container);
}

.ci-trust__item {
	--padding-top: 30px;
	--padding-right: 34px;
	--padding-bottom: 30px;
	--padding-left: 34px;
	border-right: 1px solid var(--ci-border);
	gap: 3px;
	padding: 30px 34px;
}

.ci-trust__item:first-child {
	border-left: 1px solid var(--ci-border);
}

.ci-trust__item .elementor-heading-title {
	font-family: Aptos, "Segoe UI", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 750;
}

.ci-trust__item .elementor-widget-text-editor {
	color: var(--ci-muted);
	font-size: 0.9rem;
}

.ci-trust__item p {
	margin-bottom: 0;
}

.ci-section {
	padding-bottom: 118px;
	padding-top: 118px;
}

.ci-section > .e-con-inner {
	max-width: var(--ci-container);
}

.ci-section .ci-kicker {
	margin-bottom: 8px;
}

.ci-section-title .elementor-heading-title {
	font-size: clamp(2.35rem, 4.2vw, 3.65rem);
	max-width: 760px;
}

.ci-section-lead {
	font-size: 1.05rem;
	line-height: 1.8;
	margin-bottom: 28px;
	max-width: 650px;
}

.ci-card,
.ci-testimonial {
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(49, 95, 80, 0.16);
	box-shadow: 0 12px 34px rgba(27, 40, 35, 0.055);
	padding: 38px;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ci-card:hover,
.ci-testimonial:hover {
	border-color: rgba(49, 95, 80, 0.35);
	box-shadow: var(--ci-shadow);
	transform: translateY(-5px);
}

.ci-card .elementor-icon {
	background: rgba(230, 198, 107, 0.62);
	height: 48px;
	transition: background-color 180ms ease, transform 180ms ease;
	width: 48px;
}

.ci-card:hover .elementor-icon {
	background: var(--ci-yellow);
	transform: translateY(-2px) scale(1.04);
}

.ci-card .elementor-heading-title {
	font-size: 1.5rem;
}

.ci-program {
	border-left: 1px solid rgba(49, 95, 80, 0.16);
	border-top: 4px solid var(--ci-yellow);
}

.ci-program:nth-child(2) {
	border-left-color: rgba(49, 95, 80, 0.16);
	border-top-color: var(--ci-coral);
}

.ci-program:nth-child(3) {
	border-left-color: rgba(49, 95, 80, 0.16);
	border-top-color: var(--ci-green);
}

.ci-gallery__image {
	overflow: hidden;
}

.ci-gallery__image img {
	filter: saturate(0.88) contrast(1.02);
	transition: filter 300ms ease, transform 300ms ease;
}

.ci-gallery__image:hover img {
	filter: saturate(1) contrast(1.02);
	transform: scale(1.025);
}

.ci-testimonial {
	position: relative;
}

.ci-testimonial::before {
	color: rgba(49, 95, 80, 0.18);
	content: "“";
	font-family: Georgia, serif;
	font-size: 4.6rem;
	left: 30px;
	line-height: 1;
	position: absolute;
	top: 20px;
}

.ci-testimonial__quote {
	padding-top: 34px;
}

.ci-cta {
	background: var(--ci-green-dark);
	color: rgba(255, 255, 255, 0.82);
	padding-bottom: 108px;
	padding-top: 108px;
}

.ci-cta > .e-con-inner {
	max-width: var(--ci-container);
}

.ci-cta .elementor-heading-title {
	color: var(--ci-white);
	max-width: 760px;
}

.ci-cta .elementor-widget-text-editor {
	color: rgba(255, 255, 255, 0.78);
}

.ci-cta .ci-button--dark .elementor-button {
	background: var(--ci-yellow);
	border-color: var(--ci-yellow);
	color: var(--ci-ink);
}

.ci-footer {
	background: #16211d;
	padding-bottom: 34px;
	padding-top: 80px;
}

.ci-footer > .e-con-inner {
	max-width: var(--ci-container);
}

.ci-footer__bottom {
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.88rem;
}

@keyframes ci-enter {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1024px) {
	.ci-nav__links {
		gap: 18px;
	}

	.ci-section {
		padding-bottom: 96px;
		padding-top: 96px;
	}
}

@media (max-width: 767px) {
	.ci-nav {
		--min-height: 68px;
		--padding-right: 20px;
		--padding-left: 20px;
		min-height: 68px;
	}

	.ci-nav > .e-con-inner {
		display: grid;
		gap: 12px;
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.ci-nav__brand .elementor-heading-title {
		font-size: 1.15rem;
	}

	.ci-nav__links a:not(.ci-nav__cta) {
		display: none;
	}

	.ci-nav__links .ci-nav__cta {
		font-size: 0.82rem;
		padding: 9px 12px;
	}

	.ci-hero {
		--min-height: calc(100svh - 68px);
		background-position: 62% center;
		min-height: calc(100svh - 68px);
		padding-bottom: 84px;
		padding-top: 84px;
	}

	.ci-hero__title .elementor-heading-title {
		font-size: clamp(2.65rem, 13vw, 3.45rem);
	}

	.ci-trust {
		--padding-right: 20px;
		--padding-left: 20px;
	}

	.ci-trust > .e-con-inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.ci-trust__item,
	.ci-trust__item:first-child {
		border-bottom: 1px solid var(--ci-border);
		border-left: 0;
		border-right: 0;
		padding: 22px 0;
	}

	.ci-trust__item:last-child {
		border-bottom: 0;
	}

	.ci-section {
		padding-bottom: 82px;
		padding-top: 82px;
	}

	.ci-card,
	.ci-testimonial {
		padding: 30px;
	}

	.ci-cta {
		padding-bottom: 82px;
		padding-top: 82px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ci-hero .elementor-widget {
		animation: none;
	}

	.ci-card,
	.ci-testimonial,
	.ci-button .elementor-button,
	.ci-gallery__image img,
	.ci-nav__links a::after {
		transition: none;
	}
}
/* Premium testimonial overflow fix */
.ci-testimonial {
	overflow: hidden;
}
/* Primrose-inspired editorial system v1 */
.ci-nav__links {
	gap: 24px;
}

.ci-nav__links a {
	font-size: 0.88rem;
}

.ci-hero .ci-kicker {
	letter-spacing: 0.12em;
}

.ci-hero__title .elementor-heading-title {
	max-width: 720px;
}

.ci-editorial {
	background: var(--ci-paper);
	padding-bottom: 128px;
	padding-top: 128px;
}

.ci-editorial > .e-con-inner {
	max-width: var(--ci-container);
}

.ci-editorial__title .elementor-heading-title {
	max-width: 720px;
}

.ci-editorial__lead {
	margin-bottom: 50px;
}

.ci-feature {
	--padding-top: 0;
	--padding-right: 0;
	--padding-bottom: 0;
	--padding-left: 0;
	align-items: stretch;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	margin-top: 38px;
	overflow: hidden;
}

.ci-feature + .ci-feature {
	margin-top: 56px;
}

.ci-feature__media,
.ci-feature__content {
	--width: auto;
	width: auto;
}

.ci-feature__media {
	min-height: 480px;
	overflow: hidden;
}

.ci-feature__media .elementor-widget-image,
.ci-feature__media .elementor-widget-container,
.ci-feature__media img {
	height: 100%;
	width: 100%;
}

.ci-feature__media img {
	filter: saturate(0.9) contrast(1.02);
	object-fit: cover;
	transition: filter 350ms ease, transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.ci-feature:hover .ci-feature__media img {
	filter: saturate(1) contrast(1.02);
	transform: scale(1.025);
}

.ci-feature__content {
	--padding-top: 64px;
	--padding-right: 64px;
	--padding-bottom: 64px;
	--padding-left: 64px;
	background: #edf1ec;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 64px;
}

.ci-feature--reverse .ci-feature__media {
	grid-column: 2;
	grid-row: 1;
}

.ci-feature--reverse .ci-feature__content {
	background: #f4eee9;
	grid-column: 1;
	grid-row: 1;
}

.ci-feature__content .ci-kicker {
	color: var(--ci-green);
	font-size: 0.75rem;
	letter-spacing: 0.13em;
	margin-bottom: 8px;
}

.ci-feature__title .elementor-heading-title {
	font-size: clamp(2rem, 3.5vw, 3.25rem);
	line-height: 1.08;
	max-width: 520px;
}

.ci-feature__text {
	color: #58655f;
	font-size: 1.03rem;
	line-height: 1.8;
	max-width: 520px;
}

.ci-text-link .elementor-button {
	background: transparent;
	border: 0;
	border-bottom: 2px solid var(--ci-green);
	border-radius: 0;
	color: var(--ci-green-dark);
	font-size: 0.92rem;
	font-weight: 750;
	padding: 8px 0;
	transition: color 160ms ease, padding 160ms ease;
}

.ci-text-link .elementor-button::after {
	content: " →";
}

.ci-text-link .elementor-button:hover {
	background: transparent;
	color: var(--ci-green);
	padding-left: 4px;
}

.ci-section--soft {
	background: #f1f3ef;
}

.ci-cta {
	border-top: 8px solid var(--ci-yellow);
}

@media (max-width: 1024px) {
	.ci-feature__content {
		--padding-top: 46px;
		--padding-right: 42px;
		--padding-bottom: 46px;
		--padding-left: 42px;
		padding: 46px 42px;
	}

	.ci-feature__media {
		min-height: 420px;
	}
}

@media (max-width: 767px) {
	.ci-editorial {
		padding-bottom: 84px;
		padding-top: 84px;
	}

	.ci-editorial__lead {
		margin-bottom: 32px;
	}

	.ci-feature,
	.ci-feature + .ci-feature {
		grid-template-columns: minmax(0, 1fr);
		margin-top: 28px;
	}

	.ci-feature__media,
	.ci-feature--reverse .ci-feature__media {
		grid-column: 1;
		grid-row: 1;
		min-height: 300px;
	}

	.ci-feature__content,
	.ci-feature--reverse .ci-feature__content {
		--padding-top: 38px;
		--padding-right: 28px;
		--padding-bottom: 42px;
		--padding-left: 28px;
		grid-column: 1;
		grid-row: 2;
		padding: 38px 28px 42px;
	}

	.ci-feature__title .elementor-heading-title {
		font-size: 2.15rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ci-feature__media img,
	.ci-text-link .elementor-button {
		transition: none;
	}
}
/* Elementor 4 cascade correction v1 */
.elementor-12 .ci-hero::before {
	background: linear-gradient(90deg, rgba(17, 29, 24, 0.92) 0%, rgba(17, 29, 24, 0.78) 42%, rgba(17, 29, 24, 0.2) 72%, rgba(17, 29, 24, 0.05) 100%) !important;
	content: "" !important;
	inset: 0 !important;
	opacity: 1 !important;
	position: absolute !important;
	z-index: 0 !important;
}

.elementor-12 .ci-hero > .e-con-inner {
	position: relative;
	z-index: 2;
}

.elementor-12 .ci-hero__title .elementor-heading-title {
	color: #ffffff !important;
	font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif !important;
	font-weight: 600 !important;
}

.elementor-12 .ci-hero__text,
.elementor-12 .ci-hero__text p {
	color: rgba(255, 255, 255, 0.88) !important;
}

.elementor-12 .ci-hero .ci-kicker,
.elementor-12 .ci-hero .ci-kicker p {
	color: #f0d98f !important;
}

.elementor-12 .ci-button .elementor-button {
	background-color: #e6c66b !important;
	border-color: #e6c66b !important;
	color: #1b2823 !important;
	font-family: "Segoe UI", Arial, sans-serif !important;
	font-weight: 750 !important;
}

.elementor-12 .ci-button .elementor-button:hover {
	background-color: #f0d98f !important;
	border-color: #f0d98f !important;
	color: #1b2823 !important;
}

.elementor-12 .ci-nav__brand .elementor-heading-title,
.elementor-12 .ci-nav__brand .elementor-heading-title a {
	color: #1b2823 !important;
	font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif !important;
}

.elementor-12 .ci-section-title .elementor-heading-title,
.elementor-12 .ci-feature__title .elementor-heading-title {
	color: #1b2823 !important;
	font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif !important;
	font-weight: 600 !important;
}

.elementor-12 .ci-kicker,
.elementor-12 .ci-kicker p {
	color: #315f50 !important;
}

.elementor-12 .ci-text-link .elementor-button {
	background: transparent !important;
	border: 0 !important;
	border-bottom: 2px solid #315f50 !important;
	border-radius: 0 !important;
	color: #23473c !important;
	box-shadow: none !important;
	padding: 8px 0 !important;
}

.elementor-12 .ci-cta .elementor-heading-title {
	color: #ffffff !important;
}
/* Internal Elementor pages v1 */
.ci-inner {
	--gap: 0;
	gap: 0;
}

.ci-inner-hero {
	--min-height: 500px;
	align-items: center;
	background: #23473c;
	color: rgba(255, 255, 255, 0.82);
	min-height: 500px;
	padding: 104px 28px;
}

.ci-inner-hero > .e-con-inner {
	max-width: var(--ci-container);
}

.ci-inner-hero .ci-kicker,
.ci-inner-hero .ci-kicker p {
	color: #e6c66b !important;
}

.ci-inner-hero__title .elementor-heading-title {
	color: #ffffff !important;
	font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif !important;
	font-size: clamp(3rem, 6vw, 5.4rem);
	font-weight: 600 !important;
	max-width: 850px;
}

.ci-inner-hero__copy,
.ci-inner-hero__copy p {
	color: rgba(255, 255, 255, 0.82) !important;
	font-size: 1.15rem;
	line-height: 1.8;
	max-width: 680px;
}

.ci-inner-section {
	background: var(--ci-paper);
	padding: 116px 28px;
}

.ci-inner-section--soft {
	background: #f1f3ef;
}

.ci-inner-section > .e-con-inner {
	max-width: var(--ci-container);
}

.ci-inner-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 34px;
}

.ci-inner-grid > .e-con {
	--width: auto;
	width: auto;
}

.ci-inner-card {
	background: #ffffff;
	border: 1px solid rgba(49, 95, 80, 0.16);
	border-top: 4px solid #e6c66b;
	box-shadow: 0 14px 38px rgba(27, 40, 35, 0.06);
	padding: 36px;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ci-inner-card:nth-child(2) {
	border-top-color: #bd7c68;
}

.ci-inner-card:nth-child(3) {
	border-top-color: #315f50;
}

.ci-inner-card:hover {
	box-shadow: 0 20px 50px rgba(27, 40, 35, 0.1);
	transform: translateY(-4px);
}

.ci-inner-card .elementor-heading-title {
	color: #1b2823 !important;
	font-size: 1.55rem;
}

.ci-inner-card .elementor-widget-text-editor {
	color: #64706a !important;
	line-height: 1.75;
}

.ci-inner-card__eyebrow,
.ci-inner-card__eyebrow p {
	color: #315f50 !important;
	font-size: 0.78rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ci-inner-gallery {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 34px;
}

.ci-inner-gallery > .e-con {
	--width: auto;
	overflow: hidden;
	width: auto;
}

.ci-inner-gallery__image img {
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
	width: 100%;
}

.ci-inner-gallery__image:hover img {
	transform: scale(1.025);
}

.ci-inner-note {
	background: #edf1ec;
	border-left: 4px solid #315f50;
	margin-top: 36px;
	padding: 28px 32px;
}

.ci-inner-quote {
	background: #ffffff;
	border: 1px solid rgba(49, 95, 80, 0.16);
	margin-top: 40px;
	max-width: 780px;
	overflow: hidden;
	padding: 42px;
	position: relative;
}

.ci-inner-callout {
	background: #e6c66b;
	padding: 96px 28px;
}

.ci-inner-callout > .e-con-inner {
	max-width: var(--ci-container);
}

.ci-inner-callout .elementor-heading-title {
	color: #1b2823 !important;
	font-size: clamp(2.25rem, 4.5vw, 4rem);
	max-width: 780px;
}

.ci-inner-callout .elementor-widget-text-editor {
	color: #3f4844 !important;
	font-size: 1.08rem;
	max-width: 660px;
}

.ci-inner-footer-grid {
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.ci-inner-footer-grid > .e-con {
	--width: auto;
	width: auto;
}

@media (max-width: 767px) {
	.ci-inner-hero {
		--min-height: 430px;
		min-height: 430px;
		padding: 76px 20px;
	}

	.ci-inner-hero__title .elementor-heading-title {
		font-size: 2.75rem;
	}

	.ci-inner-section {
		padding: 82px 20px;
	}

	.ci-inner-grid,
	.ci-inner-gallery,
	.ci-inner-footer-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ci-inner-card {
		padding: 30px;
	}

	.ci-inner-callout {
		padding: 78px 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ci-inner-card,
	.ci-inner-gallery__image img {
		transition: none;
	}
}
/* Shared responsive navigation v1 */
.ci-menu-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: #1b2823;
	cursor: pointer;
	display: none;
	height: 44px;
	justify-content: center;
	padding: 10px;
	width: 44px;
}

.ci-menu-toggle span {
	background: currentColor;
	display: block;
	height: 2px;
	margin: 4px 0;
	transition: transform 160ms ease, opacity 160ms ease;
	width: 22px;
}

.ci-nav__links a[aria-current="page"] {
	color: #315f50;
	font-weight: 800;
}

.ci-nav__links a[aria-current="page"]:not(.ci-nav__cta)::after {
	transform: scaleX(1);
}

@media (max-width: 767px) {
	.ci-nav {
		overflow: visible;
	}

	.ci-nav .elementor-widget-html {
		justify-self: end;
		position: relative;
	}

	.ci-menu-toggle {
		display: block;
	}

	.ci-nav__links {
		align-items: stretch;
		background: #fbfaf7;
		border: 1px solid rgba(27, 40, 35, 0.12);
		box-shadow: 0 18px 42px rgba(27, 40, 35, 0.15);
		display: none;
		flex-direction: column;
		gap: 0;
		min-width: 250px;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 50px;
		z-index: 120;
	}

	.ci-nav__links.is-open {
		display: flex;
	}

	.ci-nav__links.is-open a,
	.ci-nav__links.is-open a:not(.ci-nav__cta) {
		display: block;
		padding: 12px 14px;
	}

	.ci-nav__links .ci-nav__cta {
		margin-top: 6px;
		text-align: center;
	}

	.ci-nav__links a::after {
		display: none;
	}

	.ci-menu-toggle[aria-expanded="true"] span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.ci-menu-toggle[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}

	.ci-menu-toggle[aria-expanded="true"] span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ci-menu-toggle span {
		transition: none;
	}
}