/* A quiet matte frame, with complete photographs arranged into editorial compositions. */
.pvn-site .pvn-profile-detail.pvgp-profile {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
}
.pvn-site .pvgp-profile > .pvgp-surface,
.pvn-site .pvgp-profile > .pvn-profile-info { position: sticky; top: var(--pvgp-sticky-top, 116px); min-width: 0; }
.pvn-site .pvgp-surface {
  padding: clamp(10px, 1.4vw, 22px);
  border: 1px solid #b9985740;
  border-radius: 14px;
  background: linear-gradient(145deg, #17130d, #0b0a08 38%);
  box-shadow: 0 14px 44px #0004;
}
.pvn-site .pvgp-heading { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin: 0 0 14px; }
.pvn-site .pvgp-title { color: #ecd6a8; font: 400 clamp(1.15rem, 1.8vw, 1.55rem)/1.2 Georgia, serif; }
.pvn-site .pvgp-count { color: #c4ae85; font: 600 .65rem/1.4 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.pvn-site .pvirs-gallery-expanded .pvn-gallery-thumbs.pvgp-gallery { display: flex; flex-direction: column; align-items: stretch; gap: var(--pvgp-gap, 12px); min-width: 0; margin: 0; }
.pvn-site .pvgp-gallery > .pvgp-block { position: relative; width: 100%; min-width: 0; }
.pvn-site .pvgp-block > a {
  display: block; position: absolute; min-width: 0; min-height: 0; max-width: none; max-height: none; aspect-ratio: auto; box-sizing: border-box;
  margin: 0; padding: 0; border: 0; border-radius: 0;
  background: #0b0a08; box-shadow: 0 0 0 1px #f6e3b51a;
  cursor: zoom-in; line-height: 0;
}
.pvn-site .pvgp-gallery .pvgp-block > a > img { display: block; width: 100%; height: 100%; min-height: 0; max-height: none; aspect-ratio: auto; object-fit: contain; transform: none; border-radius: 0; }
.pvn-site .pvgp-block > a:is(:hover, :focus-visible) { outline: 2px solid #e8c474; outline-offset: 2px; z-index: 1; }
.pvn-site .pvgp-surface .pvgp-hint { margin: 13px 0 0; color: #b8ad98; font: 400 .7rem/1.5 Arial, sans-serif; text-align: center; }
.pvn-site .pvgp-surface .pvn-gallery-videos { padding-top: 16px; margin-top: 16px; border-top: 1px solid #b9985733; }
.pvn-site .pvgp-profile .pvgp-empty { display: none; }
@media (max-width: 1050px) {
  .pvn-site .pvn-profile-detail.pvgp-profile { grid-template-columns: minmax(0, 1fr); gap: 1.75rem; }
  .pvn-site .pvgp-profile > .pvgp-surface,
  .pvn-site .pvgp-profile > .pvn-profile-info { position: static; }
}
@media (max-width: 540px) {
  .pvn-site .pvgp-surface { padding: 10px; border-radius: 10px; }
  .pvn-site .pvgp-heading { margin-bottom: 11px; }
}
