/* =========================================================
   Brand guide assets — cover hero, strapline, highlights,
   dimensions (p.8 blue + 7-spoke hub), p.23 cog nodes
   ========================================================= */

:root {
	--bs-blue-brand: #3772ff;
	--bs-blue-dark: #1e4fd4;
}

/* ---- Hero: guide cover (containers + red light) ---- */
.bs-hero--cover {
	background: #000;
	min-height: min(92vh, 820px);
	position: relative;
}

@media (max-width: 960px) {
	.bs-hero--cover {
		min-height: 100svh;
		min-height: 100dvh;
	}
}
.bs-hero--cover::before,
.bs-hero--cover::after {
	display: none;
}
.bs-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.55) 45%, rgba(0,0,0,.75) 100%);
	z-index: 1;
}
.bs-hero--cover .bs-hero__wrap {
	position: relative;
	z-index: 2;
}
.bs-hero--cover .bs-hero__wrap {
	padding-block: 16px;
	overflow: hidden;
}
.bs-hero__inner--solo {
	grid-template-columns: 1fr;
	max-width: min(720px, 100%);
	margin-inline-start: auto;
	margin-inline-end: 0;
}

@media (max-width: 960px) {
	.bs-hero__inner--solo {
		margin-inline: 0 !important;
		max-width: 100% !important;
	}
}
.bs-hero__inner--solo .bs-hero__content {
	align-items: flex-start;
	text-align: start;
}
.bs-hero__title-line--sub {
	color: var(--bs-blue-brand, #3772ff) !important;
}

/* ---- Dimensions: brand guide (p.8) — photo bg, no blue wash ---- */
.bs-section--dims {
	background: #000 !important;
	position: relative;
	overflow: hidden;
}
.bs-section--dims::before {
	display: none;
}
.bs-dims-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-size: cover;
	background-position: center;
	opacity: 1;
	pointer-events: none;
}
.bs-dims-glass {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(2px) saturate(110%);
	-webkit-backdrop-filter: blur(2px) saturate(110%);
	pointer-events: none;
}
.bs-section--dims .bs-dims-wrap {
	position: relative;
	z-index: 2;
	background: rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(2px) saturate(110%);
	-webkit-backdrop-filter: blur(2px) saturate(110%);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 24px;
	box-shadow: 0 12px 48px rgba(0, 0, 0, 0.18);
	padding: 56px 48px;
	margin-top: 8px;
}
.bs-section--dims .bs-section__head {
	position: relative;
	z-index: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: start;
	max-width: 640px;
	margin-inline-end: auto;
	margin-inline-start: 0;
}
.bs-section--dims .bs-section__head h2 {
	font-family: "Thmanyah Display", serif !important;
	font-weight: 800 !important;
}
.bs-section--dims .bs-section__eyebrow {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}
.bs-section--dims h2 {
	color: var(--bs-primary, #ff0000) !important;
}
.bs-section--dims .bs-section__head p {
	color: #fff;
}
.bs-dims-stage {
	position: relative;
	z-index: 1;
}
.bs-dims-orbit-wrap {
	overflow: hidden;
}

/* Hub: brand guide cog (p.23) */
.bs-dims-hub {
	background: transparent !important;
	box-shadow: none !important;
	width: 100px !important;
	height: 100px !important;
}
.bs-dims-hub__logo {
	width: 84px !important;
	height: 84px !important;
	filter: none !important;
	object-fit: contain;
}
.bs-dims-hub__num { display: none; }
.bs-dims-hub__pulse {
	border-color: rgba(255, 255, 255, 0.5) !important;
}
.bs-dim-node__dot {
	background: transparent !important;
	border: 0 !important;
}
.bs-dim-node__num {
	color: var(--bs-blue-brand) !important;
}
.bs-dim-node.is-active .bs-dim-node__num,
.bs-dim-node:hover .bs-dim-node__num {
	color: var(--bs-blue-brand) !important;
}
.bs-dim-node__title {
	font-family: "Thmanyah Display", serif !important;
	font-weight: 700 !important;
	font-size: 0.82rem !important;
	color: #fff !important;
	letter-spacing: 0.01em;
}
.bs-dims-panel {
	background: rgba(0, 0, 0, 0.55) !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: var(--bs-radius-lg) !important;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
	text-align: start;
}
.bs-dims-panel__badge {
	background: var(--bs-dim-node-icon-on, var(--bs-dim-node-icon)) center / contain no-repeat !important;
	color: transparent !important;
	border-radius: 0 !important;
}
.bs-dims-panel__slide h3 {
	color: #fff !important;
}
.bs-dims-panel__slide p {
	color: rgba(255, 255, 255, 0.88) !important;
}
.bs-dims-panel__pip {
	background: rgba(255, 255, 255, 0.25) !important;
}
.bs-dims-panel__pip.is-active {
	background: var(--bs-blue-brand) !important;
}
.bs-dims-card {
	background: rgba(0, 0, 0, 0.4) !important;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.bs-dims-card h3 {
	color: #fff !important;
}
.bs-dims-card p {
	color: rgba(255, 255, 255, 0.88) !important;
}

@media (max-width: 768px) {
	.bs-section--dims .bs-dims-wrap {
		padding: 40px 24px;
		border-radius: 18px;
	}
	.bs-dims-glass {
		backdrop-filter: blur(2px);
		-webkit-backdrop-filter: blur(2px);
	}
}
.bs-dims-card__num {
	display: inline-grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0 !important;
	background: var(--bs-dim-node-icon) center / contain no-repeat !important;
	color: var(--bs-blue-brand) !important;
}

/* Rounded polish sitewide */
.bs-license-item,
.bs-why-item,
.bs-service-card,
.bs-contact-form-box,
.bs-cta-banner {
	border-radius: var(--bs-radius-lg) !important;
}
.bs-licenses {
	border-radius: var(--bs-radius-lg) !important;
	overflow: hidden;
}

/* Decorative pattern (optional subtle) */
.bs-section--soft {
	background-image: radial-gradient(circle at 90% 10%, var(--bs-primary-soft), transparent 40%);
}

/* ---- Layout fixes: square top, scroll header, nav hover ---- */
html,
body.bs-page {
	background: #000;
	margin: 0;
}
body.bs-page .bs-header,
body.bs-page .bs-hero,
body.bs-page .bs-hero--cover {
	border-radius: 0 !important;
}
body.bs-page .bs-header {
	top: 0;
	transition: border-radius 0.25s ease, box-shadow 0.25s ease;
}
body.bs-page .bs-header.is-scrolled {
	border-radius: 0 0 var(--bs-radius-lg) var(--bs-radius-lg) !important;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}
.bs-nav a {
	position: relative;
	z-index: 0;
	border-bottom: none !important;
	padding: 10px 16px;
	border-radius: 8px;
	transition: color 0.22s ease, background 0.22s ease;
}
.bs-nav a::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 8px;
	background: rgba(55, 114, 255, 0.1);
	border: 1px solid rgba(55, 114, 255, 0.28);
	opacity: 0;
	transform: scale(0.94);
	transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.16, 1, 0.3, 1);
	z-index: -1;
}
.bs-nav a::after {
	content: "";
	position: absolute;
	inset-inline: 16px;
	bottom: 6px;
	height: 2px;
	border-radius: 1px;
	background: linear-gradient(90deg, var(--bs-blue-brand, #3772ff), rgba(55, 114, 255, 0.45));
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 0.26s cubic-bezier(0.16, 1, 0.3, 1);
}
.bs-nav a:hover,
.bs-nav a:focus-visible {
	color: #fff !important;
}
.bs-nav a:hover::before,
.bs-nav a:focus-visible::before {
	opacity: 1;
	transform: scale(1);
}
.bs-nav a:hover::after,
.bs-nav a:focus-visible::after {
	transform: scaleX(1);
}

@media (max-width: 960px) {
	.bs-nav a {
		border-radius: 10px;
		padding: 12px 14px;
		border-bottom: none !important;
	}
	.bs-nav a::after {
		display: none;
	}
	.bs-nav a::before {
		border-radius: 10px;
		background: rgba(55, 114, 255, 0.12);
	}
}

@media (prefers-reduced-motion: reduce) {
	.bs-hero__bg { transform: none !important; }
}
