/* Pierce the Shadow — reading pages (about, transparency, privacy). Session 96. Builds on site.css. */

body.page { background: var(--ground-hero); }
.page-wrap { max-width: 700px; margin: 0 auto; padding: 56px 32px 40px; }
.page-head { text-align: center; margin-bottom: 56px; }
.page-head .eyebrow { margin-bottom: 16px; }
.page-head h1 { font-size: 44px; line-height: 1.2; margin-bottom: 20px; }
.page-head h1 em { font-style: italic; color: var(--purple); }
.page-head .intro { font-size: 17.5px; line-height: 1.85; font-weight: 300; max-width: 560px; margin: 0 auto; }

.prose a, .page-head a, .note-card a { color: var(--purple); border-bottom: 1px solid #D8C4E0; transition: color .2s, border-color .2s; }
.prose a:hover, .page-head a:hover, .note-card a:hover { color: var(--purple-deep); border-color: var(--purple-bright); }

/* sections */
.section { margin-bottom: 48px; }
.section h2 { font-size: 12.5px; letter-spacing: 2.2px; text-transform: uppercase; color: var(--gold-label); padding-bottom: 12px; margin-bottom: 18px; border-bottom: 1px solid var(--line); }
.prose p { font-size: 17px; line-height: 1.9; color: var(--ink-soft); margin-bottom: 16px; font-weight: 300; }
.prose p:last-child { margin-bottom: 0; }
.prose strong { font-weight: 500; color: var(--ink); }

/* about: centred manifesto sections */
.creed { text-align: center; margin-bottom: 64px; }
.creed h2 { display: inline-block; font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--purple); margin-bottom: 26px; font-weight: 500; }
.creed p { font-size: 19px; line-height: 1.95; color: var(--ink-soft); font-weight: 300; max-width: 580px; margin: 0 auto 18px; }
.creed p:last-child { margin-bottom: 0; }
.creed a { color: var(--purple); border-bottom: 1px solid #D8C4E0; }
.creed a:hover { color: var(--purple-deep); border-color: var(--purple-bright); }

.ornament { display: flex; align-items: center; gap: 16px; margin: 64px 0; }
.ornament .line { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, #D8C4E0 45%, transparent); }
.ornament svg { flex: none; }

/* cards */
.note-card { background: var(--card); border: 1px solid var(--line-purple); border-radius: 18px; padding: 30px 32px; box-shadow: var(--shadow); }
.note-card p { font-size: 16.5px; line-height: 1.85; color: var(--ink-soft); margin-bottom: 14px; font-weight: 300; }
.note-card p:last-child { margin-bottom: 0; }
.note-card.soft { background: var(--panel); border-color: var(--line); box-shadow: none; }
.kofi { display: flex; justify-content: center; margin-top: 22px; }
.center-note { text-align: center; font-size: 15.5px; line-height: 1.85; color: var(--muted); font-style: italic; max-width: 560px; margin: 28px auto 0; }
.center-note a { color: var(--purple); border-bottom: 1px solid #D8C4E0; }

.signoff { text-align: center; border-top: 1px solid var(--line-purple); padding-top: 52px; margin-top: 64px; }
.signoff .epigraph { font-size: 20px; font-style: italic; line-height: 1.9; color: var(--ink-soft); margin-bottom: 30px; }
.signoff .name { font-size: 16px; color: var(--ink); letter-spacing: .5px; }
.signoff .role { font-size: 14px; color: var(--faint); font-style: italic; margin-top: 2px; }

/* lists */
.item-list { list-style: none; margin: 0; padding: 0; }
.item-list li { padding: 14px 0 14px 22px; border-bottom: 1px solid var(--line-soft); position: relative; }
.item-list li:last-child { border-bottom: 0; }
.item-list li::before { content: ''; position: absolute; left: 4px; top: 25px; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-bright); opacity: .7; }
.item-list strong { display: block; font-size: 17px; font-weight: 500; color: var(--ink); margin-bottom: 4px; }
.item-list .detail { display: block; font-size: 15.5px; line-height: 1.8; color: var(--muted); font-weight: 300; }
.item-list .detail a { color: var(--purple); border-bottom: 1px solid #D8C4E0; }

.commitment { border-left: 3px solid #D8C4E0; background: var(--card); border-radius: 0 14px 14px 0; padding: 20px 24px; }
.commitment p { font-size: 16.5px; line-height: 1.85; color: var(--ink-soft); font-style: italic; margin-bottom: 12px; }
.commitment p:last-child { margin-bottom: 0; }

/* transparency */
.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 52px; }
.stat { background: var(--card); border: 1px solid var(--line-purple); border-radius: 16px; padding: 22px 24px; box-shadow: var(--shadow); }
.stat .label { font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gold-label); }
.stat .value { font-size: 38px; color: var(--ink); line-height: 1.15; margin: 8px 0 6px; font-weight: 400; }
.stat .note { font-size: 14.5px; color: var(--faint); font-style: italic; line-height: 1.6; }
.table-wrap { overflow-x: auto; }
.costs { width: 100%; border-collapse: collapse; }
.costs td { padding: 16px 4px; vertical-align: top; border-bottom: 1px solid var(--line-soft); font-size: 16.5px; line-height: 1.65; }
.costs td.name { color: var(--ink); width: 56%; }
.costs td.name .sub { display: block; font-size: 14.5px; color: var(--faint); font-style: italic; margin-top: 4px; line-height: 1.6; }
.costs td.amount { text-align: right; color: var(--ink-soft); }
.costs td.free { text-align: right; color: var(--ok); font-size: 14.5px; letter-spacing: .3px; white-space: nowrap; }
.costs tr.total td { border-bottom: 0; border-top: 2px solid var(--line); padding-top: 18px; }
.costs tr.total td.name { font-size: 13px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gold-label); }
.costs tr.total td.amount { color: var(--ink); font-weight: 500; }
.months { display: flex; align-items: flex-end; gap: 10px; height: 104px; margin-top: 14px; max-width: 300px; }
.mbar { flex: 1; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 4px; min-width: 0; }
.mbar .b { width: 100%; max-width: 30px; background: var(--purple-bright); opacity: .75; border-radius: 4px 4px 0 0; }
.mbar .v { font-size: 11.5px; color: var(--faint); font-variant-numeric: tabular-nums; white-space: nowrap; }
.mbar .m { font-size: 12px; color: var(--muted); }
.mbar:last-child .b { opacity: .4; }
.rate { text-align: center; background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 30px 28px; margin-bottom: 48px; }
.rate .label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-label); }
.rate .value { font-size: 44px; color: var(--purple); margin: 10px 0 8px; }
.rate .explain { font-size: 15px; color: var(--muted); font-style: italic; line-height: 1.75; max-width: 440px; margin: 0 auto; }
.updated { text-align: center; font-size: 14px; color: var(--faint); font-style: italic; margin: 32px 0 8px; }

@media (max-width: 640px) {
  .page-wrap { padding: 36px 18px 32px; }
  .page-head h1 { font-size: 32px; }
  .creed p { font-size: 17.5px; }
  .stats { grid-template-columns: 1fr; }
  .note-card { padding: 22px 20px; }
  .costs td { font-size: 15.5px; }
  .costs td.amount { white-space: normal; }
}
