.the-spine-shell--command-mode {
	--spine-axial-bg: #f4f4f4;
	--spine-axial-ink: #101012;
	--spine-axial-muted: rgba(16, 16, 18, 0.72);
	--spine-axial-soft: rgba(16, 16, 18, 0.42);
	--spine-axial-line: rgba(16, 16, 18, 0.18);
	background: var(--spine-axial-bg) !important;
	color: var(--spine-axial-ink);
	overflow: hidden !important;
}

.the-spine-shell--command-mode .the-spine-shell__video,
.the-spine-shell--command-mode .the-spine-shell__veil {
	display: none !important;
}

.the-spine-shell--command-mode .the-spine-shell__frame {
	max-width: none;
	min-height: 100vh;
	min-height: 100svh;
	padding: 0;
	width: 100%;
}

.the-spine-axial {
	background: var(--spine-axial-bg);
	color: var(--spine-axial-ink);
	display: block;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	height: 100vh;
	height: 100svh;
	isolation: isolate;
	min-height: 100vh;
	min-height: 100svh;
	overflow: hidden;
	position: relative;
	text-rendering: optimizeLegibility;
	width: 100%;
}

.the-spine-axial::before {
	background:
		radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.18) 28%, rgba(244, 244, 244, 0) 52%),
		linear-gradient(90deg, rgba(244, 244, 244, 1), rgba(255, 255, 255, 0.12) 50%, rgba(244, 244, 244, 1));
	content: "";
	inset: -16vh -10vw;
	opacity: 0.78;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.the-spine-axial-title {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.the-spine-axial-switch {
	color: #050505;
	font-size: clamp(23px, 1.6vw, 30px);
	font-weight: 720;
	line-height: 1;
	position: fixed;
	right: clamp(74px, 7.5vw, 132px);
	text-decoration: none;
	top: clamp(52px, 5.8vh, 82px);
	z-index: 8;
}

.the-spine-axial-switch:visited,
.the-spine-axial-switch:active,
.the-spine-axial-switch:hover,
.the-spine-axial-switch:focus-visible {
	color: #000000;
	outline: none;
	text-decoration: none;
}

.the-spine-axial-brand {
	align-items: center;
	display: flex;
	justify-content: center;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: clamp(72px, 8.4vh, 104px);
	transform: translateX(-50%);
	z-index: 4;
}

.the-spine-axial-brand img {
	display: block;
	filter: none;
	height: auto;
	opacity: 0.96;
	width: min(224px, 24vw);
}

.the-spine-axial-brand span {
	font-size: 24px;
	font-weight: 520;
}

.the-spine-axial-stage {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.the-spine-axial-column {
	display: flex;
	flex-direction: column;
	gap: clamp(28px, 4.1vh, 52px);
	position: absolute;
	top: clamp(176px, 18.6vh, 218px);
	width: clamp(250px, 19vw, 345px);
	z-index: 4;
}

.the-spine-axial-column--left {
	left: clamp(170px, 12.9vw, 260px);
}

.the-spine-axial-column--right {
	right: clamp(176px, 13.4vw, 286px);
}

.the-spine-axial-core {
	align-items: center;
	display: flex;
	height: min(78vh, 850px);
	justify-content: center;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: clamp(170px, 19vh, 218px);
	transform: translateX(-50%);
	width: min(455px, 31vw);
	z-index: 1;
}

.the-spine-axial-core::before {
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.36), rgba(244, 244, 244, 0) 72%);
	content: "";
	filter: blur(18px);
	inset: -34px -42px;
	opacity: 0.78;
	position: absolute;
	z-index: 0;
}

.the-spine-axial-video {
	-webkit-mask-image:
		linear-gradient(to bottom, transparent 0, #000 4px, #000 calc(100% - 4px), transparent 100%),
		linear-gradient(to right, transparent 0, #000 4px, #000 calc(100% - 4px), transparent 100%);
	-webkit-mask-composite: source-in;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	clip-path: inset(2px 0 2px 0);
	display: block;
	filter: contrast(1.015) saturate(0.98);
	height: min(78vh, 840px);
	mask-composite: intersect;
	mask-image:
		linear-gradient(to bottom, transparent 0, #000 4px, #000 calc(100% - 4px), transparent 100%),
		linear-gradient(to right, transparent 0, #000 4px, #000 calc(100% - 4px), transparent 100%);
	max-width: 42vw;
	mix-blend-mode: normal;
	object-fit: contain;
	opacity: 0.95;
	outline: 0 !important;
	position: relative;
	width: auto;
	z-index: 2;
}

.the-spine-axial-node {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 0 14px;
	position: relative;
}

.the-spine-axial-node::after {
	background: var(--spine-axial-line);
	bottom: 0;
	content: "";
	height: 1px;
	left: 2px;
	position: absolute;
	width: 144px;
}

.the-spine-axial-node__head {
	align-items: center;
	display: inline-flex;
	gap: 12px;
	margin: 0 0 8px;
	position: relative;
}

.the-spine-axial-node__head h2 {
	color: var(--spine-axial-ink);
	font-size: clamp(25px, 1.7vw, 31px);
	font-weight: 500;
	line-height: 1;
	margin: 0;
}

.the-spine-axial-count {
	align-items: center;
	background: #202024;
	border-radius: 50%;
	color: #f4f4f4;
	display: inline-flex;
	flex: 0 0 22px;
	font-size: 12px;
	font-weight: 680;
	height: 22px;
	justify-content: center;
	line-height: 22px;
	min-width: 22px;
	width: 22px;
}

.the-spine-axial-node__items {
	display: grid;
	gap: 3px;
}

.the-spine-axial-line {
	appearance: none;
	-webkit-appearance: none;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--spine-axial-muted);
	cursor: pointer;
	display: block;
	font: inherit;
	font-size: clamp(17px, 1.1vw, 21px);
	font-weight: 350;
	line-height: 1.18;
	padding: 0;
	text-align: left;
	width: fit-content;
}

.the-spine-axial-line.is-emphasis {
	font-style: italic;
}

.the-spine-axial-line:hover,
.the-spine-axial-line:focus-visible {
	color: #000000;
	outline: none;
}

.the-spine-axial-panel {
	align-items: center;
	background: rgba(244, 244, 244, 0.44);
	-webkit-backdrop-filter: blur(20px) saturate(1.04);
	backdrop-filter: blur(20px) saturate(1.04);
	display: grid;
	inset: 0;
	opacity: 0;
	padding: 24px;
	pointer-events: none;
	position: fixed;
	transition: opacity 220ms ease, visibility 220ms ease;
	visibility: hidden;
	z-index: 30;
}

.the-spine-axial-panel.is-open {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.the-spine-axial-panel__window {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(0, 0, 0, 0.09);
	border-radius: 32px;
	box-shadow: 0 34px 120px rgba(0, 0, 0, 0.12);
	color: var(--spine-axial-ink);
	justify-self: center;
	max-width: 760px;
	padding: clamp(34px, 4.2vw, 56px);
	position: relative;
	transform: translateY(14px) scale(0.982);
	transition: transform 320ms ease;
	width: min(760px, 94vw);
}

.the-spine-axial-panel.is-open .the-spine-axial-panel__window {
	transform: translateY(0) scale(1);
}

.the-spine-axial-panel__close {
	appearance: none;
	-webkit-appearance: none;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: rgba(0, 0, 0, 0.58);
	cursor: pointer;
	font-size: 28px;
	font-weight: 220;
	height: 34px;
	line-height: 30px;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 18px;
	width: 34px;
}

.the-spine-axial-panel__kicker {
	color: rgba(17, 17, 17, 0.46);
	font-size: 12px;
	font-weight: 540;
	letter-spacing: 0.14em;
	line-height: 1.2;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.the-spine-axial-panel h2 {
	color: var(--spine-axial-ink);
	font-size: clamp(38px, 5.2vw, 68px);
	font-weight: 430;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0 0 18px;
}

.the-spine-axial-panel__body {
	color: rgba(17, 17, 17, 0.64);
	font-size: clamp(17px, 1.2vw, 20px);
	line-height: 1.5;
	margin: 0;
	max-width: 38em;
}

.the-spine-axial-panel__list {
	counter-reset: axial-panel-actions;
	display: grid;
	list-style: none;
	margin: clamp(24px, 3.2vw, 34px) 0 0;
	padding: 0;
}

.the-spine-axial-panel__list li {
	border-top: 1px solid rgba(17, 17, 17, 0.14);
	display: grid;
	gap: 18px;
	grid-template-columns: 40px minmax(0, 1fr);
	padding: 14px 0;
}

.the-spine-axial-panel__list li:last-child {
	border-bottom: 1px solid rgba(17, 17, 17, 0.14);
}

.the-spine-axial-panel__number {
	color: rgba(17, 17, 17, 0.42);
	font-size: 13px;
	font-weight: 520;
	line-height: 1.3;
	padding-top: 2px;
}

.the-spine-axial-panel__action-title {
	color: #111111;
	display: block;
	font-size: clamp(17px, 1.18vw, 20px);
	font-style: normal;
	font-weight: 520;
	line-height: 1.25;
	margin: 0 0 3px;
	text-decoration: none;
}

.the-spine-axial-panel__action-title:hover,
.the-spine-axial-panel__action-title:focus-visible {
	color: #000000;
	text-decoration: none;
}

.the-spine-axial-panel__action-summary {
	color: rgba(17, 17, 17, 0.58);
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 350;
	line-height: 1.45;
}

.the-spine-axial-panel__note {
	border-top: 1px solid rgba(17, 17, 17, 0.12);
	color: rgba(17, 17, 17, 0.5);
	font-size: 13px;
	line-height: 1.45;
	margin: 20px 0 0;
	padding-top: 14px;
}

.the-spine-axial-panel__footer {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 24px;
}

.the-spine-axial-panel__footer button,
.the-spine-axial-panel__fallback {
	appearance: none;
	-webkit-appearance: none;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #111111 !important;
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 620;
	line-height: 1.2;
	padding: 0 !important;
	text-decoration: none;
	text-transform: uppercase;
}

.the-spine-axial-panel__footer button::after,
.the-spine-axial-panel__fallback::after {
	content: " >";
}

.the-spine-axial-panel__fallback {
	color: rgba(17, 17, 17, 0.52) !important;
	text-transform: none;
}

@media (max-width: 1420px) {
	.the-spine-axial-column {
		width: clamp(245px, 21vw, 320px);
	}

	.the-spine-axial-column--left {
		left: clamp(84px, 9vw, 176px);
	}

	.the-spine-axial-column--right {
		right: clamp(84px, 9vw, 176px);
	}
}

@media (max-width: 1080px) {
	.the-spine-shell--command-mode {
		overflow-y: auto !important;
	}

	.the-spine-axial {
		height: auto;
		min-height: 100vh;
		overflow-y: auto;
		padding: 22px 18px 60px;
	}

	.the-spine-axial-switch {
		position: fixed;
		right: 18px;
		top: 18px;
	}

	.the-spine-axial-brand {
		left: auto;
		margin: 54px auto 0;
		position: relative;
		top: auto;
		transform: none;
	}

	.the-spine-axial-brand img {
		width: 172px;
	}

	.the-spine-axial-stage {
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 28px;
		height: auto;
		margin: 0 auto;
		max-width: 680px;
		padding: 34px 0 20px;
		position: relative;
	}

	.the-spine-axial-core {
		height: auto;
		left: auto;
		min-height: 46vh;
		order: -1;
		position: relative;
		top: auto;
		transform: none;
		width: 100%;
	}

	.the-spine-axial-core::before {
		display: none;
	}

	.the-spine-axial-video {
		height: min(52vh, 560px);
		max-width: 76vw;
	}

	.the-spine-axial-column,
	.the-spine-axial-column--left,
	.the-spine-axial-column--right {
		gap: 28px;
		left: auto;
		position: relative;
		right: auto;
		top: auto;
		width: min(680px, 100%);
	}
}

@media (max-width: 680px) {
	.the-spine-axial-node__head h2 {
		font-size: 24px;
	}

	.the-spine-axial-line {
		font-size: 17px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.the-spine-axial *,
	.the-spine-axial *::before,
	.the-spine-axial *::after {
		animation: none !important;
		transition: none !important;
	}

	.the-spine-axial-video {
		display: none;
	}
}
