/* =====================================================================
   PRISM UNDERBODY SCANNER
   Scoped to .sphere-prism-underbody-page only.
   Every --pus-* variable below is editable.
   ===================================================================== */

.sphere-home.sphere-prism-underbody-page {
	--pus-page-bg: #232323;
	--pus-header-bg: #232323;
	--pus-accent: #e85232;
	--pus-accent-hover: var(--sphere-orange, #e54225);
	--pus-ink: #1c1c1e;
	--pus-muted: #55565b;
	--pus-white: #ffffff;

	background: var(--pus-page-bg);
}

.sphere-home.sphere-prism-underbody-page.sphere-header-dark {
	--sphere-dark-header-bg: var(--pus-header-bg);
}

.sphere-home.sphere-prism-underbody-page .site-header {
	background: var(--pus-header-bg);
	border-bottom: none;
	box-shadow: none;
}

.sphere-home.sphere-prism-underbody-page .site-header.is-nav-open {
	border-bottom: none;
	box-shadow: none;
}

.sphere-home.sphere-prism-underbody-page .site-main ~ .partners,
.sphere-home.sphere-prism-underbody-page .footer-cta {
	display: none;
}

/* ── Intro (mirrors pkiosk-intro) ──────────────────────────────────── */
.sphere-home .pus-intro {
	--pus-intro-bg: #ebebeb;
	--pus-intro-pad-y: clamp(4rem, 7vw, 5.5rem);
	--pus-intro-gap: clamp(2.25rem, 5vw, 4.25rem);
	--pus-intro-text-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
	--pus-intro-text-line: 1.7;
	--pus-intro-text-color: #333333;
	--pus-intro-callout-bg: #ffffff;
	--pus-intro-callout-color: #333333;
	--pus-intro-callout-size: clamp(0.9375rem, 1.15vw, 1.0625rem);
	--pus-intro-callout-line: 1.65;
	--pus-intro-callout-radius: 0.9375rem;
	--pus-intro-callout-pad-y: clamp(1.5rem, 2.5vw, 2rem);
	--pus-intro-callout-pad-x: clamp(1.5rem, 2.5vw, 2.25rem);
	--pus-intro-callout-gap: 1.15rem;
	--pus-intro-callout-border: var(--pus-accent);
	--pus-intro-callout-bar-width: 0.3125rem;
	--pus-intro-callout-bar-height: 100%;
	--pus-intro-media-radius: 1.25rem;
	--pus-intro-media-max: 28rem;

	background: var(--pus-intro-bg);
	padding-top: var(--pus-intro-pad-y);
	padding-bottom: var(--pus-intro-pad-y);
}

.sphere-home .pus-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
	gap: var(--pus-intro-gap);
	align-items: center;
}

.sphere-home .pus-intro__media {
	position: relative;
	margin: 0;
	max-width: var(--pus-intro-media-max);
	overflow: hidden;
	border-radius: var(--pus-intro-media-radius);
	aspect-ratio: 5 / 4;
	box-shadow: none;
}

.sphere-home .pus-intro__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.sphere-home .pus-intro__content {
	min-width: 0;
}

.sphere-home .pus-intro__text {
	margin: 0 0 1.75rem;
	font-size: var(--pus-intro-text-size);
	line-height: var(--pus-intro-text-line);
	color: var(--pus-intro-text-color);
}

.sphere-home .pus-intro__callout {
	position: relative;
	font-size: 19px;
	display: block;
	margin: 0;
	padding: var(--pus-intro-callout-pad-y) var(--pus-intro-callout-pad-x);
	padding-left: calc(var(--pus-intro-callout-pad-x) + var(--pus-intro-callout-bar-width) + 0.35rem);
	background: var(--pus-intro-callout-bg);
	border: none;
	border-radius: var(--pus-intro-callout-radius);
	overflow: hidden;
	box-shadow: none;
}

.sphere-home .pus-intro__callout::before {
	content: '';
	position: absolute;
	top: 2rem;
	bottom: 2rem;
	left: 0;
	width: 3px;
	background: var(--pus-intro-callout-border);
	border-radius: 0;
	pointer-events: none;
}

.sphere-home .pus-intro__callout p {
	margin: 0;
	font-size: var(--pus-intro-callout-size);
	line-height: var(--pus-intro-callout-line);
	color: var(--pus-intro-callout-color);
	font-style: italic;
	font-weight: 400;
}

/* ── Undercarriage Inspection Gap (mirrors pkiosk-gaps) ───────────── */
.sphere-home .pus-gaps {
	--pus-gaps-bg: radial-gradient(ellipse 88% 72% at 50% 42%, #f5f5f7 0%, #e3e4e8 100%);
	--pus-gaps-pad-y: clamp(4rem, 7vw, 5.5rem);
	--pus-gaps-header-gap: clamp(2rem, 4vw, 3rem);
	--pus-gaps-header-col-gap: clamp(1.5rem, 4vw, 3rem);
	--pus-gaps-title: #1c1c1e;
	--pus-gaps-title-accent: var(--pus-accent);
	--pus-gaps-intro: #444444;
	--pus-gaps-card-bg: #ffffff;
	--pus-gaps-card-title: #1c1c1e;
	--pus-gaps-card-text: #5b5b60;
	--pus-gaps-card-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.08);
	--pus-gaps-card-shadow-hover: 0 1.5rem 2.75rem rgba(0, 0, 0, 0.14);
	--pus-gaps-card-lift: -6px;
	--pus-gaps-card-accent-inset: 1.75rem;
	--pus-gaps-icon-size: 3.5rem;
	--pus-gaps-icon-rest-opacity: 0.6;
	--pus-gaps-icon-hover-filter: brightness(0) saturate(100%) invert(42%) sepia(72%) saturate(1847%) hue-rotate(344deg) brightness(96%) contrast(91%);

	background: var(--pus-gaps-bg);
	padding-top: 1rem;
	padding-bottom: var(--pus-gaps-pad-y);
}

.sphere-home .pus-gaps__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--pus-gaps-header-col-gap);
	margin-bottom: var(--pus-gaps-header-gap);
}

.sphere-home .pus-gaps__title {
	flex: 0 0 auto;
	margin: 0;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--pus-gaps-title);
}

.sphere-home .pus-gaps__title-accent {
	color: var(--pus-gaps-title-accent);
}

.sphere-home .pus-gaps__intro {
	flex: 1 1 auto;
	margin: 0;
	max-width: 40rem;
	margin-left: auto;
	font-size: clamp(1rem, 1.6vw, 1.1875rem);
	line-height: 1.45;
	font-weight: 400;
	color: var(--pus-gaps-intro);
}

.sphere-home .pus-gaps__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.25rem, 2.5vw, 1.75rem);
	align-items: stretch;
}

.sphere-home .pus-gaps__card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: clamp(2rem, 3.5vw, 2.5rem);
	background: var(--pus-gaps-card-bg);
	border-radius: 0.75rem;
	box-shadow: var(--pus-gaps-card-shadow);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sphere-home .pus-gaps__card::after {
	content: '';
	position: absolute;
	left: var(--pus-gaps-card-accent-inset);
	right: var(--pus-gaps-card-accent-inset);
	bottom: 0;
	height: 2px;
	border-radius: 999px;
	background: var(--pus-accent);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
}

.sphere-home .pus-gaps__card:hover,
.sphere-home .pus-gaps__card:focus-within {
	transform: translateY(var(--pus-gaps-card-lift));
	box-shadow: var(--pus-gaps-card-shadow-hover);
}

.sphere-home .pus-gaps__card:hover::after,
.sphere-home .pus-gaps__card:focus-within::after {
	transform: scaleX(1);
}

.sphere-home .pus-gaps__icon {
	display: block;
	width: var(--pus-gaps-icon-size);
	height: var(--pus-gaps-icon-size);
	margin-bottom: 1.35rem;
	line-height: 0;
}

.sphere-home .pus-gaps__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
	filter: brightness(0);
	opacity: var(--pus-gaps-icon-rest-opacity);
	transition: filter 0.25s ease, opacity 0.25s ease;
}

.sphere-home .pus-gaps__card:hover .pus-gaps__icon img,
.sphere-home .pus-gaps__card:focus-within .pus-gaps__icon img {
	opacity: 1;
	filter: var(--pus-gaps-icon-hover-filter);
}

.sphere-home .pus-gaps__card-title {
	margin: 0 0 0.85rem;
	font-size: 1.25rem;
	line-height: 1.3;
	font-weight: 700;
	color: var(--pus-gaps-card-title);
	transition: color 0.25s ease;
}

.sphere-home .pus-gaps__card:hover .pus-gaps__card-title,
.sphere-home .pus-gaps__card:focus-within .pus-gaps__card-title {
	color: var(--pus-accent);
}

.sphere-home .pus-gaps__card-text {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--pus-gaps-card-text);
}

/* ── Let's Talk (minimal overrides — shared .lets-talk base) ───────── */
.sphere-home.sphere-prism-underbody-page .pus-talk.lets-talk {
	--pus-talk-bg: #333333;
	--pus-talk-accent: var(--pus-accent);
	--pus-talk-title: #ffffff;
	--pus-talk-subtitle: #ffffff;
	--pus-talk-pad-y: clamp(3.25rem, 6vw, 3.75rem);

	background: var(--pus-talk-bg);
	border-top: none;
}


.sphere-home.sphere-prism-underbody-page .pus-talk.lets-talk .lets-talk__title-accent {
	color: var(--pus-talk-accent);
}

.sphere-home.sphere-prism-underbody-page .pus-talk.lets-talk .lets-talk__subtitle {
	color: var(--pus-talk-subtitle);
}

.sphere-home.sphere-prism-underbody-page .pus-talk.lets-talk .lets-talk__btn {
	background: var(--pus-talk-accent);
}

.sphere-home.sphere-prism-underbody-page .pus-talk.lets-talk .lets-talk__btn:hover,
.sphere-home.sphere-prism-underbody-page .pus-talk.lets-talk .lets-talk__btn:focus-visible {
	background: #333333;
	opacity: 1;
}

/* ── Underbody Scanner product (light — mockup) ───────────────────── */
.sphere-home .pus-product {
	--pus-product-bg: #ffffff;
	--pus-product-pad-y: clamp(4rem, 7vw, 5.5rem);
	--pus-product-gap: clamp(2.25rem, 5vw, 4.25rem);
	--pus-product-title-size: clamp(2rem, 4vw, 2.75rem);
	--pus-product-title-color: var(--pus-ink);
	--pus-product-text-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
	--pus-product-text-line: 1.7;
	--pus-product-text-color: #444444;
	--pus-product-callout-bg: #f0f0f0;
	--pus-product-callout-color: #444444;
	--pus-product-callout-radius: 0.9375rem;
	--pus-product-callout-pad: clamp(1.5rem, 2.5vw, 2rem);
	--pus-product-callout-bar: 0.25rem;
	--pus-product-callout-gap: 1.15rem;
	--pus-product-image-shadow: 0 1.25rem 2.75rem rgba(0, 0, 0, 0.12);
	--pus-product-pattern-opacity: 1;
	--pus-product-pattern-width: min(24rem, 34vw);
	--pus-product-pattern-size: auto 88%;

	position: relative;
	overflow: hidden;
	background: var(--pus-product-bg);
	padding-top: var(--pus-product-pad-y);
	padding-bottom: var(--pus-product-pad-y);
}

.sphere-home .pus-product__pattern {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	width: var(--pus-product-pattern-width);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: var(--pus-product-pattern-size);
	opacity: var(--pus-product-pattern-opacity);
	pointer-events: none;
	mix-blend-mode: multiply;
}

.sphere-home .pus-product > .container {
	position: relative;
	z-index: 1;
}

.sphere-home .pus-product__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: var(--pus-product-gap);
	align-items: center;
}

.sphere-home .pus-product__content {
	min-width: 0;
}

.sphere-home .pus-product__title {
	margin: 0 0 1.25rem;
	font-size: var(--pus-product-title-size);
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--pus-product-title-color);
}

.sphere-home .pus-product__title-accent {
	color: var(--pus-accent);
}

.sphere-home .pus-product__text {
	margin: 0 0 1.5rem;
	font-size: var(--pus-product-text-size);
	line-height: var(--pus-product-text-line);
	color: var(--pus-product-text-color);
}

.sphere-home .pus-product__callout {
	position: relative;
	display: block;
	margin: 0 0 1.75rem;
	padding: var(--pus-product-callout-pad);
	padding-left: calc(var(--pus-product-callout-pad) + var(--pus-product-callout-bar) + var(--pus-product-callout-gap));
	background: var(--pus-product-callout-bg);
	border: none;
	border-radius: var(--pus-product-callout-radius);
}

.sphere-home .pus-product__callout::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: var(--pus-product-callout-bar);
	height: 55%;
	transform: translateY(-50%);
	background: var(--pus-accent);
	border-radius: 999px;
	pointer-events: none;
}

.sphere-home .pus-product__callout-title {
	margin: 0 0 0.75rem;
	font-size: clamp(1rem, 1.4vw, 1.125rem);
	line-height: 1.35;
	font-weight: 700;
	color: var(--pus-accent);
	font-style: normal;
}

.sphere-home .pus-product__callout-text {
	margin: 0;
	font-size: var(--pus-product-text-size);
	line-height: var(--pus-product-text-line);
	color: var(--pus-product-callout-color);
	font-style: normal;
}

.sphere-home .pus-product__btn {
	margin-top: 0.25rem;
}

.sphere-home .pus-product__media {
	/* 1 = no light (default). 2 = with light (hover only). */
	--pus-product-media-max: 40rem;
	--pus-product-img-transition: 0.35s ease;

	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
	width: 100%;
	max-width: var(--pus-product-media-max);
	justify-self: center;
	cursor: pointer;
}

.sphere-home .pus-product__img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	object-fit: contain;
	filter: drop-shadow(var(--pus-product-image-shadow));
	pointer-events: none;
	transition: opacity var(--pus-product-img-transition);
}

/* Image 1 — default, no light */
.sphere-home .pus-product__img--base {
	position: relative;
	z-index: 1;
	opacity: 1;
}

/* Image 2 — hidden until hover, stacked on top of image 1 */
.sphere-home .pus-product__img--hover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
}

.sphere-home .pus-product__media:hover .pus-product__img--base,
.sphere-home .pus-product__media:focus-within .pus-product__img--base {
	opacity: 0;
}

.sphere-home .pus-product__media:hover .pus-product__img--hover,
.sphere-home .pus-product__media:focus-within .pus-product__img--hover {
	opacity: 1;
	visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
	.sphere-home .pus-product__img {
		transition: none;
	}
}

@media (max-width: 991px) {
	.sphere-home .pus-product__pattern {
		--pus-product-pattern-width: min(16rem, 55vw);
		--pus-product-pattern-size: auto 70%;
	}
}

/* ── Captures (mirrors pkiosk-does — dark overlay, pattern left) ─── */
.sphere-home .pus-captures {
	--pus-captures-bg: #ffffff;
	--pus-captures-pad-y: clamp(4rem, 7vw, 5.5rem);
	--pus-captures-header-gap: clamp(2rem, 4vw, 3rem);
	--pus-captures-header-col-gap: clamp(1.5rem, 4vw, 3rem);
	--pus-captures-title-size: clamp(1.75rem, 3vw, 2.25rem);
	--pus-captures-title-color: #232323;
	--pus-captures-title-accent: var(--pus-accent);
	--pus-captures-intro-color: #444444;
	--pus-captures-grid-gap: clamp(1rem, 2vw, 1.5rem);
	--pus-captures-card-min-h: clamp(20rem, 28vw, 24rem);
	--pus-captures-card-radius: 1.25rem;
	--pus-captures-card-pad: 1.75rem 1.5rem;
	--pus-captures-card-title-size: 1.25rem;
	--pus-captures-card-text-size: 0.9375rem;
	--pus-captures-overlay: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0.35) 100%);
	--pus-captures-overlay-hover: #333333;
	--pus-captures-pattern-opacity: 1;
	--pus-captures-pattern-width: min(24rem, 34vw);
	--pus-captures-pattern-size: auto 88%;
	--pus-captures-card-lift: -4px;

	position: relative;
	overflow: hidden;
	background: var(--pus-captures-bg);
	padding-top: 1rem;
	padding-bottom: var(--pus-captures-pad-y);
}

.sphere-home .pus-captures__pattern {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	width: var(--pus-captures-pattern-width);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: var(--pus-captures-pattern-size);
	opacity: var(--pus-captures-pattern-opacity);
	pointer-events: none;
	mix-blend-mode: multiply;
}

.sphere-home .pus-captures > .container {
	position: relative;
	z-index: 1;
}

.sphere-home .pus-captures__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--pus-captures-header-col-gap);
	margin-bottom: var(--pus-captures-header-gap);
}

.sphere-home .pus-captures__title {
	flex: 0 0 auto;
	margin: 0;
	font-size: var(--pus-captures-title-size);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--pus-captures-title-color);
}

.sphere-home .pus-captures__title-accent {
	display: block;
	color: var(--pus-captures-title-accent);
}

.sphere-home .pus-captures__intro {
	flex: 1 1 auto;
	margin: 0;
	max-width: 28rem;
	margin-left: auto;
	font-size: clamp(1rem, 1.6vw, 1.1875rem);
	line-height: 1.45;
	font-weight: 400;
	color: var(--pus-captures-intro-color);
}

.sphere-home .pus-captures__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--pus-captures-grid-gap);
	align-items: stretch;
}

.sphere-home .pus-captures__card {
	position: relative;
	min-height: var(--pus-captures-card-min-h);
	border-radius: var(--pus-captures-card-radius);
	overflow: hidden;
	background: #1a1a1a;
	cursor: default;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.sphere-home .pus-captures__bg {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 1;
	transition: opacity 0.4s ease, transform 0.5s ease;
	z-index: 0;
}

.sphere-home .pus-captures__overlay {
	position: absolute;
	inset: 0;
	background: var(--pus-captures-overlay);
	pointer-events: none;
	transition: background-color 0.4s ease, opacity 0.4s ease;
	z-index: 1;
}

.sphere-home .pus-captures__body {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: var(--pus-captures-card-min-h);
	padding: var(--pus-captures-card-pad);
	box-sizing: border-box;
}

.sphere-home .pus-captures__card-title {
	margin: 0;
	font-size: var(--pus-captures-card-title-size);
	line-height: 1.3;
	font-weight: 700;
	color: #ffffff;
	transition: color 0.35s ease;
}

.sphere-home .pus-captures__card-text {
	margin: 0.85rem 0 0;
	max-width: 26rem;
	font-size: var(--pus-captures-card-text-size);
	line-height: 1.55;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.92);
	opacity: 0;
	transform: translateY(0.75rem);
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.sphere-home .pus-captures__card:hover {
	transform: translateY(var(--pus-captures-card-lift));
	box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.18);
}

.sphere-home .pus-captures__card:hover .pus-captures__bg {
	opacity: 0.35;
	transform: scale(1.04);
}

.sphere-home .pus-captures__card:hover .pus-captures__overlay {
	background: var(--pus-captures-overlay-hover);
}

.sphere-home .pus-captures__card:hover .pus-captures__card-title {
	color: var(--pus-accent);
}

.sphere-home .pus-captures__card:hover .pus-captures__card-text {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1024px) {
	.sphere-home .pus-captures__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.sphere-home .pus-captures__intro {
		max-width: none;
		margin-left: 0;
		text-align: left;
	}

	.sphere-home .pus-captures__pattern {
		--pus-captures-pattern-width: min(16rem, 55vw);
		--pus-captures-pattern-size: auto 70%;
		opacity: 0.55;
	}
}

/* ── Operational Specifications (mirrors pkiosk-deployed) ─────────── */
.sphere-home .pus-specs {
	--pus-specs-bg: #ebebeb;
	--pus-specs-pad-y: clamp(4rem, 7vw, 5.5rem);
	--pus-specs-header-gap: clamp(2rem, 4vw, 3rem);
	--pus-specs-header-col-gap: clamp(1.5rem, 4vw, 3rem);
	--pus-specs-title-size: clamp(1.75rem, 3vw, 2.25rem);
	--pus-specs-title-color: #232323;
	--pus-specs-title-accent: var(--pus-accent);
	--pus-specs-intro-color: #55565b;
	--pus-specs-card-bg: #ffffff;
	--pus-specs-card-title: #1c1c1e;
	--pus-specs-card-text: #5b5b60;
	--pus-specs-card-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.08);
	--pus-specs-card-shadow-hover: 0 1.5rem 2.75rem rgba(0, 0, 0, 0.14);
	--pus-specs-card-lift: -6px;
	--pus-specs-card-accent-inset: 1.5rem;
	--pus-specs-card-radius: 0.9375rem;
	--pus-specs-icon-size: 3rem;
	--pus-specs-icon-rest-opacity: 0.6;
	--pus-specs-icon-hover-filter: brightness(0) saturate(100%) invert(42%) sepia(72%) saturate(1847%) hue-rotate(344deg) brightness(96%) contrast(91%);

	background: var(--pus-specs-bg);
	padding-top: var(--pus-specs-pad-y);
	padding-bottom: var(--pus-specs-pad-y);
}

.sphere-home .pus-specs__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--pus-specs-header-col-gap);
	margin-bottom: var(--pus-specs-header-gap);
	text-align: left;
}

.sphere-home .pus-specs__title {
	flex: 0 0 auto;
	margin: 0;
	font-size: var(--pus-specs-title-size);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--pus-specs-title-color);
}

.sphere-home .pus-specs__title-accent {
	color: var(--pus-specs-title-accent);
}

.sphere-home .pus-specs__intro {
	flex: 1 1 auto;
	margin: 0;
	margin-left: auto;
	font-size: clamp(0.9375rem, 1.3vw, 1.0625rem);
	line-height: 1.55;
	font-weight: 400;
	color: var(--pus-specs-intro-color);
	text-align: right;
}

.sphere-home .pus-specs__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
	align-items: stretch;
}

.sphere-home .pus-specs__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(--pus-specs-card-bg);
	border-radius: var(--pus-specs-card-radius);
	box-shadow: var(--pus-specs-card-shadow);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sphere-home .pus-specs__card::after {
	content: '';
	position: absolute;
	left: var(--pus-specs-card-accent-inset);
	right: var(--pus-specs-card-accent-inset);
	bottom: 0;
	height: 3px;
	border-radius: 999px;
	background: var(--pus-accent);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
}

.sphere-home .pus-specs__card:hover {
	transform: translateY(var(--pus-specs-card-lift));
	box-shadow: var(--pus-specs-card-shadow-hover);
}

.sphere-home .pus-specs__card:hover::after {
	transform: scaleX(1);
}

.sphere-home .pus-specs__icon {
	display: block;
	width: var(--pus-specs-icon-size);
	height: var(--pus-specs-icon-size);
	margin-bottom: 1.25rem;
	line-height: 0;
}

.sphere-home .pus-specs__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
	filter: brightness(0);
	opacity: var(--pus-specs-icon-rest-opacity);
	transition: filter 0.25s ease, opacity 0.25s ease;
}

.sphere-home .pus-specs__card:hover .pus-specs__icon img {
	opacity: 1;
	filter: var(--pus-specs-icon-hover-filter);
}

.sphere-home .pus-specs__card-title {
	margin: 0 0 0.75rem;
	font-size: 1.125rem;
	line-height: 1.3;
	font-weight: 700;
	color: var(--pus-specs-card-title);
	transition: color 0.25s ease;
}

.sphere-home .pus-specs__card:hover .pus-specs__card-title {
	color: var(--pus-accent);
}

.sphere-home .pus-specs__card-text {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.65;
	color: var(--pus-specs-card-text);
}

@media (max-width: 1024px) {
	.sphere-home .pus-specs__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.sphere-home .pus-specs__intro {
		max-width: none;
		margin-left: 0;
		text-align: left;
	}
}

/* ── From Capture to Record (mirrors pkiosk-not) ───────────────────── */
.sphere-home .pus-record {
	--pus-record-bg: #ebebeb;
	--pus-record-pad-y: clamp(4rem, 7vw, 5.5rem);
	--pus-record-gap: clamp(2.25rem, 5vw, 4.25rem);
	--pus-record-title-size: clamp(1.75rem, 3vw, 2.25rem);
	--pus-record-title-color: #232323;
	--pus-record-text-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
	--pus-record-text-line: 1.7;
	--pus-record-text-color: #55565b;
	--pus-record-callout-bg: #ffffff;
	--pus-record-callout-color: #444444;
	--pus-record-callout-radius: 0.9375rem;
	--pus-record-callout-pad: clamp(1.5rem, 2.5vw, 2rem);
	--pus-record-callout-bar: 0.3125rem;
	--pus-record-callout-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.08);
	--pus-record-media-radius: 1.875rem;
	--pus-record-pattern-opacity: 1;
	--pus-record-pattern-width: min(24rem, 34vw);
	--pus-record-pattern-size: auto 88%;

	position: relative;
	overflow: hidden;
	background: var(--pus-record-bg);
	padding-top: 1rem;
	padding-bottom: var(--pus-record-pad-y);
}

.sphere-home .pus-record__pattern {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	width: var(--pus-record-pattern-width);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: var(--pus-record-pattern-size);
	opacity: var(--pus-record-pattern-opacity);
	pointer-events: none;
	mix-blend-mode: multiply;
}

.sphere-home .pus-record > .container {
	position: relative;
	z-index: 1;
}

.sphere-home .pus-record__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
	gap: var(--pus-record-gap);
	align-items: center;
}

.sphere-home .pus-record__content {
	min-width: 0;
}

.sphere-home .pus-record__title {
	margin: 0 0 1.25rem;
	font-size: var(--pus-record-title-size);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--pus-record-title-color);
}

.sphere-home .pus-record__title-accent {
	color: var(--pus-accent);
}

.sphere-home .pus-record__text {
	margin: 0 0 1.15rem;
	font-size: var(--pus-record-text-size);
	line-height: var(--pus-record-text-line);
	color: var(--pus-record-text-color);
}

.sphere-home .pus-record__callout {
	position: relative;
	font-size: 17px;
	display: block;
	margin: 1.5rem 0 1.75rem;
	padding: var(--pus-record-callout-pad);
	padding-left: calc(var(--pus-record-callout-pad) + var(--pus-record-callout-bar) + 0.35rem);
	background: var(--pus-record-callout-bg);
	border: none;
	border-radius: var(--pus-record-callout-radius);
	box-shadow: var(--pus-record-callout-shadow);
	overflow: hidden;
}

.sphere-home .pus-record__callout::before {
	content: '';
	position: absolute;
	top: 2rem;
	left: 0;
	bottom: 2rem;
	width: 3px;
	background: var(--pus-accent);
	border-radius: 0;
	pointer-events: none;
}

.sphere-home .pus-record__callout p {
	margin: 0;
	font-size: var(--pus-record-text-size);
	line-height: var(--pus-record-text-line);
	color: var(--pus-record-callout-color);
	font-style: italic;
}

.sphere-home .pus-record__btn {
	margin-top: 0.25rem;
}

.sphere-home .pus-record__media {
	margin: 0;
	border-radius: 0;
	overflow: visible;
	line-height: 0;
	box-shadow: none;
	background: transparent;
}

.sphere-home .pus-record__media img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

@media (max-width: 991px) {
	.sphere-home .pus-record__grid {
		grid-template-columns: 1fr;
	}

	.sphere-home .pus-record__media {
		border-radius: 0;
		order: -1;
	}

	.sphere-home .pus-record__pattern {
		--pus-record-pattern-width: min(16rem, 55vw);
		--pus-record-pattern-size: auto 70%;
		opacity: 0.55;
	}
}

/* ── Where Deployed (mirrors pao-inspection — hover + footprint tags) ─ */
.sphere-home .pus-deployed {
	--pus-deployed-bg: #ffffff;
	--pus-deployed-pad-y: clamp(4rem, 7vw, 5.5rem);
	--pus-deployed-header-gap: clamp(2rem, 4vw, 3rem);
	--pus-deployed-header-col-gap: clamp(1.5rem, 4vw, 3rem);
	--pus-deployed-title-size: clamp(1.75rem, 3vw, 2.25rem);
	--pus-deployed-title-color: #232323;
	--pus-deployed-title-accent: var(--pus-accent);
	--pus-deployed-intro-color: #55565b;
	--pus-deployed-grid-gap: clamp(1rem, 2vw, 1.5rem);
	--pus-deployed-card-min-h: clamp(22rem, 32vw, 26rem);
	--pus-deployed-card-radius: 0.9375rem;
	--pus-deployed-card-pad: 1.75rem 1.5rem;
	--pus-deployed-card-title-size: 1.25rem;
	--pus-deployed-card-text-size: 0.9375rem;
	--pus-deployed-tag-size: 0.75rem;
	--pus-deployed-overlay: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0.35) 100%);
	--pus-deployed-overlay-hover: #333333;
	--pus-deployed-card-lift: -4px;

	background: var(--pus-deployed-bg);
	padding-top: var(--pus-deployed-pad-y);
	padding-bottom: var(--pus-deployed-pad-y);
}

.sphere-home .pus-deployed__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--pus-deployed-header-col-gap);
	margin-bottom: var(--pus-deployed-header-gap);
	text-align: left;
}

.sphere-home .pus-deployed__title {
	flex: 0 0 auto;
	margin: 0;
	font-size: var(--pus-deployed-title-size);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--pus-deployed-title-color);
}

.sphere-home .pus-deployed__title-accent {
	display: block;
	color: var(--pus-deployed-title-accent);
}

.sphere-home .pus-deployed__title-line {
	display: block;
	color: var(--pus-deployed-title-color);
}

.sphere-home .pus-deployed__intro {
	flex: 1 1 auto;
	margin: 0;
	margin-left: auto;
	font-size: clamp(1rem, 1.6vw, 1.1875rem);
	line-height: 1.45;
	font-weight: 400;
	color: var(--pus-deployed-intro-color);
}

.sphere-home .pus-deployed__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--pus-deployed-grid-gap);
	align-items: stretch;
}

.sphere-home .pus-deployed__card {
	position: relative;
	min-height: var(--pus-deployed-card-min-h);
	border-radius: var(--pus-deployed-card-radius);
	overflow: hidden;
	background: #1a1a1a;
	cursor: default;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.sphere-home .pus-deployed__bg {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 1;
	transition: opacity 0.4s ease, transform 0.5s ease;
	z-index: 0;
}

.sphere-home .pus-deployed__overlay {
	position: absolute;
	inset: 0;
	background: var(--pus-deployed-overlay);
	pointer-events: none;
	transition: background-color 0.4s ease, opacity 0.4s ease;
	z-index: 1;
}

.sphere-home .pus-deployed__body {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: var(--pus-deployed-card-min-h);
	padding: var(--pus-deployed-card-pad);
	box-sizing: border-box;
}

.sphere-home .pus-deployed__card-title {
	margin: 0;
	font-size: var(--pus-deployed-card-title-size);
	line-height: 1.3;
	font-weight: 700;
	color: #ffffff;
	transition: color 0.35s ease;
}

.sphere-home .pus-deployed__card-body {
	display: flex;
	flex: 1;
	align-items: flex-end;
	padding: 1.5rem 0 1.25rem;
}

.sphere-home .pus-deployed__card-text {
	margin: 0;
	max-width: 26rem;
	font-size: var(--pus-deployed-card-text-size);
	line-height: 1.55;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.92);
	opacity: 0;
	transform: translateY(0.75rem);
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.sphere-home .pus-deployed__tag {
	display: inline-flex;
	align-self: flex-start;
	padding: 0.5rem 1rem;
	font-size: var(--pus-deployed-tag-size);
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #333333;
	background: #ffffff;
	border-radius: 999px;
	transition: background-color 0.35s ease, color 0.35s ease;
}

.sphere-home .pus-deployed__card:hover,
.sphere-home .pus-deployed__card:focus-visible {
	transform: translateY(var(--pus-deployed-card-lift));
	box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.18);
}

.sphere-home .pus-deployed__card:hover .pus-deployed__bg,
.sphere-home .pus-deployed__card:focus-visible .pus-deployed__bg {
	opacity: 0.35;
	transform: scale(1.04);
}

.sphere-home .pus-deployed__card:hover .pus-deployed__overlay,
.sphere-home .pus-deployed__card:focus-visible .pus-deployed__overlay {
	background: var(--pus-deployed-overlay-hover);
}

.sphere-home .pus-deployed__card:hover .pus-deployed__card-title,
.sphere-home .pus-deployed__card:focus-visible .pus-deployed__card-title {
	color: var(--pus-accent);
}

.sphere-home .pus-deployed__card:hover .pus-deployed__card-text,
.sphere-home .pus-deployed__card:focus-visible .pus-deployed__card-text {
	opacity: 1;
	transform: translateY(0);
}

.sphere-home .pus-deployed__card:hover .pus-deployed__tag,
.sphere-home .pus-deployed__card:focus-visible .pus-deployed__tag {
	color: #ffffff;
	background: var(--pus-accent);
}

@media (max-width: 1024px) {
	.sphere-home .pus-deployed__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.sphere-home .pus-deployed__intro {
		max-width: none;
		margin-left: 0;
		text-align: left;
	}
}

/* ── Our Methodology (mirrors pkiosk-deployed) ─────────────────────── */
.sphere-home .pus-method {
	--pus-method-bg: #ebebeb;
	--pus-method-pad-y: clamp(4rem, 7vw, 5.5rem);
	--pus-method-header-gap: clamp(2rem, 4vw, 3rem);
	--pus-method-header-col-gap: clamp(1.5rem, 4vw, 3rem);
	--pus-method-title-size: clamp(1.75rem, 3vw, 2.25rem);
	--pus-method-title-color: #333333;
	--pus-method-title-accent: var(--pus-accent);
	--pus-method-intro-color: #55565b;
	--pus-method-card-bg: linear-gradient(180deg, #ffffff 0%, #f7f7f8 100%);
	--pus-method-card-title: #1c1c1e;
	--pus-method-card-text: #5b5b60;
	--pus-method-card-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.08);
	--pus-method-card-shadow-hover: 0 1.5rem 2.75rem rgba(0, 0, 0, 0.14);
	--pus-method-card-lift: -6px;
	--pus-method-card-accent-inset: 1.5rem;
	--pus-method-icon-size: 3rem;
	--pus-method-icon-rest-opacity: 0.6;
	--pus-method-icon-hover-filter: brightness(0) saturate(100%) invert(42%) sepia(72%) saturate(1847%) hue-rotate(344deg) brightness(96%) contrast(91%);

	background: var(--pus-method-bg);
	padding-top: var(--pus-method-pad-y);
	padding-bottom: var(--pus-method-pad-y);
}

.sphere-home .pus-method__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--pus-method-header-col-gap);
	margin-bottom: var(--pus-method-header-gap);
	text-align: left;
}

.sphere-home .pus-method__title {
	flex: 0 0 auto;
	margin: 0;
	font-size: var(--pus-method-title-size);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--pus-method-title-color);
}

.sphere-home .pus-method__title-accent {
	color: var(--pus-method-title-accent);
}

.sphere-home .pus-method__intro {
	flex: 1 1 auto;
	margin: 0;
	margin-left: auto;
	font-size: clamp(0.9375rem, 1.3vw, 1.0625rem);
	line-height: 1.55;
	font-weight: 400;
	color: var(--pus-method-intro-color);
}

.sphere-home .pus-method__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
	align-items: stretch;
}

.sphere-home .pus-method__card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: clamp(1.75rem, 2.5vw, 2.25rem);
	background: var(--pus-method-card-bg);
	border-radius: 0.75rem;
	box-shadow: var(--pus-method-card-shadow);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sphere-home .pus-method__card::after {
	content: '';
	position: absolute;
	left: var(--pus-method-card-accent-inset);
	right: var(--pus-method-card-accent-inset);
	bottom: 0;
	height: 3px;
	border-radius: 999px;
	background: var(--pus-accent);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
}

.sphere-home .pus-method__card:hover {
	transform: translateY(var(--pus-method-card-lift));
	box-shadow: var(--pus-method-card-shadow-hover);
}

.sphere-home .pus-method__card:hover::after {
	transform: scaleX(1);
}

.sphere-home .pus-method__icon {
	display: block;
	width: var(--pus-method-icon-size);
	height: var(--pus-method-icon-size);
	margin-bottom: 1.25rem;
	line-height: 0;
}

.sphere-home .pus-method__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
	filter: brightness(0);
	opacity: var(--pus-method-icon-rest-opacity);
	transition: filter 0.25s ease, opacity 0.25s ease;
}

.sphere-home .pus-method__card:hover .pus-method__icon img {
	opacity: 1;
	filter: var(--pus-method-icon-hover-filter);
}

.sphere-home .pus-method__card-title {
	margin: 0 0 0.75rem;
	font-size: 1.125rem;
	line-height: 1.3;
	font-weight: 700;
	color: var(--pus-method-card-title);
	transition: color 0.25s ease;
}

.sphere-home .pus-method__card:hover .pus-method__card-title {
	color: var(--pus-accent);
}

.sphere-home .pus-method__card-text {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.65;
	color: var(--pus-method-card-text);
}

@media (max-width: 1024px) {
	.sphere-home .pus-method__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.sphere-home .pus-method__intro {
		max-width: none;
		margin-left: 0;
	}
}

/* ── Prism Add-Ons Family (mirrors pkiosk-compatible) ──────────────── */
.sphere-home .pus-family {
	--pus-family-bg: #2a2a2a;
	--pus-family-pad-y: clamp(4rem, 7vw, 5.5rem);
	--pus-family-top-gap: clamp(2rem, 4vw, 3.5rem);
	--pus-family-title-size: clamp(1.75rem, 3vw, 2.25rem);
	--pus-family-media-radius: 0.75rem;
	--pus-family-card-radius: 0.625rem;
	--pus-family-card-bg: #3a3a3a;
	--pus-family-card-hover-bg: #111111;
	--pus-family-nav-bg: #333333;
	--pus-family-nav-border: rgba(255, 255, 255, 0.12);

	background: var(--pus-family-bg);
	padding-top: var(--pus-family-pad-y);
	padding-bottom: var(--pus-family-pad-y);
}

.sphere-home .pus-family__top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: var(--pus-family-top-gap);
	align-items: center;
	margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.sphere-home .pus-family__content {
	min-width: 0;
	text-align: center;
}

.sphere-home .pus-family__title {
	margin: 0 0 0.85rem;
	font-size: var(--pus-family-title-size);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--pus-white);
}

.sphere-home .pus-family__title-accent {
	color: var(--pus-accent);
}

.sphere-home .pus-family__subtitle {
	margin: 0 0 1.15rem;
	font-size: clamp(1rem, 1.5vw, 1.125rem);
	line-height: 1.45;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.92);
}

.sphere-home .pus-family__intro {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.78);
}

.sphere-home .pus-family__media {
	position: relative;
	margin: 0;
	border-radius: var(--pus-family-media-radius);
	overflow: hidden;
	box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.28);
}

.sphere-home .pus-family__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.sphere-home .pus-family__cta {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	z-index: 1;
}

.sphere-home .pus-family__nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 1.25rem;
	border: 1px solid var(--pus-family-nav-border);
	border-radius: 999px;
	background: var(--pus-family-nav-bg);
	overflow: hidden;
}

.sphere-home .pus-family__tab {
	position: relative;
	padding: 0.95rem 1rem;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.88);
	font-family: inherit;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: color 0.25s ease, background 0.25s ease;
}

.sphere-home .pus-family__tab:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 25%;
	right: 0;
	width: 1px;
	height: 50%;
	background: rgba(255, 255, 255, 0.12);
	pointer-events: none;
}

.sphere-home .pus-family__tab:hover,
.sphere-home .pus-family__tab:focus-visible {
	color: var(--pus-white);
	background: rgba(255, 255, 255, 0.04);
}

.sphere-home .pus-family__tab.is-active {
	color: var(--pus-accent);
}

.sphere-home .pus-family__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.875rem;
}

.sphere-home .pus-family__card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 7.5rem;
	padding: 1.5rem 1.25rem;
	border-radius: var(--pus-family-card-radius);
	background: var(--pus-family-card-bg);
	text-align: center;
	transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.sphere-home .pus-family__card:hover,
.sphere-home .pus-family__card.is-active {
	background: var(--pus-family-card-hover-bg);
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
	transform: translateY(-2px);
}

.sphere-home .pus-family__card-text {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.55;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {
	.sphere-home .pus-family__top {
		grid-template-columns: 1fr;
	}

	.sphere-home .pus-family__nav {
		border-radius: 0.75rem;
	}
}

@media (max-width: 640px) {
	

	.sphere-home .pus-family__tab:not(:last-child)::after {
		display: none;
	}

	.sphere-home .pus-family__cta {
		right: 0.75rem;
		bottom: 0.75rem;
		font-size: 0.8125rem;
		padding: 0.65rem 0.9rem;
	}
}

/* ── FAQ (mirrors pkiosk-faq) ─────────────────────────────────────── */
.sphere-home .pus-faq {
	--pus-faq-bg: #f5f5f5;
	--pus-faq-accent: var(--pus-accent);
	--pus-faq-heading: #222222;
	--pus-faq-cta-note: #999999;
	--pus-faq-cta-text: #222222;
	--pus-faq-item-bg: #ffffff;
	--pus-faq-item-border: rgba(0, 0, 0, 0.06);
	--pus-faq-question: #333333;
	--pus-faq-answer: #666666;
	--pus-faq-icon: #b0b0b0;
	--pus-faq-pad-y: clamp(4rem, 7vw, 5rem);
	--pus-faq-grid-gap: clamp(2.5rem, 5vw, 4.5rem);
	--pus-faq-intro-col: 0.9fr;
	--pus-faq-list-col: 1.6fr;
	--pus-faq-item-gap: 1rem;
	--pus-faq-title-size: var(--sphere-faq-title-size, 50px);
	--pus-faq-question-size: var(--sphere-faq-text-size, 19px);
	--pus-faq-answer-size: var(--sphere-faq-text-size, 19px);
	--pus-faq-item-radius: 0.625rem;
	--pus-faq-item-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.05);
	--pus-faq-item-shadow-hover: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.08);
	--pus-faq-item-shadow-open: 0 0.375rem 1.25rem rgba(232, 82, 50, 0.08);
	--pus-faq-question-pad: 1.5rem 1.75rem;
	--pus-faq-answer-pad-x: 1.75rem;
	--pus-faq-answer-pad-bottom: 1.5rem;
	--pus-faq-icon-size: 1.25rem;

	background: var(--pus-faq-bg);
	padding-top: var(--pus-faq-pad-y);
	padding-bottom: var(--pus-faq-pad-y);
}

.sphere-home .pus-faq__grid {
	display: grid;
	grid-template-columns: minmax(0, var(--pus-faq-intro-col)) minmax(0, var(--pus-faq-list-col));
	gap: var(--pus-faq-grid-gap);
	align-items: start;
}

.sphere-home .pus-faq__title {
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
	margin: 0;
	font-size: var(--pus-faq-title-size);
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.sphere-home .pus-faq__title-accent {
	color: var(--pus-faq-accent);
}

.sphere-home .pus-faq__title-line {
	color: var(--pus-faq-heading);
}

.sphere-home .pus-faq__cta {
	margin-top: 2.5rem;
}

.sphere-home .pus-faq__cta-note {
	margin: 0 0 0.625rem;
	font-size: 0.9375rem;
	color: var(--pus-faq-cta-note);
}

.sphere-home .pus-faq__cta-text {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--pus-faq-cta-text);
}

.sphere-home .pus-faq__cta-link {
	color: var(--pus-faq-accent);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.sphere-home .pus-faq__list {
	display: flex;
	flex-direction: column;
	gap: var(--pus-faq-item-gap);
}

.sphere-home .pus-faq__item {
	background: var(--pus-faq-item-bg);
	border: 1px solid var(--pus-faq-item-border);
	border-radius: var(--pus-faq-item-radius);
	box-shadow: var(--pus-faq-item-shadow);
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}

.sphere-home .pus-faq__item:hover {
	box-shadow: var(--pus-faq-item-shadow-hover);
}

.sphere-home .pus-faq__item.is-open {
	box-shadow: var(--pus-faq-item-shadow-open);
	border-color: var(--pus-faq-item-border);
}

.sphere-home .pus-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	padding: var(--pus-faq-question-pad);
	margin: 0;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
	font-family: inherit;
	font-size: var(--pus-faq-question-size);
	font-weight: 600;
	color: var(--pus-faq-question);
}

.sphere-home .pus-faq__item.is-open .pus-faq__question-text {
	color: var(--pus-faq-accent);
}

.sphere-home .pus-faq__question:hover {
	color: var(--pus-faq-accent);
}

.sphere-home .pus-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 .pus-faq__answer[hidden] {
	display: none;
}

.sphere-home .pus-faq__item.is-open .pus-faq__answer {
	display: grid;
	grid-template-rows: 1fr;
}

.sphere-home .pus-faq__answer-inner {
	overflow: hidden;
}

.sphere-home .pus-faq__icon {
	position: relative;
	flex: 0 0 var(--pus-faq-icon-size);
	width: var(--pus-faq-icon-size);
	height: var(--pus-faq-icon-size);
}

.sphere-home .pus-faq__icon::before,
.sphere-home .pus-faq__icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: var(--pus-faq-icon);
	transition: transform 0.25s ease, background 0.25s ease;
}

.sphere-home .pus-faq__icon::before {
	width: 0.75rem;
	height: 2px;
	transform: translate(-50%, -50%);
}

.sphere-home .pus-faq__icon::after {
	width: 2px;
	height: 0.75rem;
	transform: translate(-50%, -50%);
}

.sphere-home .pus-faq__item.is-open .pus-faq__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
	opacity: 0;
}

.sphere-home .pus-faq__item.is-open .pus-faq__icon::before {
	background: var(--pus-faq-accent);
}

.sphere-home .pus-faq__answer-inner {
	padding: 0 var(--pus-faq-answer-pad-x) var(--pus-faq-answer-pad-bottom);
	background: transparent;
}

.sphere-home .pus-faq__answer-inner p {
	margin: 0;
	font-size: var(--pus-faq-answer-size);
	line-height: 1.65;
	color: var(--pus-faq-answer);
}

/* ── Shared button hovers ──────────────────────────────────────────── */
.sphere-home.sphere-prism-underbody-page .btn--orange:hover,
.sphere-home.sphere-prism-underbody-page .btn--orange:focus-visible {
	background: #333;
}

/* ── Responsive ──────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
	.sphere-home .pus-gaps__grid,
	.sphere-home .pus-captures__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sphere-home .pus-specs__grid,
	.sphere-home .pus-method__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sphere-home .pus-deployed__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.sphere-home .pus-intro__grid,
	.sphere-home .pus-product__grid,
	.sphere-home .pus-record__grid {
		grid-template-columns: 1fr;
	}

	.sphere-home .pus-intro__media {
		max-width: 100%;
	}

	.sphere-home .pus-gaps__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.sphere-home .pus-gaps__intro {
		max-width: none;
		margin-left: 0;
		text-align: left;
	}

	.sphere-home .pus-faq__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.sphere-home .pus-gaps__grid,
	.sphere-home .pus-captures__grid,
	.sphere-home .pus-specs__grid,
	.sphere-home .pus-deployed__grid,
	.sphere-home .pus-method__grid {
		grid-template-columns: 1fr;
	}

	.sphere-home .pus-gaps__card,
	.sphere-home .pus-specs__card,
	.sphere-home .pus-method__card {
		padding: 1.75rem 1.5rem;
	}
}
