:root{
  --bh-blue:#000066;
  --text:#333333;
  --muted:#666666;
  --bg:#ffffff;
  --soft:#F5F6F8;
  --border:#E7E9EE;

  --container:1120px;
  --radius:14px;
  --shadow:0 10px 30px rgba(0,0,0,.08);

  --space-1:8px;
  --space-2:12px;
  --space-3:16px;
  --space-4:24px;
  --space-5:32px;
  --space-6:48px;
  --space-7:72px;
  --space-8:96px;
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; background:var(--bg); color:var(--text); }
img{ max-width:100%; height:auto; display:block; }
a{ color:inherit; text-decoration:none; }
a:hover{ text-decoration:underline; text-underline-offset:3px; }

/* Header / Nav */
.site-header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--border);
}

.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 14px 0;
  gap: 18px;
}

.brand{
  display:flex;
  align-items:center;
  gap: 12px;
  min-width: 220px;
}

.brand img{
  height:60px;
  width:auto;
}

.nav-links{
  display:flex;
  gap: 18px;
  align-items:center;
  font-size:14px;
  color:var(--muted);
}

.nav-links a{ padding:8px 6px; border-radius:10px; }
.nav-links a:hover{ background:rgba(0,0,102,.06); text-decoration:none; color:var(--bh-blue); }

.nav-cta{
  display:flex;
  gap:12px;
  align-items:center;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  border:1px solid var(--bh-blue);
  text-decoration:none;
}

.btn-primary{
  background:var(--bh-blue);
  color:#fff;
}

.btn-outline{
  background:transparent;
  color:var(--bh-blue);
}

/*Mobile fix for top consult button*/
@media (max-width: 520px){
  .nav-cta .btn-primary{
    white-space: nowrap;
    padding: 10px 12px;
    font-size: 13px;
  }
}

/* HERO button overrides (only affects hero) */
/* HERO CTA buttons */
.hero .btn-primary{
  background: rgba(255,255,255,.96);
  color: var(--bh-blue);
  border-color: rgba(255,255,255,.85);
  box-shadow: 0 16px 32px rgba(0,0,0,.22);
}

.hero .btn-primary:hover{
  background:#fff;
  text-decoration:none;
}

.hero .btn-outline{
  color:#fff;
  border-color: rgba(255,255,255,.70);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(6px);
}

.hero .btn-outline:hover{
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.85);
  text-decoration:none;
}

.hero .btn-primary:hover{
  text-decoration:none;
}

.hamburger{
  display:none;
  border:1px solid var(--border);
  background:#fff;
  border-radius: 12px;
  padding:10px 12px;
}

.mobile-menu{
  display:none;
  padding: 0 0 14px 0;
}

.mobile-menu[data-open="true"]{
  display:block;
}

.mobile-menu a{
  display:block;
  padding: 12px 6px;
  color:var(--muted);
}

@media (max-width: 920px){
  .nav-links{ display:none; }
  .hamburger{ display:inline-flex; }
  .nav{ padding: 12px 0; }
}

/* Mobile: keep header clean */
@media (max-width: 520px){
  .nav-cta .btn-primary{
    display:none;
  }
}

/* Footer */
.site-footer{
  border-top:1px solid var(--border);
  padding: var(--space-6) 0;
  color:var(--muted);
  font-size:14px;
}

.footer-inner{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: var(--space-5);
  flex-wrap:wrap;
}

.footer-left strong{
  color:var(--bh-blue);
}

.footer-links{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

/* Cards / Pillars */
.card{
  border:1px solid var(--border);
  border-radius: var(--radius);
  background:#fff;
  padding: var(--space-5);
  box-shadow: 0 0 0 rgba(0,0,0,0);
}

.card p{ color:var(--muted); margin-bottom:0; }

/* Client strip */
.client-strip{
  display:flex;
  gap: 0px;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  padding: 0px 0;
}

.client-strip img{
  height:70px;
  width:auto;
  opacity:.92;
  filter: grayscale(100%);
}
.client-strip img.nw-logo{
  height:92px;          /* +12px from original 80 */
}

.client-strip img:hover{
  opacity:1;
}

/* Hero */
.hero{
  position:relative;
  min-height: 64vh; /* was 78vh */
  display:flex;
  align-items:center;
  color:#fff;
  overflow:hidden;
}

.hero-bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(1200px 700px at 25% 40%, rgba(0,0,102,.55) 0%, rgba(0,0,85,.72) 60%, rgba(0,0,55,.88) 100%),
    linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.28) 100%),
    url("../assets/images/hero-detroit-primary.jpg");
  background-size:cover;
  background-position:center;
  filter: saturate(0.99) contrast(0.85) brightness(0.85);
  transform: scale(1.02);
}

.hero-inner{
  position:relative;
  padding: var(--space-8) 0;
}

.hero h1{
  color:#fff;
  max-width: 18ch;
}

.hero .lede{
  color: rgba(255,255,255,.82);
  max-width: 60ch;
}

.hero-actions{
  display:flex;
  gap: 12px;
  flex-wrap:wrap;
  margin-top: var(--space-4);
}

.hero-divider{
  width: 530px;
  height: 2px;
  background: rgba(255,255,255,.7);
  margin: 22px 0 26px 0;
}

/* Image divider section */
.image-band{
  position:relative;
  padding: var(--space-7) 0; /* instead of fixed height */
  display:flex;
  align-items:center;
  overflow:hidden;
}

.image-band-bg{
  position:absolute;
  inset:0;
  background:
    /* deep navy at edges + controlled center */
    radial-gradient(1200px 700px at 20% 40%,
      rgba(0,0,102,.52) 0%,
      rgba(0,0,85,.74) 55%,
      rgba(0,0,55,.90) 100%
    ),
    /* slight vignette to remove “wash” */
    linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.30) 100%),
    url("../assets/images/detroit-downtown-secondary.jpg");

  background-size:cover;
  background-position:center;
  filter: saturate(.99) contrast(.9) brightness(.95);
}

.image-band-inner{
  position:relative;
  color:#fff;
}

.image-band h2{ color:#fff; }
.image-band p{ color: rgba(255,255,255,.85); max-width: 65ch; }

/* Leadership teaser */
.leader{
  display:flex;
  gap: var(--space-5);
  align-items:flex-start;
}

.leader img{
  width: 180px;
  border-radius: 16px;
  border:1px solid var(--border);
  box-shadow: var(--shadow);
}

@media (max-width: 920px){
  .leader{ flex-direction:column; }
  .leader img{ width: 220px; }
}
.card h3{
  margin-top: 18px;
  margin-bottom: 8px;
}