:root {
  color-scheme: light dark;
}

html[data-ee-theme="dark"] {
  color-scheme: dark;
}

html[data-ee-theme="light"] {
  color-scheme: light;
}

body:has(.ee-bsl) {
  margin: 0;
}

body:has(.ee-bsl.is-menu-open) {
  overflow: hidden;
}

.ee-bsl,
.ee-bsl *,
.ee-bsl *::before,
.ee-bsl *::after {
  box-sizing: border-box;
}

.ee-bsl {
  --ee-font-sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --ee-page: #ffffff;
  --ee-page-soft: #f6f7f8;
  --ee-ink: #07121d;
  --ee-ink-soft: rgba(7, 18, 29, 0.66);
  --ee-line: rgba(7, 18, 29, 0.14);
  --ee-dark: #020910;
  --ee-dark-2: #07131e;
  --ee-dark-3: #0d1b29;
  --ee-white: #ffffff;
  --ee-white-soft: rgba(255, 255, 255, 0.76);
  --ee-gold: #bd8730;
  --ee-gold-2: #d2a34e;
  --ee-gold-dark: #8f631e;
  --ee-shadow: rgba(2, 9, 16, 0.28);
  --ee-container: 1180px;
  --ee-container-wide: 1440px;
  --ee-content-max: 1180px;
  --ee-content-shell: calc(var(--ee-content-max) + (var(--ee-section-x) * 2));
  --ee-section-x: clamp(20px, 3.6vw, 46px);
  --ee-rail-x: max(var(--ee-section-x), calc((100vw - var(--ee-content-max)) / 2));
  --ee-section-y: clamp(60px, 5.6vw, 86px);
  --ee-section-y-tight: clamp(50px, 4.8vw, 72px);
  --ee-section-gap: clamp(28px, 3.8vw, 56px);
  --ee-label-size: 11px;
  --ee-label-weight: 820;
  --ee-heading-weight: 880;
  --ee-heading-line-tight: 0.96;
  --ee-heading-line: 1.08;
  --ee-body-line: 1.68;
  --ee-card-radius: 8px;
  --ee-card-border: 1px solid var(--ee-line);
  --ee-card-shadow: 0 18px 42px rgba(2, 9, 16, 0.07);
  --ee-card-shadow-soft: 0 12px 30px rgba(2, 9, 16, 0.05);
  --ee-card-pad: clamp(22px, 2.2vw, 32px);
  --ee-icon-size: 62px;
  --ee-icon-size-lg: clamp(76px, 5.6vw, 96px);
  --ee-icon-border: 1px solid rgba(189, 135, 48, 0.5);
  --ee-icon-bg: rgba(189, 135, 48, 0.045);
  background: var(--ee-page);
  color: var(--ee-ink);
  font-family: var(--ee-font-sans);
  letter-spacing: 0;
  min-height: 100svh;
  overflow-x: clip;
}

html[data-ee-theme="dark"] .ee-bsl {
  --ee-page: #07121d;
  --ee-page-soft: #0a1724;
  --ee-ink: #f7f9fb;
  --ee-ink-soft: rgba(247, 249, 251, 0.68);
  --ee-line: rgba(255, 255, 255, 0.14);
  --ee-shadow: rgba(0, 0, 0, 0.44);
  --ee-card-shadow: 0 20px 46px rgba(0, 0, 0, 0.24);
  --ee-card-shadow-soft: 0 14px 34px rgba(0, 0, 0, 0.18);
  --ee-icon-bg: rgba(210, 163, 78, 0.08);
  background: var(--ee-page);
}

.ee-bsl a {
  color: inherit;
  text-decoration: none;
}

.ee-bsl button {
  appearance: none;
  color: inherit;
  font: inherit;
}

.ee-bsl-sr {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.ee-bsl-anchor {
  display: block;
  height: 1px;
  margin-top: -96px;
  position: absolute;
  width: 1px;
}

.ee-bsl-header {
  align-items: center;
  color: var(--ee-white);
  display: grid;
  gap: 28px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 30px 48px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 30;
}

.ee-bsl-brand {
  align-items: center;
  display: inline-flex;
  gap: 15px;
  min-width: 260px;
}

.ee-bsl-footer .ee-bsl-brand {
  min-width: 0;
}

.ee-bsl-brand-mark {
  color: var(--ee-gold-2);
  display: inline-flex;
  width: 46px;
}

.ee-bsl-brand-mark svg {
  display: block;
  fill: currentColor;
  height: auto;
  width: 100%;
}

.ee-bsl-brand-type {
  color: var(--ee-white);
  display: grid;
  gap: 6px;
  line-height: 1;
  text-transform: uppercase;
}

.ee-bsl-brand-type span:first-child {
  font-size: 25px;
  font-weight: 850;
  letter-spacing: 0.09em;
}

.ee-bsl-brand-type span:last-child {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.66em;
}

.ee-bsl-nav {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: center;
  min-width: 0;
}

.ee-bsl-nav a,
.ee-bsl-nav-drop-toggle {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: inline-flex;
  font-size: 11px;
  font-weight: 650;
  line-height: 1;
  padding: 8px 0;
  text-transform: uppercase;
  transition: color 160ms ease;
  white-space: nowrap;
}

.ee-bsl-nav a:hover,
.ee-bsl-nav a:focus-visible,
.ee-bsl-nav-drop-toggle:hover,
.ee-bsl-nav-drop-toggle:focus-visible,
.ee-bsl-lang a:hover,
.ee-bsl-lang a:focus-visible {
  color: var(--ee-gold-2);
  outline: 0;
}

.ee-bsl-nav-drop {
  position: relative;
}

.ee-bsl-nav-drop-toggle {
  align-items: center;
  gap: 8px;
}

.ee-bsl-nav-drop-toggle span {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  height: 6px;
  margin-top: -3px;
  transform: rotate(45deg);
  width: 6px;
}

.ee-bsl-nav-drop-panel {
  background: rgba(2, 9, 16, 0.94);
  border: 1px solid rgba(189, 135, 48, 0.26);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.24);
  display: grid;
  gap: 2px;
  left: 50%;
  min-width: 274px;
  opacity: 0;
  padding: 16px 18px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 14px);
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.ee-bsl-nav-drop-panel a {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.35;
  padding: 10px 0;
}

.ee-bsl-nav-drop:hover .ee-bsl-nav-drop-panel,
.ee-bsl-nav-drop:focus-within .ee-bsl-nav-drop-panel,
.ee-bsl-nav-drop.is-open .ee-bsl-nav-drop-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.ee-bsl-actions {
  align-items: center;
  display: inline-flex;
  gap: 16px;
  justify-content: end;
}

.ee-bsl-lang {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  text-transform: uppercase;
}

.ee-bsl-lang a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
  position: relative;
}

.ee-bsl-lang a + a::before {
  color: var(--ee-gold);
  content: "|";
  margin-right: 8px;
}

.ee-bsl-lang [aria-current="page"] {
  color: var(--ee-gold-2);
}

.ee-bsl-theme {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(189, 135, 48, 0.44);
  border-radius: 999px;
  color: var(--ee-white);
  cursor: pointer;
  display: inline-flex;
  gap: 9px;
  min-height: 36px;
  padding: 5px 12px 5px 5px;
}

.ee-bsl-theme-compact {
  padding-right: 5px;
  width: 48px;
}

.ee-bsl-theme-track {
  background: var(--ee-gold);
  border-radius: 999px;
  display: block;
  height: 24px;
  position: relative;
  width: 24px;
}

.ee-bsl-theme-track::after {
  background: var(--ee-dark);
  border-radius: 50%;
  content: "";
  height: 9px;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 9px;
}

html[data-ee-theme="light"] .ee-bsl-theme-track::after {
  background: var(--ee-white);
  box-shadow: 0 0 0 3px var(--ee-gold);
  height: 10px;
  left: 7px;
  right: auto;
  top: 7px;
  width: 10px;
}

.ee-bsl-theme-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.ee-bsl-theme-compact .ee-bsl-theme-label {
  display: none;
}

.ee-bsl-theme-label-light,
html[data-ee-theme="light"] .ee-bsl-theme-label-dark {
  display: none;
}

html[data-ee-theme="light"] .ee-bsl-theme-label-light {
  display: inline;
}

.ee-bsl-theme-compact .ee-bsl-theme-label-dark,
.ee-bsl-theme-compact .ee-bsl-theme-label-light {
  display: none;
}

.ee-bsl-menu-icon {
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  cursor: pointer;
  display: inline-grid;
  gap: 5px;
  height: 36px;
  padding: 0 0 0 22px;
  place-content: center;
  width: 48px;
}

.ee-bsl .ee-bsl-menu-icon,
.ee-bsl .ee-bsl-menu-icon:hover,
.ee-bsl .ee-bsl-menu-icon:focus,
.ee-bsl .ee-bsl-menu-icon:focus-visible,
.ee-bsl .ee-bsl-menu-icon:active {
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ee-gold);
  outline: 0;
}

.ee-bsl-menu-icon span {
  background: var(--ee-gold);
  display: block;
  height: 2px;
  transition: opacity 160ms ease, transform 160ms ease;
  width: 24px;
}

.ee-bsl.is-menu-open .ee-bsl-menu-icon span:first-child {
  transform: translateY(7px) rotate(45deg);
}

.ee-bsl.is-menu-open .ee-bsl-menu-icon span:nth-child(2) {
  opacity: 0;
}

.ee-bsl.is-menu-open .ee-bsl-menu-icon span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.ee-bsl-mobile-prefs {
  display: none;
}

.ee-bsl-hero {
  background: var(--ee-dark);
  color: var(--ee-white);
  height: min(830px, 84svh);
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.ee-bsl-hero::before {
  background:
    linear-gradient(90deg, rgba(2, 9, 16, 0.96) 0%, rgba(2, 9, 16, 0.86) 26%, rgba(2, 9, 16, 0.33) 58%, rgba(2, 9, 16, 0.04) 100%),
    linear-gradient(180deg, rgba(2, 9, 16, 0.72) 0%, rgba(2, 9, 16, 0.1) 40%, rgba(2, 9, 16, 0.76) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.ee-bsl-hero-slides,
.ee-bsl-hero-slide {
  inset: 0;
  position: absolute;
}

.ee-bsl-hero-slide {
  background-image: var(--ee-slide-image);
  background-position: center right;
  background-size: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 700ms ease, transform 8000ms linear;
}

.ee-bsl-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.ee-bsl-hero-copy {
  left: 48px;
  max-width: 720px;
  position: absolute;
  top: 50%;
  transform: translateY(-35%);
  z-index: 4;
}

.ee-bsl-hero h1 {
  font-size: clamp(48px, 5.2vw, 78px);
  font-weight: 850;
  line-height: 0.96;
  margin: 0;
}

.ee-bsl-hero h1 span {
  display: block;
}

.ee-bsl-hero h1 .is-gold {
  color: var(--ee-gold-2);
}

.ee-bsl-hero-rule,
.ee-bsl-small-rule {
  background: var(--ee-gold);
  display: block;
  height: 4px;
  margin: 34px 0 20px;
  width: 70px;
}

.ee-bsl-hero-chip {
  align-items: center;
  background: rgba(189, 135, 48, 0.92);
  color: var(--ee-white);
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
  padding: 12px 17px;
}

.ee-bsl-hero-chip span {
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.ee-bsl-hero-chip i {
  background: currentColor;
  border-radius: 50%;
  display: block;
  height: 4px;
  opacity: 0.82;
  width: 4px;
}

.ee-bsl-hero p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.ee-bsl-hero p span {
  color: var(--ee-gold-2);
}

.ee-bsl-carousel-controls {
  align-items: center;
  bottom: 40px;
  color: var(--ee-white);
  display: inline-flex;
  gap: 10px;
  position: absolute;
  right: 48px;
  z-index: 5;
}

.ee-bsl-carousel-controls > button {
  background: rgba(2, 9, 16, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--ee-white);
  cursor: pointer;
  display: grid;
  height: 42px;
  place-items: center;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
  width: 42px;
}

.ee-bsl-carousel-controls button:hover,
.ee-bsl-carousel-controls button:focus-visible {
  background: var(--ee-gold);
  border-color: var(--ee-gold);
  color: var(--ee-dark);
  outline: 0;
}

.ee-bsl-carousel-controls svg {
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 21px;
}

.ee-bsl-play-icon,
.ee-bsl-carousel-controls.is-paused .ee-bsl-pause-icon {
  display: none;
}

.ee-bsl-carousel-controls.is-paused .ee-bsl-play-icon {
  display: inline-grid;
}

.ee-bsl-carousel-dots {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  padding-left: 6px;
}

.ee-bsl-carousel-dots button {
  background: rgba(255, 255, 255, 0.36);
  border: 0;
  cursor: pointer;
  height: 2px;
  padding: 0;
  transition: background 160ms ease, width 160ms ease;
  width: 24px;
}

.ee-bsl-carousel-dots button.is-active {
  background: var(--ee-gold-2);
  width: 44px;
}

.ee-bsl-about,
.ee-bsl-critical,
.ee-bsl-sectors,
.ee-bsl-proof-strip {
  background: var(--ee-page);
}

.ee-bsl-about {
  padding: 82px 52px 62px;
}

.ee-bsl-about,
.ee-bsl-values,
.ee-bsl-critical,
.ee-bsl-sectors,
.ee-bsl-proof-strip {
  position: relative;
}

.ee-bsl-section-label {
  color: var(--ee-gold-dark);
  font-size: 11px;
  font-weight: 800;
  margin: 0 auto 26px;
  max-width: 1180px;
  text-transform: uppercase;
}

html[data-ee-theme="dark"] .ee-bsl-section-label {
  color: var(--ee-gold-2);
}

.ee-bsl-about-grid {
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.1fr);
  margin: 0 auto;
  max-width: 1180px;
}

.ee-bsl-about h2,
.ee-bsl-critical h2,
.ee-bsl-sectors h2 {
  color: var(--ee-ink);
  font-size: 42px;
  font-weight: 820;
  line-height: 1.08;
  margin: 0;
}

.ee-bsl-about h2 span,
.ee-bsl-critical h2 span {
  color: var(--ee-gold);
  display: block;
}

.ee-bsl-about-rhythm {
  color: var(--ee-ink-soft);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 820;
  line-height: 1.35;
  margin: 18px 0 0;
  text-transform: uppercase;
}

.ee-bsl-about-copy {
  columns: 1;
}

.ee-bsl-about-copy p {
  color: var(--ee-ink);
  font-size: 15px;
  font-weight: 560;
  line-height: 1.72;
  margin: 0 0 14px;
}

.ee-bsl-about-copy p:last-child {
  margin-bottom: 0;
}

.ee-bsl-values {
  background: var(--ee-page);
  border-bottom: 1px solid var(--ee-line);
  border-top: 1px solid var(--ee-line);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 auto;
  max-width: 1180px;
}

.ee-bsl-values article {
  min-height: 150px;
  padding: 34px 24px 30px;
}

.ee-bsl-values article + article {
  border-left: 1px solid var(--ee-line);
}

.ee-bsl-value-icon,
.ee-bsl-card-icon,
.ee-bsl-proof-strip article > div {
  color: var(--ee-gold);
}

.ee-bsl-value-icon svg,
.ee-bsl-card-icon svg,
.ee-bsl-proof-strip svg {
  fill: none;
  height: 38px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
  width: 38px;
}

.ee-bsl-values h3,
.ee-bsl-proof-strip h3 {
  color: var(--ee-ink);
  font-size: 13px;
  font-weight: 820;
  line-height: 1.25;
  margin: 18px 0 8px;
  text-transform: uppercase;
}

.ee-bsl-values p,
.ee-bsl-proof-strip p {
  color: var(--ee-ink-soft);
  font-size: 12px;
  font-weight: 560;
  line-height: 1.55;
  margin: 0;
}

.ee-bsl-critical {
  padding: 72px 52px 82px;
}

.ee-bsl-critical h2 {
  margin: 0 auto 36px;
  max-width: 1180px;
}

.ee-bsl-critical-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 auto;
  max-width: 1180px;
}

.ee-bsl-critical-grid article {
  background: var(--ee-dark);
  color: var(--ee-white);
  min-height: 270px;
  overflow: hidden;
  padding: 28px 20px 24px;
  position: relative;
}

.ee-bsl-critical-grid article::before,
.ee-bsl-sector-cards article::before {
  background-image: linear-gradient(180deg, rgba(2, 9, 16, 0.1), rgba(2, 9, 16, 0.86)), var(--ee-card-image);
  background-position: center;
  background-size: cover;
  content: "";
  inset: 0;
  opacity: 0.86;
  position: absolute;
}

.ee-bsl-sector-cards article::before {
  background-image: linear-gradient(180deg, rgba(2, 9, 16, 0.06), rgba(2, 9, 16, 0.88)), var(--ee-sector-image);
}

.ee-bsl-critical-grid article > * {
  position: relative;
  z-index: 1;
}

.ee-bsl-card-icon svg {
  height: 34px;
  width: 34px;
}

.ee-bsl-critical-grid h3 {
  color: var(--ee-white);
  font-size: 16px;
  font-weight: 830;
  line-height: 1.12;
  margin: 122px 0 10px;
  text-transform: uppercase;
}

.ee-bsl-critical-grid p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 560;
  line-height: 1.55;
  margin: 0;
}

.ee-bsl-outline-link,
.ee-bsl-dark-link {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  line-height: 1;
  min-height: 44px;
  text-transform: uppercase;
}

.ee-bsl-outline-link {
  border: 1px solid rgba(189, 135, 48, 0.55);
  color: var(--ee-gold-dark);
  margin: 32px auto 0;
  padding: 0 22px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

html[data-ee-theme="dark"] .ee-bsl-outline-link {
  color: var(--ee-gold-2);
}

.ee-bsl-dark-link {
  background: var(--ee-dark);
  color: var(--ee-white);
  padding: 0 18px;
}

.ee-bsl-outline-link svg,
.ee-bsl-dark-link svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 17px;
}

.ee-bsl-sectors {
  border-top: 1px solid var(--ee-line);
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(250px, 0.7fr) minmax(420px, 1.3fr);
  padding: 76px 52px;
}

.ee-bsl-sector-copy {
  justify-self: end;
  max-width: 360px;
}

.ee-bsl-sectors .ee-bsl-section-label {
  margin-bottom: 22px;
}

.ee-bsl-sectors p {
  color: var(--ee-ink-soft);
  font-size: 15px;
  font-weight: 560;
  line-height: 1.7;
  margin: 30px 0 26px;
}

.ee-bsl-sector-cards {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 330px));
}

.ee-bsl-sector-cards article {
  align-content: end;
  background: var(--ee-dark);
  color: var(--ee-white);
  display: grid;
  min-height: 322px;
  overflow: hidden;
  padding: 30px 24px;
  position: relative;
}

.ee-bsl-sector-cards article > * {
  position: relative;
  z-index: 1;
}

.ee-bsl-sector-cards h3 {
  color: var(--ee-white);
  font-size: 22px;
  font-weight: 820;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.ee-bsl-sector-cards p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.ee-bsl-proof-strip {
  border-top: 1px solid var(--ee-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 48px 52px;
}

.ee-bsl-proof-strip article {
  display: grid;
  gap: 0 22px;
  grid-template-columns: 44px minmax(0, 1fr);
  padding: 0 34px;
}

.ee-bsl-proof-strip article + article {
  border-left: 1px solid var(--ee-line);
}

.ee-bsl-proof-strip article > div {
  grid-row: span 2;
}

.ee-bsl-proof-strip h3 {
  margin-top: 0;
}

.ee-bsl-footer {
  background: var(--ee-dark);
  color: var(--ee-white);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(260px, 1.15fr) 0.72fr 0.58fr 0.78fr;
  padding: 58px 52px 34px;
}

.ee-bsl-footer-brand p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.65;
  margin: 26px 0 18px;
  max-width: 340px;
}

.ee-bsl-socials {
  display: inline-flex;
  gap: 10px;
}

.ee-bsl-socials a {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: var(--ee-white);
  display: grid;
  font-size: 12px;
  font-weight: 800;
  height: 28px;
  place-items: center;
  width: 28px;
}

.ee-bsl-footer h2 {
  color: var(--ee-white);
  font-size: 12px;
  font-weight: 820;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.ee-bsl-footer nav,
.ee-bsl-footer > div:not(.ee-bsl-footer-brand):not(.ee-bsl-footer-bottom) {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding-left: 38px;
}

.ee-bsl-footer a,
.ee-bsl-footer p {
  color: rgba(255, 255, 255, 0.68);
  display: block;
  font-size: 12px;
  line-height: 1.55;
  margin: 0 0 11px;
}

.ee-bsl-footer a:hover,
.ee-bsl-footer a:focus-visible {
  color: var(--ee-gold-2);
  outline: 0;
}

.ee-bsl-footer-bottom {
  align-items: center;
  color: rgba(255, 255, 255, 0.52);
  display: flex;
  font-size: 11px;
  gap: 20px;
  grid-column: 1 / -1;
  justify-content: space-between;
  margin-top: 18px;
}

.ee-bsl-footer-bottom div {
  display: inline-flex;
  gap: 26px;
}

.ee-bsl-footer-bottom a,
.ee-bsl-footer-bottom span {
  color: rgba(255, 255, 255, 0.52);
  display: inline;
  font-size: 11px;
  margin: 0;
}

@media (max-width: 1320px) {
  .ee-bsl-header {
    gap: 18px;
    padding: 26px 34px;
  }

  .ee-bsl-brand {
    min-width: 216px;
  }

  .ee-bsl-brand-type span:first-child {
    font-size: 21px;
  }

  .ee-bsl-brand-type span:last-child {
    font-size: 10px;
    letter-spacing: 0.54em;
  }

  .ee-bsl-nav {
    gap: 18px;
  }

  .ee-bsl-actions {
    gap: 12px;
  }

  .ee-bsl-hero h1 {
    font-size: 82px;
  }
}

@media (max-width: 1120px) {
  .ee-bsl-header {
    grid-template-columns: 1fr auto;
  }

  .ee-bsl-nav {
    background: rgba(2, 9, 16, 0.98);
    border: 1px solid rgba(189, 135, 48, 0.24);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    display: grid;
    gap: 0;
    justify-content: stretch;
    max-height: calc(100svh - 112px);
    opacity: 0;
    overflow: auto;
    padding: 22px;
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: 86px;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
    width: min(430px, calc(100vw - 60px));
  }

  .ee-bsl.is-menu-open .ee-bsl-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .ee-bsl-nav > a,
  .ee-bsl-nav-drop-toggle {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
    justify-content: space-between;
    padding: 16px 0;
    width: 100%;
  }

  .ee-bsl-nav-drop-panel {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: grid;
    left: auto;
    min-width: 0;
    opacity: 1;
    padding: 0 0 8px 18px;
    pointer-events: auto;
    position: static;
    transform: none;
  }

  .ee-bsl-nav-drop-panel a {
    border-bottom: 0;
    font-size: 12px;
    padding: 11px 0;
  }

  .ee-bsl-mobile-prefs {
    display: grid;
    gap: 18px;
    padding-top: 22px;
  }

  .ee-bsl-pref-group {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .ee-bsl-pref-group > span {
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .ee-bsl-actions > .ee-bsl-lang,
  .ee-bsl-actions > .ee-bsl-theme {
    display: none;
  }

  .ee-bsl-hero-copy {
    left: 34px;
    max-width: 600px;
  }

  .ee-bsl-about-grid,
  .ee-bsl-sectors {
    grid-template-columns: 1fr;
  }

  .ee-bsl-values {
    grid-template-columns: repeat(3, 1fr);
  }

  .ee-bsl-values article:nth-child(4) {
    border-left: 0;
  }

  .ee-bsl-critical-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ee-bsl-sector-copy {
    justify-self: stretch;
    max-width: 620px;
  }

  .ee-bsl-footer {
    grid-template-columns: 1fr 1fr;
  }

  .ee-bsl-footer-brand {
    grid-column: 1 / -1;
  }

  .ee-bsl-footer nav,
  .ee-bsl-footer > div:not(.ee-bsl-footer-brand):not(.ee-bsl-footer-bottom) {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 760px) {
  .ee-bsl-header {
    padding: 22px 18px;
  }

  .ee-bsl-brand {
    gap: 10px;
    min-width: 0;
  }

  .ee-bsl-brand-mark {
    width: 34px;
  }

  .ee-bsl-brand-type span:first-child {
    font-size: 16px;
  }

  .ee-bsl-brand-type span:last-child {
    font-size: 8px;
    letter-spacing: 0.42em;
  }

  .ee-bsl-menu-icon {
    border-left: 0;
    padding-left: 0;
    width: 38px;
  }

  .ee-bsl-nav {
    max-height: calc(100svh - 92px);
    right: 18px;
    top: 74px;
    width: calc(100vw - 36px);
  }

  .ee-bsl-hero {
    height: 86svh;
    min-height: 610px;
  }

  .ee-bsl-hero::before {
    background:
      linear-gradient(90deg, rgba(2, 9, 16, 0.95) 0%, rgba(2, 9, 16, 0.82) 52%, rgba(2, 9, 16, 0.22) 100%),
      linear-gradient(180deg, rgba(2, 9, 16, 0.78) 0%, rgba(2, 9, 16, 0.08) 38%, rgba(2, 9, 16, 0.88) 100%);
  }

  .ee-bsl-hero-slide {
    background-position: 66% center;
  }

  .ee-bsl-hero-copy {
    left: 22px;
    max-width: calc(100vw - 44px);
    top: 46%;
  }

  .ee-bsl-hero h1 {
    font-size: 56px;
  }

  .ee-bsl-hero-rule {
    height: 3px;
    margin: 26px 0 16px;
    width: 58px;
  }

  .ee-bsl-hero-chip {
    gap: 8px;
    margin-bottom: 20px;
    padding: 10px 12px;
  }

  .ee-bsl-hero-chip span {
    font-size: 11px;
  }

  .ee-bsl-hero p {
    font-size: 18px;
    max-width: 320px;
  }

  .ee-bsl-carousel-controls {
    bottom: 24px;
    left: 22px;
    right: auto;
  }

  .ee-bsl-carousel-controls > button {
    height: 38px;
    width: 38px;
  }

  .ee-bsl-carousel-dots button {
    width: 18px;
  }

  .ee-bsl-carousel-dots button.is-active {
    width: 32px;
  }

  .ee-bsl-about,
  .ee-bsl-critical,
  .ee-bsl-sectors {
    padding-left: 22px;
    padding-right: 22px;
  }

  .ee-bsl-about {
    padding-top: 58px;
  }

  .ee-bsl-about-grid {
    gap: 34px;
  }

  .ee-bsl-section-label {
    margin-bottom: 18px;
  }

  .ee-bsl-about h2,
  .ee-bsl-critical h2,
  .ee-bsl-sectors h2 {
    font-size: 31px;
  }

  .ee-bsl-about-copy p,
  .ee-bsl-sectors p {
    font-size: 14px;
  }

  .ee-bsl-values {
    grid-template-columns: 1fr;
    margin-left: 22px;
    margin-right: 22px;
  }

  .ee-bsl-values article {
    min-height: 0;
    padding: 26px 0;
  }

  .ee-bsl-values article + article,
  .ee-bsl-values article:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--ee-line);
  }

  .ee-bsl-critical {
    padding-top: 54px;
  }

  .ee-bsl-critical-grid {
    grid-template-columns: 1fr;
  }

  .ee-bsl-critical-grid article {
    min-height: 260px;
  }

  .ee-bsl-outline-link {
    left: auto;
    min-width: 0;
    transform: none;
    width: 100%;
  }

  .ee-bsl-sectors {
    gap: 32px;
    padding-top: 58px;
  }

  .ee-bsl-sector-cards {
    grid-template-columns: 1fr;
  }

  .ee-bsl-sector-cards article {
    min-height: 270px;
  }

  .ee-bsl-proof-strip {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .ee-bsl-proof-strip article {
    border-left: 0;
    padding: 26px 0;
  }

  .ee-bsl-proof-strip article + article {
    border-left: 0;
    border-top: 1px solid var(--ee-line);
  }

  .ee-bsl-footer {
    gap: 30px;
    grid-template-columns: 1fr;
    padding: 44px 22px 30px;
  }

  .ee-bsl-footer-brand {
    grid-column: auto;
  }

  .ee-bsl-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .ee-bsl-footer-bottom div {
    flex-wrap: wrap;
    gap: 16px;
  }
}

/* Current header, drawer, hero CTA, and footer overrides. */
.ee-bsl-header {
  grid-template-columns: auto auto;
  justify-content: space-between;
  z-index: 60;
}

.ee-bsl-brand {
  min-width: 0;
}

.ee-bsl-logo {
  display: block;
  height: auto;
  max-width: min(292px, 46vw);
  width: 292px;
}

.ee-bsl-footer .ee-bsl-logo {
  max-width: 210px;
  width: 210px;
}

.ee-bsl-nav {
  background: #020910;
  color: var(--ee-white);
  display: block;
  inset: 0;
  min-width: 0;
  opacity: 0;
  overflow: auto;
  pointer-events: none;
  position: fixed;
  transform: translateY(-10px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  visibility: hidden;
  z-index: 80;
}

.ee-bsl.is-menu-open .ee-bsl-nav {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.ee-bsl-drawer-shell {
  display: grid;
  grid-template-columns: minmax(380px, 0.55fr) minmax(360px, 0.45fr);
  min-height: 100svh;
}

.ee-bsl-drawer-menu {
  background: #020910;
  border-right: 1px solid rgba(189, 135, 48, 0.7);
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  padding: 46px 52px 34px;
}

.ee-bsl-drawer-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.ee-bsl-drawer-close {
  align-items: center;
  background: transparent !important;
  border: 0;
  color: var(--ee-gold-2);
  cursor: pointer;
  display: grid;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.ee-bsl-drawer-close svg,
.ee-bsl-drawer-link svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ee-bsl-drawer-close svg {
  height: 26px;
  stroke-width: 1.35;
  width: 26px;
}

.ee-bsl-drawer-rule {
  background: var(--ee-gold);
  height: 2px;
  margin: 32px 0 26px;
  width: 58px;
}

.ee-bsl-drawer-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ee-bsl-drawer-link,
.ee-bsl-drawer-children a,
.ee-bsl-drawer-nested span,
.ee-bsl-footer-subheading {
  background: transparent !important;
  border: 0;
  color: inherit;
  font: inherit;
  text-decoration: none;
}

.ee-bsl-drawer-link {
  align-items: center;
  color: rgba(255, 255, 255, 0.94);
  display: flex;
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.08em;
  line-height: 1.15;
  padding: 4px 0;
  text-transform: uppercase;
}

.ee-bsl-drawer-link svg {
  color: var(--ee-gold);
  height: 20px;
  stroke-width: 1.5;
  width: 20px;
}

.ee-bsl-drawer-link:hover,
.ee-bsl-drawer-link:focus-visible,
.ee-bsl-drawer-children a:hover,
.ee-bsl-drawer-children a:focus-visible {
  color: var(--ee-gold-2) !important;
  outline: 0;
}

.ee-bsl-drawer-children {
  border-left: 1px solid rgba(189, 135, 48, 0.36);
  display: grid;
  gap: 12px;
  margin: 14px 0 6px 18px;
  padding-left: 24px;
}

.ee-bsl-drawer-children a,
.ee-bsl-drawer-nested span {
  color: rgba(255, 255, 255, 0.74);
  display: block;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ee-bsl-drawer-nested {
  display: grid;
  gap: 10px;
}

.ee-bsl-drawer-nested span {
  color: var(--ee-gold-2);
}

.ee-bsl-drawer-nested a {
  padding-left: 18px;
}

.ee-bsl-drawer-prefs,
.ee-bsl-drawer-social {
  align-items: center;
  display: flex;
  gap: 22px;
}

.ee-bsl-drawer-prefs {
  margin-top: auto;
  padding-top: 42px;
}

.ee-bsl-drawer-social {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  justify-content: flex-end;
  margin-top: 22px;
  text-transform: uppercase;
}

.ee-bsl-drawer-media {
  background-image:
    linear-gradient(180deg, rgba(2, 9, 16, 0.04), rgba(2, 9, 16, 0.82)),
    linear-gradient(90deg, rgba(2, 9, 16, 0.24), rgba(2, 9, 16, 0.04)),
    var(--ee-drawer-image);
  background-position: center;
  background-size: cover;
  min-height: 100svh;
  position: relative;
}

.ee-bsl-drawer-media-copy {
  bottom: 54px;
  color: var(--ee-white);
  left: 50px;
  max-width: 430px;
  position: absolute;
}

.ee-bsl-drawer-media-copy strong,
.ee-bsl-drawer-media-copy span {
  display: block;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 760;
  line-height: 1.15;
}

.ee-bsl-drawer-media-copy strong {
  color: var(--ee-gold-2);
}

.ee-bsl-actions {
  gap: 0;
}

.ee-bsl-menu-icon {
  border-left: 1px solid rgba(189, 135, 48, 0.46);
  height: 44px;
  padding-left: 24px;
}

.ee-bsl .ee-bsl-menu-icon:hover,
.ee-bsl .ee-bsl-menu-icon:focus-visible,
.ee-bsl .ee-bsl-drawer-close:hover,
.ee-bsl .ee-bsl-drawer-close:focus-visible,
.ee-bsl .ee-bsl-theme:hover,
.ee-bsl .ee-bsl-theme:focus-visible {
  background: transparent !important;
  color: var(--ee-gold-2) !important;
  outline: 0;
}

.ee-bsl-theme {
  align-items: center;
  background: transparent !important;
  border: 1px solid rgba(189, 135, 48, 0.52);
  border-radius: 50%;
  color: var(--ee-gold-2);
  cursor: pointer;
  display: inline-grid;
  height: 42px;
  justify-items: center;
  min-height: 0;
  padding: 0;
  place-items: center;
  width: 42px;
}

.ee-bsl-theme-icon {
  display: grid;
  grid-area: 1 / 1;
  place-items: center;
}

.ee-bsl-theme svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 20px;
}

.ee-bsl-theme-moon,
html[data-ee-theme="dark"] .ee-bsl-theme-sun {
  display: none;
}

html[data-ee-theme="dark"] .ee-bsl-theme-moon {
  display: grid;
}

.ee-bsl-lang {
  gap: 10px;
}

.ee-bsl-lang a {
  background: transparent !important;
  font-size: 12px;
}

.ee-bsl-hero::before {
  display: none;
}

.ee-bsl-hero-slide {
  overflow: hidden;
}

.ee-bsl-hero-slide::before {
  background:
    linear-gradient(90deg, rgba(2, 9, 16, 0.96) 0%, rgba(2, 9, 16, 0.86) 28%, rgba(2, 9, 16, 0.34) 60%, rgba(2, 9, 16, 0.04) 100%),
    linear-gradient(180deg, rgba(2, 9, 16, 0.72) 0%, rgba(2, 9, 16, 0.1) 40%, rgba(2, 9, 16, 0.76) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.ee-bsl-hero-slide.is-active {
  z-index: 2;
}

.ee-bsl-hero-copy {
  max-width: min(880px, calc(100vw - 96px));
  z-index: 2;
}

.ee-bsl-hero p {
  max-width: 650px;
}

.ee-bsl-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin-top: 32px;
}

.ee-bsl-button {
  align-items: center;
  border: 1px solid currentColor;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 28px;
  justify-content: space-between;
  line-height: 1;
  min-height: 56px;
  min-width: 228px;
  padding: 0 22px 0 26px;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.ee-bsl-button svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  width: 18px;
}

.ee-bsl-button-gold {
  color: var(--ee-gold-2);
}

.ee-bsl-button-light {
  color: rgba(255, 255, 255, 0.88);
}

.ee-bsl-button:hover,
.ee-bsl-button:focus-visible {
  background: var(--ee-gold);
  border-color: var(--ee-gold);
  color: var(--ee-dark);
  outline: 0;
}

.ee-bsl-socials a {
  align-items: center;
  background: transparent !important;
  display: grid;
}

.ee-bsl-socials svg {
  display: block;
  height: 14px;
  width: 14px;
}

.ee-bsl-socials svg path {
  fill: currentColor;
}

.ee-bsl-socials a[aria-label="Email"] svg {
  fill: none;
}

.ee-bsl-socials a[aria-label="Email"] svg path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.ee-bsl-footer-subheading {
  color: var(--ee-gold-2);
  display: block;
  font-size: 11px;
  font-weight: 820;
  line-height: 1.5;
  margin: 16px 0 10px;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .ee-bsl-header {
    grid-template-columns: auto auto;
  }

  .ee-bsl-nav {
    inset: 0;
    max-height: none;
    padding: 0;
    position: fixed;
    right: auto;
    top: auto;
    width: auto;
  }

  .ee-bsl-drawer-shell {
    grid-template-columns: 1fr;
  }

  .ee-bsl-drawer-menu {
    border-right: 0;
    padding: 36px 34px 30px;
  }

  .ee-bsl-drawer-media {
    display: none;
  }

  .ee-bsl-drawer-link {
    font-size: clamp(18px, 5.2vw, 28px);
  }
}

@media (max-width: 760px) {
  .ee-bsl-logo {
    max-width: min(236px, 58vw);
    width: 236px;
  }

  .ee-bsl-menu-icon {
    border-left: 0;
    padding-left: 0;
  }

  .ee-bsl-drawer-menu {
    min-height: 100svh;
    padding: 28px 22px 24px;
  }

  .ee-bsl-drawer-list {
    gap: 13px;
  }

  .ee-bsl-drawer-children {
    margin-left: 10px;
    padding-left: 18px;
  }

  .ee-bsl-drawer-prefs {
    padding-top: 30px;
  }

  .ee-bsl-drawer-social {
    justify-content: space-between;
  }

  .ee-bsl-hero-slide::before {
    background:
      linear-gradient(90deg, rgba(2, 9, 16, 0.96) 0%, rgba(2, 9, 16, 0.82) 54%, rgba(2, 9, 16, 0.22) 100%),
      linear-gradient(180deg, rgba(2, 9, 16, 0.78) 0%, rgba(2, 9, 16, 0.08) 38%, rgba(2, 9, 16, 0.88) 100%);
  }

  .ee-bsl-hero-buttons {
    gap: 12px;
    margin-top: 26px;
  }

  .ee-bsl-hero-copy {
    max-width: calc(100vw - 44px);
  }

  .ee-bsl-button {
    min-height: 50px;
    min-width: min(100%, 250px);
    width: min(100%, 290px);
  }
}

@media (max-width: 430px) {
  .ee-bsl-logo {
    max-width: 194px;
    width: 194px;
  }

  .ee-bsl-hero h1 {
    font-size: 48px;
  }

  .ee-bsl-hero p {
    font-size: 17px;
  }
}

.ee-bsl .ee-bsl-hero h1 {
  font-size: clamp(48px, 5.2vw, 78px);
}

@media (max-width: 760px) {
  .ee-bsl .ee-bsl-hero h1 {
    font-size: clamp(46px, 13vw, 56px);
  }
}

@media (max-width: 430px) {
  .ee-bsl .ee-bsl-hero h1 {
    font-size: clamp(42px, 12.4vw, 50px);
  }
}

.ee-bsl .ee-bsl-nav .ee-bsl-drawer-link {
  align-items: center;
  display: flex;
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 800;
  justify-content: space-between;
  line-height: 1.15;
  padding: 4px 0;
}

.ee-bsl .ee-bsl-nav .ee-bsl-drawer-children a,
.ee-bsl .ee-bsl-nav .ee-bsl-drawer-nested span {
  display: block;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
  padding-bottom: 0;
  padding-top: 0;
}

@media (max-width: 1120px) {
  .ee-bsl .ee-bsl-nav .ee-bsl-drawer-link {
    font-size: clamp(18px, 5.2vw, 28px);
  }
}

/* Polish pass: compact sticky header/drawer, stable hero controls, centered icons. */
.ee-bsl {
  --ee-drawer-bg: rgba(255, 255, 255, 0.98);
  --ee-drawer-text: #07121d;
  --ee-drawer-muted: rgba(7, 18, 29, 0.66);
  --ee-drawer-line: rgba(7, 18, 29, 0.14);
}

html[data-ee-theme="dark"] .ee-bsl {
  --ee-drawer-bg: #020910;
  --ee-drawer-text: #f7f9fb;
  --ee-drawer-muted: rgba(247, 249, 251, 0.68);
  --ee-drawer-line: rgba(255, 255, 255, 0.14);
}

.ee-bsl-header {
  background: linear-gradient(180deg, rgba(2, 9, 16, 0.78), rgba(2, 9, 16, 0.28) 72%, rgba(2, 9, 16, 0));
  padding: 22px 42px 30px;
  position: fixed;
}

.ee-bsl-logo {
  max-width: min(228px, 36vw);
  opacity: 1 !important;
  width: 228px;
}

.ee-bsl-footer .ee-bsl-logo {
  max-width: 190px;
  width: 190px;
}

.ee-bsl-nav {
  background: var(--ee-drawer-bg);
  border: 1px solid var(--ee-drawer-line);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  color: var(--ee-drawer-text);
  inset: 16px 28px auto auto;
  max-height: calc(100svh - 32px);
  overflow: auto;
  width: min(520px, calc(100vw - 56px));
}

.ee-bsl-drawer-shell {
  display: block;
  min-height: 0;
}

.ee-bsl-drawer-menu {
  background: transparent;
  border-right: 0;
  min-height: 0;
  padding: 26px 30px 24px;
}

.ee-bsl-drawer-media {
  display: none !important;
}

.ee-bsl-drawer-top .ee-bsl-logo {
  max-width: min(206px, 48vw);
  width: 206px;
}

.ee-bsl-drawer-top .ee-bsl-brand {
  background: #020910;
  margin: -7px 0 0 -10px;
  padding: 7px 10px;
}

html[data-ee-theme="dark"] .ee-bsl-drawer-top .ee-bsl-brand {
  background: transparent;
  margin: 0;
  padding: 0;
}

.ee-bsl-drawer-rule {
  margin: 24px 0 20px;
}

.ee-bsl-drawer-list {
  gap: 10px;
}

.ee-bsl .ee-bsl-nav .ee-bsl-drawer-link {
  color: var(--ee-drawer-text);
  font-size: clamp(16px, 1.35vw, 21px);
  padding: 2px 0;
}

.ee-bsl .ee-bsl-nav .ee-bsl-drawer-children a,
.ee-bsl .ee-bsl-nav .ee-bsl-drawer-nested span {
  color: var(--ee-drawer-muted);
  font-size: 12px;
}

.ee-bsl .ee-bsl-nav .ee-bsl-drawer-nested span {
  color: var(--ee-gold);
}

.ee-bsl-drawer-children {
  border-left-color: rgba(189, 135, 48, 0.34);
  gap: 9px;
  margin: 10px 0 4px 14px;
  padding-left: 18px;
}

.ee-bsl-drawer-nested {
  gap: 8px;
}

.ee-bsl-drawer-prefs {
  border-top: 1px solid var(--ee-drawer-line);
  margin-top: 24px;
  padding-top: 18px;
}

.ee-bsl-drawer-prefs .ee-bsl-lang a {
  color: var(--ee-drawer-muted) !important;
}

.ee-bsl-drawer-prefs .ee-bsl-lang [aria-current="page"] {
  color: var(--ee-gold) !important;
}

.ee-bsl-drawer-social {
  color: var(--ee-drawer-muted);
  justify-content: space-between;
  margin-top: 18px;
}

.ee-bsl-drawer-close,
.ee-bsl-theme,
.ee-bsl-socials a,
.ee-bsl-carousel-controls > button {
  align-items: center !important;
  display: inline-grid !important;
  justify-items: center !important;
  line-height: 0 !important;
  padding: 0 !important;
  place-items: center !important;
}

.ee-bsl-theme,
.ee-bsl-socials a {
  color: var(--ee-gold);
}

.ee-bsl-theme-icon,
.ee-bsl-pause-icon,
.ee-bsl-play-icon {
  align-items: center;
  display: grid;
  height: 100%;
  justify-items: center;
  place-items: center;
  width: 100%;
}

.ee-bsl-play-icon,
.ee-bsl-carousel-controls.is-paused .ee-bsl-pause-icon,
.ee-bsl-theme-moon,
html[data-ee-theme="dark"] .ee-bsl-theme-sun {
  display: none !important;
}

.ee-bsl-carousel-controls:not(.is-paused) .ee-bsl-pause-icon,
.ee-bsl-carousel-controls.is-paused .ee-bsl-play-icon,
html[data-ee-theme="dark"] .ee-bsl-theme-moon {
  display: grid !important;
}

.ee-bsl-carousel-controls > button svg,
.ee-bsl-theme svg,
.ee-bsl-socials svg,
.ee-bsl-drawer-close svg {
  display: block;
  margin: auto;
}

.ee-bsl-carousel-controls > button {
  height: 42px;
  width: 42px;
}

.ee-bsl-carousel-controls svg {
  height: 20px;
  width: 20px;
}

.ee-bsl-play-toggle svg {
  height: 19px;
  width: 19px;
}

.ee-bsl-hero-copy {
  --ee-hero-title-row: clamp(174px, 16vw, 232px);
  --ee-hero-intro-row: 104px;
  display: grid;
  grid-template-rows: var(--ee-hero-title-row) 42px var(--ee-hero-intro-row) auto;
  top: clamp(150px, 23svh, 208px);
  transform: none;
}

.ee-bsl-hero h1 {
  align-self: start;
}

.ee-bsl .ee-bsl-hero h1 {
  font-size: clamp(50px, 5.2vw, 78px);
}

.ee-bsl-hero-rule {
  align-self: center;
  margin: 0;
}

.ee-bsl-hero p {
  align-self: start;
}

.ee-bsl-hero-buttons {
  margin-top: 0;
}

.ee-bsl-button {
  min-width: 240px;
}

@media (max-width: 1120px) {
  .ee-bsl-nav {
    inset: 14px 24px auto auto;
    max-height: calc(100svh - 28px);
    padding: 0;
    width: min(510px, calc(100vw - 48px));
  }

  .ee-bsl-drawer-menu {
    border-right: 0;
    padding: 24px 28px 22px;
  }

  .ee-bsl .ee-bsl-nav .ee-bsl-drawer-link {
    font-size: clamp(16px, 3vw, 20px);
  }
}

@media (max-width: 760px) {
  .ee-bsl-header {
    padding: 18px 22px 26px;
  }

  .ee-bsl-logo {
    max-width: min(184px, 52vw);
    width: 184px;
  }

  .ee-bsl-nav {
    inset: 10px 10px auto 10px;
    max-height: calc(100svh - 20px);
    width: auto;
  }

  .ee-bsl-drawer-menu {
    padding: 20px 18px 20px;
  }

  .ee-bsl-drawer-top .ee-bsl-logo {
    max-width: min(176px, 54vw);
    width: 176px;
  }

  .ee-bsl .ee-bsl-nav .ee-bsl-drawer-link {
    font-size: clamp(18px, 5.4vw, 22px);
  }

  .ee-bsl-hero-copy {
    --ee-hero-title-row: 174px;
    --ee-hero-intro-row: 126px;
    grid-template-rows: var(--ee-hero-title-row) 34px var(--ee-hero-intro-row) auto;
    top: 176px;
  }

  .ee-bsl .ee-bsl-hero h1 {
    font-size: clamp(42px, 12.2vw, 48px);
  }

  .ee-bsl-button {
    width: min(100%, 290px);
  }
}

@media (max-width: 430px) {
  .ee-bsl-logo {
    max-width: 168px;
    width: 168px;
  }

  .ee-bsl-hero-copy {
    --ee-hero-title-row: 168px;
    --ee-hero-intro-row: 126px;
  }

  .ee-bsl .ee-bsl-hero h1 {
    font-size: clamp(40px, 11.8vw, 46px);
  }
}

/* Value-to-customer and testimonials update. */
.ee-bsl-value-customer {
  background: var(--ee-page);
  border-top: 1px solid var(--ee-line);
  padding: 78px 52px 82px;
}

.ee-bsl-value-heading {
  margin: 0 auto 38px;
  max-width: 1180px;
}

.ee-bsl-value-heading .ee-bsl-section-label,
.ee-bsl-testimonials-heading .ee-bsl-section-label {
  margin: 0 0 18px;
  max-width: none;
}

.ee-bsl-value-heading .ee-bsl-section-label::after,
.ee-bsl-testimonials-heading .ee-bsl-section-label::after {
  background: currentColor;
  content: "";
  display: inline-block;
  height: 2px;
  margin-left: 14px;
  vertical-align: middle;
  width: 64px;
}

.ee-bsl-value-heading h2,
.ee-bsl-testimonials-heading h2 {
  color: var(--ee-ink);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 860;
  line-height: 1.02;
  margin: 0;
  text-transform: uppercase;
}

.ee-bsl-value-heading h2 span,
.ee-bsl-testimonials-heading h2 span {
  display: inline;
}

.ee-bsl-value-heading h2 .is-gold,
.ee-bsl-testimonials-heading h2 .is-gold {
  color: var(--ee-gold);
}

.ee-bsl-value-heading > p {
  color: var(--ee-ink);
  font-size: clamp(18px, 2.2vw, 30px);
  font-weight: 760;
  line-height: 1.25;
  margin: 18px 0 0;
  text-transform: uppercase;
}

.ee-bsl-value-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(280px, 0.82fr) minmax(520px, 1.18fr);
  margin: 0 auto;
  max-width: 1180px;
}

.ee-bsl-value-intro,
.ee-bsl-value-pillars article {
  border: 1px solid var(--ee-line);
}

.ee-bsl-value-intro {
  background: var(--ee-dark);
  color: var(--ee-white);
  display: grid;
  align-content: end;
  min-height: 300px;
  padding: 34px 32px;
}

.ee-bsl-value-intro span {
  color: var(--ee-gold-2);
  font-size: 12px;
  font-weight: 820;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.ee-bsl-value-intro h3 {
  color: var(--ee-white);
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 830;
  line-height: 1.02;
  margin: 0;
  text-transform: uppercase;
}

.ee-bsl-value-intro p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  font-weight: 560;
  line-height: 1.65;
  margin: 24px 0 0;
}

.ee-bsl-value-pillars {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.ee-bsl-value-pillars article {
  background: var(--ee-page-soft);
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: 300px;
  padding: 30px 24px 28px;
}

.ee-bsl-value-pillars article > div {
  color: var(--ee-gold);
}

.ee-bsl-value-pillars svg {
  fill: none;
  height: 38px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
  width: 38px;
}

.ee-bsl-value-pillars h3 {
  color: var(--ee-ink);
  font-size: 16px;
  font-weight: 830;
  line-height: 1.2;
  margin: 26px 0 14px;
  text-transform: uppercase;
}

.ee-bsl-value-pillars p {
  color: var(--ee-ink-soft);
  font-size: 13px;
  font-weight: 560;
  line-height: 1.68;
  margin: 0;
}

.ee-bsl-testimonials {
  background: var(--ee-dark);
  color: var(--ee-white);
  overflow: hidden;
  padding: 88px 52px 94px;
  position: relative;
}

.ee-bsl-testimonials::before {
  background-image:
    linear-gradient(90deg, rgba(2, 9, 16, 0.98) 0%, rgba(2, 9, 16, 0.9) 50%, rgba(2, 9, 16, 0.74) 100%),
    var(--ee-testimonials-image);
  background-position: center;
  background-size: cover;
  content: "";
  inset: 0;
  opacity: 0.86;
  position: absolute;
}

.ee-bsl-testimonials > * {
  position: relative;
  z-index: 1;
}

.ee-bsl-testimonials-heading,
.ee-bsl-testimonial-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.ee-bsl-testimonials-heading {
  margin-bottom: 42px;
}

.ee-bsl-testimonials-heading .ee-bsl-section-label {
  color: var(--ee-gold-2);
}

.ee-bsl-testimonials-heading h2 {
  color: var(--ee-white);
  max-width: 780px;
}

.ee-bsl-testimonials-heading p {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  margin: 24px 0 0;
  text-transform: uppercase;
}

.ee-bsl-testimonial-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(6, 1fr);
}

.ee-bsl-testimonial-grid article {
  background: rgba(2, 9, 16, 0.78);
  border: 1px solid rgba(189, 135, 48, 0.48);
  display: grid;
  grid-column: span 2;
  grid-template-rows: auto 1fr auto auto;
  min-height: 300px;
  padding: 30px 28px 28px;
}

.ee-bsl-testimonial-grid article.is-featured {
  grid-column: span 3;
  min-height: 420px;
  padding: 36px 34px 34px;
}

.ee-bsl-quote-mark {
  color: var(--ee-gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 76px;
  font-weight: 800;
  height: 54px;
  line-height: 0.95;
}

.ee-bsl-testimonial-grid article > p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.68;
  margin: 12px 0 26px;
}

.ee-bsl-testimonial-grid article.is-featured > p {
  font-size: 18px;
  font-weight: 400;
}

.ee-bsl-testimonial-grid article > p span {
  color: var(--ee-gold-2);
}

.ee-bsl-testimonial-rule {
  background: linear-gradient(90deg, var(--ee-gold), rgba(189, 135, 48, 0.1));
  height: 1px;
  margin-bottom: 22px;
  position: relative;
}

.ee-bsl-testimonial-rule::after {
  background: var(--ee-gold-2);
  content: "";
  height: 7px;
  position: absolute;
  right: 0;
  top: -3px;
  transform: rotate(45deg);
  width: 7px;
}

.ee-bsl-testimonial-source {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 58px minmax(0, 1fr);
}

.ee-bsl-testimonial-source > div:first-child {
  align-items: center;
  background: var(--ee-white);
  border: 2px solid var(--ee-gold-2);
  border-radius: 50%;
  color: var(--ee-dark);
  display: grid;
  font-size: 22px;
  font-weight: 840;
  height: 58px;
  justify-items: center;
  line-height: 1;
  place-items: center;
  text-transform: uppercase;
  width: 58px;
}

.ee-bsl-testimonial-source h3 {
  color: var(--ee-gold-2);
  font-size: 15px;
  font-weight: 820;
  line-height: 1.3;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.ee-bsl-testimonial-source p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 560;
  line-height: 1.4;
  margin: 0;
}

.ee-bsl-footer-brand p {
  margin-top: 34px;
}

.ee-bsl .ee-bsl-nav .ee-bsl-drawer-link span {
  min-width: 0;
}

@media (max-width: 1120px) {
  .ee-bsl-value-grid {
    grid-template-columns: 1fr;
  }

  .ee-bsl-value-pillars {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ee-bsl-testimonial-grid article,
  .ee-bsl-testimonial-grid article.is-featured {
    grid-column: span 3;
  }
}

@media (max-width: 820px) {
  .ee-bsl-value-customer,
  .ee-bsl-testimonials {
    padding-left: 26px;
    padding-right: 26px;
  }

  .ee-bsl-value-pillars,
  .ee-bsl-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .ee-bsl-testimonial-grid article,
  .ee-bsl-testimonial-grid article.is-featured {
    grid-column: auto;
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .ee-bsl-value-customer {
    padding-bottom: 62px;
    padding-top: 60px;
  }

  .ee-bsl-value-heading h2,
  .ee-bsl-testimonials-heading h2 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .ee-bsl-value-heading h2 span,
  .ee-bsl-testimonials-heading h2 span {
    display: block;
  }

  .ee-bsl-value-heading > p,
  .ee-bsl-testimonials-heading p {
    font-size: 16px;
  }

  .ee-bsl-value-intro,
  .ee-bsl-value-pillars article,
  .ee-bsl-testimonial-grid article,
  .ee-bsl-testimonial-grid article.is-featured {
    padding: 26px 22px;
  }

  .ee-bsl-testimonial-source {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .ee-bsl-testimonial-source > div:first-child {
    height: 50px;
    width: 50px;
  }
}

/* Route refinements: header controls, hero slogan, challenges, and core values. */
.ee-bsl-header-controls {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  margin-right: 18px;
}

.ee-bsl-about,
.ee-bsl-value-customer,
.ee-bsl-core-principles,
.ee-bsl-critical,
.ee-bsl-sectors,
.ee-bsl-testimonials,
.ee-bsl-footer {
  scroll-margin-top: 96px;
}

.ee-bsl-actions {
  gap: 0;
}

.ee-bsl-lang-select {
  position: relative;
}

.ee-bsl-lang-current {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(189, 135, 48, 0.52);
  border-radius: 999px;
  color: var(--ee-gold-2);
  cursor: pointer;
  display: inline-grid;
  font-size: 12px;
  font-weight: 820;
  height: 42px;
  justify-items: center;
  letter-spacing: 0;
  line-height: 1;
  min-width: 46px;
  padding: 0 12px;
  place-items: center;
  text-transform: uppercase;
}

.ee-bsl-lang-current:hover,
.ee-bsl-lang-current:focus-visible {
  color: var(--ee-white);
  outline: 0;
}

.ee-bsl-lang-menu {
  background: rgba(2, 9, 16, 0.97);
  border: 1px solid rgba(189, 135, 48, 0.46);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
  display: grid;
  gap: 2px;
  min-width: 74px;
  opacity: 0;
  padding: 7px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  transform: translateY(-4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.ee-bsl-lang-select.is-open .ee-bsl-lang-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ee-bsl-lang-menu a {
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  display: grid;
  font-size: 12px;
  font-weight: 800;
  height: 32px;
  justify-items: center;
  line-height: 1;
  padding: 0 10px;
  text-transform: uppercase;
}

.ee-bsl-lang-menu a:hover,
.ee-bsl-lang-menu a:focus-visible,
.ee-bsl-lang-menu a[aria-current="page"] {
  background: rgba(189, 135, 48, 0.15);
  color: var(--ee-gold-2);
  outline: 0;
}

.ee-bsl-logo-dark {
  display: none;
}

.ee-bsl-drawer-top .ee-bsl-logo-light {
  display: none;
}

.ee-bsl-drawer-top .ee-bsl-logo-dark {
  display: block;
}

html[data-ee-theme="dark"] .ee-bsl-drawer-top .ee-bsl-logo-light {
  display: block;
}

html[data-ee-theme="dark"] .ee-bsl-drawer-top .ee-bsl-logo-dark {
  display: none;
}

.ee-bsl-drawer-top .ee-bsl-brand,
html[data-ee-theme="dark"] .ee-bsl-drawer-top .ee-bsl-brand {
  background: transparent;
  margin: 0;
  padding: 0;
}

.ee-bsl-hero-copy {
  --ee-hero-title-row: clamp(196px, 16.6vw, 242px);
  --ee-hero-intro-row: 88px;
  --ee-hero-slogan-row: 34px;
  gap: 0;
  grid-template-rows: var(--ee-hero-title-row) 42px var(--ee-hero-intro-row) var(--ee-hero-slogan-row) auto;
  left: clamp(34px, 5vw, 78px);
  max-width: min(720px, calc(100vw - 96px));
  width: min(720px, calc(100vw - 96px));
}

.ee-bsl-hero-slide,
.ee-bsl-hero-slide.is-active {
  transform: none !important;
}

.ee-bsl-hero p {
  max-width: 680px;
}

.ee-bsl-hero-slogan {
  align-self: start;
  color: rgba(255, 255, 255, 0.96) !important;
  font-size: clamp(16px, 1.35vw, 21px) !important;
  font-weight: 760 !important;
  line-height: 1.35 !important;
  text-transform: none;
}

.ee-bsl-hero-slogan::first-letter {
  color: inherit;
}

.ee-bsl-core-principles {
  background: var(--ee-page);
  border-bottom: 1px solid var(--ee-line);
  border-top: 1px solid var(--ee-line);
  overflow: hidden;
  padding: 82px 52px 88px;
  position: relative;
}

.ee-bsl-core-hero,
.ee-bsl-core-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.ee-bsl-core-hero {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(300px, 0.9fr) minmax(440px, 1.1fr);
}

.ee-bsl-core-hero .ee-bsl-section-label {
  grid-column: 1 / -1;
  margin-bottom: -18px;
  max-width: none;
  width: 100%;
}

.ee-bsl-core-mark {
  align-items: center;
  aspect-ratio: 1;
  border: 1px solid rgba(189, 135, 48, 0.28);
  border-radius: 50%;
  display: grid;
  justify-items: center;
  max-width: 420px;
  padding: 40px;
  place-items: center;
  position: relative;
}

.ee-bsl-core-mark::before,
.ee-bsl-core-mark::after {
  border: 2px solid var(--ee-gold);
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  content: "";
  inset: 26px;
  opacity: 0.44;
  position: absolute;
}

.ee-bsl-core-mark::after {
  inset: 86px;
  opacity: 0.22;
}

.ee-bsl-core-mark span {
  color: var(--ee-ink);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 900;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

.ee-bsl-core-mark i {
  background: var(--ee-gold);
  display: block;
  height: 5px;
  margin: 20px 0 16px;
  width: 72px;
}

.ee-bsl-core-mark strong {
  color: var(--ee-gold-dark);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 500;
  line-height: 1.16;
  text-align: center;
}

.ee-bsl-core-hero h2 {
  color: var(--ee-ink);
  font-size: clamp(44px, 5.4vw, 76px);
  font-weight: 880;
  line-height: 0.94;
  margin: 36px 0 24px;
  text-transform: uppercase;
}

.ee-bsl-core-hero p {
  color: var(--ee-ink-soft);
  font-size: 17px;
  font-weight: 560;
  line-height: 1.72;
  margin: 0;
}

.ee-bsl-core-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 52px;
}

.ee-bsl-core-grid article {
  background: var(--ee-page-soft);
  border: 1px solid var(--ee-line);
  min-height: 260px;
  padding: 30px 24px 28px;
}

.ee-bsl-core-icon {
  align-items: center;
  border: 1px solid rgba(189, 135, 48, 0.42);
  border-radius: 50%;
  color: var(--ee-gold);
  display: grid;
  height: 66px;
  justify-items: center;
  place-items: center;
  width: 66px;
}

.ee-bsl-core-icon svg {
  fill: none;
  height: 34px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
  width: 34px;
}

.ee-bsl-core-grid h3 {
  color: var(--ee-ink);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.2;
  margin: 28px 0 12px;
  text-transform: uppercase;
}

.ee-bsl-core-grid p {
  color: var(--ee-ink-soft);
  font-size: 13px;
  font-weight: 560;
  line-height: 1.7;
  margin: 0;
}

.ee-bsl-critical {
  padding: 82px 52px 88px;
}

.ee-bsl-critical-heading,
.ee-bsl-critical-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.ee-bsl-critical-heading .ee-bsl-section-label {
  margin: 0 0 14px;
  max-width: none;
}

.ee-bsl-critical h2 {
  color: var(--ee-ink);
  font-size: clamp(48px, 6.5vw, 86px);
  font-weight: 880;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  max-width: 760px;
  text-transform: none;
}

.ee-bsl-critical h2 span {
  color: var(--ee-gold);
  display: block;
}

.ee-bsl-critical-heading .ee-bsl-small-rule {
  margin: 24px 0 18px;
}

.ee-bsl-critical-heading p {
  color: var(--ee-ink);
  font-size: clamp(18px, 1.8vw, 25px);
  font-weight: 520;
  line-height: 1.42;
  margin: 0;
  max-width: 840px;
}

.ee-bsl-critical-heading p + p {
  color: var(--ee-ink-soft);
  font-size: 15px;
  font-weight: 560;
  line-height: 1.68;
  margin-top: 18px;
  max-width: 780px;
}

.ee-bsl-critical-heading ul {
  color: var(--ee-ink-soft);
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 22px 0 0;
  max-width: 780px;
  padding: 0;
}

.ee-bsl-critical-heading li {
  align-items: center;
  display: grid;
  font-size: 14px;
  font-weight: 650;
  gap: 12px;
  grid-template-columns: 9px minmax(0, 1fr);
  line-height: 1.45;
}

.ee-bsl-critical-heading li::before {
  background: var(--ee-gold);
  content: "";
  height: 9px;
  transform: rotate(45deg);
  width: 9px;
}

.ee-bsl-critical-list {
  border-top: 1px solid var(--ee-line);
  margin-top: 42px;
}

.ee-bsl-critical-list article {
  align-items: center;
  border-bottom: 1px solid var(--ee-line);
  display: grid;
  gap: 28px;
  grid-template-columns: 42px 72px minmax(240px, 0.92fr) 1px minmax(320px, 1.08fr);
  min-height: 116px;
  position: relative;
}

.ee-bsl-critical-list article > span {
  color: var(--ee-gold-dark);
  font-size: 13px;
  font-weight: 820;
  line-height: 1;
}

.ee-bsl-challenge-icon {
  align-items: center;
  border: 1px solid rgba(189, 135, 48, 0.54);
  border-radius: 50%;
  color: var(--ee-gold);
  display: grid;
  height: 58px;
  justify-items: center;
  place-items: center;
  width: 58px;
}

.ee-bsl-challenge-icon svg {
  fill: none;
  height: 30px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
  width: 30px;
}

.ee-bsl-critical-list h3 {
  color: var(--ee-ink);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 860;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}

.ee-bsl-critical-list i {
  background: var(--ee-gold);
  display: block;
  height: 44px;
  width: 1px;
}

.ee-bsl-critical-list p {
  color: var(--ee-ink);
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 430;
  line-height: 1.45;
  margin: 0;
}

@media (max-width: 1120px) {
  .ee-bsl-core-hero {
    grid-template-columns: 1fr;
  }

  .ee-bsl-core-mark {
    max-width: 360px;
  }

  .ee-bsl-core-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ee-bsl-critical-list article {
    grid-template-columns: 32px 62px minmax(220px, 0.9fr) 1px minmax(260px, 1.1fr);
    gap: 20px;
  }
}

@media (max-width: 760px) {
  .ee-bsl-header-controls {
    gap: 8px;
    margin-right: 12px;
  }

  .ee-bsl-lang-current,
  .ee-bsl-theme {
    height: 38px;
    min-width: 40px;
    width: 40px;
  }

  .ee-bsl-lang-current {
    padding: 0 8px;
  }

  .ee-bsl-menu-icon {
    padding-left: 16px;
  }

  .ee-bsl-hero-copy {
    --ee-hero-title-row: 178px;
    --ee-hero-intro-row: 112px;
    --ee-hero-slogan-row: 42px;
    grid-template-rows: var(--ee-hero-title-row) 34px var(--ee-hero-intro-row) var(--ee-hero-slogan-row) auto;
    left: 26px;
    max-width: calc(100vw - 52px);
  }

  .ee-bsl-hero-slogan {
    font-size: 16px !important;
  }

  .ee-bsl-core-principles,
  .ee-bsl-critical {
    padding-left: 26px;
    padding-right: 26px;
  }

  .ee-bsl-core-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .ee-bsl-core-mark {
    max-width: 320px;
    padding: 34px;
  }

  .ee-bsl-critical-heading ul {
    display: none;
  }

  .ee-bsl-critical-list {
    border-top: 0;
    display: grid;
    gap: 10px;
    margin-top: 34px;
  }

  .ee-bsl-critical-list article {
    background: var(--ee-dark);
    color: var(--ee-white);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: 154px;
    overflow: hidden;
    padding: 28px 30px;
  }

  .ee-bsl-critical-list article::before {
    background-image: linear-gradient(90deg, rgba(2, 9, 16, 0.96), rgba(2, 9, 16, 0.7)), var(--ee-challenge-image);
    background-position: center;
    background-size: cover;
    content: "";
    inset: 0;
    opacity: 0.92;
    position: absolute;
  }

  .ee-bsl-critical-list article > * {
    position: relative;
    z-index: 1;
  }

  .ee-bsl-critical-list article > span,
  .ee-bsl-challenge-icon,
  .ee-bsl-critical-list i {
    display: none;
  }

  .ee-bsl-critical-list h3 {
    color: var(--ee-gold-2);
    font-size: 15px;
    grid-column: 1 / 2;
  }

  .ee-bsl-critical-list p {
    color: rgba(255, 255, 255, 0.94);
    font-size: 21px;
    font-weight: 650;
    grid-column: 1 / 2;
    line-height: 1.28;
  }

}

@media (max-width: 430px) {
  .ee-bsl-header-controls {
    gap: 6px;
    margin-right: 8px;
  }

  .ee-bsl-lang-current,
  .ee-bsl-theme {
    height: 36px;
    min-width: 36px;
    width: 36px;
  }

  .ee-bsl-theme svg {
    height: 18px;
    width: 18px;
  }

  .ee-bsl-hero-copy {
    --ee-hero-title-row: 174px;
    --ee-hero-intro-row: 118px;
    left: 24px;
    max-width: calc(100vw - 48px);
  }

  .ee-bsl-core-principles,
  .ee-bsl-critical {
    padding-left: 22px;
    padding-right: 22px;
  }

  .ee-bsl-core-hero h2,
  .ee-bsl-critical h2 {
    font-size: clamp(38px, 11.6vw, 52px);
  }
}

/* 2026-05-31 visual lock pass. */
.ee-bsl-header {
  background:
    linear-gradient(180deg, rgba(1, 7, 12, 0.96) 0%, rgba(1, 7, 12, 0.86) 54%, rgba(1, 7, 12, 0.62) 80%, rgba(1, 7, 12, 0) 100%);
}

.ee-bsl-lang-current,
.ee-bsl-theme {
  background: rgba(1, 9, 16, 0.7) !important;
  border-color: rgba(189, 135, 48, 0.62) !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.ee-bsl-lang-current:hover,
.ee-bsl-lang-current:focus-visible,
.ee-bsl-theme:hover,
.ee-bsl-theme:focus-visible {
  background: rgba(189, 135, 48, 0.18) !important;
}

.ee-bsl-hero-copy {
  --ee-hero-title-row: clamp(218px, 13vw, 270px);
  --ee-hero-intro-row: 104px;
  --ee-hero-slogan-row: 34px;
  grid-template-rows: var(--ee-hero-title-row) 44px var(--ee-hero-intro-row) var(--ee-hero-slogan-row) auto;
  left: clamp(48px, 4.8vw, 98px);
  max-width: min(960px, calc(100vw - 132px));
  width: min(960px, calc(100vw - 132px));
}

.ee-bsl .ee-bsl-hero h1 {
  font-size: clamp(54px, 4.7vw, 88px);
  letter-spacing: 0;
  line-height: 0.94;
  max-width: none;
}

.ee-bsl-hero h1 span {
  white-space: nowrap;
}

.ee-bsl-hero p {
  max-width: 860px;
}

.ee-bsl-hero-slogan {
  margin-top: 4px !important;
}

.ee-bsl-core-principles {
  background: #f7f7f5;
  color: #07121d;
  display: flex;
  flex-direction: column;
  padding: clamp(56px, 6vw, 92px) 52px clamp(64px, 7vw, 104px);
}

.ee-bsl-core-heading {
  margin: 34px auto 0;
  max-width: 900px;
  order: 2;
  text-align: center;
}

.ee-bsl-core-heading .ee-bsl-section-label {
  margin-bottom: 14px;
  max-width: none;
}

.ee-bsl-core-heading h2 {
  color: #07121d;
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 880;
  line-height: 1;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.ee-bsl-core-heading p {
  color: rgba(7, 18, 29, 0.68);
  font-size: 15px;
  font-weight: 560;
  line-height: 1.7;
  margin: 0;
}

.ee-bsl-core-diagram {
  aspect-ratio: 1.22;
  margin: 0 auto;
  max-height: 820px;
  max-width: 1120px;
  min-height: 620px;
  order: 1;
  position: relative;
  width: min(100%, 1120px);
}

.ee-bsl-core-orbit {
  fill: none;
  inset: 0;
  overflow: visible;
  position: absolute;
  stroke: #020910;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
  width: 100%;
}

.ee-bsl-core-orbit circle {
  fill: #020910;
  stroke: #020910;
}

.ee-bsl-core-center {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 51%;
  transform: translate(-50%, -50%);
  width: min(420px, 42%);
  z-index: 2;
}

.ee-bsl-core-center strong {
  color: #020910;
  display: block;
  font-size: clamp(42px, 5.1vw, 76px);
  font-weight: 940;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.ee-bsl-core-center i {
  background: #a66d12;
  display: block;
  height: 5px;
  margin: 28px auto 18px;
  width: 92px;
}

.ee-bsl-core-center span {
  color: #9f6811;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2.45vw, 35px);
  font-weight: 500;
  line-height: 1.14;
}

.ee-bsl-core-node {
  align-items: center;
  display: flex;
  gap: 24px;
  position: absolute;
  z-index: 3;
}

.ee-bsl-core-node h3 {
  color: #020910;
  font-size: clamp(22px, 2.1vw, 34px);
  font-weight: 900;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.ee-bsl-core-node .ee-bsl-core-icon {
  background: #fff;
  border: 1px solid rgba(2, 9, 16, 0.06);
  border-radius: 50%;
  box-shadow: 0 14px 28px rgba(2, 9, 16, 0.16);
  color: #a66d12;
  height: clamp(118px, 11vw, 150px);
  width: clamp(118px, 11vw, 150px);
}

.ee-bsl-core-node .ee-bsl-core-icon svg {
  height: 58%;
  stroke-width: 1.55;
  width: 58%;
}

.ee-bsl-core-node.is-core-responsibility {
  flex-direction: column;
  gap: 16px;
  left: 50%;
  top: 1%;
  transform: translateX(-50%);
}

.ee-bsl-core-node.is-core-integrity {
  flex-direction: row-reverse;
  right: 0;
  top: 42%;
  transform: translateY(-50%);
}

.ee-bsl-core-node.is-core-quality {
  flex-direction: column-reverse;
  gap: 16px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.ee-bsl-core-node.is-core-trust {
  left: 0;
  top: 42%;
  transform: translateY(-50%);
}

.ee-bsl-core-grid {
  gap: 14px;
  margin-top: 38px;
  order: 3;
}

.ee-bsl-core-grid article {
  background: #fff;
  border: 1px solid rgba(2, 9, 16, 0.08);
  box-shadow: 0 16px 38px rgba(2, 9, 16, 0.06);
  min-height: 0;
}

.ee-bsl-critical h2 {
  max-width: min(1080px, 100%);
}

.ee-bsl-critical h2 .ee-bsl-critical-title-main {
  color: var(--ee-ink);
  display: block;
  white-space: nowrap;
}

.ee-bsl-critical h2 > span:not(.ee-bsl-critical-title-main) {
  color: var(--ee-gold);
}

.ee-bsl .ee-bsl-dark-link {
  background: #06111c !important;
  border: 1px solid #06111c;
  color: #ffffff !important;
}

.ee-bsl .ee-bsl-dark-link:hover,
.ee-bsl .ee-bsl-dark-link:focus-visible {
  background: var(--ee-gold) !important;
  border-color: var(--ee-gold);
  color: #020910 !important;
}

.ee-bsl-proof-strip article:last-child svg {
  height: 44px;
  width: 54px;
}

@media (max-width: 1120px) {
  .ee-bsl-core-diagram {
    min-height: 560px;
  }

  .ee-bsl-core-node .ee-bsl-core-icon {
    height: 112px;
    width: 112px;
  }

  .ee-bsl-core-node h3 {
    font-size: 22px;
  }
}

@media (max-width: 760px) {
  .ee-bsl-header {
    background:
      linear-gradient(180deg, rgba(1, 7, 12, 0.96) 0%, rgba(1, 7, 12, 0.84) 64%, rgba(1, 7, 12, 0.34) 100%);
  }

  .ee-bsl-lang-current,
  .ee-bsl-theme {
    border-radius: 7px !important;
  }

  .ee-bsl-hero-copy {
    --ee-hero-title-row: 174px;
    --ee-hero-intro-row: 116px;
    --ee-hero-slogan-row: 42px;
    grid-template-rows: var(--ee-hero-title-row) 34px var(--ee-hero-intro-row) var(--ee-hero-slogan-row) auto;
    left: 24px;
    max-width: calc(100vw - 48px);
    width: calc(100vw - 48px);
  }

  .ee-bsl .ee-bsl-hero h1 {
    font-size: clamp(30px, 6.2vw, 48px);
  }

  .ee-bsl-hero h1 span {
    white-space: nowrap;
  }

  .ee-bsl-core-principles {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ee-bsl-core-diagram {
    aspect-ratio: auto;
    display: grid;
    gap: 14px;
    min-height: 0;
  }

  .ee-bsl-core-orbit,
  .ee-bsl-core-center {
    display: none;
  }

  .ee-bsl-core-node,
  .ee-bsl-core-node.is-core-responsibility,
  .ee-bsl-core-node.is-core-integrity,
  .ee-bsl-core-node.is-core-quality,
  .ee-bsl-core-node.is-core-trust {
    background: #fff;
    border: 1px solid rgba(2, 9, 16, 0.08);
    box-shadow: 0 16px 34px rgba(2, 9, 16, 0.08);
    display: grid;
    gap: 14px;
    grid-template-columns: 74px minmax(0, 1fr);
    left: auto;
    padding: 16px;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }

  .ee-bsl-core-node h3 {
    align-self: center;
    font-size: 20px;
    grid-column: 2;
    grid-row: 1;
  }

  .ee-bsl-core-node .ee-bsl-core-icon {
    grid-column: 1;
    grid-row: 1;
    height: 74px;
    width: 74px;
  }

  .ee-bsl-core-heading {
    margin-top: 24px;
    text-align: left;
  }

  .ee-bsl-core-heading h2 {
    font-size: 30px;
  }

  .ee-bsl-critical h2 {
    font-size: clamp(32px, 9vw, 42px);
  }
}

@media (max-width: 430px) {
  .ee-bsl .ee-bsl-hero h1 {
    font-size: clamp(29px, 7.7vw, 34px);
  }

  .ee-bsl-critical h2 {
    font-size: clamp(30px, 8.3vw, 36px);
  }

  .ee-bsl-critical h2 .ee-bsl-critical-title-main {
    white-space: nowrap;
  }
}

/* Core values compass panel replacement. */
.ee-bsl-core-principles {
  background: #02070b !important;
  color: #fff !important;
  display: block !important;
  padding: clamp(30px, 4vw, 60px) 0 !important;
}

.ee-bsl-core-visual {
  background: #03070b;
  background-image: var(--ee-core-bg);
  background-position: 62% center;
  background-repeat: no-repeat;
  background-size: cover;
  isolation: isolate;
  margin: 0 auto;
  min-height: clamp(560px, 56vw, 860px);
  overflow: hidden;
  position: relative;
  width: min(100%, 1920px);
}

.ee-bsl-core-visual::before,
.ee-bsl-core-visual::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.ee-bsl-core-visual::before {
  background:
    linear-gradient(90deg, rgba(2, 7, 11, 0.96) 0%, rgba(2, 7, 11, 0.86) 22%, rgba(2, 7, 11, 0.24) 52%, rgba(2, 7, 11, 0.62) 100%),
    radial-gradient(circle at 69% 46%, rgba(200, 138, 42, 0.08) 0%, rgba(2, 7, 11, 0.08) 42%, rgba(2, 7, 11, 0.64) 100%);
}

.ee-bsl-core-visual::after {
  background:
    linear-gradient(180deg, rgba(2, 7, 11, 0.12) 0%, rgba(2, 7, 11, 0) 40%, rgba(2, 7, 11, 0.92) 100%);
}

.ee-bsl-core-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: inherit;
  max-width: min(680px, 62%);
  padding: clamp(76px, 8vw, 136px) clamp(30px, 6vw, 84px) clamp(54px, 6vw, 86px);
  position: relative;
  z-index: 2;
}

.ee-bsl-core-copy h2 {
  color: #fff;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(34px, 3.35vw, 66px);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
  text-transform: uppercase;
}

.ee-bsl-core-copy h2 span {
  display: block;
}

.ee-bsl-core-copy h2 span + span {
  margin-top: clamp(18px, 2vw, 30px);
}

.ee-bsl-core-copy h2 i {
  background: var(--ee-gold);
  display: block;
  height: 2px;
  margin: clamp(22px, 2.3vw, 34px) 0;
  width: clamp(42px, 4vw, 72px);
}

.ee-bsl-core-copy h2 i:first-of-type {
  display: none;
}

.ee-bsl-core-copy h2 i:last-child {
  margin-bottom: 0;
}

.ee-bsl-core-values-list {
  color: #d8a640;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  letter-spacing: 0.2em;
  list-style: none;
  margin: clamp(64px, 9vw, 140px) 0 0;
  padding: 0;
  text-transform: uppercase;
}

.ee-bsl-core-values-list li {
  align-items: center;
  display: inline-flex;
  font-size: clamp(11px, 0.75vw, 14px);
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.ee-bsl-core-values-list li:not(:last-child)::after {
  color: rgba(216, 166, 64, 0.8);
  content: "•";
  font-size: 0.9em;
  margin: 0 clamp(10px, 1vw, 18px);
}

.ee-bsl-core-end-rule {
  background: var(--ee-gold);
  height: 2px;
  margin: 26px auto 0;
  opacity: 0.95;
  width: 62px;
}

@media (max-width: 900px) {
  .ee-bsl-core-copy {
    max-width: min(650px, 78%);
  }
}

@media (max-width: 760px) {
  .ee-bsl-core-principles {
    padding: 0 !important;
  }

  .ee-bsl-core-visual {
    min-height: 650px;
  }

  .ee-bsl-core-visual::before {
    background:
      linear-gradient(90deg, rgba(2, 7, 11, 0.98) 0%, rgba(2, 7, 11, 0.82) 47%, rgba(2, 7, 11, 0.42) 100%),
      linear-gradient(180deg, rgba(2, 7, 11, 0.12) 0%, rgba(2, 7, 11, 0.05) 44%, rgba(2, 7, 11, 0.82) 100%);
  }

  .ee-bsl-core-visual {
    background-position: 64% center;
  }

  .ee-bsl-core-copy {
    max-width: none;
    padding: 86px 24px 34px;
  }

  .ee-bsl-core-copy h2 {
    font-size: clamp(31px, 9vw, 44px);
    max-width: 320px;
  }

  .ee-bsl-core-values-list {
    align-self: stretch;
    letter-spacing: 0.14em;
    margin-top: auto;
    max-width: 100%;
  }

  .ee-bsl-core-values-list li {
    font-size: 11px;
  }
}

@media (max-width: 430px) {
  .ee-bsl-core-visual {
    min-height: 610px;
  }

  .ee-bsl-core-copy {
    padding: 74px 20px 30px;
  }

  .ee-bsl-core-copy h2 {
    font-size: clamp(30px, 10vw, 38px);
    max-width: 270px;
  }

  .ee-bsl-core-copy h2 i {
    margin: 22px 0;
    width: 44px;
  }
}

.ee-bsl-core-details {
  background:
    linear-gradient(180deg, #02070b 0%, rgba(2, 7, 11, 0.94) 42px, var(--ee-page) 168px);
  color: var(--ee-ink);
  margin-top: -1px;
  padding: clamp(84px, 8vw, 132px) 52px clamp(72px, 7vw, 112px);
  position: relative;
}

.ee-bsl-core-details-heading {
  margin: 0 auto clamp(42px, 5vw, 72px);
  max-width: 1280px;
  text-align: center;
}

.ee-bsl-core-details-heading .ee-bsl-section-label {
  justify-content: center;
  margin: 0 auto 18px;
  max-width: none;
}

.ee-bsl-core-details-heading h3 {
  color: var(--ee-ink);
  font-size: clamp(42px, 5.4vw, 82px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
  text-transform: uppercase;
}

.ee-bsl-core-details-heading p {
  color: var(--ee-ink-soft);
  font-size: clamp(17px, 1.55vw, 24px);
  font-weight: 680;
  line-height: 1.62;
  margin: 30px auto 0;
  max-width: 1180px;
}

.ee-bsl-core-card-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1440px;
}

.ee-bsl-core-card-grid article {
  background: var(--ee-page);
  border: 1px solid var(--ee-line);
  box-shadow: 0 20px 46px rgba(2, 9, 16, 0.07);
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: clamp(28px, 3.2vw, 48px) clamp(24px, 2.7vw, 38px);
}

html[data-ee-theme="dark"] .ee-bsl-core-card-grid article {
  background: #081522;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.22);
}

.ee-bsl-core-card-icon {
  align-items: center;
  background: rgba(189, 135, 48, 0.045);
  border: 1px solid rgba(189, 135, 48, 0.52);
  border-radius: 50%;
  color: var(--ee-gold-2);
  display: grid;
  flex: 0 0 auto;
  height: clamp(86px, 7vw, 112px);
  margin-bottom: clamp(36px, 4.2vw, 56px);
  place-items: center;
  width: clamp(86px, 7vw, 112px);
}

.ee-bsl-core-card-icon svg {
  fill: none;
  height: 47%;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 47%;
}

.ee-bsl-core-card-grid h4 {
  color: var(--ee-ink);
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 880;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.ee-bsl-core-card-grid p {
  color: var(--ee-ink-soft);
  font-size: clamp(15px, 1.25vw, 20px);
  font-weight: 660;
  line-height: 1.68;
  margin: 0;
}

@media (max-width: 1180px) {
  .ee-bsl-core-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ee-bsl-core-details {
    padding: 52px 22px 64px;
  }

  .ee-bsl-core-details-heading {
    margin-bottom: 34px;
    text-align: left;
  }

  .ee-bsl-core-details-heading .ee-bsl-section-label {
    justify-content: flex-start;
    margin-left: 0;
  }

  .ee-bsl-core-details-heading h3 {
    font-size: clamp(36px, 11vw, 54px);
  }

  .ee-bsl-core-details-heading p {
    font-size: 16px;
    font-weight: 620;
    line-height: 1.58;
    margin-top: 22px;
  }

  .ee-bsl-core-card-grid {
    grid-template-columns: 1fr;
  }

  .ee-bsl-core-card-grid article {
    min-height: 0;
    padding: 26px 24px 28px;
  }

  .ee-bsl-core-card-icon {
    height: 82px;
    margin-bottom: 28px;
    width: 82px;
  }

  .ee-bsl-core-card-grid h4 {
    font-size: 22px;
  }

  .ee-bsl-core-card-grid p {
    font-size: 16px;
  }
}

/* Design-system consolidation: spacing, headings, cards, and icon rhythm. */
.ee-bsl-section-label {
  color: var(--ee-gold-dark);
  font-family: var(--ee-font-sans);
  font-size: var(--ee-label-size);
  font-weight: var(--ee-label-weight);
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.ee-bsl-about-grid,
.ee-bsl-value-heading,
.ee-bsl-value-grid,
.ee-bsl-critical-heading,
.ee-bsl-critical-list {
  max-width: var(--ee-container);
}

.ee-bsl-core-details-heading,
.ee-bsl-core-card-grid {
  max-width: var(--ee-container-wide);
}

.ee-bsl-about,
.ee-bsl-value-customer,
.ee-bsl-core-details,
.ee-bsl-critical,
.ee-bsl-sectors,
.ee-bsl-testimonials {
  padding-left: var(--ee-section-x);
  padding-right: var(--ee-section-x);
}

.ee-bsl-value-customer,
.ee-bsl-critical {
  padding-bottom: var(--ee-section-y);
  padding-top: var(--ee-section-y);
}

.ee-bsl-sectors,
.ee-bsl-testimonials {
  padding-bottom: var(--ee-section-y);
  padding-top: var(--ee-section-y);
}

.ee-bsl-about {
  padding-bottom: var(--ee-section-y-tight);
  padding-top: var(--ee-section-y-tight);
}

.ee-bsl-about h2,
.ee-bsl-value-heading h2,
.ee-bsl-core-copy h2,
.ee-bsl-core-details-heading h3,
.ee-bsl-critical h2,
.ee-bsl-sectors h2,
.ee-bsl-testimonials-heading h2 {
  font-family: var(--ee-font-sans);
  font-weight: var(--ee-heading-weight);
  letter-spacing: 0;
}

.ee-bsl-value-heading h2,
.ee-bsl-core-copy h2,
.ee-bsl-core-details-heading h3,
.ee-bsl-critical h2,
.ee-bsl-testimonials-heading h2 {
  line-height: var(--ee-heading-line-tight);
}

.ee-bsl-about h2,
.ee-bsl-sectors h2 {
  line-height: var(--ee-heading-line);
}

.ee-bsl-about-copy p,
.ee-bsl-value-intro p,
.ee-bsl-value-pillars p,
.ee-bsl-core-details-heading p,
.ee-bsl-core-card-grid p,
.ee-bsl-critical-heading p + p,
.ee-bsl-critical-list p,
.ee-bsl-sectors p,
.ee-bsl-testimonial-grid article > p {
  line-height: var(--ee-body-line);
}

.ee-bsl-sector-copy > p {
  white-space: pre-line;
}

.ee-bsl-value-intro,
.ee-bsl-value-pillars article,
.ee-bsl-sector-cards article,
.ee-bsl-testimonial-grid article,
.ee-bsl-core-card-grid article {
  border-radius: var(--ee-card-radius);
  overflow: hidden;
}

.ee-bsl-value-intro,
.ee-bsl-value-pillars article,
.ee-bsl-core-card-grid article {
  border: var(--ee-card-border);
  box-shadow: var(--ee-card-shadow-soft);
}

.ee-bsl-core-card-grid article,
.ee-bsl-testimonial-grid article {
  box-shadow: var(--ee-card-shadow);
}

.ee-bsl-value-pillars article {
  padding: var(--ee-card-pad);
}

.ee-bsl-core-card-grid article {
  padding: clamp(28px, 3.2vw, 48px) var(--ee-card-pad);
}

.ee-bsl-value-pillars article > div,
.ee-bsl-core-card-icon,
.ee-bsl-challenge-icon {
  align-items: center;
  background: var(--ee-icon-bg);
  border: var(--ee-icon-border);
  border-radius: 50%;
  color: var(--ee-gold);
  display: grid;
  flex: 0 0 auto;
  height: var(--ee-icon-size);
  justify-items: center;
  place-items: center;
  width: var(--ee-icon-size);
}

.ee-bsl-value-pillars article > div svg,
.ee-bsl-core-card-icon svg,
.ee-bsl-challenge-icon svg {
  fill: none;
  height: 50%;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 50%;
}

.ee-bsl-core-card-icon {
  color: var(--ee-gold-2);
  height: var(--ee-icon-size-lg);
  margin-bottom: clamp(34px, 4vw, 54px);
  width: var(--ee-icon-size-lg);
}

.ee-bsl-core-card-icon svg {
  height: 47%;
  width: 47%;
}

.ee-bsl-core-principles {
  padding: clamp(30px, 4vw, 56px) 0 0 !important;
}

.ee-bsl-core-visual {
  border-bottom: 0;
}

.ee-bsl-core-copy h2,
.ee-bsl-core-copy h2 span {
  font-family: var(--ee-font-sans) !important;
}

.ee-bsl-core-copy h2 > i:first-of-type {
  display: none !important;
}

.ee-bsl-core-copy h2 > i:last-of-type {
  display: block;
}

.ee-bsl-core-details {
  background:
    linear-gradient(180deg, #02070b 0%, rgba(2, 7, 11, 0.96) 42px, rgba(2, 7, 11, 0.62) 78px, var(--ee-page) 116px);
  margin-top: 0;
  padding-bottom: var(--ee-section-y);
  padding-top: clamp(104px, 8vw, 132px);
}

.ee-bsl-core-details::before {
  background: linear-gradient(180deg, rgba(210, 163, 78, 0.055), rgba(210, 163, 78, 0));
  content: "";
  height: clamp(96px, 9vw, 156px);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.ee-bsl-core-details > * {
  position: relative;
  z-index: 1;
}

.ee-bsl-core-details-heading {
  margin-bottom: var(--ee-section-gap);
}

.ee-bsl-core-card-grid {
  gap: clamp(16px, 2vw, 24px);
}

@media (max-width: 760px) {
  .ee-bsl {
    --ee-section-x: 22px;
    --ee-section-y: 56px;
    --ee-section-y-tight: 52px;
    --ee-section-gap: 28px;
    --ee-icon-size: 58px;
  }

  .ee-bsl-core-principles {
    padding: 0 !important;
  }

  .ee-bsl-core-details {
    background:
      linear-gradient(180deg, #02070b 0%, rgba(2, 7, 11, 0.72) 18px, var(--ee-page) 40px);
    padding-bottom: var(--ee-section-y);
    padding-top: 44px;
  }

  .ee-bsl-core-details::before {
    display: none;
  }

  .ee-bsl-core-card-grid article {
    padding: 26px 24px 28px;
  }
}

/* Final typography lock: one title system for every content section. */
.ee-bsl {
  --ee-section-title-size: clamp(34px, 3.45vw, 58px);
  --ee-section-title-weight: 840;
  --ee-section-title-line: 1.06;
  --ee-card-title-size: clamp(19px, 1.45vw, 24px);
  --ee-card-title-weight: 760;
  --ee-card-title-line: 1.18;
}

.ee-bsl-section-label,
.ee-bsl-value-heading p,
.ee-bsl-value-intro > span,
.ee-bsl-testimonials-heading p,
.ee-bsl-core-values-list,
.ee-bsl-footer h2 {
  font-family: var(--ee-font-sans) !important;
  font-size: var(--ee-label-size) !important;
  font-weight: var(--ee-label-weight) !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
}

.ee-bsl-about h2,
.ee-bsl-value-heading h2,
.ee-bsl-core-copy h2,
.ee-bsl-core-details-heading h3,
.ee-bsl-critical h2,
.ee-bsl-sectors h2,
.ee-bsl-testimonials-heading h2 {
  color: var(--ee-ink);
  font-family: var(--ee-font-sans) !important;
  font-size: var(--ee-section-title-size) !important;
  font-weight: var(--ee-section-title-weight) !important;
  letter-spacing: 0 !important;
  line-height: var(--ee-section-title-line) !important;
  text-transform: none !important;
}

.ee-bsl-core-copy h2 {
  color: var(--ee-white) !important;
}

.ee-bsl-value-heading h2 .is-gold,
.ee-bsl-critical h2 > span:not(.ee-bsl-critical-title-main),
.ee-bsl-testimonials-heading h2 .is-gold,
.ee-bsl-about h2 span {
  color: var(--ee-gold) !important;
}

.ee-bsl-value-intro h3,
.ee-bsl-value-pillars h3,
.ee-bsl-core-card-grid h4,
.ee-bsl-critical-list h3,
.ee-bsl-sector-cards h3,
.ee-bsl-proof-strip h3,
.ee-bsl-testimonial-source h3 {
  font-family: var(--ee-font-sans) !important;
  font-size: var(--ee-card-title-size) !important;
  font-weight: var(--ee-card-title-weight) !important;
  letter-spacing: 0 !important;
  line-height: var(--ee-card-title-line) !important;
  text-transform: none !important;
}

.ee-bsl-value-intro h3,
.ee-bsl-value-pillars h3,
.ee-bsl-core-card-grid h4,
.ee-bsl-critical-list h3,
.ee-bsl-sectors h2,
.ee-bsl-proof-strip h3,
.ee-bsl-testimonial-source h3 {
  color: var(--ee-ink) !important;
}

.ee-bsl-sector-cards h3 {
  color: var(--ee-white) !important;
}

.ee-bsl-sectors {
  align-items: start;
  gap: clamp(28px, 3.2vw, 48px);
  grid-template-columns: minmax(380px, 0.72fr) minmax(0, 1.28fr);
  padding-bottom: clamp(58px, 5.8vw, 88px);
  padding-top: clamp(58px, 5.8vw, 88px);
}

.ee-bsl-sector-copy {
  max-width: clamp(460px, 34vw, 560px);
  width: 100%;
}

.ee-bsl-sectors .ee-bsl-section-label {
  margin-bottom: clamp(16px, 1.5vw, 20px);
}

.ee-bsl-sector-copy > p {
  margin: clamp(22px, 2.4vw, 30px) 0 clamp(22px, 2.6vw, 32px);
  max-width: 440px;
}

.ee-bsl-sector-cards {
  align-self: start;
  gap: clamp(12px, 1.4vw, 18px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 980px;
  width: 100%;
}

.ee-bsl-sector-cards article {
  min-height: clamp(300px, 30vw, 460px);
  padding: clamp(22px, 2.2vw, 32px);
}

@media (max-width: 1120px) {
  .ee-bsl-sectors {
    gap: clamp(30px, 5vw, 44px);
    grid-template-columns: 1fr;
  }

  .ee-bsl-sector-copy {
    justify-self: stretch;
    max-width: 720px;
  }

  .ee-bsl-sector-cards {
    max-width: none;
  }

  .ee-bsl-sector-cards article {
    min-height: clamp(280px, 36vw, 380px);
  }
}

@media (max-width: 760px) {
  .ee-bsl {
    --ee-section-title-size: clamp(32px, 8.8vw, 42px);
    --ee-card-title-size: clamp(18px, 5vw, 22px);
  }

  .ee-bsl-sectors {
    gap: 28px;
    padding-bottom: 56px;
    padding-top: 56px;
  }

  .ee-bsl-sector-copy {
    max-width: none;
  }

  .ee-bsl-sector-copy > p {
    margin: 22px 0 24px;
    max-width: none;
  }

  .ee-bsl-sector-cards {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .ee-bsl-sector-cards article {
    min-height: clamp(238px, 68vw, 300px);
    padding: 22px;
  }
}

html[data-ee-theme="dark"] .ee-bsl-about h2,
html[data-ee-theme="dark"] .ee-bsl-value-heading h2,
html[data-ee-theme="dark"] .ee-bsl-core-details-heading h3,
html[data-ee-theme="dark"] .ee-bsl-critical h2,
html[data-ee-theme="dark"] .ee-bsl-sectors h2,
html[data-ee-theme="dark"] .ee-bsl-testimonials-heading h2,
html[data-ee-theme="dark"] .ee-bsl-value-intro h3,
html[data-ee-theme="dark"] .ee-bsl-value-pillars h3,
html[data-ee-theme="dark"] .ee-bsl-core-card-grid h4,
html[data-ee-theme="dark"] .ee-bsl-critical-list h3,
html[data-ee-theme="dark"] .ee-bsl-proof-strip h3,
html[data-ee-theme="dark"] .ee-bsl-testimonial-source h3 {
  color: var(--ee-ink) !important;
}

/* Operations advisory challenge card deck. */
.ee-bsl-critical-card-heading {
  margin: clamp(42px, 5vw, 70px) auto clamp(18px, 2vw, 28px);
  max-width: min(1440px, 100%);
}

.ee-bsl-critical-card-heading p,
.ee-bsl-critical-card-heading h3 {
  font-family: var(--ee-font-sans);
  letter-spacing: 0;
  line-height: 0.94;
  margin: 0;
  text-transform: uppercase;
}

.ee-bsl-critical-card-heading p {
  color: var(--ee-ink);
  font-size: clamp(34px, 4.3vw, 64px);
  font-weight: 900;
}

.ee-bsl-critical-card-heading h3 {
  color: var(--ee-gold);
  font-size: clamp(34px, 4.3vw, 64px);
  font-weight: 900;
  max-width: 980px;
}

.ee-bsl-critical-card-heading > span {
  background: var(--ee-gold);
  display: block;
  height: 4px;
  margin-top: clamp(18px, 2vw, 26px);
  width: clamp(58px, 7vw, 92px);
}

.ee-bsl-critical-list {
  border-top: 0 !important;
  display: grid;
  gap: clamp(10px, 1vw, 14px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
  max-width: min(1440px, 100%);
}

.ee-bsl-critical-list article {
  align-content: start;
  align-items: start;
  background: #020910;
  border: 0 !important;
  color: #ffffff;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr) !important;
  isolation: isolate;
  min-height: clamp(252px, 22vw, 326px);
  overflow: hidden;
  padding: clamp(24px, 2.4vw, 36px);
  position: relative;
}

.ee-bsl-critical-list article::before {
  background-image:
    linear-gradient(90deg, rgba(2, 9, 16, 0.96) 0%, rgba(2, 9, 16, 0.76) 44%, rgba(2, 9, 16, 0.2) 100%),
    var(--ee-challenge-image);
  background-position: center;
  background-size: cover;
  content: "";
  inset: 0;
  opacity: 0.98;
  position: absolute;
  z-index: -1;
}

.ee-bsl-critical-list article > * {
  position: relative;
  z-index: 1;
}

.ee-bsl-critical-list article > span,
.ee-bsl-critical-list .ee-bsl-challenge-icon {
  display: none !important;
}

.ee-bsl-critical-list h3 {
  color: var(--ee-gold-2) !important;
  font-size: clamp(22px, 2vw, 32px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  margin: 0 !important;
  max-width: 13ch;
  text-transform: uppercase !important;
}

.ee-bsl-critical-list i {
  background: var(--ee-gold-2);
  display: block !important;
  height: 3px;
  margin: clamp(14px, 1.5vw, 18px) 0 clamp(18px, 2vw, 24px);
  width: clamp(38px, 4vw, 54px);
}

.ee-bsl-critical-list p {
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: clamp(17px, 1.45vw, 23px) !important;
  font-weight: 650 !important;
  line-height: 1.28 !important;
  margin: 0 !important;
  max-width: 300px;
}

@media (max-width: 1120px) {
  .ee-bsl-critical-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ee-bsl-critical-list article {
    min-height: clamp(246px, 32vw, 306px);
  }
}

@media (max-width: 760px) {
  .ee-bsl-critical-card-heading {
    margin-top: 38px;
  }

  .ee-bsl-critical-card-heading p,
  .ee-bsl-critical-card-heading h3 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 0.98;
  }

  .ee-bsl-critical-card-heading > span {
    height: 3px;
    margin-top: 16px;
    width: 62px;
  }

  .ee-bsl-critical-list {
    grid-template-columns: 1fr;
  }

  .ee-bsl-critical-list article {
    min-height: clamp(218px, 62vw, 280px);
    padding: 24px;
  }

  .ee-bsl-critical-list h3 {
    font-size: clamp(21px, 6vw, 28px) !important;
    max-width: 12ch;
  }

  .ee-bsl-critical-list p {
    font-size: clamp(17px, 5vw, 21px) !important;
    max-width: 260px;
  }
}

/* Focus areas: compact operations advisory layout. */
.ee-bsl-value-customer {
  background: var(--ee-page);
  border-top: 1px solid var(--ee-line);
  padding: clamp(58px, 5.8vw, 88px) var(--ee-section-x) clamp(62px, 6vw, 92px) !important;
}

.ee-bsl-value-heading {
  margin: 0 auto clamp(34px, 4vw, 54px) !important;
  max-width: var(--ee-container) !important;
  text-align: center;
}

.ee-bsl-value-heading .ee-bsl-section-label {
  color: var(--ee-gold-dark);
  display: block;
  margin: 0 0 clamp(12px, 1.4vw, 18px) !important;
}

.ee-bsl-value-heading .ee-bsl-section-label::after {
  display: none !important;
}

.ee-bsl-value-heading h2 {
  color: var(--ee-ink) !important;
  font-size: var(--ee-section-title-size) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: var(--ee-section-title-line) !important;
  margin: 0 !important;
  text-transform: none !important;
}

.ee-bsl-value-heading h2 span {
  display: inline !important;
}

.ee-bsl-value-heading > p {
  display: none !important;
}

.ee-bsl-value-heading > i {
  background: var(--ee-gold);
  display: block;
  height: 3px;
  margin: clamp(20px, 2vw, 28px) auto 0;
  width: clamp(56px, 5.2vw, 78px);
}

.ee-bsl-value-pillars {
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin: 0 auto !important;
  max-width: var(--ee-container) !important;
}

.ee-bsl-value-pillars article {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: grid;
  justify-items: center;
  min-height: 0 !important;
  overflow: visible !important;
  padding: clamp(10px, 1.5vw, 18px) clamp(26px, 4vw, 66px) !important;
  position: relative;
  text-align: center;
}

.ee-bsl-value-pillars article:not(:last-child)::after {
  background: rgba(189, 135, 48, 0.62);
  bottom: clamp(22px, 2.2vw, 34px);
  content: "";
  position: absolute;
  right: 0;
  top: clamp(18px, 2vw, 30px);
  width: 2px;
}

.ee-bsl-value-number {
  color: var(--ee-gold);
  display: block;
  font-size: clamp(70px, 8vw, 118px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.82;
  margin: 0 0 clamp(22px, 2.5vw, 34px);
}

.ee-bsl-value-pillars article > div {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--ee-gold);
  display: grid;
  height: clamp(70px, 6vw, 92px) !important;
  justify-items: center;
  margin: 0 0 clamp(24px, 2.6vw, 36px);
  place-items: center;
  width: clamp(70px, 6vw, 92px) !important;
}

.ee-bsl-value-pillars article > div svg {
  fill: none;
  height: 100% !important;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35 !important;
  width: 100% !important;
}

.ee-bsl-value-pillars h3 {
  color: var(--ee-ink) !important;
  font-size: clamp(24px, 2.1vw, 32px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
  margin: 0 !important;
  max-width: 12ch;
  text-transform: uppercase !important;
}

.ee-bsl-value-pillars article > i {
  background: var(--ee-gold);
  display: block;
  height: 2px;
  margin: clamp(20px, 2vw, 26px) 0 clamp(20px, 2vw, 28px);
  width: clamp(50px, 4.8vw, 70px);
}

.ee-bsl-value-pillars p {
  color: var(--ee-ink) !important;
  font-size: clamp(18px, 1.5vw, 22px) !important;
  font-weight: 450 !important;
  line-height: 1.22 !important;
  margin: 0 !important;
  max-width: 270px;
}

@media (max-width: 940px) {
  .ee-bsl-value-customer {
    padding-bottom: 58px !important;
    padding-top: 56px !important;
  }

  .ee-bsl-value-pillars {
    grid-template-columns: 1fr !important;
  }

  .ee-bsl-value-pillars article {
    padding: 30px 20px !important;
  }

  .ee-bsl-value-pillars article:not(:last-child)::after {
    bottom: 0;
    height: 1px;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    width: min(460px, 100%);
  }

  .ee-bsl-value-number {
    font-size: clamp(62px, 17vw, 88px);
    margin-bottom: 18px;
  }

  .ee-bsl-value-pillars article > div {
    height: 70px !important;
    margin-bottom: 20px;
    width: 70px !important;
  }
}

/* Core principles orbit component. */
.ee-bsl-core-orbit-panel {
  --ee-orbit-size: min(820px, calc(100vw - (var(--ee-section-x) * 2)));
  --ee-orbit-radius: clamp(178px, 25vw, 248px);
  --ee-orbit-node-size: clamp(78px, 6.8vw, 96px);
  --ee-orbit-node-half: clamp(39px, 3.4vw, 48px);
  --ee-orbit-line: #03070b;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--ee-ink);
  height: var(--ee-orbit-size);
  margin: 0 auto clamp(44px, 5vw, 72px);
  max-width: var(--ee-container);
  overflow: visible;
  position: relative;
  width: var(--ee-orbit-size);
}

html[data-ee-theme="dark"] .ee-bsl-core-orbit-panel {
  --ee-orbit-line: rgba(247, 249, 251, 0.92);
}

.ee-bsl-core-orbit-ring {
  aspect-ratio: 1 / 1;
  border: clamp(2px, 0.24vw, 4px) solid var(--ee-orbit-line);
  border-radius: 50%;
  height: calc(var(--ee-orbit-radius) * 2);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(var(--ee-orbit-radius) * 2);
  z-index: 1;
}

.ee-bsl-core-orbit-center {
  align-items: center;
  display: grid;
  gap: clamp(10px, 1.5vw, 16px);
  justify-items: center;
  left: 50%;
  max-width: none;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(var(--ee-orbit-radius) * 1.2), 282px);
  z-index: 2;
}

.ee-bsl-core-orbit-center strong {
  color: var(--ee-ink);
  display: block;
  font-size: clamp(21px, 3.1vw, 40px);
  font-weight: 900;
  justify-self: center;
  letter-spacing: 0;
  line-height: 0.94;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.ee-bsl-core-orbit-center i {
  background: linear-gradient(90deg, var(--ee-gold-dark), var(--ee-gold-2), var(--ee-gold-dark));
  display: block;
  height: 4px;
  width: clamp(58px, 6vw, 82px);
}

.ee-bsl-core-orbit-center span {
  color: var(--ee-gold-dark);
  display: block;
  font-size: clamp(14px, 1.35vw, 18px);
  font-weight: 680;
  justify-self: center;
  letter-spacing: 0;
  line-height: 1.12;
  max-width: none;
  text-align: center;
  width: 100%;
}

.ee-bsl-core-orbit-node {
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 3;
}

.ee-bsl-core-orbit-node h4 {
  color: var(--ee-ink);
  font-size: clamp(16px, 1.3vw, 21px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  white-space: nowrap;
}

.ee-bsl-core-orbit-icon {
  background: var(--ee-page);
  border: 1px solid rgba(189, 135, 48, 0.44);
  border-radius: 50%;
  box-shadow: none;
  color: var(--ee-gold-dark);
  display: grid;
  height: var(--ee-orbit-node-size);
  left: 0;
  place-items: center;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: var(--ee-orbit-node-size);
}

.ee-bsl-core-orbit-icon svg {
  display: block;
  fill: none;
  height: 46%;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
  width: 46%;
}

.ee-bsl-core-orbit-node.is-top {
  transform: translate(-50%, -50%) translateY(calc(0px - var(--ee-orbit-radius)));
}

.ee-bsl-core-orbit-node.is-right {
  transform: translate(-50%, -50%) translateX(var(--ee-orbit-radius));
}

.ee-bsl-core-orbit-node.is-bottom {
  transform: translate(-50%, -50%) translateY(var(--ee-orbit-radius));
}

.ee-bsl-core-orbit-node.is-left {
  transform: translate(-50%, -50%) translateX(calc(0px - var(--ee-orbit-radius)));
}

.ee-bsl-core-orbit-node.is-top h4 {
  bottom: calc(var(--ee-orbit-node-half) + 14px);
  left: 50%;
  transform: translateX(-50%);
}

.ee-bsl-core-orbit-node.is-right h4 {
  left: calc(var(--ee-orbit-node-half) + 16px);
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
}

.ee-bsl-core-orbit-node.is-bottom h4 {
  left: 50%;
  top: calc(var(--ee-orbit-node-half) + 14px);
  transform: translateX(-50%);
}

.ee-bsl-core-orbit-node.is-left h4 {
  right: calc(var(--ee-orbit-node-half) + 16px);
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 880px) {
  .ee-bsl-core-orbit-panel {
    --ee-orbit-size: min(660px, calc(100vw - (var(--ee-section-x) * 2)));
    --ee-orbit-radius: clamp(140px, 25vw, 205px);
    --ee-orbit-node-size: clamp(64px, 11vw, 86px);
    --ee-orbit-node-half: clamp(32px, 5.5vw, 43px);
  }

  .ee-bsl-core-orbit-center {
    max-width: none;
    width: min(calc(var(--ee-orbit-radius) * 1.2), 220px);
  }

  .ee-bsl-core-orbit-center strong {
    font-size: clamp(26px, 5vw, 38px);
  }

  .ee-bsl-core-orbit-center span {
    font-size: clamp(14px, 2.5vw, 20px);
  }

  .ee-bsl-core-orbit-node h4 {
    font-size: clamp(13px, 2.4vw, 21px);
  }
}

@media (max-width: 560px) {
  .ee-bsl-core-orbit-panel {
    --ee-orbit-size: min(360px, calc(100vw - 34px));
    --ee-orbit-radius: clamp(88px, 24vw, 104px);
    --ee-orbit-node-size: clamp(48px, 13vw, 54px);
    --ee-orbit-node-half: clamp(24px, 6.5vw, 27px);
    margin-bottom: 34px;
  }

  .ee-bsl-core-orbit-center {
    gap: 9px;
    max-width: none;
    width: 132px;
  }

  .ee-bsl-core-orbit-center strong {
    font-size: clamp(18px, 5.3vw, 20px);
    line-height: 0.98;
  }

  .ee-bsl-core-orbit-center i {
    height: 2px;
    width: 44px;
  }

  .ee-bsl-core-orbit-center span {
    font-size: 11px;
  }

  .ee-bsl-core-orbit-node {
    gap: 0;
  }

  .ee-bsl-core-orbit-node h4 {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.05;
    max-width: 8ch;
    white-space: normal;
  }

  .ee-bsl-core-orbit-node.is-top h4 {
    bottom: calc(var(--ee-orbit-node-half) + 8px);
  }

  .ee-bsl-core-orbit-node.is-right h4 {
    left: calc(var(--ee-orbit-node-half) + 8px);
  }

  .ee-bsl-core-orbit-node.is-bottom h4 {
    top: calc(var(--ee-orbit-node-half) + 8px);
  }

  .ee-bsl-core-orbit-node.is-left h4 {
    right: calc(var(--ee-orbit-node-half) + 8px);
  }
}

/* Core values image hero: remove overlays and keep the title to two rows. */
.ee-bsl-core-visual::before,
.ee-bsl-core-visual::after {
  background: none !important;
  content: none !important;
  display: none !important;
}

.ee-bsl-core-copy {
  max-width: min(760px, 76%) !important;
}

.ee-bsl-core-copy h2 span {
  white-space: nowrap;
}

@media (max-width: 760px) {
  .ee-bsl-core-visual {
    background-position: 60% center;
  }

  .ee-bsl-core-copy {
    padding-left: 22px;
    padding-right: 22px;
  }

  .ee-bsl-core-copy h2 {
    font-size: clamp(28px, 7.5vw, 46px) !important;
    max-width: none !important;
  }
}

@media (max-width: 430px) {
  .ee-bsl-core-copy h2 {
    font-size: clamp(23px, 7.4vw, 32px) !important;
  }
}

/* Final drawer, hero, and value-section cleanup. */
.ee-bsl-drawer-list {
  gap: clamp(14px, 1.7vw, 22px) !important;
}

.ee-bsl .ee-bsl-nav .ee-bsl-drawer-link {
  font-size: clamp(20px, 2.1vw, 30px) !important;
  letter-spacing: 0.04em !important;
  line-height: 1.12 !important;
  padding: 5px 0 !important;
}

.ee-bsl-value-intro {
  display: none !important;
}

.ee-bsl-value-grid {
  display: block !important;
  max-width: var(--ee-container) !important;
}

.ee-bsl-carousel-controls {
  bottom: clamp(28px, 3vw, 44px) !important;
}

@media (max-width: 1120px) {
  .ee-bsl-carousel-controls {
    bottom: 18px !important;
  }
}

@media (max-width: 760px) {
  .ee-bsl-carousel-controls {
    bottom: 14px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ee-bsl *,
  .ee-bsl *::before,
  .ee-bsl *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

/* Management route, drawer scale, and testimonial contrast fixes. */
.ee-bsl-management-page,
.ee-bsl-management-work,
.ee-bsl-management-profile {
  display: none;
}

.ee-bsl[data-ee-route-page="management"] .ee-bsl-management-page,
.ee-bsl[data-ee-route-page="management"] .ee-bsl-management-work,
.ee-bsl[data-ee-route-page="management"] .ee-bsl-management-profile {
  display: block;
}

.ee-bsl[data-ee-route-page="management"] .ee-bsl-hero,
.ee-bsl[data-ee-route-page="management"] .ee-bsl-about,
.ee-bsl[data-ee-route-page="management"] .ee-bsl-value-customer,
.ee-bsl[data-ee-route-page="management"] .ee-bsl-core-principles,
.ee-bsl[data-ee-route-page="management"] .ee-bsl-critical,
.ee-bsl[data-ee-route-page="management"] .ee-bsl-sectors,
.ee-bsl[data-ee-route-page="management"] .ee-bsl-proof-strip,
.ee-bsl[data-ee-route-page="management"] .ee-bsl-testimonials {
  display: none !important;
}

.ee-bsl-management-page {
  background: #020910;
  color: var(--ee-white);
  min-height: clamp(410px, 50svh, 560px);
  overflow: hidden;
  padding: clamp(124px, 15svh, 168px) var(--ee-section-x) clamp(54px, 5.4vw, 78px);
  position: relative;
}

.ee-bsl-management-page::before {
  background-image:
    linear-gradient(90deg, rgba(2, 9, 16, 0.98) 0%, rgba(2, 9, 16, 0.86) 44%, rgba(2, 9, 16, 0.42) 100%),
    linear-gradient(180deg, rgba(2, 9, 16, 0.76), rgba(2, 9, 16, 0.92)),
    var(--ee-management-image);
  background-position: center;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
}

.ee-bsl-management-hero {
  margin: 0 auto;
  max-width: var(--ee-container);
  position: relative;
  z-index: 1;
}

.ee-bsl-management-hero .ee-bsl-section-label {
  color: var(--ee-gold-2);
  margin-bottom: clamp(18px, 2vw, 24px);
}

.ee-bsl-management-hero h1 {
  color: var(--ee-white);
  font-size: clamp(40px, 4.5vw, 64px);
  font-weight: 880;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
  max-width: 760px;
}

.ee-bsl-management-hero p {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 620;
  line-height: 1.58;
  margin: clamp(18px, 2vw, 28px) 0 0;
  max-width: 640px;
}

.ee-bsl-management-work,
.ee-bsl-management-profile {
  background: var(--ee-page);
  color: var(--ee-ink);
  padding: var(--ee-section-y-tight) var(--ee-section-x);
}

.ee-bsl-management-section-heading,
.ee-bsl-management-work-grid,
.ee-bsl-management-members {
  margin: 0 auto;
  max-width: var(--ee-container);
}

.ee-bsl-management-section-heading {
  margin-bottom: clamp(26px, 3vw, 42px);
}

.ee-bsl-management-section-heading .ee-bsl-section-label {
  margin-left: 0;
  margin-right: 0;
}

.ee-bsl-management-section-heading h2 {
  color: var(--ee-ink);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: var(--ee-heading-weight);
  letter-spacing: 0;
  line-height: var(--ee-heading-line);
  margin: 0;
  max-width: 820px;
}

.ee-bsl-management-section-heading p {
  color: var(--ee-ink-soft);
  font-size: clamp(15px, 1vw, 17px);
  font-weight: 660;
  line-height: 1.62;
  margin: clamp(14px, 1.8vw, 22px) 0 0;
  max-width: 720px;
}

.ee-bsl-management-work-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
}

.ee-bsl-management-work-grid article {
  border-left: 1px solid var(--ee-line);
  padding: clamp(22px, 2.4vw, 34px);
}

.ee-bsl-management-work-grid article:first-child {
  border-left: 0;
}

.ee-bsl-management-work-grid h3 {
  color: var(--ee-ink);
  font-size: clamp(18px, 1.3vw, 22px);
  font-weight: 850;
  line-height: 1.2;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.ee-bsl-management-work-grid p {
  color: var(--ee-ink-soft);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 560;
  line-height: 1.68;
  margin: 0;
}

.ee-bsl-management-members {
  display: grid;
  gap: clamp(20px, 2.2vw, 28px);
}

.ee-bsl-management-member {
  background: var(--ee-page-soft);
  border: 1px solid var(--ee-line);
  border-radius: var(--ee-card-radius);
  display: grid;
  gap: clamp(24px, 3vw, 42px);
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  overflow: hidden;
}

.ee-bsl-management-photo {
  align-self: stretch;
  background: linear-gradient(145deg, rgba(2, 9, 16, 0.06), rgba(189, 135, 48, 0.08));
  min-height: 100%;
  position: relative;
}

.ee-bsl-management-photo img {
  display: block;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.ee-bsl-management-copy {
  padding: clamp(26px, 3vw, 42px) clamp(24px, 3vw, 44px) clamp(28px, 3.2vw, 46px) 0;
}

.ee-bsl-management-copy h3 {
  color: var(--ee-ink);
  font-size: clamp(24px, 1.9vw, 32px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 12px;
}

.ee-bsl-management-role {
  color: var(--ee-gold-dark) !important;
  font-size: clamp(13px, 0.95vw, 15px) !important;
  font-weight: 820 !important;
  letter-spacing: 0 !important;
  line-height: 1.34 !important;
  margin: 0 0 4px !important;
  text-transform: uppercase;
}

.ee-bsl-management-copy p:not(.ee-bsl-management-role) {
  color: var(--ee-ink-soft);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 560;
  line-height: 1.72;
  margin: 16px 0 0;
}

.ee-bsl .ee-bsl-nav .ee-bsl-drawer-link {
  font-size: clamp(14px, 1.08vw, 18px) !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
  line-height: 1.16 !important;
  padding: 2px 0 !important;
}

.ee-bsl-drawer-list {
  gap: clamp(9px, 1vw, 13px) !important;
}

.ee-bsl .ee-bsl-nav .ee-bsl-drawer-link svg {
  height: 16px;
  width: 16px;
}

.ee-bsl-testimonials .ee-bsl-testimonials-heading h2,
.ee-bsl-testimonials .ee-bsl-testimonials-heading h2 > span:first-child,
.ee-bsl-testimonials .ee-bsl-testimonial-source h3 {
  color: var(--ee-white) !important;
}

.ee-bsl-testimonials .ee-bsl-testimonials-heading h2 .is-gold {
  color: var(--ee-gold) !important;
}

@media (max-width: 900px) {
  .ee-bsl-management-work-grid {
    grid-template-columns: 1fr;
  }

  .ee-bsl-management-work-grid article {
    border-left: 0;
    border-top: 1px solid var(--ee-line);
  }

  .ee-bsl-management-work-grid article:first-child {
    border-top: 0;
  }

  .ee-bsl-management-member {
    grid-template-columns: 1fr;
  }

  .ee-bsl-management-photo {
    min-height: 280px;
  }

  .ee-bsl-management-photo img {
    max-height: 420px;
  }

  .ee-bsl-management-copy {
    padding: 0 clamp(22px, 5vw, 34px) clamp(28px, 5vw, 38px);
  }
}

@media (max-width: 760px) {
  .ee-bsl-management-page {
    min-height: 390px;
    padding: 118px 22px 48px;
  }

  .ee-bsl-management-hero h1 {
    font-size: clamp(34px, 9.2vw, 42px);
  }

  .ee-bsl-management-hero p {
    font-size: 16px;
  }

  .ee-bsl-management-work,
  .ee-bsl-management-profile {
    padding: 46px 22px;
  }

  .ee-bsl-management-section-heading h2 {
    font-size: clamp(28px, 7.4vw, 34px);
  }

  .ee-bsl-management-section-heading p {
    font-size: 15px;
  }

  .ee-bsl-management-work-grid article {
    padding: 22px 0;
  }

  .ee-bsl-management-member {
    gap: 0;
  }

  .ee-bsl-management-photo {
    min-height: 240px;
  }

  .ee-bsl-management-photo img {
    min-height: 260px;
  }

  .ee-bsl-management-copy {
    padding: 24px 20px 28px;
  }

  .ee-bsl-management-copy h3 {
    font-size: clamp(23px, 6.6vw, 28px);
  }

  .ee-bsl-management-copy p:not(.ee-bsl-management-role) {
    font-size: 14px;
  }

  .ee-bsl .ee-bsl-nav .ee-bsl-drawer-link {
    font-size: clamp(14px, 4.2vw, 17px) !important;
  }
}

/* Title-only hero carousel and moved core-values tagline. */
.ee-bsl-hero-slide.is-title-only .ee-bsl-hero-copy {
  --ee-hero-title-row: clamp(172px, 13.4vw, 220px);
  --ee-hero-intro-row: 0px;
  --ee-hero-slogan-row: 0px;
  grid-template-rows: var(--ee-hero-title-row) 44px !important;
  top: 50%;
  transform: translateY(-42%);
}

.ee-bsl-hero-slide.is-title-only .ee-bsl-hero-rule {
  align-self: start;
  margin-top: clamp(24px, 2vw, 34px);
}

.ee-bsl-hero-slide.is-title-only .ee-bsl-hero-copy > p,
.ee-bsl-hero-slide.is-title-only .ee-bsl-hero-buttons {
  display: none !important;
}

.ee-bsl-core-copy.is-titleless {
  justify-content: flex-end;
}

.ee-bsl-core-copy.is-titleless .ee-bsl-core-values-list {
  margin-top: 0;
}

.ee-bsl-core-details-heading .ee-bsl-core-tagline {
  color: var(--ee-gold);
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 760;
  line-height: 1.22;
  margin: clamp(12px, 1.4vw, 18px) auto 0;
  max-width: 760px;
}

.ee-bsl-core-details-heading .ee-bsl-core-tagline + p {
  margin-top: clamp(18px, 2vw, 28px);
}

.ee-bsl-about,
.ee-bsl-value-customer,
.ee-bsl-core-principles,
.ee-bsl-critical,
.ee-bsl-sectors,
.ee-bsl-testimonials,
.ee-bsl-footer,
.ee-bsl-management-page,
.ee-bsl-management-profile,
.ee-bsl-anchor {
  scroll-margin-top: 134px;
}

@media (max-width: 760px) {
  .ee-bsl-header {
    display: flex;
    gap: 12px;
    padding: 16px 16px 24px;
    position: absolute;
    width: 100%;
  }

  .ee-bsl-brand {
    flex: 0 1 auto;
    max-width: calc(100vw - 156px);
  }

  .ee-bsl-logo {
    max-width: min(152px, calc(100vw - 168px));
    width: 152px;
  }

  .ee-bsl-actions {
    position: absolute;
    right: 12px;
    top: 14px;
  }

  .ee-bsl-header-controls {
    gap: 6px;
    margin-right: 6px;
  }

  .ee-bsl-lang-current,
  .ee-bsl-theme {
    height: 34px;
    min-width: 34px;
    width: 34px;
  }

  .ee-bsl-lang-current {
    font-size: 11px;
    padding: 0 7px;
  }
}

  .ee-bsl-menu-icon {
    height: 38px;
    padding-left: 10px;
    width: 38px;
  }

  .ee-bsl-menu-icon span {
    width: 21px;
  }

  .ee-bsl-hero-slide.is-title-only .ee-bsl-hero-copy {
    --ee-hero-title-row: 128px;
    grid-template-rows: var(--ee-hero-title-row) 34px !important;
    top: 50%;
    transform: translateY(-48%);
  }

  .ee-bsl-hero-slide.is-title-only .ee-bsl-hero-rule {
    margin-top: 20px;
  }

  .ee-bsl-core-details-heading .ee-bsl-core-tagline {
    font-size: clamp(19px, 5.4vw, 26px);
  }

  .ee-bsl-about,
  .ee-bsl-value-customer,
  .ee-bsl-core-principles,
  .ee-bsl-critical,
  .ee-bsl-sectors,
  .ee-bsl-testimonials,
  .ee-bsl-footer,
  .ee-bsl-management-page,
  .ee-bsl-management-profile,
  .ee-bsl-anchor {
    scroll-margin-top: 104px;
  }
}

/* Design foundation: content sections share one measured width across routes. */
.ee-bsl {
  --ee-content-max: 1180px;
  --ee-content-shell: calc(var(--ee-content-max) + (var(--ee-section-x) * 2));
  --ee-container: var(--ee-content-max);
  --ee-container-wide: var(--ee-content-max);
}

.ee-bsl-about-grid,
.ee-bsl-value-heading,
.ee-bsl-value-grid,
.ee-bsl-value-pillars,
.ee-bsl-core-visual,
.ee-bsl-core-details > *,
.ee-bsl-critical-heading,
.ee-bsl-critical-card-heading,
.ee-bsl-critical-list,
.ee-bsl-testimonials-heading,
.ee-bsl-testimonial-grid,
.ee-bsl-management-hero,
.ee-bsl-management-section-heading,
.ee-bsl-management-work-grid,
.ee-bsl-management-members {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--ee-content-max) !important;
  width: 100%;
}

.ee-bsl-sectors,
.ee-bsl-proof-strip {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--ee-content-shell) !important;
  width: 100%;
}

.ee-bsl-core-principles {
  background: var(--ee-page) !important;
  padding: 0 var(--ee-section-x) var(--ee-section-y-tight) !important;
}

.ee-bsl-core-visual {
  background-position: center center;
  min-height: clamp(520px, 52vw, 720px);
}

.ee-bsl-core-copy,
.ee-bsl-core-copy.is-titleless {
  justify-content: space-between !important;
  max-width: min(620px, 52%) !important;
  padding: clamp(42px, 5vw, 72px) clamp(28px, 4.2vw, 58px) clamp(34px, 3.8vw, 52px) !important;
}

.ee-bsl-core-visual-heading {
  color: var(--ee-white);
  max-width: min(560px, 100%);
  position: relative;
  z-index: 2;
}

.ee-bsl-core-visual-heading .ee-bsl-section-label {
  color: var(--ee-gold-2);
  margin: 0 0 clamp(12px, 1.5vw, 18px);
}

.ee-bsl-core-visual-heading h2 {
  color: var(--ee-white);
  font-family: var(--ee-font-sans);
  font-size: clamp(34px, 3.45vw, 58px);
  font-weight: var(--ee-section-title-weight, 840);
  letter-spacing: 0;
  line-height: var(--ee-section-title-line, 1.06);
  margin: 0;
  text-transform: none;
}

.ee-bsl-core-visual-heading .ee-bsl-core-tagline {
  color: var(--ee-gold-2);
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 760;
  line-height: 1.22;
  margin: clamp(10px, 1.3vw, 16px) 0 0;
}

.ee-bsl-core-visual-heading p:not(.ee-bsl-core-tagline) {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 560;
  line-height: 1.62;
  margin: clamp(14px, 1.7vw, 22px) 0 0;
}

.ee-bsl-core-copy.is-titleless .ee-bsl-core-values-list {
  margin-top: clamp(40px, 7vw, 100px);
}

.ee-bsl-core-details {
  background: var(--ee-page) !important;
  margin-top: 0 !important;
  padding: clamp(34px, 4vw, 54px) 0 0 !important;
}

.ee-bsl-core-details::before {
  content: none !important;
  display: none !important;
}

.ee-bsl-core-orbit-panel {
  margin-bottom: clamp(34px, 4.4vw, 56px);
}

.ee-bsl-core-card-grid {
  gap: clamp(14px, 1.6vw, 20px) !important;
}

.ee-bsl-management-work,
.ee-bsl-management-profile {
  padding-left: var(--ee-section-x) !important;
  padding-right: var(--ee-section-x) !important;
}

@media (max-width: 900px) {
  .ee-bsl-core-copy,
  .ee-bsl-core-copy.is-titleless {
    max-width: min(610px, 70%) !important;
  }
}

@media (max-width: 760px) {
  .ee-bsl {
    --ee-content-shell: calc(100vw - (var(--ee-section-x) * 2));
  }

  .ee-bsl-core-principles {
    padding-bottom: 46px !important;
  }

  .ee-bsl-core-visual {
    background-position: 34% center;
    min-height: 620px;
  }

  .ee-bsl-core-copy,
  .ee-bsl-core-copy.is-titleless {
    max-width: none !important;
    padding: 34px 20px 28px !important;
  }

  .ee-bsl-core-visual-heading {
    max-width: min(300px, 86%);
  }

  .ee-bsl-core-visual-heading h2 {
    font-size: clamp(31px, 9vw, 42px);
  }

  .ee-bsl-core-visual-heading .ee-bsl-core-tagline {
    font-size: clamp(18px, 5vw, 24px);
  }

  .ee-bsl-core-visual-heading p:not(.ee-bsl-core-tagline) {
    font-size: 14px;
    line-height: 1.52;
  }

  .ee-bsl-core-copy.is-titleless .ee-bsl-core-values-list {
    margin-top: 42px;
  }

  .ee-bsl-core-details {
    padding-top: 34px !important;
  }

  .ee-bsl-sectors,
  .ee-bsl-proof-strip {
    max-width: 100% !important;
  }
}

@media (max-width: 430px) {
  .ee-bsl-core-visual {
    min-height: 590px;
  }

  .ee-bsl-core-visual-heading {
    max-width: min(278px, 92%);
  }

  .ee-bsl-core-visual-heading h2 {
    font-size: clamp(28px, 8.6vw, 36px);
  }

  .ee-bsl-core-visual-heading p:not(.ee-bsl-core-tagline) {
    max-width: 32ch;
  }
}

/* Full-bleed chrome: backgrounds span the viewport while content stays on the shared rail. */
.ee-bsl {
  --ee-rail-x: max(var(--ee-section-x), calc((100vw - var(--ee-content-max)) / 2));
}

.ee-bsl-header,
.ee-bsl-hero,
.ee-bsl-footer {
  box-sizing: border-box;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.ee-bsl-header {
  left: 0 !important;
  padding-left: var(--ee-rail-x) !important;
  padding-right: var(--ee-rail-x) !important;
  right: 0 !important;
  transform: none !important;
}

.ee-bsl-hero {
  overflow: hidden;
}

.ee-bsl-hero-copy,
.ee-bsl-hero-slide.is-title-only .ee-bsl-hero-copy {
  left: var(--ee-rail-x) !important;
  max-width: min(760px, calc(100% - (var(--ee-rail-x) * 2))) !important;
  width: min(760px, calc(100% - (var(--ee-rail-x) * 2))) !important;
}

.ee-bsl-carousel-controls {
  right: var(--ee-rail-x) !important;
}

.ee-bsl-footer {
  padding-left: var(--ee-rail-x) !important;
  padding-right: var(--ee-rail-x) !important;
}

@media (max-width: 760px) {
  .ee-bsl-header {
    gap: 8px !important;
    padding-left: var(--ee-section-x) !important;
    padding-right: var(--ee-section-x) !important;
  }

  .ee-bsl-brand {
    max-width: calc(100% - 134px) !important;
    min-width: 0 !important;
  }

  .ee-bsl-logo {
    max-width: min(150px, calc(100vw - 156px)) !important;
  }

  .ee-bsl-actions {
    right: var(--ee-section-x) !important;
  }

  .ee-bsl-header-controls {
    gap: 4px !important;
    margin-right: 4px !important;
  }

  .ee-bsl-lang-current,
  .ee-bsl-theme {
    height: 32px !important;
    min-width: 32px !important;
    width: 32px !important;
  }

  .ee-bsl-menu-icon {
    padding-left: 10px !important;
  }

  .ee-bsl-hero-copy,
  .ee-bsl-hero-slide.is-title-only .ee-bsl-hero-copy {
    left: var(--ee-rail-x) !important;
    max-width: calc(100% - (var(--ee-rail-x) * 2)) !important;
    width: calc(100% - (var(--ee-rail-x) * 2)) !important;
  }

  .ee-bsl-carousel-controls {
    left: var(--ee-rail-x) !important;
    right: auto !important;
  }

  .ee-bsl-footer {
    padding-left: var(--ee-rail-x) !important;
    padding-right: var(--ee-rail-x) !important;
  }
}

@media (max-width: 760px) {
  .ee-bsl-header {
    align-items: flex-start !important;
    box-sizing: border-box !important;
    display: flex !important;
    gap: 8px !important;
    justify-content: space-between !important;
    left: 0 !important;
    padding: 14px 14px 0 !important;
    right: 0 !important;
    width: 100% !important;
  }

  .ee-bsl-brand {
    flex: 0 1 150px !important;
    max-width: 150px !important;
    min-width: 0 !important;
    width: 150px !important;
  }

  .ee-bsl-header > .ee-bsl-nav {
    flex: 0 0 0 !important;
    margin: 0 !important;
    min-width: 0 !important;
    order: 3 !important;
    width: 0 !important;
  }

  .ee-bsl-logo {
    max-width: 150px !important;
    width: 150px !important;
  }

  .ee-bsl-actions {
    align-items: center !important;
    display: flex !important;
    flex: 0 0 auto !important;
    gap: 8px !important;
    margin-left: auto !important;
    order: 2 !important;
    position: fixed !important;
    right: 14px !important;
    top: 14px !important;
    transform: none !important;
  }

  .ee-bsl-header-controls {
    display: flex !important;
    gap: 6px !important;
    margin-right: 4px !important;
  }

  .ee-bsl-lang-current,
  .ee-bsl-theme {
    box-sizing: border-box !important;
    flex: 0 0 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    width: 34px !important;
  }

  .ee-bsl-menu-icon {
    flex: 0 0 32px !important;
    height: 34px !important;
    padding: 0 !important;
    width: 32px !important;
  }

  .ee-bsl-menu-icon span {
    width: 22px !important;
  }

  .ee-bsl-hero-copy,
  .ee-bsl-hero-slide.is-title-only .ee-bsl-hero-copy {
    left: 22px !important;
    max-width: calc(100vw - 44px) !important;
    width: calc(100vw - 44px) !important;
  }

  .ee-bsl-carousel-controls {
    left: 22px !important;
    right: auto !important;
  }
}

@media (max-width: 380px) {
  .ee-bsl-header {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .ee-bsl-brand,
  .ee-bsl-logo {
    max-width: 132px !important;
    width: 132px !important;
  }
}

/* Final QA fixes: sticky mobile chrome, orbit label centering, testimonial contrast. */
.ee-bsl-header {
  position: fixed !important;
  top: 0 !important;
  z-index: 90 !important;
}

.ee-bsl-testimonials .ee-bsl-testimonials-heading h2,
.ee-bsl-testimonials .ee-bsl-testimonials-heading h2 > span:first-child,
.ee-bsl-testimonials .ee-bsl-testimonial-source h3 {
  color: #ffffff !important;
  opacity: 1 !important;
}

.ee-bsl-testimonials .ee-bsl-testimonials-heading h2 .is-gold {
  color: var(--ee-gold-2) !important;
}

.ee-bsl-core-orbit-node.is-top h4,
.ee-bsl-core-orbit-node.is-bottom h4 {
  left: 50% !important;
  right: auto !important;
  text-align: center !important;
  transform: translateX(-50%) !important;
  width: max-content !important;
}

.ee-bsl-core-orbit-node.is-top h4 {
  bottom: calc(var(--ee-orbit-node-half) + 14px) !important;
}

.ee-bsl-core-orbit-node.is-bottom h4 {
  top: calc(var(--ee-orbit-node-half) + 14px) !important;
}

@media (max-width: 760px) {
  .ee-bsl-header {
    position: fixed !important;
    top: 0 !important;
  }
}

@media (max-width: 560px) {
  .ee-bsl-core-orbit-node.is-top h4,
  .ee-bsl-core-orbit-node.is-bottom h4 {
    max-width: 10ch !important;
    white-space: normal !important;
  }

  .ee-bsl-core-orbit-node.is-top h4 {
    bottom: calc(var(--ee-orbit-node-half) + 8px) !important;
  }

  .ee-bsl-core-orbit-node.is-bottom h4 {
    top: calc(var(--ee-orbit-node-half) + 8px) !important;
  }
}

/* Mobile QA follow-up: keep header chrome, controls, orbit labels, and challenge deck spacing stable. */
@media (max-width: 760px) {
  .ee-bsl-header {
    align-items: center !important;
    background:
      linear-gradient(180deg, rgba(1, 7, 12, 0.99) 0%, rgba(1, 7, 12, 0.96) 70%, rgba(1, 7, 12, 0.86) 100%) !important;
    height: 70px !important;
    min-height: 70px !important;
    padding: 0 12px !important;
    position: fixed !important;
    top: 0 !important;
  }

  .ee-bsl-header::after {
    background: linear-gradient(180deg, rgba(1, 7, 12, 0.28), rgba(1, 7, 12, 0));
    content: "";
    height: 10px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .ee-bsl-actions {
    align-items: center !important;
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 4 !important;
  }

  .ee-bsl-header-controls {
    align-items: center !important;
    gap: 8px !important;
    margin-right: 8px !important;
  }

  .ee-bsl-lang-current,
  .ee-bsl-theme {
    align-items: center !important;
    display: flex !important;
    height: 42px !important;
    justify-content: center !important;
    min-width: 42px !important;
    padding: 0 !important;
    text-align: center !important;
    width: 42px !important;
  }

  .ee-bsl-lang-current {
    font-size: 15px !important;
    line-height: 1 !important;
  }

  .ee-bsl-menu-icon {
    align-items: center !important;
    appearance: none !important;
    border-left: 0 !important;
    display: flex !important;
    flex: 0 0 42px !important;
    height: 42px !important;
    justify-content: center !important;
    padding: 0 !important;
    position: relative !important;
    width: 42px !important;
    z-index: 2 !important;
  }

  .ee-bsl-menu-icon span {
    background: var(--ee-gold) !important;
    display: block !important;
    height: 2px !important;
    left: 50% !important;
    min-height: 0 !important;
    position: absolute !important;
    top: 50% !important;
    transform-origin: center !important;
    transition: opacity 0.18s ease, transform 0.18s ease !important;
    width: 24px !important;
  }

  .ee-bsl-menu-icon span:first-child {
    transform: translate(-50%, -9px) !important;
  }

  .ee-bsl-menu-icon span:nth-child(2) {
    transform: translate(-50%, -50%) !important;
  }

  .ee-bsl-menu-icon span:nth-child(3) {
    transform: translate(-50%, 7px) !important;
  }

  .ee-bsl.is-menu-open .ee-bsl-menu-icon span:first-child {
    transform: translate(-50%, -50%) rotate(45deg) !important;
  }

  .ee-bsl.is-menu-open .ee-bsl-menu-icon span:nth-child(2) {
    opacity: 0 !important;
  }

  .ee-bsl.is-menu-open .ee-bsl-menu-icon span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
  }

  .ee-bsl.is-menu-open .ee-bsl-header > .ee-bsl-nav {
    background: var(--ee-drawer-bg) !important;
    border: 1px solid var(--ee-drawer-line) !important;
    bottom: auto !important;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34) !important;
    display: block !important;
    flex: none !important;
    left: 12px !important;
    margin: 0 !important;
    max-height: calc(100svh - 88px) !important;
    min-width: 0 !important;
    opacity: 1 !important;
    overflow: auto !important;
    pointer-events: auto !important;
    position: fixed !important;
    right: 12px !important;
    top: 76px !important;
    transform: translateY(0) !important;
    visibility: visible !important;
    width: auto !important;
    z-index: 93 !important;
  }

  .ee-bsl.is-menu-open .ee-bsl-drawer-shell {
    display: block !important;
    min-height: 0 !important;
  }

  .ee-bsl.is-menu-open .ee-bsl-drawer-menu {
    background: transparent !important;
    border-right: 0 !important;
    min-height: 0 !important;
    padding: 18px !important;
  }
}

.ee-bsl-core-orbit-panel {
  --ee-orbit-label-width: clamp(132px, 17vw, 190px);
}

.ee-bsl-core-orbit-node.is-top h4,
.ee-bsl-core-orbit-node.is-bottom h4 {
  left: calc(var(--ee-orbit-label-width) / -2) !important;
  max-width: none !important;
  right: auto !important;
  text-align: center !important;
  transform: none !important;
  white-space: nowrap !important;
  width: var(--ee-orbit-label-width) !important;
}

@media (max-width: 560px) {
  .ee-bsl-core-orbit-panel {
    --ee-orbit-label-width: 156px;
  }

  .ee-bsl-core-orbit-node.is-top h4,
  .ee-bsl-core-orbit-node.is-bottom h4 {
    white-space: nowrap !important;
  }
}

.ee-bsl-critical-card-heading {
  margin-top: clamp(72px, 7vw, 112px) !important;
}

@media (max-width: 760px) {
  .ee-bsl-critical-card-heading {
    margin-top: 58px !important;
  }
}
