
/* ---- Video showcase sections (CBRE demo) ---- */
.site-section--showcase,
.site-section--drone {
  position: relative;
  background: #012A2D;
  padding: 0;
  margin: 0;
}
.showcase-frame {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.showcase-frame video,
.drone-frame video {
  display: block;
  width: 100%;
  height: auto;
  background: #012A2D;
}
.showcase-label {
  position: absolute;
  top: 24px;
  left: 32px;
  z-index: 2;
  color: #CAD1D3;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-family: 'Space Mono', monospace, monospace;
}
.showcase-sound {
  position: absolute;
  bottom: 20px;
  right: 28px;
  z-index: 3;
  background: rgba(0, 63, 45, 0.85);
  color: #17E88F;
  border: 1px solid #17E88F;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: 0.14em;
  padding: 8px 14px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: inherit;
  transition: background 0.2s;
}
.showcase-sound:hover { background: #003F2D; }
.site-section--drone { border-top: 1px solid rgba(23,232,143,0.25); }
