/* Donation hub: a focused, trust-first giving experience. */
main:has(.donation-hub) > section:not(.donation-hub) { display: none; }

.donation-hub {
  --donate-ink: #10243b;
  --donate-orange: #f35d16;
  --donate-paper: #fffaf4;
  padding: 40px 0 86px;
  background:
    radial-gradient(circle at 9% 6%, rgba(250, 150, 72, .16), transparent 24rem),
    radial-gradient(circle at 90% 28%, rgba(62, 139, 207, .13), transparent 24rem),
    var(--donate-paper);
}
.donation-hub .donate-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.donate-hero {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  overflow: hidden;
  min-height: 455px;
  border: 1px solid rgba(243, 93, 22, .19);
  border-radius: 32px;
  background: #10243b;
  box-shadow: 0 28px 70px rgba(16, 36, 59, .18);
}
.donate-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 60px; color: #fff; }
.donate-eyebrow {
  display: inline-flex; align-items: center; gap: 8px; width: max-content; margin: 0 0 17px;
  color: #ffd4bd; font: 800 11px/1 "DM Mono", monospace; letter-spacing: .12em; text-transform: uppercase;
}
.donate-eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 99px; background: #ff7030; box-shadow: 0 0 0 5px rgba(255,112,48,.15); }
.donate-hero h1 { max-width: 660px; margin: 0; color: #fff; font: 800 clamp(38px, 5vw, 65px)/1.03 "Playfair Display", Georgia, serif; letter-spacing: -.045em; }
.donate-hero h1 em { color: #ff8b52; }
.donate-hero p { max-width: 550px; margin: 22px 0 0; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.7; }
.donate-trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.donate-trust-row span { padding: 9px 11px; border: 1px solid rgba(255,255,255,.19); border-radius: 999px; color: #fff; background: rgba(255,255,255,.08); font-size: 11px; font-weight: 800; }
.donate-hero-visual { position: relative; min-height: 100%; }
.donate-hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #10243b 0%, transparent 35%), linear-gradient(0deg, rgba(16,36,59,.38), transparent 55%); }
.donate-hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.donate-photo-note { position: absolute; z-index: 1; right: 22px; bottom: 22px; max-width: 215px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.48); border-radius: 15px; color: #fff; background: rgba(16,36,59,.72); backdrop-filter: blur(10px); font-size: 12px; font-weight: 700; line-height: 1.45; }
.donate-heading { max-width: 720px; margin: 70px auto 30px; text-align: center; }
.donate-heading h2 { margin: 11px 0 0; color: var(--donate-ink); font: 800 clamp(31px, 4vw, 48px)/1.08 "Playfair Display", Georgia, serif; letter-spacing: -.04em; }
.donate-heading p { margin: 14px 0 0; color: #66768d; line-height: 1.65; }
.giving-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.giving-card { display: flex; flex-direction: column; min-height: 540px; overflow: hidden; border: 1px solid rgba(16,36,59,.1); border-radius: 25px; background: #fff; box-shadow: 0 18px 45px rgba(16,36,59,.09); transition: transform .25s ease, box-shadow .25s ease; }
.giving-card:hover { transform: translateY(-7px); box-shadow: 0 28px 55px rgba(16,36,59,.16); }
.giving-card.featured { border-color: rgba(243,93,22,.42); box-shadow: 0 22px 52px rgba(243,93,22,.15); }
.giving-card-media { position: relative; height: 190px; overflow: hidden; background: #ece6dd; }
.giving-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.giving-card:hover .giving-card-media img { transform: scale(1.05); }
.giving-card-media span { position: absolute; top: 14px; left: 14px; padding: 8px 11px; border-radius: 999px; color: #fff; background: rgba(16,36,59,.84); font: 800 10px/1 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.giving-card-body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.giving-card-number { color: var(--donate-orange); font: 800 11px/1 "DM Mono", monospace; letter-spacing: .1em; }
.giving-card h3 { margin: 12px 0 10px; color: var(--donate-ink); font: 800 29px/1.08 "Playfair Display", Georgia, serif; letter-spacing: -.035em; }
.giving-card p { margin: 0; color: #637189; font-size: 14px; line-height: 1.65; }
.amount-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 20px 0 10px; }
.amount-options button { padding: 10px 5px; border: 1px solid #e5e8ee; border-radius: 10px; color: #263952; background: #f8fafc; font: 800 12px "DM Sans", sans-serif; cursor: pointer; }
.amount-options button:hover, .amount-options button.is-selected { border-color: var(--donate-orange); color: #c9440b; background: #fff1ea; }
.custom-amount { display: flex; align-items: center; gap: 8px; margin: 0 0 20px; padding: 11px 13px; border: 1px solid #e5e8ee; border-radius: 12px; }
.custom-amount b { color: var(--donate-orange); font-size: 17px; }
.custom-amount input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--donate-ink); font: 800 15px "DM Sans", sans-serif; }
.giving-points { display: grid; gap: 8px; margin: 19px 0; padding: 0; list-style: none; }
.giving-points li { position: relative; padding-left: 19px; color: #53647a; font-size: 13px; line-height: 1.35; }
.giving-points li::before { content: "✓"; position: absolute; left: 0; color: #12a66c; font-weight: 900; }
.giving-action { display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-top: auto; min-height: 49px; padding: 12px 16px; border-radius: 13px; color: #fff !important; background: linear-gradient(135deg, #ff6b22, #e54709); box-shadow: 0 12px 24px rgba(235,83,15,.2); font-weight: 900; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.giving-action:hover { transform: translateY(-2px); box-shadow: 0 15px 27px rgba(235,83,15,.3); }
.giving-action.navy { background: linear-gradient(135deg, #183d61, #10243b); box-shadow: 0 12px 24px rgba(16,36,59,.2); }
.giving-card.featured .giving-action { background: linear-gradient(135deg, #d42475, #8637bf); }
.donate-assurance { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 42px; padding: 21px; border: 1px solid rgba(16,36,59,.1); border-radius: 20px; background: rgba(255,255,255,.74); }
.donate-assurance div { padding: 3px 12px; border-right: 1px solid rgba(16,36,59,.1); }
.donate-assurance div:last-child { border: 0; }
.donate-assurance b { display: block; color: var(--donate-ink); font-size: 13px; }
.donate-assurance span { display: block; margin-top: 4px; color: #718096; font-size: 11px; line-height: 1.35; }
.donate-followup { display: grid; grid-template-columns: .88fr 1.12fr; gap: 28px; align-items: center; margin-top: 48px; padding: 24px; border-radius: 24px; background: #fff; box-shadow: 0 18px 48px rgba(16,36,59,.08); }
.donate-followup img { width: 100%; min-height: 250px; border-radius: 17px; object-fit: cover; }
.donate-followup h2 { margin: 10px 0; color: var(--donate-ink); font: 800 35px/1.1 "Playfair Display", Georgia, serif; letter-spacing: -.04em; }
.donate-followup p { max-width: 560px; margin: 0; color: #627188; line-height: 1.7; }
.donate-followup a { display: inline-flex; margin-top: 20px; color: var(--donate-orange); font-weight: 900; text-decoration: none; }
@media (max-width: 960px) { .donate-hero, .donate-followup { grid-template-columns: 1fr; } .donate-hero-visual { min-height: 315px; } .giving-grid { grid-template-columns: 1fr; max-width: 560px; margin: auto; } .giving-card { min-height: 0; } .donate-assurance { grid-template-columns: 1fr 1fr; } .donate-assurance div:nth-child(2) { border-right: 0; } }
@media (max-width: 600px) { .donation-hub { padding: 25px 0 55px; } .donation-hub .donate-shell { width: min(92vw, 520px); } .donate-hero-copy { padding: 38px 25px; } .donate-hero h1 { font-size: 41px; } .donate-hero-visual { min-height: 270px; } .donate-heading { margin-top: 50px; } .giving-card-body { padding: 22px; } .donate-assurance { grid-template-columns: 1fr; } .donate-assurance div, .donate-assurance div:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(16,36,59,.1); padding: 10px 4px; } .donate-assurance div:last-child { border-bottom: 0; } .donate-followup { padding: 14px; } }
@media (max-width: 420px) { .donate-hero-copy { padding-inline: 20px; } .donate-hero h1 { font-size: clamp(35px, 11vw, 41px); } .donate-hero .btn, .giving-action { width: 100%; text-align: center; justify-content: center; } }
