:root {
  --navy: #062640;
  --navy-2: #0b3854;
  --ink: #10202b;
  --muted: #62717c;
  --gold: #d5a02e;
  --gold-light: #f1c45d;
  --cream: #f7f2e8;
  --paper: #fffaf0;
  --mist: #e8eef0;
  --teal: #2f7f7a;
  --green: #7a9b52;
  --clay: #b66143;
  --white: #ffffff;
  --border: rgba(6, 38, 64, 0.13);
  --shadow: 0 20px 48px rgba(6, 38, 64, 0.16);
  --soft-shadow: 0 10px 30px rgba(6, 38, 64, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); font-family: Inter, system-ui, sans-serif; background: #f4f7f7; line-height: 1.55; overflow-x: clip; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid rgba(47,127,122,0.42); outline-offset: 3px; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { overflow-wrap: anywhere; }

.prototype-banner { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 34px; padding: 7px 18px; color: #392b0c; background: #f8d77e; font-size: 0.78rem; font-weight: 800; text-align: center; }
.prototype-banner svg { width: 16px; height: 16px; }
.campaign-header { position: sticky; top: 0; z-index: 20; min-height: 76px; display: flex; align-items: center; background: rgba(255, 250, 240, 0.96); border-bottom: 1px solid var(--border); backdrop-filter: blur(14px); }
.campaign-header-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.campaign-brand { flex: 0 0 auto; }
.campaign-brand img { width: 238px; }
.campaign-nav { display: flex; align-items: center; gap: 6px; }
.campaign-nav a { padding: 9px 10px; color: #294454; font-size: 0.88rem; font-weight: 750; text-decoration: none; border-radius: 6px; }
.campaign-nav a:hover { background: rgba(213, 160, 46, 0.14); color: var(--navy); }
.campaign-nav .nav-give { display: inline-flex; align-items: center; gap: 8px; margin-left: 6px; padding: 10px 14px; color: #082235; background: var(--gold-light); }
.campaign-nav .nav-give svg { width: 17px; height: 17px; }
.menu-button { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; color: var(--navy); background: var(--white); border: 1px solid var(--border); border-radius: 8px; cursor: pointer; }

/* Keep the shared desktop header on one row for the campaign pages. */
.site-nav .nav-donate {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: 6px;
  color: #082235;
  background: var(--gold-light);
  white-space: nowrap;
}
.site-nav .nav-donate:hover,
.site-nav .nav-donate.active { color: #082235; background: #e6b342; }
.site-nav .nav-donate svg { width: 16px; height: 16px; }

@media (min-width: 1221px) {
  .site-header-inner {
    justify-content: space-between;
    gap: clamp(16px, 2vw, 28px);
    width: min(1240px, calc(100% - 40px));
  }

  .site-nav {
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: 2px;
    flex-wrap: nowrap;
  }
}

.campaign-hero { position: relative; min-height: 620px; display: flex; align-items: center; color: var(--white); overflow: hidden; background: #061d2d; }
.campaign-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 18, 30, 0.97) 0%, rgba(4, 24, 39, 0.84) 45%, rgba(4, 24, 39, 0.28) 78%), url("./assets/generated/reentry-gate-sunset-support.webp") center 42% / cover no-repeat; }
.campaign-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 150px; background: linear-gradient(0deg, #f4f7f7, transparent); }
.hero-inner { position: relative; z-index: 1; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 76px 0 112px; }
.eyebrow, .section-kicker { margin: 0 0 13px; color: var(--teal); font-size: 0.78rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--gold-light); }
.eyebrow svg { width: 17px; height: 17px; }
.campaign-hero h1 { max-width: 820px; margin: 0; color: var(--white); font-family: "Barlow Condensed", Inter, sans-serif; font-size: 5.7rem; line-height: 0.94; text-transform: uppercase; }
.hero-offer { max-width: 760px; margin: 22px 0 0; color: var(--gold-light); font-family: "Barlow Condensed", Inter, sans-serif; font-size: 2rem; font-weight: 700; line-height: 1.08; text-transform: uppercase; }
.hero-copy { max-width: 690px; margin: 14px 0 0; color: rgba(255,255,255,0.88); font-size: 1.2rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.hero-checkout-note { margin: 14px 0 0; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.82); font-size: 0.88rem; font-weight: 650; }
.hero-checkout-note svg { flex: 0 0 auto; width: 17px; height: 17px; color: var(--gold-light); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 18px; border: 1px solid transparent; border-radius: 8px; font-weight: 800; text-decoration: none; cursor: pointer; }
.button svg { width: 18px; height: 18px; }
.button.primary { color: #082235; background: var(--gold-light); }
.button.secondary { color: var(--white); border-color: rgba(255,255,255,0.45); background: rgba(255,255,255,0.08); }
.button.dark { color: var(--white); background: var(--navy); }
.button.light { color: var(--navy); border-color: var(--border); background: var(--white); }
.campaign-goal { width: min(680px, 100%); margin-top: 46px; }
.goal-copy { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.goal-copy span { color: rgba(255,255,255,0.72); font-size: 0.82rem; font-weight: 800; text-transform: uppercase; }
.goal-copy strong { color: var(--white); font-size: 1.4rem; }
.goal-track { height: 10px; margin-top: 10px; overflow: hidden; border-radius: 5px; background: rgba(255,255,255,0.23); }
.goal-track span { display: block; width: 0; height: 100%; background: var(--gold-light); }
.campaign-goal p { margin: 9px 0 0; color: rgba(255,255,255,0.62); font-size: 0.8rem; }

.trust-strip { position: relative; z-index: 2; width: min(1180px, calc(100% - 40px)); min-height: 96px; margin: -46px auto 0; padding: 24px 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; background: var(--white); border: 1px solid var(--border); border-radius: 8px; box-shadow: var(--shadow); }
.trust-strip > div { display: flex; align-items: center; gap: 14px; }
.trust-strip > div + div { padding-left: 24px; border-left: 1px solid var(--border); }
.trust-strip svg { flex: 0 0 auto; width: 28px; height: 28px; color: var(--teal); }
.trust-strip span { display: flex; flex-direction: column; color: var(--muted); font-size: 0.82rem; }
.trust-strip strong { color: var(--navy); font-size: 0.95rem; }

.stakes-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 108px 0 0; }
.stakes-heading { display: grid; grid-template-columns: 1fr minmax(320px, 0.68fr); gap: 76px; align-items: end; }
.stakes-heading h2, .ripple-heading h2, .outcomes-heading h2, .delay-section h2 { margin: 0; color: var(--navy); font-family: "Barlow Condensed", Inter, sans-serif; font-size: 3.8rem; line-height: 0.98; text-transform: uppercase; }
.stakes-heading > p { margin: 0; color: #4f626e; font-size: 1.04rem; }
.pressure-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; background: var(--white); box-shadow: var(--soft-shadow); }
.pressure-grid article { position: relative; min-height: 310px; padding: 28px; border-right: 1px solid var(--border); }
.pressure-grid article:last-child { border-right: 0; }
.pressure-grid article > span { position: absolute; top: 22px; right: 22px; color: #9aabb3; font-size: 0.72rem; font-weight: 900; }
.pressure-grid svg { width: 28px; height: 28px; color: var(--clay); }
.pressure-grid h3 { margin: 54px 0 0; color: var(--navy); font-size: 1.08rem; line-height: 1.2; }
.pressure-grid p { margin: 12px 0 0; color: var(--muted); font-size: 0.89rem; }
.ripple-case { margin-top: 64px; overflow: hidden; color: rgba(255,255,255,0.78); background: #102d3d; border-radius: 8px; }
.ripple-heading { padding: 48px 48px 38px; display: grid; grid-template-columns: minmax(260px, 0.7fr) 1fr; gap: 42px 70px; align-items: end; }
.ripple-heading .section-kicker { grid-column: 1 / -1; margin-bottom: -26px; color: var(--gold-light); }
.ripple-heading h2 { color: var(--white); }
.ripple-heading > p:last-child { margin: 0; color: rgba(255,255,255,0.7); }
.ripple-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,0.14); }
.ripple-grid article { min-height: 240px; padding: 34px 38px; border-right: 1px solid rgba(255,255,255,0.14); }
.ripple-grid article:last-child { border-right: 0; }
.ripple-grid svg { width: 28px; height: 28px; color: var(--gold-light); }
.ripple-grid h3 { margin: 24px 0 0; color: var(--white); }
.ripple-grid p { margin: 10px 0 0; color: rgba(255,255,255,0.66); font-size: 0.9rem; }
.dignity-line { margin: 0; padding: 21px 34px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #233a26; background: #eaf0d9; font-size: 0.86rem; font-weight: 750; text-align: center; }
.dignity-line svg { flex: 0 0 auto; width: 19px; height: 19px; color: var(--green); }

.campaign-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 104px 0; }
.campaign-intro { display: block; }
.campaign-intro .content-column { max-width: 960px; }
.content-column h2, .impact-band h2, .contribution-case h2, .proof-copy h2, .faq-heading h2, .final-cta h2, .thank-you-actions h2 { margin: 0; color: var(--navy); font-family: "Barlow Condensed", Inter, sans-serif; font-size: 3.8rem; line-height: 0.98; text-transform: uppercase; }
.content-column .lead { margin: 24px 0 0; color: #314856; font-size: 1.16rem; }
.content-column > p:not(.section-kicker):not(.lead) { margin: 18px 0 0; color: #52636e; }
.pathway { margin-top: 38px; display: grid; grid-template-columns: 1fr; gap: 10px; }
.pathway > div { min-width: 0; padding: 18px 20px; border-left: 4px solid var(--gold); background: rgba(255,255,255,0.72); }
.pathway > div:nth-of-type(2) { border-left-color: var(--teal); }
.pathway > div:nth-of-type(3) { border-left-color: var(--green); }
.pathway span { display: block; color: var(--gold); font-size: 0.72rem; font-weight: 900; }
.pathway strong { display: block; margin-top: 4px; color: var(--navy); }
.pathway small { display: block; margin-top: 4px; color: var(--muted); }
.pathway > svg { display: none; }

.giving-panel { position: static; overflow: hidden; background: var(--white); border: 1px solid var(--border); border-radius: 8px; box-shadow: var(--shadow); }
.giving-panel-header { padding: 28px 28px 20px; }
.giving-panel-header h2 { margin: 0; color: var(--navy); font-family: "Barlow Condensed", Inter, sans-serif; font-size: 2.5rem; line-height: 1; text-transform: uppercase; }
.giving-panel-header > p:last-child { margin: 12px 0 0; color: var(--muted); font-size: 0.92rem; }
.giving-urgency { margin: 0 28px 20px; padding: 14px; display: flex; align-items: flex-start; gap: 10px; color: #5b4514; background: #fff3cf; border-left: 4px solid var(--gold); border-radius: 6px; }
.giving-urgency svg { flex: 0 0 auto; width: 19px; height: 19px; margin-top: 2px; color: var(--clay); }
.giving-urgency span { font-size: 0.79rem; }
.giving-urgency strong { display: block; color: #3c2d0d; }
#prototype-donation-form { padding: 0 28px 28px; }
.frequency-control { display: grid; grid-template-columns: 1fr 1fr; height: 44px; padding: 4px; background: var(--mist); border-radius: 8px; }
.frequency-button { border: 0; border-radius: 6px; color: #4f616d; background: transparent; font-weight: 800; cursor: pointer; }
.frequency-button.active { color: var(--navy); background: var(--white); box-shadow: 0 3px 8px rgba(6,38,64,0.12); }
fieldset { margin: 22px 0 0; padding: 0; border: 0; }
legend, .custom-amount > span:first-child, .field-label { display: block; margin-bottom: 8px; color: var(--navy); font-size: 0.8rem; font-weight: 850; }
.amount-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.amount-grid button { min-height: 46px; border: 1px solid var(--border); border-radius: 8px; color: var(--navy); background: #fbfcfc; font-weight: 850; cursor: pointer; }
.amount-grid button:hover, .amount-grid button.selected { border-color: var(--teal); color: var(--white); background: var(--teal); }
.custom-amount, .field-label { margin-top: 16px; }
.currency-input { position: relative; display: block; }
.currency-input b { position: absolute; top: 50%; left: 14px; transform: translateY(-50%); color: var(--navy); }
.currency-input input, .field-label input { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--border); border-radius: 8px; color: var(--ink); background: #fbfcfc; }
.currency-input input { padding-left: 32px; }
.field-label input { display: block; margin-top: 8px; font-weight: 500; }
.currency-input input:focus, .field-label input:focus { outline: 3px solid rgba(47,127,122,0.18); border-color: var(--teal); }
.checkout-button { width: 100%; min-height: 52px; margin-top: 20px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 8px; color: var(--white); background: var(--navy); font-weight: 850; cursor: pointer; }
.checkout-button svg { width: 18px; height: 18px; }
.checkout-button:disabled { cursor: wait; opacity: 0.72; }
.checkout-status { min-height: 20px; margin: 10px 0 0; color: var(--muted); font-size: 0.78rem; font-weight: 700; text-align: center; }
.checkout-status.error { color: #a12a2a; }
.secure-note { margin: 11px 0 0; display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--muted); font-size: 0.8rem; text-align: center; }
.secure-note svg { width: 15px; height: 15px; color: var(--teal); }
.giving-status { margin-top: 15px; padding-top: 14px; display: grid; gap: 8px; border-top: 1px solid var(--border); }
.giving-status p { margin: 0; display: flex; align-items: flex-start; gap: 8px; color: #52636e; font-size: 0.82rem; }
.giving-status svg { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 2px; color: var(--teal); }
.giving-status strong { color: var(--navy); }
.impact-band { padding: 96px max(20px, calc((100% - 1180px) / 2)); color: rgba(255,255,255,0.82); background: var(--navy); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(320px, 0.65fr); gap: 70px; align-items: end; }
.impact-band h2 { color: var(--white); }
.impact-band .section-kicker { color: var(--gold-light); }
.section-heading > p { margin: 0; color: rgba(255,255,255,0.7); }
.impact-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,0.15); border-left: 1px solid rgba(255,255,255,0.15); }
.impact-grid article { min-height: 210px; padding: 30px; border-right: 1px solid rgba(255,255,255,0.15); border-bottom: 1px solid rgba(255,255,255,0.15); }
.impact-grid svg { width: 27px; height: 27px; color: var(--gold-light); }
.impact-grid h3 { margin: 24px 0 0; color: var(--white); font-size: 1.05rem; }
.impact-grid p { margin: 9px 0 0; color: rgba(255,255,255,0.65); font-size: 0.9rem; }

.outcomes-section { padding: 100px max(20px, calc((100% - 1180px) / 2)); background: var(--white); }
.outcomes-heading { max-width: 900px; }
.outcomes-heading > p:last-child { max-width: 760px; margin: 20px 0 0; color: var(--muted); font-size: 1.02rem; }
.outcomes-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 5px solid var(--teal); background: #f5f8f8; }
.outcomes-grid article { min-height: 245px; padding: 32px; border-right: 1px solid var(--border); }
.outcomes-grid article:last-child { border-right: 0; }
.outcomes-grid span { color: var(--clay); font-size: 0.75rem; font-weight: 900; text-transform: uppercase; }
.outcomes-grid h3 { margin: 22px 0 0; color: var(--navy); font-size: 1.22rem; line-height: 1.2; }
.outcomes-grid p { margin: 12px 0 0; color: var(--muted); font-size: 0.9rem; }
.measurement-line { margin-top: 22px; padding: 22px 26px; display: flex; align-items: center; gap: 16px; border: 1px solid var(--border); border-radius: 8px; }
.measurement-line svg { flex: 0 0 auto; width: 27px; height: 27px; color: var(--teal); }
.measurement-line p { margin: 0; color: #435762; font-size: 0.9rem; }
.measurement-line strong { color: var(--navy); }

.contribution-section { padding: 100px max(20px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: minmax(0, 1fr) minmax(370px, 0.72fr); gap: 76px; align-items: start; background: var(--cream); scroll-margin-top: 110px; }
.contribution-lead { max-width: 680px; margin: 22px 0 0; color: #455b68; font-size: 1.08rem; }
.contribution-case .giving-urgency { max-width: 680px; margin: 28px 0 0; }
.contribution-goal { max-width: 680px; margin-top: 28px; padding: 22px 24px; border-left: 4px solid var(--teal); background: rgba(255,255,255,0.72); }
.contribution-goal span { display: block; color: var(--muted); font-size: 0.74rem; font-weight: 900; text-transform: uppercase; }
.contribution-goal strong { display: block; margin-top: 2px; color: var(--navy); font-family: "Barlow Condensed", Inter, sans-serif; font-size: 2.8rem; line-height: 1; }
.contribution-goal p { margin: 9px 0 0; color: var(--muted); font-size: 0.86rem; }
.gift-ladder { max-width: 680px; margin-top: 28px; display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.gift-ladder button { min-height: 148px; padding: 24px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 18px; border: 0; border-right: 1px solid var(--border); color: var(--ink); background: rgba(255,255,255,0.7); text-align: left; cursor: pointer; }
.gift-ladder button:nth-child(2n) { border-right: 0; }
.gift-ladder button:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
.gift-ladder button:hover { background: var(--white); }
.gift-ladder strong { color: var(--navy); font-family: "Barlow Condensed", Inter, sans-serif; font-size: 2.3rem; }
.gift-ladder span { color: var(--muted); font-size: 0.85rem; }
.delay-section { padding: 88px max(20px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: minmax(280px, 0.8fr) 1fr auto; gap: 54px; align-items: center; color: var(--white); background: var(--navy); border-top: 1px solid rgba(255,255,255,0.12); }
.delay-section .section-kicker { color: #ffe29b; }
.delay-section h2 { color: var(--white); }
.delay-section ul { margin: 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.delay-section li { display: flex; gap: 10px; color: rgba(255,255,255,0.82); font-size: 0.9rem; }
.delay-section li svg { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 3px; color: #ffe29b; }
.delay-section .button { min-width: 190px; }

.proof-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.proof-image { min-height: 520px; background: url("./assets/generated/reentry-service-pathways-v2.webp") center center / cover no-repeat; }
.proof-copy { padding: 88px max(40px, calc((100vw - 1180px) / 2)); padding-left: 70px; background: var(--white); }
.proof-copy ul { margin: 30px 0 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.proof-copy li { display: flex; align-items: flex-start; gap: 10px; color: #3f5360; }
.proof-copy li svg { flex: 0 0 auto; width: 19px; height: 19px; margin-top: 3px; color: var(--teal); }
.text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 32px; color: var(--navy); font-weight: 850; }
.text-link svg { width: 17px; height: 17px; }

.faq-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 104px 0; display: grid; grid-template-columns: 0.7fr 1fr; gap: 84px; align-items: start; }
.faq-heading { position: sticky; top: 130px; }
.faq-heading > p:last-child { margin: 20px 0 0; color: var(--muted); }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy); font-weight: 850; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--teal); transition: transform 180ms ease; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { margin: -4px 46px 24px 0; color: var(--muted); }

.final-cta { padding: 72px max(20px, calc((100% - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 50px; color: var(--white); background: var(--teal); }
.final-cta .section-kicker { color: #eaf0d9; }
.final-cta h2 { max-width: 800px; color: var(--white); }
.legal-disclosure { padding: 36px max(20px, calc((100% - 1180px) / 2)); background: #edf1f1; border-top: 1px solid var(--border); }
.legal-disclosure p { margin: 0; color: #445762; font-size: 0.78rem; }
.legal-disclosure .florida-disclosure { margin-top: 14px; color: #293f4d; font-weight: 800; }
.campaign-footer { padding: 34px max(20px, calc((100% - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: rgba(255,255,255,0.7); background: #061d2d; }
.campaign-footer > div { display: flex; align-items: center; gap: 13px; }
.campaign-footer img { width: 45px; height: 45px; object-fit: contain; }
.campaign-footer span { display: flex; flex-direction: column; font-size: 0.78rem; }
.campaign-footer strong { color: var(--white); font-size: 0.88rem; }
.campaign-footer nav { display: flex; gap: 18px; flex-wrap: wrap; }
.campaign-footer a { font-size: 0.8rem; font-weight: 750; text-decoration: none; }

.prototype-modal[hidden] { display: none; }
.prototype-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3,18,30,0.76); backdrop-filter: blur(5px); }
.modal-dialog { position: relative; z-index: 1; width: min(520px, 100%); padding: 42px; background: var(--white); border-radius: 8px; box-shadow: 0 30px 80px rgba(0,0,0,0.3); text-align: center; }
.modal-close { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 8px; color: var(--navy); background: var(--mist); cursor: pointer; }
.modal-close svg { width: 18px; height: 18px; }
.modal-icon { width: 62px; height: 62px; margin: 0 auto 22px; display: grid; place-items: center; color: var(--white); background: var(--teal); border-radius: 50%; }
.modal-icon svg { width: 28px; height: 28px; }
.modal-dialog h2 { margin: 0; color: var(--navy); font-family: "Barlow Condensed", Inter, sans-serif; font-size: 2.6rem; line-height: 1; text-transform: uppercase; }
.modal-dialog > p:not(.section-kicker) { margin: 18px 0 0; color: var(--muted); }
.modal-actions { margin-top: 28px; display: flex; flex-direction: column; gap: 10px; }

.thank-you-page { background: var(--paper); }
.thank-you-header-inner { min-height: 76px; }
.header-return { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: 0.86rem; font-weight: 800; text-decoration: none; }
.header-return svg { width: 18px; height: 18px; }
.thank-you-main { min-height: 70vh; }
.thank-you-confirmation { padding: 104px 20px 84px; text-align: center; background: var(--paper); }
.confirmation-mark { width: 82px; height: 82px; margin: 0 auto 26px; display: grid; place-items: center; color: var(--white); background: var(--teal); border-radius: 50%; box-shadow: 0 14px 30px rgba(47,127,122,0.24); }
.confirmation-mark svg { width: 39px; height: 39px; }
.thank-you-confirmation h1 { max-width: 860px; margin: 0 auto; color: var(--navy); font-family: "Barlow Condensed", Inter, sans-serif; font-size: 5rem; line-height: 0.96; text-transform: uppercase; }
.thank-you-lead { max-width: 710px; margin: 24px auto 0; color: #4f626e; font-size: 1.12rem; }
.receipt-preview { width: min(680px, 100%); margin: 42px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--white); border: 1px solid var(--border); border-radius: 8px; box-shadow: var(--soft-shadow); }
.receipt-preview > div { min-height: 100px; padding: 22px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border-right: 1px solid var(--border); }
.receipt-preview > div:last-child { border-right: 0; }
.receipt-preview span { color: var(--muted); font-size: 0.76rem; font-weight: 800; text-transform: uppercase; }
.receipt-preview strong { color: var(--navy); font-size: 1.12rem; }
.receipt-preview .payment-status { color: var(--teal); }
.receipt-preview .payment-status.pending { color: var(--clay); }
.manage-support-button { margin: 20px auto 0; }
.manage-support-button[hidden] { display: none; }
.acknowledgment-note { max-width: 650px; margin: 22px auto 0; display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--muted); font-size: 0.82rem; }
.acknowledgment-note svg { flex: 0 0 auto; width: 18px; height: 18px; color: var(--teal); }
.thank-you-actions { padding: 70px max(20px, calc((100% - 1180px) / 2)); display: flex; align-items: end; justify-content: space-between; gap: 50px; background: var(--white); border-top: 1px solid var(--border); }
.thank-you-actions h2 { max-width: 720px; }
.share-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.next-steps-band { padding: 0 max(20px, calc((100% - 1180px) / 2)) 90px; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--white); }
.next-steps-band article { padding: 34px; border: 1px solid var(--border); border-right: 0; }
.next-steps-band article:last-child { border-right: 1px solid var(--border); }
.next-steps-band svg { width: 27px; height: 27px; color: var(--teal); }
.next-steps-band h3 { margin: 20px 0 0; color: var(--navy); }
.next-steps-band p { margin: 9px 0 0; color: var(--muted); font-size: 0.9rem; }
.thank-you-quote { padding: 96px 20px; color: var(--white); background: var(--navy); text-align: center; }
.thank-you-quote blockquote { max-width: 900px; margin: 0 auto; font-family: "Barlow Condensed", Inter, sans-serif; font-size: 3.4rem; line-height: 1; text-transform: uppercase; }
.thank-you-quote p { margin: 22px 0 0; color: var(--gold-light); font-size: 0.8rem; font-weight: 900; text-transform: uppercase; }

@media (max-width: 980px) {
  .menu-button { display: inline-flex; }
  .campaign-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; padding: 14px 20px 20px; background: var(--paper); border-bottom: 1px solid var(--border); box-shadow: var(--soft-shadow); }
  .campaign-nav.open { display: grid; }
  .campaign-nav .nav-give { margin-left: 0; justify-content: center; }
  .contribution-section { grid-template-columns: 1fr; gap: 58px; }
  .giving-panel { order: -1; width: min(560px, 100%); margin: 0 auto; }
  .trust-strip { grid-template-columns: 1fr; gap: 16px; }
  .trust-strip > div + div { padding: 16px 0 0; border-left: 0; border-top: 1px solid var(--border); }
  .pressure-grid { grid-template-columns: repeat(2, 1fr); }
  .pressure-grid article:nth-child(2) { border-right: 0; }
  .pressure-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .ripple-heading { grid-template-columns: 1fr; }
  .ripple-heading .section-kicker { grid-column: auto; margin-bottom: -26px; }
  .ripple-grid { grid-template-columns: repeat(2, 1fr); }
  .ripple-grid article:nth-child(2) { border-right: 0; }
  .ripple-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.14); }
  .impact-grid { grid-template-columns: repeat(2, 1fr); }
  .outcomes-grid { grid-template-columns: 1fr; }
  .outcomes-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--border); }
  .outcomes-grid article:last-child { border-bottom: 0; }
  .proof-section { grid-template-columns: 1fr; }
  .proof-image { min-height: 460px; }
  .proof-copy { padding: 72px 40px; }
  .faq-section { grid-template-columns: 1fr; gap: 44px; }
  .faq-heading { position: static; }
  .delay-section { grid-template-columns: 1fr; align-items: start; }
  .delay-section .button { width: fit-content; }
  .final-cta, .thank-you-actions { align-items: flex-start; flex-direction: column; }
  .next-steps-band { grid-template-columns: 1fr; }
  .next-steps-band article { border-right: 1px solid var(--border); border-bottom: 0; }
  .next-steps-band article:last-child { border-bottom: 1px solid var(--border); }
}

@media (max-width: 640px) {
  .prototype-banner { min-height: 40px; }
  .campaign-header-inner { width: calc(100% - 28px); }
  .campaign-brand img { width: min(216px, 62vw); }
  .campaign-hero { min-height: 680px; }
  .campaign-hero::before { background: linear-gradient(180deg, rgba(3,18,30,0.98) 0%, rgba(4,24,39,0.88) 60%, rgba(4,24,39,0.54) 100%), url("./assets/generated/reentry-gate-sunset-support.webp") 62% center / cover no-repeat; }
  .hero-inner { width: 100%; padding: 70px 20px 112px; }
  .campaign-hero h1 { font-size: 3.55rem; }
  .hero-offer { font-size: 1.65rem; }
  .hero-copy { font-size: 1.03rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-strip { width: calc(100% - 28px); padding: 22px; }
  .stakes-section { width: calc(100% - 40px); padding-top: 76px; }
  .stakes-heading { grid-template-columns: 1fr; gap: 22px; }
  .stakes-heading h2, .ripple-heading h2, .outcomes-heading h2, .delay-section h2 { font-size: 2.85rem; }
  .pressure-grid { grid-template-columns: 1fr; }
  .pressure-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--border); }
  .pressure-grid article:last-child { border-bottom: 0; }
  .pressure-grid h3 { margin-top: 42px; }
  .ripple-case { margin-left: -20px; margin-right: -20px; border-radius: 0; }
  .ripple-heading { padding: 42px 20px 30px; gap: 32px; }
  .ripple-grid { grid-template-columns: 1fr; }
  .ripple-grid article { min-height: auto; padding: 30px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.14); }
  .ripple-grid article:last-child { border-bottom: 0; }
  .dignity-line { align-items: flex-start; padding: 20px; text-align: left; }
  .campaign-section, .faq-section { width: calc(100% - 40px); padding: 76px 0; }
  .content-column h2, .impact-band h2, .contribution-case h2, .proof-copy h2, .faq-heading h2, .final-cta h2, .thank-you-actions h2 { font-size: 2.85rem; }
  .pathway { grid-template-columns: 1fr; gap: 10px; }
  .giving-panel-header, #prototype-donation-form { padding-left: 20px; padding-right: 20px; }
  .giving-urgency { margin-left: 20px; margin-right: 20px; }
  .amount-grid { grid-template-columns: repeat(2, 1fr); }
  .impact-band, .contribution-section { padding-top: 76px; padding-bottom: 76px; }
  .outcomes-section { padding-top: 76px; padding-bottom: 76px; }
  .measurement-line { align-items: flex-start; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .impact-grid { grid-template-columns: 1fr; }
  .gift-ladder { grid-template-columns: 1fr; }
  .gift-ladder button { min-height: 128px; border-right: 0; border-bottom: 1px solid var(--border); }
  .gift-ladder button:last-child { border-bottom: 0; }
  .proof-image { min-height: 360px; }
  .proof-copy { padding: 64px 20px; }
  .delay-section { padding-top: 68px; padding-bottom: 68px; gap: 36px; }
  .delay-section .button { width: 100%; }
  .final-cta { padding-top: 58px; padding-bottom: 58px; }
  .final-cta .button { width: 100%; }
  .campaign-footer { align-items: flex-start; flex-direction: column; }
  .modal-dialog { padding: 38px 22px 24px; }
  .modal-dialog h2 { font-size: 2.25rem; }
  .header-return { font-size: 0; width: 42px; height: 42px; justify-content: center; border: 1px solid var(--border); border-radius: 8px; }
  .header-return svg { width: 19px; height: 19px; }
  .thank-you-confirmation { padding: 76px 20px 64px; }
  .thank-you-confirmation h1 { font-size: 3.5rem; }
  .receipt-preview { grid-template-columns: 1fr; }
  .receipt-preview > div { min-height: 84px; border-right: 0; border-bottom: 1px solid var(--border); }
  .receipt-preview > div:last-child { border-bottom: 0; }
  .acknowledgment-note { align-items: flex-start; }
  .share-actions { width: 100%; flex-direction: column; }
  .share-actions .button { width: 100%; }
  .next-steps-band { padding-bottom: 70px; }
  .thank-you-quote { padding: 76px 20px; }
  .thank-you-quote blockquote { font-size: 2.55rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
