/* ==========================================================================
   Uplift Rebrand Landing Page
   ========================================================================== */

.uplift-page {
	--uplift-sapphire: #133156;
	--uplift-blue: #005a8b;
	--uplift-southern-blue: #008bd1;
	--uplift-text: #425466;
	--uplift-border: #e4e9ed;
	--uplift-bg: #f7f8fa;
	--uplift-ice: #eaf8ff;
	--uplift-gold: #f9d210;
	--uplift-white: #ffffff;
	background: var(--uplift-white);
	color: var(--uplift-text);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	overflow: hidden;
	position: relative;
}

.uplift-page *,
.uplift-page *::before,
.uplift-page *::after {
	box-sizing: border-box;
}

.uplift-page h1,
.uplift-page h2,
.uplift-page h3,
.uplift-page p,
.uplift-page ul,
.uplift-page ol {
	margin: 0;
	padding: 0;
}

.uplift-page h2,
.uplift-page h3 {
	color: var(--uplift-sapphire);
	font-family: Poppins, system-ui, sans-serif;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
}

.uplift-page h2 {
	font-size: 36px;
	text-align: center;
	text-wrap: balance;
}

.uplift-page h3 {
	font-size: 20px;
	line-height: 1.3;
}

.uplift-page p,
.uplift-page li {
	color: var(--uplift-text);
}

.uplift-page a {
	color: var(--uplift-blue);
}

.uplift-nowrap {
	white-space: nowrap;
}

.uplift-sr-only {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: anywhere;
	padding: 0;
	position: absolute;
	white-space: normal;
	width: 1px;
}

.uplift-shell {
	margin: 0 auto;
	max-width: 1200px;
	width: calc(100% - 48px);
}

.uplift-reveal {
	--uplift-reveal-position: 52%;
	aspect-ratio: 4 / 3;
	background: var(--uplift-sapphire);
	border: 0;
	border-radius: 8px;
	box-shadow: 0 22px 55px rgba(19, 49, 86, 0.14);
	cursor: ew-resize;
	isolation: isolate;
	justify-self: end;
	max-width: 720px;
	overflow: hidden;
	position: relative;
	touch-action: none;
	width: 100%;
}

.uplift-reveal:focus-visible {
	outline: 3px solid var(--uplift-gold);
	outline-offset: 4px;
}

.uplift-reveal__layer {
	align-items: center;
	display: flex;
	flex-direction: column;
	inset: 0;
	justify-content: center;
	padding: 0;
	position: absolute;
	text-align: center;
}

.uplift-reveal__layer::before {
	display: none;
}

.uplift-reveal__layer--before {
	background: var(--uplift-sapphire);
}

.uplift-reveal__layer--before::before {
	display: none;
}

.uplift-reveal__layer--after {
	clip-path: inset(0 0 0 var(--uplift-reveal-position));
	z-index: 2;
}

.uplift-reveal__layer--after::before {
	display: none;
}

.uplift-reveal__image {
	display: block;
	height: 100%;
	object-fit: cover;
	position: relative;
	width: 100%;
}

.uplift-reveal__handle {
	background: rgba(255, 255, 255, 0.88);
	bottom: 0;
	box-shadow: 0 0 24px rgba(19, 49, 86, 0.22);
	left: var(--uplift-reveal-position);
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 3px;
	z-index: 4;
}

.uplift-reveal__handle span {
	align-items: center;
	background: var(--uplift-white);
	border: 1px solid rgba(19, 49, 86, 0.16);
	border-radius: 50%;
	box-shadow: 0 10px 24px rgba(19, 49, 86, 0.18);
	display: flex;
	height: 44px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
}

.uplift-reveal__handle span::before,
.uplift-reveal__handle span::after {
	border: solid var(--uplift-sapphire);
	border-width: 0 2px 2px 0;
	content: "";
	display: block;
	height: 9px;
	position: absolute;
	width: 9px;
}

.uplift-reveal__handle span::before {
	transform: translateX(-4px) rotate(135deg);
}

.uplift-reveal__handle span::after {
	transform: translateX(4px) rotate(-45deg);
}

.uplift-palette-test {
	margin: 56px 0 -36px;
	overflow: visible;
	padding: 24px 0 32px;
	position: relative;
}

.uplift-palette-panel {
	min-width: 0;
	position: relative;
}

.uplift-palette-note {
	color: var(--uplift-text);
	font-size: 14px;
	line-height: 1.6;
	margin: 18px auto 0;
	max-width: 800px;
	text-align: center;
}

.uplift-palette-note p {
	margin: 0;
}

.uplift-palette-panel__mobile {
	display: none;
}

.uplift-palette-row {
	--palette-panel-height: clamp(180px, 20vh, 220px);
	color: #706b64;
	display: flex;
	flex-direction: column;
	height: var(--palette-panel-height);
	justify-content: flex-end;
	margin-left: -50vw;
	margin-right: -50vw;
	overflow: hidden;
	padding-left: 50vw;
	padding-right: 50vw;
	position: relative;
}

.uplift-palette-stack {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: repeat(var(--palette-count, 12), minmax(0, 1fr));
	height: 70px;
	position: relative;
}

.uplift-palette-swatch {
	align-items: flex-start;
	appearance: none;
	background: var(--swatch-color);
	border: 0;
	border-radius: 20px 20px 0 0;
	color: var(--swatch-text, var(--uplift-white));
	cursor: default;
	display: flex;
	font-family: inherit;
	font-size: 22px;
	font-weight: 800;
	height: calc(2 * var(--palette-panel-height) - 172px);
	justify-content: flex-start;
	line-height: 1.2;
	min-width: 0;
	position: relative;
	text-align: left;
	transform: translateY(0);
	transform-origin: center bottom;
	transition: transform 0.4s cubic-bezier(0.15, 0.5, 0.05, 1);
	user-select: none;
	width: 200%;
	will-change: transform;
}

.uplift-palette-test:not(.is-ready) .uplift-palette-swatch,
.uplift-palette-test.is-ready:not(.is-in-view) .uplift-palette-panel__desktop .uplift-palette-swatch {
	transform: translateY(70%) !important;
}

.uplift-palette-swatch.is-active {
	z-index: 2;
}

.uplift-palette-swatch:focus-visible {
	outline: 3px solid var(--uplift-sapphire);
	outline-offset: -6px;
}

.uplift-palette-swatch__info {
	align-items: flex-start;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	inset: 24px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.15s ease-in-out;
	z-index: 1;
}

.uplift-palette-swatch.is-active .uplift-palette-swatch__info,
.uplift-palette-swatch:focus-visible .uplift-palette-swatch__info {
	opacity: 1;
}

.uplift-palette-swatch__name,
.uplift-palette-swatch__hex {
	white-space: nowrap;
}

.uplift-hero {
	background: var(--uplift-white);
	overflow: hidden;
	padding: 88px 0 112px;
	position: relative;
}

.uplift-hero > .uplift-shell {
	position: relative;
	z-index: 1;
}

.uplift-hero-shader {
	height: min(100%, 1200px);
	min-height: 760px;
	opacity: 1;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transform-origin: 100% 0;
	width: min(100vw, 1600px);
	z-index: 0;
}

.uplift-hero-shader::before {
	background:
		radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 22%),
		linear-gradient(155deg, #005799 0%, #b3e5ff 32%, #25bfdc 48%, #fac90e 76%, #f5ce0a 100%);
	content: "";
	inset: 0;
	opacity: 0.96;
	position: absolute;
	transition: opacity 260ms ease;
}

.uplift-hero-shader::after {
	background: var(--uplift-white);
	border-radius: 50%;
	content: "";
	height: 134%;
	left: -72%;
	position: absolute;
	top: -6%;
	transform: rotate(-10deg);
	width: 112%;
}

.uplift-hero-shader canvas {
	display: block;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.uplift-hero-shader canvas {
	opacity: 0;
	position: relative;
	transition: opacity 260ms ease;
	z-index: 1;
}

.uplift-hero-shader--ready canvas {
	opacity: 1;
}

.uplift-hero-shader--ready::before,
.uplift-hero-shader--ready::after {
	opacity: 0;
}

.uplift-hero__identity {
	display: grid;
	justify-items: center;
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
	z-index: 0;
}

.uplift-hero__identity::before {
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.76) 34%, rgba(255, 255, 255, 0.48) 58%, rgba(255, 255, 255, 0.18) 78%, rgba(255, 255, 255, 0) 100%);
	content: "";
	filter: blur(24px);
	inset: -84px -180px -72px;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.uplift-brand-lockup {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: center;
	margin: 0 auto;
	max-width: 920px;
}

.uplift-brand-lockup__southern {
	display: block;
	height: auto;
	object-fit: contain;
	width: 250px;
}

.uplift-brand-lockup__becoming {
	color: var(--uplift-text);
	font-size: clamp(24px, 2.1vw, 30px);
	font-weight: 500;
	line-height: 1.2;
	text-shadow: 0 1px 18px rgba(255, 255, 255, 0.82);
	white-space: nowrap;
}

.uplift-brand-lockup__uplift {
	display: block;
	height: auto;
	max-height: 82px;
	max-width: 176px;
	object-fit: contain;
	width: auto;
}

.uplift-hero__lead {
	color: var(--uplift-text);
	display: block;
	font-size: 24px;
	font-style: italic;
	line-height: 1.5;
	margin: 32px auto 0 !important;
	text-align: center;
	text-shadow: 0 1px 18px rgba(255, 255, 255, 0.82);
	width: min(100%, 680px);
}

.uplift-featured-visual {
	aspect-ratio: 16 / 9;
	background: #000000;
	border-radius: 24px;
	height: auto;
	margin: 48px auto 0;
	overflow: hidden;
	position: relative;
}

.uplift-featured-visual::after {
	background: rgba(19, 49, 86, 0.4);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 220ms ease;
	z-index: 1;
}

.uplift-featured-visual__poster,
.uplift-featured-visual__iframe {
	border-radius: inherit;
	display: block;
	height: 100%;
	width: 100%;
}

.uplift-featured-visual__poster {
	object-fit: cover;
	transition: opacity 220ms ease;
}

.uplift-featured-visual__iframe {
	background: #000000;
	border: 0;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 220ms ease;
	z-index: 2;
}

.uplift-featured-visual.is-playing::after,
.uplift-featured-visual.is-loading .uplift-video-link,
.uplift-featured-visual.is-playing .uplift-video-link,
.uplift-featured-visual.is-playing .uplift-featured-visual__poster {
	opacity: 0;
}

.uplift-featured-visual.is-loading .uplift-video-link,
.uplift-featured-visual.is-playing .uplift-video-link {
	pointer-events: none;
}

.uplift-featured-visual.is-playing .uplift-featured-visual__iframe {
	opacity: 1;
	pointer-events: auto;
}

.uplift-video-link {
	align-items: flex-end;
	appearance: none;
	background: transparent;
	border: 0;
	box-sizing: border-box;
	color: var(--uplift-white) !important;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	height: 100%;
	inset: 0;
	justify-content: flex-start;
	line-height: 1.6;
	padding: 40px;
	position: absolute;
	text-align: left;
	text-decoration: none;
	transition: opacity 180ms ease;
	width: 100%;
	z-index: 3;
}

.uplift-video-link:focus-visible {
	outline: 3px solid var(--uplift-white);
	outline-offset: -8px;
}

.uplift-video-link__content {
	align-items: center;
	display: inline-flex;
	gap: 12px;
}

.uplift-video-link__icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.uplift-video-link__icon::before {
	border-bottom: 9px solid transparent;
	border-left: 14px solid var(--uplift-white);
	border-top: 9px solid transparent;
	content: "";
	margin-left: 4px;
}

.uplift-intro-copy {
	font-size: 18px;
	line-height: 1.6;
	margin: 56px auto 0;
	max-width: 800px;
}

.uplift-intro-copy p + p,
.uplift-copy-block p + p {
	margin-top: 28px;
}

.uplift-intro-copy strong,
.uplift-copy-block strong,
.uplift-timeline strong {
	color: inherit;
	font-weight: 700;
}

.uplift-button {
	align-items: center;
	background: var(--uplift-sapphire);
	border-radius: 6px;
	color: var(--uplift-white) !important;
	display: inline-flex;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin-left: calc((100% - 800px) / 2);
	margin-top: 40px;
	min-height: 32px;
	padding: 4px 12px;
	text-decoration: none;
}

.uplift-button:hover,
.uplift-button:focus {
	background: var(--uplift-blue);
	color: var(--uplift-white) !important;
}

.uplift-logo-explainer {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(128px, 178px) minmax(0, 1fr);
	margin: 80px auto 0;
	max-width: 800px;
	text-align: left;
}

.uplift-logo-explainer img {
	display: block;
	height: auto;
	max-height: 84px;
	max-width: 178px;
	object-fit: contain;
	width: 100%;
}

.uplift-logo-explainer__copy {
	color: var(--uplift-text);
	font-size: 14px;
	line-height: 1.6;
}

.uplift-logo-explainer__copy p {
	margin: 0;
}

.uplift-section {
	background: var(--uplift-white);
	padding: 88px 0;
}

.uplift-section--muted {
	background: var(--uplift-bg);
}

.uplift-section__header {
	margin: 0 auto;
	max-width: 760px;
	text-align: center;
}

.uplift-section__header p {
	font-size: 18px;
	line-height: 1.6;
	margin: 24px auto 0;
	max-width: 620px;
}

.uplift-change-cards {
	display: grid;
	gap: 53px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 48px;
}

.uplift-info-card,
.uplift-meaning-cards li {
	background: var(--uplift-white);
	border: 1px solid var(--uplift-border);
	border-radius: 16px;
}

.uplift-info-card {
	min-height: 136px;
	padding: 32px;
}

.uplift-info-card h3 {
	margin-bottom: 20px;
}

.uplift-dot-list {
	display: grid;
	gap: 20px;
	list-style: none;
}

.uplift-dot-list li {
	align-items: start;
	column-gap: 14px;
	display: grid;
	font-size: 16px;
	grid-template-columns: 12px minmax(0, 1fr);
	line-height: 1.6;
}

.uplift-dot-list li::before {
	background: var(--uplift-blue);
	border-radius: 50%;
	content: "";
	height: 12px;
	margin-top: 7px;
	width: 12px;
}

.uplift-prose {
	text-align: center;
}

.uplift-name__layout {
	align-items: center;
	display: grid;
	gap: clamp(40px, 7vw, 96px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.uplift-name__copy h2 {
	text-align: left;
}

.uplift-name__copy .uplift-copy-block {
	margin-left: 0;
	margin-right: 0;
	max-width: 640px;
}

.uplift-name__visual {
	display: grid;
	gap: 24px;
	justify-self: end;
	justify-items: end;
	min-width: 0;
	width: 100%;
}

.uplift-name__caption {
	color: var(--uplift-text);
	font-size: 14px;
	line-height: 1.65;
	max-width: 640px;
	text-align: left;
}

.uplift-name__caption p {
	margin: 0;
}

.uplift-why__layout {
	align-items: center;
	display: grid;
	gap: clamp(48px, 9vw, 128px);
	grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
}

.uplift-why__content h2 {
	text-align: left;
}

.uplift-why .uplift-copy-block {
	margin-left: 0;
	margin-right: 0;
	max-width: 800px;
}

.uplift-card-scene {
	aspect-ratio: 612 / 972;
	cursor: grab;
	display: grid;
	filter: drop-shadow(0 28px 32px rgba(19, 49, 86, 0.18));
	height: auto;
	justify-self: center;
	max-height: 520px;
	min-height: 360px;
	place-items: center;
	position: relative;
	touch-action: none;
	width: min(100%, 340px);
}

.uplift-card-scene.is-interacting {
	cursor: grabbing;
}

.uplift-card-scene canvas {
	display: block;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.uplift-card-scene__fallback {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	position: relative;
	transition: opacity 180ms ease;
	width: auto;
}

.uplift-card-scene--ready .uplift-card-scene__fallback {
	opacity: 0;
}

.uplift-card-scene--fallback canvas {
	display: none;
}

.uplift-copy-block {
	font-size: 18px;
	line-height: 1.6;
	margin: 40px auto 0;
	max-width: 800px;
	text-align: left;
}

.uplift-copy-block ul {
	list-style: disc;
	margin: 0;
	padding-left: 28px;
}

.uplift-copy-block li {
	font-size: 18px;
	line-height: 1.6;
	padding-left: 4px;
}

.uplift-means {
	align-items: center;
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(0, 480px) minmax(0, 640px);
}

.uplift-means h2 {
	text-align: left;
}

.uplift-means__intro p {
	font-size: 18px;
	font-style: italic;
	line-height: 1.6;
	margin-top: 24px;
}

.uplift-meaning-cards {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
}

.uplift-meaning-cards li {
	--meaning-bg: var(--uplift-white);
	--meaning-border: var(--uplift-border);
	--meaning-heading: var(--uplift-sapphire);
	--meaning-text: var(--uplift-text);
	--meaning-number-bg: var(--uplift-ice);
	--meaning-number-color: var(--uplift-sapphire);
	background: var(--meaning-bg);
	border-color: var(--meaning-border);
	min-height: 198px;
	padding: 24px 32px 32px;
}

.uplift-meaning-cards li:nth-child(1) {
	--meaning-bg: #dff2fa;
	--meaning-border: #c8e8f6;
	--meaning-number-bg: #1a98d6;
	--meaning-number-color: var(--uplift-white);
}

.uplift-meaning-cards li:nth-child(2) {
	--meaning-bg: #e5eef4;
	--meaning-border: #d2e0ea;
	--meaning-number-bg: #26587e;
	--meaning-number-color: var(--uplift-white);
}

.uplift-meaning-cards li:nth-child(3) {
	--meaning-bg: #fff2be;
	--meaning-border: #ffe584;
	--meaning-number-bg: #fdcf23;
	--meaning-number-color: var(--uplift-sapphire);
}

.uplift-meaning-cards li:nth-child(4) {
	--meaning-bg: #fee7cd;
	--meaning-border: #fcd09b;
	--meaning-number-bg: #faaa38;
	--meaning-number-color: var(--uplift-sapphire);
}

.uplift-meaning-cards span {
	align-items: center;
	background: var(--meaning-number-bg);
	border-radius: 10px;
	color: var(--meaning-number-color);
	display: inline-flex;
	font-size: 20px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	line-height: 1.3;
	width: 40px;
}

.uplift-meaning-cards h3 {
	color: var(--meaning-heading);
	margin-top: 12px;
}

.uplift-meaning-cards p {
	color: var(--meaning-text);
	font-size: 16px;
	line-height: 1.6;
	margin-top: 12px;
}

.uplift-timeline-section {
	padding: 88px 0;
}

.uplift-timeline-layout {
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(0, 440px) minmax(0, 688px);
}

.uplift-timeline-layout h2 {
	text-align: left;
}

.uplift-timeline-layout p {
	font-size: 18px;
	line-height: 1.6;
	margin-top: 24px;
}

.uplift-timeline-layout p + p {
	margin-top: 0;
}

.uplift-timeline {
	counter-reset: timeline;
	display: grid;
	gap: 24px;
	list-style: none;
	position: relative;
}

.uplift-timeline::before {
	display: none;
}

.uplift-timeline li {
	--timeline-dot-fill: #008cd1;
	--timeline-line-fill: linear-gradient(180deg, #008cd1 0%, #21bfdb 100%);
	font-size: 18px;
	line-height: 1.6;
	padding-left: 40px;
	position: relative;
}

.uplift-timeline li::before {
	background: var(--timeline-dot-fill);
	border-radius: 50%;
	box-shadow: 0 0 0 4px var(--uplift-white), 0 10px 18px rgba(0, 140, 209, 0.18);
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 16px;
	z-index: 1;
}

.uplift-timeline li:nth-child(2) {
	--timeline-dot-fill: #21bfdb;
	--timeline-line-fill: linear-gradient(180deg, #21bfdb 0%, #fac90e 62%, #f9a020 100%);
}

.uplift-timeline li:nth-child(3) {
	--timeline-dot-fill: #f9a020;
}

.uplift-timeline li:not(:last-child)::after {
	background: var(--timeline-line-fill);
	bottom: calc(-24px - 15px);
	content: "";
	left: 7px;
	position: absolute;
	top: 15px;
	width: 2px;
}

.uplift-questions {
	background: var(--uplift-white);
	padding-bottom: 112px;
	text-align: left;
}

.uplift-questions__layout {
	align-items: center;
	display: grid;
	gap: clamp(48px, 8vw, 112px);
	grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
}

.uplift-questions h2 {
	text-align: left;
}

.uplift-questions__copy {
	font-size: 18px;
	line-height: 1.6;
	margin: 32px 0 0;
	max-width: 620px;
}

.uplift-questions__copy p + p {
	margin-top: 28px;
}

.uplift-questions__tagline {
	display: block;
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.6;
	margin: 0 auto !important;
	text-align: center;
	width: min(100%, 420px);
}

.uplift-questions__brand {
	display: grid;
	gap: 28px;
	justify-items: center;
	justify-self: end;
	text-align: center;
}

.uplift-questions__logo {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 388px;
	width: min(100%, 388px);
}

.uplift-customers {
	background: var(--uplift-white);
	overflow: hidden;
	padding: 104px 0 118px;
}

.uplift-customers h2 {
	text-align: center;
}

.uplift-customer-marquee {
	margin-top: 56px;
	-webkit-mask-image: linear-gradient(90deg, transparent 0, #000000 8%, #000000 92%, transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0, #000000 8%, #000000 92%, transparent 100%);
	overflow: hidden;
	width: 100%;
}

.uplift-customer-marquee__track {
	animation: upliftCustomerMarquee 64s linear infinite;
	display: flex;
	width: max-content;
	will-change: transform;
}

.uplift-customer-marquee__group {
	display: flex;
	flex: 0 0 auto;
	gap: 28px;
	padding-right: 28px;
}

.uplift-customer-card {
	aspect-ratio: 3 / 2;
	background: var(--uplift-ice);
	border-radius: 20px;
	box-shadow: 0 22px 50px rgba(19, 49, 86, 0.11);
	flex: 0 0 clamp(280px, 30vw, 430px);
	margin: 0;
	overflow: hidden;
}

.uplift-customer-card img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

@keyframes upliftCustomerMarquee {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.uplift-customer-marquee__track {
		animation: none;
		transform: translate3d(0, 0, 0);
	}
}

@media (max-width: 1100px) {
	.uplift-means,
	.uplift-timeline-layout {
		gap: 56px;
		grid-template-columns: 1fr;
	}

	.uplift-means h2,
	.uplift-timeline-layout h2,
	.uplift-questions h2 {
		text-align: center;
	}

	.uplift-means__intro {
		margin: 0 auto;
		max-width: 640px;
		text-align: center;
	}

	.uplift-button {
		margin-left: 0;
	}

	.uplift-why__layout {
		grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
	}

	.uplift-questions__layout {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.uplift-questions__copy {
		margin-left: auto;
		margin-right: auto;
	}

	.uplift-questions__brand {
		justify-self: center;
	}
}

@media (max-width: 860px) {
	.uplift-shell {
		width: calc(100% - 36px);
	}

	.uplift-hero {
		padding-top: 64px;
	}

	.uplift-hero-shader {
		height: 1200px;
		min-height: 1200px;
		opacity: 1;
		right: -420px;
		top: 0;
		width: 1600px;
	}

	.uplift-brand-lockup {
		flex-direction: column;
		gap: 18px;
		margin-top: 0;
	}

	.uplift-brand-lockup__southern {
		width: 198px;
	}

	.uplift-brand-lockup__becoming {
		font-size: 24px;
	}

	.uplift-featured-visual {
		height: auto;
	}

	.uplift-change-cards,
	.uplift-meaning-cards {
		grid-template-columns: 1fr;
	}

	.uplift-page h2 {
		font-size: 32px;
	}

	.uplift-logo-explainer {
		grid-template-columns: 1fr;
	}

	.uplift-logo-explainer img {
		justify-self: center;
		max-width: 166px;
	}

	.uplift-name__layout {
		grid-template-columns: 1fr;
	}

	.uplift-name__copy {
		margin: 0 auto;
		max-width: 680px;
	}

	.uplift-name__copy h2 {
		text-align: center;
	}

	.uplift-name__copy .uplift-copy-block {
		margin-left: auto;
		margin-right: auto;
	}

	.uplift-name__visual {
		justify-self: center;
		justify-items: center;
		max-width: 680px;
	}

	.uplift-name .uplift-reveal {
		justify-self: center;
		max-width: 680px;
	}

	.uplift-name__caption {
		max-width: 680px;
		width: 100%;
	}

	.uplift-reveal {
		aspect-ratio: 4 / 3;
		justify-self: center;
	}

	.uplift-palette-test {
		margin: 48px 0 44px;
		padding: 16px 0 20px;
	}

	.uplift-palette-note {
		padding: 0 18px;
	}

	.uplift-palette-panel {
		margin-left: calc((100vw - 100%) / -2);
		margin-right: calc((100vw - 100%) / -2);
		overflow: hidden;
	}

	.uplift-palette-panel__desktop {
		display: none;
	}

	.uplift-palette-panel__mobile {
		display: block;
		height: 220px;
		overflow: hidden;
		position: relative;
		width: 100vw;
	}

	.uplift-palette-mobile-carousel {
		align-items: center;
		cursor: grab;
		display: flex;
		height: 100%;
		position: relative;
		touch-action: none;
		transform: translateX(4.5px);
		user-select: none;
		will-change: transform;
	}

	.uplift-palette-mobile-carousel.is-dragging {
		cursor: grabbing;
	}

	.uplift-palette-mobile-panel {
		align-items: center;
		display: flex;
		flex: 0 0 54px;
		height: 100%;
		justify-content: center;
		position: relative;
		width: 54px;
	}

	.uplift-palette-mobile-panel .uplift-palette-swatch {
		border-radius: 20px;
		font-size: 16px;
		height: 100%;
		left: auto !important;
		min-width: calc(70vw - 120px);
		position: relative;
		transform: none;
		width: auto !important;
	}

	.uplift-palette-mobile-panel .uplift-palette-swatch__info {
		flex-flow: column;
		gap: 4px;
		inset: 16px;
		pointer-events: none;
		transition-duration: 90ms;
		user-select: none;
	}

	.uplift-why__layout {
		grid-template-columns: 1fr;
	}

	.uplift-why__content h2 {
		text-align: center;
	}

	.uplift-card-scene {
		margin-top: 4px;
		min-height: 320px;
		width: min(78vw, 300px);
	}

	.uplift-customers {
		padding: 72px 0 84px;
	}

	.uplift-customer-marquee {
		margin-top: 40px;
	}

	.uplift-customer-marquee__group {
		gap: 18px;
		padding-right: 18px;
	}

	.uplift-customer-card {
		border-radius: 16px;
		flex-basis: clamp(240px, 72vw, 340px);
	}
}

@media (max-width: 560px) {
	.uplift-shell {
		width: calc(100% - 28px);
	}

	.uplift-hero {
		padding: 48px 0 72px;
	}

	.uplift-hero-shader {
		height: 1120px;
		min-height: 1120px;
		right: -500px;
		top: 0;
		width: 1500px;
	}

	.uplift-palette-test {
		margin: 44px 0 32px;
		padding: 16px 0 20px;
	}

	.uplift-palette-panel__mobile {
		height: 206px;
	}

	.uplift-palette-mobile-panel .uplift-palette-swatch {
		font-size: 14px;
		min-width: calc(74vw - 112px);
	}

	.uplift-reveal {
		aspect-ratio: 4 / 3;
		border-radius: 0;
		box-shadow: 0 18px 42px rgba(19, 49, 86, 0.12);
	}

	.uplift-brand-lockup__uplift {
		max-height: 74px;
		max-width: 158px;
	}

	.uplift-hero__lead {
		font-size: 20px;
	}

	.uplift-featured-visual {
		border-radius: 16px;
		margin-top: 40px;
	}

	.uplift-video-link {
		padding: 22px;
	}

	.uplift-intro-copy,
	.uplift-copy-block,
	.uplift-copy-block li,
	.uplift-timeline-layout p,
	.uplift-timeline li,
	.uplift-questions__copy,
	.uplift-questions__tagline {
		font-size: 16px;
	}

	.uplift-section {
		padding: 64px 0;
	}

	.uplift-info-card,
	.uplift-meaning-cards li {
		padding: 24px;
	}

	.uplift-card-scene {
		min-height: 300px;
		width: min(82vw, 270px);
	}
}
