.page-home > section.current-scope-section {
	background: var(--paper-1);
}

.page-home > section.current-scope-section .current-scope-section__inner {
	display: grid;
	gap: 48px;
	width: min(calc(100% - 34px), 1144px);
	max-width: none;
	margin-inline: auto;
	padding-top: 96px;
	padding-bottom: 96px;
}

.current-scope-section__intro {
	display: grid;
	gap: 16px;
	width: min(100%, 1024px);
	max-width: none;
	justify-self: center;
}

.current-scope-section__title {
	margin: 0;
	max-width: 11ch;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: clamp(30px, calc(23px + 1.8cqi), 45px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: none;
	color: var(--ink-6);
	text-wrap: balance;
}

.current-scope-section__lead {
	margin: 0;
	max-width: 50rem;
	font-size: clamp(18px, calc(14px + 0.8cqi), 22px);
	line-height: 1.38;
	color: var(--ink-4);
	text-wrap: pretty;
}

.current-scope-section__flow {
	--scope-card-width: 340px;
	--scope-connector-size: 44px;
	display: grid;
	grid-template-columns:
		var(--scope-card-width)
		var(--scope-connector-size)
		var(--scope-card-width)
		var(--scope-connector-size)
		var(--scope-card-width);
	grid-template-areas: "card-1 connector-1 card-2 connector-2 card-3";
	justify-content: center;
	gap: 0;
	align-items: stretch;
}

.current-scope-section__flow > .current-scope-section__card:nth-child(1) {
	grid-area: card-1;
}

.current-scope-section__flow > .current-scope-section__connector:nth-child(2) {
	grid-area: connector-1;
}

.current-scope-section__flow > .current-scope-section__card:nth-child(3) {
	grid-area: card-2;
}

.current-scope-section__flow > .current-scope-section__connector:nth-child(4) {
	grid-area: connector-2;
}

.current-scope-section__flow > .current-scope-section__card:nth-child(5) {
	grid-area: card-3;
}

.current-scope-section__card {
	--scope-card-height: 420px;
	--scope-card-head-height: 72px;
	position: relative;
	height: var(--scope-card-height);
	min-height: var(--scope-card-height);
	overflow: visible;
	isolation: isolate;
}

.current-scope-section__card-surface {
	display: grid;
	grid-template-rows: var(--scope-card-head-height) 1fr;
	container-type: inline-size;
	gap: 0;
	height: var(--scope-card-height);
	min-height: var(--scope-card-height);
	padding: 38px 34px 32px;
	border: 1px solid var(--paper-2);
	background: #fff;
}

.current-scope-section__card::after {
	content: "";
	position: absolute;
	left: 8%;
	right: 8%;
	bottom: -28px;
	height: 68px;
	background: rgba(10, 10, 30, 0.26);
	filter: blur(26px);
	opacity: 1;
	pointer-events: none;
	z-index: -1;
}

.current-scope-section__connector {
	display: flex;
	align-items: center;
	justify-content: center;
}

.current-scope-section__connector svg {
	width: 24px;
	height: 24px;
	stroke: rgba(15, 15, 15, 0.22);
	stroke-width: 1.7;
}

@media (max-width: 1120px) {
	.current-scope-section__flow {
		grid-template-columns:
			var(--scope-card-width)
			var(--scope-connector-size)
			var(--scope-card-width);
		grid-template-rows: auto var(--scope-connector-size) auto;
		grid-template-areas:
			"card-1 connector-1 card-2"
			". . connector-2"
			". . card-3";
		row-gap: 18px;
	}

	.current-scope-section__flow > .current-scope-section__connector:nth-child(4) svg {
		transform: rotate(90deg);
	}
}

.current-scope-section__card-header {
	display: flex;
	align-items: flex-start;
	min-height: 0;
	padding-bottom: 8px;
}

.current-scope-section__card-lockup {
	display: inline-block;
	margin: 0;
	font-family: "Inter", "Segoe UI", sans-serif;
	max-width: none;
	font-size: clamp(28px, calc(20px + 1.1cqi), 36px);
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: -0.02em;
	color: var(--ink-5);
	text-wrap: balance;
}

.current-scope-section__card-lead {
	display: block;
	white-space: nowrap;
}

.current-scope-section__card-tail {
	display: block;
	margin-top: 4px;
	font-size: 0.54em;
	font-weight: 500;
	line-height: 1.02;
	letter-spacing: -0.03em;
	color: var(--ink-3);
}

.current-scope-section__card-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-content: start;
	gap: 22px 32px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.current-scope-section__card-item {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
	color: var(--ink-4);
}

.current-scope-section__card-list--grid {
	position: relative;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: repeat(3, minmax(0, 1fr));
	justify-self: center;
	width: min(100%, 312px);
	aspect-ratio: 1 / 1;
	align-self: start;
	gap: 0;
}

.current-scope-section__card-list--grid::before {
	display: none;
}

.current-scope-section__grid-lines {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	pointer-events: none;
	z-index: 2;
}

.current-scope-section__grid-lines line {
	stroke: rgba(15, 15, 15, 0.16);
	stroke-width: 1;
	vector-effect: non-scaling-stroke;
	shape-rendering: crispEdges;
}

.current-scope-section__card-list--grid .current-scope-section__card-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding: 12px;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	text-wrap: balance;
	border: 0;
	z-index: 1;
}

.current-scope-section__card-list--grid .current-scope-section__card-item:nth-child(1) {
	margin: 0;
}

.current-scope-section__card-list--stack {
	grid-template-columns: 1fr;
	align-self: start;
	gap: 0;
}

.current-scope-section__card-list--stack .current-scope-section__card-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 48px;
	padding: 8px 16px;
	margin-top: -1px;
	border: 1px solid rgba(15, 15, 15, 0.16);
	background: rgba(255, 255, 255, 0.9);
	text-align: left;
}

.current-scope-section__card-list--stack .current-scope-section__card-item:first-child {
	margin-top: 0;
}

.current-scope-section__card-list--orbit {
	position: relative;
	display: block;
	justify-self: center;
	align-self: end;
	width: min(100%, 272px);
	height: 272px;
	margin-top: auto;
}

.current-scope-section__card-list--orbit::before {
	content: "";
	position: absolute;
	inset: 50% auto auto 50%;
	width: 156px;
	height: 156px;
	border: 1px solid rgba(15, 15, 15, 0.07);
	border-radius: 999px;
	transform: translate(-50%, -50%);
}

.current-scope-section__card-list--orbit::after {
	content: "";
	position: absolute;
	inset: 50% auto auto 50%;
	width: 8px;
	height: 8px;
	background: rgba(15, 15, 15, 0.14);
	border-radius: 999px;
	transform: translate(-50%, -50%);
}

.current-scope-section__card-list--orbit .current-scope-section__card-item {
	position: absolute;
	max-width: 8ch;
	font-size: 15px;
	line-height: 1.15;
	text-align: center;
	text-wrap: balance;
	transform: translate(-50%, -50%);
}

.current-scope-section__card-list--orbit .current-scope-section__card-item:nth-child(1) {
	top: 10%;
	left: 50%;
}

.current-scope-section__card-list--orbit .current-scope-section__card-item:nth-child(2) {
	top: 28%;
	left: 84%;
}

.current-scope-section__card-list--orbit .current-scope-section__card-item:nth-child(3) {
	top: 72%;
	left: 82%;
}

.current-scope-section__card-list--orbit .current-scope-section__card-item:nth-child(4) {
	top: 90%;
	left: 50%;
}

.current-scope-section__card-list--orbit .current-scope-section__card-item:nth-child(5) {
	top: 72%;
	left: 18%;
}

.current-scope-section__card-list--orbit .current-scope-section__card-item:nth-child(6) {
	top: 28%;
	left: 16%;
}

.current-scope-section__channels {
	position: relative;
	--channel-size: 66.6667%;
	--channel-offset: 33.3333%;
	width: min(100%, 320px);
	aspect-ratio: 1 / 1;
	container-type: inline-size;
	align-self: start;
	margin-top: 0;
}

.current-scope-section__channel {
	position: absolute;
	display: grid;
	align-content: start;
	gap: 3px;
	width: var(--channel-size);
	aspect-ratio: 1 / 1;
	min-height: 0;
	padding: clamp(12px, 6.5cqi, 18px);
	border: 1px solid rgba(15, 15, 15, 0.16);
	background: rgba(255, 255, 255, 0.92);
}

.current-scope-section__channel--amazon {
	top: 0;
	left: 0;
}

.current-scope-section__channel--walmart {
	top: var(--channel-offset);
	left: var(--channel-offset);
	z-index: 1;
}

.current-scope-section__channel-title {
	margin: 0;
	font-size: clamp(13px, 6.16cqi, 16px);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
	color: var(--ink-4);
}

.current-scope-section__channel-meta {
	margin: 0;
	max-width: 12ch;
	font-size: clamp(10px, 5.07cqi, 14px);
	line-height: 1.2;
	color: var(--ink-2);
	text-wrap: pretty;
}

.current-scope-section__channel-note {
	margin: 0;
	max-width: 15ch;
	font-size: clamp(9px, 3.99cqi, 11px);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
	color: var(--ink-2);
	text-wrap: pretty;
}

@media (max-width: 768px) {
	.page-home > section.current-scope-section .current-scope-section__inner {
		gap: 32px;
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.current-scope-section__title,
	.current-scope-section__lead {
		max-width: none;
	}

	.current-scope-section__flow {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: auto 28px auto 28px auto;
		grid-template-areas:
			"card-1"
			"connector-1"
			"card-2"
			"connector-2"
			"card-3";
		gap: 14px;
	}

	.current-scope-section__card {
		height: auto;
		min-height: 0;
	}

	.current-scope-section__card-surface {
		--scope-card-head-height: 72px;
		height: auto;
		min-height: 0;
		padding: 28px 24px 36px;
	}

	.current-scope-section__connector {
		min-height: 28px;
	}

	.current-scope-section__connector svg {
		transform: rotate(90deg);
	}

	.current-scope-section__card-list {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.current-scope-section__card-list--grid .current-scope-section__card-item {
		grid-column: auto;
		min-height: 0;
		padding: 12px;
		aspect-ratio: auto;
		border: 0;
		margin: 0;
	}

	.current-scope-section__grid-lines {
		display: block;
	}

	.current-scope-section__card-list--grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: repeat(3, minmax(0, 1fr));
		justify-self: center;
		width: min(100%, 312px);
		aspect-ratio: 1 / 1;
		gap: 0;
	}

	.current-scope-section__card-list--stack .current-scope-section__card-item {
		min-height: 48px;
		padding: 8px 16px;
	}

	.current-scope-section__card-list--stack {
		justify-self: center;
		width: min(100%, 312px);
		gap: 0;
	}

	.current-scope-section__channels {
		justify-self: center;
		width: min(100%, 320px);
	}

	.current-scope-section__card-header {
		min-height: 0;
	}

	.current-scope-section__card-list--orbit {
		display: grid;
		grid-template-columns: 1fr;
		width: auto;
		height: auto;
		gap: 18px;
		margin-top: 0;
	}

	.current-scope-section__card-list--orbit::before,
	.current-scope-section__card-list--orbit::after {
		display: none;
	}

	.current-scope-section__card-list--orbit .current-scope-section__card-item {
		position: static;
		max-width: none;
		font-size: 16px;
		text-align: left;
		transform: none;
	}

	.current-scope-section__card-lockup {
		max-width: none;
		font-size: 24px;
	}

	.current-scope-section__card-tail {
		margin-top: 3px;
		font-size: 0.62em;
	}

	.current-scope-section__channels {
		display: block;
		justify-self: center;
		width: min(100%, 320px);
		aspect-ratio: 1 / 1;
		container-type: inline-size;
		margin-top: 6px;
	}

	.current-scope-section__channel {
		position: absolute;
		width: var(--channel-size);
		aspect-ratio: 1 / 1;
		min-height: 0;
		padding: clamp(12px, 6.5cqi, 18px);
	}

	.current-scope-section__channel-title {
		font-size: clamp(13px, 6.16cqi, 16px);
	}

	.current-scope-section__channel-meta,
	.current-scope-section__channel--walmart .current-scope-section__channel-meta {
		max-width: 12ch;
		font-size: clamp(10px, 5.07cqi, 14px);
		line-height: 1.2;
	}

	.current-scope-section__channel-note {
		max-width: 15ch;
		font-size: clamp(9px, 3.99cqi, 11px);
	}
}
