.transparency-main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 40px;
}

.transparency-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: end;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--border);
}

.transparency-kicker,
.transparency-section-kicker {
  margin: 0 0 14px;
  color: var(--gold-soft);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.transparency-hero h1 {
  max-width: 100%;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.125rem, 4vw, 3rem);
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1.05;
}

.transparency-lead {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(1.125rem, 1.6vw, 1.5rem);
  font-style: italic;
  line-height: 1.35;
}

.transparency-disclosure {
  max-width: 560px;
  margin: 0;
  padding: 22px 0;
  border-top: 1px solid var(--border-strong);
  border-bottom: 1px solid var(--border);
  text-align: left;
}

.transparency-disclosure strong {
  display: block;
  margin-bottom: 9px;
  color: var(--text);
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.transparency-disclosure p {
  margin: 0;
  color: var(--muted);
  font-size: .93rem;
}

.transparency-section {
  padding: 64px 0;
  border-bottom: 1px solid var(--border);
}

.transparency-section-head {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
  margin-bottom: 34px;
}

.transparency-section h2 {
  max-width: 620px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1.1;
}

.transparency-section-copy {
  margin: 2px 0 0;
  color: var(--muted);
}

.transparency-ledger-head {
  display: flex;
  padding: 22px 0 28px;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--border-strong);
}

.transparency-period {
  margin: 0;
  color: var(--muted);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.transparency-total {
  margin: 5px 0 0;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 4.75rem);
  line-height: .95;
}

.transparency-currency {
  margin-left: 7px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.transparency-ledger-note {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
  text-align: right;
}

.allocation-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.allocation-table th,
.allocation-table td {
  padding: 23px 16px;
  border-top: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

.allocation-table th:first-child,
.allocation-table td:first-child { padding-left: 0; }

.allocation-table th:last-child,
.allocation-table td:last-child {
  padding-right: 0;
  text-align: right;
}

.allocation-table thead th {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.allocation-share {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 1.05rem;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.allocation-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.allocation-dot--draw { background: var(--gold); }
.allocation-dot--charity { background: #21c99a; }
.allocation-dot--site { background: #77746d; }

.allocation-purpose strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-weight: 650;
}

.allocation-purpose span {
  display: block;
  max-width: 560px;
  color: var(--muted);
  font-size: .88rem;
}

.allocation-amount {
  color: var(--text);
  font-family: var(--serif);
  font-size: 1.55rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.transparency-vote {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  gap: clamp(32px, 7vw, 86px);
  align-items: center;
}

.transparency-vote-rules {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: vote-rule;
}

.transparency-vote-rules li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--muted);
  counter-increment: vote-rule;
}

.transparency-vote-rules li::before {
  content: "0" counter(vote-rule);
  color: var(--gold-soft);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.transparency-vote-action {
  padding: 28px;
  border: 1px solid var(--border-strong);
  background: color-mix(in srgb, var(--surface) 92%, transparent);
}

.transparency-vote-action strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 400;
}

.transparency-vote-action p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: .9rem;
}

.transparency-cta {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #0a0906;
  font-size: .77rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.transparency-cta:hover,
.transparency-cta:focus-visible {
  background: var(--gold-soft);
  border-color: var(--gold-soft);
}

.transparency-footnote {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: .82rem;
}

.a2-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


/* Donation receipts and the published archive. Both are plain markup on
   purpose: this page ships its own meta CSP with no unsafe-inline in
   script-src or style-src, so a lightbox would be silently refused - the
   image is simply a link to itself, which also works with scripting off.
   That is the right posture for evidence. */
.transparency-receipts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 4vw, 44px);
}

.transparency-receipt { margin: 0; }

.transparency-receipt a {
  display: block;
  border: 1px solid var(--border-strong);
  background: var(--surface);
}

.transparency-receipt a:hover { border-color: var(--gold); }

.transparency-receipt a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.transparency-receipt img {
  display: block;
  width: 100%;
  height: auto;
}

.transparency-receipt-cap {
  margin-top: 14px;
  color: var(--muted);
  font-size: .88rem;
}

.transparency-receipt-org {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-weight: 650;
}

.transparency-receipt-amount {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-family: var(--serif);
  font-size: 1.35rem;
  font-variant-numeric: tabular-nums;
}

.transparency-receipt-meta { display: block; }

/* One portrait screenshot, so it gets a single narrow column rather than the
   two-up receipts grid - at full content width a 1115x1280 image would tower
   over the ledger it supports. Same link-to-itself posture as the receipts
   above, and the same tokens, so both themes and the print sheet follow. */
.transparency-proof {
  margin: 0;
  max-width: 520px;
}

.transparency-proof a {
  display: block;
  border: 1px solid var(--border-strong);
  background: var(--surface);
}

.transparency-proof a:hover { border-color: var(--gold); }

.transparency-proof a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.transparency-proof img {
  display: block;
  width: 100%;
  height: auto;
}

.transparency-inline-link {
  color: var(--gold-soft);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.transparency-inline-link:hover,
.transparency-inline-link:focus-visible { color: var(--gold); }

.past-month { border-top: 1px solid var(--border); }

.past-month summary {
  display: flex;
  padding: 22px 0;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
}

.past-month summary::-webkit-details-marker { display: none; }

.past-month summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.past-month-name {
  font-family: var(--serif);
  font-size: 1.35rem;
}

.past-month-name::before {
  content: "+";
  display: inline-block;
  width: 24px;
  color: var(--gold-soft);
  font-family: var(--sans);
  font-size: .95rem;
  font-weight: 700;
}

.past-month[open] .past-month-name::before { content: "−"; }

.past-month-total {
  color: var(--muted);
  font-size: .95rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* Where a restated month explains itself. Same muted register as the ledger
   note above, but left-aligned and full width: it sits under a summary row,
   not beside a headline figure. */
.past-month-note {
  max-width: 62ch;
  margin: 0 0 20px;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.7;
}

.past-month .allocation-table { margin-bottom: 26px; }

@media (max-width: 800px) {
  .transparency-main { padding-top: 72px; }
  .transparency-hero,
  .transparency-section-head,
  .transparency-vote { grid-template-columns: 1fr; }
  .transparency-disclosure { max-width: 680px; }
  .transparency-ledger-head { align-items: start; flex-direction: column; }
  .transparency-ledger-note { max-width: 620px; text-align: left; }
  .transparency-receipts { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .transparency-main { width: 100%; padding: 72px 24px; }
  .transparency-hero { padding-bottom: 48px; }
  .transparency-section { padding: 48px 0; }
  .allocation-table thead { display: none; }
  .allocation-table,
  .allocation-table tbody,
  .allocation-table tr,
  .allocation-table th,
  .allocation-table td { display: block; width: 100%; }
  .allocation-table tr { padding: 22px 0; border-top: 1px solid var(--border); }
  .allocation-table th,
  .allocation-table td { padding: 0; border: 0; text-align: left !important; }
  .allocation-purpose { margin-top: 12px; }
  .allocation-amount { margin-top: 15px; }
  .transparency-vote-action { padding: 23px; }
  .transparency-cta { width: 100%; }
  .past-month summary { flex-direction: column; gap: 6px; }
  .past-month-total { padding-left: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .transparency-cta { transition: none; }
}

@media print {
  .transparency-main { width: 100%; padding: 20px 0; }
  .transparency-hero,
  .transparency-section { break-inside: avoid; }
  .transparency-vote-action { background: transparent; }
  .transparency-receipt { break-inside: avoid; }
  .transparency-proof { break-inside: avoid; }
}
