:root {
  --bh-navy: #011e31;
  --bh-green: #178258;
  --bh-mint: #dbf3ec;
  --bh-blue: #004369;
  --bh-gray: #4a5565;
  --bh-gray-muted: #6a7282;
  --bh-mint-soft: #f0faf7;
  --bh-black: #000000;
  --bh-white: #ffffff;
  --bh-nav-bar-height: 84px;
  --bh-nav-logo-size: 152px;
  --bh-nav-overhang: max(
  	0px,
  	calc(var(--bh-nav-logo-size) - var(--bh-nav-bar-height))
  );
  --bh-nav-height: max(var(--bh-nav-bar-height), var(--bh-nav-logo-size));
  --bh-nav-offset-height: 84px;
  --bh-anchor-offset: 104px;
}

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

/* Remove ADA focus outlines (existing theme preference) */
*:focus {
  outline: none !important;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none !important;
}

.wp-block-button .wp-block-button__link {
  background-color: #000 !important;
  color: #fff;
}

html,
body {
  overflow-x: clip;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--bh-anchor-offset);
}

[id] {
  scroll-margin-top: 0;
}

@keyframes bh-nav-logo-shine {
  0% {
    background-position: 120% 40%;
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  45% {
    background-position: -20% 60%;
    opacity: 1;
  }
  55%, 100% {
    background-position: -20% 60%;
    opacity: 0;
  }
}
.bh-nav {
  --bh-nav-bar-height: 84px;
  --bh-nav-logo-size: 152px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 500;
  isolation: isolate;
  pointer-events: none;
}
.bh-nav--scrolled {
  --bh-nav-bar-height: 64px;
  --bh-nav-logo-size: 96px;
}
.bh-nav--scrolled .bh-nav__bar {
  box-shadow: 0 8px 24px rgba(1, 30, 49, 0.18);
}
.bh-nav--scrolled .bh-nav__logo {
  box-shadow: 0 6px 18px rgba(1, 30, 49, 0.16);
}
.bh-nav--open .bh-nav__toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.bh-nav--open .bh-nav__toggle-bar:nth-child(2) {
  opacity: 0;
}
.bh-nav--open .bh-nav__toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.bh-nav--open .bh-nav__drawer {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.bh-nav__bar, .bh-nav__logo, .bh-nav__drawer, .bh-nav__toggle, .bh-nav__menu a {
  pointer-events: auto;
}
.bh-nav__bar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: var(--bh-nav-bar-height);
  background: var(--bh-navy);
  transition: height 0.3s ease, box-shadow 0.3s ease;
}
.bh-nav__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr var(--bh-nav-logo-size) 1fr;
  align-items: center;
  column-gap: clamp(1.5rem, 4vw, 3rem);
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 2.5rem);
  transition: grid-template-columns 0.3s ease;
}
.bh-nav__menu {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: clamp(1.5rem, 3.5vw, 2.75rem);
}
.bh-nav__menu li {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
}
.bh-nav__menu--left {
  justify-content: flex-end;
  grid-column: 1;
}
.bh-nav__menu--right {
  justify-content: flex-start;
  grid-column: 3;
}
.bh-nav__menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: auto;
  padding: 0.35rem 0;
  color: var(--bh-white);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.bh-nav__menu a:hover, .bh-nav__menu a:focus-visible, .bh-nav__menu a.is-active {
  color: var(--bh-mint);
}
.bh-nav__menu .bh-nav__cta {
  margin-left: 0.35rem;
}
.bh-nav__menu .bh-nav__cta a,
.bh-nav__menu a.bh-nav__cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.5rem;
  padding: 0 1.25rem;
  background: var(--bh-green);
  color: var(--bh-white);
  font-size: 0.875rem;
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease, filter 0.2s ease;
}
.bh-nav__menu .bh-nav__cta a:hover, .bh-nav__menu .bh-nav__cta a:focus-visible, .bh-nav__menu .bh-nav__cta a.is-active,
.bh-nav__menu a.bh-nav__cta-link:hover,
.bh-nav__menu a.bh-nav__cta-link:focus-visible,
.bh-nav__menu a.bh-nav__cta-link.is-active {
  background: color-mix(in srgb, var(--bh-green) 85%, #000);
  color: var(--bh-white);
}
.bh-nav__linkedin-icon {
  flex: 0 0 auto;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 0.16rem;
  background: var(--bh-white);
  color: var(--bh-green);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
  text-transform: lowercase;
}
.bh-nav__indicator {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 2px;
  background: var(--bh-mint);
  border-radius: 1px;
  opacity: 0;
  pointer-events: none;
  transform: translate(0, 0);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), width 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
  will-change: transform, width;
}
.bh-nav__indicator--ready {
  opacity: 1;
}
.bh-nav__logo-slot {
  grid-column: 2;
  position: relative;
  width: var(--bh-nav-logo-size);
  height: 100%;
  justify-self: center;
  transition: width 0.3s ease;
}
.bh-nav__logo {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--bh-nav-logo-size);
  height: var(--bh-nav-logo-size);
  margin: 0;
  padding: 0.7rem;
  overflow: hidden;
  background: var(--bh-mint);
  box-shadow: 0 10px 28px rgba(1, 30, 49, 0.2);
  transform: translateX(-50%);
  transition: width 0.3s ease, height 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}
.bh-nav__logo::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.55) 48%, rgba(255, 255, 255, 0.15) 52%, transparent 65%);
  background-size: 220% 220%;
  animation: bh-nav-logo-shine 7s ease-in-out infinite;
}
.bh-nav__logo:hover {
  box-shadow: 0 12px 32px rgba(1, 30, 49, 0.26);
}
.bh-nav__logo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bh-nav__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  justify-self: end;
  grid-column: 3;
}
.bh-nav__toggle-box {
  position: relative;
  display: block;
  width: 22px;
  height: 16px;
}
.bh-nav__toggle-bar {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--bh-white);
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.bh-nav__toggle-bar:nth-child(1) {
  top: 0;
}
.bh-nav__toggle-bar:nth-child(2) {
  top: 7px;
}
.bh-nav__toggle-bar:nth-child(3) {
  top: 14px;
}
.bh-nav__drawer {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  padding: 1.25rem 1.25rem 1.75rem;
  background: var(--bh-navy);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 32px rgba(1, 30, 49, 0.28);
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.bh-nav__drawer ul {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bh-nav__drawer a {
  display: block;
  padding: 0.85rem 0.25rem;
  color: var(--bh-white);
  text-decoration: none;
  font-size: 1.05rem;
  line-height: 1.2;
  border-bottom: 1px solid rgba(219, 243, 236, 0.12);
  transition: color 0.2s ease;
}
.bh-nav__drawer a:hover, .bh-nav__drawer a:focus-visible {
  color: var(--bh-mint);
}
.bh-nav__drawer .bh-nav__cta a,
.bh-nav__drawer a.bh-nav__cta-link {
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.95rem 1.15rem;
  border: 0;
  background: var(--bh-green);
  color: var(--bh-white);
  gap: 0.55rem;
  justify-content: center;
}

.bh-nav__offset {
  display: block;
  width: 100%;
  height: var(--bh-nav-offset-height, 84px);
  pointer-events: none;
  visibility: hidden;
}

.wp-site-blocks > header:has(.bh-nav),
.wp-block-template-part:has(.bh-nav),
.wp-block-group:has(> .bh-nav) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.wp-site-blocks > header:has(.bh-nav) + *,
.wp-site-blocks > .wp-block-template-part:has(.bh-nav) + * {
  margin-block-start: 0 !important;
}

@media (max-width: 960px) {
  :root {
    --bh-nav-offset-height: 72px;
    --bh-anchor-offset: 88px;
  }
  .bh-nav {
    --bh-nav-bar-height: 72px;
    --bh-nav-logo-size: 108px;
  }
  .bh-nav--scrolled {
    --bh-nav-bar-height: 60px;
    --bh-nav-logo-size: 80px;
  }
  .bh-nav__indicator {
    display: none;
  }
  .bh-nav__inner {
    grid-template-columns: 44px 1fr 44px;
    column-gap: 0.75rem;
  }
  .bh-nav__menu--left, .bh-nav__menu--right {
    display: none;
  }
  .bh-nav__logo-slot {
    grid-column: 2;
  }
  .bh-nav__logo {
    padding: 0.5rem;
  }
  .bh-nav__toggle {
    display: inline-flex;
    grid-column: 3;
    align-self: center;
  }
  .bh-nav__mobile-balance {
    display: block;
    width: 44px;
    height: 44px;
    grid-column: 1;
    justify-self: start;
    align-self: center;
  }
}
@media (min-width: 961px) {
  .bh-nav__drawer, .bh-nav__mobile-balance {
    display: none;
  }
  .bh-nav__cta-link[data-bh-tooltip]::before, .bh-nav__cta-link[data-bh-tooltip]::after {
    position: absolute;
    left: 50%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.18s ease;
  }
  .bh-nav__cta-link[data-bh-tooltip]::before {
    content: "";
    top: calc(100% + 6px);
    left: 65%;
    width: 15px;
    height: 8px;
    background: var(--bh-white);
    clip-path: polygon(72% 0, 100% 100%, 0 100%);
    filter: drop-shadow(0 -1px 0 rgba(1, 30, 49, 0.08));
    transform: translate(-50%, -3px);
  }
  .bh-nav__cta-link[data-bh-tooltip]::after {
    content: attr(data-bh-tooltip);
    top: calc(100% + 13px);
    padding: 0.52rem 0.72rem;
    border: 1px solid rgba(1, 30, 49, 0.08);
    border-radius: 0.55rem;
    background: var(--bh-white);
    box-shadow: 0 10px 26px rgba(1, 30, 49, 0.18);
    color: var(--bh-navy);
    font-size: 0.75rem;
    font-weight: 650;
    letter-spacing: 0.01em;
    line-height: 1;
    white-space: nowrap;
    transform: translate(-50%, -5px) scale(0.96);
    transform-origin: 50% 0;
  }
  .bh-nav__cta-link[data-bh-tooltip]:hover::before, .bh-nav__cta-link[data-bh-tooltip]:hover::after, .bh-nav__cta-link[data-bh-tooltip]:focus-visible::before, .bh-nav__cta-link[data-bh-tooltip]:focus-visible::after {
    visibility: visible;
    opacity: 1;
  }
  .bh-nav__cta-link[data-bh-tooltip]:hover::before, .bh-nav__cta-link[data-bh-tooltip]:focus-visible::before {
    transform: translate(-50%, 0);
  }
  .bh-nav__cta-link[data-bh-tooltip]:hover::after, .bh-nav__cta-link[data-bh-tooltip]:focus-visible::after {
    transform: translate(-50%, 0) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .bh-nav__logo::before {
    animation: none;
    opacity: 0;
  }
}
body.bh-nav-lock {
  overflow: hidden;
}

.admin-bar .bh-nav {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .bh-nav {
    top: 46px;
  }
}
@media (max-width: 960px) {
  .bh-cover.wp-block-cover {
    min-height: 50vh !important;
    height: 50vh;
  }
}

@keyframes bh-photo-glass-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.bh-photo.wp-block-cover {
  position: relative;
  align-items: flex-end;
  justify-content: stretch;
  overflow: hidden;
}
.bh-photo.wp-block-cover .wp-block-cover__image-background,
.bh-photo.wp-block-cover .wp-block-cover__video-background,
.bh-photo.wp-block-cover .wp-block-cover__background {
  overflow: hidden;
  border-radius: inherit;
}
.bh-photo.wp-block-cover .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0;
  align-self: flex-end;
}

.bh-photo__text {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 !important;
  padding: clamp(1rem, 3vw, 1.5rem) clamp(1.1rem, 3.5vw, 1.75rem);
  box-sizing: border-box;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(120deg, rgba(1, 30, 49, 0.55) 0%, rgba(0, 67, 105, 0.42) 45%, rgba(23, 130, 88, 0.28) 100%);
  background-size: 200% 200%;
  backdrop-filter: blur(14px) saturate(1.25);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
  box-shadow: 0 -8px 28px rgba(1, 30, 49, 0.12);
  animation: bh-photo-glass-shift 14s ease-in-out infinite;
}
.bh-photo__text::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.12) 48%, transparent 66%);
  background-size: 220% 100%;
  animation: bh-photo-glass-shift 10s ease-in-out infinite;
  opacity: 0.7;
}
.bh-photo__text > * {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .bh-photo__text,
  .bh-photo__text::before {
    animation: none;
  }
}
.bh-signature {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 0.4rem;
  font-family: "Inter", system-ui, sans-serif;
  text-align: center;
}
.bh-signature__row {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.45rem;
}
.bh-signature__script {
  display: block;
  width: clamp(180px, 34vw, 290px);
  line-height: 0;
}
.bh-signature__svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.bh-signature__path {
  fill: var(--bh-navy);
}
.bh-signature__heart {
  display: block;
  width: clamp(1.15rem, 2vw, 1.55rem);
  height: auto;
  margin-top: 0.05em;
  opacity: 0;
  transform: scale(0) rotate(-12deg);
  transform-origin: center center;
  will-change: transform, opacity;
}
.bh-signature__title {
  margin: 0;
  padding: 0;
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.35;
  text-align: center;
  color: var(--bh-gray-muted);
  opacity: 0;
  transform: translateY(0.35rem);
  will-change: transform, opacity;
}
.bh-signature--done .bh-signature__heart,
.bh-signature--done .bh-signature__title {
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  .bh-signature__heart {
    opacity: 1;
    transform: none;
  }
  .bh-signature__title {
    opacity: 1;
    transform: none;
  }
}
#gspb_container-id-gsbp-d4863f0 {
  justify-content: center !important;
}

@keyframes bh-do-marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes bh-do-marquee-bg {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes bh-cat-patrol {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-100vw - 100px), 0, 0);
  }
}
@keyframes bh-cat-walk {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -2391px;
  }
}
@keyframes bh-cat-sit {
  from {
    background-position: -400px 0;
  }
  to {
    background-position: -400px -996px;
  }
}
@keyframes bh-bella-cat-patrol {
  from {
    transform: translate3d(110px, 0, 0);
  }
  to {
    transform: translate3d(calc(-100cqw - 110px), 0, 0);
  }
}
.bh-do-marquee {
  --bh-do-marquee-duration: 40s;
  --bh-cat-sprite: none;
  position: relative;
  isolation: isolate;
  width: 100%;
  overflow-x: clip;
  overflow-y: visible;
  color: var(--bh-white);
  font-family: "Inter", system-ui, sans-serif;
  background: var(--bh-navy);
}
.bh-do-marquee::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: linear-gradient(115deg, #000910 0%, var(--bh-navy) 28%, #001018 48%, #002030 68%, #00080e 100%);
  background-size: 240% 240%;
  opacity: 1;
  animation: bh-do-marquee-bg 18s ease-in-out infinite;
}
.bh-do-marquee__cat-lane {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 8px);
  z-index: 5;
  height: 52px;
  overflow-x: clip;
  overflow-y: visible;
  pointer-events: none;
}
.bh-do-marquee__cat {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: block;
  width: 100px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  animation: bh-cat-patrol 22s linear infinite;
  will-change: transform;
}
.bh-do-marquee__cat.is-sitting {
  animation-play-state: paused;
}
.bh-do-marquee__cat:focus-visible {
  outline: 2px solid var(--bh-mint);
  outline-offset: 4px;
}
.bh-do-marquee__cat-scale {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 50px;
  overflow: hidden;
  pointer-events: none;
}
.bh-do-marquee__cat-sprite {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 400px;
  height: 200px;
  transform: scale(0.25);
  transform-origin: left bottom;
  background-image: var(--bh-cat-sprite);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.bh-do-marquee__cat-sprite.is-walking {
  animation: bh-cat-walk 1s steps(12) infinite;
  background-position: 0 0;
}
.bh-do-marquee__cat-sprite.is-sitting {
  animation: bh-cat-sit 0.7s steps(5) forwards;
}
.bh-do-marquee__cat-tip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  z-index: 6;
  width: max-content;
  max-width: min(280px, 74vw);
  padding: 0.55rem 0.75rem;
  border-radius: 6px;
  background: var(--bh-white);
  color: var(--bh-navy);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: none;
  white-space: normal;
  box-shadow: 0 8px 22px rgba(1, 30, 49, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.bh-do-marquee__cat-tip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top-color: var(--bh-white);
}
.bh-do-marquee__cat.is-sitting .bh-do-marquee__cat-tip, .bh-do-marquee__cat:hover .bh-do-marquee__cat-tip, .bh-do-marquee__cat:focus-visible .bh-do-marquee__cat-tip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.bh-do-marquee__viewport {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  border-radius: inherit;
}
.bh-do-marquee__track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: bh-do-marquee-scroll var(--bh-do-marquee-duration) linear infinite;
  will-change: transform;
}
.bh-do-marquee__group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0;
}
.bh-do-marquee__item {
  display: inline-flex;
  align-items: center;
  padding: 1.35rem 0.35rem 1.35rem 1.35rem;
  font-size: clamp(0.7rem, 1vw, 0.82rem);
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--bh-white);
}
.bh-do-marquee__heart {
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 0.35rem 0 1.15rem;
  flex-shrink: 0;
  object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
  .bh-do-marquee::before {
    animation: none;
    background-position: 40% 50%;
  }
  .bh-do-marquee__track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    row-gap: 0.35rem;
  }
  .bh-do-marquee__group[aria-hidden=true] {
    display: none;
  }
  .bh-do-marquee__cat {
    animation: none;
    right: 1.25rem;
    left: auto;
  }
  .bh-do-marquee__cat-sprite.is-walking {
    animation: none;
    background-position: -400px -996px;
  }
  .bh-bella-dialog__cat {
    animation: none;
    right: 1.25rem;
  }
  .bh-bella-dialog__cat-sprite.is-walking {
    animation: none;
    background-position: -400px -996px;
  }
}
html.bh-bella-dialog-open,
body.bh-bella-dialog-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body.bh-bella-dialog-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

.bh-bella-dialog {
  position: fixed;
  inset: 0;
  z-index: 4000;
  overflow: hidden;
  overscroll-behavior: none;
}
.bh-bella-dialog[hidden] {
  display: none;
}
.bh-bella-dialog__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 30, 49, 0.62);
  cursor: pointer;
}
.bh-bella-dialog__panel {
  position: relative;
  z-index: 1;
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  width: min(32rem, 100vw - 2rem);
  max-height: calc(100svh - 2rem);
  margin: max(1rem, 3vh) auto 0;
  padding: 0;
  overflow: hidden;
  background: var(--bh-white);
  color: var(--bh-navy);
  box-shadow: 0 24px 60px rgba(1, 30, 49, 0.28);
  outline: none;
  touch-action: auto;
}
.bh-bella-dialog__photo {
  position: relative;
  flex: 1 1 auto;
  margin: 0;
  width: 100%;
  min-height: 14rem;
  aspect-ratio: 1/1;
  max-height: min(32rem, 100svh - 16rem);
  overflow: hidden;
  background: var(--bh-navy);
}
.bh-bella-dialog__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.bh-bella-dialog__cat-lane {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  z-index: 1;
  height: 50px;
  overflow: hidden;
  pointer-events: none;
}
.bh-bella-dialog__cat {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  display: block;
  width: 100px;
  height: 50px;
  animation: bh-bella-cat-patrol 10s linear infinite;
  will-change: transform;
}
.bh-bella-dialog__cat-scale {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 50px;
  overflow: hidden;
}
.bh-bella-dialog__cat-sprite {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 400px;
  height: 200px;
  transform: scale(0.25);
  transform-origin: left bottom;
  background-image: var(--bh-cat-sprite);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.bh-bella-dialog__cat-sprite.is-walking {
  animation: bh-cat-walk 1s steps(12) infinite;
  background-position: 0 0;
}
.bh-bella-dialog__copy {
  flex-shrink: 0;
  padding: clamp(1.25rem, 3.5vw, 1.8rem) clamp(1.4rem, 4vw, 2rem) 4.05rem;
}
.bh-bella-dialog__close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--bh-navy);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}
.bh-bella-dialog__close:hover, .bh-bella-dialog__close:focus-visible {
  color: var(--bh-green);
}
.bh-bella-dialog__close:focus-visible {
  outline: 2px solid var(--bh-green);
  outline-offset: 2px;
}
.bh-bella-dialog__kicker {
  margin: 0 0 0.45rem;
  color: var(--bh-green);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.bh-bella-dialog__title {
  margin: 0 0 0.85rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 2.6vw, 1.85rem);
  font-weight: 600;
  line-height: 1.2;
}
.bh-bella-dialog__body {
  margin: 0;
  color: var(--bh-gray);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
}

@keyframes bh-worked-with-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.bh-worked-with {
  --bh-worked-with-duration: 45s;
  width: 100%;
  overflow: hidden;
  background: var(--bh-white);
  padding: clamp(1.35rem, 3vw, 2rem) 0;
}
.bh-worked-with__viewport {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
}
.bh-worked-with__track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: bh-worked-with-scroll var(--bh-worked-with-duration) linear infinite;
  will-change: transform;
}
.bh-worked-with__group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0;
}
.bh-worked-with__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
}
.bh-worked-with__logo {
  display: block;
  height: clamp(56px, 8.5vw, 84px);
  width: auto;
  max-width: none;
  object-fit: contain;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .bh-worked-with__track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    row-gap: 1.25rem;
  }
  .bh-worked-with__group[aria-hidden=true] {
    display: none;
  }
  .bh-worked-with__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
@keyframes bh-animated-bg-orb-a {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.55;
  }
  50% {
    transform: translate3d(6%, 8%, 0) scale(1.12);
    opacity: 0.85;
  }
}
@keyframes bh-animated-bg-orb-b {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.45;
  }
  50% {
    transform: translate3d(-8%, -5%, 0) scale(1.08);
    opacity: 0.7;
  }
}
.animated-bg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--bh-mint-soft);
}
.animated-bg::before, .animated-bg::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(48px);
  will-change: transform, opacity;
}
.animated-bg::before {
  top: -12%;
  left: -8%;
  width: min(55vw, 520px);
  height: min(55vw, 520px);
  background: rgba(255, 255, 255, 0.7);
  animation: bh-animated-bg-orb-a 26s ease-in-out infinite;
}
.animated-bg::after {
  right: -10%;
  bottom: -18%;
  width: min(60vw, 560px);
  height: min(60vw, 560px);
  background: rgba(219, 243, 236, 0.9);
  animation: bh-animated-bg-orb-b 32s ease-in-out infinite;
}
.animated-bg > * {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .animated-bg::before,
  .animated-bg::after {
    animation: none;
    opacity: 0.6;
  }
}
.bh-sep {
  display: block;
  width: 0;
  height: 2px;
  margin: 0;
  background: var(--bh-green);
  transform-origin: left center;
  transition: width 0.9s cubic-bezier(0.45, 0, 0.55, 1);
}
.bh-sep--center {
  margin-left: auto;
  margin-right: auto;
  transform-origin: center center;
}
.bh-sep--right {
  margin-left: auto;
  transform-origin: right center;
}
.bh-sep.is-inview {
  width: 28px;
}

@media (prefers-reduced-motion: reduce) {
  .bh-sep {
    width: 28px;
    transition: none;
  }
}
@keyframes bh-approach-light {
  0% {
    filter: brightness(1);
    text-shadow: none;
  }
  40% {
    color: var(--bh-green);
    filter: brightness(1.15);
    text-shadow: 0 0 8px rgba(23, 130, 88, 0.28);
  }
  100% {
    filter: brightness(1);
    text-shadow: none;
  }
}
@keyframes bh-approach-box-wash {
  0%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 0.08;
  }
}
.approach-numbers > .wp-block-greenshift-blocks-row-column,
.approach-numbers > [class*=gspb_row__col] {
  position: relative;
  isolation: isolate;
}
.approach-numbers > .wp-block-greenshift-blocks-row-column::before,
.approach-numbers > [class*=gspb_row__col]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--bh-white);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.approach-numbers > .wp-block-greenshift-blocks-row-column > *,
.approach-numbers > [class*=gspb_row__col] > * {
  position: relative;
  z-index: 1;
}
.approach-numbers > .wp-block-greenshift-blocks-row-column:hover::before, .approach-numbers > .wp-block-greenshift-blocks-row-column:focus-within::before,
.approach-numbers > [class*=gspb_row__col]:hover::before,
.approach-numbers > [class*=gspb_row__col]:focus-within::before {
  opacity: 0.08;
}
.approach-numbers > .wp-block-greenshift-blocks-row-column.is-lighting::before,
.approach-numbers > [class*=gspb_row__col].is-lighting::before {
  transition: none;
  animation: bh-approach-box-wash 1.15s cubic-bezier(0.45, 0, 0.55, 1) var(--bh-approach-delay, 0s) none;
}
.approach-numbers .bh-approach-num.is-lighting {
  animation: bh-approach-light 1.15s cubic-bezier(0.45, 0, 0.55, 1) var(--bh-approach-delay, 0s) none;
}

@media (prefers-reduced-motion: reduce) {
  .approach-numbers > .wp-block-greenshift-blocks-row-column::before,
  .approach-numbers > [class*=gspb_row__col]::before {
    transition: none;
    animation: none;
  }
  .approach-numbers .bh-approach-num.is-lighting {
    animation: none;
  }
}
.bh-contact-form {
  --bh-contact-field-border: #d9dfe1;
  --bh-contact-placeholder: #cbd1d4;
  --bh-contact-error: #b42318;
  width: 100%;
  color: var(--bh-navy);
}
.bh-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 46px);
}
.bh-contact-form__field {
  display: block;
  margin: 0 0 24px;
}
.bh-contact-form__label {
  display: block;
  margin-bottom: 8px;
  color: var(--bh-navy);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.2;
  text-transform: uppercase;
}
.bh-contact-form__optional {
  color: #98a1aa;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.bh-contact-form .wpcf7-form-control-wrap {
  display: block;
}
.bh-contact-form p {
  margin: 0;
}
.bh-contact-form p:empty,
.bh-contact-form br {
  display: none;
}
.bh-contact-form input[type=text],
.bh-contact-form input[type=email],
.bh-contact-form textarea {
  display: block;
  width: 100%;
  margin: 0;
  border: 2px solid var(--bh-contact-field-border);
  border-radius: 0;
  background: var(--bh-white);
  box-shadow: none;
  color: var(--bh-navy);
  font: inherit;
  font-size: 17px;
  line-height: 1.4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.bh-contact-form input[type=text]::placeholder,
.bh-contact-form input[type=email]::placeholder,
.bh-contact-form textarea::placeholder {
  color: var(--bh-contact-placeholder);
  opacity: 1;
}
.bh-contact-form input[type=text]:focus-visible,
.bh-contact-form input[type=email]:focus-visible,
.bh-contact-form textarea:focus-visible {
  border-color: var(--bh-green);
  box-shadow: 0 0 0 3px rgba(23, 130, 88, 0.18);
  outline: 2px solid transparent !important;
}
.bh-contact-form input[type=text].wpcf7-not-valid,
.bh-contact-form input[type=email].wpcf7-not-valid,
.bh-contact-form textarea.wpcf7-not-valid {
  border-color: var(--bh-contact-error);
}
.bh-contact-form input[type=text],
.bh-contact-form input[type=email] {
  min-height: 54px;
  padding: 12px 18px;
}
.bh-contact-form textarea {
  min-height: 220px;
  padding: 16px 18px;
  resize: vertical;
}
.bh-contact-form__actions {
  position: relative;
  margin-top: 0;
}
.bh-contact-form__actions .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 18px;
  margin: -12px 0 0;
}
.bh-contact-form input[type=submit] {
  width: 100%;
  min-height: 62px;
  margin: 0;
  padding: 18px 72px 18px 32px;
  border: 2px solid var(--bh-green);
  border-radius: 0;
  background-color: var(--bh-green);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m22 2-7 20-4-9-9-4Z'/%3E%3Cpath d='M22 2 11 13'/%3E%3C/svg%3E");
  background-position: calc(50% + 106px) 50%;
  background-repeat: no-repeat;
  color: var(--bh-white);
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.bh-contact-form input[type=submit]:hover {
  border-color: var(--bh-navy);
  background-color: var(--bh-navy);
}
.bh-contact-form input[type=submit]:focus-visible {
  border-color: var(--bh-navy);
  box-shadow: 0 0 0 3px var(--bh-white), 0 0 0 6px var(--bh-green);
  outline: 2px solid transparent !important;
}
.bh-contact-form input[type=submit]:active {
  transform: translateY(1px);
}
.bh-contact-form input[type=submit]:disabled {
  cursor: wait;
  opacity: 0.7;
}
.bh-contact-form .wpcf7-not-valid-tip {
  margin-top: 7px;
  color: var(--bh-contact-error);
  font-size: 14px;
  line-height: 1.4;
}
.bh-contact-form .wpcf7-response-output {
  margin: 24px 0 0 !important;
  padding: 14px 18px !important;
  border-width: 2px !important;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .bh-contact-form__field {
    margin-bottom: 18px;
  }
  .bh-contact-form__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .bh-contact-form__label {
    margin-bottom: 8px;
  }
  .bh-contact-form input[type=text],
  .bh-contact-form input[type=email] {
    min-height: 50px;
  }
  .bh-contact-form textarea {
    min-height: 180px;
  }
  .bh-contact-form input[type=submit] {
    min-height: 56px;
    padding-right: 58px;
    padding-left: 24px;
    background-position: calc(50% + 91px) 50%;
    background-size: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bh-contact-form input,
  .bh-contact-form textarea {
    transition: none;
  }
}
.bh-green {
  color: #178258;
}

.bh-light {
  color: #dbf3ec;
}

@media (max-width: 768px) {
  .mobile-reverse .gspb_row__content {
    flex-direction: column-reverse !important;
  }
}

@media (min-width: 960px) {
  #gspb_container-id-gsbp-6cc6ef5 .is-layout-constrained {
    --wp--style--global--content-size: min(1400px, 100%);
  }
  .gsbp-12365fa {
    white-space: nowrap;
  }
}
