/* PR-VIBECURB-05 — refinamento isolado da composição da Luma em tablet portrait. */

@media (min-width: 721px)
  and (max-width: 1079px)
  and (orientation: portrait) {

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

  #luma .vb-interpretive-layer__halo {
    inset: 7% 6% 11%;
    background:
      radial-gradient(
        ellipse at 50% 42%,
        rgba(255, 253, 247, .98) 0 54%,
        rgba(242, 236, 221, .96) 74%,
        rgba(242, 236, 221, .78) 100%
      );
  }

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

  #luma .vb-interpretive-layer__actions {
    position: absolute;
    z-index: 3;
    top: clamp(1.5rem, 3vw, 2.25rem);
    right: 1rem;
    bottom: auto;
    left: 1rem;
    display: grid !important;
    grid-template-columns:
      max-content .65rem
      max-content .65rem
      max-content .65rem
      max-content;
    align-items: center;
    justify-content: center;
    column-gap: .26rem;
    row-gap: .22rem;
    transform: translate(5px, -18px);
    text-align: center;
    text-shadow: 0 2px 10px rgba(12, 23, 21, .62);
  }

  #luma .vb-interpretive-layer__actions > span {
    grid-column: 1 / -1;
    font-size: .68rem;
    line-height: 1;
    white-space: nowrap;
  }

  #luma .vb-interpretive-layer__actions b {
    margin: 0;
    font-size: .76rem;
    letter-spacing: .05em;
    line-height: 1;
    white-space: nowrap;
  }

  #luma .vb-interpretive-layer__actions i {
    width: .65rem;
    height: 1px;
    margin: 0;
  }

  #luma .vb-interpretive-layer__core blockquote {
    width: min(760px, calc(100% - 3rem)) !important;
    bottom: 1rem !important;
    padding: 1rem 1.15rem !important;
    background: rgba(12, 23, 21, .4) !important;
    color: #fffdf7 !important;
    box-shadow: 0 12px 30px rgba(12, 23, 21, .32) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    font-size: clamp(1.12rem, 2vw, 1.3rem);
    line-height: 1.32;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .35);
  }
}
