/*
Theme Name: Koinonia
Theme URI: https://themeshaper.com/koinonia/
Author: Automattic
Author URI: https://automattic.com
Description: Koinonia is a WordPress theme designed for non-profit organizations and community-driven projects. Perfect for showcasing services and initiatives that bring people and pets together, it’s an ideal choice for those who share a passion for caring, connection, and our furry companions.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: koinonia
Tags: wide-blocks, featured-images, full-site-editing, rtl-language-support, style-variations, threaded-comments, translation-ready

/* Progresive enhancement to reduce widows and orphans.
/* https://github.com/WordPress/gutenberg/issues/55190
*/

h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption {
    text-wrap: balance;
}
p {
    text-wrap: pretty;
}

/*
 * Control the hover stylings of outline block style.
 * Unnecessary once block styles are configurable via theme.json
 * https://github.com/WordPress/gutenberg/issues/42794
 */

/*
 * Control the hover stylings of outline block style.
 * Unnecessary once block styles are configurable via theme.json
 * https://github.com/WordPress/gutenberg/issues/42794
 */
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
	background-color: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--base);
	border-color: var(--wp--preset--color--secondary);
}

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: .0625em !important;
	text-underline-offset: .15em;
}

/* Surfing for Vision homepage */
.sfv-site {
	--sfv-ink: #061c22;
	--sfv-deep: #003f47;
	--sfv-teal: #00786f;
	--sfv-lime: #c9ff55;
	--sfv-mist: #eef7dc;
	--sfv-paper: #ffffff;
	--sfv-muted: #d7d7d7;
	--sfv-max: 1216px;
	background: var(--sfv-paper);
	color: var(--sfv-ink);
	font-family: "Guggenheim Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	line-height: 1.18;
	letter-spacing: 0;
	margin: 0;
}

.sfv-site *,
.sfv-site *::before,
.sfv-site *::after {
	box-sizing: border-box;
}

.sfv-sr-only,
.sfv-skip-link:not(:focus) {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.sfv-skip-link:focus {
	background: var(--sfv-lime);
	border: 3px solid var(--sfv-deep);
	border-radius: 4px;
	color: var(--sfv-deep);
	font-weight: 800;
	left: 16px;
	padding: 12px 16px;
	position: fixed;
	top: 16px;
	z-index: 1000;
}

.sfv-site a:focus-visible,
.sfv-site button:focus-visible,
.sfv-site input:focus-visible,
.sfv-site [tabindex]:focus-visible {
	outline: 4px solid var(--sfv-lime);
	outline-offset: 4px;
}

.sfv-site main:focus {
	outline: none;
}

.sfv-site a {
	color: inherit;
	font-weight: 800;
	text-transform: uppercase;
}

.sfv-hero {
	min-height: clamp(515px, 38vw, 600px);
	padding: 28px 32px 0;
	position: relative;
	overflow: hidden;
	background: var(--sfv-deep);
}

.sfv-image-carousel,
.sfv-hero__shade {
	inset: 0;
	position: absolute;
}

.sfv-image-carousel {
	overflow: hidden;
}

.sfv-image-carousel__slide {
	inset: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	transition: opacity 0.8s ease;
}

.sfv-image-carousel__slide img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: right center;
	width: 100%;
}

@media (prefers-reduced-motion: reduce) {
	.sfv-image-carousel__slide {
		transition: none;
	}

	.sfv-image-carousel__slide:first-child {
		opacity: 1;
	}
}

.sfv-hero__shade {
	background: linear-gradient(
		to right,
		rgba(0, 63, 71, 1)    0%,
		rgba(0, 63, 71, 0.88) 22%,
		rgba(0, 63, 71, 0.55) 48%,
		rgba(0, 63, 71, 0.12) 70%,
		rgba(0, 63, 71, 0)    85%
	);
}

.sfv-nav,
.sfv-hero__content,
.sfv-section-inner,
.sfv-footer__inner {
	max-width: var(--sfv-max);
	margin-inline: auto;
	position: relative;
	z-index: 1;
}

.sfv-nav {
	align-items: center;
	background: var(--sfv-teal);
	border: 2px solid rgba(255, 255, 255, 0.85);
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	min-height: 70px;
	padding: 0 34px 0 24px;
}

.sfv-brand {
	align-items: center;
	display: inline-flex;
	gap: 13px;
	text-decoration: none;
	text-transform: none !important;
}

.sfv-brand__logo {
	display: block;
	height: 40px;
	width: auto;
	max-height: 40px;
	object-fit: contain;
}

.sfv-brand__mark {
	background: url("assets/images/sfv-logo.png") no-repeat center / contain;
	display: inline-block;
	height: 34px;
	width: 86px;
}

.sfv-brand__mark::before {
	content: none;
}

.sfv-brand__mark span {
	display: none;
}

.sfv-brand__text {
	color: #ffffff;
	font-size: 23px;
	font-weight: 800;
	line-height: 1;
}

.sfv-nav__links {
	align-items: center;
	display: flex;
	gap: 45px;
}

.sfv-nav__links a,
.sfv-nav__links span {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1;
}

.sfv-nav__links .sfv-nav__donate {
	background: var(--sfv-lime);
	border: 2px solid #073a43;
	border-radius: 999px;
	color: #073a43;
	font-weight: 800;
	padding: 7px 16px 6px;
	text-transform: uppercase;
}

.sfv-hero__content {
	padding-top: 88px;
}

.sfv-hero h1 {
	color: #ffffff;
	font-size: 56px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.14;
	margin: 0;
	max-width: 710px;
}

.sfv-register-band {
	background: var(--sfv-mist);
	padding: 0 32px 78px;
}

.sfv-register-card {
	background: #ffffff;
	border: 2px solid #06424b;
	border-radius: 5px;
	display: grid;
	gap: 88px;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	margin: -18px auto 0;
	max-width: var(--sfv-max);
	padding: 34px 42px 44px;
	position: relative;
	z-index: 2;
}

.sfv-register-card h2 {
	color: var(--sfv-teal);
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 32px;
}

.sfv-register-card p {
	font-size: 19px;
	line-height: 1.12;
	margin: 0 0 24px;
}

.sfv-register-card__details p {
	margin-bottom: 23px;
}

.sfv-register-card em {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
}

.sfv-button {
	align-items: center;
	background: var(--sfv-lime);
	border: 2px solid var(--sfv-teal);
	border-radius: 999px;
	color: #073a43 !important;
	display: inline-flex;
	font-size: 24px;
	justify-content: center;
	line-height: 1;
	margin-top: 10px;
	min-height: 66px;
	min-width: 315px;
	padding: 15px 32px;
	text-align: center;
}

.sfv-about {
	background: var(--sfv-deep);
	color: #ffffff;
	padding: 72px 32px 86px;
}

.sfv-section-kicker {
	align-items: center;
	color: #ffffff;
	display: flex;
	font-size: 14px;
	font-weight: 800;
	gap: 5px;
	grid-column: 1 / -1;
	line-height: 1;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.sfv-section-kicker span {
	background: var(--sfv-lime);
	border-radius: 999px;
	display: inline-block;
	height: 13px;
	width: 13px;
}

.sfv-section-kicker--teal {
	color: var(--sfv-deep);
	margin-bottom: 46px;
}

.sfv-section-kicker--teal span {
	background: var(--sfv-teal);
}

.sfv-about__grid {
	display: grid;
	grid-template-columns: 470px minmax(0, 1fr);
	column-gap: 80px;
}

.sfv-about__image {
	border: 3px solid var(--sfv-lime);
	border-radius: 7px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.sfv-about__image img {
	display: block;
	height: 100%;
	min-height: 410px;
	object-fit: cover;
	width: 100%;
}

.sfv-about__copy {
	padding-top: 0;
}

.sfv-about__copy h2 {
	color: var(--sfv-lime);
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.13;
	margin: 0 0 36px;
	max-width: 595px;
}

.sfv-about__copy p {
	font-size: 18px;
	line-height: 1.14;
	margin: 0 0 26px;
	max-width: 610px;
}

.sfv-sponsors {
	background: #ffffff;
	padding: 66px 32px 75px;
}

.sfv-sponsors h2 {
	color: #073a43;
	font-size: 37px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.16;
	margin: 0 0 42px;
	max-width: 1040px;
}

.sfv-sponsor-grid {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 60px;
}

.sfv-sponsor {
	align-items: center;
	background: transparent;
	display: flex;
	height: 140px;
	justify-content: center;
	max-width: 200px;
	min-width: 80px;
}

.sfv-sponsor img {
	display: block;
	height: auto;
	max-height: 140px;
	max-width: 200px;
	object-fit: contain;
	width: auto;
}

.sfv-sponsors__note {
	font-size: 17px;
	line-height: 1.2;
	margin: 38px 0 0;
}

.sfv-sponsors__note a {
	color: var(--sfv-teal);
	text-transform: none;
}

.sfv-footer {
	background: var(--sfv-teal);
	color: #ffffff;
	padding: 60px 32px 50px;
}

.sfv-footer__inner {
	display: grid;
	grid-template-columns: minmax(240px, 1.2fr) 160px minmax(230px, 0.8fr) 210px;
	gap: 70px;
}

.sfv-brand__mark--large {
	height: 60px;
	width: 152px;
}

.sfv-footer__name {
	font-size: 43px;
	font-weight: 800;
	line-height: 0.92;
	margin: 24px 0 38px;
}

.sfv-footer__mission {
	font-size: 11px;
	line-height: 1.35;
	margin: 0;
	max-width: 370px;
}

.sfv-footer__nav,
.sfv-footer__social {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.sfv-footer a,
.sfv-footer__nav span,
.sfv-footer h2,
.sfv-footer__social span {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.sfv-footer__social span {
	display: block;
}

.sfv-footer__contact p,
.sfv-footer__social p {
	font-size: 14px;
	line-height: 1.35;
	margin: 18px 0 0;
}

.sfv-footer__social p {
	font-size: 12px;
	margin-top: auto;
}

.sfv-not-found {
	background: var(--sfv-mist);
	padding: 86px 32px 96px;
}

.sfv-not-found__inner {
	margin-inline: auto;
	max-width: 900px;
}

.sfv-not-found h1 {
	color: var(--sfv-deep);
	font-size: 54px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 24px;
}

.sfv-not-found p {
	font-size: 20px;
	line-height: 1.35;
	margin: 0 0 28px;
	max-width: 650px;
}

.sfv-not-found__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.sfv-not-found__actions .sfv-button {
	margin-top: 0;
	min-width: 220px;
}

.sfv-not-found__actions .sfv-button--secondary {
	background: #ffffff;
	border-color: var(--sfv-deep);
}

.sfv-page-header {
	background: transparent;
	left: 0;
	padding: 28px 32px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

.sfv-not-found-page .sfv-page-header {
	background: var(--sfv-deep);
	position: relative;
}

.sfv-banner-carousel {
	background: var(--sfv-deep);
	height: clamp(515px, 38vw, 600px);
	position: relative;
	overflow: hidden;
}

.sfv-banner-carousel::after {
	background: linear-gradient(
		to right,
		rgba(0, 63, 71, 1)    0%,
		rgba(0, 63, 71, 0.88) 22%,
		rgba(0, 63, 71, 0.55) 48%,
		rgba(0, 63, 71, 0.12) 70%,
		rgba(0, 63, 71, 0)    85%
	);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.sfv-banner-carousel__content {
	align-items: flex-start;
	display: flex;
	height: 100%;
	margin-inline: auto;
	max-width: var(--sfv-max);
	padding: 186px 0 0;
	position: relative;
	z-index: 2;
}

.sfv-banner-carousel h1 {
	color: #ffffff;
	font-size: 56px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.14;
	margin: 0;
	max-width: 710px;
}

/* .sfv-image-carousel--banner slides use the shared slide rules above */

.sfv-register-page {
	background: #ffffff;
	position: relative;
}

.sfv-register-panel {
	background: var(--sfv-mist);
	padding: 0 32px 86px;
}

.sfv-register-panel__card {
	background: #ffffff;
	border: 2px solid var(--sfv-deep);
	border-radius: 6px;
	max-width: var(--sfv-max);
	margin-inline: auto;
	margin-top: -18px;
	padding: 51px 46px 58px;
	position: relative;
	z-index: 2;
}

.sfv-register-panel__divider {
	background: var(--sfv-lime);
	height: 2px;
	margin: 50px 3% 54px;
}

.sfv-form-shell,
.sfv-register-success__inner {
	max-width: none;
	margin-inline: 0;
}

.sfv-register-success h1 {
	color: var(--sfv-deep);
	font-size: 56px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.06;
	margin: 0 0 42px;
	max-width: 980px;
}

.sfv-register-intro__grid {
	display: grid;
	gap: 86px;
	grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.72fr);
}

.sfv-register-intro p,
.sfv-register-intro aside p {
	font-size: 20px;
	line-height: 1.14;
	margin: 0 0 24px;
}

.sfv-register-intro aside {
	border-left: 2px solid rgba(0, 63, 71, 0.18);
	padding-left: 38px;
}

.sfv-register-intro em {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
}

.sfv-form-section {
	background: #ffffff;
	padding: 0;
}

.sfv-form-shell h2 {
	color: var(--sfv-deep);
	font-size: 42px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 24px;
}

.sfv-release {
	border: 2px solid #073f47;
	border-radius: 6px;
	max-height: 410px;
	overflow: auto;
	padding: 28px 32px 20px;
}

.sfv-release:focus-visible {
	outline: 4px solid var(--sfv-lime);
	outline-offset: 4px;
}

.sfv-release h3 {
	color: var(--sfv-deep);
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.sfv-release p {
	font-size: 16px;
	line-height: 1.28;
	margin: 0 0 18px;
}

.sfv-registration-form {
	margin-top: 44px;
}

.sfv-form-grid {
	display: grid;
	gap: 34px 46px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sfv-field {
	border: 0;
	margin: 0;
	padding: 0;
}

.sfv-field--full {
	grid-column: 1 / -1;
}

.sfv-field label,
.sfv-field legend {
	color: var(--sfv-deep);
	display: block;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 12px;
}

.sfv-required {
	color: #d42121;
	display: inline-block;
	margin-right: 2px;
}

.sfv-field input[type="text"],
.sfv-field input[type="email"],
.sfv-field input[type="tel"],
.sfv-field input[type="number"] {
	appearance: none;
	background: #ffffff;
	border: 2px solid var(--sfv-deep);
	border-radius: 4px;
	color: var(--sfv-ink);
	font: inherit;
	font-size: 19px;
	height: 58px;
	line-height: 1;
	padding: 0 16px;
	width: 100%;
}

.sfv-field input:focus {
	border-color: var(--sfv-teal);
	box-shadow: 0 0 0 3px rgba(201, 255, 85, 0.7);
	outline: none;
}

.sfv-radio-row {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 42px;
	padding-top: 4px;
}

.sfv-radio {
	align-items: center;
	display: inline-flex !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	gap: 10px;
	line-height: 1.1 !important;
	margin: 0 !important;
}

.sfv-radio input {
	accent-color: var(--sfv-teal);
	height: 20px;
	width: 20px;
}

.sfv-form-error {
	color: #b51515;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.15;
	margin: 8px 0 0;
}

.sfv-form-error--global {
	background: #fff2f2;
	border: 2px solid #b51515;
	border-radius: 4px;
	margin: 28px 0 0;
	padding: 12px 14px;
}

.sfv-field.has-error input[type="text"],
.sfv-field.has-error input[type="email"],
.sfv-field.has-error input[type="tel"],
.sfv-field.has-error input[type="number"] {
	border-color: #b51515;
}

.sfv-release-ack {
	margin-top: 34px;
}

.sfv-release-ack label {
	align-items: flex-start;
	color: var(--sfv-deep);
	display: flex;
	font-size: 18px;
	font-weight: 800;
	gap: 12px;
	line-height: 1.18;
	margin: 0;
}

.sfv-release-ack input {
	accent-color: var(--sfv-teal);
	flex: 0 0 auto;
	height: 22px;
	margin-top: -2px;
	width: 22px;
}

.sfv-submit-button {
	border-color: var(--sfv-deep);
	cursor: pointer;
	display: flex;
	font-size: 18px;
	font-weight: 800;
	justify-content: center;
	margin: 46px auto 0;
	min-width: 365px;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
}

.sfv-register-success {
	background: #ffffff;
	padding: 0 0 34px;
}

.sfv-register-success h1 {
	font-size: 39px;
}

.sfv-register-success p {
	color: var(--sfv-deep);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.18;
	margin: -10px 0 30px;
}

.sfv-register-success .sfv-button {
	font-size: 17px;
	min-height: 46px;
	min-width: 220px;
	padding: 11px 23px;
}

@media (max-width: 1100px) {
	.sfv-nav__links {
		gap: 24px;
	}

	.sfv-register-card,
	.sfv-about__grid,
	.sfv-footer__inner {
		gap: 40px;
	}

	.sfv-about__grid {
		grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
	}

	.sfv-sponsor-grid {
		gap: 30px 40px;
	}

	.sfv-register-intro__grid {
		gap: 42px;
	}
}

@media (max-width: 800px) {
	.sfv-site {
		font-size: 16px;
	}

	.sfv-hero {
		min-height: 535px;
		padding: 18px 18px 0;
	}

	.sfv-image-carousel--hero .sfv-image-carousel__slide {
		background-size: cover;
	}

	.sfv-banner-carousel {
		height: 535px;
	}

	.sfv-nav {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
		padding: 18px;
	}

	.sfv-nav__links {
		align-items: center;
		flex-wrap: wrap;
		gap: 16px 24px;
		justify-content: flex-start;
		width: 100%;
	}

	.sfv-hero__content {
		padding-top: 64px;
	}

	.sfv-hero h1 {
		font-size: 42px;
		line-height: 1.1;
	}

	.sfv-register-band,
	.sfv-about,
	.sfv-sponsors,
	.sfv-not-found,
	.sfv-footer,
	.sfv-page-header,
	.sfv-register-panel {
		padding-left: 18px;
		padding-right: 18px;
	}

	.sfv-register-panel__card {
		padding: 37px 24px 42px;
	}

	.sfv-register-panel__divider {
		margin: 38px 3% 42px;
	}

	.sfv-register-card,
	.sfv-about__grid,
	.sfv-footer__inner,
	.sfv-register-intro__grid,
	.sfv-form-grid {
		grid-template-columns: 1fr;
	}

	.sfv-register-success h1 {
		font-size: 42px;
	}

	.sfv-banner-carousel__content {
		padding-top: 200px;
		padding-left: 18px;
		padding-right: 18px;
	}

	.sfv-banner-carousel h1 {
		font-size: 42px;
	}

	.sfv-register-success h1 {
		font-size: 29px;
	}

	.sfv-register-intro aside {
		border-left: 0;
		border-top: 2px solid rgba(0, 63, 71, 0.18);
		padding-left: 0;
		padding-top: 28px;
	}

	.sfv-release {
		max-height: 360px;
		padding: 22px 20px 14px;
	}

	.sfv-register-card {
		gap: 18px;
		padding: 28px 24px 32px;
	}

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

	.sfv-submit-button {
		min-width: 0;
	}

	.sfv-about__image img {
		min-height: 340px;
	}

	.sfv-sponsor-grid {
		gap: 24px 30px;
	}

	.sfv-sponsor {
		height: 100px;
		max-width: 150px;
	}

	.sfv-sponsor img {
		max-height: 100px;
		max-width: 150px;
	}
}

@media (max-width: 640px) {
	.sfv-brand__text {
		font-size: 19px;
	}

	.sfv-brand__mark {
		height: 28px;
		width: 71px;
	}

	.sfv-nav__links a,
	.sfv-nav__links span {
		font-size: 13px;
	}

	.sfv-hero {
		min-height: 500px;
	}

	.sfv-banner-carousel {
		height: 500px;
	}

	.sfv-hero h1 {
		font-size: 34px;
	}

	.sfv-register-card h2,
	.sfv-about__copy h2,
	.sfv-sponsors h2,
	.sfv-not-found h1,
	.sfv-form-shell h2 {
		font-size: 29px;
	}

	.sfv-register-success h1 {
		font-size: 34px;
	}

	.sfv-banner-carousel h1 {
		font-size: 34px;
	}

	.sfv-register-success h1 {
		font-size: 24px;
	}

	.sfv-register-card p,
	.sfv-about__copy p,
	.sfv-register-intro p,
	.sfv-register-intro aside p {
		font-size: 16px;
	}

	.sfv-radio-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.sfv-register-card {
		padding: 24px 20px 28px;
	}

	.sfv-sponsor-grid {
		gap: 20px 24px;
	}

	.sfv-brand__mark--large {
		height: 50px;
		width: 126px;
	}

	.sfv-footer__inner {
		gap: 34px;
	}
}

/* ─── Large desktop: taller hero + more photo visible ───────────────── */
@media (min-width: 1280px) {
	.sfv-hero__content {
		padding-top: clamp(88px, 8vw, 160px);
	}

	/* --img-start is written per-slide by JS (see functions.php).
	   35%-wide fade zone: with the 50% JS minimum, transparent endpoint = 85%,
	   matching the mobile gradient — no visible jump at the 1280px breakpoint. */
	.sfv-hero__shade {
		background: linear-gradient(
			to right,
			rgba(0, 63, 71, 1)   0%,
			rgba(0, 63, 71, 1)   var(--img-start, 55%),
			rgba(0, 63, 71, 0.5) calc(var(--img-start, 55%) + 10%),
			rgba(0, 63, 71, 0.1) calc(var(--img-start, 55%) + 25%),
			rgba(0, 63, 71, 0)   calc(var(--img-start, 55%) + 35%)
		);
	}

	.sfv-banner-carousel::after {
		background: linear-gradient(
			to right,
			rgba(0, 63, 71, 1)   0%,
			rgba(0, 63, 71, 1)   var(--img-start, 55%),
			rgba(0, 63, 71, 0.5) calc(var(--img-start, 55%) + 10%),
			rgba(0, 63, 71, 0.1) calc(var(--img-start, 55%) + 25%),
			rgba(0, 63, 71, 0)   calc(var(--img-start, 55%) + 35%)
		);
	}

	/* Center the banner H1 vertically in the taller banner */
	.sfv-banner-carousel__content {
		align-items: center;
		padding-top: 0;
	}

	/*
	 * Show images at full natural proportions — no cropping.
	 * The hero/banner background (dark teal) fills the empty space to the
	 * left of narrower images; the gradient overlay blends them together.
	 */
	.sfv-image-carousel__slide img {
		object-fit: contain;
	}
}
