/* Hub Hero */
.hub-hero {
  position: relative;
  color: #fff;
  display: flex;
  padding: 2rem 1.4rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

/* Content container */
.hub-hero__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}

/* Typography — sized to match your banner vibe */
.hub-hero__title {
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.05;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.hub-hero__subhead {
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  font-size: clamp(1.3rem, 2.8vw, 2rem);
  opacity: .95;
}

/* Optional: bigger vertical rhythm on wider screens */
@media (min-width: 960px) {
   }
}
