html { scroll-behavior: smooth; }
body.diamond-defense-site { margin: 0; }
.reference-cta {
  background-image: url("../images/dd-hero.png") !important;
}
.site-header { z-index: 999; }
.site-header .menu-button { cursor: pointer; }
#direct-contact { scroll-margin-top: 110px; }
.babs-energy-section {
  color: #fff;
  background: linear-gradient(110deg, #03101d 0%, #0a2745 100%);
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  padding: 82px 0 76px;
}
.babs-energy-inner { display: grid; gap: 34px; }
.babs-energy-copy {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: end;
  gap: 70px;
}
.babs-energy-copy h2 {
  margin: 0;
  max-width: 670px;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.babs-energy-copy > p:not(.eyebrow) {
  color: #c6d6e5;
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
}
.babs-energy-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255,255,255,.2);
}
.babs-energy-stats article {
  min-height: 166px;
  padding: 28px 34px;
  border-right: 1px solid rgba(255,255,255,.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.babs-energy-stats article:last-child { border-right: 0; }
.babs-energy-stats strong {
  color: #168fdf;
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  line-height: 1;
  letter-spacing: -.045em;
}
.babs-energy-stats span {
  margin-top: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
  font-weight: 800;
}
.babs-energy-note {
  color: #aebfce;
  margin: -12px 0 0;
  font-size: 12px;
  line-height: 1.55;
}
@media (max-width: 980px) {
  .babs-energy-copy { grid-template-columns: 1fr; gap: 22px; }
  .site-header.is-open .nav-shell { position: relative; }
  .site-header.is-open nav {
    display: flex !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 20px 18px;
    background: #020b16;
    border-top: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 18px 40px rgba(0,0,0,.35);
  }
  .site-header.is-open nav a {
    display: block;
    padding: 13px 4px;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
}
@media (max-width: 640px) {
  .babs-energy-section { padding: 62px 0 58px; }
  .babs-energy-stats { grid-template-columns: 1fr; }
  .babs-energy-stats article {
    min-height: 132px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
  }
  .babs-energy-stats article:last-child { border-bottom: 0; }
}
@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}
