/* V-CORE structural refinement v13. */
@media (min-width: 1051px) {
  .skin-depth {
    grid-template-rows: 525px auto;
    row-gap: 12px;
    min-height: 0;
    padding-top: 46px;
    padding-bottom: 38px;
  }

  .skin-depth::before {
    top: 80px;
    bottom: 3%;
  }

  .skin-depth-copy {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    padding-top: 34px;
  }

  .skin-depth-copy h2 {
    max-width: 278px;
    margin-bottom: 17px;
    font-size: clamp(25px, 2.15vw, 38px);
    line-height: 1.04;
  }

  .skin-lab-v4 {
    grid-column: 2;
    grid-row: 1;
  }

  .vcore-panel-screen {
    top: 13%;
  }

  .evidence-panel {
    position: relative;
    grid-column: 3;
    grid-row: 1;
    align-self: start;
    padding-top: 54px;
    border-left: 0;
  }

  .evidence-panel::before {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    width: 1px;
    height: 320px;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,.16) 12%, rgba(255,255,255,.16) 88%, transparent);
  }

  .skin-depth > .vcore-evidence-summary {
    position: relative;
    z-index: 9;
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    width: 76%;
    margin: 0 1% 0 0 !important;
    padding: 14px 16px !important;
    border-radius: 14px;
    background:
      radial-gradient(circle at 8% 0%, rgba(209,25,47,.11), transparent 42%),
      linear-gradient(145deg, rgba(15,8,11,.96), rgba(3,3,6,.96));
  }

  .skin-depth > .vcore-evidence-summary > b {
    font-size: 10px;
  }

  .skin-depth > .vcore-evidence-summary > p {
    max-width: none;
    font-size: 10px;
    line-height: 1.55;
  }

  .skin-depth > .vcore-evidence-summary .research-source-grid {
    gap: 8px;
    margin-top: 11px;
  }

  .skin-depth > .vcore-evidence-summary .research-source-grid a {
    min-height: 49px;
    padding: 7px 6px;
  }

  .skin-depth > .vcore-evidence-summary .research-source-grid strong {
    font-size: 12px;
  }

  .skin-depth > .vcore-evidence-summary .research-source-grid span {
    font-size: 6px;
    letter-spacing: .075em;
  }

  .skin-depth > .vcore-evidence-summary .research-context {
    margin-top: 8px;
    font-size: 6.5px;
  }
}

@media (max-width: 1050px) {
  .skin-depth > .vcore-evidence-summary {
    grid-column: 2;
    justify-self: end;
    width: 92%;
    margin: 0 !important;
  }
}

@media (max-width: 600px) {
  .skin-depth > .vcore-evidence-summary {
    grid-column: 1;
    width: calc(100% - 16px);
    margin: 0 8px !important;
  }
}
