:root {
  color-scheme: light;
  --forest: #173b2f;
  --forest-deep: #0d2a21;
  --leaf: #507d5c;
  --lime: #e9ff8a;
  --coral: #ec725c;
  --paper: #f4f0e6;
  --surface: #fffcf5;
  --ink: #173129;
  --muted: #6f756d;
  --line: rgb(23 49 41 / .14);
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --ease-in-out: cubic-bezier(.77, 0, .175, 1);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--paper); color: var(--ink); }
body, button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { border: 0; color: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
::selection { background: rgb(233 255 138 / .7); }
.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; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; min-height: 72px; align-items: center; justify-content: space-between; padding: 0 clamp(20px, 4vw, 64px); border-bottom: 1px solid rgb(255 255 255 / .1); background: rgb(23 59 47 / .94); color: white; backdrop-filter: blur(18px) saturate(140%); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 780; letter-spacing: -.04em; }
.brand svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.site-header .brand svg { color: var(--lime); }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 2.7vw, 38px); font-size: 13px; font-weight: 680; }
.site-header nav > a:not(.nav-action) { color: rgb(255 255 255 / .7); transition: color 160ms ease; }
.nav-action, .result-action { display: inline-flex; min-height: 43px; align-items: center; justify-content: center; padding: 0 18px; border-radius: 999px; background: var(--lime); color: var(--forest-deep); font-weight: 790; transition: transform 140ms var(--ease-out), box-shadow 180ms ease; }
.nav-action:active, .result-action:active { transform: scale(.97); }

.hero { display: grid; grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr); min-height: min(810px, calc(100svh - 72px)); background: var(--forest); color: white; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(52px, 7vw, 108px) clamp(26px, 6vw, 92px); }
.kicker, .chapter-number { margin: 0 0 18px; color: var(--coral); font-size: 11px; font-weight: 820; letter-spacing: .14em; text-transform: uppercase; }
.hero .kicker { color: var(--lime); }
.hero h1 { max-width: 9.3ch; margin: 0; font: 560 clamp(52px, 6.6vw, 96px)/.91 Georgia, "Times New Roman", serif; letter-spacing: -.067em; }
.lede { max-width: 48ch; margin: 28px 0 36px; color: rgb(255 255 255 / .71); font-size: clamp(16px, 1.3vw, 19px); line-height: 1.65; }
.organizer { display: flex; align-items: center; gap: 12px; }
.organizer-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgb(255 255 255 / .22); border-radius: 50%; background: rgb(255 255 255 / .08); color: var(--lime); font-size: 11px; font-weight: 840; }
.organizer p, .organizer strong, .organizer small { display: block; margin: 0; }
.organizer strong { font-size: 13px; }
.organizer small { margin-top: 4px; color: rgb(255 255 255 / .56); font-size: 11px; }
.verified { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: var(--lime); color: var(--forest); font-size: 10px; font-weight: 900; }
.hero-image { position: relative; min-height: 560px; margin: 0; overflow: hidden; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(23 59 47 / .25), transparent 25%), linear-gradient(0deg, rgb(8 30 23 / .52), transparent 35%); pointer-events: none; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.03); transition: transform 500ms var(--ease-out); }
.hero-image figcaption { position: absolute; right: 28px; bottom: 28px; z-index: 2; width: min(320px, calc(100% - 56px)); padding: 16px 18px; border: 1px solid rgb(255 255 255 / .2); border-radius: 16px; background: rgb(11 36 28 / .64); color: rgb(255 255 255 / .74); backdrop-filter: blur(16px); font-size: 12px; line-height: 1.5; }
.hero-image figcaption span { display: block; margin-bottom: 4px; color: var(--lime); font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }

.campaign-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr); gap: clamp(42px, 7vw, 112px); max-width: 1480px; margin: auto; padding: clamp(68px, 9vw, 132px) clamp(22px, 5vw, 76px); }
.campaign-story { min-width: 0; }
.chapter { scroll-margin-top: 92px; padding: 0 0 clamp(70px, 9vw, 120px); }
.chapter:not(:first-child) { padding-top: clamp(54px, 7vw, 92px); border-top: 1px solid var(--line); }
.chapter h2 { max-width: 13ch; margin: 0 0 26px; font: 590 clamp(38px, 5vw, 68px)/1 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
.chapter > p:not(.chapter-number), .chapter-heading p { max-width: 64ch; color: var(--muted); font-size: clamp(16px, 1.25vw, 18px); line-height: 1.78; }
blockquote { margin: 46px 0 0; padding: 30px 0 4px clamp(24px, 4vw, 52px); border-left: 3px solid var(--coral); font: 540 clamp(24px, 3vw, 38px)/1.25 Georgia, serif; letter-spacing: -.035em; }
blockquote cite { display: block; margin-top: 18px; color: var(--muted); font: 700 11px/1.4 Inter, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.chapter-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 32px; align-items: end; }
.chapter-heading h2, .chapter-heading p { margin-bottom: 0; }
.budget { display: grid; gap: 26px; margin-top: 48px; }
.budget div { display: grid; gap: 10px; }
.budget span { display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 13px; }
.budget span strong { color: var(--ink); }
.budget i { position: relative; height: 7px; overflow: hidden; border-radius: 999px; background: rgb(23 49 41 / .09); }
.budget i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--share); border-radius: inherit; background: var(--leaf); }
.updates { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 38px; }
.updates article { min-height: 240px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: rgb(255 252 245 / .54); }
.updates time { color: var(--muted); font-size: 11px; font-weight: 760; }
.updates article > span { float: right; padding: 5px 9px; border-radius: 999px; background: rgb(80 125 92 / .11); color: var(--leaf); font-size: 9px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.updates h3 { margin: 45px 0 10px; font-size: 21px; letter-spacing: -.035em; }
.updates p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.support-card { position: sticky; top: 96px; scroll-margin-top: 92px; align-self: start; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--surface); box-shadow: 0 28px 70px rgb(20 52 42 / .12), 0 2px 9px rgb(20 52 42 / .07); }
.funding { padding: 27px; background: var(--forest); color: white; }
.funding > div:first-child { display: flex; align-items: center; gap: 9px; color: rgb(255 255 255 / .65); font-size: 11px; font-weight: 720; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgb(233 255 138 / .13); }
.funding > strong { display: block; margin-top: 24px; font-size: clamp(36px, 4vw, 50px); letter-spacing: -.055em; }
.funding > p { margin: 4px 0 18px; color: rgb(255 255 255 / .58); font-size: 12px; }
.progress { height: 8px; overflow: hidden; border-radius: 999px; background: rgb(255 255 255 / .12); }
.progress i { display: block; width: 73%; height: 100%; border-radius: inherit; background: var(--lime); }
.funding dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 25px 0 0; }
.funding dl div { padding-top: 14px; border-top: 1px solid rgb(255 255 255 / .14); }
.funding dt { font-size: 18px; font-weight: 790; }
.funding dd { margin: 4px 0 0; color: rgb(255 255 255 / .52); font-size: 10px; }
.support-form { padding: 27px; }
.support-form h2 { margin: -3px 0 20px; font: 600 28px/1.08 Georgia, serif; letter-spacing: -.04em; }
fieldset { display: grid; gap: 9px; padding: 0; border: 0; }
.tier { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 14px; min-height: 70px; padding: 13px 14px 13px 44px; border: 1px solid var(--line); border-radius: 15px; cursor: pointer; transition: border-color 160ms ease, background-color 160ms ease, transform 140ms var(--ease-out); }
.tier input { position: absolute; left: 15px; width: 17px; height: 17px; margin: 0; accent-color: var(--forest); }
.tier span strong, .tier span small { display: block; }
.tier span strong { font-size: 15px; }
.tier span small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.tier > i { color: var(--muted); font-size: 10px; font-style: normal; }
.tier:has(input:checked) { border-color: var(--forest); background: rgb(23 59 47 / .055); box-shadow: 0 0 0 1px var(--forest); }
.tier:active { transform: scale(.985); }
.fields { display: grid; gap: 11px; margin-top: 18px; }
.fields label { display: grid; gap: 6px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .03em; }
.fields input { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--ink); outline: 0; transition: border-color 160ms ease, box-shadow 160ms ease; }
.fields input:focus { border-color: var(--forest); box-shadow: 0 0 0 4px rgb(80 125 92 / .13); }
.support-form button { display: flex; width: 100%; min-height: 51px; align-items: center; justify-content: center; gap: 10px; margin-top: 15px; border-radius: 999px; background: var(--coral); color: #28110d; font-weight: 820; transition: transform 140ms var(--ease-out), box-shadow 180ms ease, opacity 160ms ease; }
.support-form button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.support-form button:active { transform: scale(.975); }
.support-form button:disabled { cursor: wait; opacity: .65; }
.secure-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 10px; }
.support-card footer { padding: 18px 27px; border-top: 1px solid var(--line); background: rgb(23 49 41 / .025); }
.support-card footer p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.55; }
.demo-disclosure { margin: -72px auto 72px; padding: 0 22px; color: var(--muted); font-size: 10px; text-align: center; }
.inline-error, .setup-card { margin: 0 0 16px; border-radius: 14px; font-size: 11px; line-height: 1.55; }
.inline-error { padding: 12px 14px; background: #fff0ec; color: #9d2f1b; }
.setup-card { padding: 15px; border: 1px solid rgb(236 114 92 / .3); background: rgb(236 114 92 / .07); }
.setup-card > span { color: #a8402e; font-size: 9px; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.setup-card > strong { display: block; margin-top: 5px; }
.setup-card p { margin: 6px 0 11px; color: var(--muted); }
.setup-card div { display: flex; gap: 7px; }
.setup-card a { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; font-size: 9px; font-weight: 750; }
.setup-card a:first-child { border-color: var(--forest); background: var(--forest); color: white; }
.setup-card ~ form { display: none; }

.result-page { display: grid; min-height: 100svh; place-items: center; padding: 24px; background: radial-gradient(circle at 50% 16%, rgb(233 255 138 / .2), transparent 30%), var(--forest); color: white; text-align: center; }
.result-page > section { width: min(650px, 100%); padding: clamp(34px, 7vw, 70px); border: 1px solid rgb(255 255 255 / .16); border-radius: 32px; background: rgb(255 255 255 / .065); box-shadow: 0 36px 100px rgb(0 0 0 / .2); backdrop-filter: blur(18px); }
.result-page .brand { margin-bottom: 46px; }
.result-page .brand svg { color: var(--lime); }
.result-mark { display: grid; width: 64px; height: 64px; margin: 0 auto 24px; place-items: center; border-radius: 50%; background: var(--lime); color: var(--forest); font-size: 24px; }
.result-page h1 { margin: 0; font: 570 clamp(42px, 7vw, 72px)/.98 Georgia, serif; letter-spacing: -.06em; }
.result-page > section > p:not(.chapter-number) { max-width: 46ch; margin: 22px auto 30px; color: rgb(255 255 255 / .66); line-height: 1.65; }
.result-action { gap: 9px; }

@media (hover: hover) and (pointer: fine) {
  .site-header nav > a:not(.nav-action):hover { color: white; }
  .nav-action:hover, .result-action:hover { transform: translateY(-1px); box-shadow: 0 10px 30px rgb(0 0 0 / .18); }
  .hero-image:hover img { transform: scale(1.018); }
  .support-form button:hover { box-shadow: 0 12px 28px rgb(236 114 92 / .25); }
  .tier:hover { border-color: rgb(23 59 47 / .36); }
}

@media (max-width: 980px) {
  .site-header nav > a:not(.nav-action) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 620px; }
  .hero-image { min-height: 520px; }
  .campaign-grid { grid-template-columns: 1fr; }
  .support-card { position: static; grid-row: 1; }
}

@media (max-width: 620px) {
  .site-header { min-height: 64px; }
  .nav-action { min-height: 38px; padding: 0 13px; font-size: 11px; }
  .hero-copy { min-height: 570px; padding-top: 70px; }
  .hero-image { min-height: 420px; }
  .campaign-grid { padding-inline: 15px; }
  .chapter-heading, .updates { grid-template-columns: 1fr; }
  .support-form, .funding { padding: 22px; }
  .tier { grid-template-columns: 1fr; }
  .tier > i { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .hero-image img { transition: none; }
}
