/* =========================================================
   BARKER PUBLISHING HOUSE - /editions/ page styles
   Composes the golden-shelf bk-* components (golden.css §15).
   ========================================================= */

/* Market rows breathe under their heading */
.bk-rows { margin-top: 1rem; }
.center-block { display: block; text-align: center; }

/* Tier ledgers: keep the price rows tight inside cards */
.bk-tier .bk-ledger { margin-bottom: 0.9rem; }
.bk-tier .btn { margin-top: 0.4rem; }

/* The $17,700 stack ledger */
.bk-stack { max-width: 720px; margin: 0 auto; }
.bk-stack .bk-li { display: flex; align-items: baseline; justify-content: space-between; gap: 1.4rem; }
.bk-stack .bk-li b { font-family: var(--font-display); font-size: 1.35rem; font-weight: 400; color: var(--ember-600); font-variant-numeric: tabular-nums; white-space: nowrap; }
.bk-stack .bk-stack-total { border-top: 1px solid var(--line); border-bottom: 0; padding-top: 1.2rem; margin-top: 0.3rem; }
.bk-stack .bk-stack-total b { color: var(--ink-950); font-size: 1.7rem; }

/* Proof split: review card beside its context */
.ed-proof { display: grid; grid-template-columns: minmax(0, 560px) 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.ed-proof-copy h2 { max-width: 18ch; }

@media (max-width: 900px) {
  .ed-proof { grid-template-columns: 1fr; }
  .ed-proof-copy h2 { max-width: none; }
}
