/* Meet your guide — final light editorial profile */
.mentor { position: relative; width: 100%; overflow: hidden; }
body[data-mentor-version="2"] .mentor {
  min-height: 1050px;
  padding: clamp(95px,10vw,150px) max(4vw,calc((100vw - 1480px) / 2));
  display: grid;
  grid-template-columns: repeat(12,minmax(0,1fr));
  align-items: center;
  color: #181716;
  background: #f3eadf;
}
body[data-mentor-version="2"] .mentor::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image: linear-gradient(rgba(247,178,181,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(247,178,181,.06) 1px,transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(115deg,#000,transparent 70%);
}
body[data-mentor-version="2"] .mentor__photo {
  z-index: 1;
  grid-column: 6 / 13;
  grid-row: 1;
  min-height: 800px;
  box-shadow: 18px 18px 0 var(--accent-button);
}
body[data-mentor-version="2"] .mentor__photo img { filter: saturate(.75) sepia(.05); }
body[data-mentor-version="2"] .mentor__photo::after { background: linear-gradient(to top,rgba(24,23,22,.72),transparent 48%); }
body[data-mentor-version="2"] .mentor__photo .script {
  right: 7%;
  bottom: 45px;
  left: 17%;
  color: #f8dce4;
  font-size: clamp(34px,3.7vw,58px);
  text-align: right;
  transform: rotate(-3deg);
}
body[data-mentor-version="2"] .mentor__copy {
  position: relative;
  z-index: 3;
  grid-column: 1 / 7;
  grid-row: 1;
  align-self: center;
  margin-right: -45px;
  padding: clamp(55px,6vw,90px);
  background: rgba(252,249,244,.97);
  border: 1px solid #1c1918;
  box-shadow: 12px 12px 0 var(--accent-text);
}
body[data-mentor-version="2"] .mentor__copy .section-index { color: var(--accent-button); }
body[data-mentor-version="2"] .mentor__copy h2 {
  margin: 28px 0 25px;
  color: #181716;
  font-size: clamp(68px,8vw,122px);
  line-height: .75;
}
body[data-mentor-version="2"] .mentor__copy h2 em { color: var(--accent-button); }
body[data-mentor-version="2"] .mentor__copy > p {
  max-width: 620px;
  color: #615650;
  font-size: 13px;
  line-height: 1.75;
}
body[data-mentor-version="2"] .mentor__copy blockquote {
  margin: 38px 0 0;
  padding: 27px 0 0;
  color: #181716;
  border-top: 2px solid #181716;
  font-family: var(--serif);
  font-size: clamp(22px,2vw,31px);
  line-height: 1.16;
}

@media (max-width: 800px) {
  body[data-mentor-version="2"] .mentor {
    min-height: 0;
    padding: 90px 16px 110px;
    grid-template-columns: 1fr;
  }
  body[data-mentor-version="2"] .mentor__photo {
    grid-column: 1;
    grid-row: 1;
    min-height: 590px;
    box-shadow: 8px 8px 0 var(--accent-button);
  }
  body[data-mentor-version="2"] .mentor__photo .script {
    right: 20px;
    left: 20px;
    font-size: 37px;
  }
  body[data-mentor-version="2"] .mentor__copy {
    grid-column: 1;
    grid-row: 2;
    margin: -35px 12px 0;
    padding: 48px 24px;
  }
  body[data-mentor-version="2"] .mentor__copy h2 { font-size: 72px; }
}