/* Complete V-CORE editorial rebuild v14. */
@media (min-width: 1051px) {
  .skin-depth {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: clamp(500px, 33vw, 550px) auto;
    align-items: stretch;
    gap: 22px;
    min-height: 0;
    padding: 0 3% 58px;
    overflow: hidden;
    background:
      radial-gradient(circle at 50% 31%, rgba(129, 4, 20, .15), transparent 30%),
      linear-gradient(180deg, #020305, #060204 60%, #020305);
  }

  .skin-depth::before {
    display: none;
  }

  .skin-lab-v4 {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.085);
    border-radius: 0 0 26px 26px;
    background: transparent;
    box-shadow:
      inset 0 -1px rgba(255,255,255,.025),
      0 30px 75px rgba(0,0,0,.38);
  }

  .vcore-clean-visual {
    overflow: hidden;
  }

  .vcore-clean-visual > img {
    top: 0;
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
  }

  .skin-lab-v4:hover .vcore-clean-visual > img {
    transform: translateX(-50%) scale(1.012);
  }

  .vcore-panel-screen {
    top: 0;
    left: 50%;
    width: clamp(64px, 5.8vw, 92px);
    height: clamp(108px, 8.45vw, 137px);
    transform: translateX(-50%) rotate(180deg);
    border-radius: 0 0 5px 5px;
  }

  .skin-depth.is-active .vcore-panel-screen {
    transform: translateX(-50%) rotate(180deg);
  }

  .vcore-panel-screen > span {
    font-size: clamp(7px, .52vw, 9px);
  }

  .vcore-panel-screen > small {
    font-size: clamp(4px, .3vw, 5px);
  }

  .vcore-panel-screen > b {
    font-size: clamp(8px, .58vw, 10px);
  }

  .vcore-layer-rail span {
    left: 20%;
  }

  .vcore-layer-rail span::after {
    width: 46px;
  }

  .vcore-layer-rail span::before {
    left: calc(91% + 42px);
  }

  .skin-depth-copy,
  .skin-depth > .vcore-evidence-summary,
  .evidence-panel {
    grid-row: 2;
    align-self: stretch;
    width: auto;
    min-width: 0;
    margin: 0 !important;
    padding: 24px 25px !important;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 18px;
    background:
      linear-gradient(145deg, rgba(255,255,255,.026), rgba(255,255,255,.008)),
      rgba(2,2,5,.72);
    box-shadow: inset 0 1px rgba(255,255,255,.025);
  }

  .skin-depth-copy {
    grid-column: 1;
    max-width: none;
  }

  .skin-depth-copy h2 {
    max-width: none;
    margin: 14px 0 15px;
    font-size: clamp(27px, 2vw, 34px);
    line-height: 1.06;
  }

  .skin-depth-copy > p:not(.kicker) {
    max-width: 390px;
    font-size: 11px;
    line-height: 1.75;
  }

  .research-note {
    max-width: none;
    margin-top: 20px;
    padding: 15px 0 0 17px;
  }

  .research-note span {
    font-size: 9px;
  }

  .research-note p {
    margin-top: 8px;
    font-size: 10.5px;
    line-height: 1.65;
  }

  .skin-depth > .vcore-evidence-summary {
    grid-column: 2;
  }

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

  .skin-depth > .vcore-evidence-summary > p {
    margin-top: 12px;
    font-size: 11px;
    line-height: 1.65;
  }

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

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

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

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

  .skin-depth > .vcore-evidence-summary .research-context {
    margin-top: 13px;
    font-size: 7px;
    line-height: 1.55;
  }

  .evidence-panel {
    position: relative;
    grid-column: 3;
    border-left: 1px solid rgba(255,255,255,.075);
  }

  .evidence-panel::before {
    display: none;
  }

  .evidence-panel h3 {
    margin: 12px 0 14px;
    font-size: clamp(21px, 1.55vw, 27px);
  }

  .vcore-benefits {
    grid-template-columns: 1fr 1fr;
    gap: 0 12px !important;
  }

  .vcore-benefit {
    min-height: 78px;
    padding: 10px 0;
  }

  .vcore-benefit > span {
    font-size: 8px !important;
  }

  .vcore-benefit small {
    font-size: 7.5px;
  }
}

@media (max-width: 1050px) {
  .vcore-panel-screen {
    top: 0;
  }
}

@media (max-width: 600px) {
  .skin-depth {
    padding-top: 0;
  }

  .skin-lab-v4 {
    border-radius: 0 0 20px 20px;
  }

  .vcore-panel-screen {
    top: 0;
    width: 46px;
    height: 70px;
    transform: translateX(-50%) rotate(180deg);
  }

  .skin-depth.is-active .vcore-panel-screen {
    transform: translateX(-50%) rotate(180deg);
  }

  .vcore-clean-visual > img {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .skin-lab-v4:hover .vcore-clean-visual > img {
    transform: translateX(-50%) scale(1.01);
  }

  .vcore-layer-rail span:nth-child(1) { top: 29%; }
  .vcore-layer-rail span:nth-child(2) { top: 36.5%; }
  .vcore-layer-rail span:nth-child(3) { top: 44.5%; }
}
