html[data-blue-style][data-scroll-site] #bar {
	grid-template-columns: 1fr auto auto auto 1fr;
	grid-template-areas: "brand c1 c2 trust right";
	gap: clamp(12px, 1.6vw, 28px);
}
html[data-blue-style][data-scroll-site] #bar [data-menu="contact"] {
	grid-area: right;
	justify-self: end;
}
.scroll-trust {
	grid-area: trust;
	border: 0;
	background: none;
	color: var(--blue-text);
	font: inherit;
	cursor: pointer;
	padding: 12px 0;
	white-space: nowrap;
}
.scroll-trust:hover,
.scroll-trust[aria-current="true"] {
	text-decoration: underline;
	text-underline-offset: 6px;
}
html[data-scroll-site] .scroll-utilities {
	position: fixed;
	right: 24px;
	top: 18px;
	display: flex;
	align-items: center;
	gap: 22px;
	z-index: 1001;
	height: 44px;
}
html[data-scroll-site] .scroll-articles-link {
	color: var(--blue-text);
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 0.03em;
	padding: 12px 0;
}
.scroll-articles-link:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}
html[data-scroll-site] .scroll-utilities .blue-theme-toggle {
	position: static !important;
	transform: none !important;
	margin: 0 !important;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;
}
html[data-scroll-site] #reals-hub-prev,
html[data-scroll-site] #reals-hub-next,
html[data-scroll-site] #reals-hub-back,
html[data-scroll-site] #blue-section-menu {
	display: none !important;
}
html[data-blue-style][data-scroll-site] #reals-hub-body {
	font-size: clamp(16px, 1.3vw, 20px);
	line-height: 1.65;
	max-width: 36ch;
}
html[data-blue-style][data-scroll-site] #page-realisations-hub .offer-head,
html[data-blue-style][data-scroll-site]
	#page-realisations-hub
	.offer-head-title,
html[data-blue-style][data-scroll-site] #reals-hub-body {
	text-align: left !important;
	align-items: flex-start !important;
}
.scroll-count {
	white-space: nowrap;
}
body.is-booting .scroll-vertical,
body.is-booting .scroll-horizontal {
	pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
	html[data-scroll-site] * {
		scroll-behavior: auto !important;
	}
	.scroll-progress,
	.scroll-cursor,
	.scroll-thumb {
		transition: none !important;
	}
}

.scroll-mobile-label {
	display: none;
}
