:root {
  --gold: #F5AA0A;
  --gold-soft: #F0C814;
  --cream: #F6EDE5;
  --ivory: #F9F7E9;
  --plum: #462850;
  --plum-2: #32173b;
  --ink: #26172b;
  --muted: #705d76;
  --white: #fffdf8;
  --shadow: 0 22px 70px rgba(70, 40, 80, .13);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.62;
}
img, iframe, audio { max-width: 100%; }
a { color: var(--plum); text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: #000; }
h1, h2, h3, blockquote { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
h1 { margin: 0 0 20px; font-size: clamp(3.4rem, 8vw, 7.6rem); line-height: .92; letter-spacing: -.055em; color: var(--plum); }
h2 { margin: 0 0 18px; font-size: clamp(2.15rem, 4vw, 4.5rem); line-height: 1.02; letter-spacing: -.04em; color: var(--plum); }
h3 { margin: 0 0 10px; font-size: 1.55rem; line-height: 1.15; color: var(--plum); }
p { margin: 0 0 1rem; }
ul { margin-top: .5rem; padding-left: 1.25rem; }

.container { width: min(1180px, calc(100% - 42px)); margin: 0 auto; }
.narrow { width: min(850px, calc(100% - 42px)); }
.skip-link { position: absolute; left: -999px; top: 12px; background: var(--plum); color: white; padding: 8px 12px; z-index: 10; }
.skip-link:focus { left: 12px; }

.site-header { position: sticky; top: 0; z-index: 5; background: rgba(246, 237, 229, .88); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(70, 40, 80, .12); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand img { width: 132px; display: block; mix-blend-mode: multiply; }
.site-nav { display: flex; align-items: center; gap: 22px; font-size: .9rem; }
.site-nav a { text-decoration: none; color: var(--plum); }
.nav-cta { border: 1px solid rgba(70,40,80,.28); border-radius: 999px; padding: 9px 16px; background: var(--ivory); }

.hero { padding: 52px 0 70px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 42px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 14px; color: var(--plum); text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 700; }
.eyebrow.light { color: var(--gold-soft); }
.lede { font-size: 1.35rem; line-height: 1.45; color: var(--plum); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--gold); color: var(--plum); box-shadow: 0 10px 30px rgba(245, 170, 10, .23); }
.button-secondary { background: var(--ivory); color: var(--plum); border: 1px solid rgba(70,40,80,.18); }
.button.full { width: 100%; }

.hero-figure { margin: 0; border-radius: 36px; overflow: hidden; box-shadow: var(--shadow); background: var(--cream); }
.hero-figure img { display: block; width: 100%; height: auto; }
.vignette { position: relative; }
.vignette::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at center, rgba(246,237,229,0) 50%, rgba(246,237,229,.72) 100%); }

.intro-band { padding: 48px 0; background: var(--plum); color: var(--ivory); }
.intro-band p { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.45rem, 2.5vw, 2.35rem); line-height: 1.24; text-align: center; }
.section { padding: 82px 0; }
.section-warm { background: rgba(249, 247, 233, .58); }
.section-deep { background: var(--plum); color: var(--ivory); }
.section-deep h2, .section-deep h3, .section-deep a { color: var(--ivory); }
.two-column { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: start; }
.stack > * + * { margin-top: 1rem; }
.card, .media-card, .donation-card, .contact-card, .study-list article { background: var(--white); border: 1px solid rgba(70,40,80,.1); border-radius: var(--radius); padding: 30px; box-shadow: 0 12px 45px rgba(70,40,80,.08); }
.goal-panel { display: grid; grid-template-columns: 1fr 420px; gap: 42px; align-items: center; }
.donation-card { background: var(--plum); color: var(--ivory); }
.donation-card h3, .donation-card a { color: var(--ivory); }
.donation-card .button-primary { color: var(--plum); }
blockquote { margin: 22px 0 0; padding: 30px; border-left: 6px solid var(--gold); background: rgba(249, 247, 233, .1); border-radius: 0 24px 24px 0; font-size: clamp(1.55rem, 3vw, 2.4rem); line-height: 1.2; }
blockquote span { display: block; margin-top: 15px; font-family: Arial, Helvetica, sans-serif; font-size: .95rem; line-height: 1.45; }
.section-heading { max-width: 820px; margin-bottom: 32px; }
.media-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.media-card.wide { grid-column: 1 / -1; }
.video-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 20px; background: var(--plum); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
audio { width: 100%; margin-top: 12px; }
.caption, .disclaimer, .muted { color: var(--muted); font-size: .95rem; }
.feature-quote { background: var(--ivory); color: var(--plum); margin-top: 36px; }
.funding-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.funding-grid span { background: var(--white); border-radius: 999px; padding: 10px 14px; text-align: center; border: 1px solid rgba(70,40,80,.1); }
.callout { margin: 30px 0 0; padding: 24px; border-radius: 22px; background: var(--gold-soft); color: var(--plum); font-weight: 700; }
.metrics { background: linear-gradient(180deg, var(--cream), var(--ivory)); }
.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.metric-grid div { background: var(--plum); color: var(--ivory); border-radius: 28px; padding: 26px 18px; text-align: center; }
.metric-grid strong { display: block; font-family: Georgia, 'Times New Roman', serif; color: var(--gold-soft); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; font-weight: 400; }
.metric-grid span { display: block; margin-top: 10px; }
.research .media-card { margin-bottom: 24px; }
.study-list { display: grid; gap: 22px; }
.contact-section { padding-top: 30px; }
.contact-card { background: var(--gold); color: var(--plum); }
.site-footer { padding: 58px 0; background: var(--plum-2); color: var(--ivory); font-size: .88rem; }
.site-footer a, .site-footer h2 { color: var(--ivory); }
.footer-grid { display: grid; grid-template-columns: .7fr 1fr 1.2fr; gap: 34px; }
.footer-logo { width: 120px; border-radius: 8px; margin-bottom: 16px; background: var(--ivory); }

@media (max-width: 900px) {
  body { font-size: 17px; }
  .nav-wrap { align-items: flex-start; padding: 16px 0; flex-direction: column; }
  .site-nav { width: 100%; overflow-x: auto; gap: 16px; padding-bottom: 4px; }
  .hero-grid, .two-column, .goal-panel, .footer-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 36px; }
  .section { padding: 62px 0; }
  .media-grid, .funding-grid, .metric-grid { grid-template-columns: 1fr; }
}

/* =========================================

   FUNDING TRACKER

   ========================================= */

.funding-tracker {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;

    margin: 44px 0 34px;

}

.tracker-stat {

    padding: 28px 22px;

    border-radius: 26px;

    background: rgba(255,255,255,0.62);

    box-shadow: var(--shadow-soft);

    text-align: center;

    border: 1px solid rgba(255,255,255,0.7);

}

.tracker-stat.highlight {

    background:

        linear-gradient(

            135deg,

            rgba(245,170,10,0.92),

            rgba(240,200,20,0.88)

        );

}

.tracker-number {

    display: block;

    font-family: Georgia, serif;

    font-size: clamp(2.4rem, 5vw, 4rem);

    line-height: 1;

    color: var(--purple);

    margin-bottom: 12px;

}

.tracker-label {

    display: block;

    font-size: 0.92rem;

    line-height: 1.35;

    color: var(--text-dark);

}

.progress-wrap {

    margin-top: 28px;

}

.progress-label {

    display: flex;

    justify-content: space-between;

    gap: 20px;

    margin-bottom: 10px;

    font-size: 0.95rem;

    color: var(--purple);

}

.progress-bar {

    height: 18px;

    border-radius: 999px;

    overflow: hidden;

    background: rgba(70,40,80,0.12);

}

.progress-bar {

    position: relative;

    height: 18px;

    border-radius: 999px;

    overflow: hidden;

    background: rgba(70,40,80,0.12);

}

.progress-fill {

    display: block;

    height: 100%;

    width: 14.6%;

    min-width: 18px;

    border-radius: 999px;

    background: linear-gradient(90deg, #F5AA0A, #F0C814);

}

}

.tracker-note {

    margin-top: 20px;

    font-size: 0.9rem;

    opacity: 0.72;

}

@media (max-width: 768px) {

    .funding-tracker {

        grid-template-columns: 1fr;

    }

    .progress-label {

        flex-direction: column;

        gap: 4px;

    }

}

.video-quote {

    margin:

        34px auto 10px;

    max-width: 760px;

    padding:

        26px 32px;

    border-left:

        5px solid #F5AA0A;

    background:

        rgba(255,255,255,0.42);

    border-radius:

        0 22px 22px 0;

    box-shadow:

        0 8px 24px rgba(0,0,0,0.05);

    font-family:

        Georgia, serif;

    font-size:

        1.35rem;

    line-height:

        1.6;

    color:

        #462850;

}

.video-quote cite {

    display: block;

    margin-top: 18px;

    font-size:

        0.98rem;

    line-height:

        1.5;

    font-style:

        normal;

    opacity:

        0.82;

}
