/* PR-VIBECURB-06 · Etapa 15 — composição da Luma em mobile landscape baixo. */

/*
 * O recorte atua apenas em telas horizontais com pouca altura. Mobile portrait,
 * tablet portrait e desktop continuam sob os contratos já aprovados.
 */
@media (max-width: 1080px) and (max-height: 520px) and (orientation: landscape) {
  #luma .vb-interpretive-layer__core {
    min-height: 430px !important;
  }

  /* Reserva uma faixa teal acima do halo para a leitura “Luma relaciona”. */
  #luma .vb-interpretive-layer__halo {
    inset: 3.65rem 5% 6% 12% !important;
    background-color: rgba(242, 236, 221, .96) !important;
    background:
      radial-gradient(
        ellipse at 50% 40%,
        rgba(255, 253, 247, .99) 0 50%,
        rgba(242, 236, 221, .97) 72%,
        rgba(242, 236, 221, .92) 100%
      ) !important;
  }

  #luma .vb-interpretive-layer__actions {
    top: .55rem !important;
    right: .8rem !important;
    bottom: auto !important;
    left: .8rem !important;
    transform: none !important;
    text-shadow: 0 2px 8px rgba(6, 35, 33, .78) !important;
  }

  #luma .vb-interpretive-layer__core img.vb-luma-asset {
    left: 57% !important;
    top: 11% !important;
    height: 168% !important;
  }
}
