/*
  Paṇatā v2.0.0 RC5.3 — Homepage Equation Lock
  Surgical scope: the homepage "Value delivered = Value perceived" composition only.
  No other page, section, spacing, typography, navigation, Turnstile, or Begin Reading rule is changed.
*/

body.publication-home .v2-home-art {
  position: relative !important;
  overflow: hidden !important;
}

/* Lock the complete equation to the manuscript panel, not to the full artwork. */
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 0 auto auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 20 !important;

  display: grid !important;
  grid-template-rows: auto auto auto !important;
  place-items: center !important;
  align-content: center !important;

  width: 31.5% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 220px !important;
  margin: 0 !important;
  padding: 20px 10px !important;
  gap: 20px !important;

  color: #6f4f28 !important;
  background: transparent !important;
  opacity: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
  pointer-events: none !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.55) !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: #6f4f28 !important;
  font-family: var(--serif, Georgia, serif) !important;
  font-size: clamp(15px, 1.08vw, 19px) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  opacity: 1 !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: #6f4f28 !important;
  font-family: var(--serif, Georgia, serif) !important;
  font-size: clamp(17px, 1.18vw, 21px) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  opacity: 1 !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 {
    width: 32.5% !important;
    height: 190px !important;
    gap: 16px !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: 13px !important;
    letter-spacing: .17em !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 {
    width: 35% !important;
    height: 150px !important;
    padding: 10px 4px !important;
    gap: 11px !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: 10px !important;
    letter-spacing: .11em !important;
  }

  body.publication-home .v2-home-art > figcaption > i,
  body.publication-home .v2-home-art > figcaption .rc5-equation-sign {
    font-size: 13px !important;
  }
}
