/* Cabecera compartida — El Chiringuito de KoRZoR (hub) */
.hub-hero,
#korzor-header.hub-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #00e5ff;
  box-shadow: 0 4px 32px rgba(0, 229, 255, 0.45);
}

.hub-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url('/assets/hub-hero-bg.jpg?v=1') center center / cover no-repeat;
}

.hub-neon-stars {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hub-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.75rem 1rem 0.65rem;
  text-align: center;
}

.hub-title-wrap {
  margin: 0;
  line-height: 0;
}

.hub-title-link {
  display: block;
  width: min(100%, 920px);
  margin: 0 auto;
  line-height: 0;
  text-decoration: none;
  cursor: pointer;
}

.hub-title-link:hover .hub-title-img {
  filter: brightness(1.08);
}

.hub-title-link:focus-visible {
  outline: 2px solid #00e5ff;
  outline-offset: 4px;
  border-radius: 4px;
}

.hub-title-img {
  display: block;
  width: min(100%, 920px);
  height: auto;
  margin: 0 auto;
  transition: filter 0.2s ease;
}