:root{
  --bh-navy:#061523;
  --bh-navy-soft:#10263a;
  --bh-orange:#f48a0b;
  --bh-gold:#ffc15a;
  --bh-morning:#fff7ea;
  --bh-white:#fff;
  --bh-ink:#101722;
  --bh-muted:#627084;
  --bh-border:#dde5ee;
  --bh-shadow:0 18px 50px rgba(6,21,35,.14);
  --bh-radius:8px;
}

body{
  margin:0;
  background:var(--bh-white);
  color:var(--bh-ink);
}

.bh-nexus-header{
  position:sticky;
  top:0;
  z-index:50;
  background:linear-gradient(90deg,#061523,#0d1f31);
  color:#fff;
  box-shadow:0 12px 35px rgba(6,21,35,.22);
}

.bh-nexus-header__inner{
  min-height:76px;
  padding:0 24px;
}

.bh-nexus-brand{
  gap:12px;
  align-items:center;
}

.bh-nexus-brand__title a,
.bh-nexus-brand__title{
  color:#fff;
  text-decoration:none;
  letter-spacing:0;
  font-size:1.25rem;
}

.bh-nexus-nav a{
  color:#fff;
  text-decoration:none;
  font-size:.92rem;
}

.bh-nexus-nav a:hover{
  color:var(--bh-gold);
}

.bh-page-shell{
  max-width:1280px;
  padding-left:24px;
  padding-right:24px;
}

.bh-nexus-footer{
  background:radial-gradient(circle at 20% 0%,rgba(244,138,11,.16),transparent 30%),linear-gradient(135deg,#061523,#0b1d2e);
  color:#fff;
  padding:56px 24px 26px;
}

.bh-nexus-footer a{
  color:#fff;
}

.bh-nexus-footer p{
  color:rgba(255,255,255,.78);
}

.bh-nexus-footer h3{
  font-size:.9rem;
  text-transform:uppercase;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
select{
  border:1px solid var(--bh-border);
  border-radius:8px;
  padding:12px 14px;
  font:inherit;
  color:var(--bh-ink);
  background:#fff;
}

button,
.wp-block-button__link{
  border-radius:8px;
}

@media (max-width: 760px){
  .bh-nexus-header__inner{
    min-height:auto;
    padding:16px;
    gap:14px;
  }
}
