/* Donation page only. Native WordPress blocks remain the content source. */
.donation-experience {
  --donation-bg: #f7f6f2;
  --donation-text: #24231f;
  --donation-muted: #615e54;
  --donation-line: #d7d3c8;
  background: var(--donation-bg);
  color: var(--donation-text);
  color-scheme: light;
}
.donation-experience :is(a, button, summary, input):focus-visible { outline: 3px solid #745810; outline-offset: 5px; }
.donation-shell, .donation-layout { width: min(calc(100% - 80px), 1184px); margin-inline: auto; }
.donation-page { padding: 64px 0 72px; scroll-margin-top: 16px; }
.donation-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 28px clamp(40px, 6vw, 88px); align-items: start; }
.donation-story { grid-column: 1; grid-row: 1; }
.donation-experience .donation-eyebrow { display: block; font: 700 11px/1.5 var(--body); letter-spacing: .12em; color: var(--donation-muted); }
.donation-story > .donation-eyebrow { display: flex; align-items: center; gap: 12px; }
.donation-story > .donation-eyebrow::before { content: ''; width: 28px; height: 3px; background: #a8831b; }
.donation-experience h1 { font: 600 clamp(42px, 4.4vw, 62px)/1.04 var(--body); letter-spacing: -.055em; max-width: 10ch; margin: 20px 0 22px; text-wrap: balance; }
.donation-description { max-width: 46ch; }
.donation-description p { color: var(--donation-muted); margin: 0; font-size: 17px; line-height: 1.7; }
.donation-jumps { display: flex; flex-wrap: wrap; gap: 8px 26px; margin-top: 16px; }
.donation-jumps a { display: inline-flex; align-items: center; min-height: 44px; padding: 6px 0; font-size: 14px; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #ad9a64; }
.donation-jumps a:hover, .donation-email:hover { text-decoration-color: currentColor; }
.donation-team { grid-column: 1; grid-row: 2; margin: 0; min-width: 0; }
.donation-team img { display: block; width: 100%; height: auto; border-radius: 8px; }
.donation-team figcaption p { font-size: 12px; line-height: 1.65; color: var(--donation-muted); margin: 12px 0 0; }
.donation-card { grid-column: 2; grid-row: 1 / 3; min-width: 0; margin-top: 4px; padding: clamp(24px, 3vw, 40px); background: #fff; border: 1px solid #ded9cb; border-radius: 14px; box-shadow: 0 8px 32px #37301a08; }
.donation-experience .donation-card h2 { margin: 12px 0 28px; font: 600 clamp(23px, 2.1vw, 28px)/1.25 var(--body); letter-spacing: -.035em; text-wrap: initial; }
.donation-amounts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; min-width: 0; margin: 0; padding: 0; border: 0; }
.donation-amounts label { position: relative; min-width: 0; cursor: pointer; }
.donation-amounts input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.donation-amounts label > span { display: flex; justify-content: center; align-items: center; min-height: 58px; padding: 12px 8px; border: 1px solid #969084; border-radius: 7px; color: var(--donation-text); background: #fff; font-size: 18px; font-weight: 600; transition: background .15s, color .15s, border-color .15s; }
.donation-amounts input:checked + span { color: #fff; background: #292720; border-color: #292720; }
.donation-amounts input:focus-visible + span { outline: 3px solid #745810; outline-offset: 3px; }
.donation-amounts label:hover > span { border-color: #292720; }
.donation-custom { margin-top: 22px; }
.donation-custom[hidden] { display: none; }
.donation-custom > label { font-size: 14px; font-weight: 600; }
.donation-currency { display: flex; align-items: center; gap: 10px; border: 1px solid #969084; border-radius: 7px; margin-top: 8px; padding: 12px 14px; background: #fff; }
.donation-currency > span { font-size: 18px; }
.donation-currency > span:last-child { font-size: 12px; color: var(--donation-muted); }
.donation-currency input { width: 100%; min-width: 0; border: 0; border-radius: 0; outline: none; background: transparent; color: var(--donation-text); font: 400 18px/1.5 var(--body); appearance: textfield; }
.donation-currency input:focus-visible { outline: none; }
.donation-currency:focus-within { outline: 3px solid #745810; outline-offset: 3px; }
.donation-custom p { font-size: 12px; color: var(--donation-muted); margin: 7px 0 0; }
.donation-total { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--donation-line); margin: 28px 0 24px; padding-top: 24px; }
.donation-total > span { font-size: 14px; color: var(--donation-muted); }
.donation-total small { display: block; margin-top: 3px; font-size: 11px; letter-spacing: .06em; }
.donation-total strong { font: 600 clamp(28px, 2.8vw, 36px)/1.2 var(--body); letter-spacing: -.045em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.donation-action { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 15px 22px; border: 1px solid transparent; border-radius: 7px; background: #d4af37; color: #211d12; font: 600 14px/1.5 var(--body); cursor: pointer; text-align: center; text-decoration: none; }
.donation-action:hover { background: #e4c459; }
.donation-submit { width: 100%; }
.donation-submit:disabled { cursor: not-allowed; opacity: 1; }
.donation-submit:disabled:hover { background: #d4af37; }
.donation-payment-note { font-size: 12px; text-align: center; color: var(--donation-muted); line-height: 1.7; margin: 17px 0 0; }
.donation-payment-note strong { font-weight: 600; }
.donation-preview { font-size: 12px; text-align: center; color: var(--donation-muted); border-top: 1px solid var(--donation-line); padding-top: 16px; margin: 18px 0 0; }
.donation-error, .donation-notice { font-size: 14px; line-height: 1.65; padding: 12px 14px; border-radius: 4px; background: #faeae6; border-left: 3px solid #993c2c; margin: 0 0 20px; }
.donation-notice { background: #f6edcf; border-color: #745810; }
.donation-receipt p { font-size: 16px; line-height: 1.7; margin: 0 0 28px; }
.donation-receipt .donation-action { width: 100%; }

/* The original tier names, prices, benefits, and notes are rendered as saved. */
.donation-sponsors { padding: 64px 0; background: #e6d18c; }
.donation-experience .bond-sponsorship { max-width: none; padding: 0; margin: 0; border: 0; scroll-margin-top: 16px; }
.donation-experience .bond-sponsorship > * { margin-left: 0 !important; margin-right: 0 !important; }
.donation-experience .bond-sponsorship > h2 { max-width: 24ch; margin-top: 0; margin-bottom: 20px; font: 600 clamp(28px, 3.1vw, 42px)/1.15 var(--body); letter-spacing: -.04em; text-transform: lowercase; }
.donation-experience .bond-sponsorship > h2::first-letter { text-transform: uppercase; }
.donation-experience .bond-sponsorship > p { max-width: 68ch; color: #4c432d; font-size: 16px; line-height: 1.75; margin-top: 0; margin-bottom: 14px; }
.donation-experience .bond-sponsorship > p + p { margin-top: 24px; font-size: 14px; }
.donation-experience .bond-sponsorship-tiers.wp-block-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: none; margin: 24px 0 30px; }
.donation-experience .bond-sponsorship-tiers > .wp-block-column { min-width: 0; margin: 0; padding: 28px; background: #fffaf0; border: 1px solid #796b4052; border-radius: 10px; }
.donation-experience .bond-sponsorship-tiers h3 { font: 600 16px/1.45 var(--body); letter-spacing: -.02em; margin: 0 0 18px; color: var(--donation-text); }
.donation-experience .bond-sponsorship-tiers p.bond-sponsorship-price { font: 600 clamp(30px, 3.2vw, 42px)/1.2 var(--body); color: var(--donation-text); letter-spacing: -.045em; margin: 0 0 22px; padding-bottom: 22px; border-bottom: 1px solid #dcd3ba; font-variant-numeric: tabular-nums; }
.donation-experience .bond-sponsorship-tiers p { font-size: 15px; line-height: 1.75; color: #5c5340; margin: 0; }
.donation-experience .bond-sponsorship-notes { max-width: 84ch; margin: 0; }
.donation-experience .bond-sponsorship-notes p { max-width: none; margin: 0 0 14px; color: #4c432d; font-size: 14px; line-height: 1.8; }
.donation-experience .bond-sponsorship-notes p:last-child { font-weight: 600; margin-bottom: 0; }
.donation-sponsor-contact { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 28px; margin-top: 28px; }
.donation-action-dark { background: #292720; color: #fffaf0; }
.donation-action-dark:hover { background: #443f30; }
.donation-file-type { border-left: 1px solid #ffffff50; padding-left: 14px; font-size: 11px; letter-spacing: .06em; }
.donation-email { display: inline-flex; align-items: center; min-height: 44px; padding: 5px 0; font-size: 14px; font-weight: 500; overflow-wrap: anywhere; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #897337; }

.donation-ways { padding-block: 64px 52px; scroll-margin-top: 16px; }
.donation-section-intro { display: flex; align-items: baseline; justify-content: space-between; gap: 20px 48px; }
.donation-experience .donation-section-intro h2 { font: 600 clamp(28px, 3.1vw, 42px)/1.15 var(--body); letter-spacing: -.04em; margin: 0; }
.donation-section-intro p { color: var(--donation-muted); font-size: 14px; margin: 0; }
.donation-methods { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 34px; }
.donation-method { min-width: 0; border-top: 1px solid #aea48b; padding-top: 24px; }
.donation-method h3 { font: 600 20px/1.35 var(--body); letter-spacing: -.025em; margin: 0 0 14px; }
.donation-method p { font-size: 15px; line-height: 1.8; color: var(--donation-muted); margin: 0 0 14px; }
.donation-closing { max-width: 82ch; margin-top: 32px; }
.donation-closing p { font-size: 14px; line-height: 1.8; color: var(--donation-muted); margin: 0; }
.donation-documents { padding-bottom: 64px; }
.donation-experience .bond-donation-letter { border-top: 1px solid var(--donation-line); border-bottom: 1px solid var(--donation-line); padding: 0; margin: 0; scroll-margin-top: 16px; }
.donation-experience .bond-donation-letter > summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 88px; padding: 24px 0; list-style: none; cursor: pointer; font: 600 20px/1.4 var(--body); letter-spacing: -.025em; }
.bond-donation-letter > summary::-webkit-details-marker { display: none; }
.bond-donation-letter > summary::after { content: ''; width: 10px; height: 10px; flex: 0 0 10px; margin-right: 6px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); }
.bond-donation-letter[open] > summary::after { transform: rotate(225deg); }
.donation-experience .bond-donation-letter > p { max-width: 78ch; margin: 0 0 18px; color: var(--donation-muted); font-size: 15px; line-height: 1.85; }
.donation-experience .bond-donation-letter > .wp-block-buttons { margin: 26px 0 32px; gap: 12px; }
.donation-experience .bond-donation-letter .wp-block-button__link { min-height: 48px; border: 1px solid #8d815f; border-radius: 6px; background: transparent; color: var(--donation-text); padding: 12px 20px; font: 600 14px/1.6 var(--body); }
.donation-experience .bond-donation-letter .wp-block-button__link:hover { background: #eee8d8; }
.donation-experience .bond-donation-copy { padding: 0; }
.donation-experience .bond-donation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }

@media (min-width: 1500px) { .donation-page { padding-block: 80px; } }
@media (max-width: 1000px) {
  .donation-layout { column-gap: 32px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .donation-experience h1 { font-size: 48px; }
  .donation-card { padding: 28px; }
  .donation-experience .bond-sponsorship-tiers > .wp-block-column { padding: 22px; }
  .donation-section-intro { display: block; }
  .donation-section-intro p { margin-top: 14px; }
  .donation-methods { gap: 24px; }
}
@media (max-width: 800px) {
  .donation-layout { grid-template-columns: minmax(0, 1fr); max-width: 580px; gap: 28px; }
  .donation-story, .donation-card, .donation-team { grid-column: auto; grid-row: auto; }
  .donation-experience h1 { max-width: 12ch; }
  .donation-description { max-width: 48ch; }
  .donation-card { margin: 0; padding: 30px; }
  .donation-amounts { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .donation-sponsors, .donation-ways { padding-block: 48px; }
  .donation-experience .bond-sponsorship-tiers.wp-block-columns { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .donation-experience .bond-sponsorship-tiers > .wp-block-column { padding: 26px; }
  .donation-experience .bond-sponsorship-tiers p.bond-sponsorship-price { font-size: 36px; margin-bottom: 16px; padding-bottom: 16px; }
  .donation-methods { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .donation-method { padding-top: 20px; }
  .donation-method p:last-child { margin-bottom: 0; }
}
@media (max-width: 600px) {
  .donation-shell, .donation-layout { width: calc(100% - 40px); }
  .donation-page { padding-block: 38px 44px; }
  .donation-experience h1 { font-size: 44px; margin-block: 16px 20px; }
  .donation-description p { font-size: 16px; }
  .donation-card { padding: 24px; border-radius: 10px; }
  .donation-experience .donation-card h2 { font-size: 24px; margin-bottom: 24px; }
  .donation-amounts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .donation-amounts label > span { min-height: 54px; font-size: 17px; }
  .donation-total { margin-block: 24px 20px; padding-top: 20px; }
  .donation-total strong { font-size: 30px; }
  .donation-team figcaption p { font-size: 12px; }
  .donation-sponsors, .donation-ways { padding-block: 40px; }
  .donation-sponsor-contact { align-items: flex-start; flex-direction: column; gap: 12px; }
  .donation-experience .bond-sponsorship > h2, .donation-experience .donation-section-intro h2 { font-size: 30px; }
  .donation-email { font-size: 13px; }
  .donation-documents { padding-bottom: 40px; }
}
@media (max-width: 360px) {
  .donation-card { padding: 20px; }
  .donation-total > span { font-size: 12px; }
  .donation-total strong { font-size: 26px; }
}
@media (prefers-reduced-motion: reduce) { .donation-amounts label > span { transition: none; } }
