:root{--paper: #f1e7d4;--paper-deep: #ebdfc8;--ink: #1f1b16;--ink-soft: #5d544733;--muted: #6f6353;--accent: #b65a36;--bar: #17120d;--bar-ink: #f1e7d4}html,body{margin:0;padding:0}body{background:var(--paper);color:var(--ink);min-height:100vh;font-family:Fraunces,Georgia,serif;font-optical-sizing:auto;background-image:radial-gradient(circle at 20% 10%,#ffffff10,transparent 40%),radial-gradient(circle at 80% 90%,#00000008,transparent 45%)}.bar{background:var(--bar);color:var(--bar-ink);display:flex;align-items:center;justify-content:space-between;padding:1.1rem clamp(1.25rem,5vw,3.5rem)}.wordmark{font-weight:500;font-size:1.15rem;letter-spacing:.01em;color:var(--bar-ink);text-decoration:none}.bar-nav{display:flex;gap:1.4rem;align-items:center}.bar-link{font-family:IBM Plex Mono,monospace;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--bar-ink);opacity:.7;text-decoration:none;transition:opacity .25s ease}.bar-link:hover{opacity:1}.burger{display:none;background:none;border:0;color:var(--bar-ink);cursor:pointer;padding:.5rem;margin:-.5rem;line-height:0}.burger-box{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;width:24px;height:16px}.burger-box span{display:block;height:2px;width:100%;background:var(--bar-ink);border-radius:2px;transition:transform .22s ease,opacity .22s ease}.burger-box.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.burger-box.open span:nth-child(2){opacity:0}.burger-box.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media(max-width:640px){.bar{position:relative}.burger{display:inline-flex;align-items:center}.bar-nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:flex-start;gap:0;background:var(--bar);padding:.25rem clamp(1.25rem,5vw,3.5rem) 1.1rem;border-top:1px solid #ffffff1f;z-index:50}.bar-nav.open{display:flex}.bar-nav .bar-link{width:100%;padding:.85rem 0;font-size:.8rem;opacity:.85}}main{max-width:46rem;margin:0 auto;padding:clamp(3rem,9vw,6.5rem) clamp(1.5rem,6vw,2rem) 4rem}.kicker,.label{font-family:IBM Plex Mono,monospace;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin:0 0 1.1rem}h1,.display{font-weight:340;font-size:clamp(2.5rem,7vw,4.4rem);line-height:1.04;letter-spacing:-.015em;margin:0 0 1.6rem}.lead{font-size:clamp(1.18rem,2.4vw,1.5rem);line-height:1.5;font-weight:350;color:#2c261f;margin:0;max-width:38rem}.lead+.lead{margin-top:1.25em}.rule{border:0;height:1px;background:var(--ink-soft);margin:clamp(2.75rem,7vw,4.25rem) 0}.movement{margin:0}.movement+.movement{margin-top:clamp(2rem,5vw,3rem)}.section-head{font-weight:340;font-size:clamp(1.7rem,4vw,2.4rem);line-height:1.1;letter-spacing:-.01em;margin:0 0 1rem}.body{font-size:1.22rem;line-height:1.62;font-weight:350;margin:0;max-width:36rem}.body+.body{margin-top:1em}.fineprint{font-family:IBM Plex Mono,monospace;font-size:.74rem;line-height:1.7;letter-spacing:.02em;color:var(--muted);max-width:36rem}.ask-lead{font-size:clamp(1.3rem,2.8vw,1.7rem);line-height:1.45;font-weight:360;font-style:italic;color:var(--ink);margin:0 0 2.25rem;max-width:34rem}.give{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.chips{display:flex;gap:.5rem}.chip{font-family:IBM Plex Mono,monospace;font-size:.85rem;letter-spacing:.02em;text-decoration:none;color:var(--ink);padding:.55rem .95rem;border:1px solid #6f635355;border-radius:999px;background:var(--paper-deep);transition:border-color .2s ease,transform .2s ease}.chip:hover{border-color:var(--accent);transform:translateY(-1px)}.donate,.cta{font-family:IBM Plex Mono,monospace;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:var(--paper);background:var(--accent);padding:.85rem 1.6rem;border-radius:4px;border:0;cursor:pointer;display:inline-block;transition:background .2s ease,transform .2s ease}.schedule-note{margin:1rem 0 0;max-width:36rem;color:var(--muted);font-size:.95rem;line-height:1.55}.donate:hover,.cta:hover{background:#a04e2d;transform:translateY(-1px)}.tip{position:relative;cursor:help}.tip-i{font-family:IBM Plex Mono,monospace;font-size:.62em;vertical-align:super;margin-left:.1em;color:var(--accent);font-style:normal;font-weight:600}.tip-pop{position:absolute;left:0;bottom:130%;z-index:10;width:max-content;max-width:17rem;background:var(--bar);color:var(--bar-ink);font-size:.8rem;font-style:normal;line-height:1.45;padding:.5rem .7rem;border-radius:5px;box-shadow:0 6px 18px #0003;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease}.tip:hover .tip-pop,.tip:focus .tip-pop,.tip:focus-within .tip-pop{opacity:1;visibility:visible;transform:translateY(0)}.inline-link{color:var(--accent);text-decoration:none;border-bottom:1px solid rgba(182,90,54,.35)}.inline-link:hover{border-bottom-color:var(--accent)}.held-ref{color:var(--ink);font-style:italic}.table-note{color:var(--muted);font-size:.86rem;font-style:italic;line-height:1.55;margin-top:.2rem}.read-note{max-width:38rem;margin:1.3rem 0 .4rem;padding:.85rem 1.1rem;border-left:2px solid var(--accent);background:var(--paper-deep);color:var(--muted);font-size:.92rem;line-height:1.62}.read-note strong{color:var(--ink)}.read-note .note-takeaway{color:var(--accent)}.word-table{width:100%;border-collapse:collapse;margin:1.3rem 0 .6rem}.word-table th,.word-table td{text-align:left;padding:.6rem .5rem;border-bottom:1px solid var(--ink-soft);vertical-align:top;font-size:.92rem;line-height:1.5}.word-table thead th{font-family:IBM Plex Mono,monospace;font-size:.66rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-weight:500}.word-table td:first-child{width:12rem}.word-table.synthesis{table-layout:fixed}.word-table.synthesis td:first-child{width:24rem;padding-right:1.75rem}.word-table.synthesis td:last-child{padding-left:1.75rem;color:var(--muted);font-style:italic}.word-table td strong{color:var(--ink)}.word-table td em{color:var(--muted);font-style:normal}@media(max-width:640px){.word-table th,.word-table td{padding:.5rem .35rem;font-size:.86rem}.word-table td:first-child,.word-table.synthesis td:first-child{width:auto}.word-table.synthesis td:first-child{padding-right:.9rem}.word-table.synthesis td:last-child{padding-left:.9rem}}.donate:focus-visible,.cta:focus-visible,.chip:focus-visible,.inline-link:focus-visible,.bar-link:focus-visible,.burger:focus-visible,.wordmark:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.foot{max-width:46rem;margin:0 auto;padding:2.5rem clamp(1.5rem,6vw,2rem) 3.5rem;border-top:1px solid var(--ink-soft)}.foot-name{font-size:1rem;margin:0 0 .4rem;font-weight:450}.foot-fine{font-family:IBM Plex Mono,monospace;font-size:.72rem;line-height:1.7;letter-spacing:.03em;color:var(--muted);margin:0;max-width:34rem}.anchors{display:flex;flex-wrap:wrap;gap:1.1rem;font-family:IBM Plex Mono,monospace;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;margin:1.75rem 0 0}.anchors a{color:var(--muted);text-decoration:none;transition:color .2s ease}.anchors a:hover{color:var(--accent)}.anchors-stack{flex-direction:column;gap:.55rem;margin-top:clamp(1.5rem,4vw,2.25rem);font-size:1rem}.anchors-stack a{display:inline-block;padding:.15rem 0;color:var(--accent)}.anchors-stack a:hover{color:#a04e2d}.svc{margin:clamp(2.5rem,7vw,4rem) 0 0;scroll-margin-top:2rem}.rungs{list-style:none;padding:0;margin:1.25rem 0 0;max-width:36rem}.rungs li{position:relative;padding-left:1.5rem;margin:0 0 .7rem;font-size:1.08rem;line-height:1.5;color:#2c261f}.rungs li:before{content:"";position:absolute;left:0;top:.62em;width:.7rem;height:1px;background:var(--accent)}.rungs li strong{font-weight:500}.outcome{font-style:italic;color:var(--muted);margin:1rem 0 0;max-width:36rem;font-size:1.05rem}.see-also{margin:1.6rem 0 0;max-width:36rem;color:var(--muted);font-size:.95rem;line-height:1.55}.deferred{border-left:2px solid var(--ink-soft);padding:.2rem 0 .2rem 1.1rem;margin:1.5rem 0 0;max-width:36rem}.movement-lede{font-size:1.22rem;line-height:1.4;font-weight:400;margin:clamp(1.4rem,3vw,1.8rem) 0 .45em;max-width:36rem}.movement-lede:first-child{margin-top:0}.figure{margin:clamp(1.6rem,4vw,2.4rem) 0;max-width:36rem}.figure img{display:block;width:100%;height:auto}.figure figcaption{margin-top:.5rem}.figure-placeholder .figure-slot{display:flex;align-items:center;justify-content:center;height:14rem;background:var(--paper-deep);border:1px dashed #6f635566;font-family:IBM Plex Mono,monospace;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.reveal{opacity:0;transform:translateY(14px);animation:rise .7s cubic-bezier(.2,.7,.2,1) forwards;animation-delay:var(--d, 0ms)}@keyframes rise{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.reveal{animation:none;opacity:1;transform:none}}
