/* Bloque hero editorial (referencia Townhouses / crema + piedra + naranja) */

body.g6-brand .wpo-hero-slider-s3 .slide-content .sub-title.g6-hero-subtitle-block {
  max-width: min(100%, 28rem);
  position: relative;
  top: -50px;
  margin-left: 0;
  margin-right: 0;
  padding: 1.35rem 1.5rem 1.5rem;
  background: var(--g6-cream, #e1ded0);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    inset 0 0 0 1px rgba(114, 108, 99, 0.08),
    0 12px 40px rgba(60, 50, 45, 0.12);
}

@media (max-width: 991px) {
  body.g6-brand .wpo-hero-slider-s3 .slide-content .sub-title.g6-hero-subtitle-block {
    top: 0;
    margin-top: 1.25rem;
    max-width: 100%;
  }
}

body.g6-brand .wpo-hero-slider-s3 .slide-content .sub-title.g6-hero-subtitle-block p {
  color: var(--g6-stone, #726c63) !important;
  font-size: clamp(0.9rem, 1.1vw, 1.05rem);
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 1.1rem;
  letter-spacing: 0.01em;
  text-wrap: pretty;
}

body.g6-brand .wpo-hero-slider-s3 .slide-content .sub-title .theme-btn.g6-hero-subtitle-cta,
body.g6-brand .wpo-hero-slider-s3 .slide-content .g6-hero-subtitle-block a.theme-btn {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin-top: 0.25rem;
  margin-bottom: 0;
  padding: 0 0 0.35rem 0;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--g6-stone, #726c63) !important;
  font-family: var(--mariategui-font, "Montserrat", sans-serif) !important;
  font-size: 0.68rem !important;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 3px solid var(--g6-orange, #fe3b1f) !important;
  transition: color 0.2s ease, border-color 0.2s ease, letter-spacing 0.2s ease;
}

body.g6-brand .wpo-hero-slider-s3 .slide-content .sub-title .theme-btn.g6-hero-subtitle-cta:hover,
body.g6-brand .wpo-hero-slider-s3 .slide-content .g6-hero-subtitle-block a.theme-btn:hover {
  background: none !important;
  color: var(--g6-orange, #fe3b1f) !important;
  border-bottom-color: #e23018 !important;
  letter-spacing: 0.18em;
}

body.g6-brand .wpo-hero-slider-s3 .slide-content .sub-title .theme-btn.g6-hero-subtitle-cta:focus-visible,
body.g6-brand .wpo-hero-slider-s3 .slide-content .g6-hero-subtitle-block a.theme-btn:focus-visible {
  outline: 2px solid var(--g6-orange, #fe3b1f);
  outline-offset: 4px;
}
