.bhcl-page {
  --bhcl-navy: #061f36;
  --bhcl-blue: #0a62b0;
  --bhcl-red: #ed1c24;
  --bhcl-ink: #17212b;
  --bhcl-muted: #5c6c7d;
  --bhcl-line: #d7e0e8;
  --bhcl-surface: #f3f7fa;
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--bhcl-ink);
}

body:has(.bhcl-page) .site-main,
body:has(.bhcl-page) .page-content,
body:has(.bhcl-page) .entry-content,
body:has(.bhcl-page) .elementor {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body:has(.bhcl-page) .entry-header { display: none; }

.bhcl-shell {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
}

.bhcl-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(70px, 8vw, 105px) 0 clamp(62px, 7vw, 88px);
  background:
    radial-gradient(circle at 92% 12%, rgba(86, 181, 248, .28), transparent 30%),
    linear-gradient(126deg, var(--bhcl-navy), #07477f 64%, var(--bhcl-blue));
  color: #fff;
}

.bhcl-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 26, 45, .42), transparent 70%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 1px, transparent 1px 14px);
  content: "";
}

.bhcl-eyebrow .elementor-heading-title {
  margin: 0 0 15px;
  color: var(--bhcl-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}

.bhcl-eyebrow--light .elementor-heading-title { color: #9ed0ff; }

.bhcl-hero-title .elementor-heading-title {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(45px, 6.2vw, 80px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.bhcl-hero-lead {
  max-width: 760px;
  margin-top: 22px;
}

.bhcl-hero-lead p {
  margin: 0;
  color: #dceaf6;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.6;
}

.bhcl-breadcrumbs { padding-block: 18px; }

.bhcl-breadcrumbs nav {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #7b8792;
  font-size: 14px;
}

.bhcl-breadcrumbs a { color: var(--bhcl-blue); }

.bhcl-contact-main {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  align-items: start;
  gap: clamp(28px, 4.5vw, 58px);
  padding: 48px 0 clamp(72px, 8vw, 104px);
}

.bhcl-section-title .elementor-heading-title {
  margin: 0;
  color: var(--bhcl-ink);
  font-size: clamp(36px, 4.2vw, 56px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.bhcl-contact-lines { margin-top: 28px; }

.bhcl-contact-lines,
.bhcl-contact-lines a,
.bhcl-contact-lines > div {
  display: grid;
}

.bhcl-contact-lines {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--bhcl-line);
  border-radius: 20px;
  background: var(--bhcl-line);
  gap: 1px;
}

.bhcl-contact-lines a,
.bhcl-contact-lines > div {
  min-height: 108px;
  align-content: center;
  gap: 7px;
  padding: 22px;
  background: #fff;
  text-decoration: none;
}

.bhcl-contact-lines a:hover { background: #f7fbff; }

.bhcl-contact-lines span {
  color: var(--bhcl-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.bhcl-contact-lines strong {
  overflow-wrap: anywhere;
  color: var(--bhcl-navy);
  font-size: 17px;
  line-height: 1.35;
}

.bhcl-location-jump { margin-top: 18px; }

.bhcl-report-box {
  margin-top: 24px;
  border: 1px solid #cfe0ef;
  border-left: 6px solid var(--bhcl-red);
  border-radius: 18px;
  padding: 26px 28px;
  background: var(--bhcl-surface);
}

.bhcl-report-box .bhcl-eyebrow .elementor-heading-title { margin-bottom: 10px; }

.bhcl-report-content ol {
  margin: 0;
  padding-left: 22px;
}

.bhcl-report-content li {
  margin: 7px 0;
  color: #394957;
  line-height: 1.45;
}

.bhcl-report-content p {
  margin: 17px 0 0;
  border-top: 1px solid var(--bhcl-line);
  padding-top: 16px;
  color: var(--bhcl-muted);
  font-size: 14px;
  line-height: 1.55;
}

.bhcl-form-card {
  overflow: hidden;
  border: 1px solid var(--bhcl-line);
  border-top: 7px solid var(--bhcl-blue);
  border-radius: 0 0 24px 24px;
  padding: clamp(24px, 3.5vw, 42px);
  background: #fff;
  box-shadow: 0 24px 62px rgba(6,31,54,.12);
}

.bhcl-form-card .bh-native-form { margin: 0; }

.bhcl-location-section {
  scroll-margin-top: 110px;
  padding: clamp(70px, 8vw, 102px) 0;
  background:
    linear-gradient(180deg, rgba(10,98,176,.035), transparent 34%),
    var(--bhcl-surface);
}

.bhcl-section-lead {
  max-width: 820px;
  margin-top: 17px;
}

.bhcl-section-lead p {
  margin: 0;
  color: var(--bhcl-muted);
  font-size: 18px;
  line-height: 1.65;
}

.bhcl-section-lead strong { color: var(--bhcl-navy); }

.bhcl-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
  gap: 22px;
  margin-top: 38px;
}

.bhcl-media-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--bhcl-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(6,31,54,.09);
}

.bhcl-media-label .elementor-heading-title {
  margin: 0;
  padding: 17px 22px;
  color: var(--bhcl-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

.bhcl-map-frame,
.bhcl-map-frame iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.bhcl-street-image .elementor-widget-container,
.bhcl-street-image a { display: block; }

.bhcl-street-image img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform .35s ease;
}

.bhcl-street-image a:hover img { transform: scale(1.025); }

.bhcl-media-caption {
  min-height: 96px;
  padding: 19px 22px 21px;
}

.bhcl-media-caption p {
  margin: 0;
  color: var(--bhcl-muted);
  line-height: 1.55;
}

.bhcl-media-caption strong { color: var(--bhcl-navy); }

.bhcl-media-caption small {
  display: block;
  margin-top: 6px;
  color: #7d8995;
}

.bhcl-location-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 22px;
  border-radius: 22px;
  padding: 28px 30px;
  background: var(--bhcl-navy);
  color: #fff;
}

.bhcl-location-title .elementor-heading-title {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 900;
}

.bhcl-location-note p {
  margin: 8px 0 0;
  color: #cfe0ef;
}

.bhcl-location-buttons,
.bhcl-visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bhcl-button .elementor-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--bhcl-blue);
  border-radius: 9px;
  padding: 13px 20px;
  background: var(--bhcl-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.bhcl-button .elementor-button:hover {
  transform: translateY(-1px);
  filter: brightness(.95);
}

.bhcl-button--outline .elementor-button {
  background: #fff;
  color: var(--bhcl-blue);
}

.bhcl-button--red .elementor-button {
  border-color: var(--bhcl-red);
  background: var(--bhcl-red);
}

.bhcl-button--white .elementor-button {
  border-color: #fff;
  background: #fff;
  color: var(--bhcl-navy);
}

.bhcl-button--ghost .elementor-button {
  border-color: rgba(255,255,255,.42);
  background: transparent;
  color: #fff;
}

.bhcl-visit-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: clamp(52px, 7vw, 78px) max(20px, calc((100% - 1200px) / 2));
  background: linear-gradient(128deg, var(--bhcl-navy), #07477f);
  color: #fff;
}

.bhcl-cta-title .elementor-heading-title {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.3vw, 54px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -.04em;
}

.bhcl-cta-text p {
  max-width: 720px;
  margin: 14px 0 0;
  color: #dceaf6;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 1000px) {
  .bhcl-contact-main,
  .bhcl-location-grid,
  .bhcl-location-actions,
  .bhcl-visit-cta {
    grid-template-columns: 1fr;
  }

  .bhcl-contact-main { display: grid; }
  .bhcl-location-grid { display: grid; }
  .bhcl-location-actions,
  .bhcl-visit-cta { display: grid; }
  .bhcl-location-buttons,
  .bhcl-visit-actions { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .bhcl-shell { width: min(100% - 28px, 1200px); }

  .bhcl-hero {
    padding-top: 58px;
    padding-bottom: 54px;
  }

  .bhcl-hero-title .elementor-heading-title {
    font-size: clamp(40px, 13vw, 56px);
  }

  .bhcl-contact-main {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 30px;
  }

  .bhcl-contact-lines { grid-template-columns: 1fr; }
  .bhcl-contact-lines a,
  .bhcl-contact-lines > div { min-height: 90px; }

  .bhcl-form-card {
    border-radius: 0 0 18px 18px;
    padding: 20px 16px 24px;
  }

  .bhcl-map-frame,
  .bhcl-map-frame iframe,
  .bhcl-street-image img { height: 300px; }

  .bhcl-media-card { border-radius: 18px; }
  .bhcl-media-caption { min-height: 0; }

  .bhcl-location-actions { padding: 24px 20px; }

  .bhcl-location-buttons,
  .bhcl-visit-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .bhcl-location-buttons .elementor-widget-button,
  .bhcl-visit-actions .elementor-widget-button,
  .bhcl-location-buttons .elementor-button,
  .bhcl-visit-actions .elementor-button { width: 100%; }

  .bhcl-report-box { padding: 22px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .bhcl-street-image img,
  .bhcl-button .elementor-button { transition: none; }
}
