/* ===== light mode - warm cream palette (generated) ===== */
:root[data-theme="light"] body,
:root[data-theme="light"] #bht-page,
:root[data-theme="light"] #bhtl-root {
  background: #f6f5f2;
  color: #1c1a18;
}

:root[data-theme="light"] .bht-theme-fab {
  background: #edeff3;
  border: 1px solid rgba(28, 26, 24, 0.18);
  color: #1c1a18;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35), 0 2px 8px rgba(0, 0, 0, 0.25);
}
:root[data-theme="light"] .bht-theme-fab:hover {
  border-color: #b5590f;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45), 0 0 0 4px rgba(181, 89, 15, 0.15);
}
:root[data-theme="light"] #bhtl-root {
  background: #f6f5f2;
}
:root[data-theme="light"] .bhtl-divisions-section {
  background: linear-gradient(180deg, #edeff3 0%, #edeff3 90%);
}
:root[data-theme="light"] .bhtl-divisions-title {
  color: #1c1a18;
}
:root[data-theme="light"] {
  --navy: #f6f5f2;
  --navy-deep: #f6f5f2;
  --orange: #b5590f;
  --orange-bright: #b5590f;
  --violet: #1c1e9c;
  --ink: #1c1a18;
  --ink-dim: #c9c4b8;
}
:root[data-theme="light"] #bht-loader::before {
  background: repeating-linear-gradient(180deg, rgba(28, 26, 24, 0.018) 0px, rgba(28, 26, 24, 0.018) 1px, transparent 1px, transparent 3px);
}
:root[data-theme="light"] #bht-loader::after {
  box-shadow: inset 0 0 160px rgba(0,0,0,0.75);
}
:root[data-theme="light"] #bht-scan {
  background: linear-gradient(90deg, rgba(181, 89, 15, 0) 0%, rgba(181, 89, 15, 0.85) 45%, rgba(28, 26, 24, 0.95) 50%, rgba(181, 89, 15, 0.85) 55%, rgba(181, 89, 15, 0) 100%);
}
:root[data-theme="light"] #bht-track {
  background: rgba(28, 26, 24, 0.08);
}
:root[data-theme="light"] #bht-fill {
  box-shadow: 0 0 10px rgba(181, 89, 15, 0.7), 0 0 22px rgba(181, 89, 15, 0.35);
}
:root[data-theme="light"] #bht-ticks span {
  background: rgba(28, 30, 156, 0.35);
}
:root[data-theme="light"] #bht-ticks span.is-lit {
  box-shadow: 0 0 6px rgba(28, 30, 156, 0.8);
}
:root[data-theme="light"] .bht-footer-wrap {
  background: linear-gradient(180deg, #edeff3 0%, #edeff3 100%);
}
:root[data-theme="light"] .bht-footer-social a {
  background: rgba(28, 26, 24, 0.08);
  color: #1c1a18;
}
:root[data-theme="light"] .bht-footer-social a:hover {
  background: #b5590f;
  color: #edeff3;
}
:root[data-theme="light"] .bht-footer-column h4 {
  color: #1c1a18;
}
:root[data-theme="light"] .bht-footer-column a {
  color: rgba(28, 26, 24, 0.55);
}
:root[data-theme="light"] .bht-footer-column a:hover {
  color: #b5590f;
}
:root[data-theme="light"] .bht-footer-bottom p {
  color: rgba(28, 26, 24, 0.4);
}
/* ===== end light mode ===== */


@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@700&family=Oswald:wght@500;700&display=swap');

#bht-page, #bht-page * { box-sizing: border-box; }
#bht-page a { text-decoration: none; }

/* ============================================================
   SHARED ALIGNMENT CONTAINER
============================================================ */
#bht-page .bht-align,
.bht-header-inner,
.bhtl-hero-content,
.bhtl-container {
  max-width: var(--bht-max);
  margin-inline: auto;
  width: 100%;
  padding-inline: var(--bht-pad-inline);
  box-sizing: border-box;
}

.bht-footer-inner {
  max-width: var(--bht-max);
  margin-inline: auto;
  width: 100%;
  padding-left: 0;
  padding-right: var(--bht-pad-inline);
  box-sizing: border-box;
}

/* ============ HEADER ============ */
.bht-header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  isolation: isolate;
  padding-block: 40px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(5px) saturate(160%);
  -webkit-backdrop-filter: blur(10px) saturate(160%);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.6s ease;
}

.bht-header-wrap:hover {
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.bht-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.bht-header-bg::before {
  content: '';
  position: absolute;
  top: -30%;
  left: -20%;
  width: 160%;
  height: 160%;
  background: radial-gradient(circle at 30% 30%, rgba(120, 200, 255, 0.35), transparent 60%),
              radial-gradient(circle at 70% 70%, rgba(255, 150, 220, 0.3), transparent 60%);
  filter: blur(40px);
  animation: bht-liquid-morph 12s ease-in-out infinite;
}

@keyframes bht-liquid-morph {
  0%, 100% {
    border-radius: 42% 58% 63% 37% / 41% 44% 56% 59%;
    transform: rotate(0deg) scale(1);
  }
  33% {
    border-radius: 63% 37% 41% 59% / 51% 62% 38% 49%;
    transform: rotate(8deg) scale(1.05);
  }
  66% {
    border-radius: 37% 63% 55% 45% / 60% 40% 60% 40%;
    transform: rotate(-6deg) scale(0.97);
  }
}

.bht-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.bht-header-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.bht-header-logo img {
  height: 64px;
  width: auto;
  display: block;
}

/* Right side of the header. On desktop this wraps ONLY the nav in normal
   flow — the language switch is pulled out with position:absolute below
   it, so it can't add extra height here. That means this element's height
   equals the nav's height, and `align-items:center` on .bht-header-inner
   centers that (short) box against the logo's 64px box — i.e. the nav
   itself ends up vertically centered on the logo, not some taller stack. */
.bht-header-right {
  position: relative;
}

.bht-header-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.6vw, 40px);
  flex-wrap: nowrap;
}

.bht-header-nav a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Archivo', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
  opacity: 0.9;
  padding-bottom: 8px;
  transition: opacity 0.6s ease, color 0.6s ease;
}

.bht-header-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #F68D1E;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}

.bht-header-nav a:hover {
  opacity: 1;
  color: #F68D1E;
}

.bht-header-nav a:hover::after {
  transform: scaleX(1);
}

/* ============ LANGUAGE SWITCH ============
   Desktop: pulled out of flow, anchored under the nav (right-aligned,
   so it lands under "IT & Cybersecurity"), with real breathing room
   above it so it reads as its own lower row. */
.bht-lang-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
}

.bht-lang-globe {
  color: rgba(255, 255, 255, 0.65);
  flex-shrink: 0;
}

.bht-lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 5px 10px 5px 6px;
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Archivo', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
  -webkit-tap-highlight-color: transparent;
}

.bht-lang-btn:hover {
  border-color: rgba(246, 141, 30, 0.6);
  color: #ffffff;
}

.bht-lang-btn.is-active {
  background: rgba(246, 141, 30, 0.18);
  border-color: #F68D1E;
  color: #ffffff;
}

.bht-lang-flag {
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  overflow: hidden;
  line-height: 0;
}

.bht-lang-flag svg {
  display: block;
}

.bht-header-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.bht-header-toggle:focus,
.bht-header-toggle:active {
  outline: none;
  background: transparent;
}

.bht-header-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.bht-header-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.bht-header-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.bht-header-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 1100px) {
  .bht-header-wrap {
    padding-block: 18px;
  }

  .bht-header-logo img {
    height: 50px;
  }

  /* On mobile, .bht-header-right becomes the slide-down panel and holds
     both the nav and the language switch in normal document flow again
     (the desktop absolute-positioning trick is desktop-only). */
  .bht-header-right {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding-inline: var(--bht-pad-inline);
    background: rgba(20, 20, 25, 0.55);
    backdrop-filter: blur(12px) saturate(160%);
    -webkit-backdrop-filter: blur(12px) saturate(160%);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.6s ease, opacity 0.6s ease, padding 0.6s ease;
  }

  .bht-header-right.is-open {
    max-height: 460px;
    opacity: 1;
    pointer-events: auto;
    padding-block: 16px;
  }

  .bht-header-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
  }

  .bht-header-nav a {
    width: 100%;
    padding: 10px 4px;
    font-size: 0.85rem;
  }

  .bht-lang-switch {
    position: static;
    width: 100%;
    margin-top: 6px;
    padding-block: 10px 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .bht-header-toggle {
    display: flex;
  }
}

@media (max-width: 480px) {
  .bht-header-wrap {
    padding-block: 14px;
  }

  .bht-header-logo img {
    height: 40px;
  }
}

/* ============ STICKY THEME TOGGLE (bottom-right FAB) ============ */
.bht-theme-fab {
  position: fixed;
  right: clamp(16px, 4vw, 28px);
  bottom: clamp(16px, 4vw, 28px);
  z-index: 950;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #131D2E;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #F2ECE4;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35), 0 2px 8px rgba(0, 0, 0, 0.25);
  transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease;
  -webkit-tap-highlight-color: transparent;
}

.bht-theme-fab:hover {
  transform: translateY(-3px);
  border-color: #F68D1E;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45), 0 0 0 4px rgba(246, 141, 30, 0.15);
}

.bht-theme-fab:active {
  transform: translateY(-1px) scale(0.96);
}

.bht-theme-icon { display: none; }
#bht-page:not([data-theme="light"]) ~ .bht-theme-fab .bht-theme-icon-sun,
.bht-theme-fab .bht-theme-icon-sun { display: block; }
#bht-page[data-theme="light"] ~ .bht-theme-fab .bht-theme-icon-sun { display: none; }
#bht-page[data-theme="light"] ~ .bht-theme-fab .bht-theme-icon-moon { display: block; }

/* Recolor the FAB itself in light mode so it doesn't look like a leftover
   dark-mode element sitting on an otherwise light page. */
#bht-page[data-theme="light"] ~ .bht-theme-fab {
  background: #F6F5F2;
  color: #1C1A18;
  border-color: rgba(28, 26, 24, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
}
#bht-page[data-theme="light"] ~ .bht-theme-fab:hover {
  border-color: #B5590F;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16), 0 0 0 4px rgba(181, 89, 15, 0.12);
}

@media (max-width: 480px) {
  .bht-theme-fab { width: 46px; height: 46px; }
}

/* ============ HERO ============ */
#bhtl-root {
  position: relative;
  z-index: 0;
  isolation: isolate;
  background: #1C1A18;
  overflow: clip;
  --bhtl-pad-block-sm: clamp(28px, 5vw, 56px);
  --bhtl-pad-block-lg: clamp(48px, 9vw, 120px);
}

.bhtl-hero {
  position: relative;
  overflow: clip;
  height: clamp(340px, 70dvh, 820px);
}
@supports not (height: 1dvh) {
  .bhtl-hero { height: clamp(340px, 70vh, 820px); }
}

.bhtl-hero-video,
.bhtl-hero-fallback-img {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center -2%; z-index: 0;
}
.bhtl-hero-fallback-img { display: block; }


@media (min-width: 600px) {
  .bhtl-hero-video { display: block; }
  .bhtl-hero-fallback-img { display: none; }
}
@media (prefers-reduced-motion: reduce), (prefers-reduced-data: reduce) {

  .bhtl-hero-fallback-img { display: block !important; }
}

.bhtl-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(28,26,24,0.55) 0%, rgba(28,26,24,0.35) 45%, rgba(28,26,24,0.65) 100%);
}

.bhtl-hero-content {
  position: relative; z-index: 2; height: 100%;
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center; text-align: left;
}
.bhtl-hero-title {
  font-size: clamp(26px, 4.6vw, 50px); line-height: 1.15; font-weight: 800; color: #F2ECE4; margin: 0;
}
.bhtl-hero-accent { color: #E8711A; }
.bhtl-hero-sub {
  font-size: clamp(13.5px, 1.4vw, 17px); line-height: 1.6; color: #D8CFC3;
  max-width: 640px; margin: 20px 0 0 0;
}

@media (max-height: 420px) and (orientation: landscape) {
  .bhtl-hero { height: clamp(260px, 92dvh, 420px); }
  .bhtl-hero-sub { display: none; }
}

/* ============ DIVISIONS SECTION ============ */
.bhtl-divisions-section {
  padding-block: var(--bhtl-pad-block-sm) var(--bhtl-pad-block-lg);
  background: linear-gradient(180deg, #131D2E 0%, #18253B 90%);
  transition: background .4s ease;
}
.bhtl-divisions-heading-wrap {
  max-width: 640px; margin: 0 auto 40px auto; text-align: center;
}
.bhtl-divisions-title {
  font-family: 'Oswald', 'Segoe UI', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: clamp(24px, 3.4vw, 38px); color: #F2ECE4; font-weight: 700; margin: 10px 0 0 0;
  cursor: pointer; display: inline-block; transition: color .15s ease;
}
.bhtl-divisions-title:focus-visible {
  outline: 2px solid #E8711A; outline-offset: 6px; border-radius: 4px;
}

.bhtl-btn-primary {
  display: inline-block; padding: 12px 26px; background: rgba(28,26,24,0.35);
  border: 1px solid rgba(139,141,255,0.5); border-radius: 6px; font-size: 14px;
  color: #8B8DFF; font-weight: 700;
  text-shadow: 0 0 4px rgba(139,141,255,0.4), 0 0 8px rgba(139,141,255,0.4), 0 0 16px rgba(139,141,255,0.3);
  letter-spacing: 0.3px;
  transition: text-shadow 0.3s ease-in-out, border-color .15s ease, transform .2s ease, background .15s ease, box-shadow .2s ease;
  align-self: flex-start; transform-origin: left center;
}
.bhtl-btn-primary:hover,
.bhtl-btn-primary:focus-visible {
  border-color: #8B8DFF; background: rgba(28,26,24,0.6);
  box-shadow: 0 8px 22px rgba(139,141,255,0.35);
  text-shadow: 0 0 6px rgba(139,141,255,0.5), 0 0 12px rgba(139,141,255,0.5), 0 0 22px rgba(139,141,255,0.4);
}
.bhtl-card:hover .bhtl-btn-primary,
.bhtl-card:focus-within .bhtl-btn-primary { transform: scale(1.08); }

.bhtl-card-grid {
  list-style: none; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: clamp(14px, 2.5vw, 22px); width: 100%; margin: 0; padding: 0;
}
.bhtl-card-grid-single {
  list-style: none; width: 100%; margin: 22px 0 0 0; padding: 0;
}

.bhtl-card {
  position: relative; border-radius: 10px; overflow: clip;
  display: flex; border: 1px solid rgba(232,113,26,0.3);
  box-shadow: 0 14px 34px rgba(0,0,0,0.35);
  transition: box-shadow .2s ease;
  aspect-ratio: 16 / 14.45;
  content-visibility: auto;
  contain-intrinsic-size: 260px 260px;
}
.bhtl-card article {
  position: relative; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: flex-end;
}
.bhtl-card:hover,
.bhtl-card:focus-within { box-shadow: 0 20px 46px rgba(0,0,0,0.5); }
.bhtl-card-wide { aspect-ratio: 16 / 5.0575; }

.bhtl-card-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center;
  transition: transform .5s ease; z-index: 0;
}
.bhtl-card:hover .bhtl-card-img,
.bhtl-card:focus-within .bhtl-card-img { transform: scale(1.06); }

.bhtl-card-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(28,26,24,0.1) 0%, rgba(28,26,24,0.25) 45%, rgba(28,26,24,0.88) 100%);
}

.bhtl-card-content {
  position: relative; z-index: 2; margin-top: auto; padding: clamp(16px,3vw,24px) clamp(16px,3vw,26px);
  display: flex; flex-direction: column; gap: 8px;
}
.bhtl-card-title {
  font-size: clamp(18px, 2vw, 21px); font-weight: 800; color: #F2ECE4; margin: 0;
  transform: scale(1); transform-origin: left center; transition: transform .3s ease;
}
.bhtl-card-slogan {
  font-size: clamp(13px, 1.4vw, 14.5px); color: #D8CFC3; margin: 0 0 10px 0; line-height: 1.5;
  transform: scale(1); transform-origin: left center; transition: transform .8s ease;
}
.bhtl-card:hover .bhtl-card-title,
.bhtl-card:hover .bhtl-card-slogan,
.bhtl-card:focus-within .bhtl-card-title,
.bhtl-card:focus-within .bhtl-card-slogan { transform: scale(1.06); }

@media (max-width: 359px) {
  .bhtl-hero-title { font-size: 22px; }
  .bhtl-card { aspect-ratio: 3 / 2.89; }
}

@media (max-width: 599px) {
  .bhtl-card-grid { grid-template-columns: 1fr; }
  .bhtl-card-wide { aspect-ratio: 16 / 14.45; }
}

@media (min-width: 600px) and (max-width: 767px) {
  .bhtl-card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .bhtl-card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .bhtl-card-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .bhtl-card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1600px) and (orientation: landscape) {
  .bhtl-card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) and (orientation: portrait) {
  .bhtl-card-grid { grid-template-columns: repeat(2, 1fr); }
  .bhtl-hero { height: clamp(340px, 45dvh, 700px); }
}

@media (min-width: 2560px) {
  .bhtl-card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .bhtl-card-img { transition: none; }
  .bhtl-card-title,
  .bhtl-card-slogan { transition: none; }
}

/* ============ LOADER ============ */
#bht-loader, #bht-loader * { box-sizing: border-box; margin: 0; padding: 0; }
#bht-loader { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif; }

:root {
  --navy:#0a1830; --navy-deep:#060f22; --orange:#e8711a; --orange-bright:#F68628;
  --violet:#8B8DFF; --ink:#e8ecf3; --ink-dim:#7f8ba3;
}
#bht-loader {
  position: fixed; inset: 0;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  display: flex; align-items: center; justify-content: center;
  z-index: 9999; transition: opacity 1s ease, filter 1s ease;
}
#bht-loader.is-hidden { opacity: 0; filter: blur(6px); pointer-events: none; }

#bht-loader::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(180deg, rgba(255,255,255,0.018) 0px, rgba(255,255,255,0.018) 1px, transparent 1px, transparent 3px);
  mix-blend-mode: overlay;
}
#bht-loader::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 160px rgba(0,0,0,0.75); }

#bht-rig { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 34px; transform: translateY(4px); }

#bht-logo-wrap {
  position: relative; width: min(46vw, 340px); opacity: 0; transform: scale(.86);
  animation: bht-logo-enter 1.4s cubic-bezier(.2,.8,.2,1) .25s forwards;
}
.bhtl-card-img{
height:100%!important;
}
#bht-logo-wrap img {
  display: block; width: 100%; height: auto;
  filter: drop-shadow(0 0 0 rgba(232,113,26,0));
  -webkit-clip-path: inset(0 100% 0 0); clip-path: inset(0 100% 0 0);
  animation: bht-clip-reveal 2.17s cubic-bezier(.65,0,.35,1) .875s forwards;
}
#bht-logo-wrap.is-settled img {
  animation: bht-clip-reveal 2.17s cubic-bezier(.65,0,.35,1) .875s forwards,
             bht-glow-pulse 2.6s ease-in-out 2s infinite;
}

#bht-scan {
  position: absolute; top: -6%; bottom: -6%; left: -6%; width: 10%;
  background: linear-gradient(90deg, rgba(246,134,40,0) 0%, rgba(246,134,40,0.85) 45%, rgba(255,255,255,0.95) 50%, rgba(246,134,40,0.85) 55%, rgba(246,134,40,0) 100%);
  filter: blur(2px); opacity: 0;
  animation: bht-scan-move 2.17s cubic-bezier(.65,0,.35,1) .875s forwards;
  pointer-events: none;
}

@keyframes bht-logo-enter { to { opacity: 1; transform: scale(1); } }
@keyframes bht-clip-reveal {
  0% { -webkit-clip-path: inset(0 100% 0 0); clip-path: inset(0 100% 0 0); }
  100% { -webkit-clip-path: inset(0 0% 0 0); clip-path: inset(0 0% 0 0); }
}
@keyframes bht-scan-move {
  0% { opacity: 0; left: -6%; }
  8% { opacity: 1; }
  92% { opacity: 1; }
  100% { opacity: 0; left: 100%; }
}
@keyframes bht-glow-pulse {
  0%,100% { filter: drop-shadow(0 0 0px rgba(232,113,26,0)); }
  50% { filter: drop-shadow(0 0 18px rgba(232,113,26,0.45)); }
}

#bht-status { display: flex; flex-direction: column; align-items: center; gap: 14px; width: min(46vw, 340px); }
#bht-status-row {
  width: 100%; display: flex; align-items: baseline; justify-content: space-between;
  font-family: 'Courier New', monospace; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--ink-dim);
}
#bht-status-label { color: var(--orange); font-weight: 700; }
#bht-status-label .bht-cursor { display: inline-block; width: 6px; margin-left: 2px; animation: bht-blink 1s steps(1) infinite; }
@keyframes bht-blink { 0%,49% { opacity: 1; } 50%,100% { opacity: 0; } }
#bht-status-pct { color: var(--ink); font-weight: 700; font-variant-numeric: tabular-nums; }

#bht-track { position: relative; width: 100%; height: 2px; background: rgba(255,255,255,0.08); border-radius: 2px; overflow: hidden; }
#bht-fill {
  position: absolute; top: 0; left: 0; height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--orange) 0%, var(--orange-bright) 100%);
  box-shadow: 0 0 10px rgba(246,134,40,0.7), 0 0 22px rgba(246,134,40,0.35);
  border-radius: 2px;
}

#bht-ticks { display: flex; gap: 5px; }
#bht-ticks span { width: 3px; height: 3px; border-radius: 50%; background: rgba(139,141,255,0.35); transition: background .25s ease, box-shadow .25s ease; }
#bht-ticks span.is-lit { background: var(--violet); box-shadow: 0 0 6px rgba(139,141,255,0.8); }

@media (max-width: 600px) { #bht-logo-wrap, #bht-status { width: 72vw; } }

@media (prefers-reduced-motion: reduce) {
  #bht-logo-wrap { opacity: 1; transform: none; animation: none; }
  #bht-logo-wrap img { -webkit-clip-path: none; clip-path: none; animation: none; }
  #bht-scan { display: none; }
  #bht-fill { transition: width .3s linear; }
}

/* ============ FOOTER ============ */
.bht-footer-wrap {
  background: linear-gradient(180deg, #131D2E 0%, #18253B 100%);
  overflow: hidden;
  padding-block-start: 60px;
  font-family: 'Inter', sans-serif;
  transition: background .4s ease;
}

.bht-footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 48px;
  padding-top: 3vh;
}

.bht-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
}

.bht-footer-logo {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.bht-footer-logo img {
  height: 56px;
  width: auto;
  display: block;
}

.bht-footer-social {
  display: flex;
  gap: 10px;
}

.bht-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transition: background 0.6s ease, color 0.6s ease;
}

.bht-footer-social a:hover {
  background: #F68D1E;
  color: #131D2E;
}

.bht-footer-column {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 140px;
}

.bht-footer-column h4 {
  margin: 0;
  color: #ffffff;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  transition: color .3s ease;
}

.bht-footer-column a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.6s ease;
}

.bht-footer-column a:hover {
  color: #F68D1E;
}

.bht-footer-bottom {
  max-width: var(--bht-max);
  margin: 0 auto;
  margin-top: 60px;
  padding: 24px var(--bht-pad-inline) 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transition: border-color .3s ease;
}

.bht-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.8rem;
  text-align: center;
  transition: color .3s ease;
}

@media (max-width: 1100px) {
  .bht-footer-wrap {
    padding-block-start: 48px;
  }

  .bht-footer-inner {
    padding-top: 2vh;
    gap: 40px;
  }
}

@media (max-width: 800px) {
  .bht-footer-inner {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    gap: 40px;
  }

  .bht-footer-brand,
  .bht-footer-column {
    width: 100%;
    align-items: center;
  }

  .bht-footer-social {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .bht-footer-wrap {
    padding-block-start: 40px;
  }

  .bht-footer-bottom {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .bht-footer-inner {
    padding-top: 1.5vh;
  }

  .bht-footer-logo img {
    height: 44px;
  }
}

/* ============================================================
   DARK / LIGHT MODE
   Scoped deliberately to the divisions section and footer only.
   The header and hero always sit on top of the (permanently dark)
   background video, so their white text/icons stay constant in both
   themes — recoloring them would make nav links unreadable against
   the video whenever light mode is active.
============================================================ */
#bht-page[data-theme="light"] .bhtl-divisions-section {
  background: linear-gradient(180deg, #F6F5F2 0%, #ECEAE4 90%);
}
#bht-page[data-theme="light"] .bhtl-divisions-title {
  color: #1C1A18;
}
#bht-page[data-theme="light"] .bhtl-divisions-title:hover {
  color: #B5590F;
}

#bht-page[data-theme="light"] .bht-footer-wrap {
  background: linear-gradient(180deg, #F6F5F2 0%, #ECEAE4 100%);
}
#bht-page[data-theme="light"] .bht-footer-column h4 {
  color: #1C1A18;
}
#bht-page[data-theme="light"] .bht-footer-column a {
  color: rgba(28, 26, 24, 0.62);
}
#bht-page[data-theme="light"] .bht-footer-column a:hover {
  color: #B5590F;
}
#bht-page[data-theme="light"] .bht-footer-social a {
  background: rgba(28, 26, 24, 0.08);
  color: #1C1A18;
}
#bht-page[data-theme="light"] .bht-footer-social a:hover {
  background: #F68D1E;
  color: #ffffff;
}
#bht-page[data-theme="light"] .bht-footer-bottom {
  border-top-color: rgba(28, 26, 24, 0.12);
}
#bht-page[data-theme="light"] .bht-footer-bottom p {
  color: rgba(28, 26, 24, 0.5);
}
