#estudio.wpo-about-section-s3 .about-wrap {
  align-items: center;
}

/* Barra naranja inferior (misma lógica que las tarjetas editoriales) */
#estudio.wpo-about-section-s3 .about-wrap .content {
  position: relative;
}

#estudio.wpo-about-section-s3 .about-wrap .content::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(36%, 11.25rem);
  height: 5px;
  background: var(--g6-orange, #fe3b1f);
  z-index: 1;
  pointer-events: none;
}

/* Contenedor de acciones: siempre visibles, alineado al estilo G6 (pill, espaciado, responsive) */
#estudio.wpo-about-section-s3 .about-wrap .content .about-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(0.75rem, 2vw, 1.15rem) clamp(0.75rem, 2.5vw, 1.5rem);
  margin-top: clamp(1.75rem, 4vw, 2.75rem);
}

#estudio.wpo-about-section-s3 .about-wrap .content .about-btn .theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.65rem 1.4rem 0.6rem !important;
  border-radius: 999px;
  font-size: clamp(0.8rem, 0.95vw, 0.95rem) !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2 !important;
  max-width: 100%;
}

/* .rolling-text = dos bloques clonados para hover; sin overflow+altura fija se ven letras duplicadas */
#estudio.wpo-about-section-s3 .about-wrap .content .about-btn .theme-btn .rolling-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  height: 1.35em;
  line-height: 1.35em;
  text-align: center;
}

#estudio.wpo-about-section-s3 .about-wrap .content .video-wrap {
  display: flex !important;
  align-items: center;
  margin-left: 0;
  margin-top: 0;
  flex: 0 1 auto;
  min-width: 0;
  gap: 0.65rem 0.85rem;
  padding: 0.25rem 0;
}

#estudio.wpo-about-section-s3 .about-wrap .content .video-wrap .video-holder {
  flex-shrink: 0;
}

#estudio.wpo-about-section-s3 .about-wrap .content .video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(3rem, 7vw, 3.4rem);
  height: clamp(3rem, 7vw, 3.4rem);
  min-width: 3rem;
  min-height: 3rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 0;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.15s ease;
}

#estudio.wpo-about-section-s3 .about-wrap .content .video-btn svg {
  width: 0.9rem;
  height: auto;
  display: block;
}

#estudio.wpo-about-section-s3 .about-wrap .content .video-btn:hover,
#estudio.wpo-about-section-s3 .about-wrap .content .video-btn:focus-visible {
  background: var(--g6-cream, #e1ded0) !important;
  border-color: var(--g6-accent, #fe3b1f) !important;
  transform: scale(1.04);
  outline: none;
}

#estudio.wpo-about-section-s3 .about-wrap .content .video-wrap span {
  display: block;
  padding-left: 0;
  line-height: 1.35;
  font-size: clamp(0.75rem, 0.9vw, 0.88rem);
  max-width: 11rem;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  #estudio.wpo-about-section-s3 .about-wrap .content .video-wrap span {
    max-width: 14rem;
  }
}

@media (max-width: 1199.98px) {
  #estudio.wpo-about-section-s3 .about-wrap .content .about-btn {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  #estudio.wpo-about-section-s3 .about-wrap .content .about-btn {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  #estudio.wpo-about-section-s3 .about-wrap .content .about-btn .theme-btn {
    width: 100%;
    min-height: 3rem;
  }

  #estudio.wpo-about-section-s3 .about-wrap .content .about-btn .video-wrap {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }

  #estudio.wpo-about-section-s3 .about-wrap .content .video-wrap span {
    max-width: 100%;
    text-align: center;
  }
}

#estudio.wpo-about-section-s3 .about-wrap .image {
  position: relative;
  overflow: hidden;
  max-width: 520px;
  max-height: 800px;
  width: 100%;
  margin-bottom: 30px;
  flex-shrink: 0;
  aspect-ratio: 13 / 18;
  height: auto;
}

#estudio.wpo-about-section-s3 .about-wrap .image picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#estudio.wpo-about-section-s3 .about-wrap .image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 1599px) {
  #estudio.wpo-about-section-s3 .about-wrap .image {
    max-width: 470px;
  }
}

@media (max-width: 1399px) {
  #estudio.wpo-about-section-s3 .about-wrap .image {
    max-width: 350px;
  }
}

@media (min-width: 1200px) {
  #estudio.wpo-about-section-s3 .about-wrap {
    min-height: 0;
  }

  #estudio.wpo-about-section-s3 .about-wrap .image {
    margin-bottom: 0;
  }

  #estudio.wpo-about-section-s3 .about-wrap .content {
    min-width: 0;
  }
}

@media (max-width: 1199px) {
  #estudio.wpo-about-section-s3 .about-wrap .image {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  #estudio.wpo-about-section-s3 .about-wrap .image {
    aspect-ratio: 4 / 3;
    max-height: 360px;
  }
}
