.sasal-collection-page--tool {
	padding-block: clamp(24px, 3vw, 48px) clamp(48px, 6vw, 84px);
}

.sasal-insight-hub {
	max-width: 1280px;
	margin: 0 auto;
}

.sasal-insight-hub__nav {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 8px;
	margin: 0 0 24px;
}

/* Tool navigation remains reachable while the long interactive views scroll.
 * It sits immediately below the site header instead of disappearing behind it. */
.sasal-collection-page--tool .sasal-insight-hub__nav {
	position: sticky;
	top: var(--header-height);
	z-index: 20;
	padding-block: 8px;
	background: #fcfcfa;
	box-shadow: 0 1px 0 rgba(20, 40, 55, .08);
}

.sasal-insight-hub__nav a {
	display: flex;
	min-height: 64px;
	align-items: center;
	justify-content: center;
	padding: 10px 12px;
	border: 1px solid #dbe5eb;
	border-radius: 12px;
	background: #fff;
	color: #52677f;
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.sasal-insight-hub__nav a:hover,
.sasal-insight-hub__nav a:focus-visible,
.sasal-insight-hub__nav a.is-active {
	border-color: #86cfc4;
	background: #f1fbf9;
	color: #087b72;
}

.sasal-insight-hub__nav span {
	display: block;
}

.sasal-insight-hub__nav small {
	display: none;
}

.sasal-insight-hub__content > .sasal-gi,
.sasal-insight-hub__content > .sasal-glm {
	padding: 0;
}

@media (max-width: 980px) {
	.sasal-insight-hub__nav {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.sasal-collection-page--tool {
		padding-block: 20px 44px;
	}

	.sasal-insight-hub__nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
		margin-bottom: 16px;
	}

	.sasal-collection-page--tool .sasal-insight-hub__nav {
		top: var(--header-height);
		padding-block: 6px;
	}

	.sasal-insight-hub__nav a {
		min-height: 54px;
		padding: 8px;
		font-size: .78rem;
	}
}
