/* =====================================================================
   PRISM GAP & FLUSH SCANNER
   Scoped to .sphere-prism-gapflush-page only.
   Every --pgf-* variable below is editable.
   ===================================================================== */

.sphere-home.sphere-prism-gapflush-page {
	--pgf-page-bg: #232323;
	--pgf-header-bg: #232323;
	--pgf-accent: #e85232;
	--pgf-accent-hover: var(--sphere-orange, #e54225);
	--pgf-ink: #1c1c1e;
	--pgf-muted: #55565b;
	--pgf-white: #ffffff;

	background: var(--pgf-page-bg);
}

.sphere-home.sphere-prism-gapflush-page.sphere-header-dark {
	--sphere-dark-header-bg: var(--pgf-header-bg);
}

.sphere-home.sphere-prism-gapflush-page .site-header {
	background: var(--pgf-header-bg);
	border-bottom: none;
	box-shadow: none;
}

.sphere-home.sphere-prism-gapflush-page .site-header.is-nav-open {
	border-bottom: none;
	box-shadow: none;
}

.sphere-home.sphere-prism-gapflush-page .site-main ~ .partners,
.sphere-home.sphere-prism-gapflush-page .footer-cta {
	display: none;
}

/* ── Intro ───────────────────────────────────────────────────────────── */
.sphere-home .pgf-intro {
	--pgf-intro-bg: #f5f5f5;
	--pgf-intro-pad-y: clamp(4rem, 7vw, 5.5rem);
	--pgf-intro-gap: clamp(2.25rem, 5vw, 4.25rem);
	--pgf-intro-title-size: clamp(1.75rem, 3.2vw, 2.5rem);
	--pgf-intro-title-color: #232323;
	--pgf-intro-title-accent: var(--pgf-accent);
	--pgf-intro-lead-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
	--pgf-intro-lead-line: 1.7;
	--pgf-intro-lead-color: #55565b;
	--pgf-intro-text-size: clamp(0.875rem, 1.1vw, 0.975rem);
	--pgf-intro-text-line: 1.7;
	--pgf-intro-text-color: #444444;
	--pgf-intro-card-bg: #ffffff;
	--pgf-intro-card-radius: 0.9375rem;
	--pgf-intro-card-pad-y: clamp(1.75rem, 3vw, 2.5rem);
	--pgf-intro-card-pad-x: clamp(1.5rem, 2.8vw, 2.25rem);
	--pgf-intro-card-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.06);
	--pgf-intro-card-accent: var(--pgf-accent);
	--pgf-intro-card-accent-width: 2.5rem;
	--pgf-intro-card-accent-height: 0.1875rem;

	background: var(--pgf-intro-bg);
	padding-top: var(--pgf-intro-pad-y);
	padding-bottom: var(--pgf-intro-pad-y);
}

.sphere-home .pgf-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
	gap: var(--pgf-intro-gap);
	align-items: start;
}

.sphere-home .pgf-intro__content,
.sphere-home .pgf-intro__copy {
	min-width: 0;
}

.sphere-home .pgf-intro__title {
	margin: 0 0 1.25rem;
	font-size: 2.5rem;
    padding-right: 4rem;
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--pgf-intro-title-color);
}

.sphere-home .pgf-intro__title-accent {
	display: block;
	color: var(--pgf-intro-title-accent);
}

.sphere-home .pgf-intro__lead {
	margin: 0 0 1.75rem;
	font-size: var(--pgf-intro-lead-size);
	line-height: var(--pgf-intro-lead-line);
	color: var(--pgf-intro-lead-color);
}

.sphere-home .pgf-intro__btn {
	margin-top: 0.25rem;
}

.sphere-home .pgf-intro__copy {
	position: relative;
	padding: var(--pgf-intro-card-pad-y) var(--pgf-intro-card-pad-x);
	background: var(--pgf-intro-card-bg);
	border-radius: var(--pgf-intro-card-radius);
	box-shadow: var(--pgf-intro-card-shadow);
}

.sphere-home .pgf-intro__copy::before {
	content: '';
	position: absolute;
	top: 0;
	left: var(--pgf-intro-card-pad-x);
	width: 7rem;
	height: var(--pgf-intro-card-accent-height);
	background: var(--pgf-intro-card-accent);
	border-radius: 999px;
	pointer-events: none;
}

.sphere-home .pgf-intro__copy p {
	margin: 0 0 1.15rem;
	font-size: var(--pgf-intro-text-size);
	line-height: var(--pgf-intro-text-line);
	color: var(--pgf-intro-text-color);
}

.sphere-home .pgf-intro__copy p:first-of-type {
	margin-top: calc(var(--pgf-intro-card-accent-height) + 1rem);
}

.sphere-home .pgf-intro__copy p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.sphere-home .pgf-intro__grid {
		grid-template-columns: 1fr;
	}
}

/* ── Product ─────────────────────────────────────────────────────────── */
.sphere-home .pgf-product {
	--pgf-product-bg: #2e2e2e;
	--pgf-product-pad-y: clamp(4rem, 7vw, 5.5rem);
	--pgf-product-gap: clamp(2.25rem, 5vw, 4.25rem);
	--pgf-product-title-size: clamp(1.75rem, 3.2vw, 2.5rem);
	--pgf-product-title-color: #ffffff;
	--pgf-product-text-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
	--pgf-product-text-line: 1.7;
	--pgf-product-text-color: rgba(255, 255, 255, 0.88);
	--pgf-product-card-bg: #242424;
	--pgf-product-card-radius: 0.9375rem;
	--pgf-product-card-pad-y: clamp(1.75rem, 3vw, 2.5rem);
	--pgf-product-card-pad-x: clamp(1.5rem, 2.8vw, 2.25rem);
	--pgf-product-card-accent: var(--pgf-accent);
	--pgf-product-card-accent-width: 2.5rem;
	--pgf-product-card-accent-height: 0.1875rem;

	background: var(--pgf-product-bg);
	padding-top: var(--pgf-product-pad-y);
	padding-bottom: var(--pgf-product-pad-y);
}

.sphere-home .pgf-product__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
	gap: var(--pgf-product-gap);
	align-items: start;
}

.sphere-home .pgf-product__content,
.sphere-home .pgf-product__copy {
	min-width: 0;
}

.sphere-home .pgf-product__title {
	margin: 0 0 1.25rem;
	font-size: var(--pgf-product-title-size);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--pgf-product-title-color);
}

.sphere-home .pgf-product__title-accent {
	display: block;
	color: var(--pgf-accent);
}

.sphere-home .pgf-product__text {
	margin: 0 0 1.15rem;
	font-size: var(--pgf-product-text-size);
	line-height: var(--pgf-product-text-line);
	color: var(--pgf-product-text-color);
}

.sphere-home .pgf-product__text:last-child {
	margin-bottom: 0;
}

.sphere-home .pgf-product__copy {
	position: relative;
	padding: var(--pgf-product-card-pad-y) var(--pgf-product-card-pad-x);
	background: var(--pgf-product-card-bg);
	border-radius: var(--pgf-product-card-radius);
}

.sphere-home .pgf-product__copy::before {
	content: '';
	position: absolute;
	top: 0;
    left: var(--pgf-product-card-pad-x);
    width: 7rem;
	height: var(--pgf-product-card-accent-height);
	background: var(--pgf-product-card-accent);
	border-radius: 999px;
	pointer-events: none;
}

.sphere-home .pgf-product__copy p {
	margin: 0 0 1.15rem;
	font-size: var(--pgf-product-text-size);
	line-height: var(--pgf-product-text-line);
	color: var(--pgf-product-text-color);
}

.sphere-home .pgf-product__copy p:first-of-type {
	margin-top: calc(var(--pgf-product-card-accent-height) + 1rem);
}

.sphere-home .pgf-product__copy p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.sphere-home .pgf-product__grid {
		grid-template-columns: 1fr;
	}
}

/* ── Built For Operations ────────────────────────────────────────────── */
.sphere-home .pgf-ops {
	--pgf-ops-bg: #ffffff;
	--pgf-ops-pad-y: clamp(4rem, 7vw, 5.5rem);
	--pgf-ops-header-gap: clamp(2rem, 4vw, 3rem);
	--pgf-ops-header-col-gap: clamp(1.5rem, 4vw, 3rem);
	--pgf-ops-title-size: clamp(1.75rem, 3vw, 2.25rem);
	--pgf-ops-title-color: #232323;
	--pgf-ops-title-accent: var(--pgf-accent);
	--pgf-ops-intro-color: #55565b;
	--pgf-ops-card-bg: #ffffff;
	--pgf-ops-card-title: #1c1c1e;
	--pgf-ops-card-text: #5b5b60;
	--pgf-ops-card-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.08);
	--pgf-ops-card-shadow-hover: 0 1.5rem 2.75rem rgba(0, 0, 0, 0.14);
	--pgf-ops-card-lift: -6px;
	--pgf-ops-card-accent-inset: 1.5rem;
	--pgf-ops-card-radius: 0.9375rem;
	--pgf-ops-icon-size: 3rem;
	--pgf-ops-icon-rest-opacity: 0.6;
	--pgf-ops-icon-hover-filter: brightness(0) saturate(100%) invert(42%) sepia(72%) saturate(1847%) hue-rotate(344deg) brightness(96%) contrast(91%);
	--pgf-ops-pattern-opacity: 1;
	--pgf-ops-pattern-width: min(24rem, 34vw);
	--pgf-ops-pattern-size: auto 88%;

	position: relative;
	overflow: hidden;
	background: var(--pgf-ops-bg);
	padding-top: var(--pgf-ops-pad-y);
	padding-bottom: var(--pgf-ops-pad-y);
}

.sphere-home .pgf-ops__pattern {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	width: var(--pgf-ops-pattern-width);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: var(--pgf-ops-pattern-size);
	opacity: var(--pgf-ops-pattern-opacity);
	pointer-events: none;
	mix-blend-mode: multiply;
}

.sphere-home .pgf-ops > .container {
	position: relative;
	z-index: 1;
}

.sphere-home .pgf-ops__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--pgf-ops-header-col-gap);
	margin-bottom: var(--pgf-ops-header-gap);
	text-align: left;
}

.sphere-home .pgf-ops__title {
	flex: 0 0 auto;
	margin: 0;
	font-size: var(--pgf-ops-title-size);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--pgf-ops-title-accent);
}

.sphere-home .pgf-ops__title-accent {
	color: var(--pgf-ops-title-accent);
}

.sphere-home .pgf-ops__intro {
	flex: 1 1 auto;
	margin: 0;
	margin-left: auto;
	max-width: 32rem;
	font-size: clamp(0.9375rem, 1.3vw, 1.0625rem);
	line-height: 1.55;
	font-weight: 400;
	color: var(--pgf-ops-intro-color);
}

.sphere-home .pgf-ops__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
	align-items: stretch;
}

.sphere-home .pgf-ops__card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: clamp(1.75rem, 2.5vw, 2.25rem);
	padding-bottom: calc(clamp(1.75rem, 2.5vw, 2.25rem) + 0.5rem);
	background: var(--pgf-ops-card-bg);
	border-radius: var(--pgf-ops-card-radius);
	box-shadow: var(--pgf-ops-card-shadow);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sphere-home .pgf-ops__card::after {
	content: '';
	position: absolute;
	left: var(--pgf-ops-card-accent-inset);
	right: var(--pgf-ops-card-accent-inset);
	bottom: 0;
	height: 2px;
	border-radius: 999px;
	background: var(--pgf-accent);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
}

.sphere-home .pgf-ops__card:hover,
.sphere-home .pgf-ops__card:focus-within {
	transform: translateY(var(--pgf-ops-card-lift));
	box-shadow: var(--pgf-ops-card-shadow-hover);
}

.sphere-home .pgf-ops__card:hover::after,
.sphere-home .pgf-ops__card:focus-within::after {
	transform: scaleX(1);
}

.sphere-home .pgf-ops__icon {
	display: block;
	width: var(--pgf-ops-icon-size);
	height: var(--pgf-ops-icon-size);
	margin-bottom: 1.25rem;
	line-height: 0;
}

.sphere-home .pgf-ops__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
	filter: brightness(0);
	opacity: var(--pgf-ops-icon-rest-opacity);
	transition: filter 0.25s ease, opacity 0.25s ease;
}

.sphere-home .pgf-ops__card:hover .pgf-ops__icon img,
.sphere-home .pgf-ops__card:focus-within .pgf-ops__icon img {
	opacity: 1;
	filter: var(--pgf-ops-icon-hover-filter);
}

.sphere-home .pgf-ops__card-title {
	margin: 0 0 0.75rem;
	font-size: 1.125rem;
	line-height: 1.3;
	font-weight: 700;
	color: var(--pgf-ops-card-title);
	transition: color 0.25s ease;
}

.sphere-home .pgf-ops__card:hover .pgf-ops__card-title,
.sphere-home .pgf-ops__card:focus-within .pgf-ops__card-title {
	color: var(--pgf-accent);
}

.sphere-home .pgf-ops__card-text {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--pgf-ops-card-text);
}

@media (max-width: 1024px) {
	.sphere-home .pgf-ops__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.sphere-home .pgf-ops__intro {
		max-width: none;
		margin-left: 0;
		text-align: left;
	}

	.sphere-home .pgf-ops__pattern {
		--pgf-ops-pattern-width: min(16rem, 55vw);
		--pgf-ops-pattern-size: auto 70%;
		opacity: 0.55;
	}
}

/* ── How It Works ────────────────────────────────────────────────────── */
.sphere-home .pgf-steps {
	--pgf-steps-bg: #ffffff;
	--pgf-steps-pad-y: clamp(4rem, 7vw, 5.5rem);
	--pgf-steps-header-gap: clamp(2rem, 4vw, 3rem);
	--pgf-steps-header-col-gap: clamp(1.5rem, 4vw, 3rem);
	--pgf-steps-title-size: clamp(1.75rem, 3vw, 2.25rem);
	--pgf-steps-title-accent: var(--pgf-accent);
	--pgf-steps-intro-color: #55565b;
	--pgf-steps-card-bg: #333333;
	--pgf-steps-card-bg-hover: #000000;
	--pgf-steps-card-title: #ffffff;
	--pgf-steps-card-text: rgba(255, 255, 255, 0.88);
	--pgf-steps-card-radius: 0.9375rem;
	--pgf-steps-card-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.12);
	--pgf-steps-card-shadow-hover: 0 1.5rem 2.75rem rgba(0, 0, 0, 0.22);
	--pgf-steps-card-lift: -6px;
	--pgf-steps-num-size: var(--sphere-card-num-size, 50px);
	--pgf-steps-num-color: #ffffff;
	--pgf-steps-rule: rgba(255, 255, 255, 0.28);
	--pgf-steps-pattern-opacity: 1;
	--pgf-steps-pattern-width: min(24rem, 34vw);
	--pgf-steps-pattern-size: auto 88%;

	position: relative;
	overflow: hidden;
	background: var(--pgf-steps-bg);
	padding-top: var(--pgf-steps-pad-y);
	padding-bottom: var(--pgf-steps-pad-y);
}

.sphere-home .pgf-steps__pattern {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	width: var(--pgf-steps-pattern-width);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: var(--pgf-steps-pattern-size);
	opacity: var(--pgf-steps-pattern-opacity);
	pointer-events: none;
	mix-blend-mode: multiply;
}

.sphere-home .pgf-steps > .container {
	position: relative;
	z-index: 1;
}

.sphere-home .pgf-steps__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--pgf-steps-header-col-gap);
	margin-bottom: var(--pgf-steps-header-gap);
	text-align: left;
}

.sphere-home .pgf-steps__title {
	flex: 0 0 auto;
	margin: 0;
	font-size: var(--pgf-steps-title-size);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--pgf-steps-title-accent);
}

.sphere-home .pgf-steps__title-accent {
	color: var(--pgf-steps-title-accent);
}

.sphere-home .pgf-steps__intro {
	flex: 1 1 auto;
	margin: 0;
	margin-left: auto;
	max-width: 28rem;
	font-size: clamp(0.9375rem, 1.3vw, 1.0625rem);
	line-height: 1.55;
	font-weight: 400;
	color: var(--pgf-steps-intro-color);
}

.sphere-home .pgf-steps__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
	align-items: stretch;
}

.sphere-home .pgf-steps__card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: clamp(1.75rem, 2.8vw, 2.25rem);
	background: var(--pgf-steps-card-bg);
	border-radius: var(--pgf-steps-card-radius);
	box-shadow: var(--pgf-steps-card-shadow);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.sphere-home .pgf-steps__card:hover,
.sphere-home .pgf-steps__card:focus-within {
	transform: translateY(var(--pgf-steps-card-lift));
	box-shadow: var(--pgf-steps-card-shadow-hover);
	background: var(--pgf-steps-card-bg-hover);
}

.sphere-home .pgf-steps__card-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.85rem;
}

.sphere-home .pgf-steps__num {
	flex: 0 0 auto;
	font-size: var(--pgf-steps-num-size);
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: var(--pgf-steps-num-color);
	transition: color 0.25s ease;
}

.sphere-home .pgf-steps__card-title {
	flex: 1 1 auto;
	margin: 0;
	padding-top: 0.2rem;
	font-size: var(--sphere-card-title-size, 24px);
	line-height: 1.3;
	font-weight: 700;
	color: var(--pgf-steps-card-title);
	transition: color 0.25s ease;
}

.sphere-home .pgf-steps__rule {
	display: block;
    width: 11.25rem;
    height: 1px;
    margin: 0 0 1.15rem;
    background: rgb(255 255 255);
    transition: background 0.25s ease;
}

.sphere-home .pgf-steps__card:hover .pgf-steps__card-title,
.sphere-home .pgf-steps__card:focus-within .pgf-steps__card-title,
.sphere-home .pgf-steps__card:hover .pgf-steps__num,
.sphere-home .pgf-steps__card:focus-within .pgf-steps__num {
	color: var(--pgf-accent);
}

.sphere-home .pgf-steps__card:hover .pgf-steps__rule,
.sphere-home .pgf-steps__card:focus-within .pgf-steps__rule {
	background: var(--pgf-accent);
}

.sphere-home .pgf-steps__card-text {
	margin: 0;
	font-size: var(--sphere-card-desc-size, 19px);
	line-height: 1.65;
	color: var(--pgf-steps-card-text);
}

@media (max-width: 1024px) {
	.sphere-home .pgf-steps__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.sphere-home .pgf-steps__intro {
		max-width: none;
		margin-left: 0;
		text-align: left;
	}

	.sphere-home .pgf-steps__pattern {
		--pgf-steps-pattern-width: min(16rem, 55vw);
		--pgf-steps-pattern-size: auto 70%;
		opacity: 0.55;
	}
}

/* ── Total Vehicle Passport ──────────────────────────────────────────── */
.sphere-home .pgf-passport {
	--pgf-passport-bg: #ffffff;
	--pgf-passport-pad-y: clamp(4rem, 7vw, 5.5rem);
	--pgf-passport-gap: clamp(2.25rem, 5vw, 4.25rem);
	--pgf-passport-title-size: clamp(1.75rem, 3.2vw, 2.5rem);
	--pgf-passport-title-color: #232323;
	--pgf-passport-title-accent: var(--pgf-accent);
	--pgf-passport-lead-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
	--pgf-passport-lead-line: 1.7;
	--pgf-passport-lead-color: #55565b;
	--pgf-passport-text-size: clamp(0.875rem, 1.1vw, 0.975rem);
	--pgf-passport-text-line: 1.7;
	--pgf-passport-text-color: #444444;
	--pgf-passport-card-bg: #f5f5f5;
	--pgf-passport-card-radius: 0.9375rem;
	--pgf-passport-card-pad-y: clamp(1.75rem, 3vw, 2.5rem);
	--pgf-passport-card-pad-x: clamp(1.5rem, 2.8vw, 2.25rem);
	--pgf-passport-card-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.06);
	--pgf-passport-card-accent: var(--pgf-accent);
	--pgf-passport-card-accent-width: 7rem;
	--pgf-passport-card-accent-height: 0.1875rem;
	--pgf-passport-pattern-opacity: 1;
	--pgf-passport-pattern-width: min(24rem, 34vw);
	--pgf-passport-pattern-size: auto 88%;

	position: relative;
	overflow: hidden;
	background: var(--pgf-passport-bg);
	padding-top: var(--pgf-passport-pad-y);
	padding-bottom: var(--pgf-passport-pad-y);
}

.sphere-home .pgf-passport__pattern {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	width: var(--pgf-passport-pattern-width);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: var(--pgf-passport-pattern-size);
	opacity: var(--pgf-passport-pattern-opacity);
	pointer-events: none;
	mix-blend-mode: multiply;
}

.sphere-home .pgf-passport > .container {
	position: relative;
	z-index: 1;
}

.sphere-home .pgf-passport__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
	gap: var(--pgf-passport-gap);
	align-items: start;
}

.sphere-home .pgf-passport__content,
.sphere-home .pgf-passport__copy {
	min-width: 0;
}

.sphere-home .pgf-passport__title {
	margin: 0 0 1.25rem;
	font-size: var(--pgf-passport-title-size);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--pgf-passport-title-color);
}

.sphere-home .pgf-passport__title-accent {
	display: block;
	color: var(--pgf-passport-title-accent);
}

.sphere-home .pgf-passport__lead {
	margin: 0 0 1.75rem;
	font-size: var(--pgf-passport-lead-size);
	line-height: var(--pgf-passport-lead-line);
	color: var(--pgf-passport-lead-color);
}

.sphere-home .pgf-passport__btn {
	margin-top: 0.25rem;
}

.sphere-home .pgf-passport__copy {
	position: relative;
	padding: var(--pgf-passport-card-pad-y) var(--pgf-passport-card-pad-x);
	background: var(--pgf-passport-card-bg);
	border-radius: var(--pgf-passport-card-radius);
	box-shadow: var(--pgf-passport-card-shadow);
}

.sphere-home .pgf-passport__copy::before {
	content: '';
	position: absolute;
	top: 0;
	left: var(--pgf-passport-card-pad-x);
	width: var(--pgf-passport-card-accent-width);
	height: var(--pgf-passport-card-accent-height);
	background: var(--pgf-passport-card-accent);
	border-radius: 999px;
	pointer-events: none;
}

.sphere-home .pgf-passport__copy p {
	margin: 0 0 1.15rem;
	font-size: var(--pgf-passport-text-size);
	line-height: var(--pgf-passport-text-line);
	color: var(--pgf-passport-text-color);
}

.sphere-home .pgf-passport__copy p:first-of-type {
	margin-top: calc(var(--pgf-passport-card-accent-height) + 1rem);
}

.sphere-home .pgf-passport__copy p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.sphere-home .pgf-passport__grid {
		grid-template-columns: 1fr;
	}

	.sphere-home .pgf-passport__pattern {
		--pgf-passport-pattern-width: min(16rem, 55vw);
		--pgf-passport-pattern-size: auto 70%;
		opacity: 0.55;
	}
}

/* ── The PRISM Footprint Family ──────────────────────────────────────── */
.sphere-home .pgf-family {
	--pgf-family-bg: #f2f2f2;
	--pgf-family-pad-y: clamp(4rem, 7vw, 5.5rem);
	--pgf-family-header-gap: clamp(2rem, 4vw, 3rem);
	--pgf-family-header-col-gap: clamp(1.5rem, 4vw, 3rem);
	--pgf-family-title-size: clamp(1.75rem, 3vw, 2.25rem);
	--pgf-family-title-color: #232323;
	--pgf-family-title-accent: var(--pgf-accent);
	--pgf-family-intro-color: #55565b;
	--pgf-family-card-bg: #ffffff;
	--pgf-family-card-radius: 0.9375rem;
	--pgf-family-card-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.08);
	--pgf-family-card-shadow-hover: 0 1rem 2rem rgba(0, 0, 0, 0.12);
	--pgf-family-card-pad: clamp(1.35rem, 2vw, 1.75rem);
	--pgf-family-card-title: #1c1c1e;
	--pgf-family-card-text: #5b5b60;
	--pgf-family-card-accent-inset: 1.25rem;
	--pgf-family-img-height: 9.5rem;
	--pgf-family-img-bg: #0a0a0a;
	--pgf-family-img-radius: 0.5rem;

	background: var(--pgf-family-bg);
	padding-top: var(--pgf-family-pad-y);
	padding-bottom: var(--pgf-family-pad-y);
}

.sphere-home .pgf-family__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--pgf-family-header-col-gap);
	margin-bottom: var(--pgf-family-header-gap);
	text-align: left;
}

.sphere-home .pgf-family__title {
	flex: 0 0 auto;
	margin: 0;
	font-size: var(--pgf-family-title-size);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--pgf-family-title-color);
}

.sphere-home .pgf-family__title-accent {
	color: var(--pgf-family-title-accent);
}

.sphere-home .pgf-family__intro {
	flex: 1 1 auto;
	margin: 0;
	margin-left: auto;
	max-width: 28rem;
	font-size: clamp(0.9375rem, 1.3vw, 1.0625rem);
	line-height: 1.55;
	font-weight: 400;
	color: var(--pgf-family-intro-color);
}

.sphere-home .pgf-family__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(0.875rem, 1.5vw, 1.25rem);
	align-items: stretch;
}

.sphere-home .pgf-family__card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: var(--pgf-family-card-pad);
	padding-bottom: calc(var(--pgf-family-card-pad) + 0.35rem);
	background: var(--pgf-family-card-bg);
	border-radius: var(--pgf-family-card-radius);
	box-shadow: var(--pgf-family-card-shadow);
	overflow: hidden;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.sphere-home .pgf-family__card::after {
	content: '';
	position: absolute;
	left: var(--pgf-family-card-accent-inset);
	right: var(--pgf-family-card-accent-inset);
	bottom: 0;
	height: 3px;
	border-radius: 999px 999px 0 0;
	background: var(--pgf-accent);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
}

.sphere-home .pgf-family__card-link {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 100%;
	color: inherit;
	text-decoration: none;
}

.sphere-home .pgf-family__card-title {
	margin: 0 0 1rem;
	font-size: 1.0625rem;
	line-height: 1.3;
	font-weight: 700;
	color: var(--pgf-family-card-title);
	transition: color 0.25s ease;
}

.sphere-home .pgf-family__card-media {
	--pgf-family-img-transition: 0.35s ease;

	position: relative;
	display: block;
	margin: 0 0 1.15rem;
	height: var(--pgf-family-img-height);
	border-radius: var(--pgf-family-img-radius);
	line-height: 0;
	overflow: hidden;
}

.sphere-home .pgf-family__card-media img,
.sphere-home .pgf-family__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	pointer-events: none;
	transition: opacity var(--pgf-family-img-transition);
}

.sphere-home .pgf-family__card-media--swap {
	cursor: pointer;
}

.sphere-home .pgf-family__card-media--swap .pgf-family__img--base {
	position: relative;
	z-index: 1;
	opacity: 1;
}

.sphere-home .pgf-family__card-media--swap .pgf-family__img--hover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
}

.sphere-home .pgf-family__card--swap:hover .pgf-family__img--base,
.sphere-home .pgf-family__card--swap:focus-within .pgf-family__img--base,
.sphere-home .pgf-family__card-media--swap:hover .pgf-family__img--base,
.sphere-home .pgf-family__card-media--swap:focus-within .pgf-family__img--base {
	opacity: 0;
}

.sphere-home .pgf-family__card--swap:hover .pgf-family__img--hover,
.sphere-home .pgf-family__card--swap:focus-within .pgf-family__img--hover,
.sphere-home .pgf-family__card-media--swap:hover .pgf-family__img--hover,
.sphere-home .pgf-family__card-media--swap:focus-within .pgf-family__img--hover {
	opacity: 1;
	visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
	.sphere-home .pgf-family__card-media--swap .pgf-family__img {
		transition: none;
	}
}

.sphere-home .pgf-family__card-text {
	margin: 0;
	margin-top: auto;
	font-size: 0.875rem;
	line-height: 1.6;
	color: var(--pgf-family-card-text);
}

.sphere-home .pgf-family__card:hover,
.sphere-home .pgf-family__card:focus-within {
	box-shadow: var(--pgf-family-card-shadow-hover);
	transform: translateY(-4px);
}

.sphere-home .pgf-family__card:hover .pgf-family__card-title,
.sphere-home .pgf-family__card:focus-within .pgf-family__card-title {
	color: var(--pgf-accent);
}

.sphere-home .pgf-family__card:hover::after,
.sphere-home .pgf-family__card:focus-within::after {
	transform: scaleX(1);
}

@media (max-width: 1024px) {
	.sphere-home .pgf-family__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.sphere-home .pgf-family__intro {
		max-width: none;
		margin-left: 0;
	}

	.sphere-home .pgf-family__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.sphere-home .pgf-family__grid {
		grid-template-columns: 1fr;
		max-width: 22rem;
		margin: 0 auto;
	}
}

/* ── FAQ ─────────────────────────────────────────────────────────────── */
.sphere-home .pgf-faq {
	--pgf-faq-bg: #f5f5f5;
	--pgf-faq-accent: var(--pgf-accent);
	--pgf-faq-heading: #222222;
	--pgf-faq-cta-note: #999999;
	--pgf-faq-cta-text: #222222;
	--pgf-faq-item-bg: #ffffff;
	--pgf-faq-item-border: rgba(0, 0, 0, 0.06);
	--pgf-faq-question: #333333;
	--pgf-faq-answer: #666666;
	--pgf-faq-icon: #b0b0b0;
	--pgf-faq-pad-y: clamp(4rem, 7vw, 5rem);
	--pgf-faq-grid-gap: clamp(2.5rem, 5vw, 4.5rem);
	--pgf-faq-intro-col: 0.9fr;
	--pgf-faq-list-col: 1.6fr;
	--pgf-faq-item-gap: 1rem;
	--pgf-faq-title-size: var(--sphere-faq-title-size, 50px);
	--pgf-faq-question-size: var(--sphere-faq-text-size, 19px);
	--pgf-faq-answer-size: var(--sphere-faq-text-size, 19px);
	--pgf-faq-item-radius: 0.625rem;
	--pgf-faq-item-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.05);
	--pgf-faq-item-shadow-hover: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.08);
	--pgf-faq-item-shadow-open: 0 0.375rem 1.25rem rgba(232, 82, 50, 0.08);
	--pgf-faq-question-pad: 1.5rem 1.75rem;
	--pgf-faq-answer-pad-x: 1.75rem;
	--pgf-faq-answer-pad-bottom: 1.5rem;
	--pgf-faq-icon-size: 1.25rem;

	background: var(--pgf-faq-bg);
	padding-top: var(--pgf-faq-pad-y);
	padding-bottom: var(--pgf-faq-pad-y);
}

.sphere-home .pgf-faq__grid {
	display: grid;
	grid-template-columns: minmax(0, var(--pgf-faq-intro-col)) minmax(0, var(--pgf-faq-list-col));
	gap: var(--pgf-faq-grid-gap);
	align-items: start;
}

.sphere-home .pgf-faq__title {
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
	margin: 0;
	font-size: var(--pgf-faq-title-size);
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.sphere-home .pgf-faq__title-accent {
	color: var(--pgf-faq-accent);
}

.sphere-home .pgf-faq__title-line {
	color: var(--pgf-faq-heading);
}

.sphere-home .pgf-faq__cta {
	margin-top: 2.5rem;
}

.sphere-home .pgf-faq__cta-note {
	margin: 0 0 0.625rem;
	font-size: 0.9375rem;
	color: var(--pgf-faq-cta-note);
}

.sphere-home .pgf-faq__cta-text {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--pgf-faq-cta-text);
}

.sphere-home .pgf-faq__cta-link {
	color: var(--pgf-faq-accent);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.sphere-home .pgf-faq__list {
	display: flex;
	flex-direction: column;
	gap: var(--pgf-faq-item-gap);
}

.sphere-home .pgf-faq__item {
	background: var(--pgf-faq-item-bg);
	border: 1px solid var(--pgf-faq-item-border);
	border-radius: var(--pgf-faq-item-radius);
	box-shadow: var(--pgf-faq-item-shadow);
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}

.sphere-home .pgf-faq__item:hover {
	box-shadow: var(--pgf-faq-item-shadow-hover);
}

.sphere-home .pgf-faq__item.is-open {
	box-shadow: var(--pgf-faq-item-shadow-open);
	border-color: var(--pgf-faq-item-border);
}

.sphere-home .pgf-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	padding: var(--pgf-faq-question-pad);
	margin: 0;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
	font-family: inherit;
	font-size: var(--pgf-faq-question-size);
	font-weight: 600;
	color: var(--pgf-faq-question);
}

.sphere-home .pgf-faq__item.is-open .pgf-faq__question-text {
	color: var(--pgf-faq-accent);
}

.sphere-home .pgf-faq__question:hover {
	color: var(--pgf-faq-accent);
}

.sphere-home .pgf-faq__answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.sphere-home .pgf-faq__answer[hidden] {
	display: none;
}

.sphere-home .pgf-faq__item.is-open .pgf-faq__answer {
	display: grid;
	grid-template-rows: 1fr;
}

.sphere-home .pgf-faq__answer-inner {
	overflow: hidden;
}

.sphere-home .pgf-faq__icon {
	position: relative;
	flex: 0 0 var(--pgf-faq-icon-size);
	width: var(--pgf-faq-icon-size);
	height: var(--pgf-faq-icon-size);
}

.sphere-home .pgf-faq__icon::before,
.sphere-home .pgf-faq__icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: var(--pgf-faq-icon);
	transition: transform 0.25s ease, background 0.25s ease;
}

.sphere-home .pgf-faq__icon::before {
	width: 0.75rem;
	height: 2px;
	transform: translate(-50%, -50%);
}

.sphere-home .pgf-faq__icon::after {
	width: 2px;
	height: 0.75rem;
	transform: translate(-50%, -50%);
}

.sphere-home .pgf-faq__item.is-open .pgf-faq__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
	opacity: 0;
}

.sphere-home .pgf-faq__item.is-open .pgf-faq__icon::before {
	background: var(--pgf-faq-accent);
}

.sphere-home .pgf-faq__answer-inner {
	padding: 0 var(--pgf-faq-answer-pad-x) var(--pgf-faq-answer-pad-bottom);
	background: transparent;
}

.sphere-home .pgf-faq__answer-inner p {
	margin: 0;
	font-size: var(--pgf-faq-answer-size);
	line-height: 1.65;
	color: var(--pgf-faq-answer);
}

/* ── Shared button hovers ──────────────────────────────────────────── */
.sphere-home.sphere-prism-gapflush-page .btn--orange:hover,
.sphere-home.sphere-prism-gapflush-page .btn--orange:focus-visible {
	background: #333;
}

/* ── Responsive ──────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
	.sphere-home .pgf-ops__grid,
	.sphere-home .pgf-steps__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.sphere-home .pgf-intro__grid,
	.sphere-home .pgf-product__grid,
	.sphere-home .pgf-passport__grid {
		grid-template-columns: 1fr;
	}

	.sphere-home .pgf-faq__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.sphere-home .pgf-ops__grid,
	.sphere-home .pgf-steps__grid {
		grid-template-columns: 1fr;
	}

	.sphere-home .pgf-ops__card,
	.sphere-home .pgf-steps__card {
		padding: 1.75rem 1.5rem;
	}
}
