/*
  Paṇatā v2.0.0 RC5.2 — Homepage Surgical Correction
  Scope: homepage equation and Begin Reading position only.
  Philosophy, Manifesto, Research, Journal, Challenge and Turnstile are untouched.

  Important: the live homepage body class is `publication-home`.
  RC5.1 used `body.v2-home`, so its two homepage rules never matched.
*/

/* Keep Value delivered = Value perceived together, inside the manuscript edge. */
body.publication-home .v2-home-art {
  position: relative !important;
}

body.publication-home .v2-home-art > figcaption,
body.publication-home .v2-home-art > figcaption.rc5-value-equation,
body.publication-home .v2-home-art > figcaption.rc5-1-home-equation {
  position: absolute !important;
  inset: auto clamp(24px, 3vw, 54px) auto auto !important;
  top: 50% !important;
  z-index: 6 !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 220px !important;
  max-width: 300px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 18px 20px !important;
  gap: 15px !important;
  color: #715936 !important;
  opacity: 1 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  letter-spacing: normal !important;
  line-height: normal !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.38) !important;
  background: transparent !important;
}

body.publication-home .v2-home-art > figcaption > span,
body.publication-home .v2-home-art > figcaption.rc5-value-equation > span,
body.publication-home .v2-home-art > figcaption.rc5-1-home-equation > span {
  position: static !important;
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font-family: var(--serif, Georgia, serif) !important;
  font-size: clamp(14px, 1.08vw, 18px) !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: .19em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

body.publication-home .v2-home-art > figcaption > i,
body.publication-home .v2-home-art > figcaption .rc5-equation-sign {
  position: static !important;
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font-family: var(--serif, Georgia, serif) !important;
  font-size: clamp(16px, 1.2vw, 20px) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* Pull Begin Reading upward into the closing rhythm of the hero copy. */
body.publication-home .v2-home-hero .turn-page {
  position: relative !important;
  z-index: 7 !important;
  margin-top: -112px !important;
  margin-bottom: 34px !important;
  transform: none !important;
}

@media (max-width: 1100px) {
  body.publication-home .v2-home-art > figcaption,
  body.publication-home .v2-home-art > figcaption.rc5-value-equation,
  body.publication-home .v2-home-art > figcaption.rc5-1-home-equation {
    right: 28px !important;
  }

  body.publication-home .v2-home-hero .turn-page {
    margin-top: -72px !important;
  }
}

@media (max-width: 760px) {
  body.publication-home .v2-home-art > figcaption,
  body.publication-home .v2-home-art > figcaption.rc5-value-equation,
  body.publication-home .v2-home-art > figcaption.rc5-1-home-equation {
    right: 12px !important;
    min-width: 170px !important;
    padding: 14px 10px !important;
    gap: 10px !important;
  }

  body.publication-home .v2-home-art > figcaption > span,
  body.publication-home .v2-home-art > figcaption.rc5-value-equation > span,
  body.publication-home .v2-home-art > figcaption.rc5-1-home-equation > span {
    font-size: 12px !important;
    letter-spacing: .14em !important;
  }

  body.publication-home .v2-home-hero .turn-page {
    margin-top: 18px !important;
    margin-bottom: 0 !important;
  }
}
