/* PR-VIBECURB-07 · Gate 5.3 — composição estável da Luma em tablet landscape intermediário. */

/*
 * Faixa entre o landscape baixo e o desktop completo. O recorte cobre os
 * viewports 1024 × 768 e 1079 × 810 sem alterar mobile, portrait ou desktop.
 */
@media (min-width: 901px) and (max-width: 1079px) and (min-height: 521px) and (orientation: landscape) {
  #luma .vb-interpretive-layer__table {
    grid-template-columns: minmax(0, 1fr);
  }

  #luma .vb-interpretive-layer__core {
    min-height: clamp(540px, 57vw, 610px);
    padding: 0;
    isolation: isolate;
  }

  #luma .vb-interpretive-layer__halo {
    inset: 8% 8% 12%;
    background: rgba(255, 253, 247, .98);
  }

  #luma .vb-interpretive-layer__core img.vb-luma-asset {
    left: 59%;
    top: 7%;
    height: 154%;
  }

  #luma .vb-interpretive-layer__actions {
    top: calc(1rem - 10px) !important;
    right: 1rem !important;
    bottom: auto !important;
    left: 1rem !important;
    transform: none !important;
  }

  #luma .vb-interpretive-layer__core blockquote {
    right: auto !important;
    bottom: 1rem !important;
    left: 50% !important;
    width: min(720px, calc(100% - 2.5rem)) !important;
    transform: translateX(-50%) !important;
  }
}