/* ======================================================
   SAGE HIGHLIGHT CALLOUT
====================================================== */

.sage-highlight-callout {
	position: relative;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
	overflow: hidden;
	padding: 65px 0;
	background: var(--sage-cream);
}

/*
 * Override the standard Sage container only inside
 * the highlight callout.
 */
.sage-highlight-callout > .sage-container {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.sage-highlight-callout__inner {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	align-items: center;
	gap: 55px;
	width: min(1500px, calc(100% - 100px));
	margin: 0 auto;
}

.sage-highlight-callout__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 280px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.sage-highlight-callout__icon img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: contain;
	opacity: 0.25;
}

.sage-highlight-callout__content {
	min-width: 0;
}

/*
 * Both statements use the same size.
 */
.sage-highlight-callout
	.sage-highlight-callout__heading {
	max-width: 1100px;
	margin: 0;
	color: var(--sage-green-dark);
	font-size: clamp(2rem, 2.8vw, 3rem);
	font-weight: 700;
	line-height: 1.2;
}

/*
 * Target both the wrapper and its paragraph so global
 * paragraph styles cannot override the gold color.
 */
.sage-highlight-callout
	.sage-highlight-callout__quote {
	max-width: 1100px;
	margin: 18px 0 0;
	color: var(--sage-gold);
	font-size: clamp(2rem, 2.8vw, 3rem);
	font-weight: 700;
	line-height: 1.2;
}

.sage-highlight-callout
	.sage-highlight-callout__quote p {
	margin: 0;
	color: var(--sage-gold);
	font: inherit;
	line-height: inherit;
}

.sage-highlight-callout
	.sage-highlight-callout__quote p + p {
	margin-top: 12px;
}

.sage-highlight-callout__attribution {
	margin: 18px 0 0;
	color: var(--sage-green);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}


/* ======================================================
   CENTERED LAYOUT
====================================================== */

.sage-highlight-callout--centered
	.sage-highlight-callout__inner {
	grid-template-columns: 1fr;
	justify-items: center;
	text-align: center;
}

.sage-highlight-callout--centered
	.sage-highlight-callout__icon {
	width: 230px;
	height: 230px;
}

.sage-highlight-callout--centered
	.sage-highlight-callout__heading,
.sage-highlight-callout--centered
	.sage-highlight-callout__quote {
	margin-right: auto;
	margin-left: auto;
}


/* ======================================================
   DECORATIVE DETAILS
====================================================== */

.sage-highlight-callout::before,
.sage-highlight-callout::after {
	position: absolute;
	width: 190px;
	height: 190px;
	background-image: url("https://sage418stg.wpenginepowered.com/wp-content/uploads/2026/07/left-leaf2.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	opacity: 0.06;
	pointer-events: none;
}

.sage-highlight-callout::before {
	left: -55px;
	bottom: -65px;
}

.sage-highlight-callout::after {
	top: -65px;
	right: -55px;
	transform: scaleX(-1);
}


/* ======================================================
   RESPONSIVE
====================================================== */

@media (max-width: 1100px) {

	.sage-highlight-callout__inner {
		grid-template-columns: 210px minmax(0, 1fr);
		gap: 38px;
		width: calc(100% - 70px);
	}

	.sage-highlight-callout__icon {
		width: 210px;
		height: 210px;
	}

	.sage-highlight-callout
		.sage-highlight-callout__heading,
	.sage-highlight-callout
		.sage-highlight-callout__quote {
		font-size: clamp(1.8rem, 3.5vw, 2.5rem);
	}
}

@media (max-width: 767px) {

	.sage-highlight-callout {
		padding: 50px 0;
	}

	.sage-highlight-callout__inner {
		grid-template-columns: 1fr;
		gap: 24px;
		width: calc(100% - 48px);
	}

	.sage-highlight-callout__icon {
		width: 180px;
		height: 180px;
	}

	.sage-highlight-callout
		.sage-highlight-callout__heading,
	.sage-highlight-callout
		.sage-highlight-callout__quote {
		font-size: 1.75rem;
	}

	.sage-highlight-callout::after {
		display: none;
	}
}


/*
==================================================
SAGE ICON CALLOUT
==================================================
*/

.sage-icon-callout {
	position: relative;
	margin: 50px 0;
	padding: 44px 48px;
	overflow: hidden;
	border: 1px solid
		color-mix(
			in srgb,
			var(--sage-tan) 55%,
			transparent
		);
	border-radius: 18px;
	background: var(--sage-cream);
}

.sage-icon-callout > .wpb_column {
	position: relative;
	z-index: 1;
}

/*
==================================================
ICON COLUMN
==================================================
*/

.sage-icon-callout__icon-column {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sage-icon-callout__icon-column > .vc_column-inner {
	width: 100%;
}

.sage-icon-callout__icon-column .wpb_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 110px;
	padding-right: 34px;
}

/*
==================================================
ICON ELEMENT
Supports a WPBakery icon or uploaded SVG/image
==================================================
*/

.sage-icon-callout__icon {
	margin: 0;
	color: var(--sage-green-dark);
	text-align: center;
}

.sage-icon-callout__icon .vc_icon_element-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	margin: 0 auto;
	border: 1.5px solid var(--sage-green-dark);
	border-radius: 50%;
	color: var(--sage-green-dark);
}

.sage-icon-callout__icon .vc_icon_element-icon {
	color: var(--sage-green-dark);
	font-size: 42px;
}

.sage-icon-callout__icon .vc_single_image-wrapper {
	display: block;
}

.sage-icon-callout__icon img {
	display: block;
	width: 82px;
	height: 82px;
	margin: 0 auto;
	padding: 16px;
	border: 1.5px solid var(--sage-green);
	border-radius: 50%;
	object-fit: contain;
	box-sizing: border-box;
}

/*
==================================================
CONTENT
==================================================
*/

.sage-icon-callout__content {
	display: flex;
	align-items: center;
}

.sage-icon-callout__content > .vc_column-inner {
	width: 100%;
}

.sage-icon-callout__content .wpb_wrapper {
	padding-left: 36px;
	border-left: 1px solid
		color-mix(
			in srgb,
			var(--sage-tan) 70%,
			transparent
		);
}

.sage-icon-callout__content .wpb_text_column {
	margin: 0;
}

.sage-icon-callout__content p {
	max-width: 920px;
	margin: 0;
	color: var(--sage-green-dark);
	font-family: var(--sage-body-font);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.65;
}
.sage-icon-callout__icon {
	margin: 0;
	color: var(--sage-green-dark);
	text-align: center;
	transform: translateY(8px);
}

/*
==================================================
RESPONSIVE
==================================================
*/

@media (max-width: 991px) {

	.sage-icon-callout {
		padding: 38px 36px;
	}

	.sage-icon-callout__icon-column .wpb_wrapper {
		padding-right: 26px;
	}

	.sage-icon-callout__content .wpb_wrapper {
		padding-left: 28px;
	}

	.sage-icon-callout__content p {
		font-size: 18px;
	}
}

@media (max-width: 767px) {

	.sage-icon-callout {
		margin: 36px 0;
		padding: 34px 26px;
		text-align: center;
	}

	.sage-icon-callout__icon-column .wpb_wrapper {
		min-height: 0;
		padding: 0 0 26px;
	}

	.sage-icon-callout__icon .vc_icon_element-inner,
	.sage-icon-callout__icon img {
		width: 78px;
		height: 78px;
	}

	.sage-icon-callout__icon .vc_icon_element-icon {
		font-size: 36px;
	}

	.sage-icon-callout__content .wpb_wrapper {
		padding: 26px 0 0;
		border-left: 0;
		border-top: 1px solid
			color-mix(
				in srgb,
				var(--sage-tan) 70%,
				transparent
			);
	}

	.sage-icon-callout__content p {
		font-size: 17px;
		line-height: 1.65;
	}
}