:root {
    --ink: #172019;
    --muted: #667067;
    --line: #deded8;
    --lime: #c8f77c;
    --green: #204d32;
    --purple: #8e44ad;
    --paper: #fffefb;
    --wash: #f6f7f2;
}

* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--paper);
    overflow-x: hidden;
}
body.modal-open {
    overflow: hidden;
}

.total-impact-learn-page {
    min-height: calc(100vh - 56px);
    padding: clamp(28px, 5vw, 70px) 24px 80px;
    background:
        radial-gradient(circle at 12% 8%, rgba(200, 247, 124, .28), transparent 30%),
        var(--wash);
}
.total-impact-learn-hero,
.total-impact-learn-next {
    width: min(100%, 1080px);
    margin: 0 auto;
}
.total-impact-learn-hero {
    display: block;
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid #d7e6d4;
    border-radius: 30px;
    background: white;
    box-shadow: 0 24px 70px rgba(25, 65, 42, .1);
}
.total-impact-learn-copy h1 {
    max-width: 690px;
    margin: 10px 0 18px;
    color: #173c29;
    font-size: clamp(46px, 7vw, 78px);
    line-height: .96;
}
.total-impact-learn-lead {
    max-width: 650px;
    margin: 0;
    color: #4f5a52;
    font-size: clamp(18px, 2.5vw, 22px);
    line-height: 1.5;
}
.total-impact-learn-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: min(100%, 680px);
    margin: 26px auto 0;
}
.total-impact-learn-actions .button {
    flex: 1 1 280px;
}
.total-impact-copy-status {
    min-height: 24px;
    margin: 12px 0 0;
    color: #1f5638;
    font-weight: 750;
}
.total-impact-learn-video {
    width: min(100%, 390px);
    min-width: 0;
    margin: 30px auto 0;
    padding: 10px;
    border-radius: 24px;
    background: #123e2a;
    box-shadow: 0 22px 48px rgba(14, 53, 34, .24);
}
.total-impact-learn-video > span {
    display: block;
    padding: 5px 8px 13px;
    color: #d8ff9d;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
    animation: total-impact-watch-pulse 1.25s ease-in-out infinite;
}
.total-impact-learn-video video {
    display: block;
    width: 100%;
    max-height: 520px;
    aspect-ratio: 4 / 5;
    border-radius: 17px;
    background: #000;
}
@keyframes total-impact-watch-pulse {
    0%, 100% {
        color: #d8ff9d;
        text-shadow: 0 0 0 rgba(216, 255, 157, 0);
        opacity: .72;
    }
    50% {
        color: #ffffff;
        text-shadow: 0 0 12px rgba(216, 255, 157, .85);
        opacity: 1;
    }
}
@media (prefers-reduced-motion: reduce) {
    .total-impact-learn-video > span {
        animation: none;
        opacity: 1;
    }
}
.total-impact-learn-next {
    padding: clamp(42px, 6vw, 72px) 0 0;
    text-align: center;
}
.total-impact-learn-next h2 {
    margin: 8px 0 28px;
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1;
}
.total-impact-learn-next > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}
.total-impact-learn-next article {
    padding: 26px 22px;
    border: 1px solid #dce5d9;
    border-radius: 20px;
    background: white;
    text-align: left;
}
.total-impact-learn-next article > strong {
    width: 38px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--green);
    color: var(--lime);
}
.total-impact-learn-next h3 {
    margin: 14px 0 8px;
    font-size: 24px;
}
.total-impact-learn-next article p {
    margin: 0;
    color: #566159;
    line-height: 1.5;
}
@media (max-width: 760px) {
    .total-impact-learn-next > div {
        grid-template-columns: 1fr;
    }
    .total-impact-learn-video {
        width: min(100%, 360px);
        justify-self: center;
    }
    .total-impact-learn-actions .button {
        width: 100%;
    }
}

.site-bar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: block;
    height: 56px;
    max-height: 56px;
    padding: 6px clamp(16px, 4vw, 32px);
    background: rgba(255, 254, 251, .94);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px);
}
.site-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(58vw, 172px);
    max-height: 40px;
    transform: translate(-50%, -50%);
}
.site-logo img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 40px;
    object-fit: contain;
}
.header-actions {
    position: absolute;
    top: 50%;
    right: clamp(16px, 4vw, 32px);
    display: flex;
    align-items: center;
    gap: 14px;
    transform: translateY(-50%);
}
.header-icon,
.menu-button,
.site-menu-close {
    width: 44px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border: 1px solid #d7ddd4;
    border-radius: 15px;
    color: var(--ink);
    text-decoration: none;
    cursor: pointer;
}
.menu-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: white;
}
.menu-button span {
    width: 23px;
    height: 2px;
    display: block;
    background: var(--ink);
    border-radius: 99px;
}
.site-menu-toggle {
    position: fixed;
    opacity: 0;
    pointer-events: none;
}
.site-menu-scrim {
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(0, 0, 0, .42);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}
.site-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: clamp(0px, 3.5vw, 34px);
    z-index: 90;
    width: auto;
    height: 100vh;
    height: 100svh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: 34px clamp(34px, 6vw, 74px) 38px;
    background: white;
    box-shadow: -18px 0 46px rgba(0, 0, 0, .18);
    opacity: 0;
    visibility: hidden;
    transform: none;
    transition: opacity .12s ease, visibility .12s ease;
}
.site-menu-toggle:checked ~ .site-menu-scrim {
    opacity: 1;
    pointer-events: auto;
}
.site-menu-toggle:checked ~ .site-menu {
    opacity: 1;
    visibility: visible;
}
.site-menu-close {
    justify-self: end;
    position: relative;
    background: white;
}
.site-menu-close span {
    position: absolute;
    width: 22px;
    height: 2px;
    background: var(--ink);
    border-radius: 99px;
    transform-origin: center;
}
.site-menu-close span:first-child { transform: rotate(45deg); }
.site-menu-close span:last-child { transform: rotate(-45deg); }
.site-menu-links {
    display: grid;
    align-content: start;
    padding-top: 38px;
}
.site-menu-link {
    min-height: 96px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 20px;
    color: var(--ink);
    text-decoration: none;
    border-radius: 8px;
}
.site-menu-link strong,
.site-menu-link small {
    display: block;
}
.site-menu-link strong {
    font-size: 27px;
    line-height: 1.1;
    font-weight: 500;
}
.site-menu-link small {
    margin-top: 6px;
    color: #707070;
    font-size: 19px;
    line-height: 1.25;
}
.site-menu-link b {
    font-size: 36px;
    font-weight: 300;
}
.site-menu-actions {
    display: grid;
    gap: 16px;
    width: min(100%, 470px);
    justify-self: center;
    padding-top: 28px;
}
.menu-primary,
.menu-secondary {
    min-height: 60px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
}
.menu-primary {
    background: var(--green);
    color: var(--lime);
}
.menu-secondary {
    border: 1px solid #bfc4bd;
    color: var(--ink);
    background: white;
}

.logo-home {
    min-height: 100vh;
    min-height: 100svh;
    display: grid;
    place-items: center;
    padding: clamp(24px, 6vw, 72px);
    background: var(--paper);
}
.logo-home img {
    width: min(72vw, 420px);
    max-height: 78svh;
    height: auto;
    display: block;
    object-fit: contain;
}

.home-page {
    background: #f4f4f4;
}
.home-hero {
    width: 100%;
    min-height: calc(100svh - 56px);
    margin: 0 auto;
    padding: 0;
}
.home-featured-campaign {
    position: relative;
    min-height: calc(100svh - 56px);
    display: grid;
    align-items: end;
    overflow: hidden;
    background: var(--green);
}
.home-featured-campaign::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .76) 0%, rgba(0, 0, 0, .42) 44%, rgba(0, 0, 0, .08) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, .58) 0%, rgba(0, 0, 0, 0) 48%);
    pointer-events: none;
}
.home-featured-campaign > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.home-featured-content {
    position: relative;
    z-index: 1;
    width: min(100%, 1180px);
    display: grid;
    gap: 20px;
    padding: clamp(54px, 8vw, 104px) 28px clamp(46px, 7vw, 86px);
    color: white;
}
.home-featured-content .eyebrow {
    color: var(--lime);
}
.home-featured-content h1 {
    max-width: 860px;
    margin: 0;
    font-size: clamp(54px, 8vw, 104px);
    line-height: .94;
}
.home-featured-content h1 a {
    color: inherit;
    text-decoration: none;
}
.home-featured-content p:not(.eyebrow) {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(20px, 2.2vw, 27px);
    line-height: 1.3;
}
.home-actions {
    width: min(100%, 520px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 6px;
}
.home-featured-content .outline {
    border-color: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .14);
    color: white;
}
.home-featured-progress {
    width: min(100%, 540px);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 12px;
    align-items: baseline;
}
.home-featured-progress strong {
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1;
}
.home-featured-progress span {
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    font-weight: 850;
}
.home-featured-progress em,
.home-campaign-card em {
    grid-column: 1 / -1;
    height: 9px;
    overflow: hidden;
    border-radius: 99px;
    background: rgba(255, 255, 255, .28);
}
.home-featured-progress i,
.home-campaign-card i {
    height: 100%;
    display: block;
    border-radius: inherit;
    background: #7bd657;
}
.home-empty-feature {
    min-height: calc(100svh - 56px);
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(280px, .6fr);
    align-items: center;
    gap: clamp(28px, 5vw, 64px);
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: clamp(54px, 8vw, 104px) 28px;
}
.home-empty-feature img {
    width: min(100%, 420px);
    justify-self: center;
}
.home-empty-feature h1 {
    margin: 10px 0 18px;
    max-width: 700px;
    font-size: clamp(48px, 6.6vw, 78px);
    line-height: .96;
}
.home-empty-feature p:not(.eyebrow) {
    max-width: 620px;
    margin: 0;
    color: #4f5a52;
    font-size: clamp(19px, 2vw, 24px);
    line-height: 1.32;
}
.home-recent-campaigns {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: clamp(38px, 6vw, 74px) 28px 30px;
}
.home-recent-head {
    display: grid;
    gap: 8px;
    margin-bottom: 22px;
}
.home-recent-head h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1;
}
.home-recent-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.home-campaign-card {
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid rgba(23, 32, 25, .08);
    border-radius: 22px;
    background: white;
    color: var(--ink);
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(23, 32, 25, .08);
}
.home-campaign-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
    background: var(--paper);
}
.home-campaign-card div {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 20px;
}
.home-campaign-card small {
    color: var(--muted);
    font-weight: 850;
}
.home-campaign-card strong {
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.04;
}
.home-campaign-card span {
    color: #4f5a52;
    font-size: 17px;
    line-height: 1.38;
}
.home-campaign-card em {
    margin-top: 6px;
    background: #eceee8;
}
.home-campaign-card b {
    color: var(--green);
    font-size: 17px;
}
.home-trust,
.home-steps,
.home-current {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 30px 28px;
}
.home-trust p {
    margin: 0;
    padding: 28px;
    border-radius: 20px;
    background: #e5ffc0;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.18;
    font-weight: 900;
    text-align: center;
}
.home-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.home-steps article {
    min-height: 260px;
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 28px;
    border-radius: 22px;
    background: white;
}
.home-steps span {
    width: 46px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--green);
    color: var(--lime);
    font-weight: 950;
}
.home-steps h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.08;
}
.home-steps p {
    margin: 0;
    color: #4f5a52;
    font-size: 18px;
    line-height: 1.42;
}
.home-current {
    display: grid;
    grid-template-columns: 1fr 260px;
    align-items: center;
    gap: 24px;
    padding-bottom: 72px;
}
.home-current h2 {
    margin: 8px 0 12px;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1;
}
.home-current p:not(.eyebrow) {
    max-width: 680px;
    margin: 0;
    color: #4f5a52;
    font-size: 20px;
    line-height: 1.42;
}

.home-current.home-tools {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 24px;
    margin-top: 32px;
    margin-bottom: 72px;
    padding: clamp(42px, 6vw, 76px) 28px;
    border: 1px solid #d7e6d4;
    border-radius: 32px;
    background:
        radial-gradient(circle at 12% 12%, rgba(188, 244, 111, .42), transparent 32%),
        linear-gradient(145deg, #f7fbee 0%, #edf6e8 52%, #e2f0df 100%);
    box-shadow: 0 24px 70px rgba(25, 65, 42, .1);
    text-align: center;
}

.home-tools-copy {
    max-width: 820px;
}

.home-current.home-tools h2 {
    margin-top: 10px;
    font-size: clamp(42px, 6vw, 72px);
}

.home-current.home-tools p:not(.eyebrow) {
    max-width: 760px;
    margin-inline: auto;
    color: #5d685f;
}

.home-tools-video {
    position: relative;
    width: min(100%, 430px);
    padding: 10px;
    border-radius: 28px;
    background: #123e2a;
    box-shadow: 0 24px 56px rgba(14, 53, 34, .24);
}

.home-tools-video::before {
    content: "Total Impact";
    display: block;
    padding: 5px 8px 13px;
    color: #d8ff9d;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-tools-video video {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 20px;
    background: #fff;
}

.site-inspiration {
    width: 100%;
    padding: 24px clamp(14px, 3vw, 28px) 42px;
}

.site-inspiration-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 560px);
    align-items: center;
    gap: clamp(24px, 5vw, 64px);
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: clamp(28px, 5vw, 54px);
    border: 1px solid #d7e6d4;
    border-radius: 30px;
    background:
        radial-gradient(circle at 12% 12%, rgba(188, 244, 111, .38), transparent 34%),
        linear-gradient(145deg, #f7fbee 0%, #edf6e8 52%, #e2f0df 100%);
    box-shadow: 0 20px 58px rgba(25, 65, 42, .1);
}

.site-inspiration-copy h2 {
    margin: 8px 0 14px;
    color: #173f2a;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.05;
}

.site-inspiration-copy p {
    margin: 8px 0;
    color: #56635a;
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.5;
}

.site-inspiration-copy p strong {
    color: #172019;
    font-size: 1.08em;
}

.site-inspiration-video {
    position: relative;
    width: 100%;
    padding: 10px;
    border-radius: 25px;
    background: #123e2a;
    box-shadow: 0 22px 52px rgba(14, 53, 34, .22);
}

.site-inspiration-video > span {
    display: block;
    padding: 5px 8px 12px;
    color: #d8ff9d;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.site-inspiration-video video {
    display: block;
    width: 100%;
    aspect-ratio: 160 / 87;
    border-radius: 17px;
    background: #0a1710;
}

.film-give-flight {
    z-index: 10000;
    display: grid;
    place-items: center;
    margin: 0;
    border-radius: 999px;
    text-align: center;
    pointer-events: auto;
    will-change: transform;
}

.film-give-heartbeat {
    animation: film-give-heartbeat 1.05s ease-in-out infinite;
    transform-origin: center;
}

@keyframes film-give-heartbeat {
    0%, 100% { transform: scale(1); }
    18% { transform: scale(1.055); }
    34% { transform: scale(1); }
    50% { transform: scale(1.04); }
    68% { transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
    .film-give-heartbeat {
        animation: none;
    }
}

@media (max-width: 760px) {
    .site-inspiration {
        padding: 16px 10px 26px;
    }

    .site-inspiration-card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 24px 14px 16px;
        border-radius: 24px;
        text-align: center;
    }

    .site-inspiration-video {
        padding: 8px;
        border-radius: 20px;
    }

    .site-inspiration-video video {
        border-radius: 14px;
    }

    .campaign-page .site-inspiration {
        padding-bottom: 190px;
    }

    .campaign-page .page {
        padding-bottom: 0;
    }
}

.home-bottom-action {
    display: flex;
    justify-content: center;
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 6px 28px 78px;
}

.home-bottom-action .button {
    width: min(100%, 360px);
    min-height: 58px;
    font-size: 19px;
}

.page {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 36px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px;
}

.campaign { min-width: 0; }
.media {
    aspect-ratio: 16 / 9;
    background: var(--wash);
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--line);
}
.media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mobile-hero-overlay {
    display: none;
}
.image-placeholder {
    height: 100%;
    display: grid;
    place-items: center;
    font-size: clamp(30px, 5vw, 64px);
    font-weight: 800;
    color: var(--green);
}

.story { padding: 26px 2px; }
.eyebrow, .organizer { color: var(--muted); font-weight: 700; }
h1 { font-size: clamp(32px, 5vw, 54px); line-height: 1; margin: 10px 0 16px; letter-spacing: 0; }
.summary { font-size: 21px; line-height: 1.45; }
.story-copy { margin-top: 28px; font-size: 18px; line-height: 1.65; }
.story-copy > p { margin: 0 0 1.25em; }
.story-copy > p:last-child { margin-bottom: 0; }
.campaign-video-embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    margin: 18px 0;
    overflow: hidden;
    border-radius: 14px;
    background: #111;
}
.campaign-video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.mobile-campaign-summary,
.mobile-donation-dock,
.story-read-more {
    display: none;
}

.donation-panel {
    position: sticky;
    top: 78px;
    align-self: start;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 28px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(31, 45, 35, .08);
}
.meter-row { display: flex; gap: 18px; align-items: center; }
.meter-row strong { display: block; font-size: 28px; }
.meter-row span, .meter-row small { display: block; color: var(--muted); font-size: 20px; }
.ring {
    --p: 0;
    --ring-thickness: 8px;
    position: relative;
    width: 84px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: conic-gradient(#7bd657 calc(var(--p) * 1%), #f0f0ef 0);
    font-weight: 850;
}
.ring::before {
    content: "";
    position: absolute;
    inset: var(--ring-thickness);
    border-radius: inherit;
    background: white;
}
.ring span {
    position: relative;
    z-index: 1;
    width: auto;
    min-width: 0;
    display: grid;
    place-items: center;
    background: transparent;
    color: var(--ink);
    font-size: 16px;
    line-height: 1;
    text-align: center;
}
.bar { height: 10px; background: #eceee8; border-radius: 99px; margin: 24px 0; overflow: hidden; }
.bar span { display: block; height: 100%; background: #7bd657; }
.mode-badge {
    margin: 0 0 12px;
    padding: 9px 12px;
    border-radius: 8px;
    background: #fff4d6;
    color: #6c4a00;
    font-weight: 850;
    text-align: center;
}
.button {
    width: 100%;
    min-height: 58px;
    border: 0;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    text-decoration: none;
    font-weight: 850;
    font-size: 20px;
    color: var(--ink);
    cursor: pointer;
}
.donate { background: var(--lime); }
.share { margin-top: 12px; background: var(--green); color: white; }
.donor-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 28px 0 20px;
    font-size: 20px;
}
.trend {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--purple);
    background: #f5eaf9;
}
.donors { display: grid; gap: 20px; }
.donor { display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: start; }
.avatar {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #f1f2f2;
    color: #3368d8;
    font-weight: 850;
}
.donor strong, .donor span { display: block; }
.donor span { color: var(--muted); font-weight: 700; }
.donor p { margin: 6px 0 0; color: var(--muted); }
.panel-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.panel-actions a {
    min-height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid #bfc4bd;
    border-radius: 999px;
    color: var(--ink);
    text-decoration: none;
    font-weight: 850;
}
.panel-actions a[data-panel-action="impact"] {
    border-color: var(--lime);
    background: var(--lime);
    color: var(--ink);
}
.panel-actions a.is-active {
    box-shadow: inset 0 0 0 2px rgba(23, 32, 25, .18);
}
.panel-actions a:last-child {
    grid-column: 1 / -1;
}
.impact-invite {
    display: grid;
    gap: 12px;
    margin-top: 18px;
    padding: 16px;
    border-radius: 8px;
    background: #f6ffe9;
}
.impact-invite p {
    margin: 0;
    color: #4f5a52;
    line-height: 1.4;
    font-weight: 750;
}
.impact-invite button {
    min-height: 48px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: var(--green);
    color: white;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}
.panel-list.is-loading {
    opacity: .55;
    pointer-events: none;
}
.impact-list {
    display: grid;
    gap: 18px;
}
.impact-list > p {
    margin: 0;
    color: var(--muted);
}
.impact-row {
    container-type: inline-size;
    position: relative;
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(23, 32, 25, .08);
    border-radius: 15px;
    background: white;
    box-shadow: 0 10px 24px rgba(23, 32, 25, .10);
}
.impact-row:nth-of-type(even) {
    background: white;
}
.impact-row::before {
    display: none;
}
.impact-row strong,
.impact-row span {
    display: block;
}
.impact-row span {
    color: var(--muted);
    font-weight: 700;
}
.impact-row dl {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 8px;
    margin: 0;
}
.impact-row dl div {
    container-type: inline-size;
    min-width: 0;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 2px;
    padding: 10px;
    border-radius: 8px;
    background: #f6f7f2;
    text-align: center;
}
.impact-row dl div.total-impact,
.impact-stats span.total-impact {
    background: var(--lime);
    color: var(--ink);
}
.impact-row dl div.total-impact dt,
.impact-row dl div.total-impact dd,
.impact-stats span.total-impact,
.impact-stats span.total-impact strong {
    color: var(--ink);
}
.impact-row dt {
    max-width: 100%;
    overflow: hidden;
    color: var(--muted);
    font-size: 11px;
    font-size: clamp(9px, 12cqw, 12px);
    font-weight: 850;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
@container (max-width: 380px) {
    .impact-row dl {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.impact-row dd {
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    font-size: 18px;
    font-size: clamp(13px, 21cqw, 19px);
    font-weight: 900;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.impact-tree-action {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
    min-height: 40px;
    display: grid;
    place-items: center;
    margin-top: 4px;
    padding: 9px 14px;
    border: 1px solid var(--green);
    border-radius: 999px;
    background: var(--green);
    color: white;
    font: inherit;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.impact-row:nth-of-type(even) .impact-tree-action {
    background: var(--green);
}

.list-modal[hidden] {
    display: none;
}
.list-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: clamp(16px, 4vw, 34px);
    background: rgba(23, 32, 25, .64);
}
.list-modal-card {
    width: min(100%, 560px);
    max-height: min(90svh, 820px);
    display: grid;
    grid-template-rows: auto 1fr auto;
    overflow: hidden;
    border-radius: 8px;
    background: white;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .25);
}
.list-modal-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 22px 14px;
}
.list-modal-head > div {
    min-width: 0;
    flex: 1;
}
.list-modal-head h2 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 28px;
    line-height: 1.1;
}
.list-modal-head h2 b {
    font: inherit;
}
.list-modal-head h2 span {
    min-width: 30px;
    min-height: 24px;
    display: inline-grid;
    place-items: center;
    padding: 3px 8px;
    border-radius: 6px;
    background: #eef0ef;
    color: var(--ink);
    font-size: 13px;
    font-weight: 950;
}
.list-modal-progress {
    margin-top: 14px;
    padding: 12px;
    border-radius: 8px;
    background: #f6f7f2;
}
.list-modal-progress strong,
.list-modal-progress span {
    display: block;
}
.list-modal-progress span {
    margin-top: 2px;
    color: var(--muted);
    font-weight: 750;
}
.list-modal-progress .bar {
    margin: 10px 0 0;
}
.list-modal-close {
    width: 42px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border: 1px solid #d7ddd4;
    border-radius: 50%;
    background: white;
    color: var(--ink);
    font: inherit;
    font-size: 24px;
    font-weight: 850;
    line-height: 1;
    cursor: pointer;
}
.list-modal-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}
.list-modal-tabs button {
    min-height: 38px;
    display: grid;
    place-items: center;
    padding: 8px 15px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--muted);
    font: inherit;
    font-weight: 950;
    cursor: pointer;
}
.list-modal-tabs button.is-active {
    background: var(--ink);
    color: white;
}
.list-modal-top-prompt {
    margin: 14px 0 0;
    color: var(--ink);
    line-height: 1.4;
}
.list-modal-body {
    overflow: auto;
    padding: 0 0 22px;
}
.donation-modal-list {
    display: grid;
}
.donation-modal-row {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: start;
    padding: 11px 22px;
}
.donation-modal-row .avatar {
    width: 40px;
    color: var(--ink);
}
.donation-modal-row strong,
.donation-modal-row span {
    display: block;
}
.donation-modal-row span {
    color: var(--ink);
    font-size: 14px;
}
.donation-modal-row span b {
    font-weight: 950;
}
.donation-modal-row em {
    display: inline-grid;
    place-items: center;
    min-height: 17px;
    margin-left: 5px;
    padding: 2px 6px;
    border-radius: 4px;
    background: #c8f77c;
    color: var(--green);
    font-size: 10px;
    font-style: normal;
    font-weight: 950;
    text-transform: uppercase;
}
.donation-modal-row p {
    margin: 5px 0 0;
    color: var(--muted);
    line-height: 1.35;
}
.donation-modal-cta {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    margin: 8px 0;
    padding: 12px 22px;
    background: var(--lime);
}
.donation-modal-cta img {
    width: 46px;
    aspect-ratio: 1;
    display: block;
    object-fit: cover;
    border-radius: 4px;
    background: white;
}
.donation-modal-cta-mark {
    width: 46px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 4px;
    background: white;
    color: var(--green);
    font-size: 14px;
    font-weight: 950;
}
.donation-modal-cta strong {
    font-size: 16px;
    line-height: 1.2;
}
.donation-modal-cta a {
    min-height: 32px;
    display: grid;
    place-items: center;
    padding: 7px 16px;
    border-radius: 999px;
    background: var(--green);
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 950;
}
.list-modal-status {
    margin: 22px 22px 0;
    color: var(--muted);
    font-weight: 800;
}
.list-modal-status button {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ink);
    font: inherit;
    font-weight: 850;
    text-decoration: underline;
    cursor: pointer;
}
.list-modal-sentinel {
    height: 1px;
}
.list-modal-foot {
    padding: 14px 22px 22px;
    border-top: 1px solid #ecece7;
    background: white;
}
.list-modal-foot .button {
    min-height: 56px;
    font-size: 16px;
}

.impact-signup-modal[hidden] {
    display: none;
}
.impact-signup-modal {
    position: fixed;
    inset: 0;
    z-index: 130;
    display: grid;
    place-items: center;
    padding: clamp(16px, 4vw, 34px);
    background: rgba(23, 32, 25, .64);
}
.impact-signup-card {
    position: relative;
    width: min(100%, 520px);
    max-height: min(88svh, 760px);
    overflow: auto;
    display: grid;
    gap: 18px;
    padding: 28px;
    border-radius: 8px;
    background: white;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .25);
}
.impact-signup-card h2 {
    margin: 4px 46px 10px 0;
    font-size: 32px;
    line-height: 1.05;
}
.impact-signup-card p:not(.eyebrow):not(.impact-signup-error) {
    margin: 0 0 18px;
    color: #4f5a52;
    line-height: 1.45;
}
.impact-signup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border: 1px solid #d7ddd4;
    border-radius: 50%;
    background: white;
    color: var(--ink);
    font: inherit;
    font-size: 24px;
    font-weight: 850;
    line-height: 1;
    cursor: pointer;
}
.impact-signup-card form,
.impact-signup-result {
    display: grid;
    gap: 14px;
}
.impact-signup-card form[hidden],
.impact-signup-result[hidden],
.impact-signup-error[hidden] {
    display: none;
}
.impact-signup-card label {
    display: grid;
    gap: 8px;
    font-weight: 800;
}
.impact-signup-card input:not([type="checkbox"]) {
    width: 100%;
    border: 1px solid #bdc5bb;
    border-radius: 8px;
    padding: 13px 14px;
    font: inherit;
    color: var(--ink);
    background: white;
}
.impact-anonymous-choice {
    grid-template-columns: 22px 1fr;
    align-items: start;
    margin: 0;
    padding: 12px 0;
    border-top: 1px solid #ecece7;
    border-bottom: 1px solid #ecece7;
    color: #4f5a52;
    line-height: 1.35;
}
.impact-anonymous-choice input {
    width: 18px;
}
.impact-signup-error {
    margin: 0;
    padding: 11px 12px;
    border-radius: 8px;
    background: #ffe8e8;
    color: #8a1c1c;
    font-weight: 800;
}
.impact-signup-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.impact-signup-actions .button {
    min-height: 52px;
    font-size: 16px;
}
.impact-signup-actions .button:disabled {
    opacity: .65;
    cursor: wait;
}

.giving-tree-modal[hidden] {
    display: none;
}
.giving-tree-modal {
    position: fixed;
    inset: 0;
    z-index: 180;
    display: grid;
    background: rgba(23, 32, 25, .72);
}
.giving-tree-shell {
    min-width: 0;
    min-height: 0;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    background: #f9faf7;
}
.giving-tree-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
    padding: 18px clamp(18px, 3vw, 32px) 12px;
    background: white;
    border-bottom: 1px solid #e2e6de;
}
.giving-tree-head h2 {
    margin: 2px 0 6px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1;
}
.giving-tree-head p:not(.eyebrow) {
    margin: 0;
    color: #4f5a52;
    font-weight: 800;
}
.impact-view-count {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin: 0;
    color: #7a817c;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}
.impact-view-count svg {
    width: 10px;
    height: 10px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}
.impact-row .impact-view-count {
    flex-direction: row;
    justify-content: flex-start;
}
.giving-tree-node > .impact-view-count {
    justify-content: center;
    margin: -4px 0 -3px;
    font-size: 7px;
    font-weight: 500;
}
.giving-tree-node > .impact-view-count svg {
    width: 8px;
    height: 8px;
}
.giving-tree-close {
    width: 44px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border: 1px solid #d7ddd4;
    border-radius: 50%;
    background: white;
    color: var(--ink);
    font: inherit;
    font-size: 25px;
    font-weight: 850;
    line-height: 1;
    cursor: pointer;
}
.giving-tree-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 12px clamp(18px, 3vw, 32px);
    background: white;
    border-bottom: 1px solid #e2e6de;
}
.giving-tree-toolbar button {
    min-width: 42px;
    min-height: 38px;
    display: grid;
    place-items: center;
    padding: 8px 13px;
    border: 1px solid #c9d0c6;
    border-radius: 999px;
    background: white;
    color: var(--ink);
    font: inherit;
    font-weight: 950;
    cursor: pointer;
}
.giving-tree-toolbar button:hover,
.impact-tree-action:hover {
    border-color: var(--green);
    background: #173823;
    color: white;
}
.giving-tree-toolbar [data-giving-tree-close-view] {
    margin-left: auto;
    border-color: #173823;
    background: #173823;
    color: white;
}
.giving-tree-toolbar [data-giving-tree-close-view]:hover {
    background: #0f2718;
}
.giving-tree-toolbar [data-giving-tree-close-view].is-attention {
    animation: giving-tree-close-view-pulse 1.05s ease-in-out infinite;
}
@keyframes giving-tree-close-view-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(200, 247, 124, .7);
        transform: translateZ(0);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(200, 247, 124, .24);
        transform: translateY(-1px);
    }
}
.giving-tree-stage {
    position: relative;
    min-height: 0;
    overflow: hidden;
    background:
        linear-gradient(rgba(23, 32, 25, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 32, 25, .045) 1px, transparent 1px),
        #f9faf7;
    background-size: 36px 36px;
    cursor: grab;
    touch-action: none;
    user-select: none;
}
.giving-tree-stage:active {
    cursor: grabbing;
}
.giving-tree-status {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 28px;
    color: #4f5a52;
    font-size: 18px;
    font-weight: 850;
    text-align: center;
}
.giving-tree-status[hidden] {
    display: none;
}
.giving-tree-canvas {
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: 0 0;
}
.giving-tree-canvas.is-animating {
    transition: transform .28s ease;
}
.giving-tree-canvas > svg,
.giving-tree-canvas [data-giving-tree-nodes] {
    position: absolute;
    inset: 0;
}
.giving-tree-canvas > svg path {
    fill: none;
    stroke: #98a293;
    stroke-width: 2.5;
}
.giving-tree-node {
    position: absolute;
    width: 224px;
    height: 286px;
    display: grid;
    grid-template-rows: auto auto auto auto;
    align-content: start;
    gap: 8px;
    padding: 12px;
    border: 1px solid #d8ded4;
    border-radius: 8px;
    background: white;
    box-shadow: 0 10px 24px rgba(23, 32, 25, .1);
    cursor: pointer;
}
.giving-tree-node.is-root {
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(200, 247, 124, .8), 0 12px 26px rgba(23, 32, 25, .12);
}
.giving-tree-node:focus-visible {
    outline: 3px solid rgba(32, 77, 50, .28);
    outline-offset: 4px;
}
.giving-tree-node.is-copied {
    border-color: var(--green);
}
.giving-tree-copy-status {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 4px 8px;
    border-radius: 999px;
    background: var(--lime);
    color: var(--green);
    font-size: 10px;
    font-weight: 950;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity .16s ease, transform .16s ease;
    white-space: nowrap;
}
.giving-tree-node.is-copied .giving-tree-copy-status {
    opacity: 1;
    transform: translateY(0);
}
.giving-tree-node > strong {
    min-height: 0;
    margin-bottom: -4px;
    overflow: hidden;
    color: var(--ink);
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    overflow-wrap: normal;
    word-break: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.giving-tree-total {
    display: grid;
    justify-items: center;
    gap: 2px;
    padding: 9px 10px;
    border-radius: 8px;
    background: var(--lime);
    color: var(--ink);
    text-align: center;
}
.giving-tree-total span,
.giving-tree-splits span {
    color: #5a665d;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}
.giving-tree-total strong {
    color: var(--ink);
    font-size: 22px;
    line-height: 1.05;
    font-weight: 950;
}
.giving-tree-splits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.giving-tree-splits div {
    display: grid;
    justify-items: center;
    gap: 3px;
    min-width: 0;
    overflow: hidden;
    padding: 8px 6px;
    border-radius: 8px;
    background: #f6f7f2;
    text-align: center;
}
.giving-tree-splits span {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-inline: 2px;
    font-size: 9px;
    letter-spacing: -.02em;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
}
.giving-tree-splits strong {
    max-width: 100%;
    overflow: hidden;
    color: var(--green);
    font-size: 16px;
    line-height: 1.05;
    font-weight: 950;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.giving-tree-gave {
    display: grid;
    place-items: center;
    gap: 3px;
    margin: 0;
    padding: 10px;
    border-radius: 8px;
    background: var(--green);
    color: white;
    line-height: 1;
    text-align: center;
}
.giving-tree-gave span {
    color: white;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}
.giving-tree-gave strong {
    color: white;
    font-size: 24px;
    font-weight: 950;
}
.giving-tree-foot {
    padding: 12px clamp(18px, 3vw, 32px) 18px;
    background: white;
    border-top: 1px solid #e2e6de;
}
.giving-tree-close-action {
    width: min(100%, 320px);
    margin: 0 auto;
    min-height: 50px;
    display: grid;
    place-items: center;
    border: 1px solid #bfc4bd;
    border-radius: 999px;
    background: white;
    color: var(--ink);
    font: inherit;
    font-size: 16px;
    font-weight: 850;
    cursor: pointer;
}
.giving-tree-hint[hidden] {
    display: none;
}
.giving-tree-hint {
    position: absolute;
    right: clamp(14px, 3vw, 28px);
    bottom: clamp(14px, 3vw, 28px);
    z-index: 4;
    width: min(330px, calc(100% - 28px));
    display: grid;
    gap: 5px;
    padding: 15px 44px 15px 16px;
    border: 1px solid #d6ddcf;
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 34px rgba(23, 32, 25, .18);
    color: var(--ink);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease;
    pointer-events: auto;
}
.giving-tree-hint.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.giving-tree-hint strong {
    font-size: 14px;
    font-weight: 950;
    line-height: 1.15;
}
.giving-tree-hint span {
    color: #4f5a52;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.35;
}
.giving-tree-hint button {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border: 1px solid #d7ddd4;
    border-radius: 50%;
    background: white;
    color: var(--ink);
    font: inherit;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
}

.share-booster {
    max-width: 1180px;
    margin: 0 auto 52px;
    padding: 0 28px;
}
.share-booster > div {
    padding: 28px clamp(18px, 4vw, 64px) 34px;
    border-radius: 22px;
    background: #f1f1ef;
}
.share-booster h2 {
    margin: 0 0 12px;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.05;
}
.share-booster p {
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 1.45;
}
.share-booster > div > img {
    width: min(100%, 960px);
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    background: white;
    box-shadow: 0 16px 32px rgba(31, 45, 35, .08);
}
.share-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
    flex-wrap: wrap;
}
.share-icons a,
.share-icons button {
    width: 44px;
    aspect-ratio: 1;
    min-height: 0;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    transition: transform .16s ease, outline-color .16s ease;
}
.share-icons a:hover,
.share-icons button:hover {
    transform: translateY(-1px);
}
.share-icons img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 50%;
}
.share-icons [data-copy-share].copied {
    outline: 3px solid var(--lime);
    outline-offset: 3px;
}

.form-page {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    place-items: center;
    padding: 24px;
    background: var(--wash);
}
.checkout-bar {
    background: rgba(255, 255, 255, .96);
}
.checkout-back,
.checkout-secure {
    color: var(--ink);
    font-weight: 650;
    font-size: 14px;
}
.checkout-back {
    position: absolute;
    left: clamp(16px, 4vw, 32px);
    top: 50%;
    text-decoration: none;
    transform: translateY(-50%);
}
.checkout-secure { color: #4f5a52; }
.donate-checkout {
    align-items: start;
    min-height: calc(100vh - 56px);
    padding: 20px 24px 56px;
    background: #f4f4f4;
}
.empty-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
    background: var(--wash);
}
.empty-page section {
    width: min(100%, 640px);
    background: white;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 32px;
}
.campaign-unavailable {
    min-height: calc(100vh - 72px);
}
.campaign-unavailable section {
    display: grid;
    justify-items: center;
    gap: 20px;
    text-align: center;
}
.campaign-unavailable img {
    width: min(260px, 72vw);
    height: auto;
}
.campaign-unavailable h1 {
    margin: 0;
    font-size: clamp(30px, 5vw, 52px);
    line-height: 1.04;
}
.donate-form {
    min-width: 0;
    width: min(100%, 880px);
    background: white;
    border: 0;
    border-radius: 0;
    padding: 28px 30px 40px;
    box-shadow: 0 1px 0 rgba(23, 32, 25, .04);
}
.contact-consent-modal[hidden] {
    display: none;
}
.contact-consent-modal {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: grid;
    place-items: center;
    padding: clamp(18px, 4vw, 48px);
    background: rgba(23, 32, 25, .68);
}
.contact-consent-modal section {
    width: min(100%, 820px);
    min-height: min(78svh, 720px);
    display: grid;
    align-content: center;
    gap: 24px;
    padding: clamp(28px, 6vw, 72px);
    border-radius: 18px;
    background: white;
    text-align: center;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}
.contact-consent-modal h2 {
    margin: 0;
    font-size: clamp(40px, 7vw, 76px);
    line-height: .98;
    letter-spacing: 0;
}
.contact-consent-modal p:not(.eyebrow) {
    max-width: 620px;
    margin: 0 auto;
    color: #4f5a52;
    font-size: clamp(20px, 2.4vw, 28px);
    line-height: 1.3;
    font-weight: 850;
}
.contact-consent-modal div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 10px;
}
.contact-consent-modal .button {
    min-height: 86px;
    font-size: clamp(26px, 4vw, 40px);
}
.tip-confirmation-modal {
    height: 100vh;
    height: 100dvh;
    padding: clamp(8px, 2vw, 18px);
    overflow-y: auto;
}
.tip-confirmation-modal section {
    width: min(calc(100vw - 16px), 460px);
    min-height: 0;
    max-height: calc(100vh - 16px);
    max-height: calc(100dvh - 16px);
    overflow-y: auto;
    gap: 13px;
    padding: clamp(14px, 3vw, 20px) clamp(16px, 4vw, 28px);
}
.tip-confirmation-modal h2 {
    font-size: clamp(20px, 5.5vw, 32px);
    line-height: 1.1;
}
.tip-confirmation-modal p:not(.eyebrow) {
    font-size: clamp(14px, 2.8vw, 17px);
    line-height: 1.35;
    font-weight: 700;
}
.tip-confirmation-modal div {
    grid-template-columns: 1fr;
    gap: 8px;
    width: min(100%, 340px);
    margin: 2px auto 0;
}
.tip-confirmation-modal .button {
    min-height: 48px;
    padding: 10px 18px;
    font-size: clamp(17px, 2vw, 19px);
}
.mailing-thanks-modal[hidden] {
    display: none;
}
.mailing-thanks-modal {
    position: fixed;
    inset: 0;
    z-index: 220;
    display: grid;
    place-items: center;
    padding: clamp(16px, 4vw, 42px);
    background: rgba(23, 32, 25, .68);
}
.mailing-thanks-card {
    position: relative;
    width: min(100%, 640px);
    max-height: min(92svh, 760px);
    display: grid;
    gap: 12px;
    overflow: auto;
    padding: clamp(22px, 4vw, 36px);
    border-radius: 12px;
    background: white;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}
.mailing-thanks-card h2,
.mailing-thanks-card p {
    margin: 0;
}
.mailing-thanks-card h2 {
    max-width: 520px;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.04;
}
.mailing-thanks-card p:not(.eyebrow) {
    color: #4f5a52;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 750;
}
.mailing-thanks-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border: 1px solid #d7ddd4;
    border-radius: 50%;
    background: white;
    color: var(--ink);
    font: inherit;
    font-size: 24px;
    font-weight: 850;
    line-height: 1;
    cursor: pointer;
}
.mailing-thanks-card form {
    display: grid;
    gap: 14px;
}
.mailing-country-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid #d7ddd4;
    border-radius: 8px;
    background: #fbfcfa;
}
.mailing-country-row span {
    display: block;
    color: #667268;
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
}
.mailing-country-row strong {
    display: block;
    margin-top: 2px;
    font-size: 18px;
}
.mailing-country-row button {
    min-height: 42px;
    border: 1px solid #b8d9ad;
    border-radius: 999px;
    background: white;
    color: var(--green);
    font: inherit;
    font-weight: 900;
    padding: 0 16px;
    cursor: pointer;
}
.mailing-country-row select {
    grid-column: 1 / -1;
}
.mailing-thanks-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.mailing-thanks-wide {
    grid-column: 1 / -1;
}
.mailing-thanks-card label span {
    display: block;
    margin-bottom: 4px;
}
.mailing-thanks-card input,
.mailing-thanks-card select {
    width: 100%;
    border: 1px solid #bdc5bb;
    border-radius: 8px;
    padding: 12px 13px;
    font: inherit;
}
.mailing-thanks-error,
.mailing-thanks-success {
    padding: 12px 14px;
    border-radius: 8px;
    font-weight: 850;
}
.mailing-thanks-error {
    background: #ffe8e8;
    color: #8a1c1c;
}
.mailing-thanks-success {
    background: #eef8df;
    color: var(--green);
}
.mailing-thanks-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.mailing-thanks-actions .button {
    min-height: 54px;
    font-size: 18px;
}
.checkout-summary {
    display: grid;
    grid-template-columns: 72px 1fr 72px;
    gap: 16px;
    align-items: start;
    margin: 0 auto 28px;
    text-align: center;
    max-width: 760px;
}
.checkout-summary h1 {
    margin: 4px 0 6px;
    font-size: clamp(34px, 4vw, 42px);
    line-height: 1.02;
}
.checkout-summary .eyebrow { display: none; }
.checkout-remaining {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 850;
}
.checkout-ring {
    width: 64px;
    margin-top: 2px;
}
.checkout-ring span {
    width: 48px;
    font-size: 13px;
}
.donate-form label { min-width: 0; display: grid; gap: 8px; margin: 16px 0; font-weight: 750; }
.donate-form textarea.campaign-story-editor {
    min-height: 420px;
    padding: 18px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
}
.donate-form input,
.donate-form textarea,
.donate-form select {
    min-width: 0;
    width: 100%;
    border: 1px solid #bdc5bb;
    border-radius: 8px;
    padding: 13px 14px;
    font: inherit;
    color: var(--ink);
    background: white;
}
.donate-form [hidden] {
    display: none !important;
}
.login-helper-text {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.45;
}
.forgot-password-action {
    appearance: none;
    display: block;
    margin: 14px auto 0;
    border: 0;
    background: transparent;
    color: var(--green);
    font: inherit;
    font-weight: 900;
    text-decoration: underline;
    cursor: pointer;
}
.password-field {
    position: relative;
    display: block;
}
.donate-form .password-field input {
    padding-right: 58px;
}
.password-field button {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: #eef2ea;
    color: var(--ink);
    font-size: 18px;
    cursor: pointer;
}
.donate-form select {
    min-height: 54px;
    appearance: none;
    padding-right: 44px;
    background-image:
        linear-gradient(45deg, transparent 50%, #172019 50%),
        linear-gradient(135deg, #172019 50%, transparent 50%);
    background-position:
        calc(100% - 22px) 50%,
        calc(100% - 15px) 50%;
    background-size: 7px 7px, 7px 7px;
    background-repeat: no-repeat;
}
.give-mode {
    display: grid;
    margin: 0 0 20px;
    min-height: 60px;
    border-radius: 999px;
    background: #efefef;
}
.give-mode span {
    display: grid;
    place-items: center;
    border-radius: 999px;
    font-size: 20px;
    font-weight: 900;
}
.give-mode .active {
    background: var(--green);
    color: white;
}
.amount-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 10px;
}
.donate-form .amount-choice { position: relative; margin: 0; }
.donate-form .amount-choice input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    opacity: 0;
    pointer-events: none;
}
.amount-choice span {
    min-height: 70px;
    display: grid;
    place-items: center;
    border: 1px solid #e8e8e3;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 850;
    background: #fafafa;
}
.custom-amount-field {
    position: relative;
    min-height: 114px;
    margin: 0 0 20px;
    border: 1px solid #bfc4bd;
    border-radius: 12px;
    background: #fff;
}
.custom-amount-field .currency-mark {
    position: absolute;
    left: 16px;
    top: 24px;
    display: grid;
    gap: 8px;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}
.custom-amount-field .currency-mark small {
    font-size: 14px;
    font-weight: 900;
}
.custom-amount-field .custom-amount {
    height: 112px;
    padding: 20px 16px 18px 116px;
    border: 0;
    text-align: right;
    font-size: clamp(40px, 7vw, 62px);
    font-weight: 950;
    line-height: 1;
    appearance: textfield;
}
.custom-amount-field .custom-amount::-webkit-outer-spin-button,
.custom-amount-field .custom-amount::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}
.tip-section {
    padding: 22px 0 16px;
}
.tip-section h2 {
    margin: 0 0 22px;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 0;
}
.tip-section p {
    margin: -10px 0 18px;
    color: #4f5a52;
    font-size: 18px;
    line-height: 1.35;
}
.tip-section label {
    margin: 0;
}
.amount-choice input:checked + span {
    border-color: var(--green);
    box-shadow: inset 0 0 0 1px var(--green);
    background: #fff;
}
.check {
    grid-template-columns: 22px 1fr;
    align-items: start;
    padding: 18px 0;
    border-top: 1px solid #ecece7;
    border-bottom: 1px solid #ecece7;
    line-height: 1.35;
}
.check input { width: 18px; }
.fee-cover-option {
    margin: 4px 0 18px;
    padding: 18px;
    border: 2px solid #c8f77c;
    border-radius: 12px;
    background: #f6ffe9;
}
.fee-cover-option > span {
    display: block;
}
.fee-cover-option small {
    display: inline;
    margin-left: 5px;
    color: #4f5a52;
    font-size: 14px;
    font-weight: 500;
}
.fee-cover-option .cover-fee-amount {
    display: inline;
}
.fee-beneficiary-emphasis {
    text-decoration: underline;
    text-decoration-color: #75b938;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    animation: fee-beneficiary-pulse 1.8s ease-in-out infinite;
}
@keyframes fee-beneficiary-pulse {
    0%, 100% { text-decoration-color: #75b938; }
    50% { text-decoration-color: transparent; }
}
@media (prefers-reduced-motion: reduce) {
    .fee-beneficiary-emphasis {
        animation: none;
    }
}
.consent-field {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 18px 0;
    padding: 18px;
    border: 2px solid var(--green);
    border-radius: 12px;
    background: #f6ffe9;
}
.consent-field legend {
    grid-column: 1 / -1;
    padding: 0 8px;
    font-size: 20px;
    font-weight: 950;
}
.donate-form .consent-field label {
    margin: 0;
}
.consent-choice {
    position: relative;
}
.consent-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.consent-choice span {
    min-height: 56px;
    display: grid;
    place-items: center;
    border: 1px solid #bfc4bd;
    border-radius: 999px;
    background: white;
    font-size: 20px;
    font-weight: 950;
}
.consent-choice input:checked + span {
    border-color: var(--green);
    background: var(--green);
    color: white;
}
.tip-label { color: var(--green); font-weight: 900; }
.donate-form .tip-slider {
    --tip-progress: 0%;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.donate-form .tip-slider::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(to right, var(--green) 0 var(--tip-progress), #d9ded8 var(--tip-progress) 100%);
}
.donate-form .tip-slider::-webkit-slider-thumb {
    width: 18px;
    height: 18px;
    margin-top: -7px;
    border: 0;
    border-radius: 50%;
    background: var(--green);
    appearance: none;
    -webkit-appearance: none;
}
.donate-form .tip-slider::-moz-range-track {
    height: 4px;
    border-radius: 999px;
    background: #d9ded8;
}
.donate-form .tip-slider::-moz-range-progress {
    height: 4px;
    border-radius: 999px;
    background: var(--green);
}
.donate-form .tip-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border: 0;
    border-radius: 50%;
    background: var(--green);
}
.donate-form .tip-slider:focus-visible {
    outline: 3px solid rgba(32, 77, 50, .25);
    outline-offset: 5px;
}
.payment-summary {
    display: grid;
    gap: 8px;
    padding: 16px 0;
    border-top: 1px solid #ecece7;
    border-bottom: 1px solid #ecece7;
    background: #fff;
}
.payment-summary span { display: flex; justify-content: space-between; gap: 16px; }
.notice { background: #eefbdc; color: #28462d; padding: 12px; border-radius: 8px; }
.error { background: #ffe8e8; color: #8a1c1c; padding: 12px; border-radius: 8px; }
.back { color: var(--green); font-weight: 800; text-decoration: none; }
.outline {
    background: white;
    border: 1px solid #bfc4bd;
}
.organizer-page {
    align-items: start;
}
.organizer-form {
    width: min(100%, 760px);
}
.connect-preview {
    display: grid;
    gap: 6px;
    padding: 16px;
    border: 1px solid #cfe6c7;
    border-radius: 8px;
    background: #f2ffe4;
}
.connect-preview strong {
    font-size: 20px;
}
.connect-preview span {
    color: #4f5a52;
    line-height: 1.4;
}
.organizer-private-box {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid #d5e4ce;
    border-radius: 8px;
    background: #f6ffe9;
}
.organizer-private-box > div:first-child {
    display: grid;
    gap: 4px;
}
.organizer-private-box strong {
    font-size: 20px;
}
.organizer-private-box span,
.organizer-private-box p {
    margin: 0;
    color: #4f5a52;
    line-height: 1.45;
}
.form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.terms-acceptance {
    display: grid;
    gap: 8px;
    padding: 16px;
    border: 1px solid #d4dacd;
    border-radius: 8px;
    background: white;
}
.terms-acceptance label {
    grid-template-columns: 22px 1fr;
    align-items: start;
    gap: 10px;
    line-height: 1.4;
}
.terms-acceptance input {
    width: 18px;
    margin-top: 4px;
}
.terms-acceptance button {
    appearance: none;
    border: 0;
    background: transparent;
    color: var(--green);
    font: inherit;
    font-weight: 900;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
}
.terms-acceptance p {
    margin: 0;
    color: #5f6b62;
    font-size: 14px;
    line-height: 1.45;
}
.terms-modal[hidden] {
    display: none;
}
.terms-modal {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(23, 32, 25, .66);
}
.terms-card {
    width: min(820px, 100%);
    max-height: min(88vh, 820px);
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    overflow: hidden;
    border-radius: 12px;
    background: white;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .24);
}
.terms-card-scroll {
    overflow: auto;
    padding: 30px;
}
.terms-card h2 {
    margin: 0 0 8px;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1;
}
.terms-card h3 {
    margin: 24px 0 8px;
    font-size: 20px;
}
.terms-card p {
    margin: 0 0 12px;
    color: #354139;
    line-height: 1.55;
}
.terms-card .terms-version {
    color: #667166;
    font-weight: 850;
}
.terms-card-actions {
    display: flex;
    justify-content: flex-end;
    padding: 16px 30px;
    border-top: 1px solid #dde2da;
    background: rgba(255, 255, 255, .97);
}
.terms-card-actions .button {
    min-width: 190px;
}
.form-note {
    margin: 0;
    color: #5f6b62;
    font-weight: 750;
    line-height: 1.4;
}
.impact-link-box {
    display: grid;
    gap: 12px;
    margin: 26px 0 6px;
    padding: 20px;
    border: 1px solid #d8e5d4;
    border-radius: 8px;
    background: #f6ffe9;
}
.impact-link-box h2 {
    margin: 0;
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.1;
}
.impact-link-box p {
    margin: 0;
    color: #4f5a52;
    line-height: 1.4;
}
.impact-link-box input {
    width: 100%;
    border: 1px solid #bdc5bb;
    border-radius: 8px;
    padding: 13px 14px;
    font: inherit;
    font-size: 15px;
}
.thank-share-kit {
    gap: 16px;
    scroll-margin-top: 24px;
}
.thank-you-page {
    display: grid;
    gap: 18px;
}
.thank-you-page > h1,
.thank-you-page > p {
    margin: 0;
}
.thank-you-page > h1 {
    max-width: 780px;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.02;
}
.thank-you-page > p:not(.thank-you-kicker) {
    color: #4f5a52;
    font-size: 17px;
    line-height: 1.45;
}
.thank-you-kicker {
    color: var(--green);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.thank-impact-promo {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(210px, 280px);
    align-items: center;
    gap: clamp(22px, 4vw, 42px);
    margin: 10px 0 4px;
    padding: clamp(22px, 4vw, 38px);
    overflow: hidden;
    border: 1px solid #cfe1c8;
    border-radius: 24px;
    background:
        radial-gradient(circle at 8% 0%, rgba(197, 255, 118, .42), transparent 38%),
        linear-gradient(145deg, #f8fced 0%, #e8f4e3 100%);
    box-shadow: 0 18px 44px rgba(31, 86, 56, .1);
}
.thank-impact-copy {
    display: grid;
    justify-items: start;
    gap: 14px;
}
.thank-impact-copy .eyebrow,
.thank-impact-copy h2,
.thank-impact-copy p {
    margin: 0;
}
.thank-impact-copy h2 {
    color: #173c29;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1;
}
.thank-impact-copy p:not(.eyebrow) {
    max-width: 510px;
    color: #45544a;
    font-size: 18px;
    line-height: 1.5;
}
.thank-impact-copy .thank-impact-instruction {
    padding-left: 14px;
    border-left: 4px solid var(--green);
    color: #263c2e;
    font-size: 16px;
    font-weight: 750;
}
.thank-impact-copy .button {
    min-width: 190px;
    margin-top: 4px;
}
.thank-impact-copy-button.copied {
    background: #bff477;
    color: #173c29;
}
.thank-impact-video {
    min-width: 0;
    padding: 9px;
    border-radius: 20px;
    background: #123e2a;
    box-shadow: 0 18px 40px rgba(14, 53, 34, .22);
}
.thank-impact-video > span {
    display: block;
    padding: 3px 7px 10px;
    color: #d8ff9d;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.thank-impact-video video {
    display: block;
    width: 100%;
    max-height: 340px;
    aspect-ratio: 4 / 5;
    border-radius: 14px;
    background: #000;
}
.thank-share-pointer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 2vw, 18px);
    overflow: visible;
}
.thank-share-arrow {
    position: relative;
    z-index: 0;
    width: clamp(180px, 27vw, 280px);
    height: auto;
    flex: 0 1 auto;
    pointer-events: none;
    animation: share-impact-arrow-nudge 1.15s ease-in-out infinite;
}
.thank-share-kit .share-icons {
    position: relative;
    z-index: 1;
    margin-top: 0;
}
@keyframes share-impact-arrow-nudge {
    0%, 100% {
        transform: translateX(-6px);
    }
    50% {
        transform: translateX(12px);
    }
}
.thank-share-note {
    display: grid;
    gap: 10px;
    padding: clamp(20px, 3vw, 30px);
    border: 1px solid #d9e5d5;
    border-radius: 18px;
    background: #f7faF3;
}
.thank-share-note .eyebrow,
.thank-share-note h2,
.thank-share-note p,
.thank-share-note blockquote {
    margin: 0;
}
.thank-share-note h2 {
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.1;
}
.thank-share-note > p:not(.eyebrow) {
    color: #4f5a52;
    line-height: 1.5;
}
.thank-share-note blockquote {
    margin-top: 4px;
    padding: 16px 18px;
    border-left: 4px solid var(--lime);
    border-radius: 0 12px 12px 0;
    background: white;
    color: #263c2e;
    font-size: 16px;
    font-style: italic;
    line-height: 1.55;
}
@media (max-width: 680px) {
    .thank-impact-promo {
        grid-template-columns: 1fr;
    }
    .thank-impact-video {
        width: min(100%, 300px);
        justify-self: center;
    }
    .thank-impact-copy .button {
        width: 100%;
    }
}
.impact-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}
.impact-stats span {
    container-type: inline-size;
    min-width: 0;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 3px;
    padding: 12px;
    border-radius: 8px;
    background: white;
    color: #4f5a52;
    font-weight: 750;
    text-align: center;
}
.impact-stats strong {
    max-width: 100%;
    overflow: hidden;
    color: var(--ink);
    font-size: 22px;
    font-size: clamp(13px, 21cqw, 22px);
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.image-picker {
    position: relative;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    display: grid;
    gap: 12px;
    padding: 14px;
    border: 1px solid #bdc5bb;
    border-radius: 8px;
    background: white;
}
.image-picker-preview {
    min-width: 0;
    aspect-ratio: 16 / 9;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 12px;
    padding: 28px;
    border-radius: 8px;
    background: white;
    color: #4f5a52;
    text-align: center;
}
.image-picker-preview[hidden],
.image-picker > [data-image-preview][hidden] {
    display: none;
}
.image-picker-preview img {
    width: min(260px, 70%);
    height: auto;
    display: block;
}
.image-picker-preview strong {
    color: var(--ink);
    font-size: 26px;
    line-height: 1.1;
}
.image-picker-preview span {
    max-width: 100%;
    font-size: 16px;
    overflow-wrap: anywhere;
}
.image-picker > [data-image-preview] {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    background: var(--wash);
}
.image-picker-actions {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    color: #4f5a52;
    font-weight: 800;
}
.image-picker-actions > span:first-child {
    min-width: 0;
    overflow-wrap: anywhere;
}
.image-picker-button {
    min-height: 42px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: var(--green);
    color: var(--lime);
    padding: 9px 16px;
    white-space: nowrap;
}
.image-picker input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}
.image-crop-adjust {
    position: relative;
    z-index: 2;
    min-height: 42px;
    padding: 9px 16px;
    border: 1px solid var(--green);
    border-radius: 999px;
    background: white;
    color: var(--green);
    font: inherit;
    font-weight: 850;
    cursor: pointer;
}
.image-crop-adjust[hidden],
.image-crop-modal[hidden] {
    display: none;
}
.image-crop-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(23, 32, 25, .72);
}
.image-crop-card {
    width: min(920px, 100%);
    max-height: calc(100svh - 36px);
    overflow: auto;
    padding: clamp(18px, 3vw, 30px);
    border-radius: 16px;
    background: white;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}
.image-crop-card > header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 18px;
}
.image-crop-card > header p {
    margin: 0 0 5px;
    color: var(--muted);
    font-weight: 850;
}
.image-crop-card h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(25px, 4vw, 38px);
    line-height: 1.05;
}
.image-crop-close {
    width: 44px;
    min-width: 44px;
    aspect-ratio: 1;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: white;
    color: var(--ink);
    font-size: 30px;
    cursor: pointer;
}
.image-crop-help {
    margin: 14px 0;
    color: #4f5a52;
    font-size: 16px;
    line-height: 1.4;
}
.image-crop-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 3px solid var(--lime);
    border-radius: 12px;
    background: #172019;
    cursor: grab;
    touch-action: none;
    user-select: none;
}
.image-crop-stage:active { cursor: grabbing; }
.image-crop-stage img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: none;
    display: block;
    pointer-events: none;
    user-select: none;
}
.image-crop-stage > span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(23, 32, 25, .74);
    color: white;
    font-size: 11px;
    font-weight: 900;
    pointer-events: none;
}
.image-crop-controls {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    margin-top: 16px;
}
.image-crop-controls label {
    color: var(--ink);
    font-weight: 900;
}
.image-crop-controls input[type="range"] {
    width: 100%;
    accent-color: var(--green);
}
.image-crop-controls button {
    min-height: 40px;
    padding: 8px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: white;
    color: var(--green);
    font: inherit;
    font-weight: 850;
    cursor: pointer;
}
.image-crop-error {
    margin: 12px 0 0;
    color: #9f1d20;
    font-weight: 800;
}
.image-crop-card > footer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}
.image-crop-card > footer .button {
    width: 100%;
    min-height: 48px;
}
@media (max-width: 600px) {
    .image-crop-modal {
        align-items: end;
        padding: 0;
    }
    .image-crop-card {
        max-height: 96svh;
        padding: 18px 14px calc(18px + env(safe-area-inset-bottom));
        border-radius: 18px 18px 0 0;
    }
    .image-crop-help {
        margin-block: 10px;
        font-size: 14px;
    }
    .image-crop-controls {
        grid-template-columns: auto minmax(0, 1fr);
    }
    .image-crop-controls button {
        grid-column: 1 / -1;
        justify-self: end;
    }
}
.fundraiser-form-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.fundraiser-preview-modal[hidden] {
    display: none;
}
.fundraiser-preview-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(23, 32, 25, .62);
}
.fundraiser-preview-card {
    width: min(1180px, 100%);
    max-height: min(86vh, 820px);
    overflow: auto;
    border-radius: 14px;
    background: white;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .22);
}
.fundraiser-preview-body {
    padding: 28px;
}
.fundraiser-preview-story-card h2 {
    margin: 0 0 18px;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1;
}
.fundraiser-public-preview {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 24px;
}
.fundraiser-preview-main {
    min-width: 0;
}
.fundraiser-preview-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    background: var(--wash);
    object-fit: cover;
}
.fundraiser-preview-story-card {
    padding-top: 24px;
}
.fundraiser-preview-story-card .eyebrow {
    margin: 0 0 10px;
}
.fundraiser-preview-story-card .summary {
    margin-bottom: 14px;
}
.fundraiser-preview-story-card .story-copy {
    white-space: pre-wrap;
    line-height: 1.45;
}
.fundraiser-preview-category {
    margin: 10px 0 18px;
    color: var(--muted);
    font-weight: 850;
}
.fundraiser-preview-panel {
    align-self: start;
    display: grid;
    gap: 16px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
}
.fundraiser-preview-panel .bar {
    margin: 0;
}
.fundraiser-preview-suggested {
    padding: 14px;
    border-radius: 8px;
    background: var(--wash);
    color: #4f5a52;
    font-weight: 850;
}
.fundraiser-preview-suggested strong,
.fundraiser-preview-suggested span {
    display: block;
}
.fundraiser-preview-suggested strong {
    margin-bottom: 6px;
    color: var(--ink);
}
.fundraiser-preview-actions {
    position: sticky;
    bottom: 0;
    display: flex;
    gap: 12px;
    padding: 16px 28px;
    border-top: 1px solid #dde2da;
    background: rgba(255, 255, 255, .96);
}
.fundraiser-preview-actions .button {
    flex: 1;
}
@media (max-width: 720px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
    .terms-card-scroll,
    .terms-card-actions {
        padding: 18px;
    }
    .terms-card-actions .button {
        width: 100%;
    }
    .fundraiser-form-actions {
        grid-template-columns: 1fr;
    }
    .fundraiser-public-preview {
        grid-template-columns: 1fr;
    }
    .fundraiser-preview-body,
    .fundraiser-preview-actions {
        padding: 18px;
    }
}

.how-page {
    background: #f4f4f4;
}
.how-hero,
.how-steps,
.how-trust {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: clamp(40px, 7vw, 88px) 28px;
}
.how-hero {
    min-height: 520px;
    display: grid;
    place-items: center;
    text-align: center;
}
.how-hero > div {
    max-width: 860px;
}
.how-hero h1 {
    margin: 10px 0 18px;
    font-size: clamp(42px, 7vw, 76px);
    line-height: .98;
}
.how-hero p:not(.eyebrow) {
    margin: 0 auto;
    max-width: 720px;
    color: #4f5a52;
    font-size: clamp(20px, 2.4vw, 28px);
    line-height: 1.35;
}
.how-actions {
    width: min(100%, 520px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 34px auto 0;
}
.how-steps {
    display: grid;
    gap: 18px;
}
.how-steps h2,
.how-trust h2 {
    margin: 0 0 14px;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1;
    text-align: center;
}
.how-steps article {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 24px;
    padding: 28px;
    border-radius: 18px;
    background: white;
}
.how-steps article span {
    width: 58px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--green);
    color: var(--lime);
    font-size: 24px;
    font-weight: 950;
}
.how-steps h3 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.15;
}
.how-steps p,
.how-trust p {
    margin: 0;
    color: #4f5a52;
    font-size: 19px;
    line-height: 1.5;
}
.how-trust {
    text-align: center;
}
.how-trust h2 {
    text-transform: uppercase;
    letter-spacing: 0;
}
.how-trust p {
    max-width: 780px;
    margin: 0 auto 28px;
}
.how-trust a:not(.button) {
    color: var(--green);
    font-weight: 800;
}
.how-trust .button {
    max-width: 360px;
    margin: 0 auto;
}

.pricing-page {
    background: #f4f4f4;
}
.pricing-hero,
.pricing-card,
.pricing-trust,
.pricing-bottom-action {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: clamp(40px, 7vw, 88px) 28px;
}
.pricing-hero {
    min-height: 500px;
    display: grid;
    place-items: center;
    text-align: center;
}
.pricing-hero > div {
    max-width: 820px;
}
.pricing-hero h1 {
    margin: 10px 0 18px;
    font-size: clamp(46px, 8vw, 86px);
    line-height: .95;
}
.pricing-hero p:not(.eyebrow) {
    margin: 0 auto;
    max-width: 720px;
    color: #4f5a52;
    font-size: clamp(20px, 2.4vw, 28px);
    line-height: 1.35;
}
.pricing-actions {
    width: min(100%, 520px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 34px auto 0;
}
.pricing-card {
    display: grid;
    grid-template-columns: minmax(260px, 360px) 1fr;
    gap: 18px;
    align-items: stretch;
}
.pricing-main,
.pricing-details article {
    border-radius: 22px;
    background: white;
}
.pricing-main {
    display: grid;
    align-content: center;
    justify-items: center;
    min-height: 360px;
    padding: 34px;
    text-align: center;
}
.pricing-main strong {
    color: var(--green);
    font-size: clamp(82px, 10vw, 132px);
    line-height: .85;
    font-weight: 950;
}
.pricing-main span {
    margin-top: 14px;
    color: #4f5a52;
    font-size: 22px;
    font-weight: 850;
}
.pricing-details {
    display: grid;
    gap: 18px;
}
.pricing-details article {
    padding: 28px;
}
.pricing-details h2 {
    margin: 0 0 8px;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.08;
}
.pricing-details p,
.pricing-trust p {
    margin: 0;
    color: #4f5a52;
    font-size: 19px;
    line-height: 1.5;
}
.pricing-trust {
    text-align: center;
}
.pricing-trust h2 {
    margin: 0 0 14px;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
}
.pricing-trust p {
    max-width: 780px;
    margin: 0 auto;
}
.pricing-trust a {
    color: var(--green);
    font-weight: 800;
}
.pricing-bottom-action {
    display: grid;
    justify-items: center;
    padding-top: 0;
}
.pricing-bottom-action .button {
    width: min(100%, 420px);
}

.discover-page {
    background: #f7f7f3;
    min-height: 100vh;
}
.discover-hero,
.discover-categories,
.discover-results {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding-inline: 28px;
}
.discover-hero {
    padding-top: clamp(48px, 7vw, 90px);
    padding-bottom: clamp(26px, 5vw, 58px);
    text-align: center;
}
.discover-hero h1 {
    margin: 10px 0 16px;
    font-size: clamp(42px, 7vw, 76px);
    line-height: .98;
}
.discover-hero p:not(.eyebrow) {
    max-width: 640px;
    margin: 0 auto;
    color: #4f5a52;
    font-size: clamp(19px, 2vw, 24px);
    line-height: 1.4;
}
.discover-categories {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    padding-bottom: clamp(42px, 6vw, 74px);
}
.discover-categories a {
    min-height: 142px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 14px;
    padding: 18px 10px;
    border: 1px solid #dfe4dc;
    border-radius: 8px;
    background: white;
    color: var(--ink);
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    font-weight: 850;
}
.discover-categories a.active,
.discover-categories a:hover {
    border-color: var(--green);
    box-shadow: inset 0 0 0 1px var(--green);
}
.discover-icon {
    width: 38px;
    height: 38px;
    color: var(--green);
}
.discover-results {
    padding-bottom: clamp(52px, 7vw, 90px);
}
.discover-results-head {
    display: grid;
    gap: 8px;
    margin-bottom: 22px;
    text-align: center;
}
.discover-results-head h2 {
    margin: 0;
    font-size: clamp(32px, 5vw, 54px);
    line-height: 1;
}
.discover-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.discover-card {
    overflow: hidden;
    border: 1px solid #dfe4dc;
    border-radius: 8px;
    background: white;
    color: var(--ink);
    text-decoration: none;
}
.discover-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
    background: #e8ece5;
}
.discover-card div {
    display: grid;
    gap: 8px;
    padding: 18px;
}
.discover-card small {
    margin: 0;
    color: var(--green);
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
}
.discover-card strong {
    font-size: 22px;
    line-height: 1.12;
}
.discover-card span {
    color: #4f5a52;
    line-height: 1.4;
}
.discover-card em {
    overflow: hidden;
    height: 8px;
    display: block;
    border-radius: 999px;
    background: #e8ece5;
}
.discover-card i {
    height: 100%;
    display: block;
    border-radius: inherit;
    background: var(--green);
}
.discover-card b {
    font-size: 15px;
}
.discover-empty {
    max-width: 620px;
    margin: 0 auto;
    padding: 34px;
    border: 1px solid #dfe4dc;
    border-radius: 8px;
    background: white;
    text-align: center;
}
.discover-empty h3 {
    margin: 0 0 8px;
    font-size: 30px;
}
.discover-empty p {
    margin: 0;
    color: #4f5a52;
    font-size: 18px;
    line-height: 1.45;
}

@media (max-width: 900px) {
    .home-hero {
        min-height: auto;
    }
    .home-featured-campaign {
        min-height: max(620px, calc(100svh - 56px));
    }
    .home-featured-campaign::after {
        background:
            linear-gradient(0deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .36) 54%, rgba(0, 0, 0, .12) 100%);
    }
    .home-featured-content {
        padding-top: 120px;
    }
    .home-featured-content h1 {
        font-size: clamp(46px, 11vw, 72px);
    }
    .home-empty-feature,
    .home-recent-grid {
        grid-template-columns: 1fr;
    }
    .home-steps {
        grid-template-columns: 1fr;
    }
    .home-steps article {
        min-height: 0;
    }
    .home-current {
        grid-template-columns: 1fr;
    }
    .pricing-card {
        grid-template-columns: 1fr;
    }
    .discover-categories {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .discover-grid {
        grid-template-columns: 1fr;
    }
    .home-current .button {
        max-width: 320px;
    }
    .page {
        grid-template-columns: 1fr;
        padding: 0 14px 154px;
    }
    .campaign {
        display: grid;
    }
    .media {
        position: relative;
        width: calc(100% + 28px);
        height: min(61svh, 520px);
        min-height: 430px;
        margin: 0 -14px;
        aspect-ratio: auto;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .media::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -1px;
        left: 0;
        z-index: 2;
        height: 88px;
        background: radial-gradient(130% 100% at 50% 112%, white 0 58%, rgba(255, 255, 255, 0) 59%);
        pointer-events: none;
    }
    .media img {
        height: 100%;
        object-fit: cover;
    }
    .mobile-hero-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        display: grid;
        align-content: end;
        justify-items: center;
        padding: 96px 24px 76px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, .08) 37%, rgba(0, 0, 0, .58) 100%);
        color: white;
        text-align: center;
        pointer-events: none;
    }
    .mobile-hero-title {
        max-width: min(100%, 680px);
        margin: 0;
        color: white;
        font-size: clamp(34px, 9vw, 46px);
        line-height: 1.12;
        font-weight: 950;
        text-shadow: 0 2px 14px rgba(0, 0, 0, .36);
    }
    .mobile-campaign-summary {
        position: relative;
        z-index: 3;
        display: grid;
        gap: 18px;
        margin: -1px -14px 0;
        padding: 22px 18px 30px;
        border-radius: 0 0 26px 26px;
        background: white;
        box-shadow: 0 -12px 28px rgba(23, 32, 25, .08);
    }
    .mobile-campaign-summary .meter-row {
        gap: 18px;
        align-items: center;
    }
    .mobile-campaign-summary .meter-row > div:not(.ring) {
        flex: 1;
        min-width: 0;
    }
    .mobile-campaign-summary .ring {
        --ring-thickness: 6px;
        width: clamp(72px, 19vw, 88px);
        flex: 0 0 auto;
    }
    .mobile-campaign-summary .ring span {
        font-size: clamp(15px, 4vw, 19px);
    }
    .mobile-campaign-summary .meter-row strong {
        font-size: clamp(26px, 7vw, 38px);
        line-height: 1.05;
    }
    .mobile-campaign-summary .meter-row span {
        color: #646464;
        font-size: clamp(22px, 6vw, 34px);
        line-height: 1.05;
    }
    .mobile-donor-ticker {
        position: relative;
        width: 100%;
        min-width: 0;
        height: 1.45em;
        margin-top: 5px;
        overflow: hidden;
    }
    .mobile-donor-ticker small {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        max-width: none;
        opacity: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        transform: translateY(12px);
        transition: opacity .28s ease, transform .28s ease;
        white-space: nowrap;
    }
    .mobile-donor-ticker small.is-active {
        opacity: 1;
        transform: translateY(0);
    }
    .mobile-donor-ticker small.is-exiting {
        opacity: 0;
        transform: translateY(-12px);
    }
    .mobile-campaign-summary .mobile-donor-ticker {
        margin-top: -4px;
    }
    .mobile-campaign-summary .mobile-donor-ticker small {
        color: #4f5a52;
        font-size: clamp(16px, 4.5vw, 20px);
        line-height: 1.15;
    }
    .mobile-summary-actions,
    .mobile-dock-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 14px;
    }
    .mobile-summary-actions .button,
    .mobile-dock-actions .button {
        min-width: 0;
        min-height: 56px;
        font-size: 19px;
    }
    .mobile-summary-actions .share,
    .mobile-dock-actions .share {
        margin-top: 0;
    }
    .story {
        padding: 30px 2px;
    }
    .story .eyebrow,
    .story .story-title {
        display: none;
    }
    .story-copy {
        position: relative;
    }
    .story.is-collapsed.has-overflow .story-copy {
        max-height: var(--story-collapsed-height, 260px);
        overflow: hidden;
    }
    .story.is-collapsed.has-overflow .story-copy::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 82px;
        background: linear-gradient(to bottom, rgba(255, 254, 251, 0), var(--paper));
        pointer-events: none;
    }
    .story.has-overflow .story-read-more {
        display: inline-grid;
    }
    .story-read-more {
        margin-top: 14px;
        padding: 0;
        border: 0;
        background: transparent;
        color: var(--green);
        font: inherit;
        font-size: 18px;
        font-weight: 950;
        text-decoration: underline;
        cursor: pointer;
    }
    .donation-panel {
        position: static;
        padding: 18px 0 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }
    .donation-panel > .meter-row,
    .donation-panel > .bar,
    .donation-panel > .mode-badge,
    .donation-panel > .button {
        display: none;
    }
    .donor-heading {
        margin-top: 12px;
    }
    .mobile-donation-dock {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 70;
        display: block;
        padding: 0 12px calc(10px + env(safe-area-inset-bottom));
        opacity: 0;
        pointer-events: none;
        transform: translateY(120%);
        transition: opacity .24s ease, transform .34s cubic-bezier(.2, .8, .2, 1);
    }
    .mobile-donation-dock.is-visible {
        opacity: 1;
        transform: translateY(0);
    }
    .mobile-dock-card {
        width: min(100%, 520px);
        display: grid;
        gap: 11px;
        margin: 0 auto;
        padding: 14px;
        border: 1px solid rgba(23, 32, 25, .1);
        border-radius: 26px;
        background: white;
        box-shadow: 0 18px 46px rgba(23, 32, 25, .22);
        pointer-events: auto;
    }
    .mobile-dock-progress {
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr);
        column-gap: 12px;
        row-gap: 6px;
        align-items: center;
        min-width: 0;
    }
    .mobile-dock-progress > div:not(.ring):not(.mobile-donor-ticker) {
        min-width: 0;
    }
    .mobile-dock-progress .ring {
        --ring-thickness: 5px;
        width: 48px;
        flex: 0 0 auto;
        justify-self: center;
    }
    .mobile-dock-progress .ring span {
        font-size: 11px;
    }
    .mobile-dock-progress strong,
    .mobile-dock-progress span,
    .mobile-dock-progress small {
        display: block;
    }
    .mobile-dock-progress strong {
        font-size: 22px;
        line-height: 1.05;
    }
    .mobile-dock-progress span {
        color: #646464;
        font-size: 19px;
        line-height: 1.12;
    }
    .mobile-dock-progress .mobile-donor-ticker {
        grid-column: 1 / -1;
        margin-top: 0;
        padding: 0 2px;
    }
    .mobile-dock-progress .mobile-donor-ticker small {
        overflow: hidden;
        color: #4f5a52;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.2;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .mobile-dock-bar {
        display: none;
    }
    .mobile-dock-actions {
        gap: 12px;
    }
    .mobile-dock-actions .button {
        min-height: 50px;
        font-size: 17px;
    }
    .amount-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .share-booster {
        margin-bottom: 0;
        padding-inline: 14px;
    }
    .campaign-page .share-booster .share-icons {
        grid-template-columns: repeat(3, 44px);
        display: grid;
        justify-content: center;
        column-gap: 20px;
        row-gap: 16px;
        width: fit-content;
        margin: 28px auto 0;
    }
}

@media (max-width: 520px) {
    .site-bar { height: 48px; max-height: 48px; padding-block: 5px; }
    .site-logo { width: min(64vw, 148px); max-height: 34px; }
    .site-logo img { max-height: 34px; }
    .checkout-logo { width: min(42vw, 132px); }
    .header-actions { gap: 0; }
    .checkout-secure { display: none; }
    .menu-button,
    .header-icon {
        width: 42px;
    }
    .site-menu {
        left: 0;
        padding: 18px 22px 24px;
    }
    .site-menu-link { min-height: 86px; }
    .site-menu-link strong { font-size: 24px; }
    .site-menu-link small { font-size: 17px; }
    .home-hero,
    .home-recent-campaigns,
    .home-trust,
    .home-steps,
    .home-current {
        padding-inline: 18px;
    }
    .home-actions {
        grid-template-columns: 1fr;
    }
    .home-hero {
        padding-inline: 0;
    }
    .home-featured-content,
    .home-empty-feature {
        padding-inline: 18px;
    }
    .home-empty-feature h1 {
        font-size: 50px;
    }
    .home-trust p {
        text-align: left;
    }
    .form-page {
        padding: 12px;
    }
    .donate-checkout { padding: 20px 12px; }
    .donate-form {
        border-radius: 22px;
        padding: 26px 20px 28px;
    }
    .contact-consent-modal section {
        min-height: 86svh;
        border-radius: 16px;
    }
    .contact-consent-modal div {
        grid-template-columns: 1fr;
    }
    .tip-confirmation-modal {
        place-items: start center;
        height: 100vh;
        height: 100dvh;
        padding: max(8px, env(safe-area-inset-top)) 8px max(8px, env(safe-area-inset-bottom));
        overflow-y: auto;
    }
    .tip-confirmation-modal section {
        width: 100%;
        min-height: 0;
        max-height: none;
        overflow-y: auto;
        gap: 9px;
        margin: auto 0;
        padding: 13px 14px;
        border-radius: 12px;
    }
    .tip-confirmation-modal h2 {
        font-size: clamp(20px, 6.5vw, 24px);
        line-height: 1.08;
    }
    .tip-confirmation-modal p:not(.eyebrow) {
        font-size: 14px;
        line-height: 1.3;
    }
    .tip-confirmation-modal div {
        width: 100%;
    }
    .tip-confirmation-modal .button {
        width: 100%;
        min-height: 44px;
        padding: 8px 14px;
        font-size: 16px;
    }
    .mailing-thanks-card {
        max-height: 94svh;
        border-radius: 10px;
    }
    .mailing-country-row {
        grid-template-columns: 1fr;
    }
    .mailing-country-row button {
        width: 100%;
    }
    .mailing-thanks-grid,
    .mailing-thanks-actions {
        grid-template-columns: 1fr;
    }
    .impact-row dl,
    .impact-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .list-modal {
        align-items: end;
        padding: 0;
    }
    .list-modal-card {
        width: 100%;
        max-height: 88svh;
        border-radius: 8px 8px 0 0;
    }
    .list-modal-head,
    .list-modal-foot {
        padding-inline: 18px;
    }
    .list-modal-head h2 {
        font-size: 26px;
    }
    .donation-modal-row {
        padding-inline: 18px;
    }
    .donation-modal-cta {
        grid-template-columns: auto 1fr;
        padding-inline: 18px;
    }
    .donation-modal-cta a {
        grid-column: 2;
        justify-self: start;
    }
    .impact-signup-modal {
        align-items: end;
        padding: 0;
    }
    .impact-signup-card {
        width: 100%;
        max-height: 88svh;
        padding: 24px 18px;
        border-radius: 8px 8px 0 0;
    }
    .impact-signup-card h2 {
        font-size: 28px;
    }
    .impact-signup-actions {
        grid-template-columns: 1fr;
    }
    .giving-tree-head {
        padding: 14px 16px 10px;
    }
    .giving-tree-head h2 {
        font-size: 26px;
    }
    .giving-tree-head p:not(.eyebrow) {
        font-size: 14px;
        line-height: 1.3;
    }
    .giving-tree-toolbar {
        padding: 10px 16px;
        gap: 8px;
    }
    .giving-tree-toolbar button {
        min-height: 36px;
        padding-inline: 11px;
    }
    .giving-tree-toolbar [data-giving-tree-close-view] {
        margin-left: 0;
    }
    .giving-tree-foot {
        padding: 10px 16px 14px;
    }
    .giving-tree-hint {
        left: 14px;
        right: 14px;
        bottom: 14px;
        width: auto;
    }
    .thank-share-pointer {
        flex-direction: column;
        gap: 8px;
        min-height: 0;
    }
    .thank-share-arrow {
        position: relative;
        left: auto;
        top: auto;
        width: min(82vw, 300px);
        transform: none;
        animation: share-impact-arrow-mobile-nudge 1.15s ease-in-out infinite;
    }
    @keyframes share-impact-arrow-mobile-nudge {
        0%, 100% {
            transform: translateX(-8px);
        }
        50% {
            transform: translateX(12px);
        }
    }
    .checkout-summary {
        grid-template-columns: 56px 1fr;
        gap: 12px;
        text-align: left;
    }
    .checkout-summary h1 { font-size: 27px; }
    .checkout-ring { width: 52px; }
    .checkout-ring span { width: 38px; font-size: 12px; }
    .amount-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .amount-choice span { min-height: 58px; }
    .give-mode {
        min-height: 52px;
        margin-bottom: 12px;
    }
    .custom-amount-field .custom-amount {
        height: 94px;
        padding-left: 86px;
        font-size: 46px;
    }
    .custom-amount-field {
        min-height: 96px;
    }
    .custom-amount-field .currency-mark {
        top: 20px;
        font-size: 28px;
    }
    .how-hero,
    .how-steps,
    .how-trust,
    .pricing-hero,
    .pricing-card,
    .pricing-trust,
    .pricing-bottom-action,
    .discover-hero,
    .discover-categories,
    .discover-results {
        padding-inline: 18px;
    }
    .how-actions,
    .pricing-actions {
        grid-template-columns: 1fr;
    }
    .how-steps article {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 22px;
    }
    .how-steps h2,
    .how-trust h2,
    .pricing-trust h2 {
        text-align: left;
    }
    .pricing-hero {
        min-height: auto;
        text-align: left;
    }
    .pricing-main {
        min-height: 260px;
    }
    .discover-hero,
    .discover-results-head {
        text-align: left;
    }
    .discover-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .discover-categories a {
        min-height: 118px;
    }
}
.advocate-page {
    --advocate-ink: #173e2d;
    --advocate-green: #275f43;
    --advocate-lime: #b9f36b;
    --advocate-cream: #fbfaf5;
    max-width: 1180px;
    margin: 0 auto;
    padding: 54px 24px 90px;
    color: #17231d;
}

.advocate-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(260px, .7fr);
    gap: 44px;
    align-items: center;
    padding: 54px;
    border-radius: 30px;
    background: linear-gradient(135deg, #eef9df 0%, #fbfaf5 58%, #f2eadb 100%);
    box-shadow: 0 20px 60px rgba(31, 75, 52, .1);
}

.advocate-hero h1 {
    margin: 4px 0 14px;
    color: var(--advocate-ink);
    font-size: clamp(3.2rem, 7vw, 6.5rem);
    line-height: .92;
    letter-spacing: -.07em;
}

.advocate-hero-copy > p:last-child {
    max-width: 720px;
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.7;
}

.advocate-promise {
    padding: 28px;
    border: 1px solid rgba(39, 95, 67, .14);
    border-radius: 22px;
    background: rgba(255, 255, 255, .82);
}

.advocate-promise span {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--advocate-lime);
    color: #183a2a;
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.advocate-promise strong {
    display: block;
    color: var(--advocate-ink);
    font-size: 1.35rem;
}

.advocate-promise p {
    margin: 10px 0 0;
    color: #536057;
    line-height: 1.55;
}

.advocate-workspace {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(250px, .65fr);
    gap: 28px;
    align-items: start;
    margin-top: 34px;
}

.advocate-form,
.advocate-rubric,
.advocate-results {
    border: 1px solid #e2e8df;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 44px rgba(25, 55, 40, .07);
}

.advocate-form {
    padding: 30px;
}

.advocate-form label > span {
    display: block;
    color: var(--advocate-ink);
    font-size: 1.35rem;
    font-weight: 800;
}

.advocate-form label small {
    display: block;
    margin-top: 4px;
    color: #667068;
}

.advocate-link-field {
    display: block;
}

.advocate-link-field input {
    width: 100%;
    margin-top: 14px;
    padding: 15px 16px;
    border: 1px solid #cdd7ce;
    border-radius: 12px;
    background: #fbfcf8;
    color: var(--advocate-ink);
    font: inherit;
}

.advocate-link-field input:focus {
    outline: 3px solid rgba(185, 243, 107, .5);
    border-color: var(--advocate-green);
}

.advocate-or {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 22px 0;
    color: #6b756e;
    font-size: .85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.advocate-or::before,
.advocate-or::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #dce3dc;
}

.advocate-form textarea {
    width: 100%;
    min-height: 360px;
    margin-top: 18px;
    padding: 20px;
    resize: vertical;
    border: 1px solid #ccd8ce;
    border-radius: 16px;
    background: var(--advocate-cream);
    color: #17231d;
    font: inherit;
    font-size: 1rem;
    line-height: 1.65;
}

.advocate-form textarea:focus {
    outline: 3px solid rgba(185, 243, 107, .5);
    border-color: var(--advocate-green);
}

.advocate-form-foot {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-top: 16px;
}

.advocate-form-actions,
.advocate-writer-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.advocate-form-foot > span,
.advocate-privacy {
    color: #6b756e;
    font-size: .85rem;
}

.advocate-privacy {
    margin: 16px 0 0;
}

.advocate-error {
    margin: 16px 0 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: #fff0ef;
    color: #9b2f29;
    font-weight: 700;
}

.advocate-rubric {
    padding: 28px;
    background: var(--advocate-ink);
    color: #fff;
}

.advocate-rubric .eyebrow {
    color: var(--advocate-lime);
}

.advocate-rubric h2 {
    margin: 8px 0 20px;
    font-size: 1.55rem;
}

.advocate-rubric ol {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 24px;
    color: #e6f0e9;
    line-height: 1.4;
}

.advocate-results {
    margin-top: 34px;
    padding: 34px;
}

.advocate-results[hidden] {
    display: none;
}

.advocate-results-head {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 30px;
}

.advocate-results-head h2 {
    margin: 4px 0 6px;
    color: var(--advocate-ink);
    font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.advocate-results-head p:last-child {
    margin: 0;
    color: #647067;
}

.advocate-score-ring {
    display: grid;
    flex: 0 0 126px;
    width: 126px;
    height: 126px;
    place-content: center;
    text-align: center;
    border: 10px solid var(--advocate-lime);
    border-radius: 50%;
    background: #f7ffe9;
}

.advocate-score-ring strong {
    color: var(--advocate-ink);
    font-size: 2.25rem;
    line-height: 1;
}

.advocate-score-ring span {
    margin-top: 4px;
    color: #647067;
    font-size: .78rem;
}

.advocate-score-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.advocate-score-grid article {
    padding: 20px;
    border: 1px solid #e2e8df;
    border-radius: 16px;
    background: var(--advocate-cream);
}

.advocate-score-grid article > div:first-child {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: start;
}

.advocate-score-grid h3 {
    margin: 0;
    color: var(--advocate-ink);
    font-size: 1rem;
}

.advocate-score-grid strong {
    white-space: nowrap;
    color: var(--advocate-green);
}

.advocate-score-grid p {
    margin: 13px 0 0;
    color: #566159;
    font-size: .9rem;
    line-height: 1.55;
}

.advocate-meter {
    height: 7px;
    margin-top: 14px;
    overflow: hidden;
    border-radius: 999px;
    background: #e1e7df;
}

.advocate-meter span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--advocate-green), var(--advocate-lime));
}

.advocate-feedback-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 24px;
}

.advocate-feedback-grid article {
    padding: 28px;
    border-radius: 20px;
}

.advocate-improvements {
    background: #f5f2ea;
}

.advocate-strengths {
    background: #edf9df;
}

.advocate-feedback-grid h2 {
    margin: 5px 0 15px;
    color: var(--advocate-ink);
    font-size: 1.45rem;
}

.advocate-feedback-grid ul {
    display: grid;
    gap: 11px;
    margin: 0;
    padding-left: 21px;
    line-height: 1.55;
}

.advocate-encouragement {
    margin: 24px 0;
    padding: 25px 28px;
    border-left: 5px solid var(--advocate-lime);
    border-radius: 0 16px 16px 0;
    background: var(--advocate-ink);
    color: #fff;
    font-size: 1.12rem;
    font-style: normal;
    line-height: 1.65;
}

.advocate-start-over {
    display: block;
    margin-left: auto;
}

.advocate-results-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.advocate-results-actions .advocate-start-over {
    margin-left: 0;
}

.advocate-writer-modal {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(12, 34, 23, .72);
    backdrop-filter: blur(5px);
}

.advocate-writer-modal[hidden] {
    display: none;
}

.advocate-writer-card {
    position: relative;
    width: min(960px, 100%);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 38px;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .28);
}

.advocate-writer-card > header {
    max-width: 760px;
    padding-right: 35px;
}

.advocate-writer-card > header h2 {
    margin: 4px 0 10px;
    color: var(--advocate-ink, #173e2d);
    font-size: clamp(2rem, 5vw, 3.2rem);
}

.advocate-writer-card > header > p:last-child {
    color: #59665e;
    line-height: 1.6;
}

.advocate-writer-close {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #edf2eb;
    color: #173e2d;
    font-size: 1.8rem;
    cursor: pointer;
}

.advocate-writer-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 28px;
}

.advocate-writer-fields label,
.advocate-draft label {
    display: block;
}

.advocate-writer-fields label.wide {
    grid-column: 1 / -1;
}

.advocate-writer-fields label > span,
.advocate-draft label > span {
    display: block;
    margin-bottom: 5px;
    color: #173e2d;
    font-weight: 800;
}

.advocate-writer-fields small {
    display: block;
    min-height: 2.6em;
    margin-bottom: 7px;
    color: #69736c;
    line-height: 1.35;
}

.advocate-dynamic-question em {
    display: inline-block;
    margin-bottom: 9px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #edf9df;
    color: #275f43;
    font-size: .76rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.advocate-dynamic-question textarea {
    min-height: 125px;
}

.advocate-writer-fields input,
.advocate-writer-fields textarea,
.advocate-writer-fields select,
.advocate-draft textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #cbd7cd;
    border-radius: 12px;
    background: #fbfaf5;
    color: #17231d;
    font: inherit;
}

.advocate-writer-fields textarea {
    min-height: 110px;
    resize: vertical;
    line-height: 1.5;
}

.advocate-writer-fields input:focus,
.advocate-writer-fields textarea:focus,
.advocate-writer-fields select:focus {
    outline: 3px solid rgba(185, 243, 107, .5);
    border-color: #275f43;
}

.advocate-writer-actions {
    margin-top: 22px;
}

.advocate-draft {
    margin-top: 26px;
}

.advocate-draft[hidden] {
    display: none;
}

.advocate-draft label {
    margin-top: 16px;
}

.advocate-draft textarea {
    min-height: 82px;
    resize: vertical;
    line-height: 1.55;
}

.advocate-draft textarea.advocate-draft-story {
    min-height: 360px;
}

@media (max-width: 850px) {
    .advocate-hero,
    .advocate-workspace {
        grid-template-columns: 1fr;
    }

    .advocate-score-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .advocate-writer-fields {
        grid-template-columns: 1fr;
    }

    .advocate-writer-fields label.wide {
        grid-column: auto;
    }
}

@media (max-width: 580px) {
    .advocate-page {
        padding: 26px 14px 60px;
    }

    .advocate-hero,
    .advocate-form,
    .advocate-results {
        padding: 24px 18px;
        border-radius: 20px;
    }

    .advocate-form-foot,
    .advocate-results-head {
        align-items: stretch;
        flex-direction: column;
    }

    .advocate-form-foot .button {
        width: 100%;
    }

    .advocate-form-actions,
    .advocate-writer-actions,
    .advocate-results-actions {
        width: 100%;
    }

    .advocate-form-actions .button,
    .advocate-writer-actions .button,
    .advocate-results-actions .button {
        width: 100%;
    }

    .advocate-writer-modal {
        padding: 0;
    }

    .advocate-writer-card {
        width: 100%;
        max-height: 100vh;
        min-height: 100vh;
        padding: 28px 18px;
        border-radius: 0;
    }

    .advocate-score-grid,
    .advocate-feedback-grid {
        grid-template-columns: 1fr;
    }
}
