/* श्रुतधारा — print/PDF stylesheet. Rule: screen = stone, PRINT = PAPER.
   Applied by granth pages via media="print" and by the CI PDF pass. */

@page {
  size: A4;
  margin: 18mm 16mm 20mm;
}

@media print {
  :root, :root[data-theme="dark"], :root[data-theme="light"] {
    --stone-0:#f4ecd9; --stone-1:#f4ecd9; --stone-2:#eee3ca; --stone-3:#e7dabc;
    --edge:#c9b98d; --hairline:#c9b98d;
    --etch:#26221b; --etch-dim:#6d6350;
    --gold-1:#8a6420; --gold-2:#8a6420; --gold-3:#6b4d15; --gold:#8a6420;
    --kumkum:#a03414; --patina:#1e6f5c;
    --carve-hi:transparent; --carve-lo:transparent;
  }
  body { background: #f4ecd9 !important; font-size: 12pt; }
  .site-head, .site-foot, .btns, .tools, .scrub, .searchbox, .hits { display: none !important; }
  .gpage { padding: 0; max-width: none; }
  .gpage .gvein { display: none; }
  .gpage h1 { font-size: 30pt; }
  .gpage .translit-line { display: block; }
  .gpage .prose p { font-size: 10.5pt; line-height: 1.9; text-align: justify; }
  .lang-en { display: none; }
  .paath { padding: 0; max-width: none; }
  .paath .verse { font-size: 12pt; line-height: 2; break-inside: avoid; }
  .paath .attrib { font-size: 8pt; }
  .paath .btns { display: none !important; }
  .inlay { background: none; -webkit-background-clip: initial; background-clip: initial; color: #8a6420; }
  a { color: inherit; text-decoration: none; }
  .print-foot {
    display: block !important;
    margin-top: 14mm; padding-top: 4mm;
    border-top: 1px solid #c9b98d;
    font-size: 8pt; color: #8b7c5a; text-align: center;
  }
}

.print-foot { display: none; }
