/* V-CORE mobile composition, transparent visual integration and compact footer v18. */

.vcore-clean-visual,
.skin-lab-v4 {
  background: transparent !important;
}

.vcore-clean-visual > img {
  mix-blend-mode: screen;
}

footer {
  grid-template-columns: minmax(230px, 1.55fr) minmax(130px, .7fr) minmax(190px, 1fr);
  gap: clamp(28px, 4vw, 52px);
  padding-top: 46px;
  padding-bottom: 42px;
}

footer > p {
  margin: 0;
}

@media (max-width: 700px) {
  .skin-depth {
    gap: 14px;
  }

  .skin-depth-copy {
    order: 1;
    width: calc(100% - 16px);
    margin: 0 8px 2px !important;
    padding: 22px 18px 20px !important;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 18px;
    background:
      radial-gradient(circle at 8% 0%, rgba(23,87,181,.09), transparent 38%),
      linear-gradient(145deg, rgba(255,255,255,.026), rgba(255,255,255,.008)),
      rgba(2,3,6,.76);
    box-shadow: inset 0 1px rgba(255,255,255,.025);
  }

  .skin-depth-copy .kicker {
    display: block;
    margin: 0 0 15px;
    line-height: 1.5;
  }

  .skin-depth-copy h2 {
    margin: 0 0 18px;
    font-size: clamp(26px, 7.8vw, 31px);
    line-height: 1.04;
  }

  .skin-depth-copy > p:not(.kicker) {
    margin-bottom: 0;
  }

  .research-note {
    margin-top: 20px;
  }

  .skin-lab-v4 {
    order: 2;
    height: clamp(312px, 84vw, 338px);
    min-height: clamp(312px, 84vw, 338px);
    margin-top: 0;
    border-top-color: rgba(255,255,255,.045);
  }

  .skin-depth > .vcore-evidence-summary {
    order: 3;
    width: calc(100% - 16px);
    margin: -8px 8px 0 !important;
  }

  .evidence-panel {
    order: 4;
  }

  footer {
    grid-template-columns: minmax(0, 1.15fr) minmax(110px, .85fr);
    gap: 22px 26px;
    padding: 30px 24px 27px;
  }

  footer .footer-identity {
    grid-column: 1;
    align-self: start;
  }

  footer > div:nth-of-type(2) {
    grid-column: 2;
    align-self: start;
  }

  footer > p {
    grid-column: 1 / -1;
    padding-top: 17px;
    border-top: 1px solid rgba(255,255,255,.07);
    line-height: 1.6;
  }
}
