
:root{
  --rose:#c98797;
  --rose-soft:#f4dfe4;
  --plum:#5b3f50;
  --sage:#a7b2a0;

  --bg:#241d22;
  --surface:#fffaf6;
  --surface-2:#f7eee9;
  --surface-3:#eadbd7;
  --text:#2c2429;
  --muted:#756b70;
  --line:#dccdca;
  --cream:#fff8f2;
  --gold:#c79a72;
  --gold-soft:#e9cdb8;
  --danger:#ef7d7d;
  --max:1180px;
  --radius:24px;
  --shadow:0 20px 60px rgba(0,0,0,.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:#fffaf6;color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
img{max-width:100%;display:block}
.container{max-width:var(--max);margin:0 auto;padding:0 24px}
.nav{
  height:76px;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;
  background:rgba(255,250,246,.90);backdrop-filter:blur(16px);
}
.nav-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:11px;font-weight:800;font-size:12px;letter-spacing:.11em}
.brand-dot{width:29px;height:29px;border-radius:50%;background:var(--rose);color:white;display:grid;place-items:center;font-weight:900}
.desktop-nav{display:flex;gap:26px;color:var(--muted);font-size:13px}
.desktop-nav a:hover{color:var(--text)}
.nav-actions{display:flex;align-items:center;gap:10px}
.pill,.btn{
  border:1px solid var(--line);border-radius:999px;min-height:44px;padding:0 18px;
  display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;
  transition:.2s ease;cursor:pointer;
}
.pill:hover,.btn.secondary:hover{border-color:#4b4944;background:#141414}
.btn.primary{background:var(--cream);color:#101010;border-color:transparent}
.btn.primary:hover{transform:translateY(-1px);background:white}
.btn.gold{background:var(--gold);color:#111;border-color:transparent}
.menu-btn{display:none;width:44px;height:44px;border-radius:999px;border:1px solid var(--line);background:transparent;color:var(--text)}
.hero{padding:112px 0 82px;text-align:center;background:linear-gradient(180deg,#5a4050 0%,#3a2c35 100%);color:#fffaf6}
.eyebrow,.kicker{font-size:12px;font-weight:800;letter-spacing:.18em;color:var(--gold);text-transform:uppercase}
.hero h1,.page-hero h1{
  font-family:Georgia,"Times New Roman",serif;font-size:clamp(52px,8vw,96px);
  line-height:.94;letter-spacing:-.06em;margin:20px auto 26px;max-width:1040px
}
.hero h1 em{font-style:normal;color:var(--cream)}
.hero-copy,.page-copy{
  max-width:760px;margin:0 auto;color:inherit;font-size:18px;line-height:1.7
}
.notice{
  max-width:850px;margin:26px auto 0;border:1px solid #3a3425;background:#15130e;
  color:#d9cfb2;border-radius:16px;padding:13px 16px;font-size:13px;text-align:left
}
.tracker{
  max-width:900px;margin:52px auto 0;background:linear-gradient(180deg,#141414,#0f0f0f);
  border:1px solid var(--line);border-radius:28px;padding:30px;text-align:left;box-shadow:var(--shadow)
}
.tracker-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}
.tracker-label{font-size:13px;color:var(--muted);margin-bottom:7px}
.tracker-number{font-size:clamp(34px,5.6vw,58px);font-weight:900;letter-spacing:-.05em}
.tracker-number small{font-size:.45em;color:#65625d;font-weight:700}
.tracker-money{text-align:right}
.progress{height:14px;background:#242321;border-radius:999px;overflow:hidden;margin:24px 0 14px}
.progress > div{height:100%;width:0;background:var(--gold);border-radius:999px;transition:width .8s ease}
.tracker-meta{display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:13px}
.tracker-meta strong{color:var(--text)}
.hero-actions{margin-top:28px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.micro{font-size:12px;color:#77736d;line-height:1.6}
.mission-callout{
  max-width:900px;margin:22px auto 0;padding:18px 20px;border:1px solid var(--line);
  border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left;background:#0e0e0e
}
.mission-callout strong{font-size:17px}
.mission-callout span{color:var(--muted);font-size:13px}
.section{padding:90px 0}
.section.border{border-top:1px solid var(--line)}
.section-head{max-width:800px;margin-bottom:40px}
.section-head h2,.split-copy h2,.final h2{
  font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,5vw,60px);line-height:1.02;letter-spacing:-.045em;margin:14px 0 18px
}
.section-head p,.split-copy p,.card p,.legal p,.legal li{color:var(--muted);line-height:1.7}
.logo-split{display:grid;grid-template-columns:.85fr 1.15fr;gap:54px;align-items:center}
.logo-card{border:1px solid var(--line);border-radius:30px;padding:20px;background:#0f0f0f}
.logo-card img{border-radius:22px;aspect-ratio:1;object-fit:cover}
.cards{display:grid;gap:16px}
.cards.four{grid-template-columns:repeat(4,1fr)}
.cards.three{grid-template-columns:repeat(3,1fr)}
.card{
  border:1px solid var(--line);border-radius:22px;background:var(--surface);
  padding:24px;min-height:235px
}
.card .num{
  width:38px;height:38px;border-radius:10px;background:#262626;color:#bcb8b1;display:grid;place-items:center;
  font-size:12px;font-weight:900;margin-bottom:46px
}
.card .num.gold{background:var(--gold);color:#111}
.card h3{font-family:Georgia,"Times New Roman",serif;font-size:21px;margin:0 0 8px}
.amount{font-size:28px;font-weight:900;margin-bottom:18px}
.card p{font-size:14px;margin:0}
.alloc-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
.alloc-list,.statement,.panel{
  border:1px solid var(--line);border-radius:22px;background:var(--surface);padding:26px
}
.alloc-row{display:flex;justify-content:space-between;gap:18px;padding:18px 0;border-bottom:1px solid var(--line);color:#d0ccc4}
.alloc-row:last-child{border-bottom:none}
.alloc-row.total{font-size:18px;font-weight:800}
.statement{display:flex;align-items:center}
.statement blockquote{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:27px;line-height:1.35;letter-spacing:-.02em}
.steps{counter-reset:step;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.step{border-top:1px solid var(--line);padding-top:20px}
.step::before{counter-increment:step;content:"0" counter(step);color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.12em}
.step h3{font-family:Georgia,"Times New Roman",serif;font-size:19px;margin:12px 0 8px}
.step p{color:var(--muted);font-size:14px;line-height:1.65}
.statusbar{
  display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:14px;
  padding:14px 16px;background:#0d0d0d;color:var(--muted);font-size:13px
}
.status-dot{width:9px;height:9px;border-radius:50%;background:#777}
.status-dot.live{background:#64d582;box-shadow:0 0 0 5px rgba(100,213,130,.08)}
.ledger{border:1px solid var(--line);border-radius:20px;overflow:hidden;margin-top:20px}
.ledger-row{display:grid;grid-template-columns:1fr 1fr 1fr;padding:16px 18px;border-bottom:1px solid var(--line);background:#111;font-size:14px}
.ledger-row:last-child{border-bottom:none}
.ledger-row.head{font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);background:#0d0d0d}
.empty-state{padding:34px;text-align:center;color:var(--muted);border:1px dashed #34312d;border-radius:18px;margin-top:18px}
.faq details{border-top:1px solid var(--line);padding:21px 0}
.faq details:last-child{border-bottom:1px solid var(--line)}
.faq summary{cursor:pointer;font-weight:800;font-size:17px}
.faq details p{max-width:820px;color:var(--muted);line-height:1.7}
.final{
  max-width:980px;margin:70px auto 100px;padding:84px 24px;text-align:center;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line)
}
.footer{border-top:1px solid var(--line);padding:34px 0 48px;color:#85817a;font-size:12px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:28px}
.footer h4{color:var(--text);font-size:12px;margin:0 0 12px;letter-spacing:.08em}
.footer a{display:block;margin:8px 0}
.footer a:hover{color:var(--text)}
.page-hero{padding:90px 0 48px}
.page-hero h1{font-size:clamp(46px,7vw,82px);margin-left:0;max-width:900px}
.page-copy{margin-left:0}
.legal{max-width:860px;padding-bottom:100px}
.legal h2{font-family:Georgia,"Times New Roman",serif;font-size:28px;margin-top:42px}
.legal h3{font-size:17px;margin-top:28px}
.table{border:1px solid var(--line);border-radius:18px;overflow:hidden}
.table-row{display:grid;grid-template-columns:1.2fr .8fr;padding:15px 18px;border-bottom:1px solid var(--line)}
.table-row:last-child{border-bottom:0}
.table-row.head{background:#0d0d0d;color:var(--muted);font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.share-card{
  max-width:620px;margin:32px auto 0;border:1px solid var(--line);border-radius:24px;background:var(--surface);padding:28px;text-align:center
}
.share-number{font-family:Georgia,"Times New Roman",serif;font-size:48px;font-weight:800;letter-spacing:-.04em;margin:12px 0}
.share-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.mobile-menu{
  display:none;position:fixed;inset:76px 0 0;background:#0b0b0b;z-index:45;padding:30px 24px
}
.mobile-menu a{display:block;font-family:Georgia,"Times New Roman",serif;font-size:28px;padding:14px 0;border-bottom:1px solid var(--line)}
.mobile-menu.open{display:block}
@media(max-width:920px){
  .desktop-nav,.nav-actions .pill{display:none}
  .menu-btn{display:grid;place-items:center}
  .cards.four,.cards.three{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr 1fr}
  .logo-split,.alloc-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .container{padding:0 18px}
  .hero{padding:78px 0 62px}
  .tracker{padding:20px}
  .tracker-head{align-items:flex-start}
  .tracker-money{min-width:110px}
  .tracker-meta{flex-direction:column;gap:8px}
  .mission-callout{align-items:flex-start;flex-direction:column}
  .cards.four,.cards.three,.steps{grid-template-columns:1fr}
  .section{padding:66px 0}
  .statement blockquote{font-size:23px}
  .footer-grid{grid-template-columns:1fr}
  .ledger-row{grid-template-columns:1.1fr .8fr .9fr;font-size:12px}
}


/* Warm human redesign */
.hero .hero-copy{color:#eadfe4}
.hero .micro{color:#d6c5cd}
.hero .eyebrow{color:#f1c7d2}
.hero .tracker{background:rgba(255,250,246,.10);border-color:rgba(255,255,255,.18);box-shadow:none}
.hero .tracker-label,.hero .tracker-meta{color:#dfd0d7}
.hero .tracker-number,.hero .tracker-meta strong{color:#fff}
.hero .progress{background:rgba(255,255,255,.15)}
.hero .progress > div{background:#efc7d1}
.hero .mission-callout{background:rgba(255,250,246,.10);border-color:rgba(255,255,255,.18)}
.hero .mission-callout span{color:#dfd0d7}
.hero .btn.primary{background:#fff8f2;color:#4b3341}
.hero .btn.secondary,.hero .pill{border-color:rgba(255,255,255,.30);color:#fff}
.hero .statusbar{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.15);color:#dfd0d7}

.section{background:#fffaf6}
.section.border{border-top:1px solid #eaded9}
.section:nth-of-type(even){background:#f8efeb}
.logo-card,.card,.alloc-list,.statement,.panel{background:#fffdfb;border-color:#e7d8d4;box-shadow:0 12px 36px rgba(91,63,80,.06)}
.card{min-height:220px}
.card .num{background:#f2e6e1;color:#765d68}
.card .num.gold{background:var(--rose-soft);color:#76505d}
.card h3{color:#47333e}
.amount{color:#5b3f50}
.section-head p,.split-copy p,.card p,.legal p,.legal li,.faq details p{color:#786d72}
.kicker{color:#9f6575}
.statement blockquote{color:#4a3540}
.alloc-row{color:#584a51;border-bottom-color:#eaded9}
.final{background:#5a4050;color:#fff8f2;border:0;border-radius:32px}
.final .kicker{color:#f1c7d2}
.final .micro{color:#d7c6cf}
.final .btn.primary{background:#fff8f2;color:#4b3341}
.footer{background:#241d22;color:#baaab1;border-top:0}
.footer h4{color:#fff8f2}
.footer a:hover{color:#fff}
.page-hero{background:#f6e9e7}
.page-hero .kicker{color:#9f6575}
.page-hero .page-copy{color:#786d72}
.table{border-color:#e4d5d0;background:#fffdfb}
.table-row{border-bottom-color:#eaded9}
.table-row.head{background:#f5e9e5;color:#806e76}
.empty-state{border-color:#dccbc6;background:#fffdfb}
.status-dot.live{background:#8baa91}

.cause-groups{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin-top:28px;
}
.cause-group{
  border:1px solid #e4d5d0;
  background:#fffdfb;
  border-radius:28px;
  padding:28px;
  box-shadow:0 12px 34px rgba(91,63,80,.05);
}
.cause-group .group-icon{
  width:46px;height:46px;border-radius:50%;
  display:grid;place-items:center;
  background:#f3dfe4;color:#734e5b;
  font-size:20px;margin-bottom:18px
}
.cause-group h3{font-family:Georgia,"Times New Roman",serif;font-size:24px;color:#4b3540;margin:0 0 9px}
.cause-group > p{color:#786d72;line-height:1.65;margin-top:0}
.cause-list{margin:18px 0 0;padding:0;list-style:none}
.cause-list li{
  display:flex;justify-content:space-between;gap:18px;
  padding:12px 0;border-top:1px solid #eee2de;
  font-size:14px;color:#5d5056
}
.cause-list strong{color:#5b3f50;white-space:nowrap}
.human-note{
  margin-top:26px;padding:24px 26px;border-radius:22px;
  background:#f5e5e9;border:1px solid #ead0d8;color:#684a57;
  line-height:1.7
}
.human-note strong{color:#4e3641}
@media(max-width:780px){.cause-groups{grid-template-columns:1fr}}


/* Launch/legal hardening */
.policy-meta{
  display:flex;gap:12px;flex-wrap:wrap;margin:14px 0 0;color:#806f77;font-size:12px
}
.policy-meta span{
  padding:7px 10px;border:1px solid #e5d6d2;border-radius:999px;background:#fffdfb
}
.legal-toc{
  border:1px solid #e4d5d0;background:#fffdfb;border-radius:22px;padding:22px 24px;margin:22px 0 40px
}
.legal-toc strong{display:block;margin-bottom:10px;color:#4b3540}
.legal-toc a{display:inline-block;margin:5px 14px 5px 0;color:#8c5968;text-decoration:underline;text-underline-offset:3px}
.legal-note,.disclosure-box{
  border:1px solid #e4d0d6;background:#f7e7eb;border-radius:20px;padding:20px 22px;
  color:#604854;line-height:1.7;margin:22px 0
}
.disclosure-box strong,.legal-note strong{color:#49343e}
.legal a{color:#8c5968;text-decoration:underline;text-underline-offset:3px}
.legal h2{scroll-margin-top:96px}
.legal h3{color:#513a45}
.legal ul{padding-left:22px}
.legal li{margin:8px 0}
.legal .right-to-object{
  border-left:4px solid #c98797;padding:12px 16px;background:#fff7f8;color:#5b414d;margin:20px 0
}
.tracker-disclaimer{
  margin-top:14px;color:inherit;font-size:12px;line-height:1.55;opacity:.85
}
.transparency-flow{
  display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:26px
}
.flow-step{border:1px solid #e4d5d0;border-radius:20px;padding:20px;background:#fffdfb}
.flow-step strong{display:block;color:#4b3540;margin-bottom:7px}
.flow-step p{margin:0;color:#786d72;font-size:13px;line-height:1.6}
.confirmation-wrap{min-height:calc(100vh - 76px);display:grid;place-items:center;padding:54px 18px}
.confirmation-card{width:min(720px,100%);text-align:center;border:1px solid var(--line);border-radius:30px;background:#fffdfb;padding:54px 28px;box-shadow:var(--shadow)}
.confirmation-card h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,7vw,72px);line-height:.98;letter-spacing:-.045em;margin:18px 0;color:#4b3540}
.supporter-badge{margin:30px auto;width:min(470px,100%);border:1px solid #e4d5d0;background:#f8efeb;border-radius:22px;padding:26px}
.supporter-badge .label{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#8f737f}
.supporter-badge .number{font-family:Georgia,"Times New Roman",serif;font-size:clamp(52px,10vw,82px);font-weight:700;letter-spacing:-.05em;margin:5px 0;color:#5b3f50}
.supporter-badge .of{color:#8f737f}
.pending-dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:#c98797;margin-right:7px;animation:pulse 1.1s infinite alternate}
@keyframes pulse{to{opacity:.35}}
@media(max-width:780px){.transparency-flow{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.transparency-flow{grid-template-columns:1fr}}
