/* =====================================================================
   Sphere About Us (Sphere-AboutUs)
   Scoped to .sphere-about-page only.
   Every --sabout-* variable below is editable without affecting other pages.
   ===================================================================== */

.sphere-home.sphere-about-page {
	/* Brand / surfaces — edit freely */
	--sabout-orange: #e54225;
	--sabout-orange-deep: #d63d22;
	--sabout-orange-soft: #ff6a3d;
	--sabout-dark: #222222;
	--sabout-darker: #1a1a1a;
	--sabout-panel: #2a2a2a;
	--sabout-white: #ffffff;
	--sabout-ink: #1a1a1a;
	--sabout-muted: #666666;
	--sabout-body: #4a4a4a;
	--sabout-surface: #f5f5f5;
	--sabout-card-border: rgba(0, 0, 0, 0.08);

	/* Layout */
	--sabout-container-pad: clamp(1.25rem, 3vw, 1.5rem);
	--sabout-radius-card: 0.9375rem;
	--sabout-radius-btn: 0.375rem;
	--sabout-shadow-card: 0 0.5rem 1.75rem rgba(0, 0, 0, 0.1);
	--sabout-shadow-card-sm: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.06);

	/* Typography */
	--sabout-hero-title-size: clamp(2rem, 4.5vw, 3.25rem);
	--sabout-hero-title-weight: 700;
	--sabout-hero-title-line: 1.15;
	--sabout-hero-sub-size: clamp(0.9375rem, 1.35vw, 1.125rem);
	--sabout-section-title-size: clamp(1.75rem, 3.2vw, 2.5rem);
	--sabout-body-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
	--sabout-body-line: 1.7;

	background: var(--sabout-white);
}

/* ── Transparent dark header over hero ─────────────────────────────── */
.sphere-home.sphere-about-page.sphere-header-dark {
	--sphere-dark-header-bg: transparent;
}

.sphere-home.sphere-about-page.sphere-header-dark .site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
	background: transparent;
	border-bottom: none;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.sphere-home.sphere-about-page.sphere-header-dark .site-header.is-nav-open,
.sphere-home.sphere-about-page.sphere-header-dark .site-header.is-scrolled {
	position: fixed;
	background: rgba(26, 26, 26, 0.94);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.25);
}

/* White Sphere logo on dark/transparent About header */
.sphere-home.sphere-about-page .site-logo--about-white img {
	height: 2.75rem;
	width: auto;
	max-width: 12.5rem;
	object-fit: contain;
	object-position: left center;
}

.sphere-home.sphere-about-page .site-main ~ .partners,
.sphere-home.sphere-about-page .footer-cta {
	display: none;
}

.sphere-home.sphere-about-page .partners {
	--sphere-partners-pad-y: clamp(1.75rem, 3.5vw, 2.5rem);
}

/* ── Buttons ───────────────────────────────────────────────────────── */
.sphere-home .sabout-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.875rem;
	padding: 0.75rem 1.5rem;
	border-radius: var(--sabout-radius-btn);
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sphere-home .sabout-btn--solid {
	background: var(--sabout-orange);
	border: 1px solid var(--sabout-orange);
	color: var(--sabout-white);
}

.sphere-home .sabout-btn--solid:hover,
.sphere-home .sabout-btn--solid:focus-visible {
	background: var(--sabout-orange-deep);
	border-color: var(--sabout-orange-deep);
	color: var(--sabout-white);
}

.sphere-home .sabout-btn--ghost {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.85);
	color: var(--sabout-white);
}

.sphere-home .sabout-btn--ghost:hover,
.sphere-home .sabout-btn--ghost:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--sabout-white);
	color: var(--sabout-white);
}

/* ── Hero ──────────────────────────────────────────────────────────── */
.sphere-home .sabout-hero {
	--sabout-hero-min-h: min(92vh, 48rem);
	--sabout-hero-pad-top: clamp(7rem, 14vh, 9.5rem);
	--sabout-hero-pad-bottom: clamp(7rem, 12vw, 10rem);
	--sabout-hero-content-max: 46rem;
	--sabout-hero-overlay: linear-gradient(
		105deg,
		rgba(12, 12, 12, 0.82) 0%,
		rgba(18, 18, 18, 0.72) 42%,
		rgba(20, 20, 20, 0.45) 72%,
		rgba(20, 20, 20, 0.35) 100%
	);
	--sabout-hero-media-position: center center;
	--sabout-hero-cards-gap: clamp(1rem, 2vw, 1.5rem);
	--sabout-hero-cards-pull: clamp(-4.5rem, -7vw, -3.25rem);

	position: relative;
	display: flex;
	align-items: flex-end;
	overflow: visible;
	min-height: var(--sabout-hero-min-h);
	padding-top: var(--sabout-hero-pad-top);
	padding-bottom: calc(var(--sabout-hero-pad-bottom) + 2rem);
	color: var(--sabout-white);
	background: var(--sabout-darker);
}

.sphere-home .sabout-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: var(--sabout-hero-bg);
	background-repeat: no-repeat;
	background-position: var(--sabout-hero-media-position);
	background-size: cover;
}

.sphere-home .sabout-hero__wash {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: var(--sabout-hero-overlay);
}

.sphere-home .sabout-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-left: var(--sabout-container-pad);
	padding-right: var(--sabout-container-pad);
}

.sphere-home .sabout-hero__content {
	max-width: var(--sabout-hero-content-max);
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.sphere-home .sabout-hero__title {
	margin: 0 0 1.15rem;
	font-size: var(--sabout-hero-title-size);
	font-weight: var(--sabout-hero-title-weight);
	line-height: var(--sabout-hero-title-line);
	letter-spacing: -0.02em;
	text-align: left;
	color: var(--sabout-white);
	padding-right: 5rem;
}

.sphere-home .sabout-hero__title-line {
	display: block;
}

.sphere-home .sabout-hero__title-accent {
	color: var(--sabout-orange);
	    width: 70rem;
}

.sphere-home .sabout-hero__subtitle {
	margin: 0 0 1.75rem;
	max-width: 36rem;
	font-size: var(--sabout-hero-sub-size);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
}

.sphere-home .sabout-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.875rem;
}

.sphere-home .sabout-hero__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--sabout-hero-cards-gap);
	margin-bottom: var(--sabout-hero-cards-pull);
}

.sphere-home .sabout-mv-card {
	background: var(--sabout-white);
	border-radius: var(--sabout-radius-card);
	box-shadow: var(--sabout-shadow-card);
	padding: clamp(1.35rem, 2.5vw, 1.85rem);
	color: var(--sabout-ink);
}

.sphere-home .sabout-mv-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	margin-bottom: 0.85rem;
	color: var(--sabout-orange);
}

.sphere-home .sabout-mv-card__title {
	margin: 0 0 1.65rem;
	font-size: clamp(1.125rem, 1.6vw, 1.375rem);
	font-weight: 700;
	line-height: 1.25;
	color: var(--sabout-ink);
}

.sphere-home .sabout-mv-card__text {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--sabout-body);
}

/* ── Legacy ────────────────────────────────────────────────────────── */
.sphere-home .sabout-legacy {
	--sabout-legacy-pad-y: clamp(4rem, 7.5vw, 6rem);
	--sabout-legacy-overlay: linear-gradient(
		100deg,
		rgba(229, 66, 37, 0.88) 0%,
		rgba(226, 63, 35, 0.8) 45%,
		rgba(219, 58, 31, 0.72) 100%
	);
	--sabout-legacy-media-position: center right;
	--sabout-legacy-media-opacity: 0.85;

	position: relative;
	overflow: hidden;
	padding-top: var(--sabout-legacy-pad-y);
	padding-bottom: var(--sabout-legacy-pad-y);
	color: var(--sabout-white);
	background: var(--sabout-orange);
}

.sphere-home .sabout-legacy__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: var(--sabout-legacy-bg);
	background-repeat: no-repeat;
	background-position: var(--sabout-legacy-media-position);
	background-size: cover;
	filter: grayscale(35%);
	opacity: var(--sabout-legacy-media-opacity);
}

.sphere-home .sabout-legacy__wash {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: var(--sabout-legacy-overlay);
}

.sphere-home .sabout-legacy__inner {
	position: relative;
	z-index: 2;
	padding-left: var(--sabout-container-pad);
	padding-right: var(--sabout-container-pad);
}

.sphere-home .sabout-legacy__header {
	max-width: 30rem;
	margin-bottom: clamp(3.5rem, 8vw, 6.5rem);
}

.sphere-home .sabout-legacy__title {
	margin: 0 0 1.5rem;
	font-size: var(--sabout-section-title-size);
	font-weight: 700;
	line-height: 1.2;
	color: var(--sabout-white);
}

.sphere-home .sabout-legacy__title-line {
	display: block;
}

.sphere-home .sabout-legacy__intro {
	margin: 0;
	max-width: 24rem;
	font-size: 0.9375rem;
	line-height: var(--sabout-body-line);
	color: rgba(255, 255, 255, 0.92);
}

.sphere-home .sabout-legacy__body {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: clamp(2rem, 5vw, 4rem);
}

.sphere-home .sabout-legacy__callout {
	/* Callout left bar — edit freely (color / width / height / position) */
	--sabout-legacy-callout-border: rgba(255, 255, 255, 0.9);
	--sabout-legacy-callout-border-width: 0.25rem;    /* bar thickness */
	--sabout-legacy-callout-border-height: 100%;      /* e.g. 60% or 3rem */
	--sabout-legacy-callout-border-top: 0;            /* push bar down, e.g. 20% or 1rem */
	--sabout-legacy-callout-border-left: 0;           /* push bar right, e.g. 0.5rem */

	position: relative;
	overflow: hidden;
	max-width: 26rem;
	padding: clamp(1.1rem, 2vw, 1.5rem) clamp(1.25rem, 2.2vw, 1.65rem);
	border-radius: 0.5rem;
	background: rgba(45, 45, 45, 0.72);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.sphere-home .sabout-legacy__callout::before {
	content: '';
	position: absolute;
	left: var(--sabout-legacy-callout-border-left);
	top: 1rem;
	width: var(--sabout-legacy-callout-border-width);
	height: 6rem;
	background: var(--sabout-legacy-callout-border);
}

.sphere-home .sabout-legacy__callout p {
	margin: 0;
	font-size: 0.875rem;
	font-style: italic;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.94);
}

.sphere-home .sabout-legacy__stats {
	/* Stats vertical bar — edit freely (color / width / height / position) */
	--sabout-legacy-stats-bar-color: var(--sabout-white);
	--sabout-legacy-stats-bar-width: 0.25rem;                  /* bar thickness */
	--sabout-legacy-stats-bar-height: calc(100% - 0.4rem);     /* e.g. 70% or 2.5rem */
	--sabout-legacy-stats-bar-top: 0.2rem;                     /* push bar down */
	--sabout-legacy-stats-bar-left: 0;                         /* push bar right */

	position: relative;
	display: flex;
	gap: clamp(1.75rem, 4vw, 3.25rem);
	margin: 0;
	padding: 0 0 0 clamp(1.25rem, 2vw, 1.65rem);
	list-style: none;
	text-align: left;
}

.sphere-home .sabout-legacy__stats::before {
	content: '';
	position: absolute;
	left: var(--sabout-legacy-stats-bar-left);
	top: var(--sabout-legacy-stats-bar-top);
	width: 7px;
    border-radius: 4px;
	height: var(--sabout-legacy-stats-bar-height);
	background: var(--sabout-legacy-stats-bar-color);
}

.sphere-home .sabout-legacy__stat-value {
	display: block;
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: var(--sabout-white);
}

.sphere-home .sabout-legacy__stat-label {
	display: block;
	margin-top: 0.3rem;
	font-size: 0.8125rem;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.9);
}

/* ── Capabilities ──────────────────────────────────────────────────── */
.sphere-home .sabout-capabilities {
	--sabout-cap-pad-y: clamp(4rem, 8vw, 6rem);
	--sabout-cap-gap: clamp(1rem, 2vw, 1.35rem);

	padding-top: var(--sabout-cap-pad-y);
	padding-bottom: var(--sabout-cap-pad-y);
	background: var(--sabout-surface);
}

.sphere-home .sabout-capabilities__inner {
	padding-left: var(--sabout-container-pad);
	padding-right: var(--sabout-container-pad);
}

.sphere-home .sabout-capabilities__header {
	max-width: 42rem;
	margin: 0 auto 2.5rem;
	text-align: center;
}

.sphere-home .sabout-capabilities__title {
	margin: 0 0 0.85rem;
	font-size: var(--sabout-section-title-size);
	font-weight: 700;
	line-height: 1.2;
	color: var(--sabout-ink);
}

.sphere-home .sabout-capabilities__title-accent {
	color: var(--sabout-orange);
}

.sphere-home .sabout-capabilities__subtitle {
	margin: 0;
	font-size: var(--sabout-body-size);
	line-height: var(--sabout-body-line);
	color: var(--sabout-muted);
}

.sphere-home .sabout-capabilities__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--sabout-cap-gap);
}

.sphere-home .sabout-cap-card {
	/* Active-card bottom bar — edit freely */
	--sabout-cap-bar-color: var(--sabout-orange);
	--sabout-cap-bar-height: 0.25rem;

	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: clamp(1.35rem, 2.2vw, 1.75rem);
	border: 1px solid rgba(0, 0, 0, 0.04);
	border-radius: var(--sabout-radius-card);
	background: var(--sabout-white);
	box-shadow: var(--sabout-shadow-card-sm);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.sphere-home .sabout-cap-card::after {
	content: '';
	position: absolute;
	left: 2rem;
    right: 2rem;
    bottom: 0;
    height: 3px;
	background: var(--sabout-cap-bar-color);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.25s ease;
}

.sphere-home .sabout-cap-card:hover,
.sphere-home .sabout-cap-card:focus-visible {
	box-shadow: var(--sabout-shadow-card);
	transform: translateY(-0.2rem);
	outline: none;
}

.sphere-home .sabout-cap-card:hover::after,
.sphere-home .sabout-cap-card:focus-visible::after {
	transform: scaleX(1);
}

.sphere-home .sabout-cap-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 1rem;
}

.sphere-home .sabout-cap-card__icon img {
	width: 2.75rem;
	height: 2.75rem;
	object-fit: contain;
	transition: filter 0.25s ease;
}

/* Hover icon tinted to brand orange (#e54225) */
.sphere-home .sabout-cap-card:hover .sabout-cap-card__icon img,
.sphere-home .sabout-cap-card:focus-visible .sabout-cap-card__icon img {
	filter: brightness(0) saturate(100%) invert(35%) sepia(57%) saturate(3236%) hue-rotate(347deg) brightness(97%) contrast(88%);
}

.sphere-home .sabout-cap-card__title {
	margin: 0 0 0.65rem;
	font-size: clamp(1rem, 1.3vw, 1.125rem);
	font-weight: 700;
	line-height: 1.3;
	color: var(--sabout-ink);
	transition: color 0.2s ease;
}

.sphere-home .sabout-cap-card:hover .sabout-cap-card__title,
.sphere-home .sabout-cap-card:focus-visible .sabout-cap-card__title {
	color: var(--sabout-orange);
}

.sphere-home .sabout-cap-card__text {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.6;
	color: var(--sabout-muted);
}

/* ── Why / Commitment split ────────────────────────────────────────── */
.sphere-home .sabout-split {
	--sabout-split-pad-y: clamp(3.5rem, 7vw, 5.5rem);
	--sabout-split-pad-x: clamp(1.5rem, 5vw, 4.5rem);
	--sabout-split-touch-pull: clamp(-3.5rem, -5vw, -2.5rem);
	/* Bottom band (behind Get in Touch) — same 2 colors as panels above */
	--sabout-split-bottom-left: var(--sabout-orange); /* left color */
	--sabout-split-bottom-right: var(--sabout-dark);  /* right color */
	--sabout-split-bottom-x: 50%;                     /* divide position */

	position: relative;
	background: linear-gradient(
		90deg,
		var(--sabout-split-bottom-left) var(--sabout-split-bottom-x),
		var(--sabout-split-bottom-right) var(--sabout-split-bottom-x)
	);
}

.sphere-home .sabout-split__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 22rem;
}

.sphere-home .sabout-split__panel {
	padding: var(--sabout-split-pad-y) var(--sabout-split-pad-x);
	color: var(--sabout-white);
}

.sphere-home .sabout-split__panel--why {
	background: var(--sabout-orange);
}

.sphere-home .sabout-split__panel--commit {
	background: var(--sabout-dark);
}

.sphere-home .sabout-split__panel-inner {
	max-width: 32rem;
	margin-left: auto;
	margin-right: auto;
}

.sphere-home .sabout-split__panel--why .sabout-split__panel-inner {
	margin-right: clamp(1rem, 4vw, 3rem);
	margin-left: auto;
}

.sphere-home .sabout-split__panel--commit .sabout-split__panel-inner {
	margin-left: clamp(1rem, 4vw, 3rem);
	margin-right: auto;
}

.sphere-home .sabout-split__title {
	margin: 0 0 1rem;
	font-size: clamp(1.625rem, 2.8vw, 2.25rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--sabout-white);
}

.sphere-home .sabout-split__title-accent {
	color: var(--sabout-white);
	font-weight: 700;
}

.sphere-home .sabout-split__text {
	margin: 0 0 1.35rem;
	font-size: var(--sabout-body-size);
	line-height: var(--sabout-body-line);
	color: rgba(255, 255, 255, 0.92);
}

.sphere-home .sabout-split__panel--commit .sabout-split__text {
	text-align: justify;
}

.sphere-home .sabout-split__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.95rem;
}

.sphere-home .sabout-split__item {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.95);
}

/* Dark square checkbox — edit freely */
.sphere-home .sabout-split__check {
	--sabout-split-check-size: 1.125rem;
	--sabout-split-check-bg: #2d2d2d;
	--sabout-split-check-radius: 0.25rem;

	flex: 0 0 auto;
	width: var(--sabout-split-check-size);
	height: var(--sabout-split-check-size);
	margin-top: 0.35rem;
	border-radius: var(--sabout-split-check-radius);
	background: var(--sabout-split-check-bg);
}

.sphere-home .sabout-split__item-body {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.sphere-home .sabout-split__item-title {
	font-weight: 700;
	color: var(--sabout-white);
}

.sphere-home .sabout-split__item-text {
	color: rgba(255, 255, 255, 0.92);
}

.sphere-home .sabout-split__callout {
	/* Commitment callout left bar — edit freely */
	--sabout-split-callout-bg: #111111;
	--sabout-split-callout-border: rgba(255, 255, 255, 0.9);
	--sabout-split-callout-border-width: 0.25rem;

	position: relative;
	overflow: hidden;
	margin-top: 1.5rem;
	padding: 1.15rem 1.35rem;
	border-radius: 0.5rem;
	background: var(--sabout-split-callout-bg);
}

.sphere-home .sabout-split__callout::before {
	content: '';
	position: absolute;
	left: 0;
	top: 1rem;
    bottom: 1rem;
	width: var(--sabout-split-callout-border-width);
	background: var(--sabout-split-callout-border);
}

.sphere-home .sabout-split__callout p {
	margin: 0;
	font-size: 0.875rem;
	font-style: italic;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.94);
}

/* ── Get in Touch + contact bar ────────────────────────────────────── */
.sphere-home .sabout-touch {
	position: relative;
	z-index: 3;
	margin-top: 0;
	padding-left: var(--sabout-container-pad);
	padding-right: var(--sabout-container-pad);
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

/* Overlap panels only when the split grid is directly above (original layout). */
.sphere-home .sabout-split__grid + .sabout-touch {
	margin-top: var(--sabout-split-touch-pull);
}

.sphere-home .sabout-touch__card {
	/* CTA card width — edit freely */
	--sabout-touch-card-max: 48rem;

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	max-width: var(--sabout-touch-card-max);
	margin-left: auto;
	margin-right: auto;
	padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.5rem, 3vw, 2.5rem);
	border-radius: var(--sabout-radius-card);
	background: var(--sabout-white);
	box-shadow: var(--sabout-shadow-card);
}

.sphere-home .sabout-touch__copy {
	max-width: 36rem;
}

.sphere-home .sabout-touch__title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--sabout-ink);
}

.sphere-home .sabout-touch__title-accent {
	color: var(--sabout-orange);
}

.sphere-home .sabout-touch__text {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--sabout-muted);
}

.sphere-home .sabout-touch__btn {
	flex: 0 0 auto;
	white-space: nowrap;
}

/* Light band holding the contact info cards */
.sphere-home .sabout-contactbar {
	background: var(--sabout-surface);
	padding: clamp(2.25rem, 4.5vw, 3.25rem) 0;
}

.sphere-home .sabout-contact {
	/* Contact cards — edit freely */
	--sabout-contact-max: 56rem;
	--sabout-contact-gap: clamp(0.9rem, 2vw, 1.35rem);
	--sabout-contact-pad: 1.2rem 1.25rem;
	--sabout-contact-radius: var(--sabout-radius-card);
	--sabout-contact-bg: var(--sabout-white);
	--sabout-contact-border: 1px solid rgba(0, 0, 0, 0.05);
	--sabout-contact-shadow: 0 0.35rem 1.35rem rgba(0, 0, 0, 0.06);
	--sabout-contact-shadow-hover: 0 0.55rem 1.75rem rgba(0, 0, 0, 0.1);
	--sabout-contact-icon-size: 2.35rem;
	--sabout-contact-icon-radius: 0.65rem;
	--sabout-contact-icon-bg: rgba(229, 66, 37, 0.1);
	--sabout-contact-icon-color: var(--sabout-orange);
	--sabout-contact-label-size: 0.6875rem;
	--sabout-contact-value-size: 0.9375rem;

	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--sabout-contact-gap);
	max-width: var(--sabout-contact-max);
	margin: 0 auto;
}

.sphere-home .sabout-contact__item {
	display: flex;
	align-items: center;
	gap: 0.95rem;
	padding: var(--sabout-contact-pad);
	border-radius: var(--sabout-contact-radius);
	background: var(--sabout-contact-bg);
	border: var(--sabout-contact-border);
	box-shadow: var(--sabout-contact-shadow);
	transition:
		box-shadow 0.25s ease,
		transform 0.25s ease,
		border-color 0.25s ease;
}

.sphere-home .sabout-contact__item:hover {
	box-shadow: var(--sabout-contact-shadow-hover);
	border-color: rgba(229, 66, 37, 0.18);
	transform: translateY(-2px);
}

/* Soft icon badge (location / phone / email) — edit freely */
.sphere-home .sabout-contact__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: var(--sabout-contact-icon-size);
	height: var(--sabout-contact-icon-size);
	border-radius: var(--sabout-contact-icon-radius);
	background: var(--sabout-contact-icon-bg);
	color: var(--sabout-contact-icon-color);
	transition:
		background-color 0.25s ease,
		color 0.25s ease,
		transform 0.25s ease;
}

.sphere-home .sabout-contact__icon svg {
    display: block;
    width: 2rem;
    height: 24px;
}

.sphere-home .sabout-contact__item:hover .sabout-contact__icon {
	background: var(--sabout-orange);
	color: #ffffff;
	transform: scale(1.04);
}

.sphere-home .sabout-contact__meta {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	min-width: 0;
}

.sphere-home .sabout-contact__label {
	font-size: var(--sabout-contact-label-size);
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--sabout-muted);
}

.sphere-home .sabout-contact__value {
	font-size: var(--sabout-contact-value-size);
	font-weight: 600;
	line-height: 1.35;
	color: var(--sabout-ink);
	text-decoration: none;
	word-break: break-word;
	transition: color 0.2s ease;
}

a.sabout-contact__value:hover,
a.sabout-contact__value:focus-visible {
	color: var(--sabout-orange);
}

/* ── Responsive ────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
	.sphere-home .sabout-capabilities__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.sphere-home .sabout-legacy__body {
		flex-direction: column;
		align-items: flex-start;
	}

	.sphere-home .sabout-split__grid {
		grid-template-columns: 1fr;
	}

	.sphere-home .sabout-split__panel--why .sabout-split__panel-inner,
	.sphere-home .sabout-split__panel--commit .sabout-split__panel-inner {
		margin-left: 0;
		margin-right: 0;
		max-width: none;
	}

	.sphere-home .sabout-touch__card {
		flex-direction: column;
		align-items: flex-start;
	}

	.sphere-home .sabout-contact {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.sphere-home .sabout-hero {
		--sabout-hero-pad-top: 5rem;
		--sabout-hero-pad-bottom: clamp(4rem, 12vw, 5.5rem);
		--sabout-hero-min-h: auto;
		align-items: center;
	}

	.sphere-home .sabout-hero__cards {
		grid-template-columns: 1fr;
		margin-bottom: -2.5rem;
	}

	.sphere-home .sabout-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.sphere-home .sabout-btn {
		width: 100%;
	}

	.sphere-home .sabout-legacy__stats {
		gap: 1.25rem;
	}

	.sphere-home .sabout-capabilities__grid {
		grid-template-columns: 1fr;
	}
}
