/* ========================================
   LOGO DE TEXTO
======================================== */
.balboa-logo-scroll {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-family: inherit;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.045em;
  text-decoration: none;
  white-space: nowrap;
}

.balboa-logo-scroll:hover,
.balboa-logo-scroll:focus {
  color: #ffffff;
  text-decoration: none;
}

/* Letras que permanecen fijas */
.balboa-logo-scroll__fija {
  display: inline-block;
  line-height: 1;
}

/* ========================================
   VENTANA DE LA O
======================================== */
.balboa-logo-scroll__ventana {
  position: relative;
  display: inline-block;
  flex: 0 0 0.62em;
  width: 0.62em;
  height: 45px;
  overflow: hidden;
  /* Ajusta este valor si la "o" queda ligeramente alta o baja. */
  transform: translateY(0.05em);
}

.white .balboa-logo-scroll__ventana{height: 28px!important;}

/* Pista vertical con las tres letras */
.balboa-logo-scroll__pista {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, -1em, 0);
  will-change: transform;
}

/* Cada una de las letras */
.balboa-logo-scroll__letra {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 51px;
  font: inherit;
  line-height: 1;
}
.white .balboa-logo-scroll__letra { height: 28px!important;}

/* Texto para lectores de pantalla */
.balboa-logo-scroll__accesible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* Evita que el tema recorte el logo */
.site-header,
.site-header .wrap {
  overflow: visible;
}

/* ========================================
   TABLET
======================================== */
@media screen and (max-width: 1024px) {
  .balboa-logo-scroll {
    font-size: 48px;
  }
}

/* ========================================
   MÓVIL
======================================== */
@media screen and (max-width: 767px) {
  .balboa-logo-scroll {
    font-size: 38px;
  }
}

/* Movimiento reducido */
@media (prefers-reduced-motion: reduce) {
  .balboa-logo-scroll__pista {
    transform: translate3d(0, -1em, 0) !important;
  }
}
