@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #1f2937;
    background: #ffffff;
    line-height: 1.5;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1rem;
}

.site-header {
    background: #f2f0f8;
    color: #3f3559;
    padding: 1.15rem 0;
    border-bottom: 1px solid #dbd5ea;
}

.nav-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    min-height: 2rem;
}

.brand {
    color: #111111;
    font-weight: 700;
    text-decoration: none;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-family: 'Space Grotesk', Arial, Helvetica, sans-serif;
    margin: 0;
    white-space: nowrap;
    letter-spacing: -0.02em;
    margin-right: auto;
}

.brand-word-more,
.brand-word-than,
.brand-word-charity {
    display: inline-block;
}

.brand-word-more {
    color: #111111;
}

.brand-word-than {
    color: #111111;
}

.brand-word-charity {
    color: #7c3aed;
}

.site-header nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.nav-toggle {
    display: none;
    background: rgba(255, 255, 255, 0.7);
    color: #111111;
    border: 1px solid #cfc6e1;
    border-radius: 999px;
    padding: 0.45rem 0.85rem;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1;
}

nav a,
.nav-inline-form button {
    color: #111111;
    margin-left: 1rem;
    text-decoration: none;
    font-size: 1rem;
}

.nav-inline-form {
    margin: 0;
}

.nav-inline-form button {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.site-header nav a:hover,
.site-header nav button:hover,
.site-header nav a:focus-visible,
.site-header nav button:focus-visible {
    color: #7c3aed;
}

main.container {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.15rem;
    margin-bottom: 1.15rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.narrow {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    display: inline-block;
    background: #111827;
    color: #fff;
    padding: 0.5rem 0.85rem;
    border-radius: 6px;
    border: 0;
    text-decoration: none;
    cursor: pointer;
}

.btn-secondary {
    background: #4b5563;
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
    background: #374151;
}

.btn-soft {
    background: #4b5563;
    color: #ffffff;
}

.btn-soft:hover,
.btn-soft:focus-visible {
    background: #374151;
}

.owner-action-pill {
    cursor: default;
    pointer-events: none;
}

.btn-back {
    background: #6b7280;
    color: #ffffff;
}

.btn-light {
    background: #e5e7eb;
    color: #1f2937;
}

.btn-light:hover,
.btn-light:focus-visible {
    background: #d1d5db;
}

.btn-thanks {
    background: #c4b5fd;
    color: #2e1065;
    border: 0;
    outline: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}

.btn-thanks:hover,
.btn-thanks:focus-visible {
    background: #a78bfa;
}

.btn-square {
    border-radius: 0;
}

.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    margin-top: 1rem;
}

.register-path-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

.register-path-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    min-height: 3rem;
}

.fundraiser-form-block {
    margin-top: 1.35rem;
    padding-top: 1.1rem;
    border-top: 1px solid #e5e7eb;
}

.fundraiser-form-block:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.form-section-intro {
    margin: 0 0 0.35rem;
}

label,
legend {
    display: block;
    font-weight: 600;
    margin: 0.6rem 0 0.25rem;
}

input,
textarea,
select,
button {
    font: inherit;
}

button {
    background: #111827;
    color: #fff;
    border: 0;
    border-radius: 6px;
    padding: 0.45rem 0.7rem;
    cursor: pointer;
}

input,
textarea,
select {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 0.5rem 0.6rem;
}

fieldset {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    margin-top: 0.8rem;
    padding: 0.6rem;
}

.checkbox {
    display: block;
    font-weight: 400;
}

.checkbox input {
    width: auto;
    margin-right: 0.45rem;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #e5e7eb;
    padding: 0.45rem;
    text-align: left;
    vertical-align: top;
}

th {
    background: #f9fafb;
}

.flash {
    border-radius: 6px;
    padding: 0.65rem 0.8rem;
    margin-bottom: 1rem;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.flash-success {
    background: #ecfdf5;
    border: 1px solid #10b981;
}

.flash.is-dismissing {
    opacity: 0;
    transform: translateY(-6px);
}

.flash-error {
    background: #fef2f2;
    border: 1px solid #ef4444;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.metric {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    background: #f9fafb;
}

.metric span {
    font-size: 1.1rem;
    font-weight: 700;
}

body.is-admin main.container {
    max-width: 1180px;
}

body.is-admin .card {
    border-color: #d8dee8;
    box-shadow: 0 10px 24px rgba(18, 37, 63, 0.06);
}

body.is-admin h1,
body.is-admin h2 {
    letter-spacing: -0.02em;
}

body.is-admin table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

body.is-admin th,
body.is-admin td {
    padding: 0.75rem;
    border-bottom: 1px solid #e3e8ef;
    text-align: left;
    vertical-align: top;
}

body.is-admin th {
    background: #f6f8fb;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.is-admin form + form {
    margin-top: 0.55rem;
}

body.is-admin input[type="text"],
body.is-admin select {
    min-height: 2.25rem;
}

.metric .metric-note {
    font-size: 0.9rem;
    font-weight: 400;
    color: #6b7280;
}

.support-pillars .metric-pillar {
    text-align: center;
    align-items: center;
    padding: 1rem 0.65rem;
}

.metric-icon {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 0.65rem;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    display: flex;
    align-items: center;
    justify-content: center;
}

.metric-icon svg {
    flex-shrink: 0;
}

.metric-pillar strong {
    margin-bottom: 0.35rem;
}

.muted {
    color: #6b7280;
}

.hero {
    background: #111827;
    color: #fff;
    border-radius: 12px;
    padding: clamp(2.5rem, 8vw, 5rem) clamp(1.5rem, 5vw, 3rem);
    margin-bottom: 1.5rem;
    min-height: min(72vh, 560px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.45);
    position: relative;
    overflow: hidden;
}

.hero::after {
    display: none;
}

.hero > * {
    position: relative;
    z-index: 1;
}

.hero h1 {
    margin-top: 0;
    margin-bottom: clamp(0.75rem, 2vw, 1.25rem);
    font-size: clamp(2.25rem, 6vw, 3.85rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
    max-width: 18ch;
}

.hero.hero-full-width h1 {
    max-width: none;
}

.hero-subtext {
    color: #cbd5e1;
    max-width: 36ch;
    margin-bottom: clamp(1.25rem, 3vw, 2rem);
    font-size: clamp(1.1rem, 2.2vw, 1.35rem);
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.hero-actions .btn {
    padding: 0.85rem 1.35rem;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.hero-actions .btn:hover {
    filter: brightness(1.08);
}

.hero-trust {
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
    margin: 0.1rem 0 0.85rem;
}

.eyebrow {
    margin: 0 0 0.3rem;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #9ca3af;
}

.badge {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid #d1d5db;
    color: #374151;
    background: #f9fafb;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
}

.badge-approved {
    border-color: #10b981;
    background: #ecfdf5;
    color: #047857;
}

.badge-note {
    margin-left: 0.3rem;
    font-size: 0.88rem;
}

.progress-block {
    margin: 0.65rem 0 0.85rem;
}

.progress-track {
    height: 10px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
}

.prominent-progress {
    height: 14px;
}

.progress-fill {
    height: 100%;
    background: #0f766e;
}

.tag-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.tag-list li {
    margin: 0;
}

.fundraiser-progress-card .support-actions {
    margin-top: 1rem;
    margin-bottom: 0.45rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.fundraiser-progress-card .support-actions .btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.72rem 0.9rem;
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.2;
    transition: filter 140ms ease, transform 140ms ease;
}

.fundraiser-progress-card .support-actions .btn:hover {
    filter: brightness(1.04);
    transform: translateY(-1px);
}

.fundraiser-progress-card .btn-support-donate {
    background: #16a34a;
}

.fundraiser-progress-card .btn-support-offer {
    background: #7c3aed;
}

.trust-card {
    border-left: 4px solid #0f766e;
}

.trust-explainer {
    border-left: 4px solid #2563eb;
    background: #f8fbff;
}

.next-steps {
    margin-top: 0.75rem;
    padding: 0.8rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #f9fafb;
}

.next-steps h2 {
    margin-top: 0;
}

.featured-fundraiser {
    border: 1px solid #cbd5e1;
}

.compact-card h2 {
    margin-top: 0;
}

.fundraiser-hero-card h1 {
    margin-bottom: 0.45rem;
}

.fundraiser-top-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
    gap: 1rem;
    align-items: start;
    margin-bottom: 1.15rem;
}

.fundraiser-cover-fullbleed {
    grid-column: 1 / -1;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #f3f4f6;
}

.fundraiser-cover-hero-img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
    object-fit: cover;
    max-height: min(40vh, 360px);
}

.fundraiser-cover-thumb-link {
    display: block;
    margin: 0 0 0.75rem;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    line-height: 0;
}

.fundraiser-cover-thumb {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    max-height: 200px;
}

.fundraiser-cover-preview-wrap {
    margin: 0.5rem 0 1rem;
}

.fundraiser-cover-preview {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.org-profile-avatar-preview-wrap {
    margin: 0.5rem 0 1rem;
}

.org-profile-avatar-preview {
    display: block;
    max-width: min(200px, 100%);
    height: auto;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    object-fit: cover;
    aspect-ratio: 1;
}

.org-profile-avatar-hero-wrap {
    margin: 0 0 1rem;
    line-height: 0;
}

.org-profile-avatar-hero {
    display: block;
    max-width: min(160px, 40vw);
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    object-fit: cover;
    aspect-ratio: 1;
}

.fundraiser-hero-card,
.fundraiser-progress-card {
    margin-bottom: 0;
}

.fundraiser-page-hero {
    min-height: auto;
    margin-bottom: 0;
}

.fundraiser-page-hero .eyebrow {
    color: #9ca3af;
}

.fundraiser-page-hero h1 {
    max-width: 14ch;
    margin-bottom: 0.75rem;
}

.fundraiser-organizer {
    margin: 0;
    color: #d1d5db;
    font-size: 0.95rem;
    line-height: 1.5;
}

.fundraiser-intro-card {
    margin-bottom: 1.15rem;
}

.fundraiser-funds-card {
    margin-bottom: 1.15rem;
}

.fundraiser-lede {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.6;
    color: #111827;
}

.fundraiser-summary {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #374151;
}

.fundraiser-rate {
    color: #111827;
    font-size: 1.125rem;
    line-height: 1.6;
}

.fundraiser-body-copy,
.cta-card p,
.progress-card p {
    font-size: 1.125rem;
    line-height: 1.65;
}

.fundraiser-body-copy {
    color: #374151;
}

.fundraiser-progress-card {
    align-self: stretch;
}

.why-matters {
    border-left: 4px solid #0f766e;
    background: #f8fafc;
    padding: 0.7rem 0.8rem;
    border-radius: 6px;
}

.progress-card h2,
.cta-card h2 {
    margin-top: 0;
}

.prominent-block p {
    margin-bottom: 0.4rem;
}

.cta-card .btn {
    margin-right: 0.45rem;
}

.cta-reassurance {
    color: #4b5563;
    font-size: 0.92rem;
}

.donation-summary {
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 0.8rem;
    background: #f9fafb;
    margin: 0.7rem 0 0.95rem;
}

.donation-summary h2 {
    margin-top: 0;
    font-size: 1.1rem;
}

.receipt-card {
    border: 1px solid #10b981;
    background: #ecfdf5;
    border-radius: 8px;
    padding: 0.8rem;
    margin-bottom: 0.85rem;
}

.receipt-card h2 {
    margin-top: 0;
    margin-bottom: 0.4rem;
}

.home-feature {
    padding: clamp(2rem, 5vw, 3rem) clamp(1.35rem, 3.5vw, 2rem);
}

.about-feature-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 3vw, 1.75rem);
    margin-bottom: clamp(1rem, 3vw, 1.5rem);
}

.about-feature-card {
    height: 100%;
}

.about-feature-card-grid {
    display: grid;
    gap: clamp(1rem, 2.5vw, 1.25rem);
}

.home-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 3vw, 1.75rem);
    align-items: center;
}

.home-feature-heading {
    margin: 0 0 0.5rem;
    font-size: clamp(1.45rem, 3vw, 1.95rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #111827;
    line-height: 1.15;
}

.home-feature-text {
    margin: 0;
    color: #6b7280;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.5;
}

.home-feature-actions {
    margin: 1rem 0 0;
}

.home-feature-actions .btn {
    min-width: 14rem;
}

.home-feature-register {
    background: linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
    border-color: #f59e0b;
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.14), 0 18px 38px rgba(146, 64, 14, 0.08);
    padding-top: clamp(0.95rem, 2.2vw, 1.25rem);
    padding-bottom: clamp(0.95rem, 2.2vw, 1.25rem);
}

.about-register-form {
    margin-top: 1rem;
    max-width: 40rem;
}

.about-register-form .home-feature-actions {
    margin-top: 1.1rem;
}

.home-feature-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 8rem;
}

.home-feature-media--placeholder {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
}

.home-feature-media--placeholder.home-feature-media--donations {
    background: #fecaca;
    border-color: rgba(185, 28, 28, 0.35);
}

.home-feature-media--placeholder.home-feature-media--volunteer {
    background: #a7f3d0;
    border-color: rgba(5, 150, 105, 0.35);
}

.home-feature-media--placeholder.home-feature-media--store {
    background: #bfdbfe;
    border-color: rgba(29, 78, 216, 0.35);
}

.home-feature-media--placeholder.home-feature-media--mutual-aid {
    background: #ede9fe;
    border-color: rgba(124, 58, 237, 0.35);
}

.home-feature-illustration-img {
    display: block;
    width: min(100%, 160px);
    height: auto;
    max-height: 140px;
    margin: 0 auto;
    padding: clamp(1rem, 3vw, 1.5rem);
    object-fit: contain;
}

.home-feature-message {
    margin: 0;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    color: #7c3aed;
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    text-align: center;
    text-wrap: balance;
}

.fundraiser-landing-hero {
    padding: clamp(2rem, 5vw, 3rem);
    background: #ecfdf5;
    border-color: #a7f3d0;
}

.fundraiser-landing-eyebrow {
    margin: 0 0 0.65rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #047857;
}

.fundraiser-landing-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(18rem, 1fr);
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: center;
}

.fundraiser-landing-hero h1 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.4rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    color: #111827;
}

.fundraiser-landing-subtext {
    margin: 0.9rem 0 0;
    font-size: clamp(1.15rem, 2.2vw, 1.5rem);
    line-height: 1.35;
    font-weight: 600;
    color: #14532d;
}

.fundraiser-landing-copy {
    margin: 0.75rem 0 0;
    max-width: 42rem;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #4b5563;
}

.fundraiser-landing-actions {
    margin: 1.35rem 0 0;
}

.fundraiser-landing-highlight {
    display: grid;
    gap: 0.85rem;
}

.fundraiser-landing-highlight-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #d1fae5;
    border-radius: 16px;
    padding: 1rem 1.1rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.fundraiser-landing-highlight-label {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #0f766e;
}

.fundraiser-landing-highlight-value {
    margin: 0.35rem 0 0;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.2;
    color: #111827;
}

.fundraiser-landing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
}

.fundraiser-landing-section,
.fundraiser-landing-cta {
    padding: clamp(1.4rem, 3vw, 2rem);
}

.fundraiser-landing-section-title {
    margin: 0 0 0.7rem;
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #111827;
}

.fundraiser-landing-section p,
.fundraiser-landing-cta p {
    margin: 0.7rem 0 0;
    color: #4b5563;
    font-size: 1.02rem;
    line-height: 1.6;
}

.fundraiser-landing-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.fundraiser-landing-step {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem;
    background: #f9fafb;
}

.fundraiser-landing-step-label {
    margin: 0;
    font-size: 0.84rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
}

.fundraiser-landing-list {
    margin: 0.85rem 0 0;
    padding-left: 1.15rem;
    color: #374151;
}

.fundraiser-landing-list li + li {
    margin-top: 0.45rem;
}

.fundraiser-landing-kicker {
    font-weight: 700;
    color: #111827;
}

.fundraiser-landing-cta {
    text-align: center;
    background: #eff6ff;
    border-color: #bfdbfe;
}

.fundraiser-signup-shell {
    padding: clamp(1.4rem, 4vw, 2.2rem);
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 55%, #eff6ff 100%);
    border-color: #bbf7d0;
}

.fundraiser-signup-eyebrow {
    margin: 0 0 0.75rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #047857;
}

.fundraiser-signup-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.9fr);
    gap: clamp(1.2rem, 3vw, 2rem);
    align-items: start;
}

.fundraiser-signup-copy h1 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1;
    letter-spacing: -0.04em;
    color: #111827;
}

.fundraiser-signup-lede {
    margin: 0.9rem 0 0;
    max-width: 38rem;
    font-size: 1.08rem;
    line-height: 1.6;
    color: #4b5563;
}

.fundraiser-signup-list {
    margin: 1rem 0 0;
    padding-left: 1.15rem;
    color: #374151;
}

.fundraiser-signup-list li + li {
    margin-top: 0.55rem;
}

.fundraiser-signup-form-wrap {
    border: 1px solid #dbeafe;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    padding: 1.15rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.fundraiser-signup-form-wrap h2 {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.15;
    color: #111827;
}

.card-featured-fundraisers {
    padding: clamp(1.25rem, 3vw, 1.85rem);
}

.card-featured-fundraisers .fundraiser-preview {
    border-style: dashed;
    background: #f9fafb;
}

.section-heading {
    margin: 0 0 0.35rem;
    line-height: 1.15;
}

.section-heading-featured {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #111827;
    margin-bottom: clamp(0.85rem, 2vw, 1.35rem);
}

.fundraiser-list-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(1rem, 2.5vw, 1.35rem);
    align-items: stretch;
}

.volunteer-opportunities-stack {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: stretch;
}

.volunteer-opportunities-stack > .fundraiser-preview {
    width: 100%;
}

.volunteer-location {
    margin: 0.15rem 0 0;
    color: #5f6875;
    font-size: 0.88rem;
    line-height: 1.4;
}

.fundraiser-list-grid > .fundraiser-preview {
    width: 100%;
}

.fundraiser-preview {
    border: 1px solid #cfd6df;
    border-radius: 0;
    padding: 0.65rem 0.8rem;
    background: #ffffff;
    box-shadow: none;
}

.fundraiser-preview-intro {
    background: #fff9ef;
    border-color: #d8c8aa;
    box-shadow: none;
}

body.is-logged-in .fundraiser-preview-intro-guest-only {
    display: none;
}

.fundraiser-preview-intro h2 {
    margin-bottom: 0.5rem;
    font-size: 1.35rem;
    line-height: 1.3;
}

.fundraiser-preview-intro h2 a {
    color: #7c2d12;
}

.fundraiser-preview-intro p {
    font-size: 1.02rem;
    line-height: 1.55;
}

.community-feed-composer {
    border-color: #c7ced9;
    background: #f8f9fa;
}

.community-feed-composer h2 {
    margin-bottom: 0.15rem;
}

.community-feed-composer-actions {
    margin-top: 0.6rem;
}

.community-feed-composer-btn {
    border: 1px solid transparent;
}

.community-feed-composer-btn-event {
    background: #f2f0f8;
    color: #5b5077;
    border-color: #dbd5ea;
}

.community-feed-composer-btn-event:hover {
    background: #e9e4f3;
}

.community-feed-composer-btn-need {
    background: #edf7ef;
    color: #365948;
    border-color: #cde2d3;
}

.community-feed-composer-btn-need:hover {
    background: #e3f0e6;
}

.community-feed-composer-btn-resource {
    background: #eef3fb;
    color: #415a86;
    border-color: #cdd8ec;
}

.community-feed-composer-btn-resource:hover {
    background: #e4ebf7;
}

.community-offer-start-form {
    margin-top: 1rem;
    width: 100%;
}

.community-offer-start-form textarea {
    min-height: 7.5rem;
    background: rgba(255, 255, 255, 0.92);
    border-color: #fdba74;
}

.community-offer-start-form .preview-actions {
    margin-top: 0.85rem;
}

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


.fundraiser-preview-heading-row {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin: 0 0 0.15rem;
}

.feed-item-thumb-link {
    flex-shrink: 0;
    display: block;
    width: 5.5rem;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #cfd6df;
    line-height: 0;
    align-self: flex-start;
    margin-top: 0.05rem;
}

.feed-item-thumb-link--square {
    width: 2.35rem;
    border-radius: 0;
}

.feed-item-thumb {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.feed-item-thumb--cover {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.feed-item-thumb--avatar {
    aspect-ratio: 1;
    object-fit: cover;
}

.fundraiser-preview-heading-cell {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-weight: 400;
    font-size: 1.02rem;
    line-height: 1.22;
}

.fundraiser-preview-heading-row h3.fundraiser-preview-heading-cell {
    font-size: 1.03rem;
    line-height: 1.3;
}

.fundraiser-preview-hypothetical {
    border-style: dashed;
    background: #f9fafb;
}

.fundraiser-preview h3:not(.fundraiser-preview-heading-cell) {
    margin-top: 0;
    margin-bottom: 0.35rem;
    font-size: 1.03rem;
}

.fundraiser-preview h2:not(.fundraiser-preview-heading-cell) {
    margin-top: 0;
    margin-bottom: 0.2rem;
    font-size: 1.02rem;
    line-height: 1.22;
}

.fundraiser-preview h2 a,
.fundraiser-preview h2 .fundraiser-preview-heading-text,
.fundraiser-preview-heading-cell a {
    color: #0000cc;
    font-weight: 700;
    text-decoration: none;
}

.fundraiser-preview h2 a:hover,
.fundraiser-preview-heading-cell a:hover {
    text-decoration: underline;
}

.volunteer-page-subheading {
    margin: 0 0 0.75rem;
}

.community-feed-shell {
    margin-bottom: 1.15rem;
    background: #ffffff;
    border: 0;
    padding: 0;
}

.community-feed-shell.is-loading {
    opacity: 0.65;
    transition: opacity 0.18s ease;
}

.community-feed-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0 0 0.55rem;
}

.community-feed-mobile-filter {
    display: none;
    margin: 0 0 0.65rem;
}

.community-feed-mobile-filter summary {
    list-style: none;
    cursor: pointer;
    border: 1px solid #c7ced9;
    background: #f8f9fa;
    color: #1c1c1c;
    border-radius: 2px;
    padding: 0.5rem 0.7rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
}

.community-feed-mobile-filter summary::-webkit-details-marker {
    display: none;
}

.community-feed-mobile-filter-caret {
    width: 0;
    height: 0;
    border-left: 0.32rem solid transparent;
    border-right: 0.32rem solid transparent;
    border-top: 0.42rem solid #1c1c1c;
    flex-shrink: 0;
    transition: transform 140ms ease;
}

.community-feed-mobile-filter[open] .community-feed-mobile-filter-caret {
    transform: rotate(180deg);
}

.community-feed-mobile-filter-menu {
    display: grid;
    gap: 0.35rem;
    margin-top: 0.4rem;
}

.community-feed-filter {
    text-decoration: none;
    color: #1c1c1c;
    border: 1px solid #c7ced9;
    background: #f8f9fa;
    border-radius: 2px;
    padding: 0.22rem 0.55rem;
    font-weight: 600;
    font-size: 0.82rem;
}

.community-feed-filter:hover {
    background: #eef1f3;
}

.community-feed-filter.is-active {
    background: #ffffff;
    border-color: #9aa7b7;
    color: #0000cc;
}

.community-feed-filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.35rem;
    height: 1.35rem;
    margin-left: 0.35rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #d90429;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1;
}

.community-feed-shell .fundraiser-preview h2 a,
.community-feed-shell .fundraiser-preview-heading-cell a {
    color: #0000cc;
    text-decoration: none;
}

.community-feed-shell .fundraiser-preview h2 a:visited,
.community-feed-shell .fundraiser-preview-heading-cell a:visited {
    color: #551a8b;
}

.community-feed-notification {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.25rem;
    color: #991b1b;
    font-size: 0.83rem;
    font-weight: 700;
}

.community-response-indicator {
    display: inline-block;
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 999px;
    background: #d90429;
    vertical-align: middle;
}

.community-feed-shell .muted .org-public-link,
.community-feed-shell .muted .org-public-name {
    color: #6b7280;
    font-weight: 600;
    text-decoration: none;
}

.community-feed-shell .muted .org-public-link:visited,
.community-feed-shell .muted .org-public-link:hover,
.community-feed-shell .muted .org-public-link:focus-visible {
    color: #6b7280;
}

.community-feed-shell .feed-item-thumb-link:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 3px;
    border-radius: 10px;
}

.community-feed-shell .feed-item-thumb-link--square:focus-visible {
    border-radius: 10px;
}

.community-feed-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 0.6rem;
    padding-top: 0.55rem;
    border-top: 1px solid #c7ced9;
}

.need-detail-section {
    margin-top: 1rem;
    background: #ffffff;
    border-color: #e5e7eb;
}

.need-response-intro {
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e5e7eb;
}

.need-response-intro p {
    margin: 0 0 0.65rem;
}

.support-offer-page-section {
    margin-bottom: 1.5rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.support-offer-page-section-main {
    margin-top: 0.25rem;
}

.support-offer-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.7rem;
    border-radius: 6px;
    background: #f3f4f6;
    color: #6b7280;
    text-decoration: none;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.support-offer-back-link:hover,
.support-offer-back-link:focus-visible {
    background: #e5e7eb;
    color: #374151;
}

.event-page-section {
    margin-bottom: 1.5rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.event-page-section-main {
    margin-top: 0.25rem;
}

.need-detail-list {
    margin: 0.75rem 0 0;
    padding-left: 1.2rem;
}

.need-detail-list li + li {
    margin-top: 0.45rem;
}

.feed-item-type {
    margin: 0 0 0.25rem;
    display: inline-block;
    font-size: 0.69rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.02em;
    border-radius: 2px;
    padding: 0.08rem 0.35rem;
}

.feed-item-type-community-need {
    background: #eef6f7;
    color: #355f66;
    border: 1px solid #cbdfe3;
}

.feed-item-type-resources {
    background: #f3f4f6;
    color: #4b5563;
    border: 1px solid #d1d5db;
}

.feed-item-type-fundraiser {
    background: #edf7ef;
    color: #365948;
    border: 1px solid #cde2d3;
}

.feed-item-type-org-update {
    background: #eef3fb;
    color: #415a86;
    border: 1px solid #cdd8ec;
}

.feed-item-type-volunteer-opportunity {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}

.feed-item-type-event {
    background: #f2f0f8;
    color: #5b5077;
    border: 1px solid #dbd5ea;
}

.feed-item-type-site {
    background: #fff8ee;
    color: #7b4c1d;
    border: 1px solid #dec7a3;
}

.fundraiser-preview + .fundraiser-preview {
    margin-top: -1px;
}

.fundraiser-preview p {
    margin-top: 0.15rem;
    margin-bottom: 0;
    font-size: 0.88rem;
    line-height: 1.4;
}

.fundraiser-preview .muted {
    color: #6b7280;
    font-size: 0.82rem;
}

.timeline-shell {
    margin-bottom: 1.15rem;
}

.timeline-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #e5e7eb;
}

.timeline-tabs .timeline-tab {
    display: block;
    padding: 0.85rem 0;
    text-align: center;
    color: #6b7280;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    background: #f3f4f6;
    border: none;
    transition: background 100ms, color 100ms;
    cursor: pointer;
}

.timeline-tabs .timeline-tab:first-child {
    border-radius: 8px 0 0 0;
}

.timeline-tabs .timeline-tab:last-child {
    border-radius: 0 8px 0 0;
    border-left: 1px solid #e5e7eb;
}

.timeline-tabs .timeline-tab:hover {
    background: #e5e7eb;
    color: #374151;
}

.timeline-tabs .timeline-tab.is-active {
    background: #fff;
    color: #111827;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.timeline-content-pane {
    border: 1px solid #d1d5db;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background: #fff;
    padding: 1rem;
}

.card-featured-fundraisers .fundraiser-preview h3 {
    font-size: clamp(1.08rem, 2vw, 1.2rem);
}

.fundraiser-preview p {
    margin: 0.45rem 0;
}

.preview-actions {
    margin-top: 0.65rem;
}

.detail-page-top-actions {
    margin: 0 0 0.85rem;
}

.need-response-summary {
    margin: 0.85rem 0;
}

.need-response-summary p {
    margin: 0.35rem 0;
}

.pinned-post-actions {
    text-align: center;
}

.dashboard-title-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
}

.dashboard-title-row h1,
.dashboard-total-credits {
    margin: 0;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
}

.dashboard-offer-actions .btn,
.dashboard-offer-actions form {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.35rem 0.35rem 0;
}

.dashboard-offer-actions form button {
    margin: 0;
}

.offer-skills-editor {
    margin-top: 0.75rem;
}

.offer-skills-display p {
    margin: 0 0 0.75rem;
}

.offer-skills-missing {
    border-left: 4px solid #f59e0b;
    padding-left: 0.65rem;
}

.offer-skills-count {
    margin: 0.35rem 0 0;
}

.site-footer {
    border-top: 1px solid #d1d5db;
    background: #fff;
    color: #6b7280;
    padding: 0.75rem 0 1.5rem;
}

@media (max-width: 760px) {
    .register-path-grid {
        grid-template-columns: 1fr;
    }

    .nav-wrap {
        justify-content: space-between;
        align-items: center;
    }

    .brand {
        position: static;
        transform: none;
    }

    .nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }

    .site-header nav {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0.2rem;
        padding-top: 0.85rem;
        border-top: 1px solid #dbd5ea;
    }

    .site-header nav.is-open {
        display: flex;
    }

    .site-header nav a,
    .site-header .nav-inline-form,
    .site-header .nav-inline-form button {
        width: 100%;
        margin-left: 0;
    }

    .site-header nav a,
    .site-header .nav-inline-form button {
        display: block;
        padding: 0.7rem 0;
        font-size: 1rem;
    }

    .grid-2,
    .grid-3 {
        grid-template-columns: 1fr;
    }

    .about-feature-row {
        grid-template-columns: 1fr;
    }

    .home-feature-grid {
        grid-template-columns: 1fr;
    }

    .fundraiser-landing-hero-grid,
    .fundraiser-landing-grid,
    .fundraiser-landing-steps {
        grid-template-columns: 1fr;
    }

    .fundraiser-top-grid {
        grid-template-columns: 1fr;
    }

    .fundraiser-lede,
    .fundraiser-summary,
    .fundraiser-rate,
    .fundraiser-body-copy,
    .cta-card p,
    .progress-card p {
        font-size: 1.0625rem;
    }

    .home-feature-heading {
        font-size: 1.65rem;
    }

    .home-feature-text {
        font-size: 1.15rem;
        line-height: 1.55;
    }

    .fundraiser-list-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-title-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .timeline-tabs .timeline-tab {
        padding: 0.75rem 0;
        font-size: 0.95rem;
    }

    .community-feed-filters {
        display: none;
    }

    .community-feed-mobile-filter {
        display: block;
    }

    .hero {
        min-height: min(62vh, 480px);
    }

    nav a,
    .nav-inline-form button {
        margin-left: 0.45rem;
        font-size: 0.88rem;
    }
}

/* Organization hub (signed-in control center) */
.hub-header-meta {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
}

.hub-stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 0.75rem;
}

.hub-stat-card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 0.85rem 1rem;
    background: #f9fafb;
}

.hub-stat-label {
    margin: 0;
    font-size: 0.85rem;
    color: #4b5563;
    font-weight: 600;
}

.hub-stat-value {
    margin: 0.35rem 0 0;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.1;
}

.hub-stat-foot {
    margin: 0.5rem 0 0;
    font-size: 0.85rem;
}

.hub-action-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-top: 0.75rem;
}

.hub-action-card {
    display: block;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem;
    background: #f9fafb;
    color: inherit;
    text-decoration: none;
}

.hub-action-card strong,
.hub-action-card span {
    display: block;
}

.hub-action-card strong {
    margin-bottom: 0.35rem;
}

.hub-action-card span {
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.45;
}

.hub-report-totals {
    margin: 0.75rem 0 1rem;
}

.hub-report-totals p {
    margin: 0.35rem 0;
}

.hub-report-grand {
    margin-top: 0.65rem !important;
    padding-top: 0.65rem;
    border-top: 1px solid #e5e7eb;
}

.hub-subheading {
    margin: 1.25rem 0 0.5rem;
    font-size: 1.05rem;
}

.hub-activity-list {
    margin-top: 0.75rem;
}

.hub-activity-item {
    padding: 0.8rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.hub-activity-item:first-child {
    padding-top: 0;
}

.hub-activity-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.hub-activity-item p {
    margin: 0.2rem 0;
}

.hub-migration-hint {
    font-size: 0.9rem;
}

.hub-profile-summary p {
    margin: 0.35rem 0;
}

.need-help-disclosure summary {
    display: inline-block;
    list-style: none;
    cursor: pointer;
    outline: none;
}

.need-help-disclosure summary::-webkit-details-marker {
    display: none;
}

.need-help-disclosure summary::marker {
    content: '';
}

.need-help-disclosure summary:focus,
.need-help-disclosure summary:focus-visible {
    outline: none;
    box-shadow: none;
}

.need-help-disclosure summary:hover {
    outline: 2px solid #5b21b6;
    outline-offset: 2px;
}

.need-help-disclosure[open] summary {
    margin-bottom: 1rem;
}

.hub-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.5rem;
    font-size: 0.95rem;
}

.hub-table th,
.hub-table td {
    border-bottom: 1px solid #e5e7eb;
    padding: 0.45rem 0.35rem;
    text-align: left;
    vertical-align: top;
}

.hub-table th {
    font-weight: 600;
    color: #374151;
}

.org-hero-cta {
    margin: 1rem 0 0.25rem;
}

/* Organization hub + Stripe checkout mount */
.org-donate-block {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e5e7eb;
}

.org-donate-heading {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
}

.org-stripe-mount {
    margin: 1.25rem 0;
    min-height: 140px;
    padding: 1rem 1.25rem;
    border: 2px dashed #cbd5e1;
    border-radius: 8px;
    background: #fff;
}

.org-stripe-mount-hint {
    margin: 0;
    text-align: center;
}
