/* Nana and Bello \00B7  site styles. Tokens inherited from Vol. 08, never new. */
:root {
  --paper: #FCFBF8;
  --neem: #0E3B2E;
  --neem-deep: #0A2C22;
  --neem-soft: #2B5C4C;
  --neem-60: #6D887F;
  --neem-10: #E4E8E4;
  --ink: #0C1814;
  --ink-2: #2F3B35;
  --millet: #EDE5D3;
  --millet-deep: #DDD1B6;
  --sorghum: #F0A92E;
  --sorghum-10: #FBF3E4;
  --muted: #56635D;
  --alert: #C4452C;
  --line: rgba(12, 24, 20, .14);
  --line-2: rgba(12, 24, 20, .08);
  --line-inv: rgba(252, 251, 248, .2);
  --soft-inv: rgba(252, 251, 248, .74);
  --display: "Gabarito", "Onest", "Noto Sans", "Avenir Next", "Trebuchet MS", sans-serif;
  --body: "Onest", "Noto Sans", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mono: "Azeret Mono", "Noto Sans", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  --gutter: clamp(16px, 4vw, 56px);
  --max: 1240px;
  --r: 20px;
  --r-s: 12px;
  --top-h: 72px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --bounce: cubic-bezier(.3, 1.5, .5, 1);
  color-scheme: light;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: clamp(16px, .3vw + 15px, 18px); line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: clip; }
h1, h2, h3, h4 { font-family: var(--display); margin: 0; line-height: 1.02; text-wrap: balance; font-weight: 800; }
p { margin: 0; text-wrap: pretty; }
ul, ol { margin: 0; padding: 0; list-style: none; }
svg { display: block; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
a { color: inherit; }
button { font: inherit; color: inherit; }
input, select, textarea { font: inherit; color: inherit; }
.wrap { max-width: var(--max); margin: 0 auto; padding-inline: var(--gutter); }
.mono { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.label { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 400; }
.num { font-variant-numeric: tabular-nums; }
.vh { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:focus-visible { outline: 2px solid var(--sorghum); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--sorghum); color: var(--neem-deep); }

/* ---------- Buttons, chips, links ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 13px 22px; font: 600 16px/1.1 var(--body); text-decoration: none; border: 0; cursor: pointer; white-space: nowrap; transition: background .2s, color .2s, transform .2s var(--ease), box-shadow .2s; }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn:active { transform: translateY(1px); }
.btn-give { background: var(--sorghum); color: var(--neem-deep); position: relative; }
.btn-give:hover { background: #F5B845; box-shadow: 0 8px 20px -10px rgba(240, 169, 46, .9); }
.btn-neem { background: var(--neem); color: var(--paper); }
.btn-neem:hover { background: var(--neem-soft); }
.btn-line { background: transparent; color: var(--neem); box-shadow: inset 0 0 0 1.5px var(--neem); }
.btn-line:hover { background: var(--neem); color: var(--paper); }
.btn-paper { background: var(--paper); color: var(--neem); }
.btn-paper:hover { background: var(--millet); }
.btn-line-inv { background: transparent; color: var(--paper); box-shadow: inset 0 0 0 1.5px var(--line-inv); }
.btn-line-inv:hover { box-shadow: inset 0 0 0 1.5px var(--paper); }
.btn-lg { padding: 17px 28px; font-size: 17px; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .55; cursor: default; }
.linkish { background: none; border: 0; padding: 0; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; color: inherit; font: inherit; }
.more { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--neem); text-decoration: none; border-bottom: 1.5px solid currentColor; padding-bottom: 2px; }
.more svg { width: 18px; height: 18px; transition: transform .2s var(--ease); }
.more:hover svg { transform: translateX(4px); }
.room-neem .more, .room-deep .more { color: var(--paper); }
.chip { display: inline-flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; background: var(--paper); color: var(--neem); line-height: 1.2; white-space: nowrap; }
.chip svg { width: 14px; height: 14px; }
.chip-gold { background: var(--sorghum); color: var(--neem-deep); }
.chip-neem { background: var(--neem); color: var(--paper); }
.chip-line { background: transparent; box-shadow: inset 0 0 0 1px var(--line); color: var(--muted); }
.chip-millet { background: var(--millet); color: var(--neem); }
.copy { display: inline-flex; align-items: center; gap: 8px; background: transparent; border: 1px solid var(--line); border-radius: 999px; padding: 7px 12px; font: 500 13px/1 var(--body); cursor: pointer; color: inherit; }
.copy svg { width: 15px; height: 15px; }
.copy:hover { border-color: currentColor; }
.copy.done { border-color: var(--sorghum); }

/* ---------- Prototype strip ---------- */
.proto { background: var(--millet); color: var(--ink-2); font-size: 13px; line-height: 1.45; }
.proto-in { display: flex; gap: 12px; align-items: baseline; padding-block: 8px; }
.proto-tag { font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; background: var(--neem); color: var(--paper); padding: 3px 8px; border-radius: 999px; flex: none; }
@media (max-width: 560px) { .proto { font-size: 12px; } }

/* ---------- Header ---------- */
.top { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 50; background: rgba(252, 251, 248, .9); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s; }
.top.scrolled { border-bottom-color: var(--line); }
.top-in { display: flex; align-items: center; gap: 24px; min-height: var(--top-h); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--neem); flex: none; }
.brand-roof { width: 44px; height: auto; color: var(--neem); fill: var(--sorghum); overflow: visible; }
.brand-name { font-family: var(--display); font-weight: 800; font-size: 21px; letter-spacing: -.015em; line-height: 1; white-space: nowrap; }
.brand:hover .fin { animation: finhop .6s var(--bounce); }
@keyframes finhop { 0% { transform: none; } 40% { transform: translateY(-10px); } 100% { transform: none; } }
.brand-inv { color: var(--paper); }
.brand-inv .brand-roof { color: var(--paper); }
.nav { display: flex; gap: clamp(16px, 2.2vw, 32px); margin-inline: auto; }
.nav a { position: relative; text-decoration: none; font-weight: 500; font-size: 15.5px; color: var(--ink-2); padding-block: 8px; transition: color .2s; }
.nav a:hover { color: var(--neem); }
.nav a::before { content: ""; position: absolute; left: 50%; top: -3px; width: 7px; height: 7px; margin-left: -3.5px; border-radius: 50%; background: var(--sorghum); transform: translateY(-8px) scale(.4); opacity: 0; transition: transform .45s var(--bounce), opacity .2s; }
.nav a.on { color: var(--neem); font-weight: 600; }
.nav a.on::before { transform: none; opacity: 1; }
.top-actions { display: flex; align-items: center; gap: 10px; flex: none; }
.top-actions .btn { padding: 11px 22px; }
.menu-btn { display: none; align-items: center; gap: 8px; background: transparent; border: 1px solid var(--line); border-radius: 999px; padding: 9px 14px; cursor: pointer; font-weight: 600; font-size: 15px; }
.menu-btn svg { width: 18px; height: 18px; }
@media (max-width: 1000px) { .nav { display: none; } .menu-btn { display: inline-flex; } .top-actions { margin-left: auto; } }
@media (max-width: 420px) { .brand-name { font-size: 18px; } .brand-roof { width: 38px; } .menu-btn span { display: none; } .top-in { gap: 12px; } }

.sheet { position: fixed; inset: 0; z-index: 80; background: var(--neem); color: var(--paper); overflow-y: auto; padding-top: env(safe-area-inset-top, 0px); padding-bottom: env(safe-area-inset-bottom, 0px); }
.sheet-in { max-width: 640px; margin: 0 auto; padding: 16px var(--gutter) 40px; display: grid; gap: 28px; min-height: 100%; align-content: start; }
.sheet-top { display: flex; justify-content: space-between; align-items: center; min-height: 56px; }
.menu-close { display: inline-flex; border-color: var(--line-inv); color: var(--paper); padding: 10px; }
.sheet-nav { display: grid; }
.sheet-nav a { font-family: var(--display); font-weight: 800; font-size: clamp(2rem, 9vw, 3rem); letter-spacing: -.02em; line-height: 1.15; text-decoration: none; padding: 8px 0; border-bottom: 1px solid var(--line-inv); }
.sheet-nav a.on { color: var(--sorghum); }
.sheet-prov { color: var(--soft-inv); font-size: 15px; }
.sheet-prov span { display: block; font-family: var(--display); font-weight: 700; color: var(--sorghum); font-size: 1.3rem; }

/* ---------- Rooms and section heads ---------- */
main { display: block; outline: none; }
.room { padding-block: clamp(64px, 9vw, 128px); position: relative; }
.room-paper { background: var(--paper); }
.room-millet { background: var(--millet); }
.room-neem { background: var(--neem); color: var(--paper); }
.room-deep { background: var(--neem-deep); color: var(--paper); }
.room-tight { padding-block: clamp(40px, 6vw, 72px); }
.head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px 40px; align-items: end; margin-bottom: clamp(32px, 5vw, 56px); }
.head .label { grid-column: 1 / -1; }
.head h2 { font-size: clamp(2.1rem, 4.6vw, 3.8rem); letter-spacing: -.025em; line-height: .98; max-width: 18ch; }
.head p { grid-column: 1; max-width: 58ch; color: var(--muted); }
.head .more { grid-column: 2; grid-row: 2; justify-self: end; }
.room-neem .head p, .room-deep .head p { color: var(--soft-inv); }
.room-neem .label, .room-deep .label { color: var(--sorghum); }
@media (max-width: 760px) { .head { grid-template-columns: minmax(0, 1fr); } .head .more { grid-column: 1; grid-row: auto; justify-self: start; } }

/* ---------- Page heads (inner pages) ---------- */
.phead { padding-block: clamp(40px, 7vw, 96px) clamp(32px, 5vw, 64px); }
.phead .label { display: block; margin-bottom: 18px; }
.phead h1 { font-size: clamp(2.7rem, 7vw, 6rem); letter-spacing: -.035em; line-height: .92; max-width: 16ch; }
.phead .lede { margin-top: 24px; font-size: clamp(1.1rem, 1.6vw, 1.35rem); line-height: 1.5; max-width: 56ch; color: var(--ink-2); }
.room-neem.phead .lede, .room-deep.phead .lede { color: var(--soft-inv); }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 20px; font-size: 14px; color: var(--muted); }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--neem); text-decoration: underline; }
.crumbs span[aria-hidden] { opacity: .5; }

/* ---------- Hero ---------- */
.hero { padding-block: clamp(32px, 5vw, 72px) clamp(56px, 7vw, 104px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr); gap: clamp(28px, 5vw, 80px); align-items: center; }
.hero .label { display: block; margin-bottom: 22px; }
.hero h1 { font-size: clamp(3rem, 6.8vw, 6.1rem); letter-spacing: -.04em; line-height: .9; }
.hero h1 .roofword { position: relative; display: inline-block; }
.hero h1 .roofword::after { content: ""; position: absolute; left: 50%; top: -.08em; width: .16em; height: .16em; margin-left: -.08em; border-radius: 50%; background: var(--sorghum); }
.now { margin-top: 26px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; font-size: clamp(1.15rem, 1.8vw, 1.45rem); font-family: var(--display); font-weight: 700; color: var(--neem); }
.now-lead { color: var(--muted); font-weight: 600; }
.swap { display: inline-grid; height: 1.3em; overflow: hidden; vertical-align: bottom; }
.swap-list { display: grid; transition: transform .6s var(--ease); }
.swap-list a { display: block; height: 1.3em; line-height: 1.3em; text-decoration: none; white-space: nowrap; box-shadow: inset 0 -.14em 0 var(--sorghum); }
.swap-list a:hover { color: var(--neem-soft); }
.hero .intro { margin-top: 22px; max-width: 50ch; color: var(--ink-2); font-size: clamp(1.02rem, 1.3vw, 1.15rem); }
.ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.promise { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 8px 18px; font-family: var(--mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.promise span { display: inline-flex; align-items: center; gap: 8px; }
.promise span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--neem); }
.promise span:nth-child(2)::before { background: var(--sorghum); }
.hero-vis { position: relative; }
.hero-vis .hut { width: 100%; height: auto; overflow: visible; }
.hero-vis .hut .fin-drop { transform-box: fill-box; transform-origin: center; }
.float-card { position: absolute; left: clamp(-56px, -3vw, -12px); bottom: 6%; width: min(330px, 82%); background: var(--paper); border-radius: 18px; padding: 16px 18px; display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 14px; align-items: center; text-decoration: none; box-shadow: 0 30px 60px -30px rgba(10, 44, 34, .55), 0 0 0 1px var(--line-2); transition: transform .3s var(--ease); }
.float-card:hover { transform: translateY(-4px); }
.float-card .label { font-size: 10.5px; margin-bottom: 4px; display: block; }
.float-card b { font-family: var(--display); font-size: 1.1rem; line-height: 1.15; display: block; }
.float-card small { display: block; color: var(--muted); font-size: 13px; margin-top: 4px; line-height: 1.35; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-vis { max-width: 440px; width: 100%; justify-self: center; }
  .float-card { left: 50%; transform: translateX(-50%); bottom: -24px; width: min(330px, 94%); }
  .float-card:hover { transform: translateX(-50%) translateY(-4px); }
  .hero { padding-bottom: 80px; }
}

/* ---------- Stroke roof (progress) ---------- */
.sroof { width: 100%; height: auto; overflow: visible; }
.sroof line { stroke-width: 10; stroke-linecap: round; transition: stroke .45s ease; }
.sroof .off { stroke: var(--millet-deep); }
.sroof .on { stroke: var(--neem); }
.sroof .part { stroke: var(--neem); }
.sroof .mine { stroke: var(--sorghum); }
.sroof .solid { fill: var(--neem); }
.sroof .fin { fill: var(--sorghum); }
.sroof .fin-wait { fill: none; stroke: var(--millet-deep); stroke-width: 2.5; stroke-dasharray: 3 4; }
.inv .sroof .off, .room-neem .sroof .off, .room-deep .sroof .off { stroke: rgba(252, 251, 248, .22); }
.inv .sroof .on, .inv .sroof .part, .room-neem .sroof .on, .room-neem .sroof .part, .room-deep .sroof .on, .room-deep .sroof .part { stroke: var(--paper); }
.inv .sroof .solid, .room-neem .sroof .solid, .room-deep .sroof .solid { fill: var(--paper); }
.inv .sroof .fin-wait, .room-neem .sroof .fin-wait, .room-deep .sroof .fin-wait { stroke: rgba(252, 251, 248, .4); }
.ccard:hover .sroof .next, .raise:hover .sroof .next { stroke: var(--sorghum); }
.troof { width: 100%; height: auto; }
.troof path { transition: fill .45s ease; }

/* ---------- Campaign cards ---------- */
.cgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2vw, 24px); }
.cgrid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 1000px) { .cgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .cgrid, .cgrid.two { grid-template-columns: minmax(0, 1fr); } }
.ccard { display: grid; grid-template-rows: auto 1fr; text-decoration: none; background: var(--paper); border-radius: var(--r); overflow: hidden; box-shadow: 0 0 0 1px var(--line); transition: box-shadow .25s, transform .25s var(--ease); }
.room-millet .ccard { box-shadow: none; }
.ccard:hover { box-shadow: 0 0 0 1px var(--neem), 0 24px 40px -28px rgba(10, 44, 34, .5); transform: translateY(-3px); }
.ccard-img { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--neem); }
.ccard-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.ccard:hover .ccard-img img { transform: scale(1.035); }
.ccard-img .chips { position: absolute; left: 12px; top: 12px; right: 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.ccard-img.mark { display: grid; place-items: center; }
.ccard-img.mark svg { width: 34%; color: var(--paper); fill: var(--sorghum); }
.ccard-img.mark.pat { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cg transform='rotate(-24 9 9)'%3E%3Cline x1='-4' y1='4' x2='22' y2='4' stroke='%232B5C4C' stroke-width='2.2' stroke-linecap='round'/%3E%3Cline x1='4' y1='12' x2='14' y2='12' stroke='%232B5C4C' stroke-width='2.2' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E") var(--neem); }
.ccard-body { padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 12px; }
.ccard-under { font-size: 13px; line-height: 1.4; color: var(--muted); }
.ccard-under b { color: var(--neem); font-weight: 600; }
.ccard h3 { font-size: 1.45rem; letter-spacing: -.015em; line-height: 1.08; }
.ccard p { color: var(--ink-2); font-size: 15.5px; line-height: 1.5; }
.ccard-prog { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 14px; align-items: center; border-top: 1px solid var(--line); padding-top: 14px; margin-top: auto; }
.ccard-prog b { font-family: var(--display); font-size: 1.1rem; display: block; line-height: 1.15; }
.ccard-prog span { font-size: 13.5px; color: var(--muted); display: block; line-height: 1.4; }
.ccard.up .ccard-prog b { color: var(--neem); }
.ccard.next .ccard-img img { filter: saturate(.7); }

.next-row { margin-top: 20px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 20px; align-items: center; padding: 18px 22px; border-radius: var(--r); background: var(--millet); text-decoration: none; }
.room-millet .next-row { background: var(--paper); }
.next-row .ico { width: 56px; color: var(--neem); fill: var(--sorghum); }
.next-row b { font-family: var(--display); font-size: 1.2rem; display: block; line-height: 1.2; }
.next-row span { color: var(--muted); font-size: 15px; }
@media (max-width: 640px) { .next-row { grid-template-columns: auto minmax(0, 1fr); } .next-row .more { grid-column: 1 / -1; justify-self: start; } }

/* ---------- Story band ---------- */
.story-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.story-q { font-family: var(--display); font-weight: 700; font-size: clamp(1.6rem, 3.1vw, 2.6rem); line-height: 1.14; letter-spacing: -.015em; text-wrap: pretty; }
.story-q em { font-style: normal; color: var(--sorghum); }
.signed { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; color: var(--soft-inv); font-size: 15px; }
.signed .names { font-family: var(--display); font-weight: 700; color: var(--paper); font-size: 1.1rem; }
.frame { aspect-ratio: 4 / 5; border: 2px dashed var(--line-inv); border-radius: 18px; display: grid; place-items: center; text-align: center; padding: 24px; color: var(--soft-inv); font-size: 14.5px; line-height: 1.5; }
.frame svg { width: 64px; margin: 0 auto 12px; color: var(--soft-inv); fill: var(--sorghum); }
.frame b { display: block; font-family: var(--display); color: var(--paper); font-size: 1.25rem; margin-bottom: 6px; }
.frame.light { border-color: var(--line); color: var(--muted); }
.frame.light b { color: var(--neem); }
.frame.light svg { color: var(--neem); }
.proverb { margin-top: clamp(48px, 7vw, 88px); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 20px 48px; align-items: end; padding-top: 32px; border-top: 1px solid var(--line-inv); }
.proverb q { quotes: none; font-family: var(--display); font-weight: 800; font-size: clamp(2.1rem, 5.2vw, 4.4rem); line-height: .98; letter-spacing: -.025em; color: var(--sorghum); }
.proverb p { color: var(--soft-inv); }
.proverb p b { display: block; color: var(--paper); font-family: var(--display); font-size: 1.35rem; margin-bottom: 8px; }
@media (max-width: 860px) { .story-grid, .proverb { grid-template-columns: minmax(0, 1fr); } .frame { aspect-ratio: auto; min-height: 220px; } }

/* ---------- The tilt (side view to top view) ---------- */
.tilt { position: relative; height: 250vh; background: var(--paper); }
.tilt-stage { position: sticky; top: calc(env(safe-area-inset-top, 0px) + var(--top-h)); height: calc(100vh - var(--top-h)); min-height: 520px; display: grid; align-items: center; overflow: hidden; }
.tilt-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 5vw, 80px); align-items: center; width: 100%; }
.tilt-steps { display: grid; gap: 0; }
.tilt-steps .label { margin-bottom: 18px; }
.tstep { padding: 18px 0 18px 22px; border-left: 3px solid var(--millet-deep); transition: border-color .35s, opacity .35s; opacity: .42; }
.tstep h3 { font-size: clamp(1.5rem, 2.8vw, 2.3rem); letter-spacing: -.02em; line-height: 1.02; }
.tstep p { margin-top: 8px; color: var(--ink-2); max-width: 46ch; font-size: 16px; }
.tstep.on { opacity: 1; border-left-color: var(--neem); }
.tstep:last-child.on { border-left-color: var(--sorghum); }
.tilt-nums { margin-top: 14px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.tilt-nums div { display: grid; gap: 2px; }
.tilt-nums span { font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.tilt-nums b { font-family: var(--display); font-size: clamp(1.1rem, 1.8vw, 1.45rem); font-variant-numeric: tabular-nums; }
.tilt-nums .gold b { box-shadow: inset 0 -.3em 0 var(--sorghum); }
.tilt-vis { position: relative; display: grid; place-items: center; }
.tilt-vis svg { width: min(100%, 520px); height: auto; overflow: visible; }
.tilt-cap { position: absolute; left: 0; right: 0; bottom: -4px; text-align: center; font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.tilt-foot { margin-top: 22px; }
@media (max-width: 860px) {
  .tilt { height: 230vh; }
  .tilt-grid { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .tilt-vis { order: -1; }
  .tilt-vis svg { width: min(78%, 340px); max-height: 36vh; }
  .tstep { padding: 10px 0 10px 16px; }
  .tstep p { font-size: 14.5px; }
  .tstep:not(.on) p { display: none; }
  .tilt-steps .label { margin-bottom: 8px; }
}
.tilt.static { height: auto; padding-block: clamp(64px, 9vw, 128px); }
.tilt.static .tilt-stage { position: relative; top: 0; height: auto; min-height: 0; }
.tilt.static .tstep { opacity: 1; }
.tilt.static .tstep:not(.on) p { display: block; }

/* ---------- Year-round panels ---------- */
.yr { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2vw, 24px); }
.yr-card { border-radius: var(--r); padding: clamp(22px, 3vw, 36px); display: flex; flex-direction: column; gap: 18px; }
.yr-card.a { background: var(--neem); color: var(--paper); }
.yr-card.b { background: var(--paper); }
.yr-top { display: flex; gap: 16px; align-items: center; }
.yr-top svg { width: 64px; flex: none; }
.yr-card.a .yr-top svg { color: var(--paper); fill: var(--sorghum); }
.yr-card.b .yr-top svg { color: var(--neem); fill: var(--sorghum); }
.yr-card h3 { font-size: clamp(1.6rem, 2.8vw, 2.3rem); letter-spacing: -.02em; }
.yr-card p { max-width: 48ch; }
.yr-card.a p { color: var(--soft-inv); }
.yr-card.b p { color: var(--ink-2); }
.yr-foot { margin-top: auto; display: flex; flex-wrap: wrap; gap: 12px 18px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 18px; }
.yr-card.a .yr-foot { border-top-color: var(--line-inv); }
.yr-foot b { font-family: var(--display); font-size: 1.15rem; }
@media (max-width: 860px) { .yr { grid-template-columns: minmax(0, 1fr); } }
.minis { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 8px; }
.minis.ten { grid-template-columns: repeat(10, minmax(0, 1fr)); }
.mini { display: grid; justify-items: center; gap: 4px; text-decoration: none; }
.mini svg { width: 100%; max-width: 46px; overflow: visible; }
.mini span { font-family: var(--mono); font-size: 10px; letter-spacing: .04em; opacity: .8; }
.yr-card.a .mini.open svg line { stroke: rgba(252, 251, 248, .35); }
.mini .lit { color: currentColor; fill: var(--sorghum); }
.yr-card.a .mini .lit { color: var(--paper); }
.yr-card.b .mini .lit { color: var(--neem); }
.mini.free svg { opacity: .55; }
.yr-card.b .mini.open svg line.off { stroke: var(--neem-60); stroke-dasharray: 2 14; }
@media (max-width: 480px) { .minis { grid-template-columns: repeat(4, minmax(0, 1fr)); } .minis.ten { grid-template-columns: repeat(5, minmax(0, 1fr)); } }

/* ---------- Roof log ---------- */
.log-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(24px, 5vw, 72px); align-items: start; }
.log-intro h2 { font-size: clamp(2.1rem, 4.4vw, 3.6rem); letter-spacing: -.025em; line-height: .98; }
.log-intro p { margin-top: 18px; color: var(--muted); max-width: 42ch; }
.log-intro .more { margin-top: 22px; }
.log { display: grid; }
.log li { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.log li:first-child { border-top: 1px solid var(--line); }
.log .dot { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--millet); }
.log .dot svg { width: 26px; color: var(--neem); fill: var(--sorghum); }
.log .dot.out { background: var(--neem); }
.log .dot.out svg { color: var(--paper); }
.log .dot.mine { background: var(--sorghum); }
.log p { font-size: 15.5px; line-height: 1.4; }
.log p b { font-weight: 600; }
.log time { font-family: var(--mono); font-size: 11.5px; color: var(--muted); white-space: nowrap; }
@media (max-width: 860px) { .log-grid { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 480px) { .log li { grid-template-columns: 36px minmax(0, 1fr); } .log .dot { width: 36px; height: 36px; } .log time { grid-column: 2; } }

/* ---------- Partners band ---------- */
.pband { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: center; }
.pband h2 { font-size: clamp(2.2rem, 4.8vw, 4rem); letter-spacing: -.025em; line-height: .96; }
.pband .lede { margin-top: 18px; color: var(--soft-inv); max-width: 48ch; font-size: 1.08rem; }
.pband ul { margin-top: 24px; display: grid; gap: 10px; }
.pband li { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 12px; align-items: start; color: var(--paper); }
.pband li svg { width: 22px; height: 22px; color: var(--sorghum); margin-top: 2px; }
.pband .ctas { margin-top: 30px; }
@media (max-width: 860px) { .pband { grid-template-columns: minmax(0, 1fr); } }
.badge-demo { background: var(--paper); color: var(--ink); border-radius: var(--r); padding: clamp(22px, 3vw, 34px); display: grid; gap: 18px; box-shadow: 0 40px 70px -40px rgba(0, 0, 0, .6); }
.badge-demo .label { font-size: 11px; color: var(--muted); }
.bd-lock { display: grid; justify-items: center; text-align: center; gap: 6px; padding: 26px 16px 22px; border-radius: 16px; background: var(--millet); }
.bd-lock svg { width: 120px; color: var(--neem); fill: var(--sorghum); }
.bd-lock b { font-family: var(--display); font-size: clamp(1.3rem, 2.4vw, 1.7rem); line-height: 1.05; color: var(--neem); letter-spacing: -.01em; max-width: 16ch; }
.bd-lock span { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.bd-split { display: grid; grid-template-columns: 9fr 1fr; height: 14px; border-radius: 999px; overflow: hidden; }
.bd-split i:first-child { background: var(--neem); }
.bd-split i:last-child { background: var(--sorghum); }
.bd-row { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; color: var(--muted); }
.bd-row b { color: var(--ink); font-weight: 600; }

/* ---------- Close ---------- */
.close-band { text-align: center; }
.close-band .many { width: clamp(110px, 14vw, 170px); margin: 0 auto 28px; overflow: visible; }
.close-band q { quotes: none; display: block; font-family: var(--display); font-weight: 800; font-size: clamp(2.3rem, 6.4vw, 5.6rem); line-height: .95; letter-spacing: -.03em; color: var(--sorghum); }
.close-band p { margin-top: 18px; color: var(--soft-inv); font-size: 1.1rem; }
.close-band .ctas { justify-content: center; }

/* ---------- Footer ---------- */
.foot { background: var(--neem-deep); color: var(--soft-inv); padding-block: clamp(56px, 7vw, 88px) 28px; font-size: 15px; }
.foot a { color: var(--paper); text-decoration: none; }
.foot a:hover { text-decoration: underline; text-underline-offset: 3px; }
.foot-cta { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 20px 28px; align-items: center; padding-bottom: clamp(36px, 5vw, 56px); border-bottom: 1px solid var(--line-inv); }
.foot-roof { width: 84px; color: var(--paper); fill: var(--sorghum); }
.foot-line { font-family: var(--display); font-weight: 800; font-size: clamp(1.6rem, 3.4vw, 2.6rem); line-height: 1.02; letter-spacing: -.02em; color: var(--paper); }
.foot-line span { color: var(--sorghum); }
@media (max-width: 700px) { .foot-cta { grid-template-columns: minmax(0, 1fr); } .foot-roof { width: 64px; } .foot-cta .btn { justify-self: start; } }
.foot-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px 24px; padding-block: clamp(32px, 5vw, 48px); }
.foot-h { font-family: var(--mono); font-weight: 400; font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--sorghum); margin-bottom: 14px; }
.foot-bank { display: grid; gap: 2px; margin-bottom: 12px; }
.foot-bank b { font-size: 1.5rem; color: var(--paper); font-weight: 500; letter-spacing: .02em; }
.foot-note { margin-top: 12px; font-size: 13.5px; line-height: 1.5; }
.foot .copy { border-color: var(--line-inv); color: var(--paper); }
.foot-list { display: grid; gap: 8px; }
.foot-small li { font-size: 14px; line-height: 1.45; }
.foot-base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px; padding-top: 22px; border-top: 1px solid var(--line-inv); font-size: 13px; }
.foot-prov { font-family: var(--display); font-weight: 700; color: var(--paper); }
@media (max-width: 900px) { .foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px) { .foot-grid { grid-template-columns: minmax(0, 1fr); } }

/* ---------- Toast ---------- */
.toast { position: fixed; left: 50%; bottom: calc(24px + env(safe-area-inset-bottom, 0px)); transform: translateX(-50%); z-index: 90; background: var(--neem-deep); color: var(--paper); padding: 12px 18px; border-radius: 999px; font-size: 14.5px; box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .6); max-width: calc(100% - 32px); }

/* ---------- Campaign page ---------- */
.camp-hero { padding-block: clamp(28px, 4vw, 56px) clamp(48px, 6vw, 88px); }
.camp-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.camp-grid h1 { font-size: clamp(2.5rem, 5.6vw, 4.9rem); letter-spacing: -.035em; line-height: .94; margin-top: 18px; }
.camp-grid .lede { margin-top: 20px; font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.5; color: var(--ink-2); max-width: 52ch; }
.camp-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.camp-vis { position: sticky; top: calc(var(--top-h) + 24px); }
.camp-vis .hut { width: 100%; height: auto; overflow: visible; }
.camp-vis .mark-plate { aspect-ratio: 400 / 480; border-radius: 22px; background: var(--neem); display: grid; place-items: center; }
.camp-vis .mark-plate svg { width: 46%; color: var(--paper); fill: var(--sorghum); }
.camp-vis figcaption { margin-top: 10px; font-size: 13px; color: var(--muted); }
.under-badge { display: inline-flex; align-items: center; gap: 12px; margin-top: 22px; padding: 10px 16px 10px 12px; border-radius: 999px; background: var(--millet); text-decoration: none; }
.under-badge svg { width: 36px; color: var(--neem); fill: var(--sorghum); }
.under-badge span { font-size: 14px; line-height: 1.3; color: var(--muted); }
.under-badge b { display: block; color: var(--neem); font-family: var(--display); font-size: 1.02rem; }
@media (max-width: 900px) {
  .camp-grid { grid-template-columns: minmax(0, 1fr); }
  .camp-vis { position: relative; top: 0; order: -1; max-width: 360px; width: 100%; justify-self: center; }
}

.raise { margin-top: 30px; background: var(--paper); border-radius: 22px; box-shadow: 0 0 0 1px var(--line); padding: clamp(18px, 2.6vw, 30px); display: grid; gap: 20px; }
.raise-views { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 20px; align-items: center; }
.raise-read { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; border-top: 1px solid var(--line); padding-top: 16px; }
.raise-read div { display: grid; gap: 2px; min-width: 0; }
.raise-read span { font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.raise-read b { font-family: var(--display); font-size: clamp(1.05rem, 1.9vw, 1.4rem); font-variant-numeric: tabular-nums; overflow-wrap: anywhere; line-height: 1.15; }
.raise-msg { font-family: var(--display); font-weight: 800; font-size: clamp(1.3rem, 2.2vw, 1.65rem); color: var(--neem); line-height: 1.1; }
.raise-msg small { display: block; font-family: var(--body); font-weight: 400; font-size: 14px; color: var(--muted); margin-top: 6px; line-height: 1.45; }
.quickgive { display: grid; gap: 12px; }
.amts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.amt { position: relative; }
.amt input { position: absolute; opacity: 0; pointer-events: none; }
.amt label { display: grid; gap: 2px; justify-items: center; text-align: center; border-radius: 14px; box-shadow: inset 0 0 0 1.5px var(--line); padding: 12px 6px; cursor: pointer; transition: box-shadow .2s, background .2s, color .2s; min-height: 100%; }
.amt label b { font: 600 16px/1.1 var(--body); font-variant-numeric: tabular-nums; }
.amt label small { font-size: 11.5px; line-height: 1.25; color: var(--muted); }
.amt label:hover { box-shadow: inset 0 0 0 1.5px var(--neem); }
.amt input:checked + label { background: var(--neem); color: var(--paper); box-shadow: none; }
.amt input:checked + label small { color: var(--soft-inv); }
.amt input:focus-visible + label { outline: 2px solid var(--sorghum); outline-offset: 2px; }
@media (max-width: 520px) { .amts { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.split-line { font-family: var(--mono); font-size: 12px; color: var(--muted); text-align: center; letter-spacing: .02em; }
.split-line b { color: var(--neem); font-weight: 500; }
@media (max-width: 480px) { .raise-views { grid-template-columns: minmax(0, 1fr); } .raise-views .troof { max-width: 150px; justify-self: center; } .raise-read { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; } }

.camp-body { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.prose { display: grid; gap: 18px; max-width: 62ch; }
.prose p { font-size: 1.06rem; line-height: 1.7; color: var(--ink-2); }
.prose p:first-child { font-size: 1.2rem; color: var(--ink); }
@media (max-width: 900px) { .camp-body { grid-template-columns: minmax(0, 1fr); } }
.plan { display: grid; gap: 0; }
.plan-bar { display: flex; height: 16px; border-radius: 999px; overflow: hidden; gap: 2px; margin-bottom: 18px; background: var(--paper); }
.plan-bar i { display: block; background: var(--neem); }
.plan-bar i.roof { background: var(--sorghum); }
.plan-bar i.todo { background: rgba(14, 59, 46, .22); }
.plan li { display: grid; grid-template-columns: 6.6rem minmax(0, 1fr) auto; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.plan li:first-child { border-top: 1px solid var(--line); }
.plan .bn { font-family: var(--mono); font-size: 12px; color: var(--muted); letter-spacing: .04em; }
.plan .lb { font-size: 15.5px; line-height: 1.4; }
.plan .am { font-family: var(--mono); font-size: 13px; font-variant-numeric: tabular-nums; }
.plan li.roof .lb { font-weight: 600; }
.plan li.roof .bn { color: var(--neem); }
.plan li.roof .am { box-shadow: inset 0 -.45em 0 var(--sorghum); }
.plan li.got .bn::after { content: " \2713"; color: var(--neem); }
.plan-note { margin-top: 14px; font-size: 14px; color: var(--muted); }

.updates { display: grid; gap: 0; position: relative; }
.upd { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 18px; padding-bottom: 28px; position: relative; }
.upd::before { content: ""; position: absolute; left: 31px; top: 52px; bottom: 0; width: 2px; background: var(--line); }
.upd:last-child::before { display: none; }
.upd-roof { width: 64px; height: 52px; border-radius: 14px; background: var(--millet); display: grid; place-items: center; padding: 6px; }
.upd-roof svg { width: 100%; }
.upd time { font-family: var(--mono); font-size: 12px; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; }
.upd h3 { font-size: 1.35rem; letter-spacing: -.01em; margin: 4px 0 6px; }
.upd p { color: var(--ink-2); font-size: 15.5px; max-width: 58ch; }

.hands-wall { display: flex; flex-wrap: wrap; gap: 8px; }
.hand { display: inline-flex; align-items: baseline; gap: 6px; padding: 7px 12px; border-radius: 999px; background: var(--paper); font-size: 14px; box-shadow: inset 0 0 0 1px var(--line); }
.hand b { font-weight: 600; }
.hand span { color: var(--muted); font-size: 12.5px; }
.hand.mine { background: var(--sorghum); box-shadow: none; }
.hand.mine span { color: var(--neem-deep); }
.hand.big { background: var(--neem); color: var(--paper); box-shadow: none; }
.hand.big span { color: var(--soft-inv); }
.hands-more { margin-top: 14px; font-size: 14px; color: var(--muted); }

.money-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.money { border-radius: 16px; padding: 18px; background: var(--paper); display: grid; gap: 4px; align-content: start; box-shadow: inset 0 0 0 1px var(--line); }
.money span { font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.money b { font-family: var(--display); font-size: clamp(1.2rem, 2vw, 1.6rem); font-variant-numeric: tabular-nums; }
.money small { font-size: 13px; color: var(--muted); line-height: 1.4; }
.money.neem { background: var(--neem); color: var(--paper); box-shadow: none; }
.money.neem span, .money.neem small { color: var(--soft-inv); }
@media (max-width: 700px) { .money-row { grid-template-columns: minmax(0, 1fr); } }

.transfer { border-radius: var(--r); background: var(--neem); color: var(--paper); padding: clamp(20px, 3vw, 32px); display: grid; gap: 16px; }
.transfer h3 { font-size: 1.5rem; }
.transfer p { color: var(--soft-inv); font-size: 15px; }
.tx-rows { display: grid; gap: 0; border-top: 1px solid var(--line-inv); }
.tx-row { display: grid; grid-template-columns: 7.5rem minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line-inv); }
.tx-row span { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--soft-inv); }
.tx-row b { font-weight: 600; font-size: 1.05rem; overflow-wrap: anywhere; }
.tx-row b.mono { letter-spacing: .04em; }
.tx-row .copy { border-color: var(--line-inv); color: var(--paper); padding: 6px 10px; }
.tx-row .copy span { font-family: var(--body); text-transform: none; letter-spacing: 0; font-size: 12.5px; color: var(--paper); }
@media (max-width: 480px) { .tx-row { grid-template-columns: minmax(0, 1fr) auto; } .tx-row > span { grid-column: 1 / -1; } }

.share-row { display: flex; flex-wrap: wrap; gap: 10px; }
.proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-radius: var(--r); overflow: hidden; background: var(--neem); color: var(--paper); }
.proof div { padding: 20px; display: grid; gap: 4px; border-right: 1px solid var(--line-inv); }
.proof div:last-child { border-right: 0; }
.proof span { font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--soft-inv); }
.proof b { font-family: var(--display); font-size: 1.25rem; line-height: 1.15; }
@media (max-width: 760px) { .proof { grid-template-columns: repeat(2, minmax(0, 1fr)); } .proof div:nth-child(2) { border-right: 0; } .proof div:nth-child(-n+2) { border-bottom: 1px solid var(--line-inv); } }

.give-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: var(--paper); border-top: 1px solid var(--line); padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom, 0px)); display: none; align-items: center; gap: 14px; box-shadow: 0 -18px 30px -24px rgba(10, 44, 34, .45); }
.give-bar .gb-roof { width: 54px; flex: none; }
.give-bar div { flex: 1; min-width: 0; line-height: 1.25; }
.give-bar b { display: block; font-family: var(--display); font-size: 1.02rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.give-bar span { font-size: 12.5px; color: var(--muted); }
@media (max-width: 900px) { .give-bar.show { display: flex; } body.has-bar .foot { padding-bottom: 110px; } }

.sub-h { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 8px 20px; margin-bottom: 22px; }
.sub-h h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); letter-spacing: -.02em; }
.sub-h .label { overflow-wrap: anywhere; }
.stack { display: grid; gap: clamp(48px, 7vw, 88px); }

/* ---------- Raising list ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 26px; }
.fchip { border: 0; cursor: pointer; background: var(--paper); box-shadow: inset 0 0 0 1px var(--line); border-radius: 999px; padding: 9px 16px; font: 500 14.5px/1 var(--body); display: inline-flex; gap: 8px; align-items: center; }
.fchip svg { width: 20px; color: var(--neem); fill: var(--sorghum); }
.fchip:hover { box-shadow: inset 0 0 0 1px var(--neem); }
.fchip[aria-pressed="true"] { background: var(--neem); color: var(--paper); box-shadow: none; }
.fchip[aria-pressed="true"] svg { color: var(--paper); }
.filters .sort { margin-left: auto; display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--muted); }
.filters select { border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; background: var(--paper); font-size: 14px; }
@media (max-width: 700px) { .filters .sort { margin-left: 0; width: 100%; } }
.empty { padding: 36px; border-radius: var(--r); border: 2px dashed var(--line); text-align: center; color: var(--muted); }
.pickme { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 20px; align-items: center; padding: 22px 24px; border-radius: var(--r); background: var(--neem); color: var(--paper); margin-top: 20px; }
.pickme svg { width: 64px; color: var(--paper); fill: var(--sorghum); --spoke: var(--neem); }
.pickme b { font-family: var(--display); font-size: 1.3rem; display: block; }
.pickme span { color: var(--soft-inv); font-size: 15px; }
@media (max-width: 640px) { .pickme { grid-template-columns: auto minmax(0, 1fr); } .pickme .btn { grid-column: 1 / -1; justify-self: start; } }

/* ---------- Year-round page ---------- */
.reg { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
@media (max-width: 900px) { .reg { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 560px) { .reg { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.tile { position: relative; border-radius: 16px; padding: 16px; display: grid; grid-template-columns: minmax(0, 1fr) 58px; gap: 4px 12px; align-items: start; background: var(--paper); box-shadow: inset 0 0 0 1px var(--line); text-decoration: none; color: inherit; transition: box-shadow .2s, transform .2s var(--ease); }
.tile .code { font-family: var(--mono); font-weight: 500; font-size: 1.25rem; letter-spacing: .02em; }
.tile .lvl { grid-column: 1; font-size: 13px; color: var(--muted); }
.tile .st { grid-column: 1 / -1; margin-top: 10px; font-size: 13.5px; line-height: 1.35; }
.tile .st b { font-weight: 600; }
.tile svg { grid-column: 2; grid-row: 1 / span 2; width: 58px; overflow: visible; }
.tile.covered { background: var(--neem); color: var(--paper); box-shadow: none; }
.tile.covered .lvl { color: var(--soft-inv); }
.tile.covered svg { color: var(--paper); fill: var(--sorghum); }
.tile.part { background: var(--sorghum-10); box-shadow: inset 0 0 0 1px var(--sorghum); }
.tile.open, .tile.part { cursor: pointer; }
.tile.open:hover, .tile.part:hover { box-shadow: inset 0 0 0 1.5px var(--neem); transform: translateY(-2px); }
.tile.open .st, .tile.part .st { color: var(--neem); font-weight: 600; display: flex; align-items: center; gap: 6px; }
.tile .st svg { width: 16px; height: 16px; grid-column: auto; grid-row: auto; }
.tile.verifying { background: transparent; box-shadow: inset 0 0 0 1.5px var(--millet-deep); }
.tile.free { background: transparent; box-shadow: none; border: 2px dashed var(--millet-deep); }
.tile.free .code { color: var(--muted); }
.reg-sum { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-bottom: 20px; font-size: 15px; color: var(--muted); }
.reg-sum span { display: inline-flex; align-items: center; gap: 8px; }
.reg-sum i { width: 14px; height: 14px; border-radius: 4px; display: inline-block; }
.reg-sum b { color: var(--ink); font-weight: 600; }
.fee { display: grid; gap: 0; }
.fee div { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15.5px; }
.fee div:first-child { border-top: 1px solid var(--line); }
.fee div.t { font-weight: 700; font-family: var(--display); font-size: 1.15rem; border-bottom: 0; }
.fee .mono { font-size: 14px; }
.steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; counter-reset: s; }
.steps li { counter-increment: s; display: grid; gap: 8px; align-content: start; padding-top: 16px; border-top: 3px solid var(--neem); }
.steps li::before { content: counter(s, decimal-leading-zero); font-family: var(--mono); font-size: 12px; color: var(--muted); letter-spacing: .1em; }
.steps b { font-family: var(--display); font-size: 1.15rem; line-height: 1.15; }
.steps p { font-size: 14.5px; color: var(--ink-2); line-height: 1.5; }
.room-neem .steps li { border-top-color: var(--sorghum); }
.room-neem .steps li::before { color: var(--soft-inv); }
.room-neem .steps p { color: var(--soft-inv); }
.steps.six { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 1000px) { .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 600px) { .steps { grid-template-columns: minmax(0, 1fr); } }
.callout { border-left: 3px solid var(--sorghum); padding: 4px 0 4px 18px; max-width: 64ch; }
.callout b { font-family: var(--display); display: block; font-size: 1.15rem; margin-bottom: 4px; }
.callout p { color: var(--ink-2); font-size: 15.5px; }
.room-neem .callout p { color: var(--soft-inv); }
.two { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 5vw, 72px); align-items: start; }
@media (max-width: 860px) { .two { grid-template-columns: minmax(0, 1fr); } }
.jump { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }

/* ---------- Give ---------- */
.give-wrap { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: clamp(24px, 4vw, 64px); align-items: start; }
@media (max-width: 960px) { .give-wrap { grid-template-columns: minmax(0, 1fr); } }
.gform { display: grid; gap: 34px; }
.gstep { display: grid; gap: 14px; border: 0; margin: 0; padding: 0; min-width: 0; }
.gstep legend, .gstep .legend { font-family: var(--display); font-weight: 800; font-size: clamp(1.35rem, 2.2vw, 1.7rem); letter-spacing: -.015em; padding: 0; margin-bottom: 14px; display: flex; gap: 12px; align-items: baseline; }
.gstep legend .n, .gstep .legend .n { font-family: var(--mono); font-weight: 400; font-size: 12px; color: var(--muted); letter-spacing: .1em; }
.dests { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
@media (max-width: 560px) { .dests { grid-template-columns: minmax(0, 1fr); } }
.dest { position: relative; }
.dest input { position: absolute; opacity: 0; pointer-events: none; }
.dest label { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 12px; align-items: center; padding: 14px; border-radius: 16px; box-shadow: inset 0 0 0 1.5px var(--line); cursor: pointer; background: var(--paper); transition: box-shadow .2s, background .2s; min-height: 100%; }
.dest label:hover { box-shadow: inset 0 0 0 1.5px var(--neem); }
.dest svg { width: 46px; color: var(--neem); fill: var(--sorghum); --spoke: var(--paper); }
.dest b { display: block; font-weight: 600; font-size: 15.5px; line-height: 1.25; }
.dest small { display: block; font-size: 13px; color: var(--muted); line-height: 1.35; margin-top: 2px; }
.dest input:checked + label { box-shadow: inset 0 0 0 2px var(--neem); background: var(--neem-10); }
.dest input:focus-visible + label { outline: 2px solid var(--sorghum); outline-offset: 2px; }
.dest .tagx { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--neem); }
.seg { display: inline-flex; flex-wrap: wrap; background: var(--millet); border-radius: 999px; padding: 4px; gap: 2px; justify-self: start; }
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg label { padding: 9px 16px; border-radius: 999px; font-weight: 600; font-size: 14.5px; cursor: pointer; }
.seg input:checked + label { background: var(--paper); box-shadow: 0 1px 2px rgba(0, 0, 0, .12); color: var(--neem); }
.seg input:focus-visible + label { outline: 2px solid var(--sorghum); }
.field { display: grid; gap: 6px; min-width: 0; }
.field > label, .field > .flabel { font-size: 14px; font-weight: 600; }
.field .hint { font-size: 13px; color: var(--muted); }
.input, .field input[type=text], .field input[type=email], .field input[type=tel], .field input[type=number], .field select, .field textarea { width: 100%; border: 1.5px solid var(--line); border-radius: 12px; padding: 12px 14px; background: #fff; font-size: 16px; transition: border-color .2s; }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--neem); box-shadow: 0 0 0 3px rgba(14, 59, 46, .12); }
.money-in { position: relative; }
.money-in span { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); font-weight: 600; color: var(--muted); pointer-events: none; }
.money-in input { padding-left: 34px !important; font-variant-numeric: tabular-nums; }
.frow { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
@media (max-width: 560px) { .frow { grid-template-columns: minmax(0, 1fr); } }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; cursor: pointer; }
.check input { width: 20px; height: 20px; accent-color: var(--neem); margin-top: 1px; flex: none; }
.err { color: var(--alert); font-size: 13.5px; }
.paym { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
@media (max-width: 480px) { .paym { grid-template-columns: minmax(0, 1fr); } }
.paym .dest label { grid-template-columns: minmax(0, 1fr); }
.upload { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 12px; align-items: center; border: 2px dashed var(--line); border-radius: 14px; padding: 14px; cursor: pointer; font-size: 14.5px; }
.upload svg { width: 24px; height: 24px; color: var(--neem); }
.upload input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.upload.has { border-style: solid; border-color: var(--neem); }
.gsum { position: sticky; top: calc(var(--top-h) + 20px); background: var(--millet); border-radius: 22px; padding: clamp(20px, 2.6vw, 30px); display: grid; gap: 18px; }
.gsum .label { color: var(--neem); }
.gsum-roof { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 16px; align-items: center; }
.gsum-roof b { font-family: var(--display); font-size: 1.3rem; line-height: 1.15; display: block; }
.gsum-roof span { font-size: 14px; color: var(--muted); display: block; margin-top: 4px; line-height: 1.4; }
.gsum dl { margin: 0; display: grid; border-top: 1px solid var(--line); }
.gsum dl div { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.gsum dd { margin: 0; font-family: var(--mono); font-size: 14px; font-variant-numeric: tabular-nums; text-align: right; }
.gsum dl div.total { font-weight: 700; border-bottom: 0; }
.gsum dl div.total dd { font-weight: 500; font-size: 15px; }
.per1000 { display: grid; grid-template-columns: minmax(0, 9fr) minmax(46px, 1fr); height: 30px; border-radius: 10px; overflow: hidden; font-family: var(--mono); font-size: 11px; }
.per1000 i { display: grid; place-items: center; font-style: normal; }
.per1000 i:first-child { background: var(--neem); color: var(--paper); }
.per1000 i:last-child { background: var(--sorghum); color: var(--neem-deep); }
.per1000.zakat { grid-template-columns: 1fr; }
.gsum .small { font-size: 13.5px; color: var(--ink-2); line-height: 1.5; }
.give-go { display: grid; gap: 12px; }
.give-go .btn { width: 100%; padding: 18px; font-size: 17.5px; }
.give-go .btn.busy { pointer-events: none; }
.nudge { font-size: 14.5px; color: var(--muted); text-align: center; }
.nudge button { color: var(--neem); font-weight: 600; }
.secure { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px 16px; font-family: var(--mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 960px) { .gsum { position: relative; top: 0; order: -1; } .gsum .small.hide-m { display: none; } }
.nights { display: grid; gap: 10px; padding: 16px; border-radius: 16px; background: var(--sorghum-10); box-shadow: inset 0 0 0 1px var(--sorghum); font-size: 14.5px; }
.nights b { font-family: var(--display); font-size: 1.1rem; }

/* ---------- Thanks ---------- */
.thx { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: center; }
.thx-vis { display: grid; justify-items: center; gap: 20px; }
.thx-vis svg { width: min(100%, 380px); }
.thx h1 { font-size: clamp(2.8rem, 7vw, 6rem); letter-spacing: -.035em; line-height: .92; }
.thx .big { margin-top: 18px; font-family: var(--display); font-weight: 700; font-size: clamp(1.4rem, 2.6vw, 2rem); line-height: 1.15; color: var(--sorghum); }
.thx .lede { margin-top: 16px; color: var(--soft-inv); max-width: 50ch; }
.rcpt { background: var(--paper); color: var(--ink); border-radius: 18px; padding: 20px 22px; width: min(100%, 420px); display: grid; gap: 4px; }
.rcpt .label { color: var(--neem); }
.rcpt table { width: 100%; border-collapse: collapse; font-size: 15px; margin-top: 6px; }
.rcpt td { padding: 9px 0; border-bottom: 1px solid var(--line); }
.rcpt td:last-child { text-align: right; font-family: var(--mono); font-size: 13.5px; }
.rcpt tr:last-child td { border-bottom: 0; }
.next3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.next3 li { border-top: 3px solid var(--neem); padding-top: 14px; display: grid; gap: 6px; }
.next3 b { font-family: var(--display); font-size: 1.15rem; }
.next3 p { font-size: 15px; color: var(--ink-2); }
.next3 time { font-family: var(--mono); font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 860px) { .thx, .next3 { grid-template-columns: minmax(0, 1fr); } }

/* ---------- Receipts ---------- */
.tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.tab { border: 0; cursor: pointer; background: transparent; box-shadow: inset 0 0 0 1px var(--line); border-radius: 999px; padding: 10px 18px; font: 600 15px/1 var(--body); }
.tab[aria-selected="true"] { background: var(--neem); color: var(--paper); box-shadow: none; }
.report { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(24px, 5vw, 72px); align-items: center; }
.report-vis { position: relative; max-width: 440px; width: 100%; justify-self: center; }
.report-vis .troof { color: var(--neem); fill: var(--sorghum); --spoke: var(--millet); }
.report-vis .tag9, .report-vis .tag1 { position: absolute; font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; background: var(--paper); padding: 6px 10px; border-radius: 999px; box-shadow: 0 6px 16px -10px rgba(0, 0, 0, .4); white-space: nowrap; }
.report-vis .tag9 { left: -2%; bottom: 14%; }
.report-vis .tag1 { right: -4%; top: 4%; background: var(--sorghum); color: var(--neem-deep); }
.figs { display: grid; gap: 0; }
.fig { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 16px; align-items: baseline; padding: 18px 0; border-bottom: 1px solid var(--line); }
.fig:first-child { border-top: 1px solid var(--line); }
.fig span { font-size: 15px; color: var(--muted); }
.fig b { font-family: var(--display); font-size: clamp(1.7rem, 3.4vw, 2.8rem); letter-spacing: -.02em; font-variant-numeric: tabular-nums; line-height: 1; }
.fig small { grid-column: 1 / -1; font-size: 13.5px; color: var(--muted); }
.fig.gold b { box-shadow: inset 0 -.28em 0 var(--sorghum); }
.pub { margin-top: 16px; font-family: var(--mono); font-size: 12px; color: var(--muted); letter-spacing: .04em; }
@media (max-width: 860px) { .report { grid-template-columns: minmax(0, 1fr); } }
.bars { display: grid; gap: 14px; }
.bar { display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; gap: 6px 14px; align-items: center; }
.bar svg { width: 40px; color: var(--neem); fill: var(--sorghum); --spoke: var(--paper); grid-row: span 2; }
.bar b { font-weight: 600; font-size: 15px; }
.bar .v { font-family: var(--mono); font-size: 13.5px; font-variant-numeric: tabular-nums; }
.bar .track { grid-column: 2 / -1; height: 10px; border-radius: 999px; background: var(--paper); overflow: hidden; }
.room-paper .bar .track { background: var(--millet); }
.bar .track i { display: block; height: 100%; background: var(--neem); border-radius: 999px; }
.ledger-lines { display: grid; }
.ledger-lines div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.ledger-lines div:first-child { border-top: 1px solid var(--line); }
.ledger-lines .mono { font-size: 13.5px; }
.ledger-lines div.t { font-weight: 700; border-bottom: 0; }
.zbox { border-radius: var(--r); background: var(--paper); box-shadow: inset 0 0 0 1px var(--line); padding: clamp(20px, 3vw, 30px); display: grid; gap: 14px; }
.zbox-top { display: flex; gap: 14px; align-items: center; }
.zbox-top svg { width: 52px; color: var(--neem); fill: var(--sorghum); }
.zbox h3 { font-size: 1.4rem; }
.zfig { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.zfig div { display: grid; gap: 2px; }
.zfig span { font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.zfig b { font-family: var(--display); font-size: 1.35rem; font-variant-numeric: tabular-nums; }
.table-wrap { overflow-x: auto; border-radius: 16px; box-shadow: inset 0 0 0 1px var(--line); background: var(--paper); }
.ledger { width: 100%; border-collapse: collapse; min-width: 620px; font-size: 15px; }
.ledger th { text-align: left; font-family: var(--mono); font-weight: 400; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); padding: 14px 16px; border-bottom: 1px solid var(--line); background: var(--millet); }
.ledger td { padding: 12px 16px; border-bottom: 1px solid var(--line-2); }
.ledger tr:last-child td { border-bottom: 0; }
.ledger td.r, .ledger th.r { text-align: right; }
.ledger .mono { font-size: 13.5px; }
.ledger tr.hit td { background: var(--sorghum-10); }
.ledger tr.mine td { background: var(--sorghum-10); }
.st-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; padding: 4px 10px; border-radius: 999px; background: var(--neem-10); color: var(--neem); }
.st-pill.pending { background: var(--sorghum-10); color: #7A4E07; }
.st-pill::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.ledger-tools { display: flex; flex-wrap: wrap; gap: 12px; align-items: end; margin-bottom: 16px; }
.ledger-tools .field { width: min(100%, 260px); }
.find-res { font-size: 14.5px; min-height: 1.4em; }
.find-res b { color: var(--neem); }

/* ---------- Partners page ---------- */
.offer { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.offer li { background: var(--paper); border-radius: 18px; padding: 22px; display: grid; gap: 8px; align-content: start; }
.room-paper .offer li { background: var(--millet); }
.offer svg { width: 60px; height: 48px; color: var(--neem); fill: var(--sorghum); --spoke: var(--paper); margin-bottom: 4px; }
.offer b { font-family: var(--display); font-size: 1.2rem; line-height: 1.15; }
.offer p { font-size: 15px; color: var(--ink-2); line-height: 1.5; }
@media (max-width: 900px) { .offer { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .offer { grid-template-columns: minmax(0, 1fr); } }
.asks { display: grid; gap: 0; }
.asks li { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 15.5px; }
.asks li:first-child { border-top: 1px solid var(--line); }
.asks svg { width: 22px; height: 22px; color: var(--neem); margin-top: 2px; }
.asks.no svg { color: var(--alert); }
.objects { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: 20px; align-items: center; }
@media (max-width: 860px) { .objects { grid-template-columns: minmax(0, 1fr); } }
.letter { aspect-ratio: 1 / 1.414; background: #fff; box-shadow: 0 30px 60px -40px rgba(10, 44, 34, .5), 0 0 0 1px var(--line); container-type: inline-size; position: relative; overflow: hidden; border-radius: 4px; max-width: 420px; width: 100%; justify-self: center; transform: rotate(-1.5deg); }
.letter .in { position: absolute; inset: 0; padding: 9% 10% 0; display: grid; grid-template-rows: auto auto 1fr auto; gap: 5cqw; }
.letter .lh { display: flex; justify-content: space-between; align-items: flex-start; }
.letter .lh .b { display: flex; align-items: center; gap: 2.4cqw; font-family: var(--display); font-weight: 800; font-size: 4.2cqw; line-height: 1; color: var(--neem); }
.letter .lh .b svg { width: 10cqw; color: var(--neem); fill: var(--sorghum); }
.letter .lh .b small { display: block; font-family: var(--body); font-weight: 500; font-size: 2cqw; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-top: 1cqw; }
.letter .lh .addr { font-family: var(--mono); font-size: 1.9cqw; line-height: 1.6; text-align: right; color: var(--muted); }
.letter .date { font-family: var(--mono); font-size: 2cqw; color: var(--muted); }
.letter .txt { font-size: 2.6cqw; line-height: 1.6; display: grid; gap: 2.2cqw; align-content: start; }
.letter .txt b { font-family: var(--display); font-size: 3.6cqw; }
.letter .txt .sign { font-family: var(--display); font-weight: 700; font-size: 3cqw; margin-top: 1cqw; }
.letter .ft { margin: 0 -11.2%; background: var(--neem); color: var(--soft-inv); padding: 3cqw 11%; display: flex; justify-content: space-between; align-items: center; gap: 3cqw; font-family: var(--mono); font-size: 1.9cqw; }
.letter .ft svg { width: 7cqw; color: var(--paper); fill: var(--sorghum); --spoke: var(--neem); }
.cert { aspect-ratio: 1.414 / 1; background: var(--paper); box-shadow: 0 30px 60px -40px rgba(10, 44, 34, .5), 0 0 0 1px var(--line); container-type: inline-size; position: relative; overflow: hidden; border-radius: 4px; transform: rotate(1deg); }
.cert::before { content: ""; position: absolute; inset: 2.4cqw; border: .35cqw solid var(--neem); border-radius: 1cqw; }
.cert .in { position: absolute; inset: 0; padding: 7cqw 9cqw; display: grid; justify-items: center; text-align: center; align-content: center; gap: 1.8cqw; }
.cert .in svg { width: 12cqw; color: var(--neem); fill: var(--sorghum); }
.cert .k { font-family: var(--mono); font-size: 1.7cqw; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.cert .nm { font-family: var(--display); font-weight: 800; font-size: 5.2cqw; letter-spacing: -.02em; line-height: 1; color: var(--neem); }
.cert p { font-size: 2.1cqw; max-width: 60ch; line-height: 1.5; }
.cert .sigs { display: flex; gap: 6cqw; margin-top: 2cqw; font-size: 1.7cqw; color: var(--muted); }
.cert .sigs div { border-top: 1px solid var(--ink); padding-top: .8cqw; min-width: 18cqw; }
.cert .prov { font-family: var(--display); font-weight: 700; font-size: 2.3cqw; color: var(--neem-soft); margin-top: 1.4cqw; }
.pform { background: var(--paper); border-radius: 22px; padding: clamp(20px, 3vw, 36px); display: grid; gap: 16px; box-shadow: inset 0 0 0 1px var(--line); }
.done-box { border-radius: 18px; background: var(--neem); color: var(--paper); padding: 24px; display: grid; gap: 8px; }
.done-box b { font-family: var(--display); font-size: 1.5rem; }
.done-box p { color: var(--soft-inv); }
.partner-row { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 20px; border-radius: 18px; background: var(--paper); text-decoration: none; box-shadow: inset 0 0 0 1px var(--line); }
.partner-row svg { width: 70px; color: var(--neem); fill: var(--sorghum); }
.partner-row b { font-family: var(--display); font-size: 1.25rem; display: block; line-height: 1.15; }
.partner-row span { font-size: 14.5px; color: var(--muted); }
.partner-row .more, .next-row .more { justify-self: end; }
.jump .chip { border: 0; cursor: pointer; font: inherit; font-family: var(--mono); font-size: 11px; }
@media (max-width: 600px) { .partner-row { grid-template-columns: auto minmax(0, 1fr); } .partner-row .more { grid-column: 1 / -1; justify-self: start; } }

/* ---------- Story page ---------- */
.story-hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(28px, 5vw, 80px); align-items: center; }
.story-hero .hut { width: 100%; max-width: 460px; justify-self: center; overflow: visible; }
@media (max-width: 860px) { .story-hero { grid-template-columns: minmax(0, 1fr); } .story-hero .hut { max-width: 340px; } }
.letter-body { display: grid; gap: 22px; max-width: 64ch; }
.letter-body p { font-size: clamp(1.1rem, 1.5vw, 1.3rem); line-height: 1.6; }
.letter-body p.first::first-letter { font-family: var(--display); font-weight: 800; float: left; font-size: 4.6em; line-height: .8; padding: .06em .08em 0 0; color: var(--sorghum); }
.fill-in { border: 2px dashed var(--sorghum); border-radius: 14px; padding: 16px 18px; font-size: 15.5px; line-height: 1.5; color: var(--soft-inv); }
.room-paper .fill-in b, .room-millet .fill-in b { color: var(--neem); }
.fill-in b { color: var(--sorghum); font-family: var(--mono); font-weight: 400; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; display: block; margin-bottom: 4px; }
.seats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 12px; }
.seat { border-top: 1px solid var(--line-inv); padding-top: 12px; }
.seat b { font-family: var(--display); font-size: 1.35rem; color: var(--paper); display: block; }
.seat span { font-size: 14px; color: var(--soft-inv); }
@media (max-width: 560px) { .seats { grid-template-columns: minmax(0, 1fr); } }
.timeline { display: grid; gap: 0; }
.tl { display: grid; grid-template-columns: 9rem minmax(0, 1fr); gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.tl:first-child { border-top: 1px solid var(--line); }
.tl .when { font-family: var(--mono); font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); padding-top: 4px; }
.tl b { font-family: var(--display); font-size: 1.35rem; display: block; line-height: 1.15; }
.tl p { margin-top: 4px; color: var(--ink-2); font-size: 15.5px; }
@media (max-width: 560px) { .tl { grid-template-columns: minmax(0, 1fr); gap: 6px; } }
.principles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.principles li { display: grid; gap: 10px; align-content: start; border-top: 3px solid var(--neem); padding-top: 16px; }
.principles svg { width: 64px; height: 50px; color: var(--neem); fill: var(--sorghum); --spoke: var(--millet); }
.principles b { font-family: var(--display); font-size: 1.25rem; line-height: 1.15; }
.principles p { font-size: 15px; color: var(--ink-2); }
@media (max-width: 1000px) { .principles { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .principles { grid-template-columns: minmax(0, 1fr); } }

/* ---------- Zakat ---------- */
.calc { background: var(--paper); border-radius: 22px; padding: clamp(20px, 3vw, 34px); display: grid; gap: 22px; box-shadow: inset 0 0 0 1px var(--line); }
.calc-step { display: grid; gap: 12px; }
.calc-step h3 { font-size: 1.25rem; display: flex; gap: 10px; align-items: baseline; }
.calc-step h3 .n { font-family: var(--mono); font-weight: 400; font-size: 12px; color: var(--muted); letter-spacing: .1em; }
.calc-out { border-radius: 18px; background: var(--neem); color: var(--paper); padding: 22px; display: grid; gap: 10px; }
.calc-out .label { color: var(--sorghum); }
.calc-out b { font-family: var(--display); font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.02em; font-variant-numeric: tabular-nums; line-height: 1; }
.calc-out p { color: var(--soft-inv); font-size: 14.5px; }
.calc-out .btn { justify-self: start; }
.nisab-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: end; }

/* ---------- Hut photo ---------- */
.hut image { transition: transform 1.2s var(--ease); }

/* ---------- View transition ---------- */
.view { animation: viewin .45s var(--ease) both; }
@keyframes viewin { from { opacity: .001; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) {
  .drop-in .fin-drop { animation: drop 1.1s var(--bounce) .35s both; }
  @keyframes drop { from { transform: translateY(-46px); } to { transform: none; } }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .view { animation: none; }
  .swap { height: auto; display: inline; }
  .swap-list { display: inline; }
  .swap-list a { display: none; }
  .swap-list a:first-child { display: inline; }
  .sroof line, .troof path { transition: none; }
}

/* ---------- Phones: receipts become stacked cards, no sideways scroll ---------- */
.ledger td.mono, .ledger td:nth-child(2) { white-space: nowrap; }
@media (max-width: 640px) {
  .table-wrap { overflow: visible; }
  .ledger { min-width: 0; font-size: 14.5px; }
  .ledger thead { display: none; }
  .ledger tbody tr { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 12px; padding: 14px 16px; border-bottom: 1px solid var(--line-2); }
  .ledger tbody tr:last-child { border-bottom: 0; }
  .ledger tr.hit, .ledger tr.mine { background: var(--sorghum-10); }
  .ledger td { padding: 0; border: 0; background: transparent !important; }
  .ledger td:nth-child(1) { order: 1; }
  .ledger td:nth-child(6) { order: 2; justify-self: end; }
  .ledger td:nth-child(3) { order: 3; font-weight: 600; }
  .ledger td:nth-child(4) { order: 4; text-align: right; }
  .ledger td:nth-child(2) { order: 5; color: var(--muted); font-size: 13px; }
  .ledger td:nth-child(5) { order: 6; text-align: right; color: var(--muted); font-size: 13px; }
}
.plan .bn { white-space: nowrap; }
.plan li.got .bn::after { content: none; }
.plan li.got .am::before { content: "\2713  "; color: var(--neem); white-space: pre; }
@media (max-width: 860px) { .tilt-cap { position: static; margin-top: 4px; } }

/* =====================================================================
   Photography (added 23 Sep 2026). Every photo is AI-made and labelled
   "Illustrative" until the family's own photos replace it. The one
   exception is Nana's own photograph (img/nana), restored from a print.
   Two devices only: the hut mask (once per page) and the roofed photo,
   whose top edge is the logo's roof line with the finial above it.
   ===================================================================== */
.roofed { --pitch: clamp(22px, 4.4vw, 60px); position: relative; margin: calc(var(--pitch) * .55) 0 0; }
.roofed-img {
  aspect-ratio: var(--ratio, 21 / 9); overflow: hidden; background: var(--neem-deep);
  border-radius: 0 0 var(--r) var(--r);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 74' preserveAspectRatio='none'%3E%3Cpath d='M0 74C30 38 82 8 100 0C118 8 170 38 200 74Z'/%3E%3C/svg%3E") top / 100% var(--pitch) no-repeat, linear-gradient(#000 0 0) bottom / 100% calc(100% - var(--pitch) + 1px) no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 74' preserveAspectRatio='none'%3E%3Cpath d='M0 74C30 38 82 8 100 0C118 8 170 38 200 74Z'/%3E%3C/svg%3E") top / 100% var(--pitch) no-repeat, linear-gradient(#000 0 0) bottom / 100% calc(100% - var(--pitch) + 1px) no-repeat;
}
.roofed-img img { width: 100%; height: 100%; object-fit: cover; }
.roofed-fin { position: absolute; left: 50%; top: calc(var(--pitch) * -.44); width: calc(var(--pitch) * .34); height: calc(var(--pitch) * .34); margin-left: calc(var(--pitch) * -.17); border-radius: 50%; background: var(--sorghum); }
.roofed figcaption { margin-top: 10px; font-size: 11.5px; letter-spacing: .06em; color: var(--muted); }
.room-neem .roofed figcaption { color: var(--soft-inv); }
@media (max-width: 700px) { .roofed-img { aspect-ratio: var(--mratio, 4 / 3); } }
.phead .roofed { margin-top: clamp(40px, 6vw, 72px); }

/* The label on a campaign card photo */
.ill { position: absolute; right: 10px; bottom: 10px; font-family: var(--mono); font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--paper); background: rgba(10, 44, 34, .62); padding: 3px 8px; border-radius: 999px; line-height: 1.3; pointer-events: none; }

/* Year-round cards open with their photo */
.yr-photo { position: relative; margin: calc(-1 * clamp(22px, 3vw, 36px)) calc(-1 * clamp(22px, 3vw, 36px)) 0; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--r) var(--r) 0 0; background: var(--neem-deep); }
.yr-photo img { width: 100%; height: 100%; object-fit: cover; }

/* Two roofs side by side */
.duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2.4vw, 32px); margin-top: clamp(36px, 5vw, 64px); }
.duo .roofed { margin-top: calc(var(--pitch) * .55); }
@media (max-width: 700px) { .duo { grid-template-columns: minmax(0, 1fr); } }

/* Page heads with a picture beside the words */
.phead-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(28px, 5vw, 80px); align-items: center; }
.phead-grid .hut { width: 100%; max-width: 440px; justify-self: center; overflow: visible; }
@media (max-width: 860px) { .phead-grid { grid-template-columns: minmax(0, 1fr); } .phead-grid .hut { max-width: 320px; } }

/* Receipts: the photo that is already the top view */
.roundel-photo { margin: 0; justify-self: center; width: min(100%, 440px); }
.roundel-photo .rp { position: relative; aspect-ratio: 1; border-radius: 50%; overflow: hidden; background: var(--neem-deep); }
.roundel-photo img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.16); }
.roundel-photo svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.roundel-photo .nine { fill: var(--neem); mix-blend-mode: multiply; opacity: .5; }
.roundel-photo .tenth { fill: var(--sorghum); mix-blend-mode: screen; opacity: .55; }
.roundel-photo .tenth-edge { fill: none; stroke: var(--paper); stroke-width: 1.4; }
.roundel-photo .tags { position: relative; }
.roundel-photo .tag9, .roundel-photo .tag1 { position: absolute; font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; background: var(--paper); padding: 6px 10px; border-radius: 999px; box-shadow: 0 6px 16px -10px rgba(0, 0, 0, .4); white-space: nowrap; }
.roundel-photo .tag1 { right: -2%; top: 3%; background: var(--sorghum); color: var(--neem-deep); }
.roundel-photo .tag9 { left: -2%; bottom: 12%; color: var(--neem); }
.roundel-photo figcaption { margin-top: 14px; font-size: 11.5px; letter-spacing: .06em; color: var(--muted); text-align: center; }
@media (max-width: 480px) { .roundel-photo .tag1 { right: 0; } .roundel-photo .tag9 { left: 0; } }

/* A strip of sorghum where every page ends */
.foot-band { height: clamp(110px, 15vw, 210px); background: var(--neem-deep) url("../img/sorghum-sm.webp") center 38% / cover no-repeat; position: relative; }
.foot-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 44, 34, 0) 35%, var(--neem-deep) 100%); }
@media (min-width: 900px) { .foot-band { background-image: url("../img/sorghum.webp"); } }

/* ---------- Media kit (#kit) ---------- */
.kit-rules li { border-top-color: var(--sorghum); }
.kit-rules svg { color: var(--paper); --spoke: var(--neem); }
.kit-rules p { color: var(--soft-inv); }
.room-neem .kit-rules .sroof .off { stroke: rgba(252, 251, 248, .22); }
.room-neem .kit-rules .sroof .on { stroke: var(--paper); }
.kit-intro { color: var(--muted); max-width: 62ch; margin: -6px 0 28px; }
.kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr)); gap: clamp(20px, 2.4vw, 32px); align-items: start; }
.kit-tile { margin: 0; display: grid; gap: 14px; }
.kit-tile.wide { grid-column: 1 / -1; }
.kit-img { display: block; border-radius: 14px; overflow: hidden; background: var(--neem-deep); box-shadow: 0 18px 36px -26px rgba(10, 44, 34, .6); }
.kit-img img { width: 100%; height: 100%; object-fit: cover; }
.kit-tile.wide .kit-img { max-width: 980px; }
.kit-tile figcaption { display: grid; gap: 6px; }
.kit-tile figcaption b { font-family: var(--display); font-size: 1.12rem; line-height: 1.2; }
.kit-tile figcaption .mono { font-size: 11.5px; letter-spacing: .06em; color: var(--muted); }
.kit-cap { font-size: 14px; line-height: 1.5; color: var(--ink-2); background: var(--paper); box-shadow: inset 0 0 0 1px var(--line); border-radius: 12px; padding: 12px 14px; margin: 4px 0 0; max-height: 9.5em; overflow: auto; overflow-wrap: anywhere; }
.room-paper .kit-cap { background: var(--millet); box-shadow: none; }
.kit-acts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.kit-acts .btn { padding: 10px 16px; font-size: 14.5px; }
.kit-acts .btn svg { width: 17px; height: 17px; }
.lib { columns: 4 220px; column-gap: 18px; }
.lib figure { margin: 0 0 18px; break-inside: avoid; }
.lib img { width: 100%; height: auto; border-radius: 12px; background: var(--neem-deep); }
.lib a { display: block; }
.lib figcaption { display: flex; justify-content: space-between; gap: 10px; font-size: 13.5px; color: var(--ink-2); margin-top: 8px; line-height: 1.35; }
.lib figcaption .mono { font-size: 10.5px; letter-spacing: .08em; color: var(--muted); white-space: nowrap; text-transform: uppercase; }
